/*
 * pages.css — Agence Coopilot
 * Styles spécifiques à chaque page, non réutilisables en composant.
 */

/* ══════════════════════════════════════════════════
   PAGE ACCUEIL — Section problème
══════════════════════════════════════════════════ */

.problem__title {
  max-width: 700px;
  margin-bottom: 24px;
}

.problem__text {
  max-width: 680px;
  font-size: 17px;
  color: var(--c-dark);
  line-height: 1.75;
}

/* ══════════════════════════════════════════════════
   PAGE ACCUEIL — Section piliers
══════════════════════════════════════════════════ */

.pillar__number {
  font-family: var(--ff-body);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--c-camel);
  margin-bottom: 12px;
}

.pillar__title {
  font-family: var(--ff-title);
  font-weight: 600;
  font-size: 22px;
  color: var(--c-dark);
  margin-bottom: 16px;
}

.pillar__text {
  font-size: 15px;
  color: var(--c-kaki);
  line-height: 1.7;
}

/* ══════════════════════════════════════════════════
   PAGE ACCUEIL — Aperçu offres
══════════════════════════════════════════════════ */

.offer-preview__title {
  margin-bottom: 12px;
}

.offer-preview__citation {
  margin-bottom: 16px;
}

.offer-preview__desc {
  font-size: 15px;
  color: var(--c-kaki);
  margin-bottom: 24px;
  line-height: 1.7;
}

.offer-preview__meta {
  font-family: var(--ff-body);
  font-size: 13px;
  color: var(--c-kaki);
  margin-top: 8px;
}

/* ══════════════════════════════════════════════════
   PAGE ACCUEIL — Section CTA final
══════════════════════════════════════════════════ */

.cta-section {
  text-align: center;
}

.cta-section__title {
  color: var(--c-white);
  margin-bottom: 16px;
}

.cta-section__subtitle {
  font-family: var(--ff-body);
  font-size: 17px;
  color: rgba(255, 255, 255, 0.85);
  max-width: 520px;
  margin: 0 auto 36px;
  line-height: 1.6;
}

/* ══════════════════════════════════════════════════
   PAGE OFFRES — Hero H1 réduit pour tenir sur 2 lignes
══════════════════════════════════════════════════ */

.hero__title--compact {
  font-size: 36px;
}

@media (min-width: 768px) {
  .hero__title--compact { font-size: 42px; }
}

@media (min-width: 1024px) {
  .hero__title--compact { font-size: 48px; }
}

/* ══════════════════════════════════════════════════
   PAGE OFFRES — Packs récurrents
══════════════════════════════════════════════════ */

.pack__badge-row {
  margin-bottom: 16px;
}

.pack__title {
  margin-bottom: 8px;
}

.pack__desc {
  font-size: 15px;
  color: var(--c-kaki);
  line-height: 1.7;
}

.pack__mention {
  font-family: var(--ff-title);
  font-style: italic;
  font-size: 14px;
  color: var(--c-kaki);
}

/* Grille des 3 packs — légère surcharge pour centrer la card featured */
.packs-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
}

@media (min-width: 768px) {
  .packs-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Espace supplémentaire en haut de la card featured pour son badge */
.packs-grid .card--featured {
  margin-top: 14px;
}

/* ══════════════════════════════════════════════════
   PAGE À PROPOS — Section expertise chiffres
══════════════════════════════════════════════════ */

.expertise__text {
  font-size: 17px;
  color: var(--c-stone);
  max-width: 720px;
  margin-bottom: 64px;
  line-height: 1.75;
}

.stats-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

@media (min-width: 768px) {
  .stats-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
  }
}

/* ══════════════════════════════════════════════════
   PAGE À PROPOS — Hero
══════════════════════════════════════════════════ */

.about-hero__subtitle {
  font-family: var(--ff-body);
  font-size: 17px;
  color: var(--c-stone);
  max-width: 640px;
  line-height: 1.7;
  margin-top: 24px;
}

/* ══════════════════════════════════════════════════
   PAGE À PROPOS — Section essentiel
══════════════════════════════════════════════════ */

.essentiel__content {
  max-width: 700px;
}

.essentiel__para {
  font-size: 17px;
  color: var(--c-dark);
  line-height: 1.75;
  margin-bottom: 20px;
}

/* ══════════════════════════════════════════════════
   PAGE CONTACT — Titres et sous-titres
══════════════════════════════════════════════════ */

.contact-title {
  margin-bottom: 12px;
}

.contact-subtitle {
  font-size: 16px;
  color: var(--c-kaki);
  line-height: 1.7;
  margin-bottom: 40px;
  max-width: 500px;
}

/* Espacement formulaire */
.form-stack {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 640px) {
  .form-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ══════════════════════════════════════════════════
   PAGE OFFRES — Section hors périmètre
══════════════════════════════════════════════════ */

.out-section__title {
  color: var(--c-white);
  max-width: 700px;
  margin-bottom: 48px;
  font-size: 32px;
}

.out-section__note {
  margin-top: 40px;
  font-family: var(--ff-title);
  font-style: italic;
  font-size: 16px;
  color: var(--c-nude);
}

.out-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

@media (min-width: 768px) {
  .out-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ══════════════════════════════════════════════════
   FAVICON SVG inline (placeholder)
══════════════════════════════════════════════════ */
/* Le favicon est défini en data URI dans chaque <head> */
