.Navbar-module__pSp8Ga__navbar{z-index:1000;background:0 0;border-bottom:1px solid #0000;padding:14px 0;transition:background .35s,border-bottom .35s,padding .35s;position:fixed;top:0;left:0;right:0}.Navbar-module__pSp8Ga__scrolled{-webkit-backdrop-filter:blur(12px);background:#ffffffd1;border-bottom:1px solid #1d428914;padding:10px 0;box-shadow:0 4px 30px #0000000d}.Navbar-module__pSp8Ga__darkTheme{background:#1d4289}.Navbar-module__pSp8Ga__logoPlaceholder,.Navbar-module__pSp8Ga__rightPlaceholder{width:60px;height:40px}.Navbar-module__pSp8Ga__navContainer{justify-content:space-between;align-items:center;gap:2rem;display:flex}.Navbar-module__pSp8Ga__centerNav{flex:1;justify-content:center;display:flex}.Navbar-module__pSp8Ga__navLinks{align-items:center;gap:2px;list-style:none;display:flex}.Navbar-module__pSp8Ga__navItem{position:relative}.Navbar-module__pSp8Ga__navLink{color:#fff;letter-spacing:.3px;text-transform:none;white-space:nowrap;border-radius:5px;align-items:center;gap:4px;padding:10px 14px;font-family:Outfit,sans-serif;font-size:.88rem;font-weight:500;transition:all .25s;display:flex;position:relative}.Navbar-module__pSp8Ga__scrolled .Navbar-module__pSp8Ga__navLink{color:#1d4289}.Navbar-module__pSp8Ga__navLink:after{content:"";transform-origin:50%;background:#1d4289;height:2px;transition:transform .25s;position:absolute;bottom:4px;left:14px;right:14px;transform:scaleX(0)}.Navbar-module__pSp8Ga__scrolled .Navbar-module__pSp8Ga__navLink:after{background:#1d4289}.Navbar-module__pSp8Ga__navLink:hover:after{transform:scaleX(1)}.Navbar-module__pSp8Ga__navLink:hover{color:#1d4289;background:#1d42890f}.Navbar-module__pSp8Ga__scrolled .Navbar-module__pSp8Ga__navLink:hover{color:#1d4289;background:#1d428914}.Navbar-module__pSp8Ga__dropArrow{font-size:.7rem;transition:transform .25s}.Navbar-module__pSp8Ga__navItem:hover .Navbar-module__pSp8Ga__dropArrow{transform:rotate(180deg)}.Navbar-module__pSp8Ga__dropdown{background:#fff;border:1px solid #1d42891a;border-radius:8px;min-width:200px;padding:8px;list-style:none;animation:.2s forwards Navbar-module__pSp8Ga__fadeInDown;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 8px 30px #0000001f}@keyframes Navbar-module__pSp8Ga__fadeInDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.Navbar-module__pSp8Ga__dropLink{color:#334155;border-radius:5px;padding:10px 14px;font-family:Inter,sans-serif;font-size:.88rem;transition:all .2s;display:block}.Navbar-module__pSp8Ga__dropLink:hover{color:#1d4289;background:#1d428914;padding-left:18px}.Navbar-module__pSp8Ga__burger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:5px;padding:6px;display:none}.Navbar-module__pSp8Ga__burger span{background:#fff;border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}.Navbar-module__pSp8Ga__scrolled .Navbar-module__pSp8Ga__burger span{background:#1d4289}.Navbar-module__pSp8Ga__navbar:not(.Navbar-module__pSp8Ga__scrolled) .Navbar-module__pSp8Ga__burger span{background:#fff;box-shadow:0 0 8px #0000004d}.Navbar-module__pSp8Ga__burgerOpen span:first-child{transform:rotate(45deg)translate(5px,5px)}.Navbar-module__pSp8Ga__burgerOpen span:nth-child(2){opacity:0}.Navbar-module__pSp8Ga__burgerOpen span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.Navbar-module__pSp8Ga__mobileMenu{z-index:999;background:#fff;flex-direction:column;gap:4px;padding:90px 24px 32px;animation:.3s forwards Navbar-module__pSp8Ga__slideInMenu;display:flex;position:fixed;inset:0;overflow-y:auto}@keyframes Navbar-module__pSp8Ga__slideInMenu{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.Navbar-module__pSp8Ga__mobileLink{color:#1d4289;border-bottom:1px solid #1d428914;border-radius:6px;padding:14px 16px;font-family:Outfit,sans-serif;font-size:1.05rem;font-weight:600;transition:all .2s;display:block}.Navbar-module__pSp8Ga__mobileLink:hover{background:#1d42890f}@media (max-width:1024px){.Navbar-module__pSp8Ga__navLinks,.Navbar-module__pSp8Ga__centerNav{display:none}.Navbar-module__pSp8Ga__burger{display:flex}}
.InvestmentModal-module__AfkgUq__ctaBtn{color:#0d1e3c;cursor:pointer;letter-spacing:.02em;background:linear-gradient(135deg,#d4af37 0%,#c9a227 100%);border:none;border-radius:50px;align-items:center;gap:10px;padding:16px 36px;font-size:1.05rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 8px 30px #d4af3759}.InvestmentModal-module__AfkgUq__ctaBtn:hover{transform:translateY(-2px);box-shadow:0 12px 40px #d4af3780}.InvestmentModal-module__AfkgUq__btnArrow{font-size:1.2rem;transition:transform .2s}.InvestmentModal-module__AfkgUq__ctaBtn:hover .InvestmentModal-module__AfkgUq__btnArrow{transform:translate(4px)}.InvestmentModal-module__AfkgUq__overlay{-webkit-backdrop-filter:blur(6px);z-index:9999;background:#080f23bf;justify-content:center;align-items:center;padding:20px;animation:.2s InvestmentModal-module__AfkgUq__fadeIn;display:flex;position:fixed;inset:0}@keyframes InvestmentModal-module__AfkgUq__fadeIn{0%{opacity:0}to{opacity:1}}.InvestmentModal-module__AfkgUq__modal{background:#fff;border-radius:20px;flex-direction:column;width:100%;max-width:680px;max-height:90vh;animation:.3s cubic-bezier(.34,1.56,.64,1) InvestmentModal-module__AfkgUq__slideUp;display:flex;overflow-y:auto;box-shadow:0 40px 80px #0000004d}@keyframes InvestmentModal-module__AfkgUq__slideUp{0%{opacity:0;transform:translateY(40px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.InvestmentModal-module__AfkgUq__modalHeader{background:linear-gradient(135deg,#1d4289 0%,#0d1e3c 100%);border-radius:20px 20px 0 0;flex-shrink:0;justify-content:space-between;align-items:flex-start;padding:28px 36px;display:flex}.InvestmentModal-module__AfkgUq__modalLabel{color:#d4af37;text-transform:uppercase;letter-spacing:.15em;margin:0 0 6px;font-size:.8rem;font-weight:700}.InvestmentModal-module__AfkgUq__modalTitle{color:#fff;margin:0;font-size:1.6rem;font-weight:700;line-height:1.2}.InvestmentModal-module__AfkgUq__closeBtn{color:#fff;cursor:pointer;background:#ffffff1f;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;margin-top:4px;font-size:1rem;transition:background .2s;display:flex}.InvestmentModal-module__AfkgUq__closeBtn:hover{background:#ffffff40}.InvestmentModal-module__AfkgUq__progress{background:#f8f9fc;border-bottom:1px solid #eef0f5;flex-shrink:0;justify-content:center;align-items:center;gap:0;padding:20px 36px;display:flex}.InvestmentModal-module__AfkgUq__progressStep{color:#aab;text-align:center;flex-direction:column;flex:1;align-items:center;gap:6px;font-size:.75rem;font-weight:500;display:flex;position:relative}.InvestmentModal-module__AfkgUq__progressStep:not(:last-child):after{content:"";background:#e0e4ef;width:80%;height:2px;position:absolute;top:16px;left:60%}.InvestmentModal-module__AfkgUq__progressStep.InvestmentModal-module__AfkgUq__progressActive:not(:last-child):after{background:gold}.InvestmentModal-module__AfkgUq__progressDot{color:#aab;z-index:1;background:#fff;border:2px solid #dde1ee;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;font-weight:700;transition:all .2s;display:flex}.InvestmentModal-module__AfkgUq__progressActive .InvestmentModal-module__AfkgUq__progressDot{color:#0d1e3c;background:gold;border-color:#d4af37}.InvestmentModal-module__AfkgUq__progressActive{color:#0d1e3c}.InvestmentModal-module__AfkgUq__modalBody{flex:1;padding:32px 36px 36px}.InvestmentModal-module__AfkgUq__formStep{animation:.25s InvestmentModal-module__AfkgUq__fadeIn}.InvestmentModal-module__AfkgUq__stepTitle{color:#0d1e3c;margin:0 0 24px;font-size:1.15rem;font-weight:700}.InvestmentModal-module__AfkgUq__field{margin-bottom:22px}.InvestmentModal-module__AfkgUq__field label{color:#444;letter-spacing:.01em;margin-bottom:10px;font-size:.85rem;font-weight:600;display:block}.InvestmentModal-module__AfkgUq__field input[type=text],.InvestmentModal-module__AfkgUq__field input[type=email],.InvestmentModal-module__AfkgUq__field input[type=tel]{color:#0d1e3c;box-sizing:border-box;background:#fafafa;border:1.5px solid #dde1ee;border-radius:10px;outline:none;width:100%;padding:13px 16px;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.InvestmentModal-module__AfkgUq__field input[type=text]:focus,.InvestmentModal-module__AfkgUq__field input[type=email]:focus,.InvestmentModal-module__AfkgUq__field input[type=tel]:focus{background:#fff;border-color:#1d4289;box-shadow:0 0 0 3px #1d42891a}.InvestmentModal-module__AfkgUq__fieldRow{grid-template-columns:1fr 1fr;gap:16px;display:grid}.InvestmentModal-module__AfkgUq__optionGrid{flex-wrap:wrap;gap:10px;display:flex}.InvestmentModal-module__AfkgUq__optionCard{color:#555;cursor:pointer;-webkit-user-select:none;user-select:none;background:#fafafa;border:1.5px solid #dde1ee;border-radius:50px;align-items:center;gap:8px;padding:10px 18px;font-size:.88rem;font-weight:500;transition:all .18s;display:flex}.InvestmentModal-module__AfkgUq__optionCard input[type=radio]{display:none}.InvestmentModal-module__AfkgUq__optionCard:hover{color:#1d4289;background:#f0f4ff;border-color:#1d4289}.InvestmentModal-module__AfkgUq__optionCard.InvestmentModal-module__AfkgUq__selected{color:#0d1e3c;background:linear-gradient(135deg,#fff9d6 0%,#f5e68a 100%);border-color:#d4af37;font-weight:700;box-shadow:0 2px 12px #d4af3740}.InvestmentModal-module__AfkgUq__formActions{border-top:1px solid #f0f0f5;justify-content:space-between;align-items:center;margin-top:30px;padding-top:20px;display:flex}.InvestmentModal-module__AfkgUq__nextBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1d4289 0%,#0d1e3c 100%);border:none;border-radius:50px;align-items:center;gap:8px;padding:13px 28px;font-size:.95rem;font-weight:600;transition:opacity .2s,transform .2s;display:flex}.InvestmentModal-module__AfkgUq__nextBtn:hover:not(:disabled){opacity:.92;transform:translateY(-1px)}.InvestmentModal-module__AfkgUq__nextBtn:disabled{opacity:.4;cursor:not-allowed}.InvestmentModal-module__AfkgUq__backBtn{color:#666;cursor:pointer;background:0 0;border:1.5px solid #dde1ee;border-radius:50px;padding:12px 22px;font-size:.9rem;font-weight:500;transition:all .2s}.InvestmentModal-module__AfkgUq__backBtn:hover{color:#0d1e3c;border-color:#0d1e3c}.InvestmentModal-module__AfkgUq__submitBtn{color:#0d1e3c;cursor:pointer;background:linear-gradient(135deg,#d4af37 0%,#c9a227 100%);border:none;border-radius:50px;padding:14px 32px;font-size:1rem;font-weight:700;transition:all .2s;box-shadow:0 6px 20px #d4af3759}.InvestmentModal-module__AfkgUq__submitBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 30px #d4af3780}.InvestmentModal-module__AfkgUq__submitBtn:disabled{opacity:.45;cursor:not-allowed}.InvestmentModal-module__AfkgUq__errorMsg{color:#c0392b;background:#fff0f0;border:1px solid #ffc0c0;border-radius:8px;margin-bottom:10px;padding:12px 16px;font-size:.88rem}.InvestmentModal-module__AfkgUq__successState{text-align:center;padding:40px 20px;animation:.3s InvestmentModal-module__AfkgUq__fadeIn}.InvestmentModal-module__AfkgUq__successIcon{color:#0d1e3c;background:linear-gradient(135deg,#d4af37 0%,#c9a227 100%);border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 24px;font-size:2rem;font-weight:700;display:flex;box-shadow:0 8px 30px #d4af3766}.InvestmentModal-module__AfkgUq__successState h3{color:#0d1e3c;margin:0 0 12px;font-size:1.6rem;font-weight:700}.InvestmentModal-module__AfkgUq__successState p{color:#555;max-width:380px;margin:0 auto 30px;font-size:1rem;line-height:1.7}.InvestmentModal-module__AfkgUq__doneBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1d4289 0%,#0d1e3c 100%);border:none;border-radius:50px;padding:13px 36px;font-size:1rem;font-weight:600;transition:opacity .2s}.InvestmentModal-module__AfkgUq__doneBtn:hover{opacity:.85}@media (max-width:600px){.InvestmentModal-module__AfkgUq__modalHeader{padding:22px}.InvestmentModal-module__AfkgUq__modalTitle{font-size:1.3rem}.InvestmentModal-module__AfkgUq__modalBody{padding:24px 20px 28px}.InvestmentModal-module__AfkgUq__fieldRow{grid-template-columns:1fr}.InvestmentModal-module__AfkgUq__progress{padding:16px 12px}.InvestmentModal-module__AfkgUq__progressStep span{font-size:.68rem}}
.Footer-module__nhiC3q__footer{color:#fffc;background:#1d4289;padding-top:0;position:relative}.Footer-module__nhiC3q__ctaBar{background:#fff;border-radius:10px;justify-content:space-between;align-items:center;gap:2rem;width:100%;max-width:1280px;margin:0 auto 4rem;padding:2.5rem 3rem;transition:all .3s;display:flex;transform:translateY(-50%);box-shadow:0 16px 50px #1d428933}.Footer-module__nhiC3q__ctaBar:hover{transform:translateY(-52%);box-shadow:0 20px 60px #1d428947}.Footer-module__nhiC3q__ctaBar h3{color:#1d4289;margin-bottom:4px;font-family:DM Serif Display,serif;font-size:1.4rem;font-weight:400}.Footer-module__nhiC3q__ctaBar p{color:#64748b;font-size:.88rem}.Footer-module__nhiC3q__ctaButtons{flex-shrink:0;gap:1rem;display:flex}.Footer-module__nhiC3q__footerGrid{border-bottom:1px solid #ffffff1f;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;display:grid}.Footer-module__nhiC3q__logo{align-items:center;gap:12px;margin-bottom:1.25rem;display:flex}.Footer-module__nhiC3q__logoImg{object-fit:contain;border-radius:8px;width:auto;height:60px}.Footer-module__nhiC3q__brandDesc{color:#ffffff8c;margin-bottom:1.5rem;font-size:.88rem;line-height:1.8}.Footer-module__nhiC3q__socialIcons{gap:8px;display:flex}.Footer-module__nhiC3q__socialIcon{color:#ffffffb3;background:#ffffff1a;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:.85rem;text-decoration:none;transition:all .3s;display:flex}.Footer-module__nhiC3q__socialIcon:hover{color:#fff;background:#fff3;border-color:#ffffff59;transform:translateY(-2px)}.Footer-module__nhiC3q__colTitle{color:#fff;letter-spacing:.5px;margin-bottom:1.25rem;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:700}.Footer-module__nhiC3q__footerCol ul{flex-direction:column;gap:10px;list-style:none;display:flex}.Footer-module__nhiC3q__footerCol a{color:#ffffff8c;font-size:.85rem;text-decoration:none;transition:all .2s}.Footer-module__nhiC3q__footerCol a:hover{color:#fff;padding-left:4px}.Footer-module__nhiC3q__footerBottom{color:#fff6;justify-content:space-between;align-items:center;padding:1.5rem 0;font-size:.8rem;display:flex}.Footer-module__nhiC3q__floatingLinks{z-index:999}.Footer-module__nhiC3q__floatingBtn{color:#fff;z-index:999;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;bottom:24px}.Footer-module__nhiC3q__floatingBtn:hover{transform:scale(1.1)}.Footer-module__nhiC3q__whatsappFloat{background:#25d366;animation:2.5s infinite Footer-module__nhiC3q__pulse-glow-green;right:24px;box-shadow:0 4px 16px #25d36666}.Footer-module__nhiC3q__whatsappFloat:hover{box-shadow:0 6px 24px #25d3668c}.Footer-module__nhiC3q__phoneFloat{background:#1d4289;animation:2.5s infinite Footer-module__nhiC3q__pulse-glow-blue;left:24px;box-shadow:0 4px 16px #1d428966}.Footer-module__nhiC3q__phoneFloat:hover{box-shadow:0 6px 24px #1d42898c}@keyframes Footer-module__nhiC3q__pulse-glow-green{0%,to{box-shadow:0 0 #25d36666}50%{box-shadow:0 0 0 14px #0000}}@keyframes Footer-module__nhiC3q__pulse-glow-blue{0%,to{box-shadow:0 0 #1d428966}50%{box-shadow:0 0 0 14px #0000}}@media (max-width:1024px){.Footer-module__nhiC3q__footerGrid{grid-template-columns:1fr 1fr;gap:2rem}.Footer-module__nhiC3q__ctaBar{text-align:center;flex-direction:column;padding:2rem}.Footer-module__nhiC3q__ctaButtons{flex-direction:column;width:100%}}@media (max-width:640px){.Footer-module__nhiC3q__footerGrid{grid-template-columns:1fr}.Footer-module__nhiC3q__footerBottom{text-align:center;flex-direction:column;gap:.5rem}}
.WhatsAppButton-module__HDbHZW__whatsappBtn{z-index:9999;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex;position:fixed;bottom:25px;right:25px;box-shadow:0 4px 20px #25d36666}.WhatsAppButton-module__HDbHZW__whatsappBtn:hover{transform:scale(1.1);box-shadow:0 6px 25px #25d3668c}.WhatsAppButton-module__HDbHZW__icon{z-index:2;width:32px;height:32px}.WhatsAppButton-module__HDbHZW__pulse{z-index:1;background-color:#25d366;border-radius:50%;width:100%;height:100%;animation:2.5s infinite WhatsAppButton-module__HDbHZW__pulse-animation;position:absolute}@keyframes WhatsAppButton-module__HDbHZW__pulse-animation{0%{opacity:.5;transform:scale(1)}to{opacity:0;transform:scale(1.6)}}.WhatsAppButton-module__HDbHZW__tooltip{color:#fff;white-space:nowrap;opacity:0;visibility:hidden;background:#1d4289;border-radius:4px;padding:8px 14px;font-family:Outfit,sans-serif;font-size:.8rem;font-weight:500;transition:all .3s;position:absolute;right:75px;box-shadow:0 4px 15px #1d428933}.WhatsAppButton-module__HDbHZW__whatsappBtn:hover .WhatsAppButton-module__HDbHZW__tooltip{opacity:1;visibility:visible;transform:translate(-5px)}@media (max-width:768px){.WhatsAppButton-module__HDbHZW__whatsappBtn{width:54px;height:54px;bottom:20px;right:20px}}
.PropertyDetails-module__zKgsTW__main{background:#eef2f6;min-height:100vh}.PropertyDetails-module__zKgsTW__hero{background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:flex-end;height:60vh;min-height:400px;padding-bottom:4rem;display:flex;position:relative}.PropertyDetails-module__zKgsTW__heroOverlay{z-index:1;background:linear-gradient(#1d428966 0%,#1d4289cc 100%);position:absolute;inset:0}.PropertyDetails-module__zKgsTW__heroContent{z-index:2;color:#fff;position:relative}.PropertyDetails-module__zKgsTW__badgeWrapper{margin-bottom:1rem}.PropertyDetails-module__zKgsTW__badge{text-transform:uppercase;letter-spacing:1px;border-radius:4px;padding:6px 14px;font-size:.75rem;font-weight:700}.PropertyDetails-module__zKgsTW__badgeNewLaunch{color:#fff;background:#1d4289}.PropertyDetails-module__zKgsTW__badgeReadytoMove{color:#fff;background:#22c55e}.PropertyDetails-module__zKgsTW__badgeUnderConstruction{color:#fff;background:#3b82f6}.PropertyDetails-module__zKgsTW__badgeExclusive{color:#fff;background:#7c3aed}.PropertyDetails-module__zKgsTW__title{text-shadow:0 2px 15px #0006;margin-bottom:.5rem;font-family:DM Serif Display,serif;font-size:clamp(2.2rem,5vw,3.5rem);font-weight:400;line-height:1.1}.PropertyDetails-module__zKgsTW__location{color:#ffffffe6;align-items:center;gap:8px;font-family:Inter,sans-serif;font-size:1.1rem;display:flex}.PropertyDetails-module__zKgsTW__contentWrapper{grid-template-columns:2fr 1fr;gap:3rem;padding:4rem 15px;display:grid}@media (max-width:992px){.PropertyDetails-module__zKgsTW__contentWrapper{grid-template-columns:1fr}}.PropertyDetails-module__zKgsTW__detailsColumn{flex-direction:column;gap:3rem;display:flex}.PropertyDetails-module__zKgsTW__quickInfo{background:#fff;border-radius:8px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem;padding:2.25rem;display:grid;box-shadow:0 4px 20px #1d428914}.PropertyDetails-module__zKgsTW__infoItem{flex-direction:column;gap:4px;display:flex}.PropertyDetails-module__zKgsTW__infoLabel{color:#64748b;text-transform:uppercase;letter-spacing:1px;font-size:.75rem;font-weight:600}.PropertyDetails-module__zKgsTW__infoValue{color:#1d4289;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:700}.PropertyDetails-module__zKgsTW__section h2{color:#1d4289;border-bottom:2px solid #eef2f6;margin-bottom:1.5rem;padding-bottom:.5rem;font-family:DM Serif Display,serif;font-size:1.7rem;font-weight:400;display:inline-block}.PropertyDetails-module__zKgsTW__description{color:#475569;font-size:1.05rem;line-height:1.8}.PropertyDetails-module__zKgsTW__amenitiesList{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;padding:0;list-style:none;display:grid}.PropertyDetails-module__zKgsTW__amenityItem{color:#334155;background:#fff;border:1px solid #f1f5f9;border-radius:6px;align-items:center;gap:10px;padding:1rem;font-weight:500;display:flex;box-shadow:0 2px 10px #00000008}.PropertyDetails-module__zKgsTW__statusBox{color:#1d4289;background:#1d42890d;border:1px solid #1d42891a;border-radius:8px;flex-direction:column;gap:10px;padding:1.5rem;font-size:1.05rem;display:flex}.PropertyDetails-module__zKgsTW__sidebar{align-self:start;position:sticky;top:100px}.PropertyDetails-module__zKgsTW__contactCard{color:#fff;background:#1d4289;border-radius:10px;padding:2.25rem 2rem;box-shadow:0 16px 40px #1d428940}.PropertyDetails-module__zKgsTW__contactCard h3{color:#fff;margin-bottom:.5rem;font-family:DM Serif Display,serif;font-size:1.5rem;font-weight:400}.PropertyDetails-module__zKgsTW__contactCard p{color:#ffffffbf;margin-bottom:2rem;font-size:.9rem;line-height:1.6}.PropertyDetails-module__zKgsTW__form{flex-direction:column;gap:1rem;display:flex}.PropertyDetails-module__zKgsTW__formGroup input,.PropertyDetails-module__zKgsTW__formGroup textarea{color:#fff;background:#ffffff14;border:1px solid #ffffff26;border-radius:6px;outline:none;width:100%;padding:12px 16px;font-family:Inter,sans-serif;transition:all .3s}.PropertyDetails-module__zKgsTW__formGroup input::placeholder,.PropertyDetails-module__zKgsTW__formGroup textarea::placeholder{color:#fff6}.PropertyDetails-module__zKgsTW__formGroup input:focus,.PropertyDetails-module__zKgsTW__formGroup textarea:focus{background:#ffffff1f;border-color:#fff}.PropertyDetails-module__zKgsTW__submitBtn{text-transform:uppercase;letter-spacing:1px;color:#1d4289;cursor:pointer;background:#fff;border-radius:6px;width:100%;margin-top:1rem;padding:14px;font-weight:700;transition:all .3s}.PropertyDetails-module__zKgsTW__submitBtn:hover{background:#eef2f6;transform:translateY(-2px)}
.WhyPage-module__dzDzXW__whyMain{background:#fdfdfd;min-height:100vh;padding-top:100px}.WhyPage-module__dzDzXW__heroSection{color:#fff;text-align:center;background:#0d1e3c;padding:80px 0}.WhyPage-module__dzDzXW__h1{background:linear-gradient(135deg,#fff 0%,gold 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:3rem;font-weight:700;line-height:1.2}.WhyPage-module__dzDzXW__lead{opacity:.9;max-width:800px;margin:0 auto;font-size:1.25rem;line-height:1.6}.WhyPage-module__dzDzXW__contentSection{padding:100px 0}.WhyPage-module__dzDzXW__tableWrapper{background:#fff;border:1px solid #f0f0f0;border-radius:30px;max-width:1000px;margin:0 auto 100px;overflow:hidden;box-shadow:0 40px 80px #00000014}.WhyPage-module__dzDzXW__solutionTable{border-collapse:collapse;width:100%}.WhyPage-module__dzDzXW__solutionTable th{color:#fff;text-align:left;text-transform:uppercase;letter-spacing:.1em;background:#1d4289;padding:2rem;font-size:1.25rem;font-weight:700}.WhyPage-module__dzDzXW__solutionTable tr{border-bottom:1px solid #f0f0f0}.WhyPage-module__dzDzXW__solutionTable tr:last-child{border-bottom:none}.WhyPage-module__dzDzXW__challengeCell,.WhyPage-module__dzDzXW__solutionCell{vertical-align:middle;padding:2rem;font-size:1.1rem}.WhyPage-module__dzDzXW__challengeCell{color:#64748b;background:#fafafa;width:45%}.WhyPage-module__dzDzXW__solutionCell{color:#0d1e3c;width:55%;font-weight:600}.WhyPage-module__dzDzXW__cellContent{align-items:center;gap:1.25rem;display:flex}.WhyPage-module__dzDzXW__icon{color:#e53e3e;font-size:1.2rem;font-weight:800}.WhyPage-module__dzDzXW__iconCheck{color:#1a365d;font-size:1.2rem;font-weight:800}.WhyPage-module__dzDzXW__trustSection{text-align:center;max-width:800px;margin:0 auto}.WhyPage-module__dzDzXW__h2{color:#0d1e3c;margin-bottom:2rem;font-size:2.25rem;font-weight:700}.WhyPage-module__dzDzXW__trustSection p{color:#4a5568;margin-bottom:3rem;font-size:1.15rem;line-height:1.8}.WhyPage-module__dzDzXW__ctaBox{color:#fff;background:linear-gradient(135deg,#1d4289 0%,#0d1e3c 100%);border-radius:24px;padding:4rem}.WhyPage-module__dzDzXW__ctaBox h3{color:gold;margin-bottom:2rem;font-size:1.75rem}@media (max-width:767px){.WhyPage-module__dzDzXW__h1{font-size:2.25rem}.WhyPage-module__dzDzXW__solutionTable th,.WhyPage-module__dzDzXW__challengeCell,.WhyPage-module__dzDzXW__solutionCell{padding:1.5rem;font-size:1rem}}
