/* ===== Design tokens ===== */
:root {
  --navy-950: #06101f;
  --navy-900: #0b1f3a;
  --navy-800: #122a4d;
  --navy-700: #1b3a66;
  --gold-500: #c8a24a;
  --gold-400: #d9bd76;
  --gold-100: #f4ead0;
  --ink: #0f1620;
  --ink-soft: #4a5568;
  --paper: #ffffff;
  --paper-alt: #f6f4ee;
  --line: #e6e1d4;
  --shadow-md: 0 12px 30px -12px rgba(11, 31, 58, 0.25);
  --shadow-lg: 0 24px 60px -20px rgba(11, 31, 58, 0.35);
  --radius: 14px;
  --font-head: "Playfair Display", Georgia, serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
section[id] { scroll-margin-top: 84px; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }
h1, h2, h3 { font-family: var(--font-head); line-height: 1.15; margin: 0 0 0.5em; }
p { margin: 0 0 1em; color: var(--ink-soft); line-height: 1.65; }

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--navy-900);
  color: #fff;
  padding: 12px 18px;
  z-index: 100;
}
.skip-link:focus { left: 12px; top: 12px; }

/* ===== Buttons ===== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn-lg { padding: 15px 30px; font-size: 1rem; }
.btn-primary {
  background: var(--gold-500);
  color: var(--navy-950);
  box-shadow: var(--shadow-md);
}
.btn-primary:hover { background: var(--gold-400); }
.btn-outline {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.btn-outline:hover { background: rgba(255, 255, 255, 0.1); }
.btn-call {
  border-color: var(--line);
  color: var(--navy-900);
  padding: 10px 16px;
  font-size: 0.9rem;
}
.btn-call:hover { border-color: var(--gold-500); color: var(--gold-500); }
.btn-whatsapp {
  background: #1f8a52;
  color: #fff;
}
.btn-whatsapp:hover { background: #22995b; }

/* ===== Header ===== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--navy-900);
}
.logo-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--navy-900);
  color: var(--gold-400);
  flex: none;
}
.logo-text {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.25;
}
.logo-text small {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.72rem;
  letter-spacing: 0.03em;
  color: var(--ink-soft);
}
.main-nav {
  display: flex;
  gap: 28px;
  font-weight: 500;
  font-size: 0.94rem;
}
.main-nav a { color: var(--navy-800); position: relative; padding: 4px 0; }
.main-nav a:hover, .main-nav a.is-active { color: var(--gold-500); }

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

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #fff;
  cursor: pointer;
}
.nav-toggle span {
  width: 18px;
  height: 2px;
  background: var(--navy-900);
  margin: 0 auto;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

/* ===== Hero ===== */
.hero {
  background:
    radial-gradient(1200px 600px at 85% -10%, rgba(200, 162, 74, 0.25), transparent 60%),
    linear-gradient(180deg, var(--navy-950), var(--navy-900) 60%, var(--navy-800));
  color: #fff;
  padding: 96px 0 88px;
  overflow: hidden;
}
.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: center;
  gap: 32px;
}
.hero-text { text-align: left; max-width: 560px; }
.hero-text .live-badge { margin-left: 0; margin-right: auto; }

.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
}
.hero-visual-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(217, 189, 118, 0.25);
}
.hero-visual-ring-1 { width: 320px; height: 320px; }
.hero-visual-ring-2 {
  width: 400px;
  height: 400px;
  border-color: rgba(217, 189, 118, 0.12);
}
.hero-visual-car {
  position: relative;
  width: 78%;
  max-width: 320px;
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.35));
}
.hero-visual-pin {
  position: absolute;
  left: 6%;
  bottom: 10%;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(6, 16, 31, 0.75);
  border: 1px solid rgba(217, 189, 118, 0.3);
  backdrop-filter: blur(6px);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}

.live-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.8rem;
  font-weight: 600;
  padding: 7px 16px;
  border-radius: 999px;
  margin: 0 auto 22px;
}
.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.6);
  animation: pulse-dot 2s ease-out infinite;
  flex: none;
}
@keyframes pulse-dot {
  0% { box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.55); }
  70% { box-shadow: 0 0 0 8px rgba(74, 222, 128, 0); }
  100% { box-shadow: 0 0 0 0 rgba(74, 222, 128, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .live-dot { animation: none; }
}

.eyebrow, .section-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--gold-400);
  margin-bottom: 14px;
}
.hero h1 {
  font-size: clamp(2.1rem, 4.4vw, 3.2rem);
  color: #fff;
  margin-bottom: 18px;
}
.hero-lead {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
  max-width: 520px;
  margin: 0 0 10px;
}
.hero-note {
  color: var(--gold-400);
  font-size: 0.92rem;
  font-weight: 600;
  max-width: 520px;
  margin: 0 0 28px;
}
.hero-actions {
  display: flex;
  gap: 16px;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.hero-badges {
  display: flex;
  gap: 12px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.hero-badges li {
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.9);
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 500;
}

/* ===== Sections ===== */
.section { padding: 88px 0; }
.section-alt { background: var(--paper-alt); }
.section h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: var(--navy-900);
  max-width: 640px;
  margin-bottom: 44px;
}

.grid { display: grid; gap: 24px; }
.services-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.why-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 24px;
  box-shadow: var(--shadow-md);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.card-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: var(--navy-900);
  color: var(--gold-400);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.card h3 { font-size: 1.1rem; color: var(--navy-900); margin-bottom: 10px; }
.card p { margin: 0; font-size: 0.94rem; }

.why-item h3 { font-size: 1.05rem; color: var(--navy-900); margin-bottom: 8px; }
.why-item p { font-size: 0.94rem; margin: 0; }

/* ===== Steps ("Comment ça marche") ===== */
.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: step;
}
.step { position: relative; padding-top: 8px; }
.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--navy-900);
  color: var(--gold-400);
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 16px;
}
.step h3 { font-size: 1.05rem; color: var(--navy-900); margin-bottom: 8px; }
.step p { font-size: 0.94rem; margin: 0; }

/* ===== Zone ===== */
.zone-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}
.zone-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}
.zone-chips li a {
  display: inline-block;
  padding: 9px 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 500;
  font-size: 0.9rem;
  color: var(--navy-800);
  transition: border-color 0.15s ease, color 0.15s ease;
}
.zone-chips li a:hover {
  border-color: var(--gold-500);
  color: var(--gold-500);
}
.zone-footnote {
  font-size: 0.85rem;
  color: var(--ink-soft);
  margin: 0;
}
.zone-map {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--line);
  aspect-ratio: 4 / 3;
  background: var(--navy-800);
}
.zone-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.zone-map-facade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background:
    radial-gradient(600px 300px at 50% 30%, rgba(200, 162, 74, 0.18), transparent 60%),
    linear-gradient(180deg, var(--navy-900), var(--navy-950));
  color: #fff;
  border: 0;
  cursor: pointer;
  font: inherit;
  font-weight: 600;
}
.zone-map-facade span {
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 10px 20px;
  border-radius: 999px;
}
.zone-map-facade:hover span { border-color: var(--gold-400); color: var(--gold-400); }

/* ===== Trust section ===== */
.trust-section { padding: 40px 0; }
.trust-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.trust-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--navy-800);
}
.trust-list li svg { color: var(--gold-500); flex: none; }

/* ===== Reservation ===== */
.reserve-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 56px;
  align-items: start;
}
.reserve-text a { color: var(--gold-500); font-weight: 600; }
.reserve-form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow-lg);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
}
.form-row { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.reserve-form { min-width: 0; }
.form-row input,
.form-row select,
.form-row textarea { min-width: 0; width: 100%; }
.form-row label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--navy-900);
}
.form-row input,
.form-row select,
.form-row textarea {
  font: inherit;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1.5px solid var(--line);
  background: var(--paper-alt);
  color: var(--ink);
}
.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  outline: none;
  border-color: var(--gold-500);
  background: #fff;
}
.form-note {
  font-size: 0.8rem;
  color: var(--ink-soft);
  margin: 4px 0 0;
}
.form-fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.form-fieldset legend {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--navy-900);
  padding: 0 0 6px;
}
.radio-row {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.radio-row label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.92rem;
  color: var(--ink);
  font-weight: 500;
}
.radio-row input[type="radio"] { accent-color: var(--gold-500); width: 17px; height: 17px; }
.form-checkboxes {
  gap: 10px;
}
.check-option {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--ink);
}
.check-option input[type="checkbox"] {
  accent-color: var(--gold-500);
  width: 18px;
  height: 18px;
  flex: none;
}
.facility-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}
.facility-chips button {
  font: inherit;
  font-size: 0.78rem;
  font-weight: 500;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--paper-alt);
  color: var(--navy-800);
  cursor: pointer;
  transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}
.facility-chips button:hover {
  border-color: var(--gold-500);
  color: var(--gold-500);
  background: #fff;
}
.form-consent {
  gap: 8px;
}
.consent-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.85rem;
  color: var(--ink-soft);
  font-weight: 400;
  min-width: 0;
}
.consent-label input[type="checkbox"] { flex: none; }
.consent-label span { min-width: 0; flex: 1 1 auto; }
.consent-label input[type="checkbox"] {
  accent-color: var(--gold-500);
  width: 18px;
  height: 18px;
  flex: none;
  margin-top: 1px;
}
.form-consent > a {
  font-size: 0.82rem;
  color: var(--gold-500);
  font-weight: 600;
  align-self: flex-start;
}

@media (min-width: 620px) {
  .reserve-form { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .form-row-half { grid-column: span 1; }
  .reserve-form .form-row:not(.form-row-half) { grid-column: 1 / -1; }
  .reserve-form button, .reserve-form .form-note { grid-column: 1 / -1; }
}

/* ===== FAQ ===== */
.faq-inner { max-width: 780px; }
.faq-list { display: grid; gap: 14px; }
.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 6px 22px;
}
.faq-item summary {
  cursor: pointer;
  padding: 16px 0;
  font-weight: 600;
  color: var(--navy-900);
  font-size: 1rem;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  font-family: var(--font-head);
  font-size: 1.3rem;
  color: var(--gold-500);
  flex: none;
  transition: transform 0.2s ease;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { padding-bottom: 18px; margin: -6px 0 0; font-size: 0.94rem; }
.emergency-note {
  margin: 20px 0 0;
  padding: 12px 18px;
  background: var(--paper-alt);
  border: 1px solid var(--line);
  border-left: 3px solid var(--gold-500);
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--navy-800);
}

/* ===== Legal pages ===== */
.legal-page { padding: 56px 0 88px; }
.legal-page .container { max-width: 760px; }
.legal-page h1 {
  font-size: clamp(1.8rem, 3.4vw, 2.4rem);
  color: var(--navy-900);
  margin-bottom: 28px;
}
.legal-page h2 {
  font-family: var(--font-head);
  font-size: 1.2rem;
  color: var(--navy-900);
  margin: 32px 0 10px;
}
.legal-page p, .legal-page li { color: var(--ink-soft); }
.legal-page a { color: var(--gold-500); font-weight: 600; }
.legal-list { list-style: disc; padding-left: 20px; display: grid; gap: 6px; }
.legal-note {
  margin-top: 32px;
  padding: 12px 18px;
  background: var(--paper-alt);
  border: 1px solid var(--line);
  border-left: 3px solid var(--gold-500);
  border-radius: 8px;
  font-size: 0.88rem;
}

@media (max-width: 760px) {
  .legal-page { padding: 32px 0 56px; }
}

/* ===== Contact ===== */
.contact-inner { text-align: center; }
.contact-inner h2 { margin-left: auto; margin-right: auto; }
.contact-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ===== Footer ===== */
.site-footer {
  background: var(--navy-950);
  color: rgba(255, 255, 255, 0.75);
  padding: 40px 0 20px;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.footer-brand {
  font-family: var(--font-head);
  color: #fff;
  font-size: 1.05rem;
  margin: 0 0 6px;
}
.footer-sub { margin: 0; font-size: 0.85rem; color: rgba(255,255,255,0.6); }
.footer-contact { display: flex; gap: 18px; font-weight: 600; }
.footer-contact a:hover { color: var(--gold-400); }
.footer-legal {
  padding-top: 18px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
}
.footer-legal-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-bottom: 14px;
}
.footer-legal-nav a {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.65);
}
.footer-legal-nav a:hover { color: var(--gold-400); }

/* ===== Mobile action bar ===== */
.mobile-action-bar {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  gap: 10px;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px));
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: saturate(180%) blur(10px);
  border-top: 1px solid var(--line);
  box-shadow: 0 -8px 24px -12px rgba(11, 31, 58, 0.25);
}
.mobile-action-bar .btn { flex: 1; }
.mobile-action-bar .btn-outline {
  border-color: var(--navy-900);
  color: var(--navy-900);
}
.mobile-action-bar .btn-outline:hover { background: var(--paper-alt); }

/* ===== Reveal-on-scroll =====
   Visible by default (works with JS disabled/failed); JS adds .pending
   to animate elements in as they scroll into view. */
.reveal.pending {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.pending.is-visible { opacity: 1; transform: translateY(0); }

/* ===== Focus states (keyboard accessibility) ===== */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 2.5px solid var(--gold-500);
  outline-offset: 2px;
}

/* ===== Responsive ===== */
@media (max-width: 980px) {
  .services-grid, .why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .zone-inner, .reserve-inner { grid-template-columns: minmax(0, 1fr); }
  .steps { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .hero-inner { grid-template-columns: minmax(0, 1fr); text-align: center; }
  .hero-text { text-align: center; max-width: 620px; margin: 0 auto; }
  .hero-text .live-badge { margin-left: auto; }
  .hero-lead, .hero-note { margin-left: auto; margin-right: auto; }
  .hero-actions, .hero-badges { justify-content: center; }
  .hero-visual { min-height: 240px; margin-top: 16px; }
  .hero-visual-ring-1 { width: 240px; height: 240px; }
  .hero-visual-ring-2 { width: 300px; height: 300px; }
}

@media (max-width: 560px) {
  .hero-visual { display: none; }
}

@media (max-width: 900px) {
  body { padding-bottom: calc(70px + env(safe-area-inset-bottom, 0px)); }

  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    gap: 0;
    padding: 8px 24px 16px;
    display: none;
  }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 12px 0; border-bottom: 1px solid var(--line); }
  .main-nav a:last-child { border-bottom: none; }
  .nav-toggle { display: flex; }
  .btn-call { display: none; }
  .mobile-action-bar { display: flex; }
  .services-grid, .why-grid { grid-template-columns: minmax(0, 1fr); }

  /* Compact vertical rhythm (~30% tighter than desktop) */
  .hero { padding: 48px 0 40px; }
  .section { padding: 44px 0; }
  .trust-section { padding: 24px 0; }
  section[id] { scroll-margin-top: 64px; }

  .section h2 { margin-bottom: 24px; }
  .section-eyebrow, .eyebrow { margin-bottom: 8px; }
  .hero h1 { margin-bottom: 12px; }
  .hero-lead { margin-bottom: 8px; }
  .hero-note { margin-bottom: 18px; }
  .hero-actions { margin-bottom: 22px; }

  .grid { gap: 14px; }
  .card { padding: 18px 16px; }
  .card-icon { width: 42px; height: 42px; margin-bottom: 12px; }
  .card h3, .why-item h3, .step h3 { margin-bottom: 5px; }
  .card p, .why-item p, .step p, .faq-item p { max-width: 42ch; }

  .steps { gap: 18px; }
  .step-number { width: 38px; height: 38px; margin-bottom: 10px; }

  .zone-inner { gap: 22px; }
  .zone-chips { gap: 8px; margin-bottom: 12px; }
  .zone-chips li a { padding: 7px 13px; font-size: 0.85rem; }

  .reserve-inner { gap: 24px; }
  .reserve-form { padding: 20px 16px; gap: 14px; }

  .faq-list { gap: 10px; }
  .faq-item { padding: 4px 16px; }
  .faq-item summary { padding: 13px 0; font-size: 0.95rem; }

  .trust-list { gap: 10px 20px; }

  .footer-inner, .footer-legal { padding-bottom: 18px; }
  .site-footer { padding: 28px 0 16px; }
}
