/* Native CSS, editorial composition. Brand light mode is intentionally locked. */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; background: var(--color-page); color: var(--color-ink); font-family: var(--font-body); font-size: var(--text-body); line-height: var(--leading-body); -webkit-font-smoothing: antialiased; }
body.dialog-open { overflow: hidden; }
.site-header, main, .site-footer, .noscript-note { position: relative; z-index: 1; }
.ambient-field { position: fixed; inset: 0; z-index: 0; pointer-events: none; background-image: radial-gradient(circle, rgb(36 84 235 / 15%) .85px, transparent 1.15px); background-size: 32px 32px; }
.ambient-field > span { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: var(--color-blue); opacity: .25; animation: ambient-drift 16s ease-in-out infinite alternate; }
.ambient-field > span:first-child { top: 22%; left: 91%; }
.ambient-field > span:last-child { top: 74%; left: 7%; width: 4px; height: 4px; animation-duration: 21s; animation-delay: -9s; }
@keyframes ambient-drift { from { transform: translate3d(0,0,0); opacity: .2; } to { transform: translate3d(0,-24px,0); opacity: .5; } }
@media (prefers-reduced-motion: reduce) { .ambient-field > span { animation: none; } }
@media print { .ambient-field { display: none; } }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-underline-offset: 4px; }
button:disabled { cursor: not-allowed; }
h1,h2,h3,h4,p,ol,ul,dl,dd { margin: 0; }
h1,h2 { font-family: var(--font-display); font-weight: 420; letter-spacing: var(--tracking-heading); line-height: var(--leading-heading); text-wrap: balance; }
h2 { font-size: var(--text-h2); }
h3,h4 { font-weight: 550; line-height: 1.3; }
img { max-width: 100%; display: block; }
button { border: 0; }
::selection { background: var(--color-blue); color: white; }
:focus-visible { outline: 3px solid var(--color-blue); outline-offset: 5px; }
.button:focus-visible { outline-color: var(--color-ink); }
.icon-definitions { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 22px; height: 22px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.section-shell { width: min(calc(100% - 2 * var(--page-gutter)), var(--content-width)); margin-inline: auto; }
.section-space { margin-top: var(--section-gap); }
.sr-only { width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; position: absolute; }
.skip-link { position: fixed; left: 20px; top: -100px; z-index: 100; padding: 12px 20px; background: var(--color-blue); color: white; }
.skip-link:focus { top: 12px; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 30px; background: var(--color-blue); color: white; border-radius: var(--radius-button); font-size: 16px; font-weight: 500; padding: 15px 22px; line-height: 1.3; text-decoration: none; transition: background var(--duration-fast), transform var(--duration-fast) var(--ease-out); }
.button:hover { background: var(--color-blue-hover); transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button .icon, .text-link .icon { transition: transform var(--duration-fast) var(--ease-out); }
.button:hover .icon, .text-link:hover .icon { transform: translateX(4px); }
.button:disabled { background: #dce0eb; color: #545968; transform: none; }
.text-link { display: inline-flex; align-items: center; gap: 14px; color: var(--color-blue-ink); text-decoration: none; padding-block: 9px; font-weight: 500; background: none; }
.text-link:hover { text-decoration: underline; }
.site-header { height: 80px; }
.nav-shell { width: min(calc(100% - 2 * var(--page-gutter)), var(--content-width)); margin: auto; height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--color-line); }
.wordmark { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 25px; font-weight: 650; letter-spacing: -1px; line-height: 1; }
.site-header nav { display: flex; gap: 30px; font-size: 14px; }
.site-header nav a { padding: 10px 0; text-decoration: none; }
.site-header nav a:hover { color: var(--color-blue); }
.button-small { font-size: 13px; min-height: 43px; padding: 12px 15px; gap: 18px; background: transparent; color: var(--color-blue-ink); border: 1px solid #c2cbeb; }
.button-small:hover { background: var(--color-blue-soft); }
.button-small .icon { width: 18px; height: 18px; }
.fit-section { max-width: 1050px; }
.fit-section .section-intro h2 { font-size: clamp(43px,4.8vw,67px); }
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; margin-top: 50px; }
.fit-column { border-left: 1px solid var(--color-line); padding-left: 28px; }
.fit-column:first-child { border-color: var(--color-blue); }
.fit-column h3 { font-size: 20px; }
.fit-list { padding: 0; list-style: none; display: grid; gap: 20px; margin-top: 30px; }
.fit-list li { display: flex; align-items: flex-start; gap: 14px; font-size: 16px; }
.fit-list .icon { width: 19px; height: 19px; margin-top: 4px; }
.positive-list .icon { color: var(--color-blue); }
.negative-list { color: var(--color-muted); }
.fit-contact { margin-top: 36px; font-size: 14px; }
.founder-note { max-width: 600px; margin: 65px auto 0; }
.founder-heading { display: flex; gap: 17px; align-items: center; margin-bottom: 24px; }
.founder-avatar { font-family: var(--font-display); color: var(--color-blue); font-size: 53px; width: 50px; text-align: center; line-height: 1; }
.founder-heading h3 { font-size: 20px; }
.founder-heading p { font-size: 14px; color: var(--color-muted); margin-top: 3px; }
.founder-note > p { font-size: 16px; color: var(--color-muted); margin-top: 14px; }
.founder-note > a { display: inline-flex; align-items: center; gap: 13px; color: var(--color-blue-ink); font-size: 15px; margin-top: 22px; text-decoration: none; }
.founder-note > a:hover { text-decoration: underline; }
.faq-section { max-width: 820px; }
.faq-intro > p { color: var(--color-muted); margin-top: 22px; }
.faq-intro .text-link { font-size: 14px; margin-top: 13px; }
.faq-list { margin-top: 34px; border-top: 1px solid var(--color-line); }
.faq-list details { border-bottom: 1px solid var(--color-line); }
.faq-list summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 25px; min-height: 82px; padding: 22px 0; font-size: 18px; cursor: pointer; font-weight: 500; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary .icon { color: var(--color-blue); transition: transform .2s; }
.faq-list details[open] summary .icon { transform: rotate(45deg); }
.faq-answer { padding: 0 42px 26px 0; font-size: 16px; color: var(--color-muted); }
.faq-answer p + p { margin-top: 12px; }
.faq-answer a { color: var(--color-blue-ink); overflow-wrap: anywhere; }
.closing { padding-bottom: 75px; text-align: center; }
.closing-mark { display: none; }
.closing h2 { font-size: clamp(44px,5.9vw,86px); }
.closing > p { color: var(--color-muted); margin-top: 25px; }
.closing > .button { margin-top: 30px; }
.closing-terms { color: var(--color-muted); font-size: 12px; margin-top: 18px; }
.closing-terms p + p { margin-top: 5px; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-block: 30px; border-top: 1px solid var(--color-line); font-size: 12px; color: var(--color-muted); }
.site-footer .wordmark { color: var(--color-ink); font-size: 22px; }
.site-footer > div { display: flex; gap: 22px; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: var(--color-blue); }
.mobile-reserve { display: none; }
/* Checkout remains an honest preview, with the same offer as the page. */
dialog { border: 1px solid var(--color-line); border-radius: var(--radius-panel); padding: 0; width: min(920px,calc(100% - 40px)); max-height: calc(100dvh - 40px); background: var(--color-page); color: var(--color-ink); overflow: auto; box-shadow: 0 30px 100px #171e3433; }
dialog::backdrop { background: rgb(29 34 48 / 52%); }
.dialog-close { position: absolute; z-index: 2; top: 16px; right: 16px; width: 40px; height: 40px; display: grid; place-items: center; border-radius: var(--radius-button); color: var(--color-ink); background: var(--color-surface); border: 1px solid var(--color-line); }
.checkout-grid { display: grid; grid-template-columns: 1fr 1fr; }
.checkout-summary { padding: 43px 38px; background: var(--color-stage); }
.checkout-summary h2 { margin-top: 37px; font-size: 40px; }
.checkout-state { font-size: 11px; color: var(--color-muted); margin-top: 18px; }
.checkout-price { font-family: var(--font-display); font-size: 76px; letter-spacing: -.045em; line-height: 1; color: var(--color-blue); margin-top: 30px; }
.checkout-price span { font-family: var(--font-body); font-size: 14px; letter-spacing: 0; color: var(--color-ink); }
.checkout-summary > p:not(.checkout-state):not(.checkout-refund) { font-size: 15px; margin-top: 8px; }
.order-details { border-top: 1px solid #cbd0c4; padding-top: 14px; margin-top: 30px; font-size: 12px; }
.order-details > div { display: flex; justify-content: space-between; gap: 15px; padding-block: 7px; }
.order-details dt { color: var(--color-muted); }
.order-details dd { text-align: right; font-weight: 500; }
.checkout-refund { display: flex; gap: 12px; font-size: 12px; color: var(--color-muted); margin-top: 26px; }
.checkout-refund .icon { color: var(--color-blue); width: 19px; height: 19px; }
.checkout-payment { padding: 80px 38px 38px; }
.checkout-payment h3 { font-family: var(--font-display); font-size: 37px; font-weight: 400; letter-spacing: -.035em; line-height: 1.1; }
.checkout-payment > p { margin-top: 18px; font-size: 15px; color: var(--color-muted); }
.payment-security { display: flex; align-items: flex-start; gap: 14px; border: 1px solid var(--color-line); padding: 20px; margin-top: 27px; border-radius: var(--radius-product); }
.payment-security .icon { color: var(--color-blue); }
.payment-security strong { font-size: 14px; font-weight: 500; }
.payment-security p { font-size: 12px; margin-top: 7px; color: var(--color-muted); }
.order-total { display: flex; justify-content: space-between; border-top: 1px solid var(--color-line); padding-top: 23px; margin-top: 30px; font-size: 14px; }
.checkout-payment .button { width: 100%; margin-top: 20px; font-size: 14px; }
.checkout-payment .checkout-payment-note { font-size: 11px; text-align: center; margin-top: 11px; }
.checkout-payment .text-link { font-size: 12px; margin-top: 22px; }
.noscript-note { padding: 25px; border-top: 1px solid var(--color-line); font-size: 14px; }
/* The hero establishes the audience, outcome, and presale. */
.hero { padding-block: 38px 48px; text-align: center; }
.hero-audience { margin: 0 auto 21px; font-size: 19px; color: var(--color-ink); font-weight: 500; }
.hero h1 { max-width: 1190px; margin-inline: auto; font-size: clamp(56px,7.55vw,112px); line-height: 1.02; font-weight: 410; letter-spacing: -.046em; }
.hero h1 > span { display: block; }
.hero-outcome { color: var(--color-blue); }
.hero-action { width: 100%; max-width: 510px; margin-inline: auto; }
.hero-offer { font-size: 20px; margin-bottom: 14px; }
.hero-offer strong { color: var(--color-blue-ink); font-weight: 600; }
.hero-cta { min-width: 330px; }
.money-back-note { display: flex; align-items: center; gap: 7px; margin-top: 11px; font-size: 13px; font-weight: 500; line-height: 1.5; color: var(--color-muted); }
.money-back-note .icon { width: 17px; height: 17px; color: var(--color-blue-ink); }
.hero-availability { margin-top: 14px; font-size: 14px; color: var(--color-muted); }
.hero-availability strong { font-weight: 500; color: var(--color-ink); }
.offer-section { border-top: 1px solid var(--color-line); padding-top: 63px; }
.offer-intro h2 { font-size: clamp(44px,4.6vw,65px); }
.offer-intro > p { margin-top: 22px; max-width: 690px; color: var(--color-muted); }
.price-comparison { margin-top: 37px; display: grid; grid-template-columns: .32fr 1fr; gap: 35px; align-items: stretch; }
.standard-price { padding: 30px 0; }
.standard-price h3 { font-size: 17px; }
.standard-amount { display: flex; flex-direction: column; gap: 13px; margin-top: 30px; }
.standard-amount strong { font-family: var(--font-display); font-weight: 400; letter-spacing: -.065em; font-size: 82px; line-height: .95; }
.standard-amount > span { font-size: 16px; color: var(--color-muted); }
.standard-total { margin-top: 25px; font-size: 18px; }
.standard-total strong { font-weight: 550; }
.standard-price > p:last-child { margin-top: 14px; max-width: 235px; font-size: 15px; color: var(--color-muted); }
.pricing-card { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; padding: 31px; border: 1px solid #b7c5f2; border-top: 4px solid var(--color-blue); border-radius: var(--radius-panel); background: var(--color-surface); box-shadow: var(--shadow-product); }
.launch-heading { display: flex; justify-content: space-between; align-items: center; gap: 15px; }
.launch-heading h3 { font-size: 19px; }
.savings { font-size: 15px; color: var(--color-blue-ink); font-weight: 600; border-bottom: 2px solid var(--color-blue); white-space: nowrap; }
.launch-amount { display: flex; align-items: center; gap: 22px; margin-top: 5px; }
.launch-amount strong { font-family: var(--font-display); font-weight: 400; color: var(--color-blue); font-size: clamp(88px,8.4vw,123px); letter-spacing: -.065em; line-height: .95; }
.launch-amount > span { font-size: 15px; line-height: 1.5; }
.launch-comparison { color: var(--color-muted); font-size: 14px; margin-top: 20px; max-width: 320px; }
.launch-availability { font-size: 14px; margin-top: 15px; color: var(--color-ink); }
.launch-availability strong { font-weight: 550; }
.launch-price .button { width: 100%; margin-top: 26px; padding-inline: 17px; gap: 14px; font-size: 14px; }
.launch-includes { border-left: 1px solid var(--color-line); padding-left: 30px; }
.launch-includes h4 { font-size: 14px; margin: 5px 0 25px; }
.included-list { display: grid; gap: 16px; list-style: none; padding: 0; font-size: 14px; }
.included-list li { display: flex; align-items: flex-start; gap: 10px; }
.included-list .icon { width: 18px; height: 18px; margin-top: 3px; color: var(--color-blue); }
.launch-continuation { border-top: 1px solid var(--color-line); padding-top: 20px; margin-top: 25px; font-size: 14px; color: var(--color-muted); }
.launch-continuation strong { font-weight: 500; color: var(--color-ink); }
.offer-assurances { margin-top: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 42px; }
.offer-assurances > div { display: flex; align-items: flex-start; gap: 13px; }
.offer-assurances .icon { color: var(--color-blue); margin-top: 2px; }
.offer-assurances p { font-size: 15px; color: var(--color-muted); }
.offer-assurances strong { color: var(--color-ink); font-weight: 550; }
/* Setup follows the workflow and commercial offer. */
.how-section { padding-bottom: 55px; }
.how-section .section-intro h2 { font-size: clamp(42px,4.6vw,64px); }
.section-intro > p { margin-top: 23px; color: var(--color-muted); max-width: 650px; }
.setup-path { padding: 0; list-style: none; margin-top: 42px; display: grid; grid-template-columns: repeat(3,1fr); gap: 42px; }
.setup-path li { position: relative; }
.setup-path li:not(:last-child)::after { content: ''; position: absolute; height: 1px; width: 42px; top: 48px; right: -42px; background: #c2c9d8; }
.setup-visual { min-height: 98px; padding: 18px; display: flex; align-items: center; justify-content: center; gap: 14px; background: var(--color-stage); border-radius: var(--radius-product); font-size: 14px; }
.setup-visual > .icon { color: var(--color-blue); }
.connection-label { font-weight: 550; }
.setup-approve { flex-wrap: wrap; gap: 8px 12px; }
.approval-mark { width: 100%; display: flex; gap: 6px; align-items: center; justify-content: center; color: var(--color-blue-ink); font-size: 12px; }
.approval-mark .icon { width: 16px; height: 16px; }
.setup-copy { display: flex; align-items: baseline; gap: 18px; margin-top: 22px; }
.setup-copy > span { font-family: var(--font-display); font-size: 37px; line-height: 1; color: var(--color-blue); }
.setup-copy h3 { font-size: 19px; }
.setup-copy p { margin-top: 12px; font-size: 16px; color: var(--color-muted); }
.founder-section { max-width: 760px; padding-block: 36px; border-block: 1px solid var(--color-line); }
.founder-section .founder-note { margin-block: 0; max-width: none; }
.checkout-summary .checkout-savings { font-size: 13px !important; color: var(--color-blue-ink); margin-top: 16px !important; }
@media (min-width: 1500px) { .hero { padding-top: 50px; } }
@media (max-width: 1100px) {
  .site-header nav { gap: 22px; }
  .price-comparison { grid-template-columns: .29fr 1fr; gap: 26px; }
  .pricing-card { padding: 25px; gap: 24px; }
  .launch-includes { padding-left: 23px; }
  .launch-amount { gap: 15px; }
  .launch-amount strong { font-size: 87px; }
  .launch-amount > span { font-size: 13px; }
  .launch-price .button { font-size: 12px; padding-inline: 12px; gap: 8px; }
  .included-list { font-size: 13px; }
  .setup-path { gap: 25px; }
  .setup-path li:not(:last-child)::after { width: 25px; right: -25px; }
  .setup-visual { gap: 10px; padding-inline: 12px; font-size: 12px; }
  .site-footer > p { display: none; }
}
@media (max-width: 800px) {
  .nav-reserve { display: none; }
  .site-header { height: 76px; }
  .hero h1 { font-size: clamp(50px,8.2vw,68px); }
  .hero-audience { font-size: 18px; max-width: 530px; }
  .hero-cta { min-width: 0; width: 100%; font-size: 14px; gap: 14px; padding-inline: 15px; }
  .hero-offer { font-size: 18px; }
  .hero-availability { font-size: 13px; }
  .offer-section { padding-top: 48px; }
  .offer-intro h2 { font-size: 47px; }
  .price-comparison { grid-template-columns: 1fr; gap: 25px; }
  .standard-price { padding: 0; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 7px 25px; }
  .standard-price h3 { font-size: 15px; }
  .standard-amount { grid-column: 2; grid-row: 1 / span 2; flex-direction: row; align-items: baseline; justify-content: flex-end; gap: 12px; margin: 0; }
  .standard-amount strong { font-size: 55px; }
  .standard-amount span { font-size: 13px; }
  .standard-total { font-size: 16px; margin: 0; }
  .standard-price > p:last-child { display: none; }
  .pricing-card { padding: 28px; grid-template-columns: 1fr 1fr; }
  .launch-price .button { font-size: 13px; }
  .offer-assurances { gap: 26px; }
  .offer-assurances p { font-size: 14px; }
  .setup-path { grid-template-columns: 1fr; gap: 24px; margin-top: 32px; }
  .setup-path li { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 28px; }
  .setup-path li:not(:last-child)::after { top: auto; bottom: -24px; width: 1px; height: 24px; left: 20%; }
  .setup-copy { margin: 0; }
  .setup-copy p { font-size: 15px; }
  .setup-visual { font-size: 13px; }
  .fit-grid { gap: 35px; }
  .fit-list li { font-size: 15px; }
  .checkout-summary, .checkout-payment { padding-inline: 28px; }
}
@media (max-width: 600px) {
  :root { --page-gutter: 22px; --section-gap: 78px; }
  body { font-size: 17px; padding-bottom: 92px; }
  .site-header { height: 70px; }
  .nav-shell { gap: 12px; }
  .wordmark { font-size: 22px; gap: 8px; }
  .wordmark img { width: 28px; height: 28px; }
  .site-header nav { gap: 14px; font-size: 11px; }
  .hero { padding-block: 28px 40px; }
  .hero-audience { font-size: 16px; margin-bottom: 21px; max-width: 290px; }
  .hero h1 { font-size: clamp(44px,12.5vw,70px); line-height: 1.04; letter-spacing: -.048em; }
  .hero h1 > span { display: block; }
  .hero-action { width: 100%; max-width: 380px; }
  .hero-offer { font-size: 19px; margin-bottom: 12px; }
  .hero-cta { min-height: 54px; font-size: 15px; }
  .hero-availability { font-size: 13px; margin-top: 13px; }
  .offer-section { padding-top: 39px; }
  .offer-intro h2 { font-size: 44px; }
  .offer-intro > p { font-size: 17px; margin-top: 20px; }
  .price-comparison { margin-top: 30px; gap: 24px; }
  .standard-price { gap: 7px 15px; }
  .standard-price h3 { font-size: 13px; }
  .standard-amount { gap: 8px; }
  .standard-amount strong { font-size: 47px; }
  .standard-amount span { font-size: 11px; }
  .standard-total { font-size: 14px; }
  .pricing-card { grid-template-columns: 1fr; padding: 25px 23px; gap: 27px; }
  .launch-heading h3 { font-size: 21px; }
  .savings { font-size: 16px; }
  .launch-amount { margin-top: 5px; gap: 22px; }
  .launch-amount strong { font-size: 108px; }
  .launch-amount > span { font-size: 15px; }
  .launch-comparison { font-size: 14px; margin-top: 18px; }
  .launch-price .button { font-size: 14px; min-height: 53px; gap: 14px; margin-top: 22px; }
  .launch-includes { border-left: 0; border-top: 1px solid var(--color-line); padding: 24px 0 0; }
  .launch-includes h4 { margin: 0 0 20px; font-size: 14px; }
  .included-list { font-size: 14px; gap: 16px; }
  .launch-continuation { font-size: 14px; margin-top: 24px; }
  .offer-assurances { grid-template-columns: 1fr; gap: 22px; }
  .offer-assurances p { font-size: 15px; }
  .how-section { padding-bottom: 37px; }
  .how-section .section-intro h2 { font-size: 42px; }
  .section-intro > p { font-size: 17px; margin-top: 22px; }
  .setup-path { gap: 30px; }
  .setup-path li { grid-template-columns: 1fr; gap: 19px; }
  .setup-path li:not(:last-child)::after { display: none; }
  .setup-visual { min-height: 87px; font-size: 15px; }
  .setup-copy { gap: 16px; }
  .setup-copy > span { font-size: 35px; }
  .setup-copy h3 { font-size: 20px; }
  .setup-copy p { font-size: 16px; margin-top: 8px; }
  .delivery-state { margin: 0; font-size: 0; }
  .delivery-state .icon { width: 22px; height: 22px; }
  .fit-section .section-intro h2 { font-size: 42px; }
  .fit-grid { grid-template-columns: 1fr; gap: 34px; margin-top: 35px; }
  .fit-column { padding-left: 22px; }
  .fit-list { margin-top: 23px; gap: 17px; }
  .fit-list li { font-size: 16px; }
  .fit-contact { font-size: 12px; gap: 8px; margin-top: 27px; }
  .fit-contact .icon { width: 17px; }
  .founder-section { padding-block: 30px; }
  .founder-note > a { font-size: 14px; }
  .faq-intro h2 { font-size: 46px; }
  .faq-intro > p { font-size: 16px; }
  .faq-list { margin-top: 28px; }
  .faq-list summary { font-size: 16px; min-height: 79px; gap: 18px; }
  .faq-list summary .icon { width: 20px; height: 20px; }
  .faq-answer { font-size: 15px; padding-right: 10px; }
  .closing { padding-bottom: 40px; }
  .closing h2 { font-size: 45px; }
  .closing h2 br { display: none; }
  .closing > p { font-size: 17px; }
  .closing .button { width: 100%; font-size: 15px; gap: 20px; }
  .closing-terms { font-size: 11px; }
  .site-footer { flex-wrap: wrap; gap: 23px; padding-block: 28px; }
  .site-footer > div { gap: 18px; flex-wrap: wrap; font-size: 11px; }
  .mobile-reserve { display: flex; position: fixed; bottom: 0; left: 0; z-index: 20; width: 100%; flex-direction: column; align-items: center; gap: 7px; padding: 11px var(--page-gutter) max(8px,env(safe-area-inset-bottom)); background: var(--color-page); border-top: 1px solid var(--color-line); transform: translateY(110%); visibility: hidden; transition: transform .25s var(--ease-out), visibility .25s; }
  .mobile-reserve.is-visible { transform: none; visibility: visible; }
  .mobile-reserve .button { width: 100%; min-height: 49px; font-size: 14px; gap: 23px; }
  .mobile-reserve > span { color: var(--color-muted); font-size: 10px; line-height: 1.3; }
  dialog { width: calc(100% - 24px); max-height: calc(100dvh - 24px); }
  .checkout-grid { grid-template-columns: 1fr; }
  .checkout-summary { padding: 27px 25px; }
  .checkout-summary h2 { font-size: 36px; margin-top: 27px; }
  .checkout-state { margin-top: 15px; font-size: 10px; }
  .checkout-price { margin-top: 20px; font-size: 68px; }
  .order-details { margin-top: 23px; }
  .checkout-payment { padding: 30px 25px; }
  .checkout-payment h3 { font-size: 32px; }
  .checkout-payment h3 br { display: none; }
  .checkout-payment > p { font-size: 14px; }
  .dialog-close { right: 12px; top: 12px; width: 36px; height: 36px; }
}
@media (max-width: 360px) {
  :root { --page-gutter: 17px; }
  .site-header nav { gap: 8px; font-size: 10px; }
  .wordmark { font-size: 20px; gap: 6px; }
  .wordmark img { width: 24px; height: 24px; }
  .hero h1 { font-size: 42px; }
  .hero-cta { font-size: 14px; }
  .launch-amount strong { font-size: 90px; }
  .launch-amount > span { font-size: 13px; }
  .launch-amount { gap: 19px; }
  .launch-price .button { font-size: 12px; gap: 10px; }
  .fit-contact { font-size: 11px; }
  .founder-note > a { font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .button:hover { transform: none; }
}
@media print {
  .site-header nav, .nav-reserve, .mobile-reserve, dialog { display: none; }
  body { padding: 0; }
  .section-space { margin-top: 45px; }
  .pricing-card { break-inside: avoid; }
}

/* Comparison prices remain part of the established offer. */
.launch-reference { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 12px; margin-top: 25px; }
.launch-reference > span { flex-basis: 100%; font-size: 12px; color: var(--color-muted); }
.launch-reference s { font-family: var(--font-display); font-size: 39px; line-height: 1.2; color: var(--color-muted); text-decoration-thickness: 1.5px; }
.launch-comparison strong { color: var(--color-blue-ink); font-weight: 600; }
.offer-section { border-top: 0; padding-top: 0; }
/* Texture is fixed and non-interactive. Layers: texture 2, mobile CTA 20, dialog top layer. */
body::before { content: ''; position: fixed; inset: 0; z-index: 2; pointer-events: none; background: url('assets/paper-texture.webp') repeat; background-size: 650px; opacity: .14; mix-blend-mode: multiply; }
/* One connected product journey. Native sticky owns desktop width and layout. */
.flow-section { position: relative; width: 100%; min-width: 0; background: var(--color-stage); }
.flow-pin { width: 100%; padding-block: 48px; }
.flow-shell { width: min(calc(100% - 2 * var(--page-gutter)),var(--content-width)); }
.flow-heading h2 { font-size: clamp(40px,4.3vw,60px); }
.flow-heading > p { margin-top: 16px; max-width: 930px; font-size: 18px; color: var(--color-muted); }
.flow-enhanced { height: calc(100dvh + 240svh); }
.flow-enhanced .flow-pin { position: sticky; top: 0; min-height: 100dvh; display: flex; align-items: center; }
.workflow-diagram { position: relative; width: 100%; height: clamp(425px,35vw,480px); margin-top: 40px; }
.workflow-lines { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.mobile-lines { display: none; }
.connector { fill: none; stroke: #b4c4f5; stroke-width: 1.8; }
.direct-connector { stroke-dasharray: 5 7; }
.feedback-connector { fill: none; stroke: #a2a99a; stroke-width: 1.5; stroke-dasharray: 3 7; stroke-linecap: round; }
.route-ink { fill: none; stroke: var(--color-blue); stroke-width: 2; stroke-dasharray: 1; stroke-dashoffset: 0; }
.direct-ink { stroke-width: 1.8; opacity: .8; }
.route-arrow { fill: none; stroke: var(--color-blue); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.workflow-traveler { opacity: 0; }
.workflow-traveler circle { fill: var(--color-blue); }
.workflow-traveler use { fill: none; stroke: white; stroke-width: 1.7; stroke-linecap: round; }
.direct-label { position: absolute; top: 9%; left: 59%; transform: translateX(-50%); font-size: 14px; color: var(--color-blue-ink); }
.expiry-label { position: absolute; top: 54%; left: 39%; display: flex; gap: 7px; align-items: center; color: var(--color-muted); font-size: 14px; }
.expiry-label .icon { width: 17px; height: 17px; }
.workflow-nodes { list-style: none; padding: 0; }
.workflow-node { position: absolute; left: var(--node-x); top: calc(var(--node-y) - 41px); width: 212px; transform: translateX(-50%); text-align: center; }
.node-trial { --node-x: 8.75%; --node-y: 28.125%; }
.node-followup { --node-x: 34.1667%; --node-y: 28.125%; width: 260px; }
.node-invite { --node-x: 51.6667%; --node-y: 72.9167%; }
.node-accept { --node-x: 70.8333%; --node-y: 72.9167%; width: 190px; }
.node-paid { --node-x: 90%; --node-y: 28.125%; width: 220px; }
.node-symbol { position: relative; isolation: isolate; margin-inline: auto; display: grid; place-items: center; width: 82px; height: 82px; border: 1px solid #b3c2ed; border-radius: 50%; background: var(--color-page); color: var(--color-blue); transition: color .25s, background .25s, border-color .25s, box-shadow .25s; }
.node-symbol > .icon { width: 37px; height: 37px; stroke-width: 1.4; }
.workflow-node.is-active .node-symbol { background: var(--color-blue); color: white; border-color: var(--color-blue); box-shadow: 0 12px 25px -14px #2454eb66; }
.node-copy { margin-top: 18px; }
.node-copy h3 { font-size: 19px; font-weight: 550; }
.node-copy p { font-size: 13px; line-height: 1.5; color: var(--color-muted); margin-top: 5px; }
.node-note { display: block; color: var(--color-muted); font-size: 12px; }
.node-trial .node-copy { position: absolute; top: -80px; left: -10px; width: 232px; margin: 0; }
.node-badge { display: grid; place-items: center; position: absolute; right: -7px; bottom: -7px; width: 27px; height: 27px; border-radius: 50%; color: var(--color-blue); background: var(--color-page); border: 1px solid #afc1ed; }
.node-badge .icon { width: 16px; height: 16px; }
.trial-echo { position: absolute; z-index: -1; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; border: 1px solid #cbd2c4; background: #e9ece3; color: #7e8777; }
.trial-echo .icon { width: 24px; height: 24px; }
.echo-one { left: -24px; top: -16px; transform: rotate(-10deg); }
.echo-two { right: -24px; bottom: -17px; transform: rotate(10deg); }
.node-followup .node-symbol { width: 90px; height: 70px; border-radius: var(--radius-product); transform: rotate(-7deg); margin-block: 6px; box-shadow: 0 9px 18px -13px #384c9280; }
.node-followup .node-symbol > .icon { width: 43px; height: 43px; stroke-width: 1.25; }
.node-followup .node-copy { position: absolute; top: -94px; left: 0; width: 100%; margin: 0; }
.followup-modes { display: flex; justify-content: center; flex-wrap: wrap; gap: 7px 15px; margin-top: 10px; font-size: 12px; color: var(--color-blue-ink); }
.node-followup .node-note { margin-top: 5px; }
.followup-modes > span { display: flex; align-items: center; gap: 5px; }
.followup-modes .icon { width: 16px; height: 16px; }
.node-invite .node-symbol { border-style: dashed; border-width: 1.5px; }
.acceptance-check { opacity: 0; transform: scale(.6); transition: opacity .25s, transform .25s; }
.node-accept.is-active .acceptance-check, .node-accept.is-complete .acceptance-check, .flow-section:not(.flow-enhanced):not(.flow-progressive) .acceptance-check { opacity: 1; transform: none; }
.node-paid .node-symbol { width: 96px; height: 96px; margin-block: -7px; border: 0; background: var(--color-blue); color: white; }
.node-paid .node-symbol > .icon { position: relative; z-index: 1; width: 100%; height: 100%; padding: 21px; border-radius: 50%; background: var(--color-blue); stroke-width: 1.3; }
.coin-back { position: absolute; z-index: 0; width: 100%; height: 100%; border-radius: 50%; border: 1px solid #8ba7f0; background: #b4c5f5; }
.coin-back-one { left: -11px; top: 12px; }
.coin-back-two { left: -20px; top: 24px; background: #d6dff7; }
.paid-plus { position: absolute; top: -7px; right: -7px; z-index: 2; width: 28px; height: 28px; border-radius: 50%; background: var(--color-stage); color: var(--color-blue); display: grid; place-items: center; }
.paid-plus .icon { width: 23px; height: 23px; }
.node-paid .node-copy { position: absolute; top: -96px; left: 0; width: 100%; margin: 0; }
.node-paid .node-copy h3 { font-family: var(--font-display); color: var(--color-blue-ink); font-size: 32px; letter-spacing: -.025em; font-weight: 450; }
.node-paid .node-copy p { color: var(--color-blue-ink); }
.feedback-node { position: absolute; left: 22.5%; top: calc(80.2083% - 26px); transform: translateX(-50%); display: flex; align-items: center; gap: 12px; }
.feedback-symbol { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: #e6e8df; color: #66705f; flex: 0 0 auto; }
.feedback-symbol .icon { width: 28px; height: 28px; stroke-width: 1.4; }
.feedback-copy { position: absolute; top: 64px; width: 190px; left: -69px; text-align: center; }
.feedback-copy h3 { font-size: 15px; font-weight: 500; }
.feedback-copy p { font-size: 12px; color: var(--color-muted); margin-top: 3px; }
.feedback-node.is-active .feedback-symbol { color: var(--color-blue); background: #e0e7fc; }
.story-canvas { margin-top: 18px; min-height: 60px; }
.story-scene, .story-summary { display: flex; justify-content: center; align-items: flex-start; gap: 16px; max-width: 900px; margin-inline: auto; font-size: 16px; line-height: 1.6; color: var(--color-muted); }
.story-scene strong, .story-summary strong { font-weight: 500; color: var(--color-blue-ink); }
.story-index { flex-shrink: 0; padding-top: 3px; font-size: 12px; color: var(--color-blue-ink); font-variant-numeric: tabular-nums; }
.story-summary .icon { width: 21px; height: 21px; color: var(--color-blue-ink); margin-top: 2px; }
.story-scene, .story-scene[hidden] { display: none; }
.flow-enhanced .story-scene:not([hidden]) { display: flex; }
.flow-enhanced .story-summary { display: none; }
.compatibility-note { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: 14px; font-size: 12px; color: var(--color-muted); }
.compatibility-note .icon { width: 16px; height: 16px; color: var(--color-blue-ink); }
.offer-founder { display: flex; align-items: center; gap: 17px; padding-top: 30px; margin-top: 40px; border-top: 1px solid var(--color-line); }
.offer-founder p { color: var(--color-muted); font-size: 14px; }
.offer-founder strong { color: var(--color-ink); font-weight: 550; }
.offer-founder a { color: var(--color-blue-ink); display: inline-flex; gap: 10px; align-items: center; text-decoration: none; margin-top: 4px; }
.offer-founder .icon { width: 17px; height: 17px; }
@media (max-width: 1100px) and (min-width: 801px) {
  .workflow-node { width: 170px; top: calc(var(--node-y) - 34px); }
  .node-followup { width: 228px; }
  .node-trial .node-copy { width: 210px; left: -20px; top: -72px; }
  .node-symbol { width: 68px; height: 68px; }
  .node-symbol > .icon { width: 32px; height: 32px; }
  .node-copy h3 { font-size: 17px; }
  .node-copy p { font-size: 12px; }
  .node-followup .node-symbol { width: 76px; height: 58px; margin-block: 5px; }
  .node-followup .node-symbol > .icon { width: 37px; height: 37px; }
  .node-paid .node-symbol { width: 84px; height: 84px; margin-block: -8px; }
  .node-paid .node-copy h3 { font-size: 29px; }
  .node-paid .node-symbol > .icon { padding: 18px; }
  .followup-modes { gap: 8px; font-size: 11px; }
  .expiry-label { font-size: 13px; }
}
@media (min-width: 801px) and (max-height: 800px) {
  .flow-pin { padding-block: 25px; }
  .flow-heading h2 { font-size: 42px; }
  .flow-heading > p { font-size: 16px; margin-top: 12px; }
  .workflow-diagram { height: 400px; margin-top: 23px; }
  .story-canvas { margin-top: 26px; }
  .story-scene { font-size: 15px; }
  .compatibility-note { margin-top: 10px; }
}
@media (max-width: 800px) {
  .flow-pin { padding-block: 40px 34px; }
  .flow-shell { max-width: 500px; }
  .flow-heading h2 { font-size: 39px; max-width: 430px; }
  .flow-heading > p { font-size: 16px; max-width: 350px; margin-top: 15px; }
  .workflow-diagram { height: 690px; max-width: 380px; margin: 34px auto 0; }
  .desktop-lines { display: none; }
  .mobile-lines { display: block; }
  .workflow-node { top: calc(var(--mobile-y) - 27px); left: var(--mobile-x); width: 100px; }
  .node-trial { --mobile-x: 14.1176%; --mobile-y: 50px; }
  .node-followup { --mobile-x: 14.1176%; --mobile-y: 175px; }
  .node-invite { --mobile-x: 14.1176%; --mobile-y: 310px; }
  .node-accept { --mobile-x: 14.1176%; --mobile-y: 460px; }
  .node-paid { --mobile-x: 14.1176%; --mobile-y: 585px; }
  .node-symbol { width: 54px; height: 54px; }
  .node-symbol > .icon { width: 27px; height: 27px; }
  .node-copy { position: absolute; top: 0; left: calc(50% + 43px); width: 170px; margin: 0; text-align: left; }
  .node-copy h3 { font-size: 17px; }
  .node-copy p { font-size: 12px; }
  .node-note { font-size: 12px; }
  .node-trial .node-copy { width: 200px; top: -7px; left: calc(50% + 44px); }
  .trial-echo { width: 32px; height: 32px; }
  .trial-echo .icon { width: 17px; height: 17px; }
  .echo-one { left: -16px; top: -11px; }
  .echo-two { right: -14px; bottom: -12px; }
  .node-badge { width: 22px; height: 22px; right: -6px; bottom: -5px; }
  .node-badge .icon { width: 13px; height: 13px; }
  .node-followup .node-symbol { width: 61px; height: 48px; margin-block: 3px; }
  .node-followup .node-symbol > .icon { width: 31px; height: 31px; }
  .node-followup .node-copy { top: -14px; left: calc(50% + 43px); width: 210px; }
  .followup-modes { justify-content: start; gap: 7px 12px; font-size: 12px; margin-top: 9px; }
  .followup-modes .icon { width: 15px; height: 15px; }
  .node-invite .node-copy { top: 0; left: calc(50% + 43px); width: 205px; text-align: left; }
  .node-invite .node-copy p { font-size: 12px; }
  .node-accept .node-copy { left: calc(50% + 43px); top: -4px; width: 190px; text-align: left; }
  .node-paid .node-symbol { width: 68px; height: 68px; margin-block: -7px; }
  .node-paid .node-symbol > .icon { padding: 15px; }
  .coin-back-one { left: -7px; top: 8px; }
  .coin-back-two { left: -13px; top: 16px; }
  .paid-plus { width: 22px; height: 22px; }
  .paid-plus .icon { width: 18px; height: 18px; }
  .node-paid .node-copy { margin: 0; top: -13px; left: calc(50% + 55px); width: 190px; text-align: left; }
  .node-paid .node-copy h3 { font-size: 29px; }
  .node-paid .node-copy p { font-size: 12px; }
  .direct-label { top: 290px; left: auto; right: 4%; transform: none; writing-mode: vertical-rl; font-size: 11px; background: var(--color-stage); padding: 4px 0; }
  .expiry-label { top: 245px; left: 24%; font-size: 12px; }
  .expiry-label .icon { width: 15px; height: 15px; }
  .feedback-node { left: calc(41.7647% - 18px); top: 377px; transform: none; gap: 10px; }
  .feedback-symbol { width: 36px; height: 36px; }
  .feedback-symbol .icon { width: 22px; height: 22px; }
  .feedback-copy { position: static; width: 150px; text-align: left; }
  .feedback-copy h3 { font-size: 13px; }
  .feedback-copy p { font-size: 11px; }
  .story-canvas { min-height: 0; margin-top: 23px; }
  .story-summary { justify-content: flex-start; font-size: 14px; gap: 10px; }
  .compatibility-note { justify-content: flex-start; align-items: flex-start; font-size: 12px; margin-top: 20px; gap: 10px; }
  .compatibility-note .icon { margin-top: 2px; }
  .offer-founder { align-items: flex-start; gap: 10px; }
  .offer-founder p { font-size: 13px; }
  .offer-founder .founder-avatar { flex: 0 0 32px; width: 32px; font-size: 42px; }
}
@media (max-width: 360px) {
  .flow-heading h2 { font-size: 36px; }
  .flow-heading > p { font-size: 15px; }
  .node-copy h3 { font-size: 16px; }
  .node-trial .node-copy { width: 176px; left: calc(50% + 39px); }
  .node-followup .node-copy { width: 200px; left: calc(50% + 38px); }
  .node-invite .node-copy { width: 158px; left: calc(50% + 38px); }
  .node-accept .node-copy { width: 160px; left: calc(50% + 38px); }
  .node-paid .node-copy { width: 158px; left: calc(50% + 49px); }
  .node-paid .node-copy h3 { font-size: 27px; }
  .feedback-copy { width: 110px; }
}
@media print {
  body::before { display: none; }
  .flow-enhanced { height: auto; }
  .flow-enhanced .flow-pin { position: static; min-height: 0; }
  .flow-enhanced .story-summary { display: flex; }
  .flow-enhanced .story-scene:not([hidden]) { display: none; }
}

/* Motion adds life to the existing composition, without changing the reading order. */
.ambient-field { background-image: none; overflow: clip; }
.ambient-field::before { content: ''; position: absolute; inset: -36px; background-image: radial-gradient(circle, rgb(36 84 235 / 15%) .85px, transparent 1.15px); background-size: 32px 32px; animation: grid-drift 22s ease-in-out infinite alternate; }
.ambient-field > span { width: 5px; height: 5px; animation: ambient-travel 9s ease-in-out infinite alternate; }
.ambient-field > span:nth-child(1) { top: 17%; left: 92%; }
.ambient-field > span:nth-child(2) { top: 78%; left: 6%; animation-delay: -3s; animation-duration: 13s; }
.ambient-field > span:nth-child(3) { top: 43%; left: 96%; width: 4px; height: 4px; animation-delay: -7s; }
.ambient-field > span:nth-child(4) { top: 90%; left: 72%; width: 4px; height: 4px; animation-delay: -5s; animation-duration: 16s; }
.ambient-field > span:nth-child(5) { top: 9%; left: 38%; width: 3px; height: 3px; animation-delay: -4s; }
.ambient-field > span:nth-child(6) { top: 57%; left: 3%; width: 4px; height: 4px; animation-delay: -9s; animation-duration: 14s; }
@keyframes grid-drift { from { transform: translate3d(0,0,0); } to { transform: translate3d(20px,-24px,0); } }
@keyframes ambient-travel { 0% { transform: translate3d(0,0,0) scale(.8); opacity: .16; } 55% { opacity: .6; } 100% { transform: translate3d(18px,-52px,0) scale(1.25); opacity: .32; } }
.hero-word { display: inline-block; transform-origin: 50% 100%; }
.site-header nav { align-items: center; }
.site-header nav > a { position: relative; }
.site-header nav > a::after { content: ''; position: absolute; left: 0; right: 0; bottom: 6px; height: 1px; background: var(--color-blue); transform: scaleX(0); transform-origin: left; transition: transform .25s; }
.site-header nav > a:hover::after, .site-header nav > a:focus-visible::after { transform: scaleX(1); }
.route-signal { fill: none; stroke: var(--color-blue); stroke-width: 4; stroke-linecap: round; stroke-dasharray: 1 24; stroke-dashoffset: 0; opacity: 0; animation: route-transmission 3.2s linear infinite paused; }
@keyframes route-transmission { to { stroke-dashoffset: -25; } }
html[data-motion="on"] .flow-section.is-in-view .route-signal { animation-play-state: running; }
html[data-motion="on"] .flow-section.is-in-view .trial-echo { animation: trial-drift 3.7s ease-in-out infinite alternate; }
html[data-motion="on"] .flow-section.is-in-view .echo-two { animation-delay: -2s; animation-duration: 4.4s; }
html[data-motion="on"] .flow-section.is-in-view .node-followup .node-symbol { animation: mail-float 4s ease-in-out infinite; }
html[data-motion="on"] .flow-section.is-in-view .node-accept:is(.is-active,.is-complete) .node-symbol > .icon { animation: trial-clock 14s linear infinite; }
html[data-motion="on"] .flow-section.is-in-view .coin-back-one { animation: coin-settle 3.3s ease-in-out infinite alternate; }
html[data-motion="on"] .flow-section.is-in-view .coin-back-two { animation: coin-settle 3.3s ease-in-out -1.6s infinite alternate; }
html[data-motion="on"] .flow-section.is-in-view .node-paid.is-active .paid-plus { animation: payment-rise 2.8s ease-in-out infinite; }
html[data-motion="on"] .flow-section.is-in-view .feedback-node.is-active .feedback-symbol > .icon { animation: reply-rock 2.7s ease-in-out infinite; }
@keyframes trial-drift { from { translate: 0 2px; } to { translate: -3px -5px; } }
@keyframes mail-float { 0%,100% { transform: translateY(2px) rotate(-7deg); } 50% { transform: translateY(-6px) rotate(-2deg); } }
@keyframes trial-clock { to { transform: rotate(360deg); } }
@keyframes coin-settle { from { translate: 0 1px; } to { translate: -3px 5px; } }
@keyframes payment-rise { 0%,100% { translate: 0 0; opacity: 1; } 55% { translate: 3px -10px; opacity: .35; } }
@keyframes reply-rock { 0%,100% { transform: rotate(-5deg); } 50% { transform: rotate(6deg); } }
.launch-reference s { position: relative; text-decoration: none; }
.launch-reference s::after { content: ''; height: 1.5px; left: 0; right: 0; top: 48%; position: absolute; background: currentColor; transform: scaleX(var(--strike-progress,1)) rotate(-7deg); transform-origin: left; }
.pricing-card { transition: box-shadow .35s; }
.pricing-card:hover { box-shadow: 0 22px 50px -28px rgb(36 49 98 / 38%); }
.faq-list summary { transition: color .2s; }
.faq-list summary:hover { color: var(--color-blue-ink); }
.faq-list details[data-closing="true"] summary .icon { transform: rotate(0); }
html[data-motion="off"] *, html[data-motion="off"] *::before, html[data-motion="off"] *::after,
html[data-tab-hidden="true"] *, html[data-tab-hidden="true"] *::before, html[data-tab-hidden="true"] *::after { animation-play-state: paused !important; }
html[data-motion="off"] { scroll-behavior: auto; }
html[data-motion="off"] .route-signal { opacity: 0 !important; }
html[data-motion="off"] .button:hover { transform: none; }
@media (prefers-reduced-motion: reduce) { .ambient-field::before, .ambient-field > span, .route-signal { animation: none !important; } }
.ambient-field::before, .ambient-field > span { animation-play-state: paused; }
html[data-motion="on"] .ambient-field::before, html[data-motion="on"] .ambient-field > span { animation-play-state: running; }

/* The centered hero shows the outcome; the single journey explains the process. */
.hero-art { position: relative; width: 242px; height: 104px; margin: 20px auto 12px; isolation: isolate; color: var(--color-blue); }
.hero-art > span { position: absolute; display: grid; place-items: center; border-radius: 50%; border: 1px solid #b4c5f5; }
.hero-customer { background: var(--color-page); }
.hero-customer .icon { width: 31px; height: 31px; stroke-width: 1.5; }
.customer-back { width: 50px; height: 50px; left: 8px; top: 26px; rotate: -12deg; color: #778879; border-color: #cbd2c4 !important; }
.customer-back .icon { width: 25px; height: 25px; }
.customer-front { width: 65px; height: 65px; left: 43px; top: 32px; rotate: -8deg; }
.hero-coin { width: 66px; height: 66px; box-shadow: 0 6px 0 -1px #e0e7fa, 0 7px 0 #a5b9ee; }
.hero-coin .icon { width: 43px; height: 43px; stroke-width: 1.25; }
.coin-left { left: 103px; top: 16px; background: #dce6ff; rotate: -16deg; }
.coin-right { left: 156px; top: 22px; background: #c3d3ff; rotate: 14deg; }
.hero-art .coin-front { left: 128px; top: 37px; z-index: 1; width: 69px; height: 69px; background: var(--color-blue); border-color: var(--color-blue); color: white; box-shadow: 0 5px 0 #c3d3ff, 0 6px 0 #8ba7f0, 0 16px 22px -12px #2454eb44; }
.hero-spark { position: absolute; top: 0; right: 1px; width: 28px; height: 28px; stroke-width: 1.2; }
.hero .money-back-note { justify-content: center; font-size: 12px; margin-top: 12px; }
.hero-lifetime { display: flex; width: fit-content; margin: 15px auto 0; align-items: center; justify-content: center; gap: 7px; color: var(--color-blue-ink); font-size: 14px; text-decoration: none; }
.hero-lifetime:hover { text-decoration: underline; }
.hero-lifetime .icon { width: 16px; height: 16px; }
.hero-availability { font-size: 12px; margin-top: 15px; line-height: 1.7; }
html[data-motion="on"] .hero.is-in-view .hero-art .coin-front { animation: hero-coin-float 4s ease-in-out 1.2s infinite; }
html[data-motion="on"] .hero.is-in-view .hero-art .coin-right { animation: hero-coin-float 4.5s ease-in-out 1.5s infinite; }
html[data-motion="on"] .hero.is-in-view .hero-art .hero-spark { animation: revenue-twinkle 3.8s ease-in-out 1.8s infinite; }
@keyframes hero-coin-float { 0%,100% { translate: 0 0; } 50% { translate: 0 -6px; } }

/* Revenue is the destination, with the same cobalt as the rest of the product. */
.node-paid { width: 265px; }
.node-paid .node-copy { top: -109px; }
.node-paid .node-copy h3 { font-size: 33px; line-height: 1.04; font-weight: 480; }
.node-paid .node-copy p { font-size: 12px; margin-top: 8px; }
.node-paid .node-symbol { width: 108px; height: 108px; margin-block: -13px; }
.node-paid .node-symbol > .icon:not(.revenue-spark) { padding: 24px; }
.node-paid .node-symbol > .revenue-spark { position: absolute; width: 33px; height: 33px; padding: 0; color: var(--color-blue); background: none; border-radius: 0; }
.node-paid .spark-one { top: -2px; left: -29px; rotate: -15deg; }
.node-paid .spark-two { bottom: -29px; right: -28px; rotate: 15deg; }
.paid-plus { width: 34px; height: 34px; right: -12px; top: -10px; }
.paid-plus .icon { width: 25px; height: 25px; }
.revenue-rays { position: absolute; z-index: -2; inset: -16px; border-radius: 50%; border: 1px solid rgb(36 84 235 / 9%); outline: 1px solid rgb(36 84 235 / 5%); outline-offset: 8px; scale: .92; }
.node-paid.is-active .revenue-rays { border-color: rgb(36 84 235 / 22%); outline-color: rgb(36 84 235 / 12%); }
html[data-motion="on"] .flow-section.is-in-view .node-paid.is-active .revenue-rays { animation: revenue-arrives 3.6s ease-out infinite; }
html[data-motion="on"] .flow-section.is-in-view .node-paid.is-active .revenue-spark { animation: revenue-twinkle 3s ease-in-out infinite; }
html[data-motion="on"] .flow-section.is-in-view .node-paid.is-active .spark-two { animation-delay: -1.5s; }
@keyframes revenue-arrives { 0%,100% { scale: .9; opacity: .4; } 50% { scale: 1.12; opacity: 1; } }
@keyframes revenue-twinkle { 0%,100% { scale: .85; opacity: .55; } 50% { scale: 1.08; opacity: 1; } }

/* Separate the three-month payment from the lifetime monthly rate. */
.lifetime-perk { padding: 0 0 24px; margin-bottom: 24px; border-bottom: 1px solid var(--color-line); }
.lifetime-label { display: flex; align-items: center; gap: 7px; font-size: 12px; color: var(--color-blue-ink); font-weight: 500; }
.lifetime-label .icon { width: 17px; height: 17px; }
.lifetime-perk > p { display: flex; align-items: center; gap: 12px; margin-top: 17px; line-height: 1; }
.lifetime-perk s { color: var(--color-muted); font-size: 24px; font-weight: 400; }
.lifetime-perk strong { color: var(--color-blue-ink); font-family: var(--font-display); font-size: 58px; font-weight: 450; letter-spacing: -.05em; }
.lifetime-perk strong > span { font-family: var(--font-body); font-size: 16px; letter-spacing: 0; margin-left: 3px; }
.lifetime-perk h4 { margin: 13px 0 6px; font-size: 22px; letter-spacing: -.02em; }
.lifetime-perk > span:last-child { font-size: 12px; color: var(--color-muted); }
@media (min-width: 801px) and (max-width: 1100px) {
  .node-paid { width: 220px; }
  .node-paid .node-copy { top: -103px; }
  .node-paid .node-copy h3 { font-size: 29px; }
  .node-paid .node-copy p { font-size: 11px; }
  .node-paid .node-symbol { width: 88px; height: 88px; margin-block: -10px; }
  .node-paid .node-symbol > .icon:not(.revenue-spark) { padding: 18px; }
}
@media (min-width: 801px) and (max-height: 800px) {
  .hero { padding-block: 24px 32px; }
  .hero h1 { font-size: clamp(56px,min(7.55vw,12svh),104px); }
  .hero-audience { margin-bottom: 18px; }
  .hero-art { height: 86px; scale: .86; margin-block: 8px 10px; transform-origin: center; }
  .flow-pin { padding-block: 18px; }
  .workflow-diagram { margin-top: 40px; }
  .flow-heading > p { max-width: 1000px; }
}
@media (max-width: 800px) {
  .hero-art { margin-block: 18px 18px; }
  .hero-action { max-width: 380px; }
  .node-paid { width: 100px; }
  .node-paid .node-copy { top: -15px; width: 196px; }
  .node-paid .node-copy h3 { font-size: 28px; }
  .node-paid .node-copy p { font-size: 11px; max-width: 165px; }
  .node-paid .node-symbol { width: 68px; height: 68px; margin-block: -7px; }
  .node-paid .node-symbol > .icon:not(.revenue-spark) { padding: 15px; }
  .node-paid .node-symbol > .revenue-spark { width: 22px; height: 22px; }
  .node-paid .spark-one { top: -12px; left: -12px; }
  .node-paid .spark-two { bottom: -22px; right: -8px; }
  .paid-plus { width: 26px; height: 26px; right: -9px; top: -9px; }
  .paid-plus .icon { width: 21px; height: 21px; }
  .revenue-rays { inset: -16px; outline-offset: 7px; }
}
@media (max-width: 600px) {
  .hero-art { height: 86px; width: 242px; scale: .84; margin-block: 8px 20px; transform-origin: center; }
  .hero-lifetime { font-size: 12px; gap: 5px; }
  .hero-availability { font-size: 11px; }
  .hero .money-back-note { font-size: 12px; }
  .lifetime-perk { padding-bottom: 23px; margin-bottom: 23px; }
}
@media (max-width: 360px) {
  .hero-lifetime { font-size: 11px; }
  .node-paid .node-copy { width: 161px; }
  .node-paid .node-copy h3 { font-size: 25px; }
  .node-paid .node-copy p { font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-art *, .revenue-rays, .revenue-spark { animation: none !important; }
}
