
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: Arial, Helvetica, sans-serif; color: #000; background: #fff; font-size: 14px; line-height: 1.5; }
a { text-decoration: none; color: #000; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 15px; }

/* ============ RED SHIPPING BAR ============ */
.shipping-bar { background: #CC0000; color: #fff; text-align: center; padding: 4px 0; font-size: 11px; font-weight: 700; letter-spacing: 0.5px; }

/* ============ HEADER ============ */
.header { background: #fff; padding: 12px 0; border-bottom: 1px solid #e0e0e0; }
.header-inner { display: flex; align-items: center; justify-content: space-between; }
.logo-area { display: flex; align-items: center; }
.logo-text { font-size: 22px; font-weight: 900; line-height: 1.1; letter-spacing: 1px; }
.logo-text .accent { color: #FFD700; }
.logo-text .dark { color: #222; }
.logo-sub { font-size: 9px; color: #aaa; letter-spacing: 1.5px; margin-top: 2px; text-transform: uppercase; }
.header-phone { font-size: 13px; font-weight: 700; color: #cc0000; margin-left: 20px; }
.search-box { flex: 1; max-width: 420px; margin: 0 20px; position: relative; }
.search-box input { width: 100%; padding: 8px 16px; border: 1px solid #ddd; border-radius: 20px; font-size: 13px; color: #999; outline: none; background: #fafafa; }
.header-right { display: flex; align-items: center; gap: 15px; }
.header-right a { font-size: 12px; color: #cc0000; }
.header-right a:hover { color: #CC0000; }
.btn-quote-header { background: #FFD700; color: #000 !important; font-weight: 700; padding: 7px 18px; border-radius: 3px; font-size: 11px; text-transform: uppercase; letter-spacing: 0.5px; }
.btn-quote-header:hover { background: #e6c200; text-decoration: none !important; }

/* ============ NAVIGATION - RED TEXT ============ */
.nav-wrapper { background: #fff; border-bottom: 2px solid #e0e0e0; }
.nav-inner { display: flex; align-items: center; justify-content: space-between; }
.nav-list { display: flex; list-style: none; }
.nav-list > li { position: relative; }
.nav-list > li > a { display: block; padding: 10px 14px; font-size: 11px; font-weight: 700; color: #CC0000; text-transform: uppercase; border-top: 3px solid transparent; letter-spacing: 0.3px; }
.nav-list > li > a:hover, .nav-list > li > a.active { border-top-color: #CC0000; text-decoration: none; }
.nav-list > li:hover .dropdown { display: block; }
.dropdown { display: none; position: absolute; top: 100%; left: 0; background: #fff; border: 1px solid #ddd; min-width: 220px; z-index: 1000; box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
.dropdown a { display: block; padding: 8px 14px; font-size: 12px; color: #cc0000; border-bottom: 1px solid #f0f0f0; }
.dropdown a:hover { background: #f5f5f5; text-decoration: none; color: #CC0000; }
.nav-list > li.has-submenu > a::after { content: " ▾"; font-size: 10px; color: #CC0000; }
.nav-cta { background: #FFD700; color: #000 !important; font-weight: 700; padding: 8px 20px; font-size: 11px; text-transform: uppercase; border-radius: 3px; letter-spacing: 0.5px; margin-left: 10px; }
.nav-cta:hover { background: #e6c200; text-decoration: none !important; }

/* ============ HAMBURGER TOGGLE ============ */
.nav-toggle { display: none; }
.nav-toggle-label { display: none; cursor: pointer; user-select: none; }
.nav-toggle-label span,
.nav-toggle-label span::before,
.nav-toggle-label span::after { display: block; width: 22px; height: 2px; background: #CC0000; border-radius: 2px; position: relative; }
.nav-toggle-label span::before,
.nav-toggle-label span::after { content: ''; position: absolute; }
.nav-toggle-label span::before { top: -7px; }
.nav-toggle-label span::after { top: 7px; }


/* ============ HERO ============ */
.hero { position: relative; background: #1a1a1a; color: #fff; text-align: center; padding: 80px 0; overflow: hidden; }
.hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.4; }
.hero-content { position: relative; z-index: 2; }
.hero h1 { font-size: 34px; font-weight: 700; margin-bottom: 10px; letter-spacing: 1px; }
.hero p { font-size: 14px; margin-bottom: 22px; color: #ccc; max-width: 680px; margin-left: auto; margin-right: auto; line-height: 1.7; }
.hero .btn { display: inline-block; background: #FFD700; color: #000; font-weight: 700; padding: 12px 32px; font-size: 13px; text-transform: uppercase; border-radius: 3px; letter-spacing: 0.5px; }
.hero .btn:hover { background: #e6c200; text-decoration: none !important; }

/* ============ INFO BAR ============ */
.info-bar { background: #1a1a1a; padding: 16px 0; }
.info-grid { display: flex; justify-content: space-between; }
.info-item { text-align: center; color: #fff; font-size: 11px; flex: 1; padding: 6px 10px; border-right: 1px solid #333; }
.info-item:last-child { border-right: none; }
.info-item strong { display: block; font-size: 13px; margin-bottom: 2px; font-weight: 700; }

/* ============ SECTION ============ */
.section { padding: 30px 0; }
.section-title { text-align: center; margin-bottom: 24px; }
.section-title h2 { font-size: 18px; font-weight: 700; display: inline-block; border: 2px solid #CC0000; padding: 6px 24px; color: #000; text-transform: uppercase; letter-spacing: 1px; }
.section-title p { margin-top: 10px; font-size: 13px; color: #666; max-width: 680px; margin-left: auto; margin-right: auto; }

/* ============ BRAND WALL ============ */
.brand-wall { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; padding: 8px 0; }
.brand-item { width: 100px; height: 50px; display: flex; align-items: center; justify-content: center; border: 1px solid #eee; padding: 6px; }
.brand-item img { max-width: 100%; max-height: 100%; }

/* ============ CATEGORY CARDS ============ */
.cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.cat-card { border: 1px solid #CC0000; background: #fff; position: relative; overflow: hidden; }
.cat-card .cat-img { height: 180px; overflow: hidden; }
.cat-card .cat-img img { width: 100%; height: 100%; object-fit: cover; }
.cat-card .cat-name { text-align: center; padding: 12px; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; }
.cat-card .cat-badge { position: absolute; top: 0; left: 0; background: #CC0000; color: #fff; font-size: 9px; padding: 3px 7px; font-weight: 700; z-index: 2; }

/* ============ PRODUCT CARDS ============ */
.prod-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.prod-card { border: 1px solid #CC0000; background: #fff; position: relative; display: flex; flex-direction: column; }
.prod-card .prod-img { height: 180px; overflow: hidden; }
.prod-card .prod-img img { width: 100%; height: 100%; object-fit: cover; }
.prod-card .prod-name { padding: 10px; text-align: center; font-size: 12px; font-weight: 700; min-height: 40px; display: flex; align-items: center; justify-content: center; }
.prod-card .prod-badge { position: absolute; top: 0; left: 0; background: #CC0000; color: #fff; font-size: 9px; padding: 2px 6px; font-weight: 700; z-index: 2; }
.prod-card .btn-view { display: block; background: #FFD700; color: #000; text-align: center; padding: 10px; font-size: 11px; font-weight: 700; text-transform: uppercase; margin-top: auto; letter-spacing: 0.5px; }
.prod-card .btn-view:hover { background: #e6c200; text-decoration: none !important; }

/* ============ APPLICATION CARDS ============ */
.app-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.app-card { border: 1px solid #CC0000; background: #fff; position: relative; }
.app-card .app-img { height: 200px; overflow: hidden; position: relative; }
.app-card .app-img img { width: 100%; height: 100%; object-fit: cover; }
.app-card .app-name { text-align: center; padding: 12px; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; }
.app-see-more { text-align: right; margin-top: 10px; }
.app-see-more a { display: inline-block; background: #FFD700; color: #000; padding: 6px 18px; font-size: 11px; font-weight: 700; text-transform: uppercase; border-radius: 3px; letter-spacing: 0.5px; }
.app-see-more a:hover { background: #e6c200; text-decoration: none !important; }

/* ============ BRAND CARDS ============ */
.brand-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.brand-card { border: 1px solid #CC0000; background: #fff; padding: 20px 12px; text-align: center; }
.brand-card img { max-height: 50px; margin: 0 auto 10px; }
.brand-card .brand-name { font-size: 13px; font-weight: 700; margin-bottom: 5px; text-transform: uppercase; }
.brand-card .brand-desc { font-size: 11px; color: #666; margin-bottom: 10px; }
.brand-card .btn-see { display: inline-block; background: #FFD700; color: #000; padding: 6px 18px; font-size: 11px; font-weight: 700; text-transform: uppercase; border-radius: 3px; letter-spacing: 0.5px; }
.brand-card .btn-see:hover { background: #e6c200; text-decoration: none !important; }
.brand-see-more { text-align: right; margin-top: 10px; }
.brand-see-more a { display: inline-block; background: #FFD700; color: #000; padding: 6px 18px; font-size: 11px; font-weight: 700; text-transform: uppercase; border-radius: 3px; letter-spacing: 0.5px; }
.brand-see-more a:hover { background: #e6c200; text-decoration: none !important; }

/* ============ POWER RANGE ============ */
.power-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.power-card { border: 1px solid #CC0000; background: #fff; }
.power-card .power-img { height: 160px; overflow: hidden; }
.power-card .power-img img { width: 100%; height: 100%; object-fit: cover; }
.power-body { padding: 16px; }
.power-body h3 { font-size: 15px; font-weight: 700; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.5px; }
.power-list { list-style: none; margin-bottom: 12px; }
.power-list li { padding: 3px 0; font-size: 12px; }
.power-list li a { color: #cc0000; }
.power-list li a:hover { color: #CC0000; }
.btn-shop { display: inline-block; background: #FFD700; color: #000; font-weight: 700; padding: 7px 18px; font-size: 11px; text-transform: uppercase; border-radius: 3px; letter-spacing: 0.5px; }
.btn-shop:hover { background: #e6c200; text-decoration: none !important; }

/* ============ BEST SELLING ============ */
.best-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.best-card { border: 1px solid #CC0000; background: #fff; padding: 22px; text-align: center; }
.best-card h3 { font-size: 14px; font-weight: 700; margin-bottom: 8px; text-transform: uppercase; }
.best-card p { font-size: 12px; color: #666; margin-bottom: 12px; line-height: 1.6; }
.best-card .btn-see { display: inline-block; background: #FFD700; color: #000; padding: 7px 18px; font-size: 11px; font-weight: 700; text-transform: uppercase; border-radius: 3px; letter-spacing: 0.5px; }
.best-card .btn-see:hover { background: #e6c200; text-decoration: none !important; }

/* ============ CTA SECTION ============ */
.cta-section { padding: 25px 0; background: #fff; }
.cta-flex { display: flex; align-items: center; justify-content: center; gap: 25px; flex-wrap: wrap; }
.newsletter { display: flex; align-items: center; }
.newsletter input { padding: 9px 14px; border: 1px solid #ddd; width: 240px; font-size: 13px; outline: none; }
.newsletter .btn-sub { background: #FFD700; color: #000; font-weight: 700; padding: 9px 18px; font-size: 11px; text-transform: uppercase; border: none; cursor: pointer; letter-spacing: 0.5px; }
.newsletter .btn-sub:hover { background: #e6c200; }
.cta-quote .btn-quote-lg { display: inline-block; background: #FFD700; color: #000; font-weight: 700; padding: 10px 30px; font-size: 13px; text-transform: uppercase; border-radius: 3px; letter-spacing: 0.5px; }
.cta-quote .btn-quote-lg:hover { background: #e6c200; text-decoration: none !important; }

/* ============ FOOTER ============ */
.footer { background: #fff; padding: 35px 0 0; border-top: 1px solid #e0e0e0; }
.footer-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 25px; }
.footer-col h4 { color: #CC0000; font-size: 13px; font-weight: 700; margin-bottom: 12px; text-transform: uppercase; letter-spacing: 0.5px; }
.footer-col p, .footer-col a { font-size: 11px; color: #555; line-height: 2.2; }
.footer-col a:hover { color: #CC0000; }
.footer-col .label-red { display: inline-block; background: #CC0000; color: #fff; font-size: 8px; padding: 1px 5px; margin-right: 3px; font-weight: 700; }
.footer-bottom { border-top: 1px solid #e0e0e0; margin-top: 25px; padding: 12px 0; text-align: center; font-size: 11px; color: #888; }

/* ============ RESPONSIVE ============ */
@media (max-width: 992px) {
  .cat-grid, .app-grid, .brand-grid, .best-grid { grid-template-columns: repeat(2, 1fr); }
  .prod-grid { grid-template-columns: repeat(3, 1fr); }
  .power-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(3, 1fr); }
  .header-inner { flex-wrap: wrap; }
  .search-box { order: 3; max-width: 100%; margin: 10px 0 0; flex-basis: 100%; }
}
@media (max-width: 768px) {
  /* ===== NAVIGATION - HAMBURGER ===== */
  .nav-toggle-label { display: flex; align-items: center; justify-content: center; padding: 8px 12px; }
  .nav-inner { flex-wrap: wrap; }
  .nav-list { display: none; flex-direction: column; width: 100%; }
  #nav-toggle:checked ~ .nav-list { display: flex; }
  .nav-list > li > a { padding: 8px 12px; font-size: 11px; border-top: 2px solid transparent; }
  .nav-list > li:hover .dropdown { display: none; }
  .dropdown { position: static; box-shadow: none; border: 1px solid #eee; min-width: auto; }
  .nav-cta { display: none; }
  
  /* ===== HEADER ===== */
  .logo-area img { height: 36px !important; }
  .header-phone { font-size: 9px; margin-left: 6px; white-space: nowrap; }
  .search-box { order: 3; max-width: 100%; margin: 8px 0 0; flex-basis: 100%; }
  .search-box input { font-size: 11px; padding: 6px 12px; }
  .header-right { gap: 6px; }
  .header-right a { font-size: 9px; }
  .btn-quote-header { padding: 4px 8px; font-size: 8px; }
  
  /* ===== HERO ===== */
  .hero { padding: 24px 15px; }
  .hero h1 { font-size: 18px; }
  .hero p { font-size: 11px; margin-bottom: 14px; }
  .hero .btn { padding: 8px 18px; font-size: 11px; }
  
  /* ===== SECTIONS ===== */
  .section { padding: 16px 0; }
  .section-title { margin-bottom: 14px; }
  .section-title h2 { font-size: 13px; padding: 4px 12px; }
  .section-title p { font-size: 10px; }
  
  /* ===== CATEGORY CARDS ===== */
  .cat-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .cat-card .cat-img { height: 90px; }
  .cat-card .cat-name { font-size: 9px; padding: 6px; }
  .cat-card .cat-badge { font-size: 7px; padding: 2px 5px; }
  
  /* ===== PRODUCT CARDS ===== */
  .prod-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .prod-card .prod-img { height: 90px; }
  .prod-card .prod-name { font-size: 9px; padding: 6px; min-height: 28px; }
  .prod-card .btn-view { padding: 6px; font-size: 9px; }
  
  /* ===== APPLICATION CARDS ===== */
  .app-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  
  /* ===== BRAND WALL ===== */
  .brand-item { width: 60px; height: 30px; }
  
  /* ===== INFO BAR ===== */
  .info-grid { flex-wrap: wrap; }
  .info-item { flex: 50%; padding: 4px 6px; font-size: 9px; border: none; }
  .info-item strong { font-size: 10px; }
  
  /* ===== FOOTER ===== */
  .footer-grid { grid-template-columns: 1fr; }
  .footer { padding: 16px 0; }
  .footer h3 { font-size: 12px; }
  .footer p, .footer a { font-size: 10px; }
  
  .app-grid, .best-grid, .power-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
}

/* ============ SMALL PHONES (under 480px) ============ */
@media (max-width: 480px) {
  .hero h1 { font-size: 15px; }
  .hero { padding: 18px 12px; }
  .cat-grid, .prod-grid, .app-grid, .best-grid, .power-grid { grid-template-columns: 1fr; gap: 8px; }
  .cat-card .cat-img { height: 120px; }
  .prod-card .prod-img { height: 120px; }
  .section-title h2 { font-size: 12px; }
  .logo-area img { height: 28px !important; }
  .header-phone { font-size: 8px; }
}

/* ============ VIDEO SECTION ============ */
.video-section { background: #f9f9f9; }
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.video-card { border: 1px solid #ddd; background: #fff; border-radius: 4px; overflow: hidden; }
.video-wrapper { position: relative; padding-bottom: 56.25%; background: #000; }
.video-wrapper video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: contain; }
.video-info { padding: 12px; }
.video-info h3 { font-size: 13px; font-weight: 700; margin: 0 0 4px; }
.video-info p { font-size: 11px; color: #666; margin: 0; }

/* ============ CATEGORY CARD LINKS ============ */
a.cat-card { display: block; color: inherit; text-decoration: none; }

/* ============ SECTION TITLE FLEX ============ */
.section-title-flex { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.section-title-flex h2 { margin: 0; }

/* ============ LOGO IMG ============ */
.logo-img { height: 70px; width: auto; }

/* ============ SERVICE CARDS ============ */
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px; }
.service-card { background: #fff; overflow: hidden; border-radius: 6px; box-shadow: 0 2px 10px rgba(0,0,0,0.04); border: 1px solid #e0e0e0; }
.service-card-img-wrap { height: 240px; overflow: hidden; }
.service-card-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; object-position: center 20%; }
.service-card-body { padding: 20px 16px; text-align: center; }
.service-card-body h3 { font-size: 14px; font-weight: 700; color: #222; margin-bottom: 8px; }
.service-card-body p { font-size: 12px; color: #666; line-height: 1.7; }
.section-bg { background: #f9f9f9; }
.flex-center { display: flex; align-items: center; }
.service-card-img { width: 100%; height: 100%; object-fit: cover; display: block; object-position: center 20%; }

/* ============ STATS ============ */
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; text-align: center; }
.stats-row2 { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 16px; text-align: center; }
.stat-card { border:1px solid #e0e0e0; background:#fff; padding: 20px 12px; border-radius: 4px; }
.stat-card-sm { border:1px solid #e0e0e0; background:#fff; padding: 16px 12px; border-radius: 4px; }
.stat-number { font-size: 32px; font-weight: 900; color: #CC0000; margin-bottom: 6px; }
.stat-label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; }
.stat-desc { font-size: 11px; color: #666; margin-top: 4px; }
.stat-sm-number { font-size: 14px; font-weight: 700; color: #CC0000; margin-bottom: 4px; text-transform: uppercase; }
.stat-sm-desc { font-size: 11px; color: #666; }

/* ============ RESPONSIVE ADDITIONS (video/service/stats) ============ */
@media (max-width: 992px) {
  .video-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .video-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .video-info { padding: 8px; }
  .video-info h3 { font-size: 11px; }
  .video-info p { font-size: 10px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .stats-row2 { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .stat-card { padding: 12px 8px; }
  .stat-number { font-size: 24px; }
  .stat-label { font-size: 10px; }
  .service-grid { grid-template-columns: 1fr; gap: 12px; }
  .service-card-img-wrap { height: 200px; }
  .service-card-body { padding: 14px 12px; }
  .service-card-body h3 { font-size: 13px; }
  .service-card-body p { font-size: 11px; }
}
@media (max-width: 480px) {
  .video-grid { grid-template-columns: 1fr; gap: 8px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 6px; }
  .stat-card { padding: 10px 6px; }
  .stat-number { font-size: 20px; }
  .service-grid { grid-template-columns: 1fr; gap: 16px; }
  .service-card-img-wrap { height: 180px; }
}
