:root {
  --bg-a: #2a0016;
  --bg-b: #3b0824;
  --ink: #fff7fb;
  --muted: #f9d0e5;
  --line: rgba(255, 222, 240, 0.26);
  --accent: #ff4f9f;
  --accent-2: #ff9a3d;
  --card: rgba(255, 255, 255, 0.08);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 79, 159, 0.24), transparent 35%),
    radial-gradient(circle at 90% 100%, rgba(255, 154, 61, 0.2), transparent 35%),
    linear-gradient(150deg, var(--bg-a) 0%, var(--bg-b) 55%, #1e0011 100%);
  overflow-x: hidden;
}

.bg-orb {
  position: fixed;
  width: 320px;
  height: 320px;
  border-radius: 999px;
  filter: blur(34px);
  z-index: -2;
  opacity: 0.38;
  animation: floatOrb 8s ease-in-out infinite;
}

.orb-a {
  left: -90px;
  top: -80px;
  background: #ff4f9f;
}

.orb-b {
  right: -90px;
  bottom: -90px;
  background: #ff9a3d;
  animation-delay: 1.4s;
}

.bg-lines {
  position: fixed;
  inset: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 28px 28px;
  z-index: -3;
  pointer-events: none;
}

.promo-topbar {
  width: min(1180px, calc(100% - 1.3rem));
  margin: 0.9rem auto 0;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.6rem 0.8rem;
  background: rgba(18, 0, 9, 0.5);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}

.logo img {
  height: 34px;
}

.promo-topbar nav {
  display: flex;
  gap: 0.45rem;
  overflow-x: auto;
}

.promo-topbar nav a {
  text-decoration: none;
  color: var(--ink);
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.34rem 0.74rem;
  white-space: nowrap;
  font-weight: 700;
}

.promo-topbar nav a:hover {
  border-color: rgba(255, 255, 255, 0.35);
}

.promo-wrap {
  width: min(1180px, calc(100% - 1.3rem));
  margin: 1.05rem auto 2rem;
  display: grid;
  gap: 1rem;
}

.promo-hero {
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 1.1rem;
  background:
    radial-gradient(circle at 8% 8%, rgba(255, 79, 159, 0.22), transparent 34%),
    radial-gradient(circle at 95% 95%, rgba(255, 154, 61, 0.2), transparent 34%),
    linear-gradient(145deg, rgba(27, 0, 13, 0.74), rgba(62, 8, 35, 0.66));
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.32);
  display: grid;
  gap: 0.75rem;
}

.kicker {
  font-family: "Bebas Neue", "Manrope", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.14em;
  color: #ffbddf;
}

.promo-hero h1 {
  margin: 0;
  font-family: "Bebas Neue", "Manrope", sans-serif;
  font-size: clamp(2rem, 5vw, 4.1rem);
  letter-spacing: 0.05em;
  line-height: 0.95;
}

.hero-copy {
  margin: 0;
  max-width: 60ch;
  color: var(--muted);
  font-size: 1.02rem;
}

.hero-copy strong {
  color: #fff;
}

.promo-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.44rem;
}

.promo-badges span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.24rem 0.62rem;
  background: rgba(255, 255, 255, 0.1);
  font-weight: 700;
  font-size: 0.92rem;
}

.promo-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.52rem;
}

.btn-main,
.btn-ghost {
  text-decoration: none;
  border-radius: 999px;
  padding: 0.62rem 1rem;
  font-weight: 800;
  border: 1px solid transparent;
}

.btn-main {
  color: #270015;
  background: linear-gradient(120deg, var(--accent), var(--accent-2));
}

.btn-ghost {
  color: var(--ink);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.08);
}

.promo-status,
.promo-products-wrap {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 0.95rem;
  background: var(--card);
}

.section-head {
  margin-bottom: 0.75rem;
}

.section-head h2 {
  margin: 0;
  font-family: "Bebas Neue", "Manrope", sans-serif;
  letter-spacing: 0.06em;
  font-size: 2rem;
}

.section-head p {
  margin: 0.15rem 0 0;
  color: var(--muted);
}

.promo-products-grid {
  display: grid;
  gap: 0.7rem;
}

.promo-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.66rem;
  background: rgba(20, 0, 9, 0.58);
  display: grid;
  gap: 0.44rem;
}

.promo-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid var(--line);
}

.promo-card h3 {
  margin: 0;
  font-size: 1.02rem;
}

.promo-meta {
  display: flex;
  gap: 0.35rem;
  flex-wrap: wrap;
}

.promo-chip {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.15rem 0.5rem;
  font-size: 0.82rem;
}

.promo-old {
  text-decoration: line-through;
  color: #ffc4df;
  font-size: 0.9rem;
}

.promo-new {
  font-size: 1.28rem;
  font-weight: 800;
  color: #ffd786;
}

.promo-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.promo-link {
  text-decoration: none;
  color: #1b0010;
  background: linear-gradient(120deg, #ffd4ea, #ffd8a8);
  border-radius: 999px;
  padding: 0.42rem 0.8rem;
  font-weight: 800;
  font-size: 0.9rem;
}

.hidden {
  display: none !important;
}

@keyframes floatOrb {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(22px);
  }
}

@media (min-width: 760px) {
  .promo-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1080px) {
  .promo-products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
