.wsp-school-page {
  background: #f4f6f8;
  color: #17202a;
}

.wsp-school-main {
  padding: 0 0 56px;
}

.wsp-school-container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.wsp-school-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 26px 0 12px;
  color: #5d6a76;
  font-size: 0.92rem;
}

.wsp-school-breadcrumbs a {
  color: #245b8f;
  text-decoration: none;
}

.wsp-school-breadcrumbs a:hover {
  text-decoration: underline;
}

.wsp-school-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
  gap: 24px;
  align-items: stretch;
  padding: 34px 0 28px;
}

.wsp-school-hero-copy,
.wsp-school-hero-panel,
.wsp-school-section,
.wsp-school-callout,
.wsp-school-form-shell {
  background: #ffffff;
  border: 1px solid #dbe3ea;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(16, 34, 52, 0.06);
}

.wsp-school-hero-copy {
  padding: 34px;
}

.wsp-school-eyebrow {
  margin: 0 0 10px;
  color: #b43122;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wsp-school-hero h1,
.wsp-school-section h2,
.wsp-school-form-shell h2 {
  margin: 0;
  color: #111827;
  letter-spacing: 0;
}

.wsp-school-hero h1 {
  max-width: 820px;
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 1.02;
}

.wsp-school-lede {
  max-width: 760px;
  margin: 16px 0 0;
  color: #3c4956;
  font-size: 1.08rem;
  line-height: 1.62;
}

.wsp-school-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.wsp-school-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 16px;
  border: 1px solid #1f4e7a;
  border-radius: 6px;
  background: #1f4e7a;
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
}

.wsp-school-button:hover {
  color: #ffffff;
  background: #153b5e;
  text-decoration: none;
}

.wsp-school-button.secondary {
  background: #ffffff;
  color: #1f4e7a;
}

.wsp-school-button.secondary:hover {
  color: #153b5e;
  background: #edf5fb;
}

.wsp-school-hero-panel {
  padding: 26px;
  border-top: 4px solid #b43122;
}

.wsp-school-hero-panel h2 {
  margin: 0 0 12px;
  color: #111827;
  font-size: 1.22rem;
}

.wsp-school-hero-panel ol,
.wsp-school-hero-panel ul,
.wsp-school-hero-panel p {
  margin: 0;
  padding-left: 20px;
  color: #3c4956;
  line-height: 1.7;
}

.wsp-school-hero-panel p {
  padding-left: 0;
}

.wsp-school-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.wsp-school-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wsp-school-roadmap-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.wsp-school-section {
  margin-top: 20px;
  padding: 28px;
}

.wsp-school-section-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 18px;
}

.wsp-school-section p {
  color: #465563;
  line-height: 1.6;
}

.wsp-school-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 20px;
  border: 1px solid #dbe3ea;
  border-radius: 8px;
  background: #fbfcfd;
}

.wsp-school-card h3 {
  margin: 0 0 8px;
  color: #111827;
  font-size: 1.12rem;
}

.wsp-school-card p {
  margin: 0 0 14px;
}

.wsp-school-card a {
  margin-top: auto;
  color: #1f4e7a;
  font-weight: 800;
  text-decoration: none;
}

.wsp-school-card a:hover {
  text-decoration: underline;
}

.wsp-school-roadmap-card {
  gap: 14px;
  background: #ffffff;
}

.wsp-school-card-topline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}

.wsp-school-format {
  display: inline-flex;
  width: fit-content;
  padding: 5px 9px;
  border-radius: 999px;
  background: #eef3f7;
  color: #2f3b46;
  font-size: 0.78rem;
  font-weight: 800;
}

.wsp-school-product-meta {
  display: grid;
  gap: 8px;
  margin: 0;
}

.wsp-school-product-meta div {
  display: grid;
  gap: 3px;
  padding: 10px 12px;
  border: 1px solid #dbe3ea;
  border-radius: 6px;
  background: #f6f9fb;
}

.wsp-school-product-meta dt {
  color: #111827;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.wsp-school-product-meta dd {
  margin: 0;
  color: #3c4956;
  line-height: 1.5;
}

.wsp-school-roadmap-card h4 {
  margin: 0;
  color: #111827;
  font-size: 0.95rem;
}

.wsp-school-roadmap-card .wsp-school-button {
  margin-top: auto;
  text-decoration: none;
}

.wsp-school-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wsp-school-list li {
  padding: 10px 12px;
  border-left: 4px solid #1f4e7a;
  background: #f6f9fb;
  color: #2f3b46;
}

.wsp-school-list.ordered {
  padding-left: 28px;
  list-style: decimal;
}

.wsp-school-list.ordered li {
  padding-left: 8px;
  list-style-position: outside;
}

.wsp-school-cta-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  padding: 24px;
  border: 1px solid #c9d4de;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(16, 34, 52, 0.06);
}

.wsp-school-cta-panel h2 {
  margin: 0 0 6px;
  color: #111827;
}

.wsp-school-cta-panel p {
  margin: 0;
  color: #465563;
}

.wsp-school-module-list {
  display: grid;
  gap: 12px;
}

.wsp-school-module {
  padding: 16px;
  border: 1px solid #dbe3ea;
  border-radius: 8px;
  background: #fbfcfd;
}

.wsp-school-module h3 {
  margin: 0 0 6px;
  color: #111827;
  font-size: 1.05rem;
}

.wsp-school-status {
  display: inline-flex;
  width: fit-content;
  margin-top: 10px;
  padding: 5px 9px;
  border-radius: 999px;
  background: #fff5db;
  color: #744700;
  font-size: 0.78rem;
  font-weight: 800;
}

.wsp-school-callout {
  margin-top: 20px;
  padding: 22px;
  border-left: 5px solid #b43122;
}

.wsp-school-callout.compact {
  margin-top: 0;
  padding: 16px 18px;
  box-shadow: none;
}

.wsp-school-callout strong {
  color: #111827;
}

.wsp-school-table-wrap {
  overflow-x: auto;
}

.wsp-school-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
}

.wsp-school-table th,
.wsp-school-table td {
  padding: 12px;
  border-bottom: 1px solid #dbe3ea;
  text-align: left;
  vertical-align: top;
}

.wsp-school-table th {
  color: #111827;
  background: #eef3f7;
}

.wsp-school-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.wsp-school-form label {
  display: grid;
  gap: 7px;
  color: #17202a;
  font-weight: 800;
}

.wsp-school-form input,
.wsp-school-form select,
.wsp-school-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid #c9d4de;
  border-radius: 6px;
  background: #ffffff;
  color: #17202a;
}

.wsp-school-form textarea {
  min-height: 132px;
}

.wsp-school-form-note {
  margin: 8px 0 18px;
  color: #465563;
  line-height: 1.6;
}

.wsp-school-required {
  color: #b43122;
  font-weight: 900;
}

.wsp-school-form .full {
  grid-column: 1 / -1;
}

.wsp-school-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.wsp-school-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 14px;
  padding: 12px;
  border: 1px solid #c9d4de;
  border-radius: 6px;
}

.wsp-school-check-grid label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.wsp-school-check-grid input {
  width: auto;
  min-height: 0;
}

.wsp-school-field-help {
  margin: 8px 0 0;
  color: #5d6a76;
  font-size: 0.9rem;
}

.wsp-school-acknowledgement {
  grid-template-columns: auto 1fr;
  align-items: start;
  padding: 14px;
  border: 1px solid #d6e2ec;
  border-radius: 6px;
  background: #f6f9fb;
  color: #2f3b46;
  font-weight: 700;
  line-height: 1.55;
}

.wsp-school-acknowledgement input {
  width: auto;
  min-height: 0;
  margin-top: 5px;
}

.wsp-school-submit-status {
  min-height: 0;
  margin: 0;
  color: #744700;
  font-weight: 800;
}

@media (max-width: 820px) {
  .wsp-school-hero,
  .wsp-school-grid,
  .wsp-school-grid.two,
  .wsp-school-roadmap-grid,
  .wsp-school-form,
  .wsp-school-check-grid {
    grid-template-columns: 1fr;
  }

  .wsp-school-hero-copy,
  .wsp-school-hero-panel,
  .wsp-school-section,
  .wsp-school-form-shell {
    padding: 22px;
  }

  .wsp-school-section-header {
    display: block;
  }

  .wsp-school-cta-panel {
    align-items: stretch;
  }

  .wsp-school-cta-panel .wsp-school-actions {
    width: 100%;
  }

  .wsp-school-cta-panel .wsp-school-button {
    width: 100%;
  }
}
