/* ============================================================================
   Amentutopermfrgav — feuille de style principale (refonte)
   Thème : « Classique français » — blanc + bleu marine + or.
   Police : Inter. Code autonome (n'utilise pas site.css).
   ============================================================================ */

:root {
  /* Palette */
  --navy: #16243F;
  --navy-700: #1F3258;
  --navy-900: #0E1A2F;
  --gold: #C8A23C;
  --gold-dark: #A4811F;
  --gold-soft: #F3E9CC;

  --ink: #1B2436;
  --muted: #5C6680;
  --line: #E4E8F1;

  --bg: #FFFFFF;
  --bg-soft: #F5F8FD;
  --bg-marine: #16243F;

  /* Géométrie */
  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 26px;
  --pill: 999px;

  /* Ombres douces */
  --shadow-sm: 0 2px 10px rgba(22, 36, 63, .06);
  --shadow: 0 12px 36px rgba(22, 36, 63, .10);
  --shadow-lg: 0 24px 60px rgba(22, 36, 63, .16);

  /* Mise en page */
  --container: 1180px;
  --gutter: clamp(16px, 4vw, 40px);

  /* Typographie */
  --font: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

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

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

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

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

h1, h2, h3, h4 { line-height: 1.18; letter-spacing: -0.02em; color: var(--ink); font-weight: 800; }

.container {
  width: min(100% - var(--gutter) * 2, var(--container));
  margin-inline: auto;
}

.section { padding: clamp(56px, 8vw, 96px) 0; }
.section--soft { background: var(--bg-soft); }
.section--marine { background: var(--bg-marine); color: #EAF0FA; }

/* En-tête de section ------------------------------------------------------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 14px;
}
.eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--gold); }
.section--marine .eyebrow { color: var(--gold); }

.section-head { max-width: 660px; margin: 0 auto clamp(36px, 5vw, 56px); text-align: center; }
.section-head .eyebrow { justify-content: center; }
.section-head h2 { font-size: clamp(1.7rem, 3.6vw, 2.5rem); margin-bottom: 14px; }
.section-head p { color: var(--muted); font-size: 1.05rem; }
.section--marine .section-head p { color: #AFC0DA; }

/* ====== BOUTONS =========================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: var(--pill);
  font-weight: 700;
  font-size: .98rem;
  border: 2px solid transparent;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }

.btn-primary {
  background: linear-gradient(135deg, var(--navy-700), var(--navy));
  color: #fff;
  box-shadow: 0 10px 26px rgba(22, 36, 63, .28);
}
.btn-primary:hover {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: #1A1405;
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(200, 162, 60, .38);
}

.btn-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: #1A1405;
  box-shadow: 0 10px 26px rgba(200, 162, 60, .34);
}
.btn-gold:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(200, 162, 60, .46); }

.btn-outline { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-outline:hover { background: var(--navy); color: #fff; transform: translateY(-3px); }
.section--marine .btn-outline { color: #fff; border-color: rgba(255,255,255,.6); }
.section--marine .btn-outline:hover { background: #fff; color: var(--navy); }

.btn-lg { padding: 18px 38px; font-size: 1.05rem; }

/* ====== BANDEAU DE CONFORMITÉ ============================================= */
.notice-bar {
  background: var(--gold-soft);
  border-bottom: 1px solid #E6D49A;
  color: #5A4A1C;
  font-size: .82rem;
  line-height: 1.55;
  text-align: center;
  padding: 10px var(--gutter);
}
.notice-bar strong { font-weight: 700; }

/* ====== EN-TÊTE / NAVIGATION ============================================= */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, .85);
  backdrop-filter: saturate(1.6) blur(14px);
  -webkit-backdrop-filter: saturate(1.6) blur(14px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  width: min(100% - var(--gutter) * 2, 1260px);
  margin-inline: auto;
  height: 70px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -.02em; font-size: 1.1rem; }
.brand-mark {
  width: 34px; height: 34px; border-radius: 10px;
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 800; font-size: .95rem;
  background: linear-gradient(135deg, var(--navy-700), var(--navy));
  box-shadow: inset 0 0 0 1.5px rgba(200,162,60,.6);
}
.site-nav { display: flex; align-items: center; gap: 6px; margin-left: auto; }
.site-nav a {
  font-size: .92rem; font-weight: 600; color: var(--muted);
  padding: 8px 12px; border-radius: 8px; transition: color .2s, background .2s;
}
.site-nav a:hover { color: var(--navy); background: rgba(22,36,63,.05); }
.header-cta { margin-left: 8px; padding: 10px 20px; font-size: .9rem; }
.nav-toggle {
  display: none; margin-left: auto;
  width: 42px; height: 42px; border-radius: 10px;
  background: #fff; border: 1px solid var(--line);
  flex-direction: column; align-items: center; justify-content: center; gap: 4px;
}
.nav-toggle span { width: 18px; height: 2px; background: var(--navy); border-radius: 2px; transition: .25s; }

/* ====== HERO ============================================================= */
.hero { position: relative; background: var(--bg-soft); overflow: hidden; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
  padding: clamp(48px, 7vw, 90px) 0;
}
.hero h1 { font-size: clamp(2.1rem, 5vw, 3.5rem); margin-bottom: 20px; }
.hero h1 .accent { color: var(--navy); position: relative; white-space: nowrap; }
.hero h1 .accent::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: .06em;
  height: .3em; background: var(--gold-soft); border-radius: 3px; z-index: -1;
}
.hero p { color: var(--muted); font-size: 1.1rem; max-width: 520px; margin-bottom: 18px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.hero-trust { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 30px; }
.hero-trust .trust-item { display: flex; align-items: center; gap: 9px; font-size: .9rem; font-weight: 600; color: var(--navy); }
.hero-trust .trust-item svg { width: 20px; height: 20px; color: var(--gold-dark); flex-shrink: 0; }

.hero-media { position: relative; }
.hero-media img { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); aspect-ratio: 4 / 4.4; object-fit: cover; }
.hero-badge {
  position: absolute; left: -18px; bottom: 28px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 16px 20px; display: flex; align-items: center; gap: 12px;
}
.hero-badge .hb-ic {
  width: 42px; height: 42px; border-radius: 12px; flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--gold-soft); color: var(--gold-dark);
}
.hero-badge .hb-ic svg { width: 22px; height: 22px; }
.hero-badge .hb-num { font-weight: 800; font-size: 1.05rem; color: var(--navy); line-height: 1.1; }
.hero-badge .hb-txt { font-size: .78rem; color: var(--muted); }

/* ====== AVANTAGES (Pourquoi nous) ======================================== */
.cards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.cards-grid--3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 900px) { .cards-grid--3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .cards-grid--3 { grid-template-columns: 1fr; } }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 26px; box-shadow: var(--shadow-sm);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--gold); }
.card-ic {
  width: 52px; height: 52px; border-radius: 14px; margin-bottom: 18px;
  display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--navy-700), var(--navy)); color: var(--gold);
}
.card-ic svg { width: 26px; height: 26px; }
.card h3 { font-size: 1.15rem; margin-bottom: 8px; }
.card p { color: var(--muted); font-size: .95rem; }

/* ====== COMMENT RÉGLER (étapes) ========================================== */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; }
.step {
  position: relative; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 34px 24px 28px; box-shadow: var(--shadow-sm);
}
.step-num {
  position: absolute; top: -22px; left: 24px;
  width: 46px; height: 46px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 1.1rem; color: #fff;
  background: linear-gradient(135deg, var(--navy-700), var(--navy));
  box-shadow: 0 8px 18px rgba(22,36,63,.28); border: 2px solid var(--gold);
}
.step h3 { font-size: 1.08rem; margin: 8px 0; }
.step p { color: var(--muted); font-size: .93rem; }

/* ====== FAQ (accordéon) ================================================== */
.faq-list { max-width: 820px; margin-inline: auto; display: flex; flex-direction: column; gap: 14px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: border-color .25s, box-shadow .25s; }
.faq-item.is-open { border-color: var(--gold); box-shadow: var(--shadow-sm); }
.faq-q {
  width: 100%; background: none; border: none; text-align: left;
  display: flex; align-items: center; gap: 14px;
  padding: 20px 22px; font-size: 1.02rem; font-weight: 700; color: var(--ink);
}
.faq-q .faq-ic {
  width: 34px; height: 34px; border-radius: 10px; flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--gold-soft); color: var(--gold-dark);
}
.faq-q .faq-ic svg { width: 18px; height: 18px; }
.faq-q .faq-chevron { margin-left: auto; transition: transform .3s ease; color: var(--muted); flex-shrink: 0; }
.faq-item.is-open .faq-chevron { transform: rotate(180deg); color: var(--navy); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-a-inner { padding: 0 22px 22px 70px; color: var(--muted); font-size: .96rem; }

/* ====== AVIS (témoignages) =============================================== */
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.review {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 28px; box-shadow: var(--shadow-sm); position: relative;
}
.review .stars { color: var(--gold); letter-spacing: 2px; font-size: .95rem; margin-bottom: 12px; }
.review p { color: var(--ink); font-style: italic; line-height: 1.7; margin-bottom: 20px; }
.review-author { display: flex; align-items: center; gap: 12px; }
.review-author img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; border: 2px solid var(--gold-soft); }
.review-author .ra-name { font-weight: 700; font-size: .95rem; }
.review-author .ra-loc { font-size: .82rem; color: var(--muted); }

/* ====== CONTACT / CTA ==================================================== */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 60px); align-items: center; }
.contact-info h2 { font-size: clamp(1.6rem, 3.4vw, 2.3rem); margin-bottom: 14px; color: #FFFFFF; }
.contact-info p { color: #AFC0DA; margin-bottom: 22px; max-width: 440px; }
.contact-list { display: flex; flex-direction: column; gap: 14px; margin-top: 8px; }
.contact-list a, .contact-list span { display: inline-flex; align-items: center; gap: 12px; color: #EAF0FA; font-weight: 600; }
.contact-list .cl-ic { width: 40px; height: 40px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; background: rgba(200,162,60,.16); color: var(--gold); flex-shrink: 0; }
.contact-list .cl-ic svg { width: 20px; height: 20px; }

.contact-card { background: #fff; border-radius: var(--radius-lg); padding: clamp(28px, 4vw, 40px); box-shadow: var(--shadow-lg); color: var(--ink); }
.contact-card h3 { font-size: 1.3rem; margin-bottom: 6px; }
.contact-card .cc-sub { color: var(--muted); font-size: .92rem; margin-bottom: 22px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: .85rem; font-weight: 600; margin-bottom: 6px; }
.field input, .field textarea {
  width: 100%; padding: 13px 15px; border: 1px solid var(--line); border-radius: var(--radius-sm);
  background: var(--bg-soft); color: var(--ink); font-size: .95rem; font-family: inherit;
  outline: none; transition: border-color .2s, box-shadow .2s;
}
.field input:focus, .field textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(200,162,60,.18); background: #fff; }
.field textarea { resize: vertical; min-height: 120px; }
.form-note { font-size: .78rem; color: var(--muted); margin-top: 10px; text-align: center; }
.form-success { display: none; text-align: center; padding: 30px 10px; }
.form-success.is-visible { display: block; }
.form-success .fs-ic { width: 56px; height: 56px; border-radius: 50%; margin: 0 auto 14px; display: flex; align-items: center; justify-content: center; background: var(--gold-soft); color: var(--gold-dark); }
.form-success h3 { margin-bottom: 6px; }
.form-success p { color: var(--muted); font-size: .95rem; }

/* ====== PIED DE PAGE ===================================================== */
.site-footer { background: var(--navy-900); color: #C4D0E4; padding: clamp(48px, 6vw, 72px) 0 28px; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-brand .brand { color: #fff; margin-bottom: 14px; }
.footer-brand p { font-size: .9rem; color: #97A6C2; max-width: 320px; }
.footer-col h4 { color: #fff; font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 16px; }
.footer-col a, .footer-col span { display: block; font-size: .9rem; color: #AEBCD6; padding: 5px 0; transition: color .2s; }
.footer-col a:hover { color: var(--gold); }
.footer-bottom { padding-top: 24px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.footer-disclaimer { font-size: .78rem; color: #8294B2; line-height: 1.6; max-width: 760px; }
.footer-copy { font-size: .82rem; color: #8294B2; white-space: nowrap; }

/* ====== BANNIÈRE COOKIES ================================================= */
.cookie-bar {
  position: fixed; right: 20px; bottom: 20px; z-index: 9999;
  width: 360px; max-width: calc(100% - 40px);
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-lg); padding: 20px;
  transition: opacity .35s ease, transform .35s ease;
}
.cookie-bar.is-hidden { opacity: 0; transform: translateY(16px); pointer-events: none; }
html.cc-ok .cookie-bar { display: none; }
.cookie-bar p { font-size: .86rem; color: var(--muted); margin-bottom: 14px; }
.cookie-bar p a { color: var(--gold-dark); text-decoration: underline; }
.cookie-actions { display: flex; gap: 10px; }
.cookie-actions .btn { padding: 9px 18px; font-size: .85rem; flex: 1; }

/* ====== PAGES INTERNES =================================================== */
/* En-tête de page compact */
.page-hero { background: var(--bg-soft); border-bottom: 1px solid var(--line); padding: clamp(48px, 7vw, 82px) 0 clamp(38px, 5vw, 54px); text-align: center; }
.page-hero h1 { font-size: clamp(1.9rem, 4.2vw, 2.9rem); margin-bottom: 14px; }
.page-hero p { color: var(--muted); font-size: 1.08rem; max-width: 640px; margin: 0 auto; }

/* Bloc image + texte */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 56px); align-items: center; }
.split-media img { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow); aspect-ratio: 4 / 3; object-fit: cover; }
.split h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); margin-bottom: 14px; }
.split p { color: var(--muted); margin-bottom: 14px; }

/* Carte de service avec vignette */
.card--media { padding: 0; overflow: hidden; }
.card-thumb { height: 178px; overflow: hidden; background: var(--bg-soft); }
.card-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.card--media:hover .card-thumb img { transform: scale(1.05); }
.card-body { padding: 24px 26px 26px; display: flex; flex-direction: column; height: 100%; }
.card-body .card-ic { margin-bottom: 14px; }
.card-link { margin-top: 16px; font-weight: 700; color: var(--gold-dark); display: inline-flex; align-items: center; gap: 6px; transition: gap .2s, color .2s; }
.card-link:hover { color: var(--navy); gap: 10px; }

/* Bandeau de chiffres */
.stats-bar { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; }
.stat { padding: 30px 16px; text-align: center; border-right: 1px solid var(--line); }
.stat:last-child { border-right: none; }
.stat .stat-num { font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 800; color: var(--navy); line-height: 1.1; }
.stat .stat-label { font-size: .86rem; color: var(--muted); margin-top: 6px; }

/* Citation mise en avant */
.quote-block { max-width: 760px; margin: 0 auto; text-align: center; }
.quote-block .q-text { font-size: clamp(1.15rem, 2.4vw, 1.5rem); font-weight: 600; line-height: 1.5; color: var(--ink); margin-bottom: 22px; }
.quote-author { display: inline-flex; align-items: center; gap: 12px; }
.quote-author img { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; border: 2px solid var(--gold-soft); }
.quote-author .qa-name { font-weight: 700; text-align: left; }
.quote-author .qa-loc { font-size: .85rem; color: var(--muted); text-align: left; }

/* Bandeau d'appel à l'action */
.cta-band { background: var(--bg-marine); color: #fff; border-radius: var(--radius-lg); padding: clamp(36px, 5vw, 60px); text-align: center; }
.cta-band h2 { color: #fff; font-size: clamp(1.5rem, 3vw, 2.1rem); margin-bottom: 12px; }
.cta-band p { color: #AFC0DA; max-width: 580px; margin: 0 auto 26px; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.cta-band .btn-outline { color: #fff; border-color: rgba(255,255,255,.6); }
.cta-band .btn-outline:hover { background: #fff; color: var(--navy); }

/* Contenu rédactionnel (pages légales) */
.prose { max-width: 820px; margin: 0 auto; }
.prose > p:first-of-type { font-size: 1.05rem; color: var(--ink); }
.prose h2 { font-size: 1.3rem; margin: 34px 0 10px; }
.prose p { color: var(--muted); margin-bottom: 14px; line-height: 1.75; }
.prose a { color: var(--gold-dark); text-decoration: underline; text-underline-offset: 2px; }
.prose a:hover { color: var(--navy); }
.prose strong { color: var(--ink); }
.prose ul { padding-left: 20px; margin-bottom: 14px; color: var(--muted); }
.prose li { margin-bottom: 6px; }
.prose table { width: 100%; border-collapse: collapse; margin: 22px 0; font-size: .92rem; }
.prose th, .prose td { border: 1px solid var(--line); padding: 12px 14px; text-align: left; vertical-align: top; }
.prose th { background: var(--bg-soft); color: var(--ink); font-weight: 700; }
.prose td { color: var(--muted); }
.page-meta { color: var(--muted); font-size: .9rem; margin-top: 6px; }

@media (max-width: 1000px) {
  .stats-bar { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: none; }
  .stat:nth-child(1), .stat:nth-child(2) { border-bottom: 1px solid var(--line); }
}
@media (max-width: 860px) {
  .split { grid-template-columns: 1fr; }
  .split-media { order: -1; }
  .split-media img { max-width: 480px; }
}
@media (max-width: 560px) {
  .stats-bar { grid-template-columns: 1fr; }
  .stat { border-right: none; border-bottom: 1px solid var(--line); }
  .stat:last-child { border-bottom: none; }
  .prose table { display: block; overflow-x: auto; }
}

/* ====== ANIMATION D'APPARITION AU SCROLL =================================
   Le masquage n'est appliqué que si JavaScript est actif (html.js).
   Sans JS, le contenu reste visible (pas de page blanche). */
html.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s ease; }
html.js .reveal.is-visible { opacity: 1; transform: none; }
html.js .reveal[data-delay="1"] { transition-delay: .08s; }
html.js .reveal[data-delay="2"] { transition-delay: .16s; }
html.js .reveal[data-delay="3"] { transition-delay: .24s; }

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

/* ====== RESPONSIVE ======================================================= */
@media (max-width: 1000px) {
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); row-gap: 40px; }
  .reviews { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .site-nav, .header-cta { display: none; }
  .nav-toggle { display: flex; }
  .site-nav.is-open {
    display: flex; flex-direction: column; align-items: stretch; gap: 0;
    position: absolute; top: 70px; left: 0; right: 0; margin: 0;
    background: #fff; border-bottom: 1px solid var(--line);
    padding: 10px var(--gutter) 18px; box-shadow: var(--shadow);
  }
  .site-nav.is-open a { padding: 12px 8px; border-bottom: 1px solid var(--line); border-radius: 0; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-media { order: -1; max-width: 460px; }
  .hero-media img { aspect-ratio: 16 / 11; }
  .hero-badge { left: 12px; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .cards-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 26px; }
  .footer-bottom { flex-direction: column; }
  .faq-a-inner { padding-left: 22px; }
  .hero-actions .btn { width: 100%; }
  .cookie-bar { right: 12px; left: 12px; bottom: 12px; width: auto; }
}
