.report-page {
  --report-bg: #fbf3ec;
  --report-surface: #fffaf6;
  --report-surface-strong: #fffdfb;
  --report-accent-soft: #f5e6de;
  --report-accent: #cf8f7f;
  --report-accent-deep: #b66f5d;
  --report-border: rgba(152, 111, 94, 0.16);
  --report-text: #2f2623;
  --report-muted: #756561;
  --report-muted-soft: #9b8c87;
  color: var(--report-text);
  background:
    radial-gradient(circle at top left, rgba(245, 219, 205, 0.56), transparent 40%),
    linear-gradient(180deg, #f8efe7 0%, #fbf4ee 100%);
  padding: 28px 16px 120px;
}

.report-page__shell {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  gap: 28px;
}

.report-page__fv,
.report-page__section,
.report-page__final-cta {
  background: rgba(255, 251, 247, 0.94);
  border: 1px solid var(--report-border);
  border-radius: 28px;
  box-shadow: 0 22px 40px rgba(113, 83, 69, 0.08);
}

.report-page__fv {
  display: grid;
  grid-template-columns: minmax(0, 1.62fr) minmax(280px, 0.66fr);
  gap: 32px;
  padding: 30px;
}

.report-page__intro {
  display: grid;
  gap: 18px;
}

.report-page__kicker,
.report-page__label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(150, 114, 96, 0.16);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--report-muted);
}

.report-page__headline {
  margin: 0;
  max-width: 11.8ch;
  font-size: clamp(2.6rem, 3.25vw, 3.55rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.report-page__lead,
.report-page__subcopy,
.report-page__section-head p,
.report-page__proof-copy p,
.report-page__buy-card p,
.report-page__info-card p,
.report-page__faq-item p,
.report-page__final-cta p,
.report-page__caption {
  margin: 0;
  font-size: 1rem;
  line-height: 1.8;
  color: var(--report-muted);
}

.report-page__lead {
  color: var(--report-text);
  font-weight: 700;
}

.report-page__mobile-buy {
  display: none;
}

.report-page__benefit-block,
.report-page__hero-proof,
.report-page__flow-card,
.report-page__info-card,
.report-page__proof-copy,
.report-page__proof-visual,
.report-page__compare-card,
.report-page__faq-item {
  background: var(--report-surface-strong);
  border: 1px solid var(--report-border);
  border-radius: 22px;
}

.report-page__benefit-block,
.report-page__hero-proof,
.report-page__flow-card,
.report-page__proof-copy,
.report-page__proof-visual,
.report-page__faq-item {
  padding: 22px;
}

.report-page__benefits,
.report-page__list,
.report-page__steps {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
}

.report-page__benefits li,
.report-page__list li,
.report-page__steps li {
  position: relative;
  padding-left: 22px;
  font-size: 0.98rem;
  line-height: 1.72;
  color: var(--report-text);
}

.report-page__benefits li::before,
.report-page__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.74em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(180deg, #d29a88 0%, #b87564 100%);
  transform: translateY(-50%);
}

.report-page__benefits li + li,
.report-page__list li + li,
.report-page__steps li + li {
  margin-top: 11px;
}

.report-page__steps {
  counter-reset: report-step;
}

.report-page__steps li {
  padding-left: 34px;
}

.report-page__steps li::before {
  counter-increment: report-step;
  content: counter(report-step);
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(207, 143, 127, 0.15);
  color: var(--report-accent-deep);
  font-size: 0.8rem;
  font-weight: 700;
}

.report-page__mockup {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.report-page__mockup-cover,
.report-page__mockup-body {
  min-height: 220px;
  border-radius: 18px;
  padding: 20px 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(249,236,228,0.72) 100%);
  border: 1px solid rgba(182, 111, 93, 0.16);
  display: grid;
  align-content: start;
  gap: 10px;
}

.report-page__mockup-cover span,
.report-page__mockup-body span {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--report-muted-soft);
}

.report-page__mockup-cover strong,
.report-page__mockup-body strong {
  font-size: 1.12rem;
  line-height: 1.35;
}

.report-page__mockup-cover p,
.report-page__mockup-body p {
  margin: 0;
  color: var(--report-muted);
  font-size: 0.9rem;
  line-height: 1.65;
}

.report-page__mockup-lines {
  display: grid;
  gap: 8px;
}

.report-page__mockup-lines span {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(204, 161, 146, 0.36), rgba(204, 161, 146, 0.12));
}

.report-page__buy-card {
  display: grid;
  align-content: start;
  gap: 18px;
  background: rgba(255, 248, 243, 0.94);
  border: 1px solid rgba(182, 111, 93, 0.18);
  border-radius: 24px;
  padding: 24px;
}

.report-page__price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  color: var(--report-text);
}

.report-page__price-number {
  font-size: clamp(2rem, 2.4vw, 2.6rem);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.report-page__price-copy {
  font-size: 0.95rem;
}

.report-page__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 999px;
  background: linear-gradient(180deg, #c88977 0%, #b66f5d 100%);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 14px 24px rgba(182, 111, 93, 0.2);
}

.report-page__cta:hover {
  transform: translateY(-1px);
}

.report-page__note,
.report-page__reassurance {
  font-size: 0.88rem;
  color: var(--report-muted-soft);
}

.report-page__section {
  padding: 30px;
  display: grid;
  gap: 24px;
}

.report-page__section-head {
  display: grid;
  gap: 12px;
  max-width: 760px;
}

.report-page__section-head h2,
.report-page__proof-copy h2,
.report-page__info-card h2,
.report-page__final-cta h2,
.report-page__flow-card h2 {
  margin: 0;
  font-size: clamp(1.75rem, 2.2vw, 2.4rem);
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.report-page__pain-grid,
.report-page__two-col,
.report-page__proof {
  display: grid;
  gap: 20px;
}

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

.report-page__pain-card {
  padding: 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(182, 111, 93, 0.12);
}

.report-page__pain-card h3 {
  margin: 0 0 8px;
  font-size: 1.06rem;
  line-height: 1.5;
}

.report-page__pain-card p {
  margin: 0;
  color: var(--report-muted);
  font-size: 0.95rem;
  line-height: 1.72;
}

.report-page__two-col,
.report-page__proof {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.report-page__info-card {
  padding: 24px;
}

.report-page__info-card--accent,
.report-page__proof-copy,
.report-page__compare-card--paid {
  background: rgba(247, 234, 225, 0.82);
}

.report-page__info-card h3,
.report-page__proof-copy h3 {
  margin: 14px 0 0;
  font-size: 1rem;
}

.report-page__compare-table {
  display: grid;
  gap: 0;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(182, 111, 93, 0.14);
}

.report-page__compare-row {
  display: grid;
  grid-template-columns: 1fr minmax(0, 1fr) minmax(0, 1fr);
  background: rgba(255, 255, 255, 0.82);
}

.report-page__compare-row + .report-page__compare-row {
  border-top: 1px solid rgba(182, 111, 93, 0.12);
}

.report-page__compare-row--head {
  background: rgba(247, 234, 225, 0.62);
  font-weight: 700;
}

.report-page__compare-row > div {
  padding: 18px;
  font-size: 0.96rem;
  line-height: 1.65;
}

.report-page__compare-label {
  color: var(--report-text);
  font-weight: 700;
}

.report-page__compare-cell--paid {
  background: rgba(245, 230, 222, 0.88);
  box-shadow: inset 4px 0 0 var(--report-accent);
  font-weight: 700;
}

.report-page__compare-cards {
  display: none;
  gap: 16px;
}

.report-page__compare-card {
  padding: 20px;
}

.report-page__faq-list {
  display: grid;
  gap: 16px;
}

.report-page__faq-item h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  line-height: 1.6;
}

.report-page__final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 28px 30px;
}

.report-page__final-cta-actions {
  display: grid;
  gap: 14px;
  min-width: 270px;
}

.report-page__sticky-cta {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: calc(env(safe-area-inset-bottom, 0px) + 12px);
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 249, 244, 0.96);
  border: 1px solid rgba(182, 111, 93, 0.18);
  box-shadow: 0 18px 28px rgba(84, 58, 48, 0.14);
  backdrop-filter: blur(8px);
  z-index: 30;
}

.report-page__sticky-price {
  font-size: 0.94rem;
  font-weight: 700;
}

.report-page__sticky-cta.is-hidden {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 1100px) {
  .report-page__fv {
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.78fr);
  }

  .report-page__headline {
    max-width: 11.6ch;
    font-size: clamp(2.2rem, 2.9vw, 2.95rem);
  }
}

@media (max-width: 840px) {
  .report-page {
    padding: 18px 12px 126px;
  }

  .report-page__shell {
    gap: 18px;
  }

  .report-page__fv,
  .report-page__section,
  .report-page__final-cta {
    border-radius: 22px;
  }

  .report-page__fv {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px 18px;
  }

  .report-page__intro {
    gap: 14px;
  }

  .report-page__kicker,
  .report-page__label {
    font-size: 0.88rem;
    padding: 6px 10px;
  }

  .report-page__headline {
    max-width: 9.4ch;
    font-size: 1.78rem;
    line-height: 1.14;
    letter-spacing: -0.018em;
  }

  .report-page__lead,
  .report-page__subcopy,
  .report-page__section-head p,
  .report-page__proof-copy p,
  .report-page__buy-card p,
  .report-page__info-card p,
  .report-page__faq-item p,
  .report-page__final-cta p,
  .report-page__caption {
    font-size: 0.95rem;
    line-height: 1.72;
  }

  .report-page__mobile-buy {
    display: grid;
    gap: 12px;
    padding: 16px;
    background: rgba(247, 234, 225, 0.74);
    border-radius: 18px;
    border: 1px solid rgba(182, 111, 93, 0.12);
  }

  .report-page__buy-card {
    display: none;
  }

  .report-page__hero-proof {
    display: none;
  }

  .report-page__pain-grid,
  .report-page__two-col,
  .report-page__proof,
  .report-page__final-cta {
    grid-template-columns: 1fr;
  }

  .report-page__section {
    padding: 22px 18px;
    gap: 18px;
  }

  .report-page__section-head h2,
  .report-page__proof-copy h2,
  .report-page__info-card h2,
  .report-page__final-cta h2,
  .report-page__flow-card h2 {
    font-size: 1.48rem;
    line-height: 1.2;
  }

  .report-page__compare-table {
    display: none;
  }

  .report-page__compare-cards {
    display: grid;
  }

  .report-page__mockup {
    grid-template-columns: 1fr;
  }

  .report-page__mockup-cover,
  .report-page__mockup-body {
    min-height: auto;
  }

  .report-page__final-cta {
    margin-bottom: 118px;
    padding-bottom: 36px;
  }

  .report-page__sticky-cta {
    display: flex;
  }

  .report-page__sticky-cta .report-page__cta {
    min-height: 48px;
    padding: 0 18px;
    font-size: 0.92rem;
    white-space: nowrap;
  }
}
