/* ============================================================
   MANAGED SUPPLY PAGE — Brenom Systems
   ============================================================ */


/* ============================================================
   PROBLEM SECTION OVERRIDES
   ============================================================ */

.managed-supply-page .problem__bad-text {
  font-size: 18px;
  font-weight: 600;
}


/* ============================================================
   INTRO
   ============================================================ */

.ms-intro {
  padding: 140px 40px 96px;
  max-width: 900px;
}

.ms-intro--hero {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.ms-intro--hero .ms-intro__label,
.ms-intro--hero .ms-intro__heading,
.ms-intro--hero .ms-intro__lead,
.ms-intro--hero .ms-intro__body {
  position: relative;
  z-index: 2;
}

.ms-intro--hero .ms-intro__heading {
  color: var(--white);
  max-width: 60%;
}

.ms-intro--hero .ms-intro__lead,
.ms-intro--hero .ms-intro__body {
  max-width: 60%;
}

.ms-intro--hero .ms-intro__lead {
  color: rgba(255, 255, 255, 0.85);
}

.ms-intro--hero .ms-intro__body {
  color: rgba(255, 255, 255, 0.6);
}

.ms-intro__label {
  font-size: 18px;
  font-weight: 500;
  color: var(--orange);
  display: block;
  margin-bottom: 24px;
}

.ms-intro__heading {
  font-family: var(--font-heading);
  font-size: 120px;
  line-height: 0.88;
  color: var(--dark);
  margin-bottom: 32px;
}

.ms-intro__lead {
  font-size: 20px;
  font-weight: 600;
  color: var(--dark);
  line-height: 1.5;
  margin-bottom: 16px;
  max-width: 720px;
}

.ms-intro__body {
  font-size: 18px;
  font-weight: 500;
  color: var(--gray-mid);
  line-height: 1.65;
  max-width: 720px;
}


/* ============================================================
   SECTION PATTERN
   ============================================================ */

.ms-section {
  padding: 80px 40px;
  border-top: 1px solid var(--gray-light);
}

.ms-section--cream {
  background: var(--cream);
  border-top: none;
}

.ms-section--split50 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 64px;
  align-items: start;
}

.ms-section__label {
  font-size: 14px;
  font-weight: 600;
  color: var(--orange);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 12px;
}

.ms-section__heading {
  font-family: var(--font-heading);
  font-size: 80px;
  line-height: 0.95;
  color: var(--dark);
  margin-bottom: 40px;
}

.ms-section__body {
  font-size: 18px;
  font-weight: 500;
  color: var(--dark);
  line-height: 1.65;
  max-width: 640px;
  margin-bottom: 40px;
}


/* ============================================================
   3-COL CARDS (What Changes)
   ============================================================ */

.ms-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--dark);
}

.ms-card {
  padding: 28px 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-right: 1px solid var(--dark);
}

.ms-card:last-child {
  border-right: none;
}

.ms-card--row2 {
  border-top: 1px solid var(--dark);
}

.ms-cards--2row .ms-card:nth-child(3) {
  border-right: none;
}

.ms-cards--2row .ms-card:nth-child(3n) {
  border-right: none;
}

/* ---- Responsibility split layout ---- */
.ms-responsibility-split {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 0;
  align-items: start;
}

.ms-responsibility-split__left {
  padding-right: 48px;
}

.ms-responsibility-split__right .ms-cards {
  margin-top: 0;
}

.ms-card__title {
  font-size: 18px;
  font-weight: 700;
  color: var(--dark);
  line-height: 1.3;
}

.ms-card__body {
  font-size: 18px;
  font-weight: 400;
  color: var(--gray-mid);
  line-height: 1.65;
}


/* ============================================================
   ACCOUNTABILITY — sku override
   ============================================================ */

.ms-accountability.sku {
  border-top: 1px solid var(--gray-light);
}

.ms-accountability .sku__content {
  justify-content: flex-start;
}


/* ============================================================
   CHECKLIST (What Your Team Stops Doing)
   ============================================================ */

.ms-checklist {
  list-style: none;
  display: flex;
  flex-direction: column;
  max-width: 640px;
  border: 1px solid var(--gray-light);
}

.ms-checklist__item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 24px;
  font-size: 18px;
  font-weight: 500;
  color: var(--dark);
  line-height: 1.5;
  border-bottom: 1px solid var(--gray-light);
}

.ms-checklist__item:last-child {
  border-bottom: none;
}

.ms-checklist__item::before {
  content: '';
  width: 16px;
  height: 16px;
  border: 1.5px solid var(--gray-light);
  flex-shrink: 0;
}


/* ============================================================
   2x2 CARDS (What Stays Consistent)
   ============================================================ */

.ms-cards--2col {
  grid-template-columns: repeat(2, 1fr);
}


/* ============================================================
   BOTTOM CTA
   ============================================================ */

.ms-cta {
  padding: 96px 40px;
  border-top: 1px solid var(--gray-light);
}

.ms-cta__heading {
  font-family: var(--font-heading);
  font-size: 96px;
  line-height: 0.9;
  color: var(--dark);
  margin-bottom: 16px;
  max-width: 900px;
}

.ms-cta__sub {
  font-size: 18px;
  font-weight: 500;
  color: var(--gray-mid);
  line-height: 1.5;
  margin-bottom: 40px;
}

.ms-cta__buttons {
  display: flex;
  align-items: center;
  gap: 24px;
}

.ms-cta__link {
  font-size: 16px;
  font-weight: 500;
  color: var(--dark);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.15s;
}

.ms-cta__link:hover {
  color: var(--orange);
}


