/* ============================================
   SPA & DETENTE PRESTIGE - STYLES CSS
   Design: Zen Premium Minimaliste
   Palette: Vert sauge #2D5F4F / Or #D4AF86 / Blanc
   ============================================ */

/* --- RESET & BASE --- */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary: #2D5F4F;
  --primary-light: #3B7A63;
  --primary-dark: #1E4035;
  --secondary: #D4AF86;
  --secondary-light: #E0C4A0;
  --cream: #F5F3F0;
  --white: #FFFFFF;
  --dark: #1A1A1A;
  --text: #3A3A3A;
  --text-light: #6B6B6B;
  --border-subtle: rgba(45, 95, 79, 0.1);
  --shadow-soft: 0 8px 24px rgba(45, 95, 79, 0.08);
  --shadow-medium: 0 12px 32px rgba(45, 95, 79, 0.12);
  --transition-zen: all 0.6s cubic-bezier(0.4, 0.0, 0.2, 1);
  --font-heading: 'Playfair Display', Georgia, serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--white);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition-zen);
}

ul { list-style: none; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* --- TYPOGRAPHY --- */
h1, h2, h3, h4 {
  font-family: var(--font-heading);
  color: var(--dark);
  line-height: 1.3;
  letter-spacing: 0.01em;
}

h1 { font-size: clamp(2.2rem, 5vw, 3.8rem); font-weight: 400; }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 400; }
h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); font-weight: 500; }

.section-subtitle {
  font-family: var(--font-body);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: var(--primary);
  margin-bottom: 12px;
  font-weight: 500;
}

.section-title {
  margin-bottom: 20px;
}

.section-description {
  color: var(--text-light);
  max-width: 600px;
  margin: 0 auto 48px;
  font-size: 1.05rem;
  line-height: 1.8;
}

/* --- BUTTONS --- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 36px;
  border: 2px solid var(--primary);
  background: transparent;
  color: var(--primary);
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: var(--transition-zen);
  position: relative;
  overflow: hidden;
  min-height: 44px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.btn:hover {
  background: var(--primary);
  color: var(--white);
  box-shadow: var(--shadow-soft);
}

.btn-primary {
  background: var(--primary);
  color: var(--white);
  animation: pulseZen 3s infinite;
}

.btn-primary:hover {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-medium);
  animation: none;
}

.btn-secondary {
  border-color: var(--secondary);
  color: var(--secondary);
}

.btn-secondary:hover {
  background: var(--secondary);
  color: var(--white);
}

.btn-white {
  border-color: var(--white);
  color: var(--white);
}

.btn-white:hover {
  background: var(--white);
  color: var(--primary);
}

@keyframes pulseZen {
  0% { box-shadow: 0 0 0 0 rgba(45, 95, 79, 0.35); }
  70% { box-shadow: 0 0 0 12px rgba(45, 95, 79, 0); }
  100% { box-shadow: 0 0 0 0 rgba(45, 95, 79, 0); }
}

/* --- HEADER --- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 20px 0;
  transition: var(--transition-zen);
}

.header.scrolled {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 12px 0;
  box-shadow: 0 2px 20px rgba(0,0,0,0.06);
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 1001;
}

.logo-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.1rem;
}

.logo-text {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  line-height: 1.2;
  color: var(--white);
  transition: var(--transition-zen);
  white-space: nowrap;
}

.header.scrolled .logo-text {
  color: var(--dark);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-links a {
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  position: relative;
  padding: 4px 0;
  white-space: nowrap;
}

.header.scrolled .nav-links a {
  color: var(--text);
}


.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1.5px;
  background: var(--primary);
  transition: var(--transition-zen);
}

.nav-links a:hover::after,
.nav-links a.active::after {
  width: 100%;
}

.nav-links .btn {
  padding: 10px 24px;
  font-size: 0.8rem;
  border-color: var(--white);
  color: var(--white);
}

.header.scrolled .nav-links .btn {
  border-color: var(--primary);
  color: var(--primary);
}

.header.scrolled .nav-links .btn:hover {
  background: var(--primary);
  color: var(--white);
}

.nav-phone {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.9);
  white-space: nowrap;
}

.header.scrolled .nav-phone {
  color: var(--primary);
}

/* Mobile Menu Toggle */
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  z-index: 1001;
}

.menu-toggle span {
  width: 24px;
  height: 2px;
  background: var(--white);
  transition: var(--transition-zen);
}

.header.scrolled .menu-toggle span {
  background: var(--dark);
}

.menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* --- HERO SECTION --- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--primary);
}

.hero-video-wrapper {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.75;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(45, 95, 79, 0.35) 0%,
    rgba(26, 26, 26, 0.3) 50%,
    rgba(45, 95, 79, 0.45) 100%
  );
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  padding: 0 24px;
  max-width: 800px;
}

.hero-badge {
  display: inline-block;
  padding: 6px 20px;
  border: 1px solid rgba(212, 175, 134, 0.5);
  color: var(--secondary-light);
  font-size: 0.75rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 28px;
  font-weight: 400;
}

.hero h1 {
  color: var(--white);
  margin-bottom: 20px;
  font-weight: 300;
}

.hero h1 em {
  font-style: italic;
  color: var(--secondary-light);
}

.hero-description {
  color: rgba(255,255,255,0.85);
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 40px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.hero-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-stats {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.12);
}

.hero-stat {
  text-align: center;
}

.hero-stat-number {
  font-family: var(--font-heading);
  font-size: 2rem;
  color: var(--secondary-light);
  font-weight: 400;
}

.hero-stat-label {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-top: 4px;
}

/* Scroll indicator */
.scroll-indicator {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.5);
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.scroll-indicator .line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.4), transparent);
  animation: scrollLine 2s ease-in-out infinite;
}

@keyframes scrollLine {
  0%, 100% { transform: scaleY(1); opacity: 0.5; }
  50% { transform: scaleY(0.5); opacity: 1; }
}

/* --- ABOUT SECTION --- */
.about {
  padding: 120px 0;
  background: var(--white);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.about-images {
  position: relative;
  height: 520px;
}

.about-img-main {
  width: 75%;
  height: 400px;
  object-fit: cover;
  border-radius: 4px;
}

.about-img-secondary {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55%;
  height: 280px;
  object-fit: cover;
  border-radius: 4px;
  border: 6px solid var(--white);
  box-shadow: var(--shadow-medium);
}

.about-content .section-subtitle { text-align: center; }

.about-content .section-title {
  text-align: center;
  margin-bottom: 24px;
}

.about-text {
  color: var(--text-light);
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.8;
  text-align: center;
}

.about-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 32px 0 40px;
  justify-items: center;
}

.about-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: var(--text);
}

.about-feature .check {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(45, 95, 79, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 0.7rem;
  flex-shrink: 0;
}

.about-content > .btn {
  display: block;
  margin: 0 auto;
  width: fit-content;
}

.about-signature {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--border-subtle);
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}

.about-signature-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.about-signature-name {
  font-family: var(--font-heading);
  font-size: 1rem;
  color: var(--dark);
}

.about-signature-title {
  font-size: 0.8rem;
  color: var(--text-light);
}

/* --- SERVICES SECTION --- */
.services {
  padding: 120px 0;
  background: var(--cream);
}

.services .section-subtitle,
.services .section-title,
.services .section-description {
  text-align: center;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 48px;
}

.service-card {
  background: var(--white);
  border: 1px solid var(--border-subtle);
  border-radius: 4px;
  overflow: hidden;
  transition: var(--transition-zen);
  cursor: pointer;
}

.service-card:hover {
  border-color: var(--primary);
  box-shadow: var(--shadow-soft);
  transform: translateY(-4px);
}

.service-card-image {
  height: 220px;
  overflow: hidden;
}

.service-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.service-card:hover .service-card-image img {
  transform: scale(1.03);
}

.service-card-body {
  padding: 28px 24px;
}

.service-card-icon {
  font-size: 1.6rem;
  margin-bottom: 12px;
}

.service-card h3 {
  font-family: var(--font-heading);
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.service-card p {
  color: var(--text-light);
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 16px;
}

.service-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  border-top: 1px solid var(--border-subtle);
}

.service-price {
  font-family: var(--font-heading);
  color: var(--secondary);
  font-size: 1.1rem;
}

.service-duration {
  font-size: 0.8rem;
  color: var(--text-light);
}

.service-book-link {
  font-size: 0.8rem;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
}

.service-book-link:hover {
  gap: 8px;
}

.services-cta {
  text-align: center;
}

/* --- PARCOURS SECTION --- */
.parcours {
  padding: 120px 0;
  background: var(--white);
  position: relative;
}

.parcours-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.parcours-visual {
  position: relative;
}

.parcours-video {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 4px;
}

.parcours-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(8px);
  padding: 16px 24px;
  border-radius: 4px;
  box-shadow: var(--shadow-soft);
}

.parcours-badge-title {
  font-family: var(--font-heading);
  font-size: 1rem;
  color: var(--dark);
}

.parcours-badge-text {
  font-size: 0.8rem;
  color: var(--text-light);
  margin-top: 2px;
}

.parcours-content .section-subtitle,
.parcours-content .section-title {
  text-align: left;
}

.parcours-steps {
  margin-top: 32px;
}

.parcours-step {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid var(--border-subtle);
}

.parcours-step:last-child {
  border-bottom: none;
}

.parcours-step-number {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  color: var(--secondary);
  min-width: 40px;
  line-height: 1;
}

.parcours-step h4 {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  margin-bottom: 6px;
}

.parcours-step p {
  font-size: 0.9rem;
  color: var(--text-light);
  line-height: 1.6;
}

/* --- GALLERY SECTION (Beauty Salon Style) --- */
.gallery {
  padding: 120px 0;
  background: var(--white);
}

.gallery .section-subtitle,
.gallery .section-title {
  text-align: center;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 16px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-item:hover img {
  transform: scale(1.06);
}

.gallery-item-tall {
  grid-row: span 2;
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(45, 95, 79, 0.7) 0%,
    rgba(45, 95, 79, 0.15) 40%,
    transparent 100%
  );
  display: flex;
  align-items: flex-end;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-label {
  color: var(--white);
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

/* --- Decorative divider --- */
.section-divider {
  width: 60px;
  height: 1px;
  background: var(--secondary);
  margin: 16px auto 0;
}

@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 180px;
  }
}

@media (max-width: 480px) {
  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 220px;
  }

  .gallery-item-tall {
    grid-row: span 1;
  }
}

/* --- TESTIMONIALS SECTION --- */
.testimonials {
  padding: 120px 0;
  background: linear-gradient(160deg, #2D5F4F 0%, #3B7A63 40%, #4A8E72 70%, #3B7A63 100%);
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.testimonials::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -15%;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(212, 175, 134, 0.06);
}

.testimonials::after {
  content: '';
  position: absolute;
  bottom: -20%;
  left: -10%;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
}

.testimonials .section-subtitle {
  color: var(--secondary-light);
  text-align: center;
}

.testimonials .section-title {
  color: var(--white);
  text-align: center;
}

.testimonials .section-description {
  color: rgba(255,255,255,0.65);
  text-align: center;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  position: relative;
  z-index: 1;
}

.testimonial-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 4px;
  padding: 32px 28px;
  transition: var(--transition-zen);
}

.testimonial-card:hover {
  background: rgba(255,255,255,0.14);
  transform: translateY(-4px);
}

.testimonial-stars {
  color: var(--secondary);
  font-size: 0.9rem;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.testimonial-text {
  font-size: 0.95rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.85);
  margin-bottom: 24px;
  font-style: italic;

}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-size: 1rem;
  color: var(--secondary-light);
}

.testimonial-name {
  font-weight: 500;
  font-size: 0.9rem;
}

.testimonial-position {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.5);
  margin-top: 2px;
}

.testimonials-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  margin-top: 56px;
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.12);
  flex-wrap: wrap;
}

.testimonials-stat {
  text-align: center;
}

.testimonials-stat-value {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  color: var(--secondary-light);
}

.testimonials-stat-label {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;

  letter-spacing: 0.15em;
  margin-top: 4px;
}

/* --- TEAM SECTION --- */
.team {
  padding: 120px 0;
  background: var(--cream);
}

.team .section-subtitle,
.team .section-title,
.team .section-description {
  text-align: center;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.team-member {
  text-align: center;
}

.team-member-photo {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  margin: 0 auto 20px;
  overflow: hidden;
  border: 3px solid var(--border-subtle);
  transition: var(--transition-zen);
}

.team-member:hover .team-member-photo {
  border-color: var(--primary);
}

.team-member-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.team-member:hover .team-member-photo img {
  transform: scale(1.05);
}

.team-member h3 {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  margin-bottom: 4px;
}

.team-member-role {
  font-size: 0.8rem;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

.team-member-cert {
  font-size: 0.8rem;
  color: var(--text-light);
}

/* --- PRICING / FORFAITS SECTION --- */
.pricing {
  padding: 120px 0;
  background: var(--white);
}

.pricing .section-subtitle,
.pricing .section-title,
.pricing .section-description {
  text-align: center;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: start;
}

.pricing-card {
  border: 1px solid var(--border-subtle);
  border-radius: 4px;
  padding: 40px 32px;
  text-align: center;
  transition: var(--transition-zen);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.pricing-card.featured {
  border-color: var(--primary);
  box-shadow: var(--shadow-medium);
}

.pricing-card.featured::before {
  content: 'Populaire';
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--primary);
  color: var(--white);
  padding: 4px 16px;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  border-radius: 2px;
}

.pricing-card:hover {
  border-color: var(--primary);
  transform: translateY(-4px);
  box-shadow: var(--shadow-medium);
}

.pricing-icon {
  font-size: 2rem;
  margin-bottom: 16px;
}

.pricing-card h3 {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  margin-bottom: 8px;
}

.pricing-card-desc {
  font-size: 0.85rem;
  color: var(--text-light);
  margin-bottom: 24px;
}

.pricing-amount {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  color: var(--primary);
  margin-bottom: 4px;
}

.pricing-amount span {
  font-size: 1rem;
  color: var(--text-light);
}

.pricing-period {
  font-size: 0.8rem;
  color: var(--text-light);
  margin-bottom: 28px;
}

.pricing-features {
  text-align: center;
  flex: 1;
  width: 100%;
  margin-bottom: 32px;
}

.pricing-features li {
  padding: 8px 0;
  font-size: 0.9rem;
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-bottom: 1px solid var(--border-subtle);
}

.pricing-features li:last-child {
  border-bottom: none;
}

.pricing-features .tick {
  color: var(--primary);
  font-size: 0.8rem;
  flex-shrink: 0;
}

/* --- BOOKING / RESERVATION SECTION --- */
.booking {
  padding: 120px 0;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
  color: var(--white);
  text-align: center;
}

.booking .section-subtitle {
  color: var(--secondary-light);
}

.booking .section-title {
  color: var(--white);
}

.booking .section-description {
  color: rgba(255,255,255,0.65);
}

.booking-wrapper {
  max-width: 700px;
  margin: 0 auto;
}

.booking-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}

.booking-info-item {
  padding: 24px 16px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 4px;
}

.booking-info-icon {

  font-size: 1.5rem;
  margin-bottom: 8px;
}

.booking-info-title {
  font-weight: 500;
  font-size: 0.9rem;
  margin-bottom: 4px;
}

.booking-info-text {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.5);
}

.booking-calendly {
  background: var(--white);
  border-radius: 4px;
  padding: 48px;
  color: var(--text);
  margin-bottom: 32px;
}

.booking-calendly h3 {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  margin-bottom: 12px;
  color: var(--dark);
}

.booking-calendly p {
  color: var(--text-light);
  margin-bottom: 28px;
  font-size: 0.95rem;
}

.booking-calendly .btn {
  margin: 0 auto;
}

.booking-phone {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.85);
}

.booking-phone a {
  color: var(--secondary-light);
  font-weight: 500;
}

.booking-phone a:hover {
  text-decoration: underline;
}

/* --- NEWSLETTER / CONTACT SECTION --- */
.newsletter {
  padding: 100px 0;
  background: var(--cream);
}

.newsletter-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.newsletter-content .section-subtitle,
.newsletter-content .section-title {
  text-align: left;
}

.newsletter-text {
  color: var(--text-light);
  margin-bottom: 32px;
  font-size: 0.95rem;
  line-height: 1.8;
}

.newsletter-form {
  display: flex;
  gap: 12px;
}

.newsletter-form input {
  flex: 1;
  padding: 14px 20px;
  border: 1px solid var(--border-subtle);
  background: var(--white);
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--text);
  outline: none;
  transition: var(--transition-zen);
}

.newsletter-form input:focus {
  border-color: var(--primary);
}

.newsletter-form input::placeholder {
  color: var(--text-light);
}

.newsletter-form .btn {
  white-space: nowrap;
  padding: 14px 28px;
}

.newsletter-offer {
  font-size: 0.8rem;
  color: var(--text-light);
  margin-top: 12px;
}

.newsletter-contact {
  background: var(--white);
  padding: 40px;
  border: 1px solid var(--border-subtle);
  border-radius: 4px;
}

.newsletter-contact h3 {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  margin-bottom: 24px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--border-subtle);
}

.contact-item:last-child {
  border-bottom: none;
}

.contact-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(45, 95, 79, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 1rem;
  flex-shrink: 0;
}

.contact-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-light);
  margin-bottom: 2px;
}

.contact-value {
  font-size: 0.95rem;
  color: var(--dark);
}

.contact-value a {
  color: var(--primary);
}

.contact-value a:hover {
  text-decoration: underline;
}

/* --- FOOTER --- */
.footer {
  background: var(--dark);
  color: rgba(255,255,255,0.65);
  padding: 80px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.footer-brand .logo-text {
  color: var(--white);
  font-size: 1.4rem;
  margin-bottom: 16px;
  display: block;
}

.footer-brand p {
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 20px;
  color: rgba(255,255,255,0.5);
}


.footer-social {
  display: flex;
  gap: 12px;
}

.footer-social a {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.5);
  transition: var(--transition-zen);
}

.footer-social a:hover {
  border-color: var(--primary);
  background: var(--primary);
  color: var(--white);
}

.footer h4 {
  color: var(--white);
  font-family: var(--font-body);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 24px;
  font-weight: 500;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.5);
  position: relative;
}


.footer-links a:hover {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.4);
}

/* --- POPUP OFFER --- */
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-zen);
}

.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

.popup {
  background: var(--white);
  max-width: 480px;
  width: 90%;
  padding: 48px 40px;
  text-align: center;
  position: relative;
  border-radius: 4px;
  transform: translateY(20px);
  transition: var(--transition-zen);
}

.popup-overlay.active .popup {
  transform: translateY(0);
}

.popup-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  font-size: 1.2rem;
  color: var(--text-light);
  cursor: pointer;
  padding: 4px;
  transition: var(--transition-zen);
}

.popup-close:hover {
  color: var(--dark);
}

.popup-icon {
  font-size: 2.5rem;
  margin-bottom: 16px;
}

.popup h3 {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  margin-bottom: 12px;
}

.popup p {
  color: var(--text-light);
  font-size: 0.95rem;
  margin-bottom: 24px;
  line-height: 1.7;
}

.popup-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.popup-form input {
  padding: 14px 20px;
  border: 1px solid var(--border-subtle);
  font-family: var(--font-body);
  font-size: 0.9rem;
  outline: none;
  transition: var(--transition-zen);
}

.popup-form input:focus {
  border-color: var(--primary);
}

.popup-legal {
  font-size: 0.7rem;
  color: var(--text-light);
  margin-top: 8px;
}

/* --- SCROLL ANIMATIONS --- */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.2s ease, transform 1.2s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 { transition-delay: 0.15s; }
.reveal-delay-2 { transition-delay: 0.3s; }
.reveal-delay-3 { transition-delay: 0.45s; }
.reveal-delay-4 { transition-delay: 0.6s; }

/* --- BACK TO TOP --- */
.back-to-top {
  position: fixed;
  bottom: 32px;
  right: 32px;
  width: 44px;
  height: 44px;
  border: 1px solid var(--border-subtle);
  background: var(--white);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-zen);
  z-index: 999;
  border-radius: 50%;
  box-shadow: var(--shadow-soft);
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  background: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}

/* --- RESPONSIVE --- */

/* Tablet & small desktop — burger menu activé dès 1024px */
@media (max-width: 1024px) {
  .menu-toggle { display: flex; }

  .nav-links {
    position: fixed;
    top: 0;
    left: -100%;
    width: 85%;
    max-width: 360px;
    height: 100vh;
    background: var(--white);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 40px;
    gap: 24px;
    box-shadow: 4px 0 30px rgba(0,0,0,0.1);
    transition: left 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
  }

  .nav-links.active {
    left: 0;
  }

  .nav-links a {
    color: var(--text) !important;
    font-size: 1rem;
  }

  .nav-links .btn {
    border-color: var(--primary) !important;
    color: var(--primary) !important;
  }

  .nav-phone {
    display: none;
  }

  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .hero-content {
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .hero-badge {
    font-size: 0.65rem;
    letter-spacing: 0.2em;
    padding: 5px 14px;
    margin-bottom: 20px;
  }

  .hero-description {
    font-size: 1rem;
  }

  .hero-stats {
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 40px;
    padding-top: 28px;
  }

  .hero-stat {
    flex: 0 0 calc(50% - 8px);
  }

  .hero-stat-number { font-size: 1.5rem; }


  .about-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-images {
    height: 360px;
  }

  .about-img-main {
    width: 85%;
    height: 300px;
  }

  .about-img-secondary {
    width: 50%;
    height: 200px;
  }

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

  .parcours-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .parcours-video { height: 300px; }

  .testimonials-grid { grid-template-columns: 1fr; }
  .testimonials-bottom { gap: 32px; }

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

  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-card.featured { order: -1; }

  .booking-info {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .booking-calendly {
    padding: 32px 24px;
  }

  .newsletter-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .container { padding: 0 16px; }

  h1 { font-size: 2rem; }
  h2 { font-size: 1.6rem; }

  .hero-content {
    padding-top: 120px;
  }

  .hero-badge {
    font-size: 0.6rem;
    letter-spacing: 0.15em;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  .hero-buttons .btn {
    width: 100%;
    max-width: 280px;
  }

  .about-features {
    grid-template-columns: 1fr;
  }

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

  .popup {
    padding: 32px 24px;
  }
}

/* --- REDUCED MOTION --- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  html { scroll-behavior: auto; }
}

/* --- BOOKING FORM --- */
.booking-form {
  background: var(--white);
  border-radius: 4px;
  padding: 48px;
  color: var(--text);
  margin-bottom: 32px;
  text-align: left;
}

.booking-form h3 {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  margin-bottom: 8px;
  color: var(--dark);
}

.booking-form > p {
  color: var(--text-light);
  margin-bottom: 28px;
  font-size: 0.95rem;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}

.form-group label {
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 14px 16px;
  border: 1px solid var(--border-subtle);
  background: var(--cream);
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--text);
  outline: none;
  transition: var(--transition-zen);
  border-radius: 2px;
  width: 100%;
  min-height: 44px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--primary);
  background: var(--white);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: var(--text-light);
}

.form-group textarea {
  resize: vertical;
  min-height: 100px;
}

.form-radio-group {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  padding: 10px 0;
}

.form-radio-option {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 0.9rem;
  min-height: 44px;
}

.form-radio-option input[type="radio"] {
  width: auto;
  min-height: auto;
  padding: 0;
  accent-color: var(--primary);
}

.form-checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.85rem;
  color: var(--text-light);
  line-height: 1.5;
  cursor: pointer;
}

.form-checkbox-group input[type="checkbox"] {
  width: auto;
  min-height: auto;
  padding: 0;
  margin-top: 2px;
  accent-color: var(--primary);
  flex-shrink: 0;
}

.booking-form-element .btn {
  margin-top: 8px;
  width: 100%;
  justify-content: center;
}

.booking-confirmation {
  display: none;
  background: rgba(45, 95, 79, 0.08);
  border: 1px solid rgba(45, 95, 79, 0.2);
  border-radius: 4px;
  padding: 40px 32px;
  text-align: center;
}

.booking-confirmation.visible {
  display: block;
}

.booking-confirmation-icon {
  font-size: 2.5rem;
  color: var(--primary);
  margin-bottom: 16px;
}

.booking-confirmation h4 {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  color: var(--dark);
  margin-bottom: 8px;
}

.booking-confirmation p {
  font-size: 0.95rem;
  color: var(--text-light);
}

@media (max-width: 768px) {
  .booking-form {
    padding: 32px 20px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .form-radio-group {
    flex-direction: column;
    gap: 8px;
  }
}

/* --- NEWSLETTER CONFIRMATION & RGPD --- */
.newsletter-confirmation {
  display: none;
  padding: 20px;
  background: rgba(45, 95, 79, 0.08);
  border: 1px solid rgba(45, 95, 79, 0.2);
  border-radius: 4px;
  color: var(--primary);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-top: 16px;
}

.newsletter-confirmation.visible {
  display: block;
}

.rgpd-note {
  font-size: 0.78rem;
  color: var(--text-light);
  margin-top: 10px;
}

/* --- COOKIE BANNER --- */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--dark);
  color: rgba(255, 255, 255, 0.85);
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  z-index: 1500;
  transform: translateY(100%);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  flex-wrap: wrap;
}

.cookie-banner.visible {
  transform: translateY(0);
}

.cookie-text {
  font-size: 0.88rem;
  line-height: 1.5;
  flex: 1;
  min-width: 200px;
  margin: 0;
}

.cookie-text a {
  color: var(--secondary-light);
  text-decoration: underline;
}

.cookie-buttons {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}

.cookie-accept {
  padding: 10px 24px;
  background: var(--primary);
  color: var(--white);
  border: none;
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: var(--transition-zen);
  border-radius: 2px;
  min-height: 44px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.cookie-accept:hover {
  background: var(--primary-dark);
}

.cookie-more {
  padding: 10px 20px;
  background: transparent;
  color: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: var(--transition-zen);
  border-radius: 2px;
  min-height: 44px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.cookie-more:hover {
  border-color: rgba(255, 255, 255, 0.5);
  color: var(--white);
}

@media (max-width: 600px) {
  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 16px;
  }

  .cookie-buttons {
    width: 100%;
  }

  .cookie-accept,
  .cookie-more {
    flex: 1;
    text-align: center;
    justify-content: center;
  }
}
