    /* HERO TESTIMONIOS -------------------------------------------------------- */

    .hero-t {
      position: relative; 
      height: 420px;
      overflow: hidden;
      display: flex; 
      align-items: flex-end;
      background-image: url("../../img/testimonio-banner-1.png");
      background-size: cover;
      background-position: center;
    }
    .hero-t-bg {
      position: absolute; inset: 0;
      background: linear-gradient(125deg, #001C33 0%, #002540 50%, #001830 100%);
    }
    .hero-t-bg::before {
      content: ''; position: absolute; inset: 0;
      background:
        radial-gradient(ellipse at 75% 30%, rgba(36,157,167,0.22) 0%, transparent 50%),
        radial-gradient(ellipse at 15% 70%, rgba(239,72,87,0.14) 0%, transparent 45%);
    }
    .hero-t-bg::after {
      content: ''; position: absolute; inset: 0;
      background-image: repeating-linear-gradient(
        -45deg, transparent, transparent 50px,
        rgba(255,255,255,0.015) 50px, rgba(255,255,255,0.015) 51px
      );
    }
    /* Big quote mark deco */
    .hero-t-quote {
      position: absolute; right: 6%; top: 50%;
      transform: translateY(-55%);
      font-size: clamp(180px, 22vw, 320px);
      font-family: Georgia, serif; font-weight: 900;
      color: rgba(255,255,255,0.03);
      line-height: 1; pointer-events: none; user-select: none;
      letter-spacing: -0.05em;
    }
    .hero-t-accent {
      position: absolute; left: 0; top: 0; bottom: 0;
      width: 5px;
      background: linear-gradient(to bottom, var(--red), var(--teal));
    }
    
    .hero-t-content {
      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: rgba(255,255,255,0.5);
      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-t-label {
      font-size: 0.75rem; font-weight: 700; letter-spacing: 0.2em;
      text-transform: uppercase; color: var(--teal); margin-bottom: 8px;
    }

    .hero-t-title {
      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-t-title 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-t-sub {
      font-size: 0.9rem; color: rgba(255,255,255,0.55);
      margin-top: 16px; max-width: 500px; line-height: 1.6;
    }

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

    .filter-bar {
      background: var(--white);
      padding: 0 60px;
      border-bottom: 1px solid #edf0f4;
      position: sticky;
      top: 103px;
      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.78rem;
      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);
    }
    .result-count {
      font-size: 0.78rem; color: var(--dgray); font-weight: 500;
      white-space: nowrap;
    }
    .result-count strong { color: var(--navy); font-weight: 700; }

    /* ══════════════════════════════════════════
       TESTIMONIALS GRID SECTION
    ══════════════════════════════════════════ */
    .section-t {
      background: var(--offwhite);
      padding: 70px 60px 80px;
    }
    .section-t-inner { max-width: 1200px; margin: 0 auto; }
    .section-header {
      display: flex; align-items: flex-end;
      justify-content: space-between; margin-bottom: 48px;
      flex-wrap: wrap; gap: 20px;
    }
    .section-tag {
      font-size: 0.72rem; font-weight: 700; letter-spacing: 0.18em;
      text-transform: uppercase; color: var(--red);
      display: flex; align-items: center; gap: 8px; margin-bottom: 8px;
    }
    .section-tag::before {
      content: ''; display: inline-block;
      width: 24px; height: 2px; background: var(--red); border-radius: 2px;
    }

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

    .section-title {
      font-size: clamp(1.5rem, 2.5vw, 2.1rem);
      font-weight: 800; color: var(--navy); line-height: 1.15;
      letter-spacing: -0.02em;
    }
    .section-title em { color: var(--red); font-style: normal; }
    
    .section-sub { font-size: 0.88rem; color: var(--dgray); margin-top: 8px; max-width: 460px; line-height: 1.6 }
    .share-btn {
      background: var(--darkblue); color: var(--white);
      border: none; padding: 12px 22px; border-radius: 6px;
      font-size: 0.82rem; font-weight: 700; letter-spacing: 0.04em;
      display: flex; align-items: center; gap: 8px;
      transition: all var(--t); white-space: nowrap;
    }
    .share-btn:hover { background: var(--lightblue); transform: translateY(-2px); }
    .share-btn svg { width: 16px; height: 16px; fill: currentColor; }

    /* ── GRID ── */
    .testimonials-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
    }
    .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;
    }
    .t-card:hover {
      box-shadow: 0 16px 50px rgba(0,28,51,0.14);
    }
    /* Top colored stripe */
    .t-card-stripe {
      height: 4px;
      background: linear-gradient(90deg, var(--teal), var(--navy));
    }
    .t-card-stripe.red { background: linear-gradient(90deg, var(--red), #d63040); }
    .t-card-stripe.alt { background: linear-gradient(90deg, var(--navy), var(--teal)); }
    .t-card-stripe.gold { background: linear-gradient(90deg, #f5a623, var(--red)); }

    .t-card-header {
      padding: 0;
    }
    .owner-banner {
      display: grid;
      grid-template-columns: 120px 1fr;
      gap: 14px;
      align-items: center;
      width: calc(100% - 36px);
      margin: 20px 18px 0;
      padding: 18px 18px;
      background: linear-gradient(110deg, var(--navy), #003a6e);
      border-radius: 8px;
    }
    
    .owner-photo-1 {
      width: 120px;
      height: 72px;
      border-radius: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      background-image: url("../../img/testimonio-propietario-1.png");
      background-size: cover;
      background-position: center;
    }

    .owner-photo-2 {
      width: 120px;
      height: 72px;
      border-radius: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      background-image: url("../../img/testimonio-propietario-2.png");
      background-size: cover;
      background-position: center;
    }

    .owner-initials { color: var(--white); font-weight: 900; letter-spacing: 0.06em; }
    .owner-meta { min-width: 0; display: flex; flex-direction: column; gap: 4px; }
    .owner-name {
      color: var(--white);
      font-weight: 800;
      font-size: 0.95rem;
      line-height: 1.1;
      text-shadow: 0 10px 26px rgba(0,0,0,0.35);
    }
    .owner-project {
      color: rgba(255,255,255,0.85);
      font-size: 0.78rem;
      font-weight: 600;
    }
    /* Project label */
    .t-project-label {
      font-size: 0.65rem; font-weight: 800; letter-spacing: 0.14em;
      text-transform: uppercase; color: var(--darkblue);
      border: 1.5px solid var(--darkblue); padding: 3px 10px;
      border-radius: 2px; white-space: nowrap;
    }
    .t-project-label.red { color: var(--darkblue); border-color: var(--darkblue); }

    /* Avatar */
    .t-avatar-wrap { position: relative; flex-shrink: 0; }
    .t-avatar {
      width: 64px; height: 64px; border-radius: 50%;
      font-size: 1.4rem; font-weight: 900; color: var(--white);
      display: flex; align-items: center; justify-content: center;
      box-shadow: 0 4px 16px rgba(0,28,51,0.2);
    }
    .t-verified {
      position: absolute; bottom: -2px; right: -2px;
      width: 20px; height: 20px; border-radius: 50%;
      background: var(--teal); border: 2px solid var(--white);
      display: flex; align-items: center; justify-content: center;
      font-size: 0.6rem; color: var(--white); font-weight: 900;
    }
    .t-info { flex: 1; }
    .t-name { font-size: 1rem; font-weight: 800; color: var(--navy); margin-bottom: 2px; }
    .t-role { font-size: 0.75rem; color: var(--teal); font-weight: 600; }
    .t-stars { margin-top: 6px; display: flex; align-items: center; gap: 3px; }
    .star { color: #f5a623; font-size: 0.85rem; }
    .t-date { font-size: 0.68rem; color: var(--lgray); margin-top: 3px; }

    /* Image placeholder */
    .t-card-image {
      width: calc(100% - 36px);
      margin: 14px 18px 0;
      height: 170px; border-radius: 8px; overflow: hidden;
      position: relative; cursor: pointer;
    }
    .t-img-bg {
      width: 100%; height: 100%;
      display: flex; align-items: center; justify-content: center;
      transition: transform 0.5s ease;
    }
    .t-card:hover .t-img-bg { transform: scale(1.04); }
    /* Play button overlay */
    .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;
    }
    .t-play-overlay:focus-visible { outline: 2px solid rgba(36,157,167,0.65); outline-offset: 2px; }
    .t-card:hover .t-play-overlay { background: rgba(0,28,51,0.35); }
    .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);
    }
    .t-card:hover .t-play-btn { transform: scale(1); }
    .t-play-btn::after {
      content: '';
      border-left: 18px solid var(--darkblue);
      border-top: 11px solid transparent;
      border-bottom: 11px solid transparent;
      margin-left: 4px;
    }

    .t-card-body { padding: 18px 18px 22px; flex: 1; }
    /* Big quote mark */
    .t-quote-mark {
      font-size: 3.5rem; font-family: Georgia, serif;
      color: var(--red); opacity: 0.18;
      line-height: 0.6; font-weight: 900;
      margin-bottom: 4px;
    }
    .t-text {
      font-size: 0.88rem; color: var(--dgray);
      line-height: 1.75; font-style: italic;
    }
    .t-text strong { color: var(--navy); font-style: normal; font-weight: 700; }

    .t-card-footer {
      padding: 14px 18px 20px;
      display: flex; align-items: center; justify-content: space-between;
      border-top: 1px solid #edf0f4;
    }
    .t-card-tags { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
    .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;
    }
    .t-tag svg { width: 10px; height: 10px; fill: var(--darkblue); }
    .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;
    }
    .t-expand-btn:hover {
      background: var(--lightblue);
      transform: translateY(-2px);
      box-shadow: 0 8px 24px rgba(0, 28, 51, 0.18);
    }
    .t-expand-btn svg { width: 14px; height: 14px; fill: currentColor; }

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

    /* ══════════════════════════════════════════
       TRUST BAND
    ══════════════════════════════════════════ */
    .trust-band {
      background: var(--white);
      padding: 54px 60px;
      border-top: 1px solid #edf0f4;
      border-bottom: 1px solid #edf0f4;
    }
    .trust-band-inner {
      max-width: 1200px; margin: 0 auto;
      display: grid; grid-template-columns: repeat(4, 1fr);
      gap: 28px;
    }
    .trust-item {
      text-align: center; padding: 28px 20px;
      border-radius: 12px; border: 1px solid #edf0f4;
      transition: all var(--t);
    }
    .trust-item:hover {
      border-color: var(--darkblue);
      box-shadow: 0 8px 32px rgba(0, 3, 171, 0.1);
      transform: translateY(-4px);
    }
    .trust-icon {
      width: 56px; height: 56px; border-radius: 12px;
      margin: 0 auto 16px;
      display: flex; align-items: center; justify-content: center;
    }
    .trust-icon svg { width: 26px; height: 26px; fill: var(--white); }
    .trust-num {
      font-size: 2rem; font-weight: 900; line-height: 1; margin-bottom: 4px;
      letter-spacing: -0.02em;
    }
    .trust-label { font-size: 0.8rem; color: var(--dgray); font-weight: 500; line-height: 1.4; }

    /* ══════════════════════════════════════════
       CTA SECTION
    ══════════════════════════════════════════ */
    .cta-section {
      padding: 80px 60px;
      position: relative; overflow: hidden;
      background-image: url("../../img/testimonio-banner-2.png");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }

    .cta-section::before {
      content: ''; position: absolute; right: -80px; top: -80px;
      width: 500px; height: 500px;
      background: radial-gradient(circle, rgba(36,157,167,0.18), transparent 60%);
    }
    .cta-section::after {
      content: ''; position: absolute; left: 38%; bottom: -60px;
      width: 300px; height: 300px;
      background: radial-gradient(circle, rgba(239,72,87,0.12), transparent 60%);
    }
    .cta-inner {
      max-width: 1200px; margin: 0 auto;
      display: flex; align-items: center;
      justify-content: space-between; gap: 50px;
      position: relative; z-index: 2; flex-wrap: wrap;
    }
    /* Decorative person silhouette */
    .cta-figure {
      width: 220px; flex-shrink: 0;
      display: flex; align-items: flex-end; justify-content: center;
    }
    .cta-silhouette {
      width: 180px; height: 240px;
      background: linear-gradient(to bottom, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
      border-radius: 90px 90px 0 0;
      position: relative; overflow: hidden;
    }
    .cta-silhouette::before {
      content: '';
      position: absolute; inset: 0;
      background: linear-gradient(135deg, rgba(36,157,167,0.15), rgba(239,72,87,0.1));
    }
    .cta-silhouette-icon {
      position: absolute; bottom: 0; left: 50%;
      transform: translateX(-50%);
      font-size: 8rem; line-height: 1;
      opacity: 0.2;
    }
    .cta-text { flex: 1; }
    .cta-tag {
      display: inline-block; background: var(--white); color: var(--darkblue);
      font-size: 0.7rem; font-weight: 700; letter-spacing: 0.15em;
      text-transform: uppercase; padding: 5px 14px; border-radius: 2px;
      margin-bottom: 16px;
    }

    .cta-title {
      font-size: clamp(1.6rem, 3vw, 2.6rem); font-weight: 800;
      color: var(--white); line-height: 1.12; letter-spacing: -0.02em;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }

    .cta-title em { color: var(--white); font-style: normal; }
    .cta-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; }
    
    .btn-primary {
      background: var(--darkblue); color: var(--white);
      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: var(--lightblue); box-shadow: 0 8px 24px rgba(37, 43, 216, 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);
      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); }
    @keyframes pulse-wa {
      0%   { transform: scale(1);   opacity: 1; }
      100% { transform: scale(1.6); opacity: 0; }
    }

    /* ══════════════════════════════════════════
       MODAL – TESTIMONIO EXPANDIDO
    ══════════════════════════════════════════ */
    .modal-overlay {
      position: fixed; inset: 0;
      background: rgba(0,28,51,0.78); 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(8px);
    }
    .modal-overlay.open { opacity: 1; pointer-events: all; }
    .modal-box {
      background: var(--white); border-radius: 16px;
      max-width: 640px; 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-box { transform: translateY(0) scale(1); }
    .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; }
    .modal-close {
      position: absolute; top: 16px; right: 16px; z-index: 10;
      width: 44px; height: 44px; border-radius: 50%;
      background: rgba(0,28,51,0.08); 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); }

    /* Detail modal content */
    .modal-header-img {
      height: 220px; border-radius: 16px 16px 0 0; overflow: hidden;
    }
    .modal-header-img-bg {
      width: 100%; height: 100%;
      display: flex; align-items: center; justify-content: center;
    }
    .modal-body-content { padding: 30px 36px 36px; }
    .modal-author-row {
      display: flex; align-items: center; gap: 16px; margin-bottom: 18px;
    }
    .modal-avatar {
      width: 70px; height: 70px; border-radius: 50%;
      font-size: 1.6rem; font-weight: 900; color: var(--white);
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
      box-shadow: 0 4px 20px rgba(0,28,51,0.2);
    }
    .modal-author-info {}
    .modal-author-name { font-size: 1.2rem; font-weight: 800; color: var(--navy); }
    .modal-author-role { font-size: 0.82rem; color: var(--teal); font-weight: 600; margin-top: 2px; }
    .modal-stars { margin-top: 6px; color: #f5a623; font-size: 1rem; }
    .modal-project-badge {
      display: inline-flex; align-items: center; gap: 6px;
      background: var(--offwhite); border: 1.5px solid #dde3ea;
      border-radius: 20px; padding: 6px 14px;
      font-size: 0.72rem; font-weight: 700; color: var(--navy);
      margin-bottom: 20px;
    }
    .modal-project-badge svg { width: 12px; height: 12px; fill: var(--teal); }
    .modal-full-text {
      font-size: 0.95rem; color: var(--dgray); line-height: 1.8;
      font-style: italic; margin-bottom: 26px;
      padding: 22px 24px; border-radius: 10px;
      background: var(--offwhite);
      border-left: 4px solid var(--red);
      position: relative;
    }
    .modal-full-text::before {
      content: '\201C';
      font-size: 4rem; font-family: Georgia, serif;
      color: var(--red); opacity: 0.2;
      position: absolute; top: 8px; left: 14px;
      line-height: 0.8;
    }
    .modal-details-grid {
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 12px; margin-bottom: 26px;
    }
    .m-detail {
      background: var(--offwhite); border-radius: 8px;
      padding: 14px 16px;
    }
    .m-detail-label { font-size: 0.68rem; color: var(--lgray); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; margin-bottom: 4px; }
    .m-detail-val { font-size: 0.88rem; font-weight: 700; color: var(--navy); }
    .modal-cta {
      background: linear-gradient(105deg, var(--navy), #002d52);
      border-radius: 10px; padding: 22px 24px;
      display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
    }
    .modal-cta p { font-size: 0.88rem; color: rgba(255,255,255,0.8); font-weight: 500; }
    .modal-cta p strong { color: var(--white); display: block; font-size: 1rem; margin-bottom: 2px; }
    .btn-wa {
      background: #25D366; color: var(--white);
      border: none; padding: 12px 20px; border-radius: 8px;
      font-size: 0.85rem; font-weight: 700;
      display: flex; align-items: center; gap: 8px; transition: all var(--t);
      white-space: nowrap;
    }
    .btn-wa:hover { background: #1da851; }
    .btn-wa svg { width: 18px; height: 18px; fill: var(--white); }

    /* ══════════════════════════════════════════
       MODAL – COMPARTIR TESTIMONIO
    ══════════════════════════════════════════ */
    .share-modal {
      background: var(--white); border-radius: 16px;
      max-width: 540px; width: 100%;
      transform: translateY(30px) scale(0.97);
      transition: transform 0.4s var(--ease);
      overflow: hidden; position: relative;
    }
    .modal-overlay.open .share-modal { transform: translateY(0) scale(1); }
    .share-header {
      background: linear-gradient(105deg, var(--navy), #002d52);
      padding: 28px 32px 24px; position: relative;
    }
    .share-header::after {
      content: ''; position: absolute; right: 0; bottom: -1px;
      width: 100%; height: 40px;
      background: var(--white);
      clip-path: ellipse(58% 100% at 50% 100%);
    }
    .share-header h3 { font-size: 1.3rem; font-weight: 800; color: var(--white); }
    .share-header p { font-size: 0.82rem; color: rgba(255,255,255,0.6); margin-top: 4px; }
    .share-body { padding: 32px 32px 32px; }
    .share-body h3 { color: var(--darkblue); }
    .share-body p { font-size: 0.85rem; color: var(--dgray); line-height: 1.6; margin-bottom: 20px; }
    .form-group { margin-bottom: 14px; }
    .form-group label {
      display: block; font-size: 0.72rem; font-weight: 700;
      color: var(--navy); margin-bottom: 5px;
      text-transform: uppercase; letter-spacing: 0.06em;
    }
    .share-body .form-group label { color: var(--darkblue); }
    .form-group input,
    .form-group select,
    .form-group textarea {
      width: 100%; padding: 11px 14px; border: 1.5px solid #e0e4ea;
      border-radius: 6px; font-size: 0.85rem; color: var(--navy);
      background: var(--offwhite); font-family: var(--font); outline: none;
      transition: border-color var(--t);
    }
    .form-group input:focus,
    .form-group select:focus,
    .form-group textarea:focus { border-color: var(--teal); background: var(--white); }
    .form-group textarea { resize: vertical; min-height: 90px; }
    .form-row { display: flex; gap: 10px; }
    .form-row .form-group { flex: 1; }
    .star-rating { display: flex; gap: 6px; margin-top: 4px; }
    .star-btn {
      font-size: 1.4rem; cursor: pointer; color: #ddd;
      transition: color var(--t); background: none; border: none;
      padding: 0;
    }
    .star-btn.selected, .star-btn:hover { color: #f5a623; }
    .privacy-row {
      display: flex; align-items: center; gap: 8px;
      font-size: 0.75rem; color: var(--darkblue); margin-bottom: 16px;
    }
    .privacy-row input[type="checkbox"] { width: 15px; height: 15px; accent-color: var(--teal); }
    .privacy-row a { color: var(--darkblue); font-weight: 600; }
    .btn-submit {
      width: 100%; background: var(--darkblue); color: var(--white);
      border: none; padding: 14px; border-radius: 6px;
      font-size: 0.9rem; font-weight: 700; letter-spacing: 0.06em;
      text-transform: uppercase; transition: all var(--t);
    }
    .btn-submit:hover { background: var(--lightblue); box-shadow: 0 6px 20px rgba(173,216,230,0.55); transform: translateY(-1px); }

    /* ══════════════════════════════════════════
       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; }
    .counter { display: inline-block; }

    /* ══════════════════════════════════════════
       RESPONSIVE
    ══════════════════════════════════════════ */
    @media (max-width: 1024px) {
      .topbar, .navbar, .section-t, .cta-section, footer { padding-left: 30px; padding-right: 30px; }
      .filter-bar { padding-left: 30px; padding-right: 30px; }
      .trust-band { padding: 40px 30px; }
      .trust-band-inner { 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-t { height: 340px; }
      .hero-t-content { padding: 0 20px 32px; }
      .hero-t-title {
        padding-left: 0;
        font-size: clamp(1.9rem, 10vw, 2.8rem);
      }
      .hero-t-title em { -webkit-text-stroke: 1.4px rgb(255,255,255); }
      .filter-bar { top: 70px; }
      .filter-tabs { width: 100%; }
      .result-count {
        width: 100%;
        white-space: normal;
        font-size: 0.75rem;
      }
      .modal-overlay { padding: 12px; }
      .filter-tabs { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 4px; }
      .testimonials-grid { grid-template-columns: 1fr; }
      .trust-band-inner { grid-template-columns: 1fr; }
      .cta-inner { flex-direction: column; text-align: center; }
      .cta-actions { justify-content: center; }
      .cta-figure { display: none; }
      .footer-top { grid-template-columns: 1fr; gap: 28px; }
      .modal-details-grid { grid-template-columns: 1fr; }
      .modal-body-content { padding: 22px 22px 28px; }
    }
