/* ==========================================================================
   R3 design system.

   Ported from the Polymarket Israel funnel (public/css/style.css), which is
   the house design reference: same fonts, same colour system, same hero,
   same shimmer CTA, same order bumps, same dark checkout.

   Structure of a page, top to bottom:
     .hero        black
     .body        white, 760px reading column
     .warn        black
     .faq-section white
     .checkout    near-black
   ========================================================================== */

:root{
  --neon:#22c55e;
  --neon-glow:#4ade80;
}
*{box-sizing:border-box;margin:0;padding:0}
html{overflow-x:hidden;scroll-behavior:smooth}
body{
  font-family:"Assistant","Arial Hebrew",Arial,sans-serif;
  background:#fff;color:#111;line-height:1.7;
  overflow-x:hidden;
}
h1,h2,.quote,.cta{
  font-family:"Open Sans","Assistant",Arial,sans-serif;
  font-weight:800;
}

/* ---- 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(72px,8.5vw,98px);height:auto}
.badge{
  position:relative;
  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:9px 18px;border-radius:10px;margin-bottom:28px;
  border:1.5px dashed rgba(74,222,128,.7);
  box-shadow:0 4px 20px rgba(34,197,94,.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;
}
.badge-sep{width:1px;height:15px;flex:0 0 auto;background:rgba(255,255,255,.3)}
.badge b{font-weight:800}
.badge .tp-star{width:17px;height:17px;flex:0 0 auto}
@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 h1 .hl{color:var(--neon-glow)}
.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:2px solid var(--neon);border-radius:14px;
  box-shadow:
    0 0 5px var(--neon),
    0 0 12px rgba(74,222,128,.55),
    0 0 24px rgba(34,197,94,.35),
    inset 0 0 10px rgba(74,222,128,.3);
  overflow:hidden;background:#05080f;line-height:0;
}
.neon-frame img,.neon-frame video{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;
  max-width:100%;box-sizing:border-box;
  background:linear-gradient(110deg,#15803d 25%,#22c55e 45%,#bbf7d0 50%,#22c55e 55%,#15803d 75%);
  background-size:200% 100%;
  box-shadow:0 8px 30px rgba(34,197,94,.55),0 0 0 0 rgba(74,222,128,.5);
  animation:shimmer 2.4s linear infinite;
  transition:transform .18s ease,box-shadow .18s ease;
  position:relative;
}
@keyframes shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}
.cta:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 14px 40px rgba(34,197,94,.75)}
.cta:active{transform:translateY(0) scale(.99)}
.cta .cta-sub{
  display:block;font-size:11px;font-weight:600;opacity:.9;margin-top:4px;
  font-family:"Assistant",Arial,sans-serif;letter-spacing:.1px;white-space:nowrap;
}
.cta-note{display:block;margin-top:8px;font-size:11px;color:#ff8a8a}
/* the button label beats, so the eye keeps coming back to it */
.cta-beat{display:inline-block;font-size:.9em;white-space:nowrap;transform-origin:center;animation:ctaBeat 1.9s ease-in-out infinite}
.cta-arw{display:inline-block;width:.85em;height:.85em;vertical-align:-.1em;margin-inline-start:.4em;transition:transform .2s ease}
.cta:hover .cta-arw,.co-pay:hover .cta-arw{transform:translateX(4px)}
.co-pay .cta-arw{width:1em;height:1em;vertical-align:-.15em;margin-inline-start:.35em}
@keyframes ctaBeat{
  0%,55%,100%{transform:scale(1)}
  12%{transform:scale(1.065)}
  24%{transform:scale(.975)}
  36%{transform:scale(1.04)}
}

/* one-time-offer badge above the CTA */
.cta-timer{
  display:flex;align-items:center;justify-content:center;gap:8px;width:fit-content;max-width:94vw;
  margin:0 auto 12px;padding:8.5px 18px;border-radius:14px;
  background:rgba(255,107,107,.12);border:2px dashed rgba(255,107,107,.55);
  color:#ffc2c2;font-size:clamp(18px,3.31vw,21.2px);font-weight:700;line-height:1.35;
  font-family:"Assistant",Arial,sans-serif;letter-spacing:.1px;
}
.cta-timer b{color:#fff;font-weight:800}
.cta-timer b.t{font-variant-numeric:tabular-nums;direction:ltr;display:inline-block;min-width:66px}
.cta-timer .dot{width:8px;height:8px;flex:0 0 auto;border-radius:50%;background:#ff6b6b;animation:ctaDot 1.2s ease-in-out infinite}
/* on the white sections the pale hero colours vanish, so the badge reads in
   strong red there. The hero keeps its own. */
.body .cta-timer,.faq-section .cta-timer{
  color:#c81e1e;background:rgba(220,38,38,.08);border-color:#dc2626}
.body .cta-timer b,.faq-section .cta-timer b{color:#b91c1c}
.body .cta-timer .dot,.faq-section .cta-timer .dot{background:#dc2626}
@keyframes ctaDot{0%,100%{opacity:1}50%{opacity:.25}}

.cta-bonus{
  display:flex;align-items:center;justify-content:center;gap:6px;
  margin:16px auto 0;max-width:520px;text-align:center;
  font-size:clamp(14px,2.4vw,16px);font-weight:500;color:#eaf2ff;line-height:1.5;
}
@media (min-width:641px){ .hero .cta{min-width:460px} }
@media (max-width:640px){
  .cta-bonus{font-size:12.6px}
  .cta{display:block;width:100%;padding-left:20px;padding-right:20px}
}

/* hero trust chips */
.hero-quote{
  margin:30px auto 0;max-width:560px;padding:0 16px;
  font-size:clamp(16px,2.4vw,19px);font-style:italic;color:#eaf2ff;line-height:1.5;
}
.hero-quote .who{display:block;margin-top:7px;font-size:14px;font-style:normal;color:#9fb6dd}
.trust-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin:20px auto 0;padding:0 12px}
.trust-chips span{
  display:inline-flex;align-items:center;gap:6px;
  background:rgba(255,255,255,.05);border:1px solid rgba(74,222,128,.35);
  color:#cfe0ff;font-size:13px;font-weight:600;
  padding:7px 14px;border-radius:50px;white-space:nowrap;
}
.trust-chips svg{width:13px;height:13px;flex:0 0 auto;color:#4ade80}
/* 15% smaller on a phone, and tight enough that all three share one line,
   the way the reference /ai hero keeps its trust chips on a single row */
@media(max-width:767px){
  .trust-chips{gap:6px;padding:0 4px;flex-wrap:nowrap}
  .trust-chips span{font-size:11px;padding:6px 9px;gap:4px}
  .trust-chips svg{width:11px;height:11px}
}
/* the narrowest phones get their wrap back rather than overflowing */
@media(max-width:350px){.trust-chips{flex-wrap:wrap}}
.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}

/* ---- BODY (white) ---- */
.body{max-width:760px;margin:0 auto;padding:56px 22px 110px}
.body h2{text-align:center;font-size:clamp(24px,4vw,34px);font-weight:800;line-height:1.2;margin:72px 0 24px}
.body h3{text-align:center;font-size:clamp(20px,3.2vw,26px);font-weight:800;margin:40px 0 14px}
.body p{font-size:18px;margin:28px 0;line-height:1.7}
.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}
.body .market-q{text-align:center;font-style:italic;font-size:21.6px;font-weight:800;line-height:1.3;margin:18px 0 26px !important}
.big{font-weight:800}
.space-top{margin-top:52px !important}
.fun-line{font-size:clamp(22px,3.4vw,28px);font-weight:800}
.h2-sub{margin:-14px 0 26px !important;text-align:center;font-size:15.5px;font-style:italic;color:#5b6675}

/* the short centred story paragraphs */
.story{max-width:640px;margin:0 auto;text-align:center}
.story p{margin:40px 0;line-height:1.7}
.story p:first-child{margin-top:14px}

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

/* the three R3 jobs, as cards on the white body */
.jobs{display:grid;gap:16px;margin:36px 0}
@media (min-width:720px){.jobs{grid-template-columns:repeat(3,1fr)}}
.job{border:1px solid #e3e6e3;border-radius:16px;padding:24px 22px;background:#fafbfa}
.job .jk{display:block;font-size:13px;font-weight:800;letter-spacing:1.4px;color:var(--neon);margin-bottom:6px}
.job h4{font-family:"Open Sans","Assistant",Arial,sans-serif;font-size:22px;font-weight:800;margin:0 0 8px}
.job p{font-size:16px;margin:0;line-height:1.6}

/* old way / new way */
.compare{border:2px solid #111;border-radius:14px;overflow:hidden;margin:30px 0}
.compare .row{display:grid;border-bottom:1px solid #ddd}
.compare .row:last-child{border-bottom:0}
@media (min-width:640px){.compare .row{grid-template-columns:1fr 1fr}}
.compare .c{padding:16px 18px;font-size:16.5px;line-height:1.6}
.compare .c.old{color:#777;background:#f6f6f6}
.compare .c.new{color:#111;font-weight:600}
.compare .c .lbl{display:block;font-size:11px;font-weight:800;letter-spacing:1.2px;text-transform:uppercase;margin-bottom:5px}
.compare .c.old .lbl{color:#aaa}
.compare .c.new .lbl{color:var(--neon)}

/* the 28-day week strip */
.weeks{display:grid;gap:14px;margin:30px 0}
@media (min-width:720px){.weeks{grid-template-columns:repeat(4,1fr)}}
.week{border:2px solid #111;border-radius:14px;padding:18px 16px;text-align:center}
.week .w{font-size:12px;font-weight:800;letter-spacing:1.2px;color:#999}
.week h4{font-family:"Open Sans",Arial,sans-serif;font-size:20px;font-weight:800;margin:6px 0}
.week p{font-size:15px;margin:0;line-height:1.55;color:#555}

/* value stack */
.stack{border:2px solid #111;border-radius:14px;overflow:hidden;margin:30px 0}
.stack .item{padding:16px 20px;border-bottom:1px solid #ddd}
.stack .item:last-child{border-bottom:0}
.stack .item b{display:block;font-size:17px;font-weight:800}
.stack .item span{display:block;font-size:15.5px;color:#666;margin-top:3px;line-height:1.55}
.price-line{text-align:center;margin:30px 0 10px}
.price-line s{color:#999;font-size:24px;margin-inline-end:14px;text-decoration-color:#ff5555}
.price-line b{font-family:"Open Sans",Arial,sans-serif;font-size:56px;font-weight:800;line-height:1}

/* two options fork */
.fork{display:grid;gap:16px;margin:30px 0}
@media (min-width:720px){.fork{grid-template-columns:1fr 1fr}}
.fork .opt{border:2px solid #ddd;border-radius:14px;padding:22px 20px}
.fork .opt.two{border-color:var(--neon);background:rgba(34,197,94,.05)}
.fork .opt .n{font-size:12px;font-weight:800;letter-spacing:1.2px;text-transform:uppercase;color:#aaa}
.fork .opt.two .n{color:var(--neon)}
.fork .opt p{margin:8px 0 0;font-size:16.5px;line-height:1.6}

/* real images + placeholders */
.ev-img{display:block;margin:26px auto;max-width:560px;width:100%;height:auto;border-radius:14px}
.ev-img.rounded{border-radius:18px}
.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}
/* a placeholder sitting inside a neon frame fills it edge to edge */
.neon-frame .img-ph{
  margin:0;max-width:none;width:100%;border:0;border-radius:0;
  background:#05080f;color:#8ea6c8;padding:62px 26px;line-height:1.7;font-size:14px;
}
.neon-frame .img-ph b{color:var(--neon-glow);font-size:12px}
.img-ph b{display:block;font-size:12px;font-weight:800;letter-spacing:1.2px;text-transform:uppercase;color:#999;margin-bottom:8px}
.carousel-label{text-align:center;font-size:13px;color:#888;margin-top:14px}

/* ---- 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;font-family:"Open Sans",Arial,sans-serif;font-weight:800}
.warn p{font-size:clamp(17px,2.4vw,20px);max-width:720px;margin:18px auto;opacity:.92}

/* ---- 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;font-family:"Open Sans",Arial,sans-serif}
.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}

/* ==========================================================================
   CHECKOUT (near-black)
   Markup and ids are identical to the reference funnel, so checkout.js,
   the Tranzila Hosted Fields mounts and the PayPal buttons are a straight port.
   ========================================================================== */

.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;font-family:"Open Sans",Arial,sans-serif}
.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(74,222,128,.35);
  border-radius:18px;padding:28px 24px;
  box-shadow:0 0 40px rgba(34,197,94,.12);
}
.p2-field{margin-bottom:14px}
.p2-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;
}
.p2-field input:focus{border-color:var(--neon-glow)}
.p2-field input::placeholder{color:#7788a8}
.p2-hint{display:block;font-size:12.5px;color:#9fb6dd;margin:6px 2px 0}
.p2-row{display:flex;gap:10px}
.p2-row .p2-field{flex:1;margin-bottom:0}

/* Tranzila Hosted Fields mount into these */
.hf-box{height:48px;border-radius:12px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.07);overflow:hidden}
.hf-box iframe{height:100%;width:100%;border:none}
.hf-box.mock{display:flex;align-items:center;padding:0 14px;color:#7788a8;font-size:16px}

/* ---- the wallet row -------------------------------------------------
   Apple Pay and PayPal side by side and equal height. The white border sits
   on a WRAPPER, never on the Apple Pay button: Safari draws that button as a
   system element and paints neither a border nor a shadow on it. When Apple
   Pay is unavailable the wrapper is hidden and PayPal takes the whole row. */
.wallets{display:flex;align-items:stretch;gap:8px;margin:18px 0 0;--wh:52px}
.wallet-ap{flex:1 1 62%;display:flex;height:var(--wh);background:#000;
  border:1px solid #fff;border-radius:12px;overflow:hidden}
.wallet-ap .apple-pay-btn{width:100%;height:100%;margin:0;border-radius:0;-apple-pay-button-style:black}
.wallet-pp{flex:1 1 38%;min-width:0;height:var(--wh);border-radius:12px;overflow:hidden;
  -webkit-mask-image:-webkit-radial-gradient(#fff,#000)}
.wallets.pp-only .wallet-pp{flex:1 1 100%}
.wallet-pp #paypalButtons{height:100%}
.wallet-note{margin:10px 0 0;text-align:center;font-size:12.5px;color:#93a9cf}

/* ---- the card, one click under the wallets ---- */
.card-link{display:block;width:100%;margin:14px 0 0;padding:14px 12px;
  background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.22);border-radius:12px;
  color:#dce7fb;font-family:"Assistant",Arial,sans-serif;font-size:15px;font-weight:700;
  cursor:pointer;transition:background .15s,border-color .15s}
.card-link:hover{background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.4)}
.card-link.open{background:none;border-color:transparent;color:#93a9cf;font-weight:600;padding-bottom:6px}
#cardPanel[hidden]{display:none}
#cardPanel .co-pay{margin-top:16px}
@keyframes hfshine{0%{background-position:-180px 0}100%{background-position:180px 0}}
.hf-box.loading{
  background-image:linear-gradient(90deg,rgba(255,255,255,.07) 0%,rgba(255,255,255,.18) 50%,rgba(255,255,255,.07) 100%);
  background-size:180px 100%;background-repeat:no-repeat;animation:hfshine 1.1s linear infinite;
}

/* order bumps: yellow dashed, green when ticked */
.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}

.p2-total{
  border-top:1px solid rgba(255,255,255,.14);margin-top:20px;padding-top:16px;
  display:flex;justify-content:space-between;align-items:baseline;font-size:15px;color:#c9d8f5;
}
.p2-total #sumTotal{font-size:24px;font-weight:800;color:#fff;font-family:"Open Sans",Arial,sans-serif}

/* payment method segmented control */
.p2-seg{display:flex;gap:10px;margin:18px 0 14px}
.p2-m{
  flex:1;display:flex;align-items:center;justify-content:center;gap:6px;min-height:46px;padding:0 8px;
  border-radius:12px;cursor:pointer;text-align:center;
  font-weight:700;font-size:15px;color:#c9d8f5;font-family:inherit;
  background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.18);
  transition:border-color .15s,background .15s,color .15s;
}
.p2-m.active{border-color:var(--neon-glow);background:rgba(74,222,128,.14);color:#fff}
.p2-m img{display:block}
.p2-cards{display:flex;gap:8px;justify-content:center;align-items:center;margin-top:12px;opacity:.9}
.p2-cards img{display:block;background:#fff;border-radius:4px;padding:3px 6px}

.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,#15803d 25%,#22c55e 45%,#bbf7d0 50%,#22c55e 55%,#15803d 75%);
  background-size:200% 100%;animation:shimmer 2.4s linear infinite;
  box-shadow:0 8px 30px rgba(34,197,94,.55);
  transition:transform .18s ease;
}
.co-pay:hover{transform:translateY(-2px)}
.co-pay:disabled{opacity:.55;cursor:wait;transform:none}

/* NATIVE Apple Pay button, drawn by Safari in our own page */
.apple-pay-btn{
  display:block;width:100%;height:50px;border:none;border-radius:12px;cursor:pointer;
  -webkit-appearance:-apple-pay-button;appearance:-apple-pay-button;
  -apple-pay-button-type:buy;-apple-pay-button-style:white;
}
.apple-pay-btn:disabled{opacity:.55;cursor:default}
.or-div{display:flex;align-items:center;gap:10px;margin:16px 0 12px;color:#6f7d94;font-size:11.5px;letter-spacing:.06em;text-transform:uppercase}
.or-div::before,.or-div::after{content:"";flex:1;height:1px;background:rgba(255,255,255,.12)}
.wallet-note{color:#7f8ba0;font-size:11.5px;text-align:center;margin-top:10px}
.wallet-hint{color:#ffb4b4;font-size:13px;text-align:center;margin:10px 0 0}

.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}
.pp-note{color:#9fb6dd;font-size:14px;text-align:center;padding:14px 0}
.pp-mock-btn{
  display:block;width:100%;padding:14px;border:none;border-radius:50px;cursor:pointer;
  font-family:inherit;font-weight:800;font-size:16px;color:#111;background:#ffc439;
}
#paypalPanel{margin-top:6px}

/* ---- footer disclaimer ---- */
.disclaimer{
  background:#f5f7fb;color:#5a6478;font-size:12.5px;line-height:1.6;
  text-align:center;padding:26px 18px;border-top:1px solid #e3e8f2;
}
.disclaimer strong{color:#3c4658}
.disclaimer nav{margin-top:12px;font-size:12px}
.disclaimer nav a{color:#c3ccda;color:#7c8798;text-decoration:none;margin:0 4px}
.disclaimer nav a:hover{text-decoration:underline}

@media (prefers-reduced-motion:reduce){
  .cta,.co-pay{animation:none}
  .cta-beat,.cta-timer .dot,.badge .dot{animation:none}
}


/* =====================================================================
   PAYMENT BLOCKS, ported from the reference funnel's /ai page.
   Replaces every CTA at runtime. Colours are the reference's, with the
   accent moved to green.
   ===================================================================== */
body.apay-mode .price-orig{display:none}      /* the block carries its own price */
.apay{max-width:400px;margin:0 auto;text-align:left;--pps:1;--apay-h:50px}
.apay-price{display:flex;align-items:baseline;justify-content:center;gap:11px;
  margin:0 0 12px;font-family:"Assistant",Arial,sans-serif;line-height:1}
.apay-price .ap-was{font-size:18px;font-weight:600;color:#8fa2c0;text-decoration:line-through;
  text-decoration-color:#ff6b6b;text-decoration-thickness:2px}
.apay-price .apay-total{font-size:28px;font-weight:800;color:#fff;letter-spacing:-.02em}
.apay .cta-timer{display:flex;width:max-content;max-width:100%;font-size:clamp(14.4px,2.65vw,17px);
  padding:6.8px 14.4px;border-radius:11px;border-width:1.6px;margin:0 auto 12px}
.apay .cta-timer b.t{min-width:53px}
.apay .cta-timer .dot{width:6.4px;height:6.4px}
.apay.on-light .cta-timer{color:#c81e1e;background:rgba(220,38,38,.08);border-color:#dc2626}
.apay.on-light .cta-timer b{color:#b91c1c}
.apay.on-light .cta-timer .dot{background:#dc2626}

/* the two add-ons, side by side in the hero */
.apay-bumps{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:11px 0 0}
.apay-bump{display:flex;flex-direction:column;gap:7px;margin:0;padding:9px 10px;
  border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.05);
  border-radius:11px;cursor:pointer;transition:border-color .15s,background .15s}
.apay-bump.checked{border-color:#4ade80;background:rgba(74,222,128,.1)}
.apay-bump .ab-top{display:flex;flex-wrap:nowrap;align-items:flex-start;gap:8px}
.apay-bump input{width:17px;height:17px;flex:0 0 auto;margin:1px 0 0;accent-color:#22c55e;cursor:pointer}
.apay-bump .ab-t{flex:1;min-width:0;font-size:11.5px;font-weight:600;line-height:1.32;color:#e8f0ff;overflow-wrap:anywhere}
.apay-bump .ab-p{align-self:flex-start;white-space:nowrap;font-size:13px;font-weight:800;color:#ffd98a}
.apay-bump.checked .ab-p{color:#86efac}

/* Apple Pay and PayPal on one row. The white border sits on a WRAPPER:
   Safari paints neither a border nor a shadow on the system button itself. */
.apay-row{display:flex;align-items:center;gap:8px}
.apay-ap-wrap{flex:1 1 auto;display:flex;height:var(--apay-h);background:#000;
  border:1px solid #fff;border-radius:11px;overflow:hidden}
.apay-row .apay-ap{width:100%;height:100%;margin:0;border-radius:0;-apple-pay-button-style:black}
.apay-pp{flex:0 0 35%;position:relative;height:var(--apay-h);overflow:hidden;border-radius:10px;
  -webkit-mask-image:-webkit-radial-gradient(#fff,#000)}
.apay-pp-in{position:absolute;top:0;left:0;width:150px;transform:scale(var(--pps));transform-origin:0 0}
.apay.no-pp .apay-pp{display:none}
/* no Apple Pay on this device: PayPal takes the row */
.apay.pp-only .apay-ap-wrap{display:none}
.apay.pp-only .apay-pp{flex:1 1 100%}
.apay.pp-only .apay-pp-in,.apay.pp-mock .apay-pp-in{position:static;width:100%;height:100%;transform:none}
/* the slot must carry the column's height down, or anything drawn in it
   (the mock button, a full-width PayPal) collapses to its own content */
.apay-pp-slot{height:100%}
.apay .pp-mock-btn{height:100%;padding:0;border-radius:10px}

.apay-card{display:block;margin:12px auto 0;padding:4px 6px;border:0;background:none;cursor:pointer;
  font-family:inherit;font-size:13.5px;font-weight:600;color:#86efac;
  text-decoration:underline;text-underline-offset:3px}
.apay-card:hover{color:#bbf7d0}
.apay.card-open .apay-card{display:none}
.apay.no-card .apay-card{display:none}
.apay-host{display:none}
.apay.card-open .apay-host{display:block}
.apay-err{display:none;margin-top:11px;padding:10px 12px;border-radius:10px;text-align:center;
  background:rgba(255,80,80,.12);border:1px solid rgba(255,80,80,.45);color:#ffb4b4;font-size:13px}
.apay-err.show{display:block}

/* every CTA that is NOT the hero: stacked, full-width buttons, bumps above */
.apay.stacked{--apay-h:52px;display:flex;flex-direction:column}
.apay.stacked .apay-price{order:1}
.apay.stacked .cta-timer{order:2}
.apay.stacked .apay-bumps{order:3}
.apay.stacked .apay-row{order:4}
.apay.stacked .apay-err{order:5}
.apay.stacked .apay-card{order:6}
.apay.stacked .apay-host{order:7}
.apay.stacked .apay-row{display:block}
.apay.stacked .apay-ap-wrap{display:flex;width:100%;height:var(--apay-h)}
.apay.stacked.pp-only .apay-ap-wrap{display:none}
.apay.stacked .apay-pp{flex:none;width:100%;height:var(--apay-h);margin-top:9px}
.apay.stacked.pp-only .apay-pp{margin-top:0}
.apay.stacked .apay-pp-in{position:static;width:100%;height:100%;transform:none}
.apay.stacked .apay-bumps{display:block;margin:0 0 13px}
.apay.stacked .apay-bump{flex-direction:row;align-items:center;gap:10px;margin:8px 0;padding:11px 13px}
.apay.stacked .apay-bump .ab-top{flex:1;min-width:0;align-items:center}
.apay.stacked .apay-bump input{margin:0}
.apay.stacked .apay-bump .ab-t{font-size:13px}
.apay.stacked .apay-bump .ab-p{align-self:center;font-size:13.5px}

/* the same block on the white sections */
.apay.on-light .apay-bump{border-color:#e2e7f0;background:#fff;box-shadow:0 1px 2px rgba(16,24,40,.05)}
.apay.on-light .apay-bump.checked{border-color:#16a34a;background:rgba(22,163,74,.07)}
.apay.on-light .apay-bump input{accent-color:#16a34a}
.apay.on-light .apay-bump .ab-t{color:#101828}
.apay.on-light .apay-bump .ab-p{color:#b45309}
.apay.on-light .apay-bump.checked .ab-p{color:#16a34a}
.apay.on-light .apay-card{color:#15803d}
.apay.on-light .apay-price .ap-was{color:#98a2b3}
.apay.on-light .apay-price .apay-total{color:#101828}
.apay.on-light .apay-err{background:rgba(220,38,38,.07);border-color:rgba(220,38,38,.4);color:#b91c1c}

/* the one card form, once moved into a block: compact, three fields on a line.
   It keeps a dark panel even on white sections because Tranzila's fields are
   mounted once with one text colour. */
.apay-host #checkoutForm{max-width:none;margin:13px 0 0;padding:13px;border-radius:14px;
  background:#0f1522;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 24px rgba(0,0,0,.22)}
.apay-host #bump1Label,.apay-host #bump2Label,.apay-host #wallets,.apay-host #walletNote,
.apay-host #walletHint,.apay-host #cardLink,.apay-host .p2-hint,.apay-host .p2-cards,
.apay-host .p2-total,.apay-host .secure-line{display:none !important}
.apay-host .p2-field{margin-bottom:7px}
.apay-host .p2-field input{padding:11px 13px;border-radius:11px}
.apay-host .hf-box{height:42px;border-radius:11px}
.apay-host #cardPanel{display:flex;flex-wrap:wrap;gap:7px}
.apay-host #cardPanel[hidden]{display:none}
.apay-host #cardPanel .p2-row{display:contents}
.apay-host #cardPanel .p2-field{margin:0}
.apay-host #cardPanel > .p2-field{flex:1 1 44%;min-width:122px}
.apay-host #cardPanel .p2-row .p2-field:nth-child(1){flex:1 1 25%;min-width:68px}
.apay-host #cardPanel .p2-row .p2-field:nth-child(2){flex:1 1 22%;min-width:58px}
@media(max-width:360px){
  .apay-host #cardPanel > .p2-field{flex:1 1 100%}
  .apay-host #cardPanel .p2-row .p2-field:nth-child(1),
  .apay-host #cardPanel .p2-row .p2-field:nth-child(2){flex:1 1 45%}
}
.apay-host .co-pay{flex:1 1 100%;margin-top:9px;padding:13px 16px;font-size:16.5px;border-radius:13px;
  box-shadow:0 6px 18px rgba(34,197,94,.35)}
.apay-host .co-error{margin-top:10px}

/* ---- "it went viral on TikTok": three posts, the middle one forward ----
   The side cards turn in toward the centre and tuck behind it, so the row
   reads as one object with depth rather than three flat pictures. */
.tt-lede{text-align:center;font-size:19px;font-weight:700;line-height:1.45;margin:26px auto 4px;max-width:560px}
.tt-trio{display:flex;justify-content:center;align-items:center;perspective:1200px;
  max-width:640px;margin:26px auto 10px;padding:18px 0 22px}
.tt-card{position:relative;margin:0;flex:0 0 auto;aspect-ratio:9/16;border-radius:18px;overflow:hidden;
  background:#000;border:3px solid #0d0d0d;box-shadow:0 18px 40px rgba(16,24,40,.26)}
.tt-card{aspect-ratio:10/16}
.tt-card img{display:block;width:100%;height:100%;object-fit:cover;object-position:center top}
.tt-card.side{width:31%;z-index:1;filter:saturate(.92)}
.tt-card.left{margin-right:-5%;transform:rotateY(24deg) scale(.9);transform-origin:right center}
.tt-card.right{margin-left:-5%;transform:rotateY(-24deg) scale(.9);transform-origin:left center}
/* the middle post is the widest, and its caption sits on the left: keep that edge */
.tt-card.center img{object-position:left top}
.tt-card.center{width:40%;z-index:2;transform:translateY(-16px);
  box-shadow:0 28px 60px rgba(16,24,40,.38),0 0 0 1px rgba(22,163,74,.25)}
@media(max-width:560px){
  .tt-lede{font-size:17px}
  .tt-trio{padding:14px 0 16px}
  .tt-card{border-radius:13px;border-width:2px}
  .tt-card.center{transform:translateY(-10px)}
}

/* ---- results: before/after photos in a masonry grid ----
   CSS columns keep each photo at its own shape, so a tall collage and a
   square one sit together without anything being cropped. */
.res-grid{column-count:2;column-gap:12px;margin:26px 0 8px}
@media(min-width:700px){.res-grid{column-count:3;column-gap:14px}}
.res-card{break-inside:avoid;margin:0 0 12px;border-radius:14px;overflow:hidden;background:#f2f4f7;
  box-shadow:0 6px 18px rgba(16,24,40,.12);border:1px solid #e6e9ee}
.res-card img{display:block;width:100%;height:auto}
.res-note{margin:6px auto 0;max-width:620px;text-align:center;font-size:12px;line-height:1.55;color:#6b7280}

/* ---- story GIF ---- */
.story-gif{margin:40px auto;max-width:280px}
.story-gif img{display:block;width:100%;height:auto;border-radius:14px}

/* ---- R1 to R3, plain ---- */
.body h3.step{margin:48px 0 10px}
.body h3.step span{color:var(--neon)}

/* ---- old way vs R3, a plain checklist ---- */
.checks{max-width:600px;margin:36px auto}
.checks p{margin:0 0 30px !important;line-height:1.7}
.checks p:last-child{margin-bottom:0 !important}

/* ---- R1 to R3 blocks: white, a thin line, a soft shadow ---- */
.rblocks{display:grid;gap:18px;margin:40px 0}
@media (min-width:720px){.rblocks{grid-template-columns:repeat(3,1fr)}}
.rblock{background:#fff;border:1px solid #e6e6e6;border-radius:18px;padding:26px 22px;box-shadow:0 6px 22px rgba(0,0,0,.06);text-align:center}
.rblock .rk{display:inline-block;background:var(--neon);color:#fff;font-weight:800;font-size:14px;letter-spacing:.5px;border-radius:999px;padding:4px 14px}
.rblock h4{font-family:"Open Sans",Arial,sans-serif;font-size:22px;font-weight:800;margin:12px 0 10px}
.rblock p{font-size:16.5px !important;line-height:1.65;margin:0 !important;color:#222}

/* "I'm proud to present..." then two lines of air before the method */
.body p.present{font-weight:800;margin-top:43px;margin-bottom:69px}

/* ---- before / after auto slider ---- */
.bslide-title{margin-top:40px !important}
.hl-green{color:var(--neon)}
.bslide{max-width:320px;margin:24px auto 40px}
.bslide-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;border-radius:18px;scrollbar-width:none;box-shadow:0 8px 26px rgba(0,0,0,.10)}
.bslide-track::-webkit-scrollbar{display:none}
.bslide-item{flex:0 0 100%;margin:0;scroll-snap-align:center;aspect-ratio:1/1;background:#fff}
.bslide-item img{width:100%;height:100%;object-fit:cover;display:block}
.bslide-dots{display:flex;justify-content:center;gap:7px;margin-top:14px}
.bslide-dots span{width:7px;height:7px;border-radius:50%;background:#d6d6d6;transition:background .2s,width .2s}
.bslide-dots span.on{background:var(--neon);width:18px;border-radius:4px}

/* ---- sizes and centering ---- */
.body .bslide-title{font-size:23.8px}
.body .tt-lede{margin:26px auto 4px}

/* ---- simple tables: white, thin lines, no grey fills ---- */
.ptable{width:100%;border-collapse:collapse;margin:32px 0;font-size:16.5px;line-height:1.55}
.ptable th{text-align:left;font-size:13px;font-weight:800;letter-spacing:.6px;text-transform:uppercase;padding:0 12px 12px;border-bottom:2px solid #111}
.ptable td{padding:18px 12px;border-bottom:1px solid #e5e5e5;vertical-align:top}
.ptable td:first-child{font-weight:800;white-space:nowrap;width:1%}
.ptable .g{color:var(--neon)}
.vs-table td:first-child{white-space:normal;width:42%;font-weight:400;color:#666}
@media (max-width:480px){
  .ptable{font-size:15.5px}
  .ptable td{padding:16px 8px}
  .ptable th{padding:0 8px 10px}
}

/* ---- R1 to R3: result rows, white, spaced ---- */
.rsteps{margin:36px 0;display:grid;gap:26px}
.rstep{display:flex;gap:18px;align-items:flex-start}
.rstep-k{flex:0 0 auto;width:48px;height:48px;border-radius:50%;background:var(--neon);color:#fff;font-weight:800;font-size:16px;display:flex;align-items:center;justify-content:center}
.rstep-n{display:block;font-size:12px;font-weight:800;letter-spacing:1.2px;text-transform:uppercase;color:var(--neon)}
.rstep h4{font-family:"Open Sans",Arial,sans-serif;font-size:21px;font-weight:800;line-height:1.3;margin:2px 0 6px}
.rstep p{font-size:16.5px !important;margin:0 !important;line-height:1.6;color:#444}
@media (min-width:720px){.rsteps{grid-template-columns:repeat(3,1fr);gap:28px}.rstep{flex-direction:column;align-items:center;text-align:center}}

/* ---- old way vs R3: a closed table ---- */
.boxtable{width:100%;border-collapse:separate;border-spacing:0;border:2px solid #111;border-radius:16px;overflow:hidden;margin:32px 0;font-size:16.5px;line-height:1.5}
.boxtable th{padding:14px 16px;font-size:14px;font-weight:800;text-align:left;border-bottom:2px solid #111}
.boxtable th + th,.boxtable td + td{border-left:1px solid #d9d9d9}
.boxtable td{padding:16px;border-bottom:1px solid #e5e5e5;vertical-align:top}
.boxtable tr:last-child td{border-bottom:0}
.boxtable td:first-child{color:#777}
.boxtable td:last-child{font-weight:700;color:#111}
@media (max-width:480px){.boxtable{font-size:15px}.boxtable th,.boxtable td{padding:13px 11px}}

/* the hot mom line gets a line of air above */
.body .quote.hotmom{margin-top:112px}

/* ---- 28 days: a clean stepper ---- */
.wsteps{list-style:none;padding:0;margin:40px auto;max-width:560px}
.wsteps li{display:flex;gap:20px;align-items:flex-start;position:relative;padding-bottom:36px}
.wsteps li:last-child{padding-bottom:0}
.wsteps li:not(:last-child)::after{content:"";position:absolute;left:21px;top:48px;bottom:8px;width:2px;background:#e3e6e3}
.wsteps-n{flex:0 0 44px;height:44px;border-radius:50%;border:2px solid var(--neon);color:var(--neon);font-weight:800;font-size:17px;display:flex;align-items:center;justify-content:center;background:#fff}
.wsteps-w{display:block;font-size:13px;font-weight:800;letter-spacing:1.2px;text-transform:uppercase;margin:2px 0 6px}
.wsteps p{font-size:17.5px !important;margin:0 !important;line-height:1.6;font-weight:600}

/* ---- 28 days by day, with the progress photo beside each ---- */
.dsteps li{align-items:center;padding-bottom:30px}
.dsteps li:not(:last-child)::after{top:50%;bottom:-50%;height:auto}
.dsteps .wsteps-n{font-size:15px}
.dsteps-txt{flex:1;min-width:0}
.dsteps-img{flex:0 0 auto;width:112px;aspect-ratio:1/2;height:auto;object-fit:cover;object-position:center 38%;border-radius:14px;box-shadow:0 6px 18px rgba(0,0,0,.10)}
@media (min-width:640px){.dsteps-img{width:150px}}
