:root {
  --bg: #0b0f14;
  --bg-soft: #121821;
  --panel: #171d26;
  --panel-2: #202834;
  --border: #313a49;
  --text: #f5f7fb;
  --text-soft: #b7c3d5;
  --primary: #ef402b;
  --primary-rgb: 239, 64, 43;
  --primary-hover: #c93221;
  --secondary: #283140;
  --success: #25d366;
  --success-hover: #1ebe5a;
  --shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
  --radius: 18px;
  --container: 1200px;
  --soft-accent-rgb: 157, 179, 203;
  --soft-accent: #d2deec;
  --soft-accent-strong: #eef5fc;
}

/* Light-theme source of truth now lives in the final pass near the end of this file. */

.premieres-head {
  margin-inline: 0;
  text-align: left;
}

.premieres-head .section-kicker {
  margin-inline: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  color-scheme: dark;
  line-height: 1.5;
  transition: background 0.25s ease, color 0.25s ease;
  overflow-x: hidden;
}

body[data-theme="light"] {
  color-scheme: light;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.launch-splash {
  position: fixed;
  inset: 0;
  z-index: 1400;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at 18% 18%, rgba(78, 161, 255, 0.26), transparent 28%),
    radial-gradient(circle at 82% 16%, rgba(229, 9, 20, 0.22), transparent 24%),
    radial-gradient(circle at 50% 82%, rgba(37, 211, 102, 0.12), transparent 24%),
    linear-gradient(180deg, #05070e 0%, #0b1020 58%, #08090f 100%);
  opacity: 1;
  visibility: visible;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}

.launch-splash.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.launch-splash-orb,
.launch-splash-grid,
.launch-splash-rings,
.launch-splash-mark-glow {
  pointer-events: none;
}

.launch-splash-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(12px);
  opacity: 0.7;
}

.launch-splash-orb--left {
  width: min(44vw, 340px);
  height: min(44vw, 340px);
  left: -10%;
  top: 12%;
  background: radial-gradient(circle, rgba(78, 161, 255, 0.34), transparent 68%);
  animation: launchSplashFloat 5.2s ease-in-out infinite;
}

.launch-splash-orb--right {
  width: min(40vw, 300px);
  height: min(40vw, 300px);
  right: -8%;
  bottom: 10%;
  background: radial-gradient(circle, rgba(229, 9, 20, 0.28), transparent 68%);
  animation: launchSplashFloat 6s ease-in-out infinite reverse;
}

.launch-splash-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle at center, black 30%, transparent 82%);
  opacity: 0.22;
}

.launch-splash-core {
  position: relative;
  z-index: 1;
  width: min(100%, 470px);
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: 30px 28px 26px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03)),
    linear-gradient(180deg, rgba(9, 13, 25, 0.94), rgba(8, 13, 24, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.11);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  text-align: center;
  animation: launchSplashCoreIn 0.5s ease both;
}

.launch-splash-core::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.08), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 46%);
  pointer-events: none;
}

.launch-splash-core::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(78, 161, 255, 0.26), rgba(255, 255, 255, 0.04), rgba(229, 9, 20, 0.22));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  opacity: 0.92;
  pointer-events: none;
}

.launch-splash-rings {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 220px;
  height: 220px;
  transform: translate(-50%, -56%);
}

.launch-splash-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.launch-splash-ring--outer {
  border-color: rgba(78, 161, 255, 0.22);
  box-shadow: 0 0 0 1px rgba(78, 161, 255, 0.08) inset;
  animation: launchSplashSpin 9s linear infinite;
}

.launch-splash-ring--inner {
  inset: 18px;
  border-color: rgba(229, 9, 20, 0.2);
  animation: launchSplashSpin 6.5s linear infinite reverse;
}

.launch-splash-mark {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 34px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(145deg, rgba(83, 145, 255, 0.96), rgba(26, 92, 255, 0.86) 48%, rgba(229, 9, 20, 0.68) 100%);
  box-shadow:
    0 28px 60px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  animation: launchSplashPulse 2.4s ease-in-out infinite;
}

.launch-splash-mark-glow {
  position: absolute;
  inset: -14px;
  border-radius: 42px;
  background: radial-gradient(circle, rgba(83, 145, 255, 0.38), transparent 66%);
  opacity: 0.88;
}

.launch-splash-monogram {
  position: relative;
  z-index: 1;
  font-size: 2.15rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.launch-splash-copy {
  display: grid;
  gap: 8px;
}

.launch-splash-topline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.launch-splash-topline-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 6px 11px;
  border-radius: 999px;
  border: 1px solid rgba(78, 161, 255, 0.18);
  background: rgba(78, 161, 255, 0.12);
  color: rgba(232, 240, 255, 0.9);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.launch-splash-topline-chip--muted {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(232, 240, 255, 0.72);
}

.launch-splash-kicker {
  display: inline-flex;
  justify-content: center;
  width: fit-content;
  margin-inline: auto;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #dbe6ff;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.launch-splash-copy strong {
  font-size: clamp(2.1rem, 5vw, 3rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  background: linear-gradient(180deg, #ffffff, rgba(214, 227, 255, 0.84));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.launch-splash-copy p {
  max-width: 31ch;
  margin: 0 auto;
  color: rgba(235, 240, 255, 0.76);
  font-size: 0.98rem;
  line-height: 1.6;
}

.launch-splash-loader {
  width: min(272px, 74vw);
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 16px 32px rgba(0, 0, 0, 0.18);
}

.launch-splash-loader span {
  display: block;
  width: 42%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(229, 9, 20, 0.9), rgba(78, 161, 255, 0.96), rgba(37, 211, 102, 0.88));
  box-shadow: 0 0 18px rgba(78, 161, 255, 0.34);
  animation: launchSplashLoad 1.5s ease-in-out infinite;
}

.launch-splash-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 9px 15px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.09);
  color: rgba(235, 240, 255, 0.82);
  font-size: 0.81rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}

.launch-splash-status-dot,
.launch-splash-status-wave {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  flex-shrink: 0;
}

.launch-splash-status-dot {
  background: #22c55e;
  box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.1);
  animation: launchSplashStatusPulse 1.8s ease-in-out infinite;
}

.launch-splash-status-wave {
  background: #4ea1ff;
  box-shadow: 0 0 0 6px rgba(78, 161, 255, 0.1);
  animation: launchSplashStatusPulse 1.8s ease-in-out infinite 0.35s;
}

.launch-splash-loader-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.launch-splash-loader-meta span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(228, 236, 248, 0.74);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.launch-splash-loader-meta span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
}

.launch-splash-stage-rail {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.launch-splash-stage-rail span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  min-width: 98px;
  padding: 8px 14px 8px 28px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(222, 231, 248, 0.72);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.launch-splash-stage-rail span::before {
  content: "";
  position: absolute;
  left: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
}

.launch-splash-stage-rail span.is-active {
  border-color: rgba(78, 161, 255, 0.18);
  background: rgba(78, 161, 255, 0.11);
  color: rgba(235, 244, 255, 0.92);
}

.launch-splash-stage-rail span.is-active::before {
  background: #4ea1ff;
  box-shadow: 0 0 0 6px rgba(78, 161, 255, 0.12);
}

.launch-splash-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.launch-splash-pills span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.78rem;
  font-weight: 700;
  animation: launchSplashFloat 4.2s ease-in-out infinite;
}

.launch-splash-pills span:nth-child(2) {
  animation-delay: 0.24s;
}

.launch-splash-pills span:nth-child(3) {
  animation-delay: 0.42s;
}

.launch-splash-footnote {
  max-width: 34ch;
  color: rgba(214, 223, 240, 0.62);
  font-size: 0.78rem;
  line-height: 1.55;
}

body[data-theme="light"] .launch-splash-grid {
  background-image:
    linear-gradient(rgba(33, 50, 99, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(33, 50, 99, 0.06) 1px, transparent 1px);
}

body[data-theme="light"] .launch-splash-kicker,
body[data-theme="light"] .launch-splash-pills span,
body[data-theme="light"] .launch-splash-stage-rail span,
body[data-theme="light"] .launch-splash-topline-chip--muted {
  border-color: rgba(33, 50, 99, 0.08);
  background: rgba(255, 255, 255, 0.62);
  color: rgba(24, 38, 76, 0.8);
}

body[data-theme="light"] .launch-splash-topline-chip {
  border-color: rgba(78, 161, 255, 0.16);
  background: rgba(78, 161, 255, 0.1);
  color: rgba(24, 38, 76, 0.84);
}

body[data-theme="light"] .launch-splash-copy p {
  color: rgba(24, 38, 76, 0.7);
}

body[data-theme="light"] .launch-splash-loader {
  background: rgba(24, 38, 76, 0.08);
  border-color: rgba(24, 38, 76, 0.06);
}

body[data-theme="light"] .launch-splash-core {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(248, 250, 255, 0.84)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(245, 247, 255, 0.72));
  border-color: rgba(29, 48, 92, 0.09);
  box-shadow:
    0 24px 64px rgba(58, 87, 153, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

body[data-theme="light"] .launch-splash-status {
  background: rgba(255, 255, 255, 0.74);
  border-color: rgba(33, 50, 99, 0.08);
  color: rgba(24, 38, 76, 0.78);
}

body[data-theme="light"] .launch-splash-loader-meta span {
  color: rgba(24, 38, 76, 0.68);
}

body[data-theme="light"] .launch-splash-footnote {
  color: rgba(24, 38, 76, 0.58);
}

body[data-theme="light"] .launch-splash-stage-rail span.is-active {
  border-color: rgba(78, 161, 255, 0.18);
  background: rgba(78, 161, 255, 0.1);
  color: rgba(24, 38, 76, 0.88);
}

@keyframes launchSplashSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes launchSplashCoreIn {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.97);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes launchSplashPulse {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-4px) scale(1.02); }
}

@keyframes launchSplashFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes launchSplashLoad {
  0% { transform: translateX(-115%); }
  100% { transform: translateX(260%); }
}

@keyframes launchSplashStatusPulse {
  0%, 100% { transform: scale(1); opacity: 0.85; }
  50% { transform: scale(1.14); opacity: 1; }
}

@media (max-width: 780px) {
  .launch-splash {
    padding: 18px;
  }

  .launch-splash-rings {
    width: 184px;
    height: 184px;
    transform: translate(-50%, -54%);
  }

  .launch-splash-mark {
    width: 96px;
    height: 96px;
    border-radius: 28px;
  }

  .launch-splash-monogram {
    font-size: 1.8rem;
  }

  .launch-splash-copy strong {
    font-size: clamp(1.8rem, 9vw, 2.45rem);
  }

  .launch-splash-copy p {
    font-size: 0.88rem;
  }

  .launch-splash-status {
    font-size: 0.74rem;
    padding: 7px 12px;
    gap: 8px;
  }

  .launch-splash-loader-meta {
    gap: 10px;
  }

  .launch-splash-loader-meta span {
    font-size: 0.7rem;
  }

  .launch-splash-stage-rail {
    gap: 8px;
  }

  .launch-splash-stage-rail span {
    min-width: 90px;
    min-height: 31px;
    padding: 7px 12px 7px 24px;
    font-size: 0.68rem;
  }

  .launch-splash-pills {
    gap: 8px;
  }

  .launch-splash-pills span {
    min-height: 28px;
    padding: 6px 10px;
    font-size: 0.72rem;
  }

  .launch-splash-footnote {
    font-size: 0.72rem;
  }
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
  border: none;
  background: none;
}

.hidden {
  display: none !important;
}

.container {
  width: min(100% - 32px, var(--container));
  margin: 0 auto;
}

/* HEADER */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(11, 15, 20, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}

.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: fit-content;
}

.brand-logo {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.brand-name {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.2px;
}

@supports (content-visibility: auto) {
  main > section:not(#inicio),
  .site-footer {
    content-visibility: auto;
    contain-intrinsic-size: 1px 920px;
  }
}

.main-nav {
  display: none;
  align-items: center;
  gap: 20px;
}

/* PROMO SHOWCASE */
.promo-carousel-shell.promo-showcase-shell {
  gap: 26px;
}

.promo-carousel-head.promo-showcase-head {
  align-items: end;
}

.promo-showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(320px, 0.68fr);
  gap: 24px;
  align-items: stretch;
}

.promo-carousel-media.promo-showcase-media {
  min-height: clamp(480px, 60vw, 700px);
  border-radius: 38px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 16% 16%, rgba(110, 136, 214, 0.18), transparent 24%),
    radial-gradient(circle at 88% 22%, rgba(255, 132, 72, 0.18), transparent 22%),
    #0b1018;
  isolation: isolate;
}

body[data-theme="light"] .promo-carousel-media.promo-showcase-media {
  border-color: rgba(17, 17, 17, 0.08);
  background:
    radial-gradient(circle at 16% 16%, rgba(111, 137, 212, 0.18), transparent 24%),
    radial-gradient(circle at 88% 22%, rgba(240, 133, 79, 0.16), transparent 20%),
    #f8f2eb;
}

.promo-carousel-media.promo-showcase-media::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  z-index: 1;
  pointer-events: none;
}

body[data-theme="light"] .promo-carousel-media.promo-showcase-media::before {
  border-color: rgba(48, 76, 138, 0.12);
}

.promo-carousel-overlay.promo-showcase-overlay {
  background:
    linear-gradient(180deg, rgba(6, 10, 18, 0.02) 0%, rgba(6, 10, 18, 0.18) 38%, rgba(6, 10, 18, 0.72) 100%),
    linear-gradient(90deg, rgba(6, 10, 18, 0.68) 0%, rgba(6, 10, 18, 0.18) 46%, rgba(6, 10, 18, 0.06) 100%);
}

body[data-theme="light"] .promo-carousel-overlay.promo-showcase-overlay {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(18, 38, 82, 0.08) 38%, rgba(18, 38, 82, 0.4) 100%),
    linear-gradient(90deg, rgba(248, 250, 255, 0.48) 0%, rgba(248, 250, 255, 0.1) 46%, rgba(248, 250, 255, 0.04) 100%);
}

.promo-carousel-media.promo-showcase-media .hero-slide img {
  object-fit: cover;
  object-position: center;
  transform: none;
  filter: saturate(1.02) contrast(1.01) brightness(1);
}

.promo-carousel-copy.promo-showcase-copy {
  left: 34px;
  right: 34px;
  bottom: 34px;
  gap: 16px;
  max-width: min(100%, 560px);
}

.promo-carousel-copy.promo-showcase-copy .hero-badge {
  width: fit-content;
  margin-bottom: 0;
  background: rgba(255, 255, 255, 0.12);
  color: #f5f7ff;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.16);
}

body[data-theme="light"] .promo-carousel-copy.promo-showcase-copy .hero-badge {
  background: rgba(255, 255, 255, 0.72);
  color: #1d2f5f;
  border-color: rgba(84, 114, 184, 0.16);
}

.promo-carousel-copy.promo-showcase-copy h3 {
  font-size: clamp(2rem, 3.7vw, 3.6rem);
  line-height: 0.98;
  max-width: 12ch;
}

.promo-carousel-copy.promo-showcase-copy p {
  max-width: 46ch;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.03rem;
}

body[data-theme="light"] .promo-carousel-copy.promo-showcase-copy p {
  color: rgba(255, 255, 255, 0.96);
}

.promo-showcase-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.promo-showcase-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.9rem;
  font-weight: 600;
  backdrop-filter: blur(12px);
}

body[data-theme="light"] .promo-showcase-pill {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(84, 114, 184, 0.16);
  color: #22345d;
}

.promo-showcase-chip {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(8, 12, 20, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #f6f7fb;
  font-size: 0.92rem;
  font-weight: 700;
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
}

body[data-theme="light"] .promo-showcase-chip {
  background: rgba(255, 255, 255, 0.84);
  border-color: rgba(84, 114, 184, 0.16);
  color: #1e315f;
}

.promo-showcase-chip--top {
  top: 24px;
  right: 24px;
}

.promo-showcase-chip--bottom {
  right: 24px;
  bottom: 24px;
}

.promo-showcase-side {
  display: grid;
  gap: 18px;
}

.promo-showcase-panel {
  background:
    linear-gradient(180deg, rgba(16, 20, 30, 0.88), rgba(12, 16, 25, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  padding: 24px;
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.18);
  display: grid;
  gap: 14px;
}

body[data-theme="light"] .promo-showcase-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 247, 255, 0.92));
  border-color: rgba(84, 114, 184, 0.14);
  box-shadow: 0 20px 44px rgba(74, 103, 164, 0.12);
}

.promo-showcase-panel--primary {
  background:
    radial-gradient(circle at top right, rgba(110, 92, 245, 0.22), transparent 30%),
    linear-gradient(180deg, rgba(16, 20, 30, 0.92), rgba(12, 16, 25, 0.96));
}

body[data-theme="light"] .promo-showcase-panel--primary {
  background:
    radial-gradient(circle at top right, rgba(110, 92, 245, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 247, 255, 0.94));
}

.promo-showcase-panel--support {
  background:
    radial-gradient(circle at top right, rgba(37, 211, 102, 0.18), transparent 32%),
    linear-gradient(180deg, rgba(16, 20, 30, 0.9), rgba(12, 16, 25, 0.96));
}

body[data-theme="light"] .promo-showcase-panel--support {
  background:
    radial-gradient(circle at top right, rgba(37, 211, 102, 0.14), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 247, 255, 0.94));
}

.promo-showcase-panel h3 {
  font-size: 1.35rem;
  line-height: 1.14;
}

.promo-showcase-panel p {
  color: var(--text-soft);
  font-size: 0.96rem;
  line-height: 1.6;
}

.promo-showcase-panel-kicker {
  display: inline-flex;
  width: fit-content;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #dfe7ff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body[data-theme="light"] .promo-showcase-panel-kicker {
  background: rgba(93, 120, 255, 0.1);
  color: #2c4385;
}

.promo-showcase-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.promo-showcase-stat {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 22px;
  padding: 16px 14px;
  display: grid;
  gap: 8px;
}

body[data-theme="light"] .promo-showcase-stat {
  background: rgba(84, 114, 184, 0.06);
  border-color: rgba(84, 114, 184, 0.12);
}

.promo-showcase-stat strong {
  font-size: 1.3rem;
  line-height: 1;
}

.promo-showcase-stat span {
  color: var(--text-soft);
  font-size: 0.84rem;
  line-height: 1.45;
}

.promo-showcase-points {
  display: grid;
  gap: 12px;
}

.promo-showcase-point {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  align-items: start;
  color: var(--text-soft);
}

.promo-showcase-point i {
  color: #8fb3ff;
  margin-top: 4px;
}

.promo-showcase-support-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.promo-support-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  flex: 1 1 280px;
}

.promo-support-social-links .btn {
  flex: 1 1 150px;
}

.landing-impact-section {
  position: relative;
  padding: 28px 0 12px;
}

body[data-theme="dark"] .landing-impact-section,
body[data-theme="dark"] .shop-section.shop-section-showcase {
  background: linear-gradient(180deg, rgba(9, 12, 19, 0.98), rgba(8, 11, 18, 0.98));
}

body[data-theme="dark"] .landing-impact-shell {
  padding: 28px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(11, 15, 24, 0.98), rgba(8, 11, 18, 0.98));
  box-shadow: 0 28px 62px rgba(0, 0, 0, 0.2);
}

body[data-theme="dark"] .landing-impact-shell::before,
body[data-theme="dark"] .landing-impact-shell::after {
  display: none;
}

.landing-impact-shell {
  position: relative;
  overflow: visible;
  padding: 0;
}

.landing-impact-shell::before,
.landing-impact-shell::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.landing-impact-shell::before {
  top: -24px;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(182, 247, 71, 0.58), transparent);
}

.landing-impact-shell::after {
  top: -86px;
  left: 8%;
  width: 320px;
  height: 320px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(88, 126, 255, 0.14), transparent 72%);
  filter: blur(4px);
}

body[data-theme="light"] .landing-impact-shell {
  background: none;
  box-shadow: none;
}

body[data-theme="light"] .landing-impact-shell::before,
body[data-theme="light"] .landing-impact-shell::after {
  display: none;
}

.landing-impact-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 210px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  margin-bottom: 30px;
}

.landing-impact-kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 10px 0;
  border-radius: 999px;
  background: transparent;
  color: #dff2ff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body[data-theme="dark"] .landing-impact-kicker {
  color: #dbe6ff;
}

body[data-theme="light"] .landing-impact-kicker {
  background: transparent;
  color: #28417e;
}

.landing-impact-copy {
  display: grid;
  gap: 10px;
  max-width: 760px;
}

.landing-impact-copy h2 {
  margin: 0;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

body[data-theme="dark"] .landing-impact-copy h2 {
  color: #f5f7fb;
}

.landing-impact-copy p {
  margin: 0;
  color: var(--text-soft);
  font-size: 1rem;
  line-height: 1.7;
}

body[data-theme="dark"] .landing-impact-copy p {
  color: rgba(214, 222, 235, 0.78);
}

.landing-impact-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.landing-impact-card {
  --impact-glow: 88, 126, 255;
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 12px;
  min-height: 0;
  justify-items: start;
  align-content: start;
  text-align: left;
  padding: 22px 22px 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(14, 20, 32, 0.96), rgba(9, 13, 23, 0.96));
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.18);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

body[data-theme="dark"] .landing-impact-card {
  background: linear-gradient(180deg, rgba(14, 20, 32, 0.98), rgba(9, 13, 23, 0.98));
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.18);
}

body[data-theme="dark"] .landing-impact-card::before,
body[data-theme="dark"] .landing-impact-card::after {
  display: none;
}

.landing-impact-card::before {
  content: "";
  position: absolute;
  inset: auto -42px -52px auto;
  width: 130px;
  height: 130px;
  border-radius: 999px;
  background: rgba(var(--impact-glow), 0.24);
  filter: blur(12px);
  pointer-events: none;
}

.landing-impact-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(var(--impact-glow), 0.2), transparent 56%);
  opacity: 0.9;
  pointer-events: none;
}

.landing-impact-card:hover {
  transform: translateY(-6px);
  border-color: rgba(var(--impact-glow), 0.4);
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.24);
}

.landing-impact-card[data-impact-tone="catalogo"] {
  --impact-glow: 182, 247, 71;
}

.landing-impact-card[data-impact-tone="compras"] {
  --impact-glow: 255, 149, 0;
}

.landing-impact-card[data-impact-tone="streaming"] {
  --impact-glow: 78, 161, 255;
}

.landing-impact-card[data-impact-tone="clientes"] {
  --impact-glow: 239, 68, 68;
}

body[data-theme="light"] .landing-impact-card {
  border-color: rgba(17, 24, 39, 0.08);
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.06);
}

body[data-theme="light"] .landing-impact-card::before,
body[data-theme="light"] .landing-impact-card::after {
  display: none;
}

.landing-impact-card-kicker {
  color: rgba(225, 236, 255, 0.72);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body[data-theme="light"] .landing-impact-card-kicker {
  color: #6b7280;
}

.landing-impact-value {
  font-family: "Sora", "Manrope", sans-serif;
  font-size: clamp(2.7rem, 5vw, 4.9rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
  color: #ffffff;
  font-variant-numeric: tabular-nums lining-nums;
  white-space: nowrap;
  text-shadow: 0 10px 28px rgba(4, 9, 24, 0.24);
}

body[data-theme="light"] .landing-impact-value {
  color: #111827;
  text-shadow: none;
}

.landing-impact-label {
  color: rgba(218, 248, 255, 0.82);
  font-size: 0.96rem;
  line-height: 1.45;
  max-width: 16ch;
}

body[data-theme="light"] .landing-impact-label {
  color: #6b7280;
}

.landing-impact-card.is-counted {
  transform: translateY(0);
}

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

  .hero-visual-panel {
    order: -1;
    min-height: 360px;
  }

  .shop-section-showcase .category-tabs.category-tabs-showcase {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .shop-section-showcase .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-impact-head {
    grid-template-columns: 1fr;
  }

  .landing-impact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .landing-impact-card {
    justify-items: start;
    text-align: left;
    padding: 18px 18px 20px;
  }
}

@media (max-width: 780px) {
  .hero-copy.hero-copy-premium {
    padding: 26px 22px 24px;
  }

  .hero-copy-premium h1 {
    max-width: none;
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .hero-metrics-compact {
    display: grid;
    grid-template-columns: 1fr;
  }

  .landing-impact-shell {
    padding: 0;
  }

  .landing-impact-copy h2 {
    font-size: clamp(1.7rem, 8vw, 2.35rem);
  }

  .landing-impact-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .landing-impact-card {
    min-height: auto;
    justify-items: start;
    text-align: left;
    padding: 18px 18px 20px;
    border-radius: 22px;
  }

  .landing-impact-value {
    font-size: clamp(2.5rem, 12vw, 3.8rem);
  }

  .landing-impact-label {
    max-width: 18ch;
  }

  .hero-visual-panel,
  .hero-visual-surface {
    min-height: 310px;
  }

  .hero-visual-card {
    inset: auto 100px 26px 22px;
    min-height: 154px;
    padding: 18px;
  }

  .hero-device--phone {
    width: 124px;
    height: 224px;
    right: 34px;
    top: 34px;
  }

  .hero-floating-brand {
    width: 54px;
    height: 54px;
    border-radius: 18px;
  }

  .hero-floating-brand img {
    width: 34px;
    height: 34px;
  }

  .hero-floating-brand--netflix {
    left: 20px;
    top: 18px;
  }

  .hero-floating-brand--disney {
    left: 88px;
    top: 18px;
  }

  .hero-floating-brand--max {
    left: 156px;
    top: 18px;
  }

  .hero-floating-brand--spotify {
    left: 62px;
    top: 132px;
  }

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

  .shop-section-showcase .shop-surface {
    padding: 22px 18px;
    border-radius: 28px;
  }

  .shop-section-showcase .container {
    gap: 18px;
  }

  .shop-catalog-stage {
    gap: 16px;
    padding-top: 2px;
  }

  .shop-section-showcase .category-tabs.category-tabs-showcase {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .tab-btn {
    min-height: 84px;
    padding: 12px 10px;
  }

  .tab-btn i {
    width: 38px;
    height: 38px;
  }

  .shop-section-showcase .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .shop-section-showcase .product-media {
    height: clamp(220px, 34vw, 300px);
    padding: 0;
  }

  .shop-section-showcase .product-body {
    padding: 14px 2px 6px;
  }

  .shop-section-showcase .product-body h3 {
    font-size: 0.94rem;
  }
}

@media (max-width: 520px) {
  .hero-buttons {
    flex-direction: column;
  }

  .hero-buttons .btn {
    width: 100%;
  }

  .hero-visual-card {
    inset: auto 80px 18px 16px;
  }

  .hero-device--phone {
    width: 110px;
    height: 198px;
    right: 20px;
    top: 30px;
  }

  .hero-service-pill {
    right: 18px;
    bottom: 16px;
    font-size: 0.74rem;
  }

  .shop-section-showcase .category-tabs.category-tabs-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shop-products-head h3 {
    font-size: 1.05rem;
  }
}

@media (max-width: 1180px) {
  .promo-showcase-grid {
    grid-template-columns: 1fr;
  }

  .promo-showcase-side {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .promo-showcase-side {
    grid-template-columns: 1fr;
  }

  .promo-showcase-copy {
    max-width: min(100%, 620px);
  }
}

@media (max-width: 760px) {
  .promo-carousel-head.promo-showcase-head {
    align-items: flex-start;
  }

  .promo-carousel-media.promo-showcase-media {
    min-height: 440px;
    border-radius: 30px;
  }

  .promo-carousel-media.promo-showcase-media::before {
    inset: 14px;
    border-radius: 22px;
  }

  .promo-carousel-copy.promo-showcase-copy {
    left: 22px;
    right: 22px;
    bottom: 22px;
  }

  .promo-carousel-copy.promo-showcase-copy h3 {
    max-width: none;
    font-size: clamp(1.7rem, 6vw, 2.5rem);
  }

  .promo-carousel-copy.promo-showcase-copy p {
    font-size: 0.96rem;
  }

  .promo-showcase-chip {
    padding: 10px 12px;
    font-size: 0.82rem;
  }

  .promo-showcase-chip--top {
    top: 18px;
    right: 18px;
  }

  .promo-showcase-chip--bottom {
    right: 18px;
    bottom: auto;
    top: 66px;
  }

  .promo-showcase-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .promo-carousel-media.promo-showcase-media {
    min-height: 390px;
  }

  .promo-showcase-chip--bottom {
    display: none;
  }

  .promo-showcase-pill {
    width: 100%;
    justify-content: center;
  }

  .promo-showcase-support-actions .btn {
    width: 100%;
    justify-content: center;
  }
}

.main-nav a,
.main-nav .nav-account-link {
  color: var(--text-soft);
  font-weight: 700;
  transition: color 0.2s ease, transform 0.2s ease;
  position: relative;
  background: transparent;
  border: none;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.main-nav a:hover,
.main-nav .nav-account-link:hover {
  color: var(--text);
}

.main-nav a::after,
.main-nav .nav-account-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 2px;
  background: var(--primary);
  transition: width 0.2s ease;
}

.main-nav a:hover::after,
.main-nav .nav-account-link:hover::after {
  width: 100%;
}

.nav-theme-switch {
  position: relative;
  padding: 0;
  background: transparent;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  min-height: 28px;
  flex-shrink: 0;
  transition: transform 0.18s ease;
}

.nav-theme-switch:hover {
  transform: translateY(-1px);
}

.nav-theme-switch:focus-visible {
  outline: none;
}

.nav-theme-switch-track {
  position: relative;
  width: 48px;
  height: 28px;
  padding: 3px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(24, 28, 38, 0.96), rgba(14, 18, 26, 0.96));
  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  transition: background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.nav-theme-switch-track::before,
.nav-theme-switch-track::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 999px;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.nav-theme-switch-track::before {
  left: 7px;
  background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.98), rgba(208, 208, 208, 0.82));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.14),
    0 0 10px rgba(255, 255, 255, 0.12);
  opacity: 0.95;
}

.nav-theme-switch-track::after {
  right: 7px;
  background: radial-gradient(circle at 35% 35%, rgba(210, 218, 231, 0.92), rgba(135, 149, 171, 0.82));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 0 10px rgba(148, 163, 184, 0.12);
  opacity: 0.48;
}

body[data-theme="light"] .nav-theme-switch-track {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 247, 247, 0.96));
  border-color: rgba(17, 17, 17, 0.1);
  box-shadow:
    0 10px 20px rgba(17, 17, 17, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.nav-theme-switch-thumb {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ffffff, #d9d9d9);
  box-shadow:
    0 6px 14px rgba(0, 0, 0, 0.24),
    inset 0 1px 1px rgba(255, 255, 255, 0.44);
  transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.nav-theme-switch:focus-visible .nav-theme-switch-track {
  box-shadow:
    0 0 0 4px rgba(148, 163, 184, 0.16),
    0 12px 24px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.nav-theme-switch.is-light .nav-theme-switch-track {
  border-color: rgba(17, 17, 17, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 248, 248, 0.96));
  box-shadow:
    0 10px 20px rgba(17, 17, 17, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.48);
}

.nav-theme-switch.is-light .nav-theme-switch-thumb {
  transform: translateX(22px);
  background: linear-gradient(180deg, #ffffff, #e2e8f0);
  box-shadow:
    0 6px 14px rgba(17, 17, 17, 0.14),
    inset 0 1px 1px rgba(255, 255, 255, 0.38);
}

.nav-theme-switch.is-light .nav-theme-switch-track::before {
  opacity: 0.36;
  transform: translateY(-50%) scale(0.94);
}

.nav-theme-switch.is-light .nav-theme-switch-track::after {
  opacity: 0.96;
  background: radial-gradient(circle at 35% 35%, rgba(210, 218, 231, 0.96), rgba(148, 163, 184, 0.86));
  box-shadow:
    0 0 0 1px rgba(148, 163, 184, 0.14),
    0 0 12px rgba(148, 163, 184, 0.14);
  transform: translateY(-50%) scale(1.05);
}

.nav-theme-switch:not(.is-light) .nav-theme-switch-track::before {
  opacity: 0.98;
  transform: translateY(-50%) scale(1.05);
}

.nav-theme-switch:not(.is-light) .nav-theme-switch-track::after {
  opacity: 0.42;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mobile-header-menu {
  display: none;
}

.header-actions #logoutBtn {
  order: 1;
}

.header-actions #accountBtn {
  order: 2;
}

.header-actions #cartToggle {
  order: 3;
}

.header-actions #themeToggle {
  order: 4;
}

.theme-toggle#themeToggle {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  border-color: rgba(120, 145, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    linear-gradient(135deg, rgba(93, 120, 255, 0.18), rgba(15, 21, 36, 0.96));
  color: #dce6ff;
  box-shadow:
    0 14px 26px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.theme-toggle#themeToggle i {
  font-size: 0.92rem;
  transition: transform 0.22s ease, color 0.22s ease;
}

.theme-toggle#themeToggle:hover i,
.theme-toggle#themeToggle:focus-visible i {
  transform: rotate(-12deg) scale(1.04);
}

body[data-theme="light"] .theme-toggle#themeToggle {
  border-color: rgba(255, 176, 32, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 248, 222, 0.98), rgba(255, 234, 170, 0.92)),
    rgba(255, 176, 32, 0.08);
  color: #8a5400;
  box-shadow:
    0 14px 24px rgba(214, 124, 33, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.68);
}

.header-actions [data-install-app] {
  order: 5;
}

.header-notification-wrap {
  position: relative;
  order: 0;
}

.notification-shortcut {
  position: relative;
}

.client-notification-wrap {
  position: relative;
}

.client-notification-panel {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: min(380px, calc(100vw - 24px));
  max-height: min(72vh, 560px);
  display: grid;
  gap: 12px;
  padding: 14px;
  border-radius: 20px;
  border: 1px solid var(--border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    linear-gradient(180deg, var(--panel), var(--panel-2));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  overflow: hidden;
  z-index: 80;
}

.client-notification-panel[hidden] {
  display: none !important;
}

.client-notification-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.client-notification-panel-head strong,
.client-notification-panel-head p {
  display: block;
}

.client-notification-panel-head p {
  margin: 4px 0 0;
  color: var(--text-soft);
  font-size: 0.88rem;
}

.notification-panel-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.client-notification-list {
  display: grid;
  gap: 8px;
  max-height: min(58vh, 430px);
  overflow-y: auto;
  padding-right: 2px;
}

.notification-section {
  display: grid;
  gap: 8px;
}

.notification-section-list {
  display: grid;
  gap: 8px;
}

.notification-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 2px;
}

.notification-section-head strong {
  font-size: 0.88rem;
  letter-spacing: 0.01em;
}

.notification-section-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(134, 162, 211, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-soft);
  font-size: 0.74rem;
  font-weight: 700;
}

.notification-item {
  display: grid;
  gap: 6px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
  position: relative;
  overflow: hidden;
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease, opacity 0.18s ease;
}

.notification-item strong {
  line-height: 1.25;
}

.notification-item:hover {
  transform: translateY(-1px);
}

.notification-item.is-unread {
  border-color: rgba(90, 146, 255, 0.28);
  background: linear-gradient(135deg, rgba(70, 126, 235, 0.18), rgba(56, 189, 248, 0.06));
  box-shadow: 0 16px 34px rgba(20, 79, 169, 0.16);
}

.notification-item.is-unread::before {
  content: "";
  position: absolute;
  inset: 10px auto 10px 0;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #76b7ff, #2f6df6);
}

.notification-item.is-read {
  opacity: 0.76;
}

.notification-item.is-archived {
  opacity: 0.72;
}

.notification-item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.notification-state-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 9px;
  border-radius: 999px;
  border: 1px solid rgba(107, 155, 255, 0.18);
  background: rgba(80, 125, 226, 0.16);
  color: #dbe8ff;
  font-size: 0.72rem;
  font-weight: 700;
  white-space: nowrap;
}

.notification-state-badge.is-read {
  background: rgba(255, 255, 255, 0.08);
  color: var(--text-soft);
}

.notification-state-badge.is-viewed {
  border-color: rgba(148, 163, 184, 0.18);
  background: rgba(148, 163, 184, 0.14);
  color: #d7dfed;
}

.notification-state-badge.is-archived {
  border-color: rgba(245, 158, 11, 0.18);
  background: rgba(245, 158, 11, 0.14);
  color: #f7d28b;
}

.notification-item-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.notification-type-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(134, 162, 211, 0.16);
  background: rgba(255, 255, 255, 0.04);
  color: #d9e5f9;
  font-size: 0.72rem;
  font-weight: 700;
  white-space: nowrap;
}

.notification-footnote {
  padding: 4px 2px 0;
  color: var(--text-soft);
  font-size: 0.82rem;
}

.notification-item p,
.notification-item small {
  color: var(--text-soft);
}

.notification-item.is-unread strong {
  color: #f8fbff;
}

.notification-count-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  background: #e50914;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1;
  border: 2px solid var(--panel);
}

.account-empty-state {
  padding: 18px 14px;
  border-radius: 18px;
  border: 1px dashed var(--border);
  background: rgba(255, 255, 255, 0.02);
  text-align: center;
  color: var(--text-soft);
}

body[data-theme="light"] .account-empty-state {
  background: rgba(17, 17, 17, 0.02);
}

.account-empty-state.small {
  padding: 16px 14px;
}

body[data-theme="light"] .notification-item {
  background: rgba(17, 17, 17, 0.02);
  border-color: rgba(17, 17, 17, 0.06);
}

body[data-theme="light"] .notification-item.is-unread {
  background: linear-gradient(135deg, rgba(63, 106, 181, 0.12), rgba(148, 180, 226, 0.09));
  border-color: rgba(63, 106, 181, 0.16);
}

body[data-theme="light"] .notification-item.is-unread strong {
  color: #0f172a;
}

body[data-theme="light"] .notification-section-count,
body[data-theme="light"] .notification-type-pill {
  border-color: rgba(95, 117, 152, 0.16);
  background: rgba(241, 245, 251, 0.92);
  color: #4c6486;
}

body[data-theme="light"] .notification-state-badge {
  border-color: rgba(63, 106, 181, 0.18);
  background: rgba(63, 106, 181, 0.12);
  color: #36527e;
}

body[data-theme="light"] .notification-state-badge.is-viewed {
  border-color: rgba(148, 163, 184, 0.22);
  background: rgba(226, 232, 240, 0.88);
  color: #506078;
}

body[data-theme="light"] .notification-state-badge.is-archived {
  border-color: rgba(245, 158, 11, 0.2);
  background: rgba(254, 243, 199, 0.9);
  color: #9a5d00;
}

body[data-theme="light"] .client-notification-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 255, 0.92)),
    linear-gradient(180deg, var(--panel), var(--panel-2));
}

@media (max-width: 720px) {
  .client-notification-panel {
    position: fixed;
    top: 76px;
    right: 12px;
    left: 12px;
    width: auto;
    max-height: min(70vh, 520px);
  }
}

.theme-toggle,
.cart-toggle,
.menu-toggle,
.admin-access {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--panel);
  color: var(--text);
  border: 1px solid var(--border);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow);
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
  flex-shrink: 0;
}

.theme-toggle:hover,
.cart-toggle:hover,
.menu-toggle:hover,
.admin-access:hover {
  transform: translateY(-1px);
  border-color: rgba(var(--soft-accent-rgb), 0.35);
}

.cart-toggle {
  position: relative;
}

.cart-count {
  position: absolute;
  top: -6px;
  right: -5px;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mobile-bottom-nav {
  display: none;
}

.menu-toggle {
  display: none;
}

/* HERO */
.hero {
  padding: 56px 0 30px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: center;
}

.hero-content,
.hero-card {
  background: linear-gradient(180deg, var(--panel), var(--panel-2));
  border: 1px solid var(--border);
  border-radius: 26px;
  box-shadow: var(--shadow);
}

.hero-content {
  padding: 34px;
}

.hero-badge {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(var(--soft-accent-rgb), 0.14);
  color: var(--soft-accent);
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 16px;
}

body[data-theme="light"] .hero-badge {
  color: var(--soft-accent-strong);
  background: rgba(var(--soft-accent-rgb), 0.08);
}

.hero h1 {
  font-size: clamp(2rem, 5vw, 3.6rem);
  line-height: 1.05;
  margin-bottom: 14px;
}

.hero p {
  color: var(--text-soft);
  max-width: 650px;
  font-size: 1rem;
}

.hero-buttons {
  margin-top: 24px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-info {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.hero-info-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 16px;
  min-height: 84px;
  backdrop-filter: blur(6px);
}

body[data-theme="light"] .hero-info-card {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(17, 17, 17, 0.06);
}

.hero-info-card strong {
  display: block;
  margin-bottom: 4px;
}

.hero-info-card span {
  color: var(--text-soft);
  font-size: 0.92rem;
}

.hero-card {
  padding: 30px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.hero-logo {
  width: 180px;
  height: 180px;
  object-fit: contain;
  margin-bottom: 18px;
}

.hero-card h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.hero-card p {
  color: var(--text-soft);
  max-width: 420px;
}

/* HERO SLIDER */
.hero.hero-slider {
  --hero-bg-start: #08164f;
  --hero-bg-mid: #0d2374;
  --hero-bg-end: #09143f;
  --hero-bg-halo-a: rgba(92, 133, 255, 0.34);
  --hero-bg-halo-b: rgba(37, 196, 255, 0.16);
  --hero-bg-halo-c: rgba(7, 95, 255, 0.24);
  --hero-grid-line: rgba(176, 210, 255, 0.08);
  --hero-grid-line-strong: rgba(176, 210, 255, 0.16);
  --hero-popcorn-core: rgba(255, 244, 213, 0.96);
  --hero-popcorn-rim: rgba(255, 214, 118, 0.92);
  --hero-popcorn-shadow: rgba(6, 18, 72, 0.4);
  --hero-popcorn-edge: rgba(255, 213, 110, 0.34);
  position: relative;
  min-height: clamp(560px, 72vh, 760px);
  padding: 0;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
  background:
    radial-gradient(circle at 12% 18%, var(--hero-bg-halo-a), transparent 28%),
    radial-gradient(circle at 84% 14%, var(--hero-bg-halo-b), transparent 22%),
    radial-gradient(circle at 50% 82%, var(--hero-bg-halo-c), transparent 34%),
    linear-gradient(135deg, var(--hero-bg-start) 0%, var(--hero-bg-mid) 46%, var(--hero-bg-end) 100%);
}

body[data-theme="light"] .hero.hero-slider {
  --hero-bg-start: #edf4ff;
  --hero-bg-mid: #d6e5ff;
  --hero-bg-end: #f8fbff;
  --hero-bg-halo-a: rgba(69, 120, 255, 0.34);
  --hero-bg-halo-b: rgba(61, 198, 255, 0.22);
  --hero-bg-halo-c: rgba(84, 129, 255, 0.24);
  --hero-grid-line: rgba(66, 116, 203, 0.12);
  --hero-grid-line-strong: rgba(66, 116, 203, 0.22);
  --hero-popcorn-core: rgba(255, 248, 228, 0.98);
  --hero-popcorn-rim: rgba(244, 196, 97, 0.96);
  --hero-popcorn-shadow: rgba(84, 118, 182, 0.3);
  --hero-popcorn-edge: rgba(211, 163, 56, 0.38);
}

.hero-slider-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 56%);
}

.hero-slider-bg::before,
.hero-slider-bg::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero-slider-bg::before {
  top: -18%;
  left: -8%;
  width: 58%;
  height: 76%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 28% 34%, rgba(255, 255, 255, 0.12) 0%, transparent 54%),
    linear-gradient(140deg, rgba(255, 255, 255, 0.08) 0%, transparent 68%);
  transform: rotate(-10deg);
  opacity: 0.68;
}

.hero-slider-bg::after {
  right: -12%;
  bottom: -20%;
  width: 44%;
  height: 58%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 72%);
  filter: blur(8px);
  opacity: 0.52;
}

body[data-theme="light"] .hero-slider-bg {
  background:
    radial-gradient(circle at 16% 10%, rgba(255, 255, 255, 0.7), transparent 24%),
    radial-gradient(circle at 82% 14%, rgba(120, 172, 255, 0.24), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), transparent 56%);
}

body[data-theme="light"] .hero-slider-bg::before {
  top: -12%;
  left: -10%;
  width: 66%;
  height: 84%;
  background:
    radial-gradient(circle at 26% 28%, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.14) 42%, transparent 68%),
    linear-gradient(132deg, rgba(107, 155, 255, 0.24) 0%, rgba(107, 155, 255, 0.08) 38%, transparent 76%);
  opacity: 0.9;
}

body[data-theme="light"] .hero-slider-bg::after {
  right: -8%;
  bottom: -18%;
  width: 48%;
  height: 60%;
  background: radial-gradient(circle, rgba(78, 161, 255, 0.28) 0%, rgba(255, 255, 255, 0.16) 42%, transparent 74%);
  opacity: 0.84;
}

.hero-ambient-orb,
.hero-grid-texture,
.hero-popcorn-field {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-ambient-orb {
  border-radius: 999px;
  filter: blur(24px);
  mix-blend-mode: screen;
  opacity: 0.72;
}

body[data-theme="light"] .hero-ambient-orb {
  mix-blend-mode: multiply;
  opacity: 0.42;
}

.hero-ambient-orb--left {
  top: -140px;
  left: -110px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(122, 181, 255, 0.32) 0%, transparent 72%);
  animation: heroOrbPulse 16s ease-in-out infinite;
}

.hero-ambient-orb--right {
  top: 8%;
  right: -120px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(38, 231, 255, 0.26) 0%, transparent 72%);
  animation: heroOrbPulse 18s ease-in-out infinite reverse;
}

.hero-ambient-orb--bottom {
  inset: auto auto -140px 18%;
  width: 420px;
  height: 260px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.12) 0%, transparent 74%);
  animation: heroOrbPulse 14s ease-in-out infinite;
}

.hero-grid-texture {
  background:
    repeating-linear-gradient(90deg, var(--hero-grid-line) 0 1px, transparent 1px 70px),
    repeating-linear-gradient(0deg, var(--hero-grid-line) 0 1px, transparent 1px 70px);
  opacity: 0.4;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.92) 28%, rgba(0, 0, 0, 0.4) 100%);
}

body[data-theme="light"] .hero-grid-texture {
  opacity: 0.56;
}

.hero-grid-texture::after {
  content: "";
  position: absolute;
  inset: -24% -10%;
  background: linear-gradient(112deg, transparent 18%, var(--hero-grid-line-strong) 50%, transparent 76%);
  opacity: 0.4;
  animation: heroSheenSweep 14s linear infinite;
}

.hero-popcorn-field {
  inset: 0;
  z-index: 2;
  overflow: visible;
}

.hero-popcorn-field::before,
.hero-popcorn-field::after {
  content: "";
  position: absolute;
  bottom: -120px;
  width: 42%;
  height: 220px;
  border-radius: 999px;
  filter: blur(18px);
  opacity: 0.45;
}

.hero-popcorn-field::before {
  left: -4%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.16) 0%, transparent 72%);
}

.hero-popcorn-field::after {
  right: -6%;
  background: radial-gradient(circle, rgba(90, 134, 255, 0.18) 0%, transparent 72%);
}

body[data-theme="light"] .hero-popcorn-field::before {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.52) 0%, transparent 72%);
}

body[data-theme="light"] .hero-popcorn-field::after {
  background: radial-gradient(circle, rgba(93, 132, 226, 0.2) 0%, transparent 72%);
}

.hero-popcorn {
  --pop-left: 10%;
  --pop-size: 22px;
  --pop-duration: 15s;
  --pop-delay: 0s;
  --pop-drift-start: -8px;
  --pop-drift-end: 16px;
  position: absolute;
  left: var(--pop-left);
  bottom: -42px;
  width: var(--pop-size);
  height: calc(var(--pop-size) * 0.84);
  opacity: 0;
  filter: drop-shadow(0 10px 18px var(--hero-popcorn-shadow));
  animation: heroPopcornRise var(--pop-duration) linear infinite;
  animation-delay: var(--pop-delay);
  will-change: transform, opacity;
}

.hero-popcorn,
.hero-popcorn::before,
.hero-popcorn::after {
  background: linear-gradient(180deg, var(--hero-popcorn-core) 0%, rgba(255, 255, 255, 0.98) 54%, var(--hero-popcorn-rim) 100%);
  border-radius: 52% 48% 44% 56% / 42% 40% 60% 58%;
  box-shadow:
    inset 0 -2px 0 var(--hero-popcorn-edge),
    0 0 0 1px rgba(255, 255, 255, 0.2);
}

body[data-theme="light"] .hero-popcorn {
  filter:
    drop-shadow(0 14px 22px rgba(82, 120, 214, 0.2))
    drop-shadow(0 2px 0 rgba(255, 255, 255, 0.58));
}

.hero-popcorn::before,
.hero-popcorn::after {
  content: "";
  position: absolute;
  width: 76%;
  height: 76%;
}

.hero-popcorn::before {
  top: -16%;
  left: -28%;
  transform: rotate(-18deg);
}

.hero-popcorn::after {
  top: 4%;
  right: -24%;
  transform: rotate(18deg);
}

.hero-popcorn--1 {
  --pop-left: 2%;
  --pop-size: 22px;
  --pop-duration: 13.6s;
  --pop-delay: -11s;
  --pop-drift-start: -10px;
  --pop-drift-end: 14px;
}

.hero-popcorn--2 {
  --pop-left: 6%;
  --pop-size: 28px;
  --pop-duration: 16.4s;
  --pop-delay: -4.8s;
  --pop-drift-start: 8px;
  --pop-drift-end: -12px;
}

.hero-popcorn--3 {
  --pop-left: 10%;
  --pop-size: 24px;
  --pop-duration: 14.2s;
  --pop-delay: -8.2s;
  --pop-drift-start: -6px;
  --pop-drift-end: 22px;
}

.hero-popcorn--4 {
  --pop-left: 14%;
  --pop-size: 30px;
  --pop-duration: 17.4s;
  --pop-delay: -13.6s;
  --pop-drift-start: 10px;
  --pop-drift-end: -16px;
}

.hero-popcorn--5 {
  --pop-left: 18%;
  --pop-size: 22px;
  --pop-duration: 12.8s;
  --pop-delay: -3.4s;
  --pop-drift-start: -12px;
  --pop-drift-end: 18px;
}

.hero-popcorn--6 {
  --pop-left: 82%;
  --pop-size: 24px;
  --pop-duration: 15.8s;
  --pop-delay: -9.8s;
  --pop-drift-start: 12px;
  --pop-drift-end: -10px;
}

.hero-popcorn--7 {
  --pop-left: 87%;
  --pop-size: 22px;
  --pop-duration: 14.6s;
  --pop-delay: -6.4s;
  --pop-drift-start: -8px;
  --pop-drift-end: 20px;
}

.hero-popcorn--8 {
  --pop-left: 91%;
  --pop-size: 28px;
  --pop-duration: 17.2s;
  --pop-delay: -12.8s;
  --pop-drift-start: 10px;
  --pop-drift-end: -14px;
}

.hero-popcorn--9 {
  --pop-left: 95%;
  --pop-size: 20px;
  --pop-duration: 13.4s;
  --pop-delay: -2.6s;
  --pop-drift-start: -10px;
  --pop-drift-end: 12px;
}

.hero-popcorn--10 {
  --pop-left: 98%;
  --pop-size: 26px;
  --pop-duration: 16.8s;
  --pop-delay: -7.2s;
  --pop-drift-start: 8px;
  --pop-drift-end: -18px;
}

.hero-slides-track {
  position: absolute;
  inset: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
  pointer-events: none;
}

.hero-slide.active {
  opacity: 1;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.08);
  filter: saturate(0.94) contrast(1.02) brightness(0.82);
  transition: transform 6.4s ease, filter 0.9s ease;
}

.hero-slide.active img {
  transform: scale(1);
  filter: saturate(1) contrast(1.04) brightness(1);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 8, 28, 0.08) 0%, rgba(4, 8, 28, 0.16) 52%, rgba(4, 8, 28, 0.34) 100%),
    linear-gradient(90deg, rgba(4, 8, 28, 0.18) 0%, rgba(4, 8, 28, 0.06) 42%, rgba(4, 8, 28, 0.08) 100%);
  z-index: 1;
}

body[data-theme="light"] .hero-overlay {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.1) 55%, rgba(223, 235, 255, 0.26) 100%),
    linear-gradient(90deg, rgba(246, 247, 251, 0.42) 0%, rgba(246, 247, 251, 0.14) 42%, rgba(246, 247, 251, 0.04) 100%);
}

.hero-slider-content {
  position: relative;
  z-index: 2;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 60px;
}

.hero.hero-slider.hero-compact-banner {
  min-height: clamp(360px, 48vw, 500px);
}

.hero.hero-slider.hero-compact-banner .hero-slider-content.hero-banner-content {
  padding-top: 68px;
  padding-bottom: 34px;
}

.hero-banner-card {
  position: relative;
  width: 100%;
  min-height: 320px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 26px;
  align-items: center;
  padding: 24px 26px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 16% 18%, rgba(109, 135, 214, 0.18), transparent 24%),
    radial-gradient(circle at 84% 18%, rgba(240, 128, 72, 0.18), transparent 24%),
    linear-gradient(120deg, rgba(11, 17, 29, 0.95) 0%, rgba(22, 30, 49, 0.96) 58%, rgba(58, 43, 34, 0.9) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 58px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

body[data-theme="light"] .hero-banner-card {
  background:
    radial-gradient(circle at 16% 18%, rgba(109, 135, 210, 0.16), transparent 24%),
    radial-gradient(circle at 84% 18%, rgba(238, 126, 72, 0.14), transparent 24%),
    linear-gradient(120deg, rgba(255, 251, 246, 0.99) 0%, rgba(245, 238, 230, 0.99) 58%, rgba(238, 231, 224, 0.99) 100%);
  border-color: rgba(119, 128, 152, 0.14);
  box-shadow: 0 24px 48px rgba(97, 105, 126, 0.14);
}

.hero-banner-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 100%);
  background-size: 22px 22px;
  opacity: 0.14;
  pointer-events: none;
}

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

.hero-banner-copy {
  max-width: 440px;
  padding: 12px 10px 12px 12px;
}

.hero-banner-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #dce6ff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

body[data-theme="light"] .hero-banner-kicker {
  background: rgba(255, 255, 255, 0.76);
  border-color: rgba(84, 114, 184, 0.14);
  color: #2a457f;
}

.hero-banner-copy h1 {
  max-width: 8.8ch;
  font-size: clamp(2.45rem, 5vw, 4.15rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  margin-bottom: 18px;
  text-shadow: 0 16px 32px rgba(0, 0, 0, 0.24);
}

.hero-banner-copy p {
  max-width: 36ch;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.98rem;
  line-height: 1.55;
}

body[data-theme="light"] .hero-banner-copy p {
  color: #455574;
}

.hero-banner-actions {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-banner-actions .btn {
  min-height: 52px;
  border-radius: 16px;
  padding-inline: 18px;
}

.hero-banner-visual {
  min-height: 270px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 18% 12%, rgba(101, 128, 210, 0.14), transparent 24%),
    radial-gradient(circle at 86% 18%, rgba(244, 135, 77, 0.2), transparent 28%),
    linear-gradient(120deg, rgba(13, 19, 33, 0.94), rgba(24, 30, 47, 0.96) 54%, rgba(63, 45, 35, 0.88) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  overflow: hidden;
}

body[data-theme="light"] .hero-banner-visual {
  background:
    radial-gradient(circle at 18% 12%, rgba(106, 131, 205, 0.14), transparent 24%),
    radial-gradient(circle at 86% 18%, rgba(241, 132, 77, 0.14), transparent 28%),
    linear-gradient(120deg, rgba(47, 56, 88, 0.92), rgba(73, 78, 108, 0.9) 54%, rgba(117, 88, 65, 0.86) 100%);
}

.hero-banner-app {
  position: absolute;
  width: 58px;
  height: 58px;
  border-radius: 20px;
  background: rgba(9, 14, 24, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hero-banner-app img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.hero-banner-app--netflix {
  left: 18px;
  top: 26px;
  transform: rotate(-8deg);
}

.hero-banner-app--disney {
  left: 94px;
  top: 32px;
}

.hero-banner-app--max {
  left: 170px;
  top: 26px;
}

.hero-banner-app--spotify {
  left: 86px;
  top: 132px;
}

.hero-banner-panel {
  position: absolute;
  left: 18px;
  bottom: 46px;
  width: min(100%, 54%);
  min-height: 160px;
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 22px 24px;
  border-radius: 26px;
  background: rgba(18, 24, 37, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.18);
}

.hero-banner-panel-line {
  width: 92px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.26);
}

.hero-banner-panel-kicker {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-banner-panel strong {
  max-width: 10ch;
  font-size: clamp(1.4rem, 2.2vw, 2.15rem);
  line-height: 0.98;
}

.hero-banner-hoodie {
  position: absolute;
  left: 48%;
  top: 62px;
  width: 122px;
  height: 158px;
  transform: translateX(-50%);
}

.hero-banner-hoodie-cap {
  position: absolute;
  top: 0;
  left: 27px;
  width: 68px;
  height: 54px;
  border-radius: 38px 38px 30px 30px;
  background: linear-gradient(180deg, #ead9c9, #d5c0ae);
  box-shadow: inset 0 -6px 10px rgba(0, 0, 0, 0.08);
}

.hero-banner-hoodie-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 128px;
  border-radius: 28px 28px 20px 20px;
  background:
    linear-gradient(90deg, #151b26 0 34%, #6f7178 34% 66%, #1f2432 66% 100%);
  box-shadow: 0 20px 32px rgba(0, 0, 0, 0.18);
}

.hero-banner-hoodie-body::before,
.hero-banner-hoodie-body::after {
  content: "";
  position: absolute;
  top: 16px;
  width: 18px;
  height: 64px;
  border-radius: 20px;
  background: linear-gradient(180deg, #1b212e, #101722);
}

.hero-banner-hoodie-body::before {
  left: -6px;
  transform: rotate(18deg);
}

.hero-banner-hoodie-body::after {
  right: -6px;
  transform: rotate(-18deg);
}

.hero-banner-phone {
  position: absolute;
  right: 58px;
  top: 44px;
  width: 146px;
  height: 242px;
  border-radius: 34px;
  background: linear-gradient(160deg, #6e7789, #232b39 58%, #0e1421);
  box-shadow: 0 30px 52px rgba(0, 0, 0, 0.26);
  transform: rotate(13deg);
}

.hero-banner-phone::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 22%),
    linear-gradient(180deg, #181d2a 0%, #0f1521 100%);
}

.hero-banner-phone-camera {
  position: absolute;
  top: 18px;
  left: 16px;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: rgba(18, 22, 33, 0.82);
  z-index: 2;
}

.hero-banner-phone-camera::before,
.hero-banner-phone-camera::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, #d0d8e9 0%, #7f889a 48%, #131826 100%);
}

.hero-banner-phone-camera::before {
  width: 16px;
  height: 16px;
  left: 10px;
  top: 10px;
}

.hero-banner-phone-camera::after {
  width: 16px;
  height: 16px;
  right: 10px;
  bottom: 10px;
}

.hero-banner-phone-widget {
  position: absolute;
  left: 34px;
  right: 34px;
  top: 96px;
  height: 80px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(111, 92, 245, 0.96), rgba(55, 215, 178, 0.54));
  z-index: 2;
}

.hero-banner-phone-line {
  position: absolute;
  left: 34px;
  right: 34px;
  height: 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  z-index: 2;
}

.hero-banner-phone-line--one {
  top: 190px;
}

.hero-banner-phone-line--two {
  top: 214px;
}

.hero-banner-support-pill {
  position: absolute;
  right: 26px;
  bottom: 18px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(37, 211, 102, 0.96);
  color: #fff;
  font-size: 0.84rem;
  font-weight: 700;
  box-shadow: 0 20px 38px rgba(37, 211, 102, 0.24);
}

.hero.hero-slider.hero-gallery-section {
  min-height: auto;
  padding: 18px 0 10px;
  background: transparent;
  border-bottom: none;
}

.hero.hero-slider.hero-gallery-section .hero-slider-bg {
  display: none;
}

.hero.hero-slider.hero-gallery-section .hero-popcorn-field {
  display: none;
}

.hero.hero-slider.hero-gallery-section .container.hero-gallery-content {
  width: min(100% - 32px, 1480px);
  max-width: 1480px;
  margin: 0;
}

.hero.hero-slider.hero-gallery-section .hero-slider-content.hero-gallery-content {
  padding-top: 0;
  padding-bottom: 0;
  margin-inline: auto;
}

.hero-gallery-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top right, rgba(109, 135, 214, 0.14), transparent 28%),
    radial-gradient(circle at bottom left, rgba(239, 64, 43, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(9, 13, 20, 0.98), rgba(6, 9, 15, 0.98));
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.22);
  isolation: isolate;
}

body[data-theme="light"] .hero-gallery-card {
  border-color: rgba(119, 128, 152, 0.14);
  background:
    radial-gradient(circle at top right, rgba(109, 135, 214, 0.12), transparent 28%),
    radial-gradient(circle at bottom left, rgba(239, 64, 43, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 240, 233, 0.99));
  box-shadow: 0 22px 48px rgba(97, 105, 126, 0.14);
}

.hero-gallery-card::before,
.hero-gallery-card::after {
  content: "";
  position: absolute;
  inset: auto;
  z-index: 1;
  pointer-events: none;
}

.hero-gallery-card::before {
  top: -18%;
  right: -8%;
  width: 34%;
  height: 66%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(93, 154, 255, 0.34), transparent 72%);
  mix-blend-mode: screen;
  opacity: 0.7;
  animation: heroGalleryAuraFloat 10s ease-in-out infinite;
}

.hero-gallery-card::after {
  left: 10%;
  bottom: -22%;
  width: 38%;
  height: 52%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(var(--soft-accent-rgb), 0.22), transparent 72%);
  filter: blur(18px);
  opacity: 0.7;
  animation: heroGalleryAuraFloat 12s ease-in-out infinite reverse;
}

.hero-gallery-track {
  display: flex;
  width: 100%;
  transition: transform 0.82s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.hero-gallery-slide {
  position: relative;
  flex: 0 0 100%;
  min-width: 100%;
  aspect-ratio: 16 / 3.95;
  min-height: clamp(250px, 25vw, 340px);
  overflow: hidden;
}

.hero-gallery-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(5, 8, 15, 0.04) 0%, rgba(5, 8, 15, 0.12) 100%);
  pointer-events: none;
}

body[data-theme="light"] .hero-gallery-slide::before {
  background:
    linear-gradient(180deg, rgba(33, 41, 56, 0.02) 0%, rgba(33, 41, 56, 0.08) 100%);
}

.hero-gallery-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(100deg, rgba(255, 255, 255, 0) 12%, rgba(255, 255, 255, 0.14) 32%, rgba(255, 255, 255, 0) 52%),
    linear-gradient(180deg, rgba(5, 8, 22, 0.03) 0%, rgba(5, 8, 22, 0.08) 50%, rgba(5, 8, 22, 0.14) 100%);
  opacity: 0;
  transform: translateX(-16%);
  transition: opacity 320ms ease;
}

.hero-gallery-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.025);
  filter: saturate(0.98) contrast(1.02) brightness(0.88);
  transition: filter 520ms ease, transform 520ms ease;
  will-change: transform, filter;
}

body[data-theme="light"] .hero-gallery-slide img {
  filter: saturate(1.02) contrast(1.02) brightness(0.97);
}

body[data-theme="light"] .hero-gallery-slide.is-active img {
  filter: saturate(1.08) contrast(1.03) brightness(1);
}

@media (min-width: 1121px) {
  .hero-gallery-card {
    min-height: clamp(240px, 20vw, 300px);
    padding: 0;
  }

  .hero-gallery-slide {
    aspect-ratio: auto;
    min-height: clamp(240px, 20vw, 300px);
  }

  .hero-gallery-progress {
    right: 32px;
    bottom: 22px;
    width: 160px;
  }

  .hero-gallery-arrow--prev {
    left: 18px;
  }

  .hero-gallery-arrow--next {
    right: 18px;
  }
}

.hero-gallery-slide.is-active img {
  filter: saturate(1.06) contrast(1.04) brightness(1);
  animation: heroGalleryKenBurns var(--hero-gallery-progress-duration, 5000ms) linear both;
}

.hero-gallery-slide.is-active::after {
  opacity: 1;
  animation: heroGallerySheen var(--hero-gallery-progress-duration, 5000ms) ease-out both;
}

.hero-gallery-shade {
  display: none;
}

.hero-gallery-progress {
  position: absolute;
  right: 28px;
  bottom: 22px;
  z-index: 4;
  width: min(170px, calc(100% - 120px));
  height: 4px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
}

.hero-gallery-progress-fill {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(229, 9, 20, 0.96), rgba(89, 165, 255, 0.96));
  box-shadow: 0 0 18px rgba(89, 165, 255, 0.32);
}

.hero-gallery-progress-fill.is-running {
  animation: heroGalleryProgress var(--hero-gallery-progress-duration, 5000ms) linear forwards;
}

.hero-gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 999px;
  background: rgba(10, 16, 34, 0.24);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 1.05rem;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

body[data-theme="light"] .hero-gallery-arrow {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(84, 114, 184, 0.14);
  color: #1f2e5f;
}

.hero-gallery-arrow:hover,
.hero-gallery-arrow:focus-visible {
  background: rgba(10, 16, 34, 0.34);
  border-color: rgba(255, 255, 255, 0.16);
  transform: translateY(-50%) scale(1.04);
}

body[data-theme="light"] .hero-gallery-arrow:hover,
body[data-theme="light"] .hero-gallery-arrow:focus-visible {
  background: rgba(255, 255, 255, 0.5);
}

.hero-gallery-arrow--prev {
  left: 18px;
}

.hero-gallery-arrow--next {
  right: 18px;
}

@keyframes heroGalleryKenBurns {
  0% {
    transform: scale(1.08) translate3d(0, 0, 0);
  }
  100% {
    transform: scale(1.01) translate3d(-1.2%, 0, 0);
  }
}

@keyframes heroGalleryProgress {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes heroGalleryAuraFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0, -12px, 0) scale(1.06);
  }
}

@keyframes heroGallerySheen {
  0% {
    opacity: 0;
    transform: translateX(-18%);
  }
  18% {
    opacity: 0.92;
  }
  72% {
    opacity: 0.46;
  }
  100% {
    opacity: 0.18;
    transform: translateX(18%);
  }
}

.home-promo-strip {
  position: relative;
  padding: 22px 0 8px;
}

.home-promo-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.76fr) minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
  padding: 18px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top right, rgba(78, 161, 255, 0.12), transparent 28%),
    radial-gradient(circle at bottom left, rgba(var(--soft-accent-rgb), 0.12), transparent 34%),
    linear-gradient(135deg, rgba(11, 16, 30, 0.96), rgba(10, 15, 28, 0.92));
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.2);
}

body[data-theme="light"] .home-promo-card {
  border-color: rgba(17, 17, 17, 0.08);
  background:
    radial-gradient(circle at top right, rgba(78, 161, 255, 0.14), transparent 28%),
    radial-gradient(circle at bottom left, rgba(var(--soft-accent-rgb), 0.08), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(245, 248, 255, 0.94));
  box-shadow: 0 20px 44px rgba(73, 102, 160, 0.12);
}

.home-promo-media {
  position: relative;
  min-height: 220px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

body[data-theme="light"] .home-promo-media {
  border-color: rgba(84, 114, 184, 0.14);
  background: rgba(84, 114, 184, 0.06);
}

.home-promo-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.home-promo-copy {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 8px 2px;
}

.home-promo-badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(var(--soft-accent-rgb), 0.14);
  color: var(--soft-accent);
  border: 1px solid rgba(var(--soft-accent-rgb), 0.18);
  font-size: 0.82rem;
  font-weight: 700;
}

body[data-theme="light"] .home-promo-badge {
  color: var(--soft-accent-strong);
  background: rgba(var(--soft-accent-rgb), 0.08);
  border-color: rgba(var(--soft-accent-rgb), 0.14);
}

.home-promo-copy h2 {
  font-size: clamp(1.55rem, 3.2vw, 2.35rem);
  line-height: 1.04;
}

.home-promo-copy p {
  max-width: 52ch;
  color: var(--text-soft);
  font-size: 1rem;
  line-height: 1.6;
}

.home-promo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 1120px) {
  .hero-banner-card {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-banner-copy {
    max-width: none;
    padding: 8px 6px 0;
  }

  .hero-banner-copy h1 {
    max-width: 10ch;
  }

  .hero-banner-visual {
    min-height: 290px;
  }

  .hero.hero-slider.hero-gallery-section {
    min-height: auto;
  }

  .hero-gallery-card {
    border-radius: 30px;
  }

  .hero-gallery-slide {
    aspect-ratio: 16 / 4.8;
    min-height: 280px;
  }

  .hero.hero-slider.hero-gallery-section .hero-slider-content.hero-gallery-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-promo-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .hero.hero-slider.hero-compact-banner {
    min-height: auto;
  }

  .hero.hero-slider.hero-compact-banner .hero-slider-content.hero-banner-content {
    padding-top: 58px;
    padding-bottom: 22px;
  }

  .hero-banner-card {
    padding: 18px;
    border-radius: 26px;
    gap: 18px;
  }

  .hero-banner-kicker {
    min-height: 34px;
    padding-inline: 14px;
    font-size: 0.72rem;
    margin-bottom: 14px;
  }

  .hero-banner-copy h1 {
    max-width: none;
    font-size: clamp(1.8rem, 8vw, 2.7rem);
    margin-bottom: 14px;
  }

  .hero-banner-copy p {
    font-size: 0.92rem;
  }

  .hero-banner-actions {
    flex-direction: column;
  }

  .hero-banner-actions .btn {
    width: 100%;
  }

  .hero-banner-visual {
    min-height: 250px;
    border-radius: 24px;
  }

  .hero-banner-app {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .hero-banner-app img {
    width: 30px;
    height: 30px;
  }

  .hero-banner-app--netflix {
    left: 14px;
    top: 16px;
  }

  .hero.hero-slider.hero-gallery-section .hero-slider-content.hero-gallery-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero.hero-slider.hero-gallery-section {
    padding: 12px 0 6px;
  }

  .hero.hero-slider.hero-gallery-section .container.hero-gallery-content {
    width: min(100% - 24px, 1480px);
  }

  .home-promo-strip {
    padding-top: 18px;
  }

  .home-promo-card {
    gap: 18px;
    padding: 14px;
    border-radius: 24px;
  }

  .home-promo-media {
    min-height: 190px;
    border-radius: 20px;
  }

  .hero-gallery-card {
    border-radius: 26px;
  }

  .hero-gallery-card::before {
    width: 44%;
    height: 52%;
    top: -12%;
    right: -14%;
    opacity: 0.46;
  }

  .hero-gallery-card::after {
    width: 44%;
    height: 40%;
    left: -2%;
    bottom: -16%;
    opacity: 0.34;
    filter: blur(14px);
  }

  .hero-gallery-slide {
    aspect-ratio: auto;
    min-height: 300px;
  }

  .hero-gallery-slide::after {
    background:
      linear-gradient(180deg, rgba(5, 8, 22, 0.02) 0%, rgba(5, 8, 22, 0.12) 54%, rgba(5, 8, 22, 0.28) 100%);
  }

  .hero-gallery-arrow {
    width: 42px;
    height: 42px;
    font-size: 0.92rem;
  }

  .hero-gallery-progress {
    top: 14px;
    right: 14px;
    bottom: auto;
    width: 94px;
    height: 3px;
  }

  .hero-gallery-arrow--prev {
    left: 10px;
  }

  .hero-gallery-arrow--next {
    right: 10px;
  }

  .hero-banner-app--disney {
    left: 72px;
    top: 18px;
  }

  .hero-banner-app--max {
    left: 130px;
    top: 14px;
  }

  .hero-banner-app--spotify {
    left: 66px;
    top: 104px;
  }

  .hero-banner-panel {
    left: 14px;
    bottom: 40px;
    width: min(100%, 56%);
    min-height: 132px;
    padding: 16px 18px;
    border-radius: 22px;
  }

  .hero-banner-panel strong {
    font-size: 1.5rem;
  }

  .hero-banner-hoodie {
    left: 48%;
    top: 60px;
    width: 92px;
    height: 124px;
  }

  .hero-banner-hoodie-cap {
    left: 20px;
    width: 52px;
    height: 40px;
  }

  .hero-banner-hoodie-body {
    height: 98px;
  }

  .hero-banner-phone {
    right: 24px;
    top: 38px;
    width: 112px;
    height: 186px;
    border-radius: 28px;
  }

  .hero-banner-phone-camera {
    top: 14px;
    left: 12px;
    width: 42px;
    height: 42px;
  }

  .hero-banner-phone-widget {
    left: 24px;
    right: 24px;
    top: 74px;
    height: 60px;
    border-radius: 14px;
  }

  .hero-banner-phone-line {
    left: 24px;
    right: 24px;
    height: 12px;
  }

  .hero-banner-phone-line--one {
    top: 146px;
  }

  .hero-banner-phone-line--two {
    top: 164px;
  }

  .hero-banner-support-pill {
    right: 16px;
    bottom: 14px;
    min-height: 36px;
    padding: 0 12px;
    font-size: 0.74rem;
  }
}

@media (max-width: 520px) {
  .hero-banner-visual {
    min-height: 220px;
  }

  .hero-banner-panel {
    width: min(100%, 60%);
  }

  .hero-banner-hoodie {
    left: 49%;
    top: 66px;
    width: 78px;
    height: 104px;
  }

  .hero-banner-phone {
    right: 14px;
    width: 96px;
    height: 160px;
  }

  .hero-banner-support-pill {
    font-size: 0.68rem;
  }
}

.hero-stage {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 22px;
  align-items: stretch;
}

.hero-copy {
  width: 100%;
  background: rgba(8, 14, 44, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  padding: 30px;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(12px);
  position: relative;
}

body[data-theme="light"] .hero-copy {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.76) 0%, rgba(245, 249, 255, 0.62) 100%);
  border: 1px solid rgba(93, 128, 205, 0.18);
  box-shadow:
    0 26px 60px rgba(74, 103, 164, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

body[data-theme="light"] .hero-copy h1 {
  text-shadow: 0 14px 30px rgba(127, 156, 214, 0.22);
}

.hero-copy h1 {
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.hero-copy p {
  max-width: 560px;
}

.hero-stage.hero-stage-premium {
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 26px;
  align-items: center;
}

.hero-copy.hero-copy-premium {
  min-height: 100%;
  padding: 34px 34px 30px;
  background:
    linear-gradient(180deg, rgba(8, 14, 44, 0.52), rgba(8, 14, 44, 0.34));
}

body[data-theme="light"] .hero-copy.hero-copy-premium {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(245, 249, 255, 0.68));
}

.hero-copy-premium .hero-badge {
  margin-bottom: 18px;
  background: rgba(255, 255, 255, 0.08);
  color: #dce6ff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.74rem;
}

body[data-theme="light"] .hero-copy-premium .hero-badge {
  color: #24417f;
  background: rgba(93, 120, 255, 0.12);
  border-color: rgba(93, 120, 255, 0.14);
}

.hero-copy-premium h1 {
  max-width: 10.5ch;
  font-size: clamp(2.5rem, 5vw, 4.25rem);
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
}

.hero-copy-premium p {
  max-width: 44ch;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.82);
}

body[data-theme="light"] .hero-copy-premium p {
  color: var(--text-soft);
}

.hero-metrics-compact {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-metric-pill {
  min-width: 144px;
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

body[data-theme="light"] .hero-metric-pill {
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(84, 114, 184, 0.12);
}

.hero-metric-pill strong {
  font-size: 0.84rem;
  line-height: 1;
}

.hero-metric-pill span {
  color: var(--text-soft);
  font-size: 0.86rem;
}

.hero-visual-panel {
  position: relative;
  min-height: 420px;
}

.hero-visual-surface {
  position: relative;
  min-height: 420px;
  height: 100%;
  border-radius: 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 16%, rgba(69, 120, 255, 0.2), transparent 22%),
    radial-gradient(circle at 84% 18%, rgba(218, 87, 255, 0.22), transparent 24%),
    linear-gradient(120deg, rgba(11, 17, 30, 0.98), rgba(18, 22, 49, 0.94) 58%, rgba(122, 84, 207, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 26px 58px rgba(0, 0, 0, 0.22);
  padding: 24px;
}

body[data-theme="light"] .hero-visual-surface {
  background:
    radial-gradient(circle at 18% 16%, rgba(69, 120, 255, 0.22), transparent 22%),
    radial-gradient(circle at 84% 18%, rgba(218, 87, 255, 0.18), transparent 24%),
    linear-gradient(120deg, rgba(219, 232, 255, 0.96), rgba(203, 221, 255, 0.94) 58%, rgba(226, 214, 255, 0.94));
  border-color: rgba(84, 114, 184, 0.14);
  box-shadow: 0 24px 52px rgba(74, 103, 164, 0.14);
}

.hero-visual-card {
  position: absolute;
  inset: auto 150px 42px 46px;
  min-height: 188px;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(9, 14, 27, 0.92), rgba(27, 36, 68, 0.88));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.24);
  padding: 22px;
}

body[data-theme="light"] .hero-visual-card {
  background: linear-gradient(135deg, rgba(31, 46, 98, 0.94), rgba(96, 80, 176, 0.9));
}

.hero-visual-card-bar {
  width: 124px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
  margin-bottom: 18px;
}

.hero-visual-card-copy {
  display: grid;
  gap: 10px;
  max-width: 18ch;
}

.hero-visual-card-copy span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hero-visual-card-copy strong {
  font-size: clamp(1.15rem, 2vw, 1.7rem);
  line-height: 1.05;
}

.hero-device {
  position: absolute;
  display: block;
}

.hero-device--phone {
  right: 70px;
  top: 50px;
  width: 160px;
  height: 286px;
  border-radius: 34px;
  background: linear-gradient(160deg, #70798c, #202838 62%, #0c1220);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.26);
  transform: rotate(13deg);
}

.hero-device--phone::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 30%),
    linear-gradient(180deg, #1a2231 0%, #0f1420 100%);
}

.hero-device-camera {
  position: absolute;
  top: 22px;
  left: 20px;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: rgba(16, 20, 29, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 2;
}

.hero-device-camera::before,
.hero-device-camera::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, #151b26 0%, #8791a5 48%, #1a2231 100%);
}

.hero-device-camera::before {
  width: 18px;
  height: 18px;
  left: 10px;
  top: 10px;
}

.hero-device-camera::after {
  width: 18px;
  height: 18px;
  right: 10px;
  bottom: 10px;
}

.hero-device-screen {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 34px;
  display: grid;
  gap: 10px;
  z-index: 2;
}

.hero-device-screen-line {
  height: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.hero-device-screen-line--wide {
  height: 74px;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(110, 92, 245, 0.68), rgba(49, 215, 178, 0.3));
}

.hero-floating-brand {
  position: absolute;
  width: 66px;
  height: 66px;
  border-radius: 22px;
  background: rgba(9, 14, 27, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px);
}

.hero-floating-brand img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.hero-floating-brand--netflix {
  top: 26px;
  left: 40px;
  transform: rotate(-10deg);
}

.hero-floating-brand--disney {
  top: 28px;
  left: 126px;
}

.hero-floating-brand--max {
  top: 28px;
  left: 212px;
}

.hero-floating-brand--spotify {
  left: 96px;
  top: 176px;
}

.hero-service-pill {
  position: absolute;
  right: 28px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(37, 211, 102, 0.94);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  box-shadow: 0 18px 34px rgba(37, 211, 102, 0.24);
}

.hero-category-strip {
  width: 100%;
  margin-top: 18px;
  display: grid;
  gap: 16px;
}

.hero-category-strip-title {
  text-align: center;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

body[data-theme="light"] .hero-category-strip-title {
  color: #32508d;
}

.hero-category-bubbles {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.hero-category-bubble {
  min-height: 92px;
  border-radius: 24px;
  background: rgba(8, 14, 27, 0.44);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 10px;
  padding: 14px;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.14);
}

body[data-theme="light"] .hero-category-bubble {
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(84, 114, 184, 0.12);
}

.hero-category-bubble:hover {
  transform: translateY(-3px);
  border-color: rgba(229, 9, 20, 0.34);
}

.hero-category-bubble i {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #d9e5ff;
  font-size: 1.05rem;
}

body[data-theme="light"] .hero-category-bubble i {
  background: rgba(93, 120, 255, 0.1);
  color: #28427d;
}

.hero-category-bubble span {
  font-size: 0.88rem;
  font-weight: 700;
  text-align: center;
}

.hero-copy.is-animating .hero-badge,
.hero-copy.is-animating h1,
.hero-copy.is-animating p,
.hero-copy.is-animating .hero-buttons,
.hero-copy.is-animating .hero-info {
  opacity: 0;
  animation: heroCopyReveal 0.72s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.hero-copy.is-animating h1 {
  animation-delay: 0.06s;
}

.hero-copy.is-animating p {
  animation-delay: 0.12s;
}

.hero-copy.is-animating .hero-buttons {
  animation-delay: 0.18s;
}

.hero-copy.is-animating .hero-info {
  animation-delay: 0.24s;
}

.hero-info,
.hero-side-panel,
.hero-trust-strip {
  display: none;
}

.hero-side-panel {
  display: grid;
  gap: 16px;
}

.promo-carousel-section {
  position: relative;
  overflow: hidden;
  padding: 30px 0 18px;
  background:
    radial-gradient(circle at 10% 10%, rgba(78, 161, 255, 0.12), transparent 24%),
    radial-gradient(circle at 88% 22%, rgba(28, 216, 255, 0.1), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.015), transparent 100%);
}

body[data-theme="light"] .promo-carousel-section {
  background:
    radial-gradient(circle at 10% 10%, rgba(78, 161, 255, 0.16), transparent 26%),
    radial-gradient(circle at 88% 22%, rgba(28, 216, 255, 0.1), transparent 26%),
    linear-gradient(180deg, rgba(17, 17, 17, 0.02), transparent 100%);
}

.promo-carousel-section::before,
.promo-carousel-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.promo-carousel-section::before {
  inset: 0;
  background:
    linear-gradient(114deg, transparent 16%, rgba(255, 255, 255, 0.04) 50%, transparent 76%),
    repeating-linear-gradient(90deg, rgba(149, 190, 255, 0.05) 0 1px, transparent 1px 72px),
    repeating-linear-gradient(0deg, rgba(149, 190, 255, 0.05) 0 1px, transparent 1px 72px);
  opacity: 0.3;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9) 26%, rgba(0, 0, 0, 0.5) 100%);
}

.promo-carousel-section::after {
  right: -110px;
  bottom: -160px;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  filter: blur(22px);
  background: radial-gradient(circle, rgba(74, 135, 255, 0.22) 0%, transparent 72%);
  opacity: 0.55;
}

body[data-theme="light"] .promo-carousel-section::before {
  background:
    linear-gradient(114deg, transparent 16%, rgba(255, 255, 255, 0.26) 50%, transparent 76%),
    repeating-linear-gradient(90deg, rgba(66, 116, 203, 0.05) 0 1px, transparent 1px 72px),
    repeating-linear-gradient(0deg, rgba(66, 116, 203, 0.05) 0 1px, transparent 1px 72px);
  opacity: 0.22;
}

body[data-theme="light"] .promo-carousel-section::after {
  background: radial-gradient(circle, rgba(74, 135, 255, 0.18) 0%, transparent 72%);
  opacity: 0.42;
}

.promo-carousel-shell {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
}

.promo-carousel-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.promo-carousel-head h2 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.08;
  margin-top: 6px;
}

.promo-carousel-head p {
  max-width: 56ch;
  color: var(--text-soft);
}

.promo-carousel-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(var(--soft-accent-rgb), 0.14);
  color: var(--soft-accent);
  font-size: 0.82rem;
  font-weight: 700;
}

body[data-theme="light"] .promo-carousel-kicker {
  color: var(--soft-accent-strong);
  background: rgba(var(--soft-accent-rgb), 0.08);
}

.promo-carousel-media {
  position: relative;
  min-height: clamp(380px, 58vw, 620px);
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #050916;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
}

body[data-theme="light"] .promo-carousel-media {
  border-color: rgba(17, 17, 17, 0.08);
  background: #dfe9ff;
  box-shadow: 0 24px 58px rgba(73, 102, 160, 0.16);
}

.promo-carousel-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(8, 8, 12, 0.08) 0%, rgba(8, 8, 12, 0.36) 62%, rgba(8, 8, 12, 0.72) 100%),
    linear-gradient(90deg, rgba(8, 8, 12, 0.7) 0%, rgba(8, 8, 12, 0.28) 44%, rgba(8, 8, 12, 0.08) 100%);
}

body[data-theme="light"] .promo-carousel-overlay {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(8, 18, 52, 0.16) 62%, rgba(8, 18, 52, 0.48) 100%),
    linear-gradient(90deg, rgba(247, 250, 255, 0.42) 0%, rgba(247, 250, 255, 0.12) 44%, rgba(247, 250, 255, 0.04) 100%);
}

.promo-carousel-copy {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 2;
  display: grid;
  gap: 14px;
  max-width: min(100%, 700px);
}

.promo-carousel-copy h3 {
  font-size: clamp(1.8rem, 4.4vw, 3.2rem);
  line-height: 0.98;
  text-shadow: 0 14px 30px rgba(0, 0, 0, 0.36);
}

.promo-carousel-copy p {
  max-width: 54ch;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
}

.promo-carousel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.promo-carousel-copy.is-animating .hero-badge,
.promo-carousel-copy.is-animating h3,
.promo-carousel-copy.is-animating p,
.promo-carousel-copy.is-animating .promo-carousel-actions {
  opacity: 0;
  animation: heroCopyReveal 0.72s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.promo-carousel-copy.is-animating h3 {
  animation-delay: 0.06s;
}

.promo-carousel-copy.is-animating p {
  animation-delay: 0.12s;
}

.promo-carousel-copy.is-animating .promo-carousel-actions {
  animation-delay: 0.18s;
}

.hero-side-card {
  background: rgba(13, 13, 18, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  padding: 22px;
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

body[data-theme="light"] .hero-side-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.74) 0%, rgba(246, 249, 255, 0.64) 100%);
  border: 1px solid rgba(93, 128, 205, 0.16);
  box-shadow:
    0 22px 54px rgba(74, 103, 164, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.hero-side-main {
  display: grid;
  gap: 16px;
}

.hero-side-support {
  display: grid;
  gap: 14px;
  max-width: 520px;
}

.hero-help-copy {
  display: grid;
  gap: 8px;
}

.hero-help-copy p {
  color: var(--text-soft);
  font-size: 0.95rem;
  line-height: 1.55;
}

.hero-help-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-help-point {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.82rem;
  font-weight: 700;
}

body[data-theme="light"] .hero-help-point {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(17, 17, 17, 0.08);
  color: var(--text);
}

.hero-help-point i {
  color: #6cff9e;
  font-size: 0.82rem;
}

.hero-help-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-help-btn {
  width: fit-content;
}

.hero-side-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(var(--soft-accent-rgb), 0.14);
  color: var(--soft-accent);
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 10px;
}

body[data-theme="light"] .hero-side-kicker {
  color: var(--soft-accent-strong);
  background: rgba(var(--soft-accent-rgb), 0.08);
}

.hero-side-card h3 {
  font-size: 1.35rem;
  line-height: 1.15;
}

.hero-shortcuts {
  display: grid;
  gap: 12px;
}

.hero-shortcut {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

body[data-theme="light"] .hero-shortcut {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(17, 17, 17, 0.06);
}

.hero-shortcut:hover {
  transform: translateY(-2px);
  border-color: rgba(var(--soft-accent-rgb), 0.32);
}

.hero-shortcut i {
  width: 46px;
  height: 46px;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--soft-accent-rgb), 0.16);
  color: #fff;
  font-size: 1rem;
}

.hero-shortcut span {
  display: grid;
  gap: 2px;
}

.hero-shortcut strong {
  font-size: 0.98rem;
}

.hero-shortcut small {
  color: var(--text-soft);
  font-size: 0.85rem;
}

.hero-trust-strip {
  width: 100%;
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hero-trust-item {
  background: rgba(13, 13, 18, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  padding: 18px 18px 16px;
  backdrop-filter: blur(8px);
}

body[data-theme="light"] .hero-trust-item {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(17, 17, 17, 0.08);
}

.hero-trust-item strong {
  display: block;
  margin-bottom: 4px;
  font-size: 0.96rem;
}

.hero-trust-item span {
  color: var(--text-soft);
  font-size: 0.88rem;
}

.hero-slider-dots {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  padding-left: 8px;
}

.hero-dot {
  width: 13px;
  height: 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.22);
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease, width 0.22s ease;
  flex-shrink: 0;
}

.hero-dot.active {
  width: 34px;
  background: var(--primary);
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(var(--soft-accent-rgb), 0.24);
}

.hero-dot:hover {
  transform: translateY(-1px);
}

@keyframes heroOrbPulse {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(12px, -10px, 0) scale(1.06);
  }
}

@keyframes heroSheenSweep {
  0% {
    transform: translate3d(-8%, 0, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(4%, 0, 0) rotate(0.4deg);
  }
  100% {
    transform: translate3d(16%, 0, 0) rotate(0deg);
  }
}

@keyframes heroPopcornRise {
  0% {
    opacity: 0;
    transform: translate3d(0, 42px, 0) scale(0.6) rotate(0deg);
  }
  10% {
    opacity: 0.74;
  }
  38% {
    transform: translate3d(var(--pop-drift-start), -16vh, 0) scale(0.92) rotate(-10deg);
  }
  72% {
    opacity: 0.82;
  }
  100% {
    opacity: 0;
    transform: translate3d(var(--pop-drift-end), -62vh, 0) scale(1.08) rotate(22deg);
  }
}

@keyframes heroCopyReveal {
  from {
    opacity: 0;
    transform: translateY(18px);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-ambient-orb,
  .hero-grid-texture::after,
  .hero-popcorn {
    animation: none;
  }
}

/* BUTTONS */
.btn {
  border-radius: 12px;
  padding: 11px 16px;
  font-size: 0.94rem;
  font-weight: 700;
  transition: transform 0.18s ease, background 0.18s ease, opacity 0.18s ease, border-color 0.18s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:disabled,
.btn[aria-disabled="true"] {
  opacity: 0.58;
  cursor: not-allowed;
  pointer-events: none;
  transform: none;
  box-shadow: none;
}

.btn-primary {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 14px 32px rgba(var(--primary-rgb), 0.24);
}

.btn-primary:hover {
  background: var(--primary-hover);
  box-shadow: 0 18px 36px rgba(var(--primary-rgb), 0.28);
}

.btn-secondary {
  background: var(--secondary);
  color: var(--text);
  border: 1px solid var(--border);
}

.btn-secondary:hover {
  border-color: rgba(var(--soft-accent-rgb), 0.35);
}

.btn-sm {
  min-height: 38px;
  padding: 9px 14px;
  font-size: 0.84rem;
}

.btn-card {
  width: 100%;
  margin-top: 14px;
  background: var(--secondary);
  color: var(--text);
  border: 1px solid var(--border);
}

.btn-whatsapp {
  background: var(--success);
  color: #fff;
}

.btn-whatsapp:hover {
  background: var(--success-hover);
}

.btn-telegram {
  background: #229ed9;
  color: #fff;
}

.btn-telegram:hover {
  background: #1b87bb;
}

.btn-full {
  width: 100%;
}

/* SECTIONS */
.shop-section,
.info-section {
  padding: 42px 0;
}

.home-featured-section {
  padding: 12px 0 8px;
}

.home-featured-surface {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 22px;
}

.home-featured-surface::after {
  content: "";
  position: absolute;
  inset: auto auto -54px -34px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 122, 0, 0.16), transparent 72%);
  pointer-events: none;
}

body[data-theme="light"] .home-featured-surface::after {
  display: none;
}

.home-featured-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.home-featured-copy {
  max-width: 60ch;
}

.home-featured-copy h2 {
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  margin-bottom: 8px;
}

.home-featured-copy p {
  color: var(--text-soft);
}

.home-featured-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.home-featured-grid.products-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px 16px;
}

.home-featured-grid .product-media {
  height: clamp(210px, 22vw, 300px);
}

.home-featured-grid .product-body {
  width: min(100%, 228px);
  max-width: 228px;
}

.home-featured-grid .product-body h3 {
  font-size: 1.02rem;
}

.home-featured-grid .product-caption {
  font-size: 0.84rem;
}

.home-featured-empty {
  grid-column: 1 / -1;
  margin: 0;
  text-align: center;
}

@media (max-width: 1180px) {
  .home-featured-grid.products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .home-featured-head {
    align-items: flex-start;
  }

  .home-featured-actions {
    width: 100%;
  }

  .home-featured-actions .btn {
    width: 100%;
  }

  .home-featured-grid.products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 10px;
  }
}

.shop-section.shop-section-showcase {
  padding-top: 46px;
}

.home-featured-mode main > section:not(#inicio):not(#homeFeaturedSection):not(#estrenos):not(#deportes) {
  display: none !important;
}

.home-featured-mode .home-featured-section {
  padding-top: 34px;
}

.storefront-focus-mode main > section:not(#tienda) {
  display: none !important;
}

.storefront-focus-mode .shop-section.shop-section-showcase {
  padding-top: 28px;
}

.downloads-focus-mode main > section:not(#descargas) {
  display: none !important;
}

.downloads-focus-mode .downloads-section {
  padding-top: 28px;
}

.downloads-focus-mode .site-footer,
.downloads-focus-mode .support-fab-stack {
  display: none !important;
}

.storefront-focus-mode .shop-section-showcase .container {
  gap: 18px;
}

.shop-section-showcase .container {
  display: grid;
  gap: 24px;
}

.shop-surface {
  background:
    radial-gradient(circle at 12% 10%, rgba(111, 137, 212, 0.12), transparent 22%),
    radial-gradient(circle at 84% 18%, rgba(240, 128, 72, 0.1), transparent 24%),
    linear-gradient(180deg, rgba(21, 27, 39, 0.94), rgba(12, 16, 24, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 34px;
  padding: 28px;
  box-shadow: 0 28px 62px rgba(0, 0, 0, 0.18);
}

body[data-theme="dark"] .shop-surface {
  background: linear-gradient(180deg, rgba(21, 27, 39, 0.96), rgba(12, 16, 24, 0.98));
}

body[data-theme="dark"] .shop-surface-storefront-intro::after {
  display: none;
}

body[data-theme="light"] .shop-surface-storefront-intro::after {
  display: none;
}

.shop-surface-storefront-intro {
  position: relative;
  overflow: hidden;
}

.shop-surface-storefront-intro::after {
  content: "";
  position: absolute;
  inset: auto -34px -58px auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--soft-accent-rgb), 0.14), transparent 72%);
  pointer-events: none;
}

.section-head {
  margin-bottom: 22px;
}

.section-head h2 {
  font-size: 2rem;
  margin-bottom: 8px;
}

.section-head p {
  color: var(--text-soft);
}

.section-head-storefront {
  display: grid;
  gap: 16px;
}

body[data-theme="dark"] .shop-surface-storefront-intro .section-head h2,
body[data-theme="dark"] .shop-products-head h3 {
  color: #f5f7fb;
}

body[data-theme="dark"] .shop-surface-storefront-intro .section-head p,
body[data-theme="dark"] .shop-products-subcopy,
body[data-theme="dark"] .catalog-sync-pill {
  color: rgba(214, 222, 235, 0.78);
}

.shop-catalog-stage {
  position: relative;
  display: grid;
  gap: 20px;
  padding: 4px 2px 0;
}

.shop-products-shell {
  display: grid;
  gap: 18px;
}

.shop-storefront-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 2px 4px;
  color: var(--text-soft);
  font-size: 0.88rem;
  font-weight: 700;
}

.shop-storefront-breadcrumb strong {
  color: var(--text);
}

.shop-storefront-breadcrumb i {
  font-size: 0.84rem;
  opacity: 0.72;
}

.shop-catalog-toolbar,
.shop-catalog-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px 18px;
  flex-wrap: wrap;
  padding: 18px;
  border-radius: 24px;
  background: var(--bg-soft);
  border: 1px solid var(--border);
}

.shop-toolbar-filters,
.shop-toolbar-display {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.shop-toolbar-select,
.shop-show-select {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.shop-toolbar-select select,
.shop-show-select select {
  min-height: 50px;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: var(--panel);
  color: var(--text);
  padding: 0 14px;
  font-weight: 700;
}

.shop-toolbar-select select {
  min-width: 226px;
}

.shop-show-select {
  color: var(--text-soft);
  font-size: 0.94rem;
  font-weight: 700;
}

.shop-show-select select {
  min-width: 78px;
  justify-content: center;
}

.shop-view-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.shop-view-btn {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: var(--panel);
  color: var(--text-soft);
  transition: transform 0.18s ease, border-color 0.18s ease, color 0.18s ease, background 0.18s ease;
}

.shop-view-btn:hover,
.shop-view-btn:focus-visible {
  transform: translateY(-1px);
  border-color: var(--primary);
  color: var(--text);
}

.shop-view-btn.is-active {
  border-color: var(--primary);
  background: var(--secondary);
  color: var(--text);
}

.shop-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.shop-pagination-btn {
  min-width: 48px;
  height: 48px;
  padding: 0 12px;
  border-radius: 0;
  border: 1px solid var(--border);
  background: var(--panel);
  color: var(--text-soft);
  font-weight: 800;
  transition: border-color 0.18s ease, color 0.18s ease, background 0.18s ease;
}

.shop-pagination-btn:hover,
.shop-pagination-btn:focus-visible {
  border-color: var(--primary);
  color: var(--text);
}

.shop-pagination-btn.is-active {
  border-color: var(--text);
  color: var(--text);
  background: var(--bg-soft);
}

.shop-pagination-btn[disabled] {
  opacity: 0.52;
  cursor: not-allowed;
}

.shop-pagination-ellipsis {
  min-width: 26px;
  text-align: center;
  color: var(--text-soft);
  font-weight: 800;
}

.shop-products-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.shop-products-head > div:first-child {
  max-width: 56ch;
}

.store-search-box {
  position: relative;
  width: min(100%, 360px);
  flex: 1 1 280px;
}

.store-search-box i {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-soft);
}

.store-search-box input {
  width: 100%;
  min-height: 48px;
  padding: 0 16px 0 42px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.store-search-box input::placeholder {
  color: var(--text-soft);
}

.store-search-box input:focus {
  border-color: rgba(var(--soft-accent-rgb), 0.32);
  box-shadow: 0 0 0 4px rgba(var(--soft-accent-rgb), 0.08);
}

body[data-theme="light"] .store-search-box input {
  border-color: rgba(17, 17, 17, 0.08);
  background: rgba(255, 255, 255, 0.92);
}

.shop-products-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  color: #9ea9bf;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

body[data-theme="light"] .shop-products-kicker {
  color: var(--primary);
}

.shop-products-head h3 {
  font-size: 1.2rem;
  line-height: 1.15;
}

.shop-products-subcopy {
  margin-top: 8px;
  color: var(--text-soft);
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--secondary);
  border: 1px solid var(--border);
  color: var(--text-soft);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.section-kicker-contrast {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.section-head-center {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.section-head-center .section-kicker {
  margin-inline: auto;
}

.catalog-sync-bar {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.catalog-sync-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text-soft);
  font-size: 0.84rem;
}

.catalog-sync-pill::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--primary);
  box-shadow: 0 0 0 4px rgba(var(--soft-accent-rgb), 0.08);
}

body[data-theme="light"] .catalog-sync-pill {
  background: rgba(17, 17, 17, 0.03);
  border-color: rgba(17, 17, 17, 0.08);
}

.sports-section {
  padding-top: 10px;
}

.downloads-section {
  --downloads-accent-rgb: 96, 116, 138;
  --downloads-accent: #60748a;
  --downloads-accent-soft: #9aabbd;
  --downloads-accent-glow: rgba(96, 116, 138, 0.12);
  padding-top: 12px;
  scroll-margin-top: 92px;
}

.downloads-shell {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 18px;
  padding: 22px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 14% 10%, rgba(var(--downloads-accent-rgb), 0.14), transparent 22%),
    radial-gradient(circle at 86% 18%, rgba(180, 193, 208, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(21, 27, 39, 0.94), rgba(12, 16, 24, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 26px 56px rgba(0, 0, 0, 0.2);
}

.downloads-shell::before {
  content: "";
  position: absolute;
  inset: auto -36px -58px auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--downloads-accent-rgb), 0.12), transparent 72%);
  pointer-events: none;
}

body[data-theme="light"] .downloads-shell {
  background: #ffffff;
  border-color: rgba(17, 24, 39, 0.08);
  box-shadow: 0 18px 38px rgba(17, 24, 39, 0.05);
}

.downloads-intro {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(250px, 320px);
  gap: 14px;
  align-items: start;
}

.downloads-head {
  margin-bottom: 0;
}

.downloads-head h2 {
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  margin-bottom: 8px;
}

.downloads-head p {
  max-width: 62ch;
  font-size: 0.92rem;
  line-height: 1.55;
}

.downloads-quick-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}

.downloads-quick-link {
  appearance: none;
  cursor: pointer;
  font-family: inherit;
  position: relative;
  overflow: visible;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 76px;
  padding: 4px 2px;
  border-radius: 22px;
  background: transparent;
  border: none;
  color: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  opacity: 0.68;
  transition: transform 0.18s ease, opacity 0.18s ease, filter 0.18s ease;
}

.downloads-quick-link:hover,
.downloads-quick-link:focus-visible {
  transform: translateY(-2px);
  background: transparent;
  color: inherit;
  opacity: 0.92;
}

.downloads-quick-link.is-active {
  background: transparent;
  color: inherit;
  opacity: 1;
  box-shadow: none;
}

body[data-theme="light"] .downloads-quick-link {
  background: transparent;
  color: inherit;
}

body[data-theme="light"] .downloads-quick-link:hover,
body[data-theme="light"] .downloads-quick-link:focus-visible {
  background: transparent;
  color: inherit;
}

body[data-theme="light"] .downloads-quick-link.is-active {
  background: transparent;
  color: inherit;
}

.downloads-quick-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 42px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(var(--downloads-accent-rgb), 0.92), rgba(166, 179, 196, 0.78));
  transform: translateX(-50%) scaleX(0.45);
  opacity: 0;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.downloads-quick-link.is-active::after {
  opacity: 1;
  transform: translateX(-50%) scaleX(1);
}

.downloads-quick-logo {
  display: block;
  width: auto;
  height: 44px;
  max-width: 138px;
  object-fit: contain;
  transition: transform 0.18s ease, filter 0.18s ease, opacity 0.18s ease;
  filter: drop-shadow(0 12px 20px rgba(var(--downloads-accent-rgb), 0.1));
}

.downloads-quick-link.is-active .downloads-quick-logo {
  transform: scale(1.05);
}

body[data-theme="light"] .downloads-quick-logo {
  filter: drop-shadow(0 12px 20px rgba(var(--downloads-accent-rgb), 0.08));
}

.downloads-summary-card {
  display: grid;
  gap: 10px;
  padding: 18px;
  border-radius: 22px;
  background: var(--bg-soft);
  border: 1px solid var(--border);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body[data-theme="light"] .downloads-summary-card {
  background: var(--bg-soft);
  border-color: var(--border);
}

.downloads-summary-kicker {
  display: inline-flex;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(var(--downloads-accent-rgb), 0.1);
  color: var(--downloads-accent);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body[data-theme="light"] .downloads-summary-kicker {
  color: var(--downloads-accent);
}

.downloads-summary-card strong {
  font-size: 1rem;
  line-height: 1.2;
}

.downloads-summary-list {
  list-style: none;
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.downloads-summary-list li {
  position: relative;
  padding-left: 18px;
  color: var(--text-soft);
  font-size: 0.88rem;
  line-height: 1.45;
}

.downloads-summary-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--downloads-accent);
  box-shadow: 0 0 0 4px rgba(var(--downloads-accent-rgb), 0.08);
}

.downloads-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.downloads-panels {
  position: relative;
  z-index: 1;
  display: grid;
}

.download-service-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: 22px;
  scroll-margin-top: 100px;
  background: var(--panel);
  border: 1px solid var(--border);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.download-service-panel[hidden] {
  display: none !important;
}

.download-service-panel.is-active {
  animation: downloadPanelReveal 0.24s ease;
}

.download-showcase {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: block;
  padding: 14px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(21, 27, 39, 0.96), rgba(12, 16, 24, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 34px rgba(8, 12, 24, 0.18);
}

.download-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.08), transparent 24%),
    radial-gradient(circle at 78% 18%, rgba(var(--downloads-accent-rgb), 0.14), transparent 20%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.03), transparent 40%);
  z-index: -2;
}

.download-showcase::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(12, 18, 31, 0.96) 0%, rgba(12, 18, 31, 0.88) 38%, rgba(12, 18, 31, 0.5) 100%),
    linear-gradient(180deg, rgba(12, 18, 31, 0.18), rgba(12, 18, 31, 0.34));
  z-index: -1;
}

body[data-theme="light"] .download-showcase {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 247, 252, 0.96));
  border-color: rgba(17, 24, 39, 0.08);
  box-shadow: 0 18px 38px rgba(17, 24, 39, 0.05);
}

body[data-theme="light"] .download-showcase::before {
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.92), transparent 24%),
    radial-gradient(circle at 80% 18%, rgba(var(--downloads-accent-rgb), 0.1), transparent 22%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.5), transparent 44%);
}

body[data-theme="light"] .download-showcase::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(247, 250, 253, 0.78) 42%, rgba(233, 239, 247, 0.34) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(207, 216, 228, 0.18));
}

.download-showcase-actions,
.download-showcase-preview {
  position: relative;
  z-index: 1;
}

.download-showcase-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-content: start;
}

.download-service-downloads {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
}

.download-service-downloads .download-showcase-btn,
.download-service-downloads .download-showcase-btn--primary {
  flex: 0 0 auto;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 999px;
  border: 2px solid rgba(10, 15, 24, 0.92);
  background: rgba(255, 255, 255, 0.98);
  color: #0f172a;
  box-shadow: 0 10px 18px rgba(17, 24, 39, 0.08);
  font-size: 0.98rem;
  white-space: nowrap;
  flex-direction: row-reverse;
}

.download-service-downloads .download-showcase-btn i,
.download-service-downloads .download-showcase-btn--primary i {
  color: #111827;
  font-size: 1.02rem;
}

.download-service-downloads .download-showcase-btn--primary {
  grid-column: auto;
  border-color: rgba(10, 15, 24, 0.92);
}

.download-showcase-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 54px;
  padding: 0 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(16, 20, 32, 0.12);
  color: var(--downloads-accent);
  font-size: 0.9rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 14px 24px rgba(7, 10, 20, 0.14);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.download-showcase-btn:hover,
.download-showcase-btn:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 20px 38px rgba(7, 10, 20, 0.2);
}

.download-showcase-btn i {
  color: var(--downloads-accent);
}

.download-showcase-btn--primary {
  grid-column: 1 / -1;
  background: rgba(255, 255, 255, 0.98);
  color: var(--downloads-accent);
  border-color: rgba(var(--downloads-accent-rgb), 0.24);
  font-size: 0.96rem;
}

.download-showcase-btn--primary i {
  color: var(--downloads-accent);
}

.download-showcase-btn.is-disabled {
  pointer-events: none;
}

.download-showcase-preview {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: clamp(180px, 28vw, 270px);
  overflow: hidden;
  border-radius: 22px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 16px 28px rgba(8, 12, 24, 0.16);
}

body[data-theme="light"] .download-showcase-preview {
  background: rgba(255, 255, 255, 0.74);
  border-color: rgba(148, 163, 184, 0.22);
  box-shadow: 0 14px 26px rgba(15, 23, 42, 0.06);
}

.download-showcase-preview img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.download-showcase-preview--flush {
  padding: 0;
}

.download-showcase-preview--flush img {
  object-fit: cover;
}

.download-service-card::before {
  content: "";
  position: absolute;
  inset: auto -36px -46px auto;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  background: rgba(var(--downloads-accent-rgb), 0.06);
  filter: blur(6px);
  pointer-events: none;
}

body[data-theme="light"] .download-service-card {
  background: var(--panel);
  border-color: var(--border);
  box-shadow: 0 18px 36px rgba(17, 24, 39, 0.05);
}

.download-service-header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.download-service-title {
  display: grid;
  gap: 6px;
}

.download-service-kicker {
  display: inline-flex;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(var(--downloads-accent-rgb), 0.1);
  color: #dce7f2;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body[data-theme="light"] .download-service-kicker {
  color: var(--downloads-accent);
}

.download-service-title h3 {
  font-size: 1rem;
  line-height: 1.2;
}

.download-service-title p {
  color: var(--text-soft);
  font-size: 0.9rem;
  line-height: 1.5;
}

.download-service-icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--downloads-accent-rgb), 0.12);
  color: #dce7f2;
  font-size: 1.02rem;
  box-shadow: 0 12px 24px rgba(17, 24, 39, 0.08);
}

body[data-theme="light"] .download-service-icon {
  color: var(--downloads-accent);
}

.download-service-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.download-service-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.download-service-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--bg-soft);
  border: 1px solid var(--border);
  color: var(--text-soft);
  font-size: 0.76rem;
  font-weight: 700;
}

body[data-theme="light"] .download-service-badge {
  background: var(--bg-soft);
  border-color: var(--border);
}

.download-platform-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.download-guide-shell {
  display: grid;
  gap: 18px;
  padding: 20px;
  border-radius: 24px;
  background: var(--bg-soft);
  border: 1px solid var(--border);
}

.download-guide-head {
  display: grid;
  gap: 8px;
}

.download-guide-head h3 {
  font-size: 1.1rem;
  line-height: 1.25;
}

.download-guide-head p {
  color: var(--text-soft);
  line-height: 1.6;
}

.download-guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.download-guide-card {
  display: grid;
  gap: 12px;
  padding: 18px;
  border-radius: 22px;
  background: var(--panel);
  border: 1px solid var(--border);
}

.download-guide-grid > .download-guide-card:only-child {
  grid-column: 1 / -1;
}

.download-guide-grid > .download-guide-card:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.download-guide-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.download-guide-card-head strong {
  font-size: 0.98rem;
  line-height: 1.35;
}

.download-guide-step {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--downloads-accent-rgb), 0.12);
  color: var(--downloads-accent);
  font-size: 0.92rem;
  font-weight: 900;
}

.download-guide-media {
  min-height: 188px;
  padding: 16px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  gap: 10px;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    rgba(7, 10, 17, 0.88);
  border: 1px dashed rgba(var(--downloads-accent-rgb), 0.18);
}

body[data-theme="light"] .download-guide-media {
  background: #ffffff;
  border-color: rgba(var(--downloads-accent-rgb), 0.16);
}

.download-guide-media i {
  color: rgba(var(--downloads-accent-rgb), 0.82);
  font-size: 1.2rem;
}

.download-guide-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 14px;
}

.download-guide-media span {
  color: var(--text-soft);
  font-size: 0.88rem;
  line-height: 1.5;
}

.download-guide-card p {
  color: var(--text-soft);
  line-height: 1.6;
}

.download-guide-code-box {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(var(--downloads-accent-rgb), 0.08);
  border: 1px solid rgba(var(--downloads-accent-rgb), 0.14);
}

.download-guide-code-box span,
.download-guide-code-box small {
  color: var(--text-soft);
}

.download-guide-code-box strong {
  font-size: clamp(1.2rem, 3vw, 1.65rem);
  line-height: 1;
  letter-spacing: 0.12em;
  color: var(--downloads-accent);
}

.download-platform-card {
  display: grid;
  gap: 10px;
  padding: 15px;
  border-radius: 18px;
  background: var(--bg-soft);
  border: 1px solid var(--border);
}

body[data-theme="light"] .download-platform-card {
  background: var(--bg-soft);
  border-color: var(--border);
}

.download-platform-head {
  display: grid;
  gap: 4px;
}

.download-platform-head span {
  color: var(--text-soft);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.download-platform-head strong {
  font-size: 0.9rem;
  line-height: 1.4;
}

.download-steps-list {
  list-style: none;
  counter-reset: download-step;
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.download-steps-list li {
  counter-increment: download-step;
  position: relative;
  min-height: 32px;
  padding-left: 34px;
  color: var(--text-soft);
  font-size: 0.86rem;
  line-height: 1.48;
}

.download-steps-list li::before {
  content: counter(download-step);
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--downloads-accent-rgb), 0.12);
  color: #dce7f2;
  font-size: 0.72rem;
  font-weight: 800;
}

body[data-theme="light"] .download-steps-list li::before {
  color: var(--downloads-accent);
}

.download-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
}

.download-gallery-slot {
  min-height: 146px;
  padding: 18px;
  border-radius: 22px;
  display: grid;
  align-content: end;
  gap: 8px;
  background: var(--bg-soft);
  border: 1px dashed rgba(var(--downloads-accent-rgb), 0.18);
}

body[data-theme="light"] .download-gallery-slot {
  background: var(--bg-soft);
  border-color: rgba(var(--downloads-accent-rgb), 0.14);
}

.download-gallery-slot i {
  color: rgba(var(--downloads-accent-rgb), 0.82);
  font-size: 1rem;
}

.download-gallery-slot strong {
  font-size: 0.94rem;
}

.download-gallery-slot span {
  color: var(--text-soft);
  font-size: 0.88rem;
  line-height: 1.5;
}

.download-gallery-slot--image {
  min-height: 100%;
  padding: 12px;
  align-content: start;
  gap: 12px;
  border-style: solid;
}

.download-gallery-slot--image img {
  width: 100%;
  aspect-ratio: 9 / 16;
  display: block;
  object-fit: cover;
  border-radius: 16px;
  background: rgba(12, 18, 31, 0.18);
}

.download-gallery-slot--image figcaption {
  display: grid;
  gap: 6px;
}

.download-gallery-carousel {
  display: grid;
  gap: 12px;
}

.download-gallery-strip {
  --download-gallery-gap: 14px;
  position: relative;
  overflow: hidden;
  padding: 4px clamp(18px, 3vw, 32px) 14px;
}

.download-gallery-strip::before,
.download-gallery-strip::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 68px;
  z-index: 2;
  pointer-events: none;
}

.download-gallery-strip::before {
  left: 0;
  background: linear-gradient(90deg, rgba(10, 15, 24, 0.98), rgba(10, 15, 24, 0));
}

.download-gallery-strip::after {
  right: 0;
  background: linear-gradient(270deg, rgba(10, 15, 24, 0.98), rgba(10, 15, 24, 0));
}

body[data-theme="light"] .download-gallery-strip::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0));
}

body[data-theme="light"] .download-gallery-strip::after {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0));
}

.download-gallery-track {
  display: flex;
  gap: var(--download-gallery-gap);
  width: max-content;
  animation: downloadGalleryMarquee 42s linear infinite;
  will-change: transform;
}

.download-gallery-strip:hover .download-gallery-track,
.download-gallery-strip:focus-within .download-gallery-track {
  animation-play-state: paused;
}

.download-gallery-card {
  flex: 0 0 clamp(170px, 17vw, 216px);
}

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

  to {
    transform: translateX(calc(-50% - (var(--download-gallery-gap) / 2)));
  }
}

@media (prefers-reduced-motion: reduce) {
  .download-gallery-track {
    animation: none;
  }
}

.download-service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.download-service-actions--support {
  justify-content: flex-end;
}

.download-service-actions--support .btn {
  flex: 0 0 auto;
  min-width: 220px;
}

.download-service-actions .btn {
  flex: 1 1 180px;
}

.downloads-section .btn-primary {
  background: var(--downloads-accent);
  box-shadow: 0 14px 28px rgba(var(--downloads-accent-rgb), 0.18);
}

.downloads-section .btn-primary:hover {
  background: #526477;
  box-shadow: 0 18px 34px rgba(var(--downloads-accent-rgb), 0.22);
}

.downloads-section .btn-secondary {
  background: var(--panel);
  border-color: var(--border);
}

.downloads-section .btn-secondary:hover {
  background: var(--bg-soft);
  border-color: rgba(var(--downloads-accent-rgb), 0.22);
}

body[data-theme="light"] .downloads-section .btn-secondary {
  background: var(--panel);
  border-color: var(--border);
}

.download-service-link.is-disabled {
  pointer-events: none;
  opacity: 0.7;
  filter: saturate(0.6);
}

@keyframes downloadPanelReveal {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.premieres-section {
  position: relative;
  overflow: hidden;
  padding-top: 18px;
  background:
    radial-gradient(circle at 12% 0%, rgba(190, 255, 72, 0.14), transparent 24%),
    radial-gradient(circle at 88% 20%, rgba(98, 124, 255, 0.16), transparent 22%),
    linear-gradient(180deg, rgba(6, 8, 14, 0.98), rgba(10, 15, 24, 0.98));
}

.premieres-section::before {
  content: "";
  position: absolute;
  inset: auto auto -110px -70px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(190, 255, 72, 0.08);
  filter: blur(10px);
  pointer-events: none;
}

body[data-theme="light"] .premieres-section {
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(242, 245, 249, 0.99));
}

body[data-theme="light"] .premieres-section::before {
  display: none;
}

.premieres-copy-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 22px;
}

.premieres-shell {
  position: relative;
  overflow: visible;
  display: grid;
  gap: 24px;
  padding: 30px 0;
}

.premieres-shell::before {
  display: none;
}

.premieres-head {
  position: relative;
  z-index: 1;
  max-width: 860px;
}

.premieres-head p {
  max-width: 720px;
}

.premieres-strip-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.premieres-strip-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  color: #b5c268;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

body[data-theme="light"] .premieres-strip-kicker {
  color: #70821b;
}

.premieres-strip-head h3 {
  font-size: 1.18rem;
  line-height: 1.18;
}

.premieres-strip-hint {
  color: var(--text-soft);
  font-size: 0.88rem;
}

.premieres-poster-strip {
  --premieres-strip-gap: 14px;
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  padding: 8px clamp(18px, 3vw, 42px) 16px;
}

.premieres-poster-strip::before,
.premieres-poster-strip::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 82px;
  z-index: 2;
  pointer-events: none;
}

.premieres-poster-strip::before {
  left: 0;
  background: linear-gradient(90deg, rgba(10, 15, 24, 0.98), rgba(10, 15, 24, 0));
}

.premieres-poster-strip::after {
  right: 0;
  background: linear-gradient(270deg, rgba(10, 15, 24, 0.98), rgba(10, 15, 24, 0));
}

body[data-theme="light"] .premieres-poster-strip::before {
  background: linear-gradient(90deg, rgba(244, 247, 255, 0.98), rgba(244, 247, 255, 0));
}

body[data-theme="light"] .premieres-poster-strip::after {
  background: linear-gradient(270deg, rgba(244, 247, 255, 0.98), rgba(244, 247, 255, 0));
}

.premieres-poster-track {
  display: flex;
  gap: var(--premieres-strip-gap);
  width: max-content;
  animation: premieresPosterMarquee 62s linear infinite;
  will-change: transform;
}

.premieres-poster-strip:hover .premieres-poster-track,
.premieres-poster-strip:focus-within .premieres-poster-track {
  animation-play-state: paused;
}

.premieres-poster-strip::-webkit-scrollbar {
  height: 10px;
}

.premieres-poster-strip::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, rgba(190, 255, 72, 0.92), rgba(103, 124, 255, 0.88));
  border-radius: 999px;
}

.premieres-poster-strip::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}

.premieres-poster-card {
  flex: 0 0 clamp(172px, 12vw, 214px);
  display: grid;
  gap: 12px;
}

.premieres-poster-card img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.24);
  transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease;
}

.premieres-poster-card:hover img {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 30px 56px rgba(0, 0, 0, 0.3);
  filter: saturate(1.04);
}

.premieres-poster-copy {
  display: grid;
  gap: 4px;
}

.premieres-poster-copy strong {
  font-size: 0.98rem;
  line-height: 1.1;
}

.premieres-poster-copy span {
  color: var(--text-soft);
  font-size: 0.84rem;
  line-height: 1.45;
}

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

  to {
    transform: translateX(calc(-50% - (var(--premieres-strip-gap) / 2)));
  }
}

@media (prefers-reduced-motion: reduce) {
  .premieres-poster-track {
    animation: none;
  }
}

.sports-copy-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 22px;
}

.sports-shell {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 24px;
  padding: 30px 0;
  background:
    radial-gradient(circle at 10% 0%, rgba(76, 111, 255, 0.14), transparent 28%),
    radial-gradient(circle at 92% 18%, rgba(34, 197, 94, 0.14), transparent 26%),
    linear-gradient(180deg, rgba(15, 22, 35, 0.96), rgba(10, 15, 24, 0.98));
}

.sports-shell::before {
  content: "";
  position: absolute;
  inset: auto -74px -124px auto;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  pointer-events: none;
}

body[data-theme="light"] .sports-shell {
  background:
    radial-gradient(circle at 10% 0%, rgba(76, 111, 255, 0.12), transparent 28%),
    radial-gradient(circle at 92% 18%, rgba(34, 197, 94, 0.1), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(244, 247, 255, 0.98));
}

.sports-intro {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 360px);
  gap: 18px;
  align-items: start;
}

.sports-intro .section-head {
  margin-bottom: 0;
}

.sports-intro .section-head p {
  max-width: 720px;
}

.sports-summary-card {
  display: grid;
  gap: 12px;
  padding: 22px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body[data-theme="light"] .sports-summary-card {
  background: rgba(255, 255, 255, 0.84);
  border-color: rgba(17, 17, 17, 0.08);
}

.sports-summary-kicker {
  display: inline-flex;
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.12);
  color: #7df0ad;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body[data-theme="light"] .sports-summary-kicker {
  color: #177a46;
}

.sports-summary-card strong {
  font-size: 1.08rem;
  line-height: 1.2;
}

.sports-summary-list {
  list-style: none;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.sports-summary-list li {
  position: relative;
  padding-left: 22px;
  color: var(--text-soft);
  line-height: 1.5;
}

.sports-summary-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.08);
}

.sports-spotlight-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.sports-spotlight-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: grid;
  align-content: end;
  min-height: 270px;
  padding: 20px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 12, 22, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.sports-spotlight-card::before {
  content: "";
  position: absolute;
  inset: auto -38px -58px auto;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(var(--sports-card-glow, 229, 9, 20), 0.2);
  filter: blur(8px);
  pointer-events: none;
  z-index: -1;
}

.sports-spotlight-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 12, 22, 0.08) 0%, rgba(8, 12, 22, 0.34) 46%, rgba(8, 12, 22, 0.9) 100%);
  z-index: -1;
  pointer-events: none;
}

.sports-spotlight-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.sports-spotlight-slide {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 24% 24%, rgba(255, 255, 255, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(18, 26, 43, 0.82), rgba(8, 11, 19, 0.94));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transform: scale(1.06);
  animation: sportsSpotlightFade var(--sports-spotlight-cycle, 12s) linear infinite;
  animation-delay: var(--spotlight-delay, 0s);
  will-change: opacity, transform;
}

.sports-spotlight-slide.is-ready {
  background-image:
    linear-gradient(180deg, rgba(8, 12, 22, 0.12), rgba(8, 12, 22, 0.42)),
    var(--sports-slide-image);
}

.sports-spotlight-card:hover .sports-spotlight-slide,
.sports-spotlight-card:focus-within .sports-spotlight-slide {
  animation-play-state: paused;
}

.sports-spotlight-content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
}

.sports-spotlight-kicker {
  display: inline-flex;
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sports-spotlight-card h3 {
  font-size: 1.14rem;
  line-height: 1.18;
}

.sports-spotlight-card p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.92rem;
  line-height: 1.5;
}

.sports-spotlight-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sports-spotlight-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
}

.sports-poster-strip-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.sports-strip-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  color: #9ea9bf;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

body[data-theme="light"] .sports-strip-kicker {
  color: #4260a3;
}

.sports-poster-strip-head h3 {
  font-size: 1.18rem;
  line-height: 1.18;
}

.sports-strip-hint {
  color: var(--text-soft);
  font-size: 0.88rem;
}

.sports-poster-strip {
  --sports-strip-gap: 14px;
  position: relative;
  z-index: 1;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px clamp(18px, 3vw, 42px) 16px;
  scroll-snap-type: x proximity;
  scroll-padding-inline: clamp(18px, 3vw, 42px);
  scrollbar-width: thin;
  scrollbar-color: rgba(63, 106, 181, 0.55) rgba(255, 255, 255, 0.08);
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  cursor: grab;
}

.sports-poster-strip::before,
.sports-poster-strip::after {
  display: none;
}

.sports-poster-strip:active {
  cursor: grabbing;
}

.sports-poster-track {
  display: flex;
  gap: var(--sports-strip-gap);
  width: max-content;
  padding-right: clamp(18px, 3vw, 42px);
  animation: none;
  will-change: auto;
}

.sports-poster-strip:hover .sports-poster-track,
.sports-poster-strip:focus-within .sports-poster-track {
  animation-play-state: paused;
}

.sports-poster-strip::-webkit-scrollbar {
  height: 10px;
}

.sports-poster-strip::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, rgba(63, 106, 181, 0.82), rgba(229, 9, 20, 0.86));
  border-radius: 999px;
}

.sports-poster-strip::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}

.sports-poster-card {
  flex: 0 0 clamp(164px, 11vw, 198px);
  display: grid;
  gap: 12px;
  scroll-snap-align: start;
}

.sports-poster-card img {
  width: 100%;
  aspect-ratio: 9 / 14;
  object-fit: cover;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.22);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.sports-poster-card:hover img {
  transform: translateY(-5px);
  box-shadow: 0 28px 54px rgba(0, 0, 0, 0.28);
}

.sports-poster-copy {
  display: grid;
  gap: 4px;
}

.sports-poster-copy strong {
  font-size: 0.98rem;
  line-height: 1.1;
}

.sports-poster-copy span {
  color: var(--text-soft);
  font-size: 0.84rem;
  line-height: 1.45;
}

@keyframes sportsSpotlightFade {
  0%,
  8% {
    opacity: 0;
    transform: scale(1.08);
  }

  14%,
  34% {
    opacity: 1;
    transform: scale(1.01);
  }

  42%,
  100% {
    opacity: 0;
    transform: scale(1.06);
  }
}

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

  to {
    transform: translateX(calc(-50% - (var(--sports-strip-gap) / 2)));
  }
}

.trust-section {
  padding-top: 18px;
}

.trust-shell {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 20px;
  padding: 30px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top left, rgba(88, 166, 255, 0.14), transparent 28%),
    radial-gradient(circle at top right, rgba(var(--soft-accent-rgb), 0.16), transparent 24%),
    linear-gradient(180deg, rgba(17, 23, 35, 0.96), rgba(11, 15, 24, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 26px 56px rgba(0, 0, 0, 0.2);
}

.trust-shell::before {
  content: "";
  position: absolute;
  inset: auto auto -120px -80px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  pointer-events: none;
}

body[data-theme="light"] .trust-shell {
  background:
    radial-gradient(circle at top left, rgba(88, 166, 255, 0.14), transparent 28%),
    radial-gradient(circle at top right, rgba(var(--soft-accent-rgb), 0.12), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(244, 247, 255, 0.98));
  border-color: rgba(84, 114, 184, 0.12);
  box-shadow: 0 24px 52px rgba(74, 103, 164, 0.12);
}

.trust-intro {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 360px);
  gap: 18px;
  align-items: start;
}

.trust-intro .section-head {
  margin-bottom: 0;
}

.trust-intro .section-head p {
  max-width: 700px;
}

.trust-summary-card {
  display: grid;
  gap: 12px;
  padding: 22px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body[data-theme="light"] .trust-summary-card {
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(17, 17, 17, 0.08);
}

.trust-summary-kicker {
  display: inline-flex;
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(var(--soft-accent-rgb), 0.14);
  color: var(--soft-accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trust-summary-card strong {
  font-size: 1.08rem;
  line-height: 1.2;
}

.trust-summary-list {
  list-style: none;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.trust-summary-list li {
  position: relative;
  padding-left: 22px;
  color: var(--text-soft);
  line-height: 1.5;
}

.trust-summary-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--primary);
  box-shadow: 0 0 0 4px rgba(var(--soft-accent-rgb), 0.08);
}

.trust-facts-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.trust-fact-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 14px;
  min-height: 214px;
  padding: 22px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(13, 17, 26, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.trust-fact-card::before {
  content: "";
  position: absolute;
  inset: auto -34px -44px auto;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: rgba(var(--trust-accent-rgb, 229, 9, 20), 0.12);
  filter: blur(4px);
  pointer-events: none;
}

body[data-theme="light"] .trust-fact-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 247, 255, 0.96)),
    #ffffff;
  border-color: rgba(17, 17, 17, 0.08);
}

.trust-fact-icon {
  width: 50px;
  height: 50px;
  border-radius: 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--trust-accent-rgb, 229, 9, 20), 0.16);
  color: #fff;
  font-size: 1rem;
  box-shadow: 0 14px 28px rgba(var(--trust-accent-rgb, 229, 9, 20), 0.16);
}

body[data-theme="light"] .trust-fact-icon {
  color: rgb(var(--trust-accent-rgb, 229, 9, 20));
}

.trust-fact-copy {
  display: grid;
  gap: 8px;
}

.trust-fact-copy h3 {
  font-size: 1.06rem;
  line-height: 1.18;
}

.trust-fact-copy p {
  color: var(--text-soft);
  font-size: 0.92rem;
  line-height: 1.55;
}

.trust-footnote {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text-soft);
}

body[data-theme="light"] .trust-footnote {
  background: rgba(255, 255, 255, 0.84);
  border-color: rgba(17, 17, 17, 0.08);
}

.trust-footnote i {
  color: #ffd36a;
  margin-top: 2px;
}

.trust-footnote p {
  margin: 0;
  line-height: 1.55;
}

.faq-section {
  padding-top: 18px;
}

.faq-shell {
  display: grid;
  gap: 22px;
}

.faq-head {
  margin-bottom: 0;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 360px);
  gap: 20px;
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    rgba(14, 18, 27, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.12);
}

body[data-theme="light"] .faq-item {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 247, 255, 0.96)),
    #ffffff;
  border-color: rgba(17, 17, 17, 0.08);
  box-shadow: 0 18px 36px rgba(74, 103, 164, 0.08);
}

.faq-item summary {
  min-height: 68px;
  padding: 18px 20px;
  font-size: 0.98rem;
  letter-spacing: 0.01em;
}

.faq-item summary span {
  max-width: 92%;
}

.faq-item summary i {
  flex-shrink: 0;
  color: var(--primary);
  transition: transform 0.18s ease;
}

.faq-item[open] summary i {
  transform: rotate(180deg);
}

.faq-item .mobile-accordion-content {
  padding: 0 20px 18px;
  line-height: 1.62;
  font-size: 0.92rem;
}

.faq-support-card {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(var(--soft-accent-rgb), 0.18), transparent 34%),
    linear-gradient(180deg, rgba(24, 31, 46, 0.98), rgba(16, 21, 33, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.16);
}

body[data-theme="light"] .faq-support-card {
  background:
    radial-gradient(circle at top right, rgba(var(--soft-accent-rgb), 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 247, 255, 0.98));
  border-color: rgba(17, 17, 17, 0.08);
  box-shadow: 0 20px 40px rgba(74, 103, 164, 0.1);
}

.faq-support-kicker {
  display: inline-flex;
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(var(--soft-accent-rgb), 0.14);
  border: 1px solid rgba(var(--soft-accent-rgb), 0.18);
  color: var(--soft-accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body[data-theme="light"] .faq-support-kicker {
  color: var(--soft-accent-strong);
  background: rgba(var(--soft-accent-rgb), 0.08);
  border-color: rgba(var(--soft-accent-rgb), 0.12);
}

.faq-support-card h3 {
  font-size: 1.24rem;
  line-height: 1.14;
}

.faq-support-card p {
  color: var(--text-soft);
  line-height: 1.58;
}

.faq-support-points {
  display: grid;
  gap: 10px;
}

.faq-support-point {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text);
  font-size: 0.88rem;
  font-weight: 700;
}

body[data-theme="light"] .faq-support-point {
  background: rgba(17, 17, 17, 0.03);
  border-color: rgba(17, 17, 17, 0.06);
}

.faq-support-point i {
  color: #6cff9e;
}

.faq-support-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.faq-support-actions .btn {
  flex: 1 1 140px;
}

.seo-hub-section {
  padding-top: 10px;
}

.seo-hub-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.seo-hub-card {
  display: grid;
  gap: 12px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid var(--border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 100%),
    linear-gradient(180deg, var(--panel), var(--panel-2));
  box-shadow: var(--shadow);
}

.seo-hub-icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(var(--soft-accent-rgb), 0.14);
  color: var(--soft-accent);
  font-size: 1rem;
}

.seo-hub-card h3 {
  margin: 0;
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.seo-hub-card p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.9rem;
  line-height: 1.65;
}

.process-shell {
  background:
    radial-gradient(circle at top left, rgba(var(--soft-accent-rgb), 0.12), transparent 42%),
    linear-gradient(180deg, var(--panel), var(--panel-2));
  border: 1px solid var(--border);
  border-radius: 32px;
  padding: 34px;
  box-shadow: var(--shadow);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.process-step {
  display: grid;
  gap: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 22px;
}

body[data-theme="light"] .process-step {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(17, 17, 17, 0.08);
}

.process-step-number {
  display: inline-flex;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(var(--soft-accent-rgb), 0.14);
  color: var(--soft-accent);
  font-size: 0.8rem;
  font-weight: 800;
}

.process-step h3 {
  font-size: 1.08rem;
  line-height: 1.2;
}

.process-step p {
  color: var(--text-soft);
  font-size: 0.94rem;
}

.process-note {
  margin-top: 18px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 16px 18px;
  color: var(--text-soft);
}

body[data-theme="light"] .process-note {
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(17, 17, 17, 0.08);
}

.process-note i {
  color: var(--primary);
  margin-top: 2px;
}

@media (max-width: 1024px) {
  .sports-intro {
    grid-template-columns: 1fr;
  }

  .downloads-intro,
  .downloads-grid,
  .download-platform-grid,
  .download-guide-grid {
    grid-template-columns: 1fr;
  }

  .download-showcase {
    padding: 18px;
  }

  .download-showcase-preview {
    width: 100%;
    max-width: 100%;
    min-height: 260px;
  }

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

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

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

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

  .faq-support-card {
    position: static;
  }

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

  .premieres-head {
    max-width: none;
  }
}

@media (max-width: 780px) {
  .store-search-box {
    width: 100%;
    flex-basis: 100%;
  }

  .store-search-box input {
    min-height: 44px;
    padding: 11px 14px 11px 40px;
    font-size: 0.92rem;
  }

  .premieres-shell {
    gap: 18px;
  }

  .premieres-strip-head h3 {
    font-size: 1rem;
  }

  .premieres-strip-hint,
  .premieres-poster-copy span {
    font-size: 0.88rem;
    line-height: 1.5;
  }

  .premieres-poster-strip {
    --premieres-strip-gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scroll-padding-inline: 18px;
    scrollbar-width: thin;
    scrollbar-color: rgba(190, 255, 72, 0.65) rgba(255, 255, 255, 0.08);
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    touch-action: pan-x;
    cursor: grab;
  }

  .premieres-poster-strip::before,
  .premieres-poster-strip::after {
    display: none;
  }

  .premieres-poster-track {
    animation: none;
    padding-right: 12px;
  }

  .premieres-poster-card {
    flex-basis: 136px;
    scroll-snap-align: start;
    gap: 8px;
  }

  .premieres-poster-card img {
    border-radius: 20px;
  }

  .sports-copy-wrap {
    gap: 18px;
  }

  .sports-shell {
    padding: 18px 0;
  }

  .sports-summary-card,
  .sports-spotlight-card {
    padding: 16px;
    border-radius: 20px;
  }

  .downloads-shell {
    padding: 18px;
    border-radius: 22px;
  }

  .downloads-summary-card,
  .download-service-card,
  .download-platform-card,
  .download-guide-shell,
  .download-guide-card {
    padding: 16px;
    border-radius: 20px;
  }

  .download-service-title h3,
  .downloads-summary-card strong {
    font-size: 1rem;
  }

  .download-showcase-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sports-summary-card strong {
    font-size: 1rem;
  }

  .sports-summary-list li,
  .sports-spotlight-card p,
  .sports-strip-hint,
  .sports-poster-copy span {
    font-size: 0.88rem;
    line-height: 1.5;
  }

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

  .sports-spotlight-card {
    min-height: 210px;
  }

  .sports-spotlight-content {
    gap: 10px;
  }

  .sports-poster-strip {
    --sports-strip-gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scroll-padding-inline: 18px;
    scrollbar-width: thin;
    scrollbar-color: rgba(229, 9, 20, 0.55) rgba(255, 255, 255, 0.08);
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    touch-action: pan-x;
    cursor: grab;
  }

  .sports-poster-strip::before,
  .sports-poster-strip::after {
    display: none;
  }

  .sports-poster-track {
    animation: none;
    padding-right: 12px;
  }

  .sports-poster-card {
    flex-basis: 132px;
    scroll-snap-align: start;
    gap: 8px;
  }

  .sports-poster-card img {
    border-radius: 20px;
  }

  .sports-poster-strip-head h3 {
    font-size: 1.08rem;
  }

  .sports-poster-copy strong {
    font-size: 0.88rem;
  }

  .sports-poster-copy span {
    font-size: 0.76rem;
    line-height: 1.38;
  }

  .download-service-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .downloads-quick-nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: thin;
    scrollbar-color: rgba(var(--downloads-accent-rgb), 0.45) rgba(255, 255, 255, 0.06);
  }

  .downloads-quick-link {
    flex: 0 0 auto;
    white-space: nowrap;
    min-width: 0;
    min-height: 68px;
    padding: 4px 2px;
  }

  .downloads-quick-logo {
    height: 38px;
    max-width: 108px;
  }

  .download-showcase {
    padding: 14px;
    border-radius: 20px;
    gap: 12px;
  }

  .download-showcase-actions {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .download-service-downloads {
    display: flex;
    gap: 10px;
  }

  .download-showcase-btn,
  .download-showcase-btn--primary {
    min-height: 48px;
    padding: 0 12px;
    font-size: 0.86rem;
  }

  .download-service-downloads .download-showcase-btn,
  .download-service-downloads .download-showcase-btn--primary {
    min-height: 44px;
    padding: 0 14px;
    font-size: 0.84rem;
  }

  .download-showcase-preview {
    min-height: 170px;
    border-radius: 18px;
  }

  .download-service-title p,
  .download-steps-list li,
  .download-gallery-slot span {
    font-size: 0.82rem;
    line-height: 1.45;
  }

  .download-service-icon {
    width: 40px;
    height: 40px;
    border-radius: 13px;
  }

  .download-gallery-grid {
    grid-template-columns: 1fr;
  }

  .download-gallery-strip {
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scroll-padding-inline: 18px;
    scrollbar-width: thin;
    scrollbar-color: rgba(var(--downloads-accent-rgb), 0.45) rgba(255, 255, 255, 0.06);
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    touch-action: pan-x;
    cursor: grab;
  }

  .download-gallery-strip::before,
  .download-gallery-strip::after {
    display: none;
  }

  .download-gallery-track {
    animation: none;
    padding-right: 12px;
  }

  .download-gallery-card {
    flex-basis: 162px;
    scroll-snap-align: start;
  }

  .download-gallery-card.is-duplicate {
    display: none;
  }

  .download-gallery-slot {
    min-height: 116px;
    border-radius: 16px;
  }

  .download-service-actions {
    width: 100%;
    gap: 8px;
  }

  .download-service-actions .btn {
    width: 100%;
    min-height: 42px;
    padding: 10px 12px;
    font-size: 0.88rem;
  }

  .trust-shell {
    padding: 18px;
    border-radius: 22px;
  }

  .trust-summary-card,
  .trust-fact-card {
    padding: 16px;
    border-radius: 20px;
  }

  .trust-summary-card strong {
    font-size: 1rem;
  }

  .trust-summary-list li,
  .trust-fact-copy p {
    font-size: 0.88rem;
    line-height: 1.5;
  }

  .trust-fact-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .trust-fact-copy h3 {
    font-size: 1rem;
  }

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

  .trust-fact-card {
    min-height: auto;
  }

  .trust-footnote {
    gap: 10px;
    padding: 12px 14px;
    font-size: 0.88rem;
  }

  .faq-item {
    border-radius: 18px;
  }

  .faq-item summary {
    min-height: 58px;
    padding: 14px 14px;
    font-size: 0.9rem;
  }

  .faq-item .mobile-accordion-content {
    padding: 0 14px 14px;
    font-size: 0.88rem;
    line-height: 1.56;
  }

  .faq-support-card {
    gap: 12px;
    padding: 18px;
    border-radius: 20px;
  }

  .faq-support-card h3 {
    font-size: 1.12rem;
  }

  .faq-support-card p {
    font-size: 0.9rem;
  }

  .faq-support-point {
    min-height: 38px;
    padding: 8px 10px;
    font-size: 0.82rem;
  }

  .faq-support-actions {
    width: 100%;
    gap: 8px;
  }

  .faq-support-actions .btn {
    width: 100%;
    min-height: 42px;
    padding: 10px 12px;
    font-size: 0.88rem;
  }

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

  .process-shell {
    border-radius: 24px;
  }

  .process-shell {
    padding: 20px;
  }

  .process-step {
    gap: 12px;
    padding: 18px;
  }

  .process-note {
    padding: 14px 16px;
  }

}

@media (max-width: 480px) {
  .section-kicker {
    font-size: 0.72rem;
    padding: 7px 12px;
  }

  .sports-shell,
  .trust-shell,
  .process-shell {
    padding: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sports-spotlight-slide,
  .sports-poster-track {
    animation: none !important;
  }

  .sports-poster-strip {
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
    scrollbar-color: rgba(229, 9, 20, 0.55) rgba(255, 255, 255, 0.08);
  }

  .sports-poster-strip::before,
  .sports-poster-strip::after {
    display: none;
  }
}

/* TABS */
.category-tabs {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.tab-btn {
  background: linear-gradient(180deg, rgba(25, 31, 45, 0.98), rgba(17, 22, 34, 0.96));
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 14px 12px;
  border-radius: 22px;
  font-size: 0.9rem;
  font-weight: 700;
  min-height: 92px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 10px;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.16);
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.tab-btn:hover {
  transform: translateY(-3px);
  border-color: rgba(var(--soft-accent-rgb), 0.35);
}

.tab-btn.active {
  background:
    linear-gradient(180deg, rgba(111, 92, 245, 0.28), rgba(44, 67, 128, 0.9)),
    rgba(16, 20, 30, 0.96);
  color: #fff;
  border-color: rgba(168, 85, 247, 0.28);
  box-shadow: 0 18px 40px rgba(111, 92, 245, 0.24);
}

.tab-btn i {
  width: 42px;
  height: 42px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #dce6ff;
  font-size: 1rem;
}

.category-tabs.category-tabs-showcase {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 0;
}

.products-panel {
  display: none;
}

.products-panel.active {
  display: block;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
}

.products-grid-storefront {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px 16px;
}

.products-grid-storefront.is-compact {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px 12px;
}

.products-grid-storefront .product-media {
  height: clamp(210px, 20vw, 320px);
}

.products-grid-storefront.is-compact .product-media {
  height: clamp(190px, 17vw, 280px);
}

.products-grid-storefront .product-body {
  width: min(100%, 224px);
  max-width: 224px;
}

.products-grid-storefront.is-compact .product-body {
  width: min(100%, 198px);
  max-width: 198px;
}

.products-grid-storefront .product-body h3 {
  font-size: 1.02rem;
}

.products-grid-storefront.is-compact .product-body h3 {
  font-size: 0.96rem;
}

.products-grid-storefront .product-caption {
  font-size: 0.84rem;
}

.products-grid-storefront.is-compact .product-caption {
  font-size: 0.8rem;
}

@media (max-width: 1180px) {
  .products-grid-storefront {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .products-grid-storefront.is-compact {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .shop-catalog-toolbar,
  .shop-catalog-footer {
    padding: 16px;
  }

  .shop-toolbar-filters,
  .shop-toolbar-display,
  .shop-pagination {
    width: 100%;
  }

  .shop-toolbar-filters,
  .shop-toolbar-display {
    justify-content: space-between;
  }

  .shop-toolbar-select {
    width: 100%;
  }

  .shop-toolbar-select select {
    width: 100%;
    min-width: 0;
  }

  .shop-pagination {
    justify-content: flex-start;
  }
}

@media (min-width: 1400px) {
  .products-grid-storefront {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .products-grid-storefront.is-compact {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .shop-storefront-breadcrumb {
    font-size: 0.82rem;
  }

  .shop-show-select {
    width: 100%;
    justify-content: space-between;
  }

  .shop-view-btn,
  .shop-pagination-btn {
    min-width: 44px;
    width: 44px;
    height: 44px;
    padding: 0;
  }

  .products-grid-storefront,
  .products-grid-storefront.is-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* PRODUCT CARD */
.product-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto;
  justify-items: center;
  background: transparent;
  border: none;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  transition: transform 0.2s ease, opacity 0.18s ease;
  cursor: pointer;
}

.product-card:hover {
  transform: translateY(-6px);
}

.product-media,
.product-media *,
.product-body,
.product-body * {
  pointer-events: none;
}

.product-media {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  height: clamp(240px, 26vw, 360px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
  background: transparent;
  border-bottom: none;
}

body[data-theme="light"] .product-media {
  background: transparent;
  border-bottom-color: transparent;
}

.product-cover {
  width: min(100%, 290px);
  height: auto;
  max-height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
  background: transparent;
  border-radius: 0;
  filter: none;
}

.product-body {
  width: min(100%, 258px);
  max-width: 258px;
  margin: 0;
  position: relative;
  z-index: 2;
  text-align: center;
  justify-items: center;
  padding: 8px 0 4px;
  display: grid;
  grid-template-rows: auto auto minmax(0, auto) auto;
  gap: 6px;
}

.product-category-label {
  display: inline-flex;
  width: fit-content;
  padding: 0;
  border-radius: 999px;
  background: transparent;
  border: none;
  color: #aeb9d4;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-body h3 {
  width: 100%;
  font-size: 1.14rem;
  font-weight: 800;
  text-transform: none;
  margin-bottom: 0;
  line-height: 1.12;
  min-height: calc(1.12em * 2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-caption {
  width: 100%;
  color: var(--text-soft);
  font-size: 0.88rem;
  line-height: 1.35;
  min-height: calc(1.35em * 2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-price {
  color: #ffffff;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.15;
  margin: 0;
  text-align: center;
}

.product-card-footer {
  margin-top: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.product-card-open-icon {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: transparent;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #dbe4f7;
  flex-shrink: 0;
}

.soldout-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 4;
  background: rgba(10, 14, 24, 0.88);
  color: #fff;
  font-size: 0.74rem;
  font-weight: 800;
  padding: 7px 10px;
  border-radius: 8px;
  letter-spacing: 0.4px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
}

.product-card-soldout {
  opacity: 0.8;
}

.product-card-soldout:hover {
  transform: none;
}

.product-card-soldout .product-media {
  filter: grayscale(0.2);
}

.product-card-soldout .product-price {
  color: var(--text-soft);
}

/* SUPPORT FLOAT */
.support-fab-stack {
  position: fixed;
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 12px;
  z-index: 1200;
}

.support-fab-link,
.whatsapp-support,
.telegram-support {
  width: auto;
  min-width: 62px;
  min-height: 62px;
  padding: 6px 14px 6px 8px;
  gap: 10px;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.18s ease, filter 0.18s ease;
}

.social-icon-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.support-fab-icon,
.support-fab-link i,
.whatsapp-support i,
.telegram-support i {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.7rem;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
  flex-shrink: 0;
}

.support-fab-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.social-icon-image--support-fab {
  width: 32px;
  height: 32px;
}

.support-fab-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.support-fab-title,
.support-fab-meta {
  display: block;
  white-space: nowrap;
}

.support-fab-title {
  font-size: 0.86rem;
  line-height: 1.05;
  letter-spacing: 0.01em;
}

.support-fab-meta {
  font-size: 0.68rem;
  font-weight: 700;
  opacity: 0.88;
}

.support-fab-link:hover,
.whatsapp-support:hover,
.telegram-support:hover {
  transform: translateY(-2px);
  filter: brightness(1.03);
}

.support-fab-link.is-whatsapp,
.whatsapp-support {
  background: #25d366;
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.35);
  animation: whatsappPulse 1.8s infinite;
}

.support-fab-link.is-telegram,
.telegram-support {
  background: #229ed9;
  box-shadow: 0 10px 24px rgba(34, 158, 217, 0.32);
  animation: telegramPulse 1.8s infinite;
}

.support-fab-link.is-instagram {
  background: linear-gradient(135deg, #f58529, #dd2a7b 55%, #8134af);
  box-shadow: 0 10px 24px rgba(221, 42, 123, 0.28);
}

.support-fab-link.is-facebook {
  background: #1877f2;
  box-shadow: 0 10px 24px rgba(24, 119, 242, 0.26);
}

.support-fab-link.is-tiktok {
  background: linear-gradient(135deg, #111111, #242424);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.support-fab-link.is-youtube {
  background: #ff0000;
  box-shadow: 0 10px 24px rgba(255, 0, 0, 0.24);
}

.support-fab-link.is-x {
  background: #0f1419;
  box-shadow: 0 10px 24px rgba(15, 20, 25, 0.24);
}

.support-fab-link.is-website,
.support-fab-link.is-other {
  background: linear-gradient(135deg, #343a4a, #56617c);
  box-shadow: 0 10px 24px rgba(86, 97, 124, 0.28);
}

.social-button-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.social-icon-image--button {
  width: 18px;
  height: 18px;
}

@keyframes whatsappPulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.06); }
  100% { transform: scale(1); }
}

@keyframes telegramPulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

/* MODALS */
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  z-index: 1400;
}

.modal-backdrop.active {
  display: flex;
}

.modal-card,
.checkout-card,
.mini-modal {
  background: var(--panel);
  color: var(--text);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.modal-card {
  width: min(100%, 1140px);
  border-radius: 30px;
  padding: 30px;
  position: relative;
  max-height: min(92vh, 900px);
  overflow: auto;
  background:
    radial-gradient(circle at top right, rgba(95, 118, 255, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(31, 31, 31, 0.98), rgba(20, 20, 24, 0.98));
}

body[data-theme="light"] .modal-card {
  background:
    radial-gradient(circle at top right, rgba(95, 118, 255, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 247, 252, 0.98));
  border-color: rgba(84, 114, 184, 0.16);
  box-shadow: 0 24px 60px rgba(28, 42, 79, 0.12);
}

.checkout-card {
  width: min(100%, 620px);
  border-radius: 22px;
  padding: 24px;
  position: relative;
  max-height: min(92vh, 900px);
  overflow: auto;
}

.mini-modal {
  width: min(100%, 420px);
  border-radius: 22px;
  padding: 24px;
  text-align: center;
}

.footer-info-modal {
  width: min(100%, 560px);
  text-align: left;
  position: relative;
  padding-top: 56px;
}

.guide-portfolio-modal {
  width: min(100%, 860px);
  text-align: left;
  position: relative;
  padding-top: 56px;
}

.guide-portfolio-lead {
  color: var(--text-soft);
  margin-bottom: 18px;
}

.guide-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.guide-portfolio-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: flex-start;
  padding: 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

body[data-theme="light"] .guide-portfolio-item {
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(17, 17, 17, 0.08);
}

.guide-portfolio-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(var(--soft-accent-rgb), 0.14);
  color: var(--soft-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.guide-portfolio-item strong {
  display: block;
  margin-bottom: 6px;
  font-size: 0.98rem;
}

.guide-portfolio-item p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.92rem;
  line-height: 1.5;
}

.footer-info-content {
  color: var(--text-soft);
  display: grid;
  gap: 12px;
  line-height: 1.6;
}

.footer-info-content p {
  margin: 0;
}

.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  border: 1px solid var(--border);
  z-index: 2;
}

body[data-theme="light"] .modal-close {
  background: var(--secondary);
  color: var(--text);
  border-color: var(--border);
}

.modal-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  gap: 26px;
  align-items: start;
}

.modal-product-card {
  width: min(100%, 1360px);
  max-height: min(94vh, 980px);
  padding: 28px;
  display: grid;
  gap: 24px;
  background: var(--panel);
  border-color: var(--border);
  box-shadow: var(--shadow);
}

body[data-theme="light"] .modal-product-card {
  background: var(--panel);
  border-color: var(--border);
  box-shadow: var(--shadow);
}

.modal-product-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  color: var(--text-soft);
  font-size: 0.88rem;
  font-weight: 700;
  padding-right: 60px;
}

.modal-product-breadcrumb i {
  font-size: 0.72rem;
  opacity: 0.65;
}

.modal-product-breadcrumb strong {
  color: var(--text);
}

.modal-media-column {
  display: grid;
  gap: 14px;
}

.modal-image-wrap {
  background: transparent;
  border-radius: 30px;
  border: none;
  overflow: hidden;
  padding: clamp(20px, 2vw, 28px);
  min-height: clamp(320px, 32vw, 420px);
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
}

.modal-image {
  width: clamp(190px, 22vw, 280px);
  height: clamp(190px, 22vw, 280px);
  max-width: 86%;
  max-height: 86%;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center center;
  padding: 0;
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.22));
}

.modal-media-note {
  display: grid;
  gap: 8px;
  padding: 18px 20px;
  border-radius: 22px;
  background: var(--secondary);
  border: 1px solid var(--border);
}

.modal-media-note span {
  color: var(--primary);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.modal-media-note p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.65;
}

.modal-category {
  color: var(--primary);
  font-weight: 800;
  font-size: 0.8rem;
  display: inline-block;
  margin-bottom: 0;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.modal-heading-stack {
  display: grid;
  gap: 10px;
}

.modal-content {
  display: grid;
  gap: 18px;
  align-content: start;
  min-width: 0;
}

.modal-status-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0;
}

.modal-status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(37, 211, 102, 0.14);
  border: 1px solid rgba(37, 211, 102, 0.2);
  color: #8ff0b6;
  font-size: 0.84rem;
  font-weight: 800;
}

.modal-status-pill.is-soldout {
  background: rgba(229, 9, 20, 0.14);
  border-color: rgba(229, 9, 20, 0.2);
  color: #ff9ca1;
}

.modal-status-pill-soft {
  background: var(--panel-2);
  border-color: var(--border);
  color: var(--text-soft);
}

body[data-theme="light"] .modal-status-pill {
  color: #138245;
}

body[data-theme="light"] .modal-status-pill.is-soldout {
  color: var(--primary);
}

body[data-theme="light"] .modal-image-wrap {
  background: transparent;
  border-color: transparent;
}

body[data-theme="light"] .modal-media-note {
  background: var(--secondary);
  border-color: var(--border);
}

.modal-content h3 {
  font-size: clamp(2rem, 2.8vw, 3.1rem);
  line-height: 0.98;
  margin: 0;
}

.modal-description {
  color: var(--text-soft);
  margin: 0;
  max-height: none;
  overflow: visible;
  padding-right: 0;
  line-height: 1.75;
}

.modal-options {
  display: grid;
  margin-top: 0;
  gap: 14px;
}

.option-group {
  display: grid;
  gap: 8px;
}

.option-group label {
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c8d2ea;
}

body[data-theme="light"] .option-group label {
  color: var(--text);
}

#productModal.product-modal-spotify-plan .option-group label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.98rem;
  letter-spacing: 0;
  text-transform: none;
  color: var(--text);
}

body[data-theme="light"] #productModal.product-modal-spotify-plan .option-group label {
  color: #546074;
}

#productModal.product-modal-spotify-plan .option-group label::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 999px;
  flex: 0 0 12px;
  background: radial-gradient(circle at 30% 30%, #95f6b5 0%, #48d985 58%, #169b4f 100%);
  box-shadow: 0 0 0 4px rgba(72, 217, 133, 0.16);
}

.option-group select,
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

body[data-theme="light"] .option-group select,
body[data-theme="light"] .form-group input,
body[data-theme="light"] .form-group select,
body[data-theme="light"] .form-group textarea {
  background: #ffffff;
  color: #111111;
  border-color: rgba(17, 17, 17, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 8px 20px rgba(17, 17, 17, 0.04);
}

.option-group select,
.form-group select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  min-height: 44px;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 14px;
  padding-right: 46px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3.25 5.25L7 9l3.75-3.75' stroke='%23e8eeff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: calc(100% - 16px) 50%;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

#productModal.product-modal-spotify-plan .option-group select:disabled {
  cursor: not-allowed;
  opacity: 0.72;
}

body[data-theme="light"] .option-group select,
body[data-theme="light"] .form-group select {
  appearance: auto;
  -webkit-appearance: menulist;
  -moz-appearance: auto;
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 14px;
  background-image: none;
  box-shadow: none;
}

.option-group select:focus-visible,
.form-group select:focus-visible {
  outline: none;
  border-color: rgba(114, 154, 255, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 0 4px rgba(93, 120, 255, 0.12);
}

body[data-theme="light"] .option-group select:focus-visible,
body[data-theme="light"] .form-group select:focus-visible {
  border-color: rgba(17, 17, 17, 0.2);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 0 0 4px rgba(17, 17, 17, 0.05),
    0 10px 24px rgba(17, 17, 17, 0.06);
}

.form-group.is-invalid input,
.form-group.is-invalid select,
.form-group.is-invalid textarea,
.form-group.is-invalid .country-select-trigger,
.form-group.is-invalid .password-field input {
  border-color: rgba(255, 191, 71, 0.62) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 0 0 4px rgba(255, 191, 71, 0.14) !important;
}

body[data-theme="light"] .form-group.is-invalid input,
body[data-theme="light"] .form-group.is-invalid select,
body[data-theme="light"] .form-group.is-invalid textarea,
body[data-theme="light"] .form-group.is-invalid .country-select-trigger,
body[data-theme="light"] .form-group.is-invalid .password-field input {
  border-color: rgba(180, 35, 24, 0.34) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 0 0 4px rgba(180, 35, 24, 0.08),
    0 10px 24px rgba(17, 17, 17, 0.05) !important;
}

body[data-theme="light"] .modal-content h3,
body[data-theme="light"] .modal-accordion summary,
body[data-theme="light"] .modal-selection-head strong,
body[data-theme="light"] .modal-selection-grid strong {
  color: #172033;
}

body[data-theme="light"] .modal-description,
body[data-theme="light"] .modal-selection-head span,
body[data-theme="light"] .modal-price-box span,
body[data-theme="light"] .modal-price-box small,
body[data-theme="light"] .modal-selection-grid p,
body[data-theme="light"] .modal-media-note p {
  color: #667089;
}

.option-group select option,
.form-group select option {
  background: #ffffff;
  color: #111111;
}

.form-group textarea {
  resize: vertical;
  min-height: 110px;
}

.modal-purchase-shell {
  display: grid;
  gap: 18px;
  padding: 22px;
  border-radius: 28px;
  background: var(--bg-soft);
  border: 1px solid var(--border);
  min-width: 0;
}

body[data-theme="light"] .modal-purchase-shell {
  background: var(--bg-soft);
  border-color: var(--border);
}

.modal-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.modal-section-head > div {
  display: grid;
  gap: 6px;
}

.modal-section-head span {
  color: var(--primary);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.modal-section-head strong {
  color: var(--text);
  font-size: 1.08rem;
}

.modal-section-head small {
  color: var(--text-soft);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: right;
  max-width: 240px;
}

.modal-section-head-compact {
  align-items: flex-start;
}

.modal-summary-panels {
  margin: 0;
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
  min-width: 0;
}

.modal-price-box {
  margin: 0;
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 22px;
  min-width: 0;
}

.modal-price-box span,
.modal-price-box small {
  display: block;
}

.modal-price-box span {
  color: var(--text-soft);
  margin-bottom: 6px;
}

.modal-price-box strong {
  font-size: clamp(2rem, 3vw, 2.7rem);
  color: var(--primary);
  line-height: 1;
}

.modal-price-box small {
  color: var(--text-soft);
  margin-top: 4px;
}

.modal-selection-box {
  margin: 0;
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 20px;
  min-width: 0;
}

body[data-theme="light"] .modal-selection-box {
  background: var(--panel);
  border-color: var(--border);
}

body[data-theme="light"] .modal-price-box {
  background: var(--panel);
  border-color: var(--border);
}

.modal-selection-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  min-width: 0;
}

.modal-selection-head strong {
  font-size: 0.98rem;
}

.modal-selection-head span {
  color: var(--text-soft);
  font-size: 0.84rem;
  font-weight: 700;
}

.modal-selection-grid {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.modal-selection-grid p {
  margin: 0;
  color: var(--text-soft);
  padding: 12px 14px;
  border-radius: 16px;
  background: var(--secondary);
  min-width: 0;
  overflow-wrap: anywhere;
}

body[data-theme="light"] .modal-selection-grid p {
  background: var(--secondary);
}

.modal-selection-grid strong {
  color: var(--text);
}

.modal-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 0;
  min-width: 0;
}

.modal-actions .btn {
  flex: 1 1 220px;
  justify-content: center;
  min-width: 0;
}

.modal-detail-panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.modal-detail-card {
  display: grid;
  gap: 16px;
  padding: 22px;
  border-radius: 24px;
  background: var(--panel);
  border: 1px solid var(--border);
}

body[data-theme="light"] .modal-detail-card {
  background: var(--panel);
  border-color: var(--border);
}

.modal-guidance-list {
  list-style: none;
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
}

.modal-guidance-list li {
  position: relative;
  padding: 14px 14px 14px 42px;
  border-radius: 18px;
  background: var(--secondary);
  color: var(--text-soft);
  line-height: 1.6;
}

.modal-guidance-list li::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 16px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--primary);
  box-shadow: none;
}

body[data-theme="light"] .modal-guidance-list li {
  background: var(--secondary);
}

.modal-related-section {
  display: grid;
  gap: 18px;
}

.modal-related-head {
  align-items: flex-end;
}

.modal-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.modal-related-card {
  display: grid;
  grid-template-rows: auto 1fr;
  align-content: start;
  min-height: 100%;
  border-radius: 22px;
  overflow: hidden;
  cursor: pointer;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    rgba(15, 18, 26, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.modal-related-card:hover,
.modal-related-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(255, 122, 0, 0.28);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.16);
  outline: none;
}

body[data-theme="light"] .modal-related-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 247, 252, 0.96)),
    rgba(255, 255, 255, 0.98);
  border-color: rgba(84, 114, 184, 0.14);
}

.modal-related-media {
  display: grid;
  place-items: center;
  padding: 22px 18px 14px;
  min-height: 190px;
  aspect-ratio: 1 / 1;
  background: transparent;
}

body[data-theme="light"] .modal-related-media {
  background: transparent;
}

.modal-related-image {
  width: clamp(118px, 10vw, 148px);
  height: clamp(118px, 10vw, 148px);
  max-width: 84%;
  max-height: 84%;
  object-fit: contain;
  object-position: center center;
  filter: drop-shadow(0 16px 26px rgba(0, 0, 0, 0.2));
}

.modal-related-body {
  display: grid;
  gap: 8px;
  padding: 16px;
}

.modal-related-category {
  color: #ff8c93;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.modal-related-body h4 {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.2;
}

.modal-related-body p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.82rem;
  line-height: 1.45;
}

.modal-related-body strong {
  color: var(--text);
  font-size: 0.96rem;
}

@media (max-width: 900px) {
  .modal-related-media {
    min-height: 190px;
    padding: 20px 18px 10px;
  }

  .modal-related-image {
    max-width: min(100%, 160px);
    max-height: 160px;
  }
}

.modal-accordion {
  margin: 0 0 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
}

.modal-accordion summary {
  font-weight: 800;
  letter-spacing: 0.01em;
}

.modal-accordion .mobile-accordion-content {
  color: var(--text-soft);
  line-height: 1.6;
}

body[data-theme="light"] .modal-accordion {
  background: var(--panel-2);
  border-color: rgba(84, 114, 184, 0.14);
}

@media (min-width: 1025px) {
  #productModal {
    padding: 18px;
  }

  #productModal .modal-card {
    width: min(100%, 1360px);
    max-height: calc(100vh - 36px);
    border-radius: 34px;
    padding: 30px;
  }

  #productModal .modal-grid {
    grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
    gap: 32px;
    align-items: start;
  }

  #productModal .modal-media-column {
    position: sticky;
    top: 8px;
    width: 100%;
    max-width: 320px;
    justify-self: center;
    align-content: start;
    z-index: 0;
  }

  #productModal .modal-image-wrap {
    width: 100%;
    max-width: 320px;
    min-height: clamp(280px, 27vw, 380px);
    aspect-ratio: 1 / 1;
    padding: 20px;
    border-radius: 26px;
  }

  #productModal .modal-image {
    width: clamp(210px, 18vw, 236px);
    height: clamp(210px, 18vw, 236px);
    max-width: 86%;
    max-height: 86%;
    margin: 0 auto;
    aspect-ratio: auto;
    object-fit: contain;
    padding: 0;
  }

  #productModal .modal-content {
    display: grid;
    position: relative;
    z-index: 1;
    padding-right: 4px;
    gap: 16px;
  }

  #productModal .modal-heading-stack {
    padding-right: 52px;
  }

  #productModal .modal-content h3 {
    font-size: clamp(1.9rem, 2.3vw, 2.7rem);
    line-height: 1.02;
  }

  #productModal .modal-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  #productModal .modal-summary-panels {
    grid-template-columns: minmax(200px, 0.6fr) minmax(0, 1fr);
  }

  #productModal .modal-price-box,
  #productModal .modal-selection-box {
    border-radius: 22px;
    padding: 18px;
  }

  #productModal .modal-actions {
    padding-top: 2px;
  }
}

.mini-modal h3 {
  margin-bottom: 10px;
}

.mini-modal p {
  color: var(--text-soft);
  margin-bottom: 18px;
}

.mini-modal-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.auth-success-modal {
  width: min(100%, 480px);
  padding: 30px 26px 24px;
  background:
    radial-gradient(circle at top, rgba(143, 228, 168, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(28, 31, 38, 0.98), rgba(18, 20, 27, 0.98));
}

body[data-theme="light"] .auth-success-modal {
  background:
    radial-gradient(circle at top, rgba(143, 228, 168, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 247, 252, 0.98));
}

.auth-success-icon {
  width: 94px;
  height: 94px;
  border-radius: 999px;
  margin: 0 auto 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(143, 228, 168, 0.1);
  border: 2px solid rgba(143, 228, 168, 0.3);
  color: #8fe4a8;
  font-size: 2.5rem;
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.18);
}

.auth-success-kicker {
  display: inline-flex;
  margin-bottom: 6px;
  color: var(--text-soft);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.auth-success-actions {
  justify-content: center;
}

/* CART DRAWER */
.cart-drawer {
  position: fixed;
  top: 0;
  right: -420px;
  width: min(100%, 400px);
  height: 100vh;
  background: var(--panel);
  border-left: 1px solid var(--border);
  box-shadow: var(--shadow);
  z-index: 1350;
  display: flex;
  flex-direction: column;
  transition: right 0.25s ease;
}

.cart-drawer.active {
  right: 0;
}

.cart-header,
.cart-footer {
  padding: 18px;
  border-bottom: 1px solid var(--border);
}

.cart-footer {
  margin-top: auto;
  border-top: 1px solid var(--border);
  border-bottom: 0;
  background: var(--panel);
}

.cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cart-close {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--secondary);
  border: 1px solid var(--border);
  color: var(--text);
  flex-shrink: 0;
}

.cart-items {
  flex: 1;
  overflow: auto;
  padding: 18px;
}

.empty-cart {
  color: var(--text-soft);
  text-align: center;
  margin-top: 40px;
}

.cart-item {
  display: grid;
  grid-template-columns: 70px 1fr auto;
  gap: 12px;
  padding: 12px;
  border: 1px solid var(--border);
  background: var(--panel-2);
  border-radius: 18px;
  margin-bottom: 12px;
}

.cart-item img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 14px;
}

.cart-item h4 {
  font-size: 1rem;
  margin-bottom: 4px;
  line-height: 1.25;
}

.cart-item p {
  font-size: 0.9rem;
  color: var(--text-soft);
  line-height: 1.35;
}

.remove-cart-item {
  align-self: start;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: var(--secondary);
  color: var(--text);
}

.cart-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.cart-total strong {
  font-size: 1.3rem;
  color: var(--primary);
  text-align: right;
}

/* CHECKOUT */
.checkout-card h3 {
  margin-bottom: 18px;
  font-size: 1.6rem;
}

.checkout-form {
  display: grid;
  gap: 14px;
}

.checkout-flow-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(78, 161, 255, 0.18);
  background: rgba(78, 161, 255, 0.08);
}

.checkout-flow-note i {
  color: var(--primary);
  margin-top: 2px;
}

.checkout-flow-note p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.55;
}

.checkout-actions-stack {
  display: grid;
  gap: 10px;
}

.payment-methods-card {
  width: min(100%, 860px);
  max-height: min(90vh, 920px);
  overflow: auto;
}

.payment-methods-intro {
  margin: -4px 0 18px;
  color: var(--text-soft);
  line-height: 1.6;
}

.payment-methods-order-meta {
  margin-bottom: 18px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-soft);
  font-size: 0.92rem;
  line-height: 1.5;
}

.payment-methods-grid {
  display: grid;
  gap: 14px;
}

.payment-method-card {
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid var(--border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015)),
    var(--panel-2);
}

.payment-method-card-head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
}

.payment-method-card-title {
  display: grid;
  gap: 6px;
}

.payment-method-card-head strong {
  font-size: 1rem;
}

.payment-method-card-head p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.55;
}

.payment-method-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  position: relative;
}

.payment-method-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

.payment-method-card-icon::before {
  content: attr(data-fallback-label);
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #d8ecff;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.payment-method-card-icon.is-fallback::before {
  opacity: 1;
}

.payment-method-bank-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.payment-method-bank-card {
  display: grid;
  gap: 12px;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(10, 10, 14, 0.18);
}

.payment-method-bank-head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.payment-method-bank-head strong {
  font-size: 0.98rem;
}

.payment-method-bank-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.payment-method-bank-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.payment-method-data-list {
  display: grid;
  gap: 10px;
}

.payment-method-data-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(10, 10, 14, 0.18);
}

.payment-method-data-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.payment-method-data-copy span {
  color: var(--text-soft);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.payment-method-data-copy strong {
  word-break: break-word;
}

.payment-method-copy-btn {
  min-width: 96px;
}

.payment-method-bank-actions {
  display: flex;
  justify-content: flex-end;
}

.payment-method-card-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

@media (max-width: 780px) {
  .payment-method-card-head {
    align-items: flex-start;
  }

  .payment-method-bank-grid {
    grid-template-columns: 1fr;
  }

  .payment-method-data-row {
    flex-direction: column;
    align-items: stretch;
  }

  .payment-method-copy-btn {
    width: 100%;
  }

  .payment-method-bank-actions {
    justify-content: stretch;
  }

  .payment-method-bank-actions .payment-method-copy-btn {
    width: 100%;
  }
}

.form-group {
  display: grid;
  gap: 8px;
}

.form-group label {
  font-weight: 700;
}

.checkout-payment-methods {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.checkout-payment-method-help {
  display: block;
  margin-top: 10px;
  color: var(--text-soft);
  line-height: 1.5;
}

.checkout-payment-method-btn {
  min-height: 92px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    rgba(15, 18, 28, 0.86);
  color: var(--text);
  padding: 12px 10px;
  display: grid;
  gap: 8px;
  justify-items: center;
  align-content: center;
  text-align: center;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.checkout-payment-method-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(var(--primary-rgb), 0.34);
}

.checkout-payment-method-btn:focus-visible {
  outline: 2px solid rgba(var(--primary-rgb), 0.42);
  outline-offset: 2px;
}

.checkout-payment-method-btn.is-selected {
  border-color: rgba(var(--primary-rgb), 0.48);
  box-shadow: 0 14px 28px rgba(var(--primary-rgb), 0.16);
  background:
    linear-gradient(180deg, rgba(var(--primary-rgb), 0.18), rgba(var(--primary-rgb), 0.06)),
    rgba(15, 18, 28, 0.92);
}

.checkout-payment-method-btn[hidden] {
  display: none;
}

.checkout-payment-method-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.checkout-payment-method-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.checkout-payment-method-icon--fallback {
  width: auto;
  min-width: 42px;
  padding: 0 10px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #89f0c5;
  border: 1px solid rgba(137, 240, 197, 0.18);
  background: rgba(29, 141, 96, 0.14);
}

.checkout-payment-method-label {
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.2;
}

.form-group.is-invalid label {
  color: #ffcf70;
}

body[data-theme="light"] .form-group.is-invalid label {
  color: #b42318;
}

.whatsapp-field {
  display: grid;
  grid-template-columns: 122px 1fr;
  gap: 10px;
}

.whatsapp-field input {
  width: 100%;
}

.country-select {
  position: relative;
}

.country-select-trigger {
  width: 100%;
  min-height: 52px;
  background: var(--panel-2);
  color: var(--text);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  text-align: left;
}

.checkout-paypal-summary {
  background: var(--panel-2);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 16px;
  margin: 10px 0;
  display: grid;
  gap: 10px;
}

.checkout-manual-box {
  margin: 6px 0 2px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid var(--border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015)),
    var(--panel-2);
  display: grid;
  gap: 14px;
}

.checkout-manual-head {
  display: grid;
  gap: 6px;
}

.checkout-manual-head h4 {
  margin: 0;
  font-size: 1rem;
}

.checkout-manual-head p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.9rem;
  line-height: 1.5;
}

.checkout-payment-destination {
  display: grid;
  gap: 12px;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(78, 161, 255, 0.18);
  background: rgba(78, 161, 255, 0.08);
}

.checkout-payment-destination-head {
  display: grid;
  gap: 4px;
}

.checkout-payment-destination-head strong {
  font-size: 0.92rem;
}

.checkout-payment-destination-head small {
  color: var(--text-soft);
  line-height: 1.45;
}

.checkout-payment-destination-list {
  display: grid;
  gap: 10px;
}

.checkout-payment-destination-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(10, 10, 14, 0.18);
}

.checkout-payment-destination-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.checkout-payment-destination-copy span {
  color: var(--text-soft);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.checkout-payment-destination-copy strong {
  word-break: break-all;
}

.checkout-payment-copy-btn {
  min-width: 96px;
}

.checkout-payment-destination-index {
  color: var(--text-soft);
  font-size: 0.82rem;
  font-weight: 700;
}

.checkout-manual-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.checkout-manual-full {
  grid-column: 1 / -1;
}

.checkout-proof-preview {
  display: grid;
  gap: 12px;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(78, 161, 255, 0.18);
  background: rgba(78, 161, 255, 0.08);
}

.checkout-proof-preview-copy {
  display: grid;
  gap: 4px;
}

.checkout-proof-preview-copy strong {
  font-size: 0.92rem;
}

.checkout-proof-preview-copy small {
  color: var(--text-soft);
  line-height: 1.45;
}

.checkout-proof-preview-actions {
  display: flex;
  justify-content: flex-start;
}

.checkout-proof-preview img {
  width: min(100%, 280px);
  max-height: 220px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid var(--border);
}

.checkout-mobile-bank-card {
  margin-bottom: 12px;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(10, 10, 14, 0.18);
}

.checkout-mobile-bank-card--secondary {
  margin-bottom: 0;
}

.checkout-mobile-bank-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.checkout-mobile-bank-head strong {
  font-size: 0.98rem;
}

.checkout-mobile-bank-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.checkout-mobile-bank-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.paypal-fee-note {
  margin: 2px 0 0;
  color: var(--text-soft);
  font-size: 0.86rem;
  line-height: 1.5;
  text-align: left;
}

.success-payment-badge {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 18px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  border: 1px solid rgba(0, 112, 186, 0.28);
  background:
    linear-gradient(135deg, rgba(0, 112, 186, 0.2), rgba(0, 48, 135, 0.24)),
    rgba(255, 255, 255, 0.04);
  color: #dff2ff;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-align: center;
}

.success-payment-badge i {
  font-size: 1.05rem;
}

body[data-theme="light"] .success-payment-badge {
  color: #0b3c75;
  background:
    linear-gradient(135deg, rgba(0, 112, 186, 0.12), rgba(0, 48, 135, 0.1)),
    #f7fbff;
}

.paypal-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  color: var(--text-soft);
}

.paypal-summary-row span:last-child {
  font-weight: 700;
  color: var(--text);
}

.paypal-summary-row.total {
  margin-top: 6px;
  padding-top: 10px;
  border-top: 1px solid var(--border);
}

.paypal-summary-row.total strong {
  font-size: 1.2rem;
  color: var(--primary);
}

.country-select-value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.country-select-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: min(420px, 100vw - 48px);
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: 10px;
  z-index: 40;
}

.country-select-search {
  margin-bottom: 8px;
}

.country-select-search input,
.whatsapp-field input {
  width: 100%;
}

.country-select-search input {
  background: var(--panel-2);
  color: var(--text);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 12px 14px;
}

.country-select-options {
  max-height: 280px;
  overflow: auto;
  display: grid;
  gap: 6px;
}

.country-option {
  width: 100%;
  padding: 10px 12px;
  border-radius: 12px;
  display: grid;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  gap: 10px;
  color: var(--text);
  text-align: left;
}

.country-option:hover,
.country-option.is-selected {
  background: var(--panel-2);
}

.country-option-flag {
  font-size: 1.15rem;
}

.country-option-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.country-option-dial {
  color: var(--text-soft);
  font-weight: 700;
}

.native-country-select {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  inset: 0;
}

.field-help {
  color: var(--text-soft);
  font-size: 0.82rem;
  line-height: 1.45;
}

.field-error {
  display: none;
  color: #ffc861;
  font-size: 0.8rem;
  line-height: 1.4;
  font-weight: 600;
}

.field-error:not(:empty) {
  display: block;
}

body[data-theme="light"] .field-error {
  color: #b42318;
}

.checkout-summary {
  background: var(--panel-2);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 14px;
  color: var(--text-soft);
}

/* ADMIN ACCESS */
.admin-access {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: var(--panel);
  color: var(--text);
  border: 1px solid var(--border);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow);
}

.clickable-product-card {
  cursor: pointer;
}

.clickable-product-card:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 3px;
}

/* EXTRA MOBILE-READY HELPERS */
.mobile-accordion {
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--panel-2);
  overflow: hidden;
}

.mobile-accordion summary {
  list-style: none;
  cursor: pointer;
  padding: 14px 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.mobile-accordion summary::-webkit-details-marker {
  display: none;
}

.mobile-accordion-content {
  padding: 0 16px 16px;
  color: var(--text-soft);
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .hero-grid,
  .modal-grid {
    grid-template-columns: 1fr;
  }

  .products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px 12px;
  }

  .product-media {
    width: 100%;
    height: clamp(210px, 32vw, 300px);
    padding: 0;
  }

  .product-body {
    width: 100%;
    max-width: none;
    margin-top: 0;
  }

  .hero-info {
    grid-template-columns: 1fr;
  }

  .hero-card {
    order: -1;
  }

  .hero-content,
  .hero-card {
    padding: 28px;
  }

  .hero.hero-slider {
    min-height: 680px;
  }

  .hero-slider-content {
    padding-top: 72px;
    padding-bottom: 44px;
  }

  .hero-stage,
  .hero-trust-strip {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    width: 100%;
    padding: 28px;
  }

  .promo-carousel-copy {
    left: 22px;
    right: 22px;
    bottom: 22px;
  }
}

@media (max-width: 780px) {
  #productModal {
    padding: 0;
    align-items: flex-end;
  }

  #productModal .modal-card {
    width: min(100%, 100vw);
    max-width: 100%;
    max-height: 92vh;
    overflow-x: hidden;
    border-radius: 22px 22px 0 0;
  }

  #productModal .modal-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  #productModal .modal-grid,
  #productModal .modal-content,
  #productModal .modal-purchase-shell,
  #productModal .modal-summary-panels,
  #productModal .modal-detail-panels,
  #productModal .modal-selection-box,
  #productModal .modal-price-box,
  #productModal .modal-actions {
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }

  #productModal .modal-summary-panels {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  #productModal .modal-image-wrap {
    min-height: 240px;
    aspect-ratio: 1 / 1;
  }

  #productModal .modal-image {
    width: min(220px, 84%);
    height: min(220px, 84%);
    max-width: 84%;
    max-height: 84%;
    margin: 0 auto;
  }

  #productModal .modal-selection-head {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6px;
  }

  #productModal .modal-selection-head span {
    white-space: normal;
    text-align: left;
  }

  #productModal .modal-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px;
    flex-direction: column;
    align-items: stretch;
  }

  #productModal .modal-actions .btn {
    width: 100%;
    min-width: 0;
    min-height: 38px;
    padding: 8px 12px;
    font-size: 0.78rem;
    flex: none;
    white-space: normal;
  }

  .container {
    width: min(100% - 24px, var(--container));
  }

  .hero-popcorn-field {
    inset: 0;
    height: auto;
  }

  .hero-popcorn--4,
  .hero-popcorn--8,
  .hero-popcorn--10 {
    display: none;
  }

  .site-header {
    backdrop-filter: blur(14px);
  }

  .header-inner {
    min-height: 68px;
    gap: 8px;
  }

  .brand {
    gap: 10px;
    min-width: 0;
    flex: 1;
  }

  .brand-name {
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .brand-logo {
    width: 40px;
    height: 40px;
  }

  .header-actions {
    gap: 6px;
  }

  .account-access,
  .cart-toggle {
    display: none;
  }

  .header-actions > [data-install-app] {
    display: none !important;
  }

  .header-actions #themeToggle {
    order: 1;
  }

  .header-actions #logoutBtn {
    order: 2;
    display: none !important;
  }

  .header-actions #menuToggle {
    order: 3;
  }

  .header-actions #accountBtn,
  .header-actions #cartToggle,
  .header-actions > [data-install-app] {
    order: 10;
  }

  .theme-toggle,
  .cart-toggle,
  .menu-toggle,
  .admin-access {
    width: 34px;
    height: 34px;
    border-radius: 11px;
  }

  .main-nav {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 10px;
    right: 10px;
    background: var(--panel);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 10px;
    flex-direction: column;
    align-items: stretch;
    box-shadow: var(--shadow);
    gap: 8px;
  }

  .main-nav.active {
    display: flex;
  }

  .nav-theme-switch {
    width: 40px;
    min-height: 24px;
  }

  .nav-theme-switch-track {
    width: 40px;
    height: 24px;
    padding: 2px;
  }

  .nav-theme-switch-track::before,
  .nav-theme-switch-track::after {
    width: 6px;
    height: 6px;
  }

  .nav-theme-switch-track::before {
    left: 6px;
  }

  .nav-theme-switch-track::after {
    right: 6px;
  }

  .nav-theme-switch-thumb {
    width: 18px;
    height: 18px;
  }

  .nav-theme-switch.is-light .nav-theme-switch-thumb {
    transform: translateX(18px);
  }

  .main-nav a,
  .main-nav .nav-account-link {
    width: 100%;
    padding: 13px 14px;
    border-radius: 14px;
    background: var(--panel-2);
    color: var(--text);
  }

  .main-nav .nav-account-link {
    justify-content: flex-start;
    border: none;
    text-align: left;
  }

  .main-nav a::after,
  .main-nav .nav-account-link::after {
    display: none;
  }

  .main-nav a:hover,
  .main-nav .nav-account-link:hover {
    background: rgba(var(--soft-accent-rgb), 0.08);
    color: var(--text);
  }

  .menu-toggle {
    display: inline-flex;
  }

  body {
    padding-bottom: calc(86px + env(safe-area-inset-bottom, 0px));
  }

  .mobile-bottom-nav {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: calc(12px + env(safe-area-inset-bottom, 0px));
    z-index: 70;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    padding: 8px;
    border-radius: 24px;
    border: 1px solid var(--border);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
      rgba(10, 10, 14, 0.92);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(16px);
  }

  body[data-theme="light"] .mobile-bottom-nav {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.86)),
      rgba(255, 255, 255, 0.9);
  }

  .mobile-bottom-link {
    position: relative;
    min-height: 58px;
    border: none;
    background: transparent;
    color: var(--text-soft);
    border-radius: 18px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.1;
    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
  }

  .mobile-bottom-link i {
    font-size: 1.02rem;
  }

  .mobile-bottom-link:hover,
  .mobile-bottom-link.is-active {
    color: var(--text);
    background: rgba(var(--soft-accent-rgb), 0.1);
  }

  .mobile-bottom-link:active {
    transform: scale(0.98);
  }

  .mobile-bottom-count {
    position: absolute;
    top: 6px;
    right: 14px;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    border-radius: 999px;
    background: var(--primary);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .hero {
    padding: 24px 0 18px;
  }

  .hero.hero-slider {
    min-height: 560px;
    padding: 0;
  }

  .hero-grid {
    gap: 16px;
  }

  .hero-content,
  .hero-card,
  .modal-card,
  .checkout-card,
  .mini-modal {
    padding: 18px;
    border-radius: 22px;
  }

  .hero-content,
  .hero-card,
  .section-head,
  .info-section .container,
  .shop-section .container {
    text-align: center;
  }

  .modal-content {
    text-align: left;
  }

  .hero-copy {
    width: 100%;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    text-align: center;
    margin-top: auto;
  }

  body[data-theme="light"] .hero-copy {
    background: transparent;
    border: 0;
  }

  .hero-badge {
    margin-inline: auto;
    font-size: 0.82rem;
    padding: 8px 12px;
  }

  .hero h1 {
    font-size: 2rem;
    line-height: 1.05;
    margin-bottom: 12px;
  }

  .hero p,
  .hero-card p,
  .section-head p,
  .hero-copy p {
    font-size: 0.95rem;
    max-width: 100%;
    margin-inline: auto;
  }

  .hero-logo {
    width: 132px;
    height: 132px;
    margin-bottom: 14px;
  }

  .hero-card h3 {
    font-size: 1.25rem;
  }

  .hero-buttons,
  .mini-modal-actions,
  .modal-actions {
    flex-direction: column;
  }

  .hero-buttons .btn,
  .mini-modal-actions .btn,
  .modal-actions .btn,
  .cart-footer .btn,
  .info-section .btn {
    width: 100%;
  }

  .checkout-manual-grid {
    grid-template-columns: 1fr;
  }

  .checkout-payment-methods {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .checkout-payment-destination-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-slider-content {
    justify-content: flex-end;
    align-items: stretch;
    padding-top: 82px;
    padding-bottom: 22px;
  }

  .hero-ambient-orb--right {
    width: 320px;
    height: 320px;
    right: -90px;
  }

  .hero-stage {
    gap: 16px;
  }

  .promo-carousel-section {
    padding-top: 22px;
  }

  .promo-carousel-head {
    text-align: center;
    justify-content: center;
  }

  .promo-carousel-head p {
    max-width: 100%;
  }

  .home-promo-copy {
    text-align: center;
    justify-items: center;
  }

  .home-promo-copy p {
    max-width: 100%;
  }

  .promo-carousel-media {
    min-height: 420px;
    border-radius: 26px;
  }

  .promo-carousel-copy {
    left: 18px;
    right: 18px;
    bottom: 18px;
    gap: 12px;
  }

  .promo-carousel-copy h3 {
    font-size: 2rem;
  }

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

  .promo-carousel-actions .btn {
    width: 100%;
  }

  .home-promo-actions .btn {
    width: 100%;
  }

  .hero-slider-dots {
    justify-content: center;
    margin-top: 14px;
    padding-left: 0;
  }

  .hero-info {
    margin-top: 18px;
    gap: 10px;
  }

  .hero-info-card {
    text-align: center;
    min-height: auto;
    padding: 14px;
  }

  .modal-selection-head,
  .modal-status-row {
    justify-content: center;
  }

  .hero-side-card,
  .hero-trust-item {
    padding: 16px;
    border-radius: 22px;
  }

  .hero-side-card h3 {
    font-size: 1.1rem;
  }

  .hero-shortcut {
    text-align: left;
  }

  .shop-section,
  .info-section {
    padding: 26px 0;
  }

  .hero-side-panel,
  .hero-trust-strip,
  .process-section {
    display: none;
  }

  .guide-portfolio-grid {
    grid-template-columns: 1fr;
  }

  .section-head {
    margin-bottom: 18px;
  }

  .section-head h2 {
    font-size: 1.46rem;
  }

  .category-tabs {
    gap: 8px;
    margin-bottom: 18px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 6px;
    scroll-snap-type: x proximity;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .category-tabs::-webkit-scrollbar {
    display: none;
  }

  .tab-btn {
    flex: 0 0 auto;
    min-height: 36px;
    padding: 8px 11px;
    font-size: 0.76rem;
    white-space: nowrap;
    scroll-snap-align: start;
  }

  .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 10px;
  }

  .product-media {
    width: min(100%, 156px);
    border-radius: 18px;
    aspect-ratio: 1 / 1.22;
    padding: 0;
  }

  .product-cover {
    border-radius: 0;
  }

  .product-body {
    width: 100%;
    max-width: 156px;
    margin-top: -9px;
    text-align: center;
    justify-items: center;
    padding: 7px 1px 3px;
    gap: 5px;
  }

  .product-body h3 {
    font-size: 0.88rem;
    margin-bottom: 0;
    min-height: calc(1.12em * 2);
  }

  .product-caption {
    min-height: calc(1.3em * 2);
    font-size: 0.8rem;
  }

  .product-price {
    font-size: 0.84rem;
  }

  .soldout-badge {
    top: 10px;
    left: 10px;
    font-size: 0.72rem;
    padding: 7px 10px;
  }

  .modal-backdrop {
    padding: 10px;
    align-items: flex-end;
  }

  #authModal {
    align-items: flex-end;
  }

  .modal-card,
  .checkout-card,
  .mini-modal {
    width: 100%;
    max-height: 92vh;
  }

  .auth-card {
    width: 100%;
    max-height: 96vh;
    min-height: min(720px, 96vh);
    border-radius: 24px 24px 0 0;
    padding: 16px;
  }

  .auth-layout {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .auth-top {
    text-align: center;
    padding: 14px;
    gap: 8px;
  }

  .auth-top h3 {
    font-size: 1.35rem;
    line-height: 1.08;
  }

  .auth-text {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .auth-feature-list {
    display: none;
  }

  .auth-feature-item {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    padding: 10px 0;
  }

  .auth-main {
    gap: 12px;
  }

  .auth-tabs {
    margin-bottom: 0;
  }

  .auth-tab {
    min-height: 46px;
    padding: 10px 12px;
    font-size: 0.92rem;
  }

  .auth-form {
    gap: 12px;
  }

  .auth-inline {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .auth-status {
    text-align: center;
    margin-top: 0;
  }

  .auth-link-btn,
  .auth-remember {
    text-align: center;
    justify-content: center;
  }

  .country-select-dropdown {
    max-height: 250px;
  }

  .modal-card {
    border-radius: 22px 22px 0 0;
  }

  .modal-product-card {
    gap: 18px;
    padding: 24px 18px 18px;
  }

  .modal-product-breadcrumb {
    gap: 8px;
    padding-right: 48px;
    font-size: 0.8rem;
  }

  .modal-grid {
    gap: 16px;
  }

  .modal-image-wrap {
    max-width: none;
    margin: 0;
    min-height: 0;
    padding: 18px;
  }

  .modal-media-note,
  .modal-purchase-shell,
  .modal-detail-card {
    padding: 18px;
  }

  .modal-section-head,
  .modal-related-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .modal-section-head small {
    max-width: none;
    text-align: left;
  }

  .modal-content h3 {
    font-size: 1.6rem;
  }

  .modal-description {
    max-height: none;
    overflow: visible;
    margin-bottom: 0;
    font-size: 0.98rem;
    line-height: 1.7;
    background: none;
    border: 0;
    border-radius: 0;
    padding: 0;
    text-align: left;
  }

  body[data-theme="light"] .modal-description {
    background: none;
  }

  .mobile-accordion summary,
  .mobile-accordion-content,
  .modal-selection-grid {
    text-align: left;
  }

  .modal-options {
    grid-template-columns: 1fr;
    gap: 12px;
    text-align: left;
  }

  .modal-summary-panels {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .modal-detail-panels {
    grid-template-columns: 1fr;
    gap: 16px;
  }

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

  .option-group select,
  .form-group input,
  .form-group select,
  .form-group textarea {
    min-height: 48px;
    padding: 13px 14px;
  }

  .whatsapp-field {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .country-select-dropdown {
    width: 100%;
    max-width: none;
  }

  .modal-price-box {
    margin: 0;
    padding: 18px;
    text-align: left;
  }

  .modal-selection-box {
    padding: 16px;
  }

  .modal-selection-grid p {
    padding: 10px 12px;
  }

  .modal-price-box strong {
    font-size: 1.55rem;
  }

  .modal-actions .btn {
    flex: 1 1 100%;
  }

  .cart-drawer {
    width: 100%;
    right: -100%;
    border-left: 0;
  }

  .cart-header,
  .cart-items,
  .cart-footer {
    padding-left: 14px;
    padding-right: 14px;
  }

  .cart-header {
    padding-top: max(14px, env(safe-area-inset-top));
  }

  .cart-item {
    grid-template-columns: 60px 1fr auto;
    gap: 10px;
    padding: 10px;
    border-radius: 16px;
  }

  .cart-item img {
    width: 60px;
    height: 60px;
    border-radius: 12px;
  }

  .cart-item h4 {
    font-size: 0.95rem;
  }

  .cart-item p {
    font-size: 0.84rem;
  }

  .remove-cart-item {
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }

  .cart-total {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 12px;
  }

  .cart-total strong {
    font-size: 1.2rem;
    text-align: left;
  }

  .checkout-card h3 {
    font-size: 1.35rem;
    text-align: center;
    padding-right: 30px;
  }

  .checkout-form {
    gap: 12px;
  }

  .checkout-payment-method-btn {
    min-height: 84px;
    padding: 10px 8px;
  }

  .checkout-summary {
    text-align: left;
  }

  .support-fab-stack {
    right: 12px;
    bottom: calc(94px + env(safe-area-inset-bottom, 0px));
    gap: 8px;
  }

  .support-fab-link,
  .whatsapp-support,
  .telegram-support {
    width: 50px;
    min-width: 50px;
    min-height: 50px;
    padding: 0;
    border-radius: 50%;
    justify-content: center;
    font-size: 1.45rem;
  }

  .support-fab-icon,
  .support-fab-link i,
  .whatsapp-support i,
  .telegram-support i {
    width: 50px;
    height: 50px;
    font-size: 1.45rem;
  }

  .support-fab-copy {
    display: none;
  }

  .empty-cart {
    margin-top: 24px;
  }
}

@media (max-width: 480px) {
  .container {
    width: min(100% - 18px, var(--container));
  }

  .header-inner {
    min-height: 64px;
  }

  .brand-name {
    font-size: 0.9rem;
  }

  .theme-toggle,
  .cart-toggle,
  .menu-toggle,
  .admin-access {
    width: 34px;
    height: 34px;
  }

  .cart-count {
    min-width: 20px;
    height: 20px;
    font-size: 0.7rem;
  }

  .hero {
    padding-top: 18px;
  }

  .hero.hero-slider {
    min-height: 500px;
    padding-top: 0;
  }

  .hero-content,
  .hero-card,
  .modal-card,
  .checkout-card,
  .mini-modal {
    padding: 14px;
  }

  .hero-copy {
    padding: 14px;
    border-radius: 20px;
  }

  .promo-carousel-head h2 {
    font-size: 1.5rem;
  }

  .promo-carousel-media {
    min-height: 360px;
  }

  .promo-carousel-copy h3 {
    font-size: 1.7rem;
  }

  .home-promo-copy h2 {
    font-size: 1.55rem;
  }

  .hero h1 {
    font-size: 1.68rem;
  }

  .hero-buttons {
    gap: 10px;
  }

  .btn {
    padding: 9px 12px;
    font-size: 0.86rem;
  }

  .section-head h2 {
    font-size: 1.28rem;
  }

  .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 8px;
  }

  .product-media {
    width: min(100%, 132px);
    max-width: 132px;
    border-radius: 16px;
    aspect-ratio: 1 / 1.2;
    padding: 0;
  }

  .product-cover {
    border-radius: 0;
  }

  .product-body {
    width: 100%;
    max-width: 132px;
    margin-top: -8px;
    text-align: center;
    justify-items: center;
    padding: 7px 1px 3px;
    gap: 4px;
  }

  .product-body h3 {
    font-size: 0.8rem;
    line-height: 1.1;
    min-height: calc(1.1em * 2);
  }

  .product-caption {
    font-size: 0.72rem;
    line-height: 1.25;
    min-height: calc(1.25em * 2);
  }

  .product-price {
    font-size: 0.76rem;
  }

  .modal-card {
    padding-top: 48px;
  }

  .modal-product-card {
    padding: 48px 14px 14px;
    gap: 14px;
  }

  #productModal .modal-product-card {
    padding: 48px 12px 12px;
    gap: 12px;
  }

  #productModal .modal-card {
    width: calc(100vw - 12px);
    max-width: calc(100vw - 12px);
  }

  #productModal .modal-purchase-shell,
  #productModal .modal-detail-card,
  #productModal .modal-selection-box,
  #productModal .modal-price-box {
    padding: 14px;
    border-radius: 16px;
  }

  #productModal .modal-selection-grid p {
    padding: 10px 12px;
    border-radius: 14px;
    font-size: 0.84rem;
    line-height: 1.45;
  }

  #productModal .modal-actions {
    gap: 6px;
  }

  #productModal .modal-actions .btn {
    min-height: 34px;
    padding: 7px 10px;
    border-radius: 11px;
    font-size: 0.74rem;
    gap: 6px;
  }

  .modal-close {
    top: 10px;
    right: 10px;
    width: 38px;
    height: 38px;
    border-radius: 10px;
  }

  .modal-product-breadcrumb {
    gap: 6px;
    padding-right: 42px;
    font-size: 0.74rem;
  }

  .modal-image-wrap {
    padding: 14px;
    border-radius: 22px;
  }

  #productModal .modal-image-wrap {
    min-height: 210px;
  }

  #productModal .modal-image {
    width: min(190px, 82%);
    height: min(190px, 82%);
    max-width: 82%;
    max-height: 82%;
  }

  .modal-media-note,
  .modal-purchase-shell,
  .modal-detail-card {
    padding: 16px;
    border-radius: 18px;
  }

  .modal-content h3 {
    font-size: 1.18rem;
  }

  .modal-category {
    font-size: 0.84rem;
  }

  .modal-section-head span {
    font-size: 0.68rem;
  }

  .modal-section-head strong {
    font-size: 0.98rem;
  }

  .modal-price-box strong {
    font-size: 1.36rem;
  }

  .modal-guidance-list li {
    padding: 12px 12px 12px 38px;
    border-radius: 16px;
  }

  .modal-guidance-list li::before {
    top: 16px;
    left: 14px;
  }

  .modal-related-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .mini-modal h3,
  .checkout-card h3 {
    font-size: 1.2rem;
  }

  .support-fab-stack {
    right: 10px;
    bottom: calc(90px + env(safe-area-inset-bottom, 0px));
    gap: 8px;
  }

  .support-fab-link,
  .whatsapp-support,
  .telegram-support {
    width: 46px;
    min-width: 46px;
    min-height: 46px;
    font-size: 1.32rem;
  }

  .support-fab-icon,
  .support-fab-link i,
  .whatsapp-support i,
  .telegram-support i {
    width: 46px;
    height: 46px;
    font-size: 1.32rem;
  }

  .sports-shell {
    padding: 16px 0;
  }

  .sports-spotlight-card {
    min-height: 192px;
  }

  .sports-poster-card {
    flex-basis: 118px;
  }

  .sports-poster-card img {
    border-radius: 16px;
  }

  .sports-poster-copy strong {
    font-size: 0.82rem;
  }

  .sports-poster-copy span {
    font-size: 0.72rem;
  }

  .mobile-bottom-nav {
    left: 10px;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom, 0px));
    gap: 6px;
    padding: 7px;
    border-radius: 20px;
  }

  .mobile-bottom-link {
    min-height: 52px;
    font-size: 0.68rem;
  }

  .mobile-bottom-link i {
    font-size: 0.94rem;
  }

  .mobile-bottom-count {
    top: 5px;
    right: 11px;
    min-width: 18px;
    height: 18px;
    font-size: 0.66rem;
  }
}

@media (max-width: 780px) {
  .hero-info {
    display: none;
  }
}

/* ============================= */
/* CUENTA CLIENTE / AUTH MODAL */
/* ============================= */

.account-access {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--panel);
  color: var(--text);
  border: 1px solid var(--border);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow);
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.account-access:hover {
  transform: translateY(-1px);
  border-color: rgba(var(--soft-accent-rgb), 0.35);
}

@media (max-width: 780px) {
  .brand-name {
    display: none;
  }

  .site-header .account-access,
  .site-header .header-actions > [data-install-app] {
    display: none !important;
  }
}

/* AUTH MODAL */
.auth-card {
  width: min(100%, 1020px);
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 26px;
  padding: 24px;
  box-shadow: var(--shadow);
  position: relative;
  max-height: min(92vh, 900px);
  overflow: auto;
}

.auth-card.is-register-mode {
  width: min(100%, 620px);
  max-height: min(90vh, 780px);
}

.shake-error {
  animation: shakeError 0.32s ease;
}

@keyframes shakeError {
  0%, 100% { transform: translateX(0); }
  20% { transform: translateX(-8px); }
  40% { transform: translateX(8px); }
  60% { transform: translateX(-6px); }
  80% { transform: translateX(6px); }
}

.auth-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(0, 1.05fr);
  gap: 20px;
  align-items: start;
}

.auth-top {
  background: var(--panel-2);
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 18px;
  text-align: left;
  display: grid;
  gap: 10px;
}

.auth-kicker {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 6px;
}

.auth-text {
  color: var(--text-soft);
  font-size: 0.94rem;
  line-height: 1.6;
}

.auth-showcase {
  position: relative;
  margin-top: 0;
}

.auth-showcase::before,
.auth-showcase::after {
  content: "";
  position: absolute;
  inset: auto;
  width: 140px;
  height: 140px;
  border-radius: 999px;
  filter: blur(42px);
  opacity: 0.7;
  pointer-events: none;
}

.auth-showcase::before {
  top: 18px;
  left: 14px;
  background: rgba(78, 255, 84, 0.2);
}

.auth-showcase::after {
  right: 12px;
  bottom: 18px;
  background: rgba(239, 64, 43, 0.18);
}

.auth-showcase-frame {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: 12px 12px 0;
  background:
    radial-gradient(circle at top center, rgba(96, 255, 112, 0.16), transparent 38%),
    linear-gradient(145deg, rgba(9, 12, 19, 0.98), rgba(2, 4, 7, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 28px 55px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transform-origin: center;
  animation: authShowcaseFloat 6.2s ease-in-out infinite;
}

.auth-showcase-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.08) 34%, transparent 58%);
  transform: translateX(-120%);
  animation: authShowcaseSheen 7s ease-in-out infinite;
  pointer-events: none;
}

.auth-showcase-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 0.9;
  object-fit: cover;
  object-position: center top;
  border-radius: 22px 22px 0 0;
  filter: saturate(1.05) contrast(1.04);
}

.auth-showcase-chip {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(8, 12, 18, 0.72);
  color: #f7fafc;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.26);
}

.auth-showcase-chip-primary {
  top: 14px;
  left: 14px;
  color: #8cff56;
}

.auth-showcase-chip-secondary {
  right: 14px;
  bottom: 14px;
  color: #ffffff;
}

@keyframes authShowcaseFloat {
  0%, 100% {
    transform: translateY(0) rotate(-1deg);
  }
  50% {
    transform: translateY(-10px) rotate(1deg);
  }
}

@keyframes authShowcaseSheen {
  0%, 12% {
    transform: translateX(-120%);
  }
  28%, 100% {
    transform: translateX(120%);
  }
}

.auth-feature-list {
  display: grid;
  gap: 6px;
}

.auth-feature-item {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 10px;
  align-items: start;
  padding: 10px 0;
  border-top: 1px solid var(--border);
}

.auth-feature-item i {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--secondary);
  color: var(--primary);
}

.auth-feature-item span {
  color: var(--text-soft);
  line-height: 1.45;
}

.auth-main {
  display: grid;
  gap: 12px;
  border-radius: 24px;
  transition: background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, padding 0.22s ease;
}

.auth-card.is-register-mode .auth-main {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.auth-card.is-register-mode .auth-top {
  display: none;
}

.auth-card.is-register-mode .auth-layout {
  grid-template-columns: 1fr;
  gap: 12px;
}

.auth-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}

.auth-tab {
  flex: 1;
  padding: 10px 12px;
  border-radius: 12px;
  background: var(--panel-2);
  border: 1px solid var(--border);
  font-weight: 700;
}

.auth-tab.active {
  background: var(--primary);
  color: #fff;
  border-color: transparent;
}

/* FORM */
.auth-form {
  display: grid;
  gap: 12px;
}

.auth-provider-note {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: center;
  color: var(--text-soft);
  font-size: 0.82rem;
}

.auth-provider-note::before,
.auth-provider-note::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}

body[data-theme="light"] .auth-provider-note::before,
body[data-theme="light"] .auth-provider-note::after {
  background: rgba(63, 106, 181, 0.12);
}

.auth-card.is-register-mode .auth-tabs {
  margin-bottom: 4px;
}

.register-panel {
  gap: 10px;
}

.register-panel-hero {
  display: grid;
  gap: 6px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(var(--soft-accent-rgb), 0.08), rgba(var(--soft-accent-rgb), 0.03));
}

.register-panel-copy {
  display: grid;
  gap: 4px;
}

.register-panel-kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--secondary);
  color: var(--primary);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.register-panel-copy h4 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.1;
}

.register-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.register-field {
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: var(--panel);
}

.register-field-wide {
  grid-column: 1 / -1;
}

.register-field .field-help {
  margin-top: 1px;
  font-size: 0.78rem;
  line-height: 1.35;
}

.register-field input,
.register-field select,
.register-field textarea,
.register-field .country-select-trigger {
  background: var(--secondary);
  border-color: var(--border);
  box-shadow: none;
}

.register-password-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  flex-wrap: wrap;
}

.register-password-rule {
  display: inline-flex;
  align-items: center;
  padding: 4px 9px;
  border-radius: 999px;
  background: var(--secondary);
  border: 1px solid var(--border);
  color: var(--text-soft);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.register-password-meter {
  width: 100%;
  height: 5px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

body[data-theme="light"] .register-password-meter {
  background: rgba(17, 17, 17, 0.08);
}

.register-password-meter-bar {
  display: block;
  width: 18%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.14));
  transition: width 0.22s ease, background 0.22s ease;
}

.register-password-meter-bar[data-strength="weak"] {
  width: 36%;
  background: linear-gradient(90deg, #ef402b, #c93221);
}

.register-password-meter-bar[data-strength="medium"] {
  width: 68%;
  background: linear-gradient(90deg, #4ea1ff, #3f6ab5);
}

.register-password-meter-bar[data-strength="strong"] {
  width: 100%;
  background: linear-gradient(90deg, #22c55e, #14b8a6);
}

#authModal .form-group input,
#authModal .form-group select,
#authModal .form-group textarea,
#authModal .country-select-trigger,
#authModal .password-toggle {
  background: var(--secondary);
  border-color: var(--border);
  box-shadow: none;
}

.password-field {
  position: relative;
}

.password-field input {
  padding-right: 44px;
}

.password-toggle {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: var(--secondary);
  border: 1px solid var(--border);
  color: var(--text);
}

.auth-inline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.auth-remember {
  align-items: flex-start;
  gap: 10px;
}

.auth-remember-copy {
  display: grid;
  gap: 2px;
  line-height: 1.2;
}

.auth-remember-copy small {
  color: var(--text-soft);
  font-size: 0.76rem;
}

.auth-link-btn {
  font-size: 0.85rem;
  color: var(--primary);
}

.auth-status {
  margin-top: 10px;
  text-align: left;
  font-size: 0.85rem;
  color: var(--text-soft);
  min-height: 1.25rem;
}

.auth-status[data-state="success"] {
  color: #8fe4a8;
}

.auth-status[data-state="error"] {
  color: #ffc861;
}

body[data-theme="light"] .auth-status[data-state="error"] {
  color: #b42318;
}

.auth-form input:-webkit-autofill,
.auth-form input:-webkit-autofill:hover,
.auth-form input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--text);
  box-shadow: 0 0 0 1000px var(--secondary) inset;
  transition: background-color 9999s ease-out 0s;
}

/* CHECKOUT LOGIN NOTICE */
.checkout-auth-notice {
  border: 1px dashed var(--border);
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 18px;
  background: var(--panel-2);
}

.checkout-auth-head {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.checkout-auth-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* ============================= */
/* CAMPOS ESPECIALES RECARGA FF */
/* ============================= */

#gamePlayerIdGroup,
#gamePlayerNameGroup {
  background: linear-gradient(180deg, rgba(var(--soft-accent-rgb), 0.08), rgba(var(--soft-accent-rgb), 0.03));
  border: 1px solid rgba(var(--soft-accent-rgb), 0.22);
  border-radius: 16px;
  padding: 14px;
  box-shadow: 0 8px 20px rgba(var(--soft-accent-rgb), 0.08);
}

#gamePlayerIdGroup label,
#gamePlayerNameGroup label {
  color: var(--primary);
  font-weight: 700;
}

#gamePlayerIdGroup input,
#gamePlayerNameGroup input {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(var(--soft-accent-rgb), 0.18);
}

body[data-theme="light"] #gamePlayerIdGroup,
body[data-theme="light"] #gamePlayerNameGroup {
  background: linear-gradient(180deg, rgba(var(--soft-accent-rgb), 0.06), rgba(var(--soft-accent-rgb), 0.02));
  border: 1px solid rgba(var(--soft-accent-rgb), 0.16);
  box-shadow: 0 8px 18px rgba(17, 17, 17, 0.05);
}

body[data-theme="light"] #gamePlayerIdGroup input,
body[data-theme="light"] #gamePlayerNameGroup input {
  background: #ffffff;
}

#gamePlayerIdGroup::before {
  content: "Datos del combo";
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--soft-accent-strong);
  background: rgba(var(--soft-accent-rgb), 0.1);
  border: 1px solid rgba(var(--soft-accent-rgb), 0.16);
  border-radius: 999px;
  padding: 6px 10px;
}

@media (max-width: 780px) {
  #gamePlayerIdGroup,
  #gamePlayerNameGroup {
    padding: 12px;
    border-radius: 14px;
  }

  #gamePlayerIdGroup::before {
    font-size: 0.72rem;
    padding: 5px 9px;
    margin-bottom: 8px;
  }
}
/* ...Aquí está el contenido original del archivo que ya subiste... */

/* FOOTER */
.site-footer {
  background: var(--panel);
  border-top: 1px solid var(--border);
  padding: 40px 0;
  margin-top: 60px;
  color: var(--text-soft);
}

.footer-content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.footer-brand h3 {
  font-size: 1.5rem;
  font-weight: 700;
}

.footer-brand p {
  font-size: 1rem;
  color: var(--text-soft);
  max-width: 400px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links-title {
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 700;
}

.footer-social-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
  align-items: stretch;
}

.footer-social-link {
  --social-accent-rgb: 86, 97, 124;
  --social-accent: #56617c;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(var(--social-accent-rgb), 0.2);
  background: rgba(var(--social-accent-rgb), 0.1);
  color: var(--text) !important;
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.footer-social-link-icon,
.footer-social-link i {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--social-accent);
  flex-shrink: 0;
  box-shadow: 0 14px 24px rgba(var(--social-accent-rgb), 0.22);
}

.footer-social-link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.social-icon-image--footer {
  width: 24px;
  height: 24px;
}

.footer-social-link-copy {
  display: grid;
  gap: 2px;
}

.footer-social-link-copy strong {
  font-size: 0.92rem;
  line-height: 1.15;
}

.footer-social-link-copy small {
  color: var(--text-soft);
  font-size: 0.75rem;
}

.footer-social-link:hover {
  transform: translateY(-2px);
  border-color: rgba(var(--social-accent-rgb), 0.34);
  background: rgba(var(--social-accent-rgb), 0.14);
}

.footer-social-link.is-whatsapp {
  --social-accent-rgb: 37, 211, 102;
  --social-accent: #25d366;
}

.footer-social-link.is-telegram {
  --social-accent-rgb: 34, 158, 217;
  --social-accent: #229ed9;
}

.footer-social-link.is-instagram {
  --social-accent-rgb: 221, 42, 123;
  --social-accent: #dd2a7b;
}

.footer-social-link.is-facebook {
  --social-accent-rgb: 24, 119, 242;
  --social-accent: #1877f2;
}

.footer-social-link.is-tiktok {
  --social-accent-rgb: 24, 24, 24;
  --social-accent: #111111;
}

.footer-social-link.is-youtube {
  --social-accent-rgb: 255, 0, 0;
  --social-accent: #ff0000;
}

.footer-social-link.is-x {
  --social-accent-rgb: 15, 20, 25;
  --social-accent: #0f1419;
}

.footer-links a {
  color: var(--text-soft);
  font-weight: 500;
  font-size: 0.95rem;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: var(--primary);
}

.footer-theme-toggle {
  margin-top: 4px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--text-soft);
  font: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: color 0.2s ease;
}

.footer-theme-toggle:hover {
  color: var(--primary);
}

.footer-bottom {
  border-top: 1px solid var(--border);
  padding: 20px 0;
  text-align: center;
}

.footer-bottom p {
  font-size: 0.85rem;
  color: var(--text-soft);
}

/* MOBILE RESPONSIVE */
@media (max-width: 780px) {
  .seo-hub-grid {
    grid-template-columns: 1fr;
  }

  .footer-content {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }

  .footer-links {
    align-items: center;
    gap: 8px;
  }

  .footer-social-links {
    grid-template-columns: 1fr;
  }

  .footer-brand h3 {
    font-size: 1.32rem;
  }

  .footer-brand p {
    font-size: 0.9rem;
    margin-top: 12px;
    max-width: 100%;
  }

  .footer-links a {
    font-size: 0.9rem;
  }
}

@media (max-width: 780px) {
  #authModal {
    align-items: flex-end;
    padding: 8px;
  }

  #authModal .auth-card {
    width: 100%;
    max-height: 96vh;
    min-height: auto;
    border-radius: 22px 22px 0 0;
    padding: 12px;
    overflow: auto;
  }

  #authModal .auth-layout {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  #authModal .auth-top {
    padding: 12px;
    text-align: center;
    gap: 6px;
  }

  #authModal .auth-showcase {
    display: none;
  }

  #authModal .auth-top h3 {
    font-size: 1.25rem;
    line-height: 1.08;
  }

  #authModal .auth-text {
    font-size: 0.88rem;
    line-height: 1.45;
  }

  #authModal .auth-feature-list {
    display: none;
  }

  #authModal .auth-main {
    gap: 10px;
  }

  #authModal .auth-card.is-register-mode .auth-main {
    padding: 8px;
    border-radius: 16px;
  }

  #authModal .auth-tabs {
    margin-bottom: 0;
    gap: 6px;
  }

  #authModal .auth-tab {
    min-height: 42px;
    padding: 9px 10px;
    font-size: 0.9rem;
  }

  #authModal .auth-form {
    gap: 10px;
  }

  #authModal .register-panel {
    gap: 10px;
  }

  #authModal .register-panel-hero {
    padding: 10px 11px;
    gap: 8px;
  }

  #authModal .register-panel-copy h4 {
    font-size: 0.98rem;
  }

  #authModal .register-panel-copy p,
  #authModal .register-panel-pills,
  #authModal .register-support-strip,
  #authModal .register-field .field-help,
  #authModal .register-footnote {
    display: none;
  }

  #authModal .register-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  #authModal .register-field {
    padding: 10px;
    border-radius: 14px;
  }

  #authModal .register-password-head {
    align-items: flex-start;
  }

  #authModal .auth-inline {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  #authModal .auth-remember,
  #authModal .auth-link-btn,
  #authModal .auth-status {
    text-align: center;
    justify-content: center;
  }

  #authModal .auth-remember-copy {
    justify-items: center;
  }

  #authModal .whatsapp-field {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  #authModal .country-select-dropdown {
    width: 100%;
    max-width: none;
    max-height: 240px;
  }
}

/* VISUAL POLISH */
:root {
  --font-display: "Sora", "Segoe UI", sans-serif;
  --font-body: "Manrope", "Segoe UI", sans-serif;
  --shadow: 0 18px 44px rgba(0, 0, 0, 0.32);
  --shadow-soft: 0 12px 30px rgba(0, 0, 0, 0.18);
  --shadow-strong: 0 28px 72px rgba(0, 0, 0, 0.34);
}

body[data-theme="light"] {
  --shadow: 0 16px 36px rgba(17, 17, 17, 0.08);
  --shadow-soft: 0 12px 26px rgba(17, 17, 17, 0.06);
  --shadow-strong: 0 24px 54px rgba(60, 83, 130, 0.12);
}

body {
  font-family: var(--font-body);
  letter-spacing: -0.01em;
  background-image:
    radial-gradient(circle at top left, rgba(var(--soft-accent-rgb), 0.08), transparent 24%),
    radial-gradient(circle at top right, rgba(78, 161, 255, 0.08), transparent 22%);
}

body[data-theme="light"] {
  background-image: none;
  background-color: var(--bg);
}

h1,
h2,
h3,
h4,
h5,
h6,
.brand-name,
.btn,
.auth-tab,
.tab-btn,
.account-badge,
.product-category-label {
  font-family: var(--font-display);
}

.site-header {
  background: rgba(8, 11, 20, 0.72);
  backdrop-filter: blur(18px) saturate(160%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.brand-logo {
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.18));
}

.brand-name {
  font-size: clamp(1.08rem, 1.3vw, 1.28rem);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.btn {
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 16px;
  letter-spacing: -0.01em;
}

.btn-primary {
  background: var(--primary);
  box-shadow: 0 14px 32px rgba(229, 9, 20, 0.24);
}

.btn-primary:hover {
  background: var(--primary-hover);
  box-shadow: 0 18px 36px rgba(229, 9, 20, 0.28);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
}

.section-head {
  margin-bottom: 26px;
}

.section-head h2 {
  font-size: clamp(1.8rem, 3.4vw, 2.35rem);
  letter-spacing: -0.05em;
  line-height: 1.02;
}

.section-head p {
  max-width: 62ch;
  font-size: 0.98rem;
}

.product-card {
  gap: 10px;
  align-content: start;
}

.product-media {
  width: 100%;
  max-width: 100%;
  min-height: clamp(204px, 20vw, 288px);
  height: auto;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  padding: clamp(12px, 1.2vw, 16px) clamp(10px, 1vw, 14px) clamp(8px, 0.8vw, 12px);
  overflow: visible;
  isolation: isolate;
}

.products-grid-storefront .product-media,
.products-grid-storefront.is-compact .product-media {
  height: auto;
}

.product-media::before {
  content: none;
}

body[data-theme="light"] .product-media::before {
  content: none;
}

.product-cover {
  position: relative;
  z-index: 1;
  width: clamp(136px, 12vw, 196px);
  height: clamp(136px, 12vw, 196px);
  max-width: 82%;
  max-height: 82%;
  margin: 0 auto;
  object-fit: contain;
  object-position: center center;
  filter: drop-shadow(0 14px 22px rgba(0, 0, 0, 0.22));
  transition: transform 0.26s ease, filter 0.26s ease;
}

.product-card:hover .product-cover {
  transform: translateY(-4px) scale(1.01);
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.26));
}

.product-body {
  width: 100%;
  max-width: none;
  min-width: 0;
  padding: 12px 12px 10px;
  border-radius: 24px;
  border: none;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.products-grid-storefront .product-body,
.products-grid-storefront.is-compact .product-body {
  width: 100%;
  max-width: none;
}

body[data-theme="light"] .product-body {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

.product-category-label {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #dbe6ff;
}

body[data-theme="light"] .product-category-label {
  background: rgba(36, 65, 127, 0.08);
  border-color: rgba(36, 65, 127, 0.1);
  color: var(--light-text-accent);
}

.product-body h3 {
  letter-spacing: -0.03em;
}

.product-caption {
  font-size: 0.9rem;
  line-height: 1.45;
}

.product-price {
  font-size: 1.08rem;
  letter-spacing: -0.02em;
}

.product-card-footer {
  margin-top: 6px;
}

.product-card-open-icon {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

body[data-theme="light"] .product-card-open-icon {
  background: rgba(36, 65, 127, 0.08);
  border-color: rgba(36, 65, 127, 0.12);
  color: var(--light-text-accent);
}

.modal-card,
.checkout-card,
.mini-modal,
.auth-card {
  box-shadow: var(--shadow-strong);
  border-color: rgba(255, 255, 255, 0.08);
}

.checkout-card {
  background:
    radial-gradient(circle at top right, rgba(78, 161, 255, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(24, 28, 42, 0.98), rgba(12, 14, 22, 0.98));
}

body[data-theme="light"] .checkout-card {
  background:
    radial-gradient(circle at top right, rgba(78, 161, 255, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 247, 252, 0.98));
  border-color: rgba(84, 114, 184, 0.14);
}

.auth-card {
  background: var(--panel);
  border-color: var(--border);
}

body[data-theme="light"] .auth-card {
  background: var(--panel);
  border-color: var(--border);
}

/* =========================
   Launch Splash Refresh
========================= */

.launch-splash {
  z-index: 1400;
  padding:
    max(24px, env(safe-area-inset-top))
    24px
    max(24px, env(safe-area-inset-bottom))
    24px;
  background:
    radial-gradient(circle at 50% 26%, rgba(255, 255, 255, 0.08), transparent 22%),
    radial-gradient(circle at 18% 18%, rgba(239, 64, 43, 0.16), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(239, 64, 43, 0.12), transparent 26%),
    radial-gradient(circle at 50% 78%, rgba(255, 255, 255, 0.05), transparent 28%),
    linear-gradient(180deg, #08090d 0%, #120f14 50%, #09080b 100%);
}

.launch-splash::before,
.launch-splash::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.launch-splash::before {
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.04) 48%, transparent 68%);
  transform: translateX(-100%);
  opacity: 0.55;
  animation: launchSplashBackdropSweep 2.8s ease-in-out infinite;
}

.launch-splash::after {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: radial-gradient(circle at center, black 22%, transparent 75%);
  opacity: 0.18;
}

.launch-splash-core {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
  display: grid;
  justify-items: center;
  gap: clamp(22px, 5vw, 38px);
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  backdrop-filter: none;
  text-align: center;
  animation: launchSplashCoreDrift 0.6s ease both;
}

.launch-splash-spinner {
  position: relative;
  width: clamp(112px, 24vw, 156px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}

.launch-splash-spinner::before,
.launch-splash-spinner::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.launch-splash-spinner::before {
  inset: 0;
  background:
    conic-gradient(
      from 0deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0.97) 18%,
      rgba(239, 64, 43, 0.98) 38%,
      rgba(255, 255, 255, 0.16) 58%,
      rgba(255, 255, 255, 0.02) 78%,
      rgba(255, 255, 255, 0.7) 96%,
      rgba(255, 255, 255, 0.08)
    );
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 13px), #000 calc(100% - 12px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 13px), #000 calc(100% - 12px));
  box-shadow:
    0 0 34px rgba(239, 64, 43, 0.18),
    0 0 64px rgba(255, 255, 255, 0.06);
  animation: launchSplashHeroSpin 1.08s linear infinite;
}

.launch-splash-spinner::after {
  inset: 18%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.04) 54%, transparent 72%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 0 32px rgba(245, 215, 138, 0.14);
}

.launch-splash-copy {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 10px;
}

.launch-splash-copy::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(78vw, 420px);
  height: 90px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.14), rgba(228, 188, 101, 0.16) 36%, transparent 76%);
  transform: translate(-50%, -50%);
  filter: blur(24px);
  opacity: 0.72;
  animation: launchSplashBrandAura 1.32s ease-in-out infinite;
}

.launch-splash-brand {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-family: "Sora", "Manrope", Arial, sans-serif;
  font-size: clamp(2.65rem, 10vw, 5.25rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.88;
  color: transparent;
  background:
    linear-gradient(
      105deg,
      #727781 12%,
      #eef1f5 24%,
      #c7ccd3 34%,
      #d8ae58 48%,
      #fff3cf 54%,
      #b8bec7 66%,
      #737a84 82%
    );
  background-size: 220% 100%;
  background-position: 120% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  filter:
    drop-shadow(0 0 22px rgba(255, 255, 255, 0.08))
    drop-shadow(0 0 34px rgba(216, 174, 88, 0.14));
  opacity: 0;
  animation: launchSplashBrandReveal 1.32s ease-in-out infinite;
}

@media (max-width: 640px) {
  .launch-splash-core {
    gap: 28px;
  }

  .launch-splash-spinner {
    width: min(40vw, 132px);
  }

  .launch-splash-copy::before {
    width: min(88vw, 320px);
    height: 72px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .launch-splash::before,
  .launch-splash-spinner::before,
  .launch-splash-copy::before,
  .launch-splash-brand {
    animation: none;
  }

  .launch-splash-brand {
    opacity: 1;
    background-position: 48% 50%;
  }
}

@keyframes launchSplashHeroSpin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes launchSplashBackdropSweep {
  0%,
  12% {
    transform: translateX(-100%);
    opacity: 0;
  }

  40% {
    opacity: 0.42;
  }

  68% {
    transform: translateX(100%);
    opacity: 0.2;
  }

  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}

@keyframes launchSplashCoreDrift {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes launchSplashBrandAura {
  0%,
  18% {
    opacity: 0.18;
    transform: translate(-50%, -50%) scale(0.88);
  }

  40%,
  62% {
    opacity: 0.9;
    transform: translate(-50%, -50%) scale(1.03);
  }

  100% {
    opacity: 0.12;
    transform: translate(-50%, -50%) scale(0.9);
  }
}

@keyframes launchSplashBrandReveal {
  0%,
  18% {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
    background-position: 125% 50%;
  }

  34%,
  62% {
    opacity: 1;
    transform: translateY(0) scale(1);
    background-position: 42% 50%;
  }

  80% {
    opacity: 0.16;
    transform: translateY(2px) scale(1.01);
    background-position: -8% 50%;
  }

  100% {
    opacity: 0;
    transform: translateY(10px) scale(0.99);
    background-position: -22% 50%;
  }
}

/* COMPACT VISUAL TUNING */
@media (min-width: 1280px) {
  .header-inner {
    min-height: 72px;
    gap: 14px;
  }

  .brand-logo {
    width: 46px;
    height: 46px;
  }

  .main-nav {
    gap: 16px;
  }

  .hero-gallery-slide {
    aspect-ratio: 16 / 5.2;
  }

  .hero-banner-card {
    min-height: 288px;
    gap: 20px;
    padding: 22px 24px;
  }

  .hero-banner-copy h1 {
    font-size: clamp(2.15rem, 4.2vw, 3.55rem);
  }

  .promo-carousel-media {
    min-height: clamp(330px, 42vw, 500px);
  }

  .promo-carousel-copy {
    left: 24px;
    right: 24px;
    bottom: 22px;
    gap: 12px;
  }

  .category-tabs {
    gap: 10px;
    margin-bottom: 20px;
  }

  .tab-btn {
    min-height: 84px;
    padding: 12px 10px;
    border-radius: 20px;
    gap: 8px;
  }

  .tab-btn i {
    width: 38px;
    height: 38px;
    border-radius: 14px;
  }

  .products-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px 16px;
  }

  .product-card {
    gap: 10px;
  }

  .product-media {
    min-height: clamp(184px, 20vw, 252px);
    height: auto;
    aspect-ratio: 1 / 1;
    padding: 10px 9px 8px;
  }

  .product-media::before {
    inset: 8% 8% 4% 8%;
    border-radius: 24px;
  }

  .product-cover {
    max-width: 80%;
    max-height: 80%;
  }

  .product-body {
    width: 100%;
    max-width: none;
    padding: 12px 10px 10px;
    gap: 5px;
  }

  .product-body h3 {
    font-size: 1.02rem;
  }

  .product-caption {
    font-size: 0.82rem;
    min-height: calc(1.3em * 2);
  }

  .product-price {
    font-size: 0.94rem;
  }

  .support-fab-stack {
    right: 14px;
    bottom: 14px;
    gap: 10px;
  }

  .support-fab-link,
  .whatsapp-support,
  .telegram-support {
    min-width: 58px;
    min-height: 58px;
    padding: 5px 12px 5px 7px;
    gap: 8px;
  }

  .support-fab-icon,
  .support-fab-link i,
  .whatsapp-support i,
  .telegram-support i {
    width: 42px;
    height: 42px;
    font-size: 1.52rem;
  }

  .support-fab-title {
    font-size: 0.78rem;
  }

  .support-fab-meta {
    font-size: 0.66rem;
  }
}

@media (max-width: 1024px) {
  .hero.hero-slider {
    min-height: 620px;
  }

  .hero-slider-content {
    padding-top: 60px;
    padding-bottom: 34px;
  }

  .hero-content,
  .hero-card {
    padding: 24px;
  }

  .hero-copy {
    padding: 24px;
  }

  .promo-carousel-media {
    min-height: clamp(340px, 54vw, 500px);
  }

  .products-grid {
    gap: 16px 10px;
  }

  .product-media {
    min-height: clamp(168px, 28vw, 220px);
    height: auto;
    aspect-ratio: 1 / 1;
    padding: 9px 8px 7px;
  }

  .product-body {
    width: 100%;
    max-width: none;
    padding: 11px 10px 9px;
  }
}

@media (max-width: 780px) {
  .container {
    width: min(100% - 20px, var(--container));
  }

  .hero {
    padding: 18px 0 14px;
  }

  .hero.hero-slider {
    min-height: 500px;
  }

  .hero-slider-content {
    padding-top: 56px;
    padding-bottom: 24px;
  }

  .hero-content,
  .hero-card,
  .modal-card,
  .checkout-card,
  .mini-modal {
    padding: 16px;
    border-radius: 20px;
  }

  .hero-badge {
    font-size: 0.76rem;
    padding: 6px 10px;
    margin-bottom: 12px;
  }

  .hero h1 {
    font-size: 1.82rem;
    margin-bottom: 10px;
  }

  .hero p,
  .hero-card p,
  .section-head p,
  .hero-copy p {
    font-size: 0.9rem;
    line-height: 1.45;
  }

  .hero-logo {
    width: 112px;
    height: 112px;
    margin-bottom: 12px;
  }

  .section-head h2 {
    font-size: 1.38rem;
  }

  .category-tabs {
    gap: 6px;
    margin-bottom: 16px;
    padding-bottom: 4px;
  }

  .tab-btn {
    min-height: 34px;
    padding: 7px 10px;
    font-size: 0.72rem;
    border-radius: 16px;
  }

  .tab-btn i {
    width: 28px;
    height: 28px;
    border-radius: 10px;
    font-size: 0.82rem;
  }

  .products-grid {
    gap: 10px 8px;
  }

  .product-media {
    width: 100%;
    max-width: none;
    min-height: 148px;
    aspect-ratio: 1 / 1;
    padding: 8px 7px 6px;
  }

  .product-media::before {
    inset: 8% 8% 3% 8%;
    border-radius: 20px;
  }

  .product-body {
    width: 100%;
    max-width: none;
    margin-top: -4px;
    padding: 9px 8px 7px;
    gap: 4px;
    border-radius: 18px;
  }

  .product-body h3 {
    font-size: 0.84rem;
  }

  .product-caption {
    font-size: 0.76rem;
  }

  .product-price {
    font-size: 0.8rem;
  }

  .promo-carousel-media {
    min-height: 320px;
    border-radius: 24px;
  }

  .promo-carousel-copy {
    left: 18px;
    right: 18px;
    bottom: 18px;
    gap: 10px;
  }

  .promo-carousel-copy h3 {
    font-size: 1.55rem;
  }

  .promo-carousel-copy p {
    font-size: 0.9rem;
  }

  .support-fab-stack {
    right: 10px;
    bottom: calc(88px + env(safe-area-inset-bottom, 0px));
    gap: 6px;
  }

  .support-fab-link,
  .whatsapp-support,
  .telegram-support {
    width: 46px;
    min-width: 46px;
    min-height: 46px;
    font-size: 1.3rem;
  }

  .support-fab-icon,
  .support-fab-link i,
  .whatsapp-support i,
  .telegram-support i {
    width: 46px;
    height: 46px;
    font-size: 1.3rem;
  }
}

@media (max-width: 480px) {
  .hero.hero-slider {
    min-height: 460px;
  }

  .hero-copy {
    padding: 12px;
  }

  .hero h1 {
    font-size: 1.56rem;
  }

  .hero p,
  .hero-card p,
  .section-head p,
  .hero-copy p {
    font-size: 0.84rem;
  }

  .btn {
    min-height: 42px;
  }

  .promo-carousel-media {
    min-height: 300px;
  }

  .products-grid {
    gap: 8px 6px;
  }

  .product-media {
    width: 100%;
    max-width: none;
    min-height: 126px;
    aspect-ratio: 1 / 1;
    padding: 7px 6px 5px;
    border-radius: 16px;
  }

  .product-media::before {
    inset: 8% 7% 2% 7%;
    border-radius: 18px;
  }

  .product-body {
    width: 100%;
    max-width: none;
    margin-top: -2px;
    padding: 7px 7px 5px;
    border-radius: 16px;
  }

  .support-fab-stack {
    right: 8px;
    gap: 6px;
  }

  .support-fab-link,
  .whatsapp-support,
  .telegram-support {
    width: 42px;
    min-width: 42px;
    min-height: 42px;
    font-size: 1.18rem;
  }

  .support-fab-icon,
  .support-fab-link i,
  .whatsapp-support i,
  .telegram-support i {
    width: 42px;
    height: 42px;
    font-size: 1.18rem;
  }
}

/* SIDEBAR LAYOUT */
.sidebar-brand-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
}

.sidebar-search-shell {
  width: 100%;
}

.sidebar-search-box {
  position: relative;
}

.sidebar-search-box i {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-soft);
  pointer-events: none;
}

.sidebar-search-box input {
  width: 100%;
  min-height: 54px;
  padding: 0 18px 0 46px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(9, 12, 20, 0.9);
  color: var(--text);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 12px 24px rgba(0, 0, 0, 0.16);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.sidebar-search-box input::placeholder {
  color: var(--text-soft);
}

.sidebar-search-box input:focus {
  border-color: rgba(var(--soft-accent-rgb), 0.32);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 0 0 4px rgba(var(--soft-accent-rgb), 0.08);
}

.main-nav .nav-side-link,
.main-nav .nav-account-link {
  width: 100%;
  min-height: 56px;
  padding: 14px 16px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-start;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid transparent;
  color: var(--text-soft);
  font-weight: 700;
  line-height: 1.2;
  transition:
    transform 0.18s ease,
    color 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease,
    box-shadow 0.18s ease;
}

.main-nav .nav-side-link i,
.main-nav .nav-account-link i {
  width: 18px;
  font-size: 0.98rem;
  text-align: center;
  flex-shrink: 0;
}

.main-nav .nav-side-link::after,
.main-nav .nav-account-link::after {
  display: none;
}

.main-nav .nav-side-link:hover,
.main-nav .nav-side-link:focus-visible,
.main-nav .nav-account-link:hover,
.main-nav .nav-account-link:focus-visible {
  color: var(--text);
  border-color: var(--border);
  background: var(--panel-2);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.12);
  transform: translateX(2px);
}

.main-nav .nav-side-link.is-active {
  color: var(--text);
  border-color: rgba(239, 64, 43, 0.22);
  background: var(--panel-2);
  box-shadow:
    inset 3px 0 0 rgba(239, 64, 43, 0.88),
    0 12px 22px rgba(0, 0, 0, 0.12);
}

.sidebar-nav-count {
  margin-left: auto;
  min-width: 24px;
  height: 24px;
  padding: 0 7px;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sidebar-contact-card {
  margin-top: auto;
  display: grid;
  gap: 12px;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid var(--border);
  background: var(--panel-2);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
}

.sidebar-contact-kicker {
  display: inline-flex;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--secondary);
  color: var(--text);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sidebar-contact-card strong {
  font-size: 1.08rem;
  letter-spacing: 0.01em;
}

.sidebar-contact-card p {
  color: var(--text-soft);
  font-size: 0.92rem;
  line-height: 1.55;
}

.sidebar-social-links {
  display: grid;
  gap: 10px;
}

.sidebar-contact-link {
  --social-accent-rgb: 86, 97, 124;
  --social-accent: #56617c;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(var(--social-accent-rgb), 0.18);
  background: rgba(var(--social-accent-rgb), 0.1);
  color: var(--text);
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.sidebar-contact-link-icon,
.sidebar-contact-link i {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--social-accent);
  box-shadow: 0 12px 20px rgba(var(--social-accent-rgb), 0.22);
  flex-shrink: 0;
}

.sidebar-contact-link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.social-icon-image--sidebar {
  width: 24px;
  height: 24px;
}

.sidebar-contact-link-copy {
  display: grid;
  gap: 2px;
}

strong.sidebar-contact-link-label {
  font-size: 0.92rem;
  line-height: 1.1;
}

.sidebar-contact-link-meta {
  color: var(--text-soft);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.sidebar-contact-link:hover {
  transform: translateY(-1px);
  border-color: rgba(var(--social-accent-rgb), 0.32);
  background: rgba(var(--social-accent-rgb), 0.14);
}

.sidebar-contact-link.is-whatsapp {
  --social-accent-rgb: 37, 211, 102;
  --social-accent: #25d366;
}

.sidebar-contact-link.is-telegram {
  --social-accent-rgb: 34, 158, 217;
  --social-accent: #229ed9;
}

.sidebar-contact-link.is-instagram {
  --social-accent-rgb: 221, 42, 123;
  --social-accent: #dd2a7b;
}

.sidebar-contact-link.is-facebook {
  --social-accent-rgb: 24, 119, 242;
  --social-accent: #1877f2;
}

.sidebar-contact-link.is-tiktok {
  --social-accent-rgb: 24, 24, 24;
  --social-accent: #111111;
}

.sidebar-contact-link.is-youtube {
  --social-accent-rgb: 255, 0, 0;
  --social-accent: #ff0000;
}

.sidebar-contact-link.is-x {
  --social-accent-rgb: 15, 20, 25;
  --social-accent: #0f1419;
}

.sidebar-contact-link--secondary {
  border-color: rgba(34, 158, 217, 0.18);
  background: rgba(34, 158, 217, 0.08);
}

.sidebar-contact-link--secondary:hover {
  border-color: rgba(34, 158, 217, 0.28);
  background: rgba(34, 158, 217, 0.12);
}

@media (max-width: 991px) {
  .site-header {
    backdrop-filter: blur(14px);
  }

  .mobile-header-menu .mobile-bottom-duplicate {
    display: none !important;
  }

  .header-inner {
    position: relative;
    min-height: 72px;
    gap: 10px;
  }

  .sidebar-brand-row {
    gap: 12px;
  }

  .brand {
    min-width: 0;
    flex: 1;
  }

  .brand-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .header-actions {
    gap: 8px;
  }

  .main-nav {
    display: none;
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    padding: 12px;
    border-radius: 24px;
    border: 1px solid var(--border);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03)),
      linear-gradient(180deg, var(--panel), var(--panel-2));
    box-shadow: 0 26px 54px rgba(0, 0, 0, 0.28);
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .main-nav.active {
    display: flex;
  }

  .sidebar-contact-card {
    margin-top: 6px;
  }
}

@media (min-width: 992px) {
  body {
    padding-left: 324px;
  }

  body.access-detail-mode {
    padding-left: 0;
  }

  .site-header {
    position: fixed;
    top: 16px;
    left: 16px;
    bottom: 16px;
    width: 292px;
    height: auto;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 34px;
    background: linear-gradient(180deg, rgba(12, 16, 24, 0.98), rgba(8, 10, 16, 0.98));
    box-shadow:
      0 30px 80px rgba(0, 0, 0, 0.26),
      inset 0 1px 0 rgba(255, 255, 255, 0.06);
  }

  .site-header .container.header-inner {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
    padding: 22px 18px 18px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }

  .sidebar-brand-row {
    flex-direction: column;
    align-items: stretch;
  }

  .brand {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 4px 8px 0;
  }

  .brand-logo {
    width: 60px;
    height: 60px;
  }

  .brand-name {
    font-size: 1.45rem;
    font-weight: 800;
    letter-spacing: 0.01em;
  }

  .header-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
  }

  .menu-toggle {
    display: none;
  }

  .header-actions #accountBtn,
  .header-actions #cartToggle,
  .header-actions #logoutBtn {
    display: none !important;
  }

  .header-actions #themeToggle,
  .header-actions #notificationShortcut {
    width: 48px;
    height: 48px;
    min-height: 48px;
    flex: 0 0 48px;
  }

  .theme-toggle,
  .cart-toggle,
  .menu-toggle,
  .admin-access,
  .account-access,
  .notification-shortcut {
    width: 100%;
    height: 48px;
    min-height: 48px;
    border-radius: 16px;
  }

  .client-notification-panel {
    left: 0;
    right: auto;
    width: min(360px, calc(100vw - 360px));
  }

  .main-nav {
    display: flex !important;
    flex: 1;
    min-height: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 6px 4px 0;
    overflow-y: auto;
  }

  .main-nav .nav-side-link,
  .main-nav .nav-account-link {
    gap: 10px;
  }

  .main-nav .nav-side-link i,
  .main-nav .nav-account-link i {
    width: 16px;
    font-size: 0.9rem;
    opacity: 0.78;
  }

  .site-footer {
    margin-top: 72px;
  }
}

@media (max-width: 780px) {
  .home-featured-surface {
    padding: 20px 14px 18px;
    gap: 18px;
  }

  .home-featured-grid.products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 8px;
    justify-content: stretch;
    justify-items: stretch;
    width: 100%;
    max-width: none;
    padding-right: 46px;
    box-sizing: border-box;
    margin-inline: auto;
    transform: none;
  }

  .shop-section-showcase .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 10px;
  }

  .home-featured-grid .product-card,
  .shop-section-showcase .product-card {
    gap: 8px;
  }

  .home-featured-grid .product-card {
    width: 100%;
    margin-inline: auto;
  }

  .home-featured-grid .product-media,
  .shop-section-showcase .product-media {
    min-height: 156px;
    aspect-ratio: 1 / 1;
    padding: 9px 8px 7px;
  }

  .home-featured-grid .product-media {
    min-height: 152px;
    aspect-ratio: 1 / 1;
    padding: 9px 8px 7px;
  }

  .home-featured-grid .product-cover {
    width: min(124px, 78%);
    height: min(124px, 78%);
    max-width: 78%;
    max-height: 78%;
  }

  .home-featured-grid .product-body,
  .shop-section-showcase .product-body {
    margin-top: 0;
    padding: 7px 3px 3px;
  }

  .home-featured-grid .product-body {
    justify-items: center;
    text-align: center;
  }

  .home-featured-grid .product-category-label {
    font-size: 0.66rem;
    letter-spacing: 0.05em;
  }

  .home-featured-mode .support-fab-stack {
    right: 6px;
    bottom: calc(76px + env(safe-area-inset-bottom, 0px));
    gap: 4px;
  }

  .home-featured-mode .support-fab-link,
  .home-featured-mode .whatsapp-support,
  .home-featured-mode .telegram-support {
    width: 40px;
    min-width: 40px;
    min-height: 40px;
    padding: 0;
    font-size: 1.05rem;
    justify-content: center;
  }

  .home-featured-mode .support-fab-icon,
  .home-featured-mode .support-fab-link i,
  .home-featured-mode .whatsapp-support i,
  .home-featured-mode .telegram-support i {
    width: 40px;
    height: 40px;
    font-size: 1.05rem;
  }
}

@media (max-width: 560px) {
  .home-featured-surface {
    padding: 18px 12px 16px;
    gap: 16px;
  }

  .home-featured-grid.products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 8px;
    justify-content: stretch;
    justify-items: stretch;
    width: 100%;
    max-width: none;
    padding-right: 42px;
    box-sizing: border-box;
    margin-inline: auto;
    transform: none;
  }

  .shop-section-showcase .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 8px;
  }

  .home-featured-grid .product-media {
    min-height: 136px;
    aspect-ratio: 1 / 1;
    padding: 8px 7px 6px;
  }

  .home-featured-grid .product-cover {
    width: min(112px, 76%);
    height: min(112px, 76%);
    max-width: 76%;
    max-height: 76%;
  }

  .home-featured-grid .product-card {
    width: 100%;
    margin-inline: auto;
  }

  .shop-section-showcase .product-media {
    min-height: 136px;
    aspect-ratio: 1 / 1;
    padding: 8px 7px 6px;
  }

  .home-featured-grid .product-body {
    padding: 7px 2px 3px;
    justify-items: center;
    text-align: center;
  }

  .shop-section-showcase .product-body {
    padding: 7px 2px 3px;
  }

  .home-featured-grid .product-body h3 {
    font-size: 0.86rem;
  }

  .shop-section-showcase .product-body h3 {
    font-size: 0.88rem;
  }

  .home-featured-grid .product-caption {
    font-size: 0.74rem;
  }

  .home-featured-grid .product-category-label {
    font-size: 0.62rem;
    letter-spacing: 0.04em;
  }

  .shop-section-showcase .product-caption {
    font-size: 0.76rem;
  }

  .home-featured-mode .support-fab-stack {
    right: 4px;
    bottom: calc(74px + env(safe-area-inset-bottom, 0px));
  }

  .home-featured-mode .support-fab-link,
  .home-featured-mode .whatsapp-support,
  .home-featured-mode .telegram-support {
    width: 36px;
    min-width: 36px;
    min-height: 36px;
    font-size: 0.96rem;
  }

  .home-featured-mode .support-fab-icon,
  .home-featured-mode .support-fab-link i,
  .home-featured-mode .whatsapp-support i,
  .home-featured-mode .telegram-support i {
    width: 36px;
    height: 36px;
    font-size: 0.96rem;
  }
}

/* Match home featured mobile cards to the storefront layout */
@media (max-width: 780px) {
  .home-featured-surface {
    padding: 22px 18px 18px;
  }

  .home-featured-grid.products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 10px;
    width: 100%;
    max-width: none;
    padding-right: 0;
    margin-inline: 0;
    transform: none;
    justify-content: stretch;
    justify-items: stretch;
  }

  .home-featured-grid .product-card {
    width: 100%;
    margin-inline: 0;
    gap: 8px;
  }

  .home-featured-grid .product-media {
    min-height: 156px;
    aspect-ratio: 1 / 1;
    padding: 9px 8px 7px;
  }

  .home-featured-grid .product-cover {
    width: min(100%, 118px);
    height: min(100%, 118px);
    max-width: 76%;
    max-height: 76%;
  }

  .home-featured-grid .product-body {
    margin-top: 0;
    padding: 7px 3px 3px;
    justify-items: center;
    text-align: center;
  }

  .home-featured-grid .product-body h3 {
    font-size: 0.88rem;
  }

  .home-featured-grid .product-caption {
    font-size: 0.76rem;
  }

  .home-featured-grid .product-category-label {
    font-size: 0.62rem;
    letter-spacing: 0.04em;
  }
}

@media (max-width: 560px) {
  .home-featured-surface {
    padding: 20px 16px 16px;
  }

  .home-featured-grid.products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 8px;
    width: 100%;
    max-width: none;
    padding-right: 0;
    margin-inline: 0;
    transform: none;
  }

  .home-featured-grid .product-media {
    min-height: 136px;
    aspect-ratio: 1 / 1;
    padding: 8px 7px 6px;
  }

  .home-featured-grid .product-cover {
    width: min(100%, 104px);
    height: min(100%, 104px);
    max-width: 74%;
    max-height: 74%;
  }

  .home-featured-grid .product-body {
    padding: 7px 2px 3px;
  }

  .home-featured-grid .product-body h3 {
    font-size: 0.88rem;
  }

  .home-featured-grid .product-caption {
    font-size: 0.76rem;
  }
}

/* Center the whole home featured section on mobile */
@media (max-width: 780px) {
  .home-featured-head {
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .home-featured-copy {
    margin-inline: auto;
    text-align: center;
  }

  .home-featured-actions {
    width: 100%;
    justify-content: center;
  }

  .home-featured-actions .btn {
    width: min(100%, 240px);
    margin-inline: auto;
  }

  .home-featured-grid .product-card {
    width: 100%;
    max-width: none;
    margin-inline: 0;
  }

  .home-featured-grid .product-cover {
    width: clamp(136px, 12vw, 196px);
    height: clamp(136px, 12vw, 196px);
    max-width: 82%;
    max-height: 82%;
  }

  .home-featured-grid .product-body h3 {
    font-size: 0.94rem;
  }
}

@media (max-width: 560px) {
  .home-featured-grid .product-card {
    max-width: none;
    margin-inline: 0;
  }

  .home-featured-grid .product-cover {
    width: clamp(136px, 12vw, 196px);
    height: clamp(136px, 12vw, 196px);
    max-width: 82%;
    max-height: 82%;
  }
}

/* Final mobile pass for home featured cards */
@media (max-width: 780px) {
  .home-featured-surface {
    padding: 18px 12px 14px;
    gap: 14px;
  }

  .home-featured-head {
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 12px;
  }

  .home-featured-copy {
    margin-inline: auto;
    text-align: center;
  }

  .home-featured-actions {
    width: 100%;
    justify-content: center;
  }

  .home-featured-actions .btn {
    width: min(100%, 240px);
    margin-inline: auto;
  }

  .home-featured-grid.products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 8px;
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0;
    transform: none;
    justify-content: stretch;
    justify-items: stretch;
  }

  .home-featured-grid .product-card {
    width: 100%;
    max-width: none;
    margin: 0;
    gap: 4px;
    justify-items: center;
    align-content: start;
  }

  .home-featured-grid .product-media {
    width: 100%;
    max-width: none;
    min-height: 148px;
    height: auto;
    aspect-ratio: 1 / 1;
    padding: 8px 7px 6px;
    justify-self: center;
  }

  .home-featured-grid .product-cover {
    width: clamp(136px, 12vw, 196px);
    height: clamp(136px, 12vw, 196px);
    max-width: 82%;
    max-height: 82%;
    margin-inline: auto;
  }

  .home-featured-grid .product-body {
    width: 100%;
    max-width: none;
    margin-top: -8px;
    padding: 6px 8px 6px;
    gap: 3px;
    justify-self: center;
    justify-items: center;
    text-align: center;
    border-radius: 18px;
  }

  .home-featured-grid .product-category-label {
    font-size: 0.6rem;
    line-height: 1.1;
    letter-spacing: 0.04em;
  }

  .home-featured-grid .product-body h3 {
    width: 100%;
    margin: 0;
    font-size: 0.84rem;
    line-height: 1.12;
    min-height: 0;
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
    -webkit-box-orient: initial;
    text-wrap: balance;
  }

  .home-featured-grid .product-caption {
    width: 100%;
    margin: 0;
    font-size: 0.76rem;
    line-height: 1.35;
    min-height: 0;
  }

  .home-featured-grid .product-card-footer {
    width: 100%;
    margin-top: 0;
  }

  .home-featured-grid .product-price {
    font-size: 0.8rem;
    line-height: 1.2;
  }
}

@media (max-width: 480px) {
  .home-featured-surface {
    padding: 16px 10px 12px;
    gap: 12px;
  }

  .home-featured-grid.products-grid {
    gap: 8px 6px;
  }

  .home-featured-grid .product-media {
    min-height: 126px;
    padding: 7px 6px 5px;
    border-radius: 16px;
  }

  .home-featured-grid .product-body {
    margin-top: -6px;
    padding: 5px 7px 5px;
    gap: 3px;
    border-radius: 16px;
  }

  .home-featured-grid .product-category-label {
    font-size: 0.56rem;
  }

  .home-featured-grid .product-body h3 {
    font-size: 0.8rem;
    line-height: 1.12;
  }

  .home-featured-grid .product-caption {
    font-size: 0.74rem;
    line-height: 1.32;
  }

  .home-featured-grid .product-price {
    font-size: 0.8rem;
  }
}

/* Final light theme pass */
body[data-theme="light"] {
  --bg: #f5f7fb;
  --bg-soft: #eef3f8;
  --panel: #ffffff;
  --panel-2: #f8fafc;
  --border: #d4deea;
  --text: #162033;
  --text-soft: #51627c;
  --primary: #3f6ab5;
  --primary-rgb: 63, 106, 181;
  --primary-hover: #345995;
  --secondary: #eff3f8;
  --success: #16a34a;
  --success-hover: #15803d;
  --soft-accent-rgb: 63, 106, 181;
  --soft-accent: #3f6ab5;
  --soft-accent-strong: #214675;
  --light-surface: #ffffff;
  --light-surface-muted: #f8fafc;
  --light-surface-soft: #f4f8fd;
  --light-surface-accent: #edf4ff;
  --light-text-deep: #17315d;
  --light-text-accent: #36527e;
  --light-text-accent-strong: #214675;
  --light-text-strong: #1f3351;
  --light-text-muted: #4f617b;
  --light-text-muted-strong: #445772;
  --light-text-subtle: #667892;
  --light-border-soft: rgba(95, 117, 152, 0.16);
  --light-border: rgba(95, 117, 152, 0.18);
  --light-border-strong: rgba(95, 117, 152, 0.22);
  --light-accent-border: rgba(63, 106, 181, 0.22);
  --light-accent-border-strong: rgba(63, 106, 181, 0.3);
  --light-accent-focus: rgba(63, 106, 181, 0.34);
  --light-shadow-soft: 0 10px 22px rgba(31, 61, 109, 0.08);
  --light-shadow: 0 18px 38px rgba(31, 61, 109, 0.08);
  --light-shadow-strong: 0 24px 54px rgba(42, 69, 107, 0.12);
  --light-shadow-glow: 0 10px 24px rgba(58, 89, 135, 0.08);
  background-color: #f5f7fb;
}

body[data-theme="light"] .btn-secondary {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 245, 251, 0.98));
  border-color: var(--light-border-strong);
  color: var(--text);
  box-shadow: var(--light-shadow-soft);
}

body[data-theme="light"] .btn-secondary:hover,
body[data-theme="light"] .btn-secondary:focus-visible {
  background: #ffffff;
  border-color: rgba(var(--soft-accent-rgb), 0.22);
}

body[data-theme="light"] .btn-primary {
  box-shadow: 0 14px 28px rgba(63, 106, 181, 0.18);
}

body[data-theme="light"] .btn-primary:hover,
body[data-theme="light"] .btn-primary:focus-visible {
  box-shadow: 0 16px 32px rgba(63, 106, 181, 0.22);
}

body[data-theme="light"] .shop-surface {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
  border-color: var(--light-border-soft);
  box-shadow: 0 18px 38px rgba(31, 61, 109, 0.06);
}

body[data-theme="light"] #productModal .modal-actions .btn-primary {
  box-shadow: 0 10px 22px rgba(63, 106, 181, 0.14);
}

body[data-theme="light"] #productModal .modal-actions .btn-primary:hover,
body[data-theme="light"] #productModal .modal-actions .btn-primary:focus-visible {
  box-shadow: 0 12px 26px rgba(63, 106, 181, 0.18);
}

body[data-theme="light"] .shop-catalog-toolbar,
body[data-theme="light"] .shop-catalog-footer {
  background: rgba(247, 250, 252, 0.94);
  border-color: var(--light-border-soft);
}

body[data-theme="light"] .shop-toolbar-select select,
body[data-theme="light"] .shop-show-select select,
body[data-theme="light"] .shop-view-btn,
body[data-theme="light"] .shop-pagination-btn,
body[data-theme="light"] .store-search-box input {
  background: rgba(255, 255, 255, 0.96);
  border-color: var(--light-border);
  color: var(--text);
}

body[data-theme="light"] .store-search-box input::placeholder,
body[data-theme="light"] .shop-show-select,
body[data-theme="light"] .shop-pagination-ellipsis,
body[data-theme="light"] .product-caption {
  color: var(--text-soft);
}

body[data-theme="light"] .store-search-box i {
  color: var(--text-soft);
}

body[data-theme="light"] .shop-view-btn:hover,
body[data-theme="light"] .shop-view-btn:focus-visible,
body[data-theme="light"] .shop-pagination-btn:hover,
body[data-theme="light"] .shop-pagination-btn:focus-visible {
  border-color: rgba(var(--soft-accent-rgb), 0.22);
  color: var(--text);
  background: rgba(255, 255, 255, 0.98);
}

body[data-theme="light"] .shop-view-btn.is-active,
body[data-theme="light"] .shop-pagination-btn.is-active {
  border-color: var(--light-accent-border);
  background: var(--light-surface-accent);
  color: var(--light-text-accent);
}

body[data-theme="light"] .catalog-sync-pill {
  background: rgba(var(--soft-accent-rgb), 0.08);
  border-color: rgba(var(--soft-accent-rgb), 0.14);
  color: var(--light-text-muted);
}

body[data-theme="light"] .tab-btn {
  background: var(--light-surface);
  border-color: var(--light-border-soft);
  color: var(--text);
  box-shadow: 0 14px 26px rgba(31, 61, 109, 0.08);
}

body[data-theme="light"] .tab-btn.active {
  background: var(--light-surface-accent);
  color: var(--light-text-accent);
  border-color: var(--light-accent-border);
  box-shadow: none;
}

body[data-theme="light"] .tab-btn i {
  background: var(--light-surface-accent);
  color: var(--soft-accent);
}

body[data-theme="light"] .product-price {
  color: var(--light-text-strong);
}

body[data-theme="light"] .home-featured-section,
body[data-theme="light"] .shop-section.shop-section-showcase,
body[data-theme="light"] .premieres-section,
body[data-theme="light"] .premieres-shell,
body[data-theme="light"] .premieres-copy-wrap,
body[data-theme="light"] .premieres-poster-strip {
  background: var(--bg) !important;
  background-image: none !important;
}

body[data-theme="light"] .home-featured-surface,
body[data-theme="light"] .shop-surface,
body[data-theme="light"] .shop-surface-storefront-intro {
  background: var(--light-surface) !important;
  background-image: none !important;
}

body[data-theme="light"] .home-featured-section::before,
body[data-theme="light"] .home-featured-section::after,
body[data-theme="light"] .home-featured-surface::before,
body[data-theme="light"] .home-featured-surface::after,
body[data-theme="light"] .shop-section.shop-section-showcase::before,
body[data-theme="light"] .shop-section.shop-section-showcase::after,
body[data-theme="light"] .shop-surface::before,
body[data-theme="light"] .shop-surface::after,
body[data-theme="light"] .shop-surface-storefront-intro::before,
body[data-theme="light"] .shop-surface-storefront-intro::after,
body[data-theme="light"] .premieres-section::before,
body[data-theme="light"] .premieres-section::after,
body[data-theme="light"] .premieres-shell::before,
body[data-theme="light"] .premieres-shell::after,
body[data-theme="light"] .premieres-copy-wrap::before,
body[data-theme="light"] .premieres-copy-wrap::after,
body[data-theme="light"] .premieres-poster-strip::before,
body[data-theme="light"] .premieres-poster-strip::after {
  content: none !important;
  display: none !important;
  background: none !important;
  background-image: none !important;
  box-shadow: none !important;
  filter: none !important;
}
/* FINAL LIGHT SIDEBAR RESET */
body[data-theme="light"] .site-header {
  color: var(--text) !important;
  border-color: rgba(139, 160, 194, 0.24) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(246, 249, 253, 0.985)) !important;
  box-shadow: var(--light-shadow-strong) !important;
}

body[data-theme="light"] .site-header .brand-name {
  color: var(--light-text-deep) !important;
}

body[data-theme="light"] .site-header .main-nav {
  background: transparent !important;
  box-shadow: none !important;
}

body[data-theme="light"] .site-header .main-nav .nav-side-link,
body[data-theme="light"] .site-header .main-nav .nav-account-link {
  color: var(--light-text-accent) !important;
  background: var(--light-surface) !important;
  border-color: rgba(126, 149, 186, 0.22) !important;
  box-shadow: none !important;
}

body[data-theme="light"] .site-header .main-nav .nav-side-link i,
body[data-theme="light"] .site-header .main-nav .nav-account-link i,
body[data-theme="light"] .site-header .sidebar-nav-count {
  color: inherit !important;
}

body[data-theme="light"] .site-header .main-nav .nav-side-link:hover,
body[data-theme="light"] .site-header .main-nav .nav-side-link:focus-visible,
body[data-theme="light"] .site-header .main-nav .nav-account-link:hover,
body[data-theme="light"] .site-header .main-nav .nav-account-link:focus-visible {
  color: var(--light-text-accent-strong) !important;
  background: var(--light-surface-soft) !important;
  border-color: rgba(88, 119, 171, 0.24) !important;
  box-shadow: var(--light-shadow-glow) !important;
}

body[data-theme="light"] .site-header .main-nav .nav-side-link.is-active {
  color: var(--light-text-accent-strong) !important;
  background: var(--light-surface-accent) !important;
  border-color: var(--light-accent-border-strong) !important;
  box-shadow:
    inset 3px 0 0 var(--primary),
    var(--light-shadow-glow) !important;
}

body[data-theme="light"] .site-header .sidebar-search-box i {
  color: var(--light-text-subtle) !important;
}

body[data-theme="light"] .site-header .sidebar-search-box input {
  color: var(--text) !important;
  border-color: rgba(126, 149, 186, 0.22) !important;
  background: var(--light-surface) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86) !important;
}

body[data-theme="light"] .site-header .sidebar-search-box input::placeholder {
  color: var(--light-text-subtle) !important;
}

body[data-theme="light"] .site-header .sidebar-search-box input:focus {
  border-color: rgba(63, 106, 181, 0.34) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 0 0 4px rgba(63, 106, 181, 0.1) !important;
}

body[data-theme="light"] .site-header .theme-toggle.notification-shortcut,
body[data-theme="light"] .site-header .nav-theme-switch-track,
body[data-theme="light"] .site-header .nav-theme-switch.is-light .nav-theme-switch-track {
  color: var(--light-text-accent) !important;
  border-color: rgba(126, 149, 186, 0.22) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 246, 252, 0.98)) !important;
  box-shadow: var(--light-shadow-soft) !important;
}

body[data-theme="light"] .site-header .theme-toggle,
body[data-theme="light"] .site-header .cart-toggle,
body[data-theme="light"] .site-header .menu-toggle,
body[data-theme="light"] .site-header .admin-access,
body[data-theme="light"] .site-header .account-access,
body[data-theme="light"] .site-header .header-actions > [data-install-app] {
  color: var(--light-text-accent) !important;
  border-color: rgba(126, 149, 186, 0.22) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 246, 252, 0.98)) !important;
  box-shadow: var(--light-shadow-soft) !important;
}

body[data-theme="light"] .site-header .theme-toggle:hover,
body[data-theme="light"] .site-header .theme-toggle:focus-visible,
body[data-theme="light"] .site-header .cart-toggle:hover,
body[data-theme="light"] .site-header .cart-toggle:focus-visible,
body[data-theme="light"] .site-header .menu-toggle:hover,
body[data-theme="light"] .site-header .menu-toggle:focus-visible,
body[data-theme="light"] .site-header .admin-access:hover,
body[data-theme="light"] .site-header .admin-access:focus-visible,
body[data-theme="light"] .site-header .account-access:hover,
body[data-theme="light"] .site-header .account-access:focus-visible,
body[data-theme="light"] .site-header .header-actions > [data-install-app]:hover,
body[data-theme="light"] .site-header .header-actions > [data-install-app]:focus-visible {
  color: var(--light-text-accent-strong) !important;
  border-color: rgba(88, 119, 171, 0.24) !important;
  background: var(--light-surface-soft) !important;
}

body[data-theme="light"] .site-header .sidebar-contact-card {
  border-color: rgba(126, 149, 186, 0.22) !important;
  background: var(--light-surface) !important;
  box-shadow: 0 16px 34px rgba(58, 89, 135, 0.08) !important;
}

body[data-theme="light"] .site-header .sidebar-contact-kicker {
  background: #eef4ff !important;
  color: var(--light-text-accent) !important;
}

body[data-theme="light"] .site-header .sidebar-contact-card strong {
  color: var(--light-text-strong) !important;
}

body[data-theme="light"] .site-header .sidebar-contact-card p {
  color: var(--light-text-subtle) !important;
}

/* FINAL COMPACT RESPONSIVE PASS */
:root {
  --container: 1160px;
}

.container {
  width: min(100% - 28px, var(--container));
}

.header-inner {
  min-height: 70px;
  gap: 14px;
}

.brand-logo {
  width: 46px;
  height: 46px;
}

.brand-name {
  font-size: clamp(1rem, 1.15vw, 1.18rem);
}

.header-actions {
  gap: 8px;
}

.btn {
  min-height: 40px;
  padding: 9px 14px;
  border-radius: 12px;
  font-size: 0.88rem;
  gap: 8px;
}

.btn-sm {
  min-height: 34px;
  padding: 7px 12px;
  font-size: 0.8rem;
}

.theme-toggle,
.cart-toggle,
.menu-toggle,
.admin-access,
.account-access,
.notification-shortcut {
  width: 38px;
  height: 38px;
  min-height: 38px;
  border-radius: 11px;
}

.theme-toggle#themeToggle {
  width: 36px;
  height: 36px;
  border-radius: 12px;
}

.theme-toggle#themeToggle i {
  font-size: 0.86rem;
}

.nav-theme-switch {
  width: 42px;
  min-height: 24px;
}

.nav-theme-switch-track {
  width: 42px;
  height: 24px;
  padding: 2px;
}

.nav-theme-switch-track::before,
.nav-theme-switch-track::after {
  width: 6px;
  height: 6px;
}

.nav-theme-switch-track::before {
  left: 6px;
}

.nav-theme-switch-track::after {
  right: 6px;
}

.nav-theme-switch-thumb {
  width: 18px;
  height: 18px;
}

.nav-theme-switch.is-light .nav-theme-switch-thumb {
  transform: translateX(18px);
}

.products-grid {
  gap: 18px 12px;
}

.products-grid-storefront {
  gap: 18px 12px;
}

.products-grid-storefront.is-compact {
  gap: 16px 10px;
}

.product-card {
  gap: 8px;
}

.product-media {
  min-height: clamp(184px, 18vw, 244px);
}

.product-cover {
  width: clamp(124px, 10.5vw, 176px);
  height: clamp(124px, 10.5vw, 176px);
  max-width: 80%;
  max-height: 80%;
}

.product-body {
  padding: 10px 10px 8px;
  gap: 5px;
}

.product-body h3 {
  font-size: 1rem;
}

.product-caption {
  font-size: 0.84rem;
}

.product-price {
  font-size: 0.94rem;
}

.product-card-open-icon {
  width: 32px;
  height: 32px;
}

.hero-gallery-arrow {
  width: 42px;
  height: 42px;
  font-size: 0.96rem;
}

@media (min-width: 992px) {
  body {
    padding-left: 300px;
  }

  .site-header {
    width: 272px;
  }

  .site-header .container.header-inner {
    padding: 18px 14px 14px;
    gap: 14px;
  }

  .brand {
    gap: 10px;
    padding: 2px 6px 0;
  }

  .brand-logo {
    width: 52px;
    height: 52px;
  }

  .brand-name {
    font-size: 1.28rem;
  }

  .header-actions #themeToggle,
  .header-actions #notificationShortcut {
    width: 42px;
    height: 42px;
    min-height: 42px;
    flex: 0 0 42px;
  }

  .theme-toggle,
  .cart-toggle,
  .menu-toggle,
  .admin-access,
  .account-access,
  .notification-shortcut {
    height: 42px;
    min-height: 42px;
    border-radius: 14px;
  }

  .main-nav {
    gap: 10px;
    padding: 4px 2px 0;
  }

  .main-nav .nav-side-link,
  .main-nav .nav-account-link {
    padding: 12px 13px;
  }
}

@media (max-width: 991px) {
  .container {
    width: min(100% - 18px, var(--container));
  }

  .header-inner {
    min-height: 66px;
    gap: 8px;
  }

  .brand-logo {
    width: 42px;
    height: 42px;
  }

  .brand-name {
    font-size: 0.98rem;
  }

  .header-actions {
    gap: 6px;
  }

  .theme-toggle,
  .cart-toggle,
  .menu-toggle,
  .admin-access,
  .account-access,
  .notification-shortcut {
    width: 34px;
    height: 34px;
    min-height: 34px;
    border-radius: 10px;
  }

  .theme-toggle#themeToggle {
    width: 34px;
    height: 34px;
  }

  .cart-count {
    min-width: 18px;
    height: 18px;
    top: -4px;
    right: -4px;
    padding: 0 5px;
    font-size: 0.64rem;
  }

  .main-nav {
    top: calc(100% + 8px);
    padding: 10px;
    gap: 8px;
  }

  .main-nav a,
  .main-nav .nav-account-link {
    padding: 11px 12px;
    border-radius: 12px;
    font-size: 0.9rem;
  }

  .hero {
    padding: 16px 0 12px;
  }

  .hero.hero-slider {
    min-height: 460px;
  }

  .hero-slider-content {
    padding-top: 48px;
    padding-bottom: 18px;
  }

  .section-head {
    margin-bottom: 20px;
  }

  .section-head h2 {
    font-size: 1.32rem;
  }

  .hero h1 {
    font-size: 1.64rem;
  }

  .hero p,
  .hero-card p,
  .section-head p,
  .hero-copy p {
    font-size: 0.86rem;
    line-height: 1.4;
  }

  .btn {
    min-height: 38px;
    padding: 8px 12px;
    font-size: 0.84rem;
    gap: 7px;
    border-radius: 11px;
  }

  .btn-sm {
    min-height: 32px;
    padding: 6px 10px;
  }

  .tab-btn {
    min-height: 32px;
    padding: 6px 9px;
    font-size: 0.68rem;
    border-radius: 14px;
  }

  .tab-btn i {
    width: 26px;
    height: 26px;
    border-radius: 9px;
    font-size: 0.78rem;
  }

  .products-grid,
  .products-grid-storefront,
  .products-grid-storefront.is-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 8px;
  }

  .product-media {
    min-height: 136px;
    padding: 7px 6px 5px;
  }

  .product-cover {
    width: min(112px, 76%);
    height: min(112px, 76%);
  }

  .product-body {
    padding: 7px 6px 5px;
    gap: 3px;
    border-radius: 16px;
  }

  .product-body h3 {
    font-size: 0.8rem;
    line-height: 1.12;
  }

  .product-caption {
    font-size: 0.72rem;
    line-height: 1.28;
  }

  .product-price {
    font-size: 0.78rem;
  }

  .product-category-label {
    font-size: 0.6rem;
    letter-spacing: 0.04em;
  }

  .hero-gallery-arrow {
    width: 36px;
    height: 36px;
    font-size: 0.88rem;
  }
}

@media (max-width: 480px) {
  .container {
    width: min(100% - 14px, var(--container));
  }

  .header-inner {
    min-height: 60px;
  }

  .brand-logo {
    width: 38px;
    height: 38px;
  }

  .brand-name {
    font-size: 0.9rem;
  }

  .btn {
    min-height: 36px;
    padding: 7px 10px;
    font-size: 0.8rem;
    gap: 6px;
  }

  .theme-toggle,
  .cart-toggle,
  .menu-toggle,
  .admin-access,
  .account-access,
  .notification-shortcut {
    width: 32px;
    height: 32px;
    min-height: 32px;
  }

  .theme-toggle#themeToggle {
    width: 32px;
    height: 32px;
  }

  .product-media {
    min-height: 124px;
  }

  .product-cover {
    width: min(104px, 74%);
    height: min(104px, 74%);
  }

  .product-body h3 {
    font-size: 0.76rem;
  }

  .product-caption {
    font-size: 0.69rem;
  }

  .product-price {
    font-size: 0.74rem;
  }

  .product-card-open-icon {
    width: 28px;
    height: 28px;
  }
}

/* FINAL THEME CONTRAST POLISH */

body[data-theme="dark"] .main-nav .nav-side-link,
body[data-theme="dark"] .main-nav .nav-account-link,
body[data-theme="dark"] .sidebar-contact-card p,
body[data-theme="dark"] .catalog-sync-pill,
body[data-theme="dark"] .product-caption,
body[data-theme="dark"] .premieres-strip-hint,
body[data-theme="dark"] .premieres-poster-copy span,
body[data-theme="dark"] .download-service-title p,
body[data-theme="dark"] .download-service-badge,
body[data-theme="dark"] .download-guide-code-box small,
body[data-theme="dark"] .download-steps-list li,
body[data-theme="dark"] .faq-support-card p,
body[data-theme="dark"] .faq-item .mobile-accordion-content,
body[data-theme="dark"] .modal-description,
body[data-theme="dark"] .modal-selection-head span,
body[data-theme="dark"] .modal-selection-grid p,
body[data-theme="dark"] .modal-price-box span,
body[data-theme="dark"] .modal-price-box small,
body[data-theme="dark"] .checkout-flow-note p,
body[data-theme="dark"] .checkout-payment-method-help,
body[data-theme="dark"] .checkout-manual-head p,
body[data-theme="dark"] .checkout-payment-destination-copy span,
body[data-theme="dark"] .checkout-proof-preview-copy small,
body[data-theme="dark"] .auth-text,
body[data-theme="dark"] .register-footnote,
body[data-theme="dark"] .field-help,
body[data-theme="dark"] .auth-status {
  color: #c8d3e4;
}

body[data-theme="light"] .main-nav .nav-side-link,
body[data-theme="light"] .main-nav .nav-account-link,
body[data-theme="light"] .sidebar-contact-card p,
body[data-theme="light"] .catalog-sync-pill,
body[data-theme="light"] .product-caption,
body[data-theme="light"] .premieres-strip-hint,
body[data-theme="light"] .premieres-poster-copy span,
body[data-theme="light"] .download-service-title p,
body[data-theme="light"] .download-service-badge,
body[data-theme="light"] .download-guide-code-box small,
body[data-theme="light"] .download-steps-list li,
body[data-theme="light"] .faq-support-card p,
body[data-theme="light"] .faq-item .mobile-accordion-content,
body[data-theme="light"] .modal-description,
body[data-theme="light"] .modal-selection-head span,
body[data-theme="light"] .modal-selection-grid p,
body[data-theme="light"] .modal-price-box span,
body[data-theme="light"] .modal-price-box small,
body[data-theme="light"] .checkout-flow-note p,
body[data-theme="light"] .checkout-payment-method-help,
body[data-theme="light"] .checkout-manual-head p,
body[data-theme="light"] .checkout-payment-destination-copy span,
body[data-theme="light"] .checkout-proof-preview-copy small,
body[data-theme="light"] .auth-text,
body[data-theme="light"] .register-footnote,
body[data-theme="light"] .field-help,
body[data-theme="light"] .auth-status {
  color: var(--light-text-muted);
}

body[data-theme="dark"] .launch-splash-loader-meta span,
body[data-theme="dark"] .launch-splash-footnote {
  color: #d6e0ef;
}

body[data-theme="light"] .launch-splash-loader-meta span {
  color: var(--light-text-muted-strong);
}

body[data-theme="light"] .launch-splash-footnote {
  color: var(--text-soft);
}

.hero-banner-panel-kicker {
  color: rgba(245, 248, 255, 0.82);
}

body[data-theme="dark"] .option-group label,
body[data-theme="dark"] .section-kicker,
body[data-theme="dark"] .store-search-box input::placeholder,
body[data-theme="dark"] .sidebar-search-box input::placeholder,
body[data-theme="dark"] .shop-pagination-ellipsis {
  color: #d3ddee;
}

body[data-theme="light"] .option-group label,
body[data-theme="light"] .section-kicker,
body[data-theme="light"] .store-search-box input::placeholder,
body[data-theme="light"] .sidebar-search-box input::placeholder,
body[data-theme="light"] .shop-pagination-ellipsis {
  color: var(--light-text-muted-strong);
}

body[data-theme="dark"] .hero-gallery-arrow,
body[data-theme="dark"] .hero-gallery-arrow:hover,
body[data-theme="dark"] .hero-gallery-arrow:focus-visible {
  color: #f8fbff;
  border-color: rgba(255, 255, 255, 0.18);
}

body[data-theme="light"] .hero-gallery-arrow,
body[data-theme="light"] .hero-gallery-arrow:hover,
body[data-theme="light"] .hero-gallery-arrow:focus-visible {
  color: var(--light-text-deep);
  border-color: var(--light-accent-border);
  background: rgba(255, 255, 255, 0.72);
}

/* FINAL LIGHT AUTH CLEANUP */
body[data-theme="light"] .auth-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 250, 252, 0.99));
  border-color: var(--light-border-soft);
  box-shadow: var(--light-shadow-strong);
}

body[data-theme="light"] .auth-top,
body[data-theme="light"] .auth-card.is-register-mode .auth-main,
body[data-theme="light"] .register-panel-hero,
body[data-theme="light"] .register-field,
body[data-theme="light"] .register-support-item {
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(242, 246, 251, 0.98));
  border-color: var(--light-border-soft);
}

body[data-theme="light"] .auth-kicker,
body[data-theme="light"] .auth-link-btn,
body[data-theme="light"] .register-panel-kicker,
body[data-theme="light"] .register-panel-pill i,
body[data-theme="light"] .register-support-item i,
body[data-theme="light"] .auth-feature-item i {
  color: var(--primary);
}

body[data-theme="light"] .auth-feature-item i,
body[data-theme="light"] .register-support-item i {
  background: rgba(var(--soft-accent-rgb), 0.1);
  border: 1px solid rgba(var(--soft-accent-rgb), 0.12);
}

body[data-theme="light"] .register-panel-kicker,
body[data-theme="light"] .register-panel-pill,
body[data-theme="light"] .register-password-rule,
body[data-theme="light"] .auth-tab {
  background: var(--light-surface);
  border-color: var(--light-border);
}

body[data-theme="light"] .auth-tab.active {
  background: var(--primary);
  border-color: transparent;
  color: #ffffff;
}

body[data-theme="light"] .auth-top,
body[data-theme="light"] .auth-text,
body[data-theme="light"] .auth-feature-item span,
body[data-theme="light"] .register-panel-copy p,
body[data-theme="light"] .register-footnote,
body[data-theme="light"] .auth-status {
  color: var(--light-text-muted);
}

body[data-theme="light"] #authModal .form-group input,
body[data-theme="light"] #authModal .form-group select,
body[data-theme="light"] #authModal .form-group textarea,
body[data-theme="light"] #authModal .country-select-trigger,
body[data-theme="light"] #authModal .password-toggle,
body[data-theme="light"] .register-field input,
body[data-theme="light"] .register-field select,
body[data-theme="light"] .register-field textarea,
body[data-theme="light"] .register-field .country-select-trigger {
  background: var(--light-surface);
  border-color: var(--light-border-strong);
  box-shadow: none;
}

/* FINAL LAUNCH SPLASH POLISH */
.launch-splash {
  --launch-shell-bg: linear-gradient(180deg, rgba(12, 18, 32, 0.9), rgba(8, 11, 20, 0.78));
  --launch-shell-border: rgba(146, 174, 220, 0.16);
  --launch-shell-shadow:
    0 34px 90px rgba(3, 8, 18, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  --launch-chip-bg: rgba(255, 255, 255, 0.07);
  --launch-chip-border: rgba(255, 255, 255, 0.1);
  --launch-chip-text: rgba(237, 244, 255, 0.9);
  --launch-chip-muted: rgba(200, 214, 238, 0.78);
  --launch-subtitle: #e5edf9;
  --launch-footnote: #b2c1d9;
  --launch-loader-track: rgba(255, 255, 255, 0.08);
  --launch-loader-track-border: rgba(255, 255, 255, 0.08);
  --launch-loader-shadow: rgba(78, 161, 255, 0.28);
  background:
    radial-gradient(circle at 50% 18%, rgba(93, 127, 255, 0.22), transparent 18%),
    radial-gradient(circle at 18% 18%, rgba(78, 161, 255, 0.18), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(239, 64, 43, 0.16), transparent 24%),
    radial-gradient(circle at 50% 82%, rgba(37, 211, 102, 0.08), transparent 30%),
    linear-gradient(180deg, #05070d 0%, #0a1020 52%, #050812 100%);
}

.launch-splash::before {
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.06) 46%, transparent 70%);
  opacity: 0.62;
  animation: launchSplashBackdropSweep 3.2s ease-in-out infinite;
}

.launch-splash::after {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 36px 36px;
  opacity: 0.2;
}

.launch-splash-core {
  width: min(100%, 620px);
  gap: clamp(16px, 2vw, 20px);
  padding: clamp(24px, 5vw, 38px) clamp(20px, 4vw, 34px);
  border: 1px solid var(--launch-shell-border);
  border-radius: 36px;
  background: var(--launch-shell-bg);
  box-shadow: var(--launch-shell-shadow);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.launch-splash-core::before {
  inset: 1px;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.12), transparent 40%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 54%);
}

.launch-splash-core::after {
  background: linear-gradient(135deg, rgba(120, 164, 255, 0.28), rgba(255, 255, 255, 0.04), rgba(239, 64, 43, 0.2));
  opacity: 0.84;
}

.launch-splash-spinner {
  width: clamp(108px, 22vw, 148px);
}

.launch-splash-spinner::before {
  background:
    conic-gradient(
      from 0deg,
      rgba(255, 255, 255, 0.05),
      rgba(255, 255, 255, 0.98) 14%,
      rgba(77, 153, 255, 0.98) 36%,
      rgba(239, 64, 43, 0.88) 52%,
      rgba(255, 255, 255, 0.08) 74%,
      rgba(255, 255, 255, 0.72) 96%,
      rgba(255, 255, 255, 0.05)
    );
  box-shadow:
    0 0 30px rgba(83, 145, 255, 0.22),
    0 0 54px rgba(239, 64, 43, 0.14);
}

.launch-splash-spinner::after {
  inset: 20%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.05) 56%, transparent 72%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.1),
    0 0 34px rgba(78, 161, 255, 0.12);
}

.launch-splash-copy {
  width: min(100%, 360px);
  gap: 10px;
}

.launch-splash-copy::before {
  content: none;
}

.launch-splash-logo-shell {
  position: relative;
  width: min(240px, 56vw);
  display: grid;
  place-items: center;
  transition: transform 0.3s ease, opacity 0.3s ease, filter 0.3s ease;
}

.launch-splash-logo-shell::before {
  content: "";
  position: absolute;
  inset: 10% 8%;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(108, 255, 62, 0.18), rgba(78, 161, 255, 0.12) 46%, transparent 72%);
  filter: blur(28px);
  opacity: 0.86;
  transform: scale(0.92);
  animation: launchSplashLogoAura 1.8s ease-in-out infinite;
}

.launch-splash-logo {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
  filter:
    drop-shadow(0 18px 34px rgba(0, 0, 0, 0.28))
    drop-shadow(0 0 28px rgba(108, 255, 62, 0.12));
  transform-origin: center;
  animation: launchSplashLogoIntro 1.05s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.launch-splash-topline {
  gap: 10px;
}

.launch-splash-topline-chip {
  padding: 6px 12px;
  border-color: var(--launch-chip-border);
  background: var(--launch-chip-bg);
  color: var(--launch-chip-text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.launch-splash-topline-chip--muted {
  color: var(--launch-chip-muted);
  background: rgba(255, 255, 255, 0.05);
}

.launch-splash-brand {
  font-size: clamp(2.75rem, 10vw, 5.1rem);
  background:
    linear-gradient(
      105deg,
      #f7f9ff 12%,
      #95bcff 34%,
      #d7e8ff 54%,
      #f5f8ff 82%
    );
  background-size: 200% 100%;
  background-position: 120% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter:
    drop-shadow(0 0 22px rgba(255, 255, 255, 0.1))
    drop-shadow(0 0 32px rgba(78, 161, 255, 0.14));
  animation-duration: 1.42s;
}

.launch-splash-copy > p:not(.launch-splash-footnote) {
  max-width: 35ch;
  color: var(--launch-subtitle);
  font-size: clamp(0.92rem, 2.2vw, 1.02rem);
  line-height: 1.58;
}

.launch-splash-loader {
  width: min(320px, 76vw);
  height: 12px;
  background: var(--launch-loader-track);
  border-color: var(--launch-loader-track-border);
}

.launch-splash-loader span {
  width: 46%;
  box-shadow: 0 0 24px var(--launch-loader-shadow);
}

.launch-splash-status {
  border-color: var(--launch-chip-border);
  background: var(--launch-chip-bg);
  color: var(--launch-chip-text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.launch-splash-loader-meta {
  gap: 10px 14px;
}

.launch-splash-loader-meta span {
  color: var(--launch-chip-muted);
}

.launch-splash-loader-meta span::before {
  background: rgba(255, 255, 255, 0.5);
}

.launch-splash-footnote {
  max-width: 36ch;
  color: var(--launch-footnote);
}

.launch-splash-core,
.launch-splash-logo-shell,
.launch-splash-copy {
  transition: transform 0.26s ease, opacity 0.26s ease, filter 0.26s ease;
}

.launch-splash.is-hidden .launch-splash-core {
  transform: none;
  opacity: 1;
  filter: none;
}

.launch-splash.is-hidden .launch-splash-logo-shell {
  transform: scale(1.14);
  opacity: 0;
  filter: blur(14px);
}

.launch-splash.is-hidden .launch-splash-copy {
  transform: translateY(18px);
  opacity: 0;
  filter: blur(8px);
}

body[data-theme="light"] .launch-splash {
  --launch-shell-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(244, 248, 255, 0.92));
  --launch-shell-border: rgba(79, 113, 177, 0.14);
  --launch-shell-shadow:
    0 32px 80px rgba(58, 88, 139, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  --launch-chip-bg: rgba(255, 255, 255, 0.8);
  --launch-chip-border: rgba(78, 116, 182, 0.14);
  --launch-chip-text: var(--light-text-accent);
  --launch-chip-muted: var(--text-soft);
  --launch-subtitle: var(--light-text-muted);
  --launch-footnote: var(--light-text-subtle);
  --launch-loader-track: rgba(30, 52, 95, 0.08);
  --launch-loader-track-border: rgba(30, 52, 95, 0.07);
  --launch-loader-shadow: rgba(78, 161, 255, 0.18);
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.92), transparent 18%),
    radial-gradient(circle at 18% 18%, rgba(78, 161, 255, 0.14), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(239, 64, 43, 0.1), transparent 24%),
    radial-gradient(circle at 50% 82%, rgba(165, 205, 255, 0.16), transparent 30%),
    linear-gradient(180deg, #f7f9ff 0%, #eef4ff 52%, #f9fbff 100%);
}

body[data-theme="light"] .launch-splash::after {
  background-image:
    linear-gradient(rgba(76, 103, 155, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(76, 103, 155, 0.04) 1px, transparent 1px);
  opacity: 0.22;
}

body[data-theme="light"] .launch-splash-core::before {
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.72), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.32), transparent 54%);
}

body[data-theme="light"] .launch-splash-core::after {
  background: linear-gradient(135deg, rgba(89, 134, 224, 0.24), rgba(255, 255, 255, 0.32), rgba(156, 188, 255, 0.22));
}

body[data-theme="light"] .launch-splash-copy::before {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.82), rgba(120, 165, 255, 0.18) 34%, transparent 76%);
}

body[data-theme="light"] .launch-splash-spinner::before {
  box-shadow:
    0 0 24px rgba(83, 145, 255, 0.16),
    0 0 44px rgba(146, 183, 255, 0.12);
}

body[data-theme="light"] .launch-splash-spinner::after {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.24) 56%, transparent 74%);
  box-shadow:
    inset 0 0 0 1px rgba(81, 110, 167, 0.08),
    0 0 26px rgba(120, 165, 255, 0.14);
}

body[data-theme="light"] .launch-splash-topline-chip {
  box-shadow:
    0 12px 30px rgba(58, 88, 139, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.58);
}

body[data-theme="light"] .launch-splash-topline-chip--muted {
  background: rgba(244, 247, 252, 0.8);
}

body[data-theme="light"] .launch-splash-brand {
  background:
    linear-gradient(
      105deg,
      #17315d 12%,
      #3f6ab5 34%,
      #7ea4e8 56%,
      #203966 82%
    );
  background-size: 210% 100%;
  filter:
    drop-shadow(0 0 18px rgba(255, 255, 255, 0.42))
    drop-shadow(0 0 28px rgba(120, 165, 255, 0.12));
}

body[data-theme="light"] .launch-splash-status {
  box-shadow:
    0 12px 30px rgba(58, 88, 139, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.58);
}

body[data-theme="light"] .launch-splash-loader-meta span::before {
  background: rgba(63, 106, 181, 0.42);
}

@media (max-width: 640px) {
  .launch-splash-core {
    padding: 24px 18px;
    border-radius: 28px;
  }

  .launch-splash-logo-shell {
    width: min(210px, 58vw);
  }

  .launch-splash-topline {
    gap: 6px;
  }

  .launch-splash-topline-chip {
    padding: 5px 10px;
    font-size: 0.66rem;
  }

  .launch-splash-copy {
    width: min(100%, 340px);
  }

  .launch-splash-loader {
    width: min(88vw, 280px);
  }

  .launch-splash-loader-meta {
    gap: 8px 10px;
  }

  .launch-splash-loader-meta span {
    font-size: 0.68rem;
  }

  .launch-splash-footnote {
    font-size: 0.72rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .launch-splash-loader span,
  .launch-splash-status-dot,
  .launch-splash-status-wave {
    animation: none;
  }

  .launch-splash-logo-shell::before,
  .launch-splash-logo {
    animation: none;
  }
}

@keyframes launchSplashLogoIntro {
  0% {
    opacity: 0;
    transform: scale(0.72);
  }

  58% {
    opacity: 1;
    transform: scale(1.08);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes launchSplashLogoAura {
  0%,
  100% {
    opacity: 0.72;
    transform: scale(0.92);
  }

  50% {
    opacity: 1;
    transform: scale(1.05);
  }
}

/* FINAL PRODUCT IMAGE POLISH */
.product-card {
  --product-stage-bg:
    radial-gradient(circle at 50% 16%, rgba(255, 255, 255, 0.14), transparent 42%),
    linear-gradient(180deg, rgba(14, 18, 28, 0.94), rgba(7, 10, 17, 0.96));
  --product-stage-border: rgba(255, 255, 255, 0.08);
  --product-stage-shadow:
    0 18px 44px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  --product-stage-glow:
    radial-gradient(circle at 50% 28%, rgba(78, 161, 255, 0.2), transparent 56%),
    radial-gradient(circle at 50% 100%, rgba(255, 255, 255, 0.06), transparent 42%);
  --product-stage-sheen: linear-gradient(180deg, rgba(255, 255, 255, 0.14), transparent 36%);
  --product-cover-shadow: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.28));
  --product-cover-shadow-hover: drop-shadow(0 24px 36px rgba(0, 0, 0, 0.34));
}

body[data-theme="light"] .product-card {
  --product-stage-bg:
    radial-gradient(circle at 50% 16%, rgba(255, 255, 255, 0.86), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 247, 255, 0.96));
  --product-stage-border: var(--light-border-soft);
  --product-stage-shadow:
    0 18px 38px rgba(31, 61, 109, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
  --product-stage-glow:
    radial-gradient(circle at 50% 28%, rgba(118, 164, 255, 0.22), transparent 56%),
    radial-gradient(circle at 50% 100%, rgba(255, 255, 255, 0.48), transparent 42%);
  --product-stage-sheen: linear-gradient(180deg, rgba(255, 255, 255, 0.62), transparent 38%);
  --product-cover-shadow: drop-shadow(0 16px 24px rgba(44, 70, 116, 0.18));
  --product-cover-shadow-hover: drop-shadow(0 22px 30px rgba(44, 70, 116, 0.22));
}

.product-media {
  min-height: clamp(190px, 19vw, 252px);
  padding: clamp(14px, 1.4vw, 18px);
  border-radius: clamp(22px, 2.2vw, 28px);
  overflow: hidden;
  background: var(--product-stage-bg);
  border: 1px solid var(--product-stage-border);
  box-shadow: var(--product-stage-shadow);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.products-grid-storefront .product-media,
.products-grid-storefront.is-compact .product-media,
.home-featured-grid .product-media,
.shop-section-showcase .product-media {
  height: auto;
}

.product-media::before,
.product-media::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: inherit;
}

.product-media::before {
  inset: 0;
  z-index: 0;
  background: var(--product-stage-glow);
  opacity: 1;
}

.product-media::after {
  inset: 1px;
  z-index: 0;
  background: var(--product-stage-sheen);
  opacity: 0.72;
}

.product-cover {
  z-index: 1;
  width: clamp(140px, 11.6vw, 188px);
  height: clamp(140px, 11.6vw, 188px);
  max-width: 84%;
  max-height: 84%;
  transform: translateZ(0);
  filter: var(--product-cover-shadow);
  transition: transform 0.28s ease, filter 0.28s ease, opacity 0.2s ease;
}

.product-card:hover .product-media,
.clickable-product-card:focus-visible .product-media {
  border-color: rgba(126, 162, 236, 0.22);
  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

body[data-theme="light"] .product-card:hover .product-media,
body[data-theme="light"] .clickable-product-card:focus-visible .product-media {
  border-color: rgba(93, 124, 186, 0.22);
  box-shadow:
    0 20px 42px rgba(31, 61, 109, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.product-card:hover .product-cover,
.clickable-product-card:focus-visible .product-cover {
  transform: translateY(-6px) scale(1.035);
  filter: var(--product-cover-shadow-hover);
}

.soldout-badge {
  z-index: 3;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

@media (min-width: 901px) {
  .products-grid-storefront .product-media,
  .products-grid-storefront.is-compact .product-media {
    min-height: clamp(212px, 18vw, 272px);
    padding: clamp(10px, 0.9vw, 12px);
  }

  .products-grid-storefront .product-cover,
  .products-grid-storefront.is-compact .product-cover {
    width: clamp(168px, 13.4vw, 222px);
    height: clamp(168px, 13.4vw, 222px);
    max-width: 90%;
    max-height: 90%;
  }
}

@media (max-width: 900px) {
  .product-media {
    min-height: clamp(170px, 34vw, 220px);
    padding: 12px;
    border-radius: 20px;
  }

  .product-cover {
    width: clamp(126px, 28vw, 168px);
    height: clamp(126px, 28vw, 168px);
    max-width: 82%;
    max-height: 82%;
  }
}

@media (max-width: 640px) {
  .products-grid-storefront .product-media,
  .products-grid-storefront.is-compact .product-media {
    min-height: clamp(154px, 43vw, 192px);
    padding: 10px 9px 8px;
    border-radius: 18px;
  }

  .home-featured-grid .product-media,
  .shop-section-showcase .product-media {
    min-height: clamp(128px, 36vw, 168px);
    padding: 8px 7px 6px;
    border-radius: 16px;
  }

  .products-grid-storefront .product-cover,
  .products-grid-storefront.is-compact .product-cover {
    width: min(82%, 154px);
    height: min(82%, 154px);
  }

  .home-featured-grid .product-cover,
  .shop-section-showcase .product-cover {
    width: min(84%, 136px);
    height: min(84%, 136px);
  }
}

@media (max-width: 480px) {
  .product-media {
    border-radius: 18px;
  }

  .product-cover {
    width: min(76%, 138px);
    height: min(76%, 138px);
  }

  .products-grid-storefront .product-cover,
  .products-grid-storefront.is-compact .product-cover {
    width: min(80%, 144px);
    height: min(80%, 144px);
  }

  .home-featured-grid .product-cover,
  .shop-section-showcase .product-cover {
    width: min(82%, 126px);
    height: min(82%, 126px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-media,
  .product-cover,
  .product-card {
    transition: none;
  }

  .product-card:hover .product-cover,
  .clickable-product-card:focus-visible .product-cover {
    transform: none;
  }
}

/* FINAL LIGHT ROSY TINT CLEANUP */
body[data-theme="light"] .hero-gallery-card {
  background:
    radial-gradient(circle at top right, rgba(109, 135, 214, 0.12), transparent 28%),
    radial-gradient(circle at bottom left, rgba(148, 165, 197, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(244, 248, 252, 0.99));
}

body[data-theme="light"] .hero-category-bubble:hover {
  border-color: rgba(84, 114, 184, 0.26);
}

body[data-theme="light"] .trust-fact-card::before {
  background: rgba(63, 106, 181, 0.12);
}

body[data-theme="light"] .trust-fact-icon {
  background: rgba(63, 106, 181, 0.14);
  color: #3f6ab5;
  box-shadow: 0 14px 28px rgba(63, 106, 181, 0.14);
}

body[data-theme="light"] .checkout-payment-method-btn:hover {
  border-color: rgba(63, 106, 181, 0.34);
}

body[data-theme="light"] .checkout-payment-method-btn {
  border-color: rgba(95, 117, 152, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 247, 252, 0.98)),
    #ffffff;
  color: #1a2438;
  box-shadow: 0 10px 24px rgba(31, 61, 109, 0.08);
}

body[data-theme="light"] .checkout-payment-method-icon {
  background: rgba(63, 106, 181, 0.1);
}

body[data-theme="light"] .checkout-payment-method-icon--fallback {
  color: #36527e;
  border-color: rgba(63, 106, 181, 0.18);
  background: rgba(63, 106, 181, 0.1);
}

body[data-theme="light"] .checkout-payment-method-label {
  color: #22314b;
}

body[data-theme="light"] .checkout-payment-method-btn:focus-visible {
  outline-color: rgba(63, 106, 181, 0.38);
}

body[data-theme="light"] .checkout-payment-method-btn.is-selected {
  border-color: rgba(63, 106, 181, 0.36);
  box-shadow: 0 14px 28px rgba(63, 106, 181, 0.14);
  background:
    linear-gradient(180deg, rgba(63, 106, 181, 0.14), rgba(63, 106, 181, 0.04)),
    rgba(244, 248, 252, 0.96);
}

body[data-theme="light"] .payment-methods-order-meta,
body[data-theme="light"] .payment-method-card,
body[data-theme="light"] .payment-method-bank-card,
body[data-theme="light"] .payment-method-data-row {
  border-color: rgba(95, 117, 152, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 252, 0.98)),
    #ffffff;
  box-shadow: 0 10px 24px rgba(31, 61, 109, 0.06);
}

body[data-theme="light"] .payment-method-card-icon,
body[data-theme="light"] .payment-method-bank-icon {
  background: rgba(63, 106, 181, 0.1);
}

body[data-theme="light"] .payment-method-card-icon::before {
  color: #36527e;
}

body[data-theme="light"] .payment-method-data-copy span,
body[data-theme="light"] .payment-methods-order-meta,
body[data-theme="light"] .payment-method-card-head p {
  color: var(--light-text-muted);
}

.register-password-meter-bar[data-strength="weak"] {
  background: linear-gradient(90deg, #ef402b, #c93221);
}

body[data-theme="light"] .modal-status-pill.is-soldout {
  background: rgba(239, 64, 43, 0.1);
  border-color: rgba(239, 64, 43, 0.18);
  color: #c93221;
}

body[data-theme="light"] .form-group.is-invalid input,
body[data-theme="light"] .form-group.is-invalid select,
body[data-theme="light"] .form-group.is-invalid textarea,
body[data-theme="light"] .form-group.is-invalid .country-select-trigger,
body[data-theme="light"] .form-group.is-invalid .password-field input {
  border-color: rgba(239, 64, 43, 0.3) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 0 0 4px rgba(239, 64, 43, 0.08),
    0 10px 24px rgba(31, 61, 109, 0.05) !important;
}

body[data-theme="light"] .field-error,
body[data-theme="light"] .auth-status[data-state="error"] {
  color: #c93221;
}

@media (min-width: 1100px) {
  html {
    font-size: 14px;
  }

  :root {
    --container: 1080px;
  }

  .container {
    width: min(100% - 42px, var(--container));
  }

  .header-inner {
    min-height: 64px;
    gap: 12px;
  }

  .brand-logo {
    width: 42px;
    height: 42px;
  }

  .brand-name {
    font-size: clamp(0.94rem, 1vw, 1.08rem);
  }

  .header-actions {
    gap: 6px;
  }

  .theme-toggle,
  .cart-toggle,
  .menu-toggle,
  .admin-access,
  .account-access,
  .notification-shortcut {
    width: 36px;
    height: 36px;
    min-height: 36px;
    border-radius: 10px;
  }

  .btn {
    min-height: 37px;
    padding: 8px 12px;
    border-radius: 11px;
    font-size: 0.82rem;
    gap: 6px;
  }

  .btn-sm {
    min-height: 31px;
    padding: 6px 10px;
    font-size: 0.76rem;
  }

  .section-head {
    margin-bottom: 20px;
  }

  .section-head h2 {
    font-size: clamp(1.55rem, 2.6vw, 2.05rem);
  }

  .section-head p,
  .auth-text,
  .product-description,
  .modal-description {
    font-size: 0.9rem;
  }

  .products-grid,
  .products-grid-storefront {
    gap: 14px 10px;
  }

  .products-grid-storefront.is-compact {
    gap: 12px 9px;
  }

  .product-card {
    gap: 7px;
  }

  .product-media {
    min-height: clamp(168px, 16vw, 220px);
  }

  .product-body {
    padding: 14px 14px 12px;
  }

  .site-footer {
    margin-top: 48px;
    padding: 32px 0;
  }

  .auth-card {
    width: min(100%, 960px);
    padding: 20px;
  }

  .auth-layout {
    gap: 16px;
  }

  .auth-top {
    padding: 16px;
  }

  .auth-main {
    gap: 10px;
  }
}

@media (max-width: 780px) {
  .hero.hero-slider.hero-gallery-section .container.hero-gallery-content {
    width: min(100% - 18px, 1480px);
  }

  .hero-gallery-slide {
    min-height: clamp(220px, 46vw, 260px);
  }

  .hero-gallery-arrow {
    width: 38px;
    height: 38px;
    font-size: 0.86rem;
  }

  .hero-gallery-progress {
    top: 10px;
    right: 10px;
    width: 82px;
  }

  .home-promo-card,
  .landing-impact-shell,
  .shop-surface,
  .downloads-shell,
  .sports-summary-card,
  .sports-spotlight-card,
  .faq-support-card,
  .trust-shell {
    border-radius: 22px;
  }

  .catalog-sync-bar {
    display: grid;
    gap: 8px;
  }

  .catalog-sync-pill {
    justify-content: center;
    text-align: center;
  }

  .shop-products-head {
    align-items: stretch;
  }

  .shop-products-head > div:first-child {
    max-width: none;
  }

  .shop-catalog-toolbar,
  .shop-catalog-footer {
    padding: 14px;
    gap: 12px;
    border-radius: 20px;
  }

  .shop-toolbar-filters,
  .shop-toolbar-display,
  .shop-pagination {
    width: 100%;
  }

  .shop-toolbar-filters,
  .shop-toolbar-display {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }

  .shop-toolbar-select,
  .shop-show-select,
  .shop-view-toggle {
    width: 100%;
  }

  .shop-toolbar-select select,
  .shop-show-select select {
    width: 100%;
    min-width: 0;
  }

  .shop-view-toggle {
    justify-content: stretch;
  }

  .shop-view-btn {
    flex: 1 1 0;
    min-width: 0;
  }

  .shop-pagination {
    justify-content: center;
  }

  .downloads-intro,
  .sports-intro {
    gap: 14px;
  }

  .downloads-summary-card {
    order: -1;
  }

  .downloads-quick-nav {
    gap: 10px;
    margin-inline: -2px;
    padding-inline: 2px;
  }

  .downloads-quick-link {
    min-height: 64px;
  }

  .downloads-quick-logo {
    height: 34px;
    max-width: 96px;
  }

  .download-service-downloads {
    flex-direction: column;
    align-items: stretch;
  }

  .download-service-downloads .download-showcase-btn,
  .download-service-downloads .download-showcase-btn--primary {
    width: 100%;
    justify-content: center;
  }

  .sports-summary-list li {
    padding-left: 18px;
  }

  .sports-spotlight-card {
    min-height: auto;
  }

  .sports-spotlight-content h3 {
    font-size: 1.02rem;
  }

  .sports-spotlight-content p {
    font-size: 0.86rem;
  }

  .checkout-card {
    padding-bottom: calc(18px + env(safe-area-inset-bottom, 0px));
  }

  .checkout-actions-stack .btn,
  .checkout-proof-preview-actions .btn,
  .checkout-payment-copy-btn {
    width: 100%;
  }

  .checkout-payment-destination-copy strong {
    word-break: break-word;
  }

  .checkout-proof-preview img {
    width: 100%;
    max-width: 100%;
    max-height: 190px;
  }
}

@media (max-width: 520px) {
  .container {
    width: min(100% - 14px, var(--container));
  }

  .header-inner {
    min-height: 62px;
  }

  .sidebar-brand-row {
    gap: 8px;
  }

  .header-actions {
    gap: 5px;
  }

  .main-nav {
    top: calc(100% + 8px);
    border-radius: 18px;
    padding: 10px;
  }

  .hero.hero-slider.hero-gallery-section {
    padding: 8px 0 4px;
  }

  .hero.hero-slider.hero-gallery-section .container.hero-gallery-content {
    width: min(100% - 14px, 1480px);
  }

  .hero-gallery-card {
    border-radius: 20px;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.16);
  }

  .hero-gallery-slide {
    min-height: 190px;
  }

  .hero-gallery-arrow {
    width: 34px;
    height: 34px;
    font-size: 0.78rem;
  }

  .hero-gallery-progress {
    width: 72px;
    top: 8px;
    right: 8px;
  }

  .home-promo-card {
    gap: 12px;
    padding: 12px;
  }

  .home-promo-media {
    min-height: 160px;
    border-radius: 18px;
  }

  .landing-impact-copy h2 {
    font-size: clamp(1.45rem, 8vw, 1.9rem);
  }

  .landing-impact-card {
    padding: 16px;
  }

  .shop-surface {
    padding: 18px 14px;
    border-radius: 22px;
  }

  .shop-catalog-toolbar,
  .shop-catalog-footer {
    padding: 12px;
  }

  .shop-toolbar-select select,
  .shop-show-select select {
    min-height: 46px;
    border-radius: 14px;
    font-size: 0.9rem;
  }

  .shop-view-btn,
  .shop-pagination-btn {
    width: 42px;
    min-width: 42px;
    height: 42px;
  }

  .downloads-shell {
    padding: 16px 14px;
    border-radius: 22px;
  }

  .downloads-summary-card,
  .download-service-card,
  .download-platform-card,
  .download-guide-shell,
  .download-guide-card {
    padding: 14px;
    border-radius: 18px;
  }

  .downloads-quick-nav {
    margin-top: 10px;
    gap: 8px;
  }

  .downloads-quick-link {
    min-height: 60px;
  }

  .downloads-quick-logo {
    height: 30px;
    max-width: 84px;
  }

  .sports-shell {
    padding: 12px 0;
  }

  .sports-summary-card,
  .sports-spotlight-card {
    padding: 14px;
    border-radius: 18px;
  }

  .sports-spotlight-content h3 {
    font-size: 0.96rem;
  }

  .sports-spotlight-content p {
    font-size: 0.82rem;
  }

  .checkout-payment-methods {
    grid-template-columns: 1fr;
  }

  .checkout-payment-method-btn {
    min-height: 74px;
  }

  .support-fab-stack {
    right: 8px;
    bottom: calc(82px + env(safe-area-inset-bottom, 0px));
  }

  .support-fab-link,
  .whatsapp-support,
  .telegram-support {
    width: 44px;
    min-width: 44px;
    min-height: 44px;
  }

  .support-fab-icon,
  .support-fab-link i,
  .whatsapp-support i,
  .telegram-support i {
    width: 44px;
    height: 44px;
    font-size: 1.22rem;
  }

  .mobile-bottom-nav {
    left: 8px;
    right: 8px;
    bottom: calc(8px + env(safe-area-inset-bottom, 0px));
  }

  .mobile-bottom-link {
    min-height: 50px;
    font-size: 0.66rem;
  }
}

/* MOBILE CLEANUP PASS */
@media (max-width: 780px) {
  .hero.hero-slider {
    min-height: 420px;
  }

  .hero.hero-slider.hero-gallery-section {
    padding: 10px 0 6px;
  }

  .hero.hero-slider.hero-gallery-section .container.hero-gallery-content {
    width: min(100% - 14px, 1480px);
  }

  .hero-gallery-slide {
    min-height: clamp(200px, 42vw, 238px);
  }

  .landing-impact-shell {
    gap: 12px;
  }

  .landing-impact-head {
    gap: 10px;
  }

  .landing-impact-copy h2 {
    font-size: clamp(1.55rem, 7vw, 2.05rem);
    line-height: 1;
  }

  .landing-impact-copy p {
    font-size: 0.88rem;
    line-height: 1.45;
  }

  .landing-impact-grid {
    gap: 8px;
  }

  .landing-impact-card {
    gap: 8px;
    padding: 15px 14px 14px;
    border-radius: 20px;
  }

  .landing-impact-card-kicker {
    font-size: 0.64rem;
    letter-spacing: 0.12em;
  }

  .landing-impact-value {
    font-size: clamp(2rem, 9vw, 2.6rem);
  }

  .landing-impact-label {
    max-width: none;
    font-size: 0.8rem;
    line-height: 1.3;
  }

  .home-featured-surface {
    padding: 14px 10px 10px;
    gap: 10px;
    border-radius: 18px;
  }

  .home-featured-head {
    gap: 10px;
  }

  .home-featured-grid.products-grid {
    gap: 8px 6px;
  }

  .home-featured-grid .product-card {
    gap: 3px;
  }

  .home-featured-grid .product-media {
    min-height: 128px;
    padding: 5px;
    border-radius: 14px;
  }

  .home-featured-grid .product-cover {
    width: min(112px, 78%);
    height: min(112px, 78%);
    max-width: 78%;
    max-height: 78%;
  }

  .home-featured-grid .product-body {
    margin-top: -4px;
    padding: 5px 6px 5px;
    gap: 2px;
    border-radius: 14px;
  }

  .home-featured-grid .product-category-label {
    font-size: 0.54rem;
  }

  .home-featured-grid .product-body h3 {
    font-size: 0.76rem;
    line-height: 1.08;
  }

  .home-featured-grid .product-caption {
    font-size: 0.68rem;
    line-height: 1.22;
  }

  .home-featured-grid .product-price {
    font-size: 0.74rem;
  }

  .shop-catalog-toolbar,
  .shop-catalog-footer {
    padding: 12px;
    gap: 10px;
    border-radius: 18px;
  }

  .downloads-shell,
  .sports-summary-card,
  .sports-spotlight-card,
  .faq-support-card,
  .trust-shell {
    border-radius: 18px;
  }

  .downloads-shell {
    padding: 16px 14px;
  }

  .downloads-head h2 {
    font-size: 1.22rem;
  }

  .downloads-head p {
    font-size: 0.84rem;
    line-height: 1.4;
  }

  .downloads-quick-nav {
    gap: 6px;
    margin-top: 12px;
  }

  .downloads-quick-link {
    min-height: 58px;
    padding: 2px;
    border-radius: 16px;
    font-size: 0.72rem;
  }

  .downloads-quick-logo {
    height: 28px;
    max-width: 76px;
  }

  .downloads-summary-card,
  .download-service-card,
  .download-platform-card,
  .download-guide-shell,
  .download-guide-card {
    padding: 12px;
    border-radius: 18px;
  }

  .sports-poster-strip {
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x proximity;
  }

  .sports-poster-track {
    gap: 10px;
    width: max-content;
    animation: none;
    will-change: auto;
  }

  .sports-poster-card {
    flex: 0 0 136px;
    gap: 8px;
    scroll-snap-align: start;
  }

  .sports-poster-card.is-duplicate {
    display: none;
  }

  .sports-poster-card img {
    border-radius: 18px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
  }

  .sports-poster-copy strong {
    font-size: 0.84rem;
  }

  .sports-poster-copy span {
    font-size: 0.72rem;
    line-height: 1.25;
  }

  .mobile-bottom-nav {
    left: 8px;
    right: 8px;
    bottom: calc(8px + env(safe-area-inset-bottom, 0px));
    gap: 6px;
    padding: 6px;
    border-radius: 20px;
  }

  .mobile-bottom-link {
    min-height: 48px;
    gap: 3px;
    border-radius: 14px;
    font-size: 0.64rem;
  }

  .mobile-bottom-link i {
    font-size: 0.92rem;
  }

  .mobile-bottom-count {
    top: 5px;
    right: 10px;
  }
}

@media (max-width: 520px) {
  body {
    padding-bottom: calc(76px + env(safe-area-inset-bottom, 0px));
  }

  .hero.hero-slider {
    min-height: 360px;
  }

  .hero-gallery-card {
    border-radius: 18px;
  }

  .hero-gallery-slide {
    min-height: 176px;
  }

  .hero-gallery-arrow,
  .hero-gallery-progress,
  .hero-gallery-shade,
  .hero-popcorn-field,
  .hero-grid-texture,
  .hero-ambient-orb--right,
  .hero-ambient-orb--bottom {
    display: none !important;
  }

  .hero-ambient-orb--left {
    opacity: 0.28;
    filter: blur(18px);
  }

  .landing-impact-copy h2 {
    font-size: 1.42rem;
  }

  .landing-impact-copy p {
    font-size: 0.82rem;
  }

  .landing-impact-card {
    padding: 13px 12px;
    border-radius: 18px;
  }

  .landing-impact-value {
    font-size: 1.8rem;
  }

  .landing-impact-label {
    font-size: 0.74rem;
  }

  .home-featured-surface {
    padding: 12px 8px 10px;
  }

  .home-featured-grid.products-grid {
    gap: 7px 5px;
  }

  .home-featured-grid .product-media {
    min-height: 118px;
    padding: 4px;
  }

  .home-featured-grid .product-cover {
    width: min(104px, 78%);
    height: min(104px, 78%);
  }

  .home-featured-grid .product-body h3 {
    font-size: 0.72rem;
  }

  .home-featured-grid .product-caption {
    font-size: 0.64rem;
  }

  .downloads-shell {
    padding: 14px 12px;
  }

  .downloads-quick-link {
    min-height: 52px;
    font-size: 0.68rem;
  }

  .downloads-quick-logo {
    height: 24px;
    max-width: 68px;
  }

  .downloads-summary-card,
  .download-service-card,
  .download-platform-card,
  .download-guide-shell,
  .download-guide-card {
    padding: 11px;
  }

  .sports-poster-card {
    flex-basis: 124px;
  }

  .sports-poster-copy strong {
    font-size: 0.8rem;
  }

  .sports-poster-copy span {
    font-size: 0.68rem;
  }
}

/* FINAL CLEAN PALETTE UNIFIER */
:root {
  --bg: #0f1724;
  --bg-soft: #152031;
  --panel: #182233;
  --panel-2: #212d40;
  --border: #2f3d53;
  --text: #f3f6fb;
  --text-soft: #bcc8d8;
  --primary: #4f79ba;
  --primary-rgb: 74, 116, 182;
  --primary-hover: #3d629b;
  --secondary: #243246;
  --success: #16a34a;
  --success-hover: #15803d;
  --soft-accent-rgb: 74, 116, 182;
  --soft-accent: #bfd0e4;
  --soft-accent-strong: #eaf0f7;
  --focus-ring: rgba(128, 165, 225, 0.28);
  --button-secondary-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  --button-secondary-bg-hover: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
  --button-secondary-border: rgba(163, 183, 211, 0.18);
  --button-secondary-border-hover: rgba(163, 183, 211, 0.34);
  --button-secondary-text: #edf3fb;
  --button-tab-text: #d4dfec;
  --button-tab-active-text: #ffffff;
  --button-secondary-shadow: 0 10px 22px rgba(6, 11, 19, 0.16);
  --badge-bg: rgba(255, 255, 255, 0.06);
  --badge-border: rgba(163, 183, 211, 0.16);
  --badge-text: #dbe7f5;
}

body[data-theme="light"] {
  --bg: #f3f5f8;
  --bg-soft: #edf1f5;
  --panel: #ffffff;
  --panel-2: #f7f9fc;
  --border: #d7dee7;
  --text: #162033;
  --text-soft: #56667d;
  --primary: #426a9b;
  --primary-rgb: 69, 107, 154;
  --primary-hover: #34557c;
  --secondary: #edf1f5;
  --success: #1f9d57;
  --success-hover: #187a44;
  --soft-accent-rgb: 69, 107, 154;
  --soft-accent: #456b9a;
  --soft-accent-strong: #2c4768;
  --light-surface: #ffffff;
  --light-surface-muted: #f8fafb;
  --light-surface-soft: #f2f5f8;
  --light-surface-accent: #ebf1f7;
  --light-text-deep: #20334d;
  --light-text-accent: #3a557a;
  --light-text-accent-strong: #2d4565;
  --light-text-strong: #1d2c41;
  --light-text-muted: #5b6c81;
  --light-text-muted-strong: #4f6075;
  --light-text-subtle: #6e7f93;
  --light-border-soft: rgba(82, 104, 133, 0.14);
  --light-border: rgba(82, 104, 133, 0.16);
  --light-border-strong: rgba(82, 104, 133, 0.2);
  --light-accent-border: rgba(69, 107, 154, 0.2);
  --light-accent-border-strong: rgba(69, 107, 154, 0.28);
  --light-accent-focus: rgba(69, 107, 154, 0.3);
  --light-shadow-soft: 0 10px 22px rgba(28, 42, 64, 0.06);
  --light-shadow: 0 18px 36px rgba(28, 42, 64, 0.08);
  --light-shadow-strong: 0 24px 48px rgba(28, 42, 64, 0.1);
  --light-shadow-glow: 0 10px 22px rgba(69, 107, 154, 0.08);
  --shadow: 0 16px 34px rgba(17, 24, 39, 0.08);
  --shadow-soft: 0 10px 24px rgba(17, 24, 39, 0.06);
  --shadow-strong: 0 22px 44px rgba(28, 42, 64, 0.1);
  --focus-ring: rgba(69, 107, 154, 0.2);
  --button-secondary-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 246, 251, 0.98));
  --button-secondary-bg-hover: linear-gradient(180deg, #ffffff, rgba(246, 249, 253, 0.99));
  --button-secondary-border: rgba(86, 111, 146, 0.18);
  --button-secondary-border-hover: rgba(69, 107, 154, 0.3);
  --button-secondary-text: #21344f;
  --button-tab-text: #3b5477;
  --button-tab-active-text: #ffffff;
  --button-secondary-shadow: 0 10px 24px rgba(31, 61, 109, 0.08);
  --badge-bg: rgba(69, 107, 154, 0.08);
  --badge-border: rgba(69, 107, 154, 0.18);
  --badge-text: #35506f;
  background-color: #f3f5f8;
}

body {
  background-image:
    radial-gradient(circle at top left, rgba(var(--soft-accent-rgb), 0.09), transparent 24%),
    radial-gradient(circle at top right, rgba(var(--soft-accent-rgb), 0.05), transparent 20%);
}

body[data-theme="light"] {
  background-image: none;
  background-color: var(--bg);
}

.launch-splash {
  --launch-shell-bg: linear-gradient(180deg, rgba(16, 24, 37, 0.9), rgba(12, 19, 30, 0.8));
  --launch-shell-border: rgba(150, 170, 201, 0.18);
  --launch-shell-shadow:
    0 34px 90px rgba(5, 10, 18, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  --launch-chip-bg: rgba(255, 255, 255, 0.06);
  --launch-chip-border: rgba(255, 255, 255, 0.1);
  --launch-chip-text: rgba(236, 242, 249, 0.92);
  --launch-chip-muted: rgba(191, 204, 223, 0.78);
  --launch-subtitle: #dce6f2;
  --launch-footnote: #a9b8cb;
  --launch-loader-track: rgba(255, 255, 255, 0.08);
  --launch-loader-track-border: rgba(255, 255, 255, 0.08);
  --launch-loader-shadow: rgba(74, 116, 182, 0.22);
  background:
    radial-gradient(circle at 50% 18%, rgba(128, 150, 186, 0.16), transparent 18%),
    radial-gradient(circle at 18% 18%, rgba(74, 116, 182, 0.18), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(120, 139, 170, 0.14), transparent 24%),
    radial-gradient(circle at 50% 82%, rgba(74, 116, 182, 0.08), transparent 30%),
    linear-gradient(180deg, #09111c 0%, #0d1624 52%, #0a121e 100%);
}

.launch-splash-core::after {
  background: linear-gradient(135deg, rgba(124, 152, 197, 0.26), rgba(255, 255, 255, 0.04), rgba(98, 118, 149, 0.18));
}

.launch-splash-spinner::before {
  background:
    conic-gradient(
      from 0deg,
      rgba(255, 255, 255, 0.05),
      rgba(255, 255, 255, 0.94) 16%,
      rgba(126, 155, 204, 0.98) 38%,
      rgba(74, 116, 182, 0.92) 58%,
      rgba(255, 255, 255, 0.08) 76%,
      rgba(255, 255, 255, 0.68) 96%,
      rgba(255, 255, 255, 0.05)
    );
  box-shadow:
    0 0 28px rgba(74, 116, 182, 0.2),
    0 0 52px rgba(120, 139, 170, 0.14);
}

.launch-splash-spinner::after {
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.1),
    0 0 30px rgba(74, 116, 182, 0.12);
}

.launch-splash-logo-shell::before {
  background:
    radial-gradient(circle, rgba(120, 150, 196, 0.2), rgba(74, 116, 182, 0.12) 46%, transparent 72%);
}

.launch-splash-logo {
  filter:
    drop-shadow(0 18px 34px rgba(0, 0, 0, 0.28))
    drop-shadow(0 0 24px rgba(120, 150, 196, 0.12));
}

.launch-splash-brand {
  background:
    linear-gradient(
      105deg,
      #f4f7fb 12%,
      #b9cae1 34%,
      #dfe7f1 56%,
      #f0f4f8 82%
    );
  filter:
    drop-shadow(0 0 18px rgba(255, 255, 255, 0.08))
    drop-shadow(0 0 28px rgba(74, 116, 182, 0.12));
}

body[data-theme="light"] .launch-splash {
  --launch-shell-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(244, 247, 250, 0.94));
  --launch-shell-border: rgba(82, 104, 133, 0.14);
  --launch-shell-shadow:
    0 30px 70px rgba(28, 42, 64, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.56);
  --launch-chip-bg: rgba(255, 255, 255, 0.8);
  --launch-chip-border: rgba(82, 104, 133, 0.14);
  --launch-chip-text: var(--light-text-strong);
  --launch-chip-muted: var(--light-text-subtle);
  --launch-subtitle: var(--light-text-muted);
  --launch-footnote: var(--light-text-subtle);
  --launch-loader-track: rgba(28, 42, 64, 0.08);
  --launch-loader-track-border: rgba(28, 42, 64, 0.07);
  --launch-loader-shadow: rgba(69, 107, 154, 0.16);
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.92), transparent 18%),
    radial-gradient(circle at 18% 18%, rgba(69, 107, 154, 0.12), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(147, 163, 184, 0.12), transparent 24%),
    radial-gradient(circle at 50% 82%, rgba(69, 107, 154, 0.08), transparent 30%),
    linear-gradient(180deg, #f7f8fa 0%, #eef2f6 52%, #f8fafb 100%);
}

body[data-theme="light"] .launch-splash::after {
  background-image:
    linear-gradient(rgba(82, 104, 133, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(82, 104, 133, 0.035) 1px, transparent 1px);
}

body[data-theme="light"] .launch-splash-core::after {
  background: linear-gradient(135deg, rgba(110, 135, 170, 0.2), rgba(255, 255, 255, 0.28), rgba(147, 163, 184, 0.18));
}

body[data-theme="light"] .launch-splash-copy::before {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.82), rgba(147, 163, 184, 0.16) 34%, transparent 76%);
}

body[data-theme="light"] .launch-splash-spinner::before {
  box-shadow:
    0 0 24px rgba(69, 107, 154, 0.14),
    0 0 42px rgba(147, 163, 184, 0.12);
}

body[data-theme="light"] .launch-splash-spinner::after {
  box-shadow:
    inset 0 0 0 1px rgba(82, 104, 133, 0.08),
    0 0 24px rgba(69, 107, 154, 0.12);
}

body[data-theme="light"] .launch-splash-logo-shell::before {
  background: radial-gradient(circle, rgba(147, 163, 184, 0.18), rgba(69, 107, 154, 0.12) 46%, transparent 72%);
}

body[data-theme="light"] .launch-splash-brand {
  background:
    linear-gradient(
      105deg,
      #24364d 12%,
      #456b9a 34%,
      #7288a6 56%,
      #2d445f 82%
    );
  filter:
    drop-shadow(0 0 18px rgba(255, 255, 255, 0.36))
    drop-shadow(0 0 22px rgba(69, 107, 154, 0.1));
}

body[data-theme="light"] .launch-splash-loader-meta span::before {
  background: rgba(69, 107, 154, 0.34);
}

.hero-gallery-card {
  background:
    radial-gradient(circle at top right, rgba(var(--soft-accent-rgb), 0.16), transparent 28%),
    radial-gradient(circle at bottom left, rgba(147, 163, 184, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(9, 13, 20, 0.98), rgba(6, 9, 15, 0.98));
}

body[data-theme="light"] .hero-gallery-card {
  background:
    radial-gradient(circle at top right, rgba(69, 107, 154, 0.12), transparent 28%),
    radial-gradient(circle at bottom left, rgba(147, 163, 184, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 247, 250, 0.99));
}

.hero-gallery-progress-fill {
  background: linear-gradient(90deg, rgba(var(--soft-accent-rgb), 0.96), rgba(147, 163, 184, 0.9));
  box-shadow: 0 0 18px rgba(var(--soft-accent-rgb), 0.22);
}

.sports-poster-strip::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, rgba(var(--soft-accent-rgb), 0.82), rgba(147, 163, 184, 0.76));
}

/* FINAL THEME CONTRAST POLISH */
body,
input,
select,
textarea,
button {
  color: var(--text);
}

input::placeholder,
select::placeholder,
textarea::placeholder {
  color: var(--text-soft);
  opacity: 0.92;
}

.btn,
.auth-tab,
.tab-btn {
  transition:
    transform 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease,
    box-shadow 0.18s ease;
}

.btn:focus-visible,
.auth-tab:focus-visible,
.tab-btn:focus-visible,
.theme-toggle:focus-visible,
.cart-toggle:focus-visible,
.menu-toggle:focus-visible,
.account-access:focus-visible,
.admin-access:focus-visible,
.notification-shortcut:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px var(--focus-ring);
}

.btn-primary {
  color: var(--button-tab-active-text);
  border: 1px solid transparent;
}

.btn-secondary,
.auth-tab,
.tab-btn {
  background: var(--button-secondary-bg);
  border: 1px solid var(--button-secondary-border);
  color: var(--button-secondary-text);
  box-shadow: var(--button-secondary-shadow);
}

.btn-secondary:hover,
.btn-secondary:focus-visible,
.auth-tab:hover,
.auth-tab:focus-visible,
.tab-btn:hover,
.tab-btn:focus-visible {
  background: var(--button-secondary-bg-hover);
  border-color: var(--button-secondary-border-hover);
  color: var(--text);
}

.auth-tab.active,
.tab-btn.active {
  background: linear-gradient(180deg, var(--primary), var(--primary-hover));
  border-color: rgba(var(--primary-rgb), 0.42);
  color: var(--button-tab-active-text);
  box-shadow: 0 14px 30px rgba(var(--primary-rgb), 0.2);
}

.auth-tab.active i,
.tab-btn.active i {
  color: currentColor;
}

/* FINAL HOME FEATURED IMAGE CLEANUP */
.home-featured-grid .product-card {
  --product-stage-bg: transparent;
  --product-stage-border: transparent;
  --product-stage-shadow: none;
  --product-stage-glow: none;
  --product-stage-sheen: none;
  --product-cover-shadow: drop-shadow(0 16px 26px rgba(0, 0, 0, 0.18));
  --product-cover-shadow-hover: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.22));
}

body[data-theme="light"] .home-featured-grid .product-card {
  --product-cover-shadow: drop-shadow(0 14px 22px rgba(44, 70, 116, 0.12));
  --product-cover-shadow-hover: drop-shadow(0 18px 26px rgba(44, 70, 116, 0.16));
}

.home-featured-grid .product-media {
  min-height: clamp(212px, 18vw, 272px);
  padding: clamp(10px, 0.9vw, 12px);
  border-radius: clamp(24px, 2.4vw, 30px);
  background: transparent;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.home-featured-grid .product-media::before,
.home-featured-grid .product-media::after {
  content: none;
}

.home-featured-grid .product-cover {
  width: clamp(168px, 13.4vw, 222px);
  height: clamp(168px, 13.4vw, 222px);
  max-width: 90%;
  max-height: 90%;
  border-radius: clamp(24px, 2.2vw, 32px);
  clip-path: inset(0 round clamp(24px, 2.2vw, 32px));
  background: transparent;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.home-featured-grid .product-body {
  width: 100%;
  max-width: none;
}

@media (max-width: 640px) {
  .home-featured-grid .product-media {
    min-height: clamp(154px, 43vw, 192px);
    padding: 10px 9px 8px;
    border-radius: 18px;
  }

  .home-featured-grid .product-cover {
    width: min(82%, 154px);
    height: min(82%, 154px);
    border-radius: 20px;
    clip-path: inset(0 round 20px);
  }
}

@media (max-width: 480px) {
  .home-featured-grid .product-media {
    border-radius: 18px;
  }

  .home-featured-grid .product-cover {
    width: min(80%, 144px);
    height: min(80%, 144px);
    border-radius: 18px;
    clip-path: inset(0 round 18px);
  }
}

/* FINAL STOREFRONT IMAGE CLEANUP */
.products-grid-storefront .product-card,
.products-grid-storefront.is-compact .product-card {
  --product-stage-bg: transparent;
  --product-stage-border: transparent;
  --product-stage-shadow: none;
  --product-stage-glow: none;
  --product-stage-sheen: none;
  --product-cover-shadow: drop-shadow(0 16px 26px rgba(0, 0, 0, 0.18));
  --product-cover-shadow-hover: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.22));
}

body[data-theme="light"] .products-grid-storefront .product-card,
body[data-theme="light"] .products-grid-storefront.is-compact .product-card {
  --product-cover-shadow: drop-shadow(0 14px 22px rgba(44, 70, 116, 0.12));
  --product-cover-shadow-hover: drop-shadow(0 18px 26px rgba(44, 70, 116, 0.16));
}

.products-grid-storefront .product-media,
.products-grid-storefront.is-compact .product-media {
  background: transparent;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.products-grid-storefront .product-media::before,
.products-grid-storefront .product-media::after,
.products-grid-storefront.is-compact .product-media::before,
.products-grid-storefront.is-compact .product-media::after {
  content: none;
}

.products-grid-storefront .product-cover,
.products-grid-storefront.is-compact .product-cover {
  border-radius: clamp(24px, 2.2vw, 32px);
  clip-path: inset(0 round clamp(24px, 2.2vw, 32px));
  background: transparent;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.products-grid-storefront .product-card:hover .product-media,
.products-grid-storefront .clickable-product-card:focus-visible .product-media,
.products-grid-storefront.is-compact .product-card:hover .product-media,
.products-grid-storefront.is-compact .clickable-product-card:focus-visible .product-media,
.home-featured-grid .product-card:hover .product-media,
.home-featured-grid .clickable-product-card:focus-visible .product-media {
  border-color: transparent;
  box-shadow: none;
}

@media (max-width: 640px) {
  .products-grid-storefront .product-cover,
  .products-grid-storefront.is-compact .product-cover {
    border-radius: 20px;
    clip-path: inset(0 round 20px);
  }
}

@media (max-width: 480px) {
  .products-grid-storefront .product-cover,
  .products-grid-storefront.is-compact .product-cover {
    border-radius: 18px;
    clip-path: inset(0 round 18px);
  }
}

/* FINAL PRODUCT MODAL COMPACT SELECTIONS */
#productModal .modal-purchase-shell {
  gap: 14px;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

#productModal .modal-section-head-compact {
  gap: 10px;
  padding: 0 2px;
}

#productModal .modal-section-head-compact strong {
  font-size: 1rem;
}

#productModal .modal-section-head-compact small {
  max-width: none;
  font-size: 0.8rem;
}

#productModal .modal-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px 12px;
}

#productModal .option-group {
  gap: 6px;
}

#productModal .option-group label {
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  color: var(--text-soft);
}

body[data-theme="light"] #productModal .option-group label {
  color: #667089;
}

#productModal .option-group select {
  min-height: 42px;
  padding: 9px 40px 9px 14px;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

body[data-theme="light"] #productModal .option-group select {
  min-height: 42px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(36, 65, 127, 0.06);
  border-color: rgba(36, 65, 127, 0.1);
  box-shadow: none;
}

#productModal .option-group select:focus-visible {
  border-color: rgba(114, 154, 255, 0.38);
  box-shadow: 0 0 0 4px rgba(93, 120, 255, 0.1);
}

body[data-theme="light"] #productModal .option-group select:focus-visible {
  border-color: rgba(36, 65, 127, 0.16);
  box-shadow: 0 0 0 4px rgba(36, 65, 127, 0.08);
}

#productModal .modal-summary-panels {
  grid-template-columns: minmax(190px, 0.54fr) minmax(0, 1fr);
  gap: 12px;
}

#productModal .modal-price-box,
#productModal .modal-selection-box {
  border-radius: 20px;
  padding: 16px 18px;
}

#productModal .modal-selection-head {
  margin-bottom: 10px;
}

#productModal .modal-selection-grid {
  gap: 8px;
}

#productModal .modal-selection-grid p {
  padding: 0 0 10px;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid var(--border);
}

body[data-theme="light"] #productModal .modal-selection-grid p {
  background: transparent;
}

#productModal .modal-selection-grid p:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

#productModal .modal-actions {
  gap: 10px;
}

#productModal .modal-actions .btn {
  min-height: 46px;
  border-radius: 16px;
}

@media (max-width: 900px) {
  #productModal .modal-options {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  #productModal .modal-price-box,
  #productModal .modal-selection-box {
    padding: 15px 16px;
  }
}

#productModal .modal-whatsapp-help-btn {
  gap: 10px;
}

#productModal .modal-whatsapp-help-icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(37, 211, 102, 0.14);
  color: #25d366;
  flex: 0 0 22px;
}

#productModal .modal-whatsapp-help-icon i {
  color: currentColor;
  font-size: 0.95rem;
}

body[data-theme="light"] #productModal .modal-whatsapp-help-icon {
  background: rgba(37, 211, 102, 0.12);
  color: #20c15a;
}

.product-favorite-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(8, 12, 20, 0.58);
  color: #f7f8fb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(12px);
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.product-favorite-btn:hover,
.product-favorite-btn:focus-visible {
  transform: translateY(-1px) scale(1.02);
  background: rgba(18, 25, 39, 0.8);
  border-color: rgba(255, 255, 255, 0.28);
}

.product-favorite-btn.is-favorite,
.modal-favorite-btn.is-favorite {
  background: linear-gradient(135deg, rgba(229, 9, 20, 0.94), rgba(255, 124, 124, 0.92));
  border-color: rgba(255, 164, 170, 0.7);
  color: #ffffff;
}

body[data-theme="light"] .product-favorite-btn {
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(31, 41, 55, 0.1);
  color: #1f2937;
}

body[data-theme="light"] .product-favorite-btn:hover,
body[data-theme="light"] .product-favorite-btn:focus-visible {
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(31, 41, 55, 0.18);
}

#productModal .modal-favorite-btn {
  gap: 10px;
}

#productModal .modal-favorite-btn i {
  color: currentColor;
}

@media (max-width: 640px) {
  .product-favorite-btn {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
}
