.contact-hero{background:linear-gradient(rgba(0,61,122,.85),rgba(0,61,122,.85)),url(/assets/contact_hero.png);background-size:cover;background-position:50%;height:50vh;display:flex;align-items:center;justify-content:center}.contact-hero-overlay{text-align:center;color:white}.contact-hero-title{font-size:3.5rem;font-weight:700;color:#fdd835;margin-bottom:1rem;text-shadow:2px 2px 10px rgba(0,0,0,.5)}.contact-hero-subtitle{font-size:1.25rem;color:#ffffff}.contact-container{max-width:1200px;margin:0 auto;padding:4rem 2rem}.contact-form-section{background:white;padding:3rem;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.1);margin-bottom:4rem}.form-header{text-align:center;margin-bottom:3rem}.form-header h2{font-size:2.5rem;font-weight:700;color:#003d7a;margin-bottom:.5rem}.form-header p{color:#666;font-size:1.1rem}.contact-form{max-width:800px;margin:0 auto}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#003d7a;margin-bottom:.5rem}.form-icon{width:1rem;height:1rem;color:#4caf50}.form-input,.form-textarea{width:100%;padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .3s ease;background-color:#f8f9fa}.form-input:focus,.form-textarea:focus{outline:none;border-color:#4caf50;background-color:white;box-shadow:0 0 0 3px rgba(76,175,80,.1)}.form-textarea{resize:vertical;min-height:150px}.submit-button{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background-color:#4caf50;color:white;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.submit-button:hover:not(:disabled){background-color:#45a049;transform:translateY(-2px);box-shadow:0 4px 12px rgba(76,175,80,.3)}.submit-button:disabled{opacity:.6;cursor:not-allowed}.button-icon,.spinner{width:1.25rem;height:1.25rem}.spinner{border:2px solid rgba(255,255,255,.3);border-top-color:white;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.contact-info-section{margin-top:4rem}.section-title{font-size:2.5rem;font-weight:700;color:#003d7a;text-align:center;margin-bottom:3rem}.office-card{background:white;border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:transform .3s ease}.office-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.office-header{border-bottom:3px solid #4caf50;padding-bottom:1rem;margin-bottom:1.5rem}.office-header h3{font-size:1.75rem;font-weight:700;color:#003d7a}.office-details{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.detail-item{display:flex;align-items:flex-start;gap:1rem}.detail-icon{width:1.25rem;height:1.25rem;color:#4caf50;flex-shrink:0;margin-top:.25rem}.detail-item a,.detail-item p{color:#555;font-size:.95rem;line-height:1.6;margin:0}.detail-item a{color:#003d7a;text-decoration:none;transition:color .3s ease}.detail-item a:hover{color:#4caf50}.map-container{border-radius:12px;overflow:hidden;height:300px;margin-top:1.5rem}.map-iframe{width:100%;height:100%;border:0}@media (max-width:768px){.contact-hero{height:38vh;padding:0 1rem}.contact-hero-title{font-size:2.1rem}.contact-hero-subtitle{font-size:1rem}.contact-container{padding:2rem 1rem}.contact-form-section{padding:1.5rem}.form-header h2{font-size:1.75rem}.form-row{grid-template-columns:1fr;gap:1rem}.section-title{font-size:1.75rem}.office-card{padding:1.5rem}.office-header h3{font-size:1.5rem}.map-container{height:250px}.submit-button{width:100%;justify-content:center}}@media (max-width:480px){.contact-hero{height:34vh}.contact-hero-title{font-size:1.85rem}.contact-hero-subtitle{font-size:.95rem}.contact-form-section,.office-card{padding:1.25rem;border-radius:14px}.form-header{margin-bottom:2rem}.form-header h2,.section-title{font-size:1.5rem}.detail-item{gap:.75rem}.map-container{height:220px}}