.Navbar-module__pSp8Ga__nav{z-index:100;padding:var(--space-lg) var(--space-2xl);-webkit-backdrop-filter:blur(8px);background:linear-gradient(#0a0a0ad9 0%,#0a0a0a00 100%);justify-content:space-between;align-items:center;transition:all .4s;display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module__pSp8Ga__navScrolled{-webkit-backdrop-filter:blur(12px);background:#0a0a0af2;border-bottom:1px solid #ffffff0d;box-shadow:0 4px 24px #00000080}.Navbar-module__pSp8Ga__logo{color:inherit;flex-direction:column;gap:2px;text-decoration:none;display:flex}.Navbar-module__pSp8Ga__logoMain{font-family:var(--font-display);letter-spacing:.15em;color:var(--color-cream);text-transform:uppercase;font-size:1.25rem;font-weight:700}.Navbar-module__pSp8Ga__logoSub{font-family:var(--font-body);letter-spacing:.2em;color:var(--color-gold);text-transform:uppercase;font-size:.6rem;font-weight:400}.Navbar-module__pSp8Ga__links{gap:var(--space-xl);list-style:none;display:flex}.Navbar-module__pSp8Ga__link{letter-spacing:.08em;color:var(--color-text-muted);text-transform:uppercase;transition:color var(--transition-fast);font-size:.8rem;font-weight:400;position:relative}.Navbar-module__pSp8Ga__link:after{content:"";background:var(--color-gold);transform-origin:100%;width:100%;height:1px;transition:transform var(--transition-base);position:absolute;bottom:-4px;left:0;transform:scaleX(0)}.Navbar-module__pSp8Ga__link:hover,.Navbar-module__pSp8Ga__link:focus-visible{color:var(--color-cream)}.Navbar-module__pSp8Ga__link:hover:after,.Navbar-module__pSp8Ga__link:focus-visible:after{transform-origin:0;transform:scaleX(1)}.Navbar-module__pSp8Ga__cta{letter-spacing:.1em;text-transform:uppercase;color:var(--color-charcoal);background:var(--gradient-gold);border-radius:var(--radius-full);transition:all var(--transition-base);background-size:200% 200%;padding:.65rem 1.5rem;font-size:.75rem;font-weight:600}.Navbar-module__pSp8Ga__cta:hover,.Navbar-module__pSp8Ga__cta:focus-visible{background-position:100%;transform:translateY(-1px);box-shadow:0 4px 20px #c9a84c59}.Navbar-module__pSp8Ga__menuButton{padding:var(--space-sm);cursor:pointer;z-index:101;background:0 0;border:none;flex-direction:column;gap:5px;display:none;position:relative}.Navbar-module__pSp8Ga__menuButton span{background:var(--color-cream);width:22px;height:2px;transition:transform var(--transition-fast) ease, opacity var(--transition-fast) ease;transform-origin:50%;border-radius:2px;display:block}.Navbar-module__pSp8Ga__menuButtonOpen span:first-child{transform:translateY(7px)rotate(45deg)}.Navbar-module__pSp8Ga__menuButtonOpen span:nth-child(2){opacity:0}.Navbar-module__pSp8Ga__menuButtonOpen span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Navbar-module__pSp8Ga__mobileMenu{-webkit-backdrop-filter:blur(16px);z-index:99;padding:5rem var(--space-xl) 3rem;opacity:0;visibility:hidden;background:#0a0a0af7;flex-direction:column;justify-content:center;align-items:center;gap:2rem;transition:opacity .3s,visibility 0s linear .3s;display:flex;position:fixed;inset:0}.Navbar-module__pSp8Ga__mobileMenuOpen{opacity:1;visibility:visible;transition:opacity .3s,visibility linear}.Navbar-module__pSp8Ga__mobileLinks{flex-direction:column;align-items:center;gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}.Navbar-module__pSp8Ga__mobileLink{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;color:var(--color-cream);transition:color var(--transition-fast);padding:.5rem 1rem;font-size:1.35rem;font-weight:500}.Navbar-module__pSp8Ga__mobileLink:hover,.Navbar-module__pSp8Ga__mobileLink:focus-visible{color:var(--color-gold)}.Navbar-module__pSp8Ga__mobileCta{letter-spacing:.1em;text-transform:uppercase;color:var(--color-charcoal);background:var(--gradient-gold);border-radius:var(--radius-full);transition:transform var(--transition-base), box-shadow var(--transition-base);margin-top:1rem;padding:1rem 2.5rem;font-size:.85rem;font-weight:600}.Navbar-module__pSp8Ga__mobileCta:hover,.Navbar-module__pSp8Ga__mobileCta:focus-visible{transform:translateY(-2px);box-shadow:0 6px 24px #c9a84c59}@media (max-width:900px){.Navbar-module__pSp8Ga__nav{padding:var(--space-md) var(--space-lg)}.Navbar-module__pSp8Ga__links,.Navbar-module__pSp8Ga__cta{display:none}.Navbar-module__pSp8Ga__menuButton{display:flex}}@media (min-width:901px){.Navbar-module__pSp8Ga__mobileMenu{display:none}}
.Footer-module__nhiC3q__footer{color:var(--color-text-subtle);background-color:#000;border-top:1px solid #ffffff0d;padding:4rem clamp(1.5rem,5vw,4rem)}.Footer-module__nhiC3q__inner{justify-content:space-between;gap:4rem;max-width:1200px;margin:0 auto;display:flex}.Footer-module__nhiC3q__logoCol{flex:1}.Footer-module__nhiC3q__logotype{font-family:var(--font-display,inherit);color:var(--color-white,#fff);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;font-size:1.2rem;font-weight:800}.Footer-module__nhiC3q__copyright{font-family:var(--font-body,inherit);color:var(--color-text-muted);font-size:.85rem}.Footer-module__nhiC3q__navCol,.Footer-module__nhiC3q__legalCol{flex:1}.Footer-module__nhiC3q__navList{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__nhiC3q__navLink{font-family:var(--font-body,inherit);color:var(--color-text-muted);font-size:.85rem;text-decoration:none;transition:color .2s}.Footer-module__nhiC3q__navLink:hover,.Footer-module__nhiC3q__navLink:focus-visible{color:#fff}.Footer-module__nhiC3q__disclaimerCol{flex:2}.Footer-module__nhiC3q__disclaimer{font-family:var(--font-body,inherit);color:var(--color-text-muted);text-align:justify;font-size:.8rem;line-height:1.6}.Footer-module__nhiC3q__jurisdiction{font-family:var(--font-body,inherit);color:var(--color-text-subtle);margin-top:.75rem;font-size:.75rem;font-style:italic;line-height:1.6}@media (max-width:900px){.Footer-module__nhiC3q__inner{flex-direction:column;gap:2rem}.Footer-module__nhiC3q__disclaimer{text-align:left}}
.Hero-module__gNeX-G__hero{min-height:100vh;padding:var(--space-4xl) clamp(var(--space-xl), 5vw, var(--space-4xl));gap:var(--space-3xl);background-color:#0000;flex-direction:column;display:flex;position:relative;overflow:hidden}.Hero-module__gNeX-G__heroBottomFade{z-index:1;pointer-events:none;background:linear-gradient(#0000,#050505);height:15vh;position:absolute;bottom:-1px;left:0;right:0}.Hero-module__gNeX-G__bgVideoContainer{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.Hero-module__gNeX-G__bgVideo{object-fit:cover;object-position:center 60%;will-change:transform;width:100%;height:110%;position:absolute;top:-5%;left:0}.Hero-module__gNeX-G__bgVideoOverlay{background-image:radial-gradient(at 70%,#050505b3 0%,#0000 70%),linear-gradient(#05050599 0%,#050505b3 40%,#050505f2 80%,#050505 100%);position:absolute;inset:0}.Hero-module__gNeX-G__hero:after{content:"";pointer-events:none;z-index:0;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");position:absolute;inset:0}.Hero-module__gNeX-G__cornerDecor{z-index:1;pointer-events:none;position:absolute}.Hero-module__gNeX-G__cornerDecor:before,.Hero-module__gNeX-G__cornerDecor:after{content:"";background:var(--color-gold);opacity:.12;position:absolute}.Hero-module__gNeX-G__cornerTopLeft{top:60px;left:40px}.Hero-module__gNeX-G__cornerTopLeft:before{width:80px;height:1px;animation:Hero-module__gNeX-G__lineGrow 1.5s var(--ease-out-expo) .5s both;transform-origin:0;top:0;left:0}.Hero-module__gNeX-G__cornerTopLeft:after{width:1px;height:80px;animation:Hero-module__gNeX-G__lineGrow 1.5s var(--ease-out-expo) .7s both;transform-origin:top;top:0;left:0}.Hero-module__gNeX-G__cornerBottomRight{bottom:40px;right:40px}.Hero-module__gNeX-G__cornerBottomRight:before{width:80px;height:1px;animation:Hero-module__gNeX-G__lineGrow 1.5s var(--ease-out-expo) .9s both;transform-origin:100%;bottom:0;right:0}.Hero-module__gNeX-G__cornerBottomRight:after{width:1px;height:80px;animation:Hero-module__gNeX-G__lineGrow 1.5s var(--ease-out-expo) 1.1s both;transform-origin:bottom;bottom:0;right:0}.Hero-module__gNeX-G__floatingCards{z-index:3;pointer-events:none;width:100%;max-width:1600px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.Hero-module__gNeX-G__floatingCard{align-items:center;gap:var(--space-md);-webkit-backdrop-filter:blur(16px);border-radius:var(--radius-lg);animation:Hero-module__gNeX-G__floatIn .8s var(--ease-out-expo) 1.2s both;will-change:transform;background:linear-gradient(135deg,#0f0f0fa6 0%,#1916128c 100%);border:1px solid #ca9b6433;padding:.75rem 1.2rem .75rem 1.6rem;display:flex;position:absolute}.Hero-module__gNeX-G__floatingCardValuation{animation:Hero-module__gNeX-G__floatIn .8s var(--ease-out-expo) 1.2s both, Hero-module__gNeX-G__floatDrift 5s cubic-bezier(.45, 0, .55, 1) 2s infinite;top:18%;right:8%}.Hero-module__gNeX-G__floatingCardEquity{animation:Hero-module__gNeX-G__floatIn .8s var(--ease-out-expo) 1.5s both, Hero-module__gNeX-G__floatDrift 6s cubic-bezier(.45, 0, .55, 1) 2.3s infinite;top:50%;right:4%}.Hero-module__gNeX-G__floatingCardIcon{background:var(--gradient-gold);width:36px;height:36px;color:var(--color-charcoal);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-left:-2.2rem;padding:7px;display:flex;box-shadow:0 2px 12px #d4a9484d,0 0 0 3px #d4a94814}.Hero-module__gNeX-G__floatingCardIcon svg{width:100%;height:100%}.Hero-module__gNeX-G__floatingCardContent{flex-direction:column;gap:1px;display:flex}.Hero-module__gNeX-G__floatingCardValue{font-family:var(--font-display);color:var(--color-white);letter-spacing:-.01em;font-size:1rem;font-weight:600}.Hero-module__gNeX-G__floatingCardLabel{letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-subtle);font-size:.55rem;font-weight:500}.Hero-module__gNeX-G__floatingCardHighlight{font-family:var(--font-display);background:var(--gradient-gold-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.2rem;font-weight:700}@keyframes Hero-module__gNeX-G__floatIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes Hero-module__gNeX-G__headlineReveal{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__gNeX-G__floatDrift{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes Hero-module__gNeX-G__goldFlash{0%{filter:brightness()}50%{filter:brightness(1.15)}to{filter:brightness()}}@keyframes Hero-module__gNeX-G__wordFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.Hero-module__gNeX-G__contentLeft{z-index:2;align-self:center;align-items:flex-start;gap:var(--space-lg);text-align:left;flex-direction:column;width:100%;max-width:1600px;margin:auto 0;padding-top:8vh;display:flex;position:relative}.Hero-module__gNeX-G__eyebrow{font-family:var(--font-body);letter-spacing:.35em;text-transform:uppercase;color:var(--color-gold);animation:Hero-module__gNeX-G__headlineReveal .8s var(--ease-out-expo) .2s both;padding-left:clamp(2rem,8vw,8rem);font-size:.65rem;font-weight:500}.Hero-module__gNeX-G__headline{font-family:var(--font-display);color:var(--color-white);letter-spacing:-.04em;flex-direction:column;font-size:clamp(4.5rem,11vw,10rem);font-weight:800;line-height:.92;display:flex}.Hero-module__gNeX-G__headlineLine1{animation:Hero-module__gNeX-G__headlineReveal .9s var(--ease-out-expo) .4s both;display:block}.Hero-module__gNeX-G__headlineLine2{animation:Hero-module__gNeX-G__headlineReveal .9s var(--ease-out-expo) .6s both;padding-left:clamp(2rem,8vw,8rem);display:block}.Hero-module__gNeX-G__headlineAccent{background:var(--gradient-gold-text);-webkit-text-fill-color:transparent;animation:Hero-module__gNeX-G__headlineReveal .9s var(--ease-out-expo) .6s both, Hero-module__gNeX-G__shimmer 4s linear 2s infinite;background-size:200%;-webkit-background-clip:text;background-clip:text}.Hero-module__gNeX-G__subheadline{font-family:var(--font-body);color:var(--color-text-muted);letter-spacing:.01em;max-width:720px;animation:Hero-module__gNeX-G__headlineReveal .8s var(--ease-out-expo) .8s both;padding-left:clamp(2rem,8vw,8rem);font-size:clamp(.88rem,1.3vw,1.05rem);font-weight:400;line-height:1.65}.Hero-module__gNeX-G__subheadline strong{color:var(--color-white);font-weight:600}.Hero-module__gNeX-G__ctaGroup{gap:var(--space-md);margin-top:var(--space-xl);animation:Hero-module__gNeX-G__headlineReveal .8s var(--ease-out-expo) 1s both;flex-wrap:wrap;padding-left:clamp(2rem,8vw,8rem);display:flex}.Hero-module__gNeX-G__ctaPrimary,.Hero-module__gNeX-G__ctaSecondary{letter-spacing:.08em;text-transform:uppercase;border-radius:var(--radius-full);transition:all var(--transition-base);white-space:nowrap;text-align:center;color:var(--color-charcoal);background:var(--gradient-gold);background-size:200% 200%;padding:1.15rem 2.8rem;font-size:.88rem;font-weight:600;position:relative;overflow:hidden;box-shadow:0 4px 24px #ca9b642e,0 1px 3px #ca9b6414}.Hero-module__gNeX-G__ctaPrimary:hover,.Hero-module__gNeX-G__ctaPrimary:focus-visible,.Hero-module__gNeX-G__ctaSecondary:hover,.Hero-module__gNeX-G__ctaSecondary:focus-visible{background-position:100%;transform:translateY(-2px);box-shadow:0 8px 36px #ca9b6452,0 2px 8px #ca9b641f}.Hero-module__gNeX-G__ctaLabel{letter-spacing:.04em;text-transform:none;opacity:.65;margin-bottom:3px;font-size:.6rem;font-weight:400;display:block}.Hero-module__gNeX-G__ctaPrimary .Hero-module__gNeX-G__ctaLabel{opacity:.55}.Hero-module__gNeX-G__contentRight{z-index:2;align-items:flex-end;gap:var(--space-xl);text-align:right;animation:Hero-module__gNeX-G__fadeInUp .9s var(--ease-out-expo) .5s both;flex-direction:column;align-self:center;width:100%;max-width:1600px;margin-top:auto;display:flex;position:relative}.Hero-module__gNeX-G__valueProps{gap:var(--space-sm);flex-direction:column;align-items:flex-end;display:flex}.Hero-module__gNeX-G__valueProp{align-items:center;gap:var(--space-sm);color:#fefefea6;letter-spacing:.02em;font-size:.78rem;font-weight:400;display:flex}.Hero-module__gNeX-G__valuePropIcon{background:var(--gradient-gold);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:.45rem}.Hero-module__gNeX-G__valuePropSeparator{display:none}.Hero-module__gNeX-G__statsBar{gap:var(--space-xl);align-items:baseline;display:flex}.Hero-module__gNeX-G__stat{flex-direction:column;align-items:center;gap:2px;display:flex}.Hero-module__gNeX-G__statValue{font-family:var(--font-display);color:var(--color-white);letter-spacing:-.02em;font-size:clamp(1.1rem,1.8vw,1.5rem);font-weight:300}.Hero-module__gNeX-G__statLabel{letter-spacing:.18em;text-transform:uppercase;color:var(--color-text-subtle);font-size:.5rem;font-weight:500}.Hero-module__gNeX-G__scrollIndicator{align-items:center;gap:var(--space-sm);animation:Hero-module__gNeX-G__fadeIn 1s var(--ease-out-expo) 1.5s both, Hero-module__gNeX-G__scrollBounce 2s cubic-bezier(.45, 0, .55, 1) 2.5s infinite;z-index:2;flex-direction:column;display:flex;position:absolute;bottom:32px;left:50%;transform:translate(-50%)}.Hero-module__gNeX-G__scrollLine{background:linear-gradient(to bottom, var(--color-gold), transparent);transform-origin:top;width:1px;height:40px;animation:2s cubic-bezier(.45,0,.55,1) 2.5s infinite Hero-module__gNeX-G__scrollLinePulse}.Hero-module__gNeX-G__scrollText{letter-spacing:.25em;text-transform:uppercase;color:var(--color-text-subtle);font-size:.55rem}@keyframes Hero-module__gNeX-G__scrollBounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(6px)}}@keyframes Hero-module__gNeX-G__scrollLinePulse{0%,to{opacity:.4;transform:scaleY(.85)}50%{opacity:1;transform:scaleY(1)}}@media (max-width:1024px){.Hero-module__gNeX-G__floatingCards{pointer-events:auto;z-index:2;flex-flow:wrap;order:1;gap:1rem;width:100%;max-width:none;padding-left:clamp(2rem,8vw,8rem);padding-right:clamp(1.5rem,5vw,3rem);display:flex;position:static;transform:none}.Hero-module__gNeX-G__floatingCard{gap:.5rem;padding:.55rem .9rem;animation:none;position:static}.Hero-module__gNeX-G__floatingCardIcon{width:28px;height:28px;margin-left:0}.Hero-module__gNeX-G__floatingCardValue{font-size:.9rem}.Hero-module__gNeX-G__floatingCardLabel{font-size:.5rem}.Hero-module__gNeX-G__hero{align-items:flex-start;gap:var(--space-2xl);padding-bottom:var(--space-4xl)}.Hero-module__gNeX-G__contentRight{text-align:left;order:2;align-items:flex-start}.Hero-module__gNeX-G__valueProps{align-items:flex-start;gap:var(--space-md);flex-flow:wrap}.Hero-module__gNeX-G__statsBar{gap:var(--space-xl)}}@media (max-width:768px){.Hero-module__gNeX-G__hero{padding:calc(var(--space-4xl) + 4rem) var(--space-lg) var(--space-3xl);min-height:100svh}.Hero-module__gNeX-G__headline{font-size:clamp(2.8rem,12vw,4rem)}.Hero-module__gNeX-G__headlineLine2{padding-left:clamp(1.5rem,6vw,3rem)}.Hero-module__gNeX-G__subheadline{padding-left:clamp(1.5rem,6vw,3rem);font-size:.88rem}.Hero-module__gNeX-G__ctaGroup{padding-left:clamp(1.5rem,6vw,3rem)}.Hero-module__gNeX-G__ctaPrimary,.Hero-module__gNeX-G__ctaSecondary{text-align:center;padding:1.05rem 2.4rem}.Hero-module__gNeX-G__statsBar{gap:var(--space-lg);flex-wrap:wrap}.Hero-module__gNeX-G__statValue{font-size:1.2rem}.Hero-module__gNeX-G__cornerTopLeft,.Hero-module__gNeX-G__cornerBottomRight,.Hero-module__gNeX-G__scrollIndicator{display:none}}@media (max-width:480px){.Hero-module__gNeX-G__hero{padding:calc(var(--space-4xl) + 2rem) var(--space-md) var(--space-2xl)}.Hero-module__gNeX-G__headline{font-size:clamp(2.4rem,11vw,3.2rem)}.Hero-module__gNeX-G__valueProps{gap:var(--space-sm);flex-direction:column}.Hero-module__gNeX-G__statsBar{justify-content:space-between;gap:var(--space-sm);flex-flow:row;width:100%}.Hero-module__gNeX-G__stat{flex:1;align-items:flex-start;min-width:0}.Hero-module__gNeX-G__statValue{font-size:1rem}.Hero-module__gNeX-G__statLabel{letter-spacing:.12em;font-size:.45rem}.Hero-module__gNeX-G__floatingCards{padding-left:var(--space-md);padding-right:var(--space-md);gap:.75rem}.Hero-module__gNeX-G__floatingCard{flex:1 1 0;min-width:0;padding:.45rem .75rem}.Hero-module__gNeX-G__floatingCardIcon{width:24px;height:24px}.Hero-module__gNeX-G__floatingCardValue{font-size:.8rem}}
.OpportunitySection-module__9BuaVq__section{background-color:var(--color-charcoal);color:var(--color-white);background-image:linear-gradient(#050505 0%,#05050500 10%),linear-gradient(#05050500 90%,#050505 100%),radial-gradient(#0a0a0a80 0%,#050505f2 100%),url(/opportunity_bg.webp);background-position:50%;background-size:cover;padding:clamp(5rem,10vh,8rem) clamp(1.5rem,5vw,4rem);position:relative;overflow:hidden}.OpportunitySection-module__9BuaVq__section:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#ca9b640a 0%,#0000 60%);width:600px;height:600px;position:absolute;top:50%;left:20%;transform:translate(-50%,-50%)}.OpportunitySection-module__9BuaVq__inner{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(3rem,6vw,6rem);max-width:1280px;margin:0 auto;display:grid;position:relative}.OpportunitySection-module__9BuaVq__cardsGrid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.OpportunitySection-module__9BuaVq__card{border-radius:var(--radius-lg);height:100%;transition:transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-base), background var(--transition-base);background:#121212;border:1px solid #ffffff0f;flex-direction:column;padding:2.2rem 1.8rem;display:flex;position:relative;overflow:hidden;box-shadow:0 15px 45px -15px #ca9b6440}.OpportunitySection-module__9BuaVq__card:hover{background:linear-gradient(#121212 30%,#2e271e 100%);border-color:#ca9b6466;transform:translateY(-4px);box-shadow:0 20px 40px #0009,0 20px 60px -10px #ca9b6466}.OpportunitySection-module__9BuaVq__card:before{content:"";background:var(--color-gold);opacity:.9;border-top-right-radius:4px;border-bottom-right-radius:4px;width:6px;height:3.5rem;position:absolute;left:0}.OpportunitySection-module__9BuaVq__cardTopTab:before{top:2rem}.OpportunitySection-module__9BuaVq__cardBottomTab:before{bottom:2rem}.OpportunitySection-module__9BuaVq__cardTitle{font-family:var(--font-display);color:var(--color-white);letter-spacing:-.01em;margin-bottom:.85rem;font-size:1.35rem;font-weight:700;line-height:1.25}.OpportunitySection-module__9BuaVq__cardDesc{font-family:var(--font-body);color:var(--color-text-subtle);flex-grow:1;font-size:.88rem;line-height:1.6}.OpportunitySection-module__9BuaVq__content{flex-direction:column;gap:1.8rem;display:flex}.OpportunitySection-module__9BuaVq__headline{font-family:var(--font-display);color:var(--color-white);letter-spacing:-.03em;font-size:clamp(2.4rem,4.5vw,3.8rem);font-weight:800;line-height:1.1}.OpportunitySection-module__9BuaVq__highlight{background:var(--gradient-gold-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.OpportunitySection-module__9BuaVq__intro{font-family:var(--font-body);color:var(--color-text-subtle);max-width:540px;font-size:clamp(.95rem,1.1vw,1.05rem);line-height:1.7}@media (max-width:900px){.OpportunitySection-module__9BuaVq__inner{grid-template-columns:1fr;gap:3.5rem}.OpportunitySection-module__9BuaVq__content{text-align:center;order:-1;align-items:center}.OpportunitySection-module__9BuaVq__headline .OpportunitySection-module__9BuaVq__desktopBr{display:none}}@media (max-width:640px){.OpportunitySection-module__9BuaVq__cardsGrid{grid-template-columns:1fr;gap:1.25rem}}
.PropertySection-module__Lylg9a__section{color:var(--color-white);background-color:#050505;padding:clamp(5rem,10vh,8rem) clamp(1.5rem,5vw,4rem);position:relative;overflow:hidden}.PropertySection-module__Lylg9a__bgLayers{pointer-events:none;z-index:0;position:absolute;inset:0}.PropertySection-module__Lylg9a__bgLayer{opacity:0;z-index:1;background-position:50%;background-size:cover;transition:opacity 1.5s ease-in-out;position:absolute;inset:0}.PropertySection-module__Lylg9a__bgActive{opacity:1}.PropertySection-module__Lylg9a__inner{z-index:10;max-width:1280px;margin:0 auto;position:relative}.PropertySection-module__Lylg9a__content{max-width:1400px}.PropertySection-module__Lylg9a__eyebrow{font-family:var(--font-body);letter-spacing:.15em;text-transform:uppercase;color:var(--color-gold);margin-bottom:1.5rem;padding-left:clamp(1.5rem,4vw,3.5rem);font-size:.75rem;font-weight:600;display:block}.PropertySection-module__Lylg9a__headline{font-family:var(--font-display);letter-spacing:-.03em;margin-bottom:1.5rem;font-size:clamp(3rem,6vw,6rem);font-weight:800;line-height:1.05}.PropertySection-module__Lylg9a__headlineLine2{padding-left:clamp(1.5rem,4vw,3.5rem);display:inline-block}.PropertySection-module__Lylg9a__highlight{color:var(--color-gold)}.PropertySection-module__Lylg9a__intro{font-family:var(--font-body);color:#ffffff8c;max-width:900px;margin-bottom:3.5rem;padding-left:clamp(1.5rem,4vw,3.5rem);font-size:clamp(.95rem,1.2vw,1.05rem);line-height:1.7}.PropertySection-module__Lylg9a__featureList{flex-direction:column;gap:1rem;max-width:680px;margin-left:clamp(1.5rem,4vw,3.5rem);display:flex}.PropertySection-module__Lylg9a__featureCard{border-radius:var(--radius-md);cursor:pointer;background:#161616;border:1px solid #ffffff0a;align-items:center;padding:1.8rem 2rem;transition:all .7s cubic-bezier(.25,.8,.25,1);display:flex;position:relative;overflow:visible}.PropertySection-module__Lylg9a__featureCardActive{background:linear-gradient(90deg,#2e271ecc 0%,#161616 100%);border-color:#ca9b644d;box-shadow:0 10px 40px -10px #ca9b6426}.PropertySection-module__Lylg9a__featureIndicatorContainer{background:#ffffff0d;border-radius:0 4px 4px 0;width:6px;height:60%;position:absolute;top:50%;left:0;transform:translateY(-50%)}.PropertySection-module__Lylg9a__featureIndicatorFill{background:var(--color-gold);border-radius:0 4px 4px 0;width:100%;height:0%;position:absolute;top:0;left:0;box-shadow:0 0 15px #ca9b6466}.PropertySection-module__Lylg9a__featureCardActive .PropertySection-module__Lylg9a__featureIndicatorFill{animation:4s linear forwards PropertySection-module__Lylg9a__featureProgress}@keyframes PropertySection-module__Lylg9a__featureProgress{0%{height:0%}to{height:100%}}.PropertySection-module__Lylg9a__featureText{margin-left:.5rem}.PropertySection-module__Lylg9a__featureLabel{font-family:var(--font-display);color:var(--color-white);margin-bottom:.35rem;font-size:1.15rem;font-weight:700}.PropertySection-module__Lylg9a__featureDetail{font-family:var(--font-body);color:#ffffff80;font-size:.95rem}
.FloorPlanSection-module__aq1Pxa__section{background-color:var(--color-charcoal);color:var(--color-white);background-position:50%;background-size:cover;padding:clamp(5rem,10vh,8rem) clamp(1.5rem,5vw,4rem);transition:background-image .6s;position:relative}.FloorPlanSection-module__aq1Pxa__bgOverlay{z-index:1;background:radial-gradient(#05050566 0%,#050505f2 100%);position:absolute;inset:0}.FloorPlanSection-module__aq1Pxa__illustrationBadge{z-index:3;font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;color:var(--color-cream);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:var(--radius-full);pointer-events:none;background:#000000a6;border:1px solid #d4a94866;padding:.4rem .8rem;font-size:.65rem;font-weight:600;position:absolute;top:clamp(1rem,2.5vw,1.5rem);right:clamp(1rem,2.5vw,1.5rem)}.FloorPlanSection-module__aq1Pxa__inner{z-index:2;max-width:1400px;margin:0 auto;position:relative}.FloorPlanSection-module__aq1Pxa__header{margin-bottom:4rem}.FloorPlanSection-module__aq1Pxa__eyebrow{font-family:var(--font-body);letter-spacing:.15em;text-transform:uppercase;color:var(--color-gold);margin-bottom:1.5rem;padding-left:clamp(1.5rem,4vw,3.5rem);font-size:.75rem;font-weight:600;display:block}.FloorPlanSection-module__aq1Pxa__headline{font-family:var(--font-display);color:var(--color-white);letter-spacing:-.03em;margin-bottom:1.5rem;font-size:clamp(3rem,6vw,6rem);font-weight:800;line-height:1.05}.FloorPlanSection-module__aq1Pxa__headlineLine2{padding-left:clamp(1.5rem,4vw,3.5rem);display:inline-block}.FloorPlanSection-module__aq1Pxa__highlight{color:var(--color-gold)}.FloorPlanSection-module__aq1Pxa__intro{font-family:var(--font-body);color:var(--color-text-muted);max-width:900px;padding-left:clamp(1.5rem,4vw,3.5rem);font-size:clamp(.95rem,1.2vw,1.1rem);line-height:1.7}.FloorPlanSection-module__aq1Pxa__grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.FloorPlanSection-module__aq1Pxa__card{cursor:pointer;background:#121212;border:1px solid #ffffff0d;border-radius:12px;flex-direction:column;align-items:flex-start;padding:3.5rem 3rem;transition:all .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 15px 45px -15px #00000080}.FloorPlanSection-module__aq1Pxa__card:focus-visible{outline:2px solid var(--color-gold);outline-offset:4px}.FloorPlanSection-module__aq1Pxa__cardActive{background:linear-gradient(#121212 0%,#2e271e 100%);border-color:#c9a84c66;box-shadow:0 20px 60px -10px #c9a84c26}.FloorPlanSection-module__aq1Pxa__cardInactive{opacity:.6;background:#0e0e0e;border-color:#ffffff08}.FloorPlanSection-module__aq1Pxa__cardInactive:hover{opacity:.85;border-color:#ffffff14}.FloorPlanSection-module__aq1Pxa__cardIndicator{background:#ffffff26;border-top-right-radius:4px;border-bottom-right-radius:4px;width:6px;height:6.5rem;position:absolute;top:4.5rem;left:-1px}.FloorPlanSection-module__aq1Pxa__cardActive .FloorPlanSection-module__aq1Pxa__cardIndicator{background:var(--color-gold);box-shadow:0 0 10px #c9a84c80}.FloorPlanSection-module__aq1Pxa__cardEyebrow{font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted);z-index:1;margin-bottom:1.2rem;font-size:.75rem;font-weight:500;position:relative}.FloorPlanSection-module__aq1Pxa__cardTitle{font-family:var(--font-display);color:var(--color-white);z-index:1;margin-bottom:2rem;font-size:clamp(1.5rem,2.2vw,2.2rem);font-weight:700;line-height:1.2;position:relative}.FloorPlanSection-module__aq1Pxa__cardDesc{font-family:var(--font-body);color:var(--color-text-muted);z-index:1;font-size:.95rem;line-height:1.8;position:relative}@media (max-width:900px){.FloorPlanSection-module__aq1Pxa__grid{grid-template-columns:1fr}.FloorPlanSection-module__aq1Pxa__card{padding:2.5rem 2rem}}
.ROICalculatorSection-module__CXXQIa__section{color:var(--color-white);background-color:#050505;padding:clamp(5rem,10vh,8rem) clamp(1.5rem,5vw,4rem);position:relative;overflow:hidden}.ROICalculatorSection-module__CXXQIa__inner{z-index:1;max-width:1280px;margin:0 auto;position:relative}.ROICalculatorSection-module__CXXQIa__header{text-align:center;margin-bottom:clamp(2.5rem,5vw,4rem)}.ROICalculatorSection-module__CXXQIa__eyebrow{font-family:var(--font-display);color:var(--color-gold);letter-spacing:.2em;text-transform:uppercase;margin-bottom:1.25rem;font-size:.75rem;font-weight:600;display:inline-block}.ROICalculatorSection-module__CXXQIa__headline{font-family:var(--font-display);color:var(--color-white);letter-spacing:-.03em;max-width:18ch;margin:0 auto;font-size:clamp(2rem,4.5vw,3.4rem);font-weight:800;line-height:1.1}.ROICalculatorSection-module__CXXQIa__highlight{background:var(--gradient-gold-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.ROICalculatorSection-module__CXXQIa__tabs{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:2.5rem;display:flex}.ROICalculatorSection-module__CXXQIa__tab{font-family:var(--font-display);color:var(--color-text-muted);border-radius:var(--radius-full);transition:color var(--transition-fast), background var(--transition-fast), border-color var(--transition-fast);background:#121212;border:1px solid #ffffff14;padding:.7rem 1.6rem;font-size:.92rem;font-weight:600}.ROICalculatorSection-module__CXXQIa__tab:hover{color:var(--color-white);border-color:#d4a9484d}.ROICalculatorSection-module__CXXQIa__tabActive{color:var(--color-charcoal);background:var(--gradient-gold);border-color:#0000}.ROICalculatorSection-module__CXXQIa__tabActive:hover{color:var(--color-charcoal)}.ROICalculatorSection-module__CXXQIa__calc{border-radius:var(--radius-2xl);background:#121212;border:1px solid #ffffff0f;grid-template-columns:1.05fr 1fr;gap:clamp(1.5rem,3vw,3rem);padding:clamp(1.5rem,3vw,2.75rem);display:grid;box-shadow:0 20px 60px -20px #0009}.ROICalculatorSection-module__CXXQIa__inputs{flex-direction:column;gap:1.6rem;display:flex}.ROICalculatorSection-module__CXXQIa__inputGroup{flex-direction:column;gap:.55rem;display:flex}.ROICalculatorSection-module__CXXQIa__inputHeader{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.ROICalculatorSection-module__CXXQIa__inputLabel{font-family:var(--font-body);color:var(--color-cream);font-size:.9rem;font-weight:500}.ROICalculatorSection-module__CXXQIa__inputValue{font-family:var(--font-display);color:var(--color-gold);font-variant-numeric:tabular-nums;font-size:1.15rem;font-weight:700}.ROICalculatorSection-module__CXXQIa__slider{appearance:none;border-radius:var(--radius-full);background:#ffffff1a;outline:none;width:100%;height:4px;margin:.4rem 0}.ROICalculatorSection-module__CXXQIa__slider::-webkit-slider-thumb{appearance:none;background:var(--gradient-gold);border:2px solid var(--color-charcoal);cursor:pointer;width:22px;height:22px;transition:transform var(--transition-fast);border-radius:50%;box-shadow:0 0 0 1px #d4a9484d,0 4px 12px #0006}.ROICalculatorSection-module__CXXQIa__slider::-webkit-slider-thumb:hover{transform:scale(1.1)}.ROICalculatorSection-module__CXXQIa__slider::-moz-range-thumb{background:var(--color-gold);border:2px solid var(--color-charcoal);cursor:pointer;border-radius:50%;width:22px;height:22px;box-shadow:0 0 0 1px #d4a9484d,0 4px 12px #0006}.ROICalculatorSection-module__CXXQIa__sliderRange{font-family:var(--font-body);color:var(--color-text-subtle);font-variant-numeric:tabular-nums;justify-content:space-between;font-size:.72rem;display:flex}.ROICalculatorSection-module__CXXQIa__outputs{border-radius:var(--radius-lg);background:#0000004d;border:1px solid #d4a94826;flex-direction:column;gap:.85rem;padding:clamp(1.25rem,2vw,1.75rem);display:flex}.ROICalculatorSection-module__CXXQIa__outputRow{border-bottom:1px solid #ffffff0a;justify-content:space-between;align-items:baseline;gap:1rem;padding:.65rem 0;display:flex}.ROICalculatorSection-module__CXXQIa__outputRow:last-child{border-bottom:none}.ROICalculatorSection-module__CXXQIa__outputLabel{font-family:var(--font-body);color:var(--color-text-muted);font-size:.85rem}.ROICalculatorSection-module__CXXQIa__outputValue{font-family:var(--font-display);color:var(--color-white);font-variant-numeric:tabular-nums;font-size:1rem;font-weight:600}.ROICalculatorSection-module__CXXQIa__outputRowHighlight{border-radius:var(--radius-md);background:linear-gradient(135deg,#d4a9481f,#d4a9480a);border:1px solid #d4a9484d;margin-top:.5rem;padding:1rem 1.1rem}.ROICalculatorSection-module__CXXQIa__outputRowHighlight .ROICalculatorSection-module__CXXQIa__outputLabel{color:var(--color-cream);font-size:.92rem;font-weight:600}.ROICalculatorSection-module__CXXQIa__outputRowHighlight .ROICalculatorSection-module__CXXQIa__outputValue{background:var(--gradient-gold-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem}.ROICalculatorSection-module__CXXQIa__outputsNote{font-family:var(--font-body);color:var(--color-text-subtle);text-align:center;margin-top:.75rem;font-size:.72rem;line-height:1.5}@media (max-width:900px){.ROICalculatorSection-module__CXXQIa__calc{grid-template-columns:1fr}}@media (max-width:480px){.ROICalculatorSection-module__CXXQIa__tab{padding:.6rem 1.1rem;font-size:.85rem}.ROICalculatorSection-module__CXXQIa__calc{padding:1.25rem}.ROICalculatorSection-module__CXXQIa__outputRowHighlight .ROICalculatorSection-module__CXXQIa__outputValue{font-size:1.3rem}}
.PartnerSection-module__UtfUFW__section{color:var(--color-white,#fff);background-color:#050505;padding:clamp(5rem,10vh,8rem) clamp(1.5rem,5vw,4rem);position:relative;overflow:hidden}.PartnerSection-module__UtfUFW__inner{z-index:1;align-items:center;gap:clamp(4rem,8vw,6rem);max-width:1200px;margin:0 auto;display:flex;position:relative}.PartnerSection-module__UtfUFW__textContent{z-index:2;flex:1.1}.PartnerSection-module__UtfUFW__eyebrow{font-family:var(--font-body);letter-spacing:.15em;text-transform:uppercase;color:var(--color-gold);margin-bottom:1.5rem;font-size:.75rem;font-weight:600;display:block}.PartnerSection-module__UtfUFW__headline{font-family:var(--font-display,inherit);color:var(--color-white,#fff);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2rem,3vw,2.8rem);font-weight:800;line-height:1.25}.PartnerSection-module__UtfUFW__highlight{color:var(--color-gold,#d4a948)}.PartnerSection-module__UtfUFW__desc{font-family:var(--font-body,inherit);color:var(--color-text-muted);margin-bottom:3rem;font-size:clamp(.95rem,1.1vw,1.05rem);line-height:1.6}.PartnerSection-module__UtfUFW__statsGrid{gap:2.5rem;display:flex}.PartnerSection-module__UtfUFW__statItem{border-left:4px solid var(--color-gold,#d4a948);flex-direction:column;padding-left:1rem;display:flex}.PartnerSection-module__UtfUFW__statTitle{font-family:var(--font-display,inherit);color:var(--color-gold,#d4a948);font-size:1.1rem;font-weight:800;line-height:1.2}.PartnerSection-module__UtfUFW__statDesc{font-family:var(--font-body,inherit);color:var(--color-text-subtle);margin-top:.25rem;font-size:.9rem;font-weight:600;line-height:1.2}.PartnerSection-module__UtfUFW__imageContent{flex:.9;justify-content:center;align-items:flex-end;min-height:500px;display:flex;position:relative}.PartnerSection-module__UtfUFW__schematicBg{z-index:0;background-image:linear-gradient(#ffffff0d 1px,#0000 1px),linear-gradient(90deg,#ffffff0d 1px,#0000 1px);background-size:50px 50px;width:150%;height:150%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-mask-image:radial-gradient(circle,#000 30%,#0000 70%);mask-image:radial-gradient(circle,#000 30%,#0000 70%)}.PartnerSection-module__UtfUFW__glow{z-index:1;pointer-events:none;background:radial-gradient(circle,#c9a84c4d 0%,#0000 60%);width:400px;height:400px;position:absolute;top:40%;left:40%;transform:translate(-50%,-50%)}.PartnerSection-module__UtfUFW__imageWrapper{z-index:2;justify-content:center;align-items:flex-end;width:100%;height:550px;display:flex;position:relative}.PartnerSection-module__UtfUFW__image{object-fit:contain;object-position:bottom;width:100%;height:100%;-webkit-mask-image:linear-gradient(#000 60%,#0000 100%);mask-image:linear-gradient(#000 60%,#0000 100%)}.PartnerSection-module__UtfUFW__sectionBg{z-index:0;position:absolute;inset:0;overflow:hidden}.PartnerSection-module__UtfUFW__sectionBgImage{object-fit:cover;width:100%;height:100%}.PartnerSection-module__UtfUFW__sectionBgOverlay{background:linear-gradient(#050505 0%,#05050500 14% 86%,#050505 100%),linear-gradient(110deg,#050505fa 0%,#050505d9 45%,#05050566 100%);position:absolute;inset:0}@media (max-width:900px){.PartnerSection-module__UtfUFW__inner{flex-direction:column}.PartnerSection-module__UtfUFW__statsGrid{flex-direction:row;gap:.75rem}.PartnerSection-module__UtfUFW__statItem{border-left-width:3px;flex:1;min-width:0;padding-left:.6rem}.PartnerSection-module__UtfUFW__statTitle{font-size:.9rem}.PartnerSection-module__UtfUFW__statDesc{font-size:.7rem}.PartnerSection-module__UtfUFW__imageContent{width:100%}}
.MapSection-module__nPzxNW__section{color:var(--color-white,#fff);background-color:#050505;padding:clamp(5rem,10vh,8rem) clamp(1.5rem,5vw,4rem);position:relative;overflow:hidden}.MapSection-module__nPzxNW__inner{background:#111;border:1px solid #ffffff0d;border-radius:20px;flex-direction:column;gap:4rem;max-width:1200px;margin:0 auto;padding:clamp(3rem,5vw,4rem) clamp(2.5rem,5vw,4rem) clamp(1rem,2vw,1.5rem);display:flex}.MapSection-module__nPzxNW__textContent{max-width:100%}.MapSection-module__nPzxNW__eyebrow{font-family:var(--font-body);color:var(--color-text-muted);margin-bottom:1.5rem;font-size:.95rem;line-height:1.6;display:block}.MapSection-module__nPzxNW__eyebrow strong{color:#e5e5e5;font-weight:700}.MapSection-module__nPzxNW__headerBlock{margin-bottom:2.5rem;position:relative}.MapSection-module__nPzxNW__mapIndicator{background:var(--color-gold,#d4a948);border-top-right-radius:4px;border-bottom-right-radius:4px;width:6px;position:absolute;top:0;bottom:.2rem;left:calc(-1*clamp(2.5rem,5vw,4rem) - 1px);box-shadow:0 0 10px #c9a84c80}.MapSection-module__nPzxNW__headerBlock>:nth-child(2){margin-top:0}.MapSection-module__nPzxNW__headerBlock>:last-child{margin-bottom:0}.MapSection-module__nPzxNW__headline{font-family:var(--font-display,inherit);color:var(--color-white,#fff);letter-spacing:-.02em;font-size:clamp(2rem,3.5vw,3.5rem);font-weight:800;line-height:1.15}.MapSection-module__nPzxNW__highlight{color:var(--color-gold,#d4a948)}.MapSection-module__nPzxNW__desc{font-family:var(--font-body,inherit);color:var(--color-text-muted);flex-direction:column;gap:1.5rem;font-size:clamp(1rem,1.15vw,1.1rem);line-height:1.7;display:flex}.MapSection-module__nPzxNW__mapContainer{background:#000;border:1px solid #ffffff14;border-radius:12px;width:100%;position:relative;overflow:hidden}.MapSection-module__nPzxNW__placeholderText{color:#c9a84c80;font-family:var(--font-display);letter-spacing:.05em;font-size:1.5rem;font-weight:700}@media (max-width:900px){.MapSection-module__nPzxNW__inner{padding:clamp(2rem,5vw,3rem)}.MapSection-module__nPzxNW__mapIndicator{left:calc(-1*clamp(2rem,5vw,3rem) - 1px)}}
.LogicSection-module__Z99coG__section{color:var(--color-white);background-color:#050505;padding:clamp(5rem,10vh,8rem) clamp(1.5rem,5vw,4rem);position:relative;overflow:clip}.LogicSection-module__Z99coG__inner{z-index:2;flex-direction:column;gap:clamp(2rem,3vw,2.5rem);max-width:1400px;margin:0 auto;display:flex;position:relative}.LogicSection-module__Z99coG__header{position:relative}.LogicSection-module__Z99coG__eyebrow{font-family:var(--font-body);letter-spacing:.15em;text-transform:uppercase;color:var(--color-gold);margin-bottom:1.5rem;padding-left:clamp(1.5rem,4vw,3.5rem);font-size:.75rem;font-weight:600;display:block}.LogicSection-module__Z99coG__headline{font-family:var(--font-display);color:var(--color-white);letter-spacing:-.03em;margin-bottom:1.5rem;font-size:clamp(3rem,6vw,6rem);font-weight:800;line-height:1.05}.LogicSection-module__Z99coG__headlineLine2{padding-left:clamp(1.5rem,4vw,3.5rem);display:inline-block}.LogicSection-module__Z99coG__headlineLine3{padding-left:clamp(3rem,8vw,7rem);display:inline-block}.LogicSection-module__Z99coG__highlight{color:var(--color-gold)}.LogicSection-module__Z99coG__intro{font-family:var(--font-body);color:var(--color-text-muted);max-width:900px;padding-left:clamp(1.5rem,4vw,3.5rem);font-size:clamp(.95rem,1.1vw,1.05rem);line-height:1.7}.LogicSection-module__Z99coG__floatingCards{pointer-events:none;z-index:3;position:absolute;inset:0}.LogicSection-module__Z99coG__floatingCard{align-items:center;gap:var(--space-md,1rem);-webkit-backdrop-filter:blur(16px);border-radius:var(--radius-lg,12px);background:linear-gradient(135deg,#0f0f0fa6 0%,#1916128c 100%);border:1px solid #ca9b6433;padding:.75rem 1.2rem .75rem 1.6rem;display:flex;position:absolute}.LogicSection-module__Z99coG__floatingCardEquity{will-change:transform;animation:6s cubic-bezier(.45,0,.55,1) infinite LogicSection-module__Z99coG__floatDrift;top:65%;right:8%}@keyframes LogicSection-module__Z99coG__floatDrift{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.LogicSection-module__Z99coG__floatingCardIcon{background:var(--gradient-gold,linear-gradient(135deg, #d4a948 0%, #c99a4c 100%));width:36px;height:36px;color:var(--color-charcoal,#1a1a1a);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-left:-2.2rem;padding:7px;display:flex;box-shadow:0 2px 12px #d4a9484d,0 0 0 3px #d4a94814}.LogicSection-module__Z99coG__floatingCardIcon svg{width:100%;height:100%}.LogicSection-module__Z99coG__floatingCardContent{flex-direction:column;gap:1px;display:flex}.LogicSection-module__Z99coG__floatingCardValue{font-family:var(--font-display);color:var(--color-white);letter-spacing:-.01em;font-size:1rem;font-weight:600}.LogicSection-module__Z99coG__floatingCardLabel{letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-subtle,#ffffff80);font-size:.55rem;font-weight:500}@media (max-width:900px){.LogicSection-module__Z99coG__floatingCards{display:none}}.LogicSection-module__Z99coG__cardsGrid{flex-direction:column;display:flex}@media (max-width:900px){.LogicSection-module__Z99coG__cardsGrid{gap:4rem}}.LogicSection-module__Z99coG__card{background:#121212 linear-gradient(135deg,#ffffff08 0%,#0000 100%);border:2px solid #ffffff0d;border-radius:20px;align-items:center;gap:clamp(3rem,6vw,5rem);padding:clamp(2.5rem,5vw,4rem);transition:border-color .4s,box-shadow .4s;display:flex;position:sticky;top:clamp(7rem,12vh,10rem);overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.LogicSection-module__Z99coG__cardSideBar{background:var(--color-gold);opacity:0;z-index:2;pointer-events:none;border-top-right-radius:4px;border-bottom-right-radius:4px;width:8px;height:7rem;transition:opacity .4s;position:absolute;top:3rem;left:-2px;box-shadow:0 0 14px #c9a84c8c}.LogicSection-module__Z99coG__cardActive .LogicSection-module__Z99coG__cardSideBar{opacity:1}.LogicSection-module__Z99coG__card:first-of-type{margin-bottom:11rem}.LogicSection-module__Z99coG__card:nth-of-type(2){margin-bottom:9.5rem;top:calc(clamp(7rem,12vh,10rem) + 1.5rem)}.LogicSection-module__Z99coG__card:nth-of-type(3){margin-bottom:5rem;top:calc(clamp(7rem,12vh,10rem) + 3rem)}.LogicSection-module__Z99coG__cardActive{border-color:#c9a84cb3;box-shadow:0 25px 50px -12px #00000080,0 0 0 1px #c9a84c59,0 20px 60px -15px #c9a84c33}.LogicSection-module__Z99coG__card:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#ca9b640d 0%,#0000 60%);width:100%;height:100%;position:absolute;top:-50%;right:-50%}.LogicSection-module__Z99coG__cardReverse{flex-direction:row-reverse}.LogicSection-module__Z99coG__cardContent{z-index:1;flex:1;position:relative}.LogicSection-module__Z99coG__cardTitle{font-family:var(--font-display);color:var(--color-white);letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(1.8rem,2.5vw,2.4rem);font-weight:800;line-height:1.25}.LogicSection-module__Z99coG__cardDesc{font-family:var(--font-body);color:var(--color-text-muted);font-size:.95rem;line-height:1.6}.LogicSection-module__Z99coG__cardImageWrapper{z-index:1;flex:1.1;justify-content:center;align-items:center;display:flex;position:relative}.LogicSection-module__Z99coG__imageGlowContainer{aspect-ratio:1;border:2px solid #c9a84ccc;border-radius:12px;width:100%;margin-top:clamp(-2rem,-4vw,-1rem);margin-bottom:clamp(-2rem,-4vw,-1rem);position:relative;overflow:hidden;box-shadow:0 10px 40px #c9a84c40}.LogicSection-module__Z99coG__cardImage{object-fit:cover;width:100%;height:100%;display:block}.LogicSection-module__Z99coG__illustrationBadge{z-index:2;font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;color:var(--color-cream);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:var(--radius-full);pointer-events:none;background:#000000a6;border:1px solid #d4a94866;padding:.35rem .7rem;font-size:.65rem;font-weight:600;position:absolute;top:12px;right:12px}.LogicSection-module__Z99coG__ctaContainer{justify-content:center;margin-top:0;display:flex}.LogicSection-module__Z99coG__ctaButton{background-color:var(--color-gold);color:var(--color-charcoal);font-family:var(--font-body);cursor:pointer;border:none;border-radius:100px;padding:1.2rem 3rem;font-size:.9rem;font-weight:700;transition:all .3s;box-shadow:0 10px 30px #c9a84c4d}.LogicSection-module__Z99coG__ctaButton:hover{transform:translateY(-2px);box-shadow:0 15px 40px #c9a84c66}@media (max-width:900px){.LogicSection-module__Z99coG__section{padding:clamp(3rem,8vh,5rem) clamp(1rem,4vw,2rem)}.LogicSection-module__Z99coG__headline{font-size:clamp(2.2rem,8vw,3rem)}.LogicSection-module__Z99coG__eyebrow,.LogicSection-module__Z99coG__headlineLine2,.LogicSection-module__Z99coG__headlineLine3,.LogicSection-module__Z99coG__intro{padding-left:0}.LogicSection-module__Z99coG__cardsGrid{gap:1.5rem}.LogicSection-module__Z99coG__card,.LogicSection-module__Z99coG__cardReverse{text-align:left;flex-direction:column;gap:1.5rem;padding:1.75rem;position:static;top:auto;margin-bottom:0!important}.LogicSection-module__Z99coG__cardActive{border-color:#ffffff0d;box-shadow:0 25px 50px -12px #00000080}.LogicSection-module__Z99coG__cardBg{display:none}.LogicSection-module__Z99coG__card{background-image:none}.LogicSection-module__Z99coG__card:before{display:none}.LogicSection-module__Z99coG__imageGlowContainer{aspect-ratio:16/10;margin-top:0;margin-bottom:0}.LogicSection-module__Z99coG__cardTitle{margin-bottom:.75rem;font-size:1.5rem}.LogicSection-module__Z99coG__cardDesc{font-size:.9rem}}.LogicSection-module__Z99coG__cardBg{z-index:0;position:absolute;inset:0;overflow:hidden}.LogicSection-module__Z99coG__cardBgImage{object-fit:cover;width:100%;height:100%;transition:transform .8s}.LogicSection-module__Z99coG__card:hover .LogicSection-module__Z99coG__cardBgImage{transform:scale(1.05)}.LogicSection-module__Z99coG__cardBgOverlay{background:linear-gradient(135deg,#12121280 0%,#121212d9 100%);position:absolute;inset:0}
.ApplicationSection-module__7ahm8q__section{background-color:var(--color-charcoal);color:var(--color-white);background-image:linear-gradient(#050505 0%,#050505f2 8%,#0f0f0f99 18% 82%,#050505f2 92%,#050505 100%),url(/qliq_damansara_app_bg.webp);background-position:50%;background-size:150%;padding:clamp(6rem,12vh,10rem) clamp(1.5rem,5vw,4rem);position:relative}.ApplicationSection-module__7ahm8q__inner{z-index:2;max-width:1400px;margin:0 auto;position:relative}.ApplicationSection-module__7ahm8q__header{margin:0 0 4rem}.ApplicationSection-module__7ahm8q__eyebrow{font-family:var(--font-body);letter-spacing:.15em;text-transform:uppercase;color:var(--color-gold);margin-bottom:1.5rem;padding-left:clamp(1.5rem,4vw,3.5rem);font-size:.75rem;font-weight:600;display:block}.ApplicationSection-module__7ahm8q__headline{font-family:var(--font-display,inherit);color:var(--color-white,#fff);letter-spacing:-.03em;margin-bottom:1.5rem;font-size:clamp(3rem,6vw,6rem);font-weight:800;line-height:1.05}.ApplicationSection-module__7ahm8q__headlineLine2{padding-left:clamp(1.5rem,4vw,3.5rem);display:inline-block}.ApplicationSection-module__7ahm8q__highlight{color:var(--color-gold,#d4a948)}.ApplicationSection-module__7ahm8q__desc{font-family:var(--font-body,inherit);color:var(--color-text-muted);max-width:900px;padding-left:clamp(1.5rem,4vw,3.5rem);font-size:clamp(.95rem,1.1vw,1.05rem);line-height:1.7}.ApplicationSection-module__7ahm8q__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:4rem;display:grid}.ApplicationSection-module__7ahm8q__card{text-align:left;background:#0f0f0f;border:1px solid #ffffff0d;border-radius:12px;flex-direction:column;padding:1.5rem;transition:all .3s;display:flex}.ApplicationSection-module__7ahm8q__card:hover{background:linear-gradient(#2e271e 0%,#0f0f0f 100%);border-color:#c9a84c66;transform:translateY(-4px);box-shadow:0 10px 40px -10px #c9a84c26}.ApplicationSection-module__7ahm8q__imageWrapper{width:100%;height:180px;color:var(--color-text-subtle);font-family:var(--font-body,inherit);letter-spacing:.1em;background:#000;border:1px solid #ffffff0d;border-radius:8px;justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:.8rem;display:flex;position:relative;overflow:hidden}.ApplicationSection-module__7ahm8q__cardHeadingGroup{margin-bottom:.75rem;position:relative}.ApplicationSection-module__7ahm8q__cardIndicator{background:#fff6;border-top-right-radius:4px;border-bottom-right-radius:4px;width:3px;height:3rem;transition:all .3s;position:absolute;top:50%;left:calc(-1.5rem - 1px);transform:translateY(-50%)}.ApplicationSection-module__7ahm8q__card:hover .ApplicationSection-module__7ahm8q__cardIndicator{background:var(--color-gold,#d4a948);box-shadow:0 0 8px #c9a84c80}.ApplicationSection-module__7ahm8q__cardEyebrow{font-family:var(--font-body,inherit);color:var(--color-gold,#d4a948);margin-bottom:.5rem;font-size:.85rem;font-weight:500;display:block}.ApplicationSection-module__7ahm8q__cardTitle{font-family:var(--font-display,inherit);color:var(--color-white,#fff);min-height:2.6em;margin-bottom:0;font-size:1.25rem;font-weight:700;line-height:1.3}.ApplicationSection-module__7ahm8q__cardDesc{font-family:var(--font-body,inherit);color:var(--color-text-muted);min-height:3em;font-size:.9rem;line-height:1.5}.ApplicationSection-module__7ahm8q__ctaWrapper{text-align:left;padding-left:clamp(1.5rem,4vw,3.5rem)}.ApplicationSection-module__7ahm8q__button{background-color:var(--color-gold,#d4a948);color:#000;font-family:var(--font-display,inherit);cursor:pointer;border:none;border-radius:50px;padding:1.25rem 3rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.ApplicationSection-module__7ahm8q__button:hover{transform:translateY(-2px);box-shadow:0 10px 25px -5px #c9a84c66}.ApplicationSection-module__7ahm8q__statsBar{flex-wrap:wrap;justify-content:flex-start;align-items:baseline;gap:clamp(2rem,6vw,4rem);margin-top:3rem;padding-left:clamp(1.5rem,4vw,3.5rem);display:flex}.ApplicationSection-module__7ahm8q__stat{flex-direction:column;align-items:flex-start;gap:.5rem;display:flex}.ApplicationSection-module__7ahm8q__statValue{font-family:var(--font-display);color:var(--color-white);letter-spacing:-.02em;font-size:clamp(1.25rem,2vw,1.65rem);font-weight:300;line-height:1}.ApplicationSection-module__7ahm8q__statLabel{letter-spacing:.18em;text-transform:uppercase;color:var(--color-text-subtle,#ffffff80);font-size:.55rem;font-weight:500}@media (max-width:900px){.ApplicationSection-module__7ahm8q__grid{grid-template-columns:1fr}}
.FAQSection-module__HVNb1W__section{color:var(--color-white,#fff);background-color:#050505;flex-direction:column;align-items:center;padding:clamp(6rem,10vh,8rem) clamp(1.5rem,5vw,4rem);display:flex;position:relative}.FAQSection-module__HVNb1W__inner{z-index:2;width:100%;max-width:900px;margin:0 auto;position:relative}.FAQSection-module__HVNb1W__header{text-align:center;margin-bottom:4rem}.FAQSection-module__HVNb1W__eyebrow{font-family:var(--font-body);letter-spacing:.15em;text-transform:uppercase;color:var(--color-gold);margin-bottom:1.5rem;font-size:.75rem;font-weight:600;display:block}.FAQSection-module__HVNb1W__headline{font-family:var(--font-display,inherit);color:var(--color-white,#fff);letter-spacing:-.02em;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.2}.FAQSection-module__HVNb1W__highlight{color:var(--color-gold,#d4a948)}.FAQSection-module__HVNb1W__accordionContainer{flex-direction:column;gap:1.5rem;margin-bottom:4rem;display:flex}.FAQSection-module__HVNb1W__faqItem{cursor:pointer;background:#111;border:1px solid #ffffff0d;border-radius:12px;transition:all .3s;position:relative;overflow:hidden}.FAQSection-module__HVNb1W__faqItem:hover{background:#161616}.FAQSection-module__HVNb1W__faqItem.FAQSection-module__HVNb1W__active{background:#111;border:1px solid #c9a84c66}.FAQSection-module__HVNb1W__activeIndicator{background-color:#ffffff26;border-top-right-radius:4px;border-bottom-right-radius:4px;width:4px;height:3rem;transition:all .3s;position:absolute;top:50px;bottom:auto;left:0;transform:translateY(-50%)}.FAQSection-module__HVNb1W__faqItem.FAQSection-module__HVNb1W__active .FAQSection-module__HVNb1W__activeIndicator{background-color:var(--color-gold,#d4a948)}.FAQSection-module__HVNb1W__questionWrapper{justify-content:space-between;align-items:center;gap:2rem;min-height:100px;padding:1.5rem 2rem;display:flex}.FAQSection-module__HVNb1W__question{font-family:var(--font-display,inherit);color:var(--color-white,#fff);margin:0;font-size:clamp(1.1rem,2vw,1.25rem);font-weight:700;line-height:1.4}.FAQSection-module__HVNb1W__answerWrapper{opacity:0;max-height:0;transition:max-height .4s,opacity .4s;overflow:hidden}.FAQSection-module__HVNb1W__faqItem.FAQSection-module__HVNb1W__active .FAQSection-module__HVNb1W__answerWrapper{opacity:1;max-height:500px}.FAQSection-module__HVNb1W__answer{font-family:var(--font-body,inherit);color:var(--color-text-muted);margin:0;padding:0 2rem 2rem;font-size:1rem;line-height:1.6}.FAQSection-module__HVNb1W__ctaWrapper{text-align:center}.FAQSection-module__HVNb1W__button{background-color:var(--color-gold,#d4a948);color:#000;font-family:var(--font-display,inherit);cursor:pointer;border:none;border-radius:50px;padding:1.25rem 2.5rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.FAQSection-module__HVNb1W__button:hover{transform:translateY(-2px);box-shadow:0 10px 25px -5px #c9a84c66}@media (max-width:900px){.FAQSection-module__HVNb1W__questionWrapper{padding:1.5rem}.FAQSection-module__HVNb1W__answer{padding:0 1.5rem 1.5rem}.FAQSection-module__HVNb1W__activeIndicator{top:1.25rem}}
.ScarcitySection-module__AgWM8W__section{background-color:var(--color-charcoal,#0f0f0f);color:var(--color-white,#fff);background-image:linear-gradient(#050505 0%,#050505f2 10%,#0505058c 22% 78%,#050505f2 100%),url(/last_section_background.webp);background-position:50%;background-size:cover;align-items:center;min-height:80vh;padding:clamp(4rem,8vh,8rem) clamp(1.5rem,5vw,4rem);display:flex;position:relative;overflow:hidden}.ScarcitySection-module__AgWM8W__inner{z-index:1;align-items:center;gap:clamp(2rem,5vw,4rem);width:100%;max-width:1300px;margin:0 auto;display:flex;position:relative}.ScarcitySection-module__AgWM8W__imageCol{flex:1;justify-content:center;align-items:flex-end;min-height:600px;display:flex;position:relative}.ScarcitySection-module__AgWM8W__glow{z-index:0;pointer-events:none;background:radial-gradient(circle,#c9a84c66 0%,#0000 60%);width:500px;height:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ScarcitySection-module__AgWM8W__imageWrapper{z-index:1;width:120%;height:700px;position:absolute;bottom:2rem}.ScarcitySection-module__AgWM8W__image{object-fit:contain;object-position:bottom center;width:100%;height:100%;-webkit-mask-image:linear-gradient(#000 60%,#0000 100%);mask-image:linear-gradient(#000 60%,#0000 100%)}.ScarcitySection-module__AgWM8W__textCol{text-align:left;z-index:2;flex-direction:column;flex:1.4;align-items:flex-start;display:flex}.ScarcitySection-module__AgWM8W__headline{font-family:var(--font-display,inherit);color:var(--color-white,#fff);letter-spacing:-.02em;margin-bottom:2rem;font-size:clamp(2.2rem,3.3vw,3.3rem);font-weight:800;line-height:1.1}.ScarcitySection-module__AgWM8W__headlineLine2{white-space:nowrap;padding-left:clamp(1.5rem,4vw,3.5rem);display:inline-block}.ScarcitySection-module__AgWM8W__highlight{color:var(--color-gold,#d4a948)}.ScarcitySection-module__AgWM8W__desc{font-family:var(--font-body,inherit);color:var(--color-text-muted);max-width:600px;margin-bottom:3rem;padding-left:clamp(1.5rem,4vw,3.5rem);font-size:clamp(1rem,1.2vw,1.15rem);line-height:1.6}.ScarcitySection-module__AgWM8W__button{background-color:var(--color-gold,#d4a948);color:#000;font-family:var(--font-display,inherit);cursor:pointer;border:none;border-radius:50px;margin-left:clamp(1.5rem,4vw,3.5rem);padding:1.25rem 2.5rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.ScarcitySection-module__AgWM8W__button:hover{transform:translateY(-2px);box-shadow:0 10px 25px -5px #c9a84c66}@media (max-width:900px){.ScarcitySection-module__AgWM8W__section{background-image:linear-gradient(#050505 0%,#050505eb 15%,#050505d1 100%),url(/last_section_background.webp);background-position:70%;padding-bottom:0}.ScarcitySection-module__AgWM8W__inner{flex-direction:column-reverse;gap:2rem}.ScarcitySection-module__AgWM8W__textCol{text-align:center;align-items:center;width:100%;padding-top:2rem}.ScarcitySection-module__AgWM8W__headline{font-size:clamp(1.8rem,7vw,2.5rem)}.ScarcitySection-module__AgWM8W__highlight{white-space:normal}.ScarcitySection-module__AgWM8W__desc{max-width:100%;margin-bottom:2rem}.ScarcitySection-module__AgWM8W__imageCol{width:100%;min-height:450px}.ScarcitySection-module__AgWM8W__imageWrapper{width:100%;height:500px;bottom:0}}
.legal-module__Yd4PWa__main{background-color:var(--color-charcoal,#0f0f0f);color:var(--color-cream,#f4f4f4);min-height:100vh;padding:8rem clamp(1.5rem,5vw,4rem) 4rem}.legal-module__Yd4PWa__article{max-width:780px;font-family:var(--font-body,system-ui);margin:0 auto;font-size:1rem;line-height:1.75}.legal-module__Yd4PWa__h1{font-family:var(--font-display,system-ui);color:var(--color-white,#fff);letter-spacing:-.02em;margin-bottom:.5rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:700}.legal-module__Yd4PWa__updated{color:var(--color-text-muted,#a0a0a0);margin-bottom:3rem;font-size:.9rem}.legal-module__Yd4PWa__lede{color:var(--color-white,#fff);margin-bottom:2.5rem;font-size:1.1rem;line-height:1.7}.legal-module__Yd4PWa__h2{font-family:var(--font-display,system-ui);color:var(--color-white,#fff);letter-spacing:-.01em;border-left:3px solid var(--color-gold,#d4a948);margin-top:3rem;margin-bottom:1rem;padding-left:1rem;font-size:1.4rem;font-weight:600}.legal-module__Yd4PWa__article p{color:var(--color-cream,#d8d8d8);margin-bottom:1.25rem}.legal-module__Yd4PWa__article ul{color:var(--color-cream,#d8d8d8);margin:1rem 0 1.5rem;padding-left:1.5rem}.legal-module__Yd4PWa__article li{margin-bottom:.5rem}.legal-module__Yd4PWa__article a{color:var(--color-gold,#d4a948);text-underline-offset:3px;text-decoration:underline}.legal-module__Yd4PWa__article a:hover,.legal-module__Yd4PWa__article a:focus-visible{color:var(--color-gold-light,#e6c465)}.legal-module__Yd4PWa__article strong{color:var(--color-white,#fff)}.legal-module__Yd4PWa__footnote{color:var(--color-text-muted,#a0a0a0);border-top:1px solid #ffffff14;margin-top:4rem;padding-top:2rem;font-size:.85rem;font-style:italic}
