:root {
  --brand: #ffcc00;
  --surface: #0a0a0b;
  --surface-raised: #111113;
  --surface-card: #18181b;
  --border: #27272a;
}

body {
  font-family: Inter, system-ui, sans-serif;
  background: var(--surface);
  color: #fafafa;
}

h1, h2, h3, .display-6 {
  font-family: "Space Grotesk", system-ui, sans-serif;
}

.btn-brand {
  background: var(--brand);
  border: none;
  color: #000;
  font-weight: 600;
}
.btn-brand:hover { background: #ffd633; color: #000; }

.site-header {
  background: rgba(10, 10, 11, 0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}

.site-logo { height: 72px; width: auto; }

.nav-link {
  color: #a1a1aa !important;
  border-radius: 0.5rem;
}
.nav-link:hover, .nav-link.active {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.08);
}

.hero {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: var(--surface);
}

.hero-video-wrap {
  position: absolute;
  inset: 0;
  background: var(--surface);
}

.hero-video-wrap video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0,0,0,.65), rgba(0,0,0,.35) 45%, var(--surface));
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 4rem 0 5rem;
}

.hero-badge {
  display: inline-block;
  border: 1px solid rgba(255, 204, 0, 0.25);
  background: rgba(255, 204, 0, 0.1);
  color: #ffd966;
  border-radius: 999px;
  padding: 0.4rem 1rem;
  font-size: 0.8rem;
}

.text-gradient {
  background: linear-gradient(90deg, #ffd966, #ffcc00);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.stat-value {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.step-icon {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}

.section-label {
  color: var(--brand);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.8rem;
  font-weight: 600;
}

.section-raised {
  background: var(--surface-raised);
  border-block: 1px solid var(--border);
}

.product-card {
  display: block;
  background: var(--surface-card);
  border: 1px solid var(--border);
  border-radius: 1rem;
  overflow: hidden;
  color: inherit;
  height: 100%;
  position: relative;
  transition: transform .2s, border-color .2s;
}
.product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 204, 0, 0.35);
  color: inherit;
}

.product-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  color: #000;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
}

.product-card-image {
  aspect-ratio: 16/10;
  background: linear-gradient(135deg, #f4f4f5, #e4e4e7);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
}
.product-card-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.product-card-body { padding: 1.25rem; }
.product-card-body h3 { font-size: 1.1rem; font-weight: 700; }
.product-card-body p { color: #71717a; font-size: 0.9rem; }

.feature-tag {
  display: inline-block;
  background: rgba(255,255,255,0.05);
  color: #a1a1aa;
  font-size: 0.7rem;
  padding: 0.15rem 0.45rem;
  border-radius: 0.35rem;
}

.price { font-family: "Space Grotesk", sans-serif; font-size: 1.25rem; }
.view-link { color: var(--brand); font-size: 0.85rem; }

.style-strip {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
}
.style-strip-item {
  flex: 0 0 auto;
  text-align: center;
  color: #a1a1aa;
  text-decoration: none;
}
.style-strip-thumb {
  width: 10rem;
  height: 5.5rem;
  border: 1px solid var(--border);
  border-radius: 0.75rem;
  background: var(--surface-card);
  padding: 0.5rem;
  margin-bottom: 0.5rem;
}
.style-strip-thumb img { width: 100%; height: 100%; object-fit: contain; }

.review-card, .step-card-wrap {
  background: var(--surface-card);
  border: 1px solid var(--border);
  border-radius: 1rem;
  padding: 1.5rem;
  height: 100%;
}

.cta-box {
  border: 1px solid rgba(255, 204, 0, 0.2);
  border-radius: 1.5rem;
  background: linear-gradient(135deg, rgba(255,204,0,0.08), var(--surface-card));
  padding: 2.5rem;
}

.site-footer {
  background: var(--surface-raised);
  border-top: 1px solid var(--border);
}
.footer-heading {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.product-detail-image {
  background: #ffffff;
  border: 1px solid #e4e4e7;
  border-radius: 1rem;
  padding: 2.5rem 2rem;
  min-height: min(520px, 55vh);
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-detail-image img {
  width: 100%;
  max-width: 100%;
  max-height: min(480px, 60vh);
  height: auto;
  object-fit: contain;
}

.spec-table { border: 1px solid var(--border); border-radius: 0.75rem; overflow: hidden; }
.spec-row {
  display: flex;
  justify-content: space-between;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid var(--border);
}
.spec-row:last-child { border-bottom: none; }
.spec-row span:first-child { color: #71717a; }

.bg-brand-subtle { background: rgba(255, 204, 0, 0.12) !important; }
.text-brand { color: var(--brand) !important; }

@media (min-width: 992px) {
  .hero-content { text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-video-wrap video { display: none; }
}
