:root {
  --bg: #120d0b;
  --bg-soft: #1b1411;
  --surface: rgba(31, 22, 18, 0.86);
  --surface-strong: #241916;
  --surface-light: rgba(255, 255, 255, 0.04);
  --text: #f8f0e6;
  --muted: #c9b8aa;
  --accent: #f1b45b;
  --accent-strong: #ff8e43;
  --accent-soft: rgba(241, 180, 91, 0.16);
  --line: rgba(255, 245, 235, 0.1);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
  --radius: 22px;
  --container: min(1120px, calc(100vw - 32px));
}

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

html {
  scroll-behavior: smooth;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -48px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 10px;
  background: #fff4e6;
  color: #1a120d;
  font-weight: 700;
}

.skip-link:focus {
  top: 12px;
}

body {
  margin: 0;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(255, 142, 67, 0.18), transparent 28%),
    radial-gradient(circle at 85% 15%, rgba(241, 180, 91, 0.16), transparent 22%),
    linear-gradient(180deg, #140f0d 0%, #0f0b09 100%);
  color: var(--text);
  line-height: 1.65;
}

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

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

button,
a,
input,
textarea,
select {
  font: inherit;
}

button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(255, 142, 67, 0.55);
  outline-offset: 4px;
}

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

.container {
  width: var(--container);
  margin: 0 auto;
}

.hero {
  position: relative;
  padding: 20px 0 64px;
}

.hero__ambient {
  position: absolute;
  inset: auto auto 0 0;
  width: 320px;
  height: 320px;
  border-radius: 999px;
  filter: blur(12px);
  pointer-events: none;
  opacity: 0.7;
}

.hero__ambient--left {
  top: 140px;
  left: -140px;
  background: radial-gradient(circle, rgba(255, 142, 67, 0.28) 0%, transparent 70%);
}

.hero__ambient--right {
  top: 40px;
  right: -120px;
  background: radial-gradient(circle, rgba(241, 180, 91, 0.22) 0%, transparent 72%);
}

.announcement-bar,
.top-nav,
.hero__content,
.split,
.offer,
.authority,
.footer__content {
  position: relative;
  z-index: 1;
}

.announcement-bar {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 12px 14px;
  margin-bottom: 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--muted);
  font-size: 0.85rem;
  white-space: nowrap;
  scrollbar-width: none;
}

.announcement-bar::-webkit-scrollbar {
  display: none;
}

.announcement-bar span {
  padding-right: 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.announcement-bar span:last-child {
  border-right: 0;
  padding-right: 0;
}

.top-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 34px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 1 0 100%;
}

.brand__mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 15px;
  background: linear-gradient(145deg, var(--accent) 0%, var(--accent-strong) 100%);
  color: #1a120d;
  font-family: "Georgia", serif;
  font-size: 1.2rem;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(255, 142, 67, 0.24);
}

.brand__text {
  display: grid;
  gap: 2px;
}

.brand__text strong,
.eyebrow,
h1,
h2,
h3,
.price-stack__value,
.offer-card__price strong,
.testimonial-card strong,
.sticky-cta__text strong {
  font-family: "Georgia", "Times New Roman", serif;
}

.brand__text strong {
  font-size: 1rem;
}

.brand__text small {
  color: var(--muted);
  font-size: 0.8rem;
}

.nav-link {
  flex: 1 1 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.hero__content,
.split,
.offer,
.authority,
.video-proof {
  display: grid;
  gap: 28px;
}

.hero__copy h1,
.section-heading h2,
.split__copy h2,
.authority__copy h2,
.final-cta h2,
.guarantee-card h2,
.offer__copy h2 {
  line-height: 1.08;
  letter-spacing: 0;
  margin: 0;
}

.hero__copy h1 {
  font-size: clamp(2.4rem, 8vw, 4.9rem);
  max-width: 12ch;
}

.hero__lead,
.section-heading p,
.split__copy p,
.offer__copy p,
.authority__copy p,
.final-cta p,
.guarantee-card p {
  color: var(--muted);
}

.hero__lead {
  margin: 18px 0 0;
  font-size: 1.03rem;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero__price-card,
.pain-card,
.method-card,
.start-card,
.trail-step,
.audience-card,
.deliverable-card,
.benefit-card,
.testimonial-card,
.offer-card,
.guarantee-card,
.faq-item,
.hero-card,
.transform-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.015) 100%),
    var(--surface);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.hero__price-card {
  display: grid;
  gap: 18px;
  padding: 24px;
  margin: 28px 0 24px;
}

.hero__choice-card {
  gap: 16px;
  border-color: rgba(241, 180, 91, 0.22);
  background:
    radial-gradient(circle at top right, rgba(241, 180, 91, 0.15), transparent 36%),
    radial-gradient(circle at bottom left, rgba(255, 142, 67, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055) 0%, rgba(255, 255, 255, 0.018) 100%),
    var(--surface);
}

.choice-card__header {
  display: grid;
  gap: 6px;
}

.choice-card__label {
  width: fit-content;
  padding: 7px 10px;
  border: 1px solid rgba(241, 180, 91, 0.2);
  border-radius: 999px;
  background: rgba(241, 180, 91, 0.08);
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.choice-card__header strong {
  font-family: "Georgia", "Times New Roman", serif;
  font-size: clamp(1.55rem, 6vw, 2rem);
  line-height: 1.12;
}

.choice-card__header p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.journey-meter {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(8, 6, 5, 0.28);
}

.journey-meter__item {
  display: grid;
  place-items: center;
  min-height: 34px;
  padding: 7px 8px;
  border-radius: 12px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-align: center;
  overflow-wrap: anywhere;
}

.journey-meter__item.is-active {
  color: var(--text);
  background: linear-gradient(135deg, rgba(241, 180, 91, 0.18), rgba(255, 142, 67, 0.08));
}

.choice-stack {
  display: grid;
  gap: 12px;
}

.choice-step {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 92px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.12);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.choice-step:hover {
  transform: translateY(-3px);
  border-color: rgba(241, 180, 91, 0.36);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 20px 36px rgba(0, 0, 0, 0.2);
}

.choice-step--primary {
  border-color: rgba(241, 180, 91, 0.38);
  background:
    radial-gradient(circle at top right, rgba(255, 142, 67, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(241, 180, 91, 0.2), rgba(255, 142, 67, 0.1));
  box-shadow: 0 18px 34px rgba(255, 142, 67, 0.16);
}

.choice-step__number {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 16px;
  color: #21140d;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);
  font-size: 0.92rem;
  font-weight: 900;
}

.choice-step__text {
  display: grid;
  gap: 3px;
}

.choice-step__text strong {
  font-size: 1.02rem;
  line-height: 1.2;
}

.choice-step__text small {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.35;
}

.choice-step__badges,
.mission-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 5px;
}

.choice-step__badges em,
.mission-badges span,
.mission-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 26px;
  padding: 5px 8px;
  border: 1px solid rgba(241, 180, 91, 0.16);
  border-radius: 999px;
  background: rgba(241, 180, 91, 0.075);
  color: #ecd0ad;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
}

.choice-step::after {
  content: ">";
  color: var(--accent);
  font-size: 1.25rem;
  font-weight: 900;
}

.price-stack {
  display: grid;
  gap: 6px;
}

.price-stack--compact {
  grid-template-columns: auto 1fr;
  align-items: baseline;
  gap: 6px 10px;
  padding-top: 2px;
}

.price-stack--compact .price-stack__value {
  font-size: 1.55rem;
}

.price-stack--compact .price-stack__note {
  grid-column: 1 / -1;
}

.price-stack__label,
.price-stack__note,
.microcopy,
.config-note,
.offer-card__price span,
.offer-card__price small,
.faq-answer p,
.offer-list,
.hero__proof,
.check-list,
.footer p {
  color: var(--muted);
}

.price-stack__value {
  font-size: clamp(2rem, 7vw, 3.2rem);
  line-height: 1;
  color: var(--text);
}

.hero__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 24px;
  border-radius: 16px;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn--primary {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);
  color: #21140d;
  box-shadow: 0 16px 36px rgba(255, 142, 67, 0.28);
}

.btn--secondary {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.02);
  color: var(--text);
}

.btn--full {
  width: 100%;
}

.microcopy {
  margin: 0;
  font-size: 0.9rem;
}

.config-note {
  margin: -4px 0 0;
  padding: 10px 12px;
  border: 1px dashed rgba(241, 180, 91, 0.35);
  border-radius: 14px;
  background: rgba(241, 180, 91, 0.08);
  font-size: 0.88rem;
}

.config-note code {
  color: var(--text);
}

.config-note--center {
  text-align: center;
}

.microcopy--center {
  text-align: center;
}

.hero__proof,
.offer-list,
.check-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.offer-list--compact {
  margin: 0 0 20px;
}

.hero__proof li,
.offer-list li,
.check-list li {
  position: relative;
  padding-left: 24px;
}

.hero__proof li::before,
.offer-list li::before,
.check-list li::before {
  content: "";
  position: absolute;
  top: 0.63rem;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);
  box-shadow: 0 0 0 6px rgba(255, 142, 67, 0.12);
}

.support-card {
  display: grid;
  gap: 10px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.support-card strong {
  font-size: 1rem;
}

.support-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.hero-card {
  position: relative;
  padding: 18px;
  overflow: hidden;
}

.hero-card__badge,
.hero-card__floating,
.offer-card__tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(16, 12, 10, 0.72);
  border-radius: 999px;
  color: var(--text);
}

.hero-card__badge {
  padding: 10px 14px;
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 0.88rem;
}

.hero-card__image {
  border-radius: calc(var(--radius) - 4px);
  width: 100%;
  object-fit: cover;
}

.hero-card__floating {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 14px 16px;
  border-radius: 18px;
  flex-direction: column;
  align-items: flex-start;
}

.hero-card__floating span {
  color: var(--muted);
  font-size: 0.9rem;
}

.section {
  padding: 72px 0;
}

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

.section-heading h2,
.split__copy h2,
.offer__copy h2,
.authority__copy h2,
.guarantee-card h2,
.final-cta h2 {
  font-size: clamp(2rem, 6vw, 3.5rem);
}

.pain-grid,
.method-grid,
.start-grid,
.journey-trail,
.deliverables-grid,
.benefits-grid,
.testimonial-grid,
.content-grid {
  display: grid;
  gap: 18px;
}

.pain-card,
.method-card,
.start-card,
.trail-step,
.deliverable-card,
.benefit-card,
.testimonial-card,
.content-card,
.video-embed {
  padding: 24px;
}

.video-proof__copy {
  display: grid;
  align-content: center;
}

.video-embed {
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 4px);
  background:
    radial-gradient(circle at top right, rgba(241, 180, 91, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.015) 100%),
    var(--surface);
  box-shadow: var(--shadow);
}

.video-embed iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 18px;
}

.pain-card h3,
.method-card h3,
.start-card h3,
.trail-step h3,
.deliverable-card h3,
.benefit-card h3,
.testimonial-card h3,
.content-card h3 {
  margin: 0 0 10px;
  font-size: 1.18rem;
}

.pain-card p,
.method-card p,
.start-card p,
.trail-step p,
.deliverable-card p,
.benefit-card p,
.transform-item p,
.testimonial-card p,
.content-card p {
  margin: 0;
  color: var(--muted);
}

.transform-list {
  display: grid;
  gap: 14px;
}

.transform-item {
  padding: 20px 22px;
}

.method-card {
  position: relative;
  overflow: hidden;
}

.section--start {
  padding-top: 56px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.018) 0%, rgba(255, 255, 255, 0) 100%),
    rgba(255, 255, 255, 0.01);
}

.start-grid {
  align-items: stretch;
}

.start-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 24px;
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.start-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(241, 180, 91, 0.1), transparent 32%),
    radial-gradient(circle at 86% 18%, rgba(255, 142, 67, 0.12), transparent 26%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.start-card:hover {
  transform: translateY(-4px);
  border-color: rgba(241, 180, 91, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%),
    var(--surface);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.38);
}

.start-card:hover::before {
  opacity: 1;
}

.start-card > * {
  position: relative;
  z-index: 1;
}

.start-card__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.start-card--premium {
  border-color: rgba(255, 142, 67, 0.24);
  background:
    radial-gradient(circle at top right, rgba(255, 142, 67, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.052) 0%, rgba(255, 255, 255, 0.018) 100%),
    var(--surface);
}

.start-card .method-card__number,
.trail-step__number {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  color: #22150d;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);
  font-weight: 800;
}

.start-card .method-card__number {
  margin-bottom: 0;
}

.mission-label {
  justify-content: center;
  color: var(--accent);
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
}

.start-card--featured {
  border-color: rgba(241, 180, 91, 0.28);
  background:
    radial-gradient(circle at top right, rgba(241, 180, 91, 0.13), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055) 0%, rgba(255, 255, 255, 0.02) 100%),
    var(--surface);
}

.start-card .btn {
  margin-top: auto;
}

.journey-trail {
  margin-bottom: 20px;
}

.trail-step {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  padding: 18px;
}

.trail-step--primary {
  border-color: rgba(241, 180, 91, 0.28);
}

.trail-step h3 {
  margin-bottom: 8px;
}

.trail-step .btn {
  margin-top: 14px;
}

.content-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.015) 100%),
    var(--surface);
  box-shadow: var(--shadow);
}

.method-card__number {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--accent);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.audience-card {
  padding: 24px;
}

.deliverable-card img,
.guarantee-card img {
  margin-bottom: 16px;
}

.authority__media img {
  border-radius: 28px;
  min-height: 100%;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.authority__copy {
  display: grid;
  align-content: center;
  gap: 18px;
}

.authority__copy blockquote {
  margin: 0;
  padding: 20px 22px;
  border-left: 3px solid var(--accent);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 0 18px 18px 0;
  color: var(--text);
}

.offer-card {
  padding: 24px;
}

.offer-card__tag {
  padding: 10px 14px;
  color: var(--accent);
  font-size: 0.84rem;
  font-weight: 700;
}

.offer-card__price {
  display: grid;
  gap: 6px;
  margin: 18px 0 22px;
}

.offer-card__price strong {
  font-size: clamp(2.4rem, 7vw, 4rem);
  line-height: 0.95;
}

.guarantee-card {
  display: grid;
  gap: 16px;
  padding: 24px;
}

.faq {
  display: grid;
  gap: 14px;
}

.faq-item {
  overflow: hidden;
}

.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 20px 22px;
  border: 0;
  background: transparent;
  color: var(--text);
  text-align: left;
  cursor: pointer;
}

.faq-question::after {
  content: "+";
  flex: 0 0 auto;
  font-size: 1.5rem;
  color: var(--accent);
  transition: transform 180ms ease;
}

.faq-item.is-open .faq-question::after {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 220ms ease;
}

.faq-answer p {
  margin: 0;
  padding: 0 22px 22px;
}

.final-cta {
  display: grid;
  gap: 16px;
  padding: 32px 24px;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 8px);
  background:
    radial-gradient(circle at top right, rgba(241, 180, 91, 0.16), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.015) 100%),
    var(--surface);
  text-align: center;
}

.final-cta__actions {
  display: grid;
  gap: 12px;
}

.footer {
  padding: 24px 0 110px;
}

.footer__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: space-between;
  font-size: 0.95rem;
}

.footer p {
  margin: 0;
}

.sticky-cta {
  position: fixed;
  left: 12px;
  right: 72px;
  bottom: 12px;
  z-index: 30;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(20, 14, 11, 0.96), rgba(36, 24, 19, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.34);
}

.sticky-cta.is-visible {
  display: flex;
}

.sticky-cta__text {
  display: grid;
  gap: 2px;
}

.sticky-cta__text small {
  color: var(--muted);
}

.sticky-cta__action {
  padding: 10px 14px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);
  color: #22150d;
  font-weight: 700;
}

.whatsapp-float {
  position: fixed;
  right: 12px;
  bottom: 12px;
  z-index: 31;
  display: none;
  align-items: center;
  gap: 10px;
  padding: 12px 14px 12px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #26d366 0%, #128c7e 100%);
  color: #f7fff9;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.3);
}

.whatsapp-float:hover {
  transform: translateY(-2px);
}

.whatsapp-float__badge {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.whatsapp-float__icon {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  font-weight: 800;
}

body[data-checkout-ready="false"] [data-checkout-button] {
  box-shadow: none;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 500ms ease, transform 500ms ease;
}

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

@media (min-width: 720px) {
  .hero {
    padding-bottom: 84px;
  }

  .top-nav {
    flex-wrap: nowrap;
    gap: 16px;
  }

  .brand {
    flex: 1 1 auto;
  }

  .nav-link {
    flex: 0 0 auto;
    min-height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-size: 0.95rem;
    font-weight: 400;
  }

  .hero__actions {
    flex-direction: row;
  }

  .final-cta__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pain-grid,
  .method-grid,
  .start-grid,
  .deliverables-grid,
  .benefits-grid,
  .testimonial-grid,
  .content-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split,
  .offer,
  .authority,
  .video-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
  }

  .split--reverse .split__copy {
    order: 2;
  }

  .split--reverse .audience-card {
    order: 1;
  }

  .guarantee-card {
    grid-template-columns: auto 1fr;
    align-items: start;
    padding: 30px;
  }

  .footer__content {
    flex-direction: row;
    align-items: center;
  }
}

@media (min-width: 960px) {
  .hero__content {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.86fr);
    align-items: center;
    gap: 36px;
  }

  .hero__choice-card {
    max-width: 540px;
  }

  .choice-step {
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding: 14px;
  }

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

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

  .section--system .method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .journey-trail {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .trail-step {
    grid-template-columns: 1fr;
  }

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

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

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

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

  .offer {
    grid-template-columns: 1.1fr 0.9fr;
  }

  .offer-card {
    padding: 30px;
  }

  .sticky-cta {
    display: none !important;
  }

  .whatsapp-float {
    display: inline-flex;
    bottom: 20px;
    right: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
