:root {
  color-scheme: dark;
  --bg: #030505;
  --green: #22c55e;
  --green-2: #16a34a;
  --text: #f4f6f2;
  --muted: #b8beb8;
  --line: rgba(255, 255, 255, 0.11);
  --green-line: rgba(34, 197, 94, 0.55);
  --title-font: "Tektur", "Orbitron", sans-serif;
  --body-font: "Rajdhani", "Space Grotesk", system-ui, sans-serif;
  --max: 1500px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 68% 45%, rgba(34, 197, 94, 0.2), transparent 27rem),
    linear-gradient(180deg, #050707 0%, #020303 100%);
  font-family: var(--body-font);
  overflow-x: hidden;
  animation: pageEnter 160ms ease-out both;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: 0.78;
  background:
    linear-gradient(rgba(188, 205, 220, 0.038) 1px, transparent 1px),
    linear-gradient(90deg, rgba(188, 205, 220, 0.032) 1px, transparent 1px),
    radial-gradient(circle at 68% 18%, rgba(34, 197, 94, 0.075), transparent 32rem),
    radial-gradient(circle at 18% 74%, rgba(72, 88, 105, 0.06), transparent 34rem);
  background-size: 32px 32px, 32px 32px, 100% 100%, 100% 100%;
  background-position: top center;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.44) 42%, rgba(0,0,0,0.08) 72%, rgba(0,0,0,0.36) 100%),
    radial-gradient(circle at 18% 48%, rgba(34, 197, 94, 0.08), transparent 24rem);
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.44) 42%, rgba(0,0,0,0.08) 72%, rgba(0,0,0,0.36) 100%),
    radial-gradient(circle at 18% 48%, rgba(34, 197, 94, 0.08), transparent 24rem);
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }

.page-frame { min-height: 100svh; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding: 0 clamp(20px, 4.5vw, 64px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(3, 5, 6, 0.38);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(8px) saturate(1.1);
  -webkit-backdrop-filter: blur(8px) saturate(1.1);
  transition:
    min-height 220ms cubic-bezier(0.16, 1, 0.3, 1),
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    backdrop-filter 220ms ease;
}

.site-header[data-elevated="true"] {
  min-height: 60px;
  border-bottom-color: rgba(255, 255, 255, 0.07);
  background: rgba(3, 5, 6, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 10px 30px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(14px) saturate(1.2);
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  user-select: none;
  flex-shrink: 0;
}
.brand-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.brand-mark::after {
  display: none;
}
.brand-mark img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: contrast(1.05) brightness(1.02);
  transition: transform 200ms ease;
}
.brand:hover .brand-mark img {
  transform: scale(1.08);
}
.brand-text {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  white-space: nowrap;
}
.brand-fedron {
  color: #ffffff;
}
.brand-studios {
  color: var(--green);
  text-shadow: 0 0 12px rgba(34, 197, 94, 0.45);
}
.brand-badge {
  display: none;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-left: auto;
  margin-right: 48px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.nav-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 8px 0;
  color: rgba(226, 232, 240, 0.68);
  font: 600 11.5px/1 "Inter", system-ui, sans-serif;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-decoration: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  white-space: nowrap;
  transition: color 180ms ease;
}
.nav-links a + a::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, 0.16);
  pointer-events: none;
}
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  border-radius: 9999px;
  background: var(--green);
  box-shadow: 0 0 10px rgba(34, 197, 94, 0.7);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: opacity 200ms ease, transform 200ms ease;
}
.nav-links a:hover {
  color: #ffffff;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.nav-links a:hover::after {
  opacity: 0.55;
  transform: scaleX(0.5);
}
.nav-links a.active {
  color: #ffffff;
  font-weight: 700;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.nav-links a.active::after {
  opacity: 1;
  transform: scaleX(1);
}

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

.social-links {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}
.social-links a {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: rgba(226, 232, 240, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.025);
  transition: all 180ms cubic-bezier(0.16, 1, 0.3, 1);
}
.social-links a:hover {
  color: var(--green);
  border-color: rgba(34, 197, 94, 0.4);
  background: rgba(34, 197, 94, 0.08);
  transform: translateY(-1px);
  box-shadow: 0 0 14px rgba(34, 197, 94, 0.25);
}
.social-links svg {
  width: 15px;
  height: 15px;
}
.social-links a:first-child svg,
.social-links a:nth-child(3) svg,
.social-links a:nth-child(4) svg {
  fill: currentColor;
  stroke: none;
}
.social-links a:nth-child(2) svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.language-menu {
  position: relative;
  z-index: 24;
  direction: ltr;
}
.language-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 66px;
  height: 32px;
  padding: 0 10px;
  color: rgba(226, 232, 240, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 9999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
    rgba(255, 255, 255, 0.02);
  cursor: pointer;
  font: 600 12px/1 "Inter", system-ui, sans-serif;
  transition: all 180ms ease;
}
.language-toggle:hover,
.language-menu.open .language-toggle {
  color: #ffffff;
  border-color: rgba(34, 197, 94, 0.4);
  background: rgba(34, 197, 94, 0.08);
  box-shadow: 0 0 14px rgba(34, 197, 94, 0.18);
}
.language-toggle svg {
  width: 14px;
  height: 14px;
}
.language-chevron {
  width: 12px !important;
  height: 12px !important;
  transition: transform 180ms ease;
}
.language-menu.open .language-chevron {
  transform: rotate(180deg);
}
.language-current {
  min-width: 18px;
  text-align: center;
}
.language-options {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: auto;
  display: grid;
  width: 190px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  background: rgba(6, 9, 10, 0.95);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5), 0 0 20px rgba(34, 197, 94, 0.06);
  backdrop-filter: blur(20px) saturate(1.2);
  -webkit-backdrop-filter: blur(20px) saturate(1.2);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px) scale(0.98);
  transform-origin: top right;
  transition: opacity 160ms ease, transform 160ms ease;
  direction: ltr;
}
.language-menu.open .language-options {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.language-options button {
  display: grid;
  grid-template-columns: 30px 22px minmax(0, 1fr);
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 0 8px;
  color: rgba(226, 232, 240, 0.85);
  border: 0;
  border-radius: 7px;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font: 600 13px/1 "Inter", system-ui, sans-serif;
  transition: all 140ms ease;
}
.language-options button:hover,
.language-options button[aria-checked="true"] {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}
.language-options strong {
  color: var(--green);
  font: 750 11.5px/1 "Inter", system-ui, sans-serif;
}
.language-options .language-flag {
  display: inline-grid;
  place-items: center;
  font-size: 15px;
  line-height: 1;
}
.language-options .language-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.menu-toggle {
  display: none;
  grid-column: 3;
  justify-self: end;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.03);
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: #ffffff;
  border-radius: 2px;
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  padding: 94px clamp(28px, 6vw, 110px) 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 94px 0 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.56;
  background:
    linear-gradient(rgba(188, 205, 220, 0.038) 1px, transparent 1px),
    linear-gradient(90deg, rgba(188, 205, 220, 0.034) 1px, transparent 1px),
    radial-gradient(ellipse at 68% 16%, rgba(95, 116, 135, 0.055), transparent 34rem);
  background-size: 32px 32px, 32px 32px, 100% 100%;
  background-position: top center;
  mask-image: linear-gradient(180deg, transparent 0%, #000 12%, #000 84%, transparent 100%);
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 1;
  height: 190px;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 0%, rgba(3, 5, 5, 0.72) 62%, var(--bg) 100%);
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.hero-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  filter: contrast(1.06) brightness(1.02);
  image-rendering: -webkit-optimize-contrast;
  image-rendering: auto;
  transform: none;
}
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 5, 5, 0.94) 0%, rgba(3, 5, 5, 0.72) 42%, rgba(3, 5, 5, 0.22) 74%, transparent 100%),
              linear-gradient(180deg, rgba(3, 5, 5, 0.3) 0%, transparent 25%, transparent 75%, rgba(3, 5, 5, 0.95) 100%);
  pointer-events: none;
}
.scan-ring {
  display: none;
}
.green-fog,
.neon-flare {
  display: none;
}
.green-fog {
  position: absolute;
  right: 7%;
  bottom: 12%;
  width: 44vw;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(198, 207, 216, 0.18), transparent);
  filter: blur(0.4px);
  opacity: 0.34;
  transform: rotate(-7deg);
  animation: softPulse 10s ease-in-out infinite;
}
.fog-b {
  right: 38%;
  bottom: 38%;
  width: 26vw;
  opacity: 0.2;
  transform: rotate(16deg);
  animation: softPulse 13s ease-in-out infinite reverse;
}
.neon-flare {
  position: absolute;
  border-radius: 0;
  pointer-events: none;
  mix-blend-mode: screen;
}
.flare-a {
  right: 18%;
  top: 31%;
  width: 32vw;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(222, 229, 236, 0.22), rgba(222, 229, 236, 0.05), transparent);
  filter: none;
  opacity: 0.32;
  transform: rotate(-29deg);
  animation: softPulse 8s ease-in-out infinite;
}
.flare-b {
  right: 2%;
  bottom: 9%;
  width: 34vw;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(198, 207, 216, 0.16), transparent);
  filter: blur(0.5px);
  opacity: 0.26;
  transform: rotate(13deg);
  animation: softPulse 11s ease-in-out infinite reverse;
}


.hero-content { position: relative; z-index: 2; width: min(var(--max), 100%); padding-top: 34px; padding-bottom: 24px; margin: auto 0; }
.service-pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  padding: 6px 14px;
  margin: 0 0 24px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background: rgba(10, 15, 12, 0.72);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
  font: 700 11.5px/1 "Inter", system-ui, sans-serif;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.hero-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 8px rgba(34, 197, 94, 0.85);
  flex-shrink: 0;
  display: inline-block;
}
.hero-badge-text {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.hero-badge-green {
  color: var(--green);
  font-weight: 700;
  text-shadow: 0 0 10px rgba(34, 197, 94, 0.35);
}
.hero-badge-white {
  color: #ffffff;
  font-weight: 700;
}

.hero-title {
  position: relative;
  width: min(880px, 100%);
  margin: 0 0 24px;
  display: block;
  font-family: "Inter", system-ui, sans-serif;
  font-size: clamp(26px, 3.2vw, 42px);
  line-height: 1.2;
  font-weight: 750;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-text-stroke: 0;
  text-shadow: none;
  background: none;
}
.hero-title-white {
  color: #ffffff;
}
.hero-title-green {
  color: var(--green);
  text-shadow: 0 0 20px rgba(34, 197, 94, 0.38);
}
.hero-title::after {
  display: none;
}

.hero-text-block {
  max-width: 580px;
  margin: 0 0 34px;
}

.hero-copy {
  max-width: 580px;
  margin: 0 0 16px;
  color: rgba(226, 232, 240, 0.72);
  font: 400 14px/1.75 "Inter", system-ui, sans-serif;
  letter-spacing: 0;
  text-shadow: none;
}
.hero-copy:last-child {
  margin-bottom: 0;
}

.hero-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 1.15vw, 16px);
  width: min(100%, 720px);
  margin-top: 22px;
  perspective: 1200px;
}
.action-button {
  position: relative;
  isolation: isolate;
  min-height: clamp(70px, 4.75vw, 80px);
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr) 32px;
  align-items: center;
  column-gap: clamp(10px, 0.95vw, 14px);
  padding: 10px 14px 10px 9px;
  overflow: hidden;
  color: #f3f7f5;
  border: 1px solid rgba(216,224,232,0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.058), rgba(255,255,255,0.014) 58%, rgba(0,0,0,0.18)),
    rgba(8,11,13,0.78);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    inset 0 -1px 0 rgba(0,0,0,0.42),
    0 12px 24px rgba(0,0,0,0.24);
  text-decoration: none;
  transform: translateY(0);
  transform-origin: center;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.action-button::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -2;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.055), transparent 32% 72%, rgba(255,255,255,0.028));
  opacity: 0.44;
}
.action-button::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background:
    linear-gradient(110deg, transparent 0 34%, rgba(255,255,255,0.12) 46%, transparent 58% 100%);
  opacity: 0.12;
  transform: translateX(-18%);
  transition: transform 280ms ease, opacity 180ms ease;
}
.action-secondary {
  border-color: rgba(216,224,232,0.14);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.014) 58%, rgba(0,0,0,0.2)),
    rgba(9,11,14,0.76);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    inset 0 -1px 0 rgba(0,0,0,0.42),
    0 12px 24px rgba(0,0,0,0.24);
}
.action-primary {
  border-color: rgba(255,211,42,0.26);
  background:
    linear-gradient(90deg, rgba(255,211,42,0.105), transparent 40%),
    linear-gradient(180deg, rgba(255,255,255,0.062), rgba(255,255,255,0.014) 58%, rgba(0,0,0,0.2)),
    rgba(13,12,8,0.78);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    inset 0 -1px 0 rgba(0,0,0,0.42),
    0 12px 24px rgba(0,0,0,0.24),
    0 0 16px rgba(255,211,42,0.055);
}
.action-secondary::before {
  background:
    linear-gradient(90deg, rgba(216,224,232,0.055), transparent 30% 76%, rgba(255,255,255,0.026));
}
.action-primary::before {
  background:
    linear-gradient(90deg, rgba(255,211,42,0.095), transparent 38% 78%, rgba(255,255,255,0.03));
}
.action-button:hover {
  transform: translateY(-1px);
}
.action-primary:hover {
  border-color: rgba(255,211,42,0.42);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.1),
    inset 0 -1px 0 rgba(0,0,0,0.42),
    0 16px 28px rgba(0,0,0,0.3),
    0 0 18px rgba(255,211,42,0.12);
}
.action-secondary:hover {
  border-color: rgba(248,252,255,0.2);
}
.action-button:hover::after {
  opacity: 0.22;
  transform: translateX(10%);
}
.action-button:active {
  transform: translateY(2px) scale(0.992);
}
.action-visual {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 62px;
  height: 58px;
  min-width: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}
.action-primary .action-visual {
  background: transparent;
  box-shadow: none;
}
.action-visual img {
  display: block;
  width: 64px;
  height: 64px;
  max-width: none;
  object-fit: contain;
  transform: translateX(-2px) scale(1);
  transform-origin: center;
  filter:
    drop-shadow(0 10px 12px rgba(0,0,0,0.42))
    drop-shadow(0 0 10px rgba(226,235,243,0.08));
  transition: transform 180ms ease, filter 180ms ease;
}
.action-primary .action-visual img {
  width: 68px;
  height: 68px;
  transform: translateX(-4px) scale(1.02);
  filter:
    drop-shadow(0 9px 11px rgba(0,0,0,0.42))
    drop-shadow(0 0 10px rgba(255,206,37,0.14));
}
.action-secondary .action-visual img {
  width: 66px;
  height: 66px;
  transform: translateX(-2px) scale(1);
  filter:
    drop-shadow(0 10px 12px rgba(0,0,0,0.44))
    drop-shadow(0 0 12px rgba(232,240,248,0.14));
}
.action-button:hover .action-visual img {
  transform: translateX(-2px) scale(1.04);
}
.action-primary:hover .action-visual img {
  transform: translateX(-4px) scale(1.07);
}
.action-secondary:hover .action-visual img {
  transform: translateX(-2px) scale(1.04);
}
.action-copy {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 6px;
  align-content: center;
  min-width: 0;
}
.action-title {
  display: block;
  color: #f4f7f4;
  font: 800 clamp(12.5px, 0.9vw, 14px)/1.05 "Sora", "Inter", var(--body-font);
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow:
    0 1px 0 rgba(255,255,255,0.16),
    0 12px 24px rgba(0,0,0,0.62);
}
.action-title strong {
  color: #22c55e;
  font: inherit;
  letter-spacing: 0.6px;
  text-shadow:
    0 1px 0 rgba(255,255,255,0.2),
    0 0 18px rgba(153,255,24,0.34),
    0 14px 28px rgba(0,0,0,0.68);
}
.action-primary .action-title,
.action-primary .action-title strong {
  color: #f5f8f2;
  text-shadow:
    0 1px 0 rgba(255,255,255,0.18),
    0 0 12px rgba(255,211,42,0.18),
    0 12px 24px rgba(0,0,0,0.68);
}
.action-secondary .action-title strong {
  color: #cbd6e4;
  text-shadow:
    0 1px 0 rgba(255,255,255,0.22),
    0 0 16px rgba(210,225,244,0.16),
    0 14px 28px rgba(0,0,0,0.68);
}
.action-description {
  max-width: 210px;
  color: rgba(231,235,238,0.62);
  font: 600 clamp(9px, 0.64vw, 10px)/1.35 "Inter", var(--body-font);
  letter-spacing: 0;
  text-shadow: 0 12px 22px rgba(0,0,0,0.62);
}
.action-orb {
  position: relative;
  z-index: 2;
  justify-self: end;
  align-self: center;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.015)),
    rgba(7,10,12,0.54);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    0 6px 12px rgba(0,0,0,0.22);
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.action-secondary .action-orb {
  border-color: rgba(255,255,255,0.15);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.015)),
    rgba(15,17,20,0.64);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.12),
    0 6px 12px rgba(0,0,0,0.26);
}
.action-primary .action-orb {
  border-color: rgba(255,211,42,0.24);
  color: #ffd32a;
  background:
    linear-gradient(180deg, rgba(255,211,42,0.12), rgba(255,211,42,0.025)),
    rgba(35,28,7,0.54);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    0 6px 12px rgba(0,0,0,0.24),
    0 0 12px rgba(255,211,42,0.1);
}
.action-orb svg {
  width: 52%;
  height: 52%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 4px 5px rgba(0,0,0,0.38));
  transition: transform 180ms ease;
}
.action-button:hover .action-orb {
  transform: translateX(3px);
}
.action-button:hover .action-orb svg {
  transform: translateX(1px);
}

.hero-tech-strip {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 680px;
  margin-top: 0;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.hero-tech-strip::before {
  display: none;
}
.hero-tech-track {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: 100%;
}
.tech-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 12px;
  background: rgba(14, 18, 22, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  color: #ffffff;
  font: 500 11.5px/1 "Inter", system-ui, sans-serif;
  letter-spacing: 0.1px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
  user-select: none;
}
.tech-badge:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
}
.tech-badge svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  display: block;
}
.tech-badge span {
  white-space: nowrap;
}

.home-sale-ticker {
  position: relative;
  z-index: 10;
  width: calc(100% + 2 * clamp(28px, 6vw, 110px));
  margin-left: calc(-1 * clamp(28px, 6vw, 110px));
  margin-right: calc(-1 * clamp(28px, 6vw, 110px));
  margin-top: auto;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 0;
  border-right: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
    rgba(8, 12, 13, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 12px 36px rgba(0, 0, 0, 0.45);
}

.home-sale-ticker::before,
.home-sale-ticker::after {
  display: none;
}

.home-sale-track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 52px;
  padding: 13px 0;
  animation: homeSaleTickerMove 28s linear infinite;
  will-change: transform;
}

.home-sale-track:hover {
  animation-play-state: paused;
}

.home-sale-track span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
  color: rgba(226, 232, 240, 0.85);
  font: 500 13.5px/1 "Inter", system-ui, sans-serif;
  letter-spacing: 0.25px;
}

.home-sale-track span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffd43b;
  box-shadow: 0 0 8px rgba(255, 212, 59, 0.75);
  flex-shrink: 0;
}

.home-sale-track strong {
  color: #ffffff;
  font-weight: 700;
}

.home-sale-track .ticker-discount {
  color: #ffd43b;
  font-weight: 700;
  text-shadow: 0 0 12px rgba(255, 212, 59, 0.45);
}

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

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

.home-popular {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 40px 0 80px;
  background:
    linear-gradient(180deg, rgba(3, 5, 5, 0.58) 0%, rgba(3, 5, 5, 0.82) 100%),
    url("assets/home-popular-section-bg.png") center / cover no-repeat,
    #030505;
}

.home-popular::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 52% 45%, rgba(34, 197, 94, 0.16), transparent 45%);
  pointer-events: none;
}

.home-popular::after {
  display: none;
}

.home-popular-inner {
  position: relative;
  width: min(1640px, calc(100% - 48px));
  margin: 0 auto;
}

/* Heading Row */
.home-popular-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
  padding: 0;
}

.home-popular-copy {
  max-width: 760px;
}

.home-popular-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--green);
  font: 700 12.5px/1 "Inter", system-ui, sans-serif;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.home-popular-eyebrow svg {
  width: 17px;
  height: 17px;
  stroke: var(--green);
}

.home-popular-copy h2 {
  margin: 0 0 12px;
  color: #ffffff;
  font: 800 clamp(34px, 3.5vw, 48px)/1.15 "Inter", system-ui, sans-serif;
  letter-spacing: -0.5px;
  text-transform: none;
  text-shadow: none;
}
.home-popular-copy h2::after {
  display: none;
}

.home-popular-copy p {
  margin: 0;
  color: rgba(226, 232, 240, 0.7);
  font: 400 14.5px/1.55 "Inter", system-ui, sans-serif;
  letter-spacing: 0.1px;
}

.home-popular-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 24px;
  color: #ffffff;
  border-radius: 10px;
  background: var(--green);
  box-shadow: 0 4px 18px rgba(34, 197, 94, 0.35);
  font: 800 13px/1 "Inter", system-ui, sans-serif;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
  transition: all 180ms cubic-bezier(0.16, 1, 0.3, 1);
}

.home-popular-all:hover {
  background: #16a34a;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(34, 197, 94, 0.45);
}

.home-popular-all svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 2.5;
  transition: transform 180ms ease;
}

.home-popular-all:hover svg {
  transform: translateX(4px);
}

/* Carousel Stage */
.home-popular-stage {
  position: relative;
  margin-top: 14px;
  padding: 0;
}

.home-popular-track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  padding: 0 0 16px;
  margin: 0;
  scroll-behavior: smooth;
}

.home-popular-track::-webkit-scrollbar {
  display: none;
}

/* Arrows */
.home-popular-arrow {
  position: absolute;
  top: calc(50% - 24px);
  z-index: 10;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--green);
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: rgba(14, 20, 24, 0.9);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transform: translateY(-50%);
  transition: all 180ms ease;
}

.home-popular-arrow:hover {
  border-color: rgba(34, 197, 94, 0.6);
  background: rgba(18, 26, 32, 0.98);
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 0 24px rgba(34, 197, 94, 0.35);
}

.home-popular-arrow svg {
  width: 20px;
  height: 20px;
  stroke: var(--green);
  stroke-width: 2.5;
  pointer-events: none;
}

.home-popular-arrow-left {
  left: -26px;
}

.home-popular-arrow-right {
  right: -26px;
}

/* Card Component (5 Big Cards aligned with top texts) */
.home-product-card {
  min-width: 0;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: #0b0f12;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.4);
  transition: all 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

.home-product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.55), 0 0 24px rgba(34, 197, 94, 0.08);
}

/* Card Media */
.home-card-media {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-radius: 14px;
  background: #06090a;
  flex-shrink: 0;
}

.home-card-media::before,
.home-card-media::after {
  display: none;
}

.home-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 14px;
  transition: transform 260ms ease;
}

.home-product-card:hover .home-card-media img {
  transform: scale(1.06);
}

/* Category Badge inside Image */
.home-card-category {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  color: var(--green);
  border: 1px solid rgba(34, 197, 94, 0.35);
  border-radius: 8px;
  background: rgba(8, 12, 14, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font: 700 11.5px/1 "Inter", system-ui, sans-serif;
  letter-spacing: 0.2px;
  white-space: nowrap;
}

/* Card Body */
.home-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 16px 4px 2px;
}

.home-card-body h3 {
  margin: 0 0 5px;
  color: #ffffff;
  font: 700 17.5px/1.25 "Inter", system-ui, sans-serif;
  min-height: 44px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
  overflow: hidden;
  text-shadow: none;
}

.home-card-description {
  margin: 0 0 14px;
  color: #8492a6;
  font: 400 13.5px/1.4 "Inter", system-ui, sans-serif;
  min-height: 57px;
  white-space: normal;
  overflow-wrap: anywhere;
}

/* Meta: Rating & Sales */
.home-card-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font: 600 13px/1 "Inter", system-ui, sans-serif;
  margin-bottom: 6px;
}

.home-card-meta .meta-rating {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #ffffff;
  font-weight: 700;
}

.home-card-meta .meta-rating svg {
  width: 14px;
  height: 14px;
  fill: #ffffff;
  filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.45));
}

.home-card-meta .meta-divider {
  color: rgba(255, 255, 255, 0.3);
  font-weight: 400;
}

.home-card-meta .meta-sales {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
}

.home-card-meta .meta-sales svg {
  width: 14px;
  height: 14px;
  stroke-width: 2;
}

.home-card-meta .sales-green { color: #22c55e; }
.home-card-meta .sales-cyan { color: #38bdf8; }
.home-card-meta .sales-orange { color: #f59e0b; }
.home-card-meta .sales-purple { color: #c084fc; }

.home-card-meta b {
  font: inherit;
  color: inherit;
}

/* Card Footer: Price + Cart Button pinned to the bottom */
.home-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 14px;
  border-top: none;
}

.home-card-footer strong {
  color: #ffffff;
  font: 800 24px/1 "Inter", system-ui, sans-serif;
  letter-spacing: -0.4px;
}

.home-card-cart {
  display: grid;
  place-items: center;
  width: 48px;
  height: 40px;
  border-radius: 9px;
  background: #ffffff;
  color: #000000;
  border: none;
  cursor: pointer;
  transition: all 160ms ease;
}

.home-card-cart:hover {
  background: #e2e8f0;
  transform: scale(1.05);
}

.home-card-cart svg {
  width: 19px;
  height: 19px;
  stroke: #0b0f12;
  stroke-width: 2.2;
}



/* Pagination Bars */
.home-popular-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
  margin-bottom: 28px;
}

.home-popular-dots span {
  width: 24px;
  height: 4px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: all 220ms ease;
}

.home-popular-dots span.active {
  width: 32px;
  background: var(--green);
  box-shadow: 0 0 10px rgba(34, 197, 94, 0.6);
}

/* Benefits Grid Bar */
.home-popular-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(14, 20, 24, 0.45);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.home-popular-benefits article {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.home-popular-benefits article:last-child {
  border-right: 0;
}

.home-popular-benefits .benefit-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid rgba(34, 197, 94, 0.25);
  background: rgba(34, 197, 94, 0.08);
  flex-shrink: 0;
}

.home-popular-benefits .benefit-icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--green);
}

.home-popular-benefits strong {
  display: block;
  margin-bottom: 3px;
  color: #ffffff;
  font: 700 14px/1.2 "Inter", system-ui, sans-serif;
}

.home-popular-benefits small {
  display: block;
  color: rgba(226, 232, 240, 0.6);
  font: 400 12px/1.3 "Inter", system-ui, sans-serif;
}

.store-page {
  position: relative;
  width: min(1640px, calc(100% - 48px));
  margin: 0 auto;
  padding: 130px 0 80px;
}
.store-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(2,5,8,0.26), rgba(2,4,7,0.88)),
    radial-gradient(circle at 22% 18%, rgba(51,93,150,0.18), transparent 34rem),
    radial-gradient(circle at 58% 84%, rgba(130,255,80,0.055), transparent 32rem),
    url("assets/store-wallpaper-designed.jpg") center top / cover no-repeat,
    linear-gradient(135deg, #030609 0%, #07111b 42%, #030507 100%);
  background-size: 100% 100%, 120% 120%, 115% 115%, cover, 100% 100%;
  will-change: auto;
}
body[data-title-page="fivem"] .store-page::before {
  background:
    linear-gradient(180deg, rgba(2,5,8,0.34), rgba(2,4,7,0.88)),
    radial-gradient(circle at 22% 18%, rgba(249,115,22,0.12), transparent 34rem),
    radial-gradient(circle at 58% 84%, rgba(34,197,94,0.06), transparent 32rem),
    url("assets/fivem-hero-community.png") center top / cover no-repeat,
    linear-gradient(135deg, #030609 0%, #07111b 42%, #030507 100%);
  background-size: 100% 100%, 120% 120%, 115% 115%, cover, 100% 100%;
}
.store-page::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 0 36%, rgba(116,170,232,0.09) 46%, transparent 58% 100%),
    radial-gradient(ellipse at 50% 0%, rgba(255,255,255,0.045), transparent 34rem),
    linear-gradient(rgba(125,165,220,0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(125,165,220,0.018) 1px, transparent 1px);
  background-size: 260% 100%, 100% 100%, 118px 118px, 118px 118px;
  mask-image: radial-gradient(circle at 54% 42%, #000 0 50%, transparent 86%);
  opacity: 0.58;
  animation: none;
}
.store-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 480px);
  gap: 34px;
  align-items: end;
  margin-bottom: 30px;
}
.store-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: var(--green);
  font: 900 14px/1 var(--title-font);
  text-transform: uppercase;
  text-shadow: 0 0 16px rgba(34, 197, 94,0.36);
}
.store-hero h1 {
  margin: 0;
  color: #fff;
  font: 900 clamp(42px, 5vw, 78px)/0.94 var(--title-font);
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 18px 48px rgba(0,0,0,0.72);
}
.store-hero h1 span {
  color: var(--green);
  text-shadow: 0 0 28px rgba(34, 197, 94,0.32);
}
.store-hero p:not(.store-kicker) {
  max-width: 720px;
  margin: 18px 0 0;
  color: #c9d0c9;
  font: 700 21px/1.45 var(--body-font);
}
.store-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 14px;
}
.store-search,
.store-sort {
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 18px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.012)),
    rgba(5,8,8,0.82);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.07);
}
.store-search svg {
  flex: 0 0 auto;
  color: #d6ddd7;
}
.store-search input,
.store-sort select {
  width: 100%;
  min-width: 0;
  color: #f7faf6;
  border: 0;
  outline: 0;
  background: transparent;
  font: 800 16px/1 var(--body-font);
}
.store-search input::placeholder {
  color: rgba(216,224,216,0.58);
}
.store-sort span {
  flex: 0 0 auto;
  color: #f6faf5;
  font: 900 15px/1 var(--body-font);
}
.store-sort select {
  cursor: pointer;
}
.store-sort option {
  color: #071007;
}
.store-filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  margin: 26px 0 0;
}
.store-filter-pills button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  color: #cbd2cb;
  cursor: pointer;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  background: rgba(4,7,7,0.72);
  font: 850 14px/1 var(--body-font);
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.store-filter-pills button:hover,
.store-filter-pills button.active {
  color: var(--green);
  border-color: rgba(34, 197, 94,0.52);
  background: rgba(34, 197, 94,0.08);
  box-shadow: 0 0 24px rgba(34, 197, 94,0.13);
  transform: translateY(-1px);
}
.store-filter-pills .filter-icon {
  width: 24px;
  height: 24px;
    linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.016)),
    rgba(4,7,7,0.82);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    0 22px 52px rgba(0,0,0,0.26);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(34, 197, 94,0.38);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.12),
    0 28px 68px rgba(0,0,0,0.34),
    0 0 34px rgba(34, 197, 94,0.09);
}
.product-card.featured {
  border-color: rgba(34, 197, 94,0.48);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.1),
    0 24px 58px rgba(0,0,0,0.3),
    0 0 36px rgba(34, 197, 94,0.14);
}
.product-card[hidden] {
  display: none;
}
.product-badge {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 35px;
  padding: 0 15px;
  color: #ccff78;
  border: 1px solid rgba(34, 197, 94,0.38);
  border-radius: 13px;
  background: rgba(44,120,34,0.24);
  font: 900 13px/1 "Inter", system-ui, sans-serif;
  text-transform: uppercase;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.18),
    0 0 22px rgba(34, 197, 94,0.14);
}
.product-badge svg {
  width: 15px;
  height: 15px;
  color: var(--green);
  fill: currentColor;
  stroke-width: 0;
}
.product-visual {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px),
    radial-gradient(circle at 50% 38%, rgba(34, 197, 94,0.12), transparent 52%),
    #050808;
  background-size: 42px 42px, 42px 42px, 100% 100%, 100% 100%;
}
.product-visual::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.016)),
    rgba(3,6,7,0.74);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    0 18px 44px rgba(0,0,0,0.34);
}
.product-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 54%, rgba(3,5,5,0.88) 100%);
}
.product-visual span,
.product-visual i,
.product-visual b {
  position: absolute;
  z-index: 1;
  display: block;
  pointer-events: none;
}
.product-visual span {
  left: 35px;
  right: 35px;
  bottom: 38px;
  height: 42px;
  border-radius: 999px 999px 0 0;
  border-top: 3px solid currentColor;
  opacity: 0.82;
  filter: drop-shadow(0 0 14px currentColor);
}
.product-visual i {
  left: 42px;
  right: 42px;
  top: 42px;
  height: 8px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.22;
  box-shadow: 0 22px 0 currentColor, 0 44px 0 currentColor;
}
.product-visual b {
  width: 72px;
  height: 72px;
  right: 42px;
  top: 44px;
  border: 2px solid currentColor;
  border-radius: 18px;
  opacity: 0.55;
  transform: rotate(8deg);
  box-shadow: 0 0 22px currentColor;
}
.visual-blue { color: #24c8ff; background-color: #04141e; }
.visual-green { color: var(--green); background-color: #071407; }
.visual-orange { color: #ff9f22; background-color: #170c03; }
.visual-cloud { color: #ad59ff; background-color: #12071c; }
.visual-code { color: #b06dff; background-color: #0e0718; }
.visual-cyan { color: #25e9f0; background-color: #03181a; }
.visual-finance { color: #22c55e; background-color: #061107; }
.product-info {
  position: relative;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 20px 20px 16px;
}
.product-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.product-title h2 {
  margin: 0;
  color: #f7faf6;
  font: 900 20px/1.05 var(--title-font);
}
.product-title span {
  color: rgba(245,248,246,0.72);
  font: 900 12px/1 var(--body-font);
}
.product-info p {
  min-height: 58px;
  margin: 0;
  color: #c2cac3;
  font: 700 16px/1.35 var(--body-font);
}
.product-price {
  color: var(--green);
  font: 900 22px/1 var(--title-font);
  text-shadow: 0 0 14px rgba(34, 197, 94,0.28);
}
.cart-button {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 4px;
  padding: 0 16px;
  color: #f6fbf4;
  cursor: pointer;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 50%, rgba(34, 197, 94,0.24), transparent 54%),
    rgba(7,13,9,0.84);
  font: 900 15px/1 var(--body-font);
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}
.cart-button svg {
  color: var(--green);
}
.cart-button span {
  margin-left: auto;
  color: var(--green);
  font-size: 22px;
  line-height: 1;
}
.cart-button:hover,
.cart-button.added {
  border-color: rgba(34, 197, 94,0.44);
  background:
    radial-gradient(circle at 12% 50%, rgba(34, 197, 94,0.34), transparent 58%),
    rgba(8,17,9,0.92);
  transform: translateY(-1px);
}

@keyframes pageEnter {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* ==========================================================================
   MODERN & CLEAN ABOUT PAGE
   ========================================================================== */

.about-page {
  position: relative;
  width: min(1380px, calc(100% - 48px));
  margin: 0 auto;
  padding: 170px 0 96px;
}

.about-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(2, 5, 8, 0.45) 0%, rgba(2, 4, 7, 0.85) 60%, rgba(2, 4, 7, 0.98) 100%),
    radial-gradient(circle at 50% 18%, rgba(34, 197, 94, 0.12), transparent 36rem),
    radial-gradient(circle at 80% 70%, rgba(56, 189, 248, 0.05), transparent 32rem),
    url("assets/store-hero-community.png") center top / cover no-repeat,
    linear-gradient(135deg, #030609 0%, #07111b 42%, #030507 100%);
  background-size: 100% 100%, 100% 100%, 100% 100%, cover, 100% 100%;
}

/* 1. Hero Section */
.about-hero {
  position: relative;
  width: 100%;
  margin-bottom: 72px;
}

.about-copy {
  max-width: 860px;
  width: 100%;
}

.about-kicker-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(34, 197, 94, 0.3);
  background: rgba(34, 197, 94, 0.08);
  color: var(--green);
  font: 700 11.5px/1 "Inter", system-ui, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.about-kicker-pill.centered {
  margin: 0 auto 16px;
}

.about-kicker-pill .kicker-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 8px var(--green);
}

.about-copy h1 {
  margin: 0 0 16px;
  color: #ffffff;
  font: 800 clamp(32px, 3.8vw, 48px)/1.12 "Inter", system-ui, sans-serif;
  letter-spacing: -0.5px;
}

.about-copy h1 span {
  color: var(--green);
  text-shadow: 0 0 24px rgba(34, 197, 94, 0.28);
}

.about-copy p {
  margin: 0 0 14px;
  color: rgba(226, 232, 240, 0.7);
  font: 400 14.5px/1.65 "Inter", system-ui, sans-serif;
}

.about-copy p strong {
  color: #ffffff;
  font-weight: 700;
}

.about-copy p .about-service-highlight {
  color: #4ade80;
}

.about-hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
}

.about-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 46px;
  padding: 0 24px;
  border-radius: 12px;
  background: var(--green);
  color: #05070a;
  font: 800 13px/1 "Inter", system-ui, sans-serif;
  letter-spacing: 0.4px;
  text-decoration: none;
  box-shadow: 0 0 20px rgba(34, 197, 94, 0.25);
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
}

.about-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(34, 197, 94, 0.45);
  filter: brightness(1.08);
}

.about-btn-primary svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
}

.about-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 46px;
  padding: 0 20px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font: 700 13px/1 "Inter", system-ui, sans-serif;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
}

.about-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
}

.about-btn-secondary svg {
  width: 15px;
  height: 15px;
}

/* 2. Social Channels Grid */
.about-socials-section {
  width: 100%;
  margin-top: 14px;
  margin-bottom: 24px;
}

.about-socials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.social-card {
  position: relative;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #06090e;
  text-decoration: none;
  overflow: hidden;
  min-height: 255px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}

.social-card-bg-art {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 58%;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  pointer-events: none;
  mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.35) 18%, rgba(0, 0, 0, 1) 90%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.35) 18%, rgba(0, 0, 0, 1) 90%);
  transition: transform 0.4s ease;
}

.social-card:hover .social-card-bg-art {
  transform: scale(1.04);
}

.social-card-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 22px;
  max-width: 65%;
}

.social-card-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.social-brand-logo {
  width: 28px;
  height: 28px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4));
  transition: transform 0.25s ease;
}

.social-card:hover .social-brand-logo {
  transform: scale(1.1);
}

.social-handle {
  color: rgba(226, 232, 240, 0.75);
  font: 600 12.5px/1 "Inter", system-ui, sans-serif;
  letter-spacing: 0.2px;
}

.social-card-info h3 {
  margin: 0 0 6px;
  color: #ffffff;
  font: 800 21px/1.2 "Inter", system-ui, sans-serif;
  letter-spacing: -0.3px;
}

.social-card-info p {
  margin: 0;
  color: rgba(226, 232, 240, 0.65);
  font: 400 12px/1.55 "Inter", system-ui, sans-serif;
}

.social-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: 18px;
  padding: 7px 16px;
  border-radius: 999px;
  font: 700 11.5px/1 "Inter", system-ui, sans-serif;
  transition: all 0.22s ease;
}

.social-card-btn svg {
  width: 13px;
  height: 13px;
  transition: transform 0.2s ease;
}

.social-card:hover .social-card-btn svg {
  transform: translateX(3px);
}

/* Instagram Specific */
.social-card-instagram {
  border-color: rgba(225, 48, 108, 0.22);
}

.social-card-instagram .social-card-btn {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(244, 63, 94, 0.35);
  color: #f43f5e;
}

.social-card-instagram:hover {
  border-color: rgba(244, 63, 94, 0.55);
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 0 35px rgba(244, 63, 94, 0.15);
  transform: translateY(-4px);
}

.social-card-instagram:hover .social-card-btn {
  background: rgba(244, 63, 94, 0.16);
  border-color: rgba(244, 63, 94, 0.7);
  color: #ffffff;
}

/* YouTube Specific */
.social-card-youtube {
  border-color: rgba(239, 68, 68, 0.22);
}

.social-card-youtube .social-card-btn {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(239, 68, 68, 0.35);
  color: #ef4444;
}

.social-card-youtube:hover {
  border-color: rgba(239, 68, 68, 0.55);
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 0 35px rgba(239, 68, 68, 0.15);
  transform: translateY(-4px);
}

.social-card-youtube:hover .social-card-btn {
  background: rgba(239, 68, 68, 0.16);
  border-color: rgba(239, 68, 68, 0.7);
  color: #ffffff;
}

/* TikTok Specific */
.social-card-tiktok {
  border-color: rgba(34, 211, 238, 0.22);
}

.social-card-tiktok .social-card-btn {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(34, 211, 238, 0.35);
  color: #22d3ee;
}

.social-card-tiktok:hover {
  border-color: rgba(34, 211, 238, 0.55);
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 0 35px rgba(34, 211, 238, 0.15);
  transform: translateY(-4px);
}

.social-card-tiktok:hover .social-card-btn {
  background: rgba(34, 211, 238, 0.16);
  border-color: rgba(34, 211, 238, 0.7);
  color: #ffffff;
}

/* 3. Ultra-Modern Contact Banner */
.about-cta-section {
  width: 100%;
  margin-top: 14px;
}

.about-cta-card {
  position: relative;
  border-radius: 20px;
  border: 1px solid rgba(34, 197, 94, 0.22);
  background: #06090d;
  overflow: hidden;
  padding: 34px 38px;
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 0 40px rgba(34, 197, 94, 0.06);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-cta-card:hover {
  border-color: rgba(34, 197, 94, 0.45);
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.65),
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 0 50px rgba(34, 197, 94, 0.12);
}

.about-cta-desk-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 68%;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: 0.85;
  mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.2) 15%, rgba(0, 0, 0, 0.85) 60%, rgba(0, 0, 0, 1) 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.2) 15%, rgba(0, 0, 0, 0.85) 60%, rgba(0, 0, 0, 1) 100%);
}

.about-cta-body {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.about-cta-left {
  max-width: 640px;
  text-align: left;
}

.about-cta-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid rgba(34, 197, 94, 0.4);
  background: rgba(34, 197, 94, 0.12);
  color: #22c55e;
  font: 800 10.5px/1 "Inter", system-ui, sans-serif;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.cta-pulse-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 10px var(--green);
  animation: pulseDot 2s infinite ease-in-out;
}

@keyframes pulseDot {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.3); opacity: 0.6; }
}

.about-cta-left h2 {
  margin: 0 0 6px;
  color: #ffffff;
  font: 800 clamp(24px, 2.7vw, 34px)/1.2 "Inter", system-ui, sans-serif;
  letter-spacing: -0.5px;
  text-align: left;
}

.about-cta-left h2 span {
  color: var(--green);
  text-shadow: 0 0 20px rgba(34, 197, 94, 0.35);
}

.about-cta-left p {
  margin: 0 0 20px;
  color: rgba(226, 232, 240, 0.7);
  font: 400 13.5px/1.5 "Inter", system-ui, sans-serif;
  text-align: left;
}

.about-cta-perks {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.cta-perk-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 12px;
  background: rgba(10, 15, 20, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.perk-icon {
  color: #22c55e;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.perk-text strong {
  display: block;
  color: #ffffff;
  font: 700 12px/1.2 "Inter", system-ui, sans-serif;
}

.perk-text small {
  display: block;
  color: rgba(226, 232, 240, 0.55);
  font: 500 10px/1.2 "Inter", system-ui, sans-serif;
  margin-top: 2px;
}

.about-cta-right {
  flex-shrink: 0;
}

.about-cta-btn-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 250px;
}

.cta-action-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 18px;
  border-radius: 14px;
  text-decoration: none;
  transition: all 0.22s ease;
  cursor: pointer;
}

.cta-btn-logo-img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.3));
  transition: transform 0.25s ease;
}

.cta-action-btn:hover .cta-btn-logo-img {
  transform: scale(1.12);
}

.cta-btn-label {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex-grow: 1;
  text-align: left;
}

.cta-btn-label strong {
  color: #ffffff;
  font: 800 14.5px/1.2 "Inter", system-ui, sans-serif;
}

.cta-btn-label small {
  font: 500 11px/1.2 "Inter", system-ui, sans-serif;
}

.cta-btn-arrow {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.cta-action-btn:hover .cta-btn-arrow {
  transform: translateX(4px);
}

.cta-action-btn.primary {
  background: linear-gradient(135deg, #15803d 0%, #22c55e 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 24px rgba(34, 197, 94, 0.35);
  color: #ffffff;
}

.cta-action-btn.primary .cta-btn-label small {
  color: rgba(255, 255, 255, 0.85);
}

.cta-action-btn.primary .cta-btn-icon {
  color: #ffffff;
}

.cta-action-btn.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(34, 197, 94, 0.5);
}

.cta-action-btn.secondary {
  background: rgba(18, 24, 32, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  color: #ffffff;
}

.cta-action-btn.secondary .cta-btn-label small {
  color: rgba(226, 232, 240, 0.6);
}

.cta-action-btn.secondary .cta-btn-icon {
  color: #ffffff;
}

.cta-action-btn.secondary:hover {
  background: rgba(28, 36, 48, 0.95);
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

/* Responsive Rules for About */
@media (max-width: 1080px) {
  .about-socials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .about-cta-body {
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    gap: 28px;
  }
  .about-cta-right,
  .about-cta-btn-stack {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .about-page {
    padding: 130px 0 64px;
  }
  .about-socials-grid {
    grid-template-columns: 1fr;
  }
  .social-card-content {
    max-width: 100%;
  }
  .about-hero-actions {
    flex-direction: column;
    width: 100%;
  }
  .about-btn-primary,
  .about-btn-secondary {
    width: 100%;
  }
  .about-cta-card {
    padding: 28px 20px;
    border-radius: 18px;
  }
  .about-cta-perks {
    flex-direction: column;
    align-items: stretch;
  }
}

@keyframes storeBackgroundDrift {
  0% {
    background-position: 0 0, 100% 12%, 50% 86%, center top, 0 0;
    filter: brightness(0.94) saturate(1.02);
  }

  100% {
    background-position: 0 0, 88% 22%, 46% 76%, center 2%, 0 0;
    filter: brightness(1.04) saturate(1.08);
  }
}

@keyframes storeGridSweep {
  0% {
    background-position: 180% 0, 50% 0, 0 0, 0 0;
    opacity: 0.42;
  }

  50% {
    background-position: 52% 0, 50% 0, 38px 24px, 30px 0;
    opacity: 0.62;
  }

  100% {
    background-position: -120% 0, 50% 0, 118px 58px, 72px 0;
    opacity: 0.48;
  }
}

@keyframes aboutValuesGlow {
  0% {
    background-position: 0 0;
    opacity: 0.82;
  }

  100% {
    background-position: 0 18px;
    opacity: 1;
  }
}

@keyframes aboutValuesSweep {
  0% {
    background-position: 180% 0, 0 0, 0 0;
    opacity: 0.44;
  }

  48% {
    background-position: 20% 0, 34px 22px, 28px 0;
    opacity: 0.7;
  }

  100% {
    background-position: -90% 0, 86px 44px, 64px 0;
    opacity: 0.52;
  }
}

/* ==========================================================================
   Modern Minimal Live Support Widget
   ========================================================================== */
.live-support {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  pointer-events: none;
}

.live-support * {
  pointer-events: auto;
}

/* Floating Trigger Button */
.support-toggle {
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: linear-gradient(135deg, #22c55e 0%, #15803d 100%);
  color: #ffffff;
  display: grid;
  place-items: center;
  box-shadow:
    0 8px 24px -2px rgba(34, 197, 94, 0.5),
    0 4px 10px rgba(0, 0, 0, 0.35),
    inset 0 1.5px 1px rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: transform 0.24s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.24s ease, filter 0.2s ease;
}

.support-toggle:hover {
  transform: translateY(-3px) scale(1.06);
  box-shadow:
    0 12px 28px -2px rgba(34, 197, 94, 0.6),
    0 6px 14px rgba(0, 0, 0, 0.4),
    0 0 20px rgba(34, 197, 94, 0.35),
    inset 0 1.5px 1px rgba(255, 255, 255, 0.45);
  filter: brightness(1.08);
}

.support-toggle:active {
  transform: scale(0.96);
}

/* Crossfade & Spin Icon Transition */
.support-toggle-icon {
  position: absolute;
  width: 22px;
  height: 22px;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.2s ease;
  pointer-events: none;
}

.support-icon-chat {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.support-icon-close {
  opacity: 0;
  transform: scale(0.5) rotate(-90deg);
}

.live-support.open .support-icon-chat {
  opacity: 0;
  transform: scale(0.5) rotate(90deg);
}

.live-support.open .support-icon-close {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.support-pulse {
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  border: 1.5px solid rgba(34, 197, 94, 0.45);
  animation: liveSupportPulse 2.6s cubic-bezier(0.25, 1, 0.5, 1) infinite;
  pointer-events: none;
}

@keyframes liveSupportPulse {
  0% {
    opacity: 0.8;
    transform: scale(0.95);
  }
  50% {
    opacity: 0.2;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    transform: scale(1.35);
  }
}

/* Support Panel Modal */
.support-panel {
  width: 320px;
  max-width: calc(100vw - 32px);
  max-height: min(520px, calc(100vh - 100px));
  border-radius: 16px;
  background: rgba(10, 14, 20, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(255, 255, 255, 0.05),
    0 0 32px rgba(34, 197, 94, 0.08);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px) scale(0.96);
  transform-origin: bottom right;
  transition: opacity 0.2s cubic-bezier(0.16, 1, 0.3, 1), transform 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.live-support.open .support-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

/* Header */
.support-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.02);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.support-avatar {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #ffffff;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(34, 197, 94, 0.3);
}

.support-avatar svg {
  width: 17px;
  height: 17px;
  stroke: #ffffff;
  stroke-width: 2;
  fill: none;
}

.support-head div {
  flex: 1;
  min-width: 0;
}

.support-head strong {
  display: block;
  color: #ffffff;
  font: 700 13.5px/1.2 "Inter", system-ui, sans-serif;
  letter-spacing: -0.2px;
}

.support-head small {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 2px;
  color: rgba(226, 232, 240, 0.6);
  font: 500 11px/1 "Inter", system-ui, sans-serif;
}

.support-head small .status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 8px #22c55e;
}

.support-close {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(226, 232, 240, 0.6);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: all 0.16s ease;
  flex-shrink: 0;
}

.support-close:hover {
  background: rgba(255, 255, 255, 0.09);
  color: #ffffff;
}

.support-close svg {
  width: 13px;
  height: 13px;
  stroke: currentColor;
  stroke-width: 2.2;
}

/* Body */
.support-body {
  padding: 14px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: calc(520px - 58px);
}

.support-intro {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Welcome Message */
.support-message.agent {
  padding: 9px 12px;
  border-radius: 10px 10px 10px 3px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(240, 245, 250, 0.9);
  font: 500 12px/1.45 "Inter", system-ui, sans-serif;
  width: fit-content;
  max-width: 90%;
}

/* Form */
.support-start {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.support-start label {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: rgba(226, 232, 240, 0.7);
  font: 600 11px/1 "Inter", system-ui, sans-serif;
}

.support-start input,
.support-start textarea {
  width: 100%;
  padding: 0 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font: 400 12px/1.4 "Inter", system-ui, sans-serif;
  outline: none;
  transition: all 0.16s ease;
}

.support-start input {
  height: 34px;
}

.support-start textarea {
  min-height: 56px;
  height: 56px;
  padding: 8px 10px;
  resize: none;
}

.support-start input:focus,
.support-start textarea:focus {
  border-color: rgba(34, 197, 94, 0.5);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.12);
}

.support-start input::placeholder,
.support-start textarea::placeholder {
  color: rgba(226, 232, 240, 0.35);
}

.support-start button {
  height: 36px;
  min-height: 36px;
  border-radius: 8px;
  background: #22c55e;
  color: #070a0d;
  font: 800 11.5px/1 "Inter", system-ui, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  border: none;
  cursor: pointer;
  transition: all 0.16s ease;
  margin-top: 2px;
}

.support-start button:hover {
  background: #4ade80;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(34, 197, 94, 0.3);
}

/* Chat View */
.support-chat {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.support-thread {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 220px;
  min-height: 140px;
  overflow-y: auto;
  padding-right: 4px;
}

.support-message.user {
  align-self: flex-end;
  padding: 8px 12px;
  border-radius: 10px 10px 3px 10px;
  background: #22c55e;
  color: #070a0d;
  font: 600 12px/1.4 "Inter", system-ui, sans-serif;
  max-width: 85%;
}

.support-message small {
  display: block;
  font-size: 10px;
  opacity: 0.65;
  margin-top: 4px;
}

.support-feedback {
  margin: 0;
  font: 600 11px/1.3 "Inter", system-ui, sans-serif;
  min-height: 14px;
}

.support-feedback.error {
  color: #f87171;
}

.support-feedback.success {
  color: #22c55e;
}

/* Compose Bar */
.support-compose {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(0, 0, 0, 0.2);
}

.support-compose input {
  flex: 1;
  height: 34px;
  padding: 0 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font: 400 12px/1.4 "Inter", system-ui, sans-serif;
  outline: none;
}

.support-compose input:focus {
  border-color: rgba(34, 197, 94, 0.5);
  box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.12);
}

.support-compose button {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #22c55e;
  color: #070a0d;
  display: grid;
  place-items: center;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.16s ease;
}

.support-compose button:hover {
  background: #4ade80;
}

.support-compose button svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}

/* Mobile Friendly */
@media (max-width: 480px) {
  .live-support {
    right: 16px;
    bottom: 16px;
  }
  .support-panel {
    width: calc(100vw - 32px);
    right: 0;
  }
}

@keyframes hudPulse {
  0%,
  100% {
    opacity: 0.42;
  }

  50% {
    opacity: 0.68;
  }
}

@keyframes logoLineSweep {
  0%,
  100% {
    opacity: 0.34;
    transform: translate3d(-2px, 1px, 0);
  }

  50% {
    opacity: 0.74;
    transform: translate3d(2px, -1px, 0);
  }
}

@keyframes brandGlow {
  0%,
  100% {
    filter: brightness(1);
    text-shadow:
      0 0 1px rgba(34, 197, 94,0.9),
      0 0 10px rgba(34, 197, 94,0.38),
      0 0 24px rgba(34, 197, 94,0.16),
      0 8px 22px rgba(0,0,0,0.8);
  }

  50% {
    filter: brightness(1.18);
    text-shadow:
      0 0 1px rgba(245,255,236,1),
      0 0 14px rgba(34, 197, 94,0.62),
      0 0 34px rgba(34, 197, 94,0.28),
      0 8px 22px rgba(0,0,0,0.8);
  }
}

@keyframes titleFlow {
  0%,
  100% {
    background-position: 0% 50%;
    filter: brightness(1);
  }

  45% {
    background-position: 92% 50%;
    filter: brightness(1.08);
  }

  62% {
    background-position: 100% 50%;
    filter: brightness(1.16);
  }
}

@keyframes brandSweep {
  0%,
  48% {
    opacity: 0;
    transform: translateX(-130%);
  }

  58% {
    opacity: 0.42;
  }

  76%,
  100% {
    opacity: 0;
    transform: translateX(130%);
  }
}

@keyframes softPulse {
  0%,
  100% {
    opacity: 0.36;
  }

  50% {
    opacity: 0.68;
  }
}

@keyframes lightSweep {
  0%,
  58% {
    opacity: 0;
    transform: translateX(-130%);
  }

  68% {
    opacity: 0.55;
  }

  100% {
    opacity: 0;
  }

  68% {
    opacity: 0.55;
  }

  100% {
    opacity: 0;
    transform: translateX(130%);
  }
}

@media (max-width: 1320px) {
  .hero-actions {
    gap: 12px;
    width: min(100%, 720px);
  }

  .hero-tech-strip {
    width: 100%;
    max-width: 680px;
  }

  .hero-tech-track {
    gap: 15px;
  }

  .tech-logo {
    font-size: 9.8px;
    gap: 6px;
  }

  .tech-logo img {
    width: 15px;
    height: 15px;
  }

  .action-button {
    grid-template-columns: 58px minmax(0, 1fr) 30px;
    min-height: 72px;
    padding: 9px 13px 9px 8px;
  }

  .action-visual {
    width: 56px;
    height: 52px;
  }

  .action-visual img {
    width: 58px;
    height: 58px;
  }

  .action-primary .action-visual img {
    width: 62px;
    height: 62px;
    transform: translateX(-4px) scale(1.02);
  }

  .action-secondary .action-visual img {
    width: 60px;
    height: 60px;
  }

  .action-title {
    font-size: clamp(12.5px, 0.9vw, 14px);
  }
}

@media (max-width: 1100px) {
  .site-header { min-height: 64px; }
  .brand-badge { display: none; }
  .menu-toggle { display: flex; align-items: center; justify-content: center; margin-left: 8px; }
  .header-actions { margin-left: auto; gap: 8px; }
  .nav-links {
    position: fixed;
    top: 72px;
    left: 16px;
    right: 16px;
    margin-left: 0;
    margin-right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 10px;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px;
    background: rgba(8, 12, 14, 0.94);
    box-shadow: 0 20px 48px rgba(0,0,0,0.5);
    backdrop-filter: blur(24px) saturate(1.2);
    -webkit-backdrop-filter: blur(24px) saturate(1.2);
  }
  .site-header.menu-open .nav-links { display: flex; }
  .nav-links a { width: 100%; min-height: 40px; justify-content: center; padding: 0 16px; border-radius: 10px; }
  .nav-links a:hover,
  .nav-links a.active { background: rgba(255,255,255,0.08); }
  .nav-links a + a::before { display: none; }
  .nav-links a.active::after { display: none; }
  .social-links { padding-left: 0; border-left: 0; }
  .social-links a { width: 32px; height: 32px; }
  .language-toggle { min-width: 64px; height: 32px; }
  .hero-bg img { inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 80% center; opacity: 0.85; }
  .hero-bg::before { display: none; }
  .hero-tech-strip {
    width: 100%;
    max-width: 680px;
  }
  .hero-actions {
    grid-template-columns: 1fr;
    width: min(100%, 420px);
  }
  .action-button {
    grid-template-columns: 58px minmax(0, 1fr) 30px;
    min-height: 72px;
    padding-left: 8px;
  }
  .home-popular {
    padding: 40px 0 60px;
  }
  .home-popular-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  .home-popular-all {
    align-self: flex-start;
  }
  .home-popular-track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding: 4px 0 10px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .home-product-card {
    flex: 0 0 clamp(260px, 30vw, 300px);
    scroll-snap-align: start;
  }
  .home-popular-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .store-hero {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .store-tools {
    max-width: 720px;
  }
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

}

@media (max-width: 760px) {
  .site-header { min-height: 60px; padding: 0 16px; }
  .brand { gap: 8px; }
  .brand-mark { width: 32px; height: 32px; }
  .brand-mark::after { display: none; }
  .brand-text { gap: 4px; font-size: 13px; letter-spacing: 0.8px; }
  .header-actions { gap: 0; }
  .social-links { display: none; }
  .language-toggle { min-width: 54px; width: auto; height: 32px; padding: 0 8px; font-size: 11px; }
  .language-toggle svg:first-child { display: none; }
  .language-options { right: -58px; }
  .hero { min-height: auto; padding: 90px 18px 0; }
  .hero-bg { inset: 0; }
  .hero-bg img { inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 85% center; opacity: 0.65; }
  .hero-bg::before { display: none; }
  .scan-ring { right: -18%; top: 27%; width: 86vw; height: 38vw; opacity: 0.3; }
  .ring-b,
  .fog-b,
  .flare-b {
    display: none;
  }
  .service-pill { min-height: 28px; padding: 4px 11px; font-size: 10.5px; }
  .hero-title { font-size: clamp(22px, 6.8vw, 32px); letter-spacing: 0.2px; line-height: 1.22; margin-bottom: 18px; }
  .hero-text-block { margin-bottom: 24px; }
  .hero-copy { font-size: 13.5px; line-height: 1.68; margin-bottom: 12px; }
  .hero-tech-strip {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }
  .hero-tech-track {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
    width: max-content;
    min-width: 100%;
  }
  .tech-badge {
    padding: 5px 9px;
    font-size: 10.5px;
    gap: 5px;
  }
  .tech-badge svg {
    width: 14px;
    height: 14px;
  }
  .action-button {
    grid-template-columns: 52px minmax(0, 1fr) 26px;
    min-height: 68px;
    min-width: 0;
    padding: 8px 10px 8px 6px;
    border-radius: 8px;
  }
  .action-visual {
    width: 50px;
    height: 48px;
  }
  .action-visual img {
    width: 52px;
    height: 52px;
  }
  .action-primary .action-visual img {
    width: 56px;
    height: 56px;
    transform: translateX(-4px) scale(1.02);
  }
  .action-secondary .action-visual img {
    width: 54px;
    height: 54px;
  }
  .action-copy {
    gap: 4px;
  }
  .action-title {
    font-size: clamp(12px, 3.4vw, 13px);
  }
  .action-description {
    max-width: 100%;
    font-size: 8.5px;
    line-height: 1.3;
  }
  .action-orb {
    width: 26px;
    height: 26px;
  }
  .home-sale-ticker {
    width: calc(100% + 36px);
    margin-left: -18px;
    margin-right: -18px;
    margin-top: 24px;
    margin-bottom: 0;
    border-radius: 0;
  }
  .home-sale-track {
    gap: 34px;
    padding: 10px 0;
    animation-duration: 22s;
  }
  .home-sale-track span {
    font-size: 12px;
  }
  .home-popular {
    padding: 32px 0 54px;
  }
  .home-popular-inner {
    width: min(100% - 32px, var(--max));
  }
  .home-popular-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .home-popular-all {
    width: 100%;
    min-height: 46px;
    justify-content: center;
  }
  .home-popular-stage {
    margin-top: 18px;
  }
  .home-popular-track {
    gap: 14px;
    margin-inline: -16px;
    padding: 4px 16px 12px;
  }
  .home-product-card {
    flex: 0 0 clamp(240px, 78vw, 290px);
  }
  .home-popular-arrow {
    display: none;
  }
  .home-popular-benefits {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }
  .home-popular-benefits article {
    border-right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 16px 18px;
  }
  .home-popular-benefits article:first-child {
    border-top: 0;
  }
  .live-support { left: auto; right: 18px; bottom: 18px; }
  .support-toggle { width: 56px; height: 56px; border-radius: 18px; }
  .support-panel { width: calc(100vw - 36px); }
  .store-page {
    width: min(100% - 36px, var(--max));
    padding: 118px 0 46px;
  }
  .store-hero {
    gap: 22px;
    margin-bottom: 24px;
  }
  .store-hero h1 {
    font-size: clamp(38px, 12vw, 58px);
  }
  .store-hero p:not(.store-kicker) {
    font-size: 18px;
  }
  .store-tools {
    grid-template-columns: 1fr;
  }
  .store-filter-pills {
    gap: 10px;
    margin-bottom: 24px;
  }
  .store-filter-pills button {
    flex: 1 1 auto;
    padding: 0 14px;
  }
  .product-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  body[data-page="store"] .product-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .product-card {
    grid-template-rows: 170px 1fr;
  }
  .product-info p {
    min-height: 0;
  }
  .about-page {
    width: min(100% - 36px, var(--max));
    padding: 0 0 46px;
  }
  .about-hero {
    gap: 20px;
    width: 100vw;
    min-height: 100svh;
    margin-left: -18px;
    margin-bottom: -54px;
    overflow: visible;
    padding: 112px 18px 104px;
  }
  .about-banner {
    inset: 0 0 -86px;
  }
  .about-banner img {
    opacity: 0.42;
  }
  .about-hero h1 {
    font-size: clamp(42px, 15vw, 62px);
  }
  .about-copy p:not(.about-kicker),
  .about-story-copy p:not(.about-kicker),
  .about-cta p {
    font-size: 16px;
  }
  .about-button,
  .about-button.solid {
    width: 100%;
    min-width: 0;
  }
  .about-unified {
    width: 100vw;
    margin-left: -18px;
    margin-top: -54px;
    padding: 0 18px 46px;
  }
  .about-unified::before {
    inset: 36px 0 0;
  }
  .about-unified::after {
    inset: 56px 0 0;
  }
  .about-stats {
    grid-template-columns: 1fr;
    margin: 0 0 34px;
  }
  .about-stats div,
  .about-stats div:nth-child(2n),
  .about-stats div:last-child {
    grid-column: auto;
    border-right: 0;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .about-stats div:first-child {
    border-top: 0;
  }
  .about-story h2,
  .about-values h2,
  .about-cta h2 {
    font-size: clamp(28px, 9vw, 40px);
  }
  .value-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .about-values {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }
  .value-grid article {
    min-height: 220px;
  }
  .about-cta {
    display: grid;
    padding: 24px;
  }
  .about-cta-content {
    display: grid;
    gap: 18px;
  }
  .about-unified .about-cta .about-button.solid {
    width: 100%;
    min-width: 0;
  }
}


.hero-bg::before,
.hero-bg::after,
.scan-ring,
.ring-b,
.green-fog,
.fog-b,
.flare-a,
.flare-b,
.hero-title,
.hero-brandline,
.hero-brandline::after,
.about-unified::after,
.support-status-dot {
  animation: none;
}

.hero-bg,
.store-page::before,
.store-page::after,
.coming-page::before,
.coming-page::after,
.about-page::before,
.about-banner {
  contain: paint;
}

.content-section,
.store-benefits,
.product-grid,
.about-unified,
.value-grid,
.about-cta {
  content-visibility: auto;
  contain-intrinsic-size: 720px;
}

.language-options,
.about-stats,
.value-grid article,
.about-cta,
.support-panel {
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}

body[data-page="store"] .store-hero {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 0;
  margin-bottom: 24px;
  width: 100%;
  align-items: flex-start;
}

body[data-page="store"] .store-hero-copy {
  width: 100%;
  max-width: 640px;
  text-align: left;
}

body[data-page="store"] .store-kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 10px;
  color: var(--green);
  font: 700 11px/1 "Inter", system-ui, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

body[data-page="store"] .store-kicker svg {
  width: 14px;
  height: 14px;
  stroke: var(--green);
  fill: none;
  stroke-width: 2;
}

body[data-page="store"] .store-hero h1 {
  margin: 0 0 10px;
  color: #ffffff;
  font: 800 clamp(24px, 2.2vw, 32px)/1.2 "Inter", system-ui, sans-serif;
  letter-spacing: -0.3px;
  text-transform: none;
  text-shadow: none;
}

body[data-page="store"] .store-hero h1 span {
  color: var(--green);
}

body[data-page="store"] .store-hero p:not(.store-kicker) {
  margin: 0;
  color: rgba(226, 232, 240, 0.65);
  font: 400 13.5px/1.55 "Inter", system-ui, sans-serif;
  max-width: 600px;
}

/* Tools: Long Search + Ultra-Modern Glassmorphic Sort */
body[data-page="store"] .store-tools {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  max-width: 760px;
  margin-top: 6px;
}

body[data-page="store"] .store-search {
  flex: 1;
  min-height: 48px;
  height: 48px;
  padding: 0 16px;
  gap: 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(10, 14, 20, 0.85);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body[data-page="store"] .store-search:focus-within {
  border-color: rgba(34, 197, 94, 0.5);
  box-shadow: 0 0 20px rgba(34, 197, 94, 0.15), 0 4px 20px rgba(0, 0, 0, 0.3);
}

body[data-page="store"] .store-search svg {
  width: 18px;
  height: 18px;
  color: var(--green);
  flex-shrink: 0;
}

body[data-page="store"] .store-search input {
  width: 100%;
  color: #ffffff;
  font: 500 14px/1 "Inter", system-ui, sans-serif;
  background: transparent;
  border: 0;
  outline: 0;
}

body[data-page="store"] .store-search input::placeholder {
  color: rgba(230, 236, 231, 0.45);
}

/* Custom Modern Glassmorphic Sort Dropdown */
body[data-page="store"] .store-sort-custom {
  position: relative;
  user-select: none;
}

body[data-page="store"] .store-sort-toggle {
  position: relative;
  min-height: 48px;
  height: 48px;
  padding: 0 16px;
  gap: 10px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(10, 14, 20, 0.85);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

body[data-page="store"] .store-sort-toggle:hover,
body[data-page="store"] .store-sort-custom.open .store-sort-toggle {
  border-color: rgba(34, 197, 94, 0.5);
  background: rgba(14, 20, 28, 0.95);
  box-shadow: 0 0 20px rgba(34, 197, 94, 0.15), 0 4px 20px rgba(0, 0, 0, 0.3);
}

body[data-page="store"] .store-sort-toggle .sort-icon {
  width: 16px;
  height: 16px;
  color: var(--green);
  flex-shrink: 0;
}

body[data-page="store"] .store-sort-toggle .sort-label-prefix {
  color: rgba(226, 232, 240, 0.6);
  font: 600 13px/1 "Inter", system-ui, sans-serif;
}

body[data-page="store"] .store-sort-toggle .sort-current-val {
  color: #ffffff;
  font: 700 13px/1 "Inter", system-ui, sans-serif;
}

body[data-page="store"] .store-sort-toggle .sort-chevron {
  width: 14px;
  height: 14px;
  color: rgba(226, 232, 240, 0.6);
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), color 0.2s ease;
  margin-left: 2px;
}

body[data-page="store"] .store-sort-custom.open .store-sort-toggle .sort-chevron {
  transform: rotate(180deg);
  color: var(--green);
}

/* Dropdown Menu Box */
body[data-page="store"] .store-sort-options {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 60;
  min-width: 210px;
  padding: 6px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(10, 14, 20, 0.96);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.65),
    0 0 25px rgba(34, 197, 94, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px) scale(0.97);
  transform-origin: top right;
  transition: opacity 0.2s ease, transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.2s;
  pointer-events: none;
}

body[data-page="store"] .store-sort-custom.open .store-sort-options {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

body[data-page="store"] .store-sort-options button {
  width: 100%;
  height: 40px;
  min-height: 40px;
  padding: 0 12px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(226, 232, 240, 0.8);
  background: transparent;
  border: 1px solid transparent;
  font: 600 13px/1 "Inter", system-ui, sans-serif;
  cursor: pointer;
  transition: all 0.16s ease;
  text-align: left;
  white-space: nowrap;
}

body[data-page="store"] .store-sort-options button svg {
  width: 15px;
  height: 15px;
  color: rgba(226, 232, 240, 0.6);
  flex-shrink: 0;
  transition: color 0.16s ease, transform 0.16s ease;
}

body[data-page="store"] .store-sort-options button:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  transform: translateX(3px);
}

body[data-page="store"] .store-sort-options button:hover svg {
  color: #ffffff;
  transform: scale(1.1);
}

body[data-page="store"] .store-sort-options button.active {
  background: rgba(34, 197, 94, 0.12);
  border-color: rgba(34, 197, 94, 0.3);
  color: #ffffff;
  font-weight: 700;
}

body[data-page="store"] .store-sort-options button.active svg {
  color: var(--green);
}

body[data-page="store"] .store-sort-options button .sort-check {
  margin-left: auto;
  font-size: 13px;
  font-weight: 900;
  color: var(--green);
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.16s ease, transform 0.16s ease;
}

body[data-page="store"] .store-sort-options button.active .sort-check {
  opacity: 1;
  transform: scale(1);
}

/* Category Filter Pills starting from left aligned with search */
body[data-page="store"] .store-hero-filters {
  width: 100%;
  margin-top: 6px;
}

body[data-page="store"] .store-filter-pills {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 0;
}

body[data-page="store"] .store-filter-pills button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 12px;
  font: 700 13px/1 "Inter", system-ui, sans-serif;
  color: rgba(230, 240, 235, 0.85);
  background: rgba(8, 12, 16, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.09);
  cursor: pointer;
  white-space: nowrap;
  transition: all 180ms cubic-bezier(0.16, 1, 0.3, 1);
}

body[data-page="store"] .store-filter-pills button:hover,
body[data-page="store"] .store-filter-pills button.active {
  color: #ffffff;
  border-color: rgba(34, 197, 94, 0.6);
  background: rgba(34, 197, 94, 0.12);
  box-shadow: 0 0 20px rgba(34, 197, 94, 0.2);
  transform: translateY(-2px);
}

body[data-page="store"] .store-filter-pills .filter-icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

body[data-page="store"] .store-filter-pills .filter-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* FiveM Title Customization */
body[data-title-page="fivem"] .store-hero h1 span {
  color: var(--green);
}

/* News Ticker Panel */
body[data-page="store"] .store-news-ticker {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 48px;
  margin: 24px 0 32px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: rgba(8, 12, 16, 0.75);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
}

body[data-page="store"] .store-news-ticker::before,
body[data-page="store"] .store-news-ticker::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 60px;
  pointer-events: none;
}

body[data-page="store"] .store-news-ticker::before {
  left: 0;
  background: linear-gradient(90deg, #06090a, transparent);
}

body[data-page="store"] .store-news-ticker::after {
  right: 0;
  background: linear-gradient(270deg, #06090a, transparent);
}

body[data-page="store"] .store-news-track {
  width: max-content;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 64px;
  padding-left: 20px;
  color: rgba(245, 248, 246, 0.88);
  font: 700 13px/1 "Inter", system-ui, sans-serif;
  letter-spacing: 0.6px;
  white-space: nowrap;
  animation: storeTickerMove 25s linear infinite;
}

body[data-page="store"] .store-news-track span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

body[data-page="store"] .store-news-track span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 8px var(--green);
}

body[data-page="store"] .store-news-track strong {
  color: #ffffff;
  font-weight: 800;
}

body[data-page="store"] .store-news-track .ticker-discount {
  color: #facc15;
  font-weight: 800;
}

body[data-page="store"] .store-news-track:hover {
  animation-play-state: paused;
}

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

/* FiveM Coming Soon Panel */
body[data-title-page="fivem"] .fivem-coming-panel {
  position: relative;
  width: 100%;
  min-height: 420px;
  display: grid;
  place-items: center;
  margin: 16px 0 96px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: rgba(8, 12, 16, 0.7);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

body[data-title-page="fivem"] .fivem-coming-panel-inner {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: 48px 24px;
  text-align: center;
}

body[data-title-page="fivem"] .fivem-coming-panel-inner span {
  display: inline-flex;
  align-items: center;
  padding: 5px 16px;
  color: var(--green);
  border: 1px solid rgba(34, 197, 94, 0.35);
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.08);
  font: 700 11.5px/1 "Inter", system-ui, sans-serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

body[data-title-page="fivem"] .fivem-coming-panel-inner h2 {
  margin: 0;
  color: #ffffff;
  font: 800 clamp(48px, 6vw, 92px)/1 "Inter", system-ui, sans-serif;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  text-shadow: 0 0 30px rgba(34, 197, 94, 0.2);
}

body[data-title-page="fivem"] .fivem-coming-panel-inner p {
  max-width: 600px;
  margin: 0;
  color: rgba(226, 232, 240, 0.7);
  font: 400 15px/1.55 "Inter", system-ui, sans-serif;
}

/* Product Grid on Store - 4 cards side by side matching reference */
body[data-page="store"] .product-grid {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0 0 96px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

@media (max-width: 1200px) {
  body[data-page="store"] .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}

@media (max-width: 640px) {
  body[data-page="store"] .product-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

body[data-page="store"] .store-product-card {
  position: relative;
  isolation: isolate;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  background: #080c10;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.45);
  transition: transform 200ms cubic-bezier(0.16, 1, 0.3, 1), border-color 200ms ease, box-shadow 200ms ease;
}

body[data-page="store"] .store-product-card[hidden] {
  display: none !important;
}

body[data-page="store"] .store-product-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.65), 0 0 30px rgba(255, 255, 255, 0.04);
}

/* Card Hero Image */
body[data-page="store"] .store-card-hero {
  position: relative;
  width: 100%;
  aspect-ratio: 238 / 156;
  overflow: hidden;
  background: #080c10;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

body[data-page="store"] .store-card-hero img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
}

body[data-page="store"] .store-product-card:hover .store-card-hero img {
  transform: scale(1.03);
}

/* Card Body */
body[data-page="store"] .store-card-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 18px 16px 16px;
}

/* Title */
body[data-page="store"] .store-card-title {
  margin: 0 0 6px;
  color: #ffffff;
  font: 800 15px/1.25 "Inter", system-ui, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.2px;
}

/* Subtitle */
body[data-page="store"] .store-card-subtitle {
  margin: 0 0 16px;
  color: rgba(226, 232, 240, 0.55);
  font: 400 12px/1.4 "Inter", system-ui, sans-serif;
  min-height: 34px;
}

/* Perks Row */
body[data-page="store"] .store-card-perks {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  margin: 0 0 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

body[data-page="store"] .card-perk {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: rgba(226, 232, 240, 0.55);
  font: 500 10.5px/1 "Inter", system-ui, sans-serif;
  white-space: nowrap;
}

body[data-page="store"] .card-perk svg {
  width: 12px;
  height: 12px;
  stroke: rgba(226, 232, 240, 0.55);
  flex-shrink: 0;
}

/* Price Row */
body[data-page="store"] .store-card-price-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
}

body[data-page="store"] .card-price {
  color: #ffffff;
  font: 800 22px/1 "Inter", system-ui, sans-serif;
  letter-spacing: -0.4px;
}

body[data-page="store"] .card-old-price {
  color: rgba(226, 232, 240, 0.4);
  font: 500 12.5px/1 "Inter", system-ui, sans-serif;
  text-decoration: line-through;
}

body[data-page="store"] .card-discount-badge {
  padding: 3px 6px;
  border-radius: 4px;
  background: #e11d48;
  color: #ffffff;
  font: 800 9.5px/1 "Inter", system-ui, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}

/* Actions Row */
body[data-page="store"] .store-card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: auto;
}

body[data-page="store"] .store-card-btn {
  height: 38px;
  min-height: 38px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font: 800 11px/1 "Inter", system-ui, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  cursor: pointer;
  text-decoration: none;
  border: none;
  transition: all 0.16s ease;
}

body[data-page="store"] .store-card-btn svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
}

/* Left Button: Yakında */
body[data-page="store"] .store-btn-soon {
  background: #ffffff;
  color: #080c10;
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.1);
}

body[data-page="store"] .store-btn-soon:hover {
  background: #f1f5f9;
  transform: translateY(-1px);
}

/* Right Button: Videoyu İzle */
body[data-page="store"] .store-btn-video {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

body[data-page="store"] .store-btn-video:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-1px);
}
