/*
Theme Name: Qunfeng Corporate B2B
Theme URI: https://example.com/qunfeng
Author: Qunfeng
Description: Classic WordPress theme for B2B corporate product catalog with inquiry conversion.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: qunfeng
*/

:root {
  --qf-gold: #c9a227;
  --qf-dark: #0f172a;
}

body {
  font-family: "Inter", "Segoe UI", sans-serif;
}

.section-header {
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: -0.025em;
}

.gold-btn {
  background-color: var(--qf-gold);
  color: #fff;
  transition: all 0.3s ease;
}

.gold-btn:hover {
  background-color: #a67c00;
  transform: translateY(-1px);
}

.luxury-gradient {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
}

.nav-link {
  transition: all 0.2s ease;
}

.nav-link:hover,
.nav-link.is-current {
  color: var(--qf-gold);
}

.product-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.qf-prose p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.75;
}

.qf-prose h3,
.qf-prose h4 {
  margin-top: 1.75rem;
  margin-bottom: 0.75rem;
  font-weight: 700;
}

.qf-prose ul {
  list-style: disc;
  margin-left: 1.25rem;
  margin-top: 0.75rem;
}

.qf-prose li {
  margin-top: 0.35rem;
}
