@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700;900&family=DM+Sans:wght@300;400;500;600&display=swap";.navbar__topbar{background:var(--navy-light);padding:6px 0;display:none}@media (width>=900px){.navbar__topbar{display:block}}.navbar__topbar-inner{color:#fff9;align-items:center;gap:24px;font-size:12px;display:flex;overflow:hidden}.navbar__topbar-inner span{white-space:nowrap}.navbar{z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0d2d0df7;border-bottom:1px solid #c9a84c26;transition:top .3s,box-shadow .3s;position:fixed;top:0;left:0;right:0}@media (width>=900px){.navbar{top:32px}}.navbar.scrolled{box-shadow:0 4px 32px #0000004d;top:0!important}.navbar__inner{justify-content:space-between;align-items:center;gap:16px;height:68px;display:flex}.navbar__logo{flex-shrink:0;align-items:center;display:flex}.navbar__logo-img{object-fit:contain;max-width:160px;height:44px}.navbar__logo-text{color:var(--white);letter-spacing:1px;font-family:Playfair Display,serif;font-size:22px;font-weight:700}.logo-g{color:var(--gold);font-size:26px}.navbar__links{flex:1;justify-content:center;align-items:center;gap:28px;display:flex}.navbar__links a{color:#ffffffbf;letter-spacing:.2px;white-space:nowrap;font-size:14px;font-weight:500;transition:color .2s}.navbar__links a:hover,.navbar__links a.active{color:var(--gold)}.navbar__actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.navbar__wa{color:#fff;background:#25d366;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.navbar__wa:hover{background:#1ebe5d;transform:scale(1.1)}.navbar__user{align-items:center;gap:8px;display:flex}.navbar__user-name{color:#ffffffd9;align-items:center;gap:7px;font-size:14px;font-weight:500;transition:color .2s;display:flex}.navbar__user-name:hover{color:var(--gold)}.navbar__avatar{background:var(--gold);width:30px;height:30px;color:var(--navy);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-family:Playfair Display,serif;font-size:13px;font-weight:700;display:flex}.navbar__logout{padding:7px 14px;font-size:12px}.navbar__login-btn{padding:9px 20px;font-size:14px}.navbar__hamburger{color:var(--white);background:0 0;padding:4px;display:none}.navbar__overlay{z-index:-1;background:#0006;position:fixed;inset:68px 0 0}@media (width<=900px){.navbar__links{background:var(--navy);z-index:99;border-bottom:1px solid #c9a84c33;flex-direction:column;align-items:flex-start;gap:20px;padding:24px;display:none;position:fixed;top:68px;left:0;right:0}.navbar__links.open{display:flex}.navbar__links a{font-size:16px}.navbar__hamburger{display:flex}.navbar__logout,.navbar__user-name span{display:none}}@media (width<=600px){.navbar__wa{display:none}}.footer{background:var(--navy);color:#ffffffb3}.footer__top{border-bottom:1px solid #c9a84c1f;padding:72px 0 56px}.footer__inner{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;display:grid}.footer__logo{color:var(--white);margin-bottom:16px;font-family:Playfair Display,serif;font-size:26px;font-weight:700}.footer__logo span{color:var(--gold);font-size:30px}.footer__brand p{color:#ffffff80;margin-bottom:24px;font-size:14px;line-height:1.75}.footer__contact{flex-direction:column;gap:10px;margin-bottom:24px;display:flex}.footer__contact a{color:#ffffff8c;align-items:center;gap:9px;font-size:13px;transition:color .2s;display:flex}.footer__contact a:hover{color:var(--gold)}.footer__contact svg{color:var(--gold);flex-shrink:0}.footer__social{gap:12px;display:flex}.footer__social a{color:#ffffff80;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.footer__social a:hover{border-color:var(--gold);color:var(--gold)}.footer__col h4{text-transform:uppercase;letter-spacing:1.5px;color:var(--gold);margin-bottom:20px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:700}.footer__col ul{flex-direction:column;gap:11px;list-style:none;display:flex}.footer__col li a,.footer__col li Link{color:#ffffff8c;font-size:14px;transition:color .2s}.footer__col li a:hover{color:var(--white)}.footer__badges{flex-wrap:wrap;gap:8px;margin-top:24px;display:flex}.footer__badge{color:var(--gold);letter-spacing:.5px;background:#c9a84c1a;border:1px solid #c9a84c40;border-radius:6px;padding:5px 12px;font-size:11px;font-weight:700}.footer__bottom{padding:20px 0}.footer__bottom-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.footer__bottom p{color:#ffffff4d;max-width:680px;font-size:12px;line-height:1.6}.footer__bottom-links{flex-shrink:0;gap:20px;display:flex}.footer__bottom-links a{color:#fff6;font-size:12px;transition:color .2s}.footer__bottom-links a:hover{color:var(--gold)}@media (width<=1024px){.footer__inner{grid-template-columns:1fr 1fr;gap:36px}.footer__brand{grid-column:1/-1}}@media (width<=600px){.footer__inner{grid-template-columns:1fr}.footer__brand{grid-column:auto}.footer__bottom-inner{text-align:center;flex-direction:column}}.footer__logo-img{object-fit:contain;filter:brightness(10);max-width:180px;height:48px;margin-bottom:4px}.footer__logo-g{color:var(--gold);font-size:30px}.footer__social a{font-size:20px;text-decoration:none;transition:transform .2s;display:inline-block}.footer__social a:hover{transform:scale(1.2)}.footer__rera{color:#ffffff4d;margin-top:10px;font-size:11px}.footer__map{background:var(--navy-light)}.footer__map iframe{filter:grayscale(20%);display:block}.mobile-nav{z-index:200;background:var(--navy);padding:8px 0 max(8px, env(safe-area-inset-bottom));border-top:1px solid #c9a84c33;display:none;position:fixed;bottom:0;left:0;right:0}.mobile-nav__item{color:#ffffff73;letter-spacing:.3px;flex-direction:column;flex:1;align-items:center;gap:4px;padding:4px 0;font-size:10px;font-weight:500;text-decoration:none;transition:color .2s;display:flex}.mobile-nav__item.active{color:var(--gold)}.mobile-nav__item:not(.active):hover{color:#ffffffbf}@media (width<=768px){.mobile-nav{display:flex}body{padding-bottom:70px}}.hero-static{background:var(--navy);align-items:center;min-height:100vh;padding:120px 0 80px;display:flex;position:relative;overflow:hidden}.hs-bg-layer{z-index:1;position:absolute;inset:0}.hs-bg-layer img,.hs-img{object-fit:cover;object-position:center;width:100%;height:100%}.hs-overlay{z-index:2;background:linear-gradient(90deg,#0d2d0df2 0%,#0d2d0db3 40%,#0d2d0d4d 100%);position:absolute;inset:0}.hs-content{z-index:10;justify-content:space-between;align-items:center;gap:40px;width:100%;display:flex;position:relative}.hs-text{flex:1;max-width:650px}.fade-in{animation:.8s forwards fadeInUp}.hs-badge{color:var(--gold);background:#c9a84c26;border:1px solid #c9a84c4d;border-radius:30px;margin-bottom:24px;padding:8px 16px;font-size:14px;font-weight:600;display:inline-block}.hs-title{color:var(--white);margin-bottom:24px;font-family:Playfair Display,serif;font-size:56px;font-weight:700;line-height:1.15}.hs-subtitle{color:#ffffffd9;margin-bottom:40px;font-size:20px;line-height:1.6}.hs-ctas{align-items:center;gap:24px;display:flex}.hs-cta-main{border-radius:8px;padding:16px 36px;font-size:16px}.hs-cta-sec{color:var(--white);align-items:center;gap:8px;font-size:16px;font-weight:600;transition:color .2s;display:flex}.hs-cta-sec:hover{color:var(--gold)}.hs-search{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:16px;width:100%;max-width:440px;padding:32px;box-shadow:0 20px 40px #0000004d}.hs-search h3{color:var(--white);margin-bottom:24px;font-family:Playfair Display,serif;font-size:24px}.hs-search__fields{flex-direction:column;gap:16px;display:flex}.hs-field{flex-direction:column;gap:8px;display:flex}.hs-field label{color:#ffffffb3;text-transform:uppercase;letter-spacing:.5px;font-size:13px;font-weight:600}.hs-field select{color:var(--white);background:#ffffff14;border:1px solid #ffffff26;border-radius:8px;outline:none;padding:14px 16px;font-size:15px;transition:all .2s}.hs-field select option{background:var(--navy);color:#fff}.hs-field select:focus{border-color:var(--gold);background:#ffffff1f}.hs-search__btn{background:var(--gold);color:var(--navy);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:10px;margin-top:10px;padding:16px;font-size:16px;font-weight:700;transition:all .2s;display:flex}.hs-search__btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #c9a84c4d}.hs-stats-strip{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;background:#0d2d0de6;border-top:1px solid #ffffff0d;justify-content:center;padding:24px 0;display:flex;position:absolute;bottom:0;left:0;right:0}.hs-stat{text-align:center;border-right:1px solid #ffffff1a;flex-direction:column;flex:1;gap:6px;max-width:250px;display:flex}.hs-stat:last-child{border-right:none}.hs-stat strong{color:var(--gold);font-family:Playfair Display,serif;font-size:28px;font-weight:700}.hs-stat span{color:#ffffffb3;text-transform:uppercase;letter-spacing:1px;font-size:13px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=1024px){.hs-content{text-align:center;flex-direction:column;gap:60px}.hs-overlay{background:linear-gradient(#0d2d0dcc 0%,#0d2d0df2 100%)}.hs-title{font-size:42px}.hs-ctas{justify-content:center}.hs-search{margin:0 auto}}@media (width<=768px){.hs-title{font-size:32px}.hs-subtitle{font-size:16px}.hs-stats-strip{flex-wrap:wrap}.hs-stat{border-right:none;min-width:50%;margin-bottom:20px}}.lead-section{background:var(--navy);padding:96px 0;position:relative;overflow:hidden}.lead-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#c9a84c14 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-100px;right:-100px}.lead-inner{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.lead-perks{flex-direction:column;gap:10px;margin-top:24px;list-style:none;display:flex}.lead-perks li{color:#ffffffb3;align-items:center;gap:8px;font-size:15px;display:flex}.lead-card{background:var(--cream);box-shadow:var(--shadow-lg);border-radius:16px;padding:40px}.lead-card h3{color:var(--navy);margin-bottom:20px;font-size:22px}.lead-fields{flex-direction:column;gap:14px;margin-bottom:20px;display:flex}.lead-fields input{color:var(--text);background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;padding:13px 16px;font-size:15px;transition:border-color .2s}.lead-fields input:focus{border-color:var(--gold)}.lead-btn{background:var(--gold);width:100%;color:var(--navy);border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:14px;font-size:16px;font-weight:700;transition:all .25s;display:flex}.lead-btn:hover:not(:disabled){background:var(--gold-light);transform:translateY(-1px);box-shadow:0 8px 24px #c9a84c59}.lead-btn:disabled{opacity:.7;cursor:not-allowed}.lead-error{color:var(--error);background:#fef2f2;border-radius:8px;margin-bottom:14px;padding:10px 14px;font-size:14px}.lead-success{text-align:center;flex-direction:column;align-items:center;gap:14px;padding:20px 0;display:flex}.lead-success h3{color:var(--navy);font-size:24px}.lead-success p{color:var(--text-muted);font-size:15px}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=900px){.lead-inner{grid-template-columns:1fr;gap:40px}}.highways{background:var(--cream);padding:100px 0}.highways__header{margin-bottom:52px}.highways__grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px;margin-bottom:40px;display:grid}.zone-card{cursor:pointer;border:1px solid #0000;border-radius:14px;padding:28px 24px;transition:all .3s;position:relative;overflow:hidden}.zone-card:before{content:"";background:var(--gold);height:3px;position:absolute;top:0;left:0;right:0}.zone--base{background:#fff;border-color:#e5e7eb}.zone--mid{background:linear-gradient(135deg,#fff 0%,#fffbf0 100%);border-color:#c9a84c40}.zone--high{background:linear-gradient(135deg,#fffbf0 0%,#fff4d6 100%);border-color:#c9a84c66}.zone--ultra{background:linear-gradient(135deg,#fff4d6 0%,#ffe9aa 100%);border-color:#c9a84c99}.zone-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px #0000001f}.zone-card__zone{letter-spacing:2px;text-transform:uppercase;color:var(--text-muted);margin-bottom:8px;font-size:11px;font-weight:700}.zone-card__badge{color:var(--gold-dark);background:#c9a84c26;border-radius:99px;margin-bottom:12px;padding:3px 10px;font-size:11px;font-weight:600;display:inline-block}.zone-card__name{color:var(--navy);margin-bottom:6px;font-size:22px}.zone-card__areas{color:var(--text-muted);margin-bottom:16px;font-size:13px;line-height:1.5}.zone-card__appreciation{color:var(--success);align-items:center;gap:6px;font-size:18px;font-weight:700;display:flex}.zone-card__arrow{color:var(--gold);opacity:0;transition:opacity .2s,transform .2s;position:absolute;bottom:20px;right:20px}.zone-card:hover .zone-card__arrow{opacity:1;transform:translate(4px)}.highways__footer{justify-content:center;display:flex}@media (width<=640px){.highways__grid{grid-template-columns:1fr 1fr}}@media (width<=400px){.highways__grid{grid-template-columns:1fr}}.steps{background:var(--navy);padding:100px 0}.steps .section-title,.steps .section-label,.steps .section-title{color:var(--white)}.steps .section-subtitle{color:#ffffff80}.steps__grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.step-card{background:#ffffff0a;border:1px solid #c9a84c26;border-radius:12px;padding:24px 20px;transition:all .25s;position:relative;overflow:hidden}.step-card:before{content:"";background:linear-gradient(90deg, var(--gold), transparent);opacity:0;height:2px;transition:opacity .25s;position:absolute;top:0;left:0;right:0}.step-card:hover{background:#c9a84c0f;border-color:#c9a84c59;transform:translateY(-3px)}.step-card:hover:before{opacity:1}.step-card__num{color:var(--gold);opacity:.7;margin-bottom:12px;font-family:Playfair Display,serif;font-size:36px;font-weight:900;line-height:1}.step-card__line{background:var(--gold);opacity:.5;width:24px;height:2px;margin-bottom:12px}.step-card__title{color:#ffffffd9;font-size:14px;font-weight:500;line-height:1.5}@media (width<=1024px){.steps__grid{grid-template-columns:repeat(3,1fr)}}@media (width<=640px){.steps__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=400px){.steps__grid{grid-template-columns:1fr}}.faq{background:var(--cream-dark);padding:100px 0}.faq__inner{grid-template-columns:1fr 1.6fr;align-items:start;gap:72px;display:grid}.faq__list{flex-direction:column;gap:12px;display:flex}.faq-item{background:var(--white);cursor:pointer;border:1.5px solid #e5e7eb;border-radius:12px;transition:border-color .2s,box-shadow .2s;overflow:hidden}.faq-item.open{border-color:var(--gold);box-shadow:0 4px 20px #c9a84c1a}.faq-item__q{color:var(--navy);justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;font-size:15px;font-weight:600;display:flex}.faq-item__icon{color:var(--gold);flex-shrink:0;transition:transform .3s}.faq-item.open .faq-item__icon{transform:rotate(180deg)}.faq-item__a{color:var(--text-muted);border-top:1px solid #f3f4f6;padding:16px 24px 20px;font-size:15px;line-height:1.7;animation:.2s fadeUp}@media (width<=900px){.faq__inner{grid-template-columns:1fr;gap:40px}}.stats-counter{padding:80px 0;position:relative;overflow:hidden}.stats-counter__bg{background:var(--navy);position:absolute;inset:0}.stats-counter__bg:before{content:"";background:radial-gradient(at 20%,#c9a84c1a 0%,#0000 55%),radial-gradient(at 80%,#c9a84c12 0%,#0000 50%);position:absolute;inset:0}.stats-counter__inner{z-index:1;position:relative}.stats-header{margin-bottom:56px}.stats-grid{background:#ffffff08;border:1px solid #c9a84c26;border-radius:20px;grid-template-columns:repeat(6,1fr);gap:0;display:grid;overflow:hidden}.stat-item{text-align:center;border-right:1px solid #c9a84c1f;padding:36px 24px;transition:background .25s}.stat-item:last-child{border-right:none}.stat-item:hover{background:#c9a84c0f}.stat-item__value{color:var(--gold);min-height:1.1em;margin-bottom:10px;font-family:Playfair Display,serif;font-size:clamp(28px,3vw,42px);font-weight:900;line-height:1}.stat-item__label{color:var(--white);margin-bottom:4px;font-size:14px;font-weight:600}.stat-item__sub{color:#fff6;font-size:12px;line-height:1.4}@media (width<=1100px){.stats-grid{grid-template-columns:repeat(3,1fr)}.stat-item:nth-child(3),.stat-item:nth-child(3n){border-right:none}.stat-item{border-bottom:1px solid #c9a84c1f}.stat-item:nth-last-child(-n+3){border-bottom:none}}@media (width<=640px){.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-item:nth-child(2n){border-right:none}.stat-item:nth-last-child(-n+2){border-bottom:none}.stat-item{border-bottom:1px solid #c9a84c1f;border-right:1px solid #c9a84c1f}}.vc{background:var(--white);box-shadow:var(--shadow);border:1.5px solid var(--cream-dark);cursor:pointer;border-radius:16px;flex-direction:column;transition:all .28s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.vc:hover{border-color:var(--gold);transform:translateY(-6px);box-shadow:0 20px 48px #0000001f}.vc__img{aspect-ratio:16/10;background:var(--cream-dark);position:relative;overflow:hidden}.vc__img img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.vc:hover .vc__img img{transform:scale(1.07)}.vc__badges{flex-wrap:wrap;gap:6px;display:flex;position:absolute;top:12px;left:12px}.vc__cat{color:#fff;letter-spacing:.8px;text-transform:uppercase;border-radius:99px;padding:4px 10px;font-size:11px;font-weight:700}.vc__featured{background:var(--gold);color:var(--navy);border-radius:99px;align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-weight:700;display:flex}.vc__status{letter-spacing:.5px;text-transform:uppercase;border-radius:99px;padding:4px 10px;font-size:11px;font-weight:700;position:absolute;top:12px;right:12px}.vc__appreciation{color:var(--gold);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0d2d0dd9;border-radius:8px;align-items:center;gap:5px;padding:5px 12px;font-size:12px;font-weight:700;display:flex;position:absolute;bottom:12px;right:12px}.vc__body{flex-direction:column;flex:1;gap:10px;padding:20px;display:flex}.vc__name{color:var(--navy);font-family:Playfair Display,serif;font-size:18px;line-height:1.3}.vc__tagline{color:var(--gold-dark);letter-spacing:.3px;font-size:13px;font-weight:600}.vc__loc{color:var(--text-muted);align-items:center;gap:5px;font-size:13px;display:flex}.vc__dist{color:var(--text-muted)}.vc__stats{flex-wrap:wrap;gap:12px;display:flex}.vc__stat{color:var(--text);background:var(--cream);border-radius:6px;align-items:center;gap:4px;padding:4px 10px;font-size:13px;display:flex}.vc__approvals{flex-wrap:wrap;gap:8px;display:flex}.vc__approval,.vc__loan{border-radius:99px;align-items:center;gap:5px;padding:4px 10px;font-size:12px;font-weight:600;display:flex}.vc__approval{color:#166534;background:#dcfce7}.vc__loan{color:#1d4ed8;background:#eff6ff}.vc__footer{border-top:1px solid var(--cream-dark);justify-content:space-between;align-items:flex-end;margin-top:auto;padding-top:14px;display:flex}.vc__price-block{flex-direction:column;gap:1px;display:flex}.vc__price-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:11px}.vc__price{color:var(--gold);font-family:Playfair Display,serif;font-size:22px;font-weight:700;line-height:1.1}.vc__sqyd{color:var(--text-muted);font-size:12px}.vc__btn{background:var(--navy);color:var(--gold);letter-spacing:.3px;border-radius:8px;flex-shrink:0;padding:9px 18px;font-size:13px;font-weight:700;transition:all .2s}.vc:hover .vc__btn{background:var(--gold);color:var(--navy)}.why-section{background:var(--white);padding:100px 0}.why-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.why-card{background:var(--cream);border:1.5px solid #e5e7eb;border-radius:12px;padding:24px;transition:all .25s}.why-card:hover{border-color:var(--gold);box-shadow:var(--shadow);transform:translateY(-3px)}.why-card__q{color:var(--gold-dark);letter-spacing:1px;background:#c9a84c1f;border-radius:99px;margin-bottom:10px;padding:3px 10px;font-size:11px;font-weight:700;display:inline-block}.why-card h4{color:var(--navy);margin-bottom:8px;font-family:DM Sans,sans-serif;font-size:15px;font-weight:600}.why-card p{color:var(--text-muted);font-size:13px;line-height:1.6}.partners-section{background:var(--cream-dark);padding:60px 0;overflow:hidden}.partners-ticker{margin-top:24px;overflow:hidden}.partners-track{align-items:center;gap:20px;width:max-content;animation:20s linear infinite scroll;display:flex}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.partner-chip{background:var(--white);color:var(--navy);white-space:nowrap;border:1.5px solid #e5e7eb;border-radius:99px;flex-shrink:0;padding:10px 24px;font-size:14px;font-weight:600}.partner-img-wrapper{background:var(--white);border:1.5px solid #e5e7eb;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;min-width:140px;height:60px;padding:12px 24px;display:flex}.partner-logo-img{object-fit:contain;filter:grayscale();opacity:.7;max-width:120px;max-height:36px;transition:all .3s}.partner-img-wrapper:hover .partner-logo-img{filter:grayscale(0%);opacity:1}.featured-section{background:var(--cream);padding:100px 0}.featured-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.featured-empty{text-align:center;background:var(--white);color:var(--text-muted);border:1.5px dashed #e5e7eb;border-radius:14px;padding:60px}.featured-empty a{color:var(--gold);font-weight:600}.services-section{background:var(--navy);padding:100px 0}.services-section .section-label{color:var(--gold)}.services-section .section-title{color:var(--white)}.services-section .section-subtitle{color:#ffffff80}.services-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.service-card{background:#ffffff0d;border:1px solid #ffffff14;border-radius:14px;padding:32px 24px;transition:all .25s}.service-card:hover{background:#c9a84c14;border-color:#c9a84c4d;transform:translateY(-4px)}.service-card__icon{color:var(--gold);margin-bottom:16px}.service-card h3{color:var(--white);margin-bottom:10px;font-size:18px}.service-card p{color:#ffffff8c;font-size:14px;line-height:1.7}.testimonials-section{background:var(--cream-dark);padding:100px 0}.testi-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.testi-card{background:var(--white);border:1.5px solid #e5e7eb;border-radius:14px;padding:32px;transition:all .25s}.testi-card:hover{border-color:var(--gold);box-shadow:var(--shadow)}.testi-stars{gap:4px;margin-bottom:16px;display:flex}.testi-msg{color:var(--text);margin-bottom:20px;font-size:15px;font-style:italic;line-height:1.7}.testi-author{align-items:center;gap:12px;display:flex}.testi-avatar{background:var(--gold);width:40px;height:40px;color:var(--navy);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;font-weight:700;display:flex}.testi-author strong{color:var(--navy);font-size:14px;display:block}.testi-author span{color:var(--text-muted);font-size:12px}.cta-section{background:var(--gold);padding:72px 0}.cta-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:40px;display:flex}.cta-inner h2{color:var(--navy);margin-bottom:8px;font-size:32px}.cta-inner p{color:#0d2d0db3;font-size:16px}.cta-btns{flex-wrap:wrap;flex-shrink:0;gap:16px;display:flex}.cta-btns .btn-gold{background:var(--navy);color:var(--gold)}.cta-btns .btn-gold:hover{background:var(--navy-mid)}@media (width<=1024px){.why-grid,.featured-grid,.services-grid,.testi-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.why-grid,.featured-grid,.services-grid,.testi-grid{grid-template-columns:1fr}.cta-inner{text-align:center;flex-direction:column}}.featured-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:40px;display:flex}.featured-viewall{flex-shrink:0;align-items:center;gap:8px;display:inline-flex}.featured-skeleton{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.featured-skel{background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6 50%,#e5e7eb 75%) 0 0/200%;border-radius:16px;height:420px;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:200%}to{background-position:-200%}}.featured-empty{text-align:center;background:var(--white);border:2px dashed var(--cream-dark);color:var(--text-muted);border-radius:20px;flex-direction:column;align-items:center;gap:16px;padding:60px;display:flex}@media (width<=1024px){.featured-skeleton,.featured-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.featured-skeleton,.featured-grid{grid-template-columns:1fr}}.ventures-page{background:var(--cream);min-height:100vh;padding-top:68px}.vp-header{background:var(--navy);padding:40px 0 28px}.vp-header__inner{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.vp-title{color:var(--white);margin:0;font-size:clamp(24px,4vw,38px)}.vp-search{color:#ffffff80;background:#ffffff14;border:1px solid #ffffff26;border-radius:8px;flex:1;align-items:center;gap:10px;min-width:220px;padding:11px 16px;display:flex}.vp-search input{color:var(--white);background:0 0;border:none;flex:1;font-size:14px}.vp-search input::placeholder{color:#fff6}.vp-search button{color:#ffffff80;background:0 0}.vp-filter-toggle{color:var(--gold);background:#c9a84c26;border:1px solid #c9a84c59;border-radius:8px;align-items:center;gap:8px;padding:11px 20px;font-size:14px;font-weight:600;transition:background .2s;display:flex;position:relative}.vp-filter-toggle:hover{background:#c9a84c40}.vp-filter-count{background:var(--gold);color:var(--navy);border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:11px;font-weight:800;display:flex}.vp-cats{background:var(--navy-light);border-bottom:1px solid #ffffff0f;padding:0}.vp-cat-row{gap:0;display:flex;overflow-x:auto}.vp-cat-btn{color:#ffffff8c;white-space:nowrap;background:0 0;border-bottom:3px solid #0000;padding:14px 22px;font-size:14px;font-weight:500;transition:all .2s}.vp-cat-btn:hover{color:var(--gold)}.vp-cat-btn.active{color:var(--gold);border-bottom-color:var(--gold)}.vp-filters{background:var(--cream-dark);border-bottom:1px solid var(--cream-dark);max-height:0;transition:max-height .3s;overflow:hidden}.vp-filters.open{max-height:160px}.vp-filters__inner{flex-wrap:wrap;align-items:center;gap:14px;padding:16px 0;display:flex}.vp-filters__inner select{border:1.5px solid var(--cream-dark);background:var(--white);color:var(--text);cursor:pointer;border-radius:8px;padding:9px 14px;font-size:14px;transition:border-color .2s}.vp-filters__inner select:focus{border-color:var(--gold)}.vp-clear{color:var(--error);border:1.5px solid var(--error);background:0 0;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:600;display:flex}.vp-chips{flex-wrap:wrap;gap:8px;padding:14px 0;display:flex}.vp-chip{color:var(--gold-dark);background:#c9a84c1f;border:1px solid #c9a84c4d;border-radius:99px;align-items:center;gap:6px;padding:5px 12px;font-size:13px;font-weight:600;display:flex}.vp-chip button{color:var(--gold-dark);cursor:pointer;background:0 0;align-items:center;display:flex}.vp-body{padding-top:24px;padding-bottom:80px}.vp-count{color:var(--text-muted);margin-bottom:20px;font-size:14px}.vp-grid,.vp-skeleton{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.vp-skel-card{background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6 50%,#e5e7eb 75%) 0 0/200%;border-radius:16px;height:420px;animation:1.5s infinite shimmer}.vp-empty{text-align:center;flex-direction:column;align-items:center;gap:14px;padding:80px 0;display:flex}.vp-empty h3{color:var(--navy);font-size:24px}.vp-empty p{color:var(--text-muted)}.vp-loadmore{justify-content:center;padding:32px 0;display:flex}@media (width<=1024px){.vp-grid,.vp-skeleton{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.vp-grid,.vp-skeleton{grid-template-columns:1fr}}.ventures-table-page{background-color:var(--bg);min-height:80vh;padding-bottom:80px}.vt-header{background:var(--bg);padding:40px 0 20px}.vt-header__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.vt-section-label{color:var(--gold);text-transform:uppercase;letter-spacing:1px;margin-bottom:5px;font-size:13px;font-weight:600}.vt-title{color:var(--text);margin:0;font-size:32px;font-weight:700}.vt-search{background:var(--surface);border:1px solid var(--border);border-radius:8px;flex:1;align-items:center;min-width:280px;max-width:400px;padding:0 12px;display:flex;position:relative}.vt-search svg{color:var(--text-muted)}.vt-search input{color:var(--text);background:0 0;border:none;outline:none;flex:1;padding:12px;font-size:15px}.vt-search button{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:4px;display:flex}.vt-search button:hover{color:var(--gold)}.vt-filter-toggle{background:var(--surface);border:1px solid var(--border);color:var(--text);cursor:pointer;border-radius:8px;align-items:center;gap:8px;padding:10px 16px;font-weight:500;transition:all .2s;display:flex}.vt-filter-toggle:hover{border-color:var(--gold);color:var(--gold)}.vt-filter-count{background:var(--gold);color:var(--bg);border-radius:10px;padding:2px 6px;font-size:11px;font-weight:700}.vt-cats{border-bottom:1px solid var(--border);background:var(--bg);z-index:10;position:sticky;top:70px}.vt-cat-row{scrollbar-width:none;gap:20px;display:flex;overflow-x:auto}.vt-cat-row::-webkit-scrollbar{display:none}.vt-cat-btn{color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:15px 0;font-size:15px;font-weight:500;transition:color .2s;position:relative}.vt-cat-btn:hover{color:var(--text)}.vt-cat-btn.active{color:var(--gold);font-weight:600}.vt-cat-btn.active:after{content:"";background:var(--gold);width:100%;height:2px;position:absolute;bottom:-1px;left:0}.vt-filters{background:var(--surface);border-bottom:1px solid var(--border);max-height:0;transition:all .3s;overflow:hidden}.vt-filters.open{max-height:200px;padding:20px 0}.vt-filters__inner{flex-wrap:wrap;gap:15px;display:flex}.vt-filters select{background:var(--bg);border:1px solid var(--border);color:var(--text);border-radius:6px;outline:none;min-width:150px;padding:10px 15px;font-size:14px}.vt-filters select:focus{border-color:var(--gold)}.vt-clear{color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:5px;font-size:14px;display:flex}.vt-clear:hover{color:#f87171}.vt-chips{flex-wrap:wrap;gap:10px;padding:15px 0 0;display:flex}.vt-chip{background:var(--surface-light,#ffffff0d);border:1px solid var(--border);color:var(--text);border-radius:16px;align-items:center;gap:6px;padding:4px 10px;font-size:13px;display:flex}.vt-chip button{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:0;display:flex}.vt-chip button:hover{color:#f87171}.vt-body{margin-top:30px}.vt-meta{margin-bottom:20px}.vt-count{color:var(--text-muted);font-size:14px}.vt-table-wrapper{border:1px solid var(--border);background:var(--surface);border-radius:12px;overflow-x:auto;box-shadow:0 10px 30px #0003}.vt-table{border-collapse:collapse;text-align:left;width:100%;min-width:1000px}.vt-table th{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:#111;border-bottom:1px solid #333;padding:16px 20px;font-size:13px;font-weight:600}.vt-table td{border-bottom:1px solid var(--border);color:var(--text);vertical-align:middle;padding:16px 20px;font-size:14px}.vt-table tbody tr{cursor:pointer;background:var(--surface);transition:background .2s,transform .2s}.vt-table tbody tr:hover{background:#d4af370d}.vt-highway{color:var(--gold);margin-bottom:4px;font-weight:600;display:block}.vt-subloc{color:var(--text-muted);font-size:12px}.vt-highway-none{color:var(--text-muted)}.vt-company{font-weight:500}.vt-name{color:#fff;font-size:15px;font-weight:600}.vt-status{background:var(--surface-light);color:var(--text-muted);border-radius:12px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-block}.vt-status.available{color:#4ade80;background:#16a34a26}.vt-status.upcoming{color:#fbbf24;background:#d9770626}.vt-status.sold{color:#f87171;background:#dc262626}.vt-size{font-family:monospace;font-size:13px}.vt-category{color:var(--text-muted);font-size:13px}.vt-contact{font-size:13px}.vt-action-col,.vt-action-cell{text-align:center}.vt-view-btn{background:var(--gold);color:#000;cursor:pointer;border:none;border-radius:20px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .3s;display:inline-flex}.vt-view-btn:hover{background:#e2bd44;transform:translateY(-1px);box-shadow:0 4px 12px #d4af374d}.vt-empty{text-align:center;background:var(--surface);border:1px dashed var(--border);border-radius:16px;padding:80px 20px}.vt-empty svg{color:var(--gold);margin-bottom:16px}.vt-empty h3{margin:0 0 10px}.vt-empty p{color:var(--text-muted);margin-bottom:20px}.vt-loading{text-align:center;color:var(--text-muted);padding:40px}.vt-loadmore{text-align:center;margin-top:30px}@media (width<=768px){.vt-header__inner{flex-direction:column;align-items:stretch}.vt-search{max-width:none}.vt-title{font-size:26px}.vt-filter-toggle{align-self:flex-start}}.vd-page{background:var(--cream);min-height:100vh;padding-top:68px}@media (width>=900px){.vd-page{padding-top:100px}}.vd-skel{background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6 50%,#e5e7eb 75%) 0 0/200%;animation:1.5s infinite shimmer}.vd-lightbox{z-index:1000;background:#000000f0;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.vd-lb-img-wrap{flex-direction:column;align-items:center;gap:12px;max-width:90vw;max-height:85vh;display:flex}.vd-lb-img-wrap img{object-fit:contain;border-radius:8px;max-width:100%;max-height:80vh}.vd-lb-caption{color:#fff9;text-align:center;font-size:14px}.vd-lb-close{color:#fff;z-index:1;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:absolute;top:20px;right:20px}.vd-lb-arrow{color:#fff;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.vd-lb-arrow:hover{background:var(--gold)}.vd-lb-prev{left:20px}.vd-lb-next{right:20px}.vd-lb-counter{color:#ffffff80;font-size:13px;position:absolute;bottom:20px}.vd-breadcrumb{background:var(--white);border-bottom:1px solid var(--cream-dark);padding:12px 0}.vd-breadcrumb__inner{justify-content:space-between;align-items:center;gap:16px;display:flex}.vd-back{color:var(--text-muted);background:0 0;flex-shrink:0;align-items:center;gap:7px;font-size:14px;transition:color .2s;display:flex}.vd-back:hover{color:var(--gold)}.vd-breadpath{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.vd-breadpath a{color:var(--text-muted)}.vd-breadpath a:hover{color:var(--gold)}.vd-topactions{flex-shrink:0;gap:8px;display:flex}.vd-act{border:1.5px solid var(--cream-dark);background:var(--white);width:36px;height:36px;color:var(--text-muted);border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex}.vd-act:hover,.vd-act.saved{border-color:var(--gold);color:var(--gold)}.vd-hero-static{padding:0 0 24px}@media (width>=900px){.vd-hero-static{margin-top:-32px}}.vd-hero-static__img{aspect-ratio:21/9;object-fit:cover;width:100%;max-height:480px;box-shadow:var(--shadow-md);border-radius:16px;animation:.35s imgFadeIn}@keyframes imgFadeIn{0%{opacity:.4;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.vd-slider__tabs{flex-wrap:wrap;gap:8px;display:flex}.vd-slider__tabs button{color:#fff9;cursor:pointer;background:#ffffff14;border:1px solid #ffffff26;border-radius:99px;align-items:center;gap:5px;padding:6px 14px;font-size:13px;transition:all .2s;display:flex}.vd-slider__tabs button:hover,.vd-slider__tabs button.active{background:var(--gold);border-color:var(--gold);color:var(--navy)}.vd-layout{grid-template-columns:1fr 360px;align-items:start;gap:40px;padding:36px 0 80px;display:grid}.vd-header{background:var(--white);box-shadow:var(--shadow);border-radius:16px;margin-bottom:24px;padding:28px}.vd-venture-code{letter-spacing:2px;color:var(--gold);text-transform:uppercase;margin-bottom:6px;font-size:11px;font-weight:700}.vd-title{color:var(--navy);margin-bottom:6px;font-size:clamp(22px,3vw,34px)}.vd-tagline{color:var(--gold-dark);margin-bottom:14px;font-size:14px;font-weight:600}.vd-meta-row{color:var(--text-muted);flex-wrap:wrap;gap:14px;margin-bottom:16px;font-size:13px;display:flex}.vd-meta-row span{align-items:center;gap:5px;display:flex}.vd-apprec{color:var(--success);background:#dcfce7;border-radius:99px;padding:3px 10px;font-weight:600}.vd-trust-row{flex-wrap:wrap;gap:8px;display:flex}.vd-trust{color:#166534;background:#dcfce7;border-radius:99px;align-items:center;gap:6px;padding:5px 12px;font-size:12px;font-weight:600;display:flex}.vd-trust--blue{color:#1d4ed8;background:#eff6ff}.vd-trust--purple{color:#6d28d9;background:#f5f3ff}.vd-trust--gray{background:var(--cream-dark);color:var(--text-muted)}.vd-section{background:var(--white);box-shadow:var(--shadow);border-radius:16px;margin-bottom:24px;padding:28px}.vd-section h3{color:var(--navy);margin-bottom:20px;font-size:19px}.vd-desc{color:var(--text-muted);font-size:15px;line-height:1.8}.plot-options{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:16px;display:grid}.plot-option{background:var(--cream);border:2px solid var(--cream-dark);text-align:center;cursor:pointer;border-radius:12px;flex-direction:column;gap:4px;padding:16px;transition:all .2s;display:flex}.plot-option:hover{border-color:var(--gold)}.plot-option.active{border-color:var(--gold);background:#fef9ec;transform:translateY(-2px);box-shadow:0 4px 16px #c9a84c33}.po-label{color:var(--navy);font-size:15px;font-weight:700}.po-price{color:var(--gold);font-family:Playfair Display,serif;font-size:20px;font-weight:700}.po-sqyd{color:var(--text-muted);font-size:12px}.plot-option-detail{background:var(--navy);border-radius:12px;grid-template-columns:1fr 1fr;gap:14px;padding:20px;display:grid}.plot-option-detail div{flex-direction:column;gap:3px;display:flex}.plot-option-detail span{color:#ffffff80;text-transform:uppercase;letter-spacing:.5px;font-size:11px}.plot-option-detail strong{color:var(--white);font-size:15px}.pod-total{font-family:Playfair Display,serif;color:var(--gold)!important;font-size:22px!important}.vd-specs{flex-direction:column;display:flex}.vd-spec-row{border-bottom:1px solid var(--cream);justify-content:space-between;align-items:center;padding:11px 0;font-size:14px;display:flex}.vd-spec-row:last-child{border-bottom:none}.vd-spec-row span{color:var(--text-muted)}.vd-spec-row strong{color:var(--text);text-align:right;max-width:60%}.vd-amenities{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.vd-amenity{color:var(--text);background:var(--cream);border-radius:8px;align-items:center;gap:8px;padding:10px 14px;font-size:14px;display:flex}.vd-amenity svg{color:var(--success);flex-shrink:0}.vd-nearby{flex-direction:column;display:flex}.vd-nearby-item{border-bottom:1px solid var(--cream);align-items:center;gap:10px;padding:12px 0;font-size:14px;display:flex}.vd-nearby-item:last-child{border-bottom:none}.vd-nearby-item svg{color:var(--gold);flex-shrink:0}.vd-nearby-item span{flex:1}.vd-nearby-item strong{color:var(--gold);font-size:13px}.vd-photo-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;display:grid}.vd-photo-item{aspect-ratio:4/3;cursor:zoom-in;background:var(--cream-dark);box-shadow:var(--shadow-sm);border:1px solid #0000000d;border-radius:12px;transition:all .3s;position:relative;overflow:hidden}.vd-photo-item:hover{box-shadow:var(--shadow-lg);border-color:var(--gold);transform:translateY(-3px)}.vd-photo-item img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.vd-photo-item:hover img{transform:scale(1.05)}.vd-photo-badge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--gold);letter-spacing:.5px;text-transform:uppercase;background:#0d2d0dd9;border-radius:6px;align-items:center;gap:4px;padding:4px 8px;font-size:10px;font-weight:700;display:flex;position:absolute;top:8px;right:8px}.vd-photo-caption{color:var(--white);white-space:nowrap;text-overflow:ellipsis;background:linear-gradient(#0000,#0d2d0dd9);padding:16px 12px 8px;font-size:12px;font-weight:600;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.vd-related-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.vd-sidebar{flex-direction:column;gap:20px;display:flex;position:sticky;top:120px}.vd-price-card{background:var(--navy);border-radius:16px;padding:24px}.vpc-label{color:#ffffff80;text-transform:uppercase;letter-spacing:1px;margin-bottom:6px;font-size:12px}.vpc-price{color:var(--gold);font-family:Playfair Display,serif;font-size:36px;font-weight:700;line-height:1}.vpc-sqyd{color:#ffffff80;margin-top:4px;font-size:13px}.vd-enquiry{background:var(--white);box-shadow:var(--shadow-lg);border:1.5px solid var(--cream-dark);border-radius:16px;padding:28px}.vd-enquiry h3{color:var(--navy);margin-bottom:6px;font-size:18px}.vd-enquiry>p{color:var(--text-muted);margin-bottom:20px;font-size:13px}.vd-enquiry__form{flex-direction:column;gap:10px;display:flex}.vd-form-err{color:var(--error);background:#fee2e2;border-radius:8px;padding:10px 14px;font-size:13px}.vd-enquiry__form input,.vd-enquiry__form select{border:1.5px solid var(--cream-dark);background:var(--cream);color:var(--text);border-radius:8px;padding:11px 14px;font-size:14px;transition:border-color .2s}.vd-enquiry__form input:focus,.vd-enquiry__form select:focus{border-color:var(--gold);background:var(--white);outline:none}.vd-enquiry__btn{border-radius:10px;justify-content:center;width:100%;padding:13px;font-size:15px;font-weight:700}.vd-enquiry__btn:disabled{opacity:.6;cursor:not-allowed}.vd-call-link{color:var(--text-muted);justify-content:center;align-items:center;gap:7px;margin-top:4px;font-size:13px;text-decoration:none;display:flex}.vd-call-link:hover{color:var(--gold)}.vd-enquiry__success{text-align:center;flex-direction:column;align-items:center;gap:10px;padding:20px;display:flex}.vd-enquiry__success strong{color:var(--navy);font-size:18px}.vd-enquiry__success p{color:var(--text-muted);font-size:13px}.vd-brochure{background:var(--cream-dark);color:var(--navy);border-radius:12px;justify-content:center;align-items:center;gap:10px;padding:14px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.vd-brochure:hover{background:var(--gold);color:var(--navy)}.vd-banks{background:var(--white);border:1.5px solid var(--cream-dark);border-radius:12px;padding:20px}.vd-banks h4{color:var(--navy);margin-bottom:6px;font-size:15px}.vd-banks p{color:var(--text-muted);font-size:13px}@media (width<=1100px){.vd-layout{grid-template-columns:1fr}.vd-sidebar{position:static}}@media (width<=640px){.plot-options{grid-template-columns:1fr 1fr}.vd-amenities,.vd-related-grid{grid-template-columns:1fr}.plot-option-detail{grid-template-columns:1fr 1fr}.vd-slider__main{aspect-ratio:4/3}}.vd-map-btn{background:var(--gold);color:var(--navy);border-radius:8px;align-items:center;gap:7px;padding:8px 16px;font-size:13px;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.vd-map-btn:hover{background:var(--gold-light)}.auth-page{grid-template-columns:1fr 1fr;min-height:100vh;display:grid}.auth-left{background:var(--navy);justify-content:center;align-items:center;padding:60px 48px;display:flex;position:relative;overflow:hidden}.auth-left:before{content:"";background:radial-gradient(circle,#c9a84c1f,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-100px;left:-100px}.auth-left__content{z-index:1;max-width:400px;position:relative}.auth-logo{color:var(--white);margin-bottom:40px;font-family:Playfair Display,serif;font-size:26px;font-weight:700;display:block}.auth-logo span{color:var(--gold);font-size:30px}.auth-left h2{color:var(--white);margin-bottom:32px;font-size:36px;line-height:1.25}.auth-benefits{flex-direction:column;gap:14px;margin-bottom:36px;list-style:none;display:flex}.auth-benefits li{color:#fffc;align-items:center;gap:10px;font-size:15px;display:flex}.auth-zones{flex-wrap:wrap;gap:10px;display:flex}.auth-zone-chip{color:var(--gold);background:#c9a84c26;border:1px solid #c9a84c4d;border-radius:99px;padding:6px 14px;font-size:13px;font-weight:600}.auth-right{background:var(--cream);justify-content:center;align-items:center;padding:60px 48px;display:flex}.auth-card{width:100%;max-width:420px}.auth-tabs{background:var(--cream-dark);border-radius:8px;gap:0;margin-bottom:32px;padding:4px;display:flex}.auth-tabs button{color:var(--text-muted);background:0 0;border-radius:6px;flex:1;padding:10px;font-size:15px;font-weight:600;transition:all .2s}.auth-tabs button.active{background:var(--navy);color:var(--white)}.auth-title{color:var(--navy);margin-bottom:8px;font-size:26px}.auth-sub{color:var(--text-muted);margin-bottom:28px;font-size:14px}.auth-error{color:var(--error);background:#fee2e2;border:1px solid #fecaca;border-radius:8px;margin-bottom:20px;padding:12px 16px;font-size:14px}.auth-fields{flex-direction:column;gap:14px;margin-bottom:24px;display:flex}.auth-field{background:var(--white);border:1.5px solid var(--cream-dark);border-radius:8px;align-items:center;gap:12px;padding:12px 16px;transition:border-color .2s;display:flex}.auth-field:focus-within{border-color:var(--gold)}.auth-field svg{color:var(--text-muted);flex-shrink:0}.auth-field input,.auth-field select{color:var(--text);background:0 0;border:none;flex:1;font-size:15px}.auth-field select{color:var(--text)}.pass-toggle{color:var(--text-muted);background:0 0;display:flex}.auth-submit{background:var(--navy);width:100%;color:var(--white);border-radius:8px;justify-content:center;align-items:center;gap:10px;margin-bottom:20px;padding:14px;font-size:16px;font-weight:600;transition:all .25s;display:flex}.auth-submit:hover:not(:disabled){background:var(--gold);color:var(--navy)}.auth-submit:disabled{opacity:.6;cursor:not-allowed}.auth-switch{text-align:center;color:var(--text-muted);font-size:14px}.auth-switch button{color:var(--gold);background:0 0;font-size:14px;font-weight:600;text-decoration:underline}@media (width<=768px){.auth-page{grid-template-columns:1fr}.auth-left{display:none}.auth-right{padding:40px 24px}}.buyers-page{padding-top:68px}.buyers-hero{background:var(--navy);border-bottom:1px solid #c9a84c33;padding:80px 0 64px}.buyers-plans{grid-template-columns:repeat(3,1fr);align-items:start;gap:28px;padding:60px 0;display:grid}.plan-card{background:var(--white);box-shadow:var(--shadow);border:1.5px solid var(--cream-dark);border-radius:20px;flex-direction:column;gap:28px;padding:36px;transition:transform .2s;display:flex;position:relative}.plan-card:hover{transform:translateY(-4px)}.plan-card--highlight{background:var(--navy);border-color:var(--gold);transform:scale(1.03);box-shadow:0 16px 48px #0d2d0d40}.plan-card--highlight:hover{transform:scale(1.03)translateY(-4px)}.plan-badge{background:var(--gold);color:var(--navy);white-space:nowrap;border-radius:99px;align-items:center;gap:5px;padding:5px 16px;font-size:12px;font-weight:700;display:flex;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.plan-header{flex-direction:column;gap:8px;display:flex}.plan-card h3{color:var(--navy);font-size:22px}.plan-card--highlight h3{color:var(--white)}.plan-price{align-items:baseline;gap:4px;display:flex}.plan-amount{color:var(--gold);font-family:Playfair Display,serif;font-size:36px;font-weight:700}.plan-period{color:var(--text-muted);font-size:14px}.plan-card--highlight .plan-period{color:#ffffff80}.plan-desc{color:var(--text-muted);font-size:14px}.plan-card--highlight .plan-desc{color:#ffffffa6}.plan-features{flex-direction:column;flex:1;gap:12px;list-style:none;display:flex}.plan-features li{color:var(--text);align-items:center;gap:10px;font-size:14px;display:flex}.plan-card--highlight .plan-features li{color:#ffffffd9}.plan-features li.disabled{color:var(--text-muted)}.plan-card--highlight .plan-features li.disabled{color:#ffffff59}.buyers-how{background:var(--cream-dark);padding:80px 0}.buyers-steps{grid-template-columns:repeat(4,1fr);gap:28px;margin-top:52px;display:grid}.buyers-step{text-align:center}.buyers-step__num{color:var(--gold);opacity:.3;margin-bottom:12px;font-family:Playfair Display,serif;font-size:48px;font-weight:900}.buyers-step h4{color:var(--navy);margin-bottom:8px;font-size:18px}.buyers-step p{color:var(--text-muted);font-size:14px}.buyers-faqs{grid-template-columns:1fr 1fr;gap:24px;display:grid}.buyers-faq{background:var(--white);box-shadow:var(--shadow);border-radius:16px;padding:28px}.buyers-faq h4{color:var(--navy);margin-bottom:12px;font-size:16px}.buyers-faq p{color:var(--text-muted);font-size:14px;line-height:1.7}@media (width<=1024px){.buyers-plans{grid-template-columns:1fr}.plan-card--highlight{transform:none}.buyers-steps{grid-template-columns:1fr 1fr}.buyers-faqs{grid-template-columns:1fr}}.how-page{padding-top:68px}.how-hero{background:var(--navy);padding:80px 0 64px}.how-principles{background:var(--white);padding:80px 0}.principles-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.principle-card{background:var(--cream);border:1.5px solid #0000;border-radius:16px;padding:28px;transition:all .25s;position:relative}.principle-card:hover{background:var(--white);border-color:var(--gold);box-shadow:var(--shadow);transform:translateY(-4px)}.principle-icon{margin-bottom:12px;font-size:32px}.principle-num{letter-spacing:2px;color:var(--gold);margin-bottom:8px;font-size:11px;font-weight:700}.principle-card h4{color:var(--navy);margin-bottom:10px;font-size:16px}.principle-card p{color:var(--text-muted);font-size:14px;line-height:1.6}.how-timeline{background:var(--cream);padding:80px 0}.timeline{flex-direction:column;gap:0;max-width:720px;margin:52px auto 0;display:flex}.timeline-item{gap:24px;padding-bottom:40px;display:flex}.timeline-item:last-child{padding-bottom:0}.timeline-marker{flex-direction:column;flex-shrink:0;align-items:center;gap:0;width:24px;display:flex}.timeline-dot{background:var(--gold);border:3px solid var(--white);width:16px;height:16px;box-shadow:0 0 0 2px var(--gold);border-radius:50%;flex-shrink:0}.timeline-marker:after{content:"";background:var(--cream-dark);flex:1;width:2px;margin-top:8px}.timeline-item:last-child .timeline-marker:after{display:none}.timeline-content{padding-top:0}.timeline-day{letter-spacing:2px;text-transform:uppercase;color:var(--gold);margin-bottom:4px;font-size:12px;font-weight:700;display:block}.timeline-content h4{color:var(--navy);margin-bottom:6px;font-size:18px}.timeline-content p{color:var(--text-muted);font-size:14px}.how-cta{background:var(--navy);padding:80px 0}.how-cta__inner{text-align:center}.how-cta h2{color:var(--white);margin-bottom:12px;font-size:36px}.how-cta p{color:#ffffffa6;margin-bottom:36px;font-size:16px}.how-cta__btns{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}@media (width<=900px){.principles-grid{grid-template-columns:1fr 1fr}}@media (width<=600px){.principles-grid{grid-template-columns:1fr}}.insights-page{padding-top:68px}.insights-hero{background:var(--navy);padding:80px 0 64px}.insights-body{padding:60px 0 80px}.insights-featured{margin-bottom:48px}.featured-article{box-shadow:var(--shadow-lg);background:var(--white);border-radius:20px;grid-template-columns:1.2fr 1fr;gap:0;display:grid;overflow:hidden}.featured-article__img{min-height:360px;position:relative}.featured-article__img img{object-fit:cover;width:100%;height:100%}.featured-label{background:var(--gold);color:var(--navy);border-radius:99px;align-items:center;gap:6px;padding:6px 14px;font-size:12px;font-weight:700;display:flex;position:absolute;top:20px;left:20px}.featured-article__body{flex-direction:column;gap:14px;padding:40px;display:flex}.featured-article__body h2{color:var(--navy);font-size:24px;line-height:1.3}.featured-article__body p{color:var(--text-muted);font-size:15px;line-height:1.7}.insights-cats{flex-wrap:wrap;gap:10px;margin-bottom:36px;display:flex}.cat-pill{border:1.5px solid var(--cream-dark);background:var(--white);color:var(--text-muted);border-radius:99px;padding:8px 20px;font-size:14px;font-weight:500;transition:all .2s}.cat-pill:hover{border-color:var(--gold);color:var(--gold)}.cat-pill.active{background:var(--navy);border-color:var(--navy);color:var(--white)}.article-cat{letter-spacing:1.5px;text-transform:uppercase;border-radius:99px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-block}.article-meta{color:var(--text-muted);align-items:center;gap:6px;font-size:13px;display:flex}.insights-grid{grid-template-columns:repeat(3,1fr);gap:28px;margin-bottom:64px;display:grid}.article-card{background:var(--white);box-shadow:var(--shadow);cursor:pointer;border:1.5px solid #0000;border-radius:16px;flex-direction:column;gap:14px;padding:28px;transition:all .25s;display:flex}.article-card:hover{border-color:var(--gold);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.article-card__top{justify-content:space-between;align-items:center;display:flex}.article-card h3{color:var(--navy);flex:1;font-size:18px;line-height:1.35}.article-card p{color:var(--text-muted);flex:1;font-size:14px;line-height:1.7}.article-footer{border-top:1px solid var(--cream);justify-content:space-between;align-items:center;padding-top:12px;display:flex}.article-date{color:var(--text-muted);font-size:12px}.article-read-btn{color:var(--gold);background:0 0;align-items:center;gap:5px;font-size:13px;font-weight:600;display:flex}.insights-newsletter{background:var(--navy);color:var(--white);border-radius:20px;align-items:center;gap:32px;padding:48px;display:flex}.insights-newsletter svg{color:var(--gold);flex-shrink:0}.insights-newsletter h3{margin-bottom:6px;font-size:22px}.insights-newsletter p{color:#ffffffa6;font-size:14px}.newsletter-form{flex-shrink:0;gap:12px;margin-left:auto;display:flex}.newsletter-form input{color:var(--white);background:#ffffff14;border:1px solid #fff3;border-radius:8px;min-width:240px;padding:12px 18px;font-size:15px}.newsletter-form input::placeholder{color:#fff6}@media (width<=1024px){.featured-article{grid-template-columns:1fr}.featured-article__img{min-height:240px}.insights-grid{grid-template-columns:1fr 1fr}.insights-newsletter{flex-direction:column;gap:24px}.newsletter-form{margin-left:0}}@media (width<=600px){.insights-grid{grid-template-columns:1fr}.newsletter-form{flex-direction:column;width:100%}.newsletter-form input{min-width:unset;width:100%}}.dash-page{background:var(--cream);min-height:100vh;padding-top:0;display:flex}.dash-mobile-header,.dash-sidebar-close,.dash-sidebar-overlay{display:none}.dash-sidebar{background:var(--navy);flex-direction:column;flex-shrink:0;width:260px;height:100vh;min-height:100vh;padding:28px 20px;display:flex;position:sticky;top:0;overflow-y:auto}.dash-sidebar__logo{border-bottom:1px solid #c9a84c26;margin-bottom:24px;padding:0 8px 28px}.dash-sidebar__logo a{color:var(--white);font-family:Playfair Display,serif;font-size:22px;font-weight:700}.dash-sidebar__logo span{color:var(--gold);font-size:26px}.dash-profile{background:#ffffff0d;border-radius:12px;align-items:center;gap:12px;margin-bottom:28px;padding:16px;display:flex}.dash-avatar{background:var(--gold);width:40px;height:40px;color:var(--navy);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-family:Playfair Display,serif;font-size:18px;font-weight:700;display:flex}.dash-profile strong{color:var(--white);font-size:14px;display:block}.dash-role{color:var(--gold);text-transform:capitalize;letter-spacing:.5px;font-size:12px}.dash-nav{flex-direction:column;flex:1;gap:4px;display:flex}.dash-nav__item{color:#fff9;text-align:left;background:0 0;border-radius:10px;align-items:center;gap:12px;width:100%;padding:12px 16px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.dash-nav__item:hover{color:var(--white);background:#ffffff12}.dash-nav__item.active{color:var(--gold);background:#c9a84c26}.dash-nav__chevron{margin-left:auto}.dash-logout{color:#fff6;background:0 0;border-top:1px solid #ffffff14;align-items:center;gap:10px;width:100%;margin-top:8px;padding:20px 16px 12px;font-size:14px;transition:color .2s;display:flex}.dash-logout:hover{color:#fca5a5}.dash-main{flex:1;min-width:0;padding:40px 48px;overflow-y:auto}.dash-topbar{justify-content:space-between;align-items:flex-start;margin-bottom:40px;display:flex}.dash-greeting{color:var(--navy);margin-bottom:4px;font-size:28px}.dash-date{color:var(--text-muted);font-size:14px}.dash-stats{grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:40px;display:grid}.dash-stat-card{background:var(--white);box-shadow:var(--shadow);border:1.5px solid var(--cream-dark);border-radius:16px;align-items:center;gap:16px;padding:24px;display:flex}.dash-stat-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.dash-stat-value{color:var(--navy);font-family:Playfair Display,serif;font-size:28px;font-weight:700}.dash-stat-label{color:var(--text-muted);margin-top:2px;font-size:12px}.dash-section{margin-bottom:40px}.dash-section__header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.dash-section__header h3{color:var(--navy);font-size:20px}.dash-section__link{color:var(--gold);font-size:14px;font-weight:600}.dash-zones{flex-direction:column;gap:12px;display:flex}.dash-zone-card{background:var(--white);border:1.5px solid var(--cream-dark);border-radius:12px;justify-content:space-between;align-items:center;padding:16px 20px;transition:all .2s;display:flex}.dash-zone-card:hover{border-color:var(--gold)}.dash-zone-card strong{color:var(--navy);font-size:15px;display:block}.dash-zone-card span{color:var(--text-muted);font-size:13px}.dash-zone-pct{color:var(--success);background:#dcfce7;border-radius:99px;padding:6px 14px;font-size:15px;font-weight:700}.quick-btn{background:var(--white);border:1.5px solid var(--cream-dark);text-align:center;color:var(--text);border-radius:12px;padding:20px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;display:block}.quick-btn:hover{border-color:var(--gold);color:var(--gold);background:#fef9ec}.dash-empty{background:var(--white);text-align:center;box-shadow:var(--shadow);border-radius:16px;flex-direction:column;align-items:center;gap:14px;padding:64px;display:flex}.dash-empty h4{color:var(--navy);font-size:20px}.dash-empty p{color:var(--text-muted);max-width:380px;font-size:15px}.dash-listings-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.settings-form{background:var(--white);box-shadow:var(--shadow);border-radius:16px;flex-direction:column;gap:20px;max-width:600px;padding:36px;display:flex}.settings-group{flex-direction:column;gap:6px;display:flex}.settings-group label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:13px;font-weight:600}.settings-group input{border:1.5px solid var(--cream-dark);background:var(--cream);border-radius:8px;padding:12px 16px;font-size:15px}.settings-group input:focus{border-color:var(--gold);background:var(--white);outline:none}.settings-group input:disabled{opacity:.6;cursor:not-allowed}.settings-hint{color:var(--text-muted);font-size:12px}@media (width<=1200px){.dash-stats,.dash-quick{grid-template-columns:repeat(2,1fr)}.dash-listings-grid{grid-template-columns:1fr 1fr}}@media (width<=768px){.dash-page{flex-direction:column}.dash-mobile-header{background:var(--navy);color:var(--white);justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.dash-mobile-header__logo a{color:var(--white);font-family:Playfair Display,serif;font-size:20px;font-weight:700;text-decoration:none}.dash-mobile-header__logo span{color:var(--gold)}.dash-mobile-header button{color:var(--gold);cursor:pointer;background:0 0;border:none;display:flex}.dash-sidebar-overlay{z-index:99;background:#00000080;display:block;position:fixed;inset:0}.dash-sidebar{z-index:100;width:280px;transition:transform .3s;display:flex;position:fixed;inset:0 auto 0 0;transform:translate(-100%)}.dash-sidebar.open{transform:translate(0)}.dash-sidebar-close{color:#ffffff80;cursor:pointer;background:0 0;border:none;display:block;position:absolute;top:16px;right:16px}.dash-sidebar-close:hover{color:var(--white)}.dash-main{padding:24px}}.dash-sidebar__links{border-top:1px solid #ffffff14;flex-direction:column;gap:4px;margin-top:8px;padding-top:12px;display:flex}.dash-sidebar__links a{color:#ffffff80;font-size:13px}.dash-overview{flex-direction:column;gap:28px;display:flex}.dash-welcome-card{background:var(--navy);border-radius:20px;flex-wrap:wrap;align-items:center;gap:40px;padding:36px;display:flex}.dwc-left{flex:1;min-width:260px}.dwc-left h3{color:var(--white);margin-bottom:10px;font-size:22px}.dwc-left p{color:#fff9;margin-bottom:24px;font-size:15px;line-height:1.7}.dwc-btns{flex-wrap:wrap;gap:12px;display:flex}.dwc-right{flex-wrap:wrap;gap:32px;display:flex}.dwc-stat{text-align:center}.dwc-stat span{color:var(--gold);font-family:Playfair Display,serif;font-size:36px;font-weight:700;display:block}.dwc-stat label{color:#ffffff80;text-transform:uppercase;letter-spacing:.5px;font-size:12px}.dash-section-title{color:var(--navy);font-family:Playfair Display,serif;font-size:18px}.dash-quick{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.quick-card{background:var(--white);border:1.5px solid var(--cream-dark);border-radius:16px;flex-direction:column;gap:8px;padding:24px;text-decoration:none;transition:all .25s;display:flex}.quick-card:hover{border-color:var(--gold);box-shadow:var(--shadow);transform:translateY(-4px)}.quick-card strong{color:var(--navy);font-size:15px}.quick-card span{color:var(--text-muted);font-size:13px}.dash-contact-card{background:var(--white);box-shadow:var(--shadow);border-radius:16px;padding:28px}.dash-contact-card h3{color:var(--navy);margin-bottom:18px;font-size:17px}.dcc-row{flex-wrap:wrap;gap:16px;display:flex}.dcc-item{background:var(--cream);border-radius:12px;flex:1;align-items:center;gap:12px;min-width:180px;padding:14px 18px;text-decoration:none;transition:all .2s;display:flex}.dcc-item:hover{background:#c9a84c1a}.dcc-item div{flex-direction:column;gap:2px;display:flex}.dcc-item span{color:var(--text-muted);text-transform:uppercase;font-size:11px}.dcc-item strong{color:var(--navy);font-size:14px}.dash-empty-state{background:var(--white);text-align:center;box-shadow:var(--shadow);border-radius:20px;flex-direction:column;align-items:center;gap:16px;padding:80px;display:flex}.dash-empty-state h3{color:var(--navy);font-size:22px}.dash-empty-state p{color:var(--text-muted);max-width:380px;line-height:1.7}.dash-settings{background:var(--white);box-shadow:var(--shadow);border-radius:16px;max-width:560px;padding:36px}.dash-settings h3{color:var(--navy);margin-bottom:24px;font-size:20px}@media (width<=900px){.dash-quick{grid-template-columns:1fr 1fr}.dwc-right{gap:20px}}@media (width<=640px){.dash-quick{grid-template-columns:1fr 1fr}.dash-welcome-card{flex-direction:column}}.contact-page{padding-top:68px}.contact-hero{background:var(--navy);padding:80px 0 64px;position:relative;overflow:hidden}.contact-hero:before{content:"";background:radial-gradient(circle,#c9a84c1a 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-200px;right:-150px}.contact-hero__stats{flex-wrap:wrap;justify-content:center;gap:64px;margin-top:52px;display:flex}.contact-hero__stats div{text-align:center}.contact-hero__stats strong{color:var(--gold);margin-bottom:4px;font-family:Playfair Display,serif;font-size:36px;font-weight:700;display:block}.contact-hero__stats span{color:#ffffff8c;font-size:14px}.contact-layout{grid-template-columns:1fr 380px;align-items:start;gap:40px;padding:64px 0 80px;display:grid}.contact-form-card{background:var(--white);box-shadow:var(--shadow-lg);border-radius:20px;padding:44px}.contact-form-header{border-bottom:1px solid var(--cream-dark);align-items:flex-start;gap:16px;margin-bottom:32px;padding-bottom:24px;display:flex}.contact-form-header h3{color:var(--navy);margin-bottom:4px;font-size:22px}.contact-form-header p{color:var(--text-muted);font-size:14px}.contact-fields{flex-direction:column;gap:18px;display:flex}.contact-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.c-field{flex-direction:column;gap:7px;display:flex}.c-field label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.6px;font-size:12px;font-weight:700}.c-field input,.c-field select,.c-field textarea{border:1.5px solid var(--cream-dark);color:var(--text);background:var(--cream);resize:vertical;border-radius:10px;padding:13px 16px;font-size:15px;transition:border-color .2s,background .2s}.c-field input:focus,.c-field select:focus,.c-field textarea:focus{border-color:var(--gold);background:var(--white);outline:none}.contact-submit{border-radius:10px;justify-content:center;width:100%;margin-top:6px;padding:15px;font-size:16px}.contact-submit:disabled{opacity:.6;cursor:not-allowed}.contact-success{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:40px 20px;display:flex}.contact-success h3{color:var(--navy);font-size:26px}.contact-success p{color:var(--text-muted);max-width:340px;font-size:15px}.contact-info-col{flex-direction:column;gap:20px;display:flex}.contact-call-card{background:var(--navy);border-radius:16px;align-items:center;gap:16px;padding:24px;display:flex}.contact-call-card h4{color:var(--white);margin-bottom:3px;font-size:16px}.contact-call-card p{color:#ffffff8c;font-size:13px}.call-btn{white-space:nowrap;margin-left:auto;padding:10px 20px}.contact-office{background:var(--white);box-shadow:var(--shadow);border:1.5px solid var(--cream-dark);border-radius:16px;padding:28px}.contact-office.primary{border-color:var(--gold)}.office-header{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.office-header h4{color:var(--navy);font-size:18px}.office-hq{background:var(--gold);color:var(--navy);letter-spacing:1.5px;text-transform:uppercase;border-radius:99px;padding:3px 10px;font-size:11px;font-weight:700}.office-details{flex-direction:column;gap:12px;display:flex}.office-row{color:var(--text-muted);align-items:flex-start;gap:10px;font-size:14px;display:flex}.office-row svg{color:var(--gold);flex-shrink:0;margin-top:1px}.office-row a{color:var(--navy);font-weight:500}.office-row a:hover{color:var(--gold)}.whatsapp-btn{color:var(--white);background:#25d366;border-radius:12px;justify-content:center;align-items:center;gap:10px;padding:14px;font-size:15px;font-weight:600;text-decoration:none;transition:all .25s;display:flex}.whatsapp-btn:hover{background:#1ebe5d;transform:translateY(-2px);box-shadow:0 6px 20px #25d36659}.contact-map{background:var(--cream-dark);padding:0}.map-placeholder{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);text-align:center;border-radius:20px;flex-direction:column;align-items:center;gap:16px;margin:0 0 80px;padding:80px 40px;display:flex}.map-placeholder h3{color:var(--white);font-size:26px}.map-placeholder p{color:#fff9;max-width:400px;font-size:15px}@media (width<=1024px){.contact-layout,.contact-row{grid-template-columns:1fr}}@media (width<=600px){.contact-form-card{padding:28px 20px}.contact-hero__stats{gap:32px}}.about-page{padding-top:68px}.about-hero{background:var(--navy);text-align:center;padding:100px 0 80px;position:relative;overflow:hidden}.about-hero:before{content:"";background:radial-gradient(at 30% 60%,#c9a84c1a 0%,#0000 55%),radial-gradient(at 80% 20%,#c9a84c12 0%,#0000 50%);position:absolute;inset:0}.about-hero__title{color:var(--white);margin-bottom:24px;font-size:clamp(44px,7vw,80px);font-weight:900;line-height:1.05;position:relative}.about-hero__sub{color:#ffffffa6;max-width:560px;margin:0 auto;font-size:18px;line-height:1.7;position:relative}.about-mission{background:var(--cream);padding:100px 0}.about-mission__inner{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.about-mission__text p{color:var(--text-muted);margin-bottom:16px;font-size:16px;line-height:1.8}.mission-stats{gap:40px;margin-top:36px;display:flex}.mission-stats div{flex-direction:column;gap:4px;display:flex}.mission-stats strong{color:var(--gold);font-family:Playfair Display,serif;font-size:28px;font-weight:700}.mission-stats span{color:var(--text-muted);font-size:13px}.about-mission__visual{justify-content:center;align-items:center;height:360px;display:flex}.mission-card-stack{width:280px;height:300px;position:relative}.mission-card{border-radius:20px;position:absolute}.mission-card--back{background:#c9a84c1a;border:1px solid #c9a84c33;inset:0;transform:rotate(6deg)translateY(8px)}.mission-card--mid{background:#c9a84c33;border:1px solid #c9a84c4d;inset:0;transform:rotate(3deg)translateY(4px)}.mission-card--front{background:var(--navy);flex-direction:column;padding:28px;display:flex;inset:0}.mc-label{letter-spacing:2px;color:#fff6;text-transform:uppercase;margin-bottom:8px;font-size:11px;font-weight:700}.mc-value{color:var(--gold);margin-bottom:4px;font-family:Playfair Display,serif;font-size:56px;font-weight:900;line-height:1}.mc-sub{color:#ffffff73;margin-bottom:20px;font-size:12px}.mc-bar{background:#ffffff1a;border-radius:99px;height:4px;margin-bottom:20px;overflow:hidden}.mc-bar-fill{background:var(--gold);border-radius:99px;height:100%}.mc-zones{align-items:flex-end;gap:8px;height:60px;display:flex}.mc-zone-dot{background:#c9a84c4d;border-radius:4px 4px 0 0;flex:1;transition:background .2s}.mc-zone-dot:last-child{background:var(--gold)}.about-values{background:var(--white);padding:100px 0}.values-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.value-card{background:var(--cream);border:1.5px solid #0000;border-radius:20px;padding:36px 28px;transition:all .3s}.value-card:hover{border-color:var(--gold);background:var(--white);box-shadow:var(--shadow-lg);transform:translateY(-6px)}.value-card__icon{width:56px;height:56px;color:var(--gold);background:#c9a84c1f;border-radius:14px;justify-content:center;align-items:center;margin-bottom:20px;display:flex}.value-card h3{color:var(--navy);margin-bottom:10px;font-size:20px}.value-card p{color:var(--text-muted);font-size:14px;line-height:1.7}.about-milestones{background:var(--cream-dark);padding:100px 0}.milestones-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.milestone-card{background:var(--white);box-shadow:var(--shadow);border-left:4px solid var(--gold);border-radius:16px;padding:28px}.milestone-year{color:var(--gold);margin-bottom:12px;font-family:Playfair Display,serif;font-size:28px;font-weight:900}.milestone-card p{color:var(--text-muted);font-size:14px;line-height:1.7}.about-team{background:var(--white);padding:100px 0}.team-grid{grid-template-columns:repeat(4,1fr);gap:28px;display:grid}.team-card{text-align:center;background:var(--cream);border:1.5px solid #0000;border-radius:20px;padding:36px 24px;transition:all .25s}.team-card:hover{border-color:var(--gold);background:var(--white);box-shadow:var(--shadow)}.team-avatar{background:var(--navy);width:72px;height:72px;color:var(--gold);border:3px solid #c9a84c33;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 16px;font-family:Playfair Display,serif;font-size:24px;font-weight:700;display:flex}.team-card h4{color:var(--navy);margin-bottom:4px;font-size:18px}.team-role{letter-spacing:1px;text-transform:uppercase;color:var(--gold);margin-bottom:14px;font-size:12px;font-weight:600;display:block}.team-card p{color:var(--text-muted);font-size:14px;line-height:1.6}.about-cta{background:var(--navy);padding:100px 0}.about-cta__inner{text-align:center}.about-cta h2{color:var(--white);margin-bottom:14px;font-size:38px}.about-cta p{color:#fff9;max-width:520px;margin:0 auto 40px;font-size:16px}.about-cta__btns{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}@media (width<=1024px){.about-mission__inner{grid-template-columns:1fr}.about-mission__visual{display:none}.values-grid,.milestones-grid,.team-grid{grid-template-columns:1fr 1fr}}@media (width<=600px){.values-grid,.milestones-grid,.team-grid{grid-template-columns:1fr}.mission-stats{flex-direction:column;gap:20px}}.admin-login{background:var(--navy);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.admin-login__card{background:var(--white);text-align:center;width:100%;max-width:400px;box-shadow:var(--shadow-lg);border-radius:20px;flex-direction:column;align-items:center;gap:14px;padding:48px;display:flex}.admin-login__logo{color:var(--navy);font-family:Playfair Display,serif;font-size:28px;font-weight:700}.admin-login__logo span{color:var(--gold);font-size:34px}.admin-login__card h2{color:var(--navy);font-size:24px}.admin-login__card p{color:var(--text-muted);font-size:14px}.admin-err{color:#991b1b;background:#fee2e2;border-radius:8px;width:100%;padding:10px 16px;font-size:14px}.admin-login__card input{border:1.5px solid var(--cream-dark);text-align:center;letter-spacing:3px;border-radius:8px;width:100%;padding:12px 16px;font-size:15px}.admin-login__btn{justify-content:center;width:100%;padding:14px}.admin-login__back{color:var(--text-muted);font-size:14px}.admin-mobile-header,.admin-sidebar-overlay,.admin-sidebar-close{display:none}.admin-page{background:#f1f5f9;min-height:100vh;font-family:DM Sans,sans-serif;display:flex}.admin-sidebar{background:var(--navy);flex-direction:column;flex-shrink:0;width:220px;height:100vh;min-height:100vh;padding:20px 14px;display:flex;position:sticky;top:0;overflow-y:auto}.admin-sidebar__logo{border-bottom:1px solid #c9a84c26;margin-bottom:20px;padding:0 8px 20px}.admin-sidebar__logo a{color:var(--white);font-family:Playfair Display,serif;font-size:20px;font-weight:700}.admin-sidebar__logo span{color:var(--gold)}.admin-nav{flex-direction:column;flex:1;gap:4px;display:flex}.admin-nav__item{color:#fff9;text-align:left;background:0 0;border-radius:9px;align-items:center;gap:10px;width:100%;padding:11px 14px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.admin-nav__item:hover{color:var(--white);background:#ffffff12}.admin-nav__item.active{color:var(--gold);background:#c9a84c26}.admin-sidebar__foot{border-top:1px solid #ffffff14;flex-direction:column;gap:4px;padding-top:14px;display:flex}.admin-main{flex:1;min-width:0;padding:32px 36px;overflow-y:auto}.admin-topbar{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.admin-topbar h2{color:var(--navy);font-size:24px}.admin-stats-grid{grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:32px;display:grid}.admin-stat-card{background:var(--white);border-radius:14px;align-items:center;gap:16px;padding:22px;display:flex;box-shadow:0 2px 12px #0000000f}.asc-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.asc-value{color:var(--navy);font-family:Playfair Display,serif;font-size:26px;font-weight:700}.asc-label{color:var(--text-muted);margin-top:2px;font-size:12px}.admin-table-wrap{background:var(--white);border-radius:14px;overflow:hidden;box-shadow:0 2px 12px #0000000f}.admin-table{border-collapse:collapse;width:100%;font-size:14px}.admin-table th{text-align:left;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid var(--cream-dark);background:#f8fafc;padding:12px 16px;font-size:12px;font-weight:700}.admin-table td{border-bottom:1px solid var(--cream-dark);padding:12px 16px}.admin-table tr:last-child td{border-bottom:none}.admin-table tr:hover td{background:#fafafa}.admin-row-actions{gap:6px;display:flex}.admin-row-actions button{border:1.5px solid var(--cream-dark);background:var(--white);width:30px;height:30px;color:var(--text-muted);border-radius:6px;justify-content:center;align-items:center;transition:all .2s;display:flex}.admin-row-actions button:hover{border-color:var(--gold);color:var(--gold)}.admin-row-actions button.del:hover{border-color:var(--error);color:var(--error)}.admin-status{letter-spacing:.5px;text-transform:uppercase;border-radius:99px;padding:3px 9px;font-size:11px;font-weight:700}.admin-status.active{color:#166534;background:#dcfce7}.admin-status.sold_out{color:#991b1b;background:#fee2e2}.admin-status.upcoming{color:#854d0e;background:#fef9c3}.admin-status.inactive{color:#6b7280;background:#f1f5f9}.admin-cat-badge{color:#1d4ed8;text-transform:uppercase;letter-spacing:.5px;background:#eff6ff;border-radius:99px;padding:3px 9px;font-size:11px;font-weight:700}.admin-recent{background:var(--white);border-radius:14px;padding:24px;box-shadow:0 2px 12px #0000000f}.admin-recent h3{color:var(--navy);margin-bottom:18px;font-size:18px}.venture-form-drawer{background:var(--white);box-shadow:var(--shadow-lg);border:1.5px solid var(--cream-dark);border-radius:16px;margin-bottom:28px;overflow:hidden}.vfd-header{background:var(--navy);color:var(--white);justify-content:space-between;align-items:center;padding:20px 28px;display:flex}.vfd-header h3{color:var(--white);font-size:18px}.vfd-header button{color:var(--white);background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.vfd-body{max-height:80vh;padding:28px;overflow-y:auto}.vfd-field input,.vfd-field select,.vfd-field textarea{border:1.5px solid var(--cream-dark);background:var(--white);color:var(--text);resize:vertical;border-radius:8px;padding:10px 12px;font-size:14px;transition:border-color .2s}.vfd-row-2{grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px;display:grid}.vfd-row-3{grid-template-columns:1fr 1fr 1fr;gap:14px;margin-bottom:14px;display:grid}.vfd-row-4{grid-template-columns:1fr 1fr 1fr auto;align-items:end;gap:12px;margin-bottom:12px;display:grid}.po-add-btn{background:var(--navy);color:var(--gold);white-space:nowrap;border-radius:8px;align-items:center;gap:6px;height:40px;padding:10px 16px;font-size:13px;font-weight:700;display:flex}.img-preview{object-fit:cover;border-radius:10px;width:100%;max-height:200px;margin-top:8px}.gallery-preview-grid{grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px;display:grid}.gp-info{background:var(--cream);color:var(--text-muted);justify-content:space-between;align-items:center;padding:6px 8px;font-size:11px;display:flex}@media (width<=1024px){.admin-stats-grid,.amenity-grid,.gallery-preview-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.admin-page{flex-direction:column}.admin-mobile-header{background:var(--navy);color:var(--white);justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.admin-mobile-header__logo a{color:var(--white);font-family:Playfair Display,serif;font-size:20px;font-weight:700;text-decoration:none}.admin-mobile-header__logo span{color:var(--gold);margin-right:2px}.admin-mobile-header button{color:var(--gold);cursor:pointer;background:0 0;border:none;display:flex}.admin-sidebar-overlay{z-index:99;background:#00000080;display:block;position:fixed;inset:0}.admin-sidebar{z-index:100;width:260px;height:100vh;transition:transform .3s;display:flex;position:fixed;inset:0 auto 0 0;transform:translate(-100%)}.admin-sidebar.open{transform:translate(0)}.admin-sidebar-close{color:#ffffff80;cursor:pointer;background:0 0;border:none;display:block;position:absolute;top:16px;right:16px}.admin-sidebar-close:hover{color:var(--white)}.admin-main{padding:20px}.vfd-row-2,.vfd-row-3,.vfd-row-4{grid-template-columns:1fr}}.admin-profile{background:#ffffff0d;border-radius:10px;align-items:center;gap:10px;margin-bottom:20px;padding:14px;display:flex}.ap-avatar{background:var(--gold);width:36px;height:36px;color:var(--navy);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;font-weight:700;display:flex}.admin-profile strong{color:var(--white);font-size:13px;display:block}.ap-role{letter-spacing:1px;text-transform:uppercase;color:#fff;border-radius:99px;margin-top:3px;padding:2px 8px;font-size:10px;font-weight:700;display:inline-block}.vfd-overlay{z-index:200;background:#00000080;justify-content:flex-end;align-items:flex-start;display:flex;position:fixed;inset:0}.vfd-drawer{background:var(--white);flex-direction:column;width:min(820px,95vw);height:100vh;display:flex;overflow:hidden;box-shadow:-8px 0 40px #0003}.vfd-head{background:var(--navy);flex-shrink:0;justify-content:space-between;align-items:center;padding:18px 24px;display:flex}.vfd-head h3{color:var(--white);font-size:17px}.vfd-head button{color:var(--white);background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.vfd-body{flex:1;padding:20px 24px;overflow-y:auto}.vfd-section{background:var(--cream);border-radius:12px;margin-bottom:18px;padding:18px}.vfd-section h4{color:var(--navy);border-bottom:1px solid var(--cream-dark);margin-bottom:14px;padding-bottom:8px;font-size:14px;font-weight:700}.vfd-r2{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px;display:grid}.vfd-r3{grid-template-columns:1fr 1fr 1fr;gap:12px;margin-bottom:12px;display:grid}.vfd-field{flex-direction:column;gap:5px;display:flex}.vfd-field label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:10px;font-weight:700}.vfd-field input,.vfd-field select,.vfd-field textarea{border:1.5px solid var(--cream-dark);background:var(--white);color:var(--text);resize:vertical;border-radius:8px;padding:9px 12px;font-size:13px}.vfd-field input:focus,.vfd-field select:focus,.vfd-field textarea:focus{border-color:var(--gold);outline:none}.vfd-msg{border-radius:8px;margin-bottom:14px;padding:10px 14px;font-size:13px}.vfd-msg.ok{color:#166534;background:#dcfce7}.vfd-msg.err{color:#991b1b;background:#fee2e2}.vfd-footer{border-top:1px solid var(--cream-dark);justify-content:flex-end;gap:10px;margin-top:20px;padding-top:16px;display:flex}.vfd-save{padding:11px 24px;font-size:14px}.po-add-btn{background:var(--navy);color:var(--gold);white-space:nowrap;border-radius:8px;align-items:center;gap:5px;padding:9px 14px;font-size:12px;font-weight:700;display:inline-flex}.po-list{flex-direction:column;gap:6px;margin-top:8px;display:flex}.po-item{background:var(--white);border:1px solid var(--cream-dark);border-radius:7px;align-items:center;gap:8px;padding:8px 12px;font-size:12px;display:flex}.po-item strong{color:var(--navy)}.po-item span{color:var(--text-muted);flex:1}.po-item button{color:var(--error);background:0 0;display:flex}.amenity-grid{grid-template-columns:repeat(3,1fr);gap:6px;display:grid}.amenity-chip{background:var(--white);border:1.5px solid var(--cream-dark);color:var(--text);cursor:pointer;border-radius:7px;align-items:center;gap:5px;padding:7px 10px;font-size:12px;transition:all .2s;display:flex}.amenity-chip:hover{border-color:var(--gold)}.amenity-chip.active{border-color:var(--gold);color:var(--gold-dark);background:#fef9ec;font-weight:600}.img-upload-box{border:2px dashed var(--cream-dark);cursor:pointer;text-align:center;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:140px;padding:32px;transition:all .2s;display:flex}.img-upload-box:hover{border-color:var(--gold);background:#c9a84c08}.img-upload-box span{color:var(--navy);font-size:14px;font-weight:600}.img-upload-box small{color:var(--text-muted);font-size:12px}.img-upload-preview{object-fit:cover;border-radius:8px;width:100%;max-height:180px}.gallery-add-btn{border:1.5px dashed var(--gold);color:var(--gold-dark);cursor:pointer;background:#c9a84c1a;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;padding:10px 20px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.gallery-add-btn:hover{background:#c9a84c33}.gallery-preview-grid{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.gp-item{border:1.5px solid var(--cream-dark);border-radius:8px;overflow:hidden}.gp-item img{object-fit:cover;width:100%;height:72px}.gp-info{background:var(--cream);justify-content:space-between;align-items:center;padding:4px 6px;display:flex}.gp-info span{color:var(--text-muted);font-size:10px}.gp-info button{color:var(--error);background:0 0;display:flex}.logo-upload-box{border:2px dashed var(--cream-dark);cursor:pointer;text-align:center;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-width:200px;min-height:100px;padding:20px 32px;transition:all .2s;display:flex}.logo-upload-box:hover{border-color:var(--gold)}.logo-upload-box span{color:var(--navy);font-size:13px;font-weight:600}.logo-upload-box small{color:var(--text-muted);font-size:11px}.spin{animation:1s linear infinite spin}@media (width<=768px){.vfd-r2,.vfd-r3{grid-template-columns:1fr}.amenity-grid,.gallery-preview-grid{grid-template-columns:repeat(2,1fr)}.vfd-drawer{width:100vw}}.banner-list{flex-direction:column;gap:14px;display:flex}.banner-item{background:var(--white);border:1.5px solid var(--cream-dark);border-radius:14px;align-items:center;gap:16px;padding:16px;display:flex;box-shadow:0 2px 10px #0000000f}.banner-item__img{border-radius:8px;flex-shrink:0;width:160px;height:90px;position:relative;overflow:hidden}.banner-item__img img{object-fit:cover;width:100%;height:100%}.banner-item__order{color:#fff;background:#0009;border-radius:4px;padding:2px 8px;font-size:11px;font-weight:700;position:absolute;top:6px;left:6px}.banner-item__info{flex-direction:column;flex:1;gap:4px;display:flex}.banner-item__info strong{color:var(--navy);font-size:15px}.banner-item__info span{color:var(--text-muted);font-size:13px}.banner-item__meta{flex-wrap:wrap;align-items:center;gap:10px;margin-top:4px;display:flex}.banner-item__meta span{color:var(--text-muted);font-size:12px}.banner-item__actions{flex-direction:column;flex-shrink:0;gap:8px;display:flex}.banner-toggle{background:var(--cream);border:1.5px solid var(--cream-dark);color:var(--text);cursor:pointer;border-radius:8px;padding:6px 14px;font-size:12px;font-weight:600;transition:all .2s}.banner-toggle:hover{border-color:var(--gold);color:var(--gold)}.banner-item__actions .del{color:var(--error);cursor:pointer;background:0 0;border:1.5px solid #fee2e2;border-radius:8px;justify-content:center;align-items:center;padding:6px;display:flex}.banner-item__actions .del:hover{background:#fee2e2}@media (width<=600px){.banner-item{flex-direction:column;align-items:flex-start}.banner-item__img{width:100%;height:140px}}.plot-map{background:#1a2535;border-radius:16px;width:100%;height:600px;font-family:DM Sans,sans-serif;position:relative;overflow:hidden}.plot-map--loading{color:#fff9;flex-direction:column;justify-content:center;align-items:center;gap:16px;font-size:14px;display:flex}.pm-canvas{width:100%;height:100%}.pm-spinner{border:3px solid #c9a84c33;border-top-color:var(--gold);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}.pm-toolbar{z-index:10;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex;position:absolute;top:12px;left:12px;right:12px}.pm-toolbar__left{flex-wrap:wrap;gap:6px;display:flex}.pm-toolbar__right{gap:6px;display:flex}.pm-filter-pill{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fffc;cursor:pointer;white-space:nowrap;background:#0d2d0dd9;border:1.5px solid #ffffff26;border-radius:99px;align-items:center;gap:5px;padding:5px 12px;font-size:12px;font-weight:600;transition:all .2s;display:flex}.pm-filter-pill:hover{border-color:var(--gold);color:var(--gold)}.pm-filter-pill.active{border-color:var(--gold);color:var(--gold);background:#c9a84c33}.pm-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px;display:inline-block}.pm-tool-btn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fffc;cursor:pointer;background:#0d2d0dd9;border:1.5px solid #ffffff26;border-radius:8px;align-items:center;gap:6px;padding:5px 12px;font-size:12px;font-weight:600;transition:all .2s;display:flex}.pm-tool-btn:hover{border-color:var(--gold);color:var(--gold)}.pm-zoom-ctrl{z-index:10;flex-direction:column;gap:4px;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.pm-zoom-ctrl button{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:36px;height:36px;color:var(--white);cursor:pointer;background:#0d2d0de6;border:1.5px solid #ffffff26;border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex}.pm-zoom-ctrl button:hover{border-color:var(--gold);color:var(--gold)}.pm-legend{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:10;background:#0d2d0deb;border:1px solid #ffffff1f;border-radius:12px;min-width:170px;padding:14px 16px;position:absolute;bottom:24px;left:12px}.pm-legend__title{color:var(--gold);text-transform:uppercase;letter-spacing:1px;margin-bottom:10px;font-size:11px;font-weight:700}.pm-legend__item{color:#ffffffbf;align-items:center;gap:8px;margin-bottom:7px;font-size:12px;display:flex}.pm-legend__item:last-child{margin-bottom:0}.pm-legend__swatch{border-radius:3px;flex-shrink:0;width:20px;height:14px}.pm-legend__count{color:var(--white);background:#ffffff14;border-radius:99px;margin-left:auto;padding:1px 7px;font-size:12px;font-weight:700}.pm-legend__divider{background:#ffffff1a;height:1px;margin:8px 0}.pm-legend__total span:first-child{color:#ffffffe6;font-weight:600}.pm-tooltip{z-index:15;white-space:nowrap;background:#0d2d0df2;border:1px solid #c9a84c4d;border-radius:10px;align-items:center;gap:12px;padding:10px 16px;animation:.15s fadeUp;display:flex;position:absolute;bottom:80px;left:50%;transform:translate(-50%)}.pm-tooltip strong{color:var(--white);font-size:14px}.pm-tooltip span{color:#fff9;font-size:12px}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.pm-info-panel{background:var(--white);z-index:20;border-radius:16px;width:300px;animation:.2s panelSlide;position:absolute;top:60px;right:60px;overflow:hidden;box-shadow:0 8px 40px #00000059}@keyframes panelSlide{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.pm-info-panel__head{background:var(--cream);border-bottom:3px solid;justify-content:space-between;align-items:flex-start;padding:16px 16px 12px;display:flex}.pm-info-panel__num{color:var(--navy);font-family:Playfair Display,serif;font-size:22px;font-weight:900}.pm-info-panel__status{letter-spacing:.8px;text-transform:uppercase;border-radius:99px;margin-top:4px;padding:3px 10px;font-size:11px;font-weight:700;display:inline-block}.pm-info-panel__close{color:var(--text-muted);cursor:pointer;background:#00000014;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex}.pm-info-panel__close:hover{color:var(--error);background:#fee2e2}.pm-info-panel__body{max-height:420px;padding:14px 16px;overflow-y:auto}.pm-info-table{border-collapse:collapse;width:100%;margin-bottom:12px;font-size:13px}.pm-info-table td{border-bottom:1px solid var(--cream);padding:7px 0}.pm-info-table td:first-child{color:var(--text-muted);width:40%}.pm-info-table td:last-child{text-align:right}.pm-info-table tr:last-child td{border-bottom:none}.pm-row-highlight td:last-child strong{color:var(--gold);font-family:Playfair Display,serif;font-size:15px}.pm-info-note{color:var(--text-muted);background:var(--cream);border-radius:8px;margin-bottom:10px;padding:8px 12px;font-size:12px;line-height:1.5}.pm-info-alert{border-radius:8px;margin-bottom:10px;padding:9px 12px;font-size:12px}.pm-info-alert--orange{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa}.pm-info-alert--green{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.pm-info-alert--purple{color:#5b21b6;background:#f5f3ff;border:1px solid #ddd6fe}.pm-info-edit{border-top:1px solid var(--cream-dark);padding-top:12px}.pm-info-edit label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:11px;font-weight:700;display:block}.pm-status-select{flex-wrap:wrap;gap:6px;margin-bottom:10px;display:flex}.pm-status-opt{background:var(--cream);border:1.5px solid var(--cream-dark);color:var(--text);cursor:pointer;border-radius:99px;align-items:center;gap:5px;padding:5px 10px;font-size:11px;font-weight:600;transition:all .15s;display:flex}.pm-status-opt:hover{border-color:var(--gold)}.pm-save-btn{justify-content:center;width:100%;padding:10px;font-size:13px}.pm-save-btn:disabled{opacity:.5;cursor:not-allowed}.pm-enquire-btn{background:var(--navy);width:100%;color:var(--gold);border-radius:10px;justify-content:center;align-items:center;gap:8px;margin-top:8px;padding:11px;font-size:13px;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.pm-enquire-btn:hover{background:var(--gold);color:var(--navy)}.pm-key-notice{color:#78350f;z-index:10;white-space:nowrap;background:#fbbf24e6;border-radius:8px;align-items:center;gap:10px;padding:7px 14px;font-size:12px;display:flex;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.pm-key-notice code{background:#0000001a;border-radius:4px;padding:1px 6px}.pm-key-notice a{color:#78350f;font-weight:700;text-decoration:underline}@media (width<=640px){.plot-map{height:480px}.pm-info-panel{border-radius:16px 16px 0 0;width:100%;max-height:70%;inset:auto 0 0}.pm-legend{display:none}.pm-toolbar{top:8px;left:8px;right:8px}}.pmp-page{background:var(--cream);min-height:100vh;padding-top:100px}@media (width<=899px){.pmp-page{padding-top:68px}}.pmp-loading{min-height:60vh;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}.pmp-spinner{border:3px solid var(--cream-dark);border-top-color:var(--gold);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}.pmp-header{background:var(--navy);border-bottom:1px solid #c9a84c26;padding:20px 0}.pmp-header__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;display:flex}.pmp-header__left{flex-direction:column;gap:8px;display:flex}.pmp-back{color:#ffffff8c;align-items:center;gap:6px;font-size:13px;transition:color .2s;display:flex}.pmp-back:hover{color:var(--gold)}.pmp-title{color:var(--white);align-items:center;gap:10px;font-family:Playfair Display,serif;font-size:clamp(18px,3vw,26px);display:flex}.pmp-title svg{color:var(--gold);flex-shrink:0}.pmp-meta{color:#ffffff8c;flex-wrap:wrap;gap:14px;margin-top:4px;font-size:13px;display:flex}.pmp-meta span{align-items:center;gap:5px;display:flex}.pmp-counts{flex-wrap:wrap;gap:16px;display:flex}.pmp-count-item{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:10px;align-items:center;gap:8px;padding:10px 14px;display:flex}.pmp-count-dot{border-radius:50%;flex-shrink:0;width:12px;height:12px}.pmp-count-item div{flex-direction:column;gap:1px;display:flex}.pmp-count-item strong{color:var(--white);font-family:Playfair Display,serif;font-size:18px;line-height:1}.pmp-count-item span{color:#ffffff73;text-transform:uppercase;letter-spacing:.5px;font-size:10px}.pmp-count-total{border-color:#c9a84c4d}.pmp-count-total strong{color:var(--gold)}.pmp-map-wrap{padding-top:28px;padding-bottom:40px}.pmp-map-wrap .plot-map{height:65vh;min-height:500px}.pmp-error{background:var(--white);text-align:center;box-shadow:var(--shadow);border-radius:20px;flex-direction:column;align-items:center;gap:14px;padding:60px;display:flex}.pmp-error h3{color:var(--navy);font-size:22px}.pmp-error p{color:var(--text-muted)}.pmp-venture-strip{padding-bottom:60px}.pmp-venture-card{background:var(--white);box-shadow:var(--shadow);border-radius:16px;flex-wrap:wrap;align-items:center;gap:20px;padding:24px;display:flex}.pmp-vc-img{object-fit:cover;border-radius:10px;flex-shrink:0;width:100px;height:72px}.pmp-vc-info{flex:1;min-width:200px}.pmp-vc-info h3{color:var(--navy);margin-bottom:4px;font-size:18px}.pmp-vc-info p{color:var(--text-muted);font-size:13px}.pmp-vc-price{flex-wrap:wrap;gap:16px;margin-top:8px;display:flex}.pmp-vc-price span{color:var(--gold);font-size:13px;font-weight:600}.pmp-vc-actions{flex-wrap:wrap;gap:10px;display:flex}.apm-page{background:#f1f5f9;min-height:100vh;font-family:DM Sans,sans-serif}.apm-loading{color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}.apm-header{background:var(--navy);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:20px 28px;display:flex}.apm-header__left{flex-direction:column;gap:4px;display:flex}.apm-header__left h2{color:var(--white);font-family:Playfair Display,serif;font-size:20px}.apm-sub{color:#ffffff80;align-items:center;gap:5px;font-size:13px;display:flex}.apm-header__actions{gap:10px;display:flex}.apm-view-btn{align-items:center;gap:6px;padding:9px 16px;font-size:13px;display:flex}.apm-tabs{background:var(--white);border-bottom:2px solid var(--cream-dark);gap:0;padding:0 24px;display:flex;overflow-x:auto}.apm-tab{color:var(--text-muted);white-space:nowrap;background:0 0;border-bottom:3px solid #0000;margin-bottom:-2px;padding:14px 20px;font-size:14px;font-weight:600;transition:all .2s}.apm-tab:hover{color:var(--navy)}.apm-tab.active{color:var(--navy);border-bottom-color:var(--gold)}.apm-body{max-width:1400px;padding:28px}.apm-map-wrap .plot-map{height:70vh;min-height:500px;box-shadow:var(--shadow-lg);border-radius:16px}.apm-no-map{background:var(--white);text-align:center;box-shadow:var(--shadow);border-radius:20px;flex-direction:column;align-items:center;gap:16px;padding:80px;display:flex}.apm-no-map h3{color:var(--navy);font-size:22px}.apm-no-map p{color:var(--text-muted);max-width:400px;line-height:1.7}.apm-plots-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.apm-plots-header h3{color:var(--navy);font-size:20px}.apm-export-btn{align-items:center;gap:6px;padding:9px 16px;font-size:13px;display:flex}.apm-status-strip{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.apm-status-chip{border:1px solid;border-radius:99px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:600;display:flex}.apm-table-wrap{background:var(--white);box-shadow:var(--shadow);border-radius:14px;overflow:hidden}.apm-table{border-collapse:collapse;width:100%;font-size:13px}.apm-table th{text-align:left;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid var(--cream-dark);background:#f8fafc;padding:10px 14px;font-size:11px;font-weight:700}.apm-table td{border-bottom:1px solid var(--cream-dark);padding:10px 14px}.apm-table tr:last-child td{border-bottom:none}.apm-table tr:hover td{background:#fafafa}.apm-status-badge{letter-spacing:.5px;text-transform:uppercase;border-radius:99px;padding:3px 9px;font-size:11px;font-weight:700}.apm-row-actions{gap:6px;display:flex}.apm-row-actions button{border:1.5px solid var(--cream-dark);background:var(--white);width:28px;height:28px;color:var(--text-muted);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;transition:all .2s;display:flex}.apm-row-actions button:hover{border-color:var(--gold);color:var(--gold)}.apm-row-actions button.del:hover{border-color:var(--error);color:var(--error)}.apm-empty{text-align:center;color:var(--text-muted);padding:40px;font-size:14px}.apm-config-tab{background:var(--white);max-width:720px;box-shadow:var(--shadow);border-radius:16px;padding:32px}.apm-config-tab h3{color:var(--navy);margin-bottom:6px;font-size:20px}.apm-config-sub{color:var(--text-muted);margin-bottom:24px;font-size:14px;line-height:1.6}.apm-config-form{flex-direction:column;gap:18px;display:flex}.apm-config-tip{background:var(--cream);border-left:4px solid var(--gold);border-radius:12px;padding:20px}.apm-config-tip h4{color:var(--navy);margin-bottom:10px;font-size:14px}.apm-config-tip ol{flex-direction:column;gap:6px;padding-left:18px;display:flex}.apm-config-tip li{color:var(--text-muted);font-size:13px;line-height:1.5}.apm-config-tip a{color:var(--gold);font-weight:600}.apm-bulk-tab h3{color:var(--navy);margin-bottom:6px;font-size:20px}.apm-bulk-tab>p{color:var(--text-muted);margin-bottom:20px;font-size:14px}.apm-bulk-toolbar{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:24px;display:flex}.apm-status-select{border:1.5px solid var(--cream-dark);background:var(--white);border-radius:8px;min-width:200px;padding:10px 14px;font-size:14px}.apm-bulk-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:10px;display:grid}.apm-bulk-plot{text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none;border:2px solid;border-radius:10px;padding:12px;transition:all .2s;position:relative}.apm-bulk-plot:hover,.apm-bulk-plot.selected{transform:scale(1.04)}.abp-num{color:var(--navy);font-size:14px;font-weight:700}.abp-status{margin-top:3px;font-size:11px}.abp-area{color:var(--text-muted);margin-top:2px;font-size:11px}.abp-check{font-size:14px;font-weight:900;position:absolute;top:4px;right:6px}.apm-form-overlay{z-index:200;background:#00000073;justify-content:flex-end;align-items:flex-start;display:flex;position:fixed;inset:0}.apm-form-panel{background:var(--white);flex-direction:column;width:min(560px,95vw);height:100vh;display:flex;overflow:hidden;box-shadow:-8px 0 40px #0003}.apm-form-head{background:var(--navy);flex-shrink:0;justify-content:space-between;align-items:center;padding:18px 24px;display:flex}.apm-form-head h3{color:var(--white);font-size:17px}.apm-form-head button{color:var(--white);cursor:pointer;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.apm-form-body{flex-direction:column;flex:1;gap:14px;padding:20px 24px;display:flex;overflow-y:auto}.apm-field{flex-direction:column;gap:5px;display:flex}.apm-field label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:10px;font-weight:700}.apm-field input,.apm-field select,.apm-field textarea{border:1.5px solid var(--cream-dark);background:var(--cream);color:var(--text);border-radius:8px;padding:9px 12px;font-size:13px;transition:border-color .2s}.apm-field input:focus,.apm-field select:focus,.apm-field textarea:focus{border-color:var(--gold);background:var(--white);outline:none}.apm-field small{color:var(--text-muted);font-size:11px;line-height:1.4}.apm-field--coord{grid-column:1/-1}.apm-coord-textarea{resize:vertical;min-height:140px;font-family:monospace;font-size:12px;line-height:1.5}.apm-form-footer{border-top:1px solid var(--cream-dark);flex-shrink:0;justify-content:flex-end;gap:10px;padding-top:16px;display:flex}.apm-msg{border-radius:8px;margin-bottom:8px;padding:10px 14px;font-size:13px}.apm-msg.ok{color:#166534;background:#dcfce7}.apm-msg.err{color:#991b1b;background:#fee2e2}.apm-field-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}@media (width<=600px){.apm-field-row{grid-template-columns:1fr}.apm-form-panel{width:100vw}}.notfound{background:var(--cream);justify-content:center;align-items:center;min-height:100vh;padding:40px 24px;display:flex}.notfound__inner{text-align:center;max-width:500px}.notfound__num{color:#0000;-webkit-text-stroke:2px var(--gold);letter-spacing:-4px;margin-bottom:16px;font-family:Playfair Display,serif;font-size:clamp(96px,20vw,160px);font-weight:900;line-height:1}.notfound__inner h1{color:var(--navy);margin-bottom:12px;font-size:32px}.notfound__inner p{color:var(--text-muted);margin-bottom:36px;font-size:16px}.notfound__btns{flex-wrap:wrap;justify-content:center;gap:14px;margin-bottom:32px;display:flex}.notfound__links{color:var(--text-muted);flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;font-size:14px;display:flex}.notfound__links a{color:var(--gold);font-weight:600}.notfound__links a:hover{text-decoration:underline}:root{--gold:#c9a84c;--gold-light:#e4c47a;--gold-dark:#9a7a32;--navy:#0d2d0d;--navy-mid:#163d16;--navy-light:#1e5c1e;--cream:#f8f4ee;--cream-dark:#ede8df;--text:#2c2c2c;--text-muted:#6b7280;--white:#fff;--success:#16a34a;--error:#dc2626;--radius:12px;--shadow:0 4px 24px #00000014;--shadow-lg:0 12px 48px #00000026}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--text);font-family:DM Sans,sans-serif;line-height:1.6}h1,h2,h3,h4{font-family:Playfair Display,serif;line-height:1.2}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;outline:none;font-family:DM Sans,sans-serif}input,select,textarea{outline:none;font-family:DM Sans,sans-serif}.container{max-width:1280px;margin:0 auto;padding:0 24px}.btn-gold{background:var(--gold);color:var(--navy);border-radius:6px;align-items:center;gap:8px;padding:12px 28px;font-size:15px;font-weight:600;transition:all .25s;display:inline-flex}.btn-gold:hover{background:var(--gold-light);transform:translateY(-1px);box-shadow:0 6px 20px #c9a84c66}.btn-outline{border:1.5px solid var(--gold);color:var(--gold);background:0 0;border-radius:6px;padding:11px 28px;font-size:15px;font-weight:600;transition:all .25s}.btn-outline:hover{background:var(--gold);color:var(--navy)}.section-label{letter-spacing:3px;text-transform:uppercase;color:var(--gold);margin-bottom:12px;font-size:12px;font-weight:600}.section-title{color:var(--navy);margin-bottom:16px;font-size:clamp(28px,4vw,44px)}.section-subtitle{color:var(--text-muted);max-width:560px;font-size:17px}.tag-verified{color:var(--success);letter-spacing:1px;background:#dcfce7;border-radius:99px;padding:3px 10px;font-size:11px;font-weight:600}.fade-up{animation:.6s forwards fadeUp}@media (width<=768px){.container{padding:0 16px}.section-title{font-size:26px}.hide-mobile{display:none!important}}.scroll-top{background:var(--navy);width:40px;height:40px;color:var(--gold);border:1.5px solid var(--gold);cursor:pointer;z-index:99;opacity:0;pointer-events:none;box-shadow:var(--shadow);border-radius:50%;justify-content:center;align-items:center;transition:opacity .3s,transform .3s;display:flex;position:fixed;bottom:90px;right:20px}.scroll-top.visible{opacity:1;pointer-events:all}.scroll-top:hover{transform:translateY(-3px)}img{max-width:100%;display:block}:focus-visible{outline:2px solid var(--gold);outline-offset:3px;border-radius:4px}.page-enter{animation:.4s fadeUp}@media (width<=768px){main,.footer{padding-bottom:72px}}.scroll-top{background:var(--navy);width:44px;height:44px;color:var(--gold);opacity:0;pointer-events:none;z-index:90;border:1.5px solid #c9a84c4d;border-radius:50%;justify-content:center;align-items:center;transition:opacity .3s,transform .3s;display:flex;position:fixed;bottom:88px;right:24px;transform:translateY(16px);box-shadow:0 4px 20px #00000040}.scroll-top.visible{opacity:1;pointer-events:all;transform:translateY(0)}.scroll-top:hover{background:var(--gold);color:var(--navy)}@media (width>=769px){.scroll-top{bottom:32px}}.reveal{opacity:0;transition:opacity .65s cubic-bezier(.4,0,.2,1),transform .65s cubic-bezier(.4,0,.2,1);transform:translateY(28px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-left{opacity:0;transition:opacity .65s,transform .65s;transform:translate(-32px)}.reveal-left.visible{opacity:1;transform:translate(0)}.reveal-right{opacity:0;transition:opacity .65s,transform .65s;transform:translate(32px)}.reveal-right.visible{opacity:1;transform:translate(0)}.reveal-scale{opacity:0;transition:opacity .6s,transform .6s;transform:scale(.94)}.reveal-scale.visible{opacity:1;transform:scale(1)}.reveal-d1{transition-delay:50ms}.reveal-d2{transition-delay:.12s}.reveal-d3{transition-delay:.19s}.reveal-d4{transition-delay:.26s}.reveal-d5{transition-delay:.33s}.reveal-d6{transition-delay:.4s}.reveal-d7{transition-delay:.47s}.reveal-d8{transition-delay:.54s}
