/*
Theme Name: JetsTech Performance v18
Theme URI: https://jetstech.es
Author: JetsTech
Description: Tema v18 exacto con WooCommerce - 100% editable desde WordPress
Version: 1.0
Text Domain: jetstech
*/

@import url('https://fonts.googleapis.com/css2?family=Russo+One&family=Rajdhani:wght@400;500;600;700&display=swap');

* { margin: 0; padding: 0; box-sizing: border-box; }

body { 
  font-family: 'Rajdhani', sans-serif; 
  background-color: #000; 
  color: #fff; 
  line-height: 1.6; 
  overflow-x: hidden;
}

.racing-text { 
  font-family: 'Russo One', sans-serif; 
  font-style: italic; 
  text-transform: uppercase; 
  letter-spacing: 0.02em; 
}

/* Top Bar */
.top-bar { 
  background: linear-gradient(90deg, #0891b2, #2563eb); 
  padding: 8px 0; 
  text-align: center; 
  font-size: 14px; 
  color: #fff; 
}
.top-bar-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}
.top-bar a { 
  color: #fff; 
  text-decoration: none; 
  display: inline-flex; 
  align-items: center; 
  gap: 8px; 
}

/* Header */
.main-header { 
  position: fixed; 
  top: 0; 
  left: 0; 
  right: 0; 
  z-index: 1000; 
  transition: all 0.3s;
}
.main-header.scrolled {
  background: rgba(0,0,0,0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 212, 255, 0.3);
}
.header-content { 
  display: flex; 
  align-items: center; 
  justify-content: space-between; 
  padding: 16px 24px; 
  max-width: 1400px; 
  margin: 0 auto; 
}

.logo-section { 
  display: flex; 
  align-items: center; 
  gap: 16px; 
}
.logo-section img { 
  height: 56px; 
  width: auto; 
}
.sea-doo-badge {
  display: flex;
  flex-direction: column;
}
.sea-doo-badge span {
  font-size: 12px;
  letter-spacing: 2px;
}
.sea-doo-badge span:first-child {
  color: #00d4ff;
}

.main-nav ul { 
  display: flex; 
  list-style: none; 
  gap: 32px; 
}
.main-nav a { 
  color: #ccc; 
  text-decoration: none; 
  font-size: 14px; 
  font-weight: 500; 
  transition: color 0.3s; 
  position: relative;
}
.main-nav a:hover { 
  color: #00d4ff; 
}
.main-nav a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: #00d4ff;
  transition: width 0.3s;
}
.main-nav a:hover::after {
  width: 100%;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cart-btn {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 8px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-btn:hover {
  color: #00d4ff;
  background: rgba(0, 212, 255, 0.1);
  border-radius: 8px;
}
.cart-count {
  position: absolute;
  top: -2px;
  right: -2px;
  background: #00d4ff;
  color: #000;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 11px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-presupuesto {
  background: linear-gradient(90deg, #0891b2, #2563eb);
  color: white;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
  border: none;
  cursor: pointer;
  font-size: 14px;
}
.btn-presupuesto:hover {
  background: linear-gradient(90deg, #06b6d4, #3b82f6);
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 8px;
}

/* Mobile Menu */
.mobile-menu {
  display: none;
  background: rgba(0,0,0,0.98);
  border-top: 1px solid rgba(0, 212, 255, 0.3);
  padding: 16px;
}
.mobile-menu.active {
  display: block;
}
.mobile-menu a {
  display: block;
  color: #ccc;
  text-decoration: none;
  padding: 12px 0;
  border-bottom: 1px solid #333;
  font-size: 16px;
}
.mobile-menu a:hover {
  color: #00d4ff;
}

@media (max-width: 1024px) {
  .main-nav { display: none; }
  .btn-presupuesto { display: none; }
  .menu-toggle { display: block; }
  .sea-doo-badge { display: none; }
}

/* Hero */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 120px;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.hero-bg-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: opacity 1s;
}
.hero-bg-slide.active {
  opacity: 1;
}
.hero-bg-slide:not(.active) {
  opacity: 0;
}
.hero-bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.95), rgba(0,0,0,0.7) 50%, transparent);
  z-index: 2;
}
.hero-bg-overlay-bottom {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent 50%);
  z-index: 2;
}

.hero-accent-lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
}
.hero-accent-lines::before,
.hero-accent-lines::after,
.hero-accent-lines .line-3 {
  content: '';
  position: absolute;
  height: 1px;
  background: linear-gradient(to right, rgba(0, 212, 255, 0.5), transparent);
}
.hero-accent-lines::before {
  top: 25%;
  left: 0;
  width: 384px;
}
.hero-accent-lines::after {
  top: 33%;
  left: 0;
  width: 256px;
  opacity: 0.6;
}
.hero-accent-lines .line-3 {
  bottom: 33%;
  left: 0;
  width: 320px;
  opacity: 0.4;
}

.hero-content {
  position: relative;
  z-index: 10;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}
.hero-inner {
  max-width: 768px;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 212, 255, 0.2);
  border: 1px solid rgba(0, 212, 255, 0.5);
  border-radius: 9999px;
  padding: 8px 16px;
  margin-bottom: 24px;
}
.badge-dot {
  width: 8px;
  height: 8px;
  background: #00d4ff;
  border-radius: 50%;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}
.badge-text {
  color: #00d4ff;
  font-size: 14px;
  font-weight: 500;
}

.hero h1 {
  font-size: 56px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
  line-height: 1.1;
}
.hero h2 {
  font-size: 48px;
  font-weight: 700;
  color: #00d4ff;
  margin-bottom: 24px;
  line-height: 1.1;
}
.hero-subtitle {
  font-size: 20px;
  color: #ccc;
  margin-bottom: 24px;
}
.hero-subtitle span {
  color: #00d4ff;
}
.hero-description {
  font-size: 18px;
  color: #888;
  max-width: 640px;
  margin-bottom: 32px;
  line-height: 1.6;
}

.hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
}
.hero-feature {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  padding: 8px 16px;
}
.hero-feature svg {
  color: #00d4ff;
  width: 20px;
  height: 20px;
}
.hero-feature span {
  color: #ccc;
  font-size: 14px;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.btn-primary {
  background: linear-gradient(90deg, #0891b2, #2563eb);
  color: white;
  padding: 16px 32px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
  border: none;
  cursor: pointer;
  font-size: 16px;
}
.btn-primary:hover {
  background: linear-gradient(90deg, #06b6d4, #3b82f6);
}
.btn-primary svg {
  transition: transform 0.3s;
}
.btn-primary:hover svg {
  transform: translateX(4px);
}
.btn-outline {
  background: transparent;
  color: #00d4ff;
  padding: 16px 32px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
  border: 1px solid rgba(0, 212, 255, 0.5);
  cursor: pointer;
  font-size: 16px;
}
.btn-outline:hover {
  background: rgba(0, 212, 255, 0.1);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 64px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.hero-stat h3 {
  font-size: 36px;
  font-weight: 700;
  color: #00d4ff;
  margin-bottom: 4px;
}
.hero-stat p {
  font-size: 14px;
  color: #666;
}

.hero-indicators {
  position: absolute;
  bottom: 32px;
  right: 32px;
  display: flex;
  gap: 8px;
  z-index: 10;
}
.hero-indicator {
  width: 48px;
  height: 4px;
  border-radius: 2px;
  background: rgba(255,255,255,0.3);
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
.hero-indicator.active {
  background: #00d4ff;
}

@media (max-width: 768px) {
  .hero h1 { font-size: 40px; }
  .hero h2 { font-size: 32px; }
  .hero-stats { grid-template-columns: 1fr; gap: 16px; }
}

/* Sections Common */
.section {
  padding: 96px 0;
}
.carbon-bg {
  background: linear-gradient(135deg, #1a1a1a 0%, #0d0d0d 50%, #1a1a1a 100%);
  position: relative;
}
.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

.section-header {
  text-align: center;
  margin-bottom: 64px;
}
.section-badge {
  display: inline-block;
  background: rgba(0, 212, 255, 0.2);
  color: #00d4ff;
  border: 1px solid rgba(0, 212, 255, 0.5);
  border-radius: 9999px;
  padding: 8px 16px;
  font-size: 14px;
  margin-bottom: 16px;
}
.section-header h2 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}
.section-header h2 span {
  color: #00d4ff;
}
.section-header p {
  color: #888;
  font-size: 18px;
  max-width: 640px;
  margin: 0 auto;
}

/* Tabs */
.tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 48px;
}
.tabs-inner {
  display: inline-flex;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(4px);
  border: 1px solid #333;
  border-radius: 12px;
  padding: 4px;
}
.tab-btn {
  padding: 12px 24px;
  border-radius: 8px;
  border: none;
  background: transparent;
  color: #888;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
}
.tab-btn.active {
  background: linear-gradient(90deg, #0891b2, #2563eb);
  color: #fff;
}
.tab-btn:hover:not(.active) {
  color: #fff;
}

/* Cards */
.card-grid {
  display: grid;
  gap: 24px;
}
.card-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.card-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.card-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1024px) {
  .card-grid-3, .card-grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .card-grid-2, .card-grid-3, .card-grid-4 { grid-template-columns: 1fr; }
}

.card {
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(4px);
  border: 1px solid #333;
  border-radius: 16px;
  padding: 24px;
  transition: all 0.3s;
}
.card:hover {
  border-color: rgba(0, 212, 255, 0.5);
  background: rgba(0,0,0,0.8);
}
.card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 12px;
}
.card h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.card-badge {
  background: #0891b2;
  color: #fff;
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 4px;
}
.card-power {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #00d4ff;
  font-size: 14px;
  margin-bottom: 16px;
}
.card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-price {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.card-btn {
  color: #00d4ff;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
}
.card-btn:hover {
  color: #06b6d4;
}

/* Benefits Card */
.benefits-card {
  background: rgba(0,0,0,0.7);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(0, 212, 255, 0.3);
  border-radius: 16px;
  padding: 24px;
}
.benefits-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.benefits-icon {
  width: 48px;
  height: 48px;
  background: #0891b2;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.benefits-icon svg {
  color: #fff;
  width: 24px;
  height: 24px;
}
.benefits-header h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.benefits-header p {
  color: #888;
  font-size: 14px;
}
.benefits-list {
  list-style: none;
  margin-bottom: 24px;
}
.benefits-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}
.benefits-list .check {
  width: 20px;
  height: 20px;
  background: rgba(0, 212, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.benefits-list .check svg {
  color: #00d4ff;
  width: 12px;
  height: 12px;
}
.benefits-list span {
  color: #ccc;
  font-size: 14px;
}

/* Service Cards */
.service-card {
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(4px);
  border: 1px solid #333;
  border-radius: 16px;
  padding: 24px;
  transition: all 0.3s;
}
.service-card:hover {
  border-color: rgba(0, 212, 255, 0.5);
  background: rgba(0,0,0,0.8);
}
.service-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 16px;
}
.service-icon {
  width: 56px;
  height: 56px;
  background: rgba(0, 212, 255, 0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}
.service-card:hover .service-icon {
  background: rgba(0, 212, 255, 0.3);
}
.service-icon svg {
  color: #00d4ff;
  width: 28px;
  height: 28px;
}
.service-price {
  color: #00d4ff;
  font-weight: 600;
}
.service-card h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
.service-card p {
  color: #888;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 16px;
}
.service-link {
  color: #00d4ff;
  background: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  padding: 0;
}
.service-link:hover {
  color: #06b6d4;
}

/* CTA Banner */
.cta-banner {
  background: rgba(0,0,0,0.7);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(0, 212, 255, 0.3);
  border-radius: 16px;
  padding: 32px;
  margin-top: 64px;
}
.cta-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.cta-banner-left {
  display: flex;
  align-items: center;
  gap: 24px;
}
.cta-banner-icon {
  width: 64px;
  height: 64px;
  background: #0891b2;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cta-banner-icon svg {
  color: #fff;
  width: 32px;
  height: 32px;
}
.cta-banner h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 4px;
}
.cta-banner p {
  color: #888;
}
@media (max-width: 768px) {
  .cta-banner-inner { flex-direction: column; text-align: center; }
  .cta-banner-left { flex-direction: column; }
}

/* HP Tuners */
.hp-logo {
  text-align: center;
  margin-bottom: 24px;
}
.hp-logo img {
  height: 96px;
  width: auto;
}
.hp-device {
  text-align: center;
  margin-bottom: 64px;
}
.hp-device img {
  height: 320px;
  width: auto;
  filter: drop-shadow(0 25px 25px rgba(0,0,0,0.5));
  border-radius: 12px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 64px;
}
@media (max-width: 1024px) {
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .feature-grid { grid-template-columns: 1fr; }
}

.feature-card {
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(4px);
  border: 1px solid #333;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  transition: all 0.3s;
}
.feature-card:hover {
  border-color: rgba(0, 212, 255, 0.5);
  background: rgba(0,0,0,0.8);
}
.feature-card-icon {
  width: 56px;
  height: 56px;
  background: rgba(0, 212, 255, 0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.feature-card-icon svg {
  color: #00d4ff;
  width: 28px;
  height: 28px;
}
.feature-card h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
.feature-card p {
  color: #888;
  font-size: 14px;
}

/* How it works */
.how-it-works {
  background: rgba(0,0,0,0.7);
  backdrop-filter: blur(4px);
  border: 1px solid #333;
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 64px;
}
.how-it-works h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 768px) {
  .steps { grid-template-columns: 1fr; }
}
.step {
  text-align: center;
}
.step-icon {
  width: 64px;
  height: 64px;
  background: #0891b2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.step-icon svg {
  color: #fff;
  width: 32px;
  height: 32px;
}
.step h4 {
  color: #00d4ff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
.step p {
  color: #888;
  font-size: 14px;
}

/* Product Cards */
.product-card {
  background: rgba(0,0,0,0.7);
  backdrop-filter: blur(4px);
  border-radius: 16px;
  padding: 32px;
  position: relative;
}
.product-card.standard {
  border: 1px solid #333;
}
.product-card.popular {
  border: 1px solid #00d4ff;
  box-shadow: 0 0 30px rgba(0, 212, 255, 0.2);
}
.product-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #0891b2;
  color: #fff;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 4px;
}
.product-card h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}
.product-card .desc {
  color: #888;
  font-size: 14px;
  margin-bottom: 16px;
}
.product-card .price {
  color: #00d4ff;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 24px;
}
.product-features {
  list-style: none;
  margin-bottom: 24px;
}
.product-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.product-features svg {
  color: #00d4ff;
  width: 20px;
  height: 20px;
}
.product-features span {
  color: #ccc;
  font-size: 14px;
}
.product-btn {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: none;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s;
}
.product-btn.primary {
  background: linear-gradient(90deg, #0891b2, #2563eb);
  color: #fff;
}
.product-btn.primary:hover {
  background: linear-gradient(90deg, #06b6d4, #3b82f6);
}
.product-btn.secondary {
  background: #333;
  color: #fff;
}
.product-btn.secondary:hover {
  background: #444;
}

/* Footer */
.footer {
  background: #0a0a0a;
  border-top: 1px solid #333;
  padding: 64px 0 32px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr repeat(4, 1fr);
  gap: 48px;
}
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .footer-grid { grid-template-columns: 1fr; }
}

.footer-brand img {
  height: 64px;
  width: auto;
  margin-bottom: 16px;
}
.footer-brand .tagline {
  color: #00d4ff;
  font-size: 14px;
  margin-bottom: 8px;
}
.footer-brand p {
  color: #888;
  font-size: 14px;
  line-height: 1.6;
  max-width: 320px;
}

.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}
.footer-social a {
  width: 40px;
  height: 40px;
  background: #333;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
  transition: all 0.3s;
}
.footer-social a:hover {
  background: #0891b2;
  color: #fff;
}

.footer h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}
.footer ul {
  list-style: none;
}
.footer li {
  margin-bottom: 12px;
}
.footer a {
  color: #888;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}
.footer a:hover {
  color: #00d4ff;
}

.footer-bottom {
  border-top: 1px solid #333;
  margin-top: 48px;
  padding-top: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 768px) {
  .footer-bottom { flex-direction: column; text-align: center; }
}
.footer-bottom p {
  color: #666;
  font-size: 14px;
}
.footer-bottom a {
  color: #666;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}
.footer-bottom a:hover {
  color: #00d4ff;
}

/* WooCommerce Styles */
.woocommerce .products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
  list-style: none;
}
.woocommerce .product {
  background: rgba(0,0,0,0.6);
  border: 1px solid #333;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s;
}
.woocommerce .product:hover {
  border-color: rgba(0, 212, 255, 0.5);
}
.woocommerce .product img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.woocommerce .product h2 {
  padding: 16px 20px 8px;
  font-size: 18px;
  color: #fff;
}
.woocommerce .product .price {
  padding: 0 20px;
  color: #00d4ff;
  font-size: 20px;
  font-weight: bold;
}
.woocommerce .product .add_to_cart_button {
  margin: 16px 20px 20px;
  width: calc(100% - 40px);
  background: linear-gradient(90deg, #0891b2, #2563eb);
  color: #fff;
  padding: 12px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-weight: 600;
}
.woocommerce .product .add_to_cart_button:hover {
  background: linear-gradient(90deg, #06b6d4, #3b82f6);
}

.onsale {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #ef4444;
  color: #fff;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
}
