/*
Theme Name: Henri Brisson Child
Theme URI: https://www.lycee-henribrisson.fr
Description: Theme enfant Astra pour le site Henri Brisson - Voyance par telephone. Design v8 bleu nuit classique.
Author: Henri Brisson
Author URI: https://www.lycee-henribrisson.fr
Template: astra
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: henri-brisson-child
*/

/* ==========================================================================
   DESIGN SYSTEM v8 — Bleu nuit + or + vert CTA
   Typo : Poppins (display) + Inter (body)
   ========================================================================== */

:root {
  --font-display: 'Poppins', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --primary: #0F172A;
  --primary-2: #1e293b;
  --primary-3: #334155;
  --gold: #D4AF37;
  --gold-2: #E9C872;
  --green: #10B981;
  --green-2: #059669;
  --green-3: #047857;
  --green-light: #ECFDF5;
  --orange: #F59E0B;
  --red: #EF4444;
  --bg: #FFFFFF;
  --bg-soft: #F8FAFC;
  --bg-card: #FFFFFF;
  --border: #E2E8F0;
  --text: #0F172A;
  --text-soft: #475569;
  --text-muted: #94A3B8;
}

/* RESET */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body.hb-front {
  background: var(--bg);
  font-family: var(--font-body);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
body.hb-front a { color: inherit; }
body.hb-front img { max-width: 100%; height: auto; display: block; }

/* Override Astra defaults on front page */
body.home.page .site-content > .ast-container,
body.home.page .site-footer,
body.home.page .site-header { display: none !important; }

/* ==========================================================================
   ASTRA OVERRIDE - Fix h1/h2 contrast on dark-bg sections
   Astra injects: h1..h6 { color: var(--ast-global-color-2); } = #1e293b
   which is near-invisible on our #0F172A navy gradient. Force white.
   ========================================================================== */
body.hb-front .hero-text h1,
body.hb-front .final-cta h2 {
  color: #ffffff;
}
body.hb-front .hero-text h1 em,
body.hb-front .final-cta h2 em {
  color: var(--gold-2);
}

/* ==========================================================================
   CTA TEXT COLOR FIX
   Our rule `body.hb-front a { color: inherit }` (line 56) has spec (0,1,2)
   which overrides the `color: white` in .cta-* rules (spec 0,1,0).
   Boost specificity to (0,2,1) by prefixing with body.hb-front.
   ========================================================================== */
body.hb-front .cta-primary,
body.hb-front .cta-primary:hover,
body.hb-front .cta-secondary,
body.hb-front .cta-secondary:hover,
body.hb-front .cta-phone-header,
body.hb-front .cta-phone-header:hover,
body.hb-front .voyant-cta,
body.hb-front .voyant-cta:hover {
  color: #ffffff;
}

/* Refine CTA luminosity on hero + sticky header (less glowy) */
body.hb-front .hero .cta-primary {
  box-shadow: 0 4px 12px -3px rgba(16,185,129,.15);
}
body.hb-front .hero .cta-primary:hover {
  box-shadow: 0 6px 16px -4px rgba(16,185,129,.22);
}
body.hb-front .cta-phone-header {
  box-shadow: 0 2px 8px rgba(16,185,129,.18);
}
body.hb-front .cta-phone-header:hover {
  box-shadow: 0 3px 10px rgba(16,185,129,.24);
}

/* Container wrap (remplace .site-wrap de la preview, ici full width) */
.hb-site { background: var(--bg); overflow: clip; position: relative; }

/* ==========================================================================
   STICKY HEADER
   ========================================================================== */
.site-header {
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 12px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 50;
}
.site-header .logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--text);
  flex-shrink: 0;
}
.logo-mark {
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--primary); color: var(--gold);
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 700; font-size: 14px;
  letter-spacing: -.02em;
}
.logo-text {
  font-family: var(--font-display); font-weight: 700; font-size: 16px;
  letter-spacing: -.01em; line-height: 1;
}
.logo-text small {
  display: block; font-weight: 400; font-size: 9px;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--text-muted); margin-top: 3px;
}

.site-nav { display: flex; gap: 2px; }
.site-nav a {
  font-family: var(--font-body); font-size: 13px; font-weight: 500;
  color: var(--text-soft); text-decoration: none;
  padding: 8px 14px; border-radius: 8px;
  transition: color .15s, background .15s;
}
.site-nav a:hover { color: var(--text); background: var(--bg-soft); }

.header-right { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.live-status {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12px; color: var(--text-soft); font-weight: 500;
}
.live-status::before {
  content: ''; width: 7px; height: 7px; border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 3px rgba(16,185,129,.2);
  animation: hb-pulse 2s infinite;
}
@keyframes hb-pulse {
  0%,100% { box-shadow: 0 0 0 3px rgba(16,185,129,.2); }
  50%     { box-shadow: 0 0 0 6px rgba(16,185,129,.1); }
}

.cta-phone-header {
  display: inline-flex; flex-direction: column; align-items: center;
  text-decoration: none;
  background: var(--green); color: white;
  padding: 8px 16px; border-radius: 999px;
  transition: background .2s, transform .15s;
  box-shadow: 0 4px 12px rgba(16,185,129,.3);
}
.cta-phone-header:hover { background: var(--green-2); transform: translateY(-1px); color: white; }
.cta-phone-header .num {
  font-family: var(--font-display); font-size: 14px; font-weight: 700;
  display: inline-flex; align-items: center; gap: 6px; letter-spacing: -.01em;
}
.cta-phone-header .sub { font-size: 9px; opacity: .9; margin-top: 1px; font-weight: 500; }

/* ==========================================================================
   HERO
   ========================================================================== */
.hero {
  background: linear-gradient(135deg, #0F172A 0%, #1e293b 55%, #312E81 100%);
  color: white; position: relative; overflow: hidden;
  padding: 70px 56px;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 20% 10%, rgba(212,175,55,.15), transparent 40%),
    radial-gradient(circle at 90% 80%, rgba(99,102,241,.25), transparent 50%);
  pointer-events: none;
}
.hero-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1.15fr 1fr;
  gap: 60px; align-items: center;
  position: relative;
}
/* Variante centrée sans photo voyante */
.hero-inner--centered {
  display: block;
  max-width: 820px;
  text-align: center;
}
.hero-inner--centered .hero-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-inner--centered .hero-text .subtitle {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.hero-inner--centered .hero-ctas {
  justify-content: center;
}
.hero-inner--centered .hero-price-line {
  justify-content: center;
}
.hero-text .pre-title {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 6px 14px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(212,175,55,.3);
  border-radius: 999px;
  font-size: 12px; font-weight: 500;
  color: var(--gold-2); margin-bottom: 22px;
  letter-spacing: .02em;
}
.hero-text .pre-title::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%;
  background: var(--green); box-shadow: 0 0 8px var(--green);
}
.hero-text h1 {
  font-family: var(--font-display);
  font-size: 46px; font-weight: 700; line-height: 1.1;
  letter-spacing: -.02em; margin: 0 0 18px;
}
.hero-text h1 em { color: var(--gold-2); font-style: normal; font-weight: 700; }
.hero-text .subtitle {
  font-size: 17px; line-height: 1.55; opacity: .85;
  margin-bottom: 22px; max-width: 540px;
}

.hero-ctas { display: flex; gap: 14px; margin-bottom: 18px; flex-wrap: wrap; }
.cta-primary {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--green); color: white;
  padding: 18px 28px; border-radius: 12px;
  text-decoration: none;
  font-family: var(--font-display); font-weight: 700; font-size: 16px;
  transition: background .2s, transform .15s;
  box-shadow: 0 6px 18px -4px rgba(16,185,129,.22);
}
.cta-primary:hover { background: var(--green-2); transform: translateY(-2px); color: white; box-shadow: 0 8px 22px -4px rgba(16,185,129,.3); }
.cta-primary .phone-icon {
  width: 24px; height: 24px; border-radius: 50%;
  background: rgba(255,255,255,.2);
  display: inline-flex; align-items: center; justify-content: center;
}
.cta-secondary {
  display: inline-flex; align-items: center; gap: 10px;
  background: transparent; color: white;
  padding: 18px 26px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 12px; text-decoration: none;
  font-family: var(--font-body); font-weight: 500; font-size: 15px;
  transition: background .2s, border-color .2s;
}
.cta-secondary:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.6); color: white; }

.hero-price-line {
  font-size: 15px; color: rgba(255,255,255,.75);
  margin-bottom: 22px;
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
}
.hero-price-line .offer { color: #6EE7B7; font-weight: 700; font-size: 16px; }
.hero-price-line .offer::before { content: '\2713 '; }
.hero-price-line .dot { color: rgba(255,255,255,.3); }

.live-pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 16px;
  background: rgba(16,185,129,.15);
  border: 1px solid rgba(16,185,129,.4);
  border-radius: 999px;
  font-size: 13px; color: #86EFAC; font-weight: 500;
}
.live-pill::before {
  content: ''; width: 8px; height: 8px; border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 3px rgba(16,185,129,.2);
  animation: hb-pulse 2s infinite;
}

.hero-visual {
  position: relative;
  display: flex; justify-content: center; align-items: center;
}
.voyante-frame {
  position: relative; width: 340px; height: 420px;
  border-radius: 16px; overflow: hidden;
  background: linear-gradient(135deg, #312E81 0%, #0F172A 100%);
  box-shadow: 0 30px 60px -15px rgba(0,0,0,.5);
}
.voyante-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.voyante-frame::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(15,23,42,.6) 100%);
}
.voyante-badges { position: absolute; display: flex; flex-direction: column; gap: 10px; }
.voyante-badges.top-right { top: 16px; right: -40px; }
.voyante-badges.bot-left { bottom: -20px; left: -30px; }
.badge-card {
  background: white; color: var(--text);
  padding: 10px 14px; border-radius: 10px;
  box-shadow: 0 10px 25px -5px rgba(0,0,0,.3);
  font-size: 12px;
  display: flex; align-items: center; gap: 10px;
}
.badge-card .num {
  font-family: var(--font-display);
  font-size: 18px; font-weight: 700;
  color: var(--primary); line-height: 1;
}
.badge-card .lbl {
  font-size: 10px; color: var(--text-muted);
  text-transform: uppercase; letter-spacing: .04em;
}
.badge-card .stars { color: var(--gold); font-size: 13px; letter-spacing: 1px; }
.badge-card .avis { color: var(--text-soft); font-size: 11px; }
.voyante-caption {
  position: absolute; bottom: 16px; left: 16px; right: 16px;
  z-index: 2; color: white;
}
.voyante-caption .name {
  font-family: var(--font-display); font-size: 22px; font-weight: 700;
  line-height: 1; margin-bottom: 3px;
}
.voyante-caption .spec { font-size: 13px; opacity: .9; }

/* ==========================================================================
   TRUST BAND
   ========================================================================== */
.trust-band {
  background: var(--bg); padding: 28px 32px;
  border-bottom: 1px solid var(--border);
}
.trust-grid {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.trust-item { display: flex; align-items: center; gap: 14px; }
.trust-icon {
  width: 40px; height: 40px; border-radius: 10px;
  background: var(--bg-soft);
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0; color: var(--primary);
}
.trust-text {
  font-size: 13px; line-height: 1.4;
  color: var(--text); font-weight: 500;
}
.trust-text span { color: var(--text-soft); font-weight: 400; }

/* ==========================================================================
   SECTIONS SHARED
   ========================================================================== */
.section-wrap { padding: 70px 32px; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-title { text-align: center; margin-bottom: 40px; }
.section-title .kicker {
  font-family: var(--font-display);
  font-size: 11px; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--green); margin-bottom: 10px;
}
.section-title h2 {
  font-family: var(--font-display);
  font-size: 34px; font-weight: 700;
  color: var(--text); letter-spacing: -.01em;
  margin: 0 0 8px;
}
.section-title .sub {
  font-size: 15px; color: var(--text-soft);
  max-width: 540px; margin: 0 auto;
}

/* ==========================================================================
   VOYANTS SECTION
   ========================================================================== */
#voyants { background: var(--bg-soft); }
.voyants-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.voyant-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 14px; overflow: hidden;
  transition: transform .2s, box-shadow .2s;
  cursor: pointer; position: relative;
}
.voyant-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px -10px rgba(15,23,42,.15);
}
.voyant-photo-wrap {
  position: relative; aspect-ratio: 1/1; overflow: hidden;
}
.voyant-photo-wrap img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.voyant-photo-wrap img.pos-top { object-position: center top; }
.voyant-photo-wrap img.pos-face-high { object-position: center 85% !important; }
.voyant-badge-top {
  position: absolute; top: 10px; left: 10px;
  background: linear-gradient(135deg, var(--orange) 0%, #FB923C 100%);
  color: white; padding: 4px 10px; border-radius: 999px;
  font-family: var(--font-display);
  font-size: 10px; font-weight: 700; letter-spacing: .04em;
  box-shadow: 0 4px 10px rgba(245,158,11,.35);
}
.voyant-badge-top::before { content: '\26A1'; margin-right: 3px; }
.voyant-badge-status {
  position: absolute; top: 10px; right: 10px;
  background: white; padding: 4px 10px; border-radius: 999px;
  font-size: 11px; font-weight: 600; color: var(--green);
  display: inline-flex; align-items: center; gap: 5px;
  box-shadow: 0 4px 10px rgba(0,0,0,.1);
}
.voyant-badge-status::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 2px rgba(16,185,129,.25);
}
.voyant-body { padding: 18px; }
.voyant-name-line {
  display: flex; align-items: baseline; justify-content: space-between;
  margin-bottom: 4px; gap: 10px;
}
.voyant-name {
  font-family: var(--font-display);
  font-size: 19px; font-weight: 700; color: var(--text);
}
.voyant-consult {
  color: var(--text-muted); font-size: 11px; font-weight: 500;
  text-align: right; line-height: 1.3;
}
.voyant-consult strong {
  color: var(--text); font-weight: 700; display: block; font-size: 13px;
}
.voyant-spec { font-size: 14px; color: var(--text-soft); margin-bottom: 10px; }
.voyant-rating {
  display: flex; align-items: center; gap: 6px; margin-bottom: 14px;
}
.voyant-rating .stars { color: var(--gold); font-size: 14px; letter-spacing: 1px; }
.voyant-rating .score { font-size: 14px; font-weight: 600; color: var(--text); }
.voyant-rating .avis { font-size: 12px; color: var(--text-muted); }
.voyant-cta {
  display: block; background: var(--green); color: white;
  padding: 12px 14px; border-radius: 10px; text-align: center;
  font-family: var(--font-display); font-weight: 600; font-size: 14px;
  text-decoration: none; transition: background .15s;
  margin-bottom: 8px;
}
.voyant-cta:hover { background: var(--green-2); color: white; }
.voyant-cta::before { content: '\260E  '; }
.voyant-pricing { text-align: center; font-size: 12px; line-height: 1.35; }
.voyant-pricing .offer {
  font-family: var(--font-display);
  color: var(--green-3); font-weight: 700; display: block;
}
.voyant-pricing .rate { color: var(--text-muted); font-size: 11px; }

/* ==========================================================================
   SPECIALITES
   ========================================================================== */
#specialites { background: var(--bg); }
.spec-grid {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px;
}
.spec-card {
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: 14px; padding: 24px 18px;
  text-align: center;
  transition: transform .2s, border-color .2s;
  cursor: pointer;
}
.spec-card:hover { transform: translateY(-4px); border-color: var(--primary); }
.spec-icon {
  width: 54px; height: 54px; border-radius: 50%;
  background: var(--primary); color: var(--gold);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 22px; margin-bottom: 14px;
}
.spec-name {
  font-family: var(--font-display);
  font-size: 15px; font-weight: 700; color: var(--text);
  margin-bottom: 6px;
}
.spec-count { font-size: 12px; color: var(--text-soft); }
.spec-count strong { color: var(--green); }

/* ==========================================================================
   COMMENT CA MARCHE
   ========================================================================== */
#comment-ca-marche { background: var(--bg-soft); }
.steps-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  max-width: 980px; margin: 0 auto;
}
.step-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 14px; padding: 32px 24px;
  text-align: center; position: relative;
}
.step-number {
  position: absolute; top: -18px; left: 50%; transform: translateX(-50%);
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--primary); color: var(--gold);
  font-family: var(--font-display); font-weight: 700; font-size: 15px;
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 10px rgba(15,23,42,.2);
}
.step-icon { font-size: 36px; margin: 12px 0 14px; display: block; }
.step-title {
  font-family: var(--font-display);
  font-size: 18px; font-weight: 700; color: var(--text);
  margin-bottom: 8px;
}
.step-desc { font-size: 14px; color: var(--text-soft); line-height: 1.5; }

/* ==========================================================================
   CONTENU EDITORIAL
   ========================================================================== */
#edito-content { background: var(--bg); }
.edito-wrap {
  max-width: 860px; margin: 0 auto; padding: 0 16px;
  font-size: 17px; line-height: 1.75; color: var(--text);
}
.edito-wrap > h2 {
  font-family: var(--font-display);
  font-size: 32px; font-weight: 700;
  margin-top: 48px; margin-bottom: 20px;
  letter-spacing: -.01em; color: var(--text);
  position: relative; padding-left: 16px;
}
.edito-wrap > h2::before {
  content: ''; position: absolute; left: 0; top: 8px; bottom: 8px;
  width: 4px; background: var(--gold); border-radius: 2px;
}
.edito-wrap > h2:first-child { margin-top: 0; }
.edito-wrap > h3 {
  font-family: var(--font-display);
  font-size: 22px; font-weight: 700;
  margin-top: 36px; margin-bottom: 14px;
  color: var(--text);
}
.edito-wrap > p { margin-bottom: 18px; }
.edito-wrap > p strong { color: var(--primary); font-weight: 700; }
.edito-wrap > p a { color: var(--green-3); text-decoration: underline; }
.edito-wrap > ul, .edito-wrap > ol { margin-bottom: 20px; padding-left: 28px; }
.edito-wrap > ul li, .edito-wrap > ol li { margin-bottom: 8px; }
.edito-wrap > ul { list-style: none; padding-left: 0; }
.edito-wrap > ul > li {
  position: relative; padding-left: 28px; margin-bottom: 10px;
}
.edito-wrap > ul > li::before {
  content: '\2713'; position: absolute; left: 0; top: 0;
  color: var(--green); font-weight: 800; font-size: 18px; line-height: 1.6;
}

.edito-table-wrap {
  overflow-x: auto; margin: 24px 0 28px;
  border-radius: 12px; border: 1px solid var(--border);
}
.edito-table {
  width: 100%; border-collapse: collapse; font-size: 15px;
}
.edito-table thead th {
  background: var(--primary); color: white;
  font-family: var(--font-display); font-weight: 600;
  text-align: left; padding: 14px 18px;
  font-size: 13px; letter-spacing: .02em;
}
.edito-table thead th:first-child { background: var(--primary-2); }
.edito-table tbody td {
  padding: 14px 18px; border-top: 1px solid var(--border);
}
.edito-table tbody tr:nth-child(even) { background: var(--bg-soft); }
.edito-table tbody td:first-child {
  font-weight: 600; font-family: var(--font-display); color: var(--text);
}
.edito-table .check { color: var(--green); font-weight: 700; }
.edito-table .cross { color: var(--red); font-weight: 700; }

.proscons {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px;
  margin: 28px 0;
}
.proscons-box { border-radius: 12px; padding: 22px 22px 20px; border: 1px solid; }
.proscons-box.pros { background: #ECFDF5; border-color: #A7F3D0; }
.proscons-box.cons { background: #FEF2F2; border-color: #FECACA; }
.proscons-box h4 {
  font-family: var(--font-display);
  font-size: 15px; font-weight: 700; margin-bottom: 14px;
  display: inline-flex; align-items: center; gap: 8px;
}
.proscons-box.pros h4 { color: var(--green-3); }
.proscons-box.cons h4 { color: #991B1B; }
.proscons-box ul { list-style: none; padding: 0; margin: 0; }
.proscons-box li {
  padding-left: 24px; position: relative;
  margin-bottom: 8px; font-size: 14px; line-height: 1.5;
}
.proscons-box.pros li::before {
  content: '\2713'; position: absolute; left: 0; top: 0;
  color: var(--green); font-weight: 800; font-size: 16px; line-height: 1.3;
}
.proscons-box.cons li::before {
  content: '\2715'; position: absolute; left: 0; top: 0;
  color: var(--red); font-weight: 800; font-size: 15px; line-height: 1.3;
}

.top-list {
  list-style: none; padding: 0; margin: 24px 0 28px;
  counter-reset: topitem;
}
.top-list li {
  position: relative; padding: 16px 16px 16px 60px;
  background: var(--bg-soft); border-radius: 10px;
  margin-bottom: 10px; counter-increment: topitem;
  border: 1px solid var(--border);
}
.top-list li::before {
  content: counter(topitem);
  position: absolute; left: 16px; top: 50%; transform: translateY(-50%);
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--primary); color: var(--gold);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 700; font-size: 14px;
}
.top-list li strong {
  font-family: var(--font-display);
  font-size: 15px; display: block; margin-bottom: 3px; color: var(--text);
}
.top-list li span { font-size: 13px; color: var(--text-soft); }

.callout {
  padding: 20px 22px; border-radius: 10px;
  border-left: 4px solid var(--gold);
  background: #FEF9E7; margin: 24px 0;
}
.callout-title {
  font-family: var(--font-display);
  font-weight: 700; color: var(--primary); font-size: 15px;
  display: inline-flex; align-items: center; gap: 8px;
  margin-bottom: 6px;
}
.callout-body { font-size: 14px; color: var(--text-soft); line-height: 1.55; }
.callout-body strong { color: var(--primary); }

.edito-quote {
  margin: 32px 0; padding: 28px 28px 24px;
  background: var(--primary); color: white;
  border-radius: 12px; position: relative;
}
.edito-quote::before {
  content: '\201C'; position: absolute; top: 10px; left: 20px;
  font-size: 72px; line-height: 1;
  font-family: 'Georgia', serif;
  color: var(--gold); opacity: .4;
}
.edito-quote .text {
  font-family: var(--font-display); font-style: italic;
  font-size: 18px; line-height: 1.55;
  margin-bottom: 12px; position: relative;
}
.edito-quote .author { font-size: 13px; color: var(--gold-2); }

/* ==========================================================================
   EDITO - TARIF BLOCKQUOTE (H2 Combien ça coute)
   ========================================================================== */
.edito-tarif-quote {
  position: relative;
  background: linear-gradient(135deg, rgba(16,185,129,.06) 0%, rgba(212,175,55,.07) 100%);
  border-left: 4px solid var(--green);
  padding: 22px 28px;
  margin: 24px 0 32px;
  border-radius: 0 10px 10px 0;
  font-size: 16px;
  line-height: 1.65;
  color: var(--text);
}
.edito-tarif-quote p { margin: 0; }
.edito-tarif-quote strong { color: var(--green-3); font-weight: 700; }

/* ==========================================================================
   EDITO - EMOJI LISTS (pros/cons avec checkmark/cross)
   ========================================================================== */
.proscons .emoji-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.proscons .emoji-list li {
  padding: 8px 0 8px 30px;
  position: relative;
  font-size: 14px;
  line-height: 1.55;
  border-bottom: 1px solid rgba(0,0,0,.04);
}
.proscons .emoji-list li:last-child { border-bottom: none; }
.proscons .pros-list li::before {
  content: '\2705';
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 14px;
}
.proscons .cons-list li::before {
  content: '\274C';
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 12px;
}

/* ==========================================================================
   EDITO - FAQ ACCORDION (details/summary)
   ========================================================================== */
.edito-faq {
  margin: 24px 0 8px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color .2s, box-shadow .2s;
}
.faq-item[open] {
  border-color: var(--green);
  box-shadow: 0 4px 14px -4px rgba(16,185,129,.18);
}
.faq-item summary {
  cursor: pointer;
  padding: 18px 56px 18px 22px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 15px;
  color: var(--text);
  list-style: none;
  position: relative;
  user-select: none;
  transition: color .15s;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 300;
  color: var(--green);
  transition: transform .2s;
  line-height: 1;
  width: 18px;
  text-align: center;
}
.faq-item[open] summary::after { content: '\2212'; }
.faq-item summary:hover { color: var(--green-3); }
.faq-answer {
  padding: 0 22px 18px 22px;
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--text-soft);
}
.faq-answer p { margin: 0; }

/* ==========================================================================
   AVIS
   ========================================================================== */
#avis { background: var(--bg); }
.avis-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.avis-card {
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: 14px; padding: 26px 22px;
}
.avis-stars {
  color: var(--gold); font-size: 16px;
  letter-spacing: 1px; margin-bottom: 12px;
}
.avis-text {
  font-size: 15px; line-height: 1.6; color: var(--text);
  margin-bottom: 18px; font-style: italic;
}
.avis-author { display: flex; align-items: center; gap: 12px; }
.avis-avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--primary); color: var(--gold);
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 700; font-size: 14px;
  flex-shrink: 0;
}
.avis-info { font-size: 13px; line-height: 1.3; }
.avis-info .name {
  font-family: var(--font-display); font-weight: 600; color: var(--text);
}
.avis-info .meta { color: var(--text-muted); font-size: 12px; }

/* ==========================================================================
   FINAL CTA
   ========================================================================== */
.final-cta {
  background: linear-gradient(135deg, #0F172A 0%, #312E81 100%);
  color: white; padding: 70px 32px;
  position: relative; overflow: hidden; text-align: center;
}
.final-cta::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at center, rgba(212,175,55,.15), transparent 60%);
}
.final-cta-inner { position: relative; max-width: 680px; margin: 0 auto; }
.final-cta .kicker {
  font-family: var(--font-display);
  font-size: 11px; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--gold-2); margin-bottom: 14px;
}
.final-cta h2 {
  font-family: var(--font-display);
  font-size: 38px; font-weight: 700;
  margin: 0 0 14px; letter-spacing: -.02em; line-height: 1.15;
}
.final-cta h2 em { color: var(--gold-2); font-style: normal; }
.final-cta .sub {
  font-size: 16px; opacity: .85;
  margin: 0 auto 32px; max-width: 520px;
}
.final-cta .phone-block {
  display: flex; flex-direction: column; align-items: center;
  gap: 20px; margin-bottom: 20px;
}
.final-cta .big-num {
  font-family: var(--font-display);
  font-size: 54px; font-weight: 800; color: white;
  letter-spacing: -.02em; line-height: 1;
}
.final-cta .big-num a { color: inherit; text-decoration: none; }
.final-cta .cta-primary { font-size: 18px; padding: 20px 36px; }
.final-cta .offer-under {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 10px 18px;
  background: rgba(16,185,129,.15);
  border: 1px solid rgba(16,185,129,.4);
  border-radius: 999px;
  margin-top: 14px;
  font-family: var(--font-display);
  font-weight: 600; font-size: 14px;
  color: #6EE7B7;
}
.final-cta .offer-under::before { content: '\2605'; }
.final-cta .legal { font-size: 12px; opacity: .55; margin-top: 18px; }

/* ==========================================================================
   MOBILE TRUST MARQUEE (mobile only, replaces trust-band)
   ========================================================================== */
.trust-marquee {
  display: none;
  background: white;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
  padding: 14px 0;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.trust-marquee-track {
  display: flex; gap: 28px;
  animation: hb-marquee-scroll 28s linear infinite;
  white-space: nowrap;
}
.trust-marquee:hover .trust-marquee-track { animation-play-state: paused; }
.trust-marquee .tm-item {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; color: var(--text); font-weight: 500;
  flex-shrink: 0;
}
.trust-marquee .tm-item::before {
  content: '\2713'; color: var(--green); font-weight: 800; font-size: 13px;
}
@keyframes hb-marquee-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ==========================================================================
   FOOTER (home)
   ========================================================================== */
.hb-footer {
  background: var(--primary);
  color: rgba(255,255,255,.78);
  padding: 48px 32px 32px;
  border-top: 3px solid var(--gold);
}
.hb-footer-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr auto 1fr;
  gap: 32px; align-items: center;
}
.hb-footer-brand {
  display: flex; align-items: center; gap: 12px;
}
.hb-footer-brand .logo-mark {
  background: var(--gold); color: var(--primary);
  width: 38px; height: 38px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 700; font-size: 14px;
}
.hb-footer-brand .logo-text {
  font-family: var(--font-display); font-weight: 700;
  font-size: 16px; color: white; line-height: 1.15;
}
.hb-footer-brand .logo-text small {
  display: block; font-weight: 400; font-size: 10px;
  letter-spacing: .1em; text-transform: uppercase;
  color: rgba(255,255,255,.55); margin-top: 3px;
}
.hb-footer-nav {
  display: flex; gap: 22px; justify-content: center; flex-wrap: wrap;
}
body.hb-front .hb-footer-nav a {
  color: rgba(255,255,255,.72);
  font-size: 13px; font-weight: 500;
  text-decoration: none;
  transition: color .15s;
  padding: 4px 0;
}
body.hb-front .hb-footer-nav a:hover {
  color: var(--gold-2);
}
.hb-footer-legal {
  text-align: right;
  font-size: 11.5px;
  line-height: 1.55;
  color: rgba(255,255,255,.6);
}
.hb-footer-legal p { margin: 0 0 5px; }
.hb-footer-legal p:last-child {
  color: rgba(255,255,255,.45);
  font-size: 10.5px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .hb-footer-inner {
    grid-template-columns: 1fr;
    gap: 22px;
    text-align: center;
  }
  .hb-footer-brand { justify-content: center; }
  .hb-footer-legal { text-align: center; }
}

/* ==========================================================================
   VOYANT CARDS - interactive state (clickable to open modal)
   ========================================================================== */
.voyant-card[data-voyant] { cursor: pointer; }
.voyant-card[data-voyant]:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 3px;
}

/* ==========================================================================
   VOYANT MODALS
   ========================================================================== */
body.hb-modal-open { overflow: hidden; }

.hb-modals-wrap { position: relative; z-index: 1000; }

.hb-modal {
  position: fixed; inset: 0;
  z-index: 1000;
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
  opacity: 0;
  transition: opacity .22s ease;
  pointer-events: none;
}
.hb-modal:not([hidden]) { pointer-events: auto; }
.hb-modal.is-open { opacity: 1; }

.hb-modal-backdrop {
  position: absolute; inset: 0;
  background: rgba(15,23,42,.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  cursor: pointer;
}

.hb-modal-content {
  position: relative;
  width: 100%; max-width: 720px;
  max-height: calc(100vh - 40px);
  background: var(--bg);
  border-radius: 16px;
  box-shadow: 0 30px 80px -10px rgba(0,0,0,.45);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transform: translateY(16px) scale(.98);
  transition: transform .25s ease;
}
.hb-modal.is-open .hb-modal-content { transform: translateY(0) scale(1); }

.hb-modal-close {
  position: absolute; top: 14px; right: 14px;
  width: 38px; height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,.9);
  border: 1px solid var(--border);
  color: var(--text);
  font-size: 22px; line-height: 1;
  cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  transition: background .15s, transform .15s;
  z-index: 3;
}
.hb-modal-close:hover { background: var(--bg-soft); transform: rotate(90deg); }
.hb-modal-close:focus-visible { outline: 2px solid var(--green); outline-offset: 2px; }

/* Header */
.hb-modal .modal-header {
  display: grid; grid-template-columns: 180px 1fr; gap: 24px;
  padding: 32px 32px 24px;
  background: linear-gradient(135deg, #0F172A 0%, #1e293b 60%, #312E81 100%);
  color: white;
  border-radius: 16px 16px 0 0;
  position: relative;
}
.hb-modal .modal-header::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(212,175,55,.15), transparent 45%);
  pointer-events: none;
  border-radius: 16px 16px 0 0;
}
.hb-modal .modal-photo-wrap {
  width: 180px; height: 180px;
  border-radius: 14px;
  overflow: hidden;
  border: 2px solid rgba(212,175,55,.3);
  box-shadow: 0 10px 30px -10px rgba(0,0,0,.5);
  position: relative; z-index: 1;
}
.hb-modal .modal-photo-wrap img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.hb-modal .modal-photo-wrap img.pos-top { object-position: center top; }
.hb-modal .modal-photo-wrap img.pos-face-high { object-position: center 75% !important; }
.hb-modal .modal-intro { position: relative; z-index: 1; color: white; }
.hb-modal .modal-badge-top {
  display: inline-block;
  background: linear-gradient(135deg, #F59E0B 0%, #FB923C 100%);
  color: white;
  font-family: var(--font-display);
  font-size: 10px; font-weight: 800;
  letter-spacing: .08em;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 10px;
  box-shadow: 0 4px 12px rgba(245,158,11,.35);
}
.hb-modal .modal-intro h3 {
  font-family: var(--font-display);
  font-size: 28px; font-weight: 700;
  margin: 0 0 6px;
  color: white;
  letter-spacing: -.01em;
}
.hb-modal .modal-spec {
  font-size: 14px; color: var(--gold-2);
  margin-bottom: 10px; font-weight: 500;
}
.hb-modal .modal-rating {
  font-size: 13px;
  color: rgba(255,255,255,.85);
  margin-bottom: 12px;
}
.hb-modal .modal-rating .stars {
  color: var(--gold); letter-spacing: 1px;
  margin-right: 4px;
}
.hb-modal .modal-status {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(16,185,129,.2);
  border: 1px solid rgba(16,185,129,.4);
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 12px;
  color: #86EFAC; font-weight: 500;
}
.hb-modal .modal-status .status-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 3px rgba(16,185,129,.3);
  animation: hb-pulse 2s infinite;
}

/* Body */
.hb-modal .modal-body { padding: 28px 32px 20px; }
.hb-modal .modal-section { margin-bottom: 26px; }
.hb-modal .modal-section h4 {
  font-family: var(--font-display);
  font-size: 12px; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--green-3);
  margin: 0 0 10px;
}
.hb-modal .modal-bio p {
  margin: 0;
  font-size: 15px; line-height: 1.65;
  color: var(--text-soft);
}

.hb-modal .modal-meta-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  padding: 18px;
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: 12px;
  margin-bottom: 26px;
}
.hb-modal .meta-cell { text-align: left; }
.hb-modal .meta-label {
  font-size: 10px; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 4px;
}
.hb-modal .meta-value {
  font-family: var(--font-display);
  font-size: 13px; font-weight: 600;
  color: var(--text);
  line-height: 1.3;
}

.hb-modal .modal-tags {
  display: flex; flex-wrap: wrap; gap: 8px;
}
.hb-modal .modal-tag {
  font-size: 12px; font-weight: 500;
  padding: 6px 12px;
  background: var(--green-light);
  color: var(--green-3);
  border-radius: 999px;
  border: 1px solid rgba(16,185,129,.18);
}

.hb-modal .modal-review {
  padding: 14px 16px;
  background: var(--bg-soft);
  border-radius: 10px;
  border-left: 3px solid var(--gold);
  margin-bottom: 10px;
}
.hb-modal .modal-review:last-child { margin-bottom: 0; }
.hb-modal .review-stars {
  color: var(--gold); font-size: 13px; letter-spacing: 1px;
  margin-bottom: 4px;
}
.hb-modal .review-text {
  font-size: 14px; line-height: 1.55;
  color: var(--text); margin: 0 0 6px;
  font-style: italic;
}
.hb-modal .review-meta {
  font-size: 11px; color: var(--text-muted);
}
.hb-modal .review-meta strong { color: var(--text-soft); font-weight: 600; }

/* Footer */
.hb-modal .modal-footer {
  padding: 20px 32px 28px;
  background: var(--bg-soft);
  border-top: 1px solid var(--border);
  border-radius: 0 0 16px 16px;
  text-align: center;
}
.hb-modal .modal-cta {
  display: inline-flex;
  width: 100%;
  max-width: 420px;
  justify-content: center;
  font-size: 16px;
  padding: 16px 28px;
  margin-bottom: 10px;
}
.hb-modal .modal-pricing {
  font-size: 11.5px;
  color: var(--text-muted);
  line-height: 1.45;
}
.hb-modal .modal-pricing strong { color: var(--green-3); }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1100px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  /* Photo voyante + badges masqués à partir de 1100px (tablette et mobile) */
  .hero-visual { display: none; }
  .hero-text { text-align: center; align-items: center; }
  .hero-ctas { justify-content: center; }
  .hero-price-line { justify-content: center; }
  .hero-text h1 { font-size: 36px; }
  .site-nav { display: none; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .voyants-grid { grid-template-columns: repeat(2, 1fr); }
  .spec-grid { grid-template-columns: repeat(3, 1fr); }
  .steps-grid { grid-template-columns: 1fr; }
  .avis-grid { grid-template-columns: 1fr; }
  .proscons { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .site-header { padding: 10px 14px; }
  .logo-text small { display: none; }
  .cta-phone-header .num { font-size: 13px; }
  .cta-phone-header .sub { font-size: 8px; }
  .live-status { display: none; }

  /* ===== HERO MOBILE (refonte complète) ===== */
  .hero {
    padding: 26px 18px 34px;
  }
  .hero-inner {
    display: flex;
    flex-direction: column;
    gap: 22px;
    text-align: center;
  }
  .hero-text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  /* Masque la photo voyante + badges sur mobile (visibles desktop uniquement) */
  .hero-visual {
    display: none !important;
  }
  .hero-text .pre-title {
    margin: 0 auto 16px;
    display: inline-flex;
  }
  .hero-text h1 {
    font-size: 28px;
    line-height: 1.18;
    margin: 0 0 14px;
    letter-spacing: -.015em;
  }
  .hero-text .subtitle {
    font-size: 14.5px;
    line-height: 1.55;
    margin: 0 auto 22px;
    max-width: 100%;
    opacity: .85;
  }
  .hero-ctas {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin-bottom: 14px;
  }
  body.hb-front .cta-primary,
  body.hb-front .cta-secondary {
    width: 100%;
    justify-content: center;
    padding: 15px 20px;
    font-size: 15px;
  }
  .hero-price-line {
    justify-content: center;
    flex-wrap: wrap;
    font-size: 12.5px;
    gap: 6px 8px;
    line-height: 1.4;
  }
  .hero-price-line .offer { font-size: 13.5px; }
  .live-pill {
    margin: 16px auto 0;
  }

  /* ===== HERO PHOTO MOBILE ===== */
  .voyante-frame {
    width: 190px;
    height: 238px;
    box-shadow: 0 20px 40px -12px rgba(0,0,0,.45);
  }
  .voyante-caption {
    font-size: 13px;
    bottom: 14px;
  }
  .voyante-caption .name {
    font-size: 16px;
    font-weight: 700;
  }
  .voyante-caption .spec {
    font-size: 11px;
  }
  /* Badges compactés sur mobile (lisibles mais pas envahissants) */
  .voyante-badges.top-right {
    top: -8px; right: -6px;
  }
  .voyante-badges.top-right .badge-card {
    padding: 7px 10px;
    gap: 8px;
  }
  .voyante-badges.top-right .num {
    font-size: 15px !important;
  }
  .voyante-badges.top-right .stars {
    font-size: 11px;
  }
  .voyante-badges.top-right .lbl,
  .voyante-badges.top-right .avis {
    font-size: 9px;
  }
  .voyante-badges.bot-left {
    left: -6px; bottom: -16px;
  }
  .voyante-badges.bot-left .badge-card {
    padding: 7px 10px;
    gap: 7px;
  }
  .voyante-badges.bot-left .badge-card span:first-child {
    font-size: 16px !important;
  }

  .section-wrap { padding: 48px 20px; }
  .section-title h2 { font-size: 26px; }
  .trust-band { display: none; }
  .trust-marquee { display: block; }
  .voyants-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .voyant-body { padding: 14px; }
  .voyant-name { font-size: 16px; }
  .spec-grid { grid-template-columns: repeat(2, 1fr); }
  .edito-wrap { font-size: 15px; }
  .edito-wrap > h2 { font-size: 24px; }
  .edito-wrap > h3 { font-size: 18px; }
  .final-cta { padding: 48px 20px; }
  .final-cta h2 { font-size: 28px; }
  .final-cta .big-num { font-size: 38px; }

  /* Modals mobile */
  .hb-modal { padding: 0; }
  .hb-modal-content { max-height: 100vh; border-radius: 0; }
  .hb-modal .modal-header {
    grid-template-columns: 1fr;
    padding: 24px 20px 20px;
    text-align: center;
    border-radius: 0;
  }
  .hb-modal .modal-header::before { border-radius: 0; }
  .hb-modal .modal-photo-wrap {
    width: 120px; height: 120px;
    margin: 0 auto;
  }
  .hb-modal .modal-intro h3 { font-size: 24px; }
  .hb-modal .modal-status { display: inline-flex; }
  .hb-modal .modal-body { padding: 22px 20px 16px; }
  .hb-modal .modal-footer { padding: 18px 20px 22px; border-radius: 0; }
  .hb-modal .modal-meta-grid { grid-template-columns: repeat(2, 1fr); }
  .hb-modal-close {
    top: 10px; right: 10px;
    width: 34px; height: 34px;
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .voyants-grid { grid-template-columns: 1fr; }
  /* Garde la photo hero compacte - ne pas revenir à 260x320 qui est trop grand */
  .voyante-frame { width: 180px; height: 225px; }
  .voyante-badges.top-right { top: -6px; right: -4px; }
  .voyante-badges.bot-left { left: -4px; bottom: -14px; }
  .hero-text h1 { font-size: 25px; letter-spacing: -.01em; }
  .hero-text .subtitle { font-size: 14px; }
  body.hb-front .cta-primary,
  body.hb-front .cta-secondary { padding: 14px 18px; font-size: 14px; }

  /* Modals extra small */
  .hb-modal .modal-intro h3 { font-size: 22px; }
  .hb-modal .modal-section h4 { font-size: 11px; }
  .hb-modal .modal-cta { font-size: 14px; padding: 14px 20px; }
  .hb-modal .modal-cta span:last-child { font-size: 13px; }
}
