.brand-intro-section {
  background: var(--bc-white);
}

.lead-text p:first-child {
  color: var(--bc-dark);
  font-size: 18px;
  font-weight: 600;
}

.industries-section {
  background: var(--bc-white);
}

.industry-list,
.outcome-list,
.archive-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.industry-list {
  justify-content: center;
}

.industry-list.compact {
  justify-content: flex-start;
}

.mission-section {
  background: linear-gradient(180deg, var(--bc-white), var(--bc-light));
}

.page-content-section,
.single-content-section,
.case-study-content-section {
  background: var(--bc-white);
}

.editor-content {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--bc-border);
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  color: var(--bc-muted);
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--bc-green);
  box-shadow: inset 0 0 0 4px var(--bc-white);
}

.outcome-list {
  justify-content: center;
  max-width: 980px;
  margin-inline: auto;
}

.related-card {
  display: grid;
  gap: 12px;
  color: var(--bc-dark);
}

.related-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  color: var(--bc-white);
  background: var(--bc-primary);
  border-radius: 12px;
  font-weight: 800;
}

.related-card em {
  color: var(--bc-muted);
  font-style: normal;
}

.archive-intro {
  margin-bottom: 28px;
}

.archive-filter {
  margin-bottom: 32px;
}

.pagination-wrap {
  margin-top: 36px;
}

.nav-links,
.page-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.nav-links a,
.nav-links span,
.page-links a,
.page-links span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  padding: 8px 12px;
  color: var(--bc-dark);
  background: var(--bc-white);
  border: 1px solid var(--bc-border);
  border-radius: 10px;
  font-weight: 800;
}

.nav-links .current,
.page-links .current {
  color: var(--bc-white);
  background: var(--bc-primary);
  border-color: var(--bc-primary);
}

.single-hero {
  padding: 78px 0 44px;
  background: var(--bc-light);
}

.single-hero h1 {
  max-width: 860px;
}

.featured-media {
  margin-top: 40px;
}

.featured-media img {
  width: 100%;
  border-radius: 20px;
  box-shadow: var(--bc-shadow);
}

.single-post-layout .rich-text,
.case-study-single .rich-text {
  font-size: 17px;
}

.case-study-sections {
  display: grid;
  gap: 24px;
  max-width: 940px;
}

.case-study-section {
  padding: 32px;
}

.not-found-section {
  min-height: 64vh;
  display: flex;
  align-items: center;
}

.search-form {
  display: flex;
  gap: 10px;
  margin: 24px 0;
}

.search-form label {
  flex: 1;
}

.search-field {
  width: 100%;
  min-height: 46px;
  padding: 12px 14px;
  border: 1px solid var(--bc-border);
  border-radius: 10px;
}

.search-submit {
  min-height: 46px;
  padding: 12px 18px;
  color: var(--bc-white);
  background: var(--bc-primary);
  border: 0;
  border-radius: 10px;
  font-weight: 800;
}

.wp-block-quote {
  margin: 28px 0;
  padding: 24px;
  border-left: 4px solid var(--bc-orange);
  background: var(--bc-light);
  border-radius: 0 16px 16px 0;
}

.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
}

.wp-block-table th,
.wp-block-table td {
  padding: 12px;
  border: 1px solid var(--bc-border);
}