:root {
  --edu-primary: #447569;
  --edu-secondary: #1c5b5d;
  --edu-primary-dark: #1c4f44;
  --edu-ink: #1a1c1b;
  --edu-muted: #444846;
  --edu-surface: #f8faf9;
  --edu-surface-low: #eff5f1;
  --edu-card: #ffffff;
  --edu-container: 1152px;
  --edu-wide: 1200px;
  --edu-line: #c4c7c5;
  --edu-primary-soft: #dcebe6;
  --edu-primary-line: #a0cdc0;
  --edu-orange: #f99522;
  --edu-yellow: #fee478;
  --edu-glow: #9dedc1;
  --edu-radius: 16px;
  --edu-shadow: 0 22px 70px rgba(28, 79, 68, 0.12);
}

body.education-page {
  margin: 0;
  background: var(--edu-surface);
  color: var(--edu-ink);
  font-family: "Inter", Arial, sans-serif;
}

.education-page #site-header + .edu-page {
  margin-top: -64px;
}

.edu-page {
  overflow: hidden;
  background: var(--edu-surface);
}

.edu-shell {
  width: min(var(--edu-container), calc(100% - 48px));
  margin: 0 auto;
}

.edu-shell--wide {
  width: min(var(--edu-wide), calc(100% - 48px));
}

.edu-shell--home {
  width: min(1280px, calc(100% - 48px));
}

.edu-hero {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 800px;
  padding: 64px 0 72px;
  text-align: center;
  background:
    radial-gradient(circle at 14% 18%, rgba(157, 237, 193, 0.32), transparent 30%),
    radial-gradient(circle at 88% 16%, rgba(244, 225, 79, 0.28), transparent 32%),
    radial-gradient(circle at 50% 100%, rgba(229, 253, 106, 0.24), transparent 38%),
    linear-gradient(180deg, #eff7f2 0%, #f8faf9 58%, #ffffff 100%);
}

.edu-hero--compact {
  min-height: 760px;
}

.edu-hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
}

.edu-hero h1,
.edu-section-title,
.edu-cta h2,
.edu-faq-page-hero h1 {
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}

.edu-hero h1 {
  max-width: 1044px;
  margin: 0;
  color: var(--edu-ink);
  font-size: 64px;
  line-height: 76px;
}

.edu-hero__subcopy {
  max-width: 760px;
  margin: 24px auto 0;
  color: var(--edu-muted);
  font-size: 20px;
  line-height: 30px;
}

.edu-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 36px;
}

.edu-btn {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border: 1px solid transparent;
  border-radius: 360px;
  color: var(--edu-primary-dark);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  white-space: nowrap;
}

.edu-btn--large {
  min-height: 64px;
  padding: 0 34px;
  font-size: 18px;
}

.edu-btn--primary {
  color: #ffffff;
  background: transparent;
  box-shadow: inset 0 -4px 10px rgba(255, 238, 149, 0.5);
}

.edu-btn--primary::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(93.6deg, var(--edu-orange) 50%, var(--edu-yellow) 100%);
  backface-visibility: hidden;
  transform: translateZ(0);
}

.edu-btn--secondary {
  color: var(--edu-primary-dark);
  border-color: var(--edu-primary);
  background: #ffffff;
}

.edu-btn--green {
  color: #ffffff;
  background: var(--edu-primary);
}

.edu-section {
  padding: 96px 0;
  background: #ffffff;
}

.edu-section--soft {
  background:
    radial-gradient(circle at 12% 20%, rgba(157, 237, 193, 0.14), transparent 30%),
    linear-gradient(180deg, #f8faf9 0%, #eff5f1 100%);
}

.edu-section--surface {
  background: var(--edu-surface);
}

.edu-section-head {
  display: grid;
  justify-items: center;
  gap: 16px;
  max-width: 960px;
  margin: 0 auto 48px;
  text-align: center;
}

.edu-section-head--split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 56px;
  align-items: end;
  max-width: none;
  text-align: left;
}

.edu-eyebrow {
  margin: 0;
  color: var(--edu-primary);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}

.edu-section-title {
  margin: 0;
  color: var(--edu-ink);
  font-size: 48px;
  line-height: 56px;
}

.edu-section-lead {
  max-width: 820px;
  margin: 0;
  color: var(--edu-muted);
  font-size: 18px;
  line-height: 28px;
}

.edu-app-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.edu-app-card {
  display: flex;
  padding: 7px;
  border-radius: 22px;
  background: linear-gradient(160deg, var(--af, var(--edu-primary-soft)), rgba(255, 255, 255, 0) 80%);
}

.edu-app-card:nth-child(1) { --ac: #4fa07c; --af: #d8ede2; --ab: #bfe1cf; }
.edu-app-card:nth-child(2) { --ac: #5b91d6; --af: #dbe7fb; --ab: #c4d8f4; }
.edu-app-card:nth-child(3) { --ac: #897fd6; --af: #e4dff6; --ab: #d2c9f0; }
.edu-app-card:nth-child(4) { --ac: #46b1c5; --af: #d6edf2; --ab: #bce0e8; }

.edu-app-card__inner {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  min-height: 412px;
  padding: 30px 22px 34px;
  border: 1px solid var(--ab, var(--edu-primary-line));
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(28, 79, 68, 0.06);
  text-align: center;
}

.edu-app-card__icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin: 4px 0 22px;
  color: var(--ac, var(--edu-primary));
}

.edu-app-card__icon svg {
  width: 42px;
  height: 42px;
}

.edu-app-card h3 {
  margin: 0;
  color: var(--edu-ink);
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.4px;
}

.edu-app-card__list {
  display: grid;
  gap: 18px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.edu-app-card__list li {
  color: var(--edu-muted);
  font-size: 16px;
  line-height: 22px;
}

/* --- Benefit card icon (nursing) --- */
.edu-benefit-card__icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  border-radius: 8px;
  color: var(--edu-primary-dark);
  background: var(--edu-primary-soft);
}

.edu-benefit-card__icon svg {
  width: 24px;
  height: 24px;
}

/* --- Two-panel header icon (nursing) --- */
.edu-two-panel__head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.edu-two-panel__icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  border-radius: 10px;
  color: var(--edu-primary-dark);
  background: var(--edu-primary-soft);
}

.edu-two-panel__icon svg {
  width: 20px;
  height: 20px;
}

/* --- Nursing simulation-gap matrix table --- */
.edu-matrix {
  overflow: hidden;
  border: 1px solid #c0c8c4;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(30, 41, 59, 0.05);
}

.edu-matrix__row {
  display: grid;
  grid-template-columns: 0.8fr 1.05fr 1.05fr 1.02fr;
}

.edu-matrix__cell {
  min-width: 0;
  padding: 22px 18px;
  color: #191c1e;
  font-size: 18px;
  line-height: 28px;
}

.edu-matrix__row:not(.edu-matrix__row--head) .edu-matrix__cell {
  border-top: 1px solid #c0c8c4;
}

.edu-matrix__row--head {
  background: var(--edu-primary);
}

.edu-matrix__row--head .edu-matrix__cell {
  color: #ffffff;
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.3px;
}

.edu-matrix__cell--ai {
  background: rgba(185, 237, 222, 0.16);
}

.edu-matrix__cell--neg {
  color: #ba1a1a;
}

.edu-matrix__cell--pos {
  color: #2b5c51;
  font-weight: 600;
}

@media (max-width: 1100px) {
  .edu-featured__row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .edu-matrix {
    overflow-x: auto;
  }

  .edu-matrix__row {
    min-width: 680px;
  }
}

.edu-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 28px;
}

.edu-tag {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(68, 117, 105, 0.24);
  border-radius: 360px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--edu-primary-dark);
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}

.edu-featured-case {
  padding: 48px;
  border: 0;
  border-radius: 16px;
  background: var(--edu-surface-low);
}

.edu-featured__badge {
  display: block;
  width: max-content;
  margin: 0 auto 28px;
  padding: 11px 24px;
  border-radius: 360px;
  background: var(--edu-primary-soft);
  color: var(--edu-ink);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.edu-featured__title {
  margin: 0;
  color: var(--edu-secondary);
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: -1px;
}

.edu-featured__desc {
  margin: 16px 0 0;
  color: var(--edu-ink);
  font-size: 18px;
  line-height: 28px;
}

.edu-featured__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 498px);
  gap: 40px;
  align-items: stretch;
  margin-top: 32px;
}

.edu-featured__cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: space-between;
}

.edu-featured-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.edu-badge {
  display: inline-flex;
  width: max-content;
  margin-bottom: 20px;
  padding: 8px 12px;
  border-radius: 360px;
  color: var(--edu-primary-dark);
  background: var(--edu-primary-soft);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}

.edu-featured-copy h3 {
  max-width: 620px;
  margin: 0;
  color: var(--edu-ink);
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.edu-featured-copy p {
  max-width: 650px;
  margin: 20px 0 0;
  color: var(--edu-muted);
  font-size: 18px;
  line-height: 28px;
}

.edu-featured-details {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
  margin-top: 40px;
}

.edu-detail-block {
  padding: 28px 24px;
  border: 1px solid var(--edu-line);
  border-radius: 16px;
  background: #ffffff;
}

.edu-detail-block h4 {
  margin: 0 0 14px;
  color: var(--edu-secondary);
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 22px;
  text-transform: uppercase;
}

.edu-detail-block p,
.edu-detail-block li {
  color: var(--edu-muted);
  font-size: 16px;
  line-height: 26px;
}

.edu-detail-block p,
.edu-detail-block ul {
  margin: 0;
}

.edu-detail-block ul {
  display: grid;
  gap: 10px;
  padding: 0;
  list-style: none;
}

.edu-detail-block li {
  position: relative;
  padding-left: 24px;
}

.edu-detail-block li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--edu-primary);
}

.edu-chat-card {
  align-self: center;
  overflow: hidden;
  border: 1px solid var(--edu-line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 54px rgba(28, 79, 68, 0.12);
}

.edu-chat-card__header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px;
  border-bottom: 1px solid rgba(196, 199, 197, 0.8);
  background: var(--edu-surface-low);
}

.edu-avatar {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #ffffff;
  background: var(--edu-primary);
  font-weight: 700;
}

.edu-chat-card__name {
  margin: 0;
  color: var(--edu-ink);
  font-weight: 700;
}

.edu-chat-card__meta {
  display: block;
  margin-top: 3px;
  color: var(--edu-muted);
  font-size: 12px;
  line-height: 16px;
}

.edu-chat-card__body {
  display: grid;
  gap: 14px;
  padding: 20px;
}

.edu-message {
  max-width: 92%;
  padding: 14px 16px;
  border-radius: 16px;
  color: var(--edu-muted);
  background: var(--edu-surface);
  font-size: 14px;
  line-height: 22px;
}

.edu-message--learner {
  justify-self: end;
  color: #ffffff;
  background: var(--edu-secondary);
}

.edu-chat-input {
  margin: 0 20px 20px;
  padding: 16px 18px;
  border: 1px solid rgba(196, 199, 197, 0.85);
  border-radius: 360px;
  color: #7b817f;
  background: #ffffff;
  font-size: 14px;
}

.edu-scenario-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
}

.edu-scenario-card {
  overflow: hidden;
  border: 0;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(30, 41, 59, 0.05);
}

.edu-scenario-card img {
  display: block;
  width: 100%;
  aspect-ratio: 373 / 320;
  object-fit: cover;
  background: var(--edu-primary-soft);
}

.edu-scenario-card__body {
  display: grid;
  gap: 16px;
  padding: 24px;
}

.edu-scenario-card h3 {
  margin: 0;
  color: var(--edu-secondary);
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.48px;
}

.edu-scenario-card p {
  margin: 0;
  color: var(--edu-ink);
  font-size: 18px;
  line-height: 28px;
}

.edu-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0 0 48px;
}

.edu-tab {
  min-height: 40px;
  padding: 0 18px;
  border: 0;
  border-radius: 360px;
  background: transparent;
  color: var(--edu-ink);
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 600;
}

.edu-tab.is-active {
  color: #ffffff;
  background: var(--edu-primary);
}

.edu-tab-panel {
  display: none;
}

.edu-tab-panel.is-active {
  display: block;
}

.edu-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  width: min(896px, 100%);
  margin: 44px auto 0;
}

.edu-stat {
  min-height: 150px;
  padding: 24px 18px;
  border: 1px solid rgba(160, 205, 192, 0.9);
  border-radius: 16px;
  background: #ffffff;
  text-align: center;
}

.edu-stat strong {
  display: block;
  color: var(--edu-primary-dark);
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.edu-stat span {
  display: block;
  margin-top: 12px;
  color: var(--edu-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
}

.edu-comparison {
  overflow: hidden;
  border: 1px solid var(--edu-line);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 18px 54px rgba(28, 79, 68, 0.08);
}

.edu-comparison__row {
  display: grid;
  grid-template-columns: 0.72fr 1fr 1fr;
}

.edu-comparison__row--four {
  grid-template-columns: 0.75fr 1fr 1fr 1fr;
}

.edu-comparison__row + .edu-comparison__row {
  border-top: 1px solid var(--edu-line);
}

.edu-comparison__cell {
  min-width: 0;
  padding: 20px 22px;
  color: var(--edu-muted);
  font-size: 15px;
  line-height: 24px;
}

.edu-comparison__cell + .edu-comparison__cell {
  border-left: 1px solid var(--edu-line);
}

.edu-comparison__head {
  background: var(--edu-primary-soft);
}

.edu-comparison__head .edu-comparison__cell {
  color: var(--edu-primary-dark);
  font-weight: 700;
}

.edu-comparison strong {
  color: var(--edu-ink);
}

.edu-check {
  color: var(--edu-primary-dark);
  font-weight: 700;
}

.edu-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.edu-benefit-card,
.edu-two-panel {
  border: 1px solid rgba(160, 205, 192, 0.95);
  border-radius: 16px;
  background: #ffffff;
}

.edu-benefit-card {
  padding: 44px;
  border-radius: 12px;
  border-color: var(--edu-primary-line);
}

.edu-benefit-card h3,
.edu-two-panel h3 {
  margin: 0;
  color: var(--edu-ink);
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.edu-benefit-card p {
  margin: 14px 0 0;
  color: var(--edu-muted);
  font-size: 18px;
  line-height: 28px;
}

.edu-assessment {
  display: grid;
  grid-template-columns: minmax(0, 576px) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}

.edu-report {
  padding: 28px;
  border: 1px solid var(--edu-line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: var(--edu-shadow);
}

.edu-report__top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--edu-line);
}

.edu-report__label {
  margin: 0;
  color: var(--edu-primary);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}

.edu-report__student {
  margin: 6px 0 0;
  color: var(--edu-muted);
  font-size: 14px;
  line-height: 20px;
}

.edu-report__score {
  flex: 0 0 auto;
  text-align: right;
}

.edu-report__score strong {
  display: block;
  color: var(--edu-primary-dark);
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
}

.edu-report__score span {
  color: var(--edu-muted);
  font-size: 13px;
  line-height: 18px;
}

.edu-score-list {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.edu-score-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 32px;
  gap: 16px;
  align-items: center;
  padding: 12px 14px;
  border-radius: 12px;
  background: var(--edu-surface);
  color: var(--edu-muted);
  font-size: 14px;
  line-height: 20px;
}

.edu-score-row b {
  color: var(--edu-primary-dark);
  font-size: 18px;
  text-align: right;
}

.edu-note-card {
  margin-top: 18px;
  padding: 18px;
  border-radius: 12px;
  background: var(--edu-primary-soft);
}

.edu-note-card h4 {
  margin: 0;
  color: var(--edu-primary-dark);
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

.edu-note-card p {
  margin: 8px 0 0;
  color: var(--edu-muted);
  font-size: 14px;
  line-height: 22px;
}

.edu-feature-list {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.edu-feature-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--edu-muted);
  font-size: 16px;
  line-height: 24px;
}

.edu-feature-list li::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  border-radius: 50%;
  background:
    linear-gradient(var(--edu-primary), var(--edu-primary)) center / 9px 2px no-repeat,
    linear-gradient(var(--edu-primary), var(--edu-primary)) center / 2px 9px no-repeat,
    var(--edu-primary-soft);
}

.edu-two-panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.edu-two-panel {
  min-height: 312px;
  padding: 32px;
}

.edu-two-panel ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.edu-two-panel li {
  position: relative;
  padding-left: 30px;
  color: var(--edu-muted);
  font-size: 16px;
  line-height: 24px;
}

.edu-two-panel li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231c4f44' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center / 11px 11px no-repeat,
    var(--edu-primary-soft);
}

.edu-lab-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.edu-lab-card {
  min-height: 188px;
  padding: 24px;
  border: 1px solid rgba(160, 205, 192, 0.9);
  border-radius: 16px;
  background: #ffffff;
}

.edu-lab-card h3 {
  margin: 18px 0 0;
  color: var(--edu-ink);
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.edu-lab-card p {
  margin: 10px 0 0;
  color: var(--edu-muted);
  font-size: 14px;
  line-height: 22px;
}

.edu-lab-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  color: var(--edu-primary-dark);
  background: var(--edu-primary-soft);
  font-weight: 700;
}

.edu-cycle {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.edu-cycle__step {
  position: relative;
  min-height: 216px;
  padding: 24px 18px;
  border: 1px solid rgba(160, 205, 192, 0.95);
  border-radius: 16px;
  background: #ffffff;
}

.edu-cycle__number {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #ffffff;
  background: var(--edu-primary);
  font-weight: 700;
}

.edu-cycle__step h3 {
  margin: 18px 0 0;
  color: var(--edu-ink);
  font-size: 18px;
  line-height: 24px;
}

.edu-cycle__step p {
  margin: 10px 0 0;
  color: var(--edu-muted);
  font-size: 13px;
  line-height: 20px;
}

.edu-product-frame {
  overflow: hidden;
  border: 1px solid var(--edu-line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: var(--edu-shadow);
}

.edu-product-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.edu-product-tour {
  display: grid;
  gap: 56px;
}

.edu-product-block {
  display: grid;
  grid-template-columns: 0.42fr 0.58fr;
  gap: 40px;
  align-items: center;
}

.edu-product-block:nth-child(even) {
  grid-template-columns: 0.58fr 0.42fr;
}

.edu-product-block:nth-child(even) .edu-product-copy {
  order: 2;
}

.edu-product-copy h3 {
  margin: 0;
  color: var(--edu-ink);
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.edu-product-copy p {
  margin: 18px 0 0;
  color: var(--edu-muted);
  font-size: 18px;
  line-height: 28px;
}

.edu-partner-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 400px));
  justify-content: center;
  gap: 24px;
}

.edu-partner-card {
  min-height: 264px;
  padding: 28px 24px;
  border: 1px solid rgba(160, 205, 192, 0.95);
  border-radius: 14px;
  background: #ffffff;
}

.edu-partner-card h3 {
  margin: 20px 0 0;
  color: var(--edu-ink);
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.edu-partner-card p {
  margin: 14px 0 0;
  color: var(--edu-muted);
  font-size: 16px;
  line-height: 24px;
}

.edu-faq {
  max-width: var(--edu-container);
  margin: 0 auto;
  border-top: 1px solid var(--edu-line);
}

.edu-faq__item {
  border-bottom: 1px solid var(--edu-line);
  background: #ffffff;
}

.edu-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 88px;
  padding: 28px 24px;
  border: 0;
  background: transparent;
  color: var(--edu-ink);
  cursor: pointer;
  font: inherit;
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}

.edu-faq__question::after {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin-left: 24px;
  color: #1a1c1b;
  background:
    linear-gradient(currentColor, currentColor) center / 18px 2px no-repeat,
    linear-gradient(currentColor, currentColor) center / 2px 18px no-repeat;
}

.edu-faq__item.is-open .edu-faq__question::after {
  background:
    linear-gradient(currentColor, currentColor) center / 18px 2px no-repeat;
}

.edu-faq__answer {
  display: none;
  padding: 0 24px 32px;
  color: var(--edu-muted);
  font-size: 16px;
  line-height: 26px;
}

.edu-faq__item.is-open .edu-faq__answer {
  display: block;
}

.edu-cta {
  padding: 96px 0 102px;
  background:
    radial-gradient(circle at 20% 20%, rgba(157, 237, 193, 0.38), transparent 28%),
    radial-gradient(circle at 78% 28%, rgba(254, 228, 120, 0.34), transparent 30%),
    linear-gradient(180deg, #f8faf9 0%, #eff5f1 100%);
}

.edu-cta__box {
  display: grid;
  justify-items: center;
  max-width: 1287px;
  min-height: 300px;
  margin: 0 auto;
  padding: 52px 48px;
  border-radius: 28px;
  text-align: center;
}

.edu-cta h2 {
  max-width: 840px;
  margin: 0;
  color: var(--edu-ink);
  font-size: 48px;
  line-height: 56px;
}

.edu-cta p {
  max-width: 820px;
  margin: 18px 0 0;
  color: var(--edu-muted);
  font-size: 18px;
  line-height: 28px;
}

.edu-faq-page-hero {
  position: relative;
  min-height: 560px;
  padding: 144px 0 96px;
  text-align: center;
  background:
    radial-gradient(circle at 18% 18%, rgba(157, 237, 193, 0.34), transparent 31%),
    radial-gradient(circle at 82% 14%, rgba(254, 228, 120, 0.28), transparent 34%),
    linear-gradient(180deg, #eef7f2 0%, #ffffff 100%);
}

.edu-faq-page-hero h1 {
  max-width: 980px;
  margin: 0 auto;
  color: var(--edu-ink);
  font-size: 64px;
  line-height: 76px;
}

.edu-faq-page-hero p {
  max-width: 760px;
  margin: 24px auto 0;
  color: var(--edu-muted);
  font-size: 20px;
  line-height: 30px;
}

.edu-home-pill {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(320px, 100%);
  min-height: 64px;
  margin: 0 auto 36px;
  padding: 10px 12px 10px 20px;
  border: 1px solid rgba(34, 144, 133, 0.3);
  border-radius: 66px;
  background: rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(18px);
}

.edu-home-pill strong {
  color: var(--edu-primary-dark);
}

.edu-home-pill a {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  border-radius: 90px;
  color: #ffffff;
  background: transparent;
  font-weight: 700;
  text-decoration: none;
}

.edu-home-pill a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(93.6deg, var(--edu-orange) 50%, var(--edu-yellow) 100%);
  backface-visibility: hidden;
  transform: translateZ(0);
}

/* ============================================================
   Use-case redesign — shared components added for Figma alignment
   (app-window chat card, 3-part evaluation, connected learning cycle)
   ============================================================ */

/* --- App-window style chat card (psychiatry tabs + nursing featured) --- */
.edu-chat-card__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(196, 199, 197, 0.5);
  background: #ffffff;
}

.edu-chat-card__dots {
  display: inline-flex;
  gap: 6px;
}

.edu-chat-card__dots i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d7dbd9;
}

.edu-chat-card__dots i:nth-child(1) { background: #ff6467; }
.edu-chat-card__dots i:nth-child(2) { background: #ffb900; }
.edu-chat-card__dots i:nth-child(3) { background: #05df72; }

.edu-chat-card__close {
  color: #9aa0a6;
  font-size: 18px;
  line-height: 1;
}

.edu-chat-card .edu-chat-card__header {
  padding: 16px 18px;
  background: #ffffff;
}

.edu-chat-card__pic {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--edu-primary-soft);
  color: var(--edu-primary-dark);
  font-size: 11px;
  font-weight: 700;
}

.edu-chat-card .edu-chat-card__name {
  font-size: 15px;
}

.edu-chat-card .edu-chat-card__body {
  gap: 18px;
  padding: 22px 16px;
  background: var(--edu-surface-low);
}

.edu-chat-row {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  width: fit-content;
  max-width: 90%;
}

.edu-chat-row--me {
  flex-direction: row-reverse;
  justify-self: end;
}

.edu-chat-ava {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--edu-primary-soft);
  color: var(--edu-primary-dark);
  font-size: 10px;
  font-weight: 700;
}

.edu-chat-ava--me {
  background: var(--edu-primary);
  color: #ffffff;
}

.edu-chat-bubble {
  padding: 8px 16px;
  border: 1px solid rgba(68, 117, 105, 0.15);
  border-radius: 16px 16px 16px 4px;
  background: #ffffff;
  color: #1c2b28;
  font-size: 14px;
  line-height: 20px;
  box-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.08);
}

.edu-chat-bubble--me {
  border-color: transparent;
  border-radius: 16px 16px 4px 16px;
  background: var(--edu-primary);
  color: #ffffff;
}

.edu-chat-card__input {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 4px 18px 18px;
  padding: 7px 8px 7px 18px;
  border: 1px solid rgba(196, 199, 197, 0.85);
  border-radius: 360px;
  background: #ffffff;
}

.edu-chat-card__field {
  flex: 1 1 auto;
  color: #9aa0a6;
  font-size: 13px;
}

.edu-chat-card__mic {
  display: inline-flex;
  color: #6b7280;
}

.edu-chat-card__send {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #ffffff;
  background: var(--edu-primary);
}

/* --- Evaluation: report inner grid + side note + notes --- */
.edu-report__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
  margin-top: 20px;
}

.edu-report__grid .edu-score-list {
  margin-top: 0;
}

.edu-report__aside {
  padding: 16px;
  border-radius: 12px;
  background: var(--edu-surface);
}

.edu-report__aside h4 {
  margin: 0 0 8px;
  color: var(--edu-ink);
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

.edu-report__aside p {
  margin: 0;
  color: var(--edu-muted);
  font-size: 13px;
  line-height: 20px;
}

.edu-report__notes {
  margin-top: 18px;
  padding: 18px;
  border-left: 3px solid var(--edu-primary);
  border-radius: 12px;
  background: var(--edu-surface);
}

.edu-report__notes h4 {
  margin: 0 0 8px;
  color: var(--edu-primary-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 16px;
  text-transform: uppercase;
}

.edu-report__notes p {
  margin: 0;
  color: var(--edu-muted);
  font-size: 13px;
  line-height: 20px;
}

/* --- Evaluation: stacked alternating rows --- */
.edu-eval-stack {
  display: grid;
  gap: 64px;
}

.edu-eval-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}

.edu-eval-row .edu-section-title {
  font-size: 32px;
  line-height: 40px;
}

/* --- Evaluation: transcript highlight mockup --- */
.edu-transcript {
  padding: 25px;
  border: 1px solid var(--edu-line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: var(--edu-shadow);
}

.edu-transcript__lines {
  display: grid;
  gap: 12px;
}

.edu-transcript__line {
  height: 14px;
  border-radius: 7px;
  background: var(--edu-surface-low);
}

.edu-transcript__line--short {
  width: 76%;
}

.edu-transcript__line--mark {
  background: linear-gradient(90deg, rgba(157, 237, 193, 0.65), rgba(254, 228, 120, 0.5));
}

.edu-transcript__comment {
  margin-top: 22px;
  padding: 16px 18px;
  border-left: 3px solid var(--edu-primary);
  border-radius: 12px;
  background: var(--edu-surface);
}

.edu-transcript__comment h4 {
  margin: 0 0 8px;
  color: var(--edu-primary-dark);
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
}

.edu-transcript__comment p {
  margin: 0;
  color: var(--edu-muted);
  font-size: 14px;
  line-height: 22px;
}

/* --- Evaluation: circular rubric gauges --- */
.edu-gauge-row {
  display: flex;
  gap: 16px;
}

.edu-gauge {
  display: grid;
  justify-items: center;
  gap: 14px;
  flex: 1;
  padding: 28px 20px;
  border: 1px solid var(--edu-line);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 16px 44px rgba(28, 79, 68, 0.06);
}

.edu-gauge__ring {
  display: grid;
  place-items: center;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: conic-gradient(var(--edu-primary) calc(var(--edu-pct, 80) * 1%), var(--edu-surface-low) 0);
}

.edu-gauge__ring span {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #ffffff;
  color: var(--edu-primary-dark);
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.edu-gauge__label {
  color: var(--edu-ink);
  font-size: 15px;
  font-weight: 600;
}

/* --- Evaluation: rubric chip cards --- */
.edu-rubric-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
}

.edu-rubric-card {
  flex: 1 1 150px;
  padding: 17px;
  border: 1px solid var(--edu-line);
  border-radius: 12px;
  background: var(--edu-surface);
}

.edu-rubric-card strong {
  display: block;
  color: var(--edu-ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.edu-rubric-card span {
  display: block;
  margin-top: 8px;
  color: var(--edu-muted);
  font-size: 13px;
  line-height: 18px;
}

/* --- Learning cycle: centered steps with connector line --- */
.edu-cycle {
  position: relative;
}

.edu-cycle::before {
  content: "";
  position: absolute;
  top: 44px;
  left: 12%;
  right: 12%;
  height: 2px;
  background: var(--edu-primary-line);
}

.edu-cycle__step {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  min-height: 0;
  padding: 0 8px;
  border: 0;
  border-radius: 0;
  background: transparent;
  text-align: center;
}

.edu-cycle__number {
  margin: 0 auto;
  box-shadow: 0 0 0 8px var(--edu-surface);
}

.edu-cycle__step h3 {
  margin-top: 20px;
}

.edu-cycle__step p {
  margin-top: 10px;
}

/* --- Simulation tab layout + check-style skills list --- */
.edu-sim {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 460px);
  gap: 48px;
  align-items: start;
}

.edu-sim__copy {
  display: grid;
  gap: 18px;
  align-content: start;
}

.edu-checklist {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.edu-checklist li {
  position: relative;
  padding-left: 30px;
  color: var(--edu-muted);
  font-size: 15px;
  line-height: 22px;
}

.edu-checklist li::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231c4f44' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center / 11px 11px no-repeat,
    var(--edu-primary-soft);
}

@media (max-width: 1100px) {
  .edu-eval-row {
    grid-template-columns: 1fr;
  }

  .edu-sim {
    grid-template-columns: 1fr;
  }

  .edu-cycle::before {
    display: none;
  }
}

@media (max-width: 820px) {
  .edu-report__grid {
    grid-template-columns: 1fr;
  }

  .edu-gauge-row {
    flex-wrap: wrap;
  }
}

@media (max-width: 1100px) {
  .edu-hero h1,
  .edu-faq-page-hero h1 {
    font-size: 54px;
    line-height: 64px;
  }

  .edu-section-title,
  .edu-cta h2 {
    font-size: 42px;
    line-height: 50px;
  }

  .edu-app-grid,
  .edu-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .edu-featured-case,
  .edu-assessment,
  .edu-product-block,
  .edu-product-block:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .edu-product-block:nth-child(even) .edu-product-copy {
    order: 0;
  }

  .edu-featured-case {
    min-height: auto;
  }

  .edu-cycle {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .education-page #site-header + .edu-page {
    margin-top: -64px;
  }

  .edu-shell,
  .edu-shell--wide,
  .edu-shell--home {
    width: min(100% - 32px, var(--edu-container));
  }

  .edu-hero {
    min-height: 660px;
    padding-bottom: 56px;
  }

  .edu-hero h1,
  .edu-faq-page-hero h1 {
    font-size: 42px;
    line-height: 50px;
  }

  .edu-section {
    padding: 72px 0;
  }

  .edu-section-head--split,
  .edu-app-grid,
  .edu-featured-details,
  .edu-scenario-grid,
  .edu-stats,
  .edu-benefit-grid,
  .edu-two-panels,
  .edu-lab-grid,
  .edu-cycle,
  .edu-partner-grid {
    grid-template-columns: 1fr;
  }

  .edu-section-title,
  .edu-cta h2 {
    font-size: 34px;
    line-height: 42px;
  }

  .edu-hero__subcopy,
  .edu-section-lead,
  .edu-cta p,
  .edu-faq-page-hero p {
    font-size: 16px;
    line-height: 26px;
  }

  .edu-featured-case,
  .edu-report,
  .edu-cta__box {
    padding: 24px;
  }

  .edu-featured-copy h3,
  .edu-product-copy h3 {
    font-size: 30px;
    line-height: 38px;
  }

  .edu-comparison__row,
  .edu-comparison__row--four {
    grid-template-columns: 1fr;
  }

  .edu-comparison__cell + .edu-comparison__cell {
    border-left: 0;
    border-top: 1px solid var(--edu-line);
  }

  .edu-report__top {
    display: grid;
  }

  .edu-report__score {
    text-align: left;
  }

  .edu-faq__question {
    min-height: 78px;
    padding: 24px 16px;
    font-size: 18px;
  }

  .edu-faq__answer {
    padding: 0 16px 26px;
  }
}

/* ============================================================
   Psychiatry residency page: align intro/header treatment with nursing
   ============================================================ */
body.psychiatry-figma {
  --psych-teal: #1c5b5d;
  --psych-body: #444846;
  --psych-line: #d7dfdb;
  --psych-soft: #eff5f1;
}

body.psychiatry-figma .site-header + .mobile-menu + .edu-page {
  margin-top: -64px;
}

body.psychiatry-figma .edu-page {
  background: #ffffff;
}

body.psychiatry-figma .edu-section,
body.psychiatry-figma .edu-section--soft,
body.psychiatry-figma .edu-section--surface {
  background: #ffffff;
}

body.psychiatry-figma .edu-hero {
  min-height: 800px;
  padding: 64px 0 72px;
  background:
    radial-gradient(circle at 20% 16%, rgba(157, 237, 193, 0.31), transparent 31%),
    radial-gradient(circle at 76% 14%, rgba(254, 228, 120, 0.27), transparent 33%),
    radial-gradient(circle at 50% 92%, rgba(229, 253, 106, 0.24), transparent 37%),
    linear-gradient(180deg, #eff8f3 0%, #f6fbf8 64%, #ffffff 100%);
  box-sizing: border-box;
}

body.psychiatry-figma .edu-hero h1 {
  color: var(--psych-teal);
  letter-spacing: 0;
}

body.psychiatry-figma .edu-section-title,
body.psychiatry-figma .edu-cta h2 {
  color: var(--psych-teal);
  letter-spacing: 0;
}

body.psychiatry-figma .edu-section-title {
  max-width: 900px;
  margin-inline: auto;
}

body.psychiatry-figma .edu-section-lead {
  color: var(--psych-body);
}

body.psychiatry-figma .psychiatry-intro {
  padding-bottom: 112px;
}

body.psychiatry-figma .psychiatry-intro .edu-section-head {
  margin-bottom: 50px;
}

body.psychiatry-figma .edu-stats {
  width: min(860px, 100%);
  margin-top: 0;
  gap: 36px;
}

body.psychiatry-figma .edu-stat {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  text-align: center;
}

body.psychiatry-figma .edu-stat strong {
  color: var(--psych-teal);
  font-size: 40px;
  line-height: 48px;
}

body.psychiatry-figma .edu-stat span {
  max-width: 148px;
  margin: 8px auto 0;
  color: var(--psych-body);
  font-size: 11px;
  line-height: 14px;
}

body.psychiatry-figma .psychiatry-targeted {
  padding-top: 112px;
  padding-bottom: 120px;
  background: #ffffff;
}

body.psychiatry-figma .psychiatry-targeted .edu-section-head {
  margin-bottom: 42px;
}

body.psychiatry-figma .edu-tabs {
  gap: 10px 24px;
  margin-bottom: 56px;
}

body.psychiatry-figma .edu-tab {
  min-height: 36px;
  padding: 0 14px;
  color: #1a1c1b;
  font-size: 14px;
  line-height: 20px;
}

body.psychiatry-figma .edu-tab.is-active {
  padding-inline: 20px;
  color: #ffffff;
  background: #447569;
}

body.psychiatry-figma .edu-detail-block {
  border-color: var(--psych-line);
  border-radius: 8px;
  box-shadow: none;
}

body.psychiatry-figma .edu-detail-block h4 {
  color: var(--psych-teal);
}

body.psychiatry-figma .edu-detail-block p,
body.psychiatry-figma .edu-detail-block li {
  color: var(--psych-body);
}

body.psychiatry-figma .edu-chat-card {
  border-color: var(--psych-line);
  border-radius: 8px;
  box-shadow: 0 18px 54px rgba(28, 79, 68, 0.10);
}

body.psychiatry-figma .psychiatry-practice {
  padding-top: 104px;
  padding-bottom: 112px;
}

body.psychiatry-figma .edu-comparison {
  border-color: var(--psych-line);
  border-radius: 8px;
  box-shadow: none;
}

body.psychiatry-figma .edu-comparison__row + .edu-comparison__row,
body.psychiatry-figma .edu-comparison__cell + .edu-comparison__cell {
  border-color: var(--psych-line);
}

body.psychiatry-figma .edu-comparison__head {
  background: #0d5654;
}

body.psychiatry-figma .edu-comparison__head .edu-comparison__cell {
  color: #ffffff;
}

body.psychiatry-figma .edu-comparison strong {
  color: #1f2725;
}

body.psychiatry-figma .edu-comparison__row:not(.edu-comparison__head) .edu-comparison__cell:nth-child(2) {
  color: #c76a61;
}

body.psychiatry-figma .edu-comparison__row:not(.edu-comparison__head) .edu-comparison__cell:nth-child(3),
body.psychiatry-figma .edu-check {
  color: #447569;
}

body.psychiatry-figma .psychiatry-lab {
  padding-top: 112px;
  padding-bottom: 112px;
}

body.psychiatry-figma .edu-lab-card {
  border-color: var(--psych-line);
  border-radius: 8px;
  box-shadow: none;
}

body.psychiatry-figma .edu-lab-card h3 {
  color: #1f2725;
  font-size: 18px;
  line-height: 24px;
}

body.psychiatry-figma .edu-lab-card p,
body.psychiatry-figma .edu-faq__answer,
body.psychiatry-figma .edu-cycle__step p {
  color: var(--psych-body);
}

body.psychiatry-figma .edu-lab-icon {
  color: var(--psych-teal);
  background: #dcebe6;
}

body.psychiatry-figma .psychiatry-assessment {
  padding-top: 112px;
}

body.psychiatry-figma .psychiatry-cycle {
  padding: 112px 0 128px;
}

body.psychiatry-figma .psychiatry-cycle .edu-section-head {
  margin-bottom: 56px;
}

body.psychiatry-figma .edu-report,
body.psychiatry-figma .edu-transcript,
body.psychiatry-figma .edu-rubric-card {
  border-color: var(--psych-line);
}

body.psychiatry-figma .edu-cycle__number {
  position: relative;
  z-index: 1;
  width: 96px;
  height: 96px;
  background: #447569;
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
}

body.psychiatry-figma .edu-cycle__number {
  box-shadow: 0 0 0 10px #ffffff;
}

body.psychiatry-figma .edu-cycle::before {
  top: 48px;
  left: 10%;
  right: 10%;
  height: 1px;
  background: #a0cdc0;
}

body.psychiatry-figma .psychiatry-cycle .edu-cycle {
  width: min(1040px, 100%);
  margin: 0 auto;
  gap: 24px;
}

body.psychiatry-figma .psychiatry-cycle .edu-cycle__step h3 {
  margin-top: 24px;
  color: #1f2725;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

body.psychiatry-figma .psychiatry-cycle .edu-cycle__step p {
  max-width: 160px;
  margin-top: 10px;
  color: var(--psych-body);
  font-size: 12px;
  line-height: 18px;
}

body.psychiatry-figma .edu-faq {
  border-color: var(--psych-line);
}

body.psychiatry-figma .edu-faq__item {
  border-color: var(--psych-line);
}

body.psychiatry-figma .edu-faq__question {
  min-height: 70px;
  padding: 32px 12px;
  color: #1f2725;
  font-family: "Inter", Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

body.psychiatry-figma .edu-faq__question::after {
  content: "";
  width: 18px;
  height: 18px;
  margin-left: 24px;
  color: #1a1c1b;
  background:
    linear-gradient(currentColor, currentColor) center / 18px 2px no-repeat,
    linear-gradient(currentColor, currentColor) center / 2px 18px no-repeat;
}

body.psychiatry-figma .edu-faq__item.is-open .edu-faq__question::after {
  background:
    linear-gradient(currentColor, currentColor) center / 18px 2px no-repeat;
}

body.psychiatry-figma .edu-faq__answer {
  padding: 0 0 28px;
  color: var(--psych-body);
  font-size: 15px;
  line-height: 24px;
}

body.psychiatry-figma .edu-cta {
  min-height: 600px;
  padding: 96px 0;
  background:
    radial-gradient(ellipse 680px 360px at 50% 43%, rgba(157, 237, 193, 0.52) 0%, rgba(157, 237, 193, 0.32) 34%, rgba(157, 237, 193, 0.12) 58%, rgba(157, 237, 193, 0) 78%),
    radial-gradient(ellipse 560px 300px at 45% 58%, rgba(229, 253, 106, 0.36) 0%, rgba(229, 253, 106, 0.2) 42%, rgba(229, 253, 106, 0) 78%),
    #ffffff;
}

body.psychiatry-figma .edu-cta__box {
  min-height: 324px;
  padding: 60px 48px;
}

body.psychiatry-figma .footer {
  min-height: 616px;
}

@media (max-width: 820px) {
  body.psychiatry-figma .site-header + .mobile-menu + .edu-page {
    margin-top: 0;
  }

  body.psychiatry-figma .edu-hero {
    min-height: 640px;
    padding-top: 0;
  }

  body.psychiatry-figma .edu-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 20px;
  }

  body.psychiatry-figma .psychiatry-targeted,
  body.psychiatry-figma .psychiatry-practice,
  body.psychiatry-figma .psychiatry-lab,
  body.psychiatry-figma .psychiatry-assessment {
    padding: 72px 0;
  }

  body.psychiatry-figma .edu-cta {
    background:
      radial-gradient(ellipse 420px 280px at 50% 42%, rgba(157, 237, 193, 0.48) 0%, rgba(157, 237, 193, 0.3) 36%, rgba(157, 237, 193, 0.1) 60%, rgba(157, 237, 193, 0) 80%),
      radial-gradient(ellipse 360px 240px at 44% 58%, rgba(229, 253, 106, 0.34) 0%, rgba(229, 253, 106, 0.18) 44%, rgba(229, 253, 106, 0) 80%),
      #ffffff;
  }
}

/* ============================================================
   Nursing programs page: match the supplied Figma full-page shot
   ============================================================ */
body.nursing-figma {
  --nursing-teal: #1c5b5d;
  --nursing-body: #334441;
  --nursing-soft: #eff5f1;
  --nursing-line: #d7dfdb;
}

body.nursing-figma .site-header + .mobile-menu + .edu-page {
  margin-top: -64px;
}

body.nursing-figma .edu-page {
  background: #ffffff;
}

body.nursing-figma .edu-hero {
  min-height: 800px;
  padding: 64px 0 0;
  background:
    radial-gradient(circle at 20% 16%, rgba(157, 237, 193, 0.31), transparent 31%),
    radial-gradient(circle at 76% 14%, rgba(254, 228, 120, 0.27), transparent 33%),
    radial-gradient(circle at 50% 92%, rgba(229, 253, 106, 0.24), transparent 37%),
    linear-gradient(180deg, #eff8f3 0%, #f6fbf8 64%, #ffffff 100%);
  box-sizing: border-box;
}

body.nursing-figma .edu-hero h1 {
  max-width: 990px;
  color: var(--nursing-teal);
  font-size: 64px;
  line-height: 74px;
  letter-spacing: 0;
}

body.nursing-figma .edu-actions {
  gap: 12px;
  margin-top: 34px;
}

body.nursing-figma .edu-btn {
  position: relative;
  isolation: isolate;
  box-sizing: border-box;
  min-height: 56px;
  padding-inline: 32px;
  border-radius: 360px;
  background-clip: border-box;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  box-shadow: none;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
}

body.nursing-figma .edu-btn--large {
  min-height: 64px;
  padding-inline: 40px;
  font-size: 20px;
}

body.nursing-figma .edu-btn--primary {
  color: #ffffff;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

body.nursing-figma .edu-btn--primary::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(93.6deg, var(--edu-orange) 50%, var(--edu-yellow) 100%);
  backface-visibility: hidden;
  transform: translateZ(0);
}

body.nursing-figma .edu-btn--primary:hover::before {
  background: linear-gradient(93.6deg, #f08a17 50%, #fedf68 100%);
}

body.nursing-figma .edu-btn--secondary {
  color: var(--nursing-teal);
  border-color: #447569;
  background: transparent;
  box-shadow: none;
}

body.nursing-figma .edu-btn--secondary:hover {
  border-color: var(--nursing-teal);
  background: rgba(68, 117, 105, 0.08);
}

body.nursing-figma .edu-btn:focus-visible {
  outline: 2px solid rgba(28, 91, 93, 0.34);
  outline-offset: 3px;
}

body.nursing-figma .edu-section {
  padding: 96px 0;
  background: #ffffff;
}

body.nursing-figma .nursing-use-cases {
  padding-bottom: 176px;
}

body.nursing-figma .nursing-use-cases .edu-section-head {
  max-width: none;
}

body.nursing-figma .nursing-use-cases .edu-section-title {
  max-width: none;
}

body.nursing-figma .nursing-gap {
  padding: 128px 0 130px;
}

body.nursing-figma .nursing-practice {
  padding: 128px 0 185px;
}

body.nursing-figma .edu-section--surface {
  background: #ffffff;
}

body.nursing-figma .edu-section-title,
body.nursing-figma .edu-cta h2 {
  color: var(--nursing-teal);
  letter-spacing: 0;
}

body.nursing-figma .edu-section-title {
  max-width: 900px;
  margin-inline: auto;
  font-size: 48px;
  line-height: 56px;
}

body.nursing-figma .edu-section-head {
  gap: 18px;
  margin-bottom: 56px;
}

body.nursing-figma .edu-section-lead {
  color: var(--nursing-body);
}

body.nursing-figma .edu-app-grid {
  gap: 24px;
}

body.nursing-figma .edu-app-card {
  border-radius: 14px;
}

body.nursing-figma .edu-app-card__inner {
  min-height: 422px;
  padding: 30px 22px 32px;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(28, 79, 68, 0.05);
}

body.nursing-figma .edu-app-card h3 {
  color: #1f2725;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
}

body.nursing-figma .edu-app-card__list {
  gap: 16px;
}

body.nursing-figma .edu-app-card__list li {
  color: var(--nursing-body);
  font-size: 14px;
  line-height: 20px;
}

body.nursing-figma .edu-featured-case {
  min-height: 850px;
  padding: 48px;
  border-radius: 16px;
  background: var(--nursing-soft);
  box-sizing: border-box;
}

body.nursing-figma .edu-featured__title,
body.nursing-figma .edu-scenario-card h3 {
  color: var(--nursing-teal);
}

body.nursing-figma .edu-featured__desc,
body.nursing-figma .edu-detail-block p,
body.nursing-figma .edu-detail-block li,
body.nursing-figma .edu-scenario-card p,
body.nursing-figma .edu-benefit-card p,
body.nursing-figma .edu-feature-list li,
body.nursing-figma .edu-two-panel li,
body.nursing-figma .edu-faq__answer {
  color: var(--nursing-body);
}

body.nursing-figma .edu-detail-block {
  border-color: var(--nursing-line);
  border-radius: 12px;
}

body.nursing-figma .edu-chat-card {
  align-self: stretch;
  border-color: var(--nursing-line);
  border-radius: 12px;
  box-shadow: 0 8px 26px rgba(28, 79, 68, 0.08);
}

body.nursing-figma .edu-scenario-grid {
  margin-top: 40px;
  gap: 24px;
}

body.nursing-figma .edu-scenario-card {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  box-shadow: none;
}

body.nursing-figma .edu-scenario-card__body {
  flex: 1;
  padding: 24px 0 0;
}

body.nursing-figma .edu-scenario-card h3 {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0;
}

body.nursing-figma .edu-scenario-card p {
  font-size: 16px;
  line-height: 24px;
}

body.nursing-figma .edu-score-list {
  gap: 8px;
}

body.nursing-figma .edu-score-row {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px;
  padding: 6px 12px;
  border-radius: 8px;
  color: #1a1c1b;
  font-weight: 500;
  white-space: nowrap;
}

body.nursing-figma .edu-score-row b {
  font-size: 16px;
}

body.nursing-figma .edu-score-row:nth-child(1) { background: #faefec; }
body.nursing-figma .edu-score-row:nth-child(2) { background: #9ba6ee; }
body.nursing-figma .edu-score-row:nth-child(3) { background: #fae9f4; }
body.nursing-figma .edu-score-row:nth-child(4) { background: #edf2e9; }
body.nursing-figma .edu-score-row:nth-child(5) { background: #e6e5ef; }
body.nursing-figma .edu-score-row:nth-child(6) { background: #fff8e3; }
body.nursing-figma .edu-score-row:nth-child(7) { background: #fff1e1; }

body.nursing-figma .edu-matrix {
  border-color: #d9dfdc;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: none;
}

body.nursing-figma .edu-matrix__row--head {
  background: #477568;
}

body.nursing-figma .edu-matrix__row:not(.edu-matrix__row--head) .edu-matrix__cell {
  border-top-color: #d9dfdc;
}

body.nursing-figma .edu-matrix__cell {
  padding: 18px 18px;
  color: #313735;
  font-size: 16px;
  line-height: 24px;
  background: #ffffff;
}

body.nursing-figma .edu-matrix__row--head .edu-matrix__cell {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  background: transparent;
}

body.nursing-figma .edu-matrix__cell--ai {
  background: #ffffff;
}

body.nursing-figma .edu-matrix__cell--neg {
  color: #c44545;
}

body.nursing-figma .edu-matrix__cell--pos {
  color: #2f8a62;
  font-weight: 600;
}

body.nursing-figma .edu-benefit-card {
  min-height: 304px;
  padding: 32px;
  border-color: var(--nursing-line);
  border-radius: 8px;
  box-shadow: none;
}

body.nursing-figma .edu-benefit-card h3,
body.nursing-figma .edu-two-panel h3 {
  color: #1f2725;
  font-size: 20px;
  line-height: 24px;
}

body.nursing-figma .edu-benefit-card p {
  margin-top: 12px;
  font-size: 15px;
  line-height: 22px;
}

body.nursing-figma .edu-report {
  border-color: var(--nursing-line);
  border-radius: 16px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

body.nursing-figma .edu-report__grid {
  gap: 24px;
}

body.nursing-figma .edu-report__aside {
  background: #eceefc;
  border-radius: 12px;
}

body.nursing-figma .edu-report__aside p {
  font-size: 14px;
  line-height: 20px;
  color: #1a1c1b;
}

body.nursing-figma .edu-report__notes {
  border-left: none;
  border-radius: 16px;
  background: #eff5f1;
  padding: 16px;
  gap: 16px;
}

body.nursing-figma .edu-report__notes h4 {
  font-size: 16px;
  line-height: 15px;
  letter-spacing: 0.25px;
  color: #1a1c1b;
}

body.nursing-figma .edu-report__notes p {
  font-size: 16px;
  line-height: 24px;
  color: #1a1c1b;
}

body.nursing-figma .edu-report__notes-session {
  font-weight: 700;
  color: #447569 !important;
}

body.nursing-figma .edu-report__notes p + p {
  margin-top: 16px;
}

body.nursing-figma .edu-report__label {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #1c2b28;
}

body.nursing-figma .edu-report__score strong {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.48px;
  color: #447569;
}

body.nursing-figma .edu-report__score span {
  font-size: 12px;
  line-height: 16px;
  color: #444846;
}

body.nursing-figma .edu-feature-list li {
  color: #1a1c1b;
}

body.nursing-figma .nursing-eval-lead {
  font-size: 20px;
  line-height: 28px;
  color: #447569;
  font-style: italic;
  max-width: none;
}

body.nursing-figma .edu-feature-list li {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--nursing-line);
  border-radius: 8px;
  background: #ffffff;
  font-size: 15px;
}

body.nursing-figma .edu-feature-list li::before {
  width: 14px;
  height: 14px;
}

body.nursing-figma .edu-two-panel {
  min-height: 312px;
  border-color: var(--nursing-line);
  border-radius: 8px;
  box-shadow: none;
}

body.nursing-figma .edu-faq {
  border-top: none;
}

body.nursing-figma .edu-faq__item {
  border-color: var(--nursing-line);
}

body.nursing-figma .edu-faq__question {
  min-height: 0;
  padding: 32px 12px;
  color: #1f2725;
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

body.nursing-figma .edu-faq__question::after {
  content: "";
  width: 18px;
  height: 18px;
  margin-left: 32px;
  color: #1a1c1b;
  background:
    linear-gradient(currentColor, currentColor) center / 18px 2px no-repeat,
    linear-gradient(currentColor, currentColor) center / 2px 18px no-repeat;
}

body.nursing-figma .edu-faq__item.is-open .edu-faq__question::after {
  background:
    linear-gradient(currentColor, currentColor) center / 18px 2px no-repeat;
}

body.nursing-figma .edu-faq__answer {
  padding: 0 12px 32px;
  font-size: 16px;
  line-height: 24px;
}

body.nursing-figma .edu-cta {
  min-height: 600px;
  padding: 96px 0;
  background:
    radial-gradient(ellipse 680px 360px at 50% 43%, rgba(157, 237, 193, 0.52) 0%, rgba(157, 237, 193, 0.32) 34%, rgba(157, 237, 193, 0.12) 58%, rgba(157, 237, 193, 0) 78%),
    radial-gradient(ellipse 560px 300px at 45% 58%, rgba(229, 253, 106, 0.36) 0%, rgba(229, 253, 106, 0.2) 42%, rgba(229, 253, 106, 0) 78%),
    #ffffff;
  box-sizing: border-box;
}

body.nursing-figma .edu-cta__box {
  min-height: 324px;
  padding: 60px 48px;
}

body.nursing-figma .edu-cta h2 {
  max-width: 760px;
}

body.nursing-figma .footer {
  min-height: 616px;
}

@media (max-width: 820px) {
  body.nursing-figma .site-header + .mobile-menu + .edu-page {
    margin-top: 0;
  }

  body.nursing-figma .edu-hero {
    min-height: 640px;
    padding-top: 0;
  }

  body.nursing-figma .edu-hero h1 {
    font-size: 40px;
    line-height: 48px;
  }

  body.nursing-figma .edu-btn {
    min-height: 52px;
    padding-inline: 24px;
    font-size: 16px;
    line-height: 24px;
  }

  body.nursing-figma .edu-btn--large {
    min-height: 56px;
    padding-inline: 28px;
    font-size: 18px;
  }

  body.nursing-figma .edu-section {
    padding: 72px 0;
  }

  body.nursing-figma .edu-cta {
    background:
      radial-gradient(ellipse 420px 280px at 50% 42%, rgba(157, 237, 193, 0.48) 0%, rgba(157, 237, 193, 0.3) 36%, rgba(157, 237, 193, 0.1) 60%, rgba(157, 237, 193, 0) 80%),
      radial-gradient(ellipse 360px 240px at 44% 58%, rgba(229, 253, 106, 0.34) 0%, rgba(229, 253, 106, 0.18) 44%, rgba(229, 253, 106, 0) 80%),
      #ffffff;
  }

  body.nursing-figma .nursing-use-cases,
  body.nursing-figma .nursing-gap,
  body.nursing-figma .nursing-practice {
    padding: 72px 0;
  }

body.nursing-figma .edu-featured-case {
    min-height: 0;
    padding: 20px 16px;
    border-radius: 12px;
  }

  body.nursing-figma .edu-detail-block {
    padding: 20px 16px;
  }

  body.nursing-figma .edu-featured__row {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  body.nursing-figma .edu-featured__cards {
    min-width: 0;
    width: 100%;
  }

  body.nursing-figma .edu-featured__row > .edu-chat-card {
    display: none;
  }

  /* --- Section titles: restore constraints for mobile --- */
  body.nursing-figma .edu-section-title {
    font-size: 34px;
    line-height: 42px;
  }

  body.nursing-figma .nursing-use-cases .edu-section-head,
  body.nursing-figma .nursing-use-cases .edu-section-title {
    max-width: 100%;
  }

  body.nursing-figma .nursing-use-cases .edu-section-title br {
    display: none;
  }

  /* --- Assessment section: stack report + features --- */
  body.nursing-figma .edu-assessment {
    grid-template-columns: 1fr;
  }

  body.nursing-figma .edu-report {
    padding: 20px;
  }

  body.nursing-figma .edu-report__grid {
    grid-template-columns: 1fr;
  }

  body.nursing-figma .edu-score-row {
    white-space: normal;
  }

  body.nursing-figma .edu-report__score strong {
    font-size: 22px;
  }

  body.nursing-figma .nursing-eval-lead {
    font-size: 18px;
    line-height: 26px;
  }

  /* --- Feature list: tighter spacing --- */
  body.nursing-figma .edu-feature-list {
    gap: 12px;
  }

  body.nursing-figma .edu-feature-list li {
    font-size: 15px;
  }

  /* --- Matrix table: smaller font + tighter padding --- */
  body.nursing-figma .edu-matrix__cell {
    padding: 12px 10px;
    font-size: 14px;
    line-height: 20px;
  }

  body.nursing-figma .edu-matrix__row--head .edu-matrix__cell {
    font-size: 14px;
    line-height: 20px;
  }

  /* --- Two-panel section: reduce min-height --- */
  body.nursing-figma .edu-two-panel {
    min-height: 0;
  }

  /* --- Scenario cards: smaller title --- */
  body.nursing-figma .edu-scenario-card h3 {
    font-size: 20px;
    line-height: 26px;
  }

  /* --- App cards: reduce min-height --- */
  body.nursing-figma .edu-app-card__inner {
    min-height: 0;
  }

  /* --- CTA: tighter padding --- */
  body.nursing-figma .edu-cta__box {
    padding: 52px 24px;
  }
}

/* ============================================================
   Educators / institutions page: Figma node 6998:5668
   ============================================================ */
body.educators-figma {
  --educator-teal: #1c5b5d;
  --educator-primary: #447569;
  --educator-body: #444846;
  --educator-ink: #1a1c1b;
  --educator-line: #d7dfdb;
  --educator-soft: #eff5f1;
}

body.educators-figma .site-header + .mobile-menu + .edu-page {
  margin-top: -64px;
}

body.educators-figma .edu-page,
body.educators-figma .edu-section,
body.educators-figma .edu-section--surface {
  background: #ffffff;
}

body.educators-figma .edu-shell {
  width: min(1152px, calc(100% - 48px));
}

body.educators-figma .edu-hero {
  min-height: 800px;
  padding: 64px 0 0;
  background:
    radial-gradient(circle at 20% 16%, rgba(157, 237, 193, 0.31), transparent 31%),
    radial-gradient(circle at 76% 14%, rgba(254, 228, 120, 0.27), transparent 33%),
    radial-gradient(circle at 50% 92%, rgba(229, 253, 106, 0.24), transparent 37%),
    linear-gradient(180deg, #eff8f3 0%, #f6fbf8 64%, #ffffff 100%);
  box-sizing: border-box;
}

body.educators-figma .edu-hero h1,
body.educators-figma .edu-section-title,
body.educators-figma .edu-cta h2 {
  color: var(--educator-teal);
  letter-spacing: 0;
}

body.educators-figma .edu-hero h1 {
  max-width: 780px;
  font-size: 56px;
  line-height: 66px;
}

body.educators-figma .edu-actions {
  gap: 8px;
  margin-top: 28px;
}

body.educators-figma .edu-btn {
  min-height: 40px;
  padding: 0 16px;
  border-radius: 360px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

body.educators-figma .edu-btn--ghost {
  color: var(--educator-ink);
  background: transparent;
}

body.educators-figma .edu-section {
  padding: 96px 0;
}

body.educators-figma .edu-section-head {
  max-width: 900px;
  gap: 16px;
  margin-bottom: 48px;
}

body.educators-figma .edu-section-title {
  max-width: 900px;
  margin-inline: auto;
  font-size: 48px;
  line-height: 56px;
}

body.educators-figma .edu-section-lead {
  max-width: 840px;
  color: var(--educator-body);
  font-size: 18px;
  line-height: 28px;
}

body.educators-figma .educators-audiences .edu-shell,
body.educators-figma .educators-learning .edu-shell,
body.educators-figma .educators-case-study .edu-shell {
  width: min(900px, calc(100% - 48px));
}

.educator-audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.educator-audience-card {
  min-height: 316px;
  padding: 28px 32px 30px;
  border: 1px solid var(--educator-line);
  border-radius: 8px;
  background: #ffffff;
  box-sizing: border-box;
}

.educator-card-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 24px;
  border-radius: 10px;
  color: var(--educator-primary);
  background: #e6f3ee;
}

.educator-card-icon svg {
  width: 27px;
  height: 27px;
}

.educator-audience-card h3,
.educator-feature-copy h3,
body.educators-figma .edu-lab-card h3,
.educator-step h3,
.educator-case-copy h3 {
  margin: 0;
  color: var(--educator-teal);
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}

.educator-audience-card h3 {
  font-size: 22px;
  line-height: 28px;
}

.educator-audience-card p {
  margin: 8px 0 20px;
  color: var(--educator-body);
  font-size: 16px;
  line-height: 24px;
}

.educator-audience-card ul,
.educator-case-copy ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.educator-audience-card li,
.educator-case-copy li {
  position: relative;
  padding-left: 28px;
  color: var(--educator-ink);
  font-size: 14px;
  line-height: 20px;
}

.educator-audience-card li::before,
.educator-case-copy li::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23447569' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center / 10px 10px no-repeat,
    #dcebe6;
}

body.educators-figma .educators-learning {
  padding-top: 116px;
}

.educator-learning-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 58px 58px;
  align-items: center;
}

.educator-feature-copy {
  max-width: 360px;
}

.educator-feature-copy--top-left,
.educator-feature-copy--bottom-left {
  justify-self: start;
}

.educator-feature-copy--middle-right {
  justify-self: start;
  padding-top: 8px;
}

.educator-feature-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 18px;
  color: var(--educator-primary);
  background: #e6f3ee;
  border-radius: 8px;
}

.educator-feature-icon svg {
  width: 24px;
  height: 24px;
}

.educator-feature-copy h3 {
  color: var(--educator-ink);
  font-size: 24px;
  line-height: 30px;
}

.educator-feature-copy p {
  margin: 12px 0 0;
  color: var(--educator-body);
  font-size: 16px;
  line-height: 24px;
}

.educator-course-label {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 5px 12px;
  border-radius: 360px;
  color: var(--educator-primary);
  background: #e6f3ee;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}

.educator-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.educator-visual--profile {
  justify-self: end;
  width: min(430px, 100%);
}

.educator-visual--session {
  justify-self: start;
  width: min(430px, 100%);
  border-radius: 8px;
  filter: drop-shadow(0 12px 30px rgba(73, 97, 118, 0.16));
}

.educator-visual--course {
  justify-self: end;
  width: min(430px, 100%);
}

body.educators-figma .educators-safe .edu-section-title {
  max-width: 900px;
}

body.educators-figma .educators-safe .edu-section-title em {
  font-style: italic;
}

.educator-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

body.educators-figma .edu-lab-card {
  min-height: 244px;
  padding: 24px;
  border-color: var(--educator-line);
  border-radius: 8px;
  box-shadow: none;
}

body.educators-figma .edu-lab-card h3 {
  margin-top: 18px;
  color: var(--educator-ink);
  font-size: 18px;
  line-height: 24px;
}

body.educators-figma .edu-lab-card p {
  margin-top: 10px;
  color: var(--educator-body);
  font-size: 14px;
  line-height: 22px;
}

body.educators-figma .edu-lab-icon {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  color: var(--educator-primary);
  background: #e6f3ee;
}

body.educators-figma .educators-how .edu-section-head {
  margin-bottom: 56px;
}

.educator-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
}

.educator-steps::before {
  content: "";
  position: absolute;
  top: 48px;
  left: 10%;
  right: 10%;
  height: 1px;
  background: #a0cdc0;
}

.educator-step {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  align-content: start;
  min-height: 286px;
  text-align: center;
}

.educator-step__number {
  display: grid;
  place-items: center;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  color: #ffffff;
  background: var(--educator-primary);
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
}

.educator-step h3 {
  margin-top: 24px;
  color: var(--educator-primary);
  font-size: 20px;
  line-height: 24px;
}

.educator-step p {
  max-width: 210px;
  margin: 16px 0 0;
  color: var(--educator-ink);
  font-size: 16px;
  line-height: 24px;
}

body.educators-figma .educators-case-study {
  padding-top: 104px;
}

body.educators-figma .educators-case-study .edu-section-head {
  margin-bottom: 48px;
}

.educator-case-media {
  overflow: hidden;
  border-radius: 12px;
}

.educator-case-media img {
  display: block;
  width: 100%;
  height: auto;
}

.educator-case-copy {
  display: grid;
  gap: 24px;
  margin-top: 48px;
}

.educator-case-copy p {
  margin: 0;
  color: var(--educator-ink);
  font-size: 20px;
  line-height: 30px;
}

.educator-case-copy strong,
.educator-case-copy h3 {
  color: var(--educator-teal);
  font-weight: 600;
}

.educator-case-copy h3 {
  font-size: 20px;
  line-height: 30px;
}

.educator-case-copy ul {
  gap: 8px;
  padding-left: 24px;
}

.educator-case-copy li {
  font-size: 16px;
  line-height: 24px;
}

.educator-quote {
  margin: 32px 0 0;
  padding: 24px;
  border: 1px solid #a0cdc0;
  border-radius: 12px;
  background: #e9efec;
}

.educator-quote p {
  margin: 0;
  color: var(--educator-ink);
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
}

.educator-quote cite {
  display: block;
  margin-top: 8px;
  color: var(--educator-teal);
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-style: normal;
  font-weight: 600;
}

.educator-case-action {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

body.educators-figma .educators-faq .edu-shell {
  width: min(1152px, calc(100% - 48px));
}

body.educators-figma .edu-faq {
  border-color: var(--educator-line);
}

body.educators-figma .edu-faq__item {
  border-color: var(--educator-line);
}

body.educators-figma .edu-faq__question {
  min-height: 70px;
  padding: 24px 0;
  color: var(--educator-ink);
  font-family: "Inter", Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

body.educators-figma .edu-faq__question::after {
  content: "";
  width: 18px;
  height: 18px;
  margin-left: 24px;
  color: #1a1c1b;
  background:
    linear-gradient(currentColor, currentColor) center / 18px 2px no-repeat,
    linear-gradient(currentColor, currentColor) center / 2px 18px no-repeat;
}

body.educators-figma .edu-faq__item.is-open .edu-faq__question::after {
  background:
    linear-gradient(currentColor, currentColor) center / 18px 2px no-repeat;
}

body.educators-figma .edu-faq__answer {
  padding: 0 0 28px;
  color: var(--educator-body);
  font-size: 15px;
  line-height: 24px;
}

body.educators-figma .edu-cta {
  min-height: 600px;
  padding: 96px 0;
  background:
    radial-gradient(ellipse 680px 360px at 50% 43%, rgba(157, 237, 193, 0.52) 0%, rgba(157, 237, 193, 0.32) 34%, rgba(157, 237, 193, 0.12) 58%, rgba(157, 237, 193, 0) 78%),
    radial-gradient(ellipse 560px 300px at 45% 58%, rgba(229, 253, 106, 0.36) 0%, rgba(229, 253, 106, 0.2) 42%, rgba(229, 253, 106, 0) 78%),
    #ffffff;
  box-sizing: border-box;
}

body.educators-figma .edu-cta__box {
  min-height: 324px;
  padding: 60px 48px;
}

body.educators-figma .edu-cta h2 {
  max-width: 820px;
}

body.educators-figma .edu-cta p {
  color: #1c4f44;
}

body.educators-figma .footer {
  min-height: 616px;
}

@media (max-width: 980px) {
  .educator-value-grid,
  .educator-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .educator-steps::before {
    display: none;
  }
}

@media (max-width: 820px) {
  body.educators-figma .site-header + .mobile-menu + .edu-page {
    margin-top: 0;
  }

  body.educators-figma .edu-hero {
    min-height: 640px;
    padding-top: 0;
  }

  body.educators-figma .edu-hero h1 {
    font-size: 40px;
    line-height: 48px;
  }

  body.educators-figma .edu-section {
    padding: 72px 0;
  }

  body.educators-figma .edu-section-title {
    font-size: 36px;
    line-height: 44px;
  }

  .educator-audience-grid,
  .educator-learning-grid,
  .educator-value-grid,
  .educator-steps {
    grid-template-columns: 1fr;
  }

  .educator-audience-card {
    min-height: 0;
    padding: 24px;
  }

  .educator-visual--profile,
  .educator-visual--session,
  .educator-visual--course,
  .educator-feature-copy {
    justify-self: stretch;
    width: 100%;
    max-width: none;
  }

  .educator-step {
    min-height: 0;
  }

  .educator-step__number {
    width: 72px;
    height: 72px;
    font-size: 28px;
    line-height: 36px;
  }

  body.educators-figma .edu-cta {
    background:
      radial-gradient(ellipse 420px 280px at 50% 42%, rgba(157, 237, 193, 0.48) 0%, rgba(157, 237, 193, 0.3) 36%, rgba(157, 237, 193, 0.1) 60%, rgba(157, 237, 193, 0) 80%),
      radial-gradient(ellipse 360px 240px at 44% 58%, rgba(229, 253, 106, 0.34) 0%, rgba(229, 253, 106, 0.18) 44%, rgba(229, 253, 106, 0) 80%),
      #ffffff;
  }

  body.educators-figma .edu-cta__box {
    padding: 52px 24px;
  }
}

@media (max-width: 820px) {
  body.psychiatry-figma .edu-faq__question,
  body.nursing-figma .edu-faq__question,
  body.educators-figma .edu-faq__question {
    padding: 24px 4px;
    font-size: clamp(17px, 4.7vw, 20px);
    line-height: 1.35;
  }

  body.psychiatry-figma .edu-faq__question::after,
  body.nursing-figma .edu-faq__question::after,
  body.educators-figma .edu-faq__question::after {
    width: 18px;
    height: 18px;
    margin-left: 20px;
  }

  body.psychiatry-figma .edu-faq__answer,
  body.nursing-figma .edu-faq__answer,
  body.educators-figma .edu-faq__answer {
    padding: 0 36px 28px 4px;
    font-size: 15px;
    line-height: 24px;
  }
}

/* --- Nursing: small screens --- */
@media (max-width: 480px) {
  body.nursing-figma .edu-hero h1 {
    font-size: 32px;
    line-height: 40px;
  }

  body.nursing-figma .edu-section-title {
    font-size: 28px;
    line-height: 36px;
  }

  body.nursing-figma .edu-report__top {
    flex-direction: column;
    gap: 12px;
  }

  body.nursing-figma .edu-report__score {
    text-align: left;
  }

  body.nursing-figma .edu-matrix {
    font-size: 13px;
  }

  body.nursing-figma .edu-matrix__cell {
    padding: 10px 8px;
    font-size: 13px;
    line-height: 18px;
  }
}
