body{color:#111827;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}:root{--primary-color:#0c2340;--primary-hover:#08172c;--primary-light:#e8f0f8;--accent-gold:#c59b27;--accent-gold-light:#fef8eb;--text-dark:#0f172a;--text-muted:#475569;--border-color:#dbe4ef;--bg-cool:#f1f5fa;--bg-cool-tint:#e8eef6;--bg-light:#e8eef6;--bg-white:#fff;--header-bg:#f1f5faeb;--radius:8px;--radius-lg:12px;--header-height:80px}html{scroll-behavior:smooth;scroll-padding-top:100px;font-size:100%}#contact,#contact-form,#contact-card,.contact-card,.contact-form-wrapper{scroll-margin-top:100px!important}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text-dark);background-color:var(--bg-cool);-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}h1,h2,h3{color:#111827;font-weight:700;line-height:1.25}h1{letter-spacing:-.02em;font-size:2.75rem}h2{margin-bottom:10px;font-size:2rem}h3{margin-bottom:8px;font-size:1.25rem}p{color:var(--text-muted);font-size:1rem}a{color:inherit;text-decoration:none}.btn-primary{background-color:var(--primary-color);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:.95rem;font-weight:600;transition:background-color .2s;display:inline-flex}.btn-primary:hover{background-color:var(--primary-hover)}.btn-secondary{background-color:var(--bg-white);color:var(--text-dark);border:1px solid var(--border-color);border-radius:var(--radius);cursor:pointer;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:.95rem;font-weight:600;transition:background-color .2s;display:inline-flex}.btn-secondary:hover{background-color:var(--bg-light)}.btn-secondary-sm{border:1px solid var(--border-color);border-radius:var(--radius);color:var(--text-dark);background:#fff;padding:6px 14px;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-block}.btn-secondary-sm:hover{background-color:var(--primary-color);color:#fff;border-color:var(--primary-color)}.btn-nav{cursor:pointer;background-color:#0c2340;border:none;border-radius:20px;padding:10px 22px;font-family:inherit;font-size:.9rem;font-weight:700;transition:all .2s;box-shadow:0 4px 12px #0c234033;color:#fff!important}.btn-nav:hover{background-color:#173766;transform:translateY(-1px);box-shadow:0 6px 16px #0c234047}.text-green{color:var(--primary-color)}.header{background-color:var(--header-bg);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border-color);z-index:100;transition:all .3s;position:sticky;top:0;box-shadow:0 2px 16px #0c23400a}.header-content{height:var(--header-height);justify-content:space-between;align-items:center;max-width:min(94vw,1200px);margin:0 auto;display:flex}.logo-brand{align-items:center;display:flex}.brand-logo-img{object-fit:contain;width:auto;height:54px;display:block}.footer-logo-img{object-fit:contain;width:auto;height:58px;margin-bottom:14px;display:block}.nav-desktop{align-items:center;gap:28px;display:flex}.nav-desktop a,.nav-link-btn{color:var(--text-dark);cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;padding:6px 12px;font-family:inherit;font-size:.95rem;font-weight:500;transition:all .2s;display:inline-flex}.nav-desktop a:hover,.nav-link-btn:hover{color:var(--primary-color);background:#0c23400a}.nav-mobile-btn{color:var(--text-dark);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;width:100%;padding:12px 16px;font-family:inherit;font-size:1rem;font-weight:600;transition:all .2s}.nav-mobile-btn:hover{color:var(--primary-color);background:#0c23400d}.footer-btn-link{color:#cbd5e1;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:4px;padding:0;font-family:inherit;font-size:.9rem;transition:all .2s;display:inline-flex}.footer-btn-link:hover{color:#fff;transform:translate(4px)}.footer-modal-link{cursor:pointer;transition:color .2s;color:#cbd5e1!important;background:0 0!important;border:none!important;outline:none!important;padding:0!important;font-family:inherit!important;font-size:.82rem!important}.footer-modal-link:hover{color:#fff!important;text-decoration:underline!important}.mobile-btn{cursor:pointer;color:var(--text-dark);background:0 0;border:none;display:none}.nav-mobile{box-sizing:border-box;z-index:1000;background:#fff;border-bottom:1px solid #0c234014;flex-direction:column;gap:12px;width:100%;padding:20px 24px;animation:.25s cubic-bezier(.16,1,.3,1) mobileMenuSlideDown;display:flex;position:absolute;top:100%;left:0;box-shadow:0 12px 32px #0c234026}@keyframes mobileMenuSlideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.nav-mobile .btn-primary{text-align:center;justify-content:center;width:100%;margin-top:4px;padding:13px 20px}.hero{background:linear-gradient(#fff 0%,#f1f5fa 50%,#e8eef6 100%);border-bottom:none;padding-top:clamp(40px,7vh,64px);position:relative}@media (width>=601px){.hero{min-height:calc(100vh - var(--header-height));box-sizing:border-box;flex-direction:column;padding-top:0;display:flex}.hero>.container{flex-direction:column;flex:1;justify-content:space-evenly;align-items:center;width:100%;max-width:1140px;padding-top:clamp(44px,6vh,68px);padding-bottom:clamp(20px,3.5vh,40px);display:flex}}.hero-container-rel{z-index:2;width:100%;position:relative}.hero-text{text-align:left;width:100%;max-width:min(92vw,1040px);margin:0}.hero-tag{-webkit-backdrop-filter:blur(10px);color:#1e293b;border:1px solid var(--border-color);background-color:#ffffffeb;border-radius:30px;align-items:center;gap:8px;margin-top:16px;margin-bottom:clamp(16px,2.5vh,24px);padding:6px 18px 6px 12px;font-size:clamp(.78rem,.4vw + .5rem,.84rem);font-weight:500;display:inline-flex;box-shadow:0 2px 10px #0c23400a}.tag-rating{color:#b45309;letter-spacing:.1px;background:#f59e0b1f;border:1px solid #f59e0b33;border-radius:10px;padding:2px 8px;font-size:.76rem;font-weight:700}.tag-divider-dot{color:#cbd5e1;font-size:.85rem}.hero-text h1{color:#0c2340;letter-spacing:-.02em;text-align:left;max-width:min(96%,920px);margin:0 0 clamp(14px,2.2vh,20px);font-size:clamp(1.9rem,2.2vw + .5rem,2.7rem);font-weight:800;line-height:1.18}.text-highlight-gold{background:linear-gradient(135deg,#c59b27 0%,#9a7410 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:inline-block}.hero-subtitle{max-width:min(90%,740px);color:var(--text-muted);text-align:left;margin:0 0 clamp(16px,2.2vh,24px);font-size:clamp(.92rem,.45vw + .55rem,1.08rem);line-height:1.6}.hero-custom-design-slot{box-sizing:border-box;width:100%;margin-top:clamp(8px,1.5vh,16px);margin-bottom:clamp(16px,2.5vh,24px)}.hero-buttons{justify-content:flex-start;align-items:center;gap:14px;margin-bottom:clamp(32px,5vh,48px);display:flex}.hero-buttons .btn-primary{align-items:center;gap:8px;padding:13px 28px;font-size:1rem;transition:all .25s;display:inline-flex;box-shadow:0 4px 14px #0c23402e}.hero-buttons .btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 22px #0c234040}.btn-arrow{transition:transform .25s}.hero-buttons .btn-primary:hover .btn-arrow{transform:translate(4px)}.hero-buttons .btn-secondary{padding:13px 26px;font-size:1rem;transition:all .25s}.hero-buttons .btn-secondary:hover{transform:translateY(-2px);box-shadow:0 4px 14px #0000000f}.hero-stats-strip{border-radius:var(--radius-lg);background:#fff;border:1.5px solid #d3e2f4;outline:1px solid #0c23400f;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:center;width:100%;max-width:min(94vw,1020px);margin:0 auto;padding:clamp(12px,1.8vh,22px) clamp(16px,2.5vw,36px);display:grid;position:relative;box-shadow:0 10px 32px #0c23400f}.hero-stats-strip:after{content:"";border-radius:calc(var(--radius-lg) + 6px);pointer-events:none;border:1.5px solid #0c234029;animation:3.6s ease-in-out infinite alternate statsOuterLinePulse;position:absolute;inset:-7px}@keyframes statsOuterLinePulse{0%{border-color:#0c23402e;transform:scale(1);box-shadow:0 0 #c59b2700}50%{border-color:#c59b27a6;transform:scale(1.004);box-shadow:0 0 16px #c59b2747}to{border-color:#1e3a8a80;transform:scale(1);box-shadow:0 0 14px #1e3a8a38}}.stat-item{text-align:center;cursor:default;border-radius:12px;flex-direction:column;align-items:center;padding:4px 6px;transition:transform .25s,background-color .25s;display:flex}.stat-item:hover{transform:translateY(-3px)}.stat-icon-wrapper{background:linear-gradient(135deg,#f0fdf4 0%,#e0f2fe 100%);border:1px solid #0c234014;border-radius:50%;justify-content:center;align-items:center;width:clamp(36px,2.2vw,44px);height:clamp(36px,2.2vw,44px);margin-bottom:clamp(4px,.8vh,10px);transition:all .25s;display:flex}.stat-item:hover .stat-icon-wrapper{background:linear-gradient(135deg, var(--accent-gold-light) 0%, #fef3c7 100%);border-color:#c59b2766;transform:scale(1.08)}.stat-icon{color:var(--primary-color);transition:color .25s}.stat-item:hover .stat-icon{color:var(--accent-gold)}.stat-number{color:#0c2340;white-space:nowrap;margin-bottom:4px;font-family:inherit;font-size:clamp(1.35rem,1.1vw + .45rem,1.75rem);font-weight:800;line-height:1.1}.stat-desc{color:var(--text-muted);white-space:nowrap;font-size:clamp(.74rem,.3vw + .5rem,.84rem);font-weight:600}@media (height<=800px) and (width>=601px){.hero{min-height:calc(100vh - var(--header-height));padding:12px 0 16px}.hero-tag{margin-bottom:6px}.hero-text h1{margin-bottom:6px;font-size:clamp(1.75rem,2vw + .4rem,2.2rem)}.hero-subtitle{margin-bottom:12px;font-size:.9rem}.hero-buttons{margin-bottom:14px}.hero-stats-strip{padding:10px 16px}}@media (width>=1920px){.header-content{max-width:1240px}.hero-text{max-width:1040px}.hero-stats-strip{max-width:1060px}}.hero-cards-grid{grid-template-columns:repeat(3,1fr);gap:24px;max-width:1060px;margin:0 auto;display:grid}.hero-card{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:#fff;align-items:flex-start;gap:16px;padding:24px 20px;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;position:relative;box-shadow:0 4px 14px #0000000a}.hero-card:hover{border-color:#cbd5e1;transform:translateY(-3px);box-shadow:0 10px 24px #0c234014}.card-top-tag{color:var(--accent-gold);background-color:var(--accent-gold-light);border:1px solid #c59b2740;border-radius:4px;margin-bottom:6px;padding:2px 8px;font-size:.72rem;font-weight:700;display:inline-block}.hero-card-icon{background-color:var(--primary-light);width:46px;height:46px;color:var(--primary-color);border:1px solid #0c23400f;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.hero-card-content h3{color:#0c2340;margin-bottom:6px;font-size:1.1rem}.hero-card-content p{color:var(--text-muted);font-size:.88rem;line-height:1.5}.hero-buttons{gap:14px;display:flex}.justify-center{justify-content:center}.hero-bottom-actions{margin-top:36px;margin-bottom:0}.stat-item{text-align:center}.stat-number{color:#0c2340;margin-bottom:4px;font-family:inherit;font-size:1.6rem;font-weight:800;line-height:1.1}.stat-desc{color:var(--text-muted);font-size:.8rem;font-weight:600}.stat-divider{background-color:var(--border-color);width:1px;height:36px}.hero-image-box{border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 10px 30px #00000014}.hero-image{object-fit:cover;width:100%;height:380px;display:block}.section{padding:80px 0}.bg-light{background-color:var(--bg-light)}.section-title{max-width:600px;margin:0 auto 50px}.section-eyebrow{color:var(--accent-gold);text-transform:uppercase;letter-spacing:.1em;background:var(--accent-gold-light);border:1px solid #c59b2740;border-radius:20px;margin-bottom:8px;padding:3px 10px;font-size:.76rem;font-weight:800;display:inline-block}.text-center{text-align:center}.features-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.feature-card{border-radius:var(--radius-lg);background:#fff;border:1.5px solid #dbeafe;outline:1px solid #0c234014;padding:28px 24px;transition:transform .25s,box-shadow .25s,border-color .25s,outline-color .25s;position:relative;box-shadow:0 4px 14px #0c23400a}.feature-card:hover{border-color:var(--primary-color);outline-color:var(--primary-color);transform:translateY(-4px);box-shadow:0 12px 26px #0c23401a}.feature-icon{border-radius:var(--radius);background-color:var(--primary-light);width:48px;height:48px;color:var(--primary-color);border:1px solid #0c234014;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.feature-card h3{color:#0c2340;margin-bottom:8px;font-size:1.15rem}.feature-card p{font-size:.9rem;line-height:1.5}.services-grid{grid-template-columns:repeat(2,1fr);gap:30px;display:grid}.service-box{border-radius:var(--radius-lg);background:#fff;border:1.5px solid #dbeafe;outline:1px solid #0c234014;padding:36px;transition:transform .25s,box-shadow .25s,border-color .25s;box-shadow:0 4px 14px #0c23400a}.service-box:hover{border-color:var(--primary-color);box-shadow:0 12px 26px #0c23401a}.services-section-title{font-weight:800;color:#0c2340!important}.service-card-title{margin-bottom:20px;font-size:1.35rem;font-weight:700;color:#0c2340!important}.service-list{flex-direction:column;gap:12px;margin-bottom:24px;list-style:none;display:flex}.service-list li{color:var(--text-dark);align-items:center;gap:12px;font-size:.95rem;display:flex}.service-icon-wrapper{background-color:#0c23400f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.service-icon-svg{color:#0c2340}.service-link{color:var(--primary-color);align-items:center;gap:8px;font-size:.95rem;font-weight:600;display:inline-flex}.service-link:hover{text-decoration:underline}.properties-grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.property-card{border-radius:var(--radius-lg);background:#fff;border:1px solid #e2e8f0;transition:all .4s cubic-bezier(.16,1,.3,1);overflow:hidden;box-shadow:0 4px 20px #0c234008}.property-card:hover{border-color:#e2e8f0;transform:translateY(-6px);box-shadow:0 20px 38px #0c234014}.property-img-container{-webkit-user-select:none;user-select:none;background-color:#0f172a;height:210px;position:relative;overflow:hidden}.property-slider-track{width:100%;height:100%;transition:transform .35s;display:flex}.property-slide{min-width:100%;height:100%}.property-img{object-fit:cover;width:100%;height:100%;transition:transform .4s cubic-bezier(.16,1,.3,1);display:block}@media (width>=1024px){.property-card:hover .property-img{transform:scale(1.04)}}.property-photo-counter{color:#fff;z-index:10;background:#0009;border-radius:20px;padding:3px 8px;font-size:.72rem;font-weight:600;position:absolute;top:10px;right:10px}.slider-arrow{color:#0c2340;cursor:pointer;z-index:10;opacity:0;background:#ffffffeb;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:opacity .2s,transform .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #0003}.property-card:hover .slider-arrow{opacity:1}@media (width<=768px){.slider-arrow{opacity:.85}}.slider-arrow:hover{background:#fff;transform:translateY(-50%)scale(1.08)}.slider-arrow-left{left:8px}.slider-arrow-right{right:8px}.slider-dots-container{z-index:10;background:#00000059;border-radius:10px;align-items:center;gap:5px;padding:3px 8px;display:flex;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.slider-dot{cursor:pointer;background:#ffffff80;border:none;border-radius:50%;width:5px;height:5px;padding:0;transition:all .2s}.slider-dot.active{background:#fff;border-radius:3px;width:14px}.property-details{padding:20px}.property-type{color:var(--primary-color);text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px;font-size:.78rem;font-weight:600;display:block}.property-title{color:#111827;margin-bottom:6px;font-size:1.15rem}.property-location{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:4px;margin-bottom:16px;font-size:.88rem;display:flex}.property-id-tag{color:var(--primary-color);margin-left:2px;font-weight:700}.purpose-checkbox-pill{color:#334155;cursor:pointer;-webkit-user-select:none;user-select:none;background:#f1f5f9;border:1.5px solid #cbd5e1;border-radius:50px;align-items:center;gap:8px;padding:8px 16px;font-size:.88rem;font-weight:600;transition:all .2s;display:inline-flex}.purpose-checkbox-pill.active{color:#1e40af;background:#eff6ff;border-color:#2563eb;box-shadow:0 2px 8px #2563eb1f}.property-bottom{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;padding-top:14px;display:flex}.property-pricing{flex-wrap:wrap;align-items:baseline;gap:4px;display:flex}.property-price{color:#111827;font-size:1.05rem;font-weight:700}.property-lease-tag{color:#92400e;font-size:.82rem;font-weight:600}.steps-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.step-card{text-align:center;padding:30px 20px}.step-number{background-color:var(--primary-light);width:50px;height:50px;color:var(--primary-color);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 18px;font-size:1.25rem;font-weight:700;display:flex}.step-card h3{margin-bottom:10px}.reviews-marquee-section{padding-bottom:50px;overflow:hidden}.reviews-marquee-wrapper{width:100%;padding:15px 0 25px;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 3% 97%,#0000);mask-image:linear-gradient(90deg,#0000,#000 3% 97%,#0000)}.reviews-marquee-track{-webkit-user-select:none;user-select:none;gap:24px;width:max-content;animation:120s linear infinite marqueeSlider;display:flex}.reviews-marquee-track:hover{animation-play-state:paused}@keyframes marqueeSlider{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee-card{flex:0 0 360px;width:360px;max-width:360px;min-height:240px}.reviews-line-track{justify-content:center;align-items:center;gap:8px;margin-top:10px;display:flex}.dash-segment{background-color:#cbd5e1;border-radius:4px;height:4px;transition:all .3s}.dash-1{width:28px;animation:4.2s ease-in-out infinite dashGlow}.dash-2{width:40px;animation:4.2s ease-in-out .6s infinite dashGlow}.dash-3{width:54px;animation:4.2s ease-in-out 1.2s infinite dashGlow}.dash-4{width:64px;animation:4.2s ease-in-out 1.8s infinite dashGlow}.dash-5{width:54px;animation:4.2s ease-in-out 2.4s infinite dashGlow}.dash-6{width:40px;animation:4.2s ease-in-out 3s infinite dashGlow}.dash-7{width:28px;animation:4.2s ease-in-out 3.6s infinite dashGlow}@keyframes dashGlow{0%,to{background-color:#cbd5e1;transform:scaleY(1)}50%{background-color:var(--primary-color);transform:scaleY(1.3);box-shadow:0 0 8px #0c234066}}.review-card{border-radius:var(--radius-lg);background:#fff;border:1.5px solid #dbeafe;outline:1px solid #0c234014;flex-direction:column;justify-content:space-between;padding:26px 24px;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;box-shadow:0 4px 14px #0c23400a}.review-card:hover{border-color:var(--primary-color);transform:translateY(-4px);box-shadow:0 14px 28px #0c23401a}.review-card-top{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.review-stars{gap:3px;display:flex}.star-filled{fill:#eab308;color:#eab308}.review-tag-badge{color:var(--accent-gold);background:var(--accent-gold-light);border:1px solid #c59b2740;border-radius:4px;padding:3px 8px;font-size:.72rem;font-weight:700}.review-body{flex:1;margin-bottom:20px;position:relative}.review-quote-icon{color:#cbd5e1;opacity:.6;margin-bottom:8px}.review-text{color:#334155;font-size:.92rem;font-style:italic;line-height:1.6}.review-author{border-top:1px solid #f1f5f9;padding-top:14px}.author-name{color:#0c2340;margin-bottom:2px;font-size:.96rem;font-weight:700}.author-role{color:var(--primary-color);margin-bottom:2px;font-size:.78rem;font-weight:600}.author-loc{color:#64748b;align-items:center;gap:3px;font-size:.75rem;display:flex}.faq-container{flex-direction:column;gap:8px;max-width:840px;margin:0 auto;display:flex}.faq-item{background:#fff;border:1px solid #e8eef5;border-radius:12px;transition:all .22s;overflow:hidden;box-shadow:0 1px 4px #0c23400a}.faq-item-open{border-color:#bcd0e8;box-shadow:0 4px 14px #0c234012}.faq-question-btn{text-align:left;color:#0c2340;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:14px 16px;font-size:.88rem;font-weight:600;line-height:1.4;transition:color .2s;display:flex}.faq-question-btn:hover{color:var(--primary-color)}.faq-icon-wrapper{background:#f0f4f8;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;transition:background-color .2s;display:flex}.faq-item-open .faq-icon-wrapper{background-color:var(--primary-color)}.faq-chevron{color:var(--primary-color);transition:transform .25s}.faq-item-open .faq-chevron{color:#fff}.rotate-180{transform:rotate(180deg)}.faq-answer-content{border-top:1px solid #f1f5f9;padding:0 16px 14px}.faq-answer-content p{color:#64748b;padding-top:10px;font-size:.84rem;line-height:1.6}.faq-bottom-cta{flex-direction:column;align-items:center;gap:10px;margin-top:28px;display:flex}@media (width<=768px){.faq-container{gap:6px}.faq-question-btn{padding:12px 14px;font-size:.84rem}.faq-answer-content{padding:0 14px 12px}.faq-answer-content p{padding-top:8px;font-size:.82rem}.faq-icon-wrapper{width:24px;height:24px}}.contact-card{border-radius:var(--radius-lg);background:#fff;border:1.5px solid #dbeafe;outline:1px solid #0c234014;grid-template-columns:1fr 1fr;gap:50px;padding:48px;display:grid;box-shadow:0 4px 20px #0c23400d}.contact-info h2{margin-bottom:14px}.contact-info p{margin-bottom:20px;line-height:1.6}.contact-video-box{border-radius:var(--radius-lg);cursor:pointer;-webkit-user-select:none;user-select:none;background-color:#0f172a;border:1.5px solid #dbeafe;outline:1px solid #0c234014;width:100%;height:290px;margin-bottom:20px;position:relative;overflow:hidden;box-shadow:0 8px 24px #0c234014}.contact-video-element{object-fit:cover;width:100%;height:100%;display:block}.video-center-play-btn{-webkit-backdrop-filter:blur(6px);color:#fff;cursor:pointer;z-index:10;opacity:0;pointer-events:none;background:#ffffff38;border:1.5px solid #ffffff73;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:opacity .25s,transform .25s,background .25s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.95);box-shadow:0 8px 28px #00000059}.contact-video-box:hover .video-center-play-btn,.contact-video-box.is-paused .video-center-play-btn,.video-center-play-btn.visible{opacity:1;pointer-events:auto;transform:translate(-50%,-50%)scale(1)}.video-center-play-btn:hover{background:#ffffff52;transform:translate(-50%,-50%)scale(1.08);box-shadow:0 10px 32px #00000073}.video-center-play-btn:active{transform:translate(-50%,-50%)scale(.95)}.play-icon-offset{margin-left:3px}.contact-video-box.is-paused .play-pulse-ring{pointer-events:none;border:2px solid #fff9;border-radius:50%;width:100%;height:100%;animation:2s ease-out infinite playPulse;position:absolute}@keyframes playPulse{0%{opacity:.8;transform:scale(1)}to{opacity:0;transform:scale(1.45)}}.contact-video-top-bar{z-index:11;pointer-events:none;justify-content:space-between;align-items:center;display:flex;position:absolute;top:12px;left:12px;right:12px}.video-tag-pill{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fef08a;pointer-events:auto;background:#0c2340e0;border:1px solid #fef08a4d;border-radius:20px;align-items:center;gap:5px;padding:4px 10px;font-size:.72rem;font-weight:700;display:inline-flex;box-shadow:0 2px 6px #00000040}.video-settings-toast{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;z-index:12;background:#0c2340e0;border:1px solid #ffffff40;border-radius:20px;padding:4px 10px;font-size:.74rem;font-weight:600;animation:.2s forwards backdropFadeIn;position:absolute;top:12px;right:12px;box-shadow:0 2px 8px #0000004d}.video-controls-bar{z-index:11;opacity:0;pointer-events:auto;background:linear-gradient(#0000 0%,#0000008c 30%,#000000e0 100%);flex-direction:column;gap:8px;padding:20px 12px 10px;transition:opacity .25s,transform .25s;display:flex;position:absolute;bottom:0;left:0;right:0;transform:translateY(6px)}.contact-video-box:hover .video-controls-bar,.video-controls-bar.visible,.contact-video-box.is-paused .video-controls-bar{opacity:1;transform:translateY(0)}.video-progress-container{cursor:pointer;align-items:center;width:100%;height:14px;display:flex}.video-progress-slider{appearance:none;cursor:pointer;border-radius:4px;outline:none;width:100%;height:4px;transition:height .15s}.video-progress-container:hover .video-progress-slider{height:6px}.video-progress-slider::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#3b82f6;border:2px solid #fff;border-radius:50%;width:13px;height:13px;transition:transform .15s;box-shadow:0 1px 6px #0006}.video-progress-slider::-webkit-slider-thumb:hover{transform:scale(1.25)}.video-controls-bottom{justify-content:space-between;align-items:center;width:100%;display:flex}.controls-left{align-items:center;gap:10px;display:flex}.v-control-btn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:background .2s,transform .15s;display:flex}.v-control-btn:hover{background:#ffffff38;transform:scale(1.1)}.v-control-btn:active{transform:scale(.92)}.video-time-display{color:#ffffffe6;letter-spacing:.5px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.74rem;font-weight:600}.controls-right{align-items:center;gap:6px;display:flex}.video-action-btn{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#0c2340;cursor:pointer;background:#ffffffeb;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:transform .2s,background .2s;display:flex;box-shadow:0 2px 6px #0003}.video-action-btn:hover{background:#fff;transform:scale(1.1)}.video-action-btn:active{transform:scale(.95)}.contact-details{flex-direction:column;gap:16px;display:flex}.contact-row{color:var(--text-dark);align-items:center;gap:12px;font-size:.95rem;display:flex}.contact-form{flex-direction:column;gap:16px;display:flex}.form-group{flex-direction:column;gap:6px;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}label{color:var(--text-dark);font-size:.85rem;font-weight:600}input,select,textarea{border-radius:var(--radius);border:1px solid var(--border-color);background-color:#fff;outline:none;width:100%;padding:10px 14px;font-family:inherit;font-size:.95rem}input:focus,select:focus,textarea:focus{border-color:var(--primary-color)}.quick-city-chips{flex-wrap:wrap;gap:6px;margin-top:6px;display:flex}.city-chip{color:#0c2340;cursor:pointer;background:#f1f5fa;border:1px solid #e2e8f0;border-radius:20px;padding:5px 12px;font-family:inherit;font-size:.78rem;font-weight:600;transition:all .2s}.city-chip:hover,.city-chip.is-selected{background:#0c2340;border-color:#0c2340;box-shadow:0 2px 8px #0c23402e;color:#fff!important}.custom-select-trigger{color:#0c2340;cursor:pointer;text-align:left;box-sizing:border-box;background-color:#fff;border:1.5px solid #cbd5e1;border-radius:12px;justify-content:space-between;align-items:center;width:100%;min-height:48px;padding:12px 16px;font-family:inherit;font-size:.95rem;font-weight:500;transition:border-color .2s,box-shadow .2s;display:flex}.custom-select-trigger:focus,.custom-select-trigger:active{border-color:#0c2340;outline:none;box-shadow:0 0 0 3px #0c23401f}.custom-select-value{color:#0c2340;font-weight:600}.custom-select-chevron{color:#0c2340;flex-shrink:0;transition:transform .2s}.bottom-sheet-backdrop{-webkit-backdrop-filter:blur(2px);z-index:9999998;background:#0c234073;animation:.25s forwards backdropFadeIn;position:fixed;inset:0}.bottom-sheet-tray{z-index:9999999;box-sizing:border-box;background:#fff;border-radius:24px 24px 0 0;width:100%;max-width:600px;max-height:85vh;margin:0 auto;padding:16px 20px 36px;animation:.3s cubic-bezier(.16,1,.3,1) forwards sheetSlideUp;position:fixed;bottom:0;left:0;right:0;overflow-y:auto;box-shadow:0 -8px 36px #0c23402e}.bottom-sheet-handle{background:#e2e8f0;border-radius:3px;flex-shrink:0;width:40px;height:5px;margin:0 auto 14px}.bottom-sheet-header{justify-content:space-between;align-items:center;width:100%;margin-bottom:12px;display:flex}.bottom-sheet-title{color:#0c2340;text-align:left;margin-bottom:0;font-size:1.15rem;font-weight:800}.bottom-sheet-close-btn{color:#0c2340;cursor:pointer;background:#0c23400d;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:background .2s;display:flex}.bottom-sheet-close-btn:hover{background:#0c23401a}.bottom-sheet-options{flex-direction:column;width:100%;display:flex}.bottom-sheet-option-row{cursor:pointer;text-align:left;background:0 0;border:none;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;width:100%;padding:16px 0;transition:background .15s;display:flex}.bottom-sheet-option-row:last-child{border-bottom:none}.option-text-wrapper{text-align:left;flex-direction:column;gap:2px;display:flex}.option-title{color:#0c2340;font-size:.95rem;font-weight:600}.option-subtitle{color:#64748b;font-size:.8rem;font-weight:400}.custom-radio-circle{border:2px solid #cbd5e1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;transition:border-color .2s;display:flex}.bottom-sheet-option-row.is-selected .custom-radio-circle{border-color:#0c2340}.custom-radio-inner-dot{background:#0c2340;border-radius:50%;width:10px;height:10px;animation:.2s forwards scaleDot}@keyframes sheetSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes backdropFadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleDot{0%{transform:scale(0)}to{transform:scale(1)}}.w-full{width:100%}.form-success{padding:30px 10px}.form-success h3{margin-bottom:8px}.footer{color:#cbd5e1;background-color:#08172c;border-top:1px solid #ffffff14;padding:65px 0 30px;font-size:.9rem}.footer-top-grid{grid-template-columns:2fr 1fr 1fr;gap:50px;display:grid}.footer-col-brand{padding-right:15px}.footer-logo-link{margin-bottom:14px;text-decoration:none;transition:opacity .2s;display:inline-block}.footer-logo-link:hover{opacity:.9}.footer-logo-img{object-fit:contain;width:auto;height:52px;display:block}.footer-bio{color:#cbd5e1;margin-bottom:18px;font-size:.86rem;line-height:1.6}.footer-badge-trust{color:#e2e8f0;white-space:nowrap;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:6px;align-items:center;gap:8px;width:fit-content;padding:6px 14px;font-size:.78rem;font-weight:600;display:inline-flex}.footer-social-row{display:none}.text-gold{color:var(--accent-gold)}.footer-heading{color:#fff;letter-spacing:-.01em;margin-bottom:18px;font-size:1.05rem;font-weight:700;display:inline-block;position:relative}.footer-heading:after{content:"";background:var(--accent-gold);border-radius:2px;width:24px;height:2px;position:absolute;bottom:-6px;left:0}.footer-links{flex-direction:column;gap:10px;list-style:none;display:flex}.footer-links a{color:#94a3b8;font-size:.88rem;transition:all .2s;display:inline-block}.footer-links a:hover{color:#fff;transform:translate(4px)}.footer-contact-items{flex-direction:column;gap:12px;margin-bottom:18px;display:flex}.footer-contact-item{color:#94a3b8;align-items:flex-start;gap:10px;font-size:.86rem;line-height:1.4;display:flex}.footer-icon{flex-shrink:0;margin-top:3px}.btn-whatsapp-footer{color:#fff;border-radius:var(--radius);background-color:#25d366;align-items:center;gap:8px;padding:9px 16px;font-size:.86rem;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 4px 12px #25d36633}.btn-whatsapp-footer:hover{background-color:#1eb954;transform:translateY(-2px);box-shadow:0 6px 16px #25d3664d}.footer-divider{background-color:#ffffff14;width:100%;height:1px;margin:45px 0 25px}.footer-bottom-row{justify-content:space-between;align-items:center;gap:20px;display:flex}.footer-copy{color:#cbd5e1;font-size:.82rem}.footer-bottom-links{align-items:center;gap:10px;display:flex}.footer-bottom-links a{color:#94a3b8;font-size:.82rem;transition:color .2s}.footer-bottom-links a:hover{color:#fff}.dot-sep{color:#475569;font-size:.8rem}.btn-whatsapp-header{border-radius:20px;align-items:center;gap:7px;padding:8px 18px;font-size:.88rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 4px 12px #25d36640;color:#fff!important;background-color:#25d366!important;border:1.5px solid #0c2340!important;outline:none!important}.btn-whatsapp-header svg{fill:#fff!important;color:#fff!important}.btn-whatsapp-header:hover{transform:translateY(-1px);box-shadow:0 6px 16px #25d36673;background-color:#1eb954!important}.btn-whatsapp-mobile{border-radius:var(--radius);background-color:#25d366;justify-content:center;align-items:center;gap:8px;margin-top:4px;padding:12px 18px;font-size:.95rem;font-weight:700;display:inline-flex;color:#fff!important}.floating-chat-container{z-index:999;position:fixed;bottom:24px;right:24px}.floating-widgets-group{flex-direction:column;align-items:flex-end;gap:18px;display:flex}.whatsapp-floating-circle-btn{cursor:pointer;background:#25d366;border-radius:50%;width:56px;height:56px;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275);position:relative;box-shadow:0 8px 24px #25d36673;color:#fff!important;justify-content:center!important;align-items:center!important;padding:0!important;display:flex!important}.whatsapp-floating-circle-btn svg{flex-shrink:0!important;width:30px!important;height:30px!important;margin:auto!important;display:block!important}.whatsapp-floating-circle-btn:hover,.whatsapp-floating-circle-btn:active{background:#128c7e;transform:scale(1.08);box-shadow:0 12px 28px #128c7e99}.chat-floating-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0c2340 0%,#1e3a8a 100%);border:2px solid #c59b27;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;box-shadow:0 8px 24px #0c23404d}.chat-floating-btn:hover{transform:scale(1.08);box-shadow:0 12px 28px #0c234066}.chat-btn-badge{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#25d366 0%,#16a34a 100%);border-radius:12px;align-items:center;gap:4px;padding:2px 8px;font-size:.72rem;font-weight:700;animation:2s ease-in-out infinite pulse-badge;display:flex;position:absolute;top:-12px;right:-4px;box-shadow:0 2px 6px #00000026}@keyframes pulse-badge{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.chat-window{background:#fff;border:1px solid #0c23401f;border-radius:16px;flex-direction:column;width:360px;max-width:calc(100vw - 32px);height:500px;max-height:calc(100vh - 100px);animation:.28s ease-out slide-up;display:flex;overflow:hidden;box-shadow:0 12px 40px #0c234038}@keyframes slide-up{0%{opacity:0;transform:translateY(20px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.chat-header{color:#fff;background:linear-gradient(135deg,#0c2340 0%,#173766 100%);justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.chat-header-info{align-items:center;gap:10px;display:flex}.chat-avatar{background:#ffffff26;border:1px solid #c59b2780;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:relative}.online-indicator{background-color:#25d366;border:1.5px solid #0c2340;border-radius:50%;width:9px;height:9px;position:absolute;bottom:0;right:0}.chat-header-info h4{color:#fff;margin:0;font-size:.92rem;font-weight:700;line-height:1.2}.chat-header-info p{color:#cbd5e1;margin:0;font-size:.72rem}.chat-close-btn{color:#cbd5e1;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.chat-close-btn:hover{color:#fff;background:#ffffff26}.chat-body{background-color:#f8fafc;flex-direction:column;flex:1;gap:12px;padding:14px;display:flex;overflow-y:auto}.chat-message{gap:8px;max-width:85%;display:flex}.bot-message{align-self:flex-start}.user-message{flex-direction:row-reverse;align-self:flex-end}.bot-avatar-tiny{background-color:var(--primary-light);width:24px;height:24px;color:var(--primary-color);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;display:flex}.chat-bubble{border-radius:12px;padding:10px 14px;font-size:.88rem;line-height:1.45}.bot-message .chat-bubble{color:var(--text-dark);border:1px solid var(--border-color);background-color:#fff;border-top-left-radius:2px}.user-message .chat-bubble{color:#fff;background-color:#0c2340;border-top-right-radius:2px}.chat-quick-chips{border-top:1px solid var(--border-color);white-space:nowrap;background-color:#fff;gap:6px;padding:8px 12px;display:flex;overflow-x:auto}.chat-quick-chips::-webkit-scrollbar{display:none}.chat-quick-chips button,.chip-whatsapp{background-color:var(--bg-light);border:1px solid var(--border-color);color:var(--text-dark);cursor:pointer;border-radius:14px;flex-shrink:0;align-items:center;gap:4px;padding:4px 10px;font-size:.76rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.chat-quick-chips button:hover{background-color:var(--primary-light);border-color:var(--primary-color);color:var(--primary-color)}.chip-whatsapp{color:#15803d!important;background-color:#f0fdf4!important;border-color:#86efac!important}.chip-whatsapp:hover{color:#fff!important;background-color:#25d366!important}.chat-input-row{border-top:1px solid var(--border-color);background-color:#fff;align-items:center;gap:6px;padding:10px 12px;display:flex}.chat-input-row input{border:1px solid var(--border-color);background-color:#f8fafc;border-radius:20px;flex:1;padding:8px 12px;font-size:.85rem}.chat-send-btn{color:#fff;cursor:pointer;background-color:#0c2340;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex}.chat-send-btn:disabled{cursor:not-allowed;background-color:#cbd5e1}.chat-send-btn:not(:disabled):hover{background-color:var(--accent-gold);transform:scale(1.05)}@media (width<=900px){.hero-stats-strip{grid-template-columns:repeat(2,1fr);gap:16px;padding:20px;display:grid}.stat-divider{display:none}.features-grid{grid-template-columns:repeat(2,1fr)}.services-grid,.properties-grid,.reviews-grid,.steps-grid,.contact-card{grid-template-columns:1fr}h1{font-size:2.2rem}}@media (width<=600px){.header-content{height:72px}.brand-logo-img{object-fit:contain!important;width:auto!important;max-width:210px!important;height:48px!important}.nav-desktop{display:none}.mobile-btn{border:1px solid var(--border-color);background:#f8fafc;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.nav-mobile{gap:12px;padding:18px 20px}.hero{box-sizing:border-box;background:linear-gradient(#fff 0%,#f1f5fa 50%,#e8eef6 100%);border-bottom:none;min-height:auto;padding-top:32px;display:block;overflow-x:hidden;margin-bottom:0!important;padding-bottom:72px!important}.hero>.container{width:100%;display:block}.hero-text,.hero-content-main{text-align:left;width:100%;margin:0;padding:0;display:block}.hero-tag{text-align:left;white-space:nowrap;flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:4px;max-width:100%;margin-top:4px;line-height:1.2;display:inline-flex;margin-bottom:14px!important;padding:3px 8px!important;font-size:9.5px!important}.tag-rating{padding:1px 4px;font-size:9.5px!important}.hero-text h1{letter-spacing:-.3px;text-align:left;word-wrap:break-word;margin-bottom:20px;font-weight:800;font-size:32px!important;line-height:1.4!important}.text-highlight-gold{display:inline}.hero-subtitle{color:var(--text-muted);text-align:left;margin-bottom:24px;padding:0;font-size:.92rem;line-height:1.55}.hero-buttons{flex-flow:wrap;justify-content:flex-start;gap:10px;width:100%;margin-top:8px;margin-bottom:24px;display:flex}.hero-buttons .btn-primary,.hero-buttons .btn-secondary{box-sizing:border-box;text-align:center;white-space:nowrap;flex:calc(50% - 6px);justify-content:center;min-width:125px;padding:12px 14px;font-size:.92rem}.hero-stats-strip{box-sizing:border-box;border-radius:14px;gap:10px;width:100%;max-width:100%;margin-top:16px;padding:14px 10px;position:relative;overflow:hidden;box-shadow:0 4px 14px #0000000a;grid-template-columns:repeat(2,1fr)!important;display:grid!important}.hero-stats-strip:after{border-radius:16px;inset:-3px -2px}.stat-item{box-sizing:border-box;text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:10px 4px;display:flex}.stat-icon-wrapper{width:32px;height:32px;margin-bottom:4px}.stat-number{white-space:normal;word-break:break-word;margin-bottom:2px;font-size:1.25rem}.stat-desc{white-space:normal;word-break:break-word;overflow-wrap:break-word;text-align:center;font-size:.72rem;line-height:1.22}@media (width>=376px) and (width<=395px){.hero{background:linear-gradient(#fff 0%,#f1f5fa 50%,#e8eef6 100%)!important;padding-top:16px!important}.hero-text h1{font-size:25px!important}.hero-subtitle{margin-bottom:20px!important}.hero-stats-strip{gap:8px!important;margin-top:10px!important}.stat-item{padding:8px 10px!important}.stat-icon-wrapper{width:24px!important;height:24px!important;margin-bottom:3px!important}.stat-icon-wrapper .stat-icon,.stat-icon-wrapper svg{width:14px!important;height:14px!important}.stat-number{font-size:18px!important}.stat-desc{font-size:11px!important;line-height:1.2!important}}#about.section{padding-top:48px;position:relative;top:0;margin-top:0!important}.section{padding:52px 0}.section-title{margin-bottom:32px}.section-title h2,.contact-info h2,.faq-section-title{letter-spacing:-.3px;margin-bottom:8px;color:#0c2340!important;font-size:1.6rem!important;font-weight:800!important;line-height:1.25!important}.section-title p,.contact-info p{color:#475569;font-size:.88rem;line-height:1.5}.features-grid{flex-direction:column;gap:16px;display:flex}.feature-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:22px 20px;box-shadow:0 4px 16px #0c23400a}.feature-card h3{margin-bottom:6px;font-size:1.1rem;color:#0c2340!important;font-weight:700!important}.feature-card p{color:#475569;font-size:.88rem;line-height:1.48}.services-section-title{font-weight:800;color:#0c2340!important}.services-grid{flex-direction:column;gap:20px;display:flex}.service-box{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:24px 20px;box-shadow:0 4px 16px #0c23400a}.service-card-title{border-bottom:1px solid #e2e8f0;margin-bottom:16px;padding-bottom:12px;font-size:1.15rem;font-weight:800;color:#0c2340!important}.service-list{flex-direction:column;gap:14px;margin-bottom:24px;display:flex}.service-list li{color:#1e293b;border-bottom:1px solid #f1f5f9;align-items:center;gap:12px;padding-bottom:10px;font-size:.9rem;line-height:1.45;display:flex}.service-list li:last-child{border-bottom:none;padding-bottom:0}.service-icon-wrapper{background-color:#0c23400f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.service-icon-svg{color:#0c2340}.btn-service-pill{text-align:center;box-sizing:border-box;background:#0c2340;border-radius:50px;justify-content:center;align-items:center;gap:8px;width:100%;padding:13px 20px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .25s;display:flex;box-shadow:0 4px 14px #0c23402e;color:#fff!important}.btn-service-pill:active,.btn-service-pill:hover{background:#08172c;transform:translateY(-1px);box-shadow:0 6px 18px #0c234047}.properties-eyebrow{display:none!important}.properties-grid{flex-direction:column;gap:22px;display:flex}.property-card{margin-bottom:0;overflow:hidden;background:#fff!important;border:none!important;border-radius:18px!important;outline:none!important;box-shadow:0 12px 30px #0c23400f!important}.property-img-container{border-radius:18px 18px 0 0;height:200px!important}.property-photo-counter{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0c2340d9;border-radius:20px;padding:4px 10px;font-size:.72rem;font-weight:700;top:12px;right:12px}.property-card .slider-arrow{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 2px 8px #00000026;color:#0c2340!important;opacity:.9!important;background:#ffffffd9!important;border:none!important;border-radius:50%!important;width:32px!important;height:32px!important}.property-details{padding:14px 16px!important}.property-type{letter-spacing:.5px;text-transform:uppercase;margin-bottom:2px;font-weight:700;display:inline-block;color:#0c2340!important;background:0 0!important;border:none!important;padding:0!important;font-size:.68rem!important}.property-title{margin-bottom:4px;line-height:1.25;color:#0c2340!important;font-size:1.05rem!important;font-weight:700!important}.property-location{color:#64748b;margin-bottom:10px;font-size:.8rem!important}.property-bottom{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-top:10px;padding-top:10px;display:flex}.property-price{color:#0c2340!important;font-size:1.1rem!important;font-weight:800!important}.property-bottom .btn-secondary-sm{color:#fff!important;background:#0c2340!important;border:none!important;border-radius:50px!important;justify-content:center!important;align-items:center!important;width:auto!important;height:34px!important;padding:7px 16px!important;font-size:.8rem!important;font-weight:700!important;transition:background .2s!important;display:inline-flex!important;box-shadow:0 4px 12px #0c234026!important}.property-bottom .btn-secondary-sm:hover,.property-bottom .btn-secondary-sm:active{color:#fff!important;background:#08172c!important}.properties-see-more-bar{margin-top:24px!important}.reviews-marquee-section{padding-top:32px!important;padding-bottom:36px!important}.verified-reviews-eyebrow{display:none!important}.reviews-section-title{white-space:nowrap;margin-bottom:8px;color:#0c2340!important;font-size:22px!important;font-weight:800!important;line-height:1.3!important}.reviews-marquee-wrapper{scroll-snap-type:x mandatory;touch-action:pan-x pan-y;scrollbar-width:none;box-sizing:border-box;width:100%;padding:8px 16px 16px;-webkit-mask-image:none;mask-image:none;-webkit-overflow-scrolling:touch!important;overflow-x:auto!important}.reviews-marquee-wrapper::-webkit-scrollbar{display:none}.reviews-marquee-track{flex-wrap:nowrap!important;gap:14px!important;width:max-content!important;animation:none!important;display:flex!important;transform:none!important}.marquee-card{scroll-snap-align:start;scroll-snap-stop:always;background:#fff;border:1px solid #e2e8f0;border-radius:16px;min-height:auto;padding:20px 18px;box-shadow:0 4px 16px #0c23400a;flex:0 0 285px!important;width:285px!important;max-width:285px!important}.review-text{font-size:.88rem;line-height:1.48}.review-card-top{margin-bottom:12px}.review-author{padding-top:12px}.author-name{color:#0c2340;font-size:.92rem;font-weight:700}.author-role,.author-loc{font-size:.74rem}.faq-section-eyebrow{display:none!important}#faq.section{padding:32px 0!important}#faq .section-title{margin-bottom:20px!important}#faq .section-title h2{letter-spacing:-.3px!important;color:#0c2340!important;font-size:1.45rem!important;font-weight:800!important}#faq .section-title p{color:#64748b!important;max-width:90%!important;margin:6px auto 0!important;font-size:.84rem!important;line-height:1.45!important}.faq-container{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:18px!important;flex-direction:column!important;gap:0!important;display:flex!important;overflow:hidden!important;box-shadow:0 4px 20px #0c23400a!important}.faq-item{box-shadow:none!important;background:0 0!important;border:none!important;border-bottom:1px solid #f1f5f9!important;border-radius:0!important;transition:background .15s!important;overflow:hidden!important}.faq-item:last-child{border-bottom:none!important}.faq-item-open{background:#f8fafc!important}.faq-question-btn{-webkit-tap-highlight-color:#0c23400d;cursor:pointer!important;text-align:left!important;background:0 0!important;border:none!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;width:100%!important;padding:16px 18px!important;display:flex!important}.faq-question-btn:active{background:#0c234008!important}.faq-q-text{color:#0f172a!important;font-size:.92rem!important;font-weight:600!important;line-height:1.38!important}.faq-item-open .faq-q-text{color:#0c2340!important;font-weight:700!important}.faq-icon-wrapper{background:#f1f5f9!important;border-radius:50%!important;flex-shrink:0!important;justify-content:center!important;align-items:center!important;width:28px!important;height:28px!important;transition:background .2s!important;display:flex!important}.faq-item-open .faq-icon-wrapper{background:#0c2340!important}.faq-chevron{color:#64748b!important;transition:transform .25s,color .2s!important}.faq-item-open .faq-chevron{color:#fff!important}.faq-answer-content{border-top:none!important;padding:0 18px 16px!important}.faq-answer-content p{color:#475569!important;padding-top:4px!important;font-size:.85rem!important;line-height:1.55!important}.faq-bottom-cta{margin-top:22px!important}.faq-bottom-cta p{color:#64748b!important;margin-bottom:10px!important;font-size:.84rem!important}.faq-bottom-cta .btn-secondary-sm{color:#fff!important;background:#0c2340!important;border:none!important;border-radius:25px!important;justify-content:center!important;align-items:center!important;padding:10px 24px!important;font-size:.85rem!important;font-weight:600!important;text-decoration:none!important;display:inline-flex!important;box-shadow:0 4px 14px #0c23402e!important}.contact-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;flex-direction:column;gap:28px;padding:26px 20px;display:flex;box-shadow:0 4px 20px #0c23400d}.contact-video-box .video-controls-bar{opacity:1!important;box-sizing:border-box!important;padding:14px 8px 8px!important;transform:translateY(0)!important}.contact-video-box .video-center-play-btn{opacity:1!important;transform:translate(-50%,-50%)scale(1)!important}.video-controls-bottom{box-sizing:border-box!important;flex-flow:row!important;justify-content:space-between!important;align-items:center!important;gap:4px!important;width:100%!important;margin:0!important;padding:0!important;display:flex!important}.controls-left,.controls-right{flex-flow:row!important;flex-shrink:0!important;align-items:center!important;gap:3px!important;margin:0!important;padding:0!important;display:flex!important}.v-control-btn{flex-shrink:0!important;width:24px!important;min-width:24px!important;height:24px!important;min-height:24px!important;margin:0!important;padding:0!important}.v-control-btn svg{width:14px!important;height:14px!important}.video-time-display{white-space:nowrap!important;letter-spacing:0!important;flex-shrink:0!important;padding:0 2px!important;font-size:10px!important}.contact-info h2{margin-bottom:10px;color:#0c2340!important;font-size:1.6rem!important;font-weight:800!important}.contact-details{gap:14px;margin-top:20px}.contact-row{color:#1e293b;font-size:.9rem}.contact-form,.form-row{flex-direction:column;gap:16px;width:100%;display:flex}.toggle-group{background:#f1f5fa;border:1px solid #e2e8f0;border-radius:12px;grid-template-columns:1fr 1fr;gap:6px;margin-bottom:4px;padding:5px;display:grid}.toggle-btn{text-align:center;border-radius:8px;justify-content:center;align-items:center;min-height:44px;padding:10px 12px;font-size:.88rem;font-weight:600;display:flex}.form-group label{color:#0c2340;margin-bottom:6px;font-size:.84rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{color:#0c2340;box-sizing:border-box;background-color:#fff;border:1.5px solid #cbd5e1;border-radius:12px;width:100%;min-height:48px;padding:12px 16px;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.form-group textarea{min-height:100px;padding:14px 16px}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#0c2340;box-shadow:0 0 0 3px #0c23401f}.contact-form .btn-primary{text-align:center;background:#0c2340;border:none;border-radius:50px;justify-content:center;align-items:center;width:100%;min-height:50px;margin-top:6px;font-size:1rem;font-weight:700;display:flex;box-shadow:0 6px 18px #0c234038;color:#fff!important}.footer{padding:45px 0 25px}.footer-top-grid{grid-template-columns:1fr 1fr;gap:30px 24px}.footer-col-brand{grid-column:1/-1}.footer-social-row{flex-direction:row!important;align-items:center!important;gap:16px!important;margin-top:20px!important;display:flex!important}.footer-social-icon{color:#fff!important;background:#ffffff14!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:36px!important;height:36px!important;text-decoration:none!important;transition:background .3s,transform .2s!important;display:flex!important}.footer-social-icon:hover,.footer-social-icon:active{background:#ca8a04!important}.footer-social-icon svg{color:#fff!important;width:18px!important;height:18px!important;display:block!important}.footer-bottom-row{flex-direction:column-reverse;align-items:flex-start;gap:12px}.floating-chat-container{z-index:9999;bottom:18px;right:18px}.whatsapp-floating-circle-btn{width:52px;height:52px;box-shadow:0 6px 22px #25d3668c}.chat-floating-btn{width:50px;height:50px;bottom:18px;right:18px}.chat-btn-badge{display:none}.chat-window{width:calc(100vw - 28px);height:calc(100vh - 110px);max-height:480px;margin:0;bottom:78px;right:14px}}.city-filter-bar{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin-top:-12px;margin-bottom:28px;display:flex}.city-filter-pill{color:var(--text-muted);cursor:pointer;background:#fff;border:1.5px solid #dbe4ef;border-radius:20px;padding:6px 16px;font-size:.85rem;font-weight:600;transition:all .2s;box-shadow:0 2px 6px #0c23400a}.city-filter-pill:hover{border-color:var(--primary-color);color:var(--primary-color)}.city-filter-pill.active{background-color:var(--primary-color);border-color:var(--primary-color);color:#fff;box-shadow:0 4px 12px #0c234033}.legal-modal-backdrop{-webkit-backdrop-filter:blur(8px);z-index:1000;background:#0f172aa6;justify-content:center;align-items:center;padding:20px;animation:.25s fadeIn;display:flex;position:fixed;inset:0}.legal-modal-card{border-radius:var(--radius-lg);background:#fff;border:1px solid #e2e8f0;width:100%;max-width:600px;max-height:85vh;padding:28px 32px;position:relative;overflow-y:auto;box-shadow:0 20px 45px #00000040}.legal-modal-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;margin-bottom:18px;padding-bottom:14px;display:flex}.legal-modal-header h3{color:#0c2340;margin:0;font-size:1.35rem}.legal-modal-close{cursor:pointer;color:#475569;background:#f1f5fa;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex}.legal-modal-close:hover{color:#0f172a;background:#e2e8f0}.legal-modal-body p{color:#334155;margin-bottom:12px;font-size:.94rem;line-height:1.6}@keyframes fadeIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}#properties.section{padding:36px 0 28px}#properties .section-title{margin-bottom:20px}#properties .section-title h2{margin-bottom:4px;font-size:1.85rem}#properties .section-title p{font-size:.95rem}#properties .property-img-container{height:200px!important}#properties .property-details{padding:14px 16px}#properties .property-title{margin-bottom:4px;font-size:1.05rem}#properties .property-location{margin-bottom:8px}#properties .properties-see-more-bar{margin-top:20px}.btn-see-more{align-items:center;gap:8px;padding:12px 32px;font-size:.98rem;font-weight:700;display:inline-flex;box-shadow:0 8px 20px #c59b2738}.sheet-grab-handle{display:none}.property-detail-modal-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:95%;max-width:960px;max-height:92vh;padding:24px 28px;animation:.25s fadeIn;position:relative;overflow-y:auto;box-shadow:0 25px 60px #00000059}.property-modal-close-btn{cursor:pointer;z-index:10;color:#475569;background:#f1f5fa;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.property-modal-close-btn:hover{color:#0c2340;background:#e2e8f0}.detail-modal-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:32px;width:100%;display:grid}.detail-gallery{flex-direction:column;width:100%;min-width:0;max-width:100%;display:flex}.detail-info-col{width:100%;min-width:0;max-width:100%}.detail-main-img-wrap{background:#0c2340;border-radius:14px;width:100%;min-width:0;max-width:100%;height:360px;position:relative;overflow:hidden}.detail-main-img{object-fit:cover;width:100%;height:100%}.detail-gallery-arrow{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;cursor:pointer;background:#0c2340a6;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.gallery-arrow-left{left:12px}.gallery-arrow-right{right:12px}.detail-thumbnails-row{gap:8px;max-width:100%;margin-top:12px;padding-bottom:2px;display:flex;overflow-x:auto}.detail-thumb-btn{cursor:pointer;border:2px solid #0000;border-radius:8px;flex-shrink:0;width:66px;height:48px;padding:0;overflow:hidden}.detail-thumb-btn.active{border-color:var(--primary-color)}.detail-thumb-btn img{object-fit:cover;width:100%;height:100%}.detail-property-title{color:#0c2340;margin:0 0 4px;font-size:1.45rem;font-weight:800;line-height:1.2}.detail-property-loc{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:4px 8px;margin-bottom:12px;font-size:.88rem;display:flex}.property-id-tag{white-space:nowrap;color:#475569;background:#f1f5fa;border:1px solid #e2e8f0;border-radius:6px;padding:2px 8px;font-size:.78rem;font-weight:700}.detail-pricing-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex-direction:row;justify-content:flex-start;align-items:center;gap:24px;margin-bottom:12px;padding:10px 16px;display:flex}.price-item{flex-direction:column;flex:none;gap:1px;display:flex}.price-label{text-transform:uppercase;color:#64748b;letter-spacing:.03em;white-space:nowrap;font-size:.68rem;font-weight:700}.price-value-highlight{color:#0c2340;white-space:nowrap;font-size:1.18rem;font-weight:800}.price-value{color:#334155;white-space:nowrap;font-size:1.05rem;font-weight:700}.detail-description-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:12px;padding:10px 14px}.detail-description-title{color:#0c2340;margin:0 0 4px;font-size:.88rem;font-weight:700}.detail-description-text{color:#475569;white-space:pre-line;margin:0;font-size:.84rem;line-height:1.4}.detail-highlights{flex-wrap:wrap;gap:6px;margin-bottom:12px;display:flex}.highlight-badge{color:#0c2340;background:#f1f5fa;border:1px solid #e2e8f0;border-radius:20px;align-items:center;gap:6px;padding:4px 10px;font-size:.78rem;font-weight:600;display:inline-flex}.detail-amenities-section h4{color:#0c2340;margin-bottom:8px;font-size:.88rem;font-weight:700}.amenities-grid{grid-template-columns:1fr 1fr;gap:6px 12px;margin-bottom:16px;display:grid}.amenity-chip{color:#334155;word-break:break-word;align-items:flex-start;gap:6px;font-size:.82rem;line-height:1.3;display:flex}.catalog-page-container{background:#f1f5f9;min-height:100vh;padding-bottom:80px}.catalog-header-bar{color:#fff;background:linear-gradient(135deg,#0c2340 0%,#1a3a6e 60%,#0f2d55 100%);padding:0;position:relative;overflow:hidden;box-shadow:0 8px 32px #0c234047}.catalog-header-bar:before{content:"";pointer-events:none;background:radial-gradient(circle,#d4af371f 0%,#0000 70%);width:320px;height:320px;position:absolute;top:-40px;right:-60px}.catalog-header-bar:after{content:"";pointer-events:none;background:radial-gradient(#ffffff0a 0%,#0000 70%);width:500px;height:200px;position:absolute;bottom:-60px;left:20%}.catalog-header-content{z-index:1;justify-content:space-between;align-items:center;gap:24px;padding:28px 0 40px;display:flex;position:relative}@media (width<=768px){.catalog-header-content{flex-direction:column;align-items:center;gap:0;padding:16px 0 24px;position:relative}.catalog-header-left:first-child{z-index:2;position:absolute;top:16px;left:0}.catalog-header-left[style*=hidden]{display:none!important}.catalog-header-center{width:100%;padding-top:56px}}.catalog-header-left{flex-shrink:0}.btn-back-home{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);letter-spacing:.01em;background:#ffffff1f;border:1px solid #fff3;border-radius:20px;align-items:center;gap:6px;padding:6px 14px;font-family:inherit;font-size:.78rem;font-weight:600;transition:all .25s;display:inline-flex}.btn-back-home:hover{background:#ffffff38;border-color:#fff6;transform:translate(-2px)}.catalog-header-center{text-align:center;flex:1}.catalog-header-eyebrow{color:#f0c84b;letter-spacing:.1em;text-transform:uppercase;background:#d4af372e;border:1px solid #d4af3759;border-radius:20px;align-items:center;gap:6px;margin-bottom:10px;padding:4px 12px;font-size:.72rem;font-weight:700;display:inline-flex}.catalog-brand-title h1{color:#fff;letter-spacing:-.02em;margin:0 0 6px;font-size:2rem;font-weight:800;line-height:1.15}.catalog-brand-title p{color:#ffffffc7;margin:0;font-size:.92rem}@media (width<=768px){.catalog-brand-title{text-align:center}.catalog-brand-title h1{font-size:1.55rem;line-height:1.2}.catalog-brand-title p{max-width:280px;margin:0 auto;font-size:.83rem}}.catalog-header-stats{flex-shrink:0;gap:20px;display:flex}.catalog-stat-pill{text-align:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff14;border:1px solid #ffffff24;border-radius:14px;flex-direction:column;align-items:center;min-width:72px;padding:10px 18px;display:flex}.catalog-stat-pill strong{color:#f0c84b;font-size:1.25rem;font-weight:800;line-height:1}.catalog-stat-pill span{color:#ffffffa6;text-transform:uppercase;letter-spacing:.05em;margin-top:3px;font-size:.68rem;font-weight:600}.catalog-controls-card{z-index:10;background:#fff;border:1px solid #e2e8f0cc;border-radius:20px;margin-top:28px;margin-bottom:28px;padding:24px 28px 20px;position:relative;box-shadow:0 8px 36px #0c23401a}@media (width<=768px){.catalog-controls-card{border-radius:16px;margin-top:16px;margin-bottom:16px;padding:16px 14px 14px}}.catalog-search-row{gap:12px;margin-bottom:18px;display:flex}.search-input-wrap{flex:1;align-items:center;display:flex;position:relative}.search-icon{color:#94a3b8;pointer-events:none;position:absolute;left:16px}.search-input-wrap input{color:#0c2340;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;width:100%;padding:13px 90px 13px 46px;font-family:inherit;font-size:.93rem;transition:border-color .2s,box-shadow .2s,background .2s}@media (width<=768px){.search-input-wrap input{padding:11px 70px 11px 40px;font-size:.82rem}.search-icon{left:12px}}.search-input-wrap input:focus{background:#fff;border-color:#1a3a6e;outline:none;box-shadow:0 0 0 3px #1a3a6e14}.search-input-wrap input::placeholder{color:#94a3b8}.clear-search-btn{cursor:pointer;color:#475569;background:#e2e8f0;border:none;border-radius:10px;padding:5px 12px;font-family:inherit;font-size:.75rem;font-weight:600;transition:background .2s;position:absolute;right:12px}.clear-search-btn:hover{background:#cbd5e1}.catalog-dropdowns-row{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:18px;display:grid}.filter-sort-item{grid-column:1/-1}@media (width>=769px){.catalog-dropdowns-row{grid-template-columns:repeat(5,1fr)}.filter-sort-item{grid-column:auto}}.filter-dropdown-item{flex-direction:column;gap:6px;min-width:0;display:flex}.filter-dropdown-item label{color:#64748b;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:5px;font-size:.7rem;font-weight:700;display:flex;overflow:hidden}.filter-dropdown-item select{color:#0c2340;cursor:pointer;appearance:auto;background:#f8fafc;border:2px solid #e2e8f0;border-radius:10px;width:100%;padding:10px 12px;font-family:inherit;font-size:.86rem;font-weight:600;transition:border-color .2s,box-shadow .2s,background .2s}.filter-dropdown-item select:focus{background:#fff;border-color:#1a3a6e;outline:none;box-shadow:0 0 0 3px #1a3a6e14}@media (width<=768px){.catalog-dropdowns-row{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}.filter-dropdown-item select{padding:8px!important;font-size:.8rem!important}}.catalog-city-pills-row{border-top:1px solid #f1f5f9;padding-top:12px}.pills-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.pills-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.07em;white-space:nowrap;font-size:.7rem;font-weight:700}.pills-group{flex-wrap:wrap;gap:6px;display:flex}.city-filter-pill{color:#64748b;cursor:pointer;letter-spacing:.01em;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:20px;padding:5px 13px;font-family:inherit;font-size:.76rem;font-weight:600;transition:all .2s}.city-filter-pill:hover{color:#1a3a6e;background:#eff6ff;border-color:#1a3a6e}.city-filter-pill.active{color:#fff;background:#0c2340;border-color:#0c2340;box-shadow:0 3px 8px #0c234033}.btn-reset-filters{color:#dc2626;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#fef2f2,#fff5f5);border:1.5px solid #fecaca;border-radius:20px;align-items:center;gap:5px;padding:6px 14px;font-family:inherit;font-size:.78rem;font-weight:700;transition:all .2s;display:inline-flex}.btn-reset-filters:hover{background:#fee2e2;border-color:#fca5a5;transform:scale(1.03)}.catalog-results-meta{justify-content:space-between;align-items:center;margin-bottom:22px;padding:0 2px;display:flex}.results-count{color:#475569;font-size:.93rem;font-weight:500}.results-count strong{color:#0c2340;font-weight:800}.results-badge{color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:20px;align-items:center;gap:6px;padding:5px 12px;font-size:.82rem;font-weight:700;display:inline-flex}.catalog-card-wrapper{cursor:pointer;transition:transform .2s;position:relative}.catalog-card-wrapper:hover{transform:translateY(-4px)}.property-img-hover-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;opacity:0;pointer-events:none;z-index:9;background:#0c2340e0;border:1px solid #ffffff40;border-radius:20px;padding:6px 14px;font-size:.78rem;font-weight:700;transition:all .25s cubic-bezier(.16,1,.3,1);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.9);box-shadow:0 4px 14px #00000040}.property-card:hover .property-img-hover-overlay{opacity:1;transform:translate(-50%,-50%)scale(1)}.catalog-empty-state{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:60px 32px}.type-filter-wrap{align-items:center;gap:8px;display:flex}.admin-login-screen{background:radial-gradient(circle at 15% 20%,#ca8a042e 0%,#0000 45%),radial-gradient(circle at 85% 80%,#1e3a8a80 0%,#0000 50%),linear-gradient(135deg,#071529 0%,#0c2340 50%,#1e3a8a 100%);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex;position:relative;overflow:hidden}.admin-login-orb{filter:blur(80px);pointer-events:none;border-radius:50%;position:absolute}.admin-login-orb.orb-1{background:#ca8a0438;width:320px;height:320px;top:10%;left:10%}.admin-login-orb.orb-2{background:#2563eb47;width:380px;height:380px;bottom:10%;right:10%}.admin-login-card{z-index:10;-webkit-backdrop-filter:blur(20px);background:#fffffff5;border:1px solid #fffc;border-radius:24px;width:100%;max-width:450px;padding:40px 36px;transition:transform .3s;position:relative;box-shadow:0 30px 70px #07152973,0 0 0 1px #ffffff1a}.admin-logo-img{object-fit:contain;width:auto;height:42px;display:block}.admin-login-brand-wrap{justify-content:center;align-items:center;margin:0 auto 16px;display:flex}.admin-login-brand-logo{object-fit:contain;filter:drop-shadow(0 4px 12px #0c23401f);max-width:240px;height:68px}.login-header h2{color:#0c2340;letter-spacing:-.02em;margin-bottom:6px;font-size:1.45rem;font-weight:800}.login-header p{color:#64748b;margin-bottom:24px;font-size:.86rem;line-height:1.4}.login-input-wrap{align-items:center;display:flex;position:relative}.login-input-icon{color:#94a3b8;pointer-events:none;transition:color .2s;position:absolute;left:14px}.login-input-wrap input{width:100%;font-size:.92rem;color:#0c2340!important;background:#f8fafc!important;border:1px solid #cbd5e1!important;border-radius:12px!important;padding:12px 42px!important;transition:all .2s!important}.login-input-wrap input:focus{background:#fff!important;border-color:#0c2340!important;outline:none!important;box-shadow:0 0 0 4px #0c23401a!important}.login-input-wrap input:focus+.login-input-icon,.login-input-wrap:focus-within .login-input-icon{color:#0c2340}.password-toggle-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:color .2s;display:flex;position:absolute;right:12px}.password-toggle-btn:hover{color:#0c2340}.login-autofill-box{margin:16px 0 12px}.btn-autofill-demo{color:#0369a1;cursor:pointer;background:#f0f9ff;border:1.5px dashed #bae6fd;border-radius:12px;justify-content:space-between;align-items:center;width:100%;padding:10px 14px;font-size:.82rem;font-weight:600;transition:all .2s;display:flex}.btn-autofill-demo:hover{background:#e0f2fe;border-color:#7dd3fc;transform:translateY(-1px)}.autofill-tag{color:#0c2340;background:#fff;border:1px solid #bae6fd;border-radius:6px;padding:2px 8px;font-family:monospace;font-size:.76rem;font-weight:700}.btn-login-submit{color:#fff!important;background:linear-gradient(135deg,#0c2340 0%,#1e3a8a 100%)!important;border-radius:12px!important;font-size:.95rem!important;font-weight:700!important;transition:all .2s!important;box-shadow:0 8px 20px #0c234040!important}.btn-login-submit:hover{transform:translateY(-1px)!important;box-shadow:0 12px 25px #0c234059!important}.btn-return-website{color:#64748b;cursor:pointer;background:0 0;border:none;font-size:.85rem;font-weight:600;transition:all .2s}.btn-return-website:hover{color:#0c2340;text-decoration:underline}.admin-dashboard-container{background:#f8fafc;min-height:100vh;padding-bottom:60px}.admin-top-bar{color:#fff;z-index:100;background:linear-gradient(135deg,#071529 0%,#0c2340 100%);border-bottom:1px solid #ffffff14;padding:14px 0;position:sticky;top:0;box-shadow:0 4px 16px #0003}.admin-top-content{justify-content:space-between;align-items:center;gap:16px;display:flex}.admin-brand{align-items:center;gap:10px;display:flex}.admin-header-logo{object-fit:contain;filter:brightness(1.1);width:auto;height:34px}.admin-brand-text{align-items:center;gap:8px;display:flex}.admin-brand h3{color:#fff;white-space:nowrap;letter-spacing:-.02em;margin:0;font-size:1.1rem;font-weight:700}.cloud-sync-badge{color:#4ade80;white-space:nowrap;letter-spacing:.3px;background:#22c55e26;border:1px solid #4ade8040;border-radius:10px;align-items:center;gap:3px;padding:2px 8px;font-size:.65rem;font-weight:700;display:inline-flex}.admin-top-actions{align-items:center;gap:8px;display:flex}.btn-header-live{color:#fff;white-space:nowrap;background:#ffffff1a;border:1px solid #ffffff26;border-radius:8px;align-items:center;gap:5px;padding:7px 14px;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-header-live:hover{background:#fff3;border-color:#ffffff4d}.btn-header-logout{color:#fca5a5;cursor:pointer;white-space:nowrap;background:#ef444426;border:1px solid #ef444440;border-radius:8px;align-items:center;gap:5px;padding:7px 14px;font-size:.8rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-header-logout:hover{color:#fecaca;background:#ef44444d}.admin-main-body{padding-top:28px}.admin-toolbar-row{flex-wrap:wrap;align-items:center;gap:14px;margin-top:18px;margin-bottom:24px;display:flex}.admin-search-wrap{align-items:center;width:100%;max-width:480px;display:flex;position:relative}.admin-search-wrap .admin-search-icon{color:#64748b;pointer-events:none;position:absolute;left:14px}.admin-search-wrap input.admin-search-input{color:#0c2340!important;background:#f8fafc!important;border:1.5px solid #cbd5e1!important;border-radius:12px!important;width:100%!important;height:44px!important;padding:10px 14px 10px 42px!important;font-size:.88rem!important;transition:all .2s cubic-bezier(.4,0,.2,1)!important;box-shadow:inset 0 1px 2px #00000005!important}.admin-search-wrap input.admin-search-input:focus{background:#fff!important;border-color:#0c2340!important;outline:none!important;box-shadow:0 0 0 3px #0c23401f!important}.admin-filter-select{color:#0c2340!important;cursor:pointer!important;background:#fff!important;border:1px solid #cbd5e1!important;border-radius:10px!important;width:180px!important;min-width:160px!important;max-width:220px!important;padding:10px 14px!important;font-size:.88rem!important;font-weight:600!important;transition:all .2s!important;display:inline-block!important;box-shadow:0 1px 3px #0000000a!important}.admin-filter-select:focus{border-color:#0c2340!important;outline:none!important;box-shadow:0 0 0 3px #0c23401a!important}.btn-logout{color:#f87171;cursor:pointer;background:#ef444426;border:1px solid #ef44444d;border-radius:8px;align-items:center;gap:6px;padding:7px 14px;font-size:.82rem;font-weight:600;display:inline-flex}.desktop-tab-label{display:inline}.mobile-tab-label{display:none}.admin-tabs-row{flex-wrap:wrap;gap:12px;margin:28px 0 20px;display:flex}.admin-tab-btn{color:#475569;border-radius:var(--radius-sm);cursor:pointer;background:#fff;border:1.5px solid #cbd5e1;align-items:center;gap:8px;padding:12px 20px;font-size:.92rem;font-weight:700;transition:all .2s;display:inline-flex}.admin-tab-btn.active{background:var(--primary-color);border-color:var(--primary-color);color:#fff;box-shadow:0 4px 12px #0c234033}.admin-card-section{border-radius:var(--radius-md);background:#fff;border:1px solid #e2e8f0;padding:24px;overflow:visible;box-shadow:0 4px 20px #0c23400d}.add-property-form-saas{flex-direction:column;gap:24px;display:flex}.saas-form-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;transition:all .3s;overflow:hidden;box-shadow:0 4px 16px #0c234008}.admin-edit-modal-saas{border-radius:16px!important;width:92%!important;max-width:860px!important;max-height:90vh!important;padding:28px!important;overflow-y:auto!important;box-shadow:0 20px 40px #0715294d!important}.saas-form-card:hover{border-color:#cbd5e1;box-shadow:0 8px 24px #0c23400f}.saas-card-header{background:#f8fafc;border-bottom:1px solid #f1f5f9;align-items:center;gap:14px;padding:18px 24px;display:flex}.saas-card-header.flex-between{justify-content:space-between}.saas-card-header .flex-align{align-items:center;gap:14px;display:flex}.saas-card-number{color:#fff;background:#0c2340;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;font-weight:700;display:flex}.saas-card-title{color:#0c2340;margin:0;font-size:1.05rem;font-weight:700}.saas-card-subtitle{color:#64748b;margin:2px 0 0;font-size:.82rem}.saas-card-body{flex-direction:column;gap:24px;padding:24px;display:flex}.saas-grid-3fr-1fr{box-sizing:border-box;grid-template-columns:3fr 1fr;gap:24px;width:100%;display:grid}.saas-grid-3{box-sizing:border-box;grid-template-columns:repeat(3,1fr);gap:24px;width:100%;display:grid}@media (width<=768px){.saas-grid-3fr-1fr,.saas-grid-3{grid-template-columns:1fr!important;gap:16px!important}}.saas-field{flex-direction:column;display:flex}.saas-label{display:block;color:#1e293b!important;margin-bottom:8px!important;font-size:14px!important;font-weight:600!important}.saas-input{color:#0c2340!important;box-sizing:border-box!important;background:#fff!important;border:1px solid #cbd5e1!important;border-radius:8px!important;width:100%!important;padding:12px 16px!important;font-size:.92rem!important;transition:all .2s!important;box-shadow:0 1px 2px #00000005!important}.saas-input:focus{border-color:#0c2340!important;outline:none!important;box-shadow:0 0 0 3px #0c23401a!important}.saas-select{cursor:pointer}.saas-textarea{resize:vertical;min-height:80px}.purpose-checkbox-group{flex-wrap:wrap;gap:12px;margin-top:6px;display:flex}.purpose-checkbox-pill{color:#334155;cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;border:1.5px solid #cbd5e1;border-radius:50px;align-items:center;gap:10px;padding:10px 20px;font-size:.9rem;font-weight:600;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 1px 3px #00000008}.purpose-checkbox-pill input[type=checkbox]{accent-color:#0c2340;cursor:pointer;width:17px;height:17px}.purpose-checkbox-pill.active{color:#fff!important;background:#0c2340!important;border-color:#0c2340!important;font-weight:600!important;box-shadow:0 4px 14px #0c234040!important}.purpose-checkbox-pill.active span{color:#fff!important}.saas-upload-dropzone{text-align:center;background:#f1f5f9;border:2px dashed #94a3b8;border-radius:12px;padding:28px 20px;transition:all .2s}.saas-upload-dropzone:hover{background:#e2e8f0;border-color:#0c2340}.saas-upload-icon{color:#0c2340;margin-bottom:8px}.saas-upload-title{color:#0c2340;margin:0 0 4px;font-size:1rem;font-weight:700}.saas-upload-sub{color:#64748b;margin:0 0 14px;font-size:.82rem}.btn-upload-saas{cursor:pointer;background:#0c2340;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 4px 14px #0c234033;color:#fff!important}.btn-upload-saas:hover{background:#173766;transform:translateY(-1px);box-shadow:0 6px 18px #0c234040}.extra-fields-stack{flex-direction:column;gap:12px;display:flex}.extra-field-grid{grid-template-columns:1fr 1fr auto;align-items:center;gap:12px;display:grid}.empty-fields-text{color:#64748b;margin:0;font-size:.85rem;font-style:italic}.btn-publish-saas{color:#fff;cursor:pointer;background:#0c2340;border:none;border-radius:50px;justify-content:center;align-items:center;gap:10px;width:100%;padding:16px 32px;font-size:1.05rem;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 8px 24px #0c234033}.btn-publish-saas:hover{background:#173766;transform:translateY(-2px);box-shadow:0 12px 30px #0c23404d}.admin-section-header{border-bottom:1px solid #f1f5fa;margin-bottom:24px;padding-bottom:16px}.admin-section-header h3{color:#0c2340;margin:0 0 4px;font-size:1.35rem}.admin-section-header p{color:var(--text-muted);margin:0;font-size:.88rem}.admin-success-banner{color:#166534;border-radius:var(--radius-sm);background:#f0fdf4;border:1px solid #bbf7d0;align-items:center;gap:12px;margin-bottom:20px;padding:12px 18px;font-weight:600;display:flex}.saas-media-header-row{justify-content:space-between;align-items:center;gap:10px;width:100%;margin-bottom:12px;display:flex}.btn-add-photo-pill{color:#fff;cursor:pointer;white-space:nowrap;background:#0c2340;border:none;border-radius:20px;align-items:center;gap:5px;padding:6px 14px;font-size:.78rem;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 2px 6px #0c234026}.btn-add-photo-pill:hover{background:#1e3a8a}.image-url-input-row{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:10px;margin-bottom:10px;padding:8px 10px;display:flex}.media-url-thumb{object-fit:cover;border:1px solid #cbd5e1;border-radius:8px;flex-shrink:0;width:44px;min-width:44px;height:44px;box-shadow:0 1px 3px #0000000d}.btn-icon-danger{color:#e11d48;cursor:pointer;background:#fff1f2;border:1px solid #fecdd3;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;transition:all .2s;display:flex}.btn-icon-danger:hover{color:#fff;background:#e11d48;border-color:#e11d48}.multi-file-upload-box{text-align:center;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:12px;padding:16px;transition:all .2s}.multi-file-upload-box:hover{background:#f1f5f9;border-color:#0c2340}.btn-upload-multiple{cursor:pointer;background:#0c2340;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:10px 20px;font-size:.88rem;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 4px 12px #0c234033;color:#fff!important}.btn-upload-multiple:hover{background:#173766;transform:translateY(-1px)}.upload-help-text{color:#64748b;margin-top:6px;font-size:.76rem;display:block}.preset-photos-bar{flex-wrap:wrap;align-items:center;gap:8px;margin-top:8px;display:flex}.preset-label{color:#64748b;align-items:center;gap:4px;font-size:.78rem;font-weight:600;display:flex}.preset-chip{color:#0c2340;cursor:pointer;background:#f1f5fa;border:1px solid #cbd5e1;border-radius:12px;padding:4px 10px;font-size:.75rem;font-weight:600}.admin-properties-table-wrap{border-radius:var(--radius-lg);background:#fff;border:1px solid #e2e8f0;width:100%;margin-top:14px;overflow-x:auto}.admin-table{border-collapse:collapse;width:100%;min-width:860px}.admin-table th,.admin-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #f1f5fa;font-size:.9rem;padding:14px 20px!important}.admin-table th{color:#475569;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;background:#f8fafc;border-bottom:1px solid #e2e8f0;font-size:.75rem;font-weight:700}.admin-table tr:hover td{background-color:#f8fafc}.admin-table td img,.table-prop-img{box-shadow:0 2px 6px #00000014;object-fit:cover!important;border-radius:6px!important;width:60px!important;max-width:60px!important;height:44px!important;max-height:44px!important;display:block!important}.table-badge{color:#0c2340;white-space:nowrap;background:#f1f5fa;border:1px solid #e2e8f0;border-radius:12px;padding:4px 10px;font-size:.78rem;font-weight:600;display:inline-block}.table-actions-cell{white-space:nowrap;flex-wrap:nowrap;align-items:center;gap:8px;display:flex}.btn-edit-sm{color:#1d4ed8;cursor:pointer;background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;align-items:center;gap:5px;padding:6px 12px;font-size:.78rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-edit-sm:hover{color:#1e40af;background:#dbeafe;border-color:#93c5fd;transform:translateY(-1px)}.btn-danger-sm{color:#dc2626;cursor:pointer;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;align-items:center;gap:5px;padding:6px 12px;font-size:.78rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-danger-sm:hover{color:#b91c1c;background:#fee2e2;border-color:#fca5a5;transform:translateY(-1px)}.admin-edit-modal{width:92%!important;max-width:680px!important;max-height:88vh!important;margin:auto!important;overflow-y:auto!important}.admin-inquiries-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:18px;display:grid}.inquiry-card{border-radius:var(--radius-sm);background:#f8fafc;border:1px solid #e2e8f0;padding:16px 20px}.inquiry-user-type{color:var(--primary-color);font-size:.78rem;font-weight:700}.inquiry-date{color:#94a3b8;font-size:.75rem}.inquiry-card h4{color:#0c2340;margin:8px 0 4px}.inquiry-contact{color:#475569;margin-bottom:8px;font-size:.85rem}.inquiry-msg{color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:8px 12px;font-size:.85rem;font-style:italic}@media (width<=768px){.detail-modal-grid{grid-template-columns:1fr}.catalog-search-row{flex-direction:column}.property-detail-modal-card{padding:20px}}.mobile-restriction-overlay{z-index:999999;background:radial-gradient(circle at 50% 30%,#ca8a0426 0%,#0000 60%),linear-gradient(135deg,#071529 0%,#0c2340 50%,#1e3a8a 100%);justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0;overflow-y:auto}.mobile-restriction-card{-webkit-backdrop-filter:blur(20px);text-align:center;background:#fffffffa;border:1px solid #fffc;border-radius:24px;width:100%;max-width:420px;padding:36px 24px;box-shadow:0 25px 60px #07152980,0 0 0 1px #ffffff4d}.mobile-brand-wrap{margin-bottom:12px}.mobile-restriction-icon{object-fit:contain;filter:drop-shadow(0 4px 12px #ca8a0440);width:64px;height:64px;margin:0 auto;display:block}.mobile-badge-tag{color:#1e3a8a;text-transform:uppercase;letter-spacing:.04em;background:#eff6ff;border:1px solid #bfdbfe;border-radius:20px;align-items:center;gap:6px;margin-bottom:14px;padding:4px 14px;font-size:.78rem;font-weight:700;display:inline-flex}.mobile-restriction-card h2{color:#0c2340;margin-bottom:10px;font-size:1.4rem;font-weight:800}.mobile-restriction-desc{color:#475569;margin-bottom:20px;font-size:.9rem;line-height:1.5}.mobile-info-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:24px;padding:12px 16px}.mobile-info-item{color:#0c2340;justify-content:center;align-items:center;gap:8px;font-size:.85rem;font-weight:600;display:flex}.mobile-cta-group{flex-direction:column;gap:12px;margin-bottom:20px;display:flex}.btn-whatsapp-mobile-card{background:linear-gradient(135deg,#0f2d4a 0%,#0c2340 100%);border:1.5px solid #25d36666;border-radius:12px;justify-content:center;align-items:center;gap:10px;padding:13px 20px;font-size:.92rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 4px 14px #0c234033;color:#fff!important}.btn-whatsapp-mobile-card:hover{background:#163a63;border-color:#25d366;transform:translateY(-1px)}.btn-call-mobile-card{background:#0c2340;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex;color:#fff!important}.btn-bypass-mobile{color:#64748b;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;gap:6px;margin-top:4px;padding:6px;font-size:.82rem;font-weight:600;transition:color .2s;display:flex}.btn-bypass-mobile:hover{color:#0c2340;text-decoration:underline}.mobile-restriction-footer{color:#94a3b8;margin:0;font-size:.76rem}.desktop-metric-lbl{display:inline}.mobile-metric-lbl{display:none}.admin-metrics-grid{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:20px;display:grid}.admin-metric-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;gap:10px;padding:16px 18px;transition:all .2s;display:flex;box-shadow:0 2px 8px #0f172a0a}.admin-metric-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0f172a12}.admin-metric-icon{color:#d97706;background:#64748b14;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.admin-metric-icon.gold{color:#ca8a04;background:#eab30814}.admin-metric-icon.green{color:#16a34a;background:#22c55e14}.admin-metric-icon.blue{color:#2563eb;background:#2563eb14}.admin-metric-val{color:#0c2340;font-size:1.5rem;font-weight:800;line-height:1}.admin-metric-lbl{color:#64748b;margin-top:-2px;font-size:.78rem;font-weight:600}.admin-table tbody tr{transition:background-color .2s}.admin-table tbody tr:hover{background-color:#f8fafc!important}.admin-table td{border-bottom:1px solid #f1f5f9!important}.table-prop-id-badge{color:#64748b;font-family:monospace,SFMono-Regular,Consolas;font-size:12px;font-weight:600;display:inline-block}.table-status-pill.available{color:#047857!important;letter-spacing:.2px!important;background:#ecfdf5!important;border:1px solid #a7f3d0!important;font-size:11.5px!important;font-weight:600!important}.table-status-pill.available .status-dot{background:#10b981!important}.table-status-pill.occupied{color:#be123c!important;letter-spacing:.2px!important;background:#fff1f2!important;border:1px solid #fecdd3!important;font-size:11.5px!important;font-weight:600!important}.table-status-pill.occupied .status-dot{background:#f43f5e!important}.status-dot{background:currentColor;border-radius:50%;width:6px;height:6px}.table-featured-btn{cursor:pointer;color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:5px 12px;font-size:12px;font-weight:600;transition:all .2s}.table-featured-btn:hover{background:#f1f5f9;border-color:#cbd5e1}.table-featured-btn.active{color:#b45309!important;background:#fef3c7!important;border-color:#fde68a!important;box-shadow:0 2px 6px #f59e0b26!important}.btn-table-edit{color:#0c2340!important;cursor:pointer!important;background:#f8fafc!important;border:1.5px solid #cbd5e1!important;border-radius:8px!important;align-items:center!important;gap:6px!important;padding:6px 14px!important;font-size:13px!important;font-weight:600!important;transition:all .2s!important;display:inline-flex!important}.btn-table-edit:hover{color:#fff!important;background:#0c2340!important;border-color:#0c2340!important}.btn-table-remove{color:#dc2626;cursor:pointer;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-size:13px;font-weight:600;transition:all .2s;display:inline-flex}.btn-table-remove:hover{color:#b91c1c;background:#fee2e2;border-color:#fca5a5}.status-badge{text-transform:capitalize;border-radius:12px;align-items:center;gap:5px;padding:3px 10px;font-size:.75rem;font-weight:700;display:inline-flex}.status-badge.pending{color:#d97706;background:#fef3c7;border:1px solid #fde68a}.status-badge.contacted{color:#1d4ed8;background:#dbeafe;border:1px solid #bfdbfe}.status-badge.converted{color:#15803d;background:#dcfce7;border:1px solid #bbf7d0}.inquiry-actions-row{border-top:1px dashed #e2e8f0;justify-content:space-between;align-items:center;gap:8px;margin-top:12px;padding-top:10px;display:flex}.inquiry-status-select{color:#0c2340;background:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:4px 8px;font-size:.78rem;font-weight:600}.btn-whatsapp-sm{background:#25d366;border-radius:6px;align-items:center;gap:4px;padding:4px 10px;font-size:.76rem;font-weight:700;text-decoration:none;display:inline-flex;color:#fff!important}.btn-whatsapp-sm:hover{background:#1eb954}@keyframes slideUpBottomSheet{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (width<=600px){.legal-modal-backdrop{align-items:flex-end!important;padding:0!important;overflow:hidden!important}.property-detail-modal-card{overscroll-behavior-y:contain!important;width:100%!important;max-width:100%!important;max-height:90vh!important;padding:12px 16px calc(28px + env(safe-area-inset-bottom,16px)) 16px!important;box-sizing:border-box!important;-webkit-overflow-scrolling:touch!important;z-index:1001!important;background:#fff!important;border:none!important;border-top:1px solid #e2e8f0e6!important;border-radius:24px 24px 0 0!important;margin:0!important;animation:.3s cubic-bezier(.16,1,.3,1) forwards slideUpBottomSheet!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;overflow:hidden auto!important;box-shadow:0 -10px 40px #0000004d!important}.sheet-grab-handle{background:#cbd5e1!important;border-radius:3px!important;width:40px!important;height:5px!important;margin:6px auto 12px!important;display:block!important}.property-modal-close-btn{z-index:20!important;background:#f1f5fa!important;border:1px solid #e2e8f0!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:36px!important;height:36px!important;display:flex!important;position:absolute!important;top:12px!important;right:16px!important;box-shadow:0 2px 8px #00000014!important}.detail-gallery{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important;margin-top:4px!important;overflow:hidden!important}.detail-main-img-wrap{box-sizing:border-box!important;border-radius:16px!important;width:100%!important;max-width:100%!important;height:230px!important}.detail-thumbnails-row{box-sizing:border-box!important;white-space:nowrap!important;-webkit-overflow-scrolling:touch!important;background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:12px!important;gap:10px!important;width:100%!important;min-width:0!important;max-width:100%!important;margin-top:10px!important;padding:8px 10px!important;overflow-x:auto!important}.detail-thumb-btn{border-radius:8px!important;flex-shrink:0!important;width:68px!important;height:48px!important}.detail-modal-grid{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important;display:block!important}.detail-info-col{box-sizing:border-box!important;width:100%!important;min-width:0!important;margin-top:16px!important}.detail-property-title{word-break:break-word!important;white-space:normal!important;margin-top:6px!important;font-size:1.3rem!important;line-height:1.3!important}.detail-property-loc{word-break:break-word!important;flex-wrap:wrap!important;align-items:center!important;gap:6px!important;margin-bottom:16px!important;font-size:.88rem!important;display:flex!important}.detail-pricing-box{box-sizing:border-box!important;background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:14px!important;flex-direction:row!important;justify-content:space-between!important;align-items:flex-start!important;gap:10px!important;width:100%!important;margin-bottom:18px!important;padding:12px 14px!important;display:flex!important}.price-item{flex-direction:column!important;flex:1 1 0!important;gap:2px!important;min-width:0!important;display:flex!important}.price-label{color:#64748b!important;letter-spacing:.02em!important;text-transform:uppercase!important;white-space:nowrap!important;text-overflow:ellipsis!important;font-size:.65rem!important;font-weight:700!important;overflow:hidden!important}.price-value-highlight{color:#0c2340!important;white-space:nowrap!important;font-size:1.05rem!important;font-weight:800!important}.price-value{color:#334155!important;white-space:nowrap!important;font-size:.95rem!important;font-weight:700!important}.detail-description-section{box-sizing:border-box!important;background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:14px!important;width:100%!important;margin-bottom:18px!important;padding:14px 16px!important}.detail-description-title{color:#0c2340!important;margin:0 0 6px!important;font-size:.95rem!important;font-weight:700!important}.detail-description-text{color:#475569!important;word-break:break-word!important;overflow-wrap:break-word!important;white-space:pre-line!important;margin:0!important;font-size:.88rem!important;line-height:1.5!important}.detail-highlights{box-sizing:border-box!important;flex-direction:column!important;gap:8px!important;width:100%!important;margin-bottom:18px!important;display:flex!important}.highlight-badge{color:#0c2340!important;box-sizing:border-box!important;white-space:normal!important;word-break:break-word!important;background:#f1f5fa!important;border:1px solid #e2e8f0!important;border-radius:12px!important;justify-content:flex-start!important;align-items:center!important;gap:8px!important;width:100%!important;padding:10px 14px!important;font-size:.85rem!important;font-weight:600!important;display:flex!important}.detail-amenities-section{box-sizing:border-box!important;width:100%!important;margin-bottom:18px!important}.detail-amenities-section h4{color:#0c2340!important;margin-bottom:10px!important;font-size:.95rem!important;font-weight:700!important}.amenities-grid{box-sizing:border-box!important;flex-direction:column!important;gap:8px!important;width:100%!important;margin-bottom:18px!important;display:flex!important}.amenity-chip{color:#334155!important;box-sizing:border-box!important;white-space:normal!important;word-break:break-word!important;background:#f8fafc!important;border:1px solid #f1f5f9!important;border-radius:8px!important;align-items:center!important;gap:8px!important;width:100%!important;padding:6px 10px!important;font-size:.88rem!important;display:flex!important}.detail-cta-row{box-sizing:border-box!important;width:100%!important;margin-top:20px!important}.properties-see-more-bar{margin-top:36px!important;margin-bottom:24px!important}.reviews-section-subtitle{text-align:center!important;margin:8px auto 0!important;padding:0 12px!important;font-size:.9rem!important;line-height:1.5!important}.admin-top-bar{border-radius:0!important;padding:16px 0!important}.admin-top-content{flex-flow:row!important;justify-content:space-between!important;align-items:center!important;gap:10px!important;width:100%!important;display:flex!important}.admin-brand{flex-shrink:1!important;align-items:center!important;gap:10px!important;min-width:0!important;display:flex!important}.admin-header-logo{flex-shrink:0!important;height:36px!important}.admin-brand-text{align-items:center!important;gap:8px!important;min-width:0!important;display:flex!important}.admin-brand-heading{color:#fff!important;white-space:nowrap!important;margin:0!important;font-size:1.05rem!important;font-weight:700!important}.cloud-sync-badge{border-radius:8px!important;flex-shrink:0!important;padding:3px 8px!important;font-size:.65rem!important}.admin-top-actions{flex-direction:row!important;flex-shrink:0!important;gap:8px!important;display:flex!important}.btn-header-live,.btn-header-logout{white-space:nowrap!important;border-radius:7px!important;align-items:center!important;gap:4px!important;height:30px!important;padding:0 10px!important;font-size:.7rem!important;font-weight:600!important;display:inline-flex!important}.desktop-tab-label{display:none!important}.mobile-tab-label{display:inline!important}.admin-tabs-row{box-sizing:border-box!important;background:#f1f5f9!important;border:1px solid #e2e8f0!important;border-radius:12px!important;grid-template-columns:repeat(3,1fr)!important;gap:4px!important;width:100%!important;margin:16px 0 20px!important;padding:4px!important;display:grid!important}.admin-tab-btn{text-align:center!important;box-sizing:border-box!important;white-space:nowrap!important;color:#475569!important;background:0 0!important;border:none!important;border-radius:9px!important;flex-direction:row!important;justify-content:center!important;align-items:center!important;gap:5px!important;width:100%!important;height:44px!important;min-height:44px!important;margin:0!important;padding:0 4px!important;font-size:.8rem!important;font-weight:600!important;line-height:1!important;transition:all .2s cubic-bezier(.4,0,.2,1)!important;display:flex!important}.admin-tab-btn.active{color:#fff!important;background:#0c2340!important;border-color:#0000!important;box-shadow:0 2px 8px #0c234040!important}.tab-btn-title{white-space:nowrap!important;text-align:center!important;flex-direction:row!important;justify-content:center!important;align-items:center!important;gap:2px!important;font-size:.78rem!important;display:inline-flex!important}.tab-count-badge{opacity:.9!important;font-weight:700!important}.desktop-metric-lbl{display:none!important}.mobile-metric-lbl{display:inline!important}.admin-metrics-grid{box-sizing:border-box!important;grid-template-columns:repeat(4,1fr)!important;gap:6px!important;width:100%!important;margin-bottom:14px!important;display:grid!important}.admin-metric-card{box-sizing:border-box!important;text-align:center!important;background:#fff!important;border:1px solid #e2e8f0!important;border-radius:10px!important;flex-direction:column!important;flex:1 1 0!important;justify-content:center!important;align-items:center!important;gap:4px!important;width:100%!important;min-width:0!important;max-width:none!important;padding:8px 4px!important;display:flex!important;box-shadow:0 1px 3px #0f172a0a!important}.admin-metric-icon{border-radius:6px!important;flex-shrink:0!important;width:26px!important;min-width:26px!important;height:26px!important}.admin-metric-icon svg{width:13px!important;height:13px!important}.admin-metric-val{color:#0c2340!important;font-size:.95rem!important;font-weight:800!important;line-height:1!important}.admin-metric-lbl{white-space:nowrap!important;color:#64748b!important;text-align:center!important;margin-top:0!important;font-size:.62rem!important;font-weight:600!important;line-height:1.1!important}.admin-card-section{border:1px solid #e2e8f0!important;border-radius:16px!important;margin:12px 0!important;padding:16px 12px!important;box-shadow:0 4px 16px #0c23400a!important}.admin-section-header{text-align:left!important;margin-bottom:16px!important}.admin-section-header h3{color:#0c2340!important;text-align:left!important;font-size:1.2rem!important;font-weight:800!important;line-height:1.2!important}.admin-section-header p{color:#64748b!important;text-align:left!important;margin-top:4px!important;font-size:.82rem!important}.add-property-form-saas{gap:16px!important}.saas-form-card{border:1.5px solid #e2e8f0!important;border-radius:14px!important;box-shadow:0 2px 10px #0c234008!important}.saas-card-header{gap:10px!important;padding:14px!important}.saas-card-number{width:28px!important;min-width:28px!important;height:28px!important;font-size:.82rem!important}.saas-card-title{font-size:.95rem!important;font-weight:700!important}.saas-card-subtitle{font-size:.78rem!important;line-height:1.3!important}.saas-card-body{gap:16px!important;padding:14px 12px!important}.saas-grid-3fr-1fr,.saas-grid-3{flex-direction:column!important;gap:14px!important;display:flex!important}.saas-label{color:#0c2340!important;margin-bottom:6px!important;font-size:.84rem!important;font-weight:700!important}.saas-input{box-sizing:border-box!important;border:1.5px solid #cbd5e1!important;border-radius:10px!important;height:48px!important;padding:0 14px!important;font-size:.92rem!important}.saas-textarea{height:auto!important;min-height:85px!important;padding:12px 14px!important}.purpose-checkbox-group{flex-direction:column!important;gap:10px!important;width:100%!important;margin-top:8px!important;display:flex!important}.purpose-checkbox-pill{box-sizing:border-box!important;color:#0c2340!important;background:#fff!important;border:1.5px solid #cbd5e1!important;border-radius:12px!important;justify-content:space-between!important;align-items:center!important;width:100%!important;margin:0!important;padding:14px 16px!important;font-size:.92rem!important;font-weight:700!important;transition:all .2s!important;display:flex!important}.purpose-checkbox-pill.active{color:#fff!important;background:#0c2340!important;border-color:#0c2340!important;box-shadow:0 4px 14px #0c234033!important}.purpose-checkbox-pill input[type=checkbox]{accent-color:#0c2340!important;width:20px!important;height:20px!important}.saas-card-header.flex-between{flex-direction:column!important;align-items:flex-start!important;gap:12px!important}.saas-card-header .btn-secondary-sm,.saas-field .btn-secondary-sm{color:#0c2340!important;background:#f1f5f9!important;border:1.5px solid #cbd5e1!important;border-radius:10px!important;justify-content:center!important;align-items:center!important;width:100%!important;padding:10px 14px!important;font-size:.85rem!important;font-weight:700!important;display:flex!important}.extra-field-grid{background:#f8fafc!important;border:1px dashed #cbd5e1!important;border-radius:12px!important;flex-direction:column!important;gap:8px!important;padding:12px!important;display:flex!important}.btn-icon-danger{align-self:flex-end!important;padding:6px 12px!important}.saas-upload-dropzone{text-align:center!important;background:#f8fafc!important;border:2px dashed #0c2340!important;border-radius:14px!important;padding:20px 14px!important}.saas-upload-title{color:#0c2340!important;font-size:1rem!important;font-weight:800!important}.saas-upload-sub{color:#64748b!important;margin-bottom:12px!important;font-size:.78rem!important}.btn-upload-saas{color:#fff!important;background:#0c2340!important;border-radius:10px!important;justify-content:center!important;align-items:center!important;width:100%!important;padding:12px 16px!important;font-size:.9rem!important;font-weight:700!important;display:flex!important;box-shadow:0 4px 12px #0c234033!important}.saas-media-header-row{flex-direction:row!important;justify-content:space-between!important;align-items:center!important;gap:8px!important;width:100%!important;margin-bottom:12px!important;display:flex!important}.btn-add-photo-pill{color:#fff!important;background:#0c2340!important;border-radius:20px!important;padding:5px 12px!important;font-size:.76rem!important;font-weight:700!important;box-shadow:0 2px 6px #0c234033!important}.btn-link-sm{color:#1d4ed8!important;background:#eff6ff!important;border:1px solid #bfdbfe!important;border-radius:8px!important;padding:6px 12px!important;font-size:.78rem!important;font-weight:700!important}.image-url-input-row{box-sizing:border-box!important;background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:12px!important;flex-direction:row!important;align-items:center!important;gap:8px!important;width:100%!important;margin-bottom:8px!important;padding:8px 10px!important;display:flex!important}.media-url-thumb,.image-url-input-row img{object-fit:cover!important;border:1px solid #cbd5e1!important;border-radius:8px!important;flex-shrink:0!important;width:40px!important;min-width:40px!important;height:40px!important}.image-url-input-row .saas-input{flex:1!important;min-width:0!important;height:38px!important;padding:0 10px!important;font-size:.8rem!important}.saas-modal-actions{flex-direction:row!important;justify-content:flex-end!important;gap:10px!important;width:100%!important;margin-top:16px!important;display:flex!important}.saas-modal-actions button{text-align:center!important;box-sizing:border-box!important;border-radius:10px!important;flex:none!important;justify-content:center!important;margin:0!important;padding:12px 20px!important;font-size:.9rem!important;font-weight:600!important}}.reviews-section-subtitle{text-align:center;color:#475569;max-width:620px;margin:8px auto 0;font-size:.95rem}.desktop-only-table{display:block}.mobile-only-cards{display:none!important}.admin-mobile-properties-cards{box-sizing:border-box;flex-direction:column;gap:16px;width:100%}.admin-mobile-prop-card{box-sizing:border-box;background:#fff;border:1.5px solid #e2e8f0;border-radius:16px;flex-direction:column;gap:12px;width:100%;padding:16px;transition:all .2s;display:flex;box-shadow:0 4px 18px #0c23400d}.admin-mobile-prop-card:hover{border-color:#cbd5e1;box-shadow:0 6px 22px #0c234014}.mobile-card-top-bar{border-bottom:1px dashed #f1f5f9;justify-content:space-between;align-items:center;gap:8px;width:100%;padding-bottom:10px;display:flex}.mobile-card-id-chip{color:#475569;white-space:nowrap;letter-spacing:.3px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;flex-shrink:0;padding:3px 8px;font-size:.78rem;font-weight:700;display:inline-block}.mobile-card-featured-btn{color:#d48806;cursor:pointer;white-space:nowrap;background:#fffbe6;border:1px solid #ffe58f;border-radius:20px;padding:4px 8px;font-size:.74rem;font-weight:700;transition:all .2s}.mobile-card-featured-btn.active{color:#c41d7f;background:#fff0f6;border-color:#ffadd2}.mobile-card-body{align-items:flex-start;gap:14px;width:100%;display:flex}.mobile-card-img{object-fit:cover;border:1px solid #e2e8f0;border-radius:12px;width:95px;min-width:95px;height:95px;min-height:95px;box-shadow:0 2px 8px #0000000a}.mobile-card-details{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.mobile-card-price{color:#16a34a;font-size:1.08rem;font-weight:800;line-height:1.2}.mobile-card-title{color:#0c2340;word-break:break-word;margin:0;font-size:.96rem;font-weight:700;line-height:1.3}.mobile-card-location{color:#475569;align-items:center;gap:4px;font-size:.8rem;line-height:1.2;display:flex}.mobile-card-subtext{color:#64748b;font-size:.75rem;font-weight:500}.mobile-card-footer{border-top:1px solid #f1f5f9;gap:10px;width:100%;padding-top:10px;display:flex}.mobile-card-btn{cursor:pointer;box-sizing:border-box;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:6px;padding:10px 12px;font-size:.85rem;font-weight:700;transition:all .2s;display:flex}.mobile-card-btn.featured-btn{color:#475569;background:#f8fafc;border:1.5px solid #cbd5e1}.mobile-card-btn.featured-btn.active{color:#c41d7f;background:#fff0f6;border:1.5px solid #ffadd2}.mobile-card-btn.edit-btn{color:#0c2340!important;background:#f8fafc!important;border:1.5px solid #cbd5e1!important;font-weight:600!important}.mobile-card-btn.edit-btn:hover,.mobile-card-btn.edit-btn:active{color:#fff!important;background:#0c2340!important;border-color:#0c2340!important}.mobile-card-btn.remove-btn{color:#991b1b;background:#fef2f2;border:1.5px solid #fecaca}.mobile-card-btn.remove-btn:hover{background:#fee2e2;border-color:#fca5a5}@media (width<=768px){.desktop-only-table{display:none!important}.mobile-only-cards{display:flex!important}}.admin-toolbar-container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.admin-filter-pills{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.admin-filter-btn{color:#475569;cursor:pointer;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:20px;align-items:center;gap:6px;padding:6px 14px;font-size:.8rem;font-weight:600;transition:all .2s;display:inline-flex}.admin-filter-btn:hover{color:#0c2340;background:#e2e8f0}.admin-filter-btn.active{color:#fff;background:#0c2340;border-color:#0c2340;box-shadow:0 3px 10px #0c234033}.pill-count{background:#0000001a;border-radius:10px;padding:1px 7px;font-size:.72rem}.admin-filter-btn.active .pill-count{color:#fff;background:#ffffff40}.dot-available{color:#10b981}.dot-occupied{color:#f43f5e}.dot-featured{color:#eab308}.admin-toolbar-right{align-items:center;gap:12px;display:flex}.admin-search-wrap{min-width:240px;position:relative}.admin-search-icon{color:#94a3b8;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.admin-search-input{color:#0c2340;background:#fff;border:1.5px solid #cbd5e1;border-radius:20px;outline:none;width:100%;padding:8px 32px 8px 36px;font-size:.85rem;transition:all .2s}.admin-search-input:focus{border-color:#0c2340;box-shadow:0 0 0 3px #0c23401a}.admin-search-clear{color:#94a3b8;cursor:pointer;background:0 0;border:none;font-size:16px;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.admin-view-toggle{background:#f1f5f9;border:1px solid #cbd5e1;border-radius:10px;padding:3px;display:flex}.view-toggle-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:7px;align-items:center;gap:5px;padding:5px 12px;font-size:.78rem;font-weight:600;transition:all .2s;display:inline-flex}.view-toggle-btn.active{color:#0c2340;background:#fff;box-shadow:0 2px 6px #0000001a}.admin-search-top-bar{margin-bottom:24px}.admin-search-box-wrap{align-items:center;max-width:420px;display:flex;position:relative}.admin-search-box-wrap .admin-search-icon{color:#94a3b8;pointer-events:none;position:absolute;left:14px}.admin-search-input-field{color:#1e293b;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;width:100%;padding:10px 38px 10px 42px;font-size:.88rem;transition:all .2s;box-shadow:0 1px 3px #0000000a}.admin-search-input-field:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61f}.admin-search-input-field::placeholder{color:#94a3b8}.admin-search-clear-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;font-size:1.1rem;position:absolute;right:12px}.admin-properties-table-wrap{-webkit-overflow-scrolling:touch;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;width:100%;margin-left:0;margin-right:0;overflow-x:auto;box-shadow:0 2px 12px #00000008}.admin-table{border-collapse:collapse;border-spacing:0;table-layout:auto;width:100%;min-width:860px}.admin-table th{color:#64748b!important;letter-spacing:.06em!important;background:#f8fafc!important;border-bottom:1.5px solid #e2e8f0!important;padding:14px 20px!important;font-size:.74rem!important;font-weight:700!important}.admin-table-row{transition:background .15s}.admin-table-row:hover{background:#f8fafc}.admin-table-row td{vertical-align:middle!important;border-bottom:1px solid #f1f5f9!important;padding:16px 20px!important}.table-img-wrap{width:76px;height:52px;position:relative}.table-prop-img{object-fit:cover!important;border-radius:8px!important;width:76px!important;max-width:76px!important;height:52px!important;max-height:52px!important}.table-img-badge{color:#fff;background:#000000bf;border-radius:4px;padding:1px 5px;font-size:.65rem;font-weight:700;position:absolute;bottom:3px;right:3px}.table-prop-title-block{flex-direction:column;gap:2px;display:flex}.table-prop-name{color:#1e293b;font-size:.95rem;font-weight:700;line-height:1.3}.table-prop-id-sub{color:#94a3b8;font-size:.8rem;font-weight:600}.table-prop-type-sub{color:#94a3b8;font-size:.78rem;font-weight:500}.table-loc-text{color:#334155;font-size:.88rem;font-weight:500;line-height:1.35}.table-price-text{color:#059669;font-size:.94rem;font-weight:700}.table-status-pill{cursor:pointer;border:1px solid #0000;border-radius:20px;align-items:center;gap:6px;padding:6px 14px;font-size:.78rem;font-weight:700;transition:all .2s;display:inline-flex}.table-status-pill.available{color:#059669!important;background:#ecfdf5!important;border-color:#a7f3d0!important}.table-status-pill.available:hover{background:#d1fae5!important}.table-status-pill.occupied{color:#ef4444!important;background:#fef2f2!important;border-color:#fecdd3!important}.table-status-pill.occupied:hover{background:#ffe4e6!important}.table-featured-btn{cursor:pointer;color:#94a3b8;background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;align-items:center;gap:6px;padding:6px 14px;font-size:.78rem;font-weight:700;transition:all .2s;display:inline-flex}.table-featured-btn:hover{color:#64748b;background:#f1f5f9}.table-featured-btn.active{color:#d97706!important;background:#fffbeb!important;border-color:#fcd34d!important}.table-featured-btn.active:hover{background:#fef3c7!important}.featured-dot{font-size:.9rem;line-height:1}.btn-table-edit{cursor:pointer;align-items:center;gap:6px;display:inline-flex;color:#1e293b!important;background:#fff!important;border:1px solid #cbd5e1!important;border-radius:8px!important;padding:7px 14px!important;font-size:.78rem!important;font-weight:600!important;transition:all .2s!important}.btn-table-edit:hover{background:#f8fafc!important;border-color:#94a3b8!important}.btn-table-remove{cursor:pointer;align-items:center;gap:6px;display:inline-flex;color:#e11d48!important;background:#fff1f2!important;border:1px solid #fecdd3!important;border-radius:8px!important;padding:7px 14px!important;font-size:.78rem!important;font-weight:600!important;transition:all .2s!important}.btn-table-remove:hover{background:#ffe4e6!important;border-color:#fda4af!important}.admin-grid-view{grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:22px;display:grid}.admin-grid-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:16px;flex-direction:column;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 4px 18px #0c23400d}.admin-grid-card:hover{border-color:#cbd5e1;transform:translateY(-4px);box-shadow:0 14px 30px #0c23401a}.grid-card-media{background:#0f172a;height:180px;position:relative}.grid-card-img{object-fit:cover;width:100%;height:100%}.grid-card-id{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;background:#0c2340d9;border-radius:6px;padding:3px 8px;font-size:.72rem;font-weight:700;position:absolute;top:10px;left:10px}.grid-card-media .table-status-pill{z-index:2;position:absolute;top:10px;right:10px}.grid-card-content{flex:1;padding:16px}.grid-card-type{color:#0c2340;text-transform:uppercase;letter-spacing:.04em;font-size:.74rem;font-weight:700}.grid-card-title{color:#111827;margin:4px 0 8px;font-size:1.05rem;font-weight:700}.grid-card-loc{color:#64748b;align-items:center;gap:5px;margin-bottom:12px;font-size:.84rem;display:flex}.grid-card-pricing{border-top:1px solid #f1f5f9;align-items:baseline;gap:6px;padding-top:10px;display:flex}.grid-card-price{color:#059669;font-size:1.02rem;font-weight:700}.grid-card-lease{color:#b45309;font-size:.78rem;font-weight:600}.grid-card-footer{background:#f8fafc;border-top:1px solid #e2e8f0;align-items:center;gap:8px;padding:12px 16px;display:flex}.grid-card-footer .mobile-card-btn{flex:1;padding:7px 0;font-size:.76rem}
