:root{
      --green:#009933;
      --green-2:#006633;
      --deep:#003333;
      --ink:#071918;
      --night:#031512;
      --night-2:#061d19;
      --mint:#6ee7a1;
      --soft:#f4f8f6;
      --line:#dce7e2;
      --muted:#6f7f7b;
      --white:#ffffff;
      --shadow:0 18px 55px rgba(0,51,51,.12);
      --radius:22px;
      --max:1240px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:var(--ink);background:white;line-height:1.5;-webkit-font-smoothing:antialiased}
    img{max-width:100%;display:block}
    a{color:inherit;text-decoration:none}
    button{font:inherit}
    .wrap{width:min(var(--max),calc(100% - 48px));margin-inline:auto}
    .eyebrow{font-size:.78rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:var(--green)}
    .section-title{font-size:clamp(2rem,4.4vw,4rem);line-height:.98;letter-spacing:-.045em;margin:10px 0 18px;font-weight:850}
    .section-lead{font-size:1.08rem;color:#48605a;max-width:740px}
    .btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;border-radius:8px;padding:14px 19px;font-weight:800;font-size:.9rem;transition:.25s ease;border:1px solid transparent;cursor:pointer;white-space:nowrap}
    .btn-primary{background:linear-gradient(135deg,var(--green),#0a7f33);color:white;box-shadow:0 12px 26px rgba(0,153,51,.24)}
    .btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(0,153,51,.32)}
    .btn-ghost{color:var(--green);padding-inline:0;background:transparent}
    .btn-outline{border-color:rgba(255,255,255,.35);color:white;background:transparent}
    .arrow{font-size:1.15em;line-height:1}

    /* Header */
    .header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,51,51,.08)}
    .nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:28px}
    .brand{display:flex;align-items:center;gap:11px;font-weight:900;letter-spacing:.01em;min-width:max-content}
    .brand img{width:44px;height:44px;object-fit:contain}
    .brand-text{display:flex;flex-direction:column;line-height:.93}
    .brand-name{font-size:1.08rem}
    .brand-sub{color:var(--green);font-size:.98rem}
    .nav-links{display:flex;align-items:center;justify-content:center;gap:28px;font-size:.88rem;font-weight:700;flex:1}
    .nav-links a{position:relative}
    .nav-links a:after{content:"";position:absolute;left:0;bottom:-8px;width:0;height:2px;background:var(--green);transition:.2s}
    .nav-links a:hover:after{width:100%}
    .menu-toggle{display:none;background:transparent;border:0;color:white;padding:8px;cursor:pointer}
    .menu-toggle span{display:block;width:25px;height:2px;background:currentColor;margin:5px 0;border-radius:2px}
    .mobile-menu{display:none}

    /* Hero — approved commercial direction */
    .hero{position:relative;overflow:hidden;color:white;background:
      radial-gradient(circle at 63% 44%,rgba(27,207,91,.16),transparent 25%),
      radial-gradient(circle at 84% 32%,rgba(83,230,170,.08),transparent 28%),
      linear-gradient(112deg,#062f35 0%,#073a3c 48%,#0a4b45 100%)}
    .hero:before{content:"";position:absolute;inset:0;opacity:.23;background-image:
      linear-gradient(30deg,rgba(86,255,147,.15) 1px,transparent 1px),
      linear-gradient(150deg,rgba(86,255,147,.10) 1px,transparent 1px);
      background-size:34px 34px;transform:perspective(520px) rotateX(58deg) scale(1.35);transform-origin:center 70%;mask-image:linear-gradient(to bottom,rgba(0,0,0,.18),black 35%,transparent 96%)}
    .hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,20,23,.18),transparent 42%,rgba(0,20,23,.04));pointer-events:none}
    .hero-inner{position:relative;z-index:2;min-height:520px;display:grid;grid-template-columns:.82fr 1.48fr;grid-template-rows:1fr auto;column-gap:34px;row-gap:2px;align-items:center;padding:43px 0 22px}
    .hero-copy{grid-column:1;grid-row:1/3;align-self:center;padding:8px 0 18px}
    .hero h1{font-size:clamp(2.85rem,4.35vw,4.55rem);line-height:.97;letter-spacing:-.047em;margin:0 0 14px;font-weight:900}
    .hero h2{font-size:clamp(1.2rem,1.9vw,1.62rem);line-height:1.12;color:#2fca52;margin:0 0 18px;letter-spacing:-.018em;text-transform:uppercase;font-weight:850;max-width:560px}
    .hero p{font-size:.99rem;line-height:1.48;color:#e2edeb;max-width:500px;margin:0 0 13px}
    .hero .promise{font-weight:780;color:white;margin-top:12px;line-height:1.35}
    .hero-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:21px}
    .hero .btn-primary{padding:13px 18px;background:linear-gradient(135deg,#22ae42,#138335);box-shadow:0 11px 28px rgba(18,145,53,.28)}
    .hero .btn-ghost{color:#41d565}
    .hero-proof{grid-column:2;grid-row:2;display:flex;justify-content:center;flex-wrap:wrap;gap:11px 23px;margin:0 0 1px;color:#edf7f4;font-size:.69rem;font-weight:800;letter-spacing:.035em}
    .hero-proof span{display:flex;align-items:center;gap:7px;white-space:nowrap}
    .hero-proof i{width:11px;height:11px;border:1.5px solid #53de70;border-radius:50%;background:rgba(33,193,78,.12);box-shadow:0 0 0 2px rgba(27,187,72,.08);position:relative}
    .hero-proof i:after{content:"";position:absolute;width:4px;height:2px;border-left:1.5px solid #62eb7c;border-bottom:1.5px solid #62eb7c;transform:rotate(-45deg);left:2px;top:2.5px}

    /* Network visual — isometric routed connections with outward energy flow */
    .network{grid-column:2;grid-row:1;position:relative;height:395px;min-width:0;margin-top:-4px;isolation:isolate}
    .network svg.lines{position:absolute;inset:0;width:100%;height:100%;overflow:visible;pointer-events:none}
    .route-shadow{stroke:#001c1b;stroke-width:7;fill:none;opacity:.62;stroke-linecap:round;stroke-linejoin:round}
    .route-base{stroke:#64ed82;stroke-width:1.65;fill:none;opacity:.88;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 4px rgba(80,255,124,.42))}
    .route-energy{stroke:#dffff0;stroke-width:2.7;fill:none;opacity:.98;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:5 95;stroke-dashoffset:0;animation:energyFlow 3.15s linear infinite;filter:drop-shadow(0 0 3px #a8ffbb) drop-shadow(0 0 8px rgba(80,255,118,.92))}
    .route-energy.e2{animation-duration:3.7s;animation-delay:-.55s}.route-energy.e3{animation-duration:3.35s;animation-delay:-1.1s}
    .route-energy.e4{animation-duration:3.85s;animation-delay:-1.75s}.route-energy.e5{animation-duration:3.45s;animation-delay:-2.25s}.route-energy.e6{animation-duration:3.65s;animation-delay:-2.8s}
    .junction{fill:#83f79b;opacity:.82;filter:drop-shadow(0 0 4px #57ef79)}
    .endpoint{fill:#d9ffe3;stroke:#66ef84;stroke-width:1.3;filter:drop-shadow(0 0 5px #74ff92) drop-shadow(0 0 10px rgba(91,255,127,.7))}
    .flow-pulse{fill:#f2fff5;filter:drop-shadow(0 0 4px #d8ffe0) drop-shadow(0 0 10px #73ff91)}
    @keyframes energyFlow{to{stroke-dashoffset:-100}}
    .hub{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:164px;height:126px;border:1px solid rgba(139,255,163,.72);background:linear-gradient(145deg,rgba(11,114,69,.64),rgba(6,58,56,.94));clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 0 36px rgba(77,255,118,.32),inset 0 0 28px rgba(76,255,130,.1);animation:hubBreath 3.2s ease-in-out infinite}
    @keyframes hubBreath{0%,100%{filter:drop-shadow(0 0 0 rgba(75,255,117,0))}50%{filter:drop-shadow(0 0 11px rgba(75,255,117,.27))}}
    .hub:before,.hub:after{content:"";position:absolute;inset:-14px;clip-path:inherit;border:1px solid rgba(112,255,151,.3)}
    .hub:after{inset:-29px;border-color:rgba(112,255,151,.11)}
    .hub img{width:60px;max-height:60px;object-fit:contain;filter:drop-shadow(0 5px 12px rgba(0,0,0,.22));background:transparent;padding:0;border-radius:0}
    .hub strong{display:none}
    .hub small{display:none}
    .node{position:absolute;width:132px;text-align:center;color:#f0f8f6;font-size:.68rem;font-weight:800;letter-spacing:.035em;text-transform:uppercase;line-height:1.18;text-shadow:0 1px 5px rgba(0,0,0,.35)}
    .node-card{width:70px;height:51px;margin:0 auto 7px;border:1px solid rgba(137,255,172,.36);background:linear-gradient(180deg,rgba(7,94,66,.25),rgba(3,43,43,.66));transform:skewY(-4deg);display:grid;place-items:center;box-shadow:0 11px 24px rgba(0,0,0,.22),0 0 12px rgba(65,255,121,.08)}
    .node-card svg{width:32px;height:32px;stroke:#ebfff2;fill:none;stroke-width:1.7;transform:skewY(4deg)}
    .n1{left:5%;top:11%}.n2{left:40.4%;top:-1%}.n3{right:3%;top:11%}.n4{left:0;bottom:9%}.n5{left:40.5%;bottom:0}.n6{right:0;bottom:9%}

    /* Value strip */
    .value-strip{background:white;border-bottom:1px solid #edf3f0}
    .value-grid{display:grid;grid-template-columns:repeat(5,1fr);padding:34px 0}
    .value{padding:4px 30px;text-align:center;border-right:1px solid #e3ebe7}
    .value:last-child{border-right:0}
    .icon{width:42px;height:42px;margin:0 auto 13px;display:grid;place-items:center;color:var(--green)}
    .icon svg{width:38px;height:38px;stroke:currentColor;fill:none;stroke-width:1.7}
    .value h3{margin:0 0 7px;font-size:.95rem;letter-spacing:.035em}
    .value p{margin:0;color:#4e625c;font-size:.88rem}

    /* Problem */
    .problem{padding:82px 0 88px;background:linear-gradient(#fff,#fbfdfc)}
    .problem-grid{display:grid;grid-template-columns:.76fr 1.24fr;gap:70px;align-items:center}
    .problem h2{font-size:clamp(2.35rem,4vw,4.3rem);line-height:.95;letter-spacing:-.05em;margin:8px 0 19px}
    .problem p{color:#50645e;max-width:470px}
    .compare{display:grid;grid-template-columns:1fr 52px 1.08fr;align-items:center;gap:14px}
    .panel{background:white;border:1px solid #e3ebe7;border-radius:16px;min-height:320px;padding:28px;box-shadow:0 10px 34px rgba(0,51,51,.06)}
    .panel-label{text-align:center;font-size:.8rem;font-weight:850;margin-bottom:18px}
    .before-list{display:grid;gap:10px}
    .before-item{display:flex;align-items:center;gap:10px;font-size:.88rem;color:#354943}
    .before-item span:first-child{width:22px;height:22px;border-radius:50%;border:1px solid #b7c7c1;display:grid;place-items:center;font-size:.65rem;color:#7d918a;background:#fff;position:relative}
    .before-item:not(:last-child) span:first-child:after{content:"";position:absolute;width:1px;height:11px;background:#c8d5d0;top:21px}
    .compare-arrow{height:2px;background:linear-gradient(90deg,#cfe5d8,var(--green));position:relative}
    .compare-arrow:after{content:"";position:absolute;right:-1px;top:-7px;border-left:12px solid var(--green);border-top:8px solid transparent;border-bottom:8px solid transparent}
    .with-panel{display:flex;flex-direction:column;align-items:center;justify-content:center}
    .source-icons{display:flex;gap:14px;margin-bottom:18px}
    .source-icons span{width:42px;height:42px;border:1px solid #c7d9d2;border-radius:50%;display:grid;place-items:center;font-size:.72rem;font-weight:850;color:var(--deep)}
    .trust-layer{background:linear-gradient(135deg,var(--green-2),var(--green));color:white;width:100%;border-radius:9px;padding:20px 16px;text-align:center;box-shadow:0 12px 32px rgba(0,153,51,.2)}
    .trust-layer strong{display:block;font-size:1.38rem;letter-spacing:.02em}
    .trust-layer span{display:block;font-size:.9rem;font-weight:700}
    .trusted{margin-top:16px;font-weight:850;color:var(--deep)}

    /* Dark business section */
    .business{background:linear-gradient(140deg,#021512,#05211c 60%,#00332b);color:white;padding:84px 0}
    .business .section-lead{color:#c5d8d2}
    .business-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:38px}
    .biz-card{border:1px solid rgba(129,205,159,.24);border-radius:14px;padding:26px;background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(0,102,51,.045));min-height:190px;transition:.25s}
    .biz-card:hover{transform:translateY(-4px);border-color:rgba(110,231,161,.5);background:rgba(0,153,51,.08)}
    .biz-card .mini-icon{font-size:1.65rem;color:var(--mint);margin-bottom:14px}
    .biz-card h3{margin:0 0 9px;font-size:1.08rem;color:#73e7a6}
    .biz-card p{margin:0;color:#cfe1dc;font-size:.9rem}

    /* Use cases */
    .usecases{padding:88px 0 92px;background:#f7faf8}
    .usecase-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:34px}
    .usecase-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}
    .case-card{background:white;border:1px solid #e0e9e5;border-radius:16px;overflow:hidden;box-shadow:0 10px 28px rgba(0,51,51,.055);transition:.25s}
    .case-card:hover{transform:translateY(-5px);box-shadow:0 20px 38px rgba(0,51,51,.10)}
    .case-visual{height:126px;position:relative;overflow:hidden;background:linear-gradient(135deg,#0a3c34,#01963b)}
    .case-visual:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 30%,rgba(255,255,255,.22) 0 2px,transparent 3px),linear-gradient(120deg,transparent 36%,rgba(255,255,255,.10) 37%,transparent 39%);background-size:42px 42px,100% 100%}
    .case-visual svg{position:absolute;right:16px;bottom:10px;width:64px;height:64px;stroke:#e8fff0;fill:none;stroke-width:1.25;opacity:.9}
    .case-body{padding:18px 18px 20px}
    .case-body h3{font-size:1rem;line-height:1.16;margin:0 0 10px}
    .case-body p{font-size:.82rem;color:#5d706a;margin:0 0 14px}
    .case-link{font-size:.78rem;color:var(--green);font-weight:800}

    /* Why */
    .why{padding:84px 0}
    .why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:34px}
    .why-card{border:1px solid #e0e9e5;border-radius:14px;padding:24px;background:white}
    .why-card h3{font-size:1rem;margin:0 0 8px}
    .why-card p{font-size:.88rem;margin:0;color:#5c7069}
    .why-card .dot{width:34px;height:34px;border-radius:9px;background:#eaf8ef;color:var(--green);display:grid;place-items:center;margin-bottom:14px;font-weight:900}

    /* Difference */
    .difference{padding:90px 0;background:#f4f8f6}
    .difference-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
    .quote{font-size:clamp(2.3rem,4.4vw,4.65rem);line-height:.98;letter-spacing:-.045em;font-weight:850}
    .quote .muted{color:#9aa8a4}.quote .accent{color:var(--green)}
    .questions{display:grid;grid-template-columns:1fr 1fr;gap:12px}
    .question{padding:19px;border-radius:12px;border:1px solid #dbe7e2;background:white;font-weight:750;font-size:.9rem;box-shadow:0 7px 20px rgba(0,51,51,.04)}

    /* Steps */
    .steps{padding:92px 0}
    .step-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:42px}
    .step{position:relative;padding:28px 26px 30px;border:1px solid #e0e9e5;border-radius:16px;background:white}
    .step-num{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:#effaf3;color:var(--green);font-weight:900;border:1px solid #bfe7cd;margin-bottom:18px}
    .step h3{margin:0 0 8px;font-size:1.28rem}
    .step p{margin:0;color:#5a6f68}

    /* Assessment CTA */
    .assessment{background:linear-gradient(135deg,#003b34,#04231e 62%,#00572d);color:white;position:relative;overflow:hidden}
    .assessment:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 20%,rgba(0,153,51,.22),transparent 28%)}
    .assessment-inner{position:relative;z-index:2;padding:84px 0;display:grid;grid-template-columns:.85fr 1.15fr;gap:55px;align-items:center}
    .assessment h2{font-size:clamp(2.3rem,4vw,4rem);line-height:.98;letter-spacing:-.045em;margin:8px 0 18px}
    .assessment p{color:#d0e1dc}
    .assessment-list{display:grid;grid-template-columns:1fr 1fr;gap:14px 22px;margin:0 0 30px;padding:0;list-style:none}
    .assessment-list li{display:flex;align-items:flex-start;gap:9px;font-size:.9rem;color:#e2efeb}
    .assessment-list li:before{content:"✓";color:#6af09d;font-weight:900}

    /* Technical */
    .technical{padding:76px 0;background:white}
    .tech-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}
    .tech-pill{border:1px solid #dce8e3;background:#f8fbf9;padding:10px 13px;border-radius:999px;font-size:.82rem;font-weight:750;color:#365049}

    /* Footer */
    .footer{background:#021713;color:#d8e6e2;padding:54px 0 24px}
    .footer-grid{display:grid;grid-template-columns:1.25fr repeat(4,.8fr);gap:34px}
    .footer-brand{max-width:260px}
    .footer-brand p{font-size:.88rem;color:#a9beb8}
    .footer h4{font-size:.78rem;text-transform:uppercase;letter-spacing:.11em;color:white;margin:4px 0 14px}
    .footer a{display:block;color:#afc5be;font-size:.84rem;margin:7px 0}
    .footer a:hover{color:#70e6a3}
    .footer-bottom{margin-top:36px;padding-top:18px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;gap:20px;color:#7f9a92;font-size:.75rem}

    /* Reveal */
    .reveal{opacity:0;transform:translateY(18px);transition:.7s ease}
    .reveal.visible{opacity:1;transform:none}

    @media (max-width:1080px){
      .nav-links{gap:16px;font-size:.82rem}
      .hero-inner{grid-template-columns:.78fr 1.22fr;column-gap:18px}
      .hero h1{font-size:clamp(2.8rem,5.2vw,4rem)}
      .network{transform:scale(.94);transform-origin:center}
      .business-grid{grid-template-columns:repeat(2,1fr)}
      .usecase-grid{grid-template-columns:repeat(3,1fr)}
      .why-grid{grid-template-columns:repeat(2,1fr)}
    }

    @media (max-width:820px){
      .wrap{width:min(100% - 30px,var(--max))}
      .header{background:rgba(3,21,18,.97);border-bottom-color:rgba(255,255,255,.09)}
      .nav{height:68px;color:white}
      .brand-name{color:white}.brand img{width:37px;height:37px}.brand-sub{font-size:.9rem}
      .nav-links,.nav>.btn{display:none}.menu-toggle{display:block}
      .mobile-menu{display:none;background:#061d19;color:white;padding:10px 15px 20px;border-top:1px solid rgba(255,255,255,.08)}
      .mobile-menu.open{display:block}
      .mobile-menu a{display:block;padding:12px 6px;border-bottom:1px solid rgba(255,255,255,.06);font-weight:700;font-size:.9rem}
      .mobile-menu .btn{display:flex;margin-top:14px}
      .hero-inner{grid-template-columns:1fr;grid-template-rows:auto auto auto;min-height:auto;padding:36px 0 22px;gap:3px}
      .hero-copy{grid-column:1;grid-row:1;padding:0 0 8px}
      .hero h1{font-size:clamp(2.65rem,10.8vw,3.65rem);line-height:.98;margin-bottom:12px}
      .hero h2{font-size:clamp(1.06rem,4.6vw,1.3rem);max-width:520px;margin-bottom:17px}
      .hero p{font-size:.94rem;max-width:570px}
      .hero-actions{margin-top:18px}
      .network{grid-column:1;grid-row:2;height:350px;transform:none;margin:3px -7px -2px}
      .hero-proof{grid-column:1;grid-row:3;margin:4px 0 0;font-size:.62rem;gap:9px 15px;justify-content:center}
      .hub{width:134px;height:103px}.hub img{width:48px}
      .node{width:103px;font-size:.56rem}.node-card{width:58px;height:44px}.node-card svg{width:25px;height:25px}
      .n1{left:1%;top:17%}.n2{left:36.3%;top:2%}.n3{right:1%;top:17%}.n4{left:-1%;bottom:7%}.n5{left:36.5%;bottom:0}.n6{right:-1%;bottom:7%}
      .value-grid{grid-template-columns:1fr}.value{text-align:left;display:grid;grid-template-columns:48px 1fr;gap:0 12px;padding:17px 2px;border-right:0;border-bottom:1px solid #e6eeea}.value .icon{grid-row:1/3;margin:0}.value h3{align-self:end}.value p{grid-column:2}
      .problem,.business,.usecases,.why,.difference,.steps{padding-block:62px}
      .problem-grid,.difference-grid,.assessment-inner{grid-template-columns:1fr;gap:38px}
      .compare{grid-template-columns:1fr;gap:12px}.compare-arrow{width:2px;height:34px;margin:auto;background:linear-gradient(#cfe5d8,var(--green))}.compare-arrow:after{right:-7px;top:auto;bottom:-1px;border-top:12px solid var(--green);border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:0}
      .business-grid{grid-template-columns:1fr 1fr}.usecase-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:12px}.case-card{min-width:76%;scroll-snap-align:start}.why-grid{grid-template-columns:1fr}.questions{grid-template-columns:1fr}.step-grid{grid-template-columns:1fr}.assessment-list{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column}.usecase-head{align-items:flex-start;flex-direction:column}
    }

    @media (max-width:520px){
      .hero-inner{padding-top:28px}
      .hero h1{font-size:2.72rem}.hero h2{font-size:1.06rem}.hero p{font-size:.9rem}.hero-actions{display:grid;gap:5px}.hero-actions .btn-primary{width:100%;padding:12px 15px}.btn-ghost{justify-content:flex-start}
      .network{height:318px;margin-inline:-9px}.node{width:87px;font-size:.49rem}.node-card{width:50px;height:39px}.hub{width:118px;height:91px}.hub img{width:43px}.hero-proof{font-size:.55rem;gap:8px 11px}
      .business-grid{grid-template-columns:1fr}.case-card{min-width:85%}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.section-title{font-size:2.55rem}.problem h2{font-size:2.7rem}
    }

    @media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}
  

    /* --- V4 section visual upgrades --- */
    .value-grid{gap:0}
    .value{position:relative;overflow:hidden;padding:26px 22px 22px;background:linear-gradient(180deg,#ffffff 0%,#f7fbf8 100%);transition:.25s ease}
    .value:hover{transform:translateY(-4px);box-shadow:0 18px 34px rgba(0,51,51,.08)}
    .value:before{content:"";position:absolute;left:50%;top:16px;transform:translateX(-50%);width:82px;height:82px;border-radius:26px;background:radial-gradient(circle at 50% 35%,rgba(0,153,51,.18),rgba(0,153,51,.03) 58%,transparent 70%);pointer-events:none}
    .icon{width:76px;height:76px;margin:0 auto 14px;display:grid;place-items:center;color:#eafff0;background:linear-gradient(145deg,#0b6e42,#0b2430);border:1px solid rgba(67,194,108,.35);border-radius:22px;box-shadow:0 14px 28px rgba(0,51,51,.14), inset 0 1px 0 rgba(255,255,255,.12);position:relative;isolation:isolate}
    .icon:after{content:"";position:absolute;inset:10px;border-radius:16px;border:1px solid rgba(120,255,168,.16)}
    .icon svg{width:42px;height:42px;stroke:#9dffbc;fill:none;stroke-width:1.9;position:relative;z-index:1;filter:drop-shadow(0 0 8px rgba(110,231,161,.18))}
    .value h3{margin:0 0 8px;font-size:1rem;letter-spacing:.06em}
    .value p{font-size:.9rem;line-height:1.45}

    .system-stack{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:22px 0 18px}
    .stack-card{padding:14px 12px;border-radius:16px;background:linear-gradient(180deg,#ffffff,#f6fbf8);border:1px solid #d9e8e0;box-shadow:0 10px 24px rgba(0,51,51,.06);display:flex;flex-direction:column;align-items:flex-start;gap:8px;min-height:114px}
    .stack-card svg{width:34px;height:34px;stroke:var(--green);fill:none;stroke-width:1.75}
    .stack-card strong{font-size:.8rem;letter-spacing:.03em;color:#0a2a26}
    .stack-card span{font-size:.77rem;line-height:1.35;color:#5f746d}
    .compare{align-items:stretch}
    .source-icons{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:18px}
    .source-chip{padding:12px 8px;border-radius:14px;background:linear-gradient(180deg,#f9fcfa,#edf8f1);border:1px solid #d4e6db;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:82px;font-size:.75rem;font-weight:800;color:#1c3e36;letter-spacing:.03em}
    .source-chip svg{width:30px;height:30px;stroke:var(--green);fill:none;stroke-width:1.75}
    .trust-layer{margin-top:2px}

    .case-card{display:flex;flex-direction:column}
    .case-visual{height:176px;padding:14px;display:flex;align-items:stretch;justify-content:stretch;position:relative;overflow:hidden}
    .case-visual:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 22% 22%,rgba(255,255,255,.24),transparent 28%), radial-gradient(circle at 86% 18%,rgba(255,255,255,.14),transparent 22%)}
    .case-visual.theme-pharma{background:linear-gradient(140deg,#0d3640,#0b6f45 56%,#16a34a)}
    .case-visual.theme-finance{background:linear-gradient(140deg,#082f49,#0c5f6a 55%,#119857)}
    .case-visual.theme-supply{background:linear-gradient(140deg,#18324a,#0d5b57 52%,#179651)}
    .case-visual.theme-government{background:linear-gradient(140deg,#1d3552,#0c4558 54%,#118b4b)}
    .case-visual.theme-assets{background:linear-gradient(140deg,#1c2950,#0c485e 54%,#14a35b)}
    .case-visual svg{position:relative;inset:auto;right:auto;bottom:auto;width:100%;height:100%;stroke:#effff3;fill:none;stroke-width:1.55;opacity:1}
    .case-visual .fill-soft{fill:rgba(236,255,243,.10);stroke:none}
    .case-visual .fill-strong{fill:rgba(236,255,243,.20);stroke:none}
    .case-visual .glow{filter:drop-shadow(0 0 10px rgba(153,255,194,.25))}

    .why-card{padding:0;overflow:hidden;box-shadow:0 10px 26px rgba(0,51,51,.05)}
    .why-visual{height:124px;position:relative;overflow:hidden;background:linear-gradient(135deg,#09343b,#0a6d42);border-bottom:1px solid rgba(255,255,255,.06)}
    .why-visual:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 22% 24%,rgba(255,255,255,.18),transparent 22%), linear-gradient(180deg,transparent,rgba(255,255,255,.03))}
    .why-visual svg{width:100%;height:100%;position:relative;z-index:1;stroke:#effff5;fill:none;stroke-width:1.55}
    .why-visual .fill-strong{fill:rgba(236,255,243,.22);stroke:none}
    .why-body{padding:22px 22px 24px}
    .why-body h3{font-size:1rem;margin:0 0 8px}
    .why-body p{font-size:.88rem;margin:0;color:#5c7069}

    .step{box-shadow:0 10px 24px rgba(0,51,51,.05)}
    .step-visual{height:108px;border-radius:16px;background:linear-gradient(135deg,#0a3340,#0a6e43);margin-bottom:18px;display:grid;place-items:center;overflow:hidden;position:relative}
    .step-visual:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 22% 22%,rgba(255,255,255,.16),transparent 24%), radial-gradient(circle at 82% 72%,rgba(255,255,255,.10),transparent 28%), linear-gradient(180deg,transparent,rgba(255,255,255,.03))}
    .step-visual svg{width:86px;height:86px;stroke:#effff5;fill:none;stroke-width:1.6;position:relative;z-index:1}

    @media (max-width:820px){
      .value{padding:18px 2px 18px 0;background:none;box-shadow:none}.value:before{display:none}
      .icon{width:58px;height:58px;border-radius:18px;margin-bottom:10px}.icon svg{width:32px;height:32px}
      .system-stack,.source-icons{grid-template-columns:repeat(2,1fr)}
      .stack-card{min-height:102px;padding:12px 11px}.source-chip{min-height:74px}
      .case-visual{height:160px}.why-visual{height:118px}.step-visual{height:98px}
    }
    @media (max-width:520px){
      .system-stack,.source-icons{grid-template-columns:repeat(2,1fr);gap:10px}
      .stack-card strong,.source-chip{font-size:.73rem}
      .case-visual{height:154px}
    }

  

    /* --- V5 premium visual refinement --- */
    .value-strip{background:linear-gradient(180deg,#ffffff 0%,#fbfefd 100%)}
    .value{border-right:1px solid #e5efea}
    .value:hover{background:linear-gradient(180deg,#ffffff 0%,#f3fbf6 100%)}
    .value:after{content:"";position:absolute;left:14px;right:14px;bottom:0;height:3px;border-radius:6px;background:linear-gradient(90deg,transparent,rgba(0,153,51,.28),transparent);opacity:0;transition:.25s}
    .value:hover:after{opacity:1}
    .icon{background:linear-gradient(160deg,#0f2630 0%,#0a5841 48%,#14824a 100%);box-shadow:0 20px 34px rgba(0,51,51,.16), inset 0 1px 0 rgba(255,255,255,.10), inset 0 -10px 24px rgba(255,255,255,.05)}
    .icon:before{content:"";position:absolute;inset:0;border-radius:22px;background:radial-gradient(circle at 28% 22%,rgba(255,255,255,.18),transparent 28%),radial-gradient(circle at 72% 78%,rgba(255,255,255,.08),transparent 28%)}
    .icon svg{stroke:#effff5;stroke-width:1.85}

    .stack-card,.source-chip,.why-card,.step,.case-card{backdrop-filter:blur(10px)}
    .stack-card{position:relative;overflow:hidden;border-color:#dfece5;background:linear-gradient(180deg,#ffffff 0%,#f5fbf8 100%);box-shadow:0 14px 28px rgba(0,51,51,.06)}
    .stack-card:before,.source-chip:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 18%,rgba(0,153,51,.10),transparent 28%),radial-gradient(circle at 86% 84%,rgba(0,153,51,.06),transparent 30%)}
    .stack-card svg,.source-chip svg{position:relative;z-index:1}
    .stack-card strong,.stack-card span,.source-chip{position:relative;z-index:1}
    .source-chip{position:relative;overflow:hidden;background:linear-gradient(180deg,#ffffff,#f2faf5);box-shadow:0 12px 24px rgba(0,51,51,.05)}
    .source-chip svg{stroke:#0d7a42}

    .case-card{border-color:#deebe4;box-shadow:0 14px 32px rgba(0,51,51,.06)}
    .case-visual{height:196px;border-bottom:1px solid rgba(255,255,255,.08)}
    .case-visual:after{content:"";position:absolute;left:18px;right:18px;bottom:16px;height:22px;background:radial-gradient(ellipse at center,rgba(0,0,0,.22),transparent 72%);filter:blur(8px)}
    .case-visual svg{filter:drop-shadow(0 8px 18px rgba(0,0,0,.18))}
    .case-visual .screen{fill:rgba(240,255,246,.15);stroke:rgba(239,255,245,.75);stroke-width:1.3}
    .case-visual .plate{fill:rgba(240,255,246,.10);stroke:rgba(239,255,245,.55);stroke-width:1.25}
    .case-visual .solid{fill:rgba(240,255,246,.20);stroke:none}
    .case-visual .solid2{fill:rgba(240,255,246,.30);stroke:none}
    .case-visual .line{stroke:#effff5;stroke-width:1.45;fill:none;stroke-linecap:round;stroke-linejoin:round}
    .case-visual .accent{stroke:#a2ffbf;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}

    .why-card{border-color:#dfece5;box-shadow:0 14px 30px rgba(0,51,51,.06)}
    .why-visual{height:138px;background:linear-gradient(135deg,#092d38 0%,#0a5d49 48%,#14934f 100%)}
    .why-visual:after{content:"";position:absolute;left:20px;right:20px;bottom:14px;height:18px;background:radial-gradient(ellipse at center,rgba(0,0,0,.25),transparent 72%);filter:blur(8px)}
    .why-visual svg{filter:drop-shadow(0 10px 20px rgba(0,0,0,.18))}
    .why-visual .screen{fill:rgba(240,255,246,.16);stroke:rgba(239,255,245,.85);stroke-width:1.25}
    .why-visual .solid{fill:rgba(240,255,246,.25);stroke:none}
    .why-visual .line{stroke:#effff5;stroke-width:1.55;fill:none;stroke-linecap:round;stroke-linejoin:round}
    .why-visual .accent{stroke:#b3ffca;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}

    .step{border-color:#dfebe5;background:linear-gradient(180deg,#ffffff 0%,#fbfdfc 100%)}
    .step-visual{height:124px;background:linear-gradient(135deg,#0a3040 0%,#0a5b49 52%,#14934f 100%)}
    .step-visual:after{content:"";position:absolute;left:20px;right:20px;bottom:14px;height:18px;background:radial-gradient(ellipse at center,rgba(0,0,0,.25),transparent 72%);filter:blur(8px)}
    .step-visual svg{width:100px;height:100px;filter:drop-shadow(0 10px 20px rgba(0,0,0,.18))}
    .step-visual .screen{fill:rgba(240,255,246,.16);stroke:rgba(239,255,245,.85);stroke-width:1.25}
    .step-visual .solid{fill:rgba(240,255,246,.25);stroke:none}
    .step-visual .line{stroke:#effff5;stroke-width:1.55;fill:none;stroke-linecap:round;stroke-linejoin:round}
    .step-visual .accent{stroke:#b3ffca;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}

    @media (max-width:820px){
      .case-visual{height:172px}.why-visual{height:124px}.step-visual{height:110px}
    }
    @media (max-width:520px){
      .case-visual{height:164px}.why-visual{height:120px}.step-visual{height:106px}
      .step-visual svg{width:88px;height:88px}
    }

  

    /* --- V6 image-led premium visual system --- */
    .icon{padding:0;overflow:hidden;background:#06221f;border-color:#dfeae4;box-shadow:0 16px 30px rgba(0,51,51,.13)}
    .icon:before,.icon:after{display:none}
    .icon img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.05) contrast(1.04)}
    .value:hover .icon{transform:translateY(-2px) scale(1.02);transition:.25s ease;box-shadow:0 22px 38px rgba(0,51,51,.18)}

    .stack-card{padding:0;min-height:0;display:block;overflow:hidden}
    .stack-card:before{display:none}
    .stack-media{height:100px;overflow:hidden;background:#041b1d}
    .stack-media img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.06) contrast(1.06)}
    .stack-content{padding:13px 13px 14px}
    .stack-content strong{display:block;margin-bottom:5px}
    .stack-content span{display:block}

    .case-visual{padding:0;height:180px;background:#061c1e!important}
    .case-visual:before,.case-visual:after{display:none}
    .case-visual img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease,filter .45s ease;filter:saturate(.96) contrast(1.04)}
    .case-card:hover .case-visual img{transform:scale(1.045);filter:saturate(1.05) contrast(1.05)}

    .why-card{background:#fff}
    .why-visual{height:175px;padding:0;background:#031719!important}
    .why-visual:before,.why-visual:after{display:none}
    .why-visual img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.05) contrast(1.06) brightness(.93);transition:transform .5s ease,filter .5s ease}
    .why-card:hover .why-visual img{transform:scale(1.035);filter:saturate(1.12) contrast(1.08) brightness(1)}
    .why-card:first-child .why-visual img{object-position:center 54%}
    .why-card:nth-child(2) .why-visual img{object-position:center 47%}
    .why-card:nth-child(3) .why-visual img{object-position:center 48%}
    .why-card:nth-child(4) .why-visual img{object-position:center 48%}
    .why-card:nth-child(5) .why-visual img{object-position:center 48%}
    .why-card:nth-child(6) .why-visual img{object-position:center 48%}

    .step-visual{padding:0;height:180px;background:#04191b!important}
    .step-visual:before,.step-visual:after{display:none}
    .step-visual img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.02) contrast(1.04);transition:transform .45s ease}
    .step:hover .step-visual img{transform:scale(1.035)}

    @media (max-width:820px){
      .icon{width:62px;height:62px}
      .stack-media{height:94px}
      .case-visual{height:168px}
      .why-visual{height:168px}
      .step-visual{height:170px}
    }
    @media (max-width:520px){
      .case-visual{height:160px}
      .why-visual{height:156px}
      .step-visual{height:160px}
    }

  

    /* --- V7 requested refinements --- */
    .value-strip{background:#fff}
    .value{background:transparent!important;box-shadow:none!important;transform:none!important;overflow:visible}
    .value:before,.value:after{display:none!important}
    .value .icon{width:84px;height:72px;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;margin:0 auto 12px;overflow:visible}
    .value .icon:before,.value .icon:after{display:none!important}
    .value .icon img{width:100%;height:100%;object-fit:contain;display:block;filter:none!important;mix-blend-mode:normal}
    .value h3{margin-top:0}

    .case-card{border-color:#dce8e2;background:#fff;box-shadow:0 12px 28px rgba(0,51,51,.055)}
    .case-visual{height:188px;background:#03191d!important}
    .case-visual img{object-fit:cover;filter:saturate(1.04) contrast(1.05) brightness(.98)}
    .case-card:hover .case-visual img{transform:scale(1.035);filter:saturate(1.1) contrast(1.07) brightness(1.02)}
    .case-body{border-top:1px solid rgba(0,153,51,.06)}

    @media(max-width:820px){.value .icon{width:68px;height:60px}.case-visual{height:176px}}
    @media(max-width:520px){.value .icon{width:62px;height:56px}.case-visual{height:168px}}


    /* --- V8 executive conversion + headline fit --- */
    .one-line-title{font-size:clamp(2rem,2.5vw,2.55rem)!important;line-height:1.02!important;letter-spacing:-.035em!important;margin:9px 0 16px!important;font-weight:880!important}
    .commercial-lead{max-width:900px;font-size:1.04rem;line-height:1.55;color:#50645e;margin:0}
    .business .commercial-lead{color:#c5d8d2}
    .decision-fit{max-width:510px!important;margin-top:18px!important;padding:11px 14px;border-left:3px solid #43db67;background:rgba(0,153,51,.09);border-radius:0 8px 8px 0;color:#dff1e7!important;font-size:.82rem!important;line-height:1.45!important}
    .decision-fit strong{color:#75ef94}

    /* One-line hero on desktop, balanced on smaller screens */
    .hero-inner{grid-template-columns:1fr 1.2fr}
    .hero h1{font-size:clamp(2.25rem,2.4vw,2.55rem);line-height:.98;letter-spacing:-.043em;white-space:nowrap}
    .hero h2{font-size:clamp(1.05rem,1.5vw,1.35rem);white-space:nowrap;max-width:none}
    .hero p{max-width:520px}

    /* Problem title gets the full page width so the executive message lands in one line. */
    .problem-head{margin-bottom:34px}
    .problem-head .commercial-lead{max-width:940px}
    .problem-grid{grid-template-columns:.72fr 1.28fr;gap:64px}
    .problem-copy p{max-width:510px}
    .decision-signal{margin-top:22px;padding:18px 20px;border:1px solid #cfe7d7;border-radius:14px;background:linear-gradient(180deg,#f7fcf9,#eff8f3);box-shadow:0 12px 28px rgba(0,51,51,.045)}
    .decision-signal strong{display:block;color:#0b6735;font-size:.78rem;letter-spacing:.09em;text-transform:uppercase;margin-bottom:6px}
    .decision-signal span{display:block;color:#25483f;font-weight:760;line-height:1.45;font-size:.92rem}

    .business .one-line-title{color:#fff}
    .usecase-head{display:block;align-items:flex-start}
    .usecase-head .btn{margin-top:16px}
    .usecase-head .commercial-lead{max-width:840px}
    .why .commercial-lead{max-width:900px}
    .technical .one-line-title{font-size:clamp(1.9rem,2.15vw,2.3rem)!important}

    /* Outcome-first business cards */
    .biz-card h3{font-size:1.04rem}
    .biz-card p{line-height:1.5}

    /* Stronger proof question section */
    .quote{font-size:clamp(2.05rem,3.6vw,3.8rem)}
    .question{display:flex;align-items:center;gap:10px}
    .question:before{content:"✓";flex:0 0 24px;width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:#e7f7ec;color:var(--green);font-size:.72rem;font-weight:900}

    /* Executive assessment title spans full width and outputs a decision, not a consultation. */
    .assessment-inner{grid-template-columns:.8fr 1.2fr;gap:38px 58px}
    .assessment-head{grid-column:1/-1;max-width:none}
    .assessment-head p{max-width:900px;margin:0}
    .assessment h2.one-line-title{color:white}
    .decision-verdict{border:1px solid rgba(122,238,170,.30);background:rgba(0,153,51,.10);border-radius:14px;padding:20px 22px}
    .decision-verdict strong{display:block;color:#78eeaa;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:8px}
    .decision-verdict b{display:block;font-size:1.6rem;line-height:1.1;margin-bottom:9px;color:white}
    .decision-verdict p{margin:0;color:#cfe2dc;font-size:.9rem;line-height:1.5}
    .assessment .btn-primary{padding:15px 21px}

    /* Primary CTA language */
    .nav>.btn,.mobile-menu .btn{letter-spacing:.01em}

    @media (min-width:1081px){
      .one-line-title{white-space:nowrap}
    }
    @media (max-width:1080px){
      .one-line-title{white-space:normal;text-wrap:balance;font-size:clamp(2rem,4vw,2.65rem)!important}
      .hero-inner{grid-template-columns:1fr 1.2fr}
      .hero h1{font-size:clamp(2rem,3.2vw,2.25rem)}
      .hero h2{font-size:1.04rem}
    }
    @media (max-width:820px){
      .hero-inner{grid-template-columns:1fr}
      .hero h1{white-space:normal;text-wrap:balance;font-size:clamp(2.5rem,10.2vw,3.45rem)}
      .hero h2{white-space:normal;text-wrap:balance;font-size:clamp(1.05rem,4.4vw,1.3rem)}
      .decision-fit{max-width:none!important}
      .problem-head{margin-bottom:27px}
      .problem-grid{grid-template-columns:1fr;gap:34px}
      .problem-copy p{max-width:none}
      .one-line-title{font-size:clamp(2.05rem,7vw,2.8rem)!important;line-height:1.02!important}
      .commercial-lead{font-size:.98rem}
      .assessment-inner{grid-template-columns:1fr;gap:26px}
      .assessment-head{grid-column:auto}
      .decision-verdict b{font-size:1.4rem}
    }
    @media (max-width:520px){
      .hero h1{font-size:2.55rem}
      .one-line-title{font-size:2.15rem!important;line-height:1.03!important}
      .problem-head .commercial-lead,.commercial-lead{font-size:.94rem}
      .decision-signal{padding:16px}
      .decision-fit{font-size:.78rem!important}
      .assessment-list{gap:11px}
    }

  
    /* --- V9 Assess Your Business Case conversion form --- */
    body.modal-open{overflow:hidden}
    .assessment-modal{position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;padding:26px;background:rgba(0,17,16,.76);backdrop-filter:blur(10px);opacity:0;transition:opacity .2s ease}
    .assessment-modal.open{display:flex;opacity:1}
    .assessment-dialog{position:relative;width:min(1040px,100%);max-height:min(880px,calc(100dvh - 52px));overflow:auto;border:1px solid rgba(131,241,167,.24);border-radius:24px;background:linear-gradient(145deg,#fafffc 0%,#ffffff 58%,#f2faf6 100%);box-shadow:0 34px 90px rgba(0,24,20,.34);color:var(--ink)}
    .assessment-close{position:sticky;top:14px;float:right;z-index:6;width:42px;height:42px;margin:14px 14px -56px 0;border:1px solid #dbe8e1;border-radius:50%;background:rgba(255,255,255,.94);color:#173c35;font-size:1.45rem;line-height:1;cursor:pointer;box-shadow:0 8px 22px rgba(0,51,51,.08)}
    .assessment-modal-head{padding:34px 76px 22px 34px;border-bottom:1px solid #e2ece7;background:linear-gradient(115deg,#073a38 0%,#07533e 62%,#0b7845 100%);color:white;border-radius:23px 23px 0 0;position:relative;overflow:hidden}
    .assessment-modal-head:after{content:"";position:absolute;right:-72px;top:-95px;width:310px;height:310px;border-radius:50%;background:radial-gradient(circle,rgba(95,255,146,.22),transparent 64%)}
    .assessment-modal-head .eyebrow{color:#75efa0;position:relative;z-index:1}
    .assessment-modal-head h2{position:relative;z-index:1;margin:7px 0 8px;font-size:clamp(2rem,3.4vw,3rem);line-height:1;letter-spacing:-.04em}
    .assessment-modal-head p{position:relative;z-index:1;margin:0;max-width:780px;color:#dcebe6;font-size:.98rem}
    .assessment-quick{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px;position:relative;z-index:1}
    .assessment-quick span{display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.07);border-radius:999px;padding:7px 10px;font-size:.72rem;font-weight:750;color:#edfff3}
    .assessment-quick i{width:7px;height:7px;border-radius:50%;background:#66ef8d;box-shadow:0 0 10px rgba(102,239,141,.7)}
    .assessment-modal-body{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(285px,.65fr)}
    .assessment-form{padding:30px 32px 34px}
    .form-section-title{display:flex;align-items:center;gap:10px;margin:0 0 17px;font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.12em;color:#0a6b3b}
    .form-section-title span{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#e8f8ee;color:#07813d;font-size:.74rem;letter-spacing:0}
    .field{display:flex;flex-direction:column;gap:7px;margin-bottom:17px}.field.full{grid-column:1/-1}
    .field label,.group-label{font-size:.8rem;font-weight:850;color:#193f37}.optional{font-weight:600;color:#879893}
    .field input,.field select,.field textarea{width:100%;border:1px solid #cfdfd7;border-radius:11px;background:white;color:#0b2823;padding:12px 13px;font:inherit;font-size:.9rem;outline:none;transition:.2s ease}
    .field textarea{resize:vertical;min-height:90px;max-height:180px}.field input:focus,.field select:focus,.field textarea:focus{border-color:#1aa253;box-shadow:0 0 0 3px rgba(0,153,51,.09)}.field small{color:#778a84;font-size:.72rem}
    .choice-group{margin-bottom:20px}.choice-grid{display:flex;flex-wrap:wrap;gap:8px;margin-top:9px}.choice{position:relative}.choice input{position:absolute;opacity:0;pointer-events:none}
    .choice label{display:inline-flex;align-items:center;gap:7px;padding:8px 10px;border:1px solid #d6e4dd;border-radius:999px;background:#fff;color:#3d5b53;font-size:.76rem;font-weight:720;cursor:pointer;transition:.18s ease;user-select:none}
    .choice label:before{content:"";width:8px;height:8px;border-radius:50%;border:1.5px solid #7c9990;background:#fff}.choice input:checked+label{border-color:#40b968;background:#ecf9f0;color:#075f32}.choice input:checked+label:before{border-color:#0b9842;background:#0b9842;box-shadow:inset 0 0 0 2px #ecf9f0}
    .contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact-grid .field:last-child{grid-column:1/-1}
    .form-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:4px}.form-actions .btn{min-width:190px;border:0}.form-note{font-size:.7rem;color:#748780;max-width:350px;line-height:1.4}
    .form-error{display:none;margin:0 0 14px;padding:10px 12px;border-radius:9px;background:#fff2f2;border:1px solid #f0c9c9;color:#8b2525;font-size:.78rem;font-weight:700}.form-error.show{display:block}
    .assessment-summary{background:linear-gradient(180deg,#062b2a 0%,#041e1b 100%);color:white;padding:30px 28px 34px;border-radius:0 0 23px 0;display:flex;flex-direction:column;min-height:100%}
    .summary-kicker{color:#6de995;font-size:.71rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.assessment-summary h3{font-size:1.42rem;line-height:1.08;margin:8px 0 11px;letter-spacing:-.025em}
    .summary-text{padding:15px 16px;border:1px solid rgba(105,231,149,.20);border-radius:13px;background:rgba(255,255,255,.045);color:#dbe9e5;font-size:.87rem;line-height:1.48;min-height:132px}.summary-text strong{color:#8bf2ad}
    .summary-meta{display:grid;gap:10px;margin-top:20px}.summary-meta div{display:grid;grid-template-columns:26px 1fr;gap:9px;align-items:start;color:#b9d0ca;font-size:.77rem}.summary-meta b{display:grid;place-items:center;width:25px;height:25px;border-radius:7px;background:rgba(38,198,93,.13);color:#78ed9f;font-size:.73rem}
    .assessment-recipient{margin-top:auto;padding-top:26px;color:#819d95;font-size:.7rem}.assessment-recipient strong{display:block;color:#eafff0;font-size:.8rem;margin-top:3px}.mailto-status{display:none;margin-top:12px;color:#277345;font-size:.75rem;font-weight:700}.mailto-status.show{display:block}
    @media (max-width:820px){.assessment-modal{padding:0;align-items:flex-end;background:rgba(0,18,16,.68)}.assessment-dialog{width:100%;height:100dvh;max-height:100dvh;border-radius:0;border:0;overscroll-behavior:contain}.assessment-close{position:fixed;right:10px;top:10px;margin:0;width:40px;height:40px}.assessment-modal-head{border-radius:0;padding:28px 62px 20px 20px}.assessment-modal-head h2{font-size:2rem}.assessment-modal-head p{font-size:.9rem}.assessment-quick{gap:7px}.assessment-quick span{font-size:.67rem;padding:6px 8px}.assessment-modal-body{grid-template-columns:1fr}.assessment-form{padding:22px 18px 30px}.assessment-summary{border-radius:0;padding:24px 18px 32px;min-height:auto}.summary-text{min-height:auto}.assessment-recipient{margin-top:22px}.contact-grid{grid-template-columns:1fr}.contact-grid .field:last-child{grid-column:auto}.form-actions{align-items:stretch;flex-direction:column}.form-actions .btn{width:100%}.form-note{max-width:none}}
    @media (max-width:520px){.assessment-modal-head h2{font-size:1.8rem}.assessment-modal-head p{font-size:.86rem}.assessment-quick span:nth-child(3){display:none}.choice-grid{gap:7px}.choice label{padding:8px 9px;font-size:.72rem}}


/* --- V11 built cases + security positioning + legal navigation refinements --- */
.eyebrow-mint{color:#72e5a0}.eyebrow-bright{color:#78eeaa}.panel-label-green{color:var(--green)}
.nav-links{gap:20px;font-size:.84rem}
.tech-pill[href]{transition:.2s ease}.tech-pill[href]:hover{border-color:#a7d9b9;color:#08723c;background:#f0faf4;transform:translateY(-1px)}

.proof-cases{padding:90px 0 96px;background:linear-gradient(180deg,#071d1a 0%,#062923 54%,#08231f 100%);color:white;position:relative;overflow:hidden}
.proof-cases:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 14% 6%,rgba(31,190,92,.16),transparent 26%),radial-gradient(circle at 88% 90%,rgba(64,224,131,.08),transparent 28%);pointer-events:none}
.proof-cases .wrap{position:relative;z-index:1}.proof-cases .eyebrow{color:#79eca4}.proof-cases .one-line-title{color:#fff}.proof-cases .commercial-lead{color:#bed3cc;max-width:980px}
.proof-head{margin-bottom:34px}.proof-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}
.proof-card{grid-column:span 2;border:1px solid rgba(148,224,178,.18);border-radius:20px;overflow:hidden;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));box-shadow:0 20px 55px rgba(0,0,0,.16);display:flex;flex-direction:column;min-height:100%;transition:.25s ease}
.proof-card:hover{transform:translateY(-5px);border-color:rgba(117,239,154,.44);box-shadow:0 28px 68px rgba(0,0,0,.22)}
.proof-visual{height:154px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.06);background:linear-gradient(135deg,#0a3436,#0a6846 54%,#14964f)}
.proof-visual:before{content:"";position:absolute;inset:-25%;background-image:linear-gradient(30deg,rgba(126,255,169,.10) 1px,transparent 1px),linear-gradient(150deg,rgba(126,255,169,.08) 1px,transparent 1px);background-size:26px 26px;transform:perspective(460px) rotateX(60deg);opacity:.7}
.proof-visual:after{content:"";position:absolute;width:180px;height:180px;border:1px solid rgba(130,255,171,.15);transform:rotate(45deg);box-shadow:0 0 45px rgba(67,237,119,.12)}
.proof-visual img{position:relative;z-index:2;width:62px;height:62px;object-fit:contain;filter:drop-shadow(0 10px 20px rgba(0,0,0,.28))}
.proof-type{position:absolute;z-index:3;left:15px;top:14px;padding:6px 8px;border-radius:999px;border:1px solid rgba(166,255,193,.20);background:rgba(3,29,25,.54);font-size:.61rem;letter-spacing:.1em;font-weight:900;color:#b9ffd0}
.proof-domain{position:absolute;z-index:3;left:15px;right:15px;bottom:12px;color:#d8eee6;font-size:.68rem;font-weight:760;letter-spacing:.02em;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.proof-health{background:linear-gradient(135deg,#083642,#0b6553 52%,#11975a)}.proof-ai{background:linear-gradient(135deg,#092d44,#114e55 50%,#0e8f55)}.proof-rwat{background:linear-gradient(135deg,#163044,#0c5b4b 52%,#0d9b55)}.proof-commerce{background:linear-gradient(135deg,#12323e,#125646 50%,#15914d)}
.proof-body{padding:22px 22px 24px;display:flex;flex-direction:column;flex:1}.proof-body h3{font-size:1.08rem;line-height:1.15;margin:0 0 9px;color:#f7fffa}.proof-body>p{font-size:.86rem;line-height:1.5;color:#bfd2cc;margin:0 0 17px}
.proof-decision{padding:14px 14px 15px;border-radius:13px;background:rgba(74,226,125,.065);border:1px solid rgba(112,235,154,.14);margin-bottom:17px}.proof-decision strong{display:block;color:#79eca4;text-transform:uppercase;letter-spacing:.09em;font-size:.64rem;margin-bottom:5px}.proof-decision span{display:block;color:#d3e4df;font-size:.77rem;line-height:1.45}
.proof-link{margin-top:auto;color:#7ef0a5;font-size:.78rem;font-weight:850}.proof-link:hover{color:white}.proof-conclusion{margin-top:26px;border:1px solid rgba(122,238,170,.22);background:rgba(0,153,51,.08);border-radius:17px;padding:20px 22px;display:flex;align-items:center;justify-content:space-between;gap:24px}.proof-conclusion div{max-width:820px}.proof-conclusion strong{display:block;color:#8af2ac;font-size:.82rem;letter-spacing:.06em;text-transform:uppercase;margin-bottom:4px}.proof-conclusion span{color:#d1e2dc;font-size:.9rem;line-height:1.48}

.security-teaser{padding:84px 0;background:linear-gradient(135deg,#031a18,#062b26 62%,#073b30);color:white;position:relative;overflow:hidden}
.security-teaser:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 82% 20%,rgba(38,203,98,.16),transparent 28%)}.security-teaser-grid{position:relative;z-index:1;display:grid;grid-template-columns:.82fr 1.18fr;gap:58px;align-items:center}
.security-teaser-copy h2{font-size:clamp(2.25rem,3.1vw,3.35rem);line-height:1;letter-spacing:-.04em;margin:10px 0 16px;max-width:620px}.security-teaser-copy p{color:#c5d8d2;max-width:610px;margin:0 0 22px;line-height:1.55}
.security-decision-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.security-decision-grid article{min-height:160px;padding:20px 19px;border-radius:15px;border:1px solid rgba(143,221,174,.18);background:rgba(255,255,255,.035)}.security-decision-grid span{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:8px;background:rgba(57,219,111,.11);color:#79eea1;font-size:.67rem;font-weight:900}.security-decision-grid h3{margin:11px 0 6px;color:#f3fff7;font-size:1rem}.security-decision-grid p{margin:0;color:#bcd1ca;font-size:.8rem;line-height:1.48}
.form-note a{color:#087f42;font-weight:800;text-decoration:underline;text-underline-offset:2px}
.footer-bottom a{display:inline;color:inherit;margin:0}.footer-bottom a:hover{color:#70e6a3}

@media (max-width:1080px){.proof-grid{grid-template-columns:repeat(2,1fr)}.proof-card{grid-column:auto}.security-teaser-grid{gap:38px}}
@media (max-width:820px){.proof-cases{padding:64px 0 68px}.proof-grid{grid-template-columns:1fr}.proof-card{grid-column:auto}.proof-visual{height:146px}.proof-conclusion{align-items:flex-start;flex-direction:column}.proof-conclusion .btn{width:100%}.security-teaser{padding:64px 0}.security-teaser-grid{grid-template-columns:1fr;gap:32px}.security-teaser-copy h2{font-size:clamp(2.1rem,8vw,2.8rem)}.security-decision-grid{grid-template-columns:1fr 1fr}}
@media (max-width:520px){.proof-visual{height:136px}.proof-body{padding:19px}.security-decision-grid{grid-template-columns:1fr}.security-decision-grid article{min-height:auto}.nav-links{gap:14px}}


/* V12 — generated proof imagery + production contact form */
.proof-visual{height:auto;aspect-ratio:16/9;display:block;background:#031512;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.08)}
.proof-visual:before,.proof-visual:after{display:none!important}
.proof-visual picture{display:block;width:100%;height:100%}
.proof-visual img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;filter:none;transition:transform .45s ease}
.proof-card:hover .proof-visual img{transform:scale(1.018)}
.hp-wrap{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important}
.form-actions .btn[disabled]{opacity:.65;cursor:wait;transform:none;box-shadow:none}
.mail-success{color:#075d31;background:#eaf8ef;border:1px solid #bde5ca;border-radius:10px;padding:12px 14px;margin-top:12px;font-weight:700}
@media (max-width:820px){.proof-visual{height:auto;aspect-ratio:16/9}}

/* V13 verified assessment acknowledgement */
.form-consent{display:grid;grid-template-columns:20px 1fr;gap:9px;align-items:start;margin:4px 0 2px;color:#60756e;font-size:.75rem;line-height:1.45}.form-consent input{margin-top:3px;accent-color:var(--green)}.form-consent a{color:var(--green);font-weight:750;text-decoration:underline;text-underline-offset:2px}
