@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap);.hero{padding:0!important;display:block!important;background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.7)),url('../img/hero-background.webp');background-size:cover;background-position:center;background-attachment:fixed;position:relative;overflow:hidden}.hero-slider{position:relative;width:100%;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;z-index:1;padding:2rem;will-change:transform,opacity,clip-path,filter}.hero-slide.active{opacity:1;visibility:visible;z-index:3;animation:slideInHighImpact 1.4s cubic-bezier(.77,0,.175,1) forwards}.hero-slide.leaving{opacity:0;visibility:visible;z-index:2;animation:slideOutHighImpact 1.4s cubic-bezier(.77,0,.175,1) forwards}@keyframes slideInHighImpact{0%{clip-path:polygon(100% 0,100% 0,100% 100%,100% 100%);transform:scale(1.1) translateX(30px);filter:blur(20px);opacity:0}100%{clip-path:polygon(0 0,100% 0,100% 100%,0 100%);transform:scale(1) translateX(0);filter:blur(0);opacity:1}}@keyframes slideOutHighImpact{0%{transform:scale(1);filter:blur(0);opacity:1}100%{transform:scale(.9) translateX(-30px);filter:blur(15px);opacity:0}}.hero-content{max-width:900px;text-align:center;text-shadow:0 5px 15px rgba(0,0,0,.4);margin-top:-5rem}.hero-slide.active .hero-content{animation:contentFadeIn 1s ease-out .4s both}@keyframes contentFadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-title{font-family:Inter,sans-serif;font-size:clamp(2.5rem, 6vw, 4rem)!important;font-weight:800;letter-spacing:-1px;margin-bottom:1.5rem!important;animation:none!important;opacity:1!important}.hero-slide.active .hero-title{animation:fontWeightGrow 1.5s cubic-bezier(.25,1,.5,1) .4s both!important}@keyframes fontWeightGrow{0%{font-weight:200}100%{font-weight:800}}.hero-subtitle{font-size:clamp(1.1rem, 2.5vw, 1.5rem)!important;font-weight:500!important;margin-bottom:2rem!important;animation:none!important;opacity:1!important;color:rgba(255,255,255,.95)}.hero-slide .text-highlight{color:#08f;font-weight:700;text-shadow:0 0 20px rgba(0,136,255,.4)}.hero-commitment{margin-top:2rem;font-size:1.1rem;line-height:1.6;color:rgba(255,255,255,.9);max-width:800px;margin-left:auto;margin-right:auto}.hero-closer{margin-top:1.5rem;font-weight:700;letter-spacing:.5px;color:var(--secondary-color)}.slider-nav{position:absolute;bottom:5rem;left:50%;transform:translateX(-50%);display:flex;gap:1rem;z-index:10}.slider-dot{width:12px;height:12px;border-radius:50%;background:rgba(255,255,255,.3);cursor:pointer;transition:all .3s ease;border:2px solid transparent}.slider-dot.active{background:var(--secondary-color);transform:scale(1.2);box-shadow:0 0 10px rgba(255,255,255,.5)}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease;backdrop-filter:blur(5px)}.slider-arrow:hover{background:rgba(255,255,255,.2);transform:translateY(-50%) scale(1.1)}.slider-arrow-prev{left:2rem}.slider-arrow-next{right:2rem}.hero-stats{position:absolute;bottom:3rem;left:50%;transform:translateX(-50%);width:90%;max-width:900px;display:flex;justify-content:space-around;align-items:center;z-index:5;padding:1.5rem 2rem;background:rgba(255,255,255,.05);backdrop-filter:blur(15px);border-radius:24px;border:1px solid rgba(255,255,255,.1);box-shadow:0 10px 30px rgba(0,0,0,.2)}.stat-item{text-align:center;padding:0 1rem}.stat-value{font-size:2.2rem;font-weight:800;color:#fff;line-height:1;margin-bottom:.2rem}.stat-label{font-size:.75rem;text-transform:uppercase;letter-spacing:1.5px;color:rgba(255,255,255,.5);font-weight:600}@media (max-width:768px){.hero-content{padding:0 1.5rem;margin-top:-80px}.hero-title{font-size:clamp(1.8rem, 8vw, 2.5rem)!important;line-height:1.2!important;margin-bottom:1rem!important}.hero-subtitle{font-size:1rem!important;margin-bottom:1.5rem!important}.hero-commitment{font-size:.9rem;margin-top:1rem;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.hero-closer{font-size:.9rem;margin-top:1rem}.slider-arrow{display:none}.hero-stats{bottom:1.5rem;padding:1rem;width:95%;border-radius:16px;flex-wrap:wrap;gap:.5rem;backdrop-filter:blur(10px)}.stat-item{flex:1 1 40%;padding:.5rem}.stat-value{font-size:1.4rem}.stat-label{font-size:.6rem;letter-spacing:1px}.slider-nav{display:none}}@media (max-width:480px){.hero-commitment{display:none}.hero-title{font-size:1.75rem!important}}