.Navbar-module__nuAbfa__header{z-index:100;background:var(--nav-bg);-webkit-backdrop-filter:blur(10px);padding:1.25rem 0;transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;right:0}.Navbar-module__nuAbfa__header.Navbar-module__nuAbfa__scrolled{background:var(--nav-bg-scrolled);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid var(--nav-border);box-shadow:var(--nav-shadow);padding:.85rem 0}.Navbar-module__nuAbfa__nav{justify-content:space-between;align-items:center;gap:2rem;display:flex}.Navbar-module__nuAbfa__logo{align-items:center;gap:.65rem;text-decoration:none;display:flex}.Navbar-module__nuAbfa__logoImg{object-fit:contain;filter:drop-shadow(0 2px 8px #d4561a59);flex-shrink:0;width:52px;height:52px}.Navbar-module__nuAbfa__logoText{flex-direction:column;line-height:1;display:flex}.Navbar-module__nuAbfa__logoName{font-family:var(--font-display);color:var(--nav-logo-name);letter-spacing:-.01em;font-size:1.25rem;font-weight:800;transition:color .3s}.Navbar-module__nuAbfa__logoSub{color:var(--color-primary);letter-spacing:.06em;text-transform:uppercase;margin-top:2px;font-size:.72rem;font-weight:600}.Navbar-module__nuAbfa__logoTagline{color:var(--nav-logo-tag);letter-spacing:.07em;text-transform:uppercase;margin-top:1px;font-size:.72rem;font-weight:500;transition:color .3s}.Navbar-module__nuAbfa__links{align-items:center;gap:.25rem;list-style:none;display:flex}.Navbar-module__nuAbfa__link{color:var(--nav-link);border-radius:6px;padding:.5rem .875rem;font-size:1.05rem;font-weight:500;transition:all .2s;position:relative}.Navbar-module__nuAbfa__link:after{content:"";background-color:var(--color-primary);border-radius:2px;width:0;height:2px;transition:width .25s,left .25s;position:absolute;bottom:0;left:50%}.Navbar-module__nuAbfa__link:hover{background:var(--nav-link-hover-bg);color:var(--color-primary)!important}.Navbar-module__nuAbfa__link:hover:after{width:70%;left:15%}.Navbar-module__nuAbfa__ctaBtn{padding:.65rem 1.4rem!important;font-size:.85rem!important}.Navbar-module__nuAbfa__controls{align-items:center;gap:.75rem;display:flex}.Navbar-module__nuAbfa__themeToggle{border:1px solid var(--nav-toggle-border);cursor:pointer;color:var(--nav-toggle-color);background:0 0;border-radius:999px;align-items:center;gap:.45rem;padding:.3rem .7rem .3rem .35rem;transition:all .25s;display:flex}.Navbar-module__nuAbfa__themeToggle:hover{border-color:var(--color-primary);color:var(--color-primary);background:var(--color-primary-glow)}.Navbar-module__nuAbfa__themeToggleMobile{flex:none;padding:.5rem 1rem .5rem .6rem;font-size:.9rem}.Navbar-module__nuAbfa__toggleTrack{background:#ffffff1a;border-radius:999px;flex-shrink:0;align-items:center;width:36px;height:20px;padding:2px;transition:background .3s;display:flex;position:relative}.Navbar-module__nuAbfa__toggleThumb{background:var(--nav-toggle-color);z-index:1;border-radius:50%;width:16px;height:16px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;left:2px}.Navbar-module__nuAbfa__thumbLight{background:var(--color-primary);left:calc(100% - 18px)}.Navbar-module__nuAbfa__toggleIcon{opacity:0;z-index:2;transition:opacity .2s;position:absolute}.Navbar-module__nuAbfa__iconMoon{right:4px}.Navbar-module__nuAbfa__iconSun{left:4px}.Navbar-module__nuAbfa__iconActive{opacity:1}.Navbar-module__nuAbfa__toggleLabel{letter-spacing:.03em;font-size:.75rem;font-weight:600}.Navbar-module__nuAbfa__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.Navbar-module__nuAbfa__bar{background:var(--nav-bar);transform-origin:50%;border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}.Navbar-module__nuAbfa__bar.Navbar-module__nuAbfa__open:first-child{transform:rotate(45deg)translate(5px,5px)}.Navbar-module__nuAbfa__bar.Navbar-module__nuAbfa__open:nth-child(2){opacity:0;transform:scaleX(0)}.Navbar-module__nuAbfa__bar.Navbar-module__nuAbfa__open:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.Navbar-module__nuAbfa__mobileMenu{background:var(--nav-mobile-bg);-webkit-backdrop-filter:blur(20px);border-top:1px solid var(--nav-mobile-border);flex-direction:column;gap:.5rem;max-height:calc(100vh - 80px);padding:1rem 1.5rem 1.5rem;display:flex;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 10px 30px #00000026}.Navbar-module__nuAbfa__mobileLink{color:var(--nav-mobile-link);border-radius:8px;padding:.75rem 1rem;font-size:1rem;font-weight:500;transition:all .2s}.Navbar-module__nuAbfa__mobileLink:hover{background:var(--nav-link-hover-bg);color:var(--nav-link-hover)}.Navbar-module__nuAbfa__mobileBottom{border-top:1px solid var(--nav-mobile-border);align-items:center;gap:.75rem;margin-top:.5rem;padding-top:.75rem;display:flex}@media (max-width:1024px){.Navbar-module__nuAbfa__links,.Navbar-module__nuAbfa__ctaBtn,.Navbar-module__nuAbfa__controls .Navbar-module__nuAbfa__toggleLabel{display:none}.Navbar-module__nuAbfa__controls .Navbar-module__nuAbfa__themeToggle{gap:0;padding:.35rem .45rem}.Navbar-module__nuAbfa__hamburger{display:flex}.Navbar-module__nuAbfa__phoneLink{display:none}}.Navbar-module__nuAbfa__phoneLink{color:var(--color-primary);border:1px solid var(--color-primary);white-space:nowrap;letter-spacing:.01em;border-radius:999px;align-items:center;gap:.4rem;padding:.35rem .75rem;font-size:.875rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.Navbar-module__nuAbfa__phoneLink:hover{background:var(--color-primary);color:#fff;box-shadow:0 4px 15px #d4561a4d}.Navbar-module__nuAbfa__mobilePhoneLink{color:var(--color-primary);border:1.5px solid var(--color-primary);background:var(--color-primary-glow);border-radius:10px;align-items:center;gap:.6rem;margin-bottom:.25rem;padding:.9rem 1rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.Navbar-module__nuAbfa__mobilePhoneLink:hover{background:var(--color-primary);color:#fff}
.Hero-module__Z8hQ_W__hero{background-color:var(--color-bg);align-items:center;width:100%;min-height:100vh;transition:background-color .4s;display:flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__container{width:90%;max-width:1400px;margin:0 auto;padding:7.5rem 0 3rem}@media (min-width:1024px){.Hero-module__Z8hQ_W__container{padding:6rem 0 2rem}}.Hero-module__Z8hQ_W__grid{grid-template-columns:1fr;align-items:center;gap:2.5rem;width:100%;display:grid}@media (min-width:1024px){.Hero-module__Z8hQ_W__grid{grid-template-columns:1.15fr .85fr;gap:4rem}}.Hero-module__Z8hQ_W__leftCol{flex-direction:column;justify-content:center;gap:1.75rem;padding:0;display:flex}.Hero-module__Z8hQ_W__rightCol{border:1px solid var(--color-border);border-radius:16px;width:100%;height:360px;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000040}@media (min-width:1024px){.Hero-module__Z8hQ_W__rightCol{border-radius:20px;height:520px;box-shadow:0 20px 50px #00000059}}@keyframes Hero-module__Z8hQ_W__blurFadeIn{0%{filter:blur(15px);opacity:0}to{filter:blur();opacity:1}}.Hero-module__Z8hQ_W__heroImg{object-fit:cover;object-position:center;transition:transform 1s,filter 1s;animation:1.5s cubic-bezier(.25,.46,.45,.94) forwards Hero-module__Z8hQ_W__blurFadeIn}.Hero-module__Z8hQ_W__rightCol:hover .Hero-module__Z8hQ_W__heroImg{transform:scale(1.03)}.Hero-module__Z8hQ_W__imageOverlay{pointer-events:none;background:0 0;position:absolute;inset:0}.Hero-module__Z8hQ_W__imageBadge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1.5px solid var(--color-primary);color:#fff;letter-spacing:.02em;background:#0a0f0bd9;border-radius:999px;align-items:center;gap:.4rem;padding:.45rem 1rem;font-size:.82rem;font-weight:700;display:flex;position:absolute;bottom:1.5rem;left:1.5rem;box-shadow:0 4px 15px #0000004d}.Hero-module__Z8hQ_W__heroBadge{background:var(--color-primary-glow);color:var(--color-primary);border:1px solid var(--color-border);letter-spacing:.03em;text-transform:uppercase;border-radius:999px;align-items:center;gap:.5rem;width:fit-content;margin-bottom:.5rem;padding:.35rem .85rem;font-size:.75rem;font-weight:700;display:inline-flex}.Hero-module__Z8hQ_W__heading{color:var(--color-text);letter-spacing:-.025em;font-weight:850;line-height:1.12}.Hero-module__Z8hQ_W__accentText{color:var(--color-primary)}.Hero-module__Z8hQ_W__sub{color:var(--color-text-dim);max-width:520px;font-size:1.05rem;line-height:1.65}.Hero-module__Z8hQ_W__sub strong{color:var(--color-text);font-weight:700}.Hero-module__Z8hQ_W__statsGrid{background:var(--color-surface);border:1px solid var(--color-border);width:100%;max-width:520px;box-shadow:var(--shadow-card);border-radius:12px;align-items:center;padding:1rem 0;display:flex}.Hero-module__Z8hQ_W__statBox{text-align:center;flex-direction:column;flex:1;align-items:center;padding:0 .25rem;display:flex}.Hero-module__Z8hQ_W__statValue{font-family:var(--font-display);color:var(--color-primary);align-items:baseline;font-size:1.7rem;font-weight:800;line-height:1.1;display:flex}.Hero-module__Z8hQ_W__statUnit{color:var(--color-text-muted);margin-left:2px;font-size:.8rem;font-weight:700}.Hero-module__Z8hQ_W__statLabel{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;margin-top:4px;font-size:.6rem;font-weight:700;line-height:1.3}.Hero-module__Z8hQ_W__statDivider{background:var(--color-border);flex-shrink:0;width:1px;height:32px}.Hero-module__Z8hQ_W__ctas{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.Hero-module__Z8hQ_W__statBoxPrimary{background:linear-gradient(135deg, var(--color-primary), color-mix(in srgb, var(--color-primary) 70%, #000));border-radius:10px;margin:-.25rem 0;text-decoration:none;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 20px #d4561a59;padding:.5rem .75rem!important}.Hero-module__Z8hQ_W__statBoxPrimary:hover{transform:translateY(-2px);box-shadow:0 8px 28px #d4561a80}.Hero-module__Z8hQ_W__statValuePrimary{font-family:var(--font-display);color:#fff;align-items:baseline;font-size:2.1rem;font-weight:900;line-height:1;display:flex}.Hero-module__Z8hQ_W__statUnitPrimary{color:#ffffffd9;margin-left:3px;font-size:1rem;font-weight:800}.Hero-module__Z8hQ_W__statLabelPrimary{color:#ffffffe6;text-transform:uppercase;letter-spacing:.06em;margin-top:2px;font-size:.65rem;font-weight:700}a.Hero-module__Z8hQ_W__statBox{border-radius:8px;text-decoration:none;transition:transform .2s}a.Hero-module__Z8hQ_W__statBox:hover{transform:translateY(-2px)}a.Hero-module__Z8hQ_W__statBox:hover .Hero-module__Z8hQ_W__statValue{color:var(--color-text)}.Hero-module__Z8hQ_W__phoneCtaBtn{color:var(--color-primary);border:2px solid var(--color-primary);border-radius:var(--radius-lg);background:var(--color-primary-glow);white-space:nowrap;align-items:center;gap:.5rem;padding:1rem 1.8rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex}.Hero-module__Z8hQ_W__phoneCtaBtn:hover{background:var(--color-primary);color:#fff;transform:translateY(-2px);box-shadow:0 6px 24px #d4561a59}.Hero-module__Z8hQ_W__brochureRow{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.Hero-module__Z8hQ_W__brochureLink{color:var(--color-text-dim);border-bottom:1px dashed var(--color-border);letter-spacing:.01em;align-items:center;gap:.4rem;padding-bottom:1px;font-size:.85rem;font-weight:700;text-decoration:none;transition:color .2s,border-color .2s;display:inline-flex}.Hero-module__Z8hQ_W__brochureLink:hover{color:var(--color-primary);border-color:var(--color-primary)}.Hero-module__Z8hQ_W__brochureSub{color:var(--color-text-muted);font-size:.75rem;font-weight:500}@media (max-width:1023px){.Hero-module__Z8hQ_W__leftCol{padding-top:0}.Hero-module__Z8hQ_W__statsGrid{flex-wrap:wrap;gap:1rem;max-width:100%;padding:1rem}.Hero-module__Z8hQ_W__statBox{flex:calc(50% - 1rem)}.Hero-module__Z8hQ_W__statBoxPrimary{flex-direction:row;flex:100%;justify-content:center;gap:.5rem;padding:.75rem 1rem!important}.Hero-module__Z8hQ_W__statDivider{display:none}.Hero-module__Z8hQ_W__imageOverlay{background:0 0}.Hero-module__Z8hQ_W__phoneCtaBtn{flex:1;justify-content:center}}@media (min-width:1024px) and (max-width:1240px){.Hero-module__Z8hQ_W__leftCol{padding-left:2rem;padding-right:2rem}.Hero-module__Z8hQ_W__statsGrid{max-width:100%;padding:.75rem 0}.Hero-module__Z8hQ_W__statValue{font-size:1.4rem}.Hero-module__Z8hQ_W__statValuePrimary{font-size:1.8rem}.Hero-module__Z8hQ_W__statLabel{font-size:.55rem}}.Hero-module__Z8hQ_W__zoomIconOverlay{color:#fff;opacity:0;pointer-events:none;background:#0006;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.Hero-module__Z8hQ_W__rightCol:hover .Hero-module__Z8hQ_W__zoomIconOverlay{opacity:1}.Hero-module__Z8hQ_W__zoomIconOverlay svg{stroke:var(--color-primary);filter:drop-shadow(0 2px 8px #00000080);transition:transform .3s}.Hero-module__Z8hQ_W__rightCol:hover .Hero-module__Z8hQ_W__zoomIconOverlay svg{transform:scale(1.15)}.Hero-module__Z8hQ_W__zoomIconOverlay span{font-family:var(--font-display);letter-spacing:.05em;text-transform:uppercase;text-shadow:0 2px 4px #0009;font-size:.85rem;font-weight:700}.Hero-module__Z8hQ_W__zoomModal{z-index:2000;-webkit-backdrop-filter:blur(15px);cursor:zoom-out;background:#080e0af2;justify-content:center;align-items:center;animation:.3s forwards Hero-module__Z8hQ_W__fadeIn;display:flex;position:fixed;inset:0}@keyframes Hero-module__Z8hQ_W__fadeIn{0%{opacity:0}to{opacity:1}}.Hero-module__Z8hQ_W__closeBtn{color:#fff;cursor:pointer;z-index:2010;background:#ffffff14;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:2.2rem;line-height:1;transition:all .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.Hero-module__Z8hQ_W__closeBtn:hover{background:#fff3;transform:scale(1.1)}.Hero-module__Z8hQ_W__zoomedImageContainer{border:1px solid #ffffff26;border-radius:16px;width:92vw;height:86vh;animation:.35s cubic-bezier(.34,1.56,.64,1) forwards Hero-module__Z8hQ_W__scaleIn;position:relative;overflow:hidden;box-shadow:0 30px 70px #0009}@keyframes Hero-module__Z8hQ_W__scaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.Hero-module__Z8hQ_W__zoomedImg{object-fit:contain}
.AvailableUnits-module__yusqmG__header{margin-bottom:2rem}.AvailableUnits-module__yusqmG__header>span{display:block}.AvailableUnits-module__yusqmG__grid{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem;display:grid}@media (min-width:640px){.AvailableUnits-module__yusqmG__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.AvailableUnits-module__yusqmG__grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1280px){.AvailableUnits-module__yusqmG__grid{grid-template-columns:repeat(5,1fr);gap:.75rem}.AvailableUnits-module__yusqmG__card{padding:1.15rem .75rem!important}.AvailableUnits-module__yusqmG__sizeNum{font-size:1.45rem!important}.AvailableUnits-module__yusqmG__spec{font-size:.75rem!important}.AvailableUnits-module__yusqmG__feature{font-size:.75rem!important;line-height:1.25!important}.AvailableUnits-module__yusqmG__ideal{padding:.4rem!important;font-size:.7rem!important}.AvailableUnits-module__yusqmG__price{font-size:.88rem!important}}.AvailableUnits-module__yusqmG__card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:12px;flex-direction:column;padding:1.5rem;transition:border-color .3s,box-shadow .3s;display:flex;position:relative}.AvailableUnits-module__yusqmG__card:hover{border-color:var(--color-primary)}.AvailableUnits-module__yusqmG__card:hover .AvailableUnits-module__yusqmG__cta{background:var(--color-accent);transform:translateY(-2px);box-shadow:0 8px 32px #5d8a2473}.AvailableUnits-module__yusqmG__featured{border-color:var(--color-primary);box-shadow:0 0 0 1px var(--color-primary), 0 4px 15px var(--color-primary-glow)}.AvailableUnits-module__yusqmG__featuredBadge{background:var(--color-primary);color:#fff;white-space:nowrap;border-radius:20px;padding:.25rem .75rem;font-size:.8rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.AvailableUnits-module__yusqmG__cardTop{margin-bottom:1.5rem}.AvailableUnits-module__yusqmG__labelRow{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.AvailableUnits-module__yusqmG__label{font-size:1.1rem;font-weight:700}.AvailableUnits-module__yusqmG__tag{text-transform:uppercase;letter-spacing:.05em;border:1px solid #0000;border-radius:6px;padding:.25rem .6rem;font-size:.72rem;font-weight:700}.AvailableUnits-module__yusqmG__tag-green{color:#a3e635;background:#5d8a2426;border-color:#5d8a244d}.AvailableUnits-module__yusqmG__tag-orange{color:#ff9c6e;background:#d4561a26;border-color:#d4561a4d}[data-theme=light] .AvailableUnits-module__yusqmG__tag-green{color:#3f5e18;background:#5d8a241a;border-color:#5d8a2433}[data-theme=light] .AvailableUnits-module__yusqmG__tag-orange{color:#9c3c0e;background:#d4561a1a;border-color:#d4561a33}.AvailableUnits-module__yusqmG__size{align-items:baseline;margin-bottom:.5rem;display:flex}.AvailableUnits-module__yusqmG__sizeNum{color:var(--color-primary);font-size:1.8rem;font-weight:800}.AvailableUnits-module__yusqmG__sizeUnit{color:var(--color-text-muted);margin-left:.25rem;font-size:.9rem}.AvailableUnits-module__yusqmG__statusBadge{font-size:.8rem;font-weight:600}.AvailableUnits-module__yusqmG__status-available{color:var(--color-accent)}.AvailableUnits-module__yusqmG__status-inquire{color:var(--color-primary)}.AvailableUnits-module__yusqmG__specs{border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);flex-direction:column;gap:.5rem;margin-bottom:1.5rem;padding:.75rem 0;display:flex}.AvailableUnits-module__yusqmG__spec{align-items:center;font-size:.85rem;display:flex}.AvailableUnits-module__yusqmG__specIcon{margin-right:.5rem}.AvailableUnits-module__yusqmG__specLabel{color:var(--color-text-muted);margin-right:auto}.AvailableUnits-module__yusqmG__specVal{font-weight:600}.AvailableUnits-module__yusqmG__features{flex-direction:column;gap:.5rem;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.AvailableUnits-module__yusqmG__feature{align-items:flex-start;font-size:.85rem;display:flex}.AvailableUnits-module__yusqmG__check{color:#10b981;margin-right:.5rem;font-weight:700}.AvailableUnits-module__yusqmG__ideal{background:var(--color-primary-glow);border-radius:6px;margin-top:auto;margin-bottom:1.5rem;padding:.5rem;font-size:.8rem}.AvailableUnits-module__yusqmG__idealLabel{color:var(--color-primary);font-weight:700;display:block}.AvailableUnits-module__yusqmG__idealText{color:var(--color-text-muted)}.AvailableUnits-module__yusqmG__cardBottom{flex-direction:column;gap:.75rem;display:flex}.AvailableUnits-module__yusqmG__price{text-align:center;font-size:1rem;font-weight:700}.AvailableUnits-module__yusqmG__cta{text-align:center;width:100%;transition:all .3s cubic-bezier(.4,0,.2,1)}.AvailableUnits-module__yusqmG__note{background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;align-items:center;gap:1rem;margin-top:3rem;padding:1rem;display:flex}.AvailableUnits-module__yusqmG__note p{margin:0;font-size:.9rem}.AvailableUnits-module__yusqmG__note a{color:var(--color-primary);font-weight:600;text-decoration:underline}.AvailableUnits-module__yusqmG__plansSection{border-top:1px solid var(--color-border);margin-top:4rem;padding-top:3rem}.AvailableUnits-module__yusqmG__plansHeader{flex-direction:column;gap:.4rem;margin-bottom:2rem;display:flex}.AvailableUnits-module__yusqmG__plansTitle{font-family:var(--font-display);color:var(--color-text);letter-spacing:-.02em;margin:0;font-size:clamp(1.4rem,2.5vw,2rem);font-weight:800;line-height:1.2}.AvailableUnits-module__yusqmG__plansGrid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}@media (max-width:900px){.AvailableUnits-module__yusqmG__plansGrid{grid-template-columns:1fr}}@media (min-width:600px) and (max-width:900px){.AvailableUnits-module__yusqmG__plansGrid{grid-template-columns:repeat(2,1fr)}}.AvailableUnits-module__yusqmG__planCard{background:var(--color-surface);border:1px solid var(--color-border);border-radius:14px;flex-direction:column;gap:1rem;padding:1.5rem;transition:box-shadow .25s,border-color .25s;display:flex;position:relative}.AvailableUnits-module__yusqmG__planCard:hover{border-color:var(--color-primary);box-shadow:0 4px 20px var(--color-primary-glow)}.AvailableUnits-module__yusqmG__planFeatured{border-color:var(--color-primary);box-shadow:0 0 0 1px var(--color-primary), 0 8px 24px var(--color-primary-glow)}.AvailableUnits-module__yusqmG__planBadge{background:var(--color-primary);color:#fff;white-space:nowrap;border-radius:999px;padding:.2rem .65rem;font-size:.72rem;font-weight:700;position:absolute;top:-12px;left:1.5rem}.AvailableUnits-module__yusqmG__planTop{align-items:center;gap:.85rem;display:flex}.AvailableUnits-module__yusqmG__planIcon{font-size:1.6rem;line-height:1}.AvailableUnits-module__yusqmG__planTitle{font-family:var(--font-display);color:var(--color-text);margin:0;font-size:1rem;font-weight:700}.AvailableUnits-module__yusqmG__planSub{color:var(--color-primary);margin:2px 0 0;font-size:.78rem;font-weight:600}.AvailableUnits-module__yusqmG__planBullets{flex-direction:column;flex:1;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.AvailableUnits-module__yusqmG__planBullet{color:var(--color-text-muted);align-items:flex-start;gap:.45rem;font-size:.82rem;display:flex}.AvailableUnits-module__yusqmG__planCheck{color:#10b981;flex-shrink:0;font-weight:700}.AvailableUnits-module__yusqmG__planCta{text-align:center;width:100%;margin-top:auto;font-size:.88rem}.AvailableUnits-module__yusqmG__plansNote{color:var(--color-text-muted);text-align:center;margin-top:1.5rem;font-size:.85rem}.AvailableUnits-module__yusqmG__plansNote a{color:var(--color-primary);font-weight:600;text-decoration:underline}
.Gallery-module__wqsUoa__header{margin-bottom:2rem}.Gallery-module__wqsUoa__header>span{display:block}.Gallery-module__wqsUoa__galleryContent{grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}@media (min-width:1024px){.Gallery-module__wqsUoa__galleryContent{grid-template-columns:3fr 1fr;align-items:stretch}}.Gallery-module__wqsUoa__featured{cursor:pointer;-webkit-user-select:none;user-select:none;background:var(--color-surface);border:1px solid var(--color-border);border-radius:16px;width:100%;height:300px;position:relative;overflow:hidden}@media (min-width:768px){.Gallery-module__wqsUoa__featured{height:480px}}.Gallery-module__wqsUoa__featuredImg{object-fit:cover;transition:transform .5s;animation:.6s ease-out forwards Gallery-module__wqsUoa__slideFadeIn}@keyframes Gallery-module__wqsUoa__slideFadeIn{0%{opacity:.65;transform:scale(1.01)}to{opacity:1;transform:scale(1)}}.Gallery-module__wqsUoa__featured:hover .Gallery-module__wqsUoa__featuredImg{transform:scale(1.02)}.Gallery-module__wqsUoa__featuredOverlay{color:#fff;z-index:2;pointer-events:none;background:linear-gradient(#0000 0%,#0000004d 50%,#000000d9 100%);flex-direction:column;justify-content:flex-end;padding:2.5rem 2rem 2rem;display:flex;position:absolute;inset:0}.Gallery-module__wqsUoa__expandIcon{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;pointer-events:auto;background:#00000080;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;transition:transform .2s,background .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.Gallery-module__wqsUoa__expandIcon:hover{background:#000000b3;transform:scale(1.1)}.Gallery-module__wqsUoa__featuredLabel{text-shadow:0 2px 4px #00000080;margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.Gallery-module__wqsUoa__featuredDesc{opacity:.9;text-shadow:0 1px 3px #00000080;max-width:600px;font-size:.95rem}.Gallery-module__wqsUoa__playPauseBtn{color:#fff;cursor:pointer;z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:.9rem;transition:transform .2s,background .2s;display:flex;position:absolute;top:1.5rem;left:1.5rem}.Gallery-module__wqsUoa__playPauseBtn:hover{background:#000000bf;transform:scale(1.1)}.Gallery-module__wqsUoa__slideshowNav{z-index:5;pointer-events:none;justify-content:space-between;padding:0 1.5rem;display:flex;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.Gallery-module__wqsUoa__slideArrow{color:#fff;cursor:pointer;pointer-events:auto;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;background:#0006;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.5rem;transition:all .2s;display:flex}.Gallery-module__wqsUoa__featured:hover .Gallery-module__wqsUoa__slideArrow{opacity:1}.Gallery-module__wqsUoa__slideArrow:hover{border-color:var(--color-primary);background:#d4561ad9;transform:scale(1.1)}.Gallery-module__wqsUoa__slideshowDots{z-index:10;pointer-events:auto;gap:.5rem;display:flex;position:absolute;bottom:1.25rem;right:2rem}.Gallery-module__wqsUoa__slideDot{cursor:pointer;background:#fff6;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .2s}.Gallery-module__wqsUoa__slideDot:hover{background:#fffc}.Gallery-module__wqsUoa__slideDotActive{background:var(--color-primary);border-radius:4px;width:20px}.Gallery-module__wqsUoa__grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}@media (min-width:768px) and (max-width:1023px){.Gallery-module__wqsUoa__grid{grid-template-columns:repeat(5,1fr)}}@media (min-width:1024px){.Gallery-module__wqsUoa__grid{grid-template-columns:repeat(2,1fr);gap:.75rem;max-height:480px;padding-right:.5rem;overflow-y:auto}.Gallery-module__wqsUoa__grid::-webkit-scrollbar{width:6px}.Gallery-module__wqsUoa__grid::-webkit-scrollbar-track{background:#ffffff05;border-radius:3px}.Gallery-module__wqsUoa__grid::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}.Gallery-module__wqsUoa__grid::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}}.Gallery-module__wqsUoa__thumb{aspect-ratio:4/3;cursor:pointer;border:none;border:1px solid var(--color-border);background:0 0;border-radius:12px;padding:0;position:relative;overflow:hidden}.Gallery-module__wqsUoa__thumbImg{object-fit:cover;transition:transform .3s}.Gallery-module__wqsUoa__thumb:hover .Gallery-module__wqsUoa__thumbImg{transform:scale(1.08)}.Gallery-module__wqsUoa__thumbOverlay{opacity:0;color:#fff;text-align:center;background:linear-gradient(#0003 30%,#000000b3 100%);justify-content:center;align-items:flex-end;padding:.75rem;font-size:.85rem;font-weight:600;transition:opacity .2s;display:flex;position:absolute;inset:0}.Gallery-module__wqsUoa__thumb:hover .Gallery-module__wqsUoa__thumbOverlay{opacity:1}.Gallery-module__wqsUoa__thumbLabel{text-shadow:0 1px 2px #0009}.Gallery-module__wqsUoa__lightbox{z-index:1000;color:#fff;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#080e0af7;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.Gallery-module__wqsUoa__lbClose{color:#fff;cursor:pointer;z-index:1010;background:#ffffff14;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:2rem;transition:background .2s,transform .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.Gallery-module__wqsUoa__lbClose:hover{background:#fff3;transform:scale(1.1)}.Gallery-module__wqsUoa__lbArrow{color:#fff;cursor:pointer;z-index:1010;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:2.5rem;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.Gallery-module__wqsUoa__lbArrow:hover{background:var(--color-primary);border-color:var(--color-primary);transform:translateY(-50%)scale(1.1)}.Gallery-module__wqsUoa__lbPrev{left:1.5rem}.Gallery-module__wqsUoa__lbNext{right:1.5rem}.Gallery-module__wqsUoa__lbImgWrap{width:100%;max-width:1100px;height:50vh;position:relative}.Gallery-module__wqsUoa__lbImg{object-fit:contain}.Gallery-module__wqsUoa__lbCaption{text-align:center;flex-direction:column;align-items:center;gap:.35rem;max-width:700px;margin-top:1.5rem;margin-bottom:1.5rem;display:flex}.Gallery-module__wqsUoa__lbCaption strong{font-size:1.35rem;font-family:var(--font-display)}.Gallery-module__wqsUoa__lbCaption span{color:var(--color-text-dim);font-size:.95rem}.Gallery-module__wqsUoa__lbCounter{margin-top:.25rem;color:var(--color-muted)!important;font-size:.8rem!important}.Gallery-module__wqsUoa__lbPlayBtn{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff1f;border-radius:20px;align-items:center;gap:.4rem;margin-top:.5rem;padding:.4rem 1rem;font-size:.8rem;font-weight:600;transition:all .2s;display:inline-flex}.Gallery-module__wqsUoa__lbPlayBtn:hover{background:var(--color-primary-glow);border-color:var(--color-primary)}.Gallery-module__wqsUoa__lbPlayBtnActive{background:var(--color-primary);border-color:var(--color-primary)}.Gallery-module__wqsUoa__lbStrip{justify-content:center;gap:.5rem;max-width:100%;margin-top:auto;padding:.5rem;display:flex;overflow-x:auto}.Gallery-module__wqsUoa__lbThumb{cursor:pointer;opacity:.4;border:2px solid #0000;border-radius:6px;flex-shrink:0;width:70px;height:50px;transition:all .2s;position:relative;overflow:hidden}.Gallery-module__wqsUoa__lbThumbActive{border-color:var(--color-primary);opacity:1;transform:scale(1.05)}.Gallery-module__wqsUoa__filterContainer{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;gap:.6rem;margin-top:1.5rem;margin-bottom:2.5rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.Gallery-module__wqsUoa__filterContainer::-webkit-scrollbar{display:none}.Gallery-module__wqsUoa__filterBtn{color:var(--color-text-dim);border:1px solid var(--color-border);border-radius:var(--radius-md);font-family:var(--font-display);cursor:pointer;transition:var(--transition);white-space:nowrap;background:#ffffff08;flex-shrink:0;padding:.65rem 1.25rem;font-size:.875rem;font-weight:600}.Gallery-module__wqsUoa__filterBtn:hover{transform:translateY(-1px);background:var(--color-primary-glow)!important;color:var(--color-text)!important;border-color:var(--color-primary)!important}.Gallery-module__wqsUoa__filterBtnActive{background:var(--color-primary)!important;color:#fff!important;border-color:var(--color-primary)!important;box-shadow:0 4px 15px #d4561a40!important}[data-theme=light] .Gallery-module__wqsUoa__filterBtnActive{background:var(--color-primary)!important;color:#fff!important;border-color:var(--color-primary)!important}[data-theme=light] .Gallery-module__wqsUoa__filterBtn{color:var(--color-text-dim);border-color:var(--color-border);background:#00000008}@media (max-width:1023px){.Gallery-module__wqsUoa__slideArrow{width:52px;height:52px;font-size:1.8rem;opacity:1!important}.Gallery-module__wqsUoa__slideshowDots{bottom:4.5rem}.Gallery-module__wqsUoa__lbArrow{width:48px;height:48px;font-size:2rem;top:auto;bottom:8rem;transform:none}.Gallery-module__wqsUoa__lbArrow:hover{transform:scale(1.05)}.Gallery-module__wqsUoa__lbPrev{left:1rem}.Gallery-module__wqsUoa__lbNext{right:1rem}.Gallery-module__wqsUoa__lbImgWrap{height:45vh}}.Gallery-module__wqsUoa__toggleContainer{justify-content:center;margin-top:2.5rem;display:flex}.Gallery-module__wqsUoa__toggleBtn{color:var(--color-text);border:1.5px solid var(--color-border);border-radius:var(--radius-md);font-family:var(--font-display);cursor:pointer;transition:var(--transition);background:#ffffff0a;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:.9rem;font-weight:700;display:inline-flex}.Gallery-module__wqsUoa__toggleBtn:hover{background:var(--color-primary-glow);border-color:var(--color-primary);color:var(--color-text);box-shadow:var(--shadow-glow);transform:translateY(-2px)}[data-theme=light] .Gallery-module__wqsUoa__toggleBtn{background:#00000008}[data-theme=light] .Gallery-module__wqsUoa__toggleBtn:hover{background:var(--color-primary-glow);border-color:var(--color-primary)}
.FloorPlan-module___FYTpq__header{margin-bottom:2rem}.FloorPlan-module___FYTpq__header>span{display:block}.FloorPlan-module___FYTpq__layout{grid-template-columns:1fr;gap:2rem;margin-top:2rem;display:grid}@media (min-width:992px){.FloorPlan-module___FYTpq__layout{grid-template-columns:3fr 2fr}}.FloorPlan-module___FYTpq__planWrap{border:1px solid var(--nav-border);background:#fff;border-radius:16px;flex-grow:1;min-height:350px;position:relative;overflow:hidden}@media (min-width:768px){.FloorPlan-module___FYTpq__planWrap{min-height:480px}}.FloorPlan-module___FYTpq__planImg{object-fit:contain;padding:.5rem}.FloorPlan-module___FYTpq__downloadBtn{z-index:5;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000bf;border:none;border-radius:6px;align-self:center;padding:.5rem 1rem;font-size:.85rem;text-decoration:none;transition:background .3s;position:relative}.FloorPlan-module___FYTpq__downloadBtn:hover{background:var(--color-primary)}.FloorPlan-module___FYTpq__sidebar{flex-direction:column;gap:1.5rem;display:flex}.FloorPlan-module___FYTpq__tabs{flex-wrap:wrap;gap:.5rem;display:flex}.FloorPlan-module___FYTpq__tab{text-align:center;background:var(--color-surface-2);border:1px solid var(--color-border);color:var(--color-text-dim);cursor:pointer;white-space:nowrap;border-radius:8px;flex:1;padding:.5rem .75rem;font-size:.85rem;font-weight:600;transition:all .2s}.FloorPlan-module___FYTpq__tab:hover{background:var(--color-primary-glow)!important;border-color:var(--color-primary)!important;color:var(--color-text)!important}.FloorPlan-module___FYTpq__tabActive{background:var(--color-primary)!important;color:#fff!important;border-color:var(--color-primary)!important;box-shadow:0 4px 12px var(--color-primary-glow)!important}.FloorPlan-module___FYTpq__detail{background:var(--color-bg);border:1px solid var(--color-border);border-radius:12px;flex-grow:1;padding:1.5rem}.FloorPlan-module___FYTpq__detailArea{color:var(--color-primary);margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.FloorPlan-module___FYTpq__detailDesc{margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}.FloorPlan-module___FYTpq__detailList{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.FloorPlan-module___FYTpq__detailItem{align-items:center;font-size:.9rem;display:flex}.FloorPlan-module___FYTpq__check{color:#10b981;margin-right:.5rem;font-weight:700}.FloorPlan-module___FYTpq__planColumn{flex-direction:column;gap:1rem;height:100%;display:flex}.FloorPlan-module___FYTpq__planSelector{background:var(--color-surface-2);border:1px solid var(--color-border);box-shadow:var(--shadow-card);border-radius:12px;gap:.5rem;padding:.35rem;display:flex}.FloorPlan-module___FYTpq__selectorBtn{text-align:center;color:var(--color-text-muted);cursor:pointer;font-size:.88rem;font-weight:700;font-family:var(--font-display);background:0 0;border:none;border-radius:8px;flex:1;padding:.6rem 1rem;transition:all .2s}.FloorPlan-module___FYTpq__selectorBtn:hover{color:var(--color-text)!important;background:var(--color-primary-glow)!important}.FloorPlan-module___FYTpq__selectorBtnActive{background:var(--color-primary)!important;color:#fff!important;box-shadow:0 4px 12px var(--color-primary-glow)!important}
.Location-module__NSwgta__header{text-align:center;flex-direction:column;align-items:center;gap:1rem;margin-bottom:3.5rem;display:flex}.Location-module__NSwgta__advantagesRow{grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:2.5rem;display:grid}.Location-module__NSwgta__advCard{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;align-items:flex-start;gap:1rem;padding:1.25rem;display:flex}.Location-module__NSwgta__advIcon{background:var(--color-primary-glow);border:1px solid #eab30826;border-radius:8px;justify-content:center;align-items:center;width:42px;min-width:42px;height:42px;font-size:1.2rem;display:flex}.Location-module__NSwgta__advTitle{font-family:var(--font-display);color:var(--color-text);margin-bottom:.2rem;font-size:.95rem;font-weight:700}.Location-module__NSwgta__layout{grid-template-columns:1.1fr .9fr;align-items:stretch;gap:2.5rem;display:grid}.Location-module__NSwgta__mapWrap{border:1px solid var(--color-border);height:100%;min-height:600px;box-shadow:var(--shadow-card);border-radius:16px;position:relative;overflow:hidden}.Location-module__NSwgta__locationTag{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--color-border-glow);pointer-events:none;background:#0a0c0fe0;border-radius:10px;align-items:center;gap:.75rem;padding:.85rem 1.1rem;display:flex;position:absolute;top:1.25rem;left:1.25rem}.Location-module__NSwgta__locationDot{background:var(--color-primary);border-radius:50%;width:10px;height:10px;animation:2s ease-in-out infinite Location-module__NSwgta__pulse-glow;box-shadow:0 0 10px #eab30899}@keyframes Location-module__NSwgta__pulse-glow{0%,to{box-shadow:0 0 8px #eab30880}50%{box-shadow:0 0 20px #eab308e6}}.Location-module__NSwgta__locationName{font-family:var(--font-display);color:var(--color-text);font-size:.9rem;font-weight:700}.Location-module__NSwgta__locationSub{color:var(--color-muted);margin-top:2px;font-size:.7rem}.Location-module__NSwgta__distanceCard{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-card);border-radius:12px;flex-direction:column;justify-content:space-between;padding:1.75rem;display:flex}.Location-module__NSwgta__distTitle{font-family:var(--font-display);color:var(--color-text);text-transform:uppercase;letter-spacing:.08em;border-left:3px solid var(--color-primary);margin-bottom:1.25rem;padding-left:.75rem;font-size:.95rem;font-weight:700}.Location-module__NSwgta__distGroups{flex-direction:column;justify-content:space-between;gap:1.25rem;height:100%;display:flex}.Location-module__NSwgta__distGroup{flex-direction:column;gap:.5rem;display:flex}.Location-module__NSwgta__distGroupTitle{font-family:var(--font-display);color:var(--color-muted);text-transform:uppercase;letter-spacing:.06em;border-bottom:1px dashed var(--color-border);padding-bottom:.4rem;font-size:.85rem;font-weight:700}.Location-module__NSwgta__distList{flex-direction:column;gap:.5rem;display:flex}.Location-module__NSwgta__distRow{justify-content:space-between;align-items:center;display:flex}.Location-module__NSwgta__distPlace{color:var(--color-text-dim);font-size:.88rem;font-weight:500}.Location-module__NSwgta__distTime{font-family:var(--font-display);color:var(--color-primary);background:var(--color-primary-glow);white-space:nowrap;border-radius:4px;padding:.15rem .6rem;font-size:.78rem;font-weight:700}@media (max-width:1100px){.Location-module__NSwgta__advantagesRow{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.Location-module__NSwgta__layout{grid-template-columns:1fr;gap:1.5rem}.Location-module__NSwgta__mapWrap{height:380px;min-height:auto}}@media (max-width:600px){.Location-module__NSwgta__advantagesRow{grid-template-columns:1fr;gap:1rem;margin-bottom:1.5rem}}
.About-module__vqXTeW__section{padding:clamp(4rem,8vw,7rem) 0}.About-module__vqXTeW__header{flex-direction:column;gap:1rem;margin-bottom:3.5rem;display:flex}.About-module__vqXTeW__heading{color:var(--color-text);font-family:var(--font-display);letter-spacing:-.02em;font-size:clamp(1.6rem,2.8vw,2.4rem);font-weight:800;line-height:1.2}.About-module__vqXTeW__headerDesc{color:var(--color-text-dim);max-width:600px;margin:0;font-size:1rem;line-height:1.65}.About-module__vqXTeW__seoBlurb{color:var(--color-text-dim);border-left:3px solid var(--color-primary);margin:1rem 0;padding-left:1rem;font-size:.88rem;line-height:1.7}.About-module__vqXTeW__body{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}@media (max-width:960px){.About-module__vqXTeW__body{grid-template-columns:1fr;gap:3rem}}.About-module__vqXTeW__leftCol{flex-direction:column;gap:1.75rem;display:flex;position:relative}.About-module__vqXTeW__imageFrame{border:1px solid var(--color-border);border-radius:14px;width:100%;height:340px;position:relative;overflow:hidden;box-shadow:0 16px 48px #0003}.About-module__vqXTeW__factGrid{background:var(--color-bg);border:1px solid var(--color-border);border-radius:12px;grid-template-columns:repeat(4,1fr);gap:0;display:grid;overflow:hidden}.About-module__vqXTeW__fact{text-align:center;border-right:1px solid var(--color-border);flex-direction:column;align-items:center;padding:1rem .5rem;display:flex}.About-module__vqXTeW__fact:last-child{border-right:none}.About-module__vqXTeW__factVal{font-family:var(--font-display);color:var(--color-primary);font-size:1.5rem;font-weight:800;line-height:1.1}.About-module__vqXTeW__factLabel{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;margin-top:3px;font-size:.62rem;font-weight:700}.About-module__vqXTeW__rightCol{flex-direction:column;gap:1.25rem;display:flex}.About-module__vqXTeW__featuresHeader{flex-direction:column;gap:.35rem;margin-bottom:.25rem;display:flex}.About-module__vqXTeW__featuresTitle{font-family:var(--font-display);color:var(--color-text);letter-spacing:-.01em;margin:0;font-size:1.35rem;font-weight:800;line-height:1.2}.About-module__vqXTeW__featGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (max-width:600px){.About-module__vqXTeW__featGrid{grid-template-columns:1fr}}.About-module__vqXTeW__featCard{background:var(--color-bg);border:1px solid var(--color-border);border-radius:12px;flex-direction:column;gap:.35rem;padding:1.1rem 1.25rem;display:flex}.About-module__vqXTeW__featIcon{font-size:1.4rem;line-height:1}.About-module__vqXTeW__featTitle{font-family:var(--font-display);color:var(--color-text);margin:0;font-size:.88rem;font-weight:700}.About-module__vqXTeW__featDesc{color:var(--color-text-muted);margin:0;font-size:.8rem;line-height:1.5}@media (max-width:960px){.About-module__vqXTeW__heading{white-space:normal;font-size:clamp(1.4rem,4vw,2rem)}}
.Inquiry-module__YKMIcG__section{padding:clamp(4rem,8vw,7rem) 0;position:relative;overflow:hidden}.Inquiry-module__YKMIcG__bgGlow{pointer-events:none;z-index:0;background:radial-gradient(70% 60% at 10%,#eab3080d 0%,#0000 55%),radial-gradient(50% 40% at 90% 30%,#eab30808 0%,#0000 50%);position:absolute;inset:0}.Inquiry-module__YKMIcG__layout{z-index:1;grid-template-columns:1fr 1fr;align-items:start;gap:5rem;display:grid;position:relative}.Inquiry-module__YKMIcG__infoCol{flex-direction:column;gap:1.75rem;display:flex}.Inquiry-module__YKMIcG__contactCards{flex-direction:column;gap:.85rem;display:flex}.Inquiry-module__YKMIcG__contactCard{background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:12px;align-items:flex-start;gap:1.15rem;padding:1.25rem 1.5rem;transition:all .3s;display:flex}.Inquiry-module__YKMIcG__contactCard:hover{border-color:var(--color-primary);background:var(--color-surface)}.Inquiry-module__YKMIcG__contactIcon{margin-top:2px;font-size:1.6rem}.Inquiry-module__YKMIcG__contactLabel{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px;font-size:.8rem;font-weight:600}.Inquiry-module__YKMIcG__contactVal{font-family:var(--font-display);color:var(--color-primary);font-size:1.15rem;font-weight:700;display:block}a.Inquiry-module__YKMIcG__contactVal:hover{text-decoration:underline}.Inquiry-module__YKMIcG__contactSub{color:var(--color-text-dim);margin-top:3px;font-size:.88rem}.Inquiry-module__YKMIcG__trustRow{flex-wrap:wrap;gap:.6rem;display:flex}.Inquiry-module__YKMIcG__trustPill{color:#4ade80;background:#22c55e14;border:1px solid #22c55e33;border-radius:999px;align-items:center;gap:.4rem;padding:.35rem .85rem;font-size:.8rem;font-weight:600;display:inline-flex}.Inquiry-module__YKMIcG__formWrap{background:var(--color-surface-2);border:1px solid var(--color-border);box-shadow:var(--shadow-deep);border-radius:20px;padding:2.5rem}.Inquiry-module__YKMIcG__formHeader{margin-bottom:2rem}.Inquiry-module__YKMIcG__formTitle{font-family:var(--font-display);color:var(--color-text);margin-bottom:.25rem;font-size:1.4rem;font-weight:800}.Inquiry-module__YKMIcG__form{flex-direction:column;gap:1.25rem;display:flex}.Inquiry-module__YKMIcG__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.Inquiry-module__YKMIcG__fieldWrap{position:relative}.Inquiry-module__YKMIcG__fieldBadge{pointer-events:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;font-weight:900;transition:all .2s;display:flex;position:absolute;top:50%;right:.9rem;transform:translateY(-50%)}.Inquiry-module__YKMIcG__badgeValid{color:#22c55e;background:#22c55e26;border:1px solid #22c55e59;animation:.25s cubic-bezier(.34,1.56,.64,1) both Inquiry-module__YKMIcG__badgePop}.Inquiry-module__YKMIcG__badgeInvalid{color:#ef4444;background:#ef44441f;border:1px solid #ef44444d;animation:.2s cubic-bezier(.34,1.56,.64,1) both Inquiry-module__YKMIcG__badgePop}@keyframes Inquiry-module__YKMIcG__badgePop{0%{opacity:0;transform:translateY(-50%)scale(.5)}to{opacity:1;transform:translateY(-50%)scale(1)}}.Inquiry-module__YKMIcG__fieldWrap .form-input{padding-right:2.75rem}[data-theme=light] .Inquiry-module__YKMIcG__bgGlow{background:radial-gradient(70% 60% at 10%,#b453090f 0%,#0000 55%),radial-gradient(50% 40% at 90% 30%,#b453090a 0%,#0000 50%)}[data-theme=light] .Inquiry-module__YKMIcG__trustPill{color:#16a34a;background:#16a34a14;border-color:#16a34a33}.Inquiry-module__YKMIcG__submitBtn{justify-content:center;width:100%;margin-top:.25rem;padding:1rem 2rem!important;font-size:1rem!important}.Inquiry-module__YKMIcG__submitBtn:disabled{opacity:.7;cursor:not-allowed;transform:none!important}.Inquiry-module__YKMIcG__spinner{border:2px solid #0003;border-top-color:#0a0c0f;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite Inquiry-module__YKMIcG__spin;display:inline-block}@keyframes Inquiry-module__YKMIcG__spin{to{transform:rotate(360deg)}}.Inquiry-module__YKMIcG__privacy{text-align:center;color:var(--color-text-muted);font-size:.78rem}.Inquiry-module__YKMIcG__optionalToggle{border:1px dashed var(--color-border);color:var(--color-text-dim);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;gap:.4rem;width:100%;margin-bottom:.25rem;padding:.5rem .9rem;font-size:.82rem;font-weight:600;transition:all .2s;display:inline-flex}.Inquiry-module__YKMIcG__optionalToggle:hover{border-color:var(--color-primary);color:var(--color-primary);background:var(--color-primary-glow)}.Inquiry-module__YKMIcG__optionalSection{border:1px solid var(--color-border);background:#ffffff05;border-radius:10px;flex-direction:column;gap:.75rem;padding:1rem;animation:.25s forwards Inquiry-module__YKMIcG__fadeDown;display:flex}@keyframes Inquiry-module__YKMIcG__fadeDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.Inquiry-module__YKMIcG__successBanner{border-radius:10px;margin-bottom:1.5rem;padding:1rem 1.25rem;font-size:.95rem;font-weight:600;animation:.4s cubic-bezier(.16,1,.3,1) forwards Inquiry-module__YKMIcG__slideDownFade;color:#4ade80!important;background:#22c55e26!important;border:1px solid #22c55e73!important}[data-theme=light] .Inquiry-module__YKMIcG__successBanner{font-weight:700;color:#15803d!important;background:#16a34a1a!important;border:1px solid #16a34a59!important}@keyframes Inquiry-module__YKMIcG__slideDownFade{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1000px){.Inquiry-module__YKMIcG__layout{grid-template-columns:1fr;gap:3rem}.Inquiry-module__YKMIcG__formWrap{padding:2rem}}@media (max-width:500px){.Inquiry-module__YKMIcG__row{grid-template-columns:1fr}}.Inquiry-module__YKMIcG__logoRow{align-items:center;gap:.85rem;display:flex}.Inquiry-module__YKMIcG__logoName{font-family:var(--font-display);color:var(--nav-logo-name);font-size:1.35rem;font-weight:800;line-height:1.15;display:block}.Inquiry-module__YKMIcG__logoTag{font-family:var(--font-display);color:var(--nav-logo-tag);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700;display:block}.Inquiry-module__YKMIcG__tagline{color:var(--color-text-dim);font-size:.95rem;line-height:1.6}.Inquiry-module__YKMIcG__badges{flex-wrap:wrap;gap:.75rem;display:flex}.Inquiry-module__YKMIcG__linksSection{flex-direction:column;gap:.75rem;margin-top:.5rem;display:flex}.Inquiry-module__YKMIcG__sectionTitle{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.1em;color:var(--color-primary);font-size:.8rem;font-weight:700}.Inquiry-module__YKMIcG__linksRow{flex-wrap:wrap;gap:1.25rem;display:flex}.Inquiry-module__YKMIcG__footerLink{color:var(--color-text-dim);transition:var(--transition);font-size:.9rem}.Inquiry-module__YKMIcG__footerLink:hover{color:var(--color-primary);text-decoration:underline}.Inquiry-module__YKMIcG__contactSection{flex-direction:column;gap:.75rem;margin-top:.5rem;display:flex}.Inquiry-module__YKMIcG__walkthroughBox{margin-top:.5rem}
.Footer-module__EZoWya__footerMinimal{background:var(--color-bg);border-top:1px solid var(--color-border)}.Footer-module__EZoWya__bottomBar{padding:1.75rem 0}.Footer-module__EZoWya__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.Footer-module__EZoWya__copyright{color:var(--color-text-muted);margin:0;font-size:.825rem}.Footer-module__EZoWya__quickLinks{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.Footer-module__EZoWya__footerLink{color:var(--color-text-dim);transition:var(--transition);font-size:.825rem;font-weight:500}.Footer-module__EZoWya__footerLink:hover{color:var(--color-primary);text-decoration:underline}.Footer-module__EZoWya__bottomRight{margin:0;font-size:.825rem;color:var(--color-muted)!important}@media (max-width:991px){.Footer-module__EZoWya__inner{text-align:center;flex-direction:column;gap:1rem}}
.ThemeRoller-module__l7qawq__wrapper{z-index:1000;font-family:var(--font-sans);position:fixed;bottom:2rem;right:2rem}.ThemeRoller-module__l7qawq__triggerBtn{background:var(--color-surface-2);border:1px solid var(--color-border);width:3.25rem;height:3.25rem;color:var(--color-text);cursor:pointer;-webkit-backdrop-filter:blur(8px);border-radius:50%;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 20px #00000040}.ThemeRoller-module__l7qawq__triggerBtn:hover{border-color:var(--color-primary);box-shadow:0 6px 24px var(--color-primary-glow);transform:translateY(-2px)}.ThemeRoller-module__l7qawq__triggerActive{border-color:var(--color-primary);background:var(--color-surface);transform:rotate(45deg)}.ThemeRoller-module__l7qawq__gearIcon{transition:transform .4s}.ThemeRoller-module__l7qawq__triggerBtn:hover .ThemeRoller-module__l7qawq__gearIcon{transform:rotate(60deg)}.ThemeRoller-module__l7qawq__panel{background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:16px;width:280px;animation:.3s cubic-bezier(.4,0,.2,1) ThemeRoller-module__l7qawq__slideIn;position:absolute;bottom:4rem;right:0;overflow:hidden;box-shadow:0 10px 30px #0000002e}@keyframes ThemeRoller-module__l7qawq__slideIn{0%{opacity:0;transform:translateY(10px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.ThemeRoller-module__l7qawq__header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.ThemeRoller-module__l7qawq__header h4{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.05em;color:var(--color-text);margin:0;font-size:.95rem;font-weight:800}.ThemeRoller-module__l7qawq__closeBtn{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;padding:0;font-size:1.5rem;line-height:1;transition:color .2s}.ThemeRoller-module__l7qawq__closeBtn:hover{color:var(--color-primary)}.ThemeRoller-module__l7qawq__body{flex-direction:column;gap:1.25rem;padding:1.25rem;display:flex}.ThemeRoller-module__l7qawq__section{flex-direction:column;gap:.5rem;display:flex}.ThemeRoller-module__l7qawq__label{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);font-size:.75rem;font-weight:700}.ThemeRoller-module__l7qawq__modeRow{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.ThemeRoller-module__l7qawq__modeBtn{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text);cursor:pointer;border-radius:8px;padding:.5rem;font-size:.85rem;font-weight:600;transition:all .2s}.ThemeRoller-module__l7qawq__modeBtn:hover{background:var(--color-surface-2);border-color:var(--color-primary)}.ThemeRoller-module__l7qawq__modeActive{box-shadow:0 4px 12px var(--color-primary-glow);background:var(--color-primary)!important;color:#fff!important;border-color:var(--color-primary)!important}.ThemeRoller-module__l7qawq__presetsList{flex-direction:column;gap:.45rem;display:flex}.ThemeRoller-module__l7qawq__presetBtn{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text);cursor:pointer;text-align:left;border-radius:8px;align-items:center;gap:.75rem;width:100%;padding:.55rem .75rem;transition:all .2s;display:flex}.ThemeRoller-module__l7qawq__presetBtn:hover{background:var(--color-surface-2);border-color:var(--color-primary);transform:translate(2px)}.ThemeRoller-module__l7qawq__presetActive{box-shadow:inset 3px 0 0 var(--color-primary);background:var(--color-surface)!important;border-color:var(--color-primary)!important}.ThemeRoller-module__l7qawq__swatchRow{gap:3px;display:flex}.ThemeRoller-module__l7qawq__swatch{border:1px solid #fff3;border-radius:50%;width:12px;height:12px;display:inline-block}.ThemeRoller-module__l7qawq__presetName{font-size:.85rem;font-weight:500}.ThemeRoller-module__l7qawq__footer{border-top:1px solid var(--color-border);background:#00000026;padding:.75rem 1.25rem}.ThemeRoller-module__l7qawq__footer p{color:var(--color-text-muted);text-align:center;margin:0;font-size:.7rem;line-height:1.4}@media (max-width:576px){.ThemeRoller-module__l7qawq__wrapper{bottom:1.25rem;right:1.25rem}.ThemeRoller-module__l7qawq__panel{width:250px;bottom:3.75rem;right:0}}
