.inmoWebUI .material-symbols-rounded,
.inmo-ui .material-symbols-rounded,
.material-symbols-rounded {
  font-family: 'Material Symbols Rounded' !important;
  font-variation-settings:'FILL' 0,'wght' 200,'GRAD' 0,'opsz' 24;
  line-height:1;
  display:inline-flex;
  vertical-align:middle;
}

.inmoWebUI{ width:100%; max-width:100%; overflow-x: clip; padding: 0; }
@supports not (overflow: clip){ .inmoWebUI{ overflow-x:hidden; } }
.inmoWebUI *{
  box-sizing:border-box;
  box-shadow:none !important;
  text-shadow:none !important;
}
.inmoWebUI a{ color:inherit; text-decoration:none; }
.inmoWebUI button{ font-family:inherit; }

.inmoWebUI a:hover, .inmoWebUI a:active,
.inmoWebUI button:hover, .inmoWebUI button:active{
  box-shadow:none !important;
  filter:none !important;
  text-decoration:none !important;
}
.inmoWebUI a:focus-visible,
.inmoWebUI button:focus-visible{
  outline: 2px solid rgba(17,37,60,.78) !important;
  outline-offset: 3px;
  border-radius: var(--r);
}

.inmoRoot{
  width:100%;
  font-family: "Urbanist", ui-sans-serif, system-ui, -apple-system, sans-serif !important;
  color: #11253C;
  --bd: rgba(17,37,60,.12);
  --card: #fff;
  --r: 24px;
  --inmo-prim: #11253C;
  --inmo-on-prim:#fff;
  --inmo-accent: #556980;
  --inmo-bg: var(--card);
  --inmo-bg-soft: #f4f5f7;
  --inmo-txt: #11253C;
  --inmo-mut: #556980;
  --inmo-bd: var(--bd);
  --inmo-bd-h: rgba(17,37,60,.22);
  --inmo-r: var(--r);
  --inmo-shadow: none;
  --inmo-shadow-soft: none;
  max-width: 100%;
  margin: 0;
  min-width:0;
  overflow-x: clip;
  overflow-wrap: break-word;
  padding: 14px 7%;
  padding-bottom: calc(44px + env(safe-area-inset-bottom));
}
@media(min-width:981px){
  .inmoRoot{
    padding: 32px 7%;
    padding-bottom: 64px;
  }
}
@media(max-width:980px){
  .inmoRoot{
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 17px;
  }
}

.inmoRoot.isEntering{
  animation: inmoEnter 420ms cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes inmoEnter{
  from{ opacity:0; transform: translateY(14px); }
  to{ opacity:1; transform: translateY(0); }
}

html.inmoSrOn .inmoSr{
  opacity:0;
  transform: translate3d(0,18px,0) scale(0.995);
  transition: opacity 820ms cubic-bezier(0.22, 1, 0.36, 1), transform 820ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
html.inmoSrOn .inmoSr.isIn{
  opacity:1;
  transform:none;
}
@media (prefers-reduced-motion: reduce){
  html.inmoSrOn .inmoSr{ opacity:1; transform:none; transition:none; }
}
@supports not (overflow: clip){ .inmoRoot{ overflow-x:hidden; } }
.inmoMain, .inmoAside, .inmoCard, .inmoSection, .inmoPlain{ min-width:0; max-width:100%; }
.inmoRoot img, .inmoRoot iframe{ max-width:100%; }

.inmoGrid{
  display:grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, .65fr);
  gap:44px;
  align-items:start;
  width:100%;
}
.inmoGrid.inmoGrid--Ficha{
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  gap:56px;
}
@media(min-width:981px){
  .inmoGrid.inmoGrid--FichaBody{
    column-gap: 0;
  }
  .inmoGrid.inmoGrid--FichaBody > .inmoMain{
    border-right: 1px solid rgba(17,37,60,.08);
    padding-right: 42px !important;
    margin: 0 !important;
  }
  .inmoGrid.inmoGrid--FichaBody > .inmoAside{
    padding-left: 42px !important;
    margin: 0 !important;
  }
}
@media(max-width:980px){
  .inmoGrid{ grid-template-columns: 1fr; gap:18px; }
}

.inmoCard{
  border:0;
  border-top:1px solid rgba(17,37,60,.10);
  border-radius: 0;
  background: transparent;
  padding: 16px 0 0;
  min-width:0;
  max-width:100%;
  box-shadow: none;
}
@media(max-width:980px){
  .inmoCard{ padding: 14px 0 0; }
}

.inmoBreadcrumbs{
  display:flex; flex-wrap:wrap; gap:8px;
  align-items:center;
  font-size: 12.5px;
  color: rgba(17,37,60,.62);
  margin: 0 0 10px;
}
.inmoCrumb{ display:inline-flex; align-items:center; gap:8px; }
.inmoCrumb a{ color: rgba(17,37,60,.72); }
.inmoCrumbSep{ opacity:.55; }

.inmoBreadcrumbsMob{ display:none; }

.inmoFichaNav{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin: 6px 0 18px;
}
.inmoFichaNavLeft{
  display:flex;
  align-items:flex-start;
  gap:12px;
  min-width:0;
}
.inmoFichaNavRight{ display:flex; align-items:center; gap:10px; }
.inmoNavIcon{
  width:40px; height:40px;
  border-radius: 999px !important;
  border: 1px solid rgba(17,37,60,.12) !important;
  background: rgba(255,255,255,.86) !important;
  color: rgba(17,37,60,.82) !important;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  padding:0 !important;
  flex: 0 0 auto;
  -webkit-backdrop-filter: blur(10px) saturate(1.05);
  backdrop-filter: blur(10px) saturate(1.05);
  transition: transform 120ms ease, background-color 120ms ease, border-color 120ms ease;
}
.inmoNavIcon:hover{ transform: translateY(-1px); border-color: rgba(17,37,60,.18) !important; }
.inmoNavIcon .material-symbols-rounded{ font-size:20px; }

.inmoFichaTop{ width:100%; }
.inmoFichaTop{ margin: 10px 0 18px; }

.inmoFichaGallery{ min-width:0; }

.inmoGalleryGrid{
  display:grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 8px;
  border-radius: var(--r);
  overflow: hidden;
  background: transparent;
  height: clamp(400px, 60vh, 640px);
}
.inmoGalleryTile{
  position: relative;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
  min-height: 0;
}
.inmoGalleryTile img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transform: scale(1);
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}
.inmoGalleryTile.isBig img{
  object-fit: cover;
  background: transparent;
}
.inmoGalleryTile:hover img{ transform: none; }
.inmoGalleryTile.isBig{
  grid-column: 1;
  grid-row: 1 / span 2;
}
.inmoGalleryTile.isSm{
  grid-column: 2;
}
.inmoGalleryTile.isLast .inmoGalleryAll{
  position:absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height: 34px;
  padding: 0 12px;
  border-radius: var(--r);
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(17,37,60,.14);
  color: rgba(17,37,60,.88);
  font-size: 12.5px;
  font-weight: 500;
  pointer-events: none;
  box-shadow: 0 10px 26px rgba(17,37,60,.12);
}
.inmoGalleryAll--Big{
  position:absolute;
  left: auto;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height: 38px;
  padding: 0 16px;
  border-radius: 12px;
  background: rgba(255,255,255,.7);
  border: 1px solid rgba(255,255,255,.4);
  color: #11253C;
  font-size: 13px;
  font-weight: 600;
  pointer-events: none;
  box-shadow: 0 4px 12px rgba(0,0,0,.08);
  -webkit-backdrop-filter: blur(12px) saturate(1.2);
  backdrop-filter: blur(12px) saturate(1.2);
  transition: all 0.2s ease;
}
.inmoGalleryTile:hover .inmoGalleryAll--Big{
  background: rgba(255,255,255,.85);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,.12);
}
@media(min-width:981px){
  .inmoGalleryTile.isLast .inmoGalleryAll{ display:none; }
}
@media(max-width:980px){
  .inmoFichaNav{ margin: 0 0 12px; }
  .inmoFichaTop{
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    margin-top: 4px;
    padding: 0 !important;
    max-width: 100vw !important;
  }
  .inmoGalleryGrid{
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    border-radius: 0 !important;
    height: auto;
    background: transparent !important;
    margin: 0 !important;
    width: 100% !important;
  }
  .inmoGalleryTile.isBig{
    grid-column: 1;
    grid-row: auto;
    aspect-ratio: auto;
    height: clamp(240px, 62vw, 72vh);
    background: transparent;
    transition: height 220ms cubic-bezier(0.16, 1, 0.3, 1);
  }
  .inmoGalleryTile.isBig img{
    object-fit: cover !important;
    object-position: center;
    background: transparent !important;
  }
  .inmoGalleryTile,
  .inmoGalleryTile img{ border-radius: 0 !important; }
  .inmoGalleryTile.isSm{ display:none; }
  .inmoGalleryAll--Big{ display:none; }
}

.inmoGalleryGrid .inmoCounter{ display:none; }
@media(max-width:980px){
  .inmoGalleryGrid .inmoCounter{
    display:flex;
    left: 10px;
    right: auto;
    bottom: calc(10px + env(safe-area-inset-bottom));
    height: 30px;
    padding: 0 11px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px !important;
    font-size: 12.5px;
    font-weight: 420;
    letter-spacing: .01em;
    color: rgba(255,255,255,.96);
    background: rgba(17,37,60,.12);
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}

.inmoAcc{
  border-top: 1px solid rgba(17,37,60,.10);
  padding-top: 14px;
}
.inmoAccSum{
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  cursor:pointer;
  font-size: 15px;
  font-weight: 600;
  color: #11253C;
  padding: 10px 0;
}
.inmoAccSum::-webkit-details-marker{ display:none; }
.inmoAccI{
  display:inline-flex;
  opacity:.7;
  transition: transform 160ms ease, opacity 160ms ease;
}
.inmoAcc[open] .inmoAccI{
  transform: rotate(180deg);
  opacity:.85;
}
.inmoAccBody{
  padding: 10px 0 4px;
}
.inmoFichaSummary .inmoTopActions{
  margin-top: 12px;
}

@media(max-width:980px){
  .inmoBreadcrumbs{ display:none; }
  .inmoBreadcrumbsMob{
    display:flex;
    flex-wrap:nowrap;
    gap:8px;
    align-items:center;
    font-size: 12.5px;
    color: rgba(17,37,60,.62);
    margin: 0 0 10px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .inmoBreadcrumbsMob::-webkit-scrollbar{ display:none; }
  .inmoBreadcrumbsMob .inmoCrumb{ flex: 0 0 auto; }
}

.inmoHero{
  position:relative;
  width:100%;
  line-height:0;
  margin-left: 0;
  margin-right: 0;
  box-shadow: none;
}
@media(max-width:980px){
  .inmoHero{
    margin-left: 0;
    margin-right: 0;
  }
}
@media(max-width:980px){
  .inmoHero{
    margin-left: -17px;
    margin-right: -17px;
    border-radius: 0 !important;
    border-left: 0;
    border-right: 0;
  }
}
@media(min-width:981px){
  .inmoHero{
    aspect-ratio:auto;
    min-height: 0 !important;
    height: clamp(320px, 50vh, 480px);
  }
}
@media(min-width:1280px){
  .inmoHero{
    height: clamp(420px, 58vh, 680px);
  }
}
@media(min-width:1600px){
  .inmoHero{
    height: clamp(480px, 62vh, 780px);
  }
}
.inmoHero img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center;
  display:block;
  transform: translate3d(0,0,0);
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-user-drag: none;
  user-select: none;
  pointer-events:none;
}
@media(min-width:981px){
  .inmoHero img{ object-position: center 62%; }
}
.inmoHeroTap{
  position:absolute; inset:0;
  cursor: zoom-in;
  background: transparent !important;
  border:0 !important;
  padding:0 !important;
  margin:0 !important;
  z-index:5;
  appearance:none;
  -webkit-appearance:none;
}

.inmoNavBtn{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:48px; height:48px;
  border-radius:50% !important;
  aspect-ratio: 1 / 1;
  min-width:48px;
  min-height:48px;
  border: 1px solid rgba(255,255,255,.36) !important;
  background: rgba(255,255,255,.74) !important;
  color: rgba(17,37,60,.82) !important;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  padding:0 !important;
  margin:0 !important;
  z-index:7;
  user-select:none;
  transition: transform 120ms ease, opacity 160ms ease;
  -webkit-backdrop-filter: blur(10px) saturate(1.05);
  backdrop-filter: blur(10px) saturate(1.05);
}
.inmoNavBtn:hover{ transform: translateY(-50%) scale(1.04); }
.inmoNavBtn .material-symbols-rounded{ font-size:26px; }
.inmoNavBtn.left{ left:12px; }
.inmoNavBtn.right{ right:12px; }

.inmoHero .inmoIconBtn,
.inmoHero .inmoNavBtn{
  -webkit-tap-highlight-color: transparent;
}

@media(max-width:520px){
  .inmoTopIcons{ top:10px; left:10px; right:10px; gap:8px; }
  .inmoIconBtn{ width:40px; height:40px; }
  .inmoNavBtn{ width:46px; height:46px; }
  .inmoNavBtn.left{ left:10px; }
  .inmoNavBtn.right{ right:10px; }
  .inmoCounter{ left:10px; right:auto; bottom:10px; }
}

@media(max-width:768px){
  .inmoHero .inmoNavBtn{ display:none; }
}

.inmoCounter{
  position:absolute;
  left:12px; bottom:12px;
  height: 30px;
  padding: 0 10px;
  border-radius:999px !important;
  font-size:12px;
  font-weight:400;
  line-height: 1;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#11253C;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(17,37,60,.10);
  z-index:6;
  user-select:none;
  -webkit-backdrop-filter: blur(10px) saturate(1.05);
  backdrop-filter: blur(10px) saturate(1.05);
}
@media(max-width:980px){
  .inmoCounter{ left:12px; right:auto; }
}

.inmoHeroOverlay{
  display:none;
}
@media(max-width:520px){
  .inmoHeroOverlay{ padding: 14px; gap:10px; }
}
.inmoGrid.inmoGrid--FichaBody{
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: 0 !important;
  column-gap: 0 !important;
  margin-top: 18px;
}
@media(max-width:980px){
  .inmoGrid.inmoGrid--FichaBody{ grid-template-columns: 1fr; gap: 22px; margin-top: 18px; }
}

.inmoFichaHeader{
  display:flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  padding: 20px 0 20px;
  border-bottom: 1px solid rgba(17,37,60,.10);
}
.inmoFichaHeaderLeft {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.inmoFichaHeaderMeta {
  order: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.inmoTitle {
  order: 2;
}
.inmoLocLine {
  order: 3;
  display:inline-flex;
  align-items:center;
  gap: 6px;
  font-size: 14px;
  color: #616161;
  margin-top: 10px;
}
.inmoLocLine .material-symbols-rounded{ font-size:18px; opacity:.7; color: var(--inmo-prim); }

.inmoFichaHeaderRight{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  justify-content: flex-start;
  gap: 6px;
  flex-shrink: 0;
  margin-top: 4px;
}

@media(max-width:680px){
  .inmoFichaHeader{ 
    flex-direction: column; 
    gap: 8px; 
    padding: 14px 0 18px;
  }
  .inmoFichaHeaderLeft{ display: contents; }
  .inmoFichaHeaderMeta { order: 1; margin-bottom: 4px; }
  .inmoTitle { order: 2; }
  .inmoFichaHeaderRight{ order: 3; align-items:flex-start; margin-top: 2px; }
  .inmoLocLine { order: 4; margin-top: 6px; font-size: 14.5px; }
}
/* badge inline margin reset when inside meta row */
.inmoFichaHeaderMeta .inmoEstadoBadgeInline{ margin: 0; }
.inmoFichaHeaderMeta .inmoRefInline{ font-size: 12px; color: rgba(17,37,60,.52); }
.inmoPriceBox .lbl{
  font-size: 12px;
  color: rgba(17,37,60,.58);
  margin-bottom: 4px;
}
.inmoPriceBox .p{
  font-size: 22px;
  font-weight: 650;
  letter-spacing: -0.01em;
  color: #11253C;
}
.inmoRefInline{
  font-size: 12px;
  color: rgba(17,37,60,.58);
}

.inmoPriceOnly{
  font-size: 34px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #11253C;
  line-height: 1.05;
  white-space: nowrap;
}
@media(max-width:980px){
  .inmoPriceOnly{
    font-size: 28px;
    font-weight: 500;
    white-space: normal;
  }
}

.inmoSpecsRow{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(17,37,60,.09);
  border: 1px solid rgba(17,37,60,.09);
  border-radius: var(--r);
  overflow: hidden;
  margin: 22px 0 28px;
  padding: 0;
}
@media(max-width: 680px){
  .inmoSpecsRow{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.inmoSpec{
  min-width:0;
  flex: none;
  background: #fafbfc;
  padding: 18px 20px;
  border: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.inmoSpec .k{
  display:flex;
  align-items:center;
  gap: 7px;
  font-size: 12px;
  color: #616161;
  margin-bottom: 0;
  font-weight: 500;
  letter-spacing: .01em;
}
.inmoWebUI #distribucion .inmoSpecsRow{
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  background: rgba(17,37,60,.09);
  border: 1px solid rgba(17,37,60,.09);
  border-radius: var(--r);
  overflow: hidden;
  gap: 1px;
  margin: 0;
}
.inmoWebUI #distribucion .inmoSpec{
  background: #fafbfc;
  padding: 18px 20px;
  border: none !important;
  border-radius: 0;
}
@media(max-width:680px){
  .inmoWebUI #distribucion .inmoSpecsRow{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}
.inmoWebUI #distribucion .inmoSpec .k{ gap: 7px; }
.inmoWebUI #distribucion .inmoSpec .k .material-symbols-rounded,
.inmoWebUI #distribucion .inmoSpec .k svg{ display:inline-block; }
.inmoSpec .k .material-symbols-rounded{ font-size: 18px; opacity: 0.55; color: #11253C; }
.inmoSpec .v{
  font-size: 18px;
  font-weight: 600;
  color: #11253C;
  line-height: 1.2;
  padding-left: 0;
}

.inmoEstadoBadgeInline{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height: 26px;
  padding: 0 10px;
  border-radius: var(--r) !important;
  font-size: 12px;
  font-weight: 520;
  letter-spacing: .01em;
  line-height: 1;
  color:#fff;
  background: #e74c3c;
  border: 1px solid #c0392b;
  user-select:none;
  margin: 0 0 8px;
}
.inmoEstadoBadgeInline--reservado{
  background: #e67e22;
  border-color: #c46812;
}
@media(max-width:980px){
  .inmoEstadoBadgeInline{
    height: 24px;
    padding: 0 8px;
    border-radius: 3px !important;
    font-size: 11.5px;
  }
}

.inmoHead{
  margin-top: 18px;
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  position: relative;
  z-index: 2;
}
@media(min-width:981px){
  .inmoHead{
    margin-top: 22px;
    padding: 0;
  }
}

.inmoTitle{
  margin:0;
  font-size: 38px;
  font-family: "Urbanist", sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: -0.025em;
  line-height: 1.12;
  color: var(--inmo-prim) !important;
}
@media(max-width:980px){
  .inmoTitle{ font-size: 27px; font-weight: 500 !important; line-height: 1.18; }
}

.inmoRef{
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #616161;
  margin: 0 0 10px;
}

.inmoMetaLine{
  display:inline-flex; align-items:center; gap:8px; flex-wrap:wrap;
  font-size: 13px;
  font-weight: 400;
  color: #616161;
  margin-bottom: 12px;
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  max-width: 100%;
}
.inmoMetaLine .material-symbols-rounded{ font-size:18px; opacity:.75; }

.inmoTitlePriceRow{
  display:flex;
  gap: 18px;
  align-items:flex-start;
  justify-content:space-between;
}
.inmoTitlePriceRow .inmoTitle{
  margin: 0;
  flex: 1 1 auto;
}
.inmoTitlePriceRow .inmoPriceInline{
  margin: 0;
  flex: 0 0 auto;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: column;
  gap: 6px;
  text-align: right;
}
.inmoPriceInline .lbl{
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(17,37,60,.55);
}

.inmoPriceInline{
  display:flex;
  margin: 2px 0 12px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  flex-wrap:wrap;
  align-items:baseline;
  gap:10px;
}
.inmoPriceInline .p{
  font-size: clamp(32px, 3.5vw, 42px);
  font-family: "Urbanist", ui-sans-serif, system-ui, -apple-system, sans-serif !important;
  font-weight: 700;
  margin: 0;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #11253C !important;
}
.inmoPriceInline .sub{
  flex: 0 0 100%;
  margin-top: 8px;
  font-size: 12.5px;
  color: #616161;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  align-items:center;
}
.inmoPriceInline .sub .material-symbols-rounded{ font-size:16px; }
.inmoPriceInline .old{ text-decoration: line-through; opacity:.65; }

@media(max-width:980px){
  .inmoTitlePriceRow{
    flex-direction: column;
    align-items: flex-start;
  }
  .inmoTitlePriceRow .inmoPriceInline{
    align-items: flex-start;
    text-align: left;
    margin-top: 10px;
  }
  .inmoPriceInline .p{
    font-weight: 540;
  }
}
@media(min-width:981px){
  .inmoPriceInline{ row-gap: 6px; }
  .inmoPriceInline .sub{
    flex: 0 0 auto;
    margin-top: 0;
    align-items:baseline;
  }
}

.inmoRefPill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:28px;
  padding:0 10px;
  border-radius: var(--r);
  background: rgba(17,37,60,.06);
  color: rgba(17,37,60,.70);
  font-size:12.5px;
  font-weight:500;
  white-space:nowrap;
}

.inmoChips{
  display:flex; flex-wrap:wrap; gap:18px;
  margin: 0 0 18px;
}
.inmoChip{
  display:inline-flex; align-items:center; gap:8px;
  border: 0;
  border-radius: 0;
  padding: 0;
  font-size: 13.5px;
  font-weight: 450;
  color: #11253C;
  background: transparent;
}
.inmoChip .material-symbols-rounded{ font-size:16px; opacity:.85; }

.inmoTopActions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  align-items:center;
  margin: 14px 0 0;
}
.inmoTopActions.inmoTopActions--Body{ margin: 0 0 18px; }

.inmoMediaGrid{
  display:grid;
  gap:18px;
}
.inmoMediaGrid.isDouble{
  grid-template-columns: 1fr;
}
.inmoMediaItem{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.inmoMediaLabel{
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(17,37,60,.56);
  font-weight: 600;
}
.inmoMediaFrame{
  position:relative;
  width:100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--r);
  overflow:hidden;
  background: #111112;
  border: 1px solid rgba(17,37,60,.08);
}
.inmoMediaFrame iframe,
.inmoMediaFrame video{
  width:100%;
  height:100%;
  border:0;
  display:block;
  background: #111112;
}
.inmoMediaVideo{ object-fit: cover; }
.inmoLinkBtn{
  border: 1px solid rgba(17,37,60,.14) !important;
  background: rgba(255,255,255,.78) !important;
  color: rgba(17,37,60,.84) !important;
  font-weight: 500;
  font-size: 13px;
  padding: 0 14px;
  height: 40px;
  border-radius: var(--r) !important;
  display:inline-flex;
  align-items:center;
  gap:10px;
  cursor:pointer;
  text-decoration: none;
  transition: background-color 120ms ease, border-color 120ms ease, transform 120ms ease;
  -webkit-backdrop-filter: blur(10px) saturate(1.05);
  backdrop-filter: blur(10px) saturate(1.05);
}
.inmoLinkBtn:hover{
  background: rgba(17,37,60,.03) !important;
  border-color: rgba(17,37,60,.22) !important;
  transform: translateY(-1px);
}
.inmoLinkBtn .material-symbols-rounded{ font-size:18px; opacity:.8; }
.inmoBtn{
  height: 48px;
  border-radius: var(--r) !important;
  border: 1px solid rgba(17,37,60,.14) !important;
  background: #fff !important;
  color: rgba(17,37,60,.92) !important;
  font-weight: 500;
  font-size: 13.5px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding: 0 14px !important;
  margin:0 !important;
  cursor:pointer;
  transition: transform 120ms ease, background-color 120ms ease, border-color 120ms ease, color 120ms ease;
  box-shadow:none !important;
  outline:0 !important;
  text-decoration:none !important;
}
.inmoBtn:hover{ transform: translateY(-1px); }
.inmoBtn--solid{
  background: rgba(17,37,60,.92) !important;
  color:#fff !important;
  border-color: rgba(17,37,60,.92) !important;
}
.inmoBtn .material-symbols-rounded{ font-size:18px; }

.inmoSection{
  margin-top: 52px;
  padding: 0;
  border: none;
  background: transparent;
  border-radius: 0;
}
.inmoSection--highlights {
  background: transparent;
  border: none;
  box-shadow: none;
}
.inmoSection.inmoPlain {
  background: transparent;
  border: none;
  padding: 0;
  border-radius: 0;
}
.inmoWebUI .inmoKVGrid.inmoKVGrid--sheet{
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 22px;
  row-gap: 14px;
  overflow: visible;
}
.inmoWebUI .inmoKVGrid.inmoKVGrid--sheet .inmoKV{
  background: transparent;
  padding: 0;
  border: 0;
}
.inmoWebUI .inmoKVGrid.inmoKVGrid--sheet .inmoKV:nth-child(4n){ border-right: 0; }
.inmoWebUI .inmoKVGrid.inmoKVGrid--sheet .inmoK{
  color: #616161;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 6px;
}
.inmoWebUI .inmoKVGrid.inmoKVGrid--sheet .inmoV{
  color: #11253C;
  font-size: 15px;
  font-weight: 400;
}
@media(max-width:680px){
  .inmoWebUI .inmoKVGrid.inmoKVGrid--sheet{ grid-template-columns: 1fr; column-gap: 0; row-gap: 12px; }
  .inmoWebUI .inmoKVGrid.inmoKVGrid--sheet .inmoKV{ border-right: 0; }
  .inmoWebUI .inmoKVGrid.inmoKVGrid--sheet .inmoKV:nth-child(2n){ border-right: 0; }
}
@media(max-width:360px){
  .inmoWebUI .inmoKVGrid.inmoKVGrid--sheet{ grid-template-columns: 1fr; }
  .inmoWebUI .inmoKVGrid.inmoKVGrid--sheet .inmoKV{ border-right: 0; }
}
.inmoH{
  margin: 0 0 16px;
  font-size: 14px;
  font-family: "Urbanist", ui-sans-serif, system-ui, -apple-system, sans-serif !important;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #11253C;
  display:flex; align-items:center; gap:8px;
}
.inmoH .material-symbols-rounded{ font-size:18px; opacity:.8; }

@media(max-width:980px){
  .inmoSection{
    margin-top: 40px;
    padding: 0;
  }
  .inmoSection.inmoPlain {
    padding: 0;
  }
  .inmoH{ font-size: 13.5px; margin-bottom: 18px; }
}

.inmoHIt{
  font-family: inherit;
  font-style: normal;
  font-weight: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
}

.inmoKVGrid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  column-gap: 28px;
  row-gap: 22px;
}
@media(max-width:360px){
  .inmoKVGrid{ grid-template-columns: 1fr; }
}

.inmoKV{
  min-width:0;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
}
.inmoK{
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #616161;
  margin-bottom: 6px;
}
.inmoV{
  font-size: 14.5px;
  font-weight: 500;
  color: #11253C;
  line-height: 1.28;
  word-break: break-word;
}

.inmoDescSection{
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid rgba(17,37,60,.08);
}
.inmoDescTitle{
  margin: 0 0 16px;
  font-size: 14px;
  font-family: "Urbanist", ui-sans-serif, system-ui, -apple-system, sans-serif !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #11253C;
  display:flex;
  align-items:center;
  gap:8px;
}
.inmoDescBody{
  font-size: 15.5px;
  line-height: 1.78;
  color: #4a5568;
}
.inmoDescBody h1, .inmoDescBody h2, .inmoDescBody h3, .inmoDescBody h4, .inmoDescBody h5, .inmoDescBody h6 {
  color: #11253C;
  font-weight: 600;
  margin: 1.5em 0 0.5em;
  line-height: 1.3;
}
.inmoDescBody h1 { font-size: 22px; }
.inmoDescBody h2 { font-size: 20px; }
.inmoDescBody h3 { font-size: 18px; }
.inmoDescBody h4 { font-size: 16px; }
.inmoDescBody p {
  margin: 0 0 1em;
}
.inmoDescBody ul, .inmoDescBody ol {
  margin: 0 0 1em;
  padding-left: 20px;
}
.inmoDescBody.isCollapsed{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
@supports not (-webkit-line-clamp: 4){
  .inmoDescBody.isCollapsed{
    display: block;
    max-height: calc(1.72em * 4);
  }
}
.inmoDescMore{
  margin-top: 10px;
  padding: 0;
  border: 0;
  background: transparent !important;
  color: rgba(17,37,60,.80) !important;
  font-size: 13.5px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  display: inline;
}

@media(max-width:980px){
  .inmoDescSection{
    border-top: 0;
    padding-top: 0;
    margin-top: 18px;
  }
  .inmoDescTitle{ font-size: 13.5px; margin-bottom: 14px; }
  .inmoTitle{ font-weight: 320; }
  .inmoMetaLine{ font-weight: 380; }
  .inmoChip{ font-weight: 380; }
  .inmoBtn{ font-weight: 450; }
  .inmoV{ font-weight: 460; }
  .inmoContactName{ font-weight: 450; }
}


.inmoPlain{
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid rgba(17,37,60,.08);
  min-width:0;
  max-width:100%;
  overflow:hidden;
}
.inmoPlain#inmoEnergy{ overflow:hidden; }
.inmoPlain#inmoEnergy .inmoEnerWrap{ overflow:hidden; }
.inmoPlain#inmoEnergy .inmoEnerCard{
  border: 1px solid rgba(17,37,60,.10);
  border-radius: var(--r);
  background: #fff;
}
.inmoPlain#inmoEnergy .inmoH{
  font-size: 14px;
}
.inmoEnerWrap{
  margin-top: 14px;
  min-width: 0;
  max-width: 100%;
}
.inmoEnerRow:not(.isActive) .inmoEnerCell{
  background: transparent;
  border-color: transparent;
}
.inmoEnerRow.isActive .inmoEnerCell{
  border-color: rgba(17,37,60,.14);
}
.inmoEnergyText{
  margin: 10px 0 14px;
  font-size: 13.5px;
  color: #556980;
  font-weight: 500;
}
.inmoEnergyText .k{ color: #556980; font-weight: 600; }
.inmoEnergyText .v{ color: #11253C; font-weight: 600; }
.inmoEnergyText .sep{ color: rgba(17,37,60,.55); padding: 0 6px; }
@media(max-width:980px){
  .inmoEnerCard{
    border: 1px solid rgba(17,37,60,.10);
    border-radius: var(--r);
    background: #fff;
  }
  .inmoPlain#inmoEnergy .inmoH{ font-size: 14px; }
}

.inmoMap{
  width:100%;
  height: 340px;
  border:0;
  display:block;
  border-radius: var(--r);
  overflow:hidden;
}
@media(max-width:980px){
  .inmoMap{ height: 280px; }
}

.inmoAside{ width:100%; min-width:0; display:flex; flex-direction:column; gap:16px; }
@media(min-width:981px){
  .inmoAside{ 
    position: sticky; 
    top: calc(26px + var(--wp-admin--admin-bar--height, 0px)); 
    align-self: start; 
  }
}
@media(max-width:980px){
  .inmoAside{ order: 999; display:none; }
}

.inmoAside .inmoCard{
  border: 1px solid rgba(17,37,60,.08);
  border-radius: var(--r);
  background: #fff;
  padding: 18px;
  box-shadow: none;
}

.inmoAside.inmoAside--premium{
  gap: 0;
}
.inmoAside.inmoAside--premium .inmoAgentBoxes{
  background: #fff;
  border-radius: var(--r);
  padding: 22px;
  gap: 18px;
  border: 1px solid rgba(17,37,60,.10);
  box-shadow: 0 4px 32px rgba(17,37,60,.07), 0 1px 4px rgba(17,37,60,.05);
}
@media(max-width:980px){
  .inmoAside.inmoAside--premium .inmoAgentBoxes{
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }
  .inmoAside.inmoAside--premium .inmoAgentBox--Contact .inmoContactBtns{
    display: none;
  }
}
.inmoAside.inmoAside--premium .inmoCard{
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}
.inmoAside.inmoAside--premium .inmoAgentBox--Info,
.inmoAside.inmoAside--premium .inmoAgentBox--Contact{
  background: transparent !important;
}
.inmoAside.inmoAside--premium .inmoCard + .inmoCard{
  margin-top: 0;
  padding-top: 16px !important;
  border-top: 1px solid rgba(17,37,60,.08) !important;
}
.inmoAside.inmoAside--premium .inmoAgentBoxTop{
  align-items: center;
  padding: 0 0 10px;
  border-bottom: 0;
  margin: 0 0 6px;
}
.inmoAside.inmoAside--premium .inmoContactTitle{
  margin: 0 0 12px;
  padding: 0;
  border-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(17,37,60,.56);
}
.inmoAside.inmoAside--premium .inmoContactName{
  color: #11253C;
  font-weight: 600;
  font-size: 16.5px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.inmoAside.inmoAside--premium .inmoContactName:after{
  content: none;
  display: none;
}
.inmoAside.inmoAside--premium .inmoAgentAvatar{
  background: #EAEAEA;
  border: 1px solid rgba(17,37,60,.08);
  color: #11253C;
  width: 48px;
  height: 48px;
}
.inmoAside.inmoAside--premium .inmoShareInAgent{
  width: 38px;
  height: 38px;
  border: 1px solid rgba(17,37,60,.10) !important;
  background: #fff !important;
  border-radius: 999px !important;
  color: #11253C !important;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 0 !important;
  transition: transform 140ms ease, background-color 140ms ease, border-color 140ms ease;
}
.inmoAside.inmoAside--premium .inmoShareInAgent:hover{
  background: rgba(17,37,60,.03) !important;
  border-color: rgba(17,37,60,.12) !important;
  transform: translateY(-1px);
}
.inmoAside.inmoAside--premium .inmoShareInAgent .material-symbols-rounded{ display:block; }

.inmoAside.inmoAside--premium .inmoContactBtns{
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}
.inmoAside.inmoAside--premium .inmoContactBtns .inmoBtn--cta{ grid-column: 1 / -1; }
.inmoAside.inmoAside--premium .inmoContactBtns .material-symbols-rounded{ display:block; }
.inmoAside.inmoAside--premium .inmoContactBtns .inmoBtn{
  min-height: 0 !important;
  height: auto !important;
  border-radius: var(--inmo-btn-radius) !important;
  font-size: var(--inmo-btn-fs) !important;
  font-weight: var(--inmo-btn-fw) !important;
  line-height: 1 !important;
  padding: var(--inmo-btn-pad-y) var(--inmo-btn-pad-x) !important;
  letter-spacing: 0;
  gap: 8px;
  width: 100%;
}
.inmoAside.inmoAside--premium .inmoContactBtns .inmoBtn--cta{
  background: #11253C !important;
  color: #FFFFFF !important;
  border: 0 !important;
  transition: transform 140ms ease, background-color 140ms ease;
  font-weight: 560;
  letter-spacing: .01em;
}
.inmoAside.inmoAside--premium .inmoContactBtns .inmoBtn--cta:hover{
  background: #0d1d30 !important;
  transform: translateY(-1px);
}
.inmoAside.inmoAside--premium .inmoContactBtns .inmoBtn--sub{
  background: transparent !important;
  color: #11253C !important;
  border: 1px solid #11253C !important;
}
.inmoAside.inmoAside--premium .inmoContactBtns .inmoBtn--sub:hover{
  background: rgba(17,37,60,.03) !important;
}

.inmoAside.inmoAside--premium .inmoAgentInfo .r{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 0;
}
.inmoAside.inmoAside--premium .inmoAgentInfo .r + .r{
  border-top: 1px solid rgba(17,37,60,.08);
}
.inmoAside.inmoAside--premium .inmoAgentInfo .k{
  color: #616161;
  font-size: 12px;
  flex: 1 1 auto;
  min-width: 0;
}
.inmoAside.inmoAside--premium .inmoAgentInfo .v{
  color: #11253C;
  font-size: 13.5px;
  font-weight: 450;
  text-align: right;
  flex: 0 1 auto;
  max-width: 60%;
  min-width: 0;
}
.inmoAside.inmoAside--premium .inmoAgentInfo .v.isMuted{
  color: rgba(17,37,60,.72);
  font-weight: 450;
}

.inmoAside.inmoAside--premium .inmoShareWidgetBtn{
  border: 1px solid #11253C !important;
  background: transparent !important;
  color: #11253C !important;
  border-radius: var(--inmo-btn-radius) !important;
  min-height: 0 !important;
  height: auto !important;
  font-size: var(--inmo-btn-fs) !important;
  font-weight: var(--inmo-btn-fw) !important;
  line-height: 1 !important;
  padding: var(--inmo-btn-pad-y) var(--inmo-btn-pad-x) !important;
  gap: 8px !important;
}
.inmoAside.inmoAside--premium .inmoShareWidgetBtn:hover{
  background: rgba(17,37,60,.03) !important;
  border-color: rgba(17,37,60,.12) !important;
}
.inmoAside.inmoAside--premium .inmoShareWidgetBtn .material-symbols-rounded{
  display: block;
}
.inmoAgentCard{
  display:flex;
  flex-direction:column;
  gap: 16px;
  background: #fff !important;
}

.inmoAgentSec{
  display:flex;
  flex-direction:column;
  gap: 12px;
}
.inmoAgentDivider{
  width:100%;
  height: 1px;
  background: rgba(17,37,60,.08);
}

.inmoAgentBoxes{
  display:flex;
  flex-direction:column;
  gap: 16px;
}

.inmoAgentBoxTop{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  margin: 0;
}
.inmoAgentBoxTop .inmoContactTitle{
  margin: 0;
}
.inmoShareInAgent{
  width: 40px;
  height: 40px;
  border-radius: 999px !important;
  border: 1px solid rgba(17,37,60,.14) !important;
  background: rgba(255,255,255,.82) !important;
  color: rgba(17,37,60,.86) !important;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  padding: 0 !important;
  -webkit-tap-highlight-color: transparent;
  transition: transform 120ms ease, background 120ms ease, border-color 120ms ease;
}
.inmoShareInAgent:hover{
  background: #fff !important;
  border-color: rgba(17,37,60,.22) !important;
}
.inmoShareInAgent:active{
  transform: scale(0.98);
}
.inmoShareInAgent .material-symbols-rounded{
  font-size: 20px;
  opacity: .9;
}

.inmoContactTitle{
  margin:0;
  font-size: 12px;
  font-family: "Urbanist", ui-sans-serif, system-ui, -apple-system, sans-serif !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #616161;
}
.inmoAgentBox .inmoContactTitle{
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(17,37,60,.06);
  margin-bottom: 14px;
}
.inmoContactName{
  font-size: 15.5px;
  font-weight: 480;
  margin: 0;
}
.inmoAgentHead{
  display:flex;
  align-items:center;
  gap: 12px;
  margin: 0;
}
.inmoAgentAvatar{
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(17,37,60,.04);
  border: 1px solid rgba(17,37,60,.10);
  color: rgba(17,37,60,.86);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 560;
  letter-spacing: .02em;
  flex: 0 0 auto;
}
.inmoAgentMeta{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap: 4px;
}
.inmoAgentHead .inmoContactName{
  margin: 0;
}
.inmoAgentRating{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  font-size: 12.5px;
  color: rgba(17,37,60,.62);
}
.inmoAgentStars{
  letter-spacing: .12em;
  color: rgba(17,37,60,.78);
  font-size: 12px;
}
.inmoAgentRatingTxt{
  font-weight: 520;
  color: rgba(17,37,60,.72);
}

.inmoAgentInfo{
  display:flex;
  flex-direction:column;
  gap: 0;
}
.inmoAgentInfo .r{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap: 12px;
  padding: 10px 0;
}
.inmoAgentInfo .r + .r{
  border-top: 1px solid rgba(17,37,60,.06);
}
.inmoAgentInfo .k{
  font-size: 12.5px;
  color: #616161;
}
.inmoAgentInfo .v{
  font-size: 13.5px;
  color: rgba(17,37,60,.86);
  font-weight: 460;
  text-align:right;
  min-width:0;
  overflow:hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inmoAgentInfo .v.isMuted{
  color: #11253C;
  font-weight: 500;
}
@media(min-width:981px){
  .inmoContactTitle{
    font-size: 13px;
    letter-spacing: .02em;
  }
  .inmoContactName{
    font-size: 17px;
  }
  .inmoAgentHead{ margin: 0; }
}

.inmoFormNotice{
  margin: 0 0 14px;
  padding: 10px 12px;
  border-radius: var(--r);
  font-size: 13px;
  border: 1px solid rgba(17,37,60,.12);
  background: rgba(255,255,255,.72);
  color: rgba(17,37,60,.82);
}
.inmoFormNotice.isOk{
  background: rgba(17,37,60,.03);
  border-color: rgba(17,37,60,.14);
}
.inmoFormNotice.isErr{
  background: rgba(17,37,60,.03);
  border-color: rgba(17,37,60,.14);
}

.inmoAgentForm{
  display:flex;
  flex-direction:column;
  gap:12px;
  margin-bottom: 16px;
}
.inmoFormGrid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:10px;
}
@media(max-width:520px){
  .inmoFormGrid{ grid-template-columns: 1fr; }
}
.inmoField label{
  display:block;
  font-size: 12px;
  color: rgba(17,37,60,.62);
  margin: 0 0 6px;
}
.inmoAgentCard .inmoField{
  position: relative;
}
.inmoAgentCard .inmoField label{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.inmoField input,
.inmoField select,
.inmoField textarea{
  width:100%;
  border: 1px solid rgba(17,37,60,.12);
  border-radius: var(--r);
  background: rgba(17,37,60,.03);
  padding: 12px 12px;
  font-size: 14px;
  color: rgba(17,37,60,.86);
  outline: none;
}
.inmoField input::placeholder,
.inmoField textarea::placeholder{
  color: rgba(17,37,60,.50);
}
.inmoField textarea{
  min-height: 110px;
  resize: vertical;
}
.inmoField input:focus,
.inmoField select:focus,
.inmoField textarea:focus{
  background:#fff;
  border-color: rgba(17,37,60,.22);
}
.inmoCheck{
  display:flex;
  gap:10px;
  align-items:flex-start;
  font-size: 12.5px;
  color: rgba(17,37,60,.72);
}
.inmoCheck input{ margin-top: 2px; }

.inmoDivider{
  position: relative;
  display:flex;
  align-items:center;
  justify-content:center;
  margin: 12px 0 14px;
}
.inmoDivider::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:50%;
  height:1px;
  background: rgba(17,37,60,.10);
  transform: translateY(-50%);
}
.inmoDivider span{
  position: relative;
  z-index: 1;
  padding: 0 10px;
  background: #fff;
  color: rgba(17,37,60,.55);
  font-size: 12px;
  font-weight: 500;
  text-transform: lowercase;
}

.inmoHp{ display:none; }

.inmoBtn.inmoBtn--form{
  height: 48px;
  border-radius: var(--r) !important;
  background: #121629 !important;
  border-color: #121629 !important;
  color: rgba(255,255,255,.96) !important;
  font-weight: 520;
}
.inmoBtn.inmoBtn--form:hover{
  background: #0f1323 !important;
  border-color: #0f1323 !important;
}

.inmoAsidePrice{
  margin: 0 0 14px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:10px;
}
.inmoAsidePrice .p{
  font-size: 20px;
  font-weight: 560;
  margin: 0;
  line-height: 1.1;
  color: #000 !important;
}
@media(min-width:981px){
  .inmoAsidePrice .p{
    font-size: 22px;
    font-weight: 560;
    letter-spacing: -0.01em;
  }
}
@media(max-width:980px){
  .inmoAsidePrice .p{
    font-weight: 560;
  }
}
.inmoAsidePrice .sub{
  flex: 0 0 100%;
  margin-top: 8px;
  font-size: 12.5px;
  color: rgba(17,37,60,.72);
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  align-items:center;
}
.inmoAsidePrice .sub .material-symbols-rounded{ font-size:16px; }
.inmoAsidePrice .old{ text-decoration: line-through; opacity:.65; }

.inmoAsideBadges{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-top: 10px;
}
.inmoBadge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding: 8px 10px;
  border-radius: var(--r);
  border: 1px solid rgba(17,37,60,.14);
  font-size: 12.5px;
  color: rgba(17,37,60,.82);
  background: #fff;
}
.inmoBadge .material-symbols-rounded{ font-size:18px; opacity:.8; }

.inmoContactBtns{
  display:grid;
  grid-template-columns: 1fr;
  gap:10px;
  margin-bottom: 14px;
}
.inmoContactBtns .inmoBtn{ width:100%; }
.inmoContactBtns .inmoBtn{
  min-height: 0 !important;
  height: auto !important;
  border-radius: var(--inmo-btn-radius) !important;
  font-size: var(--inmo-btn-fs) !important;
  line-height: 1 !important;
  padding: var(--inmo-btn-pad-y) var(--inmo-btn-pad-x) !important;
  gap: 8px !important;
}
.inmoContactBtns .inmoBtn{
  background: rgba(255,255,255,.92) !important;
  border-color: rgba(17,37,60,.14) !important;
  color: rgba(17,37,60,.92) !important;
}
.inmoContactBtns .inmoBtn:hover{
  background: #fff !important;
  border-color: rgba(17,37,60,.22) !important;
}
.inmoContactBtns .inmoBtn--cta{
  background: #11253C !important;
  border-color: #11253C !important;
  color: #fff !important;
  font-weight: 560;
}
.inmoContactBtns .inmoBtn--cta:hover{
  background: #0d1d30 !important;
  border-color: #0d1d30 !important;
  transform: translateY(-1px);
}
.inmoContactBtns .inmoBtn--sub{
  background: transparent !important;
  border-color: #11253C !important;
  color: #11253C !important;
}
.inmoContactBtns .inmoBtn--sub:hover{
  background: rgba(17,37,60,.03) !important;
  border-color: rgba(17,37,60,.20) !important;
}
.inmoContactBtns .inmoBtn--solid{
  background: rgba(17,37,60,.90) !important;
  border-color: rgba(17,37,60,.90) !important;
  color: #fff !important;
}
.inmoContactBtns .inmoBtn--solid:hover{
  background: rgba(17,37,60,.92) !important;
  border-color: rgba(17,37,60,.92) !important;
}

.inmoShareWidgetBtn{
  width: 100%;
  min-height: 0 !important;
  height: auto !important;
  border-radius: var(--inmo-btn-radius) !important;
  border: 1px solid #11253C !important;
  background: transparent !important;
  color: #11253C !important;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 8px;
  font-size: var(--inmo-btn-fs) !important;
  font-weight: var(--inmo-btn-fw) !important;
  line-height: 1 !important;
  cursor:pointer;
  padding: var(--inmo-btn-pad-y) var(--inmo-btn-pad-x) !important;
  transition: transform 120ms ease, background 120ms ease, border-color 120ms ease;
}
.inmoShareWidgetBtn:hover{
  background: #fff !important;
  border-color: rgba(17,37,60,.22) !important;
}
.inmoShareWidgetBtn:active{ transform: translateY(1px); }
.inmoShareWidgetBtn .material-symbols-rounded{ font-size: 20px; opacity: .9; }

.inmoQuick{
  display:flex; flex-wrap:wrap; gap:12px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(17,37,60,.10);
}
.inmoQuick a{
  display:inline-flex; align-items:center; gap:8px;
  font-size: 12.5px;
  padding: 0;
  border-radius: 0;
  border: 0;
  color: rgba(17,37,60,.78);
  background: transparent;
  text-decoration: none;
  transition: opacity 120ms ease;
}
.inmoQuick a:hover{ opacity:.72; }
.inmoQuick .material-symbols-rounded{ font-size:18px; opacity:.8; }

.inmoRecoWrap{ margin-top: 18px; }
.inmoRoot .inmoRecoGrid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 60px;
  column-gap: 30px;
}
@media(max-width:980px){
  .inmoRoot .inmoRecoGrid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 40px;
    column-gap: 28px;
  }
}
@media(max-width:620px){
  .inmoRoot .inmoRecoGrid{
    grid-template-columns: 1fr;
    row-gap: 44px;
    column-gap: 0;
  }
}
.inmoRecoGrid .inmoRecoCard,
.inmoRecoGrid .inmoCatCard{
  width:100%;
}

#inmoRecoDesktop,
#inmoRecoMobile{
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
  margin-top: 56px;
}
#inmoRecoDesktop{ margin-top: 56px; }
#inmoRecoDesktop .inmoH,
#inmoRecoMobile .inmoH{
  margin-bottom: 14px;
}

.inmoWebUI .inmoCatCard{
  border: 1px solid rgba(17,37,60,.08);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  color: rgba(17,37,60,.92);
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
  transition: transform 260ms cubic-bezier(0.16,1,0.3,1), box-shadow 260ms cubic-bezier(0.16,1,0.3,1), border-color 260ms cubic-bezier(0.16,1,0.3,1);
  will-change: transform;
  box-shadow: 0 10px 26px rgba(17,37,60,.08);
}
.inmoWebUI .inmoCatCard:hover{
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(17,37,60,.12);
  border-color: rgba(17,37,60,.12);
}

.inmoWebUI .inmoCatImg{
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: rgba(17,37,60,.04);
  overflow: hidden;
  border-radius: 0;
  touch-action: pan-y;
  isolation: isolate;
  transition: transform 260ms cubic-bezier(0.16,1,0.3,1);
  box-shadow: none;
}
.inmoWebUI .inmoCatImg:after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(17,37,60,.18), rgba(17,37,60,0));
  opacity:.55;
  transition: opacity 260ms cubic-bezier(0.16,1,0.3,1);
  pointer-events:none;
  z-index:0;
}
.inmoWebUI .inmoCatCard:hover .inmoCatImg{
  transform: translateY(-1px);
}
.inmoWebUI .inmoCatCard:hover .inmoCatImg:after{
  opacity:.7;
}
.inmoWebUI .inmoCatImg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 420ms cubic-bezier(0.16,1,0.3,1);
  will-change: transform;
}
.inmoWebUI .inmoCatCard:hover .inmoCatImg img{
  transform: scale(1.04);
}
.inmoWebUI .inmoCatImgLink{
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  text-decoration: none !important;
}
.inmoWebUI .inmoCatNavBtn{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.4) !important;
  background: rgba(0,0,0,.35) !important;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0 !important;
  z-index: 2;
  opacity: .92;
  pointer-events: auto;
  transition: opacity 160ms ease, transform 160ms ease, background-color 160ms ease;
  -webkit-tap-highlight-color: transparent;
}
.inmoWebUI .inmoCatNavBtn .material-symbols-rounded{
  font-size: 24px;
}
.inmoWebUI .inmoCatNavBtn.left{ left: 10px; }
.inmoWebUI .inmoCatNavBtn.right{ right: 10px; }
.inmoWebUI .inmoCatNavBtn:hover{ opacity: 1; background: rgba(17,37,60,.52) !important; }
.inmoWebUI .inmoCatNavBtn[disabled]{ opacity: .28; pointer-events:none; }
.inmoWebUI .inmoCatNavBtn:active{
  transform: translateY(-50%) scale(0.98);
}
@media(max-width: 980px){
  .inmoWebUI .inmoCatNavBtn{ display:none; }
}
.inmoRoot .inmoRecoImg .inmoCatNavBtn{ display:flex; }
@media(max-width: 980px){
  .inmoRoot .inmoRecoImg .inmoCatNavBtn{ display:flex; }
}
.inmoWebUI .inmoCatCounter{
  position: absolute;
  left:14px;
  bottom:14px;
  z-index: 6;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px !important;
  font-size: 12px;
  font-weight: 520;
  letter-spacing: .01em;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.96);
  background: rgba(17,37,60,.35);
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: none;
  user-select: none;
  pointer-events: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.inmoWebUI .inmoCatStateBadge{
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 6;
  height: auto;
  padding: 6px 10px;
  border-radius: 5px !important;
  font-size: 12.5px;
  font-weight: 400;
  letter-spacing: .01em;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #11253C;
  background: #fff;
  border: 1px solid rgba(17,37,60,.08);
  box-shadow: none;
  user-select: none;
  pointer-events: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.inmoWebUI .inmoCatMetaPill{
  position: absolute;
  right: 12px;
  bottom: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(17,37,60,.08);
  color: rgba(17,37,60,.86);
  -webkit-backdrop-filter: blur(10px) saturate(1.06);
  backdrop-filter: blur(10px) saturate(1.06);
  user-select: none;
  pointer-events: none;
  font-size: 12px;
}
.inmoWebUI .inmoCatMetaPill .i{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.inmoWebUI .inmoCatMetaPill .material-symbols-rounded{
  font-size: 18px;
  opacity: .92;
}

.inmoWebUI .inmoCatBody{
  padding: 16px 16px 18px;
  background: transparent;
  border-radius: 0;
  min-width:0;
  display:block;
  text-decoration:none !important;
  color: inherit;
}
.inmoWebUI .inmoCatTop{
  display:flex;
  gap:16px;
  align-items:flex-start;
  justify-content:space-between;
  margin-bottom: 6px;
}
.inmoWebUI .inmoCatTitle{
  font-size: 20px;
  font-weight: 400;
  line-height: 1.26;
  min-width: 0;
  font-family: inherit;
  letter-spacing: -0.2px;
  text-transform: none;
}
.inmoWebUI .inmoCatPrice{
  font-size: 20px;
  font-weight: 400;
  color: #3a3a3a;
  white-space: nowrap;
}
.inmoWebUI .inmoCatSubLine{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  font-size: 15.5px;
  color: #6a6a6a;
  line-height: 1.35;
}
.inmoWebUI .inmoCatSubLine .s{
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.inmoWebUI .inmoCatLocLine{
  color: #6a6a6a;
  font-weight: 360;
  line-height: 1.35;
}
.inmoWebUI .inmoCatFacts{
  margin-top: 14px;
  display:flex;
  align-items:center;
  gap: 12px;
  color: #5f5f5f;
  font-size: 15px;
  font-weight: 360;
  line-height: 1.25;
}
.inmoWebUI .inmoCatFacts .i{
  display:inline-flex;
  align-items:center;
  gap:6px;
  white-space:nowrap;
}
.inmoWebUI .inmoCatFacts .i + .i:before{
  content: none;
  margin: 0;
}
.inmoWebUI .inmoCatFacts .material-symbols-rounded{
  font-size: 17px;
  opacity: .82;
  color: inherit;
}
@media(max-width: 980px){
  .inmoWebUI .inmoCatFacts{ gap: 10px; }
}

.inmoRecoItem{
  width: 100%;
  display:flex;
  flex-direction:column;
  gap: 10px;
  padding: 0;
  border-radius: 0;
  border: 0;
  background: #fff;
  text-decoration: none !important;
  color: inherit;
  transition: transform 120ms ease;
  -webkit-tap-highlight-color: transparent;
}
.inmoRecoItem:hover{ transform: none; }
.inmoRecoImg{
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--r);
  overflow:hidden;
  background: rgba(17,37,60,.06);
  position: relative;
}
.inmoRecoImg img{ width:100% !important; height:100% !important; object-fit:cover !important; display:block; }
.inmoRecoImg .inmoCatNavBtn{
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255,255,255,.16) !important;
  background: rgba(17,37,60,.32) !important;
}
.inmoRecoImg .inmoCatNavBtn .material-symbols-rounded{
  font-size: 20px;
}
.inmoRecoImg .inmoCatNavBtn.left{ left: 8px; }
.inmoRecoImg .inmoCatNavBtn.right{ right: 8px; }
.inmoRecoImg:hover .inmoCatNavBtn,
.inmoRecoImg:focus-within .inmoCatNavBtn{
  opacity: 1;
  pointer-events: auto;
}
.inmoRecoSold{
  position: absolute;
  top: 10px;
  left: 10px;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .01em;
  color: #616161;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(17,37,60,.06);
}
.inmoRecoBody{ min-width:0; }
.inmoRecoTop{
  display:flex;
  gap: 12px;
  align-items:flex-start;
  justify-content:space-between;
  margin: 0 0 4px;
}
.inmoRecoT{
  font-size: 14.5px;
  font-weight: 450;
  line-height: 1.22;
  min-width:0;
  color: #11253C;
  letter-spacing: -0.01em;
}
.inmoRecoM{
  margin-top: 6px;
  display:flex;
  flex-wrap:wrap;
  gap: 10px;
  font-size: 12.5px;
  color: #616161;
}
.inmoRecoM span + span{ color: #11253C; }
.inmoRecoP{
  font-size: 14.5px;
  font-weight: 450;
  white-space: nowrap;
  color: #11253C;
  letter-spacing: -0.01em;
}
.inmoRecoSub{
  font-size: 12.5px;
  color: rgba(17,37,60,.56);
  line-height: 1.25;
}
.inmoRecoSub .material-symbols-rounded{ font-size:18px; opacity:.75; }
.inmoRecoIcons{
  margin-top: 8px;
  display:flex;
  flex-wrap:wrap;
  gap: 14px;
  font-size: 12.5px;
  color: rgba(17,37,60,.56);
}
.inmoRecoIcons .i{
  display:inline-flex;
  align-items:center;
  gap: 6px;
  white-space: nowrap;
}
.inmoRecoIcons .material-symbols-rounded{
  font-size: 18px;
  opacity: .72;
}

#inmoRecoDesktop .inmoH,
#inmoRecoMobile .inmoH{ font-style: normal; }

@media(max-width:980px){
  .inmoRecoImg{ border-radius: var(--r); }
}
@media(max-width:420px){
  .inmoRecoSold{ top: 9px; left: 9px; }
}

.inmoLb{
  position:fixed;
  inset:0;
  background: #ffffff;
  display:none;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  z-index:999999999999;
  padding: 0;
  overflow:hidden;
  opacity: 0;
  transition: opacity 300ms ease;
}
.inmoLb.isOpen{ display:flex; }
.inmoLb.isOpen.isShown{
  opacity: 1;
}
.inmoLb.isOpen.isClosing{
  opacity: 0;
}

@media (prefers-reduced-motion: reduce){
  .inmoLb{
    opacity: 1;
    transform: none;
    transition: none;
  }
  .inmoLb.isOpen.isClosing{ opacity: 1; transform:none; }
}

@media(max-width:980px){
  .inmoLb{
    padding-top: env(safe-area-inset-top);
    padding-bottom: calc(env(safe-area-inset-bottom) + 30px);
  }
  .inmoLbNav{ display:none; }
}

.inmoLbInner{
  width: 100%;
  height: 100%;
  max-width: 1600px;
  margin: 0 auto;
  position:relative;
  background: transparent;
  border: 0;
  display:flex;
  flex-direction:column;
  gap: 0;
}

.inmoLbTop{
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 12;
  pointer-events: none;
  padding: 12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  background: transparent;
  border: 0;
}

.inmoLbPills{ display:flex; gap:8px; align-items:center; pointer-events: auto; }
.inmoLbPill{
  height:38px;border-radius:999px !important;padding:0 12px !important;display:inline-flex;align-items:center;gap:8px;
  border: 0 !important;
  background: rgba(255,255,255,.78) !important;
  color: rgba(17,37,60,.84) !important;
  font-size:13px;
  cursor:pointer;
  user-select:none;
  -webkit-backdrop-filter: blur(10px) saturate(1.05);
  backdrop-filter: blur(10px) saturate(1.05);
}
.inmoLbPill.isActive{
  background: rgba(17,37,60,.04) !important;
  border-color: transparent !important;
}

.inmoLbClose{
  pointer-events: auto;
}
.inmoLbClose.inmoNavBtn{
  top: 18px;
  left: auto;
  right: 18px;
  transform: none;
  width:42px;
  height:42px;
  min-width:42px;
  min-height:42px;
  background: rgba(255,255,255,.78) !important;
  border: 0 !important;
  color: rgba(17,37,60,.82) !important;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  z-index: 13;
}
.inmoLbClose.inmoNavBtn:hover{ transform: scale(1.04); background: rgba(255,255,255,.88) !important; }

.inmoLbInner .inmoNavBtn{ z-index: 11; }

.inmoLbStage{
  position:relative !important;
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 0;
  cursor: grab;
  user-select:none;
  -webkit-user-select:none;
  z-index:1;
  min-height: 220px;
  min-width:0;
  touch-action: pan-y;
  background: #f4f5f7;
  flex: 0 0 auto;
  width: 100%;
  height: clamp(320px, 48vh, 480px);
  overflow:hidden;
  border-radius: var(--r);
}
.inmoLbStage.isDown{ cursor: grabbing; }

.inmoLbImg{ position:absolute; inset:0; width:100%; height:100%; object-fit:contain; object-position:center !important; display:block; pointer-events:none; -webkit-user-drag:none; user-select:none; transition: none; will-change: opacity, transform; border-radius: inherit !important; transform: translate3d(0,0,0); }
.inmoLbStage.isDown .inmoLbImg{ transition: none !important; }

.inmoLbThumbs{
  z-index:2;
  display:flex;
  gap: 10px;
  overflow-x:auto;
  overflow-y:hidden;
  scrollbar-width:none;
  align-items:center;
  background: transparent;
  border-top: 0;
  min-height: 0;
  max-width: 100%;
  position: static !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  flex: 0 0 auto;
  border-radius: 0;
  pointer-events: auto;
  justify-content: flex-start;
  padding: 0 12px 12px;
}
.inmoLbThumbs::-webkit-scrollbar{ display:none; }

.inmoLbThumb{
  flex:0 0 auto;
  width: 112px;
  height: 78px;
  border-radius: var(--r) !important;
  overflow:hidden;
  border:0 !important;
  background: rgba(255,255,255,.06) !important;
  cursor:pointer;
  transition:transform 120ms ease;
  opacity:.95;
  padding:0 !important;
  margin:0 !important;
  line-height:0;
}
.inmoLbThumb img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block;
  border-radius: var(--r) !important;
  border:0 !important;
  pointer-events:none;
  -webkit-user-drag:none;
  user-select:none;
}
.inmoLbThumb:hover{ transform: scale(1.03); opacity:1; }
.inmoLbThumb.isActive img{ outline: 0; outline-offset: 0; }

.inmoLb.isAirbnb{
  justify-content:flex-start;
  align-items: stretch;
  height: 100dvh;
  min-height: 100vh;
  padding: 0;
  background: #fff;
  overflow: hidden;
  overscroll-behavior: contain;
  --inmoLbTileR: 3px;
}
.inmoLb.isAirbnb .inmoLbInner{
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  border-radius: 0;
  background: transparent;
  border: 0;
  flex: 1 1 auto;
  min-height: 0;
  gap: 12px;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-gutter: stable both-edges;
  -webkit-overflow-scrolling: touch;
}
.inmoLb.isAirbnb #inmoLbPrev,
.inmoLb.isAirbnb #inmoLbNext{ display:none; }
.inmoLb.isAirbnb .inmoLbTop{
  position: sticky;
  top: 0;
  padding: calc(12px + env(safe-area-inset-top)) 12px 12px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: 0;
  pointer-events: auto;
  z-index: 20;
}
.inmoLb.isAirbnb .inmoLbClose.inmoNavBtn{
  position: static;
  transform: none;
  background: rgba(255,255,255,.9) !important;
  border: 1px solid rgba(17,37,60,.1) !important;
  color: rgba(17,37,60,.9) !important;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-radius: 50% !important;
}
.inmoLb.isAirbnb .inmoLbStage{
  display: none;
  height: auto;
}
.inmoLb.isAirbnb .inmoLbThumbs{
  padding: 12px 12px calc(30px + env(safe-area-inset-bottom));
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  overflow-y: auto;
  overflow-x: hidden;
  background: transparent !important;
  opacity: 0;
  transform: translate3d(0,10px,0);
}
.inmoLb.isAirbnb .inmoLbFeedItem{
  border-radius: var(--inmoLbTileR);
  overflow: hidden;
  background: transparent;
  border: 0;
  position: relative;
  margin-bottom: 0;
  display: block;
  min-height: 190px;
  aspect-ratio: 4 / 3;
}
.inmoLb.isAirbnb .inmoLbFeedItem.isBig{ grid-column: auto; }
.inmoLb.isAirbnb .inmoLbFeedItem.isWide{ grid-column: auto; }
.inmoLb.isAirbnb .inmoLbFeedItem img{
  width: 100%;
  height: 100% !important;
  display: block;
  border-radius: inherit;
  background: transparent;
  object-fit: cover;
}
.inmoLb.isAirbnb.isPlanos .inmoLbFeedItem img{
  object-fit: contain;
  background: transparent;
}

.inmoLb.isAirbnb.isOpen.isShown .inmoLbThumbs{
  opacity: 1;
  transform: none;
  transition: opacity 260ms ease, transform 260ms ease;
}

@media(min-width:981px){
  .inmoLb.isAirbnb{
    background: #fff;
    padding: 8px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .inmoLb.isAirbnb .inmoLbInner{
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 1600px;
  margin: 0 auto;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: hidden;
  flex: 0 0 auto;
  min-height: 0;
  gap: 0;
  padding: 0;
  display: grid;
  grid-template-rows: auto 1fr;
}
  .inmoLb.isAirbnb .inmoLbTop{
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    padding: 14px 16px;
    background: #fff;
    border-bottom: 0;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    pointer-events: auto;
  }
  .inmoLb.isAirbnb .inmoLbClose.inmoNavBtn{
    width:44px;
    height:44px;
    border-radius:999px !important;
    background: transparent !important;
    border: 0 !important;
    color: rgba(17,37,60,.82) !important;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  .inmoLb.isAirbnb .inmoLbPill{
    border: 0 !important;
    background: transparent !important;
    color: rgba(17,37,60,.84) !important;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  .inmoLb.isAirbnb .inmoLbPill.isActive{
    background: rgba(17,37,60,.04) !important;
    border-color: transparent !important;
  }
  .inmoLb.isAirbnb .inmoLbThumbs{
    flex: 1 1 auto;
    padding: 24px;
    width: 100%;
    margin: 0;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    min-height: 0;
    align-items: start;
  }
  .inmoLb.isAirbnb .inmoLbFeedItem{
    border-radius: 12px;
    background: transparent;
    box-shadow: none;
    margin-bottom: 0;
    overflow: hidden;
    display: block;
    align-self: start;
    min-height: 250px;
  }
  .inmoLb.isAirbnb .inmoLbFeedItem img{
    width: 100% !important;
    height: 100% !important;
    background: transparent;
    display: block;
  }
  .inmoLb.isAirbnb.isPlanos .inmoLbFeedItem{
    height: auto;
    min-height: 0;
    aspect-ratio: auto;
  }
  .inmoLb.isAirbnb.isPlanos .inmoLbFeedItem img{ height: auto !important; }
}

@media(min-width:1180px){
  .inmoLb.isAirbnb .inmoLbThumbs{ gap: 14px; }
}

@media(min-width:1280px){
  .inmoLb.isAirbnb .inmoLbThumbs{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media(max-width:980px){
  .inmoLb{ justify-content:flex-start; align-items: stretch; }
  .inmoLb{
    height: 100dvh;
    min-height: 100vh;
    padding: 0;
    background: #fff;
  }
  .inmoLbInner{
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: none;
    border-radius: 0;
    background: #fff;
    overflow-y: scroll;
    scrollbar-gutter: stable both-edges;
    -webkit-overflow-scrolling: touch;
    flex: 1 1 auto;
    min-height: 0;
    gap: 10px;
    padding-bottom: calc(30px + env(safe-area-inset-bottom));
  }
  .inmoLb #inmoLbPrev,
  .inmoLb #inmoLbNext{ display:none; }
  .inmoLbTop{
    position: sticky;
    top: 0;
    padding: calc(12px + env(safe-area-inset-top)) 12px 12px;
    background: rgba(255,255,255,.86);
    pointer-events: auto;
    border-bottom: 1px solid #EAEAEA;
    -webkit-backdrop-filter: blur(10px) saturate(1.05);
    backdrop-filter: blur(10px) saturate(1.05);
  }
  .inmoLbClose.inmoNavBtn{
    position: static;
    transform: none;
    background: rgba(255,255,255,.78) !important;
    border: 0 !important;
    color: rgba(17,37,60,.82) !important;
    -webkit-backdrop-filter: blur(10px) saturate(1.05);
    backdrop-filter: blur(10px) saturate(1.05);
  }
  .inmoLbStage{
    padding: 0;
    flex: 0 0 auto;
    width: 100%;
    display: none;
  }
  .inmoLbThumbs{
    padding: 10px 10px calc(30px + env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    overflow: visible;
    align-items: start;
    grid-auto-flow: row;
  }
  .inmoLbThumbs.isAirbnb{ display: grid; }
  .inmoLb.isAirbnb .inmoLbFeedItem{
    border-radius: var(--r);
    overflow: hidden;
    background: #fff;
    border: 0;
    aspect-ratio: auto;
    grid-column: span 1;
  }
  .inmoLb.isAirbnb .inmoLbFeedItem.isBig{ grid-column: span 1; }
  .inmoLb.isAirbnb .inmoLbFeedItem.isWide{ grid-column: span 1; }
  .inmoLb.isAirbnb .inmoLbFeedItem.isSpan2,
  .inmoLb.isAirbnb .inmoLbFeedItem.isSpan3,
  .inmoLb.isAirbnb .inmoLbFeedItem.isSpan6{
    grid-column: span 1 !important;
  }
  .inmoLb.isAirbnb .inmoLbFeedItem img{
    width: 100%;
    height: auto !important;
    display: block;
    background: #fff;
  }
  .inmoLb.isAirbnb.isPlanos .inmoLbFeedItem img{
    background: #fff;
  }
  .inmoNavBtn.left{ left: calc(12px + env(safe-area-inset-left)); }
  .inmoNavBtn.right{ right: calc(12px + env(safe-area-inset-right)); }
}

@media(max-width:768px){
  .inmoLb #inmoLbPrev,
  .inmoLb #inmoLbNext{ display:none; }
}

@media(max-width:520px){
  .inmoLbThumb{ width: clamp(92px, 34vw, 150px); }
}


.inmoModal{ position:fixed;inset:0;display:none;align-items:center;justify-content:center;z-index:2147483647;background: rgba(17,37,60,.88);padding:16px;padding-top: calc(16px + env(safe-area-inset-top));padding-bottom: calc(16px + env(safe-area-inset-bottom));opacity:0;transform: scale(0.88);transition: opacity 680ms cubic-bezier(0.22,1,0.36,1), transform 680ms cubic-bezier(0.22,1,0.36,1); }
.inmoModal.isOpen{ display:flex; }
.inmoModal.isOpen.isShown{ opacity:1;transform: scale(1); }
.inmoModal.isOpen.isClosing{ opacity:0;transform: scale(0.94); }
.inmoModalBox{ width:min(1200px,100%);height:min(82vh,820px);background:#11253C;border-radius: var(--r);overflow:hidden;position:relative;border:1px solid rgba(255,255,255,.10);opacity:0;transform: translate3d(0,52px,0) scale(0.9);transition: opacity 680ms cubic-bezier(0.22,1,0.36,1) 120ms, transform 680ms cubic-bezier(0.22,1,0.36,1) 120ms; }
.inmoModal.isOpen.isShown .inmoModalBox{ opacity:1;transform:none; }
.inmoModal.isOpen.isClosing .inmoModalBox{ opacity:0;transform: translate3d(0,28px,0) scale(0.95); }
.inmoModalMedia{ width:100%;height:100%;position:relative;background: rgba(17,37,60,.92); }
.inmoModalMedia iframe{ width:100%;height:100%;border:0;display:block;background: rgba(17,37,60,.92); }
.inmoModalClose{ position:absolute;top: calc(10px + env(safe-area-inset-top));right: calc(10px + env(safe-area-inset-right));width:44px;height:44px;border-radius:999px;border:1px solid rgba(255,255,255,.18) !important;background: rgba(17,37,60,.40) !important;color:#fff !important;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2; }

@media(max-width:980px){
  .inmoModalBox{
    width: 95vw;
    height: auto;
    max-height: 80vh;
    aspect-ratio: 16 / 9;
  }
}

@media (prefers-reduced-motion: reduce){
  .inmoModal{ opacity:1;transform:none;transition:none; }
  .inmoModalBox{ opacity:1;transform:none;transition:none; }
}

.inmoEnerWrap{ max-width:100%; overflow:hidden; }

.inmoEnerCard{
  border: none;
  border-radius: 0;
  overflow:visible;
  background: transparent;
  box-shadow: none;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.inmoEnerCardDesktop{
  --enerPad: 0 0 12px 0;
  --enerGap: 16px;
  --enerH:   34px;
  --enerLetter: 14px;
  --enerHead:   11px;
  --enerMarker: 14px;
  --enerMarkerPadX: 8px;
  --enerMarkerPadY: 4px;
  --enerClip: 12px;
}

.inmoEnerHead{
  display:grid;
  grid-template-columns: minmax(0,1.25fr) minmax(0,.875fr) minmax(0,.875fr);
  gap: var(--enerGap);
  padding: var(--enerPad);
  background: transparent;
  border-bottom: 1px solid rgba(17,37,60,.15);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
  color: #11253C;
  align-items:center;
}
.inmoEnerHeadL, .inmoEnerHeadC, .inmoEnerHeadE{ min-width:0; line-height:1.25; overflow:visible; }
.inmoEnerHeadC, .inmoEnerHeadE{ text-align:center; }
.inmoEnerHeadC span, .inmoEnerHeadE span{ font-weight: 500; font-size: 12px; opacity:.6; display: block; margin-top: 4px;}

.inmoEnerGrid{ padding: 12px 0 0; min-width:0; overflow:visible; background: transparent; }

.inmoEnerRow{
  display:grid;
  grid-template-columns: minmax(0,1.25fr) minmax(0,.875fr) minmax(0,.875fr);
  gap: var(--enerGap);
  align-items:center;
  margin-bottom: 0;
  min-width:0;
  max-width:100%;
  padding: 14px 0;
  border-bottom: 1px solid rgba(17,37,60,.06);
}
.inmoEnerRow:last-child {
  border-bottom: none;
}
.inmoPlain#inmoEnergy .inmoEnerRow.isActive {
  background: rgba(17,37,60,.04);
  margin: 0 -16px;
  padding: 14px 16px;
  border-radius: 12px;
  border-bottom: none;
}
.inmoEnerBarWrap{ min-width:0; max-width:100%; width:100%; }

.inmoEnerTrack{
  --bg:#9a9a9a;
  --ratio: .7;
  width: 100%;
  height: 28px;
  border-radius: 6px;
  background: transparent;
  border: 0;
  overflow:hidden;
  min-width:0;
}
.inmoEnerFill{
  width: calc(var(--ratio) * 100%);
  height: 100%;
  background: var(--bg);
  border-radius: 6px;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%);
  display:flex;
  align-items:center;
  padding-left: 10px;
  color: #FFFFFF !important;
  min-width: 0;
}
.inmoEnerLetter{ font-size: 13px; font-weight: 700; line-height:1; }

.inmoEnerCell{
  height: 28px;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 0;
  min-width: 0;
  overflow:hidden;
  transform: none !important;
}
.inmoPlain#inmoEnergy .inmoEnerRow.isActive .inmoEnerCell{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}
.inmoEnerMarker{
  background: transparent;
  color: #11253C;
  font-weight: 700;
  font-size: 14px;
  padding: 0;
  border-radius: 0;
  border: 0;
  letter-spacing: .02em;
  max-width: 100%;
  overflow:hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inmoEnerCellEmpty{ display:block; width:100%; height:100%; }

.inmoEnerCardMobile{ display:none; background:#fff; }

.inmoEnerMTop{
  display:grid;
  grid-template-columns: 64px minmax(0,1fr);
  gap:16px;
  padding:16px;
  background:#fff;
}
.inmoEnerMBadge{
  width:64px; height:64px;
  border-radius: var(--r);
  background: var(--bg, #9a9a9a);
  display:flex;
  align-items:center;
  justify-content:center;
}
.inmoEnerMBadgeL{
  color: #FFFFFF;
  font-weight: 700;
  font-size:28px;
  line-height:1;
}
.inmoEnerMInfo{ min-width:0; }
.inmoEnerMTitle{
  font-size:15px;
  font-weight:700;
  margin:0;
  color: #11253C;
  line-height:1.2;
}
.inmoEnerMSub{
  margin-top:4px;
  font-size:13px;
  color: #556980;
}
.inmoEnerMVals{
  margin-top:12px;
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap:10px;
}
@media(max-width:360px){
  .inmoEnerMVals{ grid-template-columns: 1fr; }
}
.inmoEnerMVal{
  border:0;
  border-radius:0;
  padding:0;
  background: transparent;
  display:flex;
  flex-direction:column;
  gap:3px;
  min-width:0;
}
.inmoEnerMVal .k{ font-size:12px; font-weight:600; color: #556980; letter-spacing:.06em; }
.inmoEnerMVal .v{ font-size:18px; font-weight:700; line-height:1; color: #11253C; }
.inmoEnerMVal .u{ font-size:12px; color: #556980; }

.inmoEnerMDetails{
  border-top: 1px solid rgba(17,37,60,.08);
  background:#fff;
}
.inmoEnerMDetails summary{
  cursor:pointer;
  user-select:none;
  padding:16px;
  font-size:14px;
  font-weight:600;
  color: #11253C;
  list-style:none;
}
.inmoEnerMDetails summary::-webkit-details-marker{ display:none; }
.inmoEnerMDetails summary:after{
  content:"▾";
  float:right;
  opacity:.7;
}
.inmoEnerMDetails[open] summary:after{ content:"▴"; }

.inmoEnerMScale{
  padding: 0 12px 12px;
  display:grid;
  gap:10px;
}
.inmoEnerMRow{
  display:grid;
  grid-template-columns: 36px minmax(0,1fr) auto;
  gap:10px;
  align-items:center;
}
.inmoEnerMLetter{
  width:36px; height:28px;
  border-radius: var(--r);
  background: var(--bg, #9a9a9a);
  color: #FFFFFF !important;
  font-weight: 650;
  font-size:13px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.inmoEnerMBar{
  height:12px;
  border-radius:999px;
  background: rgba(17,37,60,.05);
  overflow:hidden;
  border:1px solid rgba(17,37,60,.08);
  position:relative;
  min-width:0;
}
.inmoEnerMBarFill{
  display:block;
  height:100%;
  width: calc(var(--ratio) * 100%);
  background: var(--bg, #9a9a9a);
  border-radius:999px;
}
.inmoEnerMTag{
  font-size:11px;
  font-weight:600;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(17,37,60,.12);
  background: rgba(17,37,60,.03);
  white-space:nowrap;
}
.inmoEnerMTag:empty{ display:none; }
.inmoEnerMRow.isActive .inmoEnerMTag{
  border-color: rgba(17,37,60,.22);
  background: rgba(17,37,60,.06);
}

@media (max-width: 980px){
  .inmoEnerCardDesktop{ display:none; }
  .inmoEnerCardMobile{ display:block; }
}

@media(max-width:980px){
  #inmoEnergy .inmoEnerMTop{ padding: 12px; }
  #inmoEnergy .inmoEnerMScale{ padding: 0 12px 12px; }
  #inmoEnergy .inmoEnerMBadge{
    width: 58px;
    height: 58px;
    border-radius: 11px;
  }
  #inmoEnergy .inmoEnerMBadgeL{
    font-size: 24px;
  }
  #inmoEnergy .inmoEnerMTitle{
    font-size: 14px;
  }
  #inmoEnergy .inmoEnerMSub{
    margin-top: 2px;
    font-size: 12px;
  }
}

.inmoMobileBar{ display:none; }
@media(max-width:980px){
  .inmoMobileBar{
    --r: 14px;
    display:flex;
    position:fixed !important;
    left:0 !important; right:0 !important; bottom:0 !important;
    z-index:2147483645;
    background: #fff;
    border-top: 1px solid rgba(17,37,60,.10);
    box-shadow: 0 -14px 40px rgba(17,37,60,.10);
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    gap: 10px;
    overflow: visible;
    opacity: 0;
    transform: translate3d(0, 18px, 0) scale(0.98);
    pointer-events: none;
    transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1), opacity 520ms cubic-bezier(0.22, 1, 0.36, 1);
  }
  .inmoMobileBar.isVisible{
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
  .inmoMobileBar a,
  .inmoMobileBar button{
    flex:1;
    height: 48px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
    font-weight:500;
    color: rgba(17,37,60,.84) !important;
    gap:10px;
    text-decoration:none !important;
    border: 1px solid rgba(17,37,60,.14);
    border-radius: var(--r, 4px);
    background: transparent;
    padding: 0 14px;
    cursor:pointer;
    appearance:none;
  }
  .inmoMobileBar a.primary{
    min-height: 52px !important;
    height: auto !important;
    padding: 16px 22px !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    border-radius: 11px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    background: #11253C !important;
    color: #fff !important;
    border: 1px solid #11253C !important;
  }
  .inmoMobileBar a.primary .material-symbols-rounded{
    font-size: 18px !important;
    line-height: 1 !important;
  }
  .inmoMobileBar .inmoMobileShare{
    background: rgba(255,255,255,.92) !important;
    border-color: rgba(17,37,60,.14) !important;
    color: rgba(17,37,60,.84) !important;
    -webkit-tap-highlight-color: transparent;
  }
  .inmoMobileBar .inmoMobileShare:hover,
  .inmoMobileBar .inmoMobileShare:active,
  .inmoMobileBar .inmoMobileShare:focus,
  .inmoMobileBar .inmoMobileShare:focus-visible{
    background: rgba(17,37,60,.03) !important;
    border-color: rgba(17,37,60,.18) !important;
    color: rgba(17,37,60,.84) !important;
  }
  .inmoMobileBar a.primary{
    background: rgba(17,37,60,.90) !important;
    color: rgba(255,255,255,.96) !important;
    border-color: rgba(17,37,60,.90) !important;
  }
  .inmoRoot{ padding-bottom: calc(149px + var(--inmoCtaH, 78px) + env(safe-area-inset-bottom)); }
}

html.inmoLbOpen .inmoMobileBar{ display:none !important; }

.inmoWebUI .inmoContactBtns a[href*="wa.me"]:not(.inmoBtn--cta),
.inmoWebUI .inmoMobileBar a[href*="wa.me"]:not(.primary),
body > .inmoMobileBar a[href*="wa.me"]:not(.primary){
  background: rgba(255,255,255,.92) !important;
  border-color: rgba(17,37,60,.14) !important;
  color: rgba(17,37,60,.92) !important;
}

html.inmoFichaRevealOn .inmoReveal{ opacity:0;transform:translate3d(0,28px,0) scale(0.98);filter: blur(6px);will-change:opacity,transform,filter;transition: opacity 560ms cubic-bezier(0.22,1,0.36,1), transform 560ms cubic-bezier(0.22,1,0.36,1), filter 560ms cubic-bezier(0.22,1,0.36,1); }
html.inmoFichaRevealOn .inmoReveal.inmoRevealVisible{ opacity:1;transform:none;filter:none; }

html.inmoFichaRevealOn .inmoSpecsRow.inmoReveal .inmoSpec{ opacity:0;transform:translate3d(0,18px,0) scale(0.985);filter: blur(5px);will-change:opacity,transform,filter;transition: opacity 520ms cubic-bezier(0.22,1,0.36,1), transform 520ms cubic-bezier(0.22,1,0.36,1), filter 520ms cubic-bezier(0.22,1,0.36,1); }
html.inmoFichaRevealOn .inmoSpecsRow.inmoReveal.inmoRevealVisible .inmoSpec{ opacity:1;transform:none;filter:none; }
html.inmoFichaRevealOn .inmoSpecsRow.inmoReveal.inmoRevealVisible .inmoSpec:nth-child(1){ transition-delay: 40ms; }
html.inmoFichaRevealOn .inmoSpecsRow.inmoReveal.inmoRevealVisible .inmoSpec:nth-child(2){ transition-delay: 80ms; }
html.inmoFichaRevealOn .inmoSpecsRow.inmoReveal.inmoRevealVisible .inmoSpec:nth-child(3){ transition-delay: 120ms; }
html.inmoFichaRevealOn .inmoSpecsRow.inmoReveal.inmoRevealVisible .inmoSpec:nth-child(4){ transition-delay: 160ms; }
html.inmoFichaRevealOn .inmoSpecsRow.inmoReveal.inmoRevealVisible .inmoSpec:nth-child(5){ transition-delay: 200ms; }
html.inmoFichaRevealOn .inmoSpecsRow.inmoReveal.inmoRevealVisible .inmoSpec:nth-child(6){ transition-delay: 240ms; }

html.inmoFichaRevealOn .inmoSection.inmoReveal .inmoKV{ opacity:0;transform:translate3d(0,16px,0) scale(0.99);filter: blur(5px);will-change:opacity,transform,filter;transition: opacity 520ms cubic-bezier(0.22,1,0.36,1), transform 520ms cubic-bezier(0.22,1,0.36,1), filter 520ms cubic-bezier(0.22,1,0.36,1); }
html.inmoFichaRevealOn .inmoSection.inmoReveal.inmoRevealVisible .inmoKV{ opacity:1;transform:none;filter:none; }

html.inmoFichaRevealOn .inmoAgentBoxes.inmoReveal .inmoCard{ opacity:0;transform:translate3d(0,16px,0) scale(0.99);filter: blur(5px);will-change:opacity,transform,filter;transition: opacity 520ms cubic-bezier(0.22,1,0.36,1), transform 520ms cubic-bezier(0.22,1,0.36,1), filter 520ms cubic-bezier(0.22,1,0.36,1); }
html.inmoFichaRevealOn .inmoAgentBoxes.inmoReveal.inmoRevealVisible .inmoCard{ opacity:1;transform:none;filter:none; }
html.inmoFichaRevealOn .inmoAgentBoxes.inmoReveal.inmoRevealVisible .inmoCard:nth-child(1){ transition-delay: 60ms; }
html.inmoFichaRevealOn .inmoAgentBoxes.inmoReveal.inmoRevealVisible .inmoCard:nth-child(2){ transition-delay: 120ms; }

html.inmoFichaRevealOn .inmoCatGrid.inmoReveal .inmoCatCard{ opacity:0;transform:translate3d(0,22px,0) scale(0.98);filter: blur(6px);will-change:opacity,transform,filter;transition: opacity 560ms cubic-bezier(0.22,1,0.36,1), transform 560ms cubic-bezier(0.22,1,0.36,1), filter 560ms cubic-bezier(0.22,1,0.36,1); }
html.inmoFichaRevealOn .inmoCatGrid.inmoReveal.inmoRevealVisible .inmoCatCard{ opacity:1;transform:none;filter:none; }
html.inmoFichaRevealOn .inmoCatGrid.inmoReveal.inmoRevealVisible .inmoCatCard:nth-child(1){ transition-delay: 60ms; }
html.inmoFichaRevealOn .inmoCatGrid.inmoReveal.inmoRevealVisible .inmoCatCard:nth-child(2){ transition-delay: 120ms; }
html.inmoFichaRevealOn .inmoCatGrid.inmoReveal.inmoRevealVisible .inmoCatCard:nth-child(3){ transition-delay: 180ms; }

html.inmoFichaRevealOn #inmoRecoDesktop.inmoReveal .inmoCatCard,
html.inmoFichaRevealOn #inmoRecoMobile.inmoReveal .inmoCatCard{ opacity:0;transform:translate3d(0,22px,0) scale(0.98);filter: blur(6px);will-change:opacity,transform,filter;transition: opacity 560ms cubic-bezier(0.22,1,0.36,1), transform 560ms cubic-bezier(0.22,1,0.36,1), filter 560ms cubic-bezier(0.22,1,0.36,1); }
html.inmoFichaRevealOn #inmoRecoDesktop.inmoReveal.inmoRevealVisible .inmoCatCard,
html.inmoFichaRevealOn #inmoRecoMobile.inmoReveal.inmoRevealVisible .inmoCatCard{ opacity:1;transform:none;filter:none; }
html.inmoFichaRevealOn #inmoRecoDesktop.inmoReveal.inmoRevealVisible .inmoCatCard:nth-child(1),
html.inmoFichaRevealOn #inmoRecoMobile.inmoReveal.inmoRevealVisible .inmoCatCard:nth-child(1){ transition-delay: 60ms; }
html.inmoFichaRevealOn #inmoRecoDesktop.inmoReveal.inmoRevealVisible .inmoCatCard:nth-child(2),
html.inmoFichaRevealOn #inmoRecoMobile.inmoReveal.inmoRevealVisible .inmoCatCard:nth-child(2){ transition-delay: 120ms; }
html.inmoFichaRevealOn #inmoRecoDesktop.inmoReveal.inmoRevealVisible .inmoCatCard:nth-child(3),
html.inmoFichaRevealOn #inmoRecoMobile.inmoReveal.inmoRevealVisible .inmoCatCard:nth-child(3){ transition-delay: 180ms; }

@media (prefers-reduced-motion: reduce){
  html.inmoFichaRevealOn .inmoReveal,
  html.inmoFichaRevealOn .inmoSpecsRow.inmoReveal .inmoSpec,
  html.inmoFichaRevealOn .inmoSection.inmoReveal .inmoKV,
  html.inmoFichaRevealOn .inmoAgentBoxes.inmoReveal .inmoCard,
  html.inmoFichaRevealOn .inmoCatGrid.inmoReveal .inmoCatCard,
  html.inmoFichaRevealOn #inmoRecoDesktop.inmoReveal .inmoCatCard,
  html.inmoFichaRevealOn #inmoRecoMobile.inmoReveal .inmoCatCard{
    opacity:1 !important;
    transform:none !important;
    transition:none !important;
    filter:none !important;
  }
}

.inmoWebUI,
.inmoWebUI *{
  box-sizing: border-box;
}
.inmoFichaTop{
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media(max-width:980px){
  .inmoFichaTop{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.inmoGrid.inmoGrid--FichaBody{
  gap: 44px;
}
.inmoMain{
  max-width: 100%;
  overflow: hidden;
}
.inmoSection{
  margin-top: 56px;
}
.inmoDescSection{
  margin-top: 34px;
}
.inmoMap{
  margin-top: 8px;
  border-radius: 18px;
}
.inmoLb,
.inmoLb *,
.inmoLb *::before,
.inmoLb *::after{
  box-sizing: border-box !important;
}
.inmoLb{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden !important;
}
.inmoLbInner{
  width: min(1320px, calc(100vw - 24px)) !important;
  max-width: calc(100vw - 24px) !important;
  margin: 0 auto !important;
  overflow-x: hidden !important;
}
.inmoLb.isAirbnb .inmoLbInner{
  scrollbar-gutter: stable !important;
  overflow-x: hidden !important;
}
.inmoLbThumbs{
  max-width: 100%;
  width: 100%;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
.inmoLb.isAirbnb .inmoLbThumbs{
  width: 100% !important;
  max-width: 100% !important;
  padding: 20px !important;
  overflow-x: hidden !important;
  overflow-y: visible !important;
  margin: 0 !important;
}
.inmoLb.isAirbnb .inmoLbFeedItem{
  margin-bottom: 0 !important;
  width: 100%;
  break-inside: auto;
  page-break-inside: auto;
}
.inmoLb.isAirbnb .inmoLbFeedItem img{
  max-width: 100% !important;
  width: 100% !important;
  display: block;
}
@media(min-width:981px){
  .inmoLb.isAirbnb .inmoLbThumbs{
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
    align-items: start !important;
  }
  .inmoLb.isAirbnb .inmoLbFeedItem{
    margin-bottom: 0 !important;
    min-height: 250px;
    aspect-ratio: 4 / 3;
  }
  .inmoLb.isAirbnb .inmoLbFeedItem img{
    height: 100% !important;
    object-fit: cover;
  }
  .inmoLb.isAirbnb.isPlanos .inmoLbFeedItem{
    min-height: 0;
    aspect-ratio: auto;
  }
  .inmoLb.isAirbnb.isPlanos .inmoLbFeedItem img{
    height: auto !important;
    object-fit: contain;
  }
}
@media(max-width:980px){
  .inmoLb.isAirbnb.isPlanos .inmoLbFeedItem{
    min-height: 0;
    aspect-ratio: auto;
  }
  .inmoLb.isAirbnb.isPlanos .inmoLbFeedItem img{
    height: auto !important;
    object-fit: contain;
  }
}
@media(max-width:980px){
  .inmoLbInner{
    width: calc(100vw - 12px) !important;
    max-width: calc(100vw - 12px) !important;
    margin: 0 auto !important;
  }
  .inmoLb.isAirbnb .inmoLbThumbs{
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
    padding: 10px 10px calc(22px + env(safe-area-inset-bottom)) !important;
  }
  .inmoLb.isAirbnb .inmoLbFeedItem{
    min-height: 190px;
    aspect-ratio: 4 / 3;
  }
  .inmoLb.isAirbnb .inmoLbFeedItem img{
    height: 100% !important;
    object-fit: cover;
  }
}
@media(max-width:640px){
  .inmoLbInner{
    width: 100% !important;
    max-width: 100% !important;
  }
  .inmoLb.isAirbnb .inmoLbThumbs{
    padding: 10px 10px calc(20px + env(safe-area-inset-bottom)) !important;
  }
}
.inmoSpecsRow{
  gap: 22px 28px;
}
.inmoSpec .k{
  color: #5c6773;
}
.inmoSpec .v{
  font-size: 18px;
  font-weight: 620;
  letter-spacing: -0.01em;
}
.inmoEnerHead{
  border-bottom-color: rgba(17,37,60,.12);
}
.inmoEnerRow{
  grid-template-columns: minmax(0,1.2fr) minmax(0,.9fr) minmax(0,.9fr);
  padding: 12px 0;
}
.inmoPlain#inmoEnergy .inmoEnerRow.isActive{
  background: rgba(17,37,60,.06);
}

@media(min-width:981px){
  .inmoRoot{
    padding-top: 24px;
  }
}

.inmoFichaHeader{
  padding-top: 14px;
  padding-bottom: 18px;
}

.inmoSpecsRow,
.inmoWebUI #distribucion .inmoSpecsRow{
  grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
  gap: 10px;
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow: visible;
  margin: 14px 0 24px;
  padding: 0;
}

.inmoSpec,
.inmoWebUI #distribucion .inmoSpec{
  background: rgba(17,37,60,.022);
  border: 1px solid rgba(17,37,60,.07) !important;
  border-radius: 14px;
  padding: 12px 14px;
  gap: 5px;
  box-shadow: none;
}

.inmoSpec .k{
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: rgba(17,37,60,.5);
}

.inmoSpec .v{
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #11253C;
}

.inmoPlain#inmoEnergy{
  overflow: visible;
  padding: 18px 18px 16px;
  border: 1px solid rgba(17,37,60,.08);
  border-radius: 18px;
  background: #fff;
}

.inmoPlain#inmoEnergy .inmoKVGrid{
  margin-bottom: 10px !important;
}

.inmoPlain#inmoEnergy .inmoKV{
  border: 1px solid rgba(17,37,60,.08);
  border-radius: 14px;
  background: rgba(17,37,60,.025);
  padding: 11px 13px;
}

.inmoPlain#inmoEnergy .inmoEnerWrap{
  margin-top: 12px;
  padding: 0 2px 2px;
  overflow: visible;
}

.inmoPlain#inmoEnergy .inmoEnerCard{
  border: 0;
  border-radius: 0;
  background: transparent;
}

.inmoPlain#inmoEnergy .inmoEnerCardDesktop{
  --enerPad: 0 2px 8px;
  --enerGap: 14px;
}

.inmoPlain#inmoEnergy .inmoEnerGrid{
  padding: 8px 2px 0;
}

.inmoPlain#inmoEnergy .inmoEnerHead{
  padding: 0 2px 10px;
}

.inmoPlain#inmoEnergy .inmoEnerHeadL,
.inmoPlain#inmoEnergy .inmoEnerHeadC,
.inmoPlain#inmoEnergy .inmoEnerHeadE{
  font-size: 11px;
}

.inmoPlain#inmoEnergy .inmoEnerRow{
  grid-template-columns: minmax(0,1.08fr) minmax(76px,.72fr) minmax(76px,.72fr);
  padding: 9px 0;
}

.inmoPlain#inmoEnergy .inmoEnerCell{
  justify-content: flex-start;
  text-align: left;
  padding-left: 4px;
}

.inmoPlain#inmoEnergy .inmoEnerMarker{
  font-size: 13px;
  letter-spacing: 0;
}

.inmoPlain#inmoEnergy .inmoEnerRow.isActive{
  margin: 0;
  padding: 11px 10px;
  border-radius: 12px;
  background: rgba(17,37,60,.038);
}

.inmoAside.inmoAside--premium{
  position: relative;
  top: auto;
  align-self: start;
}

.inmoAside.inmoAside--premium .inmoAgentBoxes{
  gap: 16px;
}

.inmoAside.inmoAside--premium .inmoAgentBoxTop{
  align-items: flex-start;
  margin: 0 0 10px;
}

.inmoAside.inmoAside--premium .inmoContactIdentity{
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.inmoAside.inmoAside--premium .inmoContactIdentityText{
  min-width: 0;
}

.inmoAside.inmoAside--premium .inmoContactPhoto{
  width: 60px;
  height: 60px;
  border-radius: 18px;
  object-fit: cover;
  flex: 0 0 60px;
  box-shadow: 0 10px 24px rgba(17,37,60,.12);
}

.inmoAside.inmoAside--premium .inmoContactName{
  margin-top: 2px;
  font-size: 19px;
}

.inmoAside.inmoAside--premium .inmoContactBtns{
  margin-top: 14px;
}

.inmoAside.inmoAside--premium .inmoAgentInfo .v{
  max-width: 68%;
  line-height: 1.35;
}

.inmoLb{
  transition: opacity 480ms cubic-bezier(0.22, 1, 0.36, 1);
}

.inmoLb.isAirbnb .inmoLbThumbs{
  padding: 22px !important;
  gap: 16px !important;
}

.inmoLb.isAirbnb .inmoLbFeedItem{
  opacity: 1;
  transform: none;
  filter: none;
  transition: none;
}

.inmoLb.isAirbnb .inmoLbFeedItem img{
  border-radius: 18px;
  background: transparent;
}

@media(min-width:981px){
  .inmoAside.inmoAside--premium{
    position: sticky;
    top: calc(24px + var(--wp-admin--admin-bar--height, 0px));
    align-self: start;
    z-index: 10;
  }

  .inmoAside.inmoAside--premium .inmoAgentBoxes{
    position: relative;
    max-height: none;
    overflow: visible;
    overscroll-behavior: auto;
    scrollbar-width: auto;
  }

  .inmoLb.isAirbnb .inmoLbThumbs{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }
}

@media(max-width:980px){
  .inmoPlain#inmoEnergy{
    padding: 18px 14px 16px;
    border-radius: 16px;
  }

  .inmoPlain#inmoEnergy .inmoEnerWrap{
    padding: 0;
  }

  .inmoLb.isAirbnb .inmoLbFeedItem{
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }

  .inmoLb.isAirbnb .inmoLbThumbs{
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media(max-width:680px){
  .inmoSpecsRow,
  .inmoWebUI #distribucion .inmoSpecsRow{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .inmoSpec,
  .inmoWebUI #distribucion .inmoSpec{
    padding: 12px 12px;
  }
  
  .inmoEnerRow {
    font-size: 13px !important;
  }
  .inmoEnerMarker {
    font-size: 12px !important;
    padding: 4px 6px !important;
  }
}

@media (prefers-reduced-motion: reduce){
  .inmoLb{
    transition: none !important;
  }

  .inmoLb.isAirbnb .inmoLbThumbs,
  .inmoLb.isAirbnb .inmoLbFeedItem{
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}

/* FORCE CLEAN LIGHTBOX GRID */
.inmoLb.isAirbnb .inmoLbThumbs {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
  padding: 16px !important;
  height: auto !important;
  overflow-y: visible !important;
  overflow-x: hidden !important;
}
@media(min-width: 981px) {
  .inmoLb.isAirbnb .inmoLbThumbs {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    grid-auto-rows: max-content !important;
    align-items: start !important;
    height: 100% !important;
    min-height: 0 !important;
    overflow-y: auto !important;
  }
}
.inmoLb.isAirbnb .inmoLbFeedItem {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: auto !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  overflow: hidden !important;
  border-radius: 12px !important;
  grid-column: span 1 !important;
  grid-row: auto !important;
  transform: none !important;
}
.inmoLb.isAirbnb:not(.isPlanos) .inmoLbFeedItem {
  aspect-ratio: 4/3 !important;
}
.inmoLb.isAirbnb .inmoLbFeedItem img {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  transform: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.inmoLb.isAirbnb.isPlanos .inmoLbFeedItem {
  aspect-ratio: auto !important;
}
.inmoLb.isAirbnb.isPlanos .inmoLbFeedItem img {
  height: auto !important;
  object-fit: contain !important;
}

/* =========================================
   GLOBAL BUTTON SYSTEM + FICHA HIERARCHY
   ========================================= */
.inmoWebUI{
  --inmo-btn-font: "Urbanist", sans-serif;
  --inmo-btn-radius: 11px;
  --inmo-btn-fs: 17px;
  --inmo-btn-fw: 500;
  --inmo-btn-pad-y: 16px;
  --inmo-btn-pad-x: 22px;
}

.inmoWebUI button,
.inmoWebUI .inmoBtn,
.inmoWebUI .inmoLinkBtn,
.inmoWebUI .inmoDescMore,
.inmoWebUI .inmoMobileShare,
.inmoWebUI .inmoShareWidgetBtn,
.inmoWebUI .inmoShareInAgent{
  box-shadow: none !important;
  text-shadow: none !important;
  font-family: var(--inmo-btn-font) !important;
}

/* 1) Boton principal */
.inmoWebUI .inmoBtn--cta,
.inmoWebUI .inmoBtn--solid,
.inmoWebUI .inmoMobileBar .inmoMobileShare,
.inmoWebUI .inmoBtn.inmoBtn--form{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  background: #11253C !important;
  color: #FFFFFF !important;
  border: none !important;
  border-radius: var(--inmo-btn-radius) !important;
  font-size: var(--inmo-btn-fs) !important;
  font-weight: var(--inmo-btn-fw) !important;
  line-height: 1 !important;
  min-height: 0 !important;
  height: auto !important;
  padding: var(--inmo-btn-pad-y) var(--inmo-btn-pad-x) !important;
}
.inmoWebUI .inmoBtn--cta:hover,
.inmoWebUI .inmoBtn--solid:hover,
.inmoWebUI .inmoMobileBar .inmoMobileShare:hover,
.inmoWebUI .inmoBtn.inmoBtn--form:hover{
  background: #0d1d30 !important;
  border: none !important;
  box-shadow: none !important;
  transform: none !important;
}

/* 2) Boton secundario */
.inmoWebUI .inmoBtn--sub,
.inmoWebUI .inmoLinkBtn,
.inmoWebUI .inmoDescMore,
.inmoWebUI .inmoShareWidgetBtn,
.inmoWebUI .inmoShareInAgent{
  background: transparent !important;
  color: #11253C !important;
  border: 1px solid #11253C !important;
  border-radius: var(--inmo-btn-radius) !important;
  font-size: var(--inmo-btn-fs) !important;
  font-weight: var(--inmo-btn-fw) !important;
  line-height: 1 !important;
  min-height: 0 !important;
  height: auto !important;
  padding: var(--inmo-btn-pad-y) var(--inmo-btn-pad-x) !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
}
.inmoWebUI .inmoDescMore{
  margin-top: 14px;
}
.inmoWebUI .inmoBtn--sub:hover,
.inmoWebUI .inmoLinkBtn:hover,
.inmoWebUI .inmoDescMore:hover,
.inmoWebUI .inmoShareWidgetBtn:hover,
.inmoWebUI .inmoShareInAgent:hover{
  background: rgba(17,37,60,.04) !important;
  box-shadow: none !important;
  transform: none !important;
}

/* Jerarquia superior de ficha */
.inmoFichaHeader{
  justify-content: flex-start;
}
.inmoFichaHeaderLeft{
  width: 100%;
}
.inmoTitle{
  font-size: clamp(28px, 2.4vw, 36px) !important;
  font-weight: 600 !important;
}
.inmoPriceOnly{
  order: 3;
  margin-top: 10px;
  font-size: clamp(32px, 3.6vw, 48px) !important;
  font-weight: 700 !important;
  line-height: 1.05;
  white-space: normal;
}
.inmoLocLine{
  order: 4;
  margin-top: 12px;
  font-size: clamp(16px, 1.4vw, 20px);
  color: rgba(17,37,60,.72);
}
@media(max-width:980px){
  .inmoTitle{
    font-size: 30px !important;
  }
  .inmoPriceOnly{
    font-size: 38px !important;
  }
  .inmoLocLine{
    font-size: 16px;
  }
}
@media(max-width:680px){
  .inmoTitle{
    font-size: 28px !important;
  }
  .inmoPriceOnly{
    font-size: 34px !important;
  }
}

/* Texto de seccion */
.inmoH,
.inmoDescTitle{
  font-size: 20px !important;
  font-weight: 600 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  line-height: 1.25;
}

/* Ajustes concretos de cabecera y tarjeta lateral */
.inmoFichaHeaderMeta{
  gap: 10px;
}
.inmoFichaHeaderMeta .inmoTipoPill,
.inmoFichaHeaderMeta .inmoRefInline{
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #11253C !important;
  line-height: 1.2;
}
.inmoFichaHeaderMeta .inmoTipoPill{
  padding: 6px 12px;
}

.inmoAside.inmoAside--premium .inmoAgentBoxTop{
  justify-content: flex-start;
}
.inmoAside.inmoAside--premium .inmoShareInAgent{
  display: none !important;
}

#inmoMapWrap .inmoH,
#inmoRecoDesktop .inmoH,
#inmoRecoMobile .inmoH{
  font-size: 20px !important;
  margin-bottom: 18px;
}

/* Ajustes de layout y sticky en ficha */
@media(min-width:981px){
  .inmoGrid.inmoGrid--FichaBody{
    column-gap: 40px !important;
    gap: 40px !important;
    overflow: visible !important;
  }
  .inmoGrid.inmoGrid--FichaBody > .inmoMain{
    border-right: 0 !important;
    padding-right: 0 !important;
  }
  .inmoGrid.inmoGrid--FichaBody > .inmoAside{
    padding-left: 0 !important;
    width: 100%;
    min-width: 0;
    display: block;
    overflow: visible !important;
  }

  .inmoAside,
  .inmoAside.inmoAside--premium{
    position: static !important;
    top: auto !important;
    align-self: start !important;
    width: 100%;
    min-width: 0;
    overflow: visible !important;
  }
  .inmoAside .inmoAsideSticky{
    position: sticky;
    top: calc(24px + var(--wp-admin--admin-bar--height, 0px));
    width: 100%;
    min-width: 0;
    max-width: none;
    display: block;
    align-self: auto;
    overflow: visible;
  }
  .inmoAside.inmoAside--premium .inmoAgentBoxes{
    width: 100% !important;
    min-width: 0;
    max-height: none !important;
    overflow: visible !important;
    overscroll-behavior: auto !important;
    box-sizing: border-box;
  }
}

/* Caja lateral limpia: solo acciones + info */
.inmoAside.inmoAside--premium .inmoAgentBoxTop,
.inmoAside.inmoAside--premium .inmoContactIdentity,
.inmoAside.inmoAside--premium .inmoContactPhoto,
.inmoAside.inmoAside--premium .inmoContactName,
.inmoAside.inmoAside--premium .inmoShareInAgent{
  display: none !important;
}

/* Cabecera: tipo y referencia con más presencia y mejor alineación móvil */
.inmoFichaHeaderMeta{
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.inmoFichaHeaderMeta .inmoTipoPill,
.inmoFichaHeaderMeta .inmoRefInline{
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #11253C !important;
  line-height: 1.2;
}
.inmoFichaHeaderMeta .inmoRefInline{
  margin: 0;
}
@media(max-width:980px){
  .inmoFichaHeaderMeta{
    width: 100%;
    margin: 0 !important;
    margin-left: 0 !important;
    padding: 0 !important;
    padding-left: 0 !important;
    align-self: flex-start;
  }
  .inmoFichaHeaderMeta .inmoTipoPill,
  .inmoFichaHeaderMeta .inmoRefInline{
    margin-left: 0 !important;
  }
}

/* Secciones de ficha con jerarquía consistente */
#inmoMapWrap .inmoH,
#inmoRecoDesktop .inmoH,
#inmoRecoMobile .inmoH{
  font-size: 20px !important;
  margin-bottom: 18px;
}

/* Unificación global de color headings */
h1,
h2{
  color: #11253C;
}

/* Cierre definitivo desktop: un solo sticky owner y ancho completo real */
@media(min-width:981px){
  .inmoWebUI,
  .inmoWebUI .inmoRoot{
    overflow: visible !important;
  }
  .inmoGrid.inmoGrid--FichaBody{
    align-items: start !important;
    gap: 40px !important;
    column-gap: 40px !important;
    overflow: visible !important;
  }
  .inmoGrid.inmoGrid--FichaBody > .inmoMain{
    border-right: 0 !important;
    padding-right: 0 !important;
    overflow: visible !important;
  }
  .inmoGrid.inmoGrid--FichaBody > .inmoAside{
    display: block !important;
    position: sticky !important;
    top: calc(24px + var(--wp-admin--admin-bar--height, 0px)) !important;
    align-self: start !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    padding-left: 0 !important;
    overflow: visible !important;
  }
  .inmoGrid.inmoGrid--FichaBody > .inmoAside .inmoAsideSticky{
    position: static !important;
    top: auto !important;
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    overflow: visible !important;
  }
  .inmoGrid.inmoGrid--FichaBody > .inmoAside .inmoAgentBoxes{
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    max-height: none !important;
    overflow: visible !important;
    overscroll-behavior: auto !important;
    box-sizing: border-box;
  }
  .inmoGrid.inmoGrid--FichaBody > .inmoAside .inmoCard{
    width: 100% !important;
    max-width: none !important;
  }
}

/* Lightbox desktop clásico: solo en visor grande, sin tocar la galería embebida */
@media(min-width:981px){
  .inmoLb.isClassic{
    background: rgba(242,246,250,.55);
    -webkit-backdrop-filter: blur(8px) saturate(1.02);
    backdrop-filter: blur(8px) saturate(1.02);
    padding: 28px;
    align-items: center;
    justify-content: center;
  }
  .inmoLb.isClassic .inmoLbInner{
    width: min(1420px, calc(100vw - 72px));
    height: auto;
    max-height: calc(100dvh - 56px);
    background: #ffffff;
    border-radius: 22px;
    border: 1px solid rgba(17,37,60,.10);
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    box-shadow: 0 10px 28px rgba(16,34,55,.08);
    overflow-x: hidden;
    overflow-y: auto;
  }
  .inmoLb.isClassic .inmoLbTop{
    order: 1;
    position: static;
    pointer-events: auto;
    padding: 2px 2px 0;
    align-items: center;
  }
  .inmoLb.isClassic .inmoLbPill{
    background: #f9fbfd !important;
    color: #1a2e47 !important;
    border: 1px solid rgba(17,37,60,.12) !important;
    box-shadow: none;
  }
  .inmoLb.isClassic .inmoLbPill.isActive{
    background: #eff4fa !important;
    border-color: rgba(17,37,60,.18) !important;
  }
  .inmoLb.isClassic .inmoLbClose.inmoNavBtn{
    position: static;
    right: auto;
    top: auto;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(17,37,60,.12) !important;
    background: #f9fbfd !important;
    color: #11253C !important;
    box-shadow: none;
  }
  .inmoLb.isClassic .inmoLbStage{
    order: 2;
    position: relative !important;
    display: block;
    width: 100%;
    flex: 1 1 auto;
    min-height: 0;
    height: min(82vh, calc(100dvh - 200px));
    min-height: 420px;
    max-height: none;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    overflow: visible;
  }
  .inmoLb.isClassic .inmoLbImg{
    object-fit: contain;
    background: transparent;
    cursor: pointer;
  }
  .inmoLb.isClassic .inmoLbStage .inmoNavBtn{
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: 1px solid rgba(17,37,60,.12);
    background: rgba(255,255,255,.94);
    color: #11253C;
    box-shadow: none;
  }
  .inmoLb.isClassic .inmoLbStage .inmoNavBtn.left{ left: 14px; }
  .inmoLb.isClassic .inmoLbStage .inmoNavBtn.right{ right: 14px; }
  .inmoLb.isClassic .inmoLbCounter{
    position: absolute;
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%);
    z-index: 7;
    pointer-events: none;
    background: rgba(255,255,255,.86);
    color: #1b3049;
    border: 1px solid rgba(17,37,60,.12);
    box-shadow: none;
  }
  .inmoLb.isClassic .inmoLbThumbs{
    order: 3;
    display: flex;
    gap: 9px;
    align-items: center;
    justify-content: flex-start;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 8px 0 8px;
    scrollbar-width: thin;
    border-top: 0;
    margin-top: 16px;
    width: 100%;
    min-height: 86px;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    z-index: 2;
    flex: 0 0 auto;
  }
  .inmoLb.isClassic .inmoLbThumb{
    width: 116px;
    height: 80px;
    border-radius: 9px !important;
    border: 1px solid rgba(17,37,60,.10) !important;
    opacity: .84;
    box-shadow: none;
    transition: opacity .2s ease, transform .2s ease, border-color .2s ease;
  }
  .inmoLb.isClassic .inmoLbThumb:hover{
    opacity: 1;
    transform: translateY(-1px);
  }
  .inmoLb.isClassic .inmoLbThumb.isActive{
    border-color: #11253C !important;
    box-shadow: 0 0 0 1px rgba(17,37,60,.16);
    opacity: 1;
  }
}
