/* Story Time with Anthony — Single Product Page
   Keep it simple, clean, and parent-friendly. */

:root{
  --bg:#070f24;
  --bg2:#0b1b3a;
  --card:#0f244e;
  --card2:#0d1d3d;
  --text:#f7f8fb;
  --muted:rgba(247,248,251,.78);
  --line:rgba(255,255,255,.12);
  --accent:#ff4d6d; /* ribbon red */
  --accent2:#4cc9f0; /* ribbon blue */
  --good:#45d483;
  --shadow: 0 18px 60px rgba(0,0,0,.35);
  --radius:18px;
  --radius2:24px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: "Nunito", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--text);
  background: radial-gradient(1100px 700px at 20% 0%, #132c66 0%, var(--bg) 55%), radial-gradient(900px 600px at 100% 30%, rgba(76,201,240,.15) 0%, rgba(7,15,36,0) 70%);
  line-height:1.55;
}

.preview-body{
  background: radial-gradient(900px 600px at 10% 0%, #142e6d 0%, var(--bg) 55%);
}

a{color:inherit; text-decoration:none}
.container{width:min(1120px, calc(100% - 40px)); margin:0 auto}
.muted{color:var(--muted)}
.micro{font-size:.9rem; color:var(--muted)}
.accent{color:var(--accent)}

.skip-link{
  position:absolute;
  top:-40px;
  left:16px;
  background:#fff;
  color:#000;
  padding:10px 12px;
  border-radius:10px;
  z-index:999;
}
.skip-link:focus{top:16px}

.site-header{
  position:sticky;
  top:0;
  z-index:100;
  backdrop-filter: blur(10px);
  background: rgba(7,15,36,.55);
  border-bottom:1px solid var(--line);
}

.header-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:14px 0;
}

.brand{
  display:flex;
  align-items:center;
  gap:12px;
}
.brand-mark{
  width:44px; height:44px;
  display:grid; place-items:center;
  border-radius:14px;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  font-weight:900;
  letter-spacing:.02em;
}
.brand-name{font-weight:900}
.brand-tag{font-size:.9rem; color:var(--muted)}

.header-actions{display:flex; align-items:center; gap:10px; flex-wrap:wrap}
.link{opacity:.95}
.link:hover{opacity:1; text-decoration:underline}
.link.subtle{color:var(--muted)}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:12px 16px;
  border-radius:999px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.06);
  color:var(--text);
  font-weight:800;
  cursor:pointer;
  transition: transform .12s ease, background .12s ease, border-color .12s ease;
}
.btn:hover{transform: translateY(-1px); background: rgba(255,255,255,.09)}
.btn:active{transform: translateY(0)}
.btn.primary{
  border-color: transparent;
  background: linear-gradient(135deg, var(--accent), rgba(255,77,109,.55));
  box-shadow: 0 10px 26px rgba(255,77,109,.22);
}
.btn.ghost{
  background: rgba(76,201,240,.08);
}
.btn.small{padding:10px 14px; font-size:.95rem}
.btn.full{width:100%}

.icon-btn{
  width:44px; height:44px;
  border-radius:999px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.06);
  color:var(--text);
  display:grid; place-items:center;
  font-size:1.5rem;
  cursor:pointer;
}
.icon-btn:hover{background: rgba(255,255,255,.09)}
.icon-btn:active{transform: translateY(1px)}

.hero{
  position:relative;
  padding: 52px 0 38px;
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:24px;
  align-items:stretch;
}

.pill{
  display:inline-flex;
  gap:8px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.06);
  color:var(--muted);
  font-weight:800;
  margin:0 0 12px;
}

h1{
  font-size: clamp(2rem, 2.8vw, 3rem);
  line-height:1.1;
  margin: 10px 0 12px;
  letter-spacing:-.02em;
}
.lead{font-size:1.08rem; color:rgba(247,248,251,.9); margin:0 0 16px}
.hero-ctas{display:flex; gap:12px; flex-wrap:wrap; margin: 16px 0 16px}
.trust{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:8px;
}
.trust-item{
  padding:8px 10px;
  border-radius:999px;
  border:1px dashed rgba(255,255,255,.22);
  color:var(--muted);
  font-weight:800;
  font-size:.92rem;
}

.hero-card{
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.04));
  border:1px solid var(--line);
  border-radius: var(--radius2);
  padding:18px;
  box-shadow: var(--shadow);
}
.hero-card-top{
  display:flex;
  gap:14px;
  align-items:center;
  justify-content:space-between;
}
.stack{position:relative; width:120px; height:110px}
.book{
  position:absolute;
  width:112px; height:120px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.18);
  box-shadow: 0 18px 30px rgba(0,0,0,.25);
}
.book1{left:0; top:6px; background-image:url('assets/covers/prodigal-son.png'); background-size:cover; background-position:center;}
.book2{left:18px; top:0; background-image:url('assets/covers/ruth-naomi.png'); background-size:cover; background-position:center;}
.book3{left:36px; top:10px; background-image:url('assets/covers/david-vs-goliath.png'); background-size:cover; background-position:center;}
.badge{
  flex:1;
  text-align:right;
}
.badge-top{font-weight:900; color:var(--muted)}
.badge-price{font-size:2rem; font-weight:900; letter-spacing:-.02em}
.badge-sub{color:var(--muted); font-weight:800}

.checklist{list-style:none; padding:0; margin:14px 0 16px}
.checklist li{
  margin:8px 0;
  padding-left:26px;
  position:relative;
  color:rgba(247,248,251,.9);
  font-weight:700;
}
.checklist li::before{
  content:"✓";
  position:absolute;
  left:0; top:0;
  color:var(--good);
  font-weight:900;
}
.checklist.tight li{margin:7px 0}

.hero-wave{
  position:absolute;
  left:0; right:0; bottom:-1px;
  height:70px;
  background: linear-gradient(180deg, rgba(7,15,36,0), rgba(7,15,36,1));
  pointer-events:none;
}

.section{padding: 42px 0}
.section-alt{
  background: radial-gradient(900px 500px at 0% 0%, rgba(255,77,109,.10) 0%, rgba(7,15,36,0) 60%), rgba(255,255,255,.02);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.section-head{margin-bottom:18px}
.section-head.row{display:flex; align-items:flex-end; justify-content:space-between; gap:16px; flex-wrap:wrap}
.section-head h2{margin:0 0 6px; font-size:1.75rem}
.section-head p{margin:0}

.slider-controls{display:flex; gap:10px; align-items:center; flex-wrap:wrap; justify-content:flex-end}
.slider-controls .btn{white-space:nowrap}


.cards{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
.card{
  background: rgba(255,255,255,.04);
  border:1px solid var(--line);
  border-radius: var(--radius);
  padding:16px;
}
.card h3{margin:0 0 6px}
.card p{margin:0; color:rgba(247,248,251,.9)}

.grid-two{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:14px;
}
.panel{
  background: rgba(255,255,255,.04);
  border:1px solid var(--line);
  border-radius: var(--radius);
  padding:16px;
}

.bullets{margin:10px 0 0; padding-left:18px}
.bullets li{margin:8px 0; color:rgba(247,248,251,.9); font-weight:700}

.slider{
  overflow:hidden;
  border-radius: var(--radius2);
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
}
.slider-track{
  display:flex;
  transition: transform .35s ease;
}
.story-card{
  min-width: 320px;
  max-width: 320px;
  padding:16px;
  border-right:1px solid var(--line);
  display:flex;
  flex-direction:column;
  gap:10px;
}
.story-cover{
  height:340px;
  border-radius: 18px;
  border:1px solid rgba(255,255,255,.18);
  background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
  position:relative;
  overflow:hidden;
}
.story-cover::after{
  content:"";
  position:absolute;
  inset:-40px -50px auto auto;
  width:160px; height:160px;
  border-radius:999px;
  background: radial-gradient(circle at 30% 30%, rgba(76,201,240,.45), rgba(76,201,240,0) 65%);
  transform: rotate(20deg);
}
.story-title{font-weight:900; font-size:1.1rem}
.story-meta{color:var(--muted); font-weight:800; font-size:.92rem}
.story-desc{color:rgba(247,248,251,.9); margin:0}
.story-actions{margin-top:auto; display:flex; gap:10px; flex-wrap:wrap}
.story-actions .btn{padding:10px 12px; font-size:.95rem}

.dots{display:flex; gap:8px; justify-content:center; margin-top:14px; flex-wrap:wrap}
.dot{
  width:10px; height:10px;
  border-radius:999px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.10);
  cursor:pointer;
}
.dot.active{background: linear-gradient(135deg, var(--accent), var(--accent2)); border-color: transparent}

.promo{
  background: radial-gradient(900px 500px at 100% 0%, rgba(76,201,240,.14) 0%, rgba(7,15,36,0) 65%);
}
.promo-grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:14px;
  align-items:stretch;
}
.promo-badges{display:flex; gap:10px; flex-wrap:wrap; margin:14px 0}
.chip{
  display:inline-flex;
  padding:8px 10px;
  border-radius:999px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.05);
  font-weight:900;
  color:rgba(247,248,251,.92);
}
.promo-ctas{display:flex; gap:12px; flex-wrap:wrap; margin: 12px 0 10px}

.promo-card{
  background: rgba(255,255,255,.05);
  border:1px solid var(--line);
  border-radius: var(--radius2);
  padding:16px;
  box-shadow: var(--shadow);
  display:flex;
  flex-direction:column;
  gap:12px;
}
.price{display:grid; gap:2px}
.strike{text-decoration:line-through; color:var(--muted); font-weight:900}
.now{font-size:2.4rem; font-weight:900}
.sub{color:var(--muted); font-weight:800}
.divider{height:1px; background: var(--line)}
.guarantee{color:rgba(247,248,251,.95); font-weight:800}
.guarantee .muted{display:block; margin-top:4px; font-weight:700}

.preview-cards{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
.preview-card{
  background: rgba(255,255,255,.04);
  border:1px solid var(--line);
  border-radius: var(--radius);
  padding:16px;
}
.preview-card h3{margin:0 0 2px}
.page{
  margin-top:10px;
  padding:14px;
  border-radius: 16px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(7,15,36,.35);
  color:rgba(247,248,251,.93);
}

.quotes{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
.quote{
  margin:0;
  padding:16px;
  border-radius: var(--radius);
  border:1px solid var(--line);
  background: rgba(255,255,255,.04);
}
.quote blockquote{margin:0; font-weight:800; color:rgba(247,248,251,.95)}
.quote figcaption{margin-top:10px; color:var(--muted); font-weight:800}

.faq details{
  border:1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.03);
  padding:14px 16px;
  margin: 10px 0;
}
.faq summary{cursor:pointer; font-weight:900}
.faq p{margin:10px 0 0; color:rgba(247,248,251,.92); font-weight:700}

.footer{
  border-top:1px solid var(--line);
  background: rgba(255,255,255,.02);
  padding: 28px 0;
}
.footer-grid{
  display:grid;
  grid-template-columns: 1fr auto auto;
  gap:14px;
  align-items:center;
}
.footer-links{display:flex; gap:12px; flex-wrap:wrap}
.footer-note{text-align:right}

.modal[hidden]{display:none}
.modal{
  position:fixed;
  inset:0;
  z-index:999;
}
.modal-backdrop{
  position:absolute;
  inset:0;
  background: rgba(0,0,0,.55);
}
.modal-sheet{
  position:relative;
  width:min(900px, calc(100% - 24px));
  margin: 7vh auto 0;
  border-radius: var(--radius2);
  border:1px solid rgba(255,255,255,.16);
  background: rgba(12,24,54,.95);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.modal-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:14px 16px;
  border-bottom:1px solid var(--line);
}
.modal-head h3{margin:0}

.reader{
  padding:16px;
}
.reader-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  margin-bottom:10px;
}
.reader-book{font-weight:900; font-size:1.1rem}
.reader-sub{font-weight:800}
.reader-page{
  border-radius: 16px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(7,15,36,.35);
  padding:16px;
  min-height: 220px;
}
.reader-page p{margin:0 0 12px}
.reader-controls{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  flex-wrap:wrap;
  margin-top:12px;
}

.preview-main{padding: 28px 0 48px}
.preview-layout{
  display:grid;
  grid-template-columns: 360px 1fr;
  gap:14px;
  align-items:start;
}
.preview-sidebar{
  background: rgba(255,255,255,.04);
  border:1px solid var(--line);
  border-radius: var(--radius2);
  padding:16px;
}
.preview-title{margin:0 0 6px; font-size:2rem}
.preview-toc{display:grid; gap:10px; margin:14px 0}
.toc-item{
  text-align:left;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
  color:var(--text);
  font-weight:900;
  cursor:pointer;
}
.toc-item.active{
  border-color: transparent;
  background: linear-gradient(135deg, rgba(255,77,109,.25), rgba(76,201,240,.15));
}
.preview-cta{
  margin-top:14px;
  border-radius: 18px;
  border:1px dashed rgba(255,255,255,.22);
  padding:14px;
  background: rgba(7,15,36,.35);
}
.preview-price{font-weight:900; margin:8px 0 8px}

@media (max-width: 980px){
  .hero-grid{grid-template-columns: 1fr}
  .promo-grid{grid-template-columns: 1fr}
  .cards{grid-template-columns: 1fr}
  .preview-cards{grid-template-columns: 1fr}
  .quotes{grid-template-columns: 1fr}
  .grid-two{grid-template-columns: 1fr}
  .footer-grid{grid-template-columns: 1fr}
  .footer-note{text-align:left}
  .preview-layout{grid-template-columns: 1fr}
}

@media (max-width: 420px){
  .story-card{min-width: 280px; max-width: 280px}
}

/* Cover images */
.story-cover img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  border-radius:18px;
}

/* Sticky promo bar */
.promo-bar{
  position:fixed; left:14px; right:14px; bottom:14px;
  z-index:998;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background: rgba(12,24,54,.88);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 50px rgba(0,0,0,.35);
  padding:10px;
  display:flex; align-items:center; justify-content:space-between; gap:10px;
}
.promo-bar .promo-left{display:flex; align-items:center; gap:10px; flex-wrap:wrap;}
.promo-bar .promo-left .tag{
  padding:6px 10px; border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
  font-weight:900;
}
.promo-bar .promo-left .text{color: rgba(247,248,251,.92); font-weight:900;}
.promo-bar .promo-left .sub{color: rgba(247,248,251,.72); font-weight:800; font-size:.92rem;}
.promo-bar .promo-actions{display:flex; align-items:center; gap:10px; flex-wrap:wrap;}
.promo-bar .dismiss{
  width:40px; height:40px; border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color: var(--text);
  cursor:pointer;
}

/* Floating support buttons */
.fab{
  position:fixed; right:16px; bottom:94px;
  z-index:999;
  display:flex; flex-direction:column; gap:10px;
}
.fab a{
  display:inline-flex; align-items:center; justify-content:center;
  width:52px; height:52px; border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
  box-shadow: 0 16px 36px rgba(0,0,0,.28);
  font-weight:900;
}
.fab a:hover{transform: translateY(-1px)}
.fab .wa{background: rgba(69,212,131,.18)}
.fab .mail{background: rgba(76,201,240,.14)}
.fab .hint{
  position:absolute; right:60px; bottom:0;
  background: rgba(12,24,54,.92);
  border:1px solid rgba(255,255,255,.14);
  padding:10px 12px;
  border-radius:14px;
  width:240px;
  box-shadow: 0 18px 40px rgba(0,0,0,.35);
  display:none;
}
.fab:hover .hint{display:block}

/* Preview cover strip */
.cover-strip{display:flex; gap:10px; flex-wrap:wrap; margin:12px 0 10px;}
.cover-strip img{
  width:74px; height:110px; object-fit:cover;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.04);
}

@media (max-width: 520px){
  .promo-bar{left:10px; right:10px; bottom:10px}
  .promo-bar .promo-left .sub{display:none}
}


/* Payments (PayPal + Selar) */
.pay-grid{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  align-items:stretch;
  margin: 12px 0 0;
}
.pay-opt{
  flex: 1 1 240px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  padding: 12px;
}
.paypal-wrap{
  min-height: 45px;
}


/* Checkout page (distraction-free) */
.checkout-body{
  background: radial-gradient(1100px 700px at 20% -10%, rgba(76,201,240,.16), transparent 60%),
              radial-gradient(900px 520px at 80% 0%, rgba(67,97,238,.14), transparent 55%),
              var(--bg);
  min-height:100vh;
}
.checkout-header{
  position:sticky;
  top:0;
  z-index:50;
  background: rgba(11,27,58,.72);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,.10);
}
.checkout-main{padding-top:26px}
.checkout-grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:16px;
  align-items:start;
}
.checkout-card{
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  border-radius: 22px;
  padding: 18px;
  box-shadow: 0 18px 50px rgba(0,0,0,.32);
}
.checkout-title{font-size: 1.7rem; margin:10px 0 8px;}
.checkout-lead{color: rgba(247,248,251,.84); font-weight:700; line-height:1.45; margin: 0 0 10px;}
.checkout-h2{margin:0 0 6px; font-size:1.25rem;}
.checkout-price{
  display:flex; justify-content:space-between; align-items:center; gap:12px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(12,24,54,.40);
  border-radius: 18px;
  padding: 12px 14px;
  margin-top: 10px;
}
.price-amount{font-size: 2rem; font-weight: 900; letter-spacing:-.02em;}
.price-sub{color: rgba(247,248,251,.72); font-weight:700; font-size:.95rem;}
.price-badge{
  padding: 8px 10px;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  font-weight:900;
}
.checkout-trust{
  display:flex; flex-wrap:wrap; gap:10px;
  margin-top: 12px;
}
.trust-item{
  padding: 8px 10px;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.05);
  font-weight:800;
  color: rgba(247,248,251,.86);
}
.payment-block{margin-top: 12px}
.payment-head{display:flex; flex-direction:column; gap:2px; margin-bottom:10px}
.payment-title{font-weight:900}
.payment-sub{color: rgba(247,248,251,.72); font-weight:700; font-size:.95rem}
.paypal-wrap{
  border:1px dashed rgba(255,255,255,.20);
  background: rgba(12,24,54,.26);
  border-radius: 18px;
  padding: 12px;
}
.divider{
  height:1px;
  margin: 16px 0;
  background: rgba(255,255,255,.12);
}
@media (max-width: 980px){
  .checkout-grid{grid-template-columns:1fr}
}


/* Safe-checkout badge image under CTA */
.checkout-badges{
  display:block;
  width:min(540px, 100%);
  height:auto;
  margin: 12px auto 0;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: 0 10px 30px rgba(0,0,0,.28);
}


.btn.disabled{
  opacity: .55;
  cursor: not-allowed;
  pointer-events: auto;
}


/* Brand logo */
.brand-logo{
  width:44px; height:44px;
  border-radius:14px;
}
.brand-mark{display:none;} /* replaced by svg logo */

/* Navigation with dropdown */
.nav{display:flex; align-items:center; gap:10px;}
.nav-toggle{
  display:none;
  border:1px solid var(--line);
  background: rgba(255,255,255,.06);
  color:var(--text);
  padding:10px 12px;
  border-radius:14px;
  font-weight:800;
}
.nav-links{display:flex; align-items:center; gap:10px; flex-wrap:wrap}
.nav-item{position:relative}
.nav-item.has-sub > .link{display:inline-flex; align-items:center; gap:8px}
.nav-item.has-sub > .link::after{
  content:"▾";
  font-size:.85rem;
  opacity:.85;
}
.sub-menu{
  position:absolute;
  top:calc(100% + 10px);
  left:0;
  width:min(360px, 75vw);
  padding:10px;
  border-radius:18px;
  background: rgba(15,36,78,.98);
  border:1px solid rgba(255,255,255,.14);
  box-shadow: var(--shadow);
  display:none;
}
.nav-item.has-sub:hover .sub-menu{display:block;}
.sub-link{
  display:block;
  padding:10px 12px;
  border-radius:14px;
  color:rgba(247,248,251,.9);
}
.sub-link:hover{background: rgba(255,255,255,.08);}
.sub-link.strong{font-weight:900;}
.sub-divider{height:1px; background: rgba(255,255,255,.12); margin:6px 8px;}

/* Submenu toggle button (mobile) */
.sub-toggle{
  display:none;
  width:36px;
  height:36px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  align-items:center;
  justify-content:center;
  margin-left:8px;
  cursor:pointer;
}
.sub-toggle::before{
  content:"";
  width:0;
  height:0;
  border-left:6px solid transparent;
  border-right:6px solid transparent;
  border-top:7px solid rgba(255,255,255,.88);
  transform: translateY(1px);
}
.nav-item.open .sub-toggle::before{
  transform: rotate(180deg) translateY(-1px);
}
.link.active{color:var(--text); text-decoration:underline;}

/* Responsive nav */
@media (max-width: 840px){
  .nav-toggle{display:inline-flex;}
  .nav-links{
    display:none;
    position:absolute;
    right:20px;
    top:68px;
    width:min(420px, calc(100% - 40px));
    padding:12px;
    border-radius:20px;
    background: rgba(7,15,36,.95);
    border:1px solid rgba(255,255,255,.14);
    box-shadow: var(--shadow);
    flex-direction:column;
    align-items:stretch;
    gap:8px;
  }
  .nav-links.open{display:flex;}
  .nav-item.has-sub:hover .sub-menu{display:none;}
  .sub-menu{
    position:static;
    width:100%;
    margin-top:6px;
    display:none;
  }
  .nav-item.open .sub-menu{display:block;}
  .nav-item.has-sub{display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap;}
  .nav-item.has-sub > a.link{flex:1 1 auto;}
  .sub-toggle{display:flex;}
  .nav-item.has-sub .sub-menu{flex:1 1 100%; margin-top:8px;}
}


/* Stories listing grid */
.story-grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap:16px;
}
.story-grid-card{
  display:grid;
  grid-template-columns: 160px 1fr;
  gap:14px;
  padding:14px;
  border-radius: var(--radius2);
  background: rgba(15,36,78,.62);
  border:1px solid rgba(255,255,255,.14);
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
}
.story-grid-cover img{
  width:100%; height:auto;
  border-radius: 16px;
  display:block;
  box-shadow: 0 14px 40px rgba(0,0,0,.35);
}
.story-grid-title{font-weight:900; font-size:1.1rem}
.story-grid-actions{display:flex; gap:10px; flex-wrap:wrap; margin-top:12px}

@media (max-width: 840px){
  .story-grid{grid-template-columns: 1fr}
  .story-grid-card{grid-template-columns: 120px 1fr}
}

/* Story single pages */
.story-page{padding-top: 10px}
.story-hero{
  display:grid;
  grid-template-columns: 360px 1fr;
  gap:22px;
  align-items:start;
}
.story-hero-cover img{
  width:100%;
  border-radius: 22px;
  box-shadow: 0 18px 60px rgba(0,0,0,.45);
  border:1px solid rgba(255,255,255,.14);
}
.story-sections{
  display:grid;
  grid-template-columns: 1fr;
  gap:16px;
  margin-top:18px;
}
.card.pad{padding:16px}

.upsell-grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap:12px;
  margin-top:12px;
}
.upsell-card{
  display:flex;
  gap:12px;
  padding:12px;
  border-radius: 18px;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
}
.upsell-card img{
  width:72px;
  height:auto;
  border-radius: 14px;
  box-shadow: 0 12px 34px rgba(0,0,0,.35);
}
.upsell-title{font-weight:900}

.bundle-callout{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:14px 16px;
  border-radius: 22px;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
}
.bundle-title{font-weight:900}

@media (max-width: 940px){
  .story-hero{grid-template-columns: 1fr}
  .upsell-grid{grid-template-columns: 1fr}
  .bundle-callout{flex-direction:column; align-items:stretch}
}


/* Reviews */
.reviews{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap:14px;
}
.review-card{
  background: rgba(255,255,255,.03);
  border:1px solid var(--line);
  border-radius: var(--radius2);
  padding:14px;
}
.review-card p{margin:10px 0 12px; color: rgba(247,248,251,.92); line-height:1.45}
.stars{letter-spacing:2px; font-weight:800; color:#FFD54A !important;}

.reviews.mini{
  grid-template-columns: repeat(2, minmax(0,1fr));
}
@media (max-width: 840px){
  .reviews{grid-template-columns: 1fr 1fr}
}
@media (max-width: 520px){
  .reviews{grid-template-columns: 1fr}
  .reviews.mini{grid-template-columns: 1fr}
}


/* Inputs */
.input{
  width:100%;
  height:46px;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color: var(--text);
  padding: 0 14px;
  outline: none;
}
.input::placeholder{color: rgba(247,248,251,.55)}

.delivery-form{display:flex; gap:10px; flex-wrap:wrap}
.delivery-form .btn{height:46px}
.delivery-form .input{flex:1 1 260px}

/* Checkout assist overlay */
.checkout-assist{
  position:fixed;
  inset:0;
  background: rgba(0,0,0,.45);
  display:flex;
  align-items:flex-end;
  justify-content:center;
  padding: 18px;
  z-index: 9999;
}
.assist-card{
  width:min(640px, 100%);
  background: rgba(11,27,58,.92);
  border:1px solid rgba(255,255,255,.16);
  border-radius: 22px;
  padding: 16px 16px 14px;
  box-shadow: 0 18px 44px rgba(0,0,0,.35);
  position:relative;
}
.assist-close{
  position:absolute;
  right:12px;
  top:10px;
  width:36px;
  height:36px;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color: var(--text);
  font-size: 22px;
  cursor:pointer;
}
.assist-title{font-weight:900; font-size: 1.05rem; margin:4px 0 6px}
.assist-sub{color: rgba(247,248,251,.75); font-size: .95rem; margin:0 0 12px}
.assist-actions{display:flex; gap:10px; flex-wrap:wrap}
.assist-actions .btn{flex:1 1 220px}

@media (max-width: 520px){
  .delivery-form .btn{width:100%}
}


/* GDPR / Privacy Notice */
.gdpr-overlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.55);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 18px;
  z-index: 5990;
}
.gdpr-card{
  width: min(760px, 100%);
  background: rgba(11,27,58,.94);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 22px;
  padding: 16px 16px 14px;
  box-shadow: 0 18px 44px rgba(0,0,0,.35);
  position: relative;
}
.gdpr-close{
  position: absolute;
  right: 12px;
  top: 10px;
  width: 36px;
  height: 36px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color: var(--text);
  font-size: 22px;
  cursor: pointer;
}
.gdpr-title{font-weight: 900; font-size: 1.08rem; margin: 2px 0 8px}
.gdpr-sub{color: rgba(247,248,251,.78); font-size: .96rem; margin: 0 0 10px; line-height: 1.45}
.gdpr-choice{color: rgba(247,248,251,.72); font-size: .92rem; margin: 0 0 10px}
.gdpr-details{margin: 8px 0 12px}
.gdpr-details summary{
  cursor: pointer;
  list-style: none;
  font-weight: 800;
  color: rgba(247,248,251,.92);
}
.gdpr-details summary::-webkit-details-marker{display:none}
.gdpr-details-body{margin-top:10px; color: rgba(247,248,251,.78)}
.gdpr-list{margin: 0; padding-left: 18px}
.gdpr-links{margin-top: 10px; display:flex; flex-wrap:wrap; gap:8px; align-items:center}
.gdpr-links .dot{opacity:.55}
.gdpr-actions{display:flex; gap:10px; flex-wrap:wrap}
.gdpr-actions .btn{flex: 1 1 260px}
.gdpr-foot{margin-top:10px; font-size:.82rem; color: rgba(247,248,251,.55)}
.gdpr-overlay.hide{opacity:0; transition: opacity .22s ease}
.gdpr-overlay.hide .gdpr-card{transform: translateY(8px); transition: transform .22s ease}

@media (max-width: 520px){
  .gdpr-overlay{padding: 12px}
  .gdpr-card{border-radius: 20px}
  .gdpr-actions .btn{flex:1 1 100%}
}


/* --- Sales Boost Add-ons (v9) --- */
.mobile-bundle-cta{
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 70;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 12px 14px;
  border-radius: 16px;
  text-decoration: none;
  transform: translateY(18px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease, transform .22s ease;
  box-shadow: 0 14px 30px rgba(0,0,0,.22);
  background: linear-gradient(135deg, rgba(31,92,255,.95), rgba(114,76,255,.95));
  color: #fff;
}
.mobile-bundle-cta .cta-main{
  font-weight: 800;
  letter-spacing: .2px;
}
.mobile-bundle-cta .cta-sub{
  font-size: 12px;
  opacity: .92;
}
.mobile-bundle-cta.show{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
@media (min-width: 721px){
  .mobile-bundle-cta{ display:none; }
}

/* Exit intent modal */
.exit-overlay{
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(0,0,0,.52);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}
.exit-overlay.hide{ opacity: 0; transition: opacity .22s ease; }
.exit-card{
  width: min(640px, 100%);
  background: rgba(255,255,255,.98);
  border-radius: 22px;
  padding: 18px;
  box-shadow: 0 24px 60px rgba(0,0,0,.35);
  position: relative;
  color: #0b1220;
}
.exit-card *{ color: inherit; }
.exit-card .muted{ color: rgba(0,0,0,.68) !important; }
.exit-card .exit-sub{ color: rgba(0,0,0,.72) !important; }
.exit-card .exit-list li{ color: rgba(0,0,0,.78); }

.exit-close{
  position:absolute;
  top:10px;
  right:12px;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  border: 0;
  background: rgba(0,0,0,.06);
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}
.exit-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(31,92,255,.10);
  color: #1f5cff;
  font-weight: 800;
  font-size: 12px;
}
.exit-title{ color: #0b1220; margin: 12px 0 8px; font-size: 22px; }
.exit-sub{ margin: 0 0 12px; color: rgba(0,0,0,.72); }
.exit-list-wrap{
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  padding: 12px;
  background: rgba(0,0,0,.02);
}
.exit-list-title{ font-weight: 800; margin-bottom: 8px; }
.exit-list{
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
}
.exit-actions{
  display:flex;
  gap: 10px;
  align-items:center;
  margin-top: 14px;
  flex-wrap: wrap;
}


/* ================================
   Story Time Countdown (Colorful)
   ================================ */

.st-countdown2{
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  padding: 22px; /* ~15% taller feel */
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.14);
  background:
    radial-gradient(1100px 400px at 10% 0%, rgba(255,77,141,.25), transparent 55%),
    radial-gradient(900px 380px at 90% 10%, rgba(31,92,255,.28), transparent 55%),
    linear-gradient(135deg, rgba(10,18,44,.85), rgba(20,28,60,.70));
  box-shadow:
    0 18px 55px rgba(0,0,0,.35),
    0 0 0 1px rgba(255,255,255,.06) inset;
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}

.st-countdown2::before{
  content:"";
  position:absolute;
  inset:-2px;
  background: linear-gradient(90deg, rgba(255,77,141,.55), rgba(122,92,255,.45), rgba(31,92,255,.55));
  filter: blur(22px);
  opacity: .22;
  pointer-events:none;
}

.st-countdown2__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.st-countdown2__pill{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 10px 14px; /* taller */
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: .2px;
  background: linear-gradient(135deg, rgba(255,77,141,.28), rgba(31,92,255,.20));
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
}

.st-countdown2__title{
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .2px;
  opacity: .98;
}

.st-countdown2__blink{
  display:inline-block;
  animation: stBlink 1s infinite;
}

.st-countdown2__grid{
  margin-top: 14px;
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  position: relative;
  z-index: 1;
}

.st-countdown2__box{
  padding: 18px 12px; /* taller boxes */
  border-radius: 18px;
  background: rgba(0,0,0,.28);
  border: 1px solid rgba(255,255,255,.10);
  text-align:center;
  box-shadow: 0 14px 30px rgba(0,0,0,.22);
}

.st-countdown2__num{
  font-size: 30px;
  font-weight: 599;
  letter-spacing: 1px;
  color: #fff;
  text-shadow: 0 10px 22px rgba(0,0,0,.35);
  animation: stUrgencyPulse 1.15s infinite; /* blinking urgency */
}

.st-countdown2__label{
  margin-top: 6px;
  font-size: 12px;
  opacity: .86;
}

.st-countdown2__note{
  margin: 14px 0 0;
  font-size: 14px;
  opacity: .92;
  position: relative;
  z-index: 1;
}

.st-countdown2.expired .st-countdown2__num{
  animation: none;
  opacity: .65;
}

@keyframes stBlink{
  0%, 100% { opacity: 1; transform: translateY(0); }
  50% { opacity: .35; transform: translateY(-1px); }
}

@keyframes stUrgencyPulse{
  0%, 100% { transform: scale(1); filter: brightness(1); }
  50% { transform: scale(1.04); filter: brightness(1.18); }
}

/* Mobile layout */
@media (max-width: 560px){
  .st-countdown2{ padding: 20px; }
  .st-countdown2__grid{ grid-template-columns: repeat(2, 1fr); }
  .st-countdown2__num{ font-size: 26px; }
}


/* Buttons side-by-side (Thank You page) */
.btn-row{
  display:flex;
  gap:10px;
  align-items:stretch;
  flex-wrap:wrap;
}
.btn-row .btn{
  flex:1;
  min-width: 220px;
}
@media (max-width: 520px){
  .btn-row .btn{ min-width: 100%; }
}


/* Button icons */
.btn .btn-icon{
  display:inline-flex;
  width: 18px;
  height: 18px;
  align-items:center;
  justify-content:center;
  margin-right: 10px;
  flex: 0 0 auto;
}
.btn .btn-icon svg{ width:18px; height:18px; display:block; }


/* Thank You page: keep 3 buttons on one line on desktop */
.btn-row-3{ flex-wrap: wrap; }
.btn-row-3 .btn{ flex: 1 1 0; min-width: 100px; }

@media (min-width: 860px){
  .btn-row-3{ flex-wrap: nowrap; }
  .btn-row-3 .btn{ min-width: 0; }
}


/* Mobile Sticky Bundle CTA (Checkout) */
.mobile-sticky-cta{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  z-index: 999;
  display: none;
}
.mobile-sticky-cta__inner{
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  padding: 12px 12px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.14);
  background:
    radial-gradient(800px 240px at 12% 0%, rgba(255,77,141,.22), transparent 55%),
    radial-gradient(700px 220px at 92% 15%, rgba(31,92,255,.22), transparent 55%),
    linear-gradient(135deg, rgba(10,18,44,.88), rgba(20,28,60,.72));
  box-shadow: 0 18px 55px rgba(0,0,0,.35);
  backdrop-filter: blur(10px);
}
.mobile-sticky-cta__meta{ min-width: 0; }
.mobile-sticky-cta__title{
  font-weight: 599;
  letter-spacing: .2px;
}
.mobile-sticky-cta__sub{
  font-size: 12px;
  opacity: .9;
  margin-top: 2px;
}
@media (max-width: 840px){
  .mobile-sticky-cta{ display: block; }
}

.order-bump{
  border:2px dashed rgba(255,215,74,.6);
  background:linear-gradient(135deg, rgba(255,215,74,.12), rgba(255,255,255,.02));
}
.order-bump__label{display:flex;gap:12px;cursor:pointer}
.order-bump__label input{transform:scale(1.2)}
.order-bump__content .price{font-weight:900;color:#FFD54A}

.wa-bubble{
 position:fixed;right:18px;bottom:90px;
 width:54px;height:54px;border-radius:50%;
 background:#25D366;color:#fff;
 display:flex;align-items:center;justify-content:center;
 box-shadow:0 12px 30px rgba(0,0,0,.35);
 z-index:999;text-decoration:none;font-size:26px
}

