.Navbar-module__nuAbfa__navbar{background-color:var(--white);z-index:100;align-items:center;height:70px;padding:12px 0;display:flex;position:sticky;top:0;box-shadow:0 2px 4px #0000000d}.Navbar-module__nuAbfa__navContainer{justify-content:space-between;align-items:center;width:100%;display:flex}.Navbar-module__nuAbfa__logo{align-items:center;margin-left:-18px;display:flex}@media (max-width:480px){.Navbar-module__nuAbfa__logo{margin-left:-10px}}.Navbar-module__nuAbfa__logoIcon{color:var(--primary-green)}.Navbar-module__nuAbfa__logoText{flex-direction:column;display:flex}.Navbar-module__nuAbfa__brandName{color:var(--primary-blue);font-size:22px;font-weight:800;line-height:1}@media (max-width:600px){.Navbar-module__nuAbfa__brandName{font-size:16px}.Navbar-module__nuAbfa__tagline{font-size:6px}}.Navbar-module__nuAbfa__tagline{letter-spacing:1px;color:var(--primary-blue);text-transform:uppercase;font-size:8px}.Navbar-module__nuAbfa__desktopControls{display:none}@media (min-width:900px){.Navbar-module__nuAbfa__desktopControls{flex:1;align-items:center;gap:20px;margin-left:40px;margin-right:40px;display:flex}}.Navbar-module__nuAbfa__locationSelector{color:var(--text-primary);cursor:pointer;white-space:nowrap;background:#f0f2f5;border-radius:4px;align-items:center;gap:6px;padding:8px 12px;font-size:14px;font-weight:500;display:flex}.Navbar-module__nuAbfa__searchBar{background:#f0f2f5;border-radius:4px;flex:1;display:flex;position:relative}.Navbar-module__nuAbfa__searchContainer{flex:1;display:flex;position:relative}.Navbar-module__nuAbfa__searchResults{z-index:1000;background:#fff;border:1px solid #eee;border-radius:0 0 8px 8px;max-height:400px;margin-top:10px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 12px #0000001a}.Navbar-module__nuAbfa__resultItem{cursor:pointer;border-bottom:1px solid #f0f0f0;align-items:center;gap:12px;padding:10px 16px;transition:background .2s;display:flex}.Navbar-module__nuAbfa__resultItem:last-child{border-bottom:none}.Navbar-module__nuAbfa__resultItem:hover{background:#f8fafc}.Navbar-module__nuAbfa__resultIcon{width:32px;height:32px;color:var(--primary-gold);background:#e88b1e1a;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Navbar-module__nuAbfa__resultInfo{flex:1;min-width:0}.Navbar-module__nuAbfa__resultName{color:#333;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.Navbar-module__nuAbfa__resultDetails{color:#666;white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.Navbar-module__nuAbfa__searchBar input{color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;padding:10px 16px;font-size:14px}.Navbar-module__nuAbfa__searchButton{background:var(--primary-blue);cursor:pointer;border:none;border-radius:0 4px 4px 0;justify-content:center;align-items:center;padding:0 16px;display:flex}.Navbar-module__nuAbfa__rightControls{align-items:center;gap:20px;display:flex}.Navbar-module__nuAbfa__heartIcon{cursor:pointer;color:#555;position:relative}.Navbar-module__nuAbfa__badge{color:#fff;background:#ff4d4f;border-radius:50%;justify-content:center;align-items:center;min-width:16px;height:16px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-5px;right:-5px}.Navbar-module__nuAbfa__signInButton{color:var(--primary-navy);cursor:pointer;background:#e88b1e1a;border:none;border-radius:4px;align-items:center;gap:8px;padding:8px 16px;font-size:14px;font-weight:600;transition:background .2s;display:flex}.Navbar-module__nuAbfa__signInButton:hover{background:#e88b1e33}.Navbar-module__nuAbfa__menuButton{cursor:pointer;color:var(--text-primary);background:0 0;border:none;align-items:center;display:flex}.Navbar-module__nuAbfa__noResults{text-align:center;color:#666;padding:20px;font-size:14px}
.CitySelector-module__tQ03Xq__trigger{cursor:pointer}.CitySelector-module__tQ03Xq__overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.CitySelector-module__tQ03Xq__modal{background:#faf7f2;border-radius:12px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.CitySelector-module__tQ03Xq__header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:24px;display:flex}.CitySelector-module__tQ03Xq__title{color:var(--text-primary);margin:0;font-size:24px;font-weight:700}.CitySelector-module__tQ03Xq__closeButton{cursor:pointer;color:#666;background:#f5f5f5;border:none;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex}.CitySelector-module__tQ03Xq__closeButton:hover{background:#e0e0e0}.CitySelector-module__tQ03Xq__grid{grid-template-columns:repeat(4,1fr);gap:16px;padding:24px;display:grid}@media (max-width:768px){.CitySelector-module__tQ03Xq__grid{grid-template-columns:repeat(2,1fr)}}.CitySelector-module__tQ03Xq__cityCard{cursor:pointer;background:#fafafa;border:2px solid #0000;border-radius:8px;flex-direction:column;align-items:center;padding:16px;transition:all .2s;display:flex}.CitySelector-module__tQ03Xq__cityCard:hover{background:#f0f0f0;transform:translateY(-2px)}.CitySelector-module__tQ03Xq__cityCard.CitySelector-module__tQ03Xq__selected{border-color:var(--primary-blue);background:#e8f5e9}.CitySelector-module__tQ03Xq__cityImage{background:linear-gradient(135deg,#f5f7fa 0%,#e8eaf6 100%);border-radius:8px;justify-content:center;align-items:center;width:100%;height:120px;margin-bottom:12px;display:flex;overflow:hidden}.CitySelector-module__tQ03Xq__cityImage img{object-fit:cover;width:100%;height:100%}.CitySelector-module__tQ03Xq__cityName{color:var(--text-primary);text-align:center;font-size:14px;font-weight:600}.CitySelector-module__tQ03Xq__cityCard.CitySelector-module__tQ03Xq__selected .CitySelector-module__tQ03Xq__cityName{color:var(--primary-blue);font-weight:700}
.MobileMenu-module__Q5LJxq__overlay{z-index:1000;background:#00000080;justify-content:flex-end;align-items:flex-start;padding:0;display:flex;position:fixed;inset:0}.MobileMenu-module__Q5LJxq__menu{background:#faf7f2;flex-direction:column;width:100%;max-width:400px;height:100vh;animation:.3s ease-out MobileMenu-module__Q5LJxq__slideIn;display:flex;box-shadow:-2px 0 10px #0000001a}@keyframes MobileMenu-module__Q5LJxq__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.MobileMenu-module__Q5LJxq__header{border-bottom:1px solid #eee;justify-content:space-between;align-items:flex-start;gap:16px;padding:24px;display:flex}.MobileMenu-module__Q5LJxq__logoContainer{flex:1;align-items:center;gap:12px;display:flex}.MobileMenu-module__Q5LJxq__logoText{flex-direction:column;display:flex}.MobileMenu-module__Q5LJxq__brandName{color:var(--primary-blue);margin-bottom:4px;font-size:16px;font-weight:700;line-height:1.2}.MobileMenu-module__Q5LJxq__tagline{letter-spacing:1px;color:var(--primary-blue);text-transform:uppercase;font-size:8px}.MobileMenu-module__Q5LJxq__closeButton{cursor:pointer;color:#666;background:#f5f5f5;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s;display:flex}.MobileMenu-module__Q5LJxq__closeButton:hover{background:#e0e0e0}.MobileMenu-module__Q5LJxq__nav{flex-direction:column;flex:1;padding:16px 0;display:flex}.MobileMenu-module__Q5LJxq__navItem{color:#333;border-left:3px solid #0000;padding:16px 24px;font-size:16px;font-weight:500;text-decoration:none;transition:all .2s}.MobileMenu-module__Q5LJxq__navItem:hover{border-left-color:var(--primary-blue);color:var(--primary-blue);background:#f5f5f5}.MobileMenu-module__Q5LJxq__navItem.MobileMenu-module__Q5LJxq__active{border-left-color:var(--primary-blue);color:var(--primary-blue);background:#e8f5e9;font-weight:600}@media (max-width:480px){.MobileMenu-module__Q5LJxq__menu{max-width:100%}}
.Footer-module__EZoWya__footer{background-color:var(--primary-navy);color:#fff;padding:60px 0 20px;font-size:14px}@media (max-width:768px){.Footer-module__EZoWya__footer{padding:40px 0 20px}}.Footer-module__EZoWya__top{border-bottom:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;gap:40px;margin-bottom:40px;padding-bottom:40px;display:flex}@media (max-width:768px){.Footer-module__EZoWya__top{flex-direction:column;gap:30px}}.Footer-module__EZoWya__column{flex:1;min-width:200px}.Footer-module__EZoWya__brand{margin-bottom:16px;font-size:24px;font-weight:800;display:block}.Footer-module__EZoWya__address{opacity:.7;line-height:1.6}.Footer-module__EZoWya__column h4{color:#fff;margin-bottom:20px;font-size:16px;font-weight:700}.Footer-module__EZoWya__column ul{flex-direction:column;gap:12px;display:flex}.Footer-module__EZoWya__column li{opacity:.7;cursor:pointer;transition:opacity .2s}.Footer-module__EZoWya__column li:hover{opacity:1}.Footer-module__EZoWya__bottom{text-align:center;opacity:.5;font-size:12px}
.Hero-module__Z8hQ_W__heroSection{z-index:99;min-height:100vh;position:relative;overflow:visible}.Hero-module__Z8hQ_W__bgVideo{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__Z8hQ_W__overlay{z-index:1;background:#00000073;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__Z8hQ_W__container{z-index:2;justify-content:space-between;align-items:center;padding-top:100px;display:flex;position:relative}@media (max-width:768px){.Hero-module__Z8hQ_W__heroSection{min-height:125vh}.Hero-module__Z8hQ_W__container{text-align:center;flex-direction:column;align-items:center;padding-top:60px}.Hero-module__Z8hQ_W__content{flex-direction:column;align-items:center;width:100%;padding:0;display:flex}}.Hero-module__Z8hQ_W__content{max-width:800px}.Hero-module__Z8hQ_W__title{color:#fff;margin-bottom:30px;font-size:56px;font-weight:700;line-height:1.1}.Hero-module__Z8hQ_W__animLine{display:inline-block}.Hero-module__Z8hQ_W__wordWrapper{vertical-align:bottom;white-space:nowrap;display:inline-block;overflow:hidden}.Hero-module__Z8hQ_W__animLineAccent{color:var(--primary-gold)}.Hero-module__Z8hQ_W__animLetter{opacity:0;animation:.5s cubic-bezier(.22,.61,.36,1) forwards Hero-module__Z8hQ_W__letterSlideDown;display:inline-block;transform:translateY(-100%)}@keyframes Hero-module__Z8hQ_W__letterSlideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.Hero-module__Z8hQ_W__heroReveal{opacity:0;animation:.7s cubic-bezier(.22,.61,.36,1) forwards Hero-module__Z8hQ_W__heroBlockReveal}@keyframes Hero-module__Z8hQ_W__heroBlockReveal{0%{opacity:0}to{opacity:1}}.Hero-module__Z8hQ_W__heroRevealSearch{opacity:0;animation:.7s cubic-bezier(.22,.61,.36,1) forwards Hero-module__Z8hQ_W__heroSearchReveal}@keyframes Hero-module__Z8hQ_W__heroSearchReveal{0%{opacity:0;transform:translate(-50%)translateY(-20px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.Hero-module__Z8hQ_W__badges{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);white-space:nowrap;background:#ffffff1a;border:1px solid #fff3;border-radius:50px;align-items:center;gap:16px;max-width:100%;padding:8px 20px;display:inline-flex}.Hero-module__Z8hQ_W__badge{color:#fff;white-space:nowrap;flex-shrink:0;align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}.Hero-module__Z8hQ_W__badge svg{color:var(--primary-gold)}.Hero-module__Z8hQ_W__badgeLine{background:#ffffff4d;flex-shrink:0;width:1px;height:20px}.Hero-module__Z8hQ_W__bubble1,.Hero-module__Z8hQ_W__bubble2{color:var(--primary-blue);background:#faf7f2;border-radius:20px;padding:8px 16px;font-size:14px;font-weight:700;position:absolute;box-shadow:0 4px 12px #0000001a}.Hero-module__Z8hQ_W__bubble1{top:-20px;left:20px;transform:rotate(-5deg)}.Hero-module__Z8hQ_W__bubble2{top:40px;right:-10px;transform:rotate(5deg)}.Hero-module__Z8hQ_W__searchWrapper{z-index:999;width:100%;max-width:1000px;position:relative;bottom:-60px;left:50%;transform:translate(-50%)}.Hero-module__Z8hQ_W__tabs{gap:0;display:flex}.Hero-module__Z8hQ_W__tab{color:var(--primary-navy);cursor:pointer;background:#e88b1e1a;border:none;border-radius:8px 8px 0 0;align-items:center;gap:8px;padding:12px 24px;font-size:16px;font-weight:600;transition:all .2s;display:flex}.Hero-module__Z8hQ_W__activeTab{color:var(--primary-gold);background:#fff;border:1px solid #eee;border-bottom:none;position:relative}.Hero-module__Z8hQ_W__activeTab:after{content:"";background:var(--primary-blue);border-radius:8px 8px 0 0;height:3px;position:absolute;top:0;left:0;right:0}.Hero-module__Z8hQ_W__searchBarContainer{width:100%;position:relative}.Hero-module__Z8hQ_W__searchResults{z-index:1000;background:#fff;border:1px solid #eee;border-radius:0 0 12px 12px;max-height:320px;margin-top:-1px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 25px 50px #0003}.Hero-module__Z8hQ_W__searchResults::-webkit-scrollbar{width:6px}.Hero-module__Z8hQ_W__searchResults::-webkit-scrollbar-track{background:#f8fafc;border-radius:0 0 12px 12px}.Hero-module__Z8hQ_W__searchResults::-webkit-scrollbar-thumb{background:var(--primary-gold);border-radius:10px}.Hero-module__Z8hQ_W__searchResults::-webkit-scrollbar-thumb:hover{background:#d47a1a}.Hero-module__Z8hQ_W__resultItem{cursor:pointer;border-bottom:1px solid #f0f0f0;align-items:center;gap:12px;padding:12px 16px;transition:background .2s;display:flex}.Hero-module__Z8hQ_W__resultItem:last-child{border-bottom:none}.Hero-module__Z8hQ_W__resultItem:hover{background:#f8fafc}.Hero-module__Z8hQ_W__resultIcon{width:32px;height:32px;color:var(--primary-gold);background:#e88b1e1a;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Hero-module__Z8hQ_W__resultInfo{flex:1}.Hero-module__Z8hQ_W__resultName{color:#1e293b;font-size:14px;font-weight:600}.Hero-module__Z8hQ_W__resultDetails{color:#64748b;font-size:12px}.Hero-module__Z8hQ_W__searchCard{background:#fff;border-radius:0 12px 12px;flex-direction:column;gap:20px;width:100%;padding:24px;display:flex;box-shadow:0 10px 40px #0000001a}.Hero-module__Z8hQ_W__locationRow{justify-content:flex-start;width:100%;display:flex}.Hero-module__Z8hQ_W__locationSelector{color:#333;cursor:pointer;background:#f0f2f5;border-radius:8px;justify-content:space-between;align-items:center;gap:15px;width:fit-content;min-width:120px;min-height:40px;padding:8px 16px;font-weight:500;transition:background .2s;display:flex}.Hero-module__Z8hQ_W__locationSelector:hover{background:#e8eaed}.Hero-module__Z8hQ_W__locLeft{align-items:center;gap:12px;display:flex}.Hero-module__Z8hQ_W__locLeft span{color:#333;font-size:18px;font-weight:500}.Hero-module__Z8hQ_W__searchBarBig{border-bottom:1px solid #eee;align-items:center;gap:12px;width:100%;padding-bottom:12px;display:flex}.Hero-module__Z8hQ_W__searchBarBig input{color:#666;background:0 0;border:none;outline:none;flex:1;padding:8px 0;font-size:18px}.Hero-module__Z8hQ_W__searchBarBig input::placeholder{color:#888}.Hero-module__Z8hQ_W__searchIcon{color:#666;cursor:pointer}.Hero-module__Z8hQ_W__popular{flex-direction:column;gap:12px;display:flex}.Hero-module__Z8hQ_W__popularHeader{color:#333;align-items:center;gap:8px;font-size:16px;display:flex}.Hero-module__Z8hQ_W__tagGrid{flex-wrap:wrap;gap:10px;display:flex}.Hero-module__Z8hQ_W__tag{cursor:pointer;color:#666;background:#e0e0e0;border-radius:20px;padding:8px 16px;font-size:14px;font-weight:500;transition:all .2s}.Hero-module__Z8hQ_W__tag:hover{background:var(--primary-gold);color:#fff;transform:translateY(-2px)}.Hero-module__Z8hQ_W__tag.Hero-module__Z8hQ_W__active{color:#fff;background:#1565c0}@media (max-width:768px){.Hero-module__Z8hQ_W__title{text-align:center;flex-direction:column;align-items:center;gap:12px;max-width:100%;margin-bottom:25px;padding:0 10px;font-size:clamp(22px,7vw,28px);line-height:1.2;display:flex}.Hero-module__Z8hQ_W__animLine{white-space:nowrap;width:100%;display:block}.Hero-module__Z8hQ_W__wordWrapper{vertical-align:bottom;overflow:hidden}.Hero-module__Z8hQ_W__animLineAccent{text-align:center;width:100%;margin-top:5px;font-size:clamp(20px,6.5vw,26px);display:block}.Hero-module__Z8hQ_W__badges{box-shadow:none;background:0 0;border:none;grid-template-columns:repeat(2,1fr);justify-content:center;align-items:center;gap:12px;width:100%;margin:0 auto 30px;padding:0 15px;display:grid}.Hero-module__Z8hQ_W__badge{-webkit-backdrop-filter:blur(10px);text-align:center;background:#ffffff26;border:1px solid #ffffff40;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-height:80px;padding:12px 10px;font-size:11px;display:flex}.Hero-module__Z8hQ_W__badge svg{margin:0!important}.Hero-module__Z8hQ_W__badgeLine{display:none}.Hero-module__Z8hQ_W__searchCard{border-radius:8px;gap:16px;padding:16px}.Hero-module__Z8hQ_W__locLeft span,.Hero-module__Z8hQ_W__searchBarBig input{font-size:16px}.Hero-module__Z8hQ_W__searchWrapper{width:100%;max-width:100%;padding:0 12px;bottom:-40px}.Hero-module__Z8hQ_W__tabs{padding:0 12px}}
@keyframes Advantages-module__utHWBq__fadeSlideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes Advantages-module__utHWBq__float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes Advantages-module__utHWBq__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes Advantages-module__utHWBq__blueprintDrift{0%{transform:translate(0)}to{transform:translate(-15px,-10px)}}.Advantages-module__utHWBq__section{background:linear-gradient(#fff 0%,#f8fbff 50%,#f0f5fa 100%);padding:40px 0 80px;position:relative;overflow:hidden}.Advantages-module__utHWBq__blueprintBg{z-index:0;width:100%;height:100%;animation:20s ease-in-out infinite alternate Advantages-module__utHWBq__blueprintDrift;position:absolute;top:0;left:0}.Advantages-module__utHWBq__blueprintSvg{opacity:.8;width:100%;height:100%}.Advantages-module__utHWBq__headerArea{text-align:center;opacity:0;margin-bottom:50px;transition:all .8s cubic-bezier(.22,.61,.36,1);transform:translateY(30px)}.Advantages-module__utHWBq__headerArea.Advantages-module__utHWBq__visible{opacity:1;transform:translateY(0)}.Advantages-module__utHWBq__badge{color:var(--primary-navy);letter-spacing:1.5px;text-transform:uppercase;background:linear-gradient(135deg,#1b365d14,#e88b1e14);border-radius:50px;align-items:center;gap:6px;margin-bottom:16px;padding:8px 18px;font-size:12px;font-weight:700;display:inline-flex}.Advantages-module__utHWBq__heading{color:#1a2b3c;letter-spacing:-.5px;margin:0 0 12px;font-size:38px;font-weight:800;line-height:1.2}.Advantages-module__utHWBq__subheading{color:#6b7f8e;margin:0;font-size:17px;font-weight:400}.Advantages-module__utHWBq__grid{grid-template-columns:repeat(5,1fr);align-items:stretch;gap:24px;display:grid}@media (max-width:1024px){.Advantages-module__utHWBq__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.Advantages-module__utHWBq__grid{grid-template-columns:1fr}.Advantages-module__utHWBq__heading{font-size:28px}}.Advantages-module__utHWBq__card{-webkit-backdrop-filter:blur(12px);opacity:0;background:linear-gradient(135deg,#fff9,#1b365d0a);border:1px solid #ffffff80;border-radius:20px;flex-direction:column;gap:14px;padding:32px 28px;transition:all .4s cubic-bezier(.22,.61,.36,1);display:flex;position:relative;overflow:hidden;transform:translateY(30px);box-shadow:0 4px 30px #0000000d}.Advantages-module__utHWBq__card.Advantages-module__utHWBq__visible{animation:.7s cubic-bezier(.22,.61,.36,1) forwards Advantages-module__utHWBq__fadeSlideUp}.Advantages-module__utHWBq__card:before{content:"";background:linear-gradient(90deg,var(--primary-navy),var(--primary-gold));opacity:0;height:3px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.Advantages-module__utHWBq__card:hover{border-color:#1b365d26;transform:translateY(-8px);box-shadow:0 24px 48px #1b365d1f}.Advantages-module__utHWBq__card:hover:before{opacity:1}.Advantages-module__utHWBq__iconWrapper{background:#1b365d0f;border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;transition:all .3s;display:flex}.Advantages-module__utHWBq__card:hover .Advantages-module__utHWBq__iconWrapper{background:#1b365d1a;transform:scale(1.1)}.Advantages-module__utHWBq__cardTitle{color:#1a2b3c;margin:0;font-size:17px;font-weight:700;line-height:1.3}.Advantages-module__utHWBq__cardText{color:#6b7f8e;margin:0;font-size:14px;line-height:1.7}.Advantages-module__utHWBq__statsCard{background:var(--primary-navy);-webkit-backdrop-filter:blur(20px);opacity:0;border:1px solid #fff3;border-radius:20px;align-items:center;padding:32px 24px;display:flex;position:relative;overflow:hidden;transform:translateY(30px)}.Advantages-module__utHWBq__statsCard.Advantages-module__utHWBq__visible{animation:.7s cubic-bezier(.22,.61,.36,1) forwards Advantages-module__utHWBq__fadeSlideUp}.Advantages-module__utHWBq__statsCard:before{content:"";background:linear-gradient(110deg,#0000 20%,#ffffff0d 40%,#ffffff1a 50%,#ffffff0d 60%,#0000 80%) 0 0/200% 100%;animation:4s ease-in-out infinite Advantages-module__utHWBq__shimmer;position:absolute;inset:0}.Advantages-module__utHWBq__statsCard:after{content:"";background:#ffffff0f;border-radius:50%;width:140px;height:140px;position:absolute;top:-40px;right:-40px}.Advantages-module__utHWBq__statsInner{z-index:2;flex-direction:column;gap:20px;width:100%;display:flex;position:relative}.Advantages-module__utHWBq__statBlock{color:#ffffffe6;flex-direction:column;gap:4px;display:flex}.Advantages-module__utHWBq__statDivider{background:#fff3;width:40px;height:1px}.Advantages-module__utHWBq__statsValue{color:#fff;letter-spacing:-.5px;font-variant-numeric:tabular-nums;margin-top:4px;font-size:32px;font-weight:800;line-height:1}.Advantages-module__utHWBq__statsLabel{color:#ffffffbf;letter-spacing:.3px;font-size:13px;font-weight:500}@media (max-width:768px){.Advantages-module__utHWBq__section{padding:60px 0}.Advantages-module__utHWBq__statsInner{flex-flow:wrap;gap:16px}.Advantages-module__utHWBq__statBlock{flex:1;min-width:80px}.Advantages-module__utHWBq__statDivider{width:1px;height:40px}.Advantages-module__utHWBq__statsValue{font-size:24px}}
.PropertyDetails-module__ZITu8a__mainContainer{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);min-width:100%;min-height:100vh;padding-bottom:50px}.PropertyDetails-module__ZITu8a__contentWrapper{gap:30px;min-width:0;max-width:100%;margin:0 auto;padding:20px;display:flex;position:relative;overflow:hidden}.PropertyDetails-module__ZITu8a__loading{flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:100vh;display:flex}.PropertyDetails-module__ZITu8a__loadingSpinner{border:4px solid #e9ecef;border-top-color:var(--primary-navy);border-radius:50%;width:40px;height:40px;animation:1s linear infinite PropertyDetails-module__ZITu8a__spin}@keyframes PropertyDetails-module__ZITu8a__spin{to{transform:rotate(360deg)}}.PropertyDetails-module__ZITu8a__leftStatsBar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;text-align:center;background:linear-gradient(#1b365df2 0%,#142846f2 100%);border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;align-items:center;gap:28px;width:100px;height:fit-content;padding:24px 12px;display:flex;position:sticky;top:100px;box-shadow:0 8px 32px #1b365d40}.PropertyDetails-module__ZITu8a__statItem{flex-direction:column;align-items:center;gap:6px;transition:transform .3s;display:flex}.PropertyDetails-module__ZITu8a__statItem:hover{transform:translateY(-3px)}.PropertyDetails-module__ZITu8a__statValue{letter-spacing:.5px;font-size:16px;font-weight:700}.PropertyDetails-module__ZITu8a__statLabel{text-transform:uppercase;opacity:.85;letter-spacing:.3px;font-size:9px}.PropertyDetails-module__ZITu8a__mainContent{flex-direction:column;flex:1;gap:24px;width:100%;min-width:0;display:flex}.PropertyDetails-module__ZITu8a__breadcrumbs{color:#6c757d;margin-bottom:8px;font-size:13px}.PropertyDetails-module__ZITu8a__breadcrumbs a{color:#6c757d;text-decoration:none;transition:color .2s}.PropertyDetails-module__ZITu8a__breadcrumbs a:hover{color:var(--primary-navy)}.PropertyDetails-module__ZITu8a__breadcrumbs span{color:var(--primary-navy);font-weight:500}.PropertyDetails-module__ZITu8a__headerRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;display:flex}.PropertyDetails-module__ZITu8a__lastUpdated{color:#6c757d;font-size:13px;font-weight:400}.PropertyDetails-module__ZITu8a__heroHeader{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;display:flex}@media (max-width:991px){.PropertyDetails-module__ZITu8a__heroHeader{flex-direction:column;gap:16px}}.PropertyDetails-module__ZITu8a__titleSection h1{color:var(--primary-navy);margin:0 0 4px;font-size:32px;font-weight:700;line-height:1.2}.PropertyDetails-module__ZITu8a__developerSub{color:#4b5563;flex-wrap:wrap;align-items:center;gap:12px;margin-top:8px;font-size:14px;display:flex}.PropertyDetails-module__ZITu8a__developerSub .PropertyDetails-module__ZITu8a__divider{color:#d1d5db;font-weight:300}.PropertyDetails-module__ZITu8a__developerSub a{color:var(--primary-navy);cursor:pointer;border-bottom:1px solid #0000;font-weight:600;text-decoration:none;transition:all .2s}.PropertyDetails-module__ZITu8a__developerSub a:hover{color:var(--primary-gold);border-bottom-color:var(--primary-gold)}.PropertyDetails-module__ZITu8a__actionSection{flex-direction:row;align-items:center;gap:16px;display:flex}.PropertyDetails-module__ZITu8a__shareBtn{width:42px;height:42px;color:var(--primary-navy);cursor:pointer;background:#f8f9fa;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 2px 4px #0000000d}.PropertyDetails-module__ZITu8a__shareBtn:hover{border-color:var(--primary-navy);background:#edf2f7;transform:rotate(15deg)scale(1.05);box-shadow:0 4px 12px #1b365d26}.PropertyDetails-module__ZITu8a__priceBlock{flex-direction:column;align-items:flex-end;gap:4px;display:flex}.PropertyDetails-module__ZITu8a__priceHeader{align-items:center;gap:12px;margin-bottom:4px;display:flex}.PropertyDetails-module__ZITu8a__priceRow{align-items:baseline;gap:8px;display:flex}.PropertyDetails-module__ZITu8a__priceText{color:var(--primary-navy);letter-spacing:-.5px;font-size:26px;font-weight:800}.PropertyDetails-module__ZITu8a__allInc{color:#64748b;font-size:13px;font-weight:500}.PropertyDetails-module__ZITu8a__allIncBadge{color:var(--primary-gold);text-transform:uppercase;background:#e88b1e1a;border-radius:4px;padding:2px 8px;font-size:11px;font-weight:700}.PropertyDetails-module__ZITu8a__gallerySlider{grid-template-columns:1fr;gap:16px;height:480px;margin-bottom:24px;display:grid}@media (max-width:768px){.PropertyDetails-module__ZITu8a__gallerySlider{margin-bottom:16px;height:250px!important}}.PropertyDetails-module__ZITu8a__mainSlider{background:#f0f2f5;border-radius:16px;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000014}.PropertyDetails-module__ZITu8a__sliderContent{cursor:pointer;width:100%;height:100%;position:relative}.PropertyDetails-module__ZITu8a__sliderBlurBg{object-fit:cover;filter:blur(25px)brightness(.7);z-index:1;width:100%;height:100%;position:absolute;inset:0;transform:scale(1.1)}.PropertyDetails-module__ZITu8a__sliderOverlay{z-index:2;background:radial-gradient(circle,#0000001a 0%,#0006 100%);position:absolute;inset:0}.PropertyDetails-module__ZITu8a__sliderMainImg{z-index:3;object-fit:contain;width:100%;height:100%;animation:.4s ease-out PropertyDetails-module__ZITu8a__fadeIn;position:relative}@keyframes PropertyDetails-module__ZITu8a__fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.PropertyDetails-module__ZITu8a__sliderPrev,.PropertyDetails-module__ZITu8a__sliderNext{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;z-index:10;width:40px;height:40px;color:var(--primary-navy);background:#fffc;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:24px;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.PropertyDetails-module__ZITu8a__sliderPrev{left:16px}.PropertyDetails-module__ZITu8a__sliderNext{right:16px}.PropertyDetails-module__ZITu8a__sliderDots{z-index:10;gap:8px;display:flex;position:absolute;bottom:20px;right:20px}.PropertyDetails-module__ZITu8a__dot{cursor:pointer;background:#ffffff80;border-radius:50%;width:8px;height:8px;transition:all .3s}.PropertyDetails-module__ZITu8a__activeDot{background:#fff;border-radius:4px;width:20px;transform:scale(1.2)}.PropertyDetails-module__ZITu8a__sliderOverlayIcons{gap:12px;display:flex;position:absolute;bottom:20px;left:20px}.PropertyDetails-module__ZITu8a__overlayIcon{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;background:#00000080;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.PropertyDetails-module__ZITu8a__overlayIcon:hover{background:#000000b3;transform:scale(1.1)}.PropertyDetails-module__ZITu8a__sideMap{cursor:pointer;border-radius:16px;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000014}.PropertyDetails-module__ZITu8a__sideMap img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.PropertyDetails-module__ZITu8a__sideMap:hover img{transform:scale(1.05)}.PropertyDetails-module__ZITu8a__mapPinOverlay{z-index:2;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.PropertyDetails-module__ZITu8a__tabsContainer{background:linear-gradient(90deg,var(--primary-navy)0%,#2a4d7d 100%);border-radius:10px;padding:0 12px;display:flex;overflow-x:auto;box-shadow:0 4px 16px #1b365d40}.PropertyDetails-module__ZITu8a__tabsContainer::-webkit-scrollbar{height:4px}.PropertyDetails-module__ZITu8a__tabsContainer::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:2px}.PropertyDetails-module__ZITu8a__tab{color:#ffffffbf;cursor:pointer;white-space:nowrap;padding:14px 18px;font-size:13px;font-weight:500;transition:all .3s;position:relative}.PropertyDetails-module__ZITu8a__tab:hover{color:#fff;background-color:#ffffff1a}.PropertyDetails-module__ZITu8a__tab.PropertyDetails-module__ZITu8a__active{color:#fff;background-color:#ffffff26;font-weight:600}.PropertyDetails-module__ZITu8a__tab.PropertyDetails-module__ZITu8a__active:after{content:"";background:var(--primary-gold);border-radius:2px 2px 0 0;width:40px;height:3px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.PropertyDetails-module__ZITu8a__sectionCard{background-color:#fff;border-radius:12px;padding:28px;transition:box-shadow .3s;box-shadow:0 4px 24px #0000000f}.PropertyDetails-module__ZITu8a__sectionCard:hover{box-shadow:0 8px 32px #0000001a}.PropertyDetails-module__ZITu8a__sectionTitle{color:var(--primary-navy);border-bottom:3px solid var(--primary-gold);text-transform:uppercase;letter-spacing:.8px;background:#f8fafc;border-radius:12px 12px 0 0;margin:-28px -28px 24px;padding:18px 28px;font-size:18px;font-weight:700;display:block}.PropertyDetails-module__ZITu8a__desktopOnly{display:inline}.PropertyDetails-module__ZITu8a__mobileOnly{display:none}.PropertyDetails-module__ZITu8a__sectionHeaderLine{border-bottom:3px solid var(--primary-gold);background:#f8fafc;border-radius:12px 12px 0 0;justify-content:space-between;align-items:center;margin:-28px -28px 24px;display:flex}.PropertyDetails-module__ZITu8a__sectionHeaderLine .PropertyDetails-module__ZITu8a__sectionTitle{background:0 0;border-bottom:none;flex:1;margin:0}.PropertyDetails-module__ZITu8a__downloadPdfBtn{background:var(--primary-navy);color:#fff;white-space:nowrap;border-radius:6px;align-items:center;gap:8px;margin-right:28px;padding:8px 16px;font-size:12px;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.PropertyDetails-module__ZITu8a__downloadPdfBtn:hover{background:var(--primary-gold);transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}@media (max-width:768px){.PropertyDetails-module__ZITu8a__sectionTitle{padding:12px 20px;font-size:14px;line-height:1.4}.PropertyDetails-module__ZITu8a__sectionHeaderLine{align-items:center;padding-right:5px}.PropertyDetails-module__ZITu8a__desktopOnly{display:none}.PropertyDetails-module__ZITu8a__mobileOnly{font-size:10px;display:inline}.PropertyDetails-module__ZITu8a__downloadPdfBtn{flex-shrink:0;gap:4px;margin-right:12px;padding:6px 10px}}.PropertyDetails-module__ZITu8a__overviewGrid{grid-template-columns:repeat(5,1fr);gap:12px;display:grid}.PropertyDetails-module__ZITu8a__overviewItem{text-align:left;background:#fff;border:1px solid #f0f2f5;border-radius:8px;flex-direction:row;justify-content:flex-start;align-items:center;gap:12px;height:100%;padding:12px 16px;transition:all .3s;display:flex}.PropertyDetails-module__ZITu8a__overviewItem:hover{border-color:var(--primary-navy);transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.PropertyDetails-module__ZITu8a__iconBox{color:var(--primary-navy);background:0 0;border-radius:0;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;padding:0;display:flex}.PropertyDetails-module__ZITu8a__iconBox svg{width:24px;height:24px}.PropertyDetails-module__ZITu8a__overviewText{flex-direction:column;align-items:flex-start;display:flex}.PropertyDetails-module__ZITu8a__overviewValue{color:var(--primary-gold);margin-bottom:2px;font-size:15px;font-weight:700;line-height:1.2}.PropertyDetails-module__ZITu8a__overviewLabel{color:#6c757d;margin-top:0;font-size:12px;line-height:1.2}.PropertyDetails-module__ZITu8a__aboutProperty{border-top:1px solid #e9ecef;margin-top:24px;padding-top:20px}.PropertyDetails-module__ZITu8a__aboutProperty h3{color:var(--primary-navy);margin:0 0 12px;font-size:16px}.PropertyDetails-module__ZITu8a__aboutProperty p{color:#495057;white-space:pre-line;margin:0;font-size:14px;line-height:1.7}.PropertyDetails-module__ZITu8a__addressText{color:#495057;align-items:center;gap:8px;margin-bottom:20px;font-size:15px;display:flex}.PropertyDetails-module__ZITu8a__landmarksGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;margin-bottom:24px;display:grid}.PropertyDetails-module__ZITu8a__landmarkItem{background:#f8f9fa;border-radius:8px;align-items:center;gap:12px;padding:12px 16px;transition:all .3s;display:flex}.PropertyDetails-module__ZITu8a__landmarkItem:hover{background:#e9ecef;transform:translate(4px)}.PropertyDetails-module__ZITu8a__landmarkIcon{color:var(--primary-gold)}.PropertyDetails-module__ZITu8a__landmarkInfo{flex-direction:column;display:flex}.PropertyDetails-module__ZITu8a__landmarkName{color:var(--primary-navy);font-size:13px;font-weight:600}.PropertyDetails-module__ZITu8a__landmarkDistance{color:#6c757d;font-size:12px}.PropertyDetails-module__ZITu8a__mapContainer{border-radius:12px;margin-top:20px;overflow:hidden;box-shadow:0 4px 16px #0000001a}.PropertyDetails-module__ZITu8a__videoContainer{border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #0000001a}.PropertyDetails-module__ZITu8a__prosConsGrid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.PropertyDetails-module__ZITu8a__prosBox,.PropertyDetails-module__ZITu8a__consBox{border-radius:12px;padding:20px;transition:transform .3s}.PropertyDetails-module__ZITu8a__prosBox:hover,.PropertyDetails-module__ZITu8a__consBox:hover{transform:translateY(-3px)}.PropertyDetails-module__ZITu8a__prosBox{background:linear-gradient(135deg,#d4edda 0%,#c3e6cb 100%);border:1px solid #c3e6cb}.PropertyDetails-module__ZITu8a__consBox{background:linear-gradient(135deg,#f8d7da 0%,#f5c6cb 100%);border:1px solid #f5c6cb}.PropertyDetails-module__ZITu8a__prosHeader,.PropertyDetails-module__ZITu8a__consHeader{align-items:center;gap:10px;margin-bottom:16px;font-size:16px;font-weight:700;display:flex}.PropertyDetails-module__ZITu8a__prosHeader{color:var(--primary-gold)}.PropertyDetails-module__ZITu8a__consHeader{color:#dc3545}.PropertyDetails-module__ZITu8a__checkList{margin:0;padding:0;list-style:none}.PropertyDetails-module__ZITu8a__checkList li{align-items:flex-start;gap:8px;margin-bottom:10px;font-size:13px;line-height:1.5;display:flex}.PropertyDetails-module__ZITu8a__prosBox .PropertyDetails-module__ZITu8a__checkList li{color:#155724}.PropertyDetails-module__ZITu8a__consBox .PropertyDetails-module__ZITu8a__checkList li{color:#721c24}.PropertyDetails-module__ZITu8a__amenitySubtitle{color:var(--primary-navy);margin:8px 0 6px;padding-left:2px;font-size:15px;font-weight:700}.PropertyDetails-module__ZITu8a__amenitySubtitle:first-of-type{margin-top:0}.PropertyDetails-module__ZITu8a__amenitiesGrid{grid-template-columns:repeat(4,1fr);gap:5px;margin-bottom:30px;display:grid}.PropertyDetails-module__ZITu8a__amenityItem{text-align:center;background:#fff;border:1px solid #f0f2f5;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:8px 6px;transition:all .3s;display:flex}.PropertyDetails-module__ZITu8a__amenityItem:hover{border-color:var(--primary-navy);transform:translateY(-2px);box-shadow:0 6px 16px #00000014}.PropertyDetails-module__ZITu8a__amenityIcon{color:var(--primary-navy);background:#1b365d0d;border-radius:8px;justify-content:center;align-items:center;padding:8px;display:flex}.PropertyDetails-module__ZITu8a__amenityIcon svg{width:24px;height:24px}.PropertyDetails-module__ZITu8a__amenityItem span{color:var(--primary-navy);width:100%;font-size:11px;font-weight:600;line-height:1.3}@media (max-width:768px){.PropertyDetails-module__ZITu8a__overviewGrid,.PropertyDetails-module__ZITu8a__amenitiesGrid{grid-template-columns:repeat(3,1fr);gap:6px}.PropertyDetails-module__ZITu8a__amenityItem,.PropertyDetails-module__ZITu8a__overviewItem{border-radius:6px;gap:4px;padding:6px 2px}.PropertyDetails-module__ZITu8a__iconBox,.PropertyDetails-module__ZITu8a__amenityIcon{border-radius:8px;padding:6px}.PropertyDetails-module__ZITu8a__amenityItem span,.PropertyDetails-module__ZITu8a__overviewValue{font-size:9px}.PropertyDetails-module__ZITu8a__overviewLabel{font-size:8px}}.PropertyDetails-module__ZITu8a__plansGrid{grid-template-columns:1fr 1fr;gap:30px;margin-top:20px;display:grid}.PropertyDetails-module__ZITu8a__planItem{flex-direction:column;gap:15px;display:flex}.PropertyDetails-module__ZITu8a__planItemTitle{color:var(--primary-navy);font-size:16px;font-weight:700}.PropertyDetails-module__ZITu8a__planCard{background:#fff;border:1px solid #dee2e6;border-radius:8px;flex-direction:column;align-items:center;padding:20px;transition:all .3s;display:flex;position:relative}.PropertyDetails-module__ZITu8a__planCard:hover{box-shadow:0 4px 15px #0000000d}.PropertyDetails-module__ZITu8a__planExpandIcon{background:var(--primary-gold);color:#fff;cursor:pointer;z-index:2;border-radius:4px;justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:absolute;top:15px;right:15px}.PropertyDetails-module__ZITu8a__planImageWrapper{width:100%;margin-bottom:20px}.PropertyDetails-module__ZITu8a__planImage{object-fit:contain;width:100%;height:auto;max-height:250px}.PropertyDetails-module__ZITu8a__comingSoonText{color:var(--primary-navy);letter-spacing:5px;text-align:center;margin-top:auto;font-size:24px;font-weight:700}.PropertyDetails-module__ZITu8a__planFooter{justify-content:center;width:100%;margin-top:10px;display:flex}.PropertyDetails-module__ZITu8a__masterPlanDots{gap:8px;display:flex}.PropertyDetails-module__ZITu8a__planDot{cursor:pointer;background:#dee2e6;border-radius:50%;width:8px;height:8px;transition:all .2s}.PropertyDetails-module__ZITu8a__planDot:hover{background:var(--primary-gold)}.PropertyDetails-module__ZITu8a__activeDot{background:var(--primary-navy);border-radius:4px;width:20px}.PropertyDetails-module__ZITu8a__sliderPrevSmall,.PropertyDetails-module__ZITu8a__sliderNextSmall{cursor:pointer;z-index:3;width:32px;height:32px;color:var(--primary-navy);background:#fff;border:1px solid #e9ecef;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 12px #0000001a}.PropertyDetails-module__ZITu8a__sliderPrevSmall:hover,.PropertyDetails-module__ZITu8a__sliderNextSmall:hover{background:var(--primary-gold);border-color:var(--primary-gold);color:#fff;box-shadow:0 6px 16px #00000026}.PropertyDetails-module__ZITu8a__planKitBtn{background:var(--primary-gold);color:#fff;cursor:pointer;border:none;border-radius:6px;align-items:center;gap:8px;padding:8px 16px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.PropertyDetails-module__ZITu8a__planKitBtn:hover{background:#0c6e37;transform:translateY(-1px);box-shadow:0 4px 12px #0e874433}.PropertyDetails-module__ZITu8a__planBtn,.PropertyDetails-module__ZITu8a__priceSheetBtn{background:linear-gradient(135deg,var(--primary-gold)0%,#20c997 100%);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-size:13px;font-weight:600;transition:all .3s;display:flex}.PropertyDetails-module__ZITu8a__planBtn:hover,.PropertyDetails-module__ZITu8a__priceSheetBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0e87444d}.PropertyDetails-module__ZITu8a__pricingTabs{gap:10px;margin-bottom:20px;display:flex}.PropertyDetails-module__ZITu8a__pricingTab{cursor:pointer;color:#6c757d;border:2px solid #e9ecef;border-radius:8px;padding:10px 24px;font-weight:600;transition:all .3s}.PropertyDetails-module__ZITu8a__pricingTab.PropertyDetails-module__ZITu8a__active{background:var(--primary-navy);color:#fff;border-color:var(--primary-navy)}.PropertyDetails-module__ZITu8a__pricingTab:hover:not(.PropertyDetails-module__ZITu8a__active){border-color:var(--primary-navy);color:var(--primary-navy)}.PropertyDetails-module__ZITu8a__pricingTable{border-collapse:collapse;border-radius:12px;width:100%;overflow:hidden}.PropertyDetails-module__ZITu8a__pricingTable th,.PropertyDetails-module__ZITu8a__pricingTable td{text-align:left;border-bottom:1px solid #e9ecef;padding:14px 16px;font-size:14px}.PropertyDetails-module__ZITu8a__pricingTable th{background:var(--primary-navy);color:#fff;text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:600}.PropertyDetails-module__ZITu8a__pricingTable tbody tr{transition:background .2s}.PropertyDetails-module__ZITu8a__pricingTable tbody tr:hover{background:#f8f9fa}.PropertyDetails-module__ZITu8a__unitPlanThumbnailWrapper{cursor:zoom-in;border:1px solid #e9ecef;border-radius:6px;width:80px;height:60px;transition:all .3s;position:relative;overflow:hidden}.PropertyDetails-module__ZITu8a__unitPlanThumbnailWrapper:hover{border-color:var(--primary-navy);transform:scale(1.05);box-shadow:0 4px 12px #0000001a}.PropertyDetails-module__ZITu8a__blurredThumbnail{object-fit:cover;filter:blur(2px);width:100%;height:100%;transition:filter .3s}.PropertyDetails-module__ZITu8a__unitPlanThumbnailWrapper:hover .PropertyDetails-module__ZITu8a__blurredThumbnail{filter:blur()}.PropertyDetails-module__ZITu8a__thumbnailOverlay{opacity:0;background:#1b365d66;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.PropertyDetails-module__ZITu8a__unitPlanThumbnailWrapper:hover .PropertyDetails-module__ZITu8a__thumbnailOverlay{opacity:1}.PropertyDetails-module__ZITu8a__thumbnailOverlay span{color:#fff;text-transform:uppercase;text-align:center;padding:0 4px;font-size:8px;font-weight:700}@media (max-width:768px){.PropertyDetails-module__ZITu8a__unitPlanThumbnailWrapper{width:60px;height:45px}}.PropertyDetails-module__ZITu8a__paymentSchemeCard{background:#f8f9fa;border-radius:12px;padding:24px}.PropertyDetails-module__ZITu8a__paymentSchemeHeader{align-items:center;gap:12px;margin-bottom:12px;display:flex}.PropertyDetails-module__ZITu8a__paymentType{background:var(--primary-navy);color:#fff;border-radius:6px;padding:6px 14px;font-size:13px;font-weight:700}.PropertyDetails-module__ZITu8a__paymentName{color:var(--primary-navy);font-size:18px;font-weight:600}.PropertyDetails-module__ZITu8a__paymentDescription{color:#6c757d;margin-bottom:20px;font-size:14px}.PropertyDetails-module__ZITu8a__paymentSchedule{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px;display:grid}.PropertyDetails-module__ZITu8a__paymentMilestone{text-align:center;background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:16px;transition:all .3s}.PropertyDetails-module__ZITu8a__paymentMilestone:hover{border-color:var(--primary-navy);transform:translateY(-2px)}.PropertyDetails-module__ZITu8a__milestonePercentage{color:var(--primary-gold);margin-bottom:4px;font-size:20px;font-weight:700;display:block}.PropertyDetails-module__ZITu8a__milestoneName{color:#6c757d;font-size:11px}.PropertyDetails-module__ZITu8a__litigationContainer{flex-direction:column;gap:20px;display:flex}.PropertyDetails-module__ZITu8a__litigationStatusBox{background:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:15px;padding:20px;display:flex}.PropertyDetails-module__ZITu8a__litigationStatusLine{color:#495057;align-items:center;gap:12px;margin:0;font-size:15px;font-weight:600;display:flex}.PropertyDetails-module__ZITu8a__reraVerificationBox{align-items:center;gap:10px;display:flex}.PropertyDetails-module__ZITu8a__verificationLabel{color:#6c757d;font-size:14px;font-weight:500}.PropertyDetails-module__ZITu8a__statusBadge{text-transform:uppercase;border-radius:50px;padding:6px 16px;font-size:14px;font-weight:700}.PropertyDetails-module__ZITu8a__statusYes{color:#dc3545;background-color:#f8d7da;border:1px solid #f5c6cb}.PropertyDetails-module__ZITu8a__statusNo{color:var(--primary-gold);background-color:#d4edda;border:1px solid #c3e6cb}.PropertyDetails-module__ZITu8a__litigationTableWrapper{background:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;margin-top:10px;overflow:hidden}.PropertyDetails-module__ZITu8a__litigationTable{border-collapse:collapse;text-align:left;width:100%;font-size:13px}.PropertyDetails-module__ZITu8a__litigationTable th{color:var(--primary-navy);text-transform:uppercase;letter-spacing:.5px;background:#f1f3f5;border-bottom:2px solid #dee2e6;padding:12px 16px;font-size:11px;font-weight:700}.PropertyDetails-module__ZITu8a__litigationTable td{color:#495057;vertical-align:middle;border-bottom:1px solid #e9ecef;padding:12px 16px}.PropertyDetails-module__ZITu8a__litigationTable tr:last-child td{border-bottom:none}.PropertyDetails-module__ZITu8a__litigationTable tr:hover{background-color:#234e7005}.PropertyDetails-module__ZITu8a__litigationRemarks{color:#6c757d;background:#fff;border-left:4px solid #dee2e6;border-radius:4px;margin:10px 0 0;padding:12px;font-size:14px;font-style:italic;line-height:1.6}.PropertyDetails-module__ZITu8a__viewMoreBtn{width:100%;color:var(--primary-navy);cursor:pointer;background:#f1f3f5;border:none;border-top:1px solid #dee2e6;justify-content:center;align-items:center;gap:8px;padding:10px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.PropertyDetails-module__ZITu8a__viewMoreBtn:hover{background:#e9ecef}.PropertyDetails-module__ZITu8a__banksTrack:hover{animation-play-state:paused}@keyframes PropertyDetails-module__ZITu8a__marqueeHorizontal{0%{transform:translate(0)}to{transform:translate(-50%)}}.PropertyDetails-module__ZITu8a__bankItem{background:#fff;border:1px solid #edf2f7;border-radius:12px;flex:0 0 180px;justify-content:center;align-items:center;gap:12px;height:80px;padding:0 16px;transition:all .3s;display:flex;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.PropertyDetails-module__ZITu8a__bankItem:hover{border-color:var(--primary-navy);transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.PropertyDetails-module__ZITu8a__bankLogo{height:40px;color:var(--primary-navy);flex:0 0 40px;justify-content:center;align-items:center;display:flex}.PropertyDetails-module__ZITu8a__bankLogo img{object-fit:contain;max-width:100%;max-height:100%}.PropertyDetails-module__ZITu8a__bankItem span{color:#1a202c;text-align:left;flex:1;font-size:13px;font-weight:600;line-height:1.2}.PropertyDetails-module__ZITu8a__developerCard{background:#f8f9fa;border-radius:12px;padding:24px}.PropertyDetails-module__ZITu8a__developerHeader{flex-wrap:wrap;align-items:center;gap:24px;margin-bottom:20px;display:flex}.PropertyDetails-module__ZITu8a__developerLogo{width:80px;height:80px;color:var(--primary-navy);background:#fff;border-radius:12px;justify-content:center;align-items:center;display:flex;box-shadow:0 4px 12px #0000001a}.PropertyDetails-module__ZITu8a__developerLogo img{object-fit:contain;max-width:60px;max-height:60px}.PropertyDetails-module__ZITu8a__developerStats{gap:24px;display:flex}.PropertyDetails-module__ZITu8a__statNum{color:var(--primary-navy);width:20px;font-size:24px;font-weight:700}.PropertyDetails-module__ZITu8a__statText{color:#6c757d;font-size:12px}.PropertyDetails-module__ZITu8a__developerAbout{color:#495057;margin-bottom:16px;font-size:14px;line-height:1.7}.PropertyDetails-module__ZITu8a__developerLocations{color:#6c757d;font-size:13px}.PropertyDetails-module__ZITu8a__developerLocations strong{color:var(--primary-navy)}.PropertyDetails-module__ZITu8a__faqList{flex-direction:column;gap:12px;display:flex}.PropertyDetails-module__ZITu8a__faqItem{border:1px solid #e9ecef;border-radius:10px;transition:all .3s;overflow:hidden}.PropertyDetails-module__ZITu8a__faqItem.PropertyDetails-module__ZITu8a__open{border-color:var(--primary-navy);box-shadow:0 4px 16px #00000014}.PropertyDetails-module__ZITu8a__faqQuestion{cursor:pointer;color:var(--primary-navy);background:#f8f9fa;justify-content:space-between;align-items:center;padding:16px 20px;font-weight:600;transition:background .2s;display:flex}.PropertyDetails-module__ZITu8a__faqQuestion:hover{background:#e9ecef}.PropertyDetails-module__ZITu8a__faqItem.PropertyDetails-module__ZITu8a__open .PropertyDetails-module__ZITu8a__faqQuestion{background:#1b365d0d}.PropertyDetails-module__ZITu8a__faqAnswer{color:#495057;border-top:1px solid #e9ecef;padding:16px 20px;font-size:14px;line-height:1.7;animation:.3s PropertyDetails-module__ZITu8a__fadeIn}.PropertyDetails-module__ZITu8a__projectSearch{border:2px solid #e9ecef;border-radius:8px;width:100%;margin-bottom:12px;padding:12px 16px;font-size:14px;transition:border-color .3s}.PropertyDetails-module__ZITu8a__projectSearch:focus{border-color:var(--primary-navy);outline:none}.PropertyDetails-module__ZITu8a__datePicker{color:#6c757d;cursor:pointer;border:2px solid #e9ecef;border-radius:8px;align-items:center;gap:10px;margin-bottom:16px;padding:12px 16px;transition:border-color .3s;display:flex}.PropertyDetails-module__ZITu8a__datePicker:hover{border-color:var(--primary-navy)}.PropertyDetails-module__ZITu8a__transportOptions{gap:20px;margin-bottom:16px;display:flex}.PropertyDetails-module__ZITu8a__transportOptions label{color:#495057;cursor:pointer;align-items:center;gap:8px;font-size:14px;display:flex}.PropertyDetails-module__ZITu8a__benefitsList{margin:0 0 16px;padding:0;list-style:none}.PropertyDetails-module__ZITu8a__benefitsList li{color:#495057;align-items:flex-start;gap:8px;margin-bottom:10px;font-size:13px;display:flex}.PropertyDetails-module__ZITu8a__benefitsList li svg{color:var(--primary-gold);flex-shrink:0;margin-top:2px}.PropertyDetails-module__ZITu8a__bookBtn{background:linear-gradient(135deg,var(--primary-navy)0%,#3a6d94 100%);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;padding:16px;font-size:15px;font-weight:700;transition:all .3s}.PropertyDetails-module__ZITu8a__bookBtn:hover{transform:translateY(-2px);box-shadow:0 6px 24px #234e7059}@media (max-width:1200px){.PropertyDetails-module__ZITu8a__mainContent{max-width:100%}}@media (max-width:1024px){.PropertyDetails-module__ZITu8a__contentWrapper{flex-direction:column;max-width:100%;padding:10px}.PropertyDetails-module__ZITu8a__leftStatsBar{display:none}.PropertyDetails-module__ZITu8a__mainContent{width:100%}.PropertyDetails-module__ZITu8a__heroHeader{flex-direction:column;align-items:flex-start}.PropertyDetails-module__ZITu8a__actionSection{flex-wrap:wrap;justify-content:space-between;width:100%}.PropertyDetails-module__ZITu8a__gallerySlider{grid-template-columns:1fr;height:auto}.PropertyDetails-module__ZITu8a__sideMap{height:250px}.PropertyDetails-module__ZITu8a__prosConsGrid{grid-template-columns:1fr}}@media (max-width:768px){.PropertyDetails-module__ZITu8a__headerRow{flex-direction:column;align-items:flex-start}.PropertyDetails-module__ZITu8a__heroHeader{flex-direction:column;gap:16px}.PropertyDetails-module__ZITu8a__titleSection h1{word-break:break-word;font-size:26px;line-height:1.3}.PropertyDetails-module__ZITu8a__developerSub{gap:8px;font-size:13px}.PropertyDetails-module__ZITu8a__priceBlock{background:#fff;border:1px solid #f0f2f5;border-radius:12px;align-items:flex-start;width:100%;padding:16px;box-shadow:0 2px 10px #0000000a}.PropertyDetails-module__ZITu8a__priceHeader{justify-content:space-between;width:100%;margin-bottom:8px}.PropertyDetails-module__ZITu8a__shareBtn{width:36px;height:36px}.PropertyDetails-module__ZITu8a__priceText{font-size:22px}.PropertyDetails-module__ZITu8a__allIncBadge{font-size:10px}.PropertyDetails-module__ZITu8a__actionButtons{width:100%;margin-top:10px}.PropertyDetails-module__ZITu8a__heroTourBtn,.PropertyDetails-module__ZITu8a__heroChatBtn{flex:1;justify-content:center}.PropertyDetails-module__ZITu8a__overviewGrid{grid-template-columns:repeat(3,1fr);gap:10px}.PropertyDetails-module__ZITu8a__overviewItem{text-align:center;flex-direction:column;gap:8px;padding:12px 8px}.PropertyDetails-module__ZITu8a__overviewValue{font-size:12px}.PropertyDetails-module__ZITu8a__overviewLabel{font-size:10px}.PropertyDetails-module__ZITu8a__amenitiesGrid{grid-template-columns:repeat(3,1fr)}.PropertyDetails-module__ZITu8a__pricingTable,.PropertyDetails-module__ZITu8a__litigationTable{white-space:nowrap;display:block;overflow-x:auto}.PropertyDetails-module__ZITu8a__developerHeader{text-align:center;flex-direction:column;align-items:center}.PropertyDetails-module__ZITu8a__developerStats{justify-content:center;gap:15px}.PropertyDetails-module__ZITu8a__qrContainer{text-align:center;flex-direction:column;align-items:center}.PropertyDetails-module__ZITu8a__docItem{flex-direction:column;align-items:flex-start;gap:15px}.PropertyDetails-module__ZITu8a__previewBtn{justify-content:center;width:100%}}@media (max-width:480px){.PropertyDetails-module__ZITu8a__overviewGrid,.PropertyDetails-module__ZITu8a__amenitiesGrid{grid-template-columns:repeat(3,1fr);gap:8px}.PropertyDetails-module__ZITu8a__tabsContainer{padding:5px}.PropertyDetails-module__ZITu8a__tab{padding:10px 12px;font-size:12px}}.PropertyDetails-module__ZITu8a__reraIdBox{text-align:center;background:#f8f9fa;border:2px solid #e9ecef;border-radius:8px;margin-bottom:24px;padding:16px 20px}.PropertyDetails-module__ZITu8a__reraLink{color:var(--primary-navy);font-size:18px;font-weight:700;text-decoration:none;transition:color .2s}.PropertyDetails-module__ZITu8a__reraLink:hover{color:var(--primary-gold)}.PropertyDetails-module__ZITu8a__documentsList{flex-direction:column;gap:16px;display:flex}.PropertyDetails-module__ZITu8a__docCategory{background:#fafbfc;border:1px solid #e9ecef;border-radius:10px;padding:20px;transition:all .3s}.PropertyDetails-module__ZITu8a__docCategory:hover{border-color:var(--primary-navy);box-shadow:0 4px 16px #00000014}.PropertyDetails-module__ZITu8a__docCategoryHeader{border-bottom:2px solid #e9ecef;align-items:center;gap:12px;margin-bottom:16px;padding-bottom:12px;display:flex}.PropertyDetails-module__ZITu8a__docCategoryIcon{color:var(--primary-navy)}.PropertyDetails-module__ZITu8a__docCategoryTitle{color:var(--primary-navy);margin:0;font-size:16px;font-weight:600}.PropertyDetails-module__ZITu8a__docFileRow{justify-content:space-between;align-items:center;gap:16px;display:flex}.PropertyDetails-module__ZITu8a__docFileInfo{flex:1;align-items:center;gap:10px;display:flex}.PropertyDetails-module__ZITu8a__pdfIcon{flex-shrink:0}.PropertyDetails-module__ZITu8a__docFileName{color:#495057;font-size:14px;font-weight:500}.PropertyDetails-module__ZITu8a__previewBtn{color:#495057;cursor:pointer;white-space:nowrap;background:#f1f3f5;border:1px solid #dee2e6;border-radius:6px;align-items:center;gap:8px;padding:10px 20px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.PropertyDetails-module__ZITu8a__previewBtn:hover{background:var(--primary-navy);color:#fff;border-color:var(--primary-navy)}.PropertyDetails-module__ZITu8a__viewMoreCategoriesBtn{background:var(--primary-gold);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:16px;padding:14px;font-size:14px;font-weight:600;transition:all .3s;display:flex}.PropertyDetails-module__ZITu8a__viewMoreCategoriesBtn:hover{background:#0a6835;transform:translateY(-2px);box-shadow:0 4px 12px #0e87444d}.PropertyDetails-module__ZITu8a__banksSlider{background:#fff;border-radius:12px;width:100%;padding:30px 10px;position:relative;overflow:hidden}.PropertyDetails-module__ZITu8a__banksTrack{gap:30px;width:max-content;animation:30s linear infinite PropertyDetails-module__ZITu8a__scrollBanks;display:flex}.PropertyDetails-module__ZITu8a__banksSlider:hover .PropertyDetails-module__ZITu8a__banksTrack{animation-play-state:paused}.PropertyDetails-module__ZITu8a__bankItem{background:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-width:180px;padding:20px;transition:all .3s;display:flex;box-shadow:0 4px 6px #00000005}.PropertyDetails-module__ZITu8a__bankItem:hover{border-color:var(--primary-navy);background:#fff;transform:translateY(-5px);box-shadow:0 12px 24px #00000014}.PropertyDetails-module__ZITu8a__bankLogo{justify-content:center;align-items:center;width:100%;height:60px;margin-bottom:8px;display:flex}.PropertyDetails-module__ZITu8a__bankLogo img{object-fit:contain;filter:grayscale(.2);max-width:120px;max-height:50px;transition:filter .3s}.PropertyDetails-module__ZITu8a__bankItem:hover .PropertyDetails-module__ZITu8a__bankLogo img{filter:grayscale(0)}.PropertyDetails-module__ZITu8a__bankItem span{color:var(--primary-navy);text-align:center;white-space:nowrap;font-size:13px;font-weight:600}@keyframes PropertyDetails-module__ZITu8a__scrollBanks{0%{transform:translate(0)}to{transform:translate(-50%)}}.PropertyDetails-module__ZITu8a__developerStats{gap:30px;margin-top:20px;display:flex}.PropertyDetails-module__ZITu8a__developerStat{flex-direction:column;align-items:flex-start;display:flex}.PropertyDetails-module__ZITu8a__statNum{color:var(--primary-gold);font-size:24px;font-weight:700}.PropertyDetails-module__ZITu8a__statText{color:#6c757d;text-transform:uppercase;letter-spacing:1px;font-size:12px}.PropertyDetails-module__ZITu8a__developerAbout{color:#495057;margin-top:25px;font-size:15px;line-height:1.8}.PropertyDetails-module__ZITu8a__developerLocations{color:var(--primary-navy);border-top:1px solid #eee;margin-top:20px;padding-top:15px;font-size:14px}.PropertyDetails-module__ZITu8a__lightboxOverlay{z-index:9999;background:#000000f2;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;animation:.3s ease-out PropertyDetails-module__ZITu8a__fadeIn;display:flex;position:fixed;top:0;left:0}.PropertyDetails-module__ZITu8a__lightboxContent{justify-content:center;align-items:center;width:90%;height:90vh;min-height:300px;display:flex;position:relative}.PropertyDetails-module__ZITu8a__lightboxImg{object-fit:contain;border-radius:8px;max-width:100%;max-height:90vh;transition:opacity .3s;box-shadow:0 0 40px #00000080}.PropertyDetails-module__ZITu8a__hiddenImg{opacity:0}.PropertyDetails-module__ZITu8a__lightboxLoader{z-index:5;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}@keyframes PropertyDetails-module__ZITu8a__zoomIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.PropertyDetails-module__ZITu8a__closeLightbox{color:#fff;cursor:pointer;z-index:10001;background:0 0;border:none;transition:transform .2s;position:absolute;top:-40px;right:-40px}.PropertyDetails-module__ZITu8a__closeLightbox:hover{transform:scale(1.1)}.PropertyDetails-module__ZITu8a__lightboxPrev,.PropertyDetails-module__ZITu8a__lightboxNext{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:40px;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.PropertyDetails-module__ZITu8a__lightboxPrev{left:-80px}.PropertyDetails-module__ZITu8a__lightboxNext{right:-80px}@media (max-width:1024px){.PropertyDetails-module__ZITu8a__lightboxContent{width:100%;height:80vh}.PropertyDetails-module__ZITu8a__lightboxPrev{z-index:20;left:20px}.PropertyDetails-module__ZITu8a__lightboxNext{z-index:20;right:20px}.PropertyDetails-module__ZITu8a__closeLightbox{z-index:30;top:20px;right:20px}.PropertyDetails-module__ZITu8a__lightboxPrev,.PropertyDetails-module__ZITu8a__lightboxNext{background:#0006;border:2px solid #fff3;width:48px;height:48px;font-size:32px}.PropertyDetails-module__ZITu8a__lightboxCounter{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;white-space:nowrap;background:#0009;border:1px solid #ffffff1a;border-radius:20px;justify-content:center;align-items:center;padding:6px 16px;font-size:14px;font-weight:500;display:flex;position:absolute;bottom:-40px;left:50%;transform:translate(-50%)}}.PropertyDetails-module__ZITu8a__floorPlanSliderContainer{width:100%;position:relative}.PropertyDetails-module__ZITu8a__sliderPrevSmall,.PropertyDetails-module__ZITu8a__sliderNextSmall{cursor:pointer;z-index:5;color:#1b365d;background:#ffffffe6;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:20px;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #0000001a}.PropertyDetails-module__ZITu8a__sliderPrevSmall{left:8px}.PropertyDetails-module__ZITu8a__sliderNextSmall{right:8px}.PropertyDetails-module__ZITu8a__sliderPrevSmall:hover,.PropertyDetails-module__ZITu8a__sliderNextSmall:hover{background:#fff;box-shadow:0 4px 12px #0003}.PropertyDetails-module__ZITu8a__sliderCounterSmall{color:#fff;z-index:5;background:#0009;border-radius:12px;padding:2px 8px;font-size:11px;font-weight:500;position:absolute;bottom:12px;right:12px}.PropertyDetails-module__ZITu8a__skeletonLoader{z-index:2;background:#e5e7eb;position:absolute;inset:0;overflow:hidden}.PropertyDetails-module__ZITu8a__shimmer{background:linear-gradient(90deg,#fff0 0%,#ffffff80 50%,#fff0 100%);width:100%;height:100%;animation:1.5s infinite PropertyDetails-module__ZITu8a__shimmer}@keyframes PropertyDetails-module__ZITu8a__shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.PropertyDetails-module__ZITu8a__hidden{opacity:0!important}.PropertyDetails-module__ZITu8a__planImage{transition:opacity .3s ease-in-out}@media (max-width:768px){.PropertyDetails-module__ZITu8a__planCard{cursor:zoom-in}}
.NewLaunches-module__V493fa__section{background-color:#f8fafc;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;padding:40px 0}.NewLaunches-module__V493fa__header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:30px;display:flex}@media (max-width:768px){.NewLaunches-module__V493fa__header{flex-direction:column;align-items:flex-start;gap:15px}.NewLaunches-module__V493fa__headerRight{justify-content:space-between;width:100%}}.NewLaunches-module__V493fa__headerLeft{flex:1}.NewLaunches-module__V493fa__label{color:var(--primary-blue);align-items:center;gap:6px;margin-bottom:8px;font-size:12px;font-weight:700;display:flex}.NewLaunches-module__V493fa__heading{color:var(--text-primary);margin:0;font-size:28px;font-weight:700}.NewLaunches-module__V493fa__subheading{color:#666;margin-top:8px;font-size:14px}.NewLaunches-module__V493fa__headerRight{align-items:center;gap:16px;display:flex}.NewLaunches-module__V493fa__navArrows{gap:8px;display:flex}.NewLaunches-module__V493fa__navArrow{cursor:pointer;width:36px;height:36px;color:var(--primary-blue);background:#faf7f2;border:1px solid #ddd;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.NewLaunches-module__V493fa__navArrow:hover{border-color:var(--primary-gold);background:#e88b1e1a}.NewLaunches-module__V493fa__viewMoreBtn{color:#666;cursor:pointer;background:#faf7f2;border:1px solid #ddd;border-radius:4px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s}.NewLaunches-module__V493fa__viewMoreBtn:hover{background:#f5f5f5;border-color:#999}.NewLaunches-module__V493fa__scrollContainer{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;overflow:auto hidden}.NewLaunches-module__V493fa__scrollContainer::-webkit-scrollbar{display:none}.NewLaunches-module__V493fa__grid{gap:24px;min-width:min-content;padding-bottom:10px;display:flex}.NewLaunches-module__V493fa__card{border:1px solid #eee;border-radius:8px;flex-direction:column;flex-shrink:0;min-width:320px;max-width:320px;transition:box-shadow .2s;display:flex;overflow:hidden}@media (max-width:480px){.NewLaunches-module__V493fa__card{min-width:280px;max-width:280px}.NewLaunches-module__V493fa__projectName{font-size:14px}.NewLaunches-module__V493fa__priceRange{font-size:13px}}.NewLaunches-module__V493fa__card:hover{box-shadow:0 5px 15px #0000001a}.NewLaunches-module__V493fa__imageArea{background:#ddd;height:160px;position:relative;overflow:hidden}.NewLaunches-module__V493fa__cardImg{object-fit:cover;width:100%;height:100%}.NewLaunches-module__V493fa__cardContent{flex:1;padding:16px}.NewLaunches-module__V493fa__projectName{color:var(--text-primary);margin-bottom:8px;font-size:16px;font-weight:700}.NewLaunches-module__V493fa__priceRange{color:var(--text-primary);margin-bottom:12px;font-size:14px;font-weight:700}.NewLaunches-module__V493fa__detailsRow{color:#555;flex-direction:column;gap:8px;margin-bottom:12px;font-size:12px;display:flex}.NewLaunches-module__V493fa__detailItem{align-items:center;gap:6px;display:flex}.NewLaunches-module__V493fa__detailItem span{font-size:12px}.NewLaunches-module__V493fa__possessionBadge{color:var(--primary-navy);background:#e88b1e1a;border-radius:4px;width:fit-content;padding:4px 8px;font-weight:600;display:inline-flex}.NewLaunches-module__V493fa__favoriteBtn{cursor:pointer;z-index:2;background:#faf7f2;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:transform .2s;display:flex;position:absolute;top:12px;right:12px;box-shadow:0 2px 8px #0000001a}.NewLaunches-module__V493fa__favoriteBtn:hover{transform:scale(1.1)}.NewLaunches-module__V493fa__videoBadge{cursor:pointer;z-index:2;background:#1565c0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;bottom:12px;right:12px;box-shadow:0 2px 8px #0003}.NewLaunches-module__V493fa__newBadge{background:linear-gradient(135deg,var(--primary-gold)0%,#f0c05a 100%);color:#fff;letter-spacing:1.2px;z-index:3;text-transform:uppercase;border-radius:4px;padding:5px 14px;font-size:11px;font-weight:800;animation:2s ease-in-out infinite NewLaunches-module__V493fa__badgePulse;position:absolute;top:12px;left:12px;box-shadow:0 2px 8px #e88b1e66}@keyframes NewLaunches-module__V493fa__badgePulse{0%,to{box-shadow:0 2px 8px #e88b1e66}50%{box-shadow:0 4px 16px #e88b1eb3}}
.Thankyou-module__LQqhAq__main{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);flex-direction:column;min-height:100vh;display:flex}.Thankyou-module__LQqhAq__container{flex-grow:1;justify-content:center;align-items:center;padding:40px 20px;display:flex}.Thankyou-module__LQqhAq__card{text-align:center;background-color:#fff;border-radius:24px;width:100%;max-width:600px;padding:60px 40px;animation:.8s cubic-bezier(.16,1,.3,1) Thankyou-module__LQqhAq__slideUp;position:relative;overflow:hidden;box-shadow:0 20px 40px #00000014}.Thankyou-module__LQqhAq__card:before{content:"";background:linear-gradient(90deg,#d4af37,#b8860b);width:100%;height:6px;position:absolute;top:0;left:0}.Thankyou-module__LQqhAq__iconContainer{justify-content:center;margin-bottom:30px;display:flex}.Thankyou-module__LQqhAq__icon{color:#10b981;animation:.6s cubic-bezier(.34,1.56,.64,1) Thankyou-module__LQqhAq__scaleIn}.Thankyou-module__LQqhAq__title{color:#1a1a1a;letter-spacing:-.5px;margin-bottom:16px;font-size:3rem;font-weight:800}.Thankyou-module__LQqhAq__subtitle{color:#666;max-width:450px;margin:0 auto 32px;font-size:1.125rem;line-height:1.6}.Thankyou-module__LQqhAq__divider{background-color:#eee;height:1px;margin:32px 0}.Thankyou-module__LQqhAq__actions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.Thankyou-module__LQqhAq__primaryButton{color:#fff;background-color:#1b365d;border-radius:12px;align-items:center;gap:8px;padding:14px 28px;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.Thankyou-module__LQqhAq__primaryButton:hover{background-color:#2a4d7d;transform:translateY(-2px);box-shadow:0 4px 12px #1b365d40}.Thankyou-module__LQqhAq__secondaryButton{color:#1a1a1a;background-color:#fff;border:2px solid #eee;border-radius:12px;align-items:center;gap:8px;padding:14px 28px;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.Thankyou-module__LQqhAq__secondaryButton:hover{border-color:#1a1a1a;transform:translateY(-2px)}@keyframes Thankyou-module__LQqhAq__slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes Thankyou-module__LQqhAq__scaleIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@media (max-width:640px){.Thankyou-module__LQqhAq__card{border-radius:20px;padding:40px 24px}.Thankyou-module__LQqhAq__title{font-size:2.25rem}.Thankyou-module__LQqhAq__subtitle{font-size:1rem}.Thankyou-module__LQqhAq__actions{flex-direction:column}.Thankyou-module__LQqhAq__primaryButton,.Thankyou-module__LQqhAq__secondaryButton{justify-content:center;width:100%}}
.page-module__xgPmsG__main{background:#fff;min-height:100vh}.page-module__xgPmsG__hero{color:#fff;align-items:center;height:70vh;min-height:500px;padding:0;display:flex;position:relative;overflow:hidden}.page-module__xgPmsG__heroImageContainer{width:100%;height:100%;position:absolute;top:0;left:0}.page-module__xgPmsG__heroImage{object-fit:cover;filter:brightness(.6);width:100%;height:100%}.page-module__xgPmsG__heroOverlay{background:linear-gradient(#0000,#001f3f80,#1b365d);position:absolute;inset:0}.page-module__xgPmsG__heroContent{z-index:2;max-width:800px;position:relative}.page-module__xgPmsG__badge{background:var(--primary-gold);color:#fff;text-transform:uppercase;border-radius:50px;margin-bottom:24px;padding:8px 16px;font-size:14px;font-weight:700;display:inline-block}.page-module__xgPmsG__title{color:#fff;margin-bottom:24px;font-size:64px;font-weight:800;line-height:1.1}.page-module__xgPmsG__accentText{color:var(--primary-gold)}.page-module__xgPmsG__subtitle{opacity:.9;font-size:22px;line-height:1.6}.page-module__xgPmsG__content{background-color:#fff;padding:100px 0}.page-module__xgPmsG__introHeader{text-align:center;margin-bottom:80px}.page-module__xgPmsG__introBadge{color:var(--primary-gold);text-transform:uppercase;margin-bottom:12px;font-size:14px;font-weight:700;display:inline-block}.page-module__xgPmsG__sectionHeading{color:var(--text-primary);margin-bottom:20px;font-size:40px;font-weight:800}.page-module__xgPmsG__navyText{color:var(--primary-navy)}.page-module__xgPmsG__accentLine{background:var(--primary-gold);border-radius:2px;width:80px;height:4px;margin:0 auto}.page-module__xgPmsG__introGrid{grid-template-columns:1fr 350px;align-items:center;gap:80px;display:grid}.page-module__xgPmsG__introText p{color:#4a5568;margin-bottom:24px;font-size:18px;line-height:1.8}.page-module__xgPmsG__introStats{background:var(--primary-navy);border-radius:24px;flex-direction:column;gap:32px;padding:40px;display:flex}.page-module__xgPmsG__statItem{text-align:center}.page-module__xgPmsG__statVal{color:var(--primary-gold);margin-bottom:4px;font-size:48px;font-weight:800}.page-module__xgPmsG__statLab{color:#cbd5e0;font-size:16px;font-weight:600}.page-module__xgPmsG__features{grid-template-columns:repeat(4,1fr);gap:30px;margin-top:100px;margin-bottom:100px;display:grid}.page-module__xgPmsG__featureCard{text-align:center;background:#f8fafc;border:1px solid #f1f5f9;border-radius:20px;padding:48px 32px;transition:all .4s}.page-module__xgPmsG__featureCard:hover{background:#fff;transform:translateY(-8px);box-shadow:0 20px 40px #1b365d14}.page-module__xgPmsG__icon{width:64px;height:64px;color:var(--primary-navy);background:#ebf1f7;border-radius:16px;justify-content:center;align-items:center;margin:0 auto 24px;transition:all .3s;display:flex}.page-module__xgPmsG__featureCard:hover .page-module__xgPmsG__icon{background:var(--primary-navy);color:#fff}.page-module__xgPmsG__featureCard h3{color:var(--text-primary);margin-bottom:16px;font-size:22px;font-weight:700}.page-module__xgPmsG__featureCard p{color:#4a5568;font-size:15px;line-height:1.6}.page-module__xgPmsG__values{background:#f8fafc;border-radius:24px;padding:80px}.page-module__xgPmsG__values h2{text-align:center;color:var(--text-primary);margin-bottom:48px;font-size:36px;font-weight:800}.page-module__xgPmsG__valuesGrid{grid-template-columns:repeat(2,1fr);gap:40px;display:grid}.page-module__xgPmsG__valueItem{border-left:6px solid var(--primary-gold);background:#fff;border-radius:20px;padding:40px;box-shadow:0 4px 15px #00000008}.page-module__xgPmsG__valueItem h4{color:var(--text-primary);margin-bottom:12px;font-size:22px;font-weight:700}.page-module__xgPmsG__valueItem p{color:#4a5568;font-size:16px;line-height:1.7}@media (max-width:1024px){.page-module__xgPmsG__introGrid{grid-template-columns:1fr;gap:40px}.page-module__xgPmsG__features{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.page-module__xgPmsG__hero{height:60vh}.page-module__xgPmsG__title{font-size:40px}.page-module__xgPmsG__subtitle{font-size:18px}.page-module__xgPmsG__features,.page-module__xgPmsG__valuesGrid{grid-template-columns:1fr}.page-module__xgPmsG__values{padding:40px 20px}}.page-module__xgPmsG__founderSection{background:linear-gradient(135deg,var(--primary-navy)0%,#1a2a44 100%);color:#fff;text-align:center;border-radius:40px;margin-top:120px;overflow:hidden;box-shadow:0 30px 60px #00000026}.page-module__xgPmsG__founderContent{max-width:1000px;margin:0 auto;padding:100px 80px}.page-module__xgPmsG__founderBadge{color:var(--primary-gold);text-transform:uppercase;letter-spacing:1px;margin-bottom:16px;font-size:14px;font-weight:700;display:inline-block}.page-module__xgPmsG__founderName{color:#fff;margin-bottom:8px;font-size:56px;font-weight:800}.page-module__xgPmsG__founderTitle{color:var(--primary-gold);margin-bottom:32px;font-size:18px;font-weight:600}.page-module__xgPmsG__founderBio p{color:#cbd5e0;margin-bottom:24px;font-size:20px;line-height:1.8}.page-module__xgPmsG__founderQuote{color:var(--primary-gold);border-top:1px solid #ffffff1a;border-bottom:1px solid #ffffff1a;max-width:800px;margin-top:60px;margin-left:auto;margin-right:auto;padding:30px;font-size:24px;font-style:italic;font-weight:500;line-height:1.6}@media (max-width:1024px){.page-module__xgPmsG__founderContent{padding:80px 40px}}@media (max-width:768px){.page-module__xgPmsG__founderSection{border-radius:24px}.page-module__xgPmsG__founderName{font-size:40px}.page-module__xgPmsG__founderContent{padding:60px 24px}.page-module__xgPmsG__founderBio p{font-size:18px}.page-module__xgPmsG__founderQuote{padding:24px 0;font-size:20px}}
.page-module__ZThngG__main{background:var(--white);min-height:100vh;padding-top:80px}.page-module__ZThngG__container{max-width:800px;margin:0 auto;padding:0 24px}.page-module__ZThngG__backLink{color:var(--text-secondary);align-items:center;gap:8px;margin-top:40px;margin-bottom:30px;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.page-module__ZThngG__backLink:hover{color:var(--primary-blue)}.page-module__ZThngG__articleHeader{text-align:center;margin-bottom:40px}.page-module__ZThngG__category{color:var(--primary-blue);text-transform:uppercase;letter-spacing:1px;margin-bottom:16px;font-size:14px;font-weight:700;display:inline-block}.page-module__ZThngG__title{color:var(--text-primary);margin-bottom:24px;font-size:42px;font-weight:800;line-height:1.2}.page-module__ZThngG__meta{color:var(--text-secondary);flex-wrap:wrap;justify-content:center;gap:24px;font-size:15px;display:flex}.page-module__ZThngG__metaItem{align-items:center;gap:8px;display:flex}.page-module__ZThngG__heroImageContainer{border-radius:20px;width:100%;margin-bottom:50px;overflow:hidden;box-shadow:0 20px 40px #00000014}.page-module__ZThngG__heroImage{object-fit:cover;width:100%;height:auto;max-height:500px;display:block}.page-module__ZThngG__content{color:var(--text-primary);margin-bottom:80px;font-size:18px;line-height:1.8}.page-module__ZThngG__content h2{color:var(--text-primary);margin-top:48px;margin-bottom:24px;font-size:32px}.page-module__ZThngG__content h3{color:var(--text-primary);margin-top:40px;margin-bottom:20px;font-size:24px}.page-module__ZThngG__content p{margin-bottom:24px}.page-module__ZThngG__content ul,.page-module__ZThngG__content ol{margin-bottom:24px;padding-left:24px}.page-module__ZThngG__content li{margin-bottom:12px}.page-module__ZThngG__content strong{color:var(--text-primary);font-weight:700}@media (max-width:768px){.page-module__ZThngG__title{font-size:32px}.page-module__ZThngG__main{padding-top:60px}}
.page-module__ACkY9q__main{background:var(--light-bg);min-height:100vh}.page-module__ACkY9q__hero{background:linear-gradient(135deg,var(--primary-blue)0%,#2e4c6d 100%);color:#fff;text-align:center;padding:100px 0 80px;position:relative;overflow:hidden}.page-module__ACkY9q__heroContent{z-index:2;max-width:800px;margin:0 auto;position:relative}.page-module__ACkY9q__title{letter-spacing:-1px;margin-bottom:24px;font-size:56px;font-weight:800;line-height:1.1}.page-module__ACkY9q__subtitle{opacity:.9;font-size:20px;font-weight:300;line-height:1.6}.page-module__ACkY9q__filters{background:var(--white);border-bottom:1px solid var(--border-color);padding:40px 0 20px}.page-module__ACkY9q__filterList{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.page-module__ACkY9q__filterBtn{border:1px solid var(--border-color);cursor:pointer;color:var(--text-secondary);background:0 0;border-radius:50px;padding:10px 24px;font-size:15px;font-weight:500;transition:all .2s}.page-module__ACkY9q__filterBtn:hover{border-color:var(--primary-blue);color:var(--primary-blue)}.page-module__ACkY9q__filterBtn.page-module__ACkY9q__active{background:var(--primary-blue);color:#fff;border-color:var(--primary-blue);box-shadow:0 4px 12px #4a6fa54d}.page-module__ACkY9q__content{padding:60px 0 100px}.page-module__ACkY9q__featuredSection{margin-bottom:60px}.page-module__ACkY9q__featuredCard{background:var(--white);border-radius:20px;grid-template-columns:1.2fr .8fr;transition:transform .3s;display:grid;overflow:hidden;box-shadow:0 20px 40px #00000014}.page-module__ACkY9q__featuredCard:hover{transform:translateY(-5px)}.page-module__ACkY9q__featuredImageContainer{height:100%;min-height:400px;position:relative;overflow:hidden}.page-module__ACkY9q__featuredImage{object-fit:cover;width:100%;height:100%;transition:transform .5s}.page-module__ACkY9q__featuredCard:hover .page-module__ACkY9q__featuredImage{transform:scale(1.05)}.page-module__ACkY9q__featuredContent{flex-direction:column;justify-content:center;padding:60px;display:flex}.page-module__ACkY9q__featuredLabel{color:var(--primary-blue);text-transform:uppercase;letter-spacing:.5px;background:#4a6fa51a;border-radius:6px;align-self:flex-start;margin-bottom:20px;padding:6px 14px;font-size:13px;font-weight:700;display:inline-block}.page-module__ACkY9q__featuredTitle{color:var(--text-primary);margin-bottom:16px;font-size:36px;font-weight:800;line-height:1.2}.page-module__ACkY9q__featuredExcerpt{color:var(--text-secondary);margin-bottom:30px;font-size:18px;line-height:1.6}.page-module__ACkY9q__grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:40px;display:grid}.page-module__ACkY9q__card{background:var(--white);border:1px solid #0000;border-radius:16px;flex-direction:column;height:100%;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 10px 30px #0000000d}.page-module__ACkY9q__card:hover{border-color:#4a6fa51a;transform:translateY(-8px);box-shadow:0 20px 40px #0000001f}.page-module__ACkY9q__imageContainer{width:100%;padding-top:60%;position:relative;overflow:hidden}.page-module__ACkY9q__image{object-fit:cover;width:100%;height:100%;transition:transform .5s;position:absolute;top:0;left:0}.page-module__ACkY9q__card:hover .page-module__ACkY9q__image{transform:scale(1.1)}.page-module__ACkY9q__categoryTag{color:var(--primary-blue);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fffffff2;border-radius:50px;padding:6px 14px;font-size:12px;font-weight:700;position:absolute;top:20px;left:20px;box-shadow:0 4px 10px #0000001a}.page-module__ACkY9q__cardContent{flex-direction:column;flex:1;padding:28px;display:flex}.page-module__ACkY9q__cardDate{color:#888;align-items:center;gap:6px;margin-bottom:12px;font-size:13px;font-weight:500;display:flex}.page-module__ACkY9q__cardTitle{color:var(--text-primary);margin-bottom:12px;font-size:22px;font-weight:700;line-height:1.4;transition:color .2s}.page-module__ACkY9q__card:hover .page-module__ACkY9q__cardTitle{color:var(--primary-blue)}.page-module__ACkY9q__excerpt{color:var(--text-secondary);flex:1;margin-bottom:24px;font-size:15px;line-height:1.6}.page-module__ACkY9q__cardFooter{border-top:1px solid #f0f0f0;justify-content:space-between;align-items:center;margin-top:auto;padding-top:20px;display:flex}.page-module__ACkY9q__author{align-items:center;gap:10px;display:flex}.page-module__ACkY9q__authorAvatar{color:#666;background:#e0e0e0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:600;display:flex}.page-module__ACkY9q__authorName{color:var(--text-primary);font-size:13px;font-weight:600}.page-module__ACkY9q__readMoreBtn{width:40px;height:40px;color:var(--primary-blue);background:#f5f7fa;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.page-module__ACkY9q__card:hover .page-module__ACkY9q__readMoreBtn{background:var(--primary-blue);color:#fff;transform:rotate(-45deg)}@media (max-width:1024px){.page-module__ACkY9q__featuredCard{grid-template-columns:1fr}.page-module__ACkY9q__featuredImageContainer{min-height:300px}.page-module__ACkY9q__featuredContent{padding:40px}}@media (max-width:768px){.page-module__ACkY9q__title{font-size:36px}.page-module__ACkY9q__hero{padding:60px 0}.page-module__ACkY9q__filters{padding:20px 0;top:60px;overflow-x:auto}.page-module__ACkY9q__filterList{flex-wrap:nowrap;justify-content:flex-start;padding:0 16px}.page-module__ACkY9q__grid{grid-template-columns:1fr;gap:30px;padding:0 16px}.page-module__ACkY9q__featuredContent{padding:24px}.page-module__ACkY9q__featuredTitle{font-size:24px}}
.CityListing-module__g5YyyW__page{background-color:#f5f7f9;min-height:100vh;padding:20px 0}.CityListing-module__g5YyyW__breadcrumb{color:#666;margin-bottom:20px;font-size:14px}.CityListing-module__g5YyyW__breadcrumb a{color:#4a6fa5;text-decoration:none}.CityListing-module__g5YyyW__breadcrumb span{color:#999;margin:0 8px}.CityListing-module__g5YyyW__header{background:#fff;border-radius:8px;justify-content:space-between;align-items:flex-start;margin-bottom:20px;padding:24px;display:flex;box-shadow:0 2px 4px #0000000d}.CityListing-module__g5YyyW__headerLeft{flex:1}.CityListing-module__g5YyyW__headerLeft h1{color:#333;margin-bottom:12px;font-size:24px;font-weight:700}.CityListing-module__g5YyyW__description{color:#666;max-width:800px;font-size:14px;line-height:1.6}.CityListing-module__g5YyyW__readMore{color:#28a745;cursor:pointer;margin-left:4px}.CityListing-module__g5YyyW__mapViewBtn{color:#333;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:4px;align-items:center;gap:8px;padding:8px 16px;font-size:14px;display:flex;box-shadow:0 2px 4px #0000000d}.CityListing-module__g5YyyW__statusBar{color:#666;text-align:right;margin-bottom:10px;font-size:12px}.CityListing-module__g5YyyW__filterBar{align-items:center;gap:20px;margin-bottom:25px;padding:10px 0;display:flex}.CityListing-module__g5YyyW__sortBtn{cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:4px;align-items:center;gap:8px;padding:8px 16px;font-size:14px;display:flex}.CityListing-module__g5YyyW__filterToggle{color:#333;cursor:pointer;align-items:center;gap:8px;font-size:14px;display:flex}.CityListing-module__g5YyyW__switch{cursor:pointer;background:#e0e0e0;border-radius:10px;width:40px;height:20px;transition:background .3s;position:relative}.CityListing-module__g5YyyW__switchActive{background:#4a6fa5}.CityListing-module__g5YyyW__slider{background:#fff;border-radius:50%;width:16px;height:16px;transition:left .3s;position:absolute;top:2px;left:2px}.CityListing-module__g5YyyW__sliderActive{left:22px}.CityListing-module__g5YyyW__layoutWithSidebar{align-items:flex-start;gap:30px;margin-top:20px;display:flex}.CityListing-module__g5YyyW__mainListingArea{flex:1;min-width:0}.CityListing-module__g5YyyW__projectsList{flex-direction:column;flex:1;gap:20px;display:flex}.CityListing-module__g5YyyW__card{background:#fff;border-radius:8px;transition:transform .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 6px #0000000d}.CityListing-module__g5YyyW__card:hover{transform:translateY(-2px);box-shadow:0 8px 15px #0000001a}.CityListing-module__g5YyyW__imageArea{flex-shrink:0;width:280px;height:180px;position:relative}.CityListing-module__g5YyyW__cardImg{object-fit:cover;width:100%;height:100%}.CityListing-module__g5YyyW__favoriteBtn,.CityListing-module__g5YyyW__shareBtnOverlay{cursor:pointer;color:#666;z-index:5;background:#fffc;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;right:10px}.CityListing-module__g5YyyW__favoriteBtn{top:10px}.CityListing-module__g5YyyW__shareBtnOverlay{top:50px}.CityListing-module__g5YyyW__favoriteBtn:hover,.CityListing-module__g5YyyW__shareBtnOverlay:hover{color:#234e70;background:#fff;transform:scale(1.1)}.CityListing-module__g5YyyW__cardContent{flex-direction:column;flex:1;padding:20px;display:flex}.CityListing-module__g5YyyW__cardHeader{justify-content:space-between;margin-bottom:15px;display:flex}.CityListing-module__g5YyyW__projectName{color:#333;margin-bottom:4px;font-size:18px;font-weight:700}.CityListing-module__g5YyyW__location{color:#4a6fa5;align-items:center;gap:4px;font-size:14px;text-decoration:underline;display:flex}.CityListing-module__g5YyyW__priceInfo{text-align:right}.CityListing-module__g5YyyW__priceRange{color:#333;font-size:18px;font-weight:700}.CityListing-module__g5YyyW__allInc{color:#999;font-size:11px;display:block}.CityListing-module__g5YyyW__possessionBadge{color:#2e7d32;background:#e8f5e9;border-radius:100px;align-items:center;gap:4px;margin-top:8px;padding:4px 12px;font-size:12px;display:inline-flex}.CityListing-module__g5YyyW__unitsTable{background:#f0f7ff;border:1px solid #e1e9f5;border-radius:6px;max-height:105px;margin:15px 0;overflow-y:auto}.CityListing-module__g5YyyW__unitsTable::-webkit-scrollbar{width:4px}.CityListing-module__g5YyyW__unitsTable::-webkit-scrollbar-track{background:0 0}.CityListing-module__g5YyyW__unitsTable::-webkit-scrollbar-thumb{background:#4a6fa5;border-radius:4px}.CityListing-module__g5YyyW__unitRow{background:#ffffff80;border-bottom:1px solid #e1e9f5;grid-template-columns:80px 1fr 100px;align-items:center;padding:10px 15px;font-size:14px;display:grid}.CityListing-module__g5YyyW__unitRow:last-child{border-bottom:none}.CityListing-module__g5YyyW__unitBhk{color:#334e77;font-weight:600}.CityListing-module__g5YyyW__unitSqft{color:#667c99;text-align:center}.CityListing-module__g5YyyW__unitPrice{text-align:right;color:#334e77;font-weight:700}.CityListing-module__g5YyyW__cardFooter{justify-content:space-between;align-items:center;margin-top:auto;padding-top:15px;display:flex}.CityListing-module__g5YyyW__developer{align-items:center;gap:8px;display:flex}.CityListing-module__g5YyyW__developerName{color:#666;font-size:13px;font-weight:500}.CityListing-module__g5YyyW__cardActions{gap:8px;display:flex}.CityListing-module__g5YyyW__actionBtn{color:#4a6fa5;cursor:pointer;background:#fff;border:1px solid #4a6fa5;border-radius:4px;align-items:center;gap:6px;padding:8px 16px;font-size:14px;font-weight:500;display:flex}.CityListing-module__g5YyyW__primaryAction{color:#fff;background:#4a6fa5}.CityListing-module__g5YyyW__leftStatsBar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;text-align:center;background:linear-gradient(#234e70f2 0%,#1e3d59f2 100%);border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;flex-shrink:0;align-items:center;gap:28px;width:100px;height:fit-content;padding:24px 12px;display:flex;position:sticky;top:100px;box-shadow:0 8px 32px #1e3d5940}.CityListing-module__g5YyyW__statItem{flex-direction:column;align-items:center;gap:6px;transition:transform .3s;display:flex}.CityListing-module__g5YyyW__statItem:hover{transform:translateY(-3px)}.CityListing-module__g5YyyW__statValue{letter-spacing:.5px;font-size:16px;font-weight:700}.CityListing-module__g5YyyW__statLabel{text-transform:uppercase;opacity:.85;letter-spacing:.3px;font-size:9px}@media (max-width:1024px){.CityListing-module__g5YyyW__leftStatsBar{display:none}}@media (max-width:768px){.CityListing-module__g5YyyW__card{flex-direction:column}.CityListing-module__g5YyyW__imageArea{width:100%;min-height:200px;height:220px!important}.CityListing-module__g5YyyW__header{flex-direction:column;gap:15px}.CityListing-module__g5YyyW__filterBar{flex-wrap:wrap;gap:10px}}.CityListing-module__g5YyyW__newBadge{background:linear-gradient(135deg,var(--primary-gold)0%,#f0c05a 100%);color:#fff;letter-spacing:1.2px;z-index:3;text-transform:uppercase;border-radius:4px;padding:5px 14px;font-size:11px;font-weight:800;animation:2s ease-in-out infinite CityListing-module__g5YyyW__badgePulse;position:absolute;top:12px;left:12px;box-shadow:0 2px 8px #e88b1e66}@keyframes CityListing-module__g5YyyW__badgePulse{0%,to{box-shadow:0 2px 8px #e88b1e66}50%{box-shadow:0 4px 16px #e88b1eb3}}
.page-module__j6Q3dW__main{background:#fff;min-height:100vh}.page-module__j6Q3dW__hero{color:#fff;align-items:center;height:60vh;min-height:400px;padding:0;display:flex;position:relative;overflow:hidden}.page-module__j6Q3dW__heroImageContainer{width:100%;height:100%;position:absolute;top:0;left:0}.page-module__j6Q3dW__heroImage{object-fit:cover;filter:brightness(.5);width:100%;height:100%}.page-module__j6Q3dW__heroOverlay{background:linear-gradient(#0000,#001f3f80,#1b365d);position:absolute;inset:0}.page-module__j6Q3dW__heroContent{z-index:2;max-width:800px;position:relative}.page-module__j6Q3dW__badge{background:var(--primary-gold);color:#fff;text-transform:uppercase;border-radius:50px;margin-bottom:24px;padding:8px 16px;font-size:14px;font-weight:700;display:inline-block}.page-module__j6Q3dW__title{color:#fff;word-wrap:break-word;margin-bottom:24px;font-size:56px;font-weight:800;line-height:1.1}.page-module__j6Q3dW__accentText{color:var(--primary-gold)}.page-module__j6Q3dW__subtitle{opacity:.9;font-size:20px;line-height:1.6}.page-module__j6Q3dW__content{padding:100px 0}.page-module__j6Q3dW__grid{grid-template-columns:1fr 1.2fr;gap:80px;max-width:1200px;margin:0 auto;display:grid}.page-module__j6Q3dW__contactInfo h2,.page-module__j6Q3dW__contactForm h2{color:var(--text-primary);margin-bottom:24px;font-size:36px;font-weight:800}.page-module__j6Q3dW__description{color:#4a5568;margin-bottom:48px;font-size:17px;line-height:1.7}.page-module__j6Q3dW__infoCards{flex-direction:column;gap:24px;display:flex}.page-module__j6Q3dW__infoCard{background:#f8fafc;border:1px solid #f1f5f9;border-radius:20px;gap:24px;padding:32px;transition:all .3s;display:flex}.page-module__j6Q3dW__infoCard:hover{border-color:var(--primary-gold);background:#fff;box-shadow:0 10px 25px #1b365d0d}.page-module__j6Q3dW__icon{width:56px;height:56px;color:var(--primary-navy);background:#ebf1f7;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.page-module__j6Q3dW__infoCard h4{color:var(--text-primary);margin-bottom:8px;font-size:19px;font-weight:700}.page-module__j6Q3dW__infoContent{flex:1;min-width:0}.page-module__j6Q3dW__infoCard p{color:#4a5568;overflow-wrap:anywhere;word-break:normal;font-size:15px;line-height:1.6}.page-module__j6Q3dW__form{background:#fff;border:1px solid #f1f5f9;border-radius:24px;padding:50px;box-shadow:0 20px 50px #00000014}.page-module__j6Q3dW__formGroup{margin-bottom:24px}.page-module__j6Q3dW__formGroup label{color:var(--text-primary);margin-bottom:10px;font-size:14px;font-weight:700;display:block}.page-module__j6Q3dW__formGroup input,.page-module__j6Q3dW__formGroup textarea{border:1px solid #e2e8f0;border-radius:12px;width:100%;padding:14px 18px;font-family:inherit;font-size:15px;transition:all .3s}.page-module__j6Q3dW__formGroup input:focus,.page-module__j6Q3dW__formGroup textarea:focus{border-color:var(--primary-gold);background:#fff;outline:none;box-shadow:0 0 0 4px #e88b1e1a}.page-module__j6Q3dW__inputError{border-color:#ef4444!important}.page-module__j6Q3dW__errorText{color:#ef4444;margin-top:8px;font-size:13px;font-weight:500}.page-module__j6Q3dW__submitBtn{background:var(--primary-navy);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;padding:18px;font-size:16px;font-weight:700;transition:all .3s}.page-module__j6Q3dW__submitBtn:hover{background:var(--primary-gold);transform:translateY(-2px);box-shadow:0 10px 20px #e88b1e33}.page-module__j6Q3dW__formGroup textarea{resize:vertical;min-height:150px}@media (max-width:1024px){.page-module__j6Q3dW__grid{grid-template-columns:1fr;gap:60px}}@media (max-width:768px){.page-module__j6Q3dW__hero{height:50vh}.page-module__j6Q3dW__title{font-size:36px}.page-module__j6Q3dW__subtitle{font-size:16px}.page-module__j6Q3dW__content{padding:60px 0}.page-module__j6Q3dW__form{padding:30px 20px}.page-module__j6Q3dW__infoCard{padding:24px}}@media (max-width:480px){.page-module__j6Q3dW__infoCard{flex-direction:column;align-items:flex-start;gap:16px;padding:20px}.page-module__j6Q3dW__icon{width:48px;height:48px}}
.page-module__liXC9W__main{background:#fff;min-height:100vh}.page-module__liXC9W__hero{color:#fff;align-items:center;height:50vh;min-height:400px;padding:0;display:flex;position:relative;overflow:hidden}.page-module__liXC9W__heroImageContainer{width:100%;height:100%;position:absolute;top:0;left:0}.page-module__liXC9W__heroImage{object-fit:cover;filter:brightness(.5);width:100%;height:100%}.page-module__liXC9W__heroOverlay{background:linear-gradient(#0000,#001f3f80,#1b365d);position:absolute;inset:0}.page-module__liXC9W__heroContent{z-index:2;max-width:800px;position:relative}.page-module__liXC9W__badge{background:var(--primary-gold);color:#fff;text-transform:uppercase;border-radius:50px;margin-bottom:24px;padding:8px 16px;font-size:14px;font-weight:700;display:inline-block}.page-module__liXC9W__title{color:#fff;margin-bottom:24px;font-size:56px;font-weight:800;line-height:1.1}.page-module__liXC9W__accentText{color:var(--primary-gold)}.page-module__liXC9W__subtitle{opacity:.9;font-size:18px;line-height:1.6}.page-module__liXC9W__content{background:#f8fafc;padding:80px 0}.page-module__liXC9W__policy{background:#fff;border:1px solid #f1f5f9;border-radius:24px;max-width:1000px;margin:0 auto;padding:60px;box-shadow:0 10px 40px #0000000d}.page-module__liXC9W__section{margin-bottom:60px}.page-module__liXC9W__section:last-child{margin-bottom:0}.page-module__liXC9W__sectionHeader{border-bottom:2px solid #f1f5f9;align-items:center;gap:16px;margin-bottom:24px;padding-bottom:16px;display:flex}.page-module__liXC9W__iconBox{width:48px;height:48px;color:var(--primary-navy);background:#ebf1f7;border-radius:12px;justify-content:center;align-items:center;display:flex}.page-module__liXC9W__section h2{color:var(--primary-navy);margin:0;font-size:28px;font-weight:800}.page-module__liXC9W__section h3{color:var(--text-primary);margin-top:32px;margin-bottom:16px;font-size:20px;font-weight:700}.page-module__liXC9W__section p{color:#4a5568;margin-bottom:20px;font-size:16px;line-height:1.8}.page-module__liXC9W__section ul{margin-bottom:20px;margin-left:20px;list-style:none}.page-module__liXC9W__section li{color:#4a5568;margin-bottom:12px;padding-left:24px;font-size:16px;line-height:1.8;position:relative}.page-module__liXC9W__section li:before{content:"";background:var(--primary-gold);width:8px;height:2px;position:absolute;top:12px;left:0}.page-module__liXC9W__section strong{color:var(--primary-navy);font-weight:700}.page-module__liXC9W__contactInfo{background:#f8fafc;border-radius:16px;gap:16px;margin-top:24px;padding:32px;display:grid}.page-module__liXC9W__contactItem{align-items:flex-start;gap:12px;display:flex}.page-module__liXC9W__contactIcon{color:var(--primary-gold);margin-top:4px}.page-module__liXC9W__contactItem span{color:#4a5568;font-size:15px}@media (max-width:768px){.page-module__liXC9W__title{font-size:36px}.page-module__liXC9W__policy{border-radius:0;padding:40px 24px}.page-module__liXC9W__section h2{font-size:22px}.page-module__liXC9W__iconBox{flex-shrink:0;width:40px;height:40px}}
.Possession-module__KO_GtG__section{background:linear-gradient(135deg,#f8faff 0%,#fff 100%);padding:100px 0;position:relative;overflow:hidden}.Possession-module__KO_GtG__badge{width:fit-content;color:var(--primary-gold);letter-spacing:1px;text-transform:uppercase;background:#e88b1e1a;border:1px solid #e88b1e33;border-radius:50px;margin:0 auto 16px;padding:6px 16px;font-size:13px;font-weight:700;display:block}.Possession-module__KO_GtG__heading{color:#1a2b4b;text-align:center;max-width:800px;margin-bottom:16px;margin-left:auto;margin-right:auto;font-size:42px;font-weight:800;line-height:1.2}.Possession-module__KO_GtG__accentLine{background:var(--primary-gold);border-radius:2px;width:60px;height:4px;margin:0 auto 50px}.Possession-module__KO_GtG__grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.Possession-module__KO_GtG__card{z-index:1;background:#fff;border:1px solid #eef2f6;border-radius:20px;flex-direction:column;min-height:280px;padding:40px 30px;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;position:relative;overflow:hidden}.Possession-module__KO_GtG__card:before{content:"";background:linear-gradient(135deg,var(--primary-blue)0%,#1a2b4b 100%);opacity:0;z-index:-1;width:100%;height:100%;transition:opacity .4s;position:absolute;top:0;left:0}.Possession-module__KO_GtG__card:hover{border-color:#0000;transform:translateY(-10px);box-shadow:0 20px 40px #1a2b4b26}.Possession-module__KO_GtG__card:hover:before{opacity:1}.Possession-module__KO_GtG__card:hover .Possession-module__KO_GtG__iconBox{color:#fff;background:#fff3;transform:scale(1.1)rotate(5deg)}.Possession-module__KO_GtG__card:hover .Possession-module__KO_GtG__cardTitle,.Possession-module__KO_GtG__card:hover .Possession-module__KO_GtG__cardText,.Possession-module__KO_GtG__card:hover .Possession-module__KO_GtG__cardNumber{color:#fff}.Possession-module__KO_GtG__iconBox{width:64px;height:64px;color:var(--primary-blue);background:#f0f7ff;border-radius:16px;justify-content:center;align-items:center;margin-bottom:24px;transition:all .4s;display:flex}.Possession-module__KO_GtG__cardTitle{color:#1a2b4b;margin-bottom:16px;font-size:20px;font-weight:700;line-height:1.4;transition:color .4s}.Possession-module__KO_GtG__cardText{color:#64748b;font-size:15px;line-height:1.6;transition:color .4s}.Possession-module__KO_GtG__cardNumber{color:#f1f5f9;z-index:-1;-webkit-user-select:none;user-select:none;font-size:48px;font-weight:800;transition:color .4s;position:absolute;bottom:20px;right:30px}@media (max-width:1100px){.Possession-module__KO_GtG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Possession-module__KO_GtG__section{padding:60px 0}.Possession-module__KO_GtG__heading{font-size:32px}.Possession-module__KO_GtG__grid{grid-template-columns:1fr;gap:20px}.Possession-module__KO_GtG__card{min-height:auto;padding:30px 24px}}
.RelatedProjects-module__912elG__section{box-sizing:border-box;background-color:#fff;border-radius:12px;width:100%;margin-top:24px;padding:28px;overflow:hidden;box-shadow:0 4px 24px #0000000f}.RelatedProjects-module__912elG__header{border-bottom:2px solid var(--primary-gold);background:#f1f4f8;border-radius:12px 12px 0 0;justify-content:space-between;align-items:center;margin:-28px -28px 24px;padding:14px 28px;display:flex}.RelatedProjects-module__912elG__heading{color:var(--primary-navy);text-transform:uppercase;letter-spacing:.5px;margin:0;font-size:16px;font-weight:700}.RelatedProjects-module__912elG__navArrows{gap:8px;display:flex}.RelatedProjects-module__912elG__navArrow{cursor:pointer;width:32px;height:32px;color:var(--primary-navy);background:#fff;border:1px solid #bdc7d0;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.RelatedProjects-module__912elG__navArrow:hover{background:#e9ecef}.RelatedProjects-module__912elG__scrollContainer{scrollbar-width:none;-ms-overflow-style:none;width:100%;overflow:auto hidden}.RelatedProjects-module__912elG__scrollContainer::-webkit-scrollbar{display:none}.RelatedProjects-module__912elG__grid{gap:24px;width:max-content;padding-bottom:10px;display:flex}.RelatedProjects-module__912elG__card{min-width:320px;max-width:320px;color:inherit;background:#fff;border:1px solid #dee2e6;border-radius:12px;flex-direction:column;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.RelatedProjects-module__912elG__card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0000001a}.RelatedProjects-module__912elG__imageArea{background-color:#f1f3f5;height:180px;position:relative;overflow:hidden}.RelatedProjects-module__912elG__cardImg{object-fit:cover;width:100%;height:100%}.RelatedProjects-module__912elG__favoriteBtn{cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2;background:#0003;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;top:12px;right:12px}.RelatedProjects-module__912elG__avatar{background:linear-gradient(135deg,var(--primary-navy),var(--primary-gold));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;font-weight:700;display:flex}.RelatedProjects-module__912elG__videoBadge{background:var(--primary-navy);z-index:2;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:absolute;bottom:12px;right:12px;box-shadow:0 4px 12px #0003}.RelatedProjects-module__912elG__cardContent{flex-direction:column;flex:1;min-width:0;padding:16px;display:flex}.RelatedProjects-module__912elG__propertyHeader{flex-direction:column;margin-bottom:10px;display:flex}.RelatedProjects-module__912elG__projectName{color:var(--primary-navy);white-space:nowrap;text-overflow:ellipsis;margin:0 0 4px;font-size:15px;font-weight:700;overflow:hidden}.RelatedProjects-module__912elG__priceRange{color:var(--primary-navy);font-size:16px;font-weight:700}.RelatedProjects-module__912elG__allInc{color:#666;margin-left:4px;font-size:10px;font-weight:400}.RelatedProjects-module__912elG__developerRow,.RelatedProjects-module__912elG__locationRow,.RelatedProjects-module__912elG__areaRow{color:#495057;align-items:center;gap:8px;margin-bottom:8px;font-size:12px;display:flex}.RelatedProjects-module__912elG__developerRow span{color:var(--primary-navy);cursor:pointer;white-space:nowrap;text-overflow:ellipsis;text-decoration:underline;overflow:hidden}.RelatedProjects-module__912elG__locationRow{justify-content:space-between;gap:10px}.RelatedProjects-module__912elG__locationInfo{flex:1;align-items:center;gap:6px;min-width:0;display:flex}.RelatedProjects-module__912elG__locationName{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.RelatedProjects-module__912elG__readyBadge{color:var(--primary-gold);border:1px solid var(--primary-gold);background-color:#e88b1e1a;border-radius:4px;flex-shrink:0;padding:2px 8px;font-size:10px;font-weight:700}.RelatedProjects-module__912elG__unitsTable{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin-top:auto;overflow:hidden}.RelatedProjects-module__912elG__unitRow{border-bottom:1px solid #e9ecef;grid-template-columns:45px 65px 1fr auto;align-items:center;gap:6px;padding:6px 10px;font-size:10.5px;display:grid}.RelatedProjects-module__912elG__unitRow:last-child{border-bottom:none}.RelatedProjects-module__912elG__unitConfig{color:#2d3748;font-weight:700}.RelatedProjects-module__912elG__unitStatus{color:#f76707;text-align:center;background:#fff4e6;border-radius:3px;padding:1px 4px;font-size:9px;font-weight:700}.RelatedProjects-module__912elG__unitSqft{color:#4a5568;text-align:right;white-space:nowrap}.RelatedProjects-module__912elG__unitPrice{color:#2d3748;font-weight:700}@media (max-width:1024px){.RelatedProjects-module__912elG__section{padding:24px}}@media (max-width:768px){.RelatedProjects-module__912elG__section{margin-top:16px;padding:16px}.RelatedProjects-module__912elG__header{margin:-16px -16px 16px;padding:10px 16px}.RelatedProjects-module__912elG__card{min-width:260px;max-width:260px}.RelatedProjects-module__912elG__heading{font-size:13px}.RelatedProjects-module__912elG__unitRow{grid-template-columns:40px 60px 1fr auto;padding:5px 8px;font-size:10px}}
