.contact-module__j0Cvza__contactContainer{color:#333;opacity:0;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 50%,#f1f5f9 100%);min-height:100vh;padding-top:8rem;transition:all .8s ease-out;transform:translateY(20px)}.contact-module__j0Cvza__contactContainer.contact-module__j0Cvza__visible{opacity:1;transform:translateY(0)}.contact-module__j0Cvza__hero{text-align:center;padding:2rem;position:relative;overflow:hidden}.contact-module__j0Cvza__heroContent{z-index:2;max-width:800px;margin:0 auto;position:relative}.contact-module__j0Cvza__heroTitle{background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 50%,#06b6d4 100%);-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.contact-module__j0Cvza__heroSubtitle{color:#64748b;max-width:600px;margin:0 auto;font-size:1.25rem;font-weight:400;line-height:1.6}.contact-module__j0Cvza__heroVisual{z-index:1;pointer-events:none;position:absolute;inset:0}.contact-module__j0Cvza__floatingElements{width:100%;height:100%;position:relative}.contact-module__j0Cvza__floatingElement{background:linear-gradient(135deg,#3b82f61a,#8b5cf61a);border-radius:50%;animation:6s ease-in-out infinite contact-module__j0Cvza__float;position:absolute}.contact-module__j0Cvza__floatingElement:first-child{width:120px;height:120px;animation-delay:0s;top:20%;left:10%}.contact-module__j0Cvza__floatingElement:nth-child(2){width:80px;height:80px;animation-delay:2s;top:60%;right:15%}.contact-module__j0Cvza__floatingElement:nth-child(3){width:100px;height:100px;animation-delay:4s;bottom:20%;left:20%}@keyframes contact-module__j0Cvza__float{0%,to{opacity:.3;transform:translateY(0)rotate(0)}50%{opacity:.6;transform:translateY(-20px)rotate(180deg)}}.contact-module__j0Cvza__contactForm{background:0 0;padding:2rem 2rem 6rem}.contact-module__j0Cvza__formContainer{max-width:800px;margin:0 auto}.contact-module__j0Cvza__form{background:#fff;border:1px solid #0000000d;border-radius:2rem;padding:3rem;box-shadow:0 10px 40px #0000001a}.contact-module__j0Cvza__formRow{grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem;display:grid}.contact-module__j0Cvza__formGroup{flex-direction:column;display:flex}.contact-module__j0Cvza__label{color:#374151;margin-bottom:.5rem;font-size:.95rem;font-weight:600}.contact-module__j0Cvza__input{color:#374151;background:#fff;border:2px solid #e5e7eb;border-radius:.75rem;padding:1rem 1.25rem;font-family:inherit;font-size:1rem;transition:all .3s}.contact-module__j0Cvza__input:focus{border-color:#3b82f6;outline:none;transform:translateY(-1px);box-shadow:0 0 0 3px #3b82f61a}.contact-module__j0Cvza__input::placeholder{color:#9ca3af}.contact-module__j0Cvza__select{cursor:pointer}.contact-module__j0Cvza__textarea{resize:vertical;min-height:120px;font-family:inherit;line-height:1.5}.contact-module__j0Cvza__inputError{background-color:#fef2f2;border-color:#ef4444}.contact-module__j0Cvza__inputError:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.contact-module__j0Cvza__error{color:#ef4444;margin-top:.5rem;font-size:.875rem;font-weight:500}.contact-module__j0Cvza__submitButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 100%);border:none;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:1rem;padding:1.25rem 2rem;font-size:1.125rem;font-weight:600;transition:all .3s;display:flex;position:relative;overflow:hidden}.contact-module__j0Cvza__submitButton:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.contact-module__j0Cvza__submitButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #3b82f666}.contact-module__j0Cvza__submitButton:hover:not(:disabled):before{left:100%}.contact-module__j0Cvza__submitButton:disabled{opacity:.7;cursor:not-allowed;transform:none}.contact-module__j0Cvza__buttonIcon{font-size:1.25rem;transition:transform .3s}.contact-module__j0Cvza__submitButton:hover:not(:disabled) .contact-module__j0Cvza__buttonIcon{transform:translate(4px)}.contact-module__j0Cvza__spinner{border:2px solid #0000;border-top-color:currentColor;border-radius:50%;width:1.25rem;height:1.25rem;animation:1s linear infinite contact-module__j0Cvza__spin}@keyframes contact-module__j0Cvza__spin{to{transform:rotate(360deg)}}.contact-module__j0Cvza__successContainer{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;padding:4rem 2rem;display:flex}.contact-module__j0Cvza__successIcon{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:50%;justify-content:center;align-items:center;width:5rem;height:5rem;margin-bottom:2rem;font-size:2.5rem;font-weight:700;animation:.8s ease-out contact-module__j0Cvza__successBounce;display:flex}@keyframes contact-module__j0Cvza__successBounce{0%{opacity:0;transform:scale(.3)rotate(-180deg)}50%{transform:scale(1.1)rotate(-90deg)}to{opacity:1;transform:scale(1)rotate(0)}}.contact-module__j0Cvza__successTitle{color:#1e293b;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.contact-module__j0Cvza__successMessage{color:#64748b;max-width:500px;margin-bottom:2rem;font-size:1.25rem;line-height:1.6}.contact-module__j0Cvza__backButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 100%);border:none;border-radius:.75rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.contact-module__j0Cvza__backButton:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3b82f666}@media (min-width:1200px){.contact-module__j0Cvza__contactContainer{padding-top:12rem}}@media (min-width:769px) and (max-width:1199px){.contact-module__j0Cvza__contactContainer{padding-top:10rem}}@media (max-width:768px){.contact-module__j0Cvza__contactContainer{padding-top:6rem}.contact-module__j0Cvza__heroTitle{font-size:2.5rem}.contact-module__j0Cvza__heroSubtitle{font-size:1.125rem}.contact-module__j0Cvza__hero{padding:1rem 1rem 2rem}.contact-module__j0Cvza__contactForm{padding:1rem 1rem 4rem}.contact-module__j0Cvza__form{padding:2rem 1.5rem}.contact-module__j0Cvza__formRow{grid-template-columns:1fr;gap:1.5rem}.contact-module__j0Cvza__successTitle{font-size:2rem}.contact-module__j0Cvza__successMessage{font-size:1.125rem}.contact-module__j0Cvza__floatingElement{display:none}}@media (max-width:480px){.contact-module__j0Cvza__contactContainer{padding-top:5rem}.contact-module__j0Cvza__heroTitle{font-size:2rem}.contact-module__j0Cvza__hero{padding:1rem 1rem 1.5rem}.contact-module__j0Cvza__contactForm{padding:1rem 1rem 3rem}.contact-module__j0Cvza__form{padding:1.5rem 1rem}}
