:root {
  --bg-deep-space: #0c0f1a;
  --bg-grad-top: #0a1119;
  --bg-grad-mid: #0a101d;
  --bg-panel: rgba(8, 12, 22, 0.86);
  --bg-panel-strong: rgba(10, 17, 25, 0.96);
  --bg-nav: rgba(5, 6, 14, 0.97);

  --gold-gradient: linear-gradient(130deg, #10f1ae 8%, #18f28b 58%, #4bf5fc 100%);
  --silver-gradient: linear-gradient(135deg, #f7fbff 0%, #c8d0e0 52%, #f2f6ff 100%);

  --text-light: #f2f6ff;
  --text-muted: #c8d0e0;
  --text-soft: #defef0;

  --glass-border: rgba(24, 242, 139, 0.28);
  --glass-border-strong: rgba(24, 242, 139, 0.5);

  --shadow-gold: 0 8px 22px rgba(16, 241, 174, 0.22);
  --shadow-gold-hover: 0 12px 30px rgba(16, 241, 174, 0.34);
  --glow-soft: 0 8px 22px rgba(0, 0, 0, 0.35);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

.neo-page {
  font-family: "Inter", sans-serif;
  background:
    radial-gradient(1200px 500px at 95% 0%, rgba(16, 241, 174, 0.11), transparent 60%),
    radial-gradient(900px 380px at 8% 8%, rgba(75, 245, 252, 0.08), transparent 65%),
    linear-gradient(160deg, var(--bg-grad-top) 0%, var(--bg-grad-mid) 45%, var(--bg-deep-space) 100%);
  color: var(--text-light);
  padding-top: 3.375rem;
  min-height: 100vh;
}

.neo-page::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background-image:
    radial-gradient(circle at 18% 35%, rgba(24, 242, 139, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 80% 22%, rgba(75, 245, 252, 0.06) 1px, transparent 1px),
    radial-gradient(circle at 62% 76%, rgba(16, 241, 174, 0.055) 1px, transparent 1px);
  background-size: 120px 120px;
}

a {
  color: #18f28b;
  text-decoration: none;
}

a:hover {
  color: #10f1ae;
}

.neo-nav {
  background: linear-gradient(180deg, #05060e 0%, #0a1119 100%);
  border-right: 1px solid rgba(24, 242, 139, 0.2);
  border-bottom: 1px solid rgba(24, 242, 139, 0.2);
  backdrop-filter: blur(14px);
  padding-left: 1rem;
  padding-right: 1rem;
}

.neo-nav .navbar-brand .img-profile {
  max-width: 7.6rem;
}

.neo-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.neo-menu-item {
  margin-bottom: 0.4rem;
}

.neo-menu-link {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: #f2f6ff;
  font-size: 0.95rem;
  letter-spacing: 0.03rem;
  border-radius: 0.7rem;
  padding: 0.45rem 0.55rem;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.neo-menu-link i {
  color: #c8d0e0;
}

.neo-menu-link:hover {
  color: #f2f6ff;
  background: rgba(16, 241, 174, 0.12);
}

.neo-menu-link.active {
  color: #18f28b;
  background: rgba(16, 241, 174, 0.14);
}

.neo-cta {
  background: var(--gold-gradient);
  border: 1px solid rgba(24, 242, 139, 0.5);
  color: #05060e;
  width: 100%;
  font-weight: 700;
  box-shadow: var(--shadow-gold);
  text-transform: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.neo-cta:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-gold-hover);
  color: #05060e;
}

.neo-language .neo-cta {
  background: #0a1119;
  border-color: rgba(24, 242, 139, 0.32);
  color: #f2f6ff;
  box-shadow: none;
}

.neo-language .neo-cta:hover {
  background: #0c1322;
  color: #f2f6ff;
  transform: none;
  box-shadow: none;
}

.neo-language .dropdown-menu {
  background: rgba(10, 17, 25, 0.98);
  border: 1px solid rgba(24, 242, 139, 0.28);
  backdrop-filter: blur(12px);
}

.neo-language .dropdown-menu a {
  color: #f2f6ff;
}

.neo-language .dropdown-menu a:hover {
  background: rgba(16, 241, 174, 0.12);
}

.neo-hero {
  padding: 2rem 1rem 0;
  background: transparent;
}

.neo-hero .carousel {
  border: 1px solid var(--glass-border);
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: var(--glow-soft);
}

.neo-hero .carousel-item img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: left center;
  display: block;
}

.neo-hero .carousel-item {
  background: #080c16;
}

.neo-main {
  background: transparent;
  padding-bottom: 3rem;
}

.neo-category {
  padding-top: 2rem;
}

.neo-chiplist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.neo-chip-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: #c8d0e0;
  font-weight: 500;
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  background: var(--bg-panel);
  border: 1px solid var(--glass-border);
  box-shadow: inset 0 0 0 1px rgba(24, 242, 139, 0.08);
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.neo-chip-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  filter: brightness(0) saturate(100%) invert(84%) sepia(37%) saturate(219%) hue-rotate(177deg) brightness(92%) contrast(88%);
  opacity: 0.92;
}

.neo-chip-link:hover,
.neo-chip-link.active {
  color: #f2f6ff;
  background: linear-gradient(180deg, rgba(16, 241, 174, 0.18) 0%, rgba(24, 242, 139, 0.12) 100%);
  border-color: rgba(24, 242, 139, 0.5);
  box-shadow: 0 0 14px rgba(16, 241, 174, 0.18), inset 0 0 0 1px rgba(24, 242, 139, 0.2);
}

.neo-chip-link:hover .neo-chip-icon,
.neo-chip-link.active .neo-chip-icon {
  filter: brightness(0) saturate(100%) invert(85%) sepia(98%) saturate(2510%) hue-rotate(79deg) brightness(106%) contrast(90%);
  opacity: 1;
}

.neo-section-head {
  padding-top: 1.5rem;
  align-items: center;
}

.neo-section-head h2,
.neo-section-head h3 {
  font-family: "Poppins", "Inter", sans-serif;
  color: var(--text-light);
  font-weight: 700;
  letter-spacing: -0.01em;
}

.neo-section-head .neo-seeall {
  color: #18f28b;
  text-transform: uppercase;
  font-weight: 600;
}

.neo-grid {
  margin-top: 0.5rem;
}

.neo-card {
  background: var(--bg-panel);
  border: 1px solid var(--glass-border);
  border-radius: 0.9rem;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.neo-card img {
  width: 100%;
  display: block;
}

.neo-card:hover {
  transform: translateY(-4px);
  border-color: var(--glass-border-strong);
  box-shadow: 0 0 18px rgba(16, 241, 174, 0.22);
  opacity: 1;
}

.neo-copy {
  padding-top: 2rem;
}

.neo-copy h1 {
  font-family: "Poppins", "Inter", sans-serif;
  font-size: 2rem;
  margin-top: 1rem;
  background: var(--silver-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.neo-copy h2 {
  font-family: "Poppins", "Inter", sans-serif;
  font-size: 1.6rem;
  margin-top: 2rem;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.neo-copy h3 {
  font-family: "Poppins", "Inter", sans-serif;
  font-size: 1.3rem;
  margin-top: 1.4rem;
  color: var(--text-soft);
}

.neo-copy p,
.neo-copy ul,
.neo-copy ol {
  color: var(--text-muted);
  line-height: 1.7;
}

.neo-copy strong {
  color: #dafe98;
}

.neo-copy li::marker {
  color: #10f1ae;
}

.neo-payments img {
  filter: none;
  background: var(--bg-panel);
  border: 1px solid var(--glass-border);
  border-radius: 0.65rem;
  padding: 0.8rem;
}

.neo-footer {
  padding: 2rem 0 3rem;
  text-align: center;
  color: var(--text-muted);
}

.neo-footer img {
  max-height: 40px;
  margin-top: 1rem;
}

.neo-section-image {
  margin: 1.8rem auto;
  text-align: center;
}

.neo-section-image img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  border: 1px solid var(--glass-border);
  border-radius: 1rem;
  box-shadow: var(--glow-soft);
}

.bg-primary {
  background-color: var(--bg-nav) !important;
}

@media (min-width: 992px) {
  .neo-page {
    padding-top: 0;
    padding-left: 12.5rem;
  }

  .neo-nav {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 12.5rem;
    height: 100vh;
  }

  .neo-nav .navbar-brand {
    display: flex;
    margin-top: 1rem;
  }

  .neo-nav .navbar-collapse {
    display: flex;
    align-items: flex-start;
    flex-grow: 0;
    width: 100%;
    margin-bottom: auto;
  }

  .neo-nav .navbar-collapse .neo-menu {
    flex-direction: column;
    width: 90%;
    text-align: left;
    padding-left: 1rem;
  }

  .neo-nav .navbar-collapse .neo-menu-item {
    padding-top: 0.6rem;
  }
}

@media (max-width: 768px) {
  .neo-hero .carousel-item img {
    height: auto;
    max-height: none;
    object-fit: contain;
    object-position: center center;
  }
}
