:root {
    --navy-950: #101f35;
    --navy-900: #172a46;
    --navy-800: #203958;
    --navy-700: #315274;
    --blue-100: #eaf0f5;
    --blue-50: #f4f7fa;
    --gold-700: #9d6b24;
    --gold-600: #bc8230;
    --gold-500: #d3a352;
    --gold-300: #efd49d;
    --cream: #fbf7ee;
    --paper: #fffdfa;
    --white: #fff;
    --ink: #172130;
    --muted: #5e6b78;
    --border: #dce3e8;
    --green: #297057;
    --shadow-sm: 0 8px 24px rgba(18, 39, 66, .08);
    --shadow-lg: 0 22px 60px rgba(8, 27, 50, .16);
    --radius-sm: 12px;
    --radius: 20px;
    --radius-lg: 30px;
    --shell: 1200px;
    --sans: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --serif: "Fraunces", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); letter-spacing: -.035em; line-height: 1.08; }
h1 { font-size: clamp(2.65rem, 5vw, 5.3rem); }
h2 { font-size: clamp(2rem, 3.5vw, 3.4rem); }
h3 { line-height: 1.25; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.shell.narrow { width: min(calc(100% - 40px), 820px); }
.sr-only { position: absolute !important; 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: 999; left: 14px; top: 14px; transform: translateY(-160%); background: white; color: var(--navy-900); padding: 10px 14px; border-radius: 8px; box-shadow: var(--shadow-sm); }
.skip-link:focus { transform: none; }
.section { padding: 100px 0; }
.soft-section { background: var(--blue-50); }
.kicker { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--gold-300); text-transform: uppercase; letter-spacing: .13em; font-size: .76rem; font-weight: 700; }
.kicker span { width: 26px; height: 1px; background: currentColor; }
.kicker.dark { color: var(--gold-700); }
.kicker.light { color: var(--gold-300); }
.eyebrow { margin: 0 0 4px; color: var(--gold-700); text-transform: uppercase; letter-spacing: .11em; font-size: .72rem; font-weight: 700; }
.section-heading { max-width: 760px; margin-bottom: 46px; }
.section-heading h2 { margin-bottom: 16px; color: var(--navy-900); }
.section-heading > p:not(.kicker) { color: var(--muted); font-size: 1.08rem; }
.section-heading.small { margin-bottom: 32px; }
.section-heading.small h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; }
.split-heading > p { margin-bottom: 14px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 8px; min-height: 50px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: white; background: var(--navy-900); box-shadow: 0 10px 20px rgba(23,42,70,.16); }
.button.secondary { color: var(--navy-900); background: white; border-color: var(--border); }
.button.gold { color: var(--navy-950); background: var(--gold-300); }
.button.light { color: var(--navy-900); background: white; }
.button.ghost { color: white; border-color: rgba(255,255,255,.32); }
.button.full { width: 100%; }
.ui-icon { display: inline-block; flex: 0 0 auto; width: 1.2em; height: 1.2em; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; vertical-align: -.18em; }
.nav-icon { width: 18px; height: 18px; }
.link-icon { width: 1.05em; height: 1.05em; transition: transform .2s ease; }
.text-link, .inline-icon-link { display: inline-flex; align-items: center; gap: 7px; color: var(--navy-800); font-weight: 700; }
.text-link:hover { color: var(--gold-700); }
.text-link:hover .link-icon, .inline-icon-link:hover .link-icon, a:hover > .nav-icon { transform: translateX(3px); }
.button .ui-icon { width: 17px; height: 17px; }
.external { font-size: .8em; }

.site-header { position: relative; z-index: 30; min-height: 78px; background: var(--navy-950); color: white; border-bottom: 1px solid rgba(255,255,255,.08); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 78px; }
.brand { display: inline-flex; align-items: center; gap: 12px; line-height: 1.05; }
.brand img { width: 44px; height: 44px; }
.brand span { display: flex; flex-direction: column; }
.brand strong { font-family: var(--serif); font-size: 1.05rem; letter-spacing: -.02em; }
.brand small { margin-top: 4px; color: var(--gold-300); text-transform: uppercase; letter-spacing: .18em; font-size: .58rem; font-weight: 700; }
.primary-nav { display: flex; align-items: center; gap: 32px; font-size: .91rem; font-weight: 600; }
.primary-nav > a { color: #e9eef3; }
.primary-nav > a:hover { color: var(--gold-300); }
.primary-nav .nav-cta { padding: 10px 17px; color: var(--navy-950); background: var(--gold-300); border-radius: 999px; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: white; border-radius: 3px; }

.hero { position: relative; overflow: hidden; min-height: 680px; padding: 86px 0 96px; color: white; background: radial-gradient(circle at 70% 20%, rgba(89,129,168,.26), transparent 30%), linear-gradient(130deg, var(--navy-950) 0%, #1e3c5c 68%, #294d6d 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .18; 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: 80px 80px; mask-image: linear-gradient(90deg, transparent 0, black 55%, black); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.04fr .96fr; gap: 76px; align-items: center; }
.hero-copy h1 { max-width: 760px; margin-bottom: 24px; }
.hero-copy h1 em { color: var(--gold-300); font-style: italic; font-weight: 600; }
.hero-lead { max-width: 650px; margin-bottom: 34px; color: #dce7ee; font-size: 1.16rem; }
.hero-search { max-width: 690px; }
.hero-search > label { display: block; margin-bottom: 8px; color: #e7edf3; font-size: .85rem; font-weight: 600; }
.search-control { display: grid; grid-template-columns: 36px 1fr auto; align-items: center; padding: 7px 7px 7px 16px; background: white; border-radius: 16px; box-shadow: var(--shadow-lg); }
.search-control > .search-icon { width: 21px; height: 21px; color: var(--gold-700); stroke-width: 1.9; }
.search-control input { min-width: 0; height: 52px; color: var(--ink); border: 0; outline: 0; font-size: 1rem; }
.search-control button { height: 48px; padding: 0 22px; color: white; background: var(--gold-600); border: 0; border-radius: 12px; font-weight: 700; }
.location-button { display: inline-flex; align-items: center; gap: 7px; margin-top: 12px; padding: 0; color: var(--gold-300); background: transparent; border: 0; font-size: .85rem; font-weight: 700; }
.location-button .ui-icon { width: 17px; height: 17px; stroke-width: 1.9; }
.location-button:disabled { cursor: progress; opacity: .82; }
.location-status { display: block; min-height: 1.2em; margin-top: 7px; color: #d8e3ec; font-size: .76rem; line-height: 1.45; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 26px; color: #bccbd7; font-size: .8rem; }
.hero-trust > span { display: inline-flex; align-items: center; gap: 7px; }
.hero-trust .trust-icon { width: 16px; height: 16px; color: var(--gold-300); stroke-width: 2; }
.hero-visual { position: relative; min-height: 480px; display: flex; align-items: center; }
.visual-glow { position: absolute; width: 400px; height: 400px; left: 60px; top: 20px; background: rgba(211,163,82,.14); border-radius: 50%; filter: blur(4px); }
.map-preview { position: relative; z-index: 2; width: 100%; height: 420px; overflow: hidden; background: #e4e9e7; border: 10px solid rgba(255,255,255,.1); border-radius: 30px; box-shadow: 0 30px 80px rgba(0,0,0,.35); transform: rotate(1.5deg); }
.map-preview::before { content: ""; position: absolute; inset: 0; background: linear-gradient(30deg, transparent 46%, rgba(62,101,110,.22) 47%, rgba(62,101,110,.22) 50%, transparent 51%), linear-gradient(120deg, transparent 45%, rgba(202,173,113,.35) 46%, rgba(202,173,113,.35) 49%, transparent 50%); background-size: 140px 120px, 180px 150px; }
.map-toolbar { position: relative; z-index: 3; display: flex; justify-content: space-between; padding: 18px 20px; color: var(--navy-900); background: rgba(255,255,255,.92); font-weight: 700; }
.map-count { color: var(--gold-700); font-size: .78rem; }
.map-lines { position: absolute; inset: 58px 0 0; }
.map-lines i { position: absolute; height: 5px; width: 120%; background: rgba(255,255,255,.75); transform: rotate(-20deg); box-shadow: 0 0 0 1px rgba(60,85,80,.08); }
.map-lines i:nth-child(1) { top: 42px; left: -40px; }
.map-lines i:nth-child(2) { top: 180px; left: -80px; transform: rotate(17deg); }
.map-lines i:nth-child(3) { top: 255px; left: -70px; transform: rotate(-6deg); }
.map-lines i:nth-child(4) { top: 110px; left: 40px; transform: rotate(68deg); }
.map-lines b { position: absolute; width: 25px; height: 25px; background: var(--gold-600); border: 6px solid white; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); filter: drop-shadow(0 5px 5px rgba(0,0,0,.18)); }
.map-lines b:nth-of-type(1) { left: 22%; top: 80px; }
.map-lines b:nth-of-type(2) { left: 65%; top: 140px; }
.map-lines b:nth-of-type(3) { left: 49%; top: 260px; }
.preview-card { position: absolute; z-index: 4; left: 26px; bottom: 24px; display: flex; gap: 14px; width: calc(100% - 52px); padding: 17px; color: var(--ink); background: white; border-radius: 15px; box-shadow: var(--shadow-lg); }
.preview-card div { display: flex; flex-direction: column; }
.preview-card small { color: var(--green); font-weight: 700; }
.preview-card strong { color: var(--navy-900); font-family: var(--serif); font-size: 1.1rem; }
.preview-card span:last-child { color: var(--muted); font-size: .79rem; }
.hero-stat-card { position: absolute; z-index: 5; right: -28px; bottom: 12px; display: flex; flex-direction: column; width: 175px; padding: 18px 20px; color: var(--navy-900); background: var(--gold-300); border-radius: 17px; box-shadow: var(--shadow-lg); }
.hero-stat-card strong { font-family: var(--serif); font-size: 1.65rem; }
.hero-stat-card span { font-size: .76rem; font-weight: 700; }

.stat-ribbon { background: #f2eadb; border-bottom: 1px solid #eadbc0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-grid > div { display: flex; flex-direction: column; padding: 29px 34px; border-right: 1px solid #dfd0b5; }
.stats-grid > div:first-child { padding-left: 0; }
.stats-grid > div:last-child { border-right: 0; }
.stats-grid strong { color: var(--navy-900); font-family: var(--serif); font-size: 1.85rem; }
.stats-grid span { color: #706857; font-size: .78rem; }

.why-section { background: white; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature-grid article { position: relative; min-height: 300px; padding: 30px 26px; background: var(--blue-50); border: 1px solid #e5ebef; border-radius: var(--radius); transition: transform .25s, box-shadow .25s; }
.feature-grid article:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); }
.feature-number { position: absolute; right: 24px; top: 22px; color: #b6c1ca; font-size: .72rem; font-weight: 700; }
.feature-icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 52px; color: #fff8e9; background: linear-gradient(145deg, var(--navy-700), var(--navy-950)); border: 1px solid rgba(255,255,255,.12); border-radius: 15px; box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 10px 22px rgba(23,42,70,.15); }
.feature-icon .ui-icon { width: 25px; height: 25px; stroke-width: 1.65; }
.feature-grid h3 { margin-bottom: 12px; color: var(--navy-900); font-family: var(--serif); font-size: 1.25rem; }
.feature-grid p { color: var(--muted); font-size: .9rem; }

.city-section { background: var(--cream); }
.city-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.city-card { position: relative; min-height: 230px; overflow: hidden; display: flex; align-items: flex-end; padding: 25px; color: white; background: var(--navy-800); border-radius: var(--radius); box-shadow: var(--shadow-sm); isolation: isolate; }
.city-card::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(160deg, rgba(255,255,255,.16), transparent 55%); }
.city-card::after { content: ""; position: absolute; z-index: -1; inset: 38% 0 0; background: linear-gradient(transparent, rgba(5,15,28,.8)); }
.city-card-2, .city-card-6, .city-card-10 { background: #4f6f73; }
.city-card-3, .city-card-7, .city-card-11 { background: #6e5946; }
.city-card-4, .city-card-8, .city-card-12 { background: #3c526b; }
.city-art { position: absolute; inset: 0; z-index: -1; opacity: .5; }
.city-art::before, .city-art::after, .city-art i, .city-art b { content: ""; position: absolute; bottom: 48px; background: rgba(255,255,255,.25); }
.city-art::before { left: 14%; width: 20%; height: 58px; clip-path: polygon(0 20%,50% 0,100% 20%,100% 100%,0 100%); }
.city-art::after { left: 35%; width: 30%; height: 92px; clip-path: polygon(0 14%,50% 0,100% 14%,100% 100%,0 100%); }
.city-art i { right: 12%; width: 20%; height: 68px; }
.city-art b { left: 48%; bottom: 113px; width: 5px; height: 31px; }
.city-art b::before { content: ""; position: absolute; left: -7px; top: 7px; width: 19px; height: 5px; background: inherit; }
.city-card-copy { display: flex; flex-direction: column; }
.city-card small { color: var(--gold-300); text-transform: uppercase; letter-spacing: .1em; font-size: .65rem; font-style: normal; font-weight: 700; }
.city-card strong { max-width: 280px; font-family: var(--serif); font-size: 1.35rem; line-height: 1.2; }
.city-card em { display: inline-flex; align-items: center; gap: 7px; margin-top: 8px; color: #dbe4ea; font-size: .78rem; font-style: normal; }
.city-card em .ui-icon { color: var(--gold-300); }
.center-action { margin-top: 38px; text-align: center; }

.states-section { background: white; }
.state-panel { display: grid; grid-template-columns: .72fr 1.28fr; gap: 62px; padding: 56px; color: white; background: var(--navy-900); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.state-panel-copy h2 { margin-bottom: 18px; }
.state-panel-copy p:not(.kicker) { color: #c9d5de; }
.state-link-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.state-link-grid a { display: grid; grid-template-columns: 32px 1fr auto; align-items: center; gap: 7px; min-height: 48px; padding: 7px 10px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.08); border-radius: 10px; font-size: .74rem; }
.state-link-grid a:hover { background: rgba(255,255,255,.12); }
.state-link-grid span { display: grid; place-items: center; width: 28px; height: 28px; color: var(--gold-300); background: rgba(239,212,157,.12); border-radius: 7px; font-size: .62rem; font-weight: 700; }
.state-link-grid small { color: #9db0bf; }
.global-directory-panel { grid-template-columns: .72fr 1.28fr; }
.country-directory-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.country-directory-grid a { position: relative; display: grid; grid-template-columns: 42px 1fr auto; grid-template-rows: auto auto; align-items: center; column-gap: 12px; min-height: 88px; padding: 16px; color: white; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 13px; transition: transform .2s, background .2s; }
.country-directory-grid a:hover { transform: translateY(-2px); background: rgba(255,255,255,.12); }
.country-directory-grid a > span { grid-row: 1 / 3; display: grid; place-items: center; width: 42px; height: 42px; color: var(--gold-300); background: rgba(239,212,157,.12); border-radius: 11px; font-size: .68rem; font-weight: 800; }
.country-directory-grid strong { align-self: end; font-size: .88rem; }
.country-directory-grid small { align-self: start; color: #9db0bf; font-size: .67rem; line-height: 1.35; }
.country-directory-grid .nav-icon { grid-column: 3; grid-row: 1 / 3; color: var(--gold-300); }

.trust-section { background: var(--blue-50); }
.trust-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.trust-grid h2 { color: var(--navy-900); }
.promise-list > div { padding: 22px 0 22px 48px; border-top: 1px solid var(--border); position: relative; }
.promise-icon { position: absolute; left: 0; top: 21px; display: grid; place-items: center; width: 31px; height: 31px; color: white; background: var(--green); border: 1px solid rgba(255,255,255,.2); border-radius: 10px; box-shadow: 0 5px 13px rgba(41,112,87,.16); }
.promise-icon .ui-icon { width: 17px; height: 17px; stroke-width: 1.9; }
.promise-list strong { color: var(--navy-900); font-family: var(--serif); font-size: 1.14rem; }
.promise-list p { margin: 5px 0 0; color: var(--muted); font-size: .91rem; }

.faq-section { background: white; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.faq-grid h2 { color: var(--navy-900); }
.accordion details { border-top: 1px solid var(--border); }
.accordion details:last-child { border-bottom: 1px solid var(--border); }
.accordion summary { position: relative; padding: 22px 44px 22px 0; color: var(--navy-900); font-weight: 700; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::before, .accordion summary::after { content: ""; position: absolute; right: 5px; top: 50%; width: 14px; height: 1.5px; background: var(--navy-800); border-radius: 999px; transition: transform .2s, opacity .2s; }
.accordion summary::after { transform: rotate(90deg); }
.accordion details[open] summary::after { opacity: 0; transform: rotate(0); }
.accordion details p { padding-right: 40px; color: var(--muted); font-size: .93rem; }

.site-footer { padding: 70px 0 26px; color: #c7d3dd; background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.45fr .75fr .85fr 1.05fr; gap: 48px; }
.footer-brand p { max-width: 340px; margin-top: 20px; color: #9fb0bd; font-size: .86rem; }
.footer-independent { display: block; max-width: 340px; padding-top: 15px; color: #7f96a7; border-top: 1px solid rgba(255,255,255,.1); font-size: .72rem; line-height: 1.55; }
.site-footer h2 { margin-bottom: 16px; color: white; font-family: var(--sans); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.site-footer .footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }
.site-footer .footer-grid a:not(.brand) { margin: 4px 0; color: #b5c4cf; font-size: .84rem; }
.site-footer .footer-grid a:hover { color: var(--gold-300); }
.footer-note p { color: #8fa4b3; font-size: .8rem; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 54px; padding-top: 22px; color: #768e9f; border-top: 1px solid rgba(255,255,255,.1); font-size: .73rem; }

.breadcrumbs { padding-top: 18px; padding-bottom: 18px; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; color: var(--muted); font-size: .76rem; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: 8px; color: #a8b1b9; }
.breadcrumbs a:hover { color: var(--gold-700); }
.page-hero { padding: 72px 0 78px; color: white; background: radial-gradient(circle at 82% 20%, rgba(91,137,174,.24), transparent 32%), var(--navy-900); }
.page-hero.compact { padding: 64px 0 70px; text-align: center; }
.page-hero h1 { margin-bottom: 18px; font-size: clamp(2.5rem, 4.6vw, 4.5rem); }
.page-hero p:not(.kicker) { max-width: 760px; margin-bottom: 0; color: #cfdce5; font-size: 1.08rem; }
.page-hero.compact p { margin-inline: auto; }
.page-hero.compact .kicker { justify-content: center; }
.location-hero-grid { display: grid; grid-template-columns: 1fr 270px; align-items: center; gap: 70px; }
.coverage-card { display: flex; flex-direction: column; padding: 28px; color: var(--navy-900); background: var(--gold-300); border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.coverage-card > strong { font-family: var(--serif); font-size: 3.2rem; line-height: 1; }
.coverage-card > span { margin-bottom: 18px; font-size: .8rem; font-weight: 700; }
.coverage-card > div { display: grid; grid-template-columns: auto 1fr; gap: 3px 8px; padding-top: 16px; border-top: 1px solid rgba(23,42,70,.2); font-size: .72rem; }

.directory-state-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.directory-state-grid > a { display: grid; grid-template-columns: 50px 1fr auto; align-items: center; gap: 14px; min-height: 88px; padding: 17px; background: white; border: 1px solid var(--border); border-radius: 14px; transition: transform .2s, box-shadow .2s; }
.directory-state-grid > a:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.state-code { display: grid; place-items: center; width: 50px; height: 50px; color: var(--gold-700); background: var(--cream); border-radius: 13px; font-weight: 800; }
.directory-state-grid strong { display: block; color: var(--navy-900); }
.directory-state-grid small { display: block; color: var(--muted); font-size: .72rem; }
.directory-state-grid .nav-icon { color: var(--gold-700); }
.two-column-content { display: grid; grid-template-columns: 1fr 320px; gap: 58px; align-items: start; }
.city-list-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.city-list-grid a { display: flex; justify-content: space-between; align-items: center; min-height: 68px; padding: 13px 16px; background: white; border: 1px solid var(--border); border-radius: 12px; }
.city-list-grid a:hover { border-color: var(--gold-500); }
.city-list-grid strong, .city-list-grid small { display: block; }
.city-list-grid strong { color: var(--navy-900); }
.city-list-grid small { color: var(--muted); font-size: .72rem; }
.city-list-grid .nav-icon { color: var(--gold-700); }
.sidebar-card { position: sticky; top: 24px; padding: 28px; background: var(--cream); border: 1px solid #eadfc8; border-radius: var(--radius); }
.sidebar-card h2 { color: var(--navy-900); font-size: 1.65rem; }
.sidebar-card h3 { color: var(--navy-900); }
.sidebar-card p { color: var(--muted); font-size: .88rem; }
.sidebar-card form { display: grid; gap: 8px; }
.sidebar-card input { width: 100%; height: 48px; padding: 0 13px; border: 1px solid var(--border); border-radius: 10px; }
.sidebar-card button { height: 46px; color: white; background: var(--navy-900); border: 0; border-radius: 10px; font-weight: 700; }
.sidebar-card hr { margin: 28px 0; border: 0; border-top: 1px solid #ddd1bb; }

.grade-nav { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: -24px; padding: 11px; background: white; border: 1px solid var(--border); border-radius: 16px; box-shadow: var(--shadow-sm); }
.grade-nav a { display: flex; justify-content: center; gap: 8px; padding: 12px; color: var(--muted); border-radius: 10px; font-size: .86rem; font-weight: 700; }
.grade-nav a.active { color: white; background: var(--navy-900); }
.grade-nav span { display: inline-grid; place-items: center; min-width: 23px; height: 23px; padding: 0 6px; color: inherit; background: rgba(255,255,255,.14); border-radius: 999px; font-size: .68rem; }
.location-layout { display: grid; grid-template-columns: 1fr 390px; gap: 30px; align-items: start; padding-top: 70px; padding-bottom: 80px; }
.location-map-wrap { position: sticky; top: 24px; }
.prose-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.prose-grid h2 { color: var(--navy-900); font-size: 1.8rem; }
.prose-grid p { color: var(--muted); }
.city-copy-section { background: var(--cream); }
.related-cities-section { background: white; }
.related-city-links { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.related-city-links a { display: flex; justify-content: space-between; align-items: center; min-height: 76px; padding: 16px 18px; background: var(--blue-50); border: 1px solid var(--border); border-radius: 13px; }
.related-city-links a:hover { border-color: var(--gold-500); box-shadow: var(--shadow-sm); }
.related-city-links strong, .related-city-links small { display: block; }
.related-city-links strong { color: var(--navy-900); }
.related-city-links small { color: var(--muted); font-size: .72rem; }
.related-city-links .nav-icon { color: var(--gold-700); }

.school-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.school-list { display: grid; gap: 12px; }
.school-card { display: flex; flex-direction: column; min-width: 0; padding: 22px; background: white; border: 1px solid var(--border); border-radius: 16px; transition: transform .2s, border-color .2s, box-shadow .2s; }
.school-card:hover { transform: translateY(-3px); border-color: #c8a86c; box-shadow: var(--shadow-sm); }
.school-card-top { display: grid; grid-template-columns: 40px 1fr; gap: 13px; align-items: start; }
.school-mark { display: grid; place-items: center; flex: 0 0 auto; width: 40px; height: 40px; color: var(--gold-700); background: linear-gradient(145deg, #fffdf8, #f7edda); border: 1px solid #e6d3ad; border-radius: 11px; box-shadow: inset 0 1px 0 white; }
.school-mark .ui-icon { width: 21px; height: 21px; stroke-width: 1.65; }
.school-card h3 { margin: 0; color: var(--navy-900); font-family: var(--serif); font-size: 1.15rem; }
.school-card h3 a:hover { color: var(--gold-700); }
.school-address { margin: 18px 0; color: var(--muted); font-size: .81rem; }
.school-card-facts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: auto; color: var(--muted); font-size: .7rem; }
.school-card-facts span { padding: 5px 8px; background: var(--blue-50); border-radius: 8px; }
.school-card-actions { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-top: 18px; padding-top: 15px; border-top: 1px solid #edf0f2; font-size: .76rem; font-weight: 700; }
.icon-link { color: var(--muted); }
.icon-link:hover { color: var(--gold-700); }
.google-maps-link { display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.google-maps-icon { display: block; flex: 0 0 18px; width: 18px; height: 18px; }

.finder-hero { padding: 56px 0 48px; color: white; background: var(--navy-900); }
.finder-hero h1 { margin-bottom: 10px; font-size: clamp(2.5rem, 4vw, 4rem); }
.finder-hero > .shell > p:not(.kicker) { color: #cfdbe4; }
.finder-form { display: grid; grid-template-columns: 1.25fr .62fr .7fr .7fr auto auto; gap: 10px; align-items: end; margin-top: 30px; padding: 15px; background: white; border-radius: 16px; box-shadow: var(--shadow-lg); }
.finder-form label { display: flex; flex-direction: column; min-width: 0; color: var(--muted); font-size: .68rem; font-weight: 700; }
.finder-form input, .finder-form select { width: 100%; height: 44px; padding: 0 10px; color: var(--ink); background: var(--blue-50); border: 1px solid var(--border); border-radius: 9px; outline: 0; }
.finder-form > button { display: inline-flex; align-items: center; justify-content: center; gap: 7px; height: 44px; padding: 0 18px; color: white; background: var(--gold-600); border: 0; border-radius: 9px; font-weight: 700; white-space: nowrap; }
.finder-form > button .ui-icon { width: 17px; height: 17px; }
.finder-form > .finder-location { color: var(--navy-900); background: var(--cream); }
.finder-layout { display: grid; grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr); min-height: 760px; padding-top: 40px; padding-bottom: 70px; }
.finder-results { padding-right: 26px; }
.results-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 18px; }
.results-heading h2 { margin: 0; color: var(--navy-900); font-family: var(--sans); font-size: 1.25rem; letter-spacing: -.02em; }
.finder-map-panel { position: sticky; top: 20px; height: calc(100vh - 40px); overflow: hidden; background: #e6eceb; border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.directory-map { width: 100%; height: min(720px, calc(100vh - 80px)); background: #e6eceb; border-radius: var(--radius); }
.map-attribution-note { margin: 0; padding: 7px 12px; color: var(--muted); background: white; font-size: .63rem; }
.mobile-map-toggle { display: none; }
.leaflet-popup-content-wrapper { border-radius: 12px; box-shadow: var(--shadow-sm); }
.map-popup strong { display: block; margin-bottom: 2px; color: var(--navy-900); font-family: var(--serif); font-size: 1rem; }
.map-popup span { display: block; color: var(--muted); font-size: .73rem; }
.map-popup a { display: inline-flex; align-items: center; gap: 5px; margin-top: 7px; color: var(--gold-700); font-size: .75rem; font-weight: 700; }
.map-pin { display: grid; place-items: center; width: 34px !important; height: 34px !important; color: white; background: linear-gradient(145deg, var(--navy-700), var(--navy-950)); border: 3px solid white; border-radius: 50% 50% 50% 0; box-shadow: 0 6px 14px rgba(18,39,66,.34); transform: rotate(-45deg); }
.map-pin span { display: grid; place-items: center; transform: rotate(45deg); }
.map-pin-icon { width: 15px; height: 15px; stroke-width: 1.8; }

.school-hero { padding: 60px 0 68px; color: white; background: radial-gradient(circle at 80% 10%, rgba(110,154,185,.25), transparent 32%), var(--navy-900); }
.school-hero-grid { display: grid; grid-template-columns: 1fr 280px; gap: 70px; align-items: center; }
.verification-pill { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 18px; padding: 7px 11px; color: #d9e5ed; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.13); border-radius: 999px; font-size: .72rem; font-weight: 700; }
.verification-pill.strong { color: #e8f5ec; background: rgba(41,112,87,.28); }
.verification-pill .ui-icon { width: 15px; height: 15px; color: var(--gold-300); stroke-width: 2; }
.school-hero h1 { margin-bottom: 16px; font-size: clamp(2.5rem, 4.6vw, 4.8rem); }
.school-location-line { color: #cbd8e1; }
.school-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.school-identity-card { display: flex; flex-direction: column; align-items: center; padding: 28px; color: var(--navy-900); background: var(--cream); border-radius: var(--radius); text-align: center; box-shadow: var(--shadow-lg); }
.large-school-mark { display: grid; place-items: center; width: 68px; height: 68px; margin-bottom: 13px; color: var(--gold-700); background: white; border: 1px solid #e7d7b7; border-radius: 20px; box-shadow: 0 10px 24px rgba(23,42,70,.09); }
.large-school-mark .ui-icon { width: 34px; height: 34px; stroke-width: 1.55; }
.school-identity-card p { margin-bottom: 2px; color: var(--gold-700); text-transform: uppercase; letter-spacing: .1em; font-size: .65rem; font-weight: 700; }
.school-identity-card strong { font-family: var(--serif); font-size: 1.35rem; }
.school-identity-card span { color: var(--muted); font-size: .78rem; }
.school-content { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 30px; align-items: start; padding-top: 54px; padding-bottom: 90px; }
.school-main { display: grid; gap: 20px; }
.fact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 12px; }
.fact-grid article { display: flex; flex-direction: column; min-height: 145px; padding: 20px; background: white; border: 1px solid var(--border); border-radius: 15px; }
.fact-icon { display: grid; place-items: center; width: 34px; height: 34px; margin-bottom: auto; color: var(--gold-700); background: linear-gradient(145deg, #fffdf8, #f7edda); border: 1px solid #ecdfc5; border-radius: 9px; }
.fact-icon .ui-icon { width: 18px; height: 18px; stroke-width: 1.7; }
.fact-grid small { color: var(--muted); font-size: .68rem; }
.fact-grid strong { color: var(--navy-900); font-size: .88rem; }
.content-card { padding: 30px; background: white; border: 1px solid var(--border); border-radius: var(--radius); }
.card-heading { display: flex; justify-content: space-between; align-items: start; margin-bottom: 22px; }
.card-heading h2 { margin: 0; color: var(--navy-900); font-size: 1.75rem; }
.source-chip { padding: 6px 10px; color: var(--green); background: #edf7f2; border-radius: 999px; font-size: .65rem; font-weight: 700; }
.detail-list { display: grid; grid-template-columns: 1fr 1fr; margin: 0; }
.detail-list > div { padding: 15px 0; border-top: 1px solid #edf0f2; }
.detail-list > div:nth-child(odd) { padding-right: 30px; }
.detail-list dt { color: var(--muted); font-size: .69rem; }
.detail-list dd { margin: 2px 0 0; color: var(--navy-900); font-weight: 700; }
.data-caveat, .source-disclaimer { margin: 22px 0 0; padding: 14px; color: var(--muted); background: var(--blue-50); border-radius: 10px; font-size: .76rem; }
.contact-grid { display: grid; grid-template-columns: 1.15fr .75fr 1fr; gap: 20px; }
.contact-grid > div { padding: 18px; background: var(--blue-50); border-radius: 12px; }
.contact-grid small, .contact-grid strong, .contact-grid a { display: block; }
.contact-grid small { color: var(--muted); font-size: .67rem; }
.contact-grid strong { margin: 4px 0 12px; color: var(--navy-900); font-size: .82rem; overflow-wrap: anywhere; }
.contact-grid a { color: var(--gold-700); font-size: .73rem; font-weight: 700; }
.contact-grid .inline-icon-link, .contact-grid .google-maps-link { display: inline-flex; }
.school-map { height: 340px; margin-top: 22px; border-radius: 14px; }
.google-place-card { border-color: #d7dce3; background: #fff; box-shadow: 0 8px 24px rgba(31,31,31,.04); }
.google-place-card[hidden] { display: none; }
.google-place-card.is-loading { opacity: .82; }
.google-maps-attribution { flex: 0 0 auto; margin-left: 18px; color: #5e5e5e; font-family: Roboto, var(--sans); font-size: 13px; font-style: normal; font-weight: 400; letter-spacing: normal; white-space: nowrap; }
.google-place-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.google-place-grid > div { display: flex; flex-direction: column; min-height: 120px; padding: 20px; background: #f7f8fa; border: 1px solid #e1e4e8; border-radius: 13px; }
.google-place-grid small { color: #5e5e5e; font-size: .69rem; }
.google-place-grid strong { margin: 7px 0 3px; color: #1f1f1f; font-size: 1.15rem; }
[data-google-rating] { display: inline-flex; align-items: center; gap: 7px; }
.rating-star { width: 18px; height: 18px; color: #e7a91c; fill: currentColor; stroke: #d99c12; stroke-width: 1.2; }
.google-place-grid strong.is-open { color: var(--green); }
.google-place-grid span { color: #5e5e5e; font-size: .75rem; }
.google-hours { margin-top: 14px; padding: 14px 17px; background: #f7f8fa; border: 1px solid #e1e4e8; border-radius: 12px; }
.google-hours summary { color: #1f1f1f; cursor: pointer; font-weight: 700; }
.google-hours ul { display: grid; gap: 3px; margin: 12px 0 0; padding: 0; color: #5e5e5e; font-size: .8rem; list-style: none; }
.google-place-footer { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-top: 15px; padding-top: 15px; border-top: 1px solid #e1e4e8; }
.google-place-footer p { max-width: 580px; margin: 0; color: #5e5e5e; font-size: .72rem; }
.google-place-footer a { flex: 0 0 auto; color: #1f1f1f; font-size: .76rem; font-weight: 700; }
.source-timeline > div { position: relative; display: grid; grid-template-columns: 20px 1fr; gap: 16px; padding-bottom: 22px; }
.source-timeline > div:not(:last-child)::before { content: ""; position: absolute; left: 9px; top: 18px; bottom: 0; width: 1px; background: var(--border); }
.source-timeline > div > span { position: relative; z-index: 1; width: 19px; height: 19px; background: white; border: 3px solid #a8b5be; border-radius: 50%; }
.source-timeline > div.complete > span { background: var(--green); border-color: var(--green); box-shadow: inset 0 0 0 4px white; }
.source-timeline strong { color: var(--navy-900); }
.source-timeline p { margin: 3px 0 0; color: var(--muted); font-size: .82rem; }
.source-links { display: grid; gap: 8px; margin-top: 4px; }
.source-links a { display: grid; grid-template-columns: 1fr auto; gap: 2px 14px; padding: 13px 15px; color: var(--navy-900); background: var(--blue-50); border: 1px solid var(--border); border-radius: 10px; }
.source-links a:hover { border-color: #c8a86c; }
.source-links span { font-size: .79rem; font-weight: 700; }
.source-links small { grid-column: 1; color: var(--muted); font-size: .67rem; }
.source-links .nav-icon { grid-column: 2; grid-row: 1 / 3; align-self: center; color: var(--gold-700); }
.school-sidebar { position: sticky; top: 20px; display: grid; gap: 16px; }
.sidebar-action-card { padding: 26px; color: white; background: var(--navy-900); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.sidebar-action-card h2 { font-size: 1.65rem; }
.sidebar-action-card p:not(.eyebrow) { color: #c7d4dd; font-size: .84rem; }
.sidebar-action-card .button { margin-top: 9px; }
.sidebar-correction { padding: 20px; background: var(--cream); border: 1px solid #e6d8bd; border-radius: 14px; }
.sidebar-correction span { color: var(--navy-900); font-weight: 700; }
.sidebar-correction p { margin: 5px 0 10px; color: var(--muted); font-size: .78rem; }
.sidebar-correction a { color: var(--gold-700); font-size: .78rem; font-weight: 700; }

.prose { color: #4d5c69; font-size: 1.02rem; }
.prose h2 { margin-top: 50px; margin-bottom: 14px; color: var(--navy-900); font-size: 2rem; }
.prose h2:first-child { margin-top: 0; }
.prose a:not(.button) { color: var(--gold-700); text-decoration: underline; }

/* Legal, privacy and accessibility centre */
.legal-hero { padding: 78px 0 84px; text-align: left; }
.legal-hero-grid { display: grid; grid-template-columns: minmax(0,1fr) 210px; gap: 80px; align-items: center; }
.legal-hero h1 { max-width: 850px; margin-bottom: 18px; }
.legal-hero p:not(.kicker) { margin-inline: 0; }
.legal-meta { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 25px; }
.legal-meta span { padding: 7px 11px; color: #dce6ed; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 999px; font-size: .69rem; font-weight: 700; }
.legal-hero-seal { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 190px; padding: 26px; color: var(--navy-900); background: var(--gold-300); border-radius: var(--radius); box-shadow: var(--shadow-lg); text-align: center; }
.legal-hero-seal > span { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 13px; color: var(--gold-700); background: rgba(255,255,255,.72); border: 1px solid rgba(157,107,36,.2); border-radius: 15px; font-family: var(--serif); font-size: 1.25rem; font-weight: 700; }
.legal-hero-seal > span .ui-icon { width: 27px; height: 27px; stroke-width: 1.7; }
.legal-hero-seal strong { font-family: var(--serif); font-size: 1.45rem; line-height: 1.2; }
.legal-hero-seal small { margin-top: 5px; color: #65522e; font-size: .68rem; font-weight: 700; }
.legal-centre-section { background: var(--cream); }
.legal-principles { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-bottom: 60px; }
.legal-principles article { position: relative; min-height: 220px; padding: 30px; background: white; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.legal-principles article > span { color: var(--gold-700); font-size: .69rem; font-weight: 800; letter-spacing: .1em; }
.legal-principles h2 { margin: 50px 0 10px; color: var(--navy-900); font-size: 1.5rem; }
.legal-principles p { margin: 0; color: var(--muted); font-size: .88rem; }
.legal-card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.legal-card-grid > a { display: flex; flex-direction: column; min-height: 270px; padding: 28px; background: white; border: 1px solid var(--border); border-radius: var(--radius); transition: transform .2s, box-shadow .2s, border-color .2s; }
.legal-card-grid > a:hover { transform: translateY(-4px); border-color: #d4b87f; box-shadow: var(--shadow-sm); }
.legal-card-grid > a > span:not(.legal-card-icon):not(.legal-card-action) { color: var(--gold-700); text-transform: uppercase; letter-spacing: .11em; font-size: .66rem; font-weight: 800; }
.legal-card-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 20px; color: #fff8e9; background: linear-gradient(145deg, var(--navy-700), var(--navy-950)); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; box-shadow: 0 9px 20px rgba(23,42,70,.13); }
.legal-card-icon .ui-icon { width: 23px; height: 23px; stroke-width: 1.65; }
.legal-card-grid h2 { margin: 20px 0 10px; color: var(--navy-900); font-size: 1.55rem; }
.legal-card-grid p { color: var(--muted); font-size: .86rem; }
.legal-card-action { display: inline-flex; align-items: center; gap: 6px; margin-top: auto; color: var(--gold-700); font-size: .76rem; font-weight: 800; }
.legal-centre-callout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; margin-top: 60px; padding: 42px; color: white; background: var(--navy-900); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.legal-centre-callout h2 { margin: 0; font-size: 2rem; }
.legal-centre-callout > p { margin: 0; color: #c8d5df; font-size: .9rem; }
.legal-document-section { padding: 70px 0 100px; background: var(--blue-50); }
.legal-layout { display: grid; grid-template-columns: 270px minmax(0,1fr); gap: 32px; align-items: start; }
.legal-sidebar { position: sticky; top: 20px; display: grid; gap: 16px; }
.legal-nav-card, .legal-help-card { padding: 22px; background: white; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.legal-nav-card nav { display: grid; }
.legal-nav-card nav a { display: grid; grid-template-columns: 1fr auto; gap: 10px; padding: 12px 0; color: var(--muted); border-top: 1px solid #edf0f2; font-size: .78rem; font-weight: 700; }
.legal-nav-card nav a:hover, .legal-nav-card nav a[aria-current="page"] { color: var(--gold-700); }
.legal-nav-card nav a[aria-current="page"] { font-weight: 800; }
.legal-nav-card nav .nav-icon { color: currentColor; }
.legal-help-card { color: white; background: var(--navy-900); border: 0; }
.legal-help-card > .legal-help-icon { display: grid; place-items: center; width: 42px; height: 42px; color: var(--gold-300); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.08); border-radius: 12px; }
.legal-help-icon .ui-icon { width: 21px; height: 21px; }
.legal-help-card h2 { margin: 22px 0 10px; font-size: 1.35rem; }
.legal-help-card p { color: #c4d1db; font-size: .78rem; }
.legal-help-card .button { min-height: 44px; margin-top: 8px; padding-inline: 14px; font-size: .75rem; }
.legal-document { min-width: 0; padding: 54px 60px; background: white; border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.legal-document > section { padding-top: 43px; margin-top: 43px; border-top: 1px solid var(--border); scroll-margin-top: 30px; }
.legal-document > section:first-of-type { padding-top: 0; margin-top: 0; border-top: 0; }
.legal-document h2 { margin-bottom: 17px; color: var(--navy-900); font-size: clamp(1.8rem,3vw,2.35rem); }
.legal-document h3 { color: var(--navy-900); }
.legal-document p, .legal-document li { color: #4f5f6d; }
.legal-document a:not(.button) { color: var(--gold-700); text-decoration: underline; text-underline-offset: 2px; }
.legal-summary { display: grid; grid-template-columns: repeat(3,1fr); gap: 11px; margin-bottom: 48px; }
.legal-summary.two-up { grid-template-columns: 1fr 1fr; }
.legal-summary > div { display: flex; flex-direction: column; min-height: 125px; padding: 20px; background: var(--cream); border: 1px solid #eadfc9; border-radius: 14px; }
.legal-summary strong { color: var(--navy-900); font-family: var(--serif); font-size: 1.03rem; line-height: 1.25; }
.legal-summary span { margin-top: 10px; color: var(--muted); font-size: .72rem; }
.legal-table-wrap { overflow-x: auto; margin: 24px 0; border: 1px solid var(--border); border-radius: 14px; }
.legal-table { width: 100%; min-width: 670px; border-collapse: collapse; font-size: .78rem; }
.legal-table th { padding: 14px 16px; color: white; background: var(--navy-900); text-align: left; vertical-align: top; }
.legal-table td { padding: 16px; color: #4f5f6d; border-top: 1px solid var(--border); vertical-align: top; }
.legal-table tbody tr:nth-child(even) td { background: var(--blue-50); }
.legal-table td:first-child { color: var(--navy-900); font-weight: 700; }
.legal-table code { color: var(--navy-900); background: #eceff2; border-radius: 5px; padding: 2px 5px; }
.legal-callout { margin: 25px 0; padding: 22px 24px; color: var(--navy-900); background: var(--cream); border: 1px solid #e7d5b2; border-left: 4px solid var(--gold-600); border-radius: 12px; }
.legal-callout strong { font-family: var(--serif); font-size: 1.12rem; }
.legal-callout p { margin: 5px 0 0; font-size: .84rem; }
.legal-callout.prominent { margin-top: 0; padding: 28px; background: #f7eedc; }
.legal-callout.prominent strong { font-size: 1.45rem; }
.legal-callout.prominent .button { margin-top: 18px; }
.legal-list { display: grid; gap: 11px; padding-left: 21px; }
.legal-list li { padding-left: 5px; }
.legal-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.rights-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 24px; }
.rights-grid article { min-height: 185px; padding: 22px; background: var(--blue-50); border: 1px solid var(--border); border-radius: 14px; }
.rights-grid article > span { color: var(--gold-700); font-family: var(--serif); font-size: 1.05rem; font-weight: 700; }
.rights-grid h3 { margin: 29px 0 8px; font-family: var(--serif); font-size: 1.14rem; }
.rights-grid p { margin: 0; font-size: .78rem; }
.accessibility-grid article > span { display: grid; place-items: center; width: 40px; height: 40px; color: white; background: linear-gradient(145deg, var(--navy-700), var(--navy-950)); border: 1px solid rgba(255,255,255,.1); border-radius: 11px; box-shadow: 0 7px 16px rgba(23,42,70,.12); }
.accessibility-grid article > span .ui-icon { width: 21px; height: 21px; stroke-width: 1.65; }
.accessibility-grid h3 { margin-top: 22px; }
.legal-steps { display: grid; gap: 10px; padding: 0; list-style: none; }
.legal-steps li { display: grid; grid-template-columns: 38px 1fr; gap: 15px; padding: 18px; background: var(--blue-50); border-radius: 12px; }
.legal-steps li > span { display: grid; place-items: center; width: 38px; height: 38px; color: white; background: var(--navy-900); border-radius: 10px; font-family: var(--serif); }
.legal-steps strong { color: var(--navy-900); }
.legal-steps p { margin: 3px 0 0; font-size: .79rem; }
.contact-page-section { background: var(--blue-50); }
.contact-page-grid { display: grid; grid-template-columns: 320px minmax(0,1fr); gap: 30px; align-items: start; }
.contact-guidance { position: sticky; top: 20px; padding: 28px; color: white; background: var(--navy-900); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.contact-guidance h2 { margin-bottom: 28px; font-size: 1.8rem; }
.contact-guidance > div { padding: 17px 0; border-top: 1px solid rgba(255,255,255,.12); }
.contact-guidance strong { color: white; }
.contact-guidance p { margin: 4px 0 0; color: #c5d2dc; font-size: .8rem; }
.contact-guidance a { color: var(--gold-300); text-decoration: underline; }
.contact-privacy-note { margin-top: 24px !important; padding: 15px; background: rgba(255,255,255,.06); border-radius: 10px; }
.contact-form-panel { padding: 32px; background: white; border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.checkbox-label { display: grid !important; grid-template-columns: 22px 1fr; align-items: start; gap: 10px !important; padding: 14px; background: var(--blue-50); border-radius: 10px; }
.checkbox-label input { width: 18px !important; height: 18px; margin: 2px 0 0; }
.checkbox-label span { color: var(--muted); font-weight: 500; line-height: 1.5; }
.method-steps { display: grid; gap: 12px; margin: 35px 0; }
.method-steps article { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 22px; background: var(--blue-50); border-radius: 14px; }
.method-steps article > span { display: grid; place-items: center; width: 46px; height: 46px; color: white; background: var(--navy-900); border-radius: 12px; font-family: var(--serif); }
.method-steps h3 { margin: 0 0 4px; color: var(--navy-900); }
.method-steps p { margin: 0; font-size: .88rem; }
.form-shell { width: min(calc(100% - 40px), 820px); }
.correction-form { display: grid; gap: 22px; }
.form-section { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 28px; background: white; border: 1px solid var(--border); border-radius: var(--radius); }
.form-section h2 { grid-column: 1/-1; margin: 0; color: var(--navy-900); font-size: 1.7rem; }
.form-section label { display: grid; gap: 6px; color: var(--navy-900); font-size: .8rem; font-weight: 700; }
.form-section label.wide { grid-column: 1/-1; }
.form-section input, .form-section select, .form-section textarea { width: 100%; padding: 11px 12px; color: var(--ink); background: var(--blue-50); border: 1px solid var(--border); border-radius: 10px; outline: 0; }
.form-section input:focus, .form-section select:focus, .form-section textarea:focus { border-color: var(--gold-600); box-shadow: 0 0 0 3px rgba(188,130,48,.12); }
.form-note { color: var(--muted); font-size: .78rem; }
.form-note a { color: var(--gold-700); text-decoration: underline; }
.honeypot { position: absolute; left: -9999px; }
.error-panel { margin-bottom: 20px; padding: 15px 18px; color: #812e2e; background: #fff0f0; border: 1px solid #efc2c2; border-radius: 10px; }
.error-panel p { margin: 0; }
.success-panel { padding: 50px; background: var(--blue-50); border-radius: var(--radius); text-align: center; }
.success-panel > span { display: grid; place-items: center; width: 62px; height: 62px; margin: 0 auto 18px; color: white; background: var(--green); border-radius: 19px; box-shadow: 0 12px 26px rgba(41,112,87,.18); }
.success-panel > span .ui-icon { width: 31px; height: 31px; stroke-width: 2; }
.success-panel h2 { color: var(--navy-900); }
.not-found { display: grid; min-height: 620px; place-items: center; text-align: center; background: var(--cream); }
.not-found span { color: var(--gold-600); font-family: var(--serif); font-size: 5rem; line-height: 1; }
.not-found h1 { color: var(--navy-900); font-size: clamp(2.4rem,4vw,4rem); }
.not-found p { color: var(--muted); }
.not-found div div { display: flex; justify-content: center; gap: 10px; }

@media (max-width: 1040px) {
    .primary-nav { gap: 20px; }
    .hero-grid { grid-template-columns: 1fr .8fr; gap: 35px; }
    .hero-visual { min-height: 430px; }
    .feature-grid { grid-template-columns: repeat(2, 1fr); }
    .city-grid, .school-grid, .directory-state-grid { grid-template-columns: repeat(2, 1fr); }
    .related-city-links { grid-template-columns: repeat(2, 1fr); }
    .state-panel { grid-template-columns: 1fr; }
    .trust-grid, .faq-grid { gap: 55px; }
    .finder-form { grid-template-columns: 1fr 1fr 1fr; }
    .finder-form > button { grid-column: span 1; }
    .finder-layout { grid-template-columns: minmax(0,1fr) minmax(360px,.9fr); }
    .location-layout { grid-template-columns: 1fr 340px; }
    .fact-grid { grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); }
    .contact-grid { grid-template-columns: 1fr 1fr; }
    .contact-grid > div:first-child { grid-column: 1/-1; }
    .google-place-footer { align-items: start; flex-direction: column; gap: 10px; }
    .legal-card-grid { grid-template-columns: 1fr 1fr; }
    .legal-layout { grid-template-columns: 240px minmax(0,1fr); }
    .legal-document { padding: 42px 38px; }
}

@media (max-width: 800px) {
    .shell { width: min(calc(100% - 28px), var(--shell)); }
    .section { padding: 72px 0; }
    .nav-toggle { display: block; }
    .primary-nav { position: fixed; inset: 78px 0 0; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 24px; background: var(--navy-950); }
    .nav-open .primary-nav { display: flex; }
    .primary-nav > a { padding: 16px 4px; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 1rem; }
    .primary-nav .nav-cta { margin-top: 16px; border: 0; text-align: center; }
    .hero { padding: 62px 0 72px; }
    .hero-grid, .split-heading, .trust-grid, .faq-grid, .location-hero-grid, .two-column-content, .school-hero-grid, .school-content, .prose-grid { grid-template-columns: 1fr; }
    .hero-visual { margin-top: 20px; min-height: 400px; }
    .hero-stat-card { right: 10px; }
    .stats-grid { grid-template-columns: 1fr 1fr; }
    .stats-grid > div { padding: 22px 16px; border-bottom: 1px solid #dfd0b5; }
    .stats-grid > div:first-child { padding-left: 16px; }
    .stats-grid > div:nth-child(2) { border-right: 0; }
    .city-grid { grid-template-columns: 1fr 1fr; }
    .state-panel { padding: 38px 28px; }
    .country-directory-grid { grid-template-columns: 1fr 1fr; }
    .state-link-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-brand { grid-column: 1/-1; }
    .coverage-card { max-width: 300px; }
    .grade-nav { overflow-x: auto; grid-template-columns: repeat(4, minmax(145px,1fr)); }
    .location-layout { grid-template-columns: 1fr; }
    .location-map-wrap { position: relative; top: 0; grid-row: 1; }
    .directory-map { height: 420px; }
    .finder-form { grid-template-columns: 1fr 1fr; }
    .finder-form label:first-child { grid-column: 1/-1; }
    .finder-layout { display: block; }
    .finder-results { padding-right: 0; }
    .finder-map-panel { position: fixed; z-index: 40; inset: 78px 0 0; display: none; height: auto; border-radius: 0; }
    .finder-map-panel.is-visible { display: block; }
    .finder-map-panel .directory-map { height: calc(100vh - 120px); border-radius: 0; }
    .mobile-map-toggle { display: inline-flex; padding: 8px 12px; color: white; background: var(--navy-900); border: 0; border-radius: 9px; font-size: .76rem; font-weight: 700; }
    .school-sidebar, .sidebar-card { position: static; }
    .school-main { grid-row: 1; }
    .school-sidebar { grid-row: 2; }
    .fact-grid { grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); }
    .school-content { padding-top: 35px; }
    .legal-hero-grid, .legal-layout, .contact-page-grid, .legal-centre-callout { grid-template-columns: 1fr; }
    .legal-hero-grid { gap: 35px; }
    .legal-hero-seal { width: 210px; min-height: 170px; }
    .legal-principles { grid-template-columns: 1fr; }
    .legal-principles article { min-height: 185px; }
    .legal-principles h2 { margin-top: 30px; }
    .legal-sidebar, .contact-guidance { position: static; }
    .legal-sidebar { grid-template-columns: 1fr 1fr; }
    .legal-nav-card nav { grid-template-columns: 1fr 1fr; column-gap: 16px; }
    .legal-centre-callout { gap: 20px; }
}

@media (max-width: 560px) {
    body { font-size: 15px; }
    .shell { width: min(calc(100% - 22px), var(--shell)); }
    .site-header, .header-inner { min-height: 70px; }
    .primary-nav { top: 70px; }
    .brand strong { font-size: .94rem; }
    .hero { min-height: auto; }
    .hero-copy h1 { font-size: 3rem; }
    .search-control { grid-template-columns: 30px 1fr; padding: 7px 10px; }
    .search-control button { grid-column: 1/-1; width: 100%; margin-top: 4px; }
    .hero-trust { display: grid; gap: 6px; }
    .hero-visual { min-height: 350px; }
    .map-preview { height: 335px; border-width: 7px; border-radius: 22px; }
    .hero-stat-card { right: 0; bottom: -6px; width: 150px; }
    .stats-grid { grid-template-columns: 1fr 1fr; }
    .stats-grid strong { font-size: 1.5rem; }
    .feature-grid, .city-grid, .school-grid, .directory-state-grid, .city-list-grid, .related-city-links { grid-template-columns: 1fr; }
    .feature-grid article { min-height: 250px; }
    .feature-icon { margin-bottom: 34px; }
    .state-link-grid { grid-template-columns: 1fr; }
    .country-directory-grid { grid-template-columns: 1fr; }
    .trust-grid, .faq-grid { gap: 32px; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-brand { grid-column: auto; }
    .footer-bottom { display: grid; gap: 5px; }
    .page-hero { padding: 55px 0 60px; }
    .page-hero h1 { font-size: 2.7rem; }
    .location-hero-grid { gap: 28px; }
    .grade-nav { margin-top: -16px; }
    .finder-form { grid-template-columns: 1fr; }
    .finder-form label:first-child { grid-column: auto; }
    .finder-form > button { width: 100%; }
    .school-hero-actions { display: grid; }
    .school-hero-actions .button { width: 100%; }
    .school-identity-card { align-items: flex-start; text-align: left; }
    .fact-grid { grid-template-columns: 1fr 1fr; }
    .content-card { padding: 22px 18px; }
    .detail-list, .contact-grid { grid-template-columns: 1fr; }
    .google-place-grid { grid-template-columns: 1fr; }
    .detail-list > div:nth-child(odd) { padding-right: 0; }
    .contact-grid > div:first-child { grid-column: auto; }
    .form-section { grid-template-columns: 1fr; padding: 22px 18px; }
    .form-section h2, .form-section label.wide { grid-column: auto; }
    .not-found div div { flex-direction: column; }
    .legal-hero { padding: 54px 0 60px; }
    .legal-hero h1 { font-size: 2.65rem; }
    .legal-meta { display: grid; }
    .legal-meta span { width: max-content; max-width: 100%; }
    .legal-hero-seal { width: 100%; min-height: 150px; }
    .legal-card-grid, .legal-summary, .legal-summary.two-up, .rights-grid, .legal-sidebar { grid-template-columns: 1fr; }
    .legal-card-grid > a { min-height: 235px; }
    .legal-centre-callout { padding: 28px 22px; }
    .legal-document-section { padding: 45px 0 70px; }
    .legal-document { padding: 30px 20px; border-radius: var(--radius); }
    .legal-document > section { padding-top: 34px; margin-top: 34px; }
    .legal-nav-card nav { grid-template-columns: 1fr; }
    .legal-summary > div { min-height: 105px; }
    .legal-actions { display: grid; }
    .legal-actions .button { width: 100%; }
    .contact-form-panel { padding: 22px 14px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
