@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&family=Inter:wght@400;500;600;700;800&display=swap');
@import url('/assets/vendor/fontawesome/css/all.min.css?v=6.5.2');
@import url('https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.5.2/css/all.min.css');

:root{--cream:#F7F4EE;--sand:#E7DCC3;--ink:#1F1F1F;--cyan:#29B6E6;--gold:#F6C217;--line:#E8DFD0;--muted:#6B6258;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-size:16px;font-weight:400}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.container{width:min(1360px,calc(100% - 48px));margin-inline:auto}h1,h2,.heading{font-family:'Cormorant Garamond',Georgia,serif;font-weight:700;letter-spacing:-.03em}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;border:0;border-radius:12px;padding:0 24px;font:700 15px/1 Inter,sans-serif;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.btn:hover{transform:translateY(-1px)}.btn svg{width:18px;height:18px;stroke-width:2}.btn-primary{background:linear-gradient(135deg,var(--gold),#dca70f);color:#211a07;box-shadow:0 14px 28px rgba(166,119,13,.18)}.btn-cyan{background:linear-gradient(135deg,var(--cyan),#13a7dd);color:#fff;box-shadow:0 16px 30px rgba(41,182,230,.22)}.btn-outline{background:rgba(255,255,255,.72);border:1px solid rgba(31,31,31,.25);color:var(--ink);box-shadow:0 12px 26px rgba(31,31,31,.06)}.btn-dark{background:var(--ink);color:#fff}.btn-danger{background:#b91c1c;color:#fff}.input,.select,.textarea{width:100%;height:52px;border:1px solid var(--line);border-radius:12px;padding:0 14px;background:#fff;color:#1f2937;font:500 14px/1 Inter,sans-serif;outline:none}.textarea{height:auto;min-height:118px;padding:14px}.input:focus,.select:focus,.textarea:focus{border-color:var(--cyan);box-shadow:0 0 0 4px rgba(41,182,230,.12)}.label{display:block;margin-bottom:7px;font-weight:700;font-size:14px}.grid{display:grid;gap:20px}.card{background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 18px 40px rgba(31,31,31,.06)}.badge{display:inline-flex;align-items:center;border-radius:999px;padding:7px 11px;background:rgba(246,194,23,.18);color:#8b6508;font-size:12px;font-weight:800}.status{display:inline-flex;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800;text-transform:capitalize}.status.available,.status.novo,.status.agendada{background:#dcfce7;color:#166534}.status.draft,.status.hidden{background:#f3f4f6;color:#374151}.status.sold,.status.rented,.status.perdido,.status.cancelada{background:#fee2e2;color:#991b1b}.status.reserved,.status.em_atendimento{background:#fef3c7;color:#92400e}

.site-header{position:sticky;top:0;z-index:80;background:var(--ink);box-shadow:0 14px 34px rgba(31,31,31,.14)}.nav{height:92px;display:flex;align-items:center;justify-content:space-between;gap:30px}.logo{display:flex;align-items:center;flex:0 0 auto}.logo img{height:84px;width:auto;max-width:245px;object-fit:contain}.menu{display:flex;align-items:center;justify-content:center;gap:34px;color:#f8f4ec;font:600 15px/1 Inter,sans-serif}.menu a{position:relative;opacity:.92}.menu a:after{content:"";position:absolute;left:0;right:0;bottom:-11px;height:2px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:.18s ease}.menu a:hover,.menu a.active{opacity:1;color:#fff}.menu a:hover:after,.menu a.active:after{transform:scaleX(1)}.header-actions{display:flex;align-items:center;gap:12px}.site-header .btn{min-height:46px;border-radius:10px;padding-inline:24px}.mobile-menu-button{display:none;width:44px;height:44px;border:0;border-radius:10px;background:transparent;color:#fff}.mobile-menu-button span{display:block;width:24px;height:2px;background:#fff;margin:5px auto;border-radius:99px}.mobile-heart{display:none;color:#fff}.mobile-heart svg{width:28px;height:28px}.mobile-panel{display:none;background:#252525;border-top:1px solid rgba(255,255,255,.08);padding:14px 24px 20px}.mobile-panel a{display:block;color:#fff;padding:12px 0;font-weight:700}.mobile-panel.open{display:block}

.hero{position:relative;overflow:visible;padding:0;background:linear-gradient(180deg,#fbf8f1 0%,var(--cream) 100%)}.hero-panel{position:relative;min-height:560px;display:flex;align-items:center;overflow:hidden;background-image:linear-gradient(90deg,rgba(247,244,238,.98) 0%,rgba(247,244,238,.94) 31%,rgba(247,244,238,.64) 47%,rgba(247,244,238,.08) 67%,rgba(247,244,238,0) 100%),var(--hero-image);background-position:center right;background-size:cover;border-bottom:1px solid rgba(232,223,208,.75)}.hero-panel:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 18%,rgba(246,194,23,.18),transparent 24%);pointer-events:none}.hero-copy{position:relative;z-index:2;max-width:640px;padding:46px 0 84px}.hero h1{max-width:650px;margin:0 0 22px;font-size:80px;line-height:.95}.hero h1 strong{color:#A87B05}.hero p{max-width:500px;margin:0;color:#3A332A;font-size:18px;line-height:1.68}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}

.search-wrap{position:relative;z-index:5;margin-top:-54px}.search-box{max-width:1120px;margin:0 auto;padding:16px;background:rgba(255,255,255,.96);border:1px solid var(--line);border-radius:16px;box-shadow:0 24px 60px rgba(31,31,31,.1);display:grid;grid-template-columns:1.75fr 1.05fr 1.1fr 1.55fr auto;gap:12px;align-items:end}.search-field small{display:block;margin:0 0 8px 2px;color:#777;font-size:12px;font-weight:700}.price-range{min-height:52px;border:1px solid var(--line);border-radius:12px;padding:9px 12px;background:#fff}.price-range-values{display:flex;justify-content:space-between;gap:10px;color:#2f343b;font-size:12px;font-weight:700;margin-bottom:8px}.range-slider{position:relative;height:16px}.range-slider:before{content:"";position:absolute;left:0;right:0;top:7px;height:3px;border-radius:99px;background:#eadfce}.range-slider input[type=range]{position:absolute;left:0;top:0;width:100%;height:16px;margin:0;background:transparent;pointer-events:none;appearance:none}.range-slider input[type=range]::-webkit-slider-thumb{appearance:none;width:16px;height:16px;border-radius:50%;background:var(--cyan);border:3px solid #fff;box-shadow:0 3px 10px rgba(41,182,230,.4);pointer-events:auto;cursor:pointer}.range-slider input[type=range]::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:var(--cyan);border:3px solid #fff;box-shadow:0 3px 10px rgba(41,182,230,.4);pointer-events:auto;cursor:pointer}.range-fill{position:absolute;top:7px;height:3px;border-radius:99px;background:linear-gradient(90deg,var(--gold),var(--cyan));left:0;right:0}

.section{padding:72px 0}.section.featured-section{padding-top:72px}.section-title{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:22px}.section-title h2{margin:0;font-family:Inter,sans-serif;font-size:26px;line-height:1;font-weight:800;letter-spacing:-.02em}.section-title h2:after{content:"";display:block;width:44px;height:3px;margin-top:9px;border-radius:99px;background:var(--gold)}.section-title a{display:inline-flex;align-items:center;gap:8px;color:#8b6508;font-size:14px;font-weight:700}.section-title a:after{content:"→";font-size:18px}.property-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.property-card{position:relative;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.property-card:hover{transform:translateY(-4px);box-shadow:0 24px 52px rgba(31,31,31,.1)}.property-media{position:relative}.property-photo{width:100%;aspect-ratio:16/10;object-fit:cover;background:linear-gradient(135deg,#e9deca,#fff)}.property-favorite{position:absolute;top:12px;right:12px;color:#fff;filter:drop-shadow(0 2px 8px rgba(0,0,0,.35))}.property-favorite svg{width:24px;height:24px}.property-status{position:absolute;left:12px;bottom:10px}.property-body{padding:16px}.property-body h3{margin:0 0 7px;font:700 17px/1.25 Inter,sans-serif;letter-spacing:-.01em}.price{margin-top:12px;color:var(--cyan);font-size:20px;font-weight:800}.meta{display:flex;flex-wrap:wrap;gap:12px;margin:12px 0;color:#6b7280;font-size:13px}.meta span{display:inline-flex;align-items:center;gap:5px}.meta svg{width:15px;height:15px}.details-link{display:inline-flex;margin-top:14px;color:#1f1f1f;font-weight:800}.empty-state{grid-column:1/-1;text-align:center;padding:44px 26px;border-radius:18px}.empty-icon{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;margin:0 auto 14px;background:rgba(246,194,23,.18);color:#8b6508}.empty-icon svg{width:28px;height:28px}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;padding:18px;background:rgba(255,250,239,.86);border:1px solid var(--line);border-radius:16px;box-shadow:0 16px 34px rgba(31,31,31,.05)}.benefit-card{display:grid;grid-template-columns:48px 1fr;gap:14px;align-items:center;padding:8px 20px;border-right:1px solid #e7d8ba}.benefit-card:last-child{border-right:0}.benefit-icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:rgba(246,194,23,.2);color:#8b6508}.benefit-icon svg{width:22px;height:22px}.benefit-card strong{display:block;margin-bottom:4px;font-size:15px;font-weight:800}.benefit-card span{display:block;color:var(--muted);font-size:13px;line-height:1.45}.cta-band{display:flex;align-items:center;justify-content:space-between;gap:26px;min-height:128px;padding:28px 34px;background:linear-gradient(90deg,rgba(31,31,31,.96),rgba(31,31,31,.55)),url('/images/hero-premium-interior.png') center/cover;color:#fff;border-radius:18px;box-shadow:0 22px 54px rgba(31,31,31,.12)}.cta-band h2{margin:0 0 8px;font-family:Inter,sans-serif;font-size:30px;line-height:1.1;letter-spacing:-.02em}.cta-band p{margin:0;color:#eee}.footer{margin-top:10px;padding:0;background:var(--ink);color:#d8d3c8}.footer-inner{display:grid;grid-template-columns:1.3fr .8fr .9fr 1fr;gap:54px;padding:48px 0 30px}.footer-logo img{height:78px;margin-bottom:12px}.footer p{margin:0;color:#bdb6aa;font-size:14px;line-height:1.55}.footer h3{margin:0 0 14px;color:#fff;font:800 15px/1 Inter,sans-serif}.footer a{display:block;margin:8px 0;color:#d8d3c8;font-size:14px}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:14px 0 18px;text-align:center;color:#aaa;font-size:13px}

.admin-shell{display:grid;grid-template-columns:292px 1fr;min-height:100vh;background:linear-gradient(135deg,#f7f4ee,#efe4d2)}.sidebar{background:linear-gradient(165deg,#171717,#242424);color:#fff;padding:24px;position:sticky;top:0;height:100vh;box-shadow:18px 0 42px rgba(31,31,31,.12)}.sidebar img{height:70px;margin:0 auto 26px}.side-link{display:flex;align-items:center;gap:10px;padding:13px 14px;border-radius:9px;color:#f3eadb;font-weight:850;margin-bottom:7px}.side-link:hover,.side-link.active{background:rgba(246,194,23,.13);color:#fff}.side-link.danger{color:#fecaca;background:rgba(185,28,28,.2)}.admin-main{padding:30px}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.topbar h1{font-size:36px!important}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.stat{padding:22px;background:linear-gradient(180deg,#fffdf9,#f5eddc)}.stat span{color:#6f6252;font-weight:800}.stat strong{display:block;font-size:32px;margin-top:8px}.table{width:100%;border-collapse:collapse}.table th,.table td{text-align:left;padding:14px;border-bottom:1px solid var(--line);vertical-align:top}.table th{font-size:13px;color:#6f6252;text-transform:uppercase;letter-spacing:.04em}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.step{border-left:5px solid var(--gold);padding:20px;margin-bottom:18px}.alert{padding:14px 16px;border-radius:8px;margin-bottom:16px;font-weight:800}.alert.success{background:#dcfce7;color:#166534}.alert.warning{background:#fef3c7;color:#92400e}.gallery{display:grid;grid-template-columns:2fr 1fr;gap:12px}.gallery-main{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:12px}.thumbs{display:grid;grid-template-columns:1fr 1fr;gap:12px}.thumbs img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:12px}.mobile-wa{display:none}.event-dot{display:inline-flex;align-items:center;gap:7px;font-weight:900}.event-dot:before{content:"";width:10px;height:10px;border-radius:50%;background:var(--event-color,var(--cyan))}

@media(max-width:1180px){.property-grid{grid-template-columns:repeat(3,1fr)}.search-box{grid-template-columns:1.4fr 1fr 1fr 1.2fr auto}.footer-inner{grid-template-columns:1fr 1fr}}
@media(max-width:900px){body{padding-bottom:78px}.container{width:min(100% - 28px,1360px)}.nav{height:82px;justify-content:center}.logo{position:absolute;left:50%;transform:translateX(-50%)}.logo img{height:62px}.menu,.header-actions .btn{display:none}.mobile-menu-button{display:block;position:absolute;left:14px}.mobile-heart{display:block;position:absolute;right:18px}.hero{padding:0 0 72px}.hero-panel{min-height:470px;align-items:flex-start;background-image:linear-gradient(90deg,rgba(247,244,238,.97) 0%,rgba(247,244,238,.88) 43%,rgba(247,244,238,.24) 100%),var(--hero-image);background-position:center right -170px;background-size:cover}.hero-copy{padding:44px 22px 118px}.hero h1{font-size:47px;line-height:1.02;max-width:350px}.hero p{max-width:330px;font-size:16px;line-height:1.6}.hero-actions{display:grid;gap:12px;margin-top:24px;max-width:260px}.hero-actions .btn{width:100%}.search-wrap{margin-top:-44px}.search-box{grid-template-columns:1fr 1fr;padding:16px;border-radius:16px}.search-field:first-child{grid-column:1/-1}.search-field[data-price-range]{grid-column:1/2}.search-box .btn{grid-column:2/3;align-self:end}.section,.section.featured-section{padding:40px 0}.section-title{display:flex;align-items:center}.section-title h2{font-size:23px;margin-bottom:0}.section-title a{font-size:13px}.property-grid{display:flex;overflow-x:auto;gap:14px;padding-bottom:8px;scroll-snap-type:x mandatory}.property-card{min-width:230px;scroll-snap-align:start}.property-body{padding:13px}.property-body h3{font-size:15px}.price{font-size:17px}.meta{font-size:12px;gap:8px}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;overflow:hidden;padding:12px}.benefit-card{display:block;text-align:center;padding:8px 8px;border-right:1px solid #e7d8ba}.benefit-icon{width:34px;height:34px;margin:0 auto 8px}.benefit-icon svg{width:18px;height:18px}.benefit-card strong{font-size:11px;line-height:1.2}.benefit-card span{display:none}.cta-band{display:block;min-height:150px;padding:22px 18px;background-position:center}.cta-band h2{font-size:22px;font-family:Inter,sans-serif}.cta-band .btn{width:100%;margin-top:18px}.footer-inner{grid-template-columns:1fr;gap:24px;padding:34px 0 22px}.footer-logo img{height:72px}.admin-shell,.stats,.form-grid{grid-template-columns:1fr}.admin-shell{display:block}.sidebar{position:relative;height:auto}.admin-main{padding:18px}.gallery{grid-template-columns:1fr}.mobile-wa{display:flex;position:fixed;bottom:88px;left:14px;right:14px;z-index:40}.mobile-bottom-nav{display:grid}}
.mobile-bottom-nav{display:none;position:fixed;left:0;right:0;bottom:0;z-index:70;grid-template-columns:repeat(5,1fr);background:rgba(255,253,249,.96);backdrop-filter:blur(10px);border-top:1px solid var(--line);padding:8px 8px 10px}.mobile-bottom-nav a{display:grid;place-items:center;gap:3px;color:#1f1f1f;font-size:12px}.mobile-bottom-nav a.active{color:#b78a12}.mobile-bottom-nav svg{width:24px;height:24px}

/* Final visual calibration for the PEDRONORA home */
.section.featured-section{padding-top:66px}.property-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.property-card{min-width:0}.property-media{display:block}.property-body h3{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:42px}.meta{gap:10px}.meta span{white-space:nowrap}.meta svg{flex:0 0 auto}.footer-inner{grid-template-columns:1.35fr .8fr .9fr 1.1fr;gap:58px;padding:52px 0 32px}.footer-logo img{height:118px;max-width:260px;object-fit:contain}.footer-contact{display:flex!important;align-items:center;gap:10px}.footer-contact svg{width:17px;height:17px;color:var(--gold);flex:0 0 auto}
@media(max-width:900px){.mobile-bottom-nav{display:grid}.nav{height:92px}.logo img{height:82px;max-width:210px}.hero{padding-bottom:0}.hero-panel{min-height:500px;background-image:linear-gradient(90deg,rgba(247,244,238,.98) 0%,rgba(247,244,238,.9) 45%,rgba(247,244,238,.2) 100%),var(--hero-image);background-position:center right -140px}.hero-copy{padding:54px 22px 126px}.search-wrap{margin-top:-58px}.footer-logo img{height:104px}.footer-contact{justify-content:flex-start}.property-card{min-width:226px}}

/* Fixes after visual QA */
.benefit-card span{grid-column:2;max-width:230px}.benefit-card strong{align-self:end}.footer-contact svg,.mobile-bottom-nav svg,.mobile-heart svg{width:18px!important;height:18px!important;min-width:18px!important;max-width:18px!important}.footer-contact{line-height:1.35}.footer-logo img{height:132px;max-width:290px}.footer-inner{align-items:start}.mobile-bottom-nav{box-shadow:0 -10px 28px rgba(31,31,31,.1)}
@media(max-width:900px){body{padding-bottom:82px}.mobile-bottom-nav{display:grid!important}.hero-panel{min-height:520px;background-image:linear-gradient(90deg,rgba(247,244,238,.98) 0%,rgba(247,244,238,.92) 36%,rgba(247,244,238,.68) 58%,rgba(247,244,238,.24) 100%),var(--hero-image);background-position:center right -90px;background-size:cover}.hero-copy{padding:46px 22px 128px}.hero h1{font-size:44px;max-width:360px}.hero-actions{max-width:260px}.benefit-card span{display:none}.footer-contact svg{width:16px!important;height:16px!important;min-width:16px!important}.footer-logo img{height:112px;max-width:250px}.search-wrap{margin-top:-64px}}

/* Mobile polish overrides */
.mobile-announce{display:none;color:#fff}.mobile-announce svg{width:22px!important;height:22px!important}
@media(max-width:900px){
  .mobile-heart{display:none!important}
  .logo img{height:72px!important;max-width:190px!important}
  .logo img{height:68px!important;max-width:180px!important}
  .mobile-announce{display:flex!important;align-items:center;gap:6px;position:absolute;right:8px;top:50%;transform:translateY(-50%);max-width:138px;color:#fff;font-size:13px;font-weight:900;line-height:1.03;text-align:left}
  .mobile-announce svg{width:19px!important;height:19px!important;min-width:19px!important}
  .hero-panel{background-image:var(--hero-image)!important;background-position:center right -52px!important;background-size:cover!important}
  .hero-panel:before{display:none!important}
  .hero-panel:after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,rgba(31,31,31,.62) 0%,rgba(31,31,31,.5) 34%,rgba(31,31,31,.32) 68%,rgba(31,31,31,.16) 100%),linear-gradient(180deg,rgba(31,31,31,.08) 0%,rgba(31,31,31,.24) 100%)}
  .hero h1,.hero p{color:#fff}
  .hero h1 strong{color:#F6C217}
  .hero-copy{z-index:2}
  .footer{width:100%;overflow:hidden}
  .footer .container{width:min(100% - 28px,1360px)!important;margin-inline:auto!important}
  .footer-inner{display:grid!important;grid-template-columns:1fr!important;gap:20px!important;max-width:100%!important;padding:32px 0 22px!important}
  .footer-inner>*{min-width:0!important}
  .footer-contact{max-width:100%!important;overflow-wrap:anywhere!important;word-break:break-word!important}
  .footer-logo{padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.1)}
  .footer h3{margin-bottom:10px;color:#f7f4ee}
  .footer a{margin:7px 0;color:#d8d3c8}
  .footer-contact{padding:8px 0}
  .footer-bottom{text-align:left;padding-bottom:0!important;border-top:1px solid rgba(255,255,255,.08)}
  .footer{margin-bottom:0!important;padding-bottom:0!important}
  .mobile-bottom-nav{border-top:0!important;box-shadow:none!important}
  .search-wrap{margin-top:-78px!important}
  .mobile-bottom-nav{bottom:0!important}
}

/* Final mobile finish: clean header, higher search, refined footer, no cream gap */
@media(max-width:900px){
  body{padding-bottom:0!important}
  .site-header .header-actions,
  .site-header .header-actions .btn,
  .mobile-announce,
  .mobile-heart{display:none!important}
  .nav{height:88px!important;justify-content:center!important}
  .logo img{height:64px!important;max-width:172px!important}
  .mobile-menu-button{left:18px!important}
  .search-wrap{margin-top:-108px!important}
  .search-box{box-shadow:0 22px 54px rgba(31,31,31,.16)!important}
  .footer{margin-top:0!important;margin-bottom:0!important;padding:0!important;background:#1F1F1F!important;overflow:hidden}
  .footer .container{width:min(100% - 32px,1360px)!important}
  .footer-inner{display:grid!important;grid-template-columns:1fr!important;gap:22px!important;padding:34px 0 20px!important}
  .footer-logo{padding:0 0 22px!important;border-bottom:1px solid rgba(247,244,238,.12)!important}
  .footer-logo img{height:122px!important;max-width:265px!important;margin:0 0 12px!important}
  .footer p{max-width:330px;color:#d9d2c6!important;font-size:15px!important;line-height:1.55!important}
  .footer h3{margin:0 0 10px!important;color:#fff!important;font-size:17px!important;letter-spacing:-.01em}
  .footer a{margin:8px 0!important;color:#f4eee4!important;font-size:16px!important;line-height:1.35!important}
  .footer-contact{display:flex!important;align-items:center!important;gap:12px!important;padding:6px 0!important;max-width:100%!important;overflow-wrap:anywhere!important;word-break:break-word!important}
  .footer-contact svg{width:17px!important;height:17px!important;min-width:17px!important;color:#F6C217!important;stroke-width:1.9!important}
  .footer-bottom{width:min(100% - 32px,1360px)!important;margin:0 auto!important;padding:16px 0 0!important;text-align:left!important;border-top:1px solid rgba(247,244,238,.12)!important;color:#bbb3a8!important;background:#1F1F1F!important;font-size:14px!important;line-height:1.45!important}
  .mobile-bottom-nav{bottom:0!important;border-top:1px solid #E8DFD0!important;box-shadow:0 -8px 26px rgba(31,31,31,.08)!important}
}

/* Admin refinement inspired by the supplied references */
.admin-shell{grid-template-columns:300px 1fr;background:linear-gradient(135deg,#fbf8f2 0%,#f7f4ee 46%,#fffdf8 100%)}
.sidebar{padding:28px 22px;background:radial-gradient(circle at 20% 0%,rgba(41,182,230,.16),transparent 28%),linear-gradient(165deg,#0e1112,#1F1F1F 60%,#121212);box-shadow:20px 0 55px rgba(31,31,31,.16)}
.sidebar-brand{display:flex;justify-content:center;margin-bottom:26px}
.sidebar-brand img{height:118px!important;max-width:235px;object-fit:contain;margin:0!important}
.side-menu{display:grid;gap:16px}
.side-section{position:relative;padding:12px;border-radius:18px;border:1px solid rgba(255,255,255,.08)}
.side-section-title{display:block;margin:0 0 8px 6px;color:#cfc7b9;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.side-section-broker{background:linear-gradient(135deg,rgba(34,197,94,.13),rgba(34,197,94,.025));box-shadow:inset 4px 0 0 rgba(34,197,94,.72)}
.side-section-site{background:linear-gradient(135deg,rgba(246,194,23,.16),rgba(246,194,23,.03));box-shadow:inset 4px 0 0 rgba(246,194,23,.82)}
.side-section-admin{background:linear-gradient(135deg,rgba(239,68,68,.17),rgba(239,68,68,.035));box-shadow:inset 4px 0 0 rgba(239,68,68,.75)}
.side-link{position:relative;display:flex!important;align-items:center;gap:12px;margin:4px 0!important;padding:13px 14px 13px 42px!important;border-radius:13px!important;background:transparent;color:#f7f4ee!important;font-weight:800!important;letter-spacing:-.01em;transition:background .18s ease,transform .18s ease,box-shadow .18s ease}
.side-link{font-size:14px!important;line-height:1.18!important;white-space:normal!important;overflow-wrap:anywhere!important}
.side-link:before{content:"";position:absolute;left:14px;width:17px;height:17px;border-radius:6px;border:2px solid currentColor;opacity:.86}
.side-link:hover{transform:translateX(2px)}
.side-link-broker.active,.side-link-broker:hover{background:rgba(34,197,94,.17)!important;box-shadow:0 12px 26px rgba(34,197,94,.12)!important}
.side-link-site.active,.side-link-site:hover{background:rgba(246,194,23,.18)!important;box-shadow:0 12px 26px rgba(246,194,23,.12)!important;color:#fffbe8!important}
.side-link-admin.active,.side-link-admin:hover{background:rgba(239,68,68,.18)!important;box-shadow:0 12px 26px rgba(239,68,68,.13)!important;color:#fee2e2!important}
.side-link-exit{margin-top:18px!important;background:rgba(255,255,255,.04)!important;color:#f1ece4!important}
.admin-main{padding:38px 42px}
.topbar{padding-bottom:18px;border-bottom:1px solid rgba(184,138,19,.18)}
.topbar h1{font-family:Inter,system-ui,sans-serif!important;font-size:42px!important;font-weight:900!important;letter-spacing:-.04em!important;color:#111}
.admin-main .card{border-radius:18px;border-color:#eadfce;box-shadow:0 18px 44px rgba(31,31,31,.06)}
.admin-main .step{border-left:0}
.table th{color:#7b6f5d}.table td{color:#222}.table tr:hover td{background:#fffaf0}
.admin-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:22px}
.admin-stat{display:flex;align-items:center;gap:16px;padding:22px;background:#fff;border:1px solid #eadfce;border-radius:18px;box-shadow:0 18px 44px rgba(31,31,31,.06)}
.admin-stat-icon{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:rgba(246,194,23,.16);color:#a87305;font-weight:900}
.admin-stat-icon svg{width:30px;height:30px;stroke-width:1.8}
.admin-stat strong{display:block;font-size:30px;line-height:1;color:#111}.admin-stat span{display:block;margin-top:6px;color:#6B6258;font-weight:700}
.admin-actions{display:flex;gap:8px;flex-wrap:wrap}.icon-btn{width:42px;min-height:38px!important;padding:0!important;border-radius:10px!important}
.helper{display:block;margin-top:7px;color:#7b7062;font-size:12px;line-height:1.45}
.field-hint{padding:12px 14px;border-radius:12px;background:#fff8e8;border:1px solid #eadfce;color:#6B6258;font-size:13px}
.settings-card h2{margin:0;font:900 22px/1.15 Inter,sans-serif;letter-spacing:-.03em;color:#111}
.settings-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:18px}
.settings-heading p{margin:6px 0 0;color:#6B6258;line-height:1.5}
.toggle-card{display:flex;align-items:flex-start;gap:12px;max-width:390px;padding:14px 16px;border-radius:14px;background:#fff8e8;border:1px solid #eadfce;cursor:pointer}
.toggle-card input{margin-top:3px;accent-color:#22c55e}
.toggle-card strong{display:block;color:#111;font-weight:900}.toggle-card small{display:block;margin-top:3px;color:#6B6258;line-height:1.35}
.toggle-line{display:flex;align-items:center;gap:8px;font-weight:800;color:#342f28}.toggle-line input{accent-color:#22c55e}
.admin-danger-card{border-color:#fecaca!important;background:linear-gradient(180deg,#fff,#fff8f8)}
.property-steps{position:sticky;top:0;z-index:30;display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin:0 0 24px;padding:14px 0 12px;background:linear-gradient(180deg,#F7F4EE 0%,rgba(247,244,238,.94) 100%);backdrop-filter:blur(10px)}
.property-step{position:relative;padding-top:30px;color:#7c8593}
.property-step:before{content:"";position:absolute;left:38px;right:0;top:16px;height:2px;background:#d7dce5}
.property-step span{position:absolute;left:0;top:0;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#8a95a8;color:#fff;font-weight:900}
.property-step.active span{background:linear-gradient(135deg,#F6C217,#d99100)}
.property-step.active:before{background:linear-gradient(90deg,#F6C217,#d99100)}
.property-step strong{display:block;color:#3b4250;font-weight:900;font-size:14px}.property-step small{display:block;margin-top:3px;color:#7c8593;font-size:11px}
.property-step.is-complete span{background:#22c55e}.property-step.is-current span{background:linear-gradient(135deg,#F6C217,#d99100);transform:scale(1.04)}.property-step.is-current:before{background:linear-gradient(90deg,#F6C217,#d99100)}
.property-form-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:22px;margin-bottom:22px}
.range-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:18px}
.range-control{display:block;padding:14px;border:1px solid #eadfce;border-radius:14px;background:#fffaf2}
.range-control span{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}
.range-control strong{font-size:14px;color:#342f28}.range-control em{font-style:normal;font-weight:900;color:#0f172a}
.range-control input{display:block!important;width:100%!important;accent-color:#F6C217;pointer-events:auto!important;touch-action:pan-y;cursor:pointer;position:relative;z-index:2}
.commission-box{display:grid;align-content:center;min-height:76px;padding:14px 16px;border-radius:14px;background:linear-gradient(135deg,rgba(34,197,94,.12),rgba(41,182,230,.09));border:1px solid rgba(34,197,94,.22)}
.commission-box span{color:#586252;font-weight:800;font-size:13px}.commission-box strong{font-size:26px;color:#14532d;letter-spacing:-.03em}
.feature-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.feature-pill{display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border:1px solid #eadfce;border-radius:12px;background:#fff;color:#342f28;font-weight:800;font-size:13px}
.feature-pill input{accent-color:#d99100}
.upload-dropzone{display:grid;place-items:center;text-align:center;gap:6px;min-height:148px;margin-top:14px;padding:22px;border:2px dashed #d6c4a4;border-radius:18px;background:#fffaf2;cursor:pointer;transition:border-color .18s ease,background .18s ease}
.upload-dropzone:hover,.upload-dropzone.is-dragover{border-color:#29B6E6;background:#f1fbff}
.upload-dropzone input{display:none}.upload-dropzone strong{font-size:17px}.upload-dropzone span{color:#6B6258}
.upload-preview{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:14px}
.upload-preview img{width:100%;aspect-ratio:1.2/1;object-fit:cover;border-radius:12px;border:1px solid #eadfce}
.compact-dropzone{min-height:118px;padding:16px}.compact-dropzone strong{font-size:15px}.compact-dropzone span{font-size:13px}
.mini-title{margin:20px 0 10px;font-size:16px}
.media-sort-list{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:10px}
.media-sort-card{padding:8px;border:1px solid #eadfce;border-radius:14px;background:#fff;cursor:grab}
.media-sort-card.is-dragging{opacity:.5}.media-sort-card img{width:100%;aspect-ratio:1.2/1;object-fit:cover;border-radius:10px}.media-sort-card span{display:block;margin:8px 0;color:#6B6258;font-size:12px;font-weight:800}
.media-preview-grid{grid-template-columns:1.4fr .8fr}
.preview-property-card{display:grid;grid-template-columns:170px 1fr;gap:16px;align-items:center}.preview-image{height:120px;border-radius:14px;overflow:hidden;background:linear-gradient(135deg,#eadfce,#fff);display:grid;place-items:center;color:#7b7062;font-weight:800}.preview-image img{width:100%;height:100%;object-fit:cover}.preview-property-card strong{font-size:18px}.preview-property-card p{margin:7px 0;color:#6B6258}.preview-property-card small{display:block;color:#3d4652}.preview-property-card em{display:block;margin-top:10px;font-style:normal;color:#029bd6;font-size:22px;font-weight:900}
.publish-bar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:40px}
.admin-page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin:-6px 0 24px}
.admin-page-head p{margin:0;color:#6B6258;font-size:17px}.admin-page-head form{width:min(460px,100%)}
.admin-filter-bar{display:grid;grid-template-columns:repeat(4,1fr) auto auto;gap:14px;align-items:end;padding:18px;margin-bottom:22px}
.admin-table-card{overflow:hidden}.admin-properties-table td{vertical-align:middle}.property-cell{display:grid;grid-template-columns:96px 1fr;gap:14px;align-items:center}.property-cell-image{width:96px;height:58px;border-radius:10px;overflow:hidden;background:#f1eadc;display:grid;place-items:center;color:#7b7062;font-size:12px;font-weight:800}.property-cell-image img{width:100%;height:100%;object-fit:cover}.property-cell strong{display:block;font-weight:900}.property-cell small{display:block;margin-top:5px;color:#6B6258}
.purpose-pill{display:inline-flex;align-items:center;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:900}.purpose-sale{background:#eaf7df;color:#315f16}.purpose-rent{background:#e2f3ff;color:#075985}.purpose-both{background:#fff4cc;color:#7c5400}
.admin-pagination{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:16px;color:#6B6258}.admin-pagination>div{display:flex;align-items:center;gap:8px}.page-current{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:#F6C217;color:#1F1F1F;font-weight:900}
.metrics-filter{width:260px;padding:16px;margin-bottom:16px}.metrics-tabs{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 20px}.metrics-tabs a{padding:11px 16px;border-radius:999px;border:1px solid #eadfce;background:#fff;color:#342f28;font-weight:900}.metrics-tabs a.active{background:#1F1F1F;color:#fff;border-color:#1F1F1F}.metrics-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:20px}
.dashboard-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:20px;margin-top:22px}.quick-actions{display:grid;grid-template-columns:1fr 1fr;gap:14px}.quick-action{display:grid;align-content:center;min-height:128px;padding:18px;border-radius:16px;border:1px solid #eadfce;background:#fff;color:#1F1F1F}.quick-action strong{font-size:17px}.quick-action span{margin-top:7px;color:#6B6258}.quick-action.gold{background:#fff8e8}.quick-action.blue{background:#eefaff}.quick-action.green{background:#effaf2}.quick-action.purple{background:#f7f0ff}

@media(max-width:1050px){
  .admin-shell{display:block}
  .sidebar{position:relative;height:auto}
  .admin-main{padding:22px 16px}
  .admin-stat-grid{grid-template-columns:1fr 1fr}
  .property-steps{grid-template-columns:repeat(3,1fr)}
  .property-form-grid,.media-preview-grid{grid-template-columns:1fr}
  .media-sort-list,.upload-preview{grid-template-columns:repeat(3,1fr)}
  .admin-filter-bar{grid-template-columns:1fr 1fr}
  .admin-page-head{display:grid}
  .metrics-grid{grid-template-columns:1fr}
  .dashboard-grid{grid-template-columns:1fr}
}
@media(max-width:700px){
  .admin-stat-grid{grid-template-columns:1fr}
  .topbar{display:grid;gap:14px}
  .topbar .btn{width:100%}
  .settings-heading{display:grid}
  .property-steps{grid-template-columns:1fr 1fr}
  .range-grid{grid-template-columns:1fr}
  .publish-bar{display:grid}
  .media-sort-list,.upload-preview{grid-template-columns:1fr 1fr}
  .preview-property-card{grid-template-columns:1fr}
  .admin-filter-bar{grid-template-columns:1fr}
  .property-cell{grid-template-columns:1fr}.property-cell-image{width:100%;height:150px}
  .admin-pagination{display:grid}
  .quick-actions{grid-template-columns:1fr}
}

/* Admin premium palette and compact layout */
:root{--admin-bg:#F7F4EE;--admin-bg-gradient:linear-gradient(180deg,#FFFCF7 0%,#F7F4EE 100%);--sidebar-bg:#0D0F10;--sidebar-bg-soft:#121416;--sidebar-border:#242424;--card-bg:#FFFFFF;--card-bg-soft:#FFFCF7;--card-border:#E8DFD0;--text-primary:#1F1F1F;--text-secondary:#6B6258;--text-muted:#9A9187;--text-inverse:#FFFFFF;--text-inverse-muted:#C9C3BA;--gold-dark:#B88A13;--gold-soft:#FFF4CC;--gold-hover:#E5B20F;--blue-dark:#1597C4;--blue-soft:#E6F7FD;--blue-border:#BDEBFA;--green:#22C55E;--green-dark:#15803D;--green-soft:#EAF8EF;--amber:#F59E0B;--amber-dark:#B45309;--amber-soft:#FFF3D6;--red:#EF4444;--red-dark:#B91C1C;--red-soft:#FEECEC;--purple:#8B5CF6;--purple-dark:#6D28D9;--purple-soft:#F1ECFF;--cyan:#06B6D4;--cyan-dark:#0E7490;--cyan-soft:#E6FAFD}
.admin-shell{display:block!important;min-height:100vh;background:var(--admin-bg-gradient)!important;font-family:Inter,system-ui,sans-serif!important}
.sidebar{position:fixed!important;left:0!important;top:0!important;bottom:0!important;width:260px!important;height:100vh!important;overflow-y:auto!important;padding:22px 16px!important;background:linear-gradient(180deg,var(--sidebar-bg),var(--sidebar-bg-soft))!important;border-right:1px solid var(--sidebar-border)!important}
.sidebar-brand{margin-bottom:18px!important}.sidebar-brand img{height:92px!important;max-width:190px!important}
.side-menu{gap:12px!important}.side-section{padding:9px!important;border-radius:15px!important}.side-section-title{font-size:10px!important;margin-bottom:6px!important}
.side-link{min-height:40px!important;margin:2px 0!important;padding:10px 10px 10px 34px!important;border-radius:11px!important;font-size:13px!important;font-weight:700!important}
.side-link:before{left:10px!important;width:14px!important;height:14px!important;border-radius:4px!important;border-width:1.8px!important}
.side-link.active{background:rgba(246,194,23,.16)!important;color:var(--gold)!important;border-left:3px solid var(--gold)!important}
.admin-main{margin-left:260px!important;padding:32px 34px!important;background:var(--admin-bg-gradient)!important}
.topbar h1{color:var(--text-primary)!important;font-weight:800!important}.topbar p{color:var(--text-secondary)!important}
.admin-main .card,.card{background:var(--card-bg)!important;border:1px solid var(--card-border)!important;border-radius:18px!important;box-shadow:0 16px 40px rgba(31,31,31,.06)!important}
.btn-primary{background:var(--gold)!important;color:var(--text-primary)!important}.btn-primary:hover{background:var(--gold-hover)!important}.btn-cyan{background:var(--blue)!important;color:#fff!important}.btn-cyan:hover{background:var(--blue-dark)!important}
.input,.select,.textarea{background:#fff!important;border-color:var(--card-border)!important;border-radius:12px!important}.input:focus,.select:focus,.textarea:focus{border-color:var(--blue)!important;box-shadow:0 0 0 4px rgba(41,182,230,.14)!important}
.status.available{background:var(--green-soft)!important;color:var(--green-dark)!important}.status.reserved{background:var(--blue-soft)!important;color:var(--blue-dark)!important}.status.sold{background:var(--red-soft)!important;color:var(--red-dark)!important}.status.rented{background:var(--purple-soft)!important;color:var(--purple-dark)!important}.status.draft{background:#F3F4F6!important;color:#6B7280!important}.status.hidden{background:#F3F4F6!important;color:#6B7280!important}
.table th{background:var(--card-bg-soft)!important;color:var(--text-secondary)!important}.table td{border-bottom:1px solid #EFE7DA!important}.table tr:hover td{background:var(--card-bg-soft)!important}
.property-steps{top:0!important;margin-left:-2px;margin-right:-2px;border-bottom:1px solid rgba(232,223,208,.72)}
.property-step:before{height:4px!important;border-radius:999px;background:linear-gradient(90deg,var(--green) var(--step-progress,0%),#d7dce5 var(--step-progress,0%))!important}.property-step strong{font-size:13px!important}.property-step small{font-size:10px!important}
.publish-bar{display:flex!important;align-items:center!important;justify-content:space-between!important}.publish-bar>.btn{margin-right:auto}.publish-bar .admin-actions{margin-left:auto}
.publish-bar .btn-primary svg{width:18px;height:18px}
.calendar-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px;margin-bottom:16px}.calendar-toolbar h2{margin:0;font:800 24px/1 Inter,sans-serif}.calendar-toolbar p{margin:6px 0 0;color:var(--text-secondary)}
.calendar-card{padding:18px;margin-bottom:16px}.calendar-legend{display:flex;gap:18px;flex-wrap:wrap;padding:16px;margin-bottom:18px}
.fc .fc-toolbar-title{font:800 24px/1 Inter,sans-serif;color:var(--text-primary)}.fc .fc-button-primary{background:var(--gold)!important;border-color:var(--gold)!important;color:var(--text-primary)!important}.fc .fc-day-today{background:var(--gold-soft)!important}.fc .fc-day-today .fc-daygrid-day-frame{outline:1px solid var(--gold);outline-offset:-1px}.fc-event{border-radius:8px!important;padding:2px 4px!important;font-weight:700!important}
@media(max-width:1050px){.sidebar{position:relative!important;width:100%!important;height:auto!important}.admin-main{margin-left:0!important;padding:22px 16px!important}.calendar-toolbar{display:grid}}

/* Admin bugfix and finishing layer */
.admin-shell,.admin-shell *{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif!important}
.admin-main h1,.admin-main h2,.admin-main h3,.admin-main h4,.admin-main .heading{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif!important;letter-spacing:-.03em}
.side-link{padding-left:12px!important;color:#f7f4ee!important}
.side-link:before{display:none!important}
.side-link svg{width:19px!important;height:19px!important;min-width:19px!important;stroke-width:2!important}
.side-link span{min-width:0}
.side-link-broker.active{background:rgba(34,197,94,.18)!important;color:var(--green)!important;border-left:3px solid var(--green)!important;box-shadow:0 12px 26px rgba(34,197,94,.12)!important}
.side-link-site.active{background:rgba(246,194,23,.18)!important;color:var(--gold)!important;border-left:3px solid var(--gold)!important;box-shadow:0 12px 26px rgba(246,194,23,.12)!important}
.side-link-admin.active{background:rgba(239,68,68,.2)!important;color:#fecaca!important;border-left:3px solid var(--red)!important;box-shadow:0 12px 26px rgba(239,68,68,.14)!important}
.side-link-exit{padding-left:12px!important}
.admin-stat{position:relative;overflow:hidden}
.admin-stat:after{content:"";position:absolute;right:-22px;top:-28px;width:92px;height:92px;border-radius:50%;background:currentColor;opacity:.06}
.admin-stat.stat-gold{color:var(--gold-dark)}.admin-stat.stat-gold .admin-stat-icon{background:var(--gold-soft);color:var(--gold-dark)}
.admin-stat.stat-green{color:var(--green-dark)}.admin-stat.stat-green .admin-stat-icon{background:var(--green-soft);color:var(--green-dark)}
.admin-stat.stat-green-dark{color:#166534}.admin-stat.stat-green-dark .admin-stat-icon{background:#dcfce7;color:#166534}
.admin-stat.stat-amber{color:var(--amber-dark)}.admin-stat.stat-amber .admin-stat-icon{background:var(--amber-soft);color:var(--amber-dark)}
.admin-stat.stat-blue{color:var(--blue-dark)}.admin-stat.stat-blue .admin-stat-icon{background:var(--blue-soft);color:var(--blue-dark)}
.admin-stat.stat-purple{color:var(--purple-dark)}.admin-stat.stat-purple .admin-stat-icon{background:var(--purple-soft);color:var(--purple-dark)}
.admin-stat.stat-whatsapp{color:#128C7E}.admin-stat.stat-whatsapp .admin-stat-icon{background:#E5FAF1;color:#128C7E}
.admin-stat-icon svg,.icon-btn svg{display:block;width:22px!important;height:22px!important;stroke-width:2!important;color:currentColor!important}
.icon-btn{color:#fff!important;opacity:1!important;visibility:visible!important;overflow:visible!important}
.icon-btn svg{opacity:1!important;visibility:visible!important}
.admin-properties-table .btn-cyan.icon-btn{background:var(--blue)!important;color:#fff!important}
.admin-properties-table .btn-dark.icon-btn{background:#1F1F1F!important;color:#fff!important}
.admin-properties-table .btn-danger.icon-btn{background:var(--red)!important;color:#fff!important}
.prompt-actions{margin-top:14px;display:flex;gap:10px;flex-wrap:wrap}
.prompt-actions .btn{min-height:46px}
.upload-preview{grid-template-columns:repeat(auto-fill,minmax(132px,1fr))!important}
.upload-preview-card{position:relative;padding:8px;border:1px solid var(--card-border);border-radius:14px;background:#fff;box-shadow:0 10px 26px rgba(31,31,31,.05)}
.upload-preview-card img{width:100%;aspect-ratio:1.2/1;object-fit:cover;border-radius:10px;border:0!important}
.upload-preview-actions{display:grid;grid-template-columns:1fr;gap:6px;margin-top:8px}
.upload-preview-actions button{min-height:32px;border:0;border-radius:9px;padding:0 9px;font:800 11px/1 Inter,sans-serif;cursor:pointer}
.upload-preview-actions button:first-child{background:var(--blue-soft);color:var(--blue-dark)}
.upload-preview-actions button:first-child.is-main{background:var(--gold-soft);color:var(--gold-dark)}
.upload-preview-actions button:last-child{background:var(--red-soft);color:var(--red-dark)}
.media-sort-card .admin-actions{display:grid!important;grid-template-columns:1fr;gap:7px!important;margin-top:8px}
.media-action-button{width:100%!important;min-height:34px!important;padding:0 10px!important;border-radius:9px!important;font-size:11px!important;opacity:1!important;visibility:visible!important}
.media-sort-card img{background:#f1eadc}
.range-control input[type=range]{appearance:auto!important;-webkit-appearance:auto!important}
.btn-prompt,.btn-duplicate{background:#29B6E6!important;color:#fff!important;border:1px solid #29B6E6!important;box-shadow:0 12px 24px rgba(41,182,230,.18)!important;opacity:1!important;visibility:visible!important}
.btn-prompt svg,.btn-duplicate svg{color:#fff!important;stroke:#fff!important;opacity:1!important;visibility:visible!important}
.btn-prompt{min-width:280px!important}
.fc-prevClean-button,.fc-nextClean-button{min-width:44px!important;font-size:24px!important;font-weight:900!important;line-height:1!important}

/* Point fixes: property list actions, stepped form, local autocomplete and calendar polish */
.admin-properties-table .property-row-actions{display:flex!important;align-items:center!important;gap:10px!important;flex-wrap:nowrap!important}
.property-row-actions form{margin:0!important;display:inline-flex!important}
.property-action{width:42px!important;height:42px!important;min-width:42px!important;padding:0!important;display:grid!important;place-items:center!important;border-radius:12px!important;border:1px solid var(--card-border)!important;background:#fff!important;box-shadow:0 10px 22px rgba(31,31,31,.05)!important;opacity:1!important;visibility:visible!important;cursor:pointer!important;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease!important}
.property-action:hover{transform:translateY(-1px)!important;box-shadow:0 14px 30px rgba(31,31,31,.09)!important}
.property-action svg{display:block!important;width:20px!important;height:20px!important;stroke-width:2.25!important;color:currentColor!important;opacity:1!important;visibility:visible!important}
.property-action-edit{color:#1F1F1F!important}
.property-action-duplicate{color:#0F3A5A!important;border-color:#B8D7EA!important;background:#F7FCFF!important}
.property-action-delete{color:#B91C1C!important;border-color:#FECACA!important;background:#FFF8F8!important}
.admin-stat-grid .admin-stat:nth-child(1){color:var(--gold-dark)!important}.admin-stat-grid .admin-stat:nth-child(1) .admin-stat-icon{background:var(--gold-soft)!important;color:var(--gold-dark)!important}
.admin-stat-grid .admin-stat:nth-child(2){color:var(--blue-dark)!important}.admin-stat-grid .admin-stat:nth-child(2) .admin-stat-icon{background:var(--blue-soft)!important;color:var(--blue-dark)!important}
.admin-stat-grid .admin-stat:nth-child(3){color:var(--amber-dark)!important}.admin-stat-grid .admin-stat:nth-child(3) .admin-stat-icon{background:var(--amber-soft)!important;color:var(--amber-dark)!important}
.admin-stat-grid .admin-stat:nth-child(4){color:var(--purple-dark)!important}.admin-stat-grid .admin-stat:nth-child(4) .admin-stat-icon{background:var(--purple-soft)!important;color:var(--purple-dark)!important}
.segmented-choice{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
.segmented-choice label{position:relative!important;display:block!important;cursor:pointer!important}
.segmented-choice input{position:absolute!important;opacity:0!important;pointer-events:none!important}
.segmented-choice span{min-height:52px!important;display:flex!important;align-items:center!important;justify-content:center!important;border:1px solid var(--card-border)!important;border-radius:12px!important;background:#fff!important;color:var(--text-primary)!important;font-size:14px!important;font-weight:900!important;box-shadow:0 8px 20px rgba(31,31,31,.03)!important;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,color .16s ease!important}
.segmented-choice input:checked+span{background:var(--gold-soft)!important;border-color:var(--gold)!important;color:#7C5400!important;box-shadow:0 12px 26px rgba(246,194,23,.18)!important}
.feature-pills{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))!important;gap:9px!important;align-items:stretch!important}
.feature-pill{min-height:38px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;padding:8px 10px!important;border-radius:11px!important;font-size:12px!important;line-height:1.25!important;font-weight:800!important;background:#fff!important;white-space:normal!important}
.feature-pill input{width:14px!important;height:14px!important;flex:0 0 auto!important}
.location-autocomplete{position:relative!important}
.location-suggestions{display:none;position:absolute;left:0;right:0;top:calc(100% + 8px);z-index:80;padding:6px;background:#fff;border:1px solid var(--card-border);border-radius:14px;box-shadow:0 18px 44px rgba(31,31,31,.13)}
.location-suggestions.is-open{display:grid;gap:4px}
.location-suggestions button,.location-suggestions span{width:100%;min-height:42px;padding:10px 12px;border:0;border-radius:10px;background:transparent;text-align:left;color:var(--text-primary);font:800 13px/1.25 Inter,system-ui,sans-serif}
.location-suggestions button{cursor:pointer}
.location-suggestions button:hover{background:var(--blue-soft);color:var(--blue-dark)}
.location-suggestions span{display:flex;align-items:center;color:var(--text-secondary);font-weight:700}
.property-steps{overflow-x:auto!important;scrollbar-width:none!important;grid-template-columns:repeat(6,minmax(130px,1fr))!important;padding:12px 2px 10px!important}
.property-steps::-webkit-scrollbar{display:none}
.property-step{cursor:pointer!important}
.property-step:before{background:linear-gradient(90deg,var(--green) var(--step-progress,0%),#d7dce5 var(--step-progress,0%))!important}
.property-step.is-passed span,.property-step.is-current span{background:var(--green)!important;color:#fff!important;box-shadow:0 0 0 4px rgba(34,197,94,.13)!important;transform:none!important}
.property-step.is-passed:before,.property-step.is-current:before{background:var(--green)!important}
.property-step.is-current strong,.property-step.is-passed strong{color:var(--green-dark)!important}
.property-step small{font-size:10px!important;line-height:1.2!important}
.calendar-card{padding:20px!important;border-radius:24px!important;overflow:hidden!important}
#calendar{padding:4px!important}
.fc .fc-scrollgrid{border-radius:20px!important;overflow:hidden!important;border:1px solid var(--card-border)!important;background:#fff!important}
.fc-theme-standard td,.fc-theme-standard th{border-color:#EFE7DA!important}
.fc .fc-col-header-cell{background:#FFFCF7!important;padding:8px 0!important}
.fc .fc-daygrid-day{background:#fff!important;transition:background .16s ease!important}
.fc .fc-daygrid-day:hover{background:#FFFCF7!important}
.fc .fc-day-today{background:var(--gold-soft)!important}
.fc .fc-day-today .fc-daygrid-day-number{display:grid!important;place-items:center!important;width:30px!important;height:30px!important;border-radius:50%!important;background:var(--gold)!important;color:#1F1F1F!important;font-weight:900!important}
.fc .fc-daygrid-day-frame{min-height:118px!important;padding:8px!important}
.fc .fc-daygrid-day-number{font-weight:800!important;color:#3A332A!important}
.fc .fc-event{border-radius:10px!important;border-width:1px!important;padding:3px 6px!important;font-weight:800!important;box-shadow:none!important}
.fc .fc-button{min-height:42px!important;border-radius:12px!important;font-weight:900!important;box-shadow:0 10px 22px rgba(31,31,31,.05)!important}
.fc .fc-button-primary:not(:disabled):active,.fc .fc-button-primary:not(:disabled).fc-button-active{background:#1F1F1F!important;border-color:#1F1F1F!important;color:#fff!important}
.calendar-legend{border-radius:18px!important}

/* Public visual fixes and property detail page */
:root{--blue:#29B6E6;--blue-dark:#1597C4}
.btn-cyan,.search-box .btn-cyan,.cta-band .btn-cyan{background:linear-gradient(135deg,#29B6E6,#1597C4)!important;color:#fff!important;border:1px solid rgba(41,182,230,.35)!important;box-shadow:0 16px 34px rgba(41,182,230,.24)!important}
.btn-cyan svg,.cta-band .btn-cyan svg,.search-box .btn-cyan svg{stroke:#fff!important;color:#fff!important}
.btn-cyan:hover,.search-box .btn-cyan:hover,.cta-band .btn-cyan:hover{background:linear-gradient(135deg,#1597C4,#0E7490)!important;color:#fff!important}
.property-status{font-weight:900!important;color:#1F1F1F!important;box-shadow:0 8px 18px rgba(31,31,31,.14)!important;border:1px solid rgba(255,255,255,.55)!important;text-shadow:none!important}
.property-status-sale{background:#F6C217!important;color:#3A2A00!important}
.property-status-rent{background:#29B6E6!important;color:#fff!important}
.property-status-both{background:#1F1F1F!important;color:#fff!important}
.property-card .property-status{left:14px!important;bottom:12px!important;padding:8px 12px!important}
@media(max-width:900px){
  .property-grid{scrollbar-width:none!important;-ms-overflow-style:none!important;cursor:grab}
  .property-grid::-webkit-scrollbar{display:none!important}
  .property-grid:active{cursor:grabbing}
}
.public-location-autocomplete .input{padding-left:44px!important;border-radius:16px!important;border-color:#D9CBB9!important}
.public-location-autocomplete:before{content:"";position:absolute;left:15px;top:50%;width:18px;height:18px;transform:translateY(-50%);z-index:2;border:2px solid #6D28D9;border-radius:50%}
.public-location-autocomplete:after{content:"";position:absolute;left:31px;top:calc(50% + 8px);width:8px;height:2px;z-index:2;background:#6D28D9;transform:rotate(45deg);border-radius:99px}
.public-location-suggestions{top:calc(100% + 10px)!important;padding:12px!important;border-radius:0 0 16px 16px!important;box-shadow:0 22px 44px rgba(31,31,31,.15)!important;max-height:300px;overflow:auto}
.public-location-suggestions button{position:relative;min-height:62px!important;padding:12px 14px 12px 56px!important;border-radius:14px!important;font-size:15px!important;font-weight:900!important}
.public-location-suggestions button:before{content:"⌂";position:absolute;left:18px;top:50%;transform:translateY(-50%);width:26px;height:26px;display:grid;place-items:center;color:#344054;font-size:20px}
.public-location-suggestions button:hover,.public-location-suggestions button:first-child{background:#F3F4F6!important;color:#1F1F1F!important}
.properties-list-section{background:#F7F4EE!important}
.public-filter-card{position:relative;z-index:10}
.property-show-hero{padding:54px 0 0;background:linear-gradient(180deg,#FFFCF7 0%,#F7F4EE 100%)}
.property-show-header{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:end;margin-bottom:24px}
.property-show-header h1{max-width:850px;margin:14px 0 10px;font-size:58px;line-height:.98}
.property-show-header p{margin:0;color:#6B6258;font-size:17px}
.property-show-code{background:#FFF4CC!important;color:#7C5400!important}
.property-show-price{padding:18px 22px;border-radius:18px;background:#fff;border:1px solid #E8DFD0;color:#029BD6;font-size:28px;font-weight:900;box-shadow:0 18px 42px rgba(31,31,31,.06)}
.property-gallery-show{display:grid;grid-template-columns:2fr 1fr;gap:14px}
.gallery-main-link,.property-gallery-show .thumbs button{padding:0;border:0;background:transparent;cursor:pointer}
.property-gallery-show .gallery-main{width:100%;height:520px;aspect-ratio:auto;border-radius:22px;object-fit:cover;box-shadow:0 22px 54px rgba(31,31,31,.14)}
.property-gallery-show .thumbs{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.property-gallery-show .thumbs img{width:100%;height:253px;border-radius:18px;object-fit:cover;box-shadow:0 14px 32px rgba(31,31,31,.08)}
.property-show-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:26px;align-items:start}
.property-show-main{display:grid;gap:18px}
.property-info-strip{display:flex;flex-wrap:wrap;gap:12px;padding:16px}
.property-info-strip span{display:grid;min-width:120px;padding:14px;border-radius:14px;background:#FFFCF7;border:1px solid #E8DFD0;color:#6B6258;font-weight:700}
.property-info-strip strong{color:#1F1F1F;font-size:24px;line-height:1}
.property-section-card{padding:24px}
.property-section-card h2,.property-contact-card h2{margin:0 0 14px;font-family:Inter,sans-serif;font-size:24px;font-weight:900;letter-spacing:-.03em}
.property-section-card p{margin:0;color:#3A332A;font-size:16px;line-height:1.75}
.property-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.property-detail-grid div{padding:14px;border:1px solid #E8DFD0;border-radius:14px;background:#FFFCF7}
.property-detail-grid span{display:block;margin-bottom:6px;color:#6B6258;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.03em}
.property-detail-grid strong{color:#1F1F1F;font-size:15px}
.property-feature-list{display:flex;flex-wrap:wrap;gap:10px}
.property-feature-list span{padding:10px 13px;border-radius:999px;background:#FFF4CC;color:#7C5400;font-size:13px;font-weight:900;border:1px solid #F6C217}
.property-video-list{display:flex;gap:10px;flex-wrap:wrap}
.property-contact-card{position:sticky;top:112px;padding:24px}
.property-contact-card p{margin:0 0 16px;color:#6B6258;line-height:1.55}
.property-contact-card .btn{width:100%;margin-bottom:16px}
.property-contact-card form .btn{margin-top:14px;margin-bottom:0}
.similar-section{background:#FFFCF7}
.property-lightbox{position:fixed;inset:0;z-index:200;display:none;align-items:center;justify-content:center;padding:28px;background:rgba(0,0,0,.82)}
.property-lightbox.is-open{display:flex}
.property-lightbox img{max-width:min(1100px,96vw);max-height:86vh;border-radius:18px;box-shadow:0 24px 70px rgba(0,0,0,.45);object-fit:contain}
.property-lightbox button{position:absolute;top:20px;right:24px;width:44px;height:44px;border:0;border-radius:50%;background:#fff;color:#1F1F1F;font-size:30px;line-height:1;cursor:pointer}
body.lightbox-open{overflow:hidden}
.property-action svg *{stroke:currentColor!important}
.lead-actions{display:grid;gap:10px;min-width:260px}
.lead-action-buttons{display:flex;gap:8px;flex-wrap:wrap}
.lead-action-buttons form{margin:0}
.calendar-toolbar .btn-primary{background:linear-gradient(135deg,#29B6E6,#1597C4)!important;color:#fff!important;box-shadow:0 14px 30px rgba(41,182,230,.22)!important}
.calendar-card{background:linear-gradient(180deg,#fff,#FFFCF7)!important}
.fc .fc-button-primary{background:#fff!important;border-color:#E8DFD0!important;color:#1F1F1F!important}
.fc .fc-button-primary:hover{background:#FFFCF7!important;border-color:#D9CBB9!important;color:#1F1F1F!important}
.fc .fc-button-primary:not(:disabled):active,.fc .fc-button-primary:not(:disabled).fc-button-active{background:#1F1F1F!important;border-color:#1F1F1F!important;color:#fff!important}
.fc .fc-today-button{background:#FFF4CC!important;border-color:#F6C217!important;color:#7C5400!important}
.fc .fc-toolbar{gap:14px!important;flex-wrap:wrap!important}
.fc .fc-view-harness{border-radius:20px!important}
@media(max-width:900px){
  .property-show-header{grid-template-columns:1fr}
  .property-show-header h1{font-size:42px}
  .property-show-price{font-size:23px}
  .property-gallery-show{grid-template-columns:1fr}
  .property-gallery-show .gallery-main{height:320px}
  .property-gallery-show .thumbs{grid-template-columns:repeat(4,1fr);overflow-x:auto;scrollbar-width:none}
  .property-gallery-show .thumbs::-webkit-scrollbar{display:none}
  .property-gallery-show .thumbs img{width:130px;height:92px}
  .property-show-layout{grid-template-columns:1fr}
  .property-contact-card{position:static}
  .property-detail-grid{grid-template-columns:1fr 1fr}
  .public-filter-card{grid-template-columns:1fr!important}
}
@media(max-width:560px){
  .property-detail-grid{grid-template-columns:1fr}
  .property-info-strip span{min-width:calc(50% - 6px)}
}

/* Property detail redesign */
.property-detail-page{padding:18px 0 34px;background:radial-gradient(circle at 12% 0%,rgba(246,194,23,.12),transparent 28%),linear-gradient(180deg,#fffaf1 0%,#F7F4EE 52%,#F7F4EE 100%)}
.property-detail-page>.container{max-width:1180px}
.property-breadcrumb{display:flex;align-items:center;gap:10px;margin:0 0 14px;color:#8A8076;font-size:12px;font-weight:700}
.property-breadcrumb a{color:#6B6258}.property-breadcrumb strong{color:#1F1F1F}.property-breadcrumb span{color:#C7BCA8}
.property-hero-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);gap:24px;align-items:start;margin-bottom:16px}
.property-gallery-panel{display:grid;gap:8px}
.property-gallery-main{position:relative;display:block;width:100%;height:0;padding:0 0 44%;overflow:hidden;border:0;border-radius:8px;background:#E8DFD0;box-shadow:0 18px 48px rgba(31,31,31,.13);cursor:pointer}
.property-gallery-main img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.photo-count{position:absolute;left:16px;top:14px;display:inline-flex;align-items:center;gap:7px;min-height:34px;padding:0 12px;border-radius:8px;background:rgba(20,28,36,.82);color:#fff;font-size:12px;font-weight:900;backdrop-filter:blur(8px)}
.photo-count svg{width:16px;height:16px;stroke-width:2.2}
.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#fff;color:#1F1F1F;font-size:30px;line-height:1;box-shadow:0 10px 24px rgba(31,31,31,.18)}
.gallery-arrow-left{left:16px}.gallery-arrow-right{right:16px}
.property-gallery-thumbs{display:flex;gap:10px;align-items:center}
.property-gallery-thumbs button{width:104px;aspect-ratio:1/1;padding:0;border:0;border-radius:8px;overflow:hidden;background:#E8DFD0;cursor:pointer;box-shadow:0 10px 24px rgba(31,31,31,.08)}
.property-gallery-thumbs img{width:100%;height:100%;aspect-ratio:1/1;object-fit:cover;transition:transform .18s ease}
.property-gallery-thumbs button:hover img{transform:scale(1.03)}
.property-summary-panel{padding:6px 0 0}
.property-summary-panel h1{margin:14px 0 10px;color:#1F1F1F;font-size:50px;line-height:.98;letter-spacing:-.035em}
.property-location-line{display:flex;align-items:center;gap:8px;margin:0 0 12px;color:#4F463C;font-size:15px;font-weight:700}
.property-location-line svg{width:18px;height:18px;color:#9A7110;stroke-width:2}
.property-title-row{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px}
.property-detail-page .property-show-price{padding:0;border:0;border-radius:0;background:transparent;color:#B88A13;font-size:30px;font-weight:900;box-shadow:none}
.property-availability{border:1px solid #A7D7B5!important;background:#F2FBF5!important;color:#15803D!important;white-space:nowrap}
.property-availability:before{content:"";width:7px;height:7px;margin-right:7px;border-radius:50%;background:currentColor}
.property-summary-stats{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));overflow:hidden;margin:0 0 18px;border:1px solid #E8DFD0;border-radius:8px;background:#fff;box-shadow:0 12px 28px rgba(31,31,31,.06)}
.property-summary-stats div{display:grid;place-items:center;gap:4px;min-height:72px;padding:8px;border-right:1px solid #EFE7DA;text-align:center}
.property-summary-stats div:last-child{border-right:0}
.property-summary-stats svg{width:20px;height:20px;color:#B88A13;stroke-width:1.9}
.property-summary-stats strong{font-size:15px;font-weight:900;color:#1F1F1F}
.property-summary-stats span{font-size:11px;color:#5F574D;font-weight:700}
.property-short-description{max-width:620px;margin:0;color:#51483E;font-size:15px;line-height:1.7}
.property-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:20px;align-items:start;margin-top:12px}
.property-detail-main{display:grid;gap:10px}
.property-info-card,.property-contact-card,.property-trust-card{background:rgba(255,255,255,.94);border:1px solid #E8DFD0;border-radius:8px;box-shadow:0 12px 34px rgba(31,31,31,.06)}
.property-info-card{padding:16px}
.property-info-card h2,.property-contact-card h2{display:flex;align-items:center;gap:10px;margin:0 0 12px;color:#1F1F1F;font-family:Inter,system-ui,sans-serif;font-size:18px;font-weight:900;letter-spacing:-.02em}
.property-info-card h2 svg{width:22px;height:22px;color:#B88A13;stroke-width:1.9}
.property-info-card p{margin:0;color:#3A332A;font-size:14px;line-height:1.72}
.property-costs-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:14px}
.property-cost-item{display:grid;grid-template-columns:34px 1fr;column-gap:10px;row-gap:3px;align-items:center;min-height:74px;padding:13px 14px;border:1px solid #EFE7DA;border-radius:8px;background:#FFFCF7}
.property-cost-item:only-child{grid-column:1/-1}
.property-cost-item svg{grid-row:1/3;width:22px;height:22px;color:#B88A13;stroke-width:1.9}
.property-cost-item span{color:#6B6258;font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.03em}
.property-cost-item strong{color:#1F1F1F;font-size:16px;font-weight:950}
.property-main-price-list{display:grid;gap:10px}
.property-main-price{display:grid;grid-template-columns:42px 1fr auto;gap:12px;align-items:center;padding:16px;border:1px solid #E5D2A8;border-radius:8px;background:linear-gradient(180deg,#FFF8E5,#FFFDF8)}
.property-main-price svg{width:26px;height:26px;color:#B88A13;stroke-width:1.9}
.property-main-price span{color:#6B6258;font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
.property-main-price strong{color:#1F1F1F;font-size:22px;font-weight:950;white-space:nowrap}
.property-facts-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0}
.property-facts-grid div{display:grid;grid-template-columns:22px 1fr;column-gap:10px;row-gap:2px;min-height:58px;padding:10px 14px;border-right:1px solid #EFE7DA;border-bottom:1px solid #EFE7DA}
.property-facts-grid div:nth-child(4n){border-right:0}
.property-facts-grid div:nth-last-child(-n+4){border-bottom:0}
.property-facts-grid svg{grid-row:1/3;width:18px;height:18px;margin-top:3px;color:#B88A13;stroke-width:1.8}
.property-facts-grid span{color:#7A7167;font-size:12px;font-weight:800}
.property-facts-grid strong{color:#1F1F1F;font-size:13px;font-weight:900}
.property-feature-list{display:flex;flex-wrap:wrap;gap:8px}
.property-feature-list span{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #E9D8B7;border-radius:6px;background:#F7EDDC;color:#6F4E0A;font-size:13px;font-weight:850}
.property-feature-list svg{width:15px;height:15px;stroke-width:2}
.property-video-list{display:flex;gap:10px;flex-wrap:wrap}
.property-contact-stack{position:sticky;top:112px;display:grid;gap:10px}
.property-contact-card{position:static!important;padding:18px}
.property-contact-card p{margin:0 0 14px;color:#6B6258;font-size:12px;line-height:1.5}
.property-contact-card form{display:grid;gap:8px}
.property-contact-card .input,.property-contact-card .textarea{border-radius:6px!important;font-size:13px}
.property-contact-card .textarea{min-height:84px}
.property-contact-card .btn{width:100%;min-height:44px;margin:4px 0 0!important;border-radius:6px}
.property-contact-card .btn svg{width:17px!important;height:17px!important;stroke-width:2!important}
.property-contact-card .btn-outline{margin-top:8px!important;border-color:#1597C4;color:#1597C4;background:#fff}
.property-trust-card{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:center;padding:14px}
.property-trust-card>svg{width:42px;height:42px;padding:8px;border:1px solid #F6C217;border-radius:50%;color:#B88A13;background:#FFF8DC}
.property-trust-card strong{display:block;margin-bottom:3px;color:#1F1F1F;font-size:13px;font-weight:900}
.property-trust-card span{display:block;color:#6B6258;font-size:12px;line-height:1.45}
.property-similar-section{padding-top:8px;background:#F7F4EE!important}
.property-similar-section .container{max-width:1180px}
.property-grid-similar{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.property-lightbox{z-index:2000}
@media(max-width:1050px){
  .property-hero-grid{grid-template-columns:1fr;gap:18px}
  .property-summary-panel{padding-top:0}
  .property-summary-panel h1{font-size:44px}
  .property-detail-layout{grid-template-columns:1fr}
  .property-contact-stack{position:static;grid-template-columns:1fr 1fr}
}
@media(max-width:900px){
  .property-detail-page{padding-top:14px}
  .property-detail-page>.container,.property-similar-section .container{width:min(100% - 28px,1180px)}
  .property-breadcrumb{overflow-x:auto;white-space:nowrap;scrollbar-width:none}
  .property-breadcrumb::-webkit-scrollbar{display:none}
  .property-gallery-main{padding-bottom:62%;border-radius:10px}
  .property-gallery-thumbs{display:flex;overflow-x:auto;scrollbar-width:none}
  .property-gallery-thumbs::-webkit-scrollbar{display:none}
  .property-gallery-thumbs button{width:92px;min-width:92px}
  .property-summary-panel h1{font-size:39px}
  .property-title-row{display:grid;gap:8px}
  .property-summary-stats{grid-template-columns:repeat(5,112px);overflow-x:auto;scrollbar-width:none}
  .property-summary-stats::-webkit-scrollbar{display:none}
  .property-summary-stats div{border-bottom:0}
  .property-detail-layout{gap:14px}
  .property-facts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .property-facts-grid div:nth-child(4n){border-right:1px solid #EFE7DA}
  .property-facts-grid div:nth-child(2n){border-right:0}
  .property-facts-grid div:nth-last-child(-n+4){border-bottom:1px solid #EFE7DA}
  .property-facts-grid div:nth-last-child(-n+2){border-bottom:0}
  .property-contact-stack{grid-template-columns:1fr}
  .property-grid-similar{display:flex!important;overflow-x:auto;scrollbar-width:none}
  .property-grid-similar::-webkit-scrollbar{display:none}
  .property-grid-similar .property-card{min-width:250px}
}
@media(max-width:560px){
  .property-gallery-main{padding-bottom:68%}
  .photo-count{left:12px;top:12px}
  .gallery-arrow{width:32px;height:32px;font-size:26px}
  .gallery-arrow-left{left:12px}.gallery-arrow-right{right:12px}
  .property-gallery-thumbs button{width:84px;min-width:84px}
  .property-summary-panel h1{font-size:34px}
  .property-detail-page .property-show-price{font-size:26px}
  .property-summary-stats{grid-template-columns:repeat(5,98px)}
  .property-costs-grid{grid-template-columns:1fr;gap:8px}
  .property-main-price{grid-template-columns:34px 1fr;align-items:start}
  .property-main-price strong{grid-column:2;font-size:20px;white-space:normal}
  .property-facts-grid{grid-template-columns:1fr}
  .property-facts-grid div,.property-facts-grid div:nth-child(2n),.property-facts-grid div:nth-child(4n){border-right:0}
  .property-facts-grid div:nth-last-child(-n+2){border-bottom:1px solid #EFE7DA}
  .property-facts-grid div:last-child{border-bottom:0}
}

/* Property detail icon and mobile polish */
.property-detail-page svg,.property-similar-section svg,.mobile-wa svg{stroke-linecap:round;stroke-linejoin:round}
.property-gallery-panel{min-width:0;max-width:100%;overflow:hidden}
.property-gallery-main{max-width:100%}
.property-gallery-thumbs{max-width:100%;overflow:hidden}
.property-summary-stats svg{width:30px!important;height:30px!important;padding:6px;border-radius:50%;background:var(--stat-soft,#FFF4CC);color:var(--stat-color,#B88A13)!important;stroke-width:1.55!important}
.property-summary-stats div:nth-child(1){--stat-soft:#FFF4CC;--stat-color:#B88A13}
.property-summary-stats div:nth-child(2){--stat-soft:#E6F7FD;--stat-color:#1597C4}
.property-summary-stats div:nth-child(3){--stat-soft:#EAF8EF;--stat-color:#15803D}
.property-summary-stats div:nth-child(4){--stat-soft:#F1ECFF;--stat-color:#6D28D9}
.property-summary-stats div:nth-child(5){--stat-soft:#FFF3D6;--stat-color:#B45309}
.property-info-card h2 svg{width:26px!important;height:26px!important;padding:5px;border-radius:50%;background:#FFF4CC;color:#B88A13!important;stroke-width:1.55!important}
.property-cost-item svg,.property-main-price svg,.property-facts-grid svg,.property-feature-list svg,.property-contact-card .btn svg{stroke-width:1.55!important}
.property-feature-list span{border-radius:999px!important;border-color:var(--feature-border,#BDEBFA)!important;background:var(--feature-bg,#E6F7FD)!important;color:var(--feature-color,#0E7490)!important}
.property-feature-list span:nth-child(5n+1){--feature-bg:#E6F7FD;--feature-border:#BDEBFA;--feature-color:#0E7490}
.property-feature-list span:nth-child(5n+2){--feature-bg:#EAF8EF;--feature-border:#BBF7D0;--feature-color:#15803D}
.property-feature-list span:nth-child(5n+3){--feature-bg:#FFF4CC;--feature-border:#F6C217;--feature-color:#7C5400}
.property-feature-list span:nth-child(5n+4){--feature-bg:#F1ECFF;--feature-border:#DDD6FE;--feature-color:#6D28D9}
.property-feature-list span:nth-child(5n+5){--feature-bg:#FFF3D6;--feature-border:#FED7AA;--feature-color:#B45309}
.property-feature-list span svg{background:rgba(255,255,255,.68);border-radius:50%;padding:2px;width:18px!important;height:18px!important;color:currentColor!important}
.property-detail-page + .mobile-wa{background:linear-gradient(135deg,#22C55E,#16A34A)!important;color:#fff!important;border:0!important;box-shadow:0 16px 36px rgba(22,163,74,.3)!important}
.property-detail-page + .mobile-wa{gap:11px!important;font-size:15px!important;font-weight:900!important}
.property-detail-page + .mobile-wa svg{width:22px!important;height:22px!important;min-width:22px!important;color:#fff!important;stroke-width:0!important}
.property-contact-card .btn-outline svg{width:20px!important;height:20px!important;stroke-width:0!important}
@media(max-width:900px){
  .property-gallery-thumbs{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;overflow:hidden!important}
  .property-gallery-thumbs button{width:100%!important;min-width:0!important;max-width:100%!important}
  .property-summary-stats{grid-template-columns:repeat(5,minmax(0,1fr))!important;overflow:hidden!important}
  .property-summary-stats div{min-width:0!important;padding:8px 3px!important}
  .property-summary-stats svg{width:27px!important;height:27px!important;padding:5px}
  .property-summary-stats strong{font-size:14px!important}
  .property-summary-stats span{font-size:10px!important;line-height:1.15}
}
@media(max-width:560px){
  .property-summary-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important;border-radius:12px!important}
  .property-summary-stats div{border-right:1px solid #EFE7DA!important;border-bottom:1px solid #EFE7DA!important}
  .property-summary-stats div:nth-child(2n){border-right:0!important}
  .property-summary-stats div:last-child:nth-child(odd){grid-column:1/-1}
  .property-summary-stats div:nth-last-child(1){border-bottom:0!important}
  .property-summary-stats div:nth-last-child(2):nth-child(odd){border-bottom:0!important}
  .property-summary-stats div:last-child:nth-child(odd){border-bottom:0!important}
  .property-summary-stats div:last-child{border-right:0!important}
  .property-gallery-main{padding-bottom:64%!important}
  .property-gallery-thumbs button{border-radius:7px!important}
}

/* Font Awesome icon system */
.btn i{display:inline-flex;align-items:center;justify-content:center;width:18px;min-width:18px;font-size:16px;line-height:1}
.property-favorite i{font-size:23px;color:#fff}
.meta i{width:15px;min-width:15px;font-size:14px;color:currentColor}
.empty-icon i{font-size:26px}
.benefit-icon i{font-size:20px;line-height:1}
.footer-contact i{width:18px;min-width:18px;font-size:17px;color:var(--gold);text-align:center}
.mobile-bottom-nav i{font-size:22px;line-height:1}
.photo-count i{width:16px;min-width:16px;font-size:14px}
.property-location-line i{width:18px;min-width:18px;font-size:17px;color:#9A7110}
.property-summary-stats i{display:inline-flex!important;align-items:center;justify-content:center;width:30px!important;height:30px!important;padding:0!important;border-radius:50%;background:var(--stat-soft,#FFF4CC);color:var(--stat-color,#B88A13)!important;font-size:15px!important;line-height:1!important}
.property-info-card h2 i{display:inline-flex!important;align-items:center;justify-content:center;width:26px!important;height:26px!important;border-radius:50%;background:#FFF4CC;color:#B88A13!important;font-size:13px!important;line-height:1!important}
.property-cost-item i,.property-main-price i,.property-facts-grid i{display:inline-flex;align-items:center;justify-content:center;color:#B88A13}
.property-cost-item i{grid-row:1/3;width:22px;height:22px;font-size:18px}
.property-main-price i{width:26px;height:26px;font-size:21px}
.property-facts-grid i{grid-row:1/3;width:18px;height:18px;margin-top:3px;font-size:15px}
.property-feature-list i{display:inline-flex!important;align-items:center;justify-content:center;background:rgba(255,255,255,.68);border-radius:50%;padding:0;width:18px!important;height:18px!important;color:currentColor!important;font-size:10px!important}
.property-contact-card .btn i{width:20px!important;min-width:20px!important;font-size:18px!important}
.property-detail-page + .mobile-wa i{width:22px!important;min-width:22px!important;font-size:22px!important;color:#fff!important}
@media(max-width:900px){
  .property-summary-stats i{width:27px!important;height:27px!important;font-size:13px!important}
}

/* Search/footer refinements */
.search-box.search-box-sale-only{grid-template-columns:1.85fr 1.05fr 1.55fr auto;max-width:980px}
.public-location-autocomplete .input{padding-left:40px!important;color:#4F463C!important}
.public-location-autocomplete:before{content:"\f002"!important;position:absolute!important;left:16px!important;top:50%!important;width:auto!important;height:auto!important;transform:translateY(-50%)!important;z-index:2!important;border:0!important;border-radius:0!important;background:transparent!important;color:#6B6258!important;font-family:"Font Awesome 6 Free"!important;font-size:15px!important;font-weight:900!important;line-height:1!important}
.public-location-autocomplete:after{display:none!important}
.search-box .btn i{font-size:14px!important;width:15px!important;min-width:15px!important;color:currentColor!important}
.property-favorite{display:none!important}
.footer-contact{white-space:normal}
.footer-contact i{font-size:18px}
@media(max-width:1180px){
  .search-box.search-box-sale-only{grid-template-columns:1.5fr 1fr 1.25fr auto}
}
@media(max-width:900px){
  .search-box.search-box-sale-only{grid-template-columns:1fr 1fr;max-width:1120px}
}

/* Detail page final color pass */
.property-detail-page .property-show-price{color:#18b1e6!important}
.property-main-price strong{color:#1F1F1F!important}
.property-feature-list span,
.property-feature-list span:nth-child(5n+1),
.property-feature-list span:nth-child(5n+2),
.property-feature-list span:nth-child(5n+3),
.property-feature-list span:nth-child(5n+4),
.property-feature-list span:nth-child(5n+5){
  --feature-bg:#FFF7ED!important;
  --feature-border:#FDBA74!important;
  --feature-color:#C05600!important;
  background:#FFF7ED!important;
  border-color:#FDBA74!important;
  color:#C05600!important;
}
.property-feature-list span i{background:#fff!important;color:#C05600!important}

/* Font Awesome must beat the admin-wide Inter override. */
.fa,.fas,.fa-solid,
.admin-shell .fa,.admin-shell .fas,.admin-shell .fa-solid{
  font-family:"Font Awesome 6 Free"!important;
  font-weight:900!important;
}
.far,.fa-regular,
.admin-shell .far,.admin-shell .fa-regular{
  font-family:"Font Awesome 6 Free"!important;
  font-weight:400!important;
}
.fab,.fa-brands,
.admin-shell .fab,.admin-shell .fa-brands{
  font-family:"Font Awesome 6 Brands"!important;
  font-weight:400!important;
}

/* Backend Font Awesome, Kanban, reports and calendar tools */
.admin-shell .side-link i{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:19px!important;min-width:19px!important;font-size:15px!important;line-height:1!important;color:currentColor!important}
.admin-stat-icon i,.icon-btn i{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:24px!important;height:24px!important;font-size:21px!important;line-height:1!important;color:currentColor!important}
.admin-stat.stat-gold{color:var(--gold-dark)!important}.admin-stat.stat-gold .admin-stat-icon{background:var(--gold-soft)!important;color:var(--gold-dark)!important}
.admin-stat.stat-green{color:var(--green-dark)!important}.admin-stat.stat-green .admin-stat-icon{background:var(--green-soft)!important;color:var(--green-dark)!important}
.admin-stat.stat-green-dark{color:#166534!important}.admin-stat.stat-green-dark .admin-stat-icon{background:#dcfce7!important;color:#166534!important}
.admin-stat.stat-amber{color:var(--amber-dark)!important}.admin-stat.stat-amber .admin-stat-icon{background:var(--amber-soft)!important;color:var(--amber-dark)!important}
.admin-stat.stat-blue{color:var(--blue-dark)!important}.admin-stat.stat-blue .admin-stat-icon{background:var(--blue-soft)!important;color:var(--blue-dark)!important}
.admin-stat.stat-purple{color:var(--purple-dark)!important}.admin-stat.stat-purple .admin-stat-icon{background:var(--purple-soft)!important;color:var(--purple-dark)!important}
.admin-stat.stat-whatsapp{color:#128C7E!important}.admin-stat.stat-whatsapp .admin-stat-icon{background:#E5FAF1!important;color:#128C7E!important}
.admin-stat.stat-whatsapp .admin-stat-icon i{font-size:24px!important}
.property-action i{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:20px!important;height:20px!important;font-size:17px!important;line-height:1!important;color:currentColor!important}
.prompt-actions .btn i,.publish-bar .btn i,.lead-action-buttons .btn i,.calendar-toolbar .btn i,.calendar-editor-card .btn i{font-size:15px!important}
.btn-danger i{color:currentColor!important}

.lead-kanban-card{padding:20px!important;margin-bottom:18px!important;overflow:hidden!important}
.lead-kanban{display:grid;grid-template-columns:repeat(6,minmax(218px,1fr));gap:12px;overflow-x:auto;padding-bottom:4px;scrollbar-width:thin}
.lead-kanban-column{display:grid;grid-template-rows:auto 1fr;min-height:360px;border:1px solid #EFE7DA;border-radius:16px;background:#FFFCF7;overflow:hidden}
.lead-kanban-column-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px;border-bottom:1px solid #EFE7DA;background:#fff}
.lead-kanban-column-head span{display:flex;align-items:center;gap:8px;color:#1F1F1F;font-size:13px;font-weight:900}
.lead-kanban-column-head i{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:9px;background:var(--blue-soft);color:var(--blue-dark);font-size:13px}
.lead-kanban-column-head strong{display:grid;place-items:center;min-width:28px;height:28px;border-radius:999px;background:#F3F4F6;color:#374151;font-size:12px;font-weight:900}
.lead-kanban-dropzone{display:grid;align-content:start;gap:10px;min-height:292px;padding:12px;transition:background .16s ease}
.lead-kanban-dropzone.is-over{background:#F0FAFF}
.lead-kanban-item{padding:12px;border:1px solid #E8DFD0;border-radius:14px;background:#fff;box-shadow:0 10px 24px rgba(31,31,31,.05);cursor:grab;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}
.lead-kanban-item:hover{transform:translateY(-1px);box-shadow:0 14px 30px rgba(31,31,31,.08)}
.lead-kanban-item.is-dragging{opacity:.72;cursor:grabbing;transform:rotate(.5deg)}
.lead-kanban-item.is-saved{border-color:#22C55E;box-shadow:0 0 0 4px rgba(34,197,94,.12)}
.lead-kanban-item-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}
.lead-kanban-item-head strong{color:#111;font-size:14px;line-height:1.25}
.lead-kanban-item-head span{white-space:nowrap;border-radius:999px;padding:5px 7px;background:#FFF4CC;color:#7C5400;font-size:10px;font-weight:900}
.lead-kanban-item p{margin:8px 0;color:#6B6258;font-size:12px;line-height:1.35}
.lead-kanban-meta{display:grid;gap:5px;color:#475569;font-size:11px;font-weight:750}
.lead-kanban-meta span{display:flex;align-items:center;gap:6px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.lead-kanban-meta i{width:12px;min-width:12px;color:#1597C4;text-align:center}
.lead-kanban-empty{display:grid;place-items:center;min-height:84px;border:1px dashed #D9CBB9;border-radius:12px;background:rgba(255,255,255,.58);color:#9A9187;font-size:12px;font-weight:900}
.lead-filter-card{gap:12px!important}

.metrics-panel{padding:20px!important}
.metrics-panel h2{margin:0 0 14px;font:900 20px/1.15 Inter,system-ui,sans-serif!important;letter-spacing:-.03em}
.metric-subtitle{margin-top:22px!important}
.metrics-insights-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:20px}
.metric-insight{display:grid;grid-template-columns:46px 1fr;gap:13px;align-items:center;padding:16px!important}
.metric-insight>i{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:var(--blue-soft);color:var(--blue-dark);font-size:18px}
.metric-insight strong{display:block;color:#111;font-size:25px;line-height:1;font-weight:950}
.metric-insight span{display:block;margin-top:5px;color:#6B6258;font-size:12px;line-height:1.3;font-weight:800}
.metrics-grid-lower{margin-top:20px}
.metrics-panel small{color:#6B6258;font-weight:750}

.calendar-editor-card{padding:20px!important;margin-bottom:18px!important;transition:border-color .18s ease,box-shadow .18s ease}
.calendar-editor-card.is-hidden{display:none!important}
.calendar-editor-card.is-saved{border-color:#22C55E!important;box-shadow:0 0 0 4px rgba(34,197,94,.12),0 16px 40px rgba(31,31,31,.06)!important}
.calendar-editor-card .textarea{min-height:92px}
.fc-event{cursor:pointer!important}
.fc-event-main{overflow:hidden;text-overflow:ellipsis}
.fc .fc-timegrid-now-indicator-line{border-color:#29B6E6!important}
.fc .fc-timegrid-now-indicator-arrow{border-color:#29B6E6!important}

@media(max-width:1180px){
  .lead-kanban{grid-template-columns:repeat(6,240px)}
  .metrics-insights-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:700px){
  .lead-kanban-card{padding:14px!important}
  .lead-kanban{grid-template-columns:repeat(6,82vw)}
  .lead-actions{min-width:0!important}
  .lead-filter-card{grid-template-columns:1fr!important}
  .metrics-insights-grid{grid-template-columns:1fr}
}

/* Property gallery: one compact thumbnail rail plus navigable lightbox. */
.property-gallery-panel{overflow:hidden!important}
.property-gallery-rail{position:relative;display:grid;grid-template-columns:42px minmax(0,1fr) 42px;gap:8px;align-items:center;max-width:100%}
.property-gallery-thumbs{
  display:flex!important;
  flex-wrap:nowrap!important;
  gap:10px!important;
  max-width:100%!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  scroll-behavior:smooth!important;
  scroll-snap-type:x mandatory!important;
  scrollbar-width:none!important;
  padding:2px 0!important;
}
.property-gallery-thumbs::-webkit-scrollbar{display:none!important}
.property-gallery-thumbs button{
  width:104px!important;
  min-width:104px!important;
  max-width:104px!important;
  aspect-ratio:1/1!important;
  scroll-snap-align:start!important;
}
.property-gallery-thumbs img{width:100%!important;height:100%!important;aspect-ratio:1/1!important;object-fit:cover!important}
.property-gallery-rail-arrow{
  display:grid!important;
  place-items:center!important;
  width:38px!important;
  height:38px!important;
  border:1px solid #E8DFD0!important;
  border-radius:50%!important;
  background:#fff!important;
  color:#1F1F1F!important;
  font-size:32px!important;
  line-height:1!important;
  cursor:pointer!important;
  box-shadow:0 10px 22px rgba(31,31,31,.08)!important;
  transition:opacity .16s ease,transform .16s ease!important;
}
.property-gallery-rail-arrow:hover{transform:translateY(-1px)!important}
.property-gallery-rail-arrow:disabled{opacity:.28!important;cursor:default!important;transform:none!important}
.property-lightbox{gap:18px!important}
.property-lightbox [data-lightbox-close]{z-index:3!important}
.property-lightbox .property-lightbox-arrow{
  position:absolute!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  z-index:3!important;
  width:52px!important;
  height:52px!important;
  border:0!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  background:#fff!important;
  color:#1F1F1F!important;
  font-size:42px!important;
  line-height:1!important;
  box-shadow:0 16px 38px rgba(0,0,0,.28)!important;
}
.property-lightbox .property-lightbox-prev{left:24px!important}
.property-lightbox .property-lightbox-next{right:24px!important}
.property-lightbox img{position:relative;z-index:2}
@media(max-width:900px){
  .property-gallery-rail{grid-template-columns:34px minmax(0,1fr) 34px;gap:6px}
  .property-gallery-thumbs{gap:8px!important}
  .property-gallery-thumbs button{width:82px!important;min-width:82px!important;max-width:82px!important}
  .property-gallery-rail-arrow{width:32px!important;height:32px!important;font-size:26px!important}
  .property-lightbox{padding:18px 12px!important}
  .property-lightbox .property-lightbox-arrow{width:42px!important;height:42px!important;font-size:34px!important}
  .property-lightbox .property-lightbox-prev{left:10px!important}
  .property-lightbox .property-lightbox-next{right:10px!important}
}
@media(max-width:560px){
  .property-gallery-thumbs button{width:76px!important;min-width:76px!important;max-width:76px!important}
}
