/* ── Variables locales ── */
:root {
  --night-2:    #162035;
  --night-3:    #1E2D47;
  --coral-lt:   #F07050;
  --cream-ed:   #EDE8DF;
  --on-dark:    rgba(255,255,255,0.88);
  --muted-dark: rgba(255,255,255,0.50);
  --on-light:   #1A1F2E;
  --muted-light:#6B7280;
  --border-lt:  rgba(26,31,46,0.08);
  --max-ed:     1100px;
}

/* ── HERO ── */
.ed-hero {
  background: var(--night);
  padding: 136px 56px 96px;
  position: relative;
  overflow: hidden;
}
.ed-hero-bg {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 50% 55% at 75% 25%, rgba(224,90,58,0.09) 0%, transparent 65%),
    radial-gradient(ellipse 35% 40% at 5% 85%, rgba(30,45,71,0.7) 0%, transparent 60%);
}
.ed-hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 72px 72px;
}
.ed-hero-inner {
  max-width: var(--max-ed); margin: 0 auto;
  display: grid; grid-template-columns: 1fr 420px; gap: 72px; align-items: start;
  position: relative; z-index: 1;
}
.ed-hero-inner > * { min-width: 0; }

.hero-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(224,90,58,0.13); border: 0.5px solid rgba(224,90,58,0.3);
  color: var(--coral); border-radius: 40px;
  font-size: 11px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 6px 16px; margin-bottom: 28px;
}
.hero-pill::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--coral); }

.ed-hero h1 {
  font-family: var(--serif); font-size: clamp(44px, 5.5vw, 72px);
  font-weight: 500; line-height: 1.1; color: white;
  letter-spacing: -0.01em; margin-bottom: 24px;
}
.ed-hero h1 em { font-style: italic; color: var(--coral); }

.hero-lead {
  font-size: 17px; font-weight: 300; color: var(--muted-dark);
  line-height: 1.7; max-width: 500px; margin-bottom: 32px;
}

/* Clarification oui/non */
.hero-clarif {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 36px;
}
.clarif-col {
  background: var(--night-2); border: 0.5px solid rgba(255,255,255,0.07);
  border-radius: var(--r-md); padding: 18px 20px;
}
.clarif-label {
  font-size: 10px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase;
  margin-bottom: 10px; display: flex; align-items: center; gap: 6px;
}
.clarif-label--non { color: rgba(255,255,255,0.3); }
.clarif-label--oui { color: var(--coral); }
.clarif-label::before { content: ''; width: 14px; height: 1px; display: block; }
.clarif-label--non::before { background: rgba(255,255,255,0.2); }
.clarif-label--oui::before { background: var(--coral); }
.clarif-items { display: flex; flex-direction: column; gap: 7px; }
.clarif-item {
  font-size: 13px; font-weight: 300; line-height: 1.4;
  display: flex; align-items: flex-start; gap: 8px;
}
.clarif-item--non { color: rgba(255,255,255,0.35); }
.clarif-item--non::before {
  content: ''; width: 14px; height: 14px; flex-shrink: 0; margin-top: 1px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath d='M4 10L10 4M4 4l6 6' stroke='rgba(255,255,255,0.2)' stroke-width='1.3' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat;
}
.clarif-item--oui { color: var(--on-dark); }
.clarif-item--oui::before {
  content: ''; width: 14px; height: 14px; flex-shrink: 0; margin-top: 1px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Ccircle cx='7' cy='7' r='6' fill='%23E05A3A' opacity='.15'/%3E%3Cpath d='M4.5 7l2 2 3-3' stroke='%23E05A3A' stroke-width='1.3' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}

.hero-note { font-size: 12px; color: var(--muted-dark); font-style: italic; margin-top: 10px; }

/* Hero card droite */
.ed-card {
  display: block !important;
  background: var(--night-2); border: 0.5px solid rgba(255,255,255,0.07);
  border-radius: var(--r-lg); overflow: hidden;
  width: 100%;
}
.ed-card-photo {
  width: 100%; aspect-ratio: 16/9; object-fit: cover; object-position: top;
  display: block; filter: grayscale(15%);
}
.ed-card-placeholder {
  width: 100%; aspect-ratio: 16/9;
  background: var(--night-3);
  display: none; align-items: center; justify-content: center;
  flex-direction: column; gap: 8px; color: var(--muted-dark); font-size: 12px;
}
.ed-card-body { padding: 24px; }
.ed-card-name {
  font-family: var(--serif); font-size: 20px; font-weight: 500;
  color: white; margin-bottom: 4px;
}
.ed-card-role {
  font-size: 13px; font-weight: 300; color: var(--coral); margin-bottom: 16px;
}
.ed-card-promise {
  font-family: var(--serif); font-size: 16px; font-style: italic; font-weight: 400;
  color: var(--muted-dark); line-height: 1.55; margin-bottom: 20px;
  border-left: 2px solid rgba(224,90,58,0.3); padding-left: 14px;
}
.ed-card-stats {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
}
.ed-card-stat {
  background: var(--night-3); border-radius: var(--r-sm); padding: 12px 14px;
}
.ed-card-stat-num {
  font-family: var(--serif); font-size: 24px; font-weight: 500;
  color: white; line-height: 1;
}
.ed-card-stat-num span { color: var(--coral); }
.ed-card-stat-label { font-size: 11px; font-weight: 300; color: var(--muted-dark); margin-top: 2px; }

/* ── SECTION HELPERS ── */
.section-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 500; letter-spacing: 0.13em;
  text-transform: uppercase; color: var(--coral); margin-bottom: 16px;
}
.section-eyebrow::before { content: ''; width: 22px; height: 1px; background: var(--coral); display: block; }
.section-title {
  font-family: var(--serif); font-size: clamp(34px, 3.8vw, 50px);
  font-weight: 500; line-height: 1.15; margin-bottom: 16px;
}
.section-title em { font-style: italic; color: var(--coral); }
.section-lead {
  font-size: 15px; font-weight: 300; color: var(--muted-light);
  line-height: 1.7; max-width: 540px; margin-bottom: 52px;
}

/* ── SITUATIONS ── */
.situations { background: var(--cream); padding: 96px 56px; }
.situations-inner { max-width: var(--max-ed); margin: 0 auto; }
.situations-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.situation-card {
  background: white; border-radius: var(--r-lg);
  padding: 28px 26px; border: 0.5px solid rgba(26,31,46,0.08);
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.situation-card:hover {
  transform: translateY(-3px); box-shadow: 0 10px 32px rgba(0,0,0,0.07);
  border-color: rgba(224,90,58,0.18);
}
.sit-icon {
  width: 40px; height: 40px; border-radius: var(--r-sm);
  background: rgba(224,90,58,0.08); display: flex; align-items: center;
  justify-content: center; margin-bottom: 14px;
}
.sit-icon svg { width: 18px; height: 18px; color: var(--coral); }
.sit-who {
  font-size: 10px; font-weight: 500; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--coral); margin-bottom: 8px;
}
.sit-title {
  font-size: 15px; font-weight: 500; color: var(--on-light);
  margin-bottom: 8px; line-height: 1.3;
}
.sit-desc { font-size: 13.5px; font-weight: 300; color: var(--muted-light); line-height: 1.6; }
.situations-also {
  margin-top: 24px; background: white; border-radius: var(--r-lg);
  padding: 22px 28px; border: 0.5px solid rgba(26,31,46,0.07);
  display: flex; align-items: center; gap: 16px;
  font-size: 14px; font-weight: 300; color: var(--muted-light);
}
.situations-also::before { content: '→'; color: var(--coral); font-size: 18px; font-family: var(--serif); flex-shrink: 0; }
.situations-also strong { font-weight: 500; color: var(--on-light); }

/* ── DÉROULÉ ── */
.deroule { background: var(--night); padding: 96px 56px; }
.deroule-inner {
  max-width: var(--max-ed); margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start;
}
.deroule-inner > * { min-width: 0; }
.deroule-left .section-title { color: white; }
.deroule-left .section-lead { color: var(--muted-dark); margin-bottom: 0; }
.deroule-promise {
  margin-top: 32px; background: var(--night-2); border-radius: var(--r-md);
  padding: 24px 28px; border-left: 3px solid var(--coral);
  font-family: var(--serif); font-size: 18px; font-style: italic;
  color: var(--on-dark); line-height: 1.55;
}
.deroule-steps { display: flex; flex-direction: column; gap: 0; }
.deroule-step { display: flex; gap: 20px; }
.ds-left {
  display: flex; flex-direction: column; align-items: center;
  flex-shrink: 0; width: 52px;
}
.ds-time-bubble {
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--night-3); border: 1.5px solid rgba(224,90,58,0.3);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  flex-shrink: 0; position: relative; z-index: 1;
}
.ds-time-num { font-family: var(--serif); font-size: 16px; font-weight: 500; color: var(--coral); line-height: 1; }
.ds-time-unit { font-size: 9px; font-weight: 300; color: var(--muted-dark); letter-spacing: 0.04em; }
.ds-line { width: 1px; flex: 1; background: rgba(224,90,58,0.12); min-height: 20px; }
.deroule-step:last-child .ds-line { display: none; }
.ds-content { flex: 1; padding-bottom: 36px; padding-top: 12px; }
.deroule-step:last-child .ds-content { padding-bottom: 0; }
.ds-title { font-size: 16px; font-weight: 500; color: white; margin-bottom: 8px; }
.ds-desc { font-size: 13.5px; font-weight: 300; color: var(--muted-dark); line-height: 1.6; }
.ds-detail {
  margin-top: 10px; background: rgba(255,255,255,0.04);
  border-radius: var(--r-sm); border: 0.5px solid rgba(255,255,255,0.07);
  padding: 12px 14px; font-size: 12.5px; font-weight: 300;
  color: var(--muted-dark); font-style: italic; line-height: 1.5;
}

/* ── RÉSERVATION ── */
.reservation { background: var(--cream); padding: 96px 56px; }
.reservation-inner { max-width: var(--max-ed); margin: 0 auto; }
.reservation-header { text-align: center; margin-bottom: 48px; }
.reservation-header .section-title { color: var(--on-light); }
.reservation-header .section-lead { color: var(--muted-light); margin: 0 auto; }
.reassurance {
  display: flex; gap: 0; margin-bottom: 40px; background: white;
  border-radius: var(--r-lg); border: 0.5px solid rgba(26,31,46,0.08); overflow: hidden;
}
.reassurance-item {
  flex: 1; padding: 20px 24px; text-align: center;
  border-right: 0.5px solid rgba(26,31,46,0.07); transition: background 0.2s;
}
.reassurance-item:last-child { border-right: none; }
.reassurance-item:hover { background: var(--cream); }
.ri-icon {
  width: 32px; height: 32px; border-radius: 50%;
  background: rgba(224,90,58,0.1); display: flex; align-items: center;
  justify-content: center; margin: 0 auto 8px;
}
.ri-icon svg { width: 15px; height: 15px; color: var(--coral); }
.ri-label { font-size: 13px; font-weight: 500; color: var(--on-light); margin-bottom: 2px; }
.ri-sub { font-size: 12px; font-weight: 300; color: var(--muted-light); }
.cal-wrap {
  border-radius: var(--r-xl); overflow: hidden;
  border: 0.5px solid rgba(26,31,46,0.1);
  box-shadow: 0 16px 56px rgba(0,0,0,0.08);
  background: white;
}
.cal-wrap iframe {
  width: 100%; min-height: 680px; border: none; display: block;
}
.direct-contact {
  margin-top: 40px; text-align: center;
  padding: 32px; background: white; border-radius: var(--r-lg);
  border: 0.5px solid rgba(26,31,46,0.07);
}
.dc-label {
  font-size: 12px; font-weight: 500; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--muted-light); margin-bottom: 8px;
}
.dc-title {
  font-family: var(--serif); font-size: 22px; font-weight: 500;
  color: var(--on-light); margin-bottom: 8px;
}
.dc-desc { font-size: 14px; font-weight: 300; color: var(--muted-light); margin-bottom: 20px; }
.dc-links { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.dc-link {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: var(--on-light);
  padding: 11px 20px; border-radius: var(--r-sm);
  border: 0.5px solid rgba(26,31,46,0.15);
  font-size: 13.5px; font-weight: 300; text-decoration: none;
  transition: border-color 0.2s, color 0.2s;
}
.dc-link:hover { border-color: var(--coral); color: var(--coral); }
.dc-link svg { width: 15px; height: 15px; flex-shrink: 0; }

/* ── FAQ ── */
.faq-ed { background: var(--night-2); padding: 96px 56px; }
.faq-ed-inner {
  max-width: var(--max-ed); margin: 0 auto;
  display: grid; grid-template-columns: 320px 1fr; gap: 80px;
}
.faq-ed-inner > * { min-width: 0; }
.faq-ed-left .section-title { color: white; font-size: clamp(28px, 3vw, 40px); }
.faq-ed-left .section-lead { color: var(--muted-dark); }
.faq-ed-list { display: flex; flex-direction: column; gap: 0; }
.faq-ed-item {
  border-bottom: 0.5px solid rgba(255,255,255,0.08);
}
.faq-ed-item:first-child { border-top: 0.5px solid rgba(255,255,255,0.08); }
.faq-ed-q {
  width: 100%; background: none; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 20px 0; font-family: var(--sans); font-size: 14.5px; font-weight: 400;
  color: var(--on-dark); text-align: left; transition: color 0.2s;
}
.faq-ed-q:hover { color: white; }
.faq-ed-q.open { color: var(--coral); }
.faq-ed-arrow {
  width: 20px; height: 20px; border-radius: 50%;
  border: 0.5px solid rgba(255,255,255,0.2);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  transition: transform 0.3s, border-color 0.2s, background 0.2s;
}
.faq-ed-q.open .faq-ed-arrow {
  transform: rotate(45deg); border-color: var(--coral);
  background: rgba(224,90,58,0.12);
}
.faq-ed-arrow svg { width: 10px; height: 10px; }
.faq-ed-a {
  max-height: 0; overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  font-size: 14px; font-weight: 300; color: var(--muted-dark); line-height: 1.7;
}
.faq-ed-a.open { max-height: 400px; padding-bottom: 20px; }
.faq-ed-a strong { font-weight: 500; color: var(--on-dark); }

/* ── TÉMOIGNAGES FINAUX ── */
.testi-final { background: var(--cream-ed); padding: 80px 56px; }
.testi-final-inner {
  max-width: var(--max-ed); margin: 0 auto;
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
}
.tf-card {
  background: white; border-radius: var(--r-lg); padding: 32px;
  border: 0.5px solid rgba(26,31,46,0.08);
  display: flex; flex-direction: column; gap: 16px;
  transition: transform 0.2s;
}
.tf-card:hover { transform: translateY(-2px); }
.tf-stars { display: flex; gap: 3px; margin-bottom: 4px; }
.tf-star {
  width: 12px; height: 12px; background: var(--coral);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
.tf-quote {
  font-family: var(--serif); font-size: 17px; font-style: italic;
  color: var(--on-light); line-height: 1.55; flex: 1;
}
.tf-author {
  display: flex; align-items: center; gap: 12px;
  padding-top: 14px; border-top: 0.5px solid rgba(26,31,46,0.07);
}
.tf-avatar {
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(224,90,58,0.1); display: flex; align-items: center;
  justify-content: center; font-family: var(--serif); font-size: 14px;
  font-weight: 500; color: var(--coral); flex-shrink: 0;
}
.tf-name { font-size: 13px; font-weight: 500; color: var(--on-light); }
.tf-role { font-size: 12px; font-weight: 300; color: var(--muted-light); }
.tf-context { font-size: 11.5px; font-style: italic; color: rgba(224,90,58,0.7); }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .ed-hero-inner, .deroule-inner, .faq-ed-inner { grid-template-columns: 1fr; }
  .ed-card { max-width: 480px; }
  .ed-hero, .situations, .deroule, .reservation, .faq-ed, .testi-final {
    padding-left: 32px; padding-right: 32px;
  }
}
@media (max-width: 768px) {
  .situations-grid, .testi-final-inner { grid-template-columns: 1fr; }
  .reassurance { flex-wrap: wrap; }
  .reassurance-item { flex: 1 1 45%; border-right: none; border-bottom: 0.5px solid rgba(26,31,46,0.07); }
  .hero-clarif { grid-template-columns: 1fr; }
  .ed-hero, .situations, .deroule, .reservation, .faq-ed, .testi-final {
    padding-left: 24px; padding-right: 24px;
  }
}
