/* P'tiTemps — Composants réutilisables sur plusieurs pages. */
.eyebrow { margin-bottom: .75rem; color: var(--green); font-size: .76rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.centered { text-align: center; }
.lead { max-width: 680px; margin-bottom: 1.5rem; color: #40534e; font-size: 1.22rem; }
.lead-small { font-size: 1.08rem; }
.section-intro { max-width: 680px; margin: 0 auto 38px; text-align: center; }

.check-list { margin: 0 0 1.7rem; padding: 0; list-style: none; }
.check-list li { position: relative; margin: .55rem 0; padding-left: 28px; color: var(--ink); font-weight: 650; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }

.offer-line { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin: 0 0 1rem; }
.old-price { color: #778682; text-decoration: line-through; }
.price { color: var(--ink); font-size: 2rem; }
.saving { padding: .3rem .65rem; border-radius: 999px; color: #765105; background: #fff0ca; font-size: .78rem; font-weight: 800; }
.offer-price-label { margin-bottom: 0; color: var(--text); font-size: .78rem; font-weight: 750; }

.btn { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: .8rem 1.5rem; border: 2px solid var(--green); border-radius: 999px; font-weight: 850; text-align: center; text-decoration: none; transition: .2s ease; }
.btn-primary { color: var(--white); background: var(--green); box-shadow: 0 10px 24px rgba(23, 142, 121, .22); }
.btn-primary:hover { border-color: var(--green-dark); background: var(--green-dark); transform: translateY(-2px); }

.purchase-info { display: flex; flex-wrap: wrap; gap: 5px 18px; margin: .9rem 0 0; color: #60716d; font-size: .75rem; font-weight: 700; }
.purchase-info span::before { content: "✓"; margin-right: 5px; color: var(--green); }

.faq-section { background: var(--cream); }
.faq-list { margin-top: 32px; }
.faq-list details { margin: 12px 0; border: 1px solid var(--line); border-radius: 14px; background: white; }
.faq-list summary { padding: 18px 50px 18px 20px; color: var(--ink); cursor: pointer; font-weight: 800; }
.faq-list details p { padding: 0 20px 20px; margin: 0; }
.faq-cta { margin-top: 30px; text-align: center; }
.faq-cta .purchase-info { justify-content: center; }

@media (max-width: 620px) {
  .purchase-info { flex-direction: column; gap: 3px; }
}
