@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css');

/* ============================================
   Kev11 Premium â€” Glitch-Exact + McD Official (#DA291C #FFC72C #27251F)
   Extracted from kbcheats.com computed styles
   ============================================ */

/* --- Base (matches Glitch body) --- */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto', -apple-system, sans-serif;
}
html { scroll-behavior: smooth; }
::selection { background: rgba(218,41,28,0.35); color: #fff; }

/* Scrollbar */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: rgba(218,41,28,0.3); border-radius: 99px; }

/* ========== HERO BANNER (Glitch-exact sizing) ========== */
.kev-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-bottom: 2rem;
  border-radius: 0;
  margin-top: 0;
}

.kev-hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #1a0a0a 0%, #2a0808 30%, #121419 60%, #1a1005 100%);
}

.kev-hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 75% 50%, rgba(218,41,28,0.18) 0%, transparent 55%),
    radial-gradient(ellipse at 25% 75%, rgba(255,199,44,0.1) 0%, transparent 45%),
    radial-gradient(ellipse at 50% 20%, rgba(255,199,44,0.06) 0%, transparent 40%);
}

.kev-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(18,20,25,0.9) 0%, rgba(18,20,25,0.5) 50%, rgba(18,20,25,0.2) 100%);
  z-index: 1;
}

.kev-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 80px 0 48px;
}

.kev-hero-content .container {
  max-width: 1520px;
  padding: 0 32px;
  display: flex;
  gap: 24px;
}

.kev-hero-text {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

/* Badge â€” Glitch: 12px, 600wt, pill with bubble bg */
.kev-hero-badge {
  display: flex;
  align-items: center;
  padding: 6px 18px 6px 0;
  background: rgba(218,41,28,0.08);
  border: 1px solid rgba(218,41,28,0.2);
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.576px;
  color: #fff;
}

.kev-hero-badge-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 9999px;
  background: rgba(218,41,28,0.15);
  box-shadow: 0 0 0 5px rgba(218,41,28,0.15);
  margin-right: 12px;
  flex-shrink: 0;
}

.kev-hero-badge-icon i {
  font-size: 14px;
  color: #FFC72C;
}

/* Title â€” Glitch: 52px, 700wt */
.kev-hero-title {
  font-size: clamp(28px, 5vw, 52px);
  font-weight: 700;
  line-height: 1.125;
  color: #fff;
  margin: 0 0 8px;
}

.kev-hero-accent {
  background: linear-gradient(to right top, #DA291C 50%, #FFC72C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Description â€” Glitch: 18px, 0.5 opacity */
.kev-hero-desc {
  font-size: 18px;
  color: rgba(255,255,255,0.5);
  line-height: 1.5;
  margin: 0 0 8px;
  max-width: 520px;
}

/* CTA Button â€” Glitch: 16px 24px pad, 6px radius, gradient bg */
.kev-hero-cta {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
  margin: 4px 0;
  background: linear-gradient(to right top, #DA291C, #b8201a);
  background-size: 150%;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.kev-hero-cta i {
  font-size: 16px;
  line-height: 16px;
}

.kev-hero-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(218,41,28,0.35);
  filter: brightness(1.1);
}

/* Stats â€” Glitch: 32px num, gradient text */
.kev-hero-stats {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.kev-hero-stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.kev-hero-stat-num {
  font-size: 32px;
  font-weight: 700;
  background: linear-gradient(to right top, #DA291C 50%, #FFC72C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.kev-hero-stat-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.4);
}

.kev-hero-stars {
  font-size: 18px;
  color: #FFC72C;
  letter-spacing: 3px;
}

.kev-hero-stat-divider {
  width: 1px;
  height: 44px;
  background: rgba(255,255,255,0.1);
}

/* ========== DISCORD CTA BANNER (Glitch-exact) ========== */
.kev-cta-banner {
  margin-bottom: 2rem;
}

.kev-cta-banner .container {
  max-width: 1520px;
  padding: 0 32px;
}

.kev-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  background: rgb(24, 27, 34);
  border: 2px solid rgba(255,255,255,0.05);
  border-radius: 8px;
  box-shadow: rgba(255, 255, 255, 0.03) 0px 1px 0px 0px;
  gap: 1rem;
}

.kev-cta-img {
  width: 48px;
  height: 48px;
  object-fit: scale-down;
  flex-shrink: 0;
  border-radius: 6px;
}

.kev-cta-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.kev-cta-icon {
  color: #DA291C;
  flex-shrink: 0;
  opacity: 0.8;
}

.kev-cta-title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}

.kev-cta-desc {
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  margin: 4px 0 0;
}

/* Discord button â€” McD red palette */
.kev-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: linear-gradient(to right top, #DA291C, #b8201a);
  background-size: 150%;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.kev-cta-btn i {
  font-size: 16px;
  line-height: 16px;
}

.kev-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(218,41,28,0.3);
  filter: brightness(1.1);
}

/* ========== WHY KEV11 SECTION (3-column cards, KB-exact) ========== */
.kev-why {
  margin-bottom: 2rem;
}

.kev-why .container {
  max-width: 1520px;
  padding: 0 32px;
  margin-bottom: 48px;
}

.kev-why-header {
  padding: 24px;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 24px;
}

.kev-why-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 54px;
  color: #fff;
  margin: 0 0 8px;
}

.kev-why-subtitle {
  font-size: 16px;
  line-height: 24px;
  color: rgba(255,255,255,0.5);
  margin: 0;
}

.kev-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.kev-why-card {
  background: rgb(24, 27, 34);
  border: 2px solid rgba(255,255,255,0.05);
  border-radius: 8px;
  padding: 24px;
  box-shadow: rgba(255, 255, 255, 0.03) 0px 1px 0px 0px;
  transition: all 0.3s ease;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.kev-why-card:hover {
  border-color: rgba(218,41,28,0.15);
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.2), 0 0 15px rgba(218,41,28,0.05);
}

.kev-why-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 16px;
  border-radius: 6px;
  background: rgba(218,41,28,0.1);
  margin-bottom: 8px;
  position: relative;
}

.kev-why-icon i {
  font-size: 24px;
  line-height: 24px;
  color: #FFC72C;
}

.kev-why-card-title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin: 12px 0 8px;
}

.kev-why-card-desc {
  font-size: 14px;
  line-height: 22px;
  color: rgba(255,255,255,0.5);
  margin: 0;
}

@media (max-width: 768px) {
  .kev-why-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .kev-why-title {
    font-size: 28px;
    line-height: 32px;
  }
}

/* ========== BRAND LOGO STRIP ========== */
.kev-brands {
  margin-bottom: 2rem;
}

.kev-brands .container {
  max-width: 1520px;
  padding: 0 32px;
}

.kev-brands-label {
  text-align: center;
  font-size: 14px;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 24px;
  display: block;
}

.kev-brands-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.kev-brand-item {
  display: flex;
  align-items: center;
  gap: 8px;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.kev-brand-item:hover {
  opacity: 1;
}

.kev-brand-logo {
  height: 32px;
  width: auto;
  object-fit: contain;
  border-radius: 4px;
}

.kev-brand-text {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}

/* ========== HOW IT WORKS ========== */
.kev-how {
  margin-bottom: 2rem;
}

.kev-how .container {
  max-width: 1520px;
  padding: 0 32px;
}

.kev-how-header {
  text-align: center;
  margin-bottom: 40px;
}

.kev-how-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 54px;
  color: #fff;
  margin: 0 0 8px;
}

.kev-how-subtitle {
  font-size: 16px;
  color: rgba(255,255,255,0.5);
  margin: 0;
}

.kev-how-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.kev-how-step {
  background: rgb(24, 27, 34);
  border: 2px solid rgba(255,255,255,0.05);
  border-radius: 8px;
  padding: 32px 24px;
  box-shadow: rgba(255, 255, 255, 0.03) 0px 1px 0px 0px;
  text-align: center;
  flex: 1;
  transition: all 0.3s ease;
}

.kev-how-step:hover {
  border-color: rgba(218,41,28,0.15);
  transform: translateY(-4px);
}

.kev-how-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 9999px;
  background: linear-gradient(to right top, #DA291C, #b8201a);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}

.kev-how-step-title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 8px;
}

.kev-how-step-desc {
  font-size: 14px;
  line-height: 22px;
  color: rgba(255,255,255,0.5);
  margin: 0;
}

.kev-how-arrow {
  color: rgba(255,255,255,0.2);
  font-size: 24px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .kev-how-grid {
    flex-direction: column;
  }
  .kev-how-arrow {
    transform: rotate(90deg);
  }
  .kev-how-title {
    font-size: 28px;
    line-height: 32px;
  }
}

/* ========== PAYMENT METHODS STRIP ========== */
.kev-payments {
  margin-bottom: 2rem;
}

.kev-payments .container {
  max-width: 1520px;
  padding: 0 32px;
}

.kev-payments-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  height: 80px;
  padding: 8px 0;
  background: rgb(42, 46, 56);
  border-radius: 6px;
  box-shadow: rgba(255, 255, 255, 0.05) 0px 1px 0px 0px;
  flex-wrap: wrap;
}

.kev-payments-label {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
}

.kev-payments-icons {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.kev-pay-icon {
  font-size: 28px;
  color: rgba(255,255,255,0.5);
  transition: color 0.3s ease;
}

.kev-pay-icon:hover {
  color: #FFC72C;
}

.kev-pay-text {
  font-size: 13px;
  font-weight: 600;
  padding: 4px 10px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 4px;
}

.kev-pay-logo {
  height: 20px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(0.7);
  transition: filter 0.3s ease;
}

.kev-pay-icon:hover .kev-pay-logo {
  filter: brightness(0) invert(1);
}

@media (max-width: 768px) {
  .kev-payments-inner {
    flex-direction: column;
    gap: 16px;
  }
}

/* ========== COMMUNITY VOUCHES SECTION ========== */
.kev-vouches {
  margin-bottom: 2rem;
}

.kev-vouches .container {
  max-width: 1520px;
  padding: 0 32px;
}

.kev-vouches-header {
  text-align: center;
  margin-bottom: 32px;
}

.kev-vouches-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 54px;
  color: #fff;
  margin: 0 0 8px;
}

.kev-vouches-subtitle {
  font-size: 16px;
  color: rgba(255,255,255,0.5);
  margin: 0;
}

/* Text vouch cards grid */
.kev-vouches-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}

.kev-vouch-card {
  background: rgb(24, 27, 34);
  border: 2px solid rgba(255,255,255,0.05);
  border-radius: 8px;
  padding: 24px;
  box-shadow: rgba(255, 255, 255, 0.03) 0px 1px 0px 0px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.kev-vouch-card:hover {
  border-color: rgba(218,41,28,0.15);
  transform: translateY(-2px);
}

.kev-vouch-top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.kev-vouch-avatar {
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  background: rgba(88,101,242,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.kev-vouch-avatar i {
  font-size: 18px;
  color: #5865F2;
}

.kev-vouch-name {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  display: block;
}

.kev-vouch-stars {
  font-size: 12px;
  color: #FFC72C;
  letter-spacing: 2px;
}

.kev-vouch-text {
  font-size: 14px;
  line-height: 22px;
  color: rgba(255,255,255,0.7);
  margin: 0;
  font-style: italic;
}

.kev-vouch-source {
  font-size: 12px;
  color: rgba(255,255,255,0.3);
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
}

.kev-vouch-source i {
  font-size: 14px;
  color: #5865F2;
}

/* Image vouch cards */
.kev-vouches-images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.kev-vouch-img-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid rgba(255,255,255,0.05);
  transition: all 0.3s ease;
  display: block;
  aspect-ratio: 1;
}

.kev-vouch-img-card:hover {
  border-color: rgba(218,41,28,0.2);
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.3);
}

.kev-vouch-img-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kev-vouch-img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 16px;
  background: linear-gradient(transparent, rgba(0,0,0,0.8));
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.kev-vouch-img-name {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.kev-vouch-img-stars {
  font-size: 12px;
  color: #FFC72C;
  letter-spacing: 2px;
}

@media (max-width: 768px) {
  .kev-vouches-grid {
    grid-template-columns: 1fr;
  }
  .kev-vouches-images {
    grid-template-columns: repeat(2, 1fr);
  }
  .kev-vouches-title {
    font-size: 28px;
    line-height: 32px;
  }
}

/* ========== HEADER BAR (Glitch-exact) ========== */
.kev-header-bar {
  background: #27251F;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  position: relative;
  overflow: hidden;
}

.kev-header-bar::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #DA291C, #FFC72C, #DA291C, transparent);
  background-size: 200% 100%;
  animation: shimmerBorder 4s linear infinite;
}

@keyframes shimmerBorder {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

/* Header container: 1520px max, 88px h, border-box */
.kev-header-bar .container {
  max-width: 1520px;
  height: 88px;
  padding: 24px 32px;
  box-sizing: border-box;
}

/* Shop Name â€” Gold gradient, 20px to match Glitch */
header h1 {
  background: linear-gradient(135deg, #fff 0%, #FFC72C 50%, #FFC72C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 28px !important;
}

/* Logo: 48px max, glow */
header .max-h-12 {
  max-height: 48px !important;
  width: auto;
  box-shadow: 0 0 12px rgba(218,41,28,0.2);
  transition: box-shadow 0.3s ease;
}
header .max-h-12:hover {
  box-shadow: 0 0 20px rgba(218,41,28,0.4);
}

/* Tailwind fallbacks â€” classes not in purged build */
.kev-btn-cart .hidden,
.kev-btn-login .hidden {
  display: none;
}
@media (min-width: 640px) {
  .kev-btn-cart .sm\:inline,
  .kev-btn-login .sm\:inline,
  .kev-btn-cart .hidden.sm\:inline,
  .kev-btn-login .hidden.sm\:inline {
    display: inline !important;
  }
}

/* Stats â€” Gold gradient numbers */
header .grid-cols-3 {
  border-color: rgba(255,255,255,0.05) !important;
}
header .grid-cols-3 > div > p:first-child {
  background: linear-gradient(to right top, #DA291C 50%, #FFC72C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
header .grid-cols-3 > div > p:last-child {
  color: rgba(255,199,44,0.5) !important;
}

/* Nav Links â€” Glitch: 14px, 500wt */
header nav a[href] {
  transition: all 0.3s ease-in-out !important;
  font-size: 14px !important;
}
header nav a[href]:hover {
  background: rgba(218,41,28,0.08) !important;
  border-color: rgba(218,41,28,0.15) !important;
  color: #FFC72C !important;
  transform: translateY(-1px);
}

header nav a.bg-accent-500\/10 {
  border-color: rgba(218,41,28,0.25) !important;
  box-shadow: 0 0 10px rgba(218,41,28,0.08);
}

header nav button:hover {
  background: rgba(218,41,28,0.08) !important;
  transform: translateY(-1px);
}

/* ========== PRODUCT CARDS (Glitch: 6px radius, rgb(42,46,56) bg) ========== */
a[href*="/product/"] {
  border: 1px solid rgba(255,255,255,0.05) !important;
  border-radius: 6px !important;
  overflow: hidden;
  transition: all 0.3s ease-in-out !important;
  position: relative;
}

a[href*="/product/"]::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 6px;
  padding: 1px;
  background: linear-gradient(135deg, transparent, rgba(218,41,28,0.25), rgba(255,199,44,0.15), transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 1;
}

a[href*="/product/"]:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(218,41,28,0.2) !important;
  box-shadow: 0 8px 30px rgba(0,0,0,0.3), 0 0 20px rgba(218,41,28,0.06) !important;
}

a[href*="/product/"]:hover::before { opacity: 1; }
a[href*="/product/"]:hover h3 { color: #FFC72C !important; }

.aspect-product-card-image {
  transition: transform 0.4s ease !important;
}
a[href*="/product/"]:hover .aspect-product-card-image {
  transform: scale(1.04);
}

a[href*="/product/"] .border-b {
  border-color: rgba(255,255,255,0.05) !important;
}

/* Prices */
.text-accent-500 { font-weight: 700 !important; }
.line-through { color: rgba(255,255,255,0.25) !important; font-size: 0.85em; }

/* Card Stagger */
@keyframes cardFadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}
a[href*="/product/"] { animation: cardFadeUp 0.4s ease forwards; }
a[href*="/product/"]:nth-child(1) { animation-delay: 0s; }
a[href*="/product/"]:nth-child(2) { animation-delay: 0.05s; }
a[href*="/product/"]:nth-child(3) { animation-delay: 0.1s; }
a[href*="/product/"]:nth-child(4) { animation-delay: 0.15s; }
a[href*="/product/"]:nth-child(5) { animation-delay: 0.2s; }
a[href*="/product/"]:nth-child(6) { animation-delay: 0.25s; }

/* ========== FAQ (Glitch card style) ========== */
main .bg-card.border:not(header .bg-card) {
  border-color: rgba(255,255,255,0.05) !important;
  border-radius: 6px !important;
  transition: all 0.3s ease;
}
main .bg-card.border:not(header .bg-card):hover {
  border-color: rgba(218,41,28,0.1) !important;
}

/* ========== BUTTONS (Glitch: gradient, 6px radius) ========== */
.bg-accent-500 {
  background: linear-gradient(to right top, #DA291C, #b8201a) !important;
  background-size: 150% !important;
  border: none !important;
  border-radius: 6px !important;
  font-weight: 600 !important;
  transition: all 0.3s ease !important;
}
.bg-accent-500:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(218,41,28,0.3) !important;
  filter: brightness(1.1);
}

/* ========== FOOTER (Glitch card) ========== */
footer {
  border: none !important;
  border-radius: 6px !important;
  position: relative;
  overflow: hidden;
}
footer::before {
  content: '';
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(218,41,28,0.3), rgba(255,199,44,0.2), transparent);
}
footer a[href*="discord"],
footer a[href*="t.me"],
footer a[href*="instagram"] {
  transition: all 0.25s ease !important;
  opacity: 0.6;
}
footer a[href*="discord"]:hover,
footer a[href*="t.me"]:hover,
footer a[href*="instagram"]:hover {
  opacity: 1;
  transform: translateY(-2px);
  filter: drop-shadow(0 0 6px rgba(218,41,28,0.25));
}

/* ========== SEARCH BAR (Glitch: 48px, rgb(42,46,56), 6px) ========== */
.border.rounded-lg:has(input[placeholder*="Search"]):focus-within {
  border-color: rgba(218,41,28,0.35) !important;
  box-shadow: 0 0 0 2px rgba(218,41,28,0.08);
}

/* ========== MODAL ========== */
dialog, [role="dialog"] {
  border-radius: 8px !important;
  border: 2px solid rgba(255,255,255,0.05) !important;
}

/* ========== PAGE ENTRANCE ========== */
header.component { animation: cardFadeUp 0.35s ease; }

/* ========== MOBILE ========== */
@media (max-width: 768px) {
  .kev-hero { min-height: 400px; }
  .kev-hero-content { padding: 60px 16px; }
  .kev-hero-title { font-size: 28px; }
  .kev-hero-desc { font-size: 15px; }
  .kev-hero-cta { padding: 12px 20px; font-size: 14px; }
  .kev-hero-stat-num { font-size: 24px; }
  .kev-hero-stats {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .kev-hero-stat-divider { display: none; }
  .kev-cta-inner {
    flex-direction: column;
    text-align: center;
    padding: 16px;
  }
  .kev-cta-left {
    flex-direction: column;
    align-items: center;
  }
  .kev-cta-left div { text-align: center; }
  .kev-cta-title { font-size: 16px; }
  .kev-cta-desc { font-size: 13px; }
  .kev-cta-btn { padding: 10px 20px; font-size: 14px; }
  header h1 { font-size: 1.4rem !important; }
  .kev-header-bar .container {
    padding: 16px;
  }
  .kev-btn-cart,
  .kev-btn-login {
    height: 34px;
    padding: 0 10px;
    font-size: 13px;
    gap: 5px;
  }
  .kev-btn-cart .hidden,
  .kev-btn-login .hidden {
    display: none;
  }
  .kev-btn-cart i,
  .kev-btn-login i {
    font-size: 16px;
  }
  .kev-header-divider {
    height: 20px;
  }
}

/* ========== HEADER CART + LOGIN BUTTONS ========== */

/* Cart Button: 40px h, rgb(42,46,56) bg, 6px radius, 600wt, 16px font */
.kev-btn-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 40px;
  padding: 0 16px;
  background-color: rgb(42, 46, 56);
  color: rgb(255, 255, 255);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
}

.kev-btn-cart:hover {
  background-color: rgb(52, 56, 68);
  transform: translateY(-1px);
}

.kev-btn-cart i {
  font-size: 18px;
  line-height: 18px;
}

/* Cart count badge */
.kev-cart-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background: #DA291C;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  border-radius: 9999px;
}

/* Login Button: 40px h, red gradient bg, 6px radius, 600wt, 16px font */
.kev-btn-login {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 40px;
  padding: 0 16px;
  background: linear-gradient(to right top, #DA291C, #b8201a);
  color: rgb(255, 255, 255);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
}

.kev-btn-login:hover {
  filter: brightness(1.15);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(217, 0, 7, 0.3);
}

.kev-btn-login i {
  font-size: 18px;
  line-height: 18px;
}

/* Divider: 1px wide, 24px tall */
.kev-header-divider {
  width: 1px;
  height: 24px;
  background-color: rgba(255, 255, 255, 0.15);
  flex-shrink: 0;
}


/* ========== NAV BAR â€” Glitch-Exact (80px, FA icons) ========== */
header nav {
  background: rgb(24, 27, 34) !important;
  border-top: none !important;
  box-shadow: rgba(255, 255, 255, 0.03) 0px 1px 0px 0px;
}

/* Nav links: Glitch-exact block 80px h, centered icon+text */
header nav a[href] {
  height: 80px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 0 20px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  font-family: Roboto, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  color: rgb(255,255,255) !important;
  position: relative;
  transition: all 0.25s ease !important;
  white-space: nowrap;
  box-sizing: border-box;
}

header nav a[href]:hover {
  color: #FFC72C !important;
  background: rgba(255,199,44,0.05) !important;
  transform: none !important;
}

/* Active link â€” red underline */
header nav a.bg-accent-500\/10 {
  color: #FFC72C !important;
  background: transparent !important;
  box-shadow: none !important;
}

header nav a.bg-accent-500\/10::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 2px;
  background: #DA291C;
  border-radius: 1px;
}

/* Font Awesome icons: 23x18 block, 18px, 900wt */
header nav a[href]::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
  line-height: 18px;
  display: block;
  width: 23px;
  height: 18px;
  text-align: center;
  flex-shrink: 0;
}

/* Icon per link */
header nav a[href="/"]::before,
header nav a[href$="mysellauth.com/"]::before { content: "\f54f"; }
header nav a[href*="/products"]::before { content: "\f07a"; }
header nav a[href*="/feedback"]::before { content: "\f118"; font-weight: 400; }
header nav a[href*="/faq"]::before { content: "\f059"; }
header nav a[href*="/status"]::before { content: "\f0ae"; }
header nav a[href*="/blog"]::before { content: "\f815"; }

/* Login button in nav: same block style */
header nav button {
  height: 80px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 0 20px !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  font-family: Roboto, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: rgb(255,255,255) !important;
  transition: all 0.25s ease !important;
  box-sizing: border-box;
}

header nav button::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
  content: "\f2f6";
  display: block;
  width: 20px;
  text-align: center;
}

header nav button:hover {
  color: #FFC72C !important;
  background: rgba(255,199,44,0.05) !important;
  transform: none !important;
}

/* Hide duplicate cart icon in nav */
header nav a[href*="/cart"] {
  display: none !important;
}

/* Currency selector */
header nav .currency-selector {
  height: 80px;
  display: flex;
  align-items: center;
}

/* Mobile nav: shorter */

/* Nav: KB-exact structure */
header nav {
  padding: 0 !important;
  height: 80px !important;
  overflow: hidden;
}

header nav > div {
  padding: 0 !important;
  height: 80px !important;
}

header nav > div {
  max-width: 1520px;
  margin: 0 auto;
}

header nav div[class*="hide-scrollbar"] {
  gap: 0 !important;
  padding: 0 32px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 80px !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  overflow: visible !important;
  width: 100% !important;
  box-sizing: border-box;
}



/* ========== NAV SEARCH BAR (Glitch-exact: 420x48, rgb(42,46,56), 6px) ========== */
/* Search parent container fix â€” align right edge with header buttons */
header nav .hidden.md\:flex {
  padding: 0 !important;
  height: 80px !important;
  align-items: center !important;
}

.kev-nav-search {
  margin-left: auto;
  margin-right: 32px;
  flex-shrink: 0;
  height: 80px;
  display: inline-flex;
  align-items: center;
  padding-right: 0;
}

.kev-nav-search-form {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: 420px;
  height: 48px;
  background-color: rgb(42, 46, 56) !important;
  border-radius: 6px !important;
  padding: 0 16px !important;
  margin: 0;
  border: none !important;
  box-sizing: border-box;
  color: rgb(255,255,255);
  box-shadow: rgba(255, 255, 255, 0.05) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.1) 0px -1px 0px 0px inset;
}

.kev-nav-search-icon {
  color: rgba(255,255,255,0.7);
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  font-size: 16px;
}

.kev-nav-search-input {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  outline: none;
  color: rgb(255,255,255);
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.kev-nav-search-input::placeholder {
  color: rgba(255,255,255,0.35);
}

.kev-nav-search-form:focus-within {
  box-shadow: 0 0 0 2px rgba(218,41,28,0.3);
}

/* Hide currency selector on desktop (search replaces it) */
@media (min-width: 769px) {
  header nav .currency-selector {
    display: none !important;
  }
}

@media (max-width: 768px) {
  header nav a[href],
  header nav button {
    height: 48px !important;
    padding: 0 14px !important;
    font-size: 13px !important;
  }
  header nav a[href]::before,
  header nav button::before {
    font-size: 15px;
    width: 16px;
  }
}

/* ========== UNIVERSAL PAGE ALIGNMENT ========== */
/* All containers use 1520px max-width with 32px padding for consistent edges */
.kev-header-bar .container,
.kev-footer .mx-auto.container {
  max-width: 1520px !important;
  padding-left: 32px !important;
  padding-right: 32px !important;
}

/* ========== PAGE CONTENT ALIGNMENT (Desktop only) ========== */
@media (min-width: 769px) {
  .component:not(header) {
    max-width: 1520px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}

/* ========== MOBILE FIXES ========== */
@media (max-width: 768px) {
  /* HIDE top nav bar on mobile */
  header.component > nav {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
  }

  /* Center hero content */
  section.kev-hero .kev-hero-text {
    text-align: center !important;
    align-items: center !important;
    display: flex !important;
    flex-direction: column !important;
  }
  section.kev-hero .kev-hero-title,
  section.kev-hero .kev-hero-desc {
    text-align: center !important;
  }
  section.kev-hero .kev-hero-cta {
    width: 100% !important;
    max-width: 400px !important;
    justify-content: center !important;
    display: flex !important;
  }
  section.kev-hero .kev-hero-stats {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 12px !important;
  }

  /* Hide currency selector */
  header .choices {
    display: none !important;
  }

  /* Footer grid */
  .kev-footer div[style*="grid-template-columns"] {
    grid-template-columns: 1fr 1fr !important;
    gap: 24px !important;
  }

  /* Header padding */
  .kev-header-bar .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

@media (max-width: 480px) {
  .kev-footer div[style*="grid-template-columns"] {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
}