:root {
  --bg: #f3f6f8;
  --bg-alt: #e6edf2;
  --ink: #07111a;
  --muted: #526271;
  --dark: #061019;
  --dark-soft: #0d1a25;
  --surface: #ffffff;
  --surface-strong: #eef4f7;
  --line: #ccd8e0;
  --accent: #43d7ef;
  --accent-strong: #19aec8;
  --accent-ink: #041019;
  --warm: #e25548;
  --teal: #268da4;
  --steel: #7f94a6;
  --shadow: 0 24px 70px rgba(5, 16, 25, 0.18);
  --font-body: "Manrope", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Archivo", "Arial Narrow", Inter, ui-sans-serif, system-ui, sans-serif;
  --radius: 8px;
  --container: 1160px;
  --header-height: 76px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 24px);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
}

body.checkout-open {
  overflow: hidden;
}

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

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

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 1000;
  transform: translateY(-140%);
  border-radius: var(--radius);
  background: var(--accent);
  color: var(--accent-ink);
  font-weight: 800;
  padding: 10px 14px;
  transition: transform 160ms ease;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.container {
  width: min(100% - 32px, var(--container));
  margin-inline: auto;
}

.section {
  padding: 88px 0;
}

.section--dark {
  background:
    linear-gradient(135deg, rgba(67, 215, 239, 0.08), transparent 36%),
    linear-gradient(155deg, #061019 0%, #0b1722 58%, #060b11 100%);
  color: #f8fbfd;
}

.section--split {
  background: var(--surface);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 36px;
}

.section-heading h2,
.hero h1,
.final-cta h2 {
  margin: 0;
  line-height: 1.04;
  letter-spacing: 0;
}

.section-heading h2,
.hero h1,
.final-cta h2,
.transformation__story h2,
.author__content h2,
.offer__copy h2,
.offer-box h3,
.checkout-panel__header h2,
.brand,
.button,
.eyebrow {
  font-family: var(--font-display);
}

.section-heading h2 {
  font-size: 2rem;
}

.section-heading p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.section--dark .section-heading p,
.section--dark .eyebrow {
  color: #b9c9d4;
}

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

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--accent);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #68e6f7 0%, var(--accent) 100%);
  color: var(--accent-ink);
  font-weight: 900;
  line-height: 1.1;
  padding: 14px 20px;
  box-shadow: 0 14px 30px rgba(67, 215, 239, 0.2);
  transition:
    transform 160ms ease,
    background 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
  border-color: #8fecfa;
  background: #8fecfa;
  box-shadow: 0 18px 40px rgba(67, 215, 239, 0.28);
}

.button--ghost {
  border-color: rgba(248, 251, 253, 0.26);
  background: transparent;
  color: #f8fbfd;
  box-shadow: none;
}

.button--ghost:hover {
  border-color: rgba(67, 215, 239, 0.68);
  background: rgba(67, 215, 239, 0.1);
  color: #ffffff;
}

.button--small {
  min-height: 42px;
  padding: 11px 14px;
  font-size: 0.9rem;
}

.button--wide {
  width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  min-height: var(--header-height);
  align-items: center;
  gap: 22px;
  border-bottom: 1px solid rgba(204, 216, 224, 0.8);
  background: rgba(243, 246, 248, 0.9);
  padding: 0 max(16px, calc((100vw - var(--container)) / 2));
  backdrop-filter: blur(18px);
  transition: min-height 180ms ease, box-shadow 180ms ease;
}

.site-header.is-compact {
  min-height: 64px;
  box-shadow: 0 10px 28px rgba(5, 16, 25, 0.1);
}

.checkout-return-message {
  position: sticky;
  top: var(--header-height);
  z-index: 45;
  margin: 0;
  border-bottom: 1px solid rgba(7, 17, 26, 0.12);
  background: #e7fbfe;
  color: #075f6d;
  font-weight: 850;
  padding: 12px max(16px, calc((100vw - var(--container)) / 2));
}

.checkout-return-message.is-cancel {
  background: #fff2ef;
  color: #903321;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 950;
  white-space: nowrap;
}

.brand__mark {
  display: inline-grid;
  width: 46px;
  height: 40px;
  place-items: center;
  border-radius: var(--radius);
  border: 1px solid rgba(67, 215, 239, 0.3);
  background: var(--dark);
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 900;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  color: #536575;
  font-size: 0.94rem;
  font-weight: 750;
}

.site-nav a {
  padding: 10px 0;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--ink);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.nav-toggle__bar,
.nav-toggle__bar::before,
.nav-toggle__bar::after {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: var(--ink);
  content: "";
}

.nav-toggle__bar {
  position: relative;
}

.nav-toggle__bar::before,
.nav-toggle__bar::after {
  position: absolute;
  left: 0;
}

.nav-toggle__bar::before {
  top: -6px;
}

.nav-toggle__bar::after {
  top: 6px;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 78px;
}

.hero::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.08), transparent 24%),
    repeating-linear-gradient(120deg, transparent 0 52px, rgba(67, 215, 239, 0.045) 52px 53px);
  content: "";
}

.hero .container {
  position: relative;
  z-index: 1;
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.58fr);
  align-items: center;
  gap: 70px;
}

.hero h1 {
  max-width: 760px;
  font-size: 4.45rem;
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
}

.hero__lead {
  max-width: 640px;
  margin: 24px 0 0;
  color: #dbe6ec;
  font-size: 1.15rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.trust-list li {
  border: 1px solid rgba(67, 215, 239, 0.22);
  border-radius: var(--radius);
  background: rgba(6, 16, 25, 0.52);
  color: #edf6fa;
  padding: 9px 13px;
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero__visual {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 14px;
}

.cover-frame {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(67, 215, 239, 0.34);
  border-radius: var(--radius);
  background: var(--dark-soft);
  box-shadow: 0 30px 78px rgba(0, 0, 0, 0.42);
}

.cover-frame::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.14);
  content: "";
}

.cover-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.proof-frame,
.page-preview,
.author-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(67, 215, 239, 0.28);
  border-radius: var(--radius);
  background: var(--dark-soft);
  box-shadow: var(--shadow);
}

.proof-frame img,
.page-preview img,
.author-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.proof-frame figcaption,
.page-preview figcaption {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid rgba(67, 215, 239, 0.24);
  border-radius: var(--radius);
  background: rgba(6, 16, 25, 0.78);
  color: #f8fbfd;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 8px 10px;
}

.cover-frame--hero {
  max-width: 378px;
  aspect-ratio: 1055 / 1491;
}

.cover-frame--compact {
  max-width: 320px;
  aspect-ratio: 1055 / 1491;
}

.hero__focus-grid {
  width: min(100%, 360px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.hero__focus-grid span {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(67, 215, 239, 0.26);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  color: #eaf5f9;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.image-placeholder {
  display: grid;
  width: 100%;
  min-height: 180px;
  place-items: center;
  border: 1px solid rgba(7, 17, 26, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(67, 215, 239, 0.2), rgba(226, 85, 72, 0.08)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.12) 0 9px, rgba(255, 255, 255, 0.035) 9px 18px),
    var(--dark-soft);
  color: #f8fbfd;
  text-align: center;
  box-shadow: var(--shadow);
}

.image-placeholder span {
  max-width: 86%;
  overflow-wrap: anywhere;
  border-radius: var(--radius);
  background: rgba(6, 16, 25, 0.62);
  padding: 10px 12px;
  font-size: 0.82rem;
  font-weight: 950;
}

.image-placeholder--cover {
  max-width: 360px;
  aspect-ratio: 3 / 4;
}

.image-placeholder--portrait {
  aspect-ratio: 4 / 5;
}

.image-placeholder--page {
  aspect-ratio: 3 / 4;
  min-width: 0;
}

.image-placeholder--author {
  aspect-ratio: 4 / 5;
  min-height: 360px;
}

.card-grid {
  display: grid;
  gap: 16px;
}

.card-grid--five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.info-card,
.module-card,
.audience-panel,
.offer-box,
.legal-placeholders article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.info-card {
  border-top: 3px solid rgba(67, 215, 239, 0.55);
  background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
  padding: 22px;
}

.info-card h3,
.benefit-item h3,
.module-card h3,
.audience-panel h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.04rem;
  line-height: 1.2;
}

.info-card p,
.benefit-item p,
.module-card p {
  margin: 12px 0 0;
  color: var(--muted);
}

.transformation__grid,
.author__grid,
.offer__grid,
.final-cta__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 1fr);
  align-items: center;
  gap: 52px;
}

.transformation__story h2,
.author__content h2,
.offer__copy h2 {
  margin: 0;
  font-size: 2.5rem;
  line-height: 1.08;
  font-weight: 850;
}

.transformation__story p:not(.eyebrow),
.author__content p:not(.eyebrow),
.offer__copy p {
  color: var(--muted);
  font-size: 1.05rem;
}

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

.transformation__proof {
  justify-self: center;
  width: min(100%, 430px);
  aspect-ratio: 900 / 1349;
}

.benefit-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(7, 17, 26, 0.14);
  border-left: 1px solid rgba(7, 17, 26, 0.14);
}

.benefit-item {
  min-height: 230px;
  border-right: 1px solid rgba(7, 17, 26, 0.14);
  border-bottom: 1px solid rgba(7, 17, 26, 0.14);
  background: rgba(255, 255, 255, 0.42);
  padding: 28px;
}

.benefit-item__number {
  display: block;
  margin-bottom: 42px;
  color: var(--accent-strong);
  font-family: var(--font-display);
  font-weight: 950;
}

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

.module-card {
  border-color: rgba(248, 251, 253, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.045));
  padding: 24px;
}

.module-card span {
  display: inline-block;
  margin-bottom: 28px;
  color: var(--accent);
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.module-card p {
  color: #d8e3e9;
}

.preview-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}

.preview-strip .image-placeholder:nth-child(even),
.preview-strip .page-preview:nth-child(even) {
  margin-top: 28px;
}

.page-preview {
  aspect-ratio: 3 / 4;
}

.audience {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.48), transparent 42%),
    var(--bg-alt);
}

.audience__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  gap: 44px;
  align-items: start;
}

.audience-panels {
  display: grid;
  gap: 16px;
}

.audience-panel {
  padding: 26px;
}

.audience-panel--muted {
  background: #f8fbfd;
}

.author-photo {
  aspect-ratio: 4 / 5;
}

.social-note {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 22px;
}

.social-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(67, 215, 239, 0.24);
  border-radius: var(--radius);
  background: #ffffff;
}

.social-icon img {
  display: block;
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.check-list,
.included-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li,
.included-list li {
  position: relative;
  padding-left: 28px;
  color: var(--muted);
}

.check-list li::before,
.included-list li::before {
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--accent-strong);
  font-weight: 950;
  content: "✓";
}

.check-list--muted li::before {
  color: var(--warm);
  content: "—";
}

.note,
.dev-note {
  border-left: 4px solid var(--warm);
  background: rgba(226, 85, 72, 0.1);
  padding: 12px 14px;
}

.offer {
  background: var(--surface);
}

.offer__grid {
  grid-template-columns: minmax(0, 1fr) minmax(310px, 420px);
}

.offer-box {
  border-color: rgba(67, 215, 239, 0.28);
  background:
    linear-gradient(180deg, rgba(67, 215, 239, 0.06), transparent 44%),
    var(--surface);
  padding: 28px;
  box-shadow: var(--shadow);
}

.offer-box__label {
  margin: 0 0 12px;
  color: var(--accent-strong);
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.offer-box h3 {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.15;
}

.offer-box__price {
  margin: 22px 0 0;
  font-size: 2rem;
  font-family: var(--font-display);
  font-weight: 950;
}

.offer-box__small {
  color: var(--muted);
}

.faq__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(320px, 1fr);
  gap: 46px;
  align-items: start;
}

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

.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.faq-list summary {
  min-height: 58px;
  padding: 18px 20px;
  font-weight: 850;
  list-style: none;
  cursor: pointer;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  float: right;
  color: var(--accent-strong);
  content: "+";
  font-weight: 950;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list p {
  margin: 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  padding: 0 20px 18px;
}

.final-cta {
  padding-bottom: 64px;
}

.final-cta__grid {
  grid-template-columns: minmax(0, 1fr) minmax(250px, 340px);
}

.final-cta__cover {
  justify-self: center;
}

.final-cta h2 {
  font-size: 2.8rem;
}

.final-cta p {
  max-width: 680px;
  color: #dbe6ec;
  font-size: 1.08rem;
}

.final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 28px;
}

.price-pill {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  border: 1px solid rgba(67, 215, 239, 0.28);
  border-radius: var(--radius);
  color: #f8fbfd;
  font-weight: 900;
  padding: 12px 16px;
}

.legal-placeholders {
  padding: 32px 0;
  background: var(--bg-alt);
}

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

.legal-placeholders article {
  padding: 16px;
}

.legal-placeholders h2 {
  margin: 0;
  font-size: 1rem;
}

.legal-placeholders p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.site-footer {
  background: var(--dark);
  color: #d8e3e9;
  padding: 26px 0;
}

.site-footer__grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.site-footer p {
  margin: 0;
}

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

.site-footer a {
  color: #f8fbfd;
  font-weight: 800;
}

.checkout-panel[hidden] {
  display: none;
}

.checkout-panel {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  justify-items: end;
}

.checkout-panel__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 10, 16, 0.72);
}

.checkout-panel__dialog {
  position: relative;
  width: min(100%, 520px);
  height: 100%;
  overflow-y: auto;
  background: var(--surface);
  color: var(--ink);
  padding: 28px;
  box-shadow: -18px 0 56px rgba(0, 0, 0, 0.3);
}

.checkout-panel__close {
  position: absolute;
  right: 18px;
  top: 18px;
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-strong);
  color: var(--ink);
  font-size: 1.5rem;
  line-height: 1;
}

.checkout-panel__header {
  padding-right: 48px;
}

.checkout-panel__header h2 {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.08;
}

.checkout-panel__header p:not(.eyebrow) {
  color: var(--muted);
}

.checkout-form {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.form-field {
  display: grid;
  gap: 8px;
}

.form-field label,
.payment-hooks__title {
  font-weight: 850;
}

.form-field input {
  min-height: 50px;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  color: var(--ink);
  padding: 12px 14px;
}

.form-field input[aria-invalid="true"] {
  border-color: var(--warm);
}

.form-error {
  min-height: 20px;
  margin: 0;
  color: #9d341d;
  font-size: 0.9rem;
}

.checkbox-field {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 12px;
  align-items: start;
  color: var(--muted);
}

.checkbox-field input {
  width: 20px;
  height: 20px;
  margin-top: 3px;
  accent-color: var(--accent-strong);
}

.order-summary {
  display: grid;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-strong);
  padding: 16px;
}

.order-summary div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.order-summary span {
  color: var(--muted);
}

.order-summary strong {
  text-align: right;
}

.payment-hooks {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(137, 169, 184, 0.42);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(12, 188, 214, 0.1), rgba(255, 255, 255, 0) 44%),
    #f8fbfd;
  padding: 14px;
}

.payment-hooks__header {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}

.payment-hooks__title {
  margin: 0;
}

.payment-hooks__subtitle {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 720;
}

.payment-brand {
  display: block;
  object-fit: contain;
}

.payment-brand--stripe {
  width: 72px;
  height: auto;
}

.payment-slot {
  display: flex;
  gap: 12px;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(137, 169, 184, 0.38);
  border-radius: var(--radius);
  background: #ffffff;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 950;
  line-height: 1.35;
  padding: 12px;
}

.payment-slot span {
  color: var(--ink);
}

.payment-slot small {
  max-width: 34ch;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 760;
}

.payment-slot--wallets {
  display: grid;
  justify-items: stretch;
}

.payment-logo-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.payment-logo {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  padding: 7px 10px;
}

.payment-logo img {
  display: block;
  max-width: 90px;
  max-height: 24px;
  object-fit: contain;
}

.payment-logo--apple {
  background: #05080c;
  border-color: #05080c;
}

.payment-logo--apple img {
  max-height: 30px;
}

.payment-slot--card {
  min-height: 74px;
}

.payment-card-preview {
  display: grid;
  width: 58px;
  min-width: 58px;
  height: 38px;
  gap: 5px;
  border-radius: 8px;
  background: linear-gradient(135deg, #111923, #0cbcd6);
  padding: 9px;
}

.payment-card-preview span {
  display: block;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
}

.payment-card-preview span:nth-child(1) {
  width: 16px;
}

.payment-card-preview span:nth-child(2) {
  width: 34px;
}

.payment-card-preview span:nth-child(3) {
  width: 24px;
}

.payment-slot--card strong {
  color: var(--ink);
  font-size: 1rem;
  white-space: nowrap;
}

.checkout-message {
  min-height: 24px;
  margin: 0;
  color: var(--muted);
  font-weight: 760;
}

.checkout-message.is-error {
  color: #9d341d;
}

.checkout-message.is-ready {
  color: #087d90;
}

.js-enabled .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 520ms ease,
    transform 520ms ease;
}

.js-enabled .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1180px) {
  .section-heading h2 {
    font-size: 2.45rem;
  }
}

@media (max-width: 1060px) {
  .card-grid--five,
  .benefit-list,
  .module-grid,
  .preview-strip,
  .legal-placeholders__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero__grid,
  .transformation__grid,
  .author__grid,
  .offer__grid,
  .audience__grid,
  .faq__grid,
  .final-cta__grid {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: 3.05rem;
  }

  .header-cta {
    display: none;
  }

  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(100% + 8px);
    display: none;
    flex-direction: column;
    gap: 0;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--surface);
    padding: 8px;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 12px;
  }
}

@media (max-width: 720px) {
  :root {
    --header-height: 66px;
  }

  .container {
    width: min(100% - 24px, var(--container));
  }

  .section {
    padding: 64px 0;
  }

  .hero {
    padding: 34px 0 56px;
  }

  .hero__grid {
    gap: 30px;
  }

  .hero__visual {
    order: -1;
  }

  .cover-frame--hero {
    max-width: 230px;
  }

  .hero__focus-grid {
    display: none;
  }

  .hero h1 {
    font-size: 2.35rem;
  }

  .hero__lead {
    font-size: 1.02rem;
  }

  .hero__actions,
  .final-cta__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero__actions .button,
  .final-cta__actions .button,
  .price-pill {
    width: 100%;
  }

  .section-heading h2,
  .transformation__story h2,
  .author__content h2,
  .offer__copy h2,
  .final-cta h2 {
    font-size: 2rem;
  }

  .card-grid--five,
  .benefit-list,
  .module-grid,
  .preview-strip,
  .legal-placeholders__grid,
  .transformation__images {
    grid-template-columns: 1fr;
  }

  .preview-strip .image-placeholder:nth-child(even),
  .preview-strip .page-preview:nth-child(even) {
    margin-top: 0;
  }

  .benefit-item {
    min-height: auto;
  }

  .benefit-item__number {
    margin-bottom: 18px;
  }

  .site-footer__grid {
    align-items: flex-start;
    flex-direction: column;
  }

  .checkout-panel {
    justify-items: stretch;
  }

  .checkout-panel__dialog {
    width: 100%;
    padding: 22px 16px 28px;
  }

  .order-summary div {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .order-summary strong {
    text-align: left;
  }
}

@media (max-width: 380px) {
  .brand__text {
    max-width: 170px;
    white-space: normal;
    line-height: 1.05;
  }

  .hero h1 {
    font-size: 2.05rem;
  }

  .section-heading h2,
  .transformation__story h2,
  .author__content h2,
  .offer__copy h2,
  .final-cta h2 {
    font-size: 1.72rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .js-enabled .reveal {
    opacity: 1;
    transform: none;
  }
}
