:root {
  --race-black: #05070a;
  --race-panel: #0c1118;
  --race-panel-2: #111a23;
  --race-white: #f4f1e9;
  --race-muted: #a8b0b7;
  --race-cyan: #00d9ff;
  --race-blue: #006dff;
  --race-orange: #ff642b;
  --race-line: rgba(101, 226, 255, 0.2);
}

html {
  background: var(--race-black);
}

body {
  background:
    linear-gradient(115deg, transparent 0 47%, rgba(0, 217, 255, 0.025) 47% 48%, transparent 48% 100%),
    var(--race-black);
  color: var(--race-white);
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    repeating-linear-gradient(120deg, transparent 0 68px, rgba(255, 255, 255, 0.015) 69px 70px),
    radial-gradient(circle at 86% 8%, rgba(0, 109, 255, 0.13), transparent 31rem);
}

.scene-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: var(--race-cyan);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.2em;
}

.scene-label::before {
  content: '';
  width: 28px;
  height: 3px;
  background: var(--race-orange);
  transform: skewX(-28deg);
}

.site-header {
  min-height: 76px;
  border-bottom: 1px solid rgba(0, 217, 255, 0.26);
  background: rgba(5, 7, 10, 0.9);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(16px);
}

.wordmark strong {
  color: var(--race-white);
  font-style: italic;
  letter-spacing: 0.13em;
}

nav a {
  color: #bdc6cc;
  font-size: 0.88rem;
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 68% 45%, rgba(0, 109, 255, 0.2), transparent 34rem),
    linear-gradient(110deg, #05070a 0%, #07101a 55%, #05070a 100%);
}

.hero::before {
  content: 'A                                      B';
  position: absolute;
  left: 6vw;
  right: 6vw;
  bottom: 5vh;
  overflow: hidden;
  border-top: 1px dashed rgba(0, 217, 255, 0.34);
  padding-top: 10px;
  color: rgba(0, 217, 255, 0.55);
  font: 800 0.74rem/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.15em;
  white-space: pre;
}

.hero-inner {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.95fr);
  gap: clamp(36px, 5vw, 82px);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 900px;
}

.hero h1 {
  max-width: 900px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: clamp(4.3rem, 8.2vw, 9rem);
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 0.82;
  text-transform: uppercase;
  text-shadow: 0 16px 40px rgba(0, 0, 0, 0.48);
}

.hero h1 .hero-product {
  display: block;
  color: var(--race-white);
}

.hero h1 em {
  display: block;
  max-width: 760px;
  margin-top: 0.26em;
  color: var(--race-cyan);
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 0.43em;
  font-style: italic;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 0.98;
}

.hero-copy > p:not(.scene-label) {
  max-width: 650px;
  margin-top: 30px;
  color: #c1c8cd;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.65;
}

.hero-cue {
  min-height: 50px;
  align-items: center;
  padding: 0 22px;
  border: 1px solid rgba(0, 217, 255, 0.46);
  border-radius: 4px;
  background: rgba(0, 217, 255, 0.07);
  color: var(--race-white);
  font-size: 0.85rem;
  font-style: italic;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: skewX(-7deg);
}

.hero small {
  margin-top: 18px;
  color: #8f9aa2;
  font-size: 0.82rem;
}

.hero-mark {
  position: relative;
  width: min(52vw, 790px);
  aspect-ratio: 1.55;
  border: 1px solid rgba(0, 217, 255, 0.24);
  border-radius: 8px;
  background: #070a0e;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.5), 0 0 70px rgba(0, 109, 255, 0.1);
  clip-path: polygon(7% 0, 100% 0, 100% 86%, 93% 100%, 0 100%, 0 14%);
}

.hero-mark::before {
  content: 'IMPULSO ACTIVADO';
  position: absolute;
  right: 18px;
  top: 16px;
  z-index: 2;
  padding: 8px 10px;
  border-left: 3px solid var(--race-orange);
  background: rgba(5, 7, 10, 0.78);
  color: var(--race-white);
  font: 900 0.72rem/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.12em;
}

.hero-mark::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 7, 10, 0.38), transparent 48%), linear-gradient(0deg, rgba(5, 7, 10, 0.35), transparent 38%);
}

.hero-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 66% center;
  filter: saturate(0.9) contrast(1.07) brightness(0.8);
}

.light-section {
  background: var(--race-panel);
  color: var(--race-white);
}

.explain {
  position: relative;
  border-top: 1px solid var(--race-line);
  border-bottom: 1px solid var(--race-line);
  background:
    linear-gradient(135deg, transparent 0 72%, rgba(255, 100, 43, 0.055) 72% 74%, transparent 74%),
    #0b1016;
}

.section-heading h2,
.demo-heading h2,
.benefits h2,
.reuse h2,
.closing h2 {
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 0.92;
  text-transform: uppercase;
}

.explain-grid {
  gap: 12px;
}

.explain-grid article {
  position: relative;
  overflow: hidden;
  min-height: 270px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 3px solid var(--race-orange);
  background: linear-gradient(145deg, #121a23, #090d12);
  clip-path: polygon(0 0, 94% 0, 100% 12%, 100% 100%, 0 100%);
}

.explain-grid article:nth-child(2) {
  border-top-color: var(--race-blue);
}

.explain-grid article:nth-child(3) {
  border-top-color: var(--race-cyan);
}

.explain-grid article::after {
  content: '';
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(0, 217, 255, 0.12);
  border-radius: 50%;
}

.explain-grid span {
  color: var(--race-cyan);
  font-size: 0.82rem;
}

.explain-grid h3 {
  margin-top: 54px;
  color: var(--race-white);
  font-size: 1.5rem;
}

.explain-grid p {
  color: var(--race-muted);
  font-size: 1rem;
}

.demo-section {
  position: relative;
  background:
    radial-gradient(circle at 12% 16%, rgba(255, 100, 43, 0.11), transparent 25rem),
    radial-gradient(circle at 85% 55%, rgba(0, 109, 255, 0.13), transparent 32rem),
    #05070a;
}

.demo-section::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(115deg, transparent 0 110px, rgba(255, 255, 255, 0.018) 111px 112px);
}

.demo-heading,
.demo-wrap {
  position: relative;
  z-index: 1;
}

.demo-nitro-rig {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(260px, 430px) minmax(220px, 1fr);
  align-items: center;
  gap: clamp(20px, 5vw, 72px);
  width: min(1050px, 100%);
  margin: -32px auto 30px;
  padding: 0 clamp(12px, 3vw, 34px);
}

.demo-nitro-rig img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 22px 34px rgba(0, 109, 255, 0.28)) drop-shadow(0 0 18px rgba(0, 217, 255, 0.2));
  transform: rotate(-2deg);
}

.demo-nitro-rig span {
  padding: 18px 0 18px 24px;
  border-left: 3px solid var(--race-orange);
  color: #b8c5cc;
  font: 800 0.78rem/1.7 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.12em;
}

.demo-wrap {
  isolation: isolate;
  padding: clamp(14px, 2.2vw, 28px);
  border: 1px solid transparent;
  border-radius: 14px;
  background:
    linear-gradient(#05070a, #05070a) padding-box,
    linear-gradient(105deg, #ff4d1c 0%, #ff9a39 20%, #00d9ff 52%, #006dff 76%, #ff4d1c 100%) border-box;
  box-shadow:
    0 0 0 1px rgba(0, 217, 255, 0.08),
    0 0 34px rgba(0, 109, 255, 0.18),
    0 0 52px rgba(255, 77, 28, 0.12),
    inset 0 0 46px rgba(0, 109, 255, 0.045);
  animation: demoBoostGlow 3.8s ease-in-out infinite alternate;
}

.demo-wrap::before,
.demo-wrap::after {
  content: '';
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.demo-wrap::before {
  inset: -10px 8% auto;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(90deg, transparent, #ff4d1c, #ffd064, #00d9ff, transparent);
  filter: blur(9px);
  opacity: 0.72;
}

.demo-wrap::after {
  right: 7%;
  bottom: -11px;
  left: 7%;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(90deg, transparent, #006dff, #00d9ff, #ff6b2b, transparent);
  filter: blur(10px);
  opacity: 0.58;
}

.demo-start {
  border-radius: 4px;
  background: linear-gradient(120deg, #ff4d1c, #ff7a2f);
  box-shadow: 0 10px 0 #8f2710, 0 22px 44px rgba(255, 82, 29, 0.22);
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 1.05rem;
  font-style: italic;
}

.demo-app,
.demo-step {
  border-color: rgba(0, 217, 255, 0.24);
  border-radius: 10px;
  background: linear-gradient(145deg, #101923, #080d12);
}

.demo-app {
  box-shadow: 0 35px 100px rgba(0, 0, 0, 0.55), inset 0 1px rgba(255, 255, 255, 0.04);
}

.demo-state-tag {
  border-radius: 3px;
  transform: skewX(-8deg);
}

.demo-state-tag.before {
  background: #e6e9e8;
  color: #12171b;
}

.demo-state-tag.after {
  background: var(--race-orange);
  color: #170903;
}

.demo-transform span {
  background: var(--race-orange);
  box-shadow: 0 0 30px rgba(255, 100, 43, 0.4);
}

.demo-transform strong {
  color: #ff956c;
  font-size: 0.78rem;
}

.instruction pre {
  border-color: rgba(0, 217, 255, 0.34);
  background:
    linear-gradient(180deg, rgba(0, 109, 255, 0.065), transparent 18%),
    #020a10;
  box-shadow: inset 3px 0 0 var(--race-cyan), inset 0 0 38px rgba(0, 109, 255, 0.06);
}

.done .instruction pre {
  animation: resultIgnition 0.7s ease-out both;
}

.benefits {
  position: relative;
  border-top: 1px solid var(--race-line);
  border-bottom: 1px solid rgba(255, 100, 43, 0.18);
  background:
    linear-gradient(100deg, transparent 0 68%, rgba(0, 217, 255, 0.045) 68% 69%, transparent 69%),
    #11161c;
}

.benefit-copy {
  padding: clamp(24px, 4vw, 46px);
  border: 1px solid rgba(0, 217, 255, 0.18);
  border-left: 4px solid var(--race-orange);
  background: #090d12;
  clip-path: polygon(0 0, 96% 0, 100% 10%, 100% 100%, 0 100%);
}

.benefit-copy p,
.benefit-copy li {
  color: #c1c8cd;
  font-size: 1rem;
}

.benefit-copy li::before {
  color: var(--race-cyan);
}

.reuse {
  background:
    radial-gradient(circle at 15% 55%, rgba(0, 109, 255, 0.12), transparent 30rem),
    var(--race-black);
}

.saved-board {
  border: 1px solid rgba(0, 217, 255, 0.24);
  border-radius: 8px;
  background: linear-gradient(145deg, #121a23, #080d12);
}

.saved-board header {
  border-bottom-color: rgba(0, 217, 255, 0.22);
  background: rgba(0, 217, 255, 0.04);
}

.saved-board header strong::before {
  content: 'RUTA / ';
  color: var(--race-orange);
}

.saved-board article {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.saved-board article > span,
.saved-board header span {
  color: var(--race-cyan);
}

.pricing {
  position: relative;
  background:
    linear-gradient(115deg, transparent 0 72%, rgba(0, 109, 255, 0.06) 72% 73%, transparent 73%),
    #080c11;
}

.price-card {
  position: relative;
  padding: clamp(38px, 6vw, 72px);
  border: 1px solid rgba(0, 217, 255, 0.28);
  border-top: 4px solid var(--race-orange);
  border-radius: 10px;
  background: linear-gradient(145deg, #151d25, #090d12);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.46);
  clip-path: polygon(0 0, 96% 0, 100% 5%, 100% 100%, 4% 100%, 0 95%);
}

.all-this {
  color: #c5cbd0;
  font-family: inherit;
  font-size: 1.2rem;
}

.price-card h2 {
  color: var(--race-white);
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-style: italic;
  text-shadow: 0 0 42px rgba(0, 217, 255, 0.16);
}

.hotmart-trust {
  border-radius: 6px;
  box-shadow: 0 14px 45px rgba(0, 0, 0, 0.24);
}

.price-card ul,
.tax-note {
  color: #b7c0c6;
}

.cta.dark {
  border-radius: 4px;
  background: linear-gradient(120deg, var(--race-cyan), #27f0cf);
  color: #031013;
  font-style: italic;
  box-shadow: 0 14px 34px rgba(0, 217, 255, 0.2);
}

.closing {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 48%, rgba(0, 109, 255, 0.18), transparent 30rem),
    linear-gradient(180deg, #070a0e, #030507);
}

.closing::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--race-orange), var(--race-cyan), transparent);
  box-shadow: 0 0 25px var(--race-cyan);
}

.closing em {
  color: var(--race-cyan) !important;
}

footer {
  background: #030507;
  border-top-color: rgba(0, 217, 255, 0.18);
}

@keyframes demoBoostGlow {
  from {
    box-shadow: 0 0 24px rgba(0, 109, 255, 0.14), 0 0 38px rgba(255, 77, 28, 0.08), inset 0 0 34px rgba(0, 109, 255, 0.04);
  }
  to {
    box-shadow: 0 0 42px rgba(0, 217, 255, 0.2), 0 0 62px rgba(255, 77, 28, 0.16), inset 0 0 52px rgba(0, 109, 255, 0.07);
  }
}

@keyframes resultIgnition {
  from {
    opacity: 0.35;
    transform: translateY(10px);
    box-shadow: inset 3px 0 0 var(--race-orange), 0 0 32px rgba(255, 77, 28, 0.24);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 850px) {
  .hero-inner {
    grid-template-columns: 1fr;
  }

  .hero-mark {
    order: -1;
    width: 100%;
    aspect-ratio: 2.25;
  }

  .hero h1 {
    font-size: clamp(4rem, 13vw, 6.8rem);
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 64px;
  }

  .hero-inner {
    padding-top: 92px;
  }

  .hero-mark {
    aspect-ratio: 1.55;
    clip-path: polygon(5% 0, 100% 0, 100% 88%, 95% 100%, 0 100%, 0 12%);
  }

  .hero-mark::before {
    right: 10px;
    top: 10px;
    font-size: 0.64rem;
  }

  .hero h1 {
    font-size: clamp(3.7rem, 17vw, 5.2rem);
  }

  .hero h1 em {
    font-size: 0.42em;
  }

  .hero-cue {
    width: 100%;
    justify-content: center;
  }

  .section-heading h2,
  .demo-heading h2,
  .benefits h2,
  .reuse h2 {
    font-size: clamp(2.8rem, 13vw, 4rem);
  }

  .demo-nitro-rig {
    grid-template-columns: 1fr;
    gap: 6px;
    margin: -14px auto 26px;
    padding: 0;
  }

  .demo-nitro-rig img {
    width: min(92%, 420px);
    margin: 0 auto;
  }

  .demo-nitro-rig span {
    padding: 12px 10px;
    border-left: 0;
    border-top: 2px solid var(--race-orange);
    text-align: center;
    font-size: 0.65rem;
  }

  .demo-wrap {
    padding: 9px;
    border-radius: 12px;
  }

  .explain-grid article {
    min-height: 225px;
  }

  .benefit-copy {
    clip-path: none;
  }

  .price-card {
    padding: 34px 18px;
    clip-path: polygon(0 0, 94% 0, 100% 4%, 100% 100%, 6% 100%, 0 96%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-cue {
    transform: none;
  }

  .demo-wrap,
  .done .instruction pre {
    animation: none;
  }
}
