body.page-id-19109 .hdr,
body.page-id-19109 .hero,
body.page-id-19109 .sec,
body.page-id-19109 .ftr,
body.page-id-19109 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-19109 .hero-bg,
body.page-id-19109 .fcta-bg,
body.page-id-19109 .fcta-bgi {
  width: 100% !important;
  max-width: 100% !important;
}

/* recentrage du contenu */
body.page-id-19109 .hero-c,
body.page-id-19109 .qb,
body.page-id-19109 .ss,
body.page-id-19109 .hdr .in,
body.page-id-19109 .csm,
body.page-id-19109 .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-19109 .hero-c,
  body.page-id-19109 .qb,
  body.page-id-19109 .ss,
  body.page-id-19109 .hdr .in,
  body.page-id-19109 .csm,
  body.page-id-19109 .cmd {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
    /* ===== RESET & BASE ===== */
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body {
      font-family: 'Plus Jakarta Sans', sans-serif;
      background: #1a1035;
      color: #d7e8fb;
      overflow-x: hidden;
      line-height: 1.6;
    }
    img { max-width: 100%; display: block; }
    a { text-decoration: none; color: inherit; }
    button { cursor: pointer; border: none; font-family: inherit; }

    /* ===== SCROLLBAR ===== */
    ::-webkit-scrollbar { width: 8px; }
    ::-webkit-scrollbar-track { background: #111F37; }
    ::-webkit-scrollbar-thumb { background: rgba(48,180,247,0.3); border-radius: 4px; }
    ::-webkit-scrollbar-thumb:hover { background: rgba(48,180,247,0.5); }

    /* ===== ANIMATIONS ===== */
    @keyframes float {
      0%, 100% { transform: translateY(0px); }
      50% { transform: translateY(-20px); }
    }
    @keyframes glow-pulse {
      0%, 100% { opacity: 0.6; }
      50% { opacity: 1; }
    }
    @keyframes particle-drift {
      0% { transform: translateY(0) translateX(0); opacity: 0; }
      10% { opacity: 1; }
      90% { opacity: 1; }
      100% { transform: translateY(-100vh) translateX(50px); opacity: 0; }
    }
    @keyframes fade-in-up {
      from { opacity: 0; transform: translateY(40px); }
      to { opacity: 1; transform: translateY(0); }
    }
    @keyframes bounce-scroll {
      0%, 100% { transform: translateY(0) translateX(-50%); }
      50% { transform: translateY(-10px) translateX(-50%); }
    }

    .animate-float { animation: float 6s ease-in-out infinite; }
    .animate-glow-pulse { animation: glow-pulse 3s ease-in-out infinite; }

    /* ===== GLASSMORPHISM ===== */
    .glass {
      background: rgba(255,255,255,0.05);
      backdrop-filter: blur(20px);
      -webkit-backdrop-filter: blur(20px);
      border: 1px solid rgba(255,255,255,0.1);
    }
    .glass:hover {
      background: rgba(255,255,255,0.08);
      border-color: rgba(255,255,255,0.15);
    }

    /* ===== GLOW BUTTON ===== */
    .glow-btn {
      position: relative;
      overflow: hidden;
      z-index: 1;
    }
    .glow-btn::before {
      content: '';
      position: absolute;
      inset: -2px;
      background: linear-gradient(135deg, #0bd4fc, #7e72eb, #30b4f7);
      border-radius: inherit;
      z-index: -1;
      opacity: 0.7;
      filter: blur(12px);
      transition: opacity 0.3s;
    }
    .glow-btn:hover::before { opacity: 1; }
    .glow-btn:hover { transform: scale(1.05); }
    .glow-btn:active { transform: scale(0.95); }

    /* ===== GRADIENT TEXT ===== */
    .gradient-text-1 {
      background: linear-gradient(to right, #30b4f7, #6289ed);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .gradient-text-2 {
      background: linear-gradient(to right, #7e72eb, #0bd4fc);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .gradient-text-3 {
      background: linear-gradient(to right, #0bd4fc, #7e72eb);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .gradient-text-4 {
      background: linear-gradient(to right, #30b4f7, #7e72eb);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    /* ===== SCROLL REVEAL ===== */
    .reveal {
      opacity: 0;
      transform: translateY(40px);
      transition: opacity 0.8s ease, transform 0.8s ease;
    }
    .reveal.visible {
      opacity: 1;
      transform: translateY(0);
    }

    /* ===== SECTION SHARED ===== */
    .section-badge {
      text-transform: none !important;
      display: inline-block;
      padding: 6px 16px;
      border-radius: 9999px;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      margin-bottom: 24px;
    }
    .section-title {
      text-transform: none !important;
      font-size: clamp(1.8rem, 5vw, 3rem);
      font-weight: 700;
      color: #fff;
      margin-bottom: 24px;
      line-height: 1.2;
    }
    .section-subtitle {
      font-size: 1.1rem;
      color: rgba(215,232,251,0.6);
      max-width: 640px;
      margin: 0 auto;
    }
    .container {
      max-width: 1152px;
      margin: 0 auto;
      padding: 0 16px;
    }

    /* ============================================
       HERO SECTION
    ============================================ */
    .hero {
      position: relative;
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      background: linear-gradient(180deg, #0e0a1e 0%, #1a1035 40%, #111F37 100%);
    }
    .hero__bg {
      position: absolute;
      inset: 0;
      opacity: 0.2;
      background-image: url('https://formation.patricia-parred-linty.com/wp-content/uploads/2026/04/fond-header-guerisseur-karmique-niv2.webp');
      background-size: cover;
      background-position: center;
      filter: blur(2px);
    }
    .hero__particles {
      position: absolute;
      inset: 0;
      overflow: hidden;
      pointer-events: none;
    }
    .hero__particle {
      position: absolute;
      border-radius: 50%;
    }
    .hero__orb {
      position: absolute;
      border-radius: 50%;
    }
    .hero__orb--1 {
      top: 25%; left: 25%;
      width: 384px; height: 384px;
      opacity: 0.2;
      background: radial-gradient(circle, #7e72eb 0%, transparent 70%);
      filter: blur(80px);
      animation: float 6s ease-in-out infinite;
    }
    .hero__orb--2 {
      bottom: 25%; right: 25%;
      width: 320px; height: 320px;
      opacity: 0.15;
      background: radial-gradient(circle, #c9a84c 0%, transparent 70%);
      filter: blur(60px);
      animation: float 6s ease-in-out infinite 3s;
    }
    .hero__orb--3 {
      top: 50%; right: 33%;
      width: 256px; height: 256px;
      opacity: 0.1;
      background: radial-gradient(circle, #9b59b6 0%, transparent 70%);
      filter: blur(70px);
      animation: float 6s ease-in-out infinite 5s;
    }
    .hero__content {
      position: relative;
      z-index: 10;
      text-align: center;
      padding: 0 16px;
      max-width: 960px;
      margin: 0 auto;
    }
    .hero__badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 20px;
      border-radius: 9999px;
      margin-bottom: 32px;
    }
    .hero__badge-dot {
      width: 8px; height: 8px;
      border-radius: 50%;
      background: #0bd4fc;
      animation: glow-pulse 3s ease-in-out infinite;
    }
    .hero__badge-text {
      color: #d7e8fb;
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 0.1em;
    }
    .hero__title {
      text-transform: none !important;
      font-size: clamp(2.2rem, 6vw, 4.2rem);
      font-weight: 700;
      line-height: 1.15;
      margin-bottom: 24px;
      color: #fff;
    }
    .hero__title-sub {
      font-size: clamp(1.6rem, 4vw, 3rem);
    }
    .hero__subtitle {
      font-size: clamp(1rem, 2vw, 1.2rem);
      color: rgba(215,232,251,0.8);
      max-width: 720px;
      margin: 0 auto 16px;
      line-height: 1.7;
    }
    .hero__subtitle strong { color: #0bd4fc; }
    .hero__note {
      font-size: 0.95rem;
      color: rgba(215,232,251,0.5);
      max-width: 600px;
      margin: 0 auto 40px;
    }
    .hero__cta-group {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 16px;
    }
    .hero__btn-primary {
      padding: 16px 40px;
      border-radius: 12px;
      font-weight: 700;
      font-size: 1.1rem;
      color: #fff;
      background: linear-gradient(135deg, #0bd4fc 0%, #7e72eb 50%, #30b4f7 100%);
      transition: transform 0.3s;
    }
    .hero__btn-secondary {
      padding: 16px 32px;
      border-radius: 12px;
      font-weight: 600;
      color: #d7e8fb;
      transition: transform 0.3s;
    }
    .hero__btn-secondary:hover { transform: scale(1.05); }
    .hero__trust {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 24px;
      margin-top: 48px;
    }
    .hero__trust-item {
      display: flex;
      align-items: center;
      gap: 8px;
      color: rgba(215,232,251,0.6);
      font-size: 13px;
    }
    .hero__trust-icon {
      width: 16px; height: 16px;
      color: #0bd4fc;
    }
    .hero__scroll {
      position: absolute;
      bottom: 32px;
      left: 50%;
      animation: bounce-scroll 2s ease-in-out infinite;
    }
    .hero__scroll-track {
      width: 24px; height: 40px;
      border-radius: 9999px;
      border: 2px solid rgba(215,232,251,0.3);
      display: flex;
      align-items: flex-start;
      justify-content: center;
      padding-top: 4px;
    }
    .hero__scroll-dot {
      width: 6px; height: 12px;
      border-radius: 9999px;
      background: #0bd4fc;
      animation: glow-pulse 3s ease-in-out infinite;
    }

    /* ============================================
       PROBLEM SECTION
    ============================================ */
    .problem {
      position: relative;
      padding: 96px 16px;
      background: linear-gradient(180deg, #111F37 0%, #150e28 100%);
    }
    .problem__glow {
      position: absolute;
      top: 0; right: 0;
      width: 384px; height: 384px;
      opacity: 0.1;
      background: radial-gradient(circle, #7e72eb, transparent 70%);
      filter: blur(100px);
    }
    .problem__grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 24px;
      margin-bottom: 64px;
    }
    .problem__card {
      border-radius: 16px;
      padding: 32px;
      transition: all 0.5s;
    }
    .problem__card:hover { transform: translateY(-8px); }
    .problem__card-icon { font-size: 2rem; margin-bottom: 16px; }
    .problem__card-title {
      text-transform: none !important;
      font-size: 1.05rem;
      font-weight: 700;
      color: #fff;
      margin-bottom: 12px;
      transition: color 0.3s;
    }
    .problem__card:hover .problem__card-title { color: #0bd4fc; }
    .problem__card-desc {
      color: rgba(215,232,251,0.6);
      font-size: 0.875rem;
      line-height: 1.7;
    }
    .problem__emphasis {
      border-radius: 16px;
      padding: 24px 32px;
      display: inline-block;
      max-width: 640px;
    }
    .problem__emphasis p {
      font-size: 1.1rem;
      line-height: 1.7;
      color: rgba(215,232,251,0.8);
    }

    /* ============================================
       TRANSFORMATION SECTION
    ============================================ */
    .transformation {
      position: relative;
      padding: 96px 16px;
      overflow: hidden;
      background: linear-gradient(180deg, #0f1b30 0%, #1a1035 50%, #162a4a 100%);
    }
    .transformation__bg {
      position: absolute;
      inset: 0;
      opacity: 0.1;
      background-image: url('https://formation.patricia-parred-linty.com/wp-content/uploads/2026/04/fond-transformation-guerisseur-karmique-niv2.webp');
      background-size: cover;
      background-position: center;
    }
    .transformation__glow {
      position: absolute;
      bottom: 0; left: 50%;
      transform: translateX(-50%);
      width: 600px; height: 600px;
      opacity: 0.1;
      background: radial-gradient(circle, #0bd4fc, transparent 70%);
      filter: blur(120px);
    }
    .before-after__grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 16px;
      margin-bottom: 64px;
    }
    .before-after__item {
      border-radius: 12px;
      padding: 20px;
      display: flex;
      align-items: center;
      gap: 16px;
      transition: border-color 0.3s;
    }
    .before-after__item:hover { border-color: rgba(11,212,252,0.3); }
    .before-after__before {
      flex: 1;
      color: rgba(215,232,251,0.4);
      font-size: 0.875rem;
      text-decoration: line-through;
    }
    .before-after__arrow {
      flex-shrink: 0;
      width: 24px; height: 24px;
      color: #0bd4fc;
      transition: transform 0.3s;
    }
    .before-after__item:hover .before-after__arrow { transform: translateX(4px); }
    .before-after__after {
      flex: 1;
      text-align: right;
      color: #fff;
      font-weight: 600;
      font-size: 0.875rem;
    }
    .competences__grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 24px;
    }
    .competence__card {
      border-radius: 16px;
      padding: 28px;
      transition: all 0.5s;
    }
    .competence__card:hover { transform: translateY(-4px); }
    .competence__header {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      margin-bottom: 12px;
    }
    .competence__icon-box {
      width: 32px; height: 32px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      margin-top: 2px;
      background: linear-gradient(135deg, rgba(11,212,252,0.12), rgba(126,114,235,0.12));
    }
    .competence__icon-box svg { width: 16px; height: 16px; color: #0bd4fc; }
    .competence__title { 
      text-transform: none !important;
      color: #fff; 
      font-weight: 700; 
      font-size: 0.95rem; 
      margin-top: 0px !important;
    }
    .competence__detail {
      color: rgba(215,232,251,0.5);
      font-size: 0.85rem;
      line-height: 1.7;
      padding-left: 44px;
    }
    .transformation__bottom {
      text-align: center;
      margin-top: 64px;
    }
    .transformation__bottom p:first-child {
      font-size: 1.2rem;
      color: rgba(215,232,251,0.7);
      margin-bottom: 8px;
    }
    .transformation__bottom p:last-child {
      font-size: 1.4rem;
      font-weight: 700;
    }

    /* ============================================
       PROFILE SECTION
    ============================================ */
    .profiles {
      position: relative;
      padding: 96px 16px;
      background: linear-gradient(180deg, #162a4a 0%, #1a1035 100%);
    }
    .profiles__list {
      max-width: 800px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      gap: 16px;
    }
    .profile__item {
      border-radius: 16px;
      overflow: hidden;
      cursor: pointer;
      transition: border-color 0.5s;
    }
    .profile__header {
      display: flex;
      align-items: center;
      gap: 16px;
      padding: 24px;
    }
    .profile__number {
      font-size: 1.5rem;
      font-weight: 700;
      opacity: 0.4;
    }
    .profile__title {
      text-transform: none !important;
      flex: 1;
      color: #fff;
      font-weight: 600;
      font-size: clamp(0.9rem, 2vw, 1.1rem);
      margin-top: 10px !important;
    }
    .profile__chevron {
      width: 20px; height: 20px;
      color: rgba(215,232,251,0.4);
      transition: transform 0.3s;
      flex-shrink: 0;
    }
    .profile__item.open .profile__chevron { transform: rotate(180deg); }
    .profile__content {
      max-height: 0;
      opacity: 0;
      overflow: hidden;
      transition: max-height 0.5s ease, opacity 0.5s ease;
    }
    .profile__item.open .profile__content {
      max-height: 200px;
      opacity: 1;
    }
    .profile__content-inner {
      padding: 0 24px 24px 64px;
    }
    .profile__situation {
      color: rgba(215,232,251,0.5);
      font-size: 0.875rem;
      margin-bottom: 12px;
    }
    .profile__solution {
      font-size: 0.875rem;
      line-height: 1.7;
    }

    /* ============================================
       PROGRAM SECTION
    ============================================ */
    .program {
      position: relative;
      padding: 96px 16px;
      overflow: hidden;
      background: linear-gradient(180deg, #1a1035 0%, #0f1b30 50%, #111F37 100%);
    }
    .program__bg {
      position: absolute;
      inset: 0;
      opacity: 0.08;
      background-image: url('https://formation.patricia-parred-linty.com/wp-content/uploads/2026/04/fond-programme-guerisseur-karmique-niv2.webp');
      background-size: cover;
      background-position: center;
    }
    .phases__grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      gap: 24px;
      margin-bottom: 80px;
    }
    .phase__card {
      border-radius: 16px;
      padding: 28px;
      text-align: center;
      transition: all 0.5s;
    }
    .phase__card:hover { transform: translateY(-4px); }
    .phase__number {
      width: 56px; height: 56px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 16px;
      font-size: 1.5rem;
      font-weight: 700;
      color: #fff;
    }
    .phase__title {
      text-transform: none !important;
      color: #fff; 
      font-weight: 700; 
      font-size: 1.1rem; 
      margin-bottom: 8px; 
    }
    .phase__desc { color: rgba(215,232,251,0.5); font-size: 0.875rem; margin-bottom: 12px; }
    .phase__weeks { font-size: 0.9rem; font-weight: 600; }

    /* Timeline */
    .timeline { position: relative; }
    .timeline__line {
      position: absolute;
      left: 24px;
      top: 0; bottom: 0;
      width: 1px;
      background: linear-gradient(180deg, rgba(48,180,247,0.3), rgba(126,114,235,0.3), rgba(11,212,252,0.3));
    }
    .timeline__item {
      position: relative;
      display: flex;
      align-items: flex-start;
      gap: 16px;
      padding-left: 8px;
      margin-bottom: 32px;
    }
    .timeline__dot {
      position: relative;
      z-index: 2;
      width: 12px; height: 12px;
      border-radius: 50%;
      border: 2px solid;
      margin-top: 4px;
      flex-shrink: 0;
    }
    .timeline__card {
      border-radius: 12px;
      padding: 16px;
      flex: 1;
    }
    .timeline__week {
      font-size: 0.9rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.1em;
    }
    .timeline__title {
      color: #fff;
      font-weight: 600;
      font-size: 0.875rem;
      margin-top: 4px;
    }

    @media (min-width: 768px) {
      .timeline__line { left: 50%; }
      .timeline__item {
        padding-left: 0;
        gap: 0;
      }
      .timeline__item--left .timeline__card-wrapper {
        width: 50%;
        padding-right: 48px;
        text-align: right;
      }
      .timeline__item--right .timeline__card-wrapper {
        width: 50%;
        padding-left: 48px;
        margin-left: auto;
      }
      .timeline__dot-desktop {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
        width: 16px; height: 16px;
        border-radius: 50%;
        border: 2px solid;
        top: 8px;
      }
      .timeline__dot { display: none; }
    }

    /* Certification block */
    .certification {
      margin-top: 80px;
      border-radius: 24px;
      padding: 32px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 32px;
    }
    @media (min-width: 768px) { .certification { padding: 48px; } }
    .certification__image {
      width: 128px; height: 128px;
      border-radius: 16px;
      overflow: hidden;
      flex-shrink: 0;
    }
    @media (min-width: 768px) {
      .certification__image { width: 160px; height: 160px; }
    }
    .certification__image img { width: 100%; height: 100%; object-fit: cover; }
    .certification__text { flex: 1; min-width: 280px; }
    .certification__title {
      text-transform: none !important;
      font-size: 1.5rem;
      font-weight: 700;
      color: #fff;
      margin-bottom: 12px;
    }
    .certification__desc {
      color: rgba(215,232,251,0.6);
      line-height: 1.7;
      margin-bottom: 16px;
      font-size: 0.95rem;
    }
    .certification__cta {
      color: rgba(215,232,251,0.8);
      font-weight: 600;
    }

    /* Evaluation block */
    .evaluation {
      margin-top: 32px;
      border-radius: 16px;
      padding: 32px;
      text-align: center;
    }
    .evaluation__title {
      text-transform: none !important;
      color: #fff;
      font-weight: 700;
      font-size: 1.1rem;
      margin-bottom: 16px;
    }
    .evaluation__grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 16px;
    }
    .evaluation__item {
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .evaluation__number {
      width: 24px; height: 24px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.7rem;
      font-weight: 700;
      color: #fff;
      background: linear-gradient(135deg, #0bd4fc, #7e72eb);
      flex-shrink: 0;
    }
    .evaluation__text { color: rgba(215,232,251,0.7); font-size: 0.875rem; }

    /* ============================================
       BONUS SECTION
    ============================================ */
    .bonus {
      position: relative;
      padding: 96px 16px;
      background: linear-gradient(180deg, #111F37 0%, #1a1035 50%, #150e28 100%);
    }
    .bonus__glow {
      position: absolute;
      top: 50%; left: 50%;
      transform: translate(-50%, -50%);
      width: 800px; height: 400px;
      opacity: 0.1;
      background: radial-gradient(ellipse, #7e72eb, transparent 70%);
      filter: blur(100px);
    }
    .bonus__grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 32px;
    }
    .bonus__card {
      border-radius: 24px;
      padding: 32px;
      position: relative;
      overflow: hidden;
      transition: all 0.5s;
    }
    .bonus__card:hover { transform: translateY(-8px); }
    .bonus__card-bg-number {
      position: absolute;
      top: -16px; right: -16px;
      font-size: 120px;
      font-weight: 900;
      line-height: 1;
      opacity: 0.05;
      pointer-events: none;
      user-select: none;
    }
    .bonus__number-badge {
      width: 48px; height: 48px;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 24px;
      font-size: 1.1rem;
      font-weight: 700;
      color: #fff;
      transition: transform 0.3s;
    }
    .bonus__card:hover .bonus__number-badge { transform: scale(1.1); }
    .bonus__card-title { 
      text-transform: none !important;
      color: #fff; 
      font-weight: 700; 
      font-size: 1.1rem; 
      margin-bottom: 4px; 
    }
    .bonus__card-subtitle { font-size: 0.875rem; margin-bottom: 24px; }
    .bonus__list { list-style: none; display: flex; flex-direction: column; gap: 12px; }
    .bonus__list-item {
      display: flex;
      align-items: flex-start;
      gap: 12px;
    }
    .bonus__list-item svg { width: 16px; height: 16px; flex-shrink: 0; margin-top: 2px; }
    .bonus__list-item span {
      color: rgba(215,232,251,0.6);
      font-size: 0.85rem;
      line-height: 1.7;
    }

    /* ============================================
       INVESTMENT SECTION
    ============================================ */
    .investment {
      position: relative;
      padding: 96px 16px;
      overflow: hidden;
      background: linear-gradient(180deg, #150e28 0%, #0e0a1e 50%, #1a1035 100%);
    }
    .investment__glow {
      position: absolute;
      top: 50%; left: 50%;
      transform: translate(-50%, -50%);
      width: 600px; height: 600px;
      opacity: 0.15;
      background: radial-gradient(circle, #0bd4fc, transparent 70%);
      filter: blur(120px);
    }
    .pricing-card {
      max-width: 720px;
      margin: 0 auto;
      border-radius: 24px;
      padding: 3px;
      background: linear-gradient(135deg, rgba(126,114,235,0.3), rgba(11,212,252,0.3));
    }
    .pricing-card__inner {
      border-radius: 22px;
      padding: 32px;
      background: #111F37;
    }
    @media (min-width: 768px) { .pricing-card__inner { padding: 48px; } }
    .pricing-card__price {
      text-align: center;
      margin-bottom: 40px;
    }
    .pricing-card__amount {
      font-size: clamp(3rem, 8vw, 4.5rem);
      font-weight: 700;
      color: #fff;
    }
    .pricing-card__currency {
      font-size: 1.5rem;
      color: rgba(215,232,251,0.6);
      font-weight: 500;
      margin-left: 4px;
    }
    .pricing-card__note {
      color: rgba(215,232,251,0.5);
      font-size: 0.85rem;
      margin-top: 8px;
    }
    .pricing-card__divider {
      height: 1px;
      width: 100%;
      margin-bottom: 32px;
      background: linear-gradient(90deg, transparent, rgba(126,114,235,0.25), transparent);
    }
    .pricing-card__includes-title {
      text-transform: none !important;
      color: #fff;
      font-weight: 700;
      font-size: 1.1rem;
      text-align: center;
      margin-bottom: 24px;
    }
    .pricing-card__includes-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 12px;
      margin-bottom: 40px;
    }
    .pricing-card__include-item {
      display: flex;
      align-items: flex-start;
      gap: 12px;
    }
    .pricing-card__include-item svg { width: 20px; height: 20px; color: #0bd4fc; flex-shrink: 0; margin-top: 2px; }
    .pricing-card__include-item span { color: rgba(215,232,251,0.7); font-size: 0.875rem; }
    .pricing-card__cta {
      text-align: center;
    }
    .pricing-card__btn {
      width: 100%;
      max-width: 400px;
      padding: 20px 48px;
      border-radius: 12px;
      font-weight: 700;
      font-size: 1.1rem;
      color: #fff;
      background: linear-gradient(135deg, #0bd4fc 0%, #7e72eb 50%, #30b4f7 100%);
      transition: transform 0.3s;
    }
    .pricing-card__btn-note {
      color: rgba(215,232,251,0.3);
      font-size: 0.7rem;
      margin-top: 16px;
    }

    /* ROI */
    .roi { margin-top: 64px; }
    .roi__title {
      text-transform: none !important;
      text-align: center;
      color: #fff;
      font-weight: 700;
      font-size: 1.6rem;
      margin-bottom: 32px;
    }
    .roi__grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 16px;
      max-width: 800px;
      margin: 0 auto;
    }
    .roi__item {
      border-radius: 12px;
      padding: 20px;
      transition: all 0.3s;
    }
    .roi__item:hover { transform: translateY(-4px); }
    .roi__item-icon { color: #7e72eb; font-size: 1.1rem; margin-right: 8px; }
    .roi__item-text { color: rgba(215,232,251,0.7); font-size: 0.875rem; }
    .roi__summary {
      text-align: center;
      margin-top: 40px;
      border-radius: 16px;
      padding: 24px;
      max-width: 640px;
      margin-left: auto;
      margin-right: auto;
    }
    .roi__summary p {
      color: rgba(215,232,251,0.7);
      font-size: 0.875rem;
      line-height: 1.7;
    }

    /* Final CTA */
    .final-cta {
      margin-top: 64px;
      text-align: center;
    }
    .final-cta__box {
      display: inline-block;
      border-radius: 16px;
      padding: 32px 40px;
    }
    .final-cta__title {
      color: #fff;
      font-size: 1.2rem;
      font-weight: 700;
      margin-bottom: 12px;
    }
    .final-cta__subtitle {
      color: rgba(215,232,251,0.5);
      font-size: 0.875rem;
      margin-bottom: 24px;
    }
    .final-cta__btn {
      padding: 16px 40px;
      border-radius: 12px;
      font-weight: 700;
      font-size: 1.1rem;
      color: #fff;
      background: linear-gradient(135deg, #0bd4fc 0%, #7e72eb 50%, #30b4f7 100%);
      transition: transform 0.3s;
    }

    /* ============================================
       FOOTER
    ============================================ */
    .footer {
      padding: 48px 16px;
      text-align: center;
      border-top: 1px solid rgba(255,255,255,0.05);
      background: #0e0a1e;
    }
    .footer p:first-child {
      color: rgba(215,232,251,0.3);
      font-size: 0.875rem;
      margin-bottom: 8px;
    }
    .footer p:last-child {
      color: rgba(215,232,251,0.2);
      font-size: 0.75rem;
    }

    /* ===== SVG CHECK ICON (reusable) ===== */
    .check-svg { fill: currentColor; }
