:root {
  --bg: #fffaf5;
  --bg-2: #fff1e6;
  --surface: rgba(255, 255, 255, 0.78);
  --surface-strong: #fffdf9;
  --surface-warm: #fff4eb;
  --line: rgba(122, 79, 61, 0.12);
  --text: #45291f;
  --muted: #6d5147;
  --accent: #b86b4e;
  --accent-deep: #7e3140;
  --gold: #d59b47;
  --shadow: 0 24px 70px rgba(154, 97, 60, 0.14);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: min(1180px, calc(100vw - 40px));
  --font-sans: "Noto Sans Thai", "Thonburi", "Segoe UI", system-ui, sans-serif;
  --font-display: "Noto Sans Thai", "Thonburi", "Segoe UI", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 214, 188, 0.7), transparent 28%),
    radial-gradient(circle at top right, rgba(255, 236, 201, 0.7), transparent 22%),
    linear-gradient(180deg, #fffdf9 0%, #fff7f0 34%, #fffaf7 100%);
}

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

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

.page-shell {
  overflow: hidden;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.hero {
  position: relative;
  padding: 28px 0 56px;
}

.hero--frame {
  min-height: min(100svh, 980px);
  padding: 0;
  display: flex;
  align-items: end;
}

.hero--minimal {
  min-height: min(92svh, 920px);
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 223, 205, 0.3), transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(248, 206, 180, 0.24), transparent 22%),
    linear-gradient(180deg, #c9b3a8 0%, #6f5a54 46%, #4a3733 100%);
}

.hero__media,
.checkout-hero__media {
  position: absolute;
  inset: 0;
}

.hero__media img,
.checkout-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__scrim,
.checkout-hero__scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(47, 24, 18, 0.18) 0%, rgba(47, 24, 18, 0.48) 42%, rgba(35, 17, 13, 0.82) 100%),
    linear-gradient(90deg, rgba(31, 14, 10, 0.82) 0%, rgba(31, 14, 10, 0.28) 48%, rgba(31, 14, 10, 0.18) 100%);
}

.hero--minimal .hero__scrim {
  background:
    linear-gradient(180deg, rgba(66, 40, 31, 0.08) 0%, rgba(50, 28, 22, 0.34) 42%, rgba(35, 17, 13, 0.76) 100%);
}

.hero__glow {
  position: absolute;
  inset: -8rem -12rem auto;
  height: 42rem;
  background:
    radial-gradient(circle at 25% 20%, rgba(255, 211, 184, 0.9), transparent 24%),
    radial-gradient(circle at 75% 5%, rgba(255, 237, 206, 0.8), transparent 24%);
  filter: blur(20px);
  pointer-events: none;
}

.hero__grid,
.split {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 36px;
  align-items: center;
}

.hero__copy,
.section-copy {
  position: relative;
  z-index: 1;
}

.hero__content {
  position: relative;
  z-index: 1;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 36px;
  align-items: end;
  padding: 120px 0 56px;
}

.hero__content--single {
  grid-template-columns: 1fr;
  max-width: 980px;
}

.eyebrow,
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(184, 107, 78, 0.16);
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.hero h1,
.section h2,
.section-heading h2,
.closing__card h2 {
  margin: 18px 0 18px;
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.02em;
}

.hero h1 {
  font-size: clamp(3.45rem, 8vw, 6.9rem);
}

.hero__title--hook {
  max-width: 13ch;
  font-size: clamp(2.3rem, 5.8vw, 4.5rem);
  line-height: 1.02;
}

.hero h1 span {
  display: block;
  color: #ffd9c7;
}

.hero__lede,
.section-copy p,
.proof-lead__copy p,
.closing__card p,
.objection-list p,
.price-card__desc,
.quote-card p {
  margin: 0;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.8;
}

.hero__lede {
  max-width: 44rem;
  color: rgba(255, 244, 236, 0.94);
}

.hero__lede--hook {
  font-size: clamp(1.25rem, 2.4vw, 1.9rem);
  font-weight: 700;
}

.hero__body-copy {
  display: grid;
  gap: 14px;
  max-width: 56rem;
}

.hero__body-copy p {
  margin: 0;
  color: rgba(255, 244, 236, 0.94);
  font-size: 1.1rem;
  line-height: 1.8;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 26px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.96rem;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(213, 155, 71, 0.45);
  outline-offset: 3px;
}

.button--primary {
  color: white;
  background: linear-gradient(135deg, #cb7657 0%, #9a4150 100%);
  box-shadow: 0 16px 32px rgba(143, 66, 77, 0.22);
}

.button--secondary {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(126, 49, 64, 0.15);
  color: var(--accent-deep);
}

.button--dark {
  color: white;
  background: linear-gradient(135deg, #55212e 0%, #8c4454 100%);
  box-shadow: 0 16px 32px rgba(90, 31, 45, 0.22);
}

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

a[aria-disabled="true"] {
  opacity: 0.55;
  pointer-events: none;
}

.hero__meta,
.price-card ul,
.audience-card ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero__meta li {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 247, 242, 0.14);
  border: 1px solid rgba(255, 243, 237, 0.22);
  color: rgba(255, 245, 240, 0.94);
  font-size: 0.9rem;
}

.hero-card,
.media-frame,
.quote-card,
.price-card,
.audience-card,
.closing__card,
.proof-lead__graphic,
.proof-lead__copy {
  backdrop-filter: blur(18px);
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.hero-card {
  overflow: hidden;
}

.hero-card--quote {
  padding: 16px;
}

.hero-card--quote img {
  border-radius: 22px;
}

.hero-card--portrait {
  max-width: 430px;
  justify-self: end;
  padding: 12px;
}

.hero-card--portrait img {
  border-radius: 26px;
}

.hero-card--statement {
  align-self: end;
  padding: 14px;
  background: rgba(255, 249, 244, 0.16);
  border-color: rgba(255, 244, 238, 0.2);
}

.hero-card--statement img {
  border-radius: 24px;
}

.section {
  position: relative;
  padding: 72px 0;
}

.section h2,
.section-heading h2,
.closing__card h2 {
  font-size: clamp(2.45rem, 5vw, 4.4rem);
}

.section-copy {
  display: grid;
  gap: 16px;
}

.section-copy--wide {
  max-width: 980px;
}

.split--reverse {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.section-visual {
  position: relative;
}

.stack-visual {
  min-height: 720px;
}

.media-frame {
  overflow: hidden;
}

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

.media-frame--soft,
.media-frame--glow {
  padding: 18px;
}

.media-frame--tall {
  max-width: 430px;
}

.media-frame--overlay {
  position: absolute;
  width: min(340px, 62%);
  right: 0;
  bottom: 28px;
  padding: 12px;
}

.media-frame--soft img,
.media-frame--glow img,
.media-frame--tall img,
.media-frame--overlay img {
  border-radius: 22px;
}

.media-frame--concept {
  max-width: 520px;
  margin-inline: auto;
}

.offer {
  padding-top: 90px;
}

.image-break {
  position: relative;
  min-height: 60svh;
  overflow: hidden;
}

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

.image-break__overlay {
  position: absolute;
  inset: auto 24px 24px;
  max-width: 560px;
  padding: 22px 24px;
  border-radius: var(--radius-lg);
  background: rgba(36, 17, 12, 0.62);
  color: #fff5ee;
  backdrop-filter: blur(14px);
}

.image-break__overlay p {
  margin: 0;
  font-size: clamp(1.2rem, 2.3vw, 1.8rem);
  line-height: 1.45;
  font-weight: 700;
}

.image-break--portrait {
  min-height: 78svh;
}

.image-break--wide {
  min-height: 48svh;
}

.image-break__overlay--compact {
  max-width: 520px;
}

.offer__texture {
  position: absolute;
  inset: 0;
  opacity: 0.5;
  pointer-events: none;
}

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

.pillars,
.highlight-grid,
.audience-grid,
.pricing-grid,
.quote-grid,
.stat-strip,
.objection-list,
.timeline {
  display: grid;
  gap: 18px;
}

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

.offer__intro {
  font-size: 1.16rem;
}

.pillars article,
.highlight-grid article,
.objection-list article,
.timeline article,
.authority-list article {
  padding: 22px 24px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid var(--line);
}

.pillars h3,
.highlight-grid h3,
.audience-card h3,
.objection-list h3,
.price-card h3,
.authority-list h3,
.timeline h3 {
  margin: 0 0 8px;
  font-size: 1.15rem;
}

.pillars p,
.highlight-grid p,
.audience-card li,
.objection-list p,
.price-card li,
.authority-list p,
.timeline p,
.timeline span,
.quote-card span,
.price-card__label,
.text-link {
  color: var(--muted);
  line-height: 1.7;
}

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

.section-heading {
  max-width: 860px;
  margin-bottom: 32px;
}

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

.section-title--compact {
  max-width: 11ch;
  line-height: 1.02;
}

.section-note {
  color: var(--accent-deep);
  font-weight: 700;
}

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

.leak-grid article {
  padding: 18px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid var(--line);
}

.leak-grid strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
}

.leak-grid span {
  color: var(--muted);
  line-height: 1.65;
  font-size: 0.96rem;
}

.inline-quote {
  margin: 10px 0 0;
  padding: 20px 22px;
  border-left: 3px solid var(--gold);
  border-radius: 0 20px 20px 0;
  background: rgba(255, 255, 255, 0.62);
  color: var(--accent-deep);
  font-size: 1.08rem;
  line-height: 1.75;
}

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

.audience-card {
  padding: 28px;
}

.audience-card--soft {
  background: rgba(255, 244, 235, 0.84);
}

.audience-card li,
.price-card li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.audience-card li::before,
.price-card li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--accent);
}

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

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

.timeline article {
  min-height: 100%;
}

.timeline span {
  display: inline-block;
  margin-bottom: 12px;
  font-weight: 800;
  color: var(--accent);
}

.timeline__active {
  background: linear-gradient(180deg, rgba(255, 250, 244, 0.95), rgba(255, 234, 217, 0.95));
  border-color: rgba(212, 155, 71, 0.4);
}

.proof-lead {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 24px;
  align-items: center;
  margin-bottom: 30px;
}

.proof-lead__graphic,
.proof-lead__copy {
  overflow: hidden;
  padding: 16px;
}

.proof-lead__graphic img {
  border-radius: 20px;
}

.proof-lead__graphic--full {
  margin: 0 0 28px;
}

.stat-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
}

.stat-strip article {
  padding: 16px;
  border-radius: var(--radius-md);
  background: rgba(255, 247, 241, 0.85);
  border: 1px solid rgba(213, 155, 71, 0.18);
}

.stat-strip strong,
.price-card__amount {
  display: block;
  margin-bottom: 6px;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  line-height: 0.95;
  color: var(--accent-deep);
}

.quote-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 26px;
}

.quote-card {
  padding: 24px;
}

.quote-card span {
  display: inline-block;
  margin-top: 14px;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--accent);
}

.screenshot-grid {
  columns: 3 220px;
  column-gap: 16px;
}

.screenshot-grid figure {
  break-inside: avoid;
  margin: 0 0 18px;
  padding: 10px;
  max-width: 240px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 18px 40px rgba(94, 52, 31, 0.08);
}

.screenshot-grid img {
  border-radius: 14px;
}

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

.pricing-grid--triple {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.price-card {
  padding: 30px;
}

.price-card--featured {
  background:
    linear-gradient(180deg, rgba(255, 247, 241, 0.98), rgba(255, 230, 219, 0.92)),
    var(--surface);
  border-color: rgba(212, 155, 71, 0.22);
}

.price-card__label {
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--accent);
}

.pricing-note {
  margin-top: 22px;
  text-align: center;
}

.text-link {
  display: inline-block;
  margin-top: 12px;
  font-weight: 800;
  color: var(--accent-deep);
}

.authority-list {
  display: grid;
  gap: 14px;
}

.closing__card {
  text-align: center;
  padding: 48px 28px;
  background:
    linear-gradient(180deg, rgba(255, 248, 243, 0.96), rgba(255, 237, 226, 0.94)),
    var(--surface);
}

.closing__details {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

.closing__details span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(126, 49, 64, 0.1);
  color: var(--muted);
}

.hero__actions--center {
  justify-content: center;
}

.checkout-page {
  background:
    radial-gradient(circle at top left, rgba(255, 213, 193, 0.62), transparent 26%),
    linear-gradient(180deg, #fff7f1 0%, #fffaf7 100%);
}

.checkout-hero {
  position: relative;
  min-height: 66svh;
  display: flex;
  align-items: end;
}

.checkout-hero--simple {
  min-height: 58svh;
}

.checkout-hero__content {
  position: relative;
  z-index: 1;
  padding: 88px 0 44px;
  color: #fff5ef;
}

.checkout-hero__content h1 {
  max-width: 14ch;
  margin: 18px 0;
  font-size: clamp(2.9rem, 6vw, 5.2rem);
  line-height: 1.02;
}

.checkout-hero__back {
  display: inline-flex;
  margin-bottom: 24px;
  color: rgba(255, 246, 239, 0.94);
  font-weight: 700;
}

.checkout-main {
  padding-bottom: 72px;
}

.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
  gap: 24px;
  margin-top: -54px;
  position: relative;
  z-index: 2;
}

.checkout-layout--single {
  grid-template-columns: 1fr;
  margin-top: -34px;
}

.checkout-card {
  position: relative;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.checkout-card--selected {
  transform: translateY(-4px);
  border-color: rgba(126, 49, 64, 0.34);
  box-shadow: 0 24px 60px rgba(126, 49, 64, 0.18);
}

.checkout-summary {
  position: relative;
}

.checkout-summary__card {
  position: sticky;
  top: 24px;
  text-align: left;
}

.checkout-summary__list {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.checkout-summary__list div {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(122, 79, 61, 0.08);
}

.checkout-summary__list strong {
  font-size: 0.95rem;
}

.checkout-summary__list span {
  color: var(--muted);
  line-height: 1.65;
}

.checkout-summary__actions {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.checkout-qr {
  margin: 24px 0;
  padding: 14px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(122, 79, 61, 0.1);
}

.checkout-qr img {
  border-radius: 18px;
}

.checkout-line-copy {
  margin: 0;
  color: var(--accent-deep);
  font-weight: 700;
}

.register-layout {
  max-width: 900px;
}

.register-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 30px;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(122, 79, 61, 0.08);
  box-shadow: var(--shadow);
}

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

.register-form span {
  font-weight: 700;
  color: var(--text);
}

.register-form input,
.register-form textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(122, 79, 61, 0.18);
  background: rgba(255, 251, 248, 0.95);
  font: inherit;
  color: var(--text);
}

.register-form__full {
  grid-column: 1 / -1;
}

.register-form button,
.register-form__note {
  grid-column: 1 / -1;
}

.register-form__note {
  margin: 0;
  color: var(--muted);
}

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

  .button,
  .checkout-card {
    transition: none;
  }
}

@media (max-width: 1080px) {
  .hero__grid,
  .split,
  .split--reverse,
  .proof-lead {
    grid-template-columns: 1fr;
  }

  .hero__content,
  .checkout-layout {
    grid-template-columns: 1fr;
  }

  .hero__visual,
  .section-visual {
    order: -1;
  }

  .hero-card--portrait,
  .media-frame--tall {
    max-width: 100%;
  }

  .stack-visual {
    min-height: auto;
    display: grid;
    gap: 16px;
  }

  .media-frame--overlay {
    position: relative;
    width: 100%;
    right: auto;
    bottom: auto;
  }

  .highlight-grid,
  .quote-grid,
  .pricing-grid--triple {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .checkout-layout {
    margin-top: 0;
    padding-top: 24px;
  }

  .checkout-summary__card {
    position: static;
  }
}

@media (max-width: 720px) {
  .hero {
    padding-top: 18px;
  }

  .hero--frame,
  .checkout-hero {
    min-height: auto;
  }

  .hero__content,
  .checkout-hero__content {
    padding: 88px 0 28px;
  }

  .section {
    padding: 58px 0;
  }

  .pillars,
  .highlight-grid,
  .audience-grid,
  .objection-list,
  .pricing-grid,
  .pricing-grid--triple,
  .stat-strip,
  .leak-grid,
  .quote-grid,
  .timeline {
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .hero__actions {
    flex-direction: column;
  }

  .hero__meta {
    display: grid;
  }

  .screenshot-grid {
    columns: 1;
  }

  .price-card,
  .audience-card,
  .quote-card,
  .closing__card {
    padding: 22px;
  }

  .image-break {
    min-height: 42svh;
  }

  .image-break__overlay {
    inset: auto 12px 12px;
    padding: 18px;
  }

  .container {
    width: min(100vw - 24px, 1180px);
  }

  .register-form {
    grid-template-columns: 1fr;
    padding: 22px;
  }
}

/* Mobile-first baseline overrides */
.container {
  width: min(100vw - 24px, 1180px);
}

.hero {
  padding: 20px 0 44px;
}

.section {
  padding: 56px 0;
}

.hero--frame,
.checkout-hero {
  min-height: auto;
}

.hero__content,
.checkout-hero__content,
.checkout-layout,
.checkout-layout--single,
.register-form,
.pricing-grid,
.pricing-grid--triple,
.highlight-grid,
.audience-grid,
.objection-list,
.stat-strip,
.quote-grid,
.timeline,
.pillars,
.leak-grid,
.split,
.split--reverse,
.proof-lead {
  grid-template-columns: 1fr;
}

.hero__title--hook {
  max-width: 100%;
  font-size: clamp(2.2rem, 10vw, 4.2rem);
}

.hero__lede--hook {
  font-size: clamp(1.1rem, 4.5vw, 1.55rem);
}

.hero__actions,
.hero__actions--center,
.closing__details,
.checkout-summary__actions {
  flex-direction: column;
}

.hero__actions .button,
.hero__actions--center .button,
.checkout-summary__actions .button {
  width: 100%;
}

.section h2,
.section-heading h2,
.closing__card h2,
.checkout-hero__content h1 {
  font-size: clamp(1.9rem, 8vw, 3.2rem);
}

.section-title--compact {
  max-width: none;
}

.image-break {
  min-height: 42svh;
}

.image-break__overlay,
.image-break__overlay--compact {
  inset: auto 12px 12px;
  max-width: none;
}

.screenshot-grid {
  columns: 1;
  column-gap: 0;
}

.screenshot-grid figure {
  max-width: 100%;
}

.screenshot-grid img {
  height: auto;
}

.price-card,
.audience-card,
.quote-card,
.closing__card,
.checkout-card,
.checkout-summary__card,
.register-form {
  padding: 22px;
}

.stack-visual {
  min-height: auto;
  display: grid;
  gap: 16px;
}

.media-frame--overlay,
.media-frame--tall {
  position: relative;
  width: 100%;
  max-width: 100%;
  right: auto;
  bottom: auto;
}

.checkout-qr {
  margin: 20px 0;
}

@media (min-width: 720px) {
  .hero {
    padding: 28px 0 56px;
  }

  .section {
    padding: 72px 0;
  }

  .hero__content,
  .checkout-layout,
  .proof-lead,
  .split,
  .split--reverse {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .hero__actions,
  .hero__actions--center,
  .closing__details,
  .checkout-summary__actions {
    flex-direction: row;
  }

  .hero__actions .button,
  .hero__actions--center .button,
  .checkout-summary__actions .button {
    width: auto;
  }

  .highlight-grid,
  .audience-grid,
  .objection-list,
  .quote-grid,
  .stat-strip,
  .pillars,
  .leak-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

  .screenshot-grid {
    columns: 2 220px;
  }

  .stack-visual {
    min-height: 720px;
    display: block;
  }

  .media-frame--overlay {
    position: absolute;
    width: min(340px, 62%);
    right: 0;
    bottom: 28px;
    max-width: none;
  }

  .media-frame--tall {
    position: relative;
    max-width: 430px;
  }

  .price-card,
  .audience-card,
  .quote-card,
  .closing__card,
  .checkout-card,
  .checkout-summary__card,
  .register-form {
    padding: 28px;
  }

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

@media (min-width: 1080px) {
  .hero__content,
  .checkout-layout,
  .proof-lead,
  .split,
  .split--reverse {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  }

  .hero__content--single {
    grid-template-columns: 1fr;
  }

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

  .audience-grid,
  .objection-list,
  .quote-grid,
  .stat-strip,
  .pillars {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stat-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

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

  .pricing-grid--triple {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .screenshot-grid {
    columns: 3 220px;
  }
}
