/* ===== AMÉLIORATIONS VISUELLES & CHALEUR ===== */

/* Hero avec bandeau vert subtil */
.section.intro-accueil {
  background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 100%);
  padding: 3.5rem 1.5rem;
  border-radius: 20px;
  margin-bottom: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(16, 185, 129, 0.1);
}

.section.intro-accueil h1 {
  margin-bottom: 0.5rem;
}

/* MROF Badge styling - moderne */
.mrof-badge {
  display: inline-block;
  background: linear-gradient(135deg, #10b981, #059669);
  color: white;
  padding: 0.5rem 1.25rem;
  border-radius: 30px;
  font-size: 0.95rem;
  font-weight: 600;
  margin-top: 0.5rem;
  box-shadow: 0 2px 8px rgba(16, 185, 129, 0.2);
  letter-spacing: 0.01em;
}

/* Hero image - pleine largeur */
.hero-photo {
  width: 100%;
  overflow: hidden;
  margin: 0;
  max-height: 500px;
}

.hero-photo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 500px;
}

@media (max-width: 768px) {
  .hero-photo {
    max-height: 400px;
  }
  .hero-photo img {
    max-height: 400px;
  }
}

/* Categories avec emojis - minimalistes */
.intro-categories .cat {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
  font-size: 1rem;
}

.intro-categories .cat:hover {
  background: linear-gradient(135deg, #f0fdf4, #dcfce7);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.12);
  border-color: #10b981;
}

/* Cards - minimalistes et élégantes */
.card {
  background: #ffffff;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border: 1px solid #e5e7eb;
}

.card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #10b981, #059669);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.card:hover::before {
  opacity: 1;
}

.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(16, 185, 129, 0.08);
  border-color: #10b981;
}

/* Section alt - bandeau minimaliste */
.section.alt {
  background: linear-gradient(180deg, #f0fdf4 0%, #f9fafb 100%);
}

/* Valeurs section - icons visuels */
.section#valeurs .card h3::before {
  content: '✨';
  margin-right: 0.5rem;
}

.section#valeurs .card:nth-child(1) h3::before { content: '👂'; }
.section#valeurs .card:nth-child(2) h3::before { content: '🎯'; }
.section#valeurs .card:nth-child(3) h3::before { content: '🛡️'; }
.section#valeurs .card:nth-child(4) h3::before { content: '💙'; }

/* Témoignages - style minimaliste */
.section#temoignages .card {
  background: #ffffff;
  border-left: 3px solid #10b981;
  font-style: italic;
  color: #374151;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  position: relative;
  padding-left: 1.75rem;
}

.section#temoignages .card::before {
  content: '“';
  font-size: 3rem;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  opacity: 0.1;
  color: #10b981;
  font-style: normal;
  line-height: 1;
}

/* Section pourquoi consulter - fond vert foncé moderne */
.section#osteopathie,
.section#pourquoi {
  background: linear-gradient(135deg, #065f46 0%, #047857 100%);
  color: white;
}

.section#osteopathie h2,
.section#pourquoi h2 {
  color: white;
}

.section#osteopathie .muted,
.section#pourquoi .muted {
  color: rgba(255, 255, 255, 0.9);
}

/* Cards sur fond foncé - style crème moderne */
.section#osteopathie .card,
.section#pourquoi .card {
  background: #fef3e2;
  border: none;
  border-radius: 24px;
  padding: 2.5rem 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  color: #1f2937;
}

.section#osteopathie .card:hover,
.section#pourquoi .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
}

.section#osteopathie .card h3,
.section#pourquoi .card h3 {
  color: #1f2937;
  font-size: 1.15rem;
  margin-top: 1rem;
}

/* Pourquoi consulter - icons thématiques */
.section#pourquoi .card:nth-child(1) h3::before { content: '🦴 '; }
.section#pourquoi .card:nth-child(2) h3::before { content: '🧠 '; }
.section#pourquoi .card:nth-child(3) h3::before { content: '🏃 '; }
.section#pourquoi .card:nth-child(4) h3::before { content: '🤰 '; }
.section#pourquoi .card:nth-child(5) h3::before { content: '🫁 '; }
.section#pourquoi .card:nth-child(6) h3::before { content: '👶 '; }
.section#pourquoi .card:nth-child(7) h3::before { content: '🧘 '; }

/* Tarifs - cards minimalistes */
.tarif-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
}

.tarif-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(16, 185, 129, 0.08);
  border-color: #10b981;
}

.tarif-card .price {
  background: linear-gradient(135deg, #16a34a, #22c55e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 2rem;
}

/* Buttons - plus vivants */
.btn.primary {
  background: linear-gradient(135deg, #10b981, #059669);
  box-shadow: 0 2px 8px rgba(16, 185, 129, 0.25);
  transition: all 0.3s ease;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.btn.primary:hover {
  background: linear-gradient(135deg, #059669, #047857);
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.35);
  transform: translateY(-1px);
}

/* Steps list - numéros colorés 1-2-3-4 */
.steps {
  counter-reset: step;
  list-style: none;
  padding-left: 0;
}

.steps li {
  counter-increment: step;
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1.5rem;
}

.steps li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(135deg, #10b981, #059669);
  color: white;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
  box-shadow: 0 2px 8px rgba(16, 185, 129, 0.25);
}

/* Responsive - mobile breathing room */
@media (max-width: 640px) {
  .section.intro-accueil {
    padding: 2rem 1rem;
    border-radius: 16px;
  }
  
  .section {
    padding: 2rem 1rem;
  }
  
  h1 {
    font-size: 1.75rem;
  }
  
  h2 {
    font-size: 1.5rem;
  }
}

/* Contact section - minimaliste */
.contact-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
}

.contact-card:hover {
  box-shadow: 0 6px 16px rgba(16, 185, 129, 0.06);
  border-color: #10b981;
}

/* FAQ - accordéon visuellement amélioré */
details {
  background: linear-gradient(135deg, #ffffff, #f8fafc);
  border: 1px solid #e5e7eb;
  margin-bottom: 0.75rem;
  transition: all 0.3s ease;
}

details:hover {
  border-color: #10b981;
  box-shadow: 0 2px 8px rgba(16, 185, 129, 0.1);
}

details[open] {
  background: #f0fdf4;
  border-color: #10b981;
}

details summary {
  cursor: pointer;
  font-weight: 600;
  padding: 1rem;
  transition: color 0.2s ease;
}

details summary:hover {
  color: #10b981;
}

details[open] summary {
  color: #059669;
  border-bottom: 1px solid #bbf7d0;
  margin-bottom: 0.75rem;
}

/* About photo - cadre plus chaleureux */
.about-photo-fixed {
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(16, 185, 129, 0.15);
  border: 4px solid #d1fae5;
}

/* Footer - minimaliste */
.site-footer {
  background: #fafafa;
  border-top: 1px solid #e5e7eb;
  padding: 2rem 1rem;
  margin-top: 3rem;
}

/* === SECTIONS FOND VERT FONCÉ STYLE MODERNE === */
.section#osteopathie,
.section#pourquoi,
.section#besoin {
  background: linear-gradient(135deg, #065f46 0%, #047857 100%);
  color: white;
}

.section#osteopathie h2,
.section#pourquoi h2,
.section#besoin h2 {
  color: white;
}

.section#osteopathie .muted,
.section#osteopathie .lead,
.section#pourquoi .muted,
.section#besoin .lead {
  color: rgba(255, 255, 255, 0.9);
}

/* Cards crème sur fond vert foncé */
.section#osteopathie .card,
.section#pourquoi .card,
.section#besoin .card {
  background: #fef3e2;
  border: none;
  border-radius: 24px;
  padding: 2.5rem 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  color: #1f2937;
}

.section#osteopathie .card:hover,
.section#pourquoi .card:hover,
.section#besoin .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  border-color: transparent;
}

.section#osteopathie .card h3,
.section#pourquoi .card h3,
.section#besoin .card h3 {
  color: #1f2937;
  font-size: 1.15rem;
  margin-top: 1rem;
}

.section#osteopathie .card::before,
.section#pourquoi .card::before,
.section#besoin .card::before {
  display: none;
}

/* Icônes emoji des cards - grandes en haut style moderne */
.section#pourquoi .card h3::before,
.section#besoin .card h3::before,
.section#osteopathie .card h3::before,
.section#valeurs .card h3::before {
  display: block;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 1rem;
  opacity: 1;
  filter: hue-rotate(10deg) saturate(1.2);
}

/* Alternative : si pas de data-icon, style inline */
.card h3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.site-footer a {
  color: #16a34a;
  transition: color 0.2s ease;
}

.site-footer a:hover {
  color: #15803d;
}
