.SendEmail-module__7fwePa__emailForm{background:linear-gradient(135deg,#1cb5e0 0%,#000851 100%);justify-content:center;align-items:center;min-height:100vh;margin-top:6rem;padding:2rem;display:flex;position:relative;overflow:hidden}.SendEmail-module__7fwePa__backgroundShapes{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.SendEmail-module__7fwePa__shape1,.SendEmail-module__7fwePa__shape2,.SendEmail-module__7fwePa__shape3{background:rgba(255,255,255,.1);border-radius:50%;animation:6s ease-in-out infinite SendEmail-module__7fwePa__float;position:absolute}.SendEmail-module__7fwePa__shape1{width:200px;height:200px;animation-delay:0s;top:10%;left:5%}.SendEmail-module__7fwePa__shape2{width:150px;height:150px;animation-delay:2s;top:60%;right:10%}.SendEmail-module__7fwePa__shape3{width:100px;height:100px;animation-delay:4s;bottom:20%;left:15%}.SendEmail-module__7fwePa__formContainer{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1;background:rgba(255,255,255,.95);border:1px solid rgba(255,255,255,.2);border-radius:24px;width:100%;max-width:800px;padding:3rem;position:relative;box-shadow:0 25px 50px rgba(0,0,0,.15),0 0 0 1px rgba(255,255,255,.1)}.SendEmail-module__7fwePa__formHeader{text-align:center;margin-bottom:3rem}.SendEmail-module__7fwePa__headerIcon{color:#fff;background:linear-gradient(135deg,#1cb5e0 0%,#000851 100%);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;font-size:2rem;display:flex;box-shadow:0 10px 30px rgba(102,126,234,.3)}.SendEmail-module__7fwePa__title{color:#2d3748;background:linear-gradient(135deg,#1cb5e0 0%,#000851 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.SendEmail-module__7fwePa__subtitle{color:#718096;max-width:500px;margin:0 auto;font-size:1.1rem;line-height:1.6}.SendEmail-module__7fwePa__statusMessage{border-radius:16px;align-items:center;gap:1rem;margin-bottom:2rem;padding:1.5rem;animation:.5s cubic-bezier(.4,0,.2,1) SendEmail-module__7fwePa__slideIn;display:flex;position:relative;overflow:hidden}.SendEmail-module__7fwePa__statusMessage.SendEmail-module__7fwePa__success{color:#fff;background:linear-gradient(135deg,#48bb78 0%,#38a169 100%)}.SendEmail-module__7fwePa__statusMessage.SendEmail-module__7fwePa__error{color:#fff;background:linear-gradient(135deg,#f56565 0%,#e53e3e 100%)}.SendEmail-module__7fwePa__statusIcon{flex-shrink:0;font-size:1.5rem}.SendEmail-module__7fwePa__statusContent h4{margin:0 0 .25rem;font-weight:600}.SendEmail-module__7fwePa__statusContent p{opacity:.9;margin:0;font-size:.95rem}.SendEmail-module__7fwePa__statusProgress{background:rgba(255,255,255,.5);height:3px;animation:3s linear SendEmail-module__7fwePa__progress;position:absolute;bottom:0;left:0}.SendEmail-module__7fwePa__form{flex-direction:column;gap:2rem;display:flex}.SendEmail-module__7fwePa__formGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.SendEmail-module__7fwePa__formGroup{flex-direction:column;gap:.5rem;display:flex}.SendEmail-module__7fwePa__formGroup:last-of-type{grid-column:1/-1}.SendEmail-module__7fwePa__inputContainer,.SendEmail-module__7fwePa__textareaContainer{position:relative}.SendEmail-module__7fwePa__inputIcon,.SendEmail-module__7fwePa__textareaIcon{color:#a0aec0;z-index:2;transition:all .3s;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.SendEmail-module__7fwePa__textareaIcon{top:1.5rem;transform:none}.SendEmail-module__7fwePa__inputIcon.SendEmail-module__7fwePa__focused,.SendEmail-module__7fwePa__textareaIcon.SendEmail-module__7fwePa__focused{color:#667eea}.SendEmail-module__7fwePa__input,.SendEmail-module__7fwePa__select,.SendEmail-module__7fwePa__textarea{background:#fff;border:2px solid #e2e8f0;border-radius:12px;width:100%;padding:1rem 1rem 1rem 3rem;font-family:inherit;font-size:1rem;transition:all .3s;position:relative}.SendEmail-module__7fwePa__textarea{resize:vertical;min-height:140px;padding-top:1.5rem}.SendEmail-module__7fwePa__select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23a0aec0'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1rem}.SendEmail-module__7fwePa__input:focus,.SendEmail-module__7fwePa__select:focus,.SendEmail-module__7fwePa__textarea:focus{border-color:#011a8b;outline:none;transform:translateY(-2px);box-shadow:0 0 0 3px rgba(102,126,234,.1)}.SendEmail-module__7fwePa__inputError{border-color:#e53e3e!important;box-shadow:0 0 0 3px rgba(229,62,62,.1)!important}.SendEmail-module__7fwePa__floatingLabel{color:#a0aec0;pointer-events:none;z-index:1;background:#fff;padding:0 .5rem;transition:all .3s;position:absolute;top:50%;left:3rem;transform:translateY(-50%)}.SendEmail-module__7fwePa__input:focus+.SendEmail-module__7fwePa__floatingLabel,.SendEmail-module__7fwePa__input:not(:placeholder-shown)+.SendEmail-module__7fwePa__floatingLabel,.SendEmail-module__7fwePa__select:focus+.SendEmail-module__7fwePa__floatingLabel,.SendEmail-module__7fwePa__select:not([value=""])+.SendEmail-module__7fwePa__floatingLabel,.SendEmail-module__7fwePa__textarea:focus+.SendEmail-module__7fwePa__floatingLabel,.SendEmail-module__7fwePa__textarea:not(:placeholder-shown)+.SendEmail-module__7fwePa__floatingLabel{color:#07239e;font-size:.8rem;font-weight:600;top:0}.SendEmail-module__7fwePa__textarea+.SendEmail-module__7fwePa__floatingLabel{top:1.5rem}.SendEmail-module__7fwePa__textarea:focus+.SendEmail-module__7fwePa__floatingLabel,.SendEmail-module__7fwePa__textarea:not(:placeholder-shown)+.SendEmail-module__7fwePa__floatingLabel{top:-.5rem}.SendEmail-module__7fwePa__errorText{color:#e53e3e;margin-top:.25rem;font-size:.875rem;font-weight:500}.SendEmail-module__7fwePa__charCount{text-align:right;color:#a0aec0;margin-top:.25rem;font-size:.875rem}.SendEmail-module__7fwePa__submitButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1cb5e0 0%,#000851 100%);border:none;border-radius:16px;margin-top:1rem;padding:1.25rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .3s;position:relative;overflow:hidden}.SendEmail-module__7fwePa__buttonContent{z-index:2;justify-content:center;align-items:center;gap:.75rem;display:flex;position:relative}.SendEmail-module__7fwePa__buttonIcon{transition:transform .3s}.SendEmail-module__7fwePa__submitButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 20px 40px rgba(102,126,234,.4),0 0 0 1px rgba(255,255,255,.1)}.SendEmail-module__7fwePa__submitButton:hover:not(:disabled) .SendEmail-module__7fwePa__buttonIcon{transform:translate(3px)}.SendEmail-module__7fwePa__submitButton:active:not(:disabled){transform:translateY(0)}.SendEmail-module__7fwePa__submitButton:disabled{opacity:.7;cursor:not-allowed;transform:none}.SendEmail-module__7fwePa__buttonShine{background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.SendEmail-module__7fwePa__submitButton:hover:not(:disabled) .SendEmail-module__7fwePa__buttonShine{left:100%}.SendEmail-module__7fwePa__spinner{border:2px solid transparent;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:1s linear infinite SendEmail-module__7fwePa__spin}.SendEmail-module__7fwePa__formFooter{text-align:center;margin-top:1rem}.SendEmail-module__7fwePa__requiredNote{color:#a0aec0;font-size:.9rem}@keyframes SendEmail-module__7fwePa__float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(180deg)}}@keyframes SendEmail-module__7fwePa__slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes SendEmail-module__7fwePa__progress{0%{width:0%}to{width:100%}}@keyframes SendEmail-module__7fwePa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:768px){.SendEmail-module__7fwePa__emailForm{padding:1rem}.SendEmail-module__7fwePa__formContainer{border-radius:20px;padding:2rem 1.5rem}.SendEmail-module__7fwePa__formGrid{grid-template-columns:1fr;gap:1.25rem}.SendEmail-module__7fwePa__title{font-size:2rem}.SendEmail-module__7fwePa__headerIcon{width:60px;height:60px;font-size:1.5rem}}@media (max-width:480px){.SendEmail-module__7fwePa__formContainer{padding:1.5rem 1rem}.SendEmail-module__7fwePa__title{font-size:1.75rem}.SendEmail-module__7fwePa__submitButton{padding:1rem 2rem;font-size:1rem}}
