@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800;900&display=swap');
@import url('https://api.fontshare.com/v2/css?f[]=clash-display@500,600,700&display=swap');

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

:root {
  --color-primary: #008dff !important;
  --color-bg: #060606;
  --color-card: #000000;
  --font-main: 'Poppins', sans-serif;
  --clouds-url: url('https://i.ibb.co/hxw2t5dC/67Grjjd.png');
  --glow-url: url('https://i.ibb.co/qM00BMzT/t8sS6A8.png');
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  background-color: var(--color-bg) !important;
  color: #ffffff !important;
  font-family: var(--font-main) !important;
}

.global-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000000;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(6, 6, 6, 1) 100%), url('https://r2.fivemanage.com/nPHkRushVAzj5VgxrAVJW/idPaSIE.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -10;
  pointer-events: none;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}

.site-header {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-bottom: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 0;
  height: 100px;
}

.site-header-inner {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
  height: 100%;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 50px;
  height: 100%;
}

.store-logo {
  max-height: 100px;
  display: block;
}

.site-title {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.site-title a {
  font-weight: 800;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
}

.header-left .menu {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
  padding: 0;
  height: 100%;
}

.header-left .menu li {
  display: flex;
  align-items: center;
}

.header-left .menu a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
  color: #ffffff !important;
  transition: 0.3s ease;
  line-height: 1;
  display: flex;
  align-items: center;
}

.header-left .menu a:hover,
.header-left .menu a.link-active,
.header-left .menu li.active > a {
  color: var(--color-primary) !important;
  text-shadow: 0 0 15px rgba(0, 141, 255, 0.8) !important;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 15px;
  height: 100%;
}

.btn-discord-nteam {
  background: var(--color-primary) !important;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 16px;
  height: 36px;
  border-radius: 4px;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
  flex-shrink: 0;
}

.btn-discord-nteam img {
  width: 16px;
  filter: brightness(0) invert(1);
}

.btn-white-nteam {
  background: #ffffff !important;
  color: #000000 !important;
  border: none;
  padding: 0 26px;
  height: 36px;
  border-radius: 4px;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  gap: 8px;
}

.btn-white-nteam:hover {
  background: #e0e0e0 !important;
}

.custom-currency-dropdown {
  position: relative;
}

.custom-currency-dropdown .dropdown-menu {
  display: none;
  position: absolute !important;
  background: #ffffff !important;
  border-radius: 4px !important;
  top: calc(100% + 5px) !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  min-width: 80px;
  padding: 5px 0 !important;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3) !important;
  z-index: 1001 !important;
  margin: 0 !important;
  border: none !important;
  list-style: none !important;
}

.custom-currency-dropdown .dropdown-menu.show {
  display: block !important;
}

.custom-currency-dropdown .dropdown-menu li {
  display: block !important;
}

.custom-currency-dropdown .dropdown-menu li a {
  display: block !important;
  padding: 8px 15px !important;
  color: #000000 !important;
  font-weight: 800 !important;
  font-size: 13px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  background: transparent !important;
  transition: 0.2s !important;
}

.custom-currency-dropdown .dropdown-menu li a:hover {
  color: var(--color-primary) !important;
  background: rgba(0,0,0,0.05) !important;
}

.toggle-navigation,
.close-navigation {
  display: none !important;
}

.nteam-hero {
  position: relative;
  height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #000000;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(6, 6, 6, 1) 100%), url('https://r2.fivemanage.com/nPHkRushVAzj5VgxrAVJW/idPaSIE.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.nteam-hero::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 800px;
  background: var(--glow-url) center center/contain no-repeat;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
}

.nteam-bg-text {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--color-primary);
  font-family: "ClashDisplay-Medium", "Clash Display", sans-serif;
  font-weight: 500;
  font-size: 11vw; 
  line-height: 100%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 45%;
  left: 50%;
  z-index: 4;
  white-space: nowrap;
  will-change: transform;
  transition: all 0.5s ease-out;
  transform: translate(-50%, -50%) translateZ(0.2px);
  animation: nteamFade 1s ease forwards 0.8s;
  opacity: 0;
  pointer-events: none;
  max-width: 100%;
}

@keyframes nteamFade {
  to { opacity: 0.8; }
}

.hero-birds {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('https://r2.fivemanage.com/nPHkRushVAzj5VgxrAVJW/birds.png') center / contain no-repeat;
  z-index: 5;
  pointer-events: none;
  will-change: transform;
}

.hero-container {
  position: relative;
  z-index: 10;
  margin-top: 0;
  width: 100%;
  padding: 0 20px;
}

.store-title {
  font-family: var(--font-main);
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 30px;
  text-transform: none;
  letter-spacing: -2px;
}

.store-title span {
  color: var(--color-primary) !important;
  font-size: 0.65em; 
  display: block; 
  margin-top: 5px;
  text-shadow: 0 0 20px rgba(0, 141, 255, 0.8), 0 0 40px rgba(0, 141, 255, 0.4) !important; 
}

.hero-btns {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.btn-white {
  background: #ffffff !important;
  color: #000000 !important;
  padding: 15px 40px;
  border-radius: 8px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 14px;
  display: flex;
  align-items: center;
  line-height: 1;
}

.btn-white:hover {
  background: #e0e0e0 !important;
}

.hero-clouds {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: var(--clouds-url) no-repeat bottom center;
  background-size: 100% 100%;
  z-index: 6;
  pointer-events: none;
  opacity: 0.9;
  filter: brightness(0.8);
}

.site-content-wrapper {
  max-width: 1300px;
  width: 100%;
  margin: 120px auto 80px auto;
  padding: 0 20px;
}

.section-heading {
  text-align: center;
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.section-container {
  margin-bottom: 120px;
  width: 100%;
}

.products-carousel swiper-slide {
  width: 280px;
  height: auto;
}

.nteam-card {
  background: #000000 !important;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 2px solid transparent !important;
  transition: 0.3s;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  height: 100%;
  width: 100%;
}

.nteam-card:hover {
  border-color: var(--color-primary) !important;
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 141, 255, 0.2);
}

.card-white-bar {
  background: #ffffff !important;
  color: #000000 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
}

.card-name {
  max-width: 65%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-price {
  white-space: nowrap;
}

.card-action {
  padding: 15px;
  background: #060606 !important;
  margin-top: auto;
}

.btn-purchase {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #00ff44 !important;
  color: #000000 !important;
  padding: 12px;
  border-radius: 6px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 14px;
  transition: 0.3s ease;
}

.btn-purchase:hover {
  background: #00ff44 !important;
  box-shadow: 0 0 20px rgba(0, 255, 68, 0.6) !important;
  transform: translateY(-2px);
}

.nteam-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  padding: 60px 0;
  width: 100%;
}

.nteam-stats::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  height: 1000px;
  background: var(--glow-url) center center/contain no-repeat;
  opacity: 0.15;
  z-index: 1;
  pointer-events: none;
}

.stats-left, .stats-right {
  position: relative;
  z-index: 2;
  width: 100%;
}

.about-heading {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: none;
}

.about-text {
  color: #888 !important;
  font-size: 14px;
  line-height: 1.6;
  max-width: 500px;
}

.stats-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.stat-box {
  background: rgba(13, 13, 13, 0.8) !important;
  border: 1px solid #1a1a1a !important;
  border-radius: 12px;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.stat-icon {
  flex: none;
  width: 50px;
}

.stat-info {
  display: flex;
  flex-direction: column;
}

.stat-value {
  font-size: 2rem;
  font-weight: 900;
  color: #fff !important;
  line-height: 1.1;
}

.stat-label {
  color: #888 !important;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

.badge-title,
.column-badge {
  background: transparent !important;
  color: var(--color-primary) !important;
  padding: 8px 25px;
  border-radius: 30px;
  width: fit-content;
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
  text-shadow: 0 0 15px rgba(0, 141, 255, 0.8) !important;
  margin: 0 auto 50px;
}

.column-badge {
  font-size: 12px;
  margin: 0;
  padding: 5px 15px;
  margin-bottom: 10px;
}

.reviews-carousel swiper-slide {
  width: 320px;
}

.review-card {
  background: #0d0d0d !important;
  padding: 30px;
  border-radius: 12px;
  border: 1px solid #1a1a1a !important;
  height: 100%;
}

.review-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.reviewer-name {
  font-weight: 800;
  font-size: 16px;
}

.stars {
  color: var(--color-primary) !important;
  font-size: 18px;
}

.review-text {
  color: #777 !important;
  font-size: 14px;
  font-style: italic;
  line-height: 1.6;
}

.faq-list {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}

.faq-item {
  border-bottom: 1px solid #222 !important;
  padding: 25px 0;
}

.faq-item summary {
  font-size: 26px;
  font-weight: 800;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: '+';
  font-size: 30px;
  font-weight: 400;
  transition: 0.3s;
}

.faq-item[open] summary::after {
  content: '-';
  transform: rotate(180deg);
}

.faq-answer {
  margin-top: 20px;
  color: #aaa !important;
  font-size: 15px;
  line-height: 1.7;
  max-width: 900px;
}

.nteam-footer-wrapper {
  position: relative;
  background: #0a0a0a !important;
  border-top: 1px solid #1a1a1a !important;
  padding: 80px 20px 180px; 
  width: 100%;
}

.nteam-footer {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  position: relative;
  z-index: 10;
}

.footer-brand {
  max-width: 350px;
}

.footer-brand img {
  max-height: 120px;
  margin-bottom: 20px;
}

.footer-brand h2 {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 15px;
}

.copyright-text {
  color: #666 !important;
  font-size: 12px;
  line-height: 1.8;
}

.footer-links {
  display: flex;
  gap: 80px;
  flex-wrap: wrap;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-column a {
  color: #fff !important;
  font-weight: 600;
  font-size: 14px;
}

.footer-column a:hover {
  color: var(--color-primary) !important;
}

.footer-clouds-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: var(--clouds-url) no-repeat bottom center;
  background-size: 100% 100%;
  z-index: 5;
  pointer-events: none;
  opacity: 0.8;
  filter: brightness(0.6);
}

.category-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 50px;
  align-items: start;
}

.category-sidebar .panel,
.category-sidebar .widget {
  background: #0a0a0a !important;
  border: 1px solid #1a1a1a !important;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 30px;
}

.category-sidebar .panel-heading,
.category-sidebar .widget-header,
.category-sidebar .title {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--color-primary) !important;
  margin-bottom: 20px;
  border-bottom: 1px solid #1a1a1a;
  padding-bottom: 15px;
  background: transparent !important;
  text-shadow: 0 0 10px rgba(0, 141, 255, 0.4);
}

.category-sidebar .list-group-item,
.category-sidebar .widget-body a,
.category-sidebar .categories-list a {
  background: transparent !important;
  color: #888 !important;
  font-size: 14px;
  font-weight: 600;
  border: none !important;
  padding: 12px 0;
  transition: 0.3s;
  border-bottom: 1px solid rgba(255,255,255,0.05) !important;
  display: block;
  text-transform: uppercase;
}

.category-sidebar .list-group-item:hover,
.category-sidebar .list-group-item.active,
.category-sidebar .categories-list a:hover,
.category-sidebar .categories-list .active a {
  color: #fff !important;
  padding-left: 10px;
  border-left: 2px solid var(--color-primary) !important;
}

.category-sidebar ul {
  list-style-type: none !important;
  padding: 0;
  margin: 0;
}

.category-hero {
  height: 45vh !important;
  min-height: 350px;
}

.category-hero .nteam-bg-text {
  font-size: 8vw !important;
  top: 50% !important;
}

.category-hero .store-title {
  font-size: clamp(2.5rem, 5vw, 4.5rem) !important;
  margin-bottom: 10px !important;
}

.category-hero .store-title span {
  font-size: 1em !important;
  text-shadow: 0 0 20px rgba(0, 141, 255, 0.8) !important;
}

.page-category .nteam-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 360px), 1fr));
  gap: 30px;
  width: 100%;
}

.nteam-login-form input[type="text"],
.nteam-login-form input[type="email"],
.nteam-login-form input[type="password"] {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #222;
    border-radius: 6px;
    padding: 12px 15px;
    color: #fff;
    margin-bottom: 15px;
    font-family: var(--font-main);
}

.nteam-login-form .btn-primary,
.nteam-login-form button[type="submit"] {
    width: 100%;
    background: var(--color-primary) !important;
    color: #fff !important;
    border: none;
    padding: 15px;
    border-radius: 6px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
    font-family: var(--font-main);
}

.nteam-login-form .btn-primary:hover,
.nteam-login-form button[type="submit"]:hover {
    box-shadow: 0 0 20px rgba(0, 141, 255, 0.4);
}

.nteam-package-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.package-media-side {
  position: relative;
  z-index: 1;
}

.package-media-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  background: var(--color-primary);
  filter: blur(80px);
  opacity: 0.4;
  z-index: -1;
  pointer-events: none;
}

.package-main-image {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 40px rgba(0,0,0,0.6);
  display: block;
}

.package-media-side iframe {
  width: 100%;
  border-radius: 12px;
  aspect-ratio: 16/9;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.package-badges {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.badge.blue-badge {
  background: var(--color-primary);
  color: #fff;
  padding: 6px 20px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.package-title {
  font-family: var(--font-main);
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  line-height: 1.1;
  color: #fff;
}

.package-action-box {
  margin-top: 20px;
  margin-bottom: 40px;
}

.package-action-box .price {
  font-size: 32px !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  display: block !important;
  margin-bottom: 10px !important;
}

.btn-neon,
.package-action-box .add,
.package-action-box .subscribe {
  background: #00ff44 !important;
  color: #000000 !important;
  border: none !important;
  padding: 16px 20px !important;
  border-radius: 8px !important;
  font-weight: 900 !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  width: 100% !important;
  max-width: 350px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: 0.3s ease !important;
  box-shadow: 0 0 20px rgba(0, 255, 68, 0.3) !important;
  font-family: var(--font-main) !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
}

.btn-neon:hover,
.package-action-box .add:hover,
.package-action-box .subscribe:hover {
  box-shadow: 0 0 30px rgba(0, 255, 68, 0.6) !important;
  transform: translateY(-2px) !important;
  background: #00e63d !important;
}

.package-description {
  color: #bbb;
  font-size: 15px;
  line-height: 1.7;
}

.package-description h1,
.package-description h2,
.package-description h3,
.package-description h4 {
  color: #fff;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 15px;
  font-family: var(--font-main);
}

.package-description ul {
  list-style-type: none !important;
  padding: 0;
  margin: 0 0 20px 0;
}

.package-description li {
  margin-bottom: 12px;
  color: #ccc;
  position: relative;
  padding-left: 20px;
}

.package-description li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--color-primary);
  font-weight: bold;
}

.options-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
  padding: 150px 20px 100px;
  position: relative;
  z-index: 10;
}

.options-box {
  background: #0d0d0d;
  border: none;
  border-radius: 8px;
  padding: 35px 40px;
  width: 100%;
  max-width: 520px;
  box-shadow: 0 15px 50px rgba(0,0,0,0.9);
  text-align: center;
}

.options-title {
  font-family: var(--font-main);
  font-size: 19px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 25px;
  text-transform: uppercase;
  line-height: 1.3;
}

.options-form p {
  color: #aaa;
  font-size: 13px;
  margin-bottom: 20px;
  font-weight: 500;
}

.options-form .field {
  text-align: left;
  margin-bottom: 20px;
}

.options-form .field p {
  margin-bottom: 10px;
  text-align: center;
}

.options-form .field strong {
  color: #fff;
}

.options-form input[type="text"],
.options-form input[type="number"],
.options-form select {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #222;
  border-radius: 6px;
  padding: 12px 15px;
  color: #fff;
  font-family: var(--font-main);
  font-size: 14px;
  outline: none;
  box-sizing: border-box;
}

.options-form input:focus,
.options-form select:focus {
  border-color: var(--color-primary);
}

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

.inline-flex span {
  color: #fff;
  font-weight: 800;
}

.options-actions {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 30px;
}

.btn-link {
  color: #888;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: var(--font-main);
  transition: 0.3s;
}

.btn-link:hover {
  color: #fff;
}

.popup.basket-popup {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: auto !important;
  width: 100% !important;
  height: 100vh !important;
  background: rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: none !important;
  z-index: 9999999 !important;
  display: flex !important;
  justify-content: flex-end !important;
  align-items: stretch !important;
  padding: 0 !important;
}

.popup.basket-popup .popup-scroll-cont {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: stretch !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.popup.basket-popup .popup-content {
  background: #0d0d0d !important;
  width: 100% !important;
  max-width: 550px !important;
  height: 100% !important;
  margin: 0 !important;
  border: none !important;
  border-left: 1px solid #1a1a1a !important;
  border-radius: 0 !important;
  padding: 0 !important;
  animation: slideInRight 0.3s ease-out forwards;
  display: flex !important;
  flex-direction: column !important;
  box-shadow: -10px 0 30px rgba(0,0,0,0.5) !important;
}

@keyframes slideInRight {
  from { transform: translateX(100%); }
  to { transform: translateX(0); }
}

.popup.basket-popup .popup-close,
.tebex-legal {
  display: none !important;
}

.sidebar-basket {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  padding: 30px 20px !important;
  box-sizing: border-box !important;
  width: 100% !important;
  background: #0d0d0d !important;
}

.sidebar-basket .basket-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 20px !important;
  padding-bottom: 20px !important;
  border-bottom: 1px solid #1a1a1a !important;
}

.sidebar-basket .basket-title {
  font-family: var(--font-main), sans-serif !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  color: #fff !important;
  margin: 0 !important;
  text-transform: uppercase !important;
}

.basket-close-btn {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid #222 !important;
  color: #fff !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 6px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: 0.3s !important;
}

.basket-close-btn:hover {
  background: rgba(255, 51, 51, 0.2) !important;
  color: #ff3333 !important;
  border-color: #ff3333 !important;
}

.sidebar-basket .basket-content {
  flex: 1 !important;
  overflow-y: auto !important;
  display: flex !important;
  flex-direction: column !important;
  padding-right: 5px !important;
}

.sidebar-basket .basket-content::-webkit-scrollbar {
  width: 4px !important;
}

.sidebar-basket .basket-content::-webkit-scrollbar-thumb {
  background: #333 !important;
  border-radius: 4px !important;
}

.sidebar-basket .basket-items {
  display: flex !important;
  flex-direction: column !important;
  gap: 15px !important;
}

.sidebar-basket .basket-item {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  background: rgba(255, 255, 255, 0.02) !important;
  border: 1px solid #1a1a1a !important;
  border-radius: 8px !important;
  padding: 15px !important;
  gap: 15px !important;
}

.sidebar-basket .item-image-wrapper {
  width: 70px !important;
  height: 45px !important;
  flex-shrink: 0 !important;
  border-radius: 4px !important;
  overflow: hidden !important;
  background: #222 !important;
}

.sidebar-basket .item-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.sidebar-basket .info {
  display: flex !important;
  flex-direction: column !important;
  gap: 5px !important;
  flex-grow: 1 !important;
}

.sidebar-basket .title {
  font-family: var(--font-main), sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  color: #fff !important;
  margin: 0 !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

.sidebar-basket .price {
  color: #00ff44 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

.sidebar-basket .btn-remove {
  background: rgba(255, 51, 51, 0.1) !important;
  color: #ff3333 !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 6px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  transition: 0.3s !important;
  flex-shrink: 0 !important;
  border: 1px solid #333 !important;
}

.sidebar-basket .btn-remove:hover {
  background: #ff3333 !important;
  color: #fff !important;
}

.sidebar-basket .basket-checkout {
  margin-top: 20px !important;
  padding-top: 20px !important;
  border-top: 1px solid #1a1a1a !important;
}

.sidebar-basket .basket-total {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 20px !important;
}

.sidebar-basket .basket-total span:first-child {
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 800 !important;
}

.sidebar-basket .total {
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 800 !important;
}

.sidebar-basket .btn-checkout {
  background: #00ff44 !important;
  color: #000000 !important;
  border: none !important;
  padding: 16px 20px !important;
  border-radius: 6px !important;
  font-weight: 900 !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  width: 100% !important;
  cursor: pointer !important;
  transition: 0.3s ease !important;
  box-shadow: 0 0 20px rgba(0, 255, 68, 0.3) !important;
  font-family: var(--font-main), sans-serif !important;
  display: block !important;
  text-align: center !important;
}

.sidebar-basket .btn-checkout:hover {
  box-shadow: 0 0 30px rgba(0, 255, 68, 0.6) !important;
  transform: translateY(-2px) !important;
}

.basket-empty-state {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  height: 200px !important;
  color: #888 !important;
  text-align: center !important;
  gap: 15px !important;
}

.basket-empty-state svg {
  width: 48px !important;
  height: 48px !important;
  color: #444 !important;
}

.basket-empty-state p {
  margin: 0 !important;
  font-weight: 800 !important;
  font-size: 16px !important;
  color: #fff !important;
  text-transform: uppercase !important;
}

.basket-empty-state span {
  font-size: 13px !important;
  font-weight: 500 !important;
}

#toasts {
  position: fixed !important;
  bottom: 40px !important;
  right: 40px !important;
  display: flex !important;
  flex-direction: column-reverse !important;
  gap: 10px !important;
  width: 350px !important;
  z-index: 999999999 !important;
  pointer-events: none !important;
}

.toast {
  background: #1b1d21 !important;
  border: 1px solid #2a2e35 !important;
  border-left: 3px solid var(--toast-color, #3d6ba6) !important;
  padding: 12px 18px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  position: relative !important;
  overflow: hidden !important;
  animation: slideIn 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5) !important;
  pointer-events: auto !important;
  min-height: 60px !important;
  align-items: flex-start !important;
  justify-content: center !important;
}

.toast[hidden] {
  display: flex !important;
  animation: slideOut 0.25s ease forwards !important;
}

.toast.removing {
  animation: slideOut 0.25s ease forwards !important;
}

.toast-success { --toast-color: #4b8b4b !important; }
.toast-error { --toast-color: #a63d3d !important; }
.toast-info { --toast-color: #3d6ba6 !important; }
.toast-warn { --toast-color: #a67c3d !important; }

.toast::before {
  font-family: 'Courier New', Courier, monospace !important;
  font-size: 11px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.2em !important;
  color: var(--toast-color) !important;
  display: block !important;
  margin-bottom: 2px !important;
}

.toast-success::before { content: "SUCCESS"; }
.toast-error::before { content: "ERROR"; }
.toast-info::before { content: "INFO"; }
.toast-warn::before { content: "WARNING"; }

.toast p {
  margin: 0 !important;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif !important;
  font-size: 14px !important;
  color: #e1e1e1 !important;
  line-height: 1.5 !important;
  font-weight: 500 !important;
}

.toast::after {
  content: '';
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  height: 2px !important;
  width: 100% !important;
  background: var(--toast-color) !important;
  opacity: 0.35 !important;
  transform-origin: left !important;
  animation: toastProgress 4s linear forwards !important;
}

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

@keyframes slideIn {
  from { opacity: 0; transform: translateX(120%); }
  to   { opacity: 1; transform: translateX(0); }
}

@keyframes slideOut {
  from { opacity: 1; transform: translateX(0); }
  to   { opacity: 0; transform: translateX(120%); }
}

.toast-close {
  display: none !important;
}

/* --- MOBILE RESPONSIVENESS --- */
@media (max-width: 992px) {
  .site-content-wrapper { margin-top: 60px; }
  .nteam-stats { grid-template-columns: 1fr; gap: 40px; padding: 40px 0; }
  .stats-left { text-align: center; }
  .about-heading { font-size: 2.5rem; text-align: center; }
  .about-text { margin: 0 auto; }
  .store-title { font-size: 2.5rem; }
  .nteam-bg-text { font-size: 16vw; top: 30%; }
  .footer-links { gap: 40px; flex-direction: column; align-items: center; text-align: center; }
  .footer-brand { margin: 0 auto 30px auto; text-align: center; }
  .nteam-footer { flex-direction: column; text-align: center; }
  .nteam-package-layout { grid-template-columns: 1fr; gap: 30px; }
  .package-title { font-size: 2rem; }
  .category-layout { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .hero-btns { flex-direction: column; align-items: center; gap: 15px; }
  .btn-white { width: 100%; max-width: 280px; justify-content: center; }
  .stat-box { flex-direction: column; text-align: center; gap: 15px; }
  .options-box { padding: 25px 20px; }
  .popup.basket-popup .popup-content { max-width: 100% !important; border-left: none !important; }
  .package-action-box .price { font-size: 24px !important; }
}

@media (max-width: 480px) {
  /* Correction cruciale de la grille et des cartes sur mobile */
  .page-category .nteam-grid, .nteam-grid { 
      grid-template-columns: 1fr !important; 
      gap: 25px !important; 
      padding: 0 15px !important; 
  }
  .nteam-card { 
      max-width: 340px !important; 
      margin: 0 auto !important; 
  }
  .site-content-wrapper {
      padding: 0 15px !important; 
  }
  
  .nteam-hero { height: auto; padding: 100px 20px; }
  .category-hero { min-height: 250px; padding: 60px 20px; }
}

/* --- MEMBERSHIP INCLUDED GRID (BLUE THEME) --- */
.membership-wrapper {
    background: #0a0a0a;
    border: 1px solid #1a1a1a;
    border-radius: 12px;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.membership-title {
    text-align: center;
    color: #008dff; /* Bleu primaire de ton site */
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.membership-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
}

.membership-column h4 {
    color: #008dff; /* Bleu primaire */
    font-family: var(--font-main);
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 15px;
    border-bottom: 1px solid #222;
    padding-bottom: 10px;
}

.membership-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.membership-list li {
    font-size: 13px;
    color: #fff;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-weight: 600;
    line-height: 1.4;
}

.membership-list li svg {
    flex-shrink: 0;
    margin-top: 2px;
}

/* Style pour les scripts NON inclus */
.membership-list li.locked {
    color: #555;
    font-weight: 400;
}

/* Responsive pour mobile */
@media (max-width: 768px) {
    .membership-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 480px) {
    .membership-grid {
        grid-template-columns: 1fr;
    }
}

/* --- CORRECTION DES PUCES TEBEX --- */
.package-description ul.membership-list li {
    padding-left: 0 !important;
}

.package-description ul.membership-list li::before {
    display: none !important;
    content: none !important;
}

.icon-check {
    color: #008dff; /* Ton bleu */
    margin-right: 8px;
    font-size: 14px;
}

.icon-cross {
    color: #555; /* Gris */
    margin-right: 8px;
    font-size: 14px;
}