.contact-hero[data-astro-cid-uw5kdbxl]{background:var(--navy);color:var(--white);padding:4rem 0;text-align:center}.contact-hero[data-astro-cid-uw5kdbxl] h1[data-astro-cid-uw5kdbxl]{color:var(--white);margin-bottom:1rem}.hero-subtitle[data-astro-cid-uw5kdbxl]{font-size:1.25rem;color:var(--light-gray)}.contact-content[data-astro-cid-uw5kdbxl]{padding:4rem 0}.contact-grid[data-astro-cid-uw5kdbxl]{display:grid;grid-template-columns:2fr 1fr;gap:3rem}.contact-form-section[data-astro-cid-uw5kdbxl] h2[data-astro-cid-uw5kdbxl]{margin-bottom:1rem}.contact-form-section[data-astro-cid-uw5kdbxl] p[data-astro-cid-uw5kdbxl]{color:var(--text-light);margin-bottom:2rem}.contact-form[data-astro-cid-uw5kdbxl]{display:flex;flex-direction:column;gap:1.5rem}.form-group[data-astro-cid-uw5kdbxl]{display:flex;flex-direction:column}.form-group[data-astro-cid-uw5kdbxl] label[data-astro-cid-uw5kdbxl]{margin-bottom:.5rem;font-weight:600;color:var(--navy)}.form-group[data-astro-cid-uw5kdbxl] input[data-astro-cid-uw5kdbxl],.form-group[data-astro-cid-uw5kdbxl] select[data-astro-cid-uw5kdbxl],.form-group[data-astro-cid-uw5kdbxl] textarea[data-astro-cid-uw5kdbxl]{padding:.75rem;border:2px solid var(--border-gray);border-radius:.375rem;font-size:1rem;transition:border-color .2s ease}.form-group[data-astro-cid-uw5kdbxl] input[data-astro-cid-uw5kdbxl]:focus,.form-group[data-astro-cid-uw5kdbxl] select[data-astro-cid-uw5kdbxl]:focus,.form-group[data-astro-cid-uw5kdbxl] textarea[data-astro-cid-uw5kdbxl]:focus{outline:none;border-color:var(--teal)}.form-group[data-astro-cid-uw5kdbxl] textarea[data-astro-cid-uw5kdbxl]{resize:vertical;min-height:120px}.contact-info-section[data-astro-cid-uw5kdbxl]{display:flex;flex-direction:column;gap:2rem}.contact-info[data-astro-cid-uw5kdbxl]{padding:2rem}.contact-info[data-astro-cid-uw5kdbxl] h3[data-astro-cid-uw5kdbxl]{margin-bottom:1.5rem;color:var(--navy)}.contact-item[data-astro-cid-uw5kdbxl]{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid var(--border-gray)}.contact-item[data-astro-cid-uw5kdbxl]:last-child{border-bottom:none}.contact-item[data-astro-cid-uw5kdbxl] strong[data-astro-cid-uw5kdbxl]{color:var(--navy)}.contact-item[data-astro-cid-uw5kdbxl] a[data-astro-cid-uw5kdbxl]{color:var(--teal)}.services-deck[data-astro-cid-uw5kdbxl]{padding:2rem;text-align:center}.services-deck[data-astro-cid-uw5kdbxl] h3[data-astro-cid-uw5kdbxl]{margin-bottom:1rem;color:var(--navy)}.services-deck[data-astro-cid-uw5kdbxl] p[data-astro-cid-uw5kdbxl]{margin-bottom:1.5rem;color:var(--text-light)}.services-deck[data-astro-cid-uw5kdbxl] .btn[data-astro-cid-uw5kdbxl]{font-size:1rem}.quick-actions[data-astro-cid-uw5kdbxl]{padding:2rem}.quick-actions[data-astro-cid-uw5kdbxl] h3[data-astro-cid-uw5kdbxl]{margin-bottom:1.5rem;color:var(--navy)}.action-buttons[data-astro-cid-uw5kdbxl]{display:flex;flex-direction:column;gap:1rem}.faq-section[data-astro-cid-uw5kdbxl]{background:var(--light-gray);padding:4rem 0}.faq-section[data-astro-cid-uw5kdbxl] h2[data-astro-cid-uw5kdbxl]{text-align:center;margin-bottom:3rem}.faq-grid[data-astro-cid-uw5kdbxl]{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.faq-item[data-astro-cid-uw5kdbxl]{background:var(--white);padding:2rem;border-radius:.5rem;box-shadow:0 2px 4px -1px #0000001a}.faq-item[data-astro-cid-uw5kdbxl] h3[data-astro-cid-uw5kdbxl]{margin-bottom:1rem;color:var(--navy)}.faq-item[data-astro-cid-uw5kdbxl] p[data-astro-cid-uw5kdbxl]{color:var(--text-light);line-height:1.6}.popup-overlay[data-astro-cid-uw5kdbxl]{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.popup-overlay[data-astro-cid-uw5kdbxl].show{opacity:1;visibility:visible}.popup-content[data-astro-cid-uw5kdbxl]{background:var(--white);padding:2rem;border-radius:.5rem;text-align:center;max-width:400px;width:90%;box-shadow:0 10px 25px -3px #0000004d;transform:scale(.9);transition:transform .3s ease}.popup-overlay[data-astro-cid-uw5kdbxl].show .popup-content[data-astro-cid-uw5kdbxl]{transform:scale(1)}.popup-content[data-astro-cid-uw5kdbxl] h3[data-astro-cid-uw5kdbxl]{color:var(--navy);margin-bottom:1rem}.popup-content[data-astro-cid-uw5kdbxl] p[data-astro-cid-uw5kdbxl]{color:var(--text-light);margin-bottom:1.5rem}.success-message[data-astro-cid-uw5kdbxl]{background:var(--light-gray);border:2px solid var(--teal);border-radius:.5rem;padding:2rem;text-align:center;margin-top:2rem}.success-message[data-astro-cid-uw5kdbxl] h3[data-astro-cid-uw5kdbxl]{color:var(--teal);margin-bottom:1rem}.success-message[data-astro-cid-uw5kdbxl] p[data-astro-cid-uw5kdbxl]{color:var(--graphite);margin:0}@media (max-width: 768px){.contact-grid[data-astro-cid-uw5kdbxl]{grid-template-columns:1fr}.action-buttons[data-astro-cid-uw5kdbxl]{flex-direction:column}.faq-grid[data-astro-cid-uw5kdbxl]{grid-template-columns:1fr}.popup-content[data-astro-cid-uw5kdbxl]{margin:1rem}}
