/* =========================================================
   Facteur24 — landing page
   ========================================================= */

.page-landing { background: #fff; }

.topbar--thin { height: 5px; padding: 0; }

/* -------------------------------- header ------------------------------ */

.site-header--nav { display: block; padding: 0; border-bottom: 1px solid #f0f1f4; }
.site-header__inner {
  max-width: 1320px; margin: 0 auto; padding: 16px 32px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.site-nav { display: flex; align-items: center; gap: 38px; }
.site-nav a { color: #14181d; text-decoration: none; font-size: 15px; font-weight: 700; white-space: nowrap; }
.site-nav a:hover { color: var(--blue); }

/* --------------------------------- hero ------------------------------- */

.landing { max-width: 1320px; margin: 0 auto; padding: 0 32px; }

.hero { padding: 58px 0 34px; text-align: center; }
.hero__title {
  font-size: 44px; line-height: 1.22; font-weight: 600; margin: 0;
  letter-spacing: -0.015em; color: #14181d;
}

/* ---------------------------- bandeau urgence ------------------------- */

.urgent-band {
  border: 1px solid #e8eaee; border-radius: 8px; background: #fbfbfc;
  padding: 14px 20px; text-align: center; margin-bottom: 56px;
}
.urgent-band__t {
  display: flex; align-items: center; justify-content: center; gap: 9px;
  margin: 0; font-weight: 700; font-size: 15.5px; color: #14181d;
}
.urgent-band__t svg { width: 18px; height: 18px; }
.urgent-band__s { margin: 4px 0 0; font-size: 13.5px; color: #5b6478; }

/* -------------------------------- offres ------------------------------ */

.offers {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  align-items: center; margin-bottom: 96px;
}

.offer {
  border: 1px solid #eceef2; border-radius: 10px; background: #fff;
  padding: 26px 26px 30px; display: flex; flex-direction: column;
}
.offer.is-featured {
  border-color: #e3e6ec; box-shadow: 0 6px 30px rgba(16, 40, 90, 0.08);
  padding: 32px 30px 34px; z-index: 1;
}

.offer__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; margin-bottom: 18px; }
.offer__price { font-size: 27px; font-weight: 700; letter-spacing: -0.02em; }
.offer.is-featured .offer__price { font-size: 30px; }
.offer__badge { border-radius: 5px; padding: 5px 10px; font-size: 12.5px; font-weight: 700; white-space: nowrap; }

.offer--verte .offer__badge { background: #d9f2e0; color: #1c6b36; }
.offer--lr .offer__badge { background: #ffd84d; color: #4a3600; }
.offer--suivie .offer__badge { background: #fbd0e4; color: #99114f; }

.offer__art { position: relative; border-radius: 8px; padding: 22px; margin-bottom: 22px; }
.offer--verte .offer__art { background: #eef7f1; }
.offer--lr .offer__art { background: #fdf5d8; }
.offer--suivie .offer__art { background: #fdeef5; }
.offer__art img { width: 100%; height: auto; display: block; border-radius: 2px; }

/* Sceau « preuve juridique » posé sur le visuel du recommandé */
.offer__seal {
  position: absolute; top: 8px; right: 8px; width: 62px; height: 62px; border-radius: 50%;
  background: var(--blue); color: #fff; box-shadow: 0 2px 10px rgba(11, 84, 206, 0.35);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-size: 10px; font-weight: 800; line-height: 1.25; text-transform: uppercase;
  letter-spacing: 0.02em;
}
.offer__seal::before {
  content: ''; position: absolute; inset: 5px; border: 1px solid rgba(255, 255, 255, 0.55); border-radius: 50%;
}
.offer__seal em { font-style: normal; position: relative; }

.offer__cta {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  border-radius: 999px; padding: 17px 20px; text-decoration: none;
  font-size: 16px; font-weight: 600; text-align: center;
  border: 1.5px solid #e2e5ea; color: #14181d; background: #fff;
  transition: border-color 0.15s, background 0.15s, transform 0.08s;
}
.offer__cta:hover { border-color: #c8cdd6; background: #fafbfc; }
.offer__cta:active { transform: translateY(1px); }
.offer.is-featured .offer__cta {
  background: var(--blue); border-color: var(--blue); color: #fff;
  font-weight: 700; padding: 20px 20px; font-size: 17px;
}
.offer.is-featured .offer__cta:hover { background: #0a49b3; border-color: #0a49b3; }

.offer__title { font-size: 21px; font-weight: 700; margin: 26px 0 16px; line-height: 1.3; }
.offer.is-featured .offer__title { font-size: 23px; }

.offer__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.offer__list li { display: grid; grid-template-columns: auto 1fr; gap: 11px; align-items: start; font-size: 14.5px; color: #2b3242; line-height: 1.45; }
.offer__list svg { width: 15px; height: 15px; margin-top: 3px; }
.offer--verte .offer__list svg { color: #2f9d52; }
.offer--lr .offer__list svg { color: #f0b429; }
.offer--suivie .offer__list svg { color: #e0197d; }

/* --------------------------------- FAQ -------------------------------- */

.faq { display: grid; grid-template-columns: minmax(0, 0.62fr) minmax(0, 1.2fr); gap: 64px; padding-bottom: 90px; }
.faq__label { color: var(--ink-mute); font-size: 15px; margin: 0 0 14px; }
.faq__title { font-size: 36px; line-height: 1.25; font-weight: 600; margin: 0; letter-spacing: -0.015em; }

.faq__list { display: flex; flex-direction: column; }
.faq__item { border-bottom: 1px solid #ecedf1; }
.faq__item:first-child { border-top: 1px solid #ecedf1; }
.faq__item summary {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 22px 4px; cursor: pointer; list-style: none;
  font-size: 17px; font-weight: 700; color: #14181d; line-height: 1.35;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary:hover { color: var(--blue); }
.faq__plus { position: relative; width: 18px; height: 18px; flex: none; }
.faq__plus::before, .faq__plus::after {
  content: ''; position: absolute; background: #14181d; border-radius: 1px;
  transition: transform 0.18s ease, opacity 0.18s ease;
}
.faq__plus::before { top: 8px; left: 0; width: 18px; height: 2px; }
.faq__plus::after { left: 8px; top: 0; width: 2px; height: 18px; }
.faq__item[open] .faq__plus::after { transform: rotate(90deg); opacity: 0; }
.faq__item > p { margin: -6px 4px 24px; max-width: 62ch; color: #4c576d; font-size: 15px; line-height: 1.65; }

/* -------------------------------- footer ------------------------------ */

.footer { border-top: 1px solid #f0f1f4; background: #fbfcfd; margin-top: 20px; }
.footer__inner {
  max-width: 1320px; margin: 0 auto; padding: 46px 32px 30px;
  display: grid; grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(0, 1fr)); gap: 40px;
}
.footer__brand p { color: var(--ink-soft); font-size: 14.5px; margin: 14px 0 0; max-width: 34ch; }
.footer__nav { display: flex; flex-direction: column; gap: 10px; }
.footer__nav h3 { font-size: 14px; font-weight: 700; margin: 0 0 4px; }
.footer__nav a { color: var(--ink-soft); text-decoration: none; font-size: 14.5px; }
.footer__nav a:hover { color: var(--blue); }
.footer__legal {
  max-width: 1320px; margin: 0 auto; padding: 0 32px 40px;
  color: #97a0b1; font-size: 12.5px; line-height: 1.6;
}

/* ------------------------------ responsive ---------------------------- */

@media (max-width: 1080px) {
  .offers { grid-template-columns: 1fr; max-width: 520px; margin-inline: auto; }
  .offer.is-featured { order: -1; }
  .faq { grid-template-columns: 1fr; gap: 30px; }
  .faq__title { font-size: 30px; }
}

@media (max-width: 760px) {
  .landing { padding: 0 16px; }
  .site-header__inner { padding: 14px 16px; flex-direction: column; align-items: flex-start; gap: 12px; }
  .site-nav { gap: 20px; flex-wrap: wrap; }
  .site-nav a { font-size: 14px; }
  .hero { padding: 36px 0 24px; }
  .hero__title { font-size: 30px; }
  .faq__item summary { font-size: 15.5px; padding: 18px 2px; }
  .footer__inner { grid-template-columns: 1fr; gap: 28px; padding: 34px 16px 24px; }
  .footer__legal { padding: 0 16px 30px; }
}
