.heroSection{background:linear-gradient(135deg,#0f2e2c 0%,#1a3c39 50%,#0f2e2c 100%);width:100%;min-height:100vh;position:relative;overflow:hidden}.gradientElipse{opacity:.8;z-index:0;filter:blur(120px);background:radial-gradient(circle,#e8f8f0);width:516px;height:516px;position:absolute}.elipse1{opacity:.7;z-index:0;background:linear-gradient(45deg,#81c784,#66bb6a);border-radius:50%;width:516px;height:516px;position:absolute;bottom:-200px;left:-200px}.elipse2{opacity:.6;z-index:0;background:linear-gradient(45deg,#81c784,#66bb6a);border-radius:50%;width:516px;height:516px;position:absolute;top:-100px;right:-100px}.blurContainer{z-index:1;flex-direction:column;justify-content:flex-start;align-items:center;min-height:100vh;padding:100px 0 0;display:flex;position:relative}h1{text-align:center}.contactPage{background:linear-gradient(135deg,#0f2e2c 0%,#1a3c39 50%,#0f2e2c 100%);flex-direction:column;min-height:100vh;padding:0;display:flex}.containerContact{z-index:2;max-width:100%;margin-bottom:40px;padding:0 20px;position:relative}.containerContact h1{text-align:center;color:#fff;text-shadow:0 4px 20px #00a86b4d;background:linear-gradient(135deg,#fff 0%,#e0e0e0 100%);-webkit-text-fill-color:transparent;background-clip:text;margin-top:0;margin-bottom:32px;padding:0 15px;font-family:Lexend,sans-serif;font-size:48px;font-weight:800;line-height:1.1;position:relative}.containerContact h1:after{content:"";background:linear-gradient(90deg,#00a86b,#66bb6a);border-radius:2px;width:80px;height:4px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%);box-shadow:0 2px 10px #00a86b66}.containerContact h2{color:#e0e0e0;text-align:center;opacity:.9;text-shadow:0 2px 10px #0000004d;max-width:700px;margin-bottom:0;margin-left:auto;margin-right:auto;padding:0 20px;font-family:Lexend,sans-serif;font-size:18px;font-weight:400;line-height:1.7}.contact-wrapper{flex-direction:column;align-items:stretch;gap:30px;width:min(100%,900px);max-width:900px;margin:0 auto;padding:0 20px;display:flex}.contact-info{background:#ffffff0d;border:2px solid #ffffff1a;border-radius:16px;flex-direction:column;gap:20px;margin-top:0;padding:30px;transition:all .3s;display:flex}.contact-info:hover{background:#ffffff14;border-color:#00a86b4d}.contact-info h3{color:#00ffae;text-align:left;margin:0 0 10px;font-family:Lexend,sans-serif;font-size:22px;font-weight:600}.info-item{color:#e0e0e0;text-align:left;flex-direction:column;gap:5px;font-family:Lexend,sans-serif;font-size:15px;line-height:1.6;display:flex}.info-item strong{color:#00ffae;font-weight:600}.info-item a{color:#e0e0e0;text-decoration:none;transition:color .3s}form{flex-direction:column;flex:1;width:100%;max-width:100%;display:flex}form .form-group{flex-direction:column;width:100%;margin-bottom:0;display:flex}form label{color:#fff;text-align:left;margin-top:16px;margin-bottom:6px;font-family:Lexend,sans-serif;font-size:16px;font-weight:600}form input{color:#fff;box-sizing:border-box;background:#ffffff1a;border:2px solid #fff3;border-radius:8px;width:100%;margin-top:2px;margin-bottom:0;padding:12px 16px;font-size:16px;transition:all .3s}.field-error{color:#ff4757;opacity:0;height:0;margin-top:0;margin-bottom:0;padding:0;font-family:Lexend,sans-serif;font-size:14px;line-height:1.2;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.field-error.show{opacity:1;height:auto;min-height:20px;margin-top:4px;margin-bottom:4px}form .form-group:first-child label,form>label:first-child{margin-top:0}form input:focus{background:#ffffff26;border-color:#00a86b;outline:none;transform:translateY(-1px);box-shadow:0 4px 12px #00a86b33}form textarea:not(.textarea-container textarea){resize:none;color:#fff;box-sizing:border-box;background:#ffffff1a;border:2px solid #fff3;border-radius:8px;min-height:100px;margin-bottom:0;padding:14px 16px;font-family:Lexend,sans-serif;font-size:16px;transition:all .3s;overflow:hidden}form textarea:not(.textarea-container textarea):focus{background:#ffffff26;border-color:#00a86b;outline:none;transform:translateY(-1px);box-shadow:0 4px 12px #00a86b33}.textarea-container{margin-bottom:0;transition:all .3s;position:relative}.textarea-container.focused{transform:translateY(-2px)}.textarea-container textarea{color:#fff;resize:none;box-sizing:border-box;background:#ffffff1a;border:2px solid #fff3;border-radius:8px;width:100%;min-height:60px;max-height:300px;margin-top:4px;padding:12px 16px;font-family:Lexend,sans-serif;font-size:16px;line-height:1.5;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden;box-shadow:0 2px 8px #0000001a}.textarea-container textarea:focus{background:#ffffff26;border-color:#00a86b;outline:none;transform:translateY(-1px);box-shadow:0 8px 25px #00a86b40}.textarea-container textarea::placeholder{color:#fff9;font-weight:400;transition:color .3s}.textarea-container.focused textarea::placeholder{color:#fff6;transform:translateY(-2px)}.textarea-footer{opacity:.8;justify-content:space-between;align-items:center;margin-top:8px;padding:0 4px;transition:opacity .3s;display:flex}.textarea-container.focused .textarea-footer{opacity:1}.character-counter{color:#ffffffb3;align-items:center;gap:4px;font-family:Lexend,sans-serif;font-size:12px;font-weight:500;transition:all .3s;display:flex}.character-counter .max-count{color:#fff9}.character-counter .counter-label{color:#ffffff80;text-transform:uppercase;letter-spacing:.5px;font-size:11px}.textarea-indicators{align-items:center;gap:8px;display:flex}.typing-indicator{opacity:0;gap:3px;transition:opacity .3s;display:flex}.typing-indicator.active{opacity:1}.typing-indicator .dot{background-color:#00a86b;border-radius:50%;width:4px;height:4px;animation:1.4s ease-in-out infinite typing}.typing-indicator .dot:first-child{animation-delay:-.32s}.typing-indicator .dot:nth-child(2){animation-delay:-.16s}.typing-indicator .dot:nth-child(3){animation-delay:0s}form button{cursor:pointer;color:#fff;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#00a86b,#00995a);border:none;border-radius:8px;margin-top:10px;padding:16px 24px;font-family:Lexend,sans-serif;font-size:16px;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #00a86b4d}form input::placeholder,form textarea::placeholder{color:#fff9;font-family:montserrat,sans-serif;font-size:14px}@media (width>=768px){.contactPage{padding:0}.blurContainer{padding:100px 30px 60px}.containerContact{margin-bottom:36px;padding:0 30px}.containerContact h1{margin-bottom:28px;padding:0 20px;font-size:56px}.containerContact h1:after{width:100px;height:5px;bottom:-12px}.containerContact h2{max-width:800px;padding:0 40px;font-size:20px}form{max-width:100%;margin-top:0}form label{margin-top:16px!important;margin-bottom:6px!important;font-size:17px!important}form input{padding:16px 18px;font-size:16px}form textarea{min-height:120px;padding:16px 18px;font-size:16px}form button{padding:18px 28px;font-size:17px}}@media (width<=767px){.containerContact{margin-bottom:60px}.blurContainer{padding:100px 0 40px}.containerContact h1{margin-top:0;margin-bottom:25px;padding:0 10px;font-size:32px}.containerContact h1:after{width:80px;height:4px;bottom:-10px}.contact-wrapper,.contact-info,form,.contact-wrapper{margin-top:0}}@media (width>=1440px){.contactPage{padding:0}.blurContainer{padding:140px 60px 80px}.containerContact{max-width:1400px;margin-bottom:80px;padding:0 80px}.containerContact h1{margin-bottom:120px;font-size:72px}.containerContact h1:after{width:140px;height:7px;bottom:-18px}form{width:min(100%,680px)}.contact-wrapper{margin-top:28px}.contact-info{margin-top:0}}@media (width>=1024px){.contactPage{padding:0}.blurContainer{padding:120px 40px 80px}.containerContact{max-width:1200px;margin:0 auto 80px;padding:0 40px}.contact-wrapper{flex-direction:row-reverse;align-items:flex-start;gap:50px;max-width:980px}.contact-info{flex:0 0 360px;min-width:320px;margin-top:0}form{flex:1;flex-direction:column!important;width:100%!important;max-width:680px!important;margin:0!important;display:flex!important}.containerContact h1{margin-bottom:28px;padding:0 30px;font-size:64px}.containerContact h1:after{width:120px;height:6px;bottom:-15px}.containerContact h2{color:#e0e0e0;text-align:center;max-width:900px;margin:60px auto 0;padding:0;font-family:Lexend,sans-serif;font-size:18px;font-weight:400;line-height:1.7}form{flex-direction:column;width:min(100%,680px);max-width:none;margin:0 auto;display:flex}form label{color:#fff;font-family:Lexend,sans-serif;font-weight:600;font-size:inherit;margin-top:16px;margin-bottom:6px}form input{color:#fff;font-size:inherit;background:#ffffff1a;border:1px solid #fff3;border-radius:4px;margin-top:2px;margin-bottom:2px;padding:8px;transition:none}form input:focus{box-shadow:none;background:#ffffff26;border-color:#fff;outline:none;transform:none}form textarea{resize:none;color:#fff;min-height:80px;font-family:Lexend,sans-serif;font-size:inherit;background:#ffffff1a;border:1px solid #fff3;border-radius:4px;margin-bottom:2px;padding:8px;transition:none;overflow:hidden}form textarea:focus{box-shadow:none;background:#ffffff26;border-color:#fff;outline:none;transform:none}form button{cursor:pointer;color:#000;font-family:Lexend,sans-serif;font-weight:600;font-size:inherit;text-transform:none;letter-spacing:normal;background-color:#fff;border:0;border-radius:4px;margin-top:15px;padding:10px;transition:none}form button:hover{box-shadow:none;background-color:#f0f0f0;transform:none}}.heroSection{flex-direction:column;justify-content:center;width:100%;height:auto;min-height:100vh;display:flex;position:relative;overflow:hidden;background:linear-gradient(#f8f9fa 0%,#fff 100%)!important}.elipse1{opacity:.5!important;background:linear-gradient(45deg,#81c784,#66bb6a)!important}.elipse2{opacity:.4!important;background:linear-gradient(45deg,#81c784,#66bb6a)!important}.contact-info{background:#0000000d!important;border:2px solid #000!important}.contact-info:hover{background:#00000014!important;border:2px solid #000!important}.contact-info h3{color:#000!important}.info-item{color:#1a1a1a!important}.info-item strong{color:#00995a!important}.info-item a{color:#1a1a1a!important}.info-item a:hover{color:#00995a!important}.info-item span{color:#1a1a1a!important}.containerContact h1{background:linear-gradient(135deg,#1a1a1a 0%,#333 100%)!important;-webkit-text-fill-color:transparent!important;text-shadow:0 4px 20px #00a86b33!important;background-clip:text!important}.containerContact h1:after{background:linear-gradient(90deg,#00a86b,#66bb6a)!important;box-shadow:0 2px 10px #00a86b4d!important}.containerContact h2{color:#4a5568!important;text-shadow:0 2px 10px #0000001a!important}form label{color:#000!important;text-align:left!important;text-shadow:none!important;margin-top:16px!important;margin-bottom:6px!important;font-size:1.1em!important;font-weight:700!important}form input{color:#000!important;box-sizing:border-box!important;background:#00000014!important;border-width:2px!important;border-color:#000!important;border-radius:8px!important;margin-top:2px!important;margin-bottom:0!important;padding:12px 16px!important;font-size:16px!important;font-weight:500!important;transition:all .3s!important}form input:focus{outline:none;background:#0000001f!important;border-width:3px!important;border-color:#00a86b!important;transform:translateY(-1px)!important;box-shadow:0 0 0 3px #00a86b1a!important}form textarea{color:#000!important;box-sizing:border-box!important;background:#00000014!important;border-width:2px!important;border-color:#000!important;border-radius:8px!important;margin-top:2px!important;margin-bottom:0!important;padding:12px 16px!important;font-size:16px!important;font-weight:500!important;transition:all .3s!important}form textarea:focus{outline:none;background:#0000001f!important;border-width:3px!important;border-color:#00a86b!important;transform:translateY(-1px)!important;box-shadow:0 0 0 3px #00a86b1a!important}form button{color:#fff!important;text-transform:uppercase!important;letter-spacing:.5px!important;background:linear-gradient(135deg,#00a86b,#00995a)!important;border:none!important;border-radius:8px!important;margin-top:10px!important;font-size:16px!important;font-weight:600!important;transition:all .3s!important;box-shadow:0 4px 15px #00a86b4d!important}form button:hover{background:linear-gradient(135deg,#00b874,#00a86b)!important;transform:translateY(-2px)!important;box-shadow:0 8px 25px #00a86b66!important}form button:active{transform:translateY(0)!important;box-shadow:0 4px 15px #00a86b4d!important}form input::placeholder,form textarea::placeholder{color:#666!important;opacity:1!important;font-weight:400!important}.textarea-container textarea{color:#000!important;box-sizing:border-box!important;background:#00000014!important;border-width:2px!important;border-color:#000!important;border-radius:8px!important;margin-top:4px!important;padding:12px 16px!important;font-size:16px!important;font-weight:500!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;box-shadow:0 2px 8px #0000001a!important}.textarea-container textarea:focus{background:#0000001f!important;border-width:3px!important;border-color:#00a86b!important;outline:none!important;transform:translateY(-2px)!important;box-shadow:0 8px 25px #00a86b40!important}.textarea-container textarea::placeholder{color:#666!important;opacity:1!important;font-weight:400!important}.character-counter{color:#000c!important}.character-counter .current-count{color:#006b4a!important;font-weight:700!important}.character-counter .separator,.character-counter .max-count{color:#000000b3!important}.character-counter .counter-label{color:#0009!important;font-weight:600!important}.typing-indicator .dot{background-color:#00a86b!important}.character-counter.warning .current-count{color:#ffa726!important;animation:1s ease-in-out pulse!important}.character-counter.danger .current-count{color:#ff7043!important;animation:.5s ease-in-out shake!important}.character-counter.limit-reached .current-count{color:#ff4757!important;animation:.6s ease-in-out bounce!important}@media (width>=768px) and (width<=1023px){.blurContainer{padding:100px 30px 60px!important}.containerContact{margin-bottom:60px!important;padding:0 30px!important}.containerContact h1{margin-bottom:80px!important;padding:0 20px!important;font-size:40px!important}form{max-width:500px!important;margin-top:20px!important}form label{margin-top:16px!important;margin-bottom:6px!important;font-size:17px!important}form input{padding:16px 18px!important;font-size:16px!important}form textarea{min-height:120px!important;padding:16px 18px!important;font-size:16px!important}form button{padding:18px 28px!important;font-size:17px!important}.contact-wrapper,.contact-info{margin-top:0!important}}@media (width>=1024px) and (width<=1439px){.blurContainer{padding:120px 40px 80px!important}.containerContact{max-width:none!important;margin-bottom:80px!important;padding:0 40px!important}.containerContact h1{text-align:center!important;background:linear-gradient(135deg,#1a1a1a 0%,#333 100%)!important;-webkit-text-fill-color:transparent!important;background-clip:text!important;margin-top:20px!important;margin-bottom:80px!important;padding:0!important;font-family:Lexend,sans-serif!important;font-size:36px!important;font-weight:800!important;line-height:1.1!important}.containerContact h1:after{background:linear-gradient(90deg,#00a86b,#66bb6a)!important;width:120px!important;height:6px!important;bottom:-15px!important;box-shadow:0 2px 10px #00a86b4d!important}.contact-wrapper,.contact-info{margin-top:0!important}form{flex-direction:column!important;width:100%!important;max-width:520px!important;margin:0!important;display:flex!important}form label{color:#000!important;text-align:left!important;margin-top:16px!important;margin-bottom:6px!important;font-family:Lexend,sans-serif!important;font-size:1.1em!important;font-weight:700!important}form input{color:#000!important;box-sizing:border-box!important;background:#00000014!important;border-width:2px!important;border-color:#000!important;border-radius:8px!important;margin-top:2px!important;margin-bottom:0!important;padding:12px 16px!important;font-size:16px!important;font-weight:500!important;transition:all .3s!important}form input:focus{background:#0000001f!important;border-width:3px!important;border-color:#00a86b!important;outline:none!important;transform:translateY(-1px)!important;box-shadow:0 0 0 3px #00a86b1a!important}form textarea{color:#000!important;box-sizing:border-box!important;background:#00000014!important;border-width:2px!important;border-color:#000!important;border-radius:8px!important;margin-top:2px!important;margin-bottom:0!important;padding:12px 16px!important;font-size:16px!important;font-weight:500!important;transition:all .3s!important}form textarea:focus{background:#0000001f!important;border-width:3px!important;border-color:#00a86b!important;outline:none!important;transform:translateY(-1px)!important;box-shadow:0 0 0 3px #00a86b1a!important}form button{color:#fff!important;text-transform:uppercase!important;letter-spacing:.5px!important;background:linear-gradient(135deg,#00a86b,#00995a)!important;border:none!important;border-radius:8px!important;font-size:16px!important;font-weight:600!important;transition:all .3s!important;box-shadow:0 4px 15px #00a86b4d!important}form button:hover{background:linear-gradient(135deg,#00b874,#00a86b)!important;transform:translateY(-2px)!important;box-shadow:0 8px 25px #00a86b66!important}form button:active{transform:translateY(0)!important;box-shadow:0 4px 15px #00a86b4d!important}form input::placeholder,form textarea::placeholder{color:#666!important;opacity:1!important;font-weight:400!important}.textarea-container textarea{color:#000!important;box-sizing:border-box!important;background:#00000014!important;border-width:2px!important;border-color:#000!important;border-radius:8px!important;width:100%!important;margin-top:4px!important;padding:12px 16px!important;font-size:16px!important;font-weight:500!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;box-shadow:0 2px 8px #0000001a!important}.textarea-container textarea:focus{background:#0000001f!important;border-width:3px!important;border-color:#00a86b!important;outline:none!important;transform:translateY(-2px)!important;box-shadow:0 8px 25px #00a86b40!important}.textarea-container textarea::placeholder{color:#666!important;opacity:1!important;font-weight:400!important}}.dark .contactPage{background:0 0!important}.dark .containerContact h1{background:linear-gradient(135deg,#fff 0%,#e0e0e0 100%)!important;-webkit-text-fill-color:transparent!important;text-shadow:0 0 20px #ffffff1a!important;background-clip:text!important}.dark .containerContact h1:after{background:linear-gradient(90deg,#00ffae,#00cc8a)!important;box-shadow:0 2px 10px #00ffae66!important}.dark .containerContact h2{color:#e0e0e0!important;text-shadow:0 2px 10px #0000004d!important}.dark .contact-intro{color:#fff!important}.dark .contact-info{background:#ffffff0d!important;border-color:#ffffff1a!important}.dark .contact-info:hover{background:#ffffff14!important;border-color:#00a86b4d!important}.dark .contact-info h3,.dark .info-item{color:#fff!important}.dark .info-item strong{color:#00ffae!important}.dark .info-item a{color:#fff!important}.dark .info-item a:hover{color:#00ffae!important}.dark .info-item span{color:#fff!important}.dark form{flex-direction:column!important;width:100%!important;max-width:520px!important;margin-left:auto!important;margin-right:auto!important;display:flex!important}.dark form label{color:#fff!important;text-align:left!important;text-shadow:none!important;margin-top:16px!important;margin-bottom:6px!important;font-family:Lexend,sans-serif!important;font-size:1.1em!important;font-weight:700!important}.dark form textarea:not(.textarea-container textarea){color:#fff!important;box-sizing:border-box!important;background:#ffffff14!important;border-width:2px!important;border-color:#ffffff4d!important;border-radius:8px!important;padding:12px 16px!important;font-size:16px!important;font-weight:500!important;transition:all .3s!important}.dark form textarea:not(.textarea-container textarea):focus{background:#ffffff1f!important;border-width:3px!important;border-color:#00a86b!important;outline:none!important;transform:translateY(-1px)!important;box-shadow:0 0 0 3px #00a86b1a!important}.dark .textarea-container{margin-bottom:0!important;transition:all .3s!important;position:relative!important}.dark .textarea-container textarea{color:#fff!important;resize:none!important;box-sizing:border-box!important;background:#ffffff14!important;border:2px solid #ffffff4d!important;border-radius:8px!important;width:100%!important;margin-top:4px!important;padding:12px 16px!important;font-family:Lexend,sans-serif!important;font-size:16px!important;line-height:1.5!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;overflow:hidden!important;box-shadow:0 2px 8px #0000004d!important}.dark .textarea-container textarea::placeholder{color:#fff9!important;font-weight:400!important;transition:color .3s!important}.dark .textarea-footer{opacity:.8!important;justify-content:space-between!important;align-items:center!important;margin-top:8px!important;padding:0 4px!important;transition:opacity .3s!important;display:flex!important}.dark .character-counter{color:#ffffffb3!important;align-items:center!important;gap:4px!important;font-family:Lexend,sans-serif!important;font-size:12px!important;font-weight:500!important;transition:all .3s!important;display:flex!important}.dark .character-counter .current-count{color:#00a86b!important;font-weight:600!important}.dark .character-counter .separator{color:#ffffff80!important}.dark .character-counter .max-count{color:#fff9!important}.dark .character-counter .counter-label{color:#ffffff80!important;text-transform:uppercase!important;letter-spacing:.5px!important;font-size:11px!important}.dark .textarea-indicators{align-items:center!important;gap:8px!important;display:flex!important}.dark .typing-indicator{opacity:0!important;gap:3px!important;transition:opacity .3s!important;display:flex!important}.dark .typing-indicator.active{opacity:1!important}.dark .typing-indicator .dot{background-color:#00a86b!important;border-radius:50%!important;width:4px!important;height:4px!important;animation:1.4s ease-in-out infinite typing!important}.dark .typing-indicator .dot:first-child{animation-delay:-.32s!important}.dark .typing-indicator .dot:nth-child(2){animation-delay:-.16s!important}.dark .typing-indicator .dot:nth-child(3){animation-delay:0s!important}.dark form input::placeholder,.dark form textarea::placeholder{color:#fff9!important;font-family:montserrat,sans-serif!important;font-size:14px!important}@media (width>=768px) and (width<=1023px){.dark .blurContainer{padding:100px 30px 60px!important}.dark .containerContact{margin-bottom:60px!important;padding:0 30px!important}.dark .containerContact h1{margin-bottom:80px!important;padding:0 20px!important;font-size:40px!important}.dark form{max-width:500px!important;margin-top:30px!important}.dark form label{margin-top:16px!important;margin-bottom:6px!important;font-size:17px!important}.dark form input{padding:16px 18px!important;font-size:16px!important}.dark form textarea{min-height:120px!important;padding:16px 18px!important;font-size:16px!important}.dark form button{font-size:17px!important}.dark .contact-wrapper{margin-top:52px!important}.dark .contact-info{margin-top:63px!important}}.dark form label{color:#fff!important;margin-top:16px!important;margin-bottom:6px!important;font-family:Lexend,sans-serif!important;font-size:1.1em!important;font-weight:700!important}.dark form input{color:#fff!important;box-sizing:border-box!important;background:#ffffff14!important;border-width:2px!important;border-color:#ffffff4d!important;border-radius:8px!important;padding:12px 16px!important;font-size:16px!important;font-weight:500!important;transition:all .3s!important}.dark form input:focus{background:#ffffff1f!important;border-width:3px!important;border-color:#00a86b!important;outline:none!important;transform:translateY(-1px)!important;box-shadow:0 0 0 3px #00a86b1a!important}.dark form textarea{color:#fff!important;box-sizing:border-box!important;background:#ffffff14!important;border-width:2px!important;border-color:#ffffff4d!important;border-radius:8px!important;padding:12px 16px!important;font-size:16px!important;font-weight:500!important;transition:all .3s!important}.dark form textarea:focus{background:#ffffff1f!important;border-width:3px!important;border-color:#00a86b!important;outline:none!important;transform:translateY(-1px)!important;box-shadow:0 0 0 3px #00a86b1a!important}.dark form button{color:#fff!important;text-transform:uppercase!important;letter-spacing:.5px!important;background:linear-gradient(135deg,#00a86b,#00995a)!important;border:none!important;border-radius:8px!important;font-size:16px!important;font-weight:600!important;transition:all .3s!important;box-shadow:0 4px 15px #00a86b4d!important}.dark form button:hover{background:linear-gradient(135deg,#00b874,#00a86b)!important;transform:translateY(-2px)!important;box-shadow:0 8px 25px #00a86b66!important}.dark form button:active{transform:translateY(0)!important;box-shadow:0 4px 15px #00a86b4d!important}.dark form input::placeholder,.dark form textarea::placeholder{color:#fff9!important;opacity:1!important;font-weight:400!important}.dark .textarea-container textarea{color:#fff!important;box-sizing:border-box!important;background:#ffffff14!important;border-width:2px!important;border-color:#ffffff4d!important;border-radius:8px!important;width:100%!important;margin-top:4px!important;padding:12px 16px!important;font-size:16px!important;font-weight:500!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;box-shadow:0 2px 8px #0000004d!important}.dark .textarea-container textarea:focus{background:#ffffff1f!important;border-width:3px!important;border-color:#00a86b!important;outline:none!important;transform:translateY(-2px)!important;box-shadow:0 8px 25px #00a86b40!important}.dark .textarea-container textarea::placeholder{color:#fff9!important;opacity:1!important;font-weight:400!important}@media (width>=1024px) and (width<=1439px){.dark .contact-wrapper{margin-top:52px!important}.dark .contact-info{margin-top:63px!important}.dark form{margin-top:40px!important}}@media (width>=1440px){.dark .blurContainer{padding:140px 60px 80px!important}.dark .containerContact{margin-bottom:80px!important}.dark .contact-wrapper{margin-top:52px!important}.dark .contact-info{margin-top:70px!important}.dark form{margin-top:45px!important}}.modal{z-index:1000;backdrop-filter:blur(5px);background-color:#000c;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.modal-content{background-color:#0f2e2c;border:2px solid #1a3c39;border-radius:12px;width:90%;max-width:500px;animation:.3s ease-out modalSlideIn;position:relative;top:0;left:0;transform:none;box-shadow:0 20px 40px #00000080}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.8)translateY(-20px)}to{opacity:1;transform:scale(1)translateY(0)}}.modal-header{border-bottom:1px solid #1a3c39;justify-content:space-between;align-items:center;padding:20px;display:flex}.modal-header h3{color:#fff;margin:0;font-family:Lexend,sans-serif;font-size:24px;font-weight:600}.close{color:#aaa;cursor:pointer;font-size:28px;font-weight:700;transition:color .3s}.modal-body{padding:20px}.modal-body p{color:#fff;margin:0;font-family:Lexend,sans-serif;font-size:16px;line-height:1.5}.modal-footer{text-align:right;border-top:1px solid #1a3c39;padding:20px}.btn-close{color:#0f2e2c;cursor:pointer;background-color:#00ffae;border:none;border-radius:4px;padding:10px 20px;font-family:Lexend,sans-serif;font-weight:600;transition:all .3s}.btn-close:hover{background-color:#00e695;transform:translateY(-1px)}form button:disabled{cursor:not-allowed;box-shadow:none;background-color:#666;transform:none}form button:disabled:hover{box-shadow:none;background-color:#666;transform:none}@media (width<=768px){.modal-content{width:95%;margin:20px}}body.modal-open{overflow:hidden}@keyframes typing{0%,80%,to{opacity:.5;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-2px)}75%{transform:translate(2px)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-4px)}60%{transform:translateY(-2px)}}.modal{background-color:#0009!important}.modal-content{background-color:#fff!important;border-color:#e0e0e0!important;box-shadow:0 20px 40px #00000026!important}.modal-header{border-bottom-color:#e0e0e0!important}.modal-header h3{color:#1a1a1a!important}.close{color:#666!important}.close:hover{color:#00a86b!important}.modal-body p{color:#333!important}.modal-footer{border-top-color:#e0e0e0!important}.btn-close{color:#fff!important;background-color:#00a86b!important}.btn-close:hover{background-color:#00995a!important}.dark .modal{background-color:#000c!important}.dark .modal-content{background-color:#0f2e2c!important;border-color:#1a3c39!important;box-shadow:0 20px 40px #00000080!important}.dark .modal-header{border-bottom-color:#1a3c39!important}.dark .modal-header h3{color:#fff!important}.dark .close{color:#aaa!important}.dark .close:hover{color:#00ffae!important}.dark .modal-body p{color:#fff!important}.dark .modal-footer{border-top-color:#1a3c39!important}.dark .btn-close{color:#0f2e2c!important;background-color:#00ffae!important}.dark .btn-close:hover{background-color:#00e695!important}.dark .textarea-container.focused{transform:translateY(-2px)!important}.dark .textarea-container.focused .textarea-footer{opacity:1!important}.dark .textarea-container.focused textarea::placeholder{color:#fff6!important;transform:translateY(-2px)!important}.dark .character-counter.warning .current-count{color:#ffa726!important;animation:1s ease-in-out pulse!important}.dark .character-counter.danger .current-count{color:#ff7043!important;animation:.5s ease-in-out shake!important}.dark .character-counter.limit-reached .current-count{color:#ff4757!important;animation:.6s ease-in-out bounce!important}.dark .typing-indicator .dot{background-color:#00a86b!important}.dark form input:hover,.dark form textarea:hover,.dark .textarea-container textarea:hover{background:#ffffff1f!important;border-color:#ffffff4d!important}.dark form button:disabled{cursor:not-allowed!important;box-shadow:none!important;background-color:#666!important;border-color:#666!important;transform:none!important}.dark form button:disabled:hover{box-shadow:none!important;background-color:#666!important;border-color:#666!important;transform:none!important}.heroSection{background:#f8f9fa!important}.gradientElipse{opacity:.8!important;background:radial-gradient(circle,#4caf50,#388e3c)!important}.gradientElipse.elipse1{opacity:.7!important;background:linear-gradient(45deg,#2e7d32,#1b5e20,#0d4a14)!important}.gradientElipse.elipse2{opacity:.6!important;background:linear-gradient(45deg,#2e7d32,#1b5e20,#0d4a14)!important}.dark .heroSection{background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 50%,#0a0a0a 100%)!important}.dark .gradientElipse{opacity:.3!important;background:radial-gradient(circle,#00ffae)!important}.dark .gradientElipse.elipse1{opacity:.4!important;background:linear-gradient(45deg,#00ffae,#00cc8a)!important}.dark .gradientElipse.elipse2{background:linear-gradient(circle, #00ffae, #00cc8a)!important;opacity:.3!important}:root:not(.dark) .heroSection{background:linear-gradient(#f8f9fa 0%,#fff 100%)!important}:root:not(.dark) .blurContainer{padding-top:80px!important;padding-bottom:40px!important}@media (width>=768px) and (width<=1023px){:root:not(.dark) .blurContainer{padding-top:100px!important;padding-bottom:60px!important}}@media (width>=1024px) and (width<=1439px){:root:not(.dark) .blurContainer{padding-top:120px!important;padding-bottom:80px!important}}@media (width>=1440px){:root:not(.dark) .blurContainer{padding-top:140px!important;padding-bottom:80px!important}}:root:not(.dark) .gradientElipse{opacity:.8!important;background:radial-gradient(circle,#e8f8f0)!important}:root:not(.dark) .gradientElipse.elipse1{opacity:.5!important;background:linear-gradient(45deg,#81c784,#66bb6a)!important}:root:not(.dark) .gradientElipse.elipse2{opacity:.4!important;background:linear-gradient(45deg,#81c784,#66bb6a)!important}:root:not(.dark) .containerContact h1{background:linear-gradient(135deg,#1a1a1a 0%,#333 100%)!important;-webkit-text-fill-color:transparent!important;text-shadow:0 4px 20px #00a86b33!important;background-clip:text!important}:root:not(.dark) .containerContact h1:after{background:linear-gradient(90deg,#00a86b,#66bb6a)!important;box-shadow:0 2px 10px #00a86b4d!important}:root:not(.dark) .containerContact h2{color:#4a5568!important;text-shadow:0 2px 10px #0000001a!important}:root:not(.dark) .contact-wrapper,:root:not(.dark) .contact-info,:root:not(.dark) form{margin-top:0!important}@media (width>=768px) and (width<=1023px){:root:not(.dark) .contact-wrapper{margin-top:0!important}:root:not(.dark) .contact-info{margin-top:55px!important}:root:not(.dark) form{margin-top:30px!important}}@media (width>=1024px) and (width<=1439px){:root:not(.dark) .contact-wrapper{margin-top:52px!important}:root:not(.dark) .contact-info{margin-top:63px!important}:root:not(.dark) form{margin-top:40px!important}}@media (width>=1440px){:root:not(.dark) .contact-wrapper{margin-top:52px!important}:root:not(.dark) .contact-info{margin-top:70px!important}:root:not(.dark) form{margin-top:45px!important}}:root:not(.dark) .contact-intro{color:#4a5568!important}:root:not(.dark) .contact-info{background:#fff!important;box-shadow:0 4px 15px #00000014!important}:root:not(.dark) .contact-info:hover{box-shadow:0 8px 25px #00a86b26!important}:root:not(.dark) .contact-info h3{color:#1a1a1a!important}:root:not(.dark) .info-item{color:#4a5568!important}:root:not(.dark) .info-item strong{color:#00a86b!important}:root:not(.dark) .info-item a{color:#4a5568!important}:root:not(.dark) .info-item a:hover{color:#00a86b!important}:root:not(.dark) .info-item span{color:#4a5568!important}:root:not(.dark) form label{color:#1a1a1a!important}:root:not(.dark) form input,:root:not(.dark) form textarea{color:#1a1a1a!important;background:#fff!important;border-color:#e0e0e0!important}:root:not(.dark) form input:focus,:root:not(.dark) form textarea:focus{background:#fff!important;border-color:#00a86b!important;box-shadow:0 0 0 3px #00a86b26!important}:root:not(.dark) .contact-submit{color:#fff!important;background:linear-gradient(135deg,#00a86b,#00995a)!important}:root:not(.dark) .contact-submit:hover{background:linear-gradient(135deg,#00b874,#00a86b)!important}@media (width<=768px){:root:not(.dark) .gradientElipse{filter:blur(80px)!important;width:300px!important;height:300px!important}:root:not(.dark) .gradientElipse.elipse1{bottom:-150px!important;left:-150px!important}:root:not(.dark) .gradientElipse.elipse2{top:-50px!important;right:-50px!important}}@media (width>=1440px){:root:not(.dark) .gradientElipse{filter:blur(150px)!important;width:600px!important;height:600px!important}:root:not(.dark) .gradientElipse.elipse1{bottom:-250px!important;left:-250px!important}:root:not(.dark) .gradientElipse.elipse2{top:-150px!important;right:-150px!important}}@media (width<=768px){.gradientElipse{filter:blur(80px)!important;width:300px!important;height:300px!important}.gradientElipse.elipse1{bottom:-150px!important;left:-150px!important}.gradientElipse.elipse2{top:-50px!important;right:-50px!important}}@media (width<=480px){.gradientElipse{filter:blur(60px)!important;width:250px!important;height:250px!important}.gradientElipse.elipse1{bottom:-100px!important;left:-100px!important}.gradientElipse.elipse2{top:-50px!important;right:-50px!important}}@media (width>=1440px){.gradientElipse{filter:blur(150px)!important;width:600px!important;height:600px!important}.gradientElipse.elipse1{bottom:-250px!important;left:-250px!important}.gradientElipse.elipse2{top:-150px!important;right:-150px!important}}@media (width>=768px){.containerContact{margin-bottom:60px}.blurContainer{padding:100px 30px 40px}}@media (width>=1024px){.containerContact{margin-bottom:80px}.blurContainer{padding:120px 40px 80px}.contactPage{min-height:auto}.contact-wrapper{margin-top:0}.contact-info{margin-top:43px}form{margin-top:30px}}@media (width>=1440px){.containerContact{margin-bottom:80px}.blurContainer{padding:140px 60px 80px}.contact-wrapper{margin-top:0}.contact-info{margin-top:50px}form{margin-top:35px}}.contact-wrapper,form,.dark form{width:100%}@media (width<=767px){.containerContact{margin-bottom:32px!important}.contact-wrapper{margin-top:16px!important}}@media (width>=768px){.containerContact{margin-bottom:36px!important}.containerContact h1{margin-bottom:28px!important}.contact-wrapper{margin-top:0!important}form{max-width:520px!important;margin-top:0!important}.dark form{max-width:520px!important}}@media (width>=1024px){.contact-wrapper{align-items:flex-start!important;max-width:980px!important}.contact-info{flex:0 0 360px!important;min-width:320px!important;margin-top:0!important}form{width:min(100%,520px)!important;max-width:520px!important;margin:0!important}.dark form{width:min(100%,520px)!important;max-width:520px!important}}@media (width>=1440px){.contact-wrapper{margin-top:28px!important}}.form-group[data-astro-cid-ce25sjor]{flex-direction:column;width:100%;margin-bottom:0;display:flex}.field-error[data-astro-cid-ce25sjor]{color:#ff4757;opacity:0;height:0;margin-top:0;font-family:Lexend,sans-serif;font-size:14px;line-height:normal;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.field-error[data-astro-cid-ce25sjor].show{opacity:1;height:auto;min-height:20px;margin-top:4px}
