.footer-light :focus-visible{outline:2px solid var(--brand);outline-offset:2px}.footer-light a:focus-visible,.footer-light button:focus-visible{border-radius:inherit}.footer-x{isolation:isolate;padding-top:0;padding-bottom:calc(16px + env(safe-area-inset-bottom,0px));background:var(--surface-raised);color:var(--muted-foreground);border-top:1px solid var(--line);box-shadow:0 50vh 0 50vh var(--surface-raised);margin-top:0;position:relative;overflow:hidden}.footer-x:after{content:"";z-index:0;pointer-events:none;background:radial-gradient(115% 72% at 10% -18%, rgba(var(--color-brand-rgb), .045), transparent 58%), radial-gradient(70% 55% at 96% -8%, rgba(var(--terracotta-rgb), .03), transparent 60%);position:absolute;inset:0}.footer-x-inner{z-index:1;width:100%;max-width:var(--content-max);padding-inline:var(--gutter);margin:0 auto;padding-top:52px;position:relative}.footer-x-top{grid-template-columns:1fr;gap:44px;padding-bottom:8px;display:grid}@media (min-width:768px){.footer-x-top{grid-template-columns:1.5fr 2.4fr;align-items:start;gap:56px}}.footer-x-logo{align-items:center;text-decoration:none;display:inline-flex}.footer-x-tagline{letter-spacing:-.008em;max-width:380px;color:var(--foreground);margin:20px 0 6px;font-size:16px;font-weight:500;line-height:1.5}.footer-x-brand-copy{color:var(--muted-foreground);margin:0 0 22px;font-size:13px}.footer-x-social{gap:10px;display:flex}.footer-x-social-link{border-radius:var(--radius-pill,999px);width:44px;height:44px;color:var(--muted-foreground);border:1px solid var(--line);background:0 0;justify-content:center;align-items:center;transition:color .18s,border-color .18s,background .18s;display:inline-flex}.footer-x-social-link:hover{color:var(--brand);border-color:var(--brand);background:var(--brand-soft)}.footer-x-cols{grid-template-columns:1fr 1fr;gap:30px 24px;display:grid}@media (min-width:768px){.footer-x-cols{grid-template-columns:1fr 1fr 1fr;gap:0 28px}}.footer-x-col-head{letter-spacing:-.008em;color:var(--foreground);margin-bottom:14px;font-size:15px;font-weight:600}.footer-x-list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.footer-x-link{width:fit-content;min-height:44px;color:var(--muted-foreground);align-items:center;font-size:14px;font-weight:400;text-decoration:none;transition:text-decoration-color .16s;display:inline-flex}.footer-x-link:hover{text-underline-offset:3px;text-decoration:underline;text-decoration-thickness:1px}@media (min-width:768px){.footer-x-link{min-height:0;padding-block:3px}}.footer-x-bottom{border-top:1px solid var(--line);flex-direction:column;align-items:flex-start;gap:12px;margin-top:28px;padding-top:20px;display:flex}@media (min-width:640px){.footer-x-bottom{flex-direction:row;justify-content:space-between;align-items:center;gap:16px}}.footer-x-bottom-cities{flex-wrap:wrap;align-items:center;gap:2px 12px;display:flex}.footer-x-bottom-cities .footer-x-legal-link{min-height:32px;font-size:13px}.footer-x-copy{color:var(--muted-foreground);font-size:13px}.footer-x-legal-links{flex-wrap:wrap;gap:2px 18px;display:flex}.footer-x-legal-link{min-height:44px;color:var(--muted-foreground);align-items:center;font-size:13px;text-decoration:none;transition:text-decoration-color .16s;display:inline-flex}.footer-x-legal-link:hover{text-underline-offset:3px;text-decoration:underline;text-decoration-thickness:1px}@media (min-width:640px){.footer-x-legal-link{min-height:0;padding-block:4px}.footer-x-bottom-cities .footer-x-legal-link{min-height:0;padding-block:2px}}
.compare-dock{left:0;right:0;bottom:calc(var(--page-cta-h,0px) + env(safe-area-inset-bottom,0px));z-index:60;background:var(--color-dark);color:var(--primary-foreground);box-shadow:0 -4px 16px rgba(var(--color-dark-rgb), .2);justify-content:space-between;align-items:center;gap:12px;padding:11px 16px;animation:.28s cubic-bezier(.22,1,.3,1) compareDockUp;display:flex;position:fixed}@keyframes compareDockUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.compare-dock__clear{width:44px;height:44px;color:var(--primary-foreground);cursor:pointer;border-radius:var(--radius-pill);background:0 0;border:none;flex-shrink:0;place-items:center;margin-left:-8px;display:grid}.compare-dock__label{flex:1;font-size:14px;font-weight:600}.compare-dock__go{border-radius:var(--radius-pill);background:var(--brand);color:var(--primary-foreground);flex-shrink:0;align-items:center;gap:6px;min-height:44px;padding:9px 16px;font-size:14px;font-weight:700;display:inline-flex}.compare-dock__go:hover{background:var(--brand-hover)}@media (prefers-reduced-motion:reduce){.compare-dock{animation:none}}