/* Ravensfell : page Offres et prix (/offres.html).
   Complète rf.css, dont elle reprend les jetons ; aucune couleur en dur ici. */

/* --- ouverture : une page intérieure n'a pas besoin d'un écran entier */
.hero--page { min-height: auto; padding-top: clamp(128px, 14vw, 176px); padding-bottom: clamp(40px, 6vw, 72px); }
.hero--page h1 { max-width: 12ch; }
.widget--offers .rows li { padding: 14px 0; }
.widget--offers .rows strong a { text-decoration: none; }
.widget--offers .rows strong a:hover { text-decoration: underline; text-decoration-color: var(--underline); }
.widget--offers .rows .when { font-size: 17px; font-weight: 600; letter-spacing: -.02em; }

/* --- les trois offres */
.section--offers { padding-top: clamp(40px, 6vw, 80px); padding-bottom: clamp(24px, 4vw, 48px); }
.offer { scroll-margin-top: 96px; }
/* Même colonne de prix pour les trois offres : une mention longue ne doit pas écraser les autres colonnes. */
@media (min-width: 1081px) { .offer { grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) minmax(190px, 230px); } }
.facts { margin: 20px 0 0; display: grid; gap: 0; border-top: .5px solid var(--hair-2); }
.facts > div { display: grid; grid-template-columns: minmax(96px, 128px) minmax(0, 1fr); gap: 4px 16px; padding: 10px 0; border-bottom: .5px solid var(--hair-2); }
.facts dt { font-size: 13px; font-weight: 600; color: var(--text-3); line-height: 1.45; }
.facts dd { margin: 0; font-size: 14.5px; color: var(--text-2); line-height: 1.45; }
.offer__label { margin-bottom: 12px; font-size: 13px; font-weight: 600; letter-spacing: .01em; color: var(--text-3); }
.price__terms { max-width: 200px; margin-left: auto; }
.offer-fine { margin-top: 16px; max-width: 86ch; }

/* --- déroulement en quatre étapes */
.phases--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

/* --- programme pilote */
.pilot { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(24px, 4vw, 64px); align-items: start; padding: clamp(24px, 3.4vw, 44px); border-radius: var(--r-xl); }
.pilot h2 { font-size: clamp(30px, 3.4vw, 46px); }
.pilot .lead { margin-top: 16px; }
.pilot .pill { margin-top: 26px; }
.pilot__rows { margin-top: 0; }
.pilot__rows li:first-child { border-top: 0; padding-top: 0; }
.pilot__rows li { align-items: start; }
.pilot__rows span:not(.dot) { font-size: 14.5px; line-height: 1.45; margin-top: 2px; }

/* --- questions */
#questions h2 { font-size: clamp(30px, 3.4vw, 46px); }
#questions .act-lead { font-size: 16.5px; max-width: 34ch; }

/* --- dernier appel */
.section--end { padding-top: 0; }
.end { padding: clamp(28px, 4vw, 56px); border-radius: var(--r-xl); text-align: center; }
.end h2 { max-width: 18ch; margin: 0 auto; font-size: clamp(30px, 3.8vw, 52px); }
.end .lead { margin: 18px auto 0; max-width: 52ch; }
.end .btnrow { justify-content: center; margin-top: 30px; gap: 12px; }
.end .ticket { margin-top: 20px; }

/* ================================================================== adaptatif */
@media (max-width: 1080px) {
  .offer > .offer__list { grid-column: 1 / -1; grid-row: 2; }
  .phases--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .phases--4 .phase:nth-child(4) { border-left: 0; }
  .phases--4 .phase:nth-child(n+4) { border-top: .5px solid var(--hair-2); }
}
@media (max-width: 900px) {
  .pilot { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 720px) {
  .offer > .offer__list { grid-row: auto; }
  .phases--4 { grid-template-columns: minmax(0, 1fr); }
  .phases--4 .phase:nth-child(4) { border-left: 0; }
  .price__terms { margin-left: 0; }
  .facts > div { grid-template-columns: minmax(0, 1fr); gap: 2px; }
  .end { text-align: left; }
  .end h2, .end .lead { margin-left: 0; }
  .end .btnrow { justify-content: flex-start; }
}
