.carousel-outer{width:100%;max-width:100%;margin:0 auto}.carousel-container{width:100%;max-width:100%;height:500px;font-family:var(--font-primary);contain:layout;border-radius:24px;margin:2rem auto 0;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.carousel-wrapper{width:100%;height:100%;position:relative}.carousel-slide{opacity:0;width:100%;height:100%;transition:all .6s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0;transform:scale(.95)}.carousel-slide.active{opacity:1;z-index:1;transform:scale(1)}.carousel-image-wrapper{width:100%;height:100%;position:relative;overflow:hidden}.carousel-image{object-fit:cover;width:100%;height:100%;position:relative}.carousel-text-overlay{text-align:center;color:#fff;background:linear-gradient(#0000 0%,#00000080 30%,#000000d9 100%);padding:3rem 2rem;animation:.8s ease-out slideUp;position:absolute;bottom:0;left:0;right:0}.carousel-feature-title{letter-spacing:-.02em;text-shadow:0 2px 20px #00000080;margin:0 0 1rem;font-size:2.5rem;font-weight:800;line-height:1.2;color:#fff!important}.carousel-feature-description{text-shadow:0 1px 10px #0006;max-width:600px;margin:0 auto;font-size:1.125rem;font-weight:400;line-height:1.7;color:#fffffff2!important}.carousel-arrow{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;z-index:10;color:#fff;background:#ffffff40;border:2px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;transition:all .3s;display:none;position:absolute;top:50%;transform:translateY(-50%)}.carousel-arrow:hover{background:#ffffff59;transform:translateY(-50%)scale(1.1);box-shadow:0 8px 20px #0003}.carousel-arrow svg{stroke-width:3px;width:1.5rem;height:1.5rem}.carousel-arrow-left{left:2rem}.carousel-arrow-right{right:2rem}.carousel-dots-wrapper{justify-content:center;margin-top:1.25rem;display:flex}.carousel-dots{gap:.75rem;display:flex}.carousel-dot{cursor:pointer;background:#0f172a26;border:2px solid #0f172a66;border-radius:999px;width:12px;height:12px;padding:0;transition:all .3s}.carousel-dot:hover{background:#0f172a4d;transform:translateY(-1px)scale(1.15)}.carousel-dot.active{background:#0f172a;width:40px;box-shadow:0 4px 12px #0f172a59}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.carousel-container{height:450px}.carousel-text-overlay{padding:2rem 1.5rem}.carousel-feature-title{font-size:2rem}.carousel-feature-description{font-size:1rem}.carousel-arrow{width:3rem;height:3rem}.carousel-arrow-left{left:1rem}.carousel-arrow-right{right:1rem}}@media (max-width:480px){.carousel-container{height:400px}.carousel-text-overlay{padding:1.5rem 1rem}.carousel-feature-title{font-size:1.5rem}.carousel-feature-description{font-size:.9rem}.carousel-arrow{display:none}.carousel-dots-wrapper{margin-top:1rem}}
.hero-section{padding:6rem 0 2rem;position:relative;overflow:hidden}@media (min-width:768px){.hero-section{padding:6rem 0 3rem}}.hero-background-gradient{opacity:.5;position:absolute;inset:0}.hero-container{z-index:10;max-width:1200px;margin:0 auto;padding:0 1rem;position:relative}.hero-content-wrapper{flex-direction:column;align-items:center;gap:3rem;display:flex}@media (min-width:1024px){.hero-content-wrapper{flex-direction:row;gap:4rem}}.hero-left-content{text-align:center;opacity:0;flex:1;animation:.8s ease-out .1s forwards slideInFromLeft}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-60px)}to{opacity:1;transform:translate(0)}}@media (min-width:1024px){.hero-left-content{text-align:left}}.hero-title{margin-bottom:.75rem;line-height:1.2}.hero-title-regular{color:#1f2937;font-size:2.25rem;font-weight:400;display:block}.hero-title-bold{color:#1f2937;font-size:2.25rem;font-weight:700;display:block}.hero-title-dynamic{color:#22c15a;font-size:2.25rem;font-weight:700;display:block}@media (min-width:768px){.hero-title-regular,.hero-title-bold,.hero-title-dynamic{font-size:3rem}}@media (min-width:1024px){.hero-title-regular,.hero-title-bold,.hero-title-dynamic{font-size:3.75rem}.hero-title-bold{white-space:nowrap}.hero-title-mobile{display:none}.hero-title-desktop{display:block}}@media (max-width:1023px){.hero-title-mobile{display:block}.hero-title-desktop{display:none}}.hero-description{color:#4b5563;max-width:32rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.125rem;line-height:1.7}@media (min-width:768px){.hero-description{font-size:1.25rem}}@media (min-width:1024px){.hero-description{margin-left:0;margin-right:0}}.hero-cta-container{flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}@media (min-width:640px){.hero-cta-container{flex-direction:row}}@media (min-width:1024px){.hero-cta-container{justify-content:flex-start}}.hero-cta-button{width:100%}@media (min-width:640px){.hero-cta-button{width:auto}}.hero-cta-icon{width:1.25rem;height:1.25rem}.hero-right-content{opacity:0;flex:1;width:100%;animation:.8s ease-out .3s forwards slideInFromRight}@keyframes slideInFromRight{0%{opacity:0;transform:translate(60px)}to{opacity:1;transform:translate(0)}}@media (min-width:1024px){.hero-right-content{width:auto}}.dynamic-text{animation:.4s ease-out textFadeIn;display:inline-block}@keyframes textFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.dynamic-text{animation:none}}
