/* ==========================================================================
   Lawrenceville Dumpster Rental Guys — Design System
   Brand: construction orange + charcoal. Mobile-first, CWV-optimised.
   ========================================================================== */

:root{
  --orange:#ef5a1e;
  --orange-dark:#d0480f;
  --orange-soft:#fff2ec;
  --charcoal:#17191c;
  --charcoal-2:#22262b;
  --ink:#1f2328;
  --body:#3b424b;
  --muted:#6b7480;
  --line:#e6e8ec;
  --bg:#ffffff;
  --bg-alt:#f6f7f9;
  --bg-dark:#15171a;
  --green:#1f9d55;
  --star:#f5a623;
  --radius:14px;
  --radius-sm:9px;
  --shadow-sm:0 1px 2px rgba(16,20,26,.06),0 2px 6px rgba(16,20,26,.06);
  --shadow:0 8px 30px rgba(16,20,26,.10);
  --shadow-lg:0 24px 60px rgba(16,20,26,.16);
  --maxw:1180px;
  --gap:clamp(1rem,3vw,2rem);
  --sans:"Segoe UI",system-ui,-apple-system,Roboto,"Helvetica Neue",Arial,sans-serif;
  --head:"Segoe UI",system-ui,-apple-system,"Helvetica Neue",Arial,sans-serif;
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;overflow-x:hidden;overflow-x:clip}
body{
  margin:0;font-family:var(--sans);color:var(--body);background:var(--bg);
  font-size:1.0625rem;line-height:1.7;-webkit-font-smoothing:antialiased;
  width:100%;max-width:100%;overflow-x:hidden;overflow-x:clip;
}
img{max-width:100%;height:auto;display:block}
/* Global safety cap: any inline icon SVG without an explicit sizing class defaults to
   text size. Context rules below (.btn svg, .ic svg, .trustbar svg, etc.) override this. */
svg:not([class]){width:1.15em;height:1.15em;flex:none;vertical-align:-.15em}
a{color:var(--orange-dark);text-decoration:none}
a:hover{text-decoration:underline}
h1,h2,h3,h4{font-family:var(--head);color:var(--ink);line-height:1.18;margin:0 0 .5em;font-weight:800;letter-spacing:-.01em}
h1{font-size:clamp(2rem,5.2vw,3.15rem)}
h2{font-size:clamp(1.6rem,3.6vw,2.35rem)}
h3{font-size:clamp(1.2rem,2.2vw,1.5rem)}
h4{font-size:1.12rem}
p{margin:0 0 1.1rem}
ul,ol{margin:0 0 1.1rem;padding-left:1.25rem}
li{margin:.35rem 0}
strong{color:var(--ink)}
hr{border:0;border-top:1px solid var(--line);margin:2.5rem 0}
:focus-visible{outline:3px solid var(--orange);outline-offset:2px;border-radius:4px}

/* Layout ------------------------------------------------------------------ */
.container{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:clamp(1rem,4vw,2rem)}
.section{padding:clamp(3rem,7vw,5.5rem) 0}
.section--alt{background:var(--bg-alt)}
.section--dark{background:var(--charcoal);color:#cfd4da}
.section--dark h2,.section--dark h3,.section--dark h4{color:#fff}
.section--tight{padding:clamp(2rem,4vw,3rem) 0}
.center{text-align:center}
.eyebrow{display:inline-block;font-weight:800;letter-spacing:.14em;text-transform:uppercase;
  font-size:.76rem;color:var(--orange-dark);margin-bottom:.6rem}
.lede{font-size:clamp(1.08rem,1.6vw,1.28rem);color:var(--body);max-width:62ch}
.center .lede{margin-inline:auto}
.grid{display:grid;gap:var(--gap)}
.g-2{grid-template-columns:repeat(2,1fr)}
.g-3{grid-template-columns:repeat(3,1fr)}
.g-4{grid-template-columns:repeat(4,1fr)}
.section-head{max-width:64ch;margin-bottom:clamp(1.6rem,3vw,2.6rem)}
.section-head.center{margin-inline:auto}

/* Buttons ----------------------------------------------------------------- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;
  font-family:var(--head);font-weight:800;font-size:1.02rem;line-height:1;
  padding:.95rem 1.5rem;border-radius:999px;border:2px solid transparent;
  cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,background .12s ease;
  text-decoration:none;text-align:center}
.btn svg{width:1.1em;height:1.1em;flex:none}
.btn:hover{text-decoration:none;transform:translateY(-2px)}
.btn--primary{background:var(--orange);color:#fff;box-shadow:0 8px 22px rgba(239,90,30,.34)}
.btn--primary:hover{background:var(--orange-dark);color:#fff}
.btn--ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.55)}
.btn--ghost:hover{background:rgba(255,255,255,.12);color:#fff}
.btn--dark{background:var(--charcoal);color:#fff}
.btn--dark:hover{background:#000;color:#fff}
.btn--lg{font-size:1.12rem;padding:1.1rem 1.9rem}
.btn--block{width:100%}
.btn-row{display:flex;flex-wrap:wrap;gap:.8rem}
.center .btn-row{justify-content:center}

/* Top bar + header -------------------------------------------------------- */
.topbar{background:var(--charcoal);color:#c9ced5;font-size:.86rem}
.topbar .container{display:flex;justify-content:space-between;align-items:center;gap:1rem;min-height:40px}
.topbar a{color:#fff;font-weight:700}
.topbar .tb-left{display:flex;gap:1.4rem;flex-wrap:wrap}
.topbar .tb-item{display:inline-flex;align-items:center;gap:.4rem}
.topbar svg{width:15px;height:15px;color:var(--orange)}
@media(max-width:820px){.topbar .tb-hide{display:none}}

.site-header{position:sticky;top:0;z-index:60;background:#fff;border-bottom:1px solid var(--line);
  box-shadow:var(--shadow-sm)}
.nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:74px}
.brand{display:flex;align-items:center;gap:.6rem;flex:none;min-width:0}
.brand img,.brand svg{height:44px;width:auto;max-width:62vw}
@media(max-width:480px){.brand img,.brand svg{height:36px}}
.nav-menu{display:flex;align-items:center;gap:.2rem;list-style:none;margin:0;padding:0}
.nav-menu>li{position:relative}
.nav-menu>li>a{display:inline-flex;align-items:center;gap:.3rem;padding:.7rem .82rem;border-radius:8px;
  color:var(--ink);font-weight:700;font-size:.98rem}
.nav-menu>li>a:hover,.nav-menu>li>a[aria-current="page"]{background:var(--orange-soft);color:var(--orange-dark);text-decoration:none}
.nav-menu .caret{width:14px;height:14px;transition:transform .2s}
.has-sub:hover .caret{transform:rotate(180deg)}
.submenu{position:absolute;top:calc(100% + 6px);left:0;min-width:250px;background:#fff;
  border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);padding:.5rem;
  list-style:none;margin:0;opacity:0;visibility:hidden;transform:translateY(6px);
  transition:.16s ease;z-index:70}
.has-sub:hover .submenu,.has-sub:focus-within .submenu{opacity:1;visibility:visible;transform:translateY(0)}
.submenu a{display:block;padding:.6rem .75rem;border-radius:8px;color:var(--ink);font-weight:600;font-size:.95rem}
.submenu a:hover{background:var(--bg-alt);color:var(--orange-dark);text-decoration:none}
.nav-cta{display:flex;align-items:center;gap:.6rem}
.nav-phone{display:inline-flex;flex-direction:column;line-height:1.05;text-align:right}
.nav-phone .lbl{font-size:.68rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-weight:700}
.nav-phone .num{font-family:var(--head);font-weight:800;font-size:1.18rem;color:var(--ink)}
.nav-toggle{display:none;background:none;border:0;cursor:pointer;padding:.4rem}
.nav-toggle span{display:block;width:26px;height:3px;background:var(--ink);border-radius:3px;margin:5px 0;transition:.25s}

@media(max-width:1024px){
  .nav-menu,.nav-phone{display:none}
  .nav-toggle{display:block}
}
/* Mobile drawer */
.mobile-nav{position:fixed;inset:0 0 0 auto;width:min(88vw,360px);background:#fff;z-index:90;
  transform:translateX(100%);transition:transform .28s ease;box-shadow:var(--shadow-lg);
  display:flex;flex-direction:column;padding:1.2rem;overflow-y:auto}
.mobile-nav.open{transform:translateX(0)}
.mobile-backdrop{position:fixed;inset:0;background:rgba(10,12,15,.5);z-index:85;opacity:0;visibility:hidden;transition:.25s}
.mobile-backdrop.open{opacity:1;visibility:visible}
.mobile-nav .mn-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}
.mn-close{background:none;border:0;font-size:1.8rem;line-height:1;cursor:pointer;color:var(--ink)}
.mobile-nav ul{list-style:none;margin:0;padding:0}
.mobile-nav>ul>li{border-bottom:1px solid var(--line)}
.mobile-nav a{display:block;padding:.85rem .3rem;color:var(--ink);font-weight:700}
.mobile-nav .m-sub a{padding-left:1.2rem;font-weight:600;color:var(--body);font-size:.95rem}
.m-acc-btn{display:flex;justify-content:space-between;align-items:center;width:100%;background:none;
  border:0;padding:.85rem .3rem;font:inherit;font-weight:800;color:var(--ink);cursor:pointer}
.m-acc-btn .caret{width:16px;height:16px;transition:transform .2s}
.m-acc-btn[aria-expanded="true"] .caret{transform:rotate(180deg)}
.m-sub{display:none;padding-bottom:.5rem}
.m-sub.open{display:block}
.mobile-nav .btn{margin-top:1.1rem}

/* Hero -------------------------------------------------------------------- */
.hero{position:relative;background:var(--charcoal);color:#fff;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(1.5rem,4vw,3.5rem);
  align-items:center;padding:clamp(2.5rem,6vw,4.5rem) 0}
.hero h1{color:#fff;margin-bottom:.5rem}
.hero .hl{color:var(--orange)}
.hero p{color:#d5dae1;font-size:clamp(1.05rem,1.6vw,1.24rem);max-width:52ch}
.hero-badges{display:flex;flex-wrap:wrap;gap:.6rem 1.1rem;margin:1.3rem 0 1.6rem}
.hero-badges span{display:inline-flex;align-items:center;gap:.45rem;font-weight:700;font-size:.95rem;color:#e9edf2}
.hero-badges svg{width:18px;height:18px;color:var(--orange)}
.hero-media{position:relative}
.hero-media img{border-radius:18px;box-shadow:var(--shadow-lg);width:100%;object-fit:cover}
.hero-float{position:absolute;left:-14px;bottom:-14px;background:#fff;color:var(--ink);
  border-radius:14px;padding:.8rem 1rem;box-shadow:var(--shadow);display:flex;align-items:center;gap:.7rem}
.hero-float .rev{font-size:.82rem;color:var(--muted);font-weight:600}
.hero-float .stars{color:var(--star);font-size:1rem;letter-spacing:1px}
.hero-float strong{display:block;font-size:1.05rem}
@media(max-width:860px){.hero-grid{grid-template-columns:1fr}.hero-media{order:-1}.hero-float{left:8px;bottom:8px}}

/* Trust bar --------------------------------------------------------------- */
.trustbar{background:var(--bg-dark);color:#c7ccd3}
.trustbar .container{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem 2.4rem;
  padding:1rem 2rem;text-align:center}
.trustbar .ti{display:inline-flex;align-items:center;gap:.5rem;font-weight:700;font-size:.94rem}
.trustbar svg{width:20px;height:20px;color:var(--orange)}

/* Cards ------------------------------------------------------------------- */
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;
  box-shadow:var(--shadow-sm);transition:transform .15s ease,box-shadow .15s ease;display:flex;flex-direction:column;height:100%}
.card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.card img{aspect-ratio:16/10;object-fit:cover;width:100%}
.card-body{padding:1.3rem 1.35rem 1.45rem;display:flex;flex-direction:column;flex:1}
.card-body h3{margin-bottom:.4rem}
.card-body h3 a{color:var(--ink)}
.card-body h3 a:hover{color:var(--orange-dark)}
.card p{color:var(--body);font-size:.98rem}
.card .card-link{margin-top:auto;font-weight:800;color:var(--orange-dark);display:inline-flex;align-items:center;gap:.35rem}
.card .card-link svg{width:16px;height:16px;transition:transform .15s}
.card:hover .card-link svg{transform:translateX(3px)}
.icard{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow-sm);height:100%;color:var(--body)}
.icard .ic{width:52px;height:52px;border-radius:12px;background:var(--orange-soft);color:var(--orange-dark);
  display:grid;place-items:center;margin-bottom:1rem}
.icard .ic svg{width:26px;height:26px}
.icard h3{font-size:1.22rem;margin-bottom:.4rem;color:var(--ink)}
.icard p{font-size:.98rem;margin:0;color:var(--body)}
/* Light-background cards must keep dark text even inside dark sections */
.section--dark .icard,.section--dark .icard p,.section--dark .card,.section--dark .card p,.section--dark .review,.section--dark .review p{color:var(--body)}
.section--dark .icard h3,.section--dark .card h3,.section--dark .card h3 a,.section--dark .review .who{color:var(--ink)}
/* Checklists inside dark sections stay white */
.section--dark .checks li,.section--dark .checks li strong{color:#fff}

/* Stats ------------------------------------------------------------------- */
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;text-align:center}
.stat{padding:1.2rem}
.stat .n{font-family:var(--head);font-weight:900;font-size:clamp(2rem,4vw,2.9rem);color:var(--orange);line-height:1}
.stat .l{font-weight:700;color:var(--ink);margin-top:.3rem}
.section--dark .stat .l{color:#e7eaee}

/* Process ----------------------------------------------------------------- */
.steps{counter-reset:step;display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem}
.step{position:relative;padding-top:.5rem}
.step .num{width:48px;height:48px;border-radius:50%;background:var(--orange);color:#fff;font-weight:900;
  font-family:var(--head);display:grid;place-items:center;font-size:1.25rem;margin-bottom:.9rem}
.step h3{font-size:1.15rem}
.step p{font-size:.96rem;margin:0}

/* Split feature ----------------------------------------------------------- */
.split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.5rem,4vw,3.4rem);align-items:center}
.split img{border-radius:var(--radius);box-shadow:var(--shadow);width:100%;object-fit:cover}
.split.rev .split-media{order:2}
@media(max-width:820px){.split{grid-template-columns:1fr}.split.rev .split-media{order:0}}
.checks{list-style:none;padding:0;margin:1rem 0}
.checks li{position:relative;padding-left:2rem;margin:.6rem 0;font-weight:600;color:var(--ink)}
.checks li::before{content:"";position:absolute;left:0;top:.15rem;width:1.35rem;height:1.35rem;border-radius:50%;
  background:var(--green);
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") center/78% no-repeat;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") center/78% no-repeat}

/* Sizes table ------------------------------------------------------------- */
.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm)}
table.data{border-collapse:collapse;width:100%;min-width:560px;background:#fff}
table.data th,table.data td{padding:.9rem 1rem;text-align:left;border-bottom:1px solid var(--line);font-size:.97rem}
table.data th{background:var(--charcoal);color:#fff;font-family:var(--head);font-weight:700;white-space:nowrap}
table.data tr:nth-child(even) td{background:var(--bg-alt)}
table.data td:first-child{font-weight:800;color:var(--ink)}

/* Why-us / feature list --------------------------------------------------- */
.pill{display:inline-flex;align-items:center;gap:.4rem;background:var(--orange-soft);color:var(--orange-dark);
  font-weight:800;font-size:.82rem;padding:.35rem .8rem;border-radius:999px}

/* FAQ --------------------------------------------------------------------- */
.faq{max-width:820px;margin-inline:auto}
.faq-item{border:1px solid var(--line);border-radius:12px;margin-bottom:.8rem;background:#fff;overflow:hidden}
.faq-q{width:100%;text-align:left;background:none;border:0;cursor:pointer;padding:1.1rem 1.2rem;
  font:inherit;font-weight:800;color:var(--ink);font-size:1.05rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}
.faq-q .ic{flex:none;width:22px;height:22px;transition:transform .2s;color:var(--orange)}
.faq-q[aria-expanded="true"] .ic{transform:rotate(45deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .28s ease}
.faq-a .inner{padding:0 1.2rem 1.2rem;color:var(--body)}
.faq-a p:last-child{margin-bottom:0}

/* CTA band ---------------------------------------------------------------- */
.cta-band{background:linear-gradient(120deg,var(--orange),var(--orange-dark));color:#fff;text-align:center}
.cta-band h2{color:#fff}
.cta-band p{color:#fff;opacity:.95;max-width:60ch;margin-inline:auto}
.cta-band .btn--primary{background:#fff;color:var(--orange-dark)}
.cta-band .btn--primary:hover{background:var(--charcoal);color:#fff}
.cta-band .btn--ghost{border-color:rgba(255,255,255,.7)}

/* Breadcrumbs ------------------------------------------------------------- */
.crumbs{font-size:.85rem;color:var(--muted)}
.crumbs ol{list-style:none;display:flex;flex-wrap:wrap;gap:.4rem;padding:0;margin:0}
.crumbs li::after{content:"›";margin-left:.4rem;color:var(--muted)}
.crumbs li:last-child::after{content:""}
.crumbs a{color:var(--muted);font-weight:600}
.crumbs li:last-child{color:var(--ink);font-weight:700}
.page-hero{background:var(--charcoal);color:#fff;padding:clamp(2rem,5vw,3.4rem) 0}
.page-hero h1{color:#fff;margin:.5rem 0 .4rem}
.page-hero p{color:#d5dae1;max-width:64ch;margin:0}
.page-hero .crumbs,.page-hero .crumbs a,.page-hero .crumbs li:last-child,.page-hero .crumbs li::after{color:#aeb6c0}
.page-hero .crumbs a:hover{color:#fff}

/* Prose (blog/legal) ------------------------------------------------------ */
.prose{max-width:74ch}
.prose h2{margin-top:2.2rem}
.prose h3{margin-top:1.6rem}
.prose img{border-radius:var(--radius);box-shadow:var(--shadow-sm);margin:1.5rem 0}
.prose figure{margin:1.6rem 0}
.prose figcaption{font-size:.87rem;color:var(--muted);margin-top:.5rem;text-align:center}
.prose blockquote{border-left:4px solid var(--orange);background:var(--orange-soft);margin:1.5rem 0;
  padding:1rem 1.3rem;border-radius:0 10px 10px 0;color:var(--ink);font-weight:600}
.prose ul li,.prose ol li{margin:.5rem 0}
.callout{background:var(--bg-alt);border:1px solid var(--line);border-left:4px solid var(--orange);
  border-radius:0 10px 10px 0;padding:1.1rem 1.3rem;margin:1.6rem 0}
.callout strong{color:var(--ink)}
.callout svg{width:18px;height:18px;flex:none;vertical-align:-3px;color:var(--orange-dark)}
.article-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1.2rem;color:var(--muted);font-size:.9rem;margin-bottom:1.2rem}
.article-meta span{display:inline-flex;align-items:center;gap:.35rem}
.article-meta svg{width:16px;height:16px;flex:none;color:var(--orange-dark)}
.article-meta .a-author{color:var(--ink);font-weight:700}
.toc{background:var(--bg-alt);border:1px solid var(--line);border-radius:12px;padding:1.1rem 1.3rem;margin:1.5rem 0}
.toc h4{margin:0 0 .5rem}
.toc ol{margin:0;padding-left:1.2rem}
.toc a{color:var(--body);font-weight:600}

/* Layout helpers with sidebar --------------------------------------------- */
.with-aside{display:grid;grid-template-columns:1fr 320px;gap:clamp(1.5rem,4vw,3rem);align-items:start}
@media(max-width:920px){.with-aside{grid-template-columns:1fr}}
.aside-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.3rem;box-shadow:var(--shadow-sm);margin-bottom:1.3rem}
.aside-card h3{font-size:1.12rem}
.aside-card.dark{background:var(--charcoal);color:#dfe3e8}
.aside-card.dark h3{color:#fff}
.aside-list{list-style:none;padding:0;margin:0}
.aside-list li{border-bottom:1px solid var(--line);}
.aside-list li:last-child{border-bottom:0}
.aside-list a{display:block;padding:.6rem 0;font-weight:600;color:var(--ink)}
.aside-list a:hover{color:var(--orange-dark)}
.sticky-aside{position:sticky;top:100px}

/* Reviews ----------------------------------------------------------------- */
.review{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.4rem;box-shadow:var(--shadow-sm);height:100%}
.review .stars{color:var(--star);letter-spacing:2px;margin-bottom:.6rem}
.review p{font-style:italic;color:var(--ink)}
.review .who{font-weight:800;color:var(--ink);font-style:normal;margin-top:.6rem}
.review .who span{display:block;font-weight:600;color:var(--muted);font-size:.88rem}

/* Footer ------------------------------------------------------------------ */
.site-footer{background:var(--charcoal);color:#aab1ba;font-size:.95rem}
.footer-top{padding:clamp(2.5rem,5vw,3.5rem) 0}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:2rem}
.site-footer h4{color:#fff;font-size:1.02rem;margin-bottom:1rem;letter-spacing:.02em}
.site-footer a{color:#aab1ba}
.site-footer a:hover{color:#fff}
.footer-brand svg,.footer-brand img{height:54px;width:auto;margin-bottom:1rem;background:#fff;padding:9px 13px;border-radius:11px}
.footer-links{list-style:none;padding:0;margin:0}
.footer-links li{margin:.5rem 0}
.footer-contact li{display:flex;gap:.6rem;margin:.6rem 0;align-items:flex-start}
.footer-contact svg{width:18px;height:18px;color:var(--orange);flex:none;margin-top:3px}
.footer-map{border:0;border-radius:12px;width:100%;height:180px;filter:grayscale(.2)}
.social{display:flex;gap:.6rem;margin-top:1rem}
.social a{width:38px;height:38px;border-radius:9px;background:var(--charcoal-2);display:grid;place-items:center}
.social a:hover{background:var(--orange)}
.social svg{width:18px;height:18px;color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.1rem 0;font-size:.85rem}
.footer-bottom .container{display:flex;justify-content:space-between;flex-wrap:wrap;gap:.6rem}
.footer-bottom a{margin-left:1rem}
@media(max-width:920px){.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.footer-grid{grid-template-columns:1fr}}

/* Sticky mobile CTA ------------------------------------------------------- */
.mobile-cta{position:fixed;left:0;right:0;bottom:0;z-index:80;display:none;
  background:rgba(23,25,28,.97);backdrop-filter:blur(6px);padding:.5rem;gap:.5rem;
  box-shadow:0 -4px 20px rgba(0,0,0,.25)}
.mobile-cta .btn{flex:1;padding:.8rem 1rem;font-size:1rem}
.mobile-cta .btn--outline{background:transparent;color:#fff;border-color:rgba(255,255,255,.4)}
@media(max-width:1024px){.mobile-cta{display:flex}body{padding-bottom:68px}}

/* Misc utilities ---------------------------------------------------------- */
.mt-0{margin-top:0}.mb-0{margin-bottom:0}
.badge-row{display:flex;flex-wrap:wrap;gap:.6rem;margin:1rem 0}
.tag{display:inline-flex;align-items:center;gap:.4rem;background:var(--bg-alt);border:1px solid var(--line);color:var(--body);
  padding:.4rem .8rem;border-radius:999px;font-size:.82rem;font-weight:700;line-height:1}
.tag svg{width:15px;height:15px;flex:none;color:var(--orange-dark)}
.badge-row{align-items:center}
.note{color:var(--muted);font-size:.9rem}
.anchor{scroll-margin-top:100px}
.hide{display:none}

@media(max-width:720px){
  .g-2,.g-3,.g-4,.stats,.steps{grid-template-columns:1fr}
  .g-3.keep-2,.g-4.keep-2{grid-template-columns:1fr 1fr}
}
@media(min-width:721px) and (max-width:980px){
  .g-3,.g-4{grid-template-columns:1fr 1fr}
  .stats,.steps{grid-template-columns:1fr 1fr}
}

/* Reduced motion */
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
