:root {
  --ux-glass-bg: rgba(10, 15, 26, 0.85);
  --ux-glass-border: rgba(255, 102, 102, 0.15);
  --ux-glass-border-hover: rgba(255, 102, 102, 0.35);
  --ux-glass-glow: rgba(255, 102, 102, 0.08);
  --ux-accent: #ff6666;
  --ux-accent-hover: #ff8585;
  --ux-accent-dark: #0a192f;
  --ux-bg-primary: rgb(7, 8, 18);
  --ux-bg-secondary: rgb(10, 13, 24);
  --ux-text-muted: rgba(255, 255, 255, 0.5);
  --bs-border-radius: 0.75rem;
}

html, body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--ux-bg-primary) !important;
  color: #e0e0e0;
  padding-top: 0 !important;
  margin-top: 0 !important;
  font-family: 'Geist', sans-serif;
}

body::after {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 256px 256px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.4;
  will-change: auto;
  contain: strict;
}


::selection {
  background: rgba(255, 102, 102, 0.3);
  color: #fff;
}

.flex-wrapper {
  padding-top: 80px !important;
}

.ux-hero ~ * {
  margin-top: 0;
}

.hero + .component,
.ux-hero + .component,
.ux-hero + section {
  margin-top: 0;
}

header.sticky-top {
  position: static !important;
}

#ux-header {
  position: fixed !important;
  top: 16px;
  left: 0;
  z-index: 2000 !important;
  width: 100%;
  max-width: 100%;
  margin: 0;
  background: transparent;
  padding: 0 2rem;
}

.ux-navbar {
  width: 100%;
  height: 52px;
  margin: 0;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  background: transparent;
  backdrop-filter: none;
  border-radius: 0;
  border: none;
  box-shadow: none;
  transition: none;
}

.ux-nav-links a:hover {
  color: #fff !important;
}

.ux-get-started-btn:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 8px 25px rgba(255, 102, 102, 0.25);
}

.ux-mobile-toggle {
  display: none !important;
}

@media (max-width: 991.98px) {
  .ux-nav-links {
    display: none !important;
  }
  .ux-mobile-toggle {
    display: flex !important;
  }
  #ux-header {
    padding: 0 1rem !important;
  }
}

.announcement {
  display: none !important;
}

.ux-hero {
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  min-height: 100vh !important;
  padding-top: 6rem !important;
  margin-top: -80px !important;
}

.ux-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 8, 18, 0.6) 0%, rgba(7, 8, 18, 0.95) 100%);
  z-index: 1;
}

.ux-hero .bg-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(255, 102, 102, 0.06) 0%, transparent 60%);
  z-index: 2;
}

.light-container {
  position: absolute;
  width: 100%;
  min-height: 80vh;
  top: -7rem;
  z-index: 10;
  overflow: hidden;
  pointer-events: none;
  -webkit-mask-image: radial-gradient(ellipse at 100% 0%, black 40%, transparent 70%);
  mask-image: radial-gradient(ellipse at 100% 0%, black 40%, transparent 70%);
  background-repeat: no-repeat;
  background-size: 300% 200%;
  background-position: 50% 50%, 50% 50%;
  background-image: repeating-linear-gradient(100deg, black 0%, black 7%, transparent 10%, transparent 12%, black 16%),
                     repeating-linear-gradient(100deg, #60a5fa 10%, #ff6666, #60a5fa, #5eead4, #60a5fa 30%);
  filter: blur(20px) opacity(10%) saturate(250%);
}

.light-rays {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 200% 100%;
  background-image: repeating-linear-gradient(100deg, black 0%, black 7%, transparent 10%, transparent 12%, black 16%),
                     repeating-linear-gradient(100deg, #60a5fa 10%, #ff6666, #60a5fa, #5eead4, #60a5fa 30%);
  mix-blend-mode: difference;
  animation: ray 60s linear infinite;
}

@keyframes ray {
  0% { background-position: 0% 50%, 0% 50%; }
  100% { background-position: 200% 50%, 200% 50%; }
}

@keyframes textShine {
  0%, 90%, 100% {
    background-position: calc(-100% - var(--text-width, 200px)) 0;
  }
  30%, 60% {
    background-position: calc(100% + var(--text-width, 200px)) 0;
  }
}

.ux-hero-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 30%, rgba(255, 102, 102, 0.04) 0%, transparent 50%);
  z-index: 2;
  contain: strict;
}

.ux-hero .container {
  z-index: 10;
  position: relative;
}

.ux-hero-operators {
  position: absolute;
  top: 60%;
  left: 48%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 98%;
  max-width: 1750px;
  opacity: 0.15;
}

.ux-hero-fade-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  background-image: linear-gradient(to bottom, transparent, #070812 85%);
  z-index: 6;
}

.ux-trust-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  padding: 0.5rem 1.25rem;
  background: rgba(255, 102, 102, 0.06);
  border: 1px solid rgba(255, 102, 102, 0.15);
  cursor: pointer;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.ux-trust-badge:hover {
  background: rgba(255, 102, 102, 0.1);
  border-color: rgba(255, 102, 102, 0.25);
}

.ux-trust-badge-text {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  background: linear-gradient(90deg, #ff6666, #ff8585, #ff6666);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.ux-badge-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.ux-hero-title {
  font-size: clamp(2.5rem, 7vw, 6rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin: 0.5rem 0;
  font-family: 'Zalando Sans Expanded', sans-serif;
}

.ux-gradient-text {
  background: linear-gradient(135deg, #ff6666 0%, #ff8585 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ux-hero-subtitle {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.ux-hero-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.5rem;
  background: linear-gradient(180deg, rgba(255, 102, 102, 1) 0%, rgba(255, 77, 77, 1) 100%);
  color: #fff !important;
  border: none;
  border-radius: 2rem;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: filter 0.2s ease;
  cursor: pointer;
}

.ux-hero-btn-primary:hover {
  filter: brightness(1.05);
  box-shadow: 0 4px 15px rgba(255, 102, 102, 0.15);
  color: #fff !important;
}

.ux-searchbar {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}

.ux-searchbar input {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 50px !important;
  padding: 0.7rem 1rem 0.7rem 2.5rem !important;
  color: rgba(255, 255, 255, 0.5) !important;
}

.ux-searchbar svg {
  fill: var(--ux-accent) !important;
  opacity: 0.5;
}

.ux-hero-stats {
  display: flex;
  align-items: center;
  gap: 2rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 1rem 2rem;
}

.ux-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}

.ux-stat-value {
  color: var(--ux-accent);
  font-weight: 700;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.ux-stat-value svg {
  stroke: var(--ux-accent);
}

.ux-stat-label {
  color: var(--ux-text-muted);
  font-size: 0.75rem;
  font-weight: 500;
}

.section-title h1,
.section-title h2 {
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
}

.section-subtitle p {
  color: var(--ux-text-muted);
}

.products .card,
.ux-product-card {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 16px !important;
  overflow: hidden;
  transition: border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1), background 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.products .card:hover,
.ux-product-card:hover {
  transform: none !important;
  border-color: rgba(255, 102, 102, 0.25) !important;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.04) !important;
}

.ux-products-section {
  position: relative;
  max-width: 1600px;
}

.ux-products-section .row.products {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.ux-products-section .row.products > [class*="col-"] {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.ux-products-section::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 102, 102, 0.06) 0%, transparent 70%);
  filter: blur(100px);
  border-radius: 9999px;
  pointer-events: none;
  z-index: 0;
}

.ux-products-section::after {
  content: '';
  position: absolute;
  bottom: 10%;
  right: 10%;
  width: 400px;
  height: 350px;
  background: radial-gradient(circle, rgba(255, 102, 102, 0.05) 0%, transparent 65%);
  filter: blur(100px);
  border-radius: 9999px;
  pointer-events: none;
  z-index: 0;
}

.glow-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 102, 102, 0.08) 0%, transparent 70%);
  filter: blur(100px);
  border-radius: 9999px;
  pointer-events: none;
  z-index: 0;
}

.glow-top-right {
  position: absolute;
  top: 15%;
  right: 5%;
  width: 400px;
  height: 350px;
  background: radial-gradient(circle, rgba(255, 102, 102, 0.08) 0%, transparent 65%);
  filter: blur(100px);
  border-radius: 9999px;
  pointer-events: none;
  z-index: 0;
}

.glow-bottom-left {
  position: absolute;
  bottom: 5%;
  left: 5%;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(255, 102, 102, 0.08) 0%, transparent 70%);
  filter: blur(100px);
  border-radius: 9999px;
  pointer-events: none;
  z-index: 0;
}

.ux-card-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: var(--product-card-image-aspect-ratio, 4/3);
}

.ux-card-image img {
  width: 100%;
  height: 100%;
  object-fit: var(--product-image-fit, cover);
  transition: transform 0.5s ease;
}

.ux-product-card:hover .ux-card-image img {
  transform: scale(1.05);
}

.ux-card-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(7, 8, 18, 0.8) 100%);
  border-radius: inherit;
  transition: opacity 0.3s ease;
}

.ux-card-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.02);
  color: var(--ux-accent);
  opacity: 0.3;
}

.ux-card-body {
  padding: 1.1rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.ux-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.75rem;
}

.ux-card-title {
  color: #fff;
  font-weight: 600;
  font-size: 1.15rem;
  margin: 0;
  line-height: 1.3;
}

.ux-card-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.ux-game-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem 0.6rem;
  background: rgba(255, 102, 102, 0.08);
  border: 1px solid rgba(255, 102, 102, 0.15);
  border-radius: 9999px;
  font-size: 0.7rem;
  font-weight: 500;
  color: var(--ux-accent);
  position: relative;
}

.ux-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--badge-color, var(--ux-accent));
  flex-shrink: 0;
  display: inline-block;
  animation: badgePulse 2s ease-in-out infinite;
}

@keyframes badgePulse {
  0% { box-shadow: 0 0 0 0 var(--badge-color, rgba(255, 102, 102, 0.6)); }
  70% { box-shadow: 0 0 0 6px var(--badge-color, rgba(255, 102, 102, 0)); }
  100% { box-shadow: 0 0 0 0 var(--badge-color, rgba(255, 102, 102, 0)); }
}

.ux-card-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 102, 102, 0.15), transparent);
}

.ux-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.ux-card-meta {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.ux-meta-count {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
}

.ux-meta-delivery {
  font-size: 0.75rem;
  color: var(--ux-text-muted);
  font-weight: 400;
}

.ux-price-value {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
}

.ux-price-slash {
  color: var(--ux-text-muted);
  font-size: 0.85rem;
  font-weight: 400;
}

.products .card .card-img-top {
  background: rgba(255, 255, 255, 0.02) !important;
}

.products .card .card-img-top .overlay .btn {
  background: var(--ux-accent) !important;
  border: none !important;
  color: var(--ux-accent-dark) !important;
  font-weight: 600;
}

.products .card .card-img-top .badges div {
  background: rgba(255, 102, 102, 0.1) !important;
  color: var(--ux-accent) !important;
  font-weight: 600;
  border-radius: 9999px;
  border: 1px solid rgba(255, 102, 102, 0.2);
}

.products .card .card-body {
  padding: 1rem;
}

.products .card .card-title {
  color: #fff;
  font-weight: 600;
}

.products .card .info .price {
  color: var(--ux-accent);
  font-weight: 600;
}

.products .card .info .text-primary {
  color: rgba(255, 102, 102, 0.7) !important;
  font-size: 0.8rem;
}

.features {
  position: relative;
}

.features .list .feature {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  transition: border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1), transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), background 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.features .list .feature:hover {
  border-color: rgba(255, 102, 102, 0.25);
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.05);
}

.features .list .feature i {
  color: var(--ux-accent);
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 102, 102, 0.08);
  border-radius: 12px;
  border: 1px solid rgba(255, 102, 102, 0.15);
}

.features .list .feature .title {
  color: #fff;
  font-weight: 600;
}

.features .list .feature .description {
  color: var(--ux-text-muted);
  font-size: 0.875rem;
}

.testimonial {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 16px !important;
  transition: border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1), background 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.testimonial:hover {
  border-color: rgba(255, 102, 102, 0.25) !important;
  background: rgba(255, 255, 255, 0.05) !important;
}

.testimonial .header .quote {
  color: var(--ux-accent);
  opacity: 0.4;
}

.testimonial .content .message p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  line-height: 1.6;
}

.testimonial .footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.testimonial .footer .items {
  color: var(--ux-accent);
  font-size: 0.8rem;
}

.testimonial .footer .date {
  color: var(--ux-text-muted);
  font-size: 0.75rem;
}

.socials {
  background: transparent !important;
}

.socials .list .social {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  transition: border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1), color 0.35s cubic-bezier(0.4, 0, 0.2, 1), transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.socials .list .social:hover {
  border-color: rgba(255, 102, 102, 0.25);
  color: var(--ux-accent) !important;
  transform: translateY(-2px);
}

.socials .list .social .left svg {
  background-color: var(--ux-accent) !important;
  color: var(--ux-accent-dark) !important;
}

.faq .accordion-item {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 16px !important;
  margin-bottom: 0.75rem;
  overflow: hidden;
}

.faq .accordion-button {
  background: transparent !important;
  color: #fff !important;
  font-weight: 500;
  box-shadow: none !important;
  border: none;
}

.faq .accordion-button:not(.collapsed) {
  color: var(--ux-accent) !important;
}

.faq .accordion-button::after {
  filter: invert(1) brightness(0.6);
}

.faq .accordion-body {
  color: var(--ux-text-muted);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ux-faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.ux-faq-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.3s ease;
}

.ux-faq-item:hover {
  border-color: rgba(255, 102, 102, 0.15);
}

.ux-faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 1.25rem;
  background: none;
  border: none;
  color: #fff;
  font-family: 'Geist', sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  text-align: left;
  gap: 1rem;
}

.ux-faq-question:hover {
  color: #ff6666;
}

.ux-faq-question[aria-expanded="true"] {
  color: #ff6666;
}

.ux-faq-chevron {
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.4);
  transition: transform 0.3s ease;
}

.ux-faq-question[aria-expanded="true"] .ux-faq-chevron {
  transform: rotate(180deg);
  color: #ff6666;
}

.ux-faq-answer {
  padding: 0 1.25rem 1.1rem;
  color: rgba(255, 255, 255, 0.5);
  font-family: 'Geist', sans-serif;
  font-size: 0.85rem;
  line-height: 1.6;
}

.ux-discord-cta {
  position: relative;
  padding: 4rem 1.5rem;
}

.ux-discord-cta-inner {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 4rem 3rem;
  text-align: center;
  background: linear-gradient(135deg, rgba(255, 102, 102, 0.06) 0%, rgba(255, 102, 102, 0.02) 50%, rgba(7, 8, 18, 0.9) 100%);
  border: 1px solid rgba(255, 102, 102, 0.12);
  border-radius: 24px;
  overflow: hidden;
}

.ux-discord-glow {
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 400px;
  background: radial-gradient(ellipse, rgba(255, 102, 102, 0.15) 0%, transparent 70%);
  filter: blur(80px);
  pointer-events: none;
  contain: strict;
}

.ux-discord-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.ux-discord-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #fff;
  margin: 0;
  font-family: 'Geist', sans-serif;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.ux-discord-subtitle {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.45);
  max-width: 500px;
  margin: 0;
  font-family: 'Geist', sans-serif;
  line-height: 1.6;
}

.ux-discord-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.5rem;
  background: linear-gradient(135deg, #ff6666 0%, #ff4d4d 100%);
  color: #fff;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.85rem;
  text-decoration: none;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: 0.5rem;
}

.ux-discord-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 102, 102, 0.3);
  color: #fff;
}

@media (max-width: 768px) {
  .ux-discord-title {
    font-size: 1.75rem;
  }
  .ux-discord-cta-inner {
    padding: 3rem 1.5rem;
  }
}

.ux-footer {
  background: transparent !important;
  border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
  position: relative;
  overflow: hidden;
  padding: 2.5rem 0 0;
}

.ux-footer-glow-left {
  position: absolute;
  left: -20%;
  top: -30%;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255, 102, 102, 0.04), transparent 70%);
  pointer-events: none;
}

.ux-footer-glow-right {
  display: none;
  position: absolute;
  right: -15%;
  bottom: -20%;
  width: 400px;
  height: 300px;
  transform: rotate(-30deg);
  border-radius: 50%;
  background: linear-gradient(to right, rgba(255, 102, 102, 0.03), rgba(169, 245, 225, 0.03));
  pointer-events: none;
}

.ux-footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding: 1.5rem 0 2rem;
}

@media (min-width: 768px) {
  .ux-footer-grid {
    grid-template-columns: 1.2fr 2fr;
    gap: 3rem;
  }
}

.ux-footer-brand {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ux-footer-brand-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.ux-payment-icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  max-width: 320px;
}

@media (min-width: 480px) {
  .ux-payment-icons {
    grid-template-columns: repeat(6, 1fr);
    max-width: 450px;
  }
}

.ux-payment-icon {
  width: 100%;
  aspect-ratio: 1.4;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.5);
  transition: background 0.2s ease, color 0.2s ease;
}

.ux-payment-icon:hover {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}

.ux-footer-links-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 2rem;
}

.ux-footer-col h3 {
  font-size: 0.85rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1rem;
  letter-spacing: 0.02em;
}

.ux-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.ux-footer-col ul li a {
  color: var(--ux-text-muted);
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.2s ease;
}

.ux-footer-col ul li a:hover {
  color: var(--ux-accent);
}

.ux-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 1.25rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ux-footer-bottom p {
  color: var(--ux-text-muted);
  font-size: 0.8rem;
  margin: 0;
}

.text-block .container {
  position: relative;
}

.bg-block-secondary {
  background: var(--ux-bg-secondary) !important;
}

.text-image-block .image img,
.text-video-block iframe {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.product-wrapper .container {
  position: relative;
}

.product-wrapper > .container > section {
  position: relative;
  overflow: hidden;
}

.product-wrapper > .container > section::before {
  content: '';
  position: absolute;
  top: 5%;
  left: -15%;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(255, 102, 102, 0.07) 0%, rgba(255, 102, 102, 0.02) 40%, transparent 70%);
  pointer-events: none;
  z-index: 0;
  animation: bgPulse 8s ease-in-out infinite alternate;
}

.product-wrapper > .container > section::after {
  content: '';
  position: absolute;
  bottom: 10%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 102, 102, 0.06) 0%, rgba(255, 102, 102, 0.02) 40%, transparent 70%);
  pointer-events: none;
  z-index: 0;
  animation: bgPulse 10s ease-in-out infinite alternate-reverse;
}

@keyframes bgPulse {
  0% { opacity: 0.6; transform: scale(1); }
  100% { opacity: 1; transform: scale(1.15); }
}

.product-image-card {
  background: linear-gradient(145deg, rgba(255, 102, 102, 0.04) 0%, rgba(255, 255, 255, 0.02) 50%, rgba(255, 102, 102, 0.03) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.25rem;
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.25rem;
}

.product-image-glow {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 200px;
  background: radial-gradient(ellipse, rgba(255, 102, 102, 0.18) 0%, rgba(255, 102, 102, 0.05) 50%, transparent 75%);
  pointer-events: none;
  z-index: 0;
}

.product-image-glow-2 {
  position: absolute;
  bottom: -60px;
  right: -40px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255, 102, 102, 0.1) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
}

.product-image-card > *:not(.product-image-glow):not(.product-image-glow-2) {
  position: relative;
  z-index: 1;
}

.product-image-card .carousel-inner img,
.product-image-card .card-img-top {
  border-radius: 0.75rem;
}

.product-desc-card {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.025) 0%, rgba(255, 102, 102, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 1rem;
  padding: 1.25rem;
  position: relative;
  overflow: hidden;
}

.product-desc-glow {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 120px;
  background: radial-gradient(ellipse, rgba(255, 102, 102, 0.12) 0%, rgba(255, 102, 102, 0.03) 50%, transparent 75%);
  pointer-events: none;
  z-index: 0;
}

.product-desc-card > *:not(.product-desc-glow) {
  position: relative;
  z-index: 1;
}

.product-wrapper .product-tabs {
  background: transparent;
  border: none;
  padding: 0;
}

.product-wrapper .display-6 {
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.product-wrapper .product-tabs .btn-primary {
  background: var(--ux-accent) !important;
  border-color: var(--ux-accent) !important;
  color: var(--ux-accent-dark) !important;
}

.product-wrapper .product-tabs .btn-outline-primary {
  border-color: rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.7) !important;
}

.product-wrapper .product-tabs .btn-outline-primary:hover {
  background: rgba(255, 255, 255, 0.05) !important;
  border-color: rgba(255, 102, 102, 0.25) !important;
  color: var(--ux-accent) !important;
}

.product-wrapper .badges a,
.product-wrapper .badges div {
  background: rgba(255, 102, 102, 0.08);
  border: 1px solid rgba(255, 102, 102, 0.15);
  color: var(--ux-accent);
  border-radius: 9999px;
  padding: 0.25rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 500;
  text-decoration: none;
}

.product-wrapper .carousel-inner img {
  border-radius: 16px;
}

.product-wrapper .thumbnails button {
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.2s ease;
}

.product-wrapper .thumbnails button.active,
.product-wrapper .thumbnails button:hover {
  border-color: var(--ux-accent) !important;
}

.product-wrapper .status .indicator {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  animation: pulse 2s ease-in-out infinite;
}

.product-wrapper .status .indicator .pulsating {
  display: none;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 var(--status-color, rgba(255, 102, 102, 0.6)); }
  70% { box-shadow: 0 0 0 7px transparent; }
  100% { box-shadow: 0 0 0 0 transparent; }
}

.btn-primary {
  background: linear-gradient(135deg, #ff6666 0%, #ff4d4d 100%) !important;
  border: none !important;
  color: var(--ux-accent-dark) !important;
  font-weight: 600;
  border-radius: 12px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 102, 102, 0.25);
}

.btn-outline-primary {
  color: var(--ux-accent) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  border-radius: 12px;
}

.btn-outline-primary:hover {
  background: var(--ux-accent) !important;
  border-color: var(--ux-accent) !important;
  color: var(--ux-accent-dark) !important;
}

.product-buy-btn {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  background: #ff6666;
  border: none;
  padding: 0.85rem 1.5rem;
  border-radius: 0.75rem;
  transition: background 0.3s ease, transform 0.3s ease;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0;
  cursor: pointer;
}

.product-buy-btn:hover {
  background: #ff8585;
  transform: translateY(-2px);
}

.product-buy-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

.product-buy-btn svg {
  width: 18px;
  height: 18px;
  color: #fff;
  fill: #fff;
  margin-right: 0.5rem;
}

.product-cart-btn {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  padding: 0.75rem 1.5rem;
  border-radius: 0.75rem;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}

.product-cart-btn:hover {
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-2px);
}

.product-cart-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

.product-cart-btn svg {
  width: 18px;
  height: 18px;
}

.product-trust-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 0.85rem;
  padding: 0;
}

.product-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.3);
  font-weight: 400;
  letter-spacing: 0.02em;
}

.product-trust-item i {
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.25);
}

.product-trust-sep {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  flex-shrink: 0;
}

.text-primary {
  color: var(--ux-accent) !important;
}

.form-control,
.form-select {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 12px;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--ux-accent) !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 102, 102, 0.15) !important;
}

.modal-dialog {
  max-width: 800px !important;
}

.modal-dialog.modal-lg {
  max-width: 800px !important;
}

.modal-dialog.modal-xl {
  max-width: 1100px !important;
}

.modal-content {
  background: rgba(10, 13, 24, 0.95) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 20px !important;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
}

.modal-header {
  border-bottom: none !important;
  padding: 1.25rem 1.5rem !important;
}

.modal-header .modal-title,
.modal-header .btn-close {
  color: #fff;
}

.modal-header .btn-close {
  filter: invert(1) brightness(0.7);
  opacity: 0.6;
}

.modal-header .btn-close:hover {
  opacity: 1;
}

.modal-body {
  padding: 1.5rem !important;
}

.modal-body .card,
.modal-body .ux-product-card {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 16px !important;
  transition: border-color 0.3s ease !important;
}

.modal-body .card:hover,
.modal-body .ux-product-card:hover {
  border-color: rgba(255, 102, 102, 0.25) !important;
  transform: none !important;
  box-shadow: none !important;
}

.modal-body .card:hover *,
.modal-body .ux-product-card:hover * {
  transform: none !important;
}

.modal .card,
.modal .card:hover {
  transform: none !important;
}

.modal-body .card .card-title,
.modal-body .card-title {
  color: #fff !important;
  font-weight: 600;
}

.modal-body .card .card-img-top {
  border-radius: 12px 12px 0 0 !important;
  background: rgba(255, 255, 255, 0.02) !important;
}

.modal-body .card .info .price {
  color: #fff !important;
  font-weight: 700;
}

.modal-body .card .info .text-primary {
  color: rgba(255, 255, 255, 0.5) !important;
}

.modal-backdrop {
  background: rgba(0, 0, 0, 0.7) !important;
}

.card {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 16px !important;
}

.cart-page .card,
.customer-page .card {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 16px !important;
}

.table {
  --bs-table-bg: transparent;
  color: rgba(255, 255, 255, 0.8);
}

.table > :not(caption) > * > * {
  border-color: rgba(255, 255, 255, 0.08);
}

.pagination .page-link {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
}

.pagination .page-item.active .page-link {
  background: var(--ux-accent);
  border-color: var(--ux-accent);
  color: var(--ux-accent-dark);
}

.bg-image {
  opacity: 0.15;
}

*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  background: var(--ux-bg-primary);
}

*::-webkit-scrollbar-thumb {
  background: rgba(255, 102, 102, 0.2);
  border-radius: 4px;
}

*::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 102, 102, 0.35);
}

.live-stats svg {
  width: 1rem;
  height: 1rem;
  color: var(--ux-accent);
}

.customer-sidebar .nav-link {
  color: rgba(255, 255, 255, 0.6);
  border-radius: 12px;
  transition: color 0.2s ease, background 0.2s ease;
}

.customer-sidebar .nav-link:hover,
.customer-sidebar .nav-link.active {
  color: var(--ux-accent);
  background: rgba(255, 102, 102, 0.08);
}

.editor {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
}

.editor a {
  color: var(--ux-accent);
}

.editor img {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.blog-card {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 16px !important;
  transition: border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1), transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-card:hover {
  border-color: rgba(255, 102, 102, 0.25) !important;
  transform: translateY(-2px);
}

.status-page-section {
  position: relative;
  overflow: visible;
}

.status-page-header {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}

.status-header-accent {
  width: 4px;
  height: 60px;
  background: linear-gradient(180deg, #ff6666, #ff4d4d);
  border-radius: 4px;
  flex-shrink: 0;
  margin-top: 0.25rem;
  box-shadow: 0 0 12px rgba(255, 102, 102, 0.4);
}

.status-header-text {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.status-header-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: #ff6666;
  text-transform: uppercase;
  font-family: 'Geist', sans-serif;
}

.status-header-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
  letter-spacing: -0.02em;
  font-family: 'Geist', sans-serif;
}

.status-glow-orb {
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 102, 102, 0.06) 0%, transparent 70%);
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
  contain: strict;
}

.status-card {
  display: block;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 0;
  margin-bottom: 0;
  transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.status-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0%, transparent 50%);
  pointer-events: none;
  border-radius: 16px;
}

.status-card:hover {
  border-color: rgba(255, 102, 102, 0.25);
  background: rgba(255, 255, 255, 0.05);
  transform: translateX(6px);
  box-shadow: none;
}

.status-card-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.4rem 1.75rem;
  position: relative;
  z-index: 1;
}

.status-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
  font-family: 'Geist', sans-serif;
}

.status-cards {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  position: relative;
  z-index: 1;
}

.status-group {
  margin-bottom: 1.5rem;
}

.status-group h2 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
  padding-left: 1rem;
  font-family: 'Geist', sans-serif;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.status-group h2::before {
  content: '';
  width: 4px;
  height: 24px;
  background: linear-gradient(180deg, #ff6666, #ff4d4d);
  border-radius: 4px;
  flex-shrink: 0;
  box-shadow: 0 0 10px rgba(255, 102, 102, 0.4);
}

.status .indicator {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.status .indicator .pulsating {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation: statusPulse 2s ease-in-out infinite;
}

@keyframes statusPulse {
  0% { box-shadow: 0 0 0 0 currentColor; opacity: 0.7; }
  70% { box-shadow: 0 0 0 8px transparent; opacity: 0; }
  100% { box-shadow: 0 0 0 0 transparent; opacity: 0; }
}

.status .label {
  font-weight: 600;
  font-size: 0.8rem;
  font-family: 'Geist', sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.status {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

@media (max-width: 768px) {
  .status-header-title {
    font-size: 1.75rem;
  }
  .status-card-inner {
    padding: 1rem 1.25rem;
  }
}

.image-gallery img {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.image-gallery img:hover {
  border-color: rgba(255, 102, 102, 0.25);
  transform: scale(1.02);
}

.myvouches-section .vouch-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
}

.navbar {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.hero .content h1 {
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.hero .content .stats-wrapper {
  margin-top: 1rem;
}

.hero .content .stats {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 16px;
  padding: 1rem 2rem !important;
}

.hero .content .stats div .value {
  color: var(--ux-accent);
}

.hero .content .stats div .label {
  color: var(--ux-text-muted);
}

.hero .fake-searchbar input,
.hero .search-modal .searchbar input {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  color: #fff;
  border-radius: 50px;
}

.hero .fake-searchbar svg,
.hero .search-modal .searchbar svg {
  fill: var(--ux-accent) !important;
  opacity: 0.5;
}

.hero .search-modal .modal-content {
  background: rgb(10, 13, 24);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
}

.notification-container {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  z-index: 1050;
}

.notification-popup {
  background: rgba(10, 15, 26, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border-radius: 16px;
  padding: 0.75rem 1rem;
  max-width: 320px;
  animation: slideIn 0.5s ease;
}

.notification-content {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.notification-image {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  object-fit: cover;
}

@keyframes slideIn {
  from { transform: translateY(20px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

[data-aos] {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

footer.footer {
  background: transparent !important;
}

.footer h5 {
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
}

.footer .nav li a {
  color: var(--ux-text-muted) !important;
  transition: color 0.2s ease;
}

.footer .nav li a:hover {
  color: var(--ux-accent) !important;
}

.footer .logo p {
  color: #fff;
}

.currency-selector select,
.currency-selector .choices {
  background: transparent !important;
  border: none !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.8rem;
}

.choices__inner {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  min-height: auto !important;
}

.choices__list--dropdown {
  background: rgb(15, 18, 30) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 12px !important;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background: rgba(255, 102, 102, 0.1) !important;
  color: var(--ux-accent) !important;
}

.ux-nav-buttons .currency-selector,
.ux-nav-buttons .currency-selector .choices,
.ux-nav-buttons .currency-selector .choices__inner {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  min-height: auto !important;
  margin: 0 !important;
}

.ux-nav-buttons .currency-selector select,
.ux-nav-buttons .currency-selector .choices__inner {
  background: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  padding: 0.2rem 0.4rem !important;
  font-size: 0.7rem !important;
  color: rgba(255,255,255,0.8) !important;
  min-height: auto !important;
  line-height: 1 !important;
  -webkit-appearance: none;
  appearance: none;
}

.ux-nav-buttons .choices__list--single {
  padding: 0 !important;
}

.ux-nav-buttons .choices[data-type*=select-one]::after {
  display: none !important;
}

.ux-section-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 0.8rem;
  background: rgba(255, 102, 102, 0.08);
  border: 1px solid rgba(255, 102, 102, 0.15);
  border-radius: 50px;
  color: #ff6666;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.ux-section-title {
  font-size: 2.5rem;
  font-weight: 700;
  background: linear-gradient(135deg, #fff 0%, rgba(255,255,255,0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
  line-height: 1.2;
}

.ux-section-subtitle {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  text-align: center;
  max-width: 600px;
  margin: 0.75rem auto 0;
  line-height: 1.6;
}

.ux-scroll-dot {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  top: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 9999px;
  animation: scroll-indicator 2s infinite;
}

@keyframes scroll-indicator {
  0% { opacity: 1; top: 0.5rem; }
  100% { opacity: 0; top: 2rem; }
}

@keyframes ux-bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-12px);
  }
  60% {
    transform: translateX(-50%) translateY(-6px);
  }
}

.glow-center,
.glow-top-right,
.glow-bottom-left,
.ux-footer-glow-left,
.ux-footer-glow-right,
.ux-products-section::before,
.ux-products-section::after {
  will-change: auto;
  transform: translateZ(0);
  contain: strict;
}

.light-container {
  will-change: auto;
  transform: translateZ(0);
  contain: layout style;
}

.light-rays {
  will-change: transform;
  transform: translateZ(0);
}

@media (max-width: 768px) {
  body::after {
    display: none;
  }

  body {
    background-image: none !important;
  }

  .light-container {
    filter: blur(15px) opacity(8%) saturate(200%);
  }

  .light-rays {
    animation-duration: 120s;
  }

  .ux-hero {
    min-height: 90vh !important;
    padding-top: 3rem !important;
  }

  .ux-hero-title {
    font-size: clamp(3.2rem, 11vw, 6rem) !important;
    margin-top: -1rem !important;
    line-height: 1.0 !important;
  }

  .ux-hero-subtitle {
    font-size: 0.95rem !important;
    margin-top: -0.5rem !important;
  }

  .ux-hero-operators {
    width: 175% !important;
    max-width: 175% !important;
    opacity: 0.3 !important;
    top: 45% !important;
    left: 43% !important;
  }

  .ux-hero .container [data-aos]:first-child {
    margin-top: 8.5rem !important;
  }

  .ux-hero .container [data-aos]:first-child > div {
    font-size: 0.7rem !important;
    padding: 0.2rem 0.4rem !important;
  }

  .ux-hero-btn-primary {
    padding: 0.65rem 1.4rem !important;
    font-size: 0.9rem !important;
  }

  .ux-trust-badge {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .ux-hero-stats {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .ux-searchbar input {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .products .card,
  .ux-product-card {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    background: rgba(10, 15, 26, 0.9) !important;
    transition: none !important;
  }

  .glow-center,
  .glow-top-right,
  .glow-bottom-left {
    filter: blur(60px);
    opacity: 0.5;
    width: 300px !important;
    height: 300px !important;
  }

  .ux-products-section::before,
  .ux-products-section::after {
    filter: blur(60px);
    opacity: 0.4;
    width: 300px !important;
    height: 300px !important;
  }

  .ux-footer-glow-left,
  .ux-footer-glow-right {
    display: none;
  }

  .ux-trust-badge-text {
    animation: none;
  }

  .ux-card-image img {
    transition: none !important;
  }

  .ux-product-card:hover .ux-card-image img {
    transform: none !important;
  }

  .ux-product-card:hover {
    transform: none !important;
  }

  .ux-feature-card:hover,
  .ux-faq-item:hover {
    transform: none !important;
  }

  .ux-f-card {
    transition: none !important;
  }

  .ux-discord-card {
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
  }

  .modal-content {
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
  }


  .wave-container,
  #shield-animation-container {
    overflow: hidden !important;
  }

  .wave-container .wave {
    animation: none !important;
    display: none !important;
  }

  .ux-payment-img-desktop {
    display: none !important;
  }

  .ux-payment-img-mobile {
    display: block !important;
    width: 200% !important;
    max-width: none !important;
    margin-left: -50%;
  }

  [data-aos] {
    transition-duration: 0.4s !important;
    transition-timing-function: ease-out !important;
  }

  [data-aos][data-aos-delay] {
    transition-delay: 0s !important;
  }

  * {
    -webkit-font-smoothing: antialiased;
  }

  .cust-header-title {
    font-size: 2rem !important;
  }

  .cust-sidebar {
    margin-bottom: 1.5rem;
  }

  .cust-sidebar-nav {
    flex-direction: row !important;
    flex-wrap: wrap;
    gap: 0.5rem !important;
  }

  .cust-sidebar-link {
    padding: 0.5rem 0.75rem !important;
    font-size: 0.8rem !important;
  }
}

.cust-page {
  padding-top: 80px;
  padding-bottom: 3rem;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(255, 102, 102, 0.04) 0%, transparent 60%),
    radial-gradient(ellipse 60% 40% at 80% 50%, rgba(255, 102, 102, 0.02) 0%, transparent 50%),
    radial-gradient(ellipse 50% 50% at 20% 80%, rgba(255, 102, 102, 0.02) 0%, transparent 50%);
}

.cust-page .component::before,
.cust-page .component::after,
.cust-page > ::before,
.cust-page > ::after {
  display: none !important;
}

.cust-page .bg-circle,
.cust-page .bg-decor,
.cust-page .bg-gradient-shape {
  display: none !important;
}

.cust-page ~ .components .glow-center,
.cust-page ~ .components .glow-top-right,
.cust-page ~ .components .glow-bottom-left,
.cust-page .glow-center,
.cust-page .glow-top-right,
.cust-page .glow-bottom-left {
  display: none !important;
}

.cust-page ~ * .glow-center,
.cust-page ~ * .glow-top-right,
.cust-page ~ * .glow-bottom-left {
  display: none !important;
}


.cust-header {
  text-align: center;
  padding: 1.5rem 0 2.5rem;
}

.cust-header-welcome {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--ux-accent);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
  background: rgba(255, 102, 102, 0.06);
  border: 1px solid rgba(255, 102, 102, 0.12);
  padding: 0.4rem 1.1rem;
  border-radius: 9999px;
}

.cust-header-welcome::before,
.cust-header-welcome::after {
  display: none;
}

.cust-header-title {
  display: block;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  margin: 0.5rem 0 0.5rem;
  letter-spacing: -0.02em;
}

.cust-header-sub {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.95rem;
  margin: 0;
}

.cust-sidebar {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 0.75rem;
}

.cust-sidebar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.cust-sidebar-link {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.8rem 1.1rem;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.92rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease;
  border: none;
  background: none;
  width: 100%;
  cursor: pointer;
  text-align: left;
}

.cust-sidebar-link:hover {
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.04);
}

.cust-sidebar-link.active {
  color: var(--ux-accent);
  background: rgba(255, 102, 102, 0.08);
  position: relative;
}

.cust-sidebar-link.active::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 60%;
  border-radius: 0 3px 3px 0;
  background: var(--ux-accent);
}

.cust-sidebar-link.clicking {
  color: var(--ux-accent) !important;
  background: rgba(255, 102, 102, 0.08) !important;
  opacity: 0.7;
}

.cust-sidebar-link i {
  font-size: 0.85rem;
  width: 20px;
  text-align: center;
  flex-shrink: 0;
}

.cust-sidebar-badge {
  margin-left: auto;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
}

.cust-sidebar-logout {
  color: rgba(255, 255, 255, 0.35) !important;
  margin-top: 0.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0 0 10px 10px;
  padding-top: 0.85rem !important;
}

.cust-sidebar-logout:hover {
  color: rgba(255, 100, 100, 0.8) !important;
}

.cust-stat-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 1.5rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  height: 100%;
}

.cust-stat-label {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.85rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.cust-stat-value {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.cust-topup-link {
  color: var(--ux-accent);
  font-size: 0.8rem;
  text-decoration: none;
  font-weight: 500;
  margin-top: 0.25rem;
}

.cust-topup-link:hover {
  text-decoration: underline;
}

.cust-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 1.75rem;
}

.cust-delete-btn {
  background: transparent;
  border: 1px solid rgba(255, 80, 80, 0.3);
  border-radius: 10px;
  color: rgba(255, 80, 80, 0.7);
  padding: 0.5rem 1.25rem;
  font-size: 0.82rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.cust-delete-btn:hover {
  border-color: rgba(255, 80, 80, 0.6);
  color: rgba(255, 80, 80, 0.9);
  background: rgba(255, 80, 80, 0.05);
}

.cust-table {
  width: 100%;
  border-collapse: collapse;
}

.cust-table thead th {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.cust-table tbody td {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  vertical-align: middle;
}

.cust-table tbody tr:last-child td {
  border-bottom: none;
}

.cust-action-link {
  color: var(--ux-accent);
  font-size: 0.82rem;
  text-decoration: none;
  font-weight: 500;
}

.cust-action-link:hover {
  text-decoration: underline;
}

.cust-info-bar {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  background: rgba(255, 102, 102, 0.05);
  border: 1px solid rgba(255, 102, 102, 0.1);
  border-radius: 12px;
  padding: 0.85rem 1.25rem;
  margin-bottom: 1.25rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.82rem;
}

.cust-info-bar i {
  color: var(--ux-accent);
  flex-shrink: 0;
}