
.header[data-v-507b4853] {
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
  z-index: 1000;
}
.container[data-v-507b4853] {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
}
.logo[data-v-507b4853] {
  height: 40px;
  width: auto;
  padding: 0 10px;
}
.logo img[data-v-507b4853] {
    height: 100%;
    width: auto;
    display: block;
}
.nav[data-v-507b4853] {
  display: flex;
  gap: 24px;
  padding: 10px 20px;
}
.nav-link[data-v-507b4853] {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s ease;
}
.nav-link[data-v-507b4853]:hover {
  color: #0078ff;
}
.nav-link.router-link-active[data-v-507b4853] {
  color: #0078ff;
  position: relative;
}
.nav-link.router-link-active[data-v-507b4853]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  background: #0078ff;
  border-radius: 2px;
}
.menu-toggle[data-v-507b4853] {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  background: none;
  border: none;
  cursor: pointer;
}
.menu-toggle span[data-v-507b4853] {
  display: block;
  height: 3px;
  background: #333;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.menu-toggle span.active[data-v-507b4853]:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.menu-toggle span.active[data-v-507b4853]:nth-child(2) {
  opacity: 0;
}
.menu-toggle span.active[data-v-507b4853]:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
@media (max-width: 768px) {
.nav[data-v-507b4853] {
    position: absolute;
    top: 60px;
    right: 0;
    background: white;
    width: 200px;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    display: none;
}
.nav.open[data-v-507b4853] {
    display: flex;
}
.menu-toggle[data-v-507b4853] {
    display: flex;
}
}

.footer[data-v-6b15578b] {
  background: #f8f9fb;
  color: #333;
  padding: 50px 20px 20px;
  border-top: 1px solid #eaeaea;
  margin-top: 0;
}
.container[data-v-6b15578b] {
  max-width: 1200px;
  margin: auto;
}
.footer-content[data-v-6b15578b] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  margin-bottom: 30px;
}
.brand h2[data-v-6b15578b] {
  color: #0078ff;
  margin-bottom: 10px;
}
.brand p[data-v-6b15578b] {
  color: #555;
  font-size: 14px;
}
.links[data-v-6b15578b],
.contact[data-v-6b15578b] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.links h3[data-v-6b15578b],
.contact h3[data-v-6b15578b] {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.links a[data-v-6b15578b] {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  transition: color 0.3s ease;
}
.links a[data-v-6b15578b]:hover {
  color: #0078ff;
}
.contact p[data-v-6b15578b] {
  font-size: 14px;
  color: #555;
  margin: 0;
}
.contact p strong[data-v-6b15578b] {
  color: #333;
}
.footer .copyright[data-v-6b15578b] {
  text-align: center;
  font-size: 14px;
  color: #666;
  border-top: 1px solid #e5e5e5;
  padding-top: 25px;
}
.footer .copyright p[data-v-6b15578b] {
    margin: 0;
}
.icp[data-v-6b15578b] {
    margin: 0;
}
.icp a[data-v-6b15578b] {
  color: #9ca3af;
  font-size: 12px;
  text-decoration: none;
}
.icp a[data-v-6b15578b]:hover {
  color: #60a5fa;
}
@media (max-width: 768px) {
.footer[data-v-6b15578b] {
    padding: 30px 15px 20px;
}
.footer-content[data-v-6b15578b] {
    gap: 24px;
}
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.video-container[data-v-f3cfb211] {
  width: 100%;
  background: #000;
}
.video-wrap[data-v-f3cfb211] {
  width: 100%;
  position: relative;
}
.hero-video[data-v-f3cfb211] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.image-stream[data-v-f3cfb211] {
  width: 100%;
  box-sizing: border-box;
  background: #fafafa;
  display: block;
}
.image-stream .item[data-v-f3cfb211] {
  width: 100%;
}
.image-stream img[data-v-f3cfb211] {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.carousel[data-v-f3cfb211] {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
}
.carousel-track[data-v-f3cfb211] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  width: 100%;
  transition: transform 0.5s ease;
}
.carousel-item[data-v-f3cfb211] {
  flex: 0 0 100%;
  height: 100%;
}
.carousel-item img[data-v-f3cfb211] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.carousel-controls .ctrl[data-v-f3cfb211] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.35);
  color: #fff;
  border: none;
  width: 36px;
  height: 48px;
  border-radius: 4px;
  cursor: pointer;
}
.carousel-controls .prev[data-v-f3cfb211] { left: 12px
}
.carousel-controls .next[data-v-f3cfb211] { right: 12px
}
.carousel-dots[data-v-f3cfb211] {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12px;
  display: flex;
  gap: 8px;
}
.carousel-dots .dot[data-v-f3cfb211] {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.6);
  border: none;
  cursor: pointer;
}
.carousel-dots .dot.active[data-v-f3cfb211] {
  background: #0078ff;
}
@media (max-width: 768px) {
.carousel[data-v-f3cfb211] { min-height: 140px
}
}


.video-container[data-v-b44a4167] {
  width: 100%;
  background: #000;
}
.video-wrap[data-v-b44a4167] {
  width: 100%;
  position: relative;
}
.hero-video[data-v-b44a4167] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.image-stream[data-v-b44a4167] {
  width: 100%;
  box-sizing: border-box;
  background: #fafafa;
  display: block;
}
.image-stream .item[data-v-b44a4167] {
  width: 100%;
}
.image-stream img[data-v-b44a4167] {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.carousel[data-v-b44a4167] {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
}
.carousel-track[data-v-b44a4167] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  width: 100%;
  transition: transform 0.5s ease;
}
.carousel-item[data-v-b44a4167] {
  flex: 0 0 100%;
  height: 100%;
}
.carousel-item img[data-v-b44a4167] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.carousel-controls .ctrl[data-v-b44a4167] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.35);
  color: #fff;
  border: none;
  width: 36px;
  height: 48px;
  border-radius: 4px;
  cursor: pointer;
}
.carousel-controls .prev[data-v-b44a4167] { left: 12px
}
.carousel-controls .next[data-v-b44a4167] { right: 12px
}
.carousel-dots[data-v-b44a4167] {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12px;
  display: flex;
  gap: 8px;
}
.carousel-dots .dot[data-v-b44a4167] {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.6);
  border: none;
  cursor: pointer;
}
.carousel-dots .dot.active[data-v-b44a4167] {
  background: #0078ff;
}
@media (max-width: 768px) {
.carousel[data-v-b44a4167] { min-height: 140px
}
}
.products[data-v-b44a4167] {
  text-align: center;
  background: #f9fafb;
}
.title[data-v-b44a4167] {
  font-size: 28px;
  font-weight: 700;
  color: #222;
  margin: 40px 0;
}
.grid[data-v-b44a4167] {
    padding: 0 30px 40px 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}
.card[data-v-b44a4167] {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card[data-v-b44a4167]:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.img-box[data-v-b44a4167] {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 16px;
}
.img-box .image[data-v-b44a4167] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.price[data-v-b44a4167] {
  color: #0078ff;
  font-weight: 600;
  margin: 10px 0;
}
.btn[data-v-b44a4167] {
  display: inline-block;
  padding: 10px 18px;
  background: #0078ff;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease;
}
.btn[data-v-b44a4167]:hover {
  background: #005fcc;
}
@media (max-width: 600px) {
.title[data-v-b44a4167] {
    font-size: 22px;
}
.card[data-v-b44a4167] {
    padding: 16px;
}
}

.product-detail[data-v-6077ae2e] {
  max-width: 1100px;
  margin: 30px auto;
  padding: 0 20px;
  color: #333;
  font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  animation: fadeIn-6077ae2e 0.6s ease;
}
.breadcrumb[data-v-6077ae2e] {
  font-size: 14px;
  margin-bottom: 30px;
  color: #666;
}
.breadcrumb a[data-v-6077ae2e] {
  color: #0078d7;
  text-decoration: none;
}
.breadcrumb a[data-v-6077ae2e]:hover {
  text-decoration: underline;
}
.content[data-v-6077ae2e] {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}
.image-box[data-v-6077ae2e] {
  flex: 1 1 45%;
  min-width: 300px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.image-box img[data-v-6077ae2e] {
  width: 100%;
  display: block;
}
.info-box[data-v-6077ae2e] {
  flex: 1 1 50%;
}
.info-box h1[data-v-6077ae2e] {
  font-size: 28px;
  margin-bottom: 20px;
}
.info-box .desc[data-v-6077ae2e] {
  color: #555;
  line-height: 1.6;
  margin-bottom: 24px;
}
.price-box[data-v-6077ae2e] {
  background: #f9f9f9;
  border-left: 4px solid #0078d7;
  padding: 20px;
  border-radius: 6px;
}
.price-box h3[data-v-6077ae2e] {
  margin: 0 0 12px;
  color: #0078d7;
  font-size: 18px;
}
.price[data-v-6077ae2e] {
  font-size: 28px;
  font-weight: bold;
  color: #e53935;
  margin-bottom: 6px;
}
.note[data-v-6077ae2e] {
  color: #666;
  font-size: 14px;
}
.detail-section[data-v-6077ae2e] {
  margin-top: 60px;
}
.detail-section h2[data-v-6077ae2e] {
  font-size: 22px;
  margin-bottom: 16px;
  border-left: 4px solid #0078d7;
  padding-left: 10px;
}
.detail-section .detail-text[data-v-6077ae2e] {
  color: #555;
  line-height: 1.8;
}
@keyframes fadeIn-6077ae2e {
from {
    opacity: 0;
    transform: translateY(8px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

/* 响应式 */
@media (max-width: 768px) {
.content[data-v-6077ae2e] {
    flex-direction: column;
}
.image-box[data-v-6077ae2e],
  .info-box[data-v-6077ae2e] {
    width: 100%;
}
}

.video-container[data-v-8b05f4b7] {
  width: 100%;
  background: #000;
}
.video-wrap[data-v-8b05f4b7] {
  width: 100%;
  position: relative;
}
.hero-video[data-v-8b05f4b7] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.image-stream[data-v-8b05f4b7] {
  width: 100%;
  box-sizing: border-box;
  background: #fafafa;
  display: block;
}
.image-stream .item[data-v-8b05f4b7] {
  width: 100%;
}
.image-stream img[data-v-8b05f4b7] {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.carousel[data-v-8b05f4b7] {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
}
.carousel-track[data-v-8b05f4b7] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  width: 100%;
  transition: transform 0.5s ease;
}
.carousel-item[data-v-8b05f4b7] {
  flex: 0 0 100%;
  height: 100%;
}
.carousel-item img[data-v-8b05f4b7] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.carousel-controls .ctrl[data-v-8b05f4b7] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.35);
  color: #fff;
  border: none;
  width: 36px;
  height: 48px;
  border-radius: 4px;
  cursor: pointer;
}
.carousel-controls .prev[data-v-8b05f4b7] { left: 12px
}
.carousel-controls .next[data-v-8b05f4b7] { right: 12px
}
.carousel-dots[data-v-8b05f4b7] {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12px;
  display: flex;
  gap: 8px;
}
.carousel-dots .dot[data-v-8b05f4b7] {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.6);
  border: none;
  cursor: pointer;
}
.carousel-dots .dot.active[data-v-8b05f4b7] {
  background: #0078ff;
}
@media (max-width: 768px) {
.carousel[data-v-8b05f4b7] { min-height: 140px
}
}
.news[data-v-8b05f4b7] {
  text-align: center;
  background: #fafafa;
}
.title[data-v-8b05f4b7] {
  font-size: 28px;
  font-weight: 700;
  margin: 40px 0;
}
.grid[data-v-8b05f4b7] {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px 40px 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
  justify-items: center;
}
.card[data-v-8b05f4b7] {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card[data-v-8b05f4b7]:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}
.image[data-v-8b05f4b7] {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.info[data-v-8b05f4b7] {
  padding: 20px;
  text-align: left;
}
.headline[data-v-8b05f4b7] {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #333;
}
.date[data-v-8b05f4b7] {
  font-size: 13px;
  color: #888;
  margin-bottom: 12px;
}
.summary[data-v-8b05f4b7] {
  font-size: 14px;
  color: #555;
  margin-bottom: 16px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.btn[data-v-8b05f4b7] {
  display: inline-block;
  padding: 8px 16px;
  background: #0078ff;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease;
}
.btn[data-v-8b05f4b7]:hover {
  background: #005fcc;
}

.news-detail[data-v-00b9c4bc] {
  padding: 40px 20px;
  max-width: 900px;
  margin: auto;
}
.banner[data-v-00b9c4bc] {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  margin-bottom: 24px;
}
.title[data-v-00b9c4bc] {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
}
.date[data-v-00b9c4bc] {
  font-size: 13px;
  color: #777;
  margin-bottom: 20px;
}
.article[data-v-00b9c4bc] {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  white-space: pre-line;
}
[data-v-00b9c4bc] .article img,[data-v-00b9c4bc] .article video {
    max-width: 100%;
    height: auto;
}
.back[data-v-00b9c4bc] {
  display: inline-block;
  margin-top: 32px;
  color: #0078ff;
  text-decoration: none;
  font-weight: 500;
  background: transparent;
  border: initial;
}
.back[data-v-00b9c4bc]:hover {
  text-decoration: underline;
}
.notfound[data-v-00b9c4bc] {
  text-align: center;
  margin-top: 60px;
  font-size: 18px;
  color: #888;
}

.video-container[data-v-fad2efd2] {
  width: 100%;
  background: #000;
}
.video-wrap[data-v-fad2efd2] {
  width: 100%;
  position: relative;
}
.hero-video[data-v-fad2efd2] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.image-stream[data-v-fad2efd2] {
  width: 100%;
  box-sizing: border-box;
  background: #fafafa;
  display: block;
}
.image-stream .item[data-v-fad2efd2] {
  width: 100%;
}
.image-stream img[data-v-fad2efd2] {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.carousel[data-v-fad2efd2] {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
}
.carousel-track[data-v-fad2efd2] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  width: 100%;
  transition: transform 0.5s ease;
}
.carousel-item[data-v-fad2efd2] {
  flex: 0 0 100%;
  height: 100%;
}
.carousel-item img[data-v-fad2efd2] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.carousel-controls .ctrl[data-v-fad2efd2] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.35);
  color: #fff;
  border: none;
  width: 36px;
  height: 48px;
  border-radius: 4px;
  cursor: pointer;
}
.carousel-controls .prev[data-v-fad2efd2] { left: 12px
}
.carousel-controls .next[data-v-fad2efd2] { right: 12px
}
.carousel-dots[data-v-fad2efd2] {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12px;
  display: flex;
  gap: 8px;
}
.carousel-dots .dot[data-v-fad2efd2] {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.6);
  border: none;
  cursor: pointer;
}
.carousel-dots .dot.active[data-v-fad2efd2] {
  background: #0078ff;
}
@media (max-width: 768px) {
.carousel[data-v-fad2efd2] { min-height: 140px
}
}


.video-container[data-v-99f823ea] {
  width: 100%;
  background: #000;
}
.video-wrap[data-v-99f823ea] {
  width: 100%;
  position: relative;
}
.hero-video[data-v-99f823ea] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.image-stream[data-v-99f823ea] {
  width: 100%;
  box-sizing: border-box;
  background: #fafafa;
  display: block;
}
.image-stream .item[data-v-99f823ea] {
  width: 100%;
}
.image-stream img[data-v-99f823ea] {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.carousel[data-v-99f823ea] {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
}
.carousel-track[data-v-99f823ea] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  width: 100%;
  transition: transform 0.5s ease;
}
.carousel-item[data-v-99f823ea] {
  flex: 0 0 100%;
  height: 100%;
}
.carousel-item img[data-v-99f823ea] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.carousel-controls .ctrl[data-v-99f823ea] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.35);
  color: #fff;
  border: none;
  width: 36px;
  height: 48px;
  border-radius: 4px;
  cursor: pointer;
}
.carousel-controls .prev[data-v-99f823ea] { left: 12px
}
.carousel-controls .next[data-v-99f823ea] { right: 12px
}
.carousel-dots[data-v-99f823ea] {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12px;
  display: flex;
  gap: 8px;
}
.carousel-dots .dot[data-v-99f823ea] {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.6);
  border: none;
  cursor: pointer;
}
.carousel-dots .dot.active[data-v-99f823ea] {
  background: #0078ff;
}
@media (max-width: 768px) {
.carousel[data-v-99f823ea] { min-height: 140px
}
}

/* 简洁响应式样式（可按需替换为 Tailwind / UI 库） */
:root{
  --primary: #0066ff;
  --muted: #666;
  --bg: #f7f9fc;
}
*{box-sizing:border-box}
html,body,#app{height:100%}
body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial; margin:0;background:var(--bg);color:#222}

.container{max-width:1100px;margin:0 auto;padding:16px}

/* Header */
.header{background:#fff;border-bottom:1px solid #eee}
.header .bar{display:flex;align-items:center;justify-content:space-between;padding:12px 16px}
.header .logo{font-weight:700;color:var(--primary);font-size:18px}
.header nav a{margin-left:16px;color:var(--muted);text-decoration:none}
.header nav a.active{color:var(--primary)}

/* Hero */
.hero{background:linear-gradient(90deg,#ffffff,#f2f8ff);padding:48px 0;border-bottom:1px solid #eee}
.hero .hero-inner{display:flex;gap:24px;align-items:center;justify-content:space-between;}
.hero .hero-text h1{font-size:28px;margin:0 0 12px}
.hero .hero-text p{margin:0;color:var(--muted)}

/* Products grid */
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.card{background:#fff;border-radius:10px;padding:12px;border:1px solid #eee}
.card img{width:100%;height:160px;object-fit:cover;border-radius:8px}
.card h3{margin:8px 0}
.card p{color:var(--muted);font-size:14px}

/* Footer */
.footer{background:#fff;padding:20px;border-top:1px solid #eee;margin-top:24px;text-align:center;color:var(--muted)}

/* Responsive */
@media (max-width:900px){
  .grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:600px){
  .hero .hero-inner{flex-direction:column;text-align:center}
  .grid{grid-template-columns:1fr}
  .header .bar{padding:10px}
  .hero{padding:24px 0}
}

/* Small utilities */
.btn{display:inline-block;padding:8px 12px;border-radius:6px;background:var(--primary);color:#fff;text-decoration:none}