@font-face {
  font-family: "Satoshi";
  src: url("../../assets/fonts/satoshi-regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("../../assets/fonts/satoshi-bold.woff2") format("woff2");
  font-weight: 700 800;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("../../assets/fonts/satoshi-black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}

:root {
  --ink: #0a0a0b;
  --ink-raised: #111113;
  --paper: #f6f6f4;
  --white: #ffffff;
  --soft: #e8e8e5;
  --muted: #5d5d61;
  --muted-dark: #b7b7bc;
  --line: #c8c8c5;
  --line-dark: #343438;
  --signal: #ff3b36;
  --signal-dark: #d82b27;
  --max: 1380px;
  --header-height: 78px;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Satoshi", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

button,
input { font: inherit; }

button { cursor: pointer; }
a { color: inherit; }
img { display: block; max-width: 100%; }

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

.skip-link {
  position: fixed;
  top: 0;
  left: 10px;
  z-index: 100;
  transform: translateY(-120%);
  padding: 10px 14px;
  background: var(--white);
  color: var(--ink);
}

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

.content-width {
  width: min(var(--max), calc(100% - 64px));
  margin-inline: auto;
}

.launch-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 30;
  width: min(var(--max), calc(100% - 64px));
  height: var(--header-height);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 230px 1fr auto;
  gap: 28px;
  align-items: center;
  border-bottom: 1px solid #26262a;
  color: var(--white);
}

.brand {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.brand img { width: 56px; height: 46px; }

.brand-name {
  display: grid;
  color: var(--white);
  line-height: 0.83;
  text-transform: uppercase;
}

.brand-name strong { font-size: 17px; font-weight: 900; }
.brand-name small { margin-top: 6px; color: var(--signal); font-size: 9px; font-weight: 900; }

.launch-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 28px;
}

.launch-nav a {
  color: #d3d3d7;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: color 160ms ease;
}

.launch-nav a:hover { color: var(--white); }

.header-buy {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 22px;
  border: 0;
  border-radius: 3px;
  background: var(--signal);
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.header-buy:hover { background: var(--signal-dark); }
.header-buy:disabled { cursor: wait; opacity: 0.72; }

.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background: #070708;
  color: var(--white);
  border-bottom: 1px solid #242427;
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: #100f10;
  border-top: 1px solid #19191c;
}

.hero-inner {
  position: relative;
  z-index: 2;
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(440px, 0.9fr) minmax(590px, 1.1fr);
  gap: 48px;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 20px;
}

.hero-copy {
  position: relative;
  z-index: 5;
  align-self: center;
}

.hero h1 {
  max-width: 100%;
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Satoshi", sans-serif;
  font-size: 68px;
  font-weight: 900;
  line-height: 0.94;
  text-wrap: balance;
}

.hero h1 span,
.hero h1 em { display: block; }
.hero h1 em { color: var(--signal); font-style: normal; }

.hero-lead {
  max-width: 56ch;
  margin: 18px 0 0;
  color: #d2d2d6;
  font-size: 17px;
  line-height: 1.5;
  text-wrap: pretty;
}

.hero-platforms {
  width: fit-content;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 15px;
  border-block: 1px solid #3b3b3f;
}

.hero-platforms > * {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-right: 1px solid #3b3b3f;
  color: #f1f1f3;
  font-size: 12px;
}

.hero-platforms > *:last-child { border-right: 0; }
.hero-platforms span { color: #8f8f95; font-weight: 800; }
.hero-platforms strong { font-weight: 900; }

.hero-price {
  display: flex;
  align-items: baseline;
  gap: 13px;
  margin-top: 15px;
}

.hero-price strong {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Satoshi", sans-serif;
  font-size: 56px;
  line-height: 1;
}

.hero-price span {
  color: #c8c8cc;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-buy { width: min(100%, 420px); margin-top: 10px; }

.buy-button {
  width: min(100%, 440px);
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 22px;
  border: 0;
  border-radius: 3px;
  background: var(--signal);
  color: var(--white);
  font-weight: 900;
  text-transform: uppercase;
  transition: background 160ms ease, transform 160ms var(--ease-out);
}

.buy-button:hover { background: var(--signal-dark); transform: translateY(-2px); }
.buy-button:disabled { cursor: wait; opacity: 0.72; transform: none; }
.buy-button > strong { font-size: 27px; line-height: 1; }

.hero-assurances {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 12px;
  margin-top: 12px;
  color: #a9a9ae;
  font-size: 9px;
  font-weight: 800;
}

.hero-assurances span { position: relative; padding-left: 9px; }
.hero-assurances span::before {
  content: "";
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 3px;
  height: 3px;
  background: var(--signal);
}

.checkout-status {
  display: block;
  min-height: 20px;
  margin-top: 7px;
  color: #ff8b87;
  font-size: 13px;
  font-weight: 700;
}

.hero-product {
  position: relative;
  align-self: stretch;
  min-height: 550px;
}

.product-stage {
  position: absolute;
  inset: 8px 0 88px;
  border-bottom: 10px solid #1e1c1c;
}

.stage-cover {
  position: absolute;
  width: 21%;
  max-height: 345px;
  object-fit: contain;
  object-position: bottom;
  filter: drop-shadow(0 8px 5px rgb(0 0 0 / 0.62));
  transform-origin: bottom center;
}

.stage-part-1 { z-index: 1; top: 54px; left: 6%; transform: rotate(-4deg); }
.stage-part-2 { z-index: 2; top: 24px; left: 24%; transform: rotate(-2deg); }
.stage-part-3 { z-index: 3; top: 16px; left: 43%; }
.stage-part-4 { z-index: 2; top: 43px; right: 17%; transform: rotate(2deg); }
.stage-method { z-index: 5; bottom: -3px; left: 1%; width: 28%; transform: rotate(-3deg); }
.stage-toolkit { z-index: 6; bottom: -2px; left: 35%; width: 27%; }
.stage-skill { z-index: 5; right: 1%; bottom: -2px; width: 28%; transform: rotate(3deg); }

.hero-output {
  position: absolute;
  z-index: 10;
  right: 2%;
  bottom: 22px;
  width: 92%;
  min-height: 166px;
  overflow: hidden;
  border: 2px solid #161618;
  border-radius: 4px;
  background: var(--white);
  color: var(--ink);
  box-shadow: 11px 11px 0 rgb(0 0 0 / 0.42);
  transform: rotate(-1.4deg);
}

.hero-output-title {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 16px;
  background: #e8e8e6;
  border-bottom: 1px solid #a9a9a7;
}

.hero-output-title strong {
  font-size: 11px;
  text-transform: uppercase;
}

.hero-output-title span { color: #55555a; font-size: 10px; font-weight: 800; }

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

.hero-output-grid div {
  min-height: 126px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 17px 16px;
  border-right: 1px solid #b9b9b7;
}

.hero-output-grid div:last-child { border-right: 0; }
.hero-output-grid span { color: var(--signal-dark); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.hero-output-grid strong { font-size: 13px; line-height: 1.35; }

.product-caption {
  position: absolute;
  right: 3%;
  bottom: -1px;
  margin: 0;
  color: #b8b8bc;
  font-size: 12px;
  font-weight: 700;
}

.proof-strip {
  min-height: 104px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: var(--white);
  color: var(--ink);
  border-bottom: 1px solid var(--line);
}

.proof-strip div {
  display: grid;
  align-content: center;
  gap: 2px;
  padding: 20px 4vw;
  border-right: 1px solid var(--line);
}

.proof-strip div:last-child { border-right: 0; }
.proof-strip strong { font-size: 15px; }
.proof-strip span { color: var(--muted); font-size: 12px; }

.eyebrow {
  margin: 0 0 11px;
  color: var(--signal-dark);
  font-size: 14px;
  font-weight: 900;
}

.problem-section,
.workflows,
.faq-section,
.testimonials { padding-block: 108px; }

.section-heading {
  display: grid;
  grid-template-columns: minmax(240px, 0.62fr) minmax(500px, 1.38fr);
  gap: 64px;
  align-items: end;
  margin-bottom: 48px;
}

.section-heading h2,
.demo-copy h2,
.contents-copy h2,
.guarantee-copy h2,
.faq-section h2,
.final-cta h2 {
  margin: 0;
  font-size: 48px;
  line-height: 1.04;
  font-weight: 900;
  text-wrap: balance;
}

.section-heading.centered {
  grid-template-columns: 1fr;
  gap: 2px;
  max-width: 850px;
  margin-inline: auto;
  text-align: left;
}

.problem-grid { border-top: 2px solid var(--ink); }

.problem-grid article {
  display: grid;
  grid-template-columns: 90px minmax(220px, 0.7fr) minmax(360px, 1.3fr);
  gap: 30px;
  align-items: center;
  min-height: 118px;
  border-bottom: 1px solid var(--ink);
}

.problem-grid article > span { color: var(--signal); font-size: 24px; font-weight: 900; }
.problem-grid h3 { margin: 0; font-size: 24px; line-height: 1.15; }
.problem-grid p { margin: 0; color: var(--muted); }

.demo-section {
  padding-block: 108px;
  background: var(--ink);
  color: var(--white);
  border-block: 1px solid var(--ink);
}

.demo-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.7fr) minmax(520px, 1.3fr);
  gap: 70px;
  align-items: center;
}

.demo-copy p:not(.eyebrow) { max-width: 44ch; color: #c7c7cb; }

.demo-tabs {
  width: max-content;
  max-width: 100%;
  display: flex;
  margin-top: 30px;
  border: 1px solid #55555a;
  overflow: hidden;
}

.demo-tabs button {
  min-height: 46px;
  padding: 0 16px;
  border: 0;
  border-right: 1px solid #55555a;
  background: transparent;
  color: var(--white);
  font-weight: 900;
}

.demo-tabs button:last-child { border-right: 0; }
.demo-tabs button[aria-selected="true"] { background: var(--signal); color: var(--white); }

.demo-console {
  min-height: 510px;
  overflow: hidden;
  border: 2px solid #343438;
  background: var(--white);
  color: var(--ink);
}

.console-bar {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 20px;
  background: var(--signal);
  color: var(--white);
}

.console-bar strong { font-size: 14px; }
.console-bar span { font-size: 12px; font-weight: 800; }
.console-body { padding: 0 24px 22px; }
.prompt-block,
.output-block { padding: 20px 0; border-bottom: 1px solid var(--ink); }
.prompt-block > span,
.output-block > span { color: var(--signal-dark); font-size: 11px; font-weight: 900; }
.prompt-block p { margin: 8px 0 0; color: #333336; }
.output-block ol { display: grid; gap: 11px; margin: 14px 0 0; padding-left: 22px; }
.output-block li { color: #29292c; }
.output-block strong { color: var(--ink); }
.console-note { margin: 18px 0 0; color: #5e5e63; font-size: 13px; }

.purchase-rail {
  background: var(--signal);
  color: var(--white);
  border-bottom: 1px solid var(--ink);
}

.purchase-rail-inner {
  min-height: 144px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 440px);
  gap: 40px;
  align-items: center;
}

.purchase-rail-inner > div { display: grid; gap: 3px; }
.purchase-rail-inner > div span { color: #fff1f0; font-size: 13px; font-weight: 800; }
.purchase-rail-inner > div strong { font-size: 26px; line-height: 1.15; }
.purchase-rail .buy-button { background: var(--ink); }
.purchase-rail .buy-button:hover { background: #252528; }
.purchase-rail .checkout-status { grid-column: 2; min-height: 0; margin: -32px 0 0; color: var(--white); }

.workflow-rows { border-top: 2px solid var(--ink); }

.workflow-rows article {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(300px, 1.3fr) minmax(260px, 0.9fr);
  gap: 42px;
  align-items: center;
  min-height: 170px;
  padding: 24px 0;
  border-bottom: 1px solid var(--ink);
}

.workflow-rows article > div span { color: var(--signal); font-size: 13px; font-weight: 900; }
.workflow-rows h3 { margin: 4px 0 0; font-size: 24px; }
.workflow-rows p { color: var(--muted); }
.workflow-rows article > strong { color: var(--ink); font-size: 14px; }

.contents-section {
  padding-block: 108px;
  background: var(--ink);
  color: var(--white);
  border-block: 1px solid var(--ink);
}

.contents-layout {
  display: grid;
  grid-template-columns: minmax(420px, 0.95fr) minmax(420px, 1.05fr);
  gap: 84px;
  align-items: center;
}

.contents-visual { position: relative; min-height: 570px; }

.contents-visual img {
  position: absolute;
  bottom: 20px;
  width: 54%;
  max-height: 510px;
  object-fit: contain;
  filter: drop-shadow(0 8px 4px rgb(0 0 0 / 0.55));
}

.contents-visual img:first-child { left: 0; transform: rotate(-5deg); }
.contents-visual img:nth-child(2) { left: 23%; bottom: 0; z-index: 2; }
.contents-visual img:nth-child(3) { right: 0; transform: rotate(5deg); }
.contents-copy ul { display: grid; margin: 30px 0 0; padding: 0; list-style: none; border-top: 2px solid #57575b; }
.contents-copy li { display: grid; gap: 3px; padding: 16px 0; border-bottom: 1px solid #49494d; }
.contents-copy li strong { font-size: 17px; }
.contents-copy li span { color: var(--muted-dark); font-size: 14px; }
.license-note { padding: 14px 0; border-bottom: 1px solid #49494d; color: #c8c8cc; font-size: 13px; }
.contents-buy { width: min(100%, 440px); margin-top: 24px; }
.contents-buy p { margin: 8px 0 0; color: var(--muted-dark); font-size: 12px; }

.testimonial-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 2px solid var(--ink); border-bottom: 1px solid var(--ink); }
.testimonial-grid article { padding: 26px; border-right: 1px solid var(--ink); }
.testimonial-grid article:last-child { border-right: 0; }
.testimonial-grid blockquote { min-height: 180px; margin: 0 0 24px; font-size: 18px; font-weight: 700; }
.testimonial-grid span { display: block; color: var(--muted); font-size: 13px; }

.guarantee-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  gap: 70px;
  align-items: center;
  margin-block: 108px;
  padding: 54px 58px;
  background: var(--signal);
  color: var(--white);
}

.guarantee-section .eyebrow { color: var(--white); }
.guarantee-copy p:not(.eyebrow) { max-width: 64ch; color: #fff2f1; }
.guarantee-copy a { font-weight: 900; text-underline-offset: 4px; }
.guarantee-mark { display: grid; justify-items: center; padding-left: 50px; border-left: 1px solid rgb(255 255 255 / 0.55); }
.guarantee-mark strong { font-size: 90px; line-height: 0.9; }
.guarantee-mark span { font-weight: 900; text-transform: uppercase; }

.faq-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.65fr) minmax(500px, 1.35fr);
  gap: 80px;
}

.faq-section .section-heading { display: block; margin: 0; }
.faq-list { border-top: 2px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--ink); }
.faq-list summary { position: relative; padding: 22px 40px 22px 0; cursor: pointer; list-style: none; font-size: 18px; font-weight: 900; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 18px; font-size: 26px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: 0; padding: 0 40px 22px 0; color: var(--muted); }

.final-cta {
  padding-block: 94px;
  background: var(--ink);
  color: var(--white);
  text-align: center;
  border-top: 1px solid var(--ink);
}

.final-cta-inner { display: grid; justify-items: center; }
.final-cta .eyebrow { color: var(--signal); }
.final-cta h2 { max-width: 800px; }
.buy-button.light { margin-top: 30px; }
.final-cta p { margin: 18px 0 0; color: #c3c3c6; }
.final-cta p a { color: var(--white); font-weight: 900; text-underline-offset: 4px; }
.final-cta .checkout-status { color: var(--white); }

footer {
  min-height: 150px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 30px;
  align-items: center;
  padding: 30px max(24px, calc((100vw - var(--max)) / 2));
  background: #060607;
  color: #aaaab0;
  font-size: 13px;
  border-top: 1px solid #353538;
}

footer img { width: 52px; }
footer p { text-align: center; }
footer nav { display: flex; justify-content: flex-end; gap: 18px; }

.mobile-buybar { display: none; }

.consent-banner {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 80;
  width: min(680px, calc(100vw - 32px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  gap: 16px;
  align-items: center;
  padding: 14px;
  border: 1px solid #4b4b4e;
  border-radius: 4px;
  background: var(--ink);
  color: var(--white);
}

.consent-banner strong { display: block; }
.consent-banner p { margin: 3px 0 0; color: #b5b5b9; font-size: 12px; }
.consent-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.consent-actions button,
.consent-actions a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border: 1px solid #626267;
  border-radius: 3px;
  background: transparent;
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.consent-actions .button-primary { border-color: var(--signal); background: var(--signal); }

@media (max-width: 1280px) {
  .launch-header,
  .content-width { width: min(var(--max), calc(100% - 48px)); }
  .launch-header { grid-template-columns: 190px 1fr auto; gap: 20px; }
  .launch-nav { gap: 18px; }
  .launch-nav a { font-size: 12px; }
  .header-buy { padding-inline: 17px; }
  .hero-inner { grid-template-columns: minmax(390px, 0.88fr) minmax(520px, 1.12fr); gap: 28px; }
  .hero h1 { font-size: 64px; }
  .hero-lead { font-size: 16px; }
}

@media (max-width: 1080px) {
  :root { --header-height: 74px; }
  .launch-header { grid-template-columns: 1fr auto; }
  .brand img { width: 50px; height: 42px; }
  .brand-name strong { font-size: 15px; }
  .header-buy { display: none; }
  .menu-toggle {
    width: 48px;
    height: 48px;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 5px;
    border: 0;
    background: transparent;
  }
  .menu-toggle span { width: 25px; height: 2px; background: var(--white); }
  .launch-nav {
    position: absolute;
    top: var(--header-height);
    right: 0;
    width: min(330px, calc(100vw - 32px));
    display: none;
    padding: 12px 18px;
    background: var(--ink);
    border: 1px solid var(--line-dark);
  }
  .launch-nav.is-open { display: grid; }
  .launch-nav a { min-height: 44px; display: flex; align-items: center; border-bottom: 1px solid var(--line-dark); font-size: 14px; }
  .launch-nav a:last-child { border-bottom: 0; }
  .hero-inner { grid-template-columns: minmax(350px, 0.9fr) minmax(440px, 1.1fr); }
  .hero h1 { font-size: 56px; }
  .stage-cover { width: 23%; }
  .hero-output { width: 96%; }
  .hero-output-grid strong { font-size: 11px; }
  .demo-layout,
  .contents-layout { grid-template-columns: 1fr; }
  .demo-copy p:not(.eyebrow) { max-width: 62ch; }
  .contents-visual { min-height: 520px; max-width: 660px; width: 100%; margin-inline: auto; }
  .workflow-rows article { grid-template-columns: minmax(190px, 0.8fr) minmax(280px, 1.2fr); }
  .workflow-rows article > strong { grid-column: 2; }
  .faq-section { grid-template-columns: 1fr; gap: 40px; }
  .testimonial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .testimonial-grid article:nth-child(2) { border-right: 0; }
  .testimonial-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--ink); }
}

@media (max-width: 900px) {
  .content-width,
  .launch-header { width: min(100% - 32px, var(--max)); }
  .section-heading { grid-template-columns: 1fr; gap: 8px; }
  .hero { min-height: 1130px; }
  .hero::before { height: 34%; }
  .hero-inner {
    min-height: 1130px;
    grid-template-columns: 1fr;
    gap: 14px;
    align-content: start;
    padding-top: 104px;
    padding-bottom: 34px;
  }
  .hero-copy { display: contents; }
  .hero h1 { order: 1; max-width: 10ch; margin-inline: auto; font-size: 56px; text-align: center; }
  .hero-lead { order: 2; width: min(100%, 650px); margin-inline: auto; text-align: center; }
  .hero-platforms { order: 3; justify-content: center; margin-inline: auto; }
  .hero-price { order: 4; justify-content: center; }
  .hero-buy { order: 5; margin-inline: auto; }
  .hero-product { order: 6; }
  .hero-assurances { justify-content: center; }
  .hero-product { width: min(100%, 690px); min-height: 500px; margin-inline: auto; }
}

@media (max-width: 700px) {
  .hero { min-height: 1080px; }
  .hero-inner { min-height: 1080px; }
  .hero h1 { font-size: 46px; line-height: 0.96; }
  .hero-lead { max-width: 36ch; margin-top: 0; font-size: 15px; line-height: 1.45; }
  .hero-platforms { margin-top: 0; }
  .hero-platforms > * { min-height: 34px; padding-inline: 8px; font-size: 10px; }
  .hero-price { margin-top: 0; }
  .hero-price strong { font-size: 48px; }
  .hero-buy { margin-top: 0; }
  .buy-button { min-height: 58px; }
  .hero-assurances { grid-template-columns: repeat(2, max-content); justify-content: center; gap: 5px 18px; }
  .hero-product { min-height: 450px; }
  .product-stage { inset: 0 0 96px; }
  .stage-cover { max-height: 240px; }
  .stage-part-1 { top: 18px; left: 3%; }
  .stage-part-2 { top: 0; left: 22%; }
  .stage-part-3 { top: 8px; left: 41%; }
  .stage-part-4 { top: 18px; right: 15%; }
  .stage-method { width: 29%; }
  .stage-toolkit { width: 29%; left: 34%; }
  .stage-skill { width: 29%; }
  .hero-output { right: 0; bottom: 27px; width: 100%; min-height: 142px; transform: rotate(-0.7deg); }
  .hero-output-title { min-height: 34px; padding-inline: 10px; }
  .hero-output-title span { display: none; }
  .hero-output-grid div { min-height: 106px; gap: 7px; padding: 12px 9px; }
  .hero-output-grid span { font-size: 8px; }
  .hero-output-grid strong { font-size: 10px; }
  .product-caption { right: 0; bottom: -7px; font-size: 10px; }
  .proof-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .proof-strip div { min-height: 88px; padding: 15px 18px; }
  .proof-strip div:nth-child(2) { border-right: 0; }
  .proof-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .proof-strip strong { font-size: 13px; }
  .proof-strip span { font-size: 10px; }
  .problem-section,
  .workflows,
  .faq-section,
  .testimonials { padding-block: 76px; }
  .section-heading { grid-template-columns: 1fr; gap: 8px; margin-bottom: 34px; }
  .section-heading h2,
  .demo-copy h2,
  .contents-copy h2,
  .guarantee-copy h2,
  .faq-section h2,
  .final-cta h2 { font-size: 36px; }
  .problem-grid article { grid-template-columns: 44px 1fr; gap: 8px 12px; min-height: 0; padding: 22px 0; align-items: start; }
  .problem-grid article > span { grid-row: 1 / span 2; font-size: 18px; }
  .problem-grid h3 { font-size: 21px; }
  .problem-grid p { grid-column: 2; }
  .demo-section,
  .contents-section { padding-block: 76px; }
  .demo-layout { gap: 34px; }
  .demo-tabs { width: 100%; }
  .demo-tabs button { flex: 1; padding: 0 8px; font-size: 12px; }
  .demo-console { min-height: 560px; }
  .console-bar { padding-inline: 14px; }
  .console-body { padding: 0 14px 18px; }
  .purchase-rail-inner { min-height: 0; grid-template-columns: 1fr; gap: 20px; padding-block: 34px; }
  .purchase-rail-inner > div strong { font-size: 22px; }
  .purchase-rail .buy-button { width: 100%; }
  .purchase-rail .checkout-status { grid-column: 1; margin: -12px 0 0; }
  .workflow-rows article { grid-template-columns: 1fr; gap: 10px; min-height: 0; padding: 24px 0; }
  .workflow-rows article > strong { grid-column: 1; }
  .contents-layout { gap: 42px; }
  .contents-visual { min-height: 390px; }
  .contents-visual img { width: 57%; max-height: 360px; }
  .contents-visual img:nth-child(2) { left: 20%; }
  .guarantee-section { grid-template-columns: 1fr; gap: 28px; margin-block: 76px; padding: 34px 26px; }
  .guarantee-mark { grid-template-columns: max-content max-content; gap: 12px; align-items: end; justify-content: start; justify-items: start; padding: 26px 0 0; border-left: 0; border-top: 1px solid rgb(255 255 255 / 0.55); }
  .guarantee-mark strong { font-size: 68px; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-grid article { border-right: 0; border-bottom: 1px solid var(--ink); }
  .testimonial-grid article:last-child { border-bottom: 0; }
  .testimonial-grid blockquote { min-height: 0; }
  .final-cta { padding-block: 76px; }
  footer { grid-template-columns: 1fr; justify-items: center; padding-bottom: 104px; text-align: center; }
  footer p { margin: 0; }
  footer nav { flex-wrap: wrap; justify-content: center; }
  .mobile-buybar {
    position: fixed;
    inset: auto 0 0;
    z-index: 60;
    min-height: 72px;
    display: grid;
    grid-template-columns: 1fr max-content;
    gap: 12px;
    align-items: center;
    padding: 10px 14px max(10px, env(safe-area-inset-bottom));
    border-top: 1px solid #3c3c40;
    background: var(--ink);
    color: var(--white);
    visibility: hidden;
    transform: translateY(110%);
    transition: transform 180ms var(--ease-out), visibility 180ms ease;
  }
  .mobile-buybar.is-visible { visibility: visible; transform: translateY(0); }
  .mobile-buybar div { display: grid; }
  .mobile-buybar span { color: #b9b9bc; font-size: 11px; }
  .mobile-buybar strong { font-size: 20px; }
  .mobile-buybar button { min-width: 126px; min-height: 46px; border: 0; border-radius: 3px; background: var(--signal); color: var(--white); font-weight: 900; }
  .consent-banner { bottom: 16px; grid-template-columns: 1fr; gap: 9px; padding: 11px; }
  .mobile-buybar-visible .consent-banner { bottom: 82px; }
  .consent-banner strong { font-size: 13px; }
  .consent-banner p { font-size: 10px; line-height: 1.35; }
  .consent-actions { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 5px; }
  .consent-actions button { padding: 0 6px; justify-content: center; }
  .consent-actions a { min-height: 38px; justify-content: center; }
}

@media (max-width: 390px) {
  .hero { min-height: 1060px; }
  .hero-inner { min-height: 1060px; }
  .hero h1 { font-size: 42px; }
  .hero-platforms > * { padding-inline: 6px; font-size: 9px; }
  .hero-product { min-height: 425px; }
  .product-stage { inset: 0 0 92px; }
  .stage-cover { max-height: 218px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .buy-button,
  .mobile-buybar { transition: none; }
}
