html{scroll-behavior:smooth}body{animation:pageFade .35s ease-out}@keyframes pageFade{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}#mobileServicesDropdown{transition:max-height .3s ease-in-out;max-height:0;overflow:hidden;background:#f8fafc}#mobileServicesDropdown.open{max-height:430px}.form-status[hidden]{display:none}.form-status--success{color:#166534}.form-status--error{color:#991b1b}.social-links{display:flex;flex-wrap:wrap;gap:.625rem;margin-top:1rem;padding:0;list-style:none}.social-link{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:9999px;background:#1e293b;color:#fff;font-size:1rem;line-height:1;transition:background-color .2s ease,color .2s ease,transform .2s ease}.social-link:hover{background:#15803d;color:#fff;transform:translateY(-2px)}.social-link:focus-visible{outline:2px solid #22c55e;outline-offset:2px}@media (prefers-reduced-motion:reduce){.social-link{transition:none}.social-link:hover{transform:none}}#quote-form{scroll-margin-top:6rem}[data-service-select].is-prefilled{border-color:#15803d;box-shadow:0 0 0 3px rgb(34 197 94 / .25)}
