:root{
  --forest:#0D3B2E;
  --forest-mid:#145240;
  --forest-light:#1A6850;
  --lime:#A8E63D;
  --lime-mid:#92CC2A;
  --lime-pale:rgba(168,230,61,.08);
  --lime-border:rgba(168,230,61,.2);
  --white:#FFFFFF;
  --off:#F8FAF7;
  --paper:#F2F5EF;
  --rule:#DCE5D8;
  --rule-dark:#C8D5C2;
  --muted:#6B7F66;
  --mid:#3D5238;
  --ink:#1A2418;
  --teal-accent:#00B4A0;
  --amber:#E8920A;
  --amber-pale:rgba(232,146,10,.08);
  --red:#D94040;
  --red-pale:rgba(217,64,64,.08);
  --green-ok:#1A8050;
  --green-pale:rgba(26,128,80,.1);
  --display:"Space Grotesk",sans-serif;
  --body:"DM Sans",system-ui,sans-serif;
  --r:6px;--rl:12px;--rxl:20px;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--body);background:var(--white);color:var(--ink);overflow-x:hidden;font-size:16px;line-height:1.65}
h1{font-family:var(--display);font-size:clamp(44px,6.5vw,84px);font-weight:700;line-height:.95;letter-spacing:-.03em}
h2{font-family:var(--display);font-size:clamp(32px,4.2vw,58px);font-weight:700;line-height:1;letter-spacing:-.025em}
h3{font-family:var(--display);font-size:clamp(20px,2.5vw,28px);font-weight:600;letter-spacing:-.015em;line-height:1.1}
.label{display:inline-block;font-family:var(--body);font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--lime-mid);margin-bottom:12px}
.label-forest{color:var(--forest)}
.label-muted{color:var(--muted)}
.con{max-width:1160px;margin:0 auto;padding:0 40px}
.sec{padding:88px 0}
.sec-sm{padding:60px 0}
hr.div{border:none;border-top:1px solid var(--rule);margin:0}
.rule-lime{width:36px;height:2px;background:var(--lime);margin:18px 0;border-radius:1px}

/* ── BUTTONS ── */
.btn-forest{display:inline-block;background:var(--forest);color:var(--white);font-family:var(--body);font-size:14px;font-weight:600;padding:14px 30px;border-radius:var(--r);text-decoration:none;transition:all .2s;border:none;cursor:pointer;white-space:nowrap;letter-spacing:.01em}
.btn-forest:hover{background:var(--forest-mid);transform:translateY(-1px);box-shadow:0 8px 24px rgba(13,59,46,.3)}
.btn-lime{display:inline-block;background:var(--lime);color:var(--forest);font-family:var(--body);font-size:14px;font-weight:600;padding:14px 30px;border-radius:var(--r);text-decoration:none;transition:all .2s;border:none;cursor:pointer;white-space:nowrap;letter-spacing:.01em}
.btn-lime:hover{background:var(--lime-mid);transform:translateY(-1px)}
.btn-outline{display:inline-block;background:transparent;color:var(--forest);font-family:var(--body);font-size:14px;font-weight:600;padding:13px 28px;border-radius:var(--r);text-decoration:none;border:1.5px solid var(--forest);transition:all .2s;white-space:nowrap;letter-spacing:.01em}
.btn-outline:hover{background:var(--forest);color:var(--white)}
.btn-outline-white{display:inline-block;background:transparent;color:var(--white);font-family:var(--body);font-size:14px;font-weight:600;padding:13px 28px;border-radius:var(--r);text-decoration:none;border:1.5px solid rgba(255,255,255,.3);transition:all .2s;white-space:nowrap;letter-spacing:.01em}
.btn-outline-white:hover{border-color:var(--white);background:rgba(255,255,255,.1)}

/* ── ANIMATIONS ── */
@keyframes fadeUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
@keyframes progressFill{from{width:0}to{width:var(--w)}}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}
.fu{animation:fadeUp .7s ease both}
.fu2{animation:fadeUp .7s .14s ease both}
.fu3{animation:fadeUp .7s .28s ease both}
.fu4{animation:fadeUp .7s .42s ease both}

/* ══ NAV ══ */
nav{position:fixed;top:0;left:0;right:0;z-index:200;background:rgba(255,255,255,.97);backdrop-filter:blur(14px);border-bottom:1px solid var(--rule)}
.nav-inner{max-width:1160px;margin:0 auto;padding:0 40px;height:66px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.nav-logo{display:flex;align-items:center;gap:11px;text-decoration:none}
.nav-logo-icon{width:32px;height:32px;background:var(--forest);border-radius:var(--r);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.nav-logo-icon svg{width:17px;height:17px}
.nav-logo-text{font-family:var(--display);font-size:18px;font-weight:700;color:var(--ink);white-space:nowrap;letter-spacing:-.02em}
.nav-logo-text span{color:var(--forest)}
.nav-links{display:flex;align-items:center;gap:2px;list-style:none}
.nav-links a{font-family:var(--body);font-size:13px;font-weight:500;color:var(--muted);text-decoration:none;padding:7px 14px;border-radius:var(--r);transition:all .2s;letter-spacing:.01em}
.nav-links a:hover{color:var(--ink);background:var(--paper)}
.nav-cta{background:var(--forest)!important;color:var(--white)!important;font-weight:600!important}
.nav-cta:hover{background:var(--forest-mid)!important}

/* ══ TIER STRIP ══ */
.tier-strip{background:var(--forest);margin-top:66px;padding:10px 0}
.ts-inner{display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap}
.ts-path{display:flex;align-items:center;gap:8px}
.ts-step{font-family:var(--body);font-size:12px;font-weight:500;color:rgba(255,255,255,.5);letter-spacing:.04em;white-space:nowrap}
.ts-step.active{color:var(--lime);font-weight:600}
.ts-arrow{font-size:12px;color:rgba(255,255,255,.25)}

/* ══ HERO ══ */
.hero{background:var(--off);padding:72px 0 64px;position:relative;overflow:hidden}
.hero::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--forest) 0%,var(--lime) 60%,var(--forest) 100%)}
.hero-bg{position:absolute;top:0;right:0;width:55%;height:100%;background:linear-gradient(135deg,transparent 40%,rgba(13,59,46,.03) 100%);pointer-events:none}
.hero-grid{display:grid;grid-template-columns:1fr 480px;gap:64px;align-items:start;position:relative;z-index:1}
.hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--lime-pale);border:1px solid var(--lime-border);border-radius:20px;padding:6px 16px;margin-bottom:22px}
.hb-icon{font-size:14px}
.hb-text{font-family:var(--body);font-size:12px;font-weight:600;color:var(--lime-mid);letter-spacing:.08em;text-transform:uppercase}
.hero h1{color:var(--ink);margin-bottom:16px}
.hero h1 em{font-style:italic;color:var(--forest)}
.hero-sub{font-size:18px;color:var(--muted);line-height:1.75;max-width:520px;margin-bottom:36px;font-weight:300}
.hero-sub strong{color:var(--ink);font-weight:600}
.hero-actions{display:flex;gap:14px;align-items:center;flex-wrap:wrap;margin-bottom:32px}
.hero-trust{display:flex;gap:22px;flex-wrap:wrap}
.ht-item{display:flex;align-items:center;gap:7px;font-size:13px;color:var(--muted);font-weight:500}
.ht-mark{width:4px;height:4px;border-radius:50%;background:var(--lime);flex-shrink:0}

/* Readiness dashboard */
.readiness-dash{background:var(--white);border:1px solid var(--rule);border-radius:var(--rxl);overflow:hidden;box-shadow:0 20px 60px rgba(13,59,46,.1)}
.rd-header{background:var(--forest);padding:16px 22px;display:flex;align-items:center;justify-content:space-between}
.rd-title{font-family:var(--display);font-size:14px;font-weight:600;color:rgba(255,255,255,.85);letter-spacing:-.01em}
.rd-score{display:flex;align-items:center;gap:8px}
.rd-score-num{font-family:var(--display);font-size:24px;font-weight:700;color:var(--lime);line-height:1}
.rd-score-label{font-family:var(--body);font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.5)}
.rd-categories{padding:0}
.rd-cat{padding:14px 18px;border-bottom:1px solid var(--rule);position:relative}
.rd-cat:last-child{border-bottom:none}
.rd-cat-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}
.rd-cat-name{font-family:var(--body);font-size:13px;font-weight:600;color:var(--ink)}
.rd-cat-score{font-family:var(--display);font-size:14px;font-weight:700;color:var(--ink)}
.rd-cat-score.fail{color:var(--red)}
.rd-cat-score.warn{color:var(--amber)}
.rd-cat-score.pass{color:var(--green-ok)}
.rd-bar-bg{height:6px;background:var(--rule);border-radius:3px;overflow:hidden}
.rd-bar-fill{height:100%;border-radius:3px;transition:width 1s ease}
.rd-bar-fill.fail{background:var(--red)}
.rd-bar-fill.warn{background:var(--amber)}
.rd-bar-fill.pass{background:var(--green-ok)}
.rd-items{display:flex;flex-wrap:wrap;gap:4px;margin-top:8px}
.rd-item{font-family:var(--body);font-size:11px;padding:2px 8px;border-radius:10px;font-weight:500}
.rd-item.issue{background:var(--red-pale);color:var(--red)}
.rd-item.ok{background:var(--green-pale);color:var(--green-ok)}
.rd-footer{background:var(--forest);padding:14px 18px;display:flex;justify-content:space-between;align-items:center}
.rdf-label{font-family:var(--body);font-size:12px;font-weight:600;color:rgba(255,255,255,.6);letter-spacing:.04em}
.rdf-action{font-family:var(--body);font-size:12px;font-weight:600;color:var(--lime);text-decoration:none;letter-spacing:.04em;transition:color .2s}
.rdf-action:hover{color:rgba(168,230,61,.8)}

/* ══ PROOF BAR ══ */
.proof{background:var(--forest);padding:22px 0}
.proof-inner{display:flex;justify-content:center;gap:0;align-items:stretch;flex-wrap:wrap}
.proof-item{padding:0 44px;border-right:1px solid rgba(255,255,255,.1);text-align:center}
.proof-item:last-child{border-right:none}
.proof-num{font-family:var(--display);font-size:28px;font-weight:700;color:var(--lime);line-height:1;margin-bottom:4px}
.proof-lbl{font-family:var(--body);font-size:11px;font-weight:600;color:rgba(255,255,255,.45);letter-spacing:.06em;text-transform:uppercase}

/* ══ THE PROBLEM ══ */
.problem{background:var(--white)}
.problem-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.problem-text h2{color:var(--ink);margin-bottom:20px}
.problem-text p{color:var(--muted);font-size:17px;line-height:1.78;margin-bottom:18px;font-weight:300}
.problem-text p strong{color:var(--ink);font-weight:600}
.cost-cards{display:flex;flex-direction:column;gap:12px}
.cost-card{background:var(--paper);border:1px solid var(--rule);border-left:4px solid var(--red);border-radius:var(--r);padding:18px 20px;transition:transform .2s}
.cost-card:hover{transform:translateX(4px)}
.cost-card h4{font-family:var(--display);font-size:15px;font-weight:600;color:var(--ink);margin-bottom:4px}
.cost-card p{font-size:13px;color:var(--muted);line-height:1.6}
.cost-card .cost-impact{margin-top:8px;font-family:var(--body);font-size:12px;font-weight:600;color:var(--red);letter-spacing:.04em}

/* ══ 4 SYSTEMS ══ */
.systems{background:var(--paper);border-top:1px solid var(--rule);border-bottom:1px solid var(--rule)}
.systems-header{text-align:center;margin-bottom:52px}
.systems-header h2{color:var(--ink);margin-bottom:14px}
.systems-header p{color:var(--muted);max-width:560px;margin:0 auto;font-size:17px;font-weight:300}
.sys-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:var(--rule);border:1px solid var(--rule);border-radius:var(--rl);overflow:hidden}
.sys-card{background:var(--white);padding:28px 22px;border-right:none;position:relative;overflow:hidden;cursor:default;transition:background .2s}
.sys-card:hover{background:var(--off)}
.sys-card::after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:var(--lime);transform:scaleX(0);transition:transform .25s;transform-origin:left}
.sys-card:hover::after{transform:scaleX(1)}
.sys-num{font-family:var(--body);font-size:9px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--lime-mid);margin-bottom:14px}
.sys-icon{font-size:26px;margin-bottom:14px;display:block}
.sys-card h3{font-family:var(--display);font-size:19px;color:var(--ink);margin-bottom:8px}
.sys-card p{font-size:13px;color:var(--muted);line-height:1.65;margin-bottom:14px}
.sys-items{list-style:none;display:flex;flex-direction:column;gap:5px}
.sys-item{font-size:12px;color:var(--muted);padding-left:12px;position:relative}
.sys-item::before{content:"";position:absolute;left:0;top:6px;width:4px;height:4px;border-radius:50%;background:var(--lime);opacity:.7}

/* ══ READINESS CHECKLIST ══ */
.checklist{background:var(--white)}
.cl-header{margin-bottom:52px}
.cl-header h2{color:var(--ink);margin-bottom:14px}
.cl-header p{color:var(--muted);font-size:17px;font-weight:300;max-width:600px}
.cl-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.cl-category{background:var(--white);border:1px solid var(--rule);border-radius:var(--rl);overflow:hidden}
.cl-cat-header{padding:14px 20px;border-bottom:1px solid var(--rule);display:flex;align-items:center;gap:10px;background:var(--forest)}
.cl-cat-icon{font-size:16px}
.cl-cat-title{font-family:var(--display);font-size:15px;font-weight:600;color:var(--white);letter-spacing:-.01em}
.cl-cat-count{font-family:var(--body);font-size:11px;font-weight:600;color:rgba(255,255,255,.5);margin-left:auto;letter-spacing:.04em}
.cl-items{list-style:none;padding:0}
.cl-item{display:flex;align-items:flex-start;gap:12px;padding:12px 20px;border-bottom:1px solid rgba(0,0,0,.04);font-size:13px;color:var(--muted);transition:background .15s}
.cl-item:last-child{border-bottom:none}
.cl-item:hover{background:var(--off)}
.cl-check{width:18px;height:18px;border:1.5px solid var(--rule-dark);border-radius:4px;flex-shrink:0;margin-top:1px;display:flex;align-items:center;justify-content:center;transition:all .2s}
.cl-check.checked{background:var(--forest);border-color:var(--forest)}
.cl-check.checked::after{content:"✓";font-size:10px;color:var(--white);font-weight:700}
.cl-check.partial{background:var(--amber-pale);border-color:var(--amber)}
.cl-check.partial::after{content:"~";font-size:10px;color:var(--amber);font-weight:700}
.cl-text strong{color:var(--ink);font-weight:600}

/* ══ THE BUILD SEQUENCE ══ */
.build{background:var(--forest)}
.build-header{text-align:center;margin-bottom:52px}
.build-header h2{color:var(--white);margin-bottom:14px}
.build-header p{color:rgba(255,255,255,.55);max-width:560px;margin:0 auto;font-size:17px;font-weight:300}
.build-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:2px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);border-radius:var(--rl);overflow:hidden}
.build-step{background:var(--forest);padding:28px 20px;position:relative;transition:background .2s}
.build-step:hover{background:var(--forest-mid)}
.build-step::before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:var(--lime);transform:scaleX(0);transition:transform .25s;transform-origin:left}
.build-step:hover::before{transform:scaleX(1)}
.bs-phase{font-family:var(--body);font-size:9px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:rgba(168,230,61,.6);margin-bottom:12px}
.bs-month{font-family:var(--display);font-size:13px;font-weight:600;color:rgba(255,255,255,.6);margin-bottom:14px}
.build-step h3{font-family:var(--display);font-size:20px;color:var(--white);margin-bottom:8px}
.build-step p{font-size:13px;color:rgba(255,255,255,.5);line-height:1.62;margin-bottom:14px}
.bs-items{display:flex;flex-direction:column;gap:5px}
.bs-item{font-family:var(--body);font-size:12px;color:rgba(255,255,255,.5);padding-left:12px;position:relative}
.bs-item::before{content:"→";position:absolute;left:0;color:rgba(168,230,61,.6);font-size:11px}
.bs-exit-impact{margin-top:12px;padding:8px 12px;background:rgba(168,230,61,.08);border:1px solid rgba(168,230,61,.15);border-radius:var(--r)}
.bs-ei-label{font-family:var(--body);font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(168,230,61,.6);margin-bottom:3px}
.bs-ei-val{font-family:var(--display);font-size:16px;font-weight:600;color:var(--lime)}

/* ══ BEFORE / AFTER ══ */
.ba{background:var(--paper);border-top:1px solid var(--rule);border-bottom:1px solid var(--rule)}
.ba-header{text-align:center;margin-bottom:52px}
.ba-header h2{color:var(--ink);margin-bottom:14px}
.ba-header p{color:var(--muted);max-width:560px;margin:0 auto;font-size:17px;font-weight:300}
.ba-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:24px;align-items:start}
.ba-col{background:var(--white);border:1px solid var(--rule);border-radius:var(--rl);overflow:hidden}
.ba-col-header{padding:14px 20px;border-bottom:1px solid var(--rule);display:flex;align-items:center;gap:10px}
.ba-col-header.before{background:var(--red-pale)}
.ba-col-header.after{background:var(--green-pale)}
.bah-icon{font-size:16px}
.bah-title{font-family:var(--display);font-size:15px;font-weight:600;color:var(--ink);letter-spacing:-.01em}
.ba-items{list-style:none;padding:0}
.ba-item{display:flex;align-items:flex-start;gap:10px;padding:12px 18px;border-bottom:1px solid rgba(0,0,0,.04);font-size:13px}
.ba-item:last-child{border-bottom:none}
.ba-item.bad{color:var(--muted)}
.ba-item.good{color:var(--mid)}
.ba-item-icon{font-size:12px;flex-shrink:0;margin-top:1px}
.ba-arrow{display:flex;align-items:center;justify-content:center;font-family:var(--display);font-size:36px;color:var(--forest);padding-top:60px;flex-shrink:0;font-weight:700}
.ba-result{background:var(--forest);border-radius:var(--rl);padding:22px;margin-top:20px}
.bar-label{font-family:var(--body);font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.5);margin-bottom:10px}
.bar-rows{display:flex;flex-direction:column;gap:0}
.bar-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.08);font-size:13px}
.bar-row:last-child{border-bottom:none}
.bar-k{color:rgba(255,255,255,.55)}
.bar-v{font-family:var(--display);font-size:16px;font-weight:600;color:var(--white)}
.bar-v.lime{color:var(--lime)}

/* ══ OFFER STACK ══ */
.offers{background:var(--white)}
.offers-header{text-align:center;margin-bottom:52px}
.offers-header h2{color:var(--ink);margin-bottom:14px}
.offers-header p{color:var(--muted);max-width:540px;margin:0 auto;font-size:17px;font-weight:300}
.offer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.offer-card{background:var(--paper);border:1px solid var(--rule);border-radius:var(--rl);padding:28px 24px;position:relative;transition:all .2s}
.offer-card:hover{border-color:var(--rule-dark);box-shadow:0 12px 40px rgba(13,59,46,.08);transform:translateY(-2px)}
.offer-card.featured{background:var(--forest);border-color:var(--forest)}
.offer-step-badge{position:absolute;top:-12px;left:22px;font-family:var(--body);font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:4px 12px;border-radius:10px;background:var(--forest);color:var(--lime)}
.offer-card.featured .offer-step-badge{background:var(--lime);color:var(--forest)}
.offer-tier{font-family:var(--body);font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--lime-mid);margin-bottom:8px;margin-top:8px}
.offer-card.featured .offer-tier{color:rgba(168,230,61,.7)}
.offer-title{font-family:var(--display);font-size:22px;font-weight:700;color:var(--ink);margin-bottom:6px;letter-spacing:-.01em}
.offer-card.featured .offer-title{color:var(--white)}
.offer-price{font-family:var(--display);font-size:40px;font-weight:700;color:var(--ink);line-height:1;margin-bottom:3px;letter-spacing:-.02em}
.offer-card.featured .offer-price{color:var(--white)}
.offer-price-note{font-size:12px;color:var(--muted);margin-bottom:16px}
.offer-card.featured .offer-price-note{color:rgba(255,255,255,.45)}
.offer-desc{font-size:13px;color:var(--muted);line-height:1.65;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid var(--rule)}
.offer-card.featured .offer-desc{color:rgba(255,255,255,.58);border-color:rgba(255,255,255,.1)}
.offer-features{list-style:none;display:flex;flex-direction:column;gap:8px;margin-bottom:22px}
.offer-fi{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:var(--mid)}
.offer-card.featured .offer-fi{color:rgba(255,255,255,.78)}
.fi-check{width:16px;height:16px;border-radius:50%;background:var(--green-pale);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px;font-size:9px;color:var(--green-ok);font-weight:700}
.offer-card.featured .fi-check{background:rgba(168,230,61,.15);color:var(--lime)}
.offer-btn{display:block;text-align:center;font-family:var(--body);font-size:14px;font-weight:600;padding:13px 20px;border-radius:var(--r);text-decoration:none;transition:all .2s;letter-spacing:.01em}
.ob-forest{background:var(--forest);color:var(--white)}.ob-forest:hover{background:var(--forest-mid)}
.ob-lime{background:var(--lime);color:var(--forest)}.ob-lime:hover{background:var(--lime-mid)}
.ob-outline{background:transparent;color:var(--white);border:1.5px solid rgba(255,255,255,.3)}.ob-outline:hover{border-color:var(--white);background:rgba(255,255,255,.08)}
.offer-credit{font-size:11px;text-align:center;margin-top:8px;font-style:italic}
.oc-light{color:var(--muted)}
.oc-dark{color:rgba(255,255,255,.38)}

/* ══ VALUE CALCULATOR ══ */
.calculator{background:var(--paper);border-top:1px solid var(--rule);border-bottom:1px solid var(--rule)}
.calc-grid{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:start}
.calc-text h2{color:var(--ink);margin-bottom:20px}
.calc-text p{color:var(--muted);font-size:17px;line-height:1.78;margin-bottom:18px;font-weight:300}
.calc-widget{background:var(--white);border:1px solid var(--rule);border-radius:var(--rxl);overflow:hidden;box-shadow:0 12px 40px rgba(13,59,46,.07)}
.cw-header{background:var(--forest);padding:16px 22px;display:flex;justify-content:space-between;align-items:center}
.cw-title{font-family:var(--display);font-size:15px;font-weight:600;color:var(--white);letter-spacing:-.01em}
.cw-subtitle{font-family:var(--body);font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.45)}
.cw-body{padding:24px}
.cw-row{display:flex;flex-direction:column;gap:5px;margin-bottom:18px}
.cw-lbl{font-family:var(--body);font-size:12px;font-weight:600;color:var(--ink);letter-spacing:.02em}
.cw-input{width:100%;padding:11px 14px;border:1.5px solid var(--rule);border-radius:var(--r);font-family:var(--display);font-size:20px;font-weight:600;color:var(--ink);background:var(--paper);outline:none;transition:border-color .2s;letter-spacing:-.01em}
.cw-input:focus{border-color:var(--forest)}
.cw-hint{font-size:11px;color:var(--muted)}
.cw-divider{border:none;border-top:1px dashed var(--rule);margin:20px 0}
.cw-result-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}
.cw-r-label{font-size:13px;color:var(--muted)}
.cw-r-val{font-family:var(--display);font-size:20px;font-weight:600;color:var(--ink);letter-spacing:-.01em}
.cw-big{background:var(--forest);border-radius:var(--r);padding:16px 20px;display:flex;justify-content:space-between;align-items:center;margin-top:14px}
.cw-big-label{font-family:var(--body);font-size:11px;font-weight:700;color:rgba(255,255,255,.6);letter-spacing:.08em;text-transform:uppercase}
.cw-big-val{font-family:var(--display);font-size:36px;font-weight:700;color:var(--lime);line-height:1;letter-spacing:-.01em}
.cw-note{font-size:11px;color:var(--muted);text-align:center;margin-top:12px;font-style:italic}

/* ══ HEATHER ══ */
.author{background:var(--forest)}
.author-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.author-photo{background:rgba(255,255,255,.05);border-radius:var(--rxl);aspect-ratio:4/5;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;border:1px solid rgba(255,255,255,.1)}
.ap-icon{width:80px;height:80px;border-radius:50%;background:rgba(168,230,61,.1);border:2px solid rgba(168,230,61,.2);display:flex;align-items:center;justify-content:center;font-size:32px}
.ap-note{font-size:12px;color:rgba(255,255,255,.3);text-align:center;max-width:150px}
.author-text h2{color:var(--white);margin-bottom:18px}
.author-text p{color:rgba(255,255,255,.6);font-size:17px;line-height:1.78;margin-bottom:16px;font-weight:300}
.author-text em{font-style:italic;color:rgba(255,255,255,.85)}
.author-creds{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:28px}
.ac-item{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:var(--r);padding:14px 16px}
.ac-num{font-family:var(--display);font-size:24px;font-weight:700;color:var(--lime);line-height:1;margin-bottom:3px;letter-spacing:-.01em}
.ac-lbl{font-size:11px;color:rgba(255,255,255,.4);font-weight:500}

/* ══ TESTIMONIALS ══ */
.testi{background:var(--paper);border-top:1px solid var(--rule)}
.testi-header{margin-bottom:48px}
.testi-header h2{color:var(--ink);margin-bottom:14px}
.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.testi-card{background:var(--white);border:1px solid var(--rule);border-radius:var(--rl);padding:28px;transition:all .2s}
.testi-card:hover{border-color:var(--rule-dark);box-shadow:0 6px 24px rgba(13,59,46,.07)}
.testi-persona{display:inline-block;font-family:var(--body);font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:3px 10px;border-radius:10px;background:var(--lime-pale);color:var(--lime-mid);margin-bottom:14px;border:1px solid var(--lime-border)}
.testi-quote{font-family:var(--display);font-size:16px;color:var(--ink);line-height:1.6;margin-bottom:20px;font-style:italic;font-weight:400;letter-spacing:-.01em}
.testi-author{display:flex;align-items:center;gap:12px}
.testi-av{width:38px;height:38px;border-radius:var(--r);background:var(--forest);display:flex;align-items:center;justify-content:center;font-family:var(--display);font-size:13px;font-weight:600;color:var(--lime);flex-shrink:0}
.testi-name{font-family:var(--body);font-size:14px;font-weight:600;color:var(--ink)}
.testi-loc{font-size:12px;color:var(--muted)}
.testi-result{font-family:var(--body);font-size:11px;font-weight:600;color:var(--green-ok);margin-top:3px;letter-spacing:.02em}

/* ══ ECOSYSTEM ══ */
.ecosystem{background:var(--white)}
.eco-header{text-align:center;margin-bottom:48px}
.eco-header h2{color:var(--ink);margin-bottom:14px}
.eco-header p{color:var(--muted);max-width:560px;margin:0 auto;font-size:17px;font-weight:300}
.eco-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.eco-card{background:var(--paper);border:1px solid var(--rule);border-radius:var(--rl);padding:22px 20px;text-decoration:none;display:block;transition:all .2s;position:relative}
.eco-card:hover{border-color:var(--rule-dark);transform:translateY(-2px);box-shadow:0 8px 28px rgba(13,59,46,.07)}
.eco-tag{display:inline-block;font-family:var(--body);font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:3px 9px;border-radius:10px;margin-bottom:12px}
.et-forest{background:rgba(13,59,46,.08);color:var(--forest)}
.et-lime{background:var(--lime-pale);color:var(--lime-mid)}
.et-amber{background:var(--amber-pale);color:var(--amber)}
.et-teal{background:rgba(0,180,160,.08);color:var(--teal-accent)}
.eco-card h3{font-family:var(--display);font-size:16px;font-weight:600;color:var(--ink);margin-bottom:5px;letter-spacing:-.01em}
.eco-card p{font-size:12px;color:var(--muted);line-height:1.6;margin-bottom:10px}
.eco-url{font-family:var(--body);font-size:11px;font-weight:600;color:var(--forest);letter-spacing:.04em}

/* ══ BSS BRIDGE ══ */
.bridge{background:var(--lime);padding:72px 0}
.bridge-inner{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.bridge-left h2{color:var(--forest);margin-bottom:14px}
.bridge-left p{font-size:17px;color:rgba(13,59,46,.68);line-height:1.72;margin-bottom:28px;font-weight:300}
.bridge-actions{display:flex;gap:12px;flex-wrap:wrap}
.bridge-card{background:var(--white);border-radius:var(--rl);padding:26px;box-shadow:0 12px 40px rgba(13,59,46,.15)}
.bc-label{font-family:var(--body);font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--forest);margin-bottom:8px}
.bc-title{font-family:var(--display);font-size:21px;font-weight:700;color:var(--ink);margin-bottom:5px;letter-spacing:-.01em}
.bc-price{font-family:var(--display);font-size:42px;font-weight:700;color:var(--ink);line-height:1;margin-bottom:3px;letter-spacing:-.02em}
.bc-note{font-size:12px;color:var(--muted);margin-bottom:16px}
.bc-rows{display:flex;flex-direction:column;gap:0}
.bc-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-top:1px solid var(--rule);font-size:13px}
.bc-k{color:var(--muted)}
.bc-v{color:var(--ink);font-weight:600}
.bc-v-green{color:var(--green-ok);font-weight:700}
.bc-btn{display:block;text-align:center;background:var(--forest);color:var(--white);font-family:var(--body);font-size:14px;font-weight:600;padding:14px;border-radius:var(--r);text-decoration:none;margin-top:18px;transition:all .2s;letter-spacing:.01em}
.bc-btn:hover{background:var(--forest-mid)}

/* ══ FAQ ══ */
.faq{background:var(--paper);border-top:1px solid var(--rule)}
.faq-header{margin-bottom:48px}
.faq-header h2{color:var(--ink);margin-bottom:14px}
.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.faq-item{background:var(--white);border:1px solid var(--rule);border-radius:var(--r);padding:22px 24px;transition:border-color .2s}
.faq-item:hover{border-color:var(--rule-dark)}
.faq-q{font-family:var(--display);font-size:16px;font-weight:600;color:var(--ink);margin-bottom:10px;letter-spacing:-.01em}
.faq-a{font-size:13px;color:var(--muted);line-height:1.65}

/* ══ FINAL CTA ══ */
.final-cta{background:var(--forest);text-align:center;padding:88px 0;position:relative;overflow:hidden}
.final-cta::before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 1px 1px,rgba(168,230,61,.04) 1px,transparent 0);background-size:28px 28px}
.final-cta>.con{position:relative;z-index:1}
.final-cta h2{color:var(--white);margin-bottom:14px}
.final-cta h2 em{font-style:italic;color:var(--lime)}
.final-cta p{color:rgba(255,255,255,.6);font-size:18px;margin:0 auto 36px;max-width:520px;font-weight:300;line-height:1.72}
.final-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.final-g{margin-top:20px;font-size:13px;color:rgba(255,255,255,.35);font-weight:500;display:flex;align-items:center;gap:6px;justify-content:center;letter-spacing:.04em}
.fg-d{width:16px;height:16px;border-radius:50%;background:var(--lime);display:flex;align-items:center;justify-content:center;font-size:9px;color:var(--forest);font-weight:700;flex-shrink:0}

/* ══ FOOTER ══ */
footer{background:var(--ink);padding:56px 0 28px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}
.footer-logo-f{display:flex;align-items:center;gap:10px;margin-bottom:14px}
.flm{width:28px;height:28px;background:var(--forest);border-radius:var(--r);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.footer-brand{font-family:var(--display);font-size:17px;font-weight:700;color:var(--white);letter-spacing:-.01em}
.footer-brand span{color:var(--lime)}
.footer-tagline{font-size:13px;color:rgba(255,255,255,.35);line-height:1.65;max-width:260px;margin-bottom:16px;font-weight:300}
.footer-bss{font-family:var(--body);font-size:12px;font-weight:600;color:var(--lime);text-decoration:none;letter-spacing:.04em;transition:color .2s}
.footer-bss:hover{color:var(--lime-mid)}
.footer-col h5{font-family:var(--body);font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:rgba(168,230,61,.5);margin-bottom:14px}
.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:10px}
.footer-col ul a{font-size:13px;color:rgba(255,255,255,.38);text-decoration:none;transition:color .2s}
.footer-col ul a:hover{color:var(--white)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.07);padding-top:22px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}
.footer-bottom p{font-size:12px;color:rgba(255,255,255,.22);letter-spacing:.04em}
.footer-links{display:flex;gap:18px}
.footer-links a{font-size:12px;color:rgba(255,255,255,.22);text-decoration:none;transition:color .2s}
.footer-links a:hover{color:rgba(255,255,255,.6)}

/* ══ STICKY ══ */
.sticky-bar{position:fixed;bottom:0;left:0;right:0;z-index:199;background:var(--forest);border-top:2px solid var(--lime);padding:12px 40px;display:flex;align-items:center;justify-content:center;gap:16px;transform:translateY(100%);transition:transform .4s ease}
.sticky-bar.show{transform:translateY(0)}
.sticky-text{font-family:var(--body);font-size:13px;color:rgba(255,255,255,.6)}
.sticky-text strong{color:var(--white);font-weight:600}

/* ══ RESPONSIVE ══ */
@media(max-width:1000px){
  .hero-grid,.problem-grid,.calc-grid,.author-grid,.bridge-inner{grid-template-columns:1fr;gap:40px}
  .sys-grid,.build-steps,.offer-grid,.testi-grid,.eco-grid{grid-template-columns:1fr}
  .ba-grid{grid-template-columns:1fr;gap:20px}
  .ba-arrow{display:none}
  .cl-grid,.faq-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .hero{padding:56px 0 48px}
  .nav-links{display:none}
  .proof-inner{flex-wrap:wrap}
  .proof-item{border-right:none;border-bottom:1px solid rgba(255,255,255,.08);padding:14px 24px}
}
/* ── HAMBURGER SPECIFIC STYLES ── */
.menu-toggle {
  display: none; /* Hidden on desktop */
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1001;
}

.menu-toggle .bar {
  width: 22px;
  height: 2px;
  background-color: var(--forest);
  transition: all 0.3s ease;
}

@media (max-width: 991px) {
  .menu-toggle {
    display: flex; /* Show on mobile */
  }

  .nav-menu {
    position: absolute;
    top: 66px;
    left: 0;
    width: 100%;
    background: var(--white);
    border-bottom: 1px solid var(--rule);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
  }

  .nav-menu.active {
    max-height: 400px; /* Expands when active */
  }

  .nav-links {
    flex-direction: column;
    padding: 20px;
    gap: 10px;
    align-items: flex-start;
  }

  .nav-links a {
    width: 100%;
    display: block;
    font-size: 16px;
    padding: 12px;
  }

  /* Hamburger to X Animation */
  .menu-toggle.active .bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.active .bar:nth-child(2) { opacity: 0; }
  .menu-toggle.active .bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}
/* ── SPECIFIC RESPONSIVE FIXES ── */

@media (max-width: 768px) {
  /* 1. Force the Hero Dashboard/Image to fit the screen width */
  .hero-grid {
    grid-template-columns: 1fr !important; /* Forces single column */
  }
  
  .readiness-dash {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  /* 2. Fix the Value Calculator & Pricing Cards */
  .calc-grid, .offer-grid, .ba-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px;
  }

  /* 3. Prevent horizontal scrolling on the "Systems" or "Proof" bars */
  .sys-grid, .proof-inner, .build-steps {
    grid-template-columns: 1fr !important;
    width: 100%;
  }

  /* Ensure long words or numbers don't push the container out */
  h1, h2, .offer-price {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  /* Adjust padding so content doesn't touch the very edge of the glass */
  .sec {
    padding: 40px 0;
  }
  
  .con {
    padding: 0 20px !important;
  }
}
/* ── EXIT VALUE CALCULATOR MOBILE FIX ── */
@media (max-width: 768px) {
  /* Stack the main calculator layout (Text on top, Widget on bottom) */
  .calc-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 32px;
  }

  /* Ensure the widget doesn't have a fixed width */
  .calc-widget {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Make the rows inside the calculator stack (Label on top of Input) */
  .cw-row {
    margin-bottom: 20px;
  }

  .cw-input {
    font-size: 18px !important; /* Slightly smaller for mobile screens */
    padding: 12px;
  }

  /* The big result area (the green number) needs to breathe */
  .cw-big {
    flex-direction: column; /* Stack the label and the price */
    text-align: center;
    gap: 8px;
    padding: 20px;
  }

  .cw-big-val {
    font-size: 28px !important; /* Prevents long numbers from clipping */
  }

  /* Ensure the row for "Current Multiple" and "System Multiple" stacks */
  .cw-result-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    border-bottom: 1px solid var(--rule);
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .cw-r-val {
    font-size: 18px;
  }
}
/* ── TIER STRIP MOBILE FIX ── */
@media (max-width: 768px) {
  .ts-inner {
    padding: 10px 20px;
    justify-content: center; /* Centers the steps on mobile */
    gap: 10px 15px; /* Adds vertical gap when items wrap */
  }

  .ts-step {
    white-space: normal !important; /* Forces the text to wrap if needed */
    text-align: center;
    font-size: 11px; /* Slightly smaller to fit more on one line */
  }

  .ts-arrow {
    /* Optional: hide the arrows on very small screens to save space */
    display: inline-block;
    transform: rotate(0deg); 
  }
}
/* ── AUTHOR PHOTO FIX ── */
.author-photo {
  background: rgba(255,255,255,.05);
  border-radius: var(--rxl);
  aspect-ratio: 4/5;
  display: block; /* Changed from flex to block */
  overflow: hidden; /* Keeps the image inside the rounded corners */
  border: 1px solid rgba(255,255,255,.1);
}

.ap-icon {
  width: 100%; /* Changed from 80px */
  height: 100%; /* Changed from 80px */
  background: none; /* Removed the circle background */
  border: none;
}

.ap-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* This ensures the photo fills the box without stretching */
  display: block;
}
/* ── MOBILE NAV OVERRIDE ── */
@media (max-width: 768px) {
  .nav-links {
    display: none; /* Hide links by default on mobile */
    position: absolute;
    top: 66px;
    left: 0;
    right: 0;
    background: white;
    flex-direction: column;
    padding: 20px;
    border-bottom: 1px solid var(--rule);
    gap: 10px;
  }

  /* When we add the 'active' class via JS, show the menu */
  .nav-links.active {
    display: flex;
  }

  .nav-links a {
    width: 100%;
    text-align: center;
    padding: 12px;
    font-size: 16px;
  }

  .nav-toggle {
    display: block; /* Show the hamburger */
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
  }
}

@media (min-width: 769px) {
  .nav-toggle {
    display: none; /* Hide hamburger on desktop */
  }
}

/* ══ FINAL RESPONSIVE / LAYOUT FIXES ══ */
.author-photo{
  overflow:hidden;
  padding:0;
  display:block;
}
.author-photo-img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
}
.author-text a,
.author-text a:visited{
  color:var(--lime);
  text-decoration:none;
  border-bottom:1px solid rgba(168,230,61,.35);
}
.author-text a:hover{
  color:var(--white);
  border-bottom-color:var(--lime);
}

/* Keep every pricing card the same height and align CTA/credit rows. */
.offer-grid{
  align-items:stretch;
}
.offer-card{
  display:flex;
  flex-direction:column;
  height:100%;
}
.offer-features{
  flex:1 1 auto;
}
.offer-btn{
  margin-top:auto;
}
.offer-credit{
  min-height:18px;
}

/* Buy Scale Sell footer socials */
.footer-socials{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:18px;
  flex-wrap:wrap;
}
.footer-socials a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border-radius:50%;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.1);
  transition:all .2s ease;
}
.footer-socials a:hover{
  background:rgba(255,255,255,.1);
  border-color:var(--lime-border);
  transform:translateY(-1px);
}
.footer-socials img{
  display:block;
  width:17px;
  height:17px;
  object-fit:contain;
}

/* Product / contact popup */
.product-popup-overlay{
  position:fixed;
  inset:0;
  z-index:1000;
  display:none;
  align-items:center;
  justify-content:center;
  padding:24px;
  background:rgba(7,18,14,.88);
  backdrop-filter:blur(5px);
}
.product-popup-overlay.is-open{display:flex}
.product-popup{
  position:relative;
  width:min(94vw,760px);
  height:min(88vh,780px);
  background:var(--white);
  border:1px solid rgba(255,255,255,.15);
  border-radius:var(--rxl);
  box-shadow:0 28px 90px rgba(0,0,0,.48);
  overflow:hidden;
}
.product-popup.popup-md{max-width:760px}
.product-popup.popup-lg{max-width:980px}
.product-popup iframe{
  display:block;
  width:100%;
  height:100%;
  border:0;
  background:var(--white);
}
.product-popup-close{
  position:absolute;
  top:10px;
  right:10px;
  z-index:2;
  width:40px;
  height:40px;
  border:0;
  border-radius:50%;
  background:var(--forest);
  color:var(--white);
  font-family:var(--body);
  font-size:24px;
  line-height:1;
  cursor:pointer;
  box-shadow:0 3px 14px rgba(0,0,0,.28);
}
.product-popup-close:hover{
  background:var(--lime);
  color:var(--forest);
}
body.popup-open{overflow:hidden}

@media(max-width:1000px){
  .con{
    padding-left:24px;
    padding-right:24px;
  }

  .nav-inner{
    padding-left:24px;
    padding-right:24px;
    position:relative;
  }

  .nav-toggle{
    display:block;
    background:none;
    border:none;
    color:var(--forest);
    cursor:pointer;
    padding:9px;
  }

  .nav-links{
    display:none;
    position:absolute;
    top:66px;
    left:24px;
    right:24px;
    z-index:5;
    flex-direction:column;
    align-items:stretch;
    gap:4px;
    padding:12px;
    background:rgba(255,255,255,.99);
    border:1px solid var(--rule);
    border-radius:0 0 var(--rl) var(--rl);
    box-shadow:0 16px 34px rgba(13,59,46,.14);
  }

  .nav-links.active{display:flex}

  .nav-links a{
    display:block;
    width:100%;
    text-align:left;
    padding:11px 12px;
  }

  .hero-grid,
  .problem-grid,
  .calc-grid,
  .author-grid,
  .bridge-inner{
    grid-template-columns:1fr;
    gap:42px;
  }

  .hero{
    padding:56px 0 54px;
  }

  .hero-grid > div:last-child,
  .calc-widget,
  .author-photo{
    width:100%;
    max-width:620px;
    margin-left:auto;
    margin-right:auto;
  }

  .sys-grid,
  .build-steps{
    grid-template-columns:repeat(2,1fr);
  }

  .offer-grid,
  .testi-grid{
    grid-template-columns:1fr;
  }

  .eco-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .ba-grid{
    grid-template-columns:1fr;
  }

  .ba-arrow{display:none}

  .cl-grid,
  .faq-grid{
    grid-template-columns:1fr;
  }

  .proof-item{
    min-width:33.333%;
  }

  .footer-grid{
    grid-template-columns:1fr 1fr;
  }

  .ts-path{
    justify-content:center;
    flex-wrap:wrap;
  }
}

@media(max-width:700px){
  .con{
    padding-left:18px;
    padding-right:18px;
  }

  .nav-inner{
    padding-left:18px;
    padding-right:18px;
  }

  .nav-links{
    left:18px;
    right:18px;
  }

  .tier-strip{
    padding:8px 0;
  }

  .ts-inner{
    gap:10px;
  }

  .ts-path{
    gap:7px 10px;
  }

  .ts-step{
    white-space:normal;
    text-align:center;
    font-size:11px;
  }

  h1{
    font-size:clamp(42px,13vw,62px);
    line-height:.96;
  }

  h2{
    font-size:clamp(34px,10vw,46px);
  }

  .hero-actions,
  .bridge-actions,
  .final-actions{
    display:grid;
    grid-template-columns:1fr;
    width:100%;
  }

  .hero-actions a,
  .bridge-actions a,
  .final-actions a{
    width:100%;
    text-align:center;
  }

  .hero-trust{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
  }

  .proof-inner{
    display:grid;
    grid-template-columns:1fr;
  }

  .proof-item{
    min-width:0;
    width:100%;
  }

  .sys-grid,
  .build-steps,
  .eco-grid{
    grid-template-columns:1fr;
  }

  .offer-card{
    padding-left:20px;
    padding-right:20px;
  }

  .cw-header{
    gap:10px;
    align-items:flex-start;
  }

  .cw-result-row{
    gap:4px;
  }

  .cw-big{
    flex-direction:column;
    text-align:center;
    gap:8px;
  }

  .cw-big-val{
    font-size:30px;
    overflow-wrap:anywhere;
  }

  .author-creds{
    grid-template-columns:1fr;
  }

  .footer-grid{
    grid-template-columns:1fr;
    gap:32px;
  }

  .footer-bottom{
    flex-direction:column;
    align-items:flex-start;
  }

  .footer-links{
    flex-wrap:wrap;
    gap:10px 16px;
  }

  .sticky-bar{
    padding:10px 14px;
    gap:10px;
    flex-wrap:wrap;
  }

  .sticky-text{
    width:100%;
    text-align:center;
  }

  .sticky-bar .btn-lime{
    flex:1 1 220px;
    text-align:center;
  }

  .sticky-bar > a:last-child{
    width:100%;
    text-align:center;
    margin-left:0 !important;
  }

  .product-popup-overlay{
    padding:10px;
  }

  .product-popup{
    width:100%;
    height:92vh;
    border-radius:10px;
  }
}

@media(max-width:430px){
  .con{
    padding-left:15px;
    padding-right:15px;
  }

  .nav-inner{
    padding-left:15px;
    padding-right:15px;
  }

  .nav-links{
    left:15px;
    right:15px;
  }

  .sec{padding:64px 0}
  .sec-sm{padding:52px 0}

  .rd-header,
  .rd-footer,
  .cw-header{
    gap:10px;
    align-items:flex-start;
  }

  .rd-footer{
    flex-direction:column;
  }

  .offer-card,
  .testi-card,
  .faq-item{
    padding-left:18px;
    padding-right:18px;
  }
}
