/**
 * Inner page title strip — same navy gradient as Contact / About heroes
 * (replaces orange .primary-bg on section headers)
 */
.cbk-inner-hero {
  position: relative;
  padding: 2.75rem 0 2.5rem;
  background: linear-gradient(135deg, #152a45 0%, #1e3a5f 42%, #2c5282 100%);
  border-bottom: 3px solid #e67e22;
  box-shadow: 0 12px 40px rgba(21, 42, 69, 0.35);
}

.cbk-inner-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 80% 60% at 85% 20%,
    rgba(252, 153, 40, 0.12) 0%,
    transparent 55%
  );
  pointer-events: none;
}

.cbk-inner-hero .container {
  position: relative;
  z-index: 1;
}

.cbk-table-head {
  background: linear-gradient(135deg, #152a45 0%, #1e3a5f 42%, #2c5282 100%);
  color: #fff;
}
