:root {
  --bg: #050507;
  --bg-soft: #0c0c12;
  --panel: #101018;
  --panel-2: #171722;
  --text: #ffffff;
  --muted: #b9b7c8;
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(255, 255, 255, 0.22);
  --purple: #7c3cff;
  --purple-2: #a277ff;
  --purple-3: #4d1fc2;
  --danger: #ff4d7d;
  --success: #50f0a0;
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.42);
  --radius: 8px;
  --header: 78px;
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  background: #050507;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  background-color: #050507;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 15% 0%, rgba(124, 60, 255, 0.22), transparent 34rem),
    radial-gradient(circle at 100% 0%, rgba(0, 204, 255, 0.14), transparent 28rem),
    linear-gradient(180deg, #08080d 0%, var(--bg) 48%, #09070f 100%);
  background-size: 42px 42px, 42px 42px, auto, auto, auto;
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

code {
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 0.12rem 0.3rem;
  background: rgba(255, 255, 255, 0.06);
  color: #eee8ff;
}

.promo-rail {
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #030306;
  color: #fff;
  white-space: nowrap;
}

.promo-track {
  display: flex;
  width: max-content;
  min-height: 38px;
  align-items: center;
  gap: 1rem;
  animation: slideRail 28s linear infinite;
  padding: 0 1rem;
}

.promo-track span {
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  background: rgba(124, 60, 255, 0.22);
  color: #d8c9ff;
  padding: 0.2rem 0.55rem;
  font-size: 0.78rem;
  font-weight: 900;
}

.promo-track strong {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.82);
}

@keyframes slideRail {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.site-header {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: auto minmax(220px, 560px) auto;
  min-height: var(--header);
  align-items: center;
  gap: 1rem;
  padding: 0.8rem clamp(1rem, 3vw, 2rem);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(124, 60, 255, 0.14), transparent 28%, rgba(0, 204, 255, 0.08)),
    rgba(5, 5, 7, 0.94);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
}

.valley-banner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) minmax(280px, 0.9fr) minmax(260px, 0.75fr);
  gap: 1rem;
  overflow: hidden;
  width: calc(100% - 1rem);
  min-height: 240px;
  align-items: center;
  margin: 0.75rem auto 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(124, 60, 255, 0.16), transparent 18%, transparent 82%, rgba(124, 60, 255, 0.16)),
    repeating-linear-gradient(0deg, rgba(5, 5, 7, 0.035) 0 1px, transparent 1px 18px),
    repeating-linear-gradient(90deg, rgba(5, 5, 7, 0.035) 0 1px, transparent 1px 18px),
    #f6f3ff;
  color: #050507;
  box-shadow: var(--shadow);
}

.valley-banner::before,
.valley-banner::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 80px;
  border: 7px solid rgba(124, 60, 255, 0.72);
  border-color: rgba(124, 60, 255, 0.72) transparent transparent rgba(124, 60, 255, 0.72);
  pointer-events: none;
}

.valley-banner::before {
  top: 24px;
  left: 8%;
  transform: rotate(-8deg);
}

.valley-banner::after {
  right: 7%;
  bottom: 18px;
  transform: rotate(8deg);
}

.banner-copy,
.banner-coupon,
.banner-visual {
  position: relative;
  z-index: 1;
}

.banner-copy {
  padding: 1.6rem 0 1.6rem clamp(1.1rem, 3vw, 3rem);
}

.banner-kicker {
  display: inline-flex;
  margin-bottom: 0.45rem;
  border: 1px solid rgba(5, 5, 7, 0.14);
  border-radius: 999px;
  background: #fff;
  padding: 0.25rem 0.65rem;
  color: var(--purple-3);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.banner-copy h1 {
  max-width: 520px;
  margin: 0;
  font-size: clamp(2.2rem, 4.8vw, 5.2rem);
  line-height: 0.88;
  text-transform: uppercase;
}

.banner-copy p {
  max-width: 470px;
  margin: 0.8rem 0 0;
  color: rgba(5, 5, 7, 0.72);
  font-weight: 600;
  line-height: 1.5;
}

.banner-visual {
  display: grid;
  min-height: 220px;
  place-items: center;
}

.mock-device {
  position: relative;
  width: min(430px, 100%);
  aspect-ratio: 16 / 8.4;
  border: 1px solid rgba(5, 5, 7, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.5), transparent 32%),
    linear-gradient(135deg, #1c1c28, #08080d 45%, #7133f3);
  box-shadow: 0 28px 50px rgba(5, 5, 7, 0.24);
}

.device-bar {
  position: absolute;
  top: 16px;
  right: 18px;
  left: 18px;
  height: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.device-grid {
  position: absolute;
  inset: 52px 18px 18px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 0.65rem;
}

.device-grid span {
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.13);
}

.device-grid span:first-child {
  grid-row: span 2;
  background:
    linear-gradient(135deg, rgba(162, 119, 255, 0.85), transparent),
    rgba(255, 255, 255, 0.16);
}

.floating-card {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border-radius: 8px;
  padding: 0.65rem 0.8rem;
  font-weight: 900;
  box-shadow: 0 14px 35px rgba(5, 5, 7, 0.22);
}

.floating-card svg {
  width: 18px;
  height: 18px;
}

.card-nitro {
  top: 38px;
  left: 7%;
  background: var(--purple);
  color: #fff;
  transform: rotate(-7deg);
}

.card-stream {
  right: 8%;
  bottom: 32px;
  background: #fff;
  color: #050507;
  transform: rotate(6deg);
}

.banner-coupon {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.6rem clamp(1.1rem, 3vw, 3rem) 1.6rem 0;
}

.banner-coupon span {
  color: rgba(5, 5, 7, 0.72);
  font-weight: 700;
}

.banner-coupon strong {
  display: block;
  margin: 0.15rem 0 1rem;
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.brand {
  display: inline-flex;
  min-width: 235px;
  align-items: center;
  gap: 0.75rem;
}

.brand-mark {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius);
  background: linear-gradient(135deg, #ffffff 0%, #bba6ff 38%, var(--purple) 100%);
  color: #08080d;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(124, 60, 255, 0.26);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1rem;
  white-space: nowrap;
}

.brand small {
  margin-top: 0.1rem;
  color: var(--muted);
  font-size: 0.78rem;
}

.search-box {
  display: flex;
  height: 48px;
  align-items: center;
  gap: 0.7rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
  padding: 0 0.9rem;
}

.search-box svg {
  width: 19px;
  color: var(--purple-2);
}

.search-box input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text);
}

.search-box input::placeholder {
  color: rgba(255, 255, 255, 0.54);
}

.header-actions,
.hero-actions,
.view-tools,
.payment-tabs,
.promo-modal-actions {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.icon-button,
.cart-button,
.panel-link,
.primary-button,
.ghost-button,
.tool-button,
.payment-tab,
.category-link,
.popular-card,
.support-action,
.coupon-box button,
.google-demo-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  color: var(--text);
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.icon-button:hover,
.cart-button:hover,
.panel-link:hover,
.primary-button:hover,
.ghost-button:hover,
.tool-button:hover,
.payment-tab:hover,
.category-link:hover,
.popular-card:hover,
.support-action:hover,
.coupon-box button:hover,
.google-demo-button:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.32);
}

.icon-button {
  width: 46px;
  padding: 0;
  background: rgba(255, 255, 255, 0.06);
}

.cart-button,
.panel-link,
.ghost-button,
.tool-button,
.payment-tab,
.google-demo-button {
  background: rgba(255, 255, 255, 0.07);
  padding: 0 0.9rem;
}

.cart-button b {
  display: grid;
  min-width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 999px;
  background: #fff;
  color: #050507;
  font-size: 0.76rem;
}

.panel-link {
  padding: 0 0.9rem;
  font-weight: 800;
}

.primary-button {
  border-color: rgba(255, 255, 255, 0.24);
  background: linear-gradient(135deg, var(--purple), var(--purple-3));
  padding: 0 1rem;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(124, 60, 255, 0.22);
}

.primary-button.full,
.ghost-button.full {
  width: 100%;
}

.shop-shell {
  display: grid;
  grid-template-columns: 1fr;
  width: calc(100% - 1rem);
  margin: 0 auto;
  padding: 1.3rem 0 2rem;
}

.sidebar-title,
.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--purple-2);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.category-link {
  width: 100%;
  justify-content: flex-start;
  margin-bottom: 0.45rem;
  background: transparent;
  padding: 0 0.75rem;
  color: var(--muted);
}

.category-link.active {
  border-color: rgba(162, 119, 255, 0.55);
  background: rgba(124, 60, 255, 0.18);
  color: #fff;
}

.content {
  min-width: 0;
}

.popular-categories {
  margin: 1.35rem 0 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(124, 60, 255, 0.13), transparent 34%),
    rgba(255, 255, 255, 0.025);
  padding: 1rem;
}

.popular-categories h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.45rem, 3vw, 2.15rem);
}

.category-card-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(150px, 1fr));
  gap: 0.85rem;
}

.popular-card {
  position: relative;
  display: grid;
  min-height: 188px;
  align-content: end;
  justify-content: start;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, transparent 18%, rgba(0, 0, 0, 0.88)),
    linear-gradient(135deg, var(--cat-a), var(--cat-b));
  padding: 1rem;
  color: #fff;
  text-align: left;
  box-shadow: none;
}

.popular-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 18px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent 38%);
}

.popular-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 58%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.82));
}

.popular-card svg {
  position: absolute;
  top: 1.15rem;
  right: 1rem;
  z-index: 1;
  width: 58px;
  height: 58px;
  color: rgba(255, 255, 255, 0.5);
}

.popular-card span {
  position: relative;
  z-index: 2;
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
}

.popular-card.active {
  border-color: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 0 0 1px rgba(124, 60, 255, 0.75), 0 18px 36px rgba(124, 60, 255, 0.16);
}

.cat-all {
  --cat-a: #050507;
  --cat-b: #c79b00;
}

.cat-discord {
  --cat-a: #7c3cff;
  --cat-b: #1a102f;
}

.cat-streaming {
  --cat-a: #ffffff;
  --cat-b: #251250;
}

.cat-music {
  --cat-a: #130a24;
  --cat-b: #a277ff;
}

.cat-games {
  --cat-a: #27104f;
  --cat-b: #050507;
}

.cat-gift {
  --cat-a: #8f35ff;
  --cat-b: #111117;
}

.hot-carousel {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(100deg, rgba(255, 255, 255, 0.06), transparent 24%),
    linear-gradient(135deg, rgba(124, 60, 255, 0.2), rgba(10, 10, 16, 0.92) 38%, rgba(70, 22, 160, 0.16)),
    #09090f;
  padding: 1rem;
  box-shadow: var(--shadow);
}

.carousel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
}

.carousel-head h2 {
  margin: 0;
  font-size: clamp(1.45rem, 3vw, 2.35rem);
}

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

.auto-pill {
  display: inline-flex;
  min-width: max-content;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  padding: 0.45rem 0.75rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 900;
}

.auto-pill svg {
  width: 15px;
  height: 15px;
  color: var(--purple-2);
}

.spotlight-section {
  margin: 1.35rem 0 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at top right, rgba(124, 60, 255, 0.16), transparent 28rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
  padding: 1rem;
}

.spotlight-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.spotlight-head h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.75rem);
}

.spotlight-head p:not(.eyebrow) {
  margin: 0.28rem 0 0;
  color: var(--muted);
}

.spotlight-layout {
  display: grid;
  grid-template-columns: minmax(320px, 1.08fr) minmax(0, 1.42fr);
  gap: 1rem;
  align-items: stretch;
}

.spotlight-hero-slot {
  min-width: 0;
}

.spotlight-hero-card {
  position: relative;
  display: flex;
  min-height: 500px;
  align-items: end;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    linear-gradient(135deg, var(--art-a), var(--art-b));
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
}

.spotlight-hero-image,
.spotlight-banner-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.spotlight-hero-card::before,
.spotlight-banner-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.82)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.48), transparent 48%, rgba(0, 0, 0, 0.28));
  z-index: 1;
}

.spotlight-hero-card > * {
  position: relative;
  z-index: 2;
}

.spotlight-hero-copy {
  width: 100%;
  padding: 1.15rem;
}

.spotlight-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(124, 60, 255, 0.22);
  padding: 0 0.7rem;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.spotlight-hero-copy strong {
  display: block;
  margin-top: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.spotlight-hero-copy h3 {
  max-width: 78%;
  margin: 0.45rem 0 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.94;
  text-transform: uppercase;
}

.spotlight-hero-copy p {
  max-width: 70%;
  margin: 0.7rem 0 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.55;
}

.spotlight-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.spotlight-hero-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.28);
  padding: 0 0.7rem;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
}

.spotlight-hero-button {
  min-width: 190px;
  margin-top: 1rem;
}

.spotlight-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  min-width: 0;
}

.spotlight-column {
  position: relative;
  height: 500px;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

.spotlight-column::before,
.spotlight-column::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  z-index: 3;
  height: 54px;
  pointer-events: none;
}

.spotlight-column::before {
  top: 0;
  background: linear-gradient(#090910, transparent);
}

.spotlight-column::after {
  bottom: 0;
  background: linear-gradient(transparent, #090910);
}

.spotlight-reel {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: 0.85rem;
  animation: spotlightMarquee 19s linear infinite;
}

.spotlight-column.reverse .spotlight-reel {
  animation-direction: reverse;
  animation-duration: 22s;
}

.spotlight-banner-card {
  position: relative;
  display: flex;
  min-height: 148px;
  align-items: end;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: calc(var(--radius) - 1px);
  background: linear-gradient(135deg, var(--art-a), var(--art-b));
}

.spotlight-banner-card > * {
  position: relative;
  z-index: 2;
}

.spotlight-banner-copy {
  width: 100%;
  padding: 0.9rem;
}

.spotlight-banner-copy span,
.spotlight-banner-copy strong,
.spotlight-banner-copy small {
  display: block;
}

.spotlight-banner-copy span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.spotlight-banner-copy strong {
  margin-top: 0.28rem;
  color: #fff;
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 0.96;
  text-transform: uppercase;
}

.spotlight-banner-copy small {
  margin-top: 0.5rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.8rem;
}

@keyframes spotlightMarquee {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(calc(-50% - 0.425rem));
  }
}

@media (prefers-reduced-motion: reduce) {
  .spotlight-reel {
    animation: none;
  }
}

.hot-window {
  position: relative;
  overflow: hidden;
}

.hot-track {
  display: flex;
  transition: transform 0.45s ease;
}

.hot-page {
  display: grid;
  min-width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.hot-card {
  position: relative;
  display: grid;
  min-height: 192px;
  align-content: end;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.84)),
    linear-gradient(135deg, var(--art-a), var(--art-b));
  padding: 1rem;
}

.hot-card-image {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  opacity: 0.86;
  z-index: 0;
}

.hot-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 16px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.24), transparent);
  z-index: 1;
}

.hot-card > * {
  position: relative;
  z-index: 2;
}

.hot-badge {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.42);
  padding: 0.3rem 0.6rem;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hot-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--purple-2);
  box-shadow: 0 0 18px rgba(162, 119, 255, 0.95);
}

.hot-icon {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  width: 82px;
  height: 82px;
  color: rgba(255, 255, 255, 0.22);
  transform: translateY(-50%);
}

.hot-card h3 {
  max-width: 70%;
  margin: 0 0 0.55rem;
  font-size: 1rem;
}

.hot-meta {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 0.75rem;
}

.hot-meta span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
}

.hot-meta strong {
  font-size: 1.1rem;
}

.hot-card button {
  position: absolute;
  inset: 0;
  z-index: 2;
  border: 0;
  background: transparent;
  color: transparent;
}

.carousel-nav {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(5, 5, 7, 0.72);
  color: #fff;
  transform: translateY(-50%);
}

.carousel-nav.prev {
  left: 0.7rem;
}

.carousel-nav.next {
  right: 0.7rem;
}

.hot-dots {
  display: flex;
  justify-content: center;
  gap: 0.45rem;
  min-height: 24px;
  margin-top: 0.85rem;
}

.hot-dots button {
  width: 28px;
  height: 5px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  padding: 0;
}

.hot-dots button.active {
  background: var(--purple);
  box-shadow: 0 0 18px rgba(124, 60, 255, 0.55);
}

.hero-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(290px, 0.75fr);
  gap: 1rem;
  overflow: hidden;
  min-height: 340px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 28%),
    radial-gradient(circle at 78% 28%, rgba(162, 119, 255, 0.3), transparent 24rem),
    radial-gradient(circle at 100% 0%, rgba(0, 204, 255, 0.16), transparent 20rem),
    linear-gradient(120deg, rgba(124, 60, 255, 0.34), rgba(255, 255, 255, 0.03) 44%, rgba(124, 60, 255, 0.15)),
    #0a0a10;
  padding: clamp(1.2rem, 3vw, 2.3rem);
  box-shadow: var(--shadow);
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06), transparent 42%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 20px);
  pointer-events: none;
}

.hero-panel > * {
  position: relative;
  z-index: 1;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-copy h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 4.5rem);
  line-height: 0.96;
}

.hero-text {
  max-width: 680px;
  margin: 1rem 0 1.35rem;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}

.hero-stats span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 0.35rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  padding: 0 0.75rem;
  color: var(--muted);
  font-size: 0.82rem;
}

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

.hero-visual {
  display: grid;
  min-height: 280px;
  place-items: center;
}

.stream-stack {
  position: relative;
  display: grid;
  width: min(360px, 100%);
  aspect-ratio: 1 / 1;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
  transform: rotate(-4deg);
}

.stream-card {
  display: flex;
  min-height: 138px;
  flex-direction: column;
  justify-content: space-between;
  border-radius: var(--radius);
  padding: 1rem;
  font-weight: 900;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.28);
}

.stream-card svg {
  width: 32px;
  height: 32px;
}

.purple-card {
  background: linear-gradient(135deg, var(--purple), #d7c8ff);
  color: #fff;
}

.white-card {
  background: #fff;
  color: #07070a;
  transform: translateY(22px);
}

.dark-card {
  background: #111117;
  border: 1px solid var(--line-strong);
  color: #fff;
}

.outline-card {
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  transform: translateY(22px);
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 1rem 0 1.3rem;
}

.trust-row div {
  display: grid;
  min-height: 104px;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.15rem 0.7rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
  padding: 1rem;
}

.trust-row svg {
  grid-row: span 2;
  color: var(--purple-2);
}

.trust-row strong,
.trust-row span {
  min-width: 0;
}

.trust-row span {
  color: var(--muted);
  font-size: 0.86rem;
}

.social-proof {
  overflow: hidden;
  margin: 1rem 0;
  border: 1px solid rgba(162, 119, 255, 0.16);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 18% 10%, rgba(124, 60, 255, 0.22), transparent 26rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02)),
    rgba(8, 8, 12, 0.86);
  padding: clamp(1rem, 2.4vw, 1.35rem);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24);
}

.social-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.social-head h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(1.55rem, 3.2vw, 2.55rem);
  line-height: 1.05;
}

.score-pill {
  display: inline-flex;
  min-width: max-content;
  align-items: center;
  gap: 0.4rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  padding: 0.55rem 0.8rem;
  color: var(--muted);
  font-size: 0.82rem;
}

.score-pill svg {
  width: 17px;
  height: 17px;
  color: #ffc857;
  fill: #ffc857;
}

.score-pill strong {
  color: #fff;
  font-size: 1rem;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.review-marquee-shell {
  position: relative;
  overflow: hidden;
}

.review-marquee-shell::before,
.review-marquee-shell::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 84px;
  pointer-events: none;
}

.review-marquee-shell::before {
  left: 0;
  background: linear-gradient(90deg, rgba(8, 8, 12, 0.96), rgba(8, 8, 12, 0));
}

.review-marquee-shell::after {
  right: 0;
  background: linear-gradient(270deg, rgba(8, 8, 12, 0.96), rgba(8, 8, 12, 0));
}

.review-marquee {
  overflow: hidden;
}

.review-marquee:hover .review-marquee-track {
  animation-play-state: paused;
}

.review-marquee-track {
  display: flex;
  width: max-content;
  animation: reviewTicker 34s linear infinite;
  will-change: transform;
}

.review-marquee-group {
  display: flex;
  gap: 0.95rem;
  flex-shrink: 0;
  padding-right: 0.95rem;
}

.review-marquee-card {
  flex: 0 0 320px;
  min-height: 144px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(124, 60, 255, 0.1), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.04);
  padding: 0.95rem 1rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.review-marquee-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 0.85rem;
}

.review-person {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.review-person-copy {
  min-width: 0;
}

.review-name-row {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.review-name-row strong {
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
}

.review-name-row svg {
  width: 14px;
  height: 14px;
  color: #7084ff;
}

.review-stars {
  display: block;
  margin-top: 0.15rem;
  color: #ffc857;
  font-size: 0.84rem;
  letter-spacing: 0.08em;
}

.review-time {
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.82rem;
  white-space: nowrap;
}

.review-marquee-card small {
  display: block;
  margin: 0.7rem 0 0;
  color: var(--purple-2);
  font-size: 0.8rem;
  font-weight: 800;
}

.review-marquee-card p {
  margin: 0.65rem 0 0;
  color: var(--muted);
  font-size: 0.97rem;
  line-height: 1.55;
}

.review-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  min-height: 142px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
  padding: 1rem;
}

.discord-avatar {
  position: relative;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 16px;
  padding: 3px;
  box-shadow: 0 0 24px rgba(124, 60, 255, 0.26);
}

.discord-avatar-core {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  border-radius: 13px;
  background: rgba(7, 7, 12, 0.52);
  color: #fff;
  font-weight: 900;
}

.discord-status {
  position: absolute;
  right: 1px;
  bottom: 1px;
  width: 12px;
  height: 12px;
  border: 2px solid #09090f;
  border-radius: 999px;
  background: #3bd67f;
}

.purple-avatar {
  background: linear-gradient(135deg, #7c3cff, #d7c8ff);
}

.white-avatar {
  background: linear-gradient(135deg, #ffffff, #cfc7ff);
}

.white-avatar .discord-avatar-core {
  color: #050507;
  background: rgba(255, 255, 255, 0.84);
}

.pink-avatar {
  background: linear-gradient(135deg, #ff2ed1, #7c3cff);
}

.review-card strong,
.review-card small {
  display: block;
}

.review-card small {
  margin-top: 0.18rem;
  color: var(--purple-2);
  font-size: 0.78rem;
  font-weight: 800;
}

.review-card p {
  margin: 0.65rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

@keyframes reviewTicker {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 0 1rem;
}

.section-heading h2,
.drawer-head h2,
.dialog-panel h2,
.checkout-summary h3 {
  margin: 0;
}

.tool-button.active,
.payment-tab.active {
  border-color: rgba(162, 119, 255, 0.55);
  background: rgba(124, 60, 255, 0.2);
}

.product-grid {
  display: grid;
  gap: 1.45rem;
}

.product-section {
  min-width: 0;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 0.85rem;
  border: 1px solid rgba(197, 67, 255, 0.86);
  border-radius: 7px;
  background: rgba(124, 60, 255, 0.2);
  padding: 0 0.85rem;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 0 18px rgba(170, 0, 255, 0.22);
}

.product-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.product-card {
  position: relative;
  display: flex;
  min-height: 356px;
  flex-direction: column;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    rgba(8, 8, 12, 0.95);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
}

.product-card.has-promo {
  border-color: rgba(242, 0, 255, 0.78);
  box-shadow:
    0 0 0 1px rgba(157, 0, 255, 0.74),
    0 0 24px rgba(216, 0, 255, 0.34),
    0 0 54px rgba(124, 60, 255, 0.22),
    0 18px 46px rgba(0, 0, 0, 0.42);
}

.product-card.has-promo::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 0, 221, 0.8), rgba(124, 60, 255, 0.12), rgba(0, 255, 240, 0.44));
  opacity: 0.42;
  filter: blur(12px);
}

.product-card > * {
  position: relative;
  z-index: 1;
}

.product-art {
  position: relative;
  display: grid;
  min-height: 158px;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.35), transparent 22%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 18px),
    linear-gradient(135deg, var(--art-a), var(--art-b));
}

.product-art-image,
.product-cover-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.88;
  transform: scale(1.02);
  z-index: 0;
}

.image-fallback-title {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 16px;
  z-index: 3;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.08;
  text-transform: uppercase;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.82);
  pointer-events: none;
}

.product-art::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.36), transparent 45%, rgba(0, 0, 0, 0.34)),
    linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.66));
  z-index: 1;
}

.product-art::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 54px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.76));
}

.product-art svg {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 74px;
  height: 74px;
  color: rgba(255, 255, 255, 0.34);
  filter: drop-shadow(0 14px 26px rgba(0, 0, 0, 0.38));
  z-index: 2;
}

.cover-title {
  position: relative;
  z-index: 2;
  max-width: 92%;
  color: #fff;
  font-size: clamp(1.45rem, 2vw, 2.1rem);
  font-weight: 900;
  line-height: 0.92;
  text-align: center;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.36), 0 0 22px rgba(255, 255, 255, 0.18);
  text-transform: uppercase;
}

.promo-ribbon {
  position: absolute;
  top: 0;
  right: 0.55rem;
  left: 0.55rem;
  z-index: 3;
  min-height: 31px;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(90deg, #9b00ff, #ff00d9);
  color: #050507;
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 31px;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 0 22px rgba(255, 0, 221, 0.58);
}

.product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0.85rem;
}

.product-body h3 {
  min-height: 44px;
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.35;
}

.product-price-area {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 0.75rem;
  margin-top: auto;
}

.discount-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  min-height: 22px;
  margin-bottom: 0.1rem;
}

.discount-line del {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.86rem;
}

.discount-line span {
  border: 1px solid rgba(204, 49, 255, 0.62);
  border-radius: 999px;
  background: rgba(124, 60, 255, 0.24);
  padding: 0.14rem 0.42rem;
  color: #d181ff;
  font-size: 0.72rem;
  font-weight: 900;
}

.product-price-area strong {
  display: block;
  color: #fff;
  font-size: 1.28rem;
  font-weight: 900;
}

.product-price-area p {
  margin: 0.12rem 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
}

.quick-add {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(51, 255, 231, 0.28);
  border-radius: 7px;
  background: rgba(0, 208, 190, 0.26);
  color: #71fff0;
}

.quick-add svg {
  width: 18px;
  height: 18px;
}

.product-buy {
  width: 100%;
  min-height: 42px;
  margin-top: 0.85rem;
  background: linear-gradient(90deg, #9b00ff, #d100ff);
  box-shadow: 0 12px 24px rgba(180, 0, 255, 0.28);
}

.app-dialog.product-dialog {
  width: min(1240px, calc(100% - 1.5rem));
}

.product-dialog .close-dialog {
  top: 0.7rem;
  right: 0.7rem;
  width: 40px;
  height: 40px;
}

.product-modal-panel {
  max-height: calc(100dvh - 1.5rem);
  overflow: auto;
  padding: 1rem;
}

.product-modal-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 1rem;
  align-items: start;
}

.product-main-stack {
  display: grid;
  gap: 1rem;
  min-width: 0;
}

.product-focus-card {
  display: grid;
  grid-template-columns: minmax(320px, 430px) minmax(0, 1fr);
  align-items: start;
  gap: 1.1rem;
  padding: 1rem;
  min-width: 0;
  overflow: visible;
}

.product-focus-card,
.side-info-card,
.product-description-panel {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  background: rgba(24, 13, 36, 0.94);
}

.product-modal-hero {
  min-width: 0;
  padding: 0;
  overflow: hidden;
  background: transparent;
}

.product-modal-art-shell {
  display: block;
  min-height: 0;
}

.product-modal-art-bottom {
  display: none;
}

.product-modal-cover {
  position: relative;
  display: flex;
  min-height: 260px;
  aspect-ratio: 16 / 9;
  align-items: flex-end;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: calc(var(--radius) - 2px);
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.4), transparent 20%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 18px),
    linear-gradient(135deg, var(--art-a), var(--art-b));
}

.product-modal-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.74)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.2), transparent 56%, rgba(0, 0, 0, 0.18));
  z-index: 1;
}

.product-modal-cover.is-image-cover::before {
  background: linear-gradient(180deg, rgba(9, 9, 14, 0.02), rgba(9, 9, 14, 0.08) 58%, rgba(9, 9, 14, 0.18));
}

.product-modal-cover.is-image-cover .product-cover-image {
  opacity: 1;
  transform: none;
}

.product-modal-cover svg {
  position: absolute;
  right: 0.7rem;
  bottom: 0.7rem;
  width: 64px;
  height: 64px;
  color: rgba(255, 255, 255, 0.25);
  z-index: 2;
}

.modal-cover-title {
  position: absolute;
  bottom: 0.72rem;
  left: 0.72rem;
  max-width: 62%;
  font-size: clamp(1.05rem, 1.5vw, 1.62rem);
  line-height: 0.92;
  text-align: left;
}

.product-modal-body {
  display: flex;
  flex-direction: column;
  align-self: start;
  gap: 0.85rem;
  min-width: 0;
  padding: 0;
  background: transparent;
  border: 0;
  overflow: visible;
}

.product-modal-body > * {
  min-width: 0;
}

.product-modal-header {
  display: block;
}

.product-modal-header h2 {
  margin: 0;
  max-width: none;
  color: #fff;
  font-size: clamp(1.18rem, 1.65vw, 1.85rem);
  font-weight: 900;
  line-height: 1.08;
  text-transform: uppercase;
}

.product-modal-title-block {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.modal-price-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
  margin: 0;
  text-align: left;
}

.modal-price-stack strong {
  display: block;
  color: #fff;
  font-size: 1.65rem;
  line-height: 1;
}

.modal-price-stack span {
  display: none;
}

.modal-price-hint {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  font-weight: 500;
}

.product-options {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  max-height: 260px;
  margin: 0;
  overflow: auto;
  padding-right: 0.25rem;
}

.product-options.is-hidden {
  display: none;
}

.variant-option {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.8rem;
  min-height: 68px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.025);
  padding: 0.78rem 0.85rem;
  color: #fff;
  text-align: left;
}

.variant-option.active {
  border-color: rgba(194, 79, 255, 0.88);
  background: linear-gradient(135deg, rgba(124, 60, 255, 0.26), rgba(255, 255, 255, 0.035));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 0 24px rgba(124, 60, 255, 0.18);
}

.variant-radio {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
}

.variant-option.active .variant-radio {
  border-color: #b16cff;
  box-shadow: inset 0 0 0 4px #7c3cff;
}

.variant-copy strong,
.variant-copy small {
  display: block;
}

.variant-copy strong {
  font-size: 0.96rem;
  line-height: 1.2;
}

.variant-copy small {
  margin-top: 0.18rem;
  color: #33de8b;
  font-size: 0.78rem;
  line-height: 1.32;
}

.variant-price {
  font-size: 0.98rem;
  font-weight: 900;
}

.product-modal-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.7rem;
}

.product-modal-actions .full {
  width: 100%;
  min-height: 52px;
  font-size: 0.96rem;
}

.product-modal-side {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.side-info-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  padding: 1rem;
  background: rgba(36, 16, 52, 0.94);
}

.side-info-card.highlight {
  background:
    linear-gradient(135deg, rgba(124, 60, 255, 0.14), rgba(0, 214, 255, 0.06)),
    rgba(255, 255, 255, 0.04);
}

.side-info-card svg {
  width: 18px;
  height: 18px;
  color: var(--purple-2);
}

.side-info-card strong,
.side-info-card p {
  display: block;
}

.side-info-card p {
  margin: 0.35rem 0 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.4;
}

.product-description-panel {
  padding: 1rem 1.1rem;
}

.product-description-panel.compact {
  background:
    linear-gradient(135deg, rgba(124, 60, 255, 0.08), rgba(0, 214, 255, 0.02)),
    rgba(255, 255, 255, 0.03);
}

.product-description-panel h3 {
  margin: 0 0 0.6rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.product-description-copy {
  border-left: 0;
  max-height: none;
  overflow: visible;
  padding-left: 0;
}

.product-description-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.product-description-copy p + p {
  margin-top: 0.4rem;
}

.product-cover-topline {
  position: absolute;
  top: 0.62rem;
  left: 0.62rem;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.product-cover-topline span {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(11, 12, 18, 0.82);
  padding: 0 0.48rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.61rem;
  font-weight: 800;
  text-transform: uppercase;
}

.product-modal-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.6rem;
  margin: 0;
}

.modal-status-banner,
.modal-stock-line {
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  min-height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 0 0.78rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.84rem;
  font-weight: 800;
}

.modal-status-banner.success {
  border-color: rgba(47, 212, 162, 0.35);
  background: rgba(10, 109, 75, 0.32);
  color: #38e090;
}

.modal-status-banner.warning {
  border-color: rgba(255, 184, 76, 0.35);
  background: rgba(115, 75, 12, 0.28);
  color: #ffc16b;
}

.modal-status-banner svg,
.modal-stock-line svg {
  width: 16px;
  height: 16px;
}

.modal-traffic-line {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.86rem;
}

.modal-traffic-line svg {
  width: 10px;
  height: 10px;
  fill: #ff4c4c;
  color: #ff4c4c;
}

.modal-stock-line {
  min-height: 32px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  padding: 0 0.68rem;
  font-size: 0.8rem;
}

.modal-stock-line.accent {
  background: rgba(138, 43, 255, 0.18);
  border-color: rgba(180, 97, 255, 0.34);
  color: #e7c9ff;
}

.payment-icon-box,
.modal-side-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 0.7rem;
}

.payment-icon-box span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(54, 255, 228, 0.22);
  border-radius: 14px;
  background: rgba(0, 208, 190, 0.16);
  color: #4cf9e8;
}

.payment-icon-box svg {
  width: 18px;
  height: 18px;
}

.modal-side-actions .support-action {
  min-width: 0;
  width: 100%;
  justify-content: flex-start;
  min-height: 44px;
  padding: 0 0.78rem;
}

.single-variant-modal .product-focus-card {
  grid-template-columns: minmax(320px, 430px) minmax(0, 1fr);
}

.single-variant-modal .product-options {
  display: none;
}

.single-variant-modal .product-modal-actions {
  margin-top: 0;
}

.support-side-card .support-action {
  background: #5a65f2;
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.support-side-card .support-action:hover {
  border-color: rgba(255, 255, 255, 0.24);
}

.support-side-card .whatsapp-action {
  background: #2bcc63;
  color: #fff;
}

.single-variant-modal .product-modal-hero,
.single-variant-modal .product-modal-body {
  align-self: start;
}

.empty-state {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
  padding: 1.5rem;
  color: var(--muted);
  text-align: center;
}

.bottom-support {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  margin-top: 1.25rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(124, 60, 255, 0.2), transparent 42%),
    rgba(255, 255, 255, 0.045);
  padding: clamp(1rem, 2.6vw, 1.6rem);
}

.bottom-support h2 {
  margin: 0;
  font-size: clamp(1.45rem, 3vw, 2.15rem);
}

.bottom-support p:not(.eyebrow) {
  max-width: 680px;
  margin: 0.45rem 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.support-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: flex-end;
}

.support-action {
  min-width: 174px;
  border-color: rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.06);
  padding: 0 1rem;
  font-weight: 800;
}

.support-action:first-child {
  background: rgba(124, 60, 255, 0.2);
}

.cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: none;
  background: rgba(0, 0, 0, 0.58);
}

.cart-drawer.open {
  display: block;
}

.drawer-panel {
  display: flex;
  width: min(440px, calc(100% - 1rem));
  height: calc(100% - 1rem);
  margin: 0.5rem 0.5rem 0.5rem auto;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #08080d;
  box-shadow: var(--shadow);
}

.drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid var(--line);
  padding: 1rem;
}

.cart-items {
  display: flex;
  min-height: 180px;
  flex: 1;
  flex-direction: column;
  gap: 0.75rem;
  overflow: auto;
  padding: 1rem;
}

.cart-item,
.checkout-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.75rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
  padding: 0.75rem;
}

.mini-art {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: var(--radius);
  background-image: var(--art-image, none), linear-gradient(135deg, var(--art-a), var(--art-b));
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.mini-art svg {
  width: 22px;
  height: 22px;
}

.cart-item h4,
.checkout-item h4 {
  margin: 0 0 0.2rem;
  font-size: 0.88rem;
}

.cart-item small,
.checkout-item small {
  color: var(--muted);
}

.qty-control {
  display: inline-grid;
  grid-template-columns: 34px 34px 34px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.qty-control button,
.qty-control span {
  display: grid;
  height: 34px;
  place-items: center;
  border: 0;
  background: transparent;
  color: #fff;
}

.qty-control span {
  border-inline: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.84rem;
}

.drawer-footer {
  border-top: 1px solid var(--line);
  padding: 1rem;
}

.coupon-box {
  margin-bottom: 1rem;
}

.coupon-box label {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--muted);
  font-size: 0.85rem;
}

.coupon-box div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.5rem;
}

.coupon-box input,
.checkout-step input,
#pixCode {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  outline: 0;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  padding: 0 0.85rem;
}

.coupon-box input,
.checkout-step input {
  height: 44px;
}

.coupon-box button {
  background: rgba(124, 60, 255, 0.22);
  padding: 0 0.85rem;
}

.coupon-box small {
  display: block;
  margin-top: 0.4rem;
  color: var(--muted);
}

.totals {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.55rem 0.9rem;
  margin-bottom: 1rem;
}

.totals span {
  color: var(--muted);
}

.totals strong:last-child {
  color: #fff;
  font-size: 1.2rem;
}

.app-dialog {
  width: min(1000px, calc(100% - 1rem));
  border: 0;
  padding: 0;
  background: transparent;
  color: #fff;
}

.app-dialog::backdrop {
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(6px);
}

.promo-dialog {
  width: min(530px, calc(100% - 1rem));
}

.promo-modal-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: #060609;
  box-shadow: var(--shadow);
}

.promo-preview {
  height: 220px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.88)),
    linear-gradient(135deg, rgba(124, 60, 255, 0.75), rgba(255, 255, 255, 0.12) 42%, rgba(20, 20, 28, 0.92)),
    #11111a;
}

.preview-screen {
  position: relative;
  width: calc(100% - 3rem);
  height: 178px;
  margin: 1.1rem auto 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px 8px 0 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.15), transparent 32%),
    linear-gradient(135deg, #161622, #09090f 46%, #5924d4);
}

.preview-alert {
  position: absolute;
  top: 1rem;
  left: 1rem;
  border-radius: 999px;
  background: rgba(124, 60, 255, 0.92);
  padding: 0.38rem 0.75rem;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.preview-sidebar {
  position: absolute;
  top: 58px;
  left: 1.1rem;
  width: 68px;
  height: 88px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.14);
}

.preview-lines {
  position: absolute;
  top: 58px;
  right: 1.1rem;
  display: grid;
  width: 48%;
  gap: 0.5rem;
}

.preview-lines span {
  height: 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.preview-screen strong {
  position: absolute;
  left: 1.1rem;
  bottom: 0.45rem;
  color: rgba(255, 255, 255, 0.2);
  font-size: clamp(2.4rem, 8vw, 4.8rem);
  line-height: 0.8;
  text-transform: uppercase;
}

.promo-modal-copy {
  padding: 1.35rem;
}

.promo-modal-copy h2 {
  max-width: 390px;
  margin: 0;
  font-size: clamp(2rem, 6vw, 3.1rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.download-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  align-items: center;
  margin: 1.2rem 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
  padding: 1rem;
}

.download-card > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 999px;
  background: rgba(124, 60, 255, 0.16);
  color: var(--purple-2);
}

.download-card p {
  margin: 0.2rem 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.promo-modal-actions {
  align-items: stretch;
}

.promo-modal-actions button {
  flex: 1;
}

.dialog-panel {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #090910;
  box-shadow: var(--shadow);
  padding: 1rem;
}

.small-dialog {
  max-width: 460px;
  margin: 0 auto;
  padding: 1.4rem;
}

.close-dialog {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
}

.muted {
  color: var(--muted);
  line-height: 1.6;
}

.google-slot {
  min-height: 46px;
  width: 100%;
}

.google-demo-button {
  width: 100%;
}

.google-slot[hidden] {
  display: none !important;
}

.status-line {
  min-height: 22px;
  margin: 0.8rem 0 0;
  color: var(--success);
}

.account-hub {
  position: relative;
}

.account-entry-button {
  min-width: 108px;
  padding: 0 0.95rem;
}

.account-chip-shell {
  position: relative;
}

.account-chip {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  gap: 0.7rem;
  border: 1px solid rgba(162, 119, 255, 0.28);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(124, 60, 255, 0.18), rgba(0, 204, 255, 0.08)),
    rgba(9, 10, 15, 0.92);
  color: #fff;
  padding: 0 0.7rem;
  box-shadow: 0 12px 28px rgba(124, 60, 255, 0.14);
}

.account-chip-copy {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}

.account-chip-copy strong,
.account-chip-copy small {
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-chip-copy small {
  color: var(--muted);
}

.account-avatar {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 10px;
  background: linear-gradient(135deg, #ff8a00, var(--purple));
  color: #fff;
  font-weight: 900;
}

.account-avatar.has-image {
  background-position: center;
  background-size: cover;
  color: transparent;
}

.account-avatar.large {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  font-size: 1.1rem;
}

.account-menu {
  position: absolute;
  top: calc(100% + 0.65rem);
  right: 0;
  display: none;
  min-width: 240px;
  padding: 0.75rem;
  border: 1px solid rgba(162, 119, 255, 0.26);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(124, 60, 255, 0.12), transparent 26%),
    rgba(8, 9, 14, 0.96);
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.35);
}

.account-menu.open {
  display: grid;
  gap: 0.6rem;
}

.account-menu-head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 0.35rem;
}

.account-menu-head strong,
.account-menu-head small {
  display: block;
}

.account-menu-head small {
  color: var(--muted);
}

.account-menu button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 0.65rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  padding: 0 0.85rem;
}

.auth-dialog-panel {
  max-width: 460px;
  margin: 0 auto;
  padding: 1.6rem;
  border: 1px solid rgba(162, 119, 255, 0.22);
  background:
    linear-gradient(180deg, rgba(124, 60, 255, 0.12), transparent 24%),
    rgba(9, 10, 15, 0.96);
}

.auth-brand-mark {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #8f79ff, var(--purple), #ff5cff);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 1rem;
  box-shadow: 0 18px 40px rgba(124, 60, 255, 0.28);
}

.auth-login-field {
  display: block;
  margin-top: 1rem;
}

.auth-login-field span {
  display: block;
  margin-bottom: 0.45rem;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
}

.auth-login-field input {
  width: 100%;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  padding: 0 0.9rem;
}

.auth-divider-line {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin: 0.35rem 0;
  color: var(--muted);
}

.auth-divider-line::before,
.auth-divider-line::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid var(--line);
}

.auth-social-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  align-items: stretch;
}

.provider-action-shell {
  display: grid;
}

.provider-login {
  width: 100%;
  justify-content: center;
}

.provider-badge {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 900;
}

.google-badge {
  background: #fff;
  color: #111;
}

.auth-social-grid .google-slot {
  margin: 0;
}

.auth-social-grid .google-slot > div {
  width: 100% !important;
}

.account-dialog {
  width: min(1180px, calc(100% - 1rem));
}

.account-dialog-panel {
  position: relative;
  padding: 1.2rem;
  overflow: hidden;
}

.account-dialog-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(124, 60, 255, 0.08), transparent 28%, rgba(0, 204, 255, 0.05)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 22px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 22px);
  pointer-events: none;
}

.account-dialog-panel > * {
  position: relative;
  z-index: 1;
}

.account-dialog-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.account-highlight {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  border: 1px solid rgba(162, 119, 255, 0.24);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  padding: 0.75rem;
}

.account-highlight small {
  color: var(--muted);
}

.account-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-bottom: 1rem;
}

.account-summary-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  padding: 1rem;
}

.account-summary-card small,
.account-summary-card span {
  color: var(--muted);
}

.account-summary-card strong {
  display: block;
  margin: 0.55rem 0 0.3rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
}

.account-orders-list {
  display: grid;
  gap: 0.9rem;
}

.account-order-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.03);
  padding: 1rem;
}

.account-order-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.9rem;
}

.account-order-top small,
.account-order-item small,
.delivery-row small {
  color: var(--muted);
}

.account-order-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.account-order-total {
  font-weight: 800;
}

.status-pill {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 0.8rem;
  font-size: 0.84rem;
  font-weight: 700;
}

.status-pill.success {
  border: 1px solid rgba(80, 240, 160, 0.28);
  background: rgba(80, 240, 160, 0.12);
  color: var(--success);
}

.status-pill.warning {
  border: 1px solid rgba(255, 179, 71, 0.24);
  background: rgba(255, 179, 71, 0.12);
  color: #ffca6e;
}

.status-pill.danger {
  border: 1px solid rgba(255, 77, 125, 0.24);
  background: rgba(255, 77, 125, 0.12);
  color: var(--danger);
}

.account-order-items {
  display: grid;
  gap: 0.65rem;
}

.account-order-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.75rem;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.025);
  padding: 0.75rem;
}

.account-delivery-block {
  margin-top: 0.9rem;
  border: 1px solid rgba(80, 240, 160, 0.18);
  border-radius: var(--radius);
  background: rgba(80, 240, 160, 0.06);
  padding: 0.9rem;
}

.delivery-row + .delivery-row {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.delivery-row b {
  display: block;
  margin-bottom: 0.25rem;
}

.delivery-codes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.45rem;
}

.delivery-codes span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(80, 240, 160, 0.2);
  background: rgba(5, 5, 7, 0.35);
  color: #d7ffee;
  padding: 0 0.75rem;
  font-size: 0.82rem;
  font-weight: 800;
}

.checkout-panel {
  padding: 0;
}

.checkout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  min-height: min(760px, calc(100vh - 2rem));
}

.checkout-main {
  overflow: auto;
  padding: 1.3rem;
}

.checkout-summary {
  border-left: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
  padding: 1.3rem;
}

.checkout-step {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
  padding: 1rem;
}

.checkout-step + .checkout-step {
  margin-top: 0.8rem;
}

.step-title {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.8rem;
}

.step-title span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 999px;
  background: #fff;
  color: #050507;
  font-size: 0.82rem;
  font-weight: 900;
}

.checkout-step label {
  display: block;
  color: var(--muted);
  font-size: 0.85rem;
}

.checkout-step label + label {
  margin-top: 0.7rem;
}

.checkout-step input {
  margin-top: 0.35rem;
}

.payment-tabs {
  flex-wrap: wrap;
  margin-bottom: 0.9rem;
}

.payment-pane {
  display: none;
}

.payment-pane.active {
  display: block;
}

.pix-layout {
  display: grid;
  grid-template-columns: 168px 1fr;
  gap: 1rem;
}

.qr-preview {
  display: grid;
  place-items: center;
  width: 168px;
  height: 168px;
  border: 10px solid #fff;
  border-radius: var(--radius);
  background: #fff;
  overflow: hidden;
}

.qr-preview img,
.qr-preview svg,
.qr-preview .qr-placeholder {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
}

.qr-preview img,
.qr-preview svg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.qr-placeholder {
  display: grid;
  place-items: center;
  color: #050507;
  font-size: 0.82rem;
  font-weight: 800;
  text-align: center;
  padding: 0.6rem;
}

#pixCode {
  min-height: 86px;
  margin: 0.45rem 0 0.65rem;
  padding: 0.65rem;
  resize: none;
}

.provider-box {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1rem;
}

.provider-box > svg {
  color: var(--purple-2);
}

.checkout-items {
  display: flex;
  min-height: 160px;
  flex-direction: column;
  gap: 0.65rem;
  margin: 1rem 0;
}

.legal-note {
  margin: 1rem 0 0;
  border-top: 1px solid var(--line);
  padding-top: 1rem;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.55;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  justify-content: center;
  border-top: 1px solid var(--line);
  padding: 1.3rem 1rem 2rem;
  color: var(--muted);
  text-align: center;
}

.site-footer strong {
  color: #fff;
}

.social-toast-zone {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 60;
  display: grid;
  width: min(360px, calc(100% - 2rem));
  gap: 0.65rem;
  pointer-events: none;
}

.social-toast {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.75rem;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(162, 119, 255, 0.42);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(124, 60, 255, 0.24), rgba(255, 255, 255, 0.045)),
    rgba(6, 6, 10, 0.94);
  padding: 0.8rem;
  box-shadow: 0 0 26px rgba(124, 60, 255, 0.28), 0 18px 45px rgba(0, 0, 0, 0.38);
  animation: toastRise 0.42s ease both;
}

.social-toast.leaving {
  animation: toastLeave 0.45s ease both;
}

.social-toast .discord-avatar {
  width: 42px;
  height: 42px;
  border-radius: 14px;
}

.social-toast .discord-avatar-core {
  border-radius: 11px;
  font-size: 0.82rem;
}

.social-toast .discord-status {
  width: 11px;
  height: 11px;
}

.social-toast strong {
  display: block;
  color: #fff;
  font-size: 0.88rem;
}

.social-toast p {
  margin: 0.15rem 0 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.social-toast > svg {
  width: 19px;
  height: 19px;
  color: var(--purple-2);
}

@keyframes toastRise {
  from {
    opacity: 0;
    transform: translateY(22px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes toastLeave {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-16px);
  }
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .valley-banner {
    grid-template-columns: 1fr 1fr;
  }

  .banner-coupon {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0 1.1rem 1.1rem;
  }

  .banner-coupon strong {
    margin: 0;
    font-size: clamp(2.2rem, 8vw, 4rem);
  }

  .search-box {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .shop-shell {
    grid-template-columns: 1fr;
  }

  .spotlight-layout {
    grid-template-columns: 1fr;
  }

  .spotlight-hero-card {
    min-height: 360px;
  }

  .category-card-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sidebar {
    position: static;
    display: grid;
    grid-template-columns: 1fr;
  }

  .sidebar-block:first-child {
    display: flex;
    overflow: auto;
    gap: 0.5rem;
  }

  .sidebar-block:first-child .sidebar-title {
    display: none;
  }

  .category-link {
    width: auto;
    min-width: max-content;
    margin-bottom: 0;
  }

  .support-block {
    display: none;
  }
}

@media (max-width: 1100px) {
  .product-modal-grid {
    grid-template-columns: 1fr;
  }

  .product-modal-side {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
  }
}

@media (max-width: 820px) {
  .valley-banner,
  .hero-panel,
  .product-modal-grid,
  .checkout-grid,
  .pix-layout {
    grid-template-columns: 1fr;
  }

  .spotlight-columns {
    grid-template-columns: 1fr;
  }

  .banner-copy,
  .banner-coupon {
    padding: 1.2rem;
  }

  .banner-coupon {
    align-items: flex-start;
    flex-direction: column;
  }

  .hot-page {
    grid-template-columns: 1fr;
  }

  .spotlight-column {
    height: 230px;
  }

  .category-card-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hot-card {
    min-height: 176px;
  }

  .hero-visual {
    min-height: 220px;
  }

  .stream-stack {
    width: min(300px, 100%);
  }

  .trust-row {
    grid-template-columns: 1fr;
  }

  .social-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .review-grid {
    grid-template-columns: 1fr;
  }

  .review-marquee-card {
    flex-basis: 290px;
  }

  .account-summary-grid,
  .auth-social-grid {
    grid-template-columns: 1fr;
  }

  .checkout-summary {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .product-modal-hero {
    min-height: 0;
  }

  .product-modal-cover {
    min-height: 220px;
  }

  .product-focus-card {
    grid-template-columns: 1fr;
    padding: 0.85rem;
  }

  .product-modal-hero,
  .product-modal-body {
    width: 100%;
  }

  .product-modal-side {
    display: grid;
    grid-template-columns: 1fr;
  }

  .bottom-support {
    grid-template-columns: 1fr;
  }

  .support-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  :root {
    --header: 126px;
  }

  .site-header {
    align-items: start;
    gap: 0.7rem;
  }

  .brand {
    min-width: 0;
  }

  .brand small,
  .cart-button span,
  .account-entry-button span {
    display: none;
  }

  .account-chip-copy small {
    display: none;
  }

  .header-actions {
    justify-self: end;
  }

  .hero-panel {
    min-height: unset;
  }

  .valley-banner {
    width: calc(100% - 1rem);
    min-height: unset;
  }

  .shop-shell {
    width: calc(100% - 1rem);
  }

  .banner-copy h1,
  .banner-coupon strong {
    font-size: 2.35rem;
  }

  .banner-visual {
    min-height: 170px;
  }

  .mock-device {
    width: calc(100% - 2rem);
  }

  .floating-card {
    font-size: 0.8rem;
  }

  .carousel-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .carousel-nav {
    width: 38px;
    height: 38px;
  }

  .hot-card h3 {
    max-width: 78%;
  }

  .popular-categories h2 {
    font-size: 1.45rem;
  }

  .spotlight-section {
    padding: 0.85rem;
  }

  .spotlight-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .spotlight-hero-card {
    min-height: 320px;
  }

  .spotlight-column {
    height: 180px;
  }

  .spotlight-banner-card {
    min-height: 128px;
  }

  .spotlight-banner-copy strong {
    font-size: 1.12rem;
  }

  .category-card-row {
    display: flex;
    overflow-x: auto;
    padding-bottom: 0.25rem;
    scroll-snap-type: x mandatory;
  }

  .popular-card {
    min-width: 180px;
    min-height: 154px;
    scroll-snap-align: start;
  }

  .support-actions,
  .support-action {
    width: 100%;
  }

  .app-dialog.product-dialog {
    width: calc(100% - 0.5rem);
  }

  .product-modal-panel {
    padding: 0.65rem;
  }

  .product-focus-card {
    grid-template-columns: 1fr;
    gap: 0.85rem;
    padding: 0.75rem;
  }

  .modal-price-stack {
    text-align: left;
  }

  .product-options {
    max-height: 220px;
  }

  .product-description-copy {
    max-height: none;
  }

  .product-modal-cover {
    min-height: 190px;
  }

  .modal-cover-title {
    max-width: 66%;
    font-size: 1rem;
  }

  .product-modal-header h2 {
    font-size: 1.2rem;
  }

  .modal-price-stack strong {
    font-size: 1.42rem;
  }

  .modal-status-banner,
  .modal-stock-line,
  .modal-traffic-line,
  .side-info-card p,
  .product-description-copy p {
    font-size: 0.86rem;
  }

  .side-info-card {
    padding: 0.82rem;
  }

  .social-toast-zone {
    right: 0.5rem;
    bottom: 0.5rem;
    width: calc(100% - 1rem);
  }

  .review-marquee-shell::before,
  .review-marquee-shell::after {
    width: 36px;
  }

  .review-marquee-card {
    flex-basis: 248px;
    min-height: 132px;
    padding: 0.85rem 0.9rem;
  }

  .review-name-row strong {
    font-size: 0.92rem;
  }

  .review-marquee-card p {
    font-size: 0.88rem;
  }

  .hero-copy h1 {
    font-size: 2.15rem;
  }

  .hero-actions,
  .section-heading,
  .view-tools {
    align-items: stretch;
    flex-direction: column;
  }

  .view-tools,
  .hero-actions {
    width: 100%;
  }

  .product-row {
    grid-template-columns: 1fr;
  }

  .drawer-panel {
    width: calc(100% - 1rem);
  }

  .cart-item {
    grid-template-columns: auto 1fr;
  }

  .cart-item .qty-control {
    grid-column: 1 / -1;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .app-dialog {
    width: calc(100% - 0.75rem);
  }

  .account-dialog-head,
  .account-order-top {
    flex-direction: column;
  }

  .account-order-item {
    grid-template-columns: auto 1fr;
  }

  .promo-preview {
    height: 178px;
  }

  .preview-screen {
    width: calc(100% - 1.4rem);
    height: 144px;
  }

  .promo-modal-copy {
    padding: 1rem;
  }

  .promo-modal-actions {
    flex-direction: column;
  }

  .checkout-main,
  .checkout-summary {
    padding: 1rem;
  }

  .qr-preview {
    width: 100%;
    max-width: 220px;
    height: auto;
    aspect-ratio: 1 / 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}

.sagrada-premium-banner {
  grid-template-columns: minmax(270px, 0.78fr) minmax(420px, 1fr) minmax(270px, 0.72fr);
  gap: clamp(0.8rem, 1.7vw, 1.25rem);
  min-height: 492px;
  align-items: center;
  border-color: rgba(181, 96, 255, 0.46);
  border-radius: 8px;
  background:
    linear-gradient(115deg, rgba(112, 37, 223, 0.18), transparent 34%, rgba(158, 45, 255, 0.16)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 40px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 40px),
    linear-gradient(180deg, #07040e 0%, #050507 52%, #08040f 100%);
  color: #ffffff;
  box-shadow:
    0 0 0 1px rgba(169, 85, 247, 0.12) inset,
    0 22px 70px rgba(0, 0, 0, 0.58);
}

.sagrada-premium-banner::before,
.sagrada-premium-banner::after {
  width: 34%;
  height: 42%;
  border-width: 1px;
  border-color: rgba(164, 77, 255, 0.34);
  opacity: 0.9;
}

.sagrada-premium-banner::before {
  top: -1px;
  left: 0;
  transform: none;
}

.sagrada-premium-banner::after {
  right: 0;
  bottom: -1px;
  transform: rotate(180deg);
}

.sagrada-premium-banner .banner-copy {
  padding: clamp(1.4rem, 3vw, 3.2rem) 0 clamp(1rem, 2vw, 1.6rem) clamp(1.1rem, 3.2vw, 3.6rem);
}

.banner-logo-row {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.35rem;
}

.banner-logo-mark,
.mini-brand,
.stage-logo {
  display: grid;
  place-items: center;
  border: 1px solid rgba(198, 134, 255, 0.62);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), #b57aff 36%, #5b16cb 100%);
  color: #12031f;
  font-weight: 900;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
  box-shadow: 0 0 24px rgba(168, 85, 247, 0.58);
}

.banner-logo-mark {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  font-size: 3.15rem;
}

.banner-logo-row strong,
.banner-logo-row small {
  display: block;
  text-transform: uppercase;
}

.banner-logo-row strong {
  font-size: clamp(1.35rem, 2.7vw, 2.15rem);
  font-weight: 900;
  line-height: 1;
}

.banner-logo-row small {
  margin-top: 0.35rem;
  color: #c268ff;
  font-size: clamp(0.82rem, 1.6vw, 1.18rem);
  font-weight: 900;
}

.sagrada-premium-banner .banner-kicker {
  border-color: rgba(184, 91, 255, 0.7);
  background: rgba(31, 10, 55, 0.9);
  color: #f3e7ff;
  box-shadow: 0 0 22px rgba(142, 55, 255, 0.32) inset;
}

.sagrada-premium-banner .banner-copy h1 {
  max-width: 680px;
  color: #f7f5ff;
  font-size: clamp(2.85rem, 3.75vw, 4.7rem);
  line-height: 0.82;
  text-shadow: 0 0 22px rgba(156, 76, 255, 0.48);
}

.sagrada-premium-banner .banner-copy h1 span {
  display: block;
}

.sagrada-premium-banner .banner-subtitle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
  margin: 1rem 0 0;
  color: #f7f3ff;
  font-size: clamp(0.98rem, 1.5vw, 1.35rem);
  font-weight: 900;
  text-transform: uppercase;
}

.sagrada-premium-banner .banner-subtitle b {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #b146ff;
  box-shadow: 0 0 12px rgba(177, 70, 255, 0.9);
}

.sagrada-premium-banner .banner-description {
  max-width: 500px;
  margin-top: 1.1rem;
  color: rgba(245, 240, 255, 0.78);
  font-size: clamp(0.94rem, 1.2vw, 1.12rem);
  font-weight: 600;
}

.sagrada-premium-banner .banner-visual {
  min-height: 342px;
  padding: 1rem 0;
}

.premium-dashboard {
  position: relative;
  width: min(620px, 100%);
  min-height: 350px;
  overflow: hidden;
  border: 1px solid rgba(190, 113, 255, 0.48);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(118, 43, 232, 0.26), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 26%),
    #0a0614;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 26px 70px rgba(0, 0, 0, 0.52),
    0 0 42px rgba(148, 60, 255, 0.26);
}

.dashboard-top {
  display: flex;
  min-height: 64px;
  align-items: center;
  gap: 0.8rem;
  padding: 0.9rem 1.1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mini-brand {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1.55rem;
}

.dashboard-top strong {
  display: flex;
  flex-direction: column;
  font-size: 1.1rem;
  line-height: 1;
}

.dashboard-top small {
  margin-top: 0.28rem;
  color: #c268ff;
  font-size: 0.72rem;
}

.dashboard-dots {
  margin-left: auto;
  width: 54px;
  height: 16px;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.78) 0 2px, transparent 3px) 0 50% / 18px 16px repeat-x;
}

.dashboard-body {
  display: grid;
  grid-template-columns: 116px 1fr;
  min-height: 286px;
}

.dashboard-nav {
  display: grid;
  align-content: start;
  gap: 0.3rem;
  padding: 1.1rem 0.7rem;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.18);
}

.dashboard-nav span {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 34px;
  border-radius: 6px;
  padding: 0 0.45rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.76rem;
  font-weight: 800;
}

.dashboard-nav span:first-child {
  background: rgba(139, 92, 246, 0.22);
  color: #ffffff;
}

.dashboard-nav svg {
  width: 15px;
  height: 15px;
  color: #c17cff;
}

.dashboard-stage {
  position: relative;
  display: grid;
  align-items: center;
  padding: 1.15rem;
  background:
    linear-gradient(90deg, transparent 0 47%, rgba(179, 83, 255, 0.12) 50%, transparent 53%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 28px);
}

.stage-kicker {
  align-self: start;
  justify-self: center;
  color: #f6efff;
  font-size: clamp(0.92rem, 1.35vw, 1.25rem);
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.stage-kicker::after {
  content: "Produtos digitais - entrega imediata - confianca total";
  display: block;
  margin-top: 0.35rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.7rem;
}

.stage-logo {
  position: absolute;
  top: 44%;
  left: 50%;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  background:
    linear-gradient(135deg, #ffffff 0%, #cf9dff 30%, #7e22ce 56%, #251044 100%);
  font-size: 4.35rem;
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.55);
}

.dashboard-products {
  align-self: end;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.72rem;
}

.dashboard-products span {
  display: grid;
  min-height: 112px;
  align-content: end;
  justify-items: start;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.26);
}

.dashboard-products svg {
  width: 30px;
  height: 30px;
  margin-bottom: 0.7rem;
  color: #b670ff;
}

.dashboard-products strong,
.dashboard-products small {
  display: block;
}

.dashboard-products strong {
  color: #ffffff;
  font-size: 0.94rem;
}

.dashboard-products small {
  margin-top: 0.28rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.72rem;
}

.sagrada-premium-banner .banner-coupon {
  align-self: stretch;
  justify-content: center;
  padding: clamp(1.4rem, 3vw, 3.2rem) clamp(1.1rem, 2.8vw, 2.6rem) clamp(1rem, 2vw, 1.6rem) 0;
}

.coupon-panel {
  width: 100%;
  border: 1px solid rgba(198, 111, 255, 0.42);
  border-radius: 8px;
  padding: 1.35rem 1.2rem;
  background: rgba(10, 4, 22, 0.76);
  box-shadow: 0 0 30px rgba(151, 54, 255, 0.22) inset;
}

.coupon-panel span,
.coupon-panel small {
  display: block;
}

.coupon-panel span {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 900;
  text-transform: uppercase;
}

.sagrada-premium-banner .coupon-panel strong {
  margin: 0.45rem 0 1rem;
  color: #ffffff;
  font-size: clamp(2.2rem, 3vw, 3.4rem);
  line-height: 0.88;
  white-space: nowrap;
  text-shadow: 0 0 20px rgba(167, 85, 255, 0.7);
}

.coupon-panel small {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  border: 1px dashed rgba(201, 119, 255, 0.6);
  border-radius: 8px;
  padding: 0.85rem;
  color: #d99cff;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.25;
}

.coupon-panel svg {
  width: 24px;
  height: 24px;
}

.banner-buy-button {
  display: inline-flex;
  width: 100%;
  min-height: 72px;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 1rem;
  border: 1px solid rgba(213, 139, 255, 0.72);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(169, 74, 255, 0.9), rgba(96, 30, 184, 0.92));
  color: #ffffff;
  font-size: clamp(1.05rem, 1.8vw, 1.45rem);
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 0 32px rgba(183, 84, 255, 0.52);
}

.banner-buy-button svg {
  width: 28px;
  height: 28px;
}

.premium-benefits {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  padding: 0 clamp(1.1rem, 3.2vw, 3.6rem) clamp(1rem, 2vw, 1.7rem);
}

.premium-benefits span {
  display: grid;
  grid-template-columns: 48px 1fr;
  column-gap: 0.85rem;
  min-height: 82px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 0.8rem;
  background: rgba(255, 255, 255, 0.045);
}

.premium-benefits svg {
  grid-row: span 2;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(188, 90, 255, 0.52);
  border-radius: 50%;
  padding: 0.55rem;
  color: #d38cff;
  background: rgba(126, 34, 206, 0.24);
}

.premium-benefits strong,
.premium-benefits small {
  display: block;
}

.premium-benefits strong {
  align-self: end;
  color: #ffffff;
  font-size: clamp(0.86rem, 1.15vw, 1rem);
  text-transform: uppercase;
}

.premium-benefits small {
  align-self: start;
  margin-top: 0.22rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
  line-height: 1.3;
}

@media (max-width: 1180px) {
  .sagrada-premium-banner {
    grid-template-columns: 1fr 1fr;
  }

  .sagrada-premium-banner .banner-coupon {
    grid-column: 1 / -1;
    padding: 0 clamp(1.1rem, 3.2vw, 3.6rem);
  }

  .premium-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .sagrada-premium-banner {
    grid-template-columns: 1fr;
    min-height: unset;
  }

  .sagrada-premium-banner .banner-copy,
  .sagrada-premium-banner .banner-coupon {
    padding: 1.2rem;
  }

  .sagrada-premium-banner .banner-visual {
    min-height: unset;
    padding: 0 1.2rem;
  }

  .dashboard-body {
    grid-template-columns: 1fr;
  }

  .dashboard-nav {
    display: none;
  }

  .premium-dashboard {
    min-height: 320px;
  }
}

@media (max-width: 560px) {
  .banner-logo-mark {
    width: 62px;
    height: 62px;
    font-size: 2.25rem;
  }

  .sagrada-premium-banner .banner-copy h1 {
    font-size: clamp(2.45rem, 15vw, 4.1rem);
  }

  .dashboard-products,
  .premium-benefits {
    grid-template-columns: 1fr;
  }

  .dashboard-products span {
    min-height: 88px;
  }

.stage-logo {
  width: 86px;
  height: 86px;
  font-size: 3.1rem;
  }
}

.site-header {
  grid-template-columns: minmax(240px, auto) minmax(280px, 1fr) auto;
  gap: 1rem;
  padding: 0.85rem clamp(1rem, 3vw, 2rem);
  background:
    radial-gradient(circle at left center, rgba(124, 60, 255, 0.22), transparent 34%),
    linear-gradient(90deg, rgba(124, 60, 255, 0.14), transparent 32%, rgba(0, 204, 255, 0.08)),
    rgba(5, 5, 7, 0.96);
}

.site-header::after {
  content: "";
  position: absolute;
  right: clamp(1rem, 3vw, 2rem);
  bottom: -1px;
  left: clamp(1rem, 3vw, 2rem);
  height: 1px;
  background: linear-gradient(90deg, rgba(124, 60, 255, 0), rgba(124, 60, 255, 0.82), rgba(0, 204, 255, 0.54), rgba(124, 60, 255, 0));
}

.header-brand-shell,
.header-actions-shell {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 70px;
  padding: 0.35rem 0.45rem;
  border: 1px solid rgba(162, 119, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(124, 60, 255, 0.16), rgba(0, 204, 255, 0.06)),
    rgba(7, 8, 12, 0.86);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
}

.header-actions-shell {
  justify-self: end;
  padding: 0.25rem 0.3rem;
}

.header-brand-shell::before,
.header-actions-shell::before,
.search-box::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 7px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  pointer-events: none;
}

.header-brand-shell > *,
.header-actions-shell > *,
.search-box > * {
  position: relative;
  z-index: 1;
}

.brand {
  min-width: 0;
  padding: 0.25rem 0.4rem;
}

.brand-mark-shell {
  position: relative;
  display: inline-flex;
}

.brand-mark {
  width: 52px;
  height: 52px;
  border-radius: 8px;
}

.brand-copy {
  display: inline-flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.12rem;
}

.brand-chip {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 0.55rem;
  border: 1px solid rgba(162, 119, 255, 0.22);
  border-radius: 999px;
  background: rgba(124, 60, 255, 0.12);
  color: #d9cfff;
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.search-box {
  position: relative;
  height: 70px;
  border: 1px solid rgba(162, 119, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(124, 60, 255, 0.18), rgba(0, 204, 255, 0.06)),
    rgba(7, 8, 12, 0.88);
  padding: 0 1rem;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.2);
}

.search-box svg {
  color: var(--purple-2);
}

.search-copy {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
}

.search-label {
  color: rgba(216, 201, 255, 0.72);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.search-box input {
  font-size: 1rem;
}

.header-actions {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.cart-button,
.panel-link,
.ghost-button,
.tool-button,
.payment-tab,
.google-demo-button {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.03);
}

.cart-button,
.panel-link,
.account-entry-button,
.account-chip {
  min-height: 50px;
  border-radius: 8px;
}

.cart-button b {
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.06);
}

.account-entry-button {
  border-color: rgba(255, 255, 255, 0.16);
}

.account-chip {
  background:
    linear-gradient(135deg, rgba(124, 60, 255, 0.3), rgba(0, 204, 255, 0.1)),
    rgba(9, 10, 15, 0.92);
  padding: 0 0.85rem;
  box-shadow: 0 16px 32px rgba(124, 60, 255, 0.18);
}

.account-avatar {
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(124, 60, 255, 0.24);
}

.account-menu {
  border-radius: 8px;
}

@media (max-width: 1080px) {
  .header-brand-shell,
  .header-actions-shell {
    min-height: 62px;
  }

  .search-box {
    height: 60px;
  }
}

@media (max-width: 820px) {
  .site-header {
    grid-template-columns: 1fr;
  }

  .header-actions-shell {
    justify-self: stretch;
  }

  .header-actions {
    justify-content: space-between;
  }
}

@media (max-width: 620px) {
  .header-brand-shell,
  .header-actions-shell,
  .search-box {
    width: 100%;
    min-height: 56px;
  }

  .brand-chip,
  .search-label {
    display: none;
  }

  .header-actions {
    width: 100%;
    gap: 0.45rem;
  }
}

.conversion-section {
  margin: 1.35rem 0 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at top left, rgba(124, 60, 255, 0.18), transparent 28rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
  padding: 1rem;
}

.conversion-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.conversion-head h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.conversion-head p:not(.eyebrow) {
  margin: 0.3rem 0 0;
  color: var(--muted);
}

.conversion-note {
  display: grid;
  min-width: 168px;
  gap: 0.18rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(162, 119, 255, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(124, 60, 255, 0.18), rgba(0, 204, 255, 0.06)),
    rgba(10, 10, 16, 0.82);
  text-align: right;
}

.conversion-note strong {
  color: #fff;
  font-size: 1.25rem;
}

.conversion-note small {
  color: var(--muted);
  font-size: 0.78rem;
}

.conversion-layout {
  display: grid;
  grid-template-columns: minmax(320px, 1.1fr) minmax(280px, 0.9fr);
  gap: 1rem;
}

.conversion-hero-card,
.conversion-side-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--art-a), var(--art-b));
}

.conversion-hero-card {
  display: flex;
  min-height: 344px;
  align-items: end;
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.28);
}

.conversion-hero-image,
.conversion-side-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.conversion-hero-card::before,
.conversion-side-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), transparent 42%, rgba(0, 0, 0, 0.86)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent 54%, rgba(0, 0, 0, 0.24));
  z-index: 1;
}

.conversion-hero-card > *,
.conversion-side-card > * {
  position: relative;
  z-index: 2;
}

.conversion-hero-topline {
  position: absolute;
  top: 0.95rem;
  right: 0.95rem;
  left: 0.95rem;
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}

.conversion-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.42);
  padding: 0 0.75rem;
  color: #fff;
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.conversion-chip.strong {
  background: rgba(124, 60, 255, 0.34);
}

.conversion-hero-copy {
  width: 100%;
  padding: 1.2rem;
}

.conversion-kicker {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 0, 221, 0.18);
  padding: 0 0.75rem;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.conversion-hero-copy h3 {
  max-width: 80%;
  margin: 0.75rem 0 0;
  font-size: clamp(1.7rem, 3.2vw, 2.8rem);
  line-height: 0.98;
}

.conversion-hero-copy p {
  max-width: 72%;
  margin: 0.7rem 0 0;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.55;
}

.conversion-hero-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1rem;
}

.conversion-hero-meta strong {
  font-size: 1.65rem;
}

.conversion-hero-meta span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  font-weight: 700;
}

.conversion-button {
  min-height: 46px;
  padding: 0 1.05rem;
}

.conversion-grid {
  display: grid;
  gap: 1rem;
}

.conversion-side-card {
  display: flex;
  min-height: 106px;
  align-items: end;
}

.conversion-side-copy {
  width: 100%;
  padding: 0.95rem;
}

.conversion-side-copy span,
.conversion-side-copy strong,
.conversion-side-copy small {
  display: block;
}

.conversion-side-copy span {
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.conversion-side-copy strong {
  margin-top: 0.28rem;
  color: #fff;
  font-size: 1.06rem;
  line-height: 1.1;
}

.conversion-side-copy small {
  margin-top: 0.36rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8rem;
}

.product-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-card {
  min-height: 418px;
}

.product-art {
  min-height: 212px;
}

.product-art.is-image-art .product-art-image {
  opacity: 1;
  transform: scale(1.01);
}

.product-art.is-image-art::before {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.06), transparent 42%, rgba(0, 0, 0, 0.74)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.14), transparent 35%, rgba(0, 0, 0, 0.18));
}

.product-art.is-image-art::after {
  height: 78px;
}

.product-art-topline,
.product-art-bottomline {
  position: absolute;
  right: 0.8rem;
  left: 0.8rem;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.45rem;
}

.product-art-topline {
  top: 0.85rem;
}

.product-art-bottomline {
  bottom: 0.85rem;
  justify-content: flex-start;
}

.art-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.42);
  padding: 0 0.68rem;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.art-chip.accent {
  background: rgba(124, 60, 255, 0.4);
}

.art-chip.dark {
  background: rgba(8, 8, 12, 0.64);
}

.product-body {
  gap: 0.65rem;
  padding: 0.95rem;
}

.product-body h3 {
  min-height: 48px;
  font-size: 0.98rem;
}

.product-submeta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.product-submeta span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  gap: 0.35rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  padding: 0 0.62rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.72rem;
  font-weight: 700;
}

.product-submeta svg {
  width: 14px;
  height: 14px;
  color: var(--purple-2);
}

.quick-add {
  width: 38px;
  height: 38px;
}

.product-buy {
  min-height: 46px;
  margin-top: auto;
}

@media (max-width: 1080px) {
  .conversion-layout {
    grid-template-columns: 1fr;
  }

  .product-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .conversion-head {
    flex-direction: column;
  }

  .conversion-note {
    width: 100%;
    text-align: left;
  }

  .conversion-hero-card {
    min-height: 300px;
  }

  .conversion-hero-copy h3,
  .conversion-hero-copy p {
    max-width: 100%;
  }

  .product-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .conversion-section {
    padding: 0.85rem;
  }

  .conversion-hero-topline {
    flex-wrap: wrap;
    right: 0.8rem;
    left: 0.8rem;
  }

  .conversion-hero-copy {
    padding: 1rem;
  }

  .conversion-hero-copy h3 {
    font-size: 1.6rem;
  }

  .conversion-hero-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .product-row {
    grid-template-columns: 1fr;
  }

  .product-card {
    min-height: 398px;
  }
}

.product-section {
  display: grid;
  gap: 1rem;
}

.section-tag {
  display: flex;
  width: 100%;
  min-height: 28px;
  align-items: center;
  margin: 0;
  border: 1px solid rgba(216, 0, 255, 0.65);
  border-radius: 6px;
  background: rgba(124, 60, 255, 0.08);
  padding: 0 0.75rem;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: inset 0 0 0 1px rgba(124, 60, 255, 0.18);
}

.product-banner-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.34fr) minmax(300px, 0.98fr);
  gap: 1rem;
}

.product-banner-stack {
  display: grid;
  gap: 1rem;
}

.product-banner-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015)),
    linear-gradient(135deg, var(--art-a), var(--art-b));
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
  isolation: isolate;
}

.product-banner-card.hero {
  min-height: 330px;
}

.product-banner-card.tile {
  min-height: 156px;
}

.product-banner-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(124, 60, 255, 0.82), rgba(255, 255, 255, 0.06), rgba(0, 204, 255, 0.44));
  opacity: 0.54;
  filter: blur(14px);
  z-index: 0;
}

.product-banner-card::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: calc(var(--radius) - 6px);
  pointer-events: none;
  z-index: 3;
}

.product-banner-card.has-promo {
  border-color: rgba(255, 0, 179, 0.46);
  box-shadow:
    0 0 0 1px rgba(255, 0, 179, 0.18),
    0 18px 40px rgba(0, 0, 0, 0.34),
    0 0 34px rgba(255, 0, 179, 0.16);
}

.product-banner-card > * {
  position: relative;
  z-index: 2;
}

.product-banner-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.98;
  z-index: 1;
}

.product-banner-card .product-banner-copy,
.product-banner-card .product-banner-topline {
  position: absolute;
  right: 1.05rem;
  left: 1.05rem;
}

.product-banner-topline {
  top: 1rem;
  display: flex;
  justify-content: space-between;
  gap: 0.55rem;
}

.product-banner-copy {
  bottom: 1rem;
}

.product-banner-card::selection {
  background: transparent;
}

.product-banner-card .product-banner-copy::before {
  content: "";
  position: absolute;
  right: -1rem;
  bottom: -1rem;
  left: -1rem;
  height: calc(100% + 2rem);
  background:
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.2) 14%, rgba(0, 0, 0, 0.82) 68%, rgba(0, 0, 0, 0.96) 100%);
  z-index: -1;
}

.product-banner-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.42);
  padding: 0 0.72rem;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-banner-chip.accent {
  background: rgba(255, 0, 179, 0.24);
}

.product-banner-chip.dark {
  background: rgba(8, 8, 12, 0.56);
}

.product-banner-kicker {
  display: inline-flex;
  margin-bottom: 0.55rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.product-banner-copy h3 {
  max-width: 78%;
  margin: 0;
  color: #fff;
  font-size: clamp(1.65rem, 2.8vw, 3.5rem);
  line-height: 0.92;
  text-transform: uppercase;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.4);
}

.product-banner-card.tile .product-banner-copy h3 {
  max-width: 84%;
  font-size: clamp(1.05rem, 1.8vw, 1.85rem);
}

.product-banner-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  margin-top: 0.85rem;
}

.product-banner-meta strong {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 900;
}

.product-banner-card.tile .product-banner-meta strong {
  font-size: 1.15rem;
}

.product-banner-meta span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.88rem;
  font-weight: 700;
}

.product-banner-icon {
  position: absolute;
  right: 1.15rem;
  bottom: 1.15rem;
  width: 92px;
  height: 92px;
  color: rgba(255, 255, 255, 0.2);
  z-index: 2;
}

.product-banner-card.tile .product-banner-icon {
  width: 74px;
  height: 74px;
}

.product-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 1080px) {
  .product-banner-layout {
    grid-template-columns: 1fr;
  }

  .product-banner-card.hero {
    min-height: 300px;
  }

  .product-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .product-banner-card.hero {
    min-height: 270px;
  }

  .product-banner-card.tile {
    min-height: 148px;
  }

  .product-banner-copy h3,
  .product-banner-card.tile .product-banner-copy h3 {
    max-width: 100%;
  }
}

@media (max-width: 620px) {
  .product-banner-topline,
  .product-banner-card .product-banner-copy {
    right: 0.8rem;
    left: 0.8rem;
  }

  .product-banner-topline {
    flex-wrap: wrap;
  }

  .product-banner-card.hero {
    min-height: 270px;
  }

  .product-banner-card.tile {
    min-height: 168px;
  }

  .product-banner-copy h3 {
    font-size: 1.55rem;
  }

  .product-banner-meta {
    gap: 0.45rem;
  }

  .product-row {
    grid-template-columns: 1fr;
  }
}

.section-tag {
  display: inline-flex;
  width: auto;
  min-height: 24px;
  align-items: center;
  margin-bottom: 0.1rem;
  border: 1px solid rgba(216, 0, 255, 0.38);
  border-radius: 999px;
  background: rgba(124, 60, 255, 0.08);
  padding: 0 0.7rem;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: none;
}

.product-row {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.95rem;
}

.product-card {
  min-height: 448px;
  border-color: rgba(255, 255, 255, 0.14);
  border-radius: 14px;
}

.product-card.has-promo {
  box-shadow:
    0 0 0 1px rgba(216, 0, 255, 0.18),
    0 12px 28px rgba(0, 0, 0, 0.28);
}

.product-art {
  min-height: 262px;
}

.product-art::after {
  height: 72px;
}

.product-art-topline {
  top: 0.75rem;
  right: 0.75rem;
  left: 0.75rem;
}

.product-art-bottomline,
.product-submeta {
  display: none;
}

.product-art svg {
  right: 0.8rem;
  bottom: 0.8rem;
  width: 60px;
  height: 60px;
  color: rgba(255, 255, 255, 0.2);
}

.art-chip {
  min-height: 24px;
  padding: 0 0.52rem;
  font-size: 0.64rem;
}

.product-body {
  gap: 0.4rem;
  padding: 0.78rem 0.78rem 0.9rem;
}

.product-body h3 {
  min-height: 48px;
  font-size: 0.9rem;
  line-height: 1.25;
}

.discount-line {
  margin-bottom: 0.16rem;
}

.discount-line del {
  font-size: 0.78rem;
}

.discount-line span {
  font-size: 0.66rem;
}

.product-price-area {
  gap: 0.55rem;
}

.product-price-area strong {
  font-size: 1rem;
}

.product-price-area p {
  font-size: 0.76rem;
}

.quick-add {
  width: 36px;
  height: 36px;
}

.product-buy {
  min-height: 40px;
  margin-top: 0.65rem;
  font-size: 0.92rem;
}

@media (max-width: 1320px) {
  .product-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1080px) {
  .product-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .product-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-card {
    min-height: 412px;
  }

  .product-art {
    min-height: 230px;
  }
}

@media (max-width: 620px) {
  .product-row {
    grid-template-columns: 1fr;
  }
}

/* Premium store polish - final responsive layer */
body {
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: clamp(54px, 6vw, 112px);
  pointer-events: none;
}

body::before {
  left: 0;
  background:
    linear-gradient(90deg, rgba(0, 245, 255, 0.16), transparent 72%),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 34px);
}

body::after {
  right: 0;
  background:
    linear-gradient(270deg, rgba(255, 0, 218, 0.15), transparent 72%),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 34px);
}

.site-header,
.promo-rail {
  position: sticky;
}

.site-header {
  top: 0;
  grid-template-columns: minmax(190px, auto) minmax(240px, 520px) auto;
  border-bottom-color: rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(90deg, rgba(0, 245, 255, 0.08), transparent 22%, rgba(255, 0, 218, 0.08)),
    rgba(5, 5, 8, 0.9);
}

.brand-mark,
.auth-brand-mark {
  background: linear-gradient(135deg, #ffffff 0%, #b7fff8 22%, #9b00ff 58%, #ff00d9 100%);
}

.search-box {
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
    rgba(9, 9, 13, 0.78);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035);
}

.cart-button,
.primary-button,
.banner-buy-button,
.product-buy {
  border-color: rgba(255, 0, 218, 0.52);
  background: linear-gradient(90deg, #ff00d9, #b000ff 52%, #8d3cff);
  color: #050507;
  font-weight: 900;
  box-shadow: 0 0 24px rgba(255, 0, 218, 0.28);
}

.primary-button svg,
.cart-button svg,
.product-buy svg {
  color: currentColor;
}

.valley-banner,
.shop-shell,
.site-footer {
  width: min(calc(100% - clamp(1rem, 3vw, 3rem)), 1540px);
}

.valley-banner {
  margin-top: 0;
  border-radius: 0 0 10px 10px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0, 245, 255, 0.24), transparent 22%, transparent 72%, rgba(255, 0, 218, 0.22)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent 38%),
    #07070b;
}

.valley-banner::before,
.valley-banner::after {
  border-color: rgba(255, 0, 218, 0.7) transparent transparent rgba(0, 245, 255, 0.66);
}

.banner-copy p,
.banner-description {
  color: rgba(255, 255, 255, 0.72);
}

.banner-kicker {
  border-color: rgba(0, 245, 255, 0.38);
  background: rgba(0, 245, 255, 0.08);
  color: #8ffff8;
}

.banner-copy h1 span {
  color: #ff00d9;
}

.shop-shell {
  padding-top: 1.45rem;
}

.content {
  display: grid;
  gap: 1.15rem;
}

.hero-panel,
.spotlight-section,
.popular-categories,
.bottom-support,
.social-proof {
  border-color: rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(135deg, rgba(0, 245, 255, 0.065), transparent 28%),
    linear-gradient(315deg, rgba(255, 0, 218, 0.07), transparent 30%),
    rgba(9, 9, 13, 0.76);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.34);
}

.compact-categories {
  margin: 0;
  padding: 1rem;
}

.category-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.category-section-head h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2.2vw, 2.15rem);
}

.category-card-row {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.popular-card {
  min-height: 118px;
  border-color: rgba(255, 255, 255, 0.11);
}

.popular-card svg {
  width: 34px;
  height: 34px;
}

#products,
#productGrid,
#emptyState {
  width: 100%;
  max-width: 1420px;
  padding-inline: clamp(0.25rem, 1vw, 0.75rem);
}

.product-row {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: clamp(0.9rem, 1.25vw, 1.2rem);
}

.product-card {
  min-height: 468px;
  border-color: rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(7, 7, 10, 0.96);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.34);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 0, 218, 0.52);
  box-shadow:
    0 0 0 1px rgba(0, 245, 255, 0.16),
    0 20px 46px rgba(0, 0, 0, 0.42),
    0 0 34px rgba(255, 0, 218, 0.18);
}

.product-art {
  min-height: 260px;
  aspect-ratio: 10 / 11;
}

.product-art-topline {
  inset: 0.75rem 0.75rem auto;
}

.art-chip,
.product-banner-chip,
.spotlight-badge {
  border-radius: 999px;
  backdrop-filter: blur(12px);
}

.product-body {
  min-height: 188px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent),
    #09090d;
}

.product-body h3 {
  min-height: 50px;
  font-size: 0.96rem;
}

.quick-add {
  border-color: rgba(0, 245, 255, 0.42);
  background: rgba(0, 245, 255, 0.14);
  color: #8ffff8;
}

.auth-dialog-panel {
  width: min(100%, 404px);
  max-width: 404px;
  padding: 2.25rem 1.8rem 1.75rem;
  border-color: rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(135deg, rgba(255, 0, 218, 0.09), transparent 32%),
    rgba(6, 7, 10, 0.98);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.035),
    0 28px 70px rgba(0, 0, 0, 0.58);
  text-align: center;
}

.auth-dialog-panel .close-dialog {
  top: 0.85rem;
  right: 0.85rem;
}

.auth-brand-mark {
  width: 44px;
  height: 44px;
  margin: 0 auto 1.35rem;
  border-radius: 50%;
  color: #08080d;
  font-size: 1.55rem;
}

.auth-dialog-panel h2 {
  font-size: 1.35rem;
  line-height: 1.15;
}

.auth-dialog-panel .muted {
  margin: 0.4rem 0 1.15rem;
  color: rgba(255, 255, 255, 0.64);
}

.auth-login-field {
  text-align: left;
}

.auth-login-field input {
  height: 38px;
  border-color: rgba(255, 255, 255, 0.13);
  background: rgba(0, 0, 0, 0.24);
}

.auth-dialog-panel .primary-button.full {
  min-height: 36px;
  margin-top: 0.75rem;
}

.auth-divider-line {
  margin: 0.55rem 0 0.7rem;
  font-size: 0.78rem;
}

.provider-login {
  min-height: 36px;
  border-color: rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.035);
  font-weight: 800;
}

.provider-badge {
  width: 20px;
  height: 20px;
  font-size: 0.8rem;
}

.discord-badge {
  background: #5865f2;
  color: #fff;
}

.discord-badge svg {
  width: 13px;
  height: 13px;
}

.google-demo-button {
  width: 100%;
  min-height: 36px;
  margin-top: 0.85rem;
  font-size: 0.82rem;
  opacity: 0.78;
}

.status-line:empty {
  display: none;
}

body[data-template="source-clean"] {
  background:
    linear-gradient(rgba(124, 60, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 208, 255, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, #080910 0%, #050507 100%);
  background-size: 42px 42px, 42px 42px, auto;
}

body[data-template="source-clean"] .valley-banner {
  background:
    linear-gradient(90deg, rgba(109, 76, 255, 0.24), transparent 34%, rgba(0, 208, 255, 0.18)),
    #090b14;
}

body[data-template="neon-market"] .valley-banner,
body[data-template="neon-market"] .site-header {
  border-color: rgba(0, 245, 255, 0.28);
  background:
    linear-gradient(90deg, rgba(0, 245, 255, 0.14), transparent 36%, rgba(0, 255, 133, 0.12)),
    rgba(3, 8, 10, 0.94);
}

body[data-template="neon-market"] .primary-button,
body[data-template="neon-market"] .cart-button,
body[data-template="neon-market"] .product-buy {
  border-color: rgba(0, 245, 255, 0.62);
  background: linear-gradient(90deg, #00f5ff, #00ff85);
  color: #020507;
}

body[data-template="lumina-vip"] .valley-banner,
body[data-template="lumina-vip"] .site-header {
  border-color: rgba(255, 200, 87, 0.32);
  background:
    linear-gradient(90deg, rgba(255, 200, 87, 0.18), transparent 40%, rgba(77, 163, 255, 0.14)),
    rgba(8, 8, 12, 0.95);
}

body[data-template="lumina-vip"] .primary-button,
body[data-template="lumina-vip"] .cart-button,
body[data-template="lumina-vip"] .product-buy {
  border-color: rgba(255, 200, 87, 0.7);
  background: linear-gradient(90deg, #ffc857, #4da3ff);
  color: #050507;
}

body[data-template="cosmic-drop"] .valley-banner {
  background:
    radial-gradient(circle at 20% 20%, rgba(176, 0, 255, 0.28), transparent 28rem),
    radial-gradient(circle at 88% 10%, rgba(255, 79, 216, 0.24), transparent 26rem),
    #07070d;
}

body[data-template="midnight-pro"] .valley-banner,
body[data-template="midnight-pro"] .site-header {
  background:
    linear-gradient(90deg, rgba(143, 121, 255, 0.18), transparent 36%, rgba(255, 255, 255, 0.07)),
    rgba(4, 5, 9, 0.96);
}

body[data-template="midnight-pro"] .primary-button,
body[data-template="midnight-pro"] .cart-button,
body[data-template="midnight-pro"] .product-buy {
  border-color: rgba(255, 255, 255, 0.34);
  background: linear-gradient(90deg, #8f79ff, #ffffff);
  color: #050507;
}

.site-header::after {
  content: "";
  position: absolute;
  right: clamp(1rem, 8vw, 9rem);
  bottom: -1px;
  left: clamp(1rem, 8vw, 9rem);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 0, 217, 0.78), rgba(0, 245, 255, 0.68), transparent);
  pointer-events: none;
}

.header-actions-shell {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(13, 12, 20, 0.72);
  padding: 0.35rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025), 0 16px 32px rgba(0, 0, 0, 0.22);
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: 1fr;
  }

  .header-actions {
    flex-wrap: wrap;
    justify-content: center;
  }

  .search-box {
    width: 100%;
  }
}

@media (max-width: 760px) {
  body::before,
  body::after {
    width: 28px;
  }

  .valley-banner,
  .shop-shell,
  .site-footer {
    width: min(calc(100% - 0.75rem), 1540px);
  }

  .site-header {
    gap: 0.65rem;
    padding: 0.85rem 0.9rem;
  }

  .brand {
    min-width: 0;
    width: 100%;
  }

  .brand-copy {
    min-width: 0;
  }

  .brand strong,
  .brand small {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .header-actions-shell,
  .header-actions {
    width: 100%;
  }

  .header-actions {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.45rem;
  }

  .panel-link,
  .account-entry-button,
  .cart-button {
    min-width: 0;
    width: 100%;
    padding-inline: 0.55rem;
  }

  .cart-button b {
    display: none;
  }

  .site-header .cart-button {
    width: 46px;
    padding-inline: 0;
    justify-content: center;
  }

  .cart-button span,
  .account-entry-button span {
    display: none;
  }

  .hero-panel,
  .trust-row,
  .spotlight-layout {
    grid-template-columns: 1fr;
  }

  .product-row {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }

  .product-card {
    min-height: 410px;
  }

  .product-art {
    min-height: 210px;
  }

  .auth-social-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .sagrada-premium-banner,
  .valley-banner {
    max-width: calc(100vw - 0.75rem);
    grid-template-columns: minmax(0, 1fr);
  }

  .sagrada-premium-banner > *,
  .valley-banner > *,
  .premium-dashboard,
  .dashboard-stage {
    min-width: 0;
    max-width: 100%;
  }

  .header-actions {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .panel-link {
    display: none;
  }

  .sagrada-premium-banner .banner-copy h1,
  .banner-copy h1 {
    max-width: 100%;
    font-size: clamp(2.05rem, 11vw, 2.7rem);
    line-height: 0.92;
    overflow-wrap: anywhere;
  }

  .sagrada-premium-banner .banner-copy,
  .banner-copy {
    min-width: 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .sagrada-premium-banner .banner-kicker,
  .banner-kicker {
    display: flex;
    width: fit-content;
    max-width: 100%;
    white-space: normal;
    font-size: 0.68rem;
    line-height: 1.2;
  }

  .sagrada-premium-banner .banner-subtitle,
  .banner-subtitle {
    display: block;
    width: min(100%, 300px);
    max-width: 300px;
    font-size: clamp(1rem, 5.7vw, 1.35rem);
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  .sagrada-premium-banner .banner-subtitle b,
  .banner-subtitle b {
    display: none;
  }

  .sagrada-premium-banner .banner-description,
  .banner-description {
    width: min(100%, 300px);
    max-width: 300px;
    font-size: 0.95rem;
    overflow-wrap: anywhere;
  }

  .banner-logo-row {
    align-items: center;
  }

  .premium-dashboard {
    min-width: 0;
  }
}

@property --promo-light-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

@keyframes promoLightLoop {
  to {
    --promo-light-angle: 360deg;
  }
}

.product-card.has-promo {
  isolation: isolate;
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12),
    0 0 18px rgba(255, 255, 255, 0.12),
    0 0 30px rgba(216, 0, 255, 0.24),
    0 14px 32px rgba(0, 0, 0, 0.32);
}

.product-card.has-promo::before {
  opacity: 0.3;
  filter: blur(10px);
}

.product-card.has-promo::after {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 2;
  border-radius: inherit;
  padding: 2px;
  pointer-events: none;
  background:
    conic-gradient(
      from var(--promo-light-angle),
      transparent 0deg,
      transparent 34deg,
      rgba(255, 255, 255, 0.18) 48deg,
      rgba(255, 255, 255, 0.98) 64deg,
      rgba(220, 240, 255, 0.92) 76deg,
      rgba(255, 255, 255, 0.18) 94deg,
      transparent 114deg,
      transparent 202deg,
      rgba(255, 255, 255, 0.14) 218deg,
      rgba(255, 255, 255, 0.86) 232deg,
      rgba(255, 255, 255, 0.16) 250deg,
      transparent 270deg,
      transparent 360deg
    );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.68));
  animation: promoLightLoop 2.55s linear infinite;
}

.product-card.has-promo .art-chip.accent,
.product-card.has-promo .discount-line span {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(218, 237, 255, 0.88) 32%, rgba(190, 65, 255, 0.95));
  color: #10051f;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.28),
    0 0 14px rgba(255, 255, 255, 0.28);
}

@media (prefers-reduced-motion: reduce) {
  .product-card.has-promo::after {
    animation: none;
  }
}

body {
  position: relative;
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: clamp(64px, 9vw, 180px);
  pointer-events: none;
}

body::before {
  left: 0;
  background:
    linear-gradient(90deg, #010102 0%, rgba(1, 1, 3, 0.96) 42%, rgba(1, 1, 3, 0) 100%),
    radial-gradient(circle at 0% 34%, rgba(216, 0, 255, 0.18), transparent 56%);
}

body::after {
  right: 0;
  background:
    linear-gradient(270deg, #010102 0%, rgba(1, 1, 3, 0.96) 42%, rgba(1, 1, 3, 0) 100%),
    radial-gradient(circle at 100% 30%, rgba(216, 0, 255, 0.2), transparent 56%);
}

.promo-rail,
.site-header,
.shop-shell {
  position: relative;
  z-index: 1;
}

.product-grid {
  gap: 1.1rem;
}

.product-section {
  display: grid;
  gap: 0.9rem;
  min-width: 0;
}

.section-tag {
  min-height: 30px;
  margin-bottom: 0;
  border-color: rgba(216, 0, 255, 0.5);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(216, 0, 255, 0.22), rgba(124, 60, 255, 0.1)),
    rgba(0, 0, 0, 0.5);
  padding: 0 0.85rem;
  color: #fff;
  box-shadow: 0 0 18px rgba(216, 0, 255, 0.18);
}

.product-row {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(0.85rem, 1vw, 1.05rem);
  align-items: stretch;
}

.product-card {
  min-height: 0;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 18%),
    #07070a;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 15px 32px rgba(0, 0, 0, 0.5);
  transform: translateZ(0);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.86), transparent 18%, transparent 82%, rgba(0, 0, 0, 0.86)),
    radial-gradient(circle at 82% 70%, rgba(216, 0, 255, 0.14), transparent 38%);
  opacity: 0.78;
  pointer-events: none;
}

.product-card:hover {
  border-color: rgba(255, 255, 255, 0.36);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 0 1px rgba(216, 0, 255, 0.22),
    0 18px 44px rgba(0, 0, 0, 0.58);
  transform: translateY(-3px);
}

.product-card.has-promo {
  border-color: rgba(216, 0, 255, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 0 1px rgba(216, 0, 255, 0.22),
    0 0 22px rgba(216, 0, 255, 0.24),
    0 16px 38px rgba(0, 0, 0, 0.56);
}

.product-card.has-promo::before {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92), transparent 18%, transparent 80%, rgba(0, 0, 0, 0.9)),
    radial-gradient(circle at 14% 16%, rgba(255, 255, 255, 0.08), transparent 28%),
    radial-gradient(circle at 88% 78%, rgba(216, 0, 255, 0.2), transparent 42%);
  opacity: 0.9;
  filter: none;
}

.product-card.has-promo::after {
  inset: -1px;
  padding: 2px;
  filter:
    drop-shadow(0 0 8px rgba(255, 255, 255, 0.72))
    drop-shadow(0 0 16px rgba(216, 0, 255, 0.24));
}

.product-art {
  min-height: 0;
  aspect-ratio: 1 / 1.08;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background:
    radial-gradient(circle at 28% 8%, rgba(255, 255, 255, 0.16), transparent 26%),
    linear-gradient(135deg, var(--art-a), var(--art-b));
}

.product-art.is-image-art .product-art-image {
  opacity: 0.98;
  transform: scale(1.04);
  filter: contrast(1.08) saturate(1.12);
}

.product-art::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.28) 16%, transparent 44%, transparent 58%, rgba(0, 0, 0, 0.3) 84%, rgba(0, 0, 0, 0.9) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, transparent 45%, rgba(0, 0, 0, 0.94) 100%);
}

.product-art::after {
  height: 96px;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.72) 50%, #08080a 100%);
}

.product-art-topline {
  top: 0.7rem;
  right: 0.7rem;
  left: 0.7rem;
}

.art-chip {
  min-height: 24px;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(5, 5, 7, 0.76);
  padding: 0 0.58rem;
  color: #fff;
  font-size: 0.62rem;
  backdrop-filter: blur(10px);
}

.art-chip.accent {
  border-color: rgba(216, 0, 255, 0.7);
}

.product-body {
  gap: 0.58rem;
  padding: 0.92rem 0.82rem 0.86rem;
  background:
    linear-gradient(180deg, rgba(11, 11, 16, 0.98), #050506 72%),
    #050506;
}

.product-body h3 {
  min-height: 46px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.95rem;
  line-height: 1.25;
  text-transform: uppercase;
}

.discount-line {
  margin-bottom: 0.12rem;
}

.discount-line del {
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.82rem;
}

.discount-line span {
  min-height: 20px;
  padding: 0.1rem 0.42rem;
  font-size: 0.68rem;
}

.product-price-area {
  gap: 0.62rem;
}

.product-price-area strong {
  font-size: 1.2rem;
  line-height: 1;
}

.product-price-area p {
  margin-top: 0.22rem;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.78rem;
}

.quick-add {
  width: 36px;
  height: 36px;
  border-color: rgba(26, 255, 221, 0.34);
  background: rgba(0, 221, 204, 0.2);
  color: #6ffff4;
}

.product-buy {
  min-height: 42px;
  margin-top: 0.58rem;
  border-radius: 6px;
  background:
    linear-gradient(90deg, #b300ff, #f000df);
  color: #09000d;
  font-size: 0.92rem;
  font-weight: 900;
  box-shadow: 0 0 18px rgba(216, 0, 255, 0.28);
}

.product-buy:hover {
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.16),
    0 0 24px rgba(216, 0, 255, 0.46);
}

@media (max-width: 1320px) {
  .product-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1080px) {
  .product-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  body::before,
  body::after {
    width: 54px;
  }

  .product-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-card {
    min-height: 0;
  }
}

@media (max-width: 620px) {
  body::before,
  body::after {
    width: 34px;
  }

  .product-row {
    grid-template-columns: 1fr;
  }
}

#products,
#productGrid,
#emptyState {
  width: min(100%, 1440px);
  margin-inline: auto;
  padding-inline: clamp(1.2rem, 3.2vw, 3rem);
}

#productGrid {
  gap: clamp(1.65rem, 2.4vw, 2.35rem);
}

.product-section {
  gap: 0.95rem;
  padding-block: 0.15rem 1.25rem;
}

.product-section + .product-section {
  padding-top: 0.25rem;
}

.section-tag {
  width: max-content;
  min-height: 36px;
  gap: 0.48rem;
  margin-bottom: 0;
  border-color: rgba(236, 0, 255, 0.76);
  border-radius: 7px;
  background:
    linear-gradient(135deg, rgba(236, 0, 255, 0.28), rgba(124, 60, 255, 0.12)),
    rgba(5, 5, 8, 0.78);
  padding: 0 1.05rem;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04),
    0 0 22px rgba(216, 0, 255, 0.2);
}

.section-tag::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #ff00df;
  box-shadow: 0 0 12px rgba(255, 0, 223, 0.85);
}

.product-row {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(0.95rem, 1.15vw, 1.15rem);
  justify-content: center;
}

@media (min-width: 1321px) {
  .product-row {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  #products,
  #productGrid,
  #emptyState {
    padding-inline: 0.75rem;
  }
}

.product-card {
  border-radius: 8px;
}

.product-art {
  aspect-ratio: 14 / 10;
}

.product-art.is-image-art {
  place-items: center;
  background:
    radial-gradient(circle at 50% 24%, rgba(255, 255, 255, 0.08), transparent 34%),
    linear-gradient(135deg, #050508, #101018);
}

.product-art.is-image-art .product-art-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  opacity: 1;
  transform: none;
  filter: contrast(1.04) saturate(1.06);
}

.product-art.is-image-art::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.52) 0%, transparent 16%, transparent 84%, rgba(0, 0, 0, 0.52) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, transparent 58%, rgba(0, 0, 0, 0.86) 100%);
}

.product-art.is-image-art::after {
  height: 58px;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.64) 58%, #07070a 100%);
}

.product-body {
  min-height: 178px;
}

@media (max-width: 1320px) {
  #products,
  #productGrid,
  #emptyState {
    width: min(100%, 1180px);
  }
}

#products,
#productGrid,
#emptyState {
  width: min(100%, 1530px);
  padding-inline: clamp(0.75rem, 1.8vw, 2rem);
}

#productGrid {
  gap: clamp(1.9rem, 2.8vw, 2.8rem);
}

.product-section {
  gap: 1.15rem;
  padding-block: 0.25rem 1.45rem;
}

.product-row {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(0.8rem, 1vw, 1.05rem);
}

.product-card {
  min-height: 450px;
  border-radius: 9px;
}

.product-art {
  aspect-ratio: 1 / 1.08;
}

.product-art.is-image-art .product-art-image {
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
}

.product-art.is-image-art::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.66) 0%, transparent 18%, transparent 82%, rgba(0, 0, 0, 0.66) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, transparent 50%, rgba(0, 0, 0, 0.88) 100%);
}

.product-art.is-image-art::after {
  height: 82px;
}

.product-body {
  min-height: 186px;
  padding: 0.95rem 0.92rem 0.9rem;
}

.product-body h3 {
  min-height: 52px;
  font-size: 0.98rem;
}

.product-price-area strong {
  font-size: 1.22rem;
}

.product-buy {
  min-height: 44px;
  font-size: 0.95rem;
}

@media (max-width: 1320px) {
  #products,
  #productGrid,
  #emptyState {
    width: min(100%, 1240px);
    padding-inline: clamp(0.7rem, 1.35vw, 1.35rem);
  }

  .product-card {
    min-height: 430px;
  }
}

@media (max-width: 1080px) {
  .product-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .product-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .product-row {
    grid-template-columns: 1fr;
  }
}
