:root {
  --zavo-primary: #1f2937;
  --zavo-primary-hover: #111827;
  --zavo-soft: #f8fafc;
}

body {
  background: #f8fafc;
  color: #1f2937;
}

.site-header .nav-link {
  color: #475569;
}

.site-header .nav-link:hover {
  color: #0f172a;
}

.site-header .nav-link.active {
  background: var(--zavo-primary);
  color: #fff;
}

.brand-mark {
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
  background: linear-gradient(135deg, #334155 0%, #0f172a 100%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.brand-text {
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #0f172a;
}

.phone-link {
  color: #334155;
}

.phone-link:hover {
  color: #0f172a;
}

.hero {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

.feature-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e2e8f0;
  color: #334155;
  font-size: 1.25rem;
}

.product-image {
  height: 16rem;
  object-fit: cover;
  background: #e2e8f0;
}

.product-title {
  min-height: 3rem;
}

.product-price {
  color: #334155;
  font-size: 1.35rem;
  font-weight: 700;
}

.badge-soft {
  background: #e2e8f0;
  color: #334155;
  font-weight: 500;
}

.site-footer {
  background: #0f172a;
}

.footer-title {
  color: #fff;
  margin-bottom: 0.75rem;
}

.footer-link {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  margin-bottom: 0.35rem;
}

.footer-link:hover {
  color: #fff;
}
