body { background: #f8f9fa; }
.hero {
  background: linear-gradient(135deg, #e0e7ef 0%, #fff 100%);
  padding: 60px 0 40px 0;
  text-align: center;
}
.brand-list, .eliquid-grid, .hardware-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  margin-top: 2rem;
}
.brand-item, .eliquid-card, .hardware-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  padding: 1rem 2rem;
  font-weight: 500;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  min-width: 180px;
  text-align: center;
}
.eliquid-card img, .hardware-card img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 0.5rem;
}
.footer {
  background: #000;
  color: #fff;
  padding: 40px 0 20px 0;
  margin-top: 40px;
}
.footer a { color: #fff; text-decoration: underline; }
.footer .bi { font-size: 1.5rem; margin-right: 0.5rem; }
.footer .quick-links { margin-bottom: 1rem; }
.footer .contact-info { margin-bottom: 1rem; }
.footer .copyright { font-size: 0.95rem; color: #bbb; } 