/* ============================================================
 * SynckPro · Vista Integración de Equipos (venta cruzada Store)
 * Cargada automáticamente por index.php como integracion-equipos.css
 * (además de fonts, base, header y footer).
 * ============================================================ */

/* Compensa el header fijo transparente */
#synck-content { padding-top: 0; }

/* ---------- Hero ---------- */
.eq-hero {
  position: relative;
  background:
    radial-gradient(circle at 85% 20%, rgba(1, 87, 254, .35), transparent 55%),
    linear-gradient(180deg, #06070d 0%, #0a1440 100%);
  color: #fff;
  overflow: hidden;
  margin-top: calc(var(--synck-header-h) * -1);
  padding-top: calc(var(--synck-header-h) + 72px);
  padding-bottom: 88px;
}

.eq-hero__inner {
  display: grid;
  gap: 20px;
  justify-items: start;
}

.eq-hero__eyebrow { color: #c9d6ff; }
.eq-hero__eyebrow > i { font-size: 16px; }

.eq-hero__title {
  margin: 0;
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 600;
  letter-spacing: -0.8px;
  line-height: 1.1;
}
.eq-hero__title span.hl {
  background: var(--synck-core);
  padding: 0 14px;
}

.eq-hero__sub {
  margin: 0;
  color: #9aa0ae;
  font-size: 18px;
  max-width: 64ch;
}

.eq-hero__ctas {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.eq-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--synck-core);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 14px 32px;
  border-radius: 10px;
  text-decoration: none;
  transition: background-color .2s ease;
}
.eq-hero__btn:hover { background: var(--synck-core-700); }

.eq-hero__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}
.eq-hero__link:hover { text-decoration: underline; }
.eq-hero__link > i { font-size: 20px; }

/* ---------- Categorías adosadas ---------- */
.eq-cats {
  background: #fff;
  padding: 96px 0;
}

.eq-cats__inner {
  display: grid;
  gap: 40px;
}

.eq-cats__head {
  display: grid;
  gap: 12px;
  max-width: 640px;
}

.eq-cats__title {
  margin: 0;
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 600;
  letter-spacing: -0.5px;
}

.eq-cats__sub {
  margin: 0;
  color: var(--synck-gray-600);
  font-size: 17px;
}

.eq-cats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--synck-gray-300);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.eq-cat {
  padding: 32px 28px;
  display: grid;
  gap: 12px;
  align-content: start;
}
.eq-cat + .eq-cat { border-left: 1px solid var(--synck-gray-300); }

.eq-cat__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: var(--synck-core);
  color: #fff;
}
.eq-cat__icon > i { font-size: 24px; line-height: 1; }

.eq-cat h3 {
  margin: 0;
  font-size: 19px;
}

.eq-cat p {
  margin: 0;
  color: var(--synck-gray-600);
  font-size: 15px;
}

/* ---------- Paquetes (patrón blog: destacada + laterales) ---------- */
.eq-packs {
  background: var(--synck-gray-100);
  padding: 96px 0;
}

.eq-packs__inner {
  display: grid;
  gap: 40px;
}

.eq-packs__head {
  display: grid;
  gap: 12px;
  justify-items: center;
  text-align: center;
}
.eq-packs__head .home-eyebrow i { color: var(--synck-core); }

.eq-packs__title {
  margin: 0;
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 600;
  letter-spacing: -0.5px;
}

.eq-packs__grid {
  display: grid;
  grid-template-columns: 7fr 3fr;
  gap: 24px;
  align-items: stretch;
}

.eq-packs__featured {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 28%, rgba(120, 165, 255, .6), transparent 52%),
    radial-gradient(circle at 92% 82%, rgba(1, 87, 254, .85), transparent 58%),
    linear-gradient(115deg, #060b26 20%, #0a2470 60%, #0157fe 100%);
}

.eq-packs__cat {
  margin: 0;
  font-family: var(--synck-mono);
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #c9d6ff;
}

.eq-packs__featured > *:not(.eq-packs__bg):not(.eq-packs__bg-img) {
  position: relative;
  z-index: 1;
}

/* Placeholder para imagen de fondo (futura integración) */
.eq-packs__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 28%, rgba(120, 165, 255, .25), transparent 55%),
    repeating-linear-gradient(-45deg, rgba(255, 255, 255, .05) 0 2px, transparent 2px 14px),
    transparent;
}
.eq-packs__bg::after {
  content: "Espacio para imagen";
  position: absolute;
  right: 20px;
  bottom: 16px;
  font-family: var(--synck-mono);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .55);
  border: 1px dashed rgba(255, 255, 255, .4);
  border-radius: 999px;
  padding: 6px 14px;
}
/* Cuando se integre la imagen real, cubrirá toda la card */
.eq-packs__bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Overlay sobre la imagen para legibilidad del texto */
.eq-packs__featured.eq-packs__featured--media > .eq-packs__scrim {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(100deg, rgba(6, 11, 38, .88) 30%, rgba(6, 11, 38, .55) 55%, rgba(1, 87, 254, .25) 100%);
}
.eq-packs__featured--media .eq-packs__chips li {
  background: rgba(255, 255, 255, .16);
}
.eq-packs__featured-title {
  margin: 0;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 1.2;
  max-width: 18ch;
}

.eq-packs__featured-desc {
  margin: 0;
  color: #c9d6ff;
  font-size: 16.5px;
  max-width: 46ch;
}

.eq-packs__chips {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.eq-packs__chips li {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: rgba(255, 255, 255, .14);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .3);
  padding: 7px 16px;
  border-radius: 999px;
}

.eq-packs__link {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}
.eq-packs__link:hover { text-decoration: underline; }
.eq-packs__link > i { font-size: 20px; }

.eq-packs__side {
  display: grid;
  gap: 24px;
  align-content: stretch;
}

.eq-pack {
  background: #fff;
  border: 1px solid var(--synck-gray-300);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.eq-pack__cat {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--synck-mono);
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--synck-core);
}
.eq-pack__cat i { font-size: 18px; }

.eq-pack h3 {
  margin: 0;
  font-size: 19px;
  line-height: 1.35;
}

.eq-pack p {
  margin: 0;
  color: var(--synck-gray-600);
  font-size: 15px;
}

/* ---------- POS: texto + mockups ---------- */
.eq-pos {
  background: #fff;
  padding: 96px 0;
}

.eq-pos__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.eq-pos__copy {
  display: grid;
  gap: 16px;
  justify-items: start;
  align-content: start;
}
.eq-pos__copy .home-eyebrow i { color: var(--synck-core); }

.eq-pos__title {
  margin: 0;
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 1.15;
}

.eq-pos__sub {
  margin: 0;
  color: var(--synck-gray-600);
  font-size: 17px;
}

.eq-pos__points {
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.eq-pos__points li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 15.5px;
}
.eq-pos__points i {
  font-size: 20px;
  color: var(--synck-core);
}

.eq-pos__btn {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--synck-core);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 14px 32px;
  border-radius: 10px;
  text-decoration: none;
  transition: background-color .2s ease;
}
.eq-pos__btn:hover { background: var(--synck-core-700); }

.eq-pos__visual {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 230px;
  gap: 24px;
  align-items: center;
}
.ticketmock { position: relative; z-index: 0; }

/* Ticket de comanda */
.ticketmock {
  background: #fff;
  border: 1px solid var(--synck-gray-300);
  border-radius: 14px 14px 0 0;
  padding: 20px;
  display: grid;
  gap: 12px;
  font-family: var(--synck-mono);
  box-shadow: 0 20px 48px rgba(6, 7, 13, .14);
}
.ticketmock__head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ticketmock__head > i {
  font-size: 26px;
  color: var(--synck-core);
}
.ticketmock__head strong {
  display: block;
  font-size: 15px;
}
.ticketmock__head small {
  color: var(--synck-gray-600);
  font-size: 12px;
}
.ticketmock__live {
  margin-left: auto;
  font-size: 11px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #8ce99a;
  background: rgba(64, 192, 87, .14);
  padding: 5px 10px;
  border-radius: 999px;
  animation: ticketBlink 1.6s infinite;
}
@keyframes ticketBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: .45; }
}
.ticketmock__items {
  margin: 0;
  padding: 12px 0;
  list-style: none;
  display: grid;
  gap: 8px;
  border-top: 1px dashed var(--synck-gray-300);
  border-bottom: 1px dashed var(--synck-gray-300);
  font-size: 13px;
}
.ticketmock__items li {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.ticketmock__total {
  margin: 0;
  display: flex;
  justify-content: space-between;
  font-size: 15px;
}
.ticketmock__tear {
  height: 12px;
  margin: 0 -20px -20px;
  background-image: linear-gradient(-45deg, transparent 8px, var(--synck-gray-100) 0), linear-gradient(45deg, transparent 8px, var(--synck-gray-100) 0);
  background-size: 16px 16px;
}

/* Hotspot en teléfono, junto al ticket sin taparlo */
.hotspotmock {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  background: #0a0b12;
  border: 1px solid #23252e;
  border-radius: 22px;
  padding: 22px 16px;
  display: grid;
  gap: 8px;
  justify-items: center;
  text-align: center;
  color: #fff;
  box-shadow: 0 24px 64px rgba(6, 7, 13, .4);
  transform: rotate(2deg);
}
.hotspotmock__bar {
  display: flex;
  gap: 5px;
  justify-self: start;
}
.hotspotmock__bar i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3a3d47;
}
.hotspotmock__wifi {
  font-size: 38px;
  color: var(--synck-core-400);
  margin-top: 6px;
}
.hotspotmock__title {
  margin: 0;
  font-size: 14.5px;
  font-weight: 600;
}
.hotspotmock__btn {
  margin: 4px 0 0;
  width: 100%;
  background: var(--synck-core);
  border-radius: 10px;
  padding: 10px;
  font-size: 13.5px;
  font-weight: 600;
}
.hotspotmock__small {
  margin: 0;
  font-size: 11.5px;
  color: #9aa0ae;
}
.hotspotmock__ad {
  width: 100%;
  display: grid;
  gap: 2px;
  background: linear-gradient(115deg, #0a2470, #0157fe);
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 600;
}
.hotspotmock__ad small {
  font-size: 11px;
  font-weight: 400;
  color: #c9d6ff;
}

/* ---------- Nota Store + Pro ---------- */
.eq-note {
  background: var(--synck-gray-100);
  padding: 96px 0 120px;
}

.eq-note__inner {
  display: grid;
  gap: 20px;
  justify-items: center;
  text-align: center;
  max-width: 860px;
}

.eq-note__title {
  margin: 0;
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 600;
  letter-spacing: -0.5px;
}

.eq-note__sub {
  margin: 0;
  color: var(--synck-gray-600);
  font-size: 17px;
}

.eq-note__grid {
  margin-top: 16px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  align-items: center;
}

.eq-note__card {
  background: #fff;
  border: 1px solid var(--synck-gray-300);
  border-radius: 16px;
  padding: 28px;
  display: grid;
  gap: 10px;
  justify-items: center;
  text-align: center;
}
.eq-note__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--synck-core);
  color: #fff;
}
.eq-note__icon > i { font-size: 26px; line-height: 1; }
.eq-note__card h3 {
  margin: 0;
  font-size: 20px;
}
.eq-note__card p {
  margin: 0;
  color: var(--synck-gray-600);
  font-size: 15px;
}
.eq-note__plus {
  font-size: 36px;
  font-weight: 700;
  color: var(--synck-core);
}

.eq-note__btn {
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--synck-core);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 15px 40px;
  border-radius: 10px;
  text-decoration: none;
  transition: background-color .2s ease;
}
.eq-note__btn:hover { background: var(--synck-core-700); }

@media (max-width: 1023px) {
  .eq-cats__grid { grid-template-columns: 1fr 1fr; }
  .eq-cat:nth-child(3) { border-left: 0; }
  .eq-cat:nth-child(n+3) { border-top: 1px solid var(--synck-gray-300); }
  .eq-packs__grid { grid-template-columns: 1fr; }
  .eq-pos__inner { grid-template-columns: 1fr; }
  .eq-cats, .eq-packs, .eq-pos { padding: 64px 0; }
  .eq-note { padding: 64px 0 80px; }
}

@media (max-width: 640px) {
  .eq-cats__grid { grid-template-columns: 1fr; }
  .eq-cat + .eq-cat { border-left: 0; }
  .eq-cat:nth-child(n+2) { border-top: 1px solid var(--synck-gray-300); }
  .eq-pos__visual { position: static; display: grid; grid-template-columns: 1fr; padding: 0; }
  .hotspotmock { position: static; width: 100%; max-width: 320px; margin: 0; transform: none; }
  .eq-note__grid { grid-template-columns: 1fr; }
  .eq-hero__title span.hl { white-space: normal; }
}
