/* 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 guide surface's sheet, loaded after core.css.
   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. */
.legal-page { background: #f6f7f9; }
.legal-page .site-header { position: sticky; top: 0; }
.legal-page .nav-shell { grid-template-columns: 1fr auto auto; }
.legal-page .site-header nav { justify-self: end; }
.legal-page .site-header nav a[aria-current="page"] { background: white; color: var(--blue); }
@media (min-width: 761px) {
.legal-title-fit .legal-intro { container-type: inline-size; }
.legal-title-fit .legal-intro h1 { font-size: min(clamp(2.8rem, 5vw, 4.6rem), 15cqi); }
}
.legal-intro > p { color: var(--muted); font-size: .9rem; }
.legal-contact { margin-top: 1.4rem; padding: 1rem; background: white; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow-sm); }
.legal-contact strong, .legal-contact span { display: block; }
.legal-contact span { margin-bottom: .3rem; color: var(--soft-text); font-size: .63rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.legal-content h3 { margin: 1.3rem 0 .45rem; color: var(--navy); font-size: 1rem; }
.legal-callout { margin: 1.4rem 0; padding: 1rem 1.1rem; background: var(--teal-light); border-left: 4px solid var(--teal); border-radius: 0 10px 10px 0; }
.legal-callout.urgent { background: #fff3e5; border-left-color: var(--amber); }
.legal-callout p:last-child { margin-bottom: 0; }
@media (max-width: 760px) {
.legal-page .site-header nav { display: none; }
}
.about-person { margin: 1.4rem 0; padding: 1.1rem 1.25rem; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: var(--shadow-sm); scroll-margin-top: 5rem; }
.about-person h3 { margin: 0 0 .5rem; color: var(--navy); font-size: 1rem; }
.about-person p { margin: 0; }
.school-index { margin: 1.2rem 0 1.4rem; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.2rem 1.6rem; }
.school-index-group h3 { margin: 0 0 .5rem; color: var(--soft-text); font-size: .62rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.school-index-group ul { margin: 0; padding: 0; list-style: none; display: grid; gap: .35rem; }
.school-index-group li { margin: 0; }
.school-index-group a { font-size: .8rem; line-height: 1.45; }
@media (max-width: 900px) {
.school-index { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
.school-index { grid-template-columns: minmax(0, 1fr); }
}
.guide-subhead { margin: -.4rem 0 .8rem; color: var(--navy); font-size: 1.05rem; font-weight: 600; line-height: 1.4; }
.guide-toc { margin: 0 0 2.2rem; padding: 1.2rem 1.35rem; border: 1px solid var(--line-dark); border-radius: 12px; background: white; }
.guide-toc h2 { margin: 0 0 .8rem; font-size: .72rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.guide-toc ol { display: grid; grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr)); gap: .1rem 1.6rem; margin: 0; padding-left: 1.2rem; }
.guide-toc li { margin: 0; padding: .18rem 0; font-size: .8rem; line-height: 1.5; }
.guide-toc a { color: #566277; text-decoration: none; }
.guide-toc a:hover, .guide-toc a:focus-visible { color: var(--blue); text-decoration: underline; }
.guide-table-wrap { max-width: 100%; margin: 1.5rem 0; overflow-x: auto; overscroll-behavior-x: contain; border: 1px solid var(--line); border-radius: 12px; background-image: linear-gradient(to right, white 55%, rgba(255, 255, 255, 0)), linear-gradient(to left, white 55%, rgba(255, 255, 255, 0)), radial-gradient(farthest-side at 0 50%, rgba(23, 34, 59, .17), rgba(23, 34, 59, 0)), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 40'%3E%3Cpath d='M6 13l7 7-7 7' fill='none' stroke='%2317223b' stroke-opacity='.5' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"), radial-gradient(farthest-side at 100% 50%, rgba(23, 34, 59, .17), rgba(23, 34, 59, 0)); background-position: left center, right center, left center, right center, right center; background-size: 2.6rem 100%, 2.6rem 100%, 1.05rem 100%, 1.05rem 2.5rem, 1.05rem 100%; background-repeat: no-repeat; background-attachment: local, local, scroll, scroll, scroll; background-color: white; }
.guide-table { width: 100%; min-width: 560px; border-collapse: collapse; text-align: left; }
.guide-table caption { padding: .9rem 1rem; border-bottom: 1px solid var(--line); background: #fafbfc; color: var(--navy); font-size: .72rem; font-weight: 700; letter-spacing: .04em; text-align: left; text-transform: uppercase; }
.guide-table th, .guide-table td { padding: .8rem 1rem; border-bottom: 1px solid var(--line); color: #566277; font-size: .78rem; line-height: 1.6; vertical-align: top; }
.guide-table thead th { background: #fafbfc; color: var(--navy); font-size: .7rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.guide-table tbody th { color: var(--navy); font-weight: 700; white-space: nowrap; }
.guide-table tbody tr:last-child th, .guide-table tbody tr:last-child td { border-bottom: 0; }
.guide-inline-cta { margin: 1.5rem 0 0; padding: .85rem 1rem; border: 1px dashed var(--line-dark); border-radius: 10px; background: white; font-size: .8rem; }
.guide-cta { margin: 0; padding: clamp(1.5rem, 4vw, 2.2rem); display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-radius: 14px; background: var(--blue); color: white; }
.guide-cta strong { display: block; margin-top: .7rem; font-family: var(--font-display); font-size: clamp(1.2rem, 2.4vw, 1.6rem); font-weight: 700; letter-spacing: -.014em; line-height: 1.2; }
.guide-cta p { margin: .55rem 0 0; color: rgba(255, 255, 255, .74); font-size: .78rem; line-height: 1.6; }
.guide-cta .button { flex: 0 0 auto; }
.guide-figure { margin: 1.6rem 0; padding: 1.1rem 1.2rem 1rem; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); color: var(--navy); }
.guide-figure svg { display: block; width: 100%; height: auto; max-width: 100%; overflow: visible; }
.guide-figure text { font-family: var(--font-sans); fill: var(--muted); font-size: 11px; }
.guide-figure .figure-key { fill: var(--navy); font-weight: 700; }
.guide-figure figcaption { margin: .9rem 0 0; padding-top: .8rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .74rem; line-height: 1.6; }
@media (max-width: 560px) {
.guide-figure { padding: .9rem .85rem .8rem; }
.guide-figure text { font-size: 12px; }
}
.guide-glossary { margin: 1.5rem 0 0; }
.guide-glossary dt { margin: 1.2rem 0 0; color: var(--navy); font-size: .86rem; font-weight: 700; line-height: 1.45; scroll-margin-top: 92px; }
.guide-glossary dt:first-child { margin-top: 0; }
.guide-glossary dt:target { color: var(--blue); }
.guide-glossary dd { margin: .35rem 0 0; padding-bottom: 1.2rem; border-bottom: 1px solid var(--line); color: #566277; font-size: .83rem; line-height: 1.75; }
.guide-glossary dd:last-child { padding-bottom: 0; border-bottom: 0; }
.legal-content .guide-cards { margin: 1.2rem 0 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 15.5rem), 1fr)); gap: .8rem; list-style: none; }
.guide-cards .guide-card { margin: 0; padding: .95rem 1.05rem; display: grid; align-content: start; gap: .3rem; border: 1px solid var(--line); border-radius: 12px; background: #fafbfc; }
.guide-cards .guide-card > a { color: var(--navy); font-size: .86rem; font-weight: 700; line-height: 1.35; text-decoration: none; }
.guide-cards .guide-card > a:hover { color: var(--blue); text-decoration: underline; }
.guide-cards .guide-card p { margin: 0; color: #566277; font-size: .75rem; line-height: 1.6; }
.guide-cards .guide-card .guide-card-meta { color: var(--navy); font-weight: 700; }
.legal-content .guide-cta .button { color: var(--navy); }
.legal-content .guide-cta .button:hover { color: var(--blue); }
.guide-card-meta { margin: 0; color: var(--soft-text); font-size: .68rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.guide-verify { margin: 1.4rem 0; padding: 1rem 1.1rem; border: 1px solid var(--line-dark); border-left: 4px solid var(--blue); border-radius: 0 10px 10px 0; background: white; }
.guide-verify p:last-child { margin-bottom: 0; }
.doc-shot { margin: 1.9rem 0; }
.doc-shot-sheet { overflow: hidden; border: 1px solid #d3d9e3; border-radius: 8px; background: white; box-shadow: var(--shadow-lg); }
.doc-shot img { width: 100%; height: auto; display: block; }
.doc-shot figcaption { margin: .75rem 0 0; color: var(--muted); font-size: .75rem; line-height: 1.6; }
.doc-aside { margin: 1.9rem 0; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 15rem); gap: 1.6rem; align-items: start; }
.doc-aside > div > :first-child { margin-top: 0; }
.doc-aside > div > :last-child { margin-bottom: 0; }
.doc-aside .doc-shot { margin: 0; }
.doc-pair { margin: 1.9rem 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.2rem; align-items: start; }
.doc-pair .doc-shot { margin: 0; }
.prospect-form { margin: 1.6rem 0 0; display: grid; gap: 1rem; }
.form-field { display: grid; gap: .35rem; }
.form-field label { color: var(--navy); font-size: .78rem; font-weight: 500; }
.form-field input, .form-field textarea { width: 100%; min-height: 48px; padding: .7rem .85rem; border: 1px solid var(--line-dark); border-radius: 9px; background: var(--paper); color: var(--text); font-family: inherit; font-size: .85rem; line-height: 1.5; }
.form-field textarea { min-height: 140px; resize: vertical; }
.form-field input:hover, .form-field textarea:hover { border-color: var(--blue); }
.form-field input[aria-invalid="true"], .form-field textarea[aria-invalid="true"] { border-color: #c1533f; background: #fdf4f2; }
.form-field .form-hint { color: var(--muted); font-size: .72rem; line-height: 1.6; }
.form-honeypot { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; border: 0; clip-path: inset(50%); white-space: nowrap; }
.prospect-form .button { width: 100%; justify-content: center; }
.prospect-form .button[disabled] { opacity: .62; cursor: progress; transform: none; }
.form-status { margin: 0; padding: .7rem .85rem; border-radius: 9px; font-size: .78rem; line-height: 1.55; }
.form-status[hidden] { display: none; }
.form-consent { margin: 0; color: var(--muted); font-size: .72rem; line-height: 1.6; }
.form-consent[hidden] { display: none; }
.form-success { margin: 1.6rem 0 0; padding: 1.2rem 1.3rem; border-left: 4px solid var(--teal); border-radius: 0 12px 12px 0; background: var(--teal-light); }
.form-success[hidden] { display: none; }
.form-success p { margin: 0; color: #3c6960; font-size: .82rem; line-height: 1.7; }
.form-success p + p { margin-top: .6rem; }
.form-success .form-success-title { margin: 0 0 .5rem; color: var(--navy); font-family: var(--font-display); font-size: 1.1rem; font-weight: 700; line-height: 1.3; }
.form-success .form-success-title + p { margin-top: 0; }
.form-fallback { margin: 1.2rem 0 0; color: var(--muted); font-size: .76rem; line-height: 1.6; }
.form-fallback a { color: var(--blue); font-weight: 500; }
.error-main { width: min(720px, calc(100% - 2.5rem)); margin: 0 auto; padding: clamp(4rem, 10vw, 8rem) 0; text-align: center; }
.error-main .eyebrow { justify-content: center; }
.error-main h1 { max-width: none; margin: 1rem auto 1.1rem; font-size: clamp(2.2rem, 5.5vw, 3.4rem); line-height: 1.1; }
.error-main > p { max-width: 520px; margin: 0 auto; color: var(--muted); font-size: .88rem; }
.error-actions { margin-top: 2rem; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 1rem; }
.error-links { margin-top: 2.5rem; padding-top: 1.6rem; display: flex; flex-wrap: wrap; justify-content: center; gap: .6rem .9rem; border-top: 1px solid var(--line); }
.error-links a { padding: .45rem .75rem; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--navy); font-size: .72rem; font-weight: 500; text-decoration: none; }
.error-links a:hover { border-color: var(--blue); color: var(--blue); }
.error-contact { margin: 1.6rem 0 0; color: var(--soft-text); font-size: .74rem; }
.error-contact a { color: var(--blue); }
@media (max-width: 720px) {
.doc-shot { margin: 1.4rem 0; }
.doc-shot figcaption { font-size: .72rem; }
.doc-aside { margin: 1.4rem 0; grid-template-columns: minmax(0, 1fr); gap: 1.2rem; }
.doc-aside .doc-shot { width: min(15rem, 100%); }
.doc-pair { margin: 1.4rem 0; gap: .8rem; }
.guide-cta { display: block; }
.guide-cta .button { width: 100%; margin-top: 1.3rem; }
.error-actions { align-items: stretch; flex-direction: column; }
.error-actions .button { width: 100%; }
}
.guide-split { display: flow-root; }
.guide-split-body { min-width: 0; display: flow-root; }
.guide-split-body > :first-child { margin-top: 0; }
.guide-split-body > :last-child { margin-bottom: 0; }
.guide-rail { float: right; width: var(--rail); min-width: 0; margin: .3rem 0 1.15rem var(--rail-gap); display: grid; gap: .9rem; align-content: start; }
.guide-jump-label { align-self: center; margin-right: .3rem; color: var(--soft-text); font-size: .6rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.guide-chip::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--blue); }
.guide-glyph-teal { background: var(--teal-light); color: var(--teal); }
.guide-glyph-amber { background: #fdf3e2; color: var(--amber); }
.guide-glyph-navy { background: var(--navy); color: white; }
.guide-fact > span { color: var(--soft-text); font-size: .6rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.guide-fact > strong { color: var(--navy); font-size: .9rem; font-weight: 700; line-height: 1.4; }
.legal-content .guide-fact p { margin: 0; color: #566277; font-size: .76rem; line-height: 1.65; }
.legal-content .guide-fact ul { margin: 0; padding-left: 1.1rem; }
.legal-content .guide-fact li { font-size: .76rem; line-height: 1.6; }
.legal-content .guide-fact li + li { margin-top: .3rem; }
.guide-quote { margin: 0; padding: 1rem 1.1rem 1rem 1.3rem; border-left: 4px solid var(--blue); border-radius: 0 14px 14px 0; background: var(--blue-light); }
.legal-content .guide-quote p { margin: 0; color: var(--navy); font-family: var(--font-display); font-size: .92rem; font-weight: 500; line-height: 1.5; }
.guide-quote cite { display: block; margin-top: .5rem; color: var(--muted); font-size: .68rem; font-style: normal; font-weight: 500; }
.legal-content .guide-points { margin: 1.3rem 0 2rem; padding: 0; display: grid; grid-template-columns: 1fr; gap: .75rem; list-style: none; }
.legal-content .guide-points li > .guide-points-mark { grid-row: 1 / span 2; margin: 0; }
.legal-content .guide-points li > strong { grid-column: 2; }
.legal-content .guide-points li strong { display: block; color: var(--navy); font-size: .9rem; line-height: 1.35; }
.guide-points-mark { width: 30px; height: 30px; margin-bottom: .15rem; display: inline-flex; align-items: center; justify-content: center; border-radius: 9px; background: var(--blue-light); color: var(--blue); font-family: var(--font-display); font-size: .82rem; font-weight: 700; }
.guide-page .legal-content > section > .app-shot { max-width: 46rem; }
.legal-content > .guide-aside:has(form) { margin-top: 2.5rem; }
.capture-box { margin-top: 1.5rem; padding: 1.15rem 1.2rem; display: flex; flex-direction: column; gap: .85rem; border: 1px solid #cfdcf8; border-radius: 16px; background: var(--blue-light); box-shadow: none; }
.capture-box-offer, .capture-box-ask { display: contents; }
.capture-box-shot { order: 1; margin: 0; max-height: 180px; display: grid; grid-template-columns: repeat(auto-fit, minmax(0, 1fr)); align-items: start; gap: .75rem; }
.capture-box-shot .doc-shot-sheet { aspect-ratio: 3 / 2; overflow: hidden; border: 1px solid #d3d9e3; border-radius: 8px; background: white; box-shadow: var(--shadow-lg); }
.capture-box-shot .doc-shot-sheet:first-child { transform: rotate(-2deg); }
.capture-box-shot .doc-shot-sheet:last-child:not(:first-child) { transform: rotate(2deg); }
.capture-box-shot .doc-shot-sheet:only-child { transform: none; }
.capture-box-shot img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: top center; }
.capture-box-label { order: 2; color: #4d586e; font-size: .68rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.capture-box-ask > strong { order: 3; color: var(--navy); font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; letter-spacing: -.015em; line-height: 1.2; }
.capture-box-lead { order: 4; margin: 0; color: var(--navy); font-size: .88rem; line-height: 1.5; }
.capture-box .capture-box-ticks { order: 5; margin: 0; padding: 0; display: grid; gap: .38rem; list-style: none; }
.capture-box .capture-box-ticks li { position: relative; margin: 0; padding-left: 1.4rem; color: #5a6478; font-size: .78rem; line-height: 1.5; }
.capture-box .capture-box-ticks li::before { content: ""; position: absolute; left: .2rem; top: .35em; width: .32rem; height: .6rem; border: solid var(--blue); border-width: 0 2px 2px 0; transform: rotate(45deg); }
.capture-box .prospect-form { order: 6; margin: 0; display: flex; flex-direction: column; gap: .7rem; }
.capture-box .prospect-form .form-status { order: 1; }
.capture-box .prospect-form .button { order: 2; min-height: 48px; margin-top: 0; }
.capture-box .prospect-form .form-consent { order: 3; font-size: .8125rem; }
.capture-box .form-success { order: 7; }
.capture-box-proof { order: 8; margin: 0; color: #5a6478; font-size: .78rem; line-height: 1.55; }
.capture-box .form-fallback { order: 10; margin: 0; color: #5a6478; font-size: .72rem; }
@media (min-width: 761px) {
.legal-content > .capture-box { display: grid; grid-template-columns: minmax(0, 55fr) minmax(0, 45fr); align-items: stretch; column-gap: 1.9rem; padding: 1.5rem 1.7rem; }
.legal-content > .capture-box > .capture-box-offer { display: grid; align-content: space-between; gap: 1.1rem; }
.legal-content > .capture-box > .capture-box-ask { display: grid; align-content: start; gap: .7rem; }
.legal-content > .capture-box .capture-box-label { order: 0; }
.legal-content > .capture-box .capture-box-shot { max-height: none; }
.legal-content > .capture-box .capture-box-shot .doc-shot-sheet { aspect-ratio: 3 / 3.8; }
.legal-content > .capture-box .capture-box-shot .doc-shot-sheet:only-child { justify-self: center; max-width: 18rem; }
.legal-intro > .capture-box .capture-box-shot .doc-shot-sheet:last-child:not(:first-child) { display: none; }
.legal-intro > .capture-box .capture-box-shot .doc-shot-sheet:first-child { transform: none; }
.legal-intro > .capture-box .capture-box-ask > strong { font-size: 1.25rem; }
}
.guide-page .guide-inline-cta { margin: 1.6rem 0 0; padding: 1rem 1.15rem; border: 1px solid #cfdcf8; border-radius: 14px; background: var(--blue-light); color: var(--navy); font-size: .82rem; line-height: 1.7; }
.guide-page .guide-inline-cta a { color: var(--blue); font-weight: 700; text-underline-offset: 3px; }
.guide-page .guide-cta:hover { box-shadow: 0 26px 70px rgba(44, 95, 213, .28); }
.guide-cta-figure { margin: 0; overflow: hidden; border-radius: 14px; box-shadow: var(--shadow-lg); aspect-ratio: 16 / 10; }
.guide-cta-figure img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: top center; }
.guide-cta-wide { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 21rem); gap: clamp(1.4rem, 3vw, 2rem); align-items: center; }
.guide-cta-wide .guide-cta-copy .button { margin-top: 1rem; }
.legal-content .guide-cta-wide .button { color: var(--navy); }
.legal-content .guide-cta-wide .button:hover { color: var(--blue); }
.legal-content .guide-cards .guide-card > a::after { content: ""; position: absolute; inset: 0; border-radius: 12px; }
.legal-content .guide-cards .guide-card:focus-within { border-color: var(--blue); }
.guide-page .guide-table-wrap { margin: 1.5rem 0 0; }
.guide-page .legal-callout { max-width: none; border-radius: 0 12px 12px 0; }
.guide-page .guide-verify { max-width: none; }
.guide-page .guide-toc { max-width: none; }
.compare-table { margin: 1.5rem 0 0; }
.compare-table .guide-table-wrap { margin: 0; }
.compare-table .guide-table { table-layout: fixed; }
.compare-table .guide-table thead th:first-child { width: 26%; }
.compare-table .guide-table caption { background: white; color: var(--navy); font-size: .74rem; letter-spacing: .045em; }
.compare-table .guide-table thead th { padding-top: .95rem; padding-bottom: .95rem; vertical-align: bottom; }
.compare-table .guide-table tbody th { white-space: normal; }
.compare-table .compare-ours { background: var(--blue-light); border-left: 1px solid #c3d5f8; border-right: 1px solid #c3d5f8; }
.compare-table thead .compare-ours { background: #e3ecff; border-top: 2px solid var(--blue); }
.compare-table tbody tr:last-child .compare-ours { border-bottom: 1px solid #c3d5f8; }
.compare-table .compare-row-ours th, .compare-table .compare-row-ours td { background: var(--blue-light); }
.compare-table .compare-row-ours th { box-shadow: inset 3px 0 0 var(--blue); }
.compare-verdict { margin-bottom: .4rem; padding: .2rem .55rem .2rem .38rem; display: inline-flex; align-items: center; gap: .32rem; border-radius: 999px; font-size: .7rem; font-weight: 700; line-height: 1.3; }
.compare-verdict svg { width: 15px; height: 15px; flex: 0 0 15px; }
.compare-verdict-yes { background: var(--teal-light); color: #0f6a5e; }
.compare-verdict-part { background: #fdf3e2; color: #7d5310; }
.compare-verdict-none { background: #fdecea; color: #a3231c; }
.compare-note { display: block; }
.compare-glance { margin: 0 0 1.6rem; padding: 1.1rem 1.25rem; border: 1px solid var(--line); border-left: 4px solid var(--blue); border-radius: 0 14px 14px 0; background: #fafbfc; }
.compare-glance-title { margin: 0 0 .75rem; color: #4f5c70; font-family: var(--font-sans); font-size: .6rem; font-weight: 700; letter-spacing: .11em; line-height: 1.3; text-transform: uppercase; }
.legal-content .compare-glance ul { margin: 0; padding: 0; display: grid; gap: .6rem; list-style: none; }
.legal-content .compare-glance li { margin: 0; display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: .65rem; align-items: start; color: #566277; font-size: .8rem; line-height: 1.6; }
.legal-content .compare-glance li strong { color: var(--navy); }
.compare-glance-glyph { width: 22px; height: 22px; margin-top: .12rem; display: inline-flex; align-items: center; justify-content: center; border-radius: 7px; background: var(--blue-light); color: var(--blue); }
.compare-glance-glyph svg { width: 13px; height: 13px; }
@media (max-width: 1180px) {
.guide-rail { float: none; width: auto; margin: 1.3rem 0; }
.guide-split-body > .guide-rail:first-child { margin-top: 0; }
.guide-cta-wide { grid-template-columns: minmax(0, 1fr); }
.guide-cta-wide .guide-cta-figure { order: -1; }
}
@media (max-width: 760px) {
.guide-jump { flex-wrap: nowrap; overflow-x: auto; overscroll-behavior-x: contain; scrollbar-width: none; }
.guide-jump::-webkit-scrollbar { display: none; }
.guide-jump-label { display: none; }
.guide-page .guide-cta { border-radius: 14px; }
.guide-page .legal-content > section > .app-shot { max-width: none; }
}
@media (max-width: 639px) {
.compare-table .guide-table-wrap { overflow-x: visible; border: 0; border-radius: 0; background: none; }
.compare-table .guide-table { min-width: 0; display: block; table-layout: auto; }
.compare-table .guide-table caption { display: block; padding: 0 0 .75rem; border-bottom: 0; background: none; }
.compare-table .guide-table thead { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.compare-table .guide-table tbody { display: block; }
.compare-table .guide-table tbody tr { margin-bottom: .7rem; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: white; }
.compare-table .guide-table tbody tr:last-child { margin-bottom: 0; }
.compare-table .guide-table tbody th { order: 1; padding: .75rem .9rem; display: block; border-bottom: 0; background: #fafbfc; font-size: .8rem; }
.compare-table .guide-table tbody td { order: 3; padding: .8rem .9rem; display: block; border-top: 1px solid var(--line); border-bottom: 0; }
.compare-table .guide-table tbody td.compare-ours { order: 2; border-left: 0; border-right: 0; border-top-color: #c3d5f8; }
.compare-table .guide-table tbody tr:last-child .compare-ours { border-bottom: 0; }
.compare-table .guide-table tbody td::before { content: attr(data-compare-label); display: block; margin-bottom: .35rem; color: #4f5c70; font-size: .58rem; font-weight: 700; letter-spacing: .09em; line-height: 1.3; text-transform: uppercase; }
.compare-table .compare-row-ours th { box-shadow: none; background: #e3ecff; }
.compare-glance { padding: 1rem 1.05rem; }
}
@media print {
.guide-jump, .guides-jump { position: static; background: none; }
}
.guide-diagram { margin: 1.9rem 0; }
.guide-diagram-frame { padding: 1rem 1.1rem; overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); color: var(--text); box-shadow: var(--shadow-sm); }
.guide-diagram svg { width: 100%; min-width: 20rem; height: auto; display: block; }
.guide-diagram figcaption { margin: .75rem 0 0; color: var(--muted); font-size: .75rem; line-height: 1.6; }
@media (max-width: 700px) {
.guide-diagram { margin: 1.4rem 0; }
.guide-diagram-frame { padding: .8rem; }
.guide-diagram figcaption { font-size: .72rem; }
}
.legal-content .guide-samples { margin: 1.5rem 0 0; padding: 0; display: grid; gap: .9rem; list-style: none; }
.guide-samples > li { padding: 1rem 1.1rem; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); }
.guide-jump-sub { margin: -.8rem 0 1.4rem; display: flex; flex-wrap: wrap; align-items: center; gap: .35rem; font-size: .78rem; }
.guide-jump-sub > span { color: var(--muted); letter-spacing: .06em; text-transform: uppercase; font-weight: 700; font-size: .68rem; }
.guide-jump-sub a { display: inline-block; min-width: 1.7rem; padding: .15rem .4rem; border: 1px solid var(--line-dark); border-radius: 999px; text-align: center; text-decoration: none; }
.legal-content .guide-sample-head { margin: 0 0 .45rem; color: var(--blue); font-size: .7rem; font-weight: 700; line-height: 1.4; letter-spacing: .07em; text-transform: uppercase; }
.guide-sample-head:target { outline: 2px solid var(--blue); outline-offset: 6px; border-radius: 4px; }
.legal-content .guide-sample-options { margin: .65rem 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: .4rem; list-style: none; }
.guide-sample-options li { padding: .28rem .62rem; border: 1px solid var(--line-dark); border-radius: 999px; font-size: .85rem; }
.guide-sample-options b { margin-right: .3rem; color: var(--blue); }
.guide-samples .guide-sample-answer { margin: .8rem 0 0; padding-top: .7rem; border-top: 1px dashed var(--line-dark); color: var(--muted); font-size: .9rem; }
@media (max-width: 700px) {
.guide-samples > li { padding: .85rem .9rem; }
}
.guide-passage { margin: 1.5rem 0; }
.legal-content .guide-passage p { margin: 0 0 .75rem; font-size: .95rem; line-height: 1.65; }
.legal-content .guide-passage p:last-of-type { margin-bottom: 0; }
.guide-sample-figure { margin: .8rem 0 0; padding: .7rem .4rem; overflow-x: auto; border: 1px solid var(--line); border-radius: 10px; background: var(--canvas); color: var(--text); }
.guide-sample-figure svg { width: 100%; min-width: 19rem; height: auto; display: block; }
.legal-content .guide-sample-words { margin: .55rem 0 0; color: var(--muted); font-size: .82rem; line-height: 1.6; }
.guide-sample-figure-split .q1-stacked { display: none; }
@media (max-width: 480px) {
.guide-diagram-frame { padding-left: .75rem; padding-right: .75rem; }
.guide-sample-figure-split .q1-wide { display: none; }
.guide-sample-figure-split .q1-stacked { display: block; min-width: 0; }
}
.fig-vb-320 { --fig-vb: 320; }
.fig-vb-360 { --fig-vb: 360; }
.fig-vb-480 { --fig-vb: 480; }
.fig-vb-520 { --fig-vb: 520; }
.fig-vb-560 { --fig-vb: 560; }
.fig-vb-600 { --fig-vb: 600; }
.fig-vb-620 { --fig-vb: 620; }
.fig-vb-640 { --fig-vb: 640; }
.fig-vb-660 { --fig-vb: 660; }
@media (max-width: 480px) {
.guide-table-stack .guide-table-wrap { overflow-x: visible; border: 0; border-radius: 0; background: none; }
.guide-table-stack .guide-table { min-width: 0; display: block; table-layout: auto; }
.guide-table-stack .guide-table caption { display: block; padding: 0 0 .75rem; border-bottom: 0; background: none; }
.guide-table-stack .guide-table thead { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.guide-table-stack .guide-table tbody { display: block; }
.guide-table-stack .guide-table tbody tr { margin-bottom: .7rem; display: block; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: white; }
.guide-table-stack .guide-table tbody tr:last-child { margin-bottom: 0; }
.guide-table-stack .guide-table tbody th { display: block; padding: .75rem .9rem; border-bottom: 0; background: #fafbfc; font-size: .8rem; white-space: normal; }
.guide-table-stack .guide-table tbody td { display: block; padding: .8rem .9rem; border-top: 1px solid var(--line); border-bottom: 0; }
.guide-table-stack .guide-table tbody td::before { content: attr(data-compare-label); display: block; margin-bottom: .35rem; color: #4f5c70; font-size: .58rem; font-weight: 700; letter-spacing: .09em; line-height: 1.3; text-transform: uppercase; }
.guide-table-stack .guide-table tbody td:not([data-compare-label])::before { content: none; }
.guide-table-terms .guide-table tbody tr { margin-bottom: 0; border-width: 0 0 1px; border-radius: 0; background: none; }
.guide-table-terms .guide-table tbody tr:last-child { border-bottom: 0; }
.guide-table-terms .guide-table tbody th { padding: .7rem .1rem .1rem; background: none; font-size: .88rem; }
.guide-table-terms .guide-table tbody td { padding: 0 .1rem .7rem; border-top: 0; }
.guide-table-terms .guide-table tbody td::before { content: none; }
.guide-figure { padding-left: 0; padding-right: 0; }
.guide-figure > figcaption { margin-left: .85rem; margin-right: .85rem; }
.guide-figure-frame { padding: 0 .85rem; overflow-x: auto; overscroll-behavior-x: contain; }
.guide-figure-frame, .guide-diagram-frame {
    background-image:
      linear-gradient(to right, var(--paper) 55%, rgba(255, 255, 255, 0)),
      linear-gradient(to left, var(--paper) 55%, rgba(255, 255, 255, 0)),
      radial-gradient(farthest-side at 0 50%, rgba(23, 34, 59, .17), rgba(23, 34, 59, 0)),
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 40'%3E%3Cpath d='M6 13l7 7-7 7' fill='none' stroke='%2317223b' stroke-opacity='.5' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"),
      radial-gradient(farthest-side at 100% 50%, rgba(23, 34, 59, .17), rgba(23, 34, 59, 0));
    background-position: left center, right center, left center, right center, right center;
    background-size: 2.2rem 100%, 2.2rem 100%, 1.05rem 100%, 1.05rem 2.5rem, 1.05rem 100%;
    background-repeat: no-repeat;
    background-attachment: local, local, scroll, scroll, scroll;
  }
.guide-figure-frame svg, .guide-diagram-frame svg { width: max(100%, calc(var(--fig-vb, 320) * .89px)); max-width: none; min-width: 0; height: auto; }
.guide-sample-figure { overscroll-behavior-x: contain; }
.guide-sample-figure svg { width: max(100%, calc(var(--fig-vb, 320) * .93px)); max-width: none; min-width: 0; height: auto; }
.guide-sample-figure-split .q1-stacked { width: 100%; }
.guide-sample-figure {
    background-image:
      linear-gradient(to right, var(--canvas) 55%, rgba(247, 248, 250, 0)),
      linear-gradient(to left, var(--canvas) 55%, rgba(247, 248, 250, 0)),
      radial-gradient(farthest-side at 0 50%, rgba(23, 34, 59, .17), rgba(23, 34, 59, 0)),
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 40'%3E%3Cpath d='M6 13l7 7-7 7' fill='none' stroke='%2317223b' stroke-opacity='.5' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"),
      radial-gradient(farthest-side at 100% 50%, rgba(23, 34, 59, .17), rgba(23, 34, 59, 0));
    background-position: left center, right center, left center, right center, right center;
    background-size: 1.8rem 100%, 1.8rem 100%, 1.05rem 100%, 1.05rem 2.5rem, 1.05rem 100%;
    background-repeat: no-repeat;
    background-attachment: local, local, scroll, scroll, scroll;
  }
.guide-figure svg text, .guide-diagram svg text { font-size: 12.5px; }
}
.about-page .legal-intro { position: static; top: auto; max-width: 40rem; margin: 0 0 clamp(2rem, 4vw, 3rem); }
.about-page .legal-intro h1 { font-size: clamp(2.6rem, 6vw, 3.9rem); }
.about-page .legal-content section + section { margin-top: clamp(2.6rem, 5vw, 3.8rem); padding-top: clamp(2.6rem, 5vw, 3.8rem); }
.about-page .guide-answer { font-size: 1.05rem; }
.about-shot { margin: 1.9rem 0 0; }
.about-shot .app-shot-frame { border-radius: 16px; }
.about-shot img { width: 100%; height: auto; display: block; }
.about-shot figcaption { margin: .8rem 0 0; color: var(--muted); font-size: .78rem; line-height: 1.6; }
.about-shot-phone { margin: 0; }
.about-shot-phone picture { display: block; overflow: hidden; border: 1px solid var(--line-dark); border-radius: 22px; background: white; box-shadow: var(--shadow-lg); }
.about-years { margin: 1.6rem 0 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.about-years li { display: flex; flex-direction: column; gap: .45rem; padding: 1.15rem 1.2rem 1.25rem; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: var(--shadow-sm); }
.about-year-label { color: var(--blue); font-size: .62rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.about-years strong { color: var(--navy); font-family: var(--font-display); font-size: 1.08rem; }
.about-years p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.62; }
.about-years .text-link { margin-top: auto; padding-top: .5rem; font-size: .82rem; }
.about-feature-list { margin: 1.6rem 0 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.about-feature-list li { padding: 1.15rem 1.2rem; border: 1px solid var(--line); border-radius: 16px; background: var(--canvas); }
.about-feature-list strong { display: block; margin-bottom: .35rem; color: var(--navy); font-family: var(--font-display); font-size: 1rem; }
.about-feature-list p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.62; }
.about-page .about-person { margin: 1.4rem 0 0; padding: 1.5rem 1.6rem; border-radius: 18px; border-color: var(--line-dark); display: grid; grid-template-columns: 3.25rem minmax(0, 1fr); column-gap: 1.1rem; row-gap: .2rem; align-items: start; }
.about-page .about-person + .about-person { margin-top: 1rem; }
.about-person-badge { grid-column: 1; grid-row: 1 / span 2; display: flex; align-items: center; justify-content: center; width: 3.25rem; height: 3.25rem; border-radius: 50%; font-family: var(--font-display); font-size: 1.05rem; font-weight: 700; letter-spacing: .04em; }
.about-person-role { grid-column: 2; display: block; margin-bottom: .3rem; color: var(--teal); font-size: .62rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.about-page .about-person h3 { grid-column: 2; margin: 0 0 .6rem; font-family: var(--font-display); font-size: 1.35rem; }
.about-page .about-person p { grid-column: 1 / -1; margin: .3rem 0 0; color: var(--muted); font-size: .9rem; line-height: 1.72; }
.about-page .legal-content .about-person-cta { grid-column: 1 / -1; margin-top: 1.1rem; padding: .8rem 1.15rem; display: flex; align-items: center; justify-content: center; gap: .45rem; border-radius: 999px; background: var(--navy); color: white; font-size: .84rem; font-weight: 500; text-align: center; text-decoration: none; transition: background .15s ease, transform .15s ease; }
.about-page .legal-content .about-person-cta:hover { background: var(--blue); transform: translateY(-1px); text-decoration: none; }
.about-person#farah-hussain { background: var(--teal-light); }
.about-person#farah-hussain .about-person-badge { background: var(--teal); color: white; }
.about-page .about-person#farah-hussain .about-person-cta { background: var(--teal); }
.about-page .about-person#farah-hussain .about-person-cta:hover { background: var(--navy); }
.about-person#james-ford { background: var(--blue-light); }
.about-person#james-ford .about-person-badge { background: var(--blue); color: white; }
.about-person#james-ford .about-person-role { color: var(--blue); }
.about-page .about-person#james-ford .about-person-cta { background: var(--blue); }
.about-page .about-person#james-ford .about-person-cta:hover { background: var(--navy); }
.about-page .about-opening .legal-contact { margin-top: 1.6rem; }
.about-parent-split { margin-top: 1.4rem; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 14rem); gap: clamp(1.4rem, 3vw, 2.4rem); align-items: center; }
.about-parent-split > div > :first-child { margin-top: 0; }
.about-parent-split > div > :last-child { margin-bottom: 0; }
.about-close .guide-cta { margin-top: 0; }
.about-next { margin: 1.6rem 0 0; padding: 0; list-style: none; display: grid; gap: .6rem; }
.about-next li { padding-left: 1.1rem; position: relative; color: var(--muted); font-size: .86rem; line-height: 1.62; }
.about-next li::before { content: ""; position: absolute; left: 0; top: .58em; width: 5px; height: 5px; border-radius: 50%; background: var(--blue); }
@media (max-width: 860px) {
.about-years { grid-template-columns: 1fr; }
.about-feature-list { grid-template-columns: 1fr; }
.about-parent-split { grid-template-columns: 1fr; }
.about-shot-phone { width: min(320px, 100%); margin: 0 auto; }
}
.guide-schools-box { margin: 1.9rem 0; padding: 1.2rem 1.3rem; border: 1px solid var(--line); border-left: 4px solid var(--teal); border-radius: 0 12px 12px 0; background: var(--teal-light); }
.guide-schools-title { margin: 0 0 .6rem; font-family: var(--font-slab); font-size: .95rem; font-weight: 700; color: var(--navy); }
.guide-schools-box p:last-child { margin-bottom: 0; }
.guide-schools-snippet { margin: .7rem 0; padding: .75rem .85rem; overflow-x: auto; overscroll-behavior-x: contain; border: 1px solid var(--line-dark); border-radius: 8px; background: white; font-size: .74rem; line-height: 1.6; }
.guide-schools-snippet code { white-space: pre-wrap; word-break: break-word; }
@media (max-width: 560px) {
.guide-schools-box { padding: 1rem .9rem; }
}
.tracker-picker { margin: 1.4rem 0 1.6rem; padding: .9rem 1.1rem; display: flex; flex-wrap: wrap; gap: .6rem .9rem; align-items: center; border: 1px solid var(--line); border-radius: 14px; background: #fafbfc; }
.tracker-picker label { color: #4f5c70; font-family: var(--font-sans); font-size: .6rem; font-weight: 700; letter-spacing: .11em; line-height: 1.3; text-transform: uppercase; }
.tracker-picker select { flex: 1 1 16rem; min-width: 0; padding: .55rem .7rem; border: 1px solid var(--line); border-radius: 10px; background: white; color: var(--navy); font: inherit; font-size: .82rem; }
.legal-content .tracker-source { margin: .55rem 0 0; color: var(--muted); font-size: .72rem; line-height: 1.6; }
.tracker-cite { margin: 1.2rem 0; padding:1rem 1.15rem; border: 1px solid var(--line); border-left: 4px solid var(--blue); border-radius: 0 14px 14px 0; background: #fafbfc; }
.legal-content .tracker-cite p { margin: 0 0 .7rem; font-size: .82rem; line-height: 1.7; }
.legal-content .tracker-cite p:last-child { margin-bottom: 0; }
.tracker-permalink { margin-left: .35rem; color: var(--muted); font-size: .7em; text-decoration: none; opacity: 0; transition: opacity .15s ease; }
.tracker-school:hover .tracker-permalink, .tracker-permalink:focus-visible, .tracker-school:target .tracker-permalink { opacity: 1; }
.tracker-permalink:hover { color: var(--blue); }
.legal-content .tracker-asof { margin: 0 0 .6rem; color: var(--muted); font-size: .76rem; }
.tracker-embed { margin: 1.1rem 0 1.3rem; padding: .95rem 1.05rem; overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; background: #f6f7f9; color: var(--navy); font-size: .74rem; line-height: 1.65; white-space: pre; }
.tracker-embed code { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
@media (max-width: 480px) {
.tracker-picker { padding: .8rem .85rem; }
.tracker-embed { font-size: .7rem; }
}
