.vsl-page { background: #071f1d; color: white; }
.vsl-page .funnel-header { color: white; }
.vsl-page .funnel-brand { color: white; }
.vsl-page .funnel-brand small { color: #a9c3bd; }
.vsl-page .funnel-mark { background: var(--gold); color: var(--forest); }
.vsl-page .header-note { border-color: rgba(255,255,255,.2); color: white; }
.vsl-main { width: min(1020px, calc(100% - 32px)); margin: 0 auto; padding: 70px 0 90px; text-align: center; }
.vsl-main > .kicker { justify-content: center; color: var(--gold); }
.vsl-main h1 { max-width: 900px; margin: 0 auto; color: white; font-size: clamp(46px, 7vw, 78px); }
.vsl-lead { margin: 18px auto 36px; color: #b8cec8; font-size: clamp(17px, 2vw, 21px); }
.video-frame { position: relative; overflow: hidden; aspect-ratio: 16/9; border: 1px solid rgba(255,255,255,.15); border-radius: 5px 28px 5px 28px; background: var(--forest); box-shadow: 0 35px 80px rgba(0,0,0,.35); }
.video-embed, .video-embed iframe { width: 100%; height: 100%; border: 0; }
.text-vsl { position: absolute; inset: 0; display: grid; grid-template-rows: auto 1fr auto; padding: clamp(18px, 3vw, 34px); background: radial-gradient(circle at 80% 15%, rgba(239,184,77,.18), transparent 28%), linear-gradient(135deg, #0d5f57, #062f2c 70%); }
.text-vsl::before { content: ""; position: absolute; width: 42%; aspect-ratio: 1; right: -18%; top: -28%; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.025), 0 0 0 90px rgba(255,255,255,.02); }
.vsl-brand { position: relative; justify-self: start; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.vsl-brand span { color: var(--gold); }
.vsl-slide { position: relative; display: grid; place-items: center; max-width: 800px; margin: 0 auto; color: white; font-family: "Fraunces", serif; font-size: clamp(28px, 5vw, 58px); font-weight: 700; line-height: 1.06; text-wrap: balance; }
.vsl-slide.is-changing { animation: slideIn .45s ease both; }
.vsl-controls { position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; }
.vsl-controls button { border: 0; background: transparent; color: #dcebe7; font-size: 11px; font-weight: 700; cursor: pointer; }
.vsl-progress { height: 4px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.16); }
.vsl-progress i { display: block; width: 0; height: 100%; background: var(--gold); }
.vsl-offer { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 45px; margin-top: 55px; text-align: left; }
.vsl-offer h2 { margin: 0; color: white; font-size: clamp(34px, 4vw, 50px); }
.vsl-offer p:not(.kicker) { color: #b8cec8; line-height: 1.65; }
.vsl-offer .primary-action { min-width: 220px; }
.vsl-disclaimer { margin-top: 42px; border-top: 1px solid rgba(255,255,255,.12); padding-top: 22px; color: #8fa9a3; font-size: 11px; line-height: 1.55; }
@keyframes slideIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
@media (max-width: 720px) {
  .vsl-main { padding-top: 45px; }
  .video-frame { aspect-ratio: 9/12; }
  .vsl-offer { grid-template-columns: 1fr; text-align: center; }
  .vsl-offer .kicker { justify-content: center; }
  .vsl-offer .primary-action { width: 100%; }
}
