* { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --vert: #5FA694;
  --vert-light: #EDF5F3;
  --vert-dark: #3A7A6E;
  --orange: #FF8352;
  --orange-light: #FFF1EC;
  --gris: #949494;
  --gris-light: #F4F4F4;
  --gris-nav: #F0EFEE;
  --dark: #2A2A2A;
  --border: rgba(0,0,0,0.08);
}
body { font-family: 'DM Sans', sans-serif; background: #FDFCFB; color: var(--dark); font-size: 15px; line-height: 1.6; }

.top-bar, .bottom-bar { height: 3px; background: var(--orange); }

/* NAV */
nav { display: flex; align-items: center; justify-content: space-between; padding: 16px 40px; border-bottom: 0.5px solid var(--border); background: var(--gris-nav); position: sticky; top: 0; z-index: 100; }
.logo-img { height: 40px; }
nav ul { list-style: none; display: flex; gap: 32px; align-items: center; }
nav ul li a { text-decoration: none; color: var(--gris); font-size: 14px; transition: color 0.2s; }
nav ul li a:hover { color: var(--dark); }
.nav-cta { background: var(--orange) !important; color: white !important; padding: 9px 20px; border-radius: 100px; font-weight: 500 !important; font-size: 14px !important; }
.nav-cta:hover { opacity: 0.88; }

/* HERO */
.hero-wrap { display: grid; grid-template-columns: 1fr 1fr; min-height: 560px; background: white; }
.hero-content { padding: 80px 48px 64px; display: flex; flex-direction: column; justify-content: center; }
.hero-photo { position: relative; overflow: hidden; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-photo-overlay { position: absolute; inset: 0; background: linear-gradient(to right, white 0%, transparent 15%); }
.hero-badge { display: inline-block; background: var(--vert-light); color: var(--vert-dark); font-size: 12px; font-weight: 500; letter-spacing: 0.8px; text-transform: uppercase; padding: 6px 16px; border-radius: 100px; margin-bottom: 24px; width: fit-content; }
.hero-content h1 { font-family: 'Playfair Display', serif; font-size: 44px; font-weight: 600; line-height: 1.15; color: var(--dark); margin-bottom: 18px; letter-spacing: -1px; }
.hero-content h1 em { font-style: italic; color: var(--vert); }
.hero-content > p { font-size: 16px; color: var(--gris); margin-bottom: 32px; line-height: 1.7; max-width: 420px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 40px; }

/* BOUTONS */
.btn-orange { background: var(--orange); color: white; padding: 13px 28px; border-radius: 100px; font-size: 15px; font-weight: 500; text-decoration: none; display: inline-block; transition: opacity 0.2s; }
.btn-orange:hover { opacity: 0.88; }
.btn-ghost { background: white; color: var(--dark); padding: 13px 28px; border-radius: 100px; font-size: 15px; font-weight: 400; text-decoration: none; border: 0.5px solid var(--border); display: inline-block; transition: border-color 0.2s, color 0.2s; }
.btn-ghost:hover { border-color: var(--vert); color: var(--vert); }

/* STATS */
.stats { display: flex; border: 0.5px solid var(--border); border-radius: 14px; background: white; overflow: hidden; max-width: 420px; }
.stat-item { flex: 1; padding: 16px 20px; text-align: center; border-right: 0.5px solid var(--border); }
.stat-item:last-child { border-right: none; }
.stat-num { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 600; color: var(--vert); }
.stat-label { font-size: 11px; color: var(--gris); margin-top: 2px; }

/* BANDEAU CONFIANCE */
.confiance { background: var(--vert); padding: 20px 40px; display: flex; justify-content: center; gap: 48px; align-items: center; }
.confiance-item { display: flex; align-items: center; gap: 10px; color: white; font-size: 14px; }
.confiance-item svg { width: 18px; height: 18px; stroke: white; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }

/* SECTIONS */
.section { padding: 80px 40px; max-width: 1000px; margin: 0 auto; }
.section-label { font-size: 11px; letter-spacing: 1.2px; text-transform: uppercase; color: var(--vert); font-weight: 500; margin-bottom: 10px; }
h2.section-title { font-family: 'Playfair Display', serif; font-size: 34px; font-weight: 600; color: var(--dark); line-height: 1.2; letter-spacing: -0.5px; margin-bottom: 12px; }
.section-sub { font-size: 16px; color: var(--gris); max-width: 520px; line-height: 1.7; margin-bottom: 48px; }

/* PARCOURS */
.parcours-steps { display: flex; align-items: stretch; }
.step { flex: 1; position: relative; }
.step-inner { padding: 28px 24px; border: 0.5px solid var(--border); border-right: none; height: 100%; background: white; }
.step:first-child .step-inner { border-radius: 16px 0 0 16px; }
.step:last-child .step-inner { border-right: 0.5px solid var(--border); border-radius: 0 16px 16px 0; }
.step-num { width: 32px; height: 32px; border-radius: 50%; background: var(--vert-light); color: var(--vert); font-size: 13px; font-weight: 500; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.step h3 { font-size: 15px; font-weight: 500; margin-bottom: 8px; color: var(--dark); }
.step p { font-size: 13px; color: var(--gris); line-height: 1.6; }
.step-arrow { position: absolute; right: -12px; top: 50%; transform: translateY(-50%); width: 24px; height: 24px; background: white; border: 0.5px solid var(--border); border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 2; font-size: 10px; color: var(--orange); }

/* OFFRES */
.offres-bg { background: var(--gris-light); padding: 80px 0; }
.offres-header { max-width: 1000px; margin: 0 auto; padding: 0 40px 48px; }
.offres-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 1000px; margin: 0 auto; padding: 0 40px; }
.offre-card { background: white; border: 0.5px solid var(--border); border-radius: 20px; overflow: hidden; position: relative; }
.offre-card.featured { border: 1.5px solid var(--vert); }
.featured-badge { position: absolute; top: 12px; right: 12px; background: var(--vert); color: white; font-size: 11px; font-weight: 500; padding: 4px 12px; border-radius: 100px; white-space: nowrap; z-index: 2; }
.offre-img { height: 160px; overflow: hidden; }
.offre-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.offre-card:hover .offre-img img { transform: scale(1.04); }
.offre-body { padding: 24px 24px 28px; }
.offre-icon { width: 40px; height: 40px; border-radius: 12px; background: var(--vert-light); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.offre-icon svg { width: 20px; height: 20px; stroke: var(--vert); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.offre-card h3 { font-family: 'Playfair Display', serif; font-size: 19px; font-weight: 600; margin-bottom: 4px; color: var(--dark); }
.offre-tagline { font-size: 12px; color: var(--vert); font-weight: 500; margin-bottom: 14px; }
.offre-desc { font-size: 13px; color: var(--gris); line-height: 1.65; margin-bottom: 18px; }
.offre-features { list-style: none; margin-bottom: 22px; }
.offre-features li { font-size: 13px; color: var(--dark); padding: 5px 0; border-bottom: 0.5px solid var(--border); display: flex; align-items: center; gap: 8px; }
.offre-features li:last-child { border-bottom: none; }
.check { width: 16px; height: 16px; border-radius: 50%; background: var(--vert-light); flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.check svg { width: 9px; height: 9px; stroke: var(--vert); fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.offre-cta { display: block; text-align: center; padding: 11px; border-radius: 100px; font-size: 14px; font-weight: 500; text-decoration: none; background: var(--orange); color: white; margin-bottom: 10px; cursor: pointer; transition: opacity 0.2s; }
.offre-cta:hover { opacity: 0.88; }
.prise-en-charge { display: flex; align-items: flex-start; gap: 7px; background: var(--vert-light); border-radius: 10px; padding: 10px 12px; font-size: 12px; color: var(--vert-dark); line-height: 1.5; }
.prise-en-charge svg { width: 14px; height: 14px; flex-shrink: 0; margin-top: 1px; stroke: var(--vert); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* TEMOIGNAGES */
.temoignages { padding: 80px 40px; max-width: 1000px; margin: 0 auto; }
.temoignages-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.temoignage { background: white; border: 0.5px solid var(--border); border-radius: 16px; padding: 24px; border-top: 2px solid var(--vert); }
.stars { color: var(--orange); font-size: 13px; margin-bottom: 12px; letter-spacing: 2px; }
.temoignage blockquote { font-size: 13.5px; color: var(--gris); line-height: 1.65; margin-bottom: 16px; font-style: italic; }
.temoignage-author { display: flex; align-items: center; gap: 10px; }
.avatar-photo { width: 38px; height: 38px; border-radius: 50%; overflow: hidden; flex-shrink: 0; border: 2px solid var(--vert-light); }
.avatar-photo img { width: 100%; height: 100%; object-fit: cover; }
.author-name { font-size: 13px; font-weight: 500; color: var(--dark); }
.author-info { font-size: 11px; color: var(--gris); }

/* CTA FINAL */
.cta-final { position: relative; overflow: hidden; min-height: 400px; display: flex; align-items: center; justify-content: center; text-align: center; }
.cta-bg-photo { position: absolute; inset: 0; }
.cta-bg-photo img { width: 100%; height: 100%; object-fit: cover; }
.cta-overlay { position: absolute; inset: 0; background: rgba(28,28,28,0.78); }
.cta-content { position: relative; z-index: 2; padding: 80px 40px; max-width: 700px; }
.cta-final h2 { font-family: 'Playfair Display', serif; font-size: 38px; font-weight: 600; color: white; margin-bottom: 14px; letter-spacing: -0.5px; }
.cta-final h2 em { font-style: italic; color: var(--vert); }
.cta-final p { color: rgba(255,255,255,0.6); font-size: 16px; margin-bottom: 32px; }
.cta-contact { display: flex; gap: 16px; justify-content: center; align-items: center; flex-wrap: wrap; margin-top: 28px; }
.contact-item { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.65); font-size: 14px; }
.contact-item svg { width: 16px; height: 16px; stroke: var(--gris); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

/* FOOTER */
footer { padding: 28px 40px; border-top: 0.5px solid var(--border); display: flex; justify-content: space-between; align-items: center; background: var(--gris-nav); }
footer p { font-size: 12px; color: var(--gris); }
.footer-logo-img { height: 32px; }
.divider { max-width: 1000px; margin: 0 auto; height: 0.5px; background: var(--border); }

/* RESPONSIVE */
@media (max-width: 768px) {
  nav { padding: 14px 20px; }
  nav ul { display: none; }
  .hero-wrap { grid-template-columns: 1fr; }
  .hero-photo { height: 260px; }
  .hero-content { padding: 40px 20px; }
  .hero-content h1 { font-size: 32px; }
  .stats { max-width: 100%; }
  .confiance { flex-direction: column; gap: 16px; padding: 20px; }
  .section { padding: 48px 20px; }
  .parcours-steps { flex-direction: column; gap: 8px; }
  .step-inner { border-radius: 12px !important; border-right: 0.5px solid var(--border) !important; }
  .step-arrow { display: none; }
  .offres-grid { grid-template-columns: 1fr; padding: 0 20px; }
  .offres-header { padding: 0 20px 32px; }
  .temoignages { padding: 48px 20px; }
  .temoignages-grid { grid-template-columns: 1fr; }
  .cta-final h2 { font-size: 28px; }
  footer { flex-direction: column; gap: 12px; text-align: center; padding: 24px 20px; }
}
