.launch-mark,
.brand-mark,
.admin-header .brand span {
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.launch-mark { width: 72px; height: 58px; }
.brand-mark { width: 68px; height: 54px; flex: 0 0 68px; }
.admin-header .brand span { width: 72px; height: 58px; }

.launch-mark img,
.brand-mark img,
.admin-header .brand span img {
  display: block;
  object-fit: contain;
}

.launch-mark img { width: 72px; height: 58px; }
.brand-mark img { width: 68px; height: 54px; }
.admin-header .brand span img { width: 72px; height: 58px; }

@media (max-width: 1050px) and (min-width: 701px) {
  .brand-mark { width: 54px; height: 44px; flex-basis: 54px; }
  .brand-mark img { width: 54px; height: 44px; }
}

/* Shared readability and validation treatment for the provider experience. */
body {
  font-size: 16px;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

.nav-item { font-size: 14px; line-height: 1.45; }
.brand-copy b { font-size: 14px; }
.brand-copy small { font-size: 11px; }
.page-intro, .hero p { font-size: 16px; line-height: 1.7; }
.card p { font-size: 14px; line-height: 1.65; }
.course-info b, .resource-row b, .order-row b, .ticket-row b { font-size: 15px; }
.course-info small, .resource-row small, .order-row small, .ticket-row small { font-size: 13px; line-height: 1.5; }
.course-row, .resource-row, .order-row, .ticket-row { min-height: 68px; }
.field label { font-size: 13px; }
.field input, .field select, .field textarea { font-size: 16px; line-height: 1.5; }
.profile-line { font-size: 14px; line-height: 1.55; }

.auth-form label, .assessment > label { font-size: 15px; line-height: 1.45; }
.auth-form input, .assessment input, .assessment select, .assessment textarea { font-size: 16px; line-height: 1.45; }
.assessment-question {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid #d8dde1;
  border-radius: 18px;
  padding: 24px;
  background: #fff;
  transition: border-color .18s, background .18s, box-shadow .18s;
}
.assessment-question-title {
  max-width: 100%;
  margin: 0 0 18px;
  color: #102437;
  font: 600 18px/1.4 'DM Sans', Arial, sans-serif;
  overflow-wrap: anywhere;
  word-break: normal;
}
.assessment-question label {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
  max-width: 100%;
  font-size: 16px;
  line-height: 1.5;
  margin: 14px 0;
  overflow-wrap: anywhere;
}
.assessment-question label span {
  min-width: 0;
  overflow-wrap: anywhere;
}
.assessment-question label input[type="radio"] {
  flex: 0 0 auto;
  margin-top: .38em;
}
.assessment-question.missing-field, .assessment > label.missing-field {
  border: 2px solid #c7353d;
  background: #fff5f5;
  box-shadow: 0 0 0 3px rgba(199, 53, 61, .12);
}
.assessment-question.missing-field .assessment-question-title, .assessment > label.missing-field { color: #a62d36; }
.assessment input.missing-field { accent-color: #c7353d; outline: 2px solid #c7353d; outline-offset: 2px; }
.assessment-question[aria-invalid="true"] .assessment-question-title::after {
  content: " Required";
  color: #a62d36;
  font: 700 12px Manrope, Arial, sans-serif;
}
.course-validation { min-height: 24px; margin: 14px 0 0; color: #a62d36; font-size: 15px; line-height: 1.5; }
.lesson-card.lesson-incomplete.missing-field {
  border: 2px solid #c7353d;
  background: #fff5f5;
  box-shadow: 0 0 0 3px rgba(199, 53, 61, .12);
}
.lesson-card.lesson-incomplete.missing-field h3,
.lesson-card.lesson-incomplete.missing-field small { color: #a62d36; }

/* Completion is deliberately unmistakable in the provider pathway. */
.btn-complete {
  border-color: #2b8a6e;
  background: #e9f7f0;
  color: #176247;
  box-shadow: inset 0 0 0 1px rgba(43, 138, 110, .12);
}
.btn-complete:hover { transform: none; }
.btn-complete:disabled { opacity: 1; cursor: default; }
.lesson-card.lesson-complete-state {
  border-color: rgba(43, 138, 110, .42);
  background: linear-gradient(110deg, rgba(233, 247, 240, .94), rgba(255, 255, 255, .86));
  box-shadow: 0 8px 24px rgba(43, 138, 110, .08);
}
.lesson-card.lesson-complete-state .step {
  background: #2b8a6e;
  color: #fff;
}
.certification-card.certification-complete {
  border-color: rgba(43, 138, 110, .42);
  background: linear-gradient(110deg, rgba(233, 247, 240, .94), rgba(255, 255, 255, .86));
}
.resource-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.resource-card h3 { margin-bottom: 7px; }
.resource-card p { margin: 0 0 17px; }
.resource-card .btn { margin-top: auto; min-height: 43px; padding-inline: 18px; }
.lesson-card .lesson-complete { white-space: nowrap; min-width: 116px; }

.product-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 350px;
  object-fit: cover;
  object-position: center;
}

.support-card {
  padding: 28px;
}
.support-intro {
  text-align: center;
  margin-bottom: 22px;
}
.support-intro b {
  display: block;
  font: 600 16px/1.35 'DM Sans', Arial, sans-serif;
}
.support-intro p {
  max-width: 560px;
  margin: 9px auto 0;
}
.support-form-shell {
  width: 100%;
  min-height: 280px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  padding: 38px 24px;
  border: 1px solid rgba(12, 36, 60, .1);
  border-radius: 16px;
  background: #fff;
  text-align: center;
}
.support-form-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 51, 153, .1);
  color: var(--pink);
  font-size: 20px;
}
.support-form-shell h3 { margin: 2px 0 0; }
.support-form-shell p {
  max-width: 530px;
  margin: 0;
}
.support-form-shell small {
  color: var(--muted);
  font-size: 11px;
}

.concierge-card a[href="#support"] {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 15px;
  border-radius: 999px;
  background: var(--pink);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 9px 22px rgba(255, 51, 153, .28);
  transition: transform .22s, box-shadow .22s;
}
.concierge-card a[href="#support"]:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(255, 51, 153, .36);
}

@media (max-width: 700px) {
  .lesson-card .lesson-complete { grid-column: 2; justify-self: start; white-space: normal; }
  .resource-card .btn { margin-top: 3px; }
  .product-image { min-height: 300px; max-height: 440px; }
  .support-card { padding: 18px 14px; }
  .support-form-shell { min-height: 300px; padding: 32px 18px; }
}

@media (max-width: 700px) {
  .page-intro, .hero p, .card p { font-size: 15px; }
  .nav-item { font-size: 15px; }
  .course-info small, .resource-row small, .order-row small, .ticket-row small { font-size: 14px; }
  .assessment-question { padding: 20px 18px; }
  .assessment-question-title { font-size: 18px; }
  .assessment-question label, .course-validation { font-size: 16px; }
}
