/* ============================================================
   Gold Buyers Quad Cities — styles (LIGHT theme)
   Warm cream + gold, rounded, fast, mobile-first
   ============================================================ */

:root {
  --bg: #fbfaf6;
  --surface: #ffffff;
  --cream: #f6f1e7;
  --cream-2: #ece5d6;
  --line: #e7ddc8;

  --ink: #211f1a;
  --ink-soft: #4d4a42;
  --muted: #7a756b;

  --gold: #c79a2e;
  --gold-deep: #a87d1e;
  --gold-grad: linear-gradient(135deg, #f0d27a 0%, #d4af37 45%, #b8862b 100%);
  --gold-text: linear-gradient(135deg, #c79a2e, #a87d1e);
  --gold-soft: rgba(199, 154, 46, 0.12);

  --r-sm: 10px;
  --r: 16px;
  --r-lg: 22px;
  --r-xl: 26px;
  --r-pill: 999px;

  --shadow-sm: 0 2px 10px rgba(60, 45, 10, 0.06);
  --shadow: 0 16px 40px rgba(60, 45, 10, 0.12);
  --shadow-gold: 0 10px 26px rgba(184, 134, 43, 0.32);

  --container: 1160px;
  --pad: clamp(20px, 5vw, 40px);

  --ff-display: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --ff-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--ff-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
ul { list-style: none; padding: 0; }

h1, h2, h3, h4 { font-family: var(--ff-display); font-weight: 700; line-height: 1.12; letter-spacing: -0.01em; color: var(--ink); }

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--pad); }
.ico { width: 1.15em; height: 1.15em; fill: currentColor; flex: none; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 26px; border: 0; border-radius: var(--r-pill);
  font-weight: 700; font-size: 1rem; letter-spacing: 0.01em;
  transition: transform .18s ease, box-shadow .18s ease, background .2s ease, color .2s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn .ico { width: 1.1em; height: 1.1em; }

.btn--gold { background: var(--gold-grad); color: #2a1e05; box-shadow: var(--shadow-gold); }
.btn--gold:hover { box-shadow: 0 14px 32px rgba(184, 134, 43, 0.45); }

.btn--ghost { background: rgba(255,255,255,0.7); color: var(--ink); border: 1.5px solid var(--line); backdrop-filter: blur(4px); }
.btn--ghost:hover { background: #fff; border-color: var(--gold); }

.btn--outline { background: transparent; color: var(--gold-deep); border: 1.5px solid rgba(199,154,46,0.5); }
.btn--outline:hover { background: var(--gold-soft); border-color: var(--gold); }

.btn--light { background: #fff; color: var(--ink); box-shadow: var(--shadow); }
.btn--light:hover { background: #fffdf7; }

.btn--ghost-dark { background: transparent; color: #2a1e05; border: 1.5px solid rgba(42,30,5,0.3); }
.btn--ghost-dark:hover { background: rgba(42,30,5,0.08); border-color: rgba(42,30,5,0.6); }

.btn--block { display: flex; width: 100%; }
.btn--sm { padding: 11px 18px; font-size: .92rem; }

/* ---------- topbar ---------- */
.topbar { background: var(--gold-grad); color: #3a2c08; font-size: .82rem; }
.topbar__inner { display: flex; align-items: center; justify-content: center; gap: 28px; height: 38px; font-weight: 600; }
.topbar__item { display: inline-flex; align-items: center; gap: 7px; }
.topbar__item .ico { width: 15px; height: 15px; }

/* ---------- header ---------- */
.header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251,250,246,0.88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.header__inner { display: flex; align-items: center; gap: 22px; height: 74px; }

.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); }
.brand__mark {
  width: 40px; height: 40px; display: grid; place-items: center;
  border-radius: 12px; background: var(--gold-grad); flex: none;
  box-shadow: 0 6px 16px rgba(184,134,43,0.35);
}
.brand__mark svg { width: 24px; height: 24px; fill: #1a1305; }
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__text strong { font-family: var(--ff-display); font-size: 1.18rem; letter-spacing: .01em; }
.brand__text em { font-style: normal; font-size: .72rem; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-deep); margin-top: 3px; }

.nav { margin-left: auto; display: flex; align-items: center; gap: 4px; }
.nav a { color: var(--ink-soft); padding: 10px 14px; border-radius: var(--r-sm); font-weight: 500; font-size: .95rem; transition: color .2s, background .2s; }
.nav a:hover { color: var(--ink); background: var(--gold-soft); }
.nav__cta { color: var(--gold-deep) !important; border: 1.5px solid rgba(199,154,46,0.5); }
.nav__cta:hover { background: var(--gold-soft) !important; }

.header__call { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-weight: 700; padding: 10px 16px; border-radius: var(--r-pill); background: var(--gold-soft); border: 1.5px solid rgba(199,154,46,0.45); }
.header__call .ico { color: var(--gold-deep); }
.header__call:hover { background: rgba(199,154,46,0.2); }

.hamburger { display: none; flex-direction: column; gap: 5px; background: transparent; border: 0; padding: 8px; margin-left: auto; }
.hamburger span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .25s, opacity .25s; }
.hamburger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.hamburger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- eyebrow / headings ---------- */
.eyebrow { display: inline-flex; align-items: center; gap: 9px; font-size: .8rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-deep); }
.eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px var(--gold-soft); }
.eyebrow--dark { color: var(--gold-deep); }

/* ---------- hero ---------- */
.hero { position: relative; background: radial-gradient(120% 120% at 85% -10%, #fdf6e4 0%, var(--bg) 55%); overflow: hidden; }
.hero__glow { position: absolute; inset: 0; background: radial-gradient(40% 45% at 80% 20%, rgba(199,154,46,0.16), transparent 70%); pointer-events: none; }
.hero__inner { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: 48px; align-items: center; padding-block: clamp(48px, 7vw, 88px); }

.hero__copy .eyebrow { margin-bottom: 20px; }
.hero h1 { font-size: clamp(2.3rem, 5vw, 3.7rem); margin-bottom: 18px; }
.hero h1 .grad { background: var(--gold-text); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero__lead { font-size: clamp(1.05rem, 2vw, 1.22rem); color: var(--ink-soft); max-width: 38ch; margin-bottom: 30px; }

.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 8px 22px; }
.hero__trust li { display: inline-flex; align-items: center; gap: 8px; font-size: .95rem; color: var(--ink); font-weight: 500; }
.hero__trust .ico { color: #fff; background: var(--gold-grad); border-radius: 50%; padding: 4px; width: 22px; height: 22px; box-shadow: var(--shadow-gold); }

/* hero image */
.hero__card { justify-self: end; width: 100%; max-width: 460px; }
.hero__figure { position: relative; border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); aspect-ratio: 3/2.35; background: #f0e9d8; }
.hero__figure img { width: 100%; height: 100%; object-fit: cover; }
.hero__chip {
  position: absolute; left: 16px; bottom: 16px; right: 16px;
  display: flex; align-items: center; gap: 12px;
  background: rgba(255,255,255,0.92); backdrop-filter: blur(8px);
  border-radius: var(--r); padding: 13px 16px; box-shadow: var(--shadow-sm);
}
.hero__chip .chip__icon { width: 38px; height: 38px; border-radius: 11px; background: var(--gold-grad); display: grid; place-items: center; flex: none; }
.hero__chip .chip__icon svg { width: 21px; height: 21px; fill: #2a1e05; }
.hero__chip strong { display: block; font-family: var(--ff-display); font-size: 1.04rem; color: var(--ink); line-height: 1.15; }
.hero__chip span { font-size: .82rem; color: var(--muted); }
.hero__badge { position: absolute; top: 16px; right: 16px; font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: #2a1e05; background: rgba(255,255,255,0.92); padding: 7px 13px; border-radius: var(--r-pill); box-shadow: var(--shadow-sm); }

/* ---------- trust strip ---------- */
.strip { background: var(--surface); border-block: 1px solid var(--line); }
.strip__inner { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; padding-block: 28px; }
.strip__item { text-align: center; }
.strip__item strong { display: block; font-family: var(--ff-display); font-size: clamp(1.5rem, 3vw, 2rem); color: var(--gold-deep); }
.strip__item span { color: var(--muted); font-size: .9rem; }

/* ---------- generic section ---------- */
.section { padding-block: clamp(56px, 8vw, 92px); }
.section--cream { background: var(--cream); }
.section__head { max-width: 680px; margin: 0 auto clamp(36px, 5vw, 54px); text-align: center; }
.section__head .eyebrow { margin-bottom: 16px; }
.section__head h2 { font-size: clamp(1.8rem, 3.6vw, 2.7rem); margin-bottom: 14px; }
.section__sub { color: var(--muted); font-size: 1.08rem; }

/* ---------- grids / cards ---------- */
.grid { display: grid; gap: 20px; }
.grid--4 { grid-template-columns: repeat(4, 1fr); }

.card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease, border-color .2s; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: rgba(199,154,46,0.5); }
.card__icon { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 16px; }
.card__icon svg { width: 28px; height: 28px; fill: #2a1e05; }
.card__icon--gold { background: linear-gradient(135deg,#ffe9a8,#d4af37); }
.card__icon--silver { background: linear-gradient(135deg,#eef1f5,#c2c8d2); }
.card__icon--platinum { background: linear-gradient(135deg,#e8edf3,#aab6c6); }
.card__icon--coins { background: linear-gradient(135deg,#ffe1a0,#e0b54e); }
.card__icon--diamond { background: linear-gradient(135deg,#dff3ff,#a9d6ee); }
.card__icon--watch { background: linear-gradient(135deg,#f4e6c4,#cdb06a); }
.card h3 { font-size: 1.2rem; margin-bottom: 7px; }
.card p { color: var(--muted); font-size: .96rem; }

.card--cta { background: var(--gold-grad); border: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.card--cta h3 { color: #2a1e05; }
.card--cta p { color: #4a3a12; font-weight: 500; margin-bottom: 16px; }

/* ---------- showcase band (image + copy) ---------- */
.showcase { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.showcase--reverse .showcase__media { order: 2; }
.showcase__media { position: relative; border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); aspect-ratio: 3/2; }
.showcase__media img { width: 100%; height: 100%; object-fit: cover; }
.showcase__copy .eyebrow { margin-bottom: 16px; }
.showcase__copy h2 { font-size: clamp(1.7rem, 3.2vw, 2.4rem); margin-bottom: 14px; }
.showcase__copy > p { color: var(--muted); font-size: 1.05rem; margin-bottom: 22px; }

/* ---------- steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.step { position: relative; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 32px 26px 28px; box-shadow: var(--shadow-sm); }
.step__num { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; font-family: var(--ff-display); font-size: 1.4rem; color: #2a1e05; background: var(--gold-grad); margin-bottom: 18px; box-shadow: var(--shadow-gold); }
.step h3 { font-size: 1.22rem; margin-bottom: 9px; }
.step p { color: var(--muted); font-size: .98rem; }
.how__cta { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 40px; }

/* ---------- why us ---------- */
.why { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.why__copy .eyebrow { margin-bottom: 16px; }
.why__copy h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); margin-bottom: 16px; }
.why__copy > p { color: var(--muted); font-size: 1.06rem; margin-bottom: 26px; }
.why__list { display: grid; gap: 18px; }
.why__list li { display: flex; gap: 14px; align-items: flex-start; }
.why__list .ico { color: #fff; background: var(--gold-grad); border-radius: 50%; padding: 5px; width: 26px; height: 26px; flex: none; box-shadow: var(--shadow-gold); }
.why__list strong { display: block; font-size: 1.05rem; }
.why__list span { color: var(--muted); font-size: .96rem; }

.why__quote { display: grid; gap: 18px; }
.why__media { position: relative; border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); aspect-ratio: 3/2; }
.why__media img { width: 100%; height: 100%; object-fit: cover; }
.testimonial { background: var(--surface); border: 1px solid var(--line); border-left: 4px solid var(--gold); border-radius: var(--r); padding: 22px 24px; box-shadow: var(--shadow-sm); }
.stars { color: var(--gold); letter-spacing: 2px; font-size: 1.05rem; margin-bottom: 10px; }
.testimonial p { font-size: 1.02rem; color: var(--ink); margin-bottom: 12px; }
.testimonial footer { color: var(--muted); font-weight: 600; font-size: .92rem; }

/* ---------- quote form ---------- */
.section--quote { background: linear-gradient(180deg, var(--cream) 0%, #efe7d6 100%); }
.quote { display: grid; grid-template-columns: 1fr 1.05fr; gap: 54px; align-items: start; }
.quote__copy { position: sticky; top: 100px; }
.quote__copy .eyebrow { margin-bottom: 16px; }
.quote__copy h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); margin-bottom: 14px; }
.quote__copy > p { color: var(--muted); font-size: 1.06rem; margin-bottom: 22px; }
.link-gold { color: var(--gold-deep); font-weight: 700; border-bottom: 1.5px solid rgba(168,125,30,0.4); }
.quote__perks { display: grid; gap: 11px; }
.quote__perks li { display: flex; align-items: center; gap: 11px; color: var(--ink); font-weight: 500; }
.quote__perks .ico { color: #fff; background: var(--gold-grad); border-radius: 50%; padding: 4px; width: 23px; height: 23px; }

.quote__form { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(24px, 4vw, 36px); box-shadow: var(--shadow); }
.field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 16px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field label { font-weight: 600; font-size: .92rem; color: var(--ink); }
.field .opt { color: var(--muted); font-weight: 400; }
.field input, .field select, .field textarea {
  font: inherit; color: var(--ink); padding: 13px 15px;
  border: 1.5px solid var(--line); border-radius: var(--r-sm);
  background: #fffdf8; transition: border-color .18s, box-shadow .18s;
}
.field input::placeholder, .field textarea::placeholder { color: #b3ad9d; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 4px var(--gold-soft); }
.field textarea { resize: vertical; min-height: 84px; }
.field input.invalid, .field select.invalid { border-color: #d9534f; box-shadow: 0 0 0 4px rgba(217,83,79,0.12); }

.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }

#submitBtn { margin-top: 6px; position: relative; }
.btn__spinner { display: none; width: 18px; height: 18px; border: 2.5px solid rgba(42,30,5,0.3); border-top-color: #2a1e05; border-radius: 50%; animation: spin .7s linear infinite; }
.btn.is-loading .btn__label { opacity: .55; }
.btn.is-loading .btn__spinner { display: inline-block; }
@keyframes spin { to { transform: rotate(360deg); } }

.form-status { margin-top: 14px; font-weight: 600; font-size: .96rem; text-align: center; min-height: 1.2em; }
.form-status.ok { color: #1f8a4c; }
.form-status.err { color: #d9534f; }
.quote__fine { margin-top: 14px; color: var(--muted); font-size: .82rem; text-align: center; }

/* ---------- service area ---------- */
.section--area { background: var(--cream); }
.area { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; max-width: 820px; margin-inline: auto; }
.area li { background: var(--surface); border: 1px solid var(--line); color: var(--ink); padding: 11px 20px; border-radius: var(--r-pill); font-weight: 500; font-size: .96rem; box-shadow: var(--shadow-sm); }

/* ---------- cash band (image w/ overlay) ---------- */
.cash-band { position: relative; overflow: hidden; }
.cash-band__bg { position: absolute; inset: 0; }
.cash-band__bg img { width: 100%; height: 100%; object-fit: cover; }
.cash-band::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(33,26,10,0.88) 0%, rgba(33,26,10,0.72) 45%, rgba(33,26,10,0.35) 100%); }
.cash-band__inner { position: relative; z-index: 1; padding-block: clamp(56px, 8vw, 88px); max-width: 620px; }
.cash-band .eyebrow { color: #f0d27a; margin-bottom: 16px; }
.cash-band h2 { color: #fff; font-size: clamp(1.8rem, 3.4vw, 2.6rem); margin-bottom: 14px; }
.cash-band p { color: #f3ecdc; font-size: 1.08rem; margin-bottom: 26px; max-width: 48ch; }
.cash-band__cta { display: flex; flex-wrap: wrap; gap: 14px; }

/* ---------- faq ---------- */
.faq { max-width: 820px; }
.accordion { display: grid; gap: 12px; }
.acc { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow-sm); overflow: hidden; }
.acc summary { list-style: none; cursor: pointer; padding: 20px 24px; font-family: var(--ff-display); font-size: 1.12rem; font-weight: 600; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.acc summary::-webkit-details-marker { display: none; }
.acc summary::after { content: "+"; font-family: var(--ff-body); font-size: 1.6rem; font-weight: 300; color: var(--gold-deep); transition: transform .25s; line-height: 1; }
.acc[open] summary::after { transform: rotate(45deg); }
.acc p { padding: 0 24px 22px; color: var(--muted); }

/* ---------- CTA band ---------- */
.cta-band { background: var(--gold-grad); }
.cta-band__inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 26px; padding-block: clamp(40px, 6vw, 60px); }
.cta-band h2 { color: #2a1e05; font-size: clamp(1.6rem, 3vw, 2.3rem); margin-bottom: 6px; }
.cta-band p { color: #4a3a12; font-weight: 500; font-size: 1.08rem; }
.cta-band__actions { display: flex; flex-wrap: wrap; gap: 14px; }

/* ---------- footer ---------- */
.footer { background: var(--cream); border-top: 1px solid var(--line); color: var(--muted); }
.footer__inner { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; padding-block: clamp(48px, 6vw, 64px); }
.brand--footer { margin-bottom: 16px; }
.footer__brand p { color: var(--muted); max-width: 34ch; font-size: .96rem; }
.footer__col h4 { color: var(--ink); font-family: var(--ff-body); font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 16px; }
.footer__col ul { display: grid; gap: 10px; }
.footer__col a, .footer__col li { color: var(--ink-soft); }
.footer__col a:hover { color: var(--gold-deep); }
.footer__bar { border-top: 1px solid var(--line); }
.footer__bar-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; padding-block: 20px; font-size: .85rem; color: var(--muted); }

/* ---------- sticky mobile call ---------- */
.mobile-call { display: none; position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 60; align-items: center; justify-content: center; gap: 10px; padding: 15px; border-radius: var(--r-pill); background: var(--gold-grad); color: #2a1e05; font-weight: 700; box-shadow: 0 8px 28px rgba(60,45,10,0.3); }
.mobile-call .ico { width: 1.2em; height: 1.2em; }

/* ---------- reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 980px) {
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .hero__inner { grid-template-columns: 1fr; gap: 36px; }
  .hero__card { justify-self: stretch; max-width: 540px; }
  .showcase { grid-template-columns: 1fr; gap: 28px; }
  .showcase--reverse .showcase__media { order: 0; }
  .why { grid-template-columns: 1fr; gap: 36px; }
  .quote { grid-template-columns: 1fr; gap: 32px; }
  .quote__copy { position: static; }
  .footer__inner { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 760px) {
  .topbar__hours { display: none; }
  .header__call span { display: none; }
  .header__call { padding: 10px; }
  .nav {
    position: fixed; inset: 0 0 0 auto; width: min(82vw, 320px);
    flex-direction: column; align-items: stretch; gap: 6px;
    background: var(--surface); padding: 90px 22px 30px;
    transform: translateX(100%); transition: transform .3s ease;
    box-shadow: -20px 0 50px rgba(60,45,10,0.18); margin-left: 0;
  }
  .nav.open { transform: translateX(0); }
  .nav a { padding: 14px 16px; font-size: 1.05rem; }
  .nav__cta { text-align: center; margin-top: 8px; }
  .hamburger { display: flex; }
  .header__inner { gap: 12px; }

  .steps { grid-template-columns: 1fr; }
  .strip__inner { grid-template-columns: repeat(2,1fr); gap: 24px 16px; }
  .field-row { grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr; }
  .cta-band__inner { flex-direction: column; align-items: flex-start; }
  .cta-band__actions { width: 100%; }
  .cta-band__actions .btn { flex: 1; }

  .mobile-call { display: flex; }
  body { padding-bottom: 78px; }
}

@media (max-width: 420px) {
  .grid--4 { grid-template-columns: 1fr; }
  .hero__cta .btn { flex: 1; }
}
