/* ============================================================
   NADINE MY COACH — Stylesheet
   ============================================================ */

:root {
  --green:        #7dba7d;
  --green-light:  #a8d5a8;
  --green-dark:   #5a9c5a;
  --green-pale:   #f0f7f0;
  --cream:        #faf8f4;
  --white:        #ffffff;
  --dark:         #1e2320;
  --dark-soft:    #3a3f3b;
  --muted:        #7a8078;
  --border:       #e4ebe4;
  --shadow:       0 4px 32px rgba(0,0,0,0.06);
  --shadow-hover: 0 12px 48px rgba(0,0,0,0.12);

  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans:  'Inter', system-ui, -apple-system, sans-serif;

  --radius:  16px;
  --radius-sm: 8px;

  --nav-h: 104px;

  --transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ─── RESET ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--font-sans); background: var(--cream); color: var(--dark); line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
input, textarea, select, button { font-family: inherit; font-size: inherit; }

/* ─── UTILITIES ─── */
.container {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto;
}

.section-tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--green-dark);
  background: var(--green-pale);
  padding: 4px 14px;
  border-radius: 99px;
  margin-bottom: 1rem;
}

.section-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 4rem;
}

.section-header h2 {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  color: var(--dark);
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

.section-header p {
  color: var(--muted);
  font-size: 1rem;
  font-weight: 300;
}

/* ─── BUTTONS ─── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 99px;
  font-weight: 500;
  font-size: 0.9rem;
  cursor: pointer;
  border: none;
  transition: all var(--transition);
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.btn svg { width: 16px; height: 16px; }

.btn-primary {
  background: var(--green);
  color: var(--white);
}
.btn-primary:hover { background: var(--green-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(90,156,90,0.3); }

.btn-ghost {
  background: transparent;
  color: var(--white);
  border: 1.5px solid rgba(255,255,255,0.5);
}
.btn-ghost:hover { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.8); }

.btn-outline {
  background: transparent;
  color: var(--green-dark);
  border: 1.5px solid var(--green);
}
.btn-outline:hover { background: var(--green-pale); transform: translateY(-2px); }

.btn-full { width: 100%; justify-content: center; }

/* ─── NAV ─── */
#navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  height: var(--nav-h);
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 24px rgba(0,0,0,0.06);
  border-bottom: 1px solid var(--border);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  max-width: 1160px;
  margin: 0 auto;
  height: 100%;
}

.nav-logo img { height: 87px; width: auto; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.nav-links a {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--dark-soft);
  transition: color var(--transition);
  letter-spacing: 0.02em;
}

.nav-links a:hover { color: var(--green); }

.nav-cta {
  background: var(--green);
  color: var(--white) !important;
  padding: 10px 24px;
  border-radius: 99px;
  font-weight: 500 !important;
  transition: all var(--transition) !important;
}
.nav-cta:hover { background: var(--green-dark) !important; transform: translateY(-1px); }

.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.burger span {
  display: block;
  width: 24px; height: 2px;
  background: var(--dark);
  border-radius: 2px;
  transition: all var(--transition);
}

/* ─── HERO ─── */
#hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #2d4a2d 0%, #4a7a4a 40%, #7dba7d 100%);
}

.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 80% 50%, rgba(255,255,255,0.05) 0%, transparent 70%),
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.hero-layout {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 1160px;
  margin: 0 auto;
  padding: calc(var(--nav-h) + 2rem) 0 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.hero-photo {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 3/4;
  max-height: 560px;
}

.hero-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: brightness(0.92) contrast(1.05);
}

.hero-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.15);
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero-tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  border: 1px solid rgba(255,255,255,0.25);
  padding: 5px 16px;
  border-radius: 99px;
  margin-bottom: 1.75rem;
}

.hero-content h1 {
  font-family: var(--font-serif);
  font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 300;
  line-height: 1.05;
  color: var(--white);
  margin-bottom: 1.5rem;
}

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

.hero-sub {
  font-size: 1.05rem;
  font-weight: 300;
  color: rgba(255,255,255,0.8);
  line-height: 1.7;
  max-width: 480px;
  margin-bottom: 2.5rem;
}

.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

.hero-scroll {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 1;
}

.hero-scroll span {
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}

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

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

/* ─── STRIP ─── */
.strip {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  padding: 0;
}

.strip-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1160px;
  margin: 0 auto;
  width: 90%;
}

.strip-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 1rem;
  border-right: 1px solid var(--border);
  text-align: center;
}
.strip-item:last-child { border-right: none; }

.strip-num {
  font-family: var(--font-serif);
  font-size: clamp(1rem, 2vw, 1.75rem);
  font-weight: 500;
  color: var(--green-dark);
}

.strip-label {
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  color: var(--muted);
  text-transform: uppercase;
  margin-top: 2px;
}

/* ─── SERVICES ─── */
#services {
  padding: 7rem 0;
  background: var(--cream);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.service-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  position: relative;
  transition: transform var(--transition), box-shadow var(--transition);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.service-img {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
  transition: transform 0.5s ease;
}

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

.service-body {
  padding: 1.75rem 2rem 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.service-card::before {
  content: attr(data-num);
  position: absolute;
  top: 208px; right: 1.5rem;
  font-family: var(--font-serif);
  font-size: 3rem;
  font-weight: 300;
  color: var(--green-pale);
  line-height: 1;
  transition: color var(--transition);
  z-index: 1;
}

.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-hover); }
.service-card:hover::before { color: var(--green-light); }

.service-card.featured {
  background: linear-gradient(160deg, var(--green-dark) 0%, var(--green) 100%);
  border-color: transparent;
  color: var(--white);
}

.service-card.featured .service-img {
  opacity: 0.7;
  filter: saturate(0.6) brightness(0.8);
}

.service-card.featured::before { color: rgba(255,255,255,0.12); }
.service-card.featured h3 { color: var(--white); }
.service-card.featured p { color: rgba(255,255,255,0.85); }
.service-card.featured .service-benefits li { color: rgba(255,255,255,0.9); }
.service-card.featured .service-benefits li::before { color: var(--green-light); }

.service-icon {
  width: 52px; height: 52px;
  margin-bottom: 1.5rem;
  color: var(--green);
}
.service-card.featured .service-icon { color: rgba(255,255,255,0.8); }
.service-icon svg { width: 100%; height: 100%; }

.service-card h3 {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--dark);
  margin-bottom: 0.75rem;
  line-height: 1.2;
}

.service-card p {
  font-size: 0.875rem;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 1.25rem;
  flex: 1;
}

.service-benefits {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.service-benefits li {
  font-size: 0.82rem;
  color: var(--dark-soft);
  display: flex;
  align-items: center;
  gap: 8px;
}

.service-benefits li::before {
  content: '✓';
  color: var(--green);
  font-size: 0.8rem;
  flex-shrink: 0;
}

/* ─── QUOTE ─── */
.quote-section {
  background: var(--green-pale);
  padding: 5rem 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.quote-section blockquote {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.quote-section blockquote p {
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 3.5vw, 2.5rem);
  font-weight: 300;
  font-style: italic;
  color: var(--green-dark);
  line-height: 1.4;
  margin-bottom: 1rem;
}

.quote-section blockquote footer {
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

/* ─── ABOUT ─── */
#about {
  padding: 7rem 0;
  background: var(--white);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 5rem;
  align-items: center;
}

.about-visual { position: relative; }

.about-img-wrap {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 3/4;
}

.about-img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.5s ease;
}

.about-img-wrap:hover img { transform: scale(1.03); }

.about-badge {
  position: absolute;
  bottom: -1.5rem;
  right: -1.5rem;
  background: var(--white);
  border: 2px solid var(--green-light);
  border-radius: var(--radius);
  padding: 1rem 1.5rem;
  text-align: center;
  box-shadow: var(--shadow);
}

.about-badge span {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--green-dark);
}

.about-badge small {
  font-size: 0.7rem;
  color: var(--muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.about-text h2 {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 400;
  color: var(--dark);
  margin-bottom: 0.25rem;
  line-height: 1.2;
}

.about-title {
  font-size: 0.875rem;
  color: var(--green-dark);
  letter-spacing: 0.04em;
  margin-bottom: 1.5rem;
  font-weight: 400;
}

.about-text p {
  font-size: 0.95rem;
  color: var(--dark-soft);
  line-height: 1.8;
  margin-bottom: 1rem;
}

.about-diplomes {
  margin: 1.5rem 0 0;
  padding: 1.25rem 1.5rem;
  background: var(--green-pale);
  border-left: 3px solid var(--green);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

.about-diplomes h4 {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--green-dark);
  margin-bottom: 0.75rem;
}

.about-diplomes ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.about-diplomes ul li {
  font-size: 0.85rem;
  color: var(--dark-soft);
  padding-left: 1rem;
  position: relative;
}

.about-diplomes ul li::before {
  content: '–';
  position: absolute;
  left: 0;
  color: var(--green);
}

.about-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 1.75rem 0;
}.about-tags span {
  font-size: 0.78rem;
  background: var(--green-pale);
  color: var(--green-dark);
  padding: 5px 14px;
  border-radius: 99px;
  border: 1px solid var(--green-light);
  font-weight: 500;
}

/* ─── TARIFS ─── */
#tarifs {
  padding: 7rem 0;
  background: var(--cream);
}

#tarifs .section-header {
  max-width: 800px;
}

.tarifs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  align-items: start;
}

.tarif-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2.5rem;
  position: relative;
  transition: transform var(--transition), box-shadow var(--transition);
}

.tarif-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }

.tarif-card.tarif-featured {
  background: linear-gradient(160deg, #1e3620 0%, #2d4a2d 100%);
  border-color: transparent;
  color: var(--white);
  transform: scale(1.04);
  box-shadow: 0 20px 60px rgba(45,74,45,0.3);
}

.tarif-card.tarif-featured:hover { transform: scale(1.04) translateY(-4px); }

.tarif-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--green);
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 16px;
  border-radius: 99px;
}

.tarif-head h3 {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--dark);
  margin-bottom: 0.25rem;
}

.tarif-card.tarif-featured .tarif-head h3 { color: var(--white); }

.tarif-head p {
  font-size: 0.8rem;
  color: var(--muted);
  margin-bottom: 1.75rem;
}

.tarif-card.tarif-featured .tarif-head p { color: rgba(255,255,255,0.6); }

.tarif-price {
  margin-bottom: 1.75rem;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid var(--border);
}

.tarif-card.tarif-featured .tarif-price { border-color: rgba(255,255,255,0.15); }

.price {
  font-family: var(--font-serif);
  font-size: 3rem;
  font-weight: 500;
  color: var(--dark);
  line-height: 1;
}

.tarif-card.tarif-featured .price { color: var(--white); }

.price small { font-size: 1.5rem; }

.period {
  display: block;
  font-size: 0.8rem;
  color: var(--muted);
  margin-top: 4px;
}

.tarif-card.tarif-featured .period { color: rgba(255,255,255,0.6); }

.tarif-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 2rem;
}

.tarif-list li {
  font-size: 0.875rem;
  color: var(--dark-soft);
  display: flex;
  align-items: center;
  gap: 10px;
}

.tarif-list li::before {
  content: '✓';
  width: 18px; height: 18px;
  background: var(--green-pale);
  color: var(--green-dark);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  flex-shrink: 0;
}

.tarif-card.tarif-featured .tarif-list li { color: rgba(255,255,255,0.85); }
.tarif-card.tarif-featured .tarif-list li::before { background: rgba(255,255,255,0.15); color: var(--white); }

.tarifs-note {
  text-align: center;
  margin-top: 2.5rem;
  font-size: 0.85rem;
  color: var(--muted);
}

.tarifs-note a { color: var(--green-dark); text-decoration: underline; }

.tarifs-particuliers-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2rem 2.5rem;
  margin-bottom: 3rem;
}

.tarifs-particuliers-contact p {
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.7;
}

.tarifs-particuliers-contact a:not(.btn) {
  color: var(--green-dark);
  text-decoration: underline;
}

@media (max-width: 640px) {
  .tarifs-particuliers-contact {
    flex-direction: column;
    align-items: flex-start;
  }
}

.tarifs-label {
  margin-bottom: 1.5rem;
}

.tarifs-label span {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--green-dark);
  background: var(--green-pale);
  padding: 5px 16px;
  border-radius: 99px;
  border: 1px solid var(--green-light);
}

.tarifs-label-white span {
  background: rgba(255,255,255,0.15);
  color: var(--white);
  border-color: rgba(255,255,255,0.25);
}

/* Entreprise block */
.tarifs-entreprise {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 0;
  border-radius: var(--radius);
  overflow: hidden;
  background: linear-gradient(135deg, #1e3620 0%, #2d4a2d 100%);
  color: var(--white);
  box-shadow: 0 20px 60px rgba(30,54,32,0.25);
}

.tarifs-entreprise-img {
  overflow: hidden;
  min-height: 400px;
}

.tarifs-entreprise-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: brightness(0.7) saturate(0.8);
  transition: transform 0.6s ease;
}

.tarifs-entreprise:hover .tarifs-entreprise-img img { transform: scale(1.04); }

.tarifs-entreprise-content {
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

.tarifs-entreprise-content h3 {
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 400;
  color: var(--white);
  line-height: 1.25;
}

.tarifs-entreprise-content > p {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.7;
}

.entreprise-tarifs {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin: 0.5rem 0;
}

.entreprise-tarif-item {
  flex: 1;
  padding: 1.25rem 0;
}

.entreprise-tarif-divider {
  width: 1px;
  background: rgba(255,255,255,0.15);
  margin: 0 1.5rem;
}

.entreprise-tarif-price {
  font-family: var(--font-serif);
  font-size: 2.25rem;
  font-weight: 500;
  color: var(--white);
  line-height: 1;
  margin-bottom: 4px;
}

.entreprise-tarif-price small { font-size: 1.2rem; }
.entreprise-tarif-price span { font-size: 0.75rem; font-family: var(--font-sans); color: rgba(255,255,255,0.6); font-weight: 300; letter-spacing: 0.04em; }

.entreprise-tarif-label {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--green-light);
  margin-bottom: 4px;
}

.entreprise-tarif-item p {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.5;
}

.entreprise-note {
  font-size: 0.78rem !important;
  color: rgba(255,255,255,0.45) !important;
  font-style: italic;
}

/* ─── VALUES ─── */
.values-section {
  padding: 5rem 0;
  background: var(--green-pale);
  border-top: 1px solid var(--border);
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center;
}

.value-item { padding: 1.5rem; }

.value-icon {
  font-size: 1.25rem;
  color: var(--green);
  margin-bottom: 1rem;
  display: block;
}

.value-item h4 {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--dark);
  margin-bottom: 0.5rem;
}

.value-item p {
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.7;
}

/* ─── CONTACT ─── */
#contact {
  padding: 7rem 0;
  background: var(--white);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 5rem;
  align-items: start;
}

.contact-left h2 {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 400;
  color: var(--dark);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.contact-left p {
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 2rem;
}

.contact-infos { display: flex; flex-direction: column; gap: 12px; margin-bottom: 2rem; }

.contact-info-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.9rem;
  color: var(--dark-soft);
}

.contact-info-icon {
  width: 36px; height: 36px;
  background: var(--green-pale);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: var(--green-dark);
  flex-shrink: 0;
}

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

.contact-social a {
  width: 44px; height: 44px;
  border: 1.5px solid var(--border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  transition: all var(--transition);
}

.contact-social a svg { width: 18px; height: 18px; }
.contact-social a:hover { border-color: var(--green); color: var(--green); transform: translateY(-2px); }

/* Form */
.contact-right {
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2.5rem;
}

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }

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

.form-group:last-of-type { margin-bottom: 1.5rem; }

label {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--dark-soft);
}

input, textarea, select {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--white);
  color: var(--dark);
  font-size: 0.9rem;
  transition: border-color var(--transition), box-shadow var(--transition);
  outline: none;
  -webkit-appearance: none;
}

input::placeholder, textarea::placeholder { color: #b8c0b8; }

input:focus, textarea:focus, select:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(125,186,125,0.12);
}

textarea { resize: vertical; min-height: 120px; }

select { cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%237a8078' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; }

.form-success {
  display: none;
  align-items: center;
  gap: 10px;
  background: var(--green-pale);
  border: 1px solid var(--green-light);
  color: var(--green-dark);
  border-radius: var(--radius-sm);
  padding: 14px 18px;
  font-size: 0.875rem;
  margin-top: 1rem;
}

.form-success svg { width: 18px; height: 18px; flex-shrink: 0; }
.form-success.show { display: flex; }

/* ─── FOOTER ─── */
footer {
  background: var(--dark);
  padding: 3.5rem 0 2rem;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 3rem;
  align-items: start;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.footer-logo img { height: 48px; width: auto; margin-bottom: 1rem; filter: brightness(0) invert(1); }

.footer-logo p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.45);
  line-height: 1.7;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-nav a {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.6);
  transition: color var(--transition);
}

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

.footer-legal {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.35);
  line-height: 1.8;
}

.footer-legal a { color: rgba(255,255,255,0.45); transition: color var(--transition); }
.footer-legal a:hover { color: var(--white); }

/* ─── ANIMATIONS ─── */
.fade-in {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .hero-layout { grid-template-columns: 1fr; }
  .hero-photo { display: none; }

  .services-grid,
  .tarifs-grid { grid-template-columns: 1fr; max-width: 500px; margin: 0 auto; }

  .tarif-card.tarif-featured { transform: none; }
  .tarif-card.tarif-featured:hover { transform: translateY(-4px); }

  .about-grid,
  .contact-grid { grid-template-columns: 1fr; gap: 3rem; }

  .about-visual { max-width: 360px; }
  .about-badge { right: 0; bottom: -1rem; }

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

  .strip-inner { grid-template-columns: repeat(2, 1fr); }
  .strip-item:nth-child(2) { border-right: none; }

  .tarifs-entreprise { grid-template-columns: 1fr; }
  .tarifs-entreprise-img { min-height: 280px; }

  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-logo { grid-column: 1 / -1; }
}

@media (max-width: 768px) {
  .nav-links { display: none; }
}

/* ─── MOBILE NAV ─── */
@media (max-width: 768px) {
  .burger { display: flex; }

  .nav-links {
    display: none;
    position: fixed;
    top: var(--nav-h);
    left: 0; right: 0; bottom: 0;
    background: var(--white);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    z-index: 200;
    overflow-y: auto;
  }

  .nav-links.open { display: flex; }
  .nav-links li { width: 100%; text-align: center; }
  .nav-links a { color: var(--dark) !important; font-size: 1.2rem !important; font-weight: 400 !important; display: block; padding: 0.5rem 0; }
  .nav-cta { display: inline-block !important; margin-top: 0.5rem; }

  .burger.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
  .burger.open span:nth-child(2) { opacity: 0; }
  .burger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

  #tarifs .section-header { max-width: 100%; }
}

@media (max-width: 640px) {
  .hero-actions { flex-direction: column; }
  .form-row { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr 1fr; gap: 1rem; }
  .strip-inner { grid-template-columns: 1fr 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 2rem; }
  .entreprise-tarifs { flex-direction: column; }
  .entreprise-tarif-divider { width: 100%; height: 1px; margin: 0; }
  .tarifs-entreprise-content { padding: 2rem; }
}
