*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --gd:    #d4e8a0;
  --gm:    #7db832;
  --gl:    #1a3a1a;
  --gp:    #f0f7e4;
  --fuch:  #d42060;
  --fuchL: #fce8f0;
  --rp:    #f8eeee;
  --white: #ffffff;
  --off:   #fafaf7;
  --td:    #1a2215;
  --tm:    #475040;
  --tl:    #7a8470;
  --bdr:   rgba(26,58,26,0.12);
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: var(--td);
  background: var(--off);
  line-height: 1.75;
  font-size: 16px;
}

/* ── TOPBAR ── */
.topbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: var(--gd);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3rem;
  height: 52px;
}

.topbar-name {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--gl);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.topbar-name span {
  font-weight: 400;
  color: var(--tm);
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-top: 1px;
}

.topbar-contacts {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.topbar-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--tm);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  transition: color 0.2s;
}
.topbar-link:hover { color: var(--gl); }

.topbar-link .tl-icon {
  width: 26px; height: 26px;
  border-radius: 50%;
  border: 1px solid rgba(26,58,26,0.25);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.75rem;
  flex-shrink: 0;
}

.topbar-sep {
  width: 1px; height: 20px;
  background: rgba(26,58,26,0.2);
}

/* ── HERO ── */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-top: 52px;
}

.hero-photo {
  position: absolute;
  inset: 0;
  background: var(--gl) center/cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(26,58,26,0.52);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
  padding: 2rem;
}

.hero-eyebrow {
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gd);
  font-weight: 600;
  margin-bottom: 1.5rem;
  display: block;
}

.hero-title {
  font-family: 'Roboto', sans-serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  color: #fff;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1.25rem;
  letter-spacing: -0.02em;
}

.hero-title em {
  font-style: italic;
  font-weight: 300;
  color: var(--gd);
}

.hero-sub {
  color: rgba(255,255,255,0.8);
  font-size: 1.05rem;
  max-width: 520px;
  margin: 0 auto 2.5rem;
  line-height: 1.8;
  font-weight: 300;
}

.btn-primary {
  display: inline-block;
  padding: 0.9rem 2.5rem;
  background: var(--fuch);
  color: #fff;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: background 0.25s;
  border: none;
  cursor: pointer;
}
.btn-primary:hover { background: #b51850; }

.btn-outline {
  display: inline-block;
  padding: 0.75rem 2rem;
  background: transparent;
  color: var(--gm);
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1.5px solid var(--gm);
  transition: all 0.25s;
}
.btn-outline:hover { background: var(--gm); color: #fff; }

.hero-scroll {
  position: absolute;
  bottom: 2rem; left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255,255,255,0.4);
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.hero-scroll::after {
  content: '';
  width: 1px; height: 40px;
  background: rgba(255,255,255,0.3);
}

/* ── INTRO SPLIT ── */
.intro-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 580px;
}

.intro-photo {
  background: var(--gd) center/cover no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.intro-text {
  background: var(--white);
  padding: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* ── SECTIONS ── */
section.padded { padding: 6rem 0; }

.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 3rem;
}

.section-label {
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gm);
  font-weight: 600;
  margin-bottom: 1rem;
  display: block;
}

.section-title {
  font-family: 'Roboto', sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  color: var(--td);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}

.section-title em {
  font-style: italic;
  font-weight: 300;
  color: var(--fuch);
}

.section-body {
  font-size: 0.95rem;
  color: var(--tm);
  line-height: 1.85;
  max-width: 540px;
}

/* ── REASONS ── */
.reasons-list {
  list-style: none;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.reasons-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  font-size: 0.9rem;
  color: var(--tm);
  line-height: 1.6;
}
.reasons-list li::before {
  content: '';
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--fuch);
  margin-top: 0.48em;
  flex-shrink: 0;
}

/* ── POURQUOI ── */
.pourquoi-section { background: var(--rp); }

.pourquoi-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.pourquoi-photo {
  height: 520px;
  background: var(--fuchL) center/cover no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  overflow: hidden;
}

/* ── DIPLOMES ── */
.diplomes-section { background: var(--gp); }

.diplomes-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  margin-top: 3rem;
  align-items: start;
}

.diplomes-list { list-style: none; }

.diplomes-list li {
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--bdr);
  font-size: 0.88rem;
  color: var(--tm);
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  line-height: 1.5;
}
.diplomes-list li:first-child { border-top: 1px solid var(--bdr); }

.dot-g {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--gm);
  margin-top: 0.44em;
  flex-shrink: 0;
}

.quote-block {
  background: var(--gl);
  padding: 3rem 2.5rem;
  border-left: 5px solid var(--fuch);
}

.quote-mark {
  font-family: 'Roboto', sans-serif;
  font-size: 5rem;
  font-weight: 700;
  color: var(--gd);
  line-height: 1;
  opacity: 0.5;
  margin-bottom: -1rem;
  display: block;
}

.quote-block p {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.8;
  font-style: italic;
  font-weight: 300;
  color: rgba(255,255,255,0.9);
  margin-bottom: 1.5rem;
}

.quote-sig {
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gd);
  font-weight: 600;
}

/* ── CONSULTATIONS ── */
.consultations-section { background: var(--white); }

.consult-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}

.consult-card {
  background: var(--off);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 8px;
}

.consult-card-top {
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  line-height: 0;
}
.consult-card-top svg { display: block; width: 100%; }

.consult-card-bar { height: 4px; background: var(--gm); }
.consult-card:nth-child(2) .consult-card-bar { background: var(--fuch); }
.consult-card:nth-child(3) .consult-card-bar { background: var(--gl); }

.consult-card-body {
  padding: 1.5rem 1.75rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.consult-title {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--td);
}

.consult-desc {
  font-size: 0.875rem;
  color: var(--tm);
  line-height: 1.75;
  flex: 1;
}

.consult-badge {
  display: inline-block;
  padding: 0.28rem 0.75rem;
  background: var(--gp);
  color: var(--gl);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  align-self: flex-start;
}
.consult-card:nth-child(2) .consult-badge { background: var(--fuchL); color: var(--fuch); }
.consult-card:nth-child(3) .consult-badge { background: var(--gl); color: var(--gd); }

/* ── LIEUX ── */
.lieux-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5px;
  background: var(--bdr);
  border: 1px solid var(--bdr);
  margin-top: 2.5rem;
}

.lieu-card {
  background: var(--off);
  padding: 1.5rem 1.75rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.lieu-icon { font-size: 1.2rem; margin-top: 2px; }

.lieu-title {
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--td);
  margin-bottom: 0.4rem;
}

.lieu-detail { font-size: 0.85rem; color: var(--tm); line-height: 1.6; }

/* ── TARIFS ── */
.tarifs-section { background: var(--rp); }

.tarifs-intro {
  color: var(--tm);
  max-width: 580px;
  margin-bottom: 3rem;
  line-height: 1.85;
  font-size: 0.95rem;
}

.tarifs-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.tarifs-card { background: var(--white); overflow: hidden; }

.tarifs-card-head {
  background: var(--gl);
  color: var(--gd);
  padding: 1rem 1.5rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  letter-spacing: 0.02em;
}

.tarifs-card-head span {
  font-size: 0.65rem;
  background: var(--fuch);
  color: #fff;
  padding: 0.2rem 0.55rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.tarif-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0.85rem 1.5rem;
  border-bottom: 1px solid var(--bdr);
  gap: 1rem;
}
.tarif-row:nth-child(even) { background: var(--off); }
.tarif-row:last-child { border-bottom: none; }
.tarif-label { font-size: 0.875rem; color: var(--tm); flex: 1; line-height: 1.4; }
.tarif-price { font-size: 1.05rem; font-weight: 700; color: var(--gl); white-space: nowrap; }

.tarifs-note {
  margin-top: 2rem;
  padding: 1.25rem 1.5rem;
  background: var(--fuchL);
  border-left: 4px solid var(--fuch);
  font-size: 0.85rem;
  color: var(--tm);
  line-height: 1.75;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.tarifs-note strong {
  color: var(--fuch);
  font-weight: 600;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.tarifs-remb {
  margin-top: 1rem;
  padding: 1rem 1.5rem;
  background: var(--gp);
  border-left: 4px solid var(--gm);
  font-size: 0.85rem;
  color: var(--tm);
  line-height: 1.75;
}

/* ── CTA BANDE ── */
.cta-band {
  background: var(--gd);
  padding: 5rem 0;
  text-align: center;
}
.cta-band .section-title { color: var(--gl); max-width: 640px; margin: 0 auto 0.5rem; }
.cta-band .section-title em { color: var(--fuch); }
.cta-band p { color: var(--gl); font-size: 1rem; margin-bottom: 2rem; opacity: 0.75; }

/* ── CONTACT ── */
.contact-section { background: var(--gl); }

.contact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background: rgba(255,255,255,0.08);
  margin-top: 3rem;
}

.contact-card {
  background: var(--gl);
  padding: 2rem 1.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
}

.contact-icon-wrap {
  width: 46px; height: 46px;
  border: 1.5px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
}

.contact-card-title {
  font-weight: 600;
  color: var(--gd);
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
}

.contact-card-detail {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.6;
}
.contact-card-detail a { color: rgba(255,255,255,0.65); text-decoration: none; }
.contact-card-detail a:hover { color: #fff; }

.contact-rdv {
  grid-column: 1 / -1;
  background: var(--fuch);
  padding: 1.75rem 2rem;
  text-align: center;
  margin-top: 2px;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.9);
  line-height: 1.75;
}
.contact-rdv strong {
  color: #fff;
  font-weight: 700;
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.95rem;
}

.contact-section .section-title { color: #fff; }
.contact-section .section-label { color: var(--gd); }

footer {
  background: #0e200e;
  color: rgba(255,255,255,0.3);
  text-align: center;
  padding: 1.75rem;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .intro-split,
  .pourquoi-grid,
  .diplomes-grid,
  .tarifs-columns,
  .consult-grid,
  .lieux-grid,
  .contact-grid { grid-template-columns: 1fr; }
  .intro-photo, .pourquoi-photo { height: 300px; }
  .intro-text { padding: 3rem 1.5rem; }
  .container { padding: 0 1.5rem; }
  section.padded { padding: 4rem 0; }
  .hero-title { font-size: 2.4rem; }
  .topbar { padding: 0 1.5rem; }
  .topbar-contacts { display: none; }
}