.dc-mds-brand-wrap {
  max-width: 1180px;
  margin: 18px auto 8px;
  padding: 0 18px;
}
.dc-mds-brand {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 24px;
  align-items: center;
  padding: 28px;
  border-radius: 28px;
  background: radial-gradient(circle at top left, rgba(47,111,122,.22), transparent 36%), linear-gradient(135deg, #10243f 0%, #173f55 52%, #2f6f7a 100%);
  color: #fff;
  box-shadow: 0 20px 45px rgba(16,36,63,.22);
}
.dc-mds-brand .dc-eyebrow {
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
  font-weight: 800;
  color: #bde8e2;
}
.dc-mds-brand h1 {
  margin: 0;
  max-width: 820px;
  color: #fff;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.02;
}
.dc-mds-brand .dc-copy {
  max-width: 820px;
  margin: 14px 0 0;
  color: rgba(255,255,255,.86);
  font-size: 17px;
  line-height: 1.55;
}
.dc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.dc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.32);
  background: rgba(255,255,255,.10);
  font-weight: 800;
}
.dc-btn.dc-primary {
  background: #f4c95d;
  color: #12243a;
  border-color: #f4c95d;
}
.dc-mds-brand aside {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 22px;
  padding: 20px;
}
.dc-mds-brand aside strong,
.dc-mds-brand aside span {
  display: block;
}
.dc-mds-brand aside span {
  margin-top: 8px;
  color: rgba(255,255,255,.82);
  line-height: 1.45;
}
@media (max-width: 860px) {
  .dc-mds-brand {
    grid-template-columns: 1fr;
  }
}
