:root{--spacing-xs:0.25rem;--spacing-sm:0.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--font-size-xs:0.75rem;--font-size-sm:0.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-size-6xl:3.75rem;--font-size-7xl:4.5rem;--font-size-8xl:6rem;--line-height-tight:1.25;--line-height-snug:1.375;--line-height-normal:1.5;--line-height-relaxed:1.625;--bg-primary:#ffffff;--bg-secondary:#f8fafc;--text-primary:#1e293b;--text-secondary:#64748b;--accent-primary:#3b82f6;--accent-secondary:#8b5cf6;--border-color:rgba(15,23,42,0.1);--glass-bg:rgba(255,255,255,0.1);--glass-border:rgba(255,255,255,0.2)}.dark-mode{--bg-primary:#0f172a;--bg-secondary:#1e293b;--text-primary:#f1f5f9;--text-secondary:#94a3b8;--accent-primary:#60a5fa;--accent-secondary:#a78bfa;--border-color:rgba(241,245,249,0.1);--glass-bg:rgba(15,23,42,0.3);--glass-border:rgba(241,245,249,0.2)}.landing-carousel{position:relative;width:100vw;height:100vh;overflow:hidden;background:#000}.landing-carousel__bg-orb{position:absolute;border-radius:50%;background:linear-gradient(45deg,rgba(59,130,246,.15),rgba(139,92,246,.1));pointer-events:none;z-index:0}.landing-carousel__bg-orb--1{width:400px;height:400px;top:-200px;left:-200px;animation:float 20s ease-in-out infinite}.landing-carousel__bg-orb--2{width:300px;height:300px;bottom:-150px;right:-150px;animation:float 25s ease-in-out infinite reverse}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(180deg)}}.landing-carousel__container{position:relative;width:100%;height:100%;cursor:grab}.landing-carousel__container:active{cursor:grabbing}.landing-carousel__slides{position:relative;width:100%;height:100%}.landing-carousel__slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;transition:opacity 1s ease-in-out,visibility 1s ease-in-out;z-index:1}.landing-carousel__slide--active{opacity:1;visibility:visible;z-index:2}.landing-carousel__media{position:relative;width:100%;height:100%;overflow:hidden}.landing-carousel__image,.landing-carousel__video{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.landing-carousel__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(0,0,0,.7),rgba(0,0,0,.4) 50%,rgba(0,0,0,.8));z-index:1}.landing-carousel__content{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:2;padding:var(--spacing-2xl)}.landing-carousel__text{text-align:center;max-width:900px;color:white}.landing-carousel__subtitle{font-size:var(--font-size-lg);color:#94a3b8;text-transform:uppercase;letter-spacing:.15em;margin-bottom:var(--spacing-md);opacity:0;transform:translateY(20px);animation:slideInUp 1s ease-out .3s forwards;font-weight:500}.landing-carousel__title{font-size:var(--font-size-6xl);font-weight:800;line-height:var(--line-height-tight);margin-bottom:var(--spacing-lg);background:linear-gradient(135deg,#ffffff,#60a5fa 50%,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;opacity:0;transform:translateY(30px);animation:slideInUp 1s ease-out .6s forwards}.landing-carousel__description{font-size:var(--font-size-xl);line-height:var(--line-height-relaxed);color:rgba(255,255,255,.9);margin-bottom:var(--spacing-2xl);opacity:0;transform:translateY(20px);animation:slideInUp 1s ease-out .9s forwards;font-weight:400;max-width:700px;margin-left:auto;margin-right:auto}@keyframes slideInUp{to{opacity:1;transform:translateY(0)}}.landing-carousel__cta{display:inline-flex;align-items:center;gap:var(--spacing-sm);padding:16px 24px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:16px;color:white;font-size:var(--font-size-base);font-weight:600;text-decoration:none;cursor:pointer;transition:all .4s cubic-bezier(.23,1,.32,1);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);opacity:0;transform:translateY(20px);animation:slideInUp 1s ease-out 1.2s forwards;position:relative;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.1),inset 0 -1px 0 rgba(0,0,0,.1)}.landing-carousel__cta:before{width:160px;height:160px;background:radial-gradient(circle at center,rgba(255,255,255,.25) 0,rgba(255,255,255,.15) 25%,rgba(255,255,255,.08) 50%,rgba(255,255,255,.02) 75%,transparent 100%);transition:opacity .3s cubic-bezier(.23,1,.32,1);z-index:1;filter:blur(2px)}.landing-carousel__cta:after,.landing-carousel__cta:before{content:"";position:absolute;top:var(--mouse-y,-200px);left:var(--mouse-x,-200px);border-radius:50%;transform:translate(-50%,-50%);opacity:0;pointer-events:none}.landing-carousel__cta:after{width:240px;height:240px;background:radial-gradient(circle at center,transparent 0,rgba(59,130,246,.1) 40%,rgba(139,92,246,.08) 60%,transparent 100%);transition:opacity .4s cubic-bezier(.23,1,.32,1);z-index:0;filter:blur(3px)}.landing-carousel__cta:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.2);transform:translateY(-4px);box-shadow:0 20px 60px rgba(0,0,0,.3),0 8px 32px rgba(59,130,246,.2),inset 0 1px 0 rgba(255,255,255,.2),inset 0 -1px 0 rgba(0,0,0,.1);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px)}.landing-carousel__cta:hover:after,.landing-carousel__cta:hover:before{opacity:1}.landing-carousel__cta:active{transform:translateY(-2px);box-shadow:0 12px 40px rgba(0,0,0,.25),0 4px 16px rgba(59,130,246,.15),inset 0 1px 0 rgba(255,255,255,.15),inset 0 -1px 0 rgba(0,0,0,.15)}.landing-carousel__cta-icon{transition:all .4s cubic-bezier(.23,1,.32,1);z-index:2;position:relative}.landing-carousel__cta:hover .landing-carousel__cta-icon{transform:translateX(6px) rotate(5deg)}.landing-carousel__cta>*{position:relative;z-index:2}.landing-carousel__cta-shimmer{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1) 50%,transparent);transform:skewX(-20deg);transition:left .6s cubic-bezier(.23,1,.32,1);z-index:1}.landing-carousel__cta:hover .landing-carousel__cta-shimmer{left:100%}@media (max-width:768px){.landing-carousel__cta{padding:14px 20px;font-size:var(--font-size-sm);border-radius:12px}.landing-carousel__cta:before{width:120px;height:120px}.landing-carousel__cta:after{width:180px;height:180px}}@media (prefers-reduced-motion:reduce){.landing-carousel__cta{transition:none}.landing-carousel__cta:after,.landing-carousel__cta:before{transition:opacity .2s ease}.landing-carousel__cta:hover .landing-carousel__cta-icon{transform:translateX(4px)}}.landing-carousel__nav{position:absolute;bottom:var(--spacing-2xl);left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:var(--spacing-xl);z-index:10}.landing-carousel__nav-dots{display:flex;align-items:center;gap:var(--spacing-md)}.landing-carousel__nav-dot{position:relative;width:12px;height:12px;border-radius:50%;background:rgba(255,255,255,.3);border:2px solid rgba(255,255,255,.5);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.landing-carousel__nav-dot:hover{background:rgba(255,255,255,.5);transform:scale(1.2)}.landing-carousel__nav-dot--active{width:80px;border-radius:20px;background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.8)}.landing-carousel__nav-progress{position:absolute;top:0;left:0;height:100%;background:linear-gradient(90deg,rgba(60,162,250,.9),rgba(167,139,250,.9));border-radius:inherit;transition:width .1s ease-out}.landing-carousel__counter{display:flex;align-items:center;color:rgba(255,255,255,.8);font-size:var(--font-size-sm);font-weight:600;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace}.landing-carousel__counter-current{color:white}.landing-carousel__counter-separator{margin:0 6px;color:rgba(255,255,255,.6)}.scroll-indicator{position:absolute;bottom:var(--spacing-xl);right:var(--spacing-xl);display:flex;flex-direction:column;align-items:center;gap:var(--spacing-sm);z-index:10;opacity:0;animation:fadeInDelay 1s ease-out 2s forwards}@keyframes fadeInDelay{to{opacity:1}}.scroll-arrow{width:50px;height:50px;border-radius:50%;background:var(--glass-bg);border:2px solid var(--glass-border);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);animation:bounce 2s ease-in-out infinite}.scroll-arrow:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.4);transform:scale(1.1)}.scroll-arrow-icon{color:white;transform:rotate(90deg)}.scroll-text{color:rgba(255,255,255,.8);font-size:var(--font-size-xs);font-weight:500;text-transform:uppercase;letter-spacing:.1em}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media (max-width:1024px){.landing-carousel__nav{bottom:var(--spacing-xl);gap:var(--spacing-lg)}.landing-carousel__nav-dot--active{width:60px}.landing-carousel__cta{padding:var(--spacing-md) var(--spacing-xl);font-size:var(--font-size-sm)}.scroll-indicator{bottom:var(--spacing-md);right:var(--spacing-md)}.scroll-arrow{width:40px;height:40px}}@media (max-width:768px){.landing-carousel__title{font-size:var(--font-size-5xl)}.landing-carousel__description{font-size:var(--font-size-lg)}.landing-carousel__content{padding:var(--spacing-xl)}}@media (max-width:480px){.landing-carousel__title{font-size:var(--font-size-4xl)}.landing-carousel__subtitle{font-size:var(--font-size-sm);margin-bottom:var(--spacing-sm)}.landing-carousel__description{font-size:var(--font-size-base);line-height:var(--line-height-normal)}.landing-carousel__content{padding:var(--spacing-md)}.landing-carousel__nav{bottom:var(--spacing-md);gap:var(--spacing-md)}.landing-carousel__nav-dots{gap:var(--spacing-sm)}.landing-carousel__nav-dot{width:10px;height:10px}.landing-carousel__nav-dot--active{width:50px}}