.contact-page{max-width:800px;margin:0 auto;padding:2rem 1rem}.contact-header{text-align:center;margin-bottom:3rem}.contact-header h1{color:#111827;letter-spacing:-.025em;margin:0 0 1rem;font-size:clamp(2rem,5vw,2.5rem);font-weight:700;line-height:1.2}.contact-subtitle{color:#4b5563;max-width:500px;margin:0 auto 1rem;font-size:clamp(1.125rem,3vw,1.25rem);font-weight:400;line-height:1.6}.contact-direct{color:#6b7280;margin:0;font-size:1rem}.contact-direct a{color:#3498db;font-weight:500;text-decoration:none}.contact-direct a:hover{text-underline-offset:2px;text-decoration:underline}.contact-main{margin-top:2rem}.contact-form{background:#fff;border-radius:12px;max-width:600px;margin:0 auto;padding:2rem;box-shadow:0 4px 20px #0000001a}.form-grid{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}.form-group{flex-direction:column;display:flex}.form-group.form-full{grid-column:1/-1}.form-label{color:#333;margin-bottom:.5rem;font-size:.95rem;font-weight:600}.required{color:#e74c3c}.form-input,.form-textarea{background:#fafbfc;border:2px solid #e1e5e9;border-radius:8px;padding:.875rem 1rem;font-size:1rem;transition:all .2s}.form-input:focus,.form-textarea:focus{background:#fff;border-color:#3498db;outline:none;box-shadow:0 0 0 3px #3498db1a}.form-textarea{resize:vertical;min-height:120px}.success-message{color:#155724;background:#d4edda;border:1px solid #c3e6cb;border-radius:8px;grid-column:1/-1;margin-bottom:1.5rem;padding:1rem}.error-message{color:#721c24;background:#f8d7da;border:1px solid #f5c6cb;border-radius:8px;grid-column:1/-1;margin-bottom:1.5rem;padding:1rem}.submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3498db,#2980b9);border:none;border-radius:8px;flex:1;max-width:200px;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .2s}.submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#2980b9,#1f5f8b);transform:translateY(-1px);box-shadow:0 4px 12px #3498db4d}.submit-btn:disabled{cursor:not-allowed;box-shadow:none;background:#bdc3c7;transform:none}.form-submit-row{grid-column:1/-1;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.5rem;display:flex}.turnstile-placeholder{color:#6c757d;background:#f8f9fa;border:2px dashed #dee2e6;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;min-width:140px;min-height:40px;padding:.75rem 1rem;font-size:.875rem;font-weight:500;display:flex}@media (max-width:768px){.contact-page{padding:1rem .5rem}.contact-header{margin-bottom:2rem}.contact-header h1{font-size:clamp(1.75rem,6vw,2rem)}.contact-subtitle{font-size:1.0625rem}.contact-form{margin:1rem;padding:1.5rem}.form-grid{grid-template-columns:1fr;gap:1rem}.form-submit-row{flex-direction:column;align-items:stretch;gap:1rem}.submit-btn{max-width:none}}
