  
    /* ------------------------------
       Evervault-style Design Tokens
    ------------------------------ */
    :root{
      /* Backgrounds */
      --bg:#0b0b0f;          /* primary near-black */
      --bg-2:#0f0f16;        /* surface/section alt */
      --panel:#0d0d13;       /* cards/inputs */

      /* Text */
      --text:#f5f7fb;        /* soft white */
      --muted:#a2a8b5;       /* muted copy */

      /* Lines & effects */
      --line:#20202a;        /* hairline */

      /* Purple accents */
      --accent-50:#ede9fe;
      --accent-100:#ddd6fe;
      --accent-200:#c4b5fd;
      --accent-300:#a78bfa;
      --accent-400:#8b5cf6;  /* primary */
      --accent-500:#7c3aed;
      --accent-600:#6d28d9;  /* deep */

      /* Gradients & glows */
      --btn-grad:linear-gradient(135deg,var(--accent-600),var(--accent-400));
      --glow:0 0 0 1px rgba(139,92,246,.28), 0 10px 40px rgba(139,92,246,.22);

      /* Radii & layout */
      --radius-sm:10px;
      --radius-md:14px;
      --radius-lg:18px;
      --max:1200px;
      --gutter:20px;

      /* Type scale */
      --fs-xs:12px; --fs-sm:14px; --fs-base:16px;
      --fs-lg:clamp(18px,1.8vw,20px);
      --fs-h3:clamp(22px,2.4vw,28px);
      --fs-h2:clamp(28px,3.2vw,40px);
      --fs-h1:clamp(34px,4.2vw,54px);

      /* Spacing */
      --sp-1:6px; --sp-2:10px; --sp-3:14px; --sp-4:18px;
      --sp-5:24px; --sp-6:32px; --sp-7:44px; --sp-8:60px;
    }

    *{box-sizing:border-box}
    html,body{background:var(--bg);color:var(--text);font-family:Inter,system-ui,Segoe UI,Roboto,Arial,Apple Color Emoji,Segoe UI Emoji,sans-serif;line-height:1.55}
    a{color:#000 ;text-decoration:none}
    img{max-width:100%;display:block}
    button{font:inherit}
    .container{max-width:var(--max);margin-inline:auto;padding-inline:var(--gutter)}

    /* ------------------------------
       Top utility bar
    ------------------------------ */
    .topbar{display:flex;gap:18px;align-items:center;justify-content:space-between;padding:10px var(--gutter);border-bottom:1px solid var(--line);background:radial-gradient(1200px 1200px at -10% -50%, rgba(139,92,246,.12), transparent 60%), var(--bg)}
    .topbar .login{display:flex;gap:16px;flex-wrap:wrap;font-size:13px;color:var(--muted)}
    .topbar .login a{color:var(--muted)}
    .topbar .phone{font-size:13px;color:var(--muted)}

    /* ------------------------------
       Primary navigation
    ------------------------------ */
    .nav{position:sticky;top:0;z-index:50;background:rgb(255, 255, 255);backdrop-filter:saturate(140%) blur(10px);border-bottom:1px solid var(--line)}
    .nav .row{display:flex;align-items:center;justify-content:space-between;gap:20px;padding: 0px 0}
    .logo{display:flex;align-items:center;gap:10px;font-weight:800;letter-spacing:.4px}
    .logo .dot{width:10px;height:10px;border-radius:50%;background:var(--btn-grad)}
    .menu{display:flex;gap:22px;align-items:center}
    .menu > li{list-style:none;position:relative}
    .menu > li > a{padding:10px 8px;display:inline-flex;align-items:center;gap:6px}
    .menu .chev{opacity:.6;font-size:12px}
    .menu .dropdown{position:absolute;top:calc(100% + 10px);left:0;background:var(--bg-2);border:1px solid var(--line);border-radius:12px;min-width:260px;box-shadow:var(--glow);display:none;padding:10px}
    .menu .dropdown a{display:block;padding:10px;border-radius:8px;color:var(--muted)}
    .menu li:focus-within .dropdown,
    .menu li:hover .dropdown{display:block}
    .cta{padding:10px 16px;border-radius:999px;background:var(--btn-grad);box-shadow:var(--glow);font-weight:600}

    /* ------------------------------
       Banner (Event / Hero)
    ------------------------------ */
    .banner{position:relative;overflow:hidden;border-bottom:1px solid var(--line)}
    .banner .inner{display:grid;grid-template-columns:1.2fr .8fr;gap:30px;align-items:center;padding:36px 0}
    .pill{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(139,92,246,.4);border-radius:999px;padding:6px 10px;color:var(--muted);font-size:12px}
    .h1{font-size:var(--fs-h1);line-height:1.15;margin:10px 0 12px}
    .lead{color:var(--muted);max-width:60ch}
    .actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:16px}
    .btn{display:inline-flex;align-items:center;gap:8px;padding:12px 16px;border-radius:12px;border:1px solid var(--line);color:var(--text)}
    .btn.primary{background:var(--btn-grad);border-color:transparent;box-shadow:var(--glow);font-weight:600}
    .btn:hover{transform:translateY(-2px)}
    .banner .image{border-radius:16px;overflow:hidden;border:1px solid var(--line)}

    .icons-row{display:flex;gap:10px;margin-top:14px;flex-wrap:wrap}
    .iconlink{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--line);padding:10px 12px;border-radius:10px;background:var(--panel);color:var(--muted)}

    /* ------------------------------
       Why Now & Three Steps
    ------------------------------ */
    .section{padding:var(--sp-8) 0;border-bottom:1px solid var(--line);background:
      radial-gradient(800px 800px at 80% -20%, rgba(168,85,247,.08), transparent 40%),
      linear-gradient(180deg, rgba(104,73,220,.05), transparent 40%),
      var(--bg)}
    .section .title{font-size:var(--fs-h2);margin:0 0 var(--sp-4)}
    .section .subtitle{color:var(--muted);max-width:70ch;margin-bottom:var(--sp-5)}
    .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
    .step{border:1px solid var(--line);border-radius:16px;background:var(--bg-2);padding:22px}
    .step h3{font-size:var(--fs-h3);margin:0 0 var(--sp-2)}

    /* ------------------------------
       Main Bio
    ------------------------------ */
    .hero{padding:64px 0;border-bottom:1px solid var(--line)}
    .hero .grid{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center}
    .hero .video{position:relative;border-radius:16px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--glow)}
    .hero .badges{display:flex;gap:14px;flex-wrap:wrap;color:var(--muted);margin-top:14px}
    .kicker{letter-spacing:.18em;color:var(--muted);font-size:12px;text-transform:uppercase}

    /* ------------------------------
       Quick Links
    ------------------------------ */
    .quads{padding:40px 0;border-bottom:1px solid var(--line)}
    .quad-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
    .card{border:1px solid var(--line);border-radius:16px;padding:22px;background:linear-gradient(180deg,rgba(139,92,246,.06),rgba(139,92,246,0));transition:transform .2s ease}
    .card:hover{transform:translateY(-3px)}
    .card h3{margin:10px 0 6px}
    .card .small{color:var(--muted);font-size:14px}

    /* ------------------------------
       Testimonials (two groups)
    ------------------------------ */
    .testimonials{padding:60px 0;border-bottom:1px solid var(--line)}
    .section-title{font-size:var(--fs-h2);margin-bottom:20px}
    .carousel{display:flex;gap:16px;overflow:auto;padding-bottom:8px;scroll-snap-type:x mandatory}
    .tcard{min-width:320px;scroll-snap-align:start;border:1px solid var(--line);border-radius:16px;padding:18px;background:var(--bg-2)}
    .tcard p{color:var(--muted)}

    /* ------------------------------
       Books
    ------------------------------ */
    .books{padding:60px 0;border-bottom:1px solid var(--line)}
    .book-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
    .book{border:1px solid var(--line);border-radius:16px;padding:16px;background:var(--bg-2)}
    .book .cover{aspect-ratio:3/4;border-radius:10px;background:linear-gradient(135deg,#1a1a1a,#2a183e);display:flex;align-items:center;justify-content:center;color:#cbb2ff;font-weight:700}

    /* ------------------------------
       Newsletter
    ------------------------------ */
    .newsletter{padding:60px 0;border-bottom:1px solid var(--line)}
    .newsletter .box{border:1px solid var(--line);border-radius:16px;padding:24px;background:linear-gradient(180deg,rgba(139,92,246,.08),rgba(139,92,246,0))}
    .input{display:flex;gap:10px;flex-wrap:wrap}
    .input input{flex:1;min-width:260px;background:var(--panel);border:1px solid var(--line);border-radius:12px;padding:12px;color:var(--text)}

    /* ------------------------------
       Social
    ------------------------------ */
    .social{padding:50px 0;border-bottom:1px solid var(--line)}
    .icons{display:flex;gap:10px;flex-wrap:wrap}
    .icon{width:44px;height:44px;border-radius:12px;border:1px solid var(--line);display:grid;place-items:center;background:var(--panel)}

    /* ------------------------------
       FAQ Carousel
    ------------------------------ */
    .faq{padding:60px 0;border-bottom:1px solid var(--line)}
    .faq-wrap{position:relative}
    .faq-track{display:flex;transition:transform .35s ease;will-change:transform}
    .faq-panel{min-width:100%;padding:22px;border:1px solid var(--line);border-radius:16px;background:var(--bg-2);display:flex;flex-direction:column;gap:12px}
    .faq-q{font-size:var(--fs-h3);font-weight:700}
    .faq-a{color:var(--muted)}
    .faq-cta{margin-top:auto;align-self:flex-start}
    .faq-dots{display:flex;justify-content:center;gap:8px;margin-top:16px}
    .faq-dot{width:10px;height:10px;border-radius:999px;border:1px solid var(--accent-400);background:transparent}
    .faq-dot.active{background:var(--accent-400)}
    .faq-arrows{display:none;gap:10px;position:absolute;inset-block-start:50%;translate:0 -50%;width:100%;justify-content:space-between}
    .faq-arrows button{background:var(--btn-grad);border:none;color:var(--text);padding:10px;border-radius:999px;box-shadow:var(--glow);cursor:pointer}

    /* ------------------------------
       Footer
    ------------------------------ */
    footer{padding:50px 0}
    .footgrid{display:grid;grid-template-columns:2fr repeat(1,1fr);gap:24px}
    footer h4{margin:0 0 10px;font-size:14px;color:#cbb2ff;text-transform:uppercase;letter-spacing:.12em}
    footer a{display:block;color:var(--muted);padding:6px 0}
    .copyright{margin-top:20px;color:var(--muted);border-top:1px solid var(--line);padding-top:16px;font-size:13px;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between}

    /* ------------------------------
       Breakthrough Carousel Styles
    ------------------------------ */
    .breakthrough-carousel {
      position: relative;
      height: 100vh;
      min-height: 600px;
      overflow: hidden;
    }
    
    .breakthrough-wrapper {
      position: relative;
      height: 100%;
      overflow: hidden;
    }
    
    .breakthrough-track {
      display: flex;
      height: 100%;
      transition: transform 0.4s ease;
      will-change: transform;
    }
    
    .breakthrough-slide {
      min-width: 100%;
      height: 100%;
      position: relative;
      display: flex;
      align-items: center;
      padding: 40px 0;
    }
    
    .breakthrough-content {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
      color: white;
      height: 100%;
      overflow-y: auto;
      display: block;
      flex-direction: column;
      justify-content: center;
    }
    
    .breakthrough-header {
      text-align: center;
      margin-bottom: 30px;
    }
    
    .breakthrough-title {
      font-size: clamp(28px, 4vw, 48px);
      font-weight: 800;
      margin: 0 0 16px;
      background: linear-gradient(135deg, #8b5cf6, #a78bfa);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    
    .breakthrough-subtitle {
      font-size: clamp(16px, 1.8vw, 20px);
      color: #a2a8b5;
      margin: 0 0 20px;
      max-width: 70ch;
      margin-left: auto;
      margin-right: auto;
    }
    
    .micro-intro {
      font-size: 16px;
      color: #a2a8b5;
      margin: 20px auto;
      max-width: 60ch;
    }
    
    .what-you-get {
      background: rgba(15, 15, 22, 0.8);
      border: 1px solid rgba(32, 32, 42, 0.8);
      border-radius: 16px;
      padding: 20px;
      margin: 20px auto;
      max-width: 800px;
    }
    
    .what-you-get h3 {
      font-size: 18px;
      margin: 0 0 16px;
      color: white;
      text-align: center;
    }
    
    .what-you-get ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    
    .what-you-get li {
      padding: 6px 0;
      color: #a2a8b5;
      position: relative;
      padding-left: 20px;
    }
    
    .what-you-get li:before {
      content: '•';
      color: var(--accent-400);
      position: absolute;
      left: 0;
      font-weight: bold;
    }
    
    .path-cards {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 16px;
      margin: 30px 0;
      max-width: 1100px;
      margin-left: auto;
      margin-right: auto;
    }
    
    .path-card {
      background: rgba(15, 15, 22, 0.9);
      border: 1px solid rgba(32, 32, 42, 0.8);
      border-radius: 16px;
      padding: 20px;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
      backdrop-filter: blur(10px);
    }
    
    .path-card:hover {
      transform: translateY(-4px);
      box-shadow: var(--glow);
    }
    
    .path-card h3 {
      font-size: 16px;
      font-weight: 700;
      margin: 0 0 12px;
      color: white;
    }
    
    .path-card p {
      color: #a2a8b5;
      margin: 0 0 12px;
      line-height: 1.5;
      font-size: 14px;
    }
    
    .path-card ul {
      list-style: none;
      padding: 0;
      margin: 0 0 16px;
    }
    
    .path-card li {
      padding: 4px 0;
      color: #a2a8b5;
      position: relative;
      padding-left: 16px;
      font-size: 13px;
    }
    
    .path-card li:before {
      content: '→';
      color: var(--accent-400);
      position: absolute;
      left: 0;
    }
    
    .included-section {
      background: rgba(15, 15, 22, 0.8);
      border: 1px solid rgba(32, 32, 42, 0.8);
      border-radius: 16px;
      padding: 20px;
      margin: 20px auto;
      max-width: 800px;
    }
    
    .included-section h3 {
      font-size: 18px;
      margin: 0 0 16px;
      color: white;
      text-align: center;
    }
    
    .social-proof {
      background: rgba(15, 15, 22, 0.8);
      border: 1px solid rgba(32, 32, 42, 0.8);
      border-radius: 16px;
      padding: 20px;
      margin: 20px auto;
      max-width: 900px;
    }
    
    .social-proof h3 {
      text-align: center;
      margin: 0 0 16px;
      font-size: 18px;
      color: white;
    }
    
    .proof-quotes {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 16px;
    }
    
    .proof-quote {
      font-style: italic;
      color: #a2a8b5;
      border-left: 3px solid var(--accent-400);
      padding-left: 12px;
      font-size: 14px;
    }
    
    .proof-quote cite {
      font-style: normal;
      color: var(--accent-400);
      font-size: 12px;
      display: block;
      margin-top: 6px;
    }
    
    .objection-handlers {
      margin: 20px auto;
      max-width: 800px;
    }
    
    .objection-handlers h3 {
      margin: 0 0 16px;
      font-size: 18px;
      text-align: center;
      color: white;
    }
    
    .objection-handlers ul {
      list-style: none;
      padding: 0;
      margin: 0;
      background: rgba(15, 15, 22, 0.8);
      border: 1px solid rgba(32, 32, 42, 0.8);
      border-radius: 16px;
      padding: 20px;
    }
    
    .objection-handlers li {
      padding: 8px 0;
      color: #a2a8b5;
      border-bottom: 1px solid rgba(32, 32, 42, 0.8);
      font-size: 14px;
    }
    
    .objection-handlers li:last-child {
      border-bottom: none;
    }
    
    .final-cta {
      display: flex;
      gap: 12px;
      justify-content: center;
      flex-wrap: wrap;
      margin: 30px 0 20px;
    }
    
    .final-cta .btn {
      padding: 12px 20px;
      font-size: 14px;
      font-weight: 600;
    }
    
    .small-print {
      font-size: 13px;
      color: #a2a8b5;
      text-align: center;
      margin: 20px auto 0;
      max-width: 70ch;
      font-style: italic;
    }
    
    .joseph-quote {
      text-align: center;
      margin: 20px auto 0;
      padding: 16px;
      background: rgba(15, 15, 22, 0.8);
      border: 1px solid rgba(32, 32, 42, 0.8);
      border-radius: 16px;
      max-width: 600px;
    }
    
    .joseph-quote p {
      margin: 0;
      color: #a2a8b5;
      font-style: italic;
      font-size: 14px;
    }
    
    .back-btn {
      position: absolute;
      top: 20px;
      left: 20px;
      z-index: 10;
      padding: 8px 16px;
      background: rgba(255, 255, 255, 0.1);
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 8px;
      color: white;
      cursor: pointer;
      font-size: 14px;
      transition: background 0.2s ease;
      backdrop-filter: blur(10px);
    }
    
    .back-btn:hover {
      background: var(--accent-400);
    }
    
    /* Navigation dots for breakthrough content */
    .breakthrough-dots {
      position: absolute;
      bottom: 30px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 8px;
      z-index: 10;
    }
    
    .breakthrough-dot {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      border: 2px solid rgba(255, 255, 255, 0.5);
      background: transparent;
      cursor: pointer;
      transition: all 0.2s ease;
    }
    
    .breakthrough-dot.active {
      background: var(--accent-400);
      border-color: var(--accent-400);
    }
    
    .breakthrough-dot:hover {
      border-color: var(--accent-400);
    }

    /* ------------------------------
       Responsive
    ------------------------------ */
    @media (max-width: 1024px) {
      .banner .inner {
        grid-template-columns: 1fr;
      }
      .hero .grid {
        grid-template-columns: 1fr;
      }
      .quad-grid {
        grid-template-columns: repeat(2, 1fr);
      }
      .book-grid {
        grid-template-columns: repeat(3, 1fr);
      }
      .footgrid {
        grid-template-columns: 1fr 1fr;
      }
      .faq-arrows {
        display: flex;
      }
      .path-cards {
        grid-template-columns: 1fr;
        gap: 12px;
      }
      .breakthrough-content {
        padding: 0 15px;
      }
    }
    
    @media (max-width: 640px) {
      .menu {
        display: none;
      }
      .book-grid {
        grid-template-columns: repeat(2, 1fr);
      }
      .final-cta {
        flex-direction: column;
        align-items: center;
      }
      .breakthrough-slide {
        padding: 20px 0;
      }
      .path-card {
        padding: 16px;
      }
      .what-you-get, .included-section, .social-proof, .objection-handlers ul {
        padding: 16px;
        margin: 15px auto;
      }
      .breakthrough-dots {
        bottom: 20px;
      }
      .back-btn {
        top: 15px;
        left: 15px;
        padding: 6px 12px;
        font-size: 13px;
      }
    }

    /* Focus ring for a11y */
    :focus-visible {
      outline: 2px solid var(--accent-400);
      outline-offset: 2px;
    }
  
  
/* Hover effects for buttons */
.video-banner a:hover {
  transform: translateY(-2px);
}

/* Responsive design */
@media (max-width: 1024px) {
  .video-banner > .container > div {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }
  
  .video-banner {
    height: auto !important;
    min-height: 80vh !important;
    padding: 40px 0 !important;
  }
}

@media (max-width: 640px) {
  .video-banner > .container > div > div:last-child {
    margin: 0 -10px;
  }
}
/* Custom Scrollbar Styling for Breakthrough Content */
.breakthrough-content {
  /* Existing styles... */
  scrollbar-width: thin;
  scrollbar-color: rgba(139, 92, 246, 0.6) rgba(255, 255, 255, 0.1);
}

/* Webkit browsers (Chrome, Safari, Edge) */
.breakthrough-content::-webkit-scrollbar {
  width: 8px;
}

.breakthrough-content::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  margin: 10px 0;
}

.breakthrough-content::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.8), rgba(167, 139, 250, 0.8));
  border-radius: 4px;
  transition: background 0.2s ease;
}

.breakthrough-content::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, rgba(139, 92, 246, 1), rgba(167, 139, 250, 1));
}

.breakthrough-content::-webkit-scrollbar-thumb:active {
  background: linear-gradient(135deg, rgba(109, 40, 217, 1), rgba(139, 92, 246, 1));
}

/* Additional improvements */
.breakthrough-content {
  /* Add smooth scrolling */
  scroll-behavior: smooth;
  
  /* Add padding to prevent content from touching scroll edge */
  padding-right: 15px;
  
  /* Improve scroll performance */
  will-change: scroll-position;
}

/* Fade effect at top and bottom to indicate more content */
.breakthrough-slide::before,
.breakthrough-slide::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 30px;
  pointer-events: none;
  z-index: 3;
}

.breakthrough-slide::before {
  top: 0;
  background: linear-gradient(to bottom, rgba(11, 11, 15, 0.8), transparent);
}

.breakthrough-slide::after {
  bottom: 0;
  background: linear-gradient(to top, rgba(11, 11, 15, 0.8), transparent);
}

/* Mobile scrollbar adjustments */
@media (max-width: 640px) {
  .breakthrough-content::-webkit-scrollbar {
    width: 6px;
  }
  
  .breakthrough-content {
    padding-right: 10px;
  }
}
/* Book Slide Specific Styles */
.book-layout {
  max-width: 1100px;
  margin: 0 auto;
}

.book-hero {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 30px;
  margin-bottom: 30px;
  align-items: start;
}

.book-image {
  position: sticky;
  top: 20px;
}

.book-title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 800;
  margin: 0 0 16px;
  color: white;
  background: linear-gradient(135deg, #8b5cf6, #a78bfa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.book-subtitle {
  font-size: clamp(16px, 1.5vw, 18px);
  color: #a2a8b5;
  margin: 0 0 24px;
  line-height: 1.6;
}

.book-value {
  background: rgba(15, 15, 22, 0.8);
  border: 1px solid rgba(32, 32, 42, 0.8);
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 20px;
}

.book-value h3 {
  font-size: 18px;
  margin: 0 0 16px;
  color: white;
}

.book-value ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.book-value li {
  padding: 6px 0;
  color: #a2a8b5;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
}

.book-value li:before {
  content: '•';
  color: var(--accent-400);
  position: absolute;
  left: 0;
  font-weight: bold;
}

.book-contents {
  background: rgba(15, 15, 22, 0.8);
  border: 1px solid rgba(32, 32, 42, 0.8);
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 30px;
}

.book-contents h3 {
  font-size: 20px;
  margin: 0 0 20px;
  color: white;
  text-align: center;
}

.contents-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
}

.content-item {
  padding: 12px;
  background: rgba(139, 92, 246, 0.1);
  border: 1px solid rgba(139, 92, 246, 0.2);
  border-radius: 8px;
  color: #a2a8b5;
  font-size: 14px;
  line-height: 1.4;
}

.content-item strong {
  color: var(--accent-400);
}

.book-formats {
  background: rgba(15, 15, 22, 0.8);
  border: 1px solid rgba(32, 32, 42, 0.8);
  border-radius: 16px;
  padding: 24px;
}

.book-formats h3 {
  font-size: 20px;
  margin: 0 0 20px;
  color: white;
  text-align: center;
}

.format-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
  margin-bottom: 20px;
}

.format-card {
  background: rgba(139, 92, 246, 0.1);
  border: 1px solid rgba(139, 92, 246, 0.3);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.format-card.featured {
  background: rgba(139, 92, 246, 0.2);
  border-color: var(--accent-400);
  position: relative;
}

.format-card.featured::before {
  content: 'RECOMMENDED';
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--accent-400);
  color: white;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.format-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--glow);
}

.format-card h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px;
  color: white;
}

.format-desc {
  color: #a2a8b5;
  margin: 0 0 16px;
  font-size: 13px;
  font-style: italic;
}

.format-card .btn {
  padding: 10px 20px;
  font-size: 14px;
}

.pricing-note {
  text-align: center;
  color: #a2a8b5;
  font-size: 12px;
  font-style: italic;
  margin: 0;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .book-hero {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }
  
  .book-image {
    max-width: 200px;
    margin: 0 auto;
    position: static;
  }
  
  .contents-grid {
    grid-template-columns: 1fr;
  }
  
  .format-options {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .book-layout {
    padding: 0 10px;
  }
  
  .book-contents, .book-formats, .book-value {
    padding: 16px;
    margin-bottom: 20px;
  }
}
/* Why Now Section Styles */
.why-now-section {
  position: relative;
  overflow: hidden;
}

.why-now-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  min-height: 500px;
}

.why-now-text {
  z-index: 2;
  position: relative;
}

.why-now-visual {
  position: relative;
  z-index: 1;
}

.image-container {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--glow);
  background: linear-gradient(135deg, rgba(139,92,246,0.1), rgba(139,92,246,0.05));
}

.hero-image { 
  object-fit: cover;
  border-radius: 20px;
  transition: transform 0.3s ease;
}

.image-container:hover .hero-image {
  transform: scale(1.02);
}

/* Floating Statistics */
.floating-elements {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.stat-card {
  position: absolute;
  background: rgba(11,11,15,0.95);
  border: 1px solid var(--accent-400);
  border-radius: 12px;
  padding: 12px 16px;
  text-align: center;
  backdrop-filter: blur(10px);
  animation: float 3s ease-in-out infinite;
  box-shadow: 0 8px 32px rgba(139,92,246,0.3);
}

.stat-1 {
  top: 20px;
  right: 20px;
  animation-delay: 0s;
}

.stat-2 {
  bottom: 80px;
  left: 20px;
  animation-delay: 1s;
}

.stat-3 {
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  animation-delay: 2s;
}

.stat-number {
  font-size: 18px;
  font-weight: 800;
  color: var(--accent-400);
  line-height: 1;
}

.stat-label {
  font-size: 11px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 4px;
}

/* Pulse Overlay Animation */
.pulse-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, rgba(139,92,246,0.3) 0%, transparent 70%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 2s ease-in-out infinite;
  pointer-events: none;
}

/* Text Animations */
.animated-title {
  opacity: 0;
  transform: translateY(30px);
  animation: slideUpFade 0.8s ease-out 0.2s forwards;
}

.animated-subtitle {
  opacity: 0;
  transform: translateY(30px);
  animation: slideUpFade 0.8s ease-out 0.4s forwards;
}

.animated-btn {
  opacity: 0;
  transform: translateY(30px);
  animation: slideUpFade 0.8s ease-out 0.6s forwards;
}

/* Keyframe Animations */
@keyframes float {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  33% { transform: translateY(-10px) rotate(1deg); }
  66% { transform: translateY(5px) rotate(-1deg); }
}

@keyframes pulse {
  0%, 100% { 
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.3;
  }
  50% { 
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0.1;
  }
}

@keyframes slideUpFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Intersection Observer Classes for Scroll Animations */
.why-now-section.animate-in .stat-card {
  animation-play-state: running;
}

.why-now-section:not(.animate-in) .stat-card {
  opacity: 0;
  animation-play-state: paused;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .why-now-content {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  
  .why-now-visual {
    order: -1;
  }
  
  .hero-image {
    height: 300px;
  }
  
  .stat-3 {
    right: 20px;
    bottom: 20px;
    top: auto;
    transform: none;
  }
}

@media (max-width: 640px) {
  .stat-card {
    padding: 8px 12px;
  }
  
  .stat-number {
    font-size: 14px;
  }
  
  .stat-label {
    font-size: 9px;
  }
  
  .hero-image {
    height: 250px;
  }
}
 

@media (max-width: 768px) {
  video {
    display: block;
    width: 100%;
    height: auto;       /* keeps aspect ratio */
    object-fit: fill !important; /* no cropping */
  }
}



/* Mobile-responsive slide heights - replace existing breakthrough carousel styles */
@media (max-width: 1024px) {
  .breakthrough-carousel {
    height: auto; /* Remove fixed 100vh */
    min-height: auto; /* Remove min-height constraint */
  }
  
  .breakthrough-wrapper {
    height: auto; /* Allow wrapper to size to content */
  }
  
  .breakthrough-track {
    height: auto; /* Remove fixed height */
    display: block; /* Change from flex to block for mobile */
  }
  
  .breakthrough-slide {
    min-width: 100%;
    height: auto; /* Remove fixed height */
    min-height: auto; /* Remove min-height */
    display: none; /* Hide all slides by default */
    padding: 20px 0; /* Consistent top/bottom padding */
  }
  
  .breakthrough-slide.active {
    display: flex; /* Show only active slide */
    align-items: center;
  }
  
  .breakthrough-content {
    height: auto; /* Remove fixed height */
    overflow-y: visible; /* Remove scroll */
    justify-content: flex-start; /* Align content to top */
    padding: 20px 15px; /* Add consistent padding */
  }
  
  /* Specific adjustments for each slide */
  .breakthrough-slide:nth-child(1) {
    min-height: 70vh; /* First slide needs more space for hero content */
  }
  
  .breakthrough-slide:nth-child(2) {
    min-height: auto; /* Second slide auto-sizes to content */
  }
  
  .breakthrough-slide:nth-child(3) {
    min-height: auto; /* Third slide (book) auto-sizes to content */
  }
  
  /* Adjust dots positioning */
  .breakthrough-dots {
    position: relative; /* Change from absolute */
    bottom: auto;
    left: auto;
    transform: none;
    margin: 20px auto 0; /* Add margin instead of positioning */
    justify-content: center;
  }
  
  /* Remove fade effects on mobile since we're not scrolling */
  .breakthrough-slide::before,
  .breakthrough-slide::after {
    display: none;
  }
}
/* Add these styles to your existing CSS - they only target FAQ and Steps sections */

/* 3 Steps Section - Mobile Only Additions */
@media (max-width: 768px) {
  .steps {
    grid-template-columns: 1fr !important;
  }
  
  .step .btn {
    width: 100%;
    justify-content: center;
  }
}

/* FAQ Section - Mobile Behavior */
@media (max-width: 1024px) {
  .faq-panel {
    display: none;
  }
  
  .faq-panel.faq-active {
    display: flex;
  }
  
  .faq-track {
    transform: none !important;
  }
  
  .faq-arrows {
    display: none !important;
  }
}

/* Desktop FAQ Width Fix - Add to your existing CSS */

/* Fix FAQ overflow on desktop */
.faq-wrap {
  overflow: hidden; /* Prevent horizontal scroll */
  width: 100%;
}

.faq-track {
  width: 100%;
  display: flex;
  transition: transform .35s ease;
  will-change: transform;
}

.faq-panel {
  min-width: 100%; /* Ensure each panel takes full container width */
  width: 100%; /* Explicit width */
  flex-shrink: 0; /* Prevent panels from shrinking */
  box-sizing: border-box; /* Include padding in width calculation */
}

/* Ensure container constrains the FAQ width */
.faq .container {
  max-width: var(--max);
  overflow: hidden; /* Additional safeguard */
}

/* Desktop-specific adjustments */
@media (min-width: 1025px) {
  .faq-panel {
    max-width: 100%;
    padding: 22px;
  }
  
  .faq-q {
    font-size: var(--fs-h3);
    word-wrap: break-word; /* Handle long questions */
  }
  
  .faq-a {
    word-wrap: break-word; /* Handle long answers */
    max-width: 100%;
  }
}

/* Additional mobile override to ensure it works with desktop fix */
@media (max-width: 1024px) {
  .faq-track {
    display: block !important;
    transform: none !important;
  }
  
  .faq-panel {
    display: none;
    width: 100%;
    min-width: 100%;
  }
  
  .faq-panel.faq-active {
    display: flex;
  }
}



/* Testimonial Section Styling */
  .testimonials {
    background: linear-gradient(135deg, #0f0f16, #1a1a2e);
    padding: 80px 0;
    color: #fff;
  }
  
  .section-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 50px;
    background: linear-gradient(90deg, #6d28d9, #8b5cf6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  
  /* Featured Testimonials */
  .featured-testimonials {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
  }
  
  .featured-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 30px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .featured-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  }
  
  .quote-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px;
    border: 3px solid #8b5cf6;
  }
  
  .testimonial-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .quote-content {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  
  .quote-text {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #f0f0f0;
    flex: 1;
  }
  
  .quote-author {
    font-weight: 600;
    color: #8b5cf6;
    margin: 0;
    font-size: 0.9rem;
  }
  
  /* Carousel Controls */
  .carousel-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
  
  .carousel-prev, .carousel-next {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  
  .carousel-prev:hover, .carousel-next:hover {
    background: rgba(139, 92, 246, 0.5);
  }
  
  .carousel-indicators {
    display: flex;
    gap: 8px;
    margin: 0 20px;
  }
  
  .carousel-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: background 0.3s ease;
  }
  
  .carousel-dot.active {
    background: #8b5cf6;
  }
  
  /* Testimonial Carousel */
  .testimonial-carousel {
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
  }
  
  .carousel-track {
    display: flex;
    transition: transform 0.5s ease;
  }
  
  .carousel-item {
    min-width: 100%;
    padding: 0 20px;
  }
  
  .testimonial-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 40px;
    position: relative;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 800px;
    margin: 0 auto;
  }
  
  .quote-icon {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 3rem;
    color: rgba(139, 92, 246, 0.2);
    font-family: serif;
  }
  
  /* CTA Button */
  .testimonial-cta {
    text-align: center;
  }
  
  .btn.primary {
    background: linear-gradient(135deg, #6d28d9, #8b5cf6);
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    display: inline-block;
  }
  
  .btn.primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(109, 40, 217, 0.3);
  }
  
  /* Responsive Adjustments */
  @media (max-width: 768px) {
    .featured-testimonials {
      grid-template-columns: 1fr;
    }
    
    .testimonial-card {
      padding: 30px 20px;
    }
    
    .section-title {
      font-size: 2rem;
    }
  }

   /* Everyday Voices Section Styling */
  .everyday-voices {
    background: linear-gradient(135deg, #1a1a2e, #0f0f16);
    padding: 80px 0;
    color: #fff;
    overflow: hidden;
  }
  
  /* Everyday Carousel */
  .everyday-carousel {
    position: relative;
    overflow: hidden;
    margin: 0 auto 40px;
    max-width: 1400px;
  }
  
  .everyday-grid {
    display: flex;
    transition: transform 0.5s ease;
  }
  
  /* Card Design */
  .everyday-card {
    min-width: 300px;
    margin: 15px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
  }
  
  .everyday-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  }
  
  .card-top {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  
  .avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #8b5cf6;
    margin-right: 15px;
    flex-shrink: 0;
  }
  
  .avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .card-header {
    flex: 1;
  }
  
  .person-name {
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
  }
  
  .person-title {
    margin: 0;
    font-size: 14px;
    color: #a2a8b5;
    line-height: 1.4;
  }
  
  .card-body {
    position: relative;
  }
  
  .everyday-quote {
    font-size: 15px;
    line-height: 1.6;
    color: #f0f0f0;
    margin: 0;
    position: relative;
    padding-left: 25px;
  }
  
  .everyday-quote::before {
    content: '"';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 40px;
    line-height: 1;
    color: rgba(139, 92, 246, 0.3);
    font-family: Georgia, serif;
  }
  
  /* Navigation Controls */
  .everyday-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }
  
  .everyday-nav {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  
  .everyday-nav:hover {
    background: rgba(139, 92, 246, 0.5);
  }
  
  .everyday-indicator-dots {
    display: flex;
    gap: 8px;
    margin: 0 20px;
  }
  
  .everyday-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: background 0.3s ease;
  }
  
  .everyday-dot.active {
    background: #8b5cf6;
  }
  
  /* CTA Button */
  .everyday-cta {
    text-align: center;
  }
  
  /* Responsive adjustments */
  @media (min-width: 768px) {
    .everyday-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px;
      padding: 0 20px;
    }
    
    .everyday-card {
      min-width: auto;
      margin: 0;
    }
  }
  
  @media (max-width: 767px) {
    .everyday-carousel {
      padding: 0 20px;
    }
    
    .everyday-grid {
      flex-wrap: nowrap;
    }
    
    .everyday-card {
      flex: 0 0 calc(100% - 30px);
    }
  }