@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap");@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");.home-lp-container{width:100%;min-height:100vh;background:#000;color:#fff;font-family:Manrope,sans-serif;font-weight:300;position:relative;overflow-x:hidden;scroll-snap-type:y mandatory}.home-lp-nav{justify-content:space-between;padding:8px 32px;position:fixed;top:24px;left:50%;transform:translateX(-50%);width:calc(100% - 80px);max-width:1200px;z-index:1000;background:rgba(15,15,19,.4);backdrop-filter:blur(50px);-webkit-backdrop-filter:blur(50px);border:1px solid hsla(0,0%,100%,.1);border-radius:12px}.home-lp-logo,.home-lp-nav{display:flex;align-items:center}.home-lp-logo img{height:32px;width:auto}.home-lp-nav-links{display:flex;gap:48px;align-items:center}.home-lp-nav-link{color:#fff;text-decoration:none;font-size:.85rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;display:inline-block}.home-lp-nav-link:hover{color:#fff;transform:scale(1.1)}.home-lp-btn-book{background:#925cbc;color:#fff;border:none;padding:8px 20px;border-radius:12px;font-weight:500;font-size:.85rem;display:flex;align-items:center;gap:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none}.home-lp-btn-book:hover{background:#a36ed4;transform:translateY(-2px);text-decoration:none}.home-lp-btn-icon{width:28px;height:28px;border:1px solid hsla(0,0%,100%,.4);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.home-lp-btn-book:hover .home-lp-btn-icon{transform:rotate(45deg);border-color:hsla(0,0%,100%,.8)}.home-lp-btn-book-menu{display:none}.home-lp-hero{height:100vh;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden;scroll-snap-align:start}.home-lp-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden;-webkit-clip-path:polygon(0 0,100% 0,100% 85%,0 100%);clip-path:polygon(0 0,100% 0,100% 85%,0 100%)}.home-lp-bg-video{width:100%;height:100%;object-fit:cover;pointer-events:none}.home-lp-bg-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,rgba(19,17,22,.2) 0,rgba(19,17,22,.7) 100%);z-index:2}.home-lp-hero-desc-box{position:absolute;bottom:20px;right:40px;width:315px;height:246px;z-index:10;border:2px solid #925cbc;display:flex;align-items:center;justify-content:center;text-align:center}.home-lp-hero-desc-box p{color:hsla(0,0%,100%,.7);font-size:.95rem;line-height:1.6;margin:0;font-weight:400}.home-lp-scroll-indicator{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;z-index:10;opacity:.8}.home-lp-scroll-indicator span{font-size:.75rem;text-transform:uppercase;letter-spacing:1px;color:#fff}.mouse{width:22px;height:34px;border:2px solid hsla(0,0%,100%,.8);border-radius:12px;position:relative}.mouse:before{content:"";position:absolute;top:6px;left:50%;transform:translateX(-50%);width:2px;height:6px;background:hsla(0,0%,100%,.8);border-radius:2px;animation:scrollWheel 2s infinite}@keyframes scrollWheel{0%{transform:translate(-50%);opacity:1}to{transform:translate(-50%,12px);opacity:0}}.home-lp-hero-content{position:relative;z-index:10;text-align:center;display:flex;flex-direction:column;align-items:center;gap:32px}.home-lp-hero-content h1{font-family:Manrope,sans-serif;font-size:55px;font-weight:600;line-height:100%;letter-spacing:0;max-width:1000px;margin:0;text-align:center}.hero-title-line{display:block;background:linear-gradient(90deg,#fff 0,#a5b4fc 50%,#fff);background-size:200% auto;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 4px 12px rgba(0,0,0,.5));animation:revealUp .8s cubic-bezier(.2,.8,.2,1) both,textShimmer 4s linear infinite}.line-1{animation-delay:0s,0s}.line-2{animation-delay:.2s,0s}.line-3{animation-delay:.3s,0s}.line-4{animation-delay:.4s,0s}.hero-title-mobile{display:none}@keyframes revealUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes textShimmer{0%{background-position:0}to{background-position:200%}}.home-lp-btn-create{background:#fff;color:#000;border:none;padding:0 8px 0 16px;height:56px;border-radius:12px;font-weight:800;font-size:1.2rem;display:flex;align-items:center;gap:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 20px rgba(0,0,0,.1);width:-moz-fit-content;width:fit-content;text-decoration:none}.home-lp-btn-create:hover{transform:translateY(-2px);box-shadow:0 12px 25px hsla(0,0%,100%,.1);text-decoration:none}.home-lp-btn-create-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid rgba(0,0,0,.1);border-radius:50%;transition:transform .3s ease}.home-lp-btn-create:hover .home-lp-btn-create-icon{transform:rotate(45deg);border-color:rgba(0,0,0,.6)}@media (max-width:1024px){.home-lp-hero-content h1{font-size:3.5rem}}.home-lp-mobile-toggle{display:none;background:none;border:none;padding:8px;cursor:pointer;z-index:1001;flex-shrink:0}.hamburger{width:24px;height:18px;position:relative;display:flex;flex-direction:column;justify-content:space-between}.hamburger span{display:block;width:100%;height:2px;background-color:#fff;transition:all .3s ease}.hamburger.open span:first-child{transform:translateY(8px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media (max-width:768px){.home-lp-nav{padding:10px 16px;top:0;left:0;right:0;transform:none;max-width:none;width:100%;border-radius:0;border-left:none;border-right:none;border-top:none;position:fixed;background:rgba(13,13,18,.95);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);box-sizing:border-box;gap:0}.home-lp-nav.menu-open{z-index:1002}.home-lp-btn-book-bar{display:none}.home-lp-btn-book-menu{display:flex;width:100%;max-width:280px;justify-content:center;padding:16px 32px;font-size:1.1rem;margin-top:8px}.home-lp-hero{height:80vh;min-height:500px}.home-lp-bg-video{object-position:center}.home-lp-mobile-toggle{margin-left:auto}.home-lp-mobile-toggle,.home-lp-nav-links{display:flex;align-items:center;justify-content:center}.home-lp-nav-links{position:fixed;top:0;right:-100%;width:100%;height:100vh;height:100dvh;background:#131116;flex-direction:column;gap:40px;transition:right .4s cubic-bezier(.4,0,.2,1);z-index:1000;padding:80px 40px;box-sizing:border-box}.home-lp-nav-links.active{right:0}.home-lp-nav-link{font-size:1.5rem;color:#fff}.home-lp-logo{min-width:0}.home-lp-logo img{height:28px;max-width:100%;object-fit:contain}.home-lp-btn-create-icon{width:32px;height:32px}.home-lp-chevrons span{width:12px;height:12px;border-right-width:2px;border-bottom-width:2px}.home-lp-create-wrapper{gap:15px}.home-lp-bg-overlay{background:linear-gradient(180deg,rgba(19,17,22,.4) 0,rgba(19,17,22,.6) 40%,rgba(19,17,22,.9))}.hero-title-desktop{display:none}.hero-title-mobile{display:flex;flex-direction:column;align-items:center}.home-lp-hero-content h1{padding:0 20px;max-width:100%;box-sizing:border-box;line-height:1.15}}@media (max-width:480px){.home-lp-hero-content h1{font-size:2rem;line-height:1.2}.home-lp-chevrons{display:none}.home-lp-create-wrapper{width:100%;justify-content:center}.home-lp-btn-create{width:100%;max-width:280px;justify-content:space-between;padding:12px 16px 12px 24px}.home-lp-hero{height:95vh;min-height:450px}}.home-lp-create-wrapper{display:flex;align-items:center;justify-content:center;gap:80px;margin-top:60px;position:relative;z-index:5}.home-lp-chevrons{display:flex;gap:15px}.home-lp-chevrons span{display:block;width:35px;height:35px;border-right:5px solid hsla(0,0%,100%,.4);border-bottom:5px solid hsla(0,0%,100%,.4)}.home-lp-chevrons.left span{transform:rotate(-45deg);animation:flowRight 2s infinite}.home-lp-chevrons.right span{transform:rotate(135deg);animation:flowLeft 2s infinite}.home-lp-chevrons.left span:first-child{animation-delay:0s}.home-lp-chevrons.left span:nth-child(2){animation-delay:.2s}.home-lp-chevrons.left span:nth-child(3){animation-delay:.4s}.home-lp-chevrons.left span:nth-child(4){animation-delay:.6s}.home-lp-chevrons.right span:nth-child(4){animation-delay:0s}.home-lp-chevrons.right span:nth-child(3){animation-delay:.2s}.home-lp-chevrons.right span:nth-child(2){animation-delay:.4s}.home-lp-chevrons.right span:first-child{animation-delay:.6s}@keyframes flowRight{0%{opacity:.1;transform:translateX(-20px) rotate(-45deg)}50%{opacity:.8;border-color:#fff}to{opacity:.1;transform:translateX(20px) rotate(-45deg)}}@keyframes flowLeft{0%{opacity:.1;transform:translateX(20px) rotate(135deg)}50%{opacity:.8;border-color:#fff}to{opacity:.1;transform:translateX(-20px) rotate(135deg)}}.home-lp-btn-create{animation:btnPulse 3s ease-in-out infinite}@keyframes btnPulse{0%,to{box-shadow:0 10px 30px hsla(0,0%,100%,.1)}50%{box-shadow:0 10px 60px hsla(0,0%,100%,.4)}}.cp-section{height:100vh;background:#000;position:relative;color:#fff;overflow:hidden}.cp-container,.cp-section{width:100%;display:flex;align-items:center}.cp-container{max-width:1400px;margin:0 auto;padding:0 40px;flex-direction:column}.cp-content-wrapper{display:flex;align-items:center;justify-content:center;gap:60px;width:100%;margin-top:40px}.cp-diagram-container{position:relative;width:700px;height:640px;flex-shrink:0}.cp-diagram-image{width:100%;height:100%;object-fit:contain}.cp-center-hub{position:absolute;top:52%;left:49.8%;transform:translate(-50%,-50%);width:400px;height:400px;z-index:5;pointer-events:none}.cp-center-core,.cp-center-hub{display:flex;align-items:center;justify-content:center}.cp-center-core{width:380px;height:380px;background:transparent;border-radius:50%;text-align:center;padding:20px;position:relative;pointer-events:all}.cp-center-core h3{font-family:Manrope,sans-serif;font-size:36px;white-space:nowrap;font-weight:500;line-height:100%;letter-spacing:0;margin:0;color:#fff;text-align:center;text-shadow:0 0 20px rgba(146,92,188,.5)}.cp-side-info{max-width:500px}.cp-info-box{border:2px solid #925cbc;padding:40px;background:transparent;border-radius:4px;position:relative}.cp-divider{width:40px;height:2px;background:#925cbc;margin:24px 0;opacity:.4}.cp-info-box p{font-size:1.1rem;line-height:1.6;color:hsla(0,0%,100%,.8);margin:0}.cp-subtext{font-size:.9rem!important;color:hsla(0,0%,100%,.4)!important;font-weight:300}@keyframes pulse{0%,to{opacity:.2;transform:scale(1)}50%{opacity:.4;transform:scale(1.03)}}@media (max-width:1200px){.cp-diagram-container{transform:scale(.85)}}@media (max-width:1024px){.cp-content-wrapper{flex-direction:column;gap:40px}.cp-diagram-container{transform:scale(.9);width:100%;max-width:600px;height:550px;margin-top:-30px}.cp-side-info{max-width:500px;text-align:center;margin-top:-20px}.cp-info-box:after{left:50%;transform:translateX(-50%)}.cp-divider{margin:24px auto}}.cp-platform-img{filter:brightness(0) invert(1);transition:transform .3s ease}.rtu-section{height:100vh;background:#000;color:#fff;overflow:hidden;justify-content:center}.rtu-container,.rtu-section{width:100%;position:relative;display:flex;align-items:center}.rtu-container{max-width:1200px;height:100%;margin:0 auto;padding:40px;flex-direction:column;justify-content:space-around;z-index:10}.rtu-header{text-align:center;margin-bottom:20px;display:flex;flex-direction:column;align-items:center}.rtu-title{font-family:Manrope,sans-serif;font-size:64px;font-weight:300;line-height:100%;margin-bottom:15px}.rtu-triangle-wrapper{display:flex;justify-content:center;width:100%}.rtu-triangle{width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent;border-top:30px solid #9f75c9}.rtu-image-wrapper{width:100%;max-width:750px;flex:1 1;min-height:0;display:flex;justify-content:center;margin:20px 0;position:relative}.rtu-main-img{width:auto;max-width:100%;height:100%;object-fit:contain;display:block;filter:drop-shadow(0 15px 30px rgba(0,0,0,.4))}.rtu-footer-box{border:1px solid rgba(159,117,201,.7);padding:24px 60px;background:transparent;max-width:700px;text-align:center}.rtu-footer-text{color:#e2e2e2;font-size:1rem;line-height:1.6;margin:0;font-weight:300}.rtu-mobile-break{display:block}@media (max-width:768px){.rtu-title{font-size:2.2rem}.rtu-triangle{border-left:15px solid transparent;border-right:15px solid transparent;border-top:20px solid #9f75c9}.rtu-footer-box{padding:20px}.rtu-mobile-break{display:none}.rtu-footer-text{font-size:.95rem}}.features-section{width:100%;background:#000;padding:0;position:relative;color:#fff}.features-header{text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;height:60vh;scroll-snap-align:start}.features-main-title{font-family:Manrope,sans-serif;font-size:64px;font-weight:300;margin-bottom:15px;margin-left:200px;letter-spacing:0;line-height:100%}.features-triangle{width:0;height:0;border-left:15px solid transparent;border-right:15px solid transparent;border-top:25px solid #9f75c9;margin-left:200px}.feature-block{width:100%;height:100vh;position:relative;scroll-snap-align:start;scroll-snap-stop:always;display:flex;align-items:center;justify-content:center;background:#000;margin-bottom:20px}.feature-bg-img{width:100%;height:100%;display:block;object-fit:cover}.feature-split-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.feature-split-img{position:absolute;width:45%;height:80%;object-fit:cover;transition:all .6s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 40px rgba(0,0,0,.5);background:#000}.feature-split-img.top-left{top:-45%;left:0;z-index:2}.feature-split-img.bottom-right{bottom:0;right:5%;z-index:1;object-position:center top}.feature-real-img{display:none}.feature-grayscale{opacity:.15}.feature-npc-character{position:absolute;bottom:0;left:0;height:95%;width:auto;z-index:2;pointer-events:none;object-fit:contain;filter:drop-shadow(0 20px 40px rgba(0,0,0,.5))}.feature-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;z-index:5}.feature-overlay-container{max-width:1200px;width:100%;margin:0 auto;padding:0 40px;display:flex;align-items:center}.feature-overlay-container.reverse{justify-content:flex-end}.feature-overlay-container.reverse .feature-content{transform:translateX(60px)}.feature-content{max-width:480px;margin-top:100px}.features-headline{display:flex;align-items:center;gap:15px;margin-bottom:24px}.features-highlight-ribbon{background:#9f75c9;padding:6px 14px;-webkit-clip-path:polygon(0 0,100% 15%,100% 88%,0 100%);clip-path:polygon(0 0,100% 15%,100% 88%,0 100%);display:inline-flex;align-items:center;justify-content:center}.features-headline-text,.features-highlight-ribbon span{font-family:Manrope,sans-serif;font-size:40px;font-weight:600;color:#fff;white-space:nowrap;line-height:97px;letter-spacing:0}.features-desc{font-size:.95rem;color:hsla(0,0%,100%,.7);line-height:1.6;margin-bottom:30px}.feature-number{position:absolute;width:75px;height:70px;display:flex;align-items:center;justify-content:center;z-index:10}.feature-number svg{position:absolute;top:0;left:0;width:100%;height:100%}.feature-number span{position:relative;z-index:1;color:#fff;font-size:1.2rem;font-family:Manrope,sans-serif}.feature-number.left{left:40px;top:0;transform:translateY(-50%)}.feature-number.right{right:40px;top:0;transform:translateY(-50%)}.features-btn{display:inline-flex;align-items:center;gap:12px;background:#fff;color:#333;padding:10px 14px 10px 20px;border-radius:8px;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .3s ease}.features-btn-icon{width:24px;height:24px;border:1px solid rgba(159,117,201,.6);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#9f75c9}.features-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2)}@media (max-width:1024px){.features-main-title,.features-triangle{margin-left:0}.feature-overlay-container{padding:0 20px}.feature-split-img.top-left{top:5%;width:40%;height:72%;max-height:420px}.feature-split-img.bottom-right{width:38%;height:65%;max-height:360px;right:3%}}@media (max-width:768px){.features-section{overflow-x:hidden}.features-header{height:40vh}.features-main-title,.features-triangle{margin-left:0}.feature-block{margin-top:40px;height:auto;min-height:100vh;overflow:hidden;padding:60px 0 40px;box-sizing:border-box;flex-direction:column;justify-content:flex-start}.feature-bg-img{position:absolute;top:0;left:0;z-index:0}.feature-split-container{position:relative;top:auto;left:auto;width:100%;height:auto;min-height:0;display:flex;align-items:flex-end;justify-content:center;gap:10px;padding:0 16px;margin:0 auto 20px;box-sizing:border-box;z-index:2}.feature-split-img{position:relative;width:46%;max-width:170px;height:auto;max-height:200px;object-fit:cover;box-shadow:0 8px 24px rgba(0,0,0,.5)}.feature-split-img.top-left{top:auto;left:auto;object-position:center top}.feature-split-img.bottom-right{bottom:auto;right:auto;width:40%;max-width:140px;max-height:170px;object-position:center top}.feature-npc-character{height:55%;max-height:320px;left:50%;transform:translateX(-50%)}.feature-number.left,.feature-number.right{top:24px;transform:none}.feature-number.right{right:16px}.feature-number.left{left:16px}.feature-number{width:56px;height:52px}.feature-overlay{position:relative;height:auto;flex:1 1;align-items:flex-start;padding:0 16px}.feature-overlay-container{flex-direction:column;justify-content:center;text-align:center;background:rgba(0,0,0,.4);padding:24px 16px;border-radius:12px}.feature-overlay-container.reverse{justify-content:center}.feature-overlay-container.reverse .feature-content{transform:none}.feature-content{max-width:100%;margin-top:0}.features-main-title{font-size:2.2rem}.features-headline{flex-direction:column;gap:10px}.features-highlight-ribbon span{font-size:1.6rem;line-height:100%}.features-headline-text{font-size:1.6rem;line-height:1.2;white-space:normal}}.wlae-section{width:100%;background:#000;color:#fff;padding:40px 0;position:relative;overflow:hidden}.wlae-container{max-width:1400px;margin:0 auto;padding:0 40px;position:relative;z-index:10}.wlae-header{text-align:center;margin-bottom:60px}.wlae-title{font-family:Manrope,sans-serif;font-size:64px;font-weight:300;line-height:100%;margin-bottom:16px;color:#f1f1f1}.wlae-subtitle{font-size:1.1rem;color:#a0a0a0;font-weight:300}.wlae-mockup-wrapper{display:flex;justify-content:center;position:relative;width:100%;margin-top:50px}.wlae-mockup-container{position:relative;width:100%;max-width:1200px;margin:0 auto}.wlae-image-placeholder{width:100%;position:relative;display:block}.wlae-mockup-img{width:100%;height:auto;object-fit:contain;border-radius:12px;display:block;transform:translateX(10%)}.wlae-badge{background:#9f75c9;color:#fff;padding:12px 24px;border-radius:12px;font-size:.95rem;font-weight:500;white-space:nowrap;box-shadow:0 6px 12px rgba(159,117,201,.2);z-index:10;position:relative}.wlae-arrow,.wlae-label{position:absolute}.wlae-arrow{width:65px;height:65px}.wlae-label-top-left{top:15%;left:8%}.wlae-arrow-tl{top:100%;left:30px;transform:scaleX(1)}.wlae-label-top-right{top:10%;right:3%}.wlae-arrow-tr{top:5px;right:100%;margin-right:10px;transform:scaleX(-1)}.wlae-label-bottom-left{bottom:2%;left:17%}.wlae-arrow-bl{bottom:10px;right:100%;margin-right:10px;width:75px;height:75px;transform:scale(-1)}.wlae-label-bottom-right{bottom:15%;right:15%}.wlae-arrow-br{bottom:100%;left:20px;margin-bottom:5px;transform:scaleY(-1)}@media (max-width:1024px){.wlae-mockup-wrapper{padding:0 40px}.wlae-badge{font-size:.8rem;padding:8px 16px}.wlae-label-top-left{left:0}.wlae-label-top-left,.wlae-label-top-right{top:-60px;flex-direction:column;align-items:flex-start}.wlae-label-top-right{right:0}.wlae-label-bottom-left{left:0;bottom:-60px}.wlae-label-bottom-right{right:0;bottom:-60px}.wlae-arrow{display:none}}@media (max-width:768px){.wlae-label{position:static;margin-bottom:10px;width:100%;max-width:300px}.wlae-mockup-wrapper{flex-direction:column;align-items:center;gap:20px}.wlae-mockup-container{margin-bottom:30px}.wlae-badge{display:block;text-align:center}.wlae-mockup-img{transform:translateX(0)}}.ccu-section{width:100%;background:#000;padding:100px 0;position:relative;color:#fff}.ccu-container{max-width:1400px;width:100%;margin:0 auto;padding:0 40px}.ccu-main-title{font-size:4rem;font-weight:300;color:#fff;margin-bottom:60px;letter-spacing:-1px}.ccu-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px;gap:30px}.ccu-card{background:#000;border:1px solid hsla(0,0%,100%,.1);border-radius:24px;overflow:hidden;display:flex;flex-direction:column;height:100%}.ccu-image-container{width:100%;height:240px;overflow:hidden;background:#1a1a24}.ccu-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.ccu-card:hover .ccu-image{transform:scale(1.05)}.ccu-content{padding:30px;display:flex;flex-direction:column;gap:16px;flex:1 1}.ccu-step-number{width:40px;height:40px;border-radius:50%;border:1px solid hsla(0,0%,100%,.3);display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:300;color:#fff;margin-bottom:8px}.ccu-title{font-size:1.5rem;font-weight:300;margin:0;color:#fff}.ccu-description{font-size:.95rem;line-height:1.6;color:#a1a1aa;margin:0;font-weight:300}@media (max-width:1024px){.ccu-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.ccu-grid{grid-template-columns:1fr}.ccu-container{padding:0 20px}.ccu-main-title{font-size:2.5rem;font-weight:300;text-align:center;margin-bottom:40px}.ccu-content{padding:24px;align-items:center;text-align:center}}.ccu-footer{margin-top:100px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:40px}.ccu-footer-title{font-size:3rem;font-weight:300;color:#fff;margin:0;letter-spacing:-.5px}.ccu-footer-create-wrapper{display:flex;align-items:center;gap:30px}.ccu-footer-btn{background:#fff;color:#000;border:none;padding:12px 12px 12px 36px;border-radius:12px;font-weight:700;font-size:1.25rem;display:flex;align-items:center;gap:20px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 30px rgba(0,0,0,.2)}.ccu-footer-btn:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 15px 35px hsla(0,0%,100%,.15)}.ccu-footer-btn-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid rgba(0,0,0,.4);border-radius:50%;transition:transform .3s ease}.ccu-footer-btn:hover .ccu-footer-btn-icon{transform:rotate(45deg);border-color:rgba(0,0,0,.6)}.ccu-footer-chevrons{display:flex;gap:12px}.ccu-footer-chevrons span{display:block;width:25px;height:25px;border-right:3px solid hsla(0,0%,100%,.4);border-bottom:3px solid hsla(0,0%,100%,.4);animation:ccu-pulse 1.5s infinite}.ccu-footer-chevrons.left span{transform:rotate(-45deg);border-color:#fff}.ccu-footer-chevrons.right span{transform:rotate(135deg);border-color:#fff}.ccu-footer-chevrons span:first-child{animation-delay:0s}.ccu-footer-chevrons span:nth-child(2){animation-delay:.2s}.ccu-footer-chevrons span:nth-child(3),.ccu-footer-chevrons.right span:first-child{animation-delay:.4s}.ccu-footer-chevrons.right span:nth-child(2){animation-delay:.2s}.ccu-footer-chevrons.right span:nth-child(3){animation-delay:0s}@keyframes ccu-pulse{0%{opacity:.2}50%{opacity:1;border-color:#fff}to{opacity:.2}}@media (max-width:768px){.ccu-footer-title{font-size:2rem}.ccu-footer-chevrons{display:none}.ccu-footer-btn{font-size:1rem;padding:10px 10px 10px 24px;gap:12px}.ccu-footer-btn-icon{width:36px;height:36px}}.stats-section{width:100%;background:transparent;padding:80px 0;position:relative;overflow:visible}.stats-container{max-width:1400px;width:100%;margin:0 auto;padding:0 40px}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;align-items:stretch}.stats-card{background:#9f7aea;border-radius:6px;padding:40px 24px;text-align:center;color:#fff;box-shadow:0 8px 24px rgba(149,95,209,.12);transition:transform .4s cubic-bezier(.2,.8,.2,1),box-shadow .4s ease,background-color .4s ease;min-height:160px;display:flex;align-items:center;justify-content:center;position:relative}.card-left{transform:skewY(-2deg)}.card-left .stats-card-content{transform:skewY(2deg)}.card-middle{transform:skewY(0deg)}.card-right{transform:skewY(2deg)}.card-right .stats-card-content{transform:skewY(-2deg)}.card-left:hover{transform:skewY(-2deg) translateY(-6px)}.card-left:hover,.card-middle:hover{box-shadow:0 16px 36px rgba(149,95,209,.3);background:#a78bfa}.card-middle:hover{transform:translateY(-6px)}.card-right:hover{transform:skewY(2deg) translateY(-6px);box-shadow:0 16px 36px rgba(149,95,209,.3);background:#a78bfa}.stats-card-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;width:100%;-webkit-font-smoothing:antialiased}.stats-number{font-size:3.2rem;font-weight:800;letter-spacing:-1.5px;line-height:1;color:#fff;display:inline-block;transition:transform .2s ease,text-shadow .2s ease}.stats-label{font-size:1rem;font-weight:400;color:hsla(0,0%,100%,.9);letter-spacing:-.2px;margin-top:4px}.stats-subtext{font-size:.75rem;color:hsla(0,0%,100%,.55);font-weight:400;letter-spacing:.5px;margin-top:2px}.pulse-effect{animation:counter-pulse .4s cubic-bezier(.2,.8,.2,1);text-shadow:0 0 20px hsla(0,0%,100%,.9)}@keyframes counter-pulse{0%{transform:scale(1)}50%{transform:scale(1.06)}to{transform:scale(1)}}@media (max-width:1024px){.stats-number{font-size:2.8rem}.stats-label{font-size:.95rem}.stats-container{padding:0 30px}.stats-grid{gap:6px}}@media (max-width:768px){.stats-section{padding:50px 0}.stats-grid{grid-template-columns:1fr;gap:12px}.stats-container{padding:0 20px}.card-left,.card-middle,.card-right{transform:none!important;min-height:140px;padding:30px 20px;border-radius:6px}.card-left .stats-card-content,.card-right .stats-card-content{transform:none!important}.card-left:hover,.card-middle:hover,.card-right:hover{transform:translateY(-4px)!important;box-shadow:0 10px 25px rgba(159,122,234,.25)}.stats-number{font-size:2.4rem}.stats-label{font-size:.9rem}}.footer-section{width:100%;background:transparent;position:relative;padding:100px 0 40px;overflow:hidden;color:#fff;min-height:800px;display:flex;flex-direction:column}.footer-bg-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:85%;max-width:900px;height:auto;opacity:.15;pointer-events:none;z-index:1;display:flex;justify-content:center;align-items:center}.footer-bg{width:100%;height:auto;object-fit:contain}.footer-content{max-width:1400px;width:100%;margin:0 auto;padding:0 40px;position:relative;z-index:2;flex-direction:column}.footer-content,.footer-main{display:flex;justify-content:space-between;flex:1 1}.footer-main{align-items:center;padding-top:60px}.footer-left{gap:16px}.footer-left,.footer-right{display:flex;flex-direction:column}.footer-right{gap:24px;text-align:right;min-width:200px}.footer-label{font-size:.9rem;color:#a1a1aa;font-weight:300;margin-bottom:8px}.footer-email{font-size:4rem;color:#fff;text-decoration:none;font-weight:300;letter-spacing:-1px;margin-bottom:20px}.footer-btn-book{background:var(--theme-color);color:#fff;border:none;padding:12px 12px 12px 28px;border-radius:12px;font-weight:600;font-size:1.1rem;display:flex;align-items:center;gap:16px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);width:-moz-fit-content;width:fit-content}.footer-btn-book:hover{background:var(--theme-color-hover);transform:translateY(-2px);box-shadow:0 10px 15px -3px color-mix(in srgb,var(--theme-color),transparent 70%)}.footer-btn-icon{width:32px;height:32px;border:1px solid hsla(0,0%,100%,.4);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.footer-btn-book:hover .footer-btn-icon{transform:rotate(45deg);border-color:hsla(0,0%,100%,.8)}.footer-socials{display:flex;flex-direction:column;gap:16px}.footer-link{font-size:1.5rem;color:#71717a;text-decoration:none;transition:color .3s ease;font-weight:300}.footer-link:hover{color:#fff}.footer-bottom{text-align:center;font-size:.8rem;color:#a1a1aa;margin-top:60px}@media (max-width:768px){.footer-section{padding:60px 0 40px;min-height:auto}.footer-main{flex-direction:column;text-align:center;gap:40px;padding-top:40px}.footer-left,.footer-main,.footer-right{align-items:center}.footer-right{text-align:center;min-width:auto}.footer-email{font-size:1.8rem;word-break:break-all;margin-bottom:30px;font-weight:300}.footer-btn-book{padding:12px 24px;font-size:1rem;width:100%;max-width:280px;justify-content:center}.footer-bg-container{width:100%;opacity:.05;top:30%}.footer-socials{align-items:center}.footer-link{font-size:1.25rem}}