/* ── VARIABLES LOCALES ── */
:root {
  --ld-night-2:  #162035;
  --ld-night-3:  #1E2D47;
  --ld-coral-lt: #F07050;
  --ld-r-sm: 6px; --ld-r-md: 12px; --ld-r-lg: 20px; --ld-r-xl: 28px;
  --ld-max: 1100px;
}

/* ── HERO ── */
.ld-hero {
  background: var(--night);
  padding: 128px 56px 80px;
  position: relative; overflow: hidden;
  text-align: center;
}
.ld-hero-bg {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 60% 65% at 50% 60%, rgba(224,90,58,0.07) 0%, transparent 65%),
    radial-gradient(ellipse 40% 40% at 10% 15%, rgba(30,45,71,0.6) 0%, transparent 60%),
    radial-gradient(ellipse 35% 40% at 90% 85%, rgba(30,45,71,0.5) 0%, transparent 60%);
}
.ld-hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
  background-size: 72px 72px;
}
.ld-hero-inner { max-width: 760px; margin: 0 auto; position: relative; z-index: 1; }
.ld-hero-tag {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(224,90,58,0.13); border: 0.5px solid rgba(224,90,58,0.3);
  color: var(--coral); border-radius: 40px;
  font-size: 11px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 6px 16px; margin-bottom: 28px;
  animation: ldFadeUp 0.5s 0.1s ease both;
}
.ld-hero-tag::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--coral); }
.ld-h1 {
  font-family: var(--serif); font-size: clamp(46px, 6vw, 76px);
  font-weight: 500; line-height: 1.08; color: white;
  letter-spacing: -0.01em; margin-bottom: 24px;
  animation: ldFadeUp 0.5s 0.22s ease both;
}
.ld-h1 em { font-style: italic; color: var(--coral); }
.ld-hero-lead {
  font-size: 17px; font-weight: 300; color: rgba(255,255,255,0.5);
  line-height: 1.75; margin-bottom: 48px;
  animation: ldFadeUp 0.5s 0.34s ease both;
}
.ld-hero-stats {
  display: flex; justify-content: center; gap: 1px;
  background: rgba(255,255,255,0.06); border-radius: var(--ld-r-lg); overflow: hidden;
  max-width: 560px; margin: 0 auto;
  animation: ldFadeUp 0.5s 0.46s ease both;
}
.ld-hstat { background: var(--ld-night-2); padding: 18px 32px; flex: 1; }
.ld-hstat-num { font-family: var(--serif); font-size: 36px; font-weight: 500; color: white; line-height: 1; margin-bottom: 4px; }
.ld-hstat-num span { color: var(--coral); }
.ld-hstat-label { font-size: 11px; font-weight: 300; color: rgba(255,255,255,0.5); line-height: 1.3; }

/* ── MOT DE CHRISTOPHE ── */
.ld-mot {
  background: var(--cream); padding: 96px 56px;
  position: relative; overflow: hidden;
}
.ld-mot::before {
  content: '\201C';
  position: absolute; top: 32px; left: 48px;
  font-family: var(--serif); font-size: 200px; font-style: italic;
  color: rgba(224,90,58,0.06); line-height: 1; pointer-events: none;
  font-weight: 400;
}
.ld-mot-inner {
  max-width: var(--ld-max); margin: 0 auto;
  display: grid; grid-template-columns: 320px 1fr; gap: 80px; align-items: start;
}
.ld-mot-left { position: sticky; top: 88px; }
.ld-mot-eyebrow { font-size: 10px; font-weight: 500; letter-spacing: 0.13em; text-transform: uppercase; color: var(--coral); margin-bottom: 14px; display: flex; align-items: center; gap: 8px; }
.ld-mot-eyebrow::before { content: ''; width: 20px; height: 1px; background: var(--coral); display: block; }
.ld-mot-title { font-family: var(--serif); font-size: clamp(28px, 3vw, 38px); font-weight: 500; color: #1A1F2E; line-height: 1.2; margin-bottom: 20px; }
.ld-mot-title em { font-style: italic; color: var(--coral); }
.ld-mot-signature {
  display: flex; align-items: center; gap: 14px; margin-top: 28px;
  padding-top: 20px; border-top: 0.5px solid rgba(26,31,46,0.09);
}
.ld-mot-avatar {
  width: 48px; height: 48px; border-radius: 50%;
  background: linear-gradient(135deg, var(--coral), var(--ld-night-3));
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-size: 20px; font-style: italic;
  font-weight: 500; color: white; flex-shrink: 0;
}
.ld-mot-sig-name { font-size: 14px; font-weight: 500; color: #1A1F2E; }
.ld-mot-sig-role { font-size: 12px; font-weight: 300; color: #6B7280; }
.ld-mot-texte {
  font-family: var(--serif); font-size: 20px; font-weight: 400;
  font-style: italic; color: #1A1F2E; line-height: 1.75;
}
.ld-mot-texte p { margin-bottom: 24px; }
.ld-mot-texte p:last-child { margin-bottom: 0; }
.ld-mot-texte strong { font-style: normal; font-weight: 600; color: var(--coral); }

/* ── TÉMOIGNAGES ── */
.ld-temoignages { background: var(--night); padding: 96px 56px; }
.ld-testi-inner { max-width: var(--ld-max); margin: 0 auto; }
.ld-testi-header { text-align: center; margin-bottom: 64px; }
.ld-section-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 500; letter-spacing: 0.13em; text-transform: uppercase; color: var(--coral); margin-bottom: 16px; }
.ld-section-eyebrow::before { content: ''; width: 22px; height: 1px; background: var(--coral); display: block; }
.ld-section-title { font-family: var(--serif); font-size: clamp(32px, 3.8vw, 48px); font-weight: 500; line-height: 1.15; margin-bottom: 14px; color: white; }
.ld-section-title em { font-style: italic; color: var(--coral); }
.ld-section-lead { font-size: 15px; font-weight: 300; color: rgba(255,255,255,0.5); line-height: 1.7; max-width: 520px; margin: 0 auto; }

/* Featured témoignage */
.ld-testi-featured {
  background: var(--ld-night-2); border: 0.5px solid rgba(255,255,255,0.07);
  border-radius: var(--ld-r-xl); padding: 44px 52px; margin-bottom: 24px;
  position: relative; overflow: hidden;
  transition: border-color 0.2s;
}
.ld-testi-featured:hover { border-color: rgba(224,90,58,0.22); }
.ld-testi-featured::before {
  content: '\201C';
  position: absolute; top: -16px; left: 32px;
  font-family: var(--serif); font-size: 160px; font-style: italic;
  color: rgba(224,90,58,0.07); line-height: 1; pointer-events: none;
}
.ld-tf-formation {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(224,90,58,0.1); border: 0.5px solid rgba(224,90,58,0.2);
  color: var(--coral); border-radius: 40px;
  font-size: 11px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 4px 13px; margin-bottom: 20px;
}
.ld-tf-quote {
  font-family: var(--serif); font-size: 22px; font-style: italic;
  font-weight: 400; color: rgba(255,255,255,0.88); line-height: 1.65;
  margin-bottom: 28px; max-width: 720px; position: relative; z-index: 1;
}
.ld-tf-footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-top: 22px; border-top: 0.5px solid rgba(255,255,255,0.07); }
.ld-tf-author strong { font-size: 14px; font-weight: 500; color: white; display: block; }
.ld-tf-author span { font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.5); }
.ld-testi-stars { display: flex; gap: 3px; }
.ld-testi-star { width: 12px; height: 12px; background: var(--coral); clip-path: polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%); }

/* Grille témoignages */
.ld-testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 24px; }
.ld-testi-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.ld-testi-card {
  background: var(--ld-night-2); border: 0.5px solid rgba(255,255,255,0.07);
  border-radius: var(--ld-r-lg); padding: 28px 26px;
  display: flex; flex-direction: column; gap: 14px;
  transition: border-color 0.2s, transform 0.2s;
}
.ld-testi-card:hover { border-color: rgba(224,90,58,0.2); transform: translateY(-2px); }
.ld-tc-formation { font-size: 10px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(224,90,58,0.65); margin-bottom: -4px; }
.ld-tc-quote { font-family: var(--serif); font-size: 17px; font-style: italic; color: rgba(255,255,255,0.88); line-height: 1.6; flex: 1; }
.ld-tc-author { display: flex; align-items: center; gap: 12px; padding-top: 14px; border-top: 0.5px solid rgba(255,255,255,0.07); }
.ld-tc-avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--ld-night-3); display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: 14px; font-weight: 500; color: var(--coral); flex-shrink: 0; }
.ld-tc-name { font-size: 13px; font-weight: 500; color: white; }
.ld-tc-role { font-size: 12px; font-weight: 300; color: rgba(255,255,255,0.5); }

/* Carte poétique */
.ld-testi-poem {
  background: var(--ld-night-3); border: 0.5px solid rgba(255,255,255,0.06);
  border-radius: var(--ld-r-lg); padding: 32px 28px;
  display: flex; flex-direction: column; gap: 16px;
  position: relative; overflow: hidden;
  transition: border-color 0.2s;
}
.ld-testi-poem:hover { border-color: rgba(224,90,58,0.2); }
.ld-poem-text {
  font-family: var(--serif); font-size: 18px; font-style: italic;
  font-weight: 400; color: rgba(255,255,255,0.88); line-height: 1.7; flex: 1;
}
.ld-poem-footer { display: flex; align-items: center; gap: 12px; padding-top: 14px; border-top: 0.5px solid rgba(255,255,255,0.07); }
.ld-poem-avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--ld-night-2); display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: 14px; font-weight: 500; color: var(--coral); flex-shrink: 0; }
.ld-poem-name { font-size: 13px; font-weight: 500; color: white; }

/* ── CITATION BANDE ── */
.ld-citation-bande { background: var(--coral); padding: 56px; text-align: center; position: relative; overflow: hidden; }
.ld-citation-bande::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 80% at 50% 110%, rgba(0,0,0,0.15) 0%, transparent 70%); }
.ld-cb-inner { position: relative; max-width: 640px; margin: 0 auto; }
.ld-cb-quote { font-family: var(--serif); font-size: clamp(22px, 3vw, 32px); font-style: italic; font-weight: 400; color: white; line-height: 1.55; margin-bottom: 16px; }
.ld-cb-cite { font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.65); }

/* ── FORMULAIRE ── */
.ld-formulaire { background: var(--cream); padding: 96px 56px; }
.ld-form-inner { max-width: var(--ld-max); margin: 0 auto; display: grid; grid-template-columns: 1fr 520px; gap: 80px; align-items: start; }
.ld-form-left { position: sticky; top: 88px; }
.ld-form-left-eyebrow { font-size: 10px; font-weight: 500; letter-spacing: 0.13em; text-transform: uppercase; color: var(--coral); margin-bottom: 14px; display: flex; align-items: center; gap: 8px; }
.ld-form-left-eyebrow::before { content: ''; width: 20px; height: 1px; background: var(--coral); display: block; }
.ld-form-left-title { font-family: var(--serif); font-size: clamp(26px, 3vw, 38px); font-weight: 500; color: #1A1F2E; line-height: 1.2; margin-bottom: 16px; }
.ld-form-left-title em { font-style: italic; color: var(--coral); }
.ld-form-left-lead { font-size: 14px; font-weight: 300; color: #6B7280; line-height: 1.7; margin-bottom: 28px; }
.ld-form-left-note {
  background: white; border-radius: var(--ld-r-md); padding: 18px 20px;
  border: 0.5px solid rgba(26,31,46,0.08);
  display: flex; align-items: flex-start; gap: 12px;
  font-size: 13px; font-weight: 300; color: #6B7280; line-height: 1.55;
}
.ld-form-left-note svg { width: 16px; height: 16px; color: var(--coral); flex-shrink: 0; margin-top: 2px; }
.ld-form-left-note strong { font-weight: 500; color: #1A1F2E; }
.ld-form-right {
  background: white; border-radius: var(--ld-r-xl); padding: 40px;
  border: 0.5px solid rgba(26,31,46,0.08);
  box-shadow: 0 16px 56px rgba(0,0,0,0.06);
}
.ld-form-title { font-family: var(--serif); font-size: 24px; font-weight: 500; color: #1A1F2E; margin-bottom: 6px; }
.ld-form-subtitle { font-size: 13px; font-weight: 300; color: #6B7280; margin-bottom: 28px; }
.ld-field { display: flex; flex-direction: column; gap: 5px; margin-bottom: 16px; }
.ld-field label { font-size: 12px; font-weight: 400; color: #6B7280; }
.ld-field label .req { color: var(--coral); margin-left: 2px; }
.ld-field input, .ld-field select, .ld-field textarea {
  background: var(--cream); border: 0.5px solid rgba(26,31,46,0.14);
  border-radius: var(--ld-r-sm); padding: 11px 14px;
  font-size: 14px; font-family: var(--sans); color: #1A1F2E;
  outline: none; transition: border-color 0.2s, background 0.2s; width: 100%;
}
.ld-field input::placeholder, .ld-field textarea::placeholder { color: rgba(26,31,46,0.3); }
.ld-field input:focus, .ld-field select:focus, .ld-field textarea:focus { border-color: var(--coral); background: white; }
.ld-field select { appearance: none; cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='none' stroke='%236B7280' stroke-width='1.4' stroke-linecap='round'%3E%3Cpath d='M3.5 5.5l3.5 3.5 3.5-3.5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; padding-right: 36px; }
.ld-field textarea { resize: vertical; min-height: 130px; }
.ld-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ld-field-honey { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }
.ld-form-rgpd { font-size: 11.5px; font-weight: 300; color: #6B7280; line-height: 1.5; display: flex; gap: 8px; align-items: flex-start; margin-top: 14px; }
.ld-rgpd-dot { width: 4px; height: 4px; border-radius: 50%; background: #6B7280; flex-shrink: 0; margin-top: 7px; }
.ld-btn-submit {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  width: 100%; background: var(--coral); color: white;
  border: none; border-radius: var(--ld-r-sm); padding: 14px;
  font-size: 14px; font-weight: 500; font-family: var(--sans);
  cursor: pointer; transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  margin-top: 20px;
}
.ld-btn-submit:hover { background: var(--ld-coral-lt); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(224,90,58,0.28); }
.ld-btn-submit:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }
.ld-form-success {
  display: none; text-align: center; padding: 40px 24px;
  animation: ldFadeUp 0.4s ease both;
}
.ld-form-success-icon { width: 56px; height: 56px; border-radius: 50%; background: rgba(224,90,58,0.1); border: 1.5px solid rgba(224,90,58,0.3); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.ld-form-success-icon svg { width: 24px; height: 24px; color: var(--coral); }
.ld-form-success-title { font-family: var(--serif); font-size: 24px; font-weight: 500; color: #1A1F2E; margin-bottom: 8px; }
.ld-form-success-desc { font-size: 14px; font-weight: 300; color: #6B7280; line-height: 1.65; }
.ld-form-success-sign { font-family: var(--serif); font-size: 18px; font-style: italic; color: var(--coral); margin-top: 16px; }
.ld-form-error-msg { display: none; background: #FEF2F2; color: #991B1B; border-radius: var(--ld-r-sm); padding: 12px 14px; font-size: 13px; font-weight: 300; margin-top: 12px; border: 0.5px solid #FECACA; }

/* ── ANIMATIONS ── */
@keyframes ldFadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .ld-mot-inner, .ld-form-inner { grid-template-columns: 1fr; }
  .ld-mot-left, .ld-form-left { position: static; }
  .ld-testi-grid { grid-template-columns: repeat(2, 1fr); }
  .ld-hero, .ld-mot, .ld-temoignages, .ld-citation-bande, .ld-formulaire { padding-left: 32px; padding-right: 32px; }
}
@media (max-width: 768px) {
  .ld-testi-grid, .ld-testi-grid-2 { grid-template-columns: 1fr; }
  .ld-form-row { grid-template-columns: 1fr; }
  .ld-hero-stats { flex-direction: column; }
  .ld-hero, .ld-mot, .ld-temoignages, .ld-citation-bande, .ld-formulaire { padding-left: 24px; padding-right: 24px; }
  .ld-testi-featured { padding: 28px; }
}
