/* Utility classes extracted from inline style attributes to allow strict CSP
   (no 'unsafe-inline' in style-src). */

.brand-logo      { height: 28px; width: auto; display: block; }
.brand-logo-lg   { height: 56px; width: auto; display: block; margin: 0 auto; }

.section-pb-tight { padding-bottom: clamp(2.5rem, 5vw, 4rem); }
.section-pt-tight { padding-top:    clamp(2rem,   4vw, 3rem); }

.section-subtitle {
  text-align: center;
  margin-top: 0.75rem;
  margin-bottom: 2rem;
  color: var(--text-muted);
  font-size: 13.5px;
}

.section-foot-wide {
  text-align: center;
  margin-top: 2rem;
  color: var(--text-muted);
  font-size: 14px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.55;
}
