.contact-hero h1{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1.5rem}.contact-hero p{font-size:1.25rem;color:#e0e0e0;max-width:800px;margin:0 auto}.offices-section{padding:5rem 1.5rem;background-color:#f8f9fa;text-align:center}.offices-section h2{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:3rem}.offices-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2.5rem;max-width:1200px;margin:0 auto}.office-card{background-color:white;border-radius:12px;padding:2.5rem;box-shadow:0 10px 30px rgba(0,0,0,.05);transition:all .3s ease}.office-card:hover{transform:translateY(-10px);box-shadow:0 15px 35px rgba(0,0,0,.1)}.office-card h3{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:1.5rem}.office-card p{color:#555;line-height:1.6;margin-bottom:1rem}@media (max-width:768px){.contact-hero h1{font-size:2.5rem}.contact-hero p{font-size:1.1rem}.offices-section h2{font-size:2rem}.offices-grid{grid-template-columns:1fr}}.contact-page{padding-top:80px}.contact-hero{background:linear-gradient(135deg,#0c1e5b,#1a2a5e);padding:6rem 1.5rem;text-align:center;color:#ffffff}.contact-hero-title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1.5rem}.contact-hero-description{font-size:1.25rem;color:#e0e0e0;max-width:800px;margin:0 auto}.form-container{padding:3rem 1.5rem}.application-form{background-color:white;max-width:600px;margin:0 auto;padding:2rem;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.05)}.form-title{font-size:2rem;font-weight:600;color:#333;margin-bottom:2rem}.form-row{display:flex;flex-wrap:wrap;gap:2rem;margin-bottom:2rem}.input-group{flex:1}.input-label{font-weight:500;color:#333;margin-bottom:.5rem;display:block}.file-field,.input-field{width:100%;padding:.75rem 1rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:all .3s ease}.file-field:focus,.input-field:focus{border-color:#40e0d0;outline:none;box-shadow:0 0 0 3px rgba(64,224,208,.1)}.submit-button{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;background:linear-gradient(135deg,#40e0d0,#4169e1);color:white;border:none;border-radius:4px;font-weight:500;cursor:pointer;transition:all .3s ease}.submit-button:hover{background:linear-gradient(135deg,#4169e1,#40e0d0);transform:translateY(-2px);box-shadow:0 4px 12px rgba(64,224,208,.2)}.submit-button:disabled{background-color:#ccc;cursor:not-allowed}.send-icon{margin-left:.75rem;transition:transform .3s ease}.submit-button:hover .send-icon{transform:translateX(5px)}.file-upload{margin-bottom:2rem}