:root {
  --ink: #0b1220;
  --ink-2: #14233a;
  --ink-3: #20324c;
  --slate: #536174;
  --muted: #778397;
  --line: #d9e4e8;
  --line-dark: rgba(255, 255, 255, 0.13);
  --ice: #f2f9fb;
  --ice-2: #e4f3f6;
  --paper: #ffffff;
  --cyan: #19d3e6;
  --cyan-dark: #087f91;
  --cyan-soft: #d9f8fb;
  --orange: #ffb51b;
  --green: #35c983;
  --red: #ff6259;
  --blue: #0a84ff;
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --shadow: 0 28px 80px rgba(11, 18, 32, 0.14);
  --max: 1180px;
  --display: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --body: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; }

html { overflow-x: hidden; scroll-behavior: smooth; scroll-padding-top: 88px; }

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); line-height: 1.04; letter-spacing: -0.035em; }
h2 { margin-bottom: 20px; font-size: clamp(2.35rem, 5vw, 4.65rem); font-weight: 800; }
h3 { margin-bottom: 10px; font-size: 1.4rem; font-weight: 750; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; padding: 10px 16px; border-radius: 10px; color: white; background: var(--ink); text-decoration: none; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid transparent; background: rgba(11, 18, 32, 0.96); transition: box-shadow 180ms ease, border-color 180ms ease; }
.site-header.scrolled { border-color: rgba(255, 255, 255, 0.1); box-shadow: 0 12px 34px rgba(11, 18, 32, 0.16); }
.nav-shell { width: min(calc(100% - 40px), var(--max)); height: 76px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: block; width: 140px; }
.brand img { width: 100%; height: auto; }
.site-nav { display: flex; align-items: center; gap: 30px; color: rgba(255, 255, 255, 0.76); font-size: 14px; font-weight: 680; }
.site-nav a { text-decoration: none; transition: color 160ms ease, background 160ms ease; }
.site-nav a:hover { color: white; }
.site-nav .nav-cta { padding: 11px 17px; border-radius: 11px; color: var(--ink); background: var(--cyan); }
.site-nav .nav-cta:hover { color: var(--ink); background: #4fe3f0; }
.menu-toggle { display: none; }

.hero { width: min(calc(100% - 40px), var(--max)); min-height: 750px; margin: 0 auto; padding: 88px 0 102px; display: grid; grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr); gap: 58px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .kicker { margin-bottom: 22px; color: var(--cyan-dark); font-family: var(--mono); font-size: 12px; font-weight: 760; letter-spacing: 0.09em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 11px; }
.eyebrow-dot { position: relative; width: 9px; height: 9px; border-radius: 50%; background: var(--green); }
.eyebrow-dot::after { content: ""; position: absolute; inset: -5px; border: 1px solid rgba(53, 201, 131, 0.42); border-radius: 50%; }
h1 { max-width: 620px; margin-bottom: 27px; font-size: clamp(3.5rem, 5.8vw, 5.35rem); font-weight: 800; }
h1 span { color: var(--cyan-dark); }
.hero-lede { max-width: 615px; margin-bottom: 33px; color: var(--slate); font-size: 19px; line-height: 1.62; }
.hero-mnemonic { max-width: 600px; margin: -13px 0 28px; color: var(--ink); font-size: 15px; font-weight: 760; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; padding: 14px 20px; border: 1px solid transparent; border-radius: 13px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; color: var(--ink); font-size: 15px; font-weight: 770; text-decoration: none; cursor: pointer; transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--cyan); box-shadow: 0 12px 28px rgba(25, 211, 230, 0.24); }
.button-primary:hover { background: #40e0ed; box-shadow: 0 16px 34px rgba(25, 211, 230, 0.32); }
.button-secondary { border-color: var(--line); background: white; }
.button-secondary:hover { background: var(--ice); }
.hero-note { margin: 18px 0 0; color: var(--muted); font-size: 13px; font-weight: 620; }

.hero-product { position: relative; min-height: 610px; border: 1px solid #203047; border-radius: 38px; overflow: hidden; background-color: var(--ink); background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px); background-size: 30px 30px; box-shadow: var(--shadow); }
.hero-product::before { content: "DEPLOYMENT → CONTACT"; position: absolute; top: 25px; left: 29px; color: rgba(255, 255, 255, 0.42); font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: 0.12em; }
.deploy-receipt { position: absolute; top: 64px; left: 28px; z-index: 2; width: 334px; border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 21px; overflow: hidden; background: #142137; box-shadow: 0 22px 48px rgba(0, 0, 0, 0.32); }
.receipt-head { height: 54px; padding: 0 16px; border-bottom: 1px solid var(--line-dark); display: flex; align-items: center; justify-content: space-between; }
.receipt-head > div { display: flex; align-items: center; gap: 13px; }
.receipt-head p { margin: 0; color: white; font-family: var(--mono); font-size: 10px; font-weight: 760; letter-spacing: 0.12em; }
.window-dots { display: flex; gap: 5px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #ff6259; }
.window-dots i:nth-child(2) { background: var(--orange); }
.window-dots i:nth-child(3) { background: var(--green); }
.preview-pill { padding: 4px 8px; border: 1px solid rgba(25, 211, 230, 0.28); border-radius: 999px; color: var(--cyan); font-family: var(--mono); font-size: 9px; text-transform: uppercase; }
.framework-choice { padding: 15px 15px 12px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.framework { min-height: 46px; padding: 8px 10px; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 11px; display: flex; align-items: center; gap: 8px; color: rgba(255, 255, 255, 0.6); font-size: 12px; font-weight: 700; }
.framework strong { width: 24px; height: 24px; border-radius: 7px; display: grid; place-items: center; color: var(--ink); background: rgba(255, 255, 255, 0.62); font-family: var(--display); font-size: 13px; }
.framework.active { border-color: rgba(25, 211, 230, 0.55); color: white; background: rgba(25, 211, 230, 0.08); }
.framework.active strong { background: var(--cyan); }
.deploy-specs { margin: 0 15px 12px; border: 1px solid var(--line-dark); border-radius: 11px; }
.deploy-specs div { min-height: 34px; padding: 0 10px; border-bottom: 1px solid var(--line-dark); display: flex; align-items: center; justify-content: space-between; }
.deploy-specs div:last-child { border-bottom: 0; }
.deploy-specs dt { color: rgba(255, 255, 255, 0.42); font-family: var(--mono); font-size: 9px; text-transform: uppercase; }
.deploy-specs dd { margin: 0; color: rgba(255, 255, 255, 0.88); font-size: 11px; font-weight: 680; }
.blue-dot { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: var(--blue); }
.deploy-steps { margin: 0; padding: 3px 15px 12px; list-style: none; }
.deploy-steps li { min-height: 35px; display: grid; grid-template-columns: 27px 1fr auto; align-items: center; color: rgba(255, 255, 255, 0.48); }
.deploy-steps li > span { font-family: var(--mono); font-size: 9px; }
.deploy-steps li p { margin: 0; color: rgba(255, 255, 255, 0.82); font-size: 11px; font-weight: 620; }
.deploy-steps li b { color: var(--green); font-family: var(--mono); font-size: 9px; text-transform: uppercase; }
.deploy-steps li.complete > span::after { content: "✓"; margin-left: -12px; color: var(--green); }
.deploy-steps li.live b { color: var(--cyan); }
.deploy-steps li.live b::before { content: ""; display: inline-block; width: 5px; height: 5px; margin-right: 5px; border-radius: 50%; background: var(--cyan); }
.receipt-footer { min-height: 48px; padding: 6px 14px; border-top: 1px solid var(--line-dark); display: flex; align-items: center; gap: 9px; color: rgba(255, 255, 255, 0.5); font-family: var(--mono); font-size: 9px; }
.receipt-footer img { width: 30px; height: 30px; object-fit: contain; }
.handoff-line { position: absolute; top: 295px; left: 350px; width: 74px; display: flex; align-items: center; color: var(--cyan); }
.handoff-line span { width: 100%; height: 1px; border-top: 1px dashed rgba(25, 211, 230, 0.62); }
.handoff-line b { margin-left: -2px; font-size: 18px; font-weight: 500; }
.messages-window { position: absolute; top: 87px; right: 22px; z-index: 3; width: 270px; height: 476px; border: 5px solid #263246; border-radius: 38px; overflow: hidden; background: #f7f7f8; box-shadow: 0 26px 60px rgba(0, 0, 0, 0.36); }
.messages-window::before { content: ""; position: absolute; top: 7px; left: 50%; z-index: 6; width: 67px; height: 19px; border-radius: 999px; background: #202a3b; transform: translateX(-50%); }
.messages-head { position: relative; height: 99px; padding: 29px 13px 9px; border-bottom: 1px solid #e4e4e8; display: grid; grid-template-columns: 28px 43px 1fr 22px; align-items: center; gap: 4px; background: rgba(247, 247, 248, 0.96); }
.messages-head img { width: 39px; height: 39px; border-radius: 50%; object-fit: cover; background: var(--cyan-soft); }
.messages-head > div { min-width: 0; text-align: center; }
.messages-head strong { display: block; overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.messages-head div span { display: block; color: #6e7180; font-size: 8px; }
.back-chevron { color: var(--blue); font-size: 30px; line-height: 1; }
.info-icon { width: 17px; height: 17px; border: 1px solid var(--blue); border-radius: 50%; display: grid; place-items: center; color: var(--blue); font-family: serif; font-size: 11px; font-weight: 700; }
.message-thread { padding: 11px 10px 0; }
.timestamp { margin-bottom: 11px; color: #8e8e93; font-size: 8px; text-align: center; }
.bubble { max-width: 81%; margin-bottom: 8px; padding: 8px 10px; border-radius: 15px; font-size: 11px; line-height: 1.3; }
.bubble.outgoing { margin-left: auto; border-bottom-right-radius: 5px; color: white; background: var(--blue); }
.bubble.incoming { border-bottom-left-radius: 5px; background: #e5e5ea; }
.approval-row { width: 82%; margin: 3px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 5px; }
.approval-row span { padding: 6px 4px; border: 1px solid #ced7e2; border-radius: 9px; color: var(--blue); background: white; font-size: 9px; font-weight: 700; text-align: center; }
.delivery { margin: 3px 1px 0 0; color: #8e8e93; font-size: 8px; text-align: right; }
.message-composer { position: absolute; right: 10px; bottom: 10px; left: 10px; display: grid; grid-template-columns: 24px 1fr 17px; align-items: center; gap: 5px; }
.message-composer > span { width: 21px; height: 21px; border-radius: 50%; display: grid; place-items: center; color: #666; background: #dddde1; font-size: 15px; }
.message-composer p { margin: 0; padding: 6px 10px; border: 1px solid #d4d4d9; border-radius: 999px; color: #9a9aa0; font-size: 9px; }
.message-composer i { width: 17px; height: 17px; border-radius: 50%; background: var(--blue); }
.visual-caption { position: absolute; right: 25px; bottom: 17px; margin: 0; color: rgba(255, 255, 255, 0.4); font-family: var(--mono); font-size: 8px; letter-spacing: 0.06em; text-transform: uppercase; }

.proof-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--ice); }
.proof-shell { width: min(calc(100% - 40px), var(--max)); min-height: 108px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-shell p { margin: 0; padding: 24px 29px; border-left: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; }
.proof-shell p:last-child { border-right: 1px solid var(--line); }
.proof-shell span { margin-bottom: 3px; color: var(--muted); font-family: var(--mono); font-size: 9px; letter-spacing: 0.08em; text-transform: uppercase; }
.proof-shell strong { font-family: var(--display); font-size: 1.15rem; letter-spacing: -0.02em; }

.section { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; padding: 126px 0; }
.section-heading { max-width: 810px; margin-bottom: 64px; }
.section-heading.compact { max-width: 735px; }
.section-heading > p:last-child, .faq-intro > p:last-child, .trust-intro > p:last-child { max-width: 700px; margin-bottom: 0; color: var(--slate); font-size: 19px; line-height: 1.6; }

.path-grid { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; }
.path-grid li { position: relative; min-height: 330px; padding: 28px 27px 32px; border: 1px solid var(--line); border-right: 0; }
.path-grid li:first-child { border-radius: var(--radius-md) 0 0 var(--radius-md); }
.path-grid li:last-child { border-right: 1px solid var(--line); border-radius: 0 var(--radius-md) var(--radius-md) 0; }
.path-grid li:not(:last-child)::after { content: "→"; position: absolute; top: 68px; right: -14px; z-index: 3; width: 28px; height: 28px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; color: var(--cyan-dark); background: white; font-size: 13px; }
.step-number { color: var(--muted); font-family: var(--mono); font-size: 10px; }
.step-symbol { width: 67px; height: 67px; margin: 29px 0 49px; border-radius: 18px; display: grid; place-items: center; color: var(--ink); background: var(--cyan-soft); font-family: var(--display); font-size: 1.7rem; font-weight: 800; }
.path-grid p { margin: 0; color: var(--slate); font-size: 14px; line-height: 1.55; }

.app-shot { margin: 0; }
.shot-open { display: block; border-radius: 20px; }
.shot-open:focus-visible { outline: 3px solid var(--cyan); outline-offset: 5px; }
.app-shot img { display: block; width: 100%; height: auto; border: 1px solid rgba(11, 18, 32, 0.13); border-radius: 20px; box-shadow: 0 28px 70px rgba(11, 18, 32, 0.2); transition: transform 180ms ease, box-shadow 180ms ease; }
.shot-open:hover img { transform: translateY(-2px); box-shadow: 0 32px 78px rgba(11, 18, 32, 0.24); }
.app-shot figcaption { margin-top: 13px; color: var(--muted); font-family: var(--mono); font-size: 9px; letter-spacing: 0.04em; }
.app-shot figcaption span { margin-right: 8px; color: var(--cyan-dark); font-weight: 760; text-transform: uppercase; }
.hero-app-shot { width: 112%; }
.hero-app-shot img { border-radius: 24px; box-shadow: 0 34px 90px rgba(11, 18, 32, 0.24); }

.spare-mac-check { margin-top: 28px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 44px; align-items: center; background: var(--ice); }
.spare-mac-check .kicker { margin-bottom: 10px; }
.spare-mac-check h3 { max-width: 390px; margin: 0; font-size: 1.75rem; }
.spare-mac-check ul { margin: 0; padding: 0; list-style: none; }
.spare-mac-check li { min-height: 44px; border-bottom: 1px solid var(--line); display: flex; align-items: center; color: var(--slate); font-size: 14px; }
.spare-mac-check li:last-child { border-bottom: 0; }
.spare-mac-check li span { width: 34px; color: var(--cyan-dark); font-family: var(--mono); font-size: 9px; }

.real-app-section { color: white; background: var(--ink); }
.real-app-shell { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; padding: 126px 0; }
.real-app-section .section-heading > p:last-child { color: rgba(255, 255, 255, 0.62); }
.app-proof { padding: 54px 0; border-top: 1px solid var(--line-dark); display: grid; grid-template-columns: 0.62fr 1.38fr; gap: 58px; align-items: center; }
.app-proof:last-child { padding-bottom: 0; }
.app-proof-reverse { grid-template-columns: 1.38fr 0.62fr; }
.app-proof-reverse .app-proof-copy { order: 2; }
.app-proof-reverse .app-shot { order: 1; }
.app-proof-copy h3 { max-width: 460px; color: white; font-size: clamp(2rem, 3.3vw, 3.15rem); }
.app-proof-copy > p:not(.proof-label, .micro-note) { color: rgba(255, 255, 255, 0.62); font-size: 16px; line-height: 1.6; }
.proof-label { margin-bottom: 14px; color: var(--cyan); font-family: var(--mono); font-size: 10px; font-weight: 760; letter-spacing: 0.08em; text-transform: uppercase; }
.real-app-section .app-shot img { border-color: rgba(255, 255, 255, 0.14); box-shadow: 0 30px 72px rgba(0, 0, 0, 0.36); }
.real-app-section .app-shot figcaption { color: rgba(255, 255, 255, 0.38); }
.real-app-section .app-shot figcaption span { color: var(--cyan); }

.compatibility-section { padding-top: 42px; }
.compatibility-table { border: 1px solid var(--line); border-radius: var(--radius-md); overflow: hidden; }
.compatibility-head, .compatibility-row { display: grid; grid-template-columns: 0.72fr 0.45fr 1.33fr; align-items: center; }
.compatibility-head { min-height: 54px; color: var(--muted); background: var(--ice); font-family: var(--mono); font-size: 9px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; }
.compatibility-head span, .compatibility-row > * { margin: 0; padding: 16px 20px; }
.compatibility-row { min-height: 68px; border-top: 1px solid var(--line); }
.compatibility-row strong { font-size: 14px; }
.compatibility-row p { color: var(--slate); font-size: 13px; }
.status { width: fit-content; padding: 5px 9px; border-radius: 999px; font-family: var(--mono); font-size: 8px; font-weight: 760; letter-spacing: 0.04em; text-transform: uppercase; }
.status.implemented { color: #087b51; background: #dcf7ea; }
.status.planned { color: #966400; background: #fff0c8; }
.hard-parts { margin-top: 28px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.hard-parts article { min-height: 235px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hard-parts h3 { margin: 32px 0 9px; font-size: 1.28rem; }
.hard-parts p { margin: 0; color: var(--slate); font-size: 13px; line-height: 1.55; }

.workflow-section { width: 100%; max-width: none; padding: 120px max(20px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 0.78fr 1.22fr; gap: 80px; align-items: center; color: white; background: var(--ink); }
.kicker-light { color: var(--cyan); }
.workflow-copy h2 { max-width: 560px; }
.workflow-copy > p:not(.kicker, .micro-note) { max-width: 560px; color: rgba(255, 255, 255, 0.68); font-size: 18px; }
.check-list { margin: 30px 0; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 11px 0; padding-left: 27px; color: rgba(255, 255, 255, 0.84); font-size: 15px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--cyan); font-weight: 800; }
.micro-note { max-width: 520px; margin: 0; color: rgba(255, 255, 255, 0.39); font-family: var(--mono); font-size: 10px; line-height: 1.5; }
.workflow-console { border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 22px; overflow: hidden; background: #101b2c; box-shadow: 0 28px 70px rgba(0, 0, 0, 0.25); }
.console-bar { height: 52px; padding: 0 17px; border-bottom: 1px solid var(--line-dark); display: flex; align-items: center; gap: 7px; }
.console-bar span { width: 8px; height: 8px; border-radius: 50%; background: var(--red); }
.console-bar span:nth-child(2) { background: var(--orange); }
.console-bar span:nth-child(3) { background: var(--green); }
.console-bar b { margin-left: 9px; color: rgba(255, 255, 255, 0.44); font-family: var(--mono); font-size: 9px; font-weight: 600; }
.console-body { padding: 20px; }
.run-row { min-height: 62px; padding: 9px 12px; border-bottom: 1px solid rgba(255, 255, 255, 0.08); display: grid; grid-template-columns: 47px 17px 1fr; align-items: center; gap: 10px; }
.run-time { color: rgba(255, 255, 255, 0.38); font-family: var(--mono); font-size: 10px; }
.run-row i { width: 9px; height: 9px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 4px rgba(255, 98, 89, 0.12); }
.run-row i.run-ok { background: var(--green); box-shadow: none; }
.run-row p { margin: 0; }
.run-row b { display: block; color: rgba(255, 255, 255, 0.82); font-size: 12px; }
.run-row small { display: block; margin-top: 2px; color: rgba(255, 255, 255, 0.38); font-family: var(--mono); font-size: 9px; }
.run-row.alert { background: rgba(255, 98, 89, 0.05); }
.agent-action { margin: 17px 0; padding: 13px; border: 1px solid rgba(25, 211, 230, 0.22); border-radius: 13px; display: grid; grid-template-columns: 35px 1fr; gap: 11px; background: rgba(25, 211, 230, 0.05); }
.agent-action img { width: 35px; height: 35px; object-fit: contain; }
.agent-action p { margin: 0; color: rgba(255, 255, 255, 0.66); font-size: 11px; line-height: 1.45; }
.agent-action span { display: block; margin-bottom: 3px; color: var(--cyan); font-family: var(--mono); font-size: 9px; text-transform: uppercase; }
.result-message { width: 78%; margin-left: auto; padding: 12px; border-radius: 14px 14px 4px 14px; color: white; background: var(--blue); }
.result-message > span { display: block; margin-bottom: 4px; font-size: 8px; font-weight: 760; opacity: 0.7; text-transform: uppercase; }
.result-message p { margin: 0; font-size: 11px; line-height: 1.42; }

.comparison { border: 1px solid var(--line); border-radius: var(--radius-md); overflow: hidden; }
.comparison-head, .comparison-row { display: grid; grid-template-columns: 0.72fr 1fr 1fr; }
.comparison-head { min-height: 55px; color: var(--muted); background: var(--ice); font-family: var(--mono); font-size: 9px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; }
.comparison-head span, .comparison-row > * { margin: 0; padding: 17px 22px; border-right: 1px solid var(--line); display: flex; align-items: center; }
.comparison-head span:last-child, .comparison-row > *:last-child { border-right: 0; }
.comparison-row { min-height: 70px; border-top: 1px solid var(--line); }
.comparison-row strong { font-size: 14px; }
.comparison-row p { color: var(--slate); font-size: 14px; }
.comparison .pongu-column { color: var(--ink); background: rgba(25, 211, 230, 0.08); font-weight: 670; }
.comparison-head .pongu-column { color: var(--cyan-dark); }

.pricing-section { padding-top: 42px; }
.pricing-intro { max-width: 780px; margin-bottom: 58px; }
.pricing-intro > p:last-child { max-width: 690px; margin-bottom: 0; color: var(--slate); font-size: 19px; line-height: 1.6; }
.trial-pass { margin-bottom: 18px; border: 1px solid #b7dde3; border-radius: 22px; overflow: hidden; display: grid; grid-template-columns: 138px minmax(0, 1fr) auto; align-items: center; background: linear-gradient(105deg, var(--cyan-soft), #f8fcfd 62%); }
.trial-count { min-height: 128px; padding: 22px 26px; border-right: 1px dashed #9bcbd3; display: flex; align-items: baseline; justify-content: center; gap: 8px; color: var(--ink); background: rgba(25, 211, 230, 0.11); }
.trial-count strong { font-family: var(--display); font-size: 3.6rem; font-weight: 860; line-height: 1; letter-spacing: -0.07em; }
.trial-count span { color: var(--cyan-dark); font-family: var(--mono); font-size: 9px; font-weight: 760; letter-spacing: 0.09em; }
.trial-copy { padding: 23px 28px; }
.trial-copy p { margin-bottom: 7px; color: var(--cyan-dark); font-family: var(--mono); font-size: 9px; font-weight: 760; letter-spacing: 0.09em; text-transform: uppercase; }
.trial-copy h3 { margin-bottom: 6px; font-size: 1.42rem; }
.trial-copy > span { color: var(--slate); font-size: 13px; line-height: 1.5; }
.trial-start { margin-right: 22px; color: white; background: var(--ink); box-shadow: 0 12px 28px rgba(11, 18, 32, 0.14); }
.trial-start:hover { color: white; background: var(--ink-2); box-shadow: 0 16px 34px rgba(11, 18, 32, 0.2); }
.license-card { position: relative; border: 1px solid #23344d; border-radius: 30px; overflow: hidden; display: grid; grid-template-columns: 1fr 0.92fr; color: white; background: var(--ink); box-shadow: var(--shadow); }
.license-card::before { content: "LICENSE → LOCAL CONTROL"; position: absolute; top: 26px; right: 32px; color: rgba(255, 255, 255, 0.28); font-family: var(--mono); font-size: 9px; font-weight: 700; letter-spacing: 0.12em; }
.license-copy { padding: 58px 64px 62px; }
.license-status, .purchase-status { display: flex; align-items: center; gap: 10px; color: var(--cyan); font-family: var(--mono); font-size: 10px; font-weight: 760; letter-spacing: 0.1em; text-transform: uppercase; }
.license-status span, .purchase-status span { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(53, 201, 131, 0.12); }
.license-price { margin: 35px 0 27px; display: flex; align-items: end; gap: 17px; }
.license-price strong { font-family: var(--display); font-size: clamp(4.7rem, 8vw, 7.4rem); font-weight: 860; line-height: 0.76; letter-spacing: -0.075em; }
.license-price span { padding-bottom: 5px; color: rgba(255, 255, 255, 0.45); font-family: var(--mono); font-size: 10px; letter-spacing: 0.05em; text-transform: uppercase; }
.license-copy h3 { margin-bottom: 26px; color: white; font-size: 1.7rem; }
.license-copy ul { margin: 0; padding: 0; list-style: none; }
.license-copy li { position: relative; margin: 12px 0; padding-left: 25px; color: rgba(255, 255, 255, 0.68); font-size: 14px; }
.license-copy li::before { content: "✓"; position: absolute; left: 0; color: var(--cyan); font-weight: 800; }
.license-receipt { margin: 72px 48px 48px 0; padding: 23px; border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 22px; align-self: stretch; background: #142137; box-shadow: 0 24px 48px rgba(0, 0, 0, 0.24); }
.license-receipt-head { min-height: 68px; padding-bottom: 18px; border-bottom: 1px dashed rgba(255, 255, 255, 0.17); display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 13px; }
.license-receipt-head img { width: 48px; height: 48px; object-fit: contain; }
.license-receipt-head span, .license-receipt-head strong { display: block; font-family: var(--mono); letter-spacing: 0.08em; }
.license-receipt-head span { margin-bottom: 3px; color: rgba(255, 255, 255, 0.36); font-size: 8px; }
.license-receipt-head strong { color: white; font-size: 11px; }
.license-receipt-head b { color: rgba(255, 255, 255, 0.28); font-family: var(--mono); font-size: 12px; }
.license-receipt dl { margin: 14px 0 20px; }
.license-receipt dl div { min-height: 42px; border-bottom: 1px solid rgba(255, 255, 255, 0.09); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.license-receipt dt { color: rgba(255, 255, 255, 0.37); font-family: var(--mono); font-size: 9px; text-transform: uppercase; }
.license-receipt dd { margin: 0; color: rgba(255, 255, 255, 0.84); font-size: 12px; font-weight: 700; text-align: right; }
.license-buy { width: 100%; color: var(--ink); background: var(--cyan); box-shadow: 0 12px 28px rgba(25, 211, 230, 0.18); }
.license-buy:hover { background: #40e0ed; box-shadow: 0 16px 34px rgba(25, 211, 230, 0.25); }
.portal-link { display: block; margin-top: 16px; color: rgba(255, 255, 255, 0.55); font-size: 11px; font-weight: 680; text-align: center; text-underline-offset: 3px; }
.portal-link:hover { color: var(--cyan); }
.pricing-note { max-width: 780px; margin: 22px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }

.trust-section { color: white; background: var(--ink); }
.trust-shell { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; padding: 126px 0; }
.trust-intro { max-width: 780px; margin-bottom: 64px; }
.trust-intro > p:last-child { color: rgba(255, 255, 255, 0.64); }
.boundary-map { margin-bottom: 35px; display: grid; grid-template-columns: 1fr 150px 0.35fr; align-items: stretch; }
.boundary { min-height: 166px; padding: 18px; border: 1px solid rgba(255, 255, 255, 0.17); border-radius: 18px; background: rgba(255, 255, 255, 0.025); }
.boundary-label { margin-bottom: 21px; color: rgba(255, 255, 255, 0.38); font-family: var(--mono); font-size: 9px; letter-spacing: 0.08em; text-transform: uppercase; }
.boundary-nodes { display: grid; grid-template-columns: 1fr 26px 1fr 26px 1fr; align-items: center; text-align: center; }
.boundary-nodes > span, .provider-boundary > span { min-height: 73px; padding: 10px; border: 1px solid rgba(255, 255, 255, 0.11); border-radius: 11px; display: flex; flex-direction: column; justify-content: center; background: rgba(255, 255, 255, 0.04); }
.boundary-nodes i { color: rgba(255, 255, 255, 0.33); font-style: normal; }
.boundary b { display: block; font-size: 12px; }
.boundary small { display: block; margin-top: 2px; color: rgba(255, 255, 255, 0.42); font-size: 9px; }
.boundary .pongu-node { border-color: rgba(25, 211, 230, 0.36); background: rgba(25, 211, 230, 0.07); }
.boundary .pongu-node b { color: var(--cyan); }
.provider-boundary { display: flex; flex-direction: column; }
.provider-boundary > span { flex: 1; text-align: center; }
.provider-hop { display: flex; align-items: center; justify-content: center; flex-direction: column; color: rgba(255, 255, 255, 0.4); }
.provider-hop span { margin-bottom: 3px; font-family: var(--mono); font-size: 8px; text-align: center; }
.provider-hop b { color: var(--cyan); font-size: 21px; font-weight: 500; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.trust-grid article { min-height: 225px; padding: 28px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.trust-grid article > span { display: block; margin-bottom: 38px; color: rgba(255, 255, 255, 0.3); font-family: var(--mono); font-size: 10px; }
.trust-grid h3 { color: white; }
.trust-grid p { margin: 0; color: rgba(255, 255, 255, 0.54); font-size: 13px; }
.trust-grid .qualification-card { background: rgba(255, 181, 27, 0.07); }
.trust-grid .qualification-card h3 { color: var(--orange); }

.recipe-list { border-top: 1px solid var(--line); }
.recipe-list article { min-height: 142px; padding: 22px 8px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 82px 1fr auto; align-items: center; gap: 24px; }
.recipe-icon { width: 62px; height: 62px; border-radius: 17px; display: grid; place-items: center; color: var(--ink); background: var(--cyan-soft); font-family: var(--display); font-size: 1.6rem; font-weight: 800; }
.recipe-list article:nth-child(even) .recipe-icon { background: #fff1ce; }
.recipe-list article div > p { margin: 0 0 5px; color: var(--cyan-dark); font-family: var(--mono); font-size: 9px; font-weight: 700; letter-spacing: 0.08em; }
.recipe-list h3 { margin-bottom: 5px; font-size: 1.55rem; }
.recipe-list article div > span { color: var(--slate); font-size: 14px; }
.recipe-list button { padding: 12px 10px; border: 0; color: var(--ink); background: transparent; font-size: 13px; font-weight: 750; cursor: pointer; }
.recipe-list button b { margin-left: 12px; color: var(--cyan-dark); }
.recipe-list button:hover { color: var(--cyan-dark); }

.faq-section { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: 85px; align-items: start; }
.faq-intro { position: sticky; top: 116px; }
.faq-intro h2 { font-size: clamp(2.35rem, 4.4vw, 4rem); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 48px 24px 0; list-style: none; font-family: var(--display); font-size: 1.13rem; font-weight: 740; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 22px; color: var(--cyan-dark); font-family: var(--body); font-size: 24px; font-weight: 400; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { max-width: 680px; margin: -4px 45px 25px 0; color: var(--slate); font-size: 14px; line-height: 1.65; }

.early-access { color: white; background: var(--ink); }
.access-shell { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; padding: 110px 0; display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 88px; align-items: center; }
.access-copy { position: relative; padding-top: 113px; }
.access-copy > img { position: absolute; top: -16px; left: -15px; width: 145px; height: 145px; object-fit: contain; }
.access-copy h2 { font-size: clamp(2.7rem, 5vw, 4.7rem); }
.access-copy > p:last-child { color: rgba(255, 255, 255, 0.59); font-size: 17px; }
.interest-form { padding: 29px; border: 1px solid rgba(255, 255, 255, 0.16); border-radius: var(--radius-md); display: grid; grid-template-columns: 1fr 1fr; gap: 17px; background: rgba(255, 255, 255, 0.04); }
.field { display: flex; flex-direction: column; gap: 7px; }
.full-field { grid-column: 1 / -1; }
.field label { color: rgba(255, 255, 255, 0.76); font-size: 11px; font-weight: 720; }
.field label span { color: rgba(255, 255, 255, 0.35); font-weight: 500; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 10px; color: white; background: #18263a; font-size: 14px; }
.field input, .field select { height: 48px; padding: 0 13px; }
.field textarea { min-height: 86px; padding: 12px 13px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: rgba(255, 255, 255, 0.32); }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--cyan); outline: none; box-shadow: 0 0 0 3px rgba(25, 211, 230, 0.13); }
.form-submit { grid-column: 1 / -1; width: 100%; color: var(--ink); background: var(--cyan); }
.form-submit:hover { background: #40e0ed; }
.form-note { grid-column: 1 / -1; margin: -4px 0 0; color: rgba(255, 255, 255, 0.38); font-size: 10px; text-align: center; }

.site-footer { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; padding: 58px 0 36px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 28px; }
.site-footer > div:first-child img { width: 130px; margin-bottom: 12px; }
.site-footer > div:first-child p { margin: 0; color: var(--slate); font-size: 13px; }
.footer-links { display: flex; gap: 23px; font-size: 13px; font-weight: 680; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: var(--cyan-dark); }
.site-footer > p { grid-column: 1 / -1; margin: 22px 0 0; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; line-height: 1.5; }

.purchase-page { min-height: 100vh; color: white; background-color: var(--ink); background-image: linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px); background-size: 32px 32px; }
.purchase-header { width: min(calc(100% - 40px), 980px); height: 88px; margin: 0 auto; display: flex; align-items: center; }
.purchase-header .brand { width: 148px; }
.purchase-main { min-height: calc(100vh - 88px); width: min(calc(100% - 40px), 980px); margin: 0 auto; padding: 64px 0 110px; display: grid; place-items: center; }
.purchase-card { position: relative; width: min(100%, 770px); padding: 68px; border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 30px; overflow: hidden; background: #142137; box-shadow: 0 32px 90px rgba(0, 0, 0, 0.34); }
.purchase-card::after { content: "PONGU LICENSE / COMPLETE"; position: absolute; top: 25px; right: 29px; color: rgba(255, 255, 255, 0.25); font-family: var(--mono); font-size: 8px; letter-spacing: 0.1em; }
.purchase-mark { width: 78px; height: 78px; margin-bottom: 35px; border: 1px solid rgba(25, 211, 230, 0.24); border-radius: 22px; display: grid; place-items: center; background: rgba(25, 211, 230, 0.07); }
.purchase-mark img { width: 64px; height: 64px; object-fit: contain; }
.purchase-status { margin-bottom: 21px; }
.purchase-card h1 { max-width: 650px; margin-bottom: 24px; color: white; font-size: clamp(3rem, 7vw, 5.4rem); }
.purchase-lede { max-width: 610px; margin-bottom: 32px; color: rgba(255, 255, 255, 0.66); font-size: 18px; line-height: 1.65; }
.purchase-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.purchase-note { max-width: 620px; margin: 31px 0 0; padding-top: 23px; border-top: 1px solid rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.38); font-size: 11px; line-height: 1.65; }
.purchase-note a { color: rgba(255, 255, 255, 0.62); text-underline-offset: 3px; }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity 520ms ease, transform 520ms ease; }
[data-reveal].visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1120px) {
  .hero { grid-template-columns: 0.82fr 1.18fr; gap: 36px; }
  .hero-app-shot { width: 106%; }
  .hero-product { min-height: 570px; }
  .deploy-receipt { left: 18px; width: 302px; }
  .messages-window { right: 16px; width: 245px; }
  .handoff-line { left: 308px; width: 55px; }
  .workflow-section { gap: 50px; }
}

@media (max-width: 980px) {
  .hero { max-width: 760px; padding-top: 72px; grid-template-columns: 1fr; }
  .hero-copy { max-width: 680px; }
  .hero-app-shot { width: 100%; }
  .hero-product { width: 100%; min-height: 610px; }
  .deploy-receipt { left: 38px; width: 334px; }
  .messages-window { right: 38px; width: 270px; }
  .handoff-line { left: 360px; width: 82px; }
  .proof-shell { grid-template-columns: repeat(2, 1fr); }
  .proof-shell p:nth-child(2) { border-right: 1px solid var(--line); }
  .proof-shell p:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .path-grid { grid-template-columns: 1fr; }
  .path-grid li { min-height: auto; border: 1px solid var(--line); border-bottom: 0; border-radius: 0; }
  .path-grid li:first-child { border-radius: var(--radius-md) var(--radius-md) 0 0; }
  .path-grid li:last-child { border-bottom: 1px solid var(--line); border-radius: 0 0 var(--radius-md) var(--radius-md); }
  .path-grid li::after { display: none; }
  .spare-mac-check { grid-template-columns: 1fr; gap: 22px; }
  .app-proof, .app-proof-reverse { grid-template-columns: 1fr; gap: 34px; }
  .app-proof-reverse .app-proof-copy, .app-proof-reverse .app-shot { order: initial; }
  .hard-parts { grid-template-columns: repeat(2, 1fr); }
  .workflow-section { grid-template-columns: 1fr; }
  .workflow-copy { max-width: 700px; }
  .license-card { grid-template-columns: 1fr; }
  .license-copy { padding-bottom: 28px; }
  .license-receipt { margin: 0 48px 48px; }
  .boundary-map { grid-template-columns: 1fr; }
  .provider-hop { min-height: 70px; }
  .provider-hop b { transform: rotate(90deg); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-section { grid-template-columns: 1fr; gap: 42px; }
  .faq-intro { position: static; max-width: 700px; }
  .access-shell { gap: 48px; }
}

@media (max-width: 820px) {
  .site-nav { position: fixed; inset: 76px 0 auto; z-index: 90; padding: 28px 20px 34px; border-top: 1px solid rgba(255, 255, 255, 0.1); display: none; flex-direction: column; align-items: stretch; gap: 5px; color: rgba(255, 255, 255, 0.78); background: var(--ink); box-shadow: 0 20px 40px rgba(11, 18, 32, 0.25); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px 5px; }
  .site-nav .nav-cta { margin-top: 10px; text-align: center; }
  .menu-toggle { width: 44px; height: 44px; padding: 11px; border: 0; display: flex; flex-direction: column; justify-content: center; gap: 5px; background: transparent; cursor: pointer; }
  .menu-toggle > span:not(.sr-only) { width: 22px; height: 2px; border-radius: 999px; background: white; transition: transform 160ms ease, opacity 160ms ease; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .access-shell { grid-template-columns: 1fr; }
  .access-copy { max-width: 620px; }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .nav-shell, .hero, .proof-shell, .section, .trust-shell, .access-shell, .site-footer { width: min(calc(100% - 28px), var(--max)); }
  .nav-shell { height: 70px; }
  .site-nav { top: 70px; }
  .brand { width: 126px; }
  .hero { min-height: 0; padding: 61px 0 74px; gap: 45px; }
  .eyebrow { font-size: 10px; }
  h1 { font-size: clamp(3.25rem, 16.5vw, 4.55rem); }
  .hero-lede { font-size: 17px; }
  .hero-mnemonic { font-size: 14px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-product { min-height: 820px; border-radius: 27px; }
  .hero-product::before { top: 20px; left: 22px; }
  .deploy-receipt { top: 54px; left: 18px; width: calc(100% - 36px); }
  .handoff-line { top: 474px; left: 50%; width: 45px; transform: rotate(90deg) translateX(-50%); transform-origin: left; }
  .messages-window { top: 458px; right: auto; left: 50%; width: 236px; height: 430px; border-radius: 32px; transform: translateX(-50%) scale(0.82); transform-origin: top center; }
  .visual-caption { right: 17px; bottom: 11px; font-size: 7px; }
  .proof-shell { grid-template-columns: 1fr 1fr; }
  .proof-shell p { min-height: 92px; padding: 18px 15px; }
  .proof-shell strong { font-size: 0.96rem; }
  .section { padding: 88px 0; }
  .real-app-shell { width: min(calc(100% - 28px), var(--max)); padding: 88px 0; }
  .app-proof { padding: 40px 0; }
  .app-shot img, .hero-app-shot img { border-radius: 12px; }
  .app-shot figcaption { font-size: 8px; line-height: 1.5; }
  .spare-mac-check { padding: 22px; }
  .section-heading { margin-bottom: 43px; }
  .section-heading > p:last-child, .faq-intro > p:last-child, .trust-intro > p:last-child { font-size: 16px; }
  .path-grid { grid-template-columns: 1fr; }
  .path-grid li { min-height: auto; padding: 25px; border: 1px solid var(--line); border-bottom: 0; border-radius: 0 !important; }
  .path-grid li:first-child { border-radius: var(--radius-md) var(--radius-md) 0 0 !important; }
  .path-grid li:last-child { border-bottom: 1px solid var(--line); border-radius: 0 0 var(--radius-md) var(--radius-md) !important; }
  .path-grid li:nth-child(2n) { border-left: 1px solid var(--line); }
  .path-grid li::after { display: none !important; }
  .step-symbol { width: 58px; height: 58px; margin: 20px 0 28px; }
  .workflow-section { padding: 88px 14px; }
  .workflow-console { border-radius: 17px; }
  .console-body { padding: 12px; }
  .result-message { width: 88%; }
  .comparison { border: 0; display: grid; gap: 12px; overflow: visible; }
  .comparison-head { display: none; }
  .comparison-row { min-width: 0; min-height: 0; border: 1px solid var(--line); border-radius: 15px; display: grid; grid-template-columns: 1fr; overflow: hidden; }
  .comparison-row > * { padding: 14px 16px; border-right: 0; border-bottom: 1px solid var(--line); display: block; }
  .comparison-row > *:last-child { border-bottom: 0; }
  .comparison-row strong { background: var(--ice); }
  .comparison-row p::before { display: block; margin-bottom: 5px; color: var(--muted); font-family: var(--mono); font-size: 8px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; }
  .comparison-row p:nth-child(2)::before { content: "DIY today"; }
  .comparison-row p:nth-child(3)::before { content: "Pongu launch experience"; color: var(--cyan-dark); }
  .compatibility-section { padding-top: 16px; }
  .compatibility-table { border: 0; display: grid; gap: 12px; overflow: visible; }
  .compatibility-head { display: none; }
  .compatibility-row { min-height: 0; padding: 17px; border: 1px solid var(--line); border-radius: 14px; display: grid; grid-template-columns: 1fr auto; gap: 8px 12px; }
  .compatibility-row > * { padding: 0; }
  .compatibility-row p { grid-column: 1 / -1; }
  .hard-parts { grid-template-columns: 1fr; }
  .hard-parts article { min-height: 195px; }
  .pricing-section { padding-top: 16px; }
  .pricing-intro { margin-bottom: 38px; }
  .pricing-intro > p:last-child { font-size: 16px; }
  .trial-pass { grid-template-columns: 1fr; }
  .trial-count { min-height: 78px; padding: 15px 20px; border-right: 0; border-bottom: 1px dashed #9bcbd3; justify-content: flex-start; }
  .trial-count strong { font-size: 3rem; }
  .trial-copy { padding: 20px; }
  .trial-start { margin: 0 18px 18px; }
  .license-card { border-radius: 22px; }
  .license-card::before { top: 21px; right: 22px; font-size: 7px; }
  .license-copy { padding: 54px 24px 25px; }
  .license-price { align-items: center; }
  .license-price strong { font-size: 4.8rem; }
  .license-receipt { margin: 0 14px 14px; padding: 19px; }
  .pricing-note { font-size: 11px; }
  .trust-shell { padding: 88px 0; }
  .trust-intro { margin-bottom: 48px; }
  .boundary-nodes { grid-template-columns: 1fr; gap: 8px; }
  .boundary-nodes i { transform: rotate(90deg); }
  .boundary { padding: 16px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid article { min-height: 190px; }
  .recipe-list article { padding: 23px 2px; grid-template-columns: 58px 1fr; gap: 16px; }
  .recipe-icon { width: 54px; height: 54px; }
  .recipe-list article button { grid-column: 2; justify-self: start; padding: 5px 0; }
  .faq-list summary { padding-right: 36px; }
  .access-shell { padding: 88px 0; }
  .access-copy { padding-top: 102px; }
  .access-copy > img { width: 126px; height: 126px; }
  .interest-form { padding: 20px; grid-template-columns: 1fr; }
  .field, .full-field, .form-submit, .form-note { grid-column: 1; }
  .site-footer { padding-top: 45px; grid-template-columns: 1fr; align-items: start; }
  .footer-links { flex-wrap: wrap; }
  .purchase-header, .purchase-main { width: min(calc(100% - 28px), 980px); }
  .purchase-main { padding: 36px 0 70px; }
  .purchase-card { padding: 52px 23px 29px; border-radius: 22px; }
  .purchase-card::after { top: 19px; right: 20px; font-size: 7px; }
  .purchase-mark { margin-bottom: 28px; }
  .purchase-lede { font-size: 16px; }
  .purchase-actions { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
