/* ============================================================
   CATTOLICA POLISH , final pass (DESIGN.md mandatory directive)
   ============================================================ */

.uc-enroll-hero, .uc-indep-hero, .uc-enroll-stats, .uc-indep .uc-fact-grid { display: none !important; }

/* ============================================================
   CATTOLICA ARROW (DESIGN.md spec)
   Hairline 1.5px line + 8x8 chevron, line width 22px -> 38px on hover.
   ============================================================ */
.uc-catt-arrow {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.uc-catt-arrow__line {
  display: inline-block;
  width: 22px;
  height: 1.5px;
  background: #002F56;
  transition: width .2s ease;
  margin-right: -1px;
}
.uc-catt-arrow__chev {
  width: 8px;
  height: 8px;
  border-top: 1.5px solid #002F56;
  border-right: 1.5px solid #002F56;
  transform: rotate(45deg) translate(-2px, 2px);
  transition: transform .2s ease;
}
*:hover > .uc-catt-arrow .uc-catt-arrow__line,
.uc-cattbox:hover .uc-catt-arrow__line,
.uc-catalog-cta:hover .uc-catt-arrow__line,
.uc-indep-cta:hover .uc-catt-arrow__line { width: 38px; }

/* ============================================================
   CATTOLICA LINKBOX (in-page navigation boxes)
   White bg, 1px outline #D9DEE4, navy heading, dotted underline, arrow on right.
   ============================================================ */
.uc-linkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin: 18px 0 0;
  border-top: 1px solid #D9DEE4;
}
.uc-linkbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  text-decoration: none;
  color: #002F56;
  font-family: Inter, "PT Sans", "Open Sans", sans-serif;
  background: #fff;
  border-bottom: 1px solid #D9DEE4;
  border-right: 1px solid #D9DEE4;
  transition: background .15s ease;
}
.uc-linkbox:nth-child(2n) { border-right: 0; }
.uc-linkbox:hover { background: #FAFBFC; }
.uc-linkbox__lbl {
  font-family: Merriweather, Georgia, serif;
  font-size: 17px;
  font-weight: 700;
  color: #002F56;
  line-height: 1.35;
}
.uc-linkbox__sub {
  display: block;
  font-family: Inter, "PT Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #696969;
  margin-top: 4px;
}

/* Single-row variant (full width) */
.uc-linkbox-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px;
  background: #fff;
  border-top: 1px solid #D9DEE4;
  border-bottom: 1px solid #D9DEE4;
  text-decoration: none;
  color: #002F56;
  margin: 18px 0;
  transition: background .15s ease;
}
.uc-linkbox-row:hover { background: #FAFBFC; }
.uc-linkbox-row__title {
  font-family: Merriweather, Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  color: #002F56;
  letter-spacing: -.01em;
}
.uc-linkbox-row__hint {
  display: block;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #696969;
  margin-top: 4px;
  letter-spacing: 0;
}

@media (max-width: 700px) {
  .uc-linkbox-grid { grid-template-columns: 1fr; }
  .uc-linkbox { border-right: 0; }
}

/* Update existing CTA components to use Cattolica arrow */
.uc-catalog-cta__arrow svg, .uc-cattbox__arrow svg, .uc-indep-cta__arrow svg { transition: transform .15s ease; }
.uc-catalog-cta:hover .uc-catalog-cta__arrow,
.uc-cattbox:hover .uc-cattbox__arrow,
.uc-indep-cta:hover .uc-indep-cta__arrow { transform: translateX(8px); }

/* ============================================================
   GLOBAL POLISH , typography + spacing harmonization
   ============================================================ */

/* Body paragraphs in content area: consistent base */
.uc-pagewrap__main p,
.uc-content p { font-size: 15px; line-height: 1.7; color: #1a1a1a; margin: 0 0 18px; }
.uc-pagewrap__main p strong,
.uc-content p strong { color: #002F56; font-weight: 700; }

/* Inline links in content */
.uc-pagewrap__main p a,
.uc-content p a { color: #002F56; text-decoration: underline; text-decoration-color: #c4c8ce; text-underline-offset: 3px; }
.uc-pagewrap__main p a:hover,
.uc-content p a:hover { text-decoration-color: #002F56; }

/* H2 in content (Cattolica-section style) */
.uc-pagewrap__main > section > h2:not(.uc-housing-block__title),
.uc-content > h2:not(.uc-housing-block__title) {
  font-family: var(--brand-serif, Georgia, serif);
  font-size: 24px;
  font-weight: 700;
  color: #002F56;
  margin: 0 0 14px;
  padding: 0 0 12px;
  border-bottom: 1px solid #D9DEE4;
  letter-spacing: -.005em;
}

/* H3 in content — uniform spacing */
.uc-pagewrap__main h3:not(.uc-housing-sub__title):not(.uc-phase__title):not(.uc-cc-cat):not(.uc-faq__q-text):not(.uc-pcard2__title):not(.uc-campus-block__title):not(.uc-3a__title):not(.uc-pagewrap-list__title):not(.uc-cattbox__lbl strong),
.uc-content h3:not(.uc-housing-sub__title):not(.uc-phase__title):not(.uc-cc-cat):not(.uc-faq__q-text):not(.uc-pcard2__title):not(.uc-campus-block__title):not(.uc-3a__title) {
  font-family: var(--brand-serif, Georgia, serif);
  font-size: 17px;
  font-weight: 700;
  color: #002F56;
  margin: 28px 0 10px;
  letter-spacing: -.005em;
  line-height: 1.35;
}

/* Lists in content — clean indentation */
.uc-pagewrap__main > ul,
.uc-pagewrap__main > section > ul,
.uc-content > ul {
  margin: 0 0 18px 22px;
  padding: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #1a1a1a;
}
.uc-pagewrap__main > ul li,
.uc-content > ul li { margin-bottom: 6px; }

/* Strong inside lists */
.uc-pagewrap__main ul li strong { color: #002F56; }

/* Spacing between consecutive uc-housing-sub blocks */
.uc-housing-sub + .uc-housing-sub { margin-top: 32px !important; }

/* Sidebar boxes harmonization */
.uc-pagewrap__side .uc-sidebox + .uc-sidebox { margin-top: 14px; }

/* Cattolica-style: horizontal tabs ABOVE + 2-col with sidebar action boxes
   Reference: international.unicatt.it exchange-program pages
*/

/* Eyebrow above H1 (sub-pages only) */
.uc-eyebrow {
  max-width: 1100px;
  margin: 56px auto 4px;
  padding: 0 24px;
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  color: #666;
  text-transform: uppercase;
  font-weight: 600;
}
/* Smaller H1 + tighter top spacing when eyebrow is present */
.uc-page-title.uc-page-title { font-size: 32px; margin-top: 12px; margin-bottom: 28px; }
.uc-eyebrow + .uc-page-title.uc-page-title { margin-top: 0; }

/* Smaller lead font for cleaner Cattolica feel */
.uc-lead.uc-lead--center { font-size: 19px; line-height: 1.55; }

/* Lead text — full width centered */
.uc-lead--center { max-width: 1100px; margin: 0 auto 28px; padding: 0 24px; }

/* Tabs row (full-width centered) */
.yav-wrap { max-width: 1200px; margin: 12px auto 0; padding: 0 24px; }
.yav-tabs-label { display: none; }
.yav-tabs-nav { margin: 0; }

.yav-tabs {
  list-style: none; margin: 0; padding: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  align-items: stretch;
}
.yav-tabs li { margin: 0; padding: 0; display: flex; }
.yav-tabs a {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 22px 10px 14px;
  color: #1a1a1a;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border-bottom: 3px solid #d4d4d4;
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  line-height: 1.35;
  transition: color .15s ease, border-color .15s ease;
}
.yav-tabs a:hover { color: #002F56; }
.yav-tabs a.active {
  color: #002F56;
  font-weight: 700;
  border-bottom-color: #002F56;
}

/* 2-column wrap with sidebar action boxes */
.uc-pagewrap--boxes { display: flex; gap: 60px; max-width: 1200px; margin: 0 auto; padding: 32px 24px 60px; align-items: flex-start; }
.uc-pagewrap--boxes .uc-pagewrap__side { flex: 0 0 280px; position: sticky; top: 100px; align-self: flex-start; }
.uc-pagewrap--boxes .uc-pagewrap__main { flex: 1 1 auto; min-width: 0; padding-top: 8px; }

/* Sidebar boxes (Cattolica style) */
.uc-sidebox {
  display: block;
  text-decoration: none;
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  margin-bottom: 24px;
  padding: 32px 26px 26px;
  position: relative;
  transition: background .15s ease, border-color .15s ease;
}
.uc-sidebox:last-child { margin-bottom: 0; }
.uc-sidebox--contact { background: #F2F3F4; }
.uc-sidebox--contact:hover { background: #E8EAEC; }
.uc-sidebox--faq { background: #fff; border: 1px solid #c4c8ce; }
.uc-sidebox--faq:hover { border-color: #002F56; }
.uc-sidebox--syllabi { background: #fff; border: 1px solid #c4c8ce; }
.uc-sidebox--syllabi:hover { border-color: #002F56; }

.uc-sidebox--contact .uc-sidebox__icon {
  display: block;
  text-align: center;
  margin: 4px 0 22px;
}
.uc-sidebox--contact .uc-sidebox__icon svg { display: inline-block; }

.uc-sidebox__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 14px;
  border-bottom: 1px dotted #002F56;
}
.uc-sidebox__label {
  flex: 1;
  color: #002F56 !important;
  font-family: -apple-system, "PT Sans", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  font-style: normal !important;
}
.uc-sidebox--contact .uc-sidebox__label { text-align: center; }
.uc-sidebox__arrow { flex-shrink: 0; display: inline-flex; }
.uc-sidebox__arrow svg { display: block; }

/* Align both sidebar boxes: same min-height + label at bottom, same x-position */
.uc-sidebox { display: flex; flex-direction: column; justify-content: flex-end; min-height: 188px; }
.uc-sidebox--contact .uc-sidebox__label { text-align: left; }
.uc-sidebox__row { margin-top: auto; }
.uc-sidebox--faq { padding-top: 36px; padding-bottom: 26px; }
.uc-sidebox--faq .uc-sidebox__row { padding-bottom: 14px; }
.uc-sidebox--faq .uc-sidebox__label { font-size: 16px; }

/* Generous paragraph + h2 spacing in content area (Cattolica-style breathing room) */
.uc-content p,
.uc-pagewrap__main p { margin: 0 0 22px; line-height: 1.7; }
.uc-content h2,
.uc-pagewrap__main h2 {
  font-family: var(--brand-serif, Georgia, serif);
  font-size: 22px;
  font-weight: 700;
  color: #002F56;
  margin: 44px 0 14px;
  letter-spacing: -.005em;
  line-height: 1.3;
}
.uc-content h2:first-child,
.uc-pagewrap__main h2:first-child { margin-top: 0; }
.uc-content h3,
.uc-pagewrap__main h3 { margin: 30px 0 10px; font-size: 18px; }
.uc-content ul, .uc-content ol,
.uc-pagewrap__main ul, .uc-pagewrap__main ol { margin: 0 0 22px 24px; line-height: 1.7; }
.uc-content li,
.uc-pagewrap__main li { margin-bottom: 6px; }
/* Add spacing around the inline "span" pseudo-paragraphs that come from WP */
.uc-content section[data-section] > span { display: block; margin-bottom: 22px; }

/* Single-column wrapper still defined (legacy/fallback) */
.uc-singlecol { background: #fff; padding: 0; margin-top: 8px; }
.uc-singlecol__inner { max-width: 100%; margin: 0; padding: 8px 0 32px; }

/* Page-end "Contact us" mailto (kept as fallback below content if used) */
.page-end-contact {
  max-width: 960px;
  margin: 56px auto 0;
  padding: 24px 24px 0;
  border-top: 1px solid #d4d4d4;
}
.page-end-contact a {
  color: #002F56; font-size: 16px; text-decoration: none;
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  font-weight: 500; letter-spacing: 0.02em;
}
.page-end-contact a:hover { color: #0050C8; text-decoration: underline; }

@media (max-width: 900px) {
  .uc-pagewrap--boxes { flex-direction: column; gap: 24px; padding: 24px 16px 40px; }
  .uc-pagewrap--boxes .uc-pagewrap__side { position: static; flex: 0 0 auto; width: 100%; }
  .yav-wrap { padding: 0 16px; }
  .yav-tabs { grid-template-columns: 1fr; gap: 0; }
  .yav-tabs li { border-bottom: 1px solid #d4d4d4; }
  .yav-tabs a {
    border-bottom: 0;
    text-align: left;
    justify-content: flex-start;
    padding: 14px 0; font-size: 12px;
  }
  .yav-tabs a.active { color: #002F56; font-weight: 700; border-left: 0; padding-left: 12px; }
}

@media (max-width: 600px) {
  .yav-tabs a { font-size: 11px; }
  .uc-sidebox { padding: 22px 18px 18px; }
}

/* ============================================================
   Course Catalog: modern card grid (Cattolica-inspired)
   ============================================================ */

.wp-cc-rebuilt { margin: 0; padding: 0; background: transparent; border-left: 0; }

.uc-cc-banner {
  font-family: var(--brand-serif, Georgia, serif);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #002F56;
  font-weight: 600;
  margin: 0 0 18px;
}

.uc-cc-section { margin: 36px 0 56px; }
.uc-cc-section:first-of-type { margin-top: 0; }

.uc-cc-cat {
  font-family: var(--brand-serif, Georgia, serif);
  font-size: 26px !important;
  font-weight: 700;
  color: #002F56;
  margin: 0 0 12px !important;
  padding: 0 0 14px;
  border-bottom: 1px solid #D9DEE4;
  letter-spacing: -.005em;
}

.uc-cc-intro {
  font-size: 15px;
  line-height: 1.65;
  color: #444;
  margin: 0 0 28px;
  max-width: 100%;
}
.uc-cc-intro p { font-size: inherit; line-height: inherit; margin: 0 0 14px; }

.uc-course-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 18px 0 0;
}

.uc-course {
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  padding: 22px 22px 20px;
  display: flex;
  flex-direction: column;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.uc-course:hover { border-color: #D4D4D4; }

.uc-course__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px dotted #b0b0b0;
}
.uc-course__title {
  font-family: var(--brand-serif, Georgia, serif);
  font-size: 17px;
  font-weight: 700;
  color: #002F56;
  margin: 0;
  line-height: 1.3;
  flex: 1;
}
.uc-course__badges { display: flex; gap: 6px; flex-shrink: 0; }
.uc-cc-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  padding: 6px 8px;
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  border-radius: 2px;
  line-height: 1;
}
.uc-cc-badge--eu { background: #002F56; color: #fff; }
.uc-cc-badge--us { background: #F2F3F4; color: #002F56; border: 1px solid #002F56; }
.uc-cc-badge__num { font-size: 18px; font-weight: 800; }
.uc-cc-badge__lbl { font-size: 9px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; margin-top: 3px; }

.uc-course__desc {
  font-size: 14px;
  line-height: 1.6;
  color: #4a4a4a;
  flex: 1;
}
.uc-course__desc p { font-size: inherit; line-height: inherit; margin: 0 0 10px; }
.uc-course__desc p:last-child { margin-bottom: 0; }

.uc-cc-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px dotted #b0b0b0;
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  font-size: 12px;
  color: #666;
}
.uc-cc-meta__item { display: inline-flex; align-items: center; }
.uc-cc-meta__item--fee { font-weight: 700; color: #002F56; margin-left: auto; }

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

/* ============================================================
   Enrollment page — hero + path cards + phase-grouped timeline
   ============================================================ */
.uc-enroll-page-top { margin: 0 0 36px; }

.uc-enroll-hero {
  background: linear-gradient(135deg, #002F56 0%, #1a4870 100%);
  color: #fff;
  padding: 22px 28px 20px;
  position: relative;
  overflow: hidden;
}
.uc-enroll-hero::before {
  content: ""; position: absolute; right: -40px; top: -30px;
  width: 160px; height: 160px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 50%;
}
.uc-enroll-hero__kicker {
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase;
  color: #002F56; font-weight: 700; margin: 0 0 6px;
  display: inline-block; padding-bottom: 4px; position: relative;
}
.uc-enroll-hero__kicker::after { content: ""; position: absolute; left: 0; bottom: 0; width: 22px; height: 1px; background: #002F56; }
.uc-enroll-hero__title {
  font-family: var(--brand-serif, Georgia, serif);
  font-size: 22px !important; font-weight: 700; color: #fff !important;
  margin: 4px 0 6px !important; line-height: 1.2; letter-spacing: -.01em;
  border: 0 !important; padding: 0 !important;
}
.uc-enroll-hero__tagline {
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  font-size: 13.5px !important; line-height: 1.55 !important;
  color: rgba(255,255,255,.88) !important; margin: 0 !important;
  max-width: 700px; position: relative; z-index: 1;
}

.uc-enroll-stats {
  margin: 0 !important; padding: 22px 36px !important;
  background: #F2F3F4 !important;
  border: 1px solid #ECECEC !important;
  border-top: 0 !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 1px !important;
}
.uc-enroll-stats .uc-fact { background: #fff; border: 0; padding: 18px 14px 16px; }
.uc-enroll-stats .uc-fact--primary { border-top: 1px solid #D9DEE4; }
.uc-enroll-stats .uc-fact__num { font-size: 19px; }

/* Page TOC variant */
.uc-toc--enroll { margin-top: 22px; }

.uc-enroll-intro {
  font-family: var(--brand-serif, Georgia, serif);
  font-size: 17px !important; line-height: 1.55 !important;
  color: #1a1a1a !important; margin: 28px 0 18px !important;
}

/* Path selector cards */
.uc-path-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
  margin: 0 0 36px;
}
.uc-path {
  display: block;
  background: #fff;
  border: 1px solid #ECECEC;
  padding: 26px 28px 24px;
  text-decoration: none;
  color: #1a1a1a;
  transition: border-color .15s, box-shadow .15s, transform .15s;
  position: relative;
}
.uc-path:hover { border-color: #D4D4D4; }
.uc-path--partner { border-top: 1px solid #D9DEE4; }
.uc-path--independent { border-top: 1px solid #D9DEE4; }
.uc-path__kicker {
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  font-size: 11px; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: #002F56;
  margin: 0 0 10px; display: inline-block;
}
.uc-path--independent .uc-path__kicker { color: #002F56; }
.uc-path__title {
  font-family: var(--brand-serif, Georgia, serif);
  font-size: 19px !important; font-weight: 700; color: #002F56 !important;
  margin: 0 0 12px !important; line-height: 1.25;
}
.uc-path__sub {
  font-size: 14px !important; line-height: 1.6 !important;
  color: #4a4a4a !important; margin: 0 0 16px !important;
}
.uc-path__cta {
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  font-size: 13px; font-weight: 700; color: #002F56;
  letter-spacing: 0.04em; display: inline-block;
  padding-bottom: 4px; border-bottom: 1px solid #D9DEE4;
}
.uc-path:hover .uc-path__cta { color: #0050C8; border-bottom-color: #0050C8; }

/* Phase-grouped timeline */
.uc-phase-list { margin: 32px 0 28px; }
.uc-phase-list__head { margin: 0 0 18px; padding-bottom: 12px; border-bottom: 1px solid #D9DEE4; }
.uc-phase-list__title {
  font-family: var(--brand-serif, Georgia, serif);
  font-size: 22px !important; font-weight: 700; color: #002F56 !important;
  margin: 0 0 4px !important;
}
.uc-phase-list__sub { font-size: 13px !important; color: #666 !important; margin: 0 !important; font-style: italic; }

.uc-phase {
  background: #fff; border: 1px solid #ECECEC;
  margin: 0 0 12px; padding: 0;
}
.uc-phase--accordion { padding: 0; }
.uc-phase--accordion[open] { border-color: #D4D4D4; }
.uc-phase__head {
  background: #F2F3F4; padding: 16px 22px;
  border-bottom: 1px solid #d4d4d4;
}
.uc-phase__head--summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  user-select: none;
  transition: background .15s ease;
}
.uc-phase__head--summary::-webkit-details-marker { display: none; }
.uc-phase__head--summary::marker { display: none; }
.uc-phase--accordion:not([open]) .uc-phase__head--summary { border-bottom: 0; }
.uc-phase__head--summary:hover { background: #F5F5F5; }
.uc-phase__head-text { flex: 1 1 auto; min-width: 0; }
.uc-phase__head-meta {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.uc-phase__count {
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #002F56;
  background: #fff;
  border: 1px solid #002F56;
  padding: 4px 10px;
  white-space: nowrap;
}
.uc-phase__chev {
  flex-shrink: 0;
  transition: transform .2s ease;
}
.uc-phase--accordion[open] .uc-phase__chev { transform: rotate(180deg); }
.uc-phase__title {
  font-family: var(--brand-serif, Georgia, serif);
  font-size: 16px !important; font-weight: 700; color: #002F56 !important;
  margin: 0 0 4px !important; letter-spacing: 0.02em;
}
.uc-phase__desc { font-size: 13px !important; color: #4a4a4a !important; margin: 0 !important; }

.uc-phase__list { list-style: none; margin: 0; padding: 0; position: relative; }
.uc-phase__step {
  display: flex; gap: 22px; padding: 20px 22px;
  border-bottom: 1px dotted #ECECEC;
  position: relative;
}
.uc-phase__step:last-child { border-bottom: 0; }
.uc-phase__step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 38px; top: 62px; bottom: -8px;
  width: 1px;
  background-image: linear-gradient(to bottom, #D4D4D4 50%, transparent 50%);
  background-size: 1px 6px;
}
.uc-phase__step-num {
  flex: 0 0 36px;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: #002F56;
  font-family: var(--brand-serif, Georgia, serif);
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -.02em;
  text-align: center;
  padding-top: 4px;
  display: block;
}
.uc-phase__step-body { flex: 1 1 auto; min-width: 0; padding-top: 4px; }
.uc-phase__step-title {
  font-family: var(--brand-serif, Georgia, serif);
  font-size: 16px !important; font-weight: 700; color: #002F56 !important;
  margin: 0 0 6px !important; line-height: 1.3;
}
.uc-phase__step-desc { font-size: 14.5px !important; line-height: 1.6 !important; color: #4a4a4a !important; }
.uc-phase__step-desc p { font-size: inherit; line-height: inherit; margin: 0 0 8px; }
.uc-phase__step-body ul { margin: 8px 0 0 20px; padding: 0; font-size: 14px; line-height: 1.6; }

.uc-phase--indep { margin-top: 32px; }
.uc-phase--indep .uc-phase__head { background: #F5F5F5; border-bottom: 1px solid #002F56; }
.uc-phase--indep .uc-phase__step-num { color: #002F56; background: transparent; }

@media (max-width: 800px) {
  .uc-enroll-hero { padding: 26px 22px; }
  .uc-enroll-hero__title { font-size: 22px !important; }
  .uc-enroll-stats { padding: 18px 22px !important; grid-template-columns: 1fr 1fr !important; }
  .uc-path-grid { grid-template-columns: 1fr; }
  .uc-phase__step { flex-direction: row; gap: 14px; }
  .uc-phase__step-num { flex-basis: 32px; font-size: 24px; }
  .uc-phase__step:not(:last-child)::after { left: 34px; }
}

/* ============================================================
   FAQ page — accordion tiles (Cattolica-style)
   ============================================================ */
.uc-faq__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 24px 0 32px;
}
.uc-faq__item {
  background: #fff;
  border: 1px solid #ECECEC;
  transition: border-color .15s ease;
}
.uc-faq__item[open] { border-color: #D4D4D4; }
.uc-faq__q {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 24px;
  user-select: none;
  transition: background .15s ease;
}
.uc-faq__q::-webkit-details-marker { display: none; }
.uc-faq__q::marker { display: none; }
.uc-faq__q:hover { background: #FBFBFB; }
.uc-faq__q-num {
  flex: 0 0 auto;
  font-family: var(--brand-serif, Georgia, serif);
  font-size: 18px;
  font-weight: 700;
  color: #002F56;
  letter-spacing: -.02em;
  min-width: 32px;
}
.uc-faq__q-text {
  flex: 1 1 auto;
  font-family: var(--brand-serif, Georgia, serif);
  font-size: 16px;
  font-weight: 700;
  color: #002F56;
  line-height: 1.35;
}
.uc-faq__chev {
  flex-shrink: 0;
  transition: transform .2s ease;
}
.uc-faq__item[open] .uc-faq__chev { transform: rotate(180deg); }
.uc-faq__a {
  padding: 4px 24px 22px 74px;
  border-top: 1px dotted #ECECEC;
  margin: 0 24px;
}
.uc-faq__a p {
  font-size: 14.5px !important;
  line-height: 1.65 !important;
  color: #1a1a1a !important;
  margin: 14px 0 0 !important;
}
.uc-faq__more { font-size: 13px !important; }
.uc-faq__more a {
  color: #002F56;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #002F56;
  text-underline-offset: 3px;
}
.uc-faq__more a:hover { text-decoration-color: #002F56; }

@media (max-width: 600px) {
  .uc-faq__q { padding: 14px 16px; gap: 12px; }
  .uc-faq__q-num { min-width: 24px; font-size: 16px; }
  .uc-faq__q-text { font-size: 14.5px; }
  .uc-faq__a { padding: 4px 16px 18px 16px; margin: 0 16px; }
}

/* Sidebar box destination subtitle */
.uc-sidebox__sub {
  display: block;
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  font-size: 11px;
  color: #666;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin: -10px 0 14px;
  text-transform: none;
}
.uc-sidebox--contact .uc-sidebox__sub { text-align: left; }

/* ============================================================
   Academics — 3A model + assessment bars + calendar
   ============================================================ */
.uc-3a-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 0 0 0;
}
.uc-3a {
  background: #fff;
  border: 1px solid #c3cdda;
  border-top: 3px solid #002F56;
  padding: 28px 24px 22px;
  position: relative;
}
.uc-3a__num {
  display: block;
  font-family: var(--brand-serif, Georgia, serif);
  font-size: 26px;
  font-weight: 700;
  color: #002F56;
  line-height: 1;
  letter-spacing: -.01em;
  margin: 0 0 6px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e5e5e5;
}
.uc-3a__title {
  font-family: var(--brand-serif, Georgia, serif);
  font-size: 18px !important;
  font-weight: 700;
  color: #002F56 !important;
  margin: 0 0 10px !important;
  position: relative;
  z-index: 1;
}
.uc-3a__body {
  font-size: 13.5px !important;
  line-height: 1.55 !important;
  color: #4a4a4a !important;
  margin: 0 !important;
  position: relative;
  z-index: 1;
}

/* 4-col variant for key principles */
.uc-key-principles--4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 800px) { .uc-key-principles--4 { grid-template-columns: 1fr 1fr; } }

/* Assessment bars */
.uc-assess-bars { display: flex; flex-direction: column; gap: 14px; }
.uc-bar {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 14px;
  align-items: baseline;
}
.uc-bar__lbl {
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  color: #1a1a1a;
}
.uc-bar__val {
  font-family: var(--brand-serif, Georgia, serif);
  font-size: 17px;
  font-weight: 700;
  color: #002F56;
  letter-spacing: -.02em;
}
.uc-bar__track {
  grid-column: 1 / -1;
  height: 6px;
  background: #ECECEC;
  position: relative;
  overflow: hidden;
}
.uc-bar__fill {
  height: 100%;
  background: linear-gradient(90deg, #002F56 0%, #002F56 100%);
}

/* Academic calendar pills */
.uc-cal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.uc-cal {
  background: #fff;
  border: 1px solid #ECECEC;
  border-left: 0;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.uc-cal__season {
  font-family: var(--brand-serif, Georgia, serif);
  font-size: 22px;
  font-weight: 700;
  color: #002F56;
  letter-spacing: -.02em;
}
.uc-cal__months {
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  font-size: 13px;
  color: #555;
  line-height: 1.45;
}
@media (max-width: 800px) {
  .uc-3a-grid { grid-template-columns: 1fr; }
  .uc-cal-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   Campus & Housing — premium structure
   ============================================================ */
.uc-housing-block {
  margin: 0 0 24px;
  padding: 28px 30px 24px;
  background: #fff;
  border: 1px solid #c3cdda;
}
.uc-housing-block__title {
  font-family: var(--brand-serif, Georgia, serif);
  font-size: 17px !important;
  font-weight: 600;
  color: #002F56 !important;
  margin: 0 0 14px !important;
  padding: 0 0 10px;
  border-bottom: 1px solid #e5e5e5;
  letter-spacing: 0;
}
.uc-housing-block__desc {
  font-size: 14px !important;
  line-height: 1.7 !important;
  color: #555 !important;
  margin: 16px 0 0 !important;
  padding-top: 14px;
  border-top: 1px dotted #ECECEC;
}
.uc-housing-sub { margin: 0 0 22px; }
.uc-housing-sub__title {
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  font-size: 11px !important;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #002F56 !important;
  margin: 0 0 12px !important;
}

/* Campus pills */
.uc-housing-pills {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin: 4px 0 0;
}
.uc-housing-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: #fff;
  border: 1px solid #ECECEC;
  border-left: 0;
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  font-size: 14px;
  color: #1a1a1a;
  transition: border-color .15s, background .15s;
}
.uc-housing-pill:hover { border-color: #D4D4D4; background: #FBFBFB; }
.uc-housing-pill svg { flex-shrink: 0; }
.uc-housing-pill strong { color: #002F56; }

/* Key principles 3-block */
.uc-key-principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 0 0 20px;
}
.uc-key {
  background: #fff;
  border: 1px solid #ECECEC;
  border-top: 1px solid #D9DEE4;
  padding: 18px 20px;
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.uc-key__num {
  font-family: var(--brand-serif, Georgia, serif);
  font-size: 22px;
  font-weight: 700;
  color: #002F56;
  letter-spacing: -.02em;
}
.uc-key__lbl {
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #002F56;
}

/* Housing callout */
.uc-housing-callout {
  background: #F5F5F5;
  border-left: 0;
  padding: 18px 22px;
  margin: 0 0 20px;
}
.uc-housing-callout__lbl {
  display: block;
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #002F56;
  margin-bottom: 8px;
}
.uc-housing-callout__body {
  margin: 0 !important;
  font-size: 14.5px !important;
  line-height: 1.6 !important;
  color: #1a1a1a !important;
}

/* Placement policy mini-flow */
.uc-policy-flow {
  list-style: none;
  margin: 0 0 4px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  position: relative;
}
.uc-policy-step {
  background: #fff;
  border: 1px solid #ECECEC;
  padding: 16px 18px 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
.uc-policy-step:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -10px; top: 50%; transform: translateY(-50%);
  color: #D4D4D4;
  font-size: 16px;
  font-weight: 700;
  z-index: 1;
}
.uc-policy-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1.5px solid #002F56;
  color: #002F56;
  font-family: var(--brand-serif, Georgia, serif);
  font-weight: 700;
  font-size: 14px;
  border-radius: 50%;
}
.uc-policy-step strong {
  display: block;
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  color: #002F56;
  margin-bottom: 4px;
}
.uc-policy-step span {
  font-size: 12.5px;
  line-height: 1.5;
  color: #555;
}

/* Amenity tile grid */
.uc-amen-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.uc-amen {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid #ECECEC;
}
.uc-amen__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #F5F5F5;
}
.uc-amen__lbl {
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  font-size: 13px;
  color: #1a1a1a;
  line-height: 1.35;
  font-weight: 500;
}

/* Room-type pills */
.uc-room-pills {
  display: flex; flex-wrap: wrap; gap: 8px;
}
.uc-room-pill {
  display: inline-block;
  padding: 7px 14px;
  background: #fff;
  border: 1px solid #002F56;
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #002F56;
  border-radius: 999px;
}

/* Meal plan card */
.uc-meal-card {
  display: flex;
  gap: 20px;
  padding: 22px 24px;
  background: #fff;
  border: 1px solid #ECECEC;
  border-left: 0;
  align-items: flex-start;
}
.uc-meal-card__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px; height: 48px;
  background: #F5F5F5;
}
.uc-meal-card__body { flex: 1 1 auto; }
.uc-meal-card__title {
  font-family: var(--brand-serif, Georgia, serif);
  font-size: 17px !important;
  font-weight: 700;
  color: #002F56 !important;
  margin: 0 0 12px !important;
}
.uc-meal-card__list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 16px;
}
.uc-meal-card__list li {
  font-size: 13.5px !important;
  line-height: 1.5 !important;
  color: #1a1a1a !important;
  padding-left: 18px;
  position: relative;
}
.uc-meal-card__list li::before {
  content: "";
  position: absolute;
  left: 0; top: 7px;
  width: 8px; height: 8px;
  border-left: 0;
  border-bottom: 1px solid #D9DEE4;
  transform: rotate(-45deg);
}

@media (max-width: 800px) {
  .uc-key-principles { grid-template-columns: 1fr; }
  .uc-policy-flow { grid-template-columns: 1fr 1fr; }
  .uc-policy-step::after { display: none; }
  .uc-amen-grid { grid-template-columns: 1fr 1fr; }
  .uc-meal-card__list { grid-template-columns: 1fr; }
  .uc-meal-card { flex-direction: column; gap: 12px; }
}

/* Campus block + month cards — airy pricing layout */
.uc-campus-block {
  margin: 32px 0;
  padding: 0;
}
.uc-campus-block__head {
  margin: 0 0 22px;
  padding-bottom: 14px;
  border-bottom: 1px solid #D9DEE4;
}
.uc-campus-block__title {
  font-family: var(--brand-serif, Georgia, serif);
  font-size: 22px !important;
  font-weight: 700;
  color: #002F56 !important;
  margin: 0 0 6px !important;
  letter-spacing: -.005em;
}
.uc-campus-block__year {
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #666;
}
.uc-month-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.uc-month-card {
  background: #fff;
  border: 1px solid #ECECEC;
}
.uc-month-card__head {
  padding: 14px 22px;
  font-family: var(--brand-serif, Georgia, serif);
  font-size: 18px;
  font-weight: 700;
  color: #002F56;
  border-bottom: 1px solid #ECECEC;
  letter-spacing: 0.02em;
}
.uc-month-card__body { padding: 6px 22px 18px; }
.uc-month-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px dotted #ECECEC;
}
.uc-month-row:last-child { border-bottom: 0; }
.uc-month-row__room {
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  font-size: 14px;
  color: #1a1a1a;
  line-height: 1.4;
}
.uc-month-row__price {
  font-family: var(--brand-serif, Georgia, serif);
  font-size: 16px;
  font-weight: 700;
  color: #002F56;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.uc-month-row--empty .uc-month-row__room { color: #b0b0b0; }
.uc-month-row--empty .uc-month-row__price { color: #c4c8ce; font-weight: 400; }
.uc-month-row__onreq {
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #002F56;
  text-decoration: none;
  border-bottom: 1px dotted #002F56;
  padding-bottom: 2px;
  white-space: nowrap;
}
.uc-month-row__onreq:hover { color: #0050C8; border-bottom-color: #0050C8; }

.uc-campus-block__tuition {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 16px;
  padding: 16px 22px;
  background: #F5F5F5;
  border-left: 0;
}
.uc-campus-block__tuition-lbl {
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #002F56;
}
.uc-campus-block__tuition-val {
  font-family: var(--brand-serif, Georgia, serif);
  font-size: 22px;
  font-weight: 700;
  color: #002F56;
  font-variant-numeric: tabular-nums;
}

@media (max-width: 800px) {
  .uc-month-grid { grid-template-columns: 1fr; }
}

/* Info-grid (Wikipedia/Cattolica style fact panel) */
.uc-infogrid {
  margin: 18px 0;
  padding: 0;
  border-top: 1px solid #D9DEE4;
  border-bottom: 1px solid #ECECEC;
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
}
.uc-infogrid__row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px dotted #ECECEC;
  align-items: baseline;
}
.uc-infogrid__row:last-child { border-bottom: 0; }
.uc-infogrid__lbl {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #002F56;
  margin: 0;
}
.uc-infogrid__val {
  font-size: 14.5px;
  line-height: 1.55;
  color: #1a1a1a;
  margin: 0;
}
.uc-infogrid__val strong { color: #002F56; }
@media (max-width: 700px) {
  .uc-infogrid__row { grid-template-columns: 1fr; gap: 4px; padding: 12px 0; }
  .uc-infogrid__lbl { font-size: 10px; }
}

/* Form (Request syllabi · partner application etc.) */
.uc-form-section {
  background: #fff;
  border: 1px solid #ECECEC;
  padding: 28px 32px;
}
.uc-form { display: flex; flex-direction: column; gap: 16px; }
.uc-form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.uc-form__field { display: flex; flex-direction: column; gap: 6px; }
.uc-form__lbl {
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #002F56;
}
.uc-form__req { color: #C9302C; font-weight: 700; margin-left: 4px; letter-spacing: 0; text-transform: none; }
.uc-form__input {
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  font-size: 14.5px;
  color: #1a1a1a;
  background: #FBFBFB;
  border: 1px solid #ECECEC;
  padding: 12px 14px;
  outline: none;
  transition: border-color .15s, background .15s;
  width: 100%;
  box-sizing: border-box;
}
.uc-form__input:focus { border-color: #002F56; background: #fff; }
.uc-form__input::placeholder { color: #999; font-style: italic; }
textarea.uc-form__input { resize: vertical; min-height: 80px; line-height: 1.55; font-family: inherit; }
select.uc-form__input { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'><polyline points='1,1 6,7 11,1' fill='none' stroke='%23002F56' stroke-width='2' stroke-linecap='round'/></svg>"); background-repeat: no-repeat; background-position: right 14px center; background-size: 12px 8px; padding-right: 38px; }
.uc-form__actions { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 8px; flex-wrap: wrap; }
.uc-form__submit {
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  background: #002F56;
  border: 0;
  padding: 14px 28px;
  cursor: pointer;
  transition: background .15s ease;
}
.uc-form__submit:hover { background: #001f3a; }
.uc-form__hint { font-size: 12px; color: #666; margin: 0; line-height: 1.5; flex: 1; min-width: 240px; }
.uc-form__hint a { color: #002F56; }

@media (max-width: 700px) {
  .uc-form-section { padding: 22px 18px; }
  .uc-form__grid { grid-template-columns: 1fr; }
}

/* Grade conversion table (US ↔ Italian) */
.uc-grade-tbl {
  width: 100%;
  border-collapse: collapse;
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  margin: 0 0 8px;
  border: 1px solid #ECECEC;
}
.uc-grade-tbl thead th {
  background: #002F56;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 12px 14px;
  text-align: left;
}
.uc-grade-tbl tbody td {
  padding: 11px 14px;
  border-bottom: 1px dotted #ECECEC;
  font-size: 14px;
  color: #1a1a1a;
}
.uc-grade-tbl tbody tr:last-child td { border-bottom: 0; }
.uc-grade-tbl tbody tr:nth-child(even) td { background: #FBFBFB; }
.uc-grade-tbl tbody td:first-child { font-family: var(--brand-serif, Georgia, serif); font-size: 16px; color: #002F56; }
.uc-grade-tbl tbody td:nth-child(3) { font-weight: 700; color: #002F56; font-variant-numeric: tabular-nums; }

/* Sector cards (placement sectors, etc.) */
.uc-sector-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 14px 0 0;
}
.uc-sector-card {
  background: #fff;
  border: 1px solid #ECECEC;
  border-top: 1px solid #D9DEE4;
  padding: 22px 22px 20px;
}
.uc-sector-card__title {
  font-family: var(--brand-serif, Georgia, serif);
  font-size: 16px !important;
  font-weight: 700;
  color: #002F56 !important;
  margin: 0 0 10px !important;
  line-height: 1.3;
}
.uc-sector-card__fields {
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  font-size: 12.5px !important;
  font-weight: 600;
  color: #002F56 !important;
  letter-spacing: 0.02em;
  margin: 0 0 10px !important;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ECECEC;
}
.uc-sector-card__desc {
  font-size: 13.5px !important;
  line-height: 1.55 !important;
  color: #4a4a4a !important;
  margin: 0 !important;
}
@media (max-width: 800px) {
  .uc-sector-grid { grid-template-columns: 1fr; }
}

/* Cattolica box grid (compact clickable cards with icon + label + arrow) */
.uc-cattbox-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 14px 0 0;
}
.uc-cattbox-grid--related { grid-template-columns: repeat(2, 1fr); }
.uc-cattbox {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid #ECECEC;
  text-decoration: none;
  color: #002F56;
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  transition: border-color .15s ease;
}
.uc-cattbox:hover { border-color: #002F56; }
.uc-cattbox__icon { flex-shrink: 0; display: inline-flex; }
.uc-cattbox__lbl { flex: 1 1 auto; display: flex; flex-direction: column; gap: 4px; }
.uc-cattbox__lbl strong {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #002F56;
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px dotted #002F56;
  align-self: flex-start;
}
.uc-cattbox__sub { font-size: 12px; color: #666; line-height: 1.4; }
.uc-cattbox__arrow { flex-shrink: 0; display: inline-flex; align-items: center; transition: transform .15s; }
.uc-cattbox:hover .uc-cattbox__arrow { transform: translateX(4px); }

@media (max-width: 700px) {
  .uc-cattbox-grid { grid-template-columns: 1fr 1fr; }
  .uc-cattbox-grid--related { grid-template-columns: 1fr; }
}

/* Catalog CTA — Cattolica-style outlined boxes (default + small variant) */
.uc-catalog-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 18px 0 0;
  padding: 22px 28px;
  background: #fff;
  border: 1px solid #ECECEC;
  color: #002F56;
  text-decoration: none;
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  transition: border-color .15s ease;
}
.uc-catalog-cta:hover { border-color: #002F56; }
.uc-catalog-cta__lbl { display: flex; flex-direction: column; gap: 6px; flex: 1; align-items: flex-start; }
.uc-catalog-cta__lbl strong {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #002F56;
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 1px dotted #002F56;
}
.uc-catalog-cta__sub { font-size: 12px; color: #666; }
.uc-catalog-cta__arrow { flex-shrink: 0; display: inline-flex; align-items: center; transition: transform .15s; }
.uc-catalog-cta__arrow svg path { stroke: #002F56 !important; }
.uc-catalog-cta:hover .uc-catalog-cta__arrow { transform: translateX(6px); }

/* Small variant — single line, no subtitle */
.uc-catalog-cta--small { padding: 14px 20px; gap: 12px; }
.uc-catalog-cta--small .uc-catalog-cta__lbl strong { font-size: 12px; padding-bottom: 3px; }

/* ============================================================
   Culinary Hub — cross-program matrix + course cards
   ============================================================ */
.uc-mtx-wrap {
  overflow-x: auto;
  margin: 0 0 8px;
  border: 1px solid #ECECEC;
}
.uc-mtx {
  width: 100%;
  border-collapse: collapse;
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
}
.uc-mtx thead th {
  background: #002F56;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 12px 10px;
  text-align: center;
}
.uc-mtx__rowhead {
  text-align: left !important;
  background: #002F56 !important;
}
.uc-mtx tbody tr:nth-child(odd) td { background: #FBFBFB; }
.uc-mtx tbody tr:nth-child(odd) th { background: #FBFBFB; }
.uc-mtx tbody th.uc-mtx__rowhead {
  background: #FBFBFB !important;
  color: #002F56;
  font-family: var(--brand-serif, Georgia, serif);
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  padding: 12px 14px;
  border-bottom: 1px solid #ECECEC;
}
.uc-mtx tbody tr:nth-child(even) th.uc-mtx__rowhead { background: #fff !important; }
.uc-mtx__hours {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #666;
  padding: 12px 10px;
  border-bottom: 1px solid #ECECEC;
  border-left: 1px solid #ECECEC;
}
.uc-mtx thead .uc-mtx__hours { color: #fff; opacity: 0.7; }
.uc-mtx__col { color: #fff !important; opacity: 0.7; }
.uc-mtx__cell {
  text-align: center;
  padding: 12px 10px;
  border-bottom: 1px solid #ECECEC;
  border-left: 1px solid #ECECEC;
}
.uc-mtx__cell--yes { background: #F5F5F5; }
.uc-mtx__cell--no  { color: #c4c8ce; }
.uc-mtx__cell svg { display: inline-block; vertical-align: middle; }
.uc-mtx__sr { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* Course card "Offered in" footer */
.uc-cul-avail {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dotted #b0b0b0;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.uc-cul-avail__lbl {
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #666;
  flex-shrink: 0;
}
.uc-cul-avail__pills { display: flex; gap: 6px; flex-wrap: wrap; }
.uc-cul-prog {
  display: inline-block;
  padding: 4px 10px;
  background: #fff;
  border: 1px solid #002F56;
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #002F56;
  text-decoration: none;
  border-radius: 999px;
  letter-spacing: 0.04em;
  transition: background .15s;
}
.uc-cul-prog:hover { background: #F5F5F5; }

/* Discreet Course Selection note (sober university tone) */
.uc-cs-note {
  margin: 0 0 32px;
  padding: 18px 22px;
  background: #fff;
  border-left: 0;
  border-top: 1px solid #e2e4e8;
  border-right: 1px solid #e2e4e8;
  border-bottom: 1px solid #e2e4e8;
}
.uc-cs-note__lbl {
  display: block;
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #002F56;
  margin-bottom: 6px;
}
.uc-cs-note__body {
  margin: 0 !important;
  font-size: 14.5px !important;
  line-height: 1.6 !important;
  color: #4a4a4a !important;
}
.uc-cs-note__body a { color: #002F56; font-weight: 700; text-decoration: underline; text-decoration-color: #002F56; text-underline-offset: 3px; }
.uc-cs-note__body a:hover { text-decoration-color: #002F56; }

.uc-phase__step-advisory {
  margin: 10px 0 0 !important;
  padding-top: 10px;
  border-top: 1px dotted #d4d4d4;
  font-size: 13.5px !important;
  color: #555 !important;
  line-height: 1.55 !important;
  font-style: italic;
}
.uc-phase__step-advisory a { color: #002F56; font-weight: 700; text-decoration: underline; text-decoration-color: #002F56; text-underline-offset: 3px; font-style: normal; }
.uc-phase__step-advisory a:hover { text-decoration-color: #002F56; }

/* Course Catalog: Table of Contents (11 concentrations grid) */
.uc-toc {
  margin: 18px 0 36px;
  padding: 0;
  border: 1px solid #ECECEC;
  background: #fff;
}
.uc-toc__head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 14px 22px;
  background: #002F56;
  color: #fff;
}
.uc-toc__head-title {
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.uc-toc__head-count {
  font-family: var(--brand-serif, Georgia, serif);
  font-size: 14px;
  font-weight: 700;
  color: #002F56;
}
.uc-toc__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
.uc-toc__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 22px;
  text-decoration: none;
  color: #1a1a1a;
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  border-bottom: 1px dotted #d4d4d4;
  border-right: 1px dotted #d4d4d4;
  transition: background .15s ease, color .15s ease;
}
.uc-toc__item:nth-child(2n) { border-right: 0; }
.uc-toc__item:hover { background: #F2F3F4; color: #002F56; }
.uc-toc__item:hover .uc-toc__count { color: #002F56; }
.uc-toc__item::after {
  content: "→";
  font-weight: 600;
  color: #999;
  margin-left: auto;
  transition: transform .15s ease, color .15s ease;
}
.uc-toc__item:hover::after { color: #002F56; transform: translateX(4px); }
.uc-toc__name {
  font-size: 14px;
  font-weight: 600;
  flex: 1;
  line-height: 1.3;
}
.uc-toc__count {
  font-size: 11px;
  font-weight: 700;
  color: #666;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 800px) {
  .uc-toc__grid { grid-template-columns: 1fr; }
  .uc-toc__item { border-right: 0; }
}

/* Course catalog: sub-section header + asterisk note */
.uc-cc-sub {
  font-family: var(--brand-serif, Georgia, serif);
  font-size: 19px !important;
  font-weight: 700;
  color: #002F56;
  margin: 28px 0 14px !important;
  padding-bottom: 10px;
  border-bottom: 1px solid #d4d4d4;
}
.uc-cc-asterisk { color: #002F56; font-weight: 700; }
.uc-cc-section--info { background: #F8F9FA; padding: 32px 36px; border-left: 0; margin: 32px 0; }
.uc-cc-info p { font-size: 15px; line-height: 1.7; color: #4a4a4a; margin: 0 0 12px; }
.uc-cc-info p:last-child { margin-bottom: 0; }

/* ============================================================
   Independent Study — Premium block
   ============================================================ */
.uc-cc-section--info { background: #fff !important; border-left: 0 !important; padding: 0 !important; }
.uc-indep { padding: 0; }

/* Hero strip */
.uc-indep-hero {
  background: linear-gradient(135deg, #002F56 0%, #1a4870 100%);
  color: #fff;
  padding: 36px 36px 32px;
  margin: 0 0 0;
  position: relative;
  overflow: hidden;
}
.uc-indep-hero::before {
  content: "";
  position: absolute;
  inset: auto -40px -60px auto;
  width: 240px; height: 240px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  pointer-events: none;
}
.uc-indep-hero::after {
  content: "";
  position: absolute;
  inset: auto -100px -120px auto;
  width: 320px; height: 320px;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 50%;
  pointer-events: none;
}
.uc-indep-hero__kicker {
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #002F56;
  font-weight: 700;
  margin: 0 0 8px;
  display: inline-block;
  position: relative;
  padding-bottom: 6px;
}
.uc-indep-hero__kicker::after { content: ""; position: absolute; left: 0; bottom: 0; width: 28px; height: 2px; background: #002F56; }
.uc-indep-hero__title {
  font-family: var(--brand-serif, Georgia, serif);
  font-size: 30px !important;
  font-weight: 700 !important;
  color: #fff !important;
  margin: 8px 0 10px !important;
  line-height: 1.15;
  letter-spacing: -.01em;
  border: 0 !important;
  padding: 0 !important;
}
.uc-indep-hero__tagline {
  font-family: var(--brand-serif, Georgia, serif);
  font-size: 16px !important;
  line-height: 1.5 !important;
  color: rgba(255,255,255,.88) !important;
  margin: 0 !important;
  max-width: 720px;
  position: relative;
  z-index: 1;
}

/* Key facts grid OVERRIDES inside indep */
.uc-indep .uc-fact-grid { margin: 0; padding: 24px 36px; background: #F2F3F4; border-bottom: 1px solid #d4d4d4; gap: 1px; grid-template-columns: repeat(4, 1fr); }
.uc-indep .uc-fact { background: #fff; border: 0; padding: 22px 16px 20px; }
.uc-indep .uc-fact--primary { background: #fff; border-top: 1px solid #D9DEE4; }
.uc-indep .uc-fact__num { font-size: 19px; }
.uc-indep .uc-fact__num small { color: #b0b0b0; }

/* Sub-section header */
.uc-indep__sub {
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  font-size: 11px !important;
  font-weight: 700 !important;
  color: #002F56 !important;
  margin: 0 0 16px !important;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 8px;
  display: inline-block;
}
.uc-indep__sub::after { content: ""; position: absolute; left: 0; bottom: 0; width: 24px; height: 2px; background: #002F56; }
.uc-indep__hint { font-size: 13px !important; color: #666 !important; margin: 0 0 16px !important; font-style: italic; }
.uc-indep__note { font-size: 13px !important; color: #555 !important; line-height: 1.65 !important; margin: 18px 0 0 !important; padding-top: 18px; border-top: 1px dotted #b0b0b0; font-style: italic; }

/* How it works — process timeline */
.uc-indep-steps { padding: 36px 36px 8px; }
.uc-indep-step-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.uc-indep-step {
  background: #fff;
  border: 1px solid #ECECEC;
  padding: 22px 22px 20px;
  position: relative;
  transition: border-color .15s, box-shadow .15s;
}
.uc-indep-step:hover { border-color: #D4D4D4; }
.uc-indep-step:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -16px; top: 50%;
  width: 16px; height: 1px;
  background: #c4c8ce;
  z-index: 1;
}
.uc-indep-step__num {
  font-family: var(--brand-serif, Georgia, serif);
  font-size: 13px;
  font-weight: 700;
  color: #002F56;
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: 10px;
}
.uc-indep-step__title {
  font-family: var(--brand-serif, Georgia, serif);
  font-size: 15px !important;
  font-weight: 700;
  color: #002F56 !important;
  margin: 0 0 8px !important;
  line-height: 1.3;
}
.uc-indep-step__desc { font-size: 13px !important; line-height: 1.55 !important; color: #4a4a4a !important; margin: 0 !important; }
.uc-indep-step__desc strong { color: #002F56; font-weight: 700; }

/* Academic Areas */
.uc-indep-areas { padding: 28px 36px 8px; }

/* Format + Eligibility 2-col fine print */
.uc-indep-fineprint {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding: 28px 36px 8px;
}
.uc-indep-fineprint__col h4 {
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #002F56;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.uc-indep-fineprint__col p { font-size: 13.5px; line-height: 1.65; color: #4a4a4a; margin: 0; }

.uc-indep .uc-indep__note { margin: 0 36px 0; padding: 18px 0 28px; }

/* CTA card — Cattolica-style outlined box with dotted underline + arrow */
.uc-indep-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 16px 36px 36px;
  padding: 22px 28px;
  background: #fff;
  border: 1px solid #ECECEC;
  color: #002F56;
  text-decoration: none;
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  transition: border-color .15s ease;
}
.uc-indep-cta:hover { border-color: #002F56; }
.uc-indep-cta__lbl { display: flex; flex-direction: column; gap: 6px; flex: 1; align-items: flex-start; }
.uc-indep-cta__lbl strong {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #002F56;
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 1px dotted #002F56;
}
.uc-indep-cta__sub { font-size: 13px; color: #666; }
.uc-indep-cta__arrow { flex-shrink: 0; display: inline-flex; align-items: center; transition: transform .15s; }
.uc-indep-cta__arrow svg path { stroke: #002F56 !important; }
.uc-indep-cta:hover .uc-indep-cta__arrow { transform: translateX(6px); }

@media (max-width: 900px) {
  .uc-indep-hero { padding: 28px 22px; }
  .uc-indep-hero__title { font-size: 24px !important; }
  .uc-indep-step-list { grid-template-columns: 1fr 1fr; }
  .uc-indep-step:nth-child(2)::after { display: none; }
  .uc-indep-fineprint { grid-template-columns: 1fr; padding: 24px 22px 4px; }
  .uc-indep-steps, .uc-indep-areas { padding: 24px 22px 4px; }
  .uc-indep .uc-fact-grid { padding: 18px 22px; grid-template-columns: 1fr 1fr; }
  .uc-indep-cta { margin: 16px 22px 22px; padding: 18px 22px; }
  .uc-indep .uc-indep__note { margin: 0 22px 0; }
}
@media (max-width: 500px) {
  .uc-indep-step-list { grid-template-columns: 1fr; }
  .uc-indep-step::after { display: none !important; }
}

.uc-area-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 12px 0 0;
}
.uc-area-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  background: #fff;
  border: 1px solid #c4c8ce;
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  transition: border-color .15s, background .15s;
}
.uc-area-badge:hover { border-color: #002F56; background: #F2F3F4; }
.uc-area-badge__code {
  font-weight: 800;
  font-size: 11px;
  color: #fff;
  background: #002F56;
  padding: 4px 8px;
  letter-spacing: 0.06em;
  min-width: 56px;
  text-align: center;
  flex-shrink: 0;
}
.uc-area-badge__name {
  font-size: 13px;
  color: #1a1a1a;
  font-weight: 500;
  line-height: 1.3;
}

.uc-fact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 6px 0 14px;
}
.uc-fact {
  background: #fff;
  border-top: 1px solid #D9DEE4;
  border-left: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  padding: 16px 14px 14px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.uc-fact__num {
  font-family: var(--brand-serif, Georgia, serif);
  font-size: 17px;
  font-weight: 800;
  color: #002F56;
  line-height: 1.1;
  margin-bottom: 6px;
}
.uc-fact__num small { font-size: 12px; font-weight: 400; color: #999; margin: 0 2px; }
.uc-fact__lbl {
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #666;
  line-height: 1.3;
}

@media (max-width: 900px) {
  .uc-area-grid { grid-template-columns: repeat(2, 1fr); }
  .uc-fact-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 500px) {
  .uc-area-grid { grid-template-columns: 1fr; }
  .uc-fact-grid { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   Pricing card v2 — grouped by occupancy + brand palette
   Brand palette: navy #002F56 · sky-blue #F2F3F4 · light-blue #002F56
   ============================================================ */
.uc-pcard2 {
  background: #fff;
  border: 1px solid #ECECEC;
  border-top: 1px solid #D9DEE4;
  margin: 0 0 24px;
  overflow: hidden;
}
.uc-pcard2__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 24px 28px;
  background: #F5F5F5;
  border-bottom: 1px solid #d4d4d4;
}
.uc-pcard2__head-left { flex: 1 1 auto; }
.uc-pcard2__title {
  font-family: var(--brand-serif, Georgia, serif);
  font-size: 22px !important;
  font-weight: 700;
  color: #002F56 !important;
  margin: 0 0 6px !important;
  line-height: 1.2;
}
.uc-pcard2__badge {
  display: inline-block;
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #002F56;
  background: #F2F3F4;
  padding: 4px 10px;
}
.uc-pcard2__head-right { flex: 0 0 auto; }
.uc-pcard2__head-stat {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  text-align: right;
}
.uc-pcard2__head-num {
  font-family: var(--brand-serif, Georgia, serif);
  font-size: 22px;
  font-weight: 800;
  color: #002F56;
  letter-spacing: -.02em;
  line-height: 1;
}
.uc-pcard2__head-lbl {
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #666;
}

.uc-pcard2__cols {
  display: grid;
  grid-template-columns: 2.4fr 0.7fr 1fr 1fr;
  gap: 14px;
  padding: 12px 28px;
  background: #002F56;
  color: #fff;
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.uc-pcard2__col-cap, .uc-pcard2__col-price { text-align: right; }
.uc-pcard2__col-price { color: #002F56; }

.uc-pcard2__group { border-bottom: 1px solid #e2e4e8; }
.uc-pcard2__group:last-of-type { border-bottom: 0; }
.uc-pcard2__group-title {
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  font-size: 11px !important;
  font-weight: 700;
  color: #002F56 !important;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 0 !important;
  padding: 14px 28px 8px;
  background: #F5F5F5;
}

.uc-pcard2__rows { padding: 6px 0; }
.uc-pcard2__row {
  display: grid;
  grid-template-columns: 2.4fr 0.7fr 1fr 1fr;
  gap: 14px;
  align-items: center;
  padding: 12px 28px;
  border-bottom: 1px dotted #e2e4e8;
  transition: background .15s;
}
.uc-pcard2__row:last-child { border-bottom: 0; }
.uc-pcard2__row:hover { background: #fafbfc; }

.uc-pcard2__room {
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  font-size: 14.5px;
  color: #1a1a1a;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.uc-pcard2__room strong { color: #1a1a1a; font-weight: 700; }
.uc-pcard2__tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #002F56;
  background: #F2F3F4;
  padding: 2px 8px;
}

.uc-pcard2__cap-cell { text-align: right; }
.uc-pcard2__cap {
  display: inline-block;
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #002F56;
  background: #fff;
  border: 1px solid #002F56;
  padding: 3px 10px;
  border-radius: 999px;
  white-space: nowrap;
}

.uc-pcard2__price {
  font-family: var(--brand-serif, Georgia, serif);
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}
.uc-pcard2__price-num {
  font-size: 16px;
  font-weight: 700;
  color: #002F56;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.uc-pcard2__price--low {
  background: #F2F3F4;
  margin: -8px -10px;
  padding: 8px 10px;
}
.uc-pcard2__low-flag {
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #002F56;
}

.uc-pcard2__tuition {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0;
  padding: 16px 28px;
  background: #F5F5F5;
  border-top: 1px solid #d4d4d4;
  border-left: 0;
}
.uc-pcard2__tuition-label {
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #002F56;
}
.uc-pcard2__tuition-val {
  font-family: var(--brand-serif, Georgia, serif);
  font-size: 22px;
  font-weight: 700;
  color: #002F56;
  font-variant-numeric: tabular-nums;
}
.uc-pcard2__tuition-val small { font-family: -apple-system, "PT Sans", "Open Sans", sans-serif; font-size: 12px; font-weight: 400; color: #666; letter-spacing: .04em; margin-left: 4px; }

.uc-pcard2__note {
  font-size: 13px !important;
  color: #555 !important;
  line-height: 1.6 !important;
  margin: 0 !important;
  padding: 14px 28px 18px !important;
  font-style: italic;
  background: #fff;
}

@media (max-width: 800px) {
  .uc-pcard2__head { flex-direction: column; align-items: flex-start; padding: 18px 18px; }
  .uc-pcard2__head-stat { align-items: flex-start; text-align: left; }
  .uc-pcard2__cols { display: none; }
  .uc-pcard2__row { grid-template-columns: 1fr; padding: 14px 18px; gap: 6px; }
  .uc-pcard2__cap-cell { text-align: left; }
  .uc-pcard2__price { flex-direction: row; justify-content: space-between; align-items: center; }
  .uc-pcard2__group-title { padding: 12px 18px 6px; }
  .uc-pcard2__tuition { padding: 14px 18px; }
  .uc-pcard2__note { padding: 12px 18px 16px !important; }
}

/* ============================================================
   Costs & Enrollment: pricing cards + service cards + timeline
   ============================================================ */

.uc-pcard-grid { display: grid; grid-template-columns: 1fr; gap: 24px; margin: 24px 0; }

.uc-pcard {
  background: #fff;
  border: 1px solid #ECECEC;
  border-top: 1px solid #D9DEE4;
  padding: 24px 28px 26px;
  transition: border-color .15s, box-shadow .15s;
}
.uc-pcard:hover { border-color: #D4D4D4; }
.uc-pcard__head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 18px; flex-wrap: wrap; }
.uc-pcard__title { font-family: var(--brand-serif, Georgia, serif); font-size: 22px; font-weight: 700; color: #002F56; margin: 0; }
.uc-pcard__badge { font-family: -apple-system, "PT Sans", "Open Sans", sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: #002F56; background: #F2F3F4; padding: 5px 10px; border-radius: 2px; }

.uc-pcard__table { width: 100%; border-collapse: collapse; margin: 4px 0 18px; font-family: -apple-system, "PT Sans", "Open Sans", sans-serif; }
.uc-pcard__th { padding: 10px 8px; text-align: left; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #002F56; border-bottom: 1px solid #D9DEE4; }
.uc-pcard__th--desc { width: 50%; }
.uc-pcard__table td { padding: 12px 8px; border-bottom: 1px dotted #b0b0b0; font-size: 14px; vertical-align: top; }
.uc-pcard__row-desc { color: #1a1a1a; }
.uc-pcard__row-price { font-weight: 700; color: #002F56; white-space: nowrap; font-variant-numeric: tabular-nums; }
.uc-pcard__table tr:last-child td { border-bottom: 0; }

.uc-pcard__tuition { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 18px; background: #F2F3F4; border-left: 0; margin: 8px 0 14px; }
.uc-pcard__tuition-label { font-family: -apple-system, "PT Sans", "Open Sans", sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #002F56; }
.uc-pcard__tuition-val { font-family: var(--brand-serif, Georgia, serif); font-size: 22px; font-weight: 700; color: #002F56; }
.uc-pcard__tuition-val small { font-family: -apple-system, "PT Sans", "Open Sans", sans-serif; font-size: 12px; font-weight: 400; color: #666; letter-spacing: .04em; margin-left: 4px; }

.uc-pcard__note { font-size: 13px; color: #555; line-height: 1.6; margin: 0; padding: 12px 0 0; border-top: 1px dotted #b0b0b0; font-style: italic; }

/* Additional Services / Financial Aid card */
.uc-svccard { background: #fff; border: 1px solid #ECECEC; padding: 24px 28px; }
.uc-svccard__title { font-family: var(--brand-serif, Georgia, serif); font-size: 20px; font-weight: 700; color: #002F56; margin: 0 0 12px !important; }
.uc-svccard__intro { font-size: 14.5px; color: #4a4a4a; margin: 0 0 12px; }
.uc-svccard p { font-size: 14.5px; line-height: 1.65; color: #4a4a4a; margin: 0 0 12px; }
.uc-svclist { list-style: none !important; padding: 0 !important; margin: 8px 0 0 !important; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 28px; }
.uc-svclist__item {
  display: flex !important;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px !important;
  line-height: 1.55 !important;
  color: #1a1a1a;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}
.uc-svclist__item::before {
  content: "·";
  flex: 0 0 auto;
  font-family: var(--brand-serif, Georgia, serif);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: #002F56;
  margin-top: -2px;
  width: 8px;
  text-align: center;
}

/* ============================================================
   Additional Services — tile grid (replaces the old uc-svclist)
   ============================================================ */
.uc-svccard--tiles { padding: 24px 28px 28px; }
.uc-svc-card__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid #D9DEE4;
}
.uc-svc-card__head .uc-svccard__title { margin: 0 !important; padding: 0; border: 0; }
.uc-svc-card__count {
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #002F56;
  white-space: nowrap;
}

.uc-svctile-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 18px 0 0;
}
.uc-svctile {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid #e2e4e8;
  transition: border-color .15s, transform .15s;
}
.uc-svctile:hover { border-color: #002F56; transform: translateX(2px); }
.uc-svctile__icon { flex: 0 0 22px; display: inline-flex; padding-top: 2px; }
.uc-svctile__icon svg { display: block; }
.uc-svctile__body { flex: 1 1 auto; min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.uc-svctile__lead {
  font-family: var(--brand-serif, Georgia, serif);
  font-size: 14.5px;
  font-weight: 700;
  color: #002F56;
  line-height: 1.3;
  display: block;
}
.uc-svctile__rest {
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: #4a4a4a;
  display: block;
}

@media (max-width: 800px) {
  .uc-svctile-grid { grid-template-columns: 1fr; gap: 8px; }
  .uc-svctile { padding: 14px 16px; }
}

/* ============================================================
   Financial Aid — restructured card with aid-type pills
   ============================================================ */
.uc-svccard--aid-rebuilt { background: #fff !important; border: 1px solid #ECECEC; padding: 24px 28px 28px; }
.uc-aid-card__head { margin-bottom: 8px; padding-bottom: 12px; border-bottom: 1px solid #D9DEE4; }
.uc-aid-card__head .uc-svccard__title { margin: 0 !important; padding: 0; }
.uc-aid-card__lead {
  font-family: var(--brand-serif, Georgia, serif);
  font-size: 16px !important;
  line-height: 1.6 !important;
  color: #1a1a1a !important;
  margin: 16px 0 22px !important;
}
.uc-aid-card__pills-block {
  background: #F2F3F4;
  padding: 18px 22px;
  margin: 0 0 22px;
  border-left: 0;
}
.uc-aid-card__pills-label {
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #002F56;
  display: block;
  margin-bottom: 10px;
}
.uc-aid-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.uc-aid-pill {
  display: inline-block;
  padding: 7px 14px;
  background: #fff;
  border: 1px solid #c4c8ce;
  font-family: -apple-system, "PT Sans", "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #002F56;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.uc-aid-card__rest p {
  font-size: 14.5px !important;
  line-height: 1.65 !important;
  color: #4a4a4a !important;
  margin: 0 0 12px !important;
}
.uc-svccard--aid { background: #F8F9FA; }
@media (max-width: 800px) { .uc-svclist { grid-template-columns: 1fr; } }

/* Enrollment timeline */
.uc-steps__cat { font-family: var(--brand-serif, Georgia, serif); font-size: 19px !important; font-weight: 700; color: #002F56; margin: 36px 0 18px !important; padding-bottom: 10px; border-bottom: 1px solid #d4d4d4; }
.uc-steps { list-style: none; padding: 0; margin: 0; counter-reset: stepnum; }
.uc-step { display: flex; gap: 20px; padding: 18px 0; border-bottom: 1px dotted #b0b0b0; align-items: flex-start; }
.uc-step:last-child { border-bottom: 0; }
.uc-step__num { flex: 0 0 44px; height: 44px; border-radius: 50%; background: #002F56; color: #fff; font-family: var(--brand-serif, Georgia, serif); font-weight: 700; font-size: 18px; display: flex; align-items: center; justify-content: center; }
.uc-step__body { flex: 1 1 auto; min-width: 0; padding-top: 6px; }
.uc-step__title { font-family: var(--brand-serif, Georgia, serif); font-size: 17px !important; font-weight: 700; color: #002F56; margin: 0 0 6px !important; }
.uc-step__desc { font-size: 14.5px; line-height: 1.65; color: #4a4a4a; }
.uc-step__desc p { font-size: inherit; line-height: inherit; margin: 0 0 8px; }
.uc-step__body ul { margin: 8px 0 0 20px; padding: 0; font-size: 14px; line-height: 1.6; }
.uc-step__body ul li { margin-bottom: 4px; }

@media (max-width: 600px) {
  .uc-step { gap: 14px; }
  .uc-step__num { flex-basis: 36px; height: 36px; font-size: 15px; }
  .uc-pcard { padding: 20px 18px; }
  .uc-pcard__head { gap: 8px; }
  .uc-pcard__table td { font-size: 13px; padding: 10px 6px; }
}
