    /* ---- Hero override ---- */
    #hero {
      min-height: 38vh;
    }

    /* ---- ABOUT INTRO ---- */
    #us {
      padding: 70px 0 50px;
      background: #fff;
    }

    .us-intro-text {
      font-size: 1.05rem;
      color: #444;
      line-height: 1.8;
      margin-bottom: 1.5rem;
    }

    .us-intro-text strong {
      color: var(--meditech-blue);
    }

    .us-section-title {
      font-family: 'Raleway', sans-serif;
      font-weight: 800;
      font-size: 2rem;
      color: var(--meditech-dark);
      margin-bottom: 0.3rem;
      position: relative;
    }

    .us-section-title::after {
      content: '';
      display: block;
      width: 50px;
      height: 4px;
      background: var(--meditech-blue);
      border-radius: 2px;
      margin-top: 0.4rem;
    }

    /* Expertise tags */
    .expertise-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 1rem;
    }

    .expertise-tag {
      background: var(--meditech-light);
      border: 1.5px solid #d0e8f5;
      color: var(--meditech-dark);
      font-size: 0.78rem;
      font-weight: 600;
      padding: 5px 13px;
      border-radius: 20px;
      transition: all 0.25s ease;
      cursor: default;
    }

    .expertise-tag:hover {
      background: var(--meditech-blue);
      border-color: var(--meditech-blue);
      color: #fff;
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(76, 184, 232, 0.3);
    }

    /* ---- STATS BAR ---- */
    #stats-bar {
      background: var(--meditech-blue);
      padding: 40px 0;
    }

    .stat-item {
      text-align: center;
      color: #fff;
    }

    .stat-number {
      font-family: 'Raleway', sans-serif;
      font-size: 2.8rem;
      font-weight: 900;
      line-height: 1;
      display: block;
    }

    .stat-label {
      font-size: 0.85rem;
      font-weight: 600;
      opacity: 0.9;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      margin-top: 4px;
      display: block;
    }

    .stat-divider {
      width: 1px;
      min-height: 50px;
      background: rgba(255, 255, 255, 0.3);
      flex-shrink: 0;
    }

    /* ---- HISTORIA ---- */
    #historia {
      padding: 80px 0;
      background: var(--meditech-light);
      position: relative;
      overflow: hidden;
    }

    #historia::before {
      content: '10';
      position: absolute;
      right: -30px;
      top: 50%;
      transform: translateY(-50%);
      font-family: 'Raleway', sans-serif;
      font-size: 22rem;
      font-weight: 900;
      color: rgba(76, 184, 232, 0.06);
      line-height: 1;
      pointer-events: none;
    }

    .historia-card {
      background: #fff;
      border-radius: 16px;
      padding: 40px;
      box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
      position: relative;
    }

    .historia-card p {
      color: #555;
      line-height: 1.85;
      font-size: 1rem;
    }

    .historia-card p+p {
      margin-top: 1rem;
    }

    /* ---- MISIÓN / VISIÓN ---- */
    #mision-vision {
      padding: 80px 0;
      background: #fff;
    }

    .mv-card {
      border-radius: 16px;
      padding: 40px 36px;
      height: 100%;
      position: relative;
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .mv-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 20px 48px rgba(0, 0, 0, 0.12);
    }

    .mv-card.mision {
      background: var(--meditech-dark);
      color: #fff;
    }

    .mv-card.vision {
      background: var(--meditech-blue);
      color: #fff;
    }

    .mv-card .mv-icon {
      font-size: 2.5rem;
      margin-bottom: 20px;
      display: block;
      opacity: 0.85;
    }

    .mv-card h3 {
      font-family: 'Raleway', sans-serif;
      font-weight: 800;
      font-size: 1.5rem;
      margin-bottom: 16px;
      letter-spacing: 0.03em;
    }

    .mv-card p {
      font-size: 0.97rem;
      line-height: 1.8;
      opacity: 0.92;
    }

    .mv-card::after {
      content: '';
      position: absolute;
      bottom: -30px;
      right: -30px;
      width: 100px;
      height: 100px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.07);
    }

    /* ---- VALORES ---- */
    #valores {
      padding: 80px 0;
      background: var(--meditech-light);
    }

    .valores-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      margin-top: 40px;
    }

    .valor-card {
      background: #fff;
      border-radius: 14px;
      padding: 32px 28px;
      border-left: 4px solid var(--meditech-blue);
      transition: all 0.3s ease !important;
      cursor: default;
    }

    .valor-card:hover {
      transform: translateY(-6px) !important;
      box-shadow: 0 8px 30px rgba(76, 184, 232, 0.15);
      border-left-color: var(--meditech-accent);
    }

    .valor-icon {
      font-size: 1.8rem;
      color: var(--meditech-blue);
      margin-bottom: 14px;
      display: block;
      transition: transform 0.3s ease !important;
    }

    .valor-card:hover .valor-icon {
      transform: scale(1.15);
      transform: translateX(-8px);
    }

    .valor-card h4 {
      font-family: 'Raleway', sans-serif;
      font-weight: 800;
      font-size: 1.05rem;
      color: var(--meditech-dark);
      margin-bottom: 8px;
    }

    .valor-card p {
      font-size: 0.88rem;
      color: #666;
      line-height: 1.65;
      margin: 0;
    }

    /* ---- SECTION HEADER shared ---- */
    .section-header-custom {
      margin-bottom: 40px;
    }

    .section-header-custom h2 {
      font-family: 'Raleway', sans-serif;
      font-weight: 800;
      font-size: 2rem;
      color: var(--meditech-dark);
      position: relative;
      display: inline-block;
    }

    .section-header-custom h2::after {
      content: '';
      display: block;
      width: 50px;
      height: 4px;
      background: var(--meditech-blue);
      border-radius: 2px;
      margin-top: 0.4rem;
    }

    .section-header-custom p {
      color: #777;
      margin-top: 8px;
      font-size: 0.95rem;
    }

    /* Tab transition */
    .tab-fade {
      animation: fadeIn 0.4s ease;
    }

    @keyframes fadeIn {
      from {
        opacity: 0;
        transform: translateY(8px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    /* Counter animation */
    .count-up {
      transition: all 0.1s;
    }

    #page-header {
      background: var(--meditech-dark);
      padding: 80px 0 50px;
      margin-top: 70px;
      /* altura del navbar */
      position: relative;
      overflow: hidden;
    }

    #page-header::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, #1d1d1b 60%, #2a4a5e 100%);
    }

    #page-header .container {
      position: relative;
      z-index: 1;
    }

    #page-header .breadcrumb {
      background: transparent;
      padding: 0;
      margin-bottom: 16px;
    }

    #page-header .breadcrumb-item a {
      color: var(--meditech-blue);
      text-decoration: none;
      font-size: 0.85rem;
    }

    #page-header .breadcrumb-item.active,
    #page-header .breadcrumb-item+.breadcrumb-item::before {
      color: rgba(255, 255, 255, 0.5);
      font-size: 0.85rem;
    }

    #page-header h1 {
      font-family: 'Raleway', sans-serif;
      font-weight: 900;
      font-size: 3rem;
      color: #fff;
      margin: 0 0 10px;
    }

    #page-header h1 span {
      color: var(--meditech-blue);
    }

    #page-header p {
      color: rgba(255, 255, 255, 0.6);
      font-size: 1rem;
      margin: 0;
    }

    @media (max-width: 767px) {
      .stat-divider {
        display: none;
      }

      #historia::before {
        font-size: 10rem;
        opacity: 0.04;
        right: -10px;
      }

      .valores-grid {
        grid-template-columns: 1fr;
      }

      #historia {
        overflow: hidden;
      }
    }

    @media (min-width: 768px) and (max-width: 991px) {
      .valores-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }