@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@400;500;600;700;800&family=Roboto:wght@400;500;700&display=swap');

:root {
  --color-bg: #050a18;
  --color-bg-2: #0a1228;
  --color-bg-white: #0f1a35;
  --color-bg-rgb: 5, 10, 24;
  --color-bg-white-rgb: 15, 26, 53;
  --color-surface: rgba(125, 165, 255, 0.04);
  --color-surface-hover: rgba(125, 165, 255, 0.08);
  --color-text: #e6ecff;
  --color-text-secondary: #a3b1d4;
  --color-text-muted: #6b779a;
  --color-border: rgba(125, 165, 255, 0.12);
  --color-border-light: rgba(125, 165, 255, 0.06);

  --color-accent: #8a19eb;
  --color-accent-2: #eb3e0e;
  --color-accent-3: #44e925;
  --color-accent-warm: #e19448;
  --color-accent-soft: #261c2f;
  --color-accent-2-soft: #30201c;
  --color-accent-3-soft: #1f2f1c;
  --color-accent-warm-soft: #2e261d;

  --color-footer-bg: #02060f;
  --color-footer-text: #e6ecff;
  --color-footer-muted: #6b779a;
  --color-footer-link: #a3b1d4;
  --color-footer-border: rgba(125, 165, 255, 0.1);
  --color-footer-social-bg: rgba(125, 165, 255, 0.06);
  --color-footer-social-border: rgba(125, 165, 255, 0.12);

  --color-star: #e19448;
  --color-success: #44e925;
  --color-badge: #eb3e0e;
  --color-info: #1d4ed8;

  --font-heading: 'Exo 2', sans-serif;
  --font-body: 'Roboto', sans-serif;

  --radius-sm: 4px;
  --radius-md: 6px;
  --radius-lg: 10px;
  --radius-xl: 14px;

  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(29, 78, 216, 0.08);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(29, 78, 216, 0.1);
  --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.6), 0 0 24px rgba(29, 78, 216, 0.15);
  --shadow-xl: 0 20px 50px rgba(0, 0, 0, 0.7), 0 0 40px rgba(29, 78, 216, 0.2);
}

body {
  background:
    radial-gradient(2px 2px at 20% 30%, rgba(230, 236, 255, 0.8) 50%, transparent 100%),
    radial-gradient(1px 1px at 80% 10%, rgba(230, 236, 255, 0.6) 50%, transparent 100%),
    radial-gradient(1.5px 1.5px at 50% 70%, rgba(230, 236, 255, 0.7) 50%, transparent 100%),
    radial-gradient(1px 1px at 90% 50%, rgba(230, 236, 255, 0.5) 50%, transparent 100%),
    radial-gradient(2px 2px at 15% 85%, rgba(230, 236, 255, 0.7) 50%, transparent 100%),
    radial-gradient(1px 1px at 70% 40%, rgba(230, 236, 255, 0.6) 50%, transparent 100%),
    radial-gradient(1.5px 1.5px at 35% 15%, rgba(230, 236, 255, 0.5) 50%, transparent 100%),
    radial-gradient(1px 1px at 95% 90%, rgba(230, 236, 255, 0.6) 50%, transparent 100%),
    var(--color-bg);
  background-size: 350px 350px, 250px 250px, 400px 400px, 200px 200px, 320px 320px, 280px 280px, 360px 360px, 240px 240px, auto;
  background-attachment: fixed;
}

@keyframes twinkle {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 1; }
}

@keyframes orbit-glow {
  0%, 100% { box-shadow: 0 0 20px rgba(29, 78, 216, 0.25), inset 0 0 20px rgba(138, 25, 235, 0.08); }
  50% { box-shadow: 0 0 35px rgba(29, 78, 216, 0.45), inset 0 0 30px rgba(138, 25, 235, 0.12); }
}

.announcement-bar {
  background: linear-gradient(90deg, #02060f 0%, #1d4ed8 50%, #02060f 100%);
  border-bottom: 1px solid rgba(29, 78, 216, 0.3);
}

.site-header {
  background: rgba(5, 10, 24, 0.85);
  border-bottom: 1px solid rgba(29, 78, 216, 0.25);
}

.logo-text {
  background: linear-gradient(135deg, #1d4ed8 0%, #8a19eb 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.5px;
}

.hero {
  background:
    radial-gradient(ellipse 800px 400px at 50% 0%, rgba(29, 78, 216, 0.25) 0%, transparent 60%),
    radial-gradient(ellipse 600px 300px at 80% 50%, rgba(138, 25, 235, 0.12) 0%, transparent 60%),
    linear-gradient(180deg, #050a18 0%, #0a1228 100%);
  position: relative;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(1px 1px at 10% 20%, #fff 50%, transparent 100%),
    radial-gradient(1.5px 1.5px at 30% 60%, #a3b1d4 50%, transparent 100%),
    radial-gradient(1px 1px at 60% 30%, #fff 50%, transparent 100%),
    radial-gradient(2px 2px at 85% 75%, #fff 50%, transparent 100%),
    radial-gradient(1px 1px at 45% 85%, #a3b1d4 50%, transparent 100%),
    radial-gradient(1.5px 1.5px at 75% 15%, #fff 50%, transparent 100%);
  background-size: 200px 200px, 300px 300px, 250px 250px, 180px 180px, 320px 320px, 220px 220px;
  animation: twinkle 4s ease-in-out infinite;
  pointer-events: none;
  opacity: 0.6;
}

.hero {
  text-align: center;
}
.hero-content {
  text-align: center;
}
.hero-actions {
  justify-content: center;
}
.hero-subtitle {
  margin-left: auto;
  margin-right: auto;
}

.hero-badge {
  background: rgba(29, 78, 216, 0.15);
  border: 1px solid rgba(29, 78, 216, 0.4);
  color: #93c5fd;
  text-transform: uppercase;
  font-family: 'Exo 2', sans-serif;
}

.hero-title {
  background: linear-gradient(135deg, #e6ecff 0%, #93c5fd 50%, #c4b5fd 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.btn-primary {
  background: linear-gradient(135deg, #1d4ed8 0%, #8a19eb 100%);
  border: 1px solid rgba(29, 78, 216, 0.5);
  box-shadow: 0 4px 14px rgba(29, 78, 216, 0.4);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Exo 2', sans-serif;
}

.btn-primary:hover {
  filter: brightness(1.15);
  box-shadow: 0 6px 24px rgba(29, 78, 216, 0.6);
}

.btn-outline {
  background: rgba(15, 26, 53, 0.6);
  border: 1px solid rgba(235, 62, 14, 0.5);
  color: #fca5a5;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Exo 2', sans-serif;
}

.btn-outline:hover {
  background: rgba(235, 62, 14, 0.15);
  border-color: #eb3e0e;
  color: #fca5a5;
}

.btn-cta {
  background: linear-gradient(135deg, #1d4ed8 0%, #8a19eb 100%);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: 'Exo 2', sans-serif;
  border: 1px solid rgba(29, 78, 216, 0.4);
}

.section-title {
  font-family: 'Exo 2', sans-serif;
  background: linear-gradient(135deg, #e6ecff 0%, #93c5fd 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.5px;
}

.section-title::before {
  content: '◆ ';
  color: #1d4ed8;
  -webkit-text-fill-color: #1d4ed8;
}
.section-title::after {
  content: ' ◆';
  color: #1d4ed8;
  -webkit-text-fill-color: #1d4ed8;
}

.product-card {
  background: linear-gradient(180deg, #0f1a35 0%, #0a1228 100%);
  border: 1px solid rgba(29, 78, 216, 0.2);
  display: flex;
  flex-direction: column;
  position: relative;
}

.product-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(29, 78, 216, 0.6), transparent);
}

.product-card:hover {
  border-color: rgba(29, 78, 216, 0.5);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.6), 0 0 30px rgba(29, 78, 216, 0.2);
  transform: translateY(-4px);
}

.card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.card-brand {
  color: #93c5fd;
  font-family: 'Exo 2', sans-serif;
}

.card-image-wrapper {
  background: #050a18;
  border-bottom: 1px solid rgba(29, 78, 216, 0.15);
}

.categories-section .category-card {
  background: linear-gradient(180deg, #0f1a35 0%, #0a1228 100%);
  border: 1px solid rgba(235, 62, 14, 0.2);
}

.category-card:hover {
  border-color: rgba(235, 62, 14, 0.5);
  box-shadow: 0 0 30px rgba(235, 62, 14, 0.15);
}

.category-icon {
  background: rgba(235, 62, 14, 0.12);
  color: #fca5a5;
  border: 1px solid rgba(235, 62, 14, 0.3);
}

.newsletter-section {
  background:
    radial-gradient(ellipse at center, rgba(235, 62, 14, 0.08) 0%, transparent 70%),
    #0a1228;
  border-top: 1px solid rgba(235, 62, 14, 0.2);
  border-bottom: 1px solid rgba(235, 62, 14, 0.2);
}

.newsletter-form input {
  background: rgba(5, 10, 24, 0.6);
  border: 1px solid rgba(235, 62, 14, 0.3);
  color: #e6ecff;
}

.newsletter-form input:focus {
  border-color: #eb3e0e;
  box-shadow: 0 0 0 3px rgba(235, 62, 14, 0.15);
}

.newsletter-form button {
  background: linear-gradient(135deg, #eb3e0e 0%, #c2410c 100%);
  text-transform: uppercase;
  font-family: 'Exo 2', sans-serif;
  letter-spacing: 0.5px;
}

.faq-section {
  background:
    radial-gradient(ellipse at top, rgba(235, 62, 14, 0.06) 0%, transparent 60%),
    #050a18;
}

.faq-item {
  background: linear-gradient(180deg, #0f1a35 0%, #0a1228 100%);
  border: 1px solid rgba(235, 62, 14, 0.2);
}

.faq-item[open] {
  border-color: rgba(235, 62, 14, 0.5);
  box-shadow: 0 0 20px rgba(235, 62, 14, 0.1);
}

.faq-question {
  color: #e6ecff;
  font-family: 'Exo 2', sans-serif;
}

.faq-item[open] .faq-question::after {
  color: #eb3e0e;
}

.testimonials-section {
  background:
    radial-gradient(ellipse at center, rgba(68, 233, 37, 0.06) 0%, transparent 60%),
    #050a18;
}

.testimonial-card {
  background: linear-gradient(180deg, #0f1a35 0%, #0a1228 100%);
  border: 1px solid rgba(68, 233, 37, 0.2);
}

.testimonial-card:hover {
  border-color: rgba(68, 233, 37, 0.4);
  box-shadow: 0 0 24px rgba(68, 233, 37, 0.1);
}

.testimonial-avatar {
  background: rgba(68, 233, 37, 0.15);
  color: #86efac;
  border: 1px solid rgba(68, 233, 37, 0.3);
}

.top-picks-section {
  background:
    radial-gradient(ellipse at center, rgba(225, 148, 72, 0.06) 0%, transparent 60%),
    #050a18;
}

.top-pick-item {
  background: linear-gradient(180deg, #0f1a35 0%, #0a1228 100%);
  border: 1px solid rgba(225, 148, 72, 0.2);
}

.top-pick-item:hover {
  border-color: rgba(225, 148, 72, 0.5);
  box-shadow: 0 0 24px rgba(225, 148, 72, 0.15);
}

.top-pick-rank {
  color: #e19448;
  font-family: 'Exo 2', sans-serif;
  text-shadow: 0 0 12px rgba(225, 148, 72, 0.5);
}

.top-pick-tag {
  background: rgba(225, 148, 72, 0.15);
  color: #fbbf24;
  border: 1px solid rgba(225, 148, 72, 0.3);
}

.guide-card {
  background: linear-gradient(180deg, #0f1a35 0%, #0a1228 100%);
  border: 1px solid rgba(225, 148, 72, 0.2);
}

.guide-card:hover {
  border-color: rgba(225, 148, 72, 0.5);
  box-shadow: 0 0 24px rgba(225, 148, 72, 0.15);
}

.guide-number {
  background: linear-gradient(135deg, #e19448 0%, #c2410c 100%);
  box-shadow: 0 0 16px rgba(225, 148, 72, 0.4);
  font-family: 'Exo 2', sans-serif;
}

.stats-section {
  background:
    radial-gradient(ellipse at center, rgba(138, 25, 235, 0.3) 0%, transparent 70%),
    linear-gradient(135deg, #1d4ed8 0%, #8a19eb 100%);
  position: relative;
  border-top: 1px solid rgba(125, 165, 255, 0.2);
  border-bottom: 1px solid rgba(125, 165, 255, 0.2);
}

.stat-number {
  font-family: 'Exo 2', sans-serif;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
}

.comparison-table {
  background: linear-gradient(180deg, #0f1a35 0%, #0a1228 100%);
  border: 1px solid rgba(29, 78, 216, 0.25);
}

.comparison-table th {
  background: rgba(29, 78, 216, 0.15);
  color: #93c5fd;
  font-family: 'Exo 2', sans-serif;
  letter-spacing: 1px;
  border-bottom: 1px solid rgba(29, 78, 216, 0.3);
}

.comparison-table td {
  border-bottom: 1px solid rgba(125, 165, 255, 0.08);
}

.comparison-table tbody tr:hover {
  background: rgba(29, 78, 216, 0.08);
}

.product-price-block {
  background: linear-gradient(180deg, #0a1228 0%, #050a18 100%);
  border: 1px solid rgba(29, 78, 216, 0.25);
}

.price-save {
  background: rgba(68, 233, 37, 0.15);
  color: #86efac;
  border: 1px solid rgba(68, 233, 37, 0.3);
}

.mini-badge {
  background: rgba(15, 26, 53, 0.6);
  border: 1px solid rgba(29, 78, 216, 0.25);
  color: #a3b1d4;
}

.delivery-widget {
  background: linear-gradient(180deg, #0f1a35 0%, #0a1228 100%);
  border: 1px solid rgba(29, 78, 216, 0.25);
  position: relative;
}

.delivery-widget::before {
  content: '⬢ NAVIGATION';
  display: block;
  font-size: 10px;
  font-family: 'Exo 2', sans-serif;
  letter-spacing: 2px;
  color: #1d4ed8;
  margin-bottom: 4px;
  font-weight: 700;
}

.delivery-item strong { color: #e6ecff; }
.delivery-item span { color: #a3b1d4; }
.delivery-item svg { color: #1d4ed8; }

.pros-cons-widget {
  background: linear-gradient(180deg, #0f1a35 0%, #0a1228 100%);
  border: 1px solid rgba(29, 78, 216, 0.25);
}

.pros-cons-widget h3 {
  color: #e6ecff;
  font-family: 'Exo 2', sans-serif;
  letter-spacing: 0.5px;
}

.pros-heading { color: #86efac; }
.cons-heading { color: #fca5a5; }
.pros-list li, .cons-list li { color: #a3b1d4; }

.price-history-section {
  background: linear-gradient(180deg, #0f1a35 0%, #0a1228 100%);
  border: 1px solid rgba(29, 78, 216, 0.25);
  position: relative;
  overflow: hidden;
}

.price-history-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #1d4ed8, #8a19eb, #1d4ed8, transparent);
  animation: scan-line 4s linear infinite;
}

@keyframes scan-line {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

.chart-bar {
  background: linear-gradient(180deg, rgba(29, 78, 216, 0.3) 0%, #1d4ed8 100%);
}

.chart-bar-current {
  background: linear-gradient(180deg, rgba(68, 233, 37, 0.3) 0%, #44e925 100%);
  box-shadow: 0 0 16px rgba(68, 233, 37, 0.4);
}

.chart-note {
  background: rgba(68, 233, 37, 0.1);
  color: #86efac;
  border: 1px solid rgba(68, 233, 37, 0.2);
}

.user-reviews-section {
  background: linear-gradient(180deg, #0f1a35 0%, #0a1228 100%);
  border: 1px solid rgba(29, 78, 216, 0.25);
}

.reviews-big-number {
  font-family: 'Exo 2', sans-serif;
  background: linear-gradient(135deg, #e6ecff 0%, #93c5fd 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.review-card {
  background: rgba(5, 10, 24, 0.5);
  border: 1px solid rgba(29, 78, 216, 0.15);
}

.review-avatar {
  background: linear-gradient(135deg, #1d4ed8 0%, #8a19eb 100%);
  box-shadow: 0 0 12px rgba(29, 78, 216, 0.4);
}

.review-bar-track {
  background: rgba(5, 10, 24, 0.8);
}

.social-proof-popup {
  background: linear-gradient(180deg, #0f1a35 0%, #0a1228 100%);
  border: 1px solid rgba(29, 78, 216, 0.4);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.6), 0 0 24px rgba(29, 78, 216, 0.2);
}

.popup-icon {
  background: linear-gradient(135deg, #44e925 0%, #16a34a 100%);
  box-shadow: 0 0 12px rgba(68, 233, 37, 0.4);
}

.popup-text strong { color: #e6ecff; }

.brand-showcase-section {
  background:
    radial-gradient(ellipse at center, rgba(29, 78, 216, 0.05) 0%, transparent 60%),
    #050a18;
}

.brand-card {
  background: linear-gradient(180deg, #0f1a35 0%, #0a1228 100%);
  border: 1px solid rgba(29, 78, 216, 0.2);
}

.brand-card:hover {
  border-color: rgba(29, 78, 216, 0.5);
  box-shadow: 0 0 24px rgba(29, 78, 216, 0.15);
}

.brand-initial {
  background: linear-gradient(135deg, #1d4ed8 0%, #8a19eb 100%);
  box-shadow: 0 0 16px rgba(29, 78, 216, 0.4);
  font-family: 'Exo 2', sans-serif;
}

.brand-name {
  font-family: 'Exo 2', sans-serif;
  color: #e6ecff;
}

.trending-section {
  background: #050a18;
}

.trending-item {
  background: linear-gradient(180deg, #0f1a35 0%, #0a1228 100%);
  border: 1px solid rgba(29, 78, 216, 0.2);
}

.trending-item:hover {
  border-color: rgba(29, 78, 216, 0.5);
  box-shadow: 0 0 24px rgba(29, 78, 216, 0.15);
}

.trending-rank {
  color: #1d4ed8;
  font-family: 'Exo 2', sans-serif;
  text-shadow: 0 0 12px rgba(29, 78, 216, 0.5);
}

.trending-hot {
  background: rgba(235, 62, 14, 0.15);
  color: #fca5a5;
  border: 1px solid rgba(235, 62, 14, 0.3);
}

.gallery-main {
  background: #050a18;
  border: 1px solid rgba(29, 78, 216, 0.25);
}

.thumb {
  background: #050a18;
  border-color: rgba(29, 78, 216, 0.25);
}

.thumb.active, .thumb:hover {
  border-color: #1d4ed8;
  box-shadow: 0 0 12px rgba(29, 78, 216, 0.3);
}

.filter-btn {
  background: rgba(15, 26, 53, 0.6);
  border: 1px solid rgba(29, 78, 216, 0.2);
  color: #a3b1d4;
  font-family: 'Exo 2', sans-serif;
  letter-spacing: 0.5px;
}

.filter-btn:hover {
  border-color: rgba(29, 78, 216, 0.5);
  color: #93c5fd;
}

.filter-btn.active {
  background: linear-gradient(135deg, #1d4ed8 0%, #8a19eb 100%);
  border-color: #1d4ed8;
  color: #fff;
}

.sort-select,
.category-filters select {
  background: rgba(15, 26, 53, 0.8);
  border: 1px solid rgba(29, 78, 216, 0.25);
  color: #e6ecff;
}

.page-btn, .page-num {
  background: rgba(15, 26, 53, 0.6);
  border: 1px solid rgba(29, 78, 216, 0.2);
  color: #a3b1d4;
}

.page-num.active {
  background: linear-gradient(135deg, #1d4ed8 0%, #8a19eb 100%);
  border-color: #1d4ed8;
}

.search-input {
  background: rgba(5, 10, 24, 0.8);
  border-color: rgba(29, 78, 216, 0.25);
  color: #e6ecff;
}

.search-input:focus {
  border-color: #1d4ed8;
  box-shadow: 0 0 0 3px rgba(29, 78, 216, 0.2);
}

.breadcrumb {
  background: rgba(15, 26, 53, 0.5);
  border-bottom: 1px solid rgba(29, 78, 216, 0.2);
}

.cookie-banner {
  background: rgba(15, 26, 53, 0.98);
  border-top: 1px solid rgba(29, 78, 216, 0.3);
  box-shadow: 0 -4px 30px rgba(0, 0, 0, 0.5);
}

.site-footer {
  background:
    radial-gradient(ellipse at top, rgba(29, 78, 216, 0.08) 0%, transparent 50%),
    #02060f;
  border-top: 1px solid rgba(29, 78, 216, 0.2);
}

.social-links a:hover {
  background: linear-gradient(135deg, #1d4ed8 0%, #8a19eb 100%);
  border-color: #1d4ed8;
  box-shadow: 0 0 16px rgba(29, 78, 216, 0.4);
}

@media (max-width: 768px) {
  .hero::before {
    opacity: 0.3;
  }
  .section-title::before,
  .section-title::after {
    display: none;
  }
}