:root {
  --bg: #06020d;
  --bg-soft: #10061e;
  --bg-panel: rgba(18, 8, 32, 0.78);
  --panel-border: rgba(185, 111, 255, 0.22);
  --text: #fbf7ff;
  --muted: #c9b8d9;
  --soft: #9f8caf;
  --purple: #8b2cff;
  --purple-2: #d440ff;
  --violet: #4b0ea8;
  --lime: #b7ff3c;
  --green: #22c55e;
  --danger: #ff477e;
  --radius: 8px;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 15% 5%, rgba(139, 44, 255, 0.26), transparent 34rem),
    radial-gradient(circle at 85% 18%, rgba(212, 64, 255, 0.16), transparent 28rem),
    linear-gradient(180deg, #07020f 0%, #0b0314 44%, #050208 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 75%);
}

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

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

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

button {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 22px;
  align-items: center;
  width: min(var(--container), calc(100% - 32px));
  margin: 14px auto 0;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  background: rgba(8, 3, 16, 0.78);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  min-width: 0;
  font-size: 0.95rem;
  font-weight: 800;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 32px;
  border-radius: 7px;
  background: linear-gradient(135deg, var(--purple), var(--purple-2));
  color: #fff;
  box-shadow: 0 10px 26px rgba(139, 44, 255, 0.35);
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 22px;
  font-size: 0.9rem;
  color: var(--muted);
}

.nav-links a:hover {
  color: #fff;
}

.header-cta,
.primary-cta,
.secondary-cta,
.checkout-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  border: 0;
  border-radius: var(--radius);
  cursor: pointer;
  font-weight: 900;
  letter-spacing: 0;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.header-cta {
  padding: 0 18px;
  background: linear-gradient(135deg, var(--lime), #5cff80);
  color: #101500;
  box-shadow: 0 10px 30px rgba(183, 255, 60, 0.2);
}

.primary-cta {
  padding: 0 24px;
  min-height: 56px;
  background: linear-gradient(135deg, var(--lime), #47ff83);
  color: #111900;
  box-shadow: 0 18px 40px rgba(183, 255, 60, 0.24);
}

.primary-cta.compact,
.secondary-cta {
  min-height: 50px;
}

.secondary-cta {
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
}

.header-cta:hover,
.primary-cta:hover,
.secondary-cta:hover,
.checkout-link:hover {
  transform: translateY(-2px);
  filter: saturate(1.08);
}

.hero {
  position: relative;
  min-height: min(820px, calc(100vh - 20px));
  overflow: hidden;
  margin-top: -74px;
  padding: 168px 0 76px;
  isolation: isolate;
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 170px;
  content: "";
  background: linear-gradient(180deg, transparent, var(--bg));
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(6, 2, 13, 0.98) 0%, rgba(6, 2, 13, 0.88) 38%, rgba(6, 2, 13, 0.42) 68%, rgba(6, 2, 13, 0.78) 100%),
    url("assets/produto-low-ticket-mockup.png") right center / min(860px, 58vw) auto no-repeat,
    radial-gradient(circle at 72% 45%, rgba(139, 44, 255, 0.42), transparent 28rem);
}

.hero-inner,
.section-inner,
.back-inner {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
}

.hero-inner {
  display: grid;
  align-content: center;
  min-height: 580px;
  max-width: var(--container);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--lime);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin-top: 0;
  line-height: 1.03;
  letter-spacing: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 22px;
  font-size: clamp(2.45rem, 6vw, 5.45rem);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3.65rem);
}

h3 {
  margin-bottom: 10px;
  font-size: 1.16rem;
}

.hero-lead {
  max-width: 680px;
  margin: 0 0 28px;
  color: #efe4fa;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  align-items: center;
  margin-bottom: 42px;
}

.microcopy {
  max-width: 360px;
  color: var(--muted);
  font-size: 0.93rem;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 150px));
  gap: 12px;
}

.hero-metrics div {
  min-height: 96px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(14px);
}

.hero-metrics strong {
  display: block;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
}

.hero-metrics span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.86rem;
}

.section {
  position: relative;
  scroll-margin-top: 104px;
  padding: 92px 0;
}

.compact-section {
  padding-top: 60px;
}

.section-heading {
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading.narrow {
  max-width: 700px;
}

.section-heading p:not(.eyebrow),
.two-column p,
.offer-copy p,
.back-copy p {
  color: var(--muted);
  font-size: 1.05rem;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: 42px;
  align-items: center;
}

.statement-panel {
  padding: 32px;
  border: 1px solid var(--panel-border);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(139, 44, 255, 0.28), rgba(255, 255, 255, 0.05)),
    rgba(255, 255, 255, 0.05);
  box-shadow: var(--shadow);
}

.statement-panel p {
  margin: 0;
  color: #fff;
  font-size: clamp(1.35rem, 3vw, 2.2rem);
  font-weight: 900;
  line-height: 1.13;
}

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

.feature-block {
  min-height: 250px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.035)),
    rgba(12, 5, 22, 0.9);
}

.feature-block span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 34px;
  margin-bottom: 22px;
  border: 1px solid rgba(183, 255, 60, 0.34);
  border-radius: 7px;
  color: var(--lime);
  font-size: 0.82rem;
  font-weight: 900;
}

.feature-block p,
.steps p,
.faq-grid p,
.offer-list,
.bonus-row span,
.secure-note {
  color: var(--muted);
}

.center-action {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.visual-section {
  background:
    linear-gradient(180deg, transparent, rgba(139, 44, 255, 0.08), transparent),
    rgba(255, 255, 255, 0.015);
}

.visual-copy {
  grid-template-columns: minmax(0, 0.8fr) minmax(340px, 1fr);
}

.mockup-frame,
.bonus-image {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: var(--shadow);
}

.mockup-frame img {
  width: 100%;
  min-height: 360px;
  object-fit: cover;
}

.clean-list,
.check-list,
.x-list,
.offer-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.clean-list li,
.check-list li,
.x-list li,
.offer-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}

.clean-list li::before,
.check-list li::before,
.offer-list li::before {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--lime);
  content: "✓";
  font-weight: 900;
}

.x-list li::before {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--danger);
  content: "×";
  font-weight: 900;
}

.category-cloud,
.mini-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.category-cloud span,
.mini-tags span {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: #eee4fb;
  font-weight: 800;
}

.category-cloud span {
  padding: 12px 16px;
  font-size: 0.94rem;
}

.mini-tags {
  justify-content: flex-start;
}

.mini-tags span {
  padding: 8px 11px;
  font-size: 0.82rem;
}

.split-panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.audience-panel {
  padding: 34px;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.045);
}

.audience-panel.positive {
  background: linear-gradient(135deg, rgba(139, 44, 255, 0.18), rgba(255, 255, 255, 0.045));
}

.audience-panel.honest {
  background: linear-gradient(135deg, rgba(255, 71, 126, 0.12), rgba(255, 255, 255, 0.045));
}

.steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.steps div {
  padding: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent);
}

.steps span {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--purple), var(--purple-2));
  font-weight: 900;
}

.offer-section {
  padding-top: 112px;
  background:
    radial-gradient(circle at 52% 30%, rgba(139, 44, 255, 0.25), transparent 33rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent);
}

.offer-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 520px);
  gap: 34px;
  align-items: start;
}

.offer-copy {
  position: sticky;
  top: 118px;
}

.bonus-image {
  margin-top: 28px;
}

.bonus-image img {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
}

.pricing-card {
  overflow: hidden;
  border: 1px solid rgba(183, 255, 60, 0.34);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(139, 44, 255, 0.2), rgba(255, 255, 255, 0.045)),
    #0d0616;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.5), 0 0 60px rgba(139, 44, 255, 0.18);
}

.pricing-top,
.included-block {
  padding: 26px;
}

.pricing-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(135deg, rgba(139, 44, 255, 0.28), rgba(183, 255, 60, 0.08)),
    rgba(255, 255, 255, 0.04);
}

.plan-badge {
  display: inline-flex;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(183, 255, 60, 0.14);
  color: var(--lime);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.plan-badge.hot {
  background: rgba(255, 71, 126, 0.16);
  color: #ff9ab7;
}

.price-label {
  margin: 18px 0 0;
  color: var(--muted);
  font-weight: 800;
}

.price-row {
  display: flex;
  gap: 8px;
  align-items: baseline;
  margin-top: 2px;
}

.price-row span {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 900;
}

.price-row strong {
  color: #fff;
  font-size: clamp(4rem, 9vw, 5.6rem);
  line-height: 0.95;
}

.old-price {
  width: fit-content;
  margin-top: 12px;
  color: var(--soft);
  font-weight: 800;
  text-decoration: line-through;
}

.price-note {
  margin: 12px 0 0;
  color: var(--muted);
}

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

.included-block h3 {
  margin-bottom: 16px;
}

.offer-list {
  margin-top: 0;
}

.bonus-row {
  display: grid;
  gap: 4px;
  padding: 13px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.bonus-row:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.bonus-row strong {
  color: #fff;
}

.checkout-link {
  width: calc(100% - 52px);
  min-height: 60px;
  margin: 26px;
  background: linear-gradient(135deg, var(--lime), #49ff7a);
  color: #0c1300;
  font-size: 1.05rem;
  box-shadow: 0 18px 42px rgba(183, 255, 60, 0.24);
}

.secure-note {
  margin: -12px 26px 26px;
  font-size: 0.88rem;
  text-align: center;
}

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

details {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
}

summary {
  cursor: pointer;
  padding: 20px 22px;
  color: #fff;
  font-weight: 900;
}

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

.site-footer {
  padding: 30px 16px 44px;
  color: var(--soft);
  text-align: center;
  font-size: 0.92rem;
}

.site-footer p {
  margin: 0;
}

.back-page {
  min-height: 100vh;
}

.back-main {
  min-height: calc(100vh - 92px);
}

.back-hero {
  position: relative;
  min-height: calc(100vh - 92px);
  padding: 34px 0 64px;
  overflow: hidden;
  isolation: isolate;
}

.back-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(6, 2, 13, 0.98) 0%, rgba(6, 2, 13, 0.82) 46%, rgba(6, 2, 13, 0.42) 100%),
    url("assets/produto-low-ticket-mockup.png") right center / min(820px, 55vw) auto no-repeat,
    radial-gradient(circle at 75% 38%, rgba(212, 64, 255, 0.38), transparent 30rem);
}

.timer-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  justify-content: center;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 34px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 71, 126, 0.28);
  border-radius: var(--radius);
  background: rgba(255, 71, 126, 0.12);
  color: #ffd6e2;
  font-weight: 900;
  text-transform: uppercase;
}

.timer-strip strong {
  color: #fff;
  font-size: 1.45rem;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.back-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 500px);
  gap: 34px;
  align-items: center;
  min-height: calc(100vh - 220px);
}

.back-copy h1 {
  font-size: clamp(2.25rem, 5.4vw, 5rem);
}

.highlighted {
  max-width: 760px;
}

.rescue-card {
  border-color: rgba(255, 71, 126, 0.36);
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .hero {
    min-height: auto;
    margin-top: -72px;
    padding-top: 142px;
  }

  .hero-bg,
  .back-bg {
    background:
      linear-gradient(180deg, rgba(6, 2, 13, 0.9) 0%, rgba(6, 2, 13, 0.7) 52%, rgba(6, 2, 13, 0.98) 100%),
      url("assets/produto-low-ticket-mockup.png") center 48px / min(760px, 118vw) auto no-repeat,
      radial-gradient(circle at 50% 18%, rgba(139, 44, 255, 0.34), transparent 26rem);
    opacity: 0.9;
  }

  .hero-inner {
    min-height: 690px;
    align-content: end;
  }

  .two-column,
  .visual-copy,
  .offer-layout,
  .back-grid {
    grid-template-columns: 1fr;
  }

  .offer-copy {
    position: static;
  }

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

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

  .split-panels,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .back-grid {
    align-items: start;
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .site-header {
    width: calc(100% - 20px);
    margin-top: 10px;
    padding: 10px;
    gap: 10px;
  }

  .brand {
    font-size: 0.82rem;
  }

  .brand-mark {
    width: 38px;
    height: 30px;
  }

  .header-cta {
    min-height: 42px;
    padding: 0 12px;
    font-size: 0.82rem;
  }

  .hero {
    padding-bottom: 54px;
  }

  .hero-inner {
    width: calc(100% - 24px);
    min-height: 710px;
  }

  .hero-actions,
  .primary-cta,
  .secondary-cta {
    width: 100%;
  }

  .primary-cta,
  .secondary-cta {
    padding: 0 16px;
    text-align: center;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 68px 0;
  }

  .section-inner,
  .back-inner {
    width: calc(100% - 24px);
  }

  .pillars-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .feature-block {
    min-height: auto;
  }

  .audience-panel,
  .statement-panel,
  .pricing-top,
  .included-block {
    padding: 22px;
  }

  .mockup-frame img {
    min-height: 260px;
  }

  .offer-section {
    padding-top: 72px;
  }

  .checkout-link {
    width: calc(100% - 44px);
    margin: 22px;
    min-height: 58px;
    text-align: center;
  }

  .secure-note {
    margin: -8px 22px 22px;
  }

  .back-hero {
    padding-top: 22px;
  }

  .timer-strip {
    width: 100%;
    text-align: center;
  }
}
