/* Camada premium + efeitos — páginas dos 100 nichos */
.page-nicho-premium .nicho-hero-wrap {
  position: relative;
  padding: calc(2.5rem + var(--header-total)) 0 2.5rem;
  margin: 0 0 2rem;
  border-radius: 0 0 28px 28px;
  overflow: hidden;
}
.page-nicho-premium .nicho-hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    125deg,
    rgba(201, 162, 39, 0.15) 0%,
    rgba(15, 39, 68, 0.45) 35%,
    rgba(99, 102, 241, 0.12) 70%,
    rgba(201, 162, 39, 0.08) 100%
  );
  background-size: 200% 200%;
  animation: heroGrad 14s ease infinite;
}
@keyframes heroGrad {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
.page-nicho-premium .nicho-hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.06;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 48px 48px;
  animation: gridDrift 40s linear infinite;
}
@keyframes gridDrift {
  from { transform: translate(0, 0); }
  to { transform: translate(48px, 48px); }
}
.page-nicho-premium .nicho-hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.35;
  animation: orbFloat 8s ease-in-out infinite;
}
.page-nicho-premium .nicho-hero-orb--a {
  width: 280px;
  height: 280px;
  background: #c9a227;
  top: -80px;
  right: -40px;
  animation-delay: 0s;
}
.page-nicho-premium .nicho-hero-orb--b {
  width: 220px;
  height: 220px;
  background: #6366f1;
  bottom: -60px;
  left: -40px;
  animation-delay: -3s;
}
@keyframes orbFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-12px, 16px) scale(1.05); }
}
.page-nicho-premium .nicho-hero-wrap > .wrap {
  position: relative;
  z-index: 2;
}
.page-nicho-premium .nicho-hero {
  padding: 0;
  max-width: 52rem;
}
.page-nicho-premium .nicho-cat-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #e4e4e7;
  margin-bottom: 0.75rem;
  backdrop-filter: blur(8px);
}
.page-nicho-premium .nicho-cat-pill span {
  font-size: 0.95rem;
  line-height: 1;
}
.page-nicho-premium .nicho-feats li {
  animation: featIn 0.55s ease backwards;
}
.page-nicho-premium .nicho-feats li:nth-child(1) { animation-delay: 0.05s; }
.page-nicho-premium .nicho-feats li:nth-child(2) { animation-delay: 0.1s; }
.page-nicho-premium .nicho-feats li:nth-child(3) { animation-delay: 0.15s; }
.page-nicho-premium .nicho-feats li:nth-child(4) { animation-delay: 0.2s; }
.page-nicho-premium .nicho-feats li:nth-child(5) { animation-delay: 0.25s; }
.page-nicho-premium .nicho-feats li:nth-child(6) { animation-delay: 0.3s; }
.page-nicho-premium .nicho-feats li:nth-child(7) { animation-delay: 0.35s; }
.page-nicho-premium .nicho-feats li:nth-child(8) { animation-delay: 0.4s; }
@keyframes featIn {
  from {
    opacity: 0;
    transform: translateX(-12px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.page-nicho-premium .desk-device {
  animation: deskReveal 0.7s ease backwards;
}
.page-nicho-premium .desk-device:nth-child(1) { animation-delay: 0.1s; }
.page-nicho-premium .desk-device:nth-child(2) { animation-delay: 0.2s; }
.page-nicho-premium .desk-device:nth-child(3) { animation-delay: 0.3s; }
@keyframes deskReveal {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* CTA MenuPedido.com */
.mp-cta {
  position: relative;
  margin: 2.5rem 0 1rem;
  padding: 1.75rem 1.75rem 1.75rem 2rem;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(201, 162, 39, 0.35);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4), 0 0 40px rgba(201, 162, 39, 0.08);
}
.mp-cta__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(201, 162, 39, 0.2), rgba(15, 39, 68, 0.55), rgba(201, 162, 39, 0.12));
  animation: heroGrad 12s ease infinite;
  background-size: 200% 200%;
}
.mp-cta__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
.mp-cta__text strong {
  display: block;
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.35rem;
  letter-spacing: -0.02em;
}
.mp-cta__text p {
  margin: 0;
  font-size: 0.92rem;
  color: #d4d4d8;
  line-height: 1.55;
  max-width: 36rem;
}
.mp-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.9rem 1.5rem;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #0a0a0a !important;
  background: linear-gradient(135deg, #e8c547, #b8860b);
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 0 28px rgba(201, 162, 39, 0.45);
  transition: transform 0.2s, box-shadow 0.2s;
}
.mp-cta__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 40px rgba(201, 162, 39, 0.55);
}

@media (prefers-reduced-motion: reduce) {
  .page-nicho-premium .nicho-hero-bg,
  .page-nicho-premium .nicho-hero-grid,
  .page-nicho-premium .nicho-hero-orb,
  .mp-cta__bg {
    animation: none;
  }
  .page-nicho-premium .nicho-feats li,
  .page-nicho-premium .desk-device {
    animation: none;
  }
}
