body {
  font-family:
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Arial,
    sans-serif;
  margin: 0;
  background: #f3f5f7;
  color: #1f1f1f;
  line-height: 1.6;
}

/* =========================
   HEADER
========================= */
header {
  background: linear-gradient(135deg, #111, #2b2b2b);
  color: white;
  text-align: center;
  padding: 50px 20px;
}

header h1 {
  margin: 0;
  font-size: 34px;
  letter-spacing: 1px;
}

header p {
  margin-top: 10px;
  font-size: 16px;
}

/* =========================
   ARTICLE HEADER (navigation)
========================= */

.article-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
}

.back-link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  transition: opacity 0.2s ease;
}

.back-link:hover {
  opacity: 0.7;
  text-decoration: underline;
}

.reading-btn {
  border-radius: 10px;
}

.alert-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #e74c3c;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
}

/* =========================
   NAV
========================= */
.nav {
  margin-top: 15px;
}

.nav a {
  color: white;
  text-decoration: none;
  margin: 0 12px;
  font-size: 15px;
  opacity: 0.85;
  font-weight: 500;
  transition: opacity 0.2s ease;
}

.nav a:hover {
  opacity: 1;
  text-decoration: underline;
}

/* =========================
   HERO
========================= */
.hero {
  text-align: center;
  padding: 40px;
}

.hero h2 {
  font-size: 26px;
  margin-bottom: 10px;
}

.hero p {
  font-size: 16px;
  color: #333;
}

/*===================
| | EDITORIAL
===================== */
.editorial-intro {
  max-width: 820px;
  margin: 20px auto;
  padding: 20px;
  text-align: center;
  color: var(--color-muted);
}

/* =========================
   ARTICLES FEED
========================= */
.articles {
  padding: 30px 20px;
  max-width: 820px;
  margin: auto;
}

.articles h2 {
  font-size: 26px;
  margin-bottom: 10px;
}

.intro {
  color: #555;
  font-size: 14px;
  margin-bottom: 20px;
}

/* =========================
   CARDS
========================= */
.card {
  display: block;
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
  padding: 18px 0;
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}

.card:hover {
  transform: translateX(4px);
  background: #fafafa;
}

.card-content {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 16px;
  align-items: start;
}

.card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
}

.card-text {
  flex: 1;
}

.card h3 {
  font-size: 22px;
  margin: 0 0 6px;
}

.card-meta {
  display: flex;
  gap: 8px;
  margin-bottom: 6px;
}

.date {
  font-size: 12px;
  color: #777;
}

/* =========================
   TAGS
========================= */
.tag {
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 999px;
  font-weight: 600;
}

.tag--arnaque {
  background: #fdecea;
  color: #c0392b;
  border: 1px solid #f5b7b1;
}

.tag--douteux {
  background: #fff4db;
  color: #b8860b;
  border: 1px solid #f1d18a;
}

.tag--fiable {
  background: #eafaf1;
  color: #1e8449;
  border: 1px solid #a9dfbf;
}

/* =========================
   RISK SCORE
========================= */
.risk-score {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  margin: 10px 0 15px;
}

/* =========================
   SCORE EXPLIQUÉ
========================= */

.risk-title {
  font-weight: 700;
  margin-bottom: 8px;
}

.risk-details {
  margin: 0;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.5;
}

.risk-details li {
  margin-bottom: 6px;
}

.risk-high {
  background: #fdecea;
  color: #c0392b;
  border: 1px solid #e74c3c;
}

.risk-medium {
  background: #fff4e5;
  color: #e67e22;
  border: 1px solid #f39c12;
}

.risk-low {
  background: #eafaf1;
  color: #27ae60;
  border: 1px solid #2ecc71;
}

/* =========================
   ALERT BOX
========================= */
.alert-box {
  background: #fff8f8;
  border-left: 4px solid #e74c3c;
  padding: 15px;
  margin: 25px 0;
}

/* =========================
   ARTICLE PAGE
========================= */
.article-container {
  max-width: 680px;
  margin: 40px auto;
  padding: 0 20px;
  line-height: 1.8;
}

.article-container h1 {
  font-size: 28px;
  margin-bottom: 15px;
}

.article-container h2 {
  font-size: 20px;
  margin-top: 30px;
}

.article-container p {
  margin: 16px 0;
  font-size: 17px;
}

/* =========================
   H2 TOURISME DENTAIRE (ACCENT VISUEL)
========================= */

.theme-dentaire h2 {
  display: inline-block;
  padding: 10px 18px;
  border: 2px solid red;
  border-radius: 6px;
  position: relative;
  animation: dentalPulse 1.6s infinite;
}

@keyframes dentalPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.6);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(255, 0, 0, 0.15);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}

/* =========================
   DENTAL HUB (PAGE PILIER SEO)
========================= */

.dental-hub {
  max-width: 820px;
  margin: 25px auto;
  padding: 20px;

  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 12px;

  text-align: center;

  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

.dental-hub h2 {
  font-size: 20px;
  margin-bottom: 8px;
}

.dental-hub p {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}

/* container liens pays */
.hub-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 10px;
}

/* liens pays */
.hub-links a {
  display: block;
  padding: 10px 12px;

  background: #f8f8f8;
  border: 1px solid #eee;
  border-radius: 8px;

  text-decoration: none;
  color: #1f1f1f;
  font-weight: 600;

  transition: all 0.2s ease;
}

.hub-links a:hover {
  background: #111;
  color: #fff;
  transform: translateY(-2px);
}

.destinations {
  max-width: 820px;
  margin: 25px auto 0;
  padding: 20px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 12px;
}

/* titre */
.destinations h2 {
  font-size: 22px;
  margin-bottom: 10px;
}

/* texte */
.destinations p {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}

/* lien pilier */
.destination-pilier {
  display: inline-block;
  margin-bottom: 15px;

  font-weight: 600;
  color: #c0392b;
  text-decoration: none;

  transition: all 0.2s ease;
}

.destination-pilier:hover {
  text-decoration: underline;
  color: #e74c3c;
}

/* grille pays */
.destinations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
  margin-top: 10px;
}

/* cartes pays */
.destinations-grid a {
  display: block;
  padding: 10px;

  background: #f8f8f8;
  border: 1px solid #eee;
  border-radius: 8px;

  text-decoration: none;
  color: #1f1f1f;
  font-weight: 500;

  transition: all 0.2s ease;
}

.destinations-grid a:hover {
  background: #111;
  color: #fff;
  transform: translateY(-2px);
}

.article-author {
  font-size: 13px;
  color: #777;
}

.article-meta {
  font-size: 14px;
  color: #666;
}

.summary-box {
  background: #fff4f4;
  border-left: 4px solid #c0392b;
  padding: 12px 15px;
  margin: 15px 0 25px;
}

/* =========================
   🖼️ IMAGE ARTICLE INTERACTIVE
========================= */

.article-image {
  position: relative;
}

/* Image cliquable */
.article-image img.clickable-zoom {
  width: 100%;
  border-radius: 8px;
  cursor: pointer;
  display: block;
  transition: transform 0.25s ease;
}

/* Petit effet visuel au survol */
.article-image:hover img.clickable-zoom {
  transform: scale(1.02);
}

/* =========================
   GALERIE PAYS
========================= */

.country-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 15px;
  margin: 25px 0;
}

.country-gallery img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.25s ease;
}

.country-gallery img:hover {
  transform: scale(1.02);
}

/*related-articles ( SEO + UX)*/

.related-articles {
  max-width: 820px;
  margin: 40px auto;
  padding: 20px;
  text-align: center;

  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 12px;
}

/* liste */
.related-articles ul {
  list-style: none;
  padding: 0;
}

/* items */
.related-articles li {
  margin: 12px 0;
  line-height: 1.5;
}

/* liens cross-linking */
.related-articles a {
  color: #c0392b;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.2s ease;
}

/* hover UX */
.related-articles a:hover {
  text-decoration: underline;
  color: #e74c3c;
}

/* Texte overlay */
.hover-label {
  position: absolute;
  inset: 0;

  display: flex;
  justify-content: center;
  align-items: center;

  background: rgba(0, 0, 0, 0.45);
  color: #fff;

  font-size: 16px;
  font-weight: 600;

  opacity: 0;
  transition: opacity 0.25s ease;

  pointer-events: none;
  border-radius: 8px;
}

/* Affichage du texte au survol */
.article-image:hover .hover-label {
  opacity: 1;
}

/* =========================
   FINAL SUMMARY
========================= */
.final-summary {
  background: #f4f6f8;
  border-left: 4px solid #333;
  padding: 15px;
  margin-top: 30px;
}

/* =========================
   UTILITIES
========================= */
.hidden {
  display: none;
}

.no-results {
  display: none;
  text-align: center;
  color: #777;
}

/* =========================
   NEWSLETTER
========================= */
.newsletter {
  background: linear-gradient(135deg, #111, #1c1c1c);
  padding: 30px 20px;
  border-radius: 12px;
  margin-top: 40px;
  color: white;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.newsletter h2 {
  margin-bottom: 10px;
  font-size: 22px;
}

.newsletter p {
  font-size: 14px;
  opacity: 0.8;
  margin-bottom: 20px;
}

.newsletter form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 320px;
  margin: 0 auto;
}

.newsletter input {
  padding: 12px;
  border-radius: 8px;
  border: none;
  outline: none;
  font-size: 14px;
}

.newsletter button {
  padding: 12px;
  border-radius: 8px;
  border: none;
  background: #e63946;
  color: white;
  font-weight: bold;
  cursor: pointer;
  transition: 0.2s ease;
}

.newsletter button:hover {
  background: #c92a37;
}

.form-success {
  display: none;
  margin-top: 15px;
  padding: 10px;
  border-radius: 8px;
  background: rgba(46, 204, 113, 0.15);
  color: #2ecc71;
  font-size: 14px;
}

.newsletter-faq-link {
  display: inline-block;
  margin-top: 15px;
  font-size: 13px;
  color: white;
  opacity: 0.7;
  text-decoration: underline;
  transition: 0.2s;
}

.newsletter-faq-link:hover {
  opacity: 1;
}

/* =========================
   FOOTER
========================= */
.site-footer-modern {
  margin-top: 40px;
  padding: 40px 20px;
  background: linear-gradient(135deg, #111, #1c1c1c);
  color: white;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.footer-inner {
  max-width: 900px;
  margin: auto;
}

.footer-brand h3 {
  margin-bottom: 8px;
}

.footer-brand p {
  font-size: 14px;
  opacity: 0.7;
  margin-bottom: 20px;
}

.footer-links {
  margin: 15px 0;
}

.footer-links a {
  margin: 0 8px;
  font-size: 14px;
  color: white;
  opacity: 0.7;
  text-decoration: none;
}

.footer-links a:hover {
  opacity: 1;
  text-decoration: underline;
}

.footer-contact a {
  color: white;
  text-decoration: none;
  opacity: 0.8;
}

.footer-contact a:hover {
  opacity: 1;
  text-decoration: underline;
}

.footer-bottom {
  margin-top: 20px;
  font-size: 12px;
  opacity: 0.5;
}

.footer-legal {
  margin-top: 20px;
  font-size: 11px;
  opacity: 0.5;
  line-height: 1.4;
}

/* =========================
   PROGRESS BAR
========================= */
#progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: linear-gradient(90deg, #e74c3c, #f39c12, #2ecc71);
  z-index: 9999;
  transition: width 0.1s ease;
}

/* =========================
   MODE LECTURE PRO
========================= */
body.reading-mode {
  background: #f4f1ea;
  color: #1b1b1b;
  font-family: Georgia, "Times New Roman", serif;
}

body.reading-mode .article-container {
  max-width: 720px;
  margin: 80px auto;
  padding: 0 24px;
}

body.reading-mode p {
  font-size: 19px;
  line-height: 1.9;
  color: #1b1b1b;
  margin-bottom: 20px;
}

body.reading-mode h1 {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

body.reading-mode h2 {
  font-size: 24px;
  margin-top: 50px;
  margin-bottom: 15px;
}

body.reading-mode .hero,
body.reading-mode .filters,
body.reading-mode .nav {
  display: none;
}

body.reading-mode a {
  color: #1a4fff;
}

body.reading-mode img {
  border-radius: 8px;
  margin: 20px 0;
}

/* =========================
   🖼️ MODALE ANALYSE V3
========================= */

.image-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);

  display: none;
  justify-content: center;
  align-items: center;

  z-index: 10000;
  padding: 25px;
}

.image-modal.active {
  display: flex;
}

/* conteneur */
.modal-wrapper {
  position: relative;

  width: min(1200px, 95vw);
  height: min(780px, 92vh);

  background: #ffffff;
  border-radius: 18px;

  overflow: hidden;

  display: flex;

  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}
/* =========================
   LABEL IMAGE ANNOTÉE (MODALE)
========================= */

.annotated-wrapper {
  position: relative;
  display: inline-block;
}

.annotated-wrapper img {
  display: block;
  max-width: 100%;
  border-radius: 8px;
  cursor: pointer;
}

.annotated-label {
  position: absolute;
  inset: 0;

  display: flex;
  justify-content: center;
  align-items: center;

  background: rgba(0, 0, 0, 0.45);
  color: white;

  font-size: 14px;
  font-weight: 600;

  opacity: 0;
  transition: opacity 0.25s ease;

  pointer-events: none;
  border-radius: 8px;
}

.annotated-wrapper:hover .annotated-label {
  opacity: 1;
}

/* =========================
   COLONNE IMAGE
========================= */

.modal-main {
  flex: 1.4;

  background: #111;

  display: flex;
  flex-direction: column;

  padding: 20px;
}

/* image principale */
.modal-main-image {
  flex: 1;

  display: flex;
  justify-content: center;
  align-items: center;

  overflow: hidden;

  border-radius: 12px;
  background: #000;
}

.modal-main-image img {
  width: 100%;
  height: 100%;

  object-fit: contain;
}

/* preview analyse */
.modal-analysis-preview {
  margin-top: 18px;
}

.modal-analysis-preview h4 {
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}

.modal-analysis-preview img {
  width: 180px;

  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.1);

  cursor: pointer;
}

/* =========================
   TEXTE ANALYSE
========================= */

.modal-side {
  width: 360px;

  background: #f8f9fb;

  padding: 35px 30px;

  overflow-y: auto;
}

/* badge */
.modal-tag {
  display: inline-block;

  background: #fdecea;
  color: #c0392b;

  padding: 6px 12px;

  border-radius: 999px;

  font-size: 12px;
  font-weight: 600;

  margin-bottom: 20px;
}

/* titre */
.modal-side h3 {
  margin-top: 0;

  font-size: 24px;
  line-height: 1.3;
}

/* texte */
.modal-side p {
  color: #444;
  line-height: 1.8;
}

/* alertes */
.modal-alerts {
  margin-top: 25px;
}

.alert-item {
  background: #fff;

  border-left: 4px solid #e74c3c;

  padding: 12px 14px;

  margin-bottom: 12px;

  border-radius: 6px;

  font-size: 14px;
}

/* =========================
   FERMETURE
========================= */

.close-modal {
  position: absolute;

  top: 18px;
  right: 20px;

  width: 42px;
  height: 42px;

  border: none;
  border-radius: 50%;

  background: rgba(255, 255, 255, 0.12);
  color: #fff;

  font-size: 26px;

  cursor: pointer;

  z-index: 20;

  transition: background 0.2s ease;
}

.close-modal:hover {
  background: rgba(255, 255, 255, 0.22);
}

/* =========================
   ZOOM LIGHTBOX IMAGE
========================= */

.zoom-modal {
  position: fixed;
  inset: 0;

  background: rgba(0, 0, 0, 0.92);

  display: none;
  justify-content: center;
  align-items: center;

  z-index: 10000;
  padding: 30px;
}

.zoom-modal.active {
  display: flex;
}

.zoom-modal img {
  max-width: 95%;
  max-height: 90vh;

  object-fit: contain;
  border-radius: 10px;
}

.zoom-close {
  position: absolute;
  top: 20px;
  right: 25px;

  font-size: 40px;
  color: white;
  cursor: pointer;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 900px) {
  .modal-wrapper {
    flex-direction: column;

    height: 92vh;
  }

  .modal-side {
    width: auto;
  }

  .modal-analysis-preview img {
    width: 120px;
  }
}

/* =========================
   🧭 COUNTRY NAVIGATION (BLOC INTRO)
========================= */

.country-navigation {
  max-width: 820px;
  margin: 30px auto 20px;
  padding: 20px;

  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 12px;

  text-align: center;
}

.country-navigation h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

.country-navigation p {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}

.country-navigation a {
  display: inline-block;
  padding: 10px 14px;

  background: #111;
  color: #fff;

  border-radius: 10px;
  text-decoration: none;

  font-weight: 600;

  transition: background 0.2s ease;
}

.country-navigation a:hover {
  background: #333;
}

/* =========================
   🦷 RECOMMENDED CLINICS
========================= */

.recommended-clinics {
  max-width: 820px;
  margin: 20px auto;
  padding: 20px;

  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 12px;
}

.recommended-clinics h2 {
  font-size: 18px;
  margin-bottom: 12px;
  text-align: center;
}

.recommended-clinics ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.recommended-clinics li {
  margin: 10px 0;
  text-align: center;
}

.recommended-clinics a {
  color: #c0392b;
  font-weight: 600;
  text-decoration: none;

  transition: all 0.2s ease;
}

.recommended-clinics a:hover {
  color: #e74c3c;
  text-decoration: underline;
}

/* =========================
   ↩️ BACK TO PILLAR
========================= */

.back-to-pillars {
  max-width: 820px;
  margin: 30px auto 50px;
  text-align: center;
}

.back-to-pillars a {
  font-size: 14px;
  color: #777;
  text-decoration: none;

  padding: 8px 12px;
  border-radius: 8px;

  transition: all 0.2s ease;
}

.back-to-pillars a:hover {
  color: #111;
  background: #f5f5f5;
}

/* =========================
   HUB CLINIQUES - CARTES
========================= */

.clinic-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  margin-top: 25px;
}

/* CARTE */
.clinic-card {
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 14px;
  padding: 18px;
  transition: all 0.25s ease;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* hover UX */
.clinic-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  border-color: #ddd;
}

/* TITRE */
.clinic-card h3 {
  margin: 0;
  font-size: 18px;
}

/* LOCALISATION */
.clinic-card p {
  margin: 0;
  font-size: 14px;
  color: #666;
}

/* SCORE */
.clinic-score {
  font-size: 14px;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  background: #f4f6f8;
  color: #333;
}

/* TAGS */
.clinic-tags {
  font-size: 13px;
  color: #555;
  line-height: 1.4;
}

/* CTA */
.clinic-cta {
  margin-top: auto;
  display: inline-block;
  padding: 10px 12px;
  border-radius: 10px;
  background: #111;
  color: white;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  transition: background 0.2s ease;
}

.clinic-cta:hover {
  background: #333;
}

.clinic-cta a {
  display: inline-block;
  padding: 12px 16px;
  border-radius: 10px;
  background: #111;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s ease;
}

.clinic-cta a:hover {
  background: #333;
}

.clinic-cta a:active {
  transform: scale(0.98);
}

.clinic-cta a:visited {
  color: #fff;
}

/* =========================
   SCORE COLOR (OPTIONNEL MAIS IMPORTANT)
========================= */

.score-high {
  background: #eafaf1;
  color: #1e8449;
}

.score-medium {
  background: #fff4e5;
  color: #e67e22;
}

.score-low {
  background: #fdecea;
  color: #c0392b;
}

/* animation filtre */
.clinic-card {
  transition: all 0.25s ease;
}

/* =========================
   HUB SEARCH + SORT
========================= */

.hub-search {
  margin: 15px 0;
}

.hub-search input {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #ddd;
  font-size: 14px;
  outline: none;
}

.hub-search input:focus {
  border-color: #111;
}

.hub-sort {
  display: flex;
  gap: 10px;
  margin: 10px 0 20px;
  flex-wrap: wrap;
}

.sort-btn {
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #ddd;
  background: white;
  cursor: pointer;
  font-size: 13px;
}

.sort-btn:hover {
  background: #f5f5f5;
}

/* =========================
   CTA BOX STANDARD CLINIQUE
========================= */

.clinic-cta-box {
  margin-top: 40px;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 12px;
  background: #fafafa;
  text-align: center;
}

.clinic-cta-box h2 {
  margin-bottom: 10px;
  font-size: 20px;
}

.clinic-cta-box p {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}

.cta-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.cta-primary,
.cta-secondary,
.cta-tertiary {
  padding: 10px 14px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.2s ease;
}

.cta-primary {
  background: #111;
  color: #fff;
}

.cta-primary:hover {
  background: #333;
}

.cta-secondary {
  background: #fff;
  border: 1px solid #ddd;
  color: #111;
}

.cta-secondary:hover {
  background: #f5f5f5;
}

.cta-tertiary {
  background: #eafaf1;
  color: #1e8449;
  border: 1px solid #a9dfbf;
}

.cta-tertiary:hover {
  background: #dff5e8;
}

/* =========================
   FAQ CLEAN STABLE
========================= */

.faq {
  margin-top: 30px;
}

.faq-item {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  margin-bottom: 12px;
  background: #fff;
  overflow: hidden;
  transition: 0.2s ease;
}

.faq-question {
  width: 100%;
  padding: 16px;
  background: none;
  border: none;
  text-align: left;
  font-size: 15px;
  cursor: pointer;

  display: flex;
  justify-content: space-between;
  align-items: center;

  color: #111;
  font-weight: 600;
}

.faq-question::after {
  content: "+";
  opacity: 0.6;
}

.faq-item.active .faq-question::after {
  content: "−";
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 16px;
  font-size: 14px;
  color: #444;
  line-height: 1.6;
  transition:
    max-height 0.3s ease,
    padding 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 600px;
  padding: 0 16px 16px;
}

/* =========================
   CONTACT FORM (CORE UX)
========================= */

.contact-block {
  max-width: 820px;
  margin: 25px auto;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 12px;
}

.contact-block h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

.contact-block p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* =========================
   FORM STRUCTURE
========================= */

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 520px;
  margin: 20px auto 0;
}

/* labels */
.contact-form label {
  font-size: 13px;
  font-weight: 600;
  color: #222;
  margin-top: 6px;
}

/* inputs global */
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #ddd;
  font-size: 14px;
  font-family: inherit;
  outline: none;
  transition: all 0.2s ease;
  background: #fff;
}

/* focus state */
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #111;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.06);
}

/* textarea spécifique */
.contact-form textarea {
  resize: vertical;
  min-height: 140px;
}

/* =========================
   BUTTON (aligned with CTA system)
========================= */

.contact-form button {
  margin-top: 10px;
  padding: 12px 14px;
  border-radius: 10px;
  border: none;
  cursor: pointer;

  background: #111;
  color: #fff;

  font-size: 14px;
  font-weight: 600;

  transition: all 0.2s ease;
}

.contact-form button:hover {
  background: #333;
  transform: translateY(-1px);
}

/* =========================
   CONTACT NOTE
========================= */

.contact-note {
  font-size: 12px;
  color: #777;
  margin-top: 10px;
}
