@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("./fonts/plus-jakarta-sans-variable-normal-latin.woff2")
    format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("./fonts/bebas-neue-400-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
:root {
  --bg: #050608;
  --bg-alt: #090b0e;
  --surface: #0d1014;
  --surface-2: #12171d;
  --line: #242a31;
  --line-soft: #171c21;
  --text: #f5f7f8;
  --muted: #aeb6bd;
  --cyan: #54dce6;
  --cyan-dark: #153b40;
  --gold: #efc958;
  --gold-light: #ffe594;
  --gold-dark: #4c3f18;
  --green: #48d597;
  --red: #ff6b75;
  --purple: #a97dff;
  --max: 1160px;
  --narrow: 820px;
  --radius: 10px;
  --font:
    "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  background: var(--bg);
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at 8% 4%, rgba(84, 220, 230, 0.08), transparent 24%),
    radial-gradient(
      circle at 91% 10%,
      rgba(239, 201, 88, 0.06),
      transparent 22%
    ),
    #050608;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
::selection {
  background: var(--cyan);
  color: #061012;
}

.container {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}
.narrow {
  max-width: var(--narrow);
}
.centered {
  text-align: center;
}
.section {
  position: relative;
  padding: 104px 0;
  overflow: hidden;
}
.section-dark {
  border-block: 1px solid var(--line-soft);
  background: var(--bg-alt);
}

.launch-bar {
  position: relative;
  z-index: 50;
  border-bottom: 1px solid var(--gold-dark);
  background: #0c0a04;
}
.launch-inner {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #e9e3ce;
  font-size: 12px;
  letter-spacing: 0.08em;
}
.launch-inner span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.launch-inner b {
  color: var(--gold);
}
.launch-inner i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold);
}
.launch-lesson em {
  color: #99917a;
  font-size: 10px;
  font-style: normal;
  letter-spacing: 0.04em;
}
.launch-price s {
  color: #8d8774;
}
.launch-price strong {
  color: var(--gold);
  font-size: 16px;
}
.launch-inner a {
  color: var(--gold);
  font-weight: 900;
  text-decoration: none;
}

.hero {
  position: relative;
  padding: 48px 0 0;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 88%);
}
.hero::after {
  content: "";
  position: absolute;
  top: -280px;
  right: -180px;
  width: 760px;
  height: 760px;
  border: 1px solid rgba(84, 220, 230, 0.08);
  border-radius: 50%;
  box-shadow:
    0 0 0 100px rgba(84, 220, 230, 0.015),
    0 0 0 220px rgba(84, 220, 230, 0.01);
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.76fr);
  align-items: start;
  gap: 56px;
  padding-bottom: 34px;
}
.hero-copy {
  max-width: 680px;
  padding-top: 38px;
}
.brand-line {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: #89939b;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.2em;
}
.brand-line img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(84, 220, 230, 0.2));
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  flex: 0 0 auto;
  background: currentColor;
}
.eyebrow.cyan {
  color: var(--cyan);
}
.eyebrow.gold {
  color: var(--gold);
}
.centered .eyebrow,
.eyebrow.centered {
  justify-content: center;
}
h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}
h1,
h2 {
  margin: 0;
  letter-spacing: -0.045em;
  text-wrap: balance;
}
h1 {
  max-width: 760px;
  font-size: clamp(42px, 5.1vw, 76px);
  line-height: 0.99;
  font-weight: 900;
}
h1 span,
h2 span {
  color: var(--cyan);
}
h1 mark {
  padding: 0;
  background: transparent;
  color: var(--gold);
}
.hero-lead {
  max-width: 650px;
  margin: 24px 0 0;
  color: #c7cdd2;
  font-size: 18px;
  line-height: 1.65;
}
.hero-lead strong {
  color: var(--text);
}
.watch-link {
  max-width: 430px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
  padding: 13px 16px;
  border: 1px solid var(--cyan-dark);
  border-radius: 7px;
  background: rgba(84, 220, 230, 0.055);
  color: var(--text);
  text-decoration: none;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}
.watch-link:hover {
  transform: translateY(-2px);
  border-color: rgba(84, 220, 230, 0.55);
  background: rgba(84, 220, 230, 0.09);
}
.watch-link-icon {
  width: 40px;
  height: 40px;
  display: grid;
  flex: 0 0 40px;
  place-items: center;
  border-radius: 50%;
  background: var(--cyan);
  color: #061012;
  font-size: 13px;
  box-shadow: 0 0 0 6px rgba(84, 220, 230, 0.08);
}
.watch-link > span:last-child {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.watch-link strong {
  font-size: 12px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.watch-link small {
  color: #89949a;
  font-size: 10px;
  line-height: 1.4;
}
.proof-line {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 28px 0 24px;
  border: 1px solid var(--line);
  background: var(--line);
}
.proof-line span {
  padding: 13px 12px;
  background: var(--surface);
  color: #879198;
  font-size: 11px;
  line-height: 1.45;
}
.proof-line b {
  display: block;
  margin-bottom: 3px;
  color: var(--text);
  font-size: 12px;
}
.hero-price {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 18px;
}
.hero-price > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.hero-price > div small {
  color: #858d92;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.hero-price s {
  color: #7b8186;
  font-size: 18px;
}
.hero-price > strong {
  color: var(--gold);
  font-size: 50px;
  line-height: 1;
  letter-spacing: -0.05em;
}
.hero-price > strong small {
  font-size: 17px;
  vertical-align: top;
}
.hero-price > span {
  padding: 7px 10px;
  border: 1px solid var(--gold-dark);
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.06em;
}
.hero-price > span b {
  color: #d8c999;
  font-size: 9px;
}

.cta-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}
.cta-wrap p {
  margin: 0;
  color: #7d868d;
  font-size: 11px;
}
.centered .cta-wrap,
.instant .cta-wrap,
.closing .cta-wrap {
  align-items: center;
}
.button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 15px 22px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.045em;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  white-space: normal;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}
.button:hover {
  transform: translateY(-2px);
}
.button-primary {
  background: var(--gold);
  color: #0c0b07;
  box-shadow: 0 10px 40px rgba(239, 201, 88, 0.13);
}
.button-primary:hover {
  background: var(--gold-light);
  box-shadow: 0 14px 50px rgba(239, 201, 88, 0.2);
}
.button span {
  font-size: 17px;
}

.hero-proof-line {
  margin-top: 0;
  margin-bottom: 34px;
}
.vsl-column {
  width: 100%;
  max-width: 470px;
  justify-self: end;
  scroll-margin-top: 18px;
}
.vsl-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 10px;
  color: #8e979e;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.vsl-label span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.vsl-label b {
  color: var(--gold);
  font-size: 8px;
  letter-spacing: 0.11em;
}
.vsl-label i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 12px var(--red);
}
.vsl-frame {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  border: 1px solid #52626c;
  border-radius: 12px;
  background: #030405;
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.58),
    0 0 0 5px rgba(84, 220, 230, 0.035),
    0 0 65px rgba(84, 220, 230, 0.09);
}
.vsl-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 6;
  border: 1px solid rgba(255, 255, 255, 0.045);
  border-radius: inherit;
  pointer-events: none;
}
.vsl-frame vturb-smartplayer {
  position: relative;
  z-index: 3;
  min-height: 600px;
}
.vsl-fallback {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  padding: 30px;
  background:
    radial-gradient(
      circle at 50% 32%,
      rgba(84, 220, 230, 0.18),
      transparent 40%
    ),
    linear-gradient(180deg, #080b0e, #030405);
}
.vsl-fallback::after {
  content: "";
  position: absolute;
  inset: 52% 0 0;
  z-index: 1;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.94));
  pointer-events: none;
}
.vsl-fallback .plugin-window {
  opacity: 0.72;
  transform: scale(0.8);
  filter: saturate(0.9);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}
.vsl-fallback:hover .plugin-window {
  opacity: 0.86;
  transform: scale(0.82);
}
.video-badge,
.video-duration {
  position: absolute;
  z-index: 4;
  top: 16px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  background: rgba(4, 6, 8, 0.82);
  color: #dfe5e8;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.video-badge {
  left: 16px;
  color: var(--cyan);
}
.video-duration {
  right: 16px;
  color: var(--gold);
}
.play-button {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 46%;
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: var(--gold);
  color: #0a0904;
  font-size: 25px;
  box-shadow:
    0 0 0 12px rgba(239, 201, 88, 0.12),
    0 10px 42px rgba(0, 0, 0, 0.62);
  animation: play-pulse 2.2s ease-in-out infinite;
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}
.vsl-fallback:hover .play-button {
  transform: translate(-50%, -50%) scale(1.08);
  background: var(--gold-light);
}
.video-play-copy {
  position: absolute;
  z-index: 4;
  left: 24px;
  right: 24px;
  bottom: 28px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: var(--text);
  text-align: center;
}
.video-play-copy strong {
  font-size: 14px;
  letter-spacing: 0.035em;
}
.video-play-copy small {
  color: #aab4ba;
  font-size: 11px;
}
.vsl-frame.is-buffering .play-button {
  color: transparent;
  animation: none;
}
.vsl-frame.is-buffering .play-button::after {
  content: "";
  width: 28px;
  height: 28px;
  border: 3px solid rgba(10, 9, 4, 0.25);
  border-top-color: #0a0904;
  border-radius: 50%;
  animation: play-buffering 0.75s linear infinite;
}
.vsl-caption {
  margin: 14px 0 0;
  padding: 11px 14px;
  border: 1px solid var(--cyan-dark);
  border-radius: 6px;
  background: rgba(84, 220, 230, 0.045);
  color: #8e999f;
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
}
.vsl-caption strong {
  color: var(--text);
}
.vsl-next-step {
  display: grid;
  gap: 4px;
  margin-top: 14px;
  padding: 14px 16px;
  border-left: 2px solid var(--cyan-dark);
  background: rgba(84, 220, 230, 0.025);
  color: #8e999f;
  font-size: 10px;
  line-height: 1.55;
  text-align: center;
}
.vsl-next-step strong {
  color: #dce5e8;
  font-size: 9px;
  letter-spacing: 0.08em;
}
.format-strip {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 4vw, 58px);
  overflow: hidden;
  border-top: 1px solid var(--line-soft);
  background: #07090b;
  color: #60686e;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
  white-space: nowrap;
}

@keyframes play-pulse {
  0%,
  100% {
    box-shadow:
      0 0 0 10px rgba(239, 201, 88, 0.1),
      0 10px 42px rgba(0, 0, 0, 0.62);
  }
  50% {
    box-shadow:
      0 0 0 18px rgba(239, 201, 88, 0.025),
      0 12px 48px rgba(0, 0, 0, 0.68);
  }
}

@keyframes play-buffering {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.section-heading {
  max-width: 850px;
  margin-bottom: 44px;
}
.section-heading.centered {
  margin-inline: auto;
}
h2 {
  font-size: clamp(36px, 5vw, 66px);
  line-height: 1.03;
  font-weight: 900;
}
.section-heading > p:last-child {
  max-width: 680px;
  margin: 20px auto 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}
.problem h2 {
  margin-bottom: 44px;
}
.story-stack {
  position: relative;
  padding: 4px 0 4px 30px;
  border-left: 2px solid var(--cyan);
}
.story-stack p,
.story-stack strong {
  display: block;
  margin: 0;
  padding: 11px 0;
  color: #8f989e;
  font-size: clamp(20px, 3vw, 31px);
  line-height: 1.2;
  letter-spacing: -0.025em;
}
.story-stack strong {
  color: var(--gold);
  font-size: clamp(25px, 4vw, 42px);
}
.section-lead {
  margin: 38px 0 0;
  padding: 22px 24px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: #aeb6bd;
  font-size: 17px;
  line-height: 1.6;
}
.section-lead b {
  color: var(--text);
}

.blocker-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}
.blocker-grid article {
  min-height: 190px;
  padding: 27px;
  background: var(--surface);
}
.blocker-grid b {
  color: var(--red);
  font-size: 11px;
  letter-spacing: 0.15em;
}
.blocker-grid h3 {
  margin: 28px 0 8px;
  color: var(--text);
  font-size: 21px;
}
.blocker-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}
.callout {
  display: grid;
  grid-template-columns: auto 1fr auto auto 1fr;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
  padding: 22px 24px;
  border: 1px solid var(--line);
  background: #07090b;
}
.callout span {
  color: var(--red);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.callout span:nth-of-type(2) {
  color: var(--green);
}
.callout p,
.callout strong {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}
.callout p {
  color: #8c959b;
}
.callout strong {
  color: var(--text);
}
.callout i {
  color: var(--gold);
  font-style: normal;
}

.reveal-section {
  border-block: 1px solid var(--cyan-dark);
  background: #061013;
}
.reveal-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 76px;
}
.reveal-copy > p:not(.eyebrow) {
  margin: 24px 0 0;
  color: #aeb8bd;
  font-size: 17px;
  line-height: 1.7;
}
.reveal-copy > p strong {
  color: var(--text);
}
.three-steps {
  margin-top: 36px;
  border-top: 1px solid #19383c;
}
.three-steps article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 12px;
  padding: 20px 0;
  border-bottom: 1px solid #19383c;
}
.three-steps article > b {
  color: var(--cyan);
  font-size: 11px;
  letter-spacing: 0.12em;
}
.three-steps h3 {
  margin: 0 0 4px;
  font-size: 17px;
}
.three-steps p {
  margin: 0;
  color: #839096;
  font-size: 13px;
}

.plugin-window {
  width: 100%;
  overflow: hidden;
  border: 1px solid #344047;
  border-radius: 9px;
  background: linear-gradient(180deg, #151a20, #090b0e);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.45),
    inset 0 1px rgba(255, 255, 255, 0.04);
  font-family: var(--font);
}
.plugin-topline {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  border-bottom: 1px solid #293139;
  background: #11151a;
}
.plugin-topline div {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.07em;
}
.plugin-topline div i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 12px var(--cyan);
}
.plugin-topline div strong {
  color: var(--cyan);
}
.plugin-topline > span {
  color: #8a969e;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.16em;
}
.plugin-preset {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  margin: 16px;
  padding: 13px 14px;
  border: 1px solid #2c353d;
  background: #0b0e12;
}
.plugin-preset span,
.plugin-preset em {
  color: #8b979e;
  font-size: 8px;
  font-style: normal;
  letter-spacing: 0.11em;
}
.plugin-preset strong {
  font-size: 11px;
  letter-spacing: 0.08em;
}
.plugin-channels {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 0 16px 16px;
}
.plugin-channel {
  display: grid;
  justify-items: center;
  gap: 9px;
  padding: 12px 8px;
  border: 1px solid #242c33;
  background: #0b0e11;
}
.channel-head {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #9aa4aa;
  font-size: 8px;
  font-weight: 900;
}
.channel-head span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.channel-meter {
  width: 8px;
  height: 82px;
  display: flex;
  align-items: end;
  padding: 1px;
  border: 1px solid #2e373e;
  background: #050708;
}
.channel-meter i {
  width: 100%;
  display: block;
  opacity: 0.85;
}
.channel-knob {
  width: 27px;
  height: 27px;
  border: 5px solid #2c343b;
  border-top-color: #cfd5d8;
  border-radius: 50%;
  transform: rotate(-35deg);
}
.plugin-channel small {
  color: #87939a;
  font-size: 7px;
  letter-spacing: 0.1em;
}
.plugin-timeline {
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  gap: 3px;
  padding: 14px 16px;
  border-top: 1px solid #242c33;
  background: #080a0d;
}
.plugin-timeline i {
  height: 28px;
  border: 1px solid #283138;
  background: #11171b;
}
.plugin-timeline i.accent {
  border-color: #3e9299;
  background: #174047;
}
.plugin-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 13px 16px;
  border-top: 1px solid #242c33;
  color: #87939a;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.09em;
}
.plugin-footer strong {
  color: var(--gold);
}

.instant-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  margin: 0 0 38px;
}
.instant-flow article {
  min-height: 170px;
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--surface);
}
.instant-flow article b {
  color: var(--cyan);
  font-size: 10px;
  letter-spacing: 0.12em;
}
.instant-flow h3 {
  margin: 34px 0 7px;
  font-size: 19px;
}
.instant-flow p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}
.instant-flow > i {
  color: var(--gold);
  font-style: normal;
}

.authority-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 72px;
}
.authority-image {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--surface);
}
.authority-image::after {
  content: "";
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.92));
}
.authority-image img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}
.authority-image span {
  position: absolute;
  z-index: 2;
  left: 22px;
  bottom: 20px;
  color: #d7dce0;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
}
.authority-copy > p:not(.eyebrow):not(.signature) {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}
.authority-copy blockquote {
  margin: 30px 0;
  padding: 21px 24px;
  border-left: 3px solid var(--gold);
  background: rgba(239, 201, 88, 0.06);
  color: #e5e8e9;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
}
.signature {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.signature strong {
  font-size: 14px;
}
.signature span {
  color: #7f898f;
  font-size: 11px;
}

.comment-carousel {
  margin-top: 36px;
}
.comment-carousel__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}
.comment-carousel__toolbar p {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 0;
  color: #9ca6ab;
  font-size: 12px;
}
.comment-carousel__toolbar p strong {
  color: var(--cyan);
  font-size: 13px;
  letter-spacing: 0.08em;
}
.comment-carousel__buttons {
  display: flex;
  gap: 8px;
}
.comment-carousel__buttons button {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid #334249;
  border-radius: 50%;
  background: #11171b;
  color: #e8edef;
  cursor: pointer;
  font: inherit;
  font-size: 20px;
  transition:
    border-color 0.2s ease,
    color 0.2s ease,
    opacity 0.2s ease;
}
.comment-carousel__buttons button:hover,
.comment-carousel__buttons button:focus-visible {
  border-color: var(--cyan);
  color: var(--cyan);
  outline: none;
}
.comment-carousel__buttons button:disabled {
  cursor: default;
  opacity: 0.35;
}
.comment-carousel__track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 2px 2px 16px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-color: #3b525a #0a0e11;
  scrollbar-width: thin;
  overscroll-behavior-inline: contain;
}
.comment-carousel__track:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 5px;
}
.comment-card {
  flex: 0 0 min(78vw, 390px);
  min-height: 286px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 26px;
  padding: 24px;
  border: 1px solid #28353b;
  border-radius: 10px;
  background:
    radial-gradient(circle at 85% 0, rgba(84, 220, 230, 0.09), transparent 35%),
    #101519;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
  scroll-snap-align: start;
}
.comment-card__author {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 12px;
}
.comment-card__author > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid #2d656a;
  border-radius: 50%;
  background: #112a2e;
  color: var(--cyan);
  font-size: 15px;
  font-weight: 900;
}
.comment-card__author div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.comment-card__author strong {
  color: #f4f7f8;
  font-size: 14px;
}
.comment-card__author small {
  color: #96a1a6;
  font-size: 10px;
}
.comment-card__author b {
  padding: 5px 7px;
  border: 1px solid #31585c;
  color: #85dce2;
  font-size: 7px;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.comment-card blockquote {
  margin: 0;
  color: #e1e6e8;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
}
.comment-carousel__progress {
  height: 3px;
  margin-top: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #1c272c;
}
.comment-carousel__progress span {
  width: 20%;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--cyan), var(--gold));
  transform: translateX(0);
  transition: transform 0.22s ease;
}
.proof-receipts {
  margin-top: 28px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.proof-receipts summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 2px;
  color: #d7dcde;
  cursor: pointer;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  list-style: none;
}
.proof-receipts summary::-webkit-details-marker {
  display: none;
}
.proof-receipts summary span {
  color: var(--cyan);
  font-size: 22px;
  transition: transform 0.2s ease;
}
.proof-receipts[open] summary span {
  transform: rotate(45deg);
}
.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  gap: 18px;
  padding: 4px 0 24px;
}
.proof-grid figure {
  min-height: 360px;
  display: grid;
  place-items: center;
  overflow: hidden;
  margin: 0;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #111418;
}
.proof-grid img {
  width: 100%;
  max-height: 600px;
  object-fit: contain;
}
.evidence-note {
  margin: 18px 0 0;
  color: #89949a;
  font-size: 10px;
  text-align: center;
}

.compat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  max-width: 820px;
  margin: 0 auto;
  border: 1px solid var(--line);
  background: var(--line);
}
.compat-grid article {
  padding: 32px;
  background: var(--surface);
  text-align: center;
}
.compat-grid b {
  color: var(--cyan);
  font-size: 36px;
  letter-spacing: -0.04em;
}
.compat-grid p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 12px;
}
.daw-cloud {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  max-width: 900px;
  margin: 30px auto 0;
}
.daw-cloud span {
  padding: 9px 13px;
  border: 1px solid var(--line);
  background: #090b0e;
  color: #aab2b7;
  font-size: 11px;
  font-weight: 800;
}
.compat-note {
  margin: 26px 0 0;
  color: #7f898f;
  font-size: 12px;
  text-align: center;
}

.identity-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 60px;
}
.identity-grid > div:first-child > p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.7;
}
.decision-table {
  border: 1px solid var(--line);
  background: var(--line);
}
.decision-table > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line);
}
.decision-table span,
.decision-table strong {
  padding: 17px 19px;
  background: var(--surface);
  font-size: 12px;
  line-height: 1.5;
}
.decision-table span {
  color: #8c969c;
  font-weight: 500;
}
.decision-table strong {
  color: var(--text);
}
.decision-table > div:first-child span,
.decision-table > div:first-child strong {
  background: #151b20;
  color: var(--cyan);
  font-size: 9px;
  letter-spacing: 0.12em;
}
.decision-table > div:first-child strong {
  color: var(--gold);
}

.genre-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}
.genre-grid article {
  min-height: 230px;
  padding: 29px;
  background: var(--surface);
}
.genre-grid b {
  color: var(--gold);
  font-size: 10px;
  letter-spacing: 0.12em;
}
.genre-grid h3 {
  margin: 64px 0 10px;
  font-size: 19px;
  letter-spacing: 0.02em;
}
.genre-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.offer {
  border-block: 1px solid var(--gold-dark);
  background:
    radial-gradient(
      circle at 80% 50%,
      rgba(239, 201, 88, 0.08),
      transparent 28%
    ),
    #0a0905;
}
.offer-grid {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  align-items: center;
  gap: 74px;
}
.offer-copy > p:not(.eyebrow) {
  max-width: 650px;
  color: #aba797;
  font-size: 16px;
  line-height: 1.7;
}
.stack {
  margin-top: 34px;
  border: 1px solid #3c351d;
  background: #1c180d;
}
.stack > div {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 16px;
  border-bottom: 1px solid #342e19;
  background: #0e0c08;
}
.stack > div:last-child {
  border-bottom: 0;
}
.stack span {
  color: #aaa58f;
  font-size: 13px;
}
.stack span b {
  display: inline-grid;
  width: 25px;
  height: 25px;
  place-items: center;
  margin-right: 10px;
  border: 1px solid #4e4321;
  color: var(--gold);
  font-size: 8px;
}
.price-card {
  position: relative;
  padding: 38px;
  scroll-margin-top: clamp(16px, 3vw, 28px);
  scroll-margin-block-start: clamp(16px, 3vw, 28px);
  border: 1px solid var(--gold);
  border-radius: 8px;
  background: #0f0d08;
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.35),
    0 0 60px rgba(239, 201, 88, 0.05);
  text-align: center;
}
.price-card:focus {
  outline: none;
}
.price-card:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 5px;
}
.discount-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  padding: 8px 20px;
  transform: translateX(-50%);
  background: var(--gold);
  color: #0b0903;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.price-card > p:first-of-type {
  margin: 7px 0 4px;
  color: #a49b80;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.13em;
}
.price-card > s {
  display: block;
  color: #817b69;
  font-size: 24px;
}
.price-card > small {
  display: block;
  margin: 22px 0 0;
  color: var(--gold);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.14em;
}
.price-number {
  color: var(--gold);
  font-size: 88px;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.07em;
}
.price-number sup {
  margin-right: 6px;
  font-size: 19px;
  vertical-align: top;
}
.price-card > span {
  color: #9e9883;
  font-size: 11px;
}
.savings {
  margin: 18px 0;
  padding: 10px;
  border: 1px solid #43391b;
  background: #181305;
  color: var(--gold);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.price-card .button {
  width: 100%;
}
.price-card ul {
  display: grid;
  gap: 9px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.price-card li {
  position: relative;
  padding-left: 20px;
  color: #a9a38f;
  font-size: 11px;
}
.price-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 900;
}
.checkout-note {
  margin: 20px 0 0 !important;
  color: #9c9277 !important;
  font-size: 9px !important;
}

.guarantee-grid {
  display: grid;
  grid-template-columns: 240px 1fr;
  align-items: center;
  gap: 50px;
  max-width: 900px;
}
.guarantee-number {
  width: 220px;
  height: 220px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold-dark);
  border-radius: 50%;
  color: var(--gold);
  font-size: 128px;
  font-weight: 900;
  letter-spacing: -0.08em;
  box-shadow: inset 0 0 60px rgba(239, 201, 88, 0.05);
}
.guarantee-grid > div:last-child > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}
.guarantee-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 22px;
  color: #aab3b8;
  font-size: 11px;
}
.guarantee-points span::first-letter {
  color: var(--green);
}

.faq-list {
  border-top: 1px solid var(--line);
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  min-height: 70px;
  display: grid;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  cursor: pointer;
  color: #e4e7e9;
  font-size: 15px;
  font-weight: 800;
  list-style: none;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary b {
  color: var(--cyan);
  font-size: 9px;
  letter-spacing: 0.1em;
}
.faq-list summary span {
  color: var(--gold);
  font-size: 23px;
  font-weight: 400;
  transition: transform 0.2s ease;
}
.faq-list details[open] summary span {
  transform: rotate(45deg);
}
.faq-list details > p {
  margin: 0;
  padding: 0 48px 24px 50px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.closing {
  padding-block: 120px;
}
.closing-choice {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: stretch;
  gap: 18px;
  margin: 42px 0;
}
.closing-choice article {
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--surface);
  text-align: left;
}
.closing-choice article:last-child {
  border-color: var(--cyan-dark);
  background: #081215;
}
.closing-choice small {
  color: var(--red);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.closing-choice article:last-child small {
  color: var(--cyan);
}
.closing-choice p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}
.closing-choice > b {
  align-self: center;
  color: var(--gold);
  font-size: 10px;
}
.closing-offer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 20px;
}
.closing-offer s {
  color: #899299;
  font-size: 20px;
}
.closing-offer strong {
  color: var(--gold);
  font-size: 50px;
  letter-spacing: -0.05em;
}
.closing-offer span {
  padding: 6px 9px;
  border: 1px solid var(--gold-dark);
  color: var(--gold);
  font-size: 9px;
  font-weight: 900;
}

footer {
  padding: 34px 0 90px;
  border-top: 1px solid var(--line-soft);
  background: #050608;
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.footer-inner > div {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-inner img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}
.footer-inner span {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.footer-inner strong {
  font-size: 11px;
  letter-spacing: 0.08em;
}
.footer-inner small,
.footer-inner p {
  margin: 0;
  color: #879198;
  font-size: 9px;
}

@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .hero-copy {
    max-width: 760px;
    padding-top: 0;
  }
  .vsl-column {
    max-width: 470px;
    justify-self: center;
  }
  .reveal-grid,
  .authority-grid,
  .offer-grid {
    grid-template-columns: 1fr;
  }
  .reveal-grid {
    gap: 48px;
  }
  .reveal-grid .plugin-window {
    max-width: 700px;
  }
  .authority-grid {
    gap: 40px;
  }
  .authority-image {
    min-height: 440px;
  }
  .authority-image img {
    min-height: 440px;
  }
  .identity-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .genre-grid {
    grid-template-columns: 1fr 1fr;
  }
  .offer-grid {
    max-width: 720px;
  }
  .price-card {
    max-width: 500px;
    width: 100%;
    justify-self: center;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(calc(100% - 28px), var(--max));
  }
  .section {
    padding: 76px 0;
  }
  .launch-inner {
    min-height: 44px;
    justify-content: center;
  }
  .launch-lesson {
    display: inline-flex;
  }
  .launch-lesson em {
    display: none;
  }
  .launch-inner a {
    display: none;
  }
  .hero {
    padding-top: 24px;
  }
  .hero-grid {
    gap: 18px;
    padding-bottom: 28px;
  }
  .brand-line {
    gap: 9px;
    margin-bottom: 14px;
    font-size: 9px;
    letter-spacing: 0.15em;
  }
  .brand-line img {
    width: 28px;
    height: 28px;
  }
  .eyebrow {
    font-size: 9px;
  }
  h1 {
    font-size: clamp(35px, 9.6vw, 46px);
    line-height: 1;
  }
  h2 {
    font-size: clamp(34px, 10vw, 50px);
  }
  .hero-lead {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.5;
  }
  .watch-link {
    display: none;
  }
  .proof-line {
    grid-template-columns: 1fr;
  }
  .proof-line span {
    display: grid;
    grid-template-columns: 130px 1fr;
    align-items: center;
    gap: 8px;
  }
  .proof-line b {
    margin: 0;
  }
  .vsl-label {
    margin-bottom: 8px;
  }
  .play-button {
    top: 42%;
  }
  .hero-proof-line {
    margin-bottom: 24px;
  }
  .format-strip {
    justify-content: flex-start;
    padding-left: 18px;
    animation: none;
    overflow-x: auto;
  }
  .blocker-grid {
    grid-template-columns: 1fr 1fr;
  }
  .callout {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .callout i {
    transform: rotate(90deg);
  }
  .instant-flow {
    grid-template-columns: 1fr;
  }
  .instant-flow > i {
    transform: rotate(90deg);
    text-align: center;
  }
  .instant-flow article {
    min-height: auto;
  }
  .instant-flow h3 {
    margin-top: 22px;
  }
  .proof-grid {
    grid-template-columns: 1fr;
    max-width: 430px;
    margin-inline: auto;
  }
  .comment-card {
    flex-basis: min(84vw, 360px);
  }
  .compat-grid {
    grid-template-columns: 1fr;
  }
  .decision-table span,
  .decision-table strong {
    padding: 14px 12px;
    font-size: 10px;
  }
  .guarantee-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }
  .guarantee-number {
    width: 160px;
    height: 160px;
    margin: 0 auto;
    font-size: 94px;
  }
  .guarantee-grid .eyebrow {
    justify-content: center;
  }
  .guarantee-points {
    justify-content: center;
  }
  .closing-choice {
    grid-template-columns: 1fr;
  }
  .closing-choice > b {
    justify-self: center;
  }
  .footer-inner {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 520px) {
  .section {
    padding: 66px 0;
  }
  .button {
    width: 100%;
    padding-inline: 16px;
    font-size: 11px;
  }
  .comment-carousel__toolbar {
    align-items: flex-end;
  }
  .comment-carousel__toolbar p {
    display: block;
  }
  .comment-carousel__toolbar p span {
    display: block;
    margin-top: 4px;
  }
  .comment-card {
    flex-basis: calc(100vw - 48px);
    min-height: 270px;
    padding: 20px;
  }
  .comment-card__author {
    grid-template-columns: 40px 1fr;
  }
  .comment-card__author b {
    grid-column: 2;
    justify-self: start;
  }
  .comment-card blockquote {
    font-size: 16px;
  }
  .vsl-fallback {
    padding: 10px;
  }
  .video-badge,
  .video-duration {
    top: 10px;
    padding: 7px 8px;
  }
  .video-badge {
    left: 10px;
  }
  .video-duration {
    right: 10px;
  }
  .play-button {
    width: 76px;
    height: 76px;
    font-size: 22px;
  }
  .video-play-copy {
    left: 14px;
    right: 14px;
    bottom: 18px;
  }
  .video-play-copy strong {
    font-size: 12px;
  }
  .blocker-grid {
    grid-template-columns: 1fr;
  }
  .blocker-grid article {
    min-height: 155px;
  }
  .plugin-preset {
    grid-template-columns: 1fr auto;
  }
  .plugin-preset span {
    display: none;
  }
  .plugin-channels {
    gap: 4px;
    padding-inline: 8px;
  }
  .plugin-channel {
    padding-inline: 4px;
  }
  .plugin-footer {
    gap: 4px;
    font-size: 5px;
  }
  .genre-grid {
    grid-template-columns: 1fr;
  }
  .genre-grid article {
    min-height: 180px;
  }
  .genre-grid h3 {
    margin-top: 42px;
  }
  .price-card {
    padding: 34px 20px 28px;
  }
  .price-number {
    font-size: 76px;
  }
  .stack span {
    font-size: 11px;
  }
  .stack span b {
    display: none;
  }
  .faq-list summary {
    grid-template-columns: 30px 1fr auto;
    font-size: 13px;
  }
  .faq-list details > p {
    padding-left: 42px;
    padding-right: 12px;
  }
  .closing-offer {
    flex-wrap: wrap;
  }
}

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

.vsl-frame {
  min-height: 0;
  aspect-ratio: 16 / 9;
}
.vsl-frame > .vsl-fallback {
  z-index: 2;
  width: 100%;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
}
.play-button {
  border: 0;
  text-decoration: none;
  cursor: pointer;
}
.vsl-video {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease;
}
.vsl-video.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.vsl-loading,
.vsl-error {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.88);
  color: #fff;
  text-align: center;
  font-weight: 700;
}
.vsl-error button {
  margin-top: 12px;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid var(--gold);
  border-radius: 4px;
  background: transparent;
  color: var(--gold);
  cursor: pointer;
}

/* Método Secreto DCWK 3.0: aviso legal no rodapé */
.footer-legal {
  margin: 0 auto;
  padding-bottom: 28px;
  color: #6f7a80;
  font-size: 11px;
  line-height: 1.5;
}
