/* =========================================================
   FULL WIDTH GENERIC — ATOMS / WPBAKERY
   Stratégie Akasha 360
========================================================= */

body.page-id-16145 .hdr,
body.page-id-16145 .hero,
body.page-id-16145 .sec,
body.page-id-16145 .ftr,
body.page-id-16145 section {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

/* évite les effets de conteneur interne */
body.page-id-16145 .hero-bg,
body.page-id-16145 .fcta-bg,
body.page-id-16145 .fcta-bgi {
  width: 100% !important;
  max-width: 100% !important;
}

/* recentrage du contenu */
body.page-id-16145 .hero-c,
body.page-id-16145 .qb,
body.page-id-16145 .ss,
body.page-id-16145 .hdr .in,
body.page-id-16145 .csm,
body.page-id-16145 .cmd {
  max-width: 1100px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  box-sizing: border-box !important;
}

/* responsive */
@media (max-width: 768px) {
  body.page-id-16145 .hero-c,
  body.page-id-16145 .qb,
  body.page-id-16145 .ss,
  body.page-id-16145 .hdr .in,
  body.page-id-16145 .csm,
  body.page-id-16145 .cmd {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

    /* ══════════════════════════════════════════════
       RESET & BASE
    ══════════════════════════════════════════════ */
    *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      font-family: 'Roboto', sans-serif;
      background: #0A1628;
      color: #D7E8FB;
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
    }
    img { max-width: 100%; height: auto; display: block; }
    button { cursor: pointer; border: none; font-family: inherit; }
    a { text-decoration: none; color: inherit; }

    /* ══════════════════════════════════════════════
       TYPOGRAPHY
    ══════════════════════════════════════════════ */
    .font-heading { font-family: 'Roboto', sans-serif; }

    /* ══════════════════════════════════════════════
       UTILITY CLASSES
    ══════════════════════════════════════════════ */
    .container { max-width: 1152px; margin: 0 auto; padding: 0 24px; }
    .container-sm { max-width: 768px; margin: 0 auto; padding: 0 24px; }
    .container-md { max-width: 896px; margin: 0 auto; padding: 0 24px; }
    .text-center { text-align: center; }
    .relative { position: relative; }
    .z-10 { z-index: 10; }

    /* ══════════════════════════════════════════════
       SECTION STYLES
    ══════════════════════════════════════════════ */
    .section { padding: 80px 0; position: relative; }
    @media (min-width: 640px) { .section { padding: 112px 0; } }

    .section-bg-dark { background: #0A1628; }
    .section-bg-mid { background: #111F37; }

    .section-header { text-align: center; margin-bottom: 56px; }
    .section-label {
      font-size: 0.75rem;
      text-transform: uppercase;
      letter-spacing: 0.15em;
      font-weight: 600;
      margin-bottom: 12px;
    }
    .section-title {
      text-transform: none;
      font-family: 'Roboto', sans-serif;
      font-size: clamp(1.875rem, 4vw, 3rem);
      font-weight: 700;
      color: #fff;
      margin-bottom: 16px;
      line-height: 1.2;
    }
    .section-underline {
      width: 80px;
      height: 4px;
      border-radius: 4px;
      margin: 0 auto;
    }
    .section-desc {
      color: rgba(215, 232, 251, 0.7);
      max-width: 640px;
      margin: 0 auto;
      font-size: 1.125rem;
      margin-top: 16px;
    }

    /* ══════════════════════════════════════════════
       SECTION DIVIDER
    ══════════════════════════════════════════════ */
    .section-divider {
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(48, 180, 247, 0.3), rgba(126, 114, 235, 0.3), transparent);
      margin: 96px 0;
    }

    /* ══════════════════════════════════════════════
       GRADIENT OVERLAYS
    ══════════════════════════════════════════════ */
    .gradient-top {
      position: absolute; top: 0; left: 0; right: 0; height: 128px;
      background: linear-gradient(to bottom, #0A1628, transparent);
      z-index: 1;
    }
    .gradient-bottom {
      position: absolute; bottom: 0; left: 0; right: 0; height: 128px;
      background: linear-gradient(to top, #0A1628, transparent);
      z-index: 1;
    }

    /* ══════════════════════════════════════════════
       STARS BACKGROUND
    ══════════════════════════════════════════════ */
    .stars-bg::before {
      content: '';
      position: absolute; top: 0; left: 0; right: 0; bottom: 0;
      background-image:
        radial-gradient(1px 1px at 10% 20%, rgba(215,232,251,0.6), transparent),
        radial-gradient(1px 1px at 30% 60%, rgba(48,180,247,0.4), transparent),
        radial-gradient(1.5px 1.5px at 50% 10%, rgba(126,114,235,0.5), transparent),
        radial-gradient(1px 1px at 70% 40%, rgba(215,232,251,0.4), transparent),
        radial-gradient(1px 1px at 90% 80%, rgba(48,180,247,0.3), transparent),
        radial-gradient(1.5px 1.5px at 20% 90%, rgba(126,114,235,0.4), transparent),
        radial-gradient(1px 1px at 60% 70%, rgba(215,232,251,0.5), transparent),
        radial-gradient(1px 1px at 80% 15%, rgba(48,180,247,0.4), transparent);
      pointer-events: none;
      z-index: 0;
    }

    /* ══════════════════════════════════════════════
       GLASS CARD
    ══════════════════════════════════════════════ */
    .glass-card {
      background: rgba(17, 31, 55, 0.6);
      backdrop-filter: blur(20px);
      -webkit-backdrop-filter: blur(20px);
      border: 1px solid rgba(48, 180, 247, 0.15);
      border-radius: 16px;
      transition: all 0.4s ease;
    }
    .glass-card:hover {
      border-color: rgba(48, 180, 247, 0.4);
      box-shadow: 0 0 30px rgba(48, 180, 247, 0.15);
      transform: translateY(-4px);
    }

    /* ══════════════════════════════════════════════
       CTA BUTTON
    ══════════════════════════════════════════════ */
    .cta-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      background: linear-gradient(135deg, #30B4F7, #7E72EB);
      color: #fff;
      font-weight: 700;
      padding: 16px 40px;
      border-radius: 12px;
      font-size: 1.125rem;
      transition: all 0.3s ease;
      box-shadow: 0 0 20px rgba(48, 180, 247, 0.3);
      text-transform: uppercase;
      letter-spacing: 0.05em;
    }
    .cta-button:hover {
      transform: translateY(-2px);
      box-shadow: 0 0 40px rgba(48, 180, 247, 0.5), 0 0 80px rgba(126, 114, 235, 0.2);
    }
    .cta-button-full { width: 100%; }

    /* ══════════════════════════════════════════════
       ANIMATIONS
    ══════════════════════════════════════════════ */
    @keyframes float {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-10px); }
    }
    @keyframes glow-pulse {
      0%, 100% { box-shadow: 0 0 20px rgba(48,180,247,0.3), 0 0 40px rgba(126,114,235,0.1); }
      50% { box-shadow: 0 0 30px rgba(48,180,247,0.5), 0 0 60px rgba(126,114,235,0.2); }
    }
    @keyframes fade-in-up {
      from { opacity: 0; transform: translateY(30px); }
      to { opacity: 1; transform: translateY(0); }
    }
    @keyframes bounce {
      0%, 100% { transform: translateY(0) translateX(-50%); }
      50% { transform: translateY(-8px) translateX(-50%); }
    }
    @keyframes pulse-dot {
      0%, 100% { opacity: 1; }
      50% { opacity: 0.4; }
    }
    .animate-float { animation: float 6s ease-in-out infinite; }
    .animate-glow-pulse { animation: glow-pulse 3s ease-in-out infinite; }
    .animate-fade-in-up { animation: fade-in-up 0.8s ease-out forwards; }

    /* ══════════════════════════════════════════════
       GRID SYSTEM
    ══════════════════════════════════════════════ */
    .grid { display: grid; gap: 24px; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-3 { grid-template-columns: 1fr; }
    @media (min-width: 640px) { .grid-2 { grid-template-columns: repeat(2, 1fr); } .grid-3 { grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 1024px) { .grid-3 { grid-template-columns: repeat(3, 1fr); } }

    .grid-2-lg { display: grid; grid-template-columns: 1fr; gap: 48px; align-items: center; }
    @media (min-width: 1024px) { .grid-2-lg { grid-template-columns: 1fr 1fr; } }

    /* ══════════════════════════════════════════════
       FLEX UTILITIES
    ══════════════════════════════════════════════ */
    .flex-center { display: flex; align-items: center; justify-content: center; }
    .flex-wrap-center { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }

    /* ══════════════════════════════════════════════
       PROMO BANNER
    ══════════════════════════════════════════════ */
    .promo-banner {
      background: linear-gradient(135deg, rgba(126,114,235,0.2), rgba(48,180,247,0.2));
      border: 1px solid rgba(48, 180, 247, 0.3);
      border-radius: 16px;
      padding: 20px 24px;
      max-width: 640px;
      margin: 0 auto 32px;
      animation: glow-pulse 3s ease-in-out infinite;
    }
    @media (min-width: 640px) { .promo-banner { padding: 24px 40px; } }

    /* ══════════════════════════════════════════════
       GRADIENT TEXT
    ══════════════════════════════════════════════ */
    .gradient-text {
      background: linear-gradient(to right, #30B4F7, #7E72EB, #0BD4FC);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .gradient-text-cyan {
      background: linear-gradient(to right, #0BD4FC, #30B4F7);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .gradient-text-price {
      background: linear-gradient(to right, #0BD4FC, #30B4F7, #7E72EB);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    /* ══════════════════════════════════════════════
       SVG ICONS (inline)
    ══════════════════════════════════════════════ */
    .icon { display: inline-flex; flex-shrink: 0; }
    .icon svg { width: 20px; height: 20px; }
    .icon-sm svg { width: 16px; height: 16px; }
    .icon-lg svg { width: 24px; height: 24px; }

    /* ══════════════════════════════════════════════
       HERO SECTION
    ══════════════════════════════════════════════ */
    .hero {
      position: relative;
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }
    .hero-bg {
      position: absolute; inset: 0; z-index: 0;
    }
    .hero-bg img {
      width: 100%; height: 100%; object-fit: cover;
    }
    .hero-overlay {
      position: absolute; inset: 0;
      background: linear-gradient(to bottom, rgba(10,22,40,0.7), rgba(17,31,55,0.6), rgba(10,22,40,0.9));
    }
    .hero-content {
      position: relative; z-index: 10;
      max-width: 960px; margin: 0 auto;
      padding: 0 24px;
      text-align: center;
      opacity: 0;
      transform: translateY(20px);
      animation: fade-in-up 1s ease-out 0.2s forwards;
    }
    .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 24px;
      padding: 8px 20px;
      border-radius: 9999px;
      border: 1px solid rgba(48, 180, 247, 0.3);
      background: rgba(17, 31, 55, 0.6);
      backdrop-filter: blur(12px);
    }
    .hero-badge-dot {
      width: 8px; height: 8px;
      border-radius: 50%;
      background: #0BD4FC;
      animation: pulse-dot 2s ease-in-out infinite;
    }
    .hero-badge-text {
      color: #D7E8FB;
      font-size: 0.875rem;
      font-weight: 500;
      letter-spacing: 0.03em;
    }
    .hero-title {
      text-transform: none;
      font-family: 'Roboto', sans-serif;
      font-size: clamp(2.25rem, 6vw, 4.5rem);
      font-weight: 700;
      color: #fff;
      line-height: 1.1;
      margin-bottom: 24px;
    }
    .hero-subtitle {
      font-family: 'Roboto', sans-serif;
      font-size: clamp(1.125rem, 2.5vw, 1.875rem);
      color: #D7E8FB;
      font-weight: 500;
      margin-bottom: 24px;
      line-height: 1.5;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }
    .hero-desc {
      font-size: clamp(0.9375rem, 1.5vw, 1.125rem);
      color: rgba(215, 232, 251, 0.8);
      max-width: 720px;
      margin: 0 auto 32px;
      line-height: 1.7;
    }
    .hero-scroll {
      position: absolute;
      bottom: 32px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 10;
      animation: bounce 2s ease-in-out infinite;
    }

    /* ══════════════════════════════════════════════
       BENEFIT PILL
    ══════════════════════════════════════════════ */
    .benefit-pill {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 16px;
      border-radius: 9999px;
      background: rgba(17, 31, 55, 0.6);
      border: 1px solid rgba(126, 114, 235, 0.2);
      backdrop-filter: blur(8px);
    }
    .benefit-pill span { color: #D7E8FB; font-size: 0.875rem; }

    /* ══════════════════════════════════════════════
       PAIN SECTION
    ══════════════════════════════════════════════ */
    .pain-image-wrapper {
      position: relative;
      display: flex;
      justify-content: center;
    }
    .pain-image-circle {
      position: relative;
      width: 288px; height: 288px;
      border-radius: 50%;
      overflow: hidden;
      animation: float 6s ease-in-out infinite;
    }
    @media (min-width: 640px) { .pain-image-circle { width: 320px; height: 320px; } }
    .pain-image-circle img { width: 100%; height: 100%; object-fit: cover; }
    .pain-image-border {
      position: absolute; inset: 0;
      border-radius: 50%;
      border: 2px solid rgba(126, 114, 235, 0.3);
    }
    .pain-image-gradient {
      position: absolute; inset: 0;
      background: linear-gradient(to top, rgba(10, 22, 40, 0.4), transparent);
    }
    .pain-glow {
      position: absolute; inset: 0;
      display: flex; align-items: center; justify-content: center;
      pointer-events: none;
    }
    .pain-glow-circle {
      width: 384px; height: 384px;
      border-radius: 50%;
      background: rgba(126, 114, 235, 0.1);
      filter: blur(48px);
    }
    .pain-item {
      display: flex;
      align-items: flex-start;
      gap: 16px;
      padding: 16px;
    }
    .pain-icon {
      flex-shrink: 0;
      width: 32px; height: 32px;
      border-radius: 50%;
      background: rgba(126, 114, 235, 0.2);
      display: flex; align-items: center; justify-content: center;
      margin-top: 2px;
    }
    .pain-text {
      color: rgba(215, 232, 251, 0.8);
      font-size: 0.875rem;
      line-height: 1.6;
    }
    @media (min-width: 640px) { .pain-text { font-size: 1rem; } }

    /* ══════════════════════════════════════════════
       BENEFITS SECTION
    ══════════════════════════════════════════════ */
    .benefit-card {
      padding: 24px;
      display: flex;
      flex-direction: column;
    }
    @media (min-width: 640px) { .benefit-card { padding: 32px; } }
    .benefit-icon-box {
      width: 56px; height: 56px;
      border-radius: 12px;
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 20px;
    }
    .benefit-title {
      text-transform: none;
      font-family: 'Roboto', sans-serif;
      font-size: clamp(1.125rem, 2vw, 1.5rem);
      font-weight: 700;
      margin-bottom: 20px;
    }
    .benefit-list { list-style: none; display: flex; flex-direction: column; gap: 12px; flex: 1; }
    .benefit-list li {
      display: flex;
      align-items: flex-start;
      gap: 12px;
    }
    .benefit-list li span {
      color: rgba(215, 232, 251, 0.8);
      font-size: 0.875rem;
      line-height: 1.6;
    }

    /* ══════════════════════════════════════════════
       PROGRAM SECTION
    ══════════════════════════════════════════════ */
    .quote-card {
      border-left: 4px solid #30B4F7;
      padding: 20px;
    }
    .quote-card p {
      color: #fff;
      font-weight: 500;
      font-style: italic;
    }
    .transform-image-wrapper {
      display: flex; justify-content: center;
    }
    .transform-image {
      position: relative;
      width: 100%;
      max-width: 448px;
    }
    .transform-image img {
      width: 100%;
      border-radius: 16px;
      box-shadow: 0 25px 50px -12px rgba(0,0,0,0.5);
    }
    .transform-image-overlay {
      position: absolute; inset: 0;
      border-radius: 16px;
      background: linear-gradient(to top, rgba(10,22,40,0.5), transparent);
    }
    .transform-image-glow {
      position: absolute;
      inset: -16px;
      border-radius: 24px;
      background: rgba(48, 180, 247, 0.05);
      filter: blur(32px);
      z-index: -1;
    }

    /* Why different */
    .why-different-card {
      padding: 32px;
      max-width: 896px;
      margin: 0 auto;
      text-align: center;
      border-radius: 16px;
    }
    @media (min-width: 640px) { .why-different-card { padding: 40px; } }

    /* Module cards */
    .module-card {
      padding: 24px;
      position: relative;
      overflow: hidden;
    }
    .module-cert-badge {
      position: absolute;
      top: 12px; right: 12px;
      padding: 4px 8px;
      border-radius: 9999px;
      font-size: 10px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.05em;
    }
    .module-icon-box {
      width: 48px; height: 48px;
      border-radius: 12px;
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 16px;
    }
    .module-title {
      text-transform: none;
      font-family: 'Roboto', sans-serif;
      font-size: 1.25rem;
      font-weight: 700;
      color: #fff;
      margin-bottom: 4px;
    }
    .module-subtitle {
      font-size: 0.875rem;
      font-weight: 500;
      margin-bottom: 12px;
    }
    .module-desc {
      color: rgba(215, 232, 251, 0.7);
      font-size: 0.875rem;
      line-height: 1.6;
    }
    .module-accent-line {
      position: absolute;
      bottom: 0; left: 0; right: 0;
      height: 2px;
    }

    /* Cert badge image */
    .cert-badge-wrapper {
      display: flex; justify-content: center; margin-bottom: 48px;
    }
    .cert-badge {
      position: relative;
      width: 128px; height: 128px;
      animation: float 6s ease-in-out infinite;
    }
    @media (min-width: 640px) { .cert-badge { width: 160px; height: 160px; } }
    .cert-badge img {
      width: 100%; height: 100%;
      object-fit: cover;
      border-radius: 50%;
    }
    .cert-badge-border {
      position: absolute; inset: 0;
      border-radius: 50%;
      border: 1px solid rgba(11, 212, 252, 0.3);
    }
    .cert-badge-glow {
      position: absolute; inset: -16px;
      border-radius: 50%;
      background: rgba(11, 212, 252, 0.05);
      filter: blur(20px);
      z-index: -1;
    }

    /* Session cards */
    .session-info {
      display: flex; align-items: center; justify-content: center;
      gap: 8px; margin-bottom: 32px;
    }
    .session-card {
      padding: 20px;
      position: relative;
    }
    .session-num {
      position: absolute;
      top: -12px; left: -4px;
      width: 32px; height: 32px;
      border-radius: 50%;
      background: linear-gradient(135deg, #30B4F7, #7E72EB);
      display: flex; align-items: center; justify-content: center;
      color: #fff;
      font-size: 0.875rem;
      font-weight: 700;
      box-shadow: 0 4px 12px rgba(48, 180, 247, 0.3);
    }
    .session-title {
      text-transform: none;
      font-family: 'Roboto', sans-serif;
      font-size: 1.125rem;
      font-weight: 700;
      color: #fff;
      margin-top: 8px;
      margin-bottom: 8px;
    }
    .session-desc {
      color: rgba(215, 232, 251, 0.7);
      font-size: 0.875rem;
      line-height: 1.6;
    }

    /* ══════════════════════════════════════════════
       PRICING SECTION
    ══════════════════════════════════════════════ */
    .roi-card {
      padding: 32px;
      max-width: 896px;
      margin: 0 auto 40px;
      border-radius: 16px;
    }
    @media (min-width: 640px) { .roi-card { padding: 40px; } }
    .roi-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
    @media (min-width: 640px) { .roi-grid { grid-template-columns: repeat(2, 1fr); } }
    .roi-item {
      display: flex; align-items: flex-start; gap: 12px;
    }
    .roi-item span {
      color: rgba(215, 232, 251, 0.8);
      font-size: 0.875rem;
      line-height: 1.6;
    }

    /* Pricing card */
    .pricing-wrapper { max-width: 576px; margin: 0 auto; }
    .pricing-card {
      position: relative;
      border-radius: 24px;
      overflow: hidden;
      animation: glow-pulse 3s ease-in-out infinite;
    }
    .pricing-card-bg {
      position: absolute; inset: 0;
      background: linear-gradient(135deg, #111F37, #1a2d4d, #111F37);
    }
    .pricing-card-border {
      position: absolute; inset: 0;
      border: 1px solid rgba(48, 180, 247, 0.3);
      border-radius: 24px;
    }
    .pricing-card-inner {
      position: relative;
      padding: 32px;
    }
    @media (min-width: 640px) { .pricing-card-inner { padding: 40px; } }

    .urgency-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 16px;
      border-radius: 9999px;
      background: rgba(239, 68, 68, 0.1);
      border: 1px solid rgba(239, 68, 68, 0.3);
    }
    .urgency-badge svg { color: #f87171; }
    .urgency-badge span { color: #f87171; font-size: 0.875rem; font-weight: 600; }

    .price-old {
      color: rgba(215, 232, 251, 0.5);
      font-size: 1.125rem;
      text-decoration: line-through;
      margin-bottom: 4px;
    }
    .price-new {
      font-size: clamp(3rem, 8vw, 4.5rem);
      font-weight: 800;
      line-height: 60px;
      margin-top: 20px;
      margin-bottom: 20px;
    }
    .price-desc {
      color: rgba(215, 232, 251, 0.6);
      font-size: 0.875rem;
      margin-top: 8px;
    }

    .savings-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 16px;
      border-radius: 9999px;
      background: rgba(11, 212, 252, 0.1);
      border: 1px solid rgba(11, 212, 252, 0.3);
    }
    .savings-badge span {
      color: #0BD4FC;
      font-size: 0.875rem;
      font-weight: 700;
    }

    .included-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 32px; }
    .included-item {
      display: flex; align-items: center; gap: 12px;
    }
    .included-item span {
      color: rgba(215, 232, 251, 0.9);
      font-size: 0.875rem;
    }

    .guarantee {
      display: flex; align-items: center; justify-content: center; gap: 8px;
      margin-top: 20px;
    }
    .guarantee span {
      color: rgba(215, 232, 251, 0.4);
      font-size: 0.75rem;
    }

    /* ══════════════════════════════════════════════
       FAQ SECTION
    ══════════════════════════════════════════════ */
    .faq-list { display: flex; flex-direction: column; gap: 12px; }
    .faq-item {
      border-radius: 12px;
      overflow: hidden;
      transition: border-color 0.3s ease;
    }
    .faq-question {
      text-transform: none;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 20px;
      background: none;
      text-align: left;
      color: #fff;
      font-weight: 500;
      font-size: 0.875rem;
    }
    @media (min-width: 640px) { .faq-question { font-size: 1rem; } }
    .faq-chevron {
      flex-shrink: 0;
      width: 20px; height: 20px;
      color: #30B4F7;
      transition: transform 0.3s ease;
    }
    .faq-item.open .faq-chevron { transform: rotate(180deg); }
    .faq-answer {
      max-height: 0;
      opacity: 0;
      overflow: hidden;
      transition: max-height 0.3s ease, opacity 0.3s ease;
    }
    .faq-item.open .faq-answer {
      max-height: 400px;
      opacity: 1;
    }
    .faq-answer-inner {
      padding: 0 20px 20px;
    }
    .faq-answer-divider {
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(48, 180, 247, 0.2), transparent);
      margin-bottom: 16px;
    }
    .faq-answer p {
      color: rgba(215, 232, 251, 0.8);
      font-size: 0.875rem;
      line-height: 1.6;
    }

    /* ══════════════════════════════════════════════
       FOOTER
    ══════════════════════════════════════════════ */
    .footer {
      text-align: center;
      padding: 80px 0 32px;
    }
    .footer p {
      color: rgba(215, 232, 251, 0.3);
      font-size: 0.75rem;
    }

    /* ══════════════════════════════════════════════
       SCROLLBAR
    ══════════════════════════════════════════════ */
    ::-webkit-scrollbar { width: 8px; }
    ::-webkit-scrollbar-track { background: #0A1628; }
    ::-webkit-scrollbar-thumb { background: #30B4F7; border-radius: 4px; }
