    /* ══════════════════════════════════════════════
       BOSQUE VERTICAL — estilos exclusivos de página
    ══════════════════════════════════════════════ */

    /* ── Variables locales ── */
    :root {
      --bv-green: #95BB30;
      --bv-green-lt: #CEE632;
      --bv-green-dk: #6a8f1a;
      --bv-green-bg: rgba(149, 187, 48, .1);
      --bv-black: #f5f2ec;
      --bv-white: #050505;
      --bv-dark: #050505;
      --bv-dark-2: #111111;
      --bv-dark-3: #181818;
      --bv-gray-1: #1c1c1c;
      --bv-gray-6: #e8e8e8;
      --bv-gray-7: #f5f5f5;
      --bv-radius: 0px;
      --bv-transition: .35s cubic-bezier(.4, 0, .2, 1);
    }

    /* Forzar Navbar oscuro (venciendo a index-playfair-premium) */
    #navbar.scrolled {
      background: rgba(5, 5, 5, 0.96) !important;
      backdrop-filter: blur(20px) !important;
      border-bottom: 1px solid rgba(149, 187, 48, 0.2) !important;
    }

    #navbar.scrolled .nav-links a {
      color: rgba(245, 242, 236, 0.8) !important;
    }

    #navbar.scrolled .nav-links a:hover {
      color: #CEE632 !important;
    }

    #navbar.scrolled .nav-logo-img {
      filter: brightness(0) invert(1) !important;
    }

    #navbar.scrolled .hamburger span {
      background: #f5f2ec !important;
    }

    #navbar.scrolled .nav-social-link {
      color: rgba(245, 242, 236, 0.5) !important;
    }

    #navbar.scrolled .nav-social-link:hover {
      color: #95BB30 !important;
    }

    /* Navbar siempre oscuro en esta página */
    #navbar {
      padding: 16px 48px !important;
      background: rgba(5, 5, 5, 0.96) !important;
      backdrop-filter: blur(20px) !important;
      border-bottom: 1px solid rgba(149, 187, 48, 0.2) !important;
    }

    #navbar .nav-links a {
      color: rgba(245, 242, 236, 0.8) !important;
    }

    #navbar .nav-links a:hover {
      color: #CEE632 !important;
    }

    #navbar .nav-logo-img {
      filter: brightness(0) invert(1) !important;
    }

    #navbar .hamburger span {
      background: #f5f2ec !important;
    }

    #navbar .nav-social-link {
      color: rgba(245, 242, 236, 0.5) !important;
    }

    #navbar .nav-social-link:hover {
      color: #95BB30 !important;
    }

    #navbar.scrolled {
      padding: 12px 48px !important;
    }

    #navbar .nav-links a {
      font-family: 'Dosis', sans-serif !important;
      font-size: 1rem !important;
      font-weight: 600 !important;
      letter-spacing: .05em !important;
    }

    .nav-cta {
      background: #95BB30 !important;
      color: #1A1A18 !important;
      padding: 9px 22px !important;
      border-radius: 6px !important;
      font-family: 'Dosis', sans-serif !important;
      font-size: .83rem !important;
      font-weight: 700 !important;
      letter-spacing: .05em !important;
      text-transform: none !important;
    }

    .nav-cta:hover {
      background: #CEE632 !important;
      color: #1A1A18 !important;
    }

    .dropdown-menu {
      background: #111111 !important;
      border: 1px solid rgba(149, 187, 48, .25) !important;
      border-top: 1px solid rgba(149, 187, 48, .25) !important;
      border-radius: 8px !important;
      box-shadow: 0 8px 32px rgba(0, 0, 0, .3) !important;
    }

    .dropdown-menu li a {
      font-family: 'Dosis', sans-serif !important;
      font-size: .85rem !important;
      font-weight: 500 !important;
      color: rgba(255, 255, 255, .75) !important;
    }

    .dropdown-menu li a:hover {
      background: rgba(149, 187, 48, .2) !important;
      color: #CEE632 !important;
    }

    #navbar.scrolled .nav-cta {
      color: #050505 !important;
    }

    /* Dropdown oscuro */
    .dropdown-menu {
      background: #111111 !important;
      border: 1px solid rgba(149, 187, 48, 0.2) !important;
      border-top: 2px solid #95BB30 !important;
    }

    .dropdown-menu li a {
      color: rgba(245, 242, 236, 0.7) !important;
    }

    .dropdown-menu li a:hover {
      background: rgba(149, 187, 48, 0.1) !important;
      color: #CEE632 !important;
    }

    /* ── Cursor ── */
    body {
      cursor: none;
      background: var(--bv-dark);
      color: var(--bv-black);
    }

    @media(max-width:768px) {
      body {
        cursor: auto !important;
      }

      .cursor,
      .cursor-ring {
        display: none !important;
      }
    }

    /* ── HERO BV ── */
    .bv-hero {
      position: relative;
      min-height: calc(100vh + 20px);
      margin-bottom: -20px;
      display: flex;
      align-items: flex-end;
      overflow: hidden;
    }

    .bv-hero::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 160px;
      background: linear-gradient(to bottom, rgba(0, 0, 0, .25), transparent);
      z-index: 2;
      pointer-events: none;
    }

    .bv-hero-bg {
      position: absolute;
      inset: 0;
      transform-origin: center;
    }

    .bv-hero-overlay {
      position: absolute;
      inset: 0;
      background:
        linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, transparent 40%, rgba(0, 0, 0, .45) 100%);
      z-index: 1;
    }

    .bv-hero-grain {
      position: absolute;
      inset: 0;
      z-index: 1;
      opacity: .03;
      pointer-events: none;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    }

    .bv-hero-content {
      position: relative;
      z-index: 3;
      max-width: 1200px;
      margin: 0 auto;
      width: 100%;
      padding: 0 56px 148px;
    }

    .bv-hero-badge {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 12px;
      font-family: Arial, sans-serif;
      font-size: .85rem;
      font-weight: 700;
      letter-spacing: .28em;
      text-transform: uppercase;
      color: var(--bv-green-lt);
      margin-bottom: 22px;
    }

    .bv-hero-badge::before,
    .bv-hero-badge::after {
      content: '';
      display: inline-block;
      width: 28px;
      height: 1px;
      background: var(--bv-green);
    }

    .bv-hero-title {
      font-family: 'Arial Black', Arial, sans-serif; font-size: clamp(3rem, 8vw, 7rem); font-weight: 900; text-transform: uppercase;
      line-height: .96;
      letter-spacing: -.03em;
      color: #f5f2ec;
      margin-bottom: 24px;
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9), 0 6px 20px rgba(0, 0, 0, 0.7);
    }

    .bv-hero-title em {
      font-family: 'Dancing Script', cursive; font-style: normal;
      color: var(--bv-green-lt);
      font-weight: 600; font-size: 0.92em;
    }

    .bv-hero-sub {
      font-family: Arial, sans-serif;
      font-size: 1.25rem;
      font-weight: 300;
      line-height: 1.85;
      color: rgba(255, 255, 255, .9);
      max-width: 480px;
      margin-bottom: 44px;
      text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    }

    .bv-hero-stats {
      display: flex;
      gap: 0;
      border-top: 1px solid rgba(255, 255, 255, .1);
      padding-top: 36px;
      margin-top: 0;
    }

    .bv-hero-stat {
      padding-right: 48px;
      margin-right: 48px;
      border-right: 1px solid rgba(255, 255, 255, .1);
    }

    .bv-hero-stat:last-child {
      border-right: none;
      margin-right: 0;
    }

    .bv-stat-n {
      font-family: 'Dosis', sans-serif;
      font-size: 3.2rem;
      font-weight: 400;
      color: var(--bv-green-lt);
      line-height: 1;
      display: block;
    }

    .bv-stat-l {
      font-family: Arial, sans-serif;
      font-size: .82rem;
      font-weight: 500;
      letter-spacing: .18em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, .55);
      margin-top: 6px;
      display: block;
    }

    /* ══ BARRA DE STATS FLOTANTE ══ */
    .bv-statsbar {
      position: relative;
      z-index: 20;
      margin-top: -70px;
      margin-bottom: -50px;
      padding: 0 48px;
      pointer-events: none;
    }

    .bv-statsbar-inner {
      display: flex;
      align-items: stretch;
      background: #95BB30;
      border-top: none;
      box-shadow: 0 8px 24px rgba(0,0,0,.3), 0 2px 8px rgba(149,187,48,.1);
      max-width: 1100px;
      margin: 0 auto;
      pointer-events: all;
    }

    .bv-sbar-item {
      flex: 1;
      padding: 28px 24px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
    }

    .bv-sbar-sep {
      width: 1px;
      background: rgba(0, 0, 0, 0.18);
      margin: 20px 0;
      flex-shrink: 0;
    }

    .bv-sbar-num {
      display: block;
      font-family: 'Dosis', sans-serif;
      font-size: clamp(2.6rem, 4.2vw, 3.6rem);
      font-weight: 400;
      color: #ffffff;
      line-height: 1;
      margin-bottom: 8px;
      letter-spacing: -.02em;
    }

    .bv-sbar-label {
      display: block;
      font-family: Arial, sans-serif;
      font-size: .82rem;
      font-weight: 700;
      letter-spacing: .22em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.988);
    }

    @media (max-width: 768px) {
      .bv-statsbar { margin-top: -40px; margin-bottom: -30px; }
      .bv-statsbar-inner { flex-wrap: wrap; padding: 0 16px; }
      .bv-sbar-item { flex: 1 1 45%; padding: 20px 16px; }
      .bv-sbar-sep { display: none; }
    }

    /* ── SECCIÓN EDIFICIO ── */
    .bv-section {
      padding: 112px 0;
    }

    .bv-section-header {
      text-align: center;
      margin-bottom: 72px;
    }

    .bv-eyebrow {
      font-family: Arial, sans-serif;
      font-size: .85rem;
      font-weight: 700;
      letter-spacing: .28em;
      text-transform: uppercase;
      color: var(--bv-green-dk);
      margin-bottom: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
    }

    .bv-eyebrow::before,
    .bv-eyebrow::after {
      content: '';
      display: inline-block;
      width: 28px;
      height: 1px;
      background: var(--bv-green);
    }

    .bv-title {
      font-family: 'Arial Black', Arial, sans-serif !important; font-size: clamp(2rem, 4vw, 3rem); font-weight: 900 !important;
      text-transform: uppercase !important; letter-spacing: -.02em;
      line-height: 1.12;
      color: var(--bv-black);
      margin-bottom: 16px;
    }

    .bv-title em {
      font-family: 'Arial Black', Arial, sans-serif; font-style: normal;
      color: inherit;
      font-weight: 900;
      font-size: 1em;
      text-transform: uppercase;
    }

    .bv-sub {
      font-family: Arial, sans-serif;
      font-size: .92rem;
      font-weight: 300;
      color: rgba(245, 242, 236, .6);
      line-height: 1.8;
      max-width: 480px;
      margin: 0 auto;
    }

    /* ── EDIFICIO HOTSPOT INTERACTIVO ── */
    .bv-building-wrap {
      max-width: 1300px;
      margin: 0 auto;
      padding: 0 24px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0;
      align-items: stretch;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 40px 100px rgba(0, 0, 0, .45);
    }

    /* Contenedor del render con hotspots */
    .bv-building-render {
      position: relative;
      line-height: 0;
      overflow: hidden;
      min-height: 620px;
    }

    .bv-building-render img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      display: block;
      user-select: none;
      pointer-events: none;
      filter: grayscale(0%) brightness(1.05) saturate(0.85);
      transition: filter 0.5s ease;
    }

    /* Overlay de hotspots */
    .bv-hotspots {
      position: absolute;
      inset: 0;
    }

    /* Cada hotspot clickeable */
    .bv-hotspot {
      position: absolute;
      cursor: none;
      transition: background .2s ease, box-shadow .2s ease;
      border: 1.5px solid transparent;
    }

    .bv-hotspot:hover {
      border-color: rgba(255, 255, 255, .9) !important;
      box-shadow: 0 0 0 2px rgba(255, 255, 255, .3);
      z-index: 10;
    }

    .bv-hotspot.disponible {
      background: rgba(149, 187, 48, .22);
    }

    .bv-hotspot.reservado {
      background: rgba(230, 184, 0, .22);
    }

    .bv-hotspot.vendido {
      background: rgba(217, 64, 64, .22);
    }

    .bv-hotspot.disponible:hover {
      background: rgba(149, 187, 48, .45);
      border-color: #95BB30 !important;
    }

    .bv-hotspot.reservado:hover {
      background: rgba(230, 184, 0, .45);
      border-color: #e6b800 !important;
    }

    .bv-hotspot.vendido:hover {
      background: rgba(217, 64, 64, .45);
      border-color: #d94040 !important;
    }

    /* Tooltip al hacer hover */
    .bv-hotspot-tip {
      position: absolute;
      bottom: calc(100% + 8px);
      left: 50%;
      transform: translateX(-50%);
      background: rgba(17, 17, 17, .92);
      color: #fff;
      font-family: Arial, sans-serif;
      font-size: .68rem;
      font-weight: 600;
      letter-spacing: .06em;
      padding: 5px 10px;
      white-space: nowrap;
      pointer-events: none;
      opacity: 0;
      transition: opacity .2s;
      backdrop-filter: blur(6px);
    }

    .bv-hotspot-tip::after {
      content: '';
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      border: 4px solid transparent;
      border-top-color: rgba(17, 17, 17, .92);
    }

    .bv-hotspot:hover .bv-hotspot-tip {
      opacity: 1;
    }

    /* Badge de piso en el render */
    .bv-floor-badge {
      position: absolute;
      left: 1%;
      font-family: Arial, sans-serif;
      font-size: .58rem;
      font-weight: 700;
      letter-spacing: .1em;
      color: rgba(255, 255, 255, .9);
      background: rgba(0, 0, 0, .5);
      padding: 2px 6px;
      pointer-events: none;
      z-index: 5;
      backdrop-filter: blur(4px);
    }

    /* Panel lateral */
    .bv-panel {
      position: sticky;
      top: 100px;
    }

    .bv-legend {
      background: var(--bv-dark-2);
      border: 1px solid rgba(149, 187, 48, .1);
      padding: 28px;
      margin-bottom: 20px;
    }

    .bv-legend-title {
      font-family: Arial, sans-serif;
      font-size: .68rem;
      font-weight: 700;
      letter-spacing: .2em;
      text-transform: uppercase;
      color: rgba(245, 242, 236, .4);
      margin-bottom: 18px;
    }

    .bv-legend-item {
      display: flex;
      align-items: center;
      gap: 12px;
      font-family: Arial, sans-serif;
      font-size: .85rem;
      font-weight: 400;
      color: var(--bv-gray-1);
      margin-bottom: 12px;
    }

    .bv-legend-dot {
      width: 14px;
      height: 14px;
      flex-shrink: 0;
    }

    .bv-legend-dot.disponible {
      background: #95BB30;
    }

    .bv-legend-dot.reservado {
      background: #e6b800;
    }

    .bv-legend-dot.vendido {
      background: #d94040;
    }

    /* Instrucción hover */
    .bv-legend-hint {
      font-family: Arial, sans-serif;
      font-size: .75rem;
      font-weight: 300;
      color: rgba(245, 242, 236, .4);
      line-height: 1.6;
      margin-top: 16px;
      padding-top: 16px;
      border-top: 1px solid rgba(149, 187, 48, .1);
      display: flex;
      align-items: flex-start;
      gap: 8px;
    }

    .bv-legend-hint svg {
      flex-shrink: 0;
      margin-top: 1px;
      color: var(--bv-green);
    }

    .bv-summary-card {
      background: #111;
      padding: 28px;
      border: 1px solid rgba(149, 187, 48, .15);
    }

    .bv-summary-title {
      font-family: 'Arial Black', Arial, sans-serif; font-size: 1.15rem; font-weight: 900;
      color: var(--bv-white);
      margin-bottom: 20px;
      font-style: normal;
    }

    .bv-summary-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid rgba(255, 255, 255, .07);
      padding: 10px 0;
      font-family: Arial, sans-serif;
      font-size: .82rem;
    }

    .bv-summary-row:last-child {
      border-bottom: none;
    }

    .bv-summary-row span:first-child {
      color: rgba(255, 255, 255, .4);
      font-weight: 300;
    }

    .bv-summary-row span:last-child {
      color: #fff;
      font-weight: 600;
    }

    .bv-summary-cta {
      display: block;
      width: 100%;
      margin-top: 20px;
      background: var(--bv-green);
      color: var(--bv-white);
      font-family: Arial, sans-serif;
      font-size: .75rem;
      font-weight: 700;
      letter-spacing: .14em;
      text-transform: uppercase;
      padding: 14px;
      text-align: center;
      border: none;
      cursor: none;
      transition: background .25s;
    }

    .bv-summary-cta:hover {
      background: var(--bv-green-dk);
    }

    /* ── MODAL UNIDAD ── */
    .bv-modal-overlay {
      position: fixed;
      inset: 0;
      background: rgba(30, 55, 10, .88);
      backdrop-filter: blur(12px);
      z-index: 600;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 20px;
    }

    .bv-modal-overlay.open {
      display: flex;
      animation: bvFadeIn .28s ease;
    }

    @keyframes bvFadeIn {
      from {
        opacity: 0
      }

      to {
        opacity: 1
      }
    }

    .bv-modal {
      background: #ffffff;
      width: 100%;
      max-width: 1060px;
      max-height: 92vh;
      overflow-y: auto;
      position: relative;
      animation: bvSlideUp .32s ease;
      box-shadow: 0 40px 100px rgba(0, 0, 0, .25), 0 0 0 3px #95BB30;
      border: none;
    }

    @keyframes bvSlideUp {
      from {
        opacity: 0;
        transform: translateY(30px)
      }

      to {
        opacity: 1;
        transform: none
      }
    }

    .bv-modal::-webkit-scrollbar {
      width: 3px;
    }

    .bv-modal::-webkit-scrollbar-thumb {
      background: var(--bv-green);
    }

    .bv-modal-close {
      position: absolute;
      top: 16px;
      right: 16px;
      z-index: 10;
      background: #95BB30;
      color: #fff;
      border: none;
      width: 36px;
      height: 36px;
      font-size: .95rem;
      cursor: none;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background .25s;
      border-radius: 50%;
    }

    .bv-modal-close:hover {
      background: #7a9e20;
    }

    /* Galería modal */
    .bv-modal-gallery {
      position: relative;
      height: 420px;
      overflow: hidden;
      background: #1a3a08;
    }

    .bv-gallery-img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0;
      transition: opacity .45s ease;
    }

    .bv-gallery-img.active {
      opacity: 1;
    }

    .bv-gallery-nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 5;
      background: rgba(149, 187, 48, .85);
      color: #fff;
      border: none;
      width: 40px;
      height: 40px;
      font-size: 1.1rem;
      cursor: none;
      transition: background .25s;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
    }

    .bv-gallery-nav:hover {
      background: #95BB30;
    }

    .bv-gallery-prev {
      left: 12px;
    }

    .bv-gallery-next {
      right: 12px;
    }

    .bv-gallery-count {
      position: absolute;
      bottom: 14px;
      right: 16px;
      font-family: Arial, sans-serif;
      font-size: .68rem;
      font-weight: 600;
      letter-spacing: .1em;
      color: rgba(255, 255, 255, .7);
      background: rgba(0, 0, 0, .4);
      padding: 4px 10px;
      backdrop-filter: blur(6px);
    }

    /* Thumbnails */
    .bv-thumbs {
      display: flex;
      gap: 6px;
      padding: 10px 16px;
      background: #1a3a08;
      overflow-x: auto;
      border-bottom: 3px solid #95BB30;
    }

    .bv-thumb {
      width: 56px;
      height: 42px;
      flex-shrink: 0;
      object-fit: cover;
      cursor: none;
      opacity: .55;
      transition: opacity .25s, border-color .25s;
      border: 2px solid transparent;
    }

    .bv-thumb.active {
      opacity: 1;
      border-color: #95BB30;
    }

    /* Body modal */
    .bv-modal-body {
      padding: 28px 32px 32px;
      background: #ffffff;
    }

    .bv-modal-header {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-bottom: 20px;
      gap: 16px;
    }

    .bv-modal-name {
      font-family: 'Dosis', sans-serif;
      font-size: 1.7rem;
      font-weight: 400;
      letter-spacing: -.02em;
      color: var(--bv-black);
    }

    .bv-modal-sub {
      font-family: Arial, sans-serif;
      font-size: .78rem;
      font-weight: 400;
      color: #888;
      margin-top: 4px;
    }

    .bv-status-badge {
      display: inline-block;
      font-family: Arial, sans-serif;
      font-size: .68rem;
      font-weight: 700;
      letter-spacing: .14em;
      text-transform: uppercase;
      padding: 6px 16px;
      flex-shrink: 0;
      margin-top: 4px;
    }

    .bv-status-badge.disponible {
      background: #e8f5d0;
      color: var(--bv-green-dk);
    }

    .bv-status-badge.reservado {
      background: #fff8d6;
      color: #7a6000;
    }

    .bv-status-badge.vendido {
      background: #fde8e8;
      color: #9a1e1e;
    }

    /* Specs grid */
    .bv-specs-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 12px;
      margin-bottom: 24px;
    }

    .bv-spec-item {
      background: #f5f2ec;
      border: 1px solid rgba(149,187,48,.2);
      padding: 16px 14px;
    }

    .bv-spec-icon {
      font-size: 1.2rem;
      margin-bottom: 6px;
      display: block;
    }

    .bv-spec-label {
      font-family: Arial, sans-serif;
      font-size: .65rem;
      font-weight: 600;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: #888;
      display: block;
    }

    .bv-spec-val {
      font-family: Arial, sans-serif;
      font-size: .92rem;
      font-weight: 600;
      color: var(--bv-black);
      display: block;
      margin-top: 2px;
    }

    /* Detalles */
    .bv-modal-section-title {
      font-family: Arial, sans-serif;
      font-size: .68rem;
      font-weight: 700;
      letter-spacing: .2em;
      text-transform: uppercase;
      color: var(--bv-green-dk);
      margin-bottom: 12px;
      padding-bottom: 8px;
      border-bottom: 1px solid rgba(149, 187, 48, .1);
    }

    .bv-details-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 8px;
      margin-bottom: 24px;
    }

    .bv-detail-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 9px 14px;
      background: var(--bv-gray-7);
      font-family: Arial, sans-serif;
      font-size: .82rem;
    }

    .bv-detail-row span:first-child {
      color: #888;
      font-weight: 300;
    }

    .bv-detail-row span:last-child {
      color: #fff;
      font-weight: 600;
    }

    /* Acabados */
    .bv-acabados-list {
      list-style: none;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 8px;
      margin-bottom: 24px;
    }

    .bv-acabados-list li {
      font-family: Arial, sans-serif;
      font-size: .85rem;
      font-weight: 300;
      color: rgba(245, 242, 236, .6);
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .bv-acabados-list li::before {
      content: '✓';
      color: var(--bv-green);
      font-weight: 700;
      flex-shrink: 0;
    }

    /* Acciones */
    .bv-modal-actions {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      padding-top: 24px;
      border-top: 1px solid rgba(149, 187, 48, .1);
    }

    .bv-btn-wa {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: #95BB30;
      color: #fff;
      padding: 13px 24px;
      border: none;
      cursor: none;
      font-family: Arial, sans-serif;
      font-size: .82rem;
      font-weight: 600;
      letter-spacing: .06em;
      transition: all 0.3s ease;
    }

    .bv-btn-wa:hover {
      background: #6a8f1a;
      transform: translateY(-2px);
    }

    .bv-btn-primary {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: var(--bv-green);
      color: #fff;
      padding: 13px 28px;
      border: none;
      cursor: none;
      font-family: Arial, sans-serif;
      font-size: .78rem;
      font-weight: 700;
      letter-spacing: .12em;
      text-transform: uppercase;
      transition: background .25s;
    }

    .bv-btn-primary:hover {
      background: var(--bv-black);
    }

    /* ── ÁREAS COMUNES ── */
    .bv-areas-section {
      background: #0a0a0a;
      padding: 60px 0;
    }

    .bv-areas-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1px;
      background: rgba(255, 255, 255, .06);
      margin-top: 64px;
    }

    .bv-area-card {
      position: relative;
      overflow: hidden;
      border: none;
      min-height: 260px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      cursor: pointer;
      transition: transform var(--bv-transition), box-shadow var(--bv-transition);
    }

    /* Imagen de fondo */
    .bv-area-card-bg {
      position: absolute;
      inset: 0;
      background-size: cover;
      background-position: center;
      filter: grayscale(0%) brightness(.85);
      transition: filter .5s ease, transform .5s ease;
      z-index: 0;
    }

    /* Overlay suave solo abajo para leer el texto */
    .bv-area-card::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(0, 0, 0, .55) 0%, rgba(0, 0, 0, .05) 50%, transparent 100%);
      z-index: 1;
      transition: background .5s ease;
    }

    /* Al hover: más brillo */
    .bv-area-card:hover .bv-area-card-bg {
      filter: grayscale(0%) brightness(1);
      transform: scale(1.06);
    }

    .bv-area-card:hover::before {
      background: linear-gradient(to top, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, .1) 60%, transparent 100%);
    }

    .bv-area-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 20px 48px rgba(0, 0, 0, .3);
    }

    /* Contenido sobre la imagen */
    .bv-area-content {
      position: relative;
      z-index: 2;
      padding: 24px 22px;
    }

    .bv-area-icon {
      width: 36px;
      height: 36px;
      margin-bottom: 10px;
      color: #fff;
      opacity: .7;
      transition: opacity .3s, color .3s;
    }

    .bv-area-card:hover .bv-area-icon {
      opacity: 1;
      color: #B8D84A;
    }

    .bv-area-name {
      font-family: 'Dosis', sans-serif;
      font-size: 1rem;
      font-weight: 400;
      color: #fff;
      margin-bottom: 6px;
      letter-spacing: -.01em;
    }

    .bv-area-card .bv-area-name {
      color: #ffffff !important;
      /* El verde de Oyague & Mendoza */
    }

    .bv-area-desc {
      font-family: Arial, sans-serif;
      font-size: .78rem;
      font-weight: 300;
      color: rgb(255, 255, 255);
      line-height: 1.65;
      max-height: 0;
      overflow: hidden;
      transition: max-height .4s ease, opacity .4s ease;
      opacity: 0;
    }

    .bv-area-card .bv-area-desc {
      color: #ffffff !important;
      /* El verde de Oyague & Mendoza */
    }


    .bv-area-card:hover .bv-area-desc {
      max-height: 80px;
      opacity: 1;
    }

    /* ── GALERÍA GENERAL ── */
    .bv-gallery-section {
      padding: 112px 0;
      background: #f5f0e8;
    }

    .bv-masonry {
      columns: 3;
      column-gap: 12px;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 24px;
    }

    .bv-masonry-item {
      break-inside: avoid;
      margin-bottom: 12px;
      overflow: hidden;
      position: relative;
      cursor: none;
    }

    .bv-masonry-item img {
      width: 100%;
      display: block;
      transition: transform .6s cubic-bezier(.25, .1, .25, 1);
      filter: brightness(.95);
    }

    .bv-masonry-item:hover img {
      transform: scale(1.05);
      filter: brightness(.8);
    }

    .bv-masonry-item-overlay {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(17, 17, 17, .0);
      transition: background .4s;
    }

    .bv-masonry-item:hover .bv-masonry-item-overlay {
      background: rgba(17, 17, 17, .25);
    }

    .bv-masonry-zoom {
      width: 40px;
      height: 40px;
      background: var(--bv-white);
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      transform: scale(.7);
      transition: all .3s;
      color: var(--bv-black);
    }

    .bv-masonry-item:hover .bv-masonry-zoom {
      opacity: 1;
      transform: scale(1);
    }

    /* ── CTA FINAL ── */
    .bv-cta-section {
      padding: 120px 0;
      background: #0a0a0a;
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    .bv-cta-section::before {
      content: '';
      position: absolute;
      top: -100px;
      left: 50%;
      transform: translateX(-50%);
      width: 600px;
      height: 600px;
      background: radial-gradient(circle, rgba(149, 187, 48, .06) 0%, transparent 70%);
      pointer-events: none;
    }

    .bv-cta-line {
      width: 64px;
      height: 1px;
      background: var(--bv-green);
      margin: 0 auto 28px;
    }

    .bv-cta-title {
      font-family: 'Arial Black', Arial, sans-serif; font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 900;
      letter-spacing: -.02em;
      color: var(--bv-black);
      margin-bottom: 18px;
      line-height: 1.1;
    }

    .bv-cta-title em {
      font-family: 'Dancing Script', cursive; font-style: normal;
      color: var(--bv-green);
    }

    .bv-cta-sub {
      font-family: Arial, sans-serif;
      font-size: .92rem;
      font-weight: 300;
      color: rgba(245, 242, 236, .5);
      line-height: 1.8;
      max-width: 420px;
      margin: 0 auto 48px;
    }

    .bv-cta-btns {
      display: flex;
      gap: 14px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .bv-cta-phone {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: transparent;
      color: var(--bv-black);
      padding: 13px 28px;
      border: 1.5px solid var(--bv-gray-6);
      cursor: none;
      font-family: Arial, sans-serif;
      font-size: .82rem;
      font-weight: 500;
      transition: all .25s;
    }

    .bv-cta-phone:hover {
      border-color: var(--bv-black);
    }

    /* ── Sección fondo blanco eyebrow override ── */
    .bv-gallery-section .bv-eyebrow,
    .bv-gallery-section .bv-title {
      color: var(--bv-black);
    }

    .bv-areas-section .bv-eyebrow::before,
    .bv-areas-section .bv-eyebrow::after {
      background: #95BB30;
    }

    .bv-areas-section .bv-title {
      color: #000000 !important;
    }

    .bv-areas-section .bv-sub {
      color: rgba(245, 242, 236, .6);
      font-size: 1.15rem;
    }
    #edificio .bv-sub { font-size: 1.15rem; }
    .tipo-section .bv-sub { font-size: 1.15rem; }

    /* ── Scroll reveal ── */
    .bv-reveal {
      opacity: 0;
      transform: translateY(30px);
      transition: opacity .8s ease, transform .8s ease;
    }

    .bv-reveal.visible {
      opacity: 1;
      transform: none;
    }

    .bv-reveal-delay-1 {
      transition-delay: .1s;
    }

    .bv-reveal-delay-2 {
      transition-delay: .2s;
    }

    .bv-reveal-delay-3 {
      transition-delay: .3s;
    }

    /* ── Responsive ── */
    @media(max-width:960px) {
      .bv-building-wrap {
        grid-template-columns: 1fr;
      }

      .bv-panel {
        position: static;
      }

      .bv-areas-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .bv-masonry {
        columns: 2;
      }

      .bv-specs-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .bv-details-grid {
        grid-template-columns: 1fr;
      }

      .bv-floor-badge {
        display: none;
      }
    }

    @media(max-width:640px) {
      .bv-hero-content {
        padding: 0 24px 72px;
      }

      .bv-hero-title {
        font-size: clamp(2.5rem, 10vw, 3.5rem);
      }

      .bv-hero-stats {
        flex-direction: column;
        gap: 16px;
      }

      .bv-hero-stat {
        border-right: none;
        padding-right: 0;
        margin-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        padding-bottom: 16px;
      }

      .bv-hero-stat:last-child {
        border-bottom: none;
      }

      .bv-section {
        padding: 72px 0;
      }

      .bv-areas-grid {
        grid-template-columns: 1fr 1fr;
      }

      .bv-masonry {
        columns: 1;
      }

      .bv-modal-body {
        padding: 20px;
      }

      .bv-specs-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .bv-modal-actions {
        flex-direction: column;
      }

      .bv-btn-wa,
      .bv-btn-primary {
        width: 100%;
        justify-content: center;
      }

      .bv-acabados-list {
        grid-template-columns: 1fr;
      }

      .bv-hotspot-tip {
        display: none;
      }

      .bv-areas-grid {
        grid-template-columns: 1fr;
      }

      .bv-specs-grid {
        grid-template-columns: 1fr 1fr;
      }
    }

    @media(max-width:480px) {
      .bv-specs-grid {
        grid-template-columns: 1fr;
      }

      .bv-section {
        padding: 56px 0;
      }
    }

    @media(max-width:768px) {
      .bv-tipo-grid {
        grid-template-columns: 1fr !important;
      }

      .bv-tipo-grid>div:first-child {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        border-right: none !important;
        border-bottom: 1px solid rgba(149, 187, 48, .15);
      }

      .bv-tipo-grid>div:first-child button {
        flex-shrink: 0;
        border-right: none !important;
        border-bottom: 3px solid transparent;
      }
    }

    .bv-lb-overlay {
      position: fixed;
      inset: 0;
      background: rgba(245, 242, 236, .88);
      backdrop-filter: blur(18px);
      z-index: 800;
      display: none;
      align-items: center;
      justify-content: center;
    }

    .bv-lb-overlay.open {
      display: flex;
      animation: bvFadeIn .25s ease;
    }

    .bv-lb-box {
      position: relative;
      width: 90vw;
      max-width: 900px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .bv-lb-img-wrap {
      width: 100%;
      position: relative;
      background: #ffffff;
      max-height: 70vh;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 3px solid #95BB30;
    }

    .bv-lb-img-wrap img {
      width: 100%;
      max-height: 70vh;
      object-fit: contain;
      transition: opacity .3s ease;
    }

    .bv-lb-prev,
    .bv-lb-next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: #95BB30;
      color: #fff;
      border: none;
      width: 48px;
      height: 48px;
      font-size: 1.3rem;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background .25s;
      z-index: 5;
      border-radius: 50%;
    }

    .bv-lb-prev {
      left: 12px;
    }

    .bv-lb-next {
      right: 12px;
    }

    .bv-lb-prev:hover,
    .bv-lb-next:hover {
      background: #95BB30;
    }

    .bv-lb-count {
      position: absolute;
      bottom: 12px;
      right: 16px;
      font-family: Arial, sans-serif;
      font-size: .68rem;
      font-weight: 600;
      color: rgba(255, 255, 255, .7);
      background: rgba(0, 0, 0, .4);
      padding: 3px 10px;
    }

    .bv-lb-thumbs {
      display: flex;
      gap: 6px;
      margin-top: 10px;
      overflow-x: auto;
      max-width: 100%;
      padding: 8px 12px;
      background: rgba(255,255,255,.7);
      border-radius: 4px;
    }

    .bv-lb-thumb {
      width: 64px;
      height: 48px;
      flex-shrink: 0;
      object-fit: cover;
      cursor: pointer;
      opacity: .45;
      border: 2px solid transparent;
      transition: opacity .25s, border-color .25s;
    }

    .bv-lb-thumb.active {
      opacity: 1;
      border-color: #95BB30;
    }

    .bv-lb-close {
      position: absolute;
      top: -48px;
      right: 0;
      background: #95BB30;
      color: #fff;
      border: none;
      width: 36px;
      height: 36px;
      font-size: 1rem;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background .25s;
      border-radius: 50%;
    }

    .bv-lb-close:hover {
      background: #7a9e20;
    }

    /* ── AVANCE DEL PROYECTO ── */
    .bv-avance-section>.container {
      max-width: 1440px !important;
      padding-left: 16px !important;
      padding-right: 16px !important;
    }

    .bv-avance-timeline {
      max-width: 1100px;
      margin: 0 auto 56px;
      padding: 0 190px;
    }

    .bv-avance-track {
      position: relative;
      height: 4px;
      background: #222;
      border-radius: 2px;
      margin: 20px 0 40px;
    }

    .bv-avance-progress {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      background: #95BB30;
      border-radius: 2px;
    }

    .bv-avance-dot {
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background: #c8c8c8;
      border: 2px solid #fff;
      box-shadow: 0 0 0 2px #c8c8c8;
    }

    .bv-avance-dot.active {
      background: #95BB30;
      box-shadow: 0 0 0 2px #95BB30;
    }

    .bv-avance-dot.current {
      background: #95BB30;
      width: 18px;
      height: 18px;
      box-shadow: 0 0 0 3px #95BB30, 0 0 0 6px rgba(149, 187, 48, .2);
    }

    .bv-avance-cards {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
      max-width: 1100px;
      margin: 0 auto 40px;
    }

    .bv-avance-card {
      position: relative;
      background: #ffffff;
      border-radius: 20px;
      padding: 32px 20px 24px;
      width: 160px;
      text-align: center;
      box-shadow: 0 4px 20px rgba(0, 0, 0, .3);
      border: 1px solid rgba(149, 187, 48, .1);
      transition: transform .3s, box-shadow .3s;
    }

    .bv-avance-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 8px 32px rgba(0, 0, 0, .1);
    }

    .bv-avance-card .bv-avance-icon {
      margin-bottom: 16px;
      color: #c8c8c8;
    }

    .bv-avance-card.done .bv-avance-icon {
      color: #95BB30;
    }

    .bv-avance-card.current .bv-avance-icon {
      color: #95BB30;
    }

    .bv-avance-label {
      font-family: Arial, sans-serif;
      font-size: 0.93rem;
      font-weight: 500;
      color: #555;
    }

    .bv-avance-card.done .bv-avance-label,
    .bv-avance-card.current .bv-avance-label {
      color: #fff;
    }

    .bv-avance-check {
      position: absolute;
      top: 12px;
      right: 14px;
      font-size: .7rem;
      color: #95BB30;
      font-weight: 700;
    }

    .bv-avance-badge-current {
      display: inline-block;
      margin-top: 8px;
      background: #95BB30;
      color: #fff;
      font-family: Arial, sans-serif;
      font-size: .76rem;
      font-weight: 700;
      letter-spacing: .12em;
      text-transform: uppercase;
      padding: 3px 10px;
      border-radius: 20px;
    }

    .bv-avance-desc {
      font-family: Arial, sans-serif;
      font-size: .95rem;
      font-weight: 300;
      color: rgba(245, 242, 236, .5);
      text-align: center;
      max-width: 640px;
      margin: 0 auto;
      line-height: 1.8;
    }
  

    /* ══════════════════════════════════════════
       SELECTOR — PANEL EXPANSIVO CINEMATOGRÁFICO
    ══════════════════════════════════════════ */
    .dep-selector {
      background: #f5f0e8;
      padding: 110px 0 70px;
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    .dep-selector::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 1px;
      background: linear-gradient(to right, transparent, rgba(149,187,48,.4), transparent);
    }

    .dep-selector-eyebrow {
      font-family: Arial, sans-serif;
      font-size: .92rem;
      font-weight: 700;
      letter-spacing: .32em;
      text-transform: uppercase;
      color: #6a8f1a;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 14px;
      margin-bottom: 14px;
      position: relative;
      z-index: 1;
    }

    .dep-selector-eyebrow::before,
    .dep-selector-eyebrow::after {
      content: '';
      display: inline-block;
      width: 36px; height: 1px;
      background: #95BB30;
    }

    .dep-selector-title {
      font-family: 'Arial Black', Arial, sans-serif; font-size: clamp(2.2rem, 4vw, 3.2rem); font-weight: 900;
      color: #1a1a18;
      margin-bottom: 48px;
      position: relative;
      z-index: 1;
    }

    .dep-selector-title em { font-family: 'Arial Black', Arial, sans-serif; font-style: normal; font-weight: 900; font-size: 1em; color: #1a1a18; text-transform: uppercase; }

    /* ── CONTENEDOR EXPANSIVO ── */
    .dep-cards {
      display: flex;
      width: 100%;
      max-width: 1300px;
      margin: 0 auto;
      padding: 0 48px;
      height: 580px;
      gap: 18px;
      position: relative;
      z-index: 1;
      perspective: 1400px;
      perspective-origin: 50% 50%;
    }

    @media (max-width: 860px) {
      .dep-cards { flex-direction: column; height: auto; padding: 0 20px; gap: 16px; perspective: none; }
      .dep-card  { flex: none !important; height: 340px !important; transform: none !important; }
      .dep-card-vertical-name { display: none !important; }
    }

    /* ── PANEL — forma redondeada ── */
    .dep-card {
      position: relative;
      flex: 1;
      overflow: hidden;
      cursor: pointer;
      border-radius: 28px;
      transform-origin: center center;
      transition: flex .65s cubic-bezier(.77,0,.18,1),
                  transform .65s cubic-bezier(.77,0,.18,1),
                  box-shadow .65s;
      box-shadow: 0 16px 56px rgba(0,0,0,.45);
    }

    /* Paneles en reposo: inclinados hacia afuera como libro */
    .dep-card:first-child:not(.active) { transform: rotateY(14deg); }
    .dep-card:last-child:not(.active)  { transform: rotateY(-14deg); }

    /* Panel activo: cara al frente */
    .dep-card.active {
      flex: 2.4;
      transform: rotateY(0deg);
      box-shadow: 0 28px 80px rgba(0,0,0,.6);
    }

    /* Cuando el otro panel está activo, éste se inclina más */
    .dep-cards:has(#cardBV2.active) #cardBV1 { transform: rotateY(22deg); }
    .dep-cards:has(#cardBV1.active) #cardBV2 { transform: rotateY(-22deg); }

    /* Separador verde entre paneles */
    .dep-card:not(:last-child)::after {
      content: '';
      position: absolute;
      top: 0; right: 0; bottom: 0;
      width: 2px;
      background: linear-gradient(to bottom, transparent 5%, #95BB30 40%, #CEE632 60%, transparent 95%);
      z-index: 10;
    }

    /* ── IMAGEN ── */
    .dep-card-bg {
      position: absolute;
      inset: 0;
      background-size: cover;
      background-position: center;
      transition: transform .8s cubic-bezier(.77,0,.18,1), filter .6s ease;
      filter: brightness(.55) saturate(.6);
    }

    .dep-card.active .dep-card-bg {
      filter: brightness(.75) saturate(1);
      transform: scale(1.06);
    }

    .dep-card:hover:not(.active) .dep-card-bg {
      filter: brightness(.62) saturate(.75);
      transform: scale(1.03);
    }

    /* ── OVERLAY ── */
    .dep-card-overlay {
      position: absolute; inset: 0; z-index: 1;
      background: linear-gradient(
        to top,
        rgba(0,0,0,.20) 0%,
        rgba(0,0,0,.00) 30%,
        rgba(0,0,0,.00) 100%
      );
      transition: opacity .5s;
    }

    /* Velo extra cuando contraído */
    .dep-card:not(.active) .dep-card-overlay {
      background: linear-gradient(
        to top,
        rgba(0,0,0,.20) 0%,
        rgba(0,0,0,.00) 30%,
        rgba(0,0,0,.00) 100%
      );
    }

    /* ── NOMBRE VERTICAL (solo visible cuando contraído) ── */
    .dep-card-vertical-name {
      position: absolute;
      top: 50%; left: 50%;
      transform: translate(-50%, -50%) rotate(-90deg);
      white-space: nowrap;
      font-family: 'Dosis', sans-serif;
      font-size: 1.1rem;
      font-weight: 400;
      letter-spacing: .08em;
      color: rgba(245,242,236,.55);
      z-index: 5;
      pointer-events: none;
      transition: opacity .4s;
    }

    .dep-card.active .dep-card-vertical-name { opacity: 0; }
    .dep-card:not(.active) .dep-card-vertical-name { opacity: 1; }

    /* ── NÚMERO DECORATIVO ── */
    .dep-card-deco-num {
      position: absolute;
      top: 12px; left: 20px;
      font-family: 'Dosis', sans-serif;
      font-size: clamp(5rem, 9vw, 8rem);
      font-weight: 700;
      line-height: 1;
      color: transparent;
      -webkit-text-stroke: 1px rgba(149,187,48,.15);
      z-index: 2;
      pointer-events: none;
      user-select: none;
      transition: -webkit-text-stroke-color .5s, opacity .5s;
      opacity: .6;
    }

    .dep-card.active .dep-card-deco-num {
      -webkit-text-stroke-color: rgba(149,187,48,.28);
      opacity: 1;
    }

    .dep-card:not(.active) .dep-card-deco-num { opacity: 0; }

    /* ── BADGE SUPERIOR ── */
    .dep-card-top {
      position: absolute;
      top: 20px; right: 20px;
      z-index: 6;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      gap: 8px;
      transition: opacity .4s;
    }

    .dep-card:not(.active) .dep-card-top { opacity: 0; }

    .dep-card-badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-family: Arial, sans-serif;
      font-size: .82rem;
      font-weight: 700;
      letter-spacing: .16em;
      text-transform: uppercase;
      padding: 7px 16px 7px 13px;
      border-radius: 2px;
      backdrop-filter: blur(10px);
    }

    .dep-card-badge.disponible {
      background: rgba(149,187,48,.18);
      color: #CEE632;
      border: 1px solid rgba(149,187,48,.4);
    }

    .dep-card-badge.proximamente {
      background: rgba(255,255,255,.08);
      color: rgba(255,255,255,.55);
      border: 1px solid rgba(255,255,255,.14);
    }

    .dep-badge-dot {
      width: 5px; height: 5px;
      border-radius: 50%;
      background: currentColor;
      flex-shrink: 0;
    }

    .dep-card-badge.disponible .dep-badge-dot {
      animation: bv-pulse 2s ease-in-out infinite;
    }

    @keyframes bv-pulse {
      0%,100% { opacity:1; transform:scale(1); }
      50%      { opacity:.35; transform:scale(.55); }
    }

    .dep-card-location {
      font-family: Arial, sans-serif;
      font-size: .85rem;
      letter-spacing: .1em;
      color: rgba(255,255,255,.3);
      text-transform: uppercase;
    }

    /* ── PANEL INFERIOR INFO ── */
    .dep-card-info {
      position: absolute;
      bottom: 0; left: 0; right: 0;
      z-index: 5;
      padding: 0 32px 32px;
      transition: opacity .4s, transform .4s;
    }

    .dep-card:not(.active) .dep-card-info {
      opacity: 0;
      transform: translateY(16px);
    }

    /* Línea acento */
    .dep-card-divider {
      width: 40px; height: 2px;
      background: linear-gradient(to right, #95BB30, #CEE632);
      margin-bottom: 16px;
    }

    .dep-card-name {
      font-family: 'Dosis', sans-serif;
      font-size: clamp(2.4rem, 3.8vw, 3.8rem);
      font-weight: 400;
      color: #f5f2ec;
      line-height: 1.05;
      margin-bottom: 0;
      letter-spacing: -.02em;
    }

    .dep-card-name em { font-family: 'Dancing Script', cursive; font-style: normal; color: #CEE632; }

    /* BV2 inactivo: texto atenuado */
    #cardBV2:not(.active) .bv2-info .dep-card-name { color: rgba(245,242,236,.45); }
    #cardBV2:not(.active) .bv2-info .dep-card-name em { color: rgba(206,230,50,.3); }
    #cardBV2:not(.active) .bv2-info .dep-card-divider { background: rgba(255,255,255,.2); }
    #cardBV2:not(.active) .bv2-info .dep-card-specs { border-color: rgba(255,255,255,.1); }
    #cardBV2:not(.active) .bv2-info .dep-spec { border-color: rgba(255,255,255,.1); }
    #cardBV2:not(.active) .bv2-info .dep-spec-val { color: rgba(255,255,255,.32); }
    #cardBV2:not(.active) .bv2-info .dep-spec-label { color: rgba(255,255,255,.2); }
    #cardBV2:not(.active) .bv2-info .dep-card-btn { color: rgba(255,255,255,.32); }

    /* ── SPECS ── */
    .dep-card-specs {
      display: flex;
      gap: 0;
      margin-top: 20px;
      border-top: 1px solid rgba(149,187,48,.2);
      padding-top: 16px;
    }

    .dep-spec {
      flex: 1;
      text-align: center;
      border-right: 1px solid rgba(149,187,48,.15);
      padding: 0 12px;
    }

    .dep-spec:last-child { border-right: none; }
    .dep-spec:first-child { text-align: left; padding-left: 0; }
    .dep-spec:last-child  { text-align: right; padding-right: 0; }

    .dep-spec-val {
      display: block;
      font-family: 'Dosis', sans-serif;
      font-size: 3rem;
      font-weight: 400;
      color: #fff;
      line-height: 1;
      margin-bottom: 6px;
    }

    .dep-spec-label {
      display: block;
      font-family: Arial, sans-serif;
      font-size: 1rem;
      font-weight: 700;
      letter-spacing: .15em;
      text-transform: uppercase;
      color: #ffffff;
    }

    /* ── BOTÓN VER PROYECTO ── */
    .dep-card-btn {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-top: 22px;
      font-family: Arial, sans-serif;
      font-size: .72rem;
      font-weight: 700;
      letter-spacing: .18em;
      text-transform: uppercase;
      color: #CEE632;
      border: none;
      background: none;
      padding: 0;
      cursor: pointer;
      transition: gap .3s, color .3s;
    }

    .dep-card-btn:hover { gap: 16px; color: #fff; }

    .dep-card-btn-line {
      width: 28px; height: 1px;
      background: currentColor;
      transition: width .3s;
    }

    .dep-card-btn:hover .dep-card-btn-line { width: 40px; }

    /* ── LÍNEA INFERIOR ── */
    .dep-tab-line {
      position: absolute;
      bottom: 0; left: 0; right: 0;
      height: 2px;
      background: transparent;
      transition: background .5s;
      z-index: 6;
    }

    .dep-card.active .dep-tab-line {
      background: linear-gradient(to right, #95BB30, #CEE632, #95BB30);
    }

    /* Contenedor de contenido del proyecto */
    #depContent {
      display: block;
    }

    #depBV2Content {
      display: none;
    }

    /* Placeholder BV2 */
    .dep-coming {
      min-height: 60vh;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background: #050505;
      padding: 80px 32px;
      text-align: center;
    }

    .dep-coming-icon {
      font-size: 4rem;
      margin-bottom: 24px;
      opacity: .4;
    }

    .dep-coming-title {
      font-family: 'Arial Black', Arial, sans-serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 900;
      color: #fff;
      margin-bottom: 14px;
    }

    .dep-coming-title em {
      font-family: 'Dancing Script', cursive; font-style: normal;
      color: #B8D84A;
    }

    .dep-coming-sub {
      font-family: Arial, sans-serif;
      font-size: .95rem;
      font-weight: 300;
      color: rgba(255, 255, 255, .4);
      max-width: 480px;
      line-height: 1.8;
      margin-bottom: 36px;
    }

    .dep-coming-cta {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: #95BB30;
      color: #fff;
      padding: 14px 32px;
      font-family: Arial, sans-serif;
      font-size: .78rem;
      font-weight: 700;
      letter-spacing: .12em;
      text-transform: uppercase;
      text-decoration: none;
      transition: background .25s;
    }

    .dep-coming-cta:hover {
      background: #6a8f1a;
    }

    /* ── FIX WhatsApp float circular ── */
    .whatsapp-float {
      border-radius: 50% !important;
    }
  

    .dep-info-strip {
      background: #f5f2ec;
      border-top: 3px solid #95BB30;
      border-bottom: 3px solid #95BB30;
      padding: 28px 0;
    }
    .dep-info-strip-inner {
      max-width: 1200px; margin: 0 auto; padding: 0 48px;
      display: flex; align-items: center; gap: 0;
      flex-wrap: wrap;
    }
    .dep-info-item {
      display: flex; align-items: center; gap: 14px;
      flex: 1; min-width: 220px;
    }
    .dep-info-icon { font-size: 1.5rem; flex-shrink: 0; }
    .dep-info-label {
      display: block; font-size: .72rem; font-weight: 700;
      letter-spacing: .18em; text-transform: uppercase;
      color: #95BB30; margin-bottom: 3px;
    }
    .dep-info-val {
      display: block; font-family: Arial, sans-serif;
      font-size: .95rem; font-weight: 600; color: #1A1A18;
    }
    .dep-info-val small { font-weight: 400; color: #5a5853; }
    .dep-info-divider {
      width: 1px; height: 48px;
      background: rgba(149,187,48,.3);
      margin: 0 40px; flex-shrink: 0;
    }
    .dep-info-price {
      display: flex; flex-direction: column; align-items: flex-end;
      flex-shrink: 0; gap: 10px;
    }
    .dep-info-price-badge {
      background: #95BB30;
      border-radius: 12px;
      padding: 14px 28px 14px 24px;
      display: flex; flex-direction: column; align-items: center;
      position: relative;
      box-shadow: 0 8px 32px rgba(149,187,48,.3);
    }
    .dep-info-price-desde {
      font-size: .68rem; font-weight: 800; letter-spacing: .25em;
      color: #fff; margin-bottom: 2px;
    }
    .dep-info-price-row {
      display: flex; align-items: baseline; gap: 4px;
    }
    .dep-info-price-sol {
      font-family: 'Dosis', sans-serif;
      font-size: 1.4rem; font-weight: 700; color: #fff;
    }
    .dep-info-price-num {
      font-family: 'Arial Black', Arial, sans-serif;
      font-size: 3rem; font-weight: 900; color: #fff;
      line-height: 1; letter-spacing: -.02em;
    }
    .dep-info-price-mes {
      font-size: .85rem; color: rgba(255,255,255,.75);
      align-self: flex-end; margin-bottom: 6px;
    }
    .dep-info-price-contado {
      display: flex; flex-direction: column; align-items: flex-end; gap: 1px;
    }
    .dep-info-price-contado-label {
      font-size: .68rem; font-weight: 700; letter-spacing: .15em;
      text-transform: uppercase; color: #95BB30;
    }
    .dep-info-price-contado-val {
      font-family: 'Dosis', sans-serif;
      font-size: 1.1rem; font-weight: 700; color: #1A1A18;
    }
    @media(max-width: 768px) {
      .dep-info-strip-inner { flex-direction: column; align-items: flex-start; gap: 20px; padding: 0 24px; }
      .dep-info-divider { width: 100%; height: 1px; margin: 0; }
      .dep-info-price { align-items: flex-start; }
    }
  

      .bv-area-hotspot {
        position: absolute;
        cursor: pointer;
        background: rgba(149, 187, 48, .12);
        border: 1.5px solid rgba(149, 187, 48, .7);
        border-radius: 4px;
        transition: background .25s, border-color .25s, box-shadow .25s;
        z-index: 5;
        box-shadow: 0 0 0 1px rgba(149, 187, 48, .15), inset 0 0 10px rgba(149, 187, 48, .08);
      }

      .bv-area-hotspot:hover {
        background: rgba(149, 187, 48, .28);
        border-color: #95BB30;
        box-shadow: 0 0 0 2px rgba(149, 187, 48, .3), inset 0 0 16px rgba(149, 187, 48, .15);
      }

      .bv-area-hotspot.active {
        background: rgba(149, 187, 48, .32);
        border-color: #95BB30;
        box-shadow: 0 0 0 3px rgba(149, 187, 48, .35);
      }

      .bv-area-hotspot-label {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: .55rem;
        font-weight: 800;
        letter-spacing: .08em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, .9);
        white-space: nowrap;
        transition: color .25s;
        text-shadow: 0 1px 4px rgba(0, 0, 0, .8);
        pointer-events: none;
      }

      .bv-area-hotspot:hover .bv-area-hotspot-label,
      .bv-area-hotspot.active .bv-area-hotspot-label {
        color: #ffffff;
      }

      /* Panel áreas comunes */
      .bv-areas-info-panel {
        background:
          radial-gradient(circle at top right, rgba(149,187,48,.08) 0%, transparent 60%),
          radial-gradient(circle at bottom left, rgba(149,187,48,.05) 0%, transparent 50%),
          radial-gradient(rgba(149,187,48,.12) 1px, transparent 1px);
        background-size: auto, auto, 22px 22px;
        background-color: #f9f8f4;
        border: 1px solid rgba(149,187,48,.2);
        border-left: 4px solid #95BB30;
        border-radius: 0;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        color: #1A1A18;
        box-shadow: 0 4px 24px rgba(0,0,0,.08);
      }

      .bv-areas-panel-empty {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 14px;
        padding: 48px 24px;
        text-align: center;
        flex: 1;
        color: #1A1A18 !important;
        opacity: 1 !important;
      }

      .bv-areas-panel-empty-icon {
        font-size: 2.4rem;
        opacity: 1;
      }

      .bv-areas-panel-empty-text {
        font-size: .82rem;
        color: #5a5853 !important;
        line-height: 1.7;
      }

      /* ── PULSO EN HOTSPOTS ── */
      @keyframes bv-hotspot-pulse {
        0%   { box-shadow: 0 0 0 0 rgba(206,230,50,.75), inset 0 0 10px rgba(149,187,48,.08); }
        70%  { box-shadow: 0 0 0 10px rgba(206,230,50,0), inset 0 0 10px rgba(149,187,48,.08); }
        100% { box-shadow: 0 0 0 0 rgba(206,230,50,0),   inset 0 0 10px rgba(149,187,48,.08); }
      }
      .bv-building-wrap:not(.bv-interacted) .bv-area-hotspot:not(.active) {
        animation: bv-hotspot-pulse 2.2s ease-out infinite;
      }
      .bv-building-wrap:not(.bv-interacted) .bv-area-hotspot:nth-child(3)  { animation-delay: .25s; }
      .bv-building-wrap:not(.bv-interacted) .bv-area-hotspot:nth-child(4)  { animation-delay: .5s; }
      .bv-building-wrap:not(.bv-interacted) .bv-area-hotspot:nth-child(5)  { animation-delay: .75s; }
      .bv-building-wrap:not(.bv-interacted) .bv-area-hotspot:nth-child(6)  { animation-delay: 1s; }
      .bv-building-wrap:not(.bv-interacted) .bv-area-hotspot:nth-child(7)  { animation-delay: 1.25s; }
      .bv-building-wrap:not(.bv-interacted) .bv-area-hotspot:nth-child(8)  { animation-delay: 1.5s; }
      .bv-building-wrap:not(.bv-interacted) .bv-area-hotspot:nth-child(9)  { animation-delay: 1.75s; }
      .bv-building-wrap:not(.bv-interacted) .bv-area-hotspot:nth-child(10) { animation-delay: 2s; }

      /* ── TOOLTIP FLOTANTE "TOCA UNA ZONA" ── */
      /* ── HINT ROTATIVO ÁREAS COMUNES ── */
      .bv-area-hint {
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
        z-index: 18;
        pointer-events: none;
        opacity: 0;
        transition: opacity .35s ease;
      }
      .bv-area-hint.visible {
        opacity: 1;
        animation: bvHintEntrada .45s cubic-bezier(.22,1,.36,1) both;
      }
      @keyframes bvHintEntrada {
        0%   { opacity:0; transform:scale(.6);
               filter: brightness(3) drop-shadow(0 0 12px #95BB30); }
        40%  { opacity:1; transform:scale(1.1);
               filter: brightness(2) drop-shadow(0 0 18px #CEE632); }
        70%  { transform:scale(.97); filter: brightness(1.3) drop-shadow(0 0 8px #95BB30); }
        100% { transform:scale(1);  filter: brightness(1) drop-shadow(0 0 4px rgba(149,187,48,.5)); }
      }
      .bv-building-wrap.bv-interacted .bv-area-hint { display: none; }
      .bv-area-hint-box {
        background: rgba(30,50,10,.82);
        border: 1.5px solid #95BB30;
        padding: 8px 18px;
        border-radius: 6px;
        white-space: nowrap;
        font-family: Arial, sans-serif;
        font-size: .72rem;
        font-weight: 800;
        letter-spacing: .18em;
        text-transform: uppercase;
        color: #CEE632;
      }
      .bv-area-hint-arrows {
        display: flex;
        flex-direction: row;
        gap: 3px;
        transform-origin: 0px 50%;
      }
      .bv-area-hint-arrow {
        width: 14px;
        height: 3px;
        background: #95BB30;
        border-radius: 2px;
        position: relative;
        opacity: 0;
        transform: translateX(-6px);
      }
      .bv-area-hint-arrow:last-child::after {
        content: '';
        position: absolute;
        right: -6px;
        top: 50%;
        transform: translateY(-50%);
        border-left: 7px solid #95BB30;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
      }
      .bv-area-hint-arrow:nth-child(1) { animation: bvSlideArrow 1.5s ease-in-out infinite 0s; }
      .bv-area-hint-arrow:nth-child(2) { animation: bvSlideArrow 1.5s ease-in-out infinite .25s; }
      .bv-area-hint-arrow:nth-child(3) { animation: bvSlideArrow 1.5s ease-in-out infinite .5s; }
      @keyframes bvSlideArrow {
        0%   { opacity: 0; transform: translateX(-6px); }
        30%  { opacity: 1; transform: translateX(0); }
        70%  { opacity: 1; transform: translateX(4px); }
        100% { opacity: 0; transform: translateX(10px); }
      }
      /* ── FIN HINT ROTATIVO ── */

      .bv-click-hint {
        position: absolute;
        bottom: 28px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        align-items: center;
        gap: 10px;
        background: rgba(0,0,0,.72);
        border: 1px solid rgba(206,230,50,.4);
        padding: 10px 22px;
        pointer-events: none;
        z-index: 20;
        transition: opacity .7s ease;
        white-space: nowrap;
      }
      .bv-building-wrap.bv-interacted .bv-click-hint {
        opacity: 0;
      }
      @keyframes bv-cursor-bounce {
        0%, 100% { transform: translateY(0) rotate(-10deg); }
        50%       { transform: translateY(-5px) rotate(-10deg); }
      }
      .bv-click-hint-icon {
        font-size: 1.3rem;
        animation: bv-cursor-bounce 1.1s ease-in-out infinite;
        display: block;
      }
      .bv-click-hint-text {
        font-family: Arial, sans-serif;
        font-size: .73rem;
        font-weight: 700;
        letter-spacing: .18em;
        text-transform: uppercase;
        color: #CEE632;
      }

      /* ── CHIPS CLICABLES EN PANEL VACÍO ── */
      .bv-area-chips {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
        margin-top: 24px;
        padding: 0 8px;
      }
      .bv-area-chip .chip-svg {
        width: 18px; height: 18px; flex-shrink: 0;
        display: inline-block; vertical-align: middle; margin-right: 6px;
      }
      .bv-area-chip {
        display: inline-flex; align-items: center;
        font-family: Arial, sans-serif;
        font-size: .82rem;
        font-weight: 700;
        letter-spacing: .1em;
        text-transform: uppercase;
        color: #1A1A18;
        background: #ffffff;
        border: 1.5px solid rgba(149,187,48,.5);
        padding: 11px 20px;
        cursor: pointer;
        transition: background .2s, border-color .2s, color .2s;
        box-shadow: 0 2px 8px rgba(0,0,0,.06);
      }
      .bv-area-chip:hover {
        background: #95BB30;
        border-color: #95BB30;
        color: #ffffff;
      }

      .bv-areas-panel-content {
        display: none;
        flex-direction: column;
        flex: 1;
      }

      .bv-areas-panel-content.visible {
        display: flex;
      }

      .bv-areas-panel-img {
        position: relative;
        height: 210px;
        overflow: hidden;
        background: #050505;
        flex-shrink: 0;
      }

      .bv-areas-panel-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: opacity .35s;
      }

      .bv-areas-panel-img-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(0, 0, 0, .55);
        color: #fff;
        border: none;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        cursor: pointer;
        font-size: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background .2s;
        z-index: 3;
      }

      .bv-areas-panel-img-nav:hover {
        background: #95BB30;
      }

      .bv-areas-panel-prev {
        left: 8px;
      }

      .bv-areas-panel-next {
        right: 8px;
      }

      .bv-areas-panel-img-count {
        position: absolute;
        bottom: 8px;
        right: 10px;
        font-size: .6rem;
        font-weight: 700;
        color: rgba(255, 255, 255, .85);
        background: rgba(0, 0, 0, .5);
        padding: 2px 8px;
        border-radius: 20px;
      }

      .bv-areas-panel-close {
        position: absolute;
        top: 8px;
        right: 8px;
        background: rgba(0, 0, 0, .55);
        color: #fff;
        border: none;
        width: 26px;
        height: 26px;
        border-radius: 50%;
        cursor: pointer;
        font-size: .72rem;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background .2s;
        z-index: 4;
      }

      .bv-areas-panel-close:hover {
        background: rgba(200, 50, 50, .8);
      }

      .bv-areas-panel-thumbs {
        display: flex;
        align-items: center;
        background: #0a0a0a;
        flex-shrink: 0;
        position: relative;
        gap: 0;
      }

      .bv-areas-panel-thumbs-track {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 3px;
        flex: 1;
        padding: 3px;
      }

      .bv-areas-panel-thumb {
        width: 100%;
        height: 72px;
        overflow: hidden;
        cursor: pointer;
        border: 2px solid transparent;
        border-radius: 4px;
        transition: border-color .2s, opacity .2s;
        opacity: .7;
      }

      .bv-areas-panel-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .bv-areas-panel-thumb.active {
        border-color: #95BB30;
        opacity: 1;
      }

      .bv-areas-panel-thumb:hover {
        opacity: 1;
      }

      .bv-thumb-nav {
        width: 28px;
        height: 72px;
        background: rgba(0, 0, 0, .5);
        border: none;
        color: #fff;
        font-size: 1rem;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        transition: background .2s;
      }

      .bv-thumb-nav:hover {
        background: #95BB30;
      }

      .bv-thumb-nav:disabled {
        opacity: .2;
        cursor: default;
      }

      .bv-thumb-nav:disabled:hover {
        background: rgba(0, 0, 0, .5);
      }

      .bv-areas-panel-info {
        padding: 18px 20px;
        flex: 1;
      }

      .bv-areas-panel-eyebrow {
        font-size: .6rem;
        font-weight: 800;
        letter-spacing: .2em;
        text-transform: uppercase;
        color: #95BB30;
        margin-bottom: 6px;
        display: block;
      }

      .bv-areas-panel-name {
        font-size: 1.45rem;
        font-weight: 800;
        margin-bottom: 10px;
        line-height: 1.2;
        letter-spacing: -.01em;
      }

      .bv-areas-panel-desc,
      .bv-areas-section .bv-areas-panel-desc,
      p.bv-areas-panel-desc,
      #areasDesc {
        font-size: .88rem;
        color: #5a5853 !important;
        line-height: 1.7;
      }
    

      .tipo-section {
        background: #f5f0e8;
        padding: 30px 0 60px;
        position: relative;
        overflow: hidden;
      }

      .tipo-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: linear-gradient(to right, transparent, rgba(149, 187, 48, .4), transparent);
      }

      .tipo-heading {
        text-align: center;
        margin-bottom: 64px;
      }

      .tipo-heading-eyebrow {
        font-family: Arial, sans-serif;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        font-size: .85rem;
        font-weight: 700;
        letter-spacing: .28em;
        text-transform: uppercase;
        color: #6a8f1a;
        margin-bottom: 16px;
      }

      .tipo-heading-eyebrow::before,
      .tipo-heading-eyebrow::after {
        content: '';
        display: inline-block;
        width: 28px;
        height: 1px;
        background: #95BB30;
      }

      .tipo-heading h2 {
        font-family: 'Arial Black', Arial, sans-serif; font-size: clamp(2.2rem, 4vw, 3.2rem); font-weight: 900;
        color: #1a1a18;
        letter-spacing: -.025em;
        margin: 0;
        line-height: 1.05;
      }

      .tipo-heading h2 em {
        font-family: 'Dancing Script', cursive; font-style: normal;
        color: #6a8f1a;
      }

      .tipo-grid {
        display: grid;
        grid-template-columns: 210px 1fr 400px;
        border: 1px solid rgba(149, 187, 48, .25);
        overflow: hidden;
        box-shadow: 0 8px 48px rgba(0, 0, 0, .1);
      }

      /* ── Tabs ── */
      .tipo-tabs {
        display: flex;
        flex-direction: column;
        border-right: 1px solid rgba(149, 187, 48, .2);
      }

      .tipo-tab {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 30px;
        border: none;
        background: #fff;
        cursor: pointer;
        text-align: left;
        transition: background .35s, border-color .35s;
        border-left: 4px solid transparent;
        border-bottom: 1px solid rgba(149, 187, 48, .12);
        position: relative;
        overflow: hidden;
      }

      .tipo-tab:last-child {
        border-bottom: none;
      }

      .tipo-tab:hover {
        background: #f5f0e8;
      }

      .tipo-tab.t-active {
        background: #95BB30;
        border-left: 4px solid #6a8f1a;
      }

      .tipo-tab.t-active:hover {
        background: #95BB30;
      }

      .tipo-tab-num {
        font-family: 'Dosis', sans-serif;
        font-size: 3rem;
        font-weight: 300;
        line-height: 1;
        color: rgba(149, 187, 48, .3);
        display: block;
        margin-bottom: 4px;
        transition: color .35s;
      }

      .tipo-tab:hover .tipo-tab-num {
        color: rgba(149, 187, 48, .5);
      }

      .tipo-tab.t-active .tipo-tab-num {
        color: rgba(255, 255, 255, .5);
      }

      .tipo-tab-label {
        font-family: 'Dosis', sans-serif;
        font-size: 1.45rem;
        color: #1a1a18;
        display: block;
        transition: color .35s;
        line-height: 1.2;
        font-weight: 500;
      }

      .tipo-tab.t-active .tipo-tab-label {
        color: #fff;
      }

      .tipo-tab-m {
        font-size: .75rem;
        font-weight: 600;
        letter-spacing: .1em;
        text-transform: uppercase;
        color: #aaa;
        display: block;
        margin-top: 6px;
        transition: color .35s;
      }

      .tipo-tab.t-active .tipo-tab-m {
        color: rgba(255, 255, 255, .65);
      }

      /* ── Plan ── */
      .tipo-plan {
        background: #eae4d8;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        border-right: 1px solid rgba(149, 187, 48, .2);
        min-height: 500px;
        overflow: hidden;
      }

      .tipo-plan img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        padding: 36px;
        max-height: 500px;
        transition: transform .6s cubic-bezier(.4, 0, .2, 1);
      }

      .tipo-plan:hover img {
        transform: scale(1.04);
      }

      .tipo-plan-corner {
        position: absolute;
        width: 22px;
        height: 22px;
        border-color: rgba(149, 187, 48, .5);
        border-style: solid;
        pointer-events: none;
      }

      .tipo-plan-corner.tl {
        top: 18px;
        left: 18px;
        border-width: 2px 0 0 2px;
      }

      .tipo-plan-corner.br {
        bottom: 18px;
        right: 18px;
        border-width: 0 2px 2px 0;
      }

      .tipo-plan-corner.tr {
        top: 18px;
        right: 18px;
        border-width: 2px 2px 0 0;
      }

      .tipo-plan-corner.bl {
        bottom: 18px;
        left: 18px;
        border-width: 0 0 2px 2px;
      }

      .tipo-plan-label {
        position: absolute;
        bottom: 18px;
        left: 18px;
        font-size: .6rem;
        font-weight: 700;
        letter-spacing: .18em;
        text-transform: uppercase;
        background: #95BB30;
        color: #fff;
        padding: 5px 16px;
        z-index: 2;
      }

      /* ── Info panel ── */
      .tipo-info-wrap {
        position: relative;
        overflow: hidden;
        background: #fff;
      }

      .tipo-panel {
        display: none;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        padding: 44px 38px;
        animation: tipofade .4s ease;
      }

      .tipo-panel.t-active {
        display: flex;
      }

      @keyframes tipofade {
        from {
          opacity: 0;
          transform: translateY(10px);
        }

        to {
          opacity: 1;
          transform: translateY(0);
        }
      }

      .tipo-panel-title {
        font-family: 'Arial Black', Arial, sans-serif; font-size: 1.9rem; font-weight: 900;
        color: #1a1a18;
        margin: 0 0 4px;
        line-height: 1.1;
      }

      .tipo-panel-sub {
        font-size: .8rem;
        color: #888;
        margin: 0 0 28px;
        letter-spacing: .04em;
      }

      .tipo-stats-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1px;
        background: rgba(149, 187, 48, .15);
        margin-bottom: 26px;
      }

      .tipo-stat {
        background: #fafaf8;
        padding: 18px 20px;
      }

      .tipo-stat-lbl {
        font-size: .80rem;
        font-weight: 700;
        letter-spacing: .22em;
        text-transform: uppercase;
        color: #aaa;
        display: block;
        margin-bottom: 7px;
      }

      .tipo-stat-val {
        font-family: 'Dosis', sans-serif;
        font-size: 1.35rem;
        color: #1a1a18;
        display: block;
        line-height: 1;
      }

      .tipo-stat-val span {
        font-size: .92rem;
        color: #95BB30;
        margin-left: 3px;
      }

      .tipo-desc {
        font-size: 1.05rem;
        font-weight: 400;
        color: #444;
        line-height: 1.85;
        margin-bottom: 22px;
        border-left: 3px solid #95BB30;
        padding-left: 14px;
      }

      .tipo-tags {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 7px;
        margin-bottom: 32px;
      }

      .tipo-tags .tipo-tag:nth-child(-n+3) {
        grid-column: span 2;
      }

      .tipo-tags .tipo-tag:nth-child(n+4) {
        grid-column: span 3;
      }

      .tipo-tag {
        font-size: .74rem;
        font-weight: 600;
        padding: 6px 14px;
        background: #f0f9e0;
        color: #3a7a15;
        border: 1px solid rgba(149, 187, 48, .3);
        letter-spacing: .04em;
        text-align: center;
        transition: all .25s;
      }

      .tipo-tag:hover {
        background: #dff0b0;
      }

      .tipo-tag-highlight {
        background: #95BB30;
        color: #fff;
        border-color: #95BB30;
        font-weight: 700;
      }

      .tipo-tag-highlight:hover {
        background: #7da828;
        border-color: #7da828;
        color: #fff;
      }

      .tipo-btn-cta {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        background: #95BB30;
        color: #fff;
        padding: 18px 26px;
        font-size: .85rem;
        font-weight: 700;
        letter-spacing: .08em;
        text-transform: uppercase;
        text-decoration: none;
        transition: background .3s;
        border: none;
        cursor: pointer;
        box-sizing: border-box;
      }

      .tipo-btn-cta:hover {
        background: #7da828;
        color: #fff;
      }

      .tipo-btn-arrow {
        transition: transform .3s;
        display: inline-block;
        font-style: normal;
      }

      .tipo-btn-cta:hover .tipo-btn-arrow {
        transform: translateX(6px);
      }

      @media (max-width: 768px) {
        /* Grid pasa a columna única */
        .tipo-grid {
          grid-template-columns: 1fr;
        }

        /* Tabs: fila horizontal en la parte superior */
        .tipo-tabs {
          flex-direction: row;
          border-right: none;
          border-bottom: 1px solid rgba(149,187,48,.2);
          overflow-x: auto;
        }

        .tipo-tab {
          flex: 1;
          min-width: 80px;
          padding: 14px 10px;
          border-left: none;
          border-bottom: none;
          border-top: 4px solid transparent;
          text-align: center;
          align-items: center;
        }

        .tipo-tab.t-active {
          border-left: none;
          border-top: 4px solid #95BB30;
        }

        .tipo-tab-num { font-size: 1.3rem; }
        .tipo-tab-label { font-size: .76rem; }
        .tipo-tab-m { font-size: .66rem; }

        /* Info primero, plano debajo */
        .tipo-info-wrap { order: 1; }
        .tipo-plan {
          order: 2;
          min-height: 220px;
          max-height: 300px;
        }

        .tipo-panel { padding: 22px 18px; }

        /* Stats en 2 columnas */
        .tipo-stats-grid {
          grid-template-columns: 1fr 1fr;
        }

        /* Tags en 2 columnas */
        .tipo-tags {
          grid-template-columns: repeat(2, 1fr);
        }

        .tipo-tags .tipo-tag:nth-child(-n+3),
        .tipo-tags .tipo-tag:nth-child(n+4) {
          grid-column: span 1;
        }
      }

      @media (max-width: 480px) {
        .tipo-stats-grid { grid-template-columns: 1fr; }
        .tipo-tab-m { display: none; }
      }
    

      .int-section {
        background: #f5f0e8;
        padding: 100px 0 420px;
        position: relative;
        overflow: hidden;
      }

      .int-section .int-top-line {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: linear-gradient(to right, transparent, rgba(149, 187, 48, .35), transparent);
        z-index: 1;
        pointer-events: none;
      }

      .int-header {
        text-align: center;
        margin-bottom: 72px;
        padding: 0 24px;
        position: relative;
        z-index: 1;
      }

      .int-eyebrow {
        font-family: Arial, sans-serif;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        font-size: .85rem;
        font-weight: 700;
        letter-spacing: .28em;
        text-transform: uppercase;
        color: #6a8f1a;
        margin-bottom: 18px;
      }

      .int-eyebrow::before,
      .int-eyebrow::after {
        content: '';
        display: inline-block;
        width: 28px;
        height: 1px;
        background: #95BB30;
      }

      .int-header h2 {
        font-family: 'Dosis', sans-serif;
        font-size: clamp(2.2rem, 4vw, 3.2rem);
        font-weight: 400;
        color: #1a1a18;
        letter-spacing: -.025em;
        margin: 0 0 16px;
        line-height: 1.08;
      }

      .int-header h2 em {
        font-family: 'Dancing Script', cursive; font-style: normal;
        color: #6a8f1a;
      }

      .int-header p {
        font-size: 1.02rem;
        color: #888;
        font-weight: 300;
        max-width: 460px;
        margin: 0 auto;
        line-height: 1.75;
      }

      /* Grid 3 iguales */
      .int-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 28px;
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 clamp(16px, 3vw, 48px);
        position: relative;
        z-index: 1;
      }

      /* Card con esquinas redondeadas */
      .int-card {
        position: relative;
        overflow: hidden;
        cursor: pointer;
        background: #ddd6c8;
        border-radius: 24px;
        box-shadow: 0 6px 32px rgba(0, 0, 0, .1), 0 1px 4px rgba(0, 0, 0, .06);
        transition: transform .45s cubic-bezier(.4, 0, .2, 1), box-shadow .45s;
      }

      .int-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 24px 56px rgba(0, 0, 0, .16), 0 4px 12px rgba(0, 0, 0, .08);
      }

      .int-card-img {
        width: 100%;
        height: clamp(300px, 32vw, 500px);
        background-size: cover;
        background-position: center;
        transition: transform .7s cubic-bezier(.4, 0, .2, 1), opacity 0.6s ease;
      }

      .int-card:hover .int-card-img {
        transform: scale(1.06);
      }

      .int-card-overlay {
        display: none;
        border-radius: 24px;
      }

      /* Info arriba */
      .int-card-info {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 26px 28px 32px;
        z-index: 2;
        background: linear-gradient(to bottom, rgba(0, 0, 0, .45) 0%, transparent 100%);
        border-radius: 24px 24px 0 0;
      }

      .int-card-num {
        display: none;
      }

      /* ── CAPA DE NÚMEROS DETRÁS DE LAS CARDS ── */
      .int-wm-layer {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 28px;
        max-width: 1400px;
        margin: clamp(-730px, -52vw, -400px) auto -80px;
        padding: 0;
        pointer-events: none;
        position: relative;
        z-index: 0;
      }

      .int-wm-num {
        font-family: 'Dosis', sans-serif;
        font-variant-numeric: lining-nums;
        font-feature-settings: "lnum" 1;
        font-size: clamp(24rem, 60vw, 55rem);
        font-weight: 450;
        line-height: 1;
        color: rgba(149,187,48,.2);
        text-align: right;
        padding-right: 15%;
        display: block;
        user-select: none;
        letter-spacing: -.05em;
        transform: scaleY(1.10);
        transform-origin: center center;
      }

      /* Grid encima de los números */
      .int-grid {
        position: relative;
        z-index: 1;
      }

      .int-card-name {
        font-family: 'Dosis', sans-serif;
        font-size: 1.65rem;
        font-weight: 400;
        color: #fff;
        line-height: 1.1;
        display: block;
        margin-bottom: 0;
      }

      .int-card-btn {
        display: none;
      }

      /* Flecha estática top-right */
      .int-card-arrow {
        position: absolute;
        top: 22px;
        right: 22px;
        width: 42px;
        height: 42px;
        border: 1.5px solid #95BB30;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 3;
        transition: background .25s, border-color .25s;
        pointer-events: none;
      }

      .int-card-arrow svg {
        width: 18px;
        height: 18px;
        stroke: #CEE632;
        fill: none;
        stroke-width: 2.5;
        stroke-linecap: round;
        stroke-linejoin: round;
        transition: stroke .25s;
      }

      .int-card:hover .int-card-arrow {
        background: rgba(149, 187, 48, .25);
        border-color: #CEE632;
      }

      .int-card:hover .int-card-arrow svg {
        stroke: #ffffff;
      }

      /* Badge abajo derecha */
      .int-card-badge {
        position: absolute;
        bottom: 20px;
        right: 20px;
        background: #95BB30;
        color: #fff;
        font-size: .78rem;
        font-weight: 700;
        letter-spacing: .18em;
        text-transform: uppercase;
        padding: 6px 16px;
        border-radius: 100px;
        z-index: 2;
        box-shadow: 0 2px 10px rgba(0, 0, 0, .25);
      }

      @media (max-width: 900px) {
        .int-grid {
          grid-template-columns: 1fr;
        }

        .int-card img {
          height: 320px;
        }

        .int-section {
          padding: 80px 0 80px;
        }

        .int-wm-layer {
          display: none;
        }
      }
    

    .bv-ubicacion-section {
      background: #f5f2ec;
      padding: 60px 0;
      border-top: 3px solid #95BB30;
      position: relative;
      overflow: hidden;
    }
    .bv-ubicacion-wm {
      position: absolute;
      left: 50%; top: 50%;
      transform: translate(-50%, -50%);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      pointer-events: none;
      user-select: none;
      z-index: 0;
      line-height: .88;
      white-space: nowrap;
      text-align: center;
    }
    .bv-ubicacion-wm span {
      display: block;
      font-family: 'Arial Black', Arial, sans-serif;
      font-size: clamp(13rem, 26vw, 32rem);
      font-weight: 700;
      text-transform: uppercase;
      color: rgba(120,120,115,.05);
      -webkit-text-stroke: 0;
      letter-spacing: .04em;
    }
    .bv-ubicacion-inner {
      position: relative; z-index: 1;
      max-width: 1200px; margin: 0 auto; padding: 0 48px;
      display: grid; grid-template-columns: 1fr 1.4fr; gap: 60px; align-items: center;
    }
    .bv-ubicacion-eyebrow {
      font-size: .92rem; font-weight: 800; letter-spacing: .25em;
      text-transform: uppercase; color: #95BB30; margin-bottom: 12px;
    }
    .bv-ubicacion-title {
      font-family: 'Arial Black', Arial, sans-serif;
      font-size: clamp(1.8rem, 3.5vw, 2.8rem);
      font-weight: 900; text-transform: uppercase;
      color: #1A1A18; line-height: 1.05; margin-bottom: 20px;
    }
    .bv-ubicacion-card {
      background: #fff; border-radius: 12px;
      padding: 18px 24px; margin-bottom: 12px;
      border: 1px solid rgba(149,187,48,.2);
      box-shadow: 0 4px 20px rgba(0,0,0,.06);
    }
    .bv-ubicacion-card-label {
      font-size: .7rem; font-weight: 800; letter-spacing: .2em;
      text-transform: uppercase; color: #95BB30; margin-bottom: 6px;
    }
    .bv-ubicacion-card-name {
      font-family: 'Arial Black', Arial, sans-serif;
      font-size: 1rem; font-weight: 900; color: #1A1A18; margin-bottom: 4px;
    }
    .bv-ubicacion-card-dir {
      font-size: .88rem; color: #5a5853; margin-bottom: 16px; line-height: 1.5;
    }
    .bv-ubicacion-btns { display: flex; gap: 10px; flex-wrap: wrap; }
    .bv-ubicacion-btn {
      display: inline-flex; align-items: center; gap: 6px;
      padding: 10px 20px; border-radius: 8px;
      font-size: .82rem; font-weight: 700; text-decoration: none;
      transition: all .25s;
    }
    .bv-ubicacion-btn-green {
      background: #95BB30; color: #fff;
    }
    .bv-ubicacion-btn-green:hover { background: #7a9e22; }
    .bv-ubicacion-btn-outline {
      border: 2px solid #95BB30; color: #95BB30; background: transparent;
    }
    .bv-ubicacion-btn-outline:hover { background: #95BB30; color: #fff; }
    .bv-ubicacion-map {
      height: 540px; border-radius: 16px;
      overflow: hidden; box-shadow: 0 12px 40px rgba(0,0,0,.12);
      border: 3px solid #95BB30;
      position: relative; z-index: 0;
    }
    .bv-ubicacion-map .leaflet-pane,
    .bv-ubicacion-map .leaflet-top,
    .bv-ubicacion-map .leaflet-bottom {
      z-index: 1 !important;
    }
    .bv-ubicacion-section { position: relative; z-index: 1; }
    @media(max-width: 768px) {
      .bv-ubicacion-inner { grid-template-columns: 1fr; padding: 0 24px; }
      .bv-ubicacion-map { height: 300px; }
    }
  

    .sj-section {
      background-color: #FAFAF6;
      background-image:
        repeating-linear-gradient(-55deg, transparent 0px, transparent 26px, rgba(149,187,48,.05) 26px, rgba(149,187,48,.05) 27px),
        radial-gradient(ellipse at 15% 30%, rgba(149,187,48,.055) 0%, transparent 50%),
        radial-gradient(ellipse at 85% 70%, rgba(149,187,48,.04) 0%, transparent 45%);
      border-top: 3px solid rgba(149,187,48,.13);
      border-bottom: 3px solid rgba(149,187,48,.13);
      padding: 52px 0 64px;
      position: relative;
      overflow: hidden;
    }
    .sj-section::before {
      content: 'O';
      position: absolute; left: -1%; top: 50%;
      transform: translateY(-50%);
      font-family: 'Dancing Script', cursive; font-size: clamp(28rem, 55vw, 70rem);
      font-weight: 700; color: transparent;
      -webkit-text-stroke: 2px rgba(149,187,48,.10);
      pointer-events: none; z-index: 0;
      line-height: 1; user-select: none;
    }
    .sj-section::after {
      content: 'M';
      position: absolute; right: -1%; top: 50%;
      transform: translateY(-50%);
      font-family: 'Dancing Script', cursive; font-size: clamp(28rem, 55vw, 70rem);
      font-weight: 700; color: transparent;
      -webkit-text-stroke: 2px rgba(149,187,48,.10);
      pointer-events: none; z-index: 0;
      line-height: 1; user-select: none;
    }
    .sj-container {
      max-width: 1280px;
      margin: 0 auto;
      padding: 0 40px;
      position: relative;
      z-index: 1;
    }
    .sj-header {
      text-align: center;
      margin-bottom: 36px;
    }
    .sj-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-size: .85rem;
      font-weight: 700;
      letter-spacing: .28em;
      text-transform: uppercase;
      color: #95BB30;
      margin-bottom: 14px;
    }
    .sj-eyebrow::before, .sj-eyebrow::after {
      content: ''; width: 28px; height: 1px;
      background: #95BB30; display: inline-block;
    }
    .sj-title {
      font-family: 'Arial Black', Arial, sans-serif;
      font-size: clamp(2rem, 4vw, 3rem);
      font-weight: 900;
      color: #1A1A18;
      line-height: 1.12;
      letter-spacing: -.02em;
      margin-bottom: 16px;
    }
    .sj-title em { font-family: 'Arial Black', Arial, sans-serif; font-size: 1em; font-style: normal; font-weight: 900; color: #1A1A18; text-transform: uppercase; }
    .sj-subtitle {
      font-size: .92rem;
      color: #5A5853;
      max-width: 640px;
      margin: 0 auto;
      line-height: 1.8;
    }
    /* 4 cartillas en fila */
    .sj-cards {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      margin-bottom: 48px;
    }
    @media(max-width:1024px) { .sj-cards { grid-template-columns: repeat(2,1fr); } }
    @media(max-width:560px)  { .sj-cards { grid-template-columns: 1fr; } .sj-container { padding: 0 20px; } }

    .sj-card {
      background: #f8f7f4;
      border-radius: 16px;
      border: 1.5px solid rgba(149,187,48,.18);
      overflow: hidden;
      display: flex;
      flex-direction: column;
      transition: box-shadow .3s, transform .3s, border-color .3s;
    }
    .sj-card:hover {
      box-shadow: 0 12px 40px rgba(149,187,48,.16);
      transform: translateY(-4px);
      border-color: #95BB30;
    }
    .sj-card-top {
      background: linear-gradient(135deg, #95BB30 0%, #7a9e22 100%);
      padding: 24px 22px 18px;
      position: relative;
      overflow: hidden;
    }
    .sj-card-top::after {
      content: '';
      position: absolute;
      top: -20px; right: -20px;
      width: 80px; height: 80px;
      border-radius: 50%;
      background: rgba(255,255,255,.1);
    }
    .sj-card-emoji {
      width: 36px;
      height: 36px;
      display: block;
      margin-bottom: 14px;
      position: relative;
      z-index: 1;
      color: rgba(255,255,255,.92);
    }
    .sj-card-label {
      font-family: 'Arial Black', Arial, sans-serif;
      font-size: .88rem;
      font-weight: 900;
      color: #fff;
      letter-spacing: .01em;
      line-height: 1.2;
      position: relative;
      z-index: 1;
    }
    .sj-card-desc {
      font-size: .85rem;
      color: rgba(255,255,255,.75);
      margin-top: 4px;
      font-weight: 400;
      position: relative;
      z-index: 1;
    }
    .sj-card-docs {
      padding: 14px 16px;
      display: flex;
      flex-direction: column;
      gap: 4px;
      flex: 1;
    }
    .sj-doc {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 10px 12px;
      border-radius: 8px;
      text-decoration: none;
      color: #1A1A18;
      font-size: .95rem;
      font-weight: 500;
      border: 1px solid transparent;
      transition: background .2s, border-color .2s;
      cursor: pointer;
    }
    .sj-doc:hover {
      background: rgba(149,187,48,.1);
      border-color: rgba(149,187,48,.3);
    }
    .sj-doc-icon { width: 15px; height: 15px; flex-shrink: 0; color: #95BB30; }
    .sj-doc-name { flex: 1; line-height: 1.3; }
    .sj-doc-sub {
      font-size: .80rem;
      color: #9a9890;
      display: block;
      font-weight: 400;
      margin-top: 1px;
    }
    .sj-badge {
      font-size: .6rem;
      font-weight: 700;
      letter-spacing: .06em;
      text-transform: uppercase;
      padding: 2px 7px;
      border-radius: 20px;
      flex-shrink: 0;
      white-space: nowrap;
    }
    .sj-badge.disponible { background: rgba(149,187,48,.2); color: #6a8f1a; }
    .sj-badge.pendiente  { background: rgba(206,184,48,.15); color: #8a7010; }

    /* Banner inferior */
    .sj-banner {
      background: #f0f5e6;
      border: 1.5px solid rgba(149,187,48,.3);
      border-radius: 16px;
      padding: 28px 36px;
      display: flex;
      align-items: center;
      gap: 20px;
    }
    .sj-banner-icon { font-size: 2rem; flex-shrink: 0; }
    .sj-banner-text { flex: 1; }
    .sj-banner-title {
      font-family: 'Arial Black', Arial, sans-serif;
      font-size: 1rem;
      color: #1A1A18;
      margin: 0 0 4px;
    }
    .sj-banner-desc {
      font-size: .85rem;
      color: #5A5853;
      margin: 0;
      line-height: 1.6;
    }
    .sj-banner-btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: #95BB30;
      color: #fff;
      font-size: .8rem;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
      padding: 12px 22px;
      border-radius: 8px;
      text-decoration: none;
      flex-shrink: 0;
      transition: background .2s;
    }
    .sj-banner-btn:hover { background: #7a9e22; }
    @media(max-width:680px) { .sj-banner { flex-direction: column; text-align: center; } }

    /* CENTAURO INGENIEROS */
    .sj-centauro {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 32px;
      background: #f0f5e6;
      border: 1.5px solid rgba(149,187,48,.3);
      border-radius: 16px;
      padding: 36px 40px;
      margin-bottom: 28px;
    }
    @media(max-width:760px) { .sj-centauro { grid-template-columns: 1fr; padding: 28px 20px; } }
    .sj-centauro-badge {
      display: inline-block;
      background: rgba(149,187,48,.2);
      color: #6a8f1a;
      font-size: .7rem;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
      padding: 4px 12px;
      border-radius: 20px;
      margin-bottom: 14px;
    }
    .sj-centauro-title {
      font-family: 'Arial Black', Arial, sans-serif;
      font-size: 1.3rem;
      font-weight: 900;
      color: #1A1A18;
      margin: 0 0 12px;
      line-height: 1.2;
    }
    .sj-centauro-desc {
      font-size: .88rem;
      color: #5A5853;
      line-height: 1.7;
      margin: 0 0 18px;
    }
    .sj-centauro-empresa {
      display: flex;
      flex-direction: column;
      margin-bottom: 22px;
    }
    .sj-centauro-empresa-label {
      font-size: .7rem;
      font-weight: 700;
      letter-spacing: .15em;
      text-transform: uppercase;
      color: #95BB30;
    }
    .sj-centauro-empresa-name {
      font-family: 'Arial Black', Arial, sans-serif;
      font-size: 1.1rem;
      font-weight: 900;
      color: #1A1A18;
    }
    .sj-centauro-btns {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
    }
    .sj-centauro-btn-primary {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      background: #95BB30;
      color: #fff;
      font-size: .8rem;
      font-weight: 700;
      letter-spacing: .08em;
      text-transform: uppercase;
      padding: 11px 20px;
      border-radius: 8px;
      text-decoration: none;
      transition: background .2s;
    }
    .sj-centauro-btn-primary:hover { background: #7a9e22; }
    .sj-centauro-btn-outline {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      background: transparent;
      color: #95BB30;
      font-size: .8rem;
      font-weight: 700;
      letter-spacing: .08em;
      text-transform: uppercase;
      padding: 11px 20px;
      border-radius: 8px;
      border: 1.5px solid #95BB30;
      text-decoration: none;
      transition: all .2s;
    }
    .sj-centauro-btn-outline:hover { background: #95BB30; color: #fff; }
    .sj-centauro-galeria-label {
      font-size: .72rem;
      font-weight: 700;
      letter-spacing: .15em;
      text-transform: uppercase;
      color: #9a9890;
      margin: 0 0 14px;
    }
    .sj-centauro-galeria {
      display: grid;
      grid-template-columns: repeat(3,1fr);
      gap: 12px;
    }
    .sj-centauro-img {
      position: relative;
      border-radius: 10px;
      overflow: hidden;
      cursor: pointer;
      aspect-ratio: 1;
      border: 1.5px solid rgba(149,187,48,.2);
      transition: border-color .2s, transform .2s;
    }
    .sj-centauro-img:hover { border-color: #95BB30; transform: scale(1.02); }
    .sj-centauro-img img {
      width: 100%; height: 100%;
      object-fit: cover;
      display: block;
    }
    .sj-centauro-img-overlay {
      position: absolute;
      inset: 0;
      background: rgba(149,187,48,.6);
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      transition: opacity .2s;
      font-size: 1.4rem;
    }
    .sj-centauro-img:hover .sj-centauro-img-overlay { opacity: 1; }
    .sj-centauro-img-tag {
      position: absolute;
      bottom: 0; left: 0; right: 0;
      background: rgba(0,0,0,.45);
      color: #fff;
      font-size: .62rem;
      font-weight: 600;
      text-align: center;
      padding: 4px 6px;
      letter-spacing: .05em;
      text-transform: uppercase;
    }
    /* LIGHTBOX */
    .sj-lb {
      position: fixed;
      inset: 0;
      background: rgba(10,15,5,.92);
      z-index: 9999;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      opacity: 0;
      pointer-events: none;
      transition: opacity .3s;
    }
    .sj-lb.active { opacity: 1; pointer-events: all; }
    .sj-lb-img {
      max-width: 90vw;
      max-height: 80vh;
      object-fit: contain;
      border-radius: 12px;
      box-shadow: 0 20px 60px rgba(0,0,0,.6);
    }
    .sj-lb-caption {
      color: rgba(255,255,255,.7);
      font-size: .85rem;
      margin-top: 16px;
      letter-spacing: .05em;
    }
    .sj-lb-close {
      position: absolute;
      top: 20px; right: 24px;
      background: rgba(255,255,255,.1);
      border: none;
      color: #fff;
      font-size: 1.3rem;
      width: 40px; height: 40px;
      border-radius: 50%;
      cursor: pointer;
      transition: background .2s;
    }
    .sj-lb-close:hover { background: rgba(149,187,48,.4); }
  

    #ofm-toggle{position:fixed;bottom:28px;right:100px;z-index:9998;display:flex;align-items:center;gap:10px;background:linear-gradient(135deg,#1e4a08 0%,#95BB30 60%,#CEE632 100%);color:#fff;border:none;border-radius:50px;padding:13px 20px 13px 16px;cursor:pointer;font-family:'Dosis',sans-serif;font-size:.95rem;font-weight:800;letter-spacing:.04em;box-shadow:0 8px 30px rgba(149,187,48,.5);transition:all .3s cubic-bezier(.34,1.4,.64,1);}
    #ofm-toggle:hover{transform:translateY(-3px) scale(1.04);box-shadow:0 14px 40px rgba(149,187,48,.6);}
    #ofm-toggle .ofm-close{display:none;font-size:1.1rem;font-weight:700;}
    #ofm-toggle.open{border-radius:50%;width:52px;height:52px;padding:0;justify-content:center;right:28px;}
    #ofm-toggle.open .ofm-label,#ofm-toggle.open .ofm-icon{display:none;}
    #ofm-toggle.open .ofm-close{display:flex;}
    #ofm-panel{position:fixed;bottom:90px;right:28px;width:340px;z-index:9997;border-radius:18px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.22),0 0 0 1px rgba(149,187,48,.15);opacity:0;transform:translateY(20px) scale(.96);pointer-events:none;transition:opacity .3s ease,transform .3s cubic-bezier(.34,1.2,.64,1);}
    #ofm-panel.open{opacity:1;transform:translateY(0) scale(1);pointer-events:auto;}
    .ofm-header{background:linear-gradient(135deg,#0f2a04 0%,#1e4a08 50%,#2d6218 100%);padding:20px 22px 16px;position:relative;overflow:hidden;}
    .ofm-header::before{content:'';position:absolute;top:-40px;right:-40px;width:140px;height:140px;border-radius:50%;background:rgba(149,187,48,.12);}
    .ofm-header::after{content:'';position:absolute;bottom:-30px;left:-20px;width:100px;height:100px;border-radius:50%;background:rgba(206,230,50,.07);}
    .ofm-logo{height:30px;width:auto;filter:brightness(0) invert(1);margin-bottom:14px;position:relative;z-index:1;display:block;}
    .ofm-header h3{font-family:'Arial Black',Arial,sans-serif;font-size:1.05rem;font-weight:900;color:#fff;margin:0 0 12px;line-height:1.2;position:relative;z-index:1;}
    .ofm-header h3 em{color:#CEE632;font-style:normal;}
    .ofm-header p{font-family:'Dosis',sans-serif;font-size:.78rem;color:rgba(255,255,255,.7);margin:0 0 14px;line-height:1.5;position:relative;z-index:1;}
    .ofm-steps{display:flex;align-items:center;position:relative;z-index:1;}
    .ofm-step{display:flex;align-items:center;gap:7px;}
    .ofm-step-num{width:24px;height:24px;border-radius:50%;border:2px solid rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;font-family:'Dosis',sans-serif;font-size:.72rem;font-weight:800;color:rgba(255,255,255,.5);}
    .ofm-step.active .ofm-step-num{background:#CEE632;border-color:#CEE632;color:#0f2a04;}
    .ofm-step.done .ofm-step-num{background:#95BB30;border-color:#95BB30;color:#fff;}
    .ofm-step-lbl{font-family:'Dosis',sans-serif;font-size:.72rem;font-weight:700;color:rgba(255,255,255,.5);letter-spacing:.06em;text-transform:uppercase;}
    .ofm-step.active .ofm-step-lbl{color:#CEE632;}
    .ofm-step.done .ofm-step-lbl{color:rgba(255,255,255,.75);}
    .ofm-line{flex:1;height:2px;background:rgba(255,255,255,.12);margin:0 10px;border-radius:2px;overflow:hidden;position:relative;}
    .ofm-line::after{content:'';position:absolute;left:0;top:0;height:100%;width:0%;background:linear-gradient(90deg,#95BB30,#CEE632);transition:width .45s ease;}
    .ofm-line.filled::after{width:100%;}
    .ofm-body{background:#fff;padding:22px 22px 18px;}
    .ofm-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;}
    .ofm-field{margin-bottom:11px;}
    .ofm-field label{display:block;font-family:'Dosis',sans-serif;font-size:.67rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#2d6218;margin-bottom:5px;}
    .ofm-field input,.ofm-field select{width:100%;border:1.5px solid #dde8cc;border-radius:10px;padding:10px 13px;font-family:'Dosis',sans-serif;font-size:.9rem;font-weight:500;color:#1a3a0a;background:#f8fbf3;transition:border-color .2s,box-shadow .2s;outline:none;box-sizing:border-box;}
    .ofm-field input:focus,.ofm-field select:focus{border-color:#95BB30;box-shadow:0 0 0 3px rgba(149,187,48,.14);background:#fff;}
    .ofm-field input::placeholder{color:#aab89a;}
    .ofm-field .ofm-err{display:none;font-family:'Dosis',sans-serif;font-size:.68rem;color:#d94f4f;font-weight:700;margin-top:4px;letter-spacing:.04em;}
    .ofm-field.error input{border-color:#d94f4f;}
    .ofm-field.error .ofm-err{display:block;}
    .ofm-phone-wrap{display:flex;gap:8px;}
    .ofm-phone-prefix{display:flex;align-items:center;gap:5px;background:#f0f6e8;border:1.5px solid #dde8cc;border-radius:10px;padding:10px 11px;font-family:'Dosis',sans-serif;font-size:.85rem;font-weight:700;color:#2d6218;white-space:nowrap;flex-shrink:0;}
    .ofm-phone-wrap .ofm-field{flex:1;margin:0;}
    .ofm-chips{display:flex;flex-wrap:wrap;gap:7px;}
    .ofm-chip{padding:7px 13px;border-radius:20px;border:1.5px solid #dde8cc;background:#f8fbf3;font-family:'Dosis',sans-serif;font-size:.78rem;font-weight:700;color:#5a7a3a;cursor:pointer;transition:all .2s;user-select:none;}
    .ofm-chip:hover{border-color:#95BB30;color:#2d6218;}
    .ofm-chip.selected{background:#95BB30;border-color:#95BB30;color:#fff;}
    .ofm-privacy{display:flex;align-items:flex-start;gap:9px;margin-bottom:16px;}
    .ofm-privacy input[type="checkbox"]{margin-top:2px;accent-color:#95BB30;width:14px;height:14px;flex-shrink:0;cursor:pointer;}
    .ofm-privacy label{font-family:'Dosis',sans-serif;font-size:.71rem;color:#7a8a6a;line-height:1.55;cursor:pointer;}
    .ofm-privacy a{color:#95BB30;text-decoration:underline;}
    .ofm-divider{height:1px;background:linear-gradient(90deg,transparent,#e8f0d8,transparent);margin:4px 0 14px;}
    .ofm-btn{width:100%;padding:13px;border:none;border-radius:12px;font-family:'Dosis',sans-serif;font-size:.95rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:all .25s;display:flex;align-items:center;justify-content:center;gap:8px;}
    .ofm-btn-primary{background:linear-gradient(135deg,#1e4a08 0%,#95BB30 55%,#CEE632 100%);color:#fff;box-shadow:0 6px 20px rgba(149,187,48,.35);}
    .ofm-btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(149,187,48,.5);}
    .ofm-btn-back{background:transparent;color:#7a9a5a;border:1.5px solid #dde8cc;font-size:.82rem;margin-top:8px;padding:9px;}
    .ofm-btn-back:hover{border-color:#95BB30;color:#2d6218;}
    .ofm-success{background:#fff;padding:36px 24px 32px;text-align:center;}
    .ofm-success-ring{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,#95BB30,#CEE632);display:flex;align-items:center;justify-content:center;margin:0 auto 18px;font-size:2rem;box-shadow:0 8px 24px rgba(149,187,48,.4);}
    .ofm-success h4{font-family:'Arial Black',Arial,sans-serif;font-size:1.1rem;font-weight:900;color:#1a3a0a;margin:0 0 8px;}
    .ofm-success p{font-family:'Dosis',sans-serif;font-size:.88rem;color:#6a8a5a;margin:0 0 20px;line-height:1.65;}
    .ofm-success-wsp{display:inline-flex;align-items:center;gap:8px;background:#25d366;color:#fff;border-radius:10px;padding:10px 20px;font-family:'Dosis',sans-serif;font-size:.85rem;font-weight:800;letter-spacing:.04em;text-decoration:none;transition:all .2s;}
    .ofm-success-wsp:hover{transform:translateY(-2px);box-shadow:0 6px 18px rgba(37,211,102,.4);}
    @media(max-width:480px){#ofm-panel{right:10px;left:10px;width:auto;bottom:150px;}#ofm-toggle{right:10px;bottom:90px;}#ofm-toggle.open{right:10px;bottom:90px;}}
  
