:root{
    --neon:#2f7bff;
    --neon-glow:#4f9bff;
  }
  *{box-sizing:border-box;margin:0;padding:0}
  body{
    font-family:"Assistant","Arial Hebrew",Arial,sans-serif;
    background:#fff;color:#111;line-height:1.7;
  }
  h1,h2,.quote,.cta{
    font-family:"Open Sans","Assistant",Arial,sans-serif;
    font-weight:800;
  }

  /* ---- Litigation watermark banner ---- */
  .exhibit-banner{
    position:sticky;top:0;z-index:1000;
    background:repeating-linear-gradient(45deg,#7a0000,#7a0000 14px,#5c0000 14px,#5c0000 28px);
    color:#fff;text-align:center;
    font-size:13px;font-weight:700;letter-spacing:.3px;
    padding:8px 12px;border-bottom:2px solid #fff;
  }
  .exhibit-watermark{
    position:fixed;inset:0;pointer-events:none;z-index:900;
    display:flex;align-items:center;justify-content:center;
    overflow:hidden;
  }
  .exhibit-watermark span{
    font-size:6vw;font-weight:800;color:rgba(150,0,0,0.07);
    transform:rotate(-30deg);white-space:nowrap;
    user-select:none;
  }

  /* ---- HERO (black) ---- */
  .hero{
    background:#000;color:#fff;text-align:center;
    padding:34px 20px 80px;width:100%;
  }
  .hero-logo{
    display:block;margin:0 auto 16px;
    width:clamp(48px,6vw,68px);height:auto;
    filter:drop-shadow(0 0 12px rgba(47,123,255,.45));
  }
  .badge{
    display:inline-flex;align-items:center;gap:9px;
    background:rgba(255,255,255,.05);
    backdrop-filter:blur(12px) saturate(140%);
    -webkit-backdrop-filter:blur(12px) saturate(140%);
    color:#eaf2ff;font-weight:600;font-size:clamp(13px,2vw,16px);
    padding:10px 22px;border-radius:50px;margin-bottom:28px;
    border:1px solid rgba(79,155,255,.55);
    box-shadow:0 4px 20px rgba(47,123,255,.15),inset 0 1px 0 rgba(255,255,255,.08);
  }
  .badge .dot{
    width:9px;height:9px;border-radius:50%;background:#56ffa0;
    box-shadow:0 0 9px #56ffa0;animation:pulse 1.8s ease-in-out infinite;
  }
  @keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}
  .hero h1{
    font-size:clamp(31.5px,6.3vw,58.8px);font-weight:800;
    line-height:1.25;max-width:900px;margin:0 auto;
  }
  .hero .sub{
    font-size:clamp(19px,3vw,26px);opacity:.85;margin-top:24px;font-style:italic;
  }

  /* neon-framed image */
  .neon-frame{
    margin:46px auto 0;max-width:760px;
    border:3px solid var(--neon);border-radius:14px;
    box-shadow:
      0 0 8px var(--neon),
      0 0 22px var(--neon-glow),
      0 0 48px var(--neon),
      inset 0 0 18px rgba(79,155,255,.45);
    overflow:hidden;background:#05080f;line-height:0;
  }
  .neon-frame img{display:block;width:100%;height:auto}

  .price-orig{
    margin-top:42px;font-size:20px;
    text-decoration:line-through;text-decoration-color:#ff5555;
    opacity:.85;
  }

  /* shimmer CTA */
  .cta{
    display:inline-block;margin-top:20px;
    font-size:clamp(20px,3vw,28px);font-weight:800;color:#fff;
    padding:20px 88px;border:none;border-radius:50px;cursor:pointer;text-decoration:none;
    background:linear-gradient(110deg,#1659d6 25%,#3f8bff 45%,#9cc4ff 50%,#3f8bff 55%,#1659d6 75%);
    background-size:200% 100%;
    box-shadow:0 8px 30px rgba(47,123,255,.55);
    animation:shimmer 2.4s linear infinite;
    position:relative;
  }
  @keyframes shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}
  .cta-note{display:block;margin-top:8px;font-size:11px;color:#ff8a8a}

  /* ---- BODY (white) ---- */
  .body{max-width:760px;margin:0 auto;padding:44px 24px 100px;}
  .body h2{
    text-align:center;font-size:clamp(24px,4vw,34px);
    font-weight:800;margin:56px 0 22px;
  }
  .body p{font-size:18px;margin:18px 0;}
  .center{text-align:center}
  .italic{font-style:italic}
  .quote{
    text-align:center;font-size:clamp(22px,4vw,30px);
    font-weight:800;font-style:italic;margin:84px 0 50px;
  }
  .market-q{
    text-align:center;font-style:italic;font-size:22px;
    font-weight:700;margin:26px 0;
  }
  .big{font-weight:800}
  .space-top{margin-top:52px !important}
  .fun-line{font-size:clamp(22px,3.4vw,28px);font-weight:800}
  .family-line{font-size:clamp(20px,3vw,24px)}

  /* FAQ */
  .faq-section{background:#fff;color:#111;padding:84px 24px 96px;width:100%}
  .faq-section h2{text-align:center;font-size:clamp(26px,4.6vw,38px);font-weight:800;margin:0 0 14px}
  .faq-section .faq-sub{text-align:center;font-size:17px;color:#777;margin:0 auto 30px;max-width:560px}
  .faq{max-width:680px;margin:26px auto 0}
  .faq-item{border:1px solid #000;border-radius:10px;margin:14px 0;overflow:hidden;background:#fff}
  .faq-q{
    font-weight:800;font-size:clamp(17px,3vw,21px);margin:0;
    padding:18px 20px;cursor:pointer;list-style:none;
    display:flex;justify-content:space-between;align-items:center;gap:14px;
  }
  .faq-q::-webkit-details-marker{display:none}
  .faq-q::after{content:"+";font-size:26px;font-weight:400;line-height:1;color:#000;flex:0 0 auto}
  .faq-item[open] .faq-q::after{content:"-"}
  .faq-a{font-size:17px;color:#333;margin:0;line-height:1.75;padding:0 20px 20px}

  /* real evidence images */
  .ev-img{display:block;margin:26px auto;max-width:560px;width:100%;height:auto;border-radius:14px}
  .ev-img.rounded{border-radius:18px}

  /* image placeholder (used only where no file was supplied) */
  .img-ph{
    margin:26px auto;max-width:560px;border-radius:14px;
    border:1px dashed #bbb;background:#f6f6f6;color:#777;
    padding:26px 18px;text-align:center;font-size:13px;line-height:1.6;
  }
  .img-ph.rounded{border-radius:18px}

  .checks{list-style:none;max-width:520px;margin:24px auto;font-size:19px}
  .checks li{margin:12px 0}
  .checks li::before{content:"✅ ";}
  .checks li.gift::before{content:"🎁 ";}

  /* full syllabus (FAQ-style accordion) */
  .syllabus{max-width:680px;margin:30px auto 0}
  .body .syllabus-note{text-align:center;color:#666;max-width:580px;margin:8px auto 0;font-size:16px;line-height:1.6}
  .syllabus .faq-q{font-size:clamp(16px,2.7vw,19px)}

  /* feedback carousel - automatic, seamless, no scrollbar */
  .carousel-wrap{margin:40px 0;overflow:hidden;width:100%;direction:ltr}
  .carousel{
    display:flex;width:max-content;direction:ltr;
    animation:autoscroll 50s linear infinite;
    /* NOTE: no will-change/translateZ here - forcing a GPU layer on a very wide
       track (dozens of images) can exceed the GPU texture limit and blank or
       freeze the whole strip on some machines. */
  }
  /* feedback carousel holds 21 images (vs 16) - longer duration keeps the same px/s speed */
  .carousel.feedback{animation-duration:72s}
  .carousel.feedback .ev-img{height:330px}
  /* whales carousel: 25% faster, images 10% smaller */
  .carousel.whales{animation-duration:37.5s}
  .carousel.whales .ev-img{height:270px}
  /* results carousel: 7 images - duration keeps the ~25% faster feel, images 15% bigger */
  .carousel.results{animation-duration:80s}
  .carousel.results .ev-img{height:345px}
  /* pause-on-hover only on real pointers - prevents sticky-hover freeze on touch */
  @media (hover:hover){
    .carousel:hover{animation-play-state:paused}
  }
  .carousel .ev-img{
    flex:0 0 auto;height:300px;width:auto;margin:0 0 0 14px;object-fit:contain;
    background:#fafafa;border:1px solid #eee;border-radius:10px;
  }
  @keyframes autoscroll{
    from{transform:translateX(0)}
    to{transform:translateX(-50%)}   /* track is duplicated x2 → loops seamlessly */
  }
  .carousel-label{text-align:center;font-size:13px;color:#888;margin-top:14px}

  /* mobile: smaller images keep the track under the GPU texture limit + smoother/faster */
  @media (max-width:640px){
    .carousel{animation-duration:32s}
    .carousel.feedback{animation-duration:46s}
    .carousel.whales{animation-duration:24s}
    .carousel.results{animation-duration:52s}
    .carousel .ev-img{height:185px;margin:0 0 0 10px}
    .carousel.whales .ev-img{height:166px}
    .carousel.results .ev-img{height:213px}
    .carousel.feedback .ev-img{height:204px}
  }

  /* warning section (black) */
  .warn{background:#000;color:#fff;text-align:center;padding:78px 24px;width:100%}
  .warn h2{color:#fff;font-size:clamp(30px,5.5vw,46px);margin:0 auto 34px}
  .warn p{font-size:clamp(17px,2.4vw,20px);max-width:720px;margin:18px auto;opacity:.92}

  html{scroll-behavior:smooth}

  /* ---- upgraded CTA ---- */
  .cta{
    box-shadow:0 8px 30px rgba(47,123,255,.55),0 0 0 0 rgba(79,155,255,.5);
    transition:transform .18s ease,box-shadow .18s ease;
  }
  .cta:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 14px 40px rgba(47,123,255,.75)}
  .cta:active{transform:translateY(0) scale(.99)}
  .cta .cta-sub{
    display:block;font-size:13px;font-weight:600;opacity:.9;margin-top:4px;
    font-family:"Assistant",Arial,sans-serif;letter-spacing:.2px;
  }
  .paybadges{
    display:flex;justify-content:center;align-items:center;gap:10px;
    margin-top:16px;flex-wrap:wrap;
  }
  .paybadges span{
    background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);
    color:#dfe9ff;font-size:12px;font-weight:700;border-radius:8px;padding:5px 12px;
  }
  .secure-line{margin-top:10px;font-size:12.5px;color:#9fb6dd}

  /* ---- checkout section ---- */
  .checkout{background:#05070d;color:#fff;padding:80px 20px 90px;width:100%}
  .checkout-inner{max-width:640px;margin:0 auto}
  .checkout h2{
    text-align:center;font-size:clamp(26px,4.6vw,38px);font-weight:800;margin:0 0 8px;
  }
  .checkout .co-sub{text-align:center;color:#9fb6dd;font-size:16px;margin:0 0 34px}
  .co-card{
    background:rgba(255,255,255,.045);
    border:1px solid rgba(79,155,255,.35);
    border-radius:18px;padding:28px 24px;
    box-shadow:0 0 40px rgba(47,123,255,.12);
  }
  .co-field{margin-bottom:14px}
  .co-field label{display:block;font-size:14px;font-weight:600;color:#c9d8f5;margin-bottom:6px}
  .co-field input{
    width:100%;padding:14px 16px;font-size:16px;border-radius:12px;
    border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.07);
    color:#fff;font-family:inherit;outline:none;transition:border-color .15s;
  }
  .co-field input:focus{border-color:var(--neon-glow)}
  .co-field input::placeholder{color:#7788a8}

  .bump{
    position:relative;display:flex;gap:12px;align-items:flex-start;
    border:2px dashed #ffcf5c;background:rgba(255,207,92,.07);
    border-radius:14px;padding:16px 16px 14px;margin:16px 0;cursor:pointer;
    transition:background .15s,border-color .15s;
  }
  .bump:hover{background:rgba(255,207,92,.12)}
  .bump.checked{border-style:solid;background:rgba(86,255,160,.08);border-color:#56ffa0}
  .bump input{margin-top:5px;width:20px;height:20px;accent-color:#56ffa0;flex:0 0 auto;cursor:pointer}
  .bump .bump-title{font-weight:800;font-size:16px;line-height:1.45}
  .bump .bump-rec{
    display:inline-block;background:#ffcf5c;color:#3a2a00;font-size:11px;font-weight:800;
    border-radius:6px;padding:2px 8px;margin-inline-start:6px;vertical-align:middle;
  }
  .bump .bump-price{font-size:14px;color:#ffd98a;font-weight:700;margin-top:4px}
  .bump.checked .bump-price{color:#8dffbe}

  .co-summary{
    border-top:1px solid rgba(255,255,255,.14);margin-top:20px;padding-top:16px;
    font-size:15px;color:#c9d8f5;
  }
  .co-summary .row{display:flex;justify-content:space-between;margin:6px 0}
  .co-summary .total{
    font-size:20px;font-weight:800;color:#fff;border-top:1px solid rgba(255,255,255,.14);
    margin-top:10px;padding-top:12px;
  }
  .co-pay{
    display:block;width:100%;margin-top:20px;border:none;cursor:pointer;
    font-family:"Open Sans","Assistant",Arial,sans-serif;font-weight:800;
    font-size:clamp(19px,3vw,24px);color:#fff;padding:19px 20px;border-radius:50px;
    background:linear-gradient(110deg,#1659d6 25%,#3f8bff 45%,#9cc4ff 50%,#3f8bff 55%,#1659d6 75%);
    background-size:200% 100%;animation:shimmer 2.4s linear infinite;
    box-shadow:0 8px 30px rgba(47,123,255,.55);
    transition:transform .18s ease;
  }
  .co-pay:hover{transform:translateY(-2px)}
  .co-pay:disabled{opacity:.55;cursor:wait;transform:none}
  .co-error{
    display:none;background:rgba(255,80,80,.12);border:1px solid rgba(255,80,80,.5);
    color:#ffb4b4;border-radius:10px;padding:12px 14px;font-size:14px;margin-top:14px;text-align:center;
  }
  .co-error.show{display:block}
  #growIframeWrap{display:none;margin-top:22px}
  #growIframeWrap iframe{
    width:100%;min-height:640px;border:1px solid rgba(79,155,255,.4);border-radius:14px;background:#fff;
  }
  #growIframeWrap .open-tab{display:block;text-align:center;margin-top:8px;color:#9fb6dd;font-size:13px}
  #growIframeWrap .open-tab a{color:#4f9bff}
