@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,600;0,9..144,700;1,9..144,600;1,9..144,700&family=Inter:wght@300;400;500&family=JetBrains+Mono:wght@400;500&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --paper:  #F8F5F0;
  --ink:    #1A1410;
  --red:    #B83A28;
  --gold:   #C9A96E;
  --muted:  #8A7E72;
  --ivory:  #F2EDE4;
  --border: rgba(26,20,16,0.10);
  --max:    800px;
}

html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); font-family: 'Inter', sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }

.container { max-width: var(--max); margin: 0 auto; padding: 0 48px; }

.section-label {
  display: flex; align-items: center; gap: 10px;
  font-family: 'JetBrains Mono', monospace; font-size: 10px;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted);
  margin-bottom: 24px;
}
.section-label::before { content: ''; display: block; width: 28px; height: 1px; background: var(--red); flex-shrink: 0; }
.section-label.light { color: rgba(242,237,228,0.4); }

/* ---- HEADER ---- */
.site-header {
  background: var(--paper);
  border-bottom: 1px solid var(--border);
  padding: 0 48px; height: 60px;
  display: flex; align-items: center; justify-content: space-between;
}
.logo { display: flex; align-items: center; gap: 8px; font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 500; color: var(--ink); }
.logo-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--red); }
.header-tag { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }

/* ---- HERO — DARK ---- */
.hero { background: var(--ink); padding: 88px 48px 80px; text-align: center; }
.hero-inner { max-width: var(--max); margin: 0 auto; }

.hero-confirm {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'JetBrains Mono', monospace; font-size: 10px;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold);
  margin-bottom: 32px;
}
.hero-confirm::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); display: block; }

.hero-h1 {
  font-family: 'Fraunces', serif; font-weight: 700;
  font-size: clamp(34px, 5vw, 52px); line-height: 1.08;
  color: var(--ivory); margin-bottom: 20px;
}
.hero-h1 em { font-style: italic; color: var(--red); }

.hero-sub {
  font-family: 'Inter', sans-serif; font-size: 16px; font-weight: 300;
  color: rgba(242,237,228,0.6); line-height: 1.7;
  max-width: 540px; margin: 0 auto 28px;
}

.hero-microcopy {
  font-family: 'JetBrains Mono', monospace; font-size: 9px;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(242,237,228,0.28); margin-bottom: 36px;
}

.hero-cta {
  display: inline-block; background: var(--red); color: var(--ivory);
  font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 500;
  padding: 14px 28px; border-radius: 2px; transition: opacity .15s;
}
.hero-cta:hover { opacity: .88; }

/* ---- PROCHAINE ÉTAPE ---- */
.next-step { padding: 72px 0; border-bottom: 1px solid var(--border); }

.next-h2 {
  font-family: 'Fraunces', serif; font-size: clamp(24px, 3vw, 34px);
  font-weight: 700; line-height: 1.1; color: var(--ink); margin-bottom: 16px;
}
.next-h2 em { font-style: italic; color: var(--red); }

.next-desc {
  font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 300;
  color: var(--muted); line-height: 1.7; max-width: 580px; margin-bottom: 14px;
}

.next-reassurance {
  font-family: 'Inter', sans-serif; font-size: 13px; font-style: italic;
  color: var(--red); padding: 10px 16px;
  border-left: 2px solid var(--red); display: inline-block;
}

/* ---- FORMULAIRE ---- */
.form-section { padding: 72px 0; border-bottom: 1px solid var(--border); }

.form-h2 {
  font-family: 'Fraunces', serif; font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 700; line-height: 1.15; color: var(--ink); margin-bottom: 10px;
}

.form-desc {
  font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 300;
  color: var(--muted); line-height: 1.65; margin-bottom: 32px; max-width: 560px;
}

.form-wrapper {
  border: 1px solid var(--border); border-radius: 2px;
  background: #FDFBF8; overflow: hidden; min-height: 480px;
}

.form-placeholder {
  display: flex; flex-direction: column; align-items: center;
  justify-content: center; padding: 64px 40px; text-align: center;
  min-height: 400px;
}
.form-placeholder-icon {
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(184,58,40,0.07);
  display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
}
.form-placeholder-icon svg { width: 18px; height: 18px; stroke: var(--red); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.form-placeholder-title { font-family: 'Fraunces', serif; font-size: 16px; font-weight: 600; color: var(--ink); margin-bottom: 8px; }
.form-placeholder-sub { font-family: 'Inter', sans-serif; font-size: 13px; color: var(--muted); font-weight: 300; max-width: 320px; line-height: 1.6; }

/* ---- ÉTAPES ---- */
.steps-section { padding: 72px 0; border-bottom: 1px solid var(--border); }

.steps-h2 {
  font-family: 'Fraunces', serif; font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 700; line-height: 1.15; color: var(--ink); margin-bottom: 40px;
}
.steps-h2 em { font-style: italic; color: var(--red); }

.steps-list { border-top: 1px solid var(--border); }

.step-item {
  display: grid; grid-template-columns: 56px 1fr;
  gap: 20px; padding: 26px 0;
  border-bottom: 1px solid var(--border); align-items: start;
}
.step-item:last-child { border-bottom: none; }
.step-num { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.12em; color: var(--red); padding-top: 2px; }
.step-title { font-family: 'Fraunces', serif; font-size: 16px; font-weight: 600; color: var(--ink); margin-bottom: 5px; }
.step-desc { font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 300; color: var(--muted); line-height: 1.65; }

/* ---- RÉASSURANCE ---- */
.reassurance { background: var(--ink); padding: 72px 48px; text-align: center; }
.reassurance-inner { max-width: var(--max); margin: 0 auto; }
.reassurance-h2 { font-family: 'Fraunces', serif; font-size: clamp(24px, 3vw, 36px); font-weight: 700; line-height: 1.1; color: var(--ivory); margin-bottom: 14px; }
.reassurance-sub { font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 300; color: rgba(242,237,228,0.5); line-height: 1.7; max-width: 480px; margin: 0 auto 0; }

/* ---- QUESTIONS ---- */
.questions { padding: 64px 0; border-bottom: 1px solid var(--border); }
.questions-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.questions-left {}
.questions-h2 { font-family: 'Fraunces', serif; font-size: 20px; font-weight: 700; color: var(--ink); margin-bottom: 8px; }
.questions-h2 em { font-style: italic; color: var(--red); }
.questions-desc { font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 300; color: var(--muted); max-width: 460px; line-height: 1.6; }
.btn-contact {
  flex-shrink: 0;
  display: inline-block; font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 500;
  color: var(--ink); border: 1px solid rgba(26,20,16,0.25);
  padding: 10px 20px; border-radius: 2px; transition: opacity .15s; white-space: nowrap;
}
.btn-contact:hover { opacity: .7; }

/* ---- FOOTER ---- */
.footer { background: var(--ink); border-top: 1px solid rgba(242,237,228,0.06); padding: 28px 48px; display: flex; align-items: center; justify-content: space-between; }
.footer-logo { display: flex; align-items: center; gap: 8px; font-family: 'Inter', sans-serif; font-size: 13px; color: rgba(242,237,228,0.4); }
.footer-copy { font-family: 'JetBrains Mono', monospace; font-size: 9px; letter-spacing: 0.10em; color: rgba(242,237,228,0.18); text-transform: uppercase; }

/* ---- RESPONSIVE ---- */
@media (max-width: 768px) {
  .container { padding: 0 20px; }
  .site-header { padding: 0 20px; }
  .header-tag { display: none; }
  .hero { padding: 64px 20px 56px; }
  .next-step, .form-section, .steps-section { padding: 56px 0; }
  .next-step .container, .form-section .container, .steps-section .container, .questions .container { padding: 0 20px; }
  .reassurance { padding: 64px 20px; }
  .questions { padding: 48px 0; }
  .questions-inner { flex-direction: column; align-items: flex-start; gap: 20px; }
  .footer { padding: 24px 20px; flex-direction: column; gap: 12px; text-align: center; }
  .step-item { grid-template-columns: 44px 1fr; gap: 14px; }
}
