.page-header{background:linear-gradient(135deg,#0076c7 0,var(--brand-blue) 50%,#505089 100%);color:white;padding:120px 0 80px;text-align:center}.page-header h1{font-size:3rem;font-weight:800;margin-bottom:1rem}.page-header p{font-size:1.2rem;opacity:.9;max-width:640px;margin:0 auto}.breadcrumb{padding:1rem 2rem;background:var(--gray-100)}.breadcrumb a{color:var(--brand-blue);text-decoration:none}.breadcrumb span{color:var(--gray-500)}.contact-section{padding:80px 0}.contact-grid{display:grid;grid-template-columns:1.3fr 1fr;grid-gap:3rem;gap:3rem;align-items:start}.contact-form-container h2{font-size:2rem;color:var(--gray-900);margin-bottom:.5rem}.contact-form-intro{color:var(--gray-600);margin-bottom:2rem;line-height:1.6}.contact-form{gap:1.25rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{font-weight:600;color:var(--gray-800,#1f2937);font-size:.95rem}.form-group input,.form-group textarea{padding:.85rem 1rem;border:1px solid var(--gray-300,#d1d5db);border-radius:10px;font-size:1rem;font-family:inherit;background:white;color:var(--gray-900);transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--brand-blue);box-shadow:0 0 0 3px rgba(12,95,249,.12)}.form-group textarea{resize:vertical}.hp-field{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}.captcha-group input[aria-invalid=true]{border-color:#dc2626;box-shadow:0 0 0 3px rgba(220,38,38,.12)}.captcha-row{display:flex;gap:.75rem;align-items:stretch}.captcha-row input{flex:1 1;max-width:160px}.captcha-refresh{display:inline-flex;align-items:center;justify-content:center;width:48px;border:1px solid var(--gray-300,#d1d5db);border-radius:10px;background:var(--gray-50,#f9fafb);cursor:pointer;color:var(--brand-blue);transition:background .2s}.captcha-refresh:hover{background:var(--gray-100)}.captcha-refresh svg{width:20px;height:20px}.captcha-hint{color:#dc2626;font-size:.875rem}.submit-btn{background:linear-gradient(135deg,#0076c7,var(--brand-blue));color:white;border:none;padding:1rem 2rem;border-radius:10px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:transform .2s,opacity .2s;margin-top:.5rem}.submit-btn:hover:not(:disabled){transform:translateY(-2px)}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.form-success{color:#16a34a;font-weight:600}.form-error{color:#dc2626;font-weight:600}.contact-info-card{background:linear-gradient(135deg,#0076c7 0,var(--brand-blue) 100%);color:white;border-radius:20px;padding:2.5rem 2rem;display:flex;flex-direction:column;gap:1.75rem}.info-item{display:flex;gap:1rem;align-items:flex-start}.info-icon{width:28px;height:28px;flex-shrink:0;stroke:white}.info-item h4{font-size:1.05rem;margin-bottom:.25rem}.info-item p{opacity:.95;line-height:1.5}.info-item a{color:white;text-decoration:none;font-weight:500}.info-item a:hover{text-decoration:underline}@media (max-width:900px){.contact-grid{grid-template-columns:1fr}.page-header h1{font-size:2rem}}