@font-face {
  font-family: "Inter";
  src: url("assets/fonts/inter/InterVariable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("assets/fonts/inter/InterVariable-Italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --ink: #132934;
  --ink-soft: #52666e;
  --teal: #1c5b6e;
  --teal-deep: #103b4a;
  --teal-pale: #e5f0f2;
  --amber: #e9b84a;
  --amber-pale: #fff3d4;
  --paper: #fff;
  --canvas: #f6f8f8;
  --line: #dbe4e5;
  --muted: #7a8b91;
  --shadow: 0 16px 40px rgba(26, 56, 65, .09);
  --container: 1110px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Inter", Arial, sans-serif; font-size: 15px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--teal); }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 48px), var(--container)); margin: 0 auto; }
.narrow { max-width: 760px; }
.centered { margin-right: auto; margin-left: auto; text-align: center; }
.section-pad { padding: 78px 0; }

/* Shared navigation */
.site-header { position: relative; z-index: 10; background: rgba(255,255,255,.96); }
.nav-wrap { display: flex; align-items: center; min-height: 68px; gap: 32px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 9px; color: var(--ink); font-size: 19px; font-weight: 780; letter-spacing: -.045em; }
.brand > span:last-child > span { color: var(--teal); }
.brand-logo { display: block; width: 165px; max-width: 100%; height: auto; }
.site-nav { display: flex; flex: 1; align-items: center; justify-content: space-between; gap: 25px; color: var(--ink-soft); font-size: 13px; font-weight: 650; }
.nav-links { display: flex; align-items: center; justify-content: center; gap: 30px; margin: 0 auto; font-size: 17.5px; }
.nav-links a { color: var(--ink); }
.nav-links a:hover { color: var(--teal); }
.nav-cta { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 10px; padding: 10px 15px; border-radius: 7px; background: var(--teal); color: #fff !important; box-shadow: 0 5px 13px rgba(27,82,102,.14); }
.nav-cta:hover { background: var(--teal-deep); }
.menu-toggle { display: none; margin-left: auto; border: 1px solid var(--line); border-radius: 7px; padding: 8px 11px; background: #fff; color: var(--ink); }

/* Homepage hero */
.hero { position: relative; overflow: hidden; padding: 73px 0 63px; background-color: var(--canvas); background-image: linear-gradient(rgba(28,91,110,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(28,91,110,.045) 1px, transparent 1px), radial-gradient(circle at 50% 0%, rgba(229,240,242,.85), transparent 43%); background-size: 32px 32px, 32px 32px, auto; }
.hero:after { position: absolute; top: 0; right: 10%; width: 1px; height: 100%; background: rgba(28,91,110,.05); content: ""; }
.hero-content { position: relative; z-index: 1; text-align: center; }
.eyebrow { display: flex; align-items: center; justify-content: center; gap: 9px; margin: 0 0 15px; color: var(--teal); font-size: 10px; font-weight: 850; letter-spacing: .15em; line-height: 1.3; text-transform: uppercase; }
.eyebrow-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 4px var(--amber-pale); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); letter-spacing: -.05em; line-height: 1.08; }
h1 { max-width: 760px; margin: 0 auto 17px; font-size: clamp(40px, 4.8vw, 60px); font-weight: 790; }
h1 em, h2 em { color: var(--teal); font-style: normal; }
h2 { margin-bottom: 16px; font-size: clamp(30px, 3.7vw, 43px); font-weight: 760; }
h3 { margin-bottom: 8px; font-size: 19px; font-weight: 730; }
.hero-lede { max-width: 635px; margin: 0 auto 23px; color: var(--ink-soft); font-size: 17px; line-height: 1.55; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid transparent; border-radius: 7px; padding: 12px 18px; font-size: 13px; font-weight: 770; line-height: 1.2; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--teal); color: #fff; box-shadow: 0 7px 15px rgba(27,82,102,.17); }
.button-primary:hover { background: var(--teal-deep); color: #fff; }
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 10px; }
.hero-cta { min-width: 130px; }
.hero-demo { min-width: 130px; border-color: #b9cccf; background: rgba(255,255,255,.72); color: var(--teal); }
.hero-demo:hover { border-color: var(--teal); background: #fff; color: var(--teal-deep); }
.play-icon { display: inline-grid; place-items: center; width: 15px; height: 15px; border: 1px solid currentColor; border-radius: 50%; font-size: 7px; line-height: 1; }

/* Synthetic before / after */
.hero-visual { max-width: 1020px; margin: 30px auto 0; }
.before-after-grid { display: grid; grid-template-columns: minmax(0, 1fr) 54px minmax(0, 1fr); align-items: center; gap: 12px; }
.example-card { padding: 14px; border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.9); text-align: left; }
.original-card { box-shadow: 0 9px 25px rgba(35,62,69,.055); }.edited-card { border-color: #a9cad0; box-shadow: 0 12px 28px rgba(27,82,102,.11); }
.example-card-head { display: flex; align-items: center; justify-content: space-between; margin: 0 3px 11px; }
.step-pill { display: inline-block; padding: 4px 7px; border-radius: 4px; background: var(--teal); color: #fff; font-size: 8px; font-weight: 850; letter-spacing: .11em; }.muted-pill { background: #e9eeee; color: var(--ink-soft); }
.example-caption { color: var(--muted); font-size: 10px; }
.document-card { position: relative; border: 1px solid #d9e1e1; border-radius: 2px; background: #fff; }
.example-document { min-height: 260px; padding: 20px 19px 15px; box-shadow: none; }
.document-topline, .document-heading, .document-columns, .document-meta, .freight-row, .document-footer { display: flex; align-items: center; justify-content: space-between; }
.document-topline { margin-bottom: 22px; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .1em; }.doc-logo { color: var(--teal); letter-spacing: .18em; }.doc-status { padding: 3px 5px; border: 1px solid var(--line); font-size: 7px; }.edited-status { border-color: #b5d5d9; color: var(--teal); }
.document-heading { font-size: 11px; font-weight: 820; letter-spacing: .06em; }.doc-number { color: var(--muted); font-size: 8px; font-weight: 650; letter-spacing: .03em; }.document-rule { height: 1px; margin: 9px 0 15px; background: var(--line); }
.document-meta { gap: 8px; margin: -7px 0 15px; padding: 5px 0; border-top: 1px solid #edf1f1; border-bottom: 1px solid #edf1f1; color: var(--muted); font-size: 6px; font-weight: 800; letter-spacing: .07em; }.document-columns { align-items: flex-start; gap: 18px; margin-bottom: 15px; }.document-columns > div { flex: 1; display: grid; gap: 2px; }.document-card small, .mini-label { color: var(--muted); font-size: 7px; font-weight: 850; letter-spacing: .1em; }.document-card strong { font-size: 10px; line-height: 1.3; }.document-card span:not(.doc-status):not(.doc-number):not(.edited-tag) { color: var(--ink-soft); font-size: 9px; line-height: 1.35; }
.address-highlight { display: grid; gap: 2px; margin: 5px 0 13px; padding: 9px 10px; }.address-highlight strong { font-size: 10px; }.address-highlight span { font-size: 9px !important; }.original-highlight { border: 1px dashed #d6b057; background: rgba(255,243,212,.48); }.edited-highlight { border: 1px solid #2b91aa; background: rgba(229,240,242,.58); }.edited-tag { display: inline-block; margin-left: 6px; padding: 2px 4px; border-radius: 2px; background: var(--amber-pale); color: #896316 !important; font-size: 7px !important; letter-spacing: .04em; }
.freight-row { gap: 8px; align-items: flex-start; margin: 0 0 13px; padding: 8px 0 7px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.freight-row > span { display: grid; flex: 1; gap: 2px; }.freight-row strong { font-size: 8px; }.freight-row small { font-size: 6px; }
.mini-rows { display: grid; gap: 5px; margin: 7px 0 14px; }.mini-rows i { display: block; height: 4px; border-radius: 4px; background: #e8edef; }.mini-rows i:nth-child(2) { width: 73%; }.mini-rows i:nth-child(3) { width: 87%; }.document-footer { padding-top: 9px; border-top: 1px solid var(--line); color: var(--muted); font-size: 7px; }
.change-arrow { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid #cc9b2e; border-radius: 50%; background: var(--amber-pale); color: #755310; font-size: 27px; font-weight: 650; }.showcase-note { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 15px 0 0; color: var(--ink-soft); font-size: 11px; }.check-icon { display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; background: var(--amber-pale); color: #88600d; font-size: 11px; font-weight: 850; }
.proof-copy { max-width: 660px; margin: 40px auto 0; text-align: center; }.proof-line { margin: 0 0 13px; color: var(--teal); font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }.proof-copy h2 { margin: 0 0 11px; font-size: clamp(25px, 3vw, 35px); }.proof-copy > p:last-child { max-width: 600px; margin: 0 auto; color: var(--ink-soft); font-size: 14px; line-height: 1.6; }
.proof-strip { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 900px; margin: 34px auto 0; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.82); box-shadow: 0 9px 25px rgba(35,62,69,.05); }.proof-stat { display: grid; gap: 3px; padding: 21px 22px 19px; text-align: center; }.proof-stat + .proof-stat { border-left: 1px solid var(--line); }.proof-stat strong { color: var(--teal-deep); font-size: clamp(24px, 3vw, 32px); font-weight: 800; letter-spacing: -.06em; line-height: 1; }.proof-stat span { color: var(--ink-soft); font-size: 11px; font-weight: 700; line-height: 1.35; }.proof-qualifier { grid-column: 1 / -1; margin: 0; padding: 9px 15px 10px; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; text-align: center; }

/* Pricing immediately follows the visual */
.pricing-preview { border-top: 0; border-bottom: 0; background: radial-gradient(circle at 50% 0%, rgba(229,240,242,.62), transparent 44%), var(--canvas); }
.compact-section { max-width: 960px; }.section-heading { max-width: 610px; margin-bottom: 30px; }.section-heading > p:last-child { color: var(--ink-soft); font-size: 14px; }.mini-pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; max-width: 760px; margin: 0 auto; }.price-card { position: relative; display: flex; flex-direction: column; min-height: 190px; padding: 24px 26px; border: 1px solid var(--line); border-radius: 10px; background: #fff; text-align: left; }.featured-price { border: 2px solid var(--teal); box-shadow: var(--shadow); }.value-ribbon { position: absolute; top: -11px; right: 15px; padding: 4px 7px; border-radius: 3px; background: var(--amber); color: var(--teal-deep); font-size: 7px; font-weight: 850; letter-spacing: .09em; }.price-label { color: var(--teal); font-size: 9px; font-weight: 850; letter-spacing: .13em; }.price { margin: 14px 0 5px; color: var(--ink); font-size: 34px; font-weight: 770; letter-spacing: -.06em; line-height: 1; }.price sup { margin-right: 2px; font-size: 16px; vertical-align: top; }.price small { margin-left: 3px; color: var(--muted); font-size: 11px; font-weight: 600; letter-spacing: 0; }.price-card p { margin-bottom: 16px; color: var(--ink-soft); font-size: 12px; }.price-card a { margin-top: auto; color: var(--teal); font-size: 12px; font-weight: 780; }.price-card a span { margin-left: 5px; }

/* Subordinate product explanation and FAQ */
.subordinate-section { background: var(--canvas); }.subordinate-section + .subordinate-section { border-top: 1px solid var(--line); }.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }.step-card { position: relative; padding: 24px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }.step-number { position: absolute; top: 21px; right: 21px; color: #a9b8bb; font-size: 10px; font-weight: 800; letter-spacing: .1em; }.step-icon { display: grid; place-items: center; width: 43px; height: 43px; margin-bottom: 23px; border-radius: 9px; background: var(--teal-pale); color: var(--teal); font-size: 23px; }.select-icon { background: var(--amber-pale); color: #99701d; }.step-card p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.6; }.faq-section { background: #fff; }.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 75px; align-items: start; }.faq-layout .section-heading { margin: 0; }.faq-layout .section-heading a { color: var(--teal); font-weight: 700; }.faq-list details { border-top: 1px solid var(--line); }.faq-list details:last-child { border-bottom: 1px solid var(--line); }.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 17px 0; color: var(--ink); cursor: pointer; font-size: 13px; font-weight: 720; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: var(--teal); font-size: 19px; font-weight: 400; transition: transform .18s ease; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list details p { max-width: 600px; margin: -2px 25px 17px 0; color: var(--ink-soft); font-size: 12px; line-height: 1.6; }

/* Shared CTA, footer, and secondary pages */
.cta-section { background: var(--teal-deep); }.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; }.cta-inner h2 { max-width: 540px; margin: 0; color: #fff; }.light-eyebrow { color: var(--amber); }.button-light { background: #fff; color: var(--teal-deep); }.button-light:hover { background: var(--amber-pale); color: var(--teal-deep); }
.site-footer { background: #102d39; color: #bbccd0; }.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; padding: 48px 0 35px; }.footer-brand { color: #fff; }.footer-brand > span:last-child > span { color: var(--amber); }.footer-grid p { margin: 12px 0 0; font-size: 11px; }.footer-links { display: grid; grid-template-columns: 1fr 1fr; justify-self: end; gap: 60px; }.footer-links div { display: grid; align-content: start; gap: 8px; min-width: 83px; }.footer-links strong { margin-bottom: 4px; color: #fff; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }.footer-links a { font-size: 11px; }.footer-links a:hover { color: var(--amber); }.footer-bottom { display: flex; justify-content: space-between; padding: 16px 0 20px; border-top: 1px solid rgba(210,230,233,.14); color: #89a1a7; font-size: 10px; }
.page-hero { background-color: var(--canvas); background-image: linear-gradient(rgba(28,91,110,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(28,91,110,.04) 1px, transparent 1px); background-size: 32px 32px; padding: 70px 0 64px; }.page-hero h1 { max-width: 760px; }.page-hero .hero-lede { max-width: 630px; }.compact-page-hero { padding-bottom: 58px; }.pricing-main { background: #fff; }.pricing-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 830px; }.plan-card { position: relative; padding: 34px 34px 30px; border: 1px solid var(--line); border-radius: 11px; }.plan-card-featured { border: 2px solid var(--teal); box-shadow: var(--shadow); }.plan-card h2 { margin: 15px 0 11px; font-size: 43px; }.plan-card h2 small { color: var(--muted); font-size: 11px; font-weight: 600; letter-spacing: 0; }.plan-card p { min-height: 43px; color: var(--ink-soft); font-size: 13px; }.plan-card ul { display: grid; gap: 8px; padding: 0; margin: 23px 0 27px; list-style: none; color: var(--ink-soft); font-size: 12px; }.plan-card li { display: flex; gap: 9px; }.plan-card li:before { content: "✓"; color: var(--teal); font-weight: 800; }.plan-card .button { width: 100%; }.button-secondary { border-color: var(--teal); color: var(--teal); }.button-secondary:hover { background: var(--teal-pale); color: var(--teal); }.pricing-note { max-width: 830px; margin: 22px auto 0; color: var(--muted); font-size: 11px; text-align: center; }.pale-band { background: var(--canvas); }.pale-band h2 { max-width: 460px; }.legal-section { background: #fff; }.legal-layout { display: grid; grid-template-columns: 190px 1fr; gap: 70px; max-width: 900px; }.legal-aside { display: grid; align-content: start; gap: 9px; padding-top: 5px; color: var(--muted); font-size: 11px; }.legal-aside span { margin-bottom: 6px; color: var(--teal); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.legal-aside a:hover { color: var(--teal); }.legal-copy { max-width: 680px; }.legal-copy h2 { margin: 0 0 11px; font-size: 25px; }.legal-copy h2:not(:first-child) { margin-top: 39px; }.legal-copy p { color: var(--ink-soft); font-size: 14px; line-height: 1.72; }.legal-copy a { color: var(--teal); font-weight: 700; }.legal-callout { margin-top: 31px; padding: 15px 17px; border-left: 3px solid var(--amber); background: var(--amber-pale); color: #705515; font-size: 12px; line-height: 1.6; }.contact-section { background: #fff; }.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 75px; max-width: 930px; align-items: start; }.contact-copy h2 { max-width: 430px; }.contact-detail { display: flex; align-items: flex-start; gap: 12px; margin-top: 24px; }.contact-icon { display: grid; place-items: center; width: 33px; height: 33px; border-radius: 7px; background: var(--teal-pale); color: var(--teal); font-weight: 800; }.contact-detail strong, .contact-detail a, .contact-detail small { display: block; }.contact-detail strong { font-size: 12px; }.contact-detail a { margin-top: 2px; color: var(--teal); font-size: 12px; font-weight: 730; }.contact-detail small { margin-top: 2px; color: var(--muted); font-size: 10px; }.contact-form { display: grid; gap: 8px; padding: 26px; border: 1px solid var(--line); border-radius: 11px; box-shadow: var(--shadow); }.form-kicker { margin-bottom: 6px; color: var(--teal); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.contact-form label { color: var(--ink); font-size: 11px; font-weight: 700; }.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #cbd8da; border-radius: 6px; padding: 10px 11px; color: var(--ink); background: #fbfcfc; outline: none; resize: vertical; }.contact-form input:focus, .contact-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(27,82,102,.12); }.contact-form textarea { margin-bottom: 6px; }.form-note { margin: 0; color: var(--muted); font-size: 10px; }
.contact-page .page-hero .container { max-width: 1110px; }.contact-page .page-hero h1 { max-width: none; white-space: nowrap; font-size: clamp(14px, 4vw, 48px); }.contact-page .pale-band h2 { max-width: none; white-space: nowrap; }

@media (max-width: 900px) { .hero-visual { max-width: 820px; }.faq-layout, .contact-grid { gap: 45px; }.pricing-layout { gap: 40px; } }
@media (max-width: 700px) {
  .container { width: min(calc(100% - 36px), var(--container)); }.section-pad { padding: 60px 0; }.nav-wrap { min-height: 64px; }.menu-toggle { display: block; }.site-nav { position: absolute; top: 64px; right: 18px; left: 18px; display: none; flex-direction: column; align-items: stretch; gap: 7px; padding: 10px; border: 1px solid var(--line); border-radius: 9px; background: #fff; box-shadow: var(--shadow); }.site-nav.is-open { display: flex; }.nav-links { display: flex; flex-direction: column; align-items: stretch; gap: 0; margin: 0; }.nav-links a { padding: 10px; }.site-nav .nav-cta { justify-content: center; margin-top: 2px; text-align: center; }.hero { padding: 58px 0 46px; }.hero-lede { font-size: 16px; }.hero-actions { flex-wrap: wrap; }.hero-visual { margin-top: 36px; }.before-after-grid { grid-template-columns: 1fr; gap: 14px; }.change-arrow { margin: 0 auto; transform: rotate(90deg); }.example-card { padding: 12px; }.example-document { min-height: 240px; }.document-meta { font-size: 5px; }.freight-row { gap: 5px; }.freight-row strong { font-size: 7px; }.showcase-note { font-size: 10px; }.proof-copy { margin-top: 33px; }.proof-copy h2 { font-size: 27px; }.proof-copy > p:last-child { font-size: 13px; }.proof-strip { grid-template-columns: 1fr; margin-top: 27px; }.proof-stat { padding: 16px 18px; }.proof-stat + .proof-stat { border-top: 1px solid var(--line); border-left: 0; }.proof-qualifier { padding-right: 13px; padding-left: 13px; font-size: 8px; line-height: 1.45; }.mini-pricing-grid, .pricing-cards, .steps-grid { grid-template-columns: 1fr; }.price-card { min-height: 175px; }.faq-layout, .contact-grid, .legal-layout { grid-template-columns: 1fr; gap: 32px; }.faq-layout .section-heading { margin-bottom: 8px; }.cta-inner { align-items: flex-start; flex-direction: column; }.footer-grid { grid-template-columns: 1fr; gap: 30px; }.footer-links { justify-self: start; gap: 44px; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 4px; }.page-hero { padding: 58px 0 51px; }.page-hero h1 { font-size: 42px; }.legal-aside { display: flex; flex-wrap: wrap; gap: 7px 17px; padding: 12px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.legal-aside span { width: 100%; }.legal-copy h2:not(:first-child) { margin-top: 33px; }.contact-form { padding: 22px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.button, .faq-list summary span { transition: none; } }

/* Motion-led homepage experience */
.home-page .home-hero { padding: 72px 0 38px; background-color: var(--canvas); background-image: linear-gradient(rgba(28,91,110,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(28,91,110,.045) 1px, transparent 1px), radial-gradient(circle at 50% 0%, rgba(229,240,242,.9), transparent 48%); background-size: 32px 32px, 32px 32px, auto; }
.home-page .hero-content { max-width: 1180px; }.home-page .hero-copy { max-width: 760px; margin: 0 auto; }.home-page .hero-copy h1 { margin-bottom: 17px; }.home-page .hero-copy .hero-lede { max-width: 650px; }.home-page .hero-actions { display: flex; align-items: center; justify-content: center; gap: 10px; }.home-page .hero-demo-link { min-width: 145px; border-color: #b9cccf; background: rgba(255,255,255,.72); color: var(--teal); }.home-page .hero-demo-link:hover { border-color: var(--teal); background: #fff; color: var(--teal-deep); }.home-page .play-icon { display: inline-grid; place-items: center; width: 15px; height: 15px; border: 1px solid currentColor; border-radius: 50%; font-size: 7px; line-height: 1; }
.hero-demo-window { max-width: 1020px; margin: 56px auto 0; overflow: hidden; border: 1px solid rgba(169,202,208,.75); border-radius: 16px; background: #0d3443; box-shadow: 0 28px 70px rgba(20,55,66,.18), 0 5px 15px rgba(20,55,66,.08); text-align: left; }.demo-window-bar, .demo-window-footer { display: flex; align-items: center; justify-content: space-between; }.demo-window-bar { height: 39px; padding: 0 16px; background: #0f3d4d; color: #b9d1d5; font-size: 9px; font-weight: 720; letter-spacing: .08em; text-transform: uppercase; }.window-lights { display: flex; gap: 5px; width: 110px; }.window-lights i { width: 7px; height: 7px; border-radius: 50%; background: #587982; }.window-lights i:first-child { background: #e3b74f; }.demo-window-title { margin-left: -110px; color: #d5e2e4; font-size: 9px; letter-spacing: .03em; text-transform: none; }.demo-window-status { display: inline-flex; align-items: center; gap: 6px; width: 110px; justify-content: flex-end; color: #91b7bd; font-size: 7px; }.demo-window-status i, .showcase-live i, .comparison-status i { width: 5px; height: 5px; border-radius: 50%; background: #7ac7a1; box-shadow: 0 0 0 3px rgba(122,199,161,.13); }
.demo-app-body { display: grid; grid-template-columns: 56px minmax(0, 1fr); min-height: 430px; }.demo-sidebar { display: flex; flex-direction: column; align-items: center; gap: 18px; padding: 19px 0; border-right: 1px solid rgba(212,236,238,.13); background: #0b3040; color: #7599a1; }.demo-side-logo { display: grid; place-items: center; width: 25px; height: 25px; margin-bottom: 13px; border-radius: 7px; background: var(--amber); color: var(--teal-deep); font-size: 9px; font-weight: 900; }.demo-side-item { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 7px; font-size: 15px; }.demo-side-item.is-current { background: rgba(229,240,242,.14); color: #e5f0f2; }.demo-side-bottom { margin-top: auto; }.demo-canvas { position: relative; overflow: hidden; padding: 22px 38px 30px; background: radial-gradient(circle at 56% 37%, rgba(220,241,242,.9), transparent 44%), linear-gradient(135deg, #d9e7e8, #eff5f4 58%, #d4e4e5); }.demo-canvas:after { position: absolute; right: 0; bottom: 0; left: 0; height: 35%; background: linear-gradient(transparent, rgba(221,235,235,.7)); content: ""; pointer-events: none; }.demo-canvas-top { position: relative; z-index: 1; display: flex; justify-content: space-between; max-width: 650px; margin: 0 auto 13px; color: #638087; font-size: 8px; font-weight: 850; letter-spacing: .13em; }.demo-paper { position: relative; z-index: 1; width: min(79%, 580px); min-height: 315px; margin: 0 auto; padding: 25px 30px 19px; border: 1px solid #d1dcdc; background: rgba(255,255,255,.96); box-shadow: 0 19px 38px rgba(41,78,84,.18); color: var(--ink); transform: rotate(-.7deg); transition: transform .55s ease, box-shadow .55s ease; }.auto-demo[data-demo-step="2"] .demo-paper, .auto-demo[data-demo-step="3"] .demo-paper { transform: rotate(.25deg) scale(1.015); box-shadow: 0 24px 46px rgba(41,78,84,.22); }.demo-paper-head, .demo-paper-meta, .demo-paper-foot { display: flex; align-items: center; justify-content: space-between; }.demo-paper-head { color: var(--teal); font-size: 10px; letter-spacing: .14em; }.demo-paper-head span { color: var(--muted); font-size: 8px; letter-spacing: .05em; }.demo-paper-head b { margin-left: 7px; color: var(--ink); font-weight: 750; }.demo-paper-rule { height: 1px; margin: 18px 0 14px; background: var(--line); }.demo-paper-meta { gap: 16px; justify-content: flex-start; color: var(--muted); font-size: 7px; font-weight: 800; letter-spacing: .09em; }.demo-paper-meta span { display: grid; gap: 4px; }.demo-paper-meta b { color: var(--ink-soft); font-size: 9px; letter-spacing: 0; }.demo-paper-label { margin-top: 27px; color: var(--muted); font-size: 7px; font-weight: 850; letter-spacing: .1em; }.demo-destination { position: relative; min-height: 62px; margin-top: 7px; padding: 11px 13px; border: 1px solid #d9e2e2; background: #fbfcfc; color: var(--ink-soft); font-size: 9px; line-height: 1.45; }.demo-destination b { color: var(--ink); font-size: 10px; }.demo-old-address, .demo-new-address { display: block; transition: opacity .45s ease, transform .45s ease; }.demo-new-address { position: absolute; top: 11px; right: 13px; left: 13px; opacity: 0; transform: translateY(4px); }.auto-demo[data-demo-step="2"] .demo-old-address, .auto-demo[data-demo-step="3"] .demo-old-address { opacity: .18; transform: translateY(-3px); }.auto-demo[data-demo-step="2"] .demo-new-address, .auto-demo[data-demo-step="3"] .demo-new-address { opacity: 1; transform: translateY(0); }.demo-selection { position: absolute; top: 5px; right: 7px; bottom: 5px; left: 7px; border: 2px solid #e0ad37; border-radius: 4px; background: rgba(233,184,74,.16); opacity: 0; transform: scale(.97); transition: opacity .45s ease, transform .45s ease; }.auto-demo[data-demo-step="1"] .demo-selection, .auto-demo[data-demo-step="2"] .demo-selection { opacity: 1; transform: scale(1); }.auto-demo[data-demo-step="3"] .demo-selection { border-color: #2b91aa; background: rgba(229,240,242,.32); opacity: 1; transform: scale(1); }.demo-paper-grid { display: grid; grid-template-columns: 1.15fr .7fr .85fr; gap: 7px 14px; margin-top: 20px; }.demo-paper-grid i { height: 4px; border-radius: 4px; background: #e6ecec; }.demo-paper-grid i:nth-child(2), .demo-paper-grid i:nth-child(5) { width: 72%; }.demo-paper-grid i:nth-child(3) { width: 83%; }.demo-paper-foot { margin-top: 21px; padding-top: 9px; border-top: 1px solid var(--line); color: var(--muted); font-size: 6px; font-weight: 800; letter-spacing: .06em; }
.demo-popover { position: absolute; z-index: 3; border: 1px solid rgba(180,207,210,.9); border-radius: 9px; background: rgba(255,255,255,.96); box-shadow: 0 12px 28px rgba(31,72,80,.17); opacity: 0; transition: opacity .45s ease, transform .55s cubic-bezier(.2,.75,.25,1); }.demo-select-popover { display: flex; align-items: center; gap: 9px; top: 45%; left: 14%; padding: 10px 12px; transform: translateY(10px) scale(.97); }.auto-demo[data-demo-step="1"] .demo-select-popover { opacity: 1; transform: translateY(0) scale(1); }.popover-icon { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 6px; background: var(--amber-pale); color: #8d681c; font-size: 14px; }.demo-popover strong { display: block; color: var(--ink); font-size: 9px; }.demo-popover small { display: block; margin-top: 2px; color: var(--muted); font-size: 7px; }.popover-check { display: grid; place-items: center; width: 18px; height: 18px; margin-left: 3px; border-radius: 50%; background: var(--teal-pale); color: var(--teal); font-size: 10px; font-weight: 850; }.demo-edit-popover { right: 10%; bottom: 15%; width: 245px; padding: 12px 14px; transform: translateY(10px) scale(.97); }.auto-demo[data-demo-step="2"] .demo-edit-popover { opacity: 1; transform: translateY(0) scale(1); }.popover-input-label { margin-bottom: 7px; color: var(--teal); font-size: 7px; font-weight: 850; letter-spacing: .1em; }.demo-edit-popover strong { padding: 7px 8px; border: 1px solid #c8dfe2; border-radius: 5px; background: #f4fbfb; color: var(--teal-deep); font-size: 8px; font-weight: 650; }.popover-caret { display: block; width: 4px; height: 12px; margin-top: 7px; border-right: 1px solid var(--teal); animation: caret-blink 1s steps(2, start) infinite; }.demo-toast { position: absolute; right: 10%; bottom: 14%; z-index: 3; display: flex; align-items: center; gap: 7px; padding: 10px 13px; border: 1px solid #a5d3c0; border-radius: 8px; background: #f4fffa; box-shadow: 0 12px 27px rgba(31,72,80,.15); color: #236c52; font-size: 9px; font-weight: 780; opacity: 0; transform: translateY(9px); transition: opacity .45s ease, transform .55s ease; }.demo-toast span { display: grid; place-items: center; width: 17px; height: 17px; border-radius: 50%; background: #ccefe0; font-size: 10px; }.auto-demo[data-demo-step="3"] .demo-toast { opacity: 1; transform: translateY(0); }.demo-cursor { position: absolute; z-index: 4; width: 16px; height: 21px; border: 2px solid #fff; border-radius: 7px 7px 7px 2px; background: var(--teal); box-shadow: 0 2px 6px rgba(0,0,0,.25); transform: translate(170px, 115px) rotate(-18deg); transition: transform .8s cubic-bezier(.2,.8,.2,1); }.auto-demo[data-demo-step="1"] .demo-cursor { transform: translate(380px, 245px) rotate(-18deg); }.auto-demo[data-demo-step="2"] .demo-cursor { transform: translate(550px, 305px) rotate(-18deg); }.auto-demo[data-demo-step="3"] .demo-cursor { transform: translate(610px, 205px) rotate(-18deg); }
.demo-window-footer { min-height: 58px; padding: 10px 18px 10px 72px; background: #0f3d4d; }.demo-caption { display: grid; gap: 2px; color: #e7f1f1; font-size: 10px; font-weight: 700; }.demo-caption small { color: #8caeb4; font-size: 8px; font-weight: 500; }.demo-progress { display: flex; align-items: center; gap: 7px; }.demo-progress button { width: 28px; height: 4px; padding: 0; border: 0; border-radius: 4px; background: #52747c; transition: background .3s ease, width .3s ease; }.demo-progress button[aria-selected="true"] { width: 45px; background: var(--amber); }.hero-note { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 15px 0 0; color: var(--ink-soft); font-size: 10px; }.check-icon { display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; background: var(--amber-pale); color: #88600d; font-size: 11px; font-weight: 850; }
@keyframes caret-blink { 50% { opacity: 0; } }

.home-page .proof-band { padding: 31px 0 52px; background: var(--canvas); }.home-page .proof-strip { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 980px; min-height: 134px; margin: 0 auto; border: 1px solid #c9ced1; border-radius: 11px; background: linear-gradient(180deg, #f7f8f8 0%, #edf0f1 34%, #e8eaeb 100%); box-shadow: inset 0 1px 0 rgba(255,255,255,.92), inset 0 -1px 0 rgba(180,186,190,.22), 0 6px 18px rgba(35,62,69,.045); }.home-page .proof-stat { display: grid; align-content: center; gap: 10px; padding: 22px 24px 20px; text-align: center; }.home-page .proof-stat + .proof-stat { border-left: 1px solid var(--line); }.home-page .proof-stat strong { color: var(--teal-deep); font-size: clamp(29px, 3.3vw, 41px); font-weight: 820; letter-spacing: -.065em; line-height: 1; }.home-page .proof-stat strong .stat-percent, .home-page .proof-stat strong .stat-less-than, .home-page .proof-stat strong .stat-unit, .home-page .proof-stat strong .stat-name { display: inline-block; }.home-page .proof-stat strong .stat-limit { display: inline-flex; align-items: baseline; gap: .08em; }.home-page .proof-stat strong .stat-percent { margin-left: .12em; }.home-page .proof-stat strong .stat-less-than { position: relative; top: -.08em; margin-right: 0; }.home-page .proof-stat strong .stat-unit { margin-left: .16em; }.home-page .proof-stat strong .stat-ratio { letter-spacing: .07em; }.home-page .proof-stat strong .stat-name { margin-left: .18em; }.home-page .proof-stat span { color: var(--ink-soft); font-size: 12.5px; font-weight: 700; line-height: 1.35; }.home-page .proof-qualifier { grid-column: 1 / -1; margin: 0; padding: 9px 15px 10px; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; text-align: center; }

.scroll-showcase { padding: 104px 0 116px; border-top: 1px solid var(--line); background: #fff; }.showcase-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(300px, .72fr); grid-template-areas: "visual intro" "visual steps"; gap: 0 74px; align-items: start; }.showcase-intro { grid-area: intro; padding: 17px 0 35px; }.showcase-intro h2 { margin-bottom: 13px; font-size: clamp(29px, 3.5vw, 43px); }.showcase-intro > p:last-child { max-width: 340px; margin: 0; color: var(--ink-soft); font-size: 14px; }.showcase-visual { grid-area: visual; position: sticky; top: 105px; }.showcase-frame { overflow: hidden; border: 1px solid #b9d1d4; border-radius: 14px; background: #103b4a; box-shadow: 0 20px 44px rgba(25,70,78,.14); }.showcase-frame-bar { display: flex; align-items: center; justify-content: space-between; height: 37px; padding: 0 15px; color: #b8ced1; font-size: 8px; font-weight: 800; letter-spacing: .12em; }.showcase-live { display: inline-flex; align-items: center; gap: 6px; color: #9ec0c4; font-size: 7px; }.showcase-scene { position: relative; min-height: 375px; overflow: hidden; padding: 32px; background: radial-gradient(circle at 50% 35%, #f0f6f5, #cbdedf 75%); }.scene-paper { position: relative; z-index: 1; width: min(76%, 430px); min-height: 285px; margin: 0 auto; padding: 24px 26px; border: 1px solid #d0dcdc; background: #fff; box-shadow: 0 18px 32px rgba(42,76,84,.2); color: var(--ink); transform: rotate(-1deg); transition: transform .6s ease, filter .6s ease; }.showcase-visual[data-showcase-step="2"] .scene-paper, .showcase-visual[data-showcase-step="3"] .scene-paper { transform: rotate(.5deg) scale(1.03); }.scene-paper-head { display: flex; justify-content: space-between; color: var(--teal); font-size: 9px; letter-spacing: .14em; }.scene-paper-head span { color: var(--muted); font-size: 7px; letter-spacing: .05em; }.scene-rule { height: 1px; margin: 15px 0; background: var(--line); }.scene-line { height: 5px; margin-bottom: 7px; border-radius: 3px; background: #e6eded; }.scene-line-wide { width: 92%; }.scene-line-mid { width: 71%; }.scene-block { position: relative; margin-top: 22px; padding: 10px; border: 1px solid #dce5e5; background: #fbfcfc; }.scene-block small { display: block; margin-bottom: 6px; color: var(--muted); font-size: 6px; font-weight: 850; letter-spacing: .1em; }.scene-block strong { display: block; color: var(--ink); font-size: 10px; transition: opacity .45s ease, transform .45s ease; }.scene-address { display: block; margin-top: 4px; color: var(--ink-soft); font-size: 8px; line-height: 1.4; transition: opacity .45s ease, transform .45s ease; }.scene-new { position: absolute; top: 31px; left: 10px; opacity: 0; transform: translateY(5px); }.showcase-visual[data-showcase-step="2"] .scene-old, .showcase-visual[data-showcase-step="3"] .scene-old { opacity: .16; transform: translateY(-3px); }.showcase-visual[data-showcase-step="2"] .scene-new, .showcase-visual[data-showcase-step="3"] .scene-new { opacity: 1; transform: translateY(0); }.scene-lines { display: grid; gap: 6px; margin-top: 21px; }.scene-lines i { height: 4px; border-radius: 4px; background: #e6eded; }.scene-lines i:nth-child(2) { width: 80%; }.scene-lines i:nth-child(3) { width: 93%; }.scene-lines i:nth-child(4) { width: 61%; }.scene-lines i:nth-child(5) { width: 84%; }.scene-overlay { position: absolute; z-index: 2; opacity: 0; transition: opacity .45s ease, transform .6s cubic-bezier(.2,.8,.2,1); }.scene-upload { top: 28%; left: 50%; display: grid; justify-items: center; gap: 5px; padding: 16px 20px; border: 1px dashed #6ea3aa; border-radius: 9px; background: rgba(241,251,250,.94); color: var(--teal-deep); transform: translate(-50%, 9px); }.showcase-visual[data-showcase-step="0"] .scene-upload { opacity: 1; transform: translate(-50%, 0); }.scene-upload-icon { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 8px; background: var(--teal-pale); color: var(--teal); font-size: 18px; }.scene-overlay strong { font-size: 10px; }.scene-overlay small { color: var(--muted); font-size: 7px; }.scene-approve { top: 44%; left: 48%; }.showcase-visual[data-showcase-step="1"] .scene-approve { opacity: 1; }.scene-focus-ring { display: block; width: 190px; height: 59px; border: 2px solid #e0ad37; border-radius: 5px; background: rgba(233,184,74,.14); box-shadow: 0 0 0 6px rgba(233,184,74,.11); animation: focus-pulse 1.7s ease-in-out infinite; }.scene-tooltip { position: absolute; top: -52px; left: 13px; min-width: 135px; padding: 8px 10px; border-radius: 7px; background: var(--teal-deep); color: #fff; }.scene-tooltip small { color: #b7d0d3; }.scene-replace { right: 9%; bottom: 11%; transform: translateY(9px); }.showcase-visual[data-showcase-step="2"] .scene-replace { opacity: 1; transform: translateY(0); }.scene-replace-card, .scene-download-card { display: grid; gap: 7px; width: 208px; padding: 12px; border: 1px solid #b5d6d9; border-radius: 8px; background: rgba(255,255,255,.96); box-shadow: 0 12px 24px rgba(38,75,82,.16); }.scene-replace-card small { color: var(--teal); font-size: 7px; font-weight: 850; letter-spacing: .08em; }.scene-replace-card strong { color: var(--teal-deep); font-size: 8px; line-height: 1.35; }.scene-button { display: flex; justify-content: space-between; padding: 6px 8px; border-radius: 4px; background: var(--teal); color: #fff; font-size: 8px; font-weight: 750; }.scene-download { top: 34%; left: 50%; transform: translate(-50%, 9px); }.showcase-visual[data-showcase-step="3"] .scene-download { opacity: 1; transform: translate(-50%, 0); }.scene-download-card { justify-items: center; padding: 17px 18px; text-align: center; }.scene-download-card > span { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; background: #dff4e9; color: #2d805f; font-size: 15px; font-weight: 850; }.scene-download-card strong { font-size: 12px; }.scene-download-card b { color: var(--teal); font-size: 8px; }.showcase-progress { height: 3px; background: rgba(255,255,255,.14); }.showcase-progress span { display: block; width: 25%; height: 100%; background: var(--amber); transition: width .6s ease; }.showcase-visual[data-showcase-step="1"] .showcase-progress span { width: 50%; }.showcase-visual[data-showcase-step="2"] .showcase-progress span { width: 75%; }.showcase-visual[data-showcase-step="3"] .showcase-progress span { width: 100%; }.showcase-footnote { margin: 15px 0 0; color: var(--muted); font-size: 10px; text-align: center; }.showcase-steps { grid-area: steps; }.showcase-step { display: grid; grid-template-columns: 36px 1fr; gap: 15px; min-height: 25vh; padding: 26px 0; border-top: 1px solid var(--line); opacity: .38; transform: translateX(0); transition: opacity .45s ease, transform .45s ease; }.showcase-step:last-child { border-bottom: 1px solid var(--line); }.showcase-step.is-active { opacity: 1; transform: translateX(7px); }.showcase-step-index { color: var(--teal); font-size: 10px; font-weight: 850; letter-spacing: .1em; }.showcase-step h3 { margin: -4px 0 8px; font-size: 20px; }.showcase-step p { max-width: 310px; margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.6; }
@keyframes focus-pulse { 50% { box-shadow: 0 0 0 9px rgba(233,184,74,.06); } }

.comparison-section { background: var(--canvas); }.comparison-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 65px; align-items: center; }.comparison-copy h2 { margin-bottom: 15px; font-size: clamp(30px, 3.6vw, 46px); }.comparison-copy > p:not(.eyebrow):not(.comparison-claim) { max-width: 390px; color: var(--ink-soft); font-size: 14px; line-height: 1.65; }.comparison-cta { display: flex; width: min(100%, 280px); min-height: 68px; margin: 30px auto 0; padding: 22px 36px; font-size: 18px; }.comparison-claim { margin: 24px 0 0; color: var(--teal); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.comparison-demo { min-width: 0; }.comparison-header, .comparison-labels { display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 8px; font-weight: 850; letter-spacing: .12em; }.comparison-status { display: inline-flex; align-items: center; gap: 6px; color: var(--teal); font-size: 7px; }.comparison-stage { position: relative; aspect-ratio: 312 / 81; min-height: 0; overflow: hidden; margin-top: 12px; border: 1px solid #c5d7d8; border-radius: 12px; background: #e6eeee; box-shadow: 0 15px 34px rgba(35,62,69,.09); }.comparison-image { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; user-select: none; -webkit-user-drag: none; }.comparison-image-edited { z-index: 1; clip-path: inset(0 0 0 var(--split)); transition: clip-path .05s linear; }.comparison-handle { position: absolute; z-index: 3; top: 0; bottom: 0; left: var(--split); display: flex; align-items: center; justify-content: center; width: 2px; background: var(--amber); transform: translateX(-50%); pointer-events: none; }.comparison-handle span { display: grid; place-items: center; width: 34px; height: 34px; border: 2px solid #fff; border-radius: 50%; background: var(--amber); box-shadow: 0 4px 12px rgba(100,72,15,.23); color: var(--teal-deep); font-size: 16px; font-weight: 850; }.comparison-range { position: absolute; z-index: 4; inset: 0; width: 100%; height: 100%; margin: 0; appearance: none; cursor: ew-resize; background: transparent; }.comparison-range::-webkit-slider-runnable-track { height: 100%; background: transparent; }.comparison-range::-webkit-slider-thumb { width: 4px; height: 100%; appearance: none; background: transparent; }.comparison-range::-moz-range-track { height: 100%; background: transparent; }.comparison-range::-moz-range-thumb { width: 4px; height: 100%; border: 0; border-radius: 0; background: transparent; }.comparison-labels { margin-top: 9px; }.comparison-labels span:first-child { color: #96701e; }.comparison-labels span:last-child { color: var(--teal); }.comparison-note { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 14px 0 0; color: var(--ink-soft); font-size: 10px; }
.home-page .comparison-section { position: relative; top: 0; padding-bottom: 118px; }

@media (max-width: 900px) { .home-page .home-hero { padding-top: 61px; }.demo-paper { width: min(85%, 560px); }.demo-cursor { display: none; }.showcase-layout { gap: 0 38px; }.comparison-layout { gap: 38px; } }
@media (max-width: 700px) {
  .home-page .home-hero { padding: 53px 0 32px; }.home-page .hero-copy h1 { font-size: 44px; }.home-page .hero-copy .hero-lede { font-size: 15px; }.home-page .hero-actions { flex-wrap: wrap; }.hero-demo-window { margin-top: 39px; border-radius: 12px; }.demo-window-bar { padding: 0 11px; }.window-lights { width: 58px; }.demo-window-title { margin-left: -58px; font-size: 8px; }.demo-window-status { width: 58px; font-size: 0; }.demo-app-body { grid-template-columns: 1fr; min-height: 320px; }.demo-sidebar { display: none; }.demo-canvas { padding: 17px 16px 24px; }.demo-canvas-top { font-size: 6px; }.demo-paper { width: 95%; min-height: 239px; padding: 18px 17px 13px; }.demo-paper-head { font-size: 8px; }.demo-paper-head span { font-size: 6px; }.demo-paper-rule { margin: 12px 0 10px; }.demo-paper-meta { font-size: 5px; }.demo-paper-meta b { font-size: 7px; }.demo-paper-label { margin-top: 17px; font-size: 5px; }.demo-destination { min-height: 54px; padding: 8px 9px; font-size: 7px; }.demo-destination b { font-size: 8px; }.demo-new-address { top: 8px; right: 9px; left: 9px; }.demo-paper-grid { gap: 5px 8px; margin-top: 13px; }.demo-paper-foot { margin-top: 14px; font-size: 5px; }.demo-select-popover { top: 47%; left: 9%; padding: 8px 9px; }.demo-edit-popover { right: 7%; bottom: 9%; width: 190px; padding: 9px 10px; }.demo-edit-popover strong { font-size: 6px; }.demo-toast { right: 7%; bottom: 10%; padding: 8px 10px; font-size: 8px; }.demo-window-footer { min-height: 51px; padding: 8px 12px; }.demo-caption { font-size: 8px; }.demo-caption small { font-size: 7px; }.demo-progress { gap: 4px; }.demo-progress button { width: 17px; }.demo-progress button[aria-selected="true"] { width: 28px; }.hero-note { font-size: 9px; }
  .home-page .proof-band { padding: 22px 0 36px; }.home-page .proof-strip { grid-template-columns: 1fr; }.home-page .proof-stat { padding: 17px 18px; }.home-page .proof-stat + .proof-stat { border-top: 1px solid var(--line); border-left: 0; }.home-page .proof-qualifier { padding: 9px 13px 10px; font-size: 8px; line-height: 1.45; }
  .scroll-showcase { padding: 72px 0 78px; }.showcase-layout { display: flex; flex-direction: column; gap: 0; }.showcase-intro { order: 0; padding: 0 0 30px; }.showcase-intro h2 { font-size: 34px; }.showcase-visual { position: relative; top: auto; order: 1; width: 100%; }.showcase-scene { min-height: 292px; padding: 24px 15px; }.scene-paper { width: 91%; min-height: 231px; padding: 18px 18px; }.scene-paper-head { font-size: 7px; }.scene-paper-head span { font-size: 6px; }.scene-block { margin-top: 16px; padding: 8px; }.scene-block small { font-size: 5px; }.scene-block strong { font-size: 8px; }.scene-address { font-size: 7px; }.scene-new { top: 27px; left: 8px; }.scene-lines { margin-top: 15px; gap: 4px; }.scene-lines i { height: 3px; }.scene-upload { top: 31%; padding: 12px 15px; }.scene-approve { top: 43%; left: 40%; }.scene-focus-ring { width: 130px; height: 45px; }.scene-tooltip { top: -43px; min-width: 112px; padding: 6px 7px; }.scene-tooltip strong { font-size: 8px; }.scene-replace { right: 5%; bottom: 7%; }.scene-replace-card { width: 170px; padding: 9px; }.scene-download { top: 29%; }.scene-download-card { width: 160px; padding: 12px; }.showcase-footnote { font-size: 9px; }.showcase-steps { order: 2; width: 100%; margin-top: 30px; }.showcase-step { min-height: 0; padding: 21px 0; }.showcase-step.is-active { transform: none; }.showcase-step h3 { font-size: 18px; }.showcase-step p { font-size: 12px; }.comparison-layout { grid-template-columns: 1fr; gap: 35px; }.comparison-copy h2 { font-size: 34px; }.comparison-copy > p:not(.eyebrow):not(.comparison-claim) { font-size: 13px; }.comparison-stage { min-height: 0; }.comparison-handle span { width: 29px; height: 29px; font-size: 13px; }.comparison-note { font-size: 9px; }
}
@media (prefers-reduced-motion: reduce) { .demo-paper, .demo-old-address, .demo-new-address, .demo-selection, .demo-popover, .demo-toast, .showcase-progress span, .scene-paper, .scene-old, .scene-new, .scene-overlay, .showcase-step, .comparison-edited { transition: none; animation: none; } }

/* First-scroll hero to product-window architecture */
.home-page .hero-region { padding: 72px 0 0; background-color: var(--canvas); background-image: linear-gradient(rgba(28,91,110,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(28,91,110,.045) 1px, transparent 1px), radial-gradient(circle at 50% 0%, rgba(229,240,242,.9), transparent 48%); background-size: 32px 32px, 32px 32px, auto; }
.home-page .hero-region .hero-content { max-width: 1180px; }.home-page .hero-region .hero-copy { max-width: 760px; margin: 0 auto; }.home-page .hero-region .hero-copy h1 { margin-bottom: 17px; }.home-page .hero-region .hero-copy .hero-lede { max-width: 650px; }.home-page .hero-region .hero-actions { display: flex; align-items: center; justify-content: center; gap: 10px; }.home-page .hero-region .hero-demo-link { min-width: 145px; border-color: #b9cccf; background: rgba(255,255,255,.72); color: var(--teal); }.home-page .hero-region .hero-demo-link:hover { border-color: var(--teal); background: #fff; color: var(--teal-deep); }.home-page .hero-region .play-icon { display: inline-grid; place-items: center; width: 15px; height: 15px; border: 1px solid currentColor; border-radius: 50%; font-size: 7px; line-height: 1; }
.product-scroll-stage { position: relative; height: clamp(1400px, 200vh, 1800px); margin: 52px auto 0; }.product-sticky { position: sticky; top: clamp(94px, 24vh, 218px); display: grid; justify-items: center; height: clamp(360px, 59.3vh, 534px); }.product-viewport { position: relative; width: min(69vw, 1000px); height: 100%; overflow: hidden; border: 1px solid rgba(169,202,208,.78); border-radius: 16px; background: #0d3443; box-shadow: 0 28px 70px rgba(20,55,66,.18), 0 5px 15px rgba(20,55,66,.08); isolation: isolate; }.product-chrome-layer { position: absolute; z-index: 1; inset: 0; overflow: hidden; background: #0d3443; opacity: var(--product-progress, 0); transform: scale(calc(1.2 - (var(--product-progress, 0) * .2))); transform-origin: center; transition: opacity .08s linear, transform .08s linear; }.product-chrome-top { display: flex; align-items: center; justify-content: space-between; height: 39px; padding: 0 17px; background: #0f3d4d; color: #b9d1d5; font-size: 8px; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }.chrome-brand { color: #e8f3f2; letter-spacing: .02em; }.chrome-brand b { margin-left: 6px; color: #65b5aa; font-weight: 780; }.chrome-window-actions { color: #799ba2; letter-spacing: .2em; }.product-chrome-body { display: grid; grid-template-columns: 54px 1fr; height: calc(100% - 39px); }.chrome-rail { display: flex; flex-direction: column; align-items: center; gap: 14px; padding: 19px 0; border-right: 1px solid rgba(212,236,238,.13); background: #0b3040; color: #7599a1; font-size: 14px; }.chrome-rail > span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 7px; }.chrome-rail .chrome-rail-active { background: rgba(229,240,242,.14); color: #e5f0f2; }.chrome-rail-bottom { margin-top: auto; }.chrome-workspace { position: relative; background: radial-gradient(circle at 55% 30%, rgba(209,231,231,.44), transparent 48%), #d2e0e0; }.chrome-toolbar { display: flex; align-items: center; justify-content: flex-end; gap: 17px; height: 34px; padding: 0 18px; border-bottom: 1px solid rgba(16,59,74,.12); color: #6b888e; font-size: 7px; font-weight: 800; letter-spacing: .08em; }.chrome-toolbar span:first-child { margin-right: auto; }.chrome-tool-active { color: var(--teal); }.chrome-bottom { position: absolute; right: 0; bottom: 0; left: 0; display: flex; align-items: center; justify-content: space-between; height: 31px; padding: 0 17px; border-top: 1px solid rgba(16,59,74,.13); color: #668188; font-size: 7px; letter-spacing: .04em; }.chrome-ready { color: #2d805f; }
.demo-video-layer { position: absolute; z-index: 2; inset: 0; display: grid; place-items: center; transform: translate3d(calc(var(--product-progress, 0) * 2.4%), calc(var(--product-progress, 0) * 10%), 0) scale(calc(1 - (var(--product-progress, 0) * .364))); transform-origin: center; transition: transform .08s linear; }.product-demo-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; background: linear-gradient(135deg, #d9e7e8, #eff5f4 58%, #d4e4e5); }.synthetic-video-fallback { position: relative; z-index: 1; width: min(78%, 650px); min-height: 72%; padding: 30px 35px 24px; border: 1px solid #d1dcdc; background: rgba(255,255,255,.97); box-shadow: 0 19px 38px rgba(41,78,84,.2); color: var(--ink); transform: rotate(-.7deg); }.video-paper-head, .video-meta, .video-foot { display: flex; align-items: center; justify-content: space-between; }.video-paper-head { color: var(--teal); font-size: 11px; letter-spacing: .14em; }.video-paper-head span { color: var(--muted); font-size: 8px; letter-spacing: .04em; }.video-paper-head b { margin-left: 7px; color: var(--ink); }.video-rule { height: 1px; margin: 20px 0 15px; background: var(--line); }.video-meta { justify-content: flex-start; gap: 35px; color: var(--muted); font-size: 7px; font-weight: 850; letter-spacing: .09em; }.video-meta span { display: grid; gap: 4px; }.video-meta b { color: var(--ink-soft); font-size: 9px; letter-spacing: 0; }.video-label { margin-top: 29px; color: var(--muted); font-size: 7px; font-weight: 850; letter-spacing: .1em; }.video-address { position: relative; min-height: 64px; margin-top: 7px; padding: 12px 13px; border: 1px solid #d9e2e2; background: #fbfcfc; color: var(--ink-soft); font-size: 9px; line-height: 1.45; }.video-address b { color: var(--ink); font-size: 10px; }.video-new-address { position: absolute; top: 12px; right: 13px; left: 13px; opacity: 0; }.video-lines { display: grid; gap: 7px; margin-top: 23px; }.video-lines i { height: 5px; border-radius: 4px; background: #e6ecec; }.video-lines i:nth-child(2) { width: 73%; }.video-lines i:nth-child(3) { width: 88%; }.video-foot { margin-top: 25px; padding-top: 10px; border-top: 1px solid var(--line); color: var(--muted); font-size: 6px; font-weight: 800; letter-spacing: .06em; }.video-selection { position: absolute; top: 30%; left: 14%; width: 72%; height: 18%; border: 2px solid #e0ad37; border-radius: 4px; background: rgba(233,184,74,.15); opacity: 0; animation: fallback-selection 7.2s infinite; }.video-popover, .video-replace, .video-ready { position: absolute; z-index: 3; opacity: 0; animation-iteration-count: infinite; }.video-popover { top: 48%; left: 16%; display: flex; align-items: center; gap: 9px; padding: 10px 12px; border: 1px solid #b4cfd2; border-radius: 9px; background: rgba(255,255,255,.96); box-shadow: 0 12px 28px rgba(31,72,80,.17); animation: fallback-select 7.2s infinite; }.video-popover > span { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 6px; background: var(--amber-pale); color: #8d681c; }.video-popover strong, .video-popover small { display: block; }.video-popover strong { color: var(--ink); font-size: 9px; }.video-popover small { margin-top: 2px; color: var(--muted); font-size: 7px; }.video-popover b { color: var(--teal); }.video-replace { right: 11%; bottom: 15%; width: 245px; padding: 12px 14px; border: 1px solid #b5d6d9; border-radius: 8px; background: rgba(255,255,255,.96); box-shadow: 0 12px 24px rgba(38,75,82,.16); animation: fallback-replace 7.2s infinite; }.video-replace small { display: block; margin-bottom: 7px; color: var(--teal); font-size: 7px; font-weight: 850; letter-spacing: .1em; }.video-replace strong { color: var(--teal-deep); font-size: 8px; }.video-ready { right: 11%; bottom: 15%; padding: 11px 14px; border: 1px solid #a5d3c0; border-radius: 8px; background: #f4fffa; color: #236c52; font-size: 9px; font-weight: 780; animation: fallback-ready 7.2s infinite; }.video-ready span { margin-right: 6px; }.product-stage-caption { display: flex; align-items: center; justify-content: space-between; width: min(69vw, 1000px); margin-top: 13px; color: var(--ink-soft); font-size: 10px; }.product-stage-caption small { color: var(--muted); font-size: 9px; }.home-page .proof-band { position: relative; z-index: 2; padding: 30px 0 52px; background: var(--canvas); }
@keyframes fallback-selection { 0%, 23% { opacity: 0; transform: scale(.96); } 30%, 57% { opacity: 1; transform: scale(1); } 64%, 100% { opacity: 0; transform: scale(1.02); } } @keyframes fallback-select { 0%, 26% { opacity: 0; transform: translateY(8px); } 32%, 56% { opacity: 1; transform: translateY(0); } 64%, 100% { opacity: 0; transform: translateY(-3px); } } @keyframes fallback-replace { 0%, 56% { opacity: 0; transform: translateY(8px); } 63%, 79% { opacity: 1; transform: translateY(0); } 86%, 100% { opacity: 0; transform: translateY(-3px); } } @keyframes fallback-ready { 0%, 79% { opacity: 0; transform: translateY(8px); } 86%, 100% { opacity: 1; transform: translateY(0); } }
@media (max-width: 900px) { .home-page .hero-region { padding-top: 61px; }.product-scroll-stage { height: clamp(1350px, 205vh, 1800px); }.product-sticky { top: clamp(94px, 22vh, 190px); }.product-viewport, .product-stage-caption { width: min(82vw, 900px); }.synthetic-video-fallback { width: 79%; }.demo-cursor { display: none; } }
@media (max-width: 700px) {
  .home-page .hero-region { padding: 53px 0 0; }.home-page .hero-region .hero-copy h1 { font-size: 44px; }.home-page .hero-region .hero-copy .hero-lede { font-size: 15px; }.product-scroll-stage { height: clamp(1250px, 190vh, 1700px); margin-top: 39px; }.product-sticky { top: clamp(82px, 18vh, 160px); height: calc((100vw - 32px) * .5625); min-height: 0; }.product-viewport, .product-stage-caption { width: calc(100vw - 32px); }.product-viewport { border-radius: 12px; }.product-chrome-top { height: 28px; padding: 0 10px; font-size: 6px; }.chrome-window-actions { display: none; }.product-chrome-body { grid-template-columns: 32px 1fr; height: calc(100% - 28px); }.chrome-rail { gap: 8px; padding: 11px 0; font-size: 9px; }.chrome-rail > span { width: 20px; height: 20px; }.chrome-toolbar { gap: 7px; height: 24px; padding: 0 9px; font-size: 5px; }.chrome-bottom { height: 22px; padding: 0 9px; font-size: 5px; }.synthetic-video-fallback { width: 79%; min-height: 71%; padding: 17px 18px 13px; }.video-paper-head { font-size: 7px; }.video-paper-head span { font-size: 5px; }.video-rule { margin: 11px 0 9px; }.video-meta { gap: 12px; font-size: 5px; }.video-meta b { font-size: 6px; }.video-label { margin-top: 15px; font-size: 5px; }.video-address { min-height: 43px; margin-top: 5px; padding: 7px 8px; font-size: 6px; }.video-address b { font-size: 7px; }.video-new-address { top: 7px; right: 8px; left: 8px; }.video-lines { gap: 4px; margin-top: 12px; }.video-lines i { height: 3px; }.video-foot { margin-top: 12px; padding-top: 6px; font-size: 4px; }.video-selection { top: 31%; left: 11%; width: 78%; height: 19%; }.video-popover { top: 47%; left: 7%; padding: 7px 8px; }.video-popover > span { width: 17px; height: 17px; font-size: 9px; }.video-popover strong { font-size: 6px; }.video-popover small { font-size: 5px; }.video-replace { right: 6%; bottom: 11%; width: 172px; padding: 8px 9px; }.video-replace small { margin-bottom: 5px; font-size: 5px; }.video-replace strong { font-size: 6px; }.video-ready { right: 6%; bottom: 11%; padding: 8px 9px; font-size: 6px; }.product-stage-caption { display: grid; gap: 2px; margin-top: 9px; font-size: 8px; }.product-stage-caption small { font-size: 7px; }.home-page .proof-band { padding: 22px 0 36px; }
}
@media (prefers-reduced-motion: reduce) { .product-scroll-stage { height: auto; }.product-sticky { position: relative; top: auto; height: auto; }.product-viewport { height: clamp(360px, 59.3vh, 534px); }.demo-video-layer { transform: translate3d(2.4%, 10%, 0) scale(.636); }.product-chrome-layer { opacity: 1; transform: scale(1); } }

.home-page .hero-region { overflow: visible; }.product-sticky { display: flex; flex-direction: column; align-items: center; }.product-viewport { flex: 1 1 auto; height: auto; min-height: 0; }.product-stage-caption { flex: 0 0 auto; }
.product-sticky { --product-window-height: clamp(360px, 59.3vh, 534px); height: calc(var(--product-window-height) + 16px); }.product-viewport { flex: 0 0 var(--product-window-height); width: min(66vw, 950px); height: var(--product-window-height); }.product-stage-caption { width: min(66vw, 950px); }
@media (max-width: 900px) { .product-viewport, .product-stage-caption { width: min(82vw, 900px); } }
@media (max-width: 700px) { .product-sticky { display: flex; --product-window-height: calc((100vw - 32px) * .5625); height: calc(var(--product-window-height) + 24px); }.product-viewport { flex: 0 0 var(--product-window-height); width: calc(100vw - 32px); height: var(--product-window-height); }.product-stage-caption { width: calc(100vw - 32px); } }
@media (prefers-reduced-motion: reduce) { .product-scroll-stage { height: auto; }.product-sticky { position: relative; top: auto; height: auto; }.product-viewport { flex: 0 0 var(--product-window-height); height: var(--product-window-height); } }

/* Targeted hero and header refinements */
.home-page .hero-region { padding-top: 56px; }
.home-page .hero-region::before { position: absolute; z-index: 0; top: 0; right: 0; left: 0; height: 110px; background: linear-gradient(to bottom, rgba(255,255,255,.98) 0%, rgba(255,255,255,.84) 38%, rgba(255,255,255,0) 100%); content: ""; pointer-events: none; }
.home-page .hero-region .hero-copy { max-width: 1110px; }
.home-page .hero-copy h1 { max-width: 1110px; font-size: clamp(40px, 4.8vw, 60px); line-height: 1.02; }
.home-page .hero-copy .hero-lede { color: var(--ink); }
.home-page .hero-copy .hero-cta { min-width: 170px; padding: 19px 40px; font-size: 16px; }
.nav-links { margin: 0; }

@media (min-width: 701px) {
  .site-nav { justify-content: flex-end; }
}

@media (min-width: 1200px) {
  .home-page .hero-copy h1 { max-width: none; white-space: nowrap; font-size: clamp(40px, 4.2vw, 56px); }
}

@media (max-width: 700px) {
  .home-page .hero-region { padding-top: 46px; }
  .home-page .hero-copy { max-width: 100%; }
  .home-page .hero-copy h1 { max-width: 100%; font-size: clamp(38px, 10.6vw, 48px); }
}

.home-page .comparison-document-content { width: 89.2857%; margin: 0 auto; transform: scale(1.12); transform-origin: top center; }
.home-page .proof-stat strong span { color: inherit; font-size: inherit; font-weight: inherit; line-height: inherit; }
.home-page .comparison-headline-line { display: block; }
.home-page .comparison-headline-line:last-child { text-align: center; }
.home-page .comparison-copy p { margin-top: 25px; text-align: center; }
.home-page .comparison-headline-edited { position: relative; display: inline-block; color: #d62828; }
.home-page .comparison-headline-edited::after { position: absolute; top: 43%; right: -.5cm; left: -.5cm; height: 5px; border-radius: 999px; background: var(--ink); content: ""; pointer-events: none; transform: rotate(-6deg); }

@media (min-width: 701px) {
  .home-page .proof-strip { margin-top: 32px; }
}

@media (max-width: 700px) {
  .home-page .proof-strip { margin-top: 59px; }
}

@media (min-width: 701px) {
  .home-page .comparison-copy h2 { max-width: none; margin-top: calc(-.44em - 36px); font-size: clamp(37px, 4.5vw, 59px); line-height: 1.16; min-height: 232px; display: flex; flex-direction: column; justify-content: space-between; }
  .home-page .comparison-headline-line { display: block; white-space: nowrap; }
  .home-page .comparison-headline-line:nth-child(2) { margin-bottom: 8px; }
  .home-page .comparison-copy { transform: translateX(-28px); }
}

.home-page .comparison-demo { position: relative; z-index: 0; }
.home-page .comparison-demo .comparison-header { position: relative; height: 12.4px; overflow: visible; }
.home-page .comparison-demo .comparison-header > span { position: absolute; top: -3px; display: inline-flex; align-items: center; gap: 7px; padding: 4px 8px; border: 1px solid #476878; border-radius: 999px; background: linear-gradient(180deg, #294655, #172d39); box-shadow: 0 7px 14px rgba(11,28,37,.24), inset 0 1px 0 rgba(255,255,255,.12); color: #b8d5dc; font-size: 9px; font-weight: 820; line-height: 1; letter-spacing: .14em; text-shadow: 0 1px 1px rgba(0,0,0,.25); white-space: nowrap; }
.home-page .comparison-demo .comparison-header > span:first-child { left: 0; }
.home-page .comparison-demo .comparison-header > span:first-child > i { color: #d3e5e9; font-size: 12px; font-style: normal; letter-spacing: 0; }
.home-page .comparison-demo .comparison-header > .comparison-status { right: 0; border-color: #5f9b7b; background: linear-gradient(180deg, #285541, #1c3d31); color: #a5dfb8; }
.home-page .comparison-demo .comparison-status i { flex: 0 0 auto; width: 5px; height: 5px; background: #83d3a2; box-shadow: 0 0 0 3px rgba(131,211,162,.15); }
.home-page .comparison-demo .comparison-segmented-control { display: grid; grid-template-columns: 1fr auto 1fr; align-items: stretch; width: min(100%, 360px); height: 50px; margin: 14px auto 0; padding: 4px; border: 1px solid #cbdcde; border-radius: 999px; background: rgba(255,255,255,.92); box-shadow: 0 8px 20px rgba(35,62,69,.1), inset 0 1px 0 rgba(255,255,255,.95); }
.home-page .comparison-demo .comparison-option { min-width: 0; border: 0; border-radius: 999px; padding: 0 18px; background: transparent; color: var(--ink); font-size: 10px; font-weight: 850; letter-spacing: .14em; line-height: 1; cursor: pointer; transition: background .28s ease, color .28s ease, box-shadow .28s ease, transform .16s ease; }
.home-page .comparison-demo .comparison-option:hover { background: #edf4f5; }
.home-page .comparison-demo .comparison-option:focus-visible { outline: 2px solid var(--amber); outline-offset: -3px; }
.home-page .comparison-demo .comparison-option:active { transform: scale(.97); }
.home-page .comparison-demo .comparison-option.is-active { background: var(--teal-deep); box-shadow: 0 4px 10px rgba(16,59,74,.2); color: #fff; }
.home-page .comparison-demo .comparison-option.is-active:hover { background: var(--teal); }
.home-page .comparison-demo .comparison-control-divider { display: grid; place-items: center; width: 30px; color: var(--teal); font-size: 17px; font-weight: 700; }
.home-page .comparison-demo .comparison-range { cursor: grab; }
.home-page .comparison-demo .comparison-range:active { cursor: grabbing; }
.home-page .comparison-demo .comparison-handle span { transition: transform .2s ease, box-shadow .2s ease; }
.home-page .comparison-demo .comparison-stage:has(.comparison-range:hover) .comparison-handle span,
.home-page .comparison-demo .comparison-stage:has(.comparison-range:focus-visible) .comparison-handle span { transform: scale(1.08); box-shadow: 0 0 0 2px rgba(5,20,27,.18), 0 7px 16px rgba(100,72,15,.32); }
.home-page .comparison-demo.is-dragging .comparison-handle span { box-shadow: 0 0 0 2px rgba(5,20,27,.2), 0 9px 20px rgba(100,72,15,.4); }
.comparison-handle-nudge { animation: comparison-handle-nudge .85s cubic-bezier(.22,.9,.3,1) both; }
@keyframes comparison-handle-nudge { 0%, 100% { transform: translateX(-50%); } 25% { transform: translateX(calc(-50% - 5px)); } 58% { transform: translateX(calc(-50% + 4px)); } }

.pricing-preview .mini-pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; max-width: none; }
.pricing-preview { padding: 82px 0 92px; }
.pricing-preview .compact-section { max-width: 1110px; }
.pricing-preview .section-heading { max-width: none; margin: 0 auto 50px; }
.pricing-preview .section-heading h2 { margin: 0 0 20px; font-size: clamp(52px, 5vw, 60px); font-weight: 820; letter-spacing: -.06em; line-height: 1.02; }
.pricing-preview .section-heading > p:last-child { margin: 0; color: var(--ink-soft); font-size: 20px; font-weight: 560; line-height: 1.45; text-align: center; }
.pricing-preview .price-card { min-height: 560px; height: 100%; padding: 12px 12px 30px; border-color: #d5e1e2; border-radius: 14px; background: #fff; box-shadow: 0 10px 24px rgba(35,62,69,.055), 0 2px 5px rgba(35,62,69,.025); }
.pricing-preview .pricing-card-monthly { border-color: #c7d8da; }
.pricing-preview .yearly-price { border: 1px solid #b7cacc; background: #fff; box-shadow: 0 10px 24px rgba(35,62,69,.065), 0 2px 5px rgba(35,62,69,.03); }
.pricing-preview .pricing-card-summary { display: flex; flex-direction: column; min-height: 342px; padding: 23px 22px 20px; border-radius: 10px; background: #f4f7f7; box-shadow: inset 0 1px 1px rgba(255,255,255,.9), 0 3px 9px rgba(35,62,69,.06); }
.pricing-preview .yearly-price .pricing-card-summary { background: #f1f7f7; }
.pricing-preview .pricing-card-summary-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; min-height: 48px; }
.pricing-preview .pricing-card-icon { display: grid; place-items: center; width: 46px; height: 46px; flex: 0 0 46px; border: 1px solid #d4e0e1; border-radius: 10px; background: #fff; color: var(--teal-deep); box-shadow: 0 3px 7px rgba(35,62,69,.07); }
.pricing-preview .pricing-card-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.55; }
.pricing-preview .pricing-best-seller { flex: 0 0 auto; margin-top: 1px; padding: 8px 12px; border-radius: 999px; background: var(--teal-deep); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .06em; line-height: 1; white-space: nowrap; }
.pricing-preview .price-label { min-width: 0; margin: 19px 0 8px; color: var(--teal-deep); font-size: 26px; font-weight: 820; letter-spacing: -.05em; line-height: 1.08; }
.pricing-preview .price-description { min-height: 48px; margin: 0; color: var(--ink-soft); font-size: 16px; line-height: 1.42; }
.pricing-preview .price { display: flex; align-items: baseline; column-gap: 6px; margin: 22px 0 0; color: var(--ink); font-size: 52px; font-weight: 800; letter-spacing: -.03em; line-height: .98; font-kerning: normal; }
.pricing-preview .price sup { position: relative; top: -.12em; margin-right: 0; font-size: 22px; letter-spacing: 0; line-height: 1; vertical-align: baseline; }
.pricing-preview .price small { margin-left: 0; color: var(--muted); font-size: 13px; font-weight: 600; letter-spacing: 0; line-height: 1.2; white-space: nowrap; }
.pricing-preview .price-secondary { min-height: 18px; margin: 7px 0 0; color: var(--teal); font-size: 12px; font-weight: 720; line-height: 1.35; }
.pricing-preview .pricing-card-cta { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; min-height: 46px; margin-top: auto; padding: 12px 16px; border: 1px solid #d0dcde; border-radius: 8px; background: #f1f5f6; color: var(--ink) !important; font-size: 14px; font-weight: 800; box-shadow: 0 2px 4px rgba(35,62,69,.04); transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease; }
.pricing-preview .pricing-card-single .pricing-card-cta { border-color: #aebfc2; }
.pricing-preview .pricing-card-cta span { margin-left: 0; font-size: 17px; line-height: 1; }
.pricing-preview .pricing-card-cta:hover { border-color: #b5c9cc; background: #e7eef0; color: var(--teal-deep) !important; box-shadow: 0 5px 12px rgba(35,62,69,.07); transform: translateY(-2px); }
.pricing-preview .pricing-card-monthly .pricing-card-cta { border-color: var(--teal-deep); background: var(--teal-deep); color: #fff !important; box-shadow: 0 5px 12px rgba(16,59,74,.16); }
.pricing-preview .pricing-card-monthly .pricing-card-cta:hover { border-color: var(--teal); background: var(--teal); color: #fff !important; box-shadow: 0 7px 15px rgba(16,59,74,.2); }
.pricing-preview .yearly-price .pricing-card-cta { border-color: #9c6c1c; background: #b8872f; color: #fff !important; box-shadow: 0 6px 14px rgba(119,77,17,.2), inset 0 1px 0 rgba(255,246,211,.24); }
.pricing-preview .yearly-price .pricing-card-cta:hover { border-color: #aa7924; background: #c99b47; color: #fff !important; box-shadow: 0 8px 17px rgba(119,77,17,.24), inset 0 1px 0 rgba(255,248,220,.3); }
.pricing-preview .yearly-price .pricing-card-cta:active { border-color: #8f6118; background: #a87522; color: #fff !important; box-shadow: 0 3px 7px rgba(119,77,17,.2), inset 0 1px 2px rgba(86,53,10,.18); }
.pricing-preview .pricing-card-features { flex: 1; padding: 31px 10px 0; }
.pricing-preview .price-features { display: grid; gap: 20px; min-height: 0; margin: 0; padding: 0; list-style: none; color: var(--ink); font-size: 16px; line-height: 1.45; }
.pricing-preview .price-features li { display: flex; align-items: flex-start; gap: 11px; }
.pricing-preview .price-features li::before { flex: 0 0 auto; margin-top: 1px; color: var(--teal); content: "✓"; font-size: 16px; font-weight: 600; line-height: 1.45; }
@media (max-width: 700px) {
  .pricing-preview { padding: 70px 0 78px; }
  .pricing-preview .section-heading { margin-bottom: 44px; }
  .pricing-preview .section-heading h2 { margin-bottom: 20px; font-size: clamp(35px, 10vw, 47px); line-height: 1.04; }
  .pricing-preview .mini-pricing-grid { grid-template-columns: 1fr; gap: 16px; }
  .pricing-preview .price-card { min-height: 0; padding: 10px 10px 26px; }
  .pricing-preview .pricing-card-summary { min-height: 325px; padding: 21px 19px 18px; }
  .pricing-preview .pricing-card-features { padding: 29px 8px 0; }
  .pricing-preview .price-label { font-size: 24px; }
  .pricing-preview .price-description { font-size: 15px; }
  .pricing-preview .price-features { min-height: 0; }
  .pricing-preview .price { font-size: 46px; }
  .pricing-preview .yearly-price { transform: none; }
}

/* Seamless comparison-to-pricing handoff */
.home-page .comparison-section + .pricing-preview {
  margin-top: -34px;
  padding-top: 82px;
  background: radial-gradient(circle at 50% 0%, rgba(229,240,242,.62), transparent 44%), var(--canvas);
}

@media (max-width: 700px) {
  .home-page .comparison-section + .pricing-preview {
    margin-top: -22px;
    padding-top: 70px;
  }
}

/* Final landing-page polish: FAQ, conversion CTA, and footer */
.faq-layout { grid-template-columns: .62fr 1.38fr; gap: 70px; }
.faq-list summary { padding: 20px 0; font-size: 14px; font-weight: 740; }
.faq-list summary span { display: grid; place-items: center; width: 25px; height: 25px; flex: 0 0 25px; font-size: 22px; line-height: 1; }
.faq-list details p { margin: -3px 30px 20px 0; font-size: 13px; line-height: 1.65; }
.cta-inner { justify-content: flex-start; gap: 90px; }
.cta-section .button-light { width: min(315px, 100%); min-width: 0; min-height: 90px; padding: 27px 42px; border-radius: 9px; font-size: 25px; font-weight: 800; box-shadow: 0 13px 26px rgba(5,20,27,.22); }
.footer-grid { align-items: start; gap: 45px; padding: 40px 0 28px; border-bottom: 1px solid rgba(210,230,233,.14); }
.footer-logo-block { display: flex; flex-direction: column; align-items: flex-start; }
.footer-brand { padding-top: 14px; }
.footer-brand .brand-logo { display: block; width: 270px; height: auto; filter: brightness(0) invert(1); }
.footer-copyright { display: block; margin-top: 22px; padding-top: 0; border-top: 0; color: #89a1a7; font-size: 10px; }
.footer-grid p { margin: 9px 0 0; }
.footer-links { gap: 72px; }
.footer-links div { gap: 10px; min-width: 100px; }
.footer-links strong { margin-bottom: 2px; font-size: 15px; }
.footer-links a { font-size: 16px; }
@media (max-width: 900px) {
  .faq-layout { gap: 45px; }
  .cta-inner { gap: 48px; }
}
@media (min-width: 701px) {
  .cta-section .button-light { margin-left: auto; }
}
@media (max-width: 700px) {
  .faq-layout { grid-template-columns: 1fr; gap: 32px; }
}

/* FAQ placement and hierarchy */
.faq-section { padding-top: 48px; }
.faq-layout .section-heading h2 { max-width: 430px; font-size: clamp(38px, 4vw, 48px); line-height: 1.04; }
.faq-layout .section-heading > p:last-child { margin-top: 20px; line-height: 1.55; }
@media (max-width: 700px) {
  .faq-section { padding-top: 40px; }
  .faq-layout .section-heading h2 { font-size: clamp(34px, 9vw, 42px); }
}

/* Match the three launch plans without changing the card design. */
.synthetic-video-fallback[hidden] { display: none; }
.launch-pricing-cards { max-width: 1110px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
@media (max-width: 700px) { .launch-pricing-cards { grid-template-columns: 1fr; } }

/* Original comparison content fitted to the existing animated hero media frame. */
.hero-comparison .comparison-document { font-size: 1.66667cqw; text-align: left; position: absolute; inset: 0; padding: 4.66667cqw 5.66667cqw 4cqw; background: #fff; color: var(--ink); }
.hero-comparison .comparison-original { background: #fffdf8; }
.hero-comparison .comparison-edited { z-index: 1; background: #fff; clip-path: inset(0 0 0 var(--split)); transition: clip-path .05s linear; }
.hero-comparison .comparison-doc-head, .hero-comparison .comparison-doc-columns, .hero-comparison .comparison-table { display: flex; align-items: center; justify-content: space-between; }
.hero-comparison .comparison-doc-head { color: var(--teal); font-size: 1.66667cqw; letter-spacing: .15em; }
.hero-comparison .comparison-doc-head span { color: var(--muted); font-size: 1.16667cqw; letter-spacing: .1em; }
.hero-comparison .comparison-doc-title { margin-top: 4.5cqw; color: var(--ink); font-size: 1.83333cqw; font-weight: 820; letter-spacing: .06em; }
.hero-comparison .comparison-doc-title b { float: right; color: var(--muted); font-size: 1.33333cqw; font-weight: 650; }
.hero-comparison .comparison-doc-rule { height: 0.166667cqw; margin: 1.66667cqw 0 3cqw; background: var(--line); }
.hero-comparison .comparison-doc-columns { align-items: flex-start; gap: 4cqw; }
.hero-comparison .comparison-doc-columns > span { display: grid; flex: 1; gap: 0.666667cqw; }
.hero-comparison .comparison-doc-columns small, .hero-comparison .comparison-doc-label { color: var(--muted); font-size: 1.16667cqw; font-weight: 850; letter-spacing: .1em; }
.hero-comparison .comparison-doc-columns b { font-size: 1.66667cqw; }
.hero-comparison .comparison-doc-columns em { color: var(--ink-soft); font-size: 1.33333cqw; font-style: normal; }
.hero-comparison .comparison-doc-label { margin-top: 4cqw; }
.hero-comparison .comparison-doc-label mark { margin-left: 1cqw; padding: 0.5cqw 0.833333cqw; border-radius: 0.5cqw; background: var(--amber-pale); color: #896316; font-size: 1cqw; }
.hero-comparison .comparison-address { display: grid; gap: 0.5cqw; margin-top: 1.16667cqw; padding: 2cqw; border: 0.166667cqw dashed #d6b057; background: rgba(255,243,212,.45); }
.hero-comparison .comparison-edited .comparison-address { border-style: solid; border-color: #2b91aa; background: rgba(229,240,242,.56); }
.hero-comparison .comparison-address b { font-size: 1.66667cqw; }
.hero-comparison .comparison-address span { color: var(--ink-soft); font-size: 1.5cqw; }
.hero-comparison .comparison-table { gap: 1.5cqw; margin-top: 3.16667cqw; padding: 1.5cqw 0; border-top: 0.166667cqw solid var(--line); border-bottom: 0.166667cqw solid var(--line); color: var(--ink-soft); font-size: 1.33333cqw; }
.hero-comparison .comparison-table span { flex: 1; }
.hero-comparison .comparison-doc-lines { display: grid; gap: 1cqw; margin-top: 3cqw; }
.hero-comparison .comparison-doc-lines i { height: 0.666667cqw; border-radius: 0.666667cqw; background: #e5ebeb; }
.hero-comparison .comparison-doc-lines i:nth-child(2) { width: 72%; }
.hero-comparison .comparison-doc-lines i:nth-child(3) { width: 86%; }
.hero-comparison { display: flex; flex-direction: column; justify-content: center; background: linear-gradient(135deg, #d9e7e8, #eff5f4 58%, #d4e4e5); }
.hero-comparison > .demo-window-bar { position: absolute; inset: 0 0 auto; height: 39px; }
.hero-comparison .comparison-stage { flex: 0 0 72%; width: 78%; margin: 0; aspect-ratio: auto; border-radius: 0; container-type: inline-size; }
.hero-comparison .comparison-labels { position: absolute; right: 11%; bottom: 3%; left: 11%; margin: 0; }
.hero-comparison .comparison-range { touch-action: pan-y; }
.hero-comparison .comparison-handle { width: 4px; box-shadow: 0 0 0 1px rgba(16,59,74,.2); }
@media (max-width: 700px) { .hero-comparison > .demo-window-bar { height: 28px; padding: 0 10px; font-size: 6px; } .hero-comparison .comparison-stage { flex-basis: 71%; width: 79%; margin-top: 12px; } .hero-comparison .comparison-labels { bottom: 2%; font-size: 6px; } }

/* One comparison surface first; the same surface settles into the editor on scroll. */
.product-mobile-cta { display: none; }
@media (max-width: 700px) {
  .product-stage-caption { position: relative; }
  .product-mobile-cta {
    position: fixed;
    top: calc(var(--mobile-cta-top, 100svh) - env(safe-area-inset-bottom, 0px));
    left: 20px;
    right: 20px;
    display: flex;
    height: 60px;
    padding: 16px 20px;
    font-size: 21px;
    font-weight: 800;
    opacity: var(--mobile-cta-opacity, 0);
    transform: translate3d(0, var(--mobile-cta-y, 24px), 0);
    transition: opacity .08s linear, transform .08s linear;
  }
  .product-mobile-cta[inert] { pointer-events: none; }
}
.product-comparison-headline {
  position: absolute;
  z-index: 3;
  bottom: calc(100% + 20px);
  width: min(90vw, 950px);
  margin: 0;
  padding: 0 20px;
  font-size: clamp(28px, 3.4vw, 46px);
  line-height: 1.12;
  text-align: center;
  pointer-events: none;
  opacity: var(--comparison-headline-opacity, 0);
  transform: translate3d(0, var(--comparison-headline-y, 44px), 0) scale(var(--comparison-headline-scale, .97));
  transition: opacity .08s linear, transform .08s linear;
}
@media (max-width: 700px) {
  .product-comparison-headline { bottom: calc(100% + 16px); width: calc(100vw - 24px); padding: 0 8px; font-size: clamp(22px, 5.8vw, 32px); }
}
@media (prefers-reduced-motion: reduce) {
  .product-comparison-headline { visibility: hidden; transition: none; }
}
.hero-comparison {
  transform: translate3d(calc(var(--product-progress, 0) * 2.4%), calc(var(--product-progress, 0) * 3%), 0) scale(calc(1 - var(--product-progress, 0) * .22));
}
.hero-comparison > .demo-window-bar {
  opacity: calc(1 - var(--product-progress, 0));
  transition: opacity .08s linear;
}
.hero-comparison .comparison-stage {
  position: absolute;
  inset: calc(39px * (1 - var(--product-progress, 0))) 0 0;
  width: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  transition: top .08s linear;
}
.hero-comparison .comparison-labels {
  z-index: 5;
  right: 16px;
  bottom: 12px;
  left: 16px;
  pointer-events: none;
}
@media (max-width: 700px) {
  .hero-comparison {
    inset: calc(var(--product-progress, 0) * 54px) calc(var(--product-progress, 0) * 4px) calc(var(--product-progress, 0) * 22px);
    transform: none;
    transition: inset .08s linear;
  }
  .hero-comparison .comparison-stage { top: calc(28px * (1 - var(--product-progress, 0))); }
  .hero-comparison .comparison-labels { right: 10px; bottom: 6px; left: 10px; font-size: 7px; }
  .product-chrome-body { grid-template-columns: 1fr; }
  .chrome-rail { display: none; }
  .chrome-toolbar span:nth-last-child(-n+2), .chrome-bottom > span:nth-child(2) { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-comparison, .hero-comparison > .demo-window-bar, .hero-comparison .comparison-stage { transition: none; }
}
