/* bigshoow.com sales page. BIGSHOOW_LAUNCH_V7
   Built on the noir tokens from themes.css (black, gold, electric cyan).
   No inline styles anywhere, so the strict CSP holds. */

html, body { overflow-x: clip; }
.lp { background: var(--bg); }
.skip { position: absolute; left: -9999px; top: 8px; background: var(--accent); color: var(--on-accent); padding: 10px 16px; z-index: 100; }
.skip:focus { left: 8px; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px; }
.btn-sm { min-height: 40px; padding: 10px 22px; font-size: 13px; }
.lp strong { color: var(--ink); }
.lp-hl { color: var(--accent-text); }
.lp-center { text-align: center; margin-inline: auto; max-width: 860px; }
.lp-narrow { max-width: 820px; }
.lp-fine { font-size: 12px; line-height: 1.6; color: var(--faint); margin: 14px 0 0; }

/* Type */
.lp-h1 { font-family: var(--display); font-weight: var(--display-weight); text-transform: uppercase; font-size: clamp(52px, 8.2vw, 112px); line-height: 0.92; letter-spacing: 0.5px; margin: 18px 0 22px; }
.lp-h2 { font-family: var(--display); font-weight: var(--display-weight); text-transform: uppercase; font-size: clamp(42px, 6vw, 80px); line-height: 0.95; margin: 12px 0 18px; }
.lp-h3 { font-family: var(--display); font-weight: var(--display-weight); text-transform: uppercase; font-size: 36px; line-height: 1; margin: 0 0 18px; }
.lp-h4 { font-family: var(--display); font-weight: var(--display-weight); text-transform: uppercase; font-size: 28px; line-height: 1; margin: 0 0 10px; }
.lp-lead { font-size: 19px; line-height: 1.65; color: var(--muted); max-width: 640px; }
.lp-center .lp-lead { margin-inline: auto; }

/* Countdown bar */
.lp-bar { background: linear-gradient(90deg, #C5A021, #F2D06B 50%, #C5A021); color: #050505; font-size: 14px; }
.lp-bar strong { color: #050505; }
.lp-bar-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 6px 14px; min-height: 44px; padding-block: 8px; text-align: center; }
.lp-bar-dot { width: 10px; height: 10px; border-radius: 50%; background: #D7263D; box-shadow: 0 0 0 0 rgba(215,38,61,0.7); animation: lp-pulse 1.6s infinite; }
.lp-bar-time { font-weight: 800; font-variant-numeric: tabular-nums; }
.lp-bar-link { color: #050505; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
@keyframes lp-pulse { 0% { box-shadow: 0 0 0 0 rgba(215,38,61,0.7); } 70% { box-shadow: 0 0 0 10px rgba(215,38,61,0); } 100% { box-shadow: 0 0 0 0 rgba(215,38,61,0); } }

/* Header */
.lp-header { position: sticky; top: 0; z-index: 30; background: rgba(5,5,5,0.88); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.lp-header-inner { display: flex; align-items: center; gap: 24px; min-height: 72px; }
.lp-logo { font-family: var(--display); font-size: 34px; letter-spacing: 1px; color: var(--accent-text); }
.lp-logo-sm { font-size: 26px; }
.lp-nav { display: flex; gap: 28px; margin-left: auto; font-weight: 700; font-size: 14px; }
.lp-nav a { color: var(--muted); }
.lp-nav a:hover { color: var(--ink); opacity: 1; }

/* Hero */
.lp-hero { position: relative; padding-block: 72px 88px; overflow: hidden; }
.lp-hero::before { content: ''; position: absolute; inset: -30% -10% auto auto; width: 70vw; height: 70vw; background: radial-gradient(circle, rgba(197,160,33,0.22), rgba(197,160,33,0) 60%); pointer-events: none; }
.lp-hero::after { content: ''; position: absolute; inset: auto auto -40% -20%; width: 60vw; height: 60vw; background: radial-gradient(circle, rgba(0,242,255,0.12), rgba(0,242,255,0) 60%); pointer-events: none; }
.lp-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.lp-pill { display: inline-flex; align-items: center; gap: 10px; padding: 8px 16px; border: 1px solid rgba(0,242,255,0.5); border-radius: 50px; color: var(--accent-2); font-weight: 800; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; }
.lp-pill-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent-2); box-shadow: 0 0 12px var(--accent-2); }
.lp-cta-row { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 30px; }
.lp-cta-center { justify-content: center; }
.lp-btn-xl { min-height: 60px; padding-inline: 40px; font-size: 15px; }
.lp-btn-block { width: 100%; }
.lp-trust { display: flex; flex-wrap: wrap; gap: 10px 26px; list-style: none; padding: 0; margin: 28px 0 0; color: var(--muted); font-size: 14px; font-weight: 600; }
.lp-trust li::before { content: ''; display: inline-block; width: 16px; height: 9px; margin-right: 10px; border-left: 3px solid var(--accent-2); border-bottom: 3px solid var(--accent-2); transform: rotate(-45deg) translateY(-3px); }
.lp-hero-visual { position: relative; }
.lp-hero-img { width: 100%; height: auto; aspect-ratio: 4 / 3.4; object-fit: cover; border: 2px solid var(--accent); box-shadow: 0 30px 80px rgba(0,0,0,0.6), 0 0 60px rgba(197,160,33,0.25); }
.lp-float { position: absolute; display: flex; flex-direction: column; padding: 14px 18px; background: rgba(10,10,10,0.92); border: 1px solid var(--line); box-shadow: 0 16px 40px rgba(0,0,0,0.5); animation: lp-bob 5s ease-in-out infinite; }
.lp-float-num { font-family: var(--display); font-size: 40px; line-height: 1; color: var(--accent-text); }
.lp-float-label { font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--muted); }
.lp-float-a { top: -18px; left: -26px; }
.lp-float-b { top: 40%; right: -24px; animation-delay: -1.6s; border-color: rgba(0,242,255,0.5); }
.lp-float-b .lp-float-num { color: var(--accent-2); }
.lp-float-c { bottom: -22px; left: 12%; animation-delay: -3.2s; }
@keyframes lp-bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* Stats strip */
.lp-stats { background: var(--accent); color: var(--on-accent); }
.lp-stats-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; padding-block: 30px; }
.lp-stat { display: flex; flex-direction: column; align-items: center; text-align: center; }
.lp-stat-num { font-family: var(--display); font-size: clamp(44px, 5vw, 68px); line-height: 1; }
.lp-stat-label { font-size: 13px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }

/* Sections */
.lp-section { padding-block: 104px; }
.lp-band { background: var(--band); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.lp-split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.lp-checks { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 14px; }
.lp-checks li { position: relative; padding-left: 36px; color: var(--muted); font-size: 16px; line-height: 1.55; }
.lp-checks li::before { content: ''; position: absolute; left: 0; top: 2px; width: 22px; height: 22px; border-radius: 50%; background: var(--accent); }
.lp-checks li::after { content: ''; position: absolute; left: 7px; top: 7px; width: 8px; height: 5px; border-left: 2px solid var(--on-accent); border-bottom: 2px solid var(--on-accent); transform: rotate(-45deg); }
.lp-photo img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; border: 2px solid var(--line); }

/* Calculator */
.lp-calc { padding: 32px; border: 2px solid var(--accent); box-shadow: 0 0 60px rgba(197,160,33,0.18); }
.lp-calc-field { margin-bottom: 22px; }
.lp-calc-field label { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; font-weight: 700; font-size: 14px; color: var(--muted); margin-bottom: 10px; }
.lp-calc-val { font-family: var(--display); font-size: 30px; color: var(--ink); }
.lp-calc input[type="range"] { width: 100%; accent-color: #C5A021; height: 28px; }
.lp-calc-result { border-top: 1px solid var(--line); padding-top: 16px; display: grid; gap: 10px; }
.lp-calc-row { display: flex; justify-content: space-between; gap: 16px; font-size: 15px; color: var(--muted); }
.lp-calc-bad { color: #FF6B7A; font-size: 18px; }
.lp-calc-good { color: var(--accent-2); font-size: 18px; }
.lp-calc-big { font-family: var(--display); font-size: 40px; line-height: 1.05; text-transform: uppercase; margin: 20px 0; }
.lp-calc-big span { color: var(--accent-text); }

/* Features */
.lp-features { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 56px; }
.lp-feature { padding: 28px; background: var(--surface); border: 1px solid var(--line); transition: border-color 0.2s ease, transform 0.2s ease; }
.lp-feature:hover { border-color: var(--accent); transform: translateY(-4px); }
.lp-feature p { color: var(--muted); margin: 0; font-size: 15px; }
.lp-feature-soon { border-style: dashed; }
.lp-soon { display: inline-block; vertical-align: middle; margin-left: 6px; padding: 3px 8px; font-family: var(--body); font-size: 11px; font-weight: 800; letter-spacing: 1px; background: var(--accent-2); color: var(--bg); }
.lp-ico { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 18px; border: 2px solid var(--accent); position: relative; }
.lp-ico::before { content: ''; display: block; background: var(--accent); }
.lp-ico-ticket::before { width: 24px; height: 14px; clip-path: polygon(0 0, 100% 0, 100% 35%, 88% 50%, 100% 65%, 100% 100%, 0 100%, 0 65%, 12% 50%, 0 35%); }
.lp-ico-cal::before { width: 22px; height: 20px; clip-path: polygon(0 20%, 100% 20%, 100% 100%, 0 100%, 0 20%, 0 35%, 100% 35%, 100% 20%); }
.lp-ico-star::before { width: 24px; height: 24px; clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%); }
.lp-ico-pen::before { width: 22px; height: 22px; clip-path: polygon(70% 0, 100% 30%, 30% 100%, 0 100%, 0 70%); }
.lp-ico-img::before { width: 24px; height: 18px; clip-path: polygon(0 100%, 35% 40%, 55% 70%, 72% 50%, 100% 100%); }
.lp-ico-people::before { width: 24px; height: 22px; border-radius: 50% 50% 4px 4px; }
.lp-ico-chat::before { width: 24px; height: 20px; clip-path: polygon(0 0, 100% 0, 100% 70%, 40% 70%, 15% 100%, 20% 70%, 0 70%); }
.lp-ico-lock::before { width: 20px; height: 22px; clip-path: polygon(20% 45%, 20% 20%, 30% 5%, 70% 5%, 80% 20%, 80% 45%, 100% 45%, 100% 100%, 0 100%, 0 45%, 32% 45%, 32% 25%, 68% 25%, 68% 45%); }
.lp-ico-bag::before { width: 22px; height: 22px; clip-path: polygon(10% 30%, 90% 30%, 100% 100%, 0 100%); }

/* Themes */
.lp-themes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.lp-swatch { display: flex; align-items: flex-start; min-height: 110px; padding: 12px; font-weight: 800; font-size: 13px; letter-spacing: 0.5px; border: 1px solid rgba(255,255,255,0.12); transition: transform 0.2s ease; }
.lp-swatch:hover { transform: scale(1.04); }
.lp-sw-noir { background: linear-gradient(135deg, #050505 55%, #C5A021 55%); color: #fff; }
.lp-sw-blush { background: linear-gradient(135deg, #FBF1EE 55%, #B8325A 55%); color: #3a1320; }
.lp-sw-emerald { background: linear-gradient(135deg, #0B1A2B 55%, #2BB673 55%); color: #fff; }
.lp-sw-sunset { background: linear-gradient(135deg, #FFF6E5 55%, #FF5A1F 55%); color: #3a1500; }
.lp-sw-crimson { background: linear-gradient(135deg, #0A0A0A 55%, #D7263D 55%); color: #fff; }
.lp-sw-teal { background: linear-gradient(135deg, #F1F8F6 55%, #0F7C7A 55%); color: #07302f; }
.lp-sw-lavender { background: linear-gradient(135deg, #F6F2FB 55%, #7B4FC4 55%); color: #2a1848; }
.lp-sw-rosegold { background: linear-gradient(135deg, #FBF6F2 55%, #A55C67 55%); color: #3d1f24; }
.lp-sw-plumgold { background: linear-gradient(135deg, #1E0F24 55%, #D4AF37 55%); color: #fff; }

/* Steps */
.lp-steps { list-style: none; padding: 0; margin: 56px 0 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; counter-reset: none; }
.lp-step { position: relative; padding: 32px 28px; background: var(--surface); border-top: 4px solid var(--accent); }
.lp-step p { color: var(--muted); margin: 0; }
.lp-step-num { display: inline-block; margin-bottom: 14px; padding: 6px 12px; background: var(--accent-2); color: var(--bg); font-weight: 800; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; }

/* Security */
.lp-secure { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.lp-secure li { padding: 18px 20px 18px 56px; position: relative; background: var(--surface); border: 1px solid var(--line); color: var(--muted); }
.lp-secure li::before { content: ''; position: absolute; left: 18px; top: 20px; width: 20px; height: 22px; background: var(--accent-2); clip-path: polygon(50% 0, 100% 18%, 100% 55%, 50% 100%, 0 55%, 0 18%); }

/* Comparison */
.lp-table-wrap { margin-top: 48px; overflow-x: auto; }
.lp-table { width: 100%; min-width: 640px; border-collapse: collapse; font-size: 15px; }
.lp-table th, .lp-table td { padding: 18px 16px; text-align: left; border-bottom: 1px solid var(--line); }
.lp-table thead th { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); }
.lp-table tbody th { font-weight: 700; color: var(--ink); }
.lp-table td { color: var(--muted); }
.lp-table .lp-us { background: rgba(197,160,33,0.12); color: var(--ink); font-weight: 800; }
.lp-table thead .lp-us { color: var(--accent-text); font-size: 14px; }

/* Claim */
.lp-claim { background: radial-gradient(ellipse at top left, rgba(197,160,33,0.16), rgba(5,5,5,0) 55%), var(--bg); border-top: 4px solid var(--accent); }
.lp-countdown { margin: 26px 0 8px; }
.lp-countdown-label { margin: 0 0 10px; font-weight: 800; font-size: 13px; letter-spacing: 3px; text-transform: uppercase; color: var(--accent-2); }
.lp-cd { display: flex; gap: 10px; }
.lp-cd-box { display: flex; flex-direction: column; align-items: center; min-width: 78px; padding: 12px 8px; background: var(--surface); border: 1px solid var(--accent); }
.lp-cd-num { font-family: var(--display); font-size: 48px; line-height: 1; color: var(--ink); font-variant-numeric: tabular-nums; }
.lp-cd-unit { font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); }
.lp-form { padding: 32px; border: 2px solid var(--accent); }
.lp-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.lp-form textarea { min-height: 90px; resize: vertical; }

/* FAQ */
.lp-faq { border-bottom: 1px solid var(--line); padding: 20px 0; }
.lp-faq summary { cursor: pointer; font-weight: 800; font-size: 18px; list-style: none; display: flex; justify-content: space-between; gap: 16px; }
.lp-faq summary::-webkit-details-marker { display: none; }
.lp-faq summary::after { content: '+'; color: var(--accent-text); font-size: 26px; line-height: 1; }
.lp-faq[open] summary::after { content: '−'; }
.lp-faq p { color: var(--muted); margin: 12px 0 0; }

/* Final + footer */
.lp-final { padding-block: 110px; background: linear-gradient(135deg, rgba(197,160,33,0.2), rgba(0,242,255,0.08)), var(--band); border-top: 1px solid var(--line); }
.lp-footer { padding-block: 36px 96px; border-top: 1px solid var(--line); }
.lp-footer-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; }
.lp-footer-links { display: flex; gap: 22px; font-weight: 700; font-size: 14px; }
.lp-simple { padding-block: 120px; max-width: 760px; }

/* Sticky mobile CTA */
.lp-sticky { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; padding: 12px 16px calc(12px + env(safe-area-inset-bottom)); background: rgba(5,5,5,0.95); border-top: 1px solid var(--accent); }
.lp-sticky[hidden] { display: none; }

@media (min-width: 901px) { .lp-sticky { display: none; } }
@media (max-width: 1080px) {
  .lp-nav { display: none; }
  .lp-header-cta { margin-left: auto; }
}
@media (max-width: 900px) {
  .lp-hero { padding-block: 40px 64px; }
  .lp-hero-grid, .lp-split { grid-template-columns: 1fr; gap: 44px; }
  .lp-split-rev .lp-photo { order: 2; }
  .lp-stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
  .lp-features, .lp-steps { grid-template-columns: 1fr; }
  .lp-section { padding-block: 72px; }
  .lp-float-a { left: -6px; }
  .lp-float-b { right: -6px; }
  .lp-lead { font-size: 17px; }
}
@media (max-width: 560px) {
  .lp-cta-row .btn, .lp-cta-row .btn-secondary { width: 100%; }
  .lp-form-grid { grid-template-columns: 1fr; }
  .lp-form, .lp-calc { padding: 22px; }
  .lp-cd-box { min-width: 0; flex: 1; }
  .lp-cd-num { font-size: 38px; }
  .lp-float { padding: 10px 12px; }
  .lp-float-num { font-size: 30px; }
  .lp-themes { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lp-calc-big { font-size: 32px; }
}

/* ---------- v8: comfortable reading width, more energy, more ways to act. BIGSHOOW_LAUNCH_V8 ---------- */
/* Narrower page with real breathing room on each side. */
.lp .container { width: min(1120px, 100% - 96px); }
.lp-lead { max-width: 600px; }
@media (max-width: 900px) { .lp .container { width: calc(100% - 40px); } }

/* Gold highlight shimmers so the key words catch the eye. */
.lp-hl { background: linear-gradient(100deg, #C5A021 0%, #F7DC7C 35%, #C5A021 55%, #FFE9A8 75%, #C5A021 100%); background-size: 250% 100%; -webkit-background-clip: text; background-clip: text; color: transparent; animation: lp-shimmer 6s linear infinite; }
@keyframes lp-shimmer { to { background-position: -250% 0; } }

/* Buttons that ask for the click glow and breathe. */
.lp-pulse { animation: lp-glow 2.2s ease-in-out infinite; }
@keyframes lp-glow { 0%, 100% { box-shadow: 0 0 18px rgba(197,160,33,0.45); } 50% { box-shadow: 0 0 38px rgba(247,220,124,0.85), 0 0 70px rgba(197,160,33,0.35); } }
.lp .btn { position: relative; overflow: hidden; }
.lp .btn::after { content: ''; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,0.45) 50%, transparent 70%); transform: translateX(-120%); animation: lp-sweep 3.6s ease-in-out infinite; }
@keyframes lp-sweep { 0%, 60% { transform: translateX(-120%); } 100% { transform: translateX(120%); } }

/* Scrolling benefit strip. */
.lp-marquee { background: #050505; border-block: 1px solid var(--line); overflow: hidden; padding: 18px 0; }
.lp-marquee-track { display: flex; width: max-content; gap: 0; animation: lp-marquee 32s linear infinite; }
.lp-marquee span { font-family: var(--display); font-size: 34px; letter-spacing: 1px; text-transform: uppercase; color: var(--ink); padding-inline: 28px; white-space: nowrap; }
.lp-marquee span::after { content: ''; display: inline-block; width: 14px; height: 14px; margin-left: 56px; background: var(--accent-2); clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%); vertical-align: middle; }
.lp-marquee span:nth-child(odd) { color: var(--accent-text); }
@keyframes lp-marquee { to { transform: translateX(-50%); } }

/* Quick "call me" in the hero. */
.lp-quick { margin-top: 26px; padding: 18px; background: rgba(0,242,255,0.06); border: 1px dashed rgba(0,242,255,0.55); max-width: 620px; }
.lp-quick-title { margin: 0 0 12px; font-weight: 800; font-size: 15px; color: var(--ink); }
.lp-quick-row { display: grid; grid-template-columns: 1fr 1fr auto; gap: 10px; }
.lp-quick .input { min-height: 48px; }

/* Call-me bands between sections. */
.lp-callband { background: linear-gradient(100deg, #C5A021, #F2D06B 55%, #C5A021); color: #050505; }
.lp-callband-inner { display: grid; grid-template-columns: 1fr 1.25fr; gap: 32px; align-items: center; padding-block: 40px; }
.lp-callband .lp-h3 { color: #050505; margin: 0 0 6px; font-size: 40px; }
.lp-callband p { margin: 0; font-weight: 600; }
.lp-callform { display: grid; grid-template-columns: 1fr 1fr auto; gap: 10px; }
.lp-callband .input { background: #fff; color: #050505; border: 2px solid #050505; }
.lp-callband .input::placeholder { color: #666; }
.lp-callband .btn { background: #050505; color: #F7DC7C; box-shadow: none; animation: none; }
.lp-callform-center { max-width: 760px; margin: 26px auto 8px; }
.lp-final .lp-lead { margin-inline: auto; }

/* Hero section gets a moving light behind it. */
.lp-hero::before { animation: lp-drift 14s ease-in-out infinite alternate; }
@keyframes lp-drift { to { transform: translate(-8%, 10%) scale(1.1); } }

@media (max-width: 900px) {
  .lp-callband-inner { grid-template-columns: 1fr; gap: 18px; padding-block: 32px; }
  .lp-callband .lp-h3 { font-size: 32px; }
  .lp-marquee span { font-size: 26px; padding-inline: 18px; }
  .lp-marquee span::after { margin-left: 36px; }
}
@media (max-width: 560px) {
  .lp-quick-row, .lp-callform { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .lp-hl, .lp-pulse, .lp .btn::after, .lp-marquee-track, .lp-hero::before, .lp-float, .lp-bar-dot { animation: none !important; }
}
/* Headline fits the narrower page without breaking mid-phrase. */
.lp-h1 { font-size: clamp(48px, 6.2vw, 90px); }
@media (min-width: 901px) { .lp-hero-grid { grid-template-columns: 1.1fr 0.9fr; gap: 48px; } }
.lp-hl-nowrap { white-space: nowrap; }
