#why {
  position: relative;
}

.principles-header {
  max-width: 860px;
}

.principles-title {
  max-width: 780px;
  margin-bottom: 24px;
  text-wrap: balance;
}

.principles-lead {
  max-width: 700px;
  margin: 0;
  color: #475569;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
  text-wrap: balance;
}

.principles-list {
  margin-top: 52px;
  border-top: 1px solid #cbd5e1;
}

.principle {
  display: grid;
  grid-template-columns: 64px minmax(190px, .65fr) minmax(0, 1.35fr);
  gap: 32px;
  align-items: start;
  padding: 38px 0;
  border-bottom: 1px solid #cbd5e1;
}

.principle__number {
  padding-top: 6px;
  color: #2563eb;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
}

.principle__label {
  padding-top: 2px;
  color: #0f172a;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
}

.principle__label span {
  display: block;
}

.principle__content {
  max-width: 720px;
}

.principle__content h3 {
  margin: 0 0 16px;
  color: #0f172a;
  font-size: clamp(21px, 2.2vw, 28px);
  font-weight: 600;
  line-height: 1.24;
  text-wrap: balance;
}

.principle__content > p:not(.principle__note) {
  max-width: 680px;
  margin: 0;
  color: #526072;
  font-size: 15px;
  line-height: 1.72;
}

.principle__note {
  display: inline-block;
  margin: 22px 0 0;
  padding: 10px 14px;
  border-left: 2px solid #2563eb;
  background: rgba(255, 255, 255, .72);
  color: #1e3a5f;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}

@media (max-width: 800px) {
  .principle {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px 20px;
  }

  .principle__label {
    padding-top: 0;
  }

  .principle__content {
    grid-column: 2;
  }
}

@media (max-width: 540px) {
  .principles-title br {
    display: none;
  }

  .principles-list {
    margin-top: 36px;
  }

  .principle {
    display: block;
    padding: 30px 0;
  }

  .principle__number {
    display: block;
    margin-bottom: 22px;
    padding: 0;
  }

  .principle__label {
    margin-bottom: 16px;
    color: #2563eb;
    font-size: 13px;
    letter-spacing: .03em;
  }

  .principle__label span {
    display: inline;
  }

  .principle__label span + span::before {
    content: " ";
  }

  .principle__content h3 {
    margin-bottom: 14px;
  }

  .principle__note {
    display: block;
  }
}

/* Key principle statements on white section */
.principle__note {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin-top: 22px;
  padding: 12px 16px;
  border: 1px solid #dbeafe;
  border-left: 3px solid #2563eb;
  border-radius: 0 10px 10px 0;
  background:
    linear-gradient(
      100deg,
      #eff6ff 0%,
      #f8fbff 100%
    );
  box-shadow: 0 7px 20px rgba(37, 99, 235, .05);
  color: #1e3a5f;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}

.principle__note::before {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  border-radius: 50%;
  background: #2563eb;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, .1);
  content: "";
  vertical-align: 1px;
}

/* Forced highlight for the three key statements */
#why .principles-list .principle .principle__content .principle__note {
  display: block !important;
  width: 100% !important;
  max-width: 720px !important;
  margin: 24px 0 0 !important;
  padding: 14px 18px !important;
  border: 1px solid #bfdbfe !important;
  border-left: 4px solid #2563eb !important;
  border-radius: 0 10px 10px 0 !important;
  background: #dbeafe !important;
  box-shadow: 0 8px 22px rgba(37, 99, 235, .10) !important;
  color: #172554 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}

#why .principle__note::before {
  display: inline-block !important;
  width: 7px !important;
  height: 7px !important;
  margin-right: 11px !important;
  border-radius: 50% !important;
  background: #2563eb !important;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, .14) !important;
  content: "" !important;
  vertical-align: 1px !important;
}
