    .section-eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #38bdf8;
    margin-bottom: 0.3rem;
}
    /* =========================
       Sección Servicios
    ========================== */
    #servicios{
        padding: 0 0 5%;
    }
    .services-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1.6rem;
      margin-top: 2rem;
    }

    .service-card {
      border-radius: var(--radius-card);
      background: radial-gradient(circle at 0 0, rgba(56, 189, 248, 0.12), transparent 55%),
                  var(--color-surface-soft);
      border: 1px solid rgba(31, 41, 55, 0.95);
      padding: 1.4rem 1.3rem 1.5rem;
      box-shadow: 0 18px 40px rgba(15, 23, 42, 0.7);
    }
    .service-icon {
      width: 26px;
      height: 26px;
      border-radius: 999px;
      border: 1px solid rgba(148, 163, 184, 0.6);
      margin-bottom: 0.7rem;
      background: radial-gradient(circle at 30% 0, rgba(248, 250, 252, 0.4), transparent 60%),
                  rgba(15, 23, 42, 0.85);
    }

    .service-title {
      font-size: 1rem;
      margin: 0 0 0.4rem;
    }

    .service-text {
      font-size: 0.9rem;
      color: #9ca3af;
      margin: 0 0 0.8rem;
    }

    .service-tagline {
      font-size: 0.78rem;
      color: #38bdf8;
    }
    /* =========================
       Sección Productos
    ========================== */
    .products {
      background: radial-gradient(circle at top, rgba(15, 23, 42, 0.85), #020617 60%);
      border-top: 1px solid rgba(31, 41, 55, 0.9);
      border-bottom: 1px solid rgba(31, 41, 55, 0.9);
    }

    .products-header {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      gap: 1.5rem;
      margin-bottom: 2rem;
    }

    .products-legend {
      font-size: 0.82rem;
      color: #9ca3af;
    }

    .pill-muted {
      display: inline-flex;
      align-items: center;
      gap: 0.35rem;
      padding: 0.2rem 0.6rem;
      border-radius: 999px;
      border: 1px solid rgba(148, 163, 184, 0.5);
      font-size: 0.7rem;
      color: #9ca3af;
    }

    .pill-muted-dot {
      width: 6px;
      height: 6px;
      border-radius: 999px;
      background: #38bdf8;
    }

    .products-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1.4rem;
    }

    .product-card {
      border-radius: 10px;
      border: 1px solid rgba(31, 41, 55, 0.98);
      display: flex;
      flex-direction: column;
      gap: 0.6rem;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;    
    }
    .product-card:hover .overlay{
      background-color: rgb(0 0 0 / 60%);
      transition: all 0.3s;
    }
    .product-card:hover .product-description,
    .product-card:hover .product-meta,
    .product-card:hover .product-footer span{
      color: white;
    }
    .product-card .overlay{
      background-color: rgb(0 0 0 / 70%);
      padding: 1.3rem 1.2rem 1.4rem;
      height: 100%;
    }
    #plugin-areality{
      background-image: url("../img/libreria/plugin-ar.png");
    }
    #addon-cuadros{
      background-image: url("../img/libreria/addom-temporal.png");
    }
    .product-label {
      font-size: 0.7rem;
      text-transform: uppercase;
      letter-spacing: 0.15em;
      color: #9ca3af;
      margin-bottom: 0.5em;
    }

    .product-name {
      font-size: 1.3rem;
      font-weight: 600;
      min-height: 2.5em;
  
    }

    .product-badge {
      display: inline-flex;
      align-items: center;
      gap: 0.3rem;
      font-size: 0.72rem;
      padding: 0.15rem 0.55rem;
      border-radius: 999px;
      background: rgba(15, 23, 42, 0.9);
      border: 1px solid rgba(148, 163, 184, 0.5);
      color: #38bdf8;
    }

    .product-description {
      font-size: 0.88rem;
      color: #9ca3af;
    }

    .product-meta {
      font-size: 0.8rem;
      color: #9ca3af;
      margin-bottom: 1.5em;
    }

    .product-features {
      display: flex;
      flex-wrap: wrap;
      gap: 0.4rem;
      margin-top: 0.4rem;
      margin-bottom: 1.3em;
    }

    .product-feature {
      font-size: 0.75rem;
      padding: 0.2rem 0.55rem;
      border-radius: 999px;
      border: 1px solid rgba(148, 163, 184, 0.5);
      background: rgba(15, 23, 42, 0.9);
    }

    .product-footer {
      margin-top: 0.5rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 0.8rem;
      font-size: 0.78rem;
    }

    .product-footer span {
      color: #9ca3af;
    }

    .product-link {
      font-size: 0.78rem;
      color: #38bdf8;
      text-decoration: underline;
      text-decoration-style: dotted;
      text-underline-offset: 3px;
    }
    
    /* =========================
       Casos / Proyectos
    ========================== */
    #proyectos{
        padding: 5% 0;
    }
    .header_proyectos{
      text-align: center;
      font-size: 130%;
    }
    .cases-grid {
      display: grid;
      gap: 1.4rem;
      margin-top: 2rem;
    }
    .case-card:nth-child(1) { background-image: url('../img/libreria/cases-1.png'); background-position: 20%;;}
    .case-card:nth-child(1) .overlay{ align-items: end; text-align: end;}

    .case-card:nth-child(2) { background-image: url('../img/libreria/cases-2.png'); background-position: 90%;}
    
    .case-card:nth-child(3) { background-image: url('../img/libreria/cases-3.png'); background-position: 20%;}
    .case-card:nth-child(3)  .overlay{ align-items: end; text-align: end;}

    .case-card {
      border-radius: 15px;
      background: var(--color-surface-soft);
      border: 1px solid rgba(31, 41, 55, 0.95);
      font-size: 0.85rem;
      color: #9ca3af;
      background-repeat: no-repeat;
      background-size: cover;
      min-height: 250px;
    }
    .cases-grid .overlay{
      padding: 0 5%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      transition: all 0.3s;
      border-radius: 15px;
      cursor: pointer;
      background-color: rgb(0 0 0 / 50%);
      border: solid 1px transparent;
    }
    .cases-grid .overlay div,
    .cases-grid .overlay p{
      max-width: 55%;
      font-size: 160%;
    }
    .cases-grid .overlay p{
      margin: 0;
    }
    .cases-grid .overlay:hover{
      background-color: rgb(0 0 0 / 10%);
      color: white;
      transition: all 0.3s;
      border: 1px solid #38bdf8; /* Morado brillante */
      box-shadow:
        0 0 1px #38bdf8,
        0 0 5px #38bdf8,
        0 0 10px #38bdf8,
        0 0 15px #38bdf8;
        }
    .case-tag {
      font-size: 0.7rem;
      text-transform: uppercase;
      letter-spacing: 0.14em;
      color: #38bdf8;
      margin-bottom: 0.4rem;
      transition: all 0.2s;
    }
    .case-name {
      font-weight: bold;
      color: #ffffff;
      margin-bottom: 0.4rem;
    }
    .cases-grid .overlay:hover .case-name{
      color: #38bdf8;
      font-weight: bold;
      transition: all 0.2s;
    }

    /* =========================
       Sobre la empresa
    ========================== */
    #empresa{
        padding: 5% 0;
    }
    .about-grid {
      display: grid;
      grid-template-columns: 1.25fr 1fr;
      gap: 2rem;
      margin-top: 2.1rem;
      align-items: center;
    }

    .about-stats {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 1rem;
      margin-top: 1.4rem;
    }

    .about-stat {
      border-radius: 14px;
      border: 1px solid rgba(31, 41, 55, 0.95);
      background: radial-gradient(circle at 0 0, rgba(56, 189, 248, 0.09), transparent 60%),
                  var(--color-surface-soft);
      padding: 0.9rem 1rem;
      font-size: 0.8rem;
      color: #9ca3af;
    }

    .about-stat strong {
      display: block;
      font-size: 1rem;
      color: #f9fafb;
      margin-bottom: 0.2rem;
    }

    .about-note {
      font-size: 0.85rem;
      color: #9ca3af;
      margin-top: 0.8rem;
    }

    .about-card {
      border-radius: var(--radius-card);
      background: radial-gradient(circle at 0 0, rgba(56, 189, 248, 0.18), transparent 55%),
                  var(--color-surface);
      border: 1px solid rgba(31, 41, 55, 0.98);
      padding: 1.4rem 1.3rem;
      font-size: 0.85rem;
      color: #9ca3af;
    }
    .nav-links {
      display: flex;
      align-items: center;
      gap: 1.25rem;
    }

    .nav-links a {
      padding: 0.2rem 0;
      position: relative;
      color: #9ca3af;
    }

    .nav-links a:hover {
      color: #f9fafb;
    }

    .nav-links a::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -0.1rem;
      width: 0;
      height: 1px;
      background: linear-gradient(to right, #38bdf8, #a855f7);
      transition: width 0.18s ease-out;
    }

    .nav-links a:hover::after {
      width: 100%;
    }