.contact-page{min-height:100vh;padding-top:70px}.contact-hero{color:#fff;background:linear-gradient(135deg,#7c3aed 0%,#5b21b6 100%);padding:4rem 0;position:relative;overflow:hidden}.contact-hero:before{content:"";background:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");animation:20s linear infinite float;position:absolute;inset:0}.contact-hero-content{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;position:relative}.contact-hero-title{margin-bottom:1rem;font-size:3.5rem;font-weight:700;line-height:1.2;animation:1s fadeInUp}.gradient-text{background:linear-gradient(45deg,#fbbf24,#10b981);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.contact-hero-subtitle{color:#e5e7eb;margin-bottom:2rem;font-size:1.5rem;animation:1s .2s both fadeInUp}.instructions-box{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:1rem;padding:1.5rem;animation:1s .4s both fadeInUp}.instructions-header{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.instructions-header h3{font-size:1.2rem;font-weight:600}.instructions-box p{color:#e5e7eb;line-height:1.6}.contact-hero-image{animation:3s ease-in-out infinite float}.hero-img{object-fit:cover;border-radius:1rem;width:100%;height:400px;transition:transform .3s;box-shadow:0 20px 40px #0000004d}.hero-img:hover{transform:scale(1.02)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-title{text-align:center;color:#1f2937;margin-bottom:3rem;font-size:2.5rem;font-weight:700;position:relative}.section-title:after{content:"";background:linear-gradient(45deg,#7c3aed,#5b21b6);border-radius:2px;width:60px;height:4px;position:absolute;bottom:-.5rem;left:50%;transform:translate(-50%)}.requirements-section{background:#f8fafc;padding:6rem 0}.requirements-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.requirement-card{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:2rem;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 6px #0000000d}.requirement-card:before{content:"";background:linear-gradient(90deg,#7c3aed,#5b21b6);width:100%;height:4px;transition:left .3s;position:absolute;top:0;left:-100%}.requirement-card:hover:before{left:0}.requirement-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.requirement-icon{color:#fff;background:linear-gradient(135deg,#7c3aed,#5b21b6);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1rem;display:flex}.requirement-card h3{color:#1f2937;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.requirement-card p{color:#6b7280;line-height:1.6}.form-section{background:#fff;padding:6rem 0}.form-container{max-width:800px;margin:0 auto}.form-header{text-align:center;margin-bottom:3rem}.form-header h2{color:#1f2937;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.form-header p{color:#6b7280;font-size:1.1rem}.application-form{flex-direction:column;gap:2rem;display:flex}.form-section-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:1rem;padding:2rem;transition:all .3s}.form-section-card:hover{border-color:#7c3aed;box-shadow:0 10px 25px #0000001a}.section-header{border-bottom:2px solid #e5e7eb;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.section-header h3{color:#1f2937;font-size:1.5rem;font-weight:600}.section-header svg{color:#7c3aed}.form-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.form-group{flex-direction:column;display:flex}.form-group label{color:#374151;margin-bottom:.5rem;font-size:.95rem;font-weight:600}.form-group input,.form-group select{background:#fff;border:2px solid #e5e7eb;border-radius:.5rem;padding:.75rem 1rem;font-size:1rem;transition:all .3s}.form-group input:focus,.form-group select:focus{border-color:#7c3aed;outline:none;box-shadow:0 0 0 3px #7c3aed1a}.form-group input::placeholder{color:#9ca3af}.languages-section{flex-direction:column;gap:1rem;display:flex}.languages-instruction{color:#6b7280;margin-bottom:1rem}.languages-grid{flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;display:flex}.language-chip{cursor:pointer;color:#374151;background:#fff;border:2px solid #e5e7eb;border-radius:2rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;transition:all .3s;display:flex}.language-chip:hover{border-color:#7c3aed;transform:translateY(-2px)}.language-chip.selected{color:#fff;background:#7c3aed;border-color:#7c3aed}.language-chip.selected svg{color:#fff}.form-actions{text-align:center;margin-top:2rem}.submit-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7c3aed 0%,#5b21b6 100%);border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:1rem 3rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 4px 15px #7c3aed4d}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #7c3aed66}.submit-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.spinner{border:2px solid #0000;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.safety-section{background:#f8fafc;padding:6rem 0}.safety-content{text-align:center}.safety-header{flex-direction:column;align-items:center;gap:1rem;margin-bottom:3rem;display:flex}.safety-header svg{color:#7c3aed}.safety-header h2{color:#1f2937;font-size:2.5rem;font-weight:700}.safety-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.safety-card{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:2rem;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 6px #0000000d}.safety-card.important{background:#fffbeb;border-left:4px solid #f59e0b}.safety-card.critical{background:#fef2f2;border-left:4px solid #dc2626}.safety-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.safety-card h3{color:#1f2937;margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.safety-card p{color:#6b7280;line-height:1.5}.contact-info-section{background:#fff;padding:6rem 0}.contact-info-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.contact-info-card{text-align:center;background:#f8fafc;border:1px solid #e5e7eb;border-radius:1rem;padding:2rem;transition:all .3s}.contact-info-card:hover{background:#fff;border-color:#7c3aed;transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.contact-icon{color:#fff;background:linear-gradient(135deg,#7c3aed,#5b21b6);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1rem;display:flex}.contact-info-card h3{color:#1f2937;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.contact-info-card p{color:#374151;margin-bottom:.5rem;font-size:1.1rem;font-weight:500}.contact-info-card span{color:#6b7280;font-size:.9rem}.success-container{background:linear-gradient(135deg,#7c3aed 0%,#5b21b6 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.success-content{text-align:center;background:#fff;border-radius:2rem;width:100%;max-width:600px;padding:4rem;animation:.5s scaleIn;box-shadow:0 20px 60px #0000004d}.success-icon{color:#10b981;margin-bottom:2rem;animation:1s bounce}.success-title{color:#1f2937;margin-bottom:1.5rem;font-size:2.5rem;font-weight:700;line-height:1.2}.success-message{color:#6b7280;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.success-next-steps{text-align:left;background:#f0fdf4;border-radius:1rem;margin-bottom:2rem;padding:2rem}.success-next-steps h3{color:#059669;text-align:center;margin-bottom:1rem}.success-next-steps ul{padding:0;list-style:none}.success-next-steps li{color:#374151;padding:.5rem 0;font-weight:500}.success-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.cta-button{border-radius:.5rem;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.cta-button.primary{color:#fff;background:linear-gradient(135deg,#7c3aed 0%,#5b21b6 100%);box-shadow:0 4px 15px #7c3aed4d}.cta-button.primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #7c3aed66}.cta-button.secondary{color:#374151;background:#f8fafc;border:2px solid #e5e7eb}.cta-button.secondary:hover{background:#e5e7eb;transform:translateY(-2px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media (max-width:1024px){.contact-hero-content{text-align:center;grid-template-columns:1fr;gap:2rem}.form-grid{grid-template-columns:1fr}}@media (max-width:768px){.contact-hero-title{font-size:2.5rem}.section-title{font-size:2rem}.form-section-card{padding:1.5rem}.success-content{padding:2rem}.success-title{font-size:2rem}.success-actions{flex-direction:column}.cta-button{text-align:center;width:100%}}
