:root {
  --ink: #10141f;
  --paper: #f7f6f2;
  --surface: #ffffff;
  --muted: #5c6470;
  --line: #d9dce2;
  --blue: #0c64af;
  --blue-dark: #084477;
  --red: #c7262f;
  --gold: #edbf40;
  --shadow: 0 24px 70px rgba(8, 25, 44, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", Arial, sans-serif; font-size: 16px; line-height: 1.55; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 10; left: 12px; top: -60px; padding: 10px 16px; border-radius: 6px; background: #fff; color: var(--ink); font-weight: 700; transition: top .2s; }
.skip-link:focus { top: 12px; }
.container { width: min(100% - 36px, 1000px); margin-inline: auto; }

.hero { position: relative; overflow: hidden; padding: 28px 0 58px; color: #fff; background: radial-gradient(circle at 18% 10%, #155da0 0, transparent 31%), radial-gradient(circle at 90% 28%, #253765 0, transparent 31%), #101927; }
.hero__noise { position: absolute; inset: 0; opacity: .10; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 300 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); pointer-events: none; }
.hero__inner { position: relative; text-align: center; }
.brand { width: min(235px, 55vw); margin: 0 auto 24px; filter: invert(1) brightness(20); }
.brand img { display: block; width: 100%; height: auto; }
.eyebrow { margin: 0 0 12px; color: #b9d8f1; font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { font-family: "Libre Baskerville", Georgia, serif; }
h1 { max-width: 920px; margin: 0 auto; font-size: clamp(29px, 5vw, 51px); line-height: 1.15; letter-spacing: -.035em; }
h1 span { color: #f4c745; }
.hero__lede { max-width: 680px; margin: 18px auto 23px; color: #d6e3ee; font-size: clamp(16px, 2.1vw, 19px); }
.watch-cue { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 16px; color: #c4ddef; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.watch-cue span { width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 4px rgba(199, 38, 47, .2); }

.vsl-shell { width: min(100%, 900px); margin: 0 auto; overflow: hidden; border: 1px solid rgba(255, 255, 255, .25); border-radius: 10px; background: #070c13; box-shadow: var(--shadow); }
.vsl-shell__topline, .vsl-shell__foot { display: flex; justify-content: space-between; padding: 8px 13px; color: #c9d5dd; font-size: 10px; font-weight: 700; letter-spacing: .12em; background: #0a111e; }
.vsl-shell__topline { border-bottom: 1px solid rgba(255, 255, 255, .1); }
.vsl-shell__foot { border-top: 1px solid rgba(255, 255, 255, .1); }
.vsl-status { color: var(--gold); }
.video-frame { position: relative; min-height: 200px; aspect-ratio: 16 / 9; background: #020407; }
.vsl-video { display: none; width: 100%; height: 100%; background: #000; }
.vsl-video.is-active { display: block; }
.video-placeholder { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 26px; overflow: hidden; text-align: center; background: radial-gradient(circle at 50% 42%, rgba(22, 100, 175, .46), transparent 29%), linear-gradient(148deg, #0c1527, #03070d 65%); }
.video-placeholder::before, .video-placeholder::after { position: absolute; content: ""; width: 290px; height: 290px; border: 1px solid rgba(244, 199, 69, .14); border-radius: 50%; }
.video-placeholder::before { transform: scale(1.2); }
.video-placeholder::after { transform: scale(1.64); }
.placeholder-orb { position: absolute; top: -54px; right: -34px; width: 185px; opacity: .13; filter: invert(1); }
.placeholder-orb img { width: 100%; }
.placeholder-label, .placeholder-caption { position: relative; z-index: 1; margin: 0; color: #b4cfe5; font-size: 11px; font-weight: 700; letter-spacing: .17em; }
.video-placeholder h2 { position: relative; z-index: 1; max-width: 600px; margin: 10px 0 18px; color: #fff; font-family: "Libre Baskerville", Georgia, serif; font-size: clamp(19px, 3vw, 29px); line-height: 1.3; }
.play-button { position: relative; z-index: 1; display: grid; width: 66px; height: 66px; margin: 0 0 11px; cursor: pointer; place-items: center; border: 3px solid #fff; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 9px rgba(199, 38, 47, .22); transition: transform .2s, background .2s; }
.play-button:hover { transform: scale(1.06); background: #e43842; }
.play-button span { width: 0; height: 0; margin-left: 5px; border-top: 11px solid transparent; border-bottom: 11px solid transparent; border-left: 17px solid white; }
.video-unavailable { position: relative; z-index: 1; max-width: 450px; margin: 15px 0 0; color: #ffd8d8; font-size: 13px; }
.watch-note { margin: 14px 0 0; color: #a8bdcf; font-size: 13px; }

.offer-section { padding: 68px 0 60px; background: var(--paper); }
.offer-section[hidden] { display: none; }
.reveal-note { width: fit-content; margin: 0 auto 16px; padding: 7px 13px; color: #fff; border-radius: 100px; background: var(--red); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.offer-card { display: grid; grid-template-columns: minmax(260px, .74fr) minmax(0, 1.26fr); overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); box-shadow: var(--shadow); }
.offer-card__visual { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 550px; padding: 34px; text-align: center; color: #fff; background: linear-gradient(145deg, #112e54, #07101e); }
.offer-card__visual img { width: min(100%, 295px); filter: invert(1); }
.offer-card__visual p { margin: 20px 0 0; font-family: "Libre Baskerville", Georgia, serif; font-size: 21px; font-weight: 700; line-height: 1.45; letter-spacing: .045em; }
.offer-card__visual p span { color: var(--gold); font-size: 15px; letter-spacing: .16em; text-transform: uppercase; }
.offer-card__content { padding: clamp(28px, 5vw, 53px); }
.eyebrow--dark { color: var(--blue); }
.offer-card h2 { margin: 0; font-size: clamp(27px, 4vw, 38px); line-height: 1.2; letter-spacing: -.035em; }
.offer-card h2 span { color: var(--blue); }
.offer-card__intro { margin: 19px 0 24px; color: var(--muted); font-size: 16px; }
.price-row { display: flex; gap: 20px; align-items: center; justify-content: space-between; margin: 0 0 24px; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.price-row div { display: flex; gap: 9px; align-items: baseline; }
.price-label { color: var(--muted); font-size: 13px; font-weight: 600; }
.price-row strong { color: var(--blue); font-family: "Libre Baskerville", Georgia, serif; font-size: 43px; letter-spacing: -.06em; }
.price-row p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.35; text-align: right; }
.check-list { display: grid; gap: 14px; margin: 0 0 27px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 30px; color: #323a47; }
.check-list li::before { position: absolute; top: 2px; left: 0; display: grid; width: 19px; height: 19px; content: "✓"; place-items: center; color: #fff; border-radius: 50%; background: var(--blue); font-size: 11px; font-weight: 700; }
.primary-cta { display: block; padding: 17px 20px; text-decoration: none; text-align: center; color: #fff; border-radius: 6px; background: var(--red); box-shadow: 0 5px 0 #8f1118; transition: transform .15s, background .15s; }
.primary-cta:hover { transform: translateY(-2px); background: #de303a; }
.primary-cta:active { transform: translateY(2px); box-shadow: 0 2px 0 #8f1118; }
.primary-cta span { display: block; font-size: 16px; font-weight: 700; }
.primary-cta small { display: block; margin-top: 3px; color: #ffdee0; font-size: 11px; font-weight: 600; }
.payment-note { margin: 15px 0 0; color: #69717b; font-size: 12px; text-align: center; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 34px 0; }
.value-grid article { min-height: 195px; padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.value-grid span { color: var(--red); font-size: 12px; font-weight: 700; letter-spacing: .1em; }
.value-grid h3 { margin: 7px 0 10px; font-size: 18px; line-height: 1.35; }
.value-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.guarantee { display: grid; grid-template-columns: 130px 1fr; gap: 25px; align-items: center; padding: 28px; border: 1px solid #cad6df; border-radius: 10px; background: #edf5f9; }
.guarantee__seal { display: grid; width: 112px; height: 112px; place-content: center; color: var(--blue); border: 4px double var(--blue); border-radius: 50%; font-family: "Libre Baskerville", Georgia, serif; font-size: 32px; font-weight: 700; line-height: 1; text-align: center; transform: rotate(-8deg); }
.guarantee__seal span { margin-top: 5px; font-family: "DM Sans", Arial, sans-serif; font-size: 11px; letter-spacing: .15em; }
.guarantee h2 { margin: 0 0 7px; font-size: clamp(19px, 3vw, 25px); line-height: 1.35; }
.guarantee p { margin: 0; color: #4b5a67; font-size: 14px; }

.pre-offer-cta { padding: 43px 0; text-align: center; background: #e9edf0; }
.secondary-cta { display: inline-block; padding: 11px 20px; text-decoration: none; color: var(--blue-dark); border: 1px solid #91bad9; border-radius: 4px; background: #fff; font-size: 14px; font-weight: 700; }
.site-footer { padding: 42px 0 48px; color: #c9d3dc; text-align: center; background: #0d1623; }
.site-footer__wordmark { display: block; width: min(280px, 68vw); height: auto; margin: 0 auto 24px; filter: invert(1) brightness(20); }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px 18px; }
.site-footer nav a, .site-footer__support a { color: #d9e8f2; font-size: 12px; }
.site-footer__support { margin: 20px 0; font-size: 12px; }
.site-footer__disclaimer { max-width: 760px; margin: 0 auto; color: #aab7c1; font-size: 11px; line-height: 1.65; }
.site-footer__copyright { margin: 19px 0 0; color: #758697; font-size: 11px; }
.toast { position: fixed; z-index: 20; right: 18px; bottom: 18px; max-width: min(360px, calc(100vw - 36px)); padding: 12px 15px; color: #fff; border: 1px solid rgba(255, 255, 255, .2); border-radius: 7px; background: #1c2938; box-shadow: var(--shadow); font-size: 13px; }

@media (max-width: 700px) {
  .hero { padding-top: 21px; }
  .brand { margin-bottom: 18px; }
  .vsl-shell__topline, .vsl-shell__foot { padding-inline: 9px; font-size: 8px; }
  .offer-card { grid-template-columns: 1fr; }
  .offer-card__visual { min-height: 295px; padding: 25px; }
  .offer-card__visual img { width: 170px; }
  .offer-card__visual p { margin-top: 8px; font-size: 16px; }
  .value-grid { grid-template-columns: 1fr; }
  .value-grid article { min-height: 0; }
  .guarantee { grid-template-columns: 1fr; text-align: center; }
  .guarantee__seal { margin: 0 auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

.policy-page { min-height: 100vh; background: #f4f6f8; }
.policy-header { padding: 20px 0; border-bottom: 1px solid #2a3950; background: #101927; }
.policy-header .container { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.policy-header img { width: 205px; height: auto; filter: invert(1) brightness(20); }
.policy-header a { color: #d5e6f3; font-size: 13px; font-weight: 700; text-decoration: none; }
.policy-content { width: min(100% - 36px, 780px); margin: 48px auto 70px; padding: clamp(25px, 5vw, 52px); border: 1px solid var(--line); border-radius: 10px; background: #fff; box-shadow: 0 12px 40px rgba(11, 31, 54, .08); }
.policy-content h1 { margin: 0 0 9px; font-size: clamp(27px, 5vw, 38px); line-height: 1.25; }
.policy-content h2 { margin: 29px 0 10px; font-size: 20px; line-height: 1.35; }
.policy-content p, .policy-content li { color: #45515e; }
.policy-content ul { padding-left: 21px; }
.policy-date { margin: 0; color: #6e7884; font-size: 13px; }
.policy-footer { padding: 24px 0; color: #aab7c1; text-align: center; background: #0d1623; font-size: 12px; }
.policy-footer a { color: #d9e8f2; }
@media (max-width: 500px) { .policy-header .container { flex-direction: column; } .policy-header img { width: 185px; } }
.vsl-embed { display: block; width: 100%; height: 100%; border: 0; background: #000; }
