:root {
  --navy-950: #061827;
  --navy-900: #09253d;
  --navy-800: #103653;
  --blue-600: #246bfd;
  --blue-500: #3b7bff;
  --teal-500: #12b8a6;
  --teal-100: #d9f7f1;
  --ink: #142432;
  --muted: #5e6e7b;
  --line: #dfe6eb;
  --surface: #f5f8fa;
  --cream: #fbfaf6;
  --white: #fff;
  --shadow-sm: 0 10px 30px rgba(8, 35, 57, .08);
  --shadow-lg: 0 28px 70px rgba(3, 22, 37, .20);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 28px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
body.account-modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
img, svg { display: block; max-width: 100%; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-160%); padding: 10px 16px; background: var(--white); color: var(--navy-900); border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 100; height: 80px; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(13,45,70,.09); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; height: 100%; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; font-weight: 800; }
.brand__mark { display: grid; width: 35px; height: 35px; place-items: center; border-radius: 10px; background: linear-gradient(145deg, var(--blue-600), var(--teal-500)); box-shadow: 0 7px 16px rgba(36,107,253,.2); }
.brand__mark svg { width: 25px; height: 25px; fill: none; stroke: white; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.brand__name { color: var(--navy-900); font-size: 22px; letter-spacing: -.7px; }
.brand__name span { color: var(--blue-600); }
.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: 28px; flex: 1; }
.site-nav__list { display: flex; align-items: center; gap: 28px; list-style: none; margin: 0; padding: 0; }
.site-nav__list a { color: #415464; font-size: 14px; font-weight: 650; }
.site-nav__list a:hover, .site-nav__list a:focus { color: var(--blue-600); }
.site-nav__actions { display: flex; align-items: center; gap: 10px; }
.account-pill { max-width: 150px; overflow: hidden; color: #4b5f6e; font-size: 12px; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.nav-toggle > span:not(.screen-reader-text) { display: block; width: 23px; height: 2px; background: var(--navy-900); margin: 5px 0; transition: .2s ease; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 22px; border: 1px solid transparent; border-radius: 11px; cursor: pointer; font-weight: 750; line-height: 1; transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button--small { min-height: 42px; padding-inline: 17px; font-size: 14px; }
.button--wide { width: 100%; }
.button--primary { color: var(--white); background: linear-gradient(135deg, var(--blue-600), #1557e8); box-shadow: 0 10px 22px rgba(36,107,253,.23); }
.button--primary:hover { box-shadow: 0 14px 28px rgba(36,107,253,.31); }
.button--ghost { color: var(--navy-900); background: transparent; }
.button--secondary { color: var(--navy-900); background: var(--white); border-color: #cbd7df; }
.button--light { background: var(--white); color: var(--navy-900); box-shadow: 0 12px 30px rgba(3,22,37,.18); }

.hero { position: relative; isolation: isolate; overflow: hidden; color: var(--white); background: linear-gradient(118deg, var(--navy-950) 0%, var(--navy-900) 55%, #0b314e 100%); }
.hero::before { content: ""; position: absolute; z-index: -2; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 50px 50px; mask-image: linear-gradient(to right, transparent, #000 42%, #000); }
.hero__glow { position: absolute; z-index: -1; width: 430px; height: 430px; border-radius: 50%; filter: blur(100px); opacity: .19; }
.hero__glow--one { right: 8%; top: -190px; background: var(--blue-500); }
.hero__glow--two { left: -220px; bottom: -260px; background: var(--teal-500); }
.hero__grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 72px; min-height: 670px; padding-block: 76px 88px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 18px; color: #92dfd5; font-size: 12px; font-weight: 800; letter-spacing: 1.35px; text-transform: uppercase; }
.eyebrow > span { width: 24px; height: 2px; background: var(--teal-500); }
.eyebrow--dark { color: var(--blue-600); }
.hero h1 { max-width: 680px; margin: 0; font-size: clamp(43px, 4.5vw, 68px); line-height: 1.03; letter-spacing: -3.1px; }
.hero h1 em { color: #7ce1d4; font-style: normal; }
.hero__lead { max-width: 650px; margin: 25px 0 25px; color: #c2d0db; font-size: 18px; line-height: 1.75; }
.hero__benefits { display: flex; flex-wrap: wrap; gap: 10px 23px; margin: 0; padding: 0; list-style: none; color: #dce6ed; font-size: 13px; font-weight: 600; }
.hero__benefits li { display: flex; align-items: center; gap: 7px; }
.hero__benefits span { display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; color: var(--navy-950); background: #78ded1; font-size: 11px; font-weight: 900; }

.workspace-sidebar[hidden] { display: none; }
.workspace-sidebar { display: flex; min-height: 540px; padding: 27px 20px 22px; flex-direction: column; color: var(--ink); border: 1px solid #dce3e8; border-radius: 16px; background: var(--white); box-shadow: 0 16px 38px rgba(8,35,57,.08); }
.workspace-sidebar__brand { display: inline-flex; align-items: center; gap: 10px; width: fit-content; margin: 0 8px 26px; }
.workspace-sidebar__new { display: flex; min-height: 47px; align-items: center; justify-content: center; gap: 7px; width: 100%; padding: 0 14px; border: 1px solid #ccd6de; border-radius: 9px; color: #172b3a; background: var(--white); cursor: pointer; font: inherit; font-size: 12px; font-weight: 800; transition: border-color .2s ease, color .2s ease, background .2s ease; }
.workspace-sidebar__new:hover, .workspace-sidebar__new:focus-visible { border-color: var(--blue-600); color: var(--blue-600); background: #f6f9ff; }
.workspace-sidebar__section { min-width: 0; margin-top: 35px; }
.workspace-sidebar__label { margin: 0 0 10px; color: #6d7e8b; font-size: 10px; font-weight: 850; letter-spacing: .6px; text-transform: uppercase; }
.workspace-sidebar__item { display: grid; min-width: 0; grid-template-columns: 34px minmax(0, 1fr); align-items: center; gap: 9px; padding: 13px 12px; border-radius: 9px; }
.workspace-sidebar__item.is-active { background: #eaf1ff; }
.workspace-sidebar__icon { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 9px; color: var(--blue-600); background: var(--white); font-size: 18px; font-weight: 900; box-shadow: 0 3px 9px rgba(36,107,253,.08); }
.workspace-sidebar__item > span:last-child { min-width: 0; overflow: hidden; }
.workspace-sidebar__item strong, .workspace-sidebar__item small { display: block; max-width: 100%; }
.workspace-sidebar__item strong { overflow: hidden; color: var(--blue-600); font-size: 11px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.workspace-sidebar__item small { margin-top: 3px; color: #607386; font-size: 9px; }
.workspace-sidebar__hint { margin: auto 2px 0; padding-top: 24px; color: #768792; font-size: 9px; line-height: 1.55; text-align: center; }

.hero.is-workspace { overflow: visible; color: var(--ink); background: #f2f4f6; }
.hero.is-workspace::before, .hero.is-workspace .hero__glow { display: none; }
.hero.is-workspace .hero__grid { grid-template-columns: 255px minmax(0, 1fr); align-items: stretch; gap: 38px; min-height: calc(100vh - 80px); padding-block: 38px 48px; }
.hero.is-workspace .document-builder { align-self: start; width: 100%; max-width: 790px; margin-inline: auto; border-color: #d9e1e7; box-shadow: 0 15px 45px rgba(8,35,57,.09); }
.hero.is-workspace .document-builder__header { padding: 15px 22px; }
.hero.is-workspace .document-builder__body { padding: 27px 30px 30px; }
.hero.is-workspace .chat-bubble { display: none; }
.hero.is-workspace .builder-progress { display: none; }

.document-builder { overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-md); background: var(--white); color: var(--ink); box-shadow: var(--shadow-lg); }
.document-builder__header { display: flex; align-items: center; gap: 12px; padding: 18px 22px; border-bottom: 1px solid #e5ebef; }
.document-builder__header strong { display: block; color: var(--navy-900); font-size: 14px; }
.document-builder__header small { display: flex; align-items: center; gap: 6px; color: #71818d; font-size: 11px; }
.document-builder__header small i { width: 7px; height: 7px; border-radius: 50%; background: #26bd77; box-shadow: 0 0 0 3px #dff7eb; }
.assistant-avatar { display: grid; width: 41px; height: 41px; flex: 0 0 auto; place-items: center; border-radius: 12px; color: var(--white); background: linear-gradient(145deg, var(--blue-600), var(--teal-500)); font-size: 11px; font-weight: 900; }
.document-builder__body { padding: 24px 24px 20px; background: #f6f8fb; }
.chat-bubble { position: relative; margin: 0 30px 21px 0; padding: 14px 16px; border-radius: 6px 15px 15px 15px; background: var(--white); border: 1px solid #e3e9ee; color: #314654; font-size: 13px; box-shadow: 0 5px 14px rgba(8,35,57,.04); }
.builder-form label { display: block; margin: 13px 0 7px; color: #354a59; font-size: 11px; font-weight: 800; letter-spacing: .15px; }
.select-wrap { position: relative; }
.select-wrap::after { content: "⌄"; position: absolute; top: 45%; right: 15px; transform: translateY(-50%); color: #617581; pointer-events: none; font-size: 19px; }
.builder-form select { width: 100%; height: 49px; appearance: none; padding: 0 42px 0 14px; border: 1px solid #d8e1e7; border-radius: 9px; outline: 0; color: #3f5361; background: var(--white); font-size: 13px; }
.builder-form select:focus { border-color: var(--blue-600); box-shadow: 0 0 0 3px rgba(36,107,253,.1); }
.predictive-input { position: relative; }
.predictive-input input { width: 100%; height: 52px; padding: 0 48px 0 14px; border: 2px solid var(--blue-600); border-radius: 11px; outline: 0; color: #2f4655; background: var(--white); font-size: 13px; box-shadow: 0 7px 18px rgba(36,107,253,.08); }
.predictive-input input:focus { box-shadow: 0 0 0 4px rgba(36,107,253,.12); }
.predictive-input > span { position: absolute; top: 7px; right: 7px; display: grid; width: 38px; height: 38px; place-items: center; border-radius: 9px; color: var(--white); background: var(--blue-600); font-size: 18px; font-weight: 800; pointer-events: none; }
.document-suggestions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; margin-top: 10px; }
.document-suggestions button { width: 100%; min-width: 0; padding: 7px 8px; border: 1px solid #d8e1e7; border-radius: 20px; color: #526572; background: #eef2f5; font: inherit; font-size: 9px; font-weight: 750; line-height: 1.25; text-align: center; cursor: pointer; transition: .2s ease; }
.document-suggestions button:hover, .document-suggestions button:focus { border-color: #9db9ff; color: var(--blue-600); background: #edf3ff; }
.builder-form .button { margin-top: 20px; }
.builder-form[hidden] { display: none; }
.builder-progress { display: grid; grid-template-columns: 25px 1fr 25px 1fr 25px; align-items: center; gap: 7px; margin: 0 0 16px; }
.builder-progress span { display: grid; width: 25px; height: 25px; place-items: center; border: 1px solid #ced9e1; border-radius: 50%; color: #7b8993; background: var(--white); font-size: 10px; font-weight: 850; transition: .2s ease; }
.builder-progress span.is-active { border-color: var(--blue-600); color: var(--white); background: var(--blue-600); box-shadow: 0 4px 12px rgba(36,107,253,.2); }
.builder-progress i { height: 2px; background: #dce4ea; }
.builder-status { display: none; margin: 13px 0 0; padding: 10px 12px; border-radius: 8px; background: var(--teal-100); color: #17685e; font-size: 12px; line-height: 1.5; }
.builder-status.is-visible { display: block; }
.builder-status.is-loading { color: #355ec9; background: #edf3ff; }
.builder-status.is-error { color: #9d2f36; background: #fff0f1; }
.intake-panel h3 { margin: 4px 0 7px; color: var(--navy-900); font-size: 20px; line-height: 1.25; }
.intake-meta { margin: 0 0 6px; color: var(--blue-600); font-size: 10px; font-weight: 850; letter-spacing: .5px; text-transform: uppercase; }
.intake-help { margin: 0 0 18px; color: #6d7d88; font-size: 11px; line-height: 1.55; }
.intake-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.intake-field { min-width: 0; }
.intake-field--wide, .intake-status--wide { grid-column: 1 / -1; }
.intake-field:has(textarea) { grid-column: 1 / -1; }
.intake-field label { display: block; margin: 0 0 5px; color: #354a59; font-size: 10px; font-weight: 800; }
.intake-field input, .intake-field textarea, .intake-field select { width: 100%; border: 1px solid #d8e1e7; border-radius: 9px; outline: 0; color: #334a59; background: var(--white); font-size: 12px; }
.intake-field input, .intake-field select { height: 43px; padding: 0 11px; }
.intake-field textarea { min-height: 76px; padding: 10px 11px; resize: vertical; line-height: 1.45; }
.intake-field input:focus, .intake-field textarea:focus, .intake-field select:focus { border-color: var(--blue-600); box-shadow: 0 0 0 3px rgba(36,107,253,.1); }
.intake-actions { display: grid; grid-column: 1 / -1; grid-template-columns: .7fr 1.3fr; gap: 9px; }
.intake-actions .button { min-height: 44px; margin-top: 6px; padding-inline: 12px; font-size: 12px; }
.question-wizard { display: block; }
.question-wizard__header { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 3px 14px; margin: 0 0 16px; }
.question-wizard__document { min-width: 0; overflow: hidden; color: var(--navy-900); font-size: 13px; font-weight: 850; text-overflow: ellipsis; white-space: nowrap; }
.question-wizard__counter { color: #738491; font-size: 10px; font-weight: 700; }
.question-wizard__track { grid-column: 1 / -1; height: 4px; overflow: hidden; border-radius: 99px; background: #dce3e9; }
.question-wizard__track > span { display: block; width: 0; height: 100%; border-radius: inherit; background: var(--blue-600); transition: width .25s ease; }
.question-wizard__percentage { grid-column: 2; margin-top: 1px; color: #5f7180; font-size: 9px; font-weight: 750; }
.question-wizard__stage { padding: 20px; border: 1px solid #dce4ea; border-radius: 13px; background: var(--white); box-shadow: 0 7px 20px rgba(8,35,57,.045); animation: question-enter .22s ease both; }
.question-wizard__item + .question-wizard__item { margin-top: 22px; padding-top: 22px; border-top: 1px solid #e4eaf0; }
.question-wizard__prompt { display: grid; grid-template-columns: 42px 1fr; align-items: start; gap: 11px; }
.question-wizard__icon { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid #cbdafd; border-radius: 10px; color: var(--blue-600); background: #edf3ff; }
.question-wizard__icon svg { width: 23px; height: 23px; }
.question-wizard__stage h3 { margin: 0 0 7px; color: #071b2b; font-size: clamp(20px, 2vw, 26px); line-height: 1.22; letter-spacing: -.6px; }
.question-wizard__help { min-height: 17px; margin: 0 0 17px; color: #677986; font-size: 10px; line-height: 1.5; }
.question-wizard__field input, .question-wizard__field textarea { width: 100%; border: 1.5px solid #bdcad4; border-radius: 9px; outline: 0; color: #263d4d; background: var(--white); font: inherit; font-size: 13px; transition: border-color .2s ease, box-shadow .2s ease; }
.question-wizard__field input { height: 50px; padding: 0 14px; }
.question-wizard__field textarea { min-height: 112px; padding: 13px 14px; resize: vertical; line-height: 1.5; }
.question-wizard__field input:focus, .question-wizard__field textarea:focus { border-color: var(--blue-600); box-shadow: 0 0 0 3px rgba(36,107,253,.11); }
.question-wizard__choices { display: grid; gap: 9px; }
.question-wizard__choice { display: flex; align-items: center; width: 100%; min-height: 50px; padding: 12px 15px; gap: 11px; border: 1.5px solid #bdcad4; border-radius: 9px; color: #263d4d; background: var(--white); font: inherit; font-size: 13px; font-weight: 700; text-align: left; cursor: pointer; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.question-wizard__choice.is-recommended { border-color: #8fb2ff; background: #f7faff; }
.question-wizard__field input.question-wizard__radio { position: absolute; width: 1px; height: 1px; padding: 0; opacity: 0; pointer-events: none; }
.question-wizard__radio-mark { flex: 0 0 18px; width: 18px; height: 18px; border: 2px solid #aabac6; border-radius: 50%; background: #fff; box-shadow: inset 0 0 0 4px #fff; transition: border-color .18s ease, background .18s ease; }
.question-wizard__radio:checked + .question-wizard__radio-mark { border-color: var(--blue-600); background: var(--blue-600); }
.question-wizard__choice-icon { display: grid; flex: 0 0 30px; width: 30px; height: 30px; place-items: center; color: #496277; }
.question-wizard__choice-icon svg { width: 28px; height: 28px; }
.question-wizard__choice-icon.is-positive { color: #12a150; }
.question-wizard__choice-icon.is-negative { color: #e14444; }
.question-wizard__choice-label { flex: 1 1 auto; min-width: 0; }
.question-wizard__common-badge { flex: 0 0 auto; padding: 4px 8px; border-radius: 999px; color: #17469d; background: #e5edff; font-size: 9px; font-weight: 850; letter-spacing: .2px; }
.question-wizard__choice:hover { border-color: #8ea9bf; }
.question-wizard__choice:focus-within { outline: 0; border-color: var(--blue-600); box-shadow: 0 0 0 3px rgba(36,107,253,.11); }
.question-wizard__choice.is-selected { border-color: var(--blue-600); color: #103c91; background: #edf3ff; box-shadow: 0 0 0 2px rgba(36,107,253,.09); }
.question-wizard__field input[type="date"] { color-scheme: light; cursor: pointer; }
.question-wizard__address-widget { display: block; width: 100%; color-scheme: light; }
.question-wizard__other { margin-top: 9px; }
.question-wizard__validation { min-height: 17px; margin: 5px 0 0; color: #a52b2b; font-size: 9px; font-weight: 700; }
.question-wizard__actions { display: grid; grid-template-columns: .75fr 1.35fr; gap: 8px; margin-top: 6px; }
.question-wizard__actions .button { min-height: 43px; margin: 0; padding-inline: 11px; font-size: 11px; }
.question-wizard__skip { grid-column: 2; color: #536775; }
.question-wizard__status { min-height: 0; margin: 11px 0 0 !important; font-size: 10px; line-height: 1.5; }
@keyframes question-enter { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }
.summary-badge { display: inline-flex; margin: 0 0 10px; padding: 5px 9px; border-radius: 20px; color: #17685e; background: var(--teal-100); font-size: 9px; font-weight: 850; letter-spacing: .3px; text-transform: uppercase; }
.intake-summary { display: grid; grid-template-columns: .85fr 1.15fr; margin: 0 0 16px; border-top: 1px solid #e1e8ed; font-size: 11px; }
.intake-summary dt, .intake-summary dd { margin: 0; padding: 8px 5px; border-bottom: 1px solid #e1e8ed; overflow-wrap: anywhere; }
.intake-summary dt { color: #72818c; font-weight: 700; }
.intake-summary dd { color: var(--navy-900); font-weight: 650; }
.intake-notice { display: grid; gap: 2px; margin: 0 0 14px; padding: 11px 12px; border: 1px solid #cceae5; border-radius: 9px; color: #315a57; background: #effbf8; font-size: 10px; line-height: 1.45; }
.intake-notice strong { color: #17685e; }
.intake-panel > .button { min-height: 44px; margin-top: 0; font-size: 12px; }
.ai-generator { margin: 0 0 14px; padding: 15px; border: 1px solid #cddcff; border-radius: 12px; background: #f5f8ff; }
.ai-generator h4 { margin: 0 0 6px; color: var(--navy-900); font-size: 15px; }
.ai-generator > p { margin: 0 0 12px; color: #617482; font-size: 10px; line-height: 1.55; }
.ai-generator .button { min-height: 43px; margin: 0; font-size: 11px; }
.ai-generator .button:disabled { opacity: .55; cursor: not-allowed; }
.ai-generation-status { min-height: 0; margin: 10px 0 0 !important; font-weight: 700; }
.ai-generation-status.is-loading { color: #355ec9; }
.ai-generation-status.is-success { color: #18704f; }
.ai-generation-status.is-error { color: #a52b2b; }
.ai-document { margin-top: 14px; padding: 15px; border: 1px solid #d9e2e8; border-radius: 10px; background: var(--white); }
.ai-document h4 { font-size: 16px; }
.ai-document h5 { margin: 16px 0 6px; color: var(--navy-900); font-size: 11px; }
.ai-document__title { max-width: 780px; margin: 13px auto 16px; color: #172d3d; text-align: center; text-transform: uppercase; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(19px, 2.4vw, 26px); font-weight: 800; line-height: 1.25; letter-spacing: .1px; }
.ai-document__draft { color: #293f4d; font-family: Georgia, 'Times New Roman', serif; font-size: 11px; line-height: 1.68; }
.ai-document__draft--standalone { max-height: 520px; margin: 12px 0 20px; padding: 24px 26px; overflow: auto; border: 1px solid #d9e2e8; border-radius: 10px; background: var(--white); }
.ai-document__paragraph { margin: 0 0 11px; text-align: justify; text-justify: inter-word; overflow-wrap: anywhere; hyphens: auto; }
.ai-document__paragraph--heading { margin: 20px 0 8px; color: #172d3d; text-align: left; font-weight: 800; letter-spacing: .15px; }
.ai-document__paragraph--inline-heading strong { color: #172d3d; font-weight: 800; }
.ai-document__paragraph--bullet { padding-left: 17px; text-indent: -12px; }
.ai-document__paragraph--signature { margin: 30px 0 14px; padding-top: 18px; border-top: 1px solid #cfd9df; color: #172d3d; text-align: left; font-weight: 800; letter-spacing: .15px; }
.ai-document__spacer { height: 7px; }
.document-disclosures { margin: 0 0 17px; padding: 15px 17px 16px; border: 1px solid #d8e2e8; border-radius: 10px; background: #f7f9fb; }
.document-disclosures__title { margin: 0 0 8px; color: #536775; font-size: 10px; font-weight: 850; letter-spacing: .25px; text-transform: uppercase; }
.result-heading { margin: 18px 0 6px; padding-top: 13px; border-top: 1px solid #e1e8ed; color: var(--navy-900); font-size: 12px; }
.document-disclosures__title + .result-heading { margin-top: 8px; padding-top: 0; border-top: 0; }
.result-list { margin: 0; padding-left: 18px; color: #435967; font-size: 10px; line-height: 1.6; }
.ai-document ul { margin: 0; padding-left: 17px; color: #435967; font-size: 10px; line-height: 1.55; }
.ai-document__disclaimer { margin: 12px 0 0 !important; padding-top: 10px; border-top: 1px solid #e3e9ed; color: #718096 !important; font-size: 12px; font-weight: 500; }
.document-downloads { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin: 16px 0 8px; }
.document-downloads .button { min-height: 45px; margin: 0; padding-inline: 12px; font-size: 11px; }
.document-downloads .button > span { display: grid; min-width: 25px; height: 25px; padding-inline: 5px; place-items: center; border-radius: 6px; color: inherit; background: rgba(255,255,255,.18); font-size: 8px; font-weight: 900; }
.document-downloads .button--secondary > span { color: var(--blue-600); background: #edf3ff; }
.document-downloads__note { margin: 0 0 12px; color: #6b7c87; text-align: center; font-size: 9px; }
.account-modal { position: fixed; z-index: 10000; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(3,22,37,.72); backdrop-filter: blur(7px); }
.account-modal__dialog { position: relative; width: min(100%, 470px); padding: 33px; border: 1px solid rgba(255,255,255,.55); border-radius: 20px; background: var(--white); box-shadow: 0 32px 90px rgba(3,22,37,.32); animation: account-enter .22s ease both; }
.account-modal__close { position: absolute; top: 13px; right: 15px; display: grid; width: 36px; height: 36px; padding: 0; place-items: center; border: 0; border-radius: 50%; color: #657783; background: #f1f4f6; cursor: pointer; font-size: 25px; line-height: 1; }
.account-modal__badge { display: inline-flex; margin-bottom: 13px; padding: 6px 10px; border-radius: 99px; color: #17685e; background: var(--teal-100); font-size: 10px; font-weight: 850; letter-spacing: .3px; text-transform: uppercase; }
.account-modal h2 { margin: 0; color: var(--navy-900); font-size: 28px; line-height: 1.14; letter-spacing: -1px; }
.account-modal h2 + p { margin: 10px 0 20px; color: #657783; font-size: 13px; line-height: 1.55; }
.account-modal__tabs { display: grid; grid-template-columns: 1fr 1fr; padding: 4px; border-radius: 10px; background: #eef2f5; }
.account-modal__tabs button { min-height: 40px; border: 0; border-radius: 8px; color: #62737f; background: transparent; cursor: pointer; font: inherit; font-size: 12px; font-weight: 800; }
.account-modal__tabs button.is-active { color: var(--blue-600); background: var(--white); box-shadow: 0 3px 10px rgba(8,35,57,.09); }
.account-modal__form { margin-top: 18px; }
.account-modal__form label { display: block; margin: 11px 0 6px; color: #344a59; font-size: 11px; font-weight: 800; }
.account-modal__form input { width: 100%; height: 50px; padding: 0 14px; border: 1px solid #cfd9e0; border-radius: 9px; outline: 0; color: var(--ink); background: var(--white); font: inherit; font-size: 13px; }
.account-modal__form input:focus { border-color: var(--blue-600); box-shadow: 0 0 0 3px rgba(36,107,253,.11); }
.account-modal__form .button { margin-top: 18px; }
.account-modal__status { min-height: 20px; margin: 9px 0 0; color: #526673; text-align: center; font-size: 10px; font-weight: 700; }
.account-modal__status.is-loading { color: #355ec9; }
.account-modal__status.is-error { color: #a52b2b; }
@keyframes account-enter { from { opacity: 0; transform: translateY(10px) scale(.985); } to { opacity: 1; transform: translateY(0) scale(1); } }

.trust-strip { border-bottom: 1px solid var(--line); background: var(--white); }
.trust-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-strip__grid > div { display: flex; align-items: center; justify-content: center; gap: 11px; min-height: 84px; border-right: 1px solid var(--line); }
.trust-strip__grid > div:first-child { border-left: 1px solid var(--line); }
.trust-strip strong { color: var(--navy-900); font-size: 23px; letter-spacing: -1px; }
.trust-strip span { max-width: 80px; color: #687984; font-size: 11px; font-weight: 650; line-height: 1.25; text-transform: uppercase; }

.section { padding-block: 100px; }
.section-heading { margin-bottom: 48px; }
.section-heading h2, .jurisdiction h2, .faq h2, .final-cta h2 { margin: 0; color: var(--navy-900); font-size: clamp(34px, 3.4vw, 48px); line-height: 1.13; letter-spacing: -2px; }
.section-heading > p:not(.eyebrow) { color: var(--muted); }
.section-heading--split { display: grid; grid-template-columns: 1.1fr .75fr; align-items: end; gap: 80px; }
.section-heading--split > p { margin: 0 0 2px; }
.section-heading--center { max-width: 700px; margin-inline: auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading--center > p:not(.eyebrow) { margin: 17px 0 0; }

.documents { background: var(--white); }
.document-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.document-card { display: grid; grid-template-columns: 52px 1fr 24px; align-items: center; gap: 15px; min-height: 106px; padding: 20px; border: 1px solid var(--line); border-radius: 15px; background: var(--white); box-shadow: 0 8px 22px rgba(8,35,57,.035); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.document-card:hover { transform: translateY(-4px); border-color: #aac5f5; box-shadow: var(--shadow-sm); }
.document-card__icon { position: relative; display: grid; width: 52px; height: 52px; place-items: center; border-radius: 13px; background: #eaf1ff; }
.document-card__icon::before { content: "§"; color: var(--blue-600); font-size: 25px; font-weight: 800; }
.document-card__icon--home::before { content: "⌂"; }
.document-card__icon--briefcase::before { content: "▣"; }
.document-card__icon--arrows::before { content: "⇄"; }
.document-card__icon--note::before { content: "≡"; }
.document-card__icon--stamp::before { content: "✓"; }
.document-card__icon--shield::before { content: "◇"; }
.document-card strong, .document-card small { display: block; }
.document-card strong { color: var(--navy-900); font-size: 15px; }
.document-card small { color: #70808c; font-size: 11px; }
.document-card b { color: var(--blue-600); font-size: 18px; }
.documents__more { margin: 30px 0 0; text-align: center; }
.documents__more a { color: var(--blue-600); font-size: 13px; font-weight: 750; }

.how { background: var(--surface); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step { position: relative; padding: 31px; border: 1px solid #e1e8ed; border-radius: var(--radius-md); background: var(--white); text-align: center; }
.step > span { position: absolute; top: 18px; left: 18px; display: grid; width: 27px; height: 27px; place-items: center; border-radius: 50%; color: var(--blue-600); background: #e9f0ff; font-size: 11px; font-weight: 900; }
.step__art { position: relative; width: 96px; height: 96px; margin: 8px auto 23px; border-radius: 28px; background: linear-gradient(145deg, #eef3ff, #e5faf6); }
.step__art::before, .step__art::after { content: ""; position: absolute; }
.step__art::before { inset: 22px 28px; border: 3px solid var(--blue-600); border-radius: 7px; }
.step__art::after { width: 25px; height: 3px; top: 39px; left: 36px; background: var(--teal-500); box-shadow: 0 10px 0 var(--teal-500); }
.step__art--answer::before { inset: 27px 20px 31px; border-radius: 13px; }
.step__art--answer::after { width: 8px; height: 8px; border-radius: 50%; top: 42px; left: 32px; box-shadow: 14px 0 0 var(--teal-500), 28px 0 0 var(--teal-500); }
.step__art--download::before { inset: 20px 29px; }
.step__art--download::after { width: 17px; height: 17px; top: 36px; left: 40px; background: transparent; border-right: 3px solid var(--teal-500); border-bottom: 3px solid var(--teal-500); transform: rotate(45deg); box-shadow: none; }
.step h3 { margin: 0 0 8px; color: var(--navy-900); font-size: 19px; }
.step p { margin: 0; color: var(--muted); font-size: 13px; }

.jurisdiction { overflow: hidden; color: var(--white); background: linear-gradient(130deg, var(--navy-950), #0a3352); }
.jurisdiction__grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 95px; }
.jurisdiction h2 { color: var(--white); }
.jurisdiction__lead { color: #bdcbd5; font-size: 16px; line-height: 1.75; }
.jurisdiction__visual { position: relative; min-height: 430px; }
.map-orbit { position: absolute; border: 1px solid rgba(124,225,212,.18); border-radius: 50%; }
.map-orbit--one { inset: 35px 20px; }
.map-orbit--two { inset: 90px 75px; border-style: dashed; }
.map-core { position: absolute; top: 50%; left: 50%; display: grid; width: 160px; height: 160px; place-items: center; align-content: center; transform: translate(-50%,-50%); border: 1px solid rgba(255,255,255,.16); border-radius: 50%; background: radial-gradient(circle, rgba(18,184,166,.32), rgba(36,107,253,.11)); box-shadow: 0 0 60px rgba(18,184,166,.16); }
.map-core span { font-size: 49px; font-weight: 850; line-height: 1; }
.map-core small { color: #9cded5; text-transform: uppercase; font-size: 9px; letter-spacing: 1.2px; }
.country-chip { position: absolute; padding: 7px 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 8px; color: #dbe7ed; background: rgba(255,255,255,.07); backdrop-filter: blur(8px); font-size: 11px; font-weight: 700; }
.country-chip--one { top: 52px; left: 28%; }
.country-chip--two { top: 40%; right: 0; }
.country-chip--three { bottom: 44px; left: 24%; }
.country-chip--four { top: 42%; left: 0; }
.check-list { margin: 25px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 11px; align-items: center; margin: 12px 0; color: #dce6eb; font-size: 13px; }
.check-list span { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; color: var(--navy-950); background: #72d9cd; font-size: 11px; font-weight: 900; }

.plans { background: var(--cream); }
.plan-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); justify-content: center; gap: 22px; }
.plan-card { display: flex; flex-direction: column; min-height: 510px; padding: 30px 25px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-sm); }
.plan-card--featured { position: relative; border: 2px solid var(--blue-600); }
.plan-card__badge { position: absolute; top: 0; right: 28px; padding: 7px 13px; border-radius: 0 0 9px 9px; color: white; background: var(--blue-600); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .7px; }
.plan-card__name { margin: 0; color: var(--blue-600); font-size: 12px; font-weight: 850; letter-spacing: 1px; text-transform: uppercase; }
.plan-card__price { margin: 10px 0 8px; color: var(--navy-900); font-size: 36px; font-weight: 850; letter-spacing: -1.5px; }
.plan-card__price small { color: var(--muted); font-size: 13px; font-weight: 700; letter-spacing: 0; }
.plan-card__desc { min-height: 52px; margin: 0; color: var(--muted); font-size: 13px; }
.plan-card ul { flex: 1; margin: 27px 0; padding: 25px 0 0; border-top: 1px solid var(--line); list-style: none; }
.plan-card li { position: relative; margin: 11px 0; padding-left: 27px; color: #455967; font-size: 13px; }
.plan-card li::before { content: "✓"; position: absolute; left: 0; color: var(--teal-500); font-weight: 900; }
.plans__note { margin: 24px auto 0; max-width: 650px; color: #7a878f; text-align: center; font-size: 11px; }

.faq { background: var(--white); }
.faq__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; cursor: pointer; padding: 21px 40px 21px 0; color: var(--navy-900); list-style: none; font-size: 15px; font-weight: 750; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; top: 17px; right: 5px; color: var(--blue-600); font-size: 23px; font-weight: 400; }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { margin: -5px 40px 20px 0; color: var(--muted); font-size: 13px; }

.final-cta { padding-block: 67px; color: var(--white); background: linear-gradient(110deg, var(--blue-600), #1555d5 55%, #0c778a); }
.final-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.final-cta .eyebrow { color: #cbfff8; }
.final-cta h2 { color: var(--white); font-size: clamp(31px, 3vw, 43px); }
.final-cta p:not(.eyebrow) { margin: 12px 0 0; color: #dce8ff; }
.final-cta .button { flex: 0 0 auto; }

.site-footer { color: #adbdc8; background: var(--navy-950); }
.site-footer__top { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 55px; padding-block: 66px; }
.brand--footer .brand__name { color: var(--white); }
.site-footer__brand p { max-width: 270px; margin: 17px 0 0; font-size: 13px; }
.site-footer h3 { margin: 5px 0 15px; color: var(--white); font-size: 13px; }
.site-footer__top > div:not(.site-footer__brand) a { display: block; margin: 9px 0; font-size: 12px; }
.site-footer a:hover { color: var(--white); }
.site-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-block: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; }
.site-footer__bottom p { margin: 0; }

.content-shell { min-height: 60vh; padding-block: 80px; background: var(--surface); }
.content-shell__inner { max-width: 840px; }
.entry { padding: 40px; border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-sm); }
.entry h1 { margin-top: 0; color: var(--navy-900); line-height: 1.2; }
.entry__content a { color: var(--blue-600); text-decoration: underline; }

.document-offer { max-width: 720px; margin: 0 auto; padding: clamp(26px, 5vw, 48px); border: 1px solid #dce5ee; border-radius: 18px; background: var(--white); box-shadow: 0 20px 55px rgba(8,35,56,.1); }
.document-offer__badge { display: inline-flex; margin-bottom: 18px; padding: 7px 11px; border-radius: 999px; color: #0b6b60; background: #e7f8f4; font-size: 11px; font-weight: 850; letter-spacing: .35px; text-transform: uppercase; }
.document-offer__title { margin: 0; color: var(--navy-900); font-size: clamp(28px, 4vw, 40px); line-height: 1.12; letter-spacing: -1.2px; }
.document-offer__summary { margin: 14px 0 25px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.document-offer__pricing { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; padding: 22px 0; border-block: 1px solid var(--line); }
.document-offer__price { color: var(--blue-600); font-size: clamp(34px, 6vw, 52px); line-height: 1; letter-spacing: -2px; }
.document-offer__tier { padding: 7px 10px; border-radius: 8px; color: #526471; background: #f1f5f8; font-size: 12px; font-weight: 750; }
.document-offer__note { margin: 19px 0 0; color: #435763; font-size: 13px; line-height: 1.6; }
.document-offer__actions { display: grid; gap: 11px; margin-top: 24px; }
.document-offer__terms { margin: 0; color: #74838c; font-size: 11px; line-height: 1.55; text-align: center; }
.document-offer__back { display: block; margin: 24px auto 0; padding: 6px; border: 0; color: var(--blue-600); background: transparent; cursor: pointer; font: inherit; font-size: 13px; font-weight: 750; }
.document-offer__back:hover { text-decoration: underline; }
.checkout-resume { margin: 45px auto; text-align: center; }

@media (max-width: 1020px) {
  .site-nav__list { gap: 17px; }
  .site-nav { gap: 16px; }
  .hero__grid { gap: 40px; }
  .hero h1 { letter-spacing: -2.4px; }
  .document-grid { grid-template-columns: repeat(2, 1fr); }
  .jurisdiction__grid { gap: 45px; }
}

@media (max-width: 820px) {
  .site-header { height: 70px; }
  .nav-toggle { display: block; margin-left: auto; }
  .site-nav { position: fixed; inset: 70px 0 0; display: none; align-items: stretch; justify-content: flex-start; padding: 32px 20px; background: var(--white); }
  .site-nav.is-open { display: block; }
  .site-nav__list { display: block; }
  .site-nav__list li { border-bottom: 1px solid var(--line); }
  .site-nav__list a { display: block; padding: 16px 3px; font-size: 17px; }
  .site-nav__actions { display: grid; grid-template-columns: 1fr 1fr; margin-top: 25px; }
  .hero__grid { grid-template-columns: 1fr; padding-block: 70px; }
  .hero.is-workspace .hero__grid { grid-template-columns: 1fr; gap: 16px; min-height: auto; padding-block: 22px 38px; }
  .hero.is-workspace .workspace-sidebar { display: grid; min-height: 0; grid-template-columns: 1fr auto; align-items: center; gap: 13px; padding: 15px; }
  .hero.is-workspace .workspace-sidebar__brand { display: none; }
  .hero.is-workspace .workspace-sidebar__new { width: auto; min-height: 42px; grid-column: 2; grid-row: 1; padding-inline: 14px; }
  .hero.is-workspace .workspace-sidebar__section { grid-column: 1; grid-row: 1; margin: 0; }
  .hero.is-workspace .workspace-sidebar__label, .hero.is-workspace .workspace-sidebar__hint { display: none; }
  .hero.is-workspace .workspace-sidebar__item { padding: 8px 10px; }
  .hero__copy { text-align: center; }
  .hero__copy .eyebrow, .hero__benefits { justify-content: center; }
  .hero__lead { margin-inline: auto; }
  .document-builder { width: min(100%, 560px); margin-inline: auto; }
  .trust-strip__grid { grid-template-columns: repeat(2, 1fr); }
  .trust-strip__grid > div:nth-child(3) { border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
  .trust-strip__grid > div:nth-child(4) { border-top: 1px solid var(--line); }
  .section { padding-block: 78px; }
  .section-heading--split, .faq__grid, .jurisdiction__grid { grid-template-columns: 1fr; gap: 38px; }
  .section-heading--split { align-items: start; }
  .steps { grid-template-columns: 1fr; }
  .step { display: grid; grid-template-columns: 100px 1fr; grid-template-rows: auto auto; text-align: left; }
  .step__art { grid-row: 1 / 3; margin: 0; }
  .step h3 { align-self: end; }
  .jurisdiction__visual { min-height: 360px; order: 2; }
  .plan-grid { grid-template-columns: 1fr 1fr; }
  .faq__grid { gap: 22px; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .brand__name { font-size: 20px; }
	.intake-form { grid-template-columns: 1fr; }
	.intake-field:has(textarea), .intake-actions { grid-column: 1; }
  .question-wizard__stage { padding: 18px 15px; }
  .question-wizard__prompt { grid-template-columns: 36px 1fr; gap: 9px; }
  .question-wizard__icon { width: 36px; height: 36px; }
  .question-wizard__icon svg { width: 20px; height: 20px; }
  .question-wizard__stage h3 { font-size: 21px; }
  .question-wizard__actions { grid-template-columns: 1fr; }
  .question-wizard__skip { grid-column: 1; }
  .hero__grid { min-height: auto; padding-block: 57px 64px; }
  .hero.is-workspace .hero__grid { padding-block: 13px 28px; }
  .hero.is-workspace .workspace-sidebar { grid-template-columns: 1fr; }
  .hero.is-workspace .workspace-sidebar__new { grid-column: 1; grid-row: 2; }
  .hero.is-workspace .workspace-sidebar__section { grid-column: 1; grid-row: 1; }
  .hero.is-workspace .document-builder__body { padding: 20px 16px 22px; }
  .hero h1 { font-size: 43px; letter-spacing: -2.1px; }
  .hero__lead { font-size: 16px; }
  .hero__benefits { display: grid; justify-content: start; width: fit-content; margin-inline: auto; text-align: left; }
  .document-builder__body { padding: 20px 16px 17px; }
  .trust-strip__grid > div { min-height: 72px; }
  .section { padding-block: 65px; }
  .section-heading h2, .jurisdiction h2, .faq h2 { font-size: 34px; letter-spacing: -1.4px; }
  .section-heading { margin-bottom: 34px; }
  .section-heading--split { gap: 17px; }
  .document-grid { grid-template-columns: 1fr; }
  .document-card { min-height: 94px; }
  .step { grid-template-columns: 78px 1fr; padding: 25px 21px; }
  .step__art { width: 68px; height: 68px; border-radius: 20px; }
  .step__art::before { inset: 15px 20px; }
  .step__art::after { top: 29px; left: 25px; width: 19px; box-shadow: 0 8px 0 var(--teal-500); }
  .step__art--answer::before { inset: 19px 13px 22px; }
  .step__art--answer::after { top: 30px; left: 20px; width: 6px; height: 6px; box-shadow: 11px 0 0 var(--teal-500), 22px 0 0 var(--teal-500); }
  .step__art--download::before { inset: 14px 20px; }
  .step__art--download::after { top: 25px; left: 27px; width: 14px; height: 14px; box-shadow: none; }
  .plan-grid { grid-template-columns: 1fr; }
  .plan-card { min-height: 460px; padding: 30px 26px; }
  .final-cta__inner { display: block; text-align: center; }
  .final-cta .eyebrow { justify-content: center; }
  .final-cta .button { margin-top: 27px; }
  .site-footer__top { grid-template-columns: 1fr 1fr; gap: 38px 25px; }
  .site-footer__brand { grid-column: 1 / -1; }
  .site-footer__bottom { display: block; text-align: center; }
  .site-footer__bottom p + p { margin-top: 7px; }
  .account-modal { padding: 12px; }
  .account-modal__dialog { padding: 27px 20px 22px; }
  .account-modal h2 { font-size: 24px; }
  .document-downloads { grid-template-columns: 1fr; }
  .document-offer { padding: 25px 18px; }
  .document-offer__pricing { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
.checkout-notice{align-items:center;background:#e9f8f0;border:1px solid #9bd6b7;border-radius:12px;box-shadow:0 12px 36px rgba(6,24,39,.18);color:#155d40;display:flex;font-size:14px;font-weight:700;gap:18px;justify-content:space-between;left:50%;max-width:680px;padding:14px 18px;position:fixed;top:20px;transform:translateX(-50%);width:calc(100% - 32px);z-index:10000}.checkout-notice.is-canceled{background:#fff8e7;border-color:#efd18a;color:#77550b}.checkout-notice button{background:transparent;border:0;color:inherit;cursor:pointer;font-size:22px;line-height:1;padding:0}
