/* ============================================
   MAÏTÉ ROPERS — Site officiel
   Charte : blanc + noir + fuchsia + vert "feuilles de rose"
   Typo : Poppins (corps) + Caveat (accents manuscrits)
   ============================================ */

:root {
  --white: #FFFFFF;
  --off-white: #F8F6F3;
  --ink: #0F0F0F;
  --ink-soft: #4A4A4A;
  --ink-light: #8A8A8A;
  --pink: #E91E63;
  --pink-soft: #FFD1DC;
  --pink-pale: #FFE8EE;
  --green: #1F5947;
  --green-soft: #D4E8DD;
  --green-pale: #EAF3EE;
  --yellow-soft: #FFF59D;
  --line: rgba(15, 15, 15, 0.1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Poppins', system-ui, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  font-size: 16px;
  font-weight: 400;
}

/* TYPO */
h1, h2, h3, h4 { font-family: 'Poppins', sans-serif; font-weight: 700; line-height: 1.15; letter-spacing: -0.02em; }
.accent-hand { font-family: 'Caveat', cursive; font-weight: 600; font-style: normal; letter-spacing: 0; }

/* HIGHLIGHTS */
.hl-pink { background: linear-gradient(180deg, transparent 55%, var(--pink-soft) 55%, var(--pink-soft) 92%, transparent 92%); padding: 0 6px; }
.hl-yellow { background: linear-gradient(180deg, transparent 55%, var(--yellow-soft) 55%, var(--yellow-soft) 92%, transparent 92%); padding: 0 6px; }
.hl-green { background: linear-gradient(180deg, transparent 55%, var(--green-soft) 55%, var(--green-soft) 92%, transparent 92%); padding: 0 6px; }
.text-pink { color: var(--pink); }
.text-green { color: var(--green); }

.section { padding: 110px 32px; }
.container { max-width: 1180px; margin: 0 auto; }
.placeholder { color: var(--ink-light); font-style: italic; }

/* NAV */
.nav {
  padding: 22px 32px;
  display: flex; justify-content: space-between; align-items: center;
  border-bottom: 1px solid var(--line);
  background: var(--white);
  position: sticky; top: 0; z-index: 100;
}
.nav-logo { font-family: 'Poppins', sans-serif; font-size: 20px; font-weight: 700; letter-spacing: -0.02em; text-decoration: none; color: var(--ink); }
.nav-logo .accent-hand { font-size: 28px; color: var(--pink); margin-left: 4px; }
.nav-links { display: flex; gap: 36px; align-items: center; }
.nav-links a { color: var(--ink); text-decoration: none; font-size: 14px; font-weight: 500; transition: color 0.2s; }
.nav-links a:hover { color: var(--pink); }
.nav-links a.active { color: var(--pink); }
.nav-links a.nav-cta {
  background: var(--ink); color: var(--white);
  padding: 11px 22px; border-radius: 999px;
  font-size: 14px; text-decoration: none; font-weight: 500;
  transition: background 0.2s, color 0.2s;
}
.nav-links a.nav-cta:hover { background: var(--pink); color: var(--white); }

/* BOUTONS */
.btn-primary, .btn-secondary {
  display: inline-block;
  padding: 16px 30px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s;
  font-family: 'Poppins', sans-serif;
}
.btn-primary { background: var(--pink); color: var(--white); border: 2px solid var(--pink); }
.btn-primary:hover { background: var(--ink); border-color: var(--ink); }
.btn-secondary { background: var(--white); color: var(--ink); border: 2px solid var(--ink); }
.btn-secondary:hover { background: var(--ink); color: var(--white); }

/* HERO */
.hero {
  padding: 80px 32px 110px;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  gap: 60px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
}
.hero-overline {
  font-size: 13px; text-transform: uppercase; letter-spacing: 0.2em;
  color: var(--pink); font-weight: 600; margin-bottom: 28px;
}
.hero h1 { font-size: clamp(30px, 3.6vw, 46px); margin-bottom: 22px; line-height: 1.15; }
.hero-sub { font-size: 18px; color: var(--ink-soft); margin-bottom: 36px; max-width: 560px; line-height: 1.55; }
.hero-ctas { display: flex; gap: 14px; margin-bottom: 48px; flex-wrap: wrap; }
.hero-trust { font-size: 13px; color: var(--ink-light); border-top: 1px solid var(--line); padding-top: 20px; max-width: 560px; line-height: 1.7; }
.hero-visual {
  aspect-ratio: 4/5;
  background: var(--off-white);
  border-radius: 6px;
  color: var(--ink-light);
  overflow: hidden;
  position: relative;
  box-shadow: 0 24px 55px -12px rgba(0, 0, 0, 0.28), 0 10px 22px -8px rgba(0, 0, 0, 0.12);
}
.hero-visual::before {
  content: "Photo à venir";
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  color: var(--ink-light);
  font-family: 'Caveat', cursive;
  font-size: 22px;
  z-index: 0;
}
.about-photo { position: relative; }
.about-photo::before {
  content: "Photo à venir";
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  color: var(--ink-light);
  font-family: 'Caveat', cursive;
  font-size: 22px;
  z-index: 0;
}
.hero-visual img,
.about-photo img { position: relative; z-index: 1; }
.hero-visual img,
.about-photo img { width: 100%; height: 100%; object-fit: cover; border-radius: 4px; }
.contact-avatar {
  width: 120px; height: 120px;
  border-radius: 50%;
  border: 3px solid var(--pink);
  overflow: hidden;
  margin-bottom: 24px;
}
.contact-avatar img { width: 100%; height: 100%; object-fit: cover; }

/* SECTION HEADER */
.section-header { max-width: 800px; margin: 0 auto 70px; text-align: center; }
.section-header h2 { font-size: clamp(34px, 4.5vw, 52px); margin-bottom: 22px; line-height: 1.15; }
.section-header p { font-size: 17px; color: var(--ink-soft); }

/* DIAGNOSTIC */
.diagnostic { background: var(--off-white); }
.diag-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 1000px; margin: 0 auto; }
.diag-card {
  background: var(--white);
  padding: 36px 32px;
  border-radius: 8px;
  border: 1px solid var(--line);
  transition: all 0.2s;
}
.diag-card:hover { border-color: var(--pink); }
.diag-num {
  font-family: 'Caveat', cursive;
  font-size: 44px; color: var(--pink); font-weight: 600;
  margin-bottom: 12px; line-height: 1;
}
.diag-card h3 { font-size: 21px; margin-bottom: 14px; font-weight: 600; line-height: 1.3; }
.diag-card p { font-size: 15px; color: var(--ink-soft); line-height: 1.6; }
.pivot {
  margin-top: 80px; text-align: center;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.25;
  max-width: 880px; margin-left: auto; margin-right: auto;
  color: var(--ink); font-weight: 700;
  letter-spacing: -0.01em;
}
.pivot .accent-hand { font-size: 1.3em; color: var(--pink); display: inline-block; font-weight: 600; }
.pivot-sub { margin-top: 20px; font-size: 17px; color: var(--ink-soft); font-weight: 400; max-width: 580px; margin-left: auto; margin-right: auto; }

/* SYSTÈME */
.system { background: var(--ink); color: var(--white); }
.system .section-header h2 { color: var(--white); }
.system .section-header p { color: rgba(255, 255, 255, 0.75); }
.system .hl-pink { background: linear-gradient(180deg, transparent 55%, rgba(233, 30, 99, 0.4) 55%, rgba(233, 30, 99, 0.4) 92%, transparent 92%); }
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.pillar {
  text-align: left;
  padding: 36px 30px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
}
.pillar-num {
  font-family: 'Caveat', cursive;
  font-size: 38px; color: var(--pink); line-height: 1;
  margin-bottom: 8px; font-weight: 600;
}
.pillar-tag {
  display: inline-block;
  background: var(--pink); color: var(--white);
  font-size: 11px; padding: 5px 12px; border-radius: 999px;
  text-transform: uppercase; letter-spacing: 0.18em; font-weight: 600;
  margin-bottom: 16px;
}
.pillar h3 { font-size: 24px; color: var(--white); margin-bottom: 14px; font-weight: 600; }
.pillar p { font-size: 15px; color: rgba(255, 255, 255, 0.75); line-height: 1.6; margin-bottom: 12px; }
.pillar-tools {
  margin-top: 18px; padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 13px; color: rgba(255, 255, 255, 0.6);
  font-style: italic;
}

/* TU LÂCHES / TU GARDES */
.swap { background: var(--white); }
.swap .section-header h2 { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.swap .section-header h2 .line-main { font-size: clamp(34px, 4.5vw, 52px); font-weight: 700; line-height: 1.1; letter-spacing: -0.02em; }
.swap .section-header h2 .line-accent { font-size: clamp(28px, 3.8vw, 44px); color: var(--pink); font-weight: 600; line-height: 1.1; font-family: 'Caveat', cursive; letter-spacing: 0; }
.swap .section-header h2 .line-sub { font-size: clamp(18px, 2.4vw, 26px); font-weight: 500; line-height: 1.35; margin-top: 10px; color: var(--ink); }
.swap-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; max-width: 1100px; margin: 0 auto; align-items: stretch; }
.swap-col { padding: 44px 36px; border-radius: 12px; border: 1px solid var(--line); }
.swap-col-drop { background: var(--off-white); }
.swap-col-keep { background: var(--green); color: var(--white); border-color: var(--green); }
.swap-tag {
  display: inline-block;
  font-size: 12px; padding: 6px 14px; border-radius: 999px;
  text-transform: uppercase; letter-spacing: 0.2em; font-weight: 600;
  margin-bottom: 18px;
}
.swap-col-drop .swap-tag { background: var(--ink); color: var(--white); }
.swap-col-keep .swap-tag { background: var(--pink); color: var(--white); }
.swap-col h3 { font-size: 28px; margin-bottom: 28px; font-weight: 700; line-height: 1.2; }
.swap-col-keep h3 { color: var(--white); }
.swap-list { list-style: none; }
.swap-list li {
  padding: 11px 0;
  font-size: 16px;
  border-bottom: 1px solid var(--line);
  line-height: 1.4;
}
.swap-list li:last-child { border-bottom: none; }
.swap-col-drop .swap-list li { color: var(--ink-soft); position: relative; padding-left: 28px; }
.swap-col-drop .swap-list li::before { content: "✕"; position: absolute; left: 0; color: var(--pink); font-weight: 600; }
.swap-col-keep .swap-list li { color: var(--white); border-color: rgba(255, 255, 255, 0.15); position: relative; padding-left: 28px; font-weight: 500; }
.swap-col-keep .swap-list li::before { content: "✓"; position: absolute; left: 0; color: var(--pink-soft); font-weight: 600; }
.swap-quote {
  margin-top: 60px; max-width: 920px; margin-left: auto; margin-right: auto;
  padding: 44px 40px;
  background: var(--off-white); border-radius: 12px;
  text-align: center;
  font-size: clamp(22px, 2.6vw, 30px);
  line-height: 1.4;
  border: 1px solid var(--line);
  font-weight: 600;
}
.swap-quote .accent-hand { font-size: 1.4em; color: var(--pink); font-weight: 600; }

/* RYTHME */
.rythme { background: var(--off-white); }
.rythme-sub { text-align: center; max-width: 700px; margin: -40px auto 70px; font-size: 18px; color: var(--ink-soft); }
.timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1000px; margin: 0 auto 50px; }
.step {
  background: var(--white);
  padding: 36px 30px;
  border-radius: 8px;
  border: 1px solid var(--line);
}
.step-month { font-family: 'Caveat', cursive; font-size: 28px; color: var(--pink); font-weight: 600; margin-bottom: 4px; line-height: 1; }
.step h3 { font-size: 24px; margin-bottom: 12px; font-weight: 600; }
.step p { font-size: 14px; color: var(--ink-soft); line-height: 1.6; }
.after {
  max-width: 800px; margin: 50px auto 0;
  padding: 30px 36px;
  border-left: 4px solid var(--green);
  background: var(--green-pale);
  border-radius: 4px;
}
.after-label { font-family: 'Caveat', cursive; font-size: 26px; color: var(--green); font-weight: 600; margin-bottom: 6px; line-height: 1; }
.after p { font-size: 16px; color: var(--ink); line-height: 1.6; }

/* POSITIONNEMENT */
.position { background: var(--white); }
.position-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; max-width: 1100px; margin: 0 auto; }
.pos-card { background: var(--off-white); padding: 36px 30px; border-radius: 12px; border: 1px solid var(--line); }
.pos-card.featured { background: var(--white); border: 2px solid var(--pink); }
.pos-label { color: var(--pink); font-size: 13px; text-transform: uppercase; letter-spacing: 0.2em; margin-bottom: 18px; font-weight: 600; }
.pos-card h3 { font-size: 22px; margin-bottom: 14px; font-weight: 600; }
.pos-card p { font-size: 15px; color: var(--ink-soft); line-height: 1.6; }
.position-quote {
  margin-top: 60px; max-width: 880px; margin-left: auto; margin-right: auto;
  padding: 44px 40px;
  background: var(--off-white); border-radius: 12px;
  text-align: center;
  font-size: clamp(22px, 2.6vw, 30px);
  line-height: 1.4;
  border: 1px solid var(--line);
  font-weight: 500;
}
.position-quote .accent-hand { font-size: 1.4em; color: var(--pink); }

/* OFFRES */
.offres { background: var(--off-white); }
.offres-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 1100px; margin: 0 auto; }
.offre-card {
  background: var(--white);
  padding: 40px 32px;
  border-radius: 12px;
  border: 1px solid var(--line);
  display: flex; flex-direction: column;
  position: relative;
}
.offre-card.featured { border: 2px solid var(--pink); }
.featured-tag {
  position: absolute; top: -14px; left: 32px;
  background: var(--pink); color: var(--white);
  font-size: 11px; padding: 6px 14px; border-radius: 999px;
  text-transform: uppercase; letter-spacing: 0.18em; font-weight: 600;
}
.offre-name { font-size: 13px; text-transform: uppercase; letter-spacing: 0.2em; color: var(--pink); margin-bottom: 8px; font-weight: 600; }
.offre-card h3 { font-size: 26px; margin-bottom: 16px; font-weight: 600; }
.offre-positionning { font-size: 14px; color: var(--ink-soft); margin-bottom: 28px; min-height: 60px; line-height: 1.55; }
.offre-list { list-style: none; margin-bottom: 32px; }
.offre-list li { font-size: 14px; color: var(--ink); padding: 7px 0; padding-left: 22px; position: relative; line-height: 1.5; }
.offre-list li::before { content: "→"; position: absolute; left: 0; color: var(--pink); font-weight: 700; }
.offre-price { display: flex; flex-direction: column; margin-bottom: 4px; }
.offre-price-from { font-size: 13px; color: var(--ink-soft); font-weight: 400; margin-bottom: 2px; text-transform: uppercase; letter-spacing: 0.1em; }
.offre-price-number { font-size: 36px; color: var(--ink); font-weight: 700; line-height: 1; white-space: nowrap; }
.offre-price-period { font-size: 14px; color: var(--ink-light); font-weight: 400; margin-left: 4px; }
.offre-meta { font-size: 13px; color: var(--ink-light); margin-bottom: 26px; }
.offre-card .btn-secondary, .offre-card .btn-primary { width: 100%; text-align: center; margin-top: auto; padding: 13px 22px; font-size: 14px; }
.section-cta { text-align: center; margin-top: 60px; }
.section-cta a { color: var(--ink); text-decoration: underline; text-underline-offset: 5px; font-size: 15px; font-weight: 500; }
.section-cta a.btn-primary { color: var(--white); text-decoration: none; font-size: 15px; }
.section-cta a.btn-primary:hover { color: var(--white); }
.section-cta a.btn-secondary { color: var(--ink); text-decoration: none; font-size: 15px; }
.section-cta a.btn-secondary:hover { color: var(--white); }

/* RESULTS GRID (page Avis & résultats) */
.results { background: var(--white); }
.results-grid {
  column-count: 3;
  column-gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}
.result-card {
  background: var(--off-white);
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 18px;
  break-inside: avoid;
  transition: transform 0.25s, box-shadow 0.25s;
  display: block;
}
.result-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px -10px rgba(0, 0, 0, 0.18);
}
.result-card img { width: 100%; height: auto; display: block; }
@media (max-width: 1024px) {
  .results-grid { column-count: 2; }
}
@media (max-width: 600px) {
  .results-grid { column-count: 1; }
}

/* TRUST LOGOS (Ils m'ont fait confiance) */
.trust { background: var(--off-white); padding: 70px 32px; }
.trust-title {
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: var(--ink-soft);
  font-weight: 600;
  margin-bottom: 36px;
}
.trust-scroll {
  display: flex;
  gap: 32px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  padding: 8px 32px 16px;
  margin: 0 -32px;
  scrollbar-width: thin;
  scrollbar-color: var(--pink) transparent;
  align-items: center;
  justify-content: flex-start;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.trust-scroll::-webkit-scrollbar { height: 4px; }
.trust-scroll::-webkit-scrollbar-track { background: transparent; }
.trust-scroll::-webkit-scrollbar-thumb { background: var(--pink); border-radius: 2px; }
.trust-item {
  flex: 0 0 auto;
  scroll-snap-align: start;
  width: 180px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: filter 0.25s, opacity 0.25s;
}
.trust-item:hover { filter: grayscale(0%); opacity: 1; }
.trust-item img { max-width: 100%; max-height: 100%; object-fit: contain; }
@media (max-width: 880px) {
  .trust-item { width: 140px; height: 90px; }
  .trust-scroll { gap: 20px; }
}

/* PORTFOLIO REELS */
.portfolio { background: var(--white); }
.portfolio-category { margin-bottom: 70px; }
.portfolio-category:last-child { margin-bottom: 0; }
.portfolio-cat-header { display: flex; align-items: baseline; justify-content: space-between; max-width: 1180px; margin: 0 auto 24px; gap: 24px; flex-wrap: wrap; }
.portfolio-cat-left { display: flex; align-items: baseline; gap: 14px; }
.portfolio-cat-num { font-family: 'Caveat', cursive; font-size: 38px; color: var(--pink); line-height: 1; font-weight: 600; }
.portfolio-cat-title { font-size: 26px; font-weight: 600; line-height: 1.2; }
.portfolio-cat-hint { font-size: 13px; color: var(--ink-light); font-style: italic; }
.portfolio-scroll {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  padding: 8px 32px 24px;
  margin: 0 -32px;
  scrollbar-width: thin;
  scrollbar-color: var(--pink) var(--off-white);
}
.portfolio-scroll::-webkit-scrollbar { height: 6px; }
.portfolio-scroll::-webkit-scrollbar-track { background: var(--off-white); border-radius: 3px; }
.portfolio-scroll::-webkit-scrollbar-thumb { background: var(--pink); border-radius: 3px; }
.portfolio-item {
  flex: 0 0 auto;
  scroll-snap-align: start;
  width: 220px;
  text-decoration: none;
  color: var(--ink);
  transition: transform 0.2s;
}
.portfolio-item:hover { transform: translateY(-4px); }
.portfolio-thumb {
  aspect-ratio: 9/16;
  background: var(--off-white);
  border-radius: 12px;
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink-light);
  font-family: 'Caveat', cursive;
  font-size: 18px;
}
.portfolio-thumb img { width: 100%; height: 100%; object-fit: cover; }
.portfolio-play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 52px; height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  display: flex; align-items: center; justify-content: center;
  transition: all 0.2s;
}
.portfolio-item:hover .portfolio-play { background: var(--pink); }
.portfolio-play::after {
  content: "";
  width: 0; height: 0;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent var(--ink);
  margin-left: 4px;
  transition: border-color 0.2s;
}
.portfolio-item:hover .portfolio-play::after { border-left-color: var(--white); }
.portfolio-caption { font-size: 13px; color: var(--ink-soft); margin-top: 10px; line-height: 1.4; padding: 0 4px; }
@media (max-width: 880px) {
  .portfolio-item { width: 170px; }
  .portfolio-cat-title { font-size: 22px; }
}

/* ABOUT */
.about { background: var(--white); }
.about-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 70px; align-items: center; max-width: 1100px; margin: 0 auto; }
.about-photo {
  aspect-ratio: 4/5;
  background: var(--off-white);
  border-radius: 4px;
  border: 1px dashed var(--line);
  display: flex; align-items: center; justify-content: center;
  color: var(--ink-light); font-size: 22px;
  font-family: 'Caveat', cursive;
}
.about h2 { font-size: clamp(32px, 4vw, 46px); margin-bottom: 24px; line-height: 1.15; }
.about p { font-size: 16.5px; color: var(--ink-soft); margin-bottom: 18px; line-height: 1.6; }
.about-proofs { display: flex; gap: 36px; margin: 36px 0; flex-wrap: wrap; }
.proof-num { font-family: 'Caveat', cursive; font-size: 44px; color: var(--pink); line-height: 1; margin-bottom: 6px; font-weight: 600; }
.proof-label { font-size: 13px; color: var(--ink-soft); max-width: 160px; line-height: 1.4; }

/* TEAM (page À propos) */
.team { background: var(--off-white); }
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 28px; max-width: 1100px; margin: 0 auto; }
.team-card { background: var(--white); padding: 32px 24px; border-radius: 12px; border: 1px solid var(--line); text-align: center; }
.team-avatar {
  width: 88px; height: 88px; border-radius: 50%;
  background: var(--green); color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-size: 28px; font-weight: 600;
  margin: 0 auto 18px;
}
.team-card h3 { font-size: 20px; margin-bottom: 6px; font-weight: 600; }
.team-role { font-size: 13px; color: var(--pink); text-transform: uppercase; letter-spacing: 0.15em; font-weight: 600; margin-bottom: 14px; }
.team-card p { font-size: 14px; color: var(--ink-soft); line-height: 1.55; }

/* TÉMOIGNAGES */
.testimonials { background: var(--off-white); }
.test-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 1180px; margin: 0 auto; }
.test-card {
  background: var(--white);
  padding: 32px 28px;
  border-radius: 8px;
  border: 1px solid var(--line);
  display: flex; flex-direction: column;
}
.test-quote { font-size: 17px; line-height: 1.5; margin-bottom: 24px; color: var(--ink); flex: 1; font-weight: 500; }
.test-quote::before { content: "« "; color: var(--pink); font-weight: 700; }
.test-quote::after { content: " »"; color: var(--pink); font-weight: 700; }
.test-author { display: flex; align-items: center; gap: 14px; padding-top: 20px; border-top: 1px solid var(--line); }
.test-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--green); display: flex; align-items: center; justify-content: center;
  color: var(--white); font-weight: 600; font-size: 14px;
}
.test-name { font-size: 14px; font-weight: 600; }
.test-role { font-size: 12px; color: var(--ink-soft); }

/* FAQ */
.faq { background: var(--white); }
.faq-list { max-width: 850px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--line); padding: 26px 0; }
.faq-q {
  font-size: 19px; font-weight: 600;
  cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  line-height: 1.4;
  list-style: none;
}
.faq-q::-webkit-details-marker { display: none; }
.faq-q::after { content: "+"; font-size: 30px; color: var(--pink); font-weight: 400; flex-shrink: 0; margin-left: 16px; transition: transform 0.2s; }
.faq-item[open] .faq-q::after { transform: rotate(45deg); }
.faq-a { font-size: 15px; color: var(--ink-soft); margin-top: 14px; max-width: 760px; line-height: 1.6; }
.faq-q.faq-pending { cursor: default; }
.faq-q.faq-pending::after { content: ""; }

/* CTA FINAL */
.cta-final { background: var(--green); color: var(--white); text-align: center; padding: 110px 32px; }
.cta-final h2 { color: var(--white); margin-bottom: 26px; letter-spacing: -0.02em; display: flex; flex-direction: column; align-items: center; gap: 8px; max-width: 880px; margin-left: auto; margin-right: auto; }
.cta-final h2 .line-main { font-size: clamp(36px, 5.2vw, 58px); font-weight: 700; line-height: 1.1; }
.cta-final h2 .line-accent { font-size: clamp(28px, 3.8vw, 42px); color: var(--pink-soft); font-weight: 600; line-height: 1.1; font-family: 'Caveat', cursive; letter-spacing: 0; }
.cta-final h2 .line-sub { font-size: clamp(18px, 2.4vw, 26px); font-weight: 500; line-height: 1.35; margin-top: 10px; opacity: 0.95; }
.cta-final p { font-size: 18px; color: rgba(255, 255, 255, 0.9); margin-bottom: 44px; max-width: 600px; margin-left: auto; margin-right: auto; line-height: 1.5; }
.cta-final-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.cta-final .btn-primary { background: var(--pink); color: var(--white); border-color: var(--pink); }
.cta-final .btn-primary:hover { background: var(--white); color: var(--green); border-color: var(--white); }
.cta-final .btn-secondary { background: transparent; color: var(--white); border-color: var(--white); }
.cta-final .btn-secondary:hover { background: var(--white); color: var(--green); }

/* CONTACT PAGE */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; max-width: 1100px; margin: 0 auto; align-items: start; }
.contact-info h2 { font-size: clamp(34px, 4vw, 48px); margin-bottom: 24px; line-height: 1.15; }
.contact-info p { font-size: 17px; color: var(--ink-soft); margin-bottom: 18px; line-height: 1.6; }
.contact-channels { margin-top: 36px; }
.contact-channel {
  display: flex; align-items: center; gap: 14px;
  padding: 14px 0; border-bottom: 1px solid var(--line);
  text-decoration: none; color: var(--ink); font-size: 16px; font-weight: 500;
  transition: color 0.2s;
}
.contact-channel:hover { color: var(--pink); }
.contact-channel-label { font-size: 13px; color: var(--ink-light); text-transform: uppercase; letter-spacing: 0.15em; min-width: 100px; }
.calendly-wrap {
  background: var(--off-white);
  border-radius: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  min-height: 700px;
}
.calendly-placeholder {
  background: var(--white);
  border: 2px dashed var(--line);
  border-radius: 8px;
  padding: 60px 30px;
  text-align: center;
  color: var(--ink-light);
}
.calendly-placeholder h3 { font-size: 22px; color: var(--ink); margin-bottom: 12px; }
.calendly-placeholder p { font-size: 14px; line-height: 1.6; }

/* PAGE LÉGALE (mentions, RGPD) */
.legal { padding: 80px 32px 100px; max-width: 820px; margin: 0 auto; }
.legal h1 { font-size: clamp(34px, 4vw, 48px); margin-bottom: 36px; line-height: 1.15; }
.legal h2 { font-size: 22px; margin-top: 40px; margin-bottom: 14px; font-weight: 600; }
.legal p { font-size: 16px; color: var(--ink-soft); margin-bottom: 14px; line-height: 1.7; }
.legal ul { margin: 14px 0 14px 24px; }
.legal li { font-size: 16px; color: var(--ink-soft); padding: 4px 0; line-height: 1.6; }
.legal a { color: var(--pink); text-decoration: underline; }
.legal-meta {
  margin-top: 60px; padding-top: 24px;
  border-top: 1px solid var(--line);
  font-size: 13px; color: var(--ink-light);
}

/* HERO PAGE INTERNES (À propos, Contact) */
.page-hero {
  padding: 80px 32px 60px;
  text-align: center;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}
.page-hero .hero-overline { margin-bottom: 18px; }
.page-hero h1 { font-size: clamp(40px, 5vw, 64px); max-width: 880px; margin: 0 auto 20px; line-height: 1.1; }
.page-hero p { font-size: 18px; color: var(--ink-soft); max-width: 640px; margin: 0 auto; line-height: 1.55; }

/* FOOTER */
footer { background: var(--ink); color: rgba(255, 255, 255, 0.7); padding: 70px 32px 36px; }
.footer-grid { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
.footer-brand { font-size: 22px; color: var(--white); margin-bottom: 14px; font-weight: 700; letter-spacing: -0.02em; }
.footer-brand .accent-hand { color: var(--pink); font-size: 30px; margin-left: 4px; }
.footer-brand-sub { font-size: 14px; max-width: 280px; line-height: 1.5; }
.footer-col h4 { font-size: 13px; text-transform: uppercase; letter-spacing: 0.18em; color: var(--white); margin-bottom: 18px; font-weight: 600; }
.footer-col a { color: rgba(255, 255, 255, 0.65); text-decoration: none; font-size: 14px; display: block; padding: 5px 0; transition: color 0.2s; }
.footer-col a:hover { color: var(--pink-soft); }
.footer-bottom { max-width: 1180px; margin: 26px auto 0; font-size: 12px; color: rgba(255, 255, 255, 0.5); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; }

/* RESPONSIVE */
@media (max-width: 880px) {
  .hero-grid, .about-grid, .position-grid, .swap-grid, .contact-grid { grid-template-columns: 1fr; gap: 28px; }
  .diag-grid, .pillars, .timeline, .offres-grid, .test-grid, .footer-grid, .position-grid { grid-template-columns: 1fr; }
  .section, .cta-final { padding: 70px 22px; }
  .nav { padding: 16px 22px; }
  .nav-links { gap: 18px; font-size: 13px; }
  .nav-links a:not(.nav-cta) { display: none; }
  .hero { padding: 50px 22px 70px; }
  .legal { padding: 60px 22px 80px; }
}
