/* ============================================
   LAB HQ — page-specific additions
   This page reuses the main site's design system
   (nav, hero, problem-stack, process, mia, offer-card,
   footer) from ../css/styles.css. Only net-new
   components live here, styled to match.
   ============================================ */

/* ── Nav product badge ── */
.labhq-badge {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-text);
  border: 1px solid rgba(160,112,248,0.35);
  border-radius: 4px;
  padding: 0.15rem 0.4rem;
  margin-left: 0.4rem;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

/* ── "Powered by Launchpad" hero pill ── */
.labhq-powered {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  border: 1px solid var(--border);
  border-radius: 100px;
  padding: 0.35rem 1rem;
  margin-bottom: 1.5rem;
}
.labhq-powered span { color: var(--accent-text); font-weight: 700; }

/* ── Compliance callout (sits below the Mia grid) ── */
.labhq-compliance {
  margin-top: 3.5rem;
  background: var(--bg);
  border: 1.5px solid var(--border);
  border-left: 5px solid var(--accent);
  border-radius: var(--radius-lg);
  padding: 1.75rem 2.25rem;
}
.labhq-compliance h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 0.5rem;
}
.labhq-compliance p {
  font-size: 0.9375rem;
  color: var(--text-body);
  line-height: 1.6;
  margin: 0;
  max-width: 760px;
}

/* Pricing now reuses the shared .founding-offer component from ../css/styles.css
   (same component as the homepage and /partners, for exact copy/visual parity). */
