.navbar { position: sticky; top: 0; z-index: 1000; }

    /* HERO PROYECTOS -------------------------------------------------------- */
    
    .hero-proyectos {
      position: relative;
      height: 420px;
      overflow: hidden;
      display: flex;
      align-items: flex-end;
      background-image: url("../../img/proyec-2.png");
      background-size: cover;
      background-position: center;
    }

    /* Diagonal stripe pattern */
    .hero-bg::after {
      content: '';
      position: absolute; inset: 0;
      background-image: repeating-linear-gradient(
        -55deg,
        transparent,
        transparent 60px,
        rgba(255,255,255,0.018) 60px,
        rgba(255,255,255,0.018) 61px
      );
    }

    /* Teal accent line */
    .hero-content-proyectos {
      position: relative;
      z-index: 2;
      padding: 0 60px 52px;
      width: 100%;
    }
    .hero-breadcrumb {
      display: flex; align-items: center; gap: 8px;
      font-size: 0.75rem; color: rgb(255, 255, 255);
      font-weight: 500; letter-spacing: 0.06em;
      margin-bottom: 14px;
    }
    .hero-breadcrumb a { color: var(--teal); transition: opacity var(--t); }
    .hero-breadcrumb a:hover { opacity: 0.8; }
    .hero-breadcrumb span { color: rgba(255,255,255,0.3); }
    .hero-label {
      font-size: 0.75rem; font-weight: 700; letter-spacing: 0.2em;
      text-transform: uppercase; color: var(--teal);
      margin-bottom: 8px;
    }

    .hero-title-proyectos {
      font-size: clamp(2.2rem, 5vw, 4rem);
      font-weight: 900;
      color: var(--white);
      line-height: 0.95;
      letter-spacing: -0.03em;
      text-transform: uppercase;
      padding-left: 60px;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.344);
    }

    .hero-title-proyectos em {
      display: block;
      color: transparent;
      -webkit-text-stroke: 2px rgb(255, 255, 255);
      font-style: normal;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.344);
    }
    .hero-stats-row {
      display: flex; gap: 36px; margin-top: 28px; flex-wrap: wrap;
    }
    .hs-item { }
    .hs-num { font-size: 1.4rem; font-weight: 800; color: var(--teal); line-height: 1; }
    .hs-num b { color: var(--red); }
    .hs-label { font-size: 0.68rem; color: rgba(255,255,255,0.5); font-weight: 500;
      text-transform: uppercase; letter-spacing: 0.08em; margin-top: 2px; }

    /* FILTER BAR -------------------------------------------------------- */

    .filter-bar {
      background: var(--white);
      padding: 0 60px;
      border-bottom: 1px solid #edf0f4;
      position: sticky;
      top: 70px;
      z-index: 900;
      box-shadow: 0 4px 20px rgba(0,28,51,0.06);
    }
    .filter-bar-inner {
      max-width: 1200px; margin: 0 auto;
      display: flex; align-items: center;
      justify-content: space-between;
      gap: 20px; flex-wrap: wrap;
      padding: 14px 0;
    }
    .filter-label {
      font-size: 0.72rem; font-weight: 700; color: var(--darkblue);
      text-transform: uppercase; letter-spacing: 0.12em;
      white-space: nowrap;
    }
    .filter-tabs {
      display: flex; gap: 8px; flex-wrap: wrap; flex: 1;
    }
    .filter-tab {
      padding: 9px 20px;
      border-radius: 40px;
      border: 1.5px solid var(--darkblue);
      background: transparent;
      color: var(--darkblue);
      font-size: 0.8rem;
      font-weight: 600;
      letter-spacing: 0.04em;
      transition: all var(--t);
      white-space: nowrap;
    }
    .filter-tab:hover { border-color: var(--lightblue); color: var(--lightblue); }
    .filter-tab.active {
      background: var(--lightblue); border-color: var(--lightblue);
      color: var(--white); box-shadow: 0 4px 14px rgba(0,28,51,0.25);
    }
    .filter-count {
      font-size: 0.78rem; color: var(--dgray); font-weight: 500;
      white-space: nowrap;
    }
    .filter-count strong { color: var(--navy); font-weight: 700; }

    /* PROYECTOS TARJETAS -------------------------------------------------------- */

    .projects-section {
      background: var(--offwhite);
      padding: 60px 60px 80px;
    }
    .projects-inner { max-width: 1200px; margin: 0 auto; }
    .projects-grid-header {
      display: flex; align-items: center; justify-content: space-between;
      margin-bottom: 36px; flex-wrap: wrap; gap: 14px;
    }

    .grid-title { font-size: 1rem; font-weight: 700; color: var(--darkblue); }
    .grid-title span { color: var(--lightblue); }

    .sort-select {
      padding: 9px 16px; border: 1.5px solid #e0e4ea; border-radius: 6px;
      font-size: 0.8rem; color: var(--navy); font-family: var(--font);
      background: var(--offwhite); outline: none; cursor: pointer;
      font-weight: 500;
    }

    .projects-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 28px;
    }
    .projects-grid.testimonials-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
    .projects-grid .t-card {
      background: var(--white);
      border-radius: 14px;
      border: 1px solid #edf0f4;
      box-shadow: 0 2px 20px rgba(0,28,51,0.07);
      overflow: hidden;
      transition: all var(--t);
      cursor: pointer;
      display: flex;
      flex-direction: column;
    }
    .projects-grid .t-card:hover { box-shadow: 0 16px 50px rgba(0,28,51,0.14); }
    .projects-grid .t-card-header {
      padding: 24px 26px 18px;
      display: flex;
      align-items: flex-start;
      gap: 18px;
    }
    .projects-grid .t-info { flex: 1; }
    .projects-grid .t-card-image {
      width: calc(100% - 52px);
      margin: 0 26px;
      height: 170px;
      border-radius: 8px;
      overflow: hidden;
      position: relative;
      cursor: pointer;
    }
    .projects-grid .t-img-bg {
      width: 100%;
      height: 100%;
      transition: transform 0.5s ease;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }
    .projects-grid .t-card:hover .t-img-bg { transform: scale(1.04); }
    .projects-grid .t-play-overlay {
      position: absolute;
      inset: 0;
      background: rgba(0,28,51,0.18);
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 1;
      transition: background var(--t);
      border: none;
      padding: 0;
      cursor: pointer;
    }
    .projects-grid .t-play-overlay:focus-visible { outline: 2px solid rgba(36,157,167,0.65); outline-offset: 2px; }
    .projects-grid .t-card:hover .t-play-overlay { background: rgba(0,28,51,0.35); }
    .projects-grid .t-play-btn {
      width: 52px;
      height: 52px;
      border-radius: 50%;
      background: rgba(255,255,255,0.92);
      display: flex;
      align-items: center;
      justify-content: center;
      transform: scale(0.85);
      transition: transform var(--t);
    }
    .projects-grid .t-card:hover .t-play-btn { transform: scale(1); }
    .projects-grid .t-play-btn::after {
      content: '';
      border-left: 18px solid var(--darkblue);
      border-top: 11px solid transparent;
      border-bottom: 11px solid transparent;
      margin-left: 4px;
    }
    .projects-grid .t-card-body { padding: 18px 26px 22px; flex: 1; }
    .projects-grid .t-card-footer {
      padding: 14px 26px 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-top: 1px solid #edf0f4;
      gap: 12px;
    }
    .projects-grid .t-card-tags { display: flex; gap: 6px; flex-wrap: wrap; }
    .projects-grid .t-tag {
      font-size: 0.65rem;
      font-weight: 600;
      letter-spacing: 0.06em;
      padding: 4px 10px;
      border-radius: 20px;
      background: var(--offwhite);
      color: var(--darkblue);
      display: flex;
      align-items: center;
      gap: 4px;
      white-space: nowrap;
    }
    .projects-grid .t-expand-btn {
      background: var(--darkblue);
      color: var(--white);
      font-size: 0.88rem;
      font-weight: 700;
      padding: 5px 30px;
      border-radius: 4px;
      border: none;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      transition: all var(--transition);
      display: inline-flex;
      align-items: center;
      gap: 8px;
      white-space: nowrap;
      cursor: pointer;
    }
    .projects-grid .t-expand-btn:hover {
      background: var(--lightblue);
      transform: translateY(-2px);
      box-shadow: 0 8px 24px rgba(0, 28, 51, 0.18);
    }
    .projects-grid .t-expand-btn svg { width: 14px; height: 14px; fill: currentColor; }
    .projects-grid .project-banner-slot-1 {
      width: 100%;
      height: 70px;
      border-radius: 10px;
      background-image: url("../../img/home-proyec-banner-1.png");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }
    .projects-grid .project-banner-slot-2 {
      width: 100%;
      height: 70px;
      border-radius: 10px;
      background-image: url("../../img/home-proyec-banner-2.png");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }
    .projects-grid .project-body-banner-slot-1 {
      width: 100%;
      height: 110px;
      border-radius: 10px;
      background-image: url("../../img/nosotros-proyec-benef-2.png");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }
    .projects-grid .project-body-banner-slot-2 {
      width: 100%;
      height: 110px;
      border-radius: 10px;
      background-image: url("../../img/nosotros-proyec-benef-1.png");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }
    .project-card {
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 2px 20px rgba(0,28,51,0.08);
      transition: all var(--t);
      background: var(--white);
      border: 1px solid #edf0f4;
      display: flex; flex-direction: column;
    }
    .project-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 20px 60px rgba(0,28,51,0.16);
    }
    .card-thumb {
      position: relative;
      height: 220px;
      overflow: hidden;
    }

    .card-thumb-bg {
      width: 100%; height: 100%;
      transition: transform 0.6s ease;
      display: flex; align-items: center; justify-content: center;
    }

    .card-thumb-bg-1 {
      width: 100%; height: 100%;
      transition: transform 0.6s ease;
      display: flex; align-items: center; justify-content: center;
      background-image: url('../../img/proyec-card-1.jpg');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }

    .card-thumb-bg-2 {
      width: 100%; height: 100%;
      transition: transform 0.6s ease;
      display: flex; align-items: center; justify-content: center;
      background-image: url('../../img/proyec-card-2.jpg');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }

    .card-thumb-bg-3 {
      width: 100%; height: 100%;
      transition: transform 0.6s ease;
      display: flex; align-items: center; justify-content: center;
      background-image: url('../../img/proyec-card-3.jpg');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }

    .project-card:hover .card-thumb-bg { transform: scale(1.06); }
    .project-card:hover .card-thumb-bg-1 { transform: scale(1.06); }
    .project-card:hover .card-thumb-bg-2 { transform: scale(1.06); }
    .project-card:hover .card-thumb-bg-3 { transform: scale(1.06); }


    .card-thumb-label {
      position: absolute; bottom: 0; left: 0; right: 0;
      background: linear-gradient(to top, rgba(0,28,51,0.85), transparent);
      padding: 36px 18px 16px;
    }
    .card-project-name {
      font-size: 1.05rem; font-weight: 800; color: var(--white);
      text-transform: uppercase; letter-spacing: 0.02em; line-height: 1.15;
    }
    .card-badge {
      position: absolute; top: 16px; left: 16px;
      font-size: 0.65rem; font-weight: 800; letter-spacing: 0.12em;
      text-transform: uppercase; padding: 5px 12px; border-radius: 2px;
      display: flex; align-items: center; gap: 5px;
    }

    .badge-disponible { background: var(--lightblue); color: var(--white); }
    .badge-ultimos { background: var(--red); color: var(--white); }
    .badge-agotado { background: var(--dgray); color: var(--white); }

    .card-quick-info {
      position: absolute; top: 16px; right: 16px;
      background: rgba(0,28,51,0.7); backdrop-filter: blur(8px);
      border-radius: 6px; padding: 8px 12px;
      display: flex; flex-direction: column; gap: 3px;
    }
    .cqi { font-size: 0.65rem; color: rgba(255,255,255,0.8); font-weight: 500; display: flex; align-items: center; gap: 4px; }
    .cqi svg { width: 10px; height: 10px; fill: var(--teal); flex-shrink: 0; }

    .card-body { padding: 22px 22px 0; flex: 1; }
    .card-specs {
      display: flex; flex-direction: column; gap: 7px; margin-bottom: 18px;
    }
    .spec-row {
      display: flex; align-items: center; gap: 8px;
      font-size: 0.78rem; color: var(--dgray);
    }
    .spec-dot {
      width: 7px; height: 7px; border-radius: 50%;
      background: var(--teal); flex-shrink: 0;
    }
    .spec-dot.red { background: var(--red); }
    .spec-dot.navy { background: var(--navy); }
    .spec-label { color: var(--lgray); font-weight: 500; min-width: 90px; }
    .spec-val { font-weight: 600; color: var(--navy); }

    .card-divider { height: 1px; background: #edf0f4; margin: 0 -22px; }

    .card-footer {
      padding: 16px 22px 22px;
      display: flex; align-items: center; justify-content: space-between;
    }
    .price-block {}
    .price-label { font-size: 0.68rem; color: var(--lgray); font-weight: 500; text-transform: uppercase; letter-spacing: 0.08em; }
    .price-val {
      font-size: 1.6rem; font-weight: 900; color: var(--navy); line-height: 1;
      letter-spacing: -0.02em;
    }
    .price-val small { font-size: 0.9rem; font-weight: 700; }
    .btn-detail {
      background: var(--red); color: var(--white);
      border: none; padding: 11px 18px; border-radius: 6px;
      font-size: 0.78rem; font-weight: 700; letter-spacing: 0.05em;
      text-transform: uppercase; transition: all var(--t);
      display: flex; align-items: center; gap: 6px; white-space: nowrap;
    }
    .btn-detail:hover { background: #d63040; transform: scale(1.03); }
    .btn-detail svg { width: 14px; height: 14px; fill: currentColor; }

    /* Card highlight bar */
    .card-highlight {
      height: 3px;
      background: linear-gradient(90deg, var(--teal), var(--navy));
    }
    .card-highlight.red { background: linear-gradient(90deg, var(--red), #d63040); }

    /* No results */
    .no-results {
      text-align: center; padding: 80px 20px; color: var(--lgray);
      font-size: 1rem; font-weight: 500; display: none;
    }
    .no-results.show { display: block; }

    /* CALL TO ACTION BANNER -------------------------------------------------------- */

    .cta-band {
      padding: 60px;
      position: relative; overflow: hidden;
      background-image: url("../../img/proyecto-banner-1.png");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }
    .cta-band::before {
      content: '';
      position: absolute; right: -60px; top: -60px;
      width: 400px; height: 400px;
      background: radial-gradient(circle, rgba(36,157,167,0.2), transparent 60%);
    }
    .cta-band-inner {
      max-width: 1200px; margin: 0 auto;
      display: flex; align-items: center; justify-content: space-between;
      gap: 40px; flex-wrap: wrap; position: relative; z-index: 2;
    }
    .cta-band-text h2 {
      font-size: clamp(1.4rem, 2.5vw, 2rem); font-weight: 800;
      color: var(--white); line-height: 1.2; letter-spacing: -0.02em;
      text-shadow: 0 2px 14px rgba(0,0,0,0.55);
    }

    .cta-band-text h2 em { color: var(--white); font-style: normal; }
    .cta-band-text p {
      color: var(--white);
      font-size: 0.88rem;
      margin-top: 8px;
      text-shadow: 0 2px 14px rgba(0,0,0,0.55);
    }
    .cta-band-actions { display: flex; gap: 14px; flex-wrap: wrap; }

    .btn-primary {
      background: yellow; color: var(--darkblue);
      font-size: 0.88rem; font-weight: 700; padding: 14px 28px;
      border-radius: 6px; border: none; letter-spacing: 0.04em;
      text-transform: uppercase; transition: all var(--t);
      display: inline-flex; align-items: center; gap: 8px;
    }
    .btn-primary:hover { background: #00ffea; box-shadow: 0 8px 24px rgba(239,72,87,0.4); transform: translateY(-2px); }

    .btn-outline {
      background: transparent; color: var(--white);
      font-size: 0.88rem; font-weight: 600; padding: 13px 26px;
      border-radius: 6px; border: 2px solid rgba(255,255,255,0.3);
      letter-spacing: 0.04em; text-transform: uppercase; transition: all var(--t);
      display: inline-flex; align-items: center; gap: 8px;
    }
    .btn-outline:hover { border-color: var(--white); color: var(--white); }

    /* SECCION: FOOTER PIE DE PAGINA -------------------------------------------------------- */

    footer {
      background: var(--navy);
      padding: 60px 60px 0;
      background-image: url("../../img/footer-bg1.png");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }
    .footer-top {
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 280px 1fr 180px 180px;
      gap: 50px;
      padding-bottom: 50px;
      border-bottom: 1px solid rgba(255,255,255,0.08);
    }
    .footer-brand {}
    .footer-logo { margin-bottom: 16px; }
    .footer-logo .brand { color: var(--white); }
    .footer-tagline {
      font-size: 0.82rem;
      color: rgba(255,255,255,0.55);
      line-height: 1.65;
      margin-bottom: 22px;
    }
    .footer-social { display: flex; gap: 10px; }
    .social-btn {
      width: 36px; height: 36px;
      border-radius: 6px;
      background: rgba(255,255,255,0.06);
      border: 1px solid rgba(255,255,255,0.1);
      display: flex; align-items: center; justify-content: center;
      color: var(--lgray);
      font-size: 0.9rem;
      transition: all var(--transition);
    }
    .social-btn:hover { background: var(--lightblue); border-color: var(--lightblue); color: var(--white); }
    .social-btn svg { width: 16px; height: 16px; fill: currentColor; }

    .footer-col h4 {
      font-size: 0.78rem;
      font-weight: 700;
      color: var(--white);
      text-transform: uppercase;
      letter-spacing: 0.12em;
      margin-bottom: 20px;
      padding-bottom: 10px;
      border-bottom: 2px solid var(--white);
      display: inline-block;
    }
    .footer-contact li {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      font-size: 0.82rem;
      color: rgba(255,255,255,0.6);
      margin-bottom: 12px;
      line-height: 1.5;
    }
    .footer-contact li svg { width: 14px; height: 14px; fill: var(--white); margin-top: 2px; flex-shrink: 0; }
    .footer-links li {
      font-size: 0.82rem;
      color: rgba(255,255,255,0.55);
      margin-bottom: 9px;
      transition: color var(--transition);
      cursor: pointer;
    }
    .footer-links li:hover { color: var(--white); }
    .footer-links li::before { content: '— '; color: var(--white); font-size: 0.65rem; }

    .footer-bottom {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      flex-wrap: wrap;
    }
    .footer-bottom p {
      font-size: 0.75rem;
      color: rgba(255,255,255,0.35);
    }
    .footer-bottom a { color: rgb(0, 234, 255); }

    /* ══════════════════════════════════════════
       FLOATING WHATSAPP
    ══════════════════════════════════════════ */
    .wa-float {
      position: fixed;
      bottom: 30px; 
      right: 30px;
      z-index: 9999; 
      display: flex; 
      flex-direction: column;
      align-items: flex-end; 
      gap: 10px;
    }
    .wa-tooltip {
      background: var(--white); color: var(--navy);
      font-size: 0.8rem; font-weight: 600; padding: 8px 14px;
      border-radius: 8px; box-shadow: 0 4px 20px rgba(0,28,51,0.15);
      white-space: nowrap; opacity: 0; transform: translateX(10px);
      transition: all var(--t); pointer-events: none;
    }
    .wa-float:hover .wa-tooltip { opacity: 1; transform: translateX(0); }
    .wa-btn {
      width: 58px; height: 58px; border-radius: 50%;
      background: #25D366; border: none; color: var(--white);
      font-size: 1.6rem; display: flex; align-items: center; justify-content: center;
      box-shadow: 0 6px 28px rgba(37,211,102,0.45); cursor: pointer;
      transition: all var(--t); position: relative;
    }
    .wa-btn::before {
      content: ''; position: absolute; inset: -4px; border-radius: 50%;
      border: 2px solid rgba(37,211,102,0.35);
      animation: pulse-wa 2s infinite;
    }
    .wa-btn:hover { transform: scale(1.08); box-shadow: 0 8px 36px rgba(37,211,102,0.6); }
    @keyframes pulse-wa {
      0% { transform: scale(1); opacity: 1; }
      100% { transform: scale(1.6); opacity: 0; }
    }

    /* ══════════════════════════════════════════
       MODAL – DETALLE DEL PROYECTO
    ══════════════════════════════════════════ */
    .modal-overlay {
      position: fixed; inset: 0;
      background: rgba(0,28,51,0.75);
      z-index: 10000; display: flex; align-items: center; justify-content: center;
      padding: 20px; opacity: 0; pointer-events: none;
      transition: opacity 0.4s ease;
      backdrop-filter: blur(6px);
    }
    .modal-overlay.open { opacity: 1; pointer-events: all; }

    /* Detail Modal */
    .modal-detail {
      background: var(--white); border-radius: 16px;
      max-width: 720px; width: 100%;
      max-height: 90vh; overflow-y: auto;
      transform: translateY(30px) scale(0.97);
      transition: transform 0.4s var(--ease);
      position: relative;
    }
    .modal-overlay.open .modal-detail { transform: translateY(0) scale(1); }
    .modal-close {
      position: absolute; top: 16px; right: 16px; z-index: 10;
      width: 44px; height: 44px; border-radius: 50%;
      background: rgba(0,28,51,0.12); border: none;
      color: var(--navy); font-size: 1rem;
      display: flex; align-items: center; justify-content: center;
      cursor: pointer; transition: all var(--t);
    }
    .modal-close:hover { background: var(--red); color: var(--white); }
    .modal-thumb {
      height: 240px; overflow: hidden; border-radius: 16px 16px 0 0;
    }
    .modal-thumb-bg {
      width: 100%; height: 100%;
      display: flex; align-items: center; justify-content: center;
    }
    .modal-body-inner { padding: 32px 36px 36px; }
    .modal-badge-row {
      display: flex; align-items: center; gap: 10px; margin-bottom: 14px;
    }
    .m-badge {
      font-size: 0.65rem; font-weight: 800; letter-spacing: 0.12em;
      text-transform: uppercase; padding: 5px 12px; border-radius: 2px;
    }
    .m-badge.teal { background: var(--teal); color: var(--white); }
    .m-badge.red { background: var(--red); color: var(--white); }
    .modal-title {
      font-size: 1.6rem; font-weight: 900; color: var(--navy);
      text-transform: uppercase; letter-spacing: -0.01em; margin-bottom: 6px;
    }
    .modal-location {
      display: flex; align-items: center; gap: 6px;
      font-size: 0.82rem; color: var(--teal); font-weight: 600; margin-bottom: 22px;
    }
    .modal-location svg { width: 14px; height: 14px; fill: var(--teal); }
    .modal-specs-grid {
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 12px; margin-bottom: 26px;
    }
    .m-spec {
      background: var(--offwhite); border-radius: 8px; padding: 14px 16px;
      display: flex; align-items: center; gap: 12px;
    }
    .m-spec-icon {
      width: 36px; height: 36px; border-radius: 6px;
      background: var(--white); display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
    }
    .m-spec-icon svg { width: 18px; height: 18px; fill: var(--teal); }
    .m-spec-label { font-size: 0.68rem; color: var(--lgray); text-transform: uppercase; letter-spacing: 0.06em; font-weight: 600; }
    .m-spec-val { font-size: 0.92rem; font-weight: 700; color: var(--navy); margin-top: 2px; }
    .modal-desc {
      font-size: 0.88rem; color: var(--dgray); line-height: 1.7;
      margin-bottom: 26px; padding-bottom: 26px;
      border-bottom: 1px solid #edf0f4;
    }
    .modal-price-row {
      display: flex; align-items: center; justify-content: space-between;
      flex-wrap: wrap; gap: 16px;
    }
    .m-price {}
    .project-modal-overlay {
      position: fixed;
      inset: 0;
      background: rgba(0,28,51,0.75);
      z-index: 10000;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.4s ease;
      backdrop-filter: blur(6px);
    }
    .project-modal-overlay.open { opacity: 1; pointer-events: all; }
    .project-modal-detail {
      background: var(--white);
      border-radius: 16px;
      max-width: 720px;
      width: 100%;
      max-height: 90vh;
      overflow-y: auto;
      transform: translateY(30px) scale(0.97);
      transition: transform 0.4s var(--ease);
      position: relative;
    }
    .project-modal-overlay.open .project-modal-detail { transform: translateY(0) scale(1); }
    .project-modal-close {
      position: absolute;
      top: 16px;
      right: 16px;
      z-index: 10;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.403);
      border: none;
      color: var(--navy);
      font-size: 1rem;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all var(--t);
    }
    .project-modal-close:hover { background: var(--white); color: var(--navy); }
    .project-modal-thumb { height: 240px; overflow: hidden; border-radius: 16px 16px 0 0; }
    .project-modal-thumb-bg { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
    .project-modal-body-inner { padding: 32px 36px 36px; }
    .project-modal-title {
      font-size: 1.6rem;
      font-weight: 900;
      color: var(--navy);
      text-transform: lowercase;
      letter-spacing: -0.01em;
      margin-bottom: 26px;
    }
    .project-modal-title::first-letter { text-transform: uppercase; }
    .project-modal-cards-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
      margin-bottom: 26px;
      padding-bottom: 26px;
      border-bottom: 1px solid #edf0f4;
    }
    .project-modal-mini-card {
      background: var(--offwhite);
      border-radius: 12px;
      border: 1px solid #edf0f4;
      padding: 16px;
      display: flex;
      flex-direction: column;
      gap: 14px;
    }
    .project-modal-mini-title-slot { height: 22px; border-radius: 7px; }
    .project-modal-mini-title { font-size: 0.9rem; font-weight: 800; color: var(--navy); }
    .project-modal-mini-image-slot-1 {
      height: 140px;
      border-radius: 10px;
      background-image: url("../../img/nosotros-lugar-1.png");
      background-size: cover;
      background-position: center;
    }
    .project-modal-mini-image-slot-2 {
      height: 140px;
      border-radius: 10px;
      background-image: url("../../img/nosotros-lugar-2.png");
      background-size: cover;
      background-position: center;
    }
    .project-modal-mini-image-slot-3 {
      height: 140px;
      border-radius: 10px;
      background-image: url("../../img/nosotros-lugar-3.png");
      background-size: cover;
      background-position: center;
    }
    .project-modal-mini-image-slot-4 {
      height: 140px;
      border-radius: 10px;
      background-image: url("../../img/nosotros-lugar-4.png");
      background-size: cover;
      background-position: center;
    }
    .project-modal-mini-image-slot-5 {
      height: 140px;
      border-radius: 10px;
      background-image: url("../../img/nosotros-lugar-5.png");
      background-size: cover;
      background-position: center;
    }
    .project-modal-mini-image-slot-6 {
      height: 140px;
      border-radius: 10px;
      background-image: url("../../img/nosotros-lugar-6.png");
      background-size: cover;
      background-position: center;
    }
    .project-modal-price-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 16px;
    }
    .project-modal-price-label { font-size: 0.72rem; color: var(--darkblue); font-weight: 500; text-transform: uppercase; letter-spacing: 0.08em; }
    .project-modal-price-val { font-size: 2rem; font-weight: 900; color: var(--navy); line-height: 1; }
    #projectModalPrecio { font-family: "BBH Hegarty", sans-serif; }
    .project-modal-cta-btns { display: flex; gap: 12px; }
    .project-modal-btn-wa {
      background: #25D366;
      color: var(--white);
      border: none;
      padding: 14px 22px;
      border-radius: 8px;
      font-size: 0.88rem;
      font-weight: 700;
      letter-spacing: 0.04em;
      display: flex;
      align-items: center;
      gap: 8px;
      transition: all var(--t);
    }
    .project-modal-btn-wa:hover { background: #1da851; box-shadow: 0 6px 20px rgba(37,211,102,0.4); }
    .project-modal-btn-wa svg { width: 18px; height: 18px; fill: var(--white); }
    .video-modal {
      width: min(900px, 100%);
      aspect-ratio: 16 / 9;
      background: #000;
      border-radius: 16px;
      overflow: hidden;
      transform: translateY(30px) scale(0.97);
      transition: transform 0.4s var(--ease);
      position: relative;
    }
    .modal-overlay.open .video-modal { transform: translateY(0) scale(1); }
    .video-modal iframe { width: 100%; height: 100%; border: 0; }
    .m-price-label { font-size: 0.72rem; color: var(--lgray); font-weight: 500; text-transform: uppercase; letter-spacing: 0.08em; }
    .m-price-val { font-size: 2rem; font-weight: 900; color: var(--navy); line-height: 1; }
    .m-price-val small { font-size: 1rem; }
    .modal-cta-btns { display: flex; gap: 12px; }
    .btn-wa {
      background: #25D366; color: var(--white);
      border: none; padding: 14px 22px; border-radius: 8px;
      font-size: 0.88rem; font-weight: 700; letter-spacing: 0.04em;
      display: flex; align-items: center; gap: 8px; transition: all var(--t);
    }
    .btn-wa:hover { background: #1da851; box-shadow: 0 6px 20px rgba(37,211,102,0.4); }
    .btn-wa svg { width: 18px; height: 18px; fill: var(--white); }
    .btn-call {
      background: var(--offwhite); color: var(--navy);
      border: 2px solid #dde3ea; padding: 12px 18px; border-radius: 8px;
      font-size: 0.88rem; font-weight: 700;
      display: flex; align-items: center; gap: 8px; transition: all var(--t);
    }
    .btn-call:hover { border-color: var(--navy); }

    /* Toast */
    .toast {
      position: fixed; bottom: 30px; left: 50%;
      transform: translateX(-50%) translateY(80px);
      background: var(--navy); color: var(--white);
      padding: 14px 28px; border-radius: 8px;
      font-size: 0.88rem; font-weight: 600;
      display: flex; align-items: center; gap: 10px;
      z-index: 20000; transition: transform 0.4s var(--ease);
      box-shadow: 0 6px 30px rgba(0,28,51,0.3);
    }
    .toast.show { transform: translateX(-50%) translateY(0); }

    /* ══════════════════════════════════════════
       REVEAL ANIMATIONS
    ══════════════════════════════════════════ */
    .reveal {
      opacity: 0; transform: translateY(28px);
      transition: opacity 0.6s ease, transform 0.6s ease;
    }
    .reveal.visible { opacity: 1; transform: translateY(0); }
    .reveal-delay-1 { transition-delay: 0.1s; }
    .reveal-delay-2 { transition-delay: 0.2s; }
    .reveal-delay-3 { transition-delay: 0.3s; }
    .reveal-delay-4 { transition-delay: 0.4s; }
    .reveal-delay-5 { transition-delay: 0.5s; }

    /* ══════════════════════════════════════════
       RESPONSIVE
    ══════════════════════════════════════════ */
    @media (max-width: 1024px) {
      .topbar, .navbar, .hero-content-proyectos,
      .filter-bar, .banner-rent, .location-section,
      .projects-section, .cta-band, footer {
        padding-left: 30px; padding-right: 30px;
      }
      .projects-grid { grid-template-columns: 1fr 1fr; }
      .footer-top { grid-template-columns: 1fr 1fr; }
    }
    @media (max-width: 768px) {
      .topbar { display: none; }
      .navbar { padding: 0 20px; }
      .nav-toggle { display: inline-flex; }
      .hero-proyectos { height: 340px; }
      .hero-content-proyectos { padding: 0 20px 32px; }
      .hero-title-proyectos {
        padding-left: 0;
        font-size: clamp(1.9rem, 10vw, 2.8rem);
      }
      .hero-title-proyectos em { -webkit-text-stroke: 1.4px rgb(255, 255, 255); }
      .filter-bar { top: 70px; }
      .filter-tabs { width: 100%; }
      .filter-count {
        width: 100%;
        white-space: normal;
        font-size: 0.75rem;
      }
      .modal-overlay,
      .project-modal-overlay { padding: 12px; }
      .projects-grid { grid-template-columns: 1fr; }
      .filter-tabs { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 4px; }
      .modal-specs-grid { grid-template-columns: 1fr; }
      .modal-price-row { flex-direction: column; }
      .modal-cta-btns { flex-direction: column; }
      .modal-body-inner { padding: 24px 22px 28px; }
      .project-modal-cards-grid { grid-template-columns: 1fr; }
      .project-modal-price-row { flex-direction: column; align-items: stretch; }
      .project-modal-cta-btns { flex-direction: column; }
      .project-modal-body-inner { padding: 24px 22px 28px; }
      .location-tabs-wrap { flex-direction: column; }
      .cta-band-inner { flex-direction: column; text-align: center; }
      .footer-top { grid-template-columns: 1fr; gap: 28px; }
    }
