:root {
  --black: #050706;
  --panel: #0a1110;
  --panel-soft: rgba(255, 255, 255, 0.045);
  --white: #fcfcfc;
  --muted: rgba(252, 252, 252, 0.68);
  --faint: rgba(252, 252, 252, 0.48);
  --line: rgba(255, 255, 255, 0.09);
  --accent: #12d3a3;
  --accent-2: #00c482;
  --lime: #bdf902;
  --teal-dark: #007086;
  --display: "Bricolage Grotesque", ui-sans-serif, system-ui, sans-serif;
  --body: "Manrope", ui-sans-serif, system-ui, sans-serif;
  --scroll-shift: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--black);
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--black);
  color: var(--white);
  font-family: var(--body);
}

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

button {
  font: inherit;
}

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

.page-shell {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  animation: page-enter 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.fixed-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.bg-glow {
  position: absolute;
  inset: -8%;
  transform: scale(1.04);
  background:
    radial-gradient(circle at top, rgba(18, 211, 163, 0.2), transparent 30%),
    radial-gradient(circle at 85% 15%, rgba(189, 249, 2, 0.12), transparent 22%),
    linear-gradient(180deg, #050706 0%, #050706 100%);
  transform-origin: top center;
}

.bg-grid {
  position: absolute;
  inset: 0;
  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),
    radial-gradient(circle at 1px 1px, rgba(18, 211, 163, 0.22) 1px, transparent 1.8px);
  background-size: 72px 72px, 72px 72px, 22px 22px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.62), transparent 94%);
}

.bg-scan {
  position: absolute;
  inset: 0;
  opacity: 0.14;
  background:
    linear-gradient(110deg, transparent 0 43%, rgba(18, 211, 163, 0.18) 50%, transparent 57% 100%),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 10px);
  animation: scan-flow 12s ease-in-out infinite alternate;
}

.wrap {
  position: relative;
  z-index: 1;
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 32px 24px 96px;
  display: flex;
  flex-direction: column;
  gap: 96px;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.brand-logo {
  width: min(210px, 54vw);
}

.brand-logo img {
  width: 100%;
  object-fit: contain;
  object-position: left center;
}

.brand-meta p {
  margin: 0;
}

.brand-kicker {
  color: var(--faint);
  font-size: 0.875rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.brand-sub {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
}

.top-link,
.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.top-link {
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.06);
  padding: 12px 20px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.875rem;
}

.top-link:hover {
  border-color: rgba(18, 211, 163, 0.44);
  transform: translateY(-1px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
  gap: 48px;
  align-items: start;
  margin-top: -48px;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  gap: 32px;
  min-width: 0;
}

.tag {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  padding: 8px 16px;
  color: var(--accent);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.tag::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: var(--accent);
  box-shadow: 0 0 18px rgba(18, 211, 163, 0.9);
}

.eyebrow {
  max-width: 720px;
  margin: 0 0 18px;
  color: var(--accent);
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  font-family: var(--display);
  letter-spacing: -0.02em;
}

h1 {
  max-width: 820px;
  margin-bottom: 0;
  font-size: clamp(4rem, 8vw, 8.8rem);
  line-height: 0.84;
  font-weight: 800;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2.25rem, 4.9vw, 5.4rem);
  line-height: 0.9;
  font-weight: 800;
}

h3 {
  margin-bottom: 10px;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1;
}

h4 {
  margin-bottom: 10px;
  font-size: 1.35rem;
}

.lead {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.12rem, 1.7vw, 1.45rem);
  line-height: 1.7;
}

.cta-row {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.cta {
  min-height: 64px;
  padding: 0 30px;
  border: 1px solid rgba(189, 249, 2, 0.42);
  background: linear-gradient(135deg, var(--accent), var(--lime));
  color: #03120e;
  box-shadow: 0 22px 54px rgba(18, 211, 163, 0.25);
  text-align: center;
}

.cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 28px 70px rgba(18, 211, 163, 0.35);
}

.cta .line {
  display: block;
  line-height: 1.05;
}

.cta-note {
  max-width: 300px;
  margin: 0;
  color: var(--faint);
  font-size: 0.92rem;
  line-height: 1.45;
}

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

.mini-card,
.card,
.method-panel,
.bonus-panel,
.guarantee-card,
.price-card,
.faq-card,
.proof-card,
.final-cta {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(18, 211, 163, 0.08), rgba(255, 255, 255, 0.025));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.mini-card {
  min-height: 138px;
  padding: 20px;
  border-radius: 8px;
}

.mini-label,
.result-label,
.module-title,
.bonus-kicker,
.kicker {
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.price-small,
.mini-title {
  margin: 0;
  font-family: var(--display);
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
}

.mini-sub {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.proof-wrap {
  position: sticky;
  top: 28px;
  min-width: 0;
}

.product-mockup {
  position: relative;
  z-index: 2;
  width: min(560px, 118%);
  margin: 0 auto -62px;
  transform: translateX(-6%);
  pointer-events: none;
}

.product-mockup img {
  filter: drop-shadow(0 34px 70px rgba(18, 211, 163, 0.22));
}

.proof-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  padding: 82px 24px 24px;
}

.proof-card::before,
.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 0%, rgba(18, 211, 163, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 40%);
}

.proof-head,
.inside-head,
.bonus-head {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.result-number {
  margin: 0;
  color: var(--accent);
  font-family: var(--display);
  font-size: clamp(4rem, 8vw, 7.5rem);
  font-weight: 800;
  line-height: 0.82;
}

.result-copy {
  max-width: 280px;
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.organic-pill,
.price-pill {
  height: fit-content;
  border: 1px solid rgba(18, 211, 163, 0.32);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--accent);
  background: rgba(18, 211, 163, 0.08);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.inside-box {
  position: relative;
  z-index: 1;
  margin-top: 28px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.26);
}

.old-price {
  margin: 18px 0 4px;
  color: var(--faint);
  font-weight: 900;
  text-decoration: line-through;
}

.deal-price,
.price-label {
  margin: 0;
  color: var(--white);
  font-weight: 900;
}

.deal-price {
  font-family: var(--display);
  color: var(--accent);
  font-size: 2.15rem;
  line-height: 1;
}

.inside-head p {
  margin: 0;
  font-weight: 900;
}

.feature-list {
  display: grid;
  gap: 16px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.inside-box .cta {
  margin-top: 28px;
}

.feature-list li {
  position: relative;
  padding-left: 22px;
}

.feature-list li::before,
.trust-grid div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.52em;
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: var(--accent);
}

.feature-list strong,
.feature-list span {
  display: block;
}

.feature-list strong {
  margin-bottom: 4px;
}

.feature-list span {
  color: var(--muted);
  line-height: 1.45;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 56px;
  align-items: start;
}

.section-copy {
  display: flex;
  flex-direction: column;
  gap: 22px;
  min-width: 0;
}

.section-copy p,
.section-head p,
.text-stack p,
.method-panel p,
.module-card p,
.bonus-card p,
.bonus-head p,
.guarantee-card p,
.faq-card p,
.final-cta p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.72;
}

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

.card {
  min-height: 210px;
  border-radius: 8px;
  padding: 24px;
}

.card-index {
  margin: 0 0 42px;
  color: var(--accent);
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 800;
}

.card p:last-child {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
  line-height: 1.55;
}

.band {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(18, 211, 163, 0.18);
  border-radius: 8px;
  padding: clamp(28px, 5vw, 56px);
  background:
    radial-gradient(circle at 100% 0%, rgba(18, 211, 163, 0.18), transparent 34%),
    rgba(255, 255, 255, 0.035);
}

.text-stack {
  display: grid;
  gap: 18px;
}

.text-stack p,
.method-panel p {
  margin: 0;
}

.text-stack .strong {
  color: var(--white);
  font-weight: 900;
}

.method-panel {
  border-radius: 8px;
  padding: clamp(26px, 4vw, 42px);
}

.method-panel strong {
  color: var(--accent);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(260px, 0.55fr);
  gap: 32px;
  align-items: end;
}

.section-head h2 {
  margin-top: 16px;
}

.module-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 48px;
}

.module-card {
  min-height: 280px;
}

.module-card h3 {
  color: var(--white);
}

.bonus-panel {
  margin-top: 48px;
  border-radius: 8px;
  padding: clamp(26px, 4vw, 44px);
}

.bonus-head {
  align-items: end;
}

.bonus-head h3 {
  margin: 0;
}

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

.bonus-card {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.22);
  padding: 24px;
}

.bonus-card h4 {
  color: var(--white);
}

.guarantee-card,
.price-card {
  border-radius: 8px;
  padding: clamp(28px, 4vw, 48px);
}

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

.big-price {
  display: flex;
  align-items: flex-start;
  margin: 10px 0 4px;
  color: var(--accent);
  font-family: var(--display);
  font-weight: 800;
  line-height: 0.82;
}

.currency {
  margin-top: 0.18em;
  font-size: clamp(2rem, 4vw, 3.8rem);
}

.number {
  font-size: clamp(5.5rem, 11vw, 9.5rem);
}

.cents {
  margin-top: 0.26em;
  font-size: clamp(2rem, 4.8vw, 4.2rem);
}

.installments {
  margin: 0 0 24px;
  color: var(--muted);
  font-weight: 900;
}

.trust-grid {
  display: grid;
  gap: 10px;
  margin: 24px 0;
}

.trust-grid div {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 800;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-card {
  border-radius: 8px;
  padding: 24px;
}

.faq-card h3 {
  margin-bottom: 10px;
  color: var(--accent);
  font-size: 1.25rem;
}

.faq-card p {
  margin-bottom: 0;
}

.final-cta {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  padding: clamp(32px, 6vw, 72px);
  text-align: center;
}

.final-cta h2,
.final-cta p,
.final-cta .kicker,
.final-cta .cta {
  position: relative;
  z-index: 1;
}

.final-cta h2 {
  max-width: 920px;
  margin: 0 auto 20px;
}

.final-cta p:not(.kicker) {
  max-width: 760px;
  margin: 0 auto 28px;
}

.footer {
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: var(--faint);
  font-size: 0.9rem;
  text-align: center;
}

.footer p {
  margin: 4px 0;
}

.back-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 5;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(5, 7, 6, 0.74);
  color: var(--white);
  backdrop-filter: blur(14px);
}

.back-top svg {
  width: 20px;
  height: 20px;
}

.reveal {
  opacity: 0;
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal-up {
  transform: translateY(28px);
}

.reveal-down {
  transform: translateY(-20px);
}

.reveal-left {
  transform: translateX(28px);
}

.reveal-right {
  transform: translateX(-28px);
}

.reveal-zoom {
  transform: scale(0.96);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@keyframes page-enter {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes scan-flow {
  from {
    transform: translateY(-2%);
  }

  to {
    transform: translateY(2%);
  }
}

@media (min-width: 981px) {
  .wrap {
    gap: 72px;
    padding-top: 18px;
  }

  .site-header {
    padding-bottom: 16px;
  }

  .brand-meta,
  .top-link {
    display: none;
  }

  .brand-logo {
    width: min(190px, 15vw);
  }

  .hero {
    grid-template-columns: minmax(0, 0.96fr) minmax(520px, 0.9fr);
    gap: 60px;
    margin-top: -54px;
  }

  h1 {
    max-width: 720px;
    font-size: clamp(4.4rem, 7.1vw, 7.4rem);
    line-height: 0.86;
  }

  .lead {
    max-width: 640px;
  }

  .proof-wrap {
    max-width: 620px;
    margin-left: auto;
    padding-top: 0;
  }

  .product-mockup {
    width: min(660px, 122%);
    margin: 0 -40px -132px auto;
    transform: none;
  }

  .proof-card {
    display: grid;
    grid-template-columns: minmax(180px, 0.74fr) minmax(260px, 1fr);
    align-items: start;
    gap: 20px;
    max-width: 590px;
    margin-left: auto;
    padding: 132px 22px 22px;
  }

  .proof-card::before {
    z-index: 0;
  }

  .proof-head,
  .inside-box {
    z-index: 1;
  }

  .proof-head {
    display: block;
  }

  .organic-pill {
    display: inline-flex;
    margin-top: 16px;
  }

  .result-number {
    font-size: clamp(4.2rem, 5.4vw, 5.8rem);
  }

  .result-copy {
    max-width: 210px;
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .inside-box {
    margin-top: 0;
    padding: 18px;
  }

  .inside-head {
    flex-direction: column;
    gap: 10px;
  }

  .price-pill {
    width: fit-content;
    max-width: 100%;
  }

  .old-price {
    margin-top: 14px;
  }

  .deal-price {
    font-size: 1.9rem;
  }

  .feature-list {
    gap: 10px;
    margin-top: 16px;
  }

  .feature-list span {
    font-size: 0.88rem;
    line-height: 1.32;
  }

  .inside-box .cta {
    width: 100%;
    min-height: 58px;
    margin-top: 34px;
    padding: 0 18px;
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.86fr);
    gap: 34px;
  }

  h1 {
    font-size: clamp(3.8rem, 6.7vw, 5.6rem);
  }

  .product-mockup {
    width: min(530px, 116%);
    margin-bottom: -112px;
  }

  .proof-card {
    display: block;
    max-width: 470px;
    padding-top: 122px;
  }

  .inside-box {
    margin-top: 22px;
  }
}

@media (max-width: 980px) {
  .wrap {
    gap: 72px;
    padding: 24px 18px 84px;
  }

  .site-header,
  .brand {
    align-items: flex-start;
  }

  .site-header {
    flex-direction: column;
  }

  .top-link {
    width: 100%;
  }

  .hero,
  .split,
  .section-head {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 32px;
    margin-top: 0;
  }

  .proof-wrap {
    position: static;
  }

  .product-mockup {
    width: min(560px, 100%);
    transform: none;
  }

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

@media (max-width: 680px) {
  html,
  body,
  .page-shell,
  .wrap {
    width: 100%;
    max-width: 100%;
  }

  .wrap {
    padding: 16px 16px 78px;
    gap: 56px;
    overflow: hidden;
  }

  .brand {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .brand-logo {
    width: min(190px, 54vw);
  }

  .tag-desktop {
    display: none;
  }

  .hero,
  .hero-copy,
  .hero-copy > div,
  .split,
  .section-head,
  .proof-wrap,
  .inside-box,
  .price-card,
  .final-cta {
    min-width: 0;
    max-width: 100%;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(2.5rem, 12.6vw, 3.25rem);
    line-height: 0.96;
    letter-spacing: -0.015em;
    overflow-wrap: break-word;
  }

  h2 {
    max-width: 100%;
    font-size: clamp(2.05rem, 10.5vw, 3.2rem);
    line-height: 0.96;
    overflow-wrap: normal;
  }

  .eyebrow {
    display: block;
    width: 100%;
    max-width: 100%;
    font-size: 0.78rem;
    letter-spacing: 0.05em;
    line-height: 1.45;
    overflow-wrap: anywhere;
  }

  .lead {
    font-size: 1.05rem;
  }

  .lead,
  .cta-note,
  .mini-sub,
  .card p,
  .method-panel p,
  .section-copy p,
  .faq-card p,
  .final-cta p {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .cta-row {
    width: 100%;
  }

  .cta {
    width: 100%;
    max-width: 100%;
    min-height: 58px;
    padding: 0 18px;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .mini-card,
  .card,
  .method-panel,
  .bonus-panel,
  .guarantee-card,
  .price-card,
  .faq-card,
  .proof-card,
  .final-cta {
    max-width: 100%;
  }

  .mini-grid,
  .pain-grid,
  .module-grid,
  .bonus-grid {
    grid-template-columns: 1fr;
  }

  .proof-head,
  .inside-head,
  .bonus-head {
    flex-direction: column;
  }

  .proof-wrap {
    display: grid;
  }

  .product-mockup {
    position: relative;
    z-index: 2;
    margin-bottom: -62px;
  }

  .proof-card {
    position: relative;
    z-index: 1;
    padding-top: 82px;
  }

  .inside-box {
    padding: 18px;
  }

  .card,
  .module-card {
    min-height: auto;
  }

  .result-number {
    font-size: clamp(3.8rem, 18vw, 5rem);
  }

  .number {
    font-size: clamp(4.6rem, 22vw, 6.4rem);
  }

  .currency {
    font-size: clamp(1.7rem, 8vw, 2.4rem);
  }

  .cents {
    font-size: clamp(1.7rem, 8vw, 2.5rem);
  }

  .back-top {
    right: 14px;
    bottom: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
