:root{--bg: #ffffff;--bg-alt: #f6f7f9;--text: #121417;--muted: #5b6370;--border: #e3e6eb;--accent: #e85d04;--accent-hover: #c44d03;--accent-ink: #ffffff;--radius: 10px;--shadow: 0 1px 2px rgba(18, 20, 23, .06);--container: 1120px;--header-h: 64px;--sticky-bar-h: 64px;--font: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);color:var(--text);background:var(--bg);line-height:1.5;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}a:hover{color:var(--accent)}button,.btn{font:inherit}.container{width:min(100% - 2rem,var(--container));margin-inline:auto}.section{padding:3.5rem 0}.section--alt{background:var(--bg-alt)}.section__title{margin:0 0 .75rem;font-size:clamp(1.5rem,2.5vw,2rem);line-height:1.2;letter-spacing:-.02em}.section__lead{margin:0 0 1.75rem;max-width:42rem;color:var(--muted)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:48px;padding:.75rem 1.25rem;border-radius:var(--radius);border:2px solid transparent;font-weight:600;text-align:center;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.btn--primary{background:var(--accent);color:var(--accent-ink)}.btn--primary:hover{background:var(--accent-hover);color:var(--accent-ink)}.btn--secondary{background:transparent;border-color:var(--text);color:var(--text)}.btn--secondary:hover{border-color:var(--accent);color:var(--accent)}.btn--ghost{background:var(--bg);border-color:var(--border);color:var(--text)}.btn--block{width:100%}.phone-link{font-weight:700;letter-spacing:-.01em;white-space:nowrap}.phone-link:hover{color:var(--accent)}.grid-2,.grid-3{display:grid;gap:1rem}@media(min-width:640px){.grid-2{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.grid-3{grid-template-columns:repeat(3,1fr)}}.card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow)}.card h3{margin:0 0 .5rem;font-size:1.05rem;line-height:1.3}.card p{margin:0;color:var(--muted);font-size:.95rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}main{padding-bottom:calc(var(--sticky-bar-h) + env(safe-area-inset-bottom,0px))}@media(min-width:768px){main{padding-bottom:0}}.header[data-astro-cid-3ef6ksr2]{position:sticky;top:0;z-index:50;background:#fffffff5;border-bottom:1px solid var(--border);backdrop-filter:blur(6px)}.header__inner[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:var(--header-h)}.header__logo[data-astro-cid-3ef6ksr2]{font-weight:800;font-size:1.125rem;letter-spacing:-.02em}.header__nav[data-astro-cid-3ef6ksr2]{display:none}.header__nav[data-astro-cid-3ef6ksr2] ul[data-astro-cid-3ef6ksr2]{display:flex;gap:1rem;list-style:none;margin:0;padding:0}.header__nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{color:var(--muted);font-size:.95rem;font-weight:500}.header__nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover{color:var(--accent)}.header__actions[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:.75rem}.header__phone[data-astro-cid-3ef6ksr2]{font-size:1rem}.header__call[data-astro-cid-3ef6ksr2]{display:none}@media(min-width:480px){.header__phone[data-astro-cid-3ef6ksr2]{font-size:1.125rem}}@media(min-width:900px){.header__nav[data-astro-cid-3ef6ksr2]{display:block}.header__call[data-astro-cid-3ef6ksr2]{display:inline-flex;min-height:42px;padding:.5rem 1rem}}.footer[data-astro-cid-sz7xmlte]{padding:2.5rem 0 0;background:#111418;color:#e8eaed}.footer[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:#ffb088}.footer__grid[data-astro-cid-sz7xmlte]{display:grid;gap:2rem;padding-bottom:2rem}.footer__brand[data-astro-cid-sz7xmlte]{margin:0 0 .75rem;font-size:1.25rem;font-weight:800}.footer__heading[data-astro-cid-sz7xmlte]{margin:0 0 .75rem;font-size:1rem;font-weight:700}.footer__heading--spaced[data-astro-cid-sz7xmlte]{margin-top:1.5rem}.footer__subheading[data-astro-cid-sz7xmlte]{margin:0 0 .55rem;font-size:.95rem;font-weight:600;color:#e8eaed}.footer__districts[data-astro-cid-sz7xmlte]{margin-bottom:.85rem}.footer__district-list[data-astro-cid-sz7xmlte],.footer__nav-list[data-astro-cid-sz7xmlte]{list-style:none;margin:0 0 .75rem;padding:0}.footer__district-list[data-astro-cid-sz7xmlte]{display:flex;flex-wrap:wrap;gap:.35rem .85rem}.footer__nav-list[data-astro-cid-sz7xmlte]{display:grid;gap:.4rem}.footer__district-list[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte],.footer__nav-list[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:#c5cad3;font-size:.95rem;text-decoration:none;border-bottom:1px solid transparent;transition:color .15s ease,border-color .15s ease}.footer__district-list[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover,.footer__nav-list[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover,.footer__district-list[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:focus-visible,.footer__nav-list[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:focus-visible{color:#ffb088;border-bottom-color:#ffb088b3;outline:none}.footer[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{margin:0 0 .5rem;color:#c5cad3;font-size:.95rem}.footer__messengers[data-astro-cid-sz7xmlte]{display:flex;gap:.5rem;flex-wrap:wrap}.footer__reviews[data-astro-cid-sz7xmlte]{margin-top:1rem;display:flex;flex-direction:column;align-items:flex-start;gap:.55rem}.footer__reviews[data-astro-cid-sz7xmlte] iframe[data-astro-cid-sz7xmlte]{display:block;border:0;width:150px;height:50px;max-width:100%}.footer__reviews-banner[data-astro-cid-sz7xmlte]{display:inline-flex;align-items:center;justify-content:center;width:150px;min-height:50px;padding:.45rem .55rem;box-sizing:border-box;border-radius:8px;border:1px solid rgba(255,176,136,.45);background:linear-gradient(180deg,#2a2f36,#1a1e24);color:#ffb088;font-size:.72rem;font-weight:700;line-height:1.25;text-align:center;text-decoration:none;letter-spacing:.01em;transition:color .15s ease,border-color .15s ease,background .15s ease}.footer__reviews-banner[data-astro-cid-sz7xmlte]:hover,.footer__reviews-banner[data-astro-cid-sz7xmlte]:focus-visible{color:#fff;border-color:#ffb088;background:linear-gradient(180deg,#343a43,#22272f);outline:none}.footer__legal[data-astro-cid-sz7xmlte],.footer__copy[data-astro-cid-sz7xmlte]{margin-top:1rem!important;font-size:.85rem!important}.footer__credits[data-astro-cid-sz7xmlte]{border-top:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(255,255,255,.025) 0%,transparent 100%),#0c0e11;padding:1.25rem 0 calc(1.25rem + var(--sticky-bar-h) + env(safe-area-inset-bottom,0px))}.footer__credits[data-astro-cid-sz7xmlte] .container[data-astro-cid-sz7xmlte]{display:flex;justify-content:flex-end}.footer__credits-block[data-astro-cid-sz7xmlte]{text-align:right;max-width:22rem}.footer__credits-line[data-astro-cid-sz7xmlte]{margin:0 0 .4rem!important;font-size:.8rem!important;line-height:1.4;letter-spacing:.04em;text-transform:uppercase;color:#c5cad38c!important}.footer__credits-line[data-astro-cid-sz7xmlte]:last-child{margin-bottom:0!important}.footer__credits-line[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:#e8eaed;text-decoration:none;font-weight:600;letter-spacing:.06em;border-bottom:1px solid transparent;background-image:linear-gradient(90deg,transparent,rgba(255,176,136,.55),transparent);background-size:100% 1px;background-position:0 100%;background-repeat:no-repeat;padding-bottom:.12rem;transition:color .2s ease,letter-spacing .2s ease,opacity .2s ease}.footer__credits-line[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:#ffb088;letter-spacing:.08em}@media(min-width:768px){.footer__grid[data-astro-cid-sz7xmlte]{grid-template-columns:repeat(3,1fr);padding-bottom:2.5rem}.footer__district-list[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:1fr;gap:.4rem}.footer__credits[data-astro-cid-sz7xmlte]{padding:1.4rem 0 1.6rem}.footer__credits-line[data-astro-cid-sz7xmlte]{font-size:.78rem!important}}@media(max-width:479px){.footer__credits[data-astro-cid-sz7xmlte] .container[data-astro-cid-sz7xmlte]{justify-content:flex-end}.footer__credits-block[data-astro-cid-sz7xmlte]{max-width:100%}.footer__credits-line[data-astro-cid-sz7xmlte]{font-size:.72rem!important;letter-spacing:.03em}.footer__credits-line[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{letter-spacing:.04em}}.sticky-bar[data-astro-cid-odq6l32k]{position:fixed;left:0;right:0;bottom:0;z-index:60;display:grid;grid-template-columns:1fr 1fr;gap:.5rem;padding:.65rem .75rem calc(.65rem + env(safe-area-inset-bottom,0px));background:#fffffffa;border-top:1px solid var(--border);box-shadow:0 -4px 16px #0000000f}@media(min-width:768px){.sticky-bar[data-astro-cid-odq6l32k]{display:none}}
