.home-redesign-preview,
.home-redesign {
  background: #f6f8fc;
}

.home-redesign-preview main,
.home-redesign main {
  overflow: hidden;
}

.home-redesign-preview .site-header,
.home-redesign .site-header {
  position: sticky;
  background: #ffffff;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.new-hero {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  color: #ffffff;
  background: #0e1726;
}

.new-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 18, 36, 0.9) 0%, rgba(7, 18, 36, 0.58) 47%, rgba(7, 18, 36, 0.14) 100%),
    url("assets/home-redesign-hero.jpg") center / cover no-repeat;
  transform: scale(1.02);
}

.new-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 120px;
  background: linear-gradient(180deg, rgba(246, 248, 252, 0), #f6f8fc);
}

.new-hero-inner {
  position: relative;
  z-index: 1;
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 96px 24px 88px;
}

.new-kicker,
.new-section-head span {
  display: inline-flex;
  color: var(--purple);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.new-kicker {
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(65, 86, 166, 0.9);
}

.new-hero h1 {
  max-width: 780px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(44px, 6vw, 76px);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.08;
}

.new-hero-copy {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.75;
}

.new-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.new-btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 8px;
  font-weight: 900;
}

.new-btn.primary {
  color: #ffffff;
  background: var(--purple);
}

.new-btn.secondary {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}

.new-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  max-width: 780px;
  margin-top: 58px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.new-hero-meta span::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 999px;
  background: var(--purple);
}

.new-section {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 80px 24px;
}

.new-section + .new-section {
  border-top: 1px solid rgba(217, 226, 236, 0.72);
}

.new-section-head {
  margin-bottom: 30px;
}

.new-section-head.row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.new-section-head h2 {
  margin: 9px 0 0;
  color: #111827;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.18;
}

.new-section-head p {
  max-width: 720px;
  margin: 10px 0 0;
  color: #667085;
  font-size: 15px;
  font-weight: 650;
}

.new-section-head a,
.major-home-section .new-section-head a,
.campus-life-section .new-section-head a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid rgba(65, 86, 166, 0.25);
  border-radius: 7px;
  color: var(--purple);
  background: #ffffff;
  font-size: 13px;
  font-weight: 900;
}

.quick-service {
  margin-top: -34px;
  padding-top: 0;
  position: relative;
  z-index: 3;
}

.quick-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.quick-service-grid a,
.reason-grid article,
.faq-preview a,
.contact-card,
.map-card {
  border: 1px solid rgba(22, 34, 51, 0.16);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.05);
}

.quick-service-grid a {
  min-height: 150px;
  padding: 22px;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.quick-service-grid a:hover,
.program-card:hover,
.major-preview-card:hover,
.campus-card:hover {
  transform: translateY(-5px);
  border-color: rgba(65, 86, 166, 0.55);
  box-shadow: 0 24px 50px rgba(65, 86, 166, 0.13);
}

.quick-service-grid b {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border: 1px solid rgba(65, 86, 166, 0.18);
  border-radius: 9px;
  color: var(--purple);
  background: #f4f6ff;
  font-size: 12px;
}

.quick-service-grid strong,
.reason-grid strong,
.faq-preview strong {
  display: block;
  color: #111827;
  font-size: 19px;
  font-weight: 950;
}

.quick-service-grid small {
  display: block;
  margin-top: 8px;
  color: #667085;
  font-weight: 650;
}

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

.program-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 2px solid rgba(22, 34, 51, 0.9);
  border-radius: 8px;
  background: #ffffff;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.program-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.program-card div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.program-card em {
  color: var(--purple);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.program-card strong {
  display: block;
  margin-top: 6px;
  color: #111827;
  font-size: 23px;
  font-weight: 950;
}

.program-card p,
.reason-grid p {
  margin: 10px 0 0;
  color: #667085;
  font-weight: 650;
  line-height: 1.65;
}

.program-card p {
  min-height: 112px;
}

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

.reason-grid article {
  display: grid;
  grid-template-rows: auto minmax(68px, auto) 1fr;
  align-content: start;
  min-height: 170px;
  padding: 24px;
}

.reason-grid article .reason-top {
  align-self: start;
}

.reason-grid strong {
  align-self: start;
}

.reason-grid p {
  align-self: start;
}

.journey-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 34px 0 0;
  list-style: none;
  border-top: 2px solid rgba(65, 86, 166, 0.25);
}

.journey-list li {
  position: relative;
  padding-right: 22px;
}

.journey-list li::before {
  content: "";
  position: absolute;
  top: -43px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 4px solid #ffffff;
  border-radius: 999px;
  background: var(--purple);
  box-shadow: 0 0 0 1px rgba(65, 86, 166, 0.35);
}

.journey-list b {
  color: var(--purple);
  font-size: 12px;
  font-weight: 950;
}

.journey-list strong {
  display: block;
  margin-top: 8px;
  color: #111827;
  font-size: 18px;
  font-weight: 950;
}

.journey-list span {
  display: block;
  margin-top: 5px;
  color: #667085;
  font-size: 13px;
  font-weight: 700;
}

.board-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.4fr;
  gap: 24px;
}

.featured-notice {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  border-radius: 8px;
  color: #ffffff;
  background:
    linear-gradient(160deg, rgba(37, 70, 145, 0.95), rgba(21, 36, 72, 0.96)),
    url("assets/campus-hero.png") center / cover no-repeat;
}

.featured-notice em {
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.featured-notice strong {
  display: block;
  margin-top: 12px;
  font-size: 25px;
  font-weight: 950;
  line-height: 1.35;
}

.featured-notice p {
  margin: 12px 0 24px;
  color: rgba(255, 255, 255, 0.78);
}

.featured-notice span {
  font-weight: 900;
}

.faq-preview {
  display: grid;
  gap: 12px;
}

.faq-preview a {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  align-items: center;
  min-height: 74px;
  padding: 0 20px;
}

.faq-preview span {
  display: inline-flex;
  width: max-content;
  padding: 5px 9px;
  border-radius: 999px;
  color: var(--purple);
  background: #f1f4ff;
  font-size: 11px;
  font-weight: 950;
}

.major-tab-shell {
  overflow: hidden;
  border: 1px solid rgba(22, 34, 51, 0.16);
  border-radius: 8px;
  background: #ffffff;
}

.major-tab-radio {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.major-tab-labels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid rgba(217, 226, 236, 0.95);
}

.major-tab-labels label {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(217, 226, 236, 0.95);
  color: #111827;
  font-size: 17px;
  font-weight: 950;
  cursor: pointer;
}

.major-tab-labels label:last-child {
  border-right: 0;
}

#major-home-employment:checked ~ .major-tab-labels label[for="major-home-employment"],
#major-home-ai:checked ~ .major-tab-labels label[for="major-home-ai"],
#major-home-two-year:checked ~ .major-tab-labels label[for="major-home-two-year"] {
  color: #ffffff;
  background: var(--purple);
}

.major-tab-panels {
  padding: 24px;
}

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

#major-home-employment:checked ~ .major-tab-panels .panel-employment,
#major-home-ai:checked ~ .major-tab-panels .panel-ai,
#major-home-two-year:checked ~ .major-tab-panels .panel-two-year {
  display: block;
}

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

.major-preview-card {
  position: relative;
  display: flex;
  min-height: 180px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 20px;
  border: 2px solid rgba(22, 34, 51, 0.88);
  border-radius: 8px;
  background: #ffffff;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.major-preview-card img {
  position: absolute;
  top: 10px;
  right: -8px;
  width: 148px;
  height: 108px;
  object-fit: contain;
}

.major-preview-card strong {
  position: relative;
  z-index: 1;
  max-width: 74%;
  color: #111827;
  font-size: 19px;
  font-weight: 950;
  line-height: 1.3;
}

.major-empty {
  min-height: 180px;
  padding: 34px;
  border: 1px dashed rgba(65, 86, 166, 0.38);
  border-radius: 8px;
  background: #f8faff;
}

.major-empty strong {
  display: block;
  color: #111827;
  font-size: 22px;
  font-weight: 950;
}

.major-empty p {
  margin: 10px 0 0;
  color: #667085;
  font-weight: 700;
}

.campus-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  grid-template-rows: repeat(2, minmax(190px, 1fr));
  gap: 18px;
}

.campus-card {
  position: relative;
  overflow: hidden;
  border: 2px solid rgba(22, 34, 51, 0.9);
  border-radius: 8px;
  background: #ffffff;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.campus-card.large {
  grid-row: span 2;
}

.campus-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.campus-card strong {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 950;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.42);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 22px;
}

.contact-card {
  padding: 28px;
}

.contact-card strong {
  display: block;
  color: #111827;
  font-size: 24px;
  font-weight: 950;
}

.contact-card p,
.contact-card li {
  color: #475467;
  font-weight: 700;
}

.contact-card ul {
  margin: 18px 0;
  padding: 0;
  list-style: none;
}

.contact-card a {
  color: var(--purple);
  font-weight: 950;
}

.map-card {
  display: grid;
  min-height: 270px;
  place-items: center;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(246, 248, 252, 0.96), rgba(255, 255, 255, 0.92)),
    radial-gradient(circle at 40% 48%, rgba(65, 86, 166, 0.15), rgba(65, 86, 166, 0) 34%);
}

.map-card span {
  display: inline-flex;
  width: 78px;
  height: 78px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  border-radius: 999px;
  color: #ffffff;
  background: var(--purple);
  font-weight: 950;
}

.map-card strong {
  display: block;
  color: #111827;
  font-size: 22px;
  font-weight: 950;
}

/* richer home blocks */
.quick-service,
.reason-section,
.board-section,
.campus-life-section {
  background: #ffffff;
  box-shadow: 0 0 0 100vmax #ffffff;
  clip-path: inset(0 -100vmax);
}

.program-section,
.journey-section,
.major-home-section,
.stay-service-section,
.contact-section {
  background: #f6f8fc;
  box-shadow: 0 0 0 100vmax #f6f8fc;
  clip-path: inset(0 -100vmax);
}

.new-section-head span {
  position: relative;
  align-items: center;
  gap: 8px;
}

.new-section-head span::before {
  content: "";
  width: 5px;
  height: 22px;
  border-radius: 999px;
  background: var(--purple);
}

.ui-icon {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: var(--purple);
  background: #f3f6ff;
  font-style: normal;
  font-weight: 950;
  line-height: 1;
}

.icon-file::before { content: "D"; }
.icon-download::before { content: "↓"; }
.icon-question::before { content: "?"; }
.icon-shield::before { content: "S"; }
.icon-medal::before { content: "T"; }
.icon-home::before { content: "H"; }
.icon-briefcase::before { content: "B"; }
.icon-search::before { content: "⌕"; }
.icon-apply::before { content: "A"; }
.icon-arrow::before { content: "›"; }
.icon-car::before { content: "C"; }
.icon-heart::before { content: "♡"; }
.icon-ai::before { content: "AI"; font-size: 10px; }
.icon-chip::before { content: "IC"; font-size: 10px; }
.icon-food::before { content: "F"; }
.icon-id::before { content: "ID"; font-size: 10px; }
.icon-link::before { content: "↗"; }
.icon-location::before { content: "⌖"; }
.icon-phone::before { content: "☎"; font-size: 14px; }
.icon-mail::before { content: "✉"; font-size: 13px; }
.icon-clock::before { content: "○"; }

.service-top,
.reason-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 24px;
}

.quick-service-grid a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 168px;
  border-width: 2px;
}

.quick-service-grid a::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--purple);
  border-right: 2px solid var(--purple);
  opacity: 0;
  transform: translateX(-8px) rotate(45deg);
  transition: opacity 160ms ease, transform 160ms ease;
}

.quick-service-grid a:hover::after {
  opacity: 1;
  transform: translateX(0) rotate(45deg);
}

.quick-service-grid a:hover .ui-icon,
.reason-grid article:hover .ui-icon,
.stay-service-grid a:hover .ui-icon {
  color: #ffffff;
  background: var(--purple);
}

.quick-service-grid b {
  margin-bottom: 0;
  border: 0;
  background: transparent;
  width: auto;
  height: auto;
}

.quick-service-grid em {
  display: block;
  margin: 0 0 10px;
  color: #8a95a8;
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.program-card figure {
  position: relative;
  overflow: hidden;
  margin: 0;
}

.program-card figure span {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #ffffff;
  background: var(--purple);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.05em;
}

.program-card img {
  transition: transform 220ms ease;
}

.program-card:hover img {
  transform: scale(1.045);
}

.program-card ul {
  display: grid;
  gap: 8px;
  min-height: 88px;
  margin: 22px 0 0;
  padding: 20px 0 0 18px;
  border-top: 1px solid rgba(217, 226, 236, 0.9);
  color: #344054;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.card-link {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  border-radius: 7px;
  color: var(--purple);
  background: #f4f7ff;
  font-size: 13px;
  font-weight: 950;
}

.program-card:hover .card-link {
  color: #ffffff;
  background: var(--purple);
}

.reason-grid article {
  border-width: 2px;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.reason-grid article:hover,
.stay-service-grid a:hover,
.news-list a:hover,
.map-card:hover,
.contact-card:hover {
  transform: translateY(-4px);
  border-color: rgba(65, 86, 166, 0.6);
  box-shadow: 0 22px 44px rgba(65, 86, 166, 0.12);
}

.reason-top em {
  padding: 5px 10px;
  border: 1px solid rgba(65, 86, 166, 0.18);
  border-radius: 999px;
  color: var(--purple);
  background: #f8faff;
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
}

.journey-list {
  align-items: start;
}

.journey-list li .ui-icon {
  position: absolute;
  top: -57px;
  left: -7px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(65, 86, 166, 0.22);
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.journey-list li::before {
  top: -38px;
  left: 11px;
  width: 8px;
  height: 8px;
  border-width: 3px;
}

.news-tools {
  display: grid;
  grid-template-columns: repeat(5, max-content) minmax(240px, 1fr);
  gap: 12px;
  align-items: center;
  margin: -6px 0 34px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(217, 226, 236, 0.9);
}

.news-tools > a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  border: 1px solid rgba(22, 34, 51, 0.7);
  border-radius: 999px;
  color: #111827;
  background: #ffffff;
  font-weight: 900;
}

.news-tools > a.active {
  color: #ffffff;
  border-color: var(--purple);
  background: var(--purple);
  box-shadow: 0 14px 30px rgba(65, 86, 166, 0.18);
}

.news-tools b {
  font-size: 12px;
}

.news-tools label {
  justify-self: end;
  position: relative;
  width: min(100%, 320px);
}

.news-tools label span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.news-tools input {
  width: 100%;
  min-height: 44px;
  padding: 0 44px 0 16px;
  border: 1px solid rgba(217, 226, 236, 0.95);
  border-radius: 7px;
  color: #111827;
  background: #ffffff;
  font: inherit;
  font-weight: 700;
}

.news-tools label::after {
  content: "⌕";
  position: absolute;
  top: 50%;
  right: 15px;
  color: #98a2b3;
  transform: translateY(-50%);
  font-weight: 950;
}

.featured-notice time {
  display: block;
  margin-top: 28px;
  font-size: 16px;
  font-weight: 950;
}

.news-list {
  display: grid;
  gap: 14px;
}

.news-list a {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 34px;
  align-items: center;
  min-height: 82px;
  gap: 18px;
  padding: 12px 18px;
  border: 2px solid rgba(22, 34, 51, 0.9);
  border-radius: 8px;
  background: #ffffff;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.news-list time {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(65, 86, 166, 0.24);
  border-radius: 8px;
  color: var(--purple);
  background: #f8faff;
  text-align: center;
  font-weight: 950;
}

.news-list time b {
  font-size: 15px;
  line-height: 1;
}

.news-list time span {
  color: #98a2b3;
  font-size: 10px;
  line-height: 1;
}

.news-list strong {
  color: #111827;
  font-size: 17px;
  font-weight: 950;
}

.news-list .ui-icon {
  justify-self: end;
}

.major-category-row {
  display: grid;
  grid-template-columns: max-content 1fr max-content;
  gap: 18px;
  align-items: center;
  margin: 0 0 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(217, 226, 236, 0.95);
}

.major-category-row strong {
  padding-left: 14px;
  border-left: 4px solid #ff6b00;
  color: #ff6b00;
  font-size: 18px;
  font-weight: 950;
}

.major-category-row span,
.major-category-row em {
  color: #98a2b3;
  font-size: 12px;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.major-category-row em {
  justify-self: end;
}

.major-preview-card {
  min-height: 250px;
  padding: 24px;
  background:
    linear-gradient(180deg, #ffffff 0%, #ffffff 68%, #f8faff 100%);
}

.major-preview-card::after {
  content: "↗";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--purple);
  background: #f1f4ff;
  font-weight: 950;
}

.major-preview-card img {
  top: 22px;
  right: 12px;
  width: 170px;
  height: 122px;
  opacity: 0.96;
  transition: transform 180ms ease;
}

.major-preview-card:hover img {
  transform: scale(1.05) rotate(1deg);
}

.major-icon {
  position: relative;
  z-index: 2;
  width: 44px;
  height: 44px;
  margin-bottom: 32px;
  border: 1px solid rgba(22, 34, 51, 0.8);
  border-radius: 9px;
  background: #ffffff;
}

.major-preview-card em {
  position: relative;
  z-index: 2;
  max-width: 68%;
  color: var(--purple);
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.major-preview-card small {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 40px;
  color: #667085;
  font-size: 13px;
  font-weight: 800;
}

.stay-service-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.stay-service-grid a {
  display: grid;
  grid-template-rows: 34px minmax(52px, auto) minmax(46px, auto);
  min-height: 180px;
  align-content: center;
  justify-items: center;
  gap: 12px;
  padding: 22px;
  border: 2px solid rgba(22, 34, 51, 0.86);
  border-radius: 8px;
  background: #ffffff;
  text-align: center;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.stay-service-grid strong {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  color: #111827;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.3;
}

.stay-service-grid small {
  display: flex;
  min-height: 46px;
  align-items: flex-start;
  justify-content: center;
  color: #667085;
  font-weight: 700;
  line-height: 1.55;
}

.campus-card img {
  transition: transform 220ms ease;
}

.campus-card:hover img {
  transform: scale(1.045);
}

.campus-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0.62));
}

.campus-card span,
.campus-card strong,
.campus-card small {
  position: absolute;
  z-index: 2;
}

.campus-card span {
  top: 18px;
  left: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #ffffff;
  background: #ff6b00;
  font-size: 12px;
  font-weight: 950;
}

.campus-card small {
  left: 18px;
  right: 18px;
  bottom: 17px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.campus-card strong {
  bottom: 40px;
}

.contact-card,
.map-card {
  border-width: 2px;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.contact-list {
  display: grid;
  gap: 18px;
}

.contact-list li {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 10px 14px;
  align-items: center;
}

.contact-list li .ui-icon {
  grid-row: span 2;
}

.contact-list li span {
  color: #98a2b3;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contact-list li b {
  color: #111827;
  font-weight: 950;
}

.map-card {
  background:
    linear-gradient(90deg, rgba(247, 250, 255, 0.92) 0 0) padding-box,
    radial-gradient(circle at 50% 48%, rgba(65, 86, 166, 0.2), transparent 18%),
    repeating-linear-gradient(0deg, rgba(65, 86, 166, 0.08) 0 1px, transparent 1px 18px),
    repeating-linear-gradient(90deg, rgba(65, 86, 166, 0.08) 0 1px, transparent 1px 18px);
}

.map-card span {
  display: inline-flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  border-radius: 999px;
  color: var(--purple);
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(65, 86, 166, 0.18);
}

.map-card span .ui-icon {
  color: #ffffff;
  background: var(--purple);
}

.map-card small {
  display: block;
  margin-top: 8px;
  color: #667085;
  font-weight: 800;
}

@media (max-width: 1100px) {
  .quick-service-grid,
  .reason-grid,
  .stay-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .program-grid,
  .major-preview-grid {
    grid-template-columns: 1fr;
  }

  .board-layout,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .news-tools {
    grid-template-columns: repeat(3, max-content);
  }

  .news-tools label {
    grid-column: 1 / -1;
    justify-self: stretch;
    width: 100%;
  }
}

@media (max-width: 760px) {
  .new-hero {
    min-height: 610px;
  }

  .new-hero-inner {
    padding: 74px 18px 88px;
  }

  .new-section {
    padding: 58px 18px;
  }

  .new-section-head.row {
    display: block;
  }

  .new-section-head.row a {
    margin-top: 16px;
  }

  .quick-service-grid,
  .reason-grid,
  .journey-list,
  .campus-grid,
  .stay-service-grid {
    grid-template-columns: 1fr;
  }

  .news-tools {
    grid-template-columns: 1fr 1fr;
  }

  .news-tools > a {
    justify-content: center;
    padding: 0 12px;
  }

  .news-list a {
    grid-template-columns: 54px minmax(0, 1fr);
  }

  .news-list .ui-icon {
    display: none;
  }

  .major-category-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .major-category-row em {
    justify-self: start;
  }

  .journey-list {
    gap: 22px;
    border-top: 0;
  }

  .journey-list li {
    padding-left: 54px;
  }

  .journey-list li .ui-icon {
    top: 2px;
    left: 0;
  }

  .journey-list li::before {
    display: none;
  }

  .major-tab-labels {
    grid-template-columns: 1fr;
  }

  .major-tab-labels label {
    border-right: 0;
    border-bottom: 1px solid rgba(217, 226, 236, 0.95);
  }

  .campus-card.large {
    grid-row: auto;
  }
}

/* redesign refinements */
.new-hero {
  min-height: 640px;
}

.new-hero::after {
  display: none;
}

.new-hero-inner {
  display: flex;
  min-height: 640px;
  flex-direction: column;
  padding-top: 92px;
  padding-bottom: 34px;
}

.new-hero-actions {
  margin-bottom: auto;
}

.new-hero-meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 42px;
  max-width: none;
  margin-top: 58px;
  padding-top: 22px;
}

.new-hero-meta span {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  white-space: nowrap;
}

.new-hero-meta span::before {
  flex: 0 0 auto;
}

.quick-service {
  position: relative;
  margin-top: 0;
  padding-top: 72px;
  background: #ffffff;
  box-shadow: 0 -26px 42px rgba(255, 255, 255, 0.9), 0 0 0 100vmax #ffffff;
}

.quick-service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 1px;
  background: rgba(217, 226, 236, 0.9);
}

.major-home-section,
.campus-life-section {
  background: #edf2f8;
  box-shadow: 0 0 0 100vmax #edf2f8;
}

.stay-service-section,
.contact-section {
  background: #ffffff;
  box-shadow: 0 0 0 100vmax #ffffff;
}

.board-tab-radio {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.news-tools > label:not(.news-search) {
  display: inline-flex;
  width: auto;
  min-height: 42px;
  align-items: center;
  justify-self: auto;
  gap: 10px;
  position: static;
  padding: 0 18px;
  border: 1px solid rgba(22, 34, 51, 0.7);
  border-radius: 999px;
  color: #111827;
  background: #ffffff;
  font-weight: 900;
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.news-tools > label:not(.news-search):hover {
  transform: translateY(-2px);
  border-color: var(--purple);
  box-shadow: 0 12px 24px rgba(65, 86, 166, 0.1);
}

.news-tools > label:not(.news-search)::after {
  display: none;
}

.news-tools > label:not(.news-search) b {
  display: inline-flex;
  min-width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(65, 86, 166, 0.08);
  font-size: 12px;
}

#home-board-notice:checked ~ .news-tools label[for="home-board-notice"],
#home-board-forms:checked ~ .news-tools label[for="home-board-forms"],
#home-board-faq:checked ~ .news-tools label[for="home-board-faq"],
#home-board-qna:checked ~ .news-tools label[for="home-board-qna"],
#home-board-sites:checked ~ .news-tools label[for="home-board-sites"] {
  color: #ffffff;
  border-color: var(--purple);
  background: var(--purple);
  box-shadow: 0 14px 30px rgba(65, 86, 166, 0.18);
}

#home-board-notice:checked ~ .news-tools label[for="home-board-notice"] b,
#home-board-forms:checked ~ .news-tools label[for="home-board-forms"] b,
#home-board-faq:checked ~ .news-tools label[for="home-board-faq"] b,
#home-board-qna:checked ~ .news-tools label[for="home-board-qna"] b,
#home-board-sites:checked ~ .news-tools label[for="home-board-sites"] b {
  background: rgba(255, 255, 255, 0.18);
}

.news-search {
  justify-self: end;
  position: relative;
  width: min(100%, 320px);
}

.board-panel {
  display: none;
}

#home-board-notice:checked ~ .board-panels .panel-notice,
#home-board-forms:checked ~ .board-panels .panel-forms,
#home-board-faq:checked ~ .board-panels .panel-faq,
#home-board-qna:checked ~ .board-panels .panel-qna,
#home-board-sites:checked ~ .board-panels .panel-sites {
  display: block;
}

.major-tab-shell {
  overflow: visible;
  border: 0;
  background: transparent;
}

.major-tab-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
  border-bottom: 0;
}

.major-tab-labels label {
  width: auto;
  min-height: 44px;
  gap: 12px;
  flex: 0 0 auto;
  padding: 0 22px;
  border: 1px solid rgba(22, 34, 51, 0.86);
  border-radius: 999px;
  background: #ffffff;
  font-size: 15px;
  transition: color 160ms ease, background 160ms ease, transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.major-tab-labels label:last-child {
  border-right: 1px solid rgba(22, 34, 51, 0.86);
}

.major-tab-labels label:hover {
  transform: translateY(-2px);
  border-color: var(--purple);
  box-shadow: 0 12px 24px rgba(65, 86, 166, 0.1);
}

.major-tab-labels label b {
  display: inline-flex;
  min-width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: inherit;
  background: rgba(65, 86, 166, 0.08);
  font-size: 12px;
}

#major-home-employment:checked ~ .major-tab-labels label[for="major-home-employment"] b,
#major-home-ai:checked ~ .major-tab-labels label[for="major-home-ai"] b,
#major-home-two-year:checked ~ .major-tab-labels label[for="major-home-two-year"] b {
  background: rgba(255, 255, 255, 0.18);
}

.major-tab-panels {
  padding: 0;
}

.major-category-row {
  margin-bottom: 24px;
}

.major-preview-card {
  min-height: 240px;
  padding: 28px 24px 24px;
}

.major-preview-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: #ff6b00;
}

.panel-employment .major-preview-card::before {
  background: #ff6b00;
}

.panel-employment .major-icon {
  color: #ff6b00;
}

.panel-employment .major-category-row strong {
  color: #ff6b00;
}

.panel-ai .major-preview-card::before {
  background: var(--purple);
}

.panel-ai .major-icon {
  color: var(--purple);
}

.panel-ai .major-category-row strong {
  color: var(--purple);
  border-left-color: var(--purple);
}

.panel-two-year .major-preview-card::before {
  background: #2fac66;
}

.panel-two-year .major-icon {
  color: #2fac66;
}

.panel-two-year .major-category-row strong {
  color: #2fac66;
  border-left-color: #2fac66;
}

.panel-employment .major-category-row strong {
  border-left-color: #ff6b00;
}

.major-preview-card:hover,
.stay-service-grid a:hover,
.service-card:hover,
.reason-card:hover,
.program-card:hover,
.news-list a:hover,
.campus-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(22, 34, 51, 0.12);
}

.major-preview-card .major-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 28px;
  border: 1px solid rgba(22, 34, 51, 0.9);
  border-radius: 10px;
  background: #ffffff;
}

.major-preview-card.is-no-image {
  min-height: 240px;
  background: linear-gradient(135deg, #ffffff 0%, #f8faff 100%);
}

.major-preview-card.is-no-image::after {
  opacity: 0.34;
}

.ui-icon::before,
.major-icon::before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: currentColor;
  -webkit-mask: var(--icon) center / contain no-repeat;
  mask: var(--icon) center / contain no-repeat;
}

.major-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--purple);
}

.icon-file { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpath d='M14 2v6h6'/%3E%3Cpath d='M8 13h8M8 17h5'/%3E%3C/svg%3E"); }
.icon-download { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpath d='M7 10l5 5 5-5'/%3E%3Cpath d='M12 15V3'/%3E%3C/svg%3E"); }
.icon-question { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M9.1 9a3 3 0 1 1 5.8 1c-.7 1.2-2.9 1.6-2.9 3'/%3E%3Cpath d='M12 17h.01'/%3E%3C/svg%3E"); }
.icon-shield { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z'/%3E%3Cpath d='M9 12l2 2 4-5'/%3E%3C/svg%3E"); }
.icon-medal { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 2l4 7 4-7'/%3E%3Ccircle cx='12' cy='14' r='5'/%3E%3Cpath d='M12 11l1 2 2 .3-1.5 1.5.4 2.2-1.9-1-1.9 1 .4-2.2L9 13.3l2-.3z'/%3E%3C/svg%3E"); }
.icon-home { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 11l9-8 9 8'/%3E%3Cpath d='M5 10v10h14V10'/%3E%3Cpath d='M9 20v-6h6v6'/%3E%3C/svg%3E"); }
.icon-briefcase { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='7' width='18' height='13' rx='2'/%3E%3Cpath d='M8 7V5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2M3 12h18'/%3E%3C/svg%3E"); }
.icon-search { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='M21 21l-4.3-4.3'/%3E%3C/svg%3E"); }
.icon-apply { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 11l2 2 4-4'/%3E%3Cpath d='M8 4h8l2 3v13H6V7z'/%3E%3C/svg%3E"); }
.icon-arrow { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E"); }
.icon-car { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 11l2-5h10l2 5'/%3E%3Crect x='3' y='11' width='18' height='7' rx='2'/%3E%3Ccircle cx='7' cy='18' r='2'/%3E%3Ccircle cx='17' cy='18' r='2'/%3E%3C/svg%3E"); }
.icon-heart { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.8 4.6a5.5 5.5 0 0 0-7.8 0L12 5.6l-1-1a5.5 5.5 0 1 0-7.8 7.8l1 1L12 21l7.8-7.6 1-1a5.5 5.5 0 0 0 0-7.8z'/%3E%3C/svg%3E"); }
.icon-ai { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='7' y='7' width='10' height='10' rx='2'/%3E%3Cpath d='M4 9h3M4 15h3M17 9h3M17 15h3M9 4v3M15 4v3M9 17v3M15 17v3'/%3E%3C/svg%3E"); }
.icon-chip { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='6' y='6' width='12' height='12' rx='2'/%3E%3Cpath d='M9 9h6v6H9zM3 10h3M3 14h3M18 10h3M18 14h3M10 3v3M14 3v3M10 18v3M14 18v3'/%3E%3C/svg%3E"); }
.icon-food { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 3v8a4 4 0 0 0 4 4v6'/%3E%3Cpath d='M8 3v18M12 3v8a4 4 0 0 1-4 4M17 3v18M17 3c2 2 3 5 3 8s-1 5-3 6'/%3E%3C/svg%3E"); }
.icon-id { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='16' rx='2'/%3E%3Ccircle cx='9' cy='10' r='2'/%3E%3Cpath d='M6 16c.7-2 5.3-2 6 0M14 9h4M14 13h4'/%3E%3C/svg%3E"); }
.icon-link { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3Cpath d='M15 3h6v6M10 14L21 3'/%3E%3C/svg%3E"); }
.icon-location { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 12-9 12S3 17 3 10a9 9 0 1 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E"); }
.icon-phone { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.1 4.2 2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1 1 .4 2 .7 2.8a2 2 0 0 1-.5 2.1L8.1 9.9a16 16 0 0 0 6 6l1.3-1.3a2 2 0 0 1 2.1-.5c.9.3 1.8.6 2.8.7a2 2 0 0 1 1.7 2.1z'/%3E%3C/svg%3E"); }
.icon-mail { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='M3 7l9 6 9-6'/%3E%3C/svg%3E"); }
.icon-clock { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 6v6l4 2'/%3E%3C/svg%3E"); }
.icon-language { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 5h10M9 3v2M5 9c2.8 0 5.2-1.7 6-4M7 5c.7 3.5 2.7 5.8 6 7'/%3E%3Cpath d='M14 20l4-9 4 9M15.5 17h5'/%3E%3C/svg%3E"); }
.icon-graduation { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 10L12 5 2 10l10 5 10-5z'/%3E%3Cpath d='M6 12v5c3 2 9 2 12 0v-5'/%3E%3Cpath d='M22 10v6'/%3E%3C/svg%3E"); }

@media (max-width: 1100px) {
  .news-tools {
    grid-template-columns: repeat(3, max-content);
  }

  .news-search {
    grid-column: 1 / -1;
    justify-self: stretch;
    width: 100%;
  }
}

@media (max-width: 760px) {
  .new-hero,
  .new-hero-inner {
    min-height: 620px;
  }

  .new-hero-meta {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .news-tools {
    grid-template-columns: 1fr 1fr;
  }

  .news-tools > label:not(.news-search) {
    justify-content: center;
    padding: 0 12px;
  }

  .major-tab-labels {
    display: flex;
  }
}

/* Homepage focused overrides: hero slider, quick service, notice, map */
.new-hero {
  min-height: 640px;
  overflow: hidden;
  background: #07111f;
}

.new-hero::after {
  display: none;
}

.new-hero-slider,
.new-hero-slide {
  position: absolute;
  inset: 0;
}

.new-hero-slider {
  overflow: hidden;
}

.new-hero-slide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 700ms ease;
}

.new-hero-slide.is-active {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
}

.new-hero-slide .new-hero-bg {
  position: absolute;
  inset: 0;
}

.video-slide .new-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #07111f;
}

.video-slide .new-hero-inner {
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.36);
}

.new-hero-slide .new-hero-inner {
  min-height: 640px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 82px;
  padding-bottom: 96px;
}

.new-kicker {
  width: fit-content;
  max-width: max-content;
  padding-right: 16px;
  white-space: normal;
}

.new-hero-meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  width: 100%;
  margin-top: 58px;
}

.hero-slide-dots {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 28px;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(7, 17, 31, 0.5);
  transform: translateX(-50%);
  backdrop-filter: blur(8px);
}

.hero-slide-dots button {
  width: 34px;
  height: 6px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
  cursor: pointer;
  transition: width 160ms ease, background 160ms ease;
}

.hero-slide-dots button.is-active {
  width: 48px;
  background: var(--purple);
}

.quick-service {
  margin-top: 0;
  padding-top: 64px;
  background: #ffffff;
}

.quick-service-grid a {
  position: relative;
  min-height: 132px;
  padding: 22px 22px 20px;
  border: 1px solid #162233;
  border-radius: 8px;
  box-shadow: none;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.quick-service-grid a:hover {
  border-color: var(--purple);
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(22, 34, 51, 0.12);
}

.quick-service-grid .service-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 10px;
}

.quick-service-grid b {
  width: auto;
  height: auto;
  margin: 0;
  border: 0;
  background: transparent;
  color: var(--purple);
  font-size: 13px;
  letter-spacing: 0.05em;
}

.quick-service-grid .ui-icon {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  color: var(--purple);
  background: #f4f7ff;
}

.quick-service-grid em {
  display: block;
  margin: 0 0 6px;
  color: #8a96a8;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.quick-service-grid strong {
  display: block;
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1.35;
}

.quick-service-grid small {
  display: block;
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}

.notice-home-section {
  background: #ffffff;
}

.notice-home-section .new-section-head.row {
  align-items: flex-end;
}

.notice-home-section .new-section-head p {
  max-width: 860px;
}

.notice-home-section .new-section-head.row > a {
  margin-bottom: 4px;
}

.home-notice-layout {
  display: grid;
  grid-template-columns: minmax(300px, 420px) 1fr;
  gap: 28px;
  align-items: stretch;
}

.home-featured-notice {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid #0f2c64;
  border-radius: 12px;
  background: linear-gradient(135deg, #244f9f, #173b7f);
  box-shadow: 0 18px 36px rgba(30, 70, 150, 0.16);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.home-featured-notice::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.24;
  background:
    linear-gradient(135deg, rgba(20, 50, 110, 0.98), rgba(20, 50, 110, 0.78)),
    url("assets/home-redesign-hero.jpg") center / cover no-repeat;
}

.home-featured-notice:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(30, 70, 150, 0.2);
}

.home-featured-main {
  position: relative;
  z-index: 1;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  padding: 34px;
  color: #ffffff;
}

.home-featured-main em {
  width: fit-content;
  margin-bottom: 28px;
  padding: 8px 12px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.home-featured-main time {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 800;
}

.home-featured-main strong {
  margin-bottom: 16px;
  font-size: 27px;
  line-height: 1.3;
}

.home-featured-main p {
  max-width: 320px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
}

.home-featured-main span {
  margin-top: auto;
  font-weight: 900;
}

.home-featured-notice .notice-download {
  position: absolute;
  z-index: 2;
  top: 24px;
  right: 24px;
  color: #ff9f1c;
  background: rgba(255, 255, 255, 0.12);
}

.home-notice-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.home-notice-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 46px;
  gap: 12px;
  align-items: center;
  min-height: 82px;
  padding-right: 14px;
  border: 1px solid #162233;
  border-radius: 10px;
  background: #ffffff;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.home-notice-item:hover {
  border-color: var(--purple);
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(22, 34, 51, 0.1);
}

.notice-card-link {
  min-width: 0;
  min-height: 82px;
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 18px;
  align-items: center;
  padding: 14px 8px 14px 18px;
  color: inherit;
}

.notice-card-date {
  width: 52px;
  height: 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #cfd8ec;
  border-radius: 8px;
  color: var(--purple);
  background: #f8faff;
  font-weight: 900;
  line-height: 1;
}

.notice-card-date b {
  font-size: 18px;
}

.notice-card-date span {
  margin-top: 4px;
  font-size: 10px;
  text-transform: uppercase;
}

.notice-card-text {
  min-width: 0;
}

.notice-card-text small {
  display: block;
  margin-bottom: 6px;
  color: #8a96a8;
  font-size: 12px;
  font-weight: 800;
}

.notice-card-text strong {
  display: block;
  overflow: hidden;
  color: #07111f;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notice-download {
  justify-self: end;
  margin-right: 0;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: var(--purple);
  background: #f4f7ff;
  transition: background 160ms ease, transform 160ms ease;
}

.notice-download:hover {
  transform: translateY(-2px);
  background: #e8efff;
}

.notice-go {
  display: none;
}

.home-notice-list > p {
  margin: 8px 0 0;
  color: #667085;
  font-size: 13px;
  font-weight: 800;
}

.home-map-card {
  position: relative;
  min-height: 360px;
  display: block;
  overflow: hidden;
  padding: 0;
  background: #eef2f7;
}

.home-map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  display: block;
  border: 0;
  filter: saturate(0.92);
}

.map-open-link {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 12px 16px;
  border: 1px solid rgba(22, 34, 51, 0.12);
  border-radius: 8px;
  color: #ffffff;
  background: rgba(22, 34, 51, 0.9);
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(22, 34, 51, 0.18);
}

@media (max-width: 1100px) {
  .home-notice-layout {
    grid-template-columns: 1fr;
  }

  .home-featured-notice,
  .home-featured-main {
    min-height: 300px;
  }
}

@media (max-width: 760px) {
  .new-hero,
  .new-hero-slide .new-hero-inner {
    min-height: 620px;
  }

  .new-hero-slide .new-hero-inner {
    padding-bottom: 86px;
  }

  .new-hero-meta {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 38px;
  }

  .quick-service {
    padding-top: 46px;
  }

  .quick-service-grid {
    grid-template-columns: 1fr;
  }

  .program-card p,
  .program-card ul {
    min-height: 0;
  }

  .notice-card-link {
    grid-template-columns: 1fr;
  }

  .notice-card-date {
    display: none;
  }

  .home-notice-item {
    grid-template-columns: 1fr auto;
  }

  .notice-go {
    display: none;
  }

  .home-map-card iframe {
    min-height: 300px;
  }
}
