:root{
      --black:#0b0d12;
      --white:#fffdf7;
      --sky:#65d4ff;
      --blue:#3d69ff;
      --violet:#8d58ff;
      --pink:#ff6db7;
      --peach:#ffb08a;
      --acid:#d7ff4f;
      --yellow:#ffd84c;
      --muted:#6f7481;
      --max:1320px;
      --stroke:4px solid var(--black);
      --shadow:8px 8px 0 var(--black);
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      color:var(--black);
      background:#efece4;
      font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      overflow-x:hidden;
    }

    a{color:inherit;text-decoration:none}
    button,input,textarea{font:inherit}
    .container{width:min(calc(100% - 44px),var(--max));margin:0 auto}
    .display{
      font-family:Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
      text-transform:uppercase;
      letter-spacing:.01em;
      line-height:.88;
      -webkit-text-stroke:2px var(--black);
      text-shadow:4px 4px 0 rgba(255,255,255,.72);
    }

    .nav{
      position:sticky;top:0;z-index:60;
      background:#f7f4ed;
      border-bottom:var(--stroke)
    }
    .nav-inner{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}

    .brand{display:flex;align-items:center;gap:11px;font-weight:1000;font-size:21px}
    .brand-mark{
      width:46px;
      height:38px;
      display:block;
      flex:0 0 46px;
      overflow:visible;
    }
    .brand-mark img{display:block;width:100%;height:100%;object-fit:contain}

    .nav-links{display:flex;gap:27px;font-weight:800}
    .nav-links a:hover{color:var(--blue)}
    .btn{
      display:inline-flex;align-items:center;justify-content:center;
      padding:14px 23px;border:var(--stroke);border-radius:14px;
      font-weight:1000;text-transform:uppercase;letter-spacing:.02em;
      background:linear-gradient(90deg,var(--blue),var(--violet),var(--pink));
      color:white;box-shadow:var(--shadow);transition:.15s ease
    }
    .btn:hover{transform:translate(3px,3px);box-shadow:5px 5px 0 var(--black)}
    .btn.acid{background:var(--acid);color:var(--black)}

    .hero{
      position:relative;min-height:810px;
      background:linear-gradient(180deg,#8199cc 0%,#ba8dc5 45%,#ffac83 100%);
      border-bottom:var(--stroke);
      overflow:hidden
    }
    .hero:before{
      content:"";position:absolute;left:-120px;bottom:-155px;width:390px;height:390px;
      border-radius:50%;background:#d95f91;border:var(--stroke)
    }
    .hero:after{
      content:"";position:absolute;right:-110px;top:105px;width:300px;height:300px;
      border-radius:50%;background:var(--sky);border:var(--stroke)
    }
    .hero-grid{
      position:relative;z-index:4;
      display:grid;grid-template-columns:1.02fr .98fr;gap:42px;align-items:center;
      padding:82px 0 96px
    }
    .hero-copy{position:relative;z-index:5}
    .eyebrow{
      display:inline-flex;background:var(--black);color:white;border:var(--stroke);
      padding:8px 12px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;
      font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.12em;
      transform:rotate(-2deg);margin-bottom:20px
    }
    h1,h2,h3,p{margin-top:0}
    h1{font-size:clamp(68px,8.6vw,126px);margin-bottom:28px}
    h1 .blue{color:var(--sky)}
    h1 .pink{color:#bc4cff}
    .hero-lead{
      max-width:700px;font-size:22px;font-weight:750;line-height:1.45;
      background:#fffdf7;border:var(--stroke);padding:18px 20px;
      box-shadow:6px 6px 0 var(--black)
    }
    .hero-actions{display:flex;gap:15px;flex-wrap:wrap;margin-top:30px}
    .hero-note{
      margin-top:24px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;
      font-size:12px;font-weight:900
    }

    .scene{position:relative;min-height:610px}
    .robot-shopper{
      position:absolute;
      left:10px;
      bottom:0;
      width:330px;
      height:500px;
      z-index:2;
      transform:rotate(-3deg);
    }
    .robot-head{
      position:absolute;
      left:92px;top:8px;
      width:142px;height:118px;
      border:var(--stroke);
      border-radius:38% 38% 30% 30%;
      background:linear-gradient(145deg,#f5f0e8,#c9c8c5 64%,#8e949c);
      box-shadow:7px 7px 0 var(--black);
      z-index:5;
    }
    .robot-head:before{
      content:"";
      position:absolute;
      left:19px;right:19px;top:34px;height:37px;
      border:3px solid var(--black);
      border-radius:17px;
      background:#111720;
      box-shadow:
        inset 24px 0 0 -15px var(--cyan),
        inset -24px 0 0 -15px var(--cyan);
    }
    .robot-head:after{
      content:"";
      position:absolute;
      left:50%;top:-24px;width:5px;height:25px;
      transform:translateX(-50%);
      background:var(--black);
      box-shadow:0 -5px 0 3px var(--pink);
      border-radius:4px;
    }
    .robot-body{
      position:absolute;
      left:72px;top:110px;
      width:190px;height:250px;
      border:var(--stroke);
      border-radius:32px 32px 54px 54px;
      background:linear-gradient(150deg,#f4efe7 0 42%,#b7bcc4 43% 100%);
      box-shadow:9px 9px 0 var(--black);
      z-index:2;
    }
    .robot-body:before{
      content:"";
      position:absolute;
      left:52px;top:38px;width:82px;height:54px;
      border:3px solid var(--black);
      border-radius:14px;
      background:linear-gradient(135deg,var(--blue),var(--violet),var(--pink));
    }
    .robot-arm{
      position:absolute;
      width:54px;height:215px;
      border:var(--stroke);
      border-radius:28px;
      background:linear-gradient(160deg,#eeebe5,#9ca2aa);
      z-index:4;
    }
    .robot-arm.left{left:45px;top:168px;transform:rotate(16deg)}
    .robot-arm.right{right:36px;top:163px;transform:rotate(-15deg)}
    .robot-leg{
      position:absolute;
      width:66px;height:175px;
      border:var(--stroke);
      border-radius:25px;
      background:linear-gradient(160deg,#e9e6df,#8f959d);
      bottom:0;
      z-index:1;
    }
    .robot-leg.left{left:83px;transform:rotate(4deg)}
    .robot-leg.right{right:82px;transform:rotate(-4deg)}
    .bag{
      position:absolute;
      border:var(--stroke);
      box-shadow:6px 6px 0 var(--black);
      z-index:6;
    }
    .bag:before{
      content:"";
      position:absolute;
      width:46%;height:28px;
      left:27%;top:-22px;
      border:4px solid var(--black);
      border-bottom:0;
      border-radius:18px 18px 0 0;
    }
    .bag.one{
      width:112px;height:132px;
      left:0;top:205px;
      background:var(--pink);
      transform:rotate(7deg);
    }
    .bag.two{
      width:126px;height:148px;
      right:-2px;top:220px;
      background:var(--sky);
      transform:rotate(-7deg);
    }
    .bag.three{
      width:118px;height:116px;
      left:24px;top:313px;
      background:var(--violet);
      transform:rotate(-8deg);
    }
    .bag.four{
      width:115px;height:122px;
      right:22px;top:326px;
      background:var(--peach);
      transform:rotate(8deg);
    }
    .package{
      position:absolute;
      width:122px;height:84px;
      left:104px;top:132px;
      background:#c99756;
      border:var(--stroke);
      box-shadow:6px 6px 0 var(--black);
      transform:rotate(4deg);
      z-index:7;
    }
    .package:after{
      content:"";
      position:absolute;
      left:54px;top:0;bottom:0;
      border-left:4px solid var(--black);
    }

    .big-card{
      position:absolute;right:0;top:80px;width:390px;aspect-ratio:1.55/1;
      border:var(--stroke);border-radius:28px;padding:25px;
      background:linear-gradient(145deg,#181b21,#30333a);
      color:white;box-shadow:10px 10px 0 var(--pink);
      transform:rotate(7deg);z-index:4
    }
    .card-top,.card-bottom{display:flex;justify-content:space-between;align-items:center}
    .card-name{font-weight:1000;font-size:20px}
    .mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}
    .card-mini{font-size:10px;color:#adb2bc;letter-spacing:.15em}
    .chip{width:55px;height:41px;border:var(--stroke);border-width:2px;border-radius:8px;background:var(--yellow);margin:38px 0 18px}
    .card-num{font-size:24px;letter-spacing:.13em;margin-top:auto;margin-bottom:22px}
    .limit-pill{
      background:var(--acid);color:var(--black);border:2px solid var(--black);
      padding:5px 8px;border-radius:999px;font-size:10px;font-weight:1000
    }

    .chat-bubble{
      position:absolute;right:58px;bottom:30px;width:380px;
      background:white;border:var(--stroke);border-radius:10px;
      box-shadow:8px 8px 0 var(--black);padding:22px;z-index:7;
      transform:rotate(-2deg)
    }
    .chat-line{
      font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:14px;line-height:1.75
    }
    .green{color:#008b57;font-weight:900}.blue-t{color:#2868ff;font-weight:900}

    .floating-token{
      position:absolute;width:116px;height:116px;border-radius:50%;border:var(--stroke);
      background:repeating-conic-gradient(var(--white) 0 12deg,#0e9fae 12deg 24deg,var(--pink) 24deg 36deg);
      box-shadow:6px 6px 0 var(--black);z-index:3
    }
    .floating-token:after{
      content:"";position:absolute;inset:28px;border:var(--stroke);border-radius:50%;
      background:var(--white)
    }
    .t1{right:245px;top:-34px;transform:rotate(19deg)}
    .t2{right:-25px;bottom:102px;transform:rotate(-14deg);width:145px;height:145px}

    .intro{
      padding:100px 0;background:var(--black);color:white;border-bottom:var(--stroke)
    }
    .intro-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:55px;align-items:start}
    .intro h2{font-size:clamp(56px,6vw,88px);color:white}
    .intro p{font-size:22px;color:#b9beca;max-width:760px}
    .intro .eyebrow{background:var(--acid);color:var(--black)}

    .split{
      background:var(--black);padding:0 0 105px;border-bottom:var(--stroke)
    }
    .split-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
    .panel{
      min-height:320px;border:var(--stroke);padding:27px;box-shadow:7px 7px 0 white
    }
    .panel.bad{background:#181c23;color:white}
    .panel.good{background:var(--sky);color:var(--black)}
    .panel-label{
      display:inline-block;background:white;color:var(--black);border:var(--stroke);
      padding:7px 10px;font-family:Impact,sans-serif;font-size:20px;text-transform:uppercase;
      margin-bottom:22px
    }
    .panel.good .panel-label{background:var(--acid)}
    .flow{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:17px;line-height:1.9}
    .flow .fade{opacity:.45}.flow .done{font-weight:1000}

    .early-banner{
      position:relative;background:var(--pink);border-bottom:var(--stroke);overflow:hidden
    }
    .early-banner:before{
      content:"EARLY ACCESS  •  EARLY ACCESS  •  EARLY ACCESS  •  EARLY ACCESS";
      position:absolute;left:-4%;right:-4%;top:10px;
      font-family:Impact,sans-serif;font-size:72px;color:rgba(255,255,255,.22);
      white-space:nowrap;transform:rotate(-2deg)
    }
    .early-inner{
      position:relative;z-index:2;display:grid;grid-template-columns:1fr auto;gap:35px;align-items:center;
      padding:52px 0
    }
    .early-inner h3{
      font-family:Impact,sans-serif;text-transform:uppercase;font-size:46px;letter-spacing:.02em;
      margin-bottom:6px
    }
    .early-inner p{font-size:18px;font-weight:750;margin:0;max-width:720px}

    .mechanic{
      padding:110px 0;background:#f3efe4;border-bottom:var(--stroke)
    }
    .mechanic-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:65px;align-items:start}
    .mechanic h2{font-size:clamp(54px,6vw,90px)}
    .mechanic .copy{font-size:20px;color:#5e636c}
    .board{
      border:var(--stroke);background:white;box-shadow:12px 12px 0 var(--blue);transform:rotate(1deg)
    }
    .board-head{
      padding:13px 16px;border-bottom:var(--stroke);background:var(--black);color:white;
      font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;
      display:flex;justify-content:space-between
    }
    .board-row{display:grid;grid-template-columns:170px 1fr;border-bottom:var(--stroke)}
    .board-row:last-child{border-bottom:0}
    .board-key{
      padding:21px 17px;border-right:var(--stroke);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;
      text-transform:uppercase;font-size:11px;background:#eee9df
    }
    .board-val{padding:20px 21px;font-size:21px;font-weight:900}
    .mark{background:var(--acid);padding:2px 7px;border:2px solid var(--black)}
    .note{
      margin-top:22px;border:3px dashed var(--black);padding:16px 17px;
      font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;background:#fff8d7
    }

    .cases{
      padding:110px 0;background:linear-gradient(180deg,#72d8f5 0%,#99caff 100%);border-bottom:var(--stroke)
    }
    .cases-head{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:42px}
    .cases h2{font-size:clamp(54px,6vw,90px)}
    .cases .copy{max-width:510px;font-size:19px;font-weight:700}
    .case-rail{display:flex;gap:18px;overflow-x:auto;padding:8px 0 30px}
    .case{
      min-width:315px;min-height:350px;border:var(--stroke);background:white;box-shadow:8px 8px 0 var(--black);
      padding:23px;display:flex;flex-direction:column;justify-content:space-between
    }
    .case:nth-child(2n){background:#ffd2e6}
    .case:nth-child(3n){background:#dfd1ff}
    .case:nth-child(4n){background:#fff0ad}
    .case-index{font-family:Impact,sans-serif;font-size:28px}
    .case h3{font-family:Impact,sans-serif;text-transform:uppercase;font-size:40px;letter-spacing:.02em}
    .case p{font-size:17px;color:#555b65}
    .case-code{
      border-top:3px solid var(--black);padding-top:14px;
      font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px
    }

    .control{
      padding:110px 0;background:#11151c;color:white;border-bottom:var(--stroke)
    }
    .control-grid{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}
    .control h2{font-size:clamp(54px,6vw,90px);color:white}
    .control p{color:#b9c0cf;font-size:20px}
    .rules{display:grid;gap:12px;margin-top:30px}
    .rule{
      border:3px solid white;padding:14px 16px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;
      display:flex;justify-content:space-between;gap:15px
    }
    .rule strong{color:var(--acid)}

    .meter-card{
      border:var(--stroke);background:#f7f3ea;color:var(--black);padding:26px;
      box-shadow:12px 12px 0 var(--pink);transform:rotate(-2deg)
    }
    .meter-top{display:flex;justify-content:space-between;font-family:Impact,sans-serif;font-size:23px}
    .meter-big{
      font-family:Impact,sans-serif;font-size:98px;line-height:1;margin:28px 0 0
    }
    .meter-sub{font-weight:800;color:#505660}
    .meter{height:170px;position:relative;margin-top:18px;border-bottom:3px solid var(--black)}
    .limit-line{position:absolute;top:32px;left:0;right:0;border-top:4px dashed var(--pink)}
    .meter svg{position:absolute;left:0;right:0;bottom:8px;width:100%;height:120px}

    .how{padding:105px 0;background:var(--blue);border-bottom:var(--stroke)}
    .how h2{font-size:clamp(54px,6vw,90px);color:white}
    .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:42px}
    .step{
      min-height:290px;border:var(--stroke);background:white;box-shadow:8px 8px 0 var(--black);padding:25px
    }
    .step:nth-child(2){background:var(--acid)}
    .step:nth-child(3){background:#ffd0e3}
    .step-n{font-family:Impact,sans-serif;font-size:52px;margin-bottom:44px}
    .step h3{font-family:Impact,sans-serif;text-transform:uppercase;font-size:34px}
    .step p{font-size:17px;color:#555b65}


    .founder{
      padding:110px 0;background:#f5f0e7;border-bottom:var(--stroke)
    }
    .founder-grid{
      display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:start
    }
    .founder h2{font-size:clamp(54px,6vw,90px)}
    .founder-copy{font-size:20px;color:#5a606a;max-width:620px}
    .pricing-card{
      border:var(--stroke);background:white;box-shadow:10px 10px 0 var(--black)
    }
    .pricing-head,.pricing-row{
      display:grid;grid-template-columns:1.25fr 1fr 1fr
    }
    .pricing-head{
      background:var(--black);color:white;
      font-family:Impact,sans-serif;text-transform:uppercase;font-size:22px
    }
    .pricing-head > div,.pricing-row > div{padding:18px;border-right:3px solid var(--black)}
    .pricing-head > div:last-child,.pricing-row > div:last-child{border-right:0}
    .pricing-row{border-top:3px solid var(--black);font-weight:800}
    .pricing-row .label-cell{
      background:#ece7dc;
      font-family:ui-monospace,SFMono-Regular,Menlo,monospace;
      text-transform:uppercase;font-size:11px;letter-spacing:.06em
    }
    .pricing-row .founder-cell{background:var(--acid)}
    .founder-note{
      margin-top:16px;
      font-family:ui-monospace,SFMono-Regular,Menlo,monospace;
      font-size:11px;color:#6c727e
    }

    .final{
      padding:120px 0;background:linear-gradient(180deg,#a173d4 0%,#ff8c9d 60%,#ffb36e 100%);
      position:relative;overflow:hidden
    }
    .final:before{
      content:"";position:absolute;left:-110px;bottom:-90px;width:330px;height:330px;border-radius:50%;
      background:var(--sky);border:var(--stroke)
    }
    .final-box{
      position:relative;z-index:3;
      display:grid;grid-template-columns:1fr .8fr;gap:48px;
      border:var(--stroke);background:#fffdf7;box-shadow:14px 14px 0 var(--black);
      padding:48px
    }
    .final h2{font-size:clamp(54px,6vw,92px)}
    .final p{font-size:20px;color:#595f68}
    .form{display:grid;gap:12px}
    input,textarea{
      width:100%;border:3px solid var(--black);background:white;color:var(--black);
      padding:15px 16px;outline:none;font-weight:700
    }
    input:focus,textarea:focus{background:#fffbd5}
    textarea{min-height:112px;resize:vertical}
    .form-note{
      font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;color:#6c727e
    }
    .success{display:none;font-weight:1000;color:#0c7b4d}


    .footer-brand{
      display:flex;
      align-items:center;
      gap:11px;
      font-weight:1000;
      font-size:21px;
      color:white;
    }
    .footer-brand-mark{
      width:46px;
      height:38px;
      flex:0 0 46px;
      display:flex;
      align-items:center;
      justify-content:center;
      overflow:visible;
    }
    .footer-brand-mark img{
      display:block;
      width:46px;
      height:38px;
      object-fit:contain;
    }

    footer{background:var(--black);color:white;border-top:var(--stroke);padding:30px 0}
    .footer-inner{display:flex;justify-content:space-between;align-items:center;gap:20px}

    @media(max-width:980px){
      .nav-links{display:none}
      .hero-grid,.intro-grid,.mechanic-grid,.control-grid,.founder-grid,.final-box{grid-template-columns:1fr}
      .split-grid{grid-template-columns:1fr}
      .early-inner{grid-template-columns:1fr}
      .steps{grid-template-columns:1fr}
      .scene{min-height:620px}
    }
    @media(max-width:680px){
      .container{width:min(calc(100% - 24px),var(--max))}
      h1{font-size:64px}
      .display{-webkit-text-stroke:1.5px var(--black);text-shadow:3px 3px 0 var(--black)}
      .hero-grid{padding:58px 0 78px}
      .scene{min-height:530px}
      .robot-shopper{transform:scale(.76) rotate(-3deg);transform-origin:left bottom;left:0}
      .big-card{width:290px;right:-36px}
      .chat-bubble{width:300px;right:0;bottom:0}
      .floating-token{display:none}
      .board-row{grid-template-columns:112px 1fr}
      .case{min-width:275px}
      .final-box{padding:27px}
      .nav .btn{font-size:12px;padding:10px 12px}
    }
  
    /* v7: hero uses the approved illustrated art as a single visual */
    .hero-art {
      position:relative;
      background:#d99ab1;
      border-bottom:var(--stroke);
      overflow:hidden;
    }
    .hero-art-image {
      display:block;
      width:100%;
      height:auto;
      min-height:640px;
      object-fit:cover;
      object-position:center top;
    }
    .hero-art-cta {
      position:absolute;
      left:3.4%;
      top:70.5%;
      width:24%;
      height:9%;
      z-index:10;
      border-radius:18px;
    }
    .hero-art-cta:focus {
      outline:4px solid var(--acid);
      outline-offset:5px;
    }
    @media(max-width:900px){
      .hero-art-image{min-height:0}
      .hero-art-cta{
        left:3%;
        top:70%;
        width:27%;
        height:10%;
      }
    }

  
    /* v8 hero refinements */
    .hero-v8{
      position:relative;
      overflow:hidden;
      border-bottom:var(--stroke);
      background:linear-gradient(180deg,#a96fb7,#ff9a78);
    }

    .hero-v8-bg{
      display:block;
      width:100%;
      height:auto;
      min-height:720px;
      object-fit:cover;
      object-position:center top;
    }

    .hero-v8-overlay{
      position:absolute;
      inset:0;
      pointer-events:none;
    }

    .hero-v8-main-cta{
      position:absolute;
      left:0.6%;
      top:76%;
      width:25%;
      height:12%;
      pointer-events:auto;
      border-radius:16px;
    }

    .hero-v8-card{
      display:none !important;
      position:absolute;
      right:2.1%;
      top:35%;
      width:min(33vw,520px);
      min-width:400px;
      aspect-ratio:1.58/1;
      padding:26px 28px;
      color:white;
      background:
        linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.015)),
        #1b1f27;
      border:4px solid var(--black);
      border-radius:28px;
      box-shadow:10px 10px 0 var(--pink);
      transform:rotate(4deg);
      z-index:5;
      pointer-events:none;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
    }

    .hero-v8-card-top{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
    }

    .hero-v8-card-top strong{
      font-size:22px;
      letter-spacing:-.02em;
    }

    .hero-v8-card-top span{
      font-family:ui-monospace,SFMono-Regular,Menlo,monospace;
      font-size:10px;
      letter-spacing:.14em;
      color:#aeb4c0;
    }

    .hero-v8-card-log{
      font-size:14px;
      line-height:1.7;
      color:#e9edf7;
      margin:12px 0;
    }

    .log-blue{color:#5ba0ff}
    .log-green{color:#56d69a;font-weight:900}

    .hero-v8-card-number{
      font-size:20px;
      letter-spacing:.13em;
      color:#f8f8fb;
    }


    @media (max-width: 1100px){
      .hero-v8-bg{
        min-height:660px;
        width:auto;
        max-width:none;
        height:660px;
        object-fit:cover;
        object-position:center top;
      }

      .hero-v8-card{
        right:2%;
        top:38%;
        width:42vw;
        min-width:350px;
        padding:22px;
      }

      .hero-v8-card-log{
        font-size:13px;
      }

      .hero-v8-main-cta{
        left:2.6%;
        top:78%;
        width:27%;
        height:11%;
      }
    }

    @media (max-width: 760px){
      .hero-v8{
        min-height:930px;
      }

      .hero-v8-bg{
        height:560px;
        min-height:560px;
        width:100%;
        object-fit:cover;
        object-position:62% top;
      }

      .hero-v8-overlay{
        position:absolute;
        inset:0;
      }

      .hero-v8-card{
        top:565px;
        left:16px;
        right:16px;
        width:auto;
        min-width:0;
        aspect-ratio:auto;
        min-height:285px;
        transform:none;
        border-radius:22px;
        padding:22px;
        box-shadow:8px 8px 0 var(--pink);
      }

      .hero-v8-card-top strong{
        font-size:20px;
      }

      .hero-v8-card-top span{
        font-size:9px;
      }

      .hero-v8-card-log{
        font-size:14px;
        line-height:1.75;
      }

      .hero-v8-card-number{
        font-size:16px;
      }

      .hero-v8-main-cta{
        left:3.2%;
        top:47.5%;
        width:41%;
        height:7%;
      }
    }

    @media (max-width: 480px){
      .hero-v8{
        min-height:890px;
      }

      .hero-v8-bg{
        height:520px;
        min-height:520px;
        object-position:60% top;
      }

      .hero-v8-card{
        top:525px;
        min-height:275px;
      }

      .hero-v8-main-cta{
        top:46.5%;
        width:45%;
      }
    }

  

    /* v10 responsive pass: desktop + mobile without changing content/design */
    img,svg{max-width:100%}
    section{scroll-margin-top:90px}

    @media (max-width: 1180px){
      .container{width:min(calc(100% - 32px),var(--max))}
      .nav-inner{gap:16px}
      .nav-links{gap:18px;font-size:14px}
      .brand{font-size:19px}
      .btn{padding:12px 18px}
      .intro,.mechanic,.cases,.control,.founder{padding-top:88px;padding-bottom:88px}
      .final{padding:92px 0}
      .mechanic-grid,.control-grid,.founder-grid{gap:44px}
      .final-box{gap:36px;padding:40px}
    }

    @media (max-width: 980px){
      .nav-inner{height:70px}
      .nav-links{display:none}
      .hero-v8-bg{width:100%;height:auto;min-height:0;object-fit:contain;object-position:center top}
      .hero-v8{min-height:0}
      .hero-v8-overlay{inset:0}
      .intro-grid,.mechanic-grid,.control-grid,.founder-grid,.final-box,.split-grid,.early-inner{grid-template-columns:1fr}
      .steps{grid-template-columns:1fr 1fr}
      .cases-head{align-items:flex-start;flex-direction:column;gap:10px}
      .control-grid,.founder-grid{gap:38px}
      .meter-card{max-width:680px}
      .pricing-card{overflow-x:auto}
      .pricing-head,.pricing-row{min-width:650px}
      .final-box{padding:34px}
      .footer-inner{flex-wrap:wrap}
    }

    @media (max-width: 760px){
      .container{width:min(calc(100% - 24px),var(--max))}
      .nav{position:sticky}
      .nav-inner{height:64px;gap:10px}
      .brand{gap:8px;font-size:17px;white-space:nowrap}
      .brand-mark,.footer-brand-mark{width:40px;height:34px;flex-basis:40px}
      .brand-mark img,.footer-brand-mark img{width:40px;height:34px}
      .nav .btn{font-size:11px;padding:9px 10px;border-width:3px;border-radius:11px;box-shadow:4px 4px 0 var(--black)}

      .hero-v8{min-height:0;background:linear-gradient(180deg,#a96fb7,#ff9a78)}
      .hero-v8-bg{display:block;width:100%;height:auto;min-height:0;object-fit:contain;object-position:center top}
      .hero-v8-overlay{position:absolute;inset:0}
      .hero-v8-main-cta{left:.6%;top:76%;width:25%;height:12%;border-radius:12px}
      .hero-v8-card{display:none!important}

      .intro,.mechanic,.cases,.control,.how,.founder{padding:72px 0}
      .split{padding-bottom:72px}
      .final{padding:72px 0}
      .intro-grid,.mechanic-grid,.control-grid,.founder-grid{gap:28px}
      .intro h2,.mechanic h2,.cases h2,.control h2,.how h2,.founder h2,.final h2{font-size:clamp(44px,13vw,68px);line-height:.9}
      .intro p,.mechanic .copy,.cases .copy,.control p,.founder-copy,.final p{font-size:17px;line-height:1.55}
      .panel{min-height:0;padding:22px}
      .flow{font-size:15px;line-height:1.75;overflow-wrap:anywhere}
      .early-inner{padding:40px 0;gap:20px}
      .early-inner h3{font-size:36px}
      .early-inner p{font-size:16px}
      .early-banner:before{font-size:52px}

      .board{transform:none;box-shadow:7px 7px 0 var(--blue)}
      .board-head{gap:12px;flex-wrap:wrap}
      .board-row{grid-template-columns:105px minmax(0,1fr)}
      .board-key{padding:16px 12px;font-size:10px;overflow-wrap:anywhere}
      .board-val{padding:16px 14px;font-size:17px;overflow-wrap:anywhere}
      .note{font-size:11px}

      .case-rail{margin-right:-12px;padding-right:12px;scroll-snap-type:x mandatory}
      .case{min-width:min(82vw,315px);min-height:320px;scroll-snap-align:start}
      .case h3{font-size:34px}

      .rules{margin-top:22px}
      .rule{font-size:12px;flex-wrap:wrap}
      .meter-card{padding:22px;transform:none;box-shadow:8px 8px 0 var(--pink)}
      .meter-big{font-size:76px}
      .meter{height:145px}

      .steps{grid-template-columns:1fr;gap:14px;margin-top:30px}
      .step{min-height:0;padding:22px}
      .step-n{font-size:44px;margin-bottom:28px}
      .step h3{font-size:30px}

      .pricing-card{margin-right:-2px}
      .pricing-head,.pricing-row{min-width:590px}
      .pricing-head{font-size:18px}
      .pricing-head>div,.pricing-row>div{padding:14px}
      .founder-note{line-height:1.6}

      .final-box{grid-template-columns:1fr;gap:24px;padding:24px;box-shadow:8px 8px 0 var(--black)}
      input,textarea{font-size:16px;padding:14px}
      .form .btn{width:100%}
      .footer-inner{flex-direction:column;align-items:flex-start}
      footer{padding:24px 0}
    }

    @media (max-width: 520px){
      section{scroll-margin-top:72px}
      .container{width:min(calc(100% - 20px),var(--max))}
      .brand{font-size:15px}
      .brand-mark,.footer-brand-mark{width:36px;height:31px;flex-basis:36px}
      .brand-mark img,.footer-brand-mark img{width:36px;height:31px}
      .nav .btn{max-width:142px;line-height:1.05;text-align:center}

      .hero-v8-main-cta{left:.6%;top:76%;width:25%;height:12%}

      .intro,.mechanic,.cases,.control,.how,.founder,.final{padding-top:60px;padding-bottom:60px}
      .split{padding-bottom:60px}
      .intro h2,.mechanic h2,.cases h2,.control h2,.how h2,.founder h2,.final h2{font-size:clamp(40px,12.5vw,58px)}
      .panel{padding:18px}
      .board-row{grid-template-columns:92px minmax(0,1fr)}
      .board-key{padding:14px 9px;font-size:9px}
      .board-val{padding:14px 11px;font-size:15px}
      .case{min-width:84vw;padding:20px}
      .case h3{font-size:31px}
      .meter-big{font-size:64px}
      .meter-top{font-size:19px}
      .final-box{padding:20px}
      .footer-brand{font-size:18px}
    }

/* =========================================================
   HERO — editable/responsive version
   Background art, copy and CTA are separate layers.
   ========================================================= */
.hero-v8{
  position:relative;
  min-height:clamp(700px,72vw,940px);
  overflow:hidden;
  border-bottom:var(--stroke);
  isolation:isolate;
  background:linear-gradient(180deg,#853f9d 0%,#d85a91 48%,#ff9867 100%);
}
.hero-v8-bg{
  position:absolute;
  inset:0;
  display:block;
  width:100%;
  height:100%;
  min-height:0;
  object-fit:cover;
  object-position:center top;
  z-index:-2;
}
.hero-v8::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:linear-gradient(90deg,rgba(116,58,148,.12) 0%,rgba(116,58,148,0) 48%);
}
.hero-v8-overlay{
  position:relative;
  inset:auto;
  min-height:inherit;
  display:flex;
  align-items:center;
  pointer-events:auto;
  padding-top:clamp(46px,5vw,76px);
  padding-bottom:clamp(56px,6vw,92px);
}
.hero-v8-copy{
  width:min(49%,680px);
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  position:relative;
  z-index:4;
}
.hero-v8-eyebrow{
  display:inline-flex;
  background:var(--black);
  color:white;
  border:4px solid var(--black);
  padding:10px 14px;
  font-weight:900;
  font-size:clamp(11px,1vw,15px);
  text-transform:uppercase;
  letter-spacing:.045em;
  transform:rotate(-2deg);
  margin-bottom:22px;
}
.hero-v8-title{
  margin:0 0 30px;
  font-family:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;
  font-size:clamp(62px,7.25vw,112px);
  line-height:.94;
  text-transform:uppercase;
  letter-spacing:.005em;
  color:var(--white);
  -webkit-text-stroke:4px var(--black);
  paint-order:stroke fill;
  text-shadow:7px 7px 0 var(--black);
}
.hero-v8-title .hero-blue{color:var(--sky)}
.hero-v8-lead{
  width:min(100%,590px);
  margin:0;
  background:var(--white);
  border:4px solid var(--black);
  box-shadow:8px 8px 0 var(--black);
  padding:22px 24px;
  font-size:clamp(17px,1.55vw,23px);
  line-height:1.48;
  font-weight:800;
}
.hero-v8-main-cta{
  position:static;
  width:auto;
  height:auto;
  margin-top:28px;
  pointer-events:auto;
  border-radius:14px;
  background:var(--acid);
  color:var(--black);
  border:4px solid var(--black);
  box-shadow:8px 8px 0 var(--black);
  padding:17px 27px;
  font-weight:1000;
  font-size:clamp(16px,1.5vw,22px);
  text-transform:uppercase;
  letter-spacing:.01em;
  transition:.15s ease;
}
.hero-v8-main-cta:hover{
  transform:translate(3px,3px);
  box-shadow:5px 5px 0 var(--black);
}
.hero-v8-main-cta:focus-visible{
  outline:4px solid white;
  outline-offset:5px;
}
.hero-v8-card{display:none!important}

@media (max-width:1100px){
  .hero-v8{min-height:760px}
  .hero-v8-bg{object-position:56% top}
  .hero-v8-copy{width:min(52%,590px)}
  .hero-v8-title{font-size:clamp(58px,7vw,82px);-webkit-text-stroke:3px var(--black);text-shadow:5px 5px 0 var(--black)}
  .hero-v8-lead{font-size:18px;padding:19px 20px}
}

@media (max-width:760px){
  .nav-inner{height:68px;gap:10px}
  .brand{font-size:17px;gap:8px}
  .brand-mark{width:38px;height:32px;flex-basis:38px}
  .nav .btn{font-size:11px;padding:10px 11px;border-width:3px;box-shadow:4px 4px 0 var(--black)}

  .hero-v8{
    min-height:0;
    display:flex;
    flex-direction:column;
    background:linear-gradient(180deg,#7c4499 0%,#d85a91 50%,#ff9867 100%);
  }
  .hero-v8-bg{
    position:relative;
    order:2;
    width:100%;
    height:auto;
    min-height:0;
    aspect-ratio:1.08/1;
    object-fit:cover;
    object-position:67% center;
    z-index:0;
    border-top:3px solid var(--black);
  }
  .hero-v8::after{display:none}
  .hero-v8-overlay{
    order:1;
    min-height:0;
    display:block;
    width:100%;
    padding:42px 0 38px;
  }
  .hero-v8-copy{width:100%;max-width:none}
  .hero-v8-eyebrow{font-size:10px;padding:8px 10px;margin-bottom:18px;border-width:3px}
  .hero-v8-title{
    max-width:560px;
    font-size:clamp(51px,15.2vw,78px);
    line-height:.92;
    margin-bottom:24px;
    -webkit-text-stroke:2px var(--black);
    text-shadow:4px 4px 0 var(--black);
  }
  .hero-v8-lead{
    width:100%;
    font-size:16px;
    line-height:1.45;
    padding:17px 17px;
    border-width:3px;
    box-shadow:5px 5px 0 var(--black);
  }
  .hero-v8-main-cta{
    margin-top:22px;
    font-size:15px;
    padding:14px 18px;
    border-width:3px;
    box-shadow:5px 5px 0 var(--black);
  }
}

@media (max-width:480px){
  .container{width:min(calc(100% - 28px),var(--max))}
  .nav-inner{height:64px}
  .brand span:last-child{font-size:15px}
  .nav .btn{max-width:140px;text-align:center;line-height:1.1}
  .hero-v8-overlay{padding:34px 0 31px}
  .hero-v8-title{font-size:clamp(47px,15.6vw,65px)}
  .hero-v8-bg{aspect-ratio:.92/1;object-position:69% center}
}

/* General mobile hardening */
@media (max-width:760px){
  .intro,.mechanic,.cases,.control,.how,.founder{padding-top:72px;padding-bottom:72px}
  .intro p,.mechanic .copy,.control p,.founder-copy,.final p{font-size:17px;line-height:1.5}
  .intro-grid,.mechanic-grid,.control-grid,.founder-grid,.final-box{gap:34px}
  .cases-head{align-items:flex-start;flex-direction:column;gap:12px;margin-bottom:28px}
  .steps{gap:14px;margin-top:30px}
  .step{min-height:0}
  .pricing-card{overflow-x:auto;-webkit-overflow-scrolling:touch}
  .pricing-head,.pricing-row{min-width:600px}
  .final{padding:74px 0}
  .final-box{padding:24px;box-shadow:8px 8px 0 var(--black)}
  .footer-inner{align-items:flex-start;flex-direction:column}
}

/* v2: clean responsive hero + mobile hamburger navigation */
.menu-toggle,
.mobile-menu,
.mobile-menu-backdrop{display:none}

/* Hero background is now a clean standalone image. Text/CTA remain HTML layers. */
.hero-v8{
  position:relative;
  min-height:clamp(720px,58vw,900px);
  overflow:hidden;
  border-bottom:var(--stroke);
  background:#b459a5;
  display:block;
}
.hero-v8-bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  min-height:0;
  object-fit:cover;
  object-position:center center;
  z-index:0;
}
.hero-v8::after{display:none!important}
.hero-v8-overlay{
  position:relative;
  z-index:2;
  min-height:clamp(720px,58vw,900px);
  display:flex;
  align-items:center;
  padding-top:58px;
  padding-bottom:58px;
  pointer-events:none;
}
.hero-v8-copy{
  width:min(52%,650px);
  pointer-events:auto;
}

@media (max-width:1100px){
  .hero-v8,
  .hero-v8-overlay{min-height:720px}
  .hero-v8-bg{object-position:58% center}
  .hero-v8-copy{width:min(56%,600px)}
}

@media (max-width:760px){
  body.menu-open{overflow:hidden}

  .nav{position:sticky;top:0}
  .nav-inner{
    height:66px;
    justify-content:flex-start;
    gap:10px;
  }
  .menu-toggle{
    display:inline-flex;
    width:42px;
    height:42px;
    flex:0 0 42px;
    border:3px solid var(--black);
    border-radius:10px;
    background:var(--acid);
    box-shadow:4px 4px 0 var(--black);
    padding:8px;
    flex-direction:column;
    justify-content:center;
    gap:5px;
    cursor:pointer;
    z-index:82;
  }
  .menu-toggle span{
    display:block;
    width:100%;
    height:3px;
    background:var(--black);
    border-radius:2px;
  }
  .brand{margin-right:auto}
  .nav-links,
  .nav-cta{display:none!important}

  .mobile-menu-backdrop{
    display:block;
    position:fixed;
    inset:0;
    background:rgba(11,13,18,.48);
    opacity:0;
    visibility:hidden;
    transition:.2s ease;
    z-index:78;
  }
  .mobile-menu{
    display:flex;
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    width:min(84vw,340px);
    background:#f7f4ed;
    border-right:4px solid var(--black);
    padding:84px 22px 28px;
    flex-direction:column;
    gap:0;
    transform:translateX(-105%);
    transition:transform .22s ease;
    z-index:80;
    box-shadow:10px 0 0 rgba(11,13,18,.22);
  }
  .mobile-menu > a:not(.btn){
    padding:16px 4px;
    border-bottom:3px solid var(--black);
    font-weight:900;
    font-size:19px;
  }
  .mobile-menu-close{
    position:absolute;
    top:16px;
    right:18px;
    width:42px;
    height:42px;
    border:3px solid var(--black);
    border-radius:10px;
    background:white;
    font-size:30px;
    line-height:1;
    font-weight:900;
    cursor:pointer;
  }
  .mobile-menu-cta{
    margin-top:26px;
    width:100%;
    text-align:center;
    box-shadow:5px 5px 0 var(--black);
  }
  body.menu-open .mobile-menu{transform:translateX(0)}
  body.menu-open .mobile-menu-backdrop{opacity:1;visibility:visible}

  /* One unified mobile hero: background + robot + all copy + CTA in the same first block. */
  .hero-v8{
    min-height:calc(100svh - 66px);
    height:auto;
    display:block;
    background:#a84d9d;
  }
  .hero-v8-bg{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    aspect-ratio:auto;
    object-fit:cover;
    object-position:64% center;
    border-top:0;
    z-index:0;
  }
  .hero-v8-overlay{
    position:relative;
    inset:auto;
    min-height:calc(100svh - 66px);
    width:min(calc(100% - 28px),var(--max));
    margin:0 auto;
    padding:34px 0 34px;
    display:flex;
    align-items:flex-start;
    pointer-events:none;
  }
  .hero-v8-copy{
    width:100%;
    max-width:none;
    pointer-events:auto;
  }
  .hero-v8-eyebrow{
    max-width:94%;
    margin-bottom:18px;
  }
  .hero-v8-title{
    width:100%;
    max-width:610px;
    font-size:clamp(47px,15vw,72px);
    line-height:.9;
    margin-bottom:22px;
  }
  .hero-v8-lead{
    width:100%;
    max-width:620px;
    font-size:15px;
    line-height:1.4;
    padding:15px 16px;
    background:rgba(255,253,247,.96);
  }
  .hero-v8-main-cta{
    margin-top:20px;
    font-size:14px;
    padding:14px 18px;
  }
}

@media (max-width:480px){
  .nav-inner{height:62px}
  .brand-mark{width:34px;height:29px;flex-basis:34px}
  .brand span:last-child{font-size:15px}
  .menu-toggle{width:39px;height:39px;flex-basis:39px;padding:7px}
  .hero-v8,
  .hero-v8-overlay{min-height:calc(100svh - 62px)}
  .hero-v8-bg{object-position:65% center}
  .hero-v8-overlay{padding-top:28px;padding-bottom:28px}
  .hero-v8-title{font-size:clamp(43px,14.4vw,61px)}
  .hero-v8-lead{font-size:14px}
}

/* v3: Why block refresh + right-side mobile navigation */
.why-grid{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);
  gap:42px;
  align-items:center;
}
.why-copy{min-width:0}
.why-copy h2{margin:0;max-width:980px}
.why-blue{color:var(--sky)}
.why-robot{
  display:flex;
  align-items:flex-end;
  justify-content:center;
  align-self:stretch;
  min-height:320px;
}
.why-robot img{
  display:block;
  width:min(100%,380px);
  max-height:410px;
  object-fit:contain;
  object-position:center bottom;
}
.flow .stop{font-weight:1000;color:#ff8aae}
.panel.good .flow .done{font-weight:1000}

@media (max-width:760px){
  /* hamburger on the right */
  .nav-inner{justify-content:flex-start}
  .brand{margin-right:auto;order:1}
  .menu-toggle{order:2;margin-left:auto}

  /* drawer opens from the right */
  .mobile-menu{
    left:auto;
    right:0;
    border-right:0;
    border-left:4px solid var(--black);
    transform:translateX(105%);
    box-shadow:-10px 0 0 rgba(11,13,18,.22);
  }
  .mobile-menu-close{right:18px}
  body.menu-open .mobile-menu{transform:translateX(0)}

  .why-grid{
    grid-template-columns:1fr;
    gap:18px;
    align-items:start;
  }
  .why-copy h2{
    font-size:clamp(43px,12.8vw,64px);
    line-height:.9;
  }
  .why-robot{
    min-height:0;
    justify-content:flex-start;
    margin-top:-4px;
  }
  .why-robot img{
    width:min(68vw,300px);
    max-height:320px;
  }
  .split-grid{grid-template-columns:1fr!important}
}

@media (max-width:480px){
  .why-grid{gap:14px}
  .why-copy h2{font-size:clamp(40px,12.4vw,55px)}
  .why-robot img{width:min(72vw,270px)}
}

/* v4: tighter section rhythm, Why layout refinement, hero copy collision fix */
.no-break{white-space:nowrap}

/* Reduce oversized empty space between the main landing sections. */
.intro{padding:68px 0 46px}
.split{padding:0 0 68px}
.mechanic,.cases,.control,.founder{padding-top:82px;padding-bottom:82px}
.how{padding-top:80px;padding-bottom:80px}
.final{padding-top:88px;padding-bottom:88px}
.early-inner{padding-top:42px;padding-bottom:42px}

/* Why: happy robot on the left, headline on the right. */
.why-grid{
  grid-template-columns:minmax(250px,.55fr) minmax(0,1.45fr);
  gap:34px;
  align-items:center;
}
.why-robot{
  grid-column:1;
  grid-row:1;
  justify-content:flex-start;
  min-height:260px;
}
.why-copy{
  grid-column:2;
  grid-row:1;
}
.why-copy h2{
  max-width:1040px;
  line-height:1.02;
}
.why-robot img{
  width:min(100%,340px);
  max-height:360px;
}

/* Keep the hero artwork untouched. Only make the HTML copy respond sooner
   so it cannot run across the robot's face on narrower desktop/tablet widths. */
@media (max-width:1240px) and (min-width:761px){
  .hero-v8-copy{width:min(45%,520px)}
  .hero-v8-title{
    font-size:clamp(54px,5.7vw,72px);
    line-height:.96;
    -webkit-text-stroke:3px var(--black);
    text-shadow:5px 5px 0 var(--black);
    margin-bottom:24px;
  }
  .hero-v8-eyebrow{font-size:12px;margin-bottom:18px}
  .hero-v8-lead{font-size:17px;padding:17px 18px}
  .hero-v8-main-cta{font-size:16px;padding:14px 21px;margin-top:22px}
}

@media (max-width:980px) and (min-width:761px){
  .hero-v8-copy{width:min(43%,450px)}
  .hero-v8-title{font-size:clamp(48px,5.8vw,61px)}
  .hero-v8-lead{font-size:15px;line-height:1.4}
}

@media (max-width:760px){
  .intro{padding:50px 0 34px}
  .split{padding-bottom:52px}
  .mechanic,.cases,.control,.how,.founder{padding-top:58px;padding-bottom:58px}
  .final{padding-top:64px;padding-bottom:64px}
  .early-inner{padding-top:36px;padding-bottom:36px}

  .why-grid{
    grid-template-columns:1fr;
    gap:18px;
  }
  .why-robot{
    grid-column:1;
    grid-row:1;
    justify-content:flex-start;
    margin:0;
  }
  .why-copy{
    grid-column:1;
    grid-row:2;
  }
  .why-copy h2{
    line-height:1.02;
  }
  .why-robot img{
    width:min(58vw,260px);
    max-height:280px;
  }
}

@media (max-width:480px){
  .intro{padding:42px 0 28px}
  .split{padding-bottom:44px}
  .mechanic,.cases,.control,.how,.founder{padding-top:50px;padding-bottom:50px}
  .why-copy h2{line-height:1.04}
  .why-robot img{width:min(56vw,230px)}
}

/* v5 — payment access typing terminal */
.mechanic-copy-col{
  min-width:0;
}
.mechanic-copy-col h2{
  margin-bottom:28px;
}
.type-terminal{
  width:100%;
  min-height:190px;
  border:var(--stroke);
  background:#0b0d12;
  color:#fff;
  box-shadow:9px 9px 0 var(--blue);
  overflow:hidden;
}
.type-terminal-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:12px 15px;
  border-bottom:3px solid var(--black);
  background:#181c23;
  font-family:ui-monospace,SFMono-Regular,Menlo,monospace;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
}
.type-terminal-status{
  color:var(--acid);
}
.type-terminal-body{
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding:25px 22px 28px;
  font-family:ui-monospace,SFMono-Regular,Menlo,monospace;
  font-size:clamp(16px,1.35vw,21px);
  font-weight:800;
  line-height:1.65;
}
.type-prefix{
  flex:0 0 auto;
  color:var(--acid);
  font-weight:1000;
}
.typewriter-text{
  white-space:normal;
}
.type-cursor{
  width:.62em;
  height:1.15em;
  margin-top:.18em;
  flex:0 0 auto;
  background:var(--acid);
  animation:typeCursorBlink .75s steps(1,end) infinite;
}
@keyframes typeCursorBlink{
  0%,48%{opacity:1}
  49%,100%{opacity:0}
}
@media(max-width:980px){
  .type-terminal{min-height:160px}
  .type-terminal-body{padding:20px 18px 23px}
}
@media(max-width:680px){
  .mechanic-copy-col h2{margin-bottom:22px}
  .type-terminal{
    min-height:150px;
    box-shadow:6px 6px 0 var(--blue);
  }
  .type-terminal-head{
    font-size:9px;
    padding:10px 12px;
  }
  .type-terminal-body{
    padding:18px 14px 20px;
    font-size:15px;
    line-height:1.55;
  }
}
@media (prefers-reduced-motion: reduce){
  .type-cursor{animation:none}
}

/* v6 — full-width terminal + compact payment-access section */
.mechanic{
  padding-top:72px;
  padding-bottom:72px;
}
.mechanic-grid{
  grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);
  column-gap:65px;
  row-gap:24px;
}
.mechanic-copy-col{
  display:contents;
}
.mechanic-copy-col > .eyebrow,
.mechanic-copy-col > h2{
  grid-column:1;
}
.mechanic-copy-col > .eyebrow{
  align-self:start;
  justify-self:start;
}
.mechanic-copy-col > h2{
  margin-bottom:0;
}
.mechanic-grid > div:last-child{
  grid-column:2;
  grid-row:1 / span 2;
}
.type-terminal{
  grid-column:1 / -1;
  width:100%;
  min-height:0;
  margin-top:10px;
}
.type-terminal-body{
  min-height:112px;
}
@media(max-width:980px){
  .mechanic{padding-top:56px;padding-bottom:56px}
  .mechanic-grid{grid-template-columns:1fr;gap:24px}
  .mechanic-copy-col{display:contents}
  .mechanic-copy-col > .eyebrow,
  .mechanic-copy-col > h2,
  .mechanic-grid > div:last-child,
  .type-terminal{grid-column:1;grid-row:auto}
  .type-terminal{margin-top:0;min-height:0}
  .type-terminal-body{min-height:96px}
}
@media(max-width:680px){
  .mechanic{padding-top:44px;padding-bottom:44px}
  .mechanic-grid{gap:20px}
  .type-terminal-body{min-height:88px}
}


/* v7 — use cases cleanup + matching comic title shadows */
.section-shadow-title{
  -webkit-text-stroke:2px var(--black);
  paint-order:stroke fill;
  text-shadow:7px 7px 0 var(--black) !important;
}
.mechanic-copy-col .section-shadow-title{
  line-height:.92;
}

/* Remove oversized vertical whitespace in Payment Access and Use Cases. */
.mechanic{
  padding-top:58px !important;
  padding-bottom:58px !important;
}
.cases{
  padding-top:50px !important;
  padding-bottom:48px !important;
}
.cases-head{
  margin-bottom:26px !important;
  align-items:flex-start;
}
.cases-head > div{max-width:980px}
.cases h2{
  margin-bottom:0;
  max-width:980px;
  line-height:.92;
}

.usecase-stage{
  position:relative;
  display:grid;
  grid-template-columns:minmax(120px,.27fr) minmax(0,1fr) minmax(140px,.30fr);
  gap:18px;
  align-items:end;
  min-height:370px;
}
.case-rail{
  grid-column:2;
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  overflow:visible !important;
  padding:8px 0 10px !important;
  margin:0 !important;
}
.case{
  min-width:0 !important;
  min-height:320px !important;
  padding:24px !important;
  transition:transform .22s ease, box-shadow .22s ease;
  will-change:transform;
}
.case:hover{
  transform:translateY(-12px) scale(1.025);
  box-shadow:12px 16px 0 var(--black);
  z-index:4;
}
.case:nth-child(1){background:#fff}
.case:nth-child(2){background:#ffd2e6}
.case:nth-child(3){background:#dfd1ff}
.case h3{
  font-size:clamp(27px,2.15vw,39px);
  line-height:.98;
  margin-bottom:24px;
}
.case p{
  font-size:16px;
  line-height:1.42;
  margin-bottom:0;
}
.case-code{display:none !important}
.usecase-robot{
  position:relative;
  z-index:2;
  display:block;
  width:100%;
  max-height:360px;
  object-fit:contain;
  object-position:center bottom;
  pointer-events:none;
}
.usecase-robot-left{
  grid-column:1;
  justify-self:end;
  transform:translateX(16px);
}
.usecase-robot-right{
  grid-column:3;
  justify-self:start;
  transform:translateX(-12px);
}

@media(max-width:1180px){
  .usecase-stage{
    grid-template-columns:120px minmax(0,1fr) 130px;
    gap:10px;
  }
  .case-rail{gap:14px}
  .case{padding:20px !important}
  .usecase-robot{max-height:290px}
}

@media(max-width:900px){
  .mechanic{padding-top:48px !important;padding-bottom:48px !important}
  .cases{padding-top:44px !important;padding-bottom:42px !important}
  .section-shadow-title{text-shadow:5px 5px 0 var(--black) !important}
  .usecase-stage{
    grid-template-columns:1fr 1fr;
    gap:14px 18px;
    align-items:end;
  }
  .case-rail{
    grid-column:1 / -1;
    grid-row:1;
    grid-template-columns:1fr;
    gap:16px;
    padding-bottom:0 !important;
  }
  .case{
    min-height:0 !important;
  }
  .usecase-robot{
    grid-row:2;
    max-height:240px;
    width:min(100%,260px);
  }
  .usecase-robot-left{grid-column:1;justify-self:start;transform:none}
  .usecase-robot-right{grid-column:2;justify-self:end;transform:none}
}

@media(max-width:560px){
  .mechanic{padding-top:40px !important;padding-bottom:40px !important}
  .cases{padding-top:38px !important;padding-bottom:34px !important}
  .cases-head{margin-bottom:20px !important}
  .cases h2{font-size:clamp(42px,13vw,58px);line-height:.94}
  .usecase-stage{grid-template-columns:1fr 1fr;gap:10px 12px}
  .case{padding:20px !important}
  .case h3{font-size:31px;margin-bottom:16px}
  .case p{font-size:15px}
  .usecase-robot{max-height:190px}
}

/* v8 — crisp title shadows, narrower terminal, illustrated use-case backdrop */
/* Black letters need a light offset, not another black duplicate. */
.section-shadow-title{
  text-shadow:none !important;
}
.section-shadow-title .title-dark{
  color:var(--black);
  -webkit-text-stroke:0;
  text-shadow:5px 5px 0 rgba(255,253,247,.95);
}
.section-shadow-title .title-violet{
  color:var(--violet);
  -webkit-text-stroke:2px var(--black);
  paint-order:stroke fill;
  text-shadow:5px 5px 0 var(--black);
}
.section-shadow-title .title-accent{
  color:#55c9f3;
  -webkit-text-stroke:2px var(--black);
  paint-order:stroke fill;
  text-shadow:5px 5px 0 var(--black);
}
.payment-access-title,
.cases-title{
  line-height:.98 !important;
  letter-spacing:.005em;
}

/* Terminal follows the marked width instead of spanning the whole container. */
.type-terminal{
  width:min(79%,1080px) !important;
  justify-self:start;
  margin-top:8px;
}
.type-terminal-body{
  min-height:108px;
}

/* Use cases: same proportions/content rhythm on all three cards. */
.cases{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding-top:42px !important;
  padding-bottom:38px !important;
}
.cases::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background-image:url('images/usecases-robots-bg.png');
  background-repeat:no-repeat;
  background-position:center bottom;
  background-size:100% auto;
  opacity:1;
}
.cases-head{
  position:relative;
  z-index:2;
  margin-bottom:24px !important;
}
.cases-head > div{
  max-width:1050px;
}
.cases-title{
  max-width:1050px !important;
}
.usecase-stage{
  display:block !important;
  min-height:0 !important;
  position:relative;
  z-index:2;
  padding:18px clamp(110px,12vw,205px) 12px;
}
.case-rail{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px !important;
  width:100%;
  overflow:visible !important;
  padding:0 !important;
}
.case{
  min-height:350px !important;
  height:100%;
  padding:25px 24px 22px !important;
  display:grid !important;
  grid-template-rows:auto 1fr;
  box-shadow:8px 8px 0 var(--black);
}
.case > div:last-child{
  min-height:0;
  display:flex;
  flex-direction:column;
}
.case h3{
  min-height:2.05em;
  margin:34px 0 18px !important;
  font-size:clamp(28px,2vw,37px) !important;
  line-height:.96 !important;
}
.case p{
  margin:0 !important;
  font-size:16px !important;
  line-height:1.43 !important;
}
.case-detail{
  margin-top:auto;
  padding-top:15px;
  border-top:3px solid var(--black);
  display:flex;
  gap:7px;
  flex-wrap:wrap;
  font-family:ui-monospace,SFMono-Regular,Menlo,monospace;
  font-size:10px;
  font-weight:900;
}
.case-detail span{
  padding:5px 7px;
  border:2px solid var(--black);
  background:rgba(255,255,255,.55);
}
.case:hover{
  transform:translateY(-10px) scale(1.018) !important;
  box-shadow:12px 15px 0 var(--black) !important;
}

@media(max-width:1180px){
  .usecase-stage{padding-left:105px;padding-right:105px}
  .case-rail{gap:16px !important}
  .case{min-height:340px !important;padding:22px 20px !important}
  .case h3{font-size:29px !important}
}

@media(max-width:900px){
  .type-terminal{width:88% !important}
  .cases::before{
    background-size:125% auto;
    background-position:center bottom;
    opacity:.96;
  }
  .usecase-stage{
    padding:12px 54px 150px !important;
  }
  .case-rail{
    grid-template-columns:1fr !important;
    gap:16px !important;
  }
  .case{
    min-height:0 !important;
    width:100%;
  }
  .case h3{
    min-height:0;
    margin-top:24px !important;
  }
}

@media(max-width:680px){
  .section-shadow-title .title-dark{
    text-shadow:3px 3px 0 rgba(255,253,247,.95);
  }
  .section-shadow-title .title-violet,
  .section-shadow-title .title-accent{
    -webkit-text-stroke:1.5px var(--black);
    text-shadow:3px 3px 0 var(--black);
  }
  .payment-access-title,
  .cases-title{line-height:1.02 !important}
  .type-terminal{width:100% !important}
  .cases{
    padding-top:34px !important;
    padding-bottom:28px !important;
  }
  .cases::before{
    background-size:155% auto;
    background-position:center bottom;
    opacity:.9;
  }
  .usecase-stage{
    padding:8px 10px 135px !important;
  }
  .case{
    padding:20px !important;
    background-clip:padding-box;
  }
  .case h3{font-size:30px !important}
  .case p{font-size:15px !important}
  .case-detail{font-size:9px}
}

/* v9 — requested refinements: pink payment shadow, full terminal, cleaner use-cases */

/* PAYMENT ACCESS: crisp pink offset behind black letters. */
.payment-access-title .title-dark{
  color:var(--black) !important;
  -webkit-text-stroke:0 !important;
  text-shadow:5px 5px 0 var(--pink) !important;
}
.payment-access-title .title-violet{
  color:var(--violet) !important;
  -webkit-text-stroke:2px var(--black) !important;
  paint-order:stroke fill;
  text-shadow:5px 5px 0 var(--black) !important;
}

/* Typing panel spans the entire content block again. Keep the sentence on one line on desktop. */
.type-terminal{
  width:100% !important;
  max-width:none !important;
  justify-self:stretch !important;
  margin-top:10px !important;
}
.type-terminal-body{
  width:100%;
  min-height:104px !important;
  align-items:center;
  font-size:clamp(14px,1.12vw,18px) !important;
  line-height:1.45 !important;
  padding:24px 22px !important;
}
.typewriter-text{
  white-space:nowrap !important;
}

/* Use-cases title: blue-on-blue removed. */
.cases-title .title-dark{
  color:var(--black) !important;
  -webkit-text-stroke:0 !important;
  text-shadow:4px 4px 0 rgba(255,253,247,.95) !important;
}
.cases-title .title-accent{
  color:var(--white) !important;
  -webkit-text-stroke:2px var(--black) !important;
  paint-order:stroke fill;
  text-shadow:5px 5px 0 var(--black) !important;
}

/* Remove the combined backdrop (and therefore the upper-left laptop robot).
   Keep only the cocktail robot as a separate decorative layer on the right. */
.cases::before{
  display:none !important;
  background-image:none !important;
}
.cases::after{
  content:"";
  position:absolute;
  right:-42px;
  bottom:-12px;
  width:clamp(230px,22vw,390px);
  height:clamp(330px,34vw,555px);
  background:url('images/robot-travel.png') right bottom / contain no-repeat;
  pointer-events:none;
  z-index:0;
}
.cases-head,
.usecase-stage{
  position:relative;
  z-index:2;
}

/* With only one side robot, center the cards and give them more usable width. */
.usecase-stage{
  padding:16px clamp(24px,5vw,82px) 18px !important;
}
.case-rail{
  width:min(100%,1180px) !important;
  margin:0 auto !important;
  gap:20px !important;
}
.case{
  min-height:340px !important;
}
.case h3{
  min-height:2em !important;
  margin:28px 0 16px !important;
}
.case p{
  line-height:1.48 !important;
}

@media(max-width:1180px){
  .usecase-stage{padding-left:22px !important;padding-right:115px !important}
}

@media(max-width:900px){
  .type-terminal{width:100% !important}
  .typewriter-text{white-space:normal !important}
  .type-terminal-body{
    align-items:flex-start;
    font-size:15px !important;
    line-height:1.55 !important;
  }
  .cases::after{
    right:-52px;
    bottom:-22px;
    width:220px;
    height:330px;
    opacity:.96;
  }
  .usecase-stage{
    padding:10px 92px 115px 10px !important;
  }
  .case-rail{grid-template-columns:1fr !important}
}

@media(max-width:680px){
  .payment-access-title .title-dark{
    text-shadow:3px 3px 0 var(--pink) !important;
  }
  .payment-access-title .title-violet,
  .cases-title .title-accent{
    -webkit-text-stroke:1.5px var(--black) !important;
    text-shadow:3px 3px 0 var(--black) !important;
  }
  .cases-title .title-dark{
    text-shadow:3px 3px 0 rgba(255,253,247,.95) !important;
  }
  .type-terminal-body{min-height:88px !important;padding:18px 14px !important}
  .cases::after{
    right:-58px;
    bottom:-15px;
    width:190px;
    height:285px;
    opacity:.9;
  }
  .usecase-stage{
    padding:8px 52px 105px 8px !important;
  }
}

/* v10: animated control rules */
.control .rules .rule{
  position:relative;
  overflow:hidden;
  transform:translateY(18px);
  opacity:0;
  transition:
    transform .5s cubic-bezier(.2,.8,.2,1),
    opacity .45s ease,
    background-color .2s ease,
    border-color .2s ease;
  will-change:transform,opacity;
}

.control .rules.is-visible .rule{
  transform:translateY(0);
  opacity:1;
}

.control .rules.is-visible .rule:nth-child(1){transition-delay:.02s}
.control .rules.is-visible .rule:nth-child(2){transition-delay:.10s}
.control .rules.is-visible .rule:nth-child(3){transition-delay:.18s}
.control .rules.is-visible .rule:nth-child(4){transition-delay:.26s}

.control .rule::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,transparent,rgba(215,255,79,.10),transparent);
  transform:translateX(-110%);
  pointer-events:none;
}

.control .rules.is-visible .rule::after{
  animation:ruleScan .75s ease forwards;
}

.control .rules.is-visible .rule:nth-child(1)::after{animation-delay:.10s}
.control .rules.is-visible .rule:nth-child(2)::after{animation-delay:.18s}
.control .rules.is-visible .rule:nth-child(3)::after{animation-delay:.26s}
.control .rules.is-visible .rule:nth-child(4)::after{animation-delay:.34s}

.control .rule strong{
  position:relative;
  z-index:1;
  transition:transform .2s ease,text-shadow .2s ease;
}

.control .rules.is-visible .rule strong{
  animation:statusPop .42s ease both;
}

.control .rules.is-visible .rule:nth-child(1) strong{animation-delay:.20s}
.control .rules.is-visible .rule:nth-child(2) strong{animation-delay:.28s}
.control .rules.is-visible .rule:nth-child(3) strong{animation-delay:.36s}
.control .rules.is-visible .rule:nth-child(4) strong{animation-delay:.44s}

@media (hover:hover){
  .control .rule:hover{
    transform:translateX(8px);
    background:#181d25;
    border-color:var(--acid);
  }
  .control .rule:hover strong{
    transform:scale(1.06);
    text-shadow:0 0 14px rgba(215,255,79,.45);
  }
}

@keyframes ruleScan{
  from{transform:translateX(-110%)}
  to{transform:translateX(110%)}
}

@keyframes statusPop{
  0%{transform:scale(.82);opacity:.35}
  65%{transform:scale(1.12);opacity:1;text-shadow:0 0 16px rgba(215,255,79,.45)}
  100%{transform:scale(1);opacity:1;text-shadow:none}
}

@media (max-width:680px){
  .control .rules .rule{transform:translateY(10px)}
  .control .rules.is-visible .rule{transform:none}
  @media (hover:hover){
    .control .rule:hover{transform:none}
  }
}

@media (prefers-reduced-motion:reduce){
  .control .rules .rule{opacity:1;transform:none;transition:none}
  .control .rule::after,.control .rule strong{animation:none !important}
}

/* v11: How it works as a GTA-style mission route, not cards */
.how{overflow:hidden;position:relative}
.how::before{
  content:"";
  position:absolute;
  inset:auto -8% 0 -8%;
  height:190px;
  background:
    linear-gradient(165deg,transparent 0 42%,rgba(0,0,0,.08) 42% 44%,transparent 44% 100%),
    repeating-linear-gradient(90deg,rgba(255,255,255,.06) 0 2px,transparent 2px 110px);
  pointer-events:none;
}
.mission-route{
  position:relative;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:42px;
  margin-top:56px;
  padding:34px 8px 28px;
  isolation:isolate;
}
.mission-line{
  position:absolute;
  left:7%;
  right:7%;
  top:78px;
  height:8px;
  background:var(--black);
  box-shadow:0 8px 0 rgba(255,255,255,.35);
  transform:skewX(-13deg);
  z-index:0;
}
.mission-line::after{
  content:"";
  position:absolute;
  left:0;
  top:-4px;
  width:0;
  height:4px;
  background:var(--acid);
  animation:missionProgress 1.1s ease-out .25s forwards;
}
.mission-stop{
  position:relative;
  z-index:1;
  min-width:0;
  display:grid;
  grid-template-columns:auto 1fr;
  gap:18px;
  align-items:start;
}
.mission-stop-2{margin-top:34px}
.mission-stop-3{margin-top:4px}
.mission-marker{
  width:92px;
  height:92px;
  display:grid;
  place-items:center;
  background:var(--acid);
  border:4px solid var(--black);
  box-shadow:7px 7px 0 var(--black);
  transform:rotate(-3deg);
}
.mission-stop-2 .mission-marker{background:#ffd0e3;transform:rotate(2deg)}
.mission-stop-3 .mission-marker{background:#fffdf7;transform:rotate(-1deg)}
.mission-marker span{
  font-family:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;
  font-size:44px;
  line-height:1;
}
.mission-copy{
  padding-top:4px;
  max-width:420px;
}
.mission-status{
  display:inline-block;
  margin-bottom:14px;
  padding:6px 10px;
  border:3px solid var(--black);
  background:var(--black);
  color:white;
  font-family:ui-monospace,SFMono-Regular,Menlo,monospace;
  font-size:11px;
  font-weight:900;
  letter-spacing:.1em;
  box-shadow:4px 4px 0 rgba(255,255,255,.35);
  transform:rotate(-1deg);
}
.mission-stop-2 .mission-status{background:var(--pink);color:var(--black)}
.mission-stop-3 .mission-status{background:var(--white);color:var(--black)}
.mission-copy h3{
  margin:0 0 10px;
  font-family:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;
  text-transform:uppercase;
  font-size:clamp(30px,3.1vw,46px);
  line-height:.95;
  color:white;
  -webkit-text-stroke:1.5px var(--black);
  text-shadow:4px 4px 0 var(--black);
}
.mission-copy p{
  margin:0;
  max-width:360px;
  font-size:17px;
  font-weight:700;
  line-height:1.45;
  color:#eef2ff;
}
.mission-stop::after{
  content:"";
  position:absolute;
  left:45px;
  top:92px;
  width:3px;
  height:0;
  background:var(--black);
  opacity:.45;
}
@media (hover:hover){
  .mission-stop{transition:transform .18s ease}
  .mission-stop:hover{transform:translateY(-8px)}
  .mission-stop:hover .mission-marker{box-shadow:11px 11px 0 var(--black)}
}
@keyframes missionProgress{to{width:100%}}

@media(max-width:900px){
  .mission-route{gap:28px}
  .mission-marker{width:78px;height:78px}
  .mission-marker span{font-size:38px}
  .mission-line{top:70px}
}

@media(max-width:680px){
  .mission-route{
    display:grid;
    grid-template-columns:1fr;
    gap:26px;
    margin-top:32px;
    padding:10px 0 8px 16px;
  }
  .mission-line{
    left:48px;
    right:auto;
    top:20px;
    bottom:24px;
    width:7px;
    height:auto;
    transform:none;
    box-shadow:7px 0 0 rgba(255,255,255,.22);
  }
  .mission-line::after{
    left:2px;
    top:0;
    width:3px;
    height:0;
    animation:missionProgressMobile 1.1s ease-out .2s forwards;
  }
  .mission-stop,.mission-stop-2,.mission-stop-3{
    margin-top:0;
    grid-template-columns:76px 1fr;
    gap:14px;
  }
  .mission-marker{width:68px;height:68px;box-shadow:5px 5px 0 var(--black)}
  .mission-marker span{font-size:34px}
  .mission-copy{padding-top:0;padding-right:6px}
  .mission-copy h3{font-size:30px;line-height:1}
  .mission-copy p{font-size:16px;max-width:none}
  .mission-status{font-size:10px;margin-bottom:10px}
}
@keyframes missionProgressMobile{to{height:100%}}

@media(prefers-reduced-motion:reduce){
  .mission-line::after{animation:none;width:100%;height:100%}
  .mission-stop{transition:none}
}


/* v12 — keep mascot visible, prevent orphan words, loosen control title */
.keep-together{white-space:nowrap}
.case p{
  text-wrap:balance;
  max-width:100%;
}

/* Reserve a clean right-side mascot zone on desktop so the cocktail robot is not hidden by card 03. */
.cases::after{
  right:6px !important;
  bottom:0 !important;
  width:clamp(210px,18vw,320px) !important;
  height:clamp(300px,30vw,480px) !important;
  z-index:3 !important;
}
.cases-head{padding-right:clamp(0px,4vw,80px)}
.usecase-stage{
  padding:16px clamp(245px,19vw,330px) 18px 22px !important;
}
.case-rail{
  width:100% !important;
  max-width:none !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
}
.case{
  min-width:0 !important;
}

/* More breathing room between the control headline lines. */
.control h2.display{
  line-height:1.02 !important;
  margin-bottom:30px !important;
}

@media(max-width:1180px){
  .cases::after{
    width:220px !important;
    height:340px !important;
    right:-12px !important;
  }
  .usecase-stage{
    padding:14px 180px 16px 12px !important;
  }
}

@media(max-width:900px){
  /* On tablet/mobile, place the mascot below the cards instead of behind them. */
  .cases::after{
    right:8px !important;
    bottom:0 !important;
    width:180px !important;
    height:270px !important;
    z-index:1 !important;
  }
  .usecase-stage{
    padding:8px 8px 230px 8px !important;
  }
  .case-rail{
    grid-template-columns:1fr !important;
    position:relative;
    z-index:2;
  }
  .case p{text-wrap:pretty}
}

@media(max-width:680px){
  .control h2.display{
    line-height:1.06 !important;
    margin-bottom:24px !important;
  }
  .cases::after{
    width:155px !important;
    height:235px !important;
    right:-6px !important;
  }
  .usecase-stage{padding-bottom:205px !important}
}


/* v14: final waitlist section reuses the hero city artwork */
.final{
  background-image:
    linear-gradient(rgba(10,12,18,.22),rgba(10,12,18,.22)),
    url("images/hero-background.png");
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
}
.final:before{display:none}
@media (max-width: 760px){
  .final{
    background-position:center top;
  }
}

/* v16 — founder cleanup, crisp title shadows, mascot in pricing header, new final city background */
.founder{
  padding-top:66px !important;
  padding-bottom:62px !important;
}
.founder-grid{
  gap:44px !important;
  align-items:start !important;
}
.founder h2.display{
  margin-bottom:22px !important;
  line-height:.94 !important;
  text-shadow:6px 6px 0 rgba(255,253,247,.98) !important;
}
.founder h2.display span{
  text-shadow:6px 6px 0 var(--black) !important;
}
.founder-copy{
  margin:0 !important;
  max-width:650px !important;
}
.founder-note{display:none !important;}

.pricing-head{
  min-height:92px;
  align-items:stretch;
}
.pricing-head > div{
  display:flex;
  align-items:center;
}
.pricing-head > div:not(.pricing-robot-cell){
  justify-content:center;
}
.pricing-robot-cell{
  position:relative;
  overflow:visible;
  padding:0 10px !important;
  justify-content:center;
}
.pricing-robot-cell img{
  display:block;
  width:min(100%,300px);
  height:92px;
  object-fit:contain;
  object-position:center bottom;
  transform:translateY(2px);
  pointer-events:none;
}

.final{
  padding-top:74px !important;
  padding-bottom:74px !important;
  background-image:
    linear-gradient(rgba(10,12,18,.30),rgba(10,12,18,.38)),
    url("images/final-city-bg.png") !important;
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
}
.final h2.display{
  line-height:.94 !important;
  text-shadow:6px 6px 0 rgba(255,253,247,.98) !important;
}
.final h2.display span{
  text-shadow:6px 6px 0 var(--black) !important;
}
.final-box{
  margin:0 !important;
}

@media(max-width:980px){
  .founder{
    padding-top:54px !important;
    padding-bottom:52px !important;
  }
  .founder-grid{gap:30px !important;}
  .pricing-head{min-height:78px;}
  .pricing-robot-cell img{height:78px;width:min(100%,240px);}
  .final{
    padding-top:58px !important;
    padding-bottom:58px !important;
    background-position:62% center !important;
  }
}

@media(max-width:680px){
  .founder{
    padding-top:46px !important;
    padding-bottom:46px !important;
  }
  .founder h2.display{
    margin-bottom:16px !important;
    line-height:.98 !important;
    text-shadow:4px 4px 0 rgba(255,253,247,.98) !important;
  }
  .founder h2.display span{ text-shadow:4px 4px 0 var(--black) !important; }
  .pricing-head{min-height:66px;}
  .pricing-robot-cell img{height:64px;width:min(100%,180px);}
  .final{
    padding-top:48px !important;
    padding-bottom:48px !important;
    background-position:70% center !important;
  }
  .final h2.display{
    line-height:.98 !important;
    text-shadow:4px 4px 0 rgba(255,253,247,.98) !important;
  }
  .final h2.display span{ text-shadow:4px 4px 0 var(--black) !important; }
}

/* v17 — GTA mission-map How it works, responsive HTML layers */
.how-gta{
  position:relative;
  min-height:830px;
  padding:62px 0 54px;
  overflow:hidden;
  background:#1557ef;
  isolation:isolate;
}
.how-gta::before{display:none!important}
.how-gta-bg{
  position:absolute;
  inset:0;
  z-index:-3;
  background-image:linear-gradient(rgba(10,35,135,.20),rgba(10,35,135,.28)),url('images/how-bg.png');
  background-size:cover;
  background-position:center 58%;
}
.how-gta-bg::after{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 48% 54%,transparent 0 34%,rgba(6,21,77,.16) 100%);
  pointer-events:none;
}
.how-gta-inner{position:relative;min-height:710px}
.how-gta-head{position:relative;z-index:6;width:min(790px,58%)}
.how-gta .eyebrow{margin-bottom:14px;transform:rotate(-2deg)}
.how-gta h2{
  margin:0;
  color:#fffdf7;
  font-size:clamp(68px,6.1vw,108px);
  line-height:.88;
  -webkit-text-stroke:2px var(--black);
  text-shadow:7px 7px 0 var(--black),12px 12px 0 rgba(255,87,181,.8);
}
.gta-route{position:absolute;inset:190px 0 0;z-index:2}
.gta-road{
  position:absolute;
  z-index:1;
  left:19%;
  top:80px;
  width:69%;
  height:auto;
  object-fit:contain;
  pointer-events:none;
  filter:drop-shadow(0 8px 0 rgba(0,0,0,.28));
}
.gta-car{
  position:absolute;
  z-index:4;
  left:48%;
  top:55px;
  width:170px;
  height:auto;
  transform:translateX(-50%) rotate(2deg);
  filter:drop-shadow(6px 8px 0 rgba(0,0,0,.35));
  animation:gtaCarFloat 2.8s ease-in-out infinite;
}
@keyframes gtaCarFloat{50%{transform:translate(-50%,-5px) rotate(1deg)}}
.gta-step{position:absolute;z-index:3}
.gta-step-1{left:1.5%;top:165px;width:29%}
.gta-step-2{left:36.5%;top:245px;width:27%}
.gta-step-3{right:1.5%;top:165px;width:27%}
.gta-num{
  position:absolute;
  z-index:5;
  left:10px;
  top:-78px;
  font-family:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;
  font-size:88px;
  line-height:1;
  color:var(--acid);
  -webkit-text-stroke:3px var(--black);
  text-shadow:7px 7px 0 var(--black);
  transform:rotate(-2deg);
}
.gta-panel{
  position:relative;
  min-height:310px;
  padding:44px 32px 28px;
  border:4px solid var(--black);
  background:#fffaf0;
  box-shadow:10px 10px 0 var(--black);
  clip-path:polygon(0 2%,97% 0,100% 94%,94% 100%,4% 98%,0 91%);
}
.gta-step-2 .gta-panel{background:var(--acid);transform:rotate(1deg)}
.gta-step-3 .gta-panel{background:#f58abe;transform:rotate(-1deg)}
.gta-panel h3{
  margin:0 0 24px;
  font-family:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;
  text-transform:uppercase;
  font-size:clamp(34px,2.45vw,50px);
  line-height:.92;
  color:var(--black);
}
.gta-panel p{
  margin:0;
  max-width:360px;
  color:#222732;
  font-size:18px;
  line-height:1.38;
  font-weight:700;
}
.gta-tags{display:flex;gap:10px;margin-top:28px;flex-wrap:wrap}
.gta-tags span,.gta-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:3px solid var(--black);
  background:var(--black);
  color:var(--acid);
  font-family:ui-monospace,SFMono-Regular,Menlo,monospace;
  font-weight:1000;
  letter-spacing:.06em;
}
.gta-tags span{padding:8px 11px;font-size:12px}
.gta-icon{
  position:absolute;
  top:20px;
  right:20px;
  min-width:58px;
  height:52px;
  padding:0 9px;
  color:#ff6db7;
  font-size:14px;
  box-shadow:4px 4px 0 rgba(0,0,0,.25);
}
.gta-step-3 .gta-icon{font-size:28px;color:var(--acid)}
@media(hover:hover){
  .gta-panel{transition:transform .18s ease,box-shadow .18s ease}
  .gta-step:hover .gta-panel{transform:translateY(-8px) rotate(0);box-shadow:14px 14px 0 var(--black)}
}

@media(max-width:1050px){
  .how-gta{min-height:790px}
  .how-gta h2{font-size:clamp(60px,7.5vw,86px)}
  .how-gta-head{width:68%}
  .gta-route{top:175px}
  .gta-road{left:16%;top:110px;width:76%}
  .gta-car{width:145px;top:88px}
  .gta-step-1{left:1%;top:190px;width:31%}
  .gta-step-2{left:35%;top:255px;width:30%}
  .gta-step-3{right:1%;top:190px;width:30%}
  .gta-panel{min-height:300px;padding:42px 24px 24px}
  .gta-num{font-size:74px;top:-66px}
}

@media(max-width:760px){
  .how-gta{
    min-height:0;
    padding:54px 0 46px;
    background:#1557ef;
  }
  .how-gta-bg{
    background-image:linear-gradient(rgba(10,35,135,.18),rgba(10,35,135,.30)),url('images/how-bg.png');
    background-size:auto 100%;
    background-position:62% center;
  }
  .how-gta-inner{min-height:0}
  .how-gta-head{width:100%;padding-right:8px}
  .how-gta h2{
    font-size:clamp(50px,15vw,70px);
    line-height:.91;
    text-shadow:5px 5px 0 var(--black),8px 8px 0 rgba(255,87,181,.72);
  }
  .gta-route{
    position:relative;
    inset:auto;
    margin-top:46px;
    padding:0 0 4px 58px;
    display:grid;
    gap:54px;
  }
  .gta-route::before{
    content:"";
    position:absolute;
    z-index:0;
    left:21px;
    top:24px;
    bottom:26px;
    width:30px;
    border:5px solid var(--pink);
    border-radius:22px;
    background:var(--black);
    box-shadow:4px 4px 0 rgba(0,0,0,.3);
  }
  .gta-route::after{
    content:"";
    position:absolute;
    z-index:1;
    left:34px;
    top:42px;
    bottom:44px;
    border-left:3px dashed #fffdf7;
  }
  .gta-road{display:none}
  .gta-car{
    position:absolute;
    left:36px;
    top:31%;
    width:80px;
    transform:translateX(-50%) rotate(88deg);
    z-index:4;
    animation:none;
  }
  .gta-step,.gta-step-1,.gta-step-2,.gta-step-3{
    position:relative;
    inset:auto;
    width:auto;
    z-index:3;
  }
  .gta-num{
    left:-58px;
    top:-20px;
    font-size:58px;
    -webkit-text-stroke:2px var(--black);
    text-shadow:5px 5px 0 var(--black);
  }
  .gta-panel,.gta-step-2 .gta-panel,.gta-step-3 .gta-panel{
    min-height:0;
    padding:34px 22px 24px;
    transform:none;
    clip-path:polygon(0 1%,98% 0,100% 94%,94% 100%,3% 99%,0 92%);
  }
  .gta-panel h3{font-size:34px;line-height:.96;margin-bottom:16px}
  .gta-panel p{font-size:16px;line-height:1.4;max-width:none}
  .gta-icon{top:14px;right:14px;min-width:48px;height:42px;font-size:11px}
  .gta-step-3 .gta-icon{font-size:24px}
  .gta-tags{margin-top:20px}
}

@media(max-width:420px){
  .gta-route{padding-left:50px;gap:46px}
  .gta-route::before{left:17px;width:26px}
  .gta-route::after{left:29px}
  .gta-car{left:30px;width:72px}
  .gta-num{left:-50px;font-size:52px}
  .gta-panel{padding-left:18px;padding-right:18px}
}

/* v18 — requested visual refinements */
/* HOW IT WORKS: use the new transparent car and tighten the three mission panels. */
@media (min-width:761px){
  .how-gta{
    min-height:750px !important;
    padding-top:54px !important;
    padding-bottom:42px !important;
  }
  .how-gta-inner{min-height:640px !important;}
  .gta-route{inset:175px 0 0 !important;}
  .gta-road{top:72px !important;}
  .gta-car{
    width:188px !important;
    top:34px !important;
    filter:drop-shadow(6px 8px 0 rgba(0,0,0,.34)) !important;
  }
  .gta-step-1{top:150px !important;width:27.5% !important;}
  .gta-step-2{top:220px !important;width:26% !important;}
  .gta-step-3{top:150px !important;width:26% !important;}
  .gta-panel{
    min-height:248px !important;
    padding:34px 26px 22px !important;
  }
  .gta-panel h3{margin-bottom:16px !important;}
  .gta-panel p{font-size:17px !important;line-height:1.34 !important;}
  .gta-tags{margin-top:18px !important;gap:8px !important;}
  .gta-tags span{padding:6px 9px !important;font-size:11px !important;}
  .gta-icon{top:16px !important;right:16px !important;height:46px !important;min-width:52px !important;}
}

/* Founder mascot: separate dark joints from the black pricing header without changing the artwork. */
.pricing-robot-cell{
  background:radial-gradient(ellipse at center,rgba(101,212,255,.24) 0%,rgba(255,253,247,.10) 38%,transparent 72%);
}
.pricing-robot-cell img{
  filter:
    drop-shadow(0 0 2px rgba(255,255,255,.98))
    drop-shadow(0 0 7px rgba(101,212,255,.95))
    drop-shadow(0 0 14px rgba(101,212,255,.48));
}

/* Final headline: the second line is intentionally pink. */
.final h2.display span{
  color:var(--pink) !important;
  text-shadow:6px 6px 0 var(--black) !important;
}

/* Footer logo: same asset as header, only increase edge separation on the dark footer. */
.footer-brand .brand-mark{
  width:46px;
  height:42px;
  flex-basis:46px;
}
.footer-brand .brand-mark img{
  width:100%;
  height:100%;
  object-fit:contain;
  filter:
    drop-shadow(0 0 1px rgba(255,253,247,1))
    drop-shadow(0 0 4px rgba(255,253,247,.42));
  transform:translateZ(0);
}

@media(max-width:760px){
  .gta-car{
    width:86px !important;
    object-fit:contain;
  }
  .gta-panel{
    padding:28px 22px 22px !important;
  }
  .pricing-robot-cell img{
    filter:
      drop-shadow(0 0 2px rgba(255,255,255,.98))
      drop-shadow(0 0 6px rgba(101,212,255,.9));
  }
  .final h2.display span{text-shadow:4px 4px 0 var(--black) !important;}
  .footer-brand .brand-mark{width:38px;height:36px;flex-basis:38px;}
}

/* v19 — How it works alignment fix */
@media (min-width:761px){
  /* Lower the white FUND panel so it masks the exposed lower-left road edge. */
  .gta-step-1{top:182px !important;}
  /* Move the car to the right along the top road segment. */
  .gta-car{left:54% !important;}
}

/* v20 — MOBILE ONLY: hero composition + left-opening drawer + tighter first screen */
@media (max-width:760px){
  /* Header stays exactly the same visually; the drawer grows leftward from the hamburger. */
  .mobile-menu{
    left:auto !important;
    right:0 !important;
    width:min(82vw,320px) !important;
    max-width:calc(100vw - 18px) !important;
    border-left:4px solid var(--black) !important;
    border-right:0 !important;
    padding:76px 22px 24px !important;
    transform:translateX(105%) !important;
    box-shadow:-10px 0 0 rgba(11,13,18,.22) !important;
    overflow-x:hidden !important;
  }
  body.menu-open .mobile-menu{transform:translateX(0) !important;}
  .mobile-menu > a:not(.btn){
    width:100% !important;
    white-space:normal !important;
    overflow:visible !important;
  }
  .mobile-menu-cta{display:none !important;}

  /* Hero: same desktop artwork, but keep the robot on the right and reserve a clean copy column on the left. */
  .hero-v8{
    min-height:0 !important;
    height:auto !important;
    overflow:hidden !important;
    background:#a84d9d !important;
  }
  .hero-v8-bg{
    position:absolute !important;
    inset:0 !important;
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:72% center !important;
    z-index:0 !important;
  }
  .hero-v8-overlay{
    position:relative !important;
    inset:auto !important;
    width:min(calc(100% - 28px),var(--max)) !important;
    min-height:0 !important;
    margin:0 auto !important;
    padding:28px 0 34px !important;
    display:block !important;
  }
  .hero-v8-copy{
    width:64% !important;
    max-width:64% !important;
    min-width:0 !important;
  }
  .hero-v8-eyebrow{
    width:max-content !important;
    max-width:100% !important;
    margin:0 0 16px !important;
    font-size:clamp(9px,2.45vw,11px) !important;
    line-height:1.08 !important;
    padding:8px 10px !important;
  }
  .hero-v8-title{
    width:100% !important;
    max-width:none !important;
    margin:0 0 18px !important;
    font-size:clamp(39px,10.8vw,56px) !important;
    line-height:.91 !important;
    letter-spacing:-.02em !important;
  }
  .hero-v8-title br{display:none !important;}
  .hero-v8-title .hero-blue{display:block !important;}
  .hero-v8-lead{
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    padding:13px 14px !important;
    font-size:clamp(12px,3.15vw,14px) !important;
    line-height:1.34 !important;
  }
  .hero-v8-main-cta{
    display:inline-flex !important;
    width:auto !important;
    max-width:100% !important;
    margin:18px 0 0 !important;
    padding:13px 16px !important;
    font-size:clamp(11px,3vw,14px) !important;
    white-space:nowrap !important;
  }
}

@media (max-width:520px){
  .hero-v8-bg{object-position:70% center !important;}
  .hero-v8-overlay{padding-top:24px !important;padding-bottom:28px !important;}
  .hero-v8-copy{width:62% !important;max-width:62% !important;}
  .hero-v8-title{font-size:clamp(36px,10.7vw,49px) !important;}
  .hero-v8-lead{font-size:12px !important;padding:12px !important;}
  .hero-v8-main-cta{font-size:11px !important;padding:12px 13px !important;}
}

@media (max-width:390px){
  .mobile-menu{width:min(86vw,300px) !important;}
  .hero-v8-bg{object-position:69% center !important;}
  .hero-v8-copy{width:61% !important;max-width:61% !important;}
  .hero-v8-title{font-size:clamp(34px,10.5vw,44px) !important;}
}

/* v21 — MOBILE ONLY refinements: compact Why / terminal / use-cases.
   Desktop is untouched except the requested semantic color split in the use-cases heading. */

/* Correct heading color grouping on every viewport:
   “WHERE YOUR AI AGENT” = one treatment, “CAN PAY” = the second treatment. */
.cases-title .title-dark{
  color:var(--black) !important;
  -webkit-text-stroke:0 !important;
  text-shadow:4px 4px 0 rgba(255,253,247,.95) !important;
}
.cases-title .title-accent{
  color:var(--white) !important;
  -webkit-text-stroke:2px var(--black) !important;
  paint-order:stroke fill;
  text-shadow:5px 5px 0 var(--black) !important;
}

@media (max-width:760px){
  /* WHY: do not stack a large mascot above a long heading on a phone. */
  .intro{
    padding:28px 0 18px !important;
  }
  .why-grid{
    display:block !important;
    min-height:0 !important;
  }
  .why-robot{
    display:none !important;
  }
  .why-copy{
    display:block !important;
    width:100% !important;
  }
  .why-copy h2{
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    font-size:clamp(36px,10.7vw,49px) !important;
    line-height:1.06 !important;
    letter-spacing:-.015em !important;
    text-wrap:balance;
  }
  .why-copy h2 br{
    display:block !important;
  }
  .why-copy .no-break{
    white-space:nowrap !important;
  }
  .split{
    padding:0 0 30px !important;
  }
  .split-grid{
    gap:12px !important;
  }
  .panel{
    min-height:0 !important;
    padding:18px 16px !important;
  }
  .panel-label{
    margin-bottom:14px !important;
  }
  .flow{
    gap:7px !important;
  }

  /* PAYMENT ACCESS: remove the dead area and keep the final words together visually. */
  .mechanic{
    padding-top:38px !important;
    padding-bottom:38px !important;
  }
  .mechanic-grid{
    gap:14px !important;
  }
  .mechanic-copy-col h2{
    margin-bottom:16px !important;
    line-height:1.04 !important;
  }
  .type-terminal{
    margin-top:0 !important;
    min-height:0 !important;
  }
  .type-terminal-head{
    padding:10px 12px !important;
    font-size:10px !important;
  }
  .type-terminal-body{
    min-height:0 !important;
    padding:14px 12px 15px !important;
    font-size:12.5px !important;
    line-height:1.42 !important;
    align-items:flex-start !important;
  }
  .typewriter-text{
    white-space:normal !important;
    text-wrap:pretty;
  }
  .board{
    margin-top:0 !important;
  }

  /* USE CASES: no artificial card height / no huge empty tail for decoration. */
  .cases{
    padding-top:30px !important;
    padding-bottom:28px !important;
  }
  .cases-head{
    margin-bottom:16px !important;
  }
  .cases-title{
    max-width:none !important;
    font-size:clamp(38px,11.1vw,51px) !important;
    line-height:1.04 !important;
    text-wrap:balance;
  }
  .cases-title .title-dark,
  .cases-title .title-accent{
    display:block !important;
  }
  .cases-title .title-dark{
    text-shadow:3px 3px 0 rgba(255,253,247,.95) !important;
  }
  .cases-title .title-accent{
    -webkit-text-stroke:1.5px var(--black) !important;
    text-shadow:3px 3px 0 var(--black) !important;
  }
  .cases::after{
    display:none !important;
  }
  .usecase-stage{
    padding:0 !important;
  }
  .case-rail{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:12px !important;
    width:100% !important;
    margin:0 !important;
  }
  .case{
    width:100% !important;
    min-width:0 !important;
    min-height:0 !important;
    height:auto !important;
    display:block !important;
    padding:17px 16px 16px !important;
  }
  .case-index{
    margin:0 0 10px !important;
    line-height:1 !important;
  }
  .case > div:last-child{
    display:block !important;
  }
  .case h3{
    min-height:0 !important;
    margin:0 0 10px !important;
    font-size:clamp(25px,7.4vw,31px) !important;
    line-height:1 !important;
    text-wrap:balance;
  }
  .case p{
    margin:0 !important;
    font-size:14px !important;
    line-height:1.38 !important;
    text-wrap:pretty;
  }
  .case-detail{
    margin-top:14px !important;
    padding-top:12px !important;
  }
  .case .keep-together{
    white-space:nowrap !important;
  }
}

@media (max-width:420px){
  .why-copy h2{
    font-size:clamp(34px,10.3vw,44px) !important;
    line-height:1.07 !important;
  }
  .type-terminal-body{
    font-size:12px !important;
    padding-left:10px !important;
    padding-right:10px !important;
  }
  .cases-title{
    font-size:clamp(36px,10.6vw,46px) !important;
  }
  .case{
    padding:15px 14px !important;
  }
}

/* v22 — MOBILE ONLY. Desktop remains unchanged. */
@media (max-width:760px){
  /* 1. Use cases: remove the standalone cocktail mascot and its reserved dead space. */
  .cases::after{
    display:none !important;
    content:none !important;
    background:none !important;
    width:0 !important;
    height:0 !important;
  }
  .usecase-stage{
    padding:0 !important;
    margin:0 !important;
  }
  .cases{
    padding-bottom:28px !important;
  }

  /* 2–3. How it works: mobile-only car, pointed down the vertical route and clear of 02. */
  .gta-car{
    content:url('images/how-car-mobile.png') !important;
    left:31px !important;
    top:24% !important;
    width:62px !important;
    height:auto !important;
    transform:translateX(-50%) rotate(90deg) !important;
    transform-origin:center center !important;
    z-index:5 !important;
    filter:drop-shadow(4px 5px 0 rgba(0,0,0,.32)) !important;
  }

  /* 4. Founder tier: real phone layout, no horizontal scrolling/cropping. */
  .founder{
    padding:38px 0 34px !important;
    overflow:hidden !important;
  }
  .founder-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:22px !important;
    min-width:0 !important;
  }
  .founder-grid > *{
    min-width:0 !important;
  }
  .founder h2.display{
    width:100% !important;
    max-width:none !important;
    margin:0 0 14px !important;
    font-size:clamp(39px,11.5vw,52px) !important;
    line-height:.98 !important;
    letter-spacing:-.015em !important;
    overflow-wrap:normal !important;
    word-break:normal !important;
    text-wrap:balance !important;
  }
  .founder h2.display br{display:block !important;}
  .founder h2.display span{
    display:block !important;
    font-size:.92em !important;
    line-height:1.02 !important;
  }
  .founder-copy{
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    font-size:15px !important;
    line-height:1.4 !important;
    text-wrap:pretty !important;
  }
  .pricing-card{
    width:100% !important;
    min-width:0 !important;
    overflow:visible !important;
    margin:0 !important;
    box-shadow:7px 7px 0 var(--black) !important;
  }
  .pricing-head{
    min-width:0 !important;
    min-height:0 !important;
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    grid-template-areas:
      'robot robot'
      'standard founder' !important;
    font-size:16px !important;
  }
  .pricing-head > div{
    min-width:0 !important;
    padding:10px 8px !important;
    border-right:3px solid var(--black) !important;
    justify-content:center !important;
    text-align:center !important;
  }
  .pricing-head > div:last-child{border-right:0 !important;}
  .pricing-robot-cell{
    grid-area:robot !important;
    height:72px !important;
    padding:2px 8px 0 !important;
    border-right:0 !important;
    border-bottom:3px solid var(--black) !important;
    overflow:hidden !important;
  }
  .pricing-robot-cell img{
    width:190px !important;
    max-width:75% !important;
    height:70px !important;
    object-fit:contain !important;
    transform:none !important;
  }
  .pricing-head > div:nth-child(2){grid-area:standard !important;}
  .pricing-head > div:nth-child(3){grid-area:founder !important;background:var(--acid) !important;color:var(--black) !important;}

  .pricing-row{
    min-width:0 !important;
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    grid-template-areas:
      'label label'
      'standard founder' !important;
    border-top:3px solid var(--black) !important;
  }
  .pricing-row > div{
    min-width:0 !important;
    padding:11px 10px !important;
    border-right:3px solid var(--black) !important;
    font-size:13px !important;
    line-height:1.25 !important;
    overflow-wrap:anywhere !important;
  }
  .pricing-row > div:last-child{border-right:0 !important;}
  .pricing-row .label-cell{
    grid-area:label !important;
    border-right:0 !important;
    border-bottom:3px solid var(--black) !important;
    font-size:10px !important;
    padding:8px 10px !important;
  }
  .pricing-row > div:nth-child(2){grid-area:standard !important;}
  .pricing-row > div:nth-child(3){grid-area:founder !important;}

  /* 5. Final form: remove the two crossed-out copy blocks on mobile and separate fill from Founder. */
  .final{
    padding:34px 0 !important;
  }
  .final-box{
    padding:20px !important;
    gap:18px !important;
    background:#ffd7e7 !important;
    box-shadow:7px 7px 0 var(--black) !important;
  }
  .final-box > div:first-child > p{
    display:none !important;
  }
  .form-note{
    display:none !important;
  }
  .final h2.display{
    margin-bottom:0 !important;
    font-size:clamp(42px,12vw,56px) !important;
    line-height:.96 !important;
  }
  .form{
    gap:10px !important;
  }
  .form input,
  .form textarea{
    background:#fffdf7 !important;
  }
  .form textarea{
    min-height:106px !important;
  }
}

@media (max-width:420px){
  .gta-car{
    left:28px !important;
    top:24.5% !important;
    width:56px !important;
  }
  .founder h2.display{
    font-size:clamp(36px,10.8vw,46px) !important;
  }
  .pricing-robot-cell{
    height:64px !important;
  }
  .pricing-robot-cell img{
    height:62px !important;
    width:170px !important;
  }
  .pricing-row > div{
    font-size:12px !important;
  }
  .final-box{
    padding:17px !important;
  }
}

/* v23 — requested desktop + mobile refinements */

/* DESKTOP ONLY: tighten GTA alignment and soften the final form panel. */
@media (min-width:761px){
  /* 01 lower to fully cover the exposed road edge. */
  .gta-step-1{top:202px !important;}
  /* 02 slightly higher so it sits naturally on the route. */
  .gta-step-2{top:196px !important;}

  /* Let the city show through instead of a flat opaque slab. */
  .final-box{
    background:rgba(255,253,247,.89) !important;
    -webkit-backdrop-filter:blur(2px);
    backdrop-filter:blur(2px);
  }
}

/* MOBILE ONLY */
@media (max-width:760px){
  /* Hero: zoom the artwork out a little so the robot/card composition fits better. */
  .hero-v8{
    background:#9c4b9b !important;
  }
  .hero-v8-bg{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:73% center !important;
    transform:scale(.94) !important;
    transform-origin:72% center !important;
  }
  .hero-v8-title{
    line-height:.98 !important;
  }

  /* No car at all in the phone route. */
  .gta-car{display:none !important;}

  /* Founder tier: compact true two-column comparison instead of repeated full-width label rows. */
  .founder-grid{gap:18px !important;}
  .founder-copy{
    max-width:34ch !important;
    text-wrap:balance !important;
  }
  .pricing-card{
    box-shadow:6px 6px 0 var(--black) !important;
  }
  .pricing-head{
    grid-template-areas:
      'robot robot'
      'standard founder' !important;
  }
  .pricing-head > div:nth-child(2),
  .pricing-head > div:nth-child(3){
    padding:10px 6px !important;
    font-size:15px !important;
  }
  .pricing-row{
    grid-template-columns:1fr 1fr !important;
    grid-template-areas:'standard founder' !important;
    border-top:3px solid var(--black) !important;
  }
  .pricing-row .label-cell{
    display:none !important;
  }
  .pricing-row > div:nth-child(2),
  .pricing-row > div:nth-child(3){
    position:relative !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:flex-start !important;
    gap:5px !important;
    min-height:76px !important;
    padding:27px 9px 10px !important;
    font-size:12.5px !important;
    line-height:1.2 !important;
    overflow-wrap:normal !important;
    word-break:normal !important;
    text-wrap:balance !important;
  }
  .pricing-row > div:nth-child(2)::before,
  .pricing-row > div:nth-child(3)::before{
    position:absolute;
    left:9px;
    top:8px;
    font-family:ui-monospace,SFMono-Regular,Menlo,monospace;
    font-size:8px;
    line-height:1;
    letter-spacing:.08em;
    font-weight:900;
    color:#3e4248;
  }
  .pricing-row:nth-of-type(2) > div:nth-child(2)::before,
  .pricing-row:nth-of-type(2) > div:nth-child(3)::before{content:'CARD FEE';}
  .pricing-row:nth-of-type(3) > div:nth-child(2)::before,
  .pricing-row:nth-of-type(3) > div:nth-child(3)::before{content:'ACCESS';}
  .pricing-row:nth-of-type(4) > div:nth-child(2)::before,
  .pricing-row:nth-of-type(4) > div:nth-child(3)::before{content:'PRICING';}
  .pricing-row:nth-of-type(5) > div:nth-child(2)::before,
  .pricing-row:nth-of-type(5) > div:nth-child(3)::before{content:'STATUS';}

  /* Final form: prevent orphan words in the headline and keep the panel visually distinct. */
  .final-box{
    background:#f7bfd7 !important;
  }
  .final h2.display{
    font-size:clamp(36px,10.5vw,48px) !important;
    line-height:1.01 !important;
    text-wrap:balance !important;
  }
  .final h2.display br{display:block !important;}
  .final h2.display span{
    display:block !important;
    white-space:nowrap !important;
    font-size:.88em !important;
    letter-spacing:-.015em !important;
  }
  .form input,
  .form textarea{
    font-size:15px !important;
    line-height:1.28 !important;
  }
  .form textarea::placeholder{
    text-wrap:balance;
  }
}

@media (max-width:420px){
  .hero-v8-bg{
    object-position:74% center !important;
    transform:scale(.92) !important;
  }
  .hero-v8-title{
    line-height:1 !important;
  }
  .pricing-row > div:nth-child(2),
  .pricing-row > div:nth-child(3){
    min-height:72px !important;
    padding-left:8px !important;
    padding-right:8px !important;
    font-size:11.5px !important;
  }
  .pricing-row > div:nth-child(2)::before,
  .pricing-row > div:nth-child(3)::before{left:8px !important;}
  .final h2.display{
    font-size:clamp(34px,10vw,43px) !important;
  }
  .final h2.display span{
    font-size:.84em !important;
  }
}

/* v24 — validated waitlist submission + trackable thank-you modal */
.sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}
.field-error{
  min-height:0;
  margin-top:-4px;
  font:800 12px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;
  color:#b1004e;
}
.form-status{
  min-height:0;
  font:800 12px/1.3 ui-monospace,SFMono-Regular,Menlo,monospace;
  color:#b1004e;
}
.form input.is-invalid,
.form textarea.is-invalid{
  outline:4px solid var(--pink);
  outline-offset:-4px;
}
.form button[disabled]{
  cursor:wait;
  filter:saturate(.82);
}

body.thankyou-open{overflow:hidden;}
.thankyou-modal{
  position:fixed;
  inset:0;
  z-index:9999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:28px;
}
.thankyou-modal.is-open{display:flex;}
.thankyou-backdrop{
  position:absolute;
  inset:0;
  background:rgba(8,10,14,.82);
  backdrop-filter:blur(7px);
}
.thankyou-card{
  position:relative;
  z-index:1;
  width:min(980px,94vw);
  min-height:520px;
  display:grid;
  grid-template-columns:minmax(300px,.88fr) minmax(420px,1.12fr);
  align-items:center;
  gap:20px;
  overflow:hidden;
  padding:38px 44px 38px 26px;
  border:5px solid var(--black);
  background:linear-gradient(135deg,#fffdf7 0 58%,#ffd3e6 58% 100%);
  box-shadow:14px 14px 0 var(--pink), 20px 20px 0 var(--black);
  animation:thankyou-pop .34s cubic-bezier(.2,.85,.2,1) both;
}
.thankyou-card::after{
  content:"MISSION // SUCCESS";
  position:absolute;
  right:-65px;
  bottom:44px;
  transform:rotate(-90deg);
  font:900 12px/1 ui-monospace,SFMono-Regular,Menlo,monospace;
  letter-spacing:.13em;
  color:rgba(8,10,14,.34);
}
.thankyou-close{
  position:absolute;
  top:14px;
  right:16px;
  z-index:5;
  width:46px;
  height:46px;
  border:4px solid var(--black);
  background:var(--acid);
  color:var(--black);
  box-shadow:5px 5px 0 var(--black);
  font:900 30px/34px Arial,sans-serif;
  cursor:pointer;
}
.thankyou-art{
  align-self:end;
  min-width:0;
  display:flex;
  align-items:flex-end;
  justify-content:center;
}
.thankyou-art img{
  display:block;
  width:min(390px,100%);
  max-height:470px;
  object-fit:contain;
  object-position:center bottom;
  filter:drop-shadow(0 12px 0 rgba(8,10,14,.16));
}
.thankyou-copy{position:relative;z-index:2;}
.thankyou-eyebrow{
  display:inline-block;
  margin:0 0 20px;
  background:var(--acid)!important;
  color:var(--black)!important;
}
.thankyou-copy h2.display{
  margin:0 0 22px;
  font-size:clamp(55px,6.2vw,92px);
  line-height:.88;
  letter-spacing:-.025em;
  color:var(--black);
  text-shadow:5px 5px 0 #fff;
}
.thankyou-copy h2.display span{
  color:var(--pink);
  text-shadow:4px 4px 0 var(--black);
}
.thankyou-copy p{
  max-width:34ch;
  margin:0 0 14px;
  font-size:clamp(18px,1.6vw,24px);
  line-height:1.34;
  font-weight:700;
  color:#3f4652;
}
.thankyou-copy .thankyou-strong{
  color:var(--black);
  font-weight:950;
}
@keyframes thankyou-pop{
  from{opacity:0;transform:translateY(22px) scale(.97)}
  to{opacity:1;transform:translateY(0) scale(1)}
}

@media (max-width:760px){
  .thankyou-modal{padding:14px;align-items:center;}
  .thankyou-card{
    width:min(430px,96vw);
    min-height:0;
    max-height:94vh;
    overflow:auto;
    grid-template-columns:1fr;
    gap:4px;
    padding:22px 18px 26px;
    background:linear-gradient(180deg,#fffdf7 0 69%,#ffd3e6 69% 100%);
    box-shadow:7px 7px 0 var(--pink), 11px 11px 0 var(--black);
  }
  .thankyou-card::after{display:none;}
  .thankyou-close{
    width:40px;height:40px;top:10px;right:10px;
    font-size:26px;line-height:30px;
  }
  .thankyou-art{
    order:2;
    max-height:255px;
    overflow:hidden;
    margin-top:4px;
  }
  .thankyou-art img{
    width:min(270px,78vw);
    max-height:280px;
  }
  .thankyou-copy{order:1;padding-top:4px;}
  .thankyou-eyebrow{margin-bottom:14px;}
  .thankyou-copy h2.display{
    padding-right:34px;
    margin-bottom:16px;
    font-size:clamp(38px,11.7vw,55px);
    line-height:.92;
    text-wrap:balance;
  }
  .thankyou-copy h2.display span{
    display:inline-block;
    white-space:normal;
  }
  .thankyou-copy p{
    max-width:none;
    font-size:16px;
    line-height:1.34;
    text-wrap:pretty;
  }
}

@media (prefers-reduced-motion:reduce){
  .thankyou-card{animation:none!important;}
}

/* v25 — desktop alignment/transparency + mobile hero/typewriter/founder refinements */

/* DESKTOP ONLY */
@media (min-width:761px){
  /* Lift 02 as one unit: number + green mission panel. */
  .gta-step-2{top:158px !important;}

  /* More city visible through the form and no oversized dead strip before the footer. */
  .final{
    padding-top:54px !important;
    padding-bottom:24px !important;
  }
  .final-box{
    background:rgba(255,253,247,.70) !important;
    -webkit-backdrop-filter:blur(1.5px) !important;
    backdrop-filter:blur(1.5px) !important;
  }
}

/* MOBILE ONLY */
@media (max-width:760px){
  /* Hero artwork must fill the section edge-to-edge: no exposed purple underlay from scaling. */
  .hero-v8{
    background:#9b4b9a !important;
  }
  .hero-v8-bg{
    inset:0 !important;
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:73% center !important;
    transform:none !important;
    transform-origin:center !important;
  }

  /* Typewriter cursor follows the actual wrapped sentence instead of floating at the far right. */
  .type-terminal-body{
    display:block !important;
  }
  .type-prefix{
    display:inline !important;
    margin-right:7px !important;
  }
  .typewriter-text{
    display:inline !important;
    white-space:normal !important;
  }
  .type-cursor{
    display:inline-block !important;
    width:.62em !important;
    height:1.15em !important;
    margin:0 0 -.18em 4px !important;
    vertical-align:baseline !important;
  }

  /* Founder comparison: visually separate STANDARD with pale blue and remove excessive row height. */
  .pricing-head > div:nth-child(2){
    background:#dff2ff !important;
    color:var(--black) !important;
  }
  .pricing-row > div:nth-child(2){
    background:#e8f6ff !important;
  }
  .pricing-row > div:nth-child(2),
  .pricing-row > div:nth-child(3){
    min-height:58px !important;
    padding-top:24px !important;
    padding-bottom:7px !important;
  }
  .pricing-row > div:nth-child(2)::before,
  .pricing-row > div:nth-child(3)::before{
    top:7px !important;
  }
  .pricing-robot-cell{
    height:58px !important;
  }
  .pricing-robot-cell img{
    height:57px !important;
  }
}

@media (max-width:420px){
  .hero-v8-bg{
    object-position:74% center !important;
    transform:none !important;
  }
  .pricing-row > div:nth-child(2),
  .pricing-row > div:nth-child(3){
    min-height:54px !important;
    padding-top:23px !important;
    padding-bottom:6px !important;
  }
}


/* v26 — thank-you cleanup */
.thankyou-card::after{display:none!important;content:none!important;}
.thankyou-copy h2.display{
  color:var(--pink)!important;
  text-shadow:5px 5px 0 var(--black)!important;
}
.thankyou-copy h2.display span{display:none!important;}

@media (max-width:760px){
  .thankyou-art{
    max-height:none!important;
    overflow:visible!important;
    margin-top:10px!important;
    padding-top:8px!important;
  }
  .thankyou-art img{
    width:min(270px,78vw)!important;
    max-height:none!important;
    height:auto!important;
    object-fit:contain!important;
    object-position:center center!important;
  }
}


/* v27 — thank-you copy hierarchy */
.thankyou-copy h2.display{
  font-size:clamp(44px,5vw,76px)!important;
  line-height:.94!important;
  color:var(--pink)!important;
  text-shadow:5px 5px 0 var(--black)!important;
}
@media (max-width:760px){
  .thankyou-copy h2.display{
    font-size:clamp(39px,11vw,54px)!important;
    line-height:.96!important;
  }
  .thankyou-copy p{font-size:18px!important;line-height:1.35!important;}
}

/* v28 — thank-you title split */
.thankyou-copy h2.display .thankyou-line1,
.thankyou-copy h2.display .thankyou-line2{display:block!important;}
.thankyou-copy h2.display .thankyou-line1{color:var(--pink)!important;text-shadow:5px 5px 0 var(--black)!important;}
.thankyou-copy h2.display .thankyou-line2{color:var(--blue)!important;text-shadow:5px 5px 0 var(--black)!important;}
