/* Consulting brochure — polished corporate */
.brochure.style-consult {
  background:
    radial-gradient(900px 420px at 100% -10%, rgba(15,61,62,.08), transparent 50%),
    var(--theme-bg, #F7F8F9);
  color: var(--theme-ink, #1c2434);
}
.brochure.style-consult .brochure-nav {
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid rgba(15,61,62,.08);
  backdrop-filter: blur(10px);
}
.brochure.style-consult .brochure-brand span {
  font-weight: 700;
  color: var(--theme-primary, #0F3D3E);
  letter-spacing: -.01em;
}
.brochure.style-consult .brochure-nav-links a {
  font-size: .88rem;
  font-weight: 600;
  opacity: .78;
}
.brochure.style-consult .btn-primary {
  background: var(--theme-primary, #0F3D3E);
  border-color: var(--theme-primary, #0F3D3E);
  border-radius: .5rem;
  font-weight: 700;
}
.brochure.style-consult .sec-hero--brochure {
  min-height: min(78vh, 640px);
}
.brochure.style-consult .sec-hero--brochure .sec-hero-shade {
  background: linear-gradient(115deg, rgba(15,61,62,.9), rgba(15,61,62,.32));
}
.brochure.style-consult .sec-hero--brochure .sec-kicker {
  letter-spacing: .12em;
  color: rgba(255,255,255,.78);
}
.brochure.style-consult .sec-hero--brochure h1 {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  max-width: 14ch;
  letter-spacing: -.025em;
}
.brochure.style-consult .sec-about {
  background: #fff;
}
.brochure.style-consult .sec-stats {
  background: #fff;
  border-block: 1px solid rgba(15,61,62,.06);
}
.brochure.style-consult .sec-stats-grid strong {
  color: var(--theme-accent, #C4A35A);
  font-size: 2.4rem;
}
.brochure.style-consult .sec-section-head h2 {
  letter-spacing: -.015em;
}
.brochure.style-consult .sec-product-card {
  border-radius: 1rem;
  box-shadow: 0 10px 28px rgba(15,61,62,.05);
  border: 1px solid rgba(15,61,62,.06);
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}
.brochure.style-consult .sec-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(15,61,62,.1);
}
.brochure.style-consult .sec-product-card img {
  aspect-ratio: 16/10;
}
.brochure.style-consult .sec-product-card em { color: var(--theme-primary); }
.brochure.style-consult .sec-cta {
  background:
    linear-gradient(120deg, rgba(15,61,62,.94), rgba(15,61,62,.78)),
    var(--theme-primary);
}
