[data-theme="light"] .panel,
    [data-theme="light"] .timeline-card,
    [data-theme="light"] .pour-qui-card,
    [data-theme="light"] .comparison-card,
    [data-theme="light"] .faq-item,
    [data-theme="light"] .cta-box,
    [data-theme="light"] .price-hero,
    [data-theme="light"] .acte-card,
    [data-theme="light"] .how-step {
      background: #fff;
      border: 1px solid rgba(0,0,0,.12);
      box-shadow: 0 4px 24px rgba(0,0,0,.08);
    }
[data-theme="light"] footer {
      border-top-color: rgba(0,0,0,.08);
    }

main { padding-top: calc(var(--header-h) + 18px); }

.panel {
      background: var(--panel-strong);
      backdrop-filter: blur(20px);
      border: 1px solid var(--glass-border-light);
      border-radius: 1.5rem;
      padding: 2rem;
      transition: transform 0.3s, box-shadow 0.3s;
    }

.panel:hover {
      transform: translateY(-4px);
      box-shadow: 0 12px 40px rgba(0,0,0,.25);
    }

/* === Breadcrumb === */

.breadcrumb {
      padding: 1rem 0;
      font-size: 0.875rem;
      color: var(--muted);
    }

.breadcrumb a { transition: color 0.3s; }

.breadcrumb a:hover { color: var(--accent-500); }

.breadcrumb span { margin: 0 0.5rem; }

/* === Hero Section === */

.hero-section {
      text-align: center;
      padding: 2rem 0 4rem;
    }

.badge-nouveau {
      display: inline-block;
      background: linear-gradient(135deg, var(--accent-500), var(--primary-700));
      color: white;
      padding: 0.5rem 1.5rem;
      border-radius: 50px;
      font-size: 0.875rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      margin-bottom: 1.5rem;
    }

.hero-hook {
      font-size: 1.4rem;
      line-height: 1.6;
      color: var(--text);
      margin-bottom: 1rem;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

.hero-hook strong { color: var(--accent-500); }

.tagline {
      font-size: 1.1rem;
      color: var(--muted);
      margin-bottom: 2rem;
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
    }

.price-hero {
      display: inline-flex;
      align-items: baseline;
      gap: 0.5rem;
      background: var(--panel-strong);
      backdrop-filter: blur(20px);
      border: 1px solid var(--glass-border-medium);
      border-radius: 1rem;
      padding: 1.5rem 3rem;
      box-shadow: 0 0 40px rgba(0, 188, 212, 0.15);
      margin-bottom: 1rem;
    }

.price-amount {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 3rem;
      font-weight: 800;
      color: var(--accent-500);
    }

.price-suffix {
      font-size: 1.25rem;
      color: var(--muted);
    }

.roi-hint {
      font-size: 0.9rem;
      color: var(--muted);
      margin-top: 0.5rem;
    }

.roi-hint strong { color: var(--accent-500); }

/* === Section Title === */

.section-title {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 2rem;
      font-weight: 700;
      text-align: center;
      margin-bottom: 2rem;
    }

/* === Pour qui Section === */

.pour-qui-section { padding: 3rem 0; }

.pour-qui-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 1.5rem;
    }

.pour-qui-card {
      background: var(--panel-strong);
      backdrop-filter: blur(20px);
      border: 1px solid var(--glass-border-light);
      border-radius: 1rem;
      padding: 1.5rem;
      transition: transform 0.3s, box-shadow 0.3s;
    }

.pour-qui-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 0 30px rgba(0, 188, 212, 0.15);
    }

.pour-qui-card h3 {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 1.125rem;
      font-weight: 700;
      margin-bottom: 0.5rem;
      color: var(--text);
    }

.pour-qui-card p {
      color: var(--muted);
      font-size: 0.95rem;
      line-height: 1.6;
    }

/* === Timeline Section === */

.timeline-section { padding: 4rem 0; }

.timeline {
      display: grid;
      gap: 1.5rem;
      position: relative;
    }

.timeline::before {
      content: '';
      position: absolute;
      left: 24px;
      top: 48px;
      bottom: 48px;
      width: 2px;
      background: linear-gradient(to bottom, var(--accent-500), var(--primary-700), var(--magenta));
      opacity: 0.3;
    }

.timeline-item {
      display: grid;
      grid-template-columns: auto 1fr;
      gap: 1.5rem;
      align-items: start;
    }

.timeline-marker {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.5rem;
      z-index: 1;
    }

.timeline-dot {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-weight: 700;
      font-size: 1.25rem;
    }

.timeline-dot.session {
      background: linear-gradient(135deg, var(--primary-700), var(--primary-800));
      color: white;
      box-shadow: 0 0 30px rgba(36, 81, 255, 0.4);
    }

.timeline-dot.async {
      background: linear-gradient(135deg, var(--magenta), #FF4081);
      color: white;
      box-shadow: 0 0 30px rgba(216, 27, 96, 0.4);
    }

.timeline-dot.audit {
      background: linear-gradient(135deg, var(--accent-500), #00E5FF);
      color: white;
      box-shadow: 0 0 30px rgba(0, 188, 212, 0.4);
    }

.timeline-line {
      width: 2px;
      height: 40px;
      background: linear-gradient(to bottom, var(--glass-border-medium), transparent);
    }

.timeline-card {
      background: var(--panel-strong);
      backdrop-filter: blur(20px);
      border: 1px solid var(--glass-border-light);
      border-radius: 1rem;
      padding: 1.5rem 2rem;
      transition: transform 0.3s, box-shadow 0.3s;
    }

.timeline-card:hover {
      transform: translateX(8px);
      box-shadow: 0 0 40px rgba(0, 188, 212, 0.15);
    }

.timeline-card h3 {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 1.25rem;
      font-weight: 700;
      margin-bottom: 0.5rem;
      display: flex;
      align-items: center;
      gap: 0.75rem;
    }

.timeline-card .type-badge {
      font-size: 0.75rem;
      padding: 0.25rem 0.75rem;
      border-radius: 50px;
      font-weight: 600;
    }

.type-badge.live {
      background: rgba(0, 188, 212, 0.2);
      color: var(--accent-500);
    }

.type-badge.async {
      background: rgba(216, 27, 96, 0.2);
      color: var(--magenta);
    }

.type-badge.free {
      background: rgba(0, 230, 118, 0.2);
      color: #00E676;
    }

.timeline-card p {
      color: var(--muted);
      line-height: 1.6;
    }

.timeline-card .duration {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      margin-top: 1rem;
      font-size: 0.875rem;
      color: var(--accent-500);
    }

/* === Comparison Section === */

.comparison-section { padding: 4rem 0; }

.comparison-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 2rem;
    }

.comparison-card {
      background: var(--panel-strong);
      backdrop-filter: blur(20px);
      border: 1px solid var(--glass-border-light);
      border-radius: 1.5rem;
      padding: 2rem;
      text-align: center;
      transition: transform 0.3s, box-shadow 0.3s;
    }

.comparison-card:hover {
      transform: scale(1.02);
      box-shadow: 0 0 40px rgba(0, 188, 212, 0.15);
    }

.comparison-card.highlight {
      border-color: var(--accent-500);
      box-shadow: 0 0 60px rgba(0, 188, 212, 0.2);
      position: relative;
    }

.comparison-card.highlight::before {
      content: 'Recommandé';
      position: absolute;
      top: -12px;
      left: 50%;
      transform: translateX(-50%);
      background: linear-gradient(135deg, var(--accent-500), var(--primary-700));
      color: white;
      padding: 0.25rem 1rem;
      border-radius: 50px;
      font-size: 0.75rem;
      font-weight: 600;
      text-transform: uppercase;
    }

.comparison-card h3 {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 1.75rem;
      font-weight: 700;
      margin-bottom: 0.5rem;
    }

.comparison-card .price {
      font-size: 2rem;
      font-weight: 700;
      color: var(--accent-500);
      margin-bottom: 1.5rem;
    }

.comparison-card ul {
      list-style: none;
      text-align: left;
    }

.comparison-card li {
      padding: 0.75rem 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.05);
      display: flex;
      align-items: center;
      gap: 0.75rem;
      color: var(--muted);
    }

.comparison-card li:last-child { border-bottom: none; }

.comparison-card li .check { color: var(--accent-500); font-weight: bold; }

.comparison-card li .cross { color: var(--muted); opacity: 0.5; }

/* === Reassurance Section === */

.reassurance-section { padding: 3rem 0; }

.reassurance-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 1.5rem;
      text-align: center;
    }

.reassurance-item { padding: 1.5rem; }

.reassurance-number {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 2.5rem;
      font-weight: 800;
      color: var(--accent-500);
      margin-bottom: 0.5rem;
    }

.reassurance-label {
      color: var(--muted);
      font-size: 0.95rem;
    }

/* === FAQ Section === */

.faq-section { padding: 4rem 0; }

.faq-list {
      max-width: 700px;
      margin: 0 auto;
    }

.faq-item {
      background: var(--panel-strong);
      backdrop-filter: blur(20px);
      border: 1px solid var(--glass-border-light);
      border-radius: 1rem;
      margin-bottom: 1rem;
      overflow: hidden;
    }

.faq-question {
      width: 100%;
      padding: 1.25rem 1.5rem;
      background: none;
      border: none;
      color: var(--text);
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 1rem;
      font-weight: 600;
      text-align: left;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      transition: background 0.3s;
    }

.faq-question:hover { background: rgba(0, 188, 212, 0.05); }

.faq-icon {
      font-size: 1.5rem;
      color: var(--accent-500);
      transition: transform 0.3s;
    }

.faq-item.open .faq-icon { transform: rotate(45deg); }

.faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease-out;
    }

.faq-item.open .faq-answer { max-height: 400px; }

.faq-answer p {
      padding: 0 1.5rem 1.25rem;
      color: var(--muted);
      line-height: 1.6;
    }

/* === CTA Section === */

.cta-section {
      padding: 4rem 0;
      text-align: center;
    }

.cta-box {
      background: var(--panel-strong);
      backdrop-filter: blur(20px);
      border: 1px solid var(--glass-border-medium);
      border-radius: 2rem;
      padding: 3rem;
      max-width: 600px;
      margin: 0 auto;
    }

.cta-box h2 {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: 1.75rem;
      font-weight: 700;
      margin-bottom: 1rem;
    }

.cta-box p {
      color: var(--muted);
      margin-bottom: 2rem;
    }

.cta-buttons {
      display: flex;
      flex-direction: column;
      gap: 1rem;
      align-items: center;
    }

.cta-secondary {
      color: var(--muted);
      text-decoration: none;
      font-size: 0.95rem;
      transition: color 0.3s;
    }

.cta-secondary:hover { color: var(--accent-500); }

[data-theme="light"] .cta-box {
  color: #fff;
}

[data-theme="light"] .cta-box h2 {
  color: #fff;
}

[data-theme="light"] .cta-box .price-line {
  color: #fff;
}

[data-theme="light"] .cta-box .cta-secondary {
  color: rgba(255,255,255,.85);
}

[data-theme="light"] .cta-box p {
  color: rgba(255,255,255,.7);
}

.cta-espace-link a {
  color: rgba(255,255,255,.85);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cta-espace-link a:hover {
  color: #fff;
}

/* === Footer === */

footer {
      text-align: center;
      padding: 3rem 2rem;
      border-top: 1px solid var(--glass-border-light);
    }

.footer-links {
      display: flex;
      justify-content: center;
      gap: 2rem;
      margin-bottom: 1rem;
      flex-wrap: wrap;
    }

.footer-links a {
      color: var(--muted);
      font-size: 0.9rem;
      transition: color 0.3s;
    }

.footer-links a:hover { color: var(--accent-500); }

.footer-tagline {
      color: var(--muted);
      font-size: 0.875rem;
    }

.footer-tagline span { color: var(--accent-500); }

/* === Responsive === */

@media (max-width: 480px) {
      h1 { font-size: 2.5rem !important; }
      .hero-hook { font-size: 1rem; }
      .hero-section { padding: 0.5rem 0 1.5rem; }
      .tagline { font-size: 0.9rem; }
      .price-hero { padding: 0.75rem 1.5rem; }
      .price-amount { font-size: 1.75rem; }
      .section-title { font-size: 1.5rem; }
      .section-subtitle { font-size: 0.9rem; }
      .pour-qui-cards { grid-template-columns: 1fr; gap: 1rem; }
      .comparison-cards { grid-template-columns: 1fr; gap: 1.25rem; }
      .faq-item summary { font-size: 1rem; padding: 1rem; }
      .faq-item p { padding: 0 1rem 1rem; font-size: 0.9rem; }
      .cta-box { padding: 1.5rem; }
      .cta-box h2 { font-size: 1.25rem; }
.timeline-card { padding: 1rem; }
      .timeline-card h4 { font-size: 1rem; }
      footer { padding: 2rem 0; }
      .footer-links { flex-direction: column; gap: 0.75rem; text-align: center; }
    }

@media (min-width: 1024px) {
      .container { max-width: 960px; }
      .hero-section { padding: 3rem 0 4rem; }
      h1 { font-size: 4.5rem; }
      .hero-hook { font-size: 1.5rem; }
      .pour-qui-cards { grid-template-columns: repeat(3, 1fr); }
      .comparison-cards { grid-template-columns: repeat(3, 1fr); }
      .timeline-item { gap: 2rem; }
      .timeline-card { padding: 2rem; }
      .cta-box { padding: 3rem 4rem; }
      section { padding: 4rem 0; }
    }

@media (min-width: 1440px) {
      .container { max-width: 1200px; }
      h1 { font-size: 5rem; }
      .hero-hook { font-size: 1.6rem; }
      .tagline { font-size: 1.25rem; }
      .price-amount { font-size: 3.5rem; }
      .section-title { font-size: 2.5rem; }
      .pour-qui-cards { gap: 2rem; }
      .comparison-cards { gap: 2.5rem; }
      .timeline-card { padding: 2.5rem; }
      .faq-item summary { font-size: 1.2rem; }
      section { padding: 5rem 0; }
    }

/* === FOOTER (harmonise avec index.html) === */

.footer{padding:28px 0;border-top:1px solid var(--border);font-size:14px;color:#B6C7DA;margin-top:48px}

.footer-content {
      display:flex;
      flex-direction:column;
      gap:6px;
      justify-content:center;
      align-items:flex-start;
    }

.footer a { color: inherit; text-decoration: none; }

.footer a:hover { color: var(--accent-500); }

.version{color:#8B9DC3;font-size:12px;margin-top:6px}

[data-theme="light"] .footer {
      border-top-color: rgba(0,0,0,.08);
      color: rgba(30,41,59,.7);
    }

[data-theme="light"] .footer a {
      color: rgba(30,41,59,.7);
    }

/* === BOTTOM-SHEET (menu mobile) === */

.bottom-sheet,
    .bottom-sheet-overlay {
      display: none;
    }

.sheet-theme-toggle {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 16px 20px;
      margin-top: 16px;
      border-top: 1px solid rgba(255,255,255,.1);
    }

.sheet-theme-toggle span {
      font-size: 0.95rem;
      color: var(--muted);
    }

[data-theme="light"] .bottom-sheet {
      background: linear-gradient(135deg, rgba(255,255,255,.98) 0%, rgba(241,245,249,.98) 100%);
    }

[data-theme="light"] .sheet-link {
      color: var(--text);
    }

[data-theme="light"] .sheet-theme-toggle {
      border-top-color: rgba(0,0,0,.08);
    }

/* === Actes Grid === */
.actes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}

.acte-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 1.5rem;
  padding: 2rem;
  transition: transform 0.3s, box-shadow 0.3s;
}

[data-theme="light"] .acte-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,.1);
  box-shadow: 0 4px 20px rgba(0,0,0,.06);
}

.acte-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,.25);
}

.acte-number {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: .85rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--accent-500);
  margin-bottom: .5rem;
}

.acte-card h3 {
  font-size: 1.3rem;
  margin: 0 0 .5rem;
}

.acte-desc {
  font-size: .95rem;
  color: var(--muted);
  margin-bottom: 1.25rem;
  line-height: 1.5;
}

.acte-badge {
  display: inline-block;
  padding: .35rem .8rem;
  border-radius: 2rem;
  font-size: .8rem;
  font-weight: 600;
}

.acte-badge.session {
  background: linear-gradient(135deg, rgba(255,107,107,.15), rgba(139,92,246,.15));
  color: #FF6B6B;
  border: 1px solid rgba(255,107,107,.3);
}

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

/* === How Section === */
.how-section { padding: 4rem 0; }

.how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}

.how-step {
  text-align: center;
  padding: 1.5rem;
  border-radius: 1rem;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
}

[data-theme="light"] .how-step {
  background: #fff;
  border: 1px solid rgba(0,0,0,.1);
  box-shadow: 0 4px 20px rgba(0,0,0,.06);
}

.how-number {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #22D3EE, #E11D8D);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.2rem;
  margin: 0 auto 1rem;
}

.how-step h3 {
  margin: 0 0 .5rem;
  font-size: 1.1rem;
}

.how-step p {
  font-size: .9rem;
  color: var(--muted);
}

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

/* === Price Line === */
.price-line {
  font-size: 1.8rem;
  font-weight: 800;
  font-family: 'Plus Jakarta Sans', sans-serif;
  margin: 1rem 0;
  text-align: center;
}

/* === Hero CTAs === */
.hero-ctas {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.btn-outline-light {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .75rem 1.5rem;
  border-radius: 2rem;
  border: 1px solid var(--glass-border-light);
  color: var(--text);
  text-decoration: none;
  font-weight: 600;
  transition: all .2s;
}

.btn-outline-light:hover {
  background: rgba(255,255,255,.08);
  border-color: var(--accent-500);
}

/* === Section Subtitle === */
.section-subtitle {
  text-align: center;
  color: var(--muted);
  font-size: 1rem;
  margin-top: -.5rem;
  margin-bottom: 1rem;
}

