@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";*{box-sizing:border-box}.property-detail-page{font-family:Poppins,sans-serif;background:#f9fafb;color:#2f4350}.property-detail-page a{color:inherit;text-decoration:none}.property-detail-page button,.property-detail-page input,.property-detail-page textarea{font:inherit}.property-detail-page button{cursor:pointer}.pd-container{width:min(100% - 32px,1280px);margin:0 auto}.pd-icon{display:inline-block;flex:0 0 auto}.pd-breadcrumb{background:#fff;border-bottom:1px solid #e5e7eb}.pd-breadcrumb nav{min-height:42px;display:flex;align-items:center;gap:8px;color:#9ca3af}.pd-breadcrumb a,.pd-breadcrumb span{font-size:12px;font-weight:500}.pd-breadcrumb a{color:#1b84c6}.pd-breadcrumb span{color:#2f4350;font-weight:600}.pd-main{padding:32px 0 0}.pd-gallery{position:relative}.pd-gallery__grid{height:560px;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);gap:8px;overflow:hidden;border-radius:16px}.pd-gallery__item{position:relative;overflow:hidden;padding:0;border:0;background:#e5e7eb}.pd-gallery__item:after{content:"";position:absolute;inset:0;background:#0000;transition:background .3s ease}.pd-gallery__item:hover:after{background:#0000002e}.pd-gallery__item img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .5s ease}.pd-gallery__item:hover img{transform:scale(1.05)}.pd-gallery__item--main{grid-column:span 2;grid-row:span 2}.pd-gallery__empty{min-height:480px;border:1px solid #d0e8f5;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#1b84c6;text-align:center;background:radial-gradient(circle at 25% 20%,rgba(27,132,198,.14),transparent 28%),radial-gradient(circle at 76% 72%,rgba(47,67,80,.12),transparent 30%),linear-gradient(135deg,#eef7fd,#f8fafc)}.pd-gallery__empty strong{max-width:520px;color:#2f4350;font-size:clamp(20px,3vw,30px);line-height:1.3}.pd-gallery__empty small{color:#6b7280;font-size:14px}.pd-gallery__all{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#fff;background:#1b84c6b8}.pd-gallery__all strong{font-size:13px;font-weight:600}.pd-gallery__all small{color:#ffffffd9;font-size:11px;font-weight:500}.pd-gallery__actions{position:absolute;top:16px;right:16px;z-index:4;display:flex;gap:8px}.pd-round-btn{width:40px;height:40px;border:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#2f4350;background:#fff;box-shadow:0 8px 20px -14px #00000073;transition:color .2s ease,transform .2s ease}.pd-round-btn:hover{transform:translateY(-1px)}.pd-round-btn.is-active{color:#1b84c6}.pd-round-btn.is-active svg{fill:currentColor}.pd-content-grid{margin-top:32px;display:grid;grid-template-columns:minmax(0,2fr) minmax(320px,1fr);align-items:start;gap:32px}.pd-title-block{margin-bottom:16px}.pd-title-block span{display:inline-block;margin-bottom:12px;padding:5px 12px;border-radius:999px;color:#1b84c6;background:#ebf5fb;font-size:12px;font-weight:700;letter-spacing:.05em}.pd-title-block h1{margin:0;color:#2f4350;font-size:30px;line-height:1.3;font-weight:700}.pd-location-line{display:flex;align-items:center;gap:8px;color:#1b84c6}.pd-location-line span{color:#6b7280;font-size:14px;font-weight:500}.pd-muted{margin:8px 0 20px;color:#9ca3af;font-size:13px}.pd-price-card{margin-bottom:16px;padding:20px 24px;border:1px solid #e5e7eb;border-radius:16px;background:#fff;box-shadow:0 1px 8px #0000000d}.pd-price-card small{display:block;margin-bottom:4px;color:#9ca3af;font-size:12px;font-weight:500}.pd-price-card>strong{display:block;color:#1b84c6;font-size:36px;font-weight:800}.pd-price-card div{margin-top:12px;display:flex;flex-wrap:wrap;gap:16px}.pd-price-card span{color:#6b7280;font-size:13px}.pd-price-card p{width:fit-content;margin:16px 0 0;padding:6px 12px;border-radius:8px;display:flex;align-items:center;gap:6px;color:#6b7280;background:#f3f4f6;font-size:12px;font-weight:500}.pd-features{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.pd-features article{min-height:132px;padding:20px 12px;border:1px solid #e5e7eb;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#1b84c6;background:#fff;box-shadow:0 1px 4px #0000000d;transition:transform .2s ease,box-shadow .2s ease}.pd-features article:hover{transform:translateY(-2px);box-shadow:0 10px 20px -18px #00000059}.pd-features strong{color:#2f4350;font-size:18px;font-weight:700}.pd-features span{color:#6b7280;font-size:12px;font-weight:500}.pd-section{margin-top:40px}.pd-section h2{width:fit-content;margin:0 0 24px;padding-bottom:12px;border-bottom:2px solid #1b84c6;color:#2f4350;font-size:22px;font-weight:700}.pd-card{padding:24px;border:1px solid #e5e7eb;border-radius:16px;background:#fff}.pd-card p{margin:0;color:#4b5563;font-size:15px;line-height:1.85}.pd-card p+p{margin-top:16px}.pd-card__note{margin-top:20px;padding-top:16px;border-top:1px solid #f3f4f6;display:flex;align-items:center;gap:12px;color:#1b84c6;font-size:14px;font-weight:600}.pd-chip-grid,.pd-infra-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.pd-chip-grid span{min-height:50px;padding:12px 16px;border:1px solid #d0e8f5;border-radius:12px;display:flex;align-items:center;gap:10px;color:#2f4350;background:#f0f7fd;font-size:13px;font-weight:500}.pd-chip-grid svg{color:#1b84c6}.pd-infra-grid span{min-height:64px;padding:14px 16px;border:1px solid #e5e7eb;border-radius:12px;display:flex;align-items:center;gap:12px;color:#2f4350;background:#fff;font-size:13px;font-weight:500}.pd-infra-grid i{width:36px;height:36px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;color:#1b84c6;background:#ebf5fb}.pd-location-title{display:flex;align-items:center;gap:8px;color:#1b84c6}.pd-location-title strong{color:#2f4350;font-size:15px}.pd-section__lead{margin:12px 0 16px;color:#6b7280;font-size:14px;line-height:1.7}.pd-map{position:relative;height:320px;overflow:hidden;border:1px solid #d0e8f5;border-radius:16px;background:repeating-linear-gradient(0deg,transparent,transparent 39px,rgba(176,200,216,.6) 39px,rgba(176,200,216,.6) 40px),repeating-linear-gradient(90deg,transparent,transparent 59px,rgba(176,200,216,.6) 59px,rgba(176,200,216,.6) 60px),#e8f0fe}.pd-map__pin{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center}.pd-map__pin span{width:56px;height:56px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:#1b84c6;box-shadow:0 12px 30px -18px #00000080}.pd-map__pin strong{padding:8px 16px;border-radius:999px;color:#2f4350;background:#fff;font-size:13px;font-weight:600;box-shadow:0 8px 20px -18px #00000080}.pd-map__pin small{color:#6b7280;font-size:11px}.pd-map>a{position:absolute;right:16px;bottom:16px;padding:10px 20px;border-radius:999px;color:#fff;background:#1b84c6;font-size:13px;font-weight:600;box-shadow:0 8px 20px -14px #00000073}.pd-photo-detail{margin-top:56px}.pd-photo-detail__header{margin-bottom:32px;text-align:center}.pd-photo-detail__header h2,.pd-similar__header h2,.pd-search-cta h2{margin:0;color:#2f4350;font-size:26px;font-weight:700}.pd-photo-detail__header p,.pd-similar__header p{margin:8px 0 0;color:#6b7280;font-size:14px}.pd-photo-detail__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.pd-photo-detail__grid button{position:relative;height:200px;overflow:hidden;padding:0;border:0;border-radius:16px;background:#e5e7eb}.pd-photo-detail__grid button.is-tall{height:280px}.pd-photo-detail__grid img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .5s ease}.pd-photo-detail__grid button:hover img{transform:scale(1.1)}.pd-photo-detail__grid button:after{content:"";position:absolute;inset:0;opacity:0;background:linear-gradient(to top,rgba(27,132,198,.72),transparent);transition:opacity .3s ease}.pd-photo-detail__grid button:hover:after{opacity:1}.pd-photo-detail__grid span{position:absolute;left:12px;right:12px;bottom:12px;z-index:2;color:#fff;font-size:13px;font-weight:600;text-align:left;opacity:0;transform:translateY(8px);transition:opacity .3s ease,transform .3s ease}.pd-photo-detail__grid button:hover span{opacity:1;transform:translateY(0)}.pd-financing{margin-top:56px;padding:32px;border:1px solid #c5e3f5;border-radius:16px;display:flex;align-items:center;gap:24px;background:linear-gradient(135deg,#ebf5fb,#ddeef9)}.pd-financing>span{width:56px;height:56px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:#1b84c6}.pd-financing h3{margin:0;color:#2f4350;font-size:18px;font-weight:700}.pd-financing p{margin:6px 0 0;color:#4b5563;font-size:14px}.pd-financing button{margin-left:auto;padding:12px 24px;border:0;border-radius:12px;display:inline-flex;align-items:center;gap:8px;color:#fff;background:#1b84c6;font-size:14px;font-weight:700}.pd-share{margin-top:40px;padding:32px 0;border-top:1px solid #e5e7eb;display:flex;flex-wrap:wrap;align-items:center;gap:12px}.pd-share h3{margin:0 4px 0 0;color:#2f4350;font-size:15px;font-weight:600}.pd-share a,.pd-share button{min-height:36px;padding:8px 16px;border-radius:999px;display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;transition:transform .2s ease,box-shadow .2s ease}.pd-share a{color:#fff;background:var(--share-bg)}.pd-share button{border:1.5px solid #e5e7eb;color:#2f4350;background:#fff}.pd-share .is-copied{color:#1b84c6;background:#f0f7fd}.pd-sidebar{position:sticky;top:104px}.pd-contact-card{overflow:hidden;border:1px solid #e5e7eb;border-radius:16px;background:#fff;box-shadow:0 18px 48px -32px #263f508c}.pd-contact-card header{padding:24px 24px 16px;color:#fff;background:linear-gradient(135deg,#1b84c6,#2f4350)}.pd-contact-card h3{margin:0;font-size:18px;font-weight:700}.pd-contact-card header p{margin:6px 0 0;color:#ffffffd9;font-size:13px;line-height:1.6}.pd-agent{padding:16px 24px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;gap:16px;background:#f8fafc}.pd-agent>img{width:64px;height:64px;border-radius:999px;object-fit:cover;object-position:center;border:2px solid #fff;box-shadow:0 8px 18px -14px #263f50cc;flex:0 0 64px}.pd-agent strong,.pd-agent small,.pd-agent em{display:block}.pd-agent strong{color:#2f4350;font-size:16px}.pd-agent small{color:#1b84c6;font-size:12px;font-weight:600}.pd-agent em{color:#6b7280;font-size:11px;font-style:normal}.pd-contact-card__actions,.pd-contact-form{padding:16px 24px;display:flex;flex-direction:column;gap:12px}.pd-contact-card__actions a,.pd-contact-card__actions button,.pd-submit{width:100%;min-height:48px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:700}.pd-contact-card__actions a{color:#fff;background:#25d366}.pd-contact-card__actions button{border:1.5px solid #1b84c6;color:#1b84c6;background:transparent}.pd-divider{padding:0 24px}.pd-divider:before{content:"";display:block;height:1px;background:#e5e7eb;transform:translateY(10px)}.pd-divider span{position:relative;z-index:1;display:block;width:fit-content;margin:0 auto;padding:0 12px;color:#9ca3af;background:#fff;font-size:12px}.pd-contact-form input,.pd-contact-form textarea{width:100%;border:1.5px solid #e5e7eb;border-radius:12px;outline:0;padding:12px 16px;color:#2f4350;background:#f9fafb;font-size:14px}.pd-contact-form textarea{resize:none}.pd-contact-alert{border-radius:12px;padding:12px 14px;font-size:13px;font-weight:700;line-height:1.45}.pd-contact-alert--success{color:#166534;background:#dcfce7}.pd-contact-alert--error{color:#991b1b;background:#fee2e2}.pd-honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.pd-preferences p{margin:0 0 8px;color:#6b7280;font-size:12px}.pd-preferences div{display:flex;gap:8px}.pd-preferences button{flex:1;min-height:38px;border:1.5px solid #e5e7eb;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:6px;color:#6b7280;background:#fff;font-size:12px;font-weight:600}.pd-preferences button.is-active{border-color:#1b84c6;color:#1b84c6;background:#ebf5fb}.pd-submit{border:0;color:#fff;background:#1b84c6}.pd-submit.is-submitted{background:#15803d}.pd-secure-note{margin:0;padding:0 24px 20px;color:#9ca3af;font-size:11px;text-align:center}.pd-similar{margin-top:64px;padding:56px 0;background:#f8fafc}.pd-similar__header{margin-bottom:32px;display:flex;align-items:center;justify-content:space-between;gap:24px}.pd-similar__header a{display:inline-flex;align-items:center;gap:4px;color:#1b84c6;font-size:14px;font-weight:600}.pd-similar__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.pd-property-card{overflow:hidden;border-radius:16px;background:#fff;box-shadow:0 2px 12px #00000014;transition:transform .3s ease,box-shadow .3s ease}.pd-property-card:hover{transform:translateY(-4px);box-shadow:0 18px 36px -24px #00000073}.pd-property-card>div{position:relative;height:192px;overflow:hidden}.pd-property-card img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .5s ease}.pd-property-card__empty{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#1b84c6;background:radial-gradient(circle at 30% 20%,rgba(27,132,198,.16),transparent 26%),linear-gradient(135deg,#eef7fd,#f8fafc)}.pd-property-card:hover img{transform:scale(1.05)}.pd-property-card>div span{position:absolute;top:12px;left:12px;padding:4px 10px;border-radius:999px;color:#fff;background:#1b84c6;font-size:11px;font-weight:600}.pd-property-card>div small{position:absolute;top:12px;right:12px;padding:3px 8px;border-radius:6px;color:#6b7280;background:#ffffffeb;font-size:10px;font-weight:500}.pd-property-card section{padding:16px}.pd-property-card section>strong{display:block;margin-bottom:6px;color:#1b84c6;font-size:18px;font-weight:700}.pd-property-card h3{margin:0 0 6px;color:#2f4350;font-size:14px;line-height:1.4;font-weight:600}.pd-property-card p{margin:0 0 16px;display:flex;align-items:center;gap:4px;color:#9ca3af;font-size:12px}.pd-property-card ul{margin:0 0 16px;padding:0;display:flex;gap:12px;list-style:none;color:#6b7280}.pd-property-card li{display:inline-flex;align-items:center;gap:4px;font-size:12px}.pd-property-card button,.pd-property-card section>a{width:100%;min-height:40px;border:1.5px solid #1b84c6;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;color:#1b84c6;background:transparent;font-size:13px;font-weight:600}.pd-search-cta{position:relative;overflow:hidden;padding:80px 0}.pd-search-cta__image,.pd-search-cta__overlay{position:absolute;inset:0}.pd-search-cta__image{background-image:url(https://images.unsplash.com/photo-1757361653037-dbf0d0a820ae?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&q=80&w=1600);background-size:cover;background-position:center}.pd-search-cta__overlay{background:linear-gradient(135deg,#1b84c6e0,#2f4350eb)}.pd-search-cta__content{position:relative;z-index:1;display:grid;justify-items:center;text-align:center}.pd-search-cta svg{color:#ffffffb8;margin-bottom:16px}.pd-search-cta h2{color:#fff;font-size:36px}.pd-search-cta p{max-width:520px;margin:16px 0 32px;color:#ffffffdb;font-size:16px;line-height:1.7}.pd-search-cta a{padding:16px 32px;border-radius:999px;display:inline-flex;align-items:center;gap:8px;color:#1b84c6;background:#fff;font-size:15px;font-weight:700}.pd-search-cta a svg{margin:0;color:currentColor}.pd-lightbox{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;background:#000000f2}.pd-lightbox[hidden]{display:none}.pd-lightbox button{position:absolute;width:40px;height:40px;border:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:#ffffff26}.pd-lightbox__close{top:16px;right:16px}.pd-lightbox__prev{left:16px}.pd-lightbox__next{right:16px}.pd-lightbox figure{width:min(100% - 64px,1024px);max-height:86vh;margin:0;text-align:center}.pd-lightbox img{max-width:100%;max-height:75vh;border-radius:10px;object-fit:contain}.pd-lightbox figcaption{margin-top:12px;color:#ffffffb8;font-size:13px}@media(max-width:1100px){.pd-content-grid{grid-template-columns:1fr}.pd-sidebar{position:static}.pd-similar__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.pd-container{width:min(100% - 24px,1280px)}.pd-gallery__grid{height:auto;grid-template-columns:repeat(2,1fr);grid-template-rows:auto}.pd-gallery__item{aspect-ratio:1.25}.pd-gallery__item--main{grid-column:span 2;grid-row:span 1;aspect-ratio:1.15}.pd-title-block h1{font-size:24px}.pd-price-card>strong{font-size:30px}.pd-features,.pd-chip-grid,.pd-infra-grid,.pd-photo-detail__grid,.pd-similar__grid{grid-template-columns:repeat(2,1fr)}.pd-financing{align-items:stretch;text-align:center;flex-direction:column}.pd-financing>span{margin:0 auto}.pd-financing button{margin-left:0;justify-content:center}.pd-similar__header{align-items:flex-start;flex-direction:column}.pd-search-cta h2{font-size:28px}}@media(max-width:520px){.pd-features,.pd-chip-grid,.pd-infra-grid,.pd-photo-detail__grid,.pd-similar__grid{grid-template-columns:1fr}.pd-photo-detail__grid button,.pd-photo-detail__grid button.is-tall{height:220px}.pd-preferences div{flex-direction:column}}
