/* ============================================================
   FX Studio AI — Produtos (vitrine) · extende solucoes.css
   ============================================================ */

.snav-links a[aria-current="page"] { color: var(--tx); }
.snav-links a[aria-current="page"]::after {
  content: ""; display: block; height: 2px; margin-top: 3px;
  background: linear-gradient(90deg, var(--accent-soft), transparent);
  border-radius: 2px;
}

.prod-grid { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start; }
.prod-info { max-width: 68ch; }

.prod-brand { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; margin-bottom: 22px; }
.prod-logo-lockup {
  display: block;
  width: min(100%, 360px);
  height: auto;
  filter: drop-shadow(0 10px 28px rgba(91, 134, 194, 0.32));
}
.prod-brand-tag {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--tx-mute);
}
.nx-benefit-head { display: flex; align-items: center; gap: 14px; margin-bottom: 12px; }
.nx-benefit-mark {
  width: 48px; height: 48px; object-fit: contain; flex: none;
  filter: drop-shadow(0 6px 16px rgba(91, 134, 194, 0.35));
}
.benefits-intro { margin: 0 0 22px; max-width: 68ch; color: var(--tx-soft); }

.prod-info h2 { margin-bottom: 14px; }
.prod-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }

.nx-window {
  margin: 0;
  position: relative;
  background: none;
  border: 0;
  box-shadow: none;
  overflow: visible;
}

.nx-stage {
  position: relative;
  overflow: hidden;
  background: transparent;
}
.nx-track { display: flex; transition: transform .45s ease; }
.nx-slide { min-width: 100%; margin: 0; background: transparent; }
.nx-slide img, .nx-slide video {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  background: transparent;
  -webkit-mask-image: radial-gradient(ellipse 76% 70% at 50% 50%, #000 6%, rgba(0,0,0,0.88) 36%, rgba(0,0,0,0.45) 58%, rgba(0,0,0,0.12) 78%, transparent 100%);
  mask-image: radial-gradient(ellipse 76% 70% at 50% 50%, #000 6%, rgba(0,0,0,0.88) 36%, rgba(0,0,0,0.45) 58%, rgba(0,0,0,0.12) 78%, transparent 100%);
}
.nx-slide figcaption {
  font-family: var(--font-mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase;
  color: var(--tx-mute); padding: 14px 8px 0; border: 0; background: none; text-align: center;
}
.nx-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 40px; height: 40px; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(16, 22, 32, 0.78); border: 1px solid var(--line);
  color: var(--metal-soft); font-size: 16px; cursor: pointer;
  transition: border-color .2s, color .2s, background .2s;
}
.nx-arrow:hover { border-color: var(--accent-soft); color: var(--tx); background: rgba(46, 74, 116, 0.55); }
.nx-prev { left: 12px; }
.nx-next { right: 12px; }
.nx-dotsnav { display: flex; gap: 8px; justify-content: center; padding: 12px 0 16px; }
.nx-dotsnav button {
  width: 9px; height: 9px; border-radius: 50%; padding: 0;
  background: var(--metal-deep); border: 0; cursor: pointer;
  transition: background .2s, transform .2s;
}
.nx-dotsnav button:hover { transform: scale(1.25); }
.nx-dotsnav button[aria-current="true"] { background: var(--accent-soft); }
@media (prefers-reduced-motion: reduce) { .nx-track { transition: none; } }

.prod-teaser-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 14px; margin-top: 22px; }
.prod-teaser {
  border: 1px dashed var(--card-border); border-radius: var(--card-radius);
  background: linear-gradient(180deg, rgba(246, 248, 251, 0.05), rgba(18, 25, 37, 0.5));
  padding: 28px 24px;
}
.prod-teaser-mk {
  width: 38px; height: 38px; border-radius: 9px; display: grid; place-items: center;
  font-family: var(--font-display); font-size: 20px; color: var(--metal-soft);
  background: var(--metal-tint); border: 1px solid var(--metal-deep); margin-bottom: 14px;
}
.prod-teaser h3 { font-family: var(--font-display); font-size: 17px; font-weight: 600; color: var(--metal-mid); margin-bottom: 6px; }
.prod-teaser p { font-size: 13.5px; color: var(--tx-mute); line-height: 1.55; }

.nx-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}
.nx-tile {
  margin: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  overflow: visible;
}
.nx-tile img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  background: transparent;
-webkit-mask-image: radial-gradient(ellipse 76% 70% at 50% 50%, #000 6%, rgba(0,0,0,0.88) 36%, rgba(0,0,0,0.45) 58%, rgba(0,0,0,0.12) 78%, transparent 100%);
  mask-image: radial-gradient(ellipse 76% 70% at 50% 50%, #000 6%, rgba(0,0,0,0.88) 36%, rgba(0,0,0,0.45) 58%, rgba(0,0,0,0.12) 78%, transparent 100%);
}
.nx-tile-wide { grid-column: 1 / -1; }
.nx-tile-wide img { height: auto; object-fit: contain; }
.nx-tile figcaption {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--tx-mute);
  padding: 12px 8px 0;
  border: 0;
  text-align: center;
}
.reconhece-list { margin-top: 22px; }
@media (max-width: 860px) {
  .nx-gallery { grid-template-columns: 1fr; }
  .nx-tile img { height: auto; }
  .nx-tile-wide img { height: auto; }
  .nx-slide img, .nx-slide video { height: auto; }
}

.nx-video {
  margin: 28px 0 0;
  max-width: 1080px;
}
.nx-video video {
  display: block;
  width: 100%;
  height: auto;
  background: #070b14;
  border: 1px solid var(--line);
  border-radius: 14px;
}
.nx-video figcaption {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--tx-mute);
  padding: 12px 8px 0;
  text-align: center;
}
@media (prefers-reduced-motion: reduce) {
  .nx-video video { background: #070b14; }
}
