@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:linear-gradient(180deg,#131116,#21182b) fixed;color:#fff;font-family:Inter,sans-serif;position:relative;overflow-x:hidden}.home-lp-nav{justify-content:space-between;padding:24px 80px;position:absolute;top:0;left:0;right:0;z-index:100}.home-lp-logo,.home-lp-nav{display:flex;align-items:center}.home-lp-logo img{height:40px;width:auto}.home-lp-nav-links{display:flex;gap:32px;align-items:center}.home-lp-nav-link{color:#94a3b8;text-decoration:none;font-size:.85rem;font-weight:500;transition:color .3s ease;cursor:pointer}.home-lp-nav-link:hover{color:#fff}.home-lp-btn-book{background:#b58df1;color:#fff;border:none;padding:10px 10px 10px 24px;border-radius:12px;font-weight:600;font-size:.95rem;display:flex;align-items:center;gap:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.home-lp-btn-book:hover{background:#a37ce0;transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(181,141,241,.3)}.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-hero{height:100vh;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden}.home-lp-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden}.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-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-size:5rem;font-weight:800;line-height:1.1;letter-spacing:-.04em;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;-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}@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}.home-lp-btn-create:hover{transform:translateY(-2px);box-shadow:0 12px 25px hsla(0,0%,100%,.1)}.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-nav{padding:24px 40px}}.home-lp-mobile-toggle{display:none;background:none;border:none;padding:10px;cursor:pointer;z-index:1001}.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:16px 20px;position:fixed;background:rgba(13,13,18,.9);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);width:100%;box-sizing:border-box}.home-lp-hero{height:80vh;min-height:500px}.home-lp-bg-video{object-position:center}.home-lp-mobile-toggle{display:block}.home-lp-nav-links{position:fixed;top:0;right:-100%;width:100%;height:100vh;background:#131116;display:flex;flex-direction:column;justify-content:center;align-items:center;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-btn-book{width:100%;max-width:280px;justify-content:center;padding:16px 32px;font-size:1.1rem}.home-lp-logo img{height:30px}.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))}}@media (max-width:480px){.home-lp-hero-content h1{font-size:2rem;line-height:1.3}.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:30px}.home-lp-chevrons span{display:block;width:35px;height:35px;border-right:3px solid hsla(0,0%,100%,.4);border-bottom:3px 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{width:100%;background:transparent;color:#fff;padding:100px 0;position:relative;overflow:hidden}.cp-section:after{content:"";position:absolute;bottom:-150px;right:-150px;width:400px;height:400px;background:hsla(0,0%,100%,.03);border-radius:50%;filter:blur(80px);z-index:1}.cp-container{max-width:1200px;margin:0 auto;padding:0 40px;position:relative;z-index:10}.cp-header{margin-bottom:50px}.cp-title{font-size:3.5rem;font-weight:500;margin-bottom:20px;letter-spacing:-1px}.cp-subtitle{font-size:1.1rem;color:#888;font-weight:400;max-width:600px}.cp-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px;width:100%}.cp-card{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.15);border-radius:14px;height:160px;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;overflow:hidden;position:relative;width:100%}.cp-card:hover{background:hsla(0,0%,100%,.06);border-color:hsla(0,0%,100%,.3);transform:translateY(-2px)}.cp-card.disabled{opacity:.5;cursor:not-allowed}.cp-card.disabled:hover{transform:none;border-color:hsla(0,0%,100%,.15)}.cp-status-badge{position:absolute;bottom:0;left:0;right:0;background:rgba(13,11,22,.8);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#94a3b8;font-size:.75rem;font-weight:600;padding:8px 0;text-align:center;border-top:1px solid hsla(0,0%,100%,.1);text-transform:uppercase;letter-spacing:.05em}.cp-card-img{width:100%;height:100%;object-fit:cover;padding:0;transition:transform .3s ease}.cp-card:hover .cp-card-img{transform:scale(1.05)}@media (max-width:1024px){.cp-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.cp-grid{grid-template-columns:repeat(2,1fr)}.cp-title{font-size:2.5rem}}@media (max-width:480px){.cp-grid{grid-template-columns:1fr}}.npc-section{width:100%;background:transparent;color:#fff;padding:100px 0 60px;position:relative;overflow:visible}.npc-section:before{top:-100px;left:-100px;background:radial-gradient(circle,rgba(138,43,226,.15) 0,transparent 70%)}.npc-section:after,.npc-section:before{content:"";position:absolute;width:500px;height:500px;border-radius:50%;filter:blur(80px);z-index:1}.npc-section:after{bottom:-100px;right:-100px;background:radial-gradient(circle,rgba(75,0,130,.15) 0,transparent 70%)}.npc-container{max-width:1400px;width:100%;margin:0 auto;padding:0 40px;position:relative;z-index:10}.npc-content{display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:40px;gap:40px;align-items:center;background:transparent;border:1px solid hsla(0,0%,100%,.1);border-radius:24px;padding:0 60px 0 0;position:relative;overflow:visible;min-height:340px;margin:40px 0}.npc-text{display:flex;flex-direction:column;gap:24px;z-index:10}.npc-title{font-size:2.5rem;font-weight:300;margin:0;letter-spacing:-.5px;color:#fff;line-height:1.1}.npc-subtitle{font-size:.9rem;color:#a1a1aa;font-weight:300;line-height:1.5;margin:0;max-width:500px}.npc-btn{display:inline-flex;align-items:center;gap:12px;background:#fff;color:#000;border:none;padding:12px 12px 12px 28px;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);width:-moz-fit-content;width:fit-content;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.npc-btn:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px hsla(0,0%,100%,.1)}.npc-btn-icon{width:28px;height:28px;border:1px solid rgba(0,0,0,.4);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.npc-btn:hover .npc-btn-icon{transform:rotate(45deg)}.npc-image{position:relative;height:550px;display:flex;align-items:center;justify-content:center;margin-top:-100px;margin-bottom:-40px;margin-left:-50px}.npc-character{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 20px 40px rgba(0,0,0,.5));transform:scale(1.1) translateY(30px) translateX(-5%);z-index:20;transition:transform .3s ease}.npc-content:hover .npc-character{transform:scale(1.25) translateY(10px) translateX(-5%)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (max-width:1024px){.npc-section{padding:120px 0 60px}.npc-content{grid-template-columns:1fr;gap:30px;padding:40px 24px;text-align:center;margin:60px 0;overflow:hidden}.npc-text{order:1;align-items:center}.npc-title{font-size:2.2rem;font-weight:300}.npc-image{order:2;height:auto;margin:0;width:100%;display:flex;justify-content:center}.npc-character{width:100%;max-width:300px;height:auto;transform:none;margin-top:20px}}@media (max-width:768px){.npc-section{padding:60px 0}.npc-container{padding:0 20px}.npc-title{font-size:1.8rem;font-weight:300}.npc-subtitle{font-size:.95rem}}.ar-section{width:100%;background:transparent;padding:60px 0;position:relative;overflow:visible}.ar-container{max-width:1400px;width:100%;margin:0 auto;padding:0 40px}.ar-card{background:#0f0f13;border:1px solid hsla(0,0%,100%,.08);border-radius:32px;display:flex;justify-content:space-between;align-items:center;padding:80px;position:relative;overflow:visible;min-height:480px;box-shadow:0 24px 48px rgba(0,0,0,.4)}.ar-card:before{content:"";position:absolute;top:50%;right:5%;width:400px;height:400px;background:radial-gradient(circle,rgba(138,43,226,.05) 0,transparent 70%);transform:translateY(-50%);z-index:1;pointer-events:none}.ar-content{max-width:50%;position:relative;z-index:10}.ar-title{font-size:2.5rem;font-weight:300;color:#fff;margin-bottom:20px;letter-spacing:-.01em;line-height:1.1;white-space:nowrap}.ar-subtitle{font-size:1.1rem;color:#94a3b8;line-height:1.6;margin-bottom:40px;font-weight:300}.ar-btn{display:inline-flex;align-items:center;gap:12px;background:#fff;color:#000;border:none;padding:12px 12px 12px 28px;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);width:-moz-fit-content;width:fit-content}.ar-btn:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px hsla(0,0%,100%,.1)}.ar-btn-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid rgba(0,0,0,.4);border-radius:50%;transition:transform .3s ease}.ar-btn:hover .ar-btn-icon{transform:rotate(45deg)}.ar-image-container{position:absolute;right:-130px;bottom:-40px;height:165%;width:65%;display:flex;justify-content:flex-end;align-items:flex-end;z-index:5;pointer-events:none}.ar-image{height:100%;width:100%;object-fit:contain;object-position:bottom center;transform:scale(.9) translateY(0);transition:transform .3s ease}.ar-card:hover .ar-image{transform:scale(1.05) translateY(-20px)}@media (max-width:1024px){.ar-title{white-space:normal;font-size:2.2rem;font-weight:300}.ar-card{padding:40px 24px;text-align:center;min-height:auto;overflow:hidden}.ar-card,.ar-content{flex-direction:column}.ar-content{max-width:100%;margin-bottom:20px;display:flex;align-items:center}.ar-subtitle{max-width:100%;font-size:1rem;margin-bottom:30px;font-weight:300}.ar-image-container{position:relative;right:0;bottom:0;width:100%;height:auto;margin-top:20px;justify-content:center}.ar-image{height:auto;width:110%;max-width:400px;margin-bottom:-20px}}@media (max-width:640px){.ar-title{font-size:1.8rem;font-weight:300}.ar-section{padding:60px 0}}.features-section{width:100%;background:transparent;padding:60px 0;position:relative;overflow:visible}.features-container{max-width:1400px;width:100%;margin:0 auto;padding:0 40px}.features-main-title{font-size:4rem;font-weight:300;color:#fff;margin-bottom:50px;letter-spacing:-1px}.features-card{background:#0f0f13;border:1px solid hsla(0,0%,100%,.08);border-radius:32px;display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;gap:40px;align-items:center;padding:0 40px;position:relative;overflow:visible;min-height:330px}.features-text{display:flex;flex-direction:column;gap:24px;z-index:2}.features-title{font-size:2.5rem;font-weight:300;color:#fff;margin:0;letter-spacing:-.5px;line-height:1.1}.features-subtitle{font-size:1.1rem;color:#94a3b8;font-weight:300;line-height:1.6;margin:0;max-width:650px}.features-btn{display:inline-flex;align-items:center;gap:12px;background:#fff;color:#000;border:none;padding:12px 12px 12px 28px;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);width:-moz-fit-content;width:fit-content;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.features-btn-icon{width:28px;height:28px;border:1px solid rgba(0,0,0,.4);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.features-btn:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px hsla(0,0%,100%,.1)}.features-btn:hover .features-btn-icon{transform:rotate(45deg)}.features-image-container{height:150px;width:100%;display:flex;align-items:flex-end;justify-content:center;position:relative;overflow:visible;align-self:flex-end}.features-image{width:100%;height:380px;object-fit:contain;object-position:bottom center;transform:scale(.9) translateY(0);transition:transform .3s ease}.features-card:hover .features-image{transform:scale(1.05) translateY(-20px)}@media (max-width:1024px){.features-card{grid-template-columns:1fr;text-align:center;padding:40px 24px;min-height:auto;overflow:hidden}.features-text{align-items:center;padding-left:0}.features-main-title{font-size:2.5rem;font-weight:300;text-align:center;margin-bottom:30px}.features-title{font-size:2rem;font-weight:300}.features-image-container{width:100%;height:auto;margin-top:0;display:flex;justify-content:center;align-items:center;overflow:hidden}.features-image{width:100%;height:auto;max-height:400px;object-fit:contain;margin:20px 0 -20px;transform:none}}.rfe-section{width:100%;background:transparent;padding:60px 0;position:relative;overflow:visible}.rfe-container{max-width:1400px;width:100%;margin:0 auto;padding:0 40px}.rfe-card{background:#0f0f13;border:1px solid hsla(0,0%,100%,.08);border-radius:32px;display:grid;grid-template-columns:.85fr 1.15fr;grid-gap:40px;gap:40px;align-items:center;padding:0 40px;position:relative;overflow:visible;min-height:330px}.rfe-text{display:flex;flex-direction:column;gap:24px;z-index:2;padding-right:20px}.rfe-title{font-size:2.5rem;font-weight:300;color:#fff;margin:0;letter-spacing:-.5px;line-height:1.1}.rfe-subtitle{font-size:1.05rem;color:#94a3b8;font-weight:300;line-height:1.6;margin:0;max-width:800px}.rfe-btn{display:inline-flex;align-items:center;gap:12px;background:#fff;color:#000;border:none;padding:12px 12px 12px 28px;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:-moz-fit-content;width:fit-content;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.rfe-btn-icon{width:28px;height:28px;border:1px solid rgba(0,0,0,.4);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.rfe-btn:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px hsla(0,0%,100%,.1)}.rfe-btn:hover .rfe-btn-icon{transform:rotate(45deg)}.rfe-image-container{height:120px;width:100%;display:flex;align-items:flex-end;justify-content:center;position:relative;overflow:visible;align-self:flex-end}.rfe-image{width:100%;height:480px;object-fit:contain;object-position:center bottom;transform:scale(.9) translateY(0);transition:transform .3s ease;margin-bottom:20px}.rfe-card:hover .rfe-image{transform:scale(1.05) translateY(-20px)}@media (max-width:1024px){.rfe-section{padding:60px 0}.rfe-card{grid-template-columns:1fr;text-align:center;padding:40px 24px;min-height:auto;overflow:visible}.rfe-text{align-items:center;padding-right:0;order:1}.rfe-image-container{order:2;width:100%;height:auto;margin-top:20px;display:flex;justify-content:center;align-items:center;overflow:hidden}.rfe-title{font-size:2.2rem;font-weight:300}.rfe-image{width:100%;height:auto;max-height:400px;transform:none;margin:20px 0 0;object-fit:contain}}@media (max-width:768px){.rfe-container{padding:0 20px}.rfe-title{font-size:1.8rem;font-weight:300}.rfe-subtitle{font-size:.95rem}}.ccu-section{width:100%;background:transparent;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:#13131a;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}}.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:#b58df1;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:#a37ce0;transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(181,141,241,.3)}.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:#52525b;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}}