/*
 * hooked.wtf-inspired clean dark theme
 * This file will not be overwritten by theme updates.
*/

/* ===========================================================
   MISSING TAILWIND UTILITIES
   SellAuth pre-builds Tailwind CSS. Any utility not in the
   original theme must be defined here.
   =========================================================== */

/* Border Radius */
.rounded      { border-radius: 0.25rem !important; }
.rounded-md   { border-radius: 0.375rem !important; }
.rounded-lg   { border-radius: 0.5rem !important; }
.rounded-xl   { border-radius: 0.75rem !important; }
.rounded-2xl  { border-radius: 1rem !important; }

@media (min-width: 640px) {
  .sm\:rounded-lg  { border-radius: 0.5rem !important; }
  .sm\:rounded-xl  { border-radius: 0.75rem !important; }
  .sm\:rounded-2xl { border-radius: 1rem !important; }
}
@media (min-width: 768px) {
  .md\:rounded-lg  { border-radius: 0.5rem !important; }
  .md\:rounded-xl  { border-radius: 0.75rem !important; }
  .md\:rounded-2xl { border-radius: 1rem !important; }
}
@media (min-width: 1024px) {
  .lg\:rounded-lg  { border-radius: 0.5rem !important; }
  .lg\:rounded-xl  { border-radius: 0.75rem !important; }
  .lg\:rounded-2xl { border-radius: 1rem !important; }
}

/* Backdrop Filter */
.backdrop-blur      { backdrop-filter: blur(8px);  -webkit-backdrop-filter: blur(8px); }
.backdrop-blur-sm   { backdrop-filter: blur(4px);  -webkit-backdrop-filter: blur(4px); }
.backdrop-blur-md   { backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.backdrop-blur-xl   { backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); }
.backdrop-blur-2xl  { backdrop-filter: blur(40px); -webkit-backdrop-filter: blur(40px); }

/* Max Height */
.max-h-8  { max-height: 2rem; }
.max-h-9  { max-height: 2.25rem; }
.max-h-10 { max-height: 2.5rem; }

/* Flex Shrink */
.flex-shrink-0, .shrink-0 { flex-shrink: 0 !important; }

/* Font Weight */
.font-extrabold { font-weight: 800; }

/* Letter Spacing */
.tracking-tight  { letter-spacing: -0.025em; }
.tracking-tighter { letter-spacing: -0.05em; }

/* Line Height */
.leading-tight   { line-height: 1.25; }
.leading-snug    { line-height: 1.375; }
.leading-relaxed { line-height: 1.625; }

/* Text Sizes (base that may be missing) */
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.text-5xl { font-size: 3rem; line-height: 1; }
.text-6xl { font-size: 3.75rem; line-height: 1; }

@media (min-width: 768px) {
  .md\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
  .md\:text-5xl { font-size: 3rem; line-height: 1; }
}
@media (min-width: 1024px) {
  .lg\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
  .lg\:text-5xl { font-size: 3rem; line-height: 1; }
  .lg\:text-6xl { font-size: 3.75rem; line-height: 1; }
}
@media (min-width: 1280px) {
  .xl\:text-6xl { font-size: 3.75rem; line-height: 1; }
}

/* Gap */
.gap-0\.5 { gap: 0.125rem; }
.gap-5    { gap: 1.25rem; }
.gap-6    { gap: 1.5rem; }

@media (min-width: 768px) {
  .md\:gap-6 { gap: 1.5rem; }
}
@media (min-width: 1024px) {
  .lg\:gap-6 { gap: 1.5rem; }
  .lg\:gap-8 { gap: 2rem; }
}

/* Grid Columns (base) */
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }

@media (min-width: 768px) {
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* Arbitrary value utilities used in templates */
.min-w-\[300px\] { min-width: 300px !important; }
.max-w-\[300px\] { max-width: 300px !important; }
.h-\[2\.625rem\] { height: 2.625rem; }
.w-\[calc\(100\%-72px\)\] { width: calc(100% - 72px); }
.w-\[calc\(100\%-64px\)\] { width: calc(100% - 64px); }

/* Border white with bracket opacity */
.border-white\/\[0\.06\] { border-color: rgba(255, 255, 255, 0.06) !important; }
.border-white\/\[0\.08\] { border-color: rgba(255, 255, 255, 0.08) !important; }
.border-white\/\[0\.12\] { border-color: rgba(255, 255, 255, 0.12) !important; }
.hover\:border-white\/\[0\.12\]:hover { border-color: rgba(255, 255, 255, 0.12) !important; }

/* BG white with bracket opacity */
.bg-white\/\[0\.025\] { background-color: rgba(255, 255, 255, 0.025); }
.bg-white\/\[0\.03\] { background-color: rgba(255, 255, 255, 0.03); }
.bg-white\/\[0\.04\] { background-color: rgba(255, 255, 255, 0.04); }
.bg-white\/\[0\.06\] { background-color: rgba(255, 255, 255, 0.06); }
.hover\:bg-white\/\[0\.025\]:hover { background-color: rgba(255, 255, 255, 0.025); }
.hover\:bg-white\/\[0\.04\]:hover { background-color: rgba(255, 255, 255, 0.04); }
.hover\:bg-white\/\[0\.06\]:hover { background-color: rgba(255, 255, 255, 0.06); }

/* Text primary opacity variants */
.text-t-primary\/15 { color: rgba(var(--cl-t-primary), 0.15); }
.text-t-primary\/30 { color: rgba(var(--cl-t-primary), 0.3); }
.text-t-primary\/70 { color: rgba(var(--cl-t-primary), 0.7); }

/* Hover brightness */
.hover\:enabled\:brightness-110:enabled:hover { filter: brightness(1.1); }

/* Size utilities */
.size-9 { width: 2.25rem; height: 2.25rem; }
.size-\[36px\] { width: 36px; height: 36px; }
.size-\[1\.125rem\] { width: 1.125rem; height: 1.125rem; }
.size-\[2\.875rem\] { width: 2.875rem; height: 2.875rem; }
.size-\[3\.75rem\] { width: 3.75rem; height: 3.75rem; }
.sm\:size-\[4\.5rem\] { width: 4.5rem; height: 4.5rem; }
.size-\[0\.625rem\] { width: 0.625rem; height: 0.625rem; }

/* Text size arbitrary */
.text-\[0\.625rem\] { font-size: 0.625rem; }

/* Max width arbitrary */
.max-w-\[76rem\] { max-width: 76rem; }
.max-w-\[85rem\] { max-width: 85rem; }
.max-w-\[640px\] { max-width: 640px; }
@media (min-width: 1024px) {
  .lg\:max-w-\[50\%\] { max-width: 50%; }
}

/* Aspect ratio arbitrary */
.aspect-\[4\/3\] { aspect-ratio: 4/3; }
.aspect-\[9\/16\] { aspect-ratio: 9/16; }

/* Line clamp */
.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Padding variants that may be missing */
.py-2\.5 { padding-top: 0.625rem; padding-bottom: 0.625rem; }
.px-3    { padding-left: 0.75rem; padding-right: 0.75rem; }
.py-1\.5 { padding-top: 0.375rem; padding-bottom: 0.375rem; }
.p-1\.5  { padding: 0.375rem; }
.p-1     { padding: 0.25rem; }

/* Top / positioning arbitrary */
.-top-1\.5 { top: -0.375rem; }
.-right-1\.5 { right: -0.375rem; }

/* Z-index */
.z-\[1\] { z-index: 1; }
.z-\[-1\] { z-index: -1; }

/* Footer social hover colors */
.hover\:text-\[\#5865f2\]:hover { color: #5865f2; }
.hover\:border-\[\#5865f2\]\/30:hover { border-color: rgba(88, 101, 242, 0.3); }
.hover\:text-\[\#239cd7\]:hover { color: #239cd7; }
.hover\:border-\[\#239cd7\]\/30:hover { border-color: rgba(35, 156, 215, 0.3); }
.hover\:text-\[\#de2662\]:hover { color: #de2662; }
.hover\:border-\[\#de2662\]\/30:hover { border-color: rgba(222, 38, 98, 0.3); }
.hover\:text-\[\#f62755\]:hover { color: #f62755; }
.hover\:border-\[\#f62755\]\/30:hover { border-color: rgba(246, 39, 85, 0.3); }
.hover\:text-\[\#ff0000\]:hover { color: #ff0000; }
.hover\:border-\[\#ff0000\]\/30:hover { border-color: rgba(255, 0, 0, 0.3); }

/* Focus ring */
.focus\:border-accent-500:focus { border-color: rgba(var(--cl-accent), 1); }
.focus\:ring-accent-500:focus { --tw-ring-color: rgba(var(--cl-accent), 1); }
.focus\:ring-2:focus { box-shadow: 0 0 0 2px var(--tw-ring-color, rgba(var(--cl-accent), 0.5)); }
.focus\:ring-opacity-50:focus { --tw-ring-opacity: 0.5; }

/* Blur arbitrary */
.blur-\[200px\] { filter: blur(200px); }

/* Width arbitrary */
.w-\[65\%\] { width: 65%; }

/* Leading arbitrary with important */
.\!leading-\[1\.125\] { line-height: 1.125 !important; }

/* Negative z-index */
.-z-10 { z-index: -10; }

/* Translate */
.-translate-y-1\/2 { transform: translateY(-50%); }

/* Border-t with bracket opacity */
.border-t-white\/\[0\.06\] { border-top-color: rgba(255, 255, 255, 0.06) !important; }
.border-y-white\/5 { border-top-color: rgba(255, 255, 255, 0.05); border-bottom-color: rgba(255, 255, 255, 0.05); }
.border-b-white\/\[0\.06\] { border-bottom-color: rgba(255, 255, 255, 0.06) !important; }

/* Additional hover bg/border with bracket opacity */
.hover\:bg-white\/\[0\.02\]:hover { background-color: rgba(255, 255, 255, 0.02); }
.hover\:border-white\/\[0\.1\]:hover { border-color: rgba(255, 255, 255, 0.1); }

/* Max width numeric */
.max-w-24 { max-width: 6rem; }
.max-w-32 { max-width: 8rem; }
@media (min-width: 640px) {
  .sm\:max-w-36 { max-width: 9rem; }
  .sm\:min-w-20 { min-width: 5rem; }
}

/* Min width */
.min-w-72 { min-width: 18rem; }

/* Size 8 */
.size-8 { width: 2rem; height: 2rem; }

/* Tracking wider */
.tracking-wider { letter-spacing: 0.05em; }

/* Gap 2.5 */
.gap-2\.5 { gap: 0.625rem; }

/* 2xl responsive variants */
@media (min-width: 1536px) {
  .\32 xl\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* sm:size-3 */
@media (min-width: 640px) {
  .sm\:size-3 { width: 0.75rem; height: 0.75rem; }
}

/* size-3.5 */
.size-3\.5 { width: 0.875rem; height: 0.875rem; }

/* Accent opacity variants */
.hover\:bg-accent-500\/10:hover { background-color: rgba(var(--cl-accent), 0.1); }
.focus-within\:border-accent-500\/50:focus-within { border-color: rgba(var(--cl-accent), 0.5); }
.hover\:border-accent-500\/30:hover { border-color: rgba(var(--cl-accent), 0.3); }

/* Max height 0 for FAQ accordion */
.max-h-0 { max-height: 0; }

/* lg:w-1/4, lg:w-3/4 (cart page) */
@media (min-width: 1024px) {
  .lg\:w-1\/4 { width: 25%; }
  .lg\:w-3\/4 { width: 75%; }
}

/* Padding 7 (customer pages) */
@media (min-width: 1024px) {
  .lg\:p-7 { padding: 1.75rem; }
}

/* Col-span */
@media (min-width: 768px) {
  .md\:col-span-2 { grid-column: span 2 / span 2; }
}

/* Gap 1.5 */
.gap-1\.5 { gap: 0.375rem; }

/* -ml-px (pagination) */
.-ml-px { margin-left: -1px; }

/* lg:flex-1 */
@media (min-width: 1024px) {
  .lg\:flex-1 { flex: 1 1 0%; }
}

/* text-t-primary opacity variants */
.text-t-primary\/80 { color: rgba(var(--cl-t-primary), 0.8); }
.text-t-primary\/60 { color: rgba(var(--cl-t-primary), 0.6); }
.text-t-primary\/50 { color: rgba(var(--cl-t-primary), 0.5); }
.text-t-primary\/40 { color: rgba(var(--cl-t-primary), 0.4); }

/* bg-card opacity variants */
.bg-card\/75 { background-color: rgba(var(--cl-card), 0.75); }
.bg-card\/50 { background-color: rgba(var(--cl-card), 0.5); }
.bg-card\/90 { background-color: rgba(var(--cl-card), 0.9); }
.hover\:bg-card\/75:hover { background-color: rgba(var(--cl-card), 0.75); }

/* bg-black/75 (modal overlay) */
.bg-black\/75 { background-color: rgba(0, 0, 0, 0.75); }

/* bg-accent-500 opacity variants */
.bg-accent-500\/5 { background-color: rgba(var(--cl-accent), 0.05); }
.bg-accent-500\/10 { background-color: rgba(var(--cl-accent), 0.1); }
.bg-accent-500\/50 { background-color: rgba(var(--cl-accent), 0.5); }

/* text-accent-500/30 (border accent) */
.border-accent-500\/30 { border-color: rgba(var(--cl-accent), 0.3); }
.border-accent-600 { border-color: rgba(var(--cl-accent), 0.85); }

/* Max widths that may be missing */
.max-w-sm { max-width: 24rem; }
.max-w-md { max-width: 28rem; }
@media (min-width: 768px) {
  .md\:max-w-md { max-width: 28rem; }
}
.max-w-4xl { max-width: 56rem; }
.max-w-5xl { max-width: 64rem; }

/* lg:py-32 (customer pages) */
@media (min-width: 1024px) {
  .lg\:py-32 { padding-top: 8rem; padding-bottom: 8rem; }
}

/* rounded-t-2xl (footer) */
.rounded-t-2xl { border-top-left-radius: 1rem; border-top-right-radius: 1rem; }

/* border-b-0 (footer) */
.border-b-0 { border-bottom-width: 0; }

/* sm:text-s */
.sm\:text-s { font-size: 0.8125rem; }

/* Spacing -mt-2 */
.-mt-2 { margin-top: -0.5rem; }

/* hover:text-underline */
.hover\:text-underline:hover { text-decoration: underline; }

/* lg:grid-cols-4 (image/video gallery) */
@media (min-width: 1024px) {
  .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* aspect-square */
.aspect-square { aspect-ratio: 1 / 1; }

/* border-l-4 with accent color */
.border-l-4 { border-left-width: 4px; }
.border-l-accent-500 { border-left-color: rgba(var(--cl-accent), 1); }

/* lg:w-2/5 (product page) */
@media (min-width: 1024px) {
  .lg\:w-2\/5 { width: 40%; }
}

/* text-t-primary opacity hover variants */
.hover\:text-t-primary:hover { color: rgba(var(--cl-t-primary), 1); }

/* bg-white opacity variants */
.bg-white\/5 { background-color: rgba(255, 255, 255, 0.05); }
.bg-white\/10 { background-color: rgba(255, 255, 255, 0.1); }
.hover\:bg-white\/10:hover { background-color: rgba(255, 255, 255, 0.1); }

/* focus-within ring */
.focus-within\:border-accent-500:focus-within { border-color: rgba(var(--cl-accent), 1); }
.focus-within\:ring-accent-500:focus-within { --tw-ring-color: rgba(var(--cl-accent), 1); }
.focus-within\:ring-2:focus-within { box-shadow: 0 0 0 2px var(--tw-ring-color, rgba(var(--cl-accent), 0.5)); }
.focus-within\:ring-opacity-50:focus-within { --tw-ring-opacity: 0.5; }

/* sm:mb-0.5 */
@media (min-width: 640px) {
  .sm\:mb-0\.5 { margin-bottom: 0.125rem; }
}

/* sm responsive */
@media (min-width: 640px) {
  .sm\:gap-1 { gap: 0.25rem; }
  .sm\:gap-3 { gap: 0.75rem; }
  .sm\:py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
  .sm\:pl-3 { padding-left: 0.75rem; }
  .sm\:pr-3 { padding-right: 0.75rem; }
  .sm\:text-lg { font-size: 1.125rem; line-height: 1.75rem; }
}


/* =========================================================
   HOOKED.WTF-INSPIRED COMPONENT STYLES
   ========================================================= */

/* ---- Global Typography ---- */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ---- Navbar overrides ---- */
nav.component > div {
  border-radius: 0 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  background: transparent !important;
  border: none !important;
}

/* ---- Hero Section ---- */
.hero-glow {
  position: relative;
  overflow: visible;
}

.hero-glow::before {
  display: none;
}

/* Section label pill */
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: none;
  color: rgba(var(--cl-t-primary), 0.4);
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

/* Hero heading - large, tracked tight like hooked */
section.hero-glow h1 {
  font-size: 2.5rem !important;
  font-weight: 600 !important;
  letter-spacing: -0.025em !important;
  line-height: 1.03 !important;
}

@media (min-width: 768px) {
  section.hero-glow h1 {
    font-size: 3rem !important;
  }
}

@media (min-width: 1024px) {
  section.hero-glow h1 {
    font-size: 3.75rem !important;
  }
}

/* Hero subtitle - muted gray */
section.hero-glow p {
  color: rgba(var(--cl-t-primary), 0.4) !important;
  font-size: 0.9375rem !important;
  max-width: 32rem;
  line-height: 1.6 !important;
}

/* ---- Hero Stats Row ---- */
.hero-stats-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.hero-stats-stars {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: rgba(var(--cl-t-primary), 0.8);
}

.hero-stats-stars svg {
  width: 1rem;
  height: 1rem;
}

.hero-stats-text {
  color: rgba(var(--cl-t-primary), 0.35);
  font-size: 0.8125rem;
  font-weight: 400;
}

.hero-stats-text strong {
  color: rgba(var(--cl-t-primary), 0.8);
  font-weight: 600;
}

.hero-stats-divider {
  width: 1px;
  height: 1.25rem;
  background: rgba(255, 255, 255, 0.1);
}

.hero-stats-online {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  color: rgba(var(--cl-t-primary), 0.35);
  font-size: 0.8125rem;
}

.status-dot-sm {
  display: inline-block;
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 50%;
  background: #2ecc71;
  animation: status-pulse 2s ease-in-out infinite;
}

/* ---- Modern Button Styles (hooked.wtf) ---- */
.btn-modern {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.6875rem 1.5rem;
  border-radius: 10px;
  font-weight: 500;
  font-size: 0.875rem;
  transition: all 0.15s ease;
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
}

.btn-modern.btn-filled {
  background: rgba(var(--cl-accent), 1);
  color: rgba(var(--cl-t-accent), 1);
  border-color: transparent;
}

.btn-modern.btn-filled:hover {
  filter: brightness(0.92);
  transform: translateY(-1px);
}

.btn-modern.btn-ghost {
  background: rgba(255, 255, 255, 0.035);
  color: rgba(var(--cl-t-primary), 0.85);
  border-color: rgba(255, 255, 255, 0.12);
}

.btn-modern.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.2);
}

/* ---- Stats Bar (compact, hooked-style) ---- */
.stats-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: none;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .stats-bar { gap: 2.5rem; }
}

.stats-bar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.125rem;
  color: rgba(var(--cl-t-primary), 0.35);
  font-size: 0.75rem;
  font-weight: 400;
  white-space: nowrap;
  text-transform: lowercase;
  letter-spacing: 0.02em;
}

.stats-bar-item i {
  display: none;
}

.stats-bar-item strong {
  color: rgba(var(--cl-t-primary), 0.9);
  font-size: 0.875rem;
  font-weight: 600;
  display: block;
}

.stats-bar-divider {
  width: 1px;
  height: 2rem;
  background: rgba(255, 255, 255, 0.08);
}

/* ---- Section Heading Style ---- */
section.component h2 {
  font-weight: 600 !important;
  letter-spacing: -0.025em !important;
}

/* ---- Feature Cards (trust badges, clean minimal) ---- */
.feature-number {
  display: none !important;
}

section.component .rounded-2xl.bg-card\/50 {
  border-radius: 16px !important;
  background: rgba(var(--cl-card), 0.4) !important;
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
  padding: 1.75rem !important;
  transition: all 0.2s ease;
}

section.component .rounded-2xl.bg-card\/50:hover {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

@media (min-width: 1024px) {
  section.component .rounded-2xl.bg-card\/50 {
    padding: 2rem !important;
  }
}

section.component .rounded-2xl.bg-card\/50 h4 {
  font-size: 1rem !important;
  font-weight: 600 !important;
}

section.component .rounded-2xl.bg-card\/50 p {
  color: rgba(var(--cl-t-primary), 0.4) !important;
  font-size: 0.875rem !important;
  line-height: 1.6;
}

section.component .rounded-2xl.bg-card\/50 i {
  font-size: 0.875rem !important;
  color: rgba(var(--cl-t-primary), 0.5) !important;
}

/* ---- Product Card (hooked.wtf style) ---- */
.product-card-modern {
  border-radius: 18px;
  overflow: hidden;
  background: rgba(var(--cl-card), 0.4);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.25s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-card-modern:hover {
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}

.product-card-modern .card-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.product-card-modern .card-badge {
  display: inline-flex;
  padding: 0.25rem 0.625rem;
  border-radius: 6px;
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.product-card-modern .card-buy-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.625rem;
  border-radius: 10px;
  background: rgba(var(--cl-accent), 1);
  color: rgba(var(--cl-t-accent), 1);
  font-weight: 500;
  font-size: 0.8125rem;
  transition: all 0.15s ease;
  border: none;
}

.product-card-modern .card-buy-btn:hover {
  filter: brightness(0.92);
}

/* Product card price styling */
.product-card-modern .text-accent-500.font-semibold {
  font-size: 1.125rem;
}

/* ---- Reviews Section ---- */
.reviews-track {
  display: flex;
  gap: 1rem;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
}

.reviews-scroll {
  display: flex;
  gap: 1rem;
  animation: reviews-scroll 40s linear infinite;
  flex-shrink: 0;
}

.reviews-scroll > div {
  min-width: 300px;
  max-width: 300px;
  flex-shrink: 0;
}

.reviews-track:hover .reviews-scroll {
  animation-play-state: paused;
}

@keyframes reviews-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-100% - 1rem)); }
}

/* Review card */
.review-card {
  border-radius: 14px;
  background: rgba(var(--cl-card), 0.4);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: all 0.2s ease;
}

.review-card:hover {
  border-color: rgba(255, 255, 255, 0.1);
}

/* Star color override - use a warm amber since accent is white */
.review-card .text-accent-500,
section.component .text-accent-500 svg[viewBox="0 0 24 24"] {
  color: #f4f4f7;
}

/* ---- FAQ Item ---- */
.faq-item-modern {
  border-radius: 14px;
  background: rgba(var(--cl-card), 0.3);
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  transition: border-color 0.2s ease;
}

.faq-item-modern:hover {
  border-color: rgba(255, 255, 255, 0.1);
}

/* ---- Footer overrides ---- */
footer.component {
  border-radius: 0 !important;
  overflow: hidden;
  background: transparent !important;
  border: none !important;
}

/* Footer CTA Card */
.footer-cta-card {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(var(--cl-card), 0.5);
  padding: 2rem 2rem;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .footer-cta-card {
    padding: 2.5rem 3rem;
  }
}

.footer-cta-inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .footer-cta-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.footer-cta-content {
  flex: 1;
}

.footer-cta-label {
  color: rgba(var(--cl-t-primary), 0.35);
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-bottom: 0.75rem;
}

.footer-cta-heading {
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: rgba(var(--cl-t-primary), 1);
  line-height: 1.2;
  max-width: 28rem;
}

@media (min-width: 768px) {
  .footer-cta-heading {
    font-size: 1.625rem;
  }
}

.footer-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  flex-shrink: 0;
}

/* ---- View All Link ---- */
.view-all-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1.25rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(var(--cl-t-primary), 0.6);
  font-weight: 500;
  font-size: 0.8125rem;
  transition: all 0.15s ease;
  text-decoration: none;
}

.view-all-link:hover {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(var(--cl-t-primary), 1);
}

/* ---- Scrollbar ---- */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.15);
}

/* ---- Global Rounded Overrides ---- */
.choices .choices__inner {
  border-radius: 10px !important;
}

.choices.is-open .choices__inner {
  border-radius: 10px 10px 0 0 !important;
}

.choices .choices__list.choices__list--dropdown {
  border-radius: 0 0 10px 10px !important;
}

/* Section spacing */
section.component > div {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 1024px) {
  section.component > div {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

/* Notification toast rounded */
.fixed.z-50.bottom-4 .bg-card {
  border-radius: 12px;
}

/* ---- Glow Effect Utility (subtle) ---- */
.glow-accent {
  position: relative;
}

.glow-accent::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  background: radial-gradient(ellipse, rgba(var(--cl-accent), 0.03), transparent 70%);
  pointer-events: none;
  z-index: -1;
}

/* ---- Hero Media Card (video/image on the right) ---- */
.hero-media-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 100%;
}

@media (min-width: 1024px) {
  .hero-media-container {
    width: auto;
    max-width: 45%;
    justify-content: flex-end;
  }
}

.hero-media-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(var(--cl-card), 0.5);
  width: 100%;
  aspect-ratio: 16 / 10;
}

@media (min-width: 1024px) {
  .hero-media-card {
    width: 480px;
    max-width: 100%;
  }
}

.hero-media-card video,
.hero-media-card img,
.hero-media-card lite-youtube {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}


/* ---- Status Badge Colors ---- */
.badge-undetected {
  color: #2ecc71;
  background: rgba(46, 204, 113, 0.1);
  border: 1px solid rgba(46, 204, 113, 0.2);
}

.badge-updating {
  color: #f39c12;
  background: rgba(243, 156, 18, 0.1);
  border: 1px solid rgba(243, 156, 18, 0.2);
}

.badge-offline {
  color: #e74c3c;
  background: rgba(231, 76, 60, 0.1);
  border: 1px solid rgba(231, 76, 60, 0.2);
}

/* ---- Announcement ---- */
.announcement .bg-accent-500\/90 {
  border-radius: 0;
}

/* ---- Grid Background (hooked.wtf quadrillage) ---- */
.grid-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 70% 50% at 50% 0%, rgba(0,0,0,0.6), transparent);
  -webkit-mask-image: radial-gradient(ellipse 70% 50% at 50% 0%, rgba(0,0,0,0.6), transparent);
}

#app {
  position: relative;
  z-index: 1;
}

/* ---- Hide particles canvas ---- */
#particles-js {
  display: none !important;
}

/* ---- Showcase Section (text-video / text-image blocks) ---- */
.showcase-section lite-youtube,
.showcase-section video {
  border-radius: 14px;
  overflow: hidden;
}

.showcase-section video {
  background: rgba(var(--cl-card), 0.5);
}

.showcase-card {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(var(--cl-card), 0.35);
  padding: 2rem;
}

@media (min-width: 768px) {
  .showcase-card {
    padding: 2.5rem 3rem;
  }
}

/* ---- Hooked-style section separator ---- */
.section-separator {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.06);
}

/* ---- Product card description ---- */
.product-desc {
  color: rgba(var(--cl-t-primary), 0.35);
  font-size: 0.8125rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

/* ---- Big rating display ---- */
.big-rating {
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1;
  color: rgba(var(--cl-t-primary), 1);
}

.big-rating-sub {
  font-size: 1.25rem;
  color: rgba(var(--cl-t-primary), 0.3);
  font-weight: 400;
}

/* ---- Footer status indicator ---- */
.status-dot {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #2ecc71;
  margin-right: 0.5rem;
  animation: status-pulse 2s ease-in-out infinite;
}

@keyframes status-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}


/* =========================================================
   MOBILE RESPONSIVENESS FIXES
   ========================================================= */

/* ---- Hero mobile fixes ---- */
@media (max-width: 767px) {
  section.hero-glow h1 {
    font-size: 2rem !important;
    line-height: 1.1 !important;
  }

  section.hero-glow p {
    font-size: 0.875rem !important;
  }

  .hero-stats-row {
    gap: 0.625rem;
    padding-top: 1rem;
  }

  .hero-stats-divider {
    height: 1rem;
  }

  .hero-stats-text,
  .hero-stats-online {
    font-size: 0.75rem;
  }

  .hero-stats-stars svg {
    width: 0.875rem;
    height: 0.875rem;
  }

  .hero-media-card {
    border-radius: 14px;
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 479px) {
  section.hero-glow h1 {
    font-size: 1.75rem !important;
  }

  .hero-stats-row {
    gap: 0.5rem;
  }

  .hero-stats-divider {
    display: none;
  }

  .hero-stats-row {
    justify-content: center;
  }
}

/* ---- Navbar mobile improvements ---- */
@media (max-width: 1023px) {
  .hk-nav-mobmenu {
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    margin-top: 0.75rem;
  }
}

/* ---- Product card mobile ---- */
@media (max-width: 639px) {
  .product-card-modern {
    border-radius: 14px;
  }

  .product-card-modern .card-image {
    aspect-ratio: 16 / 10;
  }

  .product-card-modern .card-buy-btn {
    border-radius: 8px;
    padding: 0.75rem;
    font-size: 0.875rem;
  }
}

/* ---- Footer mobile ---- */
@media (max-width: 767px) {
  .hk-footer-cta {
    border-radius: 14px;
    padding: 1.5rem;
  }

  .hk-footer-cta h3 {
    font-size: 1.25rem !important;
  }

  .btn-modern {
    padding: 0.75rem 1.25rem;
    font-size: 0.8125rem;
    width: 100%;
    justify-content: center;
  }
}

/* ---- FAQ mobile ---- */
@media (max-width: 639px) {
  .faq-item-modern {
    border-radius: 12px;
  }
}

/* ---- Review cards mobile ---- */
@media (max-width: 639px) {
  .reviews-scroll > div {
    min-width: 260px;
    max-width: 260px;
  }

  .review-card {
    border-radius: 12px;
  }

  .big-rating {
    font-size: 2.5rem;
  }
}

/* ---- Cart mobile ---- */
@media (max-width: 639px) {
  .product-card-modern .flex.items-end {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}

/* ---- OTP inputs mobile ---- */
@media (max-width: 400px) {
  .fixed[aria-modal] input[maxlength="1"] {
    width: 2.25rem !important;
    height: 2.5rem !important;
    font-size: 1rem !important;
  }
}

/* ---- Status page mobile ---- */
@media (max-width: 639px) {
  .status .relative.size-4 {
    width: 0.75rem !important;
    height: 0.75rem !important;
  }
}

/* ---- Searchbar modal mobile ---- */
@media (max-width: 639px) {
  .fixed[aria-modal] .max-w-\[76rem\] {
    margin-top: 1rem;
    align-self: flex-start;
  }
}

/* ---- Global mobile section spacing ---- */
@media (max-width: 767px) {
  section.component > div {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

/* ---- Customer login modal mobile ---- */
@media (max-width: 479px) {
  .fixed[aria-modal] .max-w-lg {
    padding: 1.25rem;
    border-radius: 1rem;
  }
}

/* ---- Smooth page transitions ---- */
* {
  -webkit-tap-highlight-color: transparent;
}

/* ---- Better touch targets for mobile ---- */
@media (max-width: 1023px) {
  nav.component a,
  nav.component button,
  .btn-modern,
  .hk-footer-social,
  .view-all-link {
    min-height: 44px;
  }
}

/* ---- Stats bar mobile ---- */
@media (max-width: 479px) {
  .stats-bar {
    gap: 1rem;
  }

  .stats-bar-divider {
    height: 1.5rem;
  }

  .stats-bar-item strong {
    font-size: 0.8125rem;
  }

  .stats-bar-item {
    font-size: 0.6875rem;
  }
}

/* ---- Product page mobile ---- */
@media (max-width: 1023px) {
  section.component .flex.flex-col.gap-4.lg\:flex-row {
    gap: 1.5rem;
  }
}

/* ---- Notification toast mobile ---- */
@media (max-width: 639px) {
  .fixed.z-50.bottom-4 {
    bottom: 0.75rem !important;
    left: 0.75rem !important;
    right: 0.75rem !important;
  }
}

/* ---- Improved animations ---- */
@media (prefers-reduced-motion: no-preference) {
  .product-card-modern {
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
                border-color 0.2s ease,
                box-shadow 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .review-card {
    transition: border-color 0.2s ease, transform 0.2s ease;
  }

  .review-card:hover {
    transform: translateY(-1px);
  }

  .faq-item-modern {
    transition: border-color 0.2s ease, background 0.2s ease;
  }

  .faq-item-modern:hover {
    background: rgba(var(--cl-card), 0.4);
  }

  .btn-modern {
    transition: all 0.2s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .btn-modern.btn-filled:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(var(--cl-accent), 0.15);
  }

  .btn-modern.btn-ghost:hover {
    transform: translateY(-1px);
  }

  .hk-footer-social {
    transition: all 0.2s cubic-bezier(0.22, 1, 0.36, 1) !important;
  }

  .hk-footer-social:hover {
    transform: translateY(-2px);
  }

  section.component .rounded-2xl.bg-card\/50 {
    transition: border-color 0.2s ease, transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.25s ease !important;
  }

  section.component .rounded-2xl.bg-card\/50:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  }
}

/* ---- Disable hover animations on touch ---- */
@media (hover: none) {
  .product-card-modern:hover,
  .review-card:hover,
  .btn-modern.btn-filled:hover,
  .btn-modern.btn-ghost:hover,
  .hk-footer-social:hover,
  section.component .rounded-2xl.bg-card\/50:hover {
    transform: none !important;
    box-shadow: none !important;
  }
}

/* ---- Active state for touch devices ---- */
@media (hover: none) {
  .product-card-modern:active {
    transform: scale(0.98) !important;
    transition: transform 0.1s ease !important;
  }

  .btn-modern:active {
    transform: scale(0.96) !important;
    transition: transform 0.1s ease !important;
  }

  .faq-item-modern:active {
    background: rgba(var(--cl-card), 0.5);
  }
}

/* ---- Gradient accent line at top of page ---- */
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(var(--cl-accent), 0.3), transparent);
  z-index: 9999;
  pointer-events: none;
}
