:root,html[data-theme=dark]{--bg:#101922;--bg-gradient-start:#101922;--bg-gradient-end:#101922;--surface:#0f1722;--surface-soft:#131d2a;--text:#f7f9fc;--muted:#9fb0c6;--primary:#2b8cee;--primary-strong:#1e6bc0;--border:hsla(0,0%,100%,.12);--header-border:hsla(0,0%,100%,.12);--header-bg:rgba(16,25,34,.82);--eyebrow:#5ca7ff;--button-text:#fff;--button-ghost-bg:hsla(0,0%,100%,.05);--button-ghost-border:hsla(0,0%,100%,.14);--button-ghost-text:#f7f9fc;--button-light-bg:#fff;--button-light-text:#2b8cee;--hero-visual-bg:linear-gradient(155deg,#2d4058,#1e3048 45%,#162536);--hero-visual-accent:radial-gradient(circle at 65% 30%,rgba(43,140,238,.38),rgba(43,140,238,0));--muted-section-bg:hsla(0,0%,100%,.03);--muted-section-border:hsla(0,0%,100%,.08);--card-bg:hsla(0,0%,100%,.03);--step-border:hsla(0,0%,100%,.2);--step-dot-bg:#2b8cee;--step-dot-text:#fff;--cta-panel-bg:#152337;--cta-panel-border:hsla(0,0%,100%,.1);--cta-band-bg:#2b8cee;--cta-band-text:hsla(0,0%,100%,.9);--cta-band-panel-bg:rgba(15,32,54,.42);--cta-band-panel-border:hsla(0,0%,100%,.16);--cta-band-panel-shadow:0 28px 70px rgba(4,12,24,.28);--footer-border:hsla(0,0%,100%,.1);--footer-text:#8fa4bf;--theme-toggle-bg:hsla(0,0%,100%,.06);--theme-toggle-border:hsla(0,0%,100%,.16);--theme-toggle-text:#dce8f8;--theme-toggle-hover-bg:hsla(0,0%,100%,.12);--method-icon-bg:rgba(43,140,238,.15)}html[data-theme=light]{--bg:#f6f7f8;--bg-gradient-start:#f6f7f8;--bg-gradient-end:#f6f7f8;--surface:#fff;--surface-soft:#f6f7f8;--text:#111418;--muted:#617589;--primary:#2b8cee;--primary-strong:#1e6bc0;--border:#e5e7eb;--header-border:#e5e7eb;--header-bg:hsla(0,0%,100%,.84);--eyebrow:#2b8cee;--button-text:#fff;--button-ghost-bg:#f0f2f4;--button-ghost-border:#dbe1e8;--button-ghost-text:#111418;--button-light-bg:#fff;--button-light-text:#2b8cee;--hero-visual-bg:linear-gradient(160deg,#f3c9a5,#eadbb9 45%,#e59a62);--hero-visual-accent:radial-gradient(circle at 70% 30%,hsla(0,0%,100%,.42),hsla(0,0%,100%,0));--muted-section-bg:#efefef;--muted-section-border:#e5e7eb;--card-bg:#fff;--step-border:#dbe1e8;--step-dot-bg:#2b8cee;--step-dot-text:#fff;--cta-panel-bg:#fff;--cta-panel-border:#e5e7eb;--cta-band-bg:#2b8cee;--cta-band-text:hsla(0,0%,100%,.86);--cta-band-panel-bg:rgba(12,36,69,.2);--cta-band-panel-border:hsla(0,0%,100%,.3);--cta-band-panel-shadow:0 24px 60px rgba(24,65,118,.18);--footer-border:#e5e7eb;--footer-text:#617589;--theme-toggle-bg:#f6f7f8;--theme-toggle-border:#dbe1e8;--theme-toggle-text:#617589;--theme-toggle-hover-bg:#eceff3;--method-icon-bg:rgba(43,140,238,.12)}*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:Inter,system-ui,sans-serif;background:linear-gradient(180deg,var(--bg-gradient-start) 0,var(--bg-gradient-end) 60%);color:var(--text)}a{color:inherit;text-decoration:none}.container{width:min(1280px,92%);margin:0 auto}.site-header{border-bottom:1px solid var(--header-border);position:-webkit-sticky;position:sticky;top:0;background:var(--header-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:20}.nav-wrap{display:flex;align-items:center;justify-content:space-between;min-height:72px;gap:1.2rem}.nav-wrap nav{display:flex;gap:2.5rem;color:var(--muted);font-size:.84rem;font-weight:500}.logo{font-weight:700;letter-spacing:-.01em;font-size:.95rem;display:inline-flex;align-items:center;gap:.55rem}.logo-mark{width:12px;height:12px;background:var(--primary);-webkit-clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%);clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%)}.header-actions{display:flex;align-items:center;gap:.5rem}.mobile-menu-toggle{display:none;border:1px solid var(--theme-toggle-border);background:transparent;color:var(--text);border-radius:8px;padding:.58rem .85rem;font-size:.78rem;font-weight:700;cursor:pointer}.mobile-menu{display:none;padding-bottom:1rem}.mobile-nav{display:grid;grid-gap:.75rem;gap:.75rem;padding:1rem 0 0;border-top:1px solid var(--border)}.mobile-nav a{font-size:.95rem;font-weight:600}.mobile-nav-cta{justify-self:start}.hero{padding:7.5rem 0}.split{display:grid;grid-template-columns:1.08fr .92fr;grid-gap:4rem;gap:4rem;align-items:center}.hero-copy{background:transparent;padding:0}h1{font-size:clamp(3rem,6.5vw,4.75rem);margin:.5rem 0 .8rem;line-height:1.08;letter-spacing:-.04em;font-weight:900}h2{font-size:clamp(1.7rem,3.1vw,2.35rem);margin:0 0 1rem;letter-spacing:-.02em}h3{margin:0 0 .45rem;font-size:1rem}.subtext,li,p{color:var(--muted);line-height:1.62}.subtext{max-width:540px;font-size:1.08rem}.narrow-copy{max-width:680px}.eyebrow{color:var(--eyebrow);font-size:.67rem;letter-spacing:.19em;text-transform:uppercase;font-weight:800;margin:0 0 .6rem}.hero-actions{display:flex;gap:.75rem;margin:1.55rem 0 0;flex-wrap:wrap}.button{border:1px solid transparent;background:var(--primary);color:var(--button-text);font-weight:700;padding:.78rem 1.2rem;border-radius:8px;font-size:.95rem;letter-spacing:0}.button.ghost{background:var(--button-ghost-bg);border-color:var(--button-ghost-border);color:var(--button-ghost-text)}.button.small{font-size:.82rem;padding:.64rem 1.2rem}.button.light{background:var(--button-light-bg);color:var(--button-light-text)}.button.on-band{background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.2);color:#fff}.theme-toggle{border:1px solid var(--theme-toggle-border);background:var(--theme-toggle-bg);color:var(--theme-toggle-text);border-radius:8px;padding:.45rem .65rem;font-size:.62rem;font-weight:700;letter-spacing:.02em;line-height:1;cursor:pointer;text-transform:uppercase}.theme-toggle:hover{background:var(--theme-toggle-hover-bg)}.theme-toggle:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.gem-visual,.hero-visual{border:1px solid var(--border);border-radius:16px;min-height:360px;background:var(--hero-visual-bg);position:relative;overflow:hidden}.hero-visual:before{content:"";position:absolute;inset:0;background:var(--hero-visual-accent)}.network-visual{background:radial-gradient(circle at 25% 25%,hsla(0,0%,100%,.14),hsla(0,0%,100%,0) 32%),linear-gradient(145deg,#1b2736,#0d1520 55%,#142740)}.network-orb,.network-panel{position:absolute;border:1px solid hsla(0,0%,100%,.14)}.network-orb{border-radius:999px;background:radial-gradient(circle at 35% 35%,rgba(92,167,255,.9),rgba(43,140,238,.1));box-shadow:0 20px 50px rgba(6,16,29,.45)}.orb-one{width:160px;height:160px;top:3rem;left:3rem}.orb-two{width:110px;height:110px;right:4rem;bottom:3.2rem}.network-panel{border-radius:18px;background:hsla(0,0%,100%,.06);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.panel-one{width:240px;height:120px;right:3rem;top:4rem}.panel-two{width:220px;height:150px;left:7rem;bottom:2.8rem}.cylinder{width:72px;height:145px;border-radius:16px;background:linear-gradient(90deg,#141821 5%,#46566f 45%,#111620 95%);box-shadow:0 20px 40px rgba(0,0,0,.35);position:relative;z-index:1}.hero-visual-accent{position:absolute;width:110px;height:110px;left:-20px;bottom:-20px;border-radius:14px;background:rgba(43,140,238,.16);filter:blur(24px)}.gem-visual{background:linear-gradient(180deg,#eef2f9,#dfe9f9)}.gem-visual:after{content:"";width:140px;height:170px;background:conic-gradient(from 20deg,#91c2ff,#2b80e6,#6fbcff,#2b80e6);-webkit-clip-path:polygon(50% 0,86% 18%,95% 56%,75% 95%,27% 100%,7% 52%,18% 18%);clip-path:polygon(50% 0,86% 18%,95% 56%,75% 95%,27% 100%,7% 52%,18% 18%);display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.section{padding:7.5rem 0}.muted{background:var(--muted-section-bg);border-top:1px solid var(--muted-section-border);border-bottom:1px solid var(--muted-section-border)}.methodology-grid,.two-col{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:4rem;gap:4rem}.two-col ul{margin:0;padding:0;list-style:none;display:grid;grid-gap:1.15rem;gap:1.15rem}.two-col li{position:relative;padding-left:2.5rem;font-size:.95rem}.two-col li:before{content:"";position:absolute;left:0;top:.2rem;width:1.55rem;height:1.55rem;border-radius:6px;border:1px solid color-mix(in srgb,var(--primary) 24%,transparent);background:var(--method-icon-bg)}.method-copy p{max-width:520px}.method-list{display:grid;grid-gap:1.4rem;gap:1.4rem}.method-item{display:flex;gap:.9rem;align-items:flex-start}.method-icon{width:28px;height:28px;border-radius:6px;background:var(--method-icon-bg);border:1px solid color-mix(in srgb,var(--primary) 24%,transparent);flex-shrink:0;margin-top:.15rem}.method-item h3{margin:0 0 .35rem;font-size:.88rem;letter-spacing:-.01em}.method-item p{margin:0;font-size:.8rem}.grid{display:grid;grid-gap:1.5rem;gap:1.5rem}.cards-4{grid-template-columns:repeat(4,1fr)}.cards-3{grid-template-columns:repeat(3,1fr)}.card{border:1px solid var(--border);background:var(--card-bg);padding:2rem;border-radius:12px;min-height:260px}.compact-card{min-height:0}.card-kicker{margin:0 0 .55rem;font-size:.58rem;letter-spacing:.11em;text-transform:uppercase;font-weight:800}.card h3{font-size:1.2rem;margin-bottom:.65rem}.card p{font-size:.9rem;margin:0}.center{text-align:center}.pillars-subtext{max-width:620px;margin:0 auto 1.5rem;font-size:.93rem}.steps{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:.9rem;gap:.9rem;margin:1rem 0}.step{padding-top:.5rem;border-top:1px solid var(--step-border)}.step span{display:inline-flex;width:24px;height:24px;border-radius:99px;background:var(--step-dot-bg);color:var(--step-dot-text);align-items:center;justify-content:center;font-size:.67rem;font-weight:700}.step h3{margin-top:.65rem}.stack-steps .step{display:grid;grid-template-columns:auto 1fr;grid-gap:1rem;gap:1rem;align-items:start}.stack-steps .step p{margin:.5rem 0 0}.list-grid{display:grid;grid-gap:1rem;gap:1rem;padding:0;margin:0;list-style:none}.list-grid li{border:1px solid var(--border);background:var(--card-bg);border-radius:12px;padding:1.3rem 1.4rem}.legend{display:grid;grid-gap:.85rem;gap:.85rem;padding:0;margin:0;list-style:none}.legend li{color:var(--muted)}.contact-card{min-height:0}.contact-line{display:inline-flex;margin-top:1rem;font-weight:700;color:var(--text)}.cta-panel{background:var(--cta-panel-bg);border:1px solid var(--cta-panel-border);border-radius:8px;padding:2.6rem}.cta-band .cta-panel{background:var(--cta-band-panel-bg);border-color:var(--cta-band-panel-border);box-shadow:var(--cta-band-panel-shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.cta-band{background:var(--cta-band-bg);padding:7.5rem 0}.cta-band h2{color:#fff;font-size:clamp(2rem,4vw,3rem);margin-bottom:.6rem}.cta-band p{color:var(--cta-band-text);max-width:620px;margin:0 auto 1.45rem}.center-actions{justify-content:center}.site-footer{border-top:1px solid var(--footer-border);background:var(--surface)}.foot{min-height:96px;display:flex;align-items:center;color:var(--footer-text);font-size:.84rem}@media (max-width:1000px){.cards-3,.cards-4,.methodology-grid,.split,.steps,.two-col{grid-template-columns:1fr}.hero{padding:5rem 0}.gem-visual,.hero-visual{min-height:280px}}@media (max-width:900px){.desktop-cta,.desktop-nav{display:none}.mobile-menu,.mobile-menu-toggle{display:block}.nav-wrap{align-items:center}}