*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --cf:#F6821F;--cf-lt:#FBAD41;--cf-dk:#d96b10;
  --red:#ef4444;--red-lt:#fca5a5;
  --green:#4ade80;--green-lt:#86efac;
  --amber:#f59e0b;--amber-lt:#fcd34d;
  --bg:#070707;--bg-2:#0d0d0d;--bg-3:#141414;
  --surface:#1a1a1a;--border:rgba(255,255,255,.07);--border2:rgba(255,255,255,.12);
  --text:#f0ede8;--muted:#888;--faint:#444;
  --font:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;
  --max-w:1160px;--r:10px;--r-lg:16px;--t:.24s cubic-bezier(.4,0,.2,1);
}
html{scroll-behavior:smooth;font-size:15px}
body{background:var(--bg);color:var(--text);font-family:var(--font);line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:hidden}
a{color:var(--cf);text-decoration:none}
a:hover{text-decoration:underline}
strong{font-weight:700}
p{color:var(--muted);font-size:.875rem;line-height:1.8}
h2{font-size:clamp(1.75rem,3.2vw,2.5rem);font-weight:800;letter-spacing:-.025em;line-height:1.12;color:var(--text)}
h3{font-size:1rem;font-weight:700;color:var(--text)}
.container{max-width:var(--max-w);margin:0 auto;padding:0 2rem}
.accent-red{color:var(--red-lt)}
.accent-orange{color:var(--cf-lt)}
.btn{display:inline-flex;align-items:center;gap:.45rem;padding:.72rem 1.5rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;border:none;font-family:var(--font);transition:var(--t);text-decoration:none}
.btn svg{width:14px;height:14px;flex-shrink:0}
.btn--primary{background:var(--cf);color:#fff}
.btn--primary:hover{background:var(--cf-dk);transform:translateY(-1px);box-shadow:0 6px 20px rgba(246,130,31,.3)}
.btn--ghost{background:transparent;color:var(--text);border:1px solid var(--border2)}
.btn--ghost:hover{border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.04);transform:translateY(-1px)}
.btn--lg{padding:.85rem 1.75rem;font-size:.9rem}
.section-header{text-align:center;max-width:640px;margin:0 auto 4rem}
.section-label{font-size:.68rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--cf);margin-bottom:.6rem;display:block}
.section-header h2{margin-bottom:.75rem}
.section-header p{font-size:.925rem}

/* NAV */
.nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1rem 2.5rem;transition:var(--t)}
.nav.scrolled{background:rgba(7,7,7,.93);backdrop-filter:blur(18px);border-bottom:1px solid var(--border)}
.nav__brand{display:flex;align-items:center;gap:.6rem}
.nav__title{font-size:.8rem;font-weight:600;color:var(--text)}
.nav__links{display:flex;align-items:center;gap:1.75rem;list-style:none}
.nav__links a{font-size:.8rem;font-weight:500;color:var(--muted);transition:color var(--t);text-decoration:none}
.nav__links a:hover{color:var(--text)}
.nav__cta{background:var(--cf)!important;color:#fff!important;font-weight:600!important;padding:.4rem .95rem;border-radius:6px;font-size:.78rem!important}
.nav__cta:hover{background:var(--cf-dk)!important;text-decoration:none!important}
.nav__hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}
.nav__hamburger span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:var(--t)}

/* HERO */
.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding-top:70px;overflow:hidden}
.hero__bg{position:absolute;inset:0;background:var(--bg)}
.hero__grid{position:absolute;inset:0;background-image:linear-gradient(rgba(239,68,68,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(239,68,68,.025) 1px,transparent 1px);background-size:56px 56px;mask-image:radial-gradient(ellipse 80% 65% at 50% 40%,black 20%,transparent 100%)}
.glow{position:absolute;border-radius:50%;filter:blur(130px);pointer-events:none}
.g1{width:600px;height:600px;background:radial-gradient(circle,rgba(239,68,68,.07),transparent 70%);top:-100px;right:-120px;animation:gf 14s ease-in-out infinite alternate}
.g2{width:400px;height:400px;background:radial-gradient(circle,rgba(246,130,31,.05),transparent 70%);bottom:0;left:-80px;animation:gf 18s ease-in-out infinite alternate-reverse}
@keyframes gf{from{transform:translate(0,0)}to{transform:translate(22px,18px)}}
.hero__inner{position:relative;z-index:2;padding-top:2rem;padding-bottom:4rem}
.hero__eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.72rem;font-weight:600;color:var(--cf-lt);background:rgba(246,130,31,.08);border:1px solid rgba(246,130,31,.2);padding:.28rem .75rem;border-radius:50px;letter-spacing:.04em;margin-bottom:1.75rem}
.eyebrow-dot{width:7px;height:7px;background:var(--red);border-radius:50%;animation:pulse 1.5s ease-in-out infinite;flex-shrink:0}
@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}
.hero__h1{font-size:clamp(2.8rem,6vw,5rem);font-weight:800;letter-spacing:-.035em;line-height:1.06;margin-bottom:1.25rem;max-width:760px}
.hero__sub{font-size:.975rem;color:var(--muted);max-width:660px;line-height:1.8;margin-bottom:3rem}
.hero__metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}
.hm-card{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--r);padding:1.25rem;display:flex;flex-direction:column;gap:.35rem}
.hm-card strong{font-size:1.6rem;font-weight:800;line-height:1;color:var(--muted)}
.hm-card span{font-size:.7rem;color:var(--faint);line-height:1.5}
.hm-card--red strong{color:var(--red-lt)}
.hm-card--amber strong{color:var(--amber-lt)}
.hm-card--green strong{color:var(--green-lt)}

/* SECTIONS */
.section{padding:6rem 0;background:var(--bg);border-top:1px solid var(--border)}
.section--alt{background:var(--bg-2)}

/* EXECUTIVE SUMMARY */
.exec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border);border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden}
.exec-card{background:var(--bg-2);padding:2rem;transition:background var(--t)}
.exec-card:hover{background:var(--bg-3)}
.exec-card--threat{border-top:3px solid var(--red)}
.exec-card--cost{border-top:3px solid var(--amber)}
.exec-card--solution{border-top:3px solid var(--green)}
.exec-card__num{font-size:.65rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--faint);margin-bottom:.75rem}
.exec-card h3{font-size:1rem;margin-bottom:.65rem}
.exec-card p{font-size:.855rem;color:var(--muted);line-height:1.75;margin-bottom:.65rem}
.exec-list{list-style:none;display:flex;flex-direction:column;gap:.35rem}
.exec-list li{font-size:.82rem;color:var(--muted);padding-left:1rem;position:relative}
.exec-list li::before{content:'→';position:absolute;left:0;color:var(--red);font-size:.75rem}

/* COST ROWS */
.cost-rows{display:flex;flex-direction:column;border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden}
.cost-row{display:grid;grid-template-columns:140px 1fr;border-bottom:1px solid var(--border);transition:background var(--t)}
.cost-row:last-child{border-bottom:none}
.cost-row:hover{background:rgba(255,255,255,.015)}
.cost-row__meta{padding:2rem 1.25rem;display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;border-right:1px solid var(--border);background:rgba(0,0,0,.15)}
.cost-num{font-size:1.75rem;font-weight:800;color:var(--faint);line-height:1}
.cost-severity{font-size:.62rem;font-weight:800;padding:.2rem .55rem;border-radius:4px;text-transform:uppercase;letter-spacing:.08em}
.cost-severity--critical{background:rgba(239,68,68,.12);color:var(--red-lt);border:1px solid rgba(239,68,68,.25)}
.cost-severity--high{background:rgba(246,130,31,.1);color:var(--cf-lt);border:1px solid rgba(246,130,31,.2)}
.cost-severity--med{background:rgba(255,255,255,.06);color:var(--muted);border:1px solid var(--border2)}
.cost-severity--low{background:rgba(255,255,255,.04);color:var(--faint);border:1px solid var(--border)}
.cost-type{font-size:.65rem;color:var(--faint);font-style:italic}
.cost-row__content{padding:2rem}
.cost-row__content h3{font-size:.975rem;margin-bottom:.7rem}
.cost-row__content > p{margin-bottom:1rem}

/* Cost calc */
.cost-calc{background:var(--bg-3);border:1px solid var(--border);border-radius:var(--r);padding:1rem 1.25rem;margin-bottom:1rem}
.calc-row{display:flex;justify-content:space-between;align-items:baseline;padding:.4rem 0;border-bottom:1px solid var(--border);font-size:.8rem;color:var(--muted)}
.calc-row:last-child{border-bottom:none}
.calc-row--total{padding-top:.65rem;font-weight:700}
.calc-val{font-weight:700;color:var(--text);white-space:nowrap;margin-left:1rem}
.calc-val--red{color:var(--red-lt)}

/* Cost note */
.cost-note{display:flex;align-items:flex-start;gap:.5rem;background:rgba(246,130,31,.04);border:1px solid rgba(246,130,31,.12);border-radius:var(--r);padding:.75rem 1rem;font-size:.8rem;color:var(--muted);line-height:1.6}
.cost-note svg{width:14px;height:14px;flex-shrink:0;margin-top:1px;color:var(--cf-lt)}

/* Infra viz */
.infra-viz{margin:1rem 0;display:flex;flex-direction:column;gap:.5rem}
.infra-bar-row{display:flex;align-items:center;gap:.85rem}
.infra-label{font-size:.72rem;color:var(--muted);width:140px;flex-shrink:0;text-align:right}
.infra-bar{height:28px;border-radius:5px;display:flex;align-items:center;padding:0 .75rem;font-size:.72rem;font-weight:600;transition:width 1.2s ease}
.infra-bar--real{background:rgba(74,222,128,.12);color:var(--green-lt);border:1px solid rgba(74,222,128,.2)}
.infra-bar--bot{background:rgba(239,68,68,.12);color:var(--red-lt);border:1px solid rgba(239,68,68,.2)}
.infra-pct{font-size:.72rem;color:var(--faint);font-weight:600;white-space:nowrap}

/* Cost timeline */
.cost-timeline{margin-top:1rem;display:flex;flex-direction:column;gap:.4rem}
.ctl-item{display:flex;gap:.75rem;align-items:flex-start;font-size:.8rem;padding:.5rem .75rem;border-radius:6px;background:rgba(0,0,0,.15)}
.ctl-item--warn{background:rgba(239,68,68,.04);border:1px solid rgba(239,68,68,.1)}
.ctl-time{font-weight:700;color:var(--text);white-space:nowrap;min-width:90px;flex-shrink:0}
.ctl-text{color:var(--muted)}

/* Trust impacts */
.trust-impacts{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-top:1rem}
.ti-item{background:var(--bg-3);border:1px solid var(--border);border-radius:var(--r);padding:1rem}
.ti-item strong{display:block;font-size:.82rem;margin-bottom:.35rem}
.ti-item p{font-size:.78rem;color:var(--muted);line-height:1.6;margin:0}

/* Legal grid */
.legal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-top:.75rem}
.legal-item{background:var(--bg-3);border:1px solid var(--border);border-radius:var(--r);padding:1rem}
.legal-item strong{display:block;font-size:.82rem;margin-bottom:.35rem}
.legal-item p{font-size:.78rem;color:var(--muted);line-height:1.6;margin:0}

/* ROI */
.roi-layout{display:grid;grid-template-columns:1fr 60px 1fr;gap:1.5rem;align-items:start;margin-bottom:1.5rem}
.roi-vs{display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:800;color:var(--faint);padding-top:3rem}
.roi-col__header{padding:.65rem 1.25rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;border-radius:var(--r) var(--r) 0 0;margin-bottom:0}
.roi-col__header--bad{background:rgba(239,68,68,.1);color:var(--red-lt);border:1px solid rgba(239,68,68,.2)}
.roi-col__header--good{background:rgba(74,222,128,.08);color:var(--green-lt);border:1px solid rgba(74,222,128,.18)}
.roi-items{border:1px solid var(--border);border-top:none;border-radius:0 0 var(--r-lg) var(--r-lg);overflow:hidden}
.roi-item{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.9rem 1.25rem;border-bottom:1px solid var(--border);transition:background var(--t)}
.roi-item:hover{background:rgba(255,255,255,.02)}
.roi-item:last-child{border-bottom:none}
.roi-item--total{background:rgba(0,0,0,.2);font-weight:700}
.roi-item--total .roi-item__label span:first-child{color:var(--text)}
.roi-item__label{display:flex;flex-direction:column;gap:.2rem}
.roi-item__label span:first-child{font-size:.82rem;color:var(--muted)}
.roi-item__note{font-size:.7rem;color:var(--faint)}
.roi-item__val{font-size:.82rem;font-weight:700;white-space:nowrap;flex-shrink:0}
.roi-item__val--red{color:var(--red-lt)}
.roi-item__val--green{color:var(--green-lt)}
.roi-item__val--amber{color:var(--amber-lt)}
.roi-note{background:rgba(255,255,255,.03);border:1px solid var(--border);border-radius:var(--r);padding:1rem 1.25rem;font-size:.78rem;color:var(--faint);line-height:1.65}
.roi-note strong{color:var(--text)}

/* SOLUTION */
.solution-products{display:flex;flex-direction:column;gap:1px;background:var(--border);border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden;margin-bottom:2.5rem}
.sp-card{background:var(--bg-3);padding:2rem;transition:background var(--t)}
.sp-card:hover{background:var(--bg)}
.sp-card--primary{border-bottom:1.5px solid var(--border)}
.sp-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border)}
.sp-icon{width:38px;height:38px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:9px;flex-shrink:0;margin-bottom:.85rem}
.sp-icon svg{width:100%;height:100%}
.sp-card h3{font-size:.975rem;margin-bottom:.6rem}
.sp-card p{font-size:.845rem;color:var(--muted);line-height:1.75;margin-bottom:.75rem}
.sp-stat{display:inline-flex;flex-direction:column;background:rgba(74,222,128,.06);border:1px solid rgba(74,222,128,.15);border-radius:8px;padding:.6rem 1rem}
.sp-stat strong{font-size:1.4rem;font-weight:800;color:var(--green-lt);line-height:1}
.sp-stat span{font-size:.7rem;color:var(--muted);margin-top:.2rem}

/* Deploy timeline */
.deploy-timeline{background:var(--bg-3);border:1px solid var(--border);border-radius:var(--r-lg);padding:2rem}
.deploy-timeline h3{font-size:.975rem;margin-bottom:1.5rem}
.dtl-steps{display:flex;flex-direction:column;gap:0}
.dtl-step{display:flex;gap:1.25rem;align-items:flex-start;padding:1.1rem 0;border-bottom:1px solid var(--border)}
.dtl-step:last-child{border-bottom:none;padding-bottom:0}
.dtl-step__marker{width:28px;height:28px;border-radius:50%;background:var(--surface);border:1px solid var(--border2);display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:800;color:var(--muted);flex-shrink:0;margin-top:1px}
.dtl-marker--done{background:rgba(74,222,128,.1);border-color:rgba(74,222,128,.25);color:var(--green-lt)}
.dtl-marker--done svg{width:12px;height:12px}
.dtl-step__content strong{display:block;font-size:.875rem;margin-bottom:.3rem}
.dtl-step__content p{font-size:.8rem;color:var(--muted);line-height:1.65;margin:0}

/* CTA */
.cta-section{background:var(--bg)}
.cta-inner{max-width:720px;margin:0 auto;text-align:center}
.cta-badge{display:inline-flex;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--green-lt);background:rgba(74,222,128,.08);border:1px solid rgba(74,222,128,.18);padding:.3rem .8rem;border-radius:50px;margin-bottom:1.5rem}
.cta-inner h2{margin-bottom:.85rem}
.cta-inner > p{font-size:.925rem;color:var(--muted);line-height:1.8;margin-bottom:1rem}
.cta-inner > p:last-of-type{margin-bottom:2.5rem}
.cta-actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}
.cta-contact{font-size:.8rem;color:var(--faint);display:flex;align-items:center;gap:.75rem;justify-content:center;flex-wrap:wrap}
.cta-contact strong{color:var(--muted)}
.cta-contact a{color:var(--cf)}

/* FOOTER */
.footer{background:var(--bg-2);border-top:1px solid var(--border);padding:2.5rem 0}
.footer__inner{display:flex;justify-content:space-between;gap:2rem;flex-wrap:wrap;align-items:flex-start}
.footer__brand{display:flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;color:var(--muted);margin-bottom:.5rem}
.footer__inner > div > p{font-size:.72rem;color:var(--faint);max-width:480px;line-height:1.6}
.footer__right{display:flex;flex-direction:column;gap:.4rem;align-items:flex-end}
.footer__right a{font-size:.75rem;color:var(--faint);transition:color var(--t)}
.footer__right a:hover{color:var(--cf)}

/* NEW HERO METRIC COLORS */
.hm-card--orange strong{color:var(--cf-lt)}
.hm-card--amber strong{color:var(--amber-lt)}
.hm-card--blue strong{color:#7dd3fc}
.hm-card--green strong{color:var(--green-lt)}

/* WHY RATE LIMITING SPLIT */
.why-split{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:3rem}
.why-col h3{font-size:1rem;font-weight:700;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}
.why-col--problem h3{color:var(--red-lt)}
.why-col--solution h3{color:var(--cf-lt)}
.behavior-list{display:flex;flex-direction:column;gap:.85rem}
.bh-item{display:flex;gap:.85rem;align-items:flex-start;padding:.85rem 1rem;background:rgba(239,68,68,.03);border:1px solid rgba(239,68,68,.1);border-radius:var(--r)}
.bh-icon{font-size:1.1rem;flex-shrink:0;margin-top:.05rem}
.bh-item strong{display:block;font-size:.85rem;margin-bottom:.25rem}
.bh-item p{font-size:.8rem;color:var(--muted);line-height:1.65;margin:0}
.rl-advantage-list{display:flex;flex-direction:column;gap:.75rem}
.rla-item{padding:.9rem 1rem;background:rgba(246,130,31,.04);border:1px solid rgba(246,130,31,.12);border-radius:var(--r)}
.rla-tag{display:inline-block;font-size:.65rem;font-weight:700;padding:.15rem .5rem;background:rgba(246,130,31,.12);color:var(--cf-lt);border:1px solid rgba(246,130,31,.25);border-radius:4px;margin-bottom:.45rem;font-family:'SF Mono','Fira Code',monospace}
.rla-item p{font-size:.8rem;color:var(--muted);line-height:1.65;margin:0}

/* RULE EXAMPLES */
.rule-examples{margin-top:.5rem}
.rule-examples h3{font-size:1rem;font-weight:700;margin-bottom:1.25rem}
.rule-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}
.rule-card{background:var(--bg-3);border:1px solid var(--border);border-radius:var(--r);padding:1.25rem;transition:background var(--t)}
.rule-card:hover{background:var(--surface)}
.rule-card__label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--cf);margin-bottom:.75rem}
.rule-code{background:var(--bg);border:1px solid rgba(255,255,255,.06);border-radius:6px;padding:.85rem 1rem;margin-bottom:.85rem;font-family:'SF Mono','Fira Code',monospace;font-size:.76rem;display:flex;flex-direction:column;gap:.3rem}
.rc-line{display:flex;gap:.5rem;align-items:baseline;flex-wrap:wrap}
.rc-kw{color:var(--cf);font-weight:700;flex-shrink:0}
.rc-val{color:#a6e3a1}
.rule-card p{font-size:.78rem;color:var(--muted);line-height:1.65;margin:0}

/* COMPARISON TABLE */
.comparison-table-wrap{border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden;overflow-x:auto}
.comparison-table{width:100%;border-collapse:collapse;font-size:.8rem}
.comparison-table thead tr{background:var(--surface);border-bottom:1px solid var(--border2)}
.comparison-table th{padding:.7rem 1rem;text-align:left;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}
.comparison-table .col-pro{color:var(--muted)}
.comparison-table .col-enterprise{color:var(--cf-lt)}
.comparison-table tbody tr{border-bottom:1px solid var(--border);transition:background var(--t)}
.comparison-table tbody tr:last-child{border-bottom:none}
.comparison-table tbody tr:hover{background:var(--bg-3)}
.comparison-table td{padding:.85rem 1rem;vertical-align:top;color:var(--muted);line-height:1.55}
.comparison-table td:first-child{color:var(--text)}
.comparison-table td:last-child{font-size:.78rem}
.cell-yes{color:var(--green-lt)!important;font-weight:700;text-align:center}
.cell-no{color:var(--red-lt)!important;font-weight:700;text-align:center;opacity:.6}
.cell-partial{color:var(--amber-lt)!important;font-size:.75rem!important;text-align:center}
code{font-family:'SF Mono','Fira Code',monospace;font-size:.8em;background:rgba(255,255,255,.07);padding:.1em .3em;border-radius:3px;color:var(--cf-lt)}

/* FADE */
.fade-up{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}
.fade-up.visible{opacity:1;transform:translateY(0)}

@media(max-width:1024px){
  .hero__metrics{grid-template-columns:repeat(2,1fr)}
  .why-split{grid-template-columns:1fr}
  .rule-grid{grid-template-columns:1fr}
  .trust-impacts,.legal-grid{grid-template-columns:1fr}
  .roi-layout{grid-template-columns:1fr;gap:1rem}
  .roi-vs{display:none}
}
@media(max-width:768px){
  .nav__links{display:none}
  .nav__hamburger{display:flex}
  .nav__links.open{display:flex;flex-direction:column;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(7,7,7,.97);align-items:center;justify-content:center;gap:2rem;font-size:1.1rem;z-index:99}
  .cost-row{grid-template-columns:1fr}
  .cost-row__meta{flex-direction:row;align-items:center;border-right:none;border-bottom:1px solid var(--border);padding:1rem 1.5rem}
  .cost-num{font-size:1.1rem}
  .infra-label{width:100px}
  .footer__inner{flex-direction:column}
  .footer__right{align-items:flex-start}
}
@media(max-width:480px){
  .hero__metrics{grid-template-columns:1fr}
  .cta-actions{flex-direction:column}
  .btn{width:100%;justify-content:center}
}
