:root{--ink:#221f1c;--paper:#f5f5f5;--white:#fff;--stone:#797267;--pebble:#8c8a88;--azure:#518bdb;--teal:#36bab8;--mint:#cbfbf1;--peach:#f8ebd8;--lavender:#ede9fe;--mist:#cff2ef;--coral:#ed6d68;--amber:#e5a057;--orchid:#bf89cd;--forest:#1a3a12;--display:"Noto Serif SC", serif;--body:"Noto Sans SC", sans-serif;--mono:"JetBrains Mono", monospace;--card-shadow:#0000001a 0 1px 3px, #0000001a 0 1px 2px -1px;--elevated:#0000001a 0 20px 25px -5px, #0000001a 0 8px 10px -6px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:72px;overflow-x:hidden}body{background:var(--paper);min-width:320px;color:var(--ink);font-family:var(--body);margin:0;line-height:1.5}a{color:inherit;text-decoration:none}button{font:inherit}#app{background:var(--paper)}.container{max-width:1200px;margin:0 auto;padding:0 32px}.site-header{z-index:30;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f5f5f5e0;border-bottom:1px solid #221f1c11;position:sticky;top:0}.nav{justify-content:space-between;align-items:center;gap:18px;min-height:59px;display:flex;position:relative}.brand{white-space:nowrap;font-family:var(--display);letter-spacing:.02em;align-items:center;gap:10px;font-size:20px;font-weight:900;display:inline-flex}.brand img{object-fit:contain;mix-blend-mode:multiply;width:30px;height:30px}.brand strong{font-size:20px}.brand-divider{background:#221f1c2e;width:1px;height:22px}.desktop-nav{align-items:center;gap:4px;display:flex}.desktop-nav>a,.product-menu button{cursor:pointer;background:0 0;border:0;border-radius:8px;padding:6px 12px;font-size:14px;font-weight:500}.desktop-nav>a:hover,.product-menu button:hover{background:var(--white)}.product-menu{position:relative}.product-popover{background:var(--white);width:270px;box-shadow:var(--elevated);border:1px solid #221f1c14;border-radius:14px;padding:8px;position:absolute;top:100%;left:-70px}.product-popover a{border-radius:9px;padding:11px 12px;display:block}.product-popover a:hover{background:var(--paper)}.product-popover b,.product-popover small{display:block}.product-popover small{color:var(--stone);margin-top:2px;font-size:12px}.desktop-actions{align-items:center;gap:8px;display:flex}.header-action{border-radius:8px;justify-content:center;align-items:center;padding:8px 12px;font-size:14px;font-weight:500;display:inline-flex}.header-action.ghost:hover{background:var(--white)}.header-action.solid{background:var(--ink);color:var(--white);box-shadow:inset 0 -2px #0003}.menu-toggle{cursor:pointer;background:0 0;border:0;font-size:22px;display:none}.mobile-nav{background:var(--white);border-bottom:1px solid #221f1c14;gap:4px;padding:16px 20px;display:grid;position:absolute;top:59px;left:0;right:0}.mobile-nav a{border-radius:8px;padding:8px 10px}.mobile-nav a:hover{background:var(--paper)}.section{padding:96px 0}.section-heading{text-align:center;max-width:720px;margin:0 auto 52px}.eyebrow{color:var(--ink);letter-spacing:1px;background:#ffffffe6;border-radius:999px;align-items:center;gap:8px;padding:4px 12px;font-size:12px;font-weight:500;display:inline-flex}.eyebrow i{background:var(--azure);border-radius:50%;width:6px;height:6px}.eyebrow-pill{color:var(--ink);letter-spacing:1px;text-transform:uppercase;background:#ffffffe6;border-radius:999px;align-items:center;gap:8px;padding:4px 12px;font-size:12px;font-weight:500;display:inline-flex}.eyebrow-pill .dot{background:var(--azure);border-radius:50%;width:6px;height:6px}.live i{background:var(--teal);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #36bab821}.section h2,.home-hero h1,.product-hero h1,.cta h2{font-family:var(--display);letter-spacing:.02em;margin:18px 0 14px;font-weight:900;line-height:1.2}.section h2,.cta h2{font-size:48px}.section-heading p,.muted,.flywheel-copy p,.story-grid p{color:var(--stone);line-height:1.7}.home-hero,.product-hero{color:var(--white);background:linear-gradient(110deg,#518bdb 0%,#429dcc 48%,#36bab8 100%);padding:76px 0 0;position:relative}.product-hero{background:linear-gradient(110deg, var(--accent), #36bab8)}.hero-copy{text-align:center;max-width:820px;margin:0 auto;padding:0 32px 132px}.hero-copy h1{letter-spacing:1.36px;font-size:68px;line-height:1.08}.hero-copy p{color:#ffffffeb;max-width:640px;margin:22px auto 32px;font-size:18px}.button-row{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.button{cursor:pointer;border:0;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:500;transition:transform .18s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button.dark{background:var(--ink);color:var(--white);box-shadow:inset 0 -2px #0003}.button.white{background:var(--white);color:var(--ink)}.button.outline{border:1px solid #221f1c1f;margin-top:auto}.btn{background:var(--white);color:var(--ink);cursor:pointer;box-shadow:var(--card-shadow);border:1px solid #221f1c1a;border-radius:999px;justify-content:center;align-items:center;gap:6px;padding:9px 18px;font-size:14px;font-weight:500;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s;display:inline-flex}.btn:hover{box-shadow:var(--elevated);border-color:#221f1c2e;transform:translateY(-2px)}.console-wrap{z-index:2;position:relative;top:64px}.ai-console{border:1px solid var(--forest);background:var(--white);color:var(--ink);box-shadow:var(--elevated);border-radius:18px;padding:20px}.console-top{border-bottom:1px solid #221f1c14;justify-content:space-between;align-items:center;gap:16px;padding-bottom:14px;display:flex}.console-brand{font-size:14px;font-weight:700}.live{color:var(--teal);font-family:var(--mono);align-items:center;gap:6px;font-size:11px;font-weight:500;display:inline-flex}.console-grid{grid-template-columns:1.05fr 1.15fr .85fr;gap:12px;padding-top:16px;display:grid}.console-panel{background:var(--paper);border:1px solid #221f1c12;border-radius:14px;min-height:180px;padding:14px}.panel-label{color:var(--pebble);font-family:var(--mono);letter-spacing:.6px;text-transform:uppercase;font-size:10px;font-weight:500}.pose-stage{background:var(--white);border-radius:10px;height:138px;margin-top:7px;position:relative;overflow:hidden}.pose-stage svg{width:100%;height:100%}.scan{border-top:1px dashed var(--teal);box-shadow:0 0 14px var(--teal);position:absolute;top:42%;left:7%;right:7%}.analysis-list{gap:9px;margin-top:13px;display:grid}.analysis-row{background:var(--white);border-radius:8px;align-items:center;gap:9px;padding:8px;font-size:12px;display:flex}.analysis-row i{border-radius:50%;flex:none;width:8px;height:8px}.analysis-row small{color:var(--stone);font-family:var(--mono);margin-left:auto;font-size:11px}.preview-row i{background:var(--teal);border-radius:50%;flex:none;width:8px;height:8px}.preview-row small{color:var(--stone);font-family:var(--mono);margin-left:auto;font-size:11px;font-style:normal}.score-card{background:var(--ink);color:var(--white);text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.score-ring{border:5px solid var(--teal);width:82px;height:82px;font-family:var(--mono);border-left-color:#fff3;border-radius:50%;place-items:center;font-size:21px;font-weight:700;display:grid;transform:rotate(25deg)}.score-ring span{display:block;transform:rotate(-25deg)}.score-card p{color:#ffffffb3;margin-top:13px;font-size:12px}.capability-grid,.process-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.pipeline-section{background:var(--white)}.pipeline-section .pipeline-heading,.pipeline-section .pipeline-heading h2,.pipeline-section .pipeline-heading p{text-align:center}.pipeline-section .eyebrow-pill{background:var(--paper)}.pipeline-panel{background:var(--paper);border-radius:18px;margin-top:48px;padding:56px 40px}.pipeline-track{grid-template-columns:repeat(5,1fr);gap:16px;display:grid;position:relative}.pipeline-track:before{content:"";z-index:0;background:repeating-linear-gradient(90deg,#221f1c40 0 8px,#0000 8px 16px);height:1px;position:absolute;top:22px;left:5%;right:5%}.pipeline-track .pnode{z-index:1;text-align:center;position:relative}.pipeline-track .pdot{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin:0 auto 16px;font-size:14px;font-weight:700;display:flex;box-shadow:0 0 0 1px #221f1c11,0 1px 3px #0000001a}.pipeline-track .pnode h4{margin:0 0 6px;font-size:14px;font-weight:600}.pipeline-track .pnode p{color:var(--stone);margin:0;font-size:12.5px;line-height:1.5}.pipeline-cards{margin-top:20px}.pipeline-section>.pipeline-cards .product-card{border-radius:14px;padding:20px}.pipeline-section>.pipeline-cards .icon-chip{border-radius:8px;width:28px;height:28px;margin-bottom:14px;font-size:12px}.pipeline-section>.pipeline-cards .product-card h4{font-size:14px}.pipeline-section>.pipeline-cards .product-card p{font-size:13px}@media (width<=920px){.pipeline-panel{padding:40px 24px}.pipeline-track{grid-template-columns:1fr 1fr;row-gap:32px}.pipeline-track:before{display:none}.pipeline-section>.pipeline-cards{grid-template-columns:1fr 1fr}}@media (width<=600px){.pipeline-panel{padding:32px 20px}.pipeline-track,.pipeline-section>.pipeline-cards{grid-template-columns:1fr}}.capability{border-radius:18px;min-height:248px;padding:30px}.capability>span{width:38px;height:38px;color:var(--white);background:var(--azure);border-radius:10px;place-items:center;margin-bottom:20px;font-weight:700;display:grid}.capability h3,.product h3,.process-grid h3{margin:0 0 10px;font-size:20px}.capability p,.product p,.process-grid p{color:var(--stone);margin:0;font-size:14px;line-height:1.6}.wash-0{background:var(--mint)}.wash-1{background:var(--peach)}.wash-2{background:var(--lavender)}.wash-3{background:var(--mist)}.intelligence,.product-story,.future{background:var(--white)}.intelligence-grid,.story-grid{grid-template-columns:1fr 1fr;align-items:start;gap:48px;display:grid}.story{margin-top:8px}.story-title{margin:0 0 14px;font-size:22px;font-weight:700;line-height:1.35}.story .steps{gap:0;margin:24px 0 0;padding:0;display:grid}.story .step{border-top:1px solid #221f1c17;align-items:flex-start;gap:18px;padding:18px 0;display:flex}.story .step-num{color:var(--stone);font-family:var(--mono);flex:none;font-size:13px;font-weight:500;line-height:1.4}.story .step b,.story .step span{display:block}.story .step b{margin-bottom:4px;font-size:15px}.story .step span{color:var(--stone);font-size:13px;line-height:1.6}.relation-map{background:var(--paper);border-radius:18px;min-height:440px;position:relative;overflow:hidden}.relation-map svg{width:100%;height:100%;position:absolute;inset:0}.map-node{background:var(--white);box-shadow:var(--card-shadow);text-align:center;border:2px solid;border-radius:14px;padding:12px 14px;font-size:13px;position:absolute}.map-node b{font-weight:600;display:block}.map-node span{color:var(--stone);font-family:var(--mono);letter-spacing:.4px;margin-top:4px;font-size:10px;display:block}.node-hand{border-color:var(--coral);top:14%;left:8%}.node-tool{border-color:var(--amber);top:10%;right:7%}.node-space{border-color:var(--orchid);bottom:12%;right:7%}.node-body{border-color:var(--teal);bottom:12%;left:7%}.node-ai{border-color:var(--azure);box-shadow:var(--elevated);z-index:2;padding:14px 18px;top:50%;left:50%;transform:translate(-50%,-50%)}.node-ai span{font-size:11px}.product-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.product{background:var(--white);box-shadow:var(--card-shadow);border:1px solid #221f1c12;border-radius:20px;flex-direction:column;padding:26px;display:flex}.product-head{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.product-symbol{width:44px;height:44px;color:var(--white);font-family:var(--display);border-radius:12px;place-content:center;font-size:20px;font-weight:900;display:grid}.product-tag{color:var(--stone);font-family:var(--mono);letter-spacing:.6px;font-size:11px;font-weight:500}.mini-ui{background:var(--paper);border-radius:14px;margin-bottom:20px;padding:16px}.mini-search{background:var(--white);color:var(--stone);border-radius:8px;margin-bottom:12px;padding:10px 12px;font-size:12px}.mini-row{align-items:center;gap:8px;padding:7px 0;font-size:13px;display:flex}.mini-row i{border-radius:50%;flex:none;width:7px;height:7px}.mini-row em{color:var(--stone);margin-left:auto;font-size:11px;font-style:normal}.mini-track{background:var(--white);border-radius:8px;height:46px;margin-bottom:12px;position:relative;overflow:hidden}.mini-track:before{content:"";background:repeating-linear-gradient(90deg, var(--paper) 0, var(--paper) 10px, transparent 10px, transparent 18px);position:absolute;inset:8px 10px}.mini-track:after{content:"";background:linear-gradient(90deg, var(--azure), var(--amber));transform-origin:0;height:2px;position:absolute;top:50%;left:12px;right:12px;transform:translateY(-50%)rotate(-6deg)}.mini-pose{justify-content:center;align-items:center;padding:4px 0 10px;display:flex}.mini-pose svg{width:100%;max-width:160px;height:auto}.product .btn{align-self:flex-start;margin-top:auto}.flywheel-box{background:var(--mint);border-radius:18px;grid-template-columns:1fr 1fr;align-items:center;gap:48px;padding:44px;display:grid}.flywheel-copy h3{margin:0 0 18px;font-size:26px;font-weight:700;line-height:1.35}.flywheel-diagram{place-items:center;min-height:340px;display:grid;position:relative}.orbit{border:1px dashed #221f1c38;border-radius:50%;position:absolute;inset:0}.core{z-index:2;background:var(--ink);width:102px;height:102px;color:var(--white);box-shadow:var(--elevated);text-align:center;border-radius:50%;place-items:center;font-size:13px;font-weight:700;line-height:1.35;display:grid;position:relative}.orbit-label{z-index:2;background:var(--white);box-shadow:var(--card-shadow);border-radius:999px;padding:8px 14px;font-size:12px;font-weight:600;position:absolute}.orbit-label.l1{top:18%;left:6%}.orbit-label.l2{top:18%;right:4%}.orbit-label.l3{bottom:18%;right:4%}.orbit-label.l4{bottom:18%;left:6%}.cta{background:var(--ink);color:var(--white);text-align:center;padding:96px 0}.cta p{color:#ffffffb8;max-width:520px;margin:0 auto 30px}.site-footer{background:var(--white);padding:60px 0 28px}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:32px;padding-bottom:38px;display:grid}.footer-brand{margin-bottom:14px}.footer-slogan{background:var(--mint);border-radius:8px;margin:0 0 12px;padding:6px 10px;font-size:14px;font-weight:700;display:inline-block}.footer-desc{color:var(--stone);max-width:300px;font-size:13px}.site-footer h3{color:var(--pebble);letter-spacing:1px;margin:4px 0 13px;font-size:11px}.site-footer a,.footer-link{color:var(--ink);text-align:left;cursor:pointer;background:0 0;border:0;margin:9px 0;padding:0;font-size:13px;display:block}.site-footer a:hover,.footer-link:hover{color:var(--azure)}.legal{color:var(--pebble);font-family:var(--mono);border-top:1px solid #221f1c12;flex-wrap:wrap;justify-content:space-between;gap:12px 20px;padding-top:20px;font-size:11px;display:flex}.copyright-span{align-items:center;display:flex}.qr-modal{z-index:100;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#221f1c94;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.qr-card{background:var(--white);width:min(430px,100%);max-height:calc(100vh - 48px);box-shadow:var(--elevated);text-align:center;border-radius:18px;padding:30px;position:relative;overflow:auto}.qr-card .eyebrow{background:var(--paper)}.qr-card h2{font-family:var(--display);margin-bottom:6px;font-size:28px;font-weight:900}.qr-card p{color:var(--stone);margin-bottom:20px;font-size:14px}.qr-card img{border-radius:10px;width:100%;max-width:350px}.qr-close{background:var(--paper);width:34px;height:34px;color:var(--ink);cursor:pointer;border:0;border-radius:8px;font-size:24px;line-height:1;position:absolute;top:12px;right:12px}.qr-close:hover{background:var(--mint)}.preview-row{border-bottom:1px solid #221f1c12;align-items:center;gap:9px;padding:12px 2px;font-size:13px;display:flex}.product-story .story-grid{margin-top:8px}.visual-panel{background:var(--paper);border:2px solid;border-radius:18px;min-height:300px;position:relative;overflow:hidden}.visual-line{height:2px;position:absolute;top:50%;left:14%;right:14%}.visual-orb{width:92px;height:92px;color:var(--white);border-radius:50%;place-items:center;font-weight:900;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.visual-card{background:var(--white);box-shadow:var(--card-shadow);border-radius:10px;padding:10px;font-size:12px;position:absolute}.visual-card:first-of-type{top:15%;left:10%}.visual-card:nth-of-type(2){top:16%;right:10%}.visual-card:nth-of-type(3){bottom:15%;left:37%}.process-grid article{background:var(--white);box-shadow:var(--card-shadow);border:1px solid #221f1c14;border-radius:14px;padding:22px}.process-grid span{color:var(--azure);font-family:var(--mono);margin-bottom:13px;font-size:12px;display:block}@media (width<=1100px){.container{padding:0 24px}.desktop-actions{display:none}.hero-copy h1{font-size:54px}.console-grid{grid-template-columns:1fr 1fr}.console-score{min-height:120px}.capability-grid,.process-grid,.product-grid{grid-template-columns:1fr 1fr}.intelligence-grid,.story-grid,.flywheel-box{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.section h2,.cta h2{font-size:40px}}@media (width<=900px){.desktop-nav{display:none}.menu-toggle{display:block}.hero-copy{padding:0 20px 106px}.hero-copy h1{font-size:44px}.product-grid{grid-template-columns:1fr}.section h2,.cta h2{font-size:36px}}@media (width<=580px){.container{padding:0 16px}.brand{font-size:16px}.brand img{width:26px;height:26px}.brand strong{font-size:17px}.section{padding:72px 0}.hero-copy{padding-bottom:92px}.hero-copy h1{font-size:36px}.hero-copy p{font-size:16px}.console-wrap{top:42px}.console-grid,.capability-grid,.process-grid,.footer-grid{grid-template-columns:1fr}.console-score{min-height:100px}.section h2,.cta h2{font-size:31px}.relation-map{min-height:360px}.map-node{border-radius:10px;padding:8px 10px;font-size:11px}.map-node span{margin-top:2px;font-size:9px}.node-ai{padding:10px 14px}.node-hand{top:10%;left:4%}.node-tool{top:8%;right:3%}.node-space{bottom:8%;right:3%}.node-body{bottom:8%;left:3%}.flywheel-box{padding:26px 20px}.core{width:86px;height:86px;font-size:12px}.footer-grid>div:first-child{grid-column:1/-1}.legal{justify-content:flex-start}.product-hero .hero-copy{padding-bottom:82px}}.hero-copy h1,.home-hero h1,.product-hero h1{white-space:pre-line}.button.ghost.on-dark{color:#fff}.button.ghost.on-dark:hover{background:#ffffff1f}.network-section{background:var(--white)}.net-panel{background:var(--paper);border-radius:18px;min-height:360px;margin-top:48px;padding:64px 48px;position:relative;overflow:hidden}.net-lines{width:100%;height:100%;position:absolute;inset:0}.net-node{background:var(--white);border:2px solid var(--teal);box-shadow:var(--card-shadow);border-radius:14px;min-width:150px;padding:12px 16px;font-size:13px;position:absolute}.net-node-title{margin-bottom:4px;font-weight:600}.net-node-meta{color:var(--stone);font-size:11px;font-family:var(--mono)}.compare-panel{background:var(--paper);border-radius:18px;margin-top:48px;padding:48px;position:relative}.skeleton-row{grid-template-columns:1fr auto 1fr;align-items:center;gap:32px;display:grid}.skeleton-card{background:var(--white);text-align:center;border:1px solid #221f1c12;border-radius:14px;padding:24px}.skeleton-card .cap{color:var(--stone);font-size:12px;font-weight:600;font-family:var(--mono);text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.skeleton-card svg{width:100%;height:220px}.score-dial{background:var(--white);width:120px;height:120px;box-shadow:var(--card-shadow);border:2px solid var(--azure);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;display:flex}.score-dial .num{font-family:var(--mono);color:var(--azure);font-size:28px;font-weight:600;line-height:1}.callout{background:var(--white);box-shadow:var(--card-shadow);border-radius:10px;align-items:center;gap:6px;padding:8px 12px;font-size:11px;font-weight:500;display:flex;position:absolute}.callout .swatch{border-radius:50%;flex:none;width:7px;height:7px}.compare-section .compare-cards{margin-top:48px}.dual-grid{grid-template-columns:1fr 1fr;gap:20px;margin-top:48px;display:grid}.dual-block{border-radius:18px;padding:36px}.dual-block .badge{background:#221f1c14;border-radius:999px;margin-bottom:16px;padding:4px 12px;font-size:11px;font-weight:600;display:inline-block}.dual-block h3{font-family:var(--body);letter-spacing:0;margin-bottom:20px;font-size:22px;font-weight:600}.dual-block ul{margin:0;padding:0;list-style:none}.dual-block li{color:var(--ink);border-top:1px solid #221f1c14;gap:12px;padding:14px 0;font-size:14px;display:flex}.dual-block li .dot{background:var(--teal);border-radius:50%;flex:none;width:6px;height:6px;margin-top:7px}.dual-block li .li-body b{margin-bottom:2px;font-weight:600;display:block}.dual-block li .li-body span{color:var(--stone);font-size:13px}.cat-row{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:44px;display:flex}.cat-pill{background:var(--white);box-shadow:var(--card-shadow);border:1px solid #221f1c14;border-radius:999px;align-items:center;gap:8px;padding:8px 16px;font-size:13px;font-weight:500;display:flex}.cat-pill .swatch{border-radius:50%;flex:none;width:8px;height:8px}.cat-pill .heat{font-family:var(--mono);color:var(--pebble);font-size:11px}.tst-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:48px;display:grid}.tst-card{background:var(--white);box-shadow:var(--card-shadow);border:1px solid #221f1c11;border-radius:14px;padding:20px}.tst-quote{color:var(--ink);margin:0 0 18px;font-size:14px;line-height:1.6}.tst-who{align-items:center;gap:10px;display:flex}.tst-avatar{color:#fff;border-radius:50%;flex:none;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:600;display:flex}.tst-name{font-size:13px;font-weight:600}.tst-tag{color:var(--stone);font-size:11px;font-family:var(--mono)}.note{color:var(--pebble);text-align:center;font-size:12px;font-family:var(--mono);margin-top:20px}@media (width<=920px){.skeleton-row{text-align:center;grid-template-columns:1fr}.dual-grid{grid-template-columns:1fr}.tst-grid{grid-template-columns:1fr 1fr}.callout{display:none}.net-panel{padding:32px 20px}}@media (width<=600px){.tst-grid{grid-template-columns:1fr}}.nav-anchor{font:500 14px var(--body);color:var(--ink);cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:8px;padding:6px 12px;transition:background .2s,color .2s}.nav-anchor:hover{background:var(--white)}.nav-anchor.active{background:var(--accent,var(--ink));color:#fff}.mobile-nav .nav-anchor{text-align:left;width:100%;padding:8px 10px}.mobile-nav .nav-anchor.active{background:var(--accent,var(--ink));color:#fff}.mobile-nav .mobile-group-label{letter-spacing:1px;color:var(--pebble);margin:10px 0 2px;font-size:12px}.product-hero .eyebrow-pill{background:var(--white);color:var(--ink);letter-spacing:.06em;text-transform:uppercase;border-radius:999px;align-items:center;gap:8px;padding:8px 14px;font-size:12px;font-weight:600;display:inline-flex}.product-hero .eyebrow-pill .dot{background:var(--accent);border-radius:50%;width:6px;height:6px}.product-hero .btn{cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;gap:6px;padding:12px 24px;font-size:14px;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-flex}.product-hero .btn:hover{transform:translateY(-2px)}.product-hero .btn-dark{background:var(--ink);color:var(--white);box-shadow:inset 0 -2px #0003}.product-hero .btn-white{background:var(--white);color:var(--ink)}.mockup-wrap{z-index:2;max-width:920px;margin:0 auto;padding:0 32px;position:relative;top:64px}.mockup{text-align:left;background:#fff;border:1px solid #221f1c14;border-radius:18px;padding:20px 24px 24px;box-shadow:0 24px 70px #00000024}.mockup-topbar{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.mockup-search{background:var(--paper);max-width:340px;color:var(--stone);border:1px solid #221f1c14;border-radius:10px;flex:1;align-items:center;gap:8px;padding:10px 14px;font-size:13px;display:flex}.mockup-avatar{background:var(--ink);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:600;display:flex}.mockup-rows{flex-direction:column;gap:8px;display:flex}.mockup-row{background:#fff;border:1px solid #221f1c11;border-radius:12px;align-items:center;gap:12px;padding:12px 16px;display:flex;box-shadow:0 2px 8px #0000000a}.mockup-row .dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.mockup-row .name{color:var(--ink);font-size:14px;font-weight:500}.mockup-row .meta{color:var(--stone);font-size:12px;font-family:var(--mono);margin-left:auto}.mockup-row .badge{border-radius:999px;padding:3px 9px;font-size:11px;font-weight:500}@media (width<=600px){.mockup-topbar{flex-direction:column;align-items:flex-start;gap:10px}.mockup-search{max-width:100%}}.product-card-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.product-card{background:var(--white);border:1px solid #221f1c14;border-radius:16px;padding:24px}.icon-chip{color:#fff;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:16px;font-size:16px;font-weight:700;display:flex}.product-card h4{margin:0 0 8px;font-size:16px;font-weight:600}.product-card p{color:var(--stone);margin:0;font-size:13px;line-height:1.6}.dual-block li .dot{background:var(--teal)}.cta .eyebrow-pill{color:#fff;letter-spacing:.06em;text-transform:uppercase;background:#ffffff1a;border-radius:999px;align-items:center;gap:8px;margin-bottom:18px;padding:8px 14px;font-size:12px;font-weight:600;display:inline-flex}.cta .eyebrow-pill .dot{background:var(--azure);border-radius:50%;width:6px;height:6px}.cta .btn{cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;gap:6px;padding:12px 24px;font-size:14px;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-flex}.cta .btn:hover{transform:translateY(-2px)}.cta .btn-white{background:var(--white);color:var(--ink)}.cta .btn-ghost.on-dark{color:#fff;background:0 0;border:1px solid #ffffff4d}.cta .btn-ghost.on-dark:hover{background:#ffffff1f}@media (width<=760px){.product-card-grid{grid-template-columns:1fr 1fr}}.mockup-title{color:var(--ink);font-size:14px;font-weight:600}.mockup-score{color:var(--teal);font-family:var(--mono);background:#36bab81f;border-radius:999px;align-items:center;gap:8px;padding:5px 12px;font-size:13px;font-weight:600;display:flex}.compare-panes{grid-template-columns:1fr 1fr;gap:16px;display:grid}.pane{background:var(--paper);border:1px solid #221f1c11;border-radius:12px;padding:14px}.pane .pane-label{color:var(--stone);font-size:11px;font-weight:600;font-family:var(--mono);text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px}.pane svg{width:100%;height:150px;display:block}@media (width<=760px){.compare-panes{grid-template-columns:1fr}}.compare-section{background:var(--white)}.compare-section .section-heading{text-align:center;max-width:620px;margin:0 auto 28px}.compare-panel{margin-bottom:12px}.compare-panel .compare-panes{grid-template-columns:1fr 150px 1fr;align-items:center;gap:20px;max-width:960px;margin:0 auto;display:grid}.compare-panel .pane{background:var(--paper);text-align:center;border:1px solid #221f1c11;border-radius:16px;padding:18px}.compare-panel .pane-label{color:var(--stone);font-size:12px;font-weight:600;font-family:var(--mono);text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.compare-panel .pane svg{width:100%;height:180px;display:block}.score-pane{background:var(--white)!important;border:none!important}.score-dial{border:3px solid var(--azure);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:110px;height:110px;margin:0 auto;display:flex}.score-dial .num{color:var(--azure);font-size:34px;font-weight:700;line-height:1}.score-dial .lbl{color:var(--stone);margin-top:4px;font-size:11px}.user-pane{position:relative}.callout{background:var(--white);color:var(--ink);white-space:nowrap;border:1px solid #221f1c14;border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;display:inline-flex;position:absolute;box-shadow:0 4px 14px #00000014}.callout .swatch{border-radius:50%;width:7px;height:7px}@media (width<=760px){.compare-panel .compare-panes{grid-template-columns:1fr}.score-pane{order:-1}.callout{margin-top:8px;position:static}}.product-footer{background:var(--white);border-top:1px solid #221f1c11;padding:64px 0 32px}.product-foot-grid{grid-template-columns:1.6fr 1fr 1fr 1fr;gap:32px;margin-bottom:40px;display:grid}.product-foot-word{font-family:var(--display);color:var(--ink);margin-bottom:10px;font-size:20px;font-weight:900}.product-foot-desc{color:var(--stone);max-width:220px;font-size:13px;line-height:1.5}.product-foot-col h5{letter-spacing:1px;text-transform:uppercase;color:var(--pebble);margin-bottom:14px;font-size:11px;font-weight:600}.product-foot-col a,.product-foot-col button{color:var(--ink);text-align:left;cursor:pointer;background:0 0;border:0;margin-bottom:10px;padding:0;font-size:13.5px;text-decoration:none;display:block}.product-foot-col a:hover,.product-foot-col button:hover{color:var(--azure)}.product-foot-bottom{color:var(--pebble);font-size:12px;font-family:var(--mono);text-align:center;border-top:1px solid #221f1c11;flex-wrap:wrap;justify-content:center;gap:10px;padding-top:20px;display:flex}@media (width<=920px){.product-foot-grid{grid-template-columns:1fr 1fr;row-gap:24px}}@media (width<=600px){.product-foot-grid{grid-template-columns:1fr}}
