:root {
  /* Colors - Enhanced Blue, Cyan, White, Black Theme */
  --primary: #2563eb;
  --primary-dark: #1e40af;
  --primary-light: #60a5fa;
  --primary-glow: rgba(37, 99, 235, 0.5);
  --accent: #06b6d4;
  --accent-dark: #0891b2;
  --accent-light: #22d3ee;
  --accent-glow: rgba(6, 182, 212, 0.5);
  --success: #10b981;
  --warning: #f59e0b;
  --danger: #ef4444;
  --purple: #8b5cf6;
  --pink: #ec4899;

  /* Theme Backgrounds */
  --bg-primary: #020617;
  --bg-secondary: #0a0f1e;
  --bg-tertiary: #0f172a;
  --bg-dark: #0f172a;
  --bg-darker: #0a0f1e;
  --bg-black: #020617;
  --bg-card: rgba(15, 23, 42, 0.8);
  --bg-glass: rgba(255, 255, 255, 0.1);
  --bg-glass-dark: rgba(15, 23, 42, 0.8);

  /* Text Colors */
  --text-primary: #ffffff;
  --text-secondary: #cbd5e1;
  --text-muted: #94a3b8;
  --text-white: #ffffff;
  --text-dark: #ffffff;

  /* Borders */
  --border: rgba(255, 255, 255, 0.1);
  --border-light: rgba(255, 255, 255, 0.05);
  --border-dark: rgba(255, 255, 255, 0.1);
  --border-glow: rgba(37, 99, 235, 0.3);

  /* Gradients - Enhanced */
  --gradient-primary: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
  --gradient-accent: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
  --gradient-dark: linear-gradient(135deg, #0f172a 0%, #020617 100%);
  --gradient-hero: linear-gradient(135deg, #020617 0%, #0a0f1e 50%, #0f172a 100%);
  --gradient-card: linear-gradient(135deg, rgba(37, 99, 235, 0.05) 0%, rgba(6, 182, 212, 0.03) 100%);
  --gradient-mesh: radial-gradient(at 0% 0%, rgba(37, 99, 235, 0.2) 0%, transparent 50%),
    radial-gradient(at 100% 0%, rgba(139, 92, 246, 0.15) 0%, transparent 50%),
    radial-gradient(at 100% 100%, rgba(6, 182, 212, 0.2) 0%, transparent 50%),
    radial-gradient(at 0% 100%, rgba(236, 72, 153, 0.15) 0%, transparent 50%);

  /* New Premium Gradients */
  --gradient-premium: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  --gradient-sunset: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  --gradient-ocean: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
  --gradient-fire: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
  --gradient-success: linear-gradient(135deg, #10b981 0%, #059669 100%);
  --gradient-warning: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  --gradient-purple: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
  --gradient-text-primary: linear-gradient(135deg, #ffffff 0%, #60a5fa 100%);
  --gradient-text-accent: linear-gradient(135deg, #22d3ee 0%, #06b6d4 100%);
  --gradient-shimmer: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.1) 50%, transparent 100%);

  /* Spacing */
  --spacing-xs: 0.5rem;
  --spacing-sm: 1rem;
  --spacing-md: 1.5rem;
  --spacing-lg: 2rem;
  --spacing-xl: 3rem;
  --spacing-2xl: 4rem;

  /* Typography */
  --font-body: 'Poppins', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-heading: 'Poppins', 'Outfit', sans-serif;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-3xl: 1.875rem;
  --text-4xl: 2.25rem;
  --text-5xl: 3rem;

  /* Shadows - Elevation System */
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --shadow-glow: 0 0 30px rgba(37, 99, 235, 0.4);
  --shadow-glow-lg: 0 0 60px rgba(37, 99, 235, 0.3);
  --shadow-blue: 0 10px 40px rgba(37, 99, 235, 0.25);
  --shadow-colored: 0 20px 60px -15px rgba(37, 99, 235, 0.4);
  --shadow-cyan: 0 10px 40px rgba(6, 182, 212, 0.25);
  --shadow-cyan-glow: 0 0 30px rgba(6, 182, 212, 0.4);

  /* Enhanced Elevation System */
  --elevation-1: 0 2px 4px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.05);
  --elevation-2: 0 4px 8px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(255, 255, 255, 0.05);
  --elevation-3: 0 8px 16px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.05);
  --elevation-4: 0 16px 32px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.05);
  --elevation-5: 0 24px 48px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.05);

  /* Border Radius */
  --radius-sm: 0.375rem;
  --radius-md: 0.5rem;
  --radius-lg: 0.75rem;
  --radius-xl: 1rem;
  --radius-2xl: 1.5rem;
  --radius-full: 9999px;

  /* Transitions - Enhanced */
  --transition-fast: 150ms ease-in-out;
  --transition-base: 350ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 600ms cubic-bezier(0.4, 0, 0.2, 1);

  /* Advanced Timing Functions */
  --ease-smooth: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-bounce: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --ease-elastic: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --ease-in-out-back: cubic-bezier(0.68, -0.6, 0.32, 1.6);

  /* Animation Durations */
  --anim-fast: 0.2s;
  --anim-base: 0.35s;
  --anim-slow: 0.6s;
  --anim-slower: 1s;
  --anim-slowest: 15s;

  /* Z-index Scale */
  --z-dropdown: 1000;
  --z-sticky: 1020;
  --z-fixed: 1030;
  --z-modal-backdrop: 1040;
  --z-modal: 1050;
  --z-popover: 1060;
  --z-tooltip: 1070;
}

/* --- Premium Custom Scrollbar --- */
::-webkit-scrollbar {
  width: 20px;
  /* Increased from 14px for better visibility */
}

::-webkit-scrollbar-track {
  background: var(--bg-primary);
  border-left: 1px solid var(--border);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--primary-light) 0%, var(--accent) 50%, var(--primary) 100%);
  border-radius: 12px;
  border: 4px solid var(--bg-primary);
  /* Slightly thicker border for "floating" effect */
  box-shadow: 0 0 15px var(--accent-glow);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, var(--accent-light) 0%, var(--primary-light) 100%);
  border-width: 3px;
  box-shadow: 0 0 25px var(--accent-glow);
}

/* Firefox Support */
* {
  scrollbar-width: auto;
  scrollbar-color: var(--accent) var(--bg-primary);
}

/* Animations Removed for Performance */

/* Icon Enhancement Classes */




/* Gradient Text Animation */
.gradient-text-animated {
  background-size: 100% auto;
  /* Animation removed */
}

/* ========================================
   ADVANCED ANIMATIONS & UTILITIES
   ======================================== */

/* New Advanced Keyframes */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(20px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }

  50% {
    opacity: 1;
    transform: scale(1.05);
  }

  70% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(100%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.5);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes ripple {
  0% {
    transform: scale(0);
    opacity: 1;
  }

  100% {
    transform: scale(4);
    opacity: 0;
  }
}

@keyframes heartbeat {

  0%,
  100% {
    transform: scale(1);
  }

  10%,
  30% {
    transform: scale(0.9);
  }

  20%,
  40%,
  60%,
  80% {
    transform: scale(1.1);
  }

  50%,
  70% {
    transform: scale(1.05);
  }
}

@keyframes wiggle {

  0%,
  100% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(-5deg);
  }

  75% {
    transform: rotate(5deg);
  }
}

@keyframes glow {

  0%,
  100% {
    box-shadow: 0 0 5px currentColor, 0 0 10px currentColor;
  }

  50% {
    box-shadow: 0 0 20px currentColor, 0 0 30px currentColor;
  }
}

@keyframes skeletonLoading {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

/* Stagger Animation Delays */
.stagger-1 {
  animation-delay: 0.1s;
}

.stagger-2 {
  animation-delay: 0.2s;
}

.stagger-3 {
  animation-delay: 0.3s;
}

.stagger-4 {
  animation-delay: 0.4s;
}

.stagger-5 {
  animation-delay: 0.5s;
}

/* Premium Utility Classes */
.gradient-text {
  background: var(--gradient-text-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gradient-text-accent {
  background: var(--gradient-text-accent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.shimmer-effect {
  position: relative;
  overflow: hidden;
}

.shimmer-effect::after {
  content: none;
}

.glass-card-premium {
  background: rgba(15, 23, 42, 0.7);
  backdrop-filter: blur(5px) saturate(180%);
  -webkit-backdrop-filter: blur(5px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--elevation-3);
}





.skeleton-loader {
  background: rgba(255, 255, 255, 0.05);
  border-radius: var(--radius-md);
}

.badge-new {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: var(--gradient-fire);
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: var(--radius-full);
  font-size: var(--text-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: var(--shadow-lg);
  z-index: 10;
}

.badge-hot {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: var(--gradient-warning);
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: var(--radius-full);
  font-size: var(--text-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: var(--shadow-lg);
  /* Animation removed */
  z-index: 10;
}

.ribbon {
  position: absolute;
  top: 1rem;
  right: -0.5rem;
  background: var(--gradient-accent);
  color: white;
  padding: 0.5rem 1.5rem;
  font-size: var(--text-sm);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: var(--shadow-lg);
  z-index: 10;
}

.ribbon::before {
  content: '';
  position: absolute;
  bottom: -0.5rem;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5rem 0.5rem 0 0;
  border-color: var(--accent-dark) transparent transparent transparent;
}

.progress-bar {
  width: 100%;
  height: 0.5rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-full);
  overflow: hidden;
  position: relative;
}

.progress-bar-fill {
  height: 100%;
  background: var(--gradient-accent);
  border-radius: var(--radius-full);
  transition: width var(--transition-base);
  position: relative;
  overflow: hidden;
}

/* Modern Admin Modal */
.admin-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 6, 23, 0.8);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 2000;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.admin-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.admin-modal,
div:not(.btn):not(.badge):not(.search-suggestions):not(.search-suggestion-item):not(.hero):not(section):not(article):not(aside):not(main).admin-modal {
  background-color: #093246 !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  width: 90%;
  max-width: 450px;
  padding: 0;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  transform: translateY(20px) scale(0.95);
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  overflow: hidden;
}

.admin-modal-overlay.active .admin-modal {
  transform: translateY(0) scale(1);
}

.admin-modal-header {
  padding: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  gap: 1rem;
}

.admin-modal-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(239, 68, 68, 0.1);
  color: #ef4444;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.admin-modal-title h3 {
  margin: 0;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 600;
}

.admin-modal-title p {
  margin: 0.25rem 0 0 0;
  color: #94a3b8;
  font-size: 0.85rem;
}

.admin-modal-body {
  padding: 1.5rem;
  color: #cbd5e1;
  font-size: 0.95rem;
  line-height: 1.5;
}

.admin-modal-footer {
  padding: 1rem 1.5rem;
  background: transparent;
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
}

.btn-modal-cancel {
  padding: 0.6rem 1rem;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #cbd5e1;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

.btn-modal-cancel:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
}

.btn-modal-confirm {
  padding: 0.6rem 1rem;
  background: #ef4444;
  border: 1px solid #ef4444;
  color: #ffffff;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(239, 68, 68, 0.2);
  transition: all 0.2s;
}

.btn-modal-confirm:hover {
  background: #dc2626;
  box-shadow: 0 4px 15px rgba(239, 68, 68, 0.4);
}

.progress-bar-fill::after {
  content: none;
}

/* Magnetic Hover Effect */
.magnetic-hover {
  transition: transform var(--transition-base) var(--ease-elastic);
}

.magnetic-hover:hover {
  transform: translateY(-5px) scale(1.02);
}

/* Enhanced Card Hover */
.card-hover-lift {
  transition: all var(--transition-base) var(--ease-smooth);
}

.card-hover-lift:hover {
  transform: translateY(-10px) rotate(1deg);
  box-shadow: var(--elevation-5);
}

/* Ripple Effect Container */
.ripple-container {
  position: relative;
  overflow: hidden;
}

.ripple-container::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  top: 50%;
  left: 50%;
  animation: ripple 1s;
  opacity: 0;
  pointer-events: none;
}

.ripple-container:active::after {
  animation: ripple 0.6s;
}

/* Fade In Animations */
.fade-in {
  animation: fadeIn 0.6s ease-out;
}

.fade-in-up {
  animation: fadeInUp 0.8s ease-out;
}

.fade-in-down {
  animation: fadeInDown 0.8s ease-out;
}

.fade-in-left {
  animation: fadeInLeft 0.8s ease-out;
}

.fade-in-right {
  animation: fadeInRight 0.8s ease-out;
}

/* Bounce In */
.bounce-in {
  animation: bounceIn 0.8s var(--ease-bounce);
}

/* Zoom In */
.zoom-in {
  animation: zoomIn 0.5s ease-out;
}

/* Heartbeat */
.heartbeat {
  animation: heartbeat 1.5s ease-in-out infinite;
}

/* Wiggle */
.wiggle {
  animation: wiggle 0.5s ease-in-out;
}

/* Hover Glow */
.hover-glow {
  transition: all var(--transition-base);
}

.hover-glow:hover {
  box-shadow: 0 0 20px var(--accent-glow), 0 0 40px var(--accent-glow);
  transform: translateY(-2px);
}

/* Text Glow */
.text-glow {
  text-shadow: 0 0 10px var(--accent-glow), 0 0 20px var(--accent-glow);
}

/* Smooth Scroll */
html.smooth-scroll {
  scroll-behavior: smooth;
}

/* ========================================
   PROFESSIONAL HOMEPAGE ANIMATED BACKGROUND REMOVED
   ======================================== */

/* Mobile Optimization - kept some resets if needed, but mostly removed */
@media (max-width: 768px) {
  /* ... */
}

/* Reset & Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  font-size: var(--text-base);
  line-height: 1.7;
  color: #e2e8f0;
  background: var(--bg-black);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  cursor: url('../images/cursors/cursor-default.svg') 0 0, default;
}

/* Custom Cursor for Interactive Elements */
a,
button,
.btn,
input[type="submit"],
input[type="button"],
select,
.logo,
.hero-slider-nav,
.hero-slider-dot {
  cursor: url('../images/cursors/cursor-pointer.svg') 4 0, pointer;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: var(--spacing-md);
  color: #ffffff;
  letter-spacing: -0.01em;
}

h1 {
  font-size: var(--text-5xl);
}

h2 {
  font-size: var(--text-4xl);
}

h3 {
  font-size: var(--text-3xl);
}

h4 {
  font-size: var(--text-2xl);
}

h5 {
  font-size: var(--text-xl);
}

h6 {
  font-size: var(--text-lg);
}

p {
  margin-bottom: var(--spacing-sm);
  color: #e2e8f0;
  line-height: 1.7;
}

a {
  color: var(--accent);
  text-decoration: none;
  transition: all var(--transition-fast);
}

a:hover {
  color: var(--accent-light);
}

/* Container */
.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 var(--spacing-lg);
}

.container-wide {
  max-width: 1440px;
}

.container-narrow {
  max-width: 800px;
}

.container-fluid {
  width: 100%;
  padding: 0 var(--spacing-xl);
}

/* Header */
/* Initial state is relative/sticky */
.header {
  background: rgba(2, 6, 23, 0.8);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  /* Changed from sticky to relative for JS control */
  z-index: 9999;
  transition: all 0.3s ease;
  width: 100%;
}

/* Scrolled state = Fixed Top */
.header.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(2, 6, 23, 0.95);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  animation: slideDown 0.3s ease forwards;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: var(--gradient-primary);
  z-index: 1001;
  transition: width 0.1s ease-out;
  box-shadow: 0 0 10px var(--primary-glow);
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}

.logo {
  font-family: 'Outfit', 'Poppins', sans-serif;
  font-size: 1.85rem;
  font-weight: 800;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  transition: transform var(--transition-base);
}

.logo:hover {
  transform: translateY(-2px);
}

.logo img {
  height: 40px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 15px rgba(37, 99, 235, 0.4));
  transition: filter var(--transition-base);
}

.logo:hover img {
  filter: drop-shadow(0 0 25px rgba(37, 99, 235, 0.7));
}

.logo-text {
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 50%, #06b4d2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -1px;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 2px;
}

.logo-text::after {
  content: '';
  position: absolute;
  top: 0;
  left: -150%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  animation: shine-logo 6s infinite;
}

@keyframes shine-logo {
  0% {
    left: -150%;
  }

  15% {
    left: 150%;
  }

  100% {
    left: 150%;
  }
}

.vs-highlight {
  color: #06b4d2;
  -webkit-text-fill-color: #06b4d2;
}

.nav {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
  padding: 0 2rem;
}

.nav a {
  color: var(--text-secondary);
  font-weight: 600;
  font-size: 0.85rem;
  transition: all var(--transition-fast);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.25rem;
  white-space: nowrap;
}

.nav a i {
  font-family: 'Font Awesome 6 Free', 'Font Awesome 6 Solid';
  font-weight: 900;
  font-style: normal;
  font-size: 0.85rem;
  opacity: 0.8;
  transition: transform var(--transition-fast);
}

.nav a:hover {
  color: #ffffff;
}

.nav a:hover i {
  opacity: 1;
  transform: translateY(-1px);
  color: var(--accent);
}

.btn-request {
  color: var(--accent) !important;
  font-weight: 700 !important;
  background: rgba(6, 182, 212, 0.1);
  padding: 0.5rem 1rem !important;
  border-radius: var(--radius-full);
  border: 1px solid rgba(6, 182, 212, 0.2);
}

.btn-request:hover {
  background: rgba(6, 182, 212, 0.2) !important;
  border-color: var(--accent) !important;
  box-shadow: 0 0 15px rgba(6, 182, 212, 0.2);
}

.header-auth {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-left: 1rem;
  padding-left: 1.5rem;
  border-left: 1px solid var(--border);
}

.wishlist-link,
.profile-link {
  position: relative;
  color: var(--text-secondary) !important;
  font-size: 1.2rem !important;
  transition: all var(--transition-fast);
}

.wishlist-link:hover,
.profile-link:hover {
  color: #ffffff !important;
  transform: translateY(-2px);
}

.wishlist-badge {
  position: absolute;
  top: -8px;
  right: -10px;
  background: var(--primary);
  color: white;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border: 2px solid var(--bg-primary);
}

.login-link {
  font-weight: 700;
  color: var(--text-primary) !important;
  font-size: 0.9rem;
}

.btn-logout {
  padding: 0.5rem 1.25rem !important;
  font-size: 0.85rem !important;
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.btn-register {
  padding: 0.6rem 1.5rem !important;
  font-size: 0.9rem !important;
}

.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 1.5rem;
  cursor: pointer;
}

/* Hero Section */
.hero {
  background: var(--bg-black);
  background: var(--gradient-mesh), var(--gradient-hero);
  background-size: 400% 400%;
  animation: meshGradient 20s ease infinite;
  padding: 10rem 0 12rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: white;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(37, 99, 235, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(139, 92, 246, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 50% 50%, rgba(6, 182, 212, 0.08) 0%, transparent 60%);
  filter: blur(80px);
  animation: floatSlow 15s ease-in-out infinite;
}

.hero-visual-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
  height: 150%;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2360a5fa' fill-opacity='0.08'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.2;
  pointer-events: none;
  animation: float 20s ease-in-out infinite;
}

.hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: var(--bg-primary);
  clip-path: polygon(0 50%, 100% 0, 100% 100%, 0% 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero h1 {
  font-size: clamp(2.5rem, 6vw, 4rem);
  color: white;
  margin-bottom: 1.5rem;
  line-height: 1.1;
}

.hero p {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.8);
  max-width: 800px;
  margin: 0 auto 3rem;
}

/* Hero Search */
.hero-search-form {
  max-width: 800px;
  margin: 0 auto;
}

.hero-search-input-group {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-radius: var(--radius-2xl);
  padding: 0.6rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
  transition: all var(--transition-base);
}

.hero-search-input-group:focus-within {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
  transform: translateY(-2px);
}

.hero-search-input-group input {
  flex: 1;
  border: none;
  background: transparent;
  color: white;
  font-size: 1.1rem;
  padding: 1rem 1.5rem;
  outline: none;
}

.hero-search-input-group input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.hero-search-input-group .btn {
  padding: 1rem 2.5rem;
  border-radius: var(--radius-lg);
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.875rem 2.25rem;
  border-radius: var(--radius-lg);
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  border: none;
  transition: all var(--transition-base);
  font-family: var(--font-body);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent,
      rgba(255, 255, 255, 0.2),
      transparent);
  transition: none;
}

.btn:hover::after {
  animation: lightSweep 0.6s;
}

.btn-primary {
  background: var(--gradient-accent);
  color: white;
  box-shadow: var(--shadow-cyan);
  position: relative;
}

.btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), 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 var(--transition-base);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #0891b2 0%, #06b6d4 100%);
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 20px 60px -15px rgba(6, 182, 212, 0.5);
}

.btn-primary:hover::before {
  opacity: 1;
}

.btn-primary:active {
  transform: translateY(-1px) scale(1);
}

.btn-secondary {
  background: white;
  color: var(--text-dark);
  border: 1px solid var(--border);
}

.btn-secondary:hover {
  background: var(--bg-tertiary);
  transform: translateY(-2px);
}

.btn-outline {
  background: transparent;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.btn-outline:hover {
  background: white;
  color: var(--bg-black);
  border-color: white;
  transform: translateY(-2px);
}

/* Enhanced Button Variants */
.btn-success {
  background: var(--gradient-success);
  color: white;
  box-shadow: 0 10px 40px rgba(16, 185, 129, 0.25);
}

.btn-success:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 20px 60px -15px rgba(16, 185, 129, 0.5);
}

.btn-warning {
  background: var(--gradient-warning);
  color: white;
  box-shadow: 0 10px 40px rgba(245, 158, 11, 0.25);
}

.btn-warning:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 20px 60px -15px rgba(245, 158, 11, 0.5);
}

.btn-danger {
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
  color: white;
  box-shadow: 0 10px 40px rgba(239, 68, 68, 0.25);
}

.btn-danger:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 20px 60px -15px rgba(239, 68, 68, 0.5);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.05);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

/* Button Sizes */
.btn-sm {
  padding: 0.5rem 1.25rem;
  font-size: var(--text-sm);
}

.btn-lg {
  padding: 1.125rem 2.75rem;
  font-size: var(--text-lg);
}

.btn-xl {
  padding: 1.25rem 3rem;
  font-size: var(--text-xl);
}

/* Icon Buttons */
.btn-icon {
  padding: 0.75rem;
  border-radius: var(--radius-lg);
  aspect-ratio: 1;
}

.btn-icon-sm {
  padding: 0.5rem;
  font-size: var(--text-sm);
}

.btn-icon-lg {
  padding: 1rem;
  font-size: var(--text-xl);
}

/* Button Group */
.btn-group {
  display: inline-flex;
  gap: 0.5rem;
}

.btn-group .btn {
  margin: 0;
}

/* Loading Button */
.btn-loading {
  position: relative;
  color: transparent !important;
  pointer-events: none;
}

.btn-loading::after {
  content: '';
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: 50%;
  left: 50%;
  margin-left: -0.5rem;
  margin-top: -0.5rem;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: white;
  animation: spin 0.6s linear infinite;
}

/* Cards */
.card {
  background: rgba(15, 23, 42, 0.6);
  border-radius: var(--radius-2xl);
  padding: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  box-shadow: var(--elevation-2);
}

.card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.4), rgba(6, 182, 212, 0.2));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  opacity: 0;
  transition: opacity var(--transition-base);
  pointer-events: none;
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: var(--elevation-4), 0 0 30px rgba(6, 182, 212, 0.25);
  border-color: rgba(6, 182, 212, 0.3);
}

/* Global Ad Containers */
.global-ad-container {
  padding: 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: transparent;
}

.global-ad-container .container {
  display: flex;
  justify-content: center;
  width: 100%;
}

.header-ad {
  margin-bottom: 0;
}

.footer-ad {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .global-ad-container {
    padding: 1rem 0;
  }
}

.card:hover::after {
  opacity: 1;
}

.card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(6, 182, 212, 0.15) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
}

.card:hover::before {
  opacity: 1;
  animation: rotateGlow 8s linear infinite;
}

/* Card Variants */
.card-premium {
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.8) 0%, rgba(15, 23, 42, 0.6) 100%);
  border: 1px solid rgba(6, 182, 212, 0.3);
  box-shadow: var(--elevation-3);
}

.card-premium:hover {
  box-shadow: var(--elevation-5), 0 0 40px rgba(6, 182, 212, 0.3);
  transform: translateY(-10px) scale(1.01);
}

.card-interactive {
  cursor: pointer;
  user-select: none;
}

.card-interactive:active {
  transform: translateY(-4px) scale(0.98);
}

.card-featured {
  border: 2px solid var(--accent);
  box-shadow: var(--elevation-3), 0 0 30px rgba(6, 182, 212, 0.2);
}

.card-featured::before {
  opacity: 0.5;
}

.card-glass {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.card-image {
  width: 100%;
  height: 240px;
  object-fit: contain;
  border-radius: var(--radius-lg);
  margin-bottom: 1.5rem;
  background: rgba(255, 255, 255, 0.02);
  padding: 1rem;
}

.card-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.card-text {
  color: #cbd5e1;
  font-size: 0.95rem;
}

/* Grid Layouts */
.grid {
  display: grid;
  gap: 2rem;
}

.grid-2 {
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

.grid-3 {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

/* Responsive Grid Adjustments */
@media (max-width: 1200px) {
  .grid-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .grid-4 {
    grid-template-columns: 1fr;
  }
}

/* Section */
.section {
  padding: 8rem 0;
}

.section-title {
  text-align: center;
  margin-bottom: 5rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.section-title h2 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.section-title p {
  font-size: 1.25rem;
  color: #cbd5e1;
}

/* Section Dividers */
.divider {
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.divider-bottom {
  bottom: 0;
}

.divider-top {
  top: 0;
}

.divider svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 80px;
}

.divider .shape-fill {
  fill: var(--bg-secondary);
}

/* Category Badge */
.category-badge {
  display: inline-block;
  padding: 0.3rem 0.75rem;
  background: rgba(6, 182, 212, 0.1);
  color: var(--accent);
  border-radius: var(--radius-full);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: 1px solid rgba(6, 182, 212, 0.2);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

/* Comparison Table */
.comparison-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 3rem 0;
  background: rgba(15, 23, 42, 0.6);
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.comparison-table th,
.comparison-table td {
  padding: 1.5rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.comparison-table th {
  background: rgba(6, 182, 212, 0.2);
  color: #ffffff;
  font-weight: 800;
}

.comparison-table tr:last-child td {
  border-bottom: none;
}

.comparison-table tbody tr:hover {
  background: rgba(6, 182, 212, 0.1);
}

/* Pros & Cons */
.pros-cons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.pros,
.cons {
  padding: 2.5rem;
  border-radius: var(--radius-xl);
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.pros {
  border-left: 5px solid var(--success);
}

.cons {
  border-left: 5px solid var(--danger);
}

.pros h3,
.cons h3 {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  color: #ffffff;
}

.pros ul,
.cons ul {
  list-style: none;
  padding: 0;
}

.pros li,
.cons li {
  padding: 0.75rem 0;
  padding-left: 2rem;
  position: relative;
  font-size: 1.05rem;
  color: #e2e8f0;
}

.pros li::before {
  content: '\f00c';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  color: var(--success);
}

.cons li::before {
  content: '\f00d';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  color: var(--danger);
}

/* Modern Admin Form Tabs */
.content-tabs-container {
  margin-top: 2rem;
  background: rgba(15, 23, 42, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 1.5rem;
}

.content-tabs {
  display: flex;
  gap: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.content-tab {
  padding: 0.75rem 1.25rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  color: var(--text-secondary);
  font-family: 'Outfit', sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  outline: none;
}

.content-tab span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 600;
  transition: inherit;
}

.content-tab:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  transform: translateY(-2px);
}

.content-tab.active {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.2), rgba(37, 99, 235, 0.1));
  border-color: rgba(37, 99, 235, 0.5);
  color: #60a5fa;
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.1);
}

.content-tab.active span {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.4);
}

.tab-pane {
  animation: fadeInTab 0.4s ease-out;
}

@keyframes fadeInTab {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* FAQ Input Enhancements */
.faq-item-input {
  background: rgba(15, 23, 42, 0.6) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 12px !important;
  padding: 1.5rem !important;
  margin-bottom: 1.25rem !important;
  position: relative;
  transition: border-color 0.3s ease;
}

.faq-item-input:hover {
  border-color: rgba(37, 99, 235, 0.3) !important;
}

.remove-faq-btn,
.remove-link-btn {
  opacity: 0.6;
  transition: all 0.2s;
}

.remove-faq-btn:hover,
.remove-link-btn:hover {
  opacity: 1;
  transform: scale(1.1);
}

.pointer-events-none {
  pointer-events: none;
}

/* Footer */
.footer {
  background: var(--bg-black);
  color: white;
  padding: 10rem 0 4rem;
  position: relative;
  margin-top: 5rem;
  background: radial-gradient(circle at top right, rgba(37, 99, 235, 0.05), transparent 400px),
    radial-gradient(circle at bottom left, rgba(6, 182, 212, 0.05), transparent 400px);
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(to bottom, var(--bg-primary), transparent);
  z-index: 1;
}

.footer .logo {
  margin-bottom: 1.5rem;
  transform: scale(1.04);
  transform-origin: left center;
}

.footer .logo img {
  height: 44px;
}

.footer .logo-text {
  font-size: 1.8rem;
}

.footer-content {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 4rem;
  margin-bottom: 5rem;
  position: relative;
  z-index: 2;
}

.footer-section h4 {
  color: #ffffff;
  margin-bottom: 2rem;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.footer-section h4 i {
  font-size: 1.1rem;
}

.footer-section h4::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, #06b6d4, transparent);
}

.footer-section p {
  color: var(--text-muted);
  line-height: 1.6;
  font-size: 0.9rem;
  max-width: 360px;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section li {
  margin-bottom: 1.25rem;
}

.footer-section a {
  color: var(--text-muted);
  transition: all var(--transition-fast);
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.footer-section a:hover {
  color: #ffffff;
  transform: translateX(5px);
}

.footer-section a i {
  font-size: 0.8rem;
  color: var(--accent);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--text-muted);
  font-size: 0.85rem;
}

.social-links {
  display: flex;
  gap: 1.25rem;
}

.mobile-social-links {
  display: none;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2rem;
  width: 100%;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-social-links a {
  color: var(--text-secondary);
  font-size: 1.4rem;
  transition: all 0.3s ease;
}

.mobile-social-links a:hover {
  color: var(--accent);
  transform: translateY(-3px);
}

.social-links a {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.social-links a:hover {
  background: var(--accent);
  border-color: var(--accent-light);
  transform: translateY(-5px) rotate(8deg);
  box-shadow: 0 10px 20px rgba(6, 182, 212, 0.3);
  color: white;
}

.footer-request {
  color: var(--accent) !important;
  font-weight: 700;
}

.footer-request:hover {
  color: #ffffff !important;
}

/* Form Elements Refined */
.form-group {
  margin-bottom: 2rem;
}

.form-label {
  display: block;
  margin-bottom: 0.75rem;
  font-weight: 700;
  color: #ffffff;
}

.form-input,
.form-textarea,
.form-select {
  width: 100%;
  padding: 1rem 1.25rem;
  background: rgba(15, 23, 42, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  color: #ffffff;
  font-family: var(--font-body);
  transition: all var(--transition-fast);
}

.form-input:focus,
.form-textarea:focus,
.form-select:focus {
  outline: none;
  border-color: var(--accent);
  background: rgba(15, 23, 42, 0.8);
  box-shadow: 0 0 0 4px rgba(6, 182, 212, 0.2);
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-up {
  animation: fadeInUp 0.8s ease-out forwards;
}

/* Responsive Refinements */
@media (max-width: 1024px) {
  .footer-content {
    grid-template-columns: 1fr 1fr;
  }

  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .nav {
    display: none;
  }

  .mobile-menu-toggle {
    display: block;
  }

  .hero {
    padding: 6rem 0;
  }

  .footer-content {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }

  .section {
    padding: 4rem 0;
  }

  .section-title h2 {
    font-size: 2.5rem;
  }

  .grid-2,
  .grid-3 {
    grid-template-columns: 1fr;
  }
}


/* Search Suggestions Styling */
.search-suggestions {
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
  right: 0;
  background: rgba(248, 250, 252, 0.98);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-radius: var(--radius-xl);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(226, 232, 240, 0.5);
  max-height: 400px;
  overflow-y: auto;
  z-index: 100;
  animation: slideInUp 0.3s ease;
}

.search-suggestion-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.5rem;
  cursor: pointer;
  transition: all var(--transition-fast);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.search-suggestion-item:last-child {
  border-bottom: none;
}

.search-suggestion-item:hover,
.search-suggestion-item.selected {
  background: var(--gradient-card);
  padding-left: 2rem;
}

.search-suggestion-icon {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.75rem;
  flex-shrink: 0;
}

.search-suggestion-icon.product {
  background: linear-gradient(135deg, #2563eb, #1e40af);
  color: white;
}

.search-suggestion-icon.category {
  background: linear-gradient(135deg, #10b981, #059669);
  color: white;
}

.search-suggestion-icon.comparison {
  background: linear-gradient(135deg, #8b5cf6, #7c3aed);
  color: white;
}

.search-suggestion-content {
  flex: 1;
  min-width: 0;
}

.search-suggestion-title {
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-suggestion-subtitle {
  font-size: 0.85rem;
  color: #64748b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Enhanced Category Icon Hover */
.category-icon-container {
  width: 120px;
  height: 120px;
  background: rgba(6, 182, 212, 0.1);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
  color: var(--accent);
  font-size: 3rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 1px solid rgba(6, 182, 212, 0.2);
}

.category-icon-container img {
  position: relative;
  z-index: 2;
}

.category-icon-large {
  width: 100px;
  height: 100px;
  background: var(--bg-tertiary);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2.5rem;
  color: var(--primary);
  font-size: 3rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.category-icon-large img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-icon-container::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--gradient-accent);
  opacity: 0;
  transition: opacity var(--transition-base);
  border-radius: inherit;
}

.category-icon-container i {
  position: relative;
  z-index: 2;
  transition: all var(--transition-base);
}

.card:hover .category-icon-container {
  transform: scale(1.1) rotate(5deg);
  box-shadow: var(--shadow-cyan-glow);
}

.card:hover .category-icon-container::before {
  opacity: 1;
}

.card:hover .category-icon-container i {
  color: white;
  transform: scale(1.1);
}

/* Loading Animation */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.loading {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: white;
  animation: spin 0.6s linear infinite;
}

/* Tooltip */
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  padding: 0.5rem 1rem;
  background: var(--bg-black);
  color: white;
  border-radius: var(--radius-md);
  font-size: 0.85rem;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: all var(--transition-base);
  box-shadow: var(--shadow-xl);
}

.tooltip:hover::after {
  opacity: 1;
  transform: translateX(-50%) translateY(-12px);
}

/* Badge Enhancements */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: var(--radius-full);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.badge-primary {
  background: var(--gradient-primary);
  color: white;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.badge-success {
  background: linear-gradient(135deg, #10b981, #059669);
  color: white;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.badge-warning {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: white;
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
}

/* Skeleton Loading */
.skeleton {
  background: linear-gradient(90deg, var(--bg-secondary) 25%, var(--bg-tertiary) 50%, var(--bg-secondary) 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: var(--radius-md);
}

.skeleton-text {
  height: 1rem;
  margin-bottom: 0.5rem;
}

.skeleton-title {
  height: 2rem;
  width: 60%;
  margin-bottom: 1rem;
}

.skeleton-image {
  height: 200px;
  width: 100%;
}

/* Pulse Animation for New Items */
@keyframes pulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.7;
  }
}

.pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

/* Gradient Text */
.gradient-text {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Glass Card Variant */
.card-glass-modern {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

/* Improved Button Variants */
.btn-gradient {
  background: var(--gradient-primary);
  color: white;
  border: none;
  position: relative;
  overflow: hidden;
}

.btn-gradient::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s;
}

.btn-gradient:hover::before {
  left: 100%;
}

.btn-glass {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
}

.btn-glass:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
}

/* Improved Mobile Responsiveness */
@media (max-width: 768px) {
  .hero {
    padding: 6rem 0 8rem;
  }

  .hero h1 {
    font-size: 2.5rem;
  }

  .hero p {
    font-size: 1.1rem;
  }

  .hero-search-input-group {
    flex-direction: column;
    gap: 0.5rem;
  }

  .hero-search-input-group .btn {
    width: 100%;
  }

  .card {
    padding: 2rem;
  }

  .section {
    padding: 4rem 0;
  }

  .section-title h2 {
    font-size: 2rem;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }
}

/* Smooth Transitions for All Interactive Elements */
button,
a,
input,
textarea,
select {
  transition: all var(--transition-base);
}

/* Allow text selection in inputs and textareas */
input,
textarea,
select {
  user-select: text !important;
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
}

/* Allow text selection in editable content */
[contenteditable="true"] {
  user-select: text !important;
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
}

/* Focus Styles for Accessibility */
*:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}

/* Selection Color */
::selection {
  background: var(--primary);
  color: white;
}

::-moz-selection {
  background: var(--primary);
  color: white;
}

/* Ensure inputs can be typed in */
input:focus,
textarea:focus,
select:focus {
  user-select: text !important;
  -webkit-user-select: text !important;
  pointer-events: auto !important;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: var(--bg-secondary);
}

::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: var(--radius-full);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--primary-dark);
}


/* Animated Background Patterns */
.bg-pattern-dots {
  background-image: radial-gradient(circle, rgba(37, 99, 235, 0.1) 1px, transparent 1px);
  background-size: 30px 30px;
}

.bg-pattern-grid {
  background-image:
    linear-gradient(rgba(37, 99, 235, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 99, 235, 0.05) 1px, transparent 1px);
  background-size: 50px 50px;
}

/* Glowing Border Effect */
.glow-border {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
}

.glow-border::before {
  content: '';
  position: absolute;
  inset: -2px;
  background: conic-gradient(from 0deg,
      var(--primary),
      var(--accent),
      var(--purple),
      var(--primary));
  border-radius: inherit;
  animation: rotate 4s linear infinite;
  z-index: -1;
}

.glow-border::after {
  content: '';
  position: absolute;
  inset: 2px;
  background: var(--bg-primary);
  border-radius: inherit;
  z-index: -1;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

/* Floating Elements */
.float-animation {
  animation: float 6s ease-in-out infinite;
}

.float-animation-slow {
  animation: floatSlow 8s ease-in-out infinite;
}

/* Gradient Borders */
.gradient-border {
  position: relative;
  background: var(--bg-primary);
  border-radius: var(--radius-xl);
}

.gradient-border::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: var(--gradient-primary);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

/* Shine Effect */
.shine {
  position: relative;
  overflow: hidden;
}

.shine::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg,
      transparent 30%,
      rgba(255, 255, 255, 0.3) 50%,
      transparent 70%);
  transform: translateX(-100%) translateY(-100%) rotate(45deg);
  transition: transform 0.6s;
}

.shine:hover::after {
  transform: translateX(100%) translateY(100%) rotate(45deg);
}

/* Neon Glow Text */
.neon-text {
  color: var(--primary);
  text-shadow:
    0 0 10px rgba(37, 99, 235, 0.5),
    0 0 20px rgba(37, 99, 235, 0.3),
    0 0 30px rgba(37, 99, 235, 0.2);
  animation: neonPulse 2s ease-in-out infinite;
}

@keyframes neonPulse {

  0%,
  100% {
    text-shadow:
      0 0 10px rgba(37, 99, 235, 0.5),
      0 0 20px rgba(37, 99, 235, 0.3),
      0 0 30px rgba(37, 99, 235, 0.2);
  }

  50% {
    text-shadow:
      0 0 20px rgba(37, 99, 235, 0.8),
      0 0 30px rgba(37, 99, 235, 0.5),
      0 0 40px rgba(37, 99, 235, 0.3);
  }
}

/* Morphing Blob Background */
.blob-bg {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.3;
  animation: morphBlob 10s ease-in-out infinite;
}

.blob-bg-1 {
  background: var(--primary);
  top: -250px;
  left: -250px;
}

.blob-bg-2 {
  background: var(--accent);
  bottom: -250px;
  right: -250px;
  animation-delay: -5s;
}

@keyframes morphBlob {

  0%,
  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    transform: translate(0, 0) scale(1);
  }

  25% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
    transform: translate(50px, -50px) scale(1.1);
  }

  50% {
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
    transform: translate(-50px, 50px) scale(0.9);
  }

  75% {
    border-radius: 70% 30% 50% 50% / 30% 50% 70% 50%;
    transform: translate(30px, 30px) scale(1.05);
  }
}

/* Stagger Animation Utility */
.stagger-animation>* {
  opacity: 0;
  transform: translateY(30px);
  animation: slideInUp 0.6s ease forwards;
}

.stagger-animation>*:nth-child(1) {
  animation-delay: 0.1s;
}

.stagger-animation>*:nth-child(2) {
  animation-delay: 0.2s;
}

.stagger-animation>*:nth-child(3) {
  animation-delay: 0.3s;
}

.stagger-animation>*:nth-child(4) {
  animation-delay: 0.4s;
}

.stagger-animation>*:nth-child(5) {
  animation-delay: 0.5s;
}

.stagger-animation>*:nth-child(6) {
  animation-delay: 0.6s;
}

/* Utility Classes */
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.mt-1 {
  margin-top: 0.5rem;
}

.mt-2 {
  margin-top: 1rem;
}

.mt-3 {
  margin-top: 1.5rem;
}

.mt-4 {
  margin-top: 2rem;
}

.mt-5 {
  margin-top: 3rem;
}

.mb-1 {
  margin-bottom: 0.5rem;
}

.mb-2 {
  margin-bottom: 1rem;
}

.mb-3 {
  margin-bottom: 1.5rem;
}

.mb-4 {
  margin-bottom: 2rem;
}

.mb-5 {
  margin-bottom: 3rem;
}

.p-1 {
  padding: 0.5rem;
}

.p-2 {
  padding: 1rem;
}

.p-3 {
  padding: 1.5rem;
}

.p-4 {
  padding: 2rem;
}

.p-5 {
  padding: 3rem;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-1 {
  gap: 0.5rem;
}

.gap-2 {
  gap: 1rem;
}

.gap-3 {
  gap: 1.5rem;
}

.gap-4 {
  gap: 2rem;
}

.rounded {
  border-radius: var(--radius-md);
}

.rounded-lg {
  border-radius: var(--radius-lg);
}

.rounded-xl {
  border-radius: var(--radius-xl);
}

.rounded-full {
  border-radius: var(--radius-full);
}

.shadow {
  box-shadow: var(--shadow-md);
}

.shadow-lg {
  box-shadow: var(--shadow-lg);
}

.shadow-xl {
  box-shadow: var(--shadow-xl);
}

.shadow-2xl {
  box-shadow: var(--shadow-2xl);
}

.opacity-0 {
  opacity: 0;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-100 {
  opacity: 1;
}

/* Hover Scale Effect */
.hover-scale {
  transition: transform var(--transition-base);
}

.hover-scale:hover {
  transform: scale(1.05);
}

/* Hover Lift Effect */
.hover-lift {
  transition: transform var(--transition-base), box-shadow var(--transition-base);
}

.hover-lift:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-xl);
}

/* Responsive Video Container */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  border-radius: var(--radius-xl);
}

.video-container iframe,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Image Overlay Effect */
.image-overlay {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
}

.image-overlay::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
      transparent 0%,
      rgba(0, 0, 0, 0.7) 100%);
  opacity: 0;
  transition: opacity var(--transition-base);
}

.image-overlay:hover::after {
  opacity: 1;
}

.image-overlay-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  color: white;
  transform: translateY(100%);
  transition: transform var(--transition-base);
  z-index: 2;
}

.image-overlay:hover .image-overlay-content {
  transform: translateY(0);
}

/* Print Styles */
@media print {

  .header,
  .footer,
  .btn,
  .nav {
    display: none !important;
  }

  body {
    background: white;
    color: black;
  }

  .card {
    break-inside: avoid;
    box-shadow: none;
    border: 1px solid #ddd;
  }
}

/* Dark Mode Support (Optional) */
@media (prefers-color-scheme: dark) {
  :root {
    --bg-primary: #0a0f1e;
    --bg-secondary: #0f172a;
    --bg-tertiary: #1e293b;
    --text-primary: #f1f5f9;
    --text-secondary: #cbd5e1;
    --border: #334155;
  }

  .card {
    background: rgba(30, 41, 59, 0.5);
  }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}


/* Mobile Navigation Styles */
@media (max-width: 768px) {
  .nav {
    position: fixed !important;
    top: 0 !important;
    right: -100% !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100vh !important;
    background: rgba(2, 6, 23, 0.98) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    flex-direction: column !important;
    padding: 6rem 2rem 2rem !important;
    gap: 0 !important;
    box-shadow: -10px 0 50px rgba(0, 0, 0, 0.5) !important;
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    z-index: 9999 !important;
    overflow-y: auto !important;
    pointer-events: auto !important;
    display: flex !important;
  }

  .nav.active {
    right: 0 !important;
    pointer-events: auto !important;
  }

  .nav>a {
    width: 100% !important;
    padding: 1.25rem 1.5rem !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    font-size: 1.1rem !important;
    color: #ffffff !important;
    pointer-events: auto !important;
    display: block !important;
  }

  .nav a::after {
    display: none !important;
  }

  .nav>a:hover {
    background: rgba(37, 99, 235, 0.2) !important;
    padding-left: 2rem !important;
  }

  /* Style the nested div for login/register buttons */
  .nav>div {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
  }

  .nav>div a {
    width: 100% !important;
    padding: 1.25rem 1.5rem !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    font-size: 1.1rem !important;
    color: #ffffff !important;
    pointer-events: auto !important;
    display: block !important;
    text-align: left !important;
  }

  .nav>div a:hover {
    background: rgba(37, 99, 235, 0.2) !important;
    padding-left: 2rem !important;
  }

  .nav>div .btn {
    border-radius: 0 !important;
    width: 100% !important;
    justify-content: flex-start !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .nav>div .btn:hover {
    background: rgba(37, 99, 235, 0.2) !important;
  }

  .mobile-menu-toggle {
    display: block !important;
    z-index: 10000 !important;
    position: relative !important;
    pointer-events: auto !important;
    cursor: pointer !important;
  }

  /* Mobile Menu Overlay */
  .nav.active::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
    animation: fadeIn 0.3s ease;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }
}


/* Particle Background Effect (Optional Enhancement) */
.particles-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(37, 99, 235, 0.3);
  border-radius: 50%;
  animation: particleFloat 15s infinite;
}

@keyframes particleFloat {
  0% {
    transform: translateY(100vh) translateX(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    transform: translateY(-100vh) translateX(100px);
    opacity: 0;
  }
}

/* Magnetic Button Effect */
.btn-magnetic {
  transition: transform 0.2s ease;
}

/* Enhanced Focus States for Better Accessibility */
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid var(--primary);
  outline-offset: 3px;
  border-radius: var(--radius-sm);
}

/* Skip to Content Link for Accessibility */
.skip-to-content {
  position: absolute;
  top: -100px;
  left: 0;
  background: var(--primary);
  color: white;
  padding: 1rem 2rem;
  text-decoration: none;
  border-radius: 0 0 var(--radius-md) 0;
  z-index: 10000;
  transition: top var(--transition-base);
}

.skip-to-content:focus {
  top: 0;
}

/* Performance Optimization */
.card,
.btn,
.hero-content {
  will-change: auto;
}

/* Final Polish - Smooth Everything */
* {
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-padding-top: 100px;
}

/* Success! Beautiful Modern Website Complete */


/* Fix for specific page elements with white backgrounds */
table {
  color: #ffffff;
}

table th {
  color: #ffffff;
  background: rgba(37, 99, 235, 0.2);
}

table td {
  color: #e2e8f0;
}

/* Specification tables */
.specs-table,
.specifications-table,
[class*="spec"] table {
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.specs-table th,
.specifications-table th,
[class*="spec"] table th {
  background: rgba(37, 99, 235, 0.2);
  color: #ffffff;
}

.specs-table td,
.specifications-table td,
[class*="spec"] table td {
  color: #e2e8f0;
  border-color: rgba(255, 255, 255, 0.1);
}

/* Alert/Message boxes */
.alert,
.message,
.notification {
  color: #ffffff;
}

.alert-success {
  background: rgba(16, 185, 129, 0.2);
  border-color: var(--success);
  color: #ffffff;
}

.alert-danger,
.alert-error {
  background: rgba(239, 68, 68, 0.2);
  border-color: var(--danger);
  color: #ffffff;
}

.alert-info {
  background: rgba(37, 99, 235, 0.2);
  border-color: var(--primary);
  color: #ffffff;
}

.alert-warning {
  background: rgba(245, 158, 11, 0.2);
  border-color: var(--warning);
  color: #ffffff;
}

/* Ensure all text in cards is visible */
.card * {
  color: inherit;
}

.card h1,
.card h2,
.card h3,
.card h4,
.card h5,
.card h6 {
  color: #ffffff;
}

.card p,
.card li,
.card span:not(.badge):not(.category-badge) {
  color: #e2e8f0;
}

.card a {
  color: var(--primary-light);
}

.card a:hover {
  color: var(--primary);
}

/* Fix for any remaining white background elements */
[style*="background: white"],
[style*="background:white"],
[style*="background: #fff"],
[style*="background:#fff"],
[style*="background: #ffffff"],
[style*="background:#ffffff"] {
  background: rgba(15, 23, 42, 0.6) !important;
  color: #ffffff !important;
}

/* Ensure proper contrast for links */
a:not(.btn) {
  color: var(--primary-light);
}

a:not(.btn):hover {
  color: #93c5fd;
}


/* COMPREHENSIVE COLOR FIX - Override all white backgrounds */

/* Force dark theme on all major elements - but allow pointer events */
* {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

/* Remove all white backgrounds globally */
div:not(.btn):not(.badge):not(.search-suggestions):not(.search-suggestion-item),
section:not(.hero),
article,
aside,
main {
  background-color: transparent !important;
}

/* Specific fixes for common white background elements */
.container,
.section,
.content,
.wrapper,
.box,
[class*="container"],
[class*="wrapper"],
[class*="content"] {
  background: transparent !important;
}

/* Fix for inline styles with white backgrounds */
div[style*="background: white"],
div[style*="background:white"],
div[style*="background: #fff"],
div[style*="background:#fff"],
div[style*="background: #ffffff"],
div[style*="background:#ffffff"],
div[style*="background-color: white"],
div[style*="background-color:white"],
div[style*="background-color: #fff"],
div[style*="background-color:#fff"],
div[style*="background-color: #ffffff"],
div[style*="background-color:#ffffff"] {
  background: rgba(15, 23, 42, 0.6) !important;
  color: #ffffff !important;
}

/* Fix for buttons with white backgrounds */
.btn-secondary {
  background: rgba(15, 23, 42, 0.8) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.btn-secondary:hover {
  background: rgba(37, 99, 235, 0.3) !important;
  transform: translateY(-2px);
}

/* Fix for any remaining light backgrounds */
[style*="background: var(--bg-secondary)"],
[style*="background: var(--bg-tertiary)"],
[style*="background:var(--bg-secondary)"],
[style*="background:var(--bg-tertiary)"] {
  background: rgba(15, 23, 42, 0.4) !important;
}

/* Ensure section backgrounds are dark */
.section {
  background: transparent !important;
}

.section[style*="background: var(--bg-secondary)"] {
  background: rgba(10, 15, 30, 0.5) !important;
}

.section[style*="background: var(--bg-dark)"] {
  background: rgba(15, 23, 42, 0.8) !important;
}

/* Fix category badges */
.category-badge {
  background: rgba(37, 99, 235, 0.2) !important;
  color: var(--primary-light) !important;
  border: 1px solid rgba(37, 99, 235, 0.3) !important;
  font-size: 0.7rem !important;
  padding: 0.3rem 0.75rem !important;
}

/* Fix any grid items */
.grid>* {
  background: transparent !important;
}

/* Ensure all text is visible */
div,
span,
p,
li,
td,
th,
label {
  color: inherit;
}

/* Fix for comparison cards */
.card[style*="background: white"],
.card[style*="background: rgba(255, 255, 255"] {
  background: rgba(15, 23, 42, 0.6) !important;
}

/* Fix for image containers */
div[style*="background: white"][style*="border-radius"],
div[style*="background: white"][style*="overflow: hidden"] {
  background: rgba(15, 23, 42, 0.6) !important;
}

/* Fix for VS badge in comparisons */
div[style*="background: var(--primary)"][style*="border-radius: 50%"] {
  background: var(--gradient-primary) !important;
  border: 3px solid rgba(255, 255, 255, 0.2) !important;
}

/* Fix for icon containers */
div[style*="background: var(--bg-tertiary)"][style*="border-radius"] {
  background: rgba(37, 99, 235, 0.15) !important;
}

/* Fix for any white overlays */
div[style*="position: absolute"][style*="background: white"] {
  background: transparent !important;
}

/* Ensure proper text color in all contexts */
.card-title,
.section-title h2,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ffffff !important;
}

p,
li,
span:not(.badge):not(.category-badge),
td,
th {
  color: #e2e8f0 !important;
}

/* Fix for form elements */
input::placeholder,
textarea::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* Fix for any modal or popup backgrounds */
.modal,
.popup,
.overlay {
  background: rgba(2, 6, 23, 0.95) !important;
}

/* Fix for footer sections */
.footer-section p,
.footer-section a {
  color: rgba(255, 255, 255, 0.6) !important;
}

.footer-section h4 {
  color: white !important;
}

/* Fix for any remaining issues with specific elements */
[class*="bg-"] {
  color: #ffffff !important;
}

/* Ensure buttons maintain their styling */
.btn {
  color: white !important;
}

.btn-outline {
  color: white !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
}

/* Fix for search input */
.hero-search-input-group input {
  color: white !important;
}

.hero-search-input-group input::placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
}

/* Fix for any card with inline white background */
a.card[style*="background"],
div.card[style*="background"] {
  background: rgba(15, 23, 42, 0.6) !important;
}


/* Additional fixes for specific page elements */

/* Fix for product/comparison image containers */
div[style*="height: 180px"],
div[style*="height: 200px"],
div[style*="height: 220px"] {
  background: rgba(15, 23, 42, 0.4) !important;
}

/* Fix for split image containers in comparisons */
div[style*="flex: 1"][style*="background: white"],
div[style*="flex: 1"][style*="background: var(--bg-secondary)"] {
  background: rgba(15, 23, 42, 0.4) !important;
}

/* Ensure proper styling for all card variations */
.card-glass {
  background: rgba(15, 23, 42, 0.5) !important;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.card-glass-modern {
  background: rgba(15, 23, 42, 0.6) !important;
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

/* Fix for any stats or number displays */
.stats,
.numbers,
[class*="stat"],
[class*="number"] {
  color: #ffffff !important;
}

/* Fix for breadcrumbs */
.breadcrumb,
.breadcrumbs {
  color: #cbd5e1 !important;
}

.breadcrumb a,
.breadcrumbs a {
  color: var(--primary-light) !important;
}

/* Fix for tags */
.tag,
.tags {
  background: rgba(37, 99, 235, 0.2) !important;
  color: var(--primary-light) !important;
  border: 1px solid rgba(37, 99, 235, 0.3) !important;
}


/* Fix for input typing issues */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="number"],
textarea,
select {
  user-select: text !important;
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  pointer-events: auto !important;
  cursor: text !important;
}

/* Ensure form elements are interactive */
.form-input,
.form-textarea,
.form-select {
  user-select: text !important;
  -webkit-user-select: text !important;
  pointer-events: auto !important;
  cursor: text !important;
}

/* Remove any overlay that might block inputs */
input::before,
input::after,
textarea::before,
textarea::after {
  display: none !important;
}

/* Ensure inputs are clickable and typeable */
form input,
form textarea,
form select {
  position: relative;
  z-index: 10;
  pointer-events: auto !important;
}


/* FAQ Accordion Fixes */
.faq-item {
  cursor: default !important;
  pointer-events: auto !important;
}

.faq-question {
  cursor: pointer !important;
  user-select: none !important;
  -webkit-user-select: none !important;
  pointer-events: auto !important;
  z-index: 10 !important;
  position: relative !important;
}

.faq-question * {
  pointer-events: none !important;
}

.faq-answer {
  pointer-events: none;
}

.faq-item.active .faq-answer {
  pointer-events: auto;
}

/* Ensure FAQ colors are correct */
.faq-item h3 {
  color: #ffffff !important;
}

.faq-item .faq-answer div {
  color: #e2e8f0 !important;
}

.faq-icon {
  background: rgba(37, 99, 235, 0.2) !important;
  flex-shrink: 0;
  pointer-events: none !important;
}

.faq-item.active {
  border-color: var(--primary) !important;
  background: rgba(37, 99, 235, 0.1) !important;
  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.2) !important;
}

.faq-item:hover:not(.active) {
  border-color: rgba(37, 99, 235, 0.5) !important;
  background: rgba(37, 99, 235, 0.05) !important;
}


/* Ensure mobile menu button is always clickable */
.mobile-menu-toggle {
  pointer-events: auto !important;
  cursor: pointer !important;
  touch-action: manipulation !important;
  -webkit-tap-highlight-color: transparent;
}

.mobile-menu-toggle i {
  pointer-events: none !important;
}

/* Fix for mobile menu in dark theme */
@media (max-width: 768px) {
  .header {
    pointer-events: auto !important;
  }

  .header-content {
    pointer-events: auto !important;
  }

  .nav>* {
    pointer-events: auto !important;
  }
}


/* Fix CKEditor typing and selection issues */
.ck.ck-editor__main>.ck-editor__editable,
.ck.ck-editor__editable,
.ck-content,
.ck-editor__editable_inline {
  user-select: text !important;
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  pointer-events: auto !important;
  cursor: text !important;
}

.ck-editor__editable * {
  user-select: text !important;
  -webkit-user-select: text !important;
  pointer-events: auto !important;
}

.ck.ck-toolbar,
.ck.ck-toolbar * {
  user-select: none !important;
  -webkit-user-select: none !important;
  pointer-events: auto !important;
}

.ck.ck-button,
.ck.ck-dropdown {
  pointer-events: auto !important;
  cursor: pointer !important;
}

/* Ensure CKEditor is always on top and clickable */
.ck.ck-editor {
  position: relative !important;
  z-index: 100 !important;
}

.ck.ck-balloon-panel {
  z-index: 10000 !important;
}

/* Remove any overlays that might block CKEditor */
.ck-editor__editable::before,
.ck-editor__editable::after {
  display: none !important;
}

/* Fix CKEditor toolbar background and button colors - DARK THEME */
.ck.ck-toolbar {
  background: rgba(15, 23, 42, 0.8) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.ck.ck-toolbar .ck-toolbar__items {
  background: transparent !important;
}

/* Fix toolbar button icons - WHITE COLOR */
.ck.ck-button .ck-icon,
.ck.ck-button .ck-button__label {
  color: #ffffff !important;
  fill: #ffffff !important;
}

.ck.ck-button:hover .ck-icon,
.ck.ck-button:hover .ck-button__label {
  color: #60a5fa !important;
  fill: #60a5fa !important;
}

.ck.ck-button.ck-on .ck-icon,
.ck.ck-button.ck-on .ck-button__label {
  color: #60a5fa !important;
  fill: #60a5fa !important;
}

.ck.ck-button:hover {
  background: rgba(37, 99, 235, 0.2) !important;
}

.ck.ck-button.ck-on {
  background: rgba(37, 99, 235, 0.3) !important;
}

/* Fix dropdown button - WHITE COLOR */
.ck.ck-dropdown .ck-dropdown__button .ck-button__label {
  color: #ffffff !important;
}

.ck.ck-dropdown .ck-dropdown__arrow {
  fill: #ffffff !important;
}

/* Fix toolbar separators */
.ck.ck-toolbar__separator {
  background: rgba(255, 255, 255, 0.2) !important;
}

/* Fix for admin pages specifically */
body .ck-editor__editable {
  background: rgba(15, 23, 42, 0.6) !important;
  color: #ffffff !important;
}

body .ck-content p,
body .ck-content h1,
body .ck-content h2,
body .ck-content h3,
body .ck-content h4,
body .ck-content li,
body .ck-content span,
body .ck-content div,
body .ck-content td,
body .ck-content th,
body .ck-content strong,
body .ck-content em,
body .ck-content a {
  color: #ffffff !important;
  user-select: text !important;
  -webkit-user-select: text !important;
}

/* CKEditor placeholder text */
.ck.ck-editor__editable>.ck-placeholder::before {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* CKEditor selection color */
.ck-content ::selection {
  background: rgba(37, 99, 235, 0.5) !important;
  color: #ffffff !important;
}

/* Fix CKEditor dropdown menu text color */
.ck.ck-list__item,
.ck.ck-list__item .ck-button,
.ck.ck-dropdown__panel .ck-list__item,
.ck.ck-dropdown__panel .ck-button__label {
  color: #1f2937 !important;
}

.ck.ck-list__item:hover,
.ck.ck-list__item.ck-on {
  background: #2563eb !important;
  color: #ffffff !important;
}

.ck.ck-list__item:hover .ck-button__label,
.ck.ck-list__item.ck-on .ck-button__label {
  color: #ffffff !important;
}

/* Fix heading dropdown specifically */
.ck.ck-heading-dropdown .ck-list__item .ck-button__label {
  color: #1f2937 !important;
  font-weight: 500 !important;
}

.ck.ck-heading-dropdown .ck-list__item:hover .ck-button__label,
.ck.ck-heading-dropdown .ck-list__item.ck-on .ck-button__label {
  color: #ffffff !important;
}

/* Fix dropdown panel background */
.ck.ck-dropdown__panel {
  background: #ffffff !important;
}

.ck.ck-dropdown__panel .ck-list {
  background: #ffffff !important;
}


/* CKEditor heading styles in dark theme */
body .ck-content h1,
body .ck-content h5,
body .ck-content h6,
body .ck-content pre {
  color: #ffffff !important;
}

body .ck-content pre {
  background: rgba(0, 0, 0, 0.3) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  padding: 1rem !important;
  border-radius: 4px !important;
  overflow-x: auto !important;
}

/* CKEditor source editing mode */
.ck-source-editing-area {
  background: rgba(15, 23, 42, 0.8) !important;
  color: #ffffff !important;
}

.ck-source-editing-area textarea {
  background: rgba(15, 23, 42, 0.8) !important;
  color: #ffffff !important;
  font-family: 'Courier New', monospace !important;
}

/* Admin Tables */
.admin-table {
  width: 100%;
  border-collapse: collapse;
  background: rgba(15, 23, 42, 0.4);
  border-radius: 8px;
  overflow: hidden;
}

.admin-table thead {
  background: linear-gradient(135deg, #0891b2, #06b6d4);
}

.admin-table thead th {
  padding: 16px 20px;
  text-align: left;
  font-weight: 700;
  color: #ffffff;
  font-size: 0.95rem;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.admin-table tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.2s ease;
}

.admin-table tbody tr:last-child {
  border-bottom: none;
}

.admin-table tbody tr:hover {
  background: rgba(6, 182, 212, 0.1);
}

.admin-table td {
  padding: 14px 20px;
  vertical-align: top;
  color: #e2e8f0;
  font-size: 0.95rem;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.empty-state {
  text-align: center;
  padding: 4rem 2rem;
  color: var(--text-muted);
}

.alert {
  padding: 1rem 1.5rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.alert-success {
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.3);
  color: #10b981;
}

.alert-danger {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
  color: #ef4444;
}

.btn-sm {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}

.card-header {
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.card-header h2 {
  margin: 0;
  color: #ffffff;
  font-size: 1.5rem;
}

/* Product Review Cards */
.review-card {
  background: rgba(15, 23, 42, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.review-card:hover {
  background: rgba(15, 23, 42, 0.6);
  border-color: rgba(59, 130, 246, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.review-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.review-author {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 70%;
}

.review-date {
  color: #94a3b8;
  font-size: 0.875rem;
  white-space: nowrap;
}

.review-rating {
  margin-bottom: 0.75rem;
  color: #fbbf24;
  font-size: 1.1rem;
}

.review-rating i {
  margin-right: 2px;
}

.review-text {
  color: #e2e8f0;
  margin: 0;
  line-height: 1.7;
  font-size: 0.95rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: pre-wrap;
}

.review-empty-state {
  text-align: center;
  padding: 3rem;
  color: #94a3b8;
  background: rgba(15, 23, 42, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
}

.review-empty-state i {
  font-size: 3rem;
  color: #fbbf24;
  margin-bottom: 1rem;
  display: block;
}

.review-empty-state p:first-of-type {
  font-size: 1.2rem;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.admin-container {
  display: flex;
  min-height: 100vh;
}

.admin-main {
  flex: 1;
  padding: 2rem;
}

.admin-header {
  margin-bottom: 2rem;
}

.admin-header h1 {
  margin: 0 0 0.5rem 0;
  color: #ffffff;
}

.admin-header p {
  margin: 0;
  color: var(--text-muted);
}

/* --- Premium Hero Slider Styles --- */
.hero-slider {
  position: relative;
  width: 100%;
  height: 750px;
  /* Increased height for more majesty */
  overflow: hidden;
  background: #020617;
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.6);
}

.hero-slider-container {
  position: relative;
  width: 100%;
  height: 100%;
}

/* Floating Ambient Background Blobs */
.hero-bg-blobs {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
  opacity: 0.4;
}

.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  animation: blob-move 20s infinite alternate cubic-bezier(0.45, 0, 0.55, 1);
}

.blob-1 {
  width: 500px;
  height: 500px;
  background: rgba(6, 182, 212, 0.15);
  top: -10%;
  left: -10%;
}

.blob-2 {
  width: 600px;
  height: 600px;
  background: rgba(59, 130, 246, 0.12);
  bottom: -15%;
  right: -5%;
  animation-delay: -5s;
}

.blob-3 {
  width: 400px;
  height: 400px;
  background: rgba(139, 92, 246, 0.1);
  top: 40%;
  left: 60%;
  animation-delay: -10s;
}

@keyframes blob-move {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }

  33% {
    transform: translate(100px, 50px) rotate(120deg) scale(1.1);
  }

  66% {
    transform: translate(-50px, 100px) rotate(240deg) scale(0.9);
  }

  100% {
    transform: translate(0, 0) rotate(360deg) scale(1);
  }
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 1.5s;
  z-index: 2;
}

.hero-slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 3;
}

/* Cinematic Ken Burns Effect */
.hero-slide-image-container {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.2);
  /* Starting scale for Ken Burns */
  transition: transform 12s linear;
  filter: brightness(0.7);
}

.hero-slide.active .hero-slide-image {
  transform: scale(1);
  /* Zooming out slowly */
}

/* Multi-layer Overlays */
.hero-slide-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(2, 6, 23, 0.9) 10%, rgba(2, 6, 23, 0.3) 50%, rgba(2, 6, 23, 0.8) 90%),
    radial-gradient(circle at 20% 50%, rgba(6, 182, 212, 0.15), transparent 50%);
  z-index: 4;
}

/* Premium Content Layout with Glassmorphism */
.hero-slide-content-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.hero-slide-content {
  max-width: 850px;
  text-align: center;
  padding: 4rem;
  border-radius: 40px;
}

.card-glass {
  background: rgba(15, 23, 42, 0.4);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 25px 50px -12px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.05) inset;
}

/* Badging & Staggered Content Animations */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1.25rem;
  background: rgba(6, 182, 212, 0.15);
  color: #22d3ee;
  border-radius: 50px;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: 1px solid rgba(6, 182, 212, 0.3);
  margin-bottom: 2rem;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.hero-slide-title {
  font-size: 4.5rem;
  font-weight: 900;
  margin-bottom: 2rem;
  line-height: 1.1;
  color: #fff;
  letter-spacing: -0.03em;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.15s;
  text-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.hero-slide-description {
  font-size: 1.4rem;
  margin-bottom: 3.5rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
  font-weight: 500;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s;
}

.hero-slide-actions {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.45s;
}

.hero-slide.active .hero-badge,
.hero-slide.active .hero-slide-title,
.hero-slide.active .hero-slide-description,
.hero-slide.active .hero-slide-actions {
  opacity: 1;
  transform: translateY(0);
}

/* Premium Button Styling */
.premium-btn {
  background: linear-gradient(135deg, #0891b2, #06b6d4, #22d3ee);
  background-size: 200% auto;
  padding: 1.4rem 4rem;
  border-radius: 100px;
  font-size: 1.25rem;
  font-weight: 800;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 1.25rem;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 20px 40px rgba(6, 182, 212, 0.4);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.premium-btn:hover {
  background-position: right center;
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 30px 60px rgba(6, 182, 212, 0.6);
}

.premium-btn i {
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.premium-btn:hover i {
  transform: translateX(8px) scale(1.2);
}

/* Slider Navigation Enhancements */
.hero-slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  width: 70px;
  height: 70px;
  background: rgba(15, 23, 42, 0.5);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  color: #fff;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.hero-slider-nav:hover {
  background: rgba(6, 182, 212, 0.8);
  border-color: #22d3ee;
  transform: translateY(-50%) scale(1.15);
  box-shadow: 0 0 30px rgba(6, 182, 212, 0.5);
}

.hero-slider-prev {
  left: 4rem;
}

.hero-slider-next {
  right: 4rem;
}

/* Cinematic Dots Wrapper */
.hero-slider-dots-wrapper {
  position: absolute;
  bottom: 4rem;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 100;
}

.hero-slider-dots {
  background: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(15px);
  padding: 1rem 2rem;
  border-radius: 100px;
  display: flex;
  gap: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-slider-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  cursor: pointer;
  transition: all 0.4s ease;
  position: relative;
}

.hero-slider-dot.active {
  background: #22d3ee;
  transform: scale(1.3);
  box-shadow: 0 0 15px rgba(6, 182, 212, 0.8);
}

.hero-slider-dot::after {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid #22d3ee;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.4s ease;
}

.hero-slider-dot.active::after {
  opacity: 1;
  transform: scale(1);
}

/* Animations Library */
@keyframes slideInDown {
  from {
    opacity: 0;
    transform: translateY(-40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Media Queries for Hero Slider Resilience */
@media (max-width: 1200px) {
  .hero-slider {
    height: 650px;
  }

  .hero-slide-title {
    font-size: 3.5rem;
  }
}

@media (max-width: 768px) {
  .hero-slider {
    height: auto;
    min-height: 650px;
    /* Increased for more content room */
  }

  .hero-bg-blobs {
    opacity: 0.1;
    /* Reduce background clutter on mobile */
  }

  .hero-slide-content-wrapper {
    padding: 0 1rem;
    align-items: center;
  }

  .hero-slide-content {
    padding: 3rem 1.5rem 5rem 1.5rem;
    /* Increased bottom padding to avoid dot overlap */
    width: 100%;
    border-radius: 30px;
  }

  .hero-slide-title {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }

  .hero-slide-description {
    font-size: 1rem;
    margin-bottom: 2.5rem;
    line-height: 1.6;
  }

  .premium-btn {
    padding: 1.1rem 2rem;
    font-size: 1.05rem;
    width: 100%;
    /* Full width for easier tap on mobile */
    justify-content: center;
  }

  .hero-slider-nav {
    display: none;
  }

  .hero-slider-dots-wrapper {
    bottom: 2rem;
  }

  .hero-slider-dot {
    width: 12px;
    height: 12px;
  }
}

@media (max-width: 480px) {
  .hero-slider {
    min-height: 520px;
  }

  .hero-slide-content {
    padding: 2.5rem 1rem 4rem 1rem;
    /* Pull content up to make room for dots */
  }

  .hero-slide-title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }

  .hero-slide-description {
    font-size: 0.9rem;
    margin-bottom: 2rem;
  }

  .hero-slider-dots-wrapper {
    bottom: 0.5rem !important;
    /* Move to absolute bottom */
  }

  .hero-slider-dots {
    padding: 0.5rem 1rem !important;
    /* Sleeker container */
    gap: 0.8rem !important;
  }

  .hero-slider-dot {
    width: 8px !important;
    /* Shrunken dots */
    height: 8px !important;
  }

  .hero-slider-dot.active {
    transform: scale(1.1) !important;
  }

  .hero-slider-dot::after {
    inset: -3px !important;
    /* Tighter ring */
    border-width: 1px !important;
  }
}

/* Animations */
@keyframes slideInDown {
  from {
    opacity: 0;
    transform: translateY(-60px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(60px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .hero-slider {
    height: 550px;
  }

  .hero-slide-title {
    font-size: 2.5rem;
  }

  .hero-slide-description {
    font-size: 1.1rem;
  }

  .hero-slide-button {
    padding: 1rem 2.5rem;
    font-size: 1rem;
  }

  .hero-slider-nav {
    width: 50px;
    height: 50px;
    font-size: 1.3rem;
  }

  .hero-slider-prev {
    left: 1.5rem;
  }

  .hero-slider-next {
    right: 1.5rem;
  }

  .hero-slider-dots {
    gap: 1rem;
    padding: 0.75rem 1.25rem;
  }

  .hero-slider-dot {
    width: 12px;
    height: 12px;
  }
}

@media (max-width: 480px) {
  .hero-slider {
    height: 450px;
  }

  .hero-slide-title {
    font-size: 1.75rem;
  }

  .hero-slide-description {
    font-size: 0.95rem;
  }

  .hero-slide-content {
    padding: 2rem 1.5rem;
  }
}



.hero-slide-button {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
}

/* --- Premium Section Headers --- */
.premium-section-header {
  margin-bottom: 4rem;
  position: relative;
  text-align: center;
}

.premium-section-header::before {
  content: '';
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(6, 182, 212, 0.15) 0%, transparent 70%);
  filter: blur(20px);
  pointer-events: none;
  z-index: 1;
}

.badge-editor-choice {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.6rem 1.5rem;
  background: rgba(37, 99, 235, 0.1);
  border: 1px solid rgba(37, 99, 235, 0.3);
  border-radius: var(--radius-full);
  color: var(--primary-light);
  font-weight: 800;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 2rem;
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 20px -5px rgba(37, 99, 235, 0.2);
  animation: fadeInDown 0.8s ease-out;
}

.badge-editor-choice i {
  font-size: 0.95rem;
  animation: premiumSparkle 3s infinite;
}

@keyframes premiumSparkle {

  0%,
  100% {
    opacity: 0.5;
    filter: drop-shadow(0 0 0 transparent);
    transform: scale(1);
  }

  50% {
    opacity: 1;
    filter: drop-shadow(0 0 10px var(--primary-light));
    transform: scale(1.2);
  }
}

.title-premium-gradient {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 900;
  margin-bottom: 1.5rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
  background: linear-gradient(135deg, #ffffff 0%, #60a5fa 50%, #ffffff 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: textShine 5s linear infinite;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

@keyframes textShine {
  to {
    background-position: 200% center;
  }
}

.title-premium-gradient i {
  -webkit-text-fill-color: #f59e0b;
  background-clip: initial;
  filter: drop-shadow(0 0 15px rgba(245, 158, 11, 0.4));
  font-size: 0.8em;
}

.description-premium-wrapper {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.description-premium {
  font-size: 1.15rem;
  line-height: 1.6;
  color: #cbd5e1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  font-weight: 500;
}

.description-premium i {
  color: #06b6d4;
  font-size: 1.25rem;
}

.description-sub {
  font-size: 0.95rem;
  color: #94a3b8;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.description-sub i {
  color: #a855f7;
}

/* Responsive Headers */
@media (max-width: 768px) {
  .premium-section-header {
    margin-bottom: 3rem;
  }

  .title-premium-gradient {
    font-size: 1.8rem;
    flex-wrap: wrap;
    line-height: 1.3;
  }

  .description-premium {
    font-size: 1rem;
  }
}


/* Standalone Search Bar Section */
.search-bar-section {
  background: linear-gradient(135deg, rgba(10, 15, 30, 1), rgba(15, 23, 42, 0.98));
  padding: 2rem 0;
  border-top: 2px solid rgba(59, 130, 246, 0.2);
  border-bottom: 2px solid rgba(59, 130, 246, 0.3);
  position: relative;
  z-index: 100;
  overflow: visible;
}

.search-bar-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(circle at 20% 50%, rgba(59, 130, 246, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 80% 50%, rgba(37, 99, 235, 0.15) 0%, transparent 50%);
  pointer-events: none;
  z-index: -1;
}

.search-bar-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,%3Csvg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg fill="%233b82f6" fill-opacity="0.05"%3E%3Cpath d="M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
  opacity: 0.3;
  pointer-events: none;
  z-index: -1;
}

.search-bar-content {
  position: relative;
  z-index: 1001;
}

.search-bar-text {
  text-align: center;
  margin-bottom: 2.5rem;
}

.search-bar-title {
  font-size: 3rem;
  font-weight: 900;
  background: linear-gradient(135deg, #ffffff 0%, #60a5fa 50%, #3b82f6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0 0 1rem 0;
  letter-spacing: -1px;
  animation: fadeInDown 0.6s ease;
  text-shadow: 0 0 40px rgba(59, 130, 246, 0.3);
}

.search-bar-description {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  font-weight: 500;
  animation: fadeInUp 0.6s ease;
  letter-spacing: 0.3px;
}

.standalone-search-form {
  max-width: 900px;
  margin: 0 auto 2rem;
  position: relative;
  animation: fadeInUp 0.8s ease;
  z-index: 1002;
}

.standalone-search-input-group {
  display: flex;
  align-items: stretch;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  border: 2px solid rgba(6, 182, 212, 0.5);
  border-radius: 60px;
  padding: 0.875rem 0.875rem 0.875rem 2.25rem;
  min-height: 70px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow:
    0 10px 40px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(6, 182, 212, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  position: relative;
  z-index: 1003;
}

.standalone-search-input-group::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 60px;
  padding: 2px;
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.6), rgba(8, 145, 178, 0.6));
  -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.4s ease;
}

.standalone-search-input-group:focus-within::before {
  opacity: 1;
}

.standalone-search-input-group:focus-within {
  border-color: rgba(6, 182, 212, 1);
  box-shadow:
    0 10px 50px rgba(6, 182, 212, 0.6),
    0 0 80px rgba(6, 182, 212, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.08));
  transform: translateY(-3px);
}

.standalone-search-input-group i.fa-search {
  color: rgb(255, 255, 255);
  font-size: 1.3rem;
  margin-right: 1.25rem;
  transition: all 0.3s ease;
  filter: drop-shadow(0 0 8px rgba(6, 182, 212, 0.6));
  display: flex;
  align-items: center;
  align-self: center;
}

.standalone-search-input-group:focus-within i.fa-search {
  color: #22d3ee;
  transform: scale(1.15) rotate(90deg);
  filter: drop-shadow(0 0 12px rgba(34, 211, 238, 0.8));
}

.standalone-search-input-group input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: white;
  font-size: 1.1rem;
  padding: 0.875rem 0;
  font-weight: 500;
  letter-spacing: 0.3px;
  display: flex;
  align-items: center;
  align-self: center;
  height: 100%;
}

.standalone-search-input-group input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.standalone-search-input-group .btn {
  padding: 1rem 3rem;
  border-radius: 50px;
  font-weight: 700;
  white-space: nowrap;
  margin-left: 1rem;
  font-size: 1.05rem;
  background: linear-gradient(135deg, #06b6d4, #0891b2);
  box-shadow: 0 4px 20px rgba(6, 182, 212, 0.5);
  transition: all 0.3s ease;
  border: none;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  height: auto;
}

.standalone-search-input-group .btn:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 8px 35px rgba(59, 130, 246, 0.7);
  background: linear-gradient(135deg, #60a5fa, #3b82f6);
}

.standalone-search-input-group .btn i {
  margin-right: 0.5rem;
}

.search-bar-quick-links {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  animation: fadeInUp 1s ease;
}

.quick-links-label {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.quick-link {
  display: inline-flex;
  align-items: center;
  padding: 0.65rem 1.5rem;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(37, 99, 235, 0.1));
  border: 1px solid rgba(59, 130, 246, 0.4);
  border-radius: 50px;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.quick-link:hover {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.3), rgba(37, 99, 235, 0.2));
  border-color: rgba(59, 130, 246, 0.8);
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4);
}

#standaloneSearchSuggestions {
  position: absolute;
  top: calc(100% + 0.75rem);
  left: 0;
  right: 0;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(10, 15, 30, 0.98));
  border: 2px solid rgba(59, 130, 246, 0.4);
  border-radius: 20px;
  max-height: 450px;
  overflow-y: auto;
  z-index: 99999;
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(59, 130, 246, 0.2);
  backdrop-filter: blur(20px);
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .search-bar-section {
    padding: 2.5rem 0;
  }

  .search-bar-title {
    font-size: 2rem;
  }

  .search-bar-description {
    font-size: 1rem;
  }

  .standalone-search-input-group {
    flex-direction: column;
    align-items: stretch;
    border-radius: 24px;
    padding: 1.5rem;
  }

  .standalone-search-input-group i.fa-search {
    display: none;
  }

  .standalone-search-input-group input {
    padding: 0.875rem;
    text-align: center;
  }

  .standalone-search-input-group .btn {
    margin-left: 0;
    margin-top: 1rem;
    width: 100%;
  }

  .search-bar-quick-links {
    gap: 0.5rem;
  }

  .quick-links-label {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .quick-link {
    font-size: 0.85rem;
    padding: 0.5rem 1.25rem;
  }
}


/* ========================================
   MOBILE RESPONSIVE STYLES
   ======================================== */

/* Mobile - Small devices (phones, 576px and down) */
@media (max-width: 576px) {

  /* Base Typography */
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 1.75rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  /* Container */
  .container {
    padding: 0 1rem;
  }

  /* Header Mobile */
  .header-content {
    padding: 1rem 0;
  }

  .logo {
    font-size: 1.25rem;
  }

  .logo img {
    height: 35px !important;
  }

  .logo span {
    font-size: 1.1rem !important;
  }

  /* Search Bar Mobile */
  .search-bar-section {
    padding: 3rem 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .search-bar-title {
    font-size: 1.5rem !important;
    line-height: 1.3;
  }

  .search-bar-description {
    font-size: 0.9rem !important;
  }

  .standalone-search-input-group {
    flex-direction: column !important;
    padding: 1rem !important;
    border-radius: 16px !important;
  }

  .standalone-search-input-group i.fa-search {
    display: none !important;
  }

  .standalone-search-input-group input {
    text-align: center;
    font-size: 0.95rem !important;
  }

  .standalone-search-input-group .btn {
    margin-left: 0 !important;
    margin-top: 0.75rem;
    width: 100%;
    padding: 0.875rem 1.5rem !important;
  }

  .quick-link {
    font-size: 0.8rem !important;
    padding: 0.4rem 1rem !important;
  }

  /* Hero Slider Mobile */
  .hero-slider {
    height: 400px !important;
  }

  .hero-slide-content {
    padding: 1.5rem !important;
  }

  .hero-slide-title {
    font-size: 1.5rem !important;
    margin-bottom: 1rem !important;
  }

  .hero-slide-description {
    font-size: 0.9rem !important;
    margin-bottom: 1.5rem !important;
  }

  .hero-slide-button {
    padding: 0.875rem 2rem !important;
    font-size: 0.95rem !important;
  }

  .hero-slider-nav {
    width: 45px !important;
    height: 45px !important;
    font-size: 1.2rem !important;
  }

  .hero-slider-prev {
    left: 1rem !important;
  }

  .hero-slider-next {
    right: 1rem !important;
  }

  .hero-slider-dots {
    bottom: 1.5rem !important;
    padding: 0.6rem 1rem !important;
    gap: 0.75rem !important;
  }

  .hero-slider-dot {
    width: 10px !important;
    height: 10px !important;
  }

  /* Grid System Mobile */
  .grid {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
  }

  .grid-2,
  .grid-3,
  .grid-4 {
    grid-template-columns: 1fr !important;
  }

  /* Cards Mobile */
  .card {
    padding: 1.25rem !important;
    margin-bottom: 1.5rem;
  }

  .card-title {
    font-size: 1.1rem !important;
  }

  .card-text {
    font-size: 0.9rem !important;
  }

  /* Section Mobile */
  .section {
    padding: 3rem 0 !important;
  }

  .section-title h2 {
    font-size: 1.75rem !important;
  }

  .section-title p {
    font-size: 0.95rem !important;
  }

  /* Buttons Mobile */
  .btn {
    padding: 0.75rem 1.5rem !important;
    font-size: 0.9rem !important;
  }

  .btn-lg {
    padding: 1rem 2rem !important;
    font-size: 1rem !important;
  }

  /* Comparison Table Mobile */
  .comparison-table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .comparison-table table {
    min-width: 600px;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 0.75rem 0.5rem !important;
    font-size: 0.85rem !important;
  }

  /* Product Cards Mobile */
  .product-card {
    margin-bottom: 1.5rem;
  }

  .product-card img {
    height: 200px !important;
  }

  /* Tabs Mobile */
  .tabs {
    flex-wrap: wrap;
    gap: 0.5rem !important;
  }

  .tab {
    padding: 0.75rem 1.25rem !important;
    font-size: 0.85rem !important;
  }

  /* Forms Mobile */
  .form-input,
  .form-textarea,
  .form-select {
    font-size: 16px !important;
    /* Prevents zoom on iOS */
    padding: 0.875rem !important;
  }

  /* Footer Mobile */
  .footer {
    padding: 3rem 0 2rem !important;
  }

  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }

  .footer-column h3 {
    font-size: 1.1rem !important;
  }

  .footer-links a {
    font-size: 0.9rem !important;
  }

  /* Category Icons Mobile */
  .category-icon-container {
    width: 60px !important;
    height: 60px !important;
    font-size: 1.5rem !important;
  }

  /* Badges Mobile */
  .badge {
    font-size: 0.75rem !important;
    padding: 0.35rem 0.75rem !important;
  }

  /* VS Badge Mobile */
  .vs-badge {
    width: 35px !important;
    height: 35px !important;
    font-size: 0.75rem !important;
  }

  /* Specifications Table Mobile */
  .specs-table,
  .specifications-table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .specs-table table,
  .specifications-table table {
    min-width: 500px;
  }

  .specs-table th,
  .specs-table td,
  .specifications-table th,
  .specifications-table td {
    padding: 0.75rem 0.5rem !important;
    font-size: 0.85rem !important;
  }

  /* Product Page Mobile */
  .product-header {
    flex-direction: column !important;
    gap: 1.5rem !important;
  }

  .product-image {
    width: 100% !important;
    max-width: 100% !important;
  }

  .product-info {
    width: 100% !important;
  }

  /* Comparison Page Mobile */
  .comparison-header {
    flex-direction: column !important;
    gap: 1.5rem !important;
  }

  .comparison-product {
    width: 100% !important;
  }

  /* Search Suggestions Mobile */
  #standaloneSearchSuggestions,
  #searchSuggestions {
    max-height: 300px !important;
    border-radius: 12px !important;
  }

  .search-suggestion-item {
    padding: 0.875rem !important;
    font-size: 0.9rem !important;
  }

  /* Alert Messages Mobile */
  .alert {
    padding: 1rem !important;
    font-size: 0.9rem !important;
    margin-bottom: 1.5rem;
  }

  /* Breadcrumbs Mobile */
  .breadcrumbs {
    font-size: 0.8rem !important;
    padding: 0.75rem 0 !important;
  }

  /* Rating Stars Mobile */
  .rating-stars {
    font-size: 1rem !important;
  }

  /* Price Display Mobile */
  .price {
    font-size: 1.5rem !important;
  }

  /* CTA Section Mobile */
  .cta-section h2 {
    font-size: 2rem !important;
  }

  .cta-section p {
    font-size: 1rem !important;
  }

  /* Modal Mobile */
  .modal-content {
    margin: 1rem !important;
    padding: 1.5rem !important;
  }

  /* Pagination Mobile */
  .pagination {
    gap: 0.5rem !important;
  }

  .pagination a,
  .pagination span {
    padding: 0.5rem 0.75rem !important;
    font-size: 0.85rem !important;
  }

  /* Social Share Buttons Mobile */
  .social-share {
    flex-wrap: wrap;
    gap: 0.5rem !important;
  }

  .social-share a {
    padding: 0.6rem 1rem !important;
    font-size: 0.85rem !important;
  }

  /* Review Cards Mobile */
  .review-card {
    padding: 1.25rem !important;
  }

  .review-author {
    font-size: 0.9rem !important;
  }

  .review-text {
    font-size: 0.85rem !important;
  }

  /* Key Features Mobile */
  .key-features li {
    padding: 0.75rem !important;
    font-size: 0.9rem !important;
  }

  /* Pros/Cons Mobile */
  .pros-cons {
    flex-direction: column !important;
  }

  .pros,
  .cons {
    width: 100% !important;
  }

  /* Image Gallery Mobile */
  .image-gallery {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.75rem !important;
  }

  /* Video Embed Mobile */
  .video-container {
    padding-bottom: 56.25% !important;
    /* 16:9 aspect ratio */
  }

  /* Newsletter Form Mobile */
  .newsletter-form {
    flex-direction: column !important;
  }

  .newsletter-form input {
    width: 100% !important;
  }

  .newsletter-form button {
    width: 100% !important;
    margin-top: 0.75rem;
  }
}

/* Tablet - Medium devices (tablets, 768px and down) */
@media (max-width: 768px) and (min-width: 577px) {
  .grid-4 {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .grid-3 {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .hero-slider {
    height: 500px !important;
  }

  .hero-slide-title {
    font-size: 2.25rem !important;
  }

  .hero-slide-description {
    font-size: 1.05rem !important;
  }

  .search-bar-title {
    font-size: 2rem !important;
  }
}

/* Landscape Mobile */
@media (max-width: 896px) and (orientation: landscape) {
  .hero-slider {
    height: 350px !important;
  }

  .hero-slide-title {
    font-size: 1.75rem !important;
  }

  .hero-slide-description {
    font-size: 0.95rem !important;
  }

  .search-bar-section {
    padding: 2.5rem 0 !important;
  }
}

/* Touch Device Optimizations */
@media (hover: none) and (pointer: coarse) {

  /* Larger touch targets */
  a,
  button,
  .btn,
  .tab,
  .menu-item {
    min-height: 44px;
    min-width: 44px;
  }

  /* Remove hover effects on touch devices */
  .card:hover,
  .btn:hover,
  .quick-link:hover {
    transform: none !important;
  }

  /* Add active states instead */
  .card:active,
  .btn:active,
  .quick-link:active {
    transform: scale(0.98);
    opacity: 0.9;
  }
}

/* High DPI Displays (Retina) */
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

  /* Optimize images for retina displays */
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}

/* Print Styles */
@media print {

  .header,
  .footer,
  .search-bar-section,
  .hero-slider,
  .btn,
  .social-share,
  .newsletter-form {
    display: none !important;
  }

  body {
    background: white;
    color: black;
  }

  .card {
    border: 1px solid #ddd;
    page-break-inside: avoid;
  }
}


/* ========================================
   ENHANCED HEADER & FOOTER STYLES
   ======================================== */

/* Top Bar */
.top-bar {
  background: linear-gradient(135deg, #020617 0%, #0a0f1e 100%);
  border-bottom: 1px solid rgba(6, 182, 212, 0.1);
  padding: 0.5rem 0;
  font-size: 0.85rem;
}

.top-bar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.top-bar-left,
.top-bar-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.top-bar-link {
  color: var(--text-muted);
  text-decoration: none;
  transition: color var(--transition-fast);
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.top-bar-link:hover {
  color: var(--accent);
}

.top-bar-link.social-icon {
  width: 28px;
  height: 28px;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.top-bar-link.social-icon:hover {
  background: var(--accent);
  color: white;
  transform: translateY(-2px);
  border-color: var(--accent-light);
  box-shadow: 0 4px 12px rgba(6, 182, 212, 0.3);
}

.top-bar-link.social-icon i {
  font-size: 0.9rem;
  margin: 0;
  transition: transform 0.3s ease;
}

.top-bar-link.social-icon:hover i {
  color: white;
  transform: scale(1.1);
}

.top-bar-link i {
  font-size: 0.75rem;
  color: var(--accent);
}

.top-bar-divider {
  color: var(--border);
}

.top-bar-user {
  color: var(--text-secondary);
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.top-bar-user i {
  color: var(--accent);
}

/* Enhanced Header */
.header {
  background: rgba(2, 6, 23, 0.95);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid rgba(6, 182, 212, 0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: all var(--transition-base);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.header.scrolled {
  background: rgba(2, 6, 23, 0.98);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5), 0 0 20px rgba(6, 182, 212, 0.1);
  border-bottom-color: rgba(6, 182, 212, 0.2);
}

/* Enhanced Logo */
.logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  transition: transform var(--transition-base);
}

.logo:hover {
  transform: translateY(-2px);
}

.logo-icon {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 800;
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(6, 182, 212, 0.4);
  position: relative;
  overflow: hidden;
  font-family: 'Outfit', sans-serif;
}

.logo-icon::before {
  content: 'P';
  position: absolute;
  font-size: 1.8rem;
  font-weight: 900;
  color: #ffffff;
  z-index: 2;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.logo-icon i {
  position: absolute;
  font-size: 2.2rem;
  opacity: 0.25;
  z-index: 1;
  color: #ffffff;
}

.logo-icon::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  animation: logo-shine 3s infinite;
}

@keyframes logo-shine {
  0% {
    transform: rotate(0deg) translate(-50%, -50%);
  }

  100% {
    transform: rotate(360deg) translate(-50%, -50%);
  }
}

.logo-text-wrapper {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.logo-text {
  font-family: 'Outfit', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.5px;
}

.vs-highlight {
  font-size: 1.3rem;
  font-weight: 800;
  background: linear-gradient(135deg, #06b6d4 0%, #22d3ee 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.5px;
}

/* Enhanced Navigation */
.nav-link {
  position: relative;
  padding: 0.5rem 0.75rem !important;
  border-radius: var(--radius-md);
  transition: all var(--transition-fast);
}

.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 80%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  transition: transform var(--transition-base);
}

.nav-link:hover::before {
  transform: translateX(-50%) scaleX(1);
}

.nav-link:hover {
  background: rgba(6, 182, 212, 0.1);
}

/* Enhanced Auth Buttons */
.icon-link {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-md);
  background: rgba(6, 182, 212, 0.1);
  border: 1px solid rgba(6, 182, 212, 0.2);
  color: var(--accent) !important;
  font-size: 1.1rem !important;
  transition: all var(--transition-fast);
}

.icon-link:hover {
  background: rgba(6, 182, 212, 0.2);
  border-color: var(--accent);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(6, 182, 212, 0.3);
}

.badge-count {
  position: absolute;
  top: -5px;
  right: -5px;
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.15rem 0.4rem;
  border-radius: var(--radius-full);
  box-shadow: 0 2px 8px rgba(239, 68, 68, 0.4);
  animation: pulse-badge 2s infinite;
}

@keyframes pulse-badge {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }
}

.btn-login,
.btn-register,
.btn-logout {
  padding: 0.6rem 1.5rem !important;
  border-radius: var(--radius-full);
  font-weight: 600;
  font-size: 0.9rem;
  transition: all var(--transition-fast);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-login {
  background: transparent;
  border: 1px solid rgba(6, 182, 212, 0.3);
  color: var(--accent) !important;
}

.btn-login:hover {
  background: rgba(6, 182, 212, 0.1);
  border-color: var(--accent);
  box-shadow: 0 0 20px rgba(6, 182, 212, 0.2);
}

.btn-register {
  background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
  border: none;
  color: #ffffff !important;
  box-shadow: 0 4px 15px rgba(6, 182, 212, 0.3);
}

.btn-register:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(6, 182, 212, 0.4);
}

.btn-logout {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
  color: #ef4444 !important;
}

.btn-logout:hover {
  background: rgba(239, 68, 68, 0.2);
  border-color: #ef4444;
}

/* Enhanced Mobile Menu Toggle */
.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  gap: 0.35rem;
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.15) 0%, rgba(6, 182, 212, 0.08) 100%);
  border: 1.5px solid rgba(6, 182, 212, 0.3);
  padding: 0.65rem;
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: all var(--transition-fast);
  position: relative;
  z-index: 1001;
}

.mobile-menu-toggle:hover {
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.25) 0%, rgba(6, 182, 212, 0.15) 100%);
  border-color: #06b6d4;
  box-shadow: 0 4px 15px rgba(6, 182, 212, 0.3);
}

.hamburger-line {
  width: 24px;
  height: 2.5px;
  background: #06b6d4;
  border-radius: var(--radius-full);
  transition: all var(--transition-base);
  box-shadow: 0 0 8px rgba(6, 182, 212, 0.4);
}

.mobile-menu-toggle.active {
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.3) 0%, rgba(6, 182, 212, 0.2) 100%);
  border-color: #06b6d4;
}

.mobile-menu-toggle.active .hamburger-line {
  background: #22d3ee;
  box-shadow: 0 0 12px rgba(6, 182, 212, 0.6);
}

.mobile-menu-toggle.active .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(7px, 7px);
}

.mobile-menu-toggle.active .hamburger-line:nth-child(2) {
  opacity: 0;
  transform: translateX(-10px);
}

.mobile-menu-toggle.active .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

/* ========================================
   ENHANCED FOOTER STYLES
   ======================================== */

.footer {
  background: linear-gradient(180deg, #0a0f1e 0%, #020617 100%);
  border-top: 1px solid rgba(6, 182, 212, 0.1);
  position: relative;
  overflow: hidden;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
}

/* Newsletter Section */
.footer-newsletter {
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.1) 0%, rgba(6, 182, 212, 0.05) 100%);
  padding: 3rem 0;
  border-bottom: 1px solid rgba(6, 182, 212, 0.1);
}

.newsletter-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  flex-wrap: wrap;
}

.newsletter-text h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.newsletter-text h3 i {
  color: var(--accent);
  font-size: 1.5rem;
}

.newsletter-text p {
  color: var(--text-muted);
  font-size: 1rem;
}

.newsletter-form {
  flex: 1;
  max-width: 500px;
}

.newsletter-input-group {
  display: flex;
  align-items: center;
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid rgba(6, 182, 212, 0.2);
  border-radius: var(--radius-full);
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  transition: all var(--transition-fast);
}

.newsletter-input-group:focus-within {
  border-color: var(--accent);
  box-shadow: 0 0 20px rgba(6, 182, 212, 0.2);
}

.newsletter-input-group i {
  color: var(--accent);
  margin-right: 0.75rem;
}

.newsletter-input-group input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: #ffffff;
  font-size: 0.95rem;
  padding: 0.5rem 0;
}

.newsletter-input-group input::placeholder {
  color: var(--text-muted);
}

.btn-newsletter {
  background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
  color: #ffffff;
  border: none;
  padding: 0.75rem 1.75rem;
  border-radius: var(--radius-full);
  font-weight: 600;
  cursor: pointer;
  transition: all var(--transition-fast);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
}

.btn-newsletter:hover {
  transform: translateX(3px);
  box-shadow: 0 4px 15px rgba(6, 182, 212, 0.4);
}

/* Footer Content */
.footer-content {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  padding: 4rem 0 3rem;
}

.footer-about {
  max-width: 350px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  margin-bottom: 1.5rem;
}

.footer-description {
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.footer-section h4 {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.footer-section h4 i {
  color: var(--accent);
  font-size: 1rem;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section ul li {
  margin-bottom: 0.75rem;
}

.footer-section ul li a {
  color: var(--text-muted);
  text-decoration: none;
  transition: all var(--transition-fast);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
}

.footer-section ul li a i {
  color: var(--accent);
  font-size: 0.75rem;
  transition: transform var(--transition-fast);
}

.footer-section ul li a:hover {
  color: #ffffff;
  padding-left: 0.5rem;
}

.footer-section ul li a:hover i {
  transform: translateX(3px);
}

/* Social Links */
.social-links {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.social-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(6, 182, 212, 0.1);
  border: 1px solid rgba(6, 182, 212, 0.2);
  border-radius: var(--radius-md);
  color: var(--accent) !important;
  font-size: 1rem;
  transition: all var(--transition-fast);
}

.social-link:hover {
  background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
  border-color: var(--accent);
  color: #ffffff !important;
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(6, 182, 212, 0.4);
}

/* Footer Contact */
.footer-contact {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(6, 182, 212, 0.1);
}

.footer-contact p {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.footer-contact i {
  color: var(--accent);
  font-size: 0.85rem;
}

/* Footer Bottom */
.footer-bottom {
  border-top: 1px solid rgba(6, 182, 212, 0.1);
  padding: 2rem 0;
}

.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-bottom p {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin: 0;
}

.footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-bottom-links a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color var(--transition-fast);
}

.footer-bottom-links a:hover {
  color: var(--accent);
}

.footer-bottom-links span {
  color: var(--border);
}

/* Back to Top Button */
.back-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
  border: none;
  border-radius: var(--radius-full);
  color: #ffffff;
  font-size: 1.2rem;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all var(--transition-base);
  box-shadow: 0 4px 15px rgba(6, 182, 212, 0.4);
  z-index: 999;
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(6, 182, 212, 0.5);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .footer-content {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }

  .newsletter-content {
    flex-direction: column;
    text-align: center;
  }

  .newsletter-form {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .top-bar {
    display: none;
  }

  .mobile-social-links {
    display: flex !important;
  }

  .mobile-menu-toggle {
    display: flex !important;
  }

  /* Header Adjustments */
  .header-content {
    padding: 0.75rem 0;
  }

  .logo {
    gap: 0.5rem;
  }

  .logo-icon {
    width: 38px;
    height: 38px;
    font-size: 1.2rem;
  }

  .logo-text {
    font-size: 0.95rem;
  }

  .vs-highlight {
    font-size: 1.1rem;
  }

  .logo-img {
    display: none;
  }

  /* Mobile Navigation - Enhanced Beautiful Design - v2.0 */
  .nav {
    position: fixed !important;
    top: 65px !important;
    left: 0 !important;
    right: 0 !important;
    background: linear-gradient(180deg, #020617 0%, #0a0f1e 100%) !important;
    backdrop-filter: blur(25px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(25px) saturate(180%) !important;
    flex-direction: column !important;
    padding: 0.5rem 1rem 1rem !important;
    gap: 0.75rem !important;
    transform: translateY(-100%) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border-bottom: 2px solid #06b6d4 !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8), 0 0 40px rgba(6, 182, 212, 0.1) !important;
    max-height: calc(100vh - 65px) !important;
    overflow-y: auto !important;
    z-index: 999 !important;
  }

  .nav::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: radial-gradient(circle at 50% 0%, rgba(6, 182, 212, 0.08) 0%, transparent 70%);
    pointer-events: none;
  }

  .nav.active {
    transform: translateY(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin-top: -165px;
  }

  .nav-link {
    width: 100%;
    padding: 0.875rem 1.25rem !important;
    justify-content: flex-start;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.8) 0%, rgba(10, 15, 30, 0.6) 100%);
    border: 1.5px solid rgba(6, 182, 212, 0.2);
    font-size: 0.95rem;
    font-weight: 600;
    color: #e2e8f0 !important;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  }

  .nav-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: linear-gradient(180deg, #06b6d4 0%, #0891b2 100%);
    transform: scaleY(0);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 0 15px rgba(6, 182, 212, 0.6);
  }

  .nav-link::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.1) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.35s ease;
  }

  .nav-link:hover::before,
  .nav-link:active::before {
    transform: scaleY(1);
  }

  .nav-link:hover::after,
  .nav-link:active::after {
    opacity: 1;
  }

  .nav-link:hover,
  .nav-link:active {
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.15) 0%, rgba(6, 182, 212, 0.05) 100%);
    border-color: rgba(6, 182, 212, 0.5);
    transform: translateX(8px);
    color: #ffffff !important;
    box-shadow: 0 4px 20px rgba(6, 182, 212, 0.25), 0 0 30px rgba(6, 182, 212, 0.1);
  }

  .nav-link:hover i,
  .nav-link:active i {
    color: #06b6d4 !important;
    transform: scale(1.15) rotate(5deg);
  }

  .nav-link i {
    font-size: 1.05rem;
    min-width: 26px;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    color: #06b6d4;
  }

  .nav-link span {
    transition: color 0.35s ease;
    position: relative;
    z-index: 1;
  }

  .btn-request {
    width: 100%;
    justify-content: center;
    padding: 0.875rem 1.5rem !important;
    background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%) !important;
    border: 2px solid #06b6d4 !important;
    font-size: 0.95rem;
    font-weight: 700;
    margin-top: 0.25rem;
    box-shadow: 0 6px 20px rgba(6, 182, 212, 0.4), 0 0 30px rgba(6, 182, 212, 0.2);
    border-radius: 12px;
    color: #ffffff !important;
    position: relative;
    overflow: hidden;
  }

  .btn-request::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .btn-request:hover::before,
  .btn-request:active::before {
    opacity: 1;
  }

  .btn-request:hover,
  .btn-request:active {
    background: linear-gradient(135deg, #22d3ee 0%, #06b6d4 100%) !important;
    border-color: #22d3ee !important;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 30px rgba(6, 182, 212, 0.5), 0 0 40px rgba(6, 182, 212, 0.3);
  }

  .btn-request:hover i,
  .btn-request:active i {
    transform: rotate(90deg) scale(1.1);
  }

  .btn-request i {
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .header-auth {
    width: 100%;
    border-left: none;
    border-top: 2px solid rgba(6, 182, 212, 0.3);
    padding: 0.875rem 0 0.25rem;
    margin: 0.5rem 0 0;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.75rem;
  }

  .icon-link {
    width: 48px;
    height: 48px;
    font-size: 1.2rem;
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.2) 0%, rgba(6, 182, 212, 0.1) 100%);
    border: 2px solid rgba(6, 182, 212, 0.4);
    box-shadow: 0 4px 15px rgba(6, 182, 212, 0.2);
    border-radius: 12px;
  }

  .icon-link:hover,
  .icon-link:active {
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.3) 0%, rgba(6, 182, 212, 0.15) 100%);
    transform: translateY(-4px) scale(1.08);
    box-shadow: 0 8px 25px rgba(6, 182, 212, 0.4);
    border-color: #06b6d4;
  }

  .btn-login,
  .btn-register,
  .btn-logout {
    flex: 1;
    min-width: 120px;
    justify-content: center;
    padding: 0.875rem 1.5rem !important;
    font-size: 0.95rem;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .btn-login {
    background: transparent !important;
    border: 2px solid rgba(6, 182, 212, 0.5) !important;
    color: #06b6d4 !important;
  }

  .btn-login:hover,
  .btn-login:active {
    background: rgba(6, 182, 212, 0.2) !important;
    border-color: #06b6d4 !important;
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(6, 182, 212, 0.3);
    color: #ffffff !important;
  }

  .btn-register {
    background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%) !important;
    border: none !important;
    box-shadow: 0 4px 20px rgba(6, 182, 212, 0.4);
    color: #ffffff !important;
  }

  .btn-register:hover,
  .btn-register:active {
    background: linear-gradient(135deg, #22d3ee 0%, #06b6d4 100%) !important;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 6px 30px rgba(6, 182, 212, 0.5);
  }

  .btn-logout {
    background: rgba(239, 68, 68, 0.2) !important;
    border: 2px solid rgba(239, 68, 68, 0.5) !important;
    color: #ef4444 !important;
  }

  .btn-logout:hover,
  .btn-logout:active {
    background: rgba(239, 68, 68, 0.3) !important;
    border-color: #ef4444 !important;
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(239, 68, 68, 0.3);
    color: #ffffff !important;
  }

  /* Footer Mobile Styles */
  .footer-newsletter {
    padding: 2rem 0;
  }

  .newsletter-content {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
  }

  .newsletter-text h3 {
    font-size: 1.5rem;
    justify-content: center;
  }

  .newsletter-text p {
    font-size: 0.95rem;
  }

  .newsletter-form {
    width: 100%;
    max-width: 100%;
  }

  .newsletter-input-group {
    flex-direction: column;
    padding: 1rem;
    gap: 1rem;
    align-items: stretch;
  }

  .newsletter-input-group i {
    display: none;
  }

  .newsletter-input-group input {
    text-align: center;
    padding: 0.75rem;
  }

  .btn-newsletter {
    width: 100%;
    justify-content: center;
    padding: 0.875rem 1.5rem;
  }

  /* Footer Content */
  .footer-content {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 3rem 0 2rem;
  }

  .footer-about {
    max-width: 100%;
    text-align: center;
  }

  .footer-logo {
    justify-content: center;
  }

  .footer-description {
    text-align: center;
  }

  .social-links {
    justify-content: center;
  }

  .footer-section h4 {
    font-size: 1.05rem;
    margin-bottom: 1rem;
  }

  .footer-section ul li {
    margin-bottom: 0.65rem;
  }

  .footer-section ul li a {
    font-size: 0.9rem;
  }

  .footer-contact {
    margin-top: 1rem;
    padding-top: 1rem;
  }

  .footer-contact p {
    font-size: 0.85rem;
  }

  .footer-bottom-content {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }

  .footer-bottom p {
    font-size: 0.85rem;
  }

  .footer-bottom-links {
    font-size: 0.85rem;
  }

  /* Back to Top */
  .back-to-top {
    bottom: 1rem;
    right: 1rem;
    width: 45px;
    height: 45px;
    font-size: 1rem;
  }

  /* Container Padding */
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* Extra Small Mobile Devices */
@media (max-width: 480px) {
  .logo-text-wrapper {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
  }

  .logo-text {
    font-size: 0.85rem;
  }

  .vs-highlight {
    font-size: 1rem;
  }

  .logo-icon {
    width: 35px;
    height: 35px;
    font-size: 1.1rem;
  }

  .newsletter-text h3 {
    font-size: 1.3rem;
  }

  .newsletter-text p {
    font-size: 0.9rem;
  }

  .footer-section h4 {
    font-size: 1rem;
  }

  .social-link {
    width: 38px;
    height: 38px;
    font-size: 0.9rem;
  }
}


/* Fix Selection and Hover States */
::selection {
  background: rgba(6, 182, 212, 0.3);
  color: #ffffff;
}

::-moz-selection {
  background: rgba(6, 182, 212, 0.3);
  color: #ffffff;
}

/* Fix Social Link Hover - Make Icons Visible */
.social-link:hover {
  background: rgba(6, 182, 212, 0.2) !important;
  border-color: var(--accent);
  color: var(--accent) !important;
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(6, 182, 212, 0.4);
}

.social-link:hover i {
  color: var(--accent) !important;
}

/* Fix Button Hover States */
.btn:hover,
.btn-newsletter:hover,
.btn-register:hover,
.btn-login:hover {
  color: #ffffff !important;
}

/* Fix Icon Link Hover */
.icon-link:hover i {
  color: #ffffff !important;
}

/* Fix Top Bar Link Hover */
.top-bar-link:hover {
  color: var(--accent) !important;
}

/* Fix Nav Link Hover */
.nav-link:hover,
.nav-link:hover span,
.nav-link:hover i {
  color: #ffffff !important;
}

/* Fix Footer Link Hover */
.footer-section ul li a:hover,
.footer-section ul li a:hover i {
  color: #ffffff !important;
}

.footer-bottom-links a:hover {
  color: var(--accent) !important;
}

/* Fix Logo Hover */
.logo:hover .logo-text,
.logo:hover .vs-highlight {
  opacity: 1;
}

/* Fix Request Button Hover */
.btn-request:hover,
.btn-request:hover span,
.btn-request:hover i {
  color: #ffffff !important;
}

/* Fix Back to Top Hover */
.back-to-top:hover i {
  color: #ffffff !important;
}

/* Fix Newsletter Input Focus */
.newsletter-input-group input:focus {
  color: #ffffff !important;
}

/* Ensure all text remains visible on hover/focus */
a:hover,
button:hover,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

/* Fix any transparent text issues */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* Review Like/Unlike Buttons */
.review-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.like-btn,
.unlike-btn {
  transition: all 0.3s ease;
}

.like-btn:hover {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.2) 0%, rgba(5, 150, 105, 0.1) 100%) !important;
  border-color: #10b981 !important;
  color: #10b981 !important;
}

.like-btn.liked {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.2) 0%, rgba(5, 150, 105, 0.1) 100%) !important;
  border-color: #10b981 !important;
  color: #10b981 !important;
}

.unlike-btn:hover {
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.2) 0%, rgba(220, 38, 38, 0.1) 100%) !important;
  border-color: #ef4444 !important;
  color: #ef4444 !important;
}

.unlike-btn.unliked {
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.2) 0%, rgba(220, 38, 38, 0.1) 100%) !important;
  border-color: #ef4444 !important;
  color: #ef4444 !important;
}

.copy-link-btn:hover {
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.2) 0%, rgba(8, 145, 178, 0.1) 100%) !important;
  border-color: #06b6d4 !important;
  color: #06b6d4 !important;
}

/* Toast Animation */
@keyframes slideInUp {
  from {
    transform: translateY(100px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeOut {
  to {
    opacity: 0;
    transform: translateY(20px);
  }
}

/* Maintenance Mode Button Styles */
.btn-success {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: white;
  border: 1px solid rgba(16, 185, 129, 0.3);
  box-shadow: 0 4px 15px rgba(16, 185, 129, 0.25);
}

.btn-success:hover {
  background: linear-gradient(135deg, #059669 0%, #047857 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.35);
}

.btn-warning {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  color: white;
  border: 1px solid rgba(245, 158, 11, 0.3);
  box-shadow: 0 4px 15px rgba(245, 158, 11, 0.25);
}

.btn-warning:hover {
  background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(245, 158, 11, 0.35);
}



/* Fix for product card images - ensure full image shows */
.card img,
.card-image,
img[style*="height: 180px"],
img[style*="height: 200px"],
img[style*="object-fit: contain"] {
  object-fit: contain !important;
  background: rgba(255, 255, 255, 0.02) !important;
  padding: 1rem !important;
}

/* Specific fix for product listing images */
div[style*="text-align: center"] img,
a[class*="card"] img {
  object-fit: contain !important;
  width: 100% !important;
  height: auto !important;
  max-height: 200px !important;
}

/* Mobile image fixes */
@media (max-width: 768px) {

  .card img,
  .card-image,
  img[alt] {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    min-height: 150px !important;
    max-height: 200px !important;
    width: 100% !important;
    object-fit: contain !important;
    background: rgba(255, 255, 255, 0.02) !important;
    padding: 0.5rem !important;
  }

  /* Ensure image containers are visible */
  div[style*="text-align: center"] {
    display: block !important;
    min-height: 150px !important;
  }

  /* Fix for broken images */
  img[src] {
    max-width: 100% !important;
    height: auto !important;
  }
}

/* Affiliate Links Section */
.affiliate-section {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.affiliate-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 1rem;
}

.affiliate-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 1rem;
  border-radius: 12px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
  font-weight: 600;
  font-size: 0.95rem;
}

.affiliate-btn:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Comparison Affiliate Links */
.affiliate-buttons-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
  justify-content: center;
}

.mini-affiliate-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  transition: all 0.2s ease;
  font-size: 1.2rem;
  text-decoration: none;
}

.mini-affiliate-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.2);
}

/* Premium Content Typography (Product Page) */
.premium-content {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-secondary);
}

.premium-content h1,
.premium-content h2,
.premium-content h3,
.premium-content h4,
.premium-content h5,
.premium-content h6 {
  color: #ffffff !important;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

.premium-content p {
  margin-bottom: 1.25rem;
}

.premium-content ul,
.premium-content ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.premium-content li {
  margin-bottom: 0.5rem;
}

.premium-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 2rem 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.premium-content strong {
  color: #ffffff;
  font-weight: 600;
}

/* Rich Content Typography (Comparison Page) */
.rich-content {
  color: var(--text-secondary);
  line-height: 1.8;
  font-size: 1.05rem;
}

.rich-content h2,
.rich-content h3,
.rich-content h4 {
  color: #ffffff;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.rich-content p {
  margin-bottom: 1rem;
}

.rich-content ul,
.rich-content ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

.rich-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 1rem 0;
}

/* Product Header Panel */
.product-header-panel {
  background: radial-gradient(circle at top right, rgba(37, 99, 235, 0.1) 0%, transparent 60%);
  padding: 2.5rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.product-title-gradient {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.1;
  background: linear-gradient(135deg, #ffffff 0%, #e2e8f0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  margin-bottom: 1rem;
}

/* Enhanced Specs Table */
.specs-table {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.specs-table thead th {
  background: rgba(37, 99, 235, 0.2) !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Visibility Safety Patch */
section,
.section,
main,
.container,
.grid,
.card,
.product-header-panel,
.comparison-products-grid {
  opacity: 1 !important;
  visibility: visible !important;
}

/* Ensure no global opacity hide */
body {
  opacity: 1 !important;
  visibility: visible !important;
}

/* Top Bar Styles */
.top-bar {
  background: rgba(15, 23, 42, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.5rem 0;
  font-size: 0.85rem;
  color: var(--text-secondary);
  position: relative;
  z-index: 50;
}

.top-bar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-bar-left,
.top-bar-right {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.top-bar-link {
  color: var(--text-muted);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}

.top-bar-link:hover {
  color: var(--primary-light);
}

.top-bar-divider {
  color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .top-bar {
    display: none;
  }
}

/* Category Icons */
.category-icon-container {
  width: 60px;
  height: 60px;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gradient-card);
  border-radius: 50%;
  color: var(--primary);
  font-size: 1.75rem;
  transition: all var(--transition-base);
}

.card:hover .category-icon-container {
  background: var(--primary);
  color: white;
  transform: scale(1.1) rotate(5deg);
  box-shadow: var(--shadow-glow);
}

/* Large Category Icons (All Categories Page) */
.category-icon-large {
  width: 100px;
  height: 100px;
  margin: 0 auto 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gradient-primary);
  /* Use gradient instead of image */
  border-radius: var(--radius-full);
  color: white;
  font-size: 3.5rem;
  box-shadow: var(--shadow-lg);
  transition: all var(--transition-base);
}

.card:hover .category-icon-large {
  transform: scale(1.1);
  box-shadow: var(--shadow-glow-lg);
}


/* Top Bar Auth Buttons */
.top-bar-auth-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 1rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.top-bar-auth-btn:first-of-type {
    background: rgba(6, 182, 212, 0.1);
    border: 1px solid rgba(6, 182, 212, 0.3);
    color: #06b6d4;
}

.top-bar-auth-btn:first-of-type:hover {
    background: rgba(6, 182, 212, 0.2);
    border-color: rgba(6, 182, 212, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(6, 182, 212, 0.3);
}

.top-bar-auth-btn:last-of-type {
    background: linear-gradient(135deg, #0891b2, #06b6d4);
    border: none;
    color: white;
    box-shadow: 0 2px 8px rgba(6, 182, 212, 0.3);
}

.top-bar-auth-btn:last-of-type:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(6, 182, 212, 0.5);
}

.top-bar-right {
    gap: 0.75rem;
}

/* Mobile Responsive */
@media (max-width: 992px) {
    .top-bar-auth-btn span {
        display: none;
    }
    
    .top-bar-auth-btn {
        padding: 0.4rem 0.75rem;
        min-width: 36px;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .top-bar {
        display: none;
    }
}
