@import url("category-premium-core.css");

body.category-premium {
  --category-accent: #dfe7f5;
  --category-accent-soft: rgba(223, 231, 245, 0.34);
  --category-accent-strong: #f6f9ff;
  --category-contrast: #080b12;
  --category-secondary: #8ea0bb;
  --category-panel-start: rgba(7, 11, 18, 0.9);
  --category-panel-end: rgba(8, 14, 24, 0.97);
  --category-card-start: rgba(8, 14, 24, 0.85);
  --category-card-end: rgba(6, 10, 18, 0.98);
  --category-card-radius: 14px;
  --category-glow: rgba(143, 170, 209, 0.26);
}

body.category-premium .hero::before {
  border-radius: 18px;
}

body.category-premium .hero-copy,
body.category-premium .hero-panel {
  border-radius: 14px;
}

body.category-premium .hero .btn,
body.category-premium .proof span,
body.category-premium .hero-kpi,
body.category-premium .catalog-filter,
body.category-premium .catalog-filter select,
body.category-premium .gallery .card,
body.category-premium .add-to-cart-btn {
  border-radius: 12px;
}

body.category-premium .section-title {
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

body.category-premium .gallery .card::before {
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(246, 249, 255, 0.9), transparent);
}

body.category-premium .gallery .from {
  color: rgba(209, 223, 248, 0.92);
}
