/* Page d'accueil — transcription de la maquette Claude Design en CSS,
   avec le comportement responsive qu'une maquette d'artboard n'a pas. */

.wrap { max-width: 1180px; margin: 0 auto; padding: 0 40px; }

/* ── En-tête ─────────────────────────────────────────────────────────────── */

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(247, 248, 250, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap {
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.logo {
  display: flex;
  align-items: baseline;
  gap: 2px;
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.logo:hover { text-decoration: none; color: var(--ink); }
.logo b { font-weight: 500; }
.logo i { font-style: normal; color: var(--accent); }

.site-nav { display: flex; align-items: center; gap: 34px; font-size: 14.5px; }
.site-nav a { color: var(--ink-soft); }
.site-nav a:hover { color: var(--ink); text-decoration: none; }

.header-actions { display: flex; align-items: center; gap: 20px; font-size: 14.5px; }
.header-actions .plain { color: var(--ink); }
.header-actions .plain:hover { text-decoration: none; color: var(--accent); }
.header-actions .btn { font-size: 14.5px; padding: 11px 20px; border-radius: 6px; }

.nav-toggle { display: none; background: none; border: 0; padding: 8px; cursor: pointer; color: var(--ink); }

/* ── Héros ───────────────────────────────────────────────────────────────── */

.hero {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 80px;
  align-items: start;
  padding: 96px 40px 88px;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: 100px;
  padding: 7px 14px 7px 11px;
  font-size: 13px;
  color: var(--ink-soft);
  margin-bottom: 34px;
}
.badge .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }

.hero h1 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 66px;
  line-height: 1.04;
  letter-spacing: -0.022em;
  margin-bottom: 26px;
}
.hero-sub {
  font-size: 19px;
  line-height: 1.6;
  color: var(--ink-soft);
  margin-bottom: 40px;
  max-width: 30em;
}
.hero-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-bottom: 22px; }
.hero-note { font-size: 14px; color: var(--ink-faint); }

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 64px;
  padding-top: 34px;
  border-top: 1px solid var(--line);
}
.stats .n { font-family: var(--serif); font-size: 34px; line-height: 1; margin-bottom: 8px; }
.stats .t { font-size: 13.5px; color: var(--ink-soft); line-height: 1.45; }

/* ── Aperçu du CV ────────────────────────────────────────────────────────── */

.preview-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.paper {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  padding: 44px 46px;
}
.paper-head { border-bottom: 1px solid var(--line); padding-bottom: 22px; margin-bottom: 24px; }
.paper-name { font-family: var(--serif); font-size: 30px; line-height: 1.1; margin-bottom: 7px; }
.paper-role { font-size: 14px; color: var(--accent); font-weight: 500; margin-bottom: 12px; }
.paper-meta { font-size: 12.5px; color: var(--ink-soft); display: flex; flex-wrap: wrap; gap: 14px; }
.paper-label {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 12px;
}
.paper-jobs { display: flex; flex-direction: column; gap: 20px; margin-bottom: 26px; }
.paper-job-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 13.5px;
  font-weight: 500;
  margin-bottom: 5px;
}
.paper-job-head span:last-child { color: var(--ink-faint); font-weight: 400; }
.paper-job p { font-size: 12.5px; color: var(--ink-soft); line-height: 1.6; }
.paper-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.paper-tags span {
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 6px 11px;
  font-size: 12px;
}

.score-strip {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 16px;
}
.score-strip .n { font-family: var(--serif); font-size: 22px; color: var(--accent); line-height: 1; }
.score-strip .t { font-size: 13px; color: var(--ink-soft); line-height: 1.45; }

/* ── Sections ────────────────────────────────────────────────────────────── */

section.band { border-top: 1px solid var(--line); }
section.band--white { background: var(--surface); }
section.band > .wrap { padding-top: 88px; padding-bottom: 88px; }

.h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.h2--lead { font-size: 44px; }

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
  margin-bottom: 64px;
  align-items: end;
}
.split p { font-size: 17px; line-height: 1.65; color: var(--ink-soft); max-width: 34em; }

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.step { background: var(--surface); padding: 38px 34px 42px; }
.step .n { font-family: var(--mono); font-size: 12px; color: var(--accent); margin-bottom: 22px; }
.step h3 { font-size: 18px; font-weight: 600; margin-bottom: 10px; }
.step p { font-size: 14.5px; line-height: 1.65; color: var(--ink-soft); }

/* ── Adaptation à une offre ──────────────────────────────────────────────── */

.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.duo .h2 { margin: 20px 0 22px; }
.duo > div > p { font-size: 17px; line-height: 1.65; color: var(--ink-soft); margin-bottom: 30px; }

.ticks { display: flex; flex-direction: column; gap: 16px; }
.tick { display: flex; gap: 14px; align-items: flex-start; font-size: 15px; line-height: 1.6; }
.tick::before {
  content: "";
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--accent);
  margin-top: 9px;
  flex: none;
}

.offer-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 30px 32px 32px;
}
.offer-quote {
  font-size: 13.5px;
  line-height: 1.75;
  color: var(--ink-soft);
  border-left: 2px solid var(--line);
  padding-left: 18px;
  margin-bottom: 28px;
}
.offer-quote mark { background: var(--accent-wash); color: var(--ink); padding: 1px 4px; border-radius: 3px; }
.offer-rows { display: flex; flex-direction: column; gap: 12px; }
.offer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid var(--line);
  padding-top: 12px;
  font-size: 13.5px;
}
.offer-row .yes { color: var(--accent); font-weight: 500; }
.offer-row .no { color: var(--ink-faint); }

/* ── Modèles ─────────────────────────────────────────────────────────────── */

.models-head {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 56px;
}
.models-head .h2 { max-width: 20em; }

.model-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.model-shot {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 26px 24px;
  height: 270px;
  transition: border-color 0.15s;
}
.model-card:hover .model-shot { border-color: var(--accent); }
.model-name { margin-top: 16px; font-size: 15px; font-weight: 500; }
.model-desc { font-size: 13.5px; color: var(--ink-soft); margin-top: 4px; }

.skel { border-radius: 2px; background: #DCE1E8; height: 5px; }
.skel--title { height: 11px; background: var(--ink); }
.skel--role { height: 7px; background: var(--accent); }
.skel--h { height: 7px; background: #9AA3B2; }
.shot--one { display: flex; flex-direction: column; gap: 14px; }
.shot--two { display: grid; grid-template-columns: 1fr 1.7fr; gap: 18px; }
.shot--two > div { display: flex; flex-direction: column; gap: 10px; }
.shot--band { display: flex; flex-direction: column; gap: 13px; }
.shot--band .band-top {
  background: var(--ink);
  border-radius: 4px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: -6px -6px 8px;
}
.shot--band .band-top .skel { background: #fff; }
.shot--band .band-top .skel--sub { background: #7C8AA8; }

/* Galerie complète (les 14 modèles rendus pour de vrai) */
#gallery[hidden] { display: none; }
#gallery { margin-top: 48px; padding-top: 40px; border-top: 1px solid var(--line); }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 26px;
}
.gallery-item { text-align: left; background: none; border: 0; padding: 0; cursor: default; }
.gallery-frame {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  aspect-ratio: 210 / 297;
  transition: border-color 0.15s;
}
.gallery-item:hover .gallery-frame { border-color: var(--accent); }
.gallery-frame .cv {
  transform-origin: top left;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: none;
}
.gallery-name { font-size: 14.5px; font-weight: 500; margin-top: 12px; }
.gallery-desc { font-size: 12.5px; color: var(--ink-soft); margin-top: 3px; line-height: 1.5; }
.gallery-flag {
  display: inline-block;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 7px;
  padding: 3px 7px;
  border-radius: 4px;
  background: var(--accent-wash);
  color: #12306E;
}
.gallery-flag--risk { background: #FFF4E5; color: #93500B; }

/* ── Tarifs ──────────────────────────────────────────────────────────────── */

.pricing-head { text-align: center; margin-bottom: 52px; }
.pricing-head .h2 { margin-bottom: 14px; }
.pricing-head p { font-size: 17px; color: var(--ink-soft); }

.plan {
  max-width: 820px;
  margin: 0 auto;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 24px 60px -38px rgba(18, 21, 27, 0.3);
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
}
.plan-left {
  padding: 44px 40px;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
}
.plan-price { display: flex; align-items: baseline; gap: 7px; margin: 22px 0 12px; }
.plan-price .amount { font-family: var(--serif); font-size: 56px; line-height: 1; letter-spacing: -0.02em; }
.plan-price .per { font-size: 15px; color: var(--ink-soft); }
.plan-left p { font-size: 14.5px; line-height: 1.6; color: var(--ink-soft); }
.plan-left .btn { width: 100%; font-size: 15.5px; padding: 15px; margin-bottom: 14px; }
.plan-secure { text-align: center; font-size: 13.5px; color: var(--ink-soft); }
.plan-right { padding: 44px 40px; }
.plan-right h3 { font-size: 15px; font-weight: 600; margin-bottom: 22px; }
.plan-feats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 28px;
  font-size: 14.5px;
  line-height: 1.5;
}
.plan-feats span { display: flex; gap: 11px; align-items: flex-start; }
.plan-feats span::before {
  content: "";
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--accent); margin-top: 8px; flex: none;
}

/* ── FAQ ─────────────────────────────────────────────────────────────────── */

.faq { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: 80px; align-items: start; }
.faq-item { border-top: 1px solid var(--line); padding: 26px 0; }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item h3 { font-size: 17px; font-weight: 600; margin-bottom: 9px; }
.faq-item p { font-size: 15px; line-height: 1.7; color: var(--ink-soft); max-width: 44em; }

/* ── Appel final + pied de page ──────────────────────────────────────────── */

.final { background: var(--dark); color: #fff; }
.final .wrap {
  padding-top: 96px;
  padding-bottom: 96px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 70px;
  align-items: center;
}
.final h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 48px;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}
.final p { font-size: 17px; line-height: 1.65; color: var(--dark-ink); max-width: 32em; }
.final form { display: flex; flex-direction: column; gap: 14px; }
.final-row { display: flex; gap: 12px; flex-wrap: wrap; }
.final-row input {
  flex: 1 1 200px;
  min-width: 0;
  background: var(--dark-soft);
  border: 1px solid var(--dark-line);
  color: #fff;
  font-size: 15px;
  padding: 15px 16px;
  border-radius: var(--radius);
}
.final-row input::placeholder { color: var(--dark-faint); }
.final-row input:focus { border-color: var(--accent); box-shadow: none; }
.final-row .btn { padding: 15px 26px; }
.final small { font-size: 13px; color: var(--dark-faint); }

.site-footer { background: var(--dark); color: var(--dark-faint); border-top: 1px solid #23282F; }
.site-footer .wrap {
  padding-top: 34px;
  padding-bottom: 34px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 13.5px;
}
.site-footer .logo { font-size: 19px; color: #fff; }
.footer-links { display: flex; flex-wrap: wrap; gap: 28px; }
.footer-links a { color: var(--dark-faint); }
.footer-links a:hover { color: #fff; }

/* ── Responsive ──────────────────────────────────────────────────────────── */

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; gap: 56px; padding: 64px 40px 72px; }
  .hero h1 { font-size: 50px; }
  .split, .duo, .faq { grid-template-columns: 1fr; gap: 36px; }
  .split { margin-bottom: 44px; }
  .steps { grid-template-columns: 1fr; }
  .model-grid { grid-template-columns: repeat(2, 1fr); }
  .plan { grid-template-columns: 1fr; }
  .plan-left { border-right: 0; border-bottom: 1px solid var(--line); }
  .final .wrap { grid-template-columns: 1fr; gap: 40px; }
  .final h2 { font-size: 38px; }
}

@media (max-width: 720px) {
  .wrap { padding: 0 20px; }
  .hero { padding: 44px 20px 56px; }
  .hero h1 { font-size: 38px; }
  .hero-sub { font-size: 17px; }
  section.band > .wrap { padding-top: 56px; padding-bottom: 56px; }
  .h2, .h2--lead { font-size: 31px; }
  .site-nav {
    position: absolute;
    top: 74px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--surface);
    border-bottom: 1px solid var(--line);
    padding: 8px 20px 16px;
  }
  .site-nav[hidden] { display: none; }
  .site-nav a { padding: 12px 0; border-bottom: 1px solid var(--line); }
  .nav-toggle { display: block; }
  .header-actions .plain { display: none; }
  .stats { grid-template-columns: 1fr; gap: 20px; }
  .model-grid { grid-template-columns: 1fr; }
  .paper { padding: 28px 24px; }
  .plan-feats { grid-template-columns: 1fr; }
  .final h2 { font-size: 30px; }
}
