:root{--navy:#233654;--accent:#f29c38;--white:#fff;--mid:#4f5e76;--light:#e7e9ec;--muted:#9099a8;--surface:hsla(0,0%,100%,.04);--surface-strong:hsla(0,0%,100%,.06);--bg:radial-gradient(circle at 12% 18%,rgba(242,156,56,.18),transparent 38%),radial-gradient(circle at 82% 12%,rgba(79,94,118,.18),transparent 38%),linear-gradient(180deg,#121c2b,#17263c 65%,#1b2a45);--shadow:0 18px 48px rgba(0,0,0,.35);--radius:14px;--anchor-offset:184px;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--anchor-offset)}body{margin:0;font-family:Space Grotesk,Inter,Segoe UI,system-ui,sans-serif;background:#f5f6fa;color:var(--navy);min-height:100vh}a{color:inherit;text-decoration:none}main{max-width:1200px;margin:0 auto;padding:120px 24px 96px}.properties-main{padding-top:48px}.section{margin-bottom:96px}footer[id],section[id]{scroll-margin-top:var(--anchor-offset)}.section-header{display:flex;justify-content:space-between;align-items:flex-end;gap:20px}.section-title{margin:0 0 6px;font-size:clamp(28px,4vw,36px);line-height:1.1}.section-sub{margin:0;color:var(--muted);max-width:720px;line-height:1.5}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 18px;border-radius:var(--radius);border:1px solid transparent;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.btn-primary{background:#233654;color:#fff;box-shadow:0 12px 32px rgba(35,54,84,.35)}.btn-gold{background:linear-gradient(135deg,#f2b544,#f29c38);color:#1b2435;border-color:rgba(242,156,56,.6);box-shadow:0 12px 32px rgba(242,156,56,.35);font-weight:800}.btn-gold:hover{background:linear-gradient(135deg,#f5c45a,#f2a84b)}.btn-gold:hover,.btn-primary:hover{transform:translateY(-1px)}.btn-whatsapp{background:#25d366;color:#fff;border-color:#25d366;box-shadow:0 12px 32px rgba(37,211,102,.35)}.btn-whatsapp:hover{transform:translateY(-1px);background:#1ebe5b;border-color:#1ebe5b}.btn-ghost{border-color:hsla(0,0%,100%,.14);color:var(--white);background:hsla(0,0%,100%,.04)}.badge{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:12px;background:hsla(0,0%,100%,.08);color:var(--accent);font-weight:700;letter-spacing:.2px}.grid{display:grid;grid-gap:16px;gap:16px}.card{background:#fff;color:var(--navy);border:1px solid rgba(0,0,0,.08);border-radius:var(--radius);padding:18px;box-shadow:0 12px 30px rgba(0,0,0,.25)}.card-ghosty{background:rgba(0,0,0,.02);border:1px dashed rgba(0,0,0,.08)}.row{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.pill{padding:8px 12px;border-radius:999px;background:hsla(0,0%,100%,.08);color:var(--muted);font-weight:600;font-size:13px}.kpi{display:grid;grid-gap:4px;gap:4px}.kpi strong{font-size:22px}.navbar{position:fixed;top:0;left:0;right:0;z-index:20;display:grid;grid-template-columns:auto 1fr auto;padding:14px 24px;background:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.06)}.nav-logo,.navbar{align-items:center}.nav-logo{display:flex;gap:8px;font-weight:800}.logo-img{height:64px;width:auto;object-fit:contain;display:block}.logo-mark{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(135deg,#233654,#4f5e76);font-weight:800}.nav-links{display:flex;gap:12px;justify-content:center}.nav-links a{padding:10px 14px;border-radius:10px;color:var(--navy)}.nav-links a:hover{background:rgba(0,0,0,.04);color:var(--navy)}.nav-cta{display:flex;gap:10px}.navbar .btn-ghost{border-color:rgba(0,0,0,.12);color:var(--navy);background:rgba(0,0,0,.04)}.hero{display:grid;grid-template-columns:minmax(320px,1fr) minmax(420px,1.05fr);grid-gap:24px;gap:24px;align-items:stretch;margin-top:16px}.hero-media{display:grid;grid-gap:14px;gap:14px}.hero-media img,.map-embed{border-radius:18px;box-shadow:var(--shadow)}.map-embed{overflow:hidden;border:1px solid rgba(0,0,0,.08);height:260px}.map-embed iframe{width:100%;height:100%;border:0}.wa-float-btn{position:fixed;bottom:28px;right:28px;z-index:9999;display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:#25d366;color:#fff;box-shadow:0 6px 24px rgba(37,211,102,.45);transition:transform .18s ease,box-shadow .18s ease}.wa-float-btn:hover{transform:translateY(-3px) scale(1.06);box-shadow:0 10px 32px rgba(37,211,102,.55)}.ad-slot{display:flex;align-items:center;justify-content:center;width:100%;border-radius:var(--radius);overflow:hidden;background:transparent}.ad-slot,.ad-slot-banner{min-height:90px}.ad-slot-rect{min-height:250px}.hero-media-grid{display:grid;grid-template-columns:1fr;grid-gap:14px;gap:14px}.hero-main-img{height:280px}.hero-main-img img{width:100%;height:100%;object-fit:cover;border-radius:14px;box-shadow:var(--shadow)}.hero-thumb-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.hero-thumb{height:100px}.hero-thumb img{border-radius:12px}.hero-thumb img,.media-img img,.media-map iframe{width:100%;height:100%;object-fit:cover;box-shadow:var(--shadow)}.media-img img,.media-map iframe{border-radius:14px}.media-img{height:240px}.media-map{height:130px}.dev-holder{display:grid;grid-gap:12px;gap:12px;padding:16px;box-shadow:0 12px 34px rgba(0,0,0,.24)}.dev-title{margin:0;font-size:22px;font-weight:800;color:var(--navy)}.hero-search{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:10px;gap:10px}.search-holder{margin-top:12px;padding:14px;background:linear-gradient(135deg,#fff,#f5f7fb);border:1px solid rgba(35,54,84,.12);box-shadow:0 12px 26px rgba(0,0,0,.16);border-radius:16px}.search-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:8px;margin-bottom:10px;border-bottom:1px solid rgba(35,54,84,.12);gap:10px}.search-header strong,.search-title{color:var(--navy);font-size:18px}.search-title{font-weight:800}.search-badges{gap:8px;flex-wrap:wrap}.pill-soft{background:rgba(35,54,84,.08);color:var(--navy);border:1px solid rgba(35,54,84,.16)}.input{width:100%;padding:10px 12px;border-radius:12px;border:1px solid rgba(35,54,84,.16);background:#fff;color:var(--navy);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.45)}.search-holder .input,.search-holder .select{border:1px solid rgba(35,54,84,.22);background:hsla(0,0%,100%,.9);transition:border-color .2s ease,box-shadow .2s ease}.search-holder .input:focus,.search-holder .select:focus{border-color:rgba(35,54,84,.42);box-shadow:0 0 0 3px rgba(35,54,84,.08);outline:none}.search-holder .input::placeholder{color:rgba(35,54,84,.65)}.field{display:grid;grid-gap:6px;gap:6px}.field label{font-weight:700;font-size:12px;letter-spacing:.2px;color:rgba(35,54,84,.82)}.field.action{align-self:end}.search-holder .btn-primary{width:100%;height:100%;min-height:46px;font-weight:800}.select{width:100%;padding:10px 12px;border-radius:12px;border:1px solid rgba(35,54,84,.16);background:#fff;color:var(--navy);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.45)}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:16px;gap:16px}.process-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;align-items:center;padding:14px 16px;border-radius:14px;border:1px solid rgba(35,54,84,.12);background:linear-gradient(90deg,rgba(35,54,84,.05),rgba(242,156,56,.08))}.process-strip span{font-size:14px;color:var(--navy);font-weight:700}.process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px;align-items:stretch}.process-card{display:flex;flex-direction:column;gap:10px;padding:18px;border:1px solid rgba(35,54,84,.12);border-radius:16px;box-shadow:0 14px 30px rgba(20,30,48,.08)}.process-card-head{display:flex;justify-content:space-between;align-items:center;gap:8px}.process-number{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:#233654;color:#fff;font-weight:800;letter-spacing:.3px}.process-card h3{margin:0;color:var(--navy);font-size:19px;line-height:1.25}.process-copy{margin:0;color:var(--mid);line-height:1.5}.process-card ul{margin:2px 0 0;padding-left:18px;color:var(--mid);display:grid;grid-gap:6px;gap:6px}.process-card li{line-height:1.45}.service-grid{display:grid;grid-gap:18px;gap:18px;align-items:stretch}.service-grid-home{grid-template-columns:repeat(4,minmax(0,1fr))}.service-card{display:flex;flex-direction:column;gap:12px;padding:18px;border-radius:16px;border:1px solid rgba(35,54,84,.12);box-shadow:0 14px 30px rgba(20,30,48,.08);transition:transform .2s ease,box-shadow .2s ease}.service-card:hover{transform:translateY(-3px);box-shadow:0 18px 36px rgba(20,30,48,.14)}.service-body{display:grid;grid-gap:10px;gap:10px}.service-card h3{margin:0;font-size:20px;line-height:1.2;color:var(--navy)}.service-summary{margin:0;color:var(--mid);line-height:1.5}.service-card ul{margin:0;padding-left:18px;color:var(--mid);display:grid;grid-gap:8px;gap:8px}.service-card li{line-height:1.5}.service-media{position:relative;height:190px;border-radius:14px;overflow:hidden;border:1px solid rgba(35,54,84,.14);background:linear-gradient(135deg,rgba(35,54,84,.08),hsla(0,0%,100%,.95)),repeating-linear-gradient(45deg,rgba(35,54,84,.04),rgba(35,54,84,.04) 10px,rgba(242,156,56,.06) 0,rgba(242,156,56,.06) 20px)}.service-image-trigger{width:100%;padding:0;border:0;background:transparent;cursor:zoom-in}.service-media img{width:100%;height:100%;object-fit:cover;display:block}.service-actions{display:grid;grid-template-columns:1fr;grid-gap:8px;gap:8px;margin-top:auto}.service-actions .btn{width:100%;min-height:44px;font-size:14px}.property-card{position:relative;display:grid;grid-gap:12px;gap:12px;padding:0;overflow:hidden;border-radius:16px;background:#fff;color:var(--navy);border:1px solid rgba(0,0,0,.08);box-shadow:0 12px 30px rgba(0,0,0,.18);transition:transform .2s ease,box-shadow .2s ease,border .2s ease}.property-card>:not(.property-img){padding-inline:14px}.property-card>:last-child{padding-bottom:14px}.property-card:hover{transform:translateY(-4px);border-color:rgba(35,54,84,.25);box-shadow:0 16px 32px rgba(0,0,0,.24)}.property-card:hover .property-img img{transform:scale(1.04)}.property-meta{justify-content:space-between}.property-meta-label{font-weight:800;color:var(--navy)}.property-img{border-radius:12px;overflow:hidden;position:relative;height:220px;background:#0f1826}.property-card .property-img{border-radius:0;height:270px}.property-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}.badge-tag{left:10px;background:rgba(35,54,84,.85);color:#fff}.badge-status,.badge-tag{position:absolute;top:10px;padding:6px 10px;border-radius:10px;font-weight:700;font-size:12px}.badge-status{right:10px;background:var(--accent);color:#1b2435}.specs{display:flex;flex-wrap:wrap;gap:8px;color:var(--muted);font-size:13px}.slider{display:grid;grid-auto-flow:column;grid-gap:14px;gap:14px;overflow-x:auto;padding-bottom:6px;scroll-snap-type:x mandatory}.slider .card{min-width:260px;scroll-snap-align:start}.map-block{border-radius:16px;overflow:hidden;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.04);min-height:240px;display:grid;place-items:center;color:var(--muted);position:relative;isolation:isolate}.about-hero{padding:12px}.about-layout{display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px;align-items:stretch}.about-image-wrap{position:relative;height:210px;border-radius:14px;overflow:hidden;border:1px solid rgba(35,54,84,.12);box-shadow:0 14px 30px rgba(0,0,0,.16)}.about-image{width:100%;height:100%;object-fit:cover;object-position:center 52%;display:block}.about-image-overlay{position:absolute;left:12px;right:12px;bottom:12px;padding:10px 12px;border-radius:12px;border:1px solid hsla(0,0%,100%,.26);background:linear-gradient(180deg,rgba(11,18,30,.45),rgba(11,18,30,.68));color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.about-image-overlay p{margin:0;font-size:12px;letter-spacing:.3px;opacity:.88}.about-image-overlay strong{display:block;margin-top:2px;font-size:20px}.about-story{display:grid;align-content:start;grid-gap:10px;gap:10px;padding:10px;border:1px solid rgba(35,54,84,.12);background:radial-gradient(circle at 82% 10%,rgba(242,156,56,.16),transparent 35%),linear-gradient(155deg,hsla(0,0%,100%,.98),rgba(244,247,252,.96))}.about-story-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.about-story-tab{width:100%;border:1px solid rgba(35,54,84,.18);background:rgba(35,54,84,.04);color:var(--navy);border-radius:12px;padding:10px;font-weight:800;letter-spacing:.2px;cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease}.about-story-tab:hover{transform:translateY(-1px);border-color:rgba(35,54,84,.32);background:rgba(35,54,84,.07)}.about-story-tab.is-active{border-color:rgba(242,156,56,.55);background:linear-gradient(135deg,rgba(242,181,68,.22),rgba(242,156,56,.18));box-shadow:0 8px 20px rgba(242,156,56,.22)}.about-story-panel{min-height:132px;padding:12px;border-radius:14px;border:1px solid rgba(35,54,84,.14);background:#fff;display:grid;align-content:start;grid-gap:10px;gap:10px;animation:about-panel-in .28s ease}.about-story-panel .tagline{margin:0;line-height:1.65;color:#5c6880}@keyframes about-panel-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.about-title{margin:0;color:var(--navy);font-size:22px;line-height:1.1;letter-spacing:.2px}.about-values-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:2px}.about-values-row .pill{padding:7px 11px;border:1px solid rgba(35,54,84,.16);background:rgba(35,54,84,.05);color:var(--navy);font-size:12px;font-weight:700;letter-spacing:.2px}.footer{border-top:1px solid rgba(0,0,0,.08);background:#fff;color:var(--navy);padding:32px 24px 48px;margin-top:60px}.footer-brand{display:grid;grid-gap:10px;gap:10px}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:16px;gap:16px}.footer-actions{justify-content:flex-start}.footer-links{display:grid;grid-gap:8px;gap:8px}.footer-links a{font-weight:600}.form{display:grid;grid-gap:12px;gap:12px}.form input,.form select,.form textarea{width:100%;padding:12px 14px;border-radius:12px;border:1px solid rgba(35,54,84,.16);background:#f7f9fc;color:var(--navy);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.45)}.form input:focus,.form select:focus,.form textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(242,156,56,.25)}.form textarea{resize:vertical}.contact-card{display:grid;grid-template-columns:minmax(320px,1fr) minmax(320px,1fr);grid-gap:18px;gap:18px;align-items:start}.contact-left,.contact-right{display:grid;grid-gap:14px;gap:14px}.contact-panel{padding:14px;border-radius:14px;background:linear-gradient(135deg,rgba(35,54,84,.08),hsla(0,0%,100%,.9));border:1px solid rgba(35,54,84,.1);box-shadow:0 10px 26px rgba(0,0,0,.12)}.contact-meta{display:grid;grid-gap:6px;gap:6px;color:var(--navy);font-weight:600}.table{width:100%;border-collapse:collapse;color:var(--muted);font-size:14px}.table td,.table th{padding:10px 8px;border-bottom:1px solid hsla(0,0%,100%,.08);text-align:left}.table th{color:var(--white)}.tagline{color:var(--muted)}.footer .tagline{color:var(--mid)}.footer a{color:var(--navy)}.property-detail-page{display:grid;grid-gap:18px;gap:18px;padding-top:56px}.property-detail-back-row{margin-bottom:4px}.property-detail-back-btn{color:var(--accent);border-color:rgba(242,156,56,.4);background:rgba(242,156,56,.08)}.property-detail-header{margin-bottom:4px}.property-detail-header-actions{gap:8px;align-items:center;flex-wrap:wrap}.btn-copy-link{width:48px;height:48px;padding:0;border-radius:12px;border-color:rgba(35,54,84,.25);background:rgba(35,54,84,.07);color:var(--navy)}.btn-copy-link svg{width:28px;height:28px}.btn-copy-link.is-copied{border-color:rgba(37,211,102,.55);background:rgba(37,211,102,.12);color:#0c7434}.property-detail-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(0,1fr);grid-gap:18px;gap:18px;align-items:start}.property-detail-main,.property-detail-side{display:grid;grid-gap:16px;gap:16px}.property-detail-hero-card{display:grid;grid-gap:12px;gap:12px}.property-detail-hero{height:360px}.property-detail-badges{gap:8px;flex-wrap:wrap}.property-detail-gallery-card{display:grid;grid-gap:12px;gap:12px}.property-detail-section-head{justify-content:space-between;align-items:baseline}.property-detail-gallery-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.property-detail-gallery-item{height:180px}.property-image-trigger{width:100%;padding:0;border:0;background:transparent;cursor:zoom-in}.property-image-trigger .property-img{transition:transform .22s ease,box-shadow .22s ease}.property-image-trigger:hover .property-img{transform:translateY(-2px);box-shadow:0 16px 36px rgba(0,0,0,.24)}.property-lightbox{position:fixed;inset:0;z-index:10000;background:rgba(9,13,22,.84);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:16px;gap:16px;padding:24px}body.lightbox-open .leaflet-control-container{visibility:hidden}.property-lightbox-media{max-width:min(1100px,calc(100vw - 180px));max-height:min(86vh,920px);justify-self:center;width:100%;display:grid;place-items:center}.property-lightbox-media img{width:auto;max-width:100%;max-height:86vh;object-fit:contain;border-radius:14px;box-shadow:0 24px 48px rgba(0,0,0,.5)}.property-lightbox-arrow,.property-lightbox-close{border:1px solid hsla(0,0%,100%,.22);color:#fff;background:rgba(11,20,34,.68);cursor:pointer;transition:transform .16s ease,background .16s ease}.property-lightbox-arrow:hover,.property-lightbox-close:hover{transform:translateY(-1px);background:rgba(11,20,34,.86)}.property-lightbox-close{position:absolute;top:18px;right:18px;width:42px;height:42px;border-radius:999px;font-size:28px;line-height:1}.property-lightbox-arrow{width:52px;height:52px;border-radius:999px;font-size:40px;line-height:1;display:inline-flex;align-items:center;justify-content:center}.property-lightbox-arrow-prev{justify-self:end}.property-lightbox-arrow-next{justify-self:start}.property-detail-description-card{display:grid;grid-gap:8px;gap:8px}.property-detail-info-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.property-detail-list{margin:10px 0 0;padding-left:18px;display:grid;grid-gap:8px;gap:8px;color:var(--mid)}.property-detail-price-card{display:grid;grid-gap:12px;gap:12px;position:static}.property-detail-price-card h2{margin:0;font-size:clamp(26px,3.4vw,34px);line-height:1.1;color:var(--navy)}.property-detail-spec-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:10px;gap:10px}.property-detail-spec-item{display:grid;grid-gap:4px;gap:4px;padding:10px;border-radius:12px;background:rgba(35,54,84,.04);border:1px solid rgba(35,54,84,.1)}.property-detail-spec-item small{color:var(--mid);font-weight:600}.property-detail-spec-item strong{color:var(--navy)}.property-detail-contact-card,.property-detail-location-card,.property-detail-plan-card{display:grid;grid-gap:10px;gap:10px}.property-detail-area-map-wrap{border-radius:12px;overflow:hidden;border:1px solid rgba(0,0,0,.08);box-shadow:0 6px 20px rgba(0,0,0,.12)}@media (max-width:980px){.property-detail-layout{grid-template-columns:1fr}.property-detail-price-card{position:static}.property-detail-hero{height:300px}.property-lightbox{grid-template-columns:1fr;justify-items:center;gap:10px;padding:14px}.property-lightbox-media{max-width:calc(100vw - 28px)}.property-lightbox-arrow{position:absolute;top:50%;width:46px;height:46px;font-size:34px}.property-lightbox-arrow,.property-lightbox-arrow:hover{transform:translateY(-50%)}.property-lightbox-arrow-prev{left:8px}.property-lightbox-arrow-next{right:8px}.property-detail-page{padding-top:40px}}@media (max-width:900px){:root{--anchor-offset:190px}.navbar{grid-template-columns:1fr;gap:10px}main{padding-top:128px}.section-header{flex-direction:column;align-items:flex-start}.slider{grid-auto-flow:row;overflow:visible}.hero{gap:18px}.hero,.hero-media-grid{grid-template-columns:1fr}.hero-main-img{height:240px}.hero-thumb{height:90px}.contact-card{grid-template-columns:1fr}.properties-main{padding-top:40px}.property-card .property-img{height:232px}.about-layout{grid-template-columns:1fr}.about-image-wrap{height:160px}.about-story-tabs{grid-template-columns:1fr;gap:8px}.about-story-panel{min-height:0}.about-image{object-position:center}.service-media{height:170px}.process-strip{grid-template-columns:1fr}.process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:1200px){.service-grid-home{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.process-grid,.service-grid-home{grid-template-columns:1fr}}