:root {
  --violet-900: #190b2f;
  --violet-800: #2a0e47;
  --wine-700: #5f0f37;
  --pink-600: #9f1f68;
  --rose-500: #d92f76;
  --green-500: #29d45d;
  --green-400: #47ef79;
  --gold-500: #ffcc4d;
  --gold-400: #ffe18e;
  --text-light: #ffffff;
  --text-dark: #2a1b33;
  --text-muted: #705d7d;
  --surface-100: #f6f1f8;
  --surface-200: #efe7f4;
  --surface-300: #e4d9ed;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  margin: 0;
}
.neo-page {
  font-family: "Inter", sans-serif;
  background: linear-gradient(160deg, #150929 0%, #2d0c47 26%, #5d1039 58%, #1b0c2f 100%);
  color: var(--text-light);
  padding-top: 3.375rem;
}
a {
  color: #b11f64;
  text-decoration: none;
}
a:hover {
  color: #e43383;
}
.neo-nav {
  background: linear-gradient(180deg, #26083f 0%, #3f0f59 36%, #6f123d 100%);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 32px rgba(232, 48, 121, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  padding-left: 1rem;
  padding-right: 1rem;
}
.neo-nav .navbar-brand .img-profile {
  max-width: 7rem;
  filter: drop-shadow(0 6px 16px rgba(255, 204, 77, 0.3));
}
.neo-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.neo-menu-item {
  margin-bottom: 0.45rem;
}
.neo-menu-link {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.95rem;
  letter-spacing: 0.04rem;
  border-radius: 12px;
  padding: 0.42rem 0.62rem;
  transition: all 0.2s ease;
}
.neo-menu-link i {
  color: var(--gold-500);
  text-shadow: 0 0 10px rgba(255, 204, 77, 0.35);
}
.neo-menu-link:hover,
.neo-menu-link.active {
  color: var(--text-light);
  background: linear-gradient(90deg, rgba(235, 35, 106, 0.95) 0%, rgba(168, 23, 86, 0.95) 100%);
  box-shadow: 0 8px 18px rgba(200, 30, 100, 0.35);
}
.neo-cta {
  background: linear-gradient(180deg, var(--green-400) 0%, var(--green-500) 100%);
  border: 1px solid #62f690;
  color: #132619;
  width: 100%;
  font-weight: 700;
  border-radius: 14px;
  box-shadow: 0 10px 18px rgba(36, 190, 84, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  text-transform: none;
}
.neo-cta:hover {
  background: linear-gradient(180deg, #59f186 0%, #1fc252 100%);
  border-color: #77ffa1;
  color: #102414;
  transform: translateY(-1px);
}
.neo-language .dropdown-menu {
  background: #321049;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.neo-language .dropdown-menu a {
  color: var(--text-light);
}
.neo-language .dropdown-menu a:hover {
  background: rgba(255, 255, 255, 0.12);
}
.neo-hero {
  padding: 1.8rem 1rem 0;
  background:
    radial-gradient(circle at 8% 10%, rgba(255, 60, 150, 0.35) 0%, transparent 32%),
    radial-gradient(circle at 88% 22%, rgba(255, 215, 82, 0.24) 0%, transparent 34%),
    linear-gradient(130deg, #22093e 0%, #4f124f 42%, #821b4e 100%);
}
.neo-hero .carousel {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 35px rgba(35, 5, 38, 0.6), 0 0 34px rgba(228, 59, 141, 0.24);
}
.neo-main {
  background: linear-gradient(180deg, rgba(28, 10, 42, 0.65) 0%, var(--surface-100) 26%, #f3eef6 68%, #ece3f1 100%);
  padding-bottom: 3rem;
}
.neo-category {
  padding-top: 2rem;
}
.neo-chiplist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.neo-chip-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: #3c2449;
  font-weight: 700;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(140, 102, 165, 0.2);
  box-shadow: 0 6px 14px rgba(73, 41, 93, 0.12);
}
.neo-chip-icon {
  width: 28px;
  height: 28px;
  display: inline-block;
  padding: 4px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, var(--gold-400) 0%, #f4c12b 55%, #b48015 100%);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.55), 0 5px 10px rgba(171, 117, 7, 0.32);
}
.neo-chip-link:hover,
.neo-chip-link.active {
  color: #2f173a;
  background: linear-gradient(180deg, #ffe8f2 0%, #ffd5e8 100%);
  border-color: rgba(214, 55, 126, 0.32);
}
.neo-section-head {
  padding-top: 1.5rem;
  align-items: center;
}
.neo-section-head h2,
.neo-section-head h3 {
  color: #2a1535;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.neo-section-head .neo-seeall {
  color: #b91e67;
  text-transform: uppercase;
  font-weight: 700;
}
.neo-grid {
  margin-top: 0.5rem;
}
.neo-card {
  background: #ffffff;
  border-radius: 0.85rem;
  overflow: hidden;
  border: 1px solid rgba(108, 66, 136, 0.2);
  box-shadow: 0 12px 22px rgba(67, 35, 92, 0.14);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.neo-card img {
  width: 100%;
  display: block;
}
.neo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 30px rgba(66, 35, 85, 0.23);
}
.neo-copy {
  padding-top: 2rem;
  color: var(--text-dark);
}
.neo-copy h1 {
  font-size: 2rem;
  margin-top: 1rem;
  color: #2a1337;
}
.neo-copy h2 {
  font-size: 1.6rem;
  margin-top: 2rem;
  color: #45135d;
}
.neo-copy h3 {
  font-size: 1.3rem;
  margin-top: 1.4rem;
  color: #5a1d59;
}
.neo-copy p,
.neo-copy ul,
.neo-copy ol {
  color: #463553;
  line-height: 1.7;
}
.neo-copy li::marker {
  color: #c31f71;
}
.neo-payments img {
  background: #ffffff;
  border-radius: 0.6rem;
  border: 1px solid rgba(116, 78, 143, 0.18);
  box-shadow: 0 10px 18px rgba(68, 34, 89, 0.11);
  padding: 0.8rem;
}
.neo-footer {
  margin-top: 2rem;
  padding: 2.1rem 1rem 3rem;
  text-align: center;
  color: #5c4a6c;
  background: linear-gradient(180deg, #efebf4 0%, #e4dced 100%);
  border-radius: 16px;
  border: 1px solid rgba(116, 78, 143, 0.18);
}
.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-radius: 12px;
  box-shadow: 0 16px 30px rgba(64, 33, 82, 0.2);
}
.bg-primary {
  background-color: transparent !important;
}
@media (max-width: 991.98px) {
  .neo-nav {
    box-shadow: 0 8px 20px rgba(17, 5, 29, 0.55);
  }
  .neo-main {
    background: linear-gradient(180deg, #2b0e41 0%, #f4eef7 32%, #ece2f1 100%);
  }
}
@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.8rem;
  }
}
