/* Digital Billboard Business funnel. One shared stylesheet, mobile first, no framework.
   Look mirrors Rocco's TPS pages (copy/PAGE-BLUEPRINTS.md): white pages, peach brush-stroke wave behind the
   OTO videos, red offer headlines, green struck-through prices, gold gradient OTO buttons, pink order bumps,
   gray bordered decline boxes. Fonts: Poppins (headings, buttons), Lora (serif headlines, popups), system body. */

:root {
  --ink: #1d1d1f;
  --ink-soft: #3c3c3c;
  --muted: #6b6b6b;
  --line: #e3e3e8;
  --bg: #ffffff;
  --bg-soft: #f4f4f7;
  --red: #f0362b;
  --red-deep: #c92a4c;
  --orange: #ef6a4b;
  --green: #3a9d46;
  --price-green: #3fae3a;
  --blue: #1e4fb5;
  --pink-bg: #fde4ec;
  --pink-line: #d98aa6;
  --coupon-bg: #dff0c7;
  --timer-bg: #fbe3ee;
  --sans: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Open Sans", Helvetica, Arial, sans-serif;
  --serif: "Lora", Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; font-family: var(--body); font-size: 17px; line-height: 1.5; color: var(--ink); background: var(--bg); }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); }
a[href^="mailto:"] { overflow-wrap: anywhere; }
h1, h2, h3, h4 { margin: 0; line-height: 1.2; }
p { margin: 0 0 1em; }
ul, ol { margin: 0 0 1em; padding-left: 1.3em; }
[hidden] { display: none !important; }
.serif { font-family: var(--serif); }
.center { text-align: center; }
.muted { color: var(--muted); }
.small { font-size: .9rem; }
.mt2 { margin-top: 16px; }
.mt3 { margin-top: 28px; }

/* ---------------------------------------------------------------- player + forced VSL reveal */
.player { position: relative; width: 100%; max-width: 490px; margin: 0 auto; overflow: hidden; background: #111; box-shadow: 0 6px 24px rgba(0, 0, 0, .12); }
.player--wide { max-width: 690px; }
.player-placeholder { position: relative; aspect-ratio: 9 / 16; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #d6d6d6; padding: 24px; text-align: center; background: radial-gradient(circle at 50% 35%, #333 0, #121212 65%); font-family: var(--sans); }
.player--wide .player-placeholder { aspect-ratio: 16 / 9; }
.player-placeholder .play { width: 72px; height: 72px; border-radius: 50%; background: #e0508a; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; box-shadow: 0 0 0 10px rgba(224, 80, 138, .22); }
.player-placeholder .play::after { content: ""; border-style: solid; border-width: 14px 0 14px 24px; border-color: transparent transparent transparent #fff; margin-left: 6px; }
.player-placeholder small { font-size: .78rem; color: #9a9a9a; margin-top: 8px; }
.cta-block { display: none; }
.cta-block.revealed { display: block; animation: slideIn .6s ease-out; }
@keyframes slideIn { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
.vturb-cta-sentinel { display: none; }

/* ---------------------------------------------------------------- peach brush-stroke background (OTO pages) */
.wave { position: relative; background: linear-gradient(180deg, #fbf7f3 0%, #f4f4f7 100%); overflow: hidden; }
.wave::before { content: ""; position: absolute; left: -20%; top: -30%; width: 140%; height: 130%; pointer-events: none; background: radial-gradient(ellipse at 18% 35%, rgba(245, 214, 190, .95) 0, rgba(245, 214, 190, 0) 42%), radial-gradient(ellipse at 88% 25%, rgba(247, 222, 205, .9) 0, rgba(247, 222, 205, 0) 38%); }
.wave > * { position: relative; }

/* ---------------------------------------------------------------- buttons */
.btn { display: flex; flex-direction: row; flex-wrap: wrap; column-gap: .4em; align-items: center; justify-content: center; width: 100%; min-height: 64px; padding: 16px 20px; border: 0; border-radius: 8px; font-family: var(--sans); font-weight: 700; font-size: 1.25rem; line-height: 1.15; text-align: center; text-decoration: none; cursor: pointer; color: #fff; -webkit-tap-highlight-color: transparent; }
.btn small { display: block; flex-basis: 100%; font-size: .85rem; font-weight: 600; opacity: .95; margin-top: 4px; letter-spacing: .02em; }
.btn:disabled { opacity: .6; cursor: wait; }
.btn .arr { display: inline-block; }
.btn:active { transform: translateY(1px); }
.btn-green { background: linear-gradient(180deg, #4aab59, #2f8a3d); box-shadow: 0 5px 0 #24692f, 0 8px 18px rgba(0, 0, 0, .18); border-radius: 12px; text-transform: uppercase; font-size: 1.4rem; letter-spacing: .01em; }
.btn-gold { background: linear-gradient(180deg, #b7782a 0%, #dfa438 45%, #f3c65e 100%); box-shadow: 0 2px 6px rgba(0, 0, 0, .2); text-transform: uppercase; font-size: 1.55rem; border-radius: 6px; }
.btn-gold small { text-transform: none; font-size: 1rem; }
.btn-gold.narrow { max-width: 620px; margin: 0 auto; font-size: 1.35rem; }
.btn-gold.narrow small { text-transform: uppercase; font-size: .75rem; letter-spacing: .08em; }
.btn-orange { background: var(--orange); text-transform: uppercase; font-size: 1.45rem; border-radius: 4px; }
.btn-orange small { text-transform: none; font-size: 1.05rem; }
.btn-red { background: var(--orange); border: 2px solid #d94f30; font-size: 1.5rem; border-radius: 4px; }
.btn-red small { text-transform: uppercase; font-weight: 500; font-size: .95rem; letter-spacing: .04em; }
.btn-primary { background: var(--blue); }
.btn-ok { width: auto; min-height: 44px; padding: 10px 22px; background: var(--blue); border-radius: 6px; font-size: 1.05rem; }
.btn .arr { font-weight: 800; }
.decline-box { display: block; margin: 14px auto 0; padding: 14px 20px; border: 2px solid #c9c9c9; background: #fff; color: #4a4a4a; font-weight: 700; font-size: .95rem; line-height: 1.35; text-align: center; text-decoration: none; border-radius: 2px; }
.decline-box.gray { background: #e9e9e9; color: var(--ink); border-color: #bdbdbd; }
.decline-box.small { max-width: 520px; }
.decline-box:hover { border-color: #999; }

/* ---------------------------------------------------------------- FE VSL page */
.fe-hero { max-width: 760px; margin: 0 auto; padding: 34px 16px 0; text-align: center; }
.eyebrow { font-family: var(--sans); font-weight: 600; font-size: .78rem; color: #333; margin: 0 0 14px; }
.fe-headline { font-family: var(--sans); font-weight: 800; font-size: 1.7rem; line-height: 1.2; letter-spacing: -.02em; margin: 0 0 14px; color: #111; }
.fe-sub { font-family: var(--sans); font-weight: 700; font-size: 1rem; line-height: 1.35; margin: 0 0 12px; color: #222; }
.live { font-size: .7rem; color: #555; margin: 0 0 12px; }
.live b { font-weight: 600; color: #333; }
.live::before { content: ""; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #e0508a; margin-right: 6px; vertical-align: 1px; animation: pulse 1.6s infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: .35; } }
.sound { margin: 14px auto 0; font-family: var(--sans); font-size: .95rem; font-weight: 600; text-align: center; color: #222; }
.fe-cta { max-width: 760px; margin: 0 auto; padding: 26px 16px 0; text-align: center; }
.pill { display: inline-block; border: 1px solid #e9d38a; background: #fdf6dc; color: #8a6d1c; font-family: var(--sans); font-weight: 700; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; padding: 7px 16px; border-radius: 999px; }
.fe-cta-headline { font-family: var(--serif); font-weight: 700; font-size: 1.85rem; line-height: 1.25; margin: 14px 0 12px; color: #111; }
.fe-cta-headline em { font-style: normal; color: #c73a2b; }
.fe-cta-terms { font-size: 1.05rem; color: #222; margin: 0 0 18px; }
.fe-cta .btn-green { max-width: 440px; margin: 0 auto; }
.lock { font-size: .85rem; color: #555; margin: 12px 0 0; }

/* ---------------------------------------------------------------- OTO pages */
.oto-top { padding: 22px 12px 28px; text-align: center; }
.warn-sm { font-family: var(--sans); font-weight: 600; font-size: .72rem; color: #222; margin: 0 0 8px; }
.oto-bold { font-family: var(--sans); font-weight: 700; font-size: 1.25rem; margin: 0 0 14px; color: #111; }
.oto-headline { font-family: var(--sans); font-weight: 700; font-size: 1.2rem; line-height: 1.35; margin: 0 auto 18px; max-width: 640px; color: #222; }
.oto-headline .pre { font-weight: 600; display: block; }
.oto-offer { max-width: 1100px; margin: 0 auto; padding: 36px 12px 44px; }
.headline-red { font-family: var(--sans); color: var(--red); font-weight: 700; font-size: 1.6rem; text-align: center; line-height: 1.25; margin: 0 auto 14px; max-width: 900px; }
.headline-red .br { display: inline; }
@media (min-width: 720px) { .headline-red .br { display: block; } }
.arrows { display: flex; justify-content: center; margin: 4px 0 8px; }
.arrows svg { width: 200px; height: 80px; }
.price-line { font-family: var(--sans); font-size: 1.6rem; font-weight: 500; text-align: center; margin: 10px 0 18px; color: #222; }
.price-line s { color: #555; }
.price-line .now { color: var(--price-green); font-weight: 700; }
.page-only { font-family: var(--sans); color: var(--red); font-weight: 700; font-size: 1.5rem; text-align: center; margin: 0 0 16px; }
.form-card { background: #fafafa; border: 1px solid #ececf1; border-radius: 6px; padding: 14px; margin: 0 auto; box-shadow: 0 1px 4px rgba(0, 0, 0, .05); }
.fields { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); border: 1px solid #d9d9e3; border-radius: 4px; overflow: hidden; background: #f3f3f8; }
.fields .in, .fields .phone { min-height: 54px; padding: 14px; border: 0; border-bottom: 1px solid #d9d9e3; background: #f3f3f8; font: inherit; font-size: 1rem; color: #333; width: 100%; min-width: 0; }
.fields .in:focus { outline: none; background: #fff; }
.fields .in:nth-child(2) { border-left: 1px solid #d9d9e3; }
.fields .full { grid-column: 1 / -1; }
.fields .phone { display: flex; align-items: center; gap: 10px; padding: 0 0 0 14px; border-bottom: 0; }
.fields .phone .flag { font-size: .95rem; color: #333; white-space: nowrap; }
.fields .phone .in { border: 0; border-left: 1px solid #d9d9e3; flex: 1; }
.fields .in[readonly] { color: #333; }
.fields .in:last-child { border-bottom: 0; }
.legend-line { display: flex; align-items: center; gap: 12px; font-family: var(--sans); font-weight: 700; font-size: .78rem; text-transform: uppercase; color: #222; margin: 18px 0 10px; }
.legend-line::after { content: ""; flex: 1; border-top: 1px solid #b9b9c4; }
.card-on-file { display: flex; align-items: center; gap: 10px; min-height: 54px; padding: 12px 14px; border: 1px solid #d9d9e3; border-radius: 4px; background: #f3f3f8; color: #333; font-size: .98rem; }
.summary-row { display: flex; justify-content: space-between; align-items: center; margin: 14px 0; padding: 14px; border: 1px solid #d9d9e3; border-radius: 4px; background: #f3f3f8; font-weight: 700; color: #333; }
.added-card { margin: 16px auto 0; max-width: 700px; padding: 16px; border-radius: 6px; background: #e6f5e6; color: #1f6b2a; font-weight: 700; text-align: center; }
.guarantee-row { display: flex; flex-direction: column; gap: 16px; align-items: center; margin: 30px auto 0; max-width: 900px; padding: 0 6px; text-align: center; }
.gold-h { font-family: var(--sans); color: #e2a334; font-weight: 700; font-size: 1.45rem; line-height: 1.25; margin: 0 0 10px; }
.guarantee-row p { font-size: 1.1rem; line-height: 1.5; margin: 0; }
.seal { flex: 0 0 120px; width: 120px; height: 120px; border-radius: 50%; background: radial-gradient(circle at 50% 42%, #1a1a1a 0, #1a1a1a 57%, #e2c06a 59%, #f5dd95 66%, #b8892e 71%, #f4d787 80%, #c99a3a 100%); color: #f1d58a; display: flex; flex-direction: column; align-items: center; justify-content: center; font-family: var(--sans); font-weight: 800; text-align: center; line-height: 1; box-shadow: 0 4px 12px rgba(0, 0, 0, .22); }
.seal b { font-size: 1.7rem; }
.seal small { font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; margin-top: 4px; }
.seal i { font-style: normal; font-size: .6rem; letter-spacing: .2em; margin-top: 3px; color: #f1d58a; }
@media (min-width: 720px) {
  .guarantee-row { flex-direction: row; text-align: left; gap: 26px; }
  .guarantee-row .gold-h { text-align: center; }
  .guarantee-row .seal { flex-basis: 150px; width: 150px; height: 150px; }
  .guarantee-row .seal b { font-size: 2rem; }
}

/* OTO 3 */
.oto3-bar { background: var(--red-deep); color: #fff; text-align: center; padding: 14px 12px 16px; }
.oto3-bar-small { font-family: var(--sans); font-weight: 700; font-size: .7rem; letter-spacing: .02em; text-transform: uppercase; color: #f3c6d1; margin: 0 0 8px; }
.oto3-bar-big { font-family: var(--sans); font-weight: 700; font-size: .95rem; line-height: 1.4; margin: 0; }
.eyebrow-gift { font-family: var(--sans); font-weight: 700; font-size: 1rem; color: #222; margin: 0 0 12px; }
.oto3-headline { font-family: var(--sans); font-weight: 700; font-size: 1.6rem; line-height: 1.25; max-width: 760px; margin: 0 auto 12px; color: #111; }
.oto3-headline b { font-weight: 800; }
.oto3-sub { font-family: var(--serif); font-size: 1.15rem; font-weight: 600; margin: 0 0 16px; color: #111; }
.timer-box { display: flex; flex-direction: column; align-items: center; gap: 10px; max-width: 860px; margin: 22px auto 0; padding: 16px; border: 1px solid var(--pink-line); border-radius: 8px; background: #fff; }
.tb-label { font-family: var(--sans); font-weight: 700; color: #b52c4a; font-size: .95rem; }
.tb-digits { display: flex; align-items: flex-start; gap: 6px; }
.tb-digits > span { display: flex; flex-direction: column; align-items: center; }
.tb-digits b { display: block; min-width: 54px; padding: 8px 6px; background: #b52c4a; color: #fff; border-radius: 8px; font-family: var(--sans); font-size: 1.5rem; text-align: center; font-variant-numeric: tabular-nums; }
.tb-digits i { font-style: normal; font-size: .6rem; letter-spacing: .1em; color: #b52c4a; margin-top: 3px; }
.tb-digits em { font-style: normal; color: #b52c4a; font-weight: 800; padding-top: 12px; }
.tb-note { font-size: .85rem; color: #222; text-decoration: underline; text-decoration-color: #e7c34a; text-decoration-thickness: 2px; text-underline-offset: 3px; margin: 0; text-align: center; }
.timer-box.expired .tb-digits b { background: #9a9a9a; }
@media (min-width: 720px) { .timer-box { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; } .tb-note { width: 100%; } }
.trophy { text-align: center; font-size: 3.2rem; line-height: 1; margin: 0 0 20px; }
.oto3-h2 { font-family: var(--sans); font-weight: 700; font-size: 1.9rem; text-align: center; line-height: 1.2; margin: 0 0 22px; color: #111; }
.check-rows { list-style: none; padding: 0; margin: 0 0 20px; }
.check-rows li { background: #e6f5e6; padding: 14px 22px; margin-bottom: 8px; font-size: 1.15rem; line-height: 1.4; color: #222; }

/* ---------------------------------------------------------------- checkout */
.checkout { max-width: 1200px; margin: 0 auto; padding: 16px 12px 0; }
.checkout-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 18px; }
.checkout-grid > *, .co-side > *, .help-card > div, .guarantee-row > div { min-width: 0; }
.co-side { display: contents; }
.co-top { order: 1; }
.co-product { order: 2; }
.co-form { order: 3; }
.co-proof { order: 4; }
.coupon { background: var(--coupon-bg); padding: 14px 12px; font-size: 1.05rem; line-height: 1.4; color: #222; }
.coupon b { display: block; font-weight: 700; }
.cart-timer { background: var(--timer-bg); padding: 12px; text-align: center; font-size: 1.05rem; color: #222; }
.cart-timer > b { font-weight: 700; }
.cart-timer .digits { display: flex; justify-content: center; align-items: flex-start; gap: 12px; margin-top: 4px; }
.cart-timer .digits b { display: block; font-size: 1.2rem; font-variant-numeric: tabular-nums; }
.cart-timer .digits small { display: block; font-size: .85rem; font-weight: 400; }
.cart-timer .digits .colon { font-weight: 700; }
.bump { border: 2px solid var(--pink-line); background: var(--pink-bg); padding: 14px 16px; margin-top: 16px; color: #222; }
.bump-head { display: flex; align-items: flex-start; gap: 10px; }
.bump-head input { width: 20px; height: 20px; margin-top: 3px; flex: 0 0 20px; accent-color: #222; }
.bump-head label { flex: 1; font-weight: 700; font-size: 1.05rem; line-height: 1.3; cursor: pointer; min-width: 0; }
.bump-head .bump-price { font-size: .95rem; font-weight: 600; white-space: nowrap; }
.bump-body { margin-top: 12px; font-size: 1.05rem; line-height: 1.5; }
.bump-body p { margin: 0 0 12px; }
.bump-body p:last-child { margin: 0; }
#express { margin-bottom: 12px; }
#payment { min-height: 40px; }
.safe-badge { margin: 18px auto 0; max-width: 340px; border: 1px solid #e3a33b; padding: 8px 10px; text-align: center; }
.safe-badge b { display: block; font-family: var(--sans); color: #e79b25; font-size: 1.05rem; letter-spacing: .02em; }
.safe-badge b em { color: #3aa54b; font-style: normal; }
.safe-badge .logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; margin-top: 8px; }
.safe-badge .logos span { font-size: .62rem; font-weight: 800; padding: 4px 7px; border-radius: 3px; background: #f3f3f3; color: #333; letter-spacing: .04em; }
.co-guarantee { margin-top: 26px; }
.co-guarantee h3 { font-family: var(--body); font-weight: 700; font-size: 1.1rem; margin: 0 0 12px; color: #222; }
.co-guarantee p { font-size: 1.05rem; }
.help-card { display: flex; gap: 16px; background: var(--bg-soft); padding: 22px 20px; margin-top: 30px; border-radius: 4px; align-items: flex-start; }
.help-card img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; flex: 0 0 64px; }
.help-card h3 { font-family: var(--sans); font-size: 1.05rem; margin: 0 0 4px; color: #111; }
.help-card .q { font-size: .82rem; color: #444; margin: 0 0 10px; }
.help-card .online { font-size: 1.05rem; margin: 0; color: #333; }
.help-card .online b { color: #222; }
.help-card .online a { color: #333; }
.co-product h1 { font-family: var(--sans); font-size: 1.9rem; font-weight: 800; text-align: center; letter-spacing: -.02em; line-height: 1.1; margin: 0 0 14px; color: #111; }
.co-product .mock { width: 210px; margin: 0 auto 16px; }
.checks { list-style: none; padding: 0; margin: 0 0 14px; }
.checks li { padding-left: 34px; position: relative; font-size: 1.1rem; margin-bottom: 10px; color: #222; }
.checks li::before { content: "\2714"; position: absolute; left: 0; top: 0; color: #e0508a; font-weight: 800; }
.join { font-family: var(--sans); font-weight: 700; font-size: 1.3rem; text-align: center; margin: 0 0 10px; color: #111; }
.fill { font-family: var(--sans); font-weight: 700; font-size: 1.25rem; text-align: center; margin: 0; color: #111; }
.curl { display: block; text-align: left; font-size: 2.6rem; line-height: 1.2; color: #3d3d9c; margin: 14px 0 12px 40px; transform: rotate(15deg); }
.proof { background: #fff; border: 1px solid #e3e3e8; border-radius: 6px; padding: 14px; margin-bottom: 14px; box-shadow: 0 1px 4px rgba(0, 0, 0, .05); font-size: .95rem; }
.proof .chat { display: flex; gap: 10px; align-items: flex-start; }
.proof .avatar { flex: 0 0 40px; width: 40px; height: 40px; border-radius: 50%; background: #2f5f6e; color: #fff; font-weight: 700; display: flex; align-items: center; justify-content: center; font-size: .85rem; }
.proof .avatar.pink { background: #e0508a; }
.proof .avatar.gold { background: #d3a33a; }
.proof .who { font-weight: 700; color: #222; }
.proof .who small { font-weight: 400; color: #999; margin-left: 8px; font-size: .75rem; }
.proof .bubble p { margin: 4px 0 0; color: #222; }
.proof .redact { display: inline-block; background: #d94a3f; color: transparent; border-radius: 2px; }
.payout { margin: 12px 0 0 50px; border: 1px solid #e3e3e8; border-radius: 6px; padding: 10px 12px; background: #fff; }
.payout .kv { display: flex; flex-direction: column; padding: 6px 0; border-bottom: 1px solid #f0f0f0; font-size: .8rem; color: #555; }
.payout .kv:last-child { border-bottom: 0; }
.payout .kv b { font-size: 1.15rem; color: #111; }
.payout .kv.circled b { display: inline-block; border: 3px solid #d94a3f; border-radius: 40px; padding: 2px 12px; }
.review .rv-head { display: flex; gap: 10px; align-items: center; margin-bottom: 8px; }
.review .rv-head .avatar { background: #f2b1c7; color: #333; }
.review .rv-head small { display: block; color: #777; font-size: .75rem; }
.review .stars { color: #fff; background: #00b67a; font-size: .8rem; padding: 2px 6px; display: inline-block; letter-spacing: 2px; margin-right: 10px; }
.review .ago { color: #999; font-size: .78rem; }
.review h4 { font-family: var(--body); font-size: .95rem; margin: 8px 0 4px; color: #222; }
.review p { margin: 0; font-size: .85rem; color: #444; }
@media (min-width: 900px) {
  .checkout-grid { grid-template-columns: 1fr 1fr; grid-template-areas: "top side" "form side"; column-gap: 36px; row-gap: 14px; align-items: start; }
  .co-side { display: block; grid-area: side; border-left: 2px solid #222; padding-left: 28px; }
  .co-top { grid-area: top; }
  .co-form { grid-area: form; }
  .co-product, .co-proof { order: 0; }
  .co-proof { margin-top: 18px; }
}

/* ---------------------------------------------------------------- forms, status, misc */
.input, textarea.input { width: 100%; min-height: 50px; padding: 12px 14px; border: 1.5px solid #cfd7ea; border-radius: 6px; font: inherit; font-size: 1rem; color: var(--ink); background: #fff; }
.input:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(30, 79, 181, .18); }
textarea.input { min-height: 130px; resize: vertical; }
.field { margin-bottom: 12px; }
.field label { display: block; font-size: .85rem; font-weight: 700; margin-bottom: 5px; color: var(--ink-soft); }
.row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.form-error { background: #fdecec; color: #c62828; border-radius: 6px; padding: 12px 14px; font-weight: 600; margin: 12px 0; }
.form-ok { background: #e6f5e6; color: #1f6b2a; border-radius: 6px; padding: 12px 14px; font-weight: 600; margin: 12px 0; }
.placeholder-note { border: 2px dashed #cfd7ea; background: #f3f5fb; color: #1e4fb5; border-radius: 6px; padding: 14px; font-size: .9rem; text-align: center; }

/* ---------------------------------------------------------------- popups */
.modal { position: fixed; inset: 0; z-index: 50; display: none; align-items: flex-start; justify-content: center; padding: 70px 10px 20px; background: rgba(60, 60, 60, .72); overflow: auto; }
.modal.open { display: flex; }
.modal-box { background: #fff; width: 100%; max-width: 1360px; padding: 36px 24px; position: relative; text-align: center; box-shadow: 0 10px 40px rgba(0, 0, 0, .3); animation: slideIn .3s ease-out; }
.modal-close { position: absolute; top: -14px; right: -6px; width: 30px; height: 30px; border-radius: 50%; background: #0d2b1e; color: #fff; border: 2px solid #fff; font-size: 1.1rem; line-height: 1; cursor: pointer; padding: 0; }
.modal h2 { font-family: var(--serif); font-weight: 700; font-size: 1.9rem; line-height: 1.15; margin: 0 0 14px; color: #111; }
.modal p { font-size: 1.05rem; color: #222; }
.modal .btn { max-width: 620px; margin: 8px auto 0; }
.modal .decline-box { max-width: 620px; }
.modal-box.coffee h2 { text-transform: uppercase; font-size: 2rem; }
.coffee-visual { display: flex; flex-direction: column; gap: 14px; align-items: center; margin: 10px auto 22px; max-width: 900px; }
.paid-list { list-style: none; padding: 0; margin: 0; width: 100%; max-width: 420px; border: 1px solid #e8e8ee; border-radius: 6px; overflow: hidden; text-align: left; }
.paid-list li { display: flex; justify-content: space-between; align-items: center; padding: 8px 12px; border-bottom: 1px solid #f0f0f4; font-size: .85rem; color: #2a5db0; }
.paid-list li:nth-child(odd) { background: #f5f7fc; }
.paid-list li:last-child { border-bottom: 0; }
.paid-list i { font-style: normal; font-size: .7rem; color: #2e7d32; background: #e3f4e5; padding: 2px 8px; border-radius: 3px; }
.coffee-visual .curve { font-size: 2.4rem; color: #e57e9a; transform: rotate(90deg); line-height: 1; }
.coffee-visual img { width: 100%; max-width: 440px; border-radius: 4px; }
@media (min-width: 720px) { .coffee-visual { flex-direction: row; justify-content: center; } .coffee-visual .curve { transform: none; } }
.green-lines { color: #3aa54b; font-size: 1.05rem; line-height: 1.7; }

/* ---------------------------------------------------------------- application (Typeform style) */
.apply { max-width: 940px; margin: 0 auto; padding: 90px 20px 60px; }
.apply-bar { position: fixed; top: 0; left: 0; right: 0; height: 5px; background: #e6e9f2; z-index: 5; }
.apply-bar span { display: block; height: 100%; background: var(--blue); transition: width .3s; }
.step-panel { display: none; }
.step-panel.active { display: block; animation: slideIn .35s ease-out; }
.q { font-family: var(--body); font-weight: 400; font-size: 1.45rem; line-height: 1.3; display: flex; gap: 12px; align-items: flex-start; margin: 0 0 16px; color: #111; }
.q-badge { flex: 0 0 18px; height: 18px; border-radius: 3px; background: var(--blue); color: #fff; font-size: .65rem; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; margin-top: 8px; }
.q sup { color: #c22; font-size: .9rem; }
.apply .note { margin: -6px 0 16px 30px; color: #555; font-size: 1.05rem; line-height: 1.5; }
.choice { position: relative; display: flex; align-items: center; gap: 12px; max-width: 380px; padding: 12px 14px; border: 1px solid #cfd7ea; border-radius: 6px; background: #f3f5fb; color: var(--blue); font-size: 1.15rem; margin: 0 0 8px 30px; cursor: pointer; }
.choice:has(input:checked) { background: #dfe6f8; border-color: var(--blue); }
.choice input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.choice .key { flex: 0 0 26px; width: 26px; height: 26px; border: 1px solid #9fb0d8; border-radius: 4px; background: #fff; font-size: .75rem; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; }
.apply .input { margin-left: 30px; max-width: 640px; display: block; }
.apply .row { margin-left: 30px; max-width: 640px; }
.apply .row .input { margin-left: 0; }
.step-nav { margin: 16px 0 0 30px; display: flex; gap: 10px; }
.apply .tiny { margin: 8px 0 0 30px; font-size: .8rem; color: #666; }
.crown { font-family: var(--sans); font-size: 1.2rem; text-align: center; margin: 0 0 8px; color: #222; }
.cal-title { font-family: var(--sans); font-weight: 700; font-size: 2rem; line-height: 1.15; text-align: center; margin: 0 0 14px; color: #111; }
.red-caps { font-family: var(--sans); font-weight: 700; color: #e5322b; text-align: center; font-size: 1.15rem; text-transform: uppercase; margin: 0 0 20px; }
.red-caps span { display: block; text-transform: none; font-size: 1.05rem; }
.cal-card { display: grid; grid-template-columns: 1fr; border: 1px solid #dfe3ee; border-radius: 8px; background: #fff; margin: 26px auto 0; max-width: 1160px; text-align: left; }
.cal-left { padding: 28px; border-bottom: 1px solid #dfe3ee; font-size: .95rem; color: #333; }
.cal-left small { color: var(--blue); font-weight: 600; }
.cal-left h3 { font-family: var(--sans); font-size: 1.5rem; margin: 4px 0 12px; color: #1a2a4a; }
.cal-left ol { padding-left: 1.4em; }
.cal-right { padding: 28px; min-height: 280px; }
.cal-right h3 { font-family: var(--sans); font-size: 1.2rem; margin: 0 0 12px; color: #1a2a4a; }
@media (min-width: 800px) { .cal-card { grid-template-columns: 1fr 1fr; } .cal-left { border-bottom: 0; border-right: 1px solid #dfe3ee; } }

/* ---------------------------------------------------------------- thank-you, legal, 404 */
.thanks { max-width: 760px; margin: 0 auto; padding: 36px 16px 0; }
.thanks .top { text-align: center; margin-bottom: 22px; }
.tag { display: inline-block; background: #e6f5e6; color: #1f6b2a; font-family: var(--sans); font-weight: 700; font-size: .75rem; letter-spacing: .06em; text-transform: uppercase; padding: 6px 14px; border-radius: 999px; }
.headline { font-family: var(--sans); font-weight: 800; font-size: 1.7rem; line-height: 1.2; margin: 12px 0 8px; color: #111; }
.subhead { color: var(--ink-soft); font-size: 1.05rem; }
.card { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 20px; margin: 0 0 16px; box-shadow: 0 1px 4px rgba(0, 0, 0, .05); }
.card h2 { font-family: var(--sans); font-size: 1.2rem; margin: 0 0 12px; }
.steps { counter-reset: step; list-style: none; padding: 0; margin: 0; }
.steps li { position: relative; padding-left: 46px; margin-bottom: 14px; }
.steps li::before { counter-increment: step; content: counter(step); position: absolute; left: 0; top: 0; width: 32px; height: 32px; border-radius: 50%; background: var(--blue); color: #fff; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.receipt { width: 100%; border-collapse: collapse; font-size: .95rem; }
.receipt td { padding: 8px 0; border-bottom: 1px dashed var(--line); }
.receipt td:last-child { text-align: right; white-space: nowrap; font-weight: 700; }
.receipt tr.total td { border-bottom: 0; border-top: 2px solid var(--ink); font-weight: 900; }
.guarantee { display: flex; gap: 16px; align-items: center; background: var(--bg-soft); border-radius: 10px; padding: 18px; margin: 0 0 16px; }
.guarantee > div { min-width: 0; }
.guarantee h3 { font-family: var(--sans); font-size: 1.05rem; margin: 0 0 6px; }
.guarantee p { margin: 0; font-size: .95rem; }
.guarantee .seal { flex-basis: 90px; width: 90px; height: 90px; }
.guarantee .seal b { font-size: 1.3rem; }
.legal { max-width: 760px; margin: 0 auto; padding: 28px 16px; }
.legal h1 { font-family: var(--sans); font-size: 1.7rem; margin-bottom: 8px; }
.legal h2 { font-family: var(--sans); font-size: 1.15rem; margin: 28px 0 8px; }
.legal p, .legal li { color: var(--ink-soft); font-size: .97rem; }
.legal .meta { font-size: .85rem; color: var(--muted); }
.hero { max-width: 720px; margin: 0 auto; padding: 60px 16px 20px; text-align: center; }
.hero .btn { max-width: 380px; margin: 20px auto 0; }

/* ---------------------------------------------------------------- footers */
.footer-fe, .site-footer { margin-top: 56px; padding: 26px 16px 44px; border-top: 1px solid #e6e6e6; text-align: center; font-size: .78rem; color: #777; }
.footer-fe nav, .site-footer nav { margin-bottom: 14px; }
.footer-fe a, .site-footer a { color: #666; }
.footer-fe p, .site-footer p { max-width: 720px; margin: 0 auto 10px; line-height: 1.55; }
.footer-checkout { margin-top: 60px; background: var(--bg-soft); padding: 36px 16px 44px; font-family: var(--serif); font-size: .72rem; color: #333; }
.footer-checkout .row { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; max-width: 1100px; margin: 0 auto 26px; font-size: .8rem; grid-template-columns: none; }
.footer-checkout a { color: #333; }
.footer-checkout p { max-width: 1100px; margin: 0 auto 12px; line-height: 1.9; }

/* ---------------------------------------------------------------- desktop type scale */
@media (min-width: 720px) {
  .fe-headline { font-size: 2.35rem; }
  .fe-sub { font-size: 1.15rem; }
  .eyebrow { font-size: .85rem; }
  .fe-cta-headline { font-size: 2.3rem; }
  .oto-headline { font-size: 1.45rem; }
  .oto-bold { font-size: 1.5rem; }
  .headline-red { font-size: 2.2rem; }
  .price-line { font-size: 1.9rem; }
  .page-only { font-size: 1.8rem; }
  .oto3-headline { font-size: 2.1rem; }
  .oto3-h2 { font-size: 2.4rem; }
  .oto3-bar-big { font-size: 1.1rem; }
  .oto3-bar-small { font-size: .8rem; }
  .modal h2 { font-size: 2.5rem; }
  .modal-box { padding: 44px 40px; }
  .btn-gold { font-size: 1.9rem; }
  .btn-gold small { font-size: 1.15rem; }
  .cal-title { font-size: 2.6rem; }
}
@media (prefers-reduced-motion: reduce) {
  .cta-block.revealed, .modal-box, .step-panel.active { animation: none; }
  .live::before { animation: none; }
}

/* ---------------------------------------------------------------- self-hosted VSL player (assets/player.js) */
.player video.vsl { display: block; width: 100%; aspect-ratio: 9 / 16; background: #000; object-fit: cover; cursor: pointer; }
.player .unmute { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; padding: 0; margin: 0; background: rgba(0, 0, 0, .42); color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; cursor: pointer; font-family: var(--sans); }
.player .unmute .unmute-icon { width: 78px; height: 78px; border-radius: 50%; background: #e0508a; display: flex; align-items: center; justify-content: center; font-size: 34px; margin-bottom: 14px; box-shadow: 0 0 0 12px rgba(224, 80, 138, .25); animation: pulse 1.6s ease-in-out infinite; }
.player .unmute .unmute-title { font-weight: 700; font-size: 1.05rem; text-shadow: 0 1px 3px rgba(0, 0, 0, .6); }
.player .unmute .unmute-sub { font-weight: 600; font-size: .95rem; margin-top: 4px; opacity: .95; text-shadow: 0 1px 3px rgba(0, 0, 0, .6); }
.player.is-unmuted .unmute { display: none; }
.player .vsl-bar { position: absolute; left: 0; right: 0; bottom: 0; height: 5px; background: rgba(255, 255, 255, .25); }
.player .vsl-bar i { display: block; height: 100%; width: 0; background: #e0508a; transition: width .25s linear; }
@keyframes pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.07); } }

/* ---------------------------------------------------------------- checkout: real trust badges, member photos, seal */
.safe-badge { max-width: 480px; }
.safe-badge .trust-strip { display: block; width: 100%; max-width: 450px; height: auto; margin: 8px auto 4px; }
.safe-badge .cards { display: flex; justify-content: center; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 4px; }
.safe-badge .cards img { height: 34px; width: auto; }
.seal-img { flex: 0 0 180px; width: 180px; height: 180px; object-fit: contain; }
.proof img.avatar, .review img.avatar { object-fit: cover; padding: 0; border-radius: 50%; }

/* resume screen (returning viewer) */
.player .resume { position: absolute; inset: 0; display: none; flex-direction: column; align-items: center; justify-content: center; gap: 18px; padding: 40px 28px; background: rgba(38, 38, 40, .94); color: #fff; text-align: center; font-family: var(--sans); z-index: 3; }
.player.has-resume .resume { display: flex; }
.player.has-resume .unmute { display: none; }
.player .resume p { font-weight: 700; font-size: 1.25rem; line-height: 1.3; margin: 0 0 8px; }
.player .resume button { display: flex; align-items: center; gap: 14px; background: none; border: 0; color: #fff; font-weight: 700; font-size: 1.1rem; cursor: pointer; font-family: var(--sans); }
.player .resume .ico { width: 56px; height: 56px; border-radius: 50%; border: 3px solid #f4a3d1; color: #f4a3d1; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; }

.player .secret-corner { position: absolute; left: 0; top: 0; width: 44px; height: 44px; z-index: 5; background: transparent; cursor: default; }

.player canvas.confetti { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 6; }

.guarantee .seal-img, .guarantee-row .seal-img { flex: 0 0 150px; width: 150px; height: 150px; object-fit: contain; }
@media (max-width: 600px) { .guarantee .seal-img, .guarantee-row .seal-img { flex-basis: 120px; width: 120px; height: 120px; } }

.member-area { text-align: center; margin: 8px 0 26px; } .member-area .btn { display: inline-flex; width: auto; padding: 14px 28px; } .member-area small { display: block; margin-top: 8px; color: #666; font-size: .9rem; }
