:root{--navy-950: #020b18;--navy-900: #061426;--navy-800: #0a2441;--blue-700: #075fc5;--blue-600: #0878e8;--blue-500: #1597f5;--cyan-400: #55d6ff;--white: #ffffff;--surface: #f3f8fc;--surface-blue: #eaf5ff;--text: #17283a;--muted: #5e7185;--border: #dce8f2;--shadow: 0 20px 60px rgba(3, 25, 52, 0.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--white);color:var(--text);font-family:Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;line-height:1.6}a{color:inherit}.site-header{position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(255,255,255,0.09);background:rgba(3,15,31,0.96);backdrop-filter:blur(14px)}.nav-container{display:flex;width:min(1440px, calc(100% - 64px));min-height:84px;margin:0 auto;align-items:center;justify-content:space-between;gap:30px}.brand{display:flex;align-items:center;gap:15px;color:var(--white);text-decoration:none}.brand-logo{display:block;width:64px;height:64px;flex:0 0 auto;object-fit:cover;object-position:center;border:1px solid rgba(255,255,255,0.18);border-radius:14px;box-shadow:0 10px 28px rgba(8,120,232,0.3)}.brand-text{display:flex;flex-direction:column}.brand-text strong{color:var(--white);font-size:17px;line-height:1.2;letter-spacing:-0.01em}.brand-text small{margin-top:3px;color:rgba(255,255,255,0.58);font-size:11px}.site-navigation{display:flex;gap:30px}.site-navigation a{color:rgba(255,255,255,0.78);font-size:14px;font-weight:700;text-decoration:none}.site-navigation a:hover{color:var(--cyan-400)}.hero{position:relative;display:flex;min-height:660px;overflow:hidden;padding:100px 32px;align-items:center;background:radial-gradient(circle at 84% 22%, rgba(35,171,255,0.34), transparent 30%),radial-gradient(circle at 18% 95%, rgba(8,120,232,0.25), transparent 33%),linear-gradient(130deg, var(--navy-950), #07294e 62%, #075fc5);color:var(--white)}.hero::before,.hero::after{position:absolute;content:"";border-radius:50%;pointer-events:none}.hero::before{top:-250px;right:-180px;width:650px;height:650px;border:1px solid rgba(255,255,255,0.14);box-shadow:0 0 0 80px rgba(255,255,255,0.035),0 0 0 160px rgba(255,255,255,0.025)}.hero::after{right:8%;bottom:65px;width:180px;height:180px;background:linear-gradient(135deg, rgba(85,214,255,0.22), rgba(8,120,232,0.02));filter:blur(2px)}.hero-content{position:relative;z-index:2;width:min(1440px, 100%);margin:0 auto}.hero-badge{display:inline-flex;padding:8px 14px;border:1px solid rgba(85,214,255,0.34);border-radius:999px;background:rgba(85,214,255,0.08);color:var(--cyan-400);font-size:12px;font-weight:800;letter-spacing:0.13em}.hero h1{max-width:900px;margin:24px 0 0;color:var(--white);font-size:clamp(48px, 7vw, 86px);line-height:1;letter-spacing:-0.055em}.hero-description{max-width:760px;margin:28px 0 36px;color:rgba(255,255,255,0.75);font-size:clamp(18px, 2vw, 21px);line-height:1.65}.hero-buttons{display:flex;flex-wrap:wrap;gap:14px}.button{display:inline-flex;min-height:52px;padding:0 24px;align-items:center;justify-content:center;border-radius:9px;font-size:15px;font-weight:750;text-decoration:none;transition:transform 180ms ease, box-shadow 180ms ease, background 180ms ease}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--white);color:var(--navy-950);box-shadow:0 15px 35px rgba(0,0,0,0.23)}.button-primary:hover{box-shadow:0 20px 42px rgba(0,0,0,0.3)}.button-secondary{border:1px solid rgba(255,255,255,0.27);background:rgba(255,255,255,0.07);color:var(--white)}.button-secondary:hover{background:rgba(255,255,255,0.12)}.expertise,.latest-articles{width:min(1440px, calc(100% - 64px));margin:0 auto;padding:100px 0}.section-heading{margin-bottom:38px}.section-heading span{color:var(--blue-600);font-size:12px;font-weight:850;letter-spacing:0.15em}.section-heading h2{margin:8px 0 0;color:var(--navy-900);font-size:clamp(34px, 4vw, 48px);line-height:1.1;letter-spacing:-0.04em}.card-grid{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:28px}.feature-card{position:relative;min-height:300px;overflow:hidden;padding:36px;border:1px solid var(--border);border-radius:19px;background:var(--white);box-shadow:var(--shadow);transition:transform 180ms ease, border-color 180ms ease}.feature-card::after{position:absolute;right:-50px;bottom:-70px;width:170px;height:170px;content:"";border-radius:50%;background:var(--surface-blue)}.feature-card:hover{transform:translateY(-5px);border-color:rgba(8,120,232,0.36)}.card-icon{position:relative;z-index:2;display:grid;width:54px;height:54px;margin-bottom:26px;place-items:center;border-radius:15px;background:linear-gradient(135deg, var(--blue-700), var(--blue-500));color:var(--white);font-size:22px;font-weight:800;box-shadow:0 13px 28px rgba(8,120,232,0.22)}.feature-card h3{position:relative;z-index:2;margin:0 0 12px;color:var(--navy-900);font-size:22px}.feature-card p{position:relative;z-index:2;margin:0;color:var(--muted);line-height:1.75}.latest-section-background{background:linear-gradient(180deg, var(--surface), var(--white))}.latest-articles{padding-top:90px;padding-bottom:110px}.article-card{display:grid;grid-template-columns:minmax(0, 1fr) 220px;gap:52px;align-items:center;padding:52px 56px;border:1px solid var(--border);border-radius:20px;background:var(--white);box-shadow:var(--shadow)}.article-meta{margin-bottom:13px;color:var(--blue-600);font-size:12px;font-weight:850;letter-spacing:0.12em}.article-card h3{margin:0 0 14px;color:var(--navy-900);font-size:clamp(28px, 3vw, 38px);line-height:1.15;letter-spacing:-0.025em}.article-card p{max-width:980px;margin:0;color:var(--muted);font-size:17px;line-height:1.75}.article-status{display:inline-flex;min-width:200px;min-height:58px;padding:0 28px;align-items:center;justify-content:center;border:1px solid var(--blue-600);border-radius:12px;background:linear-gradient(135deg, var(--blue-700), var(--blue-500));color:var(--white);font-size:15px;font-weight:800;text-align:center;text-decoration:none;box-shadow:0 14px 30px rgba(8,120,232,0.25)}.article-link{transition:transform 180ms ease, box-shadow 180ms ease, background 180ms ease}.article-link:hover{transform:translateY(-3px);background:linear-gradient(135deg, #054faa, var(--blue-600));color:var(--white);box-shadow:0 18px 36px rgba(8,120,232,0.34)}.post-hero{padding:110px 32px 95px;background:radial-gradient(circle at 85% 15%, rgba(85,214,255,0.27), transparent 28%),linear-gradient(130deg, var(--navy-950), #07315d 65%, var(--blue-700));color:var(--white)}.post-hero-content{width:min(1360px, 100%);margin:0 auto}.post-label{color:var(--cyan-400);font-size:12px;font-weight:850;letter-spacing:0.15em}.post-hero h1{max-width:1180px;margin:20px 0;color:var(--white);font-size:clamp(46px, 6vw, 74px);line-height:1.05;letter-spacing:-0.045em}.post-description{max-width:900px;color:rgba(255,255,255,0.76);font-size:21px;line-height:1.65}.post-meta{display:flex;flex-wrap:wrap;gap:20px;margin-top:30px;color:rgba(255,255,255,0.6);font-size:13px}.post-layout{width:min(1360px, calc(100% - 64px));margin:0 auto;padding:80px 0 110px}.post-content{width:100%;color:var(--text);font-size:18px;line-height:1.8}.post-content>p,.post-content>ul,.post-content>ol,.post-content>blockquote{max-width:1120px}.post-content h2{max-width:1120px;margin-top:60px;margin-bottom:20px;color:var(--navy-900);font-size:clamp(32px, 3vw, 42px);line-height:1.2;letter-spacing:-0.03em}.post-content h3{max-width:1120px;margin-top:42px;margin-bottom:16px;color:var(--navy-800);font-size:26px}.post-content h4{max-width:1120px;margin-top:32px;color:var(--navy-800);font-size:21px}.post-content p{margin-top:0;margin-bottom:22px}.post-content ul,.post-content ol{margin-top:18px;margin-bottom:28px;padding-left:28px}.post-content li{margin-bottom:10px}.post-content a{color:var(--blue-700);font-weight:650}.post-content pre{width:100%;overflow-x:auto;margin:28px 0;padding:26px;border:1px solid rgba(85,214,255,0.13);border-radius:14px;background:var(--navy-950);color:#dcecff;font-size:15px;line-height:1.65;box-shadow:0 16px 36px rgba(3,25,52,0.12)}.post-content code{font-family:"Cascadia Code", "SFMono-Regular", Consolas, "Liberation Mono", monospace}.post-content p code,.post-content li code,.post-content td code{padding:3px 7px;border-radius:6px;background:var(--surface-blue);color:var(--blue-700);font-size:0.92em}.post-content blockquote{margin:32px 0;padding:22px 28px;border-left:5px solid var(--blue-600);border-radius:0 12px 12px 0;background:var(--surface-blue);color:var(--navy-800)}.post-content blockquote p:last-child{margin-bottom:0}.post-content table{display:table;width:100%;margin:32px 0;overflow:hidden;border:1px solid var(--border);border-collapse:separate;border-spacing:0;border-radius:12px;background:var(--white);box-shadow:0 10px 28px rgba(3,25,52,0.07)}.post-content th,.post-content td{padding:16px 18px;border-right:1px solid var(--border);border-bottom:1px solid var(--border);text-align:left;vertical-align:top}.post-content th:last-child,.post-content td:last-child{border-right:0}.post-content tr:last-child td{border-bottom:0}.post-content th{background:var(--surface-blue);color:var(--navy-900);font-weight:800}.post-content img{display:block;max-width:100%;height:auto;margin:36px auto;border-radius:14px;box-shadow:var(--shadow)}.site-footer{background:var(--navy-950);color:rgba(255,255,255,0.67)}.footer-container{display:grid;width:min(1440px, calc(100% - 64px));margin:0 auto;padding:64px 0 46px;grid-template-columns:1fr auto;gap:50px}.footer-brand{display:flex;align-items:flex-start;gap:18px}.footer-logo{width:72px;height:72px;flex:0 0 auto;object-fit:cover;border-radius:14px;box-shadow:0 10px 28px rgba(8,120,232,0.24)}.footer-container strong{color:var(--white);font-size:19px}.footer-container p{max-width:640px;margin:12px 0 0}.footer-links{display:flex;align-items:flex-start;gap:26px}.footer-links a{color:rgba(255,255,255,0.72);font-size:14px;text-decoration:none}.footer-links a:hover{color:var(--cyan-400)}.footer-bottom{width:min(1440px, calc(100% - 64px));margin:0 auto;padding:20px 0 28px;border-top:1px solid rgba(255,255,255,0.09);font-size:12px}@media (max-width: 1050px){.nav-container,.expertise,.latest-articles,.footer-container,.footer-bottom,.post-layout{width:min(100% - 48px, 100%)}.card-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}.feature-card:last-child{grid-column:1 / -1}.article-card{grid-template-columns:minmax(0, 1fr) 190px;gap:34px;padding:42px}.article-status{min-width:170px}}@media (max-width: 800px){.nav-container,.expertise,.latest-articles,.footer-container,.footer-bottom,.post-layout{width:calc(100% - 32px)}.nav-container{min-height:72px}.brand-logo{width:48px;height:48px;border-radius:11px}.brand-text small{display:none}.site-navigation{gap:16px}.site-navigation a{font-size:13px}.site-navigation a:not(:first-child){display:none}.hero{min-height:590px;padding:75px 16px}.hero h1{font-size:49px}.hero-description{font-size:18px}.expertise,.latest-articles{padding-top:72px;padding-bottom:72px}.card-grid{grid-template-columns:1fr}.feature-card,.feature-card:last-child{min-height:auto;grid-column:auto}.article-card{grid-template-columns:1fr;gap:28px;padding:30px}.article-card h3{font-size:28px}.article-status{width:100%;min-width:0}.post-hero{padding:80px 16px 70px}.post-hero h1{font-size:46px}.post-description{font-size:18px}.post-layout{padding-top:55px;padding-bottom:80px}.post-content{font-size:17px}.post-content h2{margin-top:48px;font-size:31px}.post-content h3{font-size:23px}.post-content pre{margin-right:-4px;margin-left:-4px;padding:20px;font-size:14px}.post-content table{display:block;overflow-x:auto}.footer-container{grid-template-columns:1fr;gap:30px}.footer-logo{width:60px;height:60px}}@media (max-width: 480px){.brand-logo{width:42px;height:42px}.brand-text strong{font-size:14px}.hero h1{font-size:40px}.hero-buttons{flex-direction:column}.button{width:100%}.section-heading h2{font-size:32px}.feature-card{padding:28px}.article-card{padding:24px}.post-hero h1{font-size:38px}.post-content h2{font-size:28px}.footer-links{flex-wrap:wrap}}
