/* ========== Reset & Base ========== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif; color: #333; background: #fff; line-height: 1.6; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
button { cursor: pointer; border: none; font-family: inherit; }

:root {
  --primary: #ff6b00;
  --primary-dark: #e55d00;
  --accent: #00b4d8;
  --dark: #0f0f23;
  --dark2: #1a1a3e;
  --text: #333;
  --text-light: #666;
  --bg-light: #f8f8fa;
  --bg-gray: #f0f4f8;
  --success: #00c853;
  --danger: #e63946;
  --yellow: #ffc107;
}

/* ========== Announcement Bar ========== */
.announcement-bar {
  background: var(--dark); color: #fff; text-align: center;
  padding: 10px 20px; font-size: 14px;
  display: flex; align-items: center; justify-content: center;
  gap: 12px; flex-wrap: wrap;
}
.announcement-bar .badge { background: var(--primary); color: #fff; padding: 2px 8px; border-radius: 3px; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.announcement-bar .divider { color: #555; }

/* ========== Header ========== */
.site-header {
  background: #fff; border-bottom: 1px solid #eee;
  padding: 0 40px; height: 72px;
  display: flex; align-items: center; justify-content: space-between;
  position: sticky; top: 0; z-index: 1000;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.logo { display: flex; align-items: center; gap: 10px; font-size: 24px; font-weight: 800; color: var(--dark); letter-spacing: -0.5px; }
.logo .dot { color: var(--primary); }
.main-nav { display: flex; gap: 28px; align-items: center; }
.main-nav a { font-size: 14px; font-weight: 500; color: var(--text); position: relative; padding: 4px 0; }
.main-nav a::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 2px; background: var(--primary); transition: width 0.3s; }
.main-nav a:hover::after { width: 100%; }
.main-nav a:hover { color: var(--primary); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.header-actions .icon-btn { background: none; color: var(--text); font-size: 20px; padding: 8px; border-radius: 50%; transition: background 0.2s; }
.header-actions .icon-btn:hover { background: var(--bg-light); }
.cart-btn { position: relative; }
.cart-count {
  position: absolute; top: 2px; right: 2px;
  background: var(--primary); color: #fff;
  font-size: 10px; font-weight: 700;
  width: 18px; height: 18px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}

/* ========== Fitment Bar ========== */
.fitment-bar { background: linear-gradient(135deg, var(--dark) 0%, var(--dark2) 100%); padding: 20px 40px; }
.fitment-inner { max-width: 900px; margin: 0 auto; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; justify-content: center; }
.fitment-label { color: #fff; font-size: 16px; font-weight: 600; white-space: nowrap; }
.fitment-select { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); color: #fff; padding: 10px 16px; border-radius: 8px; font-size: 14px; min-width: 140px; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M6 8L1 3h10z' fill='%23fff'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; }
.fitment-select option { background: var(--dark); color: #fff; }
.fitment-btn { background: var(--primary); color: #fff; padding: 10px 24px; border-radius: 8px; font-size: 14px; font-weight: 700; transition: background 0.2s; text-transform: uppercase; letter-spacing: 0.5px; }
.fitment-btn:hover { background: var(--primary-dark); }

/* ========== Hero ========== */
.hero-slideshow { position: relative; height: 520px; overflow: hidden; background: linear-gradient(135deg, #0a0a1a 0%, #1a1a3e 40%, #0d1b2a 100%); }
.hero-slide { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.8s ease; }
.hero-slide.active { opacity: 1; }
.hero-content { text-align: center; color: #fff; padding: 0 20px; max-width: 800px; z-index: 2; }
.hero-content .tag { display: inline-block; background: rgba(255,107,0,0.2); color: var(--primary); border: 1px solid rgba(255,107,0,0.3); padding: 6px 16px; border-radius: 20px; font-size: 13px; font-weight: 600; margin-bottom: 20px; }
.hero-content h1 { font-size: 48px; font-weight: 800; line-height: 1.15; margin-bottom: 16px; letter-spacing: -1px; }
.hero-content h1 .highlight { color: var(--primary); }
.hero-content p { font-size: 18px; color: rgba(255,255,255,0.7); margin-bottom: 32px; }
.hero-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.hero-glow { position: absolute; width: 400px; height: 400px; border-radius: 50%; filter: blur(120px); opacity: 0.3; }
.hero-glow.g1 { background: var(--primary); top: -100px; right: 10%; }
.hero-glow.g2 { background: var(--accent); bottom: -100px; left: 10%; }
.hero-beam { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 600px; height: 200px; background: radial-gradient(ellipse at bottom, rgba(255,107,0,0.25) 0%, transparent 70%); }
.hero-dots { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); display: flex; gap: 10px; z-index: 10; }
.hero-dot { width: 12px; height: 12px; border-radius: 50%; background: rgba(255,255,255,0.3); cursor: pointer; transition: all 0.3s; }
.hero-dot.active { background: var(--primary); width: 32px; border-radius: 6px; }

/* ========== Buttons ========== */
.btn-primary { background: var(--primary); color: #fff; padding: 14px 32px; border-radius: 8px; font-size: 15px; font-weight: 700; transition: all 0.2s; text-transform: uppercase; letter-spacing: 0.5px; display: inline-block; }
.btn-primary:hover { background: var(--primary-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(255,107,0,0.3); }
.btn-outline { background: transparent; color: #fff; padding: 14px 32px; border-radius: 8px; font-size: 15px; font-weight: 700; border: 2px solid rgba(255,255,255,0.3); transition: all 0.2s; text-transform: uppercase; letter-spacing: 0.5px; display: inline-block; }
.btn-outline:hover { border-color: #fff; background: rgba(255,255,255,0.1); }
.btn-outline.dark { color: var(--dark); border-color: #ddd; }
.btn-outline.dark:hover { border-color: var(--dark); background: rgba(0,0,0,0.03); }
.btn-sm { padding: 10px 20px; font-size: 13px; }
.btn-full { width: 100%; text-align: center; }

/* ========== Trust Badges ========== */
.trust-badges { background: var(--bg-gray); padding: 32px 40px; display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; border-bottom: 1px solid #e8ecf0; }
.trust-item { display: flex; align-items: center; gap: 14px; min-width: 200px; }
.trust-icon { width: 48px; height: 48px; border-radius: 12px; background: linear-gradient(135deg, rgba(255,107,0,0.1), rgba(255,107,0,0.05)); display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; }
.trust-text h4 { font-size: 14px; font-weight: 700; color: var(--dark); }
.trust-text p { font-size: 12px; color: var(--text-light); margin-top: 2px; }

/* ========== Section Header ========== */
.section-header { text-align: center; margin-bottom: 40px; }
.section-header h2 { font-size: 32px; font-weight: 800; color: var(--dark); letter-spacing: -0.5px; }
.section-header p { font-size: 16px; color: var(--text-light); margin-top: 8px; }
.section-header .line { width: 60px; height: 3px; background: var(--primary); margin: 12px auto 0; border-radius: 2px; }

/* ========== Vehicle Grid ========== */
.section { padding: 64px 40px; position: relative; }
.section-light { background: #fff; }
.section-gray { background: var(--bg-light); }
.vehicle-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; max-width: 1200px; margin: 0 auto; }
.vehicle-card { position: relative; border-radius: 12px; overflow: hidden; aspect-ratio: 4/3; cursor: pointer; transition: transform 0.3s, box-shadow 0.3s; }
.vehicle-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.15); }
.vehicle-card .card-bg { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.vehicle-card .car-icon { font-size: 48px; opacity: 0.3; }
.vehicle-card .card-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 60%); display: flex; flex-direction: column; justify-content: flex-end; padding: 16px; }
.vehicle-card .card-overlay h3 { color: #fff; font-size: 16px; font-weight: 700; }
.vehicle-card .card-overlay span { color: rgba(255,255,255,0.6); font-size: 12px; margin-top: 2px; }
.vehicle-card.view-all { background: linear-gradient(135deg, var(--primary), var(--primary-dark)); display: flex; align-items: center; justify-content: center; }
.vehicle-card.view-all .card-overlay { align-items: center; justify-content: center; text-align: center; }

/* ========== Category Grid ========== */
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1200px; margin: 0 auto; }
.category-card { position: relative; border-radius: 16px; overflow: hidden; aspect-ratio: 16/10; cursor: pointer; transition: transform 0.3s, box-shadow 0.3s; }
.category-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.15); }
.category-card .cat-bg { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 64px; opacity: 0.15; }
.category-card .cat-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.2) 50%, transparent 100%); display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; }
.category-card .cat-overlay h3 { color: #fff; font-size: 20px; font-weight: 700; }
.category-card .cat-overlay p { color: rgba(255,255,255,0.6); font-size: 13px; margin-top: 4px; }
.category-card .cat-overlay .cat-btn { display: inline-flex; align-items: center; gap: 6px; margin-top: 12px; color: var(--primary); font-size: 13px; font-weight: 600; }

/* ========== Product Grid ========== */
.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1200px; margin: 0 auto; }
.product-card { border: 1px solid #eee; border-radius: 12px; overflow: hidden; transition: all 0.3s; position: relative; }
.product-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.1); transform: translateY(-2px); }
.product-badge { position: absolute; top: 12px; left: 12px; z-index: 5; background: var(--danger); color: #fff; padding: 4px 10px; border-radius: 4px; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.product-badge.new { background: var(--success); }
.product-badge.best { background: var(--primary); }
.product-img { aspect-ratio: 1; background: #f5f5f5; display: flex; align-items: center; justify-content: center; font-size: 48px; color: #ccc; position: relative; overflow: hidden; }
.product-img .img-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 8px; }
.product-info { padding: 16px; }
.product-info .product-name { font-size: 15px; font-weight: 600; color: var(--dark); margin-bottom: 4px; }
.product-info .product-type { font-size: 12px; color: var(--text-light); margin-bottom: 8px; }
.product-rating { display: flex; align-items: center; gap: 6px; margin-bottom: 10px; }
.stars { color: var(--yellow); font-size: 14px; letter-spacing: 1px; }
.rating-count { font-size: 12px; color: var(--text-light); }
.product-price { display: flex; align-items: center; gap: 8px; margin-bottom: 14px; flex-wrap: wrap; }
.price-current { font-size: 20px; font-weight: 800; color: var(--dark); }
.price-original { font-size: 14px; color: #999; text-decoration: line-through; }
.price-save { font-size: 12px; color: var(--danger); font-weight: 600; }
.add-to-cart-btn { width: 100%; padding: 12px; border-radius: 8px; background: var(--dark); color: #fff; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; transition: all 0.2s; }
.add-to-cart-btn:hover { background: var(--primary); }
.view-all-link { text-align: center; margin-top: 36px; }
.view-all-link a { display: inline-flex; align-items: center; gap: 8px; color: var(--primary); font-size: 15px; font-weight: 600; }

/* ========== Promo Banner ========== */
.promo-banner { position: relative; padding: 80px 40px; background: linear-gradient(135deg, #0a0a1a 0%, #1a0a2e 50%, #0a1a2e 100%); text-align: center; overflow: hidden; }
.promo-banner .promo-glow { position: absolute; width: 500px; height: 500px; border-radius: 50%; filter: blur(150px); opacity: 0.2; }
.promo-banner .pg1 { background: var(--primary); top: -200px; left: 20%; }
.promo-banner .pg2 { background: var(--accent); bottom: -200px; right: 20%; }
.promo-content { position: relative; z-index: 2; }
.promo-content .promo-badge { display: inline-block; background: rgba(230,57,70,0.2); color: var(--danger); border: 1px solid rgba(230,57,70,0.3); padding: 6px 16px; border-radius: 20px; font-size: 13px; font-weight: 600; margin-bottom: 16px; text-transform: uppercase; letter-spacing: 1px; }
.promo-content h2 { font-size: 42px; font-weight: 800; color: #fff; margin-bottom: 12px; }
.promo-content h2 .hl { color: var(--danger); }
.promo-content p { font-size: 17px; color: rgba(255,255,255,0.6); margin-bottom: 28px; }

/* ========== Reviews ========== */
.reviews-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; max-width: 1200px; margin: 0 auto; }
.review-card { background: #fff; border-radius: 12px; padding: 24px; box-shadow: 0 2px 8px rgba(0,0,0,0.04); transition: transform 0.3s; }
.review-card:hover { transform: translateY(-2px); }
.review-stars { color: var(--yellow); font-size: 14px; margin-bottom: 12px; letter-spacing: 1px; }
.review-text { font-size: 14px; color: var(--text); line-height: 1.6; margin-bottom: 16px; font-style: italic; }
.review-author { display: flex; align-items: center; gap: 10px; }
.review-avatar { width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg, var(--primary), var(--accent)); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 14px; font-weight: 700; }
.review-meta .review-name { font-size: 13px; font-weight: 600; color: var(--dark); }
.review-meta .review-vehicle { font-size: 11px; color: var(--text-light); }
.review-meta .verified { font-size: 11px; color: var(--success); font-weight: 600; }

/* ========== Brand Story ========== */
.brand-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.brand-image { aspect-ratio: 4/3; border-radius: 16px; overflow: hidden; background: linear-gradient(135deg, #1a1a2e, #16213e); display: flex; align-items: center; justify-content: center; position: relative; }
.brand-image .factory-icon { font-size: 80px; opacity: 0.3; }
.brand-image .year-badge { position: absolute; bottom: 20px; right: 20px; background: var(--primary); color: #fff; padding: 8px 16px; border-radius: 8px; font-size: 13px; font-weight: 700; }
.brand-text h2 { font-size: 32px; font-weight: 800; color: var(--dark); margin-bottom: 16px; }
.brand-text h2 .hl { color: var(--primary); }
.brand-text > p { font-size: 15px; color: var(--text-light); margin-bottom: 24px; line-height: 1.7; }
.brand-features { list-style: none; margin-bottom: 28px; }
.brand-features li { display: flex; align-items: center; gap: 12px; padding: 8px 0; font-size: 15px; color: var(--text); }
.brand-features .check { width: 24px; height: 24px; border-radius: 50%; background: rgba(0,200,83,0.1); color: var(--success); display: flex; align-items: center; justify-content: center; font-size: 14px; flex-shrink: 0; }

/* ========== Newsletter ========== */
.newsletter { padding: 64px 40px; background: linear-gradient(135deg, var(--dark) 0%, var(--dark2) 100%); text-align: center; position: relative; overflow: hidden; }
.newsletter .nl-glow { position: absolute; width: 400px; height: 400px; border-radius: 50%; filter: blur(120px); opacity: 0.15; }
.newsletter .nl1 { background: var(--primary); top: -200px; right: 10%; }
.newsletter .nl2 { background: var(--accent); bottom: -200px; left: 10%; }
.nl-content { position: relative; z-index: 2; }
.nl-content h2 { font-size: 32px; font-weight: 800; color: #fff; margin-bottom: 8px; }
.nl-content > p { font-size: 16px; color: rgba(255,255,255,0.6); margin-bottom: 28px; max-width: 500px; margin-left: auto; margin-right: auto; }
.nl-form { display: flex; gap: 10px; max-width: 480px; margin: 0 auto 16px; }
.nl-form input { flex: 1; padding: 14px 18px; border-radius: 8px; border: 1px solid rgba(255,255,255,0.2); background: rgba(255,255,255,0.1); color: #fff; font-size: 14px; outline: none; }
.nl-form input::placeholder { color: rgba(255,255,255,0.4); }
.nl-form input:focus { border-color: var(--primary); }
.nl-form button { padding: 14px 28px; border-radius: 8px; background: var(--primary); color: #fff; font-size: 14px; font-weight: 700; text-transform: uppercase; }
.nl-form button:hover { background: var(--primary-dark); }
.nl-incentive { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,107,0,0.15); color: var(--primary); padding: 8px 16px; border-radius: 20px; font-size: 13px; font-weight: 600; }

/* ========== Footer ========== */
.site-footer { background: var(--dark); color: rgba(255,255,255,0.7); padding: 60px 40px 30px; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; max-width: 1200px; margin: 0 auto; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-brand .footer-logo { font-size: 22px; font-weight: 800; color: #fff; margin-bottom: 12px; }
.footer-brand .footer-logo .dot { color: var(--primary); }
.footer-brand p { font-size: 14px; line-height: 1.6; color: rgba(255,255,255,0.5); max-width: 280px; }
.footer-social { display: flex; gap: 10px; margin-top: 16px; }
.footer-social a { width: 36px; height: 36px; border-radius: 8px; background: rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center; font-size: 16px; transition: background 0.2s; }
.footer-social a:hover { background: var(--primary); }
.footer-col h4 { color: #fff; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 16px; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul a { font-size: 14px; color: rgba(255,255,255,0.5); transition: color 0.2s; }
.footer-col ul a:hover { color: var(--primary); }
.footer-bottom { max-width: 1200px; margin: 0 auto; padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
.footer-bottom .copyright { font-size: 13px; color: rgba(255,255,255,0.35); }
.payment-icons { display: flex; gap: 8px; }
.payment-icon { width: 42px; height: 28px; border-radius: 4px; background: rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; font-size: 10px; color: rgba(255,255,255,0.6); font-weight: 600; }
.footer-legal { display: flex; gap: 16px; max-width: 1200px; margin: 16px auto 0; }
.footer-legal a { font-size: 12px; color: rgba(255,255,255,0.3); }
.footer-legal a:hover { color: rgba(255,255,255,0.6); }

/* ========== Product Detail Page ========== */
.pdp { padding: 40px; max-width: 1200px; margin: 0 auto; }
.pdp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.pdp-images { position: sticky; top: 112px; align-self: start; }
.pdp-main-img { aspect-ratio: 1; background: #f5f5f5; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 120px; margin-bottom: 12px; }
.pdp-thumbs { display: flex; gap: 8px; }
.pdp-thumb { width: 72px; height: 72px; border-radius: 8px; background: #f0f0f0; border: 2px solid transparent; display: flex; align-items: center; justify-content: center; font-size: 24px; cursor: pointer; transition: border-color 0.2s; }
.pdp-thumb.active, .pdp-thumb:hover { border-color: var(--primary); }
.pdp-info h1 { font-size: 28px; font-weight: 800; color: var(--dark); margin-bottom: 8px; }
.pdp-info .pdp-type { font-size: 14px; color: var(--text-light); margin-bottom: 12px; }
.pdp-info .pdp-rating { display: flex; align-items: center; gap: 8px; margin-bottom: 16px; }
.pdp-info .pdp-price { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; }
.pdp-info .pdp-price .price-current { font-size: 32px; }
.pdp-info .pdp-specs { background: var(--bg-gray); border-radius: 12px; padding: 20px; margin-bottom: 24px; }
.pdp-info .pdp-specs h3 { font-size: 14px; font-weight: 700; margin-bottom: 12px; color: var(--dark); }
.pdp-specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.pdp-spec-item { display: flex; justify-content: space-between; padding: 6px 0; border-bottom: 1px solid #e8ecf0; font-size: 13px; }
.pdp-spec-item .spec-label { color: var(--text-light); }
.pdp-spec-item .spec-value { font-weight: 600; color: var(--dark); }
.pdp-qty { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.pdp-qty label { font-size: 14px; font-weight: 600; }
.qty-control { display: flex; align-items: center; border: 1px solid #ddd; border-radius: 8px; overflow: hidden; }
.qty-control button { width: 40px; height: 40px; background: var(--bg-light); font-size: 18px; color: var(--text); display: flex; align-items: center; justify-content: center; }
.qty-control button:hover { background: #e0e0e0; }
.qty-control input { width: 56px; height: 40px; text-align: center; border: none; font-size: 16px; font-weight: 600; }
.pdp-actions { display: flex; gap: 12px; margin-bottom: 24px; }
.pdp-actions .btn-primary { flex: 1; text-align: center; padding: 16px; font-size: 16px; }
.pdp-actions .btn-wishlist { width: 52px; height: 52px; border: 1px solid #ddd; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 20px; background: #fff; transition: all 0.2s; }
.pdp-actions .btn-wishlist:hover { border-color: var(--danger); color: var(--danger); }
.pdp-features { margin-bottom: 24px; }
.pdp-features h3 { font-size: 16px; font-weight: 700; margin-bottom: 12px; }
.pdp-features ul { list-style: none; }
.pdp-features li { padding: 6px 0; font-size: 14px; color: var(--text); display: flex; align-items: center; gap: 10px; }
.pdp-features li::before { content: '✓'; color: var(--success); font-weight: 700; }
.pdp-includes { background: #fffbe6; border: 1px solid #ffe58f; border-radius: 8px; padding: 16px; margin-bottom: 24px; }
.pdp-includes h4 { font-size: 14px; font-weight: 700; margin-bottom: 8px; }
.pdp-includes ul { list-style: none; }
.pdp-includes li { font-size: 13px; padding: 3px 0; }

/* ========== Product Listing Page ========== */
.plp { padding: 40px; max-width: 1200px; margin: 0 auto; }
.plp-header { margin-bottom: 32px; }
.plp-header h1 { font-size: 28px; font-weight: 800; color: var(--dark); }
.plp-header .breadcrumb { font-size: 13px; color: var(--text-light); margin-bottom: 8px; }
.plp-header .breadcrumb a { color: var(--primary); }
.plp-header .breadcrumb a:hover { text-decoration: underline; }
.plp-filters { display: flex; gap: 12px; margin-bottom: 24px; flex-wrap: wrap; }
.filter-btn { padding: 8px 16px; border-radius: 20px; border: 1px solid #ddd; background: #fff; font-size: 13px; color: var(--text); transition: all 0.2s; }
.filter-btn:hover, .filter-btn.active { background: var(--primary); color: #fff; border-color: var(--primary); }
.plp-sort { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.plp-sort select { padding: 8px 12px; border: 1px solid #ddd; border-radius: 6px; font-size: 13px; }
.plp-result-count { font-size: 14px; color: var(--text-light); }

/* ========== Cart Page ========== */
.cart-page { padding: 40px; max-width: 1000px; margin: 0 auto; }
.cart-page h1 { font-size: 28px; font-weight: 800; color: var(--dark); margin-bottom: 32px; }
.cart-empty { text-align: center; padding: 80px 20px; }
.cart-empty .empty-icon { font-size: 64px; margin-bottom: 16px; }
.cart-empty h2 { font-size: 22px; color: var(--dark); margin-bottom: 8px; }
.cart-empty p { color: var(--text-light); margin-bottom: 24px; }
.cart-items { display: flex; flex-direction: column; gap: 16px; margin-bottom: 32px; }
.cart-item { display: flex; gap: 20px; padding: 20px; border: 1px solid #eee; border-radius: 12px; align-items: center; }
.cart-item-img { width: 100px; height: 100px; border-radius: 8px; background: #f5f5f5; display: flex; align-items: center; justify-content: center; font-size: 32px; flex-shrink: 0; }
.cart-item-info { flex: 1; }
.cart-item-name { font-size: 15px; font-weight: 600; color: var(--dark); margin-bottom: 4px; }
.cart-item-type { font-size: 12px; color: var(--text-light); margin-bottom: 8px; }
.cart-item-price { font-size: 16px; font-weight: 700; color: var(--dark); }
.cart-item-actions { display: flex; align-items: center; gap: 16px; }
.cart-item-remove { color: var(--text-light); font-size: 13px; cursor: pointer; }
.cart-item-remove:hover { color: var(--danger); }
.cart-summary { background: var(--bg-gray); border-radius: 12px; padding: 24px; }
.cart-summary h3 { font-size: 18px; font-weight: 700; margin-bottom: 16px; }
.cart-row { display: flex; justify-content: space-between; padding: 8px 0; font-size: 14px; }
.cart-row.total { border-top: 2px solid #ddd; margin-top: 8px; padding-top: 12px; font-size: 18px; font-weight: 800; }
.cart-summary .btn-primary { width: 100%; text-align: center; margin-top: 16px; padding: 16px; font-size: 16px; }
.cart-summary .secure-note { text-align: center; font-size: 12px; color: var(--text-light); margin-top: 12px; }

/* ========== Toast ========== */
.toast { position: fixed; bottom: 24px; right: 24px; z-index: 9999; background: var(--dark); color: #fff; padding: 14px 24px; border-radius: 10px; font-size: 14px; font-weight: 600; transform: translateY(100px); opacity: 0; transition: all 0.3s ease; box-shadow: 0 8px 24px rgba(0,0,0,0.2); display: flex; align-items: center; gap: 10px; }
.toast.show { transform: translateY(0); opacity: 1; }
.toast .toast-icon { font-size: 18px; }

/* ========== Responsive ========== */
@media (max-width: 1024px) {
  .vehicle-grid { grid-template-columns: repeat(3, 1fr); }
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .pdp-grid { grid-template-columns: 1fr; }
  .pdp-images { position: static; }
}
@media (max-width: 768px) {
  .site-header { padding: 0 16px; }
  .main-nav { display: none; }
  .hero-content h1 { font-size: 28px; }
  .hero-slideshow { height: 400px; }
  .vehicle-grid { grid-template-columns: repeat(2, 1fr); }
  .category-grid { grid-template-columns: 1fr; }
  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid { grid-template-columns: 1fr; }
  .brand-inner { grid-template-columns: 1fr; gap: 32px; }
  .nl-form { flex-direction: column; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .section-header h2 { font-size: 24px; }
  .section { padding: 48px 16px; }
  .cart-item { flex-direction: column; text-align: center; }
  .pdp-specs-grid { grid-template-columns: 1fr; }
}
