:root {
  --bg: #f6f8ff;
  --paper: #ffffff;
  --ink: #0f172a;
  --muted: #64748b;
  --line: rgba(15, 23, 42, 0.12);
  --navy: #0b1224;
  --blue: #1e3a8a;
  --cyan: #22d3ee;
  --warm: #f97316;
  --warm-dark: #c2410c;
  --warm-soft: #fff7ed;
  --green: #16a34a;
  --heading-font: Arial, "Helvetica Neue", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 24px 70px rgba(15, 23, 42, 0.16);
  --radius: 28px;
  --radius-sm: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(34, 211, 238, 0.18), transparent 36rem),
    linear-gradient(180deg, #f8fbff 0%, var(--bg) 58%, #eef3ff 100%);
  line-height: 1.5;
}

button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  font-family: var(--heading-font);
  text-wrap: balance;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(1180px, calc(100% - 32px));
  margin: 10px auto 0;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
}

.brand, .header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  display: grid;
  place-items: center;
  min-width: 54px;
  height: 38px;
  padding: 0 10px;
  border-radius: 999px;
  color: #eff6ff;
  background: linear-gradient(135deg, var(--blue), var(--navy));
  font-weight: 850;
  letter-spacing: -0.035em;
}

.brand-text {
  font-weight: 850;
  letter-spacing: -0.025em;
}

.header-link {
  color: var(--muted);
  font-weight: 750;
}

.btn,
.footer-cta,
.thanks-strip a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 920;
  letter-spacing: -0.018em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.btn::after,
.footer-cta::after,
.thanks-strip a::after {
  content: "→";
  font-size: 1.1em;
}

.btn:hover,
.footer-cta:hover,
.thanks-strip a:hover { transform: translateY(-2px); }

.btn:focus-visible,
.header-link:focus-visible,
.brand:focus-visible,
.site-footer a:focus-visible,
.footer-cta:focus-visible,
summary:focus-visible,
.thanks-strip a:focus-visible {
  outline: 4px solid rgba(34, 211, 238, 0.5);
  outline-offset: 4px;
}

.btn-warm {
  color: #ffffff;
  background: linear-gradient(135deg, #ff7a1a, #ef4444);
  box-shadow: 0 20px 45px rgba(239, 68, 68, 0.34), inset 0 1px 0 rgba(255,255,255,0.26);
}

.btn-warm:hover {
  box-shadow: 0 26px 58px rgba(239, 68, 68, 0.42), inset 0 1px 0 rgba(255,255,255,0.28);
}

.btn-light {
  color: #7c2d12;
  background: #ffffff;
  box-shadow: 0 22px 48px rgba(124, 45, 18, 0.18);
}

.btn-small {
  padding: 11px 18px;
  font-size: 0.92rem;
}

.btn-large {
  width: fit-content;
  min-height: 56px;
  padding: 15px 25px;
  font-size: clamp(1rem, 2vw, 1.11rem);
}

.btn.full { width: 100%; }

.thanks-strip {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  width: min(1180px, calc(100% - 32px));
  margin: 18px auto 14px;
  padding: 20px 22px;
  border: 1px solid rgba(22, 163, 74, 0.32);
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(22, 163, 74, 0.12), transparent 22rem),
    rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.thanks-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  color: #ffffff;
  background: var(--green);
  font-weight: 950;
  box-shadow: 0 14px 26px rgba(22, 163, 74, 0.22);
}

.thanks-copy {
  display: grid;
  gap: 4px;
}

.thanks-strip strong {
  color: var(--blue);
  font-size: 1.04rem;
}
.thanks-strip span {
  color: var(--muted);
  line-height: 1.55;
}
.thanks-strip a {
  flex: 0 0 auto;
  padding: 10px 16px;
  color: var(--warm-dark);
  background: var(--warm-soft);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(330px, 0.96fr);
  gap: 34px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 34px;
  padding: clamp(26px, 4vw, 50px);
  overflow: hidden;
  border-radius: calc(var(--radius) + 12px);
  background: linear-gradient(135deg, #071121 0%, #0f1c37 55%, #132b52 100%);
  box-shadow: var(--shadow);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 75% 12%, rgba(249, 115, 22, 0.25), transparent 20rem),
    radial-gradient(circle at 8% 20%, rgba(34, 211, 238, 0.17), transparent 22rem),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: auto, auto, 44px 44px, 44px 44px;
  pointer-events: none;
}

.hero-copy,
.hero-offer {
  position: relative;
  z-index: 1;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  color: #fed7aa;
  font-size: 0.81rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--warm);
  box-shadow: 0 0 0 6px rgba(249, 115, 22, 0.16);
}

.eyebrow.dark { color: var(--warm-dark); }

h1 {
  max-width: 820px;
  margin-bottom: 14px;
  color: #ffffff;
  font-size: clamp(2.75rem, 5vw, 4.7rem);
  line-height: 0.99;
  letter-spacing: -0.034em;
  font-weight: 900;
}

.hero-lead {
  max-width: 700px;
  margin-bottom: 18px;
  color: #dbeafe;
  font-size: clamp(1.04rem, 1.55vw, 1.22rem);
}

.hero-promise {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 720px;
  margin-bottom: 20px;
}

.hero-promise > div {
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.075);
}

.hero-promise strong {
  display: block;
  margin-bottom: 3px;
  color: #ffffff;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}

.hero-promise span {
  display: block;
  color: #bdd7ff;
  font-size: 0.92rem;
}

.hero-cta-row {
  display: grid;
  gap: 9px;
  max-width: 710px;
}

.microcopy {
  max-width: 640px;
  margin: 0;
  color: #a9c4ee;
  font-size: 0.92rem;
}

.hero-offer {
  display: flex;
  align-items: center;
}

.offer-card.mini,
.price-card,
.stack-card,
.big-included,
.author-mini,
.order-form-shell,
.guarantee-section,
.proof-section,
.order-section,
.bridge-section,
.early-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
}

.offer-card.mini {
  width: 100%;
  padding: 28px;
  color: var(--ink);
  background:
    radial-gradient(circle at top right, rgba(249, 115, 22, 0.18), transparent 18rem),
    #ffffff;
}

.offer-kicker {
  margin-bottom: 12px;
  color: var(--warm-dark);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
}

.price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 6px;
}

.price-row.big { margin-bottom: 8px; }
.old-price {
  color: var(--muted);
  font-size: 1.35rem;
  font-weight: 850;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.new-price {
  color: var(--warm-dark);
  font-size: clamp(2.55rem, 5vw, 4.2rem);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.05em;
}

.price-note,
.secure-note {
  margin-bottom: 16px;
  color: var(--muted);
  font-weight: 720;
}

.countdown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 18px 0 20px;
}

.countdown div {
  padding: 12px 8px;
  border-radius: 17px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--navy), #1e293b);
  text-align: center;
}

.countdown strong {
  display: block;
  font-size: 1.35rem;
  line-height: 1;
}

.countdown span {
  display: block;
  margin-top: 5px;
  color: #cbd5e1;
  font-size: 0.78rem;
  font-weight: 760;
}

.countdown.expired div {
  grid-column: 1 / -1;
  background: #7f1d1d;
}

.pain-section,
.content-section,
.benefits-section,
.offer-section,
.early-section,
.faq {
  width: min(1100px, calc(100% - 32px));
  margin: 0 auto 34px;
}

.section-header {
  max-width: 840px;
  margin-bottom: 20px;
}

.section-header.centered {
  max-width: 850px;
  margin-inline: auto;
  text-align: center;
}

.section-header.compact { max-width: 680px; }
.section-header p { color: var(--muted); font-size: 1.05rem; }

.section-header h2,
.bridge-copy h2,
.solution-card h2,
.offer-intro h2,
.order-copy h2,
.guarantee-section h2,
.proof-copy h2,
.final-section h2 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 4.3vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: -0.028em;
}

.pain-grid,
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.pain-grid article,
.benefit-grid article,
.curriculum-list article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 54px rgba(15, 23, 42, 0.07);
}

.pain-grid article { min-height: 250px; }
.pain-grid span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  border-radius: 999px;
  color: var(--blue);
  background: #dbeafe;
  font-weight: 900;
}

.pain-grid h3,
.benefit-grid h3,
.curriculum-list h3,
.big-included h3,
.stack-card h3,
.future-section h3 {
  margin-bottom: 9px;
  font-size: 1.28rem;
  line-height: 1.16;
  letter-spacing: -0.018em;
}

.pain-grid p,
.benefit-grid p,
.curriculum-list p,
.big-included p,
.bridge-copy p,
.solution-card p,
.offer-intro p,
.order-copy p,
.guarantee-section p,
.proof-copy p,
.final-section p,
.faq p {
  color: var(--muted);
}

.pain-grid p,
.benefit-grid p,
.curriculum-list p { margin-bottom: 0; }

.bridge-section {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 28px;
  align-items: center;
  width: min(1100px, calc(100% - 32px));
  margin: 0 auto 34px;
  padding: clamp(24px, 4vw, 42px);
  background:
    radial-gradient(circle at 8% 15%, rgba(34, 211, 238, 0.12), transparent 18rem),
    #ffffff;
}

.author-mini {
  overflow: hidden;
  background: #f8fafc;
}

.author-mini img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.author-mini div { padding: 18px; }
.author-mini strong {
  display: block;
  margin-bottom: 7px;
  font-size: 1.22rem;
  letter-spacing: -0.02em;
}
.author-mini span { color: var(--muted); font-weight: 680; }

.solution-section {
  width: min(1100px, calc(100% - 32px));
  margin: 0 auto 34px;
}

.solution-card {
  padding: clamp(28px, 5vw, 54px);
  border-radius: var(--radius);
  color: #ffffff;
  background:
    radial-gradient(circle at 88% 14%, rgba(255, 255, 255, 0.2), transparent 20rem),
    linear-gradient(135deg, #ea580c, #c2410c 50%, #7c2d12);
  box-shadow: 0 24px 70px rgba(194, 65, 12, 0.28);
}

.solution-card .eyebrow,
.solution-card p { color: #ffedd5; }
.solution-card .eyebrow::before {
  background: #ffffff;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.18);
}
.solution-card p { max-width: 810px; margin-bottom: 0; font-size: 1.08rem; }

.curriculum-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(310px, 0.8fr);
  gap: 18px;
}

.curriculum-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.curriculum-list small {
  display: inline-block;
  margin-bottom: 11px;
  color: var(--warm-dark);
  font-weight: 920;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.big-included {
  padding: 26px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--navy), #1e293b);
}

.big-included p { color: #cbd5e1; }
.big-included strong { color: #ffffff; }
.included-top {
  display: flex;
  gap: 13px;
  align-items: center;
  margin-bottom: 10px;
}
.included-top.pdf { margin-top: 24px; }
.included-top span {
  display: grid;
  place-items: center;
  min-width: 52px;
  height: 52px;
  padding: 0 9px;
  border-radius: 16px;
  color: #7c2d12;
  background: #fed7aa;
  font-weight: 950;
}
.included-top h3 { margin-bottom: 0; color: #ffffff; }

.sample-section {
  width: min(1100px, calc(100% - 32px));
  margin: 0 auto 34px;
}

.sample-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.sample-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 18px 54px rgba(15, 23, 42, 0.07);
}

.sample-media {
  padding: 10px;
  border-bottom: 1px solid var(--line);
  background: #f8fafc;
}

.sample-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  border-radius: 20px;
  background: #ffffff;
}

.sample-copy {
  padding: 24px;
}

.sample-label {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--warm-dark);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sample-copy h3 {
  margin-bottom: 9px;
  font-size: 1.28rem;
  line-height: 1.16;
  letter-spacing: -0.018em;
}

.sample-copy p {
  margin-bottom: 0;
  color: var(--muted);
}

.benefit-grid { grid-template-columns: repeat(4, 1fr); }
.benefit-grid article { min-height: 230px; }

.future-section {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: center;
  width: min(1100px, calc(100% - 32px));
  margin: 0 auto 34px;
}

.future-before,
.future-after {
  padding: 28px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: #ffffff;
  box-shadow: 0 18px 54px rgba(15, 23, 42, 0.07);
}
.future-after {
  color: #ffffff;
  background: linear-gradient(135deg, var(--blue), var(--navy));
}
.future-after p { color: #dbeafe; }
.future-before p { color: var(--muted); }
.label {
  margin-bottom: 9px;
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.future-arrow {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  color: #ffffff;
  background: var(--warm);
  font-weight: 950;
  box-shadow: 0 18px 40px rgba(249, 115, 22, 0.3);
}

.proof-section {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 24px;
  align-items: center;
  width: min(1100px, calc(100% - 32px));
  margin: 0 auto 34px;
  padding: clamp(24px, 4vw, 42px);
}

.proof-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.proof-stats div {
  padding: 20px 14px;
  border-radius: 22px;
  background: #eff6ff;
  text-align: center;
}
.proof-stats strong {
  display: block;
  color: var(--blue);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  letter-spacing: -0.04em;
}
.proof-stats span {
  display: block;
  margin-top: 8px;
  color: #1e3a8a;
  font-weight: 790;
  font-size: 0.92rem;
}


.early-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: clamp(24px, 4vw, 42px);
  background:
    radial-gradient(circle at top right, rgba(249, 115, 22, 0.13), transparent 24rem),
    #ffffff;
}

.early-card h2 {
  max-width: 760px;
  margin-bottom: 12px;
  font-size: clamp(1.8rem, 3.6vw, 2.85rem);
  line-height: 1.08;
  letter-spacing: -0.028em;
}

.early-card p:not(.eyebrow) {
  max-width: 780px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.offer-intro {
  max-width: 850px;
  margin-bottom: 20px;
}

.offer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 18px;
  align-items: stretch;
}

.stack-card,
.price-card {
  padding: clamp(24px, 4vw, 36px);
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 13px 14px 13px 43px;
  border: 1px solid rgba(30, 58, 138, 0.12);
  border-radius: 17px;
  background: #eff6ff;
  color: #1e3a8a;
  font-weight: 760;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 15px;
  top: 12px;
  color: var(--green);
  font-weight: 950;
}

.price-card {
  background:
    radial-gradient(circle at top right, rgba(249, 115, 22, 0.17), transparent 17rem),
    #ffffff;
}
.price-card .secure-note { margin: 12px 0 0; font-size: 0.91rem; }
.price-card .access-note { margin: -4px 0 16px; color: var(--ink); font-weight: 760; line-height: 1.55; }

.order-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 0.98fr);
  gap: 22px;
  align-items: start;
  width: min(1040px, calc(100% - 32px));
  margin: 0 auto 34px;
  padding: clamp(22px, 3vw, 34px);
}

.order-copy {
  display: grid;
  gap: 14px;
  align-content: start;
  position: sticky;
  top: 88px;
}

.order-copy p {
  margin: 0;
}

.order-payment-badge {
  width: min(100%, 320px);
  padding: 14px;
  border: 1px solid rgba(30, 58, 138, 0.14);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 249, 255, 0.96) 100%);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

.order-payment-label {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 0.95rem;
  font-weight: 820;
  line-height: 1.45;
}

.order-payment-banner {
  display: block;
  width: 100%;
  height: auto;
}

.order-form-shell {
  width: min(100%, 700px);
  justify-self: end;
  padding: 14px;
  border: 1px solid rgba(30, 58, 138, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 249, 255, 0.96) 100%);
}

.order-form-embed {
  display: block;
  width: 100%;
  min-height: 820px;
  border: 0;
  background: transparent;
  border-radius: 18px;
  overflow: hidden;
}

.guarantee-section {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  align-items: center;
  width: min(1100px, calc(100% - 32px));
  margin: 0 auto 34px;
  padding: clamp(24px, 4vw, 42px);
  background:
    radial-gradient(circle at 12% 15%, rgba(22, 163, 74, 0.12), transparent 18rem),
    #ffffff;
}

.guarantee-badge {
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  border-radius: 999px;
  color: #ffffff;
  background: var(--green);
  font-size: 1.7rem;
  font-weight: 950;
  letter-spacing: -0.04em;
  box-shadow: 0 18px 42px rgba(22, 163, 74, 0.28);
}

.final-section {
  width: min(1100px, calc(100% - 32px));
  margin: 0 auto 34px;
  padding: clamp(28px, 5vw, 54px);
  border-radius: var(--radius);
  color: #ffffff;
  background:
    radial-gradient(circle at 86% 10%, rgba(34, 211, 238, 0.18), transparent 19rem),
    linear-gradient(135deg, var(--navy), #111827 55%, #1e293b);
  box-shadow: var(--shadow);
}

.final-section .eyebrow,
.final-section p { color: #dbeafe; }
.final-section h2 { color: #ffffff; max-width: 850px; }
.final-section p { max-width: 850px; }
.summary-two {
  margin: 22px 0;
  padding: 18px 20px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 22px;
  background: rgba(255,255,255,0.08);
  font-weight: 760;
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.84);
  overflow: hidden;
}

summary {
  cursor: pointer;
  padding: 18px 20px;
  font-weight: 850;
  letter-spacing: -0.018em;
}

details p {
  margin: 0;
  padding: 0 20px 20px;
}

.site-footer {
  margin-top: auto;
  padding: 18px 20px 22px;
  background-color: rgba(255, 255, 255, 0.7);
  border-top: 1px solid var(--line);
  font-size: 14px;
  color: var(--muted);
  backdrop-filter: blur(8px);
}

.site-footer__content {
  width: min(100%, 960px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
}

.site-footer__content p { margin: 0; }

.site-footer__payment {
  width: min(100%, 360px);
}

.site-footer__payment-banner {
  display: block;
  width: 100%;
  height: auto;
}

.site-footer a {
  color: inherit;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}

.footer-cta {
  padding: 11px 18px;
  color: var(--warm-dark);
  background: var(--warm-soft);
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 { transition-delay: 0.12s; }
.pulse-once { animation: pulseOnce 0.45s ease; }

@keyframes pulseOnce {
  0% { transform: scale(1); }
  45% { transform: scale(0.985); }
  100% { transform: scale(1); }
}

@media (min-width: 961px) and (max-height: 820px) {
  .hero {
    padding: 28px 36px;
  }
  h1 {
    font-size: clamp(2.55rem, 4.6vw, 4.1rem);
    line-height: 1.01;
  }
  .hero-lead { margin-bottom: 14px; }
  .hero-promise { margin-bottom: 16px; }
}

@media (max-width: 1080px) {
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-section,
  .order-section { grid-template-columns: 1fr; }

  .order-copy {
    position: static;
    top: auto;
  }

  .order-payment-badge {
    width: min(100%, 420px);
  }

  .order-form-shell {
    width: 100%;
    justify-self: stretch;
  }
}

@media (max-width: 960px) {
  .hero,
  .bridge-section,
  .curriculum-layout,
  .offer-grid,
  .early-card {
    grid-template-columns: 1fr;
  }

  .hero-promise,
  .pain-grid,
  .sample-grid,
  .proof-stats {
    grid-template-columns: 1fr;
  }

  .curriculum-list { grid-template-columns: 1fr; }
  .hero-offer { max-width: 620px; }
  .future-section { grid-template-columns: 1fr; }
  .future-arrow { margin-inline: auto; transform: rotate(90deg); }
  .author-mini { max-width: 420px; }
  .early-card .btn { width: 100%; }
}

@media (max-width: 720px) {

  .site-header {
    width: calc(100% - 20px);
    margin-top: 10px;
  }

  .brand-text,
  .header-link { display: none; }
  .btn-small { padding: 10px 14px; font-size: 0.86rem; }

  .thanks-strip,
  .hero,
  .pain-section,
  .bridge-section,
  .solution-section,
  .content-section,
  .benefits-section,
  .sample-section,
  .future-section,
  .proof-section,
  .offer-section,
  .early-section,
  .order-section,
  .guarantee-section,
  .final-section,
  .faq,
  .site-footer {
    width: calc(100% - 20px);
  }

  .thanks-strip {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: flex-start;
  }

  .thanks-strip a {
    grid-column: 1 / -1;
  }

  .order-payment-badge {
    width: 100%;
    padding: 14px;
  }

  .order-form-shell {
    padding: 10px;
    border-radius: 22px;
  }

  .order-form-embed {
    min-height: 860px;
    border-radius: 16px;
  }

  .hero {
    padding: 24px 18px;
    border-radius: 30px;
  }

  h1 {
    font-size: clamp(2.35rem, 11vw, 3.6rem);
    line-height: 1.02;
  }

  .btn-large { width: 100%; }
  .section-header h2,
  .bridge-copy h2,
  .solution-card h2,
  .offer-intro h2,
  .order-copy h2,
  .guarantee-section h2,
  .proof-copy h2,
  .final-section h2 {
    font-size: clamp(1.85rem, 9vw, 2.65rem);
  }

  .benefit-grid { grid-template-columns: 1fr; }
  .countdown { grid-template-columns: repeat(2, 1fr); }
  .guarantee-section { grid-template-columns: 1fr; }
  .site-footer {
    padding: 18px 16px 20px;
  }

  .site-footer__content {
    width: 100%;
    gap: 12px;
  }

  .site-footer__payment {
    width: min(100%, 320px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

  .site-footer__content {
    width: 100%;
    gap: 12px;
  }

  .site-footer__payment {
    width: min(100%, 320px);
  }
}
