.contact-container{max-width:800px;margin:4rem auto;padding:2rem;background-color:#f8f9fa;border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,.1);position:relative;z-index:1}.contact-title{font-size:2.5rem;color:#4a90e2;margin-bottom:1rem;text-align:center;font-family:var(--font-chakra-petch);font-weight:700}.contact-subtitle{font-size:1.2rem;color:#666;margin-bottom:2rem;text-align:center}.contact-form{display:grid;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-label{font-size:1rem;color:#333;margin-bottom:.5rem}.form-input,.form-textarea{width:100%;padding:.75rem;font-size:1rem;border:1px solid #ccc;border-radius:4px;transition:border-color .3s ease;font-family:var(--font-changa);background-color:#fff;color:var(--text-primary)}.form-input:focus,.form-textarea:focus{outline:none;border-color:#4a90e2;box-shadow:0 0 0 2px rgba(74,144,226,.2)}.form-textarea{resize:vertical;min-height:120px}.submit-button{background-color:#4a90e2;color:#fff;font-size:1rem;font-weight:700;padding:.75rem 1.5rem;display:block;max-width:200px;margin:1.5rem auto 0;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s ease;font-family:var(--font-changa)}.submit-button:hover{background-color:#3a7bc8}.submit-button:focus{outline:none;box-shadow:0 0 0 2px rgba(74,144,226,.4)}.feedback{padding:1rem;margin-bottom:1rem;border-radius:4px;font-weight:700}.feedback.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.feedback.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.submit-button:disabled{background-color:#ccc;cursor:not-allowed}.recaptcha-notice{font-size:.75rem;color:#6c757d;text-align:center;max-width:90%;margin:1.5rem auto 1rem;line-height:1.4}.recaptcha-notice a{color:#4a90e2;text-decoration:none}.recaptcha-notice a:hover{text-decoration:underline}@media (max-width:768px){.contact-container{margin:2rem auto;padding:1.5rem}.contact-title{font-size:2rem}.contact-subtitle{font-size:1rem}}