/* Sección Nosotros (#nosotros): fondo azul marino con acentos dorados para que destaque. */
#nosotros {
  position: relative; overflow: hidden; color: #dbe6f0;
  background:
    radial-gradient(ellipse at 15% 20%, rgba(0, 180, 216, .18), transparent 55%),
    radial-gradient(ellipse at 85% 90%, rgba(255, 193, 7, .10), transparent 50%),
    linear-gradient(160deg, #071a2b, #0a2540 55%, #0d3150);
  border-block: 3px solid #ffc107;
}
#nosotros .section-serv {
  display: inline-block; color: #ffc107; text-shadow: 0 2px 12px rgba(0, 0, 0, .45); letter-spacing: .04em; text-transform: uppercase;
  font-size: clamp(1.5rem, 1.1rem + 1.8vw, 2.2rem); padding-bottom: .45rem; margin-bottom: .6rem; position: relative;
}
#nosotros .section-serv::after {
  content: ""; position: absolute; left: 50%; bottom: 0; width: 64px; height: 3px; border-radius: 3px;
  background: linear-gradient(90deg, #ffc107, #00d4ff); transform: translateX(-50%);
}
#nosotros .section-title { color: #fff; text-shadow: none; }
#nosotros .split-copy > p { color: #d3e0ec; font-size: 1.05rem; line-height: 1.7; }
#nosotros .split-media img { border: 3px solid rgba(255, 255, 255, .12); box-shadow: 0 20px 50px rgba(0, 0, 0, .45); }
#nosotros .mini-points li {
  padding: .85rem 1rem; border-radius: 12px; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .12);
  transition: background .25s, border-color .25s, transform .25s;
}
#nosotros .mini-points li:hover { background: rgba(255, 255, 255, .1); border-color: rgba(255, 193, 7, .45); transform: translateX(4px); }
#nosotros .mini-points strong { color: #fff; }
#nosotros .mini-points span { color: #a9c0d6; }
#nosotros .strip-icon--sm { background: rgba(255, 193, 7, .15); color: #ffc107; }

/* Enlace "Saltar al contenido" (accesibilidad): solo aparece al navegar con el teclado (Tab), no al hacer clic con el ratón. */
.skip-link:focus:not(:focus-visible) { top: -4rem; }

/* Distintivo "Servicio Técnico Oficial" (Denon y páginas de marca): ancho fijo. También está en components.css. */
.badge-official { width: 245px; }

/* ---------- Barra inferior del móvil: botón "Horario" (5 botones) y ventana con el horario ---------- */
.mobile-bar { gap: 6px; padding-inline: 8px; }
.mobile-bar a, .mobile-bar button { min-width: 0; }
.mobile-bar button {
  flex: 1 1 0; max-width: 90px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; padding: 8px 0;
  border: 0; border-radius: 10px; color: #fff; font: inherit; text-align: center; line-height: 1.15; font-weight: 700; font-size: .75rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .25); transition: transform .3s; cursor: pointer;
}
.mobile-bar button:active { transform: scale(.96); }
.mobile-bar .hours-btn { background: #a51c8e; }
@media (max-width: 480px) {
  .mobile-bar button { max-width: 75px; padding: 6px 0; font-size: .65rem; }
}

.horario-pop {
  inset: auto 12px calc(var(--bar-h) + 14px + env(safe-area-inset-bottom, 0px)) 12px; margin: 0 auto; width: auto; max-width: 420px;
  padding: 1.1rem 1.2rem 1rem; border: 1px solid rgba(255, 193, 7, .45); border-radius: 14px;
  background: linear-gradient(160deg, #071a2b, #0d3150); color: #e6eef5; box-shadow: 0 18px 50px rgba(0, 0, 0, .45);
}
.horario-pop::backdrop { background: rgba(3, 10, 18, .45); }
.horario-pop h2 { display: flex; align-items: center; gap: .5rem; margin: .35rem 0 .7rem; font-size: 1.15rem; color: #ffc107; }
.horario-pop ul { list-style: none; margin: 0; padding: 0; }
.horario-pop li { display: flex; justify-content: space-between; gap: 1rem; padding: .5rem 0; border-bottom: 1px solid rgba(255, 255, 255, .12); font-size: .95rem; }
.horario-pop li span { white-space: nowrap; }
.horario-pop li strong { color: #fff; text-align: right; white-space: nowrap; }
.horario-pop li.is-closed strong { color: #ff8a80; }
.horario-pop-estado { display: inline-flex; align-items: center; gap: .45rem; margin: 0; padding: .2rem .7rem; border-radius: 999px; font-size: .8rem; font-weight: 700;
  background: rgba(255, 138, 128, .15); color: #ffb4ab; }
.horario-pop-estado span { width: 8px; height: 8px; border-radius: 50%; background: currentColor; }
.horario-pop-estado.is-open { background: rgba(37, 211, 102, .15); color: #6ee7a0; }
.horario-pop-acciones { display: flex; gap: .6rem; margin-top: 1rem; }
.horario-pop-acciones .btn { flex: 1; }
.horario-pop-cerrar { flex: 0 0 auto; padding: .6rem 1.1rem; border-radius: 999px; border: 1px solid rgba(255, 255, 255, .35); background: transparent; color: #fff; font: inherit; font-weight: 700; cursor: pointer; }
