:root {
  --bg: #000000;
  --surface: #09030f;
  --surface-soft: #13081e;
  --text: #ffffff;
  --muted: rgba(255, 255, 255, 0.86);
  --accent: #ae63ff;
  --accent-soft: #f0deff;
  --accent-deep: #6c20d6;
  --line: rgba(174, 99, 255, 0.16);
  --hero-image: url("assets/bg-mobile.jpg");
  --hero-image-desktop: url("assets/bg-lp-afiliado.png");
  --container-max: 460px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: "Manrope", "DM Sans", sans-serif;
  background:
    radial-gradient(circle at 50% 0%, rgba(174, 99, 255, 0.14), transparent 16%),
    radial-gradient(circle at 50% 24%, rgba(108, 32, 214, 0.08), transparent 28%),
    linear-gradient(180deg, #05020a 0%, #000000 100%);
  color: var(--text);
}

.page-shell {
  position: relative;
  overflow-x: clip;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: center;
  padding: 10px 12px;
  background: rgba(10, 4, 16, 0.92);
}

.brand-logo {
  width: auto;
  height: 42px;
  object-fit: contain;
}

.hero-content {
  width: min(var(--container-max), calc(100% - 24px));
  margin: 0 auto;
}

.hero,
.social-section,
.opening-video-section,
.paths-section,
.footer {
  background: transparent;
}

.hero {
  position: relative;
  padding: 0 0 36px;
  background:
    radial-gradient(circle at 50% 18%, rgba(161, 88, 255, 0.2), transparent 24%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(8, 2, 14, 0.22) 22%, rgba(0, 0, 0, 0.76) 62%, rgba(0, 0, 0, 1) 100%),
    var(--hero-image) center top / cover no-repeat;
}


.hero-glow {
  display: none;
}

.headline-panel {
  padding-top: 214px;
  text-align: center;
}

.eyebrow {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent-soft);
  text-shadow: 0 0 14px rgba(174, 99, 255, 0.26);
}

.hero-brand {
  display: block;
  width: 250px;
  margin: 0 auto 2px;
}

.headline-panel h1,
.section-title h2,
.player-head h2,
.path-card h3 {
  margin: 6px 0 0;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.9;
  text-align: center;
  text-shadow:
    0 0 18px rgba(174, 99, 255, 0.1),
    0 0 48px rgba(174, 99, 255, 0.04);
}

.headline-panel h1 {
  font-size: 3.05rem;
}

.assista-kicker,
.hero-subtitle,
.hero-description,
.proof-card p,
.path-card p {
  margin: 0;
  color: var(--muted);
}

.hero-copy {
  max-width: 330px;
  margin: 14px auto 0;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.28);
}

.hero-copy strong {
  font-weight: 900;
}

.assista-kicker {
  margin-top: 16px;
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 18px;
}

.photos-card {
  display: none;
}

.video-vertical-frame,
.video-media {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #181818;
}

.video-vertical-frame {
  min-height: 235px;
  border: 1px solid rgba(174, 99, 255, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 0 0 1px rgba(174, 99, 255, 0.05),
    0 0 28px rgba(174, 99, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(54, 18, 88, 0.18), rgba(0, 0, 0, 0.62)),
    var(--hero-image) 50% 15% / cover no-repeat;
}

.video-vertical-frame::before,
.video-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.52));
}

.video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 82px;
  height: 58px;
  padding: 0;
  border: 0;
  border-radius: 18px;
  transform: translate(-50%, -50%);
  background:
    linear-gradient(180deg, #d8acff 0%, #a24dff 46%, #6d23dc 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 12px 28px rgba(174, 99, 255, 0.3),
    0 0 28px rgba(174, 99, 255, 0.28);
}

.video-play span {
  display: block;
  margin-left: 31px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #fff;
}

.video-play--small {
  width: 78px;
  height: 56px;
}

.video-play--small span {
  margin-left: 29px;
}

.partners-marquee {
  display: block;
  margin-top: 18px;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  border-top: 1px solid rgba(174, 99, 255, 0.14);
  border-bottom: 1px solid rgba(174, 99, 255, 0.14);
  background:
    linear-gradient(90deg, rgba(10, 4, 16, 0.98), rgba(28, 10, 42, 0.98), rgba(12, 5, 19, 0.98)),
    rgba(20, 20, 20, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    inset 0 -1px 0 rgba(255, 255, 255, 0.03),
    0 0 22px rgba(174, 99, 255, 0.1);
}

.partners-track {
  display: flex;
  gap: 28px;
  width: max-content;
  padding: 12px 16px;
  color: rgba(240, 222, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  animation: marquee 18s linear infinite;
}

.social-section {
  padding: 42px 0 18px;
}

.section-title {
  text-align: center;
  margin-bottom: 22px;
}

.section-title h2 {
  font-size: 2.05rem;
  max-width: 100%;
  margin-inline: auto;
}

.social-proof-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.proof-card {
  min-height: 250px;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(18, 8, 28, 0.98), rgba(7, 3, 12, 0.98)),
    #0c0712;
  border: 1px solid rgba(174, 99, 255, 0.15);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    inset 0 0 0 1px rgba(255, 255, 255, 0.02),
    0 0 24px rgba(174, 99, 255, 0.08);
}

.proof-card p,
.proof-card strong {
  display: none;
}

.opening-video-section {
  padding: 28px 0 18px;
}

.player-head {
  text-align: center;
}

.player-head h2 {
  display: none;
}

.hero-subtitle {
  display: none;
}

.video-frame {
  margin-top: 0;
}

.video-media {
  min-height: 240px;
  border: 1px solid rgba(174, 99, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(54, 18, 88, 0.14), rgba(0, 0, 0, 0.52)),
    var(--hero-image) center center / cover no-repeat;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 0 28px rgba(174, 99, 255, 0.1);
}

.hero-description {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
  color: var(--text);
  font-size: 0.96rem;
  font-weight: 800;
  text-align: center;
}

.hero-description::before {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 900;
  background: var(--accent);
}

.paths-section {
  padding: 26px 0 34px;
}

.paths-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.path-card {
  position: relative;
  display: grid;
  gap: 24px;
  min-height: 374px;
  padding: 28px 16px 24px;
  overflow: hidden;
  border: 1px solid rgba(174, 99, 255, 0.22);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(16, 7, 24, 0.99), rgba(8, 4, 13, 0.99)),
    #09050d;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 18px 40px rgba(0, 0, 0, 0.26),
    0 0 28px rgba(174, 99, 255, 0.11);
}

.path-card::before,
.path-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.path-card::before {
  inset: 10px;
  border: 1px solid rgba(214, 171, 255, 0.08);
  border-radius: 16px;
}

.path-card::after {
  top: 0;
  left: 24px;
  right: 24px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(214, 171, 255, 0.7), transparent);
  box-shadow: 0 0 18px rgba(174, 99, 255, 0.35);
}

.path-card__body {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 246px;
  text-align: center;
}

.path-card .eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(214, 171, 255, 0.14);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(174, 99, 255, 0.12), rgba(174, 99, 255, 0.03));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 0 18px rgba(174, 99, 255, 0.12);
}

.path-card__grid,
.path-card__glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.path-card__grid {
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 27px,
      rgba(174, 99, 255, 0.07) 27px,
      rgba(174, 99, 255, 0.07) 28px
    ),
    repeating-linear-gradient(
      180deg,
      transparent 0,
      transparent 27px,
      rgba(174, 99, 255, 0.05) 27px,
      rgba(174, 99, 255, 0.05) 28px
    ),
    linear-gradient(
      45deg,
      rgba(174, 99, 255, 0.03) 0%,
      rgba(174, 99, 255, 0.03) 25%,
      transparent 25%,
      transparent 50%,
      rgba(174, 99, 255, 0.03) 50%,
      rgba(174, 99, 255, 0.03) 75%,
      transparent 75%,
      transparent 100%
    );
  background-size: auto, auto, 36px 36px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 100%);
  opacity: 0.5;
}

.path-card__glow {
  background:
    radial-gradient(circle at 50% 0%, rgba(174, 99, 255, 0.22), transparent 40%),
    radial-gradient(circle at 100% 100%, rgba(108, 32, 214, 0.14), transparent 28%);
  animation: profileGlow 4.2s ease-in-out infinite;
}

.path-card h3 {
  font-size: 3.25rem;
  margin-top: 18px;
  color: #fff;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  text-shadow:
    0 0 18px rgba(174, 99, 255, 0.16),
    0 0 40px rgba(174, 99, 255, 0.08);
}

.path-card p {
  max-width: 100%;
  margin-top: 16px;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.32;
}

.path-card__body > p:last-child {
  max-width: 29ch;
  color: rgba(255, 255, 255, 0.9);
}

.path-card__cta {
  width: min(270px, 100%);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.cta-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 0 26px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #bb7cff 0%, #8f3dff 100%);
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease, background 180ms ease;
  box-shadow:
    0 0 0 1px rgba(168, 85, 255, 0.14),
    0 10px 24px rgba(168, 85, 255, 0.18);
  animation: buttonGlow 2.8s ease-in-out infinite;
}

.cta-button::before {
  content: "";
  position: absolute;
  top: -20%;
  left: -120%;
  width: 55%;
  height: 140%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.38), transparent);
  transform: skewX(-18deg);
  transition: left 420ms ease;
}

.cta-button::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 32%);
  pointer-events: none;
}

.cta-button:hover {
  transform: translateY(-3px) scale(1.01);
  filter: brightness(1.05);
  box-shadow:
    0 0 0 1px rgba(216, 184, 255, 0.22),
    0 16px 30px rgba(168, 85, 255, 0.22);
}

.cta-button:hover::before {
  left: 135%;
}

.cta-button:active {
  transform: translateY(-1px) scale(0.99);
  filter: brightness(0.98);
}

.paths-grid .cta-button {
  letter-spacing: 0.02em;
  text-transform: uppercase;
  box-shadow:
    0 0 0 1px rgba(168, 85, 255, 0.12),
    0 0 24px rgba(168, 85, 255, 0.24);
}

.paths-grid .cta-button:hover {
  filter: brightness(1.06);
}

.footer {
  padding: 18px 0 26px;
  background: linear-gradient(180deg, rgba(18, 8, 28, 0.2), rgba(0, 0, 0, 0));
}

.footer__content {
  display: flex;
  justify-content: center;
}

.footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.8rem;
  text-align: center;
}

@media (min-width: 768px) {
  :root {
    --container-max: 1180px;
    --hero-image: var(--hero-image-desktop);
  }

  .hero {
    padding: 24px 0 64px;
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.58) 28%, rgba(0, 0, 0, 0.28) 56%, rgba(0, 0, 0, 0.08) 100%),
      var(--hero-image) center right / cover no-repeat;
  }

  .headline-panel {
    padding-top: 40px;
    max-width: 720px;
    text-align: left;
  }

  .hero-brand {
    margin: 0 0 16px;
    width: 280px;
  }

  .headline-panel h1 {
    margin-inline: 0;
    font-size: clamp(3.4rem, 5vw, 5.6rem);
    max-width: 11ch;
    text-align: left;
  }

  .hero-copy {
    max-width: 520px;
    margin: 18px 0 0;
    font-size: 1.28rem;
    text-align: left;
  }

  .assista-kicker {
    text-align: left;
  }

  .hero-grid {
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
  }

  .photos-card {
    display: block;
  }

  .photos-stage {
    min-height: 560px;
    border-radius: 28px;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.38)),
      var(--hero-image) center right / cover no-repeat;
  }

  .video-vertical-frame {
    min-height: 560px;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.34)),
      var(--hero-image) 38% center / cover no-repeat;
  }

  .partners-track {
    gap: 34px;
    padding: 14px 20px;
    font-size: 0.82rem;
    animation: marquee 22s linear infinite;
  }

  .social-proof-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .proof-card {
    min-height: 220px;
  }

  .player-head h2 {
    display: block;
    font-size: clamp(2.2rem, 3.2vw, 3.2rem);
  }

  .hero-subtitle {
    display: block;
    margin-top: 12px;
    text-align: center;
  }

  .video-media {
    min-height: 420px;
  }

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

  .path-card {
    min-height: 520px;
    padding: 30px 22px 24px;
  }

  .path-card__body {
    min-height: 340px;
  }

  .path-card h3 {
    font-size: clamp(2.4rem, 4vw, 4rem);
  }
}

@media (max-width: 480px) {
  .topbar {
    display: none;
  }

  .hero {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.1) 22%, rgba(0, 0, 0, 0.7) 58%, rgba(0, 0, 0, 1) 100%),
      var(--hero-image) 50% 0% / cover no-repeat;
  }

  .headline-panel {
    padding-top: 220px;
  }

  .hero-brand {
    width: 240px;
    margin-bottom: -42px;
  }

  .headline-panel h1 {
    font-size: 2.55rem;
  }

  .hero-copy {
    max-width: 315px;
    font-size: 0.96rem;
  }

  .section-title h2 {
    font-size: 1.92rem;
    max-width: 100%;
  }

  .video-vertical-frame {
    min-height: 220px;
  }

  .video-media {
    min-height: 228px;
  }

  .path-card h3 {
    font-size: 3.05rem;
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes buttonGlow {
  0%,
  100% {
    box-shadow:
      0 0 0 1px rgba(168, 85, 255, 0.14),
      0 10px 24px rgba(168, 85, 255, 0.18);
  }

  50% {
    box-shadow:
      0 0 0 1px rgba(216, 184, 255, 0.22),
      0 14px 30px rgba(168, 85, 255, 0.28);
  }
}


@keyframes profileGlow {
  0%,
  100% {
    opacity: 0.7;
    transform: translateY(0);
  }

  50% {
    opacity: 1;
    transform: translateY(8px);
  }
}
