.page-hero[data-astro-cid-6bfsojfh]{background:var(--gradient-primary);padding:var(--spacing-3xl) 0 var(--spacing-2xl);text-align:center;color:var(--white)}.page-hero[data-astro-cid-6bfsojfh] h1[data-astro-cid-6bfsojfh]{color:var(--white)}.text-gradient-white[data-astro-cid-6bfsojfh]{background:linear-gradient(135deg, var(--white) 0%, var(--light-teal) 100%);-webkit-text-fill-color:transparent;background-clip:text}.contact-grid[data-astro-cid-6bfsojfh]{gap:var(--spacing-3xl);grid-template-columns:1fr 1fr;align-items:start;display:grid}.contact-methods[data-astro-cid-6bfsojfh]{gap:var(--spacing-xl);margin-top:var(--spacing-2xl);flex-direction:column;display:flex}.contact-method[data-astro-cid-6bfsojfh]{gap:var(--spacing-md);display:flex}.method-icon[data-astro-cid-6bfsojfh]{background:var(--light-gray);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;display:flex}.method-text[data-astro-cid-6bfsojfh] h4[data-astro-cid-6bfsojfh]{color:var(--navy-blue);margin-bottom:.25rem}.method-text[data-astro-cid-6bfsojfh] p[data-astro-cid-6bfsojfh]{margin:0}.office-address-row[data-astro-cid-6bfsojfh]{align-items:flex-start;gap:var(--spacing-md);flex-wrap:wrap;display:flex}.map-link[data-astro-cid-6bfsojfh]{white-space:nowrap;padding:.625rem 1rem;font-size:.875rem}.social-btn[data-astro-cid-6bfsojfh]{border-radius:var(--radius-sm);color:var(--white);transition:var(--transition-base);margin-right:1rem;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;display:inline-block}.social-btn[data-astro-cid-6bfsojfh].facebook{background:#1877f2}.social-btn[data-astro-cid-6bfsojfh].instagram{background:#e4405f}.social-btn[data-astro-cid-6bfsojfh]:hover{box-shadow:var(--shadow-md);opacity:.9;transform:translateY(-3px)}.form-card[data-astro-cid-6bfsojfh]{background:var(--white);padding:var(--spacing-2xl);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);border:1px solid var(--medium-gray)}.form-card[data-astro-cid-6bfsojfh] h3[data-astro-cid-6bfsojfh]{margin-bottom:.5rem}.google-form-placeholder[data-astro-cid-6bfsojfh]{margin-top:var(--spacing-xl)}.form-field[data-astro-cid-6bfsojfh]{margin-bottom:var(--spacing-md)}.form-field[data-astro-cid-6bfsojfh] label[data-astro-cid-6bfsojfh]{color:var(--navy-blue);margin-bottom:.5rem;font-weight:600;display:block}.form-field[data-astro-cid-6bfsojfh] input[data-astro-cid-6bfsojfh],.form-field[data-astro-cid-6bfsojfh] select[data-astro-cid-6bfsojfh],.form-field[data-astro-cid-6bfsojfh] textarea[data-astro-cid-6bfsojfh]{border:1px solid var(--medium-gray);border-radius:var(--radius-sm);width:100%;transition:var(--transition-base);outline:none;padding:.875rem;font-family:inherit}.form-field[data-astro-cid-6bfsojfh] input[data-astro-cid-6bfsojfh]:focus,.form-field[data-astro-cid-6bfsojfh] select[data-astro-cid-6bfsojfh]:focus,.form-field[data-astro-cid-6bfsojfh] textarea[data-astro-cid-6bfsojfh]:focus{border-color:var(--teal-blue);box-shadow:0 0 0 3px #2aa7a11a}.form-note[data-astro-cid-6bfsojfh]{margin-top:var(--spacing-md);text-align:center;font-size:.85rem}.no-padding[data-astro-cid-6bfsojfh]{padding:0}.faq-list[data-astro-cid-6bfsojfh]{gap:var(--spacing-md);flex-direction:column;display:flex}.faq-item[data-astro-cid-6bfsojfh]{background:var(--white);padding:var(--spacing-md);border-radius:var(--radius-sm);border:1px solid var(--medium-gray)}.faq-item[data-astro-cid-6bfsojfh] summary[data-astro-cid-6bfsojfh]{cursor:pointer;color:var(--navy-blue);outline:none;font-weight:700}.faq-answer[data-astro-cid-6bfsojfh]{margin-top:var(--spacing-md);padding-top:var(--spacing-md);border-top:1px solid var(--medium-gray)}.whatsapp-link[data-astro-cid-6bfsojfh]{color:#25d366;font-weight:700}@media (width<=968px){.contact-grid[data-astro-cid-6bfsojfh]{grid-template-columns:1fr}.form-card[data-astro-cid-6bfsojfh]{padding:var(--spacing-xl)}}.form-status[data-astro-cid-6bfsojfh]{margin-bottom:var(--spacing-md);padding:var(--spacing-sm);border-radius:var(--radius-sm);text-align:center;font-weight:600;display:none}.form-status[data-astro-cid-6bfsojfh].success{color:#155724;background:#d4edda;border:1px solid #c3e6cb;display:block}.form-status[data-astro-cid-6bfsojfh].error{color:#721c24;background:#f8d7da;border:1px solid #f5c6cb;display:block}.success-popup[data-astro-cid-6bfsojfh]{z-index:2000;backdrop-filter:blur(5px);background:#0009;justify-content:center;align-items:center;width:100%;height:100%;display:none;position:fixed;top:0;left:0}.success-popup[data-astro-cid-6bfsojfh].show{animation:.3s ease-out fadeIn;display:flex}.popup-content[data-astro-cid-6bfsojfh]{background:var(--white);padding:var(--spacing-2xl);border-radius:var(--radius-lg);text-align:center;width:90%;max-width:400px;box-shadow:var(--shadow-xl);animation:.4s ease-out fadeInUp}.popup-icon[data-astro-cid-6bfsojfh]{margin-bottom:var(--spacing-md);font-size:4rem}.popup-content[data-astro-cid-6bfsojfh] h3[data-astro-cid-6bfsojfh]{margin-bottom:var(--spacing-sm)}.popup-content[data-astro-cid-6bfsojfh] p[data-astro-cid-6bfsojfh]{margin-bottom:var(--spacing-xl)}
