:root {
  --bg: #050508;
  --bg-soft: #08080d;
  --panel: rgba(17, 17, 20, 0.72);
  --panel-strong: rgba(18, 18, 21, 0.94);
  --line: rgba(255, 255, 255, 0.1);
  --line-gold: rgba(226, 188, 129, 0.34);
  --text: #f5f1ea;
  --muted: rgba(245, 241, 234, 0.64);
  --soft: rgba(245, 241, 234, 0.42);
  --gold: #e6c18c;
  --gold-deep: #9d6a2f;
  --red: #ff274d;
  --red-deep: #6d0718;
  --shadow: 0 22px 80px rgba(0, 0, 0, 0.5);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(rgba(20, 0, 8, 0.32), rgba(12, 0, 5, 0.58)),
    url("assets/red-lightning-sky.png") center top / cover no-repeat,
    #050508;
  filter: saturate(1.45) contrast(1.12) brightness(1.08);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 39, 77, 0.18), transparent 38%),
    linear-gradient(rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.32));
  mix-blend-mode: screen;
  opacity: 0.82;
  pointer-events: none;
}

a {
  color: inherit;
}

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

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

.hero {
  position: relative;
  min-height: 930px;
  display: grid;
  place-items: start center;
  overflow: hidden;
  background:
    linear-gradient(rgba(8, 0, 4, 0.04), rgba(20, 0, 8, 0.14) 28%, rgba(12, 2, 6, 0.36) 62%, rgba(5, 5, 8, 0.9)),
    url("assets/red-lightning-sky.png") center top / cover no-repeat;
  filter: saturate(1.28) contrast(1.08);
}

.hero::before {
  content: "";
  position: absolute;
  inset: -12% -10% 0;
  background:
    radial-gradient(ellipse at 50% 35%, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.34) 68%, rgba(0, 0, 0, 0.62) 100%),
    radial-gradient(circle at 50% 15%, rgba(255, 39, 77, 0.28), transparent 36%);
  filter: blur(0.4px);
  mix-blend-mode: screen;
  opacity: 1;
  pointer-events: none;
}

.hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.46), transparent 22%, transparent 78%, rgba(0, 0, 0, 0.46)),
    radial-gradient(circle at 50% 86%, rgba(255, 39, 77, 0.18), transparent 36%),
    radial-gradient(circle at 50% 56%, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.36) 68%, rgba(0, 0, 0, 0.58) 100%);
  pointer-events: none;
}

.hero__content {
  position: relative;
  z-index: 1;
  padding-top: 88px;
  text-align: center;
}

h1,
h2 {
  margin: 0;
}

h1 {
  max-width: 940px;
  margin: 0 auto;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(3.6rem, 5.55vw, 5.9rem);
  line-height: 0.9;
  font-weight: 700;
  text-wrap: balance;
}

h1 span {
  display: block;
  color: var(--gold);
}

.hero__lead {
  max-width: 560px;
  margin: 34px auto 0;
  color: rgba(245, 241, 234, 0.78);
  font-size: 1.02rem;
  line-height: 1.8;
}

.hero__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 28px 0 62px;
  color: rgba(245, 241, 234, 0.84);
  font-size: 0.95rem;
  font-weight: 600;
}

.hero__divider span {
  width: 55px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(230, 193, 140, 0.45));
}

.hero__divider span:last-child {
  background: linear-gradient(90deg, rgba(230, 193, 140, 0.45), transparent);
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 70px;
  padding: 0 56px;
  border: 1px solid rgba(255, 238, 201, 0.5);
  border-radius: 999px;
  background: linear-gradient(135deg, #a97637 0%, #d7ad69 52%, #f0cf94 100%);
  color: #12100d;
  box-shadow: 0 0 42px rgba(220, 151, 62, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.36);
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 58px rgba(220, 151, 62, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.button--hero {
  width: min(540px, 100%);
}

.proof {
  display: grid;
  place-items: center;
  gap: 12px;
  margin-top: 32px;
  color: rgba(245, 241, 234, 0.76);
  font-size: 0.88rem;
  line-height: 1.45;
}

.proof img {
  width: 82px;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.46));
}

.ticker {
  width: min(760px, calc(100% - 40px));
  margin: -42px auto 0;
  position: relative;
  z-index: 2;
  display: flex;
  gap: 0;
  justify-content: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, transparent, #050508 12%, #050508 88%, transparent);
  overflow: hidden;
}

.ticker span {
  padding: 18px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(245, 241, 234, 0.48);
  font-size: 0.67rem;
  text-transform: uppercase;
  letter-spacing: 0.45em;
  white-space: nowrap;
}

.section {
  position: relative;
  padding: 112px 0;
}

.section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(7, 7, 12, 0.9), rgba(7, 7, 12, 0.97)),
    url("assets/red-lightning-sky.png") center center / cover no-repeat;
}

.eyebrow {
  margin: 0 0 28px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.48em;
  text-align: center;
  text-transform: uppercase;
}

.section h2 {
  max-width: 780px;
  margin: 0 auto;
  color: rgba(245, 241, 234, 0.88);
  font-size: clamp(2.25rem, 5vw, 4.2rem);
  line-height: 1;
  font-weight: 800;
  text-align: center;
  text-wrap: balance;
}

.section-lead {
  max-width: 610px;
  margin: 28px auto 0;
  color: var(--muted);
  line-height: 1.85;
  text-align: center;
}

.benefit-panel {
  margin-top: 58px;
  padding: 44px 42px 34px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: linear-gradient(rgba(18, 18, 21, 0.54), rgba(12, 12, 14, 0.84));
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px 54px;
}

.benefit-panel h3,
.receive-grid p,
.price-card__label,
.chips span {
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.benefit-panel h3 {
  margin: 0 0 20px;
  color: var(--gold);
  font-size: 0.78rem;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.benefit-panel li {
  position: relative;
  padding: 16px 0 16px 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(245, 241, 234, 0.68);
  line-height: 1.6;
}

.benefit-panel li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 14px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(230, 193, 140, 0.25);
  border-radius: 50%;
  color: var(--gold);
  font-size: 0.78rem;
}

.panel-note {
  grid-column: 1 / -1;
  margin: 12px 0 0;
  color: var(--soft);
  line-height: 1.7;
  text-align: center;
}

.process__grid,
.offer__grid,
.detail__grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 72px;
  align-items: center;
}

.process .eyebrow,
.process h2,
.process .section-lead,
.offer .eyebrow,
.offer h2,
.offer p,
.detail .eyebrow,
.detail h2,
.detail p {
  margin-left: 0;
  text-align: left;
}

.steps {
  position: relative;
  display: grid;
  gap: 24px;
}

.steps::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 12px;
  bottom: 12px;
  width: 1px;
  background: linear-gradient(transparent, rgba(230, 193, 140, 0.5), transparent);
}

.steps article {
  position: relative;
  margin-left: 58px;
  padding: 28px;
  border: 1px solid var(--line);
  background: rgba(14, 14, 16, 0.74);
}

.steps span {
  position: absolute;
  left: -58px;
  top: 28px;
  width: 56px;
  color: var(--gold);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.55rem;
}

.steps h3 {
  margin: 0 0 12px;
  font-size: 1.18rem;
}

.steps p,
.offer__copy p,
.detail p,
.mentor p,
.final-cta p,
.faq p {
  color: var(--muted);
  line-height: 1.8;
}

.offer::before {
  background:
    radial-gradient(circle at 74% 34%, rgba(255, 39, 77, 0.12), transparent 26%),
    linear-gradient(rgba(5, 5, 6, 0.92), rgba(6, 6, 8, 0.98)),
    url("assets/red-lightning-sky.png") center center / cover no-repeat;
}

.price-card {
  padding: 38px;
  border: 1px solid var(--line-gold);
  border-radius: 28px;
  background: linear-gradient(rgba(28, 24, 28, 0.78), rgba(11, 11, 13, 0.98));
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.56);
}

.price-card__label {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 700;
}

.price {
  margin: 26px 0;
}

.price small,
.price span {
  display: block;
  color: var(--muted);
}

.price strong {
  display: block;
  margin: 6px 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(3.4rem, 8vw, 5.2rem);
  line-height: 0.9;
}

.chips {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 24px;
}

.chips span {
  display: grid;
  place-items: center;
  min-height: 54px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  color: rgba(245, 241, 234, 0.76);
  font-size: 0.59rem;
  text-align: center;
}

.price-card .button {
  width: 100%;
  padding-inline: 24px;
}

.secure {
  margin: 20px 0 0;
  color: var(--soft);
  font-size: 0.84rem;
  text-align: center;
}

.receives {
  margin-top: 74px;
}

.receives h3 {
  margin: 0 0 24px;
  text-align: center;
  font-size: 1.6rem;
}

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

.receive-grid p {
  min-height: 112px;
  margin: 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(245, 241, 234, 0.72);
  font-size: 0.68rem;
  line-height: 1.55;
}

.closing-line {
  margin: 38px auto 0;
  color: rgba(245, 241, 234, 0.8);
  text-align: center;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 54px;
}

.video-card,
.feature-video {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 24px;
  background: var(--panel-strong);
}

.video-card img,
.feature-video img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  opacity: 0.68;
}

.video-card button,
.feature-video button {
  position: absolute;
  top: 34%;
  left: 50%;
  translate: -50% -50%;
  width: 68px;
  height: 68px;
  border: 1px solid rgba(255, 238, 201, 0.42);
  border-radius: 50%;
  background: linear-gradient(145deg, #f5c57e, #d17927);
  color: transparent;
  cursor: pointer;
}

.video-card button::after,
.feature-video button::after {
  content: "";
  position: absolute;
  left: 28px;
  top: 22px;
  border-left: 17px solid #14100b;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.video-card h3,
.video-card p {
  margin-inline: 22px;
}

.video-card h3 {
  margin-top: 20px;
  margin-bottom: 6px;
}

.video-card p {
  margin-top: 0;
  margin-bottom: 24px;
  color: var(--muted);
  line-height: 1.65;
}

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

.stats div {
  padding: 24px;
  border-top: 1px solid rgba(230, 193, 140, 0.35);
  text-align: center;
}

.stats strong,
.stats span {
  display: block;
}

.stats strong {
  color: var(--gold);
  font-size: 1.55rem;
}

.stats span {
  margin-top: 8px;
  color: var(--muted);
}

.center {
  margin-top: 38px;
  text-align: center;
}

.mentors {
  background:
    linear-gradient(rgba(10, 10, 12, 0.984), rgba(7, 7, 9, 0.996)),
    url("https://www.comunidadefreedomclub.com.br/images/landing/mentors-bg.webp") center / cover no-repeat;
}

.mentor {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 52px;
  align-items: center;
  margin-top: 70px;
}

.mentor--reverse {
  grid-template-columns: 0.9fr 1fr;
}

.mentor--reverse div {
  order: 2;
}

.mentor--single {
  max-width: 980px;
  margin-inline: auto;
}

.mentor img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 28px;
  filter: saturate(0.92) brightness(0.74);
}

.mentor h3 {
  margin: 0 0 20px;
  color: var(--gold);
  font-size: 0.82rem;
  letter-spacing: 0.36em;
  text-transform: uppercase;
}

.mentor .quote {
  color: var(--text);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.05;
}

.mentor li {
  margin-top: 14px;
  color: rgba(245, 241, 234, 0.72);
}

.mentor li::before {
  content: "—";
  margin-right: 14px;
  color: var(--gold);
}

.final-cta {
  text-align: center;
}

.final-cta h2 {
  max-width: 780px;
  font-family: "Playfair Display", Georgia, serif;
  color: var(--gold);
}

.final-cta h3 {
  max-width: 820px;
  margin: 34px auto;
  font-size: clamp(1.8rem, 4vw, 3.6rem);
  line-height: 1.12;
}

.faq__inner {
  max-width: 820px;
}

.faq h2 {
  color: rgba(245, 241, 234, 0.72);
}

.faq > .container > p {
  max-width: 560px;
  margin: 24px auto 52px;
  text-align: center;
}

.faq-list {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

details {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

summary {
  position: relative;
  padding: 24px 52px 24px 0;
  color: rgba(245, 241, 234, 0.72);
  cursor: pointer;
  list-style: none;
}

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

summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  color: var(--gold);
  font-size: 1.3rem;
}

details[open] summary::after {
  content: "-";
}

details p {
  margin: 0;
  padding: 0 0 24px;
}

footer {
  padding: 48px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(245, 241, 234, 0.42);
  text-align: center;
}

footer p {
  margin: 8px 0;
  font-size: 0.82rem;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .hero {
    min-height: 860px;
  }

  .process__grid,
  .offer__grid,
  .detail__grid,
  .mentor,
  .mentor--reverse {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .mentor--reverse div {
    order: initial;
  }

  .benefit-panel,
  .video-grid,
  .receive-grid,
  .stats {
    grid-template-columns: 1fr;
  }

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

  .ticker {
    justify-content: flex-start;
    overflow-x: auto;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, 1080px);
  }

  .hero {
    min-height: 810px;
  }

  .hero__content {
    padding-top: 74px;
  }

  h1 {
    font-size: clamp(3.25rem, 17vw, 4.7rem);
  }

  .hero__lead {
    font-size: 0.95rem;
  }

  .hero__divider {
    margin-bottom: 38px;
  }

  .button {
    min-height: 64px;
    padding: 0 26px;
    font-size: 0.72rem;
    letter-spacing: 0.16em;
  }

  .section {
    padding: 82px 0;
  }

  .section h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .benefit-panel,
  .price-card {
    padding: 28px 20px;
    border-radius: 22px;
  }

  .steps article {
    padding: 22px;
  }

  .mentor img {
    border-radius: 20px;
  }
}
