:root {
  --font-body: 'Inter', sans-serif;
  --font-title: 'Sora', sans-serif;
  --green: #16a34a;
  --green-light: #4ade80;
  --navy: #0f172a;
  --navy2: #1e293b;
  --slate: #94a3b8;
  --slate2: #cbd5e1;
  --paper: #ffffff;
  --ink: #f8fafc;
  --dark-ink: #111827;
  --muted-dark: #475569;
  --red: #ef233c;
  --gold: #f2b705;
  --warm: #f4f1e8;
  --line: rgba(255, 255, 255, 0.14);
  --dark-line: rgba(9, 9, 11, 0.12);
  --shadow: 0 28px 70px rgba(0, 0, 0, 0.38);
}

* {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  min-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--navy);
  font-family: var(--font-body);
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

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

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

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2,
h3 {
  font-family: var(--font-title);
  letter-spacing: 0;
  line-height: 1.04;
}

.skip-link {
  position: fixed;
  z-index: 20;
  top: 12px;
  left: 12px;
  padding: 10px 12px;
  color: var(--navy);
  background: #ffffff;
  border-radius: 8px;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.hero,
.section,
.footer {
  padding-inline: clamp(18px, 4vw, 56px);
}

.hero {
  min-height: 100svh;
  display: grid;
  align-items: start;
  padding-top: clamp(14px, 3svh, 24px);
  padding-bottom: 18px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 78%, rgba(22, 163, 74, 0.26), transparent 31%),
    radial-gradient(circle at 86% 8%, rgba(239, 35, 60, 0.13), transparent 24%),
    linear-gradient(135deg, #0f172a 0%, #172033 55%, #10271c 100%);
  border-bottom: 1px solid rgba(217, 247, 230, 0.14);
}

.hero-inner,
.section-heading,
.benefit-grid,
.receive-equation,
.check-list,
.inside-grid,
.offer-card,
.faq-wrap,
.footer {
  width: min(560px, 100%);
  margin-inline: auto;
}

.hero-inner {
  display: grid;
  gap: clamp(10px, 2.2svh, 16px);
  align-content: start;
}

.hero-copy {
  display: grid;
  justify-items: center;
  text-align: center;
}

.eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 26px;
  padding: 5px 9px;
  color: #ffffff;
  background: var(--green);
  border: 1px solid rgba(217, 247, 230, 0.22);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 520px;
  margin-top: 10px;
  font-size: clamp(1.62rem, 7.4vw, 2.35rem);
  line-height: 1;
  text-transform: uppercase;
}

h2 {
  max-width: 520px;
  font-size: clamp(1.36rem, 6vw, 2.12rem);
  line-height: 1.08;
}

h3 {
  font-size: clamp(1rem, 3.8vw, 1.28rem);
  line-height: 1.12;
}

.hero-text {
  max-width: 420px;
  margin-top: 9px;
  color: var(--slate2);
  font-size: clamp(0.88rem, 3.45vw, 1rem);
  font-weight: 650;
  line-height: 1.38;
}

.hero-split {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
}

.hero-split span,
.hero-split strong {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 900;
}

.hero-split span {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line);
}

.hero-split strong {
  color: var(--navy);
  background: var(--green-light);
}

.price-line {
  display: grid;
  gap: 2px;
  margin-top: 20px;
}

.price-line small {
  color: var(--slate2);
  font-weight: 800;
  text-transform: uppercase;
}

.price-line strong {
  color: #ffffff;
  font-family: var(--font-title);
  font-size: clamp(2rem, 10vw, 3rem);
  line-height: 0.95;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  padding: 12px 16px;
  border: 2px solid transparent;
  border-radius: 8px;
  font-weight: 900;
  font-size: 0.84rem;
  text-align: center;
  text-transform: uppercase;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  margin-top: 0;
  color: #ffffff;
  background: var(--green);
  border-color: rgba(217, 247, 230, 0.24);
  box-shadow: 0 16px 30px rgba(22, 163, 74, 0.28);
}

.button-primary:hover,
.button-primary:focus-visible {
  color: var(--navy);
  background: var(--green-light);
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  padding: 0;
  margin: 8px 0 0;
  list-style: none;
}

.trust-list li {
  padding: 6px 8px;
  color: #ffffff;
  background: rgba(30, 41, 59, 0.78);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 0.74rem;
  font-weight: 850;
}

.hero-visual {
  align-self: center;
  width: min(390px, 100%);
  margin-inline: auto;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 8px;
  box-shadow: none;
}

.hero-visual img {
  width: 100%;
  filter: drop-shadow(0 18px 38px rgba(0, 0, 0, 0.32));
}

.hero-conversion {
  display: grid;
  justify-items: center;
  text-align: center;
}

.section {
  padding-top: clamp(58px, 9vw, 96px);
  padding-bottom: clamp(58px, 9vw, 96px);
}

.section-heading {
  display: grid;
  justify-items: center;
  gap: 14px;
  text-align: center;
}

.section-heading p:not(.eyebrow) {
  max-width: 500px;
  color: var(--slate2);
  font-size: clamp(0.98rem, 3.4vw, 1.06rem);
  font-weight: 650;
}

.pain-section {
  background: var(--navy2);
}

.benefit-grid {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.benefit-card {
  min-height: 190px;
  display: grid;
  justify-items: start;
  text-align: left;
  align-content: start;
  gap: 10px;
  padding: 22px;
  color: var(--dark-ink);
  background: #ffffff;
  border: 1px solid var(--dark-line);
  border-left: 5px solid var(--green);
  border-radius: 8px;
}

.benefit-card span {
  width: fit-content;
  padding: 4px 8px;
  color: #ffffff;
  background: var(--navy);
  border-radius: 8px;
  font-weight: 900;
}

.benefit-card p {
  color: var(--muted-dark);
  font-weight: 650;
}

.receive-section {
  color: var(--dark-ink);
  background: #f8fafc;
}

.receive-section .section-heading p:not(.eyebrow) {
  color: var(--muted-dark);
}

.bank-alert {
  display: grid;
  gap: 6px;
  width: min(560px, 100%);
  margin: 22px auto 0;
  padding: 16px;
  color: #ffffff;
  text-align: center;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy2) 64%, #163b2b 100%);
  border: 1px solid rgba(22, 163, 74, 0.28);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
}

.bank-alert strong {
  color: var(--green-light);
  font-family: var(--font-title);
  font-size: 1.05rem;
}

.bank-alert p {
  color: var(--slate2);
  font-weight: 650;
}

.receive-equation {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.format-card {
  display: grid;
  gap: 8px;
  min-height: 190px;
  padding: 22px;
  color: #ffffff;
  background: linear-gradient(135deg, #111827 0%, var(--navy2) 60%, #163b2b 100%);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.14);
}

.format-card img {
  width: min(260px, 100%);
  margin: 0 auto 8px;
  border-radius: 8px;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.18);
}

.format-card p {
  color: var(--green-light);
  font-size: 0.88rem;
  font-weight: 900;
  text-transform: uppercase;
}

.format-card span {
  color: var(--slate2);
  font-weight: 650;
}

.format-card.total {
  color: var(--navy);
  background: var(--green-light);
}

.format-card.total p,
.format-card.total span {
  color: var(--navy);
}

.math-sign {
  display: grid;
  place-items: center;
  min-height: 42px;
  color: var(--green);
  font-family: var(--font-title);
  font-size: 2rem;
}

.check-list,
.offer-list {
  padding: 0;
  list-style: none;
}

.check-list {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.check-list li,
.offer-list li {
  position: relative;
  padding-left: 28px;
  font-weight: 800;
}

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

.topics-box {
  width: min(560px, 100%);
  margin: 24px auto 0;
  padding: 18px;
  background: #ffffff;
  border: 1px solid var(--dark-line);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.1);
}

.topics-box h3 {
  margin-bottom: 12px;
  text-align: center;
}

.topics-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.topics-list li {
  padding: 7px 9px;
  color: var(--navy);
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 850;
}

.inside-section {
  background: var(--navy);
}

.compact {
  max-width: 870px;
}

.pdf-carousel {
  width: min(560px, 100%);
  margin: 30px auto 0;
}

.pdf-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 420px;
  padding: 10px;
  color: var(--dark-ink);
  background: #ffffff;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.pdf-stage canvas {
  width: 100%;
  height: auto;
  border: 1px solid var(--dark-line);
  border-radius: 6px;
}

.pdf-loading {
  position: absolute;
  inset: 10px;
  display: grid;
  place-items: center;
  color: var(--muted-dark);
  background: #f8fafc;
  border: 1px solid var(--dark-line);
  border-radius: 6px;
  font-weight: 850;
}

.pdf-stage.is-ready .pdf-loading {
  display: none;
}

.pdf-caption {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 4px 0;
  color: #ffffff;
}

.pdf-caption strong {
  font-family: var(--font-title);
}

.pdf-caption span {
  color: var(--slate2);
  font-size: 0.9rem;
  font-weight: 850;
}

.carousel-controls {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
}

.carousel-arrow,
.carousel-dot {
  display: inline-grid;
  place-items: center;
  border: 0;
  cursor: pointer;
  font: inherit;
}

.carousel-arrow {
  width: 44px;
  height: 44px;
  color: #ffffff;
  background: var(--green);
  border-radius: 999px;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 12px 24px rgba(22, 163, 74, 0.22);
}

.carousel-arrow:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

.carousel-dots {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: center;
  max-width: 360px;
}

.carousel-dot {
  width: 11px;
  height: 11px;
  padding: 0;
  background: rgba(255, 255, 255, 0.32);
  border-radius: 999px;
}

.carousel-dot.is-active {
  width: 24px;
  background: var(--green-light);
}

.pdf-fallback {
  margin-top: 12px;
  color: var(--slate2);
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
}

.pdf-fallback a {
  color: var(--green-light);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bonus-section {
  color: var(--dark-ink);
  background: #f8fafc;
}

.bonus-section .section-heading p:not(.eyebrow) {
  color: var(--muted-dark);
}

.bonus-total {
  display: grid;
  gap: 4px;
  width: min(560px, 100%);
  margin: 24px auto 0;
  padding: 16px;
  color: #ffffff;
  text-align: center;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy2) 68%, #163b2b 100%);
  border: 1px solid rgba(22, 163, 74, 0.28);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.16);
}

.bonus-total span {
  color: var(--slate2);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.bonus-total strong {
  color: var(--green-light);
  font-family: var(--font-title);
  font-size: clamp(1.3rem, 5.4vw, 1.82rem);
  line-height: 1.05;
}

.bonus-grid {
  display: grid;
  gap: 14px;
  width: min(560px, 100%);
  margin: 16px auto 0;
}

.bonus-card {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 12px;
  background: #ffffff;
  border: 1px solid var(--dark-line);
  border-radius: 8px;
  box-shadow: 0 16px 44px rgba(15, 23, 42, 0.1);
}

.bonus-cover {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  overflow: hidden;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 8px;
}

.bonus-cover img {
  width: 100%;
  height: 100%;
  margin-inline: auto;
  object-fit: contain;
}

.bonus-copy {
  display: grid;
  gap: 6px;
}

.bonus-copy h3 {
  font-size: clamp(0.95rem, 3.8vw, 1.18rem);
}

.bonus-card p {
  color: var(--muted-dark);
  font-size: 0.9rem;
  font-weight: 650;
}

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

.bonus-price span {
  color: var(--red);
  font-size: 0.88rem;
  font-weight: 900;
  text-decoration: line-through;
}

.bonus-price strong {
  color: var(--green);
  font-family: var(--font-title);
  font-size: 1.22rem;
  line-height: 1;
  text-transform: uppercase;
}

.offer-section {
  color: var(--dark-ink);
  background:
    radial-gradient(circle at 18% 22%, rgba(22, 163, 74, 0.13), transparent 28%),
    #ffffff;
}

.offer-card {
  display: grid;
  gap: 24px;
  padding: clamp(20px, 5vw, 34px);
  border: 3px solid var(--green);
  border-radius: 8px;
  box-shadow: 0 24px 64px rgba(15, 23, 42, 0.15);
}

.offer-copy {
  display: grid;
  justify-items: center;
  gap: 14px;
  text-align: center;
}

.offer-copy p:not(.eyebrow) {
  color: var(--muted-dark);
  font-weight: 650;
}

.offer-product {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  width: 100%;
  padding: 12px;
  text-align: left;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 8px;
}

.offer-product img {
  width: 96px;
  border-radius: 8px;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.14);
}

.offer-product div {
  display: grid;
  gap: 4px;
}

.offer-product strong {
  color: var(--navy);
  font-family: var(--font-title);
  line-height: 1.1;
}

.offer-product span {
  color: var(--muted-dark);
  font-size: 0.9rem;
  font-weight: 750;
}

.offer-list {
  display: grid;
  gap: 9px;
  margin: 4px 0 0;
  text-align: left;
}

.offer-bonus-box {
  display: grid;
  gap: 10px;
  width: 100%;
  padding: 14px;
  text-align: left;
  background: #ecfdf5;
  border: 1px solid rgba(22, 163, 74, 0.22);
  border-radius: 8px;
}

.offer-bonus-box span {
  color: var(--green);
  font-family: var(--font-title);
  font-size: 0.98rem;
  font-weight: 900;
  text-transform: uppercase;
}

.offer-bonus-box ul {
  display: grid;
  gap: 7px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.offer-bonus-box li {
  position: relative;
  padding-left: 22px;
  color: var(--navy);
  font-weight: 850;
}

.offer-bonus-box li::before {
  content: "+";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 900;
}

.checkout-box {
  display: grid;
  justify-items: center;
  gap: 8px;
  align-content: start;
  text-align: center;
  padding: 20px;
  color: #ffffff;
  background: var(--navy);
  border-radius: 8px;
}

.old-price {
  width: fit-content;
  padding: 6px 10px;
  color: var(--navy);
  background: var(--gold);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.checkout-box p {
  color: var(--slate2);
  font-weight: 900;
  text-transform: uppercase;
}

.checkout-box strong {
  font-family: var(--font-title);
  font-size: clamp(2.15rem, 11vw, 3.2rem);
  line-height: 0.95;
}

.checkout-box small {
  color: var(--slate2);
  font-weight: 800;
  text-align: center;
}

.checkout-box .button {
  margin-top: 8px;
}

.faq-section {
  background: var(--navy2);
}

.faq-wrap {
  display: grid;
  gap: 26px;
}

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

details {
  padding: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: 8px;
}

summary {
  cursor: pointer;
  color: #ffffff;
  font-family: var(--font-title);
  font-weight: 800;
}

details p {
  margin-top: 10px;
  color: var(--slate2);
  font-weight: 650;
}

.final-cta {
  display: grid;
  justify-items: center;
  gap: 10px;
  text-align: center;
  padding: clamp(20px, 5vw, 32px);
  color: var(--navy);
  background: var(--green-light);
  border-radius: 8px;
}

.final-cta h2 {
  font-size: clamp(1.28rem, 5.5vw, 1.85rem);
}

.final-cta p {
  font-weight: 900;
}

.final-cta .button-primary {
  color: #ffffff;
  background: var(--navy);
  box-shadow: none;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: space-between;
  padding-top: 26px;
  padding-bottom: 26px;
  color: var(--slate2);
  background: var(--navy);
  font-size: 0.92rem;
  font-weight: 700;
}

.footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.footer a:hover,
.footer a:focus-visible {
  color: #ffffff;
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
