.Navbar-module__cJzEcG__navbar{z-index:100;background:0 0;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 2rem;transition:all .3s;display:flex;position:fixed;top:0;left:0}.Navbar-module__cJzEcG__scrolled{-webkit-backdrop-filter:blur(16px);background:#0a0a0ab3;border-bottom:1px solid #ffffff0d;padding:1rem 2rem;box-shadow:0 4px 30px #0000004d}.Navbar-module__cJzEcG__hidden{transform:translateY(-100%)}.Navbar-module__cJzEcG__logo a{align-items:center;display:flex}.Navbar-module__cJzEcG__logo img{object-fit:contain;width:auto;height:48px;transition:transform .2s}.Navbar-module__cJzEcG__logo a:hover img{transform:scale(1.05)}.Navbar-module__cJzEcG__links{align-items:center;gap:2rem;display:flex}.Navbar-module__cJzEcG__links a{color:#fff;font-weight:500;transition:color .2s}.Navbar-module__cJzEcG__links a:hover{color:#ccc}.Navbar-module__cJzEcG__scrolled .Navbar-module__cJzEcG__links a{color:#fff}.Navbar-module__cJzEcG__scrolled .Navbar-module__cJzEcG__links a:hover{color:var(--color-primary)}.Navbar-module__cJzEcG__langSelector{color:#fff;align-items:center;gap:.5rem;margin-left:1rem;transition:color .2s;display:flex}.Navbar-module__cJzEcG__langSelector a{color:inherit}.Navbar-module__cJzEcG__scrolled .Navbar-module__cJzEcG__langSelector{color:#fff}.Navbar-module__cJzEcG__contactBtn{background-color:var(--color-primary);cursor:pointer;border:none;border-radius:99px;padding:.5rem 1.25rem;font-family:inherit;font-size:1rem;transition:all .2s;color:#fff!important;font-weight:600!important}.Navbar-module__cJzEcG__contactBtn:hover{background-color:var(--color-secondary);color:#fff!important}@media (max-width:768px){.Navbar-module__cJzEcG__links>a{display:none}.Navbar-module__cJzEcG__links{gap:1rem}}
.ContactModal-module__M_UpNq__overlay{-webkit-backdrop-filter:blur(12px);z-index:9999;background:#111827b3;justify-content:center;align-items:center;width:100vw;height:100vh;padding:1rem;animation:.3s ease-out forwards ContactModal-module__M_UpNq__fadeIn;display:flex;position:fixed;top:0;left:0}.ContactModal-module__M_UpNq__modal{-webkit-backdrop-filter:blur(20px);background:#1c2c45d9;border:1px solid #ffffff1a;border-radius:20px;width:100%;max-width:550px;max-height:90vh;padding:2.5rem 2rem;animation:.3s cubic-bezier(.16,1,.3,1) forwards ContactModal-module__M_UpNq__slideUp;position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px #00000080}.ContactModal-module__M_UpNq__modal::-webkit-scrollbar{width:6px}.ContactModal-module__M_UpNq__modal::-webkit-scrollbar-track{background:0 0}.ContactModal-module__M_UpNq__modal::-webkit-scrollbar-thumb{background:#dbaa674d;border-radius:10px}.ContactModal-module__M_UpNq__closeBtn{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:all .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.ContactModal-module__M_UpNq__closeBtn:hover{color:#dbaa67;background:#dbaa6733;transform:scale(1.05)}.ContactModal-module__M_UpNq__header{text-align:center;margin-bottom:2rem}.ContactModal-module__M_UpNq__header h2{color:#fff;margin-bottom:.5rem;font-size:1.6rem;font-weight:700}.ContactModal-module__M_UpNq__header p{color:#ffffffb3;font-size:.95rem}.ContactModal-module__M_UpNq__linksGrid{flex-direction:column;gap:.75rem;margin-bottom:2rem;display:flex}.ContactModal-module__M_UpNq__waLink{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;align-items:center;padding:1rem 1.25rem;text-decoration:none;transition:all .3s;display:flex}.ContactModal-module__M_UpNq__waLink:hover{background:#dbaa6714;border-color:#dbaa6766;transform:translateY(-2px);box-shadow:0 10px 20px #0003}.ContactModal-module__M_UpNq__iconBox{background:#ffffff0d;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin-right:1rem;font-size:1.25rem;display:flex}.ContactModal-module__M_UpNq__linkInfo{flex-direction:column;flex:1;display:flex}.ContactModal-module__M_UpNq__linkName{color:#fff;font-size:1rem;font-weight:600}.ContactModal-module__M_UpNq__linkNumber{color:#ffffff80;margin-top:2px;font-size:.8rem}.ContactModal-module__M_UpNq__waIcon{color:#25d366;opacity:.8;transition:all .2s}.ContactModal-module__M_UpNq__waLink:hover .ContactModal-module__M_UpNq__waIcon{opacity:1;transform:scale(1.1)}.ContactModal-module__M_UpNq__footer{text-align:center;border-top:1px solid #ffffff1a;padding-top:1.5rem}.ContactModal-module__M_UpNq__footer p{color:#fff9;font-size:.85rem;line-height:1.6}.ContactModal-module__M_UpNq__brandText{margin-top:1rem;font-weight:600;color:var(--color-secondary)!important;font-size:.95rem!important}@keyframes ContactModal-module__M_UpNq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ContactModal-module__M_UpNq__slideUp{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:600px){.ContactModal-module__M_UpNq__modal{border-radius:16px;max-height:85vh;padding:2rem 1.25rem}.ContactModal-module__M_UpNq__header h2{font-size:1.35rem}.ContactModal-module__M_UpNq__waLink{padding:.8rem 1rem}.ContactModal-module__M_UpNq__iconBox{width:36px;height:36px;margin-right:.75rem;font-size:1.1rem}.ContactModal-module__M_UpNq__linkName{font-size:.9rem}.ContactModal-module__M_UpNq__linkNumber{font-size:.7rem}.ContactModal-module__M_UpNq__closeBtn{width:32px;height:32px;top:1rem;right:1rem}}
.Footer-module__S6Hkya__footer{-webkit-backdrop-filter:blur(16px);color:#fff;background:#1c2c45f2;border:none;padding-top:4rem}.Footer-module__S6Hkya__container{grid-template-columns:1.5fr 1fr 1.5fr;gap:3rem;max-width:1200px;margin:0 auto 3rem;padding:0 2rem;display:grid}@media (max-width:768px){.Footer-module__S6Hkya__container{grid-template-columns:1fr;gap:2rem}}.Footer-module__S6Hkya__brandCol{flex-direction:column;display:flex}.Footer-module__S6Hkya__footerLogo{margin-bottom:1.5rem}.Footer-module__S6Hkya__footerLogo img{object-fit:contain;width:auto;max-width:250px;height:60px}.Footer-module__S6Hkya__brandCol p{color:#ffffffd9;max-width:400px;margin-bottom:1.5rem;line-height:1.6}.Footer-module__S6Hkya__socials{gap:1rem;display:flex}.Footer-module__S6Hkya__socials a{color:#fff;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.Footer-module__S6Hkya__socials a:hover{background:var(--color-secondary);color:#fff;transform:translateY(-2px)}.Footer-module__S6Hkya__linksCol h4{color:#fff;margin-bottom:1.5rem;font-size:1.1rem}.Footer-module__S6Hkya__linksCol ul{flex-direction:column;gap:.75rem;list-style:none;display:flex}.Footer-module__S6Hkya__linksCol a{color:#fffc;transition:color .2s}.Footer-module__S6Hkya__linksCol a:hover{color:var(--color-accent)}.Footer-module__S6Hkya__contactInfo li{color:#fffc;align-items:center;gap:.75rem;display:flex}.Footer-module__S6Hkya__bottomBar{text-align:center;border-top:1px solid #ffffff1a;padding:1.5rem 2rem}.Footer-module__S6Hkya__bottomBar p{color:#fff9;font-size:.85rem}.Footer-module__S6Hkya__locationsSection{flex-direction:column;gap:1.25rem;margin-top:1.5rem;display:flex}.Footer-module__S6Hkya__locationItem{align-items:flex-start;gap:1rem;display:flex}.Footer-module__S6Hkya__locationIcon{color:var(--color-secondary);flex-shrink:0;margin-top:2px}.Footer-module__S6Hkya__locationText{flex-direction:column;display:flex}.Footer-module__S6Hkya__locationText strong{color:#fff;margin-bottom:.25rem;font-size:.95rem;font-weight:600}.Footer-module__S6Hkya__locationText p{color:#fff9;margin:0;font-size:.85rem;line-height:1.4}.Footer-module__S6Hkya__bottomContent{flex-direction:column;align-items:center;gap:.5rem;display:flex}.Footer-module__S6Hkya__legalLinks{align-items:center;gap:1rem;font-size:.85rem;display:flex}.Footer-module__S6Hkya__legalLinks a{color:#fff9;text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__legalLinks a:hover{color:var(--color-accent)}.Footer-module__S6Hkya__separator{color:#fff3}
.Luwana-module__JVU8Zq__mainContainer{background-color:#050505;flex-direction:column;width:100%;min-height:100vh;display:flex;position:relative;overflow-x:hidden}.Luwana-module__JVU8Zq__heroSection{text-align:center;background:radial-gradient(circle,#1e283c66 0%,#0000 60%);flex-direction:column;justify-content:center;align-items:center;padding:180px 2rem 100px;display:flex}.Luwana-module__JVU8Zq__heroContent h1{background:linear-gradient(135deg,#fff 0%,#a5a5a5 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:3.5rem;font-weight:700}.Luwana-module__JVU8Zq__heroContent p{color:#bbb;max-width:600px;margin:0 auto;font-size:1.2rem}.Luwana-module__JVU8Zq__mapSectionWrapper{flex-direction:column;align-items:center;width:100%;padding:2rem 0;display:flex}.Luwana-module__JVU8Zq__sectionHeader{text-align:center;margin-bottom:3rem;padding:0 2rem}.Luwana-module__JVU8Zq__sectionHeader h2{color:#fff;margin-bottom:.5rem;font-size:2.2rem}.Luwana-module__JVU8Zq__sectionHeader p{color:#a5a5a5;font-size:1.1rem}.Luwana-module__JVU8Zq__mobileRotateWarning{display:none}.Luwana-module__JVU8Zq__mapContainer{border:1px solid #ffffff1a;border-radius:24px;width:90%;max-width:1400px;height:75vh;min-height:600px;position:relative;overflow:hidden;box-shadow:0 20px 40px #0006}.Luwana-module__JVU8Zq__glassSidebar{-webkit-backdrop-filter:blur(16px);z-index:40;color:#fff;background:#0f0f0fa6;border-left:1px solid #ffffff1a;border-radius:24px 0 0 24px;flex-direction:column;width:380px;max-width:90vw;height:100%;padding:2rem;transition:right .4s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:0;right:-400px;overflow-y:auto;box-shadow:-10px 0 30px #00000080}.Luwana-module__JVU8Zq__glassSidebar.Luwana-module__JVU8Zq__open{right:0}.Luwana-module__JVU8Zq__closeBtn{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.Luwana-module__JVU8Zq__closeBtn:hover{background:#fff3;transform:scale(1.05)}.Luwana-module__JVU8Zq__lotDetails{flex-direction:column;gap:1.5rem;margin-top:1rem;display:flex}.Luwana-module__JVU8Zq__lotHeader{flex-direction:column;gap:.5rem;display:flex}.Luwana-module__JVU8Zq__lotHeader h2{background:linear-gradient(135deg,#fff 0%,#a5a5a5 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0;font-size:1.8rem;font-weight:600}.Luwana-module__JVU8Zq__statusBadge{text-transform:uppercase;letter-spacing:.05em;border-radius:12px;width:fit-content;padding:.25rem .75rem;font-size:.85rem;font-weight:500;display:inline-block}.Luwana-module__JVU8Zq__statusBadge.Luwana-module__JVU8Zq__available{color:#4ade80;background:#22c55e33;border:1px solid #22c55e4d}.Luwana-module__JVU8Zq__statusBadge.Luwana-module__JVU8Zq__reserved{color:#fde047;background:#eab30833;border:1px solid #eab3084d}.Luwana-module__JVU8Zq__statusBadge.Luwana-module__JVU8Zq__sold{color:#f87171;background:#ef444433;border:1px solid #ef44444d}.Luwana-module__JVU8Zq__infoGrid{background:#ffffff08;border:1px solid #ffffff0d;border-radius:16px;grid-template-columns:1fr 1fr;gap:1rem;padding:1.25rem;display:grid}.Luwana-module__JVU8Zq__infoItem{align-items:flex-start;gap:.75rem;display:flex}.Luwana-module__JVU8Zq__icon{color:#a5a5a5;margin-top:.15rem}.Luwana-module__JVU8Zq__infoLabel{color:#a5a5a5;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .25rem;font-size:.75rem}.Luwana-module__JVU8Zq__infoValue{color:#fff;margin:0;font-size:1.1rem;font-weight:500}.Luwana-module__JVU8Zq__description h3{color:#eee;margin:0 0 .75rem;font-size:1.1rem;font-weight:500}.Luwana-module__JVU8Zq__description p{color:#ccc;margin:0 0 1rem;font-size:.95rem;line-height:1.6}.Luwana-module__JVU8Zq__features{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.Luwana-module__JVU8Zq__features li{color:#bbb;padding-left:1.25rem;font-size:.9rem;position:relative}.Luwana-module__JVU8Zq__features li:before{content:"•";color:#fff;position:absolute;left:0}.Luwana-module__JVU8Zq__ctaContainer{flex-direction:column;gap:.75rem;margin-top:auto;padding-top:2rem;display:flex}.Luwana-module__JVU8Zq__primaryBtn{color:#000;cursor:pointer;background:#fff;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.Luwana-module__JVU8Zq__primaryBtn:hover{background:#eee;transform:translateY(-2px);box-shadow:0 10px 20px #ffffff1a}.Luwana-module__JVU8Zq__ctaHint{text-align:center;color:#888;margin:0;font-size:.75rem}.Luwana-module__JVU8Zq__emptyState{text-align:center;color:#888;justify-content:center;align-items:center;height:100%;font-size:1.1rem;display:flex}@media (max-width:768px){.Luwana-module__JVU8Zq__glassSidebar{border-top:1px solid #ffffff1a;border-left:none;border-radius:24px 24px 0 0;width:100%;height:65vh;transition:bottom .4s cubic-bezier(.16,1,.3,1);top:auto;bottom:-100%;right:-100%}.Luwana-module__JVU8Zq__glassSidebar.Luwana-module__JVU8Zq__open{bottom:0;right:0}}@media (max-width:768px) and (orientation:portrait){.Luwana-module__JVU8Zq__mobileRotateWarning{color:#e5e5e5;text-align:left;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;justify-content:center;align-items:center;gap:.75rem;width:90%;margin-bottom:1.5rem;padding:1rem 1.5rem;font-size:.9rem;line-height:1.4;display:flex}.Luwana-module__JVU8Zq__rotateIcon{color:#fff;flex-shrink:0;animation:2s ease-in-out infinite Luwana-module__JVU8Zq__rotatePhone}}@keyframes Luwana-module__JVU8Zq__rotatePhone{0%,to{transform:rotate(0)}30%,70%{transform:rotate(-90deg)}}
.LuwanaHero-module__aRB7kq__heroContainer{color:#fff;justify-content:center;align-items:center;width:100%;min-height:100vh;padding-top:85px;padding-bottom:40px;display:flex;position:relative;overflow:hidden}.LuwanaHero-module__aRB7kq__backgroundVideo{object-fit:cover;object-position:center top;z-index:1;filter:brightness(.9)contrast(1.05);width:100%;height:100%;position:absolute;top:0;left:0}@keyframes LuwanaHero-module__aRB7kq__slowZoom{0%{transform:scale(1)}to{transform:scale(1.1)}}.LuwanaHero-module__aRB7kq__gradientOverlay{z-index:2;pointer-events:none;background:linear-gradient(90deg,#000000d9 0%,#0006 40%,#0000 70%),linear-gradient(#0000 60%,#000000f2 100%);width:100%;height:100%;position:absolute;top:0;left:0}.LuwanaHero-module__aRB7kq__logoContainer{z-index:3;width:200px;position:absolute;top:100px;left:50%;transform:translate(-50%)}.LuwanaHero-module__aRB7kq__logo{object-fit:contain;width:100%;height:auto}.LuwanaHero-module__aRB7kq__heroContent{z-index:3;justify-content:space-between;align-items:flex-end;gap:2rem;width:100%;max-width:1400px;margin-top:auto;padding:0 5%;display:flex;position:relative}.LuwanaHero-module__aRB7kq__leftColumn{text-align:left;flex-direction:column;align-items:flex-start;max-width:750px;display:flex}.LuwanaHero-module__aRB7kq__rightColumn{flex-direction:column;justify-content:flex-end;align-items:flex-end;padding-bottom:1rem;display:flex}.LuwanaHero-module__aRB7kq__statsContainer{justify-content:center;align-items:center;gap:2rem;margin-bottom:0;padding:.5rem;display:flex}.LuwanaHero-module__aRB7kq__statBox{flex-direction:column;align-items:center;display:flex}.LuwanaHero-module__aRB7kq__statValue{color:#fff;font-size:1.3rem;font-weight:700;line-height:1}.LuwanaHero-module__aRB7kq__statLabel{color:#ffffffb3;text-transform:uppercase;letter-spacing:2px;margin-top:.5rem;font-size:.65rem}.LuwanaHero-module__aRB7kq__statDivider{background:#ffffff4d;width:1px;height:30px}.LuwanaHero-module__aRB7kq__heroTitle{font-family:var(--font-playfair), serif;background:linear-gradient(135deg,#fff 0%,#f0f0f0 50%,#dcdcdc 100%);-webkit-text-fill-color:transparent;text-shadow:0 4px 30px #000000f2;-webkit-background-clip:text;margin:0;padding-bottom:.15em;font-size:clamp(1.8rem,3vw,2.8rem);font-weight:600;line-height:1.15}.LuwanaHero-module__aRB7kq__heroSubtitle{color:#fffffff2;text-shadow:0 4px 20px #000;max-width:650px;margin-top:1rem;margin-bottom:0;font-size:clamp(1rem,1.5vw,1.25rem);font-weight:300;line-height:1.6}.LuwanaHero-module__aRB7kq__locationSmall{color:#ffffffd9;text-transform:uppercase;letter-spacing:1px;justify-content:flex-end;align-items:center;gap:.4rem;margin-top:.5rem;font-size:.95rem;font-weight:500;display:flex}.LuwanaHero-module__aRB7kq__buttons{gap:1.5rem;margin-top:1.5rem;margin-bottom:1rem;display:flex}.LuwanaHero-module__aRB7kq__primaryBtn{cursor:pointer;color:#050505;background:#fff;border:none;border-radius:50px;justify-content:center;align-items:center;padding:1rem 2.5rem;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.LuwanaHero-module__aRB7kq__primaryBtn:hover{background:#f0f0f0;transform:translateY(-3px);box-shadow:0 10px 20px #fff3}@media (max-width:992px){.LuwanaHero-module__aRB7kq__heroContent{flex-direction:column;justify-content:flex-end;align-items:flex-start}.LuwanaHero-module__aRB7kq__rightColumn{width:100%;padding-bottom:0}.LuwanaHero-module__aRB7kq__statsContainer{justify-content:space-around;width:100%}.LuwanaHero-module__aRB7kq__logoContainer{width:150px;top:220px}}@media (max-width:768px){.LuwanaHero-module__aRB7kq__backgroundVideo{object-position:35% top}.LuwanaHero-module__aRB7kq__gradientOverlay{background:linear-gradient(#0000001a 0%,#000000bf 50%,#000000f2 100%)}.LuwanaHero-module__aRB7kq__leftColumn{text-align:center;align-items:center}.LuwanaHero-module__aRB7kq__locationSmall{justify-content:center;width:100%;margin-top:1.5rem}.LuwanaHero-module__aRB7kq__buttons{flex-direction:column;width:100%}.LuwanaHero-module__aRB7kq__primaryBtn{width:100%}.LuwanaHero-module__aRB7kq__statsContainer{border-top:1px solid #ffffff1a;flex-direction:row;justify-content:space-between;gap:1.5rem;width:100%;margin-top:1rem;padding:1rem 0}.LuwanaHero-module__aRB7kq__statDivider{width:1px;height:30px}}.LuwanaHero-module__aRB7kq__preloader{z-index:9999;visibility:visible;opacity:1;background-color:#080808;flex-direction:column;justify-content:center;align-items:center;transition:opacity .8s cubic-bezier(.16,1,.3,1),visibility .8s;display:flex;position:fixed;inset:0}.LuwanaHero-module__aRB7kq__preloaderHidden{opacity:0;visibility:hidden;pointer-events:none}.LuwanaHero-module__aRB7kq__preloaderLogo{opacity:0;max-width:150px;margin-bottom:2rem;animation:1s ease-out forwards LuwanaHero-module__aRB7kq__fadeInLogo}.LuwanaHero-module__aRB7kq__loaderBar{opacity:0;background:#ffffff1a;border-radius:2px;width:200px;height:2px;margin-bottom:1.5rem;animation:1s ease-out .3s forwards LuwanaHero-module__aRB7kq__fadeInLogo;position:relative;overflow:hidden}.LuwanaHero-module__aRB7kq__loaderProgress{background:#fff;border-radius:2px;width:50%;height:100%;animation:1.5s ease-in-out infinite LuwanaHero-module__aRB7kq__indeterminateProgress;position:absolute;top:0;left:0}.LuwanaHero-module__aRB7kq__loaderText{color:#fff9;letter-spacing:1.5px;text-transform:uppercase;opacity:0;font-size:.85rem;font-weight:300;animation:1s ease-out .6s forwards LuwanaHero-module__aRB7kq__fadeInLogo}@keyframes LuwanaHero-module__aRB7kq__fadeInLogo{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes LuwanaHero-module__aRB7kq__indeterminateProgress{0%{transform:translate(-100%)}to{transform:translate(200%)}}
.LuwanaBenefits-module__tInYyq__benefitsSection{color:#fff;background-color:#050505;border-bottom:1px solid #ffffff0d;padding:1.5rem 0;overflow:hidden}.LuwanaBenefits-module__tInYyq__marquee{white-space:nowrap;width:100%;display:flex;position:relative;overflow:hidden}.LuwanaBenefits-module__tInYyq__marqueeContent{align-items:center;gap:5rem;padding-left:5rem;animation:30s linear infinite LuwanaBenefits-module__tInYyq__scroll;display:flex}.LuwanaBenefits-module__tInYyq__marquee:hover .LuwanaBenefits-module__tInYyq__marqueeContent{animation-play-state:paused}@keyframes LuwanaBenefits-module__tInYyq__scroll{0%{transform:translate(0)}to{transform:translate(-100%)}}.LuwanaBenefits-module__tInYyq__marqueeItem{text-transform:uppercase;color:#ffffffd9;letter-spacing:1.5px;align-items:center;gap:.8rem;font-size:.95rem;font-weight:500;display:flex}
.LuwanaCityPitch-module__209KWq__pitchContainer{color:#fff;background-color:#050505;justify-content:center;padding:6rem 2rem;display:flex}.LuwanaCityPitch-module__209KWq__content{flex-direction:column;align-items:center;gap:4rem;width:100%;max-width:1200px;display:flex}@media (min-width:992px){.LuwanaCityPitch-module__209KWq__content{flex-direction:row;justify-content:space-between}}.LuwanaCityPitch-module__209KWq__textContent{flex-direction:column;flex:1;gap:1.5rem;display:flex}.LuwanaCityPitch-module__209KWq__label{text-transform:uppercase;letter-spacing:2px;color:#a0a0a0;border-bottom:1px solid #fff3;width:fit-content;padding-bottom:.5rem;font-size:.9rem}.LuwanaCityPitch-module__209KWq__title{background:linear-gradient(135deg,#fff 0%,#dcdcdc 50%,#9a9a9a 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}.LuwanaCityPitch-module__209KWq__paragraph{color:#d1d5db;font-size:1.1rem;font-weight:300;line-height:1.8}.LuwanaCityPitch-module__209KWq__imageContent{flex:1;justify-content:center;width:100%;display:flex}.LuwanaCityPitch-module__209KWq__imageWrapper{aspect-ratio:3/4;border:1px solid #ffffff1a;border-radius:20px;width:100%;max-width:400px;position:relative;overflow:hidden;box-shadow:0 20px 40px #00000080}.LuwanaCityPitch-module__209KWq__image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.LuwanaCityPitch-module__209KWq__imageWrapper:hover .LuwanaCityPitch-module__209KWq__image{transform:scale(1.05)}
.LuwanaSectorPitch-module__9fXWAq__pitchContainer{color:#fff;background-color:#080808;justify-content:center;padding:6rem 2rem;display:flex}.LuwanaSectorPitch-module__9fXWAq__content{flex-direction:column-reverse;align-items:center;gap:4rem;width:100%;max-width:1200px;display:flex}@media (min-width:992px){.LuwanaSectorPitch-module__9fXWAq__content{flex-direction:row;justify-content:space-between}}.LuwanaSectorPitch-module__9fXWAq__textContent{flex-direction:column;flex:1;gap:1.5rem;display:flex}.LuwanaSectorPitch-module__9fXWAq__label{text-transform:uppercase;letter-spacing:2px;color:#a0a0a0;border-bottom:1px solid #fff3;width:fit-content;padding-bottom:.5rem;font-size:.9rem}.LuwanaSectorPitch-module__9fXWAq__title{background:linear-gradient(135deg,#fff 0%,#dcdcdc 50%,#9a9a9a 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}.LuwanaSectorPitch-module__9fXWAq__paragraph{color:#d1d5db;font-size:1.1rem;font-weight:300;line-height:1.8}.LuwanaSectorPitch-module__9fXWAq__imageContent{flex:1;justify-content:center;width:100%;display:flex}.LuwanaSectorPitch-module__9fXWAq__imageWrapper{aspect-ratio:4/5;border:1px solid #ffffff1a;border-radius:20px;width:100%;max-width:500px;position:relative;overflow:hidden;box-shadow:0 20px 40px #00000080}.LuwanaSectorPitch-module__9fXWAq__image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.LuwanaSectorPitch-module__9fXWAq__imageWrapper:hover .LuwanaSectorPitch-module__9fXWAq__image{transform:scale(1.05)}
.LuwanaLocation-module__AFU7La__locationContainer{color:#fff;background-color:#050505;justify-content:center;padding:6rem 2rem;display:flex}.LuwanaLocation-module__AFU7La__content{flex-direction:column;align-items:center;gap:4rem;width:100%;max-width:1200px;display:flex}@media (min-width:992px){.LuwanaLocation-module__AFU7La__content{flex-direction:row;justify-content:space-between}}.LuwanaLocation-module__AFU7La__textContent{flex-direction:column;flex:1;gap:1.5rem;display:flex}.LuwanaLocation-module__AFU7La__label{text-transform:uppercase;letter-spacing:2px;color:#a0a0a0;border-bottom:1px solid #fff3;width:fit-content;padding-bottom:.5rem;font-size:.9rem}.LuwanaLocation-module__AFU7La__title{background:linear-gradient(135deg,#fff 0%,#dcdcdc 50%,#9a9a9a 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}.LuwanaLocation-module__AFU7La__paragraph{color:#d1d5db;font-size:1.1rem;font-weight:300;line-height:1.8}.LuwanaLocation-module__AFU7La__featureBox{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:15px;margin-top:1rem;padding:2rem}.LuwanaLocation-module__AFU7La__featureTitle{color:#fff;margin-bottom:1rem;font-size:1.4rem;font-weight:600}.LuwanaLocation-module__AFU7La__imageContent{flex:1;justify-content:center;width:100%;display:flex}.LuwanaLocation-module__AFU7La__imageWrapper{aspect-ratio:4/5;border:1px solid #ffffff1a;border-radius:20px;width:100%;max-width:500px;position:relative;overflow:hidden;box-shadow:0 20px 40px #00000080}.LuwanaLocation-module__AFU7La__image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.LuwanaLocation-module__AFU7La__imageWrapper:hover .LuwanaLocation-module__AFU7La__image{transform:scale(1.05)}
.LuwanaPointsOfInterest-module__GivBdq__poiContainer{color:#fff;background-color:#0a0a0a;justify-content:center;padding:6rem 2rem;display:flex}.LuwanaPointsOfInterest-module__GivBdq__content{flex-direction:column;gap:3rem;width:100%;max-width:1200px;display:flex}.LuwanaPointsOfInterest-module__GivBdq__header{text-align:center;max-width:800px;margin:0 auto}.LuwanaPointsOfInterest-module__GivBdq__label{text-transform:uppercase;letter-spacing:2px;color:#a0a0a0;border-bottom:1px solid #fff3;margin-bottom:1rem;padding-bottom:.5rem;font-size:.9rem;display:inline-block}.LuwanaPointsOfInterest-module__GivBdq__title{background:linear-gradient(135deg,#fff 0%,#dcdcdc 50%,#9a9a9a 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0 0 1rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}.LuwanaPointsOfInterest-module__GivBdq__subtitle{color:#d1d5db;font-size:1.1rem;font-weight:300}.LuwanaPointsOfInterest-module__GivBdq__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:992px){.LuwanaPointsOfInterest-module__GivBdq__grid{grid-template-columns:1fr 1fr;align-items:center}}.LuwanaPointsOfInterest-module__GivBdq__mapWrapper{justify-content:center;align-items:center;width:100%;display:flex}.LuwanaPointsOfInterest-module__GivBdq__mapPlaceholder{text-align:center;color:#a0a0a0;flex-direction:column;align-items:center;gap:1rem;display:flex}.LuwanaPointsOfInterest-module__GivBdq__mapIcon{color:#4a4a4a;margin-bottom:.5rem}.LuwanaPointsOfInterest-module__GivBdq__locationsList{flex-direction:column;gap:1rem;display:flex}.LuwanaPointsOfInterest-module__GivBdq__locationCard{background:#ffffff08;border:1px solid #ffffff1a;border-radius:15px;align-items:center;padding:1.5rem;transition:all .3s;display:flex}.LuwanaPointsOfInterest-module__GivBdq__locationCard:hover{background:#ffffff0d;border-color:#fff3;transform:translate(10px)}.LuwanaPointsOfInterest-module__GivBdq__iconWrapper{color:#fff;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin-right:1.5rem;display:flex}.LuwanaPointsOfInterest-module__GivBdq__locationInfo{flex:1}.LuwanaPointsOfInterest-module__GivBdq__locationInfo h3{margin:0 0 .2rem;font-size:1.2rem;font-weight:600}.LuwanaPointsOfInterest-module__GivBdq__locationInfo p{color:#a0a0a0;margin:0;font-size:.9rem}.LuwanaPointsOfInterest-module__GivBdq__timeTag{background:#ffffff1a;border-radius:50px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;display:flex}
.LuwanaMap-module__VCDKHG__wrap{color:#2c2416;box-sizing:border-box;background:#f5efe2;border-radius:12px;width:100%;max-width:1100px;margin:0 auto;padding:16px;font-family:Helvetica Neue,Arial,sans-serif;box-shadow:0 20px 40px #0006,0 0 100px #0003}.LuwanaMap-module__VCDKHG__head{border-bottom:.5px solid #a88b5c40;flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:12px;padding:0 6px 14px;display:flex}.LuwanaMap-module__VCDKHG__title{letter-spacing:4px;color:#a88b5c;margin:0;font-family:Cormorant Garamond,Playfair Display,Georgia,serif;font-size:22px;font-weight:400}.LuwanaMap-module__VCDKHG__sub{letter-spacing:2px;color:#8a7553;text-transform:uppercase;margin:4px 0 0;font-size:11px}.LuwanaMap-module__VCDKHG__subAccent{letter-spacing:2px;color:#a88b5c;text-transform:uppercase;font-size:11px}.LuwanaMap-module__VCDKHG__stage{aspect-ratio:850/605;background:#f5efe2;border-radius:8px;width:100%;position:relative;overflow:hidden}.LuwanaMap-module__VCDKHG__bg{object-fit:cover;opacity:0;transition:opacity 1.2s}.LuwanaMap-module__VCDKHG__bgLoaded{opacity:1}.LuwanaMap-module__VCDKHG__svg{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.LuwanaMap-module__VCDKHG__poi{transition:opacity .35s}.LuwanaMap-module__VCDKHG__poiDot{transition:r .25s,fill .25s}.LuwanaMap-module__VCDKHG__poiActive .LuwanaMap-module__VCDKHG__poiDot{fill:#a88b5c}.LuwanaMap-module__VCDKHG__hit{pointer-events:auto;cursor:pointer;outline:none}.LuwanaMap-module__VCDKHG__hit:focus-visible{outline-offset:2px;outline:2px solid #a88b5c}.LuwanaMap-module__VCDKHG__info{opacity:0;pointer-events:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#f5efe2f5;border:.5px solid #a88b5c66;border-radius:6px;max-width:320px;padding:10px 16px;transition:opacity .35s,transform .35s;position:absolute;bottom:14px;left:14px;transform:translateY(8px)}.LuwanaMap-module__VCDKHG__infoShow{opacity:1;transform:translateY(0)}.LuwanaMap-module__VCDKHG__infoTitle{color:#a88b5c;letter-spacing:2px;margin:0 0 4px;font-family:Cormorant Garamond,Playfair Display,Georgia,serif;font-size:16px;font-weight:500}.LuwanaMap-module__VCDKHG__infoBody{color:#5d4f36;margin:0;font-size:12px;line-height:1.45}.LuwanaMap-module__VCDKHG__legend{letter-spacing:1.5px;color:#8a7553;text-transform:uppercase;flex-wrap:wrap;gap:14px;padding:12px 6px 0;font-size:10px;display:flex}.LuwanaMap-module__VCDKHG__legend span{align-items:center;gap:6px;display:inline-flex}.LuwanaMap-module__VCDKHG__legendAccent{margin-left:auto;color:#a88b5c!important}.LuwanaMap-module__VCDKHG__dot{border-radius:50%;width:8px;height:8px;display:inline-block}.LuwanaMap-module__VCDKHG__cta{text-align:center;letter-spacing:2px;margin-top:14px;font-size:12px}.LuwanaMap-module__VCDKHG__cta a{color:#a88b5c;border-bottom:.5px solid #a88b5c;padding-bottom:2px;text-decoration:none;transition:opacity .2s}.LuwanaMap-module__VCDKHG__cta a:hover{opacity:.7}@media (max-width:640px){.LuwanaMap-module__VCDKHG__title{letter-spacing:3px;font-size:18px}.LuwanaMap-module__VCDKHG__head{flex-direction:column;align-items:flex-start}.LuwanaMap-module__VCDKHG__info{max-width:65%;padding:8px 12px;inset:8px auto auto 8px}.LuwanaMap-module__VCDKHG__infoTitle{font-size:14px}.LuwanaMap-module__VCDKHG__infoBody{font-size:11px}.LuwanaMap-module__VCDKHG__legend{gap:10px;font-size:9px}.LuwanaMap-module__VCDKHG__legendAccent{width:100%;margin-left:0}}@media (prefers-reduced-motion:reduce){.LuwanaMap-module__VCDKHG__bg,.LuwanaMap-module__VCDKHG__info,.LuwanaMap-module__VCDKHG__poiDot,.LuwanaMap-module__VCDKHG__cta a{transition:none}.LuwanaMap-module__VCDKHG__svg animate{animation-duration:1ms!important}}
.LuwanaPOIMarquee-module__N21LDq__marqueeContainer{background:0 0;width:100%;padding:3rem 0 1rem;display:flex;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000);mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000)}.LuwanaPOIMarquee-module__N21LDq__marqueeTrack{gap:2rem;width:max-content;animation:40s linear infinite LuwanaPOIMarquee-module__N21LDq__scroll;display:flex}.LuwanaPOIMarquee-module__N21LDq__marqueeTrack:hover{animation-play-state:paused}.LuwanaPOIMarquee-module__N21LDq__poiPill{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);cursor:default;background:#ffffff08;border:1px solid #ffffff1a;border-radius:50px;align-items:center;gap:1rem;padding:.8rem 1.5rem;transition:all .3s;display:flex}.LuwanaPOIMarquee-module__N21LDq__poiPill:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-2px)}.LuwanaPOIMarquee-module__N21LDq__iconWrapper{color:#a0a0a0;justify-content:center;align-items:center;display:flex}.LuwanaPOIMarquee-module__N21LDq__poiPill:hover .LuwanaPOIMarquee-module__N21LDq__iconWrapper{color:#fff}.LuwanaPOIMarquee-module__N21LDq__poiInfo{flex-direction:column;display:flex}.LuwanaPOIMarquee-module__N21LDq__poiName{color:#fff;white-space:nowrap;font-size:.95rem;font-weight:500}.LuwanaPOIMarquee-module__N21LDq__poiTime{color:#a0a0a0;align-items:center;gap:.3rem;margin-top:.1rem;font-size:.8rem;display:flex}@keyframes LuwanaPOIMarquee-module__N21LDq__scroll{0%{transform:translate(0)}to{transform:translate(calc(-50% - 1rem))}}@media (max-width:768px){.LuwanaPOIMarquee-module__N21LDq__marqueeContainer{padding:2rem 0 1rem}.LuwanaPOIMarquee-module__N21LDq__marqueeTrack{animation-duration:30s}.LuwanaPOIMarquee-module__N21LDq__poiPill{padding:.6rem 1.2rem}.LuwanaPOIMarquee-module__N21LDq__poiName{font-size:.85rem}}
.LuwanaArchitecture-module__ksiVZq__archContainer{color:#fff;background-color:#050505;justify-content:center;padding:6rem 2rem;display:flex}.LuwanaArchitecture-module__ksiVZq__content{text-align:center;flex-direction:column;align-items:center;gap:3rem;width:100%;max-width:1100px;display:flex}.LuwanaArchitecture-module__ksiVZq__textContent{flex-direction:column;align-items:center;gap:1.5rem;width:100%;display:flex}.LuwanaArchitecture-module__ksiVZq__label{text-transform:uppercase;letter-spacing:2px;color:#a0a0a0;border-bottom:1px solid #fff3;width:fit-content;padding-bottom:.5rem;font-size:.9rem}.LuwanaArchitecture-module__ksiVZq__title{background:linear-gradient(135deg,#fff 0%,#dcdcdc 50%,#9a9a9a 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;max-width:800px;margin:0;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}.LuwanaArchitecture-module__ksiVZq__paragraph{color:#d1d5db;max-width:800px;font-size:1.1rem;font-weight:300;line-height:1.8}.LuwanaArchitecture-module__ksiVZq__imageContent{justify-content:center;width:100%;display:flex}.LuwanaArchitecture-module__ksiVZq__imageWrapper{aspect-ratio:16/9;border:1px solid #ffffff1a;border-radius:20px;width:100%;max-width:1100px;position:relative;overflow:hidden;box-shadow:0 20px 40px #00000080}.LuwanaArchitecture-module__ksiVZq__image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.LuwanaArchitecture-module__ksiVZq__imageWrapper:hover .LuwanaArchitecture-module__ksiVZq__image{transform:scale(1.05)}
.LuwanaVisualExperience-module__3ztR1q__visualContainer{color:#fff;background-color:#050505;padding:8rem 5%}.LuwanaVisualExperience-module__3ztR1q__content{max-width:1200px;margin:0 auto}.LuwanaVisualExperience-module__3ztR1q__header{text-align:center;margin-bottom:4rem}.LuwanaVisualExperience-module__3ztR1q__label{text-transform:uppercase;letter-spacing:2px;color:#a0a0a0;border-bottom:1px solid #fff3;margin-bottom:1rem;padding-bottom:.5rem;font-size:.9rem;display:inline-block}.LuwanaVisualExperience-module__3ztR1q__title{background:linear-gradient(135deg,#fff 0%,#dcdcdc 50%,#9a9a9a 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}.LuwanaVisualExperience-module__3ztR1q__subtitle{color:#d1d5db;max-width:800px;margin:0 auto;font-size:1.1rem;font-weight:300;line-height:1.8}.LuwanaVisualExperience-module__3ztR1q__mainTabs{border-bottom:1px solid #ffffff1a;justify-content:center;gap:2rem;margin-bottom:3rem;padding-bottom:1rem;display:flex}.LuwanaVisualExperience-module__3ztR1q__tabButton{color:#a0a0a0;cursor:pointer;background:0 0;border:none;padding:.5rem 1rem;font-family:inherit;font-size:1.1rem;font-weight:400;transition:color .3s;position:relative}.LuwanaVisualExperience-module__3ztR1q__tabButton:hover,.LuwanaVisualExperience-module__3ztR1q__tabButton.LuwanaVisualExperience-module__3ztR1q__active{color:#fff}.LuwanaVisualExperience-module__3ztR1q__activeIndicator{background-color:#fff;height:2px;position:absolute;bottom:-17px;left:0;right:0}.LuwanaVisualExperience-module__3ztR1q__showroomContainer{background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;min-height:600px;position:relative;overflow:hidden}.LuwanaVisualExperience-module__3ztR1q__vistasWrapper{width:100%;height:600px;position:relative}.LuwanaVisualExperience-module__3ztR1q__fullImage{object-fit:cover;width:100%;height:100%}.LuwanaVisualExperience-module__3ztR1q__imageCaption{color:#fff;background:linear-gradient(#0000,#000c);padding:3rem 2rem 2rem;position:absolute;bottom:0;left:0;right:0}.LuwanaVisualExperience-module__3ztR1q__amenitiesLayout{grid-template-columns:350px 1fr;height:600px;display:grid}.LuwanaVisualExperience-module__3ztR1q__amenitiesList{border-right:1px solid #ffffff0d;flex-direction:column;gap:1rem;padding:2rem;display:flex;overflow-y:auto}.LuwanaVisualExperience-module__3ztR1q__amenityItem{text-align:left;cursor:pointer;color:#fff9;background:0 0;border:1px solid #0000;border-radius:8px;padding:1.5rem;transition:all .3s}.LuwanaVisualExperience-module__3ztR1q__amenityItem:hover{background:#ffffff05}.LuwanaVisualExperience-module__3ztR1q__amenityItem.LuwanaVisualExperience-module__3ztR1q__active{color:#fff;background:#ffffff0d;border-color:#ffffff1a}.LuwanaVisualExperience-module__3ztR1q__amenityItem h4{margin-bottom:.5rem;font-size:1.2rem;font-weight:500}.LuwanaVisualExperience-module__3ztR1q__amenityItem p{opacity:.8;font-size:.9rem;line-height:1.4}.LuwanaVisualExperience-module__3ztR1q__amenityImageWrapper{width:100%;height:100%;position:relative}.LuwanaVisualExperience-module__3ztR1q__villasLayout{flex-direction:column;height:auto;min-height:600px;display:flex}.LuwanaVisualExperience-module__3ztR1q__villaHeader{border-bottom:1px solid #ffffff0d;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:2rem;display:flex}.LuwanaVisualExperience-module__3ztR1q__villaSelector{gap:1rem;display:flex}.LuwanaVisualExperience-module__3ztR1q__villaBtn{color:#fff9;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:30px;padding:.6rem 1.5rem;transition:all .3s}.LuwanaVisualExperience-module__3ztR1q__villaBtn.LuwanaVisualExperience-module__3ztR1q__active{color:#fff;background:#fff;border-color:#fff}.LuwanaVisualExperience-module__3ztR1q__villaModes{background:#0003;border-radius:30px;padding:.3rem;display:flex}.LuwanaVisualExperience-module__3ztR1q__modeBtn{color:#fff9;cursor:pointer;background:0 0;border:none;border-radius:25px;padding:.5rem 1.5rem;transition:all .3s}.LuwanaVisualExperience-module__3ztR1q__modeBtn.LuwanaVisualExperience-module__3ztR1q__active{color:#fff;background:#ffffff1a}.LuwanaVisualExperience-module__3ztR1q__villaContent{flex:1;position:relative}.LuwanaVisualExperience-module__3ztR1q__villaGallery{width:100%;height:500px;position:relative}.LuwanaVisualExperience-module__3ztR1q__galleryNav{z-index:10;gap:.5rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.LuwanaVisualExperience-module__3ztR1q__dot{cursor:pointer;background:#ffffff4d;border:none;border-radius:50%;width:10px;height:10px;transition:all .3s}.LuwanaVisualExperience-module__3ztR1q__dot.LuwanaVisualExperience-module__3ztR1q__active{background:#fff;transform:scale(1.2)}.LuwanaVisualExperience-module__3ztR1q__planosContainer{flex-direction:column;align-items:center;gap:2rem;padding:2rem;display:flex}.LuwanaVisualExperience-module__3ztR1q__planosSelector{gap:1rem;display:flex}.LuwanaVisualExperience-module__3ztR1q__plantaBtn{color:#fff9;cursor:pointer;background:0 0;border:1px solid #ffffff1a;padding:.5rem 2rem;transition:all .3s}.LuwanaVisualExperience-module__3ztR1q__plantaBtn.LuwanaVisualExperience-module__3ztR1q__active{color:#fff;border-color:#fff}.LuwanaVisualExperience-module__3ztR1q__planoImage{object-fit:contain;background:#ffffff05;border-radius:8px;max-width:100%;height:auto;max-height:500px;padding:1rem}.LuwanaVisualExperience-module__3ztR1q__placeholder{color:#fff9;background:#ffffff05;border:1px dashed #ffffff1a;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;width:100%;height:400px;display:flex}@media (max-width:900px){.LuwanaVisualExperience-module__3ztR1q__amenitiesLayout{grid-template-columns:1fr;height:auto}.LuwanaVisualExperience-module__3ztR1q__amenitiesList{border-bottom:1px solid #ffffff0d;border-right:none;flex-direction:row;padding:1rem;overflow-x:auto}.LuwanaVisualExperience-module__3ztR1q__amenityItem{flex-shrink:0;min-width:250px}.LuwanaVisualExperience-module__3ztR1q__amenityImageWrapper{height:400px}.LuwanaVisualExperience-module__3ztR1q__villaHeader{flex-direction:column;align-items:flex-start}}@media (max-width:600px){.LuwanaVisualExperience-module__3ztR1q__mainTabs{flex-direction:column;align-items:center;gap:1rem}.LuwanaVisualExperience-module__3ztR1q__activeIndicator{display:none}.LuwanaVisualExperience-module__3ztR1q__tabButton.LuwanaVisualExperience-module__3ztR1q__active{background:#ffffff0d;border-radius:8px}}
.LuwanaAuthority-module__WH66sa__authorityContainer{color:#fff;background-color:#050505;justify-content:center;padding:6rem 2rem;display:flex}.LuwanaAuthority-module__WH66sa__content{flex-direction:column;gap:3rem;width:100%;max-width:1200px;display:flex}.LuwanaAuthority-module__WH66sa__header{text-align:center;max-width:800px;margin:0 auto}.LuwanaAuthority-module__WH66sa__label{text-transform:uppercase;letter-spacing:2px;color:#a0a0a0;border-bottom:1px solid #fff3;margin-bottom:1rem;padding-bottom:.5rem;font-size:.9rem;display:inline-block}.LuwanaAuthority-module__WH66sa__title{background:linear-gradient(135deg,#fff 0%,#dcdcdc 50%,#9a9a9a 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0 0 1rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}.LuwanaAuthority-module__WH66sa__subtitle{color:#d1d5db;font-size:1.1rem;font-weight:300}.LuwanaAuthority-module__WH66sa__grid{grid-template-columns:1fr;gap:2rem;margin-top:2rem;display:grid}@media (min-width:768px){.LuwanaAuthority-module__WH66sa__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.LuwanaAuthority-module__WH66sa__grid{grid-template-columns:repeat(3,1fr)}}.LuwanaAuthority-module__WH66sa__card{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:20px;flex-direction:column;align-items:center;padding:3rem 2rem;transition:all .3s;display:flex}.LuwanaAuthority-module__WH66sa__card:hover{background:#ffffff0d;border-color:#fff3;transform:translateY(-10px);box-shadow:0 20px 40px #00000080}.LuwanaAuthority-module__WH66sa__iconWrapper{color:#fff;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1.5rem;display:flex}.LuwanaAuthority-module__WH66sa__card h3{margin:0 0 1rem;font-size:1.5rem;font-weight:600}.LuwanaAuthority-module__WH66sa__card p{color:#a0a0a0;flex:1;margin:0 0 2rem;line-height:1.6}.LuwanaAuthority-module__WH66sa__statusBadge{color:#00e676;background:#00c8531a;border:1px solid #00c8534d;border-radius:50px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;display:inline-flex}.LuwanaAuthority-module__WH66sa__dot{background:#00e676;border-radius:50%;width:8px;height:8px;box-shadow:0 0 10px #00e676}.LuwanaAuthority-module__WH66sa__partnersSection{text-align:center;border-top:1px solid #ffffff1a;margin-top:6rem;padding-top:4rem}.LuwanaAuthority-module__WH66sa__partnersSection h3{text-transform:uppercase;letter-spacing:2px;color:#a0a0a0;margin-bottom:3rem;font-size:1.5rem;font-weight:400}.LuwanaAuthority-module__WH66sa__marqueeContainer{width:100%;padding:1rem 0;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000);mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000)}.LuwanaAuthority-module__WH66sa__marqueeTrack{width:max-content;animation:30s linear infinite LuwanaAuthority-module__WH66sa__scrollMarquee;display:flex}.LuwanaAuthority-module__WH66sa__marqueeTrack:hover{animation-play-state:paused}.LuwanaAuthority-module__WH66sa__marqueeGroup{align-items:center;gap:6rem;padding-right:6rem;display:flex}@keyframes LuwanaAuthority-module__WH66sa__scrollMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.LuwanaAuthority-module__WH66sa__partnerCard{flex-direction:column;align-items:center;gap:1rem;display:flex}.LuwanaAuthority-module__WH66sa__partnerRole{text-transform:uppercase;letter-spacing:1.5px;color:#888;font-size:.8rem}.LuwanaAuthority-module__WH66sa__partnerName{color:#fff;letter-spacing:1px;font-size:1.2rem;font-weight:700}.LuwanaAuthority-module__WH66sa__partnerLogo{object-fit:contain;width:150px;max-height:50px}
.LuwanaROI-module__oatkAW__roiSection{color:#fff;background:linear-gradient(#111 0%,#0a0a0a 100%);padding:6rem 1rem;position:relative;overflow:hidden}.LuwanaROI-module__oatkAW__bgElements{pointer-events:none;opacity:.1;background-image:radial-gradient(circle at 10% 20%,#ffffff0d 0%,#0000 20%),radial-gradient(circle at 90% 80%,#ffffff0d 0%,#0000 20%);width:100%;height:100%;position:absolute;top:0;left:0}.LuwanaROI-module__oatkAW__header{text-align:center;z-index:1;max-width:800px;margin:0 auto 4rem;position:relative}.LuwanaROI-module__oatkAW__header h2{background:linear-gradient(135deg,#fff 0%,#dcdcdc 50%,#9a9a9a 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0 0 1rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}.LuwanaROI-module__oatkAW__header p{color:var(--color-text-light);font-size:1.1rem;line-height:1.6}.LuwanaROI-module__oatkAW__calculatorContainer{z-index:1;grid-template-columns:1fr 2fr;gap:2rem;max-width:1200px;margin:0 auto;display:grid;position:relative}.LuwanaROI-module__oatkAW__controlPanel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:24px;padding:2rem}.LuwanaROI-module__oatkAW__controlPanel h3{color:#fff;border-bottom:1px solid #ffffff1a;margin-bottom:2rem;padding-bottom:1rem;font-size:1.5rem;font-weight:600}.LuwanaROI-module__oatkAW__sliderGroup{margin-bottom:2.5rem}.LuwanaROI-module__oatkAW__sliderGroup label{color:var(--color-text-light);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.9rem;display:block}.LuwanaROI-module__oatkAW__sliderValue{color:#fff;margin-bottom:1rem;font-size:2rem;font-weight:600;display:block}.LuwanaROI-module__oatkAW__rangeSlider{accent-color:#fff;width:100%}.LuwanaROI-module__oatkAW__staticCosts{margin-top:2rem}.LuwanaROI-module__oatkAW__costItem{color:#ccc;justify-content:space-between;margin-bottom:1rem;font-size:.95rem;display:flex}.LuwanaROI-module__oatkAW__costItem.LuwanaROI-module__oatkAW__total{color:#fff;border-top:1px solid #ffffff1a;margin-top:1.5rem;padding-top:1rem;font-size:1.1rem;font-weight:700}.LuwanaROI-module__oatkAW__scenariosGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.LuwanaROI-module__oatkAW__scenarioCard{text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;flex-direction:column;padding:2rem 1.5rem;transition:transform .3s,border-color .3s;display:flex}.LuwanaROI-module__oatkAW__scenarioCard:hover{border-color:#fff6;transform:translateY(-5px)}.LuwanaROI-module__oatkAW__scenarioCard.LuwanaROI-module__oatkAW__realista{background:#ffffff0d;border-color:#ffffff4d;position:relative}.LuwanaROI-module__oatkAW__scenarioCard.LuwanaROI-module__oatkAW__realista:before{content:"Más Probable";color:#000;text-transform:uppercase;letter-spacing:.05em;background:#fff;border-radius:20px;padding:4px 12px;font-size:.75rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.LuwanaROI-module__oatkAW__scenarioTitle{color:#fff;margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.LuwanaROI-module__oatkAW__occupancyBadge{color:var(--color-text-light);background:#ffffff1a;border-radius:12px;margin-bottom:2rem;padding:4px 10px;font-size:.8rem;display:inline-block}.LuwanaROI-module__oatkAW__metric{margin-bottom:1.5rem}.LuwanaROI-module__oatkAW__metricLabel{color:var(--color-text-light);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.3rem;font-size:.8rem;display:block}.LuwanaROI-module__oatkAW__metricValue{color:#fff;font-size:1.8rem;font-weight:600}.LuwanaROI-module__oatkAW__metricValue.LuwanaROI-module__oatkAW__roi{background:linear-gradient(135deg,#fff 0%,#dcdcdc 50%,#9a9a9a 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:2.5rem}.LuwanaROI-module__oatkAW__metricValue.LuwanaROI-module__oatkAW__small{color:#fff;font-size:1.2rem}.LuwanaROI-module__oatkAW__disclaimer{text-align:center;color:#fff6;max-width:800px;margin-top:3rem;margin-left:auto;margin-right:auto;font-size:.8rem}@media (max-width:968px){.LuwanaROI-module__oatkAW__calculatorContainer{grid-template-columns:1fr}.LuwanaROI-module__oatkAW__scenariosGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}
.LuwanaFinancial-module__Ax5UJG__financialContainer{color:#fff;background-color:#000;flex-direction:column;align-items:center;padding:6rem 2rem;display:flex;position:relative;overflow:hidden}.LuwanaFinancial-module__Ax5UJG__financialContainer:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#28324626 0%,#0000 60%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.LuwanaFinancial-module__Ax5UJG__header{text-align:center;z-index:1;max-width:800px;margin-bottom:4rem;position:relative}.LuwanaFinancial-module__Ax5UJG__header h2{margin-bottom:1rem;font-size:2.5rem}.LuwanaFinancial-module__Ax5UJG__header p{color:#a0a0a0;font-size:1.1rem;line-height:1.6}.LuwanaFinancial-module__Ax5UJG__grid{z-index:1;grid-template-columns:repeat(4,1fr);gap:1.5rem;width:100%;max-width:1200px;display:grid;position:relative}.LuwanaFinancial-module__Ax5UJG__card{text-align:center;background:#ffffff08;border:1px solid #ffffff1a;border-radius:16px;padding:2.5rem 1.5rem;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),border-color .4s,box-shadow .4s;position:relative;overflow:hidden}.LuwanaFinancial-module__Ax5UJG__card:hover{border-color:#ffffff4d;transform:translateY(-8px);box-shadow:0 10px 30px #00000080,0 0 20px #ffffff0d}.LuwanaFinancial-module__Ax5UJG__card:after{content:"";opacity:.5;background:linear-gradient(90deg,#555,#fff);width:100%;height:4px;transition:opacity .4s;position:absolute;top:0;left:0}.LuwanaFinancial-module__Ax5UJG__card:hover:after{opacity:1}.LuwanaFinancial-module__Ax5UJG__percentage{color:#fff;margin-bottom:.5rem;font-size:3.5rem;font-weight:800;line-height:1}.LuwanaFinancial-module__Ax5UJG__percentage span{color:#888;font-size:1.5rem}.LuwanaFinancial-module__Ax5UJG__title{text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:1.1rem;font-weight:600}.LuwanaFinancial-module__Ax5UJG__desc{color:#aaa;font-size:.9rem;line-height:1.5}@media (max-width:1024px){.LuwanaFinancial-module__Ax5UJG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.LuwanaFinancial-module__Ax5UJG__grid{grid-template-columns:1fr}.LuwanaFinancial-module__Ax5UJG__header h2{font-size:2rem}}.LuwanaFinancial-module__Ax5UJG__statsBanner{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;flex-wrap:wrap;justify-content:center;gap:2rem;width:100%;max-width:1200px;margin-top:4rem;padding:2rem;display:flex;position:relative}.LuwanaFinancial-module__Ax5UJG__statItem{text-align:center;flex-direction:column;flex:1;align-items:center;min-width:250px;display:flex}.LuwanaFinancial-module__Ax5UJG__statLabel{text-transform:uppercase;letter-spacing:1.5px;color:#a0a0a0;margin-bottom:.5rem;font-size:.9rem}.LuwanaFinancial-module__Ax5UJG__statValue{color:#fff;background:linear-gradient(135deg,#fff 0%,#dcdcdc 50%,#9a9a9a 100%);-webkit-text-fill-color:transparent;white-space:nowrap;-webkit-background-clip:text;font-size:clamp(1.2rem,3vw,2rem);font-weight:700}@media (max-width:768px){.LuwanaFinancial-module__Ax5UJG__statsBanner{flex-direction:column;gap:1.5rem}}
.HeroVideo-module__rTNmzq__heroContainer{justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:relative}.HeroVideo-module__rTNmzq__videoBackground{z-index:-1;pointer-events:none;background-color:#111822;width:100vw;height:100vh;position:fixed;top:0;left:0;overflow:hidden}.HeroVideo-module__rTNmzq__posterImage{z-index:0;object-fit:cover}.HeroVideo-module__rTNmzq__videoContent{object-fit:cover;z-index:1;width:100vw;height:100vh;position:absolute;top:0;left:0}.HeroVideo-module__rTNmzq__gradientOverlay{pointer-events:none;z-index:1;background:linear-gradient(135deg,#00000080 0%,#1c2c4533 50%,#1c2c45d9 100%);position:absolute;inset:0}.HeroVideo-module__rTNmzq__overlay{z-index:2;flex-direction:column;justify-content:flex-end;width:100%;max-width:1600px;height:100vh;margin:0 auto;padding:0 4rem 8rem;display:flex;position:relative}.HeroVideo-module__rTNmzq__heroTitle{letter-spacing:-.04em;color:#fff;text-shadow:0 20px 40px #0006;max-width:1000px;margin-bottom:1.5rem;font-size:5.5rem;font-weight:800;line-height:1}.HeroVideo-module__rTNmzq__heroSubtitle{color:#ffffffe6;text-shadow:0 4px 15px #00000080;letter-spacing:.01em;max-width:750px;margin-bottom:4rem;font-size:1.5rem;font-weight:300;line-height:1.6}.HeroVideo-module__rTNmzq__buttons{flex-wrap:wrap;gap:1.5rem;display:flex}@media (max-width:1024px){.HeroVideo-module__rTNmzq__heroTitle{font-size:4rem}.HeroVideo-module__rTNmzq__heroSubtitle{font-size:1.25rem}}@media (max-width:768px){.HeroVideo-module__rTNmzq__overlay{justify-content:center;padding:0 2rem 6rem}.HeroVideo-module__rTNmzq__heroTitle{font-size:3rem}.HeroVideo-module__rTNmzq__heroSubtitle{margin-bottom:3rem;font-size:1.15rem}.HeroVideo-module__rTNmzq__buttons{flex-direction:column;width:100%}.HeroVideo-module__rTNmzq__buttons a{text-align:center;width:100%}}
.LuwanaFunnel-module__zaKWVW__funnelContainer{background-color:#050505;flex-direction:column;align-items:center;padding:6rem 2rem;display:flex;position:relative;overflow:hidden}.LuwanaFunnel-module__zaKWVW__header{text-align:center;max-width:800px;margin-bottom:3rem}.LuwanaFunnel-module__zaKWVW__header h2{color:#fff;margin-bottom:1rem;font-size:2.5rem}.LuwanaFunnel-module__zaKWVW__header p{color:#a5a5a5;font-size:1.1rem}.LuwanaFunnel-module__zaKWVW__selectionGrid{grid-template-columns:1fr;gap:2rem;width:100%;max-width:800px;margin:0 auto;display:grid}@media (min-width:768px){.LuwanaFunnel-module__zaKWVW__selectionGrid{grid-template-columns:1fr 1fr}}.LuwanaFunnel-module__zaKWVW__optionCard{cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:15px;flex-direction:column;align-items:center;padding:3rem 2rem;transition:all .3s;display:flex}.LuwanaFunnel-module__zaKWVW__optionCard:hover{background:#ffffff1a;border-color:#00e676;transform:translateY(-5px);box-shadow:0 10px 30px #00e67626}.LuwanaFunnel-module__zaKWVW__optionIcon{margin-bottom:1.5rem;font-size:3rem;transition:transform .3s}.LuwanaFunnel-module__zaKWVW__optionCard:hover .LuwanaFunnel-module__zaKWVW__optionIcon{transform:scale(1.1)}.LuwanaFunnel-module__zaKWVW__optionCard h3{margin:0 0 1rem;font-size:1.4rem;font-weight:600}.LuwanaFunnel-module__zaKWVW__optionCard p{color:#a0a0a0;margin:0;line-height:1.5}.LuwanaFunnel-module__zaKWVW__backBtn{color:#a0a0a0;cursor:pointer;background:0 0;border:none;align-items:center;margin-bottom:2rem;font-size:1rem;transition:color .3s;display:flex}.LuwanaFunnel-module__zaKWVW__backBtn:hover{color:#fff}.LuwanaFunnel-module__zaKWVW__iframeWrapper{background:#fff;border-radius:12px;width:100%;max-width:900px;min-height:800px;position:relative;overflow:hidden;box-shadow:0 20px 40px #00000080}.LuwanaFunnel-module__zaKWVW__loadingState{color:#000;font-weight:500;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.ProjectGrid-module__1t5ofq__section{-webkit-backdrop-filter:blur(16px);z-index:2;background:linear-gradient(#fff0 0%,#fff6 4rem,#ffffff4d 70%,#1c2c4599 100%);border:none;width:100%;position:relative;-webkit-mask-image:linear-gradient(#0000 0%,#000 4rem 100%);mask-image:linear-gradient(#0000 0%,#000 4rem 100%)}.ProjectGrid-module__1t5ofq__container{max-width:1600px;margin:0 auto;padding:8rem 4rem}.ProjectGrid-module__1t5ofq__header{text-align:center;margin-bottom:5rem}.ProjectGrid-module__1t5ofq__header h2{letter-spacing:-.02em;color:var(--color-primary);text-shadow:0 4px 15px #ffffffb3;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800}.ProjectGrid-module__1t5ofq__header p{color:var(--color-primary);max-width:800px;margin:0 auto;font-size:1.25rem;font-weight:500;line-height:1.6}.ProjectGrid-module__1t5ofq__grid{grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:3rem;display:grid}.ProjectGrid-module__1t5ofq__card{-webkit-backdrop-filter:blur(24px);background:#ffffffa6;border:1px solid #fffc;border-radius:20px;flex-direction:column;transition:all .5s cubic-bezier(.165,.84,.44,1);display:flex;overflow:hidden;box-shadow:0 12px 40px #0000001a}.ProjectGrid-module__1t5ofq__card:hover{border-color:#fff;transform:translateY(-10px);box-shadow:0 25px 60px #00000026}.ProjectGrid-module__1t5ofq__imageContainer{background-color:#e2e8f0;width:100%;height:280px;position:relative;overflow:hidden}.ProjectGrid-module__1t5ofq__posterImage{object-fit:cover;z-index:1;width:100%;height:100%;transition:transform .8s cubic-bezier(.165,.84,.44,1);position:absolute;top:0;left:0}.ProjectGrid-module__1t5ofq__videoPlayer{object-fit:cover;z-index:2;width:100%;height:100%;transition:transform .8s cubic-bezier(.165,.84,.44,1);position:absolute;top:0;left:0}.ProjectGrid-module__1t5ofq__card:hover .ProjectGrid-module__1t5ofq__posterImage,.ProjectGrid-module__1t5ofq__card:hover .ProjectGrid-module__1t5ofq__videoPlayer{transform:scale(1.08)}.ProjectGrid-module__1t5ofq__cardContent{background:0 0;flex-direction:column;flex:1;padding:2.5rem 2rem;display:flex}.ProjectGrid-module__1t5ofq__tags{flex-wrap:wrap;gap:.6rem;margin-top:auto;margin-bottom:1.5rem;display:flex}.ProjectGrid-module__1t5ofq__tag{letter-spacing:.02em;color:var(--color-primary);background:#1c2c450f;border:1px solid #1c2c4526;border-radius:50px;padding:.35rem .8rem;font-size:.75rem;font-weight:600}.ProjectGrid-module__1t5ofq__cardContent h3{color:var(--color-primary);letter-spacing:-.01em;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.ProjectGrid-module__1t5ofq__cardContent p{color:#64748b;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.6}.ProjectGrid-module__1t5ofq__cta{color:var(--color-secondary);text-transform:uppercase;letter-spacing:1px;align-items:center;gap:.5rem;font-size:.95rem;font-weight:700;transition:all .3s;display:flex}.ProjectGrid-module__1t5ofq__card:hover .ProjectGrid-module__1t5ofq__cta{color:var(--color-primary);gap:1rem}@media (max-width:1024px){.ProjectGrid-module__1t5ofq__header h2{font-size:2.5rem}.ProjectGrid-module__1t5ofq__container{padding:6rem 2rem}}@media (max-width:768px){.ProjectGrid-module__1t5ofq__grid{grid-template-columns:1fr}}
.FloatingCTA-module__nFJ0yq__floatingBtn{color:#050505;opacity:0;z-index:1000;pointer-events:none;background:#00e676;border-radius:50px;align-items:center;gap:8px;padding:12px 24px;font-weight:700;text-decoration:none;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:fixed;bottom:20px;right:20px;transform:translateY(100px);box-shadow:0 10px 25px #00e6764d}.FloatingCTA-module__nFJ0yq__floatingBtn.FloatingCTA-module__nFJ0yq__visible{opacity:1;pointer-events:auto;transform:translateY(0)}.FloatingCTA-module__nFJ0yq__floatingBtn:hover{background:#f0f0f0;transform:translateY(-5px);box-shadow:0 15px 35px #0009}.FloatingCTA-module__nFJ0yq__icon,.FloatingCTA-module__nFJ0yq__text{display:block}@media (min-width:768px){.FloatingCTA-module__nFJ0yq__floatingBtn{bottom:30px;right:30px}.FloatingCTA-module__nFJ0yq__text{display:block}}
.ProjectFunnel-module__6MNTDG__funnelSection{-webkit-backdrop-filter:blur(16px);background:linear-gradient(#1c2c4599 0%,#1c2c45f2 100%);border:none;padding:8rem 2rem}.ProjectFunnel-module__6MNTDG__wrapper{max-width:800px;margin:0 auto}.ProjectFunnel-module__6MNTDG__header{text-align:center;margin-bottom:4rem}.ProjectFunnel-module__6MNTDG__header h2{letter-spacing:-.02em;color:#fff;margin-bottom:1.5rem;font-size:3rem;font-weight:800}.ProjectFunnel-module__6MNTDG__header p{color:#fffc;max-width:600px;margin:0 auto;font-size:1.25rem;font-weight:400}.ProjectFunnel-module__6MNTDG__quizContainer{text-align:center;-webkit-backdrop-filter:blur(30px);background:#1c2c4580;border:1px solid #ffffff26;border-radius:24px;padding:4rem 3rem;box-shadow:0 20px 50px #0000004d}.ProjectFunnel-module__6MNTDG__progressCounter{color:var(--color-secondary);text-transform:uppercase;letter-spacing:2px;margin-bottom:1.5rem;font-size:.85rem;font-weight:700;display:block}.ProjectFunnel-module__6MNTDG__questionText{color:#fff;letter-spacing:-.01em;margin-bottom:3.5rem;font-size:2rem;font-weight:600}.ProjectFunnel-module__6MNTDG__optionsGrid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:640px){.ProjectFunnel-module__6MNTDG__optionsGrid{grid-template-columns:1fr 1fr;gap:1.5rem}}.ProjectFunnel-module__6MNTDG__optionButton{color:#fff;letter-spacing:.5px;background:#ffffff05;border:1px solid #dbaa6726;border-radius:12px;padding:1.5rem;font-size:1.15rem;font-weight:300;transition:all .4s cubic-bezier(.165,.84,.44,1)}.ProjectFunnel-module__6MNTDG__optionButton:hover{color:#fff;background:#dbaa6714;border-color:#dbaa67cc;transform:translateY(-2px);box-shadow:0 10px 30px #dbaa671f}.ProjectFunnel-module__6MNTDG__formContainer{flex-direction:column;align-items:center;width:100%;display:flex}.ProjectFunnel-module__6MNTDG__formContainer h3{color:#fff;max-width:600px;margin-bottom:2rem;font-size:1.35rem}.ProjectFunnel-module__6MNTDG__progressBar{background:#ffffff1a;border-radius:4px;width:100%;max-width:300px;height:4px;margin:0 auto 3rem;overflow:hidden}.ProjectFunnel-module__6MNTDG__progressFill{background:var(--color-secondary);height:100%;transition:width .4s ease-in-out}.ProjectFunnel-module__6MNTDG__analyzingState{flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;animation:.5s ease-out ProjectFunnel-module__6MNTDG__fadeIn;display:flex}.ProjectFunnel-module__6MNTDG__spinner{border:3px solid #dbaa6733;border-top-color:var(--color-secondary);border-radius:50%;width:60px;height:60px;margin-bottom:2rem;animation:1s cubic-bezier(.55,.15,.45,.85) infinite ProjectFunnel-module__6MNTDG__spin}@keyframes ProjectFunnel-module__6MNTDG__spin{to{transform:rotate(360deg)}}@keyframes ProjectFunnel-module__6MNTDG__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ProjectFunnel-module__6MNTDG__analyzingState h3{color:var(--color-secondary);margin-bottom:.5rem;font-size:1.5rem}.ProjectFunnel-module__6MNTDG__analyzingState p{color:#fff9}.ProjectFunnel-module__6MNTDG__matchState{flex-direction:column;align-items:center;width:100%;animation:.6s ease-out ProjectFunnel-module__6MNTDG__fadeIn;display:flex}.ProjectFunnel-module__6MNTDG__matchBadge{background:linear-gradient(135deg, var(--color-secondary), #b58546);color:#111;letter-spacing:2px;border-radius:50px;margin-bottom:2rem;padding:.5rem 1.5rem;font-size:.85rem;font-weight:800;box-shadow:0 5px 20px #dbaa674d}.ProjectFunnel-module__6MNTDG__matchCard{border:1px solid #ffffff1a;border-radius:16px;width:100%;max-width:500px;height:300px;margin-bottom:3rem;position:relative;overflow:hidden;box-shadow:0 20px 40px #0006}.ProjectFunnel-module__6MNTDG__matchImage{object-fit:cover;width:100%;height:100%}.ProjectFunnel-module__6MNTDG__matchOverlay{text-align:left;background:linear-gradient(#11182700 0%,#111827f2 100%);width:100%;padding:3rem 2rem 1.5rem;position:absolute;bottom:0;left:0}.ProjectFunnel-module__6MNTDG__matchOverlay h2{color:#fff;margin-bottom:.5rem;font-size:2rem;font-weight:700}.ProjectFunnel-module__6MNTDG__matchOverlay p{color:#fffc;font-size:.95rem;font-weight:300}@media (max-width:640px){.ProjectFunnel-module__6MNTDG__funnelSection{padding:4rem 1.5rem}.ProjectFunnel-module__6MNTDG__quizContainer{border-radius:20px;padding:2.5rem 1.5rem}.ProjectFunnel-module__6MNTDG__header h2{font-size:2.2rem}.ProjectFunnel-module__6MNTDG__header p{font-size:1.05rem}.ProjectFunnel-module__6MNTDG__questionText{margin-bottom:2rem;font-size:1.45rem}.ProjectFunnel-module__6MNTDG__optionButton{padding:1.1rem;font-size:1rem}.ProjectFunnel-module__6MNTDG__matchCard{height:240px}.ProjectFunnel-module__6MNTDG__matchOverlay h2{font-size:1.6rem}.ProjectFunnel-module__6MNTDG__analyzingState{padding:3rem 1.5rem}}
.gamification-module__GcYAiq__questionContainer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:24px;max-width:800px;margin:4rem auto;padding:2.5rem;transition:transform .3s,border-color .3s;box-shadow:0 10px 30px #0003}.gamification-module__GcYAiq__questionContainer:hover{border-color:#ffffff4d;transform:translateY(-5px)}.gamification-module__GcYAiq__questionContainer.gamification-module__GcYAiq__answered{background:#ffffff0d;border-color:#fff9}.gamification-module__GcYAiq__title{background:linear-gradient(135deg,#fff 0%,#dcdcdc 50%,#9a9a9a 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0 0 1rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}.gamification-module__GcYAiq__subtitle{color:#a0a0a0;margin-bottom:2.5rem;font-size:1.1rem;font-weight:300}.gamification-module__GcYAiq__optionsGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.gamification-module__GcYAiq__optionButton{color:var(--color-white);cursor:pointer;background:#ffffff0d;border:1px solid #fff3;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:1.2rem;font-size:1.1rem;font-weight:500;transition:all .3s;display:flex}.gamification-module__GcYAiq__optionButton:hover{background:#ffffff1a;transform:translateY(-2px)}.gamification-module__GcYAiq__optionButton.gamification-module__GcYAiq__selected{color:#050505;background:#fff;border-color:#fff;box-shadow:0 4px 15px #fff3}.gamification-module__GcYAiq__selectWrapper{max-width:400px;margin:0 auto;position:relative}.gamification-module__GcYAiq__locationSelect{appearance:none;width:100%;color:var(--color-white);cursor:pointer;background:#ffffff0d;border:1px solid #fff3;border-radius:12px;padding:1.2rem 1.5rem;font-size:1.1rem;transition:all .3s}.gamification-module__GcYAiq__locationSelect:focus{background:#ffffff1a;border-color:#fff;outline:none}.gamification-module__GcYAiq__locationSelect option{color:#fff;background:#1a1a1a;padding:1rem}.gamification-module__GcYAiq__customInput{width:100%;max-width:400px;color:var(--color-white);background:#ffffff0d;border:1px solid #fff3;border-radius:12px;margin-top:1rem;padding:1.2rem 1.5rem;font-size:1.1rem;transition:all .3s}.gamification-module__GcYAiq__customInput:focus{border-color:#fff;outline:none}.gamification-module__GcYAiq__successMessage{color:#00e676;background:#00e6760d;border:1px solid #00e67633;border-radius:20px;justify-content:center;align-items:center;gap:.6rem;margin-top:1.5rem;padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;animation:.5s gamification-module__GcYAiq__fadeIn;display:inline-flex}.gamification-module__GcYAiq__pulseDot{background-color:#00e676;border-radius:50%;width:8px;height:8px;animation:1.5s infinite alternate gamification-module__GcYAiq__pulseGreen;box-shadow:0 0 10px #00e67699}@keyframes gamification-module__GcYAiq__pulseGreen{0%{box-shadow:0 0 5px #00e67666}to{box-shadow:0 0 15px #00e676cc,0 0 5px #00e676}}@keyframes gamification-module__GcYAiq__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.gamification-module__GcYAiq__questionContainer{margin:2rem 1rem;padding:1.5rem}.gamification-module__GcYAiq__title{font-size:1.4rem}}
