.hero{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;color:#fff;padding:3rem 1.5rem;position:relative;margin-top:-5rem}.hero:before{width:320px;left:35%;transform:translate(-50%,-50%) rotate(-12deg);max-width:50vw}.hero:after,.hero:before{content:"";position:absolute;height:clamp(900px,120vh,1800px);background:linear-gradient(180deg,#35a29f,transparent);filter:blur(100px);top:50%;z-index:-1;pointer-events:none;border-radius:140px}.hero:after{width:250px;left:65%;transform:translate(-50%,-50%) rotate(12deg)}.hero-title{width:90%;font-size:clamp(1rem,4vw,3.7rem);line-height:1.1;margin-bottom:1.5rem;text-align:center;background:#FFFFFF;background:linear-gradient(180deg,rgba(255,255,255,1),rgba(152,253,237,1));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-top:2.5rem}.hero-description,.hero-title{font-weight:700;position:relative;z-index:2}.hero-description{font-size:1.3rem;margin-bottom:2rem;text-align:center;color:#e0e0e0}.hero-overlap-wrapper{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.hero-counter{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:95vw;height:60vh;max-width:1800px;max-height:400px;font-weight:700;color:rgba(10,102,105,1);z-index:1;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;background:#0A6669;background:linear-gradient(90deg,rgba(10,102,105,1),rgba(53,162,159,1));background-clip:text;-webkit-background-clip:text;overflow:visible}.hero-actions{display:flex;gap:1.5rem;justify-content:center;margin-top:1.5rem}.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;opacity:.2}@media (max-width:1024px){.hero{padding:2.5rem 1.2rem;margin-top:-3rem;min-height:55vh}.hero:before{left:35%}.hero:after,.hero:before{width:280px;height:clamp(700px,100vh,1400px);filter:blur(80px);max-width:50vw}.hero:after{left:65%}.hero-title{margin-bottom:1.2rem}.hero-description{font-size:1.2rem;margin-bottom:1.8rem}}@media (max-width:768px){.hero{padding:2rem 1rem;margin-top:-2rem;min-height:50vh}.hero:before{width:220px;left:35%;max-width:45vw}.hero:after,.hero:before{height:clamp(500px,80vh,1000px);filter:blur(60px)}.hero:after{width:200px;left:65%}.hero-title{margin-bottom:1rem}.hero-description{font-size:1.1rem;margin-bottom:1.5rem}.hero-actions{gap:1.2rem;margin-top:1.2rem}.hero-counter{top:calc(-3rem + 3vw)}}@media (max-width:640px){.hero{padding:1.8rem .8rem;margin-top:-1rem;min-height:45vh}.hero:before{width:180px;left:35%;max-width:40vw}.hero:after,.hero:before{height:clamp(400px,70vh,800px);filter:blur(50px)}.hero:after{width:160px;left:65%}.hero-title{margin-bottom:.8rem;margin-top:1rem}.hero-description{font-size:1rem;margin-bottom:1.2rem}.hero-actions{flex-direction:column;gap:1rem;margin-top:1rem}}@media (max-width:480px){.hero{padding:1.2rem .5rem;margin-top:.5rem;min-height:40vh}.hero:before{width:140px;left:35%;max-width:35vw}.hero:after,.hero:before{height:clamp(300px,60vh,600px);filter:blur(40px)}.hero:after{width:120px;left:65%}.hero-title{font-size:1.4rem;margin-top:.5rem;margin-bottom:.7rem}.hero-description{font-size:.95rem;margin-bottom:1rem}.hero-actions{flex-direction:column;gap:.7rem;margin-top:1rem}}@media (max-width:360px){.hero{padding:1rem .4rem;min-height:35vh}.hero:before{width:100px;left:35%;max-width:30vw}.hero:after,.hero:before{height:clamp(250px,50vh,500px);filter:blur(30px)}.hero:after{width:90px;left:65%}.hero-title{font-size:1.2rem;margin-bottom:.5rem}.hero-description{font-size:.9rem;margin-bottom:.8rem}.hero-actions{gap:.6rem}}