.static-feature-page { min-height: 56vh; background: #f7f8fa; }
.static-feature-section { padding: 80px 0; }
.static-feature-notice {
  background: #fff; border-radius: 12px; box-shadow: 0 10px 36px rgba(0,0,0,.08);
  padding: clamp(28px, 5vw, 56px); text-align: center;
}
.static-feature-notice h1 { color: #173a6a; margin-bottom: 18px; }
.static-feature-kicker {
  color: #3273ba; font-size: .8rem; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase;
}
[data-static-disabled="true"] { cursor: not-allowed !important; }
@media (max-width: 549px) {
  .static-feature-section { padding: 48px 0; }
  .static-feature-notice { padding: 26px 20px; }
}
