/* =========================================================
   WILLY SELLIER v4 — Design premium
   ========================================================= */

/* Fonts loaded via <link> in HTML for performance */

:root {
  --night: #0c0818;
  --night-2: #120e22;
  --night-3: #1a1430;
  --violet: #2d2250;
  --violet-soft: #3d2f6a;
  --gold: #e8b84a;
  --gold-light: #f5d78a;
  --gold-dark: #b8862b;
  --or: var(--gold);
  --or-clair: var(--gold-light);
  --or-fonce: var(--gold-dark);
  --cream: #faf7f2;
  --cream-2: #f0ebe3;
  --text: #f3eef9;
  --muted: #a89ec4;
  --wa: #22c55e;
  --radius: 20px;
  --radius-sm: 12px;
  --max: 1180px;
  --display: "Cormorant Garamond", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  --glow: 0 0 80px rgba(232, 184, 74, 0.15);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  background: var(--night);
  color: var(--text);
  line-height: 1.65;
  font-size: 16px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 24px; }

/* Preview banner */
.preview-banner {
  background: linear-gradient(90deg, var(--gold-dark), var(--gold));
  color: #1a1205;
  text-align: center;
  padding: 10px 16px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

/* Sections */
.section { padding: 100px 0; position: relative; }
.section--tight { padding: 72px 0; }
.bg-dark { background: var(--night); }
.bg-dark-2 { background: var(--night-2); }
.bg-band {
  background:
    radial-gradient(ellipse 80% 60% at 20% 50%, rgba(232, 184, 74, 0.12), transparent),
    linear-gradient(135deg, var(--violet), var(--violet-soft));
}
.bg-light { background: var(--cream); color: #1e1635; }
.bg-light .lead, .bg-light p { color: #5c5470; }
.bg-light .section-label { color: var(--gold-dark); }
.bg-light h1, .bg-light h2, .bg-light h3, .bg-light h4 { color: #1e1635; }

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 16px;
}
.section-label::before {
  content: "";
  width: 24px;
  height: 1px;
  background: currentColor;
  opacity: 0.6;
}

.title-xl { font-size: clamp(2.6rem, 6.5vw, 4.5rem); font-weight: 700; }
.title-lg { font-size: clamp(2rem, 4.5vw, 3.2rem); font-weight: 700; }
.title-md { font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 600; }
.lead { font-size: 1.12rem; color: var(--muted); max-width: 580px; line-height: 1.75; }
.gold { color: var(--gold-light); }
.center { text-align: center; }
.center .lead { margin-left: auto; margin-right: auto; }
.section-head { margin-bottom: 60px; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 28px;
  border-radius: 999px;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  border: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.btn-gold {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: #1a1205;
  box-shadow: 0 12px 32px rgba(232, 184, 74, 0.35);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(232, 184, 74, 0.45); }
.btn-wa { background: var(--wa); color: #052e16; box-shadow: 0 12px 28px rgba(34, 197, 94, 0.3); }
.btn-wa:hover { transform: translateY(-2px); filter: brightness(1.05); }
.btn-ghost {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(8px);
}
.btn-ghost:hover { border-color: var(--gold); color: var(--gold-light); background: rgba(232, 184, 74, 0.08); }
.bg-light .btn-ghost { color: #1e1635; border-color: rgba(30, 22, 53, 0.2); background: transparent; }
.bg-light .btn-ghost:hover { border-color: var(--gold-dark); color: var(--gold-dark); }
.btn-block { width: 100%; }
.btn-lg { padding: 17px 32px; font-size: 0.95rem; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(12, 8, 24, 0.75);
  backdrop-filter: blur(20px) saturate(1.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.brand { display: flex; align-items: center; gap: 14px; }
.brand-mark { width: 48px; height: 48px; flex: 0 0 auto; filter: drop-shadow(0 4px 12px rgba(232, 184, 74, 0.35)); }
.brand-mark svg { display: block; }
.brand-name { font-family: var(--display); font-weight: 700; font-size: 1.35rem; white-space: nowrap; }
.brand-name span { color: var(--gold-light); }
.brand-sub { font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a {
  font-size: 0.88rem;
  font-weight: 500;
  color: rgba(243, 238, 249, 0.85);
  transition: color 0.2s;
  position: relative;
}
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0; bottom: -4px;
  width: 0; height: 2px;
  background: var(--gold);
  border-radius: 2px;
  transition: width 0.25s;
}
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-links a:hover, .nav-links a.active { color: var(--gold-light); }
.nav-item-has-sub { position: relative; }
.nav-sub-toggle .caret { font-size: 0.65em; margin-left: 4px; opacity: 0.7; }
.nav-sub {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 240px;
  flex-direction: column;
  background: var(--night-3);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-sm);
  padding: 8px;
  margin-top: 14px;
  box-shadow: var(--shadow);
  z-index: 60;
}
.nav-item-has-sub:hover .nav-sub, .nav-item-has-sub:focus-within .nav-sub { display: flex; }
.nav-sub::before { content: ""; position: absolute; left: 0; right: 0; top: -14px; height: 14px; }
.nav-sub a { padding: 12px 16px; border-radius: 8px; white-space: nowrap; font-size: 0.86rem; }
.nav-sub a::after { display: none; }
.nav-sub a:hover { background: rgba(255, 255, 255, 0.06); color: var(--gold-light); }
.nav-cta { display: flex; align-items: center; gap: 10px; }
.burger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
}
.burger span { width: 24px; height: 2px; background: var(--gold); border-radius: 2px; transition: 0.3s; }
.burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Hero — layout moderne split */
.hero-banner {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-banner .hero-img { position: absolute; inset: 0; }
.hero-banner .hero-img img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.hero-banner .hero-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(12, 8, 24, 0.95) 0%, rgba(12, 8, 24, 0.75) 42%, rgba(12, 8, 24, 0.35) 100%),
    linear-gradient(0deg, var(--night) 0%, transparent 45%);
}
.hero-banner .container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 80px;
}
.hero-content { max-width: 620px; }
.hero-banner h1 { margin-bottom: 24px; }
.hero-banner .lead { color: rgba(243, 238, 249, 0.88); margin-bottom: 32px; font-size: 1.15rem; }
.hero-geo { font-size: 0.98rem; color: rgba(255, 233, 168, 0.92); margin: -16px 0 28px; max-width: 560px; line-height: 1.6; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 32px; }
.hero-trust {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding: 16px 20px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  font-size: 0.88rem;
  color: var(--muted);
}
.hero-trust b { color: #fff; }
.stars { color: var(--gold); letter-spacing: 3px; }

.hero-form-card {
  background: rgba(255, 255, 255, 0.97);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow), var(--glow);
  color: #1e1635;
  border: 1px solid rgba(232, 184, 74, 0.2);
}
.hero-form-card h3 { font-family: var(--display); font-size: 1.6rem; color: #1e1635; margin-bottom: 6px; }
.hero-form-card .fc-sub { color: #6b6280; font-size: 0.9rem; margin-bottom: 20px; }

/* Form band (section 2) — hidden on homepage v2 since form is in hero */
.form-band { background: var(--night-2); }
.form-band .container { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.form-band .fb-text h2 { color: #fff; margin-bottom: 16px; }
.form-band .fb-text p { color: var(--muted); margin-bottom: 24px; }
.fb-points { display: grid; gap: 14px; }
.fb-point {
  display: flex;
  gap: 14px;
  align-items: center;
  color: var(--text);
  font-weight: 500;
  font-size: 0.95rem;
}
.fb-point i {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: #1a1205;
  display: grid;
  place-items: center;
  font-style: normal;
  font-weight: 700;
  font-size: 0.8rem;
}

.form-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 36px;
  box-shadow: var(--shadow);
  color: #1e1635;
}
.form-card h3 { font-family: var(--display); font-size: 1.5rem; color: #1e1635; margin-bottom: 6px; }
.form-card .fc-sub { color: #6b6280; font-size: 0.92rem; margin-bottom: 22px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-weight: 600; font-size: 0.78rem; color: #4a4260; margin-bottom: 7px; letter-spacing: 0.02em; }
.field input, .field select, .field textarea {
  width: 100%;
  background: var(--cream);
  border: 1.5px solid #e5dfd6;
  border-radius: var(--radius-sm);
  padding: 14px 16px;
  color: #1e1635;
  font-family: var(--sans);
  font-size: 0.95rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(232, 184, 74, 0.15);
}
.field textarea { resize: vertical; min-height: 100px; }
.form-note { font-size: 0.78rem; color: #8a8298; margin-top: 14px; text-align: center; }
.form-ok {
  background: #ecfdf5;
  border: 1px solid #6ee7b7;
  color: #047857;
  padding: 14px;
  border-radius: var(--radius-sm);
  margin-bottom: 16px;
  display: none;
  font-size: 0.9rem;
}

/* Services — cartes premium */
.svc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 24px; }
.svc {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform 0.35s ease, border-color 0.35s, box-shadow 0.35s;
}
.svc:hover {
  transform: translateY(-6px);
  border-color: rgba(232, 184, 74, 0.35);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35), var(--glow);
}
.svc-thumb { position: relative; aspect-ratio: 4/3; overflow: hidden; margin-bottom: 0; border-radius: 0; }
.svc-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.svc:hover .svc-thumb img { transform: scale(1.08); }
.svc-thumb .ico {
  position: absolute;
  left: 16px;
  bottom: 16px;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-size: 1.35rem;
  background: rgba(12, 8, 24, 0.7);
  border: 1px solid rgba(232, 184, 74, 0.4);
  backdrop-filter: blur(8px);
}
.svc h3, .svc p, .svc .svc-link { padding-left: 22px; padding-right: 22px; }
.svc h3 { font-family: var(--display); font-size: 1.35rem; margin: 10px 0 10px; text-transform: none; letter-spacing: 0; }
.svc p { color: var(--muted); font-size: 0.9rem; margin-bottom: 18px; flex: 1; line-height: 1.65; }
.svc .svc-link {
  font-weight: 600;
  font-size: 0.82rem;
  color: var(--gold-light);
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding-bottom: 22px;
}
.svc .svc-link::after { content: "→"; transition: transform 0.2s; }
.svc:hover .svc-link::after { transform: translateX(5px); }

/* Stats */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.stat {
  text-align: center;
  padding: 28px 16px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
}
.stat .num {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(2.4rem, 5vw, 3.4rem);
  color: var(--gold-light);
  line-height: 1;
}
.stat .lbl { margin-top: 10px; font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(243, 238, 249, 0.7); }

/* Split about */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.split-media {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  position: relative;
}
.split-media::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(232, 184, 74, 0.25);
  border-radius: inherit;
  pointer-events: none;
}
.split-media img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }

.benefits { display: grid; gap: 16px; }
.benefit { display: flex; gap: 14px; align-items: flex-start; }
.benefit .check {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(232, 184, 74, 0.15);
  border: 1px solid var(--gold);
  color: var(--gold);
  display: grid;
  place-items: center;
  font-size: 0.75rem;
  font-weight: 700;
  margin-top: 2px;
}
.bg-light .benefit .check { background: rgba(184, 134, 43, 0.12); }
.benefit p { color: var(--muted); font-size: 0.95rem; }
.bg-light .benefit p { color: #5c5470; }
.benefit b { color: var(--text); }
.bg-light .benefit b { color: #1e1635; }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.step {
  padding: 28px 24px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  transition: border-color 0.3s;
}
.step:hover { border-color: rgba(232, 184, 74, 0.3); }
.step::before {
  counter-increment: s;
  content: "0" counter(s);
  font-family: var(--display);
  font-weight: 700;
  font-size: 2.8rem;
  color: rgba(232, 184, 74, 0.35);
  display: block;
  margin-bottom: 8px;
  line-height: 1;
}
.steps { counter-reset: s; }
.step h4 { font-family: var(--display); font-size: 1.25rem; margin-bottom: 10px; }
.step p { color: var(--muted); font-size: 0.88rem; line-height: 1.6; }

/* Reviews */
.home-reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: start; }
.review {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-sm);
  padding: 24px;
  transition: border-color 0.3s, transform 0.3s;
}
.review:hover { border-color: rgba(232, 184, 74, 0.25); transform: translateY(-3px); }
.review-head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.1rem;
  color: #1a1205;
  flex: 0 0 auto;
}
.review-name { font-weight: 600; font-size: 0.95rem; }
.review-meta { font-size: 0.75rem; color: var(--muted); }
.review .stars { font-size: 0.85rem; margin-bottom: 10px; display: block; }
.review p { color: var(--muted); font-size: 0.9rem; line-height: 1.65; font-style: italic; }
.review-tag {
  display: inline-block;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-light);
  border: 1px solid rgba(232, 184, 74, 0.35);
  border-radius: 999px;
  padding: 5px 12px;
}
.review-foot { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 14px; }
.review-verified { font-size: 0.72rem; font-weight: 600; color: #4ade80; }

/* Urgency */
.urgency-band {
  background: linear-gradient(90deg, rgba(232, 184, 74, 0.08), rgba(232, 184, 74, 0.02));
  border-top: 1px solid rgba(232, 184, 74, 0.2);
  border-bottom: 1px solid rgba(232, 184, 74, 0.2);
}
.urgency-inner { max-width: 720px; margin: 0 auto; text-align: center; }
.urgency-inner .u-ico { font-size: 2.2rem; display: block; margin-bottom: 12px; }
.urgency-inner h2 { color: #fff; margin-bottom: 14px; }
.urgency-inner p { color: var(--muted); margin: 0 auto 28px; max-width: 560px; }
.urgency-inner .cta-buttons { justify-content: center; }

/* FAQ */
.accordion { max-width: 800px; margin: 0 auto; }
.acc-item {
  border-bottom: 1px solid rgba(30, 22, 53, 0.1);
  background: #fff;
  border-radius: var(--radius-sm);
  margin-bottom: 10px;
  overflow: hidden;
  border: 1px solid #ebe5dc;
}
.acc-q {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  padding: 22px 24px;
  text-align: left;
  color: #1e1635;
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.15rem;
}
.acc-q .nb { font-family: var(--sans); font-weight: 700; color: var(--gold-dark); font-size: 0.85rem; flex: 0 0 auto; }
.acc-q .sign {
  margin-left: auto;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--cream);
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  color: var(--gold-dark);
  transition: transform 0.3s, background 0.3s;
}
.acc-item.open .acc-q .sign { transform: rotate(45deg); background: var(--gold); color: #1a1205; }
.acc-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.acc-a p { color: #5c5470; padding: 0 24px 22px 56px; margin: 0; font-size: 0.92rem; line-height: 1.7; }

/* CTA final */
.cta-final {
  text-align: center;
  background:
    radial-gradient(ellipse 70% 80% at 50% 120%, rgba(232, 184, 74, 0.2), transparent),
    linear-gradient(160deg, var(--violet) 0%, var(--night) 100%);
  border-top: 1px solid rgba(232, 184, 74, 0.15);
}
.cta-final h2 { color: #fff; margin-bottom: 16px; }
.cta-final .lead { margin: 0 auto 32px; color: var(--muted); }
.cta-buttons { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* Footer */
.site-footer {
  background: #080510;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 72px 0 32px;
}
.footer-grid { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1.1fr; gap: 44px; margin-bottom: 40px; }
.footer-col h4 { font-family: var(--display); font-size: 1.15rem; color: var(--gold-light); margin-bottom: 18px; }
.footer-col a, .footer-col p { display: block; color: var(--muted); font-size: 0.9rem; margin-bottom: 10px; transition: color 0.2s; }
.footer-col a:hover { color: var(--gold-light); }
.disclaimer { font-size: 0.76rem; color: #6b6280; max-width: 760px; margin: 24px auto 0; text-align: center; line-height: 1.65; }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  color: #6b6280;
  font-size: 0.8rem;
}

/* Floating & mobile */
.floating { position: fixed; right: 20px; bottom: 20px; z-index: 90; display: flex; flex-direction: column; gap: 12px; }
.fab {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
  transition: transform 0.25s;
  position: relative;
}
.fab:hover { transform: scale(1.08); }
.fab-wa { background: var(--wa); color: #052e16; }
.fab-call { background: linear-gradient(135deg, var(--gold-light), var(--gold)); color: #1a1205; }
.fab::after {
  content: attr(data-label);
  position: absolute;
  right: 68px;
  white-space: nowrap;
  background: var(--night-3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 0.78rem;
  opacity: 0;
  transform: translateX(8px);
  pointer-events: none;
  transition: 0.25s;
}
.fab:hover::after { opacity: 1; transform: translateX(0); }
.fab-wa::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  animation: pulse 2.5s infinite;
}
@keyframes pulse {
  70% { box-shadow: 0 0 0 14px rgba(34, 197, 94, 0); }
  100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}
.mobile-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 91;
  background: rgba(8, 5, 16, 0.96);
  backdrop-filter: blur(16px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 10px 12px;
  gap: 10px;
}
.mobile-bar .btn { flex: 1; padding: 14px; font-size: 0.8rem; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.8s ease, transform 0.8s ease; }
.reveal.in { opacity: 1; transform: none; }

/* Responsive */
@media (max-width: 1024px) {
  .hero-banner .container { grid-template-columns: 1fr; gap: 40px; }
  .hero-banner { min-height: auto; padding-bottom: 0; }
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .home-reviews { grid-template-columns: repeat(2, 1fr); }
  .form-band .container { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; gap: 36px; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav-links {
    display: none;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    flex-direction: column;
    background: var(--night-2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 8px 0;
    gap: 0;
    box-shadow: var(--shadow);
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 16px 28px; font-size: 1rem; border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
  .nav-links a::after { display: none; }
  .nav-cta .btn-ghost { display: none; }
  .burger { display: flex; }
}

@media (max-width: 640px) {
  body { padding-bottom: 76px; }
  .section { padding: 64px 0; }
  .container { padding: 0 18px; }
  .svc-grid, .home-reviews, .steps { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-form-card, .form-card { padding: 24px 20px; }
  .floating { display: none; }
  .mobile-bar { display: flex; }
  .hero-cta .btn, .cta-buttons .btn { width: 100%; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

@media (max-width: 1024px) {
  .nav-item-has-sub { width: 100%; }
  .nav-sub {
    display: flex;
    position: static;
    transform: none;
    background: rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
  }
  .nav-sub a { padding: 14px 28px 14px 48px; border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
  .nav-sub-toggle .caret { display: none; }
}

/* ===== Pages intérieures ===== */
.page-banner { min-height: 52vh; align-items: flex-end; }
.page-banner .container {
  display: block;
  padding-top: 48px;
  padding-bottom: 64px;
}
.page-banner h1 { max-width: 720px; }
.page-banner .lead { max-width: 600px; }

.breadcrumb { font-size: 0.82rem; color: var(--muted); margin-bottom: 16px; }
.breadcrumb a { color: var(--muted); transition: color 0.2s; }
.breadcrumb a:hover { color: var(--gold-light); }

.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.info-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-sm);
  padding: 24px 26px;
  transition: border-color 0.3s, transform 0.3s;
}
.info-card:hover { border-color: rgba(232, 184, 74, 0.25); transform: translateY(-2px); }
.bg-light .info-card {
  background: #fff;
  border-color: #ebe5dc;
  box-shadow: 0 8px 24px rgba(30, 22, 53, 0.06);
}
.info-card h3 { font-family: var(--display); font-size: 1.2rem; margin-bottom: 8px; }
.info-card p { color: var(--muted); margin: 0; font-size: 0.92rem; line-height: 1.65; }
.bg-light .info-card p { color: #5c5470; }

.trust-bar {
  background: var(--night-2);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.trust-bar .container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 24px;
  padding-top: 32px;
  padding-bottom: 32px;
}
.trust-item { text-align: center; }
.trust-item .num {
  font-family: var(--display);
  font-weight: 700;
  font-size: 2.2rem;
  color: var(--gold-light);
  line-height: 1;
}
.trust-item .lbl {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 8px;
}

.filters { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 40px; }
.filter-btn {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--muted);
  padding: 10px 20px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.86rem;
  transition: 0.2s;
  font-family: var(--sans);
}
.filter-btn:hover { color: #fff; border-color: rgba(232, 184, 74, 0.4); }
.filter-btn.active {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: #1a1205;
  border-color: transparent;
}
.rating-box { text-align: center; margin-bottom: 44px; }
.rating-box .big {
  font-family: var(--display);
  font-weight: 700;
  font-size: 4rem;
  color: var(--gold-light);
  line-height: 1;
}
.rating-box .stars { font-size: 1.6rem; }
.reviews-masonry { columns: 3; column-gap: 20px; }
.reviews-masonry .review { margin-bottom: 20px; }

.legal-block { margin-bottom: 36px; }
.legal-block h2 { margin-bottom: 12px; font-family: var(--display); }
.legal-block p { margin-bottom: 12px; color: #5c5470; }
.legal-block ul { list-style: none; padding: 0; margin: 0 0 12px; }
.legal-block li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
  color: #5c5470;
}
.legal-block li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: var(--gold-dark);
  font-size: 0.8rem;
  top: 3px;
}
.legal-block a { color: var(--gold-dark); font-weight: 600; }
.legal-block a:hover { text-decoration: underline; }

.split.reverse .split-media { order: 2; }
.split .badge {
  display: inline-flex;
  flex-direction: column;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: #1a1205;
  padding: 12px 20px;
  border-radius: var(--radius-sm);
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 18px;
}
a.fb-point { transition: opacity 0.2s; }
a.fb-point:hover { opacity: 0.85; }

@media (max-width: 1024px) {
  .grid-2 { grid-template-columns: 1fr; }
  .reviews-masonry { columns: 2; }
  .split.reverse .split-media { order: 0; }
}
@media (max-width: 640px) {
  .reviews-masonry { columns: 1; }
  .page-banner { min-height: 44vh; }
}

/* ===== v4 polish — UX premium ===== */
.skip-link {
  position: absolute;
  top: -100px;
  left: 16px;
  z-index: 200;
  padding: 12px 20px;
  background: var(--gold);
  color: #1a1205;
  font-weight: 700;
  border-radius: var(--radius-sm);
  transition: top 0.2s;
}
.skip-link:focus { top: 16px; outline: none; }

::selection { background: rgba(232, 184, 74, 0.35); color: #fff; }
:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.site-header.is-scrolled {
  background: rgba(8, 5, 16, 0.92);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}
.site-header.is-scrolled .nav { height: 64px; }

.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.84rem;
  color: var(--muted);
}
.trust-pill b { color: #fff; }
.trust-pill-ico {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(232, 184, 74, 0.15);
  color: var(--gold-light);
  font-size: 0.75rem;
  flex-shrink: 0;
}
.hero-trust { gap: 12px; }

.svc-grid { grid-template-columns: repeat(4, 1fr); gap: 22px; }
.svc-tag {
  display: inline-block;
  margin: 20px 22px 0;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.85;
}

.pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.pillar {
  text-align: center;
  padding: 28px 20px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: border-color 0.3s, transform 0.3s;
}
.pillar:hover { border-color: rgba(232, 184, 74, 0.3); transform: translateY(-4px); }
.pillar-ico {
  width: 52px;
  height: 52px;
  margin: 0 auto 14px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-size: 1.4rem;
  background: linear-gradient(135deg, rgba(232, 184, 74, 0.2), rgba(232, 184, 74, 0.05));
  border: 1px solid rgba(232, 184, 74, 0.25);
}
.pillar h4 { font-family: var(--display); font-size: 1.15rem; margin-bottom: 8px; }
.pillar p { color: var(--muted); font-size: 0.86rem; line-height: 1.6; }

.trust-cards {
  display: grid;
  gap: 16px;
}
.trust-card {
  padding: 22px 24px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: border-color 0.3s;
}
.trust-card:hover { border-color: rgba(232, 184, 74, 0.25); }
.trust-card strong {
  display: block;
  font-family: var(--display);
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 6px;
}
.trust-card span { color: var(--muted); font-size: 0.88rem; line-height: 1.55; }

.form-band-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.steps { position: relative; }
@media (min-width: 1025px) {
  .steps::before {
    content: "";
    position: absolute;
    top: 52px;
    left: 12%;
    right: 12%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(232, 184, 74, 0.35), transparent);
    pointer-events: none;
  }
}

.reveal { transition-delay: var(--reveal-delay, 0ms); }

.btn:active { transform: translateY(0) scale(0.98); }

.field input:invalid:not(:placeholder-shown),
.field textarea:invalid:not(:placeholder-shown) {
  border-color: #f87171;
}

.zone-block { margin-bottom: 48px; }
.zone-block h2 { margin-bottom: 20px; }
.zone-grid a {
  font-size: 0.88rem;
  color: #5c5470;
  padding: 6px 0;
  transition: color 0.2s;
}
.zone-grid a:hover { color: var(--gold-dark); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .svc:hover, .review:hover, .pillar:hover { transform: none; }
  .fab-wa::before { animation: none; }
}

@media (max-width: 1024px) {
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .pillars { grid-template-columns: repeat(2, 1fr); }
  .form-band-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .pillars { grid-template-columns: 1fr; }
  .trust-pill { width: 100%; justify-content: flex-start; }
}
