/* ───────────────────────────────────────────── */
/* DESIGN SYSTEM GLOBAL                          */
/* ───────────────────────────────────────────── */

:root {
  --blue: #345a80;
  --blue-light: #e1ebf4;
  --blue-text: #829bb7;
  --gold: #d4c298;
  --white: #ffffff;
  --border-soft: #dce3eb;
  --border-table: #e5e5e5;
  --bg-soft: #f5f7fa;
}

/* Typo globale */
body {
  font-family: "Roboto Condensed", sans-serif;
  color: var(--blue-text);
}

/* Sections */
.section,
.hero-section,
.stats-section,
.domains-section,
.quote-section,
.results-section,
.process-section,
.contact-section,
.faq-section {
  padding: 72px 0;
}

/* Labels de section */
.section-label {
  font: 700 12px/14px "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: var(--blue-text);
  margin-bottom: 10px;
}

/* Titres principaux */
.why-title,
.domains-title,
.results-title,
.process-title,
.contact-title,
.faq-title {
  font: 700 32px/36px "Roboto Condensed", sans-serif;
  color: var(--blue);
  margin-bottom: 20px;
}

/* Intro de section */
.section-intro {
  font: 400 20px/26px "Roboto Condensed", sans-serif;
  color: var(--blue-text);
}

/* Liens bleus */
.link-blue,
.domain-link,
.contact-link,
.faq-answer a {
  color: var(--blue);
  font-weight: 600;
  text-decoration: none;
}

.link-blue:hover,
.domain-link:hover,
.contact-link:hover,
.faq-answer a:hover,
.pillar-link:hover,
.pillar-link.primary:hover {
  text-decoration: underline;
}

/* Fond bleu clair générique */
.bg-lightblue,
.bg-domains {
  background: var(--blue-light);
}

/* Boutons — base */
.btn,
.btn-primary,
.btn-outline,
.btn-results,
.btn-process,
.btn-contact,
.pillar-link {
  padding: 14px 28px;
  border-radius: 6px;
  font: 600 18px/22px "Roboto Condensed", sans-serif;
  text-decoration: none;
  display: inline-block;
  transition: background .2s, color .2s, border-color .2s, transform .15s;
}

/* Bouton primaire “or” (hero) */
.btn-primary {
  background: var(--gold);
  color: #fff;
  border: 1.5px solid var(--gold);
}

.btn-primary:hover {
  color: var(--blue);
  background: #fff;
  transform: translateY(-2px);
}

/* Bouton outline bleu (hero) */
.btn-outline {
  background: var(--white);
  color: var(--blue);
  border: 1.5px solid var(--blue);
}

.btn-outline:hover {
  background: var(--gold);
  color: var(--white);
}

/* Bouton résultats / process / contact bas */
.btn-results,
.btn-process,
.btn-contact {
  background: var(--blue);
  color: var(--white);
  border: 1.5px solid var(--blue);
}

.btn-results:hover,
.btn-process:hover,
.btn-contact:hover {
  background: var(--gold);
  color: var(--blue);
  border-color: var(--gold);
}

/* Boutons piliers */
.pillar-link {
  color: var(--blue);
  background: var(--white);
  border: 1.5px solid var(--border-soft);
}

.pillar-link.primary {
  background: var(--blue);
  color: var(--white);
  border-color: var(--blue);
}

.pillar-link:hover,
.pillar-link.primary:hover {
  background: var(--gold);
  color: #1c2f45;
  border-color: var(--gold);
}

/* Liens génériques hover */
a:hover {
  text-decoration: underline;
}

/* Cartes génériques */
.domain-card,
.contact-card,
.step,
.quote-portrait {
  background: var(--white);
  border: 1px solid var(--border-soft);
  border-radius: 8px;
  padding: 28px 26px;
}

/* ───────────────────────────────────────────── */
/* HERO                                          */
/* ───────────────────────────────────────────── */

.hero-section,
.hero-section p,
.hero-section span,
.hero-section a {
  color: var(--blue-text);
  font: 400 18px/22px "Roboto Condensed", sans-serif;
}

.hero-section h1 {
  font: 700 35px/37px "Roboto Condensed", sans-serif;
  color: var(--blue-text);
  margin: 40px 0 20px;
}

.hero-badge {
  background: var(--blue);
  border: 1px solid #2a4a6a;
  color: var(--gold);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 20px;
  display: inline-block;
}

.hero-lead {
  margin-bottom: 10px;
}

.hero-sub {
  margin-bottom: 25px;
  opacity: 0.9;
}

.hero-portrait {
  border-radius: 8px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.08);
}

section.hero-section {
  padding: 80px 0;
}

@media (max-width: 768px) {
  section.hero-section {
    padding: 50px 0;
  }
}

/* ───────────────────────────────────────────── */
/* STATS                                         */
/* ───────────────────────────────────────────── */

.bg-blue-custom {
  background: var(--blue);
}

.stats-section,
.stats-section div {
  font-family: "Roboto Condensed", sans-serif;
}

.stat-num {
  font: 700 36px/40px "Roboto Condensed", sans-serif;
  color: var(--gold);
  margin-bottom: 10px;
}

.stat-label {
  font: 400 20px/26px "Roboto Condensed", sans-serif;
  color: #f0f4f8;
  opacity: 0.9;
  max-width: 320px;
  margin: 0 auto;
}

.stat-item {
  padding: 10px 20px;
}

@media (max-width: 768px) {
  .stat-num {
    font-size: 30px;
    line-height: 34px;
  }
  .stat-label {
    font-size: 18px;
    line-height: 24px;
  }
}

/* ───────────────────────────────────────────── */
/* VIDÉO + TABLEAU COMPARATIF                    */
/* ───────────────────────────────────────────── */

.full-video {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.08);
}

@media (max-width: 768px) {
  .full-video {
    max-height: 300px;
  }
}

.compare-wrapper {
  margin-top: 40px;
}

.compare-table,
.results-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Roboto Condensed", sans-serif;
  color: var(--blue-text);
}

.compare-table th,
.results-table thead th {
  background: var(--bg-soft);
  padding: 16px;
  font: 700 18px/22px "Roboto Condensed", sans-serif;
  color: var(--blue);
  border-bottom: 2px solid var(--gold);
}

.compare-table th.highlight-col {
  background: var(--blue);
  color: var(--white);
}

.compare-table td,
.results-table td {
  padding: 16px;
  font: 400 18px/24px "Roboto Condensed", sans-serif;
  border-bottom: 1px solid var(--border-table);
  color: var(--blue);
}

.highlight-col {
  background: var(--bg-soft);
  border-left: 3px solid var(--gold);
  color: var(--blue);
  font-weight: 600;
}

/* ───────────────────────────────────────────── */
/* PAGES PILIERS                                 */
/* ───────────────────────────────────────────── */

.pillar-box {
  background: var(--bg-soft);
  border: 1px solid #adbdd0;
  border-radius: 10px;
  padding: 32px;
  margin-top: 40px;
}

.pillar-title {
  font: 700 22px/26px "Roboto Condensed", sans-serif;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 28px;
}

.pillar-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

/* ───────────────────────────────────────────── */
/* DOMAINES                                      */
/* ───────────────────────────────────────────── */

.domains-title {
  font: 700 32px/36px "Roboto Condensed", sans-serif;
  color: var(--blue);
  margin-bottom: 20px;
}

.domains-section .section-intro {
  margin-bottom: 48px;
}

.domain-card {
  border: 1px solid #f1f4f8;
  transition: box-shadow .25s, transform .2s, border-color .2s;
}

.domain-card:hover {
  box-shadow: 0 8px 32px rgba(52,90,128,0.12);
  transform: translateY(-3px);
  border-color: var(--blue);
}

.domain-icon {
  font-size: 30px;
  margin-bottom: 14px;
  display: block;
}

.domain-card h3 {
  font: 700 20px/24px "Roboto Condensed", sans-serif;
  color: var(--blue);
  margin-bottom: 10px;
}

.domain-card p,
.domain-card ul li {
  font: 400 18px/22px "Roboto Condensed", sans-serif;
  color: var(--blue);
}

.domain-card ul {
  list-style: none;
  margin-bottom: 18px;
  padding-left: 0;
}

.domain-card ul li {
  padding-left: 14px;
  position: relative;
}

.domain-card ul li::before {
  content: '–';
  position: absolute;
  left: 0;
  color: var(--gold);
}

.domain-link {
  font: 700 16px/20px "Roboto Condensed", sans-serif;
  letter-spacing: 0.03em;
}

.placeholder-img {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 14px;
}

/* ───────────────────────────────────────────── */
/* CITATION                                      */
/* ───────────────────────────────────────────── */

.quote-section {
  background: var(--blue) !important;
  color: var(--white);
  padding: 72px 0;
}

.quote-section .section-label {
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.quote-section h2 {
  color: var(--white);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  margin-bottom: 24px;
}

.quote-inner {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 60px;
  align-items: center;
}

@media (max-width: 720px) {
  .quote-inner {
    grid-template-columns: 1fr;
  }
  .quote-portrait {
    display: none;
  }
}

blockquote {
  border-left: 3px solid var(--gold);
  padding-left: 26px;
  margin-bottom: 24px;
}

blockquote p {
  font-size: 19px;
  line-height: 1.8;
  color: rgba(255,255,255,0.92);
  margin-bottom: 16px;
  font-style: italic;
}

.quote-sig {
  font-size: 15px;
  color: var(--gold);
  font-weight: 600;
  margin-top: 20px;
}

.quote-portrait {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.15);
  padding: 32px;
  text-align: center;
}

.portrait-avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: var(--blue-light);
  color: var(--blue);
  font-size: 28px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.portrait-name {
  font-size: 17px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 6px;
}

.portrait-title {
  font-size: 13.5px;
  color: rgba(255,255,255,0.65);
  line-height: 1.5;
}

.portrait-link {
  display: inline-block;
  margin-top: 18px;
  font-size: 13px;
  color: var(--white);
  text-decoration: none;
  font-weight: 600;
  border: 1px solid rgba(212,194,152,0.4);
  padding: 6px 14px;
  border-radius: 4px;
  transition: background .2s, color .2s, border-color .2s;
}

.portrait-link:hover {
  background: var(--gold);
  color: var(--blue);
  border-color: var(--gold);
}

/* ───────────────────────────────────────────── */
/* RÉSULTATS                                     */
/* ───────────────────────────────────────────── */

.results-section .section-intro {
  margin-bottom: 40px;
}

.results-table thead th {
  background: var(--blue);
  color: var(--white);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.results-table tbody tr:nth-child(odd) {
  background: var(--blue-light);
}

.results-table tbody tr:nth-child(even) {
  background: var(--white);
}

.td-before {
  color: var(--blue-text);
}

.td-after {
  color: var(--blue);
  font-weight: 700;
}

.results-note {
  font: 400 16px/22px "Roboto Condensed", sans-serif;
  color: var(--blue-text);
  font-style: italic;
  margin-top: 12px;
}

.results-cta {
  margin-top: 32px;
}

/* ───────────────────────────────────────────── */
/* PROCESSUS                                     */
/* ───────────────────────────────────────────── */

.process-section .section-intro {
  margin-bottom: 40px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 24px;
  margin-top: 12px;
}

.step-num {
  width: 36px;
  height: 36px;
  background: var(--blue);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font: 700 18px/20px "Roboto Condensed", sans-serif;
  margin-bottom: 16px;
}

.step h3 {
  font: 700 20px/24px "Roboto Condensed", sans-serif;
  color: var(--blue);
  margin-bottom: 10px;
}

.step p {
  font: 400 18px/24px "Roboto Condensed", sans-serif;
  color: var(--blue-text);
  line-height: 1.6;
}

.process-cta {
  margin-top: 32px;
}

/* ───────────────────────────────────────────── */
/* CONTACT                                       */
/* ───────────────────────────────────────────── */

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 44px;
}

@media (max-width: 640px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

.contact-card h3 {
  font: 700 20px/24px "Roboto Condensed", sans-serif;
  color: var(--blue);
  margin-bottom: 6px;
}

.city-sub {
  font: 400 18px/24px "Roboto Condensed", sans-serif;
  color: var(--blue-text);
  margin-bottom: 14px;
}

.contact-cta {
  background: var(--blue);
  border-radius: 8px;
  padding: 40px;
  text-align: center;
  color: var(--white);
}

.contact-cta h3 {
  font: 700 24px/28px "Roboto Condensed", sans-serif;
  margin-bottom: 10px;
}

.contact-cta p {
  font: 400 18px/24px "Roboto Condensed", sans-serif;
  color: rgba(255,255,255,0.8);
  margin-bottom: 24px;
}

.phone {
  font: 700 26px/30px "Roboto Condensed", sans-serif;
  color: var(--gold);
  display: block;
  margin-bottom: 8px;
  transition: color .2s;
}

.phone:hover {
  color: var(--white);
}

.hours {
  font: 400 14px/18px "Roboto Condensed", sans-serif;
  color: rgba(255,255,255,0.6);
  display: block;
  margin-bottom: 28px;
}

.contact-cta-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.contact-bottom-cta {
  margin-top: 32px;
  text-align: center;
}

/* ───────────────────────────────────────────── */
/* FAQ + IMAGE                                   */
/* ───────────────────────────────────────────── */

.faq-wrapper {
  align-items: stretch;
}

.faq-image-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.faq-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

.faq-list {
  max-width: 720px;
  margin-top: 0;
}

details {
  border-bottom: 1px solid var(--border-soft);
  padding: 0;
}

details:first-of-type {
  border-top: 1px solid var(--border-soft);
}

summary {
  padding: 20px 0;
  cursor: pointer;
  font: 600 20px/26px "Roboto Condensed", sans-serif;
  color: var(--blue);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: '+';
  font-size: 22px;
  font-weight: 300;
  color: var(--blue);
  margin-left: 16px;
  transition: transform .2s;
}

details[open] summary::after {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 0 20px;
  font: 400 20px/26px "Roboto Condensed", sans-serif;
  color: var(--blue-text);
  line-height: 1.7;
}

/* SECTION AVIS CLIENTS */
.reviews-section {
  padding: 72px 0;
}

.reviews-title {
  font: 700 32px/36px "Roboto Condensed", sans-serif;
  color: var(--blue);
  margin-bottom: 20px;
}

.reviews-grid {
  margin-top: 32px;
}

.review-card {
  background: var(--white);
  border: 1px solid var(--border-soft);
  border-radius: 8px;
  padding: 28px;
  height: 100%;
  box-shadow: 0 4px 18px rgba(0,0,0,0.04);
  transition: transform .2s, box-shadow .2s;
}

.review-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(0,0,0,0.08);
}

.review-stars {
  font-size: 20px;
  color: var(--gold);
  margin-bottom: 12px;
  letter-spacing: 1px;
}

.review-text {
  font: 400 18px/24px "Roboto Condensed", sans-serif;
  color: var(--blue-text);
  margin-bottom: 14px;
}

.review-author {
  font: 600 16px/20px "Roboto Condensed", sans-serif;
  color: var(--blue);
  margin-bottom: 0;
}
