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

html {
  scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: #555555;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
}

/* ── Header ── */
.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 24px;
}

.site-header .logo {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  text-decoration: none;
}

.header-cta {
  display: inline-block;
  background: #1D9E75;
  color: #fff;
  padding: 10px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
}

/* ── Sections ── */
section {
  padding: 80px 24px;
}

.section-inner {
  max-width: 720px;
  margin: 0 auto;
}

.bg-soft {
  background: #f4f9f7;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.25;
  margin-bottom: 24px;
}

/* ── Hero ── */
.hero {
  padding: 60px 24px 80px;
  text-align: center;
  background: linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)), url('img/hero.jpg') center/cover no-repeat;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-inner {
  max-width: 720px;
  margin: 0 auto;
}

.hero h1 {
  font-size: 56px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.15;
  margin-bottom: 32px;
}

.hero-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 16px;
}

.hero-pills span {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  color: #ffffff;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 15px;
}

.hero-context {
  margin-bottom: 32px;
  font-size: 17px;
  color: rgba(255,255,255,0.9);
}

.hero-quote {
  font-size: 28px;
  font-weight: 600;
  color: #1D9E75;
  line-height: 1.4;
  margin-bottom: 40px;
}

.btn-cta {
  display: inline-block;
  background: #1D9E75;
  color: #fff;
  padding: 14px 32px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

/* ── Approche ── */
.approche-intro {
  font-size: 17px;
  color: #555555;
  margin-bottom: 8px;
}

.approche-text {
  margin-bottom: 32px;
}

.check-list {
  list-style: none;
  margin-bottom: 32px;
}

.check-list li {
  padding: 6px 0;
  padding-left: 28px;
  position: relative;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #1D9E75;
  font-weight: 700;
}

.approche-conclusion {
  font-weight: 700;
  color: #1a1a1a;
  font-size: 18px;
}

/* ── Pour qui ── */
.pourqui-section {
  background: linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)), url('img/pourqui.jpg') center/cover no-repeat;
  color: #ffffff;
}

.pourqui-section .section-title {
  color: #ffffff;
}

.pourqui-section .profile-card {
  background: rgba(255,255,255,0.12);
  color: #ffffff;
}

.pourqui-section .profiles-note {
  color: #ffffff;
}

.profiles-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 32px;
}

.profile-card {
  background: #f4f9f7;
  border-radius: 12px;
  padding: 24px 28px;
  font-size: 17px;
  color: #1a1a1a;
}

.gars-bienvenue {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #1a1a1a;
  padding: 56px 24px;
  background: #ffffff;
}

/* ── Format ── */
.format-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 32px;
  margin-bottom: 24px;
}

.format-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 24px 16px;
  text-align: center;
}

.format-card .emoji {
  font-size: 32px;
  display: block;
  margin-bottom: 8px;
}

.format-card .value {
  font-weight: 700;
  color: #1a1a1a;
  font-size: 17px;
  display: block;
}

.format-card .label {
  font-size: 14px;
  color: #999999;
  display: block;
}

.format-note {
  text-align: center;
  color: #555555;
  font-style: italic;
}

/* ── Programme ── */
.seance-card {
  border: 1px solid #eeeeee;
  border-radius: 12px;
  padding: 28px 32px;
  margin-bottom: 16px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.seance-num {
  font-size: 36px;
  font-weight: 700;
  color: #1D9E75;
  line-height: 1;
  flex-shrink: 0;
  width: 40px;
}

.seance-content {
  flex: 1;
}

.seance-title {
  font-weight: 700;
  color: #1a1a1a;
  font-size: 18px;
  margin-bottom: 2px;
}

.seance-subtitle {
  font-style: italic;
  color: #555555;
  margin-bottom: 12px;
}

.seance-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.seance-pills span {
  display: inline-block;
  background: #f4f9f7;
  color: #555555;
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 14px;
}

.seance-result {
  color: #1D9E75;
  font-weight: 600;
  font-size: 15px;
}

/* ── Thumbnails séances ── */
.seance-thumb {
  flex-shrink: 0;
  width: 200px;
  height: 140px;
  border-radius: 8px;
  object-fit: cover;
}

/* ── Qui enseigne ── */
.bio-text p {
  margin-bottom: 16px;
}

.bio-quote {
  background: #ffffff;
  border-left: 4px solid #1D9E75;
  border-radius: 0 12px 12px 0;
  padding: 24px 28px;
  margin: 32px 0;
  font-style: italic;
  color: #1a1a1a;
  font-size: 18px;
  line-height: 1.7;
}

/* ── Tarif ── */
.tarif-section {
  background: linear-gradient(rgba(15,110,86,0.82), rgba(15,110,86,0.82)), url('img/tarif.jpg') center/cover no-repeat;
  color: #ffffff;
}

.tarif-section .section-title {
  color: #ffffff;
}

.tarif-price {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 4px;
}

.tarif-sub {
  font-size: 18px;
  opacity: 0.9;
  margin-bottom: 32px;
}

.tarif-list {
  list-style: none;
}

.tarif-list li {
  padding: 6px 0;
  padding-left: 28px;
  position: relative;
}

.tarif-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  font-weight: 700;
}

/* ── Contact ── */
.contact-intro {
  margin-bottom: 32px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 8px;
  font-family: inherit;
  font-size: 16px;
  color: #1a1a1a;
  background: rgba(255,255,255,0.95);
}

.contact-form textarea {
  min-height: 140px;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #999999;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #ffffff;
}

.tarif-section .btn-cta {
  background: #ffffff;
  color: #1D9E75;
}

/* ── Footer ── */
.site-footer {
  text-align: center;
  padding: 32px 24px;
  font-size: 14px;
  color: #999999;
  border-top: 1px solid #eeeeee;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .hero h1 {
    font-size: 36px;
  }

  .hero-quote {
    font-size: 22px;
  }

  .section-title {
    font-size: 28px;
  }

  .profiles-grid {
    grid-template-columns: 1fr;
  }

  .format-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .seance-card {
    padding: 20px;
    gap: 16px;
  }

  .seance-num {
    font-size: 28px;
    width: 32px;
  }

  .seance-thumb {
    display: none;
  }

  .tarif-price {
    font-size: 36px;
  }

  .gars-bienvenue {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  section {
    padding: 60px 24px;
  }

  .hero h1 {
    font-size: 30px;
  }

  .format-grid {
    grid-template-columns: 1fr 1fr;
  }

  .seance-card {
    flex-direction: column;
    gap: 8px;
  }
}
