/* ═══════════════════════════════════════════
   IMOVEL BROKERS — CSS Principal v3.0 limpio
   Prefijo: ib-  |  Enterweb © 2026
═══════════════════════════════════════════ */

:root {
  --ib-navy:   #103B73;
  --ib-blue:   #0E4473;
  --ib-slate:  #2C4459;
  --ib-light:  #F2F2F2;
  --ib-dark:   #404040;
  --ib-white:  #FFFFFF;
  --ib-green:  #25D366;
  --ib-gold:   #C9A84C;
  --ib-border: #e0e5ee;
  --ib-text:   #1A1A2E;
  --ib-muted:  #888888;
  --ib-radius: 6px;
  --ib-shadow: 0 4px 20px rgba(16,59,115,.10);
}

*, *::before, *::after { box-sizing: border-box; }
body.ib-site { font-family: 'Segoe UI', system-ui, -apple-system, sans-serif; color: var(--ib-text); }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }

/* ════════════════════════════════
   BARRA PROMO
════════════════════════════════ */
.ib-promo-bar {
  background: var(--ib-gold);
  padding: 7px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.ib-promo-bar span {
  font-size: 12px;
  font-weight: 700;
  color: var(--ib-navy);
  letter-spacing: .02em;
}

/* ════════════════════════════════
   HEADER
════════════════════════════════ */
.ib-header {
  background: var(--ib-white);
  border-bottom: 1px solid var(--ib-border);
  box-shadow: 0 2px 8px rgba(16,59,115,.06);
  position: sticky;
  top: 0;
  z-index: 999;
}
.ib-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  height: 76px;
}
.ib-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.ib-logo-img { height: 48px; width: auto; object-fit: contain; }
.ib-brand-icon { width: 40px; height: 40px; background: var(--ib-navy); border-radius: 4px; display: flex; align-items: center; justify-content: center; }
.ib-brand-text { font-size: 15px; font-weight: 900; color: var(--ib-navy); letter-spacing: .03em; line-height: 1; }
.ib-brand-text span { color: var(--ib-gold); }

.ib-nav-links { display: flex; align-items: center; gap: 32px; list-style: none; margin: 0; padding: 0; }
.ib-nav-links li { list-style: none; padding: 0; margin: 0; }
.ib-nav-links li::marker { display: none; content: none; }
.ib-nav-links a { font-size: 15px; font-weight: 400; color: var(--ib-text); text-decoration: none; padding-bottom: 2px; border-bottom: 2px solid transparent; transition: color .2s, border-color .2s; }
.ib-nav-links a:hover { color: var(--ib-navy); border-bottom-color: var(--ib-gold); }

.ib-btn-cta { background: var(--ib-navy); color: #fff; padding: 10px 28px; border-radius: 4px; font-size: 14px; font-weight: 600; text-decoration: none; transition: background .2s; }
.ib-btn-cta:hover { background: var(--ib-blue); color: #fff; }

/* ════════════════════════════════
   HEADER + BARRA PROMO — RESPONSIVE (768px)
   .ib-header-inner tiene height fijo de 76px y .ib-nav-links/.ib-btn-cta
   nunca colapsan a un menú hamburguesa: en mobile los 6 links + el CTA
   se apretaban en una sola fila fija y se superponían. Se pasa a wrap
   con altura auto, y se oculta el CTA suelto porque "Contacto" ya
   existe como link dentro de .ib-nav-links (evita el botón duplicado).
════════════════════════════════ */
@media (max-width: 768px) {
  .ib-promo-bar { padding: 6px 16px; gap: 6px; }
  .ib-promo-bar svg { flex-shrink: 0; width: 11px; height: 11px; }
  .ib-promo-bar span { font-size: 10.5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: calc(100vw - 90px); }

  .ib-header-inner { height: auto; flex-wrap: wrap; row-gap: 10px; padding: 12px 16px; }
  .ib-nav-links { order: 3; width: 100%; flex-wrap: wrap; justify-content: center; gap: 6px 16px; }
  .ib-nav-links a { font-size: 13px; }
  .ib-btn-cta { display: none; }
}

/* ════════════════════════════════
   HERO — layout principal
════════════════════════════════ */
.ib-hero {
  background: var(--ib-navy);
  position: relative;
  overflow: hidden;
  min-height: 560px;
  display: flex;
  align-items: center;
}
.ib-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='680' height='420'%3E%3Crect width='680' height='420' fill='none'/%3E%3Cg stroke='white' stroke-width='1.2' opacity='0.09'%3E%3Cline x1='15' y1='0' x2='15' y2='420'/%3E%3Cline x1='28' y1='0' x2='28' y2='420'/%3E%3Cline x1='48' y1='0' x2='48' y2='420'/%3E%3Cline x1='62' y1='0' x2='62' y2='420'/%3E%3Cline x1='85' y1='0' x2='85' y2='420'/%3E%3Cline x1='100' y1='0' x2='100' y2='420'/%3E%3Cline x1='122' y1='0' x2='122' y2='420'/%3E%3Cline x1='138' y1='0' x2='138' y2='420'/%3E%3Cline x1='162' y1='0' x2='162' y2='420'/%3E%3Cline x1='178' y1='0' x2='178' y2='420'/%3E%3Cline x1='200' y1='0' x2='200' y2='420'/%3E%3Cline x1='216' y1='0' x2='216' y2='420'/%3E%3Cline x1='240' y1='0' x2='240' y2='420'/%3E%3Cline x1='256' y1='0' x2='256' y2='420'/%3E%3Cline x1='280' y1='0' x2='280' y2='420'/%3E%3Cline x1='296' y1='0' x2='296' y2='420'/%3E%3Cline x1='320' y1='0' x2='320' y2='420'/%3E%3Cline x1='336' y1='0' x2='336' y2='420'/%3E%3C/g%3E%3Cg stroke='%23C9A84C' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round' opacity='0.22'%3E%3Cpolyline points='-30,60 100,190 230,60'/%3E%3Cpolyline points='-30,100 100,230 230,100'/%3E%3Cpolyline points='-30,140 100,270 230,140'/%3E%3Cpolyline points='-30,180 100,310 230,180'/%3E%3Cpolyline points='-30,220 100,350 230,220'/%3E%3Cpolyline points='-30,260 100,390 230,260'/%3E%3Cpolyline points='-30,300 100,430 230,300'/%3E%3C/g%3E%3Cg stroke='%23C9A84C' stroke-width='1' fill='none' stroke-linecap='round' stroke-linejoin='round' opacity='0.14'%3E%3Cpolyline points='80,0 200,120 320,0'/%3E%3Cpolyline points='80,50 200,170 320,50'/%3E%3Cpolyline points='80,100 200,220 320,100'/%3E%3Cpolyline points='80,150 200,270 320,150'/%3E%3Cpolyline points='80,200 200,320 320,200'/%3E%3Cpolyline points='80,250 200,370 320,250'/%3E%3Cpolyline points='80,300 200,420 320,300'/%3E%3C/g%3E%3Cg stroke='white' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round' opacity='0.18'%3E%3Cpolyline points='180,0 280,100 380,0'/%3E%3Cpolyline points='180,60 280,160 380,60'/%3E%3Cpolyline points='180,120 280,220 380,120'/%3E%3Cpolyline points='180,180 280,280 380,180'/%3E%3Cpolyline points='180,240 280,340 380,240'/%3E%3Cpolyline points='180,300 280,400 380,300'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
}
.ib-hero-img-right {
  position: absolute;
  top: 0; right: 0;
  width: 58%; height: 100%;
  background-size: cover;
  background-position: 80% center;
  z-index: 1;
}
.ib-hero-img-right::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to right, #103B73 0%, rgba(16,59,115,.85) 25%, rgba(16,59,115,.40) 60%, rgba(16,59,115,.20) 100%);
  z-index: 2;
}
.ib-hero-img-right::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent 60%, rgba(16,59,115,.60) 100%);
  z-index: 3;
}
.ib-hero-shape {
  position: absolute; top: 0; right: 0;
  width: 45%; height: 100%;
  background: var(--ib-slate);
  clip-path: polygon(15% 0,100% 0,100% 100%,0% 100%);
  opacity: .30;
  pointer-events: none;
  z-index: 2;
}
.ib-hero-circle-1 {
  position: absolute; top: -60px; left: -60px;
  width: 320px; height: 320px;
  border: 1px solid rgba(201,168,76,.12);
  border-radius: 50%; pointer-events: none; z-index: 2;
}
.ib-hero-circle-2 {
  position: absolute; top: 30px; left: 50px;
  width: 190px; height: 190px;
  border: 1px solid rgba(201,168,76,.08);
  border-radius: 50%; pointer-events: none; z-index: 2;
}
.ib-hero-inner {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 32px 0px;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 48px;
  align-items: center;
}
.ib-hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ib-hero-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.ib-hero-eyebrow-line { width: 36px; height: 1px; background: var(--ib-gold); flex-shrink: 0; }
.ib-hero-eyebrow-text { font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--ib-gold); }
.ib-hero h1 { font-size: 52px; font-weight: 900; color: #fff; line-height: 1.05; margin-bottom: 20px; }
.ib-hero h1 span { color: var(--ib-gold); }
.ib-hero-desc { font-size: 17px; color: rgba(255,255,255,.75); line-height: 1.75; max-width: 500px; margin-bottom: 36px; }
.ib-hero-btns { display: flex; flex-direction: row; gap: 14px; flex-wrap: wrap; margin-bottom: 48px; align-items: center; }
.ib-btn-primary { background: var(--ib-gold); color: var(--ib-navy); padding: 14px 32px; border-radius: 3px; font-size: 13px; font-weight: 800; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; transition: opacity .2s; display: inline-block; }
.ib-btn-primary:hover { opacity: .88; color: var(--ib-navy); }
.ib-btn-outline { border: 2px solid rgba(255,255,255,.85); color: #fff; padding: 14px 32px; border-radius: 3px; font-size: 13px; font-weight: 600; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; transition: background .2s; display: inline-block; }
.ib-btn-outline:hover { background: rgba(255,255,255,.12); color: #fff; }

/* ════════════════════════════════
   HERO DERECHA — cards glassmorphism
════════════════════════════════ */
.ib-hero-right {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  align-self: flex-start;
}
.ib-glass-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(10,35,71,.55);
  border: 1px solid rgba(201,168,76,.25);
  border-radius: 8px;
  padding: 16px 18px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(8px);
  transition: background .2s, border-color .2s;
}
.ib-glass-card:hover { background: rgba(255,255,255,.16); border-color: rgba(201,168,76,.55); }
.ib-glass-featured { border-color: rgba(255,255,255,.15) !important; background: rgba(255,255,255,.10) !important; }
.ib-glass-icon { width: 44px; height: 44px; background: rgba(201,168,76,.18); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--ib-gold); }
.ib-glass-body { flex: 1; min-width: 0; }
.ib-glass-tag { font-size: 9px; font-weight: 700; color: var(--ib-gold); letter-spacing: .10em; text-transform: uppercase; margin-bottom: 3px; }
.ib-glass-value { font-size: 20px; font-weight: 900; color: #fff; line-height: 1.1; margin-bottom: 3px; }
.ib-glass-label { font-size: 11px; color: rgba(255,255,255,.70); line-height: 1.4; }

/* ════════════════════════════════
   BARRA DE BÚSQUEDA
════════════════════════════════ */
.ib-search-bar { background: var(--ib-white); border-bottom: 1px solid var(--ib-border); box-shadow: 0 4px 20px rgba(16,59,115,.08); }
.ib-search-bar-inner { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
.ib-search-form { display: flex; align-items: center; border: 1px solid var(--ib-border); border-radius: 4px; overflow: hidden; }
.ib-search-field { flex: 1; height: 52px; padding: 0 20px; border-right: 1px solid var(--ib-border); min-width: 0; display: flex; flex-direction: column; justify-content: center; }
.ib-search-field label { display: block; font-size: 10px; font-weight: 700; letter-spacing: .10em; text-transform: uppercase; color: var(--ib-navy); margin-bottom: 2px; }
.ib-search-field select, .ib-search-field input { width: 100%; border: none; font-size: 14px; color: var(--ib-dark); background: transparent; outline: none; cursor: pointer; font-family: inherit; appearance: none; -webkit-appearance: none; }
.ib-search-field input::placeholder { color: #bbb; }
.ib-search-submit { background: var(--ib-navy); color: #fff; border: none; height: 52px; padding: 0 32px; display: flex; align-items: center; gap: 10px; cursor: pointer; white-space: nowrap; transition: background .2s; font-family: inherit; }
.ib-search-submit:hover { background: var(--ib-blue); }
.ib-search-submit span { font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }

/* ════════════════════════════════
   SECCIONES
════════════════════════════════ */
.ib-section { padding: 72px 0; }
.ib-section-light { background: var(--ib-light); }
.ib-section-white { background: var(--ib-white); }
.ib-container { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
.ib-section-eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.ib-eyebrow-line { width: 36px; height: 2px; background: var(--ib-gold); flex-shrink: 0; }
.ib-eyebrow-text { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ib-gold); }
.ib-section-title { font-size: 32px; font-weight: 800; color: var(--ib-navy); }
.ib-section-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 32px; }
.ib-section-link { font-size: 13px; color: var(--ib-navy); font-weight: 600; border-bottom: 1px solid var(--ib-navy); text-decoration: none; padding-bottom: 2px; transition: color .2s, border-color .2s; }
.ib-section-link:hover { color: var(--ib-gold); border-color: var(--ib-gold); }

/* ════════════════════════════════
   CARDS PROPIEDADES
════════════════════════════════ */
.ib-props-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.ib-prop-card { background: var(--ib-white); border-radius: var(--ib-radius); overflow: hidden; border: 1px solid var(--ib-border); transition: transform .25s, box-shadow .25s; }
.ib-prop-card:hover { transform: translateY(-4px); box-shadow: var(--ib-shadow); }
.ib-prop-img { height: 185px; position: relative; overflow: hidden; background: linear-gradient(135deg,var(--ib-navy),var(--ib-slate)); }
.ib-prop-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ib-prop-badge { position: absolute; top: 12px; left: 12px; font-size: 10px; font-weight: 800; padding: 4px 10px; border-radius: 2px; letter-spacing: .06em; text-transform: uppercase; }
.ib-prop-badge.venta { background: var(--ib-gold); color: var(--ib-navy); }
.ib-prop-badge.arriendo { background: var(--ib-slate); color: #fff; border: 1px solid rgba(255,255,255,.3); }
.ib-prop-price-overlay { position: absolute; bottom: 12px; right: 12px; background: rgba(0,0,0,.55); color: #fff; font-size: 13px; font-weight: 800; padding: 5px 12px; border-radius: 3px; }
.ib-prop-labels { position: absolute; top: 42px; left: 12px; display: flex; flex-direction: column; gap: 4px; }
/* Variante para la ficha individual: dentro del hero, junto al badge
   VENTA/ARRIENDO, en vez de flotar sobre la foto (ahí ya está la cinta
   de regalo en la esquina y se pisarían). */
.ib-prop-labels.is-inline { position: static; flex-direction: row; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.ib-prop-label { color: #fff; font-size: 10px; font-weight: 700; padding: 3px 10px; border-radius: 2px; letter-spacing: .04em; text-transform: uppercase; white-space: nowrap; box-shadow: 0 1px 4px rgba(0,0,0,.25); }
/* Etiqueta "Reserva de regalo": tag con pliegue y muesca inferior (clip-path),
   no una cinta diagonal — mismo lenguaje visual que la referencia de diseño. */
.ib-ribbon-regalo {
  --f: 6px;  /* grosor del pliegue superior */
  --n: 9px;  /* profundidad de la muesca inferior */
  position: absolute;
  top: calc(-1 * var(--f));
  right: 14px;
  z-index: 3;
  min-width: 68px;
  max-width: 92px;
  padding: 19px 9px 10px;
  background: #C62828;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  letter-spacing: .02em;
  border-left: var(--f) solid rgba(0,0,0,.35);
  clip-path: polygon(var(--f) 0, 100% 0, 100% 100%, calc(50% + var(--f)/2) calc(100% - var(--n)), var(--f) 100%, var(--f) var(--f), 0 var(--f));
  box-shadow: 0 2px 6px rgba(0,0,0,.3);
  pointer-events: none;
}
.ib-ribbon-regalo.is-left { right: auto; left: 14px; }
.ib-ribbon-regalo-icon { display: block; margin: 0 auto 2px; fill: var(--ib-gold); }
/* Variante "diagonal": cinta rotada en la esquina, clip por overflow:hidden
   del contenedor (.ib-prop-img en cards, .ib-single-hero en la ficha; misma
   técnica que un ribbon de e-commerce). El "top" debe dejar suficiente
   holgura vertical para que el contenido (ícono+texto) no quede dentro de
   la zona que el clip del contenedor recorta en los dos extremos de la
   cinta — con poca holgura, textos largos ("Última Unidad") pierden la
   última letra. El texto además lleva max-width+ellipsis como respaldo. */
.ib-ribbon-regalo.is-diagonal {
  top: 40px;
  right: -40px;
  min-width: 0;
  max-width: none;
  width: 160px;
  padding: 5px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  line-height: 1.15;
  border-left: none;
  clip-path: none;
  transform: rotate(45deg);
}
.ib-ribbon-regalo.is-diagonal .ib-ribbon-regalo-icon { margin: 0; width: 14px; height: 14px; flex-shrink: 0; }
.ib-ribbon-regalo.is-diagonal > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 100px; }
.ib-ribbon-regalo.is-diagonal.is-left { right: auto; left: -40px; transform: rotate(-45deg); }
.ib-prop-body { padding: 16px 18px 18px; }
.ib-prop-title { font-size: 15px; font-weight: 700; color: var(--ib-text); margin-bottom: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ib-prop-location { font-size: 12px; color: var(--ib-muted); margin-bottom: 12px; }
.ib-prop-pills { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 14px; }
.ib-pill { background: var(--ib-light); color: var(--ib-dark); font-size: 11px; padding: 3px 10px; border-radius: 20px; font-weight: 600; }
.ib-prop-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.ib-btn-detail { display: block; text-align: center; background: var(--ib-navy); color: #fff; padding: 9px; border-radius: 3px; font-size: 12px; font-weight: 700; text-decoration: none; letter-spacing: .04em; text-transform: uppercase; transition: background .2s; }
.ib-btn-detail:hover { background: var(--ib-blue); color: #fff; }
.ib-btn-wa { display: block; text-align: center; background: var(--ib-green); color: #fff; padding: 9px; border-radius: 3px; font-size: 12px; font-weight: 700; text-decoration: none; letter-spacing: .04em; text-transform: uppercase; transition: opacity .2s; }
.ib-btn-wa:hover { opacity: .88; color: #fff; }

/* ════════════════════════════════
   FEATURES
════════════════════════════════ */
.ib-features-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.ib-feature { padding: 32px 28px; border: 1px solid var(--ib-border); border-top: 3px solid var(--ib-gold); border-radius: var(--ib-radius); transition: box-shadow .25s, transform .25s; }
.ib-feature:hover { box-shadow: var(--ib-shadow); transform: translateY(-3px); }
.ib-feature-icon { width: 52px; height: 52px; background: rgba(16,59,115,.07); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; color: var(--ib-navy); }
.ib-feature h4 { font-size: 16px; font-weight: 700; color: var(--ib-navy); margin-bottom: 10px; }
.ib-feature p { font-size: 14px; color: #666; line-height: 1.65; }

/* ════════════════════════════════
   BANNER CTA
════════════════════════════════ */
.ib-cta-banner { background: linear-gradient(135deg,var(--ib-navy) 0%,var(--ib-slate) 100%); padding: 64px 32px; text-align: center; }
.ib-cta-eyebrow { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 12px; }
.ib-cta-banner h2 { font-size: 34px; font-weight: 800; color: #fff; margin-bottom: 12px; }
.ib-cta-banner p { font-size: 16px; color: rgba(255,255,255,.72); margin-bottom: 36px; }
.ib-cta-form { display: flex; flex-wrap: wrap; gap: 10px; max-width: 900px; margin: 0 auto; background: rgba(255,255,255,.10); padding: 14px; border-radius: var(--ib-radius); }
.ib-cta-form input,
.ib-cta-form select { flex: 1; padding: 12px 16px; border: none; border-radius: 3px; font-size: 14px; outline: none; font-family: inherit; min-width: 140px; background: #fff; color: var(--ib-navy); }
.ib-cta-form input[name="bp_descripcion"] { flex: 2; min-width: 220px; }
.ib-cta-submit { background: var(--ib-gold); color: var(--ib-navy); border: none; padding: 12px 28px; border-radius: 3px; font-size: 13px; font-weight: 800; cursor: pointer; white-space: nowrap; letter-spacing: .04em; font-family: inherit; transition: opacity .2s; }
.ib-cta-submit:hover { opacity: .88; }
#bp-mensaje { max-width: 900px; margin: 16px auto 0; padding: 12px 18px; border-radius: 6px; font-size: 14px; }
#bp-mensaje.bp-mensaje-ok { background: rgba(255,255,255,.16); color: #fff; }
#bp-mensaje.bp-mensaje-error { background: rgba(214,54,56,.18); color: #fff; }

/* ════════════════════════════════
   FOOTER
════════════════════════════════ */
.ib-footer { background: #0A2347; color: rgba(255,255,255,.70); padding: 56px 0 0; }
.ib-footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; max-width: 1200px; margin: 0 auto; padding: 0 32px 48px; }
.ib-footer-logo img { height: 56px; width: auto; object-fit: contain; filter: brightness(0) invert(1); margin-bottom: 16px; }
.ib-footer-desc { font-size: 14px; line-height: 1.7; color: rgba(255,255,255,.55); }
.ib-footer h5 { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ib-gold); margin-bottom: 16px; }
.ib-footer ul { list-style: none; margin: 0; padding: 0; }
.ib-footer ul li { margin-bottom: 10px; }
.ib-footer ul a { font-size: 14px; color: rgba(255,255,255,.60); text-decoration: none; transition: color .2s; }
.ib-footer ul a:hover { color: var(--ib-gold); }
.ib-footer-bar { border-top: 1px solid rgba(255,255,255,.08); text-align: center; padding: 20px 24px; font-size: 13px; color: rgba(255,255,255,.35); }

/* ════════════════════════════════
   PÁGINAS INTERNAS
════════════════════════════════ */
.ib-page-hero { background: linear-gradient(135deg,var(--ib-navy) 0%,var(--ib-slate) 100%); padding: 64px 32px; text-align: center; }
.ib-page-hero h1 { font-size: 40px; font-weight: 800; color: #fff; margin-bottom: 12px; }
.ib-page-hero p { font-size: 16px; color: rgba(255,255,255,.72); }

/* ════════════════════════════════
   CONTACTO — HERO
════════════════════════════════ */
.ib-contact-hero {
  position: relative;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background-color: var(--ib-navy);
  background-size: cover;
  background-position: center;
}
.ib-contact-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='680' height='420'%3E%3Crect width='680' height='420' fill='none'/%3E%3Cg stroke='white' stroke-width='1.2' opacity='0.09'%3E%3Cline x1='15' y1='0' x2='15' y2='420'/%3E%3Cline x1='28' y1='0' x2='28' y2='420'/%3E%3Cline x1='48' y1='0' x2='48' y2='420'/%3E%3Cline x1='62' y1='0' x2='62' y2='420'/%3E%3Cline x1='85' y1='0' x2='85' y2='420'/%3E%3Cline x1='100' y1='0' x2='100' y2='420'/%3E%3Cline x1='122' y1='0' x2='122' y2='420'/%3E%3Cline x1='138' y1='0' x2='138' y2='420'/%3E%3Cline x1='162' y1='0' x2='162' y2='420'/%3E%3Cline x1='178' y1='0' x2='178' y2='420'/%3E%3Cline x1='200' y1='0' x2='200' y2='420'/%3E%3Cline x1='216' y1='0' x2='216' y2='420'/%3E%3Cline x1='240' y1='0' x2='240' y2='420'/%3E%3Cline x1='256' y1='0' x2='256' y2='420'/%3E%3Cline x1='280' y1='0' x2='280' y2='420'/%3E%3Cline x1='296' y1='0' x2='296' y2='420'/%3E%3Cline x1='320' y1='0' x2='320' y2='420'/%3E%3Cline x1='336' y1='0' x2='336' y2='420'/%3E%3C/g%3E%3Cg stroke='%23C9A84C' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round' opacity='0.22'%3E%3Cpolyline points='-30,60 100,190 230,60'/%3E%3Cpolyline points='-30,100 100,230 230,100'/%3E%3Cpolyline points='-30,140 100,270 230,140'/%3E%3Cpolyline points='-30,180 100,310 230,180'/%3E%3Cpolyline points='-30,220 100,350 230,220'/%3E%3Cpolyline points='-30,260 100,390 230,260'/%3E%3Cpolyline points='-30,300 100,430 230,300'/%3E%3C/g%3E%3Cg stroke='%23C9A84C' stroke-width='1' fill='none' stroke-linecap='round' stroke-linejoin='round' opacity='0.14'%3E%3Cpolyline points='80,0 200,120 320,0'/%3E%3Cpolyline points='80,50 200,170 320,50'/%3E%3Cpolyline points='80,100 200,220 320,100'/%3E%3Cpolyline points='80,150 200,270 320,150'/%3E%3Cpolyline points='80,200 200,320 320,200'/%3E%3Cpolyline points='80,250 200,370 320,250'/%3E%3Cpolyline points='80,300 200,420 320,300'/%3E%3C/g%3E%3Cg stroke='white' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round' opacity='0.18'%3E%3Cpolyline points='180,0 280,100 380,0'/%3E%3Cpolyline points='180,60 280,160 380,60'/%3E%3Cpolyline points='180,120 280,220 380,120'/%3E%3Cpolyline points='180,180 280,280 380,180'/%3E%3Cpolyline points='180,240 280,340 380,240'/%3E%3Cpolyline points='180,300 280,400 380,300'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
}
.ib-contact-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(10,28,60,.65);
}
.ib-contact-hero-content { position: relative; z-index: 3; max-width: 640px; padding: 0 24px; }
.ib-contact-breadcrumb { font-size: 13px; font-weight: 600; letter-spacing: 1px; margin-bottom: 8px; }
.ib-contact-breadcrumb a { color: rgba(255,255,255,.6); text-decoration: none; transition: color .2s; }
.ib-contact-breadcrumb a:hover { color: rgba(255,255,255,1); }
.ib-contact-breadcrumb-current { color: rgba(255,255,255,.6); }
.ib-contact-breadcrumb-sep { color: rgba(255,255,255,.4); margin: 0 6px; }
.ib-contact-hero h1 { font-size: 42px; font-weight: 800; color: #fff; margin-bottom: 12px; }
.ib-contact-hero p { font-size: 16px; color: rgba(255,255,255,.80); }

/* ════════════════════════════════
   CONTACTO — INFO + FORMULARIO
════════════════════════════════ */
.ib-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; max-width: 1200px; margin: 0 auto; padding: 72px 32px; }
.ib-contact-info h3, .ib-contact-form-wrap h3 { font-size: 22px; font-weight: 700; color: var(--ib-navy); margin-bottom: 28px; }

.ib-contact-card { display: flex; gap: 16px; align-items: flex-start; background: #fff; border-left: 3px solid var(--ib-gold); border-radius: 4px; box-shadow: var(--ib-shadow); padding: 18px 20px; margin-bottom: 16px; }
.ib-contact-card-icon { width: 28px; height: 28px; flex-shrink: 0; margin-top: 2px; display: flex; align-items: center; justify-content: center; color: var(--ib-gold); }
.ib-contact-card-label { font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--ib-muted); margin-bottom: 3px; }
.ib-contact-card-value { font-size: 15px; font-weight: 700; color: var(--ib-navy); }

.ib-contact-social { display: flex; gap: 14px; margin-top: 12px; }
.ib-contact-social a { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--ib-gold); color: var(--ib-gold); display: flex; align-items: center; justify-content: center; transition: background .2s, color .2s; }
.ib-contact-social a:hover { background: var(--ib-gold); color: #fff; }

.ib-contact-field { margin-bottom: 18px; }
.ib-contact-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ib-contact-field label { display: block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: var(--ib-navy); margin-bottom: 6px; }
.ib-contact-field input, .ib-contact-field textarea { width: 100%; border: none; border-bottom: 1px solid rgba(16,59,115,.25); padding: 10px 2px; font-size: 14px; font-family: inherit; background: transparent; outline: none; transition: border-color .2s; }
.ib-contact-field input:focus, .ib-contact-field textarea:focus { border-bottom-color: var(--ib-navy); }
.ib-contact-field textarea { min-height: 140px; resize: vertical; }
.ib-contact-submit { width: 100%; background: var(--ib-navy); color: #fff; border: none; border-radius: 4px; padding: 14px 32px; font-size: 14px; font-weight: 700; letter-spacing: .04em; font-family: inherit; cursor: pointer; margin-top: 8px; transition: background .2s, color .2s; }
.ib-contact-submit:hover { background: var(--ib-gold); color: var(--ib-navy); }

/* ════════════════════════════════
   ARCHIVE PROPIEDADES
════════════════════════════════ */
.ib-archive-layout { max-width: 1200px; margin: 0 auto; padding: 48px 32px; }
.ib-archive-filters { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 36px; padding: 20px; background: var(--ib-light); border-radius: var(--ib-radius); }
.ib-filter-field { flex: 1; min-width: 160px; }
.ib-filter-field label { display: block; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--ib-navy); margin-bottom: 5px; }
.ib-filter-field select, .ib-filter-field input { width: 100%; padding: 9px 12px; border: 1px solid var(--ib-border); border-radius: 3px; font-size: 13px; background: #fff; font-family: inherit; outline: none; }
.ib-btn-filter { background: var(--ib-navy); color: #fff; border: none; padding: 9px 24px; border-radius: 3px; font-size: 13px; font-weight: 700; cursor: pointer; align-self: flex-end; font-family: inherit; letter-spacing: .04em; transition: background .2s; }
.ib-btn-filter:hover { background: var(--ib-blue); }

/* ════════════════════════════════
   SINGLE PROPIEDAD
════════════════════════════════ */
.ib-single-grid { display: grid; grid-template-columns: 1fr 360px; gap: 32px; max-width: 1200px; margin: 0 auto; padding: 40px 32px; align-items: start; }
.ib-single-aside { position: sticky; top: 84px; }
.ib-aside-card { background: #fff; border: 1px solid var(--ib-border); border-radius: 8px; padding: 24px; margin-bottom: 16px; }
.ib-aside-price { font-size: 32px; font-weight: 900; color: var(--ib-navy); margin-bottom: 4px; }
.ib-aside-price-clp { font-size: 13px; color: var(--ib-muted); margin-bottom: 20px; }

/* ════════════════════════════════
   PÁGINA NOSOTROS — HERO
════════════════════════════════ */
.ib-about-hero {
  position: relative;
  height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background-color: var(--ib-navy);
  background-size: cover;
  background-position: center;
}
.ib-about-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='680' height='420'%3E%3Crect width='680' height='420' fill='none'/%3E%3Cg stroke='white' stroke-width='1.2' opacity='0.09'%3E%3Cline x1='15' y1='0' x2='15' y2='420'/%3E%3Cline x1='28' y1='0' x2='28' y2='420'/%3E%3Cline x1='48' y1='0' x2='48' y2='420'/%3E%3Cline x1='62' y1='0' x2='62' y2='420'/%3E%3Cline x1='85' y1='0' x2='85' y2='420'/%3E%3Cline x1='100' y1='0' x2='100' y2='420'/%3E%3Cline x1='122' y1='0' x2='122' y2='420'/%3E%3Cline x1='138' y1='0' x2='138' y2='420'/%3E%3Cline x1='162' y1='0' x2='162' y2='420'/%3E%3Cline x1='178' y1='0' x2='178' y2='420'/%3E%3Cline x1='200' y1='0' x2='200' y2='420'/%3E%3Cline x1='216' y1='0' x2='216' y2='420'/%3E%3Cline x1='240' y1='0' x2='240' y2='420'/%3E%3Cline x1='256' y1='0' x2='256' y2='420'/%3E%3Cline x1='280' y1='0' x2='280' y2='420'/%3E%3Cline x1='296' y1='0' x2='296' y2='420'/%3E%3Cline x1='320' y1='0' x2='320' y2='420'/%3E%3Cline x1='336' y1='0' x2='336' y2='420'/%3E%3C/g%3E%3Cg stroke='%23C9A84C' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round' opacity='0.22'%3E%3Cpolyline points='-30,60 100,190 230,60'/%3E%3Cpolyline points='-30,100 100,230 230,100'/%3E%3Cpolyline points='-30,140 100,270 230,140'/%3E%3Cpolyline points='-30,180 100,310 230,180'/%3E%3Cpolyline points='-30,220 100,350 230,220'/%3E%3Cpolyline points='-30,260 100,390 230,260'/%3E%3Cpolyline points='-30,300 100,430 230,300'/%3E%3C/g%3E%3Cg stroke='%23C9A84C' stroke-width='1' fill='none' stroke-linecap='round' stroke-linejoin='round' opacity='0.14'%3E%3Cpolyline points='80,0 200,120 320,0'/%3E%3Cpolyline points='80,50 200,170 320,50'/%3E%3Cpolyline points='80,100 200,220 320,100'/%3E%3Cpolyline points='80,150 200,270 320,150'/%3E%3Cpolyline points='80,200 200,320 320,200'/%3E%3Cpolyline points='80,250 200,370 320,250'/%3E%3Cpolyline points='80,300 200,420 320,300'/%3E%3C/g%3E%3Cg stroke='white' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round' opacity='0.18'%3E%3Cpolyline points='180,0 280,100 380,0'/%3E%3Cpolyline points='180,60 280,160 380,60'/%3E%3Cpolyline points='180,120 280,220 380,120'/%3E%3Cpolyline points='180,180 280,280 380,180'/%3E%3Cpolyline points='180,240 280,340 380,240'/%3E%3Cpolyline points='180,300 280,400 380,300'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
}
.ib-about-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(10,28,60,.60);
}
.ib-about-hero-content { position: relative; z-index: 3; max-width: 700px; padding: 0 24px; }
.ib-about-hero h1 { font-size: 56px; font-weight: 800; color: #fff; margin-bottom: 14px; line-height: 1.1; }
.ib-about-hero p { font-size: 17px; color: rgba(255,255,255,.80); }

/* ════════════════════════════════
   PÁGINA NOSOTROS — QUIÉNES SOMOS
════════════════════════════════ */
.ib-about-intro { display: grid; grid-template-columns: 55% 45%; gap: 56px; max-width: 1200px; margin: 0 auto; padding: 80px 32px; align-items: center; background: #fff; }
.ib-about-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--ib-gold); margin-bottom: 14px; }
.ib-about-intro-text h2 { font-size: 32px; font-weight: 800; color: var(--ib-navy); margin-bottom: 20px; line-height: 1.25; }
.ib-about-intro-text p { font-size: 15px; color: #5A6A7A; line-height: 1.75; margin-bottom: 16px; }
.ib-about-intro-img { height: 380px; border-radius: 12px; background-size: cover; background-position: center; }

/* ════════════════════════════════
   PÁGINA NOSOTROS — MISIÓN Y VISIÓN
════════════════════════════════ */
.ib-about-mv { background: var(--ib-navy); padding: 80px 32px; }
.ib-about-mv-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; gap: 48px; align-items: start; }
.ib-about-mv-divider { width: 1px; background: rgba(201,168,76,.35); align-self: stretch; }
.ib-about-mv-col { text-align: center; padding: 0 16px; }
.ib-about-mv-icon { width: 56px; height: 56px; margin: 0 auto 20px; border-radius: 50%; background: rgba(201,168,76,.12); display: flex; align-items: center; justify-content: center; color: var(--ib-gold); }
.ib-about-mv-col h3 { font-size: 22px; font-weight: 700; color: #fff; margin-bottom: 16px; }
.ib-about-mv-col p { font-size: 15px; color: rgba(255,255,255,.75); line-height: 1.75; }

/* ════════════════════════════════
   PÁGINA NOSOTROS — VALORES
════════════════════════════════ */
.ib-about-values { background: #F8F9FA; padding: 80px 32px; }
.ib-about-values-inner { max-width: 1200px; margin: 0 auto; }
.ib-about-section-head { text-align: center; margin-bottom: 48px; }
.ib-about-section-head h2 { font-size: 32px; font-weight: 800; color: var(--ib-navy); }
.ib-about-values-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.ib-about-value-card { background: #fff; border-top: 3px solid var(--ib-gold); border-radius: 6px; padding: 32px 24px; text-align: center; box-shadow: var(--ib-shadow); }
.ib-about-value-icon { margin-bottom: 16px; display: flex; align-items: center; justify-content: center; }
.ib-about-value-icon svg { width: 40px; height: 40px; stroke: var(--ib-navy); }
.ib-about-value-card h4 { font-size: 17px; font-weight: 700; color: var(--ib-navy); margin-bottom: 10px; }
.ib-about-value-card p { font-size: 14px; color: #5A6A7A; line-height: 1.65; }

/* ════════════════════════════════
   PÁGINA NOSOTROS — EQUIPO
════════════════════════════════ */
.ib-about-team { background: #F8F9FA; padding: 80px 32px; }
.ib-about-team-inner { max-width: 1200px; margin: 0 auto; }
.ib-about-team-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; }
.ib-about-team-card { background: #fff; border-radius: 8px; padding: 40px 28px; text-align: center; box-shadow: var(--ib-shadow); }
.ib-about-team-avatar { width: 84px; height: 84px; border-radius: 50%; margin: 0 auto 18px; background: var(--ib-navy); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 24px; font-weight: 800; }
.ib-about-team-name { font-size: 17px; font-weight: 700; color: var(--ib-navy); margin-bottom: 4px; }
.ib-about-team-role { font-size: 13px; font-weight: 600; color: var(--ib-gold); text-transform: uppercase; letter-spacing: .04em; margin-bottom: 18px; }
.ib-about-team-divider { width: 32px; height: 2px; background: rgba(16,59,115,.15); margin: 0 auto 18px; }
.ib-about-team-social { display: flex; justify-content: center; gap: 14px; }
.ib-about-team-social a { width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--ib-gold); color: var(--ib-gold); display: flex; align-items: center; justify-content: center; transition: background .2s, color .2s; }
.ib-about-team-social a:hover { background: var(--ib-gold); color: #fff; }

/* ════════════════════════════════
   PARTNERS — ESTILOS COMPARTIDOS (usado por front-page.php)
════════════════════════════════ */
.ib-partner-item { display: flex; align-items: center; justify-content: center; padding: 16px 24px; }
.ib-partner-item img { max-height: 60px; width: auto; filter: brightness(0) invert(1); opacity: .7; transition: opacity .3s; }
.ib-partner-item img:hover { opacity: 1; }

/* ════════════════════════════════
   PÁGINA SERVICIOS — HERO
════════════════════════════════ */
.ib-srv-hero {
  position: relative;
  height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background-color: var(--ib-navy);
  background-size: cover;
  background-position: center;
}
.ib-srv-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='680' height='420'%3E%3Crect width='680' height='420' fill='none'/%3E%3Cg stroke='white' stroke-width='1.2' opacity='0.09'%3E%3Cline x1='15' y1='0' x2='15' y2='420'/%3E%3Cline x1='28' y1='0' x2='28' y2='420'/%3E%3Cline x1='48' y1='0' x2='48' y2='420'/%3E%3Cline x1='62' y1='0' x2='62' y2='420'/%3E%3Cline x1='85' y1='0' x2='85' y2='420'/%3E%3Cline x1='100' y1='0' x2='100' y2='420'/%3E%3Cline x1='122' y1='0' x2='122' y2='420'/%3E%3Cline x1='138' y1='0' x2='138' y2='420'/%3E%3Cline x1='162' y1='0' x2='162' y2='420'/%3E%3Cline x1='178' y1='0' x2='178' y2='420'/%3E%3Cline x1='200' y1='0' x2='200' y2='420'/%3E%3Cline x1='216' y1='0' x2='216' y2='420'/%3E%3Cline x1='240' y1='0' x2='240' y2='420'/%3E%3Cline x1='256' y1='0' x2='256' y2='420'/%3E%3Cline x1='280' y1='0' x2='280' y2='420'/%3E%3Cline x1='296' y1='0' x2='296' y2='420'/%3E%3Cline x1='320' y1='0' x2='320' y2='420'/%3E%3Cline x1='336' y1='0' x2='336' y2='420'/%3E%3C/g%3E%3Cg stroke='%23C9A84C' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round' opacity='0.22'%3E%3Cpolyline points='-30,60 100,190 230,60'/%3E%3Cpolyline points='-30,100 100,230 230,100'/%3E%3Cpolyline points='-30,140 100,270 230,140'/%3E%3Cpolyline points='-30,180 100,310 230,180'/%3E%3Cpolyline points='-30,220 100,350 230,220'/%3E%3Cpolyline points='-30,260 100,390 230,260'/%3E%3Cpolyline points='-30,300 100,430 230,300'/%3E%3C/g%3E%3Cg stroke='%23C9A84C' stroke-width='1' fill='none' stroke-linecap='round' stroke-linejoin='round' opacity='0.14'%3E%3Cpolyline points='80,0 200,120 320,0'/%3E%3Cpolyline points='80,50 200,170 320,50'/%3E%3Cpolyline points='80,100 200,220 320,100'/%3E%3Cpolyline points='80,150 200,270 320,150'/%3E%3Cpolyline points='80,200 200,320 320,200'/%3E%3Cpolyline points='80,250 200,370 320,250'/%3E%3Cpolyline points='80,300 200,420 320,300'/%3E%3C/g%3E%3Cg stroke='white' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round' opacity='0.18'%3E%3Cpolyline points='180,0 280,100 380,0'/%3E%3Cpolyline points='180,60 280,160 380,60'/%3E%3Cpolyline points='180,120 280,220 380,120'/%3E%3Cpolyline points='180,180 280,280 380,180'/%3E%3Cpolyline points='180,240 280,340 380,240'/%3E%3Cpolyline points='180,300 280,400 380,300'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
}
.ib-srv-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(10,28,60,.62);
}
.ib-srv-hero-content { position: relative; z-index: 3; max-width: 700px; padding: 0 24px; }
.ib-srv-hero h1 { font-size: 56px; font-weight: 800; color: #fff; margin-bottom: 14px; line-height: 1.1; }
.ib-srv-hero p { font-size: 17px; color: rgba(255,255,255,.80); }

/* ════════════════════════════════
   PÁGINA SERVICIOS — INTRO
════════════════════════════════ */
.ib-srv-intro { background: #fff; padding: 80px 32px; }
.ib-srv-intro-inner { max-width: 800px; margin: 0 auto; text-align: center; }
.ib-srv-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--ib-gold); margin-bottom: 14px; }
.ib-srv-intro-inner h2 { font-size: 32px; font-weight: 800; color: var(--ib-navy); margin-bottom: 20px; line-height: 1.25; }
.ib-srv-intro-inner p { font-size: 16px; color: #5A6A7A; line-height: 1.75; }

/* ════════════════════════════════
   PÁGINA SERVICIOS — 4 SERVICIOS
════════════════════════════════ */
.ib-srv-services { background: #F8F9FA; padding: 80px 32px; }
.ib-srv-services-inner { max-width: 1200px; margin: 0 auto; }
.ib-srv-services-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 28px; }
.ib-srv-card { background: #fff; border-top: 4px solid var(--ib-gold); border-radius: 6px; padding: 36px 32px; box-shadow: var(--ib-shadow); }
.ib-srv-card-icon { width: 56px; height: 56px; border-radius: 50%; background: rgba(201,168,76,.10); color: var(--ib-gold); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.ib-srv-card h3 { font-size: 19px; font-weight: 700; color: var(--ib-navy); margin-bottom: 12px; }
.ib-srv-card p { font-size: 14px; color: #5A6A7A; line-height: 1.7; margin-bottom: 16px; }
.ib-srv-card-link { font-size: 14px; font-weight: 700; color: var(--ib-gold); text-decoration: none; }
.ib-srv-card-link:hover { text-decoration: underline; }

/* ════════════════════════════════
   PÁGINA SERVICIOS — CTA FINAL
════════════════════════════════ */
.ib-srv-cta {
  position: relative;
  padding: 80px 0;
  background-color: var(--ib-navy);
  background-size: cover;
  background-position: center;
  text-align: center;
  overflow: hidden;
}
.ib-srv-cta::before { content: ''; position: absolute; inset: 0; z-index: 1; background: rgba(10,28,60,.78); }
.ib-srv-cta-content { position: relative; z-index: 2; max-width: 640px; margin: 0 auto; padding: 0 24px; }
.ib-srv-cta-content h2 { font-size: 42px; font-weight: 800; color: #fff; margin-bottom: 16px; }
.ib-srv-cta-content p { font-size: 16px; color: rgba(255,255,255,.80); margin-bottom: 32px; line-height: 1.7; }
.ib-srv-cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.ib-srv-btn-wa { display: inline-flex; align-items: center; gap: 8px; background: #25D366; color: #fff; padding: 14px 28px; border-radius: 6px; font-size: 15px; font-weight: 700; text-decoration: none; transition: background .2s; }
.ib-srv-btn-wa:hover { background: #1ebd5a; }
.ib-srv-btn-outline { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.6); padding: 14px 28px; border-radius: 6px; font-size: 15px; font-weight: 700; text-decoration: none; transition: background .2s, color .2s; }
.ib-srv-btn-outline:hover { background: #fff; color: var(--ib-navy); }

/* ════════════════════════════════
   HOME — HINT MÉTODO EN HERO
════════════════════════════════ */
.ib-hero-metodo-hint { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: -8px; margin-bottom: 8px; }
.ib-hero-metodo-hint span { font-size: 13px; color: var(--ib-gold); line-height: 1.5; }
.ib-hero-metodo-hint strong { color: var(--ib-gold); }
.ib-hero-metodo-hint a { color: var(--ib-navy); background: var(--ib-gold); padding: 6px 14px; border-radius: 20px; font-size: 12px; font-weight: 700; text-decoration: none; white-space: nowrap; transition: opacity .2s; }
.ib-hero-metodo-hint a:hover { opacity: .85; }

/* ════════════════════════════════
   HOME — MÉTODO IMOVEL™ Y PARTNERS
════════════════════════════════ */
.ib-home-section-head { text-align: center; margin-bottom: 20px; }
.ib-home-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--ib-gold); margin-bottom: 14px; }
.ib-home-section-head h2 { font-size: 32px; font-weight: 800; color: var(--ib-navy); }

.ib-home-metodo { background: var(--ib-navy); padding: 80px 32px; }
.ib-home-metodo-inner { max-width: 1200px; margin: 0 auto; }
.ib-home-metodo .ib-home-section-head h2 { color: #fff; }
.ib-home-metodo-subtitle { font-size: 16px; color: rgba(255,255,255,.70); max-width: 700px; margin: 0 auto 48px; line-height: 1.7; text-align: center; }
.ib-home-metodo-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.ib-home-metodo-card { background: rgba(255,255,255,.08); border-top: 3px solid var(--ib-gold); border-radius: 6px; padding: 28px 24px; }
.ib-home-metodo-letter { font-size: 48px; font-weight: 900; color: var(--ib-gold); margin-bottom: 12px; line-height: 1; }
.ib-home-metodo-card h4 { font-size: 17px; font-weight: 700; color: #fff; margin-bottom: 10px; }
.ib-home-metodo-card p { font-size: 14px; color: rgba(255,255,255,.75); line-height: 1.65; }
.ib-home-metodo-btn-wrap { text-align: center; margin-top: 48px; }
.ib-home-metodo-btn { display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.6); color: #fff; padding: 14px 28px; border-radius: 6px; font-size: 14px; font-weight: 700; text-decoration: none; transition: background .2s, color .2s; }
.ib-home-metodo-btn:hover { background: #fff; color: var(--ib-navy); }

.ib-home-partners { background: #F8F9FA; padding: 80px 32px; }
.ib-home-partners-inner { max-width: 1200px; margin: 0 auto; }
.ib-home-partners .ib-partner-item img { filter: none; opacity: 1; }

/* ════════════════════════════════
   PÁGINA METODOLOGÍA — HERO
════════════════════════════════ */
.ib-met-hero {
  position: relative;
  height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background-color: var(--ib-navy);
  background-size: cover;
  background-position: center;
}
.ib-met-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='680' height='420'%3E%3Crect width='680' height='420' fill='none'/%3E%3Cg stroke='white' stroke-width='1.2' opacity='0.09'%3E%3Cline x1='15' y1='0' x2='15' y2='420'/%3E%3Cline x1='28' y1='0' x2='28' y2='420'/%3E%3Cline x1='48' y1='0' x2='48' y2='420'/%3E%3Cline x1='62' y1='0' x2='62' y2='420'/%3E%3Cline x1='85' y1='0' x2='85' y2='420'/%3E%3Cline x1='100' y1='0' x2='100' y2='420'/%3E%3Cline x1='122' y1='0' x2='122' y2='420'/%3E%3Cline x1='138' y1='0' x2='138' y2='420'/%3E%3Cline x1='162' y1='0' x2='162' y2='420'/%3E%3Cline x1='178' y1='0' x2='178' y2='420'/%3E%3Cline x1='200' y1='0' x2='200' y2='420'/%3E%3Cline x1='216' y1='0' x2='216' y2='420'/%3E%3Cline x1='240' y1='0' x2='240' y2='420'/%3E%3Cline x1='256' y1='0' x2='256' y2='420'/%3E%3Cline x1='280' y1='0' x2='280' y2='420'/%3E%3Cline x1='296' y1='0' x2='296' y2='420'/%3E%3Cline x1='320' y1='0' x2='320' y2='420'/%3E%3Cline x1='336' y1='0' x2='336' y2='420'/%3E%3C/g%3E%3Cg stroke='%23C9A84C' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round' opacity='0.22'%3E%3Cpolyline points='-30,60 100,190 230,60'/%3E%3Cpolyline points='-30,100 100,230 230,100'/%3E%3Cpolyline points='-30,140 100,270 230,140'/%3E%3Cpolyline points='-30,180 100,310 230,180'/%3E%3Cpolyline points='-30,220 100,350 230,220'/%3E%3Cpolyline points='-30,260 100,390 230,260'/%3E%3Cpolyline points='-30,300 100,430 230,300'/%3E%3C/g%3E%3Cg stroke='%23C9A84C' stroke-width='1' fill='none' stroke-linecap='round' stroke-linejoin='round' opacity='0.14'%3E%3Cpolyline points='80,0 200,120 320,0'/%3E%3Cpolyline points='80,50 200,170 320,50'/%3E%3Cpolyline points='80,100 200,220 320,100'/%3E%3Cpolyline points='80,150 200,270 320,150'/%3E%3Cpolyline points='80,200 200,320 320,200'/%3E%3Cpolyline points='80,250 200,370 320,250'/%3E%3Cpolyline points='80,300 200,420 320,300'/%3E%3C/g%3E%3Cg stroke='white' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round' opacity='0.18'%3E%3Cpolyline points='180,0 280,100 380,0'/%3E%3Cpolyline points='180,60 280,160 380,60'/%3E%3Cpolyline points='180,120 280,220 380,120'/%3E%3Cpolyline points='180,180 280,280 380,180'/%3E%3Cpolyline points='180,240 280,340 380,240'/%3E%3Cpolyline points='180,300 280,400 380,300'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
}
.ib-met-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(10,28,60,.40);
}
.ib-met-hero-content { position: relative; z-index: 3; max-width: 700px; padding: 0 24px; }
.ib-met-hero h1 { font-size: 56px; font-weight: 800; color: #fff; margin-bottom: 14px; line-height: 1.1; }
.ib-met-hero p { font-size: 17px; color: rgba(255,255,255,.80); }

/* ════════════════════════════════
   PÁGINA METODOLOGÍA — INTRO
════════════════════════════════ */
.ib-met-intro { display: grid; grid-template-columns: 55% 45%; gap: 56px; max-width: 1200px; margin: 0 auto; padding: 80px 32px; align-items: center; background: #fff; }
.ib-met-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--ib-gold); margin-bottom: 14px; }
.ib-met-intro-text h2 { font-size: 32px; font-weight: 800; color: var(--ib-navy); margin-bottom: 20px; line-height: 1.25; }
.ib-met-intro-text p { font-size: 15px; color: #5A6A7A; line-height: 1.75; margin-bottom: 16px; }
.ib-met-intro-img { height: 380px; border-radius: 12px; background-size: cover; background-position: center; }

/* ════════════════════════════════
   PÁGINA METODOLOGÍA — TIMELINE 6 PASOS
════════════════════════════════ */
.ib-met-steps { background: #F8F9FA; padding: 80px 32px; }
.ib-met-steps-inner { max-width: 800px; margin: 0 auto; }
.ib-met-step { display: grid; grid-template-columns: 80px 1fr; gap: 24px; position: relative; padding-bottom: 48px; }
.ib-met-step:last-child { padding-bottom: 0; }
.ib-met-step::after { content: ''; position: absolute; left: 39px; top: 56px; bottom: -24px; width: 2px; background: rgba(16,59,115,.15); }
.ib-met-step:last-child::after { display: none; }
.ib-met-step-num { font-size: 40px; font-weight: 900; color: var(--ib-gold); line-height: 1; }
.ib-met-step-content h3 { font-size: 19px; font-weight: 700; color: var(--ib-navy); margin-bottom: 10px; }
.ib-met-step-content p { font-size: 15px; color: #5A6A7A; line-height: 1.7; }

/* ════════════════════════════════
   PÁGINA METODOLOGÍA — CTA FINAL
════════════════════════════════ */
.ib-met-cta {
  position: relative;
  padding: 80px 0;
  background-color: var(--ib-navy);
  background-size: cover;
  background-position: center;
  text-align: center;
  overflow: hidden;
}
.ib-met-cta::before { content: ''; position: absolute; inset: 0; z-index: 1; background: rgba(10,28,60,.78); }
.ib-met-cta-content { position: relative; z-index: 2; max-width: 640px; margin: 0 auto; padding: 0 24px; }
.ib-met-cta-content h2 { font-size: 36px; font-weight: 800; color: #fff; margin-bottom: 16px; }
.ib-met-cta-content p { font-size: 16px; color: rgba(255,255,255,.80); margin-bottom: 32px; line-height: 1.7; }
.ib-met-cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.ib-met-btn-wa { display: inline-flex; align-items: center; gap: 8px; background: #25D366; color: #fff; padding: 14px 28px; border-radius: 6px; font-size: 15px; font-weight: 700; text-decoration: none; transition: background .2s; }
.ib-met-btn-wa:hover { background: #1ebd5a; }
.ib-met-btn-outline { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.6); padding: 14px 28px; border-radius: 6px; font-size: 15px; font-weight: 700; text-decoration: none; transition: background .2s, color .2s; }
.ib-met-btn-outline:hover { background: #fff; color: var(--ib-navy); }

/* ════════════════════════════════
   FICHA DE PROPIEDAD — HERO
════════════════════════════════ */
.ib-single-hero {
  position: relative;
  height: 460px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: var(--ib-navy);
  background-size: cover;
  background-position: center;
}
.ib-single-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='680' height='420'%3E%3Crect width='680' height='420' fill='none'/%3E%3Cg stroke='white' stroke-width='1.2' opacity='0.09'%3E%3Cline x1='15' y1='0' x2='15' y2='420'/%3E%3Cline x1='28' y1='0' x2='28' y2='420'/%3E%3Cline x1='48' y1='0' x2='48' y2='420'/%3E%3Cline x1='62' y1='0' x2='62' y2='420'/%3E%3Cline x1='85' y1='0' x2='85' y2='420'/%3E%3Cline x1='100' y1='0' x2='100' y2='420'/%3E%3Cline x1='122' y1='0' x2='122' y2='420'/%3E%3Cline x1='138' y1='0' x2='138' y2='420'/%3E%3Cline x1='162' y1='0' x2='162' y2='420'/%3E%3Cline x1='178' y1='0' x2='178' y2='420'/%3E%3Cline x1='200' y1='0' x2='200' y2='420'/%3E%3Cline x1='216' y1='0' x2='216' y2='420'/%3E%3Cline x1='240' y1='0' x2='240' y2='420'/%3E%3Cline x1='256' y1='0' x2='256' y2='420'/%3E%3Cline x1='280' y1='0' x2='280' y2='420'/%3E%3Cline x1='296' y1='0' x2='296' y2='420'/%3E%3Cline x1='320' y1='0' x2='320' y2='420'/%3E%3Cline x1='336' y1='0' x2='336' y2='420'/%3E%3C/g%3E%3Cg stroke='%23C9A84C' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round' opacity='0.22'%3E%3Cpolyline points='-30,60 100,190 230,60'/%3E%3Cpolyline points='-30,100 100,230 230,100'/%3E%3Cpolyline points='-30,140 100,270 230,140'/%3E%3Cpolyline points='-30,180 100,310 230,180'/%3E%3Cpolyline points='-30,220 100,350 230,220'/%3E%3Cpolyline points='-30,260 100,390 230,260'/%3E%3Cpolyline points='-30,300 100,430 230,300'/%3E%3C/g%3E%3Cg stroke='%23C9A84C' stroke-width='1' fill='none' stroke-linecap='round' stroke-linejoin='round' opacity='0.14'%3E%3Cpolyline points='80,0 200,120 320,0'/%3E%3Cpolyline points='80,50 200,170 320,50'/%3E%3Cpolyline points='80,100 200,220 320,100'/%3E%3Cpolyline points='80,150 200,270 320,150'/%3E%3Cpolyline points='80,200 200,320 320,200'/%3E%3Cpolyline points='80,250 200,370 320,250'/%3E%3Cpolyline points='80,300 200,420 320,300'/%3E%3C/g%3E%3Cg stroke='white' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round' opacity='0.18'%3E%3Cpolyline points='180,0 280,100 380,0'/%3E%3Cpolyline points='180,60 280,160 380,60'/%3E%3Cpolyline points='180,120 280,220 380,120'/%3E%3Cpolyline points='180,180 280,280 380,180'/%3E%3Cpolyline points='180,240 280,340 380,240'/%3E%3Cpolyline points='180,300 280,400 380,300'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
}
.ib-single-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(10,28,60,.50);
}
.ib-single-hero-inner { position: relative; z-index: 3; max-width: 1200px; margin: 0 auto; padding: 0 24px; width: 100%; }
.ib-single-hero-actions { position: absolute; top: 20px; right: 24px; z-index: 4; display: flex; gap: 8px; }
.ib-single-hero-action-item { display: flex; align-items: center; justify-content: center; }
.ib-single-hero-action-item .social-share,
.ib-single-hero-action-item .property-favorite { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.85); color: var(--ib-navy); font-size: 15px; cursor: pointer; transition: background .2s, transform .2s; }
.ib-single-hero-action-item .social-share:hover,
.ib-single-hero-action-item .property-favorite:hover { background: var(--ib-gold); transform: translateY(-2px); }
.ib-single-hero-action-item .social-share i,
.ib-single-hero-action-item .property-favorite i { margin: 0; }
.ib-single-hero-action-item .social-share .social-share-list { right: 0; left: auto; top: 46px; }
.ib-single-hero-action-item .property-favorite.active,
.ib-single-hero-action-item .property-favorite .fa-star { color: var(--ib-gold); }
.ib-single-badge { display: inline-flex; padding: 6px 16px; border-radius: 20px; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 16px; }
.ib-single-badge.venta { background: var(--ib-gold); color: var(--ib-navy); }
.ib-single-badge.arriendo { background: transparent; border: 1px solid var(--ib-gold); color: var(--ib-gold); }
.ib-single-hero h1 { font-size: 48px; font-weight: 800; color: #fff; margin-bottom: 14px; line-height: 1.1; }
.ib-single-hero-address { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.80); font-size: 16px; margin-bottom: 18px; }
.ib-single-hero-price { font-size: 36px; font-weight: 900; color: var(--ib-gold); }

/* ════════════════════════════════
   FICHA DE PROPIEDAD — PILLS
════════════════════════════════ */
.ib-single-pills { background: #fff; padding: 16px 0; border-bottom: 1px solid #eee; }
.ib-single-pills-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; gap: 32px; flex-wrap: wrap; align-items: center; }
.ib-single-pill { display: flex; align-items: center; gap: 8px; font-size: 14px; color: #5A6A7A; }
.ib-single-pill svg { color: var(--ib-navy); flex-shrink: 0; }
.ib-single-pill strong { color: var(--ib-navy); font-weight: 700; }

/* ════════════════════════════════
   FICHA DE PROPIEDAD — BODY GRID
════════════════════════════════ */
.ib-single-body { max-width: 1200px; margin: 0 auto; padding: 48px 24px; display: grid; grid-template-columns: 1.8fr 1fr; gap: 48px; align-items: start; }
.ib-single-main { min-width: 0; }
.ib-single-section { margin-bottom: 40px; }
.ib-single-section:last-child { margin-bottom: 0; }
.ib-single-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--ib-gold); margin-bottom: 10px; }
.ib-single-eyebrow-line { width: 48px; height: 3px; background: var(--ib-gold); margin-bottom: 20px; }
.ib-single-description { font-size: 15px; color: #5A6A7A; line-height: 1.8; }

/* Galería */
.ib-single-gallery { margin-bottom: 8px; }
.ib-single-gallery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.ib-single-gallery-grid a { display: block; border-radius: 12px; overflow: hidden; cursor: zoom-in; }
.ib-single-gallery-grid img { width: 100%; height: 220px; object-fit: cover; display: block; }
.ib-single-gallery-single a { display: block; border-radius: 12px; overflow: hidden; cursor: zoom-in; }
.ib-single-gallery-single img { width: 100%; max-height: 480px; object-fit: cover; display: block; }

/* Características */
.ib-single-features-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px 32px; }
.ib-single-feature-item { display: flex; flex-direction: column; gap: 4px; padding-bottom: 14px; border-bottom: 1px solid #eee; }
.ib-single-feature-label { font-size: 11px; color: #888; text-transform: uppercase; letter-spacing: .06em; }
.ib-single-feature-value { font-size: 16px; font-weight: 700; color: var(--ib-navy); }

/* Ubicación */
.ib-single-location-address { display: flex; align-items: center; gap: 8px; color: #5A6A7A; font-size: 14px; margin-bottom: 16px; }
.ib-single-map { height: 360px; border-radius: 12px; overflow: hidden; }
.ib-single-map iframe { width: 100%; height: 100%; border: 0; }

/* ════════════════════════════════
   FICHA DE PROPIEDAD — ASIDE
════════════════════════════════ */
.ib-single-aside { position: sticky; top: 120px; align-self: start; }
.ib-single-card { background: var(--ib-navy); border-radius: 12px; padding: 32px; }
.ib-single-card-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ib-gold); margin-bottom: 8px; }
.ib-single-card-price { font-size: 36px; font-weight: 900; color: #fff; line-height: 1.1; }
.ib-single-card-divider { height: 1px; background: rgba(201,168,76,.25); margin: 20px 0; }
.ib-single-agent { display: flex; align-items: center; gap: 14px; }
.ib-single-agent-avatar { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.ib-single-agent-avatar-fallback { width: 64px; height: 64px; border-radius: 50%; background: var(--ib-gold); color: var(--ib-navy); display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 20px; flex-shrink: 0; }
.ib-single-agent-name { color: #fff; font-weight: 700; font-size: 15px; }
.ib-single-agent-role { color: rgba(255,255,255,.65); font-size: 13px; }
/* ── BOTONES DE ACCIÓN — card ficha propiedad ────────────────── */
.ib-action-btn { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; min-height: 50px; padding: 0 18px; border-radius: 10px; font-size: 0.95rem; font-weight: 600; box-sizing: border-box; cursor: pointer; text-decoration: none; border: none; transition: background .2s, color .2s, border-color .2s, transform .15s; margin-top: 12px; line-height: 1; }
.ib-action-btn:hover { transform: translateY(-1px); text-decoration: none; }
.ib-btn-whatsapp { background: #25D366; color: #fff; }
.ib-btn-whatsapp:hover { background: #1fb958; color: #fff; }
.ib-btn-primary { background: #fff; color: #0D1B2A; }
.ib-btn-primary:hover { background: #E8EDF5; color: #0D1B2A; }
.ib-btn-secondary { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,0.55); }
.ib-btn-secondary:hover { background: rgba(255,255,255,0.12); border-color: #fff; color: #fff; }
.ib-single-back-link { display: block; text-align: center; color: rgba(255,255,255,.5); font-size: 13px; text-decoration: none; transition: color .2s; }
.ib-single-back-link:hover { color: #fff; }

/* ════════════════════════════════
   FICHA DE PROPIEDAD — RELACIONADAS
════════════════════════════════ */
.ib-single-related { background: #F8F9FA; padding: 64px 0; }
.ib-single-related-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.ib-single-related-head { margin-bottom: 32px; }
.ib-single-related-head h2 { font-size: 28px; font-weight: 800; color: var(--ib-navy); }

/* ════════════════════════════════
   CATÁLOGO DE PROPIEDADES — HERO
════════════════════════════════ */
.ib-archive-hero {
  position: relative;
  height: 220px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: var(--ib-navy);
}
.ib-archive-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='680' height='420'%3E%3Crect width='680' height='420' fill='none'/%3E%3Cg stroke='white' stroke-width='1.2' opacity='0.09'%3E%3Cline x1='15' y1='0' x2='15' y2='420'/%3E%3Cline x1='28' y1='0' x2='28' y2='420'/%3E%3Cline x1='48' y1='0' x2='48' y2='420'/%3E%3Cline x1='62' y1='0' x2='62' y2='420'/%3E%3Cline x1='85' y1='0' x2='85' y2='420'/%3E%3Cline x1='100' y1='0' x2='100' y2='420'/%3E%3Cline x1='122' y1='0' x2='122' y2='420'/%3E%3Cline x1='138' y1='0' x2='138' y2='420'/%3E%3Cline x1='162' y1='0' x2='162' y2='420'/%3E%3Cline x1='178' y1='0' x2='178' y2='420'/%3E%3Cline x1='200' y1='0' x2='200' y2='420'/%3E%3Cline x1='216' y1='0' x2='216' y2='420'/%3E%3Cline x1='240' y1='0' x2='240' y2='420'/%3E%3Cline x1='256' y1='0' x2='256' y2='420'/%3E%3Cline x1='280' y1='0' x2='280' y2='420'/%3E%3Cline x1='296' y1='0' x2='296' y2='420'/%3E%3Cline x1='320' y1='0' x2='320' y2='420'/%3E%3Cline x1='336' y1='0' x2='336' y2='420'/%3E%3C/g%3E%3Cg stroke='%23C9A84C' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round' opacity='0.22'%3E%3Cpolyline points='-30,60 100,190 230,60'/%3E%3Cpolyline points='-30,100 100,230 230,100'/%3E%3Cpolyline points='-30,140 100,270 230,140'/%3E%3Cpolyline points='-30,180 100,310 230,180'/%3E%3Cpolyline points='-30,220 100,350 230,220'/%3E%3Cpolyline points='-30,260 100,390 230,260'/%3E%3Cpolyline points='-30,300 100,430 230,300'/%3E%3C/g%3E%3Cg stroke='%23C9A84C' stroke-width='1' fill='none' stroke-linecap='round' stroke-linejoin='round' opacity='0.14'%3E%3Cpolyline points='80,0 200,120 320,0'/%3E%3Cpolyline points='80,50 200,170 320,50'/%3E%3Cpolyline points='80,100 200,220 320,100'/%3E%3Cpolyline points='80,150 200,270 320,150'/%3E%3Cpolyline points='80,200 200,320 320,200'/%3E%3Cpolyline points='80,250 200,370 320,250'/%3E%3Cpolyline points='80,300 200,420 320,300'/%3E%3C/g%3E%3Cg stroke='white' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round' opacity='0.18'%3E%3Cpolyline points='180,0 280,100 380,0'/%3E%3Cpolyline points='180,60 280,160 380,60'/%3E%3Cpolyline points='180,120 280,220 380,120'/%3E%3Cpolyline points='180,180 280,280 380,180'/%3E%3Cpolyline points='180,240 280,340 380,240'/%3E%3Cpolyline points='180,300 280,400 380,300'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
}
.ib-archive-hero-inner { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; padding: 0 24px; width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.ib-archive-breadcrumb { font-size: 13px; font-weight: 600; letter-spacing: .03em; margin-bottom: 8px; }
.ib-archive-breadcrumb a { color: rgba(255,255,255,.6); text-decoration: none; transition: color .2s; }
.ib-archive-breadcrumb a:hover { color: rgba(255,255,255,1); }
.ib-archive-breadcrumb-current { color: rgba(255,255,255,.6); }
.ib-archive-breadcrumb-sep { color: rgba(255,255,255,.4); margin: 0 6px; }
.ib-archive-hero-text h1 { font-size: 30px; font-weight: 800; color: #fff; margin-bottom: 6px; line-height: 1.15; }
.ib-archive-hero-text p { font-size: 14px; color: rgba(255,255,255,.70); }
.ib-archive-hero-badge { flex-shrink: 0; background: var(--ib-gold); color: var(--ib-navy); font-size: 13px; font-weight: 800; padding: 8px 18px; border-radius: 20px; white-space: nowrap; }

/* ════════════════════════════════
   CATÁLOGO DE PROPIEDADES — FILTROS
════════════════════════════════ */
.ib-archive-filters { background: #fff; padding: 20px 0; border-bottom: 1px solid #eee; position: sticky; top: 0; z-index: 50; }
.ib-archive-filters-form { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: end; gap: 16px; flex-wrap: wrap; }
.ib-archive-filter-field { display: flex; flex-direction: column; gap: 4px; flex: 1; min-width: 140px; }
.ib-archive-filter-field label { font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--ib-navy); }
.ib-archive-filter-field select, .ib-archive-filter-field input { height: 42px; padding: 0 12px; border: 1px solid var(--ib-border); border-radius: 4px; font-size: 13px; color: var(--ib-dark); background: #fff; font-family: inherit; outline: none; transition: border-color .2s; }
.ib-archive-filter-field select:focus, .ib-archive-filter-field input:focus { border-color: var(--ib-navy); }
.ib-archive-filter-submit { height: 42px; padding: 0 24px; background: var(--ib-navy); color: #fff; border: none; border-radius: 4px; font-size: 13px; font-weight: 700; letter-spacing: .04em; cursor: pointer; white-space: nowrap; font-family: inherit; transition: background .2s; }
.ib-archive-filter-submit:hover { background: var(--ib-blue); }
.ib-archive-filter-reset { height: 42px; display: flex; align-items: center; padding: 0 16px; font-size: 13px; color: var(--ib-muted); text-decoration: none; white-space: nowrap; transition: color .2s; }
.ib-archive-filter-reset:hover { color: var(--ib-navy); }

/* ════════════════════════════════
   CATÁLOGO DE PROPIEDADES — GRID
════════════════════════════════ */
.ib-archive-grid { max-width: 1200px; margin: 0 auto; padding: 48px 24px; }
.ib-archive-empty { text-align: center; padding: 64px 24px; color: var(--ib-muted); }
.ib-archive-empty p { font-size: 16px; margin-bottom: 16px; }
.ib-archive-empty a { color: var(--ib-gold); font-weight: 700; text-decoration: none; }
.ib-archive-empty a:hover { text-decoration: underline; }

/* ════════════════════════════════
   CATÁLOGO DE PROPIEDADES — PAGINACIÓN
════════════════════════════════ */
.ib-archive-pagination { display: flex; justify-content: center; gap: 6px; margin-top: 40px; flex-wrap: wrap; }
.ib-archive-pagination .page-numbers { display: flex; align-items: center; justify-content: center; min-width: 38px; height: 38px; padding: 0 10px; border-radius: 4px; font-size: 13px; font-weight: 700; color: var(--ib-navy); text-decoration: none; border: 1px solid var(--ib-border); transition: background .2s, color .2s; }
.ib-archive-pagination .page-numbers:hover { background: var(--ib-navy); color: #fff; border-color: var(--ib-navy); }
.ib-archive-pagination .page-numbers.current { background: var(--ib-gold); color: var(--ib-navy); border-color: var(--ib-gold); }
.ib-archive-pagination .page-numbers.dots { border: none; }

/* ════════════════════════════════
   CATÁLOGO DE PROPIEDADES — RESPONSIVE
════════════════════════════════ */
@media (max-width: 991px) {
  .ib-archive-grid .ib-props-grid { grid-template-columns: repeat(2,1fr); }
  .ib-archive-filters-form { gap: 12px; }
  .ib-archive-filter-field { min-width: 120px; }
}
@media (max-width: 767px) {
  .ib-archive-hero { height: auto; padding: 28px 0; }
  .ib-archive-hero-inner { flex-direction: column; align-items: flex-start; gap: 12px; }
  .ib-archive-grid .ib-props-grid { grid-template-columns: 1fr; }
  .ib-archive-filters { position: static; }
  .ib-archive-filters-form { flex-direction: column; align-items: stretch; }
  .ib-archive-filter-field { min-width: 0; }
  .ib-archive-filter-submit, .ib-archive-filter-reset { width: 100%; justify-content: center; text-align: center; }
}

/* ════════════════════════════════
   FICHA DE PROPIEDAD — RESPONSIVE (768px)
════════════════════════════════ */
@media (max-width: 768px) {
  .ib-single-hero { height: auto; min-height: 380px; padding: 40px 0; }
  .ib-single-hero-actions { top: 14px; right: 14px; }
  .ib-single-hero-action-item .social-share,
  .ib-single-hero-action-item .property-favorite { width: 34px; height: 34px; font-size: 13px; }
  .ib-single-hero h1 { font-size: 32px; }
  .ib-single-hero-price { font-size: 28px; }
  .ib-single-pills-inner { gap: 16px; }
  .ib-single-body { grid-template-columns: 1fr; padding: 32px 20px; gap: 32px; }
  .ib-single-aside { position: static; top: auto; }
  .ib-single-gallery-grid { grid-template-columns: 1fr; }
  .ib-single-features-grid { grid-template-columns: 1fr; }
  .ib-single-card { padding: 24px; }
  .ib-single-related-inner { padding: 0 20px; }
}

/* ════════════════════════════════
   RESPONSIVE
════════════════════════════════ */
@media (max-width: 960px) {
  .ib-hero { min-height: 100vh; }
  .ib-hero-inner { grid-template-columns: 1fr; padding: 80px 32px 64px; }
  .ib-hero h1 { font-size: 38px; }
  .ib-hero-right { display: none; }
  .ib-props-grid { grid-template-columns: repeat(2,1fr); }
  .ib-features-grid { grid-template-columns: 1fr; gap: 16px; }
  .ib-footer-grid { grid-template-columns: 1fr 1fr; }
  .ib-contact-grid { grid-template-columns: 1fr; }
  .ib-contact-field-row { grid-template-columns: 1fr; }
  .ib-contact-hero h1 { font-size: 32px; }
  .ib-about-hero h1 { font-size: 36px; }
  .ib-about-intro { grid-template-columns: 1fr; }
  .ib-about-intro-img { order: -1; height: 280px; }
  .ib-about-mv-inner { grid-template-columns: 1fr; gap: 40px; }
  .ib-about-mv-divider { width: 60px; height: 1px; margin: 0 auto; }
  .ib-about-values-grid { grid-template-columns: repeat(2,1fr); }
  .ib-about-team-grid { grid-template-columns: 1fr; }
  .ib-srv-hero h1 { font-size: 36px; }
  .ib-srv-services-grid { grid-template-columns: 1fr; }
  .ib-srv-cta-content h2 { font-size: 32px; }
  .ib-home-metodo-grid { grid-template-columns: repeat(2,1fr); }
  .ib-met-hero h1 { font-size: 36px; }
  .ib-met-intro { grid-template-columns: 1fr; }
  .ib-met-intro-img { order: -1; height: 280px; }
  .ib-met-cta-content h2 { font-size: 28px; }
  .ib-single-grid { grid-template-columns: 1fr; }
  .ib-cta-form { flex-direction: column; }
  .ib-search-form { flex-direction: column; align-items: stretch; }
  .ib-search-field { border-right: none; border-bottom: 1px solid var(--ib-border); height: auto; padding: 10px 20px; }
  .ib-search-submit { padding: 14px 20px; justify-content: center; }
  .ib-section-header { flex-direction: column; align-items: flex-start; gap: 12px; }
}
@media (max-width: 600px) {
  .ib-hero h1 { font-size: 30px; }
  .ib-about-hero h1 { font-size: 28px; }
  .ib-srv-hero h1 { font-size: 28px; }
  .ib-home-metodo-grid { grid-template-columns: 1fr; }
  .ib-met-hero h1 { font-size: 28px; }
  .ib-met-step { grid-template-columns: 56px 1fr; gap: 16px; }
  .ib-met-step-num { font-size: 32px; }
  .ib-met-step::after { left: 27px; }
  .ib-props-grid { grid-template-columns: 1fr; }
  .ib-footer-grid { grid-template-columns: 1fr; }
  .ib-header-inner { padding: 0 16px; }
  .ib-container { padding: 0 16px; }
  .ib-section { padding: 48px 0; }
}

/* ═══════════════════════════════════════════
   AGENDAR VISITA
═══════════════════════════════════════════ */
.ib-agenda-hero { background: linear-gradient(135deg, var(--ib-navy) 0%, var(--ib-slate) 100%); padding: 40px 32px; }
.ib-agenda-hero-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 280px; gap: 32px; align-items: center; }
.ib-agenda-logo { height: 36px; margin-bottom: 18px; }
.ib-agenda-hero-text h1 { color: #fff; font-size: 28px; font-weight: 800; margin: 0 0 10px; }
.ib-agenda-property-title { color: var(--ib-gold); font-size: 18px; font-weight: 700; margin: 0 0 8px; }
.ib-agenda-property-price { color: #fff; font-size: 22px; font-weight: 800; margin-bottom: 12px; }
.ib-agenda-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.ib-agenda-pill { background: rgba(255,255,255,.12); color: #fff; padding: 6px 14px; border-radius: 16px; font-size: 12px; }
.ib-agenda-hero-image img { width: 100%; height: 180px; object-fit: cover; border-radius: var(--ib-radius); }

.ib-agenda-body { max-width: 1200px; margin: 0 auto; padding: 48px 32px; display: grid; grid-template-columns: 1fr 380px; gap: 40px; }

.ib-agenda-field { margin-bottom: 16px; }
.ib-agenda-field label { display: block; font-size: 13px; font-weight: 700; color: var(--ib-text); margin-bottom: 6px; }
.ib-agenda-field input,
.ib-agenda-field textarea { width: 100%; padding: 11px 14px; border: 1px solid var(--ib-border); border-radius: var(--ib-radius); font-size: 14px; font-family: inherit; box-sizing: border-box; }
.ib-agenda-required { color: #d63638; }
.ib-agenda-checkbox label { display: flex; align-items: flex-start; gap: 8px; font-weight: 400; font-size: 13px; }
.ib-agenda-submit { width: 100%; background: var(--ib-navy); color: #fff; border: none; padding: 14px; border-radius: var(--ib-radius); font-size: 14px; font-weight: 800; cursor: pointer; transition: opacity .2s; }
.ib-agenda-submit:hover { opacity: .9; }
.ib-agenda-submit:disabled { opacity: .6; cursor: not-allowed; }

.crm-agenda-form-placeholder { background: var(--ib-light); border-radius: var(--ib-radius); padding: 24px; color: var(--ib-muted); font-size: 14px; }
.crm-agenda-resumen { background: rgba(201,168,76,.14); border-left: 3px solid var(--ib-gold); padding: 10px 14px; font-size: 13px; font-weight: 700; color: var(--ib-text); margin-bottom: 18px; }
.crm-agenda-mensaje { margin-top: 14px; padding: 12px 14px; border-radius: var(--ib-radius); font-size: 13px; }
.crm-agenda-mensaje.is-ok { background: #e6f4ea; color: #2e7d32; }
.crm-agenda-mensaje.is-error { background: #fcf0f1; color: #d63638; }

/* Calendario (markup/IDs compartidos con los otros temas vía JS del plugin) */
.crm-agenda-calendar-nav { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.crm-agenda-calendar-nav button { background: var(--ib-light); border: none; width: 34px; height: 34px; border-radius: 50%; cursor: pointer; font-size: 16px; color: var(--ib-navy); }
.crm-agenda-calendar-nav button:hover { background: var(--ib-border); }
#crm-agenda-mes-label { font-weight: 800; color: var(--ib-text); text-transform: capitalize; }

.crm-agenda-grid-header { display: grid; grid-template-columns: repeat(7, 1fr); text-align: center; font-size: 12px; color: var(--ib-muted); margin-bottom: 6px; }
.crm-agenda-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; }
.crm-agenda-day {
    aspect-ratio: 1;
    border: none;
    border-radius: var(--ib-radius);
    font-size: 13px;
    cursor: pointer;
    background: transparent;
}
.crm-agenda-day.is-vacio { visibility: hidden; }
.crm-agenda-day.is-pasado { color: var(--ib-muted); background: var(--ib-light); cursor: not-allowed; }
.crm-agenda-day.is-sin-disponibilidad { color: var(--ib-muted); background: var(--ib-light); cursor: not-allowed; }
.crm-agenda-day.is-disponible { color: #2e7d32; background: #e6f4ea; font-weight: 700; }
.crm-agenda-day.is-disponible:hover { background: #cdeed7; }
.crm-agenda-day.is-seleccionado { background: var(--ib-navy); color: #fff; }

.crm-agenda-slots { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.crm-agenda-slot { padding: 8px 14px; border-radius: 16px; border: none; font-size: 13px; cursor: pointer; }
.crm-agenda-slot.is-libre { background: #e6f4ea; color: #2e7d32; font-weight: 700; }
.crm-agenda-slot.is-libre:hover { background: #cdeed7; }
.crm-agenda-slot.is-libre.is-elegido { background: var(--ib-navy); color: #fff; }
.crm-agenda-slot.is-ocupado { background: var(--ib-light); color: var(--ib-muted); text-decoration: line-through; cursor: not-allowed; }
.crm-agenda-cargando { color: var(--ib-muted); font-size: 13px; }

@media (max-width: 900px) {
    .ib-agenda-hero-inner { grid-template-columns: 1fr; }
    .ib-agenda-hero-image { display: none; }
    .ib-agenda-body { grid-template-columns: 1fr; padding: 36px 20px; }
}

/* ── COTIZADOR — overrides paleta imovelbrokers ─────────────── */
.ia-btn-cotizar { box-shadow: none !important; letter-spacing: normal !important; }
#ia-form-submit { background: var(--ib-navy) !important; }
#ia-form-submit:hover { background: var(--ib-blue) !important; }
#ia-modal-close:hover { color: var(--ib-navy) !important; }
.ia-field input:focus { border-color: var(--ib-navy) !important; }
#ia-modal-box h2 { color: var(--ib-slate) !important; border-color: var(--ib-navy) !important; }


