.HeroSlider-module__lqYZZG__hero{height:100vh;min-height:600px;max-height:900px;position:relative;overflow:hidden}.HeroSlider-module__lqYZZG__slide{opacity:0;width:100%;height:100%;transition:opacity 1.2s;position:absolute;top:0;left:0}.HeroSlider-module__lqYZZG__active{opacity:1}.HeroSlider-module__lqYZZG__bg{background-position:50%;background-size:cover;background-color:var(--primary-dark);width:110%;height:110%;transition:transform 12s cubic-bezier(.25,.46,.45,.94);position:absolute;top:-5%;left:-5%;transform:scale(1)}.HeroSlider-module__lqYZZG__active .HeroSlider-module__lqYZZG__bg{transform:scale(1.08)}.HeroSlider-module__lqYZZG__overlay{background:linear-gradient(135deg,#01236beb 0%,#02339999 40%,#0000 70%),linear-gradient(#0000 60%,#0006 100%);width:100%;height:100%;position:absolute;top:0;left:0}.HeroSlider-module__lqYZZG__grain{z-index:2;pointer-events:none;opacity:.04;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-repeat:repeat;width:100%;height:100%;position:absolute;top:0;left:0}.HeroSlider-module__lqYZZG__shapes{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.HeroSlider-module__lqYZZG__shape{border:1px solid #ffffff14;border-radius:50%;position:absolute}.HeroSlider-module__lqYZZG__shape1{width:400px;height:400px;animation:20s ease-in-out infinite HeroSlider-module__lqYZZG__float;top:-10%;right:-5%}.HeroSlider-module__lqYZZG__shape2{border-color:#ffffff0d;width:250px;height:250px;animation:15s ease-in-out infinite reverse HeroSlider-module__lqYZZG__float;bottom:10%;right:20%}.HeroSlider-module__lqYZZG__shape3{border-color:#f5a6231f;width:150px;height:150px;animation:18s ease-in-out 3s infinite HeroSlider-module__lqYZZG__float;top:30%;left:60%}@keyframes HeroSlider-module__lqYZZG__float{0%,to{transform:translate(0)rotate(0)}25%{transform:translate(20px,-30px)rotate(5deg)}50%{transform:translate(-10px,20px)rotate(-3deg)}75%{transform:translate(15px,10px)rotate(2deg)}}.HeroSlider-module__lqYZZG__content{z-index:3;max-width:var(--max-width);color:#fff;flex-direction:column;justify-content:center;height:100%;margin:0 auto;padding:0 2rem;display:flex;position:relative}.HeroSlider-module__lqYZZG__textWrap{max-width:700px}.HeroSlider-module__lqYZZG__textWrap>*{opacity:0;transition:opacity .6s,transform .6s cubic-bezier(.16,1,.3,1);transform:translateY(30px)}.HeroSlider-module__lqYZZG__textVisible>:first-child{opacity:1;transition-delay:.1s;transform:translateY(0)}.HeroSlider-module__lqYZZG__textVisible>:nth-child(2){opacity:1;transition-delay:.3s;transform:translateY(0)}.HeroSlider-module__lqYZZG__textVisible>:nth-child(3){opacity:1;transition-delay:.5s;transform:translateY(0)}.HeroSlider-module__lqYZZG__subtitle{text-transform:uppercase;letter-spacing:.2em;opacity:.9;align-items:center;gap:1rem;margin-bottom:1.25rem;font-size:.9rem;font-weight:600;display:flex}.HeroSlider-module__lqYZZG__subtitleLine{background:var(--secondary);flex-shrink:0;width:40px;height:2px;display:block}.HeroSlider-module__lqYZZG__title{color:#fff;letter-spacing:-.02em;margin-bottom:2.5rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.05}.HeroSlider-module__lqYZZG__cta{background:linear-gradient(135deg,var(--secondary),var(--secondary-dark));color:#fff;border-radius:var(--radius-sm);align-items:center;gap:.75rem;width:fit-content;padding:1.1rem 2.5rem;font-size:1rem;font-weight:700;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #f5a62359}.HeroSlider-module__lqYZZG__cta:before{content:"";background:linear-gradient(90deg,#0000,#ffffff26,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.HeroSlider-module__lqYZZG__cta:hover:before{left:100%}.HeroSlider-module__lqYZZG__cta:hover{gap:1rem;transform:translateY(-3px);box-shadow:0 12px 40px #f5a62373}.HeroSlider-module__lqYZZG__ctaIcon{transition:transform .3s}.HeroSlider-module__lqYZZG__cta:hover .HeroSlider-module__lqYZZG__ctaIcon{transform:translate(3px)}.HeroSlider-module__lqYZZG__dots{z-index:4;gap:1rem;display:flex;position:absolute;bottom:3rem;left:50%;transform:translate(-50%)}.HeroSlider-module__lqYZZG__dot{cursor:pointer;width:32px;height:3px;transition:all var(--transition);background:#ffffff40;border:none;border-radius:2px;padding:0;position:relative;overflow:hidden}.HeroSlider-module__lqYZZG__dot:before{content:"";width:44px;height:44px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.HeroSlider-module__lqYZZG__dotActive{background:#ffffff4d;width:48px}.HeroSlider-module__lqYZZG__dotProgress{background:var(--secondary);border-radius:2px;height:100%;animation:6s linear forwards HeroSlider-module__lqYZZG__progress;position:absolute;top:0;left:0}@keyframes HeroSlider-module__lqYZZG__progress{0%{width:0}to{width:100%}}.HeroSlider-module__lqYZZG__scrollIndicator{z-index:4;animation:2s ease-in-out infinite HeroSlider-module__lqYZZG__bounce;position:absolute;bottom:3rem;right:2rem}.HeroSlider-module__lqYZZG__scrollMouse{border:2px solid #f5a62380;border-radius:12px;justify-content:center;width:24px;height:38px;padding-top:6px;display:flex}.HeroSlider-module__lqYZZG__scrollWheel{background:var(--secondary);border-radius:2px;width:3px;height:8px;animation:1.5s ease-in-out infinite HeroSlider-module__lqYZZG__scrollPulse}@keyframes HeroSlider-module__lqYZZG__bounce{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}@keyframes HeroSlider-module__lqYZZG__scrollPulse{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(8px)}}@media (max-width:768px){.HeroSlider-module__lqYZZG__hero{height:100svh;min-height:500px}.HeroSlider-module__lqYZZG__overlay{background:linear-gradient(#0000004d 0%,#023399b3 60%,#01236bf2 100%)}.HeroSlider-module__lqYZZG__content{justify-content:flex-end;padding-bottom:7rem}.HeroSlider-module__lqYZZG__shape1{width:200px;height:200px}.HeroSlider-module__lqYZZG__shape2,.HeroSlider-module__lqYZZG__shape3,.HeroSlider-module__lqYZZG__scrollIndicator{display:none}.HeroSlider-module__lqYZZG__dots{bottom:2rem}}@media (prefers-reduced-motion:reduce){.HeroSlider-module__lqYZZG__bg{transition:none}.HeroSlider-module__lqYZZG__active .HeroSlider-module__lqYZZG__bg{transform:scale(1)}.HeroSlider-module__lqYZZG__shape,.HeroSlider-module__lqYZZG__scrollWheel,.HeroSlider-module__lqYZZG__scrollIndicator{animation:none}.HeroSlider-module__lqYZZG__dotProgress{width:100%;animation:none}.HeroSlider-module__lqYZZG__textWrap>*{opacity:1;transition:none;transform:none}}
