/* ============================================================
   Hurlingham Waterfront — London Showcase Landing Page
   Kingdom International Real Estate
   ============================================================ */

:root {
  --navy: #16263d;
  --navy-deep: #0e1a2b;
  --navy-soft: #223752;
  --accent: #d96540;
  --accent-dark: #c05532;
  --cream: #faf6ef;
  --stone: #f1ece2;
  --white: #ffffff;
  --ink: #22303f;
  --muted: #637080;
  --line: #e3ddd0;
  --radius: 14px;
  --shadow: 0 18px 50px rgba(14, 26, 43, 0.12);
  --font-head: 'Playfair Display', 'Amiri', serif;
  --font-body: 'Inter', 'Tajawal', sans-serif;
}

[dir="rtl"] {
  --font-head: 'Cairo', 'Inter', sans-serif;
  --font-body: 'Cairo', 'Inter', sans-serif;
}

[dir="rtl"] h1, [dir="rtl"] h2, [dir="rtl"] h3 { font-weight: 700; }

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

html { scroll-behavior: smooth; overflow-x: hidden; }

body {
  overflow-x: hidden;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

.container {
  width: min(1160px, 92%);
  margin-inline: auto;
}

h1, h2, h3 { font-family: var(--font-head); font-weight: 600; line-height: 1.18; }

[dir="rtl"] h1, [dir="rtl"] h2, [dir="rtl"] h3 { line-height: 1.4; }
[dir="rtl"] body, [dir="rtl"] p { letter-spacing: 0; }

.eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}

[dir="rtl"] .eyebrow { letter-spacing: 0.04em; }

.section-title { font-size: clamp(1.7rem, 3.4vw, 2.5rem); color: var(--navy); margin-bottom: 16px; }
.section-lead { max-width: 640px; color: var(--muted); font-size: 1.05rem; }

section { padding: 84px 0; }

/* ---------- Buttons ---------- */

.btn {
  display: inline-block;
  border: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 1rem;
  padding: 16px 34px;
  border-radius: 60px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.btn-primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 10px 28px rgba(217, 101, 64, 0.35);
}

.btn-primary:hover { background: var(--accent-dark); transform: translateY(-2px); }

.btn-ghost {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.55);
}

.btn-ghost:hover { background: rgba(255, 255, 255, 0.12); }

.btn-block { display: block; width: 100%; }

/* ---------- Header ---------- */

.site-header {
  position: fixed;
  inset-inline: 0;
  top: 0;
  z-index: 100;
  padding: 14px 0;
  transition: background 0.25s ease, box-shadow 0.25s ease;
}

.site-header.scrolled {
  background: rgba(14, 26, 43, 0.96);
  backdrop-filter: blur(10px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
}

.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; }

/* Header keeps LTR layout in Arabic: logo left, actions right */
[dir="rtl"] .header-inner { direction: ltr; }

.header-logo img { height: 52px; width: auto; }

.header-actions { display: flex; align-items: center; gap: 14px; }

.lang-toggle {
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-family: 'Cairo', 'Inter', sans-serif;
  font-size: 0.92rem;
  font-weight: 500;
  padding: 8px 18px;
  border-radius: 60px;
  cursor: pointer;
  transition: background 0.18s ease;
}

.lang-toggle:hover { background: rgba(255, 255, 255, 0.14); }

.header-cta { padding: 10px 24px; font-size: 0.92rem; }

/* ---------- Hero ---------- */

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: 140px 0 90px;
  color: #fff;
  isolation: isolate;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url('assets/hero-river.jpg') center 65% / cover no-repeat;
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(14, 26, 43, 0.62) 0%, rgba(14, 26, 43, 0.38) 45%, rgba(14, 26, 43, 0.82) 100%);
}

.hero-content { max-width: 780px; }

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(6px);
  border-radius: 60px;
  padding: 9px 20px;
  font-size: 0.88rem;
  font-weight: 500;
  margin-bottom: 26px;
}

.hero-badge .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(217, 101, 64, 0.3);
}

.hero h1 { font-size: clamp(2.2rem, 5.2vw, 3.7rem); margin-bottom: 20px; color: #fff; }

.hero-sub {
  font-size: clamp(1.02rem, 1.8vw, 1.18rem);
  color: rgba(255, 255, 255, 0.88);
  max-width: 620px;
  margin-bottom: 34px;
}

.hero-ctas { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 44px; }

.hero-chips { display: flex; flex-wrap: wrap; gap: 10px; }

.chip {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(6px);
  border-radius: 60px;
  padding: 8px 18px;
  font-size: 0.86rem;
  font-weight: 500;
}

/* ---------- Trust bar ---------- */

.trust-bar { background: var(--navy-deep); color: rgba(255, 255, 255, 0.85); padding: 20px 0; }

.trust-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 44px;
  font-size: 0.9rem;
  text-align: center;
}

.trust-inner span { display: inline-flex; align-items: center; gap: 9px; }

.trust-inner svg { flex: none; color: var(--accent); }

/* ---------- Property intro ---------- */

.property { background: var(--white); }

.property-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}

.property-copy p { color: var(--muted); margin-bottom: 18px; }

.property-copy .lead-para { color: var(--ink); font-size: 1.08rem; }

.property-media { position: relative; }

.property-media img { border-radius: var(--radius); box-shadow: var(--shadow); }

.price-tag {
  position: absolute;
  bottom: -24px;
  inset-inline-start: -18px;
  background: var(--navy);
  color: #fff;
  border-radius: var(--radius);
  padding: 18px 28px;
  box-shadow: var(--shadow);
}

.price-tag .label { font-size: 0.75rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.65); }
[dir="rtl"] .price-tag .label { letter-spacing: 0.02em; }
.price-tag .value { font-family: var(--font-head); font-size: 1.7rem; }

/* ---------- Stats strip ---------- */

.stats { background: var(--cream); padding: 64px 0; }

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  text-align: center;
}

.stat .num {
  font-family: var(--font-head);
  font-size: clamp(2rem, 3.6vw, 2.9rem);
  color: var(--navy);
  line-height: 1.1;
  white-space: nowrap;
}

.stat .num em { font-style: normal; color: var(--accent); }

.stat .desc { font-size: 0.92rem; color: var(--muted); margin-top: 8px; }

/* ---------- Residences / collections ---------- */

.collections { background: var(--white); padding-top: 0; }

.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 44px; }

.res-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--white);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.res-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }

.res-card img { height: 220px; width: 100%; object-fit: cover; }

.res-card-body { padding: 26px; }

.res-card h3 { color: var(--navy); font-size: 1.3rem; margin-bottom: 10px; }

.res-card p { color: var(--muted); font-size: 0.94rem; margin-bottom: 14px; }

.res-card .meta { font-size: 0.86rem; font-weight: 600; color: var(--accent); }

/* ---------- Showcase (dark) ---------- */

.showcase { background: linear-gradient(180deg, var(--navy-deep) 0%, var(--navy) 100%); color: #fff; }

.showcase .section-title { color: #fff; }
.showcase .section-lead { color: rgba(255, 255, 255, 0.75); }

.advisor-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 48px; }

.advisor-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  padding: 34px 30px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.advisor-card:hover { background: rgba(255, 255, 255, 0.1); transform: translateY(-4px); }

.advisor-icon {
  width: 54px; height: 54px;
  display: grid; place-items: center;
  border-radius: 14px;
  background: rgba(217, 101, 64, 0.18);
  color: var(--accent);
  margin-bottom: 20px;
}

.advisor-card h3 { font-size: 1.22rem; margin-bottom: 6px; }

.advisor-card .role { font-size: 0.82rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); margin-bottom: 14px; }
[dir="rtl"] .advisor-card .role { letter-spacing: 0.02em; }

.advisor-card p { color: rgba(255, 255, 255, 0.78); font-size: 0.95rem; }

.offer-banner {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: linear-gradient(120deg, rgba(217, 101, 64, 0.22), rgba(217, 101, 64, 0.08));
  border: 1px solid rgba(217, 101, 64, 0.45);
  border-radius: var(--radius);
  padding: 30px 36px;
}

.offer-banner h3 { font-size: 1.35rem; margin-bottom: 6px; }

.offer-banner p { color: rgba(255, 255, 255, 0.82); font-size: 0.96rem; max-width: 520px; }

/* ---------- Event details ---------- */

.event { background: var(--white); }

.event-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }

.event-facts { display: grid; gap: 18px; margin-top: 34px; }

.event-fact { display: flex; gap: 18px; align-items: flex-start; }

.event-fact .icon {
  flex: none;
  width: 46px; height: 46px;
  display: grid; place-items: center;
  border-radius: 12px;
  background: var(--stone);
  color: var(--navy);
}

.event-fact h4 { font-size: 1.02rem; color: var(--navy); margin-bottom: 2px; }

.event-fact p { color: var(--muted); font-size: 0.94rem; }

.countdown-card {
  background: var(--navy);
  color: #fff;
  border-radius: var(--radius);
  padding: 44px 40px;
  text-align: center;
  box-shadow: var(--shadow);
}

.countdown-card .cd-title { font-size: 0.82rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.65); margin-bottom: 24px; }
[dir="rtl"] .countdown-card .cd-title { letter-spacing: 0.03em; }

.countdown { display: flex; justify-content: center; gap: 14px; margin-bottom: 30px; }

.cd-unit {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  padding: 14px 10px;
  min-width: 76px;
}

.cd-unit .val { font-family: var(--font-head); font-size: 2rem; line-height: 1; }

.cd-unit .lbl { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.6); margin-top: 6px; }
[dir="rtl"] .cd-unit .lbl { letter-spacing: 0.02em; }

.countdown-card .cd-date { font-family: var(--font-head); font-size: 1.4rem; margin-bottom: 26px; }

/* ---------- Gallery ---------- */

.gallery { background: var(--cream); }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 250px;
  gap: 16px;
  margin-top: 44px;
}

.gallery-grid figure { position: relative; border-radius: var(--radius); overflow: hidden; margin: 0; }

.gallery-grid figure.tall { grid-row: span 2; }

.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }

.gallery-grid figure:hover img { transform: scale(1.05); }

.gallery-grid figcaption {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  padding: 40px 18px 14px;
  font-size: 0.85rem;
  color: #fff;
  background: linear-gradient(180deg, transparent, rgba(14, 26, 43, 0.75));
}

/* ---------- FAQ ---------- */

.faq { background: var(--white); }

.faq-list { max-width: 780px; margin: 40px auto 0; }

.faq-item { border-bottom: 1px solid var(--line); }

.faq-item summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 22px 4px;
  font-weight: 600;
  font-size: 1.02rem;
  color: var(--navy);
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary::after {
  content: '+';
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--accent);
  transition: transform 0.2s ease;
  flex: none;
}

.faq-item[open] summary::after { transform: rotate(45deg); }

.faq-item .faq-body { padding: 0 4px 22px; color: var(--muted); font-size: 0.97rem; max-width: 680px; }

/* ---------- Registration ---------- */

.register { background: var(--stone); }

.register-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: start; }

.register-aside { position: sticky; top: 110px; }

.register-aside ul { list-style: none; margin-top: 26px; display: grid; gap: 14px; }

.register-aside li { display: flex; gap: 12px; align-items: flex-start; color: var(--ink); font-size: 0.97rem; }

.register-aside li svg { flex: none; margin-top: 4px; color: var(--accent); }

.register-note {
  margin-top: 30px;
  padding: 18px 22px;
  background: var(--white);
  border-inline-start: 3px solid var(--accent);
  border-radius: 10px;
  font-size: 0.9rem;
  color: var(--muted);
}

.form-card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 42px 40px;
}

.form-card h3 { color: var(--navy); font-size: 1.5rem; margin-bottom: 6px; }

.form-card .form-intro { color: var(--muted); font-size: 0.94rem; margin-bottom: 24px; }

/* Two-step form */
.form-card { scroll-margin-top: 96px; }

.form-progress { margin-bottom: 26px; }

.fp-label { font-size: 0.82rem; font-weight: 600; color: var(--navy); margin-bottom: 8px; }

.fp-bar { height: 5px; border-radius: 60px; background: var(--stone); overflow: hidden; }

.fp-fill {
  height: 100%;
  width: 50%;
  border-radius: 60px;
  background: var(--accent);
  transition: width 0.4s ease;
}

.form-step { display: none; }

.form-step.active { display: block; animation: stepIn 0.35s ease; }

@keyframes stepIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: none; }
}

.back-link {
  display: block;
  width: 100%;
  margin-top: 14px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--muted);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.back-link:hover { color: var(--navy); }

.field-error {
  display: none;
  color: #c0392b;
  font-size: 0.88rem;
  font-weight: 500;
  margin: -6px 0 14px;
}

.field-error.show { display: block; }

.form-group.error .form-label { color: #c0392b; }

.form-group.error .radio-pill span { border-color: #c0392b; }

.form-group.error .form-control { border-color: #c0392b; }

.form-group { margin-bottom: 20px; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.form-label {
  display: block;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 8px;
}

.form-control {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  font-family: var(--font-body);
  font-size: 0.97rem;
  color: var(--ink);
  background: var(--white);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.form-control:focus {
  outline: none;
  border-color: var(--navy);
  box-shadow: 0 0 0 3px rgba(22, 38, 61, 0.1);
}

.radio-group { display: flex; flex-wrap: wrap; gap: 10px; }

.radio-pill { position: relative; }

.radio-pill input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }

.radio-pill span {
  display: inline-block;
  padding: 10px 20px;
  border: 1.5px solid var(--line);
  border-radius: 60px;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--ink);
  cursor: pointer;
  transition: all 0.15s ease;
  white-space: nowrap;
}

.radio-pill input:checked + span {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
}

.radio-pill input:focus-visible + span { box-shadow: 0 0 0 3px rgba(22, 38, 61, 0.25); }

.submit-btn { margin-top: 8px; font-size: 1.05rem; padding: 17px 34px; }

.form-privacy { margin-top: 16px; font-size: 0.8rem; color: var(--muted); text-align: center; }

/* intl-tel-input: phone field is always LTR — flag & dial code on the left,
   digits typed left-to-right, even in the Arabic version. The rules below
   cancel every [dir=rtl] override the library CSS ships. */
.iti { width: 100%; }
[dir="rtl"] .iti { direction: ltr; }
[dir="rtl"] .iti__arrow { margin-left: 6px; margin-right: 0; }
[dir="rtl"] .iti__flag-box, [dir="rtl"] .iti__country-name { margin-right: 6px; margin-left: 0; }
[dir="rtl"] .iti--allow-dropdown input, [dir="rtl"] .iti--allow-dropdown input[type=text],
[dir="rtl"] .iti--allow-dropdown input[type=tel], [dir="rtl"] .iti--separate-dial-code input,
[dir="rtl"] .iti--separate-dial-code input[type=text], [dir="rtl"] .iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
  margin-right: 0;
  direction: ltr;
  text-align: left;
}
[dir="rtl"] .iti--allow-dropdown .iti__flag-container, [dir="rtl"] .iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
[dir="rtl"] .iti--separate-dial-code.iti--show-flags .iti__selected-dial-code { margin-left: 6px; margin-right: 0; }
[dir="rtl"] .iti__country-list { direction: ltr; text-align: left; }

.form-success {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 56px 44px;
  text-align: center;
}

.form-success .success-icon {
  width: 72px; height: 72px;
  margin: 0 auto 24px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: rgba(46, 160, 92, 0.12);
  color: #2ea05c;
}

.form-success h3 { color: var(--navy); font-size: 1.6rem; margin-bottom: 12px; }

.form-success p { color: var(--muted); max-width: 460px; margin-inline: auto; }

/* ---------- Footer ---------- */

.site-footer { background: var(--navy-deep); color: rgba(255, 255, 255, 0.75); padding: 64px 0 32px; }

.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 44px; margin-bottom: 44px; }

.footer-logo img { height: 46px; width: auto; margin-bottom: 18px; }

.footer-grid p { font-size: 0.92rem; }

.footer-grid h4 { color: #fff; font-size: 0.95rem; margin-bottom: 16px; letter-spacing: 0.08em; text-transform: uppercase; }
[dir="rtl"] .footer-grid h4 { letter-spacing: 0.02em; }

.footer-grid ul { list-style: none; display: grid; gap: 10px; }

.footer-grid a { color: rgba(255, 255, 255, 0.75); text-decoration: none; font-size: 0.94rem; transition: color 0.15s ease; }

.footer-grid a:hover { color: #fff; }

.footer-disclaimer {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 26px;
  font-size: 0.74rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.7;
}

.footer-copy { margin-top: 16px; font-size: 0.8rem; color: rgba(255, 255, 255, 0.55); }

/* ---------- Floating elements ---------- */

.whatsapp-float {
  position: fixed;
  bottom: 26px;
  inset-inline-end: 26px;
  z-index: 90;
  width: 58px; height: 58px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
  transition: transform 0.18s ease;
}

.whatsapp-float:hover { transform: scale(1.08); }

.mobile-cta-bar.is-hidden { display: none !important; }

.mobile-cta-bar {
  display: none;
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  z-index: 95;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: rgba(14, 26, 43, 0.97);
  backdrop-filter: blur(10px);
  box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.3);
}

/* ---------- Reveal animation ---------- */

.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Responsive ---------- */

@media (max-width: 960px) {
  section { padding: 64px 0; }
  .property-grid, .event-grid, .register-grid { grid-template-columns: 1fr; gap: 44px; }
  .cards-3, .advisor-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 210px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .register-aside { position: static; }
  .property-media { order: -1; }
  .price-tag { inset-inline-start: 12px; bottom: -20px; }
}

@media (max-width: 640px) {
  .hero { padding: 120px 0 100px; }
  .hero-ctas .btn { width: 100%; }
  .form-row { grid-template-columns: 1fr; }
  .form-card { padding: 30px 22px; }
  .radio-group { gap: 8px; }
  .radio-pill span { padding: 9px 15px; font-size: 0.86rem; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid figure.tall { grid-row: span 1; }
  .header-cta { display: none; }
  .header-logo img { height: 42px; }
  .mobile-cta-bar { display: block; }
  .whatsapp-float { bottom: 88px; }
  .countdown { gap: 8px; }
  .cd-unit { min-width: 64px; }
  .offer-banner { padding: 26px 22px; }
}
