:root{--bg:#fbf9f5;--ink:#15213b;--brand:#1b2a4a;--card:#fff;--line:#ece7de;--cta:#e9683e;--cta-hover:#d2552c;--cta-glow:rgba(233,104,62,.25);--teal:#0fb5a6;--trust:#1f8a5b;--muted:#6b7280;--radius:16px;--shadow-soft:0 1px 2px rgba(21,33,59,.04),0 8px 24px rgba(21,33,59,.07);--shadow-cta:0 2px 6px rgba(233,104,62,.2),0 8px 20px var(--cta-glow)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);font-family:var(--font-body),system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:var(--font-heading),serif;color:var(--brand);line-height:1.12;text-wrap:balance}p{text-wrap:pretty}a{color:var(--teal);text-decoration:none}a:hover{text-decoration:underline}img,svg{display:block}.wrap{width:min(1080px,100% - 40px);margin-inline:auto}.section{padding:72px 0}.section--white{background:var(--card);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.kicker{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--teal)}.section-head{max-width:640px;margin-bottom:40px}.section-head h2{font-size:clamp(28px,4.5vw,40px);font-weight:700;margin-bottom:14px}.section-head .sub{color:var(--muted);font-size:17px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-body),sans-serif;font-size:16px;font-weight:600;min-height:52px;padding:14px 28px;border:none;border-radius:13px;cursor:pointer;text-decoration:none;transition:background .18s ease,transform .18s ease,box-shadow .18s ease}.btn-primary{background:var(--cta);color:#fff;box-shadow:var(--shadow-cta)}.btn-primary:hover{background:var(--cta-hover);transform:translateY(-2px);box-shadow:0 4px 10px rgba(210,85,44,.25),0 12px 28px var(--cta-glow);text-decoration:none}.btn-primary:active{transform:translateY(0) scale(.98);box-shadow:0 2px 6px var(--cta-glow)}.btn:focus-visible{outline:3px solid rgba(15,181,166,.45);outline-offset:2px}.btn-small{min-height:44px;padding:10px 20px;font-size:15px;border-radius:12px}.microcopy{font-size:13.5px;color:var(--muted);margin-top:14px;display:flex;align-items:flex-start;gap:7px;justify-content:flex-start}.microcopy svg{flex:none;margin-top:2px}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:hsla(40,43%,97%,.88);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.site-header .wrap{display:flex;align-items:center;justify-content:space-between;min-height:64px}.logo{font-family:var(--font-heading),sans-serif;font-weight:800;font-size:25px;color:var(--brand);letter-spacing:-.01em;display:inline-flex;align-items:baseline}.logo .i-pin{position:relative;display:inline-block}.logo .i-pin .pin{position:absolute;left:50%;top:-.02em;transform:translateX(-50%);width:.32em;height:.4em}.logo .dotless{font-family:inherit}.hero{padding:56px 0 72px;overflow:hidden}.hero .wrap{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:48px;gap:48px;align-items:stretch}.badge{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--line);border-radius:999px;padding:7px 14px;font-size:13.5px;font-weight:600;color:var(--brand);box-shadow:0 1px 2px rgba(21,33,59,.05);margin-bottom:22px}.badge .dot{width:8px;height:8px;border-radius:50%;background:var(--trust)}.hero h1{font-size:clamp(34px,5.6vw,56px);font-weight:800;letter-spacing:-.015em;margin-bottom:18px}.hero h1 em{font-style:normal}.hero .subhead{font-size:17.5px;color:#3d475e;max-width:54ch;margin-bottom:28px}.hero-media{position:relative;display:flex}.hero-media>:first-child{flex:1 1}.placeholder{border-radius:var(--radius);border:1px solid var(--line);background:repeating-linear-gradient(-45deg,#f3efe7 0 14px,#efeae0 14px 28px);display:flex;align-items:center;justify-content:center;text-align:center;color:var(--muted);font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:13px;padding:24px;line-height:1.6}.hero-photo{display:block;width:100%;height:100%;min-height:420px;object-fit:cover;border-radius:16px}.hero-card,.hero-photo{box-shadow:var(--shadow-soft)}.hero-card{position:absolute;left:-18px;bottom:26px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:12px 16px;display:flex;align-items:center;gap:11px;max-width:280px}.hero-card .ic{width:36px;height:36px;flex:none;border-radius:10px;background:rgba(15,181,166,.1);display:grid;place-items:center}.hero-card b{display:block;font-size:13.5px;color:var(--brand)}.hero-card span{font-size:12.5px;color:var(--muted)}.hero-cta-row{display:flex;flex-wrap:wrap;gap:12px}.hero-app{width:100%;align-self:center;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow-soft);overflow:hidden;flex-direction:column}.hero-app,.hero-app-bar{background:#fff;display:flex}.hero-app-bar{align-items:center;gap:10px;padding:11px 13px;border-bottom:1px solid var(--line)}.hero-seg{display:inline-flex;flex:none;border:1px solid var(--line);border-radius:9px;overflow:hidden;font-size:12.5px;font-weight:600}.hero-seg b{background:var(--brand);color:#fff;padding:6px 12px}.hero-seg span{color:var(--muted);padding:6px 12px}.hero-search{flex:1 1;min-width:0;display:flex;align-items:center;gap:7px;border:1px solid var(--line);border-radius:9px;padding:7px 11px;background:var(--bg);color:#9ca3af;font-size:12.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-search svg{flex:none}.hero-app-body{position:relative;flex:1 1;min-height:372px}.hero-map{position:absolute;inset:0;background-color:#e7ece6;background-image:radial-gradient(circle at 22% 74%,rgba(31,138,91,.14) 0 32px,transparent 33px),radial-gradient(circle at 11% 28%,rgba(31,138,91,.12) 0 24px,transparent 25px),linear-gradient(122deg,transparent 40%,rgba(93,164,220,.28) 0,rgba(93,164,220,.28) 47%,transparent 0),repeating-linear-gradient(0deg,transparent 0 39px,rgba(21,33,59,.05) 39px 40px),repeating-linear-gradient(90deg,transparent 0 47px,rgba(21,33,59,.045) 47px 48px)}.hero-dot{position:absolute;width:13px;height:13px;border-radius:50%;background:var(--trust);border:2.5px solid #fff;box-shadow:0 1px 3px rgba(21,33,59,.25)}.hero-dot.d1{left:13%;top:33%}.hero-dot.d2{left:30%;top:64%}.hero-dot.d3{left:24%;top:16%}.hero-pin{position:absolute;left:19%;top:47%;width:26px;height:26px;border-radius:50% 50% 50% 0;background:var(--cta);transform:rotate(-45deg);display:grid;place-items:center;box-shadow:0 3px 8px rgba(233,104,62,.4)}.hero-pin svg{transform:rotate(45deg)}.hero-panel{position:absolute;top:16px;right:16px;bottom:16px;width:min(266px,64%);background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 10px 34px rgba(21,33,59,.16);padding:15px 16px;display:flex;flex-direction:column;gap:9px}.hero-panel-kicker{font-family:ui-monospace,Menlo,monospace;font-size:10.5px;text-transform:uppercase;letter-spacing:.07em;color:var(--muted)}.hero-panel-head{display:flex;align-items:center;gap:8px}.hero-panel-head b{font-size:17px;color:var(--brand)}.hero-uldk{font-size:10px;font-weight:700;letter-spacing:.04em;color:#fff;background:var(--brand);border-radius:6px;padding:2px 6px}.hero-panel-sub{font-size:12.5px;color:var(--muted);margin-top:-2px}.hero-panel-rows{list-style:none;display:flex;flex-direction:column;gap:8px;margin-top:4px}.hero-panel-rows li{display:flex;align-items:center;gap:9px;font-size:13px;color:#3d475e;padding-bottom:8px;border-bottom:1px solid var(--line)}.hero-panel-rows li:last-child{border-bottom:none;padding-bottom:0}.hero-panel-rows li b{margin-left:auto;color:var(--brand);font-size:12.5px}.hp-dot{width:9px;height:9px;border-radius:50%;flex:none}.hp-dot.green{background:#3fbe7a}.hp-dot.blue{background:#5da4dc}.hp-dot.amber{background:#e9a23e}.hero-panel-pois{display:flex;flex-wrap:wrap;gap:6px;margin-top:auto;padding-top:4px}.hero-panel-pois span{font-size:11px;color:var(--brand);background:var(--bg);border:1px solid var(--line);border-radius:999px;padding:4px 9px}.trust{background:var(--card);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:26px 0}.trust .wrap{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.trust-item{display:flex;align-items:center;gap:13px;font-size:14.5px;font-weight:500;color:var(--brand)}.trust-item .ic{width:42px;height:42px;flex:none;border-radius:12px;display:grid;place-items:center;background:rgba(31,138,91,.08)}.trust-item:first-child .ic{background:rgba(15,181,166,.1)}.steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.step{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:30px 26px;box-shadow:var(--shadow-soft);position:relative}.step .num{font-family:var(--font-heading),sans-serif;font-weight:800;font-size:15px;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:rgba(15,181,166,.1);color:var(--teal);margin-bottom:18px}.step h3{font-size:20px;font-weight:700;margin-bottom:10px}.step p{font-size:15px;color:var(--muted)}.crit-groups{display:flex;flex-direction:column;gap:26px;margin-bottom:30px}.crit-group .crit-label{display:flex;align-items:center;gap:9px;font-size:14px;font-weight:600;color:var(--brand);margin-bottom:11px}.crit-group .crit-label svg{color:var(--teal)}.chips{display:flex;flex-wrap:wrap;gap:9px}.chip{font-family:var(--font-body),sans-serif;font-size:14px;font-weight:500;background:#fff;color:var(--ink);border:1px solid var(--line);border-radius:999px;padding:10px 17px;min-height:42px;display:inline-flex;align-items:center;gap:7px}.chip.is-active{background:rgba(233,104,62,.1);border-color:var(--cta);color:var(--cta-hover);font-weight:600}.chip.is-active:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--cta)}.crit-free label{display:block;font-size:14.5px;font-weight:600;color:var(--brand);margin-bottom:10px}.crit-free textarea{width:100%;min-height:118px;resize:none;font-family:var(--font-body),sans-serif;font-size:15px;color:var(--ink);line-height:1.5;background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px 16px;cursor:default}.crit-free textarea:focus{outline:none}.crit-free textarea::placeholder{color:#9ca3af}.crit-cta{margin-top:28px;background:var(--bg);border:1px solid var(--line);border-radius:var(--radius);padding:26px;display:flex;align-items:center;justify-content:space-between;gap:24px}.crit-cta p{font-size:15.5px;color:var(--brand);font-weight:500;max-width:46ch}.crit-cta .btn{flex:none}.ai-band{padding:80px 0}.ai-band h2{font-size:clamp(28px,4.5vw,40px);font-weight:700;margin:14px 0 18px;max-width:20ch}.ai-band p{font-size:17px;color:var(--muted);max-width:62ch}.ai-band .wrap{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:56px;gap:56px;align-items:center}.ai-signals{display:flex;flex-direction:column;gap:12px}.ai-signal{display:flex;align-items:center;gap:12px;background:var(--card);border:1px solid var(--line);border-radius:13px;padding:13px 17px;font-size:14.5px;color:var(--ink);box-shadow:var(--shadow-soft)}.ai-signal svg{flex:none;color:var(--teal)}.alert-section .wrap{display:grid;grid-template-columns:1fr 1fr;grid-gap:56px;gap:56px;align-items:center}.alert-demo{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-soft);padding:22px;max-width:420px}.alert-demo .tag{font-family:ui-monospace,Menlo,monospace;font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:14px}.alert-row{display:flex;align-items:center;gap:13px}.alert-row .ic{width:42px;height:42px;flex:none;border-radius:12px;background:rgba(31,138,91,.1);display:grid;place-items:center}.alert-row b{display:block;font-size:14.5px;color:var(--brand)}.alert-row span{font-size:13px;color:var(--muted)}.alert-row .delta{margin-left:auto;font-weight:700;font-size:14.5px;color:var(--trust);background:rgba(31,138,91,.1);border-radius:999px;padding:5px 11px}.faq{max-width:720px}.faq details{background:var(--card);border:1px solid var(--line);border-radius:14px;margin-bottom:12px;overflow:hidden}.faq summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;font-weight:600;font-size:16px;color:var(--brand);min-height:56px}.faq summary::-webkit-details-marker{display:none}.faq summary .chev{flex:none;transition:transform .2s ease;color:var(--muted)}.faq details[open] summary .chev{transform:rotate(180deg)}.faq .answer{padding:0 22px 20px;font-size:15px;color:var(--muted)}.final{text-align:center;padding:88px 0;background:var(--card);border-top:1px solid var(--line)}.final h2{font-size:clamp(30px,5vw,46px);font-weight:800;max-width:18ch;margin:0 auto 16px}.final .perk{display:inline-flex;align-items:center;gap:8px;font-size:15px;font-weight:500;color:var(--trust);margin-bottom:30px}.final-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.final .microcopy{justify-content:center;max-width:52ch;margin-inline:auto}.site-footer{background:var(--bg);border-top:1px solid var(--line);padding:30px 0 110px;font-size:13.5px;color:var(--muted)}.site-footer .wrap{display:flex;flex-wrap:wrap;gap:10px 24px;align-items:center;justify-content:space-between}.site-footer nav{display:flex;gap:20px}.sticky-cta{position:fixed;left:0;right:0;bottom:0;z-index:60;background:#fff;border-top:1px solid var(--line);box-shadow:0 -6px 24px rgba(21,33,59,.1);padding:12px 16px calc(12px + env(safe-area-inset-bottom));transform:translateY(110%);transition:transform .3s ease}.sticky-cta.visible{transform:translateY(0)}.sticky-cta .btn{width:100%}@media (min-width:861px){.sticky-cta{display:none}}.cookie-consent{position:fixed;left:0;right:0;bottom:0;z-index:80;background:#fff;border-top:1px solid var(--line);box-shadow:0 -6px 24px rgba(21,33,59,.12);padding:16px 16px calc(16px + env(safe-area-inset-bottom))}.cookie-consent__inner{width:min(1080px,100% - 40px);margin-inline:auto;display:flex;align-items:center;flex-wrap:wrap;gap:14px 28px;justify-content:space-between}.cookie-consent__text{font-size:13.5px;color:#3d475e;max-width:64ch}.cookie-consent__actions{display:flex;gap:10px;flex:none}.btn-ghost{background:#fff;color:var(--brand);border:1px solid var(--line)}.btn-ghost:hover{background:var(--bg);transform:translateY(-1px);text-decoration:none}.footer-link{font:inherit;color:var(--teal);background:none;border:none;padding:0;cursor:pointer}.footer-link:hover{text-decoration:underline}@media (max-width:860px){.cookie-consent__inner{flex-direction:column;align-items:stretch}.cookie-consent__actions .btn{flex:1 1}}.legal{max-width:720px;padding:64px 0}.legal h1{font-size:clamp(28px,4.5vw,40px);margin-bottom:24px}.legal h2{font-size:20px;margin:28px 0 10px}.legal li,.legal p{font-size:15px;color:#3d475e;margin-bottom:10px}.legal ul{padding-left:22px}html.motion .reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}html.motion .reveal.in{opacity:1;transform:none}html.motion .hero-enter>*{opacity:0;transform:translateY(14px);animation:heroIn .65s cubic-bezier(.22,.7,.3,1) forwards}html.motion .hero-enter>:first-child{animation-delay:.05s}html.motion .hero-enter>:nth-child(2){animation-delay:.16s}html.motion .hero-enter>:nth-child(3){animation-delay:.3s}html.motion .hero-enter>:nth-child(4){animation-delay:.44s}html.motion .hero-enter>:nth-child(5){animation-delay:.56s}html.motion .hero .hero-media{opacity:0;animation:heroIn .8s cubic-bezier(.22,.7,.3,1) .3s forwards}html.motion .crit-groups .chip{opacity:0;transform:translateY(10px) scale(.96);transition:opacity .45s ease,transform .45s ease,background .2s ease,border-color .2s ease,color .2s ease}html.motion .crit-groups.chips-in .chip{opacity:1;transform:none}html.motion .chip.pop{animation:chipPop .35s ease}html.motion .alert-demo .delta{opacity:0;transform:scale(.5)}html.motion .alert-demo.alert-in .delta{animation:deltaPop .55s cubic-bezier(.34,1.56,.64,1) .35s forwards}html.motion .alert-demo.alert-in .alert-row .ic svg{animation:bellRing .7s ease .9s;transform-origin:top center}@keyframes heroIn{to{opacity:1;transform:none}}@keyframes chipPop{0%{transform:scale(.92)}60%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes deltaPop{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes bellRing{0%,to{transform:rotate(0)}25%{transform:rotate(-12deg)}50%{transform:rotate(9deg)}75%{transform:rotate(-5deg)}}@media (max-width:860px){.section{padding:56px 0}.hero{padding:40px 0 56px}.hero .wrap{grid-template-columns:1fr;gap:36px}.hero-photo{height:auto;min-height:0;aspect-ratio:4/3.2}.hero .subhead{font-size:16px}.hero-card{left:10px;bottom:14px}.hero-app-body{min-height:300px}.hero-panel{width:min(280px,74%)}.trust .wrap{gap:16px}.steps,.trust .wrap{grid-template-columns:1fr}.ai-band .wrap,.alert-section .wrap{grid-template-columns:1fr;gap:36px}.crit-cta{flex-direction:column;align-items:stretch;text-align:left}.crit-cta .btn{width:100%}.final{padding:64px 0}.site-footer .wrap{flex-direction:column;align-items:flex-start}}.seo-page{padding-bottom:48px}.breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:6px;font-size:13px;padding:22px 0 4px}.breadcrumbs,.breadcrumbs a{color:var(--muted)}.breadcrumbs a:hover{color:var(--teal)}.breadcrumbs .crumb{display:inline-flex;align-items:center;gap:6px}.breadcrumbs .sep{color:#c7bfb2}.breadcrumbs [aria-current=page]{color:var(--brand);font-weight:600}.seo-hero{max-width:760px;padding:14px 0 8px}.seo-hero h1{font-size:clamp(28px,4.6vw,44px);font-weight:800;letter-spacing:-.015em;margin:12px 0 16px}.seo-lead{font-size:18px;color:#3d475e;max-width:60ch}.district-aka-line{font-size:14px;color:var(--muted);margin-top:12px}.seo-body{max-width:760px;padding:26px 0}.seo-body h2{font-size:clamp(22px,3vw,28px);font-weight:700;margin:8px 0 14px}.seo-body>p{font-size:16.5px;color:#3d475e;margin-bottom:14px;line-height:1.6}.district-grid{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px;padding:0}.district-card{display:flex;flex-direction:column;gap:4px;height:100%;background:var(--card);border:1px solid var(--line);border-radius:14px;padding:18px;box-shadow:var(--shadow-soft);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.district-card:hover{transform:translateY(-2px);border-color:var(--teal);text-decoration:none;box-shadow:0 6px 20px rgba(21,33,59,.1)}.district-num{font-family:ui-monospace,Menlo,monospace;font-size:11px;letter-spacing:.05em;text-transform:uppercase;color:var(--muted)}.district-name{font-family:var(--font-heading),sans-serif;font-weight:700;font-size:19px;color:var(--brand)}.district-aka{font-size:12.5px;color:var(--muted)}.check-list{display:grid;grid-template-columns:1fr;grid-gap:14px;gap:14px}.check-item{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:20px 22px;box-shadow:var(--shadow-soft)}.check-item h3{font-size:17px;font-weight:700;margin-bottom:6px}.check-item p{font-size:15px;color:var(--muted);line-height:1.55}.seo-signals{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px;margin-top:16px}.section-faq{max-width:760px;padding:26px 0}.section-faq>h2{font-size:clamp(22px,3vw,28px);font-weight:700;margin-bottom:16px}.related{max-width:760px;padding:20px 0}.related>h2{font-size:20px;font-weight:700;margin-bottom:14px}.related-grid{list-style:none;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px;padding:0}.related-grid a{display:flex;align-items:center;gap:10px;background:var(--card);border:1px solid var(--line);border-radius:12px;padding:14px 16px;color:var(--brand);box-shadow:var(--shadow-soft);transition:border-color .16s ease,transform .16s ease}.related-grid a:hover{border-color:var(--teal);transform:translateY(-1px);text-decoration:none}.related-label{font-weight:600;font-size:14.5px;flex:1 1}.related-note{font-size:12.5px;color:var(--muted)}.related-arrow{color:var(--teal);font-weight:700}.seo-cta{text-align:center;padding:56px 0;margin:24px 0;background:var(--card);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.seo-cta h2{font-size:clamp(24px,3.6vw,34px);font-weight:800;max-width:24ch;margin:0 auto 14px}.seo-cta .perk{display:inline-flex;align-items:center;gap:8px;font-size:14.5px;font-weight:500;color:var(--trust);margin-bottom:22px}.seo-cta .final-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.guide-list{list-style:none;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:14px;gap:14px;padding:0}.guide-card{display:flex;flex-direction:column;gap:7px;height:100%;background:var(--card);border:1px solid var(--line);border-radius:16px;padding:22px;box-shadow:var(--shadow-soft);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.guide-card:hover{transform:translateY(-2px);border-color:var(--teal);text-decoration:none;box-shadow:0 6px 20px rgba(21,33,59,.1)}.guide-kicker{font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--teal)}.guide-title{font-family:var(--font-heading),sans-serif;font-weight:700;font-size:18px;color:var(--brand);line-height:1.25}.guide-desc{font-size:14px;color:var(--muted);line-height:1.5}.article{max-width:720px;padding:6px 0 10px}.article-lead{font-size:19px;color:#3d475e;line-height:1.55;margin-bottom:24px}.article h2{font-size:clamp(21px,2.8vw,26px);font-weight:700;margin:30px 0 12px}.article p{font-size:16.5px;color:#3d475e;margin-bottom:15px;line-height:1.6}.article ul{padding-left:22px;margin:0 0 16px}.article li{font-size:16.5px;color:#3d475e;margin-bottom:8px;line-height:1.55}.article a{color:var(--teal);font-weight:500}.article a:hover{text-decoration:underline}.article-cta{background:var(--bg);border:1px solid var(--line);border-radius:16px;padding:22px 24px;margin:28px 0 8px;display:flex;flex-direction:column;gap:16px;align-items:flex-start}.article-cta p{font-size:16px;color:var(--brand);font-weight:500;margin:0}.site-footer .wrap{display:block}.footer-cols{display:grid;grid-template-columns:1.5fr 1fr 1fr;grid-gap:28px;gap:28px;padding-bottom:26px;margin-bottom:22px;border-bottom:1px solid var(--line)}.footer-col{display:flex;flex-direction:column;align-items:flex-start;gap:9px}.footer-h{font-weight:700;color:var(--brand);font-size:14px;margin-bottom:2px}.footer-col a{color:var(--muted);font-size:13.5px}.footer-col a:hover{color:var(--teal)}.footer-tag{font-size:13px;color:var(--muted);max-width:34ch}.footer-legal{display:flex;flex-wrap:wrap;gap:10px 24px;align-items:center;justify-content:space-between}@media (max-width:860px){.district-grid{grid-template-columns:1fr 1fr}.guide-list,.related-grid,.seo-signals{grid-template-columns:1fr}.footer-cols{grid-template-columns:1fr 1fr;gap:22px}.footer-legal{flex-direction:column;align-items:flex-start}}@media (max-width:560px){.district-grid{grid-template-columns:1fr}}@font-face{font-family:__Bricolage_Grotesque_b8e636;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/93a6e477e1480c92-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Bricolage_Grotesque_b8e636;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c7e0cf6c760983e7-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Bricolage_Grotesque_b8e636;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9d5a263311222317-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Bricolage_Grotesque_b8e636;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/93a6e477e1480c92-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Bricolage_Grotesque_b8e636;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c7e0cf6c760983e7-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Bricolage_Grotesque_b8e636;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9d5a263311222317-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Bricolage_Grotesque_b8e636;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/93a6e477e1480c92-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Bricolage_Grotesque_b8e636;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c7e0cf6c760983e7-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Bricolage_Grotesque_b8e636;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9d5a263311222317-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Bricolage_Grotesque_Fallback_b8e636;src:local("Arial");ascent-override:88.21%;descent-override:25.61%;line-gap-override:0.00%;size-adjust:105.43%}.__className_b8e636{font-family:__Bricolage_Grotesque_b8e636,__Bricolage_Grotesque_Fallback_b8e636;font-style:normal}.__variable_b8e636{--font-heading:"__Bricolage_Grotesque_b8e636","__Bricolage_Grotesque_Fallback_b8e636"}@font-face{font-family:__Inter_74bcf7;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_74bcf7;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_74bcf7;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_74bcf7;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_74bcf7;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_74bcf7;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_74bcf7;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_74bcf7;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_74bcf7;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_74bcf7;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_74bcf7;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_74bcf7;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_74bcf7;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_74bcf7;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_74bcf7;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_74bcf7;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_74bcf7;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_74bcf7;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_74bcf7;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_74bcf7;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_74bcf7;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_74bcf7;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_74bcf7{font-family:__Inter_74bcf7,__Inter_Fallback_74bcf7;font-style:normal}.__variable_74bcf7{--font-body:"__Inter_74bcf7","__Inter_Fallback_74bcf7"}