@font-face {
  font-family: "MS Sans";
  src: url("./assets/fonts/ms_sans_serif.woff2") format("woff2");
  font-weight: 400;
}

@font-face {
  font-family: "MS Sans";
  src: url("./assets/fonts/ms_sans_serif_bold.woff2") format("woff2");
  font-weight: 700;
}

@font-face {
  font-family: "DOS VGA";
  src: url("./assets/fonts/PerfectDOSVGA437Win.woff2") format("woff2");
}

:root {
  --black: #030303;
  --panel: #10110f;
  --paper: #f2edd4;
  --paper-deep: #d8cfaa;
  --lime: #c6ff00;
  --blue: #0754e9;
  --red: #ff3232;
  --line: rgba(198, 255, 0, 0.28);
  --muted: #bfc2ad;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: #f6f3df;
  font-family: "MS Sans", Arial, sans-serif;
  letter-spacing: 0;
}

body.modal-open {
  overflow: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 10;
  pointer-events: none;
  background: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 100% 4px;
  opacity: 0.38;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.top-claim,
.qualify-section,
.testimonial-wall,
.result-stack,
.before-after,
.purchase-section,
.video-proof-section,
.more-proof,
footer {
  padding-inline: max(18px, calc((100vw - 1120px) / 2));
}

.top-claim {
  min-height: 100vh;
  display: grid;
  align-content: start;
  gap: 26px;
  padding-top: 24px;
  padding-inline: 24px;
  padding-bottom: 36px;
  text-align: center;
  background:
    linear-gradient(180deg, #070807 0%, #030303 64%, #11120f 100%);
  overflow-x: hidden;
}

.hero-wrap {
  width: 100%;
  max-width: 1680px;
  min-width: 0;
  position: relative;
  margin: 0 auto;
  isolation: isolate;
}

.homepage-hero-plate {
  width: 100%;
  border: 1px solid rgba(198, 255, 0, 0.22);
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.58);
}

.mobile-tv-label {
  display: none;
}

.hero-vsl-player {
  position: absolute;
  left: 65.1%;
  top: 44.1%;
  z-index: 3;
  width: min(700px, 41.7%);
  aspect-ratio: 16 / 9;
  min-height: 0;
  display: grid;
  place-items: center;
  align-content: center;
  gap: clamp(6px, 0.8vw, 12px);
  padding: clamp(18px, 2vw, 30px) clamp(22px, 2.7vw, 42px);
  transform: translate(-50%, -50%);
  border: 0;
  background: #000;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(198, 255, 0, 0.26);
  cursor: pointer;
  transition:
    filter 160ms ease,
    transform 160ms ease;
}

.hero-vsl-player:hover,
.hero-vsl-player:has(.hero-vsl-play:focus-visible) {
  transform: translate(-50%, -50%) scale(1.018);
}

.hero-vsl-video {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
  pointer-events: none;
}

.hero-vsl-play {
  appearance: none;
  position: absolute;
  inset: 0;
  z-index: 3;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.hero-vsl-play:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: -6px;
}

.vsl-modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: none;
  place-items: center;
  padding: 22px;
  background: rgba(0, 0, 0, 0.9);
}

.vsl-modal.is-open {
  display: grid;
}

.vsl-modal-shell {
  position: relative;
  width: min(1100px, 100%);
  background: #050605;
  box-shadow: 0 28px 120px rgba(0, 0, 0, 0.72);
}

.vsl-modal-video {
  width: 100%;
  max-height: calc(100dvh - 92px);
  display: block;
  background: #000;
}

.vsl-modal-close {
  appearance: none;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 2px solid var(--lime);
  background: #050605;
  color: var(--lime);
  font: 30px/1 "MS Sans", Arial, sans-serif;
  cursor: pointer;
  box-shadow: 5px 5px 0 #000;
}

.vsl-modal-close:hover,
.vsl-modal-close:focus-visible {
  background: var(--lime);
  color: #050700;
  outline: none;
}

.hero-sell-line {
  width: min(100%, 1120px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0 auto -8px;
}

.hero-sell-line span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(198, 255, 0, 0.44);
  padding: 0 12px;
  background: rgba(5, 6, 5, 0.82);
  color: var(--lime);
  font-family: "DOS VGA", monospace;
  font-size: 11px;
  line-height: 1.2;
  text-transform: uppercase;
  box-shadow: 4px 4px 0 #000;
}

.hero-vsl-progress {
  height: 6px;
  flex: 1;
  border: 1px solid rgba(198, 255, 0, 0.72);
  background:
    linear-gradient(90deg, var(--lime) 0 38%, transparent 38% 100%),
    rgba(0, 0, 0, 0.58);
  box-shadow: 3px 3px 0 #000;
}

.hero-vsl-eyebrow,
.hero-vsl-note,
.hero-vsl-duration,
.final-aa-card span {
  display: block;
  font-family: "DOS VGA", monospace;
  font-size: 12px;
  line-height: 1.3;
  text-transform: uppercase;
}

.hero-vsl-player strong {
  display: block;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(34px, 5vw, 92px);
  line-height: 0.84;
  text-transform: uppercase;
  text-shadow: 6px 6px 0 #000;
}

.hero-vsl-player strong span {
  display: block;
}

.hero-vsl-note {
  color: #f6f3df;
  font-size: clamp(10px, 1vw, 14px);
}

.hero-vsl-duration {
  color: var(--muted);
  font-size: clamp(9px, 0.85vw, 12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 56px;
  color: var(--lime);
  font-family: "DOS VGA", monospace;
  font-size: 15px;
  text-transform: uppercase;
}

.brand-mark {
  width: 20px;
  height: 20px;
  border: 1px solid var(--lime);
  background: linear-gradient(135deg, var(--lime) 0 50%, #111 50% 100%);
}

.eyebrow,
.primary-cta,
.secondary-cta,
.window-bar,
footer {
  font-family: "DOS VGA", monospace;
  text-transform: uppercase;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--lime);
  font-size: 13px;
  letter-spacing: 0.08em;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: Impact, "Arial Black", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 1030px;
  margin: 0 auto 34px;
  color: var(--lime);
  font-size: clamp(56px, 8vw, 108px);
  line-height: 0.87;
  text-shadow: 7px 7px 0 #000;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(42px, 6vw, 86px);
  line-height: 0.9;
}

h3 {
  margin-bottom: 18px;
  font-size: 34px;
  line-height: 0.95;
}

.video-frame {
  width: min(880px, 100%);
  margin: 0 auto 28px;
  border: 2px solid #001b78;
  background: var(--paper);
  box-shadow: 14px 14px 0 #000;
}

.window-bar {
  display: flex;
  min-height: 30px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 6px 8px;
  background: linear-gradient(180deg, #2e7aff 0%, var(--blue) 48%, #0038b8 100%);
  color: white;
  font-size: 11px;
}

.video-screen {
  position: relative;
  width: 100%;
  min-height: min(56vw, 495px);
  display: grid;
  place-items: center;
  gap: 10px;
  border: 0;
  border-top: 2px solid #001b78;
  background:
    url("./assets/generated/exid-vsl-poster-imagegen-v2.png") center / cover no-repeat;
  color: white;
  cursor: pointer;
}

.video-screen .play-icon,
.video-screen strong,
.video-screen small {
  display: none;
}

.video-screen strong {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 74px;
  color: var(--lime);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 0.92;
  text-transform: uppercase;
  text-shadow: 5px 5px 0 #000;
}

.video-screen small {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 42px;
  color: #f2edd4;
  font-family: "DOS VGA", monospace;
  font-size: 12px;
  text-transform: uppercase;
}

.play-icon {
  position: absolute;
  top: calc(50% - 54px);
  left: calc(50% - 40px);
  width: 0;
  height: 0;
  border-top: 54px solid transparent;
  border-bottom: 54px solid transparent;
  border-left: 82px solid var(--lime);
  filter: drop-shadow(8px 8px 0 #000);
}

.primary-cta,
.secondary-cta {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--lime);
  padding: 0 22px;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-align: center;
  cursor: pointer;
}

.primary-cta {
  background: var(--lime);
  color: #050700;
  box-shadow: 5px 5px 0 #000;
}

.hero-cta {
  min-height: 60px;
  padding-inline: 34px;
  font-size: 16px;
}

.secondary-cta {
  background: transparent;
  color: var(--lime);
}

.qualify-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 400px;
  gap: 42px;
  align-items: start;
  padding-top: 80px;
  padding-bottom: 90px;
  background: var(--paper);
  color: #080908;
}

.qualify-copy p,
.result-copy p,
.more-proof p,
footer p {
  max-width: 660px;
  color: #2b2a1d;
  font-size: 20px;
  line-height: 1.36;
}

.countdown-panel {
  width: 100%;
  display: grid;
  gap: 6px;
  border: 2px solid #111;
  padding: 13px;
  background: #080908;
  color: var(--lime);
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.18);
}

.countdown-panel span {
  font-family: "DOS VGA", monospace;
  font-size: 11px;
  text-transform: uppercase;
}

.countdown-panel strong {
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(48px, 5vw, 56px);
  line-height: 0.9;
}

.aa-signal-card {
  display: grid;
  grid-template-columns: clamp(112px, 11vw, 150px) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  max-width: 620px;
  margin-top: 18px;
  border: 2px solid rgba(198, 255, 0, 0.52);
  padding: 12px;
  background: #070807;
  color: var(--lime);
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.22);
}

.aa-signal-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid rgba(198, 255, 0, 0.46);
  filter: saturate(0.9) contrast(1.12);
}

.aa-strip img {
  width: 76px;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid rgba(198, 255, 0, 0.46);
  filter: saturate(0.9) contrast(1.12);
}

.aa-signal-card span,
.aa-strip span {
  display: block;
  font-family: "DOS VGA", monospace;
  font-size: 11px;
  line-height: 1.35;
  text-transform: uppercase;
}

.aa-signal-card strong {
  display: block;
  margin-top: 6px;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 0.95;
  text-transform: uppercase;
}

.qualify-form {
  display: grid;
  gap: 13px;
  border: 2px solid #111;
  padding: 20px;
  background: linear-gradient(180deg, #fffbe8, var(--paper-deep));
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.2);
}

label {
  display: grid;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
}

.hp-field {
  position: absolute;
  left: -10000px;
  width: 0;
  height: 0;
  border: 0;
  padding: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
}

.hp-field input {
  width: 0;
  min-height: 0;
  height: 0;
  border: 0;
  padding: 0;
}

input {
  width: 100%;
  min-height: 46px;
  border: 2px inset #d1d1d1;
  padding: 0 10px;
  background: white;
  font: 16px "MS Sans", Arial, sans-serif;
}

.form-note {
  margin: 0;
  color: #565037;
  font: 13px/1.35 "MS Sans", Arial, sans-serif;
  text-transform: none;
}

.form-note.is-error {
  color: #9c1c1c;
}

.form-note.is-success {
  color: #486500;
}

.testimonial-wall {
  padding-top: 88px;
  padding-bottom: 96px;
  background: #050605;
}

.section-head {
  max-width: 780px;
  margin: 0 auto 36px;
  text-align: center;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 34px;
}

.testimonial-grid article {
  min-height: 260px;
  border: 2px solid var(--line);
  padding: 19px;
  background: #11130e;
}

.testimonial-grid img {
  width: 100%;
  aspect-ratio: 1.08;
  margin-bottom: 14px;
  border: 1px solid rgba(198, 255, 0, 0.34);
  object-fit: cover;
  filter: saturate(0.92) contrast(1.08);
}

.testimonial-grid strong {
  display: block;
  margin-bottom: 14px;
  color: var(--lime);
  font-family: "DOS VGA", monospace;
  font-size: 11px;
  text-transform: uppercase;
}

.testimonial-grid p {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.05;
}

.centered {
  margin: 0 auto;
  display: flex;
  width: fit-content;
}

.result-stack {
  display: grid;
  gap: 82px;
  padding-top: 104px;
  padding-bottom: 108px;
  background: #0b0d0a;
}

.result-card {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(430px, 1fr);
  gap: 42px;
  align-items: center;
}

.result-card.flip {
  grid-template-columns: minmax(430px, 1fr) minmax(0, 0.78fr);
}

.result-card.flip .result-copy {
  order: 2;
}

.result-copy p {
  color: #d7d1b9;
}

.result-card img {
  width: 100%;
  border: 2px solid #111;
  background: var(--paper);
  box-shadow: 14px 16px 0 #000;
}

.before-after {
  padding-top: 92px;
  padding-bottom: 98px;
  background: var(--paper);
  color: #080908;
  text-align: center;
}

.before-after .eyebrow {
  color: #637800;
}

.aa-strip {
  display: inline-grid;
  grid-template-columns: 72px minmax(0, 420px);
  gap: 14px;
  align-items: center;
  margin: 4px auto 28px;
  border: 2px solid #111;
  padding: 9px 12px;
  background: #080908;
  color: var(--lime);
  text-align: left;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.16);
}

.aa-strip img {
  width: 72px;
}

.ba-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 30px;
  text-align: left;
}

.ba-grid article {
  border: 2px solid #111;
  padding: 25px;
  background: #fffbe8;
}

.ba-grid article:first-child {
  border-color: #9c1c1c;
}

.ba-grid article:last-child {
  border-color: #567300;
}

.ba-grid h3 {
  color: var(--red);
}

.ba-grid article:last-child h3 {
  color: #688500;
}

.ba-grid li {
  margin: 10px 0;
  font-size: 18px;
  line-height: 1.25;
}

.purchase-section {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(360px, 0.9fr) minmax(330px, 420px);
  gap: 28px;
  align-items: center;
  padding-top: 92px;
  padding-bottom: 96px;
  background: #070807;
}

.purchase-copy p,
.purchase-card p {
  max-width: 660px;
  color: #d7d1b9;
  font-size: 20px;
  line-height: 1.36;
}

.purchase-points {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.purchase-points li {
  border: 2px solid rgba(198, 255, 0, 0.32);
  padding: 13px 15px;
  background: #11130e;
  color: #f6f3df;
  font-size: 18px;
  line-height: 1.25;
}

.purchase-preview {
  display: grid;
  gap: 16px;
}

.purchase-cover {
  width: 100%;
  border: 1px solid rgba(198, 255, 0, 0.42);
  background: #11130e;
  box-shadow: 6px 8px 0 #000;
}

.purchase-carousel {
  position: relative;
  display: grid;
  gap: 10px;
  min-width: 0;
}

.purchase-carousel-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.purchase-carousel-bar > span {
  color: var(--lime);
  font-family: "DOS VGA", monospace;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.purchase-carousel-controls {
  display: inline-flex;
  gap: 6px;
}

.purchase-carousel-controls button {
  appearance: none;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(198, 255, 0, 0.62);
  background: #050605;
  color: var(--lime);
  cursor: pointer;
  font: 700 25px / 1 Arial, sans-serif;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.purchase-carousel-controls button:hover,
.purchase-carousel-controls button:focus-visible {
  border-color: var(--lime);
  background: var(--lime);
  color: #050605;
  outline: none;
}

.purchase-carousel::after {
  content: "";
  position: absolute;
  top: 44px;
  right: 0;
  bottom: 20px;
  width: 42px;
  background: linear-gradient(90deg, rgba(7, 8, 7, 0), #070807 74%);
  pointer-events: none;
}

.purchase-thumbs {
  display: flex;
  gap: 12px;
  min-width: 0;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 0 38px 4px 0;
  scroll-padding-inline: 0;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.purchase-thumbs::-webkit-scrollbar {
  display: none;
}

.purchase-thumbs button {
  appearance: none;
  flex: 0 0 min(100%, 460px);
  display: grid;
  min-width: 0;
  border: 0;
  padding: 0;
  background: #0b0c0a;
  color: var(--lime);
  font: inherit;
  cursor: pointer;
  scroll-snap-align: start;
  box-shadow: 7px 7px 0 #000;
}

.purchase-thumbs button:hover,
.purchase-thumbs button:focus-visible {
  box-shadow: 0 0 0 1px var(--lime), 7px 7px 0 #000;
  outline: none;
}

.purchase-thumbs img {
  width: 100%;
  aspect-ratio: 16 / 10;
  border: 0;
  background: #050605;
  object-fit: contain;
  object-position: center;
}

.purchase-thumbs span {
  min-height: 34px;
  border-top: 1px solid rgba(198, 255, 0, 0.22);
  display: grid;
  place-items: center;
  overflow: hidden;
  font-family: "DOS VGA", monospace;
  font-size: 11px;
  letter-spacing: 0.04em;
  line-height: 1.1;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: normal;
}

.purchase-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
}

.purchase-carousel-dots span {
  width: 28px;
  height: 4px;
  background: rgba(198, 255, 0, 0.28);
}

.purchase-carousel-dots span.is-active {
  background: var(--lime);
}

.purchase-card {
  display: grid;
  gap: 18px;
  border: 2px solid rgba(198, 255, 0, 0.34);
  padding: 22px;
  background: #10110f;
  box-shadow: 12px 12px 0 #000;
}

.purchase-card span,
.video-testimonial-grid strong {
  font-family: "DOS VGA", monospace;
  text-transform: uppercase;
}

.purchase-card span {
  color: var(--lime);
  font-size: 12px;
}

.purchase-card strong {
  display: block;
  color: #f6f3df;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 0.88;
  text-transform: uppercase;
  text-shadow: 5px 5px 0 #000;
}

.purchase-card p {
  margin-bottom: 0;
}

.price-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: end;
  border: 2px solid rgba(198, 255, 0, 0.42);
  padding: 12px;
  background: #050605;
}

.price-row s {
  color: #85877b;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 38px;
  line-height: 0.9;
  text-decoration-thickness: 3px;
}

.price-row b {
  color: var(--lime);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(58px, 6vw, 84px);
  line-height: 0.82;
  text-shadow: 5px 5px 0 #000;
}

.price-row em {
  color: #f6f3df;
  font: 11px/1.2 "DOS VGA", monospace;
  font-style: normal;
  text-transform: uppercase;
}

.purchase-facts {
  display: grid;
  gap: 8px;
  margin: 0;
}

.purchase-facts div {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 10px;
  border: 1px solid rgba(198, 255, 0, 0.26);
  padding: 9px 10px;
  background: rgba(0, 0, 0, 0.22);
}

.purchase-facts dt,
.purchase-facts dd {
  margin: 0;
  font-family: "DOS VGA", monospace;
  font-size: 10px;
  line-height: 1.35;
  text-transform: uppercase;
}

.purchase-facts dt {
  color: var(--lime);
}

.purchase-facts dd {
  color: #f6f3df;
}

.purchase-card small {
  color: var(--muted);
  font: 13px/1.35 "MS Sans", Arial, sans-serif;
  text-transform: none;
}

.purchase-card small.is-error {
  color: #ff7373;
}

.video-proof-section {
  padding-top: 84px;
  padding-bottom: 92px;
  background:
    linear-gradient(180deg, rgba(198, 255, 0, 0.05), transparent 34%),
    #080908;
}

.video-testimonial-grid {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.video-testimonial-grid article {
  min-height: 260px;
  display: grid;
  align-content: end;
  gap: 12px;
  border: 2px solid #111;
  padding: 18px;
  background:
    radial-gradient(circle at 50% 36%, rgba(198, 255, 0, 0.18), transparent 34%),
    #080908;
  color: #f6f3df;
  box-shadow:
    inset 0 0 0 1px rgba(198, 255, 0, 0.18),
    9px 9px 0 rgba(0, 0, 0, 0.18);
}

.video-slot-icon {
  width: 62px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 2px solid var(--lime);
  border-radius: 999px;
  background: rgba(198, 255, 0, 0.12);
}

.video-slot-icon::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 6px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 22px solid var(--lime);
}

.video-testimonial-grid strong {
  color: var(--lime);
  font-size: 12px;
}

.video-testimonial-grid p {
  margin: 0;
  color: #d7d1b9;
  font-size: 18px;
}

.more-proof {
  padding-top: 96px;
  padding-bottom: 100px;
  text-align: center;
  background: #050605;
}

.more-proof p {
  margin: 0 auto 26px;
  color: #d7d1b9;
}

.bottom-pdf-preview {
  width: min(1120px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
  grid-auto-rows: 1fr;
  gap: 14px;
  margin: 0 auto 34px;
  text-align: left;
}

.pdf-preview-card {
  appearance: none;
  min-width: 0;
  display: grid;
  gap: 10px;
  border: 2px solid rgba(198, 255, 0, 0.5);
  padding: 10px;
  background: #090a08;
  color: #f6f3df;
  font: inherit;
  text-align: left;
  cursor: pointer;
  box-shadow: 8px 8px 0 #000;
}

.pdf-preview-card.featured {
  grid-row: span 2;
}

.pdf-preview-card:hover,
.pdf-preview-card:focus-visible {
  border-color: var(--lime);
  outline: none;
  transform: translateY(-1px);
}

.pdf-preview-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: top;
  border: 1px solid rgba(198, 255, 0, 0.26);
  background: #030303;
}

.pdf-preview-card span {
  display: grid;
  gap: 5px;
}

.pdf-preview-card strong {
  color: var(--lime);
  font-family: "DOS VGA", monospace;
  font-size: 12px;
  line-height: 1.25;
  text-transform: uppercase;
}

.pdf-preview-card small {
  color: #d7d1b9;
  font-size: 16px;
  line-height: 1.25;
}

.pdf-preview-modal {
  position: fixed;
  inset: 0;
  z-index: 45;
  display: none;
  place-items: center;
  padding: 22px;
  background: rgba(0, 0, 0, 0.9);
}

.pdf-preview-modal.is-open {
  display: grid;
}

.pdf-preview-modal-shell {
  position: relative;
  width: min(1320px, 100%);
  display: grid;
  gap: 10px;
  border: 2px solid rgba(198, 255, 0, 0.58);
  padding: 12px;
  background: #050605;
  color: var(--lime);
  box-shadow: 0 28px 120px rgba(0, 0, 0, 0.72);
}

.pdf-preview-modal-shell img {
  width: 100%;
  max-height: calc(100dvh - 118px);
  object-fit: contain;
  background: #030303;
}

.pdf-preview-modal-shell strong {
  font-family: "DOS VGA", monospace;
  font-size: 13px;
  line-height: 1.25;
  text-transform: uppercase;
}

.pdf-preview-modal-close {
  appearance: none;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 2px solid var(--lime);
  background: #050605;
  color: var(--lime);
  font: 30px/1 "MS Sans", Arial, sans-serif;
  cursor: pointer;
  box-shadow: 5px 5px 0 #000;
}

.pdf-preview-modal-close:hover,
.pdf-preview-modal-close:focus-visible {
  background: var(--lime);
  color: #050700;
  outline: none;
}

.final-aa-card {
  width: min(620px, 100%);
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin: 0 auto 28px;
  border: 2px solid rgba(198, 255, 0, 0.62);
  padding: 12px;
  background: #090a08;
  color: var(--lime);
  text-align: left;
  box-shadow: 10px 10px 0 #000;
}

.final-aa-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid rgba(198, 255, 0, 0.46);
  filter: saturate(0.95) contrast(1.1);
}

.final-aa-card strong {
  display: block;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 0.92;
  text-transform: uppercase;
}

.final-aa-card small {
  display: block;
  margin-top: 8px;
  color: var(--lime);
  font-family: "DOS VGA", monospace;
  font-size: 14px;
  text-transform: uppercase;
}

.final-aa-card small s {
  color: #85877b;
  margin-right: 8px;
}

.final-aa-card small b {
  color: var(--lime);
  font-size: 18px;
}

.more-proof .secondary-cta {
  margin-right: 12px;
}

footer {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 26px;
  align-items: center;
  padding-top: 28px;
  padding-bottom: 28px;
  border-top: 1px solid var(--line);
  background: #030303;
  color: var(--lime);
  font-size: 11px;
}

footer p {
  flex-basis: 100%;
  max-width: 980px;
  margin: 0;
  color: var(--muted);
  font-size: 11px;
}

footer a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (max-width: 900px) {
  .qualify-section,
  .result-card,
  .result-card.flip,
  .purchase-section,
  .ba-grid {
    grid-template-columns: 1fr;
  }

  .purchase-preview {
    max-width: 520px;
    margin: 0 auto;
  }

  .result-card.flip .result-copy {
    order: 0;
  }

  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .video-testimonial-grid {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 560px) {
  .top-claim {
    min-height: auto;
    padding-top: 18px;
    padding-bottom: 36px;
  }

  .brand {
    margin-bottom: 34px;
  }

  h1 {
    font-size: clamp(46px, 17vw, 64px);
    text-shadow: 4px 4px 0 #000;
  }

  .window-bar {
    min-height: 28px;
    font-size: 9px;
  }

  h2 {
    font-size: clamp(34px, 11vw, 42px);
    line-height: 0.94;
    overflow-wrap: anywhere;
    text-wrap: balance;
  }

  .video-screen {
    min-height: 360px;
  }

  .mobile-tv-label {
    position: absolute;
    left: 65.7%;
    top: 22.6%;
    z-index: 2;
    width: 31.5%;
    min-width: 0;
    min-height: clamp(48px, 15vw, 68px);
    display: grid;
    place-items: center;
    align-content: center;
    gap: 2px;
    padding: 6px;
    color: var(--lime);
    text-align: center;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 #000;
    transform: translate(-50%, -54%);
    pointer-events: none;
  }

  .mobile-tv-label span {
    display: block;
    font-family: "DOS VGA", monospace;
    font-size: 11px;
    line-height: 1;
  }

  .mobile-tv-label strong {
    display: block;
    width: 100%;
    min-width: 0;
    font-family: Impact, "Arial Black", sans-serif;
    font-size: clamp(12px, 4.35vw, 18px);
    line-height: 0.88;
    letter-spacing: 0.01em;
    overflow-wrap: anywhere;
    text-wrap: balance;
  }


  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .primary-cta,
  .secondary-cta {
    width: 100%;
  }

  .hero-sell-line {
    gap: 6px;
    margin-bottom: -2px;
  }

  .hero-sell-line span {
    width: 100%;
    justify-content: center;
    min-height: 34px;
    font-size: 12px;
  }

  .aa-signal-card,
  .final-aa-card,
  .aa-strip {
    grid-template-columns: 58px minmax(0, 1fr);
    width: 100%;
  }

  .hero-vsl-player {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 0;
    margin-top: 10px;
    padding: 0;
    transform: none;
    border: 2px solid rgba(198, 255, 0, 0.84);
    background: #000;
    box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.58);
  }

  .hero-vsl-video {
    object-fit: contain;
  }

  .hero-vsl-player:hover,
  .hero-vsl-player:has(.hero-vsl-play:focus-visible) {
    transform: none;
  }

  .hero-vsl-player strong {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    font-size: clamp(34px, 10.4vw, 42px);
    line-height: 0.92;
    overflow-wrap: anywhere;
    text-shadow: 3px 3px 0 #000;
    text-wrap: balance;
  }

  .hero-vsl-eyebrow,
  .hero-vsl-note,
  .hero-vsl-duration,
  .final-aa-card span {
    margin-bottom: 5px;
    font-size: 9px;
  }

  .aa-signal-card img,
  .final-aa-card img,
  .aa-strip img {
    width: 58px;
  }

  .aa-signal-card strong {
    font-size: 22px;
  }

  .final-aa-card strong {
    font-size: 24px;
  }

  .purchase-section {
    padding-top: 72px;
    padding-bottom: 76px;
  }

  .purchase-card strong {
    font-size: clamp(34px, 11vw, 46px);
    line-height: 0.92;
  }

  .purchase-facts div {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .bottom-pdf-preview {
    grid-template-columns: 1fr;
    max-width: 720px;
  }

  .pdf-preview-card.featured {
    grid-row: auto;
  }

  .more-proof .secondary-cta {
    margin: 0 0 12px;
  }
}
