.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.landing-page {
  --color-canvas: #020101;
  --color-canvas-warm: #100908;
  --color-surface: rgb(31 25 23 / 0.88);
  --color-surface-strong: #1f1917;
  --color-text: #eae4d2;
  --color-text-soft: #b8ada2;
  --color-text-muted: #8f847a;
  --color-gold: #ac905f;
  --color-gold-light: #d6bd8b;
  --color-gold-dark: #73552a;
  --color-border: rgb(214 189 139 / 0.16);
  --color-border-strong: rgb(214 189 139 / 0.3);
  background:
    radial-gradient(circle at 88% 7%, rgb(97 59 27 / 0.18), transparent 24rem),
    radial-gradient(circle at 5% 48%, rgb(79 22 17 / 0.13), transparent 33rem),
    #050403;
}

.landing-page::before {
  opacity: 0.5;
  background-size: 5rem 5rem;
}

.landing-page main,
.landing-header,
.landing-footer {
  position: relative;
  z-index: 2;
}

.landing-container {
  width: min(calc(100% - 2 * var(--content-gutter)), 72rem);
  margin-inline: auto;
}

.section-space { padding-block: clamp(5rem, 10vw, 9rem); }

.hero-notes,
.fit-list,
.included-grid,
.offer-list { list-style: none; }

.landing-eyebrow {
  color: var(--color-gold);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-transform: uppercase;
}

.landing-eyebrow span { margin-inline: 0.35rem; color: var(--color-gold-light); }

.landing-page h1,
.landing-page h2,
.landing-page h3 {
  font-family: var(--font-body);
  font-weight: 780;
  line-height: 1.02;
  text-wrap: balance;
}

.landing-page h2 {
  font-size: clamp(2.3rem, 3.9vw, 3.7rem);
  letter-spacing: -0.035em;
}

.landing-page h3 {
  font-size: clamp(1.45rem, 2.3vw, 2rem);
  letter-spacing: -0.02em;
}

.landing-page h1 em,
.landing-page h2 em,
.landing-page h3 em {
  background: linear-gradient(180deg, #f6e7b8 5%, #d8b15a 55%, #a9782f 100%);
  background-clip: text;
  color: transparent;
  font-size: 1em;
  font-style: normal;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.landing-header {
  position: absolute;
  z-index: 30;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid rgb(255 255 255 / 0.055);
  background: linear-gradient(to bottom, rgb(5 4 3 / 0.9), transparent);
}

.header-inner {
  display: flex;
  min-height: 7rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.brand-link {
  position: relative;
  z-index: 2;
  display: block;
  width: clamp(12.5rem, 19vw, 17.5rem);
}

.brand-link img { width: 100%; height: auto; }

.primary-navigation {
  display: flex;
  align-items: center;
  gap: clamp(1.1rem, 2.7vw, 2.4rem);
}

.primary-navigation a {
  color: var(--color-text-soft);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.primary-navigation a:hover { color: var(--color-gold-light); }

.primary-navigation .nav-quiz {
  border: 1px solid var(--color-border-strong);
  border-radius: var(--radius-pill);
  padding: 0.8rem 1.15rem;
  color: var(--color-gold-light);
}

.menu-toggle { display: none; }

.hero-section {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  border-bottom: 1px solid rgb(213 174 98 / 0.12);
}

.hero-section::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgb(5 4 3 / 0.98) 0%, rgb(5 4 3 / 0.87) 42%, transparent 73%),
    radial-gradient(circle at 76% 46%, rgb(134 73 32 / 0.18), transparent 32rem);
  content: "";
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 100vh;
  min-height: 100svh;
  align-items: center;
  padding-block: clamp(7.25rem, 11vh, 9rem) clamp(5.5rem, 9vh, 7rem);
  grid-template-columns: minmax(0, 1.06fr) minmax(22rem, 0.94fr);
  gap: clamp(2rem, 5vw, 5rem);
}

.hero-copy { max-width: 47rem; }

.hero-copy h1 {
  margin-top: 1rem;
  font-size: clamp(3rem, 4.25vw, 3.85rem);
  letter-spacing: -0.045em;
}

.hero-lead {
  max-width: 41rem;
  margin-top: 1.55rem;
  color: var(--color-text-soft);
  font-size: clamp(1rem, 1.45vw, 1.16rem);
  line-height: 1.75;
}

.hero-actions,
.final-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  margin-top: 2rem;
}

.landing-button {
  display: inline-flex;
  min-height: 3.6rem;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border: 1px solid transparent;
  border-radius: var(--radius-pill);
  padding: 0.9rem 1.45rem;
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.01em;
  text-align: center;
  text-decoration: none;
  transition: translate var(--motion-fast) ease, border-color var(--motion-fast) ease, box-shadow var(--motion-fast) ease, background-color var(--motion-fast) ease;
}

.landing-button:hover { translate: 0 -2px; }

.landing-button-primary {
  background: linear-gradient(135deg, #f0d797, #d5aa58 55%, #ad7833);
  box-shadow: inset 0 1px rgb(255 255 255 / 0.45), 0 0.8rem 2.5rem rgb(197 139 52 / 0.23);
  color: #171008;
}

.landing-button-primary:hover { box-shadow: inset 0 1px rgb(255 255 255 / 0.52), 0 1rem 3rem rgb(197 139 52 / 0.34); }

.landing-button-ghost {
  border-color: rgb(255 255 255 / 0.13);
  background: rgb(255 255 255 / 0.025);
  color: var(--color-text-soft);
}

.landing-button-ghost:hover { border-color: var(--color-border-strong); color: var(--color-text); }

.raio-x-button {
  border-color: rgb(115 99 80 / 0.7);
  background: linear-gradient(90deg, #736350 0%, #0b0b0a 100%);
  box-shadow: inset 0 1px rgb(255 255 255 / 0.12), 0 0.7rem 2rem rgb(11 11 10 / 0.28);
  color: #f6e7b8;
}

.raio-x-button:hover {
  border-color: rgb(169 133 63 / 0.72);
  background: linear-gradient(90deg, #736350 0%, #0b0b0a 100%);
  box-shadow: inset 0 1px rgb(255 255 255 / 0.16), 0 0.9rem 2.4rem rgb(115 99 80 / 0.2);
  color: #fcf9d3;
}

.section-cta-row {
  display: flex;
  justify-content: center;
  margin-top: clamp(2.2rem, 4.5vw, 3.6rem);
}

.hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.4rem;
  margin-top: 1.8rem;
  color: var(--color-text-muted);
  font-size: 0.73rem;
  letter-spacing: 0.04em;
}

.hero-notes li { position: relative; padding-left: 0.8rem; }
.hero-notes li::before { position: absolute; top: 0.45em; left: 0; width: 0.3rem; height: 0.3rem; border-radius: 50%; background: var(--color-gold); content: ""; }

.hero-visual {
  position: relative;
  align-self: end;
  min-height: 39rem;
}

.hero-photo-frame {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  height: min(78vh, 48rem);
  align-items: flex-end;
  justify-content: center;
}

.hero-photo-frame::after {
  position: absolute;
  right: 1rem;
  bottom: 0;
  left: 1rem;
  height: 18%;
  background: linear-gradient(to bottom, transparent, #050403 88%);
  content: "";
}

.hero-photo-frame img {
  width: min(100%, 32rem);
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: saturate(0.88) contrast(1.04) drop-shadow(0 1.5rem 3rem rgb(0 0 0 / 0.55));
}

.hero-monogram {
  position: absolute;
  z-index: 1;
  top: 18%;
  left: 50%;
  translate: -50% 0;
  color: rgb(213 174 98 / 0.13);
  font-family: var(--font-display);
  font-size: clamp(18rem, 31vw, 31rem);
  line-height: 0.8;
}

.hero-signature {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 3.2rem;
  display: grid;
  min-width: 13rem;
  border-left: 1px solid var(--color-gold);
  background: rgb(5 4 3 / 0.72);
  padding: 0.75rem 1rem;
}

.hero-signature strong {
  color: var(--color-gold-light);
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.hero-signature span { margin-top: 0.25rem; color: var(--color-text-muted); font-size: 0.63rem; letter-spacing: 0.11em; text-transform: uppercase; }

.hero-marquee {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  min-width: max-content;
  min-height: 3.1rem;
  align-items: center;
  justify-content: center;
  gap: clamp(1.25rem, 2.5vw, 2.5rem);
  border-block: 1px solid rgb(255 244 205 / 0.24);
  background:
    linear-gradient(
      90deg,
      rgb(24 14 7 / 0.88) 0%,
      rgb(38 23 12 / 0.42) 7%,
      transparent 18%,
      transparent 82%,
      rgb(38 23 12 / 0.42) 93%,
      rgb(24 14 7 / 0.88) 100%
    ),
    linear-gradient(180deg, #f3dda0 0%, #d0a455 48%, #9b692f 100%);
  box-shadow: inset 0 1px rgb(255 255 255 / 0.35), inset 0 -1px rgb(65 35 13 / 0.38), 0 0.6rem 2rem rgb(0 0 0 / 0.28);
  padding: 0.9rem 1rem;
  color: #1b120b;
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.2em;
  text-shadow: 0 1px rgb(255 244 210 / 0.18);
  text-transform: uppercase;
}

.hero-marquee i { color: #53351b; font-style: normal; }

.problem-section {
  background:
    radial-gradient(circle at 82% 42%, rgb(92 38 22 / 0.13), transparent 31rem),
    linear-gradient(180deg, #070504, #0d0706 48%, #070504);
}

.brand-divider {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(calc(100% - 2 * var(--content-gutter)), 72rem);
  height: 5rem;
  margin: -2.5rem auto;
  place-items: center;
}

.brand-divider::before,
.brand-divider::after {
  position: absolute;
  width: calc(50% - 3.85rem);
  height: 1px;
  content: "";
}

.brand-divider::before {
  left: 0;
  background: linear-gradient(90deg, transparent, rgb(214 189 139 / 0.28) 24%);
}

.brand-divider::after {
  right: 0;
  background: linear-gradient(90deg, rgb(214 189 139 / 0.28) 76%, transparent);
}

.brand-divider span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 5rem;
  height: 5rem;
  place-items: center;
}

.brand-divider img { width: 100%; height: 100%; object-fit: contain; }

.elo-brand-divider {
  position: relative;
  z-index: 4;
  display: grid;
  width: min(calc(100% - 2 * var(--content-gutter)), 58rem);
  height: 6.5rem;
  margin: -3.25rem auto;
  place-items: center;
  pointer-events: none;
}

.elo-brand-divider::before,
.elo-brand-divider::after {
  position: absolute;
  width: calc(50% - 7.5rem);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgb(214 189 139 / 0.42));
  box-shadow: 0 0 0.5rem rgb(191 145 75 / 0.08);
  content: "";
}

.elo-brand-divider::before { left: 0; }
.elo-brand-divider::after { right: 0; rotate: 180deg; }

.elo-brand-divider span {
  display: block;
  width: clamp(9rem, 15vw, 11.5rem);
}

.elo-brand-divider img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 1rem rgb(191 145 75 / 0.12));
}

.elo-brand-divider-line {
  width: min(calc(100% - 2 * var(--content-gutter)), 64rem);
  height: 3.5rem;
  margin-block: -1.75rem;
}

.elo-brand-divider-line::before {
  left: 0;
  width: 100%;
  background: linear-gradient(90deg, transparent, rgb(191 145 75 / 0.32) 50%, transparent);
}

.elo-brand-divider-line::after { display: none; }

.section-transition { position: relative; }

.section-transition::before {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  height: 3.375rem;
  background: radial-gradient(ellipse at center top, rgb(75 10 10 / 0.24), transparent 68%);
  content: "";
  pointer-events: none;
}

.section-transition::after {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  width: min(calc(100% - 2 * var(--content-gutter)), 64rem);
  height: 1px;
  translate: -50% 0;
  background: linear-gradient(90deg, transparent, rgb(191 145 75 / 0.32) 50%, transparent);
  box-shadow: 0 0 0.5rem rgb(191 145 75 / 0.08);
  content: "";
  pointer-events: none;
}

.section-transition > .landing-container { position: relative; z-index: 1; }

.included-section.section-transition::after { display: none; }

.offer-brand-divider {
  position: relative;
  z-index: 4;
  display: grid;
  width: min(calc(100% - 2 * var(--content-gutter)), 50rem);
  height: 7rem;
  margin: -3.5rem auto;
  place-items: center;
  pointer-events: none;
}

.offer-brand-divider::before,
.offer-brand-divider::after {
  position: absolute;
  width: calc(50% - 6.6rem);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgb(191 145 75 / 0.42));
  content: "";
}

.offer-brand-divider::before { left: 0; }
.offer-brand-divider::after { right: 0; rotate: 180deg; }
.offer-brand-divider span { display: block; width: clamp(8rem, 13vw, 10.25rem); }
.offer-brand-divider img { width: 100%; height: auto; }

.problem-grid {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(3rem, 8vw, 8rem);
}

.problem-grid h2 { margin-top: 1rem; }

.problem-copy {
  display: grid;
  gap: 1.3rem;
  color: var(--color-text-soft);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  line-height: 1.8;
}

.problem-copy blockquote {
  margin: 0.8rem 0 0;
  border: 1px solid var(--color-border);
  border-left: 3px solid var(--color-gold);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  background: linear-gradient(135deg, rgb(213 174 98 / 0.08), rgb(87 25 19 / 0.07));
  padding: 1.4rem 1.5rem;
  color: var(--color-text);
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.35;
}

.method-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 32%, rgb(133 73 34 / 0.09), transparent 28rem),
    #070504;
}

.method-section::before {
  position: absolute;
  top: 6rem;
  right: -10rem;
  width: 30rem;
  height: 30rem;
  border: 1px solid rgb(213 174 98 / 0.1);
  border-radius: 50%;
  content: "";
}

.section-heading { max-width: 55rem; }
.section-heading h2 { margin-top: 0.9rem; }
.section-heading > p:last-child { max-width: 42rem; margin-top: 1rem; color: var(--color-text-soft); font-size: 1.05rem; line-height: 1.75; }
.section-heading-centered { margin-inline: auto; text-align: center; }
.section-heading-centered > p:last-child { margin-inline: auto; }

.pillar-showcase {
  display: grid;
  margin-top: clamp(3rem, 6vw, 5rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.pillar-card {
  position: relative;
  min-height: 30rem;
  overflow: hidden;
  border: 1px solid rgb(213 174 98 / 0.16);
  border-radius: var(--radius-md);
  background: #090604;
  padding: clamp(1.5rem, 3vw, 2.3rem);
  box-shadow: inset 0 1px rgb(255 255 255 / 0.035), 0 1rem 2.5rem rgb(0 0 0 / 0.18);
}

.pillar-card::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(to top, rgb(5 4 3 / 0.74) 0%, rgb(5 4 3 / 0.5) 32%, rgb(5 4 3 / 0.16) 66%, rgb(5 4 3 / 0.03) 100%),
    linear-gradient(135deg, rgb(107 57 25 / 0.08), transparent 55%);
  content: "";
}

.pillar-card picture {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
}

.pillar-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.96;
  filter: saturate(0.72) sepia(0.08) contrast(1.06);
}

.pillar-card:nth-child(1) img { object-position: center 44%; }
.pillar-card:nth-child(2) img { object-position: center 43%; }
.pillar-card:nth-child(3) img { object-position: center 56%; }

.pillar-index {
  position: absolute;
  z-index: 2;
  top: 1.5rem;
  right: 1.5rem;
  color: rgb(213 174 98 / 0.5);
  font-family: var(--font-display);
  font-size: 1rem;
}

.pillar-card .landing-eyebrow,
.pillar-card h3,
.pillar-card > p:last-child {
  position: relative;
  z-index: 2;
  text-shadow: 0 2px 14px rgb(0 0 0 / 0.95);
}
.pillar-card .landing-eyebrow { margin-top: 17rem; }
.pillar-card h3 { margin-top: 0.75rem; }
.pillar-card > p:last-child { margin-top: 0.9rem; color: #c9c0b7; font-size: 0.9rem; line-height: 1.7; }

@media (min-width: 50.01rem) {
  .pillar-card picture {
    bottom: auto;
    height: 17rem;
    background: #090604;
  }

  .pillar-card img {
    object-position: center;
  }

  .pillar-card .landing-eyebrow {
    margin-top: 16rem;
  }
}

.fit-section {
  background:
    radial-gradient(circle at 6% 55%, rgb(116 34 24 / 0.14), transparent 30rem),
    radial-gradient(circle at 92% 32%, rgb(101 54 23 / 0.08), transparent 25rem),
    linear-gradient(180deg, #120706, #0e0605);
}

.fit-panel {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 8% 100%, rgb(111 36 25 / 0.13), transparent 27rem),
    radial-gradient(circle at 92% 10%, rgb(184 132 54 / 0.06), transparent 22rem),
    linear-gradient(145deg, rgb(255 255 255 / 0.025), transparent 58%),
    #090504;
  box-shadow: inset 0 1px rgb(255 255 255 / 0.025), 0 1.5rem 4rem rgb(0 0 0 / 0.18);
  padding: clamp(2.25rem, 5vw, 4.5rem);
  gap: clamp(2rem, 4vw, 3rem);
}

.fit-intro {
  display: grid;
  justify-items: center;
  text-align: center;
}

.fit-intro h2 {
  max-width: 54rem;
  margin-top: 0.9rem;
  font-size: clamp(2.2rem, 3.35vw, 3.2rem);
  line-height: 1.06;
}

.fit-intro h2 > span { display: block; }

.text-link {
  display: inline-flex;
  gap: 0.8rem;
  margin-top: 1.8rem;
  color: var(--color-gold-light);
  font-size: 0.8rem;
  font-weight: 750;
  line-height: 1.5;
  text-underline-offset: 0.35rem;
}

.fit-list {
  display: grid;
  width: 100%;
  max-width: 64rem;
  margin-inline: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.fit-list li {
  display: grid;
  min-height: 8.4rem;
  align-items: start;
  border: 1px solid rgb(214 189 139 / 0.14);
  border-radius: 1.1rem;
  background:
    radial-gradient(circle at 8% 100%, rgb(120 43 29 / 0.12), transparent 65%),
    linear-gradient(135deg, rgb(255 255 255 / 0.032), rgb(54 26 19 / 0.08));
  box-shadow: inset 0 1px rgb(255 255 255 / 0.025), 0 0.9rem 2.5rem rgb(62 20 16 / 0.08);
  padding: 1.25rem 1.35rem;
  grid-template-columns: 2rem 1fr;
  gap: 0.9rem;
}

.fit-list .fit-number {
  padding-top: 0.12rem;
  color: var(--color-gold);
  font-family: var(--font-display);
  font-size: 0.78rem;
  line-height: 1.2;
}

.fit-list h3 {
  color: var(--color-text);
  font-size: 1.03rem;
  line-height: 1.22;
}

.fit-list p {
  margin-top: 0.45rem;
  color: var(--color-text-soft);
  font-size: 0.84rem;
  line-height: 1.55;
}

.fit-cta {
  min-height: 2.9rem;
  justify-self: center;
  margin-top: 0.15rem;
  padding: 0.72rem 1.4rem;
  font-size: 0.76rem;
}

.included-section {
  position: relative;
  background: linear-gradient(180deg, #120706 0%, #0a0504 100%);
}

.included-heading {
  max-width: 49rem;
}

.included-heading h2 {
  font-size: clamp(2.15rem, 3.35vw, 3.15rem);
  line-height: 1.05;
}

.included-heading > p:last-child {
  max-width: 38rem;
  font-size: 0.94rem;
  line-height: 1.65;
}

.included-grid {
  display: grid;
  margin-top: clamp(2.6rem, 5vw, 4rem);
  counter-reset: item;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 1.8vw, 1.35rem);
}

.included-grid li {
  display: grid;
  min-height: 8rem;
  align-items: start;
  border: 1px solid transparent;
  border-radius: 1.15rem;
  background:
    linear-gradient(#070503, #070503) padding-box,
    linear-gradient(135deg, #3d332c 0%, #b49572 52%, #312a25 100%) border-box;
  box-shadow:
    inset 0 1px rgb(252 249 211 / 0.08),
    inset 0 -1px rgb(0 0 0 / 0.48),
    0 1rem 2.8rem rgb(62 18 14 / 0.08);
  padding: clamp(1.25rem, 2.4vw, 1.65rem);
  grid-template-columns: 2.75rem 1fr;
  gap: 1rem;
}

.included-grid li > span {
  display: grid;
  width: 2.45rem;
  height: 2.45rem;
  place-items: center;
  border: 1px solid #5a4934;
  border-radius: 50%;
  color: var(--color-gold-light);
  font-size: 0.66rem;
  font-weight: 700;
  box-shadow: inset 0 0 1rem rgb(184 129 51 / 0.035);
}

.included-grid li:last-child { grid-column: 1 / -1; }

.included-grid h3 {
  display: inline-block;
  background: linear-gradient(to left, #fcf9d3 0%, #a9853f 100%);
  background-clip: text;
  color: transparent;
  font-family: var(--font-body);
  font-size: 1.03rem;
  font-weight: 750;
  letter-spacing: 0;
  line-height: 1.25;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.included-grid p {
  max-width: 48rem;
  margin-top: 0.5rem;
  color: var(--color-text-soft);
  font-size: 0.86rem;
  line-height: 1.58;
}

.journey-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 5% 80%, rgb(104 35 25 / 0.14), transparent 30rem),
    linear-gradient(135deg, #080403 0%, #100605 52%, #060403 100%);
}

.journey-photo {
  position: absolute;
  inset: 0 auto 0 0;
  width: 49%;
  overflow: hidden;
  pointer-events: none;
}

.journey-photo::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgb(7 3 2 / 0.86) 0%, rgb(9 4 3 / 0.48) 48%, rgb(8 4 3 / 0.96) 100%),
    linear-gradient(180deg, rgb(6 3 2 / 0.58), transparent 34%, rgb(6 3 2 / 0.82));
  content: "";
}

.journey-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 66% center;
  filter: saturate(0.55) sepia(0.16) brightness(0.72) contrast(1.08);
}

.journey-grid {
  display: grid;
  position: relative;
  z-index: 1;
  align-items: start;
  grid-template-columns: minmax(0, 0.79fr) minmax(0, 1.04fr);
  gap: clamp(3rem, 6.5vw, 6.5rem);
}

.journey-copy h2 {
  max-width: 35rem;
  margin-top: 0.9rem;
  font-size: clamp(2.25rem, 3.45vw, 3.35rem);
  line-height: 1.04;
}

.journey-copy h2 span {
  display: block;
}

.journey-copy > p:last-child {
  max-width: 34rem;
  margin-top: 1.35rem;
  color: var(--color-text-soft);
  font-size: 1rem;
  line-height: 1.8;
}

.journey-cta { margin-top: 1.8rem; }

.journey-points {
  display: grid;
  margin: 0;
  border-top: 1px solid rgb(190 145 75 / 0.18);
  list-style: none;
}

.journey-points li {
  display: grid;
  min-height: 10rem;
  align-items: center;
  border-bottom: 1px solid rgb(190 145 75 / 0.18);
  padding: 1.65rem clamp(0rem, 2vw, 1.25rem);
  grid-template-columns: clamp(5.5rem, 8vw, 7rem) minmax(0, 1fr);
  gap: clamp(1rem, 2vw, 2rem);
}

.journey-number {
  color: rgb(190 145 75 / 0.12);
  font-family: var(--font-body);
  font-size: clamp(4rem, 6vw, 5.2rem);
  font-weight: 800;
  letter-spacing: -0.07em;
  line-height: 0.85;
}

.journey-points strong {
  display: block;
  color: var(--color-gold-light);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.journey-points p {
  max-width: 31rem;
  margin-top: 0.5rem;
  color: var(--color-text-soft);
  font-size: 0.94rem;
  line-height: 1.65;
}

.authority-section {
  background:
    radial-gradient(circle at 50% 44%, rgb(112 49 25 / 0.11), transparent 38rem),
    linear-gradient(180deg, #060403, #050403);
}
.authority-grid { display: grid; margin-top: clamp(3rem, 6vw, 5rem); gap: 1rem; }

.authority-card {
  display: grid;
  min-height: 35rem;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgb(39 19 13 / 0.56), rgb(255 255 255 / 0.018));
  grid-template-columns: minmax(18rem, 0.72fr) minmax(0, 1.28fr);
}

.authority-card-reverse { grid-template-columns: minmax(0, 1.28fr) minmax(18rem, 0.72fr); }
.authority-card-reverse .authority-photo { order: 2; }

.authority-photo { position: relative; min-height: 35rem; overflow: hidden; }
.authority-photo::after { position: absolute; inset: 0; background: linear-gradient(to right, transparent 60%, rgb(12 7 5 / 0.7)); content: ""; }
.authority-card-reverse .authority-photo::after { background: linear-gradient(to left, transparent 60%, rgb(12 7 5 / 0.7)); }
.authority-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.74) sepia(0.12) contrast(1.05); }
.authority-photo-thiago img { object-position: center 22%; }
.authority-photo-jessika img { object-position: center 18%; }

.authority-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 6vw, 5rem); }
.authority-copy h3 { margin-top: 0.7rem; font-size: clamp(2.35rem, 4vw, 3.8rem); }
.authority-copy > p:not(.landing-eyebrow) { margin-top: 1rem; color: var(--color-text-soft); font-size: 0.94rem; line-height: 1.75; }

.offer-section {
  background:
    radial-gradient(circle at 80% 42%, rgb(112 48 22 / 0.12), transparent 29rem),
    linear-gradient(180deg, #050403 0%, #050403 68%, #130706 100%);
}

.offer-wrap {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(21rem, 0.72fr);
  gap: clamp(3rem, 8vw, 8rem);
}

.offer-heading h2 { margin-top: 0.9rem; }
.offer-heading > p:last-child { margin-top: 1.2rem; color: var(--color-text-soft); font-size: 1.05rem; line-height: 1.7; }

.offer-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 0.1);
  border-radius: 1.4rem;
  background:
    radial-gradient(circle at 0% 58%, rgb(214 165 74 / 0.12), transparent 46%),
    radial-gradient(circle at 100% 100%, rgb(120 48 22 / 0.2), transparent 58%),
    linear-gradient(180deg, #050505 0%, #080605 54%, #100806 100%);
  box-shadow:
    inset 0 1px rgb(255 255 255 / 0.055),
    inset 0 -2rem 5rem rgb(0 0 0 / 0.22),
    0 1.8rem 4rem rgb(0 0 0 / 0.36),
    0 0 2.6rem rgb(171 112 44 / 0.07);
  padding: clamp(2rem, 4vw, 2.65rem);
}

.offer-card::before {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 44%, rgb(0 0 0 / 0.32) 100%);
  content: "";
  pointer-events: none;
}

.offer-card > * { position: relative; z-index: 1; }
.offer-card-top { text-align: center; }
.offer-plan {
  display: inline-flex;
  min-height: 1.85rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(211 169 92 / 0.3);
  border-radius: 999px;
  padding: 0.3rem 0.8rem;
  background: linear-gradient(90deg, rgb(115 99 80 / 0.14), rgb(11 11 10 / 0.16));
  color: var(--color-gold-light);
  font-size: 0.65rem;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.offer-billing { margin-top: 0.8rem; color: var(--color-text-muted); font-size: 0.66rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.offer-price { display: flex; align-items: flex-end; justify-content: center; margin-top: 0.9rem; color: var(--color-gold-light); line-height: 1; }
.offer-price span { align-self: center; margin-right: 0.45rem; color: #f0e8da; font-size: 1.05rem; font-weight: 700; }
.offer-price strong,
.offer-price sup {
  background: linear-gradient(180deg, #f7eabf 0%, #d5ad58 52%, #a8762f 100%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.offer-price strong { font-family: var(--font-body); font-size: clamp(5.1rem, 9vw, 7.25rem); font-weight: 900; letter-spacing: -0.075em; line-height: 0.82; }
.offer-price sup { align-self: flex-start; margin: 0.25rem 0 0 0.15rem; font-size: 1.15rem; font-weight: 800; }
.offer-price small { margin: 0 0 0.2rem 0.35rem; color: var(--color-text-muted); font-size: 0.75rem; }
.offer-couple { margin-top: 0.7rem; color: var(--color-text); font-size: 0.84rem; font-weight: 700; }
.offer-term { margin-top: 0.5rem; color: var(--color-gold-light); font-size: 0.76rem; font-weight: 700; }
.offer-equivalent { margin-top: 0.25rem; color: var(--color-text-muted); font-size: 0.74rem; }

.offer-list { display: grid; gap: 0.65rem; margin-top: 2rem; }
.offer-list li { position: relative; border-bottom: 1px solid rgb(255 255 255 / 0.07); padding: 0 0 0.65rem 1.35rem; color: var(--color-text-soft); font-size: 0.82rem; line-height: 1.5; }
.offer-list li::before { position: absolute; top: 0.05rem; left: 0; color: var(--color-gold-light); content: "✓"; }
.offer-button { width: 100%; margin-top: 1.4rem; }
.checkout-status { min-height: 1.15rem; margin-top: 0.75rem; color: var(--color-text-muted); font-size: 0.68rem; line-height: 1.5; text-align: center; }
.offer-divider { display: grid; align-items: center; margin-block: 0.7rem; grid-template-columns: 1fr auto 1fr; gap: 0.65rem; color: var(--color-text-muted); font-size: 0.7rem; }
.offer-divider::before, .offer-divider::after { height: 1px; background: rgb(255 255 255 / 0.08); content: ""; }
.offer-quiz-button { width: 100%; min-height: 3.1rem; }

.faq-grid { display: grid; align-items: start; grid-template-columns: minmax(0, 0.65fr) minmax(0, 1.35fr); gap: clamp(3rem, 8vw, 8rem); }
.faq-section {
  background:
    radial-gradient(circle at 82% 36%, rgb(107 52 25 / 0.1), transparent 29rem),
    linear-gradient(180deg, #130706, #0f0605);
}
.faq-heading h2 { margin-top: 0.9rem; }
.faq-list { border-top: 1px solid var(--color-border); }
.faq-list details { border-bottom: 1px solid rgb(255 255 255 / 0.09); }
.faq-list summary { display: flex; min-height: 4.8rem; align-items: center; justify-content: space-between; gap: 1rem; color: var(--color-text); cursor: pointer; font-size: clamp(0.95rem, 1.5vw, 1.08rem); font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--color-gold); font-family: var(--font-display); font-size: 1.5rem; transition: rotate var(--motion-fast) ease; }
.faq-list details[open] summary span { rotate: 45deg; }
.faq-list details p { max-width: 43rem; padding: 0 2.5rem 1.5rem 0; color: var(--color-text-soft); font-size: 0.9rem; line-height: 1.75; }

.final-cta-section {
  padding-block: clamp(6rem, 12vw, 11rem);
  background:
    linear-gradient(180deg, #0f0605 0%, rgb(5 4 3 / 0.78) 24%, transparent 72%),
    radial-gradient(circle at 50% 50%, rgb(94 44 21 / 0.25), transparent 36rem);
  text-align: center;
}
.final-cta-inner { display: grid; justify-items: center; }
.final-cta-inner > img { width: min(70vw, 22rem); height: auto; margin-bottom: 2.5rem; }
.final-cta-inner h2 { max-width: 55rem; margin-top: 0.9rem; }
.final-actions { justify-content: center; }

.landing-footer { border-top: 1px solid rgb(255 255 255 / 0.07); background: #040302; }
.footer-inner { display: flex; min-height: 7rem; align-items: center; justify-content: space-between; gap: 2rem; color: var(--color-text-muted); font-size: 0.67rem; line-height: 1.55; }
.footer-inner p:last-child { max-width: 37rem; text-align: right; }

@media (max-width: 64rem) {
  .hero-grid { grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.95fr); }
  .hero-copy h1 { font-size: clamp(3rem, 6vw, 4.9rem); }
  .pillar-card { min-height: 27rem; }
  .pillar-card .landing-eyebrow { margin-top: 14rem; }
  .authority-card, .authority-card-reverse { grid-template-columns: minmax(17rem, 0.8fr) minmax(0, 1.2fr); }
}

@media (max-width: 50rem) {
  .landing-header { position: absolute; }
  .header-inner { min-height: 5.5rem; }
  .brand-link { width: 13rem; }
  .menu-toggle { position: relative; z-index: 3; display: grid; width: 2.8rem; height: 2.8rem; place-content: center; gap: 0.38rem; border: 1px solid var(--color-border); border-radius: 50%; background: rgb(5 4 3 / 0.75); cursor: pointer; }
  .menu-toggle > span:not(.sr-only) { display: block; width: 1rem; height: 1px; background: var(--color-gold-light); }
  .primary-navigation { position: absolute; top: 0.6rem; right: var(--content-gutter); left: var(--content-gutter); display: grid; align-content: center; gap: 0; border: 1px solid var(--color-border); border-radius: var(--radius-md); background: rgb(11 8 6 / 0.98); box-shadow: var(--shadow-panel); padding: 5.4rem 1.2rem 1.2rem; visibility: hidden; opacity: 0; translate: 0 -0.5rem; transition: opacity var(--motion-fast) ease, translate var(--motion-fast) ease, visibility var(--motion-fast) ease; }
  .primary-navigation.is-open { visibility: visible; opacity: 1; translate: 0 0; }
  .primary-navigation a { border-top: 1px solid rgb(255 255 255 / 0.07); padding: 1rem 0.35rem; }
  .primary-navigation .nav-quiz { margin-top: 0.7rem; border: 1px solid var(--color-border-strong); padding: 0.9rem 1rem; text-align: center; }

  .hero-section { min-height: auto; }
  .hero-grid { min-height: auto; padding-top: 8.5rem; grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy h1 { font-size: clamp(3rem, 10vw, 5.1rem); }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .hero-notes { justify-content: center; }
  .hero-visual { min-height: 36rem; }
  .hero-photo-frame { height: 38rem; }
  .hero-signature { right: 8%; bottom: 3.5rem; }
  .hero-marquee { justify-content: flex-start; overflow: hidden; }

  .problem-grid, .fit-panel, .journey-grid, .offer-wrap, .faq-grid { grid-template-columns: 1fr; }
  .journey-photo { width: 100%; height: 48%; }
  .journey-photo::after {
    background:
      linear-gradient(90deg, rgb(7 3 2 / 0.9), rgb(9 4 3 / 0.55) 58%, rgb(8 4 3 / 0.88)),
      linear-gradient(180deg, rgb(6 3 2 / 0.52), rgb(6 3 2 / 0.98) 100%);
  }
  .pillar-showcase { grid-template-columns: 1fr; }
  .pillar-card { min-height: 40rem; }
  .pillar-card .landing-eyebrow { margin-top: 24rem; }
  .pillar-card:nth-child(1) img { object-position: center 68%; }
  .pillar-card:nth-child(2) img { object-position: center 68%; }
  .pillar-card:nth-child(3) img { object-position: center 58%; }
  .fit-panel { gap: 2rem; }
  .fit-list { grid-template-columns: 1fr; }
  .fit-list li { min-height: 0; }
  .authority-card, .authority-card-reverse { grid-template-columns: 1fr; }
  .authority-card-reverse .authority-photo { order: 0; }
  .authority-photo { min-height: 30rem; }
  .authority-photo::after, .authority-card-reverse .authority-photo::after { background: linear-gradient(to bottom, transparent 60%, rgb(12 7 5 / 0.85)); }
  .offer-wrap { max-width: 42rem; }
  .footer-inner { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 1.5rem; }
  .footer-inner p:last-child { text-align: left; }
}

@media (max-width: 38rem) {
  .section-space { padding-block: 4.5rem; }
  .brand-divider { width: min(calc(100% - 2 * var(--content-gutter)), 72rem); height: 3.25rem; margin-block: -1.625rem; }
  .brand-divider span { width: 3.25rem; height: 3.25rem; }
  .brand-divider::before,
  .brand-divider::after { width: calc(50% - 2.65rem); }
  .elo-brand-divider { height: 5rem; margin-block: -2.5rem; }
  .elo-brand-divider span { width: 7.75rem; }
  .elo-brand-divider::before,
  .elo-brand-divider::after { width: calc(50% - 5.25rem); }
  .elo-brand-divider-line { height: 3.25rem; margin-block: -1.625rem; }
  .elo-brand-divider-line::before { width: 100%; }
  .offer-brand-divider { height: 5.5rem; margin-block: -2.75rem; }
  .offer-brand-divider span { width: 7.25rem; }
  .offer-brand-divider::before,
  .offer-brand-divider::after { width: calc(50% - 5rem); }
  .landing-page h2,
  .fit-intro h2,
  .included-heading h2,
  .journey-copy h2 {
    font-size: clamp(1.65rem, 7.2vw, 1.9rem);
    line-height: 1.08;
  }
  .hero-grid { gap: 1rem; }
  .hero-copy h1 { font-size: clamp(2.85rem, 13vw, 4.1rem); }
  .hero-actions, .final-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .landing-button, .final-actions .landing-button { width: 100%; }
  .hero-notes { gap: 0.55rem 0.85rem; font-size: 0.65rem; }
  .hero-visual { min-height: 31rem; }
  .hero-photo-frame { right: -1.5rem; left: -1.5rem; height: 33rem; }
  .hero-signature { right: 0; bottom: 2.4rem; min-width: 11rem; }
  .hero-marquee { gap: 1.2rem; }
  .problem-grid { gap: 2rem; }
  .pillar-card { min-height: 40rem; }
  .fit-panel { padding: 1.8rem 1.15rem; }
  .fit-intro h2 > span:last-child { white-space: nowrap; }
  .fit-list li { padding: 1.1rem; grid-template-columns: 1.8rem 1fr; gap: 0.7rem; }
  .fit-cta { width: auto; }
  .included-grid { grid-template-columns: 1fr; }
  .included-heading > p:last-child { font-size: 0.86rem; }
  .included-grid li { min-height: auto; padding: 1.15rem; grid-template-columns: 2.55rem 1fr; gap: 0.8rem; }
  .journey-grid { gap: 2.5rem; }
  .journey-copy > p:last-child { font-size: 0.92rem; line-height: 1.7; }
  .journey-cta { width: 100%; }
  .journey-points li { min-height: 8.5rem; padding: 1.35rem 0; grid-template-columns: 4.2rem minmax(0, 1fr); gap: 0.85rem; }
  .journey-number { font-size: 3.5rem; }
  .journey-points p { font-size: 0.87rem; line-height: 1.6; }
  .authority-photo { min-height: 25rem; }
  .authority-copy { padding: 1.6rem; }
  .authority-copy h3 { font-size: 2.65rem; }
  .offer-card { border-radius: 1.2rem; }
  .offer-price strong { font-size: 5.8rem; }
  .final-cta-inner > img { width: min(80vw, 19rem); }
}

@media print {
  .landing-header,
  .ambient-particles,
  .ambient-glow,
  .hero-marquee,
  .landing-footer { display: none !important; }
}
