.df-brand-positioning-surface .df-brand-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: #0a655d;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.df-brand-positioning-surface .dfcr-hero .df-brand-eyebrow { color: #c8ff3d; }
.df-brand-positioning-surface .df-brand-proof-grid,
.df-brand-positioning-surface .df-brand-steps,
.df-brand-positioning-surface .df-brand-route-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.df-brand-positioning-surface .df-brand-proof,
.df-brand-positioning-surface .df-brand-step,
.df-brand-positioning-surface .df-brand-route {
  padding: 22px;
  border: 1px solid #d8e4e8;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(8, 35, 52, .07);
}
.df-brand-positioning-surface .df-brand-step > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  margin-bottom: 15px;
  border-radius: 50%;
  background: #c8ff3d;
  color: #082638;
  font-weight: 900;
}
.df-brand-positioning-surface .df-brand-proof strong,
.df-brand-positioning-surface .df-brand-step strong,
.df-brand-positioning-surface .df-brand-route strong { display: block; margin-bottom: 8px; color: #092338; font-size: 1.08rem; }
.df-brand-positioning-surface .df-brand-proof p,
.df-brand-positioning-surface .df-brand-step p,
.df-brand-positioning-surface .df-brand-route p { margin: 0; color: #506676; line-height: 1.6; }
.df-brand-positioning-surface .df-brand-disclosure {
  margin-top: 22px;
  padding: 18px 20px;
  border-left: 4px solid #58e6c2;
  border-radius: 12px;
  background: #eff8f7;
  color: #244656;
}
.df-brand-positioning-surface .df-brand-checklist li { margin-bottom: 9px; }
.df-brand-positioning-surface .dfcr-card p { line-height: 1.55; }
.df-brand-positioning-surface .dfcr-newsletter h2 { max-width: 14ch; }
.df-brand-positioning-surface .dfcr-two-col > * { min-width: 0; }
.df-brand-positioning-surface .dfcr-two-col .df-platform-lead-form { max-width: 100%; }
.df-brand-positioning-surface .dfcr-two-col .df-platform-lead-form h2 { overflow-wrap: anywhere; font-size: clamp(2rem, 4vw, 4rem); }
@media (max-width: 760px) {
	.df-brand-positioning-surface .dfcr-page { padding-bottom: 32px; }
  .df-brand-positioning-surface .df-brand-proof-grid,
  .df-brand-positioning-surface .df-brand-steps,
  .df-brand-positioning-surface .df-brand-route-grid { grid-template-columns: 1fr; }
  .df-brand-positioning-surface .df-brand-proof,
  .df-brand-positioning-surface .df-brand-step,
  .df-brand-positioning-surface .df-brand-route { padding: 18px; }
}
