/* Prodigy V3 — Figma IFodLAPzPu2Edo5v9QZ0yd · 2026-08-24 */
:root{
  --ink:#0E1116;--accent:#E4572E;--accent-dark:#C13F1B;--chip:#FCEBE4;
  --surface:#F5F7F9;--sand:#F0EFEA;--border:#E2E7EC;--border-2:#C9D2DA;
  --body:#55606E;--strong:#243040;--muted:#4F5860;--faint:#5B6570;--faint-on-dark:#9AA5B0;
  --success:#0C6B44;--success-bg:#E4F4EC;--white:#fff;--dark-2:#161B22;--dark-line:#2A323C;
  --r-btn:8px;--r-card:14px;--r-card-lg:16px;--r-chip:5px;--r-pill:999px;
  --pad-x:clamp(20px,5vw,64px);--max:1440px;--header-h:84px;
  --font-display:"Archivo",system-ui,sans-serif;
  --font-ui:"Inter",system-ui,sans-serif;
  --font-mono:"IBM Plex Mono",ui-monospace,monospace;
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;font-family:var(--font-ui);font-size:16px;line-height:1.6;color:var(--strong);background:var(--white);-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block;height:auto}
a{color:inherit;text-decoration:none}
button{font:inherit;cursor:pointer;border:0;background:none}
ul{margin:0;padding:0;list-style:none}
p,h1,h2,h3,h4{margin:0}
h1,h2,h3,h4{font-family:var(--font-display);font-weight:700;color:var(--ink);letter-spacing:-0.02em}
.shell{width:100%;max-width:var(--max);margin:0 auto;padding-left:var(--pad-x);padding-right:var(--pad-x)}
.eyebrow{font-size:12px;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;color:var(--accent-dark);line-height:1.2}
.eyebrow--on-dark{color:var(--accent)}
.display-xl{font-family:var(--font-display);font-weight:800;font-size:clamp(36px,5.5vw,64px);line-height:1.05;letter-spacing:-1.28px;color:var(--ink)}
.display-m{font-family:var(--font-display);font-weight:700;font-size:clamp(28px,3.5vw,38px);line-height:1.12;letter-spacing:-0.38px;color:var(--ink)}
.heading-l{font-family:var(--font-display);font-weight:700;font-size:24px;line-height:1.25;color:var(--ink)}
.heading-m{font-family:var(--font-display);font-weight:600;font-size:19px;line-height:1.35;color:var(--ink)}
.heading-xl{font-family:var(--font-display);font-weight:700;font-size:clamp(24px,2.5vw,30px);line-height:1.2;letter-spacing:-0.15px;color:var(--ink)}
.body-l{font-size:18px;line-height:1.65;color:var(--body)}
.body-m{font-size:16px;line-height:1.65;color:var(--body)}
.body-s{font-size:14px;line-height:1.6;color:var(--body)}
.mono{font-family:var(--font-mono);font-weight:500;font-size:13px;line-height:1.45}
.muted{color:var(--muted)}.faint{color:var(--faint)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 28px;border-radius:var(--r-btn);font-weight:600;font-size:16px;line-height:1.2;transition:opacity .15s,transform .15s;border:1.5px solid transparent;white-space:nowrap}
.btn:hover{opacity:.92}.btn:active{transform:translateY(1px)}
.btn--primary{background:var(--accent-dark);color:var(--white)}
.btn--dark{background:var(--ink);color:var(--white)}
.btn--ghost{background:transparent;color:var(--ink);border-color:var(--border-2)}
.btn--block{width:100%}
.link-cta{font-weight:600;font-size:16px;color:var(--accent-dark);display:inline-flex;align-items:center;gap:4px}
.link-cta:hover{text-decoration:underline}
.link-on-dark{color:var(--white);font-weight:600;font-size:14px}
.chip{display:inline-flex;align-items:center;gap:8px;padding:7px 14px 7px 12px;background:var(--chip);border-radius:var(--r-pill);font-size:12px;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;color:var(--accent-dark);line-height:1.2}
.chip::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--accent);flex-shrink:0}
.chip--plain::before,.chip--dark::before,.chip--tag::before,.chip--ok::before,.chip--mono::before,.chip--surface::before{display:none}
.chip--dark{background:var(--ink);color:var(--white);border-radius:var(--r-btn);padding:10px 15px;letter-spacing:.14px;text-transform:none;font-size:14px}
.chip--tag{background:var(--chip);color:var(--accent-dark);border-radius:var(--r-chip);padding:5px 10px;letter-spacing:.24px;font-size:12px}
.chip--ok{background:var(--success-bg);color:var(--success);border-radius:var(--r-chip);padding:5px 11px;letter-spacing:.24px}
.chip--mono{background:var(--dark-2);color:var(--accent);border-radius:6px;padding:6px 12px;font-family:var(--font-mono);font-size:13px;text-transform:none;letter-spacing:0}
.chip--surface{background:var(--surface);color:var(--body);border-radius:6px;padding:8px 13px;font-family:var(--font-mono);font-size:13px;text-transform:none;letter-spacing:0}
.num-badge{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;background:var(--chip);border-radius:10px;font-weight:600;font-size:14px;color:var(--accent-dark)}
.site-header{position:sticky;top:0;z-index:50;height:var(--header-h);background:var(--white);border-bottom:1px solid var(--border);display:flex;align-items:center}
.site-header .shell{display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%}
.brand{display:flex;align-items:center;gap:8px;flex-shrink:0}
.brand-seal{width:38px;height:38px;border-radius:9px;background:var(--ink);display:grid;place-items:center;overflow:hidden;flex-shrink:0}
.brand-seal img{width:20px;height:20px}
.brand-seal--lg{width:40px;height:40px;border-radius:10px;background:var(--white)}
.brand-seal--lg img{width:22px;height:22px}
.brand-text{display:flex;flex-direction:column;justify-content:center;gap:0;line-height:1}
.brand-name{display:block;font-family:var(--font-display);font-weight:700;font-size:16px;letter-spacing:.4px;color:var(--ink);line-height:1.05}
.brand-sub{display:block;font-size:8.5px;font-weight:600;letter-spacing:1.1px;color:var(--body);line-height:1.05;margin-top:0}
.nav{display:flex;align-items:center;gap:28px;font-size:15px;font-weight:500;color:var(--strong)}
.nav a:hover,.nav a.is-active{color:var(--accent)}
.header-actions{display:flex;align-items:center;gap:20px}
.nav-toggle{display:none;align-items:center;gap:8px;padding:10px 14px;border:1.5px solid var(--border-2);border-radius:var(--r-btn);font-weight:600;font-size:14px;color:var(--ink)}
.nav-toggle .bars{width:18px;height:12px;display:flex;flex-direction:column;justify-content:space-between}
.nav-toggle .bars span{display:block;height:2px;background:var(--ink);border-radius:1px}
.drawer{display:none;position:fixed;inset:var(--header-h) 0 0 0;background:var(--white);z-index:40;padding:24px var(--pad-x);overflow:auto;border-top:1px solid var(--border)}
.drawer[data-open="1"]{display:block}
.drawer-nav{display:flex;flex-direction:column;gap:4px;margin-bottom:24px}
.drawer-nav a{display:flex;justify-content:space-between;padding:14px 0;border-bottom:1px solid var(--border);font-weight:500;font-size:16px}
.drawer-nav a span:last-child{color:var(--muted);font-size:13px;font-weight:400}
.drawer-cta{width:100%;margin-top:8px}
.site-footer{background:var(--ink);color:var(--white);padding:64px var(--pad-x) 40px}
.footer-cols{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;max-width:var(--max);margin:0 auto}
.footer-brand p{color:var(--faint-on-dark);font-size:15px;line-height:1.6;max-width:300px;margin-top:18px}
.footer-brand .price-line{color:var(--white);font-weight:500;font-size:14px;margin-top:18px}
.footer-brand .brand-name{color:var(--white);font-size:17px;letter-spacing:.4px}
.footer-brand .brand-sub{color:var(--faint-on-dark);font-size:9px;letter-spacing:1.1px;margin-top:0}
.footer-col h4,.footer-col .footer-col-title{font-family:var(--font-ui);font-weight:600;font-size:11px;letter-spacing:1.32px;color:var(--accent);margin-bottom:14px;text-transform:uppercase}
.footer-col a{display:block;font-size:15px;line-height:1.5;color:var(--white);margin-bottom:14px}
.footer-col a:hover{color:var(--accent)}
.footer-rule{height:1px;background:var(--dark-line);max-width:var(--max);margin:44px auto 0}
.footer-legal{max-width:var(--max);margin:20px auto 0;display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;font-size:13px}
.footer-legal .copy{color:var(--faint-on-dark)}
.section{padding:100px var(--pad-x)}
.section--tight{padding:72px var(--pad-x)}
.section--hero{padding:88px var(--pad-x)}
.section--surface{background:var(--surface)}
.section--sand{background:var(--sand)}
.section--ink{background:var(--ink);color:var(--white)}
.section--accent{background:var(--accent-dark);color:var(--white)}
.section-head{margin-bottom:44px}
.section-head .eyebrow{margin-bottom:14px}
.section-head .body-l{margin-top:14px;max-width:680px}
.hero-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:64px;align-items:center;max-width:var(--max);margin:0 auto}
.hero-copy .chip{margin-bottom:26px}
.hero-copy .display-xl{margin-bottom:26px}
.hero-copy .body-l{margin-bottom:26px;max-width:608px}
.hero-ctas{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:28px}
.hero-trust{padding-top:14px}
.hero-trust .label{font-size:12px;font-weight:600;letter-spacing:.24px;text-transform:uppercase;color:var(--muted);margin-bottom:10px}
.browser{background:var(--white);border:1px solid var(--border);border-radius:var(--r-card);box-shadow:0 18px 40px -8px rgba(0,0,0,.1);overflow:hidden}
.browser-bar{background:var(--surface);padding:12px 14px;display:flex;align-items:center;gap:8px}
.browser-dot{width:9px;height:9px;border-radius:50%;background:#C9D2DA}
.browser-url{background:var(--white);border-radius:var(--r-pill);padding:6px 12px;font-family:var(--font-mono);font-size:13px;color:var(--muted)}
.browser-shot{aspect-ratio:16/11;background:var(--surface);overflow:hidden}
.browser-shot img{width:100%;height:100%;object-fit:cover;object-position:top center}
.price-band{max-width:var(--max);margin:0 auto}
.price-band-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:40px;flex-wrap:wrap}
.price-band-head .heading-xl{color:var(--white);margin-top:10px;max-width:640px}
.price-stats{display:grid;grid-template-columns:1fr 1px 1fr 1px 1fr;gap:0}
.price-stat{padding:0 44px 0 0}
.price-stat:nth-child(3),.price-stat:nth-child(5){padding:0 44px}
.price-stat .amt{font-family:var(--font-display);font-weight:800;font-size:clamp(28px,3vw,36px);letter-spacing:-.36px;color:var(--white);line-height:1.05}
.price-stat .amt span{font-weight:600;font-size:19px;color:var(--faint-on-dark);margin-left:6px}
.price-stat .title{font-weight:600;font-size:16px;color:var(--white);margin:12px 0}
.price-stat .desc{font-size:14px;line-height:1.6;color:var(--faint-on-dark);max-width:320px;margin-bottom:12px}
.price-divider{background:var(--dark-line);width:1px}
.cards-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:var(--max);margin:0 auto}
.card{background:var(--white);border:1px solid var(--border);border-radius:var(--r-card);padding:32px;display:flex;flex-direction:column;gap:20px}
.card--flush{padding:0;overflow:hidden;gap:0}
.card--dark{background:var(--ink);border-color:var(--ink);color:var(--white)}
.card--dark .heading-l,.card--dark .heading-m{color:var(--white)}
.card--dark .body-s,.card--dark .body-m{color:var(--faint-on-dark)}
.card-rule{height:1px;background:var(--border);width:100%}
.card--dark .card-rule{background:var(--dark-line)}
.tick-list{display:flex;flex-direction:column;gap:11px}
.tick-list li{display:flex;gap:10px;align-items:flex-start;font-size:14px;line-height:1.6;color:var(--strong)}
.card--dark .tick-list li,.tier--featured .tick-list li{color:var(--white)}
.tick{width:6px;height:6px;border-radius:2px;background:var(--accent);margin-top:8px;flex-shrink:0}
.dont-band{max-width:var(--max);margin:52px auto 0;background:var(--sand);border-radius:var(--r-card);padding:28px 32px;display:flex;justify-content:space-between;align-items:center;gap:40px}
.dont-band .quote{font-family:var(--font-display);font-weight:600;font-size:19px;color:var(--accent-dark);line-height:1.35;flex-shrink:0}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;max-width:var(--max);margin:0 auto}
.step{padding:4px 36px 0 0}
.step:not(:last-child){border-right:1px solid var(--border-2);padding-right:36px}
.step:not(:first-child){padding-left:36px}
.day-chip{display:inline-flex;background:var(--ink);color:var(--white);font-family:var(--font-mono);font-size:13px;padding:5px 11px;border-radius:var(--r-chip);margin-bottom:14px}
.section-head-row{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;flex-wrap:wrap;max-width:var(--max);margin:0 auto 44px}
.pill-note{background:var(--white);border:1px solid var(--border);border-radius:var(--r-pill);padding:12px 18px;font-weight:600;font-size:14px;color:var(--strong)}
.two-col{display:grid;grid-template-columns:1.1fr .9fr;gap:72px;align-items:center;max-width:var(--max);margin:0 auto}
.scorecard{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-card-lg);padding:32px 40px;display:flex;flex-direction:column;gap:26px}
.scorecard-head{display:flex;justify-content:space-between;align-items:center}
.gauges{display:flex;gap:26px;flex-wrap:wrap;justify-content:center}
.gauge{display:flex;flex-direction:column;align-items:center;gap:12px}
.gauge-ring{width:86px;height:86px;border-radius:50%;background:conic-gradient(var(--success) calc(var(--p)*1%), #E2E7EC 0);display:grid;place-items:center;position:relative}
.gauge-ring::before{content:"";position:absolute;inset:8px;background:var(--surface);border-radius:50%}
.gauge-ring span{position:relative;font-family:var(--font-display);font-weight:700;font-size:26px;color:var(--success);line-height:1}
.work-shot{height:250px;overflow:hidden;background:var(--surface)}
.work-shot img{width:100%;height:100%;object-fit:cover;object-position:top center}
.work-body{padding:26px 26px 28px;display:flex;flex-direction:column;gap:12px}
.cta-band{max-width:var(--max);margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:40px;flex-wrap:wrap}
.cta-band .display-m{color:var(--white);max-width:700px}
.cta-band .body-l{color:#FFFFFF;margin-top:14px;max-width:640px}
.cta-actions{display:flex;flex-direction:column;align-items:flex-end;gap:12px}
.cta-actions .note{font-size:14px;color:#FFFFFF}
.page-hero{text-align:center;padding:88px var(--pad-x) 76px;background:var(--surface)}
.page-hero .eyebrow{margin-bottom:22px}
.page-hero .display-xl{margin-bottom:22px;max-width:1000px;margin-left:auto;margin-right:auto}
.page-hero .body-l{max-width:760px;margin:0 auto}
.tiers{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:var(--max);margin:0 auto}
.tier{display:flex;flex-direction:column;gap:24px;padding:34px;border-radius:var(--r-card-lg);border:1px solid var(--border);background:var(--white)}
.tier--featured{background:var(--ink);border-color:var(--ink);color:var(--white)}
.tier--featured .heading-l{color:var(--white)}
.tier--featured .body-m{color:var(--faint-on-dark)}
.price-xl{font-family:var(--font-display);font-weight:800;font-size:clamp(40px,4.5vw,54px);letter-spacing:-1.08px;line-height:1;color:var(--ink)}
.tier--featured .price-xl{color:var(--white)}
.price-xl .unit{font-family:var(--font-ui);font-weight:400;font-size:16px;color:var(--muted);margin-left:8px;letter-spacing:0}
.tier--featured .price-xl .unit{color:var(--faint-on-dark)}
.tier-top{display:flex;justify-content:space-between;align-items:center;gap:12px}
.addon-band{max-width:var(--max);margin:24px auto 0;background:var(--sand);border-radius:var(--r-card-lg);padding:34px 40px;display:flex;justify-content:space-between;align-items:center;gap:32px;flex-wrap:wrap}
.faq-grid{display:flex;flex-direction:column;gap:20px;max-width:var(--max);margin:0 auto}
.faq-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.faq-card{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:28px 30px;display:flex;flex-direction:column;gap:10px}
.form{display:flex;flex-direction:column;gap:16px;max-width:560px}
.form label{display:flex;flex-direction:column;gap:6px;font-size:14px;font-weight:600;color:var(--strong)}
.form input,.form textarea,.form select{font:inherit;padding:14px 16px;border:1.5px solid var(--border-2);border-radius:var(--r-btn);background:var(--white);color:var(--ink)}
.form input:focus,.form textarea:focus,.form select:focus{outline:2px solid var(--accent);outline-offset:1px;border-color:var(--accent)}
.form textarea{min-height:140px;resize:vertical}
.hp{position:absolute;left:-9999px;opacity:0;height:0;width:0;overflow:hidden}
.split{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center;max-width:var(--max);margin:0 auto}
.split .tick-list li{font-size:16px}
.report-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r-card-lg);padding:30px 32px;box-shadow:0 14px 34px -8px rgba(0,0,0,.08)}
.report-row{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid var(--border);font-size:14px}
.report-row:last-child{border-bottom:0}
.report-row .k{color:var(--body)}.report-row .v{font-weight:600;color:var(--ink);text-align:right}
.ad-match{background:var(--white);border:1px solid var(--border);border-radius:var(--r-card-lg);padding:36px;box-shadow:0 14px 34px -8px rgba(0,0,0,.08);display:flex;flex-direction:column;align-items:center;gap:16px}
.ad-box{background:var(--surface);border-radius:10px;padding:18px 20px;width:100%}
.page-box{background:var(--ink);border-radius:10px;padding:22px 20px;width:100%;color:var(--white)}
.speed-form{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.speed-form input{flex:1;min-width:220px;padding:16px 18px;border:1.5px solid var(--border-2);border-radius:var(--r-btn);font:inherit}
.pay-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;max-width:var(--max);margin:0 auto}
.max{max-width:var(--max);margin-left:auto;margin-right:auto}
.mt-14{margin-top:14px}.mt-24{margin-top:24px}.mt-40{margin-top:40px}.mt-52{margin-top:52px}
.price-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:24px}
/* prevent horizontal scroll from sticky header / chips */
html,body{overflow-x:hidden}
img,svg,video{max-width:100%;height:auto}
.site-header .shell{min-width:0}
.brand{min-width:0}
.header-actions{flex-shrink:0;gap:10px}
.btn{max-width:100%}
.chip,.chip--mono,.chip--surface{max-width:100%;white-space:normal;text-align:left;line-height:1.35}
.browser{max-width:100%}
.price-band,.cta-band,.cards-3,.tiers,.two-col,.split,.max,.hero-grid{max-width:100%}

@media (max-width:1100px){
  .nav{display:none}
  .header-actions .link-cta{display:none}
  /* quote lives in drawer — keeps header from clipping Menu */
  .header-actions > .btn{display:none}
  .nav-toggle{display:inline-flex}
  .nav-toggle span:last-child{display:none} /* icon-only menu */
  .nav-toggle{padding:10px 12px;min-width:44px;min-height:44px;justify-content:center}
  .site-header .shell{gap:12px}
  .hero-grid,.two-col,.split{grid-template-columns:1fr;gap:32px}
  .price-stats{grid-template-columns:1fr;gap:28px}.price-divider{display:none}
  .price-stat,.price-stat:nth-child(3),.price-stat:nth-child(5){padding:0}
  .cards-3,.tiers{grid-template-columns:1fr}
  .steps{grid-template-columns:1fr 1fr;gap:24px}
  .step,.step:not(:last-child),.step:not(:first-child){border:0;padding:0}
  .footer-cols{grid-template-columns:1fr 1fr;gap:28px}
  .faq-row{grid-template-columns:1fr}
  .dont-band{flex-direction:column;align-items:flex-start;gap:20px;padding:24px}
  .cta-band{flex-direction:column;align-items:flex-start;gap:24px}
  .cta-actions{align-items:flex-start;width:100%}
  .cta-actions .btn{width:100%}
  .hero-ctas{flex-direction:column;align-items:stretch}
  .hero-ctas .btn{width:100%;justify-content:center}
  .section--hero{padding:48px var(--pad-x) 40px}
  .page-hero{padding:56px var(--pad-x) 48px}
  .page-hero .display-xl{font-size:clamp(32px,9vw,48px)}
  .addon-band{flex-direction:column;align-items:flex-start;padding:28px 24px}
  .addon-band .btn{width:100%}
  .price-band-head{flex-direction:column;align-items:flex-start}
  .section-head-row{flex-direction:column;align-items:flex-start;gap:16px}
  .tier .btn,.card .btn{width:100%}
  .speed-form{flex-direction:column}
  .speed-form input{min-width:0;width:100%}
  .speed-form .btn{width:100%}
  .form{max-width:100%}
  .gauges{gap:18px;justify-content:flex-start}
}
@media (max-width:640px){
  :root{--header-h:64px;--pad-x:clamp(16px,4.5vw,20px)}
  .site-header{height:var(--header-h)}
  .brand-seal{width:34px;height:34px;border-radius:8px}
  .brand{gap:7px}
  .brand-name{font-size:15px}
  .brand-sub{font-size:8px}
  .section{padding:56px var(--pad-x)}
  .section--tight{padding:48px var(--pad-x)}
  .section--hero{padding:36px var(--pad-x) 32px}
  .steps{grid-template-columns:1fr}
  .footer-cols{grid-template-columns:1fr;gap:28px}
  .site-footer{padding:48px var(--pad-x) 32px}
  .display-xl{font-size:clamp(30px,8.5vw,40px);letter-spacing:-0.8px}
  .display-m{font-size:clamp(24px,6.5vw,32px)}
  .body-l{font-size:16px}
  .card{padding:24px}
  .tier{padding:24px}
  .work-shot{height:200px}
  .scorecard{padding:24px 20px}
  .report-card{padding:22px}
  .ad-match{padding:22px}
  .browser-url{font-size:12px;max-width:70%;overflow:hidden;text-overflow:ellipsis}
  .chip--mono,.chip--surface{font-size:12px;padding:6px 10px}
  .price-xl{font-size:clamp(36px,10vw,48px)}
  .gauges{gap:14px}
  .gauge-ring{width:72px;height:72px}
  .gauge-ring span{font-size:22px}
}
