/* ===== Bounce Bible funnel — styles ===== */
@font-face {
  font-family: 'Inter';
  src: url('assets/fonts/Inter.ttf') format('truetype');
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: 'Gochi Hand';
  src: url('assets/fonts/GochiHand.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}

:root {
  --blue: #1c7fff;
  --blue-d: #006cff;
  --blue-dd: #1945e0;
  --navy: #061130;
  --navy2: #050a26;
  --ink: #14121a;
  --green: #38d25a;
  --green-d: #22a544;
  --red: #ec274a;
  --tint: #eef0ff;
  --tint2: #f5f7ff;
  --muted: #5b6685;
  --muted2: #8b93ad;
  --line: #e3e7f5;
  --white: #ffffff;
  --radius: 16px;
  --shadow: 0 18px 50px -12px rgba(6, 17, 48, .22);
  --shadow-sm: 0 6px 20px -8px rgba(6, 17, 48, .2);
  --maxw: 1120px;
  --wrap: 92%;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.55;
  font-size: 17px;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.wrap { width: var(--wrap); max-width: var(--maxw); margin: 0 auto; }
.narrow { max-width: 780px; }

/* ---- Typography ---- */
h1, h2, h3 { line-height: 1.08; letter-spacing: -.02em; color: var(--navy); font-weight: 900; }
h1 { font-size: clamp(30px, 6vw, 52px); }
h2 { font-size: clamp(26px, 4.6vw, 40px); }
h3 { font-size: clamp(19px, 2.6vw, 24px); }
.eyebrow {
  display: inline-block; font-weight: 800; font-size: 13px; letter-spacing: .16em;
  text-transform: uppercase; color: var(--blue-d);
}
.hl { color: var(--blue); }
.hl-red { color: var(--red); }
.hl-green { color: var(--green-d); }
.mark { background: linear-gradient(180deg, transparent 55%, #ffe27a 55%); padding: 0 2px; }
.scribble { font-family: 'Gochi Hand', cursive; color: var(--blue); font-weight: 400; }
.center { text-align: center; }
.muted { color: var(--muted); }
.lead { font-size: clamp(17px, 2.2vw, 20px); color: var(--muted); }

/* ---- Buttons ---- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-weight: 800; font-size: 18px; letter-spacing: -.01em;
  padding: 17px 30px; border-radius: 14px; border: 0; cursor: pointer;
  background: linear-gradient(180deg, var(--blue) 0%, var(--blue-d) 100%);
  color: #fff; box-shadow: 0 10px 24px -8px rgba(28, 127, 255, .7), inset 0 1px 0 rgba(255,255,255,.3);
  transition: transform .12s ease, box-shadow .12s ease; text-align: center;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 16px 30px -8px rgba(28, 127, 255, .8); }
.btn:active { transform: translateY(0); }
.btn--lg { font-size: 20px; padding: 20px 34px; width: 100%; }
.btn--ghost { background: #fff; color: var(--navy); border: 2px solid var(--line); box-shadow: none; }
.btn small { display: block; font-weight: 600; font-size: 12px; opacity: .85; }
.btn-sub { font-size: 13px; color: var(--muted); text-align: center; margin-top: 10px; }
.btn-sub b { color: var(--ink); }

/* ---- Announcement bar ---- */
.announce {
  background: var(--navy2); color: #dfe6ff; text-align: center;
  font-size: 13.5px; font-weight: 600; padding: 9px 14px; letter-spacing: .01em;
}
.announce b { color: #fff; }

/* ---- Header ---- */
.site-head {
  position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.9);
  backdrop-filter: blur(10px); border-bottom: 1px solid var(--line);
}
.site-head .wrap { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; }
.brand img { height: 46px; width: auto; }
.head-cta { font-size: 15px; padding: 11px 20px; }
@media (max-width: 560px) { .head-cta { padding: 10px 15px; font-size: 14px; } .brand img { height: 38px; } }

/* ---- Section rhythm ---- */
section { padding: clamp(54px, 8vw, 96px) 0; }
.sec-tint { background: var(--tint); }
.sec-tint2 { background: var(--tint2); }
.sec-navy { background: var(--navy2); color: #dfe6ff; }
.sec-navy h1, .sec-navy h2, .sec-navy h3 { color: #fff; }
.sec-navy .lead, .sec-navy .muted { color: #aab6e0; }
.sec-head { max-width: 720px; margin: 0 auto clamp(34px, 5vw, 52px); text-align: center; }
.sec-head h2 { margin: 12px 0 14px; }

/* ---- Hero ---- */
.hero { padding: clamp(40px, 6vw, 72px) 0 clamp(48px, 7vw, 84px); background:
  radial-gradient(1200px 500px at 50% -10%, #eaf1ff 0%, #fff 60%); }
.hero-head { text-align: center; max-width: 900px; margin: 0 auto; }
.hero-head h1 { margin: 16px 0 18px; }
.hero-sub { font-size: clamp(16px, 2.2vw, 20px); color: var(--muted); max-width: 680px; margin: 0 auto; }
.hero-grid {
  margin-top: clamp(34px, 5vw, 52px); display: grid; gap: clamp(28px, 4vw, 48px);
  grid-template-columns: 1fr; align-items: center; justify-items: center;
}
.hero-cover { position: relative; }
.hero-cover img { width: min(340px, 78vw); border-radius: 10px;
  box-shadow: 0 40px 80px -24px rgba(6,17,48,.55), 0 6px 18px -6px rgba(6,17,48,.4); }
.badge-float {
  position: absolute; top: -14px; right: -10px; background: var(--red); color: #fff;
  font-weight: 800; font-size: 13px; padding: 10px 14px; border-radius: 999px; transform: rotate(6deg);
  box-shadow: var(--shadow-sm);
}
/* order card */
.order-card {
  width: min(420px, 100%); background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); box-shadow: var(--shadow); padding: 24px; text-align: left;
}
.order-card h3 { text-align: center; }
.price-row { display: flex; align-items: baseline; justify-content: center; gap: 10px; margin: 6px 0 4px; }
.price { font-size: 52px; font-weight: 900; color: var(--navy); letter-spacing: -.03em; }
.price-old { font-size: 22px; color: var(--muted2); text-decoration: line-through; }
.price-note { text-align: center; color: var(--muted); font-size: 14px; margin-bottom: 16px; }
.check-list { list-style: none; margin: 4px 0 18px; display: grid; gap: 10px; }
.check-list li { display: flex; gap: 10px; align-items: flex-start; font-size: 15.5px; }
.check-list .ck { flex: 0 0 22px; height: 22px; margin-top: 1px; }
.pay-row { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 12px; color: var(--muted); font-size: 12.5px; }
.pay-row svg { height: 15px; }

/* ---- Feature / pillars grid ---- */
.grid { display: grid; gap: 18px; }
.cols-2 { grid-template-columns: 1fr; }
.cols-3 { grid-template-columns: 1fr; }
@media (min-width: 720px) { .cols-2 { grid-template-columns: 1fr 1fr; } .cols-3 { grid-template-columns: repeat(3, 1fr); } }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px; box-shadow: var(--shadow-sm);
}
.pill-num {
  display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px;
  border-radius: 12px; background: var(--tint); color: var(--blue-d); font-weight: 900; font-size: 18px;
  margin-bottom: 14px;
}
.card h3 { margin-bottom: 6px; }
.card p { font-size: 15.5px; color: var(--muted); }

/* two-column feature (What is / shortcut) */
.split { display: grid; gap: clamp(26px, 4vw, 48px); grid-template-columns: 1fr; align-items: center; }
@media (min-width: 860px) { .split { grid-template-columns: 1fr 1fr; } .split.rev > :first-child { order: 2; } }
.split img { border-radius: var(--radius); box-shadow: var(--shadow); }
.imgbox {
  border-radius: var(--radius); background: linear-gradient(135deg, #0d1c4d, #050a26);
  aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow);
}
.imgbox img { width: 46%; }

/* ---- Old way vs new way ---- */
.compare { display: grid; gap: 18px; grid-template-columns: 1fr; }
@media (min-width: 760px) { .compare { grid-template-columns: 1fr 1fr; } }
.compare-col { border-radius: var(--radius); padding: 26px; }
.compare-old { background: #fff1f3; border: 1.5px solid #f7c6cf; }
.compare-new { background: #ecfbf0; border: 1.5px solid #b9ecc6; }
.compare-col h3 { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.compare-old h3 { color: var(--red); }
.compare-new h3 { color: var(--green-d); }
.compare-list { list-style: none; display: grid; gap: 12px; }
.compare-list li { display: flex; gap: 11px; align-items: flex-start; font-size: 15.5px; }
.compare-col h3 .ic { flex: 0 0 30px; width: 30px; height: 30px; }
.compare-list .ic { flex: 0 0 22px; width: 22px; height: 22px; margin-top: 1px; }

/* ---- Stats ---- */
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; max-width: 620px; margin: 30px auto 0; }
.stat { text-align: center; }
.stat b { display: block; font-size: clamp(30px, 6vw, 46px); font-weight: 900; color: #fff; letter-spacing: -.03em; }
.sec-navy .stat span { color: #aab6e0; font-size: 13.5px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }

/* ---- Testimonials ---- */
.tcard { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow-sm); }
.stars { color: #ffb020; font-size: 17px; letter-spacing: 2px; margin-bottom: 10px; }
.tcard p { font-size: 15px; color: var(--ink); margin-bottom: 16px; }
.tperson { display: flex; align-items: center; gap: 11px; }
.avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--blue); color: #fff;
  display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 15px; }
.tperson b { font-size: 14.5px; }
.tperson span { font-size: 12.5px; color: var(--muted); display: block; }
.ph-note { text-align: center; font-size: 12.5px; color: var(--muted2); margin-top: 22px; font-style: italic; }

/* ---- Value stack ---- */
.stack-list { max-width: 720px; margin: 0 auto; display: grid; gap: 12px; }
.stack-item { display: flex; gap: 16px; align-items: center; background: #fff; border: 1px solid var(--line);
  border-radius: 14px; padding: 16px 18px; box-shadow: var(--shadow-sm); }
.stack-item .si-ic { flex: 0 0 46px; height: 46px; border-radius: 10px; background: var(--tint);
  display: flex; align-items: center; justify-content: center; color: var(--blue-d); font-weight: 900; }
.stack-item h4 { font-size: 16px; color: var(--navy); }
.stack-item p { font-size: 13.5px; color: var(--muted); }
.stack-item .si-val { margin-left: auto; font-weight: 800; color: var(--muted2); white-space: nowrap; font-size: 14px; }
.stack-total { max-width: 720px; margin: 18px auto 0; text-align: right; font-size: 15px; color: var(--muted); }
.stack-total b { color: var(--navy); }
.stack-price { text-align: center; margin-top: 26px; }
.stack-price .big { font-size: clamp(40px, 8vw, 60px); font-weight: 900; color: var(--navy); letter-spacing: -.03em; }
.stack-price .was { color: var(--muted2); text-decoration: line-through; font-weight: 700; margin-left: 8px; font-size: 22px; }

/* ---- Guarantee ---- */
.guarantee { display: grid; gap: 26px; grid-template-columns: 1fr; align-items: center; text-align: center; }
@media (min-width: 780px) { .guarantee { grid-template-columns: 190px 1fr; text-align: left; } }
.seal { width: 170px; height: 170px; margin: 0 auto; border-radius: 50%;
  background: radial-gradient(circle at 50% 40%, #23407e, #0b1a44); color: #fff;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  border: 6px solid #ffd34d; box-shadow: var(--shadow); text-align: center; }
.seal b { font-size: 40px; font-weight: 900; line-height: 1; }
.seal span { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; margin-top: 4px; }

/* ---- FAQ ---- */
.faq { max-width: 780px; margin: 0 auto; display: grid; gap: 12px; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-sm); }
.faq summary { list-style: none; cursor: pointer; padding: 18px 22px; font-weight: 700; color: var(--navy);
  display: flex; justify-content: space-between; align-items: center; gap: 14px; font-size: 16.5px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .plus { flex: 0 0 auto; width: 24px; height: 24px; position: relative; transition: transform .2s; }
.faq summary .plus::before, .faq summary .plus::after { content: ''; position: absolute; background: var(--blue);
  border-radius: 2px; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.faq summary .plus::before { width: 14px; height: 2.5px; }
.faq summary .plus::after { width: 2.5px; height: 14px; transition: transform .2s; }
.faq details[open] summary .plus::after { transform: translate(-50%,-50%) scaleY(0); }
.faq details > div { padding: 0 22px 20px; color: var(--muted); font-size: 15.5px; }

/* ---- Trust strip ---- */
.trust { text-align: center; }
.trust .lbl { font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted2); font-weight: 700; }
.trust-row { display: flex; flex-wrap: wrap; gap: 26px; justify-content: center; align-items: center; margin-top: 18px; opacity: .7; }
.trust-logo { width: 118px; height: 34px; border-radius: 7px; background: repeating-linear-gradient(90deg,#d5dbec,#d5dbec 8px,#e6eaf6 8px,#e6eaf6 16px); }

/* ---- Final CTA + footer ---- */
.final-cta { text-align: center; }
.final-cta .btn { max-width: 440px; }
.site-foot { background: var(--navy2); color: #93a0cc; padding: 46px 0 40px; text-align: center; font-size: 13.5px; }
.site-foot img { height: 30px; margin: 0 auto 16px; }
.site-foot a { color: #c9d3f5; }
.foot-links { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; margin: 14px 0 18px; }
.disclaimer { max-width: 720px; margin: 18px auto 0; font-size: 11.5px; color: #6b78a3; line-height: 1.7; }

/* placeholder marker */
.wip { outline: 2px dashed #c7cfe8; outline-offset: 4px; }
