/* ===========================================================================
   Onoranze Funebri Roma 24 — design system
   Direzione: sobrio / istituzionale  ·  blu notte + grigio caldo + oro
   =========================================================================== */

:root {
  /* Neutrals (70–90% dei pixel) */
  --bg:        oklch(96.5% 0.004 95);   /* carta, grigio caldo appena accennato */
  --surface:   oklch(99.2% 0.002 95);   /* schede, card */
  --surface-2: oklch(94.5% 0.005 95);   /* fasce alternate */
  --fg:        oklch(27% 0.03 258);      /* inchiostro blu notte */
  --muted:     oklch(46% 0.022 258);     /* testo secondario */
  --border:    oklch(89% 0.008 258);     /* hairline */

  /* Sezioni scure */
  --night:     oklch(26% 0.055 260);     /* blu notte profondo */
  --night-2:   oklch(31% 0.05 260);      /* blu notte chiaro */
  --on-night:  oklch(96% 0.01 95);       /* testo su blu notte */
  --night-muted: oklch(74% 0.02 260);

  /* Accento unico: oro / ottone */
  --accent:    oklch(70% 0.095 78);      /* oro per fill/decoro */
  --accent-ink: oklch(52% 0.10 70);      /* oro scurito, per testo su chiaro */

  /* Semantici */
  --success:   oklch(56% 0.11 150);
  --whatsapp:  oklch(64% 0.14 150);

  /* Tipografia */
  --font-display: 'Cormorant Garamond', 'Iowan Old Style', 'Palatino Linotype',
                  Georgia, 'Times New Roman', serif;
  --font-body: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui,
               Roboto, Helvetica, Arial, sans-serif;

  --maxw: 1200px;
  --radius: 4px;     /* sobrio: raggi piccoli */
  --radius-lg: 8px;
  --shadow: 0 1px 2px rgba(20,28,48,.04), 0 8px 28px -16px rgba(20,28,48,.18);
  --shadow-lg: 0 24px 60px -28px rgba(20,28,48,.32);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font-body);
  color: var(--fg);
  background: var(--bg);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* ---- Tipografia -------------------------------------------------------- */
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; line-height: 1.08; color: var(--fg); }
h1 { font-size: clamp(2.6rem, 6vw, 4.4rem); letter-spacing: -.015em; }
h2 { font-size: clamp(2rem, 4vw, 3rem); letter-spacing: -.012em; }
h3 { font-size: clamp(1.35rem, 2.2vw, 1.7rem); letter-spacing: -.008em; }
p { text-wrap: pretty; }

.eyebrow {
  font-family: var(--font-body);
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent-ink);
  display: inline-flex;
  align-items: center;
  gap: .55rem;
}
.eyebrow::before {
  content: "";
  width: 26px; height: 1px;
  background: currentColor;
  display: inline-block;
}
.lead { font-size: clamp(1.05rem, 1.6vw, 1.25rem); color: var(--muted); max-width: 60ch; }

/* ---- Layout ------------------------------------------------------------ */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: clamp(1.1rem, 4vw, 2.5rem); }
.section { padding-block: clamp(3.5rem, 8vw, 6rem); }
.section--tight { padding-block: clamp(2.5rem, 5vw, 3.5rem); }
.section--alt { background: var(--surface-2); }
.section--night { background: var(--night); color: var(--on-night); }
.section--night h1, .section--night h2, .section--night h3 { color: var(--on-night); }
.section--night .lead { color: var(--night-muted); }
.section--night .eyebrow { color: var(--accent); }

.center { text-align: center; }
.center .lead { margin-inline: auto; }
.stack > * + * { margin-top: 1rem; }

/* ---- Bottoni ----------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: .55rem;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: .98rem;
  letter-spacing: .01em;
  padding: .92rem 1.6rem;
  border-radius: var(--radius);
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform .12s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  min-height: 48px;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--night); color: var(--on-night); }
.btn--primary:hover { background: var(--night-2); box-shadow: var(--shadow); }
.btn--gold { background: var(--accent); color: oklch(28% 0.05 70); }
.btn--gold:hover { box-shadow: 0 10px 28px -12px oklch(70% 0.095 78 / .8); }
.btn--ghost { border-color: var(--border); color: var(--fg); background: var(--surface); }
.btn--ghost:hover { border-color: var(--fg); }
.btn--wa { background: var(--whatsapp); color: #fff; }
.btn--wa:hover { filter: brightness(1.05); box-shadow: var(--shadow); }
.btn--lg { padding: 1.05rem 2rem; font-size: 1.05rem; min-height: 54px; }
.btn--block { width: 100%; }
.btn--light { background: rgba(255,255,255,.1); color: var(--on-night); border-color: rgba(255,255,255,.2); }
.btn--light:hover { background: rgba(255,255,255,.18); }

.icon { width: 20px; height: 20px; flex: none; stroke: currentColor; fill: none; stroke-width: 1.7; }
.icon--sm { width: 17px; height: 17px; }

/* ===========================================================================
   Barra reperibilità + header
   =========================================================================== */
.topbar {
  background: var(--night);
  color: var(--on-night);
  font-size: .85rem;
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.topbar .wrap { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 42px; padding-block: .35rem; }
.topbar__avail { display: inline-flex; align-items: center; gap: .55rem; color: var(--night-muted); }
.topbar__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--success);
  box-shadow: 0 0 0 0 oklch(56% 0.11 150 / .6); animation: pulse 2.4s infinite; flex: none; }
@keyframes pulse { 0%{box-shadow:0 0 0 0 oklch(56% 0.11 150 / .55)} 70%{box-shadow:0 0 0 7px oklch(56% 0.11 150 / 0)} 100%{box-shadow:0 0 0 0 oklch(56% 0.11 150 / 0)} }
.topbar__links { display: inline-flex; align-items: center; gap: 1.3rem; }
.topbar__links a { color: var(--on-night); display: inline-flex; align-items: center; gap: .4rem; }
.topbar__links a:hover { color: var(--accent); }
.topbar__phone { font-weight: 700; letter-spacing: .01em; }

.site-header { position: sticky; top: 0; z-index: 60; background: oklch(99.2% 0.002 95 / .9);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; min-height: 78px; }

/* Logo */
.logo { display: inline-flex; align-items: center; gap: .7rem; }
.logo__mark { width: 40px; height: 40px; flex: none; }
.logo__txt { display: flex; flex-direction: column; line-height: 1; }
.logo__name { font-family: var(--font-display); font-weight: 600; font-size: 1.32rem; letter-spacing: -.01em; }
.logo__name b { color: var(--accent-ink); font-weight: 600; }
.logo__sub { font-size: .62rem; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); margin-top: 3px; }

/* Nav */
.nav { display: flex; align-items: center; gap: 1.6rem; }
.nav a { font-size: .96rem; font-weight: 500; color: var(--fg); position: relative; padding-block: .3rem; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--accent-ink); }
.nav a[aria-current="page"]::after { content:""; position:absolute; left:0; right:0; bottom:-2px; height:2px; background: var(--accent); }
.header-cta { display: inline-flex; align-items: center; gap: .7rem; }

.nav-toggle { display: none; background: none; border: 1.5px solid var(--border); border-radius: var(--radius);
  width: 48px; height: 48px; align-items: center; justify-content: center; cursor: pointer; }
.nav-toggle svg { width: 24px; height: 24px; stroke: var(--fg); }

/* ===========================================================================
   Hero
   =========================================================================== */
.hero { position: relative; background: var(--night); color: var(--on-night); overflow: hidden; }
.hero::after { content:""; position:absolute; inset:0;
  background: radial-gradient(120% 90% at 85% -10%, oklch(70% 0.095 78 / .14), transparent 55%);
  pointer-events:none; }
.hero .wrap { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem,5vw,4rem); align-items: center; padding-block: clamp(3.5rem, 7vw, 6rem); }
.hero h1 { color: var(--on-night); }
.hero h1 em { font-style: italic; color: var(--accent); }
.hero .lead { color: var(--night-muted); margin-top: 1.4rem; }
.hero__cta { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 1.5rem; margin-top: 2.4rem; padding-top: 1.6rem; border-top: 1px solid rgba(255,255,255,.1); }
.hero__trust div { display: flex; flex-direction: column; gap: .15rem; }
.hero__trust b { font-family: var(--font-display); font-size: 1.7rem; color: var(--accent); line-height: 1; }
.hero__trust span { font-size: .82rem; color: var(--night-muted); }

/* Hero card: scheda assistenza immediata */
.hero-card { background: oklch(99.2% 0.002 95); color: var(--fg); border-radius: var(--radius-lg);
  padding: clamp(1.6rem, 3vw, 2.2rem); box-shadow: var(--shadow-lg); border-top: 3px solid var(--accent); }
.hero-card h3 { font-size: 1.45rem; }
.hero-card p { color: var(--muted); font-size: .95rem; margin-top: .4rem; }
.hero-card form { margin-top: 1.3rem; display: grid; gap: .7rem; }
.hero-card .row { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; }

/* Placeholder immagini sobrie */
.ph-img { background: linear-gradient(135deg, var(--surface-2), oklch(91% 0.008 258));
  border: 1px solid var(--border); border-radius: var(--radius-lg);
  display: grid; place-items: center; color: var(--muted); font-size: .8rem; letter-spacing: .08em;
  text-transform: uppercase; min-height: 220px; position: relative; overflow: hidden; }
.ph-img::after { content: attr(data-label); padding: .4rem .7rem; }
.ph-img svg { width: 44px; height: 44px; opacity: .35; position: absolute; }

/* ===========================================================================
   Form fields
   =========================================================================== */
.field { display: grid; gap: .35rem; }
.field label { font-size: .82rem; font-weight: 600; color: var(--fg); letter-spacing: .01em; }
.field input, .field select, .field textarea {
  font-family: var(--font-body); font-size: 1rem; color: var(--fg);
  padding: .8rem .9rem; border: 1.5px solid var(--border); border-radius: var(--radius);
  background: var(--surface); width: 100%; transition: border-color .15s, box-shadow .15s; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--accent-ink); box-shadow: 0 0 0 3px oklch(52% 0.10 70 / .12); }
.field textarea { resize: vertical; min-height: 110px; }
.field.invalid input, .field.invalid select, .field.invalid textarea { border-color: oklch(55% 0.16 25); }
.field__err { font-size: .76rem; color: oklch(52% 0.16 25); display: none; }
.field.invalid .field__err { display: block; }
.form-note { font-size: .78rem; color: var(--muted); display: flex; gap: .5rem; align-items: flex-start; }
.form-ok { background: oklch(95% 0.04 150); border: 1px solid oklch(80% 0.08 150); color: oklch(38% 0.09 150);
  padding: 1rem 1.1rem; border-radius: var(--radius); display: none; align-items: center; gap: .7rem; font-size: .92rem; }
.form-ok.show { display: flex; }

/* ===========================================================================
   Cards / grids comuni
   =========================================================================== */
.grid { display: grid; gap: 1.4rem; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 1.7rem; transition: transform .15s, box-shadow .2s, border-color .2s; }
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: oklch(82% 0.02 258); }
.card__ico { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center;
  background: oklch(70% 0.095 78 / .14); color: var(--accent-ink); margin-bottom: 1.1rem; }
.card__ico svg { width: 24px; height: 24px; stroke: currentColor; fill: none; stroke-width: 1.6; }
.card h3 { font-size: 1.3rem; margin-bottom: .4rem; }
.card p { color: var(--muted); font-size: .94rem; }
.card a.more { color: var(--accent-ink); font-weight: 600; font-size: .9rem; margin-top: 1rem;
  display: inline-flex; gap: .35rem; align-items: center; }
.card a.more:hover { gap: .6rem; }

/* Service card variant with link wrapper */
a.card { display: block; color: inherit; }

/* Lista checklist */
.checks { list-style: none; display: grid; gap: .7rem; }
.checks li { display: flex; gap: .7rem; align-items: flex-start; font-size: .97rem; }
.checks svg { width: 21px; height: 21px; flex: none; color: var(--accent-ink); stroke-width: 2; margin-top: 2px; }

/* Pill / badge */
.pill { display: inline-flex; align-items: center; gap: .4rem; font-size: .76rem; font-weight: 600;
  letter-spacing: .04em; padding: .3rem .7rem; border-radius: 999px; background: var(--surface-2);
  border: 1px solid var(--border); color: var(--muted); }
.pill--gold { background: oklch(70% 0.095 78 / .15); border-color: oklch(70% 0.095 78 / .35); color: var(--accent-ink); }

/* ===========================================================================
   Stat strip
   =========================================================================== */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--border);
  border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; }
.stats div { background: var(--surface); padding: 1.6rem 1.2rem; text-align: center; }
.stats b { font-family: var(--font-display); font-size: clamp(2rem,3.5vw,2.8rem); color: var(--fg); display: block; line-height: 1; }
.stats span { font-size: .84rem; color: var(--muted); margin-top: .4rem; display: block; }
.section--night .stats { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.12); }
.section--night .stats div { background: var(--night-2); }
.section--night .stats b { color: var(--accent); }
.section--night .stats span { color: var(--night-muted); }

/* ===========================================================================
   Steps (come funziona)
   =========================================================================== */
.steps { display: grid; gap: 1.4rem; grid-template-columns: repeat(4,1fr); counter-reset: step; }
.step { position: relative; padding-top: 2.6rem; }
.step::before { counter-increment: step; content: counter(step,decimal-leading-zero);
  position: absolute; top: 0; left: 0; font-family: var(--font-display); font-size: 2rem; color: var(--accent); line-height: 1; }
.step h3 { font-size: 1.15rem; margin-bottom: .3rem; }
.step p { font-size: .9rem; color: var(--muted); }

/* ===========================================================================
   Tabella prezzi
   =========================================================================== */
.price-table { width: 100%; border-collapse: collapse; background: var(--surface);
  border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; font-size: .96rem; }
.price-table th, .price-table td { padding: 1rem 1.2rem; text-align: left; border-bottom: 1px solid var(--border); }
.price-table thead th { background: var(--surface-2); font-family: var(--font-body); font-size: .78rem;
  text-transform: uppercase; letter-spacing: .08em; color: var(--muted); font-weight: 700; }
.price-table tbody tr:last-child td { border-bottom: none; }
.price-table td:last-child { text-align: right; font-weight: 700; font-variant-numeric: tabular-nums; white-space: nowrap; }
.price-table .from { color: var(--muted); font-weight: 400; font-size: .8rem; }

/* ===========================================================================
   Testimonial / recensioni
   =========================================================================== */
.review { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 1.7rem; }
.review__stars { color: var(--accent); letter-spacing: .12em; font-size: .95rem; }
.review p { margin: .8rem 0 1.1rem; font-size: 1.02rem; line-height: 1.55; color: var(--fg); }
.review footer { display: flex; align-items: center; gap: .7rem; font-size: .9rem; }
.review__ava { width: 38px; height: 38px; border-radius: 50%; background: var(--night); color: var(--accent);
  display: grid; place-items: center; font-family: var(--font-display); font-weight: 600; flex: none; }
.review small { color: var(--muted); display: block; }

/* ===========================================================================
   FAQ accordion
   =========================================================================== */
.faq { border-top: 1px solid var(--border); }
.faq__item { border-bottom: 1px solid var(--border); }
.faq__q { width: 100%; background: none; border: none; cursor: pointer; text-align: left;
  padding: 1.3rem 0; display: flex; justify-content: space-between; gap: 1rem; align-items: center;
  font-family: var(--font-display); font-size: 1.2rem; color: var(--fg); }
.faq__q svg { width: 22px; height: 22px; flex: none; transition: transform .25s; stroke: var(--accent-ink); }
.faq__item[open] .faq__q svg, .faq__q[aria-expanded="true"] svg { transform: rotate(45deg); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq__a p { padding-bottom: 1.3rem; color: var(--muted); max-width: 70ch; }

/* ===========================================================================
   CTA band
   =========================================================================== */
.cta-band { background: var(--night); color: var(--on-night); text-align: center; position: relative; overflow: hidden; }
.cta-band::after { content:""; position:absolute; inset:0;
  background: radial-gradient(80% 120% at 50% 0%, oklch(70% 0.095 78 / .12), transparent 60%); }
.cta-band .wrap { position: relative; z-index: 1; }
.cta-band h2 { color: var(--on-night); }
.cta-band .lead { color: var(--night-muted); }
.cta-band__btns { display: flex; flex-wrap: wrap; gap: .9rem; justify-content: center; margin-top: 2rem; }

/* ===========================================================================
   Breadcrumb + page header
   =========================================================================== */
.crumb { font-size: .82rem; color: var(--muted); display: flex; gap: .5rem; flex-wrap: wrap; }
.crumb a:hover { color: var(--accent-ink); }
.crumb span { color: var(--border); }
.page-head { background: var(--surface-2); border-bottom: 1px solid var(--border); padding-block: clamp(2.2rem,5vw,3.4rem); }
.page-head h1 { margin: .8rem 0 .6rem; }

/* prose article */
.prose { max-width: 72ch; }
.prose > * + * { margin-top: 1.15rem; }
.prose h2 { margin-top: 2.4rem; font-size: clamp(1.6rem,3vw,2.1rem); }
.prose h3 { margin-top: 1.8rem; }
.prose ul, .prose ol { padding-left: 1.3rem; display: grid; gap: .5rem; }
.prose li { padding-left: .2rem; }
.prose blockquote { border-left: 3px solid var(--accent); padding: .4rem 0 .4rem 1.3rem;
  font-family: var(--font-display); font-size: 1.3rem; font-style: italic; color: var(--fg); }
.prose a { color: var(--accent-ink); text-decoration: underline; text-underline-offset: 3px; }
.prose .table-wrap { overflow-x: auto; }

/* sidebar sticky aside */
.aside-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 1.5rem; position: sticky; top: 96px; }
.aside-card h3 { font-size: 1.25rem; margin-bottom: .4rem; }

/* ===========================================================================
   Footer
   =========================================================================== */
.site-footer { background: var(--night); color: var(--night-muted); padding-block: clamp(3rem,6vw,4.5rem) 0; font-size: .92rem; }
.site-footer a { color: var(--night-muted); }
.site-footer a:hover { color: var(--accent); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 2rem; }
.site-footer h4 { color: var(--on-night); font-family: var(--font-body); font-size: .82rem; text-transform: uppercase;
  letter-spacing: .12em; margin-bottom: 1.1rem; font-weight: 700; }
.site-footer ul { list-style: none; display: grid; gap: .6rem; }
.footer-brand .logo__name { color: var(--on-night); }
.footer-brand p { margin-top: 1rem; max-width: 34ch; line-height: 1.6; }
.footer-contact li { display: flex; gap: .6rem; align-items: flex-start; }
.footer-contact svg { width: 18px; height: 18px; color: var(--accent); flex: none; margin-top: 3px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 3rem; padding-block: 1.5rem;
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: .82rem; }
.footer-bottom .credit { color: var(--night-muted); }

/* ===========================================================================
   Mobile sticky call bar
   =========================================================================== */
.mobile-bar { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 70;
  background: var(--surface); border-top: 1px solid var(--border); box-shadow: 0 -8px 24px -16px rgba(0,0,0,.3);
  padding: .55rem; gap: .55rem; padding-bottom: max(.55rem, env(safe-area-inset-bottom)); }
.mobile-bar .btn { flex: 1; min-height: 50px; padding-inline: .6rem; }

/* WhatsApp floating (desktop) */
.wa-float { position: fixed; right: 22px; bottom: 22px; z-index: 65; width: 58px; height: 58px;
  border-radius: 50%; background: var(--whatsapp); color: #fff; display: grid; place-items: center;
  box-shadow: var(--shadow-lg); transition: transform .15s; }
.wa-float:hover { transform: scale(1.06); }
.wa-float svg { width: 30px; height: 30px; }

/* ===========================================================================
   Mobile menu drawer
   =========================================================================== */
.drawer { position: fixed; inset: 0; z-index: 90; visibility: hidden; }
.drawer.open { visibility: visible; }
.drawer__bg { position: absolute; inset: 0; background: oklch(26% 0.055 260 / 0); transition: background .25s; }
.drawer.open .drawer__bg { background: oklch(26% 0.055 260 / .5); }
.drawer__panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(85vw, 340px);
  background: var(--surface); transform: translateX(100%); transition: transform .28s ease;
  padding: 1.4rem; display: flex; flex-direction: column; gap: .4rem; overflow-y: auto; }
.drawer.open .drawer__panel { transform: translateX(0); }
.drawer__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1rem; }
.drawer__close { background: none; border: none; cursor: pointer; width: 44px; height: 44px; }
.drawer__close svg { width: 26px; height: 26px; stroke: var(--fg); }
.drawer a.dlink { padding: .85rem .4rem; font-size: 1.1rem; font-weight: 500; border-bottom: 1px solid var(--border); }
.drawer a.dlink:last-of-type { border-bottom: none; }
.drawer .btn { margin-top: .6rem; }

/* ===========================================================================
   Responsive
   =========================================================================== */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem 1.5rem; }
  .steps { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 860px) {
  .nav, .header-cta { display: none; }
  .nav-toggle { display: inline-flex; }
  .hero .wrap { grid-template-columns: 1fr; }
  .grid-3, .grid-4 { grid-template-columns: repeat(2,1fr); }
  .stats { grid-template-columns: repeat(2,1fr); }
  .topbar__avail { display: none; }
  .topbar .wrap { justify-content: center; }
  .mobile-bar { display: flex; }
  .wa-float { display: none; }
  body { padding-bottom: 70px; }
  .with-aside { grid-template-columns: 1fr !important; }
  .aside-card { position: static; }
}
@media (max-width: 560px) {
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .hero-card .row { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  h1 { font-size: clamp(2.2rem, 9vw, 3rem); }
}

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