/* =========================================================
   YourBrand — Bathroom Remodeling
   Design tokens → edit these to re-theme the whole site.
   ========================================================= */
:root {
  --ink: #14212b;
  --ink-soft: #3d4b56;
  --muted: #6b7882;
  --line: #e3e7ea;
  --bg: #fbfaf7;
  --surface: #ffffff;
  --tint: #eef4f3;
  --brand: #0f5c5a;
  --brand-dark: #0a4341;
  --brand-light: #d7e9e7;
  --accent: #e0703a;
  --accent-dark: #c65c29;
  --success: #2f7d4f;
  --danger: #b73a3a;

  --font-head: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow-sm: 0 1px 2px rgba(20, 33, 43, .06);
  --shadow: 0 8px 28px rgba(20, 33, 43, .08);
  --shadow-lg: 0 20px 50px rgba(20, 33, 43, .12);
  --container: 1160px;
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: var(--brand); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--brand-dark); }
h1, h2, h3, h4 { font-family: var(--font-head); font-weight: 600; line-height: 1.15; margin: 0 0 .5em; letter-spacing: -.01em; color: var(--ink); }
h1 { font-size: clamp(2.1rem, 4.6vw, 3.4rem); }
h2 { font-size: clamp(1.7rem, 3.2vw, 2.4rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1em; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; border-radius: 4px; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 20px; }
.section { padding: 84px 0; }
.section--tint { background: var(--tint); }
.section--dark { background: var(--ink); color: #e9eef1; }
.section--dark h2, .section--dark h3 { color: #fff; }
.section-head { max-width: 680px; margin: 0 auto 48px; text-align: center; }
.section-head p { color: var(--ink-soft); font-size: 1.08rem; }
.eyebrow {
  display: inline-block; font-size: .78rem; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--brand); margin-bottom: 12px;
}
.lead { font-size: 1.15rem; color: var(--ink-soft); }
.skip-link { position: absolute; left: -9999px; top: 8px; background: var(--ink); color: #fff; padding: 8px 14px; z-index: 1000; border-radius: 6px; }
.skip-link:focus { left: 8px; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font: 600 1rem/1 var(--font-body); padding: 16px 26px; border-radius: 999px;
  border: 2px solid transparent; cursor: pointer; text-decoration: none;
  transition: background .15s, color .15s, border-color .15s, transform .15s, box-shadow .15s;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn--accent { background: var(--accent); color: #fff; box-shadow: 0 6px 18px rgba(224, 112, 58, .3); }
.btn--accent:hover { background: var(--accent-dark); color: #fff; }
.btn--brand { background: var(--brand); color: #fff; }
.btn--brand:hover { background: var(--brand-dark); color: #fff; }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--ink); color: var(--ink); }
.btn--light { background: #fff; color: var(--ink); }
.btn--light:hover { background: var(--brand-light); color: var(--ink); }
.btn--block { width: 100%; }
.btn--sm { padding: 11px 18px; font-size: .92rem; }
.btn svg { width: 18px; height: 18px; }

/* ---------- Placeholder marker (remove when replacing content) ---------- */
.placeholder-tag {
  display: inline-block; font: 600 .7rem/1 var(--font-body); letter-spacing: .06em; text-transform: uppercase;
  background: #fff3cd; color: #7a5a00; border: 1px dashed #d8b64a; padding: 4px 8px; border-radius: 4px;
}

/* ---------- Header ---------- */
.topbar { background: var(--ink); color: #cfd8de; font-size: .86rem; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding-top: 8px; padding-bottom: 8px; }
.topbar a { color: #fff; text-decoration: none; font-weight: 600; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(251, 250, 247, .94); backdrop-filter: saturate(160%) blur(10px); border-bottom: 1px solid var(--line); }
.site-header .container { display: flex; align-items: center; justify-content: space-between; gap: 20px; height: 74px; }
.logo { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); font-family: var(--font-head); font-weight: 700; font-size: 1.35rem; letter-spacing: -.01em; }
.logo:hover { color: var(--ink); }
.logo svg { width: 34px; height: 34px; }
.nav { display: flex; align-items: center; gap: 4px; }
.nav a { text-decoration: none; color: var(--ink-soft); font-weight: 500; font-size: .96rem; padding: 10px 12px; border-radius: 8px; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--ink); background: var(--tint); }
.nav-item { position: relative; }
.nav-item > button { font: inherit; font-weight: 500; font-size: .96rem; color: var(--ink-soft); background: none; border: 0; padding: 10px 12px; border-radius: 8px; cursor: pointer; display: inline-flex; align-items: center; gap: 4px; }
.nav-item > button:hover { background: var(--tint); color: var(--ink); }
.nav-item > button svg { width: 14px; height: 14px; transition: transform .15s; }
.dropdown { position: absolute; top: calc(100% + 6px); left: 0; min-width: 260px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 8px; display: none; }
.nav-item.open .dropdown { display: block; }
.nav-item.open > button svg { transform: rotate(180deg); }
.dropdown a { display: block; padding: 10px 12px; }
.dropdown small { display: block; color: var(--muted); font-size: .8rem; font-weight: 400; }
.header-cta { display: flex; align-items: center; gap: 12px; }
.header-phone { font-weight: 600; color: var(--ink); text-decoration: none; font-size: .95rem; }
.menu-toggle { display: none; background: none; border: 1px solid var(--line); border-radius: 10px; width: 44px; height: 44px; cursor: pointer; align-items: center; justify-content: center; }
.menu-toggle svg { width: 22px; height: 22px; }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; padding: 72px 0 88px; background:
  radial-gradient(1000px 500px at 85% -10%, var(--brand-light) 0%, transparent 60%),
  radial-gradient(700px 400px at -10% 110%, #f7e4d8 0%, transparent 60%), var(--bg); }
.hero .container { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.hero h1 em { font-style: italic; color: var(--brand); }
.hero .lead { max-width: 540px; }
.zip-form { margin-top: 28px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 10px; display: flex; gap: 10px; max-width: 520px; box-shadow: var(--shadow); }
.zip-form label { flex: 1; display: flex; align-items: center; gap: 10px; padding-left: 12px; }
.zip-form label svg { width: 20px; height: 20px; color: var(--muted); flex: none; }
.zip-form input { border: 0; outline: 0; font: 500 1.05rem var(--font-body); width: 100%; background: transparent; color: var(--ink); padding: 12px 0; }
.zip-form .error { color: var(--danger); font-size: .85rem; margin-top: 8px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 22px 0 0; padding: 0; list-style: none; color: var(--ink-soft); font-size: .95rem; }
.hero-points li { display: flex; align-items: center; gap: 8px; }
.hero-points svg { width: 18px; height: 18px; color: var(--success); flex: none; }
.hero-art { position: relative; }
.hero-art .art-card { background: var(--surface); border-radius: 28px; box-shadow: var(--shadow-lg); overflow: hidden; }
.hero-badge { position: absolute; left: -24px; bottom: 36px; background: var(--surface); border-radius: var(--radius); box-shadow: var(--shadow); padding: 14px 18px; display: flex; gap: 12px; align-items: center; font-size: .9rem; max-width: 250px; }
.hero-badge .dot { width: 40px; height: 40px; border-radius: 12px; background: var(--brand-light); display: grid; place-items: center; color: var(--brand); flex: none; }
.hero-badge .dot svg { width: 22px; height: 22px; }
.hero-badge strong { display: block; font-size: .95rem; }

/* Page hero (inner pages) */
.page-hero { padding: 64px 0 56px; background: radial-gradient(900px 400px at 90% -20%, var(--brand-light), transparent 60%), var(--bg); border-bottom: 1px solid var(--line); }
.page-hero .container { display: grid; grid-template-columns: 1.2fr .8fr; gap: 48px; align-items: center; }
.page-hero--center .container { grid-template-columns: 1fr; text-align: center; max-width: 780px; }
.breadcrumb { font-size: .86rem; color: var(--muted); margin-bottom: 14px; }
.breadcrumb a { color: var(--muted); }

/* ---------- Grids & cards ---------- */
.grid { display: grid; gap: 24px; }
.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(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); }
.card h3 { margin-bottom: .4em; }
.card p { color: var(--ink-soft); margin-bottom: 0; }
.icon-chip { width: 52px; height: 52px; border-radius: 14px; background: var(--brand-light); color: var(--brand); display: grid; place-items: center; margin-bottom: 18px; }
.icon-chip svg { width: 26px; height: 26px; }

.service-card { display: flex; flex-direction: column; text-decoration: none; color: inherit; overflow: hidden; padding: 0; transition: transform .2s, box-shadow .2s; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); color: inherit; }
.service-card .art { background: var(--tint); aspect-ratio: 16 / 10; }
.service-card .art svg { width: 100%; height: 100%; }
.service-card .body { padding: 24px 26px 28px; display: flex; flex-direction: column; flex: 1; }
.service-card .more { margin-top: auto; padding-top: 16px; font-weight: 600; color: var(--brand); display: inline-flex; align-items: center; gap: 6px; }
.service-card .more svg { width: 16px; height: 16px; transition: transform .15s; }
.service-card:hover .more svg { transform: translateX(3px); }

/* Steps */
.steps { counter-reset: step; }
.step { position: relative; padding-top: 8px; }
.step-num { font-family: var(--font-head); font-size: 2.6rem; font-weight: 600; color: var(--accent); line-height: 1; margin-bottom: 12px; }
.step p { color: var(--ink-soft); }

/* Split */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.split--reverse .split-media { order: 2; }
.split-media { border-radius: var(--radius-lg); overflow: hidden; background: var(--tint); box-shadow: var(--shadow); }
.checklist { list-style: none; padding: 0; margin: 20px 0 28px; display: grid; gap: 14px; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; }
.checklist svg { width: 22px; height: 22px; color: var(--brand); flex: none; margin-top: 2px; }
.checklist strong { display: block; }
.checklist span { color: var(--ink-soft); font-size: .96rem; }

/* Factors */
.factor { display: flex; gap: 16px; align-items: flex-start; padding: 22px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); }
.factor .icon-chip { margin: 0; flex: none; width: 46px; height: 46px; }
.factor h3 { font-size: 1.08rem; margin-bottom: 4px; }
.factor p { margin: 0; color: var(--ink-soft); font-size: .95rem; }

/* Reviews */
.review { display: flex; flex-direction: column; gap: 14px; }
.stars { display: flex; gap: 2px; color: #e3a320; }
.stars svg { width: 18px; height: 18px; }
.review blockquote { margin: 0; color: var(--ink-soft); font-size: 1rem; }
.review footer { display: flex; align-items: center; gap: 12px; margin-top: auto; font-size: .9rem; }
.avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--brand-light); color: var(--brand); display: grid; place-items: center; font-weight: 700; }

/* FAQ */
.faq { max-width: 820px; margin: 0 auto; display: grid; gap: 12px; }
.faq details { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 0 24px; }
.faq summary { list-style: none; cursor: pointer; padding: 20px 0; font-weight: 600; font-size: 1.04rem; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; width: 12px; height: 12px; border-right: 2px solid var(--ink-soft); border-bottom: 2px solid var(--ink-soft); transform: rotate(45deg); transition: transform .2s; flex: none; margin-top: -6px; }
.faq details[open] summary::after { transform: rotate(-135deg); margin-top: 6px; }
.faq details p { color: var(--ink-soft); padding-bottom: 20px; margin: 0; }

/* CTA band */
.cta-band { background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%); color: #fff; border-radius: var(--radius-lg); padding: 56px; display: grid; grid-template-columns: 1.4fr 1fr; gap: 32px; align-items: center; position: relative; overflow: hidden; }
.cta-band h2 { color: #fff; margin-bottom: .3em; }
.cta-band p { color: #d7e9e7; margin: 0; font-size: 1.08rem; }
.cta-band .actions { display: flex; gap: 12px; justify-content: flex-end; flex-wrap: wrap; }
.cta-band::after { content: ""; position: absolute; right: -80px; top: -80px; width: 260px; height: 260px; border-radius: 50%; border: 40px solid rgba(255,255,255,.06); }

/* Prose (legal pages, about) */
.prose { max-width: 760px; margin: 0 auto; }
.prose h2 { font-size: 1.5rem; margin-top: 2em; }
.prose h3 { margin-top: 1.6em; }
.prose p, .prose li { color: var(--ink-soft); }
.prose ul { padding-left: 1.2em; }
.notice { background: #fff8e6; border: 1px solid #f0d58a; color: #6b5100; border-radius: var(--radius); padding: 16px 20px; font-size: .95rem; margin-bottom: 32px; }

/* Stats-free trust strip */
.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface); }
.trust-strip .container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; padding-top: 26px; padding-bottom: 26px; }
.trust-item { display: flex; align-items: center; gap: 12px; font-weight: 600; font-size: .95rem; }
.trust-item svg { width: 26px; height: 26px; color: var(--brand); flex: none; }

/* ---------- Forms ---------- */
.field { display: grid; gap: 6px; margin-bottom: 18px; }
.field label, .field .label { font-weight: 600; font-size: .94rem; }
.field .hint { color: var(--muted); font-size: .84rem; }
.input, .select, .textarea {
  width: 100%; font: 400 1rem var(--font-body); color: var(--ink); background: var(--surface);
  border: 1.5px solid var(--line); border-radius: var(--radius-sm); padding: 14px 16px; transition: border-color .15s, box-shadow .15s;
}
.textarea { min-height: 130px; resize: vertical; }
.input:focus, .select:focus, .textarea:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 4px rgba(15, 92, 90, .12); }
.field.invalid .input, .field.invalid .select, .field.invalid .textarea { border-color: var(--danger); box-shadow: 0 0 0 3px rgba(183, 58, 58, .1); }
.field-error { color: var(--danger); font-size: .85rem; display: none; }
.field.invalid .field-error { display: block; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

/* Quote wizard */
.wizard-wrap > * { min-width: 0; }
fieldset { min-width: 0; }
.wizard-wrap { display: grid; grid-template-columns: 1fr 360px; gap: 40px; align-items: start; }
.wizard { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: 40px; }
.progress { margin-bottom: 30px; }
.progress-meta { display: flex; justify-content: space-between; font-size: .86rem; color: var(--muted); margin-bottom: 10px; font-weight: 500; }
.progress-bar { height: 8px; background: var(--tint); border-radius: 999px; overflow: hidden; }
.progress-bar span { display: block; height: 100%; width: 20%; background: linear-gradient(90deg, var(--brand), #1c8a86); border-radius: 999px; transition: width .35s ease; }
.step-panel { display: none; animation: fade .3s ease; }
.step-panel.active { display: block; }
@keyframes fade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.step-panel h2 { font-size: 1.7rem; margin-bottom: .3em; }
.step-panel > p { color: var(--ink-soft); margin-bottom: 24px; }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.choice { position: relative; }
.choice input { position: absolute; opacity: 0; pointer-events: none; }
.choice label { display: flex; align-items: center; gap: 14px; padding: 18px; border: 1.5px solid var(--line); border-radius: var(--radius); cursor: pointer; font-weight: 600; background: var(--surface); transition: border-color .15s, background .15s; height: 100%; }
.choice label small { display: block; font-weight: 400; color: var(--muted); font-size: .84rem; margin-top: 2px; }
.choice label .ci { width: 42px; height: 42px; border-radius: 12px; background: var(--tint); color: var(--brand); display: grid; place-items: center; flex: none; }
.choice label .ci svg { width: 22px; height: 22px; }
.choice label:hover { border-color: #b9c6cc; }
.choice input:checked + label { border-color: var(--brand); background: #f3f9f8; box-shadow: 0 0 0 3px rgba(15, 92, 90, .12); }
.choice input:checked + label .ci { background: var(--brand); color: #fff; }
.choice input:focus-visible + label { outline: 3px solid var(--accent); outline-offset: 2px; }
.step-error { color: var(--danger); font-size: .9rem; margin-top: 12px; display: none; }
.step-error.show { display: block; }
.wizard-nav { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 30px; }
.consent { display: flex; gap: 12px; align-items: flex-start; font-size: .82rem; color: var(--muted); line-height: 1.5; margin-top: 8px; }
.consent input { margin-top: 3px; width: 18px; height: 18px; flex: none; accent-color: var(--brand); }
.secure-note { display: flex; gap: 8px; align-items: center; font-size: .84rem; color: var(--muted); margin-top: 18px; }
.secure-note svg { width: 16px; height: 16px; }
.aside-card { position: sticky; top: 100px; }
.aside-card .card + .card { margin-top: 16px; }

/* Thank you */
.success-icon { width: 84px; height: 84px; border-radius: 50%; background: #e1f1e7; color: var(--success); display: grid; place-items: center; margin: 0 auto 24px; }
.success-icon svg { width: 42px; height: 42px; }
.timeline { list-style: none; padding: 0; margin: 36px auto 0; max-width: 560px; text-align: left; display: grid; gap: 0; }
.timeline li { display: grid; grid-template-columns: 40px 1fr; gap: 16px; padding-bottom: 26px; position: relative; }
.timeline li::before { content: ""; position: absolute; left: 19px; top: 40px; bottom: 0; width: 2px; background: var(--line); }
.timeline li:last-child::before { display: none; }
.timeline .n { width: 40px; height: 40px; border-radius: 50%; background: var(--brand); color: #fff; display: grid; place-items: center; font-weight: 700; }
.timeline p { margin: 0; color: var(--ink-soft); }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: #aeb9c1; padding: 64px 0 28px; font-size: .94rem; }
.site-footer .logo { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
.site-footer h4 { font-family: var(--font-body); font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: #fff; margin-bottom: 16px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.site-footer a { color: #aeb9c1; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid #2a3a45; margin-top: 48px; padding-top: 24px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: .84rem; }
.disclaimer { font-size: .8rem; color: #85939d; margin-top: 18px; max-width: 900px; }

/* Mobile sticky CTA */
.mobile-cta { display: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .wizard-wrap { grid-template-columns: 1fr; }
  .aside-card { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .trust-strip .container { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .nav, .header-phone { display: none; }
  .menu-toggle { display: inline-flex; }
  .site-header.nav-open .nav {
    display: flex; flex-direction: column; align-items: stretch; position: absolute; top: 74px; left: 0; right: 0;
    background: var(--surface); border-bottom: 1px solid var(--line); padding: 12px 16px 20px; box-shadow: var(--shadow);
    max-height: calc(100vh - 74px); overflow-y: auto;
  }
  .site-header.nav-open .nav a, .site-header.nav-open .nav-item > button { padding: 14px 12px; font-size: 1.02rem; width: 100%; text-align: left; justify-content: space-between; }
  .dropdown { position: static; box-shadow: none; border: 0; padding: 0 0 0 12px; min-width: 0; }
  .hero .container, .page-hero .container, .split, .cta-band { grid-template-columns: 1fr; }
  .hero { padding: 48px 0 64px; }
  .hero-art { max-width: 520px; margin: 0 auto; }
  .hero-badge { left: 12px; bottom: 12px; }
  .split--reverse .split-media { order: 0; }
  .split { gap: 36px; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .cta-band { padding: 40px 28px; }
  .cta-band .actions { justify-content: flex-start; }
  .page-hero-art { display: none; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .container { padding: 0 16px; }
  .section { padding: 60px 0; }
  .grid-2, .grid-3, .grid-4, .choice-grid, .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .trust-strip .container { grid-template-columns: 1fr 1fr; }
  .topbar .hide-sm { display: none; }
  .topbar .container { justify-content: center; }
  .header-cta .btn { display: none; }
  .zip-form { flex-direction: column; padding: 12px; }
  .zip-form label { padding: 4px 8px; border-bottom: 1px solid var(--line); }
  .wizard { padding: 26px 18px; }
  .wizard-nav .btn { padding: 15px 20px; }
  .mobile-cta { display: grid; grid-template-columns: 1fr 1.4fr; gap: 10px; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); background: var(--surface); border-top: 1px solid var(--line); box-shadow: 0 -6px 20px rgba(20,33,43,.08); }
  .mobile-cta .btn { padding: 14px 10px; font-size: .95rem; }
  body.has-mobile-cta { padding-bottom: 76px; }
  .hero-badge { position: static; margin: -28px 16px 0; position: relative; max-width: none; }
  h1 { font-size: 2rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
