/* Comparison page only. Keep the shared header, footer, and enrollment flow intact. */
:root {
  /* Preserve the shared hero font before the comparison layout's body-font override. */
  --font-pc-interior: var(--font-body);
}
.program-comparison-page {
  --font-body: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-heading: var(--font-body);
  --pc-ink: #12344f;
  --pc-muted: #536777;
  --pc-blue: #0968ac;
  --pc-line: #dce5ec;
  background: var(--color-white);
}
.pc-page {
  color: var(--pc-ink);
}
.pc-page .tj-page-hero {
  font-family: var(--font-pc-interior);
}
.pc-page *,
.pc-page *::before,
.pc-page *::after {
  box-sizing: border-box;
}
.pc-page :is(h1, h2, h3, p, ul, dl, dd) {
  margin: 0;
}
.pc-page :is(h1, h2, h3) {
  color: var(--pc-ink);
  font-family: var(--font-body);
  font-weight: 700;
  letter-spacing: -0.035em;
}
.pc-page h2 {
  font-size: clamp(1.9rem, 3vw, 2.55rem);
  line-height: 1.17;
}
.pc-page p:where(:not(.tj-page-hero-eyebrow)),
.pc-page li {
  line-height: 1.65;
}
.pc-page a {
  text-underline-offset: 5px;
}
.pc-page :is(a, summary):focus-visible {
  outline: 3px solid #1686d9;
  outline-offset: 5px;
}
.pc-page [id] {
  scroll-margin-top: calc(105px + var(--announcement-bar-height, 0px));
}
.pc-wrap {
  width: min(1120px, calc(100% - 64px));
  margin-inline: auto;
}
.pc-section {
  padding-block: 88px;
}
.pc-page .pc-eyebrow {
  margin-bottom: 16px;
  color: #3c6685;
  font-size: 0.71rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.pc-programs {
  padding-top: 48px;
}
.pc-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.pc-option {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 32px;
  border: 1px solid #d1dee8;
  border-radius: 16px;
  background: var(--color-white);
  box-shadow: 0 12px 34px -26px rgba(16, 50, 79, 0.35);
}
.pc-option-coaching {
  border-color: #a5bfd3;
}
.pc-option-icon {
  position: absolute;
  top: 26px;
  right: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: #edf5fa;
  border-radius: 11px;
  color: #286c9c;
}
.pc-option-icon svg {
  width: 24px;
  height: 24px;
}
.pc-option-coaching .pc-option-icon {
  background: #eaf0f5;
  color: var(--pc-ink);
}
.pc-option .pc-eyebrow {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding-right: 40px;
  margin-bottom: 16px;
}
.pc-option h2 {
  font-size: clamp(1.5rem, 2.45vw, 2rem);
  line-height: 1.2;
}
.pc-page .pc-fit {
  max-width: 410px;
  margin-top: 16px;
  color: var(--pc-muted);
  font-size: 0.97rem;
}
.pc-tuition {
  padding-block: 20px 24px;
  margin-top: auto;
  border-top: 1px solid var(--pc-line);
}
.pc-tuition > p:first-child {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 10px;
}
.pc-tuition strong {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.01em;
  font-variant-numeric: tabular-nums;
}
.pc-tuition span,
.pc-page .pc-tuition-note {
  color: var(--pc-muted);
  font-size: 0.8rem;
}
.pc-page .pc-tuition-note {
  margin-top: 8px;
}
.pc-page .pc-highlights {
  display: grid;
  gap: 12px;
  padding: 24px 0;
  list-style: none;
  font-size: 0.93rem;
}
.pc-highlights li {
  position: relative;
  padding-left: 25px;
}
.pc-highlights li::before {
  content: '';
  position: absolute;
  left: 2px;
  top: 8px;
  width: 6px;
  height: 10px;
  border-right: 1.7px solid #397694;
  border-bottom: 1.7px solid #397694;
  transform: rotate(45deg);
}
.pc-option-actions {
  display: grid;
  gap: 15px;
  text-align: center;
}
.pc-page .pc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 54px;
  padding: 14px 24px;
  border: 1px solid var(--pc-ink);
  border-radius: 7px;
  background: var(--pc-ink);
  color: var(--color-white);
  font-size: 0.93rem;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  transition: background 150ms ease;
}
.pc-page .pc-button:hover {
  background: #215577;
}
.pc-option:first-child .pc-button {
  color: var(--pc-ink);
  background: #f0f6fa;
  border-color: #c5d8e6;
}
.pc-option:first-child .pc-button:hover {
  background: #e1edf5;
}
.pc-page .pc-text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 32px;
  color: var(--pc-blue);
  font-weight: 600;
  font-size: 0.86rem;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.pc-page .pc-text-link:hover {
  text-decoration-color: currentColor;
}
.pc-shared {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  padding: 28px 0 0;
}
.pc-shared-label {
  display: block;
  margin-bottom: 5px;
  color: #51697c;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.pc-shared p {
  color: var(--pc-muted);
  font-size: 0.9rem;
}
.pc-shared .pc-text-link {
  flex-shrink: 0;
}
.pc-section-heading {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  align-items: end;
  gap: 70px;
  margin-bottom: 34px;
}
.pc-section-heading > p {
  color: var(--pc-muted);
  font-size: 0.96rem;
}
.pc-table-wrap {
  border-top: 1px solid var(--pc-line);
  border-bottom: 1px solid var(--pc-line);
}
.pc-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 0.91rem;
  line-height: 1.6;
  text-align: left;
}
.pc-table :is(th, td) {
  padding: 22px 28px;
  vertical-align: top;
}
.pc-table th:first-child {
  width: 25%;
  padding-left: 0;
}
.pc-table th {
  font-weight: 600;
}
.pc-table thead th {
  color: #1c4563;
  padding-block: 24px;
}
.pc-table :is(th, td):last-child {
  background: #f3f7fa;
}
.pc-table tbody tr {
  border-top: 1px solid var(--pc-line);
}
.pc-table td strong {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}
.pc-table td > span:not(.pc-mobile-label) {
  display: block;
  color: var(--pc-muted);
  font-size: 0.87rem;
}
.pc-mobile-label {
  display: none;
}
.pc-expertise {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  padding-top: 26px;
}
.pc-expertise p {
  max-width: 760px;
  color: var(--pc-muted);
  font-size: 0.87rem;
}
.pc-expertise strong {
  color: var(--pc-ink);
}
.pc-expertise .pc-text-link {
  flex-shrink: 0;
}
.pc-exams-section {
  padding-block: 64px;
  background: #f2f6f8;
}
.pc-exams-layout {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: center;
  gap: 80px;
}
.pc-exams-copy > p:not(.pc-eyebrow) {
  color: var(--pc-muted);
  margin-top: 18px;
  font-size: 0.95rem;
}
.pc-exams-copy > p.pc-exam-access {
  font-size: 0.85rem;
  margin-top: 12px;
}
.pc-exams-copy .pc-text-link {
  margin-top: 18px;
}
.pc-exams-tuition dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  padding-bottom: 24px;
}
.pc-exams-tuition dt {
  font-weight: 600;
  font-size: 0.84rem;
  margin-bottom: 12px;
}
.pc-exams-tuition dd {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.5;
}
.pc-exams-tuition dd span {
  display: block;
  margin-top: 7px;
  color: var(--pc-muted);
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0;
}
.pc-exams-tuition > p {
  border-top: 1px solid #d3e0e8;
  padding-top: 20px;
  font-size: 0.85rem;
  color: var(--pc-muted);
}
.pc-exams-tuition > p strong {
  color: var(--pc-ink);
}
.pc-faq-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.3fr;
  gap: 75px;
}
.pc-faq-list {
  border-top: 1px solid var(--pc-line);
}
.pc-faq-list details {
  border-bottom: 1px solid var(--pc-line);
}
.pc-faq-list summary {
  position: relative;
  padding: 24px 34px 24px 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.55;
  list-style: none;
  cursor: pointer;
}
.pc-faq-list summary::-webkit-details-marker {
  display: none;
}
.pc-faq-list summary::after {
  content: '+';
  position: absolute;
  top: 21px;
  right: 4px;
  color: #3c6685;
  font-size: 1.35rem;
  font-weight: 400;
}
.pc-faq-list details[open] summary::after {
  content: '−';
}
.pc-faq-list details > p {
  padding: 0 28px 24px 0;
  color: var(--pc-muted);
  font-size: 0.93rem;
}
.pc-next-section {
  padding-bottom: 80px;
}
.pc-next {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--pc-line);
}
.pc-next h2 {
  font-size: clamp(1.6rem, 2.5vw, 2rem);
}
.pc-next p:not(.pc-eyebrow) {
  margin-top: 12px;
  font-size: 0.95rem;
  color: var(--pc-muted);
}
.pc-next .pc-button {
  flex-shrink: 0;
}
.pc-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
@media (max-width: 1000px) {
  .pc-option {
    padding: 26px;
  }
  .pc-section-heading,
  .pc-exams-layout,
  .pc-faq-layout {
    gap: 36px;
  }
}
@media (max-width: 700px) {
  .pc-wrap {
    width: calc(100% - 40px);
  }
  .pc-programs {
    padding-top: 32px;
  }
  .pc-options,
  .pc-section-heading,
  .pc-exams-layout,
  .pc-faq-layout {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .pc-option {
    padding: 26px 24px;
  }
  .pc-option h2 {
    font-size: 1.85rem;
    min-height: 0;
  }
  .pc-option-icon {
    margin-bottom: 18px;
  }
  .pc-option-actions .pc-button {
    padding-inline: 12px;
  }
  .pc-shared,
  .pc-expertise,
  .pc-next {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .pc-section {
    padding-block: 56px;
  }
  .pc-section-heading {
    margin-bottom: 28px;
    gap: 16px;
  }
  .pc-table,
  .pc-table tbody {
    display: block;
  }
  /* Keep the real column headers available to assistive technology. */
  .pc-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
  }
  .pc-table tbody tr {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pc-table tbody tr:first-child {
    border-top: 0;
  }
  .pc-table th:first-child {
    grid-column: 1 / -1;
    width: auto;
    padding: 20px 0 12px;
    font-size: 0.97rem;
  }
  .pc-table td {
    padding: 12px 14px 22px 0;
    font-size: 0.87rem;
    min-width: 0;
    overflow-wrap: break-word;
  }
  .pc-table td:last-child {
    background: transparent;
    border-left: 1px solid var(--pc-line);
    padding-left: 16px;
    padding-right: 0;
  }
  .pc-table .pc-mobile-label {
    display: block;
    margin-bottom: 10px;
    font-size: 0.63rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #3c6685;
  }
  .pc-table td > span:not(.pc-mobile-label) {
    font-size: 0.81rem;
    line-height: 1.65;
  }
  .pc-exams-section {
    padding-block: 44px;
  }
  .pc-exams-tuition dl {
    padding-block: 8px 24px;
  }
  .pc-faq-list summary {
    font-size: 0.97rem;
  }
  .pc-next-section {
    padding-bottom: 56px;
  }
  .pc-next {
    padding-top: 32px;
    gap: 24px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .pc-page .pc-button {
    transition: none;
  }
}
