/* ========================================
   JINTUNOUTDOOR.COM - Premium Outdoor Reviews
   Unique Design: Immersive Mountain Expedition
   ======================================== */

/* CSS Custom Properties */
:root {
  /* Color Palette - Mountain Forest Theme */
  --color-primary: #1a472a;
  --color-primary-light: #2d5a3d;
  --color-secondary: #0d2137;
  --color-secondary-light: #1a3a5c;
  --color-accent: #c9a227;
  --color-accent-hover: #e0b82e;
  --color-text: #e8e6e3;
  --color-text-muted: #9ca3af;
  --color-surface: rgba(26, 71, 42, 0.15);
  --color-surface-solid: #0f1f14;
  --color-glass: rgba(255, 255, 255, 0.05);
  --color-glass-border: rgba(255, 255, 255, 0.1);

  /* Typography */
  --font-heading: 'Playfair Display', Georgia, serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

  /* Spacing */
  --section-padding: clamp(60px, 10vw, 120px);
  --container-width: 1400px;

  /* Effects */
  --shadow-soft: 0 4px 24px rgba(0, 0, 0, 0.3);
  --shadow-glow: 0 0 40px rgba(201, 162, 39, 0.15);
  --blur-glass: blur(20px);
  --transition-smooth: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Reset & Base */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  background: var(--color-secondary);
  color: var(--color-text);
  line-height: 1.7;
  overflow-x: hidden;
  min-height: 100vh;
}

/* ========================================
   ANIMATED MOUNTAIN BACKGROUND
   ======================================== */

.mountain-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  background: linear-gradient(180deg,
    var(--color-secondary) 0%,
    #0a1628 50%,
    #050d15 100%
  );
}

.mountain-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200%;
  height: 60%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.mountain-layer-1 {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%231a472a' d='M0,224L48,213.3C96,203,192,181,288,181.3C384,181,480,203,576,218.7C672,235,768,245,864,234.7C960,224,1056,192,1152,165.3C1248,139,1344,117,1392,106.7L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z' fill='%231a472a' fill-opacity='0.4'/%3E%3C/svg%3E") bottom center;
  animation: parallax-slow 60s linear infinite;
  opacity: 0.6;
}

.mountain-layer-2 {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%232d5a3d' d='M0,160L48,170.7C96,181,192,203,288,213.3C384,224,480,224,576,218.7C672,213,768,192,864,186.7C960,181,1056,192,1152,197.3C1248,203,1344,203,1392,202.7L1440,202L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z' fill='%232d5a3d' fill-opacity='0.3'/%3E%3C/svg%3E") bottom center;
  animation: parallax-medium 45s linear infinite;
  opacity: 0.5;
}

.mountain-layer-3 {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%230d2137' d='M0,96L48,112C96,128,192,160,288,176C384,192,480,192,576,181.3C672,171,768,149,864,138.7C960,128,1056,128,1152,138.7C1248,149,1344,171,1392,181.3L1440,192L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z' fill='%230d2137' fill-opacity='0.8'/%3E%3C/svg%3E") bottom center;
  animation: parallax-fast 30s linear infinite;
  opacity: 0.7;
}

.stars {
  position: absolute;
  width: 100%;
  height: 50%;
  background-image:
    radial-gradient(2px 2px at 20px 30px, rgba(255,255,255,0.8), transparent),
    radial-gradient(2px 2px at 40px 70px, rgba(255,255,255,0.5), transparent),
    radial-gradient(1px 1px at 90px 40px, rgba(255,255,255,0.6), transparent),
    radial-gradient(2px 2px at 160px 120px, rgba(255,255,255,0.7), transparent),
    radial-gradient(1px 1px at 230px 80px, rgba(255,255,255,0.4), transparent),
    radial-gradient(2px 2px at 300px 150px, rgba(255,255,255,0.6), transparent),
    radial-gradient(1px 1px at 400px 60px, rgba(255,255,255,0.5), transparent),
    radial-gradient(2px 2px at 500px 100px, rgba(255,255,255,0.7), transparent),
    radial-gradient(1px 1px at 600px 40px, rgba(255,255,255,0.4), transparent),
    radial-gradient(2px 2px at 700px 130px, rgba(255,255,255,0.6), transparent);
  background-repeat: repeat;
  background-size: 800px 200px;
  animation: twinkle 8s ease-in-out infinite;
}

@keyframes parallax-slow {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes parallax-medium {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes parallax-fast {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

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

/* ========================================
   HEADER & NAVIGATION
   ======================================== */

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 20px 0;
  transition: var(--transition-smooth);
  background: transparent;
}

.header.scrolled {
  background: rgba(13, 33, 55, 0.9);
  backdrop-filter: var(--blur-glass);
  -webkit-backdrop-filter: var(--blur-glass);
  border-bottom: 1px solid var(--color-glass-border);
  padding: 15px 0;
}

.header-container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  color: var(--color-text);
}

.logo-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--color-accent);
}

.logo-text {
  display: flex;
  flex-direction: column;
}

.logo-title {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--color-text);
}

.logo-subtitle {
  font-size: 0.75rem;
  color: var(--color-accent);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-menu {
  display: flex;
  gap: 40px;
  list-style: none;
}

.nav-menu a {
  color: var(--color-text);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  transition: var(--transition-smooth);
  position: relative;
  padding: 5px 0;
}

.nav-menu a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--color-accent);
  transition: var(--transition-smooth);
}

.nav-menu a:hover {
  color: var(--color-accent);
}

.nav-menu a:hover::after {
  width: 100%;
}

/* Mobile Menu Toggle */
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 10px;
}

.menu-toggle span {
  width: 25px;
  height: 2px;
  background: var(--color-text);
  transition: var(--transition-smooth);
}

/* ========================================
   HERO SECTION
   ======================================== */

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 120px 30px 60px;
  text-align: center;
}

.hero-content {
  max-width: 900px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--color-glass);
  border: 1px solid var(--color-glass-border);
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 0.85rem;
  color: var(--color-accent);
  margin-bottom: 30px;
  backdrop-filter: var(--blur-glass);
  animation: fadeInUp 0.8s ease-out;
}

.hero-title {
  font-family: var(--font-heading);
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 25px;
  animation: fadeInUp 0.8s ease-out 0.2s backwards;
}

.hero-title .highlight {
  color: var(--color-accent);
  position: relative;
}

.hero-subtitle {
  font-size: 1.2rem;
  color: var(--color-text-muted);
  max-width: 600px;
  margin: 0 auto 40px;
  animation: fadeInUp 0.8s ease-out 0.4s backwards;
}

.hero-cta {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  animation: fadeInUp 0.8s ease-out 0.6s backwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ========================================
   BUTTONS
   ======================================== */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: var(--transition-smooth);
  letter-spacing: 0.5px;
}

.btn-primary {
  background: linear-gradient(135deg, var(--color-accent), #b8922a);
  color: var(--color-secondary);
  box-shadow: 0 4px 20px rgba(201, 162, 39, 0.3);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(201, 162, 39, 0.4);
}

.btn-secondary {
  background: var(--color-glass);
  color: var(--color-text);
  border: 1px solid var(--color-glass-border);
  backdrop-filter: var(--blur-glass);
}

.btn-secondary:hover {
  background: var(--color-surface);
  border-color: var(--color-accent);
}

/* ========================================
   SECTIONS
   ======================================== */

.section {
  padding: var(--section-padding) 30px;
  position: relative;
}

.section-container {
  max-width: var(--container-width);
  margin: 0 auto;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-label {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 15px;
  position: relative;
}

.section-label::before,
.section-label::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 40px;
  height: 1px;
  background: var(--color-accent);
  opacity: 0.5;
}

.section-label::before {
  right: calc(100% + 15px);
}

.section-label::after {
  left: calc(100% + 15px);
}

.section-title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  margin-bottom: 15px;
}

.section-subtitle {
  font-size: 1.1rem;
  color: var(--color-text-muted);
  max-width: 600px;
  margin: 0 auto;
}

/* ========================================
   PRODUCT CARDS (3D Effect)
   ======================================== */

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 40px;
}

.product-card {
  position: relative;
  background: var(--color-glass);
  border: 1px solid var(--color-glass-border);
  border-radius: 20px;
  overflow: hidden;
  transition: var(--transition-smooth);
  transform-style: preserve-3d;
  perspective: 1000px;
  backdrop-filter: var(--blur-glass);
}

.product-card:hover {
  transform: translateY(-10px) rotateX(2deg);
  box-shadow: var(--shadow-glow);
  border-color: rgba(201, 162, 39, 0.3);
}

.product-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(180deg, rgba(201, 162, 39, 0.1) 0%, transparent 100%);
  pointer-events: none;
}

.product-image-wrapper {
  position: relative;
  height: 280px;
  overflow: hidden;
  background: var(--color-surface);
}

.product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition-smooth);
}

.product-card:hover .product-image {
  transform: scale(1.08);
}

.product-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--color-accent);
  color: var(--color-secondary);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}

.product-content {
  padding: 30px;
}

.product-category {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 10px;
}

.product-title {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.3;
}

.product-excerpt {
  color: var(--color-text-muted);
  font-size: 0.95rem;
  margin-bottom: 20px;
  line-height: 1.6;
}

.product-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 25px;
}

.product-feature {
  background: var(--color-surface);
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 0.8rem;
  color: var(--color-text-muted);
  border: 1px solid rgba(255,255,255,0.05);
}

.product-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid var(--color-glass-border);
}

.product-price {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--color-accent);
}

.product-price span {
  font-size: 0.9rem;
  color: var(--color-text-muted);
  font-weight: 400;
}

.product-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--color-text);
  text-decoration: none;
  font-weight: 600;
  transition: var(--transition-smooth);
}

.product-link:hover {
  color: var(--color-accent);
}

.product-link svg {
  transition: transform 0.3s ease;
}

.product-link:hover svg {
  transform: translateX(5px);
}

/* ========================================
   FEATURED PRODUCT (Large Card)
   ======================================== */

.featured-products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

.featured-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--color-glass);
  border: 1px solid var(--color-glass-border);
  border-radius: 30px;
  overflow: hidden;
  transition: var(--transition-smooth);
}

.featured-card:hover {
  border-color: rgba(201, 162, 39, 0.3);
  box-shadow: var(--shadow-glow);
}

.featured-image {
  position: relative;
  height: 400px;
  overflow: hidden;
}

.featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition-smooth);
}

.featured-card:hover .featured-image img {
  transform: scale(1.05);
}

.featured-content {
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.featured-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 20px;
}

.featured-title {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.featured-description {
  color: var(--color-text-muted);
  margin-bottom: 30px;
  line-height: 1.8;
}

.specs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-bottom: 30px;
}

.spec-item {
  background: var(--color-surface);
  padding: 15px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.05);
}

.spec-label {
  font-size: 0.75rem;
  color: var(--color-text-muted);
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.spec-value {
  font-weight: 600;
  font-size: 1rem;
}

/* ========================================
   ABOUT / BRAND SECTION
   ======================================== */

.about-section {
  background: linear-gradient(180deg, transparent, rgba(26, 71, 42, 0.1), transparent);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.about-content h2 {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  margin-bottom: 25px;
  line-height: 1.2;
}

.about-content p {
  color: var(--color-text-muted);
  margin-bottom: 20px;
  line-height: 1.8;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.stat-item {
  text-align: center;
}

.stat-number {
  font-family: var(--font-heading);
  font-size: 3rem;
  font-weight: 700;
  color: var(--color-accent);
  line-height: 1;
}

.stat-label {
  font-size: 0.85rem;
  color: var(--color-text-muted);
  margin-top: 10px;
}

.about-visual {
  position: relative;
}

.about-image-container {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.about-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
}

.about-decoration {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 30px;
  left: 30px;
  border: 2px solid var(--color-accent);
  border-radius: 20px;
  z-index: -1;
  opacity: 0.3;
}

/* ========================================
   NEWSLETTER SECTION
   ======================================== */

.newsletter-section {
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%);
  border-radius: 40px;
  padding: 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--color-glass-border);
}

.newsletter-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(201, 162, 39, 0.1) 0%, transparent 50%);
  animation: pulse-bg 10s ease-in-out infinite;
}

@keyframes pulse-bg {
  0%, 100% { transform: scale(1); opacity: 0.5; }
  50% { transform: scale(1.1); opacity: 1; }
}

.newsletter-content {
  position: relative;
  z-index: 1;
}

.newsletter-title {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.newsletter-text {
  color: var(--color-text-muted);
  margin-bottom: 30px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.newsletter-form {
  display: flex;
  gap: 15px;
  max-width: 500px;
  margin: 0 auto;
}

.newsletter-form input {
  flex: 1;
  padding: 18px 24px;
  border: 1px solid var(--color-glass-border);
  border-radius: 10px;
  background: var(--color-glass);
  color: var(--color-text);
  font-size: 1rem;
  backdrop-filter: var(--blur-glass);
}

.newsletter-form input::placeholder {
  color: var(--color-text-muted);
}

.newsletter-form input:focus {
  outline: none;
  border-color: var(--color-accent);
}

/* ========================================
   FOOTER
   ======================================== */

.footer {
  background: rgba(10, 22, 40, 0.9);
  border-top: 1px solid var(--color-glass-border);
  padding: 80px 30px 30px;
  margin-top: 100px;
}

.footer-grid {
  max-width: var(--container-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 60px;
  margin-bottom: 60px;
}

.footer-brand {
  max-width: 300px;
}

.footer-brand .logo {
  margin-bottom: 20px;
}

.footer-brand p {
  color: var(--color-text-muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

.footer-links h4 {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  margin-bottom: 25px;
  color: var(--color-accent);
}

.footer-links ul {
  list-style: none;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: var(--color-text-muted);
  text-decoration: none;
  font-size: 0.95rem;
  transition: var(--transition-smooth);
}

.footer-links a:hover {
  color: var(--color-accent);
}

.footer-bottom {
  max-width: var(--container-width);
  margin: 0 auto;
  padding-top: 30px;
  border-top: 1px solid var(--color-glass-border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-copyright {
  color: var(--color-text-muted);
  font-size: 0.9rem;
}

.footer-legal {
  display: flex;
  gap: 30px;
}

.footer-legal a {
  color: var(--color-text-muted);
  text-decoration: none;
  font-size: 0.9rem;
  transition: var(--transition-smooth);
}

.footer-legal a:hover {
  color: var(--color-accent);
}

/* ========================================
   PRODUCT DETAIL PAGE
   ======================================== */

.product-detail {
  padding-top: 120px;
  padding-bottom: 80px;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.product-gallery {
  position: sticky;
  top: 120px;
}

.main-image {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 20px;
  background: var(--color-surface);
}

.thumbnail-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.thumbnail {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  transition: var(--transition-smooth);
  border: 2px solid transparent;
  background: var(--color-surface);
}

.thumbnail:hover,
.thumbnail.active {
  border-color: var(--color-accent);
}

.product-info {
  padding: 20px 0;
}

.product-info .product-category {
  margin-bottom: 15px;
}

.product-info .product-title {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.product-info .product-price {
  font-size: 2.5rem;
  margin-bottom: 30px;
}

.product-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}

.stars {
  display: flex;
  gap: 3px;
  color: var(--color-accent);
}

.rating-text {
  color: var(--color-text-muted);
  font-size: 0.9rem;
}

.product-description {
  color: var(--color-text-muted);
  line-height: 1.8;
  margin-bottom: 40px;
}

.product-specs {
  background: var(--color-surface);
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 40px;
  border: 1px solid rgba(255,255,255,0.05);
}

.product-specs h3 {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  margin-bottom: 25px;
  color: var(--color-accent);
}

.specs-table {
  width: 100%;
}

.specs-table tr {
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.specs-table tr:last-child {
  border-bottom: none;
}

.specs-table td {
  padding: 15px 0;
}

.specs-table td:first-child {
  color: var(--color-text-muted);
  width: 40%;
}

.specs-table td:last-child {
  font-weight: 500;
}

.product-cta {
  display: flex;
  gap: 15px;
}

.product-cta .btn {
  flex: 1;
  justify-content: center;
}

.pros-cons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
}

.pros, .cons {
  background: var(--color-surface);
  border-radius: 15px;
  padding: 25px;
  border: 1px solid rgba(255,255,255,0.05);
}

.pros h4, .cons h4 {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  margin-bottom: 15px;
}

.pros h4 {
  color: #4ade80;
}

.cons h4 {
  color: #f87171;
}

.pros ul, .cons ul {
  list-style: none;
}

.pros li, .cons li {
  padding: 8px 0;
  padding-left: 25px;
  position: relative;
  font-size: 0.95rem;
  color: var(--color-text-muted);
}

.pros li::before {
  content: '+';
  position: absolute;
  left: 0;
  color: #4ade80;
  font-weight: bold;
}

.cons li::before {
  content: '-';
  position: absolute;
  left: 0;
  color: #f87171;
  font-weight: bold;
}

/* ========================================
   GDPR / COOKIE POPUP
   ======================================== */

.gdpr-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(15, 31, 20, 0.98);
  backdrop-filter: var(--blur-glass);
  border-top: 1px solid var(--color-accent);
  padding: 30px;
  z-index: 9999;
  transform: translateY(100%);
  transition: transform 0.5s ease;
}

.gdpr-popup.show {
  transform: translateY(0);
}

.gdpr-content {
  max-width: var(--container-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.gdpr-text h4 {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: var(--color-accent);
}

.gdpr-text p {
  color: var(--color-text-muted);
  font-size: 0.95rem;
  max-width: 700px;
}

.gdpr-text a {
  color: var(--color-accent);
}

.gdpr-buttons {
  display: flex;
  gap: 15px;
  flex-shrink: 0;
}

/* ========================================
   LEGAL PAGES
   ======================================== */

.legal-page {
  padding: 150px 30px 80px;
  min-height: 100vh;
}

.legal-container {
  max-width: 800px;
  margin: 0 auto;
}

.legal-header {
  text-align: center;
  margin-bottom: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--color-glass-border);
}

.legal-header h1 {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.legal-header p {
  color: var(--color-text-muted);
}

.legal-content h2 {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  margin-top: 40px;
  margin-bottom: 20px;
  color: var(--color-accent);
}

.legal-content p {
  color: var(--color-text-muted);
  margin-bottom: 20px;
  line-height: 1.8;
}

.legal-content ul {
  color: var(--color-text-muted);
  margin-bottom: 20px;
  padding-left: 25px;
}

.legal-content li {
  margin-bottom: 10px;
}

.legal-content a {
  color: var(--color-accent);
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

@media (max-width: 1024px) {
  .featured-products {
    grid-template-columns: 1fr;
  }

  .featured-card {
    grid-template-columns: 1fr;
  }

  .featured-image {
    height: 300px;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-detail-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .product-gallery {
    position: relative;
    top: 0;
  }
}

@media (max-width: 768px) {
  .nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(13, 33, 55, 0.98);
    flex-direction: column;
    padding: 30px;
    gap: 20px;
    border-bottom: 1px solid var(--color-glass-border);
  }

  .nav-menu.active {
    display: flex;
  }

  .menu-toggle {
    display: flex;
  }

  .hero {
    padding-top: 150px;
  }

  .products-grid {
    grid-template-columns: 1fr;
  }

  .about-stats {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .stat-number {
    font-size: 2.5rem;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .footer-legal {
    flex-wrap: wrap;
    justify-content: center;
  }

  .gdpr-content {
    flex-direction: column;
    text-align: center;
  }

  .gdpr-buttons {
    width: 100%;
    justify-content: center;
  }

  .pros-cons {
    grid-template-columns: 1fr;
  }

  .specs-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .section {
    padding: 60px 20px;
  }

  .hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-cta {
    flex-direction: column;
  }

  .hero-cta .btn {
    width: 100%;
    justify-content: center;
  }

  .thumbnail-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .product-cta {
    flex-direction: column;
  }

  .product-info .product-title {
    font-size: 1.8rem;
  }

  .product-info .product-price {
    font-size: 2rem;
  }
}

/* ========================================
   SCROLL ANIMATIONS
   ======================================== */

.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger animations for grid items */
.products-grid .product-card:nth-child(1) { transition-delay: 0.1s; }
.products-grid .product-card:nth-child(2) { transition-delay: 0.2s; }
.products-grid .product-card:nth-child(3) { transition-delay: 0.3s; }
.products-grid .product-card:nth-child(4) { transition-delay: 0.4s; }
.products-grid .product-card:nth-child(5) { transition-delay: 0.5s; }

/* ========================================
   SCROLLBAR STYLING
   ======================================== */

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: var(--color-secondary);
}

::-webkit-scrollbar-thumb {
  background: var(--color-primary);
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--color-primary-light);
}

/* ========================================
   SELECTION STYLING
   ======================================== */

::selection {
  background: var(--color-accent);
  color: var(--color-secondary);
}
