/* =========================================================
   Styles spécifiques à la page Services (Packs & Tarifs)
   FlowMeUp — version factorisée
========================================================= */

/* Phrase manuscrite */
.price-note {
  font-family: "Allura", cursive;
  font-size: 1.8rem;
  color: #955c78 !important;
  text-align: center;
  margin-bottom: 1.5rem;
}

/* Titres de pack */
.pack-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.5px;
  color: var(--prune);
}

.pack-subtitle {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #555;
  margin-bottom: 0.75rem;
}

/* Icônes coches devant chaque ligne de pack */
.pack-list {
  list-style: none;
  margin: 8px 0 12px;
  padding: 0;
}

.pack-list li {
  position: relative;
  padding-left: 28px; /* espace pour la coche */
}

.pack-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--green);
  font-weight: 800;
  font-size: 18px;
}

/* Encadré conditions */
.conditions-box {
  border: 2px solid var(--prune);
  background: #f8f6fb;
  padding: 1.6rem 1.8rem;
  border-radius: 1.2rem;
  margin-top: 1.5rem;
  margin-bottom: 1.2rem;
  box-shadow: 0 4px 12px rgba(124, 107, 164, 0.08);
}
.conditions-box h3 {
  font-family: "Caveat", cursive;
  font-size: 1.8rem;
  color: var(--prune);
  text-align: left;
  margin-bottom: 1rem;
}
.conditions-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}
.conditions-grid h4 {
  color: #4a4560;
  font-weight: 700;
  margin: 0 0 0.2rem 0;
}
.conditions-grid ul {
  list-style: none;
  margin: 0;
  padding-left: 0; /* plus de retrait */
}
.conditions-grid li {
  position: relative;
  margin: 0.3rem 0;
  padding-left: 1.6rem;
}
.not-included li::before {
  content: "✕";
  color: #e07a5f; /* ton terracotta FlowMeUp */
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
}
.modalities li::before {
  content: "➜";
  color: var(--blue);
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0;
}

/* Options à la carte */
#options {
  margin-top: 0;
}

#options h2 {
  font-family: "Caveat", cursive;
  color: var(--prune);
  font-size: 2rem;
}

.options-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);
  margin-top: 1rem;
}

.options-table th,
.options-table td {
  padding: 1rem 1.2rem;
  border-bottom: 1px solid #f0f0f0;
  text-align: left;
  vertical-align: top;
}

.options-table th {
  background: #faf9fb;
  color: var(--prune);
  font-weight: 600;
}

.price-strong {
  color: var(--prune);
  font-weight: 700;
  white-space: nowrap;
}

/* FAQ */
#faq {
  margin-top: 0;
}

#faq h2 {
  font-family: "Caveat", cursive;
  color: var(--prune);
  font-size: 2rem;
  margin-bottom: 1rem;
}

/* CTA final */
.final-band {
  background: #f9f9fb;
  padding: 2rem 0;
  margin-top: 2rem;
}

.final-cta-box {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 1rem;
  padding: 1.5rem 2rem;
  max-width: 700px;
  margin: 0 auto;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);
}

.final-line {
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
  color: #333;
}

/* Responsive */
@media (max-width: 1024px) {
  .conditions-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .grid.packs.cols-2 {
    grid-template-columns: 1fr !important;
  }
}
/* =========================================================
   Footer
========================================================= */
/* Footer */
.footer {
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding: 30px 0;
  text-align: center;
  color: var(--muted);
  font-size: 15px;
}
.footer a {
  color: var(--accent-dark);
  font-weight: 600;
}
.legal {
  font-size: 14px;
  margin-top: 8px;
  color: var(--muted);
}

/* Responsive */
@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .about-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .frise {
    flex-direction: column;
  }
  .fleche .arrow {
    display: none;
  }
  .examples-grid {
    grid-template-columns: 1fr;
  }
}
/* Prix barrés + offre de lancement */
/* Bloc prix dans les packs */
.price-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
}

/* Petit label "Tarif lancement" */
.price-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: var(--prune-700);
  background: color-mix(in srgb, var(--tint) 60%, #fff 40%);
  padding: 3px 8px;
  border-radius: 999px;
  white-space: nowrap;
}

/* Nouveau prix mis en avant */
.price-new {
  font-size: 22px;
  font-weight: 800;
  color: var(--prune);
  padding: 4px 10px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(112, 61, 128, 0.14);
  border: 1px solid rgba(112, 61, 128, 0.12);
  white-space: nowrap; /* empêche 450 € TTC de se couper */
}

/* Ancien prix discret en dessous */
.price-old {
  font-size: 13px;
  color: #a094ad;
  text-decoration: line-through;
  white-space: nowrap;
}
.tva-note {
  font-size: 0.9rem;
  text-align: center;
  color: #777;
  margin-top: -0.5rem;
  margin-bottom: 1.5rem;
}
