:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:0.8;--PhoneInputInternationalIconGlobe-opacity:0.65;--PhoneInputCountrySelect-marginRight:0.35em;--PhoneInputCountrySelectArrow-width:0.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:0.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-in-down{animation:fadeInDown .8s cubic-bezier(.4,0,.2,1) forwards}.animate-fade-in{animation:fadeIn .6s cubic-bezier(.4,0,.2,1) forwards}.animate-slide-fade{animation:slideAndFade .8s cubic-bezier(.4,0,.2,1) forwards}.animate-shimmer{background:linear-gradient(90deg,transparent,hsla(39,50%,63%,.1) 50%,transparent);animation:shimmer 3s ease-in-out infinite}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}.delay-600{animation-delay:.6s}.delay-700{animation-delay:.7s}.delay-800{animation-delay:.8s}.delay-900{animation-delay:.9s}.delay-1000{animation-delay:1s}.image-hover-zoom{overflow:hidden}.image-hover-zoom img{transition:transform .6s cubic-bezier(.16,1,.3,1)}.image-hover-zoom:hover img{transform:scale(1.08)}.hover-lift{transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1)}.text-gold-gradient{background:linear-gradient(135deg,#cfae70,#d4af37 50%,#695839)}.text-gold-gradient-animated{background:linear-gradient(90deg,#cfae70,#e5c989,#695839,#e5c989,#cfae70)}.gold-gradient{background:linear-gradient(135deg,#cfae70,#695839)}.gold-gradient-hover:hover{background:linear-gradient(135deg,#d4b88a,#7a6644)}.glass-card-dark{background:hsla(0,0%,100%,.02);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.1);transition:all .4s cubic-bezier(.16,1,.3,1)}.glass-card-dark:hover{background:hsla(0,0%,100%,.04);border-color:hsla(39,50%,63%,.3);transform:translateY(-2px)}.glass-card-light{background:hsla(0,0%,100%,.8);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(0,0,0,.08);box-shadow:0 4px 20px rgba(0,0,0,.05);transition:all .4s cubic-bezier(.16,1,.3,1)}.glass-card-light:hover{background:hsla(0,0%,100%,.95);border-color:hsla(39,50%,63%,.4);box-shadow:0 8px 30px rgba(0,0,0,.1)}.luxury-underline:after{background:linear-gradient(90deg,#cfae70,transparent)}.partners-fade-x{-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-40px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(40px)}to{opacity:1;transform:translateX(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes revealText{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0 0 0 0)}}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulseGlow{0%,to{box-shadow:0 0 20px hsla(39,50%,63%,.3)}50%{box-shadow:0 0 40px hsla(39,50%,63%,.5)}}@keyframes drawLine{0%{width:0}to{width:100%}}@keyframes rotateSubtle{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes breathe{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.05);opacity:.8}}@keyframes flow{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@keyframes revealCenter{0%{clip-path:inset(50% 50% 50% 50%);opacity:0}to{clip-path:inset(0 0 0 0);opacity:1}}@keyframes slideAndFade{0%{opacity:0;transform:translateY(30px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes glowPulse{0%,to{filter:drop-shadow(0 0 10px rgba(207,174,112,.3))}50%{filter:drop-shadow(0 0 25px rgba(207,174,112,.6))}}.animate-fade-in-up{animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) forwards}.animate-fade-in-left{animation:fadeInLeft .8s cubic-bezier(.4,0,.2,1) forwards}.animate-fade-in-right{animation:fadeInRight .8s cubic-bezier(.4,0,.2,1) forwards}.animate-scale-in{animation:scaleIn .6s cubic-bezier(.4,0,.2,1) forwards}.animate-reveal-text{animation:revealText 1s cubic-bezier(.4,0,.2,1) forwards}.animate-gradient{background-size:200% 200%;animation:gradientShift 8s ease infinite}.animate-float{animation:float 6s ease-in-out infinite}.animate-pulse-glow{animation:pulseGlow 3s ease-in-out infinite}.animate-shimmer{background:linear-gradient(90deg,transparent,hsla(39,50%,63%,.1),transparent);background-size:200% 100%;animation:shimmer 3s infinite}.animate-breathe{animation:breathe 4s ease-in-out infinite}.animate-glow-pulse{animation:glowPulse 3s ease-in-out infinite}.scroll-animate{opacity:0;transform:translateY(40px);transition:all .9s cubic-bezier(.16,1,.3,1)}.scroll-animate.visible{opacity:1;transform:translateY(0)}.scroll-animate-left{opacity:0;transform:translateX(-40px);transition:all .9s cubic-bezier(.16,1,.3,1)}.scroll-animate-left.visible{opacity:1;transform:translateX(0)}.scroll-animate-right{opacity:0;transform:translateX(40px);transition:all .9s cubic-bezier(.16,1,.3,1)}.scroll-animate-right.visible{opacity:1;transform:translateX(0)}.scroll-animate-scale{opacity:0;transform:scale(.9);transition:all .9s cubic-bezier(.16,1,.3,1)}.scroll-animate-scale.visible{opacity:1;transform:scale(1)}.scroll-delay-1{transition-delay:.1s}.scroll-delay-2{transition-delay:.2s}.scroll-delay-3{transition-delay:.3s}.scroll-delay-4{transition-delay:.4s}.scroll-delay-5{transition-delay:.5s}.scroll-delay-6{transition-delay:.6s}.glass-card{background:hsla(0,0%,100%,.03);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.08);transition:all .4s cubic-bezier(.16,1,.3,1)}.glass-card:hover{background:hsla(0,0%,100%,.06);border-color:hsla(39,50%,63%,.3);transform:translateY(-2px)}.text-gold-gradient{background:linear-gradient(135deg,var(--gold-light) 0,var(--gold-dark) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-gold-gradient-animated{background:linear-gradient(90deg,var(--gold-light),#e5c989,var(--gold-dark),#e5c989,var(--gold-light));background-size:300% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientShift 6s linear infinite}.luxury-underline{position:relative}.luxury-underline:after{content:"";position:absolute;bottom:-8px;left:0;width:0;height:2px;background:linear-gradient(90deg,var(--gold-light),transparent);transition:width .6s cubic-bezier(.16,1,.3,1)}.luxury-underline.visible:after,.luxury-underline:hover:after{width:60px}.mesh-gradient{background:radial-gradient(at 40% 20%,hsla(39,50%,63%,.1) 0,transparent 50%),radial-gradient(at 80% 0,rgba(105,88,57,.15) 0,transparent 50%),radial-gradient(at 0 50%,hsla(39,50%,63%,.08) 0,transparent 50%),radial-gradient(at 80% 50%,rgba(105,88,57,.1) 0,transparent 50%),radial-gradient(at 0 100%,hsla(39,50%,63%,.12) 0,transparent 50%)}.noise-overlay:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");opacity:.03;pointer-events:none}.section-fade{position:relative}.section-fade:before{top:0;background:linear-gradient(180deg,#0a0a0a,transparent)}.section-fade:after,.section-fade:before{content:"";position:absolute;left:0;right:0;height:100px;pointer-events:none;z-index:1}.section-fade:after{bottom:0;background:linear-gradient(0deg,#0a0a0a,transparent)}.parallax-container{will-change:transform;transform-style:preserve-3d}.hover-lift{transition:all .4s cubic-bezier(.16,1,.3,1)}.hover-lift:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.3)}.hover-gold-glow{transition:all .4s cubic-bezier(.16,1,.3,1)}.hover-gold-glow:hover{box-shadow:0 0 30px hsla(39,50%,63%,.2);border-color:hsla(39,50%,63%,.5)}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.scroll-animate,.scroll-animate-left,.scroll-animate-right,.scroll-animate-scale{opacity:1;transform:none}}