:root {
  --aura-void: #08070c;
  --aura-obsidian: #15121d;
  --aura-panel: #1c1726;
  --aura-gold: #f6c453;
  --aura-gold-soft: #ffe29a;
  --aura-violet: #7c3aed;
  --aura-lilac: #b892ff;
  --aura-ivory: #f5f2ea;
  --aura-muted: #a9a3b3;
  --aura-line: rgb(245 242 234 / 12%);
  --font-display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container: 1180px;
  --radius: 18px;
  color-scheme: dark;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 72px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--aura-void);
  color: var(--aura-ivory);
  font-family: var(--font-sans);
  line-height: 1.6;
}

body::selection {
  color: var(--aura-void);
  background: var(--aura-gold);
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  color: var(--aura-void);
  background: var(--aura-gold);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: none;
}

.offer-bar {
  position: sticky;
  z-index: 1000;
  top: 0;
  color: var(--aura-void);
  background: var(--aura-gold);
  box-shadow: 0 6px 24px rgb(0 0 0 / 30%);
}

.offer-bar.is-expired {
  color: var(--aura-ivory);
  background: var(--aura-violet);
}

.offer-bar__inner {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 7px 20px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .05em;
}

.offer-bar__inner p {
  margin: 0;
}

.offer-bar__pulse {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #e12222;
  box-shadow: 0 0 0 0 rgb(225 34 34 / 60%);
  animation: pulse 1.5s infinite;
}

.offer-bar__timer {
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
}

.offer-bar__timer strong {
  min-width: 64px;
  padding: 4px 8px;
  border: 1px solid rgb(8 7 12 / 20%);
  border-radius: 6px;
  background: rgb(8 7 12 / 10%);
  font: 20px/1 var(--font-display);
  letter-spacing: .06em;
  text-align: center;
}

.offer-bar__link {
  border-bottom: 2px solid currentColor;
  font-weight: 950;
}

.site-header {
  position: absolute;
  z-index: 100;
  top: 73px;
  right: 0;
  left: 0;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand img {
  width: 235px;
  height: auto;
}

.main-menu {
  display: flex;
  align-items: center;
  gap: 30px;
  color: var(--aura-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.main-menu > a:not(.nav-cta):hover,
.main-menu > a:not(.nav-cta):focus-visible {
  color: var(--aura-gold);
}

.nav-cta {
  padding: 12px 18px;
  border: 1px solid var(--aura-gold);
  border-radius: 999px;
  color: var(--aura-gold);
}

.nav-cta:hover,
.nav-cta:focus-visible {
  color: var(--aura-void);
  background: var(--aura-gold);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--aura-line);
  border-radius: 50%;
  background: var(--aura-obsidian);
}

.menu-toggle > span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--aura-ivory);
}

.hero {
  position: relative;
  min-height: 880px;
  padding: 176px 0 44px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 30%, rgb(124 58 237 / 24%), transparent 32%),
    radial-gradient(circle at 16% 70%, rgb(246 196 83 / 10%), transparent 30%),
    var(--aura-void);
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .22;
  background-image:
    linear-gradient(rgb(255 255 255 / 5%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 5%) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 85%);
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}

.hero__noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E");
}

.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(400px, .98fr);
  align-items: center;
  gap: clamp(44px, 7vw, 100px);
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--aura-gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .18em;
}

.eyebrow > span {
  width: 36px;
  height: 2px;
  background: var(--aura-gold);
}

.hero h1,
.section h2,
.final-cta h2 {
  margin: 18px 0;
  font-family: var(--font-display);
  font-weight: 900;
  letter-spacing: .01em;
  line-height: .94;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 750px;
  font-size: clamp(54px, 6.4vw, 92px);
}

.hero h1 em {
  color: transparent;
  font-style: normal;
  -webkit-text-stroke: 1.5px var(--aura-muted);
}

.hero h1 span,
.section h2 span,
.final-cta h2 em {
  color: var(--aura-gold);
  font-style: normal;
}

.hero__lead {
  max-width: 660px;
  margin: 0 0 22px;
  color: var(--aura-muted);
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.65;
}

.hero__offer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.price-slashed {
  color: var(--aura-muted);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.price-now {
  display: flex;
  align-items: flex-start;
  color: var(--aura-gold);
  font: 60px/.8 var(--font-display);
}

.price-now > span {
  margin: 4px 5px 0 0;
  font: 17px/1 var(--font-sans);
  font-weight: 900;
}

.price-now small {
  margin-top: 2px;
  font-size: 28px;
}

.price-tag {
  max-width: 80px;
  color: var(--aura-muted);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 15px 24px;
  border: 0;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .035em;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.button--primary {
  color: var(--aura-void);
  background: var(--aura-gold);
  box-shadow: 0 12px 36px rgb(246 196 83 / 20%);
}

.button--primary:hover,
.button--primary:focus-visible {
  background: var(--aura-gold-soft);
  box-shadow: 0 18px 46px rgb(246 196 83 / 30%);
  transform: translateY(-2px);
}

.button--hero {
  min-height: 68px;
  padding-inline: 28px;
}

.button--hero b {
  font-size: 22px;
}

.button--center {
  display: flex;
  width: max-content;
  max-width: 100%;
  margin: 46px auto 0;
}

.hero__microcopy {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 16px;
  color: var(--aura-muted);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero__visual {
  position: relative;
  min-height: 520px;
}

.hero-card {
  position: absolute;
  z-index: 2;
  top: 40px;
  right: 10px;
  width: min(100%, 510px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgb(246 196 83 / 45%);
  border-radius: 24px;
  background: var(--aura-obsidian);
  box-shadow: 0 32px 80px rgb(0 0 0 / 52%), 0 0 60px rgb(124 58 237 / 18%);
  transform: rotate(2deg);
}

.hero-card img {
  width: 100%;
  height: 440px;
  object-fit: cover;
}

.hero-card figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 999px;
  background: rgb(8 7 12 / 78%);
  backdrop-filter: blur(10px);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
}

.hero-card--back {
  z-index: 0;
  top: 70px;
  right: -18px;
  height: 430px;
  border-color: var(--aura-violet);
  background: var(--aura-violet);
  opacity: .45;
  transform: rotate(7deg);
}

.live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff3737;
  box-shadow: 0 0 12px #ff3737;
}

.aura-score {
  position: absolute;
  z-index: 4;
  min-width: 140px;
  padding: 12px 16px;
  border: 1px solid var(--aura-line);
  border-radius: 12px;
  background: rgb(21 18 29 / 90%);
  box-shadow: 0 18px 38px rgb(0 0 0 / 35%);
  backdrop-filter: blur(14px);
}

.aura-score span,
.aura-score strong {
  display: block;
}

.aura-score span {
  color: var(--aura-muted);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .18em;
}

.aura-score strong {
  color: var(--aura-gold);
  font: 26px/1.2 var(--font-display);
}

.aura-score--top {
  top: 12px;
  left: -18px;
  transform: rotate(-5deg);
}

.aura-score--bottom {
  right: -18px;
  bottom: 6px;
  transform: rotate(3deg);
}

.aura-score--bottom strong {
  font-size: 18px;
}

.audio-row {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 46px;
}

.audio-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  border: 1px solid var(--aura-line);
  border-radius: 999px;
  color: var(--aura-ivory);
  background: rgb(21 18 29 / 76%);
  cursor: pointer;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.audio-toggle:hover,
.audio-toggle:focus-visible {
  border-color: var(--aura-gold);
}

.audio-toggle__icon {
  display: flex;
  height: 16px;
  align-items: center;
  gap: 2px;
}

.audio-toggle__icon i {
  display: block;
  width: 2px;
  height: 5px;
  background: var(--aura-gold);
}

.audio-toggle.is-playing .audio-toggle__icon i {
  animation: equalizer .65s ease-in-out infinite alternate;
}

.audio-toggle.is-playing .audio-toggle__icon i:nth-child(2) {
  animation-delay: -.28s;
}

.audio-toggle.is-playing .audio-toggle__icon i:nth-child(3) {
  animation-delay: -.5s;
}

.audio-row__note {
  color: var(--aura-muted);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ticker {
  overflow: hidden;
  border-block: 1px solid rgb(8 7 12 / 26%);
  color: var(--aura-void);
  background: var(--aura-gold);
}

.ticker__track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 30px;
  padding: 13px 0;
  animation: ticker 26s linear infinite;
  font: 24px/1 var(--font-display);
  letter-spacing: .04em;
}

.ticker__track i {
  color: var(--aura-violet);
  font-style: normal;
}

.section {
  position: relative;
  padding: clamp(90px, 10vw, 140px) 0;
}

.section h2 {
  font-size: clamp(44px, 5vw, 72px);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 50px;
}

.section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.section-heading > p,
.curriculum__intro > p,
.offer__copy > p,
.faq__grid > div:first-child > p {
  color: var(--aura-muted);
  font-size: 17px;
}

.problem {
  background: var(--aura-ivory);
  color: var(--aura-void);
}

.problem .section-kicker {
  color: var(--aura-violet);
}

.problem h2 span {
  color: var(--aura-violet);
}

.problem__grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: clamp(50px, 8vw, 110px);
}

.problem__grid > div:first-child > p {
  max-width: 560px;
  color: #595363;
  font-size: 17px;
}

.problem-list {
  border-top: 1px solid rgb(8 7 12 / 14%);
}

.problem-list article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid rgb(8 7 12 / 14%);
}

.problem-list article > b {
  color: var(--aura-violet);
  font: 24px/1 var(--font-display);
}

.problem-list h3,
.problem-list p {
  margin: 0;
}

.problem-list h3 {
  font-size: 17px;
  text-transform: uppercase;
}

.problem-list p {
  color: #6d6675;
  font-size: 13px;
}

.video-proof {
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0, rgb(124 58 237 / 18%), transparent 34%),
    var(--aura-void);
}

.reels {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  align-items: start;
}

.reel {
  margin: 0;
}

.reel:nth-child(even) {
  margin-top: 34px;
}

.reel__media {
  position: relative;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border: 1px solid var(--aura-line);
  border-radius: 18px;
  background: var(--aura-obsidian);
  box-shadow: 0 24px 52px rgb(0 0 0 / 34%);
}

.reel__media::after {
  position: absolute;
  inset: auto 0 0;
  height: 28%;
  content: "";
  pointer-events: none;
  background: linear-gradient(to top, rgb(8 7 12 / 78%), transparent);
}

.reel video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reel__badge {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  padding: 4px 9px;
  border-radius: 999px;
  color: var(--aura-void);
  background: var(--aura-gold);
  font-size: 9px;
  font-weight: 900;
}

.reel h3 {
  margin: 14px 0 2px;
  font-size: 15px;
  text-transform: uppercase;
}

.reel p {
  margin: 0;
  color: var(--aura-muted);
  font-size: 11px;
  text-transform: uppercase;
}

.curriculum {
  border-block: 1px solid var(--aura-line);
  background: var(--aura-obsidian);
}

.curriculum__grid {
  display: grid;
  grid-template-columns: .76fr 1.24fr;
  gap: clamp(50px, 8vw, 110px);
}

.curriculum__intro {
  position: sticky;
  top: 100px;
  align-self: start;
}

.curriculum__stamp {
  display: flex;
  width: 160px;
  height: 160px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 42px;
  border: 1px solid var(--aura-gold);
  border-radius: 50%;
  color: var(--aura-gold);
  transform: rotate(-7deg);
}

.curriculum__stamp strong {
  font: 64px/1 var(--font-display);
}

.curriculum__stamp span {
  font-size: 10px;
  font-weight: 900;
  line-height: 1.25;
}

.modules {
  border-top: 1px solid var(--aura-line);
}

.module {
  display: grid;
  grid-template-columns: 80px 1fr 58px;
  gap: 18px;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid var(--aura-line);
  transition: padding .2s ease, background .2s ease;
}

.module:hover {
  padding-inline: 18px;
  background: rgb(124 58 237 / 8%);
}

.module > span {
  color: var(--aura-violet);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .13em;
}

.module h3,
.module p {
  margin: 0;
}

.module h3 {
  font-size: 18px;
  text-transform: uppercase;
}

.module p {
  margin-top: 5px;
  color: var(--aura-muted);
  font-size: 13px;
}

.module > b {
  color: transparent;
  font: 48px/1 var(--font-display);
  -webkit-text-stroke: 1px rgb(246 196 83 / 34%);
}

.formats {
  background:
    linear-gradient(180deg, var(--aura-void), rgb(21 18 29 / 76%)),
    var(--aura-void);
}

.format-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.format-card {
  min-height: 330px;
  padding: 28px 24px;
  border: 1px solid var(--aura-line);
  border-radius: var(--radius);
  background: var(--aura-obsidian);
}

.format-card--featured {
  border-color: rgb(246 196 83 / 50%);
  background: linear-gradient(150deg, rgb(246 196 83 / 12%), var(--aura-obsidian) 58%);
  box-shadow: 0 0 46px rgb(246 196 83 / 8%);
}

.format-card__icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 30px;
  border: 1px solid var(--aura-violet);
  border-radius: 50%;
  color: var(--aura-lilac);
  font-size: 18px;
}

.format-card small {
  color: var(--aura-gold);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .16em;
}

.format-card h3 {
  margin: 8px 0 10px;
  font-size: 18px;
  line-height: 1.15;
  text-transform: uppercase;
}

.format-card p {
  min-height: 88px;
  margin: 0 0 24px;
  color: var(--aura-muted);
  font-size: 13px;
}

.format-card b {
  color: var(--aura-muted);
  font-size: 9px;
  letter-spacing: .07em;
}

.gallery {
  padding: 0 0 50px;
  overflow: hidden;
  background: var(--aura-void);
}

.gallery__track {
  display: grid;
  grid-auto-columns: minmax(260px, 28vw);
  grid-auto-flow: column;
  gap: 12px;
  width: max-content;
  padding-inline: 20px;
  animation: galleryFloat 42s ease-in-out infinite alternate;
}

.gallery figure {
  height: 310px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--aura-line);
  border-radius: 12px;
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.84) contrast(1.04);
  transition: transform .45s ease, filter .45s ease;
}

.gallery figure:hover img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.035);
}

.gallery__square {
  width: 280px;
}

.gallery__wide {
  width: 430px;
}

.testimonials {
  background: var(--aura-ivory);
  color: var(--aura-void);
}

.testimonials .section-kicker {
  color: var(--aura-violet);
}

.testimonials h2 span {
  color: var(--aura-violet);
}

.disclosure {
  max-width: 670px;
  color: #6f687a !important;
  font-size: 12px !important;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.testimonial-card {
  min-height: 330px;
  padding: 28px;
  border: 1px solid rgb(8 7 12 / 13%);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 20px 45px rgb(8 7 12 / 7%);
}

.testimonial-card--lifted {
  transform: translateY(-22px);
}

.testimonial-card__head {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 12px;
  align-items: center;
}

.testimonial-card__head h3,
.testimonial-card__head p {
  margin: 0;
}

.testimonial-card__head h3 {
  font-size: 14px;
  text-transform: uppercase;
}

.testimonial-card__head p {
  color: #736c7d;
  font-size: 10px;
}

.testimonial-card__head > b {
  color: var(--aura-violet);
  font: 20px/1 var(--font-display);
}

.avatar {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  color: var(--aura-void);
  font-weight: 950;
}

.avatar--gold { background: var(--aura-gold); }
.avatar--violet { color: #fff; background: var(--aura-violet); }
.avatar--lilac { background: var(--aura-lilac); }

.testimonial-card blockquote {
  margin: 38px 0 30px;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.65;
}

.scenario {
  color: var(--aura-violet);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
}

.offer {
  overflow: hidden;
  background: var(--aura-void);
}

.offer__glow {
  position: absolute;
  top: 50%;
  right: 10%;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgb(124 58 237 / 22%);
  filter: blur(120px);
  transform: translateY(-50%);
}

.offer__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr .86fr;
  align-items: center;
  gap: clamp(50px, 8vw, 110px);
}

.offer__copy ul {
  display: grid;
  gap: 13px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 760;
  text-transform: uppercase;
}

.offer__copy li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.offer__copy li span {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  color: var(--aura-void);
  background: var(--aura-gold);
  font-size: 12px;
}

.checkout-card {
  overflow: hidden;
  border: 1px solid rgb(246 196 83 / 42%);
  border-radius: 24px;
  background: var(--aura-obsidian);
  box-shadow: 0 30px 90px rgb(0 0 0 / 46%), 0 0 80px rgb(124 58 237 / 14%);
}

.checkout-card__top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 20px;
  color: var(--aura-void);
  background: var(--aura-gold);
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .1em;
}

.checkout-card__body {
  position: relative;
  padding: 36px 38px 24px;
  text-align: center;
}

.checkout-card__body > img {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 72px;
  opacity: .12;
}

.checkout-card__label {
  margin: 0;
  color: var(--aura-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.checkout-card__body > s {
  display: block;
  margin-bottom: 14px;
  color: #716b7a;
  font-size: 18px;
  font-weight: 800;
}

.checkout-card__price {
  display: flex;
  justify-content: center;
  margin: 6px 0 12px;
  color: var(--aura-gold);
}

.checkout-card__price span {
  margin: 14px 5px 0 0;
  font-weight: 950;
}

.checkout-card__price strong {
  font: 96px/.82 var(--font-display);
}

.checkout-card__price em {
  margin-top: 8px;
  font: 36px/1 var(--font-display);
  font-style: normal;
}

.checkout-card__saving {
  display: inline-block;
  margin: 5px 0 22px;
  padding: 5px 10px;
  border: 1px solid rgb(246 196 83 / 30%);
  border-radius: 999px;
  color: var(--aura-gold-soft);
  background: rgb(246 196 83 / 8%);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
}

.checkout-card__timer {
  margin-bottom: 18px;
  padding: 14px;
  border: 1px solid var(--aura-line);
  border-radius: 12px;
  background: rgb(8 7 12 / 52%);
}

.checkout-card__timer span,
.checkout-card__timer strong {
  display: block;
}

.checkout-card__timer span {
  color: var(--aura-muted);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.checkout-card__timer strong {
  margin-top: 3px;
  color: var(--aura-gold);
  font: 46px/1 var(--font-display);
  letter-spacing: .07em;
}

.button--checkout {
  width: 100%;
  min-height: 66px;
}

.checkout-card__safe {
  margin: 13px 0 0;
  color: var(--aura-muted);
  font-size: 9px;
}

.checkout-card__fineprint {
  margin: 0;
  padding: 12px 22px 16px;
  color: #777080;
  font-size: 8px;
  line-height: 1.4;
  text-align: center;
}

.faq {
  border-top: 1px solid var(--aura-line);
  background: var(--aura-obsidian);
}

.faq__grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: clamp(50px, 8vw, 110px);
}

.faq__list {
  border-top: 1px solid var(--aura-line);
}

.faq details {
  border-bottom: 1px solid var(--aura-line);
}

.faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 23px 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 850;
  list-style: none;
  text-transform: uppercase;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary span {
  color: var(--aura-gold);
  font-size: 24px;
  transition: transform .2s ease;
}

.faq details[open] summary span {
  transform: rotate(45deg);
}

.faq details p {
  max-width: 680px;
  margin: -6px 0 24px;
  color: var(--aura-muted);
  font-size: 13px;
}

.final-cta {
  position: relative;
  padding: clamp(100px, 12vw, 170px) 0;
  overflow: hidden;
  text-align: center;
  background:
    radial-gradient(circle at 50% 45%, rgb(124 58 237 / 28%), transparent 34%),
    var(--aura-void);
}

.final-cta::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image: radial-gradient(rgb(246 196 83 / 18%) 1px, transparent 1px);
  background-size: 26px 26px;
  -webkit-mask-image: radial-gradient(circle, black, transparent 70%);
  mask-image: radial-gradient(circle, black, transparent 70%);
}

.final-cta .container {
  position: relative;
}

.final-cta img {
  width: 110px;
  margin: 0 auto 20px;
  filter: drop-shadow(0 0 26px rgb(124 58 237 / 40%));
}

.final-cta > .container > span {
  color: var(--aura-gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .18em;
}

.final-cta h2 {
  max-width: 1000px;
  margin: 20px auto 36px;
  font-size: clamp(44px, 5vw, 76px);
}

.final-cta p {
  color: var(--aura-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.site-footer {
  position: relative;
  padding: 46px 0 16px;
  border-top: 1px solid var(--aura-line);
  background: #050407;
}

.site-footer__main {
  display: grid;
  grid-template-columns: 260px 1fr auto;
  align-items: center;
  gap: 40px;
}

.site-footer__main img {
  width: 220px;
}

.site-footer__main p {
  margin: 2px 0;
  color: var(--aura-muted);
  font-size: 10px;
}

.site-footer nav {
  display: flex;
  gap: 20px;
  color: var(--aura-muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.site-footer nav a:hover {
  color: var(--aura-gold);
}

.site-footer__legal {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 34px;
  padding-top: 16px;
  border-top: 1px solid var(--aura-line);
  color: #665f6e;
  font-size: 8px;
  text-transform: uppercase;
}

.developer-note {
  margin: 12px auto 0;
  color: #302c35;
  font-size: 3px;
  line-height: 1;
  text-align: center;
}

.mobile-buy {
  display: none;
}

.toast {
  position: fixed;
  z-index: 3000;
  right: 20px;
  bottom: 20px;
  max-width: 360px;
  padding: 13px 17px;
  border: 1px solid rgb(246 196 83 / 45%);
  border-radius: 10px;
  color: var(--aura-ivory);
  background: var(--aura-obsidian);
  box-shadow: 0 18px 48px rgb(0 0 0 / 40%);
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity .2s ease, transform .2s ease;
}

.toast.is-visible {
  opacity: 1;
  transform: none;
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .65s ease, transform .65s ease;
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@keyframes pulse {
  70% { box-shadow: 0 0 0 9px rgb(225 34 34 / 0%); }
  100% { box-shadow: 0 0 0 0 rgb(225 34 34 / 0%); }
}

@keyframes equalizer {
  from { height: 4px; }
  to { height: 15px; }
}

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

@keyframes galleryFloat {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-100% + 100vw)); }
}

@media (max-width: 1020px) {
  .main-menu { gap: 18px; }
  .main-menu > a:not(.nav-cta) { display: none; }
  .hero__grid { grid-template-columns: minmax(0, 1fr) minmax(340px, .78fr); gap: 34px; }
  .hero__visual { min-height: 460px; }
  .hero-card img { height: 390px; }
  .format-grid { grid-template-columns: repeat(2, 1fr); }
  .format-card p { min-height: 66px; }
}

@media (max-width: 780px) {
  html { scroll-padding-top: 88px; }
  body { padding-bottom: 72px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .offer-bar__inner { min-height: 54px; gap: 9px; padding-inline: 10px; }
  .offer-bar__pulse,
  .offer-bar__inner p,
  .offer-bar__link,
  .offer-bar__timer > span { display: none; }
  .offer-bar__timer::before { content: "OFERTA R$ 9,97 • TERMINA EM"; font-size: 10px; }
  .offer-bar__timer strong { min-width: 70px; font-size: 22px; }
  .site-header { top: 70px; }
  .brand img { width: 188px; }
  .menu-toggle { display: block; }
  .main-menu {
    position: absolute;
    top: 58px;
    right: 14px;
    display: none;
    width: min(300px, calc(100vw - 28px));
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--aura-line);
    border-radius: 14px;
    background: rgb(21 18 29 / 98%);
    box-shadow: 0 24px 50px rgb(0 0 0 / 45%);
  }
  .main-menu.is-open { display: grid; }
  .main-menu > a:not(.nav-cta) { display: block; padding: 12px; }
  .nav-cta { margin-top: 8px; text-align: center; }
  .hero { min-height: auto; padding: 150px 0 36px; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__copy { text-align: center; }
  .eyebrow { justify-content: center; font-size: 9px; }
  .hero h1 { margin-top: 14px; font-size: clamp(48px, 15vw, 72px); }
  .hero__lead { font-size: 15px; }
  .hero__offer { justify-content: center; }
  .button--hero { width: 100%; }
  .hero__microcopy { justify-content: center; gap: 9px 14px; }
  .hero__visual { min-height: 420px; margin-top: 14px; }
  .hero-card { top: 24px; right: 4%; width: 92%; }
  .hero-card--back { right: 1%; }
  .hero-card img { height: 350px; }
  .aura-score--top { left: 0; }
  .aura-score--bottom { right: 0; bottom: 0; }
  .audio-row { justify-content: center; margin-top: 26px; }
  .audio-row__note { display: none; }
  .problem__grid,
  .curriculum__grid,
  .offer__grid,
  .faq__grid { grid-template-columns: 1fr; gap: 46px; }
  .section { padding: 86px 0; }
  .section h2 { font-size: clamp(42px, 13vw, 62px); }
  .section-heading { margin-bottom: 38px; }
  .reels {
    grid-template-columns: repeat(4, minmax(220px, 70vw));
    gap: 14px;
    margin-inline: -14px;
    padding: 0 14px 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .reels::-webkit-scrollbar { display: none; }
  .reel { scroll-snap-align: center; }
  .reel:nth-child(even) { margin-top: 0; }
  .curriculum__intro { position: static; }
  .curriculum__stamp { width: 130px; height: 130px; }
  .curriculum__stamp strong { font-size: 52px; }
  .module { grid-template-columns: 64px 1fr 38px; }
  .module > b { font-size: 36px; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-card--lifted { transform: none; }
  .offer__copy { text-align: left; }
  .checkout-card__body { padding-inline: 22px; }
  .site-footer__main { grid-template-columns: 1fr; gap: 22px; text-align: center; }
  .site-footer__main img { margin-inline: auto; }
  .site-footer nav { justify-content: center; }
  .site-footer__legal { flex-direction: column; text-align: center; }
  .mobile-buy {
    position: fixed;
    z-index: 900;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    min-height: 72px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 14px;
    border-top: 1px solid rgb(246 196 83 / 36%);
    background: rgb(8 7 12 / 96%);
    backdrop-filter: blur(14px);
  }
  .mobile-buy div { display: flex; flex-direction: column; line-height: 1.1; }
  .mobile-buy s { color: var(--aura-muted); font-size: 9px; }
  .mobile-buy strong { color: var(--aura-gold); font: 25px/1 var(--font-display); }
  .mobile-buy a { padding: 13px 18px; border-radius: 8px; color: var(--aura-void); background: var(--aura-gold); font-size: 11px; font-weight: 950; }
  .toast { right: 14px; bottom: 86px; left: 14px; max-width: none; }
}

@media (max-width: 520px) {
  .hero h1 { font-size: 49px; }
  .hero__lead { font-size: 14px; }
  .price-now { font-size: 54px; }
  .hero__visual { min-height: 360px; }
  .hero-card img { height: 300px; }
  .aura-score { min-width: 116px; padding: 9px 12px; }
  .aura-score strong { font-size: 21px; }
  .aura-score--bottom strong { font-size: 14px; }
  .format-grid { grid-template-columns: 1fr; }
  .format-card { min-height: auto; }
  .format-card p { min-height: auto; }
  .module { grid-template-columns: 58px 1fr; }
  .module > b { display: none; }
  .module p { font-size: 12px; }
  .gallery__track { grid-auto-columns: 78vw; }
  .gallery figure { width: 78vw; height: 260px; }
  .checkout-card__top { flex-direction: column; align-items: center; gap: 2px; }
  .checkout-card__price strong { font-size: 82px; }
  .final-cta h2 { font-size: 42px; }
}

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