/* GENERATED by scripts/split-stylesheet.mjs from landing/styles.css.
   Do not edit by hand: edit landing/styles.css and re-run the splitter.

   The sheet every page in the estate loads first.
   specs/stylesheet-split.md. Rules are the original bytes in the original
   order, so the cascade within a sheet is the cascade styles.css had. */
:root {
  --navy: #18233a;
  --navy-2: #23314d;
  --blue: #2c5fd5;
  --blue-dark: #234fb9;
  --blue-light: #edf3ff;
  --teal: #148274;
  --teal-light: #eaf6f3;
  --amber: #d99a2b;
  --paper: #ffffff;
  --canvas: #f7f8fa;
  --canvas-warm: #f5f3ee;
  --line: #dde2ea;
  --line-dark: #cdd4df;
  --text: #1d293d;
  --muted: #677286;
  --soft-text: #8b94a4;
  --shadow-sm: 0 8px 24px rgba(24, 35, 58, .07);
  --shadow-lg: 0 28px 80px rgba(24, 35, 58, .13);
  --font-sans: Roboto, "Helvetica Neue", Arial, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Roboto Slab", Georgia, "Times New Roman", ui-serif, serif;
}
@font-face { font-family: Roboto; font-style: normal; font-weight: 400; font-stretch: 100%; font-display: swap; src: url("fonts/roboto-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: Roboto; font-style: normal; font-weight: 500; font-stretch: 100%; font-display: swap; src: url("fonts/roboto-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: Roboto; font-style: normal; font-weight: 700; font-stretch: 100%; font-display: swap; src: url("fonts/roboto-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Roboto Slab"; font-style: normal; font-weight: 400; font-display: swap; src: url("fonts/roboto-slab-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Roboto Slab"; font-style: normal; font-weight: 500; font-display: swap; src: url("fonts/roboto-slab-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Roboto Slab"; font-style: normal; font-weight: 700; font-display: swap; src: url("fonts/roboto-slab-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
* { box-sizing: border-box; }
html { min-height: 100%; scroll-behavior: smooth; scroll-padding-top: calc(76px + env(safe-area-inset-top) + 1rem); background: var(--canvas); -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { min-height: 100dvh; margin: 0; background: var(--canvas); color: var(--text); font-family: var(--font-sans); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
.page-shell { overflow-x: clip; }
a { color: inherit; }
button, a, summary { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; }
h1, h2, h3, p { margin-top: 0; }
.skip-link { position: fixed; z-index: 1000; top: -5rem; left: 1rem; padding: .7rem 1rem; border-radius: 8px; background: var(--navy); color: white; }
.skip-link:focus { top: 1rem; }
.site-header { height: calc(76px + env(safe-area-inset-top)); padding-top: env(safe-area-inset-top); position: relative; z-index: 50; border-bottom: 1px solid rgba(221, 226, 234, .8); background: rgba(247, 248, 250, .94); -webkit-backdrop-filter: saturate(180%) blur(12px); backdrop-filter: saturate(180%) blur(12px); }
.nav-shell { width: min(1240px, calc(100% - 2.5rem)); height: 76px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; justify-self: start; text-decoration: none; }
.brand-mark { width: 40px; height: 40px; flex: 0 0 40px; display: block; filter: drop-shadow(0 6px 11px rgba(44,95,213,.18)); }
.brand-mark svg { width: 100%; height: 100%; display: block; }
.brand-copy strong, .brand-copy small { display: block; line-height: 1.05; }
.brand-copy strong { color: var(--navy); font-size: .98rem; font-weight: 700; letter-spacing: -.008em; }
.brand-copy .brand-eleven { color: var(--blue); }
.brand-copy small { margin-top: .25rem; color: var(--soft-text); font-size: .61rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.site-header nav { display: flex; align-items: center; gap: .1rem; }
.site-header nav a { padding: .55rem .72rem; border-radius: 7px; color: #4f5c70; font-size: .78rem; font-weight: 500; text-decoration: none; }
.site-header nav a:hover { background: white; color: var(--navy); }
.nav-actions { display: flex; align-items: center; justify-self: end; gap: .3rem; }
.sign-in-link { min-height: 40px; padding: .55rem .95rem; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line-dark); border-radius: 8px; background: var(--paper); box-shadow: 0 1px 2px rgba(24, 35, 58, .05); color: var(--navy); font-size: .78rem; font-weight: 500; text-decoration: none; white-space: nowrap; transition: border-color .16s ease, background .16s ease, color .16s ease, box-shadow .16s ease; }
.sign-in-link:hover { border-color: var(--blue); background: var(--blue-light); color: var(--blue); box-shadow: 0 4px 12px rgba(47, 100, 223, .12); }
.sign-up-link { min-height: 40px; padding: .55rem .95rem; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--blue); border-radius: 8px; background: var(--blue); box-shadow: 0 1px 2px rgba(24, 35, 58, .05); color: white; font-size: .78rem; font-weight: 600; text-decoration: none; white-space: nowrap; transition: border-color .16s ease, background .16s ease, box-shadow .16s ease; }
.sign-up-link:hover { border-color: var(--blue-dark); background: var(--blue-dark); box-shadow: 0 4px 12px rgba(47, 100, 223, .22); }
.button { min-height: 50px; padding: .82rem 1.15rem; display: inline-flex; align-items: center; justify-content: center; gap: .75rem; border: 1px solid transparent; border-radius: 9px; font-size: .83rem; font-weight: 500; text-decoration: none; transition: background .16s ease, border-color .16s ease, transform .16s ease, box-shadow .16s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--blue); color: white; box-shadow: 0 9px 22px rgba(47, 100, 223, .2); }
.button-primary:hover { background: var(--blue-dark); box-shadow: 0 12px 28px rgba(47, 100, 223, .25); }
.button-light { flex: 0 0 auto; background: white; color: var(--navy); box-shadow: 0 10px 30px rgba(6, 12, 26, .18); }
.button-light:hover { color: var(--blue); }
.text-link { min-height: 50px; padding: .75rem .15rem; display: inline-flex; align-items: center; gap: .55rem; color: var(--navy); font-size: .82rem; font-weight: 500; text-decoration: none; }
.text-link:hover { color: var(--blue); }
.eyebrow { display: inline-flex; align-items: center; gap: .6rem; color: var(--blue); font-size: .66rem; line-height: 1.3; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow > span { width: 22px; height: 1px; background: currentColor; }
.eyebrow.light { color: #a8c0f5; }
h1, h2 { color: var(--navy); font-family: var(--font-display); font-weight: 700; letter-spacing: -.018em; }
h1 { max-width: 680px; margin: 1.05rem 0 1.45rem; font-size: clamp(3.4rem, 5.15vw, 5.3rem); line-height: 1.04; }
.question-list { margin-top: 3.2rem; border-top: 1px solid var(--line-dark); }
.question-list details { border-bottom: 1px solid var(--line-dark); }
.question-list summary { min-height: 76px; padding: 1.2rem 0; display: flex; align-items: center; justify-content: space-between; gap: 2rem; color: var(--navy); font-size: .9rem; font-weight: 500; cursor: pointer; list-style: none; }
.question-list summary::-webkit-details-marker { display: none; }
.question-list summary span { color: var(--blue); font-size: 1.15rem; font-weight: 400; transition: transform .15s ease; }
.question-list details[open] summary span { transform: rotate(45deg); }
.question-list details p { max-width: 720px; margin: -.4rem 0 1.5rem; color: var(--muted); font-size: .8rem; }
.site-footer { width: min(1240px, calc(100% - 2.5rem)); min-height: 250px; margin: 0 auto; padding: 3.5rem 0 max(2rem, env(safe-area-inset-bottom)); display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 2.5fr); align-content: start; gap: 2.4rem 3rem; color: var(--muted); }
.footer-main { min-width: 0; }
.footer-main > p { max-width: 320px; margin: 1rem 0 0; font-size: .7rem; }
.footer-groups { min-width: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.9rem 1.5rem; }
.footer-group { min-width: 0; }
.footer-group-heading { margin: 0 0 .85rem; color: var(--soft-text); font-family: var(--font-sans); font-size: .6rem; font-weight: 700; letter-spacing: .12em; line-height: 1.3; text-transform: uppercase; }
.footer-group-links { display: grid; justify-items: start; gap: .5rem; }
.footer-group-links a, .footer-group-links .consent-reopen, .footer-sign-in { font-size: .7rem; font-weight: 500; line-height: 1.45; text-decoration: none; }
.footer-group-links a:hover, .footer-group-links .consent-reopen:hover, .footer-sign-in:hover { color: var(--blue); }
.footer-sign-in { margin-top: 1.2rem; display: inline-flex; align-items: center; gap: .35rem; color: var(--blue); }
.footer-bottom { padding-top: 1.3rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; grid-column: 1 / -1; border-top: 1px solid var(--line); color: var(--soft-text); font-size: .61rem; }
.footer-social { display: flex; align-items: center; gap: .2rem; }
.social-link { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; color: var(--muted); border-radius: 8px; text-decoration: none; }
.social-link:hover { color: var(--blue); background: var(--canvas); }
.social-link svg { width: 17px; height: 17px; fill: currentColor; }
.legal-nav-bottom .footer-social { order: 1; }
.legal-nav-bottom .social-link { width: 26px; height: 26px; }
.legal-nav-bottom .social-link svg { width: 16px; height: 16px; }
.legal-main { width: min(1120px, calc(100% - 2.5rem)); margin: 0 auto; padding: clamp(3.5rem, 7vw, 6rem) 0; display: grid; grid-template-columns: minmax(220px, .34fr) minmax(0, 1fr); gap: clamp(2rem, 6vw, 6rem); }
.legal-intro, .legal-content { min-width: 0; }
.legal-intro { align-self: start; position: sticky; top: 112px; }
.legal-intro h1 { margin: 1rem 0 1.2rem; font-size: clamp(2.8rem, 5vw, 4.6rem); }
.legal-contact a { color: var(--blue); font-size: .78rem; font-weight: 500; overflow-wrap: anywhere; }
.legal-content { padding: clamp(1.5rem, 4vw, 3.2rem); background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-sm); overflow-wrap: break-word; }
.legal-content img, .legal-content svg, .legal-content pre, .legal-content iframe { max-width: 100%; }
.legal-content section + section { margin-top: 2.3rem; padding-top: 2.3rem; border-top: 1px solid var(--line); }
.legal-content h2 { margin-bottom: .8rem; font-size: clamp(1.45rem, 2.6vw, 2rem); letter-spacing: -.016em; }
.legal-content p, .legal-content li { color: #566277; font-size: .83rem; line-height: 1.75; }
.legal-content ul, .legal-content ol { padding-left: 1.25rem; }
.legal-content li + li { margin-top: .45rem; }
.legal-content a { color: var(--blue); font-weight: 500; text-underline-offset: 3px; }
.legal-nav-bottom { margin-top: 2.5rem; padding-top: 1.5rem; display: flex; flex-wrap: wrap; gap: .7rem 1.2rem; border-top: 1px solid var(--line); }
.legal-nav-bottom a { font-size: .74rem; }
@media (max-width: 1040px) {
.nav-shell { grid-template-columns: 1fr auto; }
.site-header nav { display: none; }
.site-footer { grid-template-columns: minmax(0, .85fr) minmax(0, 2fr); }
.footer-groups { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
.legal-main { width: min(100% - 1.5rem, 1120px); grid-template-columns: minmax(0, 1fr); gap: 1.5rem; padding: 2.5rem 0; }
.legal-intro { position: static; }
.legal-intro h1 { font-size: clamp(2.5rem, 12vw, 3.6rem); }
.legal-content { padding: 1.35rem; border-radius: 14px; }
}
@media (max-width: 720px) {
.site-header { height: calc(68px + env(safe-area-inset-top)); }
.nav-shell { width: min(100% - 1.5rem, 1240px); height: 68px; gap: .75rem; }
.brand-copy small { display: none; }
.brand-mark { width: 37px; height: 37px; flex-basis: 37px; }
.nav-actions { gap: .12rem; }
.sign-in-link { min-height: 38px; padding: .55rem .72rem; border-radius: 7px; font-size: .7rem; }
.sign-up-link { min-height: 38px; padding: .55rem .72rem; border-radius: 7px; font-size: .7rem; }
h1 { font-size: clamp(3.05rem, 14.8vw, 4.7rem); line-height: .96; }
.question-list { margin-top: 2rem; }
.question-list summary { min-height: 68px; font-size: .82rem; }
.site-footer { width: min(100% - 2rem, 1240px); grid-template-columns: minmax(0, 1fr); gap: 2rem; }
.footer-groups { grid-template-columns: minmax(0, 1fr); gap: 1.7rem; }
.footer-bottom { display: grid; gap: .35rem; }
}
@media (max-width: 390px) {
.brand-copy strong { font-size: .88rem; }
.sign-in-link { padding-inline: .62rem; font-size: .68rem; }
.sign-up-link { padding-inline: .62rem; font-size: .68rem; }
}
@media (max-width: 340px) {
.brand-copy { display: none; }
}
@media (prefers-reduced-motion: reduce) {
html { scroll-behavior: auto; }
*, *::before, *::after { transition-duration: .01ms !important; }
}
.consent-banner { position: fixed; z-index: 950; inset: 0; display: flex; align-items: center; justify-content: center; padding: 1rem; overflow-y: auto; background: rgba(20, 32, 56, .58); -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px); }
.consent-open { overflow: hidden !important; }
.consent-modal { width: min(30rem, 100%); max-height: calc(100dvh - 2rem); overflow-y: auto; padding: 1.35rem 1.25rem 1.25rem; border-radius: 14px; background: var(--paper); box-shadow: 0 24px 60px rgba(20, 32, 56, .32); }
.consent-modal:focus, .consent-modal:focus-visible { outline: none; }
.consent-title { margin: 0 0 .55rem; color: var(--navy); font-family: var(--font-display); font-size: 1.25rem; line-height: 1.3; }
.consent-intro { margin: 0 0 .8rem; color: var(--text); font-size: 1rem; line-height: 1.5; }
.consent-purposes { margin: 0 0 .8rem; padding: 0; display: grid; gap: .55rem; list-style: none; }
.consent-purposes li { color: var(--text); font-size: 1rem; line-height: 1.5; }
.consent-purposes strong { color: var(--navy); font-weight: 700; }
.consent-purposes strong::after { content: " "; }
.consent-purposes a { color: inherit; text-decoration: underline; }
.consent-privacy { margin: 0 0 1rem; color: var(--muted); font-size: 1rem; line-height: 1.5; }
.consent-privacy a { color: var(--blue); }
.consent-actions { display: grid; grid-template-columns: 1fr; gap: .6rem; }
.consent-button { width: 100%; min-height: 48px; padding: .7rem 1rem; border: 1px solid var(--blue); border-radius: 10px; background: var(--blue); color: white; cursor: pointer; font-family: inherit; font-size: 1rem; font-weight: 600; }
.consent-button:hover { border-color: var(--blue-dark); background: var(--blue-dark); }
.consent-manage { display: block; width: 100%; min-height: 48px; margin-top: .35rem; padding: .5rem 0; border: 0; background: none; color: var(--navy); cursor: pointer; font-family: inherit; font-size: 1rem; font-weight: 500; text-decoration: underline; }
.consent-manage:hover { color: var(--blue); }
.consent-panel { margin-top: .5rem; padding-top: .9rem; border-top: 1px solid var(--line); }
.consent-panel[hidden] { display: none; }
.consent-panel-intro { margin: 0 0 .8rem; color: var(--muted); font-size: 1rem; line-height: 1.5; }
.consent-options { display: grid; gap: .55rem; margin-bottom: .9rem; }
.consent-option { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: .65rem; padding: .75rem .8rem; border: 1px solid var(--line); border-radius: 10px; background: var(--canvas); cursor: pointer; }
.consent-option input { width: 22px; height: 22px; margin: .1rem 0 0; accent-color: var(--blue); }
.consent-option strong { display: block; color: var(--navy); font-size: 1rem; font-weight: 600; }
.consent-option small { display: block; margin-top: .2rem; color: var(--muted); font-size: 1rem; line-height: 1.45; }
.consent-save { margin-bottom: .6rem; }
.consent-note { margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.45; }
.consent-note a { color: var(--blue); }
@media (min-width: 640px) {
.consent-actions { grid-template-columns: 1fr 1fr; }
.consent-options { grid-template-columns: 1fr 1fr; }
}
.footer-links .consent-reopen { font-size: .7rem; font-weight: 500; }
.legal-nav-bottom .consent-reopen { font-size: .74rem; }
.consent-reopen { padding: 0; border: 0; background: none; color: inherit; cursor: pointer; font-family: inherit; text-align: left; text-decoration: none; }
.consent-reopen:hover { color: var(--blue); }
@media (max-width: 400px) {
.consent-banner { padding: .6rem; }
.consent-modal { padding: 1.1rem 1rem 1rem; }
}
.guide-page { background: #f6f7f9; }
.guide-page .site-header { position: sticky; top: 0; }
.guide-page .legal-intro h1 { margin: .9rem 0 1rem; font-size: clamp(1.9rem, 3.1vw, 2.75rem); line-height: 1.12; }
.page-byline { margin: 0 0 .2rem; display: grid; gap: .3rem; justify-items: start; }
.page-byline p { margin: 0; color: var(--muted); font-size: .7rem; line-height: 1.6; }
.page-byline-people span,
.page-byline-people a { color: var(--navy); font-weight: 500; }
.page-byline-people a { text-decoration: underline; text-decoration-color: var(--line); text-underline-offset: 3px; }
.page-byline-people a:hover,
.page-byline-people a:focus-visible { text-decoration-color: currentColor; }
.page-byline-dates { display: inline-block; padding: .35rem .75rem; border-radius: 999px; background: var(--teal-light); color: var(--teal); font-size: .66rem; font-weight: 500; line-height: 1.7; }
.page-byline-dates time { font-weight: 600; white-space: nowrap; }
.guide-aside { margin-top: 1.5rem; padding: 1.2rem; display: grid; gap: .55rem; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: var(--shadow-sm); }
.guide-aside > span { color: var(--soft-text); font-size: .6rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.guide-aside > strong { color: var(--navy); font-size: .92rem; line-height: 1.35; }
.guide-aside .button { width: 100%; margin-top: .35rem; }
.guide-aside > small { color: var(--muted); font-size: .68rem; line-height: 1.5; }
.guide-answer { margin: 0 0 2rem; padding: 1.1rem 1.25rem; border-left: 4px solid var(--blue); border-radius: 0 12px 12px 0; background: var(--blue-light); color: var(--navy); font-size: .95rem; font-weight: 500; line-height: 1.65; }
.guide-faq .question-list { margin-top: 1.2rem; }
.guide-faq .question-list summary { min-height: 64px; font-size: .84rem; }
.guide-next ul { margin-bottom: 1.8rem; }
.guide-breadcrumb { margin: 0 0 .5rem; }
.guide-breadcrumb ol { margin: 0; padding: 0; display: flex; flex-wrap: wrap; align-items: center; gap: .2rem .4rem; list-style: none; }
.guide-breadcrumb li { color: var(--muted); font-size: .68rem; line-height: 1.45; }
.guide-breadcrumb li + li::before { content: "/"; margin-right: .4rem; color: var(--line-dark); }
.guide-breadcrumb a { color: var(--muted); font-weight: 500; text-underline-offset: 3px; }
.guide-breadcrumb a:hover { color: var(--blue); }
.guide-breadcrumb [aria-current="page"] { color: var(--navy); font-weight: 500; }
.legal-content .guide-cta { margin-top: 1.4rem; }
.guides-jump { margin: 1.2rem 0 0; padding: .2rem 0; display: flex; flex-wrap: wrap; gap: .45rem; }
.app-shot { margin: 1.9rem 0; }
.app-shot-frame { overflow: hidden; border: 1px solid #d3d9e3; border-radius: 14px; background: white; box-shadow: var(--shadow-lg); }
.app-shot-chrome { min-height: 34px; padding: .5rem .85rem; display: flex; align-items: center; gap: .38rem; border-bottom: 1px solid var(--line); background: #f1f3f7; }
.app-shot-chrome i { width: 9px; height: 9px; display: block; flex: 0 0 9px; border-radius: 50%; background: #d7dce4; }
.app-shot-chrome i:nth-child(1) { background: #e3b3ad; }
.app-shot-chrome i:nth-child(2) { background: #e6d2a6; }
.app-shot-chrome i:nth-child(3) { background: #b6d3c6; }
.app-shot-chrome span { min-width: 0; margin-left: .55rem; overflow: hidden; color: var(--soft-text); font-size: .58rem; font-weight: 500; letter-spacing: .02em; text-overflow: ellipsis; white-space: nowrap; }
.app-shot img { width: 100%; height: auto; display: block; }
.app-shot figcaption { margin: .75rem 0 0; color: var(--muted); font-size: .75rem; line-height: 1.6; }
.process-shot { width: min(760px, 100%); margin: clamp(2.6rem, 5vw, 3.6rem) auto 0; }
.form-field label span { color: var(--soft-text); font-weight: 400; }
.form-status-error { background: #fdf1ee; border-left: 4px solid #c1533f; color: #8c3423; }
.form-status-ok { background: var(--teal-light); border-left: 4px solid var(--teal); color: var(--teal); }
@media (max-width: 720px) {
.app-shot { margin: 1.4rem 0; }
.app-shot-frame { border-radius: 11px; }
.app-shot-chrome { min-height: 28px; padding: .4rem .6rem; }
.app-shot-chrome span { display: none; }
.app-shot figcaption { font-size: .72rem; }
.guide-answer { padding: 1rem; font-size: .88rem; }
}
.guide-page { --rail: 17rem; --rail-gap: clamp(1.6rem, 3vw, 2.4rem); }
.guide-page .legal-main { width: min(1260px, calc(100% - 3rem)); padding: clamp(2rem, 4vw, 3.2rem) 0 clamp(3.5rem, 7vw, 6rem); grid-template-columns: minmax(15rem, .19fr) minmax(0, 1fr); gap: clamp(1.8rem, 3vw, 3rem); }
.guide-page .legal-intro { top: calc(76px + 2.2rem); padding-bottom: .5rem; }
.guide-page .legal-content { padding: clamp(1.5rem, 2.6vw, 2.8rem) clamp(1.5rem, 3vw, 3rem); }
.guide-page .legal-content > section > p,
.guide-page .legal-content > section > ul > li,
.guide-page .legal-content > section > ol > li,
.guide-page .legal-content > section > dl dd,
.guide-page .guide-split-body > p,
.guide-page .guide-split-body > ul > li,
.guide-page .guide-split-body > ol > li { line-height: 1.85; }
.guide-page .guide-answer { max-width: none; margin-bottom: 1.6rem; padding: 1.25rem 1.5rem; border-radius: 0 14px 14px 0; font-size: 1rem; }
.guide-page .legal-content h2 { max-width: none; }
.guide-page .legal-content > section { scroll-margin-top: 1rem; }
.guide-page .legal-content > section[id] { scroll-margin-top: 4.2rem; }
.guide-jump { position: sticky; z-index: 20; top: calc(76px + env(safe-area-inset-top)); margin: 0 0 1.4rem; padding: .7rem 0 .75rem; display: flex; flex-wrap: wrap; gap: .45rem; background: var(--paper); box-shadow: 0 12px 16px -14px rgba(24, 35, 58, .5); }
.guide-chip { padding: .45rem .8rem; display: inline-flex; align-items: center; gap: .45rem; border: 1px solid var(--line-dark); border-radius: 999px; background: white; color: #4f5c70; font-size: .74rem; font-weight: 500; text-decoration: none; white-space: nowrap; transition: background .16s ease, border-color .16s ease, color .16s ease, transform .16s ease; }
.guide-chip:hover, .guide-chip:focus-visible { border-color: var(--blue); background: var(--blue-light); color: var(--navy); transform: translateY(-1px); }
.guide-chip:active { transform: translateY(0); }
.guides-jump { position: sticky; z-index: 20; top: calc(76px + env(safe-area-inset-top)); margin: 1.2rem 0 0; padding: .75rem 0 .7rem; background: #f6f7f9; box-shadow: 0 12px 16px -14px rgba(24, 35, 58, .5); }
.guide-glyph { width: 40px; height: 40px; flex: 0 0 40px; display: inline-flex; align-items: center; justify-content: center; border-radius: 12px; background: var(--blue-light); color: var(--blue); }
.guide-glyph svg { width: 21px; height: 21px; }
.guide-section-head { margin-bottom: .9rem; display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 0 .9rem; align-items: center; }
.guide-section-head h2 { margin-bottom: 0; }
.guide-fact { margin: 0; padding: 1rem 1.1rem; display: grid; gap: .4rem; border: 1px solid var(--line); border-radius: 14px; background: #fafbfc; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.guide-fact:hover { border-color: var(--blue); box-shadow: var(--shadow-sm); transform: translateY(-2px); }
.legal-content .guide-points li { margin: 0; padding: 1.1rem 1.25rem; display: grid; grid-template-columns: 36px minmax(0, 1fr); column-gap: 1rem; row-gap: .25rem; align-items: start; border: 1px solid var(--line); border-radius: 14px; background: white; color: #566277; font-size: .8rem; line-height: 1.65; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.legal-content .guide-points li:hover { border-color: var(--blue); box-shadow: var(--shadow-sm); transform: translateY(-2px); }
.app-shot-frame, .doc-shot-sheet { transition: transform .2s ease, box-shadow .2s ease; }
.guide-page .app-shot:hover .app-shot-frame, .guide-page .doc-shot:hover .doc-shot-sheet { transform: translateY(-3px); box-shadow: 0 34px 90px rgba(24, 35, 58, .16); }
.guide-aside { padding: 1.15rem 1.2rem; border-radius: 16px; }
.guide-aside > strong { font-size: .95rem; }
.guide-page .guide-aside { transition: border-color .18s ease, box-shadow .18s ease; }
.guide-page .guide-aside:hover { border-color: var(--blue); box-shadow: 0 14px 34px rgba(44, 95, 213, .13); }
.legal-content > .guide-aside { margin: 0 0 1.6rem; border-color: #cfdcf8; background: var(--blue-light); box-shadow: none; }
.legal-content > .guide-aside .button { color: white; font-weight: 600; }
.legal-content > .guide-aside .button:hover { color: white; }
@media (min-width: 761px) {
.legal-content > .guide-aside:not(:has(form)) { grid-template-columns: minmax(0, 1fr) minmax(0, 14.5rem); align-items: center; gap: .4rem 1.6rem; padding: 1.3rem 1.5rem; }
.legal-content > .guide-aside:not(:has(form)) > span { grid-column: 1; grid-row: 1; }
.legal-content > .guide-aside:not(:has(form)) > strong { grid-column: 1; grid-row: 2; }
.legal-content > .guide-aside:not(:has(form)) > small { grid-column: 1; grid-row: 3; margin-top: .15rem; }
.legal-content > .guide-aside:not(:has(form)) > .button { grid-column: 2; grid-row: 1 / span 3; margin-top: 0; }
}
.guide-page .guide-cta { margin-top: 1.8rem; border-radius: 18px; transition: box-shadow .2s ease; }
.legal-content .guide-cards .guide-card { position: relative; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.legal-content .guide-cards .guide-card:hover { transform: translateY(-2px); border-color: var(--blue); box-shadow: var(--shadow-sm); }
@keyframes guide-reveal-in {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}
@supports (animation-timeline: view()) {
@media (prefers-reduced-motion: no-preference) {
.guide-page .legal-content > section, .guide-page .app-shot, .guide-page .doc-shot { animation: guide-reveal-in linear both; animation-timeline: view(); animation-range: entry 0% entry 40%; }
}
}
.pt-page .legal-content > section, .pt-page .app-shot, .pt-page .doc-shot { animation: none; opacity: 1; transform: none; }
@media (max-width: 760px) {
.guide-page .legal-main { width: min(100% - 1.5rem, 1260px); grid-template-columns: minmax(0, 1fr); gap: 1.5rem; padding-top: 1.6rem; }
.guide-page .legal-intro { position: static; }
.guide-page .legal-content { padding: 1.35rem; }
.guide-page .guide-answer { padding: 1rem 1.1rem; font-size: .92rem; }
.guide-section-head { grid-template-columns: auto minmax(0, 1fr); gap: 0 .7rem; }
.guide-glyph { width: 34px; height: 34px; flex-basis: 34px; border-radius: 10px; }
.guide-glyph svg { width: 18px; height: 18px; }
}
@media (prefers-reduced-motion: reduce) {
.guide-chip, .guide-fact, .legal-content .guide-points li, .legal-content .guide-cards .guide-card, .app-shot-frame, .doc-shot-sheet, .guide-page .guide-aside, .guide-page .guide-cta { transition: none; }
.guide-chip:hover, .guide-chip:focus-visible, .guide-fact:hover, .legal-content .guide-points li:hover, .legal-content .guide-cards .guide-card:hover, .guide-page .app-shot:hover .app-shot-frame, .guide-page .doc-shot:hover .doc-shot-sheet { transform: none; }
}
@media print {
.guide-page .legal-content > section, .guide-page .app-shot, .guide-page .doc-shot { animation: none; opacity: 1; transform: none; }
.guide-page .legal-intro { position: static; }
}
.newsletter-popup { position: fixed; inset: 0; z-index: 90; display: flex; align-items: center; justify-content: center; padding: 1rem; }
.newsletter-popup[hidden] { display: none; }
.newsletter-popup-backdrop { position: absolute; inset: 0; background: rgba(24, 35, 58, .55); }
.newsletter-popup-card { position: relative; width: min(30rem, 100%); max-height: calc(100dvh - 2rem); overflow-y: auto; padding: clamp(1.4rem, 4vw, 2rem); border-radius: 16px; background: var(--paper); box-shadow: var(--shadow-lg); animation: newsletter-popup-in .18s ease-out both; }
@keyframes newsletter-popup-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.newsletter-popup-close { position: absolute; top: .4rem; right: .4rem; display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 0; border-radius: 10px; background: transparent; color: var(--muted); cursor: pointer; }
.newsletter-popup-close:hover { background: var(--canvas); color: var(--navy); }
.newsletter-popup-close svg { width: 20px; height: 20px; }
.newsletter-popup-eyebrow { margin: 0 3rem .5rem 0; color: var(--blue); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.newsletter-popup-title { margin: 0 2.6rem .6rem 0; font-family: var(--font-display); font-size: clamp(1.15rem, 3.4vw, 1.45rem); font-weight: 700; letter-spacing: -.014em; line-height: 1.25; color: var(--navy); }
.newsletter-popup-lede { margin: 0 0 1.1rem; color: var(--muted); font-size: .82rem; line-height: 1.65; }
.newsletter-popup-form { display: grid; gap: .8rem; }
.newsletter-popup-consent { display: grid; grid-template-columns: auto 1fr; gap: .6rem; align-items: start; }
.newsletter-popup-consent input { width: 20px; height: 20px; margin: .15rem 0 0; accent-color: var(--blue); }
.newsletter-popup-consent label { color: var(--muted); font-size: .76rem; line-height: 1.6; }
.newsletter-popup-consent input[aria-invalid="true"] { outline: 2px solid #c1533f; outline-offset: 2px; }
.newsletter-popup-success { padding: .2rem 0 0; }
.newsletter-popup-success h2 { margin: 0 2.6rem .5rem 0; font-family: var(--font-display); font-size: 1.15rem; font-weight: 700; color: var(--navy); }
.newsletter-popup-success p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.65; }
@media print {
.newsletter-popup, .newsletter-popup-backdrop, .newsletter-popup-card { display: none !important; }
}
.newsletter-popup-fallback { margin: .9rem 0 0; color: var(--soft-text); font-size: .7rem; line-height: 1.6; }
@media (max-width: 480px) {
.newsletter-popup { align-items: flex-end; justify-content: stretch; padding: 0; }
.newsletter-popup-card { width: 100%; max-width: none; max-height: 40dvh; padding: .8rem 1rem .85rem; border-radius: 18px 18px 0 0; }
.newsletter-popup-eyebrow { display: none; }
.newsletter-popup-title { margin-bottom: .3rem; font-size: 1rem; }
.newsletter-popup-lede { margin-bottom: .6rem; font-size: .74rem; line-height: 1.4; }
.newsletter-popup-form { gap: .45rem; }
.newsletter-popup-form .form-field { gap: .2rem; }
.newsletter-popup-form .form-field label { font-size: .74rem; }
.newsletter-popup-form .form-field input { min-height: 44px; padding: .55rem .75rem; }
.newsletter-popup-consent { gap: .5rem; }
.newsletter-popup-consent label { font-size: .72rem; line-height: 1.45; }
.newsletter-popup-fallback { margin-top: .55rem; }
}
@media (prefers-reduced-motion: reduce) {
.newsletter-popup-card { animation: none; }
}
.about-page .legal-main { display: block; width: min(920px, calc(100% - 2.5rem)); }
.about-page .legal-content { padding: 0; border: 0; background: none; box-shadow: none; }
.guide-checklist { margin: 1.5rem 0; padding: 1.2rem 1.3rem 1.1rem; border: 1px solid var(--line-dark); border-radius: 12px; background: var(--paper); }
@media print {
.site-header, .site-footer, .skip-link, .legal-intro, .guide-jump, .consent-banner { display: none !important; }
.guide-page .legal-content > *:not(#checklist) { display: none !important; }
.guide-page .legal-main { display: block; width: auto; margin: 0; padding: 0; }
.guide-page .legal-content { padding: 0; border: 0; border-radius: 0; box-shadow: none; background: none; }
html, body, .page-shell, .guide-page .legal-main, .guide-page .legal-content, .guide-checklist { background: none !important; }
}
.start-actions .button { min-height: 54px; padding: .95rem 1.5rem; font-size: .92rem; font-weight: 700; }
.start-pricing .button { width: 100%; min-height: 54px; font-size: .92rem; font-weight: 700; }
.start-final .button { min-height: 54px; padding: .95rem 1.6rem; font-size: .92rem; font-weight: 700; }
.start-sticky { display: none; }
@media (max-width: 860px) {
html { scroll-padding-bottom: 7rem; }
.start-actions .button, .start-pricing .button, .start-final .button { scroll-margin-bottom: 7rem; }
body:has(.consent-banner) .start-sticky { display: none; }
.start-sticky { position: fixed; z-index: 60; inset: auto 0 0 0; padding: .7rem 1rem calc(.7rem + env(safe-area-inset-bottom)); display: block; border-top: 1px solid var(--line-dark); background: rgba(255, 255, 255, .97); -webkit-backdrop-filter: saturate(180%) blur(12px); backdrop-filter: saturate(180%) blur(12px); box-shadow: 0 -8px 24px rgba(24, 35, 58, .1); }
.start-sticky .button { width: 100%; min-height: 52px; font-size: .92rem; font-weight: 700; }
}
@media (max-width: 560px) {
.start-actions .button { width: 100%; }
}
@font-face {
  font-family: "Roboto Slab Fallback";
  src: local("Arial"), local("Helvetica"), local("Liberation Sans"), local("Roboto");
  size-adjust: 100.2%;
  font-weight: 100 900;
}
@font-face { font-family: "Roboto Fallback"; src: local("Arial"), local("Liberation Sans"); size-adjust: 100.6%; font-weight: 400; }
@font-face { font-family: "Roboto Fallback"; src: local("Arial"), local("Liberation Sans"); size-adjust: 101.6%; font-weight: 500; }
@font-face { font-family: "Roboto Fallback"; src: local("Arial"), local("Liberation Sans"); size-adjust: 94.8%; font-weight: 700; }
@keyframes gs-hero-settle {
  from { transform: rotateX(11deg) scale(.92) translateY(18px); }
  to { transform: none; }
}
@keyframes gs-shot-settle {
  from { opacity: 0; transform: rotateX(9deg) scale(.94) translateY(28px); }
  to { opacity: 1; transform: none; }
}
.gs-page .start-sticky[data-stood-down] { opacity: 0; pointer-events: none; transition: opacity .18s ease; }
@media (max-width: 640px) {
@keyframes gs-hero-settle {
    from { transform: rotateX(6deg) scale(.95) translateY(12px); }
    to { transform: none; }
  }
}
@media (prefers-reduced-motion: no-preference) {
@supports (animation-timeline: view()) {
.start-sticky { animation: start-sticky-in .15s ease-out both; }
}
}
@keyframes start-hero-settle { from { opacity: .55; transform: translateY(12px); } to { opacity: 1; transform: none; } }
@keyframes start-sticky-in { from { transform: translateY(8px); } to { transform: none; } }
