/* WillTechBH - Shared Global Shell & Layout Structure */
body {
  background-color: var(--wt-bg) !important;
  color: var(--wt-text) !important;
  font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
  margin: 0;
  padding: 0;
}

/* Subpage Main Content Wrapper - strictly offsets fixed header to prevent any collision */
.subpage-main-content {
  padding-top: 180px !important;
  padding-bottom: 4rem;
  min-height: calc(100vh - 350px);
}

.subpage-container {
  max-width: var(--wt-container-max);
  margin: 0 auto;
  padding: 0 1.5rem;
}

.subpage-hero {
  text-align: center;
  margin-bottom: 2.5rem;
}

.subpage-eyebrow,
.diag-hero-eyebrow {
  display: inline-block;
  background: rgba(6, 182, 212, 0.15);
  color: #22d3ee;
  border: 1px solid rgba(6, 182, 212, 0.3);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 0.35rem 0.85rem;
  border-radius: 9999px;
  margin-bottom: 1rem;
}

.subpage-title {
  font-size: clamp(1.75rem, 3.5vw, 2.25rem) !important;
  font-weight: 800 !important;
  color: #f8fafc !important;
  line-height: 1.25 !important;
  margin-bottom: 0.75rem !important;
}

.subpage-subtitle {
  font-size: 1rem !important;
  color: #94a3b8 !important;
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .subpage-main-content {
    padding-top: 160px !important;
  }
}
