.mba-smart-v6-banner {
  align-items: stretch;
  background: #0e4f8a;
  color: #fff;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  margin: 24px 0;
  min-height: 180px;
  overflow: hidden;
  position: relative;
  text-decoration: none !important;
}

.mba-smart-v6-banner__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 9px;
  justify-content: center;
  padding: 28px 34px;
}

.mba-smart-v6-banner__content strong { color: #fff; font-size: 30px; line-height: 1.15; }
.mba-smart-v6-banner__content > span:not(.mba-smart-v6-banner__kicker):not(.mba-smart-v6-banner__cta) { color: #e6f3ff; font-size: 17px; }
.mba-smart-v6-banner__kicker { color: #a9d5f5; font-size: 12px; font-weight: 700; letter-spacing: 0; text-transform: uppercase; }
.mba-smart-v6-banner__cta { background: #fff; color: #0e4f8a; display: inline-block; font-size: 14px; font-weight: 700; margin-top: 4px; padding: 10px 16px; }
.mba-smart-v6-banner__visual { align-items: center; background-color: #123c66; background-image: var(--mba-smart-v6-banner-image, none); background-position: center; background-size: cover; display: flex; gap: 18px; justify-content: center; overflow: hidden; position: relative; }
.mba-smart-v6-banner__visual::before, .mba-smart-v6-banner__visual::after { background: rgba(255,255,255,.18); content: ''; height: 1px; left: -20%; position: absolute; top: 40%; transform: rotate(24deg); width: 150%; }
.mba-smart-v6-banner__visual::after { top: 65%; transform: rotate(-18deg); }
.mba-smart-v6-banner__visual i { background: #fff; border-radius: 50%; box-shadow: 0 0 0 8px rgba(255,255,255,.12); display: block; height: 18px; position: relative; width: 18px; z-index: 1; }
.mba-smart-v6-banner__visual i:nth-child(2) { background: #65d6a6; height: 24px; width: 24px; }
.mba-smart-v6-banner__visual i:nth-child(3) { background: #ffcb65; }

.mba-smart-v6-landing { background: #f5f8fb; color: #24364a; min-height: 60vh; }
.mba-smart-v6-shell { margin: 0 auto; max-width: 1180px; padding: 0 24px; }
.mba-smart-v6-hero { background: #eaf3fb; border-bottom: 1px solid #cfdfec; padding: 64px 0 56px; }
.mba-smart-v6-hero h1 { color: #133f6b; font-size: 42px; line-height: 1.15; margin: 8px 0 16px; max-width: 900px; }
.mba-smart-v6-hero p { font-size: 18px; line-height: 1.55; max-width: 860px; }
.mba-smart-v6-kicker { color: #1764a7; font-size: 13px !important; font-weight: 700; text-transform: uppercase; }
.mba-smart-v6-query { background: #fff; border-left: 4px solid #1764a7; font-size: 15px !important; padding: 12px 16px; }
.mba-smart-v6-button { background: #1764a7; border: 0; color: #fff !important; cursor: pointer; display: inline-block; font-size: 15px; font-weight: 700; padding: 13px 20px; text-decoration: none !important; }
.mba-smart-v6-button:disabled { cursor: wait; opacity: .65; }
.mba-smart-v6-section { padding: 48px 0; }
.mba-smart-v6-section h2 { color: #133f6b; font-size: 30px; margin: 0 0 12px; }
.mba-smart-v6-programs { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 24px; }
.mba-smart-v6-program { background: #fff; border: 1px solid #d7e1ea; padding: 22px; }
.mba-smart-v6-program h3 { font-size: 21px; line-height: 1.3; margin: 0 0 14px; }
.mba-smart-v6-program p { font-size: 15px; margin: 7px 0; }
.mba-smart-v6-text-link { color: #1764a7; display: inline-block; font-weight: 700; margin-top: 10px; }
.mba-smart-v6-benefits { background: #fff; border-bottom: 1px solid #d7e1ea; border-top: 1px solid #d7e1ea; }
.mba-smart-v6-benefits ul { columns: 2; font-size: 17px; line-height: 1.55; margin: 24px 0 0; }
.mba-smart-v6-form-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 24px; }
.mba-smart-v6-lead-form { background: #fff; border: 1px solid #d7e1ea; padding: 22px; }
.mba-smart-v6-lead-form h3 { color: #133f6b; font-size: 20px; margin: 0 0 8px; }
.mba-smart-v6-lead-form label { display: block; margin: 12px 0; }
.mba-smart-v6-lead-form label > span { display: block; font-size: 13px; font-weight: 700; margin-bottom: 5px; }
.mba-smart-v6-lead-form input:not([type="checkbox"]), .mba-smart-v6-lead-form textarea, .mba-smart-v6-lead-form select { border: 1px solid #b9c8d5; box-sizing: border-box; font: inherit; padding: 10px; width: 100%; }
.mba-smart-v6-consent { align-items: flex-start; display: flex !important; gap: 8px; }
.mba-smart-v6-consent > span { font-size: 12px !important; font-weight: 400 !important; }
.mba-smart-v6-hp { left: -9999px !important; position: absolute !important; }
.mba-smart-v6-form-status { font-size: 13px; min-height: 20px; }

@media (max-width: 900px) {
  .mba-smart-v6-form-grid { grid-template-columns: 1fr; }
  .mba-smart-v6-programs { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .mba-smart-v6-banner { grid-template-columns: 1fr; min-height: 0; }
  .mba-smart-v6-banner__content { padding: 24px 20px; }
  .mba-smart-v6-banner__content strong { font-size: 24px; }
  .mba-smart-v6-banner__visual { display: none; }
  .mba-smart-v6-hero { padding: 42px 0; }
  .mba-smart-v6-hero h1 { font-size: 31px; }
  .mba-smart-v6-benefits ul { columns: 1; }
}
