/* Reliéo — aperçu de travail — palettes et composants provisoires */

/* ---------- Tokens : Palette A « Horizon » (bleu profond, corail, ivoire) ---------- */
:root,
[data-palette="a"] {
  --brand-900: #12213D;
  --brand-700: #1E3B63;
  --ink: #1A1A1E;
  --paper: #FBF5EA;
  --paper-alt: #F3E7D2;
  --line: #E3D6BE;
  --accent: #F2664A;
  --accent-strong: #C1461F;
  --on-accent: #1A1A1E;
  --on-accent-strong: #FFFFFF;
  --on-brand: #FBF5EA;
}

/* ---------- Tokens : Palette B « Terre & Sel » (vert profond, terracotta, sable) ---------- */
[data-palette="b"] {
  --brand-900: #123B33;
  --brand-700: #1E5B4E;
  --ink: #1B1A16;
  --paper: #F6EFE1;
  --paper-alt: #EEE0C4;
  --line: #DCCBA0;
  --accent: #C8672E;
  --accent-strong: #A34A1C;
  --on-accent: #1B1A16;
  --on-accent-strong: #FFFFFF;
  --on-brand: #F6EFE1;
}

/* ---------- Reset & base ---------- */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: 'Work Sans', -apple-system, 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  transition: background-color .25s ease, color .25s ease;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition-duration: 0s !important; animation-duration: 0s !important; }
}
img { max-width: 100%; }
a { color: inherit; }
h1, h2, h3 {
  font-family: 'Fraunces', Georgia, 'Times New Roman', serif;
  font-weight: 600;
  margin: 0 0 .5em;
  color: var(--brand-900);
}
.text-balance { text-wrap: balance; }
h1 { font-size: clamp(2.3rem, 4.2vw + 1rem, 3.5rem); line-height: 1.06; }
h2 { font-size: clamp(1.6rem, 2vw + 1rem, 2.35rem); line-height: 1.15; }
h3 { font-size: 1.2rem; }
p { margin: 0 0 1em; }
.wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

/* ---------- Preview ribbon ---------- */
.preview-ribbon {
  background: var(--brand-900);
  color: var(--on-brand);
  font-size: .8rem;
  text-align: center;
  padding: 8px 16px;
}

/* ---------- Buttons & badges ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px; /* cible tactile mobile (mandat 03, section 12) */
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-size: .95rem;
  text-decoration: none;
  padding: .8em 1.5em;
  border-radius: 3px;
  border: 1.5px solid transparent;
  cursor: pointer;
}
.btn:disabled { opacity: .6; cursor: not-allowed; }
.btn-lg { font-size: 1.05rem; padding: .95em 1.9em; }
.btn-accent-strong { background: var(--accent-strong); color: var(--on-accent-strong); }
.btn-accent { background: var(--accent); color: var(--on-accent); }
.btn-outline { background: transparent; color: var(--brand-900); border-color: var(--brand-900); }
.btn-nav { font-size: .85rem; padding: .6em 1.2em; }

.badge {
  display: inline-block;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .02em;
  padding: .4em .9em;
  border-radius: 999px;
}
.badge-promo { background: var(--accent); color: var(--on-accent); }

/* ---------- Header ---------- */
.site-header { background: var(--paper); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; }
.header-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 14px; padding-bottom: 14px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--brand-900); }
.brand-mark { color: var(--accent-strong); flex-shrink: 0; }
.brand-word { font-family: 'Fraunces', serif; font-weight: 600; font-size: 1.25rem; }
.main-nav { display: flex; gap: 28px; font-size: .92rem; font-weight: 500; }
.main-nav a { text-decoration: none; }
.main-nav a:hover { color: var(--accent-strong); }

/* ---------- Hero ---------- */
.hero { position: relative; padding: 64px 0 84px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; }
.signature { font-family: 'Fraunces', serif; font-style: italic; color: var(--accent-strong); font-size: 1.05rem; margin-bottom: .6em; }
.hero-sub { font-size: 1.08rem; max-width: 46ch; color: var(--brand-700); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin: 22px 0 10px; }
.hero-note { font-size: .82rem; color: var(--brand-700); opacity: .75; }

.section-divider { position: absolute; bottom: -1px; left: 0; width: 100%; height: 64px; display: block; pointer-events: none; }

/* ---------- Photo slots (visuels provisoires — voir docs/identite-visuelle.md) ---------- */
.photo-slot {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: var(--brand-900);
  background:
    radial-gradient(120% 140% at 20% 15%, color-mix(in srgb, var(--accent) 35%, transparent), transparent 60%),
    linear-gradient(150deg, color-mix(in srgb, var(--brand-700) 24%, var(--paper-alt)), var(--paper-alt));
  border: 1.5px dashed color-mix(in srgb, var(--brand-900) 28%, transparent);
  overflow: hidden;
}
.photo-slot-hero {
  min-height: 380px;
  border-radius: 58% 42% 61% 39% / 44% 55% 45% 56%;
  padding: 28px;
}
.photo-slot-chip {
  position: absolute;
  top: 22px;
  left: 26px;
  font-family: 'Fraunces', serif;
  font-weight: 600;
  font-size: .82rem;
  padding: .5em 1em;
  border-radius: 999px;
  background: var(--accent-strong);
  color: var(--on-accent-strong);
  box-shadow: 0 10px 20px -10px color-mix(in srgb, var(--brand-900) 60%, transparent);
}
.photo-slot-caption {
  background: color-mix(in srgb, var(--paper) 90%, transparent);
  border-radius: 14px;
  padding: 16px 18px;
  backdrop-filter: blur(3px);
}
.photo-slot-tag { display: inline-block; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--accent-strong); margin-bottom: .35em; }
.photo-slot-caption p { font-size: .84rem; color: var(--brand-700); margin: 0; }
.photo-slot-caption code { font-size: .78rem; background: var(--paper-alt); padding: .1em .35em; border-radius: 4px; }

.photo-slot-scene {
  aspect-ratio: 4 / 3;
  border-radius: 20px 8px 20px 8px;
  padding: 16px;
  justify-content: flex-end;
}
.photo-slot-scene:nth-child(2) { border-radius: 8px 20px 8px 20px; }
.photo-slot-scene p { font-size: .85rem; font-weight: 600; margin: 0; }

.photo-slot-portfolio {
  aspect-ratio: 16 / 10;
  border-radius: 12px 12px 4px 4px;
  padding: 14px;
  margin-bottom: 16px;
  justify-content: flex-end;
}
.photo-slot-portfolio p { font-size: .78rem; margin: 0; opacity: .85; }

/* ---------- Sections / bands ---------- */
.band { padding: 64px 0; }
.band-alt { background: var(--paper-alt); }
.band-dark { background: var(--brand-900); color: var(--on-brand); }
.band-dark h2 { color: var(--on-brand); }
.section-lede { font-size: 1.05rem; max-width: 60ch; color: var(--brand-700); }
.band-dark .section-lede, .band-dark .section-note { color: var(--on-brand); opacity: .85; }
.section-note { font-size: .9rem; opacity: .8; }

/* ---------- Feature grid ---------- */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; margin-top: 32px; }
.feature-icon { color: var(--accent-strong); margin-bottom: 10px; transition: transform .2s ease; }
.feature:hover .feature-icon { transform: translateY(-3px) rotate(-4deg); }
.feature h3 { margin-bottom: .35em; }
.feature p { color: var(--brand-700); font-size: .96rem; }

/* ---------- Tension : problème reconnu ---------- */
.tension { padding: 60px 0 64px; background: var(--brand-900); color: var(--on-brand); }
.tension-grid { display: flex; flex-direction: column; gap: 36px; }
.tension-text { max-width: 68ch; }
.tension-quote { font-family: 'Fraunces', serif; font-size: clamp(1.3rem, 1.6vw + 1rem, 1.7rem); font-style: italic; line-height: 1.35; }
.tension-solution { font-size: 1.02rem; opacity: .9; }
.scene-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.scene-row .photo-slot { border-color: color-mix(in srgb, var(--on-brand) 35%, transparent); box-shadow: 0 14px 28px -18px rgba(0,0,0,.5); }

/* ---------- Portfolio (réalisations) ---------- */
.portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 32px; }
.portfolio-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  gap: .5em;
}
.portfolio-sector { font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--accent-strong); margin: 0; }
.portfolio-card h3 { margin: 0; font-size: 1.1rem; }
.portfolio-card p:not(.portfolio-sector) { color: var(--brand-700); font-size: .92rem; margin: 0; flex-grow: 1; }
.portfolio-note { font-style: italic; opacity: .8; }
.portfolio-link { align-self: flex-start; margin-top: .6em; font-size: .85rem; padding: .6em 1.3em; }
.portfolio-card { transition: transform .2s ease, box-shadow .2s ease; }
.portfolio-card:hover { transform: translateY(-5px); box-shadow: 0 20px 36px -22px color-mix(in srgb, var(--brand-900) 45%, transparent); }

/* ---------- Nos tarifs ---------- */
.tarifs-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 32px; align-items: start; margin-top: 32px; }
.tarifs-packages { display: flex; flex-direction: column; gap: 20px; }

.package-option {
  display: block;
  cursor: pointer;
  background: var(--paper);
  border: 1.5px solid var(--line);
  border-radius: 8px;
  padding: 22px 24px;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.package-option:has(input:checked),
.package-option.is-selected { border-color: var(--accent-strong); border-width: 2px; box-shadow: 0 12px 24px -18px color-mix(in srgb, var(--brand-900) 50%, transparent); }
.package-option input[type="radio"] { width: 18px; height: 18px; margin-right: 10px; vertical-align: middle; accent-color: var(--accent-strong); }
.package-head { display: inline-flex; align-items: baseline; gap: 12px; font-weight: 600; }
.package-name { font-family: 'Fraunces', serif; font-size: 1.1rem; color: var(--brand-900); }
.package-price { font-family: 'Fraunces', serif; font-size: 1.3rem; font-weight: 600; color: var(--accent-strong); font-variant-numeric: tabular-nums; }
.package-list { list-style: none; margin: 14px 0 0 28px; padding: 0; }
.package-list li { padding-left: 1.3em; position: relative; margin-bottom: .5em; font-size: .92rem; color: var(--brand-700); }
.package-list li::before { content: ""; position: absolute; left: 0; top: .5em; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }

.package-later { border: 1.5px dashed var(--line); border-radius: 8px; padding: 18px 22px; }
.package-later-tag { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--brand-700); opacity: .75; margin: 0 0 .4em; }
.package-later h3 { font-size: 1rem; margin-bottom: .3em; }
.package-later p { font-size: .88rem; color: var(--brand-700); margin: 0; }

.tarifs-recap {
  position: sticky;
  top: 88px;
  background: var(--paper-alt);
  border: 1.5px solid var(--line);
  border-radius: 10px;
  padding: 28px 26px;
}
.tarifs-recap h3 { font-size: 1.05rem; margin-bottom: .2em; }
.recap-package-name { font-weight: 600; color: var(--brand-700); margin-bottom: 1em; }
.recap-list { list-style: none; margin: 0 0 1.2em; padding: 0; }
.recap-list li { padding-left: 1.3em; position: relative; margin-bottom: .45em; font-size: .88rem; color: var(--brand-700); }
.recap-list li::before { content: ""; position: absolute; left: 0; top: .5em; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.recap-price { font-family: 'Fraunces', serif; font-size: 2.1rem; font-weight: 600; color: var(--brand-900); margin: .8em 0 0; font-variant-numeric: tabular-nums; }
.tarifs-recap .btn { width: 100%; margin-top: 1.2em; }
.offer-guarantee { font-size: .82rem; font-weight: 600; color: var(--accent-strong); margin: .9em 0 0; }
.offer-price-note { font-size: .8rem; color: var(--brand-700); opacity: .75; margin: .1em 0 0; }

/* ---------- Moyens de paiement (réassurance, jamais un checkout) ---------- */
.payment-methods { border-top: 1px solid var(--line); padding-top: 36px; margin-top: 36px; }
.payment-methods h3 { font-size: 1.15rem; margin-bottom: .3em; }
.payment-badges { list-style: none; display: flex; flex-wrap: wrap; gap: 18px 26px; margin: 22px 0; padding: 0; }
.payment-badges li { display: flex; align-items: center; gap: 8px; min-height: 44px; }
.payment-badges img { display: block; flex-shrink: 0; }
.payment-badges span { font-size: .85rem; font-weight: 600; color: var(--brand-700); }
.payment-badges li.is-upcoming { opacity: .6; }
.payment-badges li.is-upcoming em { font-style: normal; font-weight: 400; opacity: .8; }
.payment-trust { font-size: .85rem; color: var(--brand-700); opacity: .85; margin: 0; }
.payment-badges-compact { gap: 12px 16px; margin: 14px 0; }
.payment-badges-compact li { min-height: auto; gap: 6px; }
.payment-badges-compact span { font-size: .74rem; }
.payment-badges-compact img { width: 26px; height: 17px; }

/* ---------- Timeline ---------- */
.timeline { list-style: none; margin: 32px 0 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; }
.timeline li { display: flex; flex-direction: column; gap: 10px; }
.timeline-index { font-family: 'Fraunces', serif; font-weight: 600; font-size: 1.3rem; color: var(--accent-strong); }
.timeline h3 { font-size: 1.02rem; margin-bottom: .25em; }
.timeline p { font-size: .88rem; color: var(--brand-700); margin: 0; }

/* ---------- Sélection / FOMO (jauge réelle, sans compteur fictif) ---------- */
.selection { position: relative; }
.selection-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 40px; align-items: center; }
.selection .badge-promo { margin-bottom: .8em; }
.capacity-meter { background: color-mix(in srgb, var(--on-brand) 7%, transparent); border: 1px solid color-mix(in srgb, var(--on-brand) 25%, transparent); border-radius: 10px; padding: 22px; text-align: center; }
.capacity-meter-label { font-size: .78rem; text-transform: uppercase; letter-spacing: .06em; opacity: .75; margin-bottom: .4em; }
.capacity-meter-value { font-family: 'Fraunces', serif; font-size: 2rem; font-weight: 600; margin: 0 0 .4em; font-variant-numeric: tabular-nums; }
.capacity-meter-note { font-size: .78rem; opacity: .7; margin: 0; }

/* ---------- Reassurance & garantie ---------- */
.reassurance-list { list-style: none; margin: 0 0 40px; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; text-align: center; }
.reassurance-list li { font-family: 'Fraunces', serif; font-size: 1.05rem; color: var(--brand-900); padding: 8px; }
.guarantee-panel { border-top: 1px solid var(--line); padding-top: 36px; }
.guarantee-steps { list-style: decimal; margin: 1em 0 1.2em; padding-left: 1.3em; color: var(--brand-700); font-size: .95rem; }
.guarantee-steps li { margin-bottom: .4em; }
.guarantee-scope { font-size: .82rem; color: var(--brand-700); opacity: .8; max-width: 70ch; }
.guarantee-inline { display: inline-block; font-weight: 600; color: var(--accent); margin: .4em 0 0; }
.offer-guarantee { font-size: .82rem; font-weight: 600; color: var(--accent-strong); margin: 0 0 1em; }

/* ---------- FAQ ---------- */
.faq-list { margin-top: 28px; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); padding: 18px 0; }
.faq-item summary { cursor: pointer; font-weight: 600; font-size: 1rem; list-style: none; position: relative; padding-right: 28px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 0; top: 0; font-family: 'Fraunces', serif; font-size: 1.2rem; color: var(--accent-strong); }
.faq-item[open] summary::after { content: "–"; }
.faq-item p { margin-top: .8em; color: var(--brand-700); font-size: .95rem; }

/* ---------- Réservation : funnel réel ---------- */
.reservation .section-lede { max-width: 60ch; }
.funnel { margin-top: 32px; max-width: 720px; }
.funnel-steps { display: flex; gap: 8px; list-style: none; margin: 0 0 28px; padding: 0; font-size: .8rem; font-weight: 600; }
.funnel-steps li { flex: 1; text-align: center; padding: .6em .4em; border-radius: 999px; background: color-mix(in srgb, var(--on-brand) 8%, transparent); opacity: .55; }
.funnel-steps li.is-active { background: var(--accent); color: var(--on-accent); opacity: 1; }
.funnel-panel { background: color-mix(in srgb, var(--on-brand) 6%, transparent); border: 1px solid color-mix(in srgb, var(--on-brand) 20%, transparent); border-radius: 10px; padding: 28px 24px; }

.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 20px; }
.field { display: flex; flex-direction: column; gap: 6px; font-size: .88rem; font-weight: 600; }
.field span:first-child { opacity: .9; }
.field input[type="text"], .field input[type="tel"], .field input[type="email"], .field select {
  font: inherit;
  font-weight: 400;
  min-height: 44px;
  padding: .6em .8em;
  border-radius: 6px;
  border: 1.5px solid color-mix(in srgb, var(--on-brand) 30%, transparent);
  background: var(--paper);
  color: var(--ink);
}
.field input:focus-visible, .field select:focus-visible { outline: 2px solid var(--accent-strong); outline-offset: 1px; }
.field-error { color: var(--accent); font-weight: 600; font-size: .78rem; min-height: 1.2em; }
.field-radio { border: none; padding: 0; margin: 0; grid-column: 1 / -1; }
.field-radio legend { font-weight: 600; margin-bottom: 6px; padding: 0; }
.field-radio label { display: flex; align-items: center; gap: 8px; font-weight: 400; margin-bottom: 6px; min-height: 44px; }
.field-check { grid-column: 1 / -1; flex-direction: row; align-items: flex-start; gap: 10px; font-weight: 400; }
.field-check input { width: 20px; height: 20px; margin-top: 2px; flex-shrink: 0; }
.funnel-error { color: var(--accent); font-weight: 600; margin-bottom: 14px; }
.funnel-refusal p { font-size: 1rem; margin-bottom: 1em; }

.calendar-note { font-size: .85rem; opacity: .85; margin-bottom: 18px; }
.calendar-days { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.day-btn {
  font: inherit; font-size: .82rem; font-weight: 600; text-transform: capitalize;
  min-height: 44px; padding: .5em 1em; border-radius: 999px; cursor: pointer;
  background: transparent; color: inherit; border: 1.5px solid color-mix(in srgb, var(--on-brand) 30%, transparent);
}
.day-btn.is-active { background: var(--accent); color: var(--on-accent); border-color: var(--accent); }
.calendar-slots { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.slot-btn {
  font: inherit; font-weight: 600; font-variant-numeric: tabular-nums;
  min-height: 44px; border-radius: 8px; cursor: pointer;
  background: var(--paper); color: var(--ink); border: 1.5px solid color-mix(in srgb, var(--on-brand) 25%, transparent);
}
.slot-btn:hover:not(:disabled) { border-color: var(--accent-strong); }
.slot-btn.is-reserved { opacity: .4; text-decoration: line-through; cursor: not-allowed; }
.confirmation-message { font-size: 1.1rem; line-height: 1.5; }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid var(--line); padding: 28px 0; }
.footer-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.brand-footer .brand-mark { color: var(--accent-strong); }
.footer-note { font-size: .78rem; color: var(--brand-700); opacity: .75; margin: 0; }

/* ---------- Palette switcher (internal tool) ---------- */
.palette-switcher {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 6px;
  background: var(--brand-900);
  color: var(--on-brand);
  border: 1px dashed rgba(251,245,234,.4);
  border-radius: 999px;
  padding: 6px 8px;
  font-size: .75rem;
}
.palette-switcher-label { padding: 0 6px 0 4px; opacity: .7; }
.palette-btn {
  font: inherit;
  font-weight: 600;
  background: transparent;
  color: inherit;
  border: 1px solid rgba(251,245,234,.35);
  border-radius: 999px;
  padding: .35em .8em;
  cursor: pointer;
}
.palette-btn.is-active { background: rgba(251,245,234,.16); }
.palette-btn:focus-visible, .btn:focus-visible, a:focus-visible { outline: 2px solid var(--accent-strong); outline-offset: 2px; }

/* ---------- Révélation discrète au défilement ----------
   Sans JavaScript ou avec un mouvement réduit demandé par le système,
   les éléments restent visibles par défaut (aucun contenu masqué à froid). */
@media (prefers-reduced-motion: no-preference) {
  html.js-ready .reveal {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .5s ease, transform .5s ease;
  }
  html.js-ready .reveal.reveal-visible { opacity: 1; transform: translateY(0); }
}

/* ---------- Responsive ---------- */
@media (max-width: 880px) {
  .main-nav { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { order: -1; }
  .photo-slot-hero { min-height: 280px; }
  .feature-grid, .reassurance-list { grid-template-columns: 1fr; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .scene-row { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .timeline { grid-template-columns: 1fr 1fr; }
  .selection-grid { grid-template-columns: 1fr; }
  .field-grid { grid-template-columns: 1fr; }
  .calendar-slots { grid-template-columns: repeat(3, 1fr); }
  /* Nos tarifs : une seule colonne, récapitulatif après la sélection (ordre
     du HTML déjà dans ce sens) ; jamais de panneau collé qui masque le contenu. */
  .tarifs-grid { grid-template-columns: 1fr; }
  .tarifs-recap { position: static; }
}
@media (max-width: 520px) {
  .wrap { padding: 0 18px; }
  .timeline { grid-template-columns: 1fr; }
  .scene-row { grid-template-columns: 1fr; }
  .btn-nav { padding: .55em 1em; font-size: .8rem; }
  .hero { padding: 44px 0 56px; }
  .band { padding: 48px 0; }
  .funnel-panel { padding: 20px 16px; }
  .funnel-steps { font-size: .72rem; }
  .calendar-slots { grid-template-columns: repeat(2, 1fr); }
  .package-option { padding: 18px 18px; }
  .package-head { display: flex; justify-content: space-between; align-items: baseline; }
  .payment-badges { gap: 14px 20px; }
}
