/* =====================================================
   CNAGT Clone — full site styles
   Dark theme · brand color #b4ff3a
   ===================================================== */

/* ---------- Reset & Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  background: #0c0d0f;
  color: #e6e7e9;
  line-height: 1.55;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
input, select, textarea { font: inherit; color: inherit; }

/* ---------- Layout helpers ---------- */
.container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.section { padding: 64px 0; }
.section-sm { padding: 40px 0; }
.grid { display: grid; gap: 24px; }
.flex { display: flex; gap: 16px; }
.text-center { text-align: center; }
.muted { color: #8a8d94; }
.brand-color { color: #b4ff3a; }

/* ---------- Top notification bar ---------- */
.top-bar {
  background: linear-gradient(90deg, #b4ff3a 0%, #9eea23 100%);
  color: #0c0d0f;
  text-align: center;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
}

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #0c0d0f;
  border-bottom: 1px solid #1a1c20;
  backdrop-filter: blur(8px);
}
.header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.brand-mark {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 1px;
  color: #b4ff3a;
  background: #b4ff3a;
  color: #0c0d0f;
  padding: 6px 12px;
  border-radius: 6px;
  display: inline-block;
}
.main-nav {
  display: flex;
  gap: 4px;
  flex: 1;
  margin-left: 16px;
}
.main-nav a {
  padding: 8px 14px;
  border-radius: 8px;
  color: #c0c2c7;
  font-size: 14px;
  font-weight: 500;
  transition: all .15s;
}
.main-nav a:hover, .main-nav a.active { background: #1a1c20; color: #fff; }
.main-nav a.nav-cta {
  background: #b4ff3a;
  color: #0c0d0f;
  font-weight: 700;
}
.main-nav a.nav-cta:hover { background: #9eea23; }
.header-actions { display: flex; align-items: center; gap: 6px; }
.icon-btn {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #c0c2c7;
  position: relative;
  transition: all .15s;
}
.icon-btn:hover { background: #1a1c20; color: #fff; }
.signin-link {
  font-size: 14px;
  color: #c0c2c7;
  padding: 8px 12px;
  border-radius: 8px;
  font-weight: 500;
  transition: all .15s;
}
.signin-link:hover { background: #1a1c20; color: #fff; }
.cart-btn { color: #c0c2c7; }
.cart-count {
  position: absolute;
  top: 2px;
  right: 2px;
  background: #b4ff3a;
  color: #0c0d0f;
  font-size: 10px;
  font-weight: 800;
  border-radius: 999px;
  min-width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
}
.mobile-toggle {
  display: none;
  width: 36px;
  height: 36px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.mobile-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}

/* ---------- Hero (homepage) ---------- */
.hero {
  position: relative;
  min-height: 540px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(180deg, rgba(12,13,15,0.7) 0%, rgba(12,13,15,0.95) 100%),
    url('https://images.unsplash.com/photo-1607082348824-0a96f2a4b9da?auto=format&fit=crop&w=1920&q=80') center/cover no-repeat;
  overflow: hidden;
}
.hero-inner { position: relative; z-index: 1; max-width: 720px; }
.hero-tag {
  display: inline-block;
  font-family: "Courier New", monospace;
  font-weight: 800;
  color: #b4ff3a;
  letter-spacing: 2px;
  margin-bottom: 16px;
  font-size: 13px;
}
.hero h1 {
  font-size: 56px;
  line-height: 1.05;
  font-weight: 900;
  margin: 0 0 18px;
  letter-spacing: -1px;
}
.hero p.lead {
  font-size: 17px;
  color: #c0c2c7;
  margin: 0 0 28px;
  max-width: 580px;
}
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }

/* Hero URL input bar — the #1 conversion element for proxy shopping sites */
.hero-url-bar {
  display: flex;
  gap: 0;
  max-width: 560px;
  margin-bottom: 18px;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid transparent;
  transition: border-color .2s;
}
.hero-url-bar:focus-within {
  border-color: #b4ff3a;
  box-shadow: 0 0 0 4px rgba(180,255,58,0.15);
}
.hero-url-input {
  flex: 1;
  padding: 16px 20px;
  border: none;
  background: #1a1c20;
  color: #e6e7e9;
  font-size: 15px;
  outline: none;
  min-width: 0;
}
.hero-url-input::placeholder { color: #6b6e76; }
.hero-url-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
  background: #b4ff3a;
  color: #0c0d0f;
  font-weight: 700;
  font-size: 14px;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background .15s;
}
.hero-url-btn:hover { background: #9eea23; }
.hero-url-btn svg { width: 18px; height: 18px; }

/* Exchange rate reference */
.hero-rate-ref {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #8a8d94;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.rate-badge {
  display: inline-block;
  padding: 3px 10px;
  background: rgba(180,255,58,0.1);
  color: #b4ff3a;
  border-radius: 20px;
  font-weight: 600;
  font-size: 12px;
  border: 1px solid rgba(180,255,58,0.2);
}
.rate-divider { color: #3a3d44; }
.platform-strip {
  margin-top: 36px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: center;
}
.platform-strip span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #8a8d94;
}
.platform-strip span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b4ff3a;
}

/* Hero trust tags (Superbuy-style top-of-page badges) */
.hero-trust-tags {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.hero-trust-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(180, 255, 58, 0.08);
  border: 1px solid rgba(180, 255, 58, 0.15);
  color: #b4ff3a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 6px 14px;
  border-radius: 20px;
}
.hero-trust-tag svg { width: 12px; height: 12px; flex-shrink: 0; }

/* Hero quick category pills */
.hero-quick-cats {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.cat-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(255,255,255,0.05);
  border: 1px solid #2a2d33;
  color: #c0c2c7;
  font-size: 12px;
  font-weight: 600;
  padding: 7px 14px;
  border-radius: 20px;
  transition: all .15s;
}
.cat-pill:hover {
  background: rgba(180,255,58,0.08);
  border-color: rgba(180,255,58,0.3);
  color: #b4ff3a;
}
.cat-pill svg { width: 14px; height: 14px; }

/* New User Gift Banner (Superbuy-style $560 gift) */
.new-user-gift {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: linear-gradient(135deg, rgba(180,255,58,0.08), rgba(180,255,58,0.02));
  border: 1px solid rgba(180,255,58,0.15);
  border-radius: 14px;
  padding: 20px 28px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.gift-left { display: flex; align-items: center; gap: 16px; }
.gift-icon { font-size: 36px; line-height: 1; }
.gift-title { font-size: 16px; font-weight: 800; color: #b4ff3a; margin-bottom: 2px; }
.gift-sub { font-size: 13px; color: #8a8d94; }
.gift-sub strong { color: #e6e7e9; }
.new-user-gift .btn-primary {
  padding: 12px 24px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
}

/* ---------- Buttons ---------- */
.btn-primary, .btn-ghost, .btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 14px;
  transition: all .15s;
  cursor: pointer;
  border: 1px solid transparent;
}
.btn-primary { background: #b4ff3a; color: #0c0d0f; }
.btn-primary:hover { background: #9eea23; transform: translateY(-1px); }
.btn-ghost { background: #1a1c20; color: #fff; }
.btn-ghost:hover { background: #25272d; }
.btn-outline { border-color: #2a2d33; color: #fff; }
.btn-outline:hover { border-color: #b4ff3a; color: #b4ff3a; }
.btn-block { width: 100%; }
.btn-lg { padding: 14px 28px; font-size: 15px; }

/* ---------- Section heading ---------- */
.section-heading { text-align: center; margin-bottom: 48px; }
.section-heading h2 {
  font-size: 38px;
  font-weight: 800;
  margin: 0 0 12px;
  letter-spacing: -0.5px;
}
.section-heading p { color: #8a8d94; font-size: 16px; margin: 0; }

/* ---------- Product card ---------- */
.product-card {
  background: #131418;
  border: 1px solid #1f2228;
  border-radius: 16px;
  overflow: hidden;
  transition: all .2s;
  position: relative;
  display: flex;
  flex-direction: column;
}
.product-card:hover {
  transform: translateY(-4px);
  border-color: #b4ff3a;
  box-shadow: 0 12px 30px rgba(180, 255, 58, 0.08);
}
.product-thumb {
  aspect-ratio: 1 / 1;
  background: #1a1c20 center/cover no-repeat;
  position: relative;
  overflow: hidden;
}
.product-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.4));
  pointer-events: none;
}
.product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #b4ff3a;
  color: #0c0d0f;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.5px;
  padding: 4px 8px;
  border-radius: 4px;
  z-index: 1;
}
.product-badge.best-seller { background: #b4ff3a; left: 10px; }
.product-badge.on-sale { background: #ff4d4d; color: #fff; left: auto; right: 10px; }

.product-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .2s;
  z-index: 2;
}
.product-card:hover .product-overlay { opacity: 1; }
.quick-view-btn {
  background: #b4ff3a;
  color: #0c0d0f;
  padding: 8px 18px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 13px;
}
.product-platform {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(6px);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 4px;
  z-index: 1;
}
.product-body { padding: 16px; flex: 1; display: flex; flex-direction: column; }
.product-title {
  font-size: 13px;
  font-weight: 600;
  color: #e6e7e9;
  margin: 0 0 12px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 36px;
}
.product-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}
.product-price {
  font-size: 18px;
  font-weight: 800;
  color: #b4ff3a;
}
.product-original {
  font-size: 12px;
  color: #8a8d94;
  text-decoration: line-through;
  margin-left: 6px;
}
.product-rating { font-size: 12px; color: #c0c2c7; }
.view-details {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  color: #b4ff3a;
  font-weight: 600;
  margin-top: 12px;
}
.view-details::after { content: "→"; }

.product-extra {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #1f2228;
}
.sold-count {
  font-size: 11px;
  color: #8a8d94;
}
.free-ship {
  font-size: 11px;
  color: #16a34a;
  font-weight: 600;
  background: rgba(22,163,74,0.1);
  padding: 2px 8px;
  border-radius: 4px;
}

/* ---------- Product grid ---------- */
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

/* ---------- Live Purchase Feed (Superbuy-style) ---------- */
.live-feed-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
  overflow-x: auto;
  padding-bottom: 8px;
}
.feed-tab {
  padding: 8px 18px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  color: #8a8d94;
  background: transparent;
  border: 1px solid #2a2d33;
  cursor: pointer;
  white-space: nowrap;
  transition: all .15s;
}
.feed-tab:hover { color: #e6e7e9; border-color: #4a4d54; }
.feed-tab.active { background: #b4ff3a; color: #0c0d0f; border-color: #b4ff3a; }
.live-feed-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.live-feed-card {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #131418;
  border: 1px solid #1f2228;
  border-radius: 12px;
  padding: 14px 16px;
  transition: border-color .15s;
}
.live-feed-card:hover { border-color: #b4ff3a; }
.feed-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 13px;
  color: #fff;
  flex-shrink: 0;
}
.feed-info { flex: 1; min-width: 0; }
.feed-name { font-size: 12px; font-weight: 700; color: #e6e7e9; display: flex; align-items: center; gap: 4px; }
.feed-flag { font-size: 13px; }
.feed-item { font-size: 12px; color: #c0c2c7; margin-top: 1px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.feed-meta { display: flex; gap: 8px; margin-top: 3px; font-size: 11px; }
.feed-platform { color: #b4ff3a; }
.feed-price { color: #8a8d94; font-weight: 600; }
.feed-time { font-size: 10px; color: #6b6e76; white-space: nowrap; flex-shrink: 0; }

/* ---------- Trust bar ---------- */
.trust-bar {
  background: #131418;
  border-top: 1px solid #1f2228;
  border-bottom: 1px solid #1f2228;
  padding: 32px 0;
}
.trust-bar-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}
.trust-item { display: flex; align-items: center; justify-content: center; gap: 12px; }
.trust-item .icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(180, 255, 58, 0.1);
  color: #b4ff3a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.trust-item .label { font-size: 13px; color: #c0c2c7; text-align: left; }
.trust-item .label strong { color: #fff; display: block; font-size: 14px; }

/* ---------- Stat cards ---------- */
.stat-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.stat-card {
  background: #131418;
  border: 1px solid #1f2228;
  border-radius: 14px;
  padding: 24px 16px;
  text-align: center;
}
.stat-card .num {
  font-size: 32px;
  font-weight: 900;
  color: #b4ff3a;
  line-height: 1;
}
.stat-card .lbl { font-size: 12px; color: #8a8d94; margin-top: 8px; }

/* New stat cards with icons */
.stat-grid-new {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.stat-card-new {
  background: #131418;
  border: 1px solid #1f2228;
  border-radius: 14px;
  padding: 20px;
  display: flex;
  gap: 16px;
  align-items: center;
  transition: border-color .2s;
}
.stat-card-new:hover { border-color: #b4ff3a; }
.stat-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(180,255,58,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b4ff3a;
  flex-shrink: 0;
}
.stat-icon-wrap svg { width: 22px; height: 22px; }
.stat-content { min-width: 0; }
.stat-num {
  font-size: 24px;
  font-weight: 900;
  color: #e6e7e9;
  line-height: 1.1;
}
.stat-num span { font-size: 14px; font-weight: 600; color: #8a8d94; }
.stat-label { font-size: 13px; color: #c0c2c7; font-weight: 600; margin-top: 2px; }
.stat-sub { font-size: 11px; color: #8a8d94; margin-top: 2px; }

/* Testimonials */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.testimonial-card {
  background: #131418;
  border: 1px solid #1f2228;
  border-radius: 16px;
  padding: 24px;
  transition: border-color .2s;
}
.testimonial-card:hover { border-color: #b4ff3a; }
.testi-stars {
  display: flex;
  gap: 2px;
  margin-bottom: 14px;
}
.testi-stars svg { width: 16px; height: 16px; color: #b4ff3a; }
.testi-text {
  font-size: 14px;
  color: #c0c2c7;
  line-height: 1.6;
  margin: 0 0 18px;
}
.testi-author { display: flex; gap: 12px; align-items: center; }
.testi-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  flex-shrink: 0;
}
.testi-name { font-size: 13px; font-weight: 600; color: #e6e7e9; }
.testi-loc { font-size: 11px; color: #8a8d94; }

/* ---------- How it works steps ---------- */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.step-card {
  background: #131418;
  border: 1px solid #1f2228;
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  position: relative;
}
.step-num {
  font-family: "Courier New", monospace;
  font-size: 48px;
  font-weight: 900;
  color: #b4ff3a;
  opacity: 0.18;
  position: absolute;
  top: 8px;
  right: 16px;
}
.step-card h3 { font-size: 18px; margin: 0 0 8px; }
.step-card p { color: #8a8d94; font-size: 14px; margin: 0; }
.step-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(180, 255, 58, 0.1);
  color: #b4ff3a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

/* ---------- CTA banner ---------- */
.cta-banner {
  background: linear-gradient(135deg, #b4ff3a 0%, #9eea23 100%);
  color: #0c0d0f;
  padding: 48px 32px;
  border-radius: 20px;
  text-align: center;
  margin: 0 24px;
  max-width: 1280px;
  margin: 0 auto;
}
.cta-banner h2 { font-size: 32px; margin: 0 0 8px; font-weight: 900; }
.cta-banner p { margin: 0 0 20px; font-size: 16px; }
.cta-banner .btn-primary {
  background: #0c0d0f;
  color: #b4ff3a;
}
.cta-banner .btn-primary:hover { background: #1a1c20; }

/* ---------- Supported platforms ---------- */
.platforms-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.platform-card {
  background: #131418;
  border: 1px solid #1f2228;
  border-radius: 14px;
  padding: 24px 16px;
  text-align: center;
  transition: all .15s;
}
.platform-card:hover { border-color: #b4ff3a; transform: translateY(-2px); }
.platform-card .logo {
  font-size: 22px;
  font-weight: 800;
  color: #b4ff3a;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}
.platform-card .name { font-size: 13px; color: #c0c2c7; }

/* ---------- Fee transparency ---------- */
.fee-card {
  background: #131418;
  border: 1px solid #1f2228;
  border-radius: 16px;
  padding: 32px;
  max-width: 720px;
  margin: 0 auto;
}
.fee-row {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #1f2228;
}
.fee-row:last-child { border-bottom: 0; font-weight: 800; color: #b4ff3a; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item {
  background: #131418;
  border: 1px solid #1f2228;
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 24px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 22px; color: #b4ff3a; transition: transform .15s; }
.faq-item[open] summary::after { content: "−"; }
.faq-item p { padding: 0 24px 20px; color: #c0c2c7; font-size: 14px; margin: 0; }

/* ---------- Why trust cards ---------- */
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.trust-card {
  background: #131418;
  border: 1px solid #1f2228;
  border-radius: 16px;
  padding: 28px 22px;
  text-align: center;
}
.trust-card .icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(180, 255, 58, 0.1);
  color: #b4ff3a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.trust-card h3 { font-size: 16px; margin: 0 0 8px; }
.trust-card p { color: #8a8d94; font-size: 13px; margin: 0; }

/* ---------- Sidebar (search page) ---------- */
.search-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 32px;
  align-items: start;
}
.sidebar {
  background: #131418;
  border: 1px solid #1f2228;
  border-radius: 14px;
  padding: 22px;
  position: sticky;
  top: 90px;
}
.sidebar h3 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #8a8d94;
  margin: 0 0 14px;
}
.sidebar-block { padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #1f2228; }
.sidebar-block:last-child { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }
.filter-list { list-style: none; padding: 0; margin: 0; }
.filter-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  font-size: 14px;
  cursor: pointer;
  color: #c0c2c7;
}
.filter-list li.active { color: #b4ff3a; font-weight: 600; }
.filter-list li:hover { color: #fff; }
.filter-list input { accent-color: #b4ff3a; }
.price-input-row { display: flex; gap: 8px; }
.price-input-row input {
  width: 100%;
  padding: 8px 10px;
  background: #1a1c20;
  border: 1px solid #2a2d33;
  border-radius: 8px;
  color: #fff;
  font-size: 13px;
}
.price-input-row input:focus { outline: 2px solid #b4ff3a; outline-offset: 0; border-color: #b4ff3a; }

.search-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  gap: 16px;
  flex-wrap: wrap;
}
.search-toolbar .count { color: #8a8d94; font-size: 13px; }
.sort-select {
  padding: 8px 12px;
  background: #1a1c20;
  border: 1px solid #2a2d33;
  border-radius: 8px;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
}

/* ---------- Service guarantee strip ---------- */
.service-strip {
  background: #131418;
  border-top: 1px solid #1f2228;
  padding: 24px 0;
}
.service-strip-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.service-item { display: flex; align-items: center; gap: 14px; justify-content: center; }
.service-item .icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: rgba(180, 255, 58, 0.1);
  color: #b4ff3a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.service-item .label { font-size: 14px; }
.service-item .label strong { display: block; }
.service-item .label span { color: #8a8d94; font-size: 12px; }

/* ---------- Footer ---------- */
.site-footer {
  background: #0a0b0d;
  border-top: 1px solid #1a1c20;
  padding: 56px 0 24px;
  color: #c0c2c7;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.4fr;
  gap: 48px;
  margin-bottom: 40px;
}
.footer-grid h4 {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 18px;
}
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li { padding: 4px 0; font-size: 14px; }
.footer-grid li a:hover { color: #b4ff3a; }
.footer-grid p { font-size: 13px; color: #8a8d94; line-height: 1.6; }
.footer-contact { font-size: 13px; line-height: 1.9; }
.footer-contact a:hover { color: #b4ff3a; }
.social-icons { display: flex; gap: 10px; margin-top: 16px; }
.social-icons a {
  width: 36px; height: 36px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: #1a1c20;
  color: #c0c2c7;
  transition: all .15s;
}
.social-icons a:hover { background: #b4ff3a; color: #0c0d0f; }
.newsletter-form { display: flex; gap: 8px; }
.newsletter-form input {
  flex: 1;
  padding: 10px 14px;
  background: #131418;
  border: 1px solid #2a2d33;
  border-radius: 8px;
  color: #fff;
  font-size: 13px;
}
.newsletter-form input:focus { outline: 2px solid #b4ff3a; border-color: #b4ff3a; }
.newsletter-form button { padding: 10px 18px; }
.payment-strip {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
  border-top: 1px solid #1a1c20;
  border-bottom: 1px solid #1a1c20;
  margin: 20px 0;
}
.payment-strip span { font-size: 12px; color: #8a8d94; margin-right: 8px; }
.payment-pill {
  background: #131418;
  border: 1px solid #2a2d33;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #c0c2c7;
}

/* Trust badge bar */
.trust-badge-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 24px 0;
  border-top: 1px solid #1a1c20;
  margin-top: 20px;
}
.trust-badge-item {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 16px;
  background: #131418;
  border-radius: 12px;
  border: 1px solid #1f2228;
}
.badge-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(180,255,58,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b4ff3a;
  flex-shrink: 0;
}
.badge-icon svg { width: 20px; height: 20px; }
.badge-title { font-size: 13px; font-weight: 700; color: #e6e7e9; }
.badge-sub { font-size: 11px; color: #8a8d94; margin-top: 2px; }

/* Tracking bar */
.tracking-bar {
  padding: 24px 0;
  border-bottom: 1px solid #1a1c20;
}
.tracking-content {
  display: flex;
  align-items: center;
  gap: 24px;
  background: linear-gradient(135deg, rgba(180,255,58,0.05), rgba(180,255,58,0.02));
  border: 1px solid rgba(180,255,58,0.15);
  border-radius: 14px;
  padding: 20px 24px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tracking-form {
  display: flex;
  gap: 8px;
}
.tracking-form input {
  padding: 10px 16px;
  background: #1a1c20;
  border: 1px solid #2a2d33;
  border-radius: 8px;
  color: #e6e7e9;
  font-size: 14px;
  min-width: 220px;
}
.tracking-form input::placeholder { color: #6b6e76; }
.tracking-form .btn-primary { padding: 10px 20px; border-radius: 8px; }
.copyright-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 12px;
  color: #8a8d94;
}
.copyright-row nav { display: flex; gap: 20px; flex-wrap: wrap; }
.copyright-row nav a:hover { color: #b4ff3a; }

/* ---------- Cookie banner ---------- */
.cookie-banner {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  background: #131418;
  border: 1px solid #2a2d33;
  border-radius: 14px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 24px;
  z-index: 200;
  max-width: 720px;
  width: calc(100% - 48px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}
.cookie-banner p { margin: 0; font-size: 13px; line-height: 1.5; }
.cookie-banner a { color: #b4ff3a; text-decoration: underline; }
.cookie-actions { display: flex; gap: 8px; flex-shrink: 0; }
.cookie-banner.hidden { display: none; }

/* ---------- Back to top ---------- */
.back-to-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #b4ff3a;
  color: #0c0d0f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 90;
  opacity: 0;
  transform: translateY(20px);
  transition: all .2s;
  box-shadow: 0 8px 20px rgba(180, 255, 58, 0.3);
}
.back-to-top.visible { opacity: 1; transform: translateY(0); }
.back-to-top:hover { background: #9eea23; transform: translateY(-2px); }

/* ---------- Modal ---------- */
.modal {
  position: fixed; inset: 0;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal[hidden] { display: none; }
.modal-backdrop {
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(4px);
}
.modal-content {
  position: relative;
  background: #131418;
  border: 1px solid #2a2d33;
  border-radius: 16px;
  padding: 32px;
  max-width: 480px;
  width: 100%;
  margin: 0 24px;
}
.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  font-size: 24px;
  color: #8a8d94;
  border-radius: 8px;
}
.modal-close:hover { background: #1a1c20; color: #fff; }
.search-form { display: flex; gap: 8px; margin-top: 16px; }
.search-form input {
  flex: 1;
  padding: 12px 16px;
  background: #1a1c20;
  border: 1px solid #2a2d33;
  border-radius: 8px;
  color: #fff;
}
.search-form input:focus { outline: 2px solid #b4ff3a; border-color: #b4ff3a; }

/* ---------- Form pages (login, request, account) ---------- */
.form-card {
  background: #131418;
  border: 1px solid #1f2228;
  border-radius: 16px;
  padding: 40px;
  max-width: 480px;
  margin: 0 auto;
}
.form-card h1 { font-size: 28px; margin: 0 0 8px; }
.form-card p.subtitle { color: #8a8d94; margin: 0 0 28px; font-size: 14px; }
.field { margin-bottom: 18px; }
.field label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #c0c2c7;
}
.field input, .field textarea, .field select {
  width: 100%;
  padding: 12px 16px;
  background: #1a1c20;
  border: 1px solid #2a2d33;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
}
.field input:focus, .field textarea:focus, .field select:focus {
  outline: 2px solid #b4ff3a;
  outline-offset: 0;
  border-color: #b4ff3a;
}
.field textarea { min-height: 100px; resize: vertical; }
.form-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0;
  color: #8a8d94;
  font-size: 12px;
}
.form-divider::before, .form-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #2a2d33;
}
.auth-foot { text-align: center; margin-top: 20px; font-size: 13px; color: #8a8d94; }
.auth-foot a { color: #b4ff3a; font-weight: 600; }
.alert {
  padding: 12px 16px;
  border-radius: 10px;
  margin-bottom: 16px;
  font-size: 14px;
}
.alert-success { background: rgba(180, 255, 58, 0.1); color: #b4ff3a; border: 1px solid rgba(180, 255, 58, 0.3); }
.alert-error { background: rgba(255, 100, 100, 0.1); color: #ff7a7a; border: 1px solid rgba(255, 100, 100, 0.3); }

/* ---------- Page header (non-home) ---------- */
.page-header {
  background: #131418;
  border-bottom: 1px solid #1f2228;
  padding: 48px 0;
  text-align: center;
}
.page-header h1 { font-size: 36px; margin: 0 0 8px; }
.page-header p { color: #8a8d94; margin: 0; }
.breadcrumb {
  display: flex;
  gap: 8px;
  font-size: 13px;
  color: #8a8d94;
  margin-bottom: 16px;
  justify-content: center;
}
.breadcrumb a:hover { color: #b4ff3a; }
.breadcrumb span { color: #4a4d54; }

/* ---------- Product detail page ---------- */
.pd-layout { display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; }
.pd-gallery { background: #131418; border: 1px solid #1f2228; border-radius: 16px; padding: 20px; }
.pd-main-image {
  width: 100%;
  aspect-ratio: 1;
  background: #1a1c20 center/cover no-repeat;
  border-radius: 12px;
}
.pd-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 12px; }
.pd-thumb {
  aspect-ratio: 1;
  background: #1a1c20 center/cover no-repeat;
  border-radius: 8px;
  cursor: pointer;
  border: 2px solid transparent;
}
.pd-thumb.active { border-color: #b4ff3a; }
.pd-info h1 { font-size: 28px; margin: 0 0 12px; }
.pd-price-row { display: flex; align-items: baseline; gap: 16px; margin: 18px 0; }
.pd-price { font-size: 32px; font-weight: 900; color: #b4ff3a; }
.pd-rating { color: #c0c2c7; font-size: 14px; }
.pd-platform { color: #8a8d94; font-size: 13px; margin-bottom: 18px; }
.pd-platform span { color: #fff; }
.pd-section { padding: 20px 0; border-top: 1px solid #1f2228; margin-top: 20px; }
.pd-section h3 { font-size: 14px; text-transform: uppercase; letter-spacing: 1px; color: #8a8d94; margin: 0 0 10px; }
.pd-section p { margin: 0; color: #c0c2c7; line-height: 1.7; font-size: 14px; }
.pd-actions { display: flex; gap: 12px; margin-top: 24px; flex-wrap: wrap; }

/* ---------- Cart ---------- */
.cart-layout { display: grid; grid-template-columns: 1.4fr 1fr; gap: 32px; align-items: start; }
.cart-list { background: #131418; border: 1px solid #1f2228; border-radius: 14px; padding: 8px; }
.cart-item { display: grid; grid-template-columns: 80px 1fr auto; gap: 16px; padding: 16px; align-items: center; border-bottom: 1px solid #1f2228; }
.cart-item:last-child { border-bottom: 0; }
.cart-item .thumb { width: 80px; height: 80px; background: #1a1c20 center/cover no-repeat; border-radius: 8px; }
.cart-item .name { font-size: 14px; font-weight: 600; }
.cart-item .price { color: #b4ff3a; font-weight: 800; }
.cart-item .remove { color: #8a8d94; font-size: 13px; }
.cart-item .remove:hover { color: #ff7a7a; }
.cart-summary { background: #131418; border: 1px solid #1f2228; border-radius: 14px; padding: 24px; position: sticky; top: 90px; }
.cart-summary h3 { margin: 0 0 16px; }
.summary-row { display: flex; justify-content: space-between; padding: 8px 0; }
.summary-row.total { border-top: 1px solid #2a2d33; margin-top: 8px; padding-top: 16px; font-weight: 800; color: #b4ff3a; font-size: 18px; }
.empty-state { text-align: center; padding: 60px 20px; color: #8a8d94; }
.empty-state h2 { color: #fff; }

/* ---------- Account dashboard ---------- */
.account-layout { display: grid; grid-template-columns: 240px 1fr; gap: 32px; }
.account-sidebar { background: #131418; border: 1px solid #1f2228; border-radius: 14px; padding: 16px; position: sticky; top: 90px; }
.account-sidebar h3 { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; color: #8a8d94; margin: 8px 12px; }
.account-sidebar a { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 8px; color: #c0c2c7; font-size: 14px; }
.account-sidebar a:hover, .account-sidebar a.active { background: #1a1c20; color: #b4ff3a; }
.account-content { background: #131418; border: 1px solid #1f2228; border-radius: 14px; padding: 32px; }
.account-content h2 { margin: 0 0 8px; }
.account-content p.subtitle { color: #8a8d94; margin: 0 0 24px; }

/* ---------- Tables (orders, comparison) ---------- */
.data-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.data-table th { text-align: left; padding: 12px 16px; background: #1a1c20; color: #8a8d94; font-weight: 600; font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; }
.data-table td { padding: 14px 16px; border-bottom: 1px solid #1f2228; }
.data-table tr:last-child td { border-bottom: 0; }
.status-pill { display: inline-block; padding: 4px 10px; border-radius: 999px; font-size: 12px; font-weight: 600; }
.status-pill.success { background: rgba(180, 255, 58, 0.1); color: #b4ff3a; }
.status-pill.warn { background: rgba(255, 200, 50, 0.1); color: #ffc832; }
.status-pill.info { background: rgba(100, 180, 255, 0.1); color: #64b4ff; }

/* ---------- About page hero ---------- */
.about-hero {
  background: linear-gradient(135deg, #131418 0%, #1a1c20 100%);
  border-radius: 20px;
  padding: 60px 40px;
  text-align: center;
  margin-bottom: 48px;
}
.about-hero h1 { font-size: 42px; margin: 0 0 16px; }
.about-hero p { color: #c0c2c7; max-width: 720px; margin: 0 auto; font-size: 16px; }

/* ---------- Save Big Comparison (AgentsBen-style) ---------- */
.save-big-layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 48px;
  align-items: center;
}
.save-big-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  color: #b4ff3a;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
  background: rgba(180,255,58,0.1);
  padding: 4px 12px;
  border-radius: 6px;
}
.save-big-text h2 { font-size: 32px; margin: 0 0 16px; color: #e6e7e9; }
.save-big-text p { color: #8a8d94; font-size: 15px; margin-bottom: 20px; }
.save-big-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.save-big-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #c0c2c7;
  font-size: 14px;
}
.save-big-list li svg { color: #b4ff3a; width: 16px; height: 16px; flex-shrink: 0; }
.calc-card {
  background: #131418;
  border: 1px solid #1f2228;
  border-radius: 16px;
  padding: 24px;
}
.calc-title { font-size: 15px; font-weight: 700; color: #e6e7e9; margin-bottom: 16px; }
.calc-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 13px;
  color: #8a8d94;
}
.calc-row.divider { border-bottom: 1px dashed #2a2d33; margin-bottom: 8px; padding-bottom: 12px; }
.calc-row.total { font-size: 15px; font-weight: 700; color: #e6e7e9; padding-top: 12px; border-top: 1px solid #2a2d33; }
.calc-val { font-weight: 600; color: #c0c2c7; }
.calc-val.old { text-decoration: line-through; color: #6b6e76; }
.calc-val.highlight { color: #b4ff3a; font-size: 18px; }
.calc-saved {
  text-align: center;
  font-size: 13px;
  color: #b4ff3a;
  background: rgba(180,255,58,0.08);
  padding: 8px 12px;
  border-radius: 8px;
  margin-top: 12px;
}
.calc-saved strong { font-size: 15px; }

/* ---------- Hot IP / Trending Collections ---------- */
.ip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.ip-card {
  border-radius: 14px;
  overflow: hidden;
  background: #131418;
  border: 1px solid #1f2228;
  transition: all .2s;
  display: block;
}
.ip-card:hover {
  transform: translateY(-4px);
  border-color: #b4ff3a;
  box-shadow: 0 8px 24px rgba(0,0,0,0.4);
}
.ip-img {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ip-emoji { font-size: 48px; }
.ip-label {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0,0,0,0.5);
  backdrop-filter: blur(8px);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 10px;
}
.ip-body { padding: 16px; }
.ip-name { font-size: 14px; font-weight: 700; color: #e6e7e9; }
.ip-desc { font-size: 12px; color: #8a8d94; margin: 4px 0 8px; }
.ip-save {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  color: #b4ff3a;
  background: rgba(180,255,58,0.08);
  padding: 3px 10px;
  border-radius: 6px;
}

/* ---------- Service Highlights 3-col ---------- */
.service-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.service-card-3 {
  background: #0c0d0f;
  border: 1px solid #1f2228;
  border-radius: 16px;
  padding: 28px 24px;
  transition: border-color .2s;
}
.service-card-3:hover { border-color: #b4ff3a; }
.s3-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(180,255,58,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b4ff3a;
  margin-bottom: 16px;
}
.s3-icon svg { width: 24px; height: 24px; }
.service-card-3 h3 { font-size: 17px; font-weight: 700; margin: 0 0 10px; color: #e6e7e9; }
.service-card-3 p { font-size: 13px; color: #8a8d94; line-height: 1.6; margin: 0 0 14px; }
.s3-highlight {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #b4ff3a;
  background: rgba(180,255,58,0.08);
  padding: 4px 12px;
  border-radius: 8px;
}
.s3-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 700;
  color: #b4ff3a;
  transition: gap .15s;
}
.s3-link:hover { gap: 8px; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .search-layout, .cart-layout, .pd-layout, .account-layout { grid-template-columns: 1fr; }
  .sidebar, .account-sidebar, .cart-summary { position: static; }
  .stat-grid { grid-template-columns: repeat(3, 1fr); }
  .stat-grid-new { grid-template-columns: repeat(2, 1fr); }
  .testimonial-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid, .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .platforms-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .trust-badge-bar { grid-template-columns: repeat(2, 1fr); }
  .tracking-content { flex-direction: column; text-align: center; }
  .live-feed-grid { grid-template-columns: repeat(2, 1fr); }
  .ip-grid { grid-template-columns: repeat(2, 1fr); }
  .save-big-layout { grid-template-columns: 1fr; gap: 32px; }
  .service-grid-3 { grid-template-columns: repeat(2, 1fr); }
  .tracking-form { width: 100%; }
  .tracking-form input { flex: 1; min-width: 0; }
  .trust-bar-inner { grid-template-columns: repeat(2, 1fr); }
  .hero h1 { font-size: 42px; }
}
@media (max-width: 720px) {
  .main-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; background: #0c0d0f; border-top: 1px solid #1a1c20; padding: 16px; margin: 0; z-index: 99; }
  .main-nav.open { display: flex; }
  .main-nav a { width: 100%; }
  .mobile-toggle { display: flex; }
  .signin-link { display: none; }
  .header-inner { padding: 12px 16px; }
  .container, .header-inner { padding-left: 16px; padding-right: 16px; }
  .product-grid { grid-template-columns: 1fr; }
  .stat-grid, .steps-grid, .trust-grid, .platforms-grid, .trust-bar-inner, .service-strip-inner { grid-template-columns: 1fr; }
  .stat-grid-new { grid-template-columns: 1fr; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .hero-url-bar { flex-direction: column; border-radius: 8px; }
  .hero-url-btn { justify-content: center; border-radius: 0 0 8px 8px; }
  .hero-url-input { border-radius: 8px 8px 0 0; padding: 14px 16px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .trust-badge-bar { grid-template-columns: 1fr; }
  .section { padding: 40px 0; }
  .hero { min-height: 480px; }
  .hero h1 { font-size: 32px; }
  .section-heading h2 { font-size: 28px; }
  .cookie-banner { flex-direction: column; align-items: stretch; text-align: left; }
  .cta-banner { margin: 0 16px; padding: 32px 20px; }
  .cta-banner h2 { font-size: 24px; }
  .admin-layout { grid-template-columns: 1fr; }
  .live-feed-grid { grid-template-columns: 1fr; }
  .ip-grid { grid-template-columns: 1fr; }
  .service-grid-3 { grid-template-columns: 1fr; }
  .hero-trust-tags { justify-content: center; }
  .hero-quick-cats { justify-content: center; }
  .new-user-gift { flex-direction: column; text-align: center; }
  .gift-left { flex-direction: column; }
  .save-big-layout { gap: 24px; }
  .save-big-text h2 { font-size: 26px; }
  .admin-sidebar { position: static; margin-bottom: 20px; }
  .admin-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .admin-stats-grid { grid-template-columns: 1fr; }
}

/* ===========================================
   ADMIN PANEL STYLES
   =========================================== */

/* ============== Admin Login ============== */
.admin-login-page { min-height: 100vh; display: flex; align-items: center; justify-content: center; background: #f0f2f5; padding: 24px; }
.admin-login-card { background: #fff; border-radius: 16px; padding: 40px; max-width: 420px; width: 100%; text-align: center; box-shadow: 0 10px 40px rgba(124,77,255,0.12); }
.admin-login-card h1 { font-size: 26px; margin: 0 0 6px; color: #1a1d29; }
.admin-login-card .brand { color: #7c4dff; font-size: 14px; letter-spacing: 2px; margin-bottom: 24px; font-weight: 700; }
.admin-login-card .alert { text-align: left; }
.admin-login-card input { background: #f5f6fa; border: 1px solid #e6e8ef; color: #1a1d29; }
.admin-login-card .btn-primary { background: linear-gradient(135deg, #7c4dff 0%, #5c3aff 100%); color: #fff; border: none; }

/* ============== Admin Layout ============== */
.admin-layout { display: grid; grid-template-columns: 240px 1fr; min-height: 100vh; background: #f0f2f5; }

/* ============== Admin Sidebar ============== */
.admin-sidebar {
  background: linear-gradient(180deg, #b5a8f0 0%, #9d8ee0 100%);
  padding: 0; position: sticky; top: 0; height: 100vh; overflow-y: auto;
  box-shadow: 4px 0 20px rgba(124,77,255,0.08);
}
.admin-sidebar::-webkit-scrollbar { width: 6px; }
.admin-sidebar::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.3); border-radius: 3px; }
.admin-sidebar .brand {
  padding: 24px 24px 20px; border-bottom: 1px solid rgba(255,255,255,0.2);
  margin-bottom: 12px; display: flex; align-items: center; gap: 10px;
}
.admin-sidebar .brand a {
  font-size: 20px; font-weight: 800; color: #fff; letter-spacing: 0.5px;
  display: flex; align-items: center; gap: 8px;
}
.admin-sidebar .brand .logo-icon {
  width: 32px; height: 32px; background: rgba(255,255,255,0.25);
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
}

.admin-sidebar nav { padding: 8px 0; }
.admin-sidebar nav a {
  display: flex; align-items: center; gap: 12px; padding: 11px 24px;
  color: rgba(255,255,255,0.85); font-size: 14px; font-weight: 500;
  transition: all .15s; position: relative;
}
.admin-sidebar nav a svg { flex-shrink: 0; opacity: 0.9; }
.admin-sidebar nav a:hover { background: rgba(255,255,255,0.15); color: #fff; }
.admin-sidebar nav a.active { background: rgba(255,255,255,0.25); color: #fff; font-weight: 600; }
.admin-sidebar nav a.active::before {
  content: ''; position: absolute; left: 0; top: 8px; bottom: 8px; width: 3px;
  background: #fff; border-radius: 0 3px 3px 0;
}
.admin-sidebar .group-header {
  display: flex; align-items: center; gap: 12px; padding: 14px 24px 10px;
  color: rgba(255,255,255,0.95); font-size: 14px; font-weight: 600;
  cursor: pointer; transition: all .15s; user-select: none;
}
.admin-sidebar .group-header:hover { color: #fff; }
.admin-sidebar .group-header .arrow {
  margin-left: auto; transition: transform .2s; opacity: 0.7;
}
.admin-sidebar .group-header.open .arrow { transform: rotate(90deg); }
.admin-sidebar .group-header.standalone { padding: 11px 24px; }
.admin-sidebar .group-header.standalone .arrow { display: none; }
.admin-sidebar .submenu {
  max-height: 0; overflow: hidden; transition: max-height .25s ease;
  background: rgba(0,0,0,0.08);
}
.admin-sidebar .submenu.open { max-height: 500px; }
.admin-sidebar .submenu a {
  padding: 10px 24px 10px 50px; font-size: 13px;
  color: rgba(255,255,255,0.78); font-weight: 400;
}
.admin-sidebar .submenu a:hover { color: #fff; background: rgba(255,255,255,0.1); }
.admin-sidebar .submenu a.active { color: #fff; background: rgba(255,255,255,0.18); }
.admin-sidebar .divider { height: 1px; background: rgba(255,255,255,0.2); margin: 12px 24px; }

/* ============== Admin Header ============== */
.admin-header {
  background: #fff; padding: 16px 32px; display: flex;
  align-items: center; gap: 16px; box-shadow: 0 1px 3px rgba(0,0,0,0.04);
  position: sticky; top: 0; z-index: 50;
}
.admin-header .page-title { font-size: 20px; font-weight: 700; color: #1a1d29; margin: 0; }
.admin-header .spacer { flex: 1; }
.admin-header .user-info {
  display: flex; align-items: center; gap: 10px; padding: 6px 12px 6px 6px;
  background: #f5f6fa; border-radius: 24px; cursor: pointer; transition: all .15s;
}
.admin-header .user-info:hover { background: #edeef3; }
.admin-header .user-avatar {
  width: 32px; height: 32px; border-radius: 50%;
  background: linear-gradient(135deg, #7c4dff 0%, #5c3aff 100%);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 700; font-size: 13px;
}
.admin-header .user-name { font-size: 13px; color: #1a1d29; font-weight: 600; }
.admin-header .icon-action {
  width: 36px; height: 36px; border-radius: 8px; display: inline-flex;
  align-items: center; justify-content: center; cursor: pointer;
  color: #6b7280; transition: all .15s; position: relative;
}
.admin-header .icon-action:hover { background: #f5f6fa; color: #7c4dff; }
.admin-header .icon-action .badge-dot {
  position: absolute; top: 8px; right: 8px;
  width: 8px; height: 8px; background: #ff4757; border-radius: 50%;
  border: 2px solid #fff;
}

/* ============== Admin Main ============== */
.admin-main { padding: 24px 32px; color: #1a1d29; }
.admin-page-header { margin-bottom: 24px; }
.admin-page-header h1 { font-size: 24px; margin: 0 0 4px; color: #1a1d29; }
.admin-page-header .subtitle { color: #6b7280; margin: 0; font-size: 14px; }

/* ============== Admin Stats Cards (Light) ============== */
.admin-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 24px; }
.admin-stat-card {
  background: #fff; border: 1px solid #ebeef3; border-radius: 12px;
  padding: 20px; transition: all .2s; position: relative; overflow: hidden;
}
.admin-stat-card:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(124,77,255,0.1); border-color: rgba(124,77,255,0.2); }
.admin-stat-card .label { font-size: 13px; color: #6b7280; margin-bottom: 8px; }
.admin-stat-card .value { font-size: 28px; font-weight: 800; color: #1a1d29; line-height: 1.2; }
.admin-stat-card .value .unit { font-size: 14px; color: #6b7280; font-weight: 500; margin-left: 4px; }
.admin-stat-card .trend { font-size: 12px; margin-top: 8px; display: flex; align-items: center; gap: 4px; }
.admin-stat-card .trend.up { color: #10b981; }
.admin-stat-card .trend.down { color: #ef4444; }
.admin-stat-card .icon-bg {
  position: absolute; top: 16px; right: 16px;
  width: 40px; height: 40px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, rgba(124,77,255,0.1) 0%, rgba(92,58,255,0.1) 100%);
  color: #7c4dff;
}

/* ============== Admin Welcome ============== */
.admin-welcome {
  background: linear-gradient(135deg, #7c4dff 0%, #5c3aff 100%);
  border-radius: 16px; padding: 28px 32px; color: #fff;
  margin-bottom: 24px; display: flex; align-items: center; gap: 24px;
  position: relative; overflow: hidden;
}
.admin-welcome::before {
  content: ''; position: absolute; right: -40px; top: -40px;
  width: 200px; height: 200px; border-radius: 50%;
  background: rgba(255,255,255,0.08);
}
.admin-welcome::after {
  content: ''; position: absolute; right: 60px; bottom: -60px;
  width: 140px; height: 140px; border-radius: 50%;
  background: rgba(255,255,255,0.05);
}
.admin-welcome .avatar {
  width: 72px; height: 72px; border-radius: 50%;
  background: #ffd966; display: flex; align-items: center; justify-content: center;
  font-size: 36px; position: relative; z-index: 1; flex-shrink: 0;
}
.admin-welcome .content { position: relative; z-index: 1; flex: 1; }
.admin-welcome .greeting { font-size: 14px; opacity: 0.9; margin-bottom: 4px; }
.admin-welcome .name { font-size: 22px; font-weight: 700; margin-bottom: 4px; }
.admin-welcome .meta { font-size: 13px; opacity: 0.85; }
.admin-welcome .pending-card {
  background: rgba(255,255,255,0.15); backdrop-filter: blur(8px);
  border-radius: 12px; padding: 16px 20px; min-width: 160px;
  text-align: center; position: relative; z-index: 1;
}
.admin-welcome .pending-card .num { font-size: 32px; font-weight: 800; line-height: 1; }
.admin-welcome .pending-card .label { font-size: 12px; opacity: 0.9; margin-top: 4px; }

/* ============== Admin Table Sections ============== */
.admin-table-section {
  background: #fff; border: 1px solid #ebeef3; border-radius: 12px;
  padding: 20px; margin-bottom: 20px;
}
.admin-table-section h3 { font-size: 16px; margin: 0 0 16px; display: flex; align-items: center; justify-content: space-between; color: #1a1d29; font-weight: 700; }

/* ============== Admin Table ============== */
.admin-table { width: 100%; border-collapse: collapse; font-size: 13px; color: #1a1d29; }
.admin-table th {
  text-align: left; padding: 12px 14px; background: #f5f6fa;
  color: #6b7280; font-weight: 600; font-size: 12px;
  text-transform: uppercase; letter-spacing: 0.5px; border-bottom: 1px solid #ebeef3;
}
.admin-table td { padding: 14px; border-bottom: 1px solid #f0f2f5; vertical-align: middle; }
.admin-table tr:last-child td { border-bottom: 0; }
.admin-table tr:hover td { background: #fafbfc; }

/* ============== Admin Badges ============== */
.admin-badge {
  display: inline-block; padding: 4px 10px; border-radius: 6px;
  font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.3px;
}
.admin-badge.pending { background: #fff7e6; color: #d97706; }
.admin-badge.processing { background: #e0f2fe; color: #0284c7; }
.admin-badge.shipped { background: #f3e8ff; color: #7c3aed; }
.admin-badge.completed { background: #d1fae5; color: #059669; }
.admin-badge.cancelled { background: #fee2e2; color: #dc2626; }
.admin-badge.active { background: #d1fae5; color: #059669; }
.admin-badge.inactive { background: #f3f4f6; color: #6b7280; }

/* ============== Admin Buttons ============== */
.admin-btn {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 16px; border-radius: 8px; font-size: 13px; font-weight: 600;
  cursor: pointer; border: 1px solid #e6e8ef; transition: all .15s; background: #fff;
  color: #1a1d29;
}
.admin-btn.sm { padding: 5px 12px; font-size: 12px; }
.admin-btn.primary { background: linear-gradient(135deg, #7c4dff 0%, #5c3aff 100%); color: #fff; border-color: transparent; }
.admin-btn.primary:hover { box-shadow: 0 4px 12px rgba(124,77,255,0.3); }
.admin-btn.danger { background: #fff; color: #dc2626; border-color: #fecaca; }
.admin-btn.danger:hover { background: #fef2f2; }
.admin-btn.outline { background: #fff; color: #6b7280; }
.admin-btn.outline:hover { border-color: #7c4dff; color: #7c4dff; }
.admin-btn.ghost { background: transparent; border-color: transparent; color: #6b7280; }
.admin-btn.ghost:hover { background: #f5f6fa; color: #1a1d29; }

/* ============== Admin Modal ============== */
.admin-modal-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,0.5);
  z-index: 1000; display: flex; align-items: center; justify-content: center;
  backdrop-filter: blur(2px);
}
.admin-modal {
  background: #fff; border-radius: 16px;
  padding: 28px; max-width: 560px; width: 90%; max-height: 85vh; overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}
.admin-modal h3 { margin: 0 0 16px; font-size: 18px; color: #1a1d29; }
.admin-modal .close { float: right; color: #9ca3af; cursor: pointer; font-size: 22px; line-height: 1; }
.admin-modal .close:hover { color: #1a1d29; }
.admin-modal .info-row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #f0f2f5; font-size: 13px; }
.admin-modal .info-row:last-child { border-bottom: 0; }
.admin-modal .info-row span:first-child { color: #6b7280; }
.admin-modal .info-row span:last-child { color: #1a1d29; font-weight: 500; }

/* ============== Admin Form ============== */
.admin-form { display: grid; gap: 16px; }
.admin-form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.admin-form .field { margin-bottom: 0; }
.admin-form label { display: block; font-size: 13px; color: #1a1d29; margin-bottom: 6px; font-weight: 500; }
.admin-form input, .admin-form select, .admin-form textarea {
  width: 100%; padding: 10px 12px; background: #fff; border: 1px solid #e6e8ef;
  border-radius: 8px; color: #1a1d29; font-size: 13px;
  transition: all .15s;
}
.admin-form input:focus, .admin-form select:focus, .admin-form textarea:focus {
  outline: none; border-color: #7c4dff; box-shadow: 0 0 0 3px rgba(124,77,255,0.1);
}
.admin-form .actions { display: flex; gap: 10px; justify-content: flex-end; margin-top: 8px; }

/* ============== Admin Toolbar ============== */
.admin-toolbar { display: flex; gap: 12px; align-items: center; margin-bottom: 20px; flex-wrap: wrap; }
.admin-toolbar input, .admin-toolbar select {
  padding: 9px 14px; background: #fff; border: 1px solid #e6e8ef;
  border-radius: 8px; color: #1a1d29; font-size: 13px;
}
.admin-toolbar input:focus, .admin-toolbar select:focus {
  outline: none; border-color: #7c4dff; box-shadow: 0 0 0 3px rgba(124,77,255,0.1);
}
.admin-toolbar input { min-width: 220px; }
.admin-toolbar .spacer { flex: 1; }
.admin-empty { text-align: center; padding: 40px; color: #9ca3af; }

/* ============== Admin Placeholder ============== */
.admin-placeholder {
  background: #fff; border-radius: 12px; padding: 60px 32px;
  text-align: center; border: 1px solid #ebeef3;
}
.admin-placeholder .icon-wrap {
  width: 72px; height: 72px; border-radius: 18px; margin: 0 auto 20px;
  background: linear-gradient(135deg, rgba(124,77,255,0.1) 0%, rgba(92,58,255,0.1) 100%);
  display: flex; align-items: center; justify-content: center; color: #7c4dff;
}
.admin-placeholder h3 { margin: 0 0 8px; font-size: 18px; color: #1a1d29; }
.admin-placeholder p { margin: 0 auto 24px; color: #6b7280; font-size: 14px; max-width: 480px; }
.admin-placeholder .meta { display: flex; gap: 24px; justify-content: center; margin-top: 24px; padding-top: 24px; border-top: 1px solid #f0f2f5; }
.admin-placeholder .meta-item { text-align: center; }
.admin-placeholder .meta-item .num { font-size: 20px; font-weight: 700; color: #1a1d29; }
.admin-placeholder .meta-item .label { font-size: 12px; color: #6b7280; margin-top: 4px; }

/* ============== Admin Quick Actions ============== */
.admin-quick-actions {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 24px;
}
.admin-quick-action {
  background: #fff; border: 1px solid #ebeef3; border-radius: 10px;
  padding: 16px; display: flex; align-items: center; gap: 12px;
  cursor: pointer; transition: all .15s; text-align: left; color: #1a1d29;
}
.admin-quick-action:hover { border-color: #7c4dff; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(124,77,255,0.1); }
.admin-quick-action .icon {
  width: 40px; height: 40px; border-radius: 10px; flex-shrink: 0;
  background: linear-gradient(135deg, rgba(124,77,255,0.1) 0%, rgba(92,58,255,0.1) 100%);
  display: flex; align-items: center; justify-content: center; color: #7c4dff;
}
.admin-quick-action .text .title { font-size: 14px; font-weight: 600; }
.admin-quick-action .text .desc { font-size: 12px; color: #6b7280; margin-top: 2px; }

/* ============== Admin Mobile ============== */
.admin-mobile-toggle {
  display: none; position: fixed; top: 16px; left: 16px; z-index: 200;
  width: 40px; height: 40px; border-radius: 8px;
  background: #7c4dff; color: #fff; align-items: center; justify-content: center;
  box-shadow: 0 4px 12px rgba(124,77,255,0.3);
}
@media (max-width: 900px) {
  .admin-layout { grid-template-columns: 1fr; }
  .admin-sidebar { position: fixed; left: 0; top: 0; width: 240px; z-index: 150; transform: translateX(-100%); transition: transform .2s; }
  .admin-sidebar.open { transform: translateX(0); }
  .admin-mobile-toggle { display: flex; }
  .admin-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .admin-quick-actions { grid-template-columns: repeat(2, 1fr); }
}
