.contact-page{padding:4rem 2rem;background:linear-gradient(135deg,#f8f9fa,#ffffff);min-height:90vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.contact-content{max-width:1400px;margin:0 auto;padding:0 1rem}.contact-section{background:#ffffff;border-radius:20px;padding:3rem;box-shadow:0 8px 32px rgba(0,0,0,.08);border:4px solid;border-image:linear-gradient(45deg,#fdd835,#43a047) 1;position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.contact-section:hover{transform:translateY(-5px);box-shadow:0 12px 40px rgba(0,0,0,.12)}.contact-section h2{color:#004aad;font-size:2rem;margin-bottom:2rem;font-weight:600;text-align:center;position:relative}.contact-section h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:3px;background:linear-gradient(90deg,#fdd835,#43a047);border-radius:2px}.contact-intro{text-align:center;margin-bottom:2rem;font-size:1.1rem;line-height:1.6;color:#333}.contact-form{max-width:600px;margin:0 auto 3rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#333;font-size:.95rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:2px solid #e1e5e9;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s ease,box-shadow .3s ease;background:#ffffff;color:#333;font-weight:400}.form-group select{color:#333!important;background-color:#ffffff!important}.form-group select option{color:#333;background-color:#ffffff;font-weight:400}.form-group select option:checked{background-color:#004aad;color:#ffffff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#004aad;box-shadow:0 0 0 3px rgba(0,74,173,.1);color:#333}.form-group input::placeholder,.form-group textarea::placeholder{color:#999;font-weight:400}.form-group textarea{resize:vertical;min-height:120px;color:#333}.submit-button{background:linear-gradient(135deg,#004aad,#1c2253);color:white;border:none;padding:1rem 2rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%;margin-top:1rem}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,74,173,.3)}.submit-button:disabled{opacity:.6;cursor:not-allowed}.success-message{background:linear-gradient(135deg,#43a047,#4caf50)}.error-message,.success-message{color:white;padding:1rem;border-radius:8px;text-align:center;margin-top:1rem;font-weight:500}.error-message{background:linear-gradient(135deg,#f44336,#d32f2f)}.contact-info{background:linear-gradient(135deg,#f8f9fa,#ffffff);border-radius:12px;padding:2rem;margin-top:2rem;border:1px solid #e1e5e9}.contact-info h3{color:#004aad;font-size:1.3rem;margin-bottom:1.5rem;text-align:center;font-weight:600}.contact-details{display:grid;gap:1rem}.contact-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #e1e5e9}.contact-item:last-child{border-bottom:none}.contact-item strong{color:#333;font-weight:600}.contact-item a{color:#004aad;text-decoration:none;font-weight:500;transition:color .3s ease}.contact-item a:hover{color:#1c2253;text-decoration:underline}.contact-item span{color:#666}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.contact-section{animation:fadeInUp .8s ease-out forwards}@media (max-width:768px){.contact-page{padding:2rem 1rem}.contact-section{padding:2rem}.contact-section h2{font-size:1.6rem}.contact-form{max-width:100%}.contact-item{flex-direction:column;align-items:flex-start;gap:.5rem}}@media (max-width:480px){.contact-section{padding:1.5rem}.contact-section h2{font-size:1.4rem}}