﻿:root {
  --navy: #07143a;
  --navy-2: #0b2471;
  --blue: #245cff;
  --blue-2: #0f45d8;
  --blue-3: #1138a8;
  --royal: #1b55ff;
  --purple: #162b78;
  --purple-2: #245cff;
  --gold: #d7a936;
  --gold-2: #f2cc5f;
  --teal: #1f8f8a;
  --ink: #152033;
  --muted: #5f6c7b;
  --line: #d9e1ea;
  --surface: #ffffff;
  --soft: #f5f7fb;
  --soft-2: #edf4f7;
  --shadow: 0 18px 45px rgba(7, 20, 58, 0.14);
  --radius: 8px;
  --radius-sm: 8px;
  --container: 1180px;
}

/* Accreditation page */
.accreditation-page {
  background: #f5f8ff;
}

.accreditation-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 86% 24%, rgba(51, 111, 255, .45), transparent 32%),
    linear-gradient(115deg, #061643 0%, #0b2f8f 54%, #1557ef 100%);
}

.accreditation-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 16, 48, .72), rgba(5, 16, 48, .16)),
    repeating-linear-gradient(135deg, rgba(255,255,255,.05) 0 1px, transparent 1px 18px);
  opacity: .85;
}

.accreditation-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr);
  gap: 48px;
  align-items: center;
  min-height: 560px;
  padding: 56px 20px 96px;
}

.accreditation-breadcrumb {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 54px;
  color: rgba(255,255,255,.68);
  font-weight: 700;
  font-size: .9rem;
}

.accreditation-breadcrumb a {
  color: rgba(255,255,255,.82);
}

.accreditation-hero .eyebrow,
.accreditation-section .eyebrow,
.accreditation-process .eyebrow,
.accreditation-documents .eyebrow {
  color: var(--gold);
}

.accreditation-hero h1 {
  max-width: 700px;
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(3rem, 6vw, 5.5rem);
  line-height: .95;
  letter-spacing: 0;
}

.accreditation-hero__subtitle {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 900;
}

.accreditation-hero__copy > p:not(.eyebrow):not(.accreditation-hero__subtitle) {
  max-width: 560px;
  color: rgba(255,255,255,.86);
  font-size: 1.12rem;
  line-height: 1.75;
}

.accreditation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.accreditation-seal {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 420px;
}

.accreditation-seal::before {
  content: "";
  position: absolute;
  width: min(440px, 86%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(239,198,99,.24), transparent 62%);
  filter: blur(6px);
}

.accreditation-seal__shield {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: min(290px, 72vw);
  aspect-ratio: .82;
  padding: 44px 28px 54px;
  clip-path: polygon(50% 0, 92% 15%, 84% 76%, 50% 100%, 16% 76%, 8% 15%);
  color: #fff;
  background:
    linear-gradient(145deg, rgba(255,255,255,.14), transparent 32%),
    linear-gradient(145deg, #123fba, #061a55 72%);
  border: 10px solid var(--gold);
  box-shadow: 0 34px 90px rgba(0,0,0,.42), inset 0 0 0 2px rgba(255,255,255,.22);
  text-align: center;
}

.accreditation-seal__shield span {
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 900;
  letter-spacing: .08em;
}

.accreditation-seal__shield strong {
  display: block;
  margin: 10px 0;
  color: var(--gold);
  font-size: 6.8rem;
  line-height: .8;
}

.accreditation-seal__shield small {
  color: var(--gold);
  letter-spacing: .25em;
}

.accreditation-seal__base {
  position: absolute;
  bottom: 52px;
  width: min(360px, 86%);
  height: 58px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(239,198,99,.46), rgba(14, 46, 139, .16) 58%, transparent 72%);
}

.accreditation-info-strip {
  margin-top: -58px;
  position: relative;
  z-index: 2;
}

.accreditation-info-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 22px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 22px 70px rgba(7, 22, 67, .18);
}

.accreditation-info-card {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  align-items: center;
  padding: 14px 22px;
  border-right: 1px solid rgba(9, 31, 92, .1);
}

.accreditation-info-card:last-child {
  border-right: 0;
}

.accreditation-info-card > span,
.accreditation-feature-card > span,
.accreditation-document > span,
.accreditation-quality__inner > span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--royal));
  box-shadow: 0 14px 30px rgba(27, 85, 255, .28);
}

.accreditation-icon {
  width: 25px;
  height: 25px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

.accreditation-info-card h2 {
  margin: 0 0 4px;
  color: var(--navy);
  text-transform: uppercase;
  font-size: .86rem;
}

.accreditation-info-card p {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.accreditation-section,
.accreditation-process,
.accreditation-documents {
  padding: 72px 0;
}

.section-heading--center {
  text-align: center;
  margin: 0 auto 32px;
}

.section-heading--center h2 {
  margin-left: auto;
  margin-right: auto;
}

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

.accreditation-feature-card {
  display: block;
  min-height: 245px;
  padding: 28px 24px;
  border: 1px solid rgba(38, 88, 212, .12);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(7, 22, 67, .08);
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease;
}

.accreditation-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 70px rgba(7, 22, 67, .14);
}

.accreditation-feature-card > span {
  margin: 0 auto 18px;
}

.accreditation-feature-card h3 {
  margin: 0 0 10px;
  color: var(--navy);
  text-transform: uppercase;
  font-size: 1rem;
}

.accreditation-feature-card p {
  margin: 0;
  color: var(--muted);
}

.accreditation-process {
  background: #fff;
}

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

.accreditation-process-card {
  position: relative;
  padding: 16px 14px 0;
  text-align: center;
}

.accreditation-process-card::after {
  content: "";
  position: absolute;
  top: 54px;
  left: calc(50% + 42px);
  width: calc(100% - 64px);
  border-top: 1px dashed rgba(16, 45, 119, .28);
}

.accreditation-process-card:last-child::after {
  display: none;
}

.accreditation-process-card__number {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-bottom: 10px;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  font-weight: 900;
}

.accreditation-process-card__icon {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  margin: 0 auto 18px;
  border-radius: 50%;
  color: var(--blue);
  background: #fff;
  border: 1px solid rgba(38, 88, 212, .14);
  box-shadow: 0 18px 44px rgba(7, 22, 67, .1);
}

.accreditation-process-card h3 {
  margin: 0 0 8px;
  color: var(--navy);
  text-transform: uppercase;
  font-size: .9rem;
}

.accreditation-process-card p {
  margin: 0;
  color: var(--muted);
  font-size: .92rem;
}

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

.accreditation-document {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  align-items: center;
  padding: 20px;
  border: 1px solid rgba(38, 88, 212, .14);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(7, 22, 67, .08);
}

.accreditation-document > span {
  width: 48px;
  height: 48px;
  border-radius: 10px;
}

.accreditation-document h3 {
  margin: 0 0 6px;
  color: var(--navy);
  text-transform: uppercase;
  font-size: .9rem;
}

.accreditation-document p,
.accreditation-document a {
  margin: 0;
  color: var(--blue);
  font-weight: 800;
}

.accreditation-quality,
.accreditation-cta,
.accreditation-contact {
  background: #fff;
  padding: 20px 0;
}

.accreditation-quality__inner {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 24px;
  align-items: center;
  padding: 30px;
  border-radius: 12px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7,20,58,.96), rgba(18,75,210,.9)),
    var(--navy);
  box-shadow: 0 22px 64px rgba(7, 22, 67, .16);
}

.accreditation-quality__inner > span {
  width: 72px;
  height: 72px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.22);
}

.accreditation-quality h2,
.accreditation-cta h2 {
  margin: 0 0 8px;
  color: #fff;
}

.accreditation-quality p {
  margin: 0;
  color: rgba(255,255,255,.84);
}

.accreditation-cta__inner,
.accreditation-contact__grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px 32px;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(90deg, var(--blue-3), var(--blue));
}

.accreditation-contact {
  padding-bottom: 54px;
}

.accreditation-contact__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.accreditation-contact__grid a,
.accreditation-contact__grid div {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: center;
  color: #fff;
  font-weight: 800;
}

@media (max-width: 1100px) {
  .accreditation-hero__inner,
  .accreditation-info-strip__grid,
  .accreditation-card-grid,
  .accreditation-documents__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .accreditation-info-card {
    border-right: 0;
  }
}

@media (max-width: 700px) {
  .accreditation-hero__inner,
  .accreditation-info-strip__grid,
  .accreditation-card-grid,
  .accreditation-process__grid,
  .accreditation-documents__grid,
  .accreditation-contact__grid,
  .accreditation-quality__inner {
    grid-template-columns: 1fr;
  }

  .accreditation-hero__inner {
    min-height: auto;
    padding-top: 34px;
  }

  .accreditation-breadcrumb {
    margin-bottom: 28px;
  }

  .accreditation-seal {
    min-height: 320px;
  }

  .accreditation-process-card::after {
    display: none;
  }

  .accreditation-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 132px;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #f4f7ff 0, #ffffff 360px),
    var(--surface);
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: min(100% - 40px, var(--container));
  margin: 0 auto;
}

.section-band {
  padding: 78px 0;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.button__icon,
.card-icon,
.rail-icon,
.program-icon,
.reason-icon,
.mini-icon {
  display: inline-block;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button__icon {
  width: 18px;
  height: 18px;
  stroke-width: 2;
}

.card-icon,
.program-icon,
.rail-icon {
  width: 28px;
  height: 28px;
  stroke-width: 1.8;
}

.reason-icon,
.mini-icon {
  width: 18px;
  height: 18px;
  stroke-width: 2;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 20;
  padding: 10px 14px;
  background: var(--gold);
  color: var(--navy);
  border-radius: 6px;
  font-weight: 700;
}

.skip-link:focus {
  top: 16px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 12px 34px rgba(16, 25, 66, 0.08);
}

.topbar {
  background: linear-gradient(90deg, var(--navy), var(--navy-2));
  color: #ffffff;
  font-size: 0.9rem;
}

.topbar__inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
}

.topbar a {
  color: var(--gold-2);
  font-weight: 700;
}

.main-nav__inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  position: relative;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 244px;
}

.brand img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  filter: drop-shadow(0 8px 14px rgba(16, 25, 66, 0.12));
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1rem;
  line-height: 1.15;
  color: var(--navy);
}

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
}

.nav-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu li {
  position: relative;
  list-style: none;
}

.nav-menu a {
  display: block;
  padding: 10px 11px;
  border-radius: 6px;
  color: var(--navy);
  font-size: 0.92rem;
  font-weight: 700;
  white-space: nowrap;
}

.nav-menu a:hover,
.nav-menu a:focus {
  color: var(--purple);
  background: #f3f0ff;
  outline: none;
}

.has-submenu > a::after,
.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.has-submenu ul,
.nav-menu ul {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 230px;
  margin: 0;
  padding: 8px;
  list-style: none;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: 160ms ease;
}

.nav-menu ul ul {
  top: 0;
  left: calc(100% + 8px);
}

.has-submenu:hover > ul,
.has-submenu:focus-within > ul,
.nav-menu li:hover > ul,
.nav-menu li:focus-within > ul,
.nav-menu li.is-submenu-open > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.has-submenu ul a,
.nav-menu ul a {
  padding: 10px 12px;
  font-weight: 600;
  white-space: nowrap;
}

.nav-toggle {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  flex: 0 0 46px;
  border: 1px solid rgba(65, 105, 225, 0.24);
  border-radius: 6px;
  background: #edf4ff;
  color: var(--blue-2);
  cursor: pointer;
}

@media (min-width: 1081px) {
  .nav-toggle {
    display: none;
  }
}

@media (max-width: 1360px) and (min-width: 1081px) {
  .main-nav__inner {
    gap: 16px;
  }

  .brand {
    min-width: 210px;
  }

  .brand img {
    width: 46px;
    height: 46px;
  }

  .brand strong {
    font-size: 0.94rem;
  }

  .brand small {
    font-size: 0.74rem;
  }

  .nav-menu a {
    padding: 9px 7px;
    font-size: 0.82rem;
  }
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  transition: transform 160ms ease, opacity 160ms ease;
}

.nav-toggle.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  display: grid;
  align-items: center;
  color: #ffffff;
  background:
    radial-gradient(circle at 78% 38%, rgba(65, 105, 225, 0.26), transparent 34%),
    radial-gradient(circle at 18% 12%, rgba(208, 168, 79, 0.14), transparent 30%),
    linear-gradient(112deg, rgba(16, 25, 66, 0.99) 0%, rgba(23, 35, 93, 0.96) 54%, rgba(65, 105, 225, 0.9) 100%);
}

.hero.section-band {
  padding: 86px 0;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 7px;
  background: linear-gradient(90deg, var(--gold), var(--blue), var(--navy-2));
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.36), transparent 70%);
}

.hero__seal {
  position: absolute;
  right: 5%;
  top: 48%;
  width: 560px;
  max-width: 42vw;
  opacity: 0.1;
  transform: translateY(-50%);
  filter: saturate(1.15);
}

.hero__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 0.62fr);
  align-items: center;
  gap: 56px;
}

.hero__content {
  max-width: 700px;
}

.hero__media {
  position: relative;
  min-height: 380px;
  align-self: stretch;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.2);
}

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

.hero-slide {
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 520ms ease, transform 760ms ease;
  pointer-events: none;
}

.hero-slide.is-active {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.hero-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.95) contrast(1.02) brightness(1.06);
}

.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(16, 25, 66, 0.04), rgba(16, 25, 66, 0.56)),
    linear-gradient(90deg, rgba(16, 25, 66, 0.12), rgba(65, 105, 225, 0.08));
}

.hero__media-card {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(16, 25, 66, 0.72);
  backdrop-filter: blur(14px);
}

.hero__media-card .card-icon {
  width: 34px;
  height: 34px;
  color: var(--gold-2);
}

.hero__media-card strong,
.hero__media-card span {
  display: block;
}

.hero__media-card strong {
  color: #ffffff;
  line-height: 1.25;
}

.hero__media-card span {
  margin-top: 4px;
  color: #dbe8f4;
  font-size: 0.92rem;
}

.hero-photo-slider .hero__media-card {
  display: none;
}

.hero-photo-slider .hero-slide::after {
  background:
    linear-gradient(180deg, rgba(5, 18, 60, 0.02), rgba(5, 18, 60, 0.34)),
    linear-gradient(90deg, rgba(5, 18, 60, 0.1), rgba(65, 105, 225, 0.08));
}

.hero-photo-slider .hero-slide > img {
  filter: saturate(1.05) contrast(1.04) brightness(1.02);
}

.hero-slider__controls {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(16, 25, 66, 0.58);
  backdrop-filter: blur(12px);
}

.hero-slider__controls button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  cursor: pointer;
  transition: width 180ms ease, background 180ms ease;
}

.hero-slider__controls button.is-active {
  width: 16px;
  background: var(--gold-2);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin: 0 0 18px;
  padding: 10px 14px;
  border: 1px solid rgba(246, 211, 106, 0.72);
  border-radius: 999px;
  background: linear-gradient(135deg, #f6d36a, #e6b949);
  color: #091647;
  box-shadow: 0 18px 38px rgba(230, 185, 73, 0.24);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-badge__icon {
  width: 18px;
  height: 18px;
  stroke-width: 2.6;
}

.hero h1 {
  max-width: 650px;
  margin: 0;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 2.82rem;
  line-height: 1.1;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.hero-title-line {
  display: inline;
}

.hero-title-line + .hero-title-line::before {
  content: " ";
}

.hero__lead {
  max-width: 620px;
  margin: 16px 0 0;
  color: #dbe8f4;
  font-size: 1rem;
}

.hero__actions,
.admissions__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
}

.button--primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: var(--navy);
  box-shadow: 0 16px 28px rgba(208, 168, 79, 0.2);
}

.button--primary:hover,
.button--primary:focus {
  background: var(--gold-2);
  outline: none;
}

.button--secondary {
  background: #ffffff;
  color: var(--blue-2);
  border-color: #ffffff;
}

.button--secondary:hover,
.button--secondary:focus {
  background: var(--soft);
  outline: none;
}

.button--ghost {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.38);
}

.button--ghost:hover,
.button--ghost:focus {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  outline: none;
}

.hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(100%, 650px);
  margin: 30px 0 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(12px);
}

.hero__facts div {
  padding: 14px 18px;
  background: rgba(16, 25, 66, 0.34);
}

.hero__facts dt {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 900;
}

.hero__facts dd {
  margin: 3px 0 0;
  color: #dbe8f4;
  font-size: 0.92rem;
}

.program-rail {
  position: relative;
  z-index: 2;
  margin-top: -28px;
  padding-bottom: 48px;
}

.program-rail__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  background: transparent;
}

.program-rail a {
  min-height: 128px;
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 18px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(23, 35, 93, 0.96), rgba(16, 25, 66, 0.98)),
    var(--navy);
  box-shadow: 0 18px 34px rgba(16, 25, 66, 0.16);
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.program-rail a:nth-child(even) {
  background:
    linear-gradient(145deg, rgba(65, 105, 225, 0.86), rgba(16, 25, 66, 0.98)),
    var(--navy);
}

.program-rail a:hover,
.program-rail a:focus {
  transform: translateY(-4px);
  box-shadow: 0 22px 42px rgba(16, 25, 66, 0.2);
  background:
    linear-gradient(145deg, rgba(208, 168, 79, 0.92), rgba(65, 105, 225, 0.98)),
    var(--blue);
  outline: none;
}

.rail-icon {
  color: var(--gold-2);
  width: 26px;
  height: 26px;
}

.program-rail strong,
.program-rail small {
  display: block;
}

.program-rail strong {
  line-height: 1.25;
  font-size: 0.92rem;
}

.program-rail small {
  color: #dbe8f4;
  font-size: 0.8rem;
}

.section-heading {
  max-width: 740px;
  margin-bottom: 30px;
}

.section-heading--wide {
  max-width: 880px;
}

.section-heading h2,
.split__content h2,
.admissions h2,
.contact h2 {
  margin: 0;
  color: var(--navy);
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 2.25rem;
  line-height: 1.18;
  letter-spacing: 0;
}

.section-heading p:not(.eyebrow),
.split__content p,
.admissions p,
.contact p {
  color: var(--muted);
  font-size: 1.02rem;
}

.quick-links,
.study,
.transfer,
.news {
  background:
    linear-gradient(180deg, rgba(65, 105, 225, 0.06), rgba(255, 255, 255, 0)),
    var(--soft);
}

.programs {
  color: #ffffff;
  background:
    radial-gradient(circle at 86% 18%, rgba(208, 168, 79, 0.2), transparent 32%),
    radial-gradient(circle at 8% 72%, rgba(65, 105, 225, 0.22), transparent 30%),
    linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 62%, #1d3f8f 100%);
}

.programs .section-heading h2,
.why .section-heading h2 {
  color: #ffffff;
}

.programs .section-heading p:not(.eyebrow),
.why .section-heading p:not(.eyebrow) {
  color: #dbe8f4;
}

.why {
  color: #ffffff;
  background:
    radial-gradient(circle at 78% 18%, rgba(208, 168, 79, 0.16), transparent 28%),
    linear-gradient(135deg, rgba(16, 25, 66, 0.98), rgba(23, 35, 93, 0.98)),
    var(--navy);
}

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

.info-card,
.program-grid article,
.student-grid article,
.news-list article,
.cycle-card,
.reason-list article,
.requirements article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
}

.info-card {
  position: relative;
  overflow: hidden;
  min-height: 176px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 14px 30px rgba(12, 35, 64, 0.08);
  transition: 160ms ease;
}

.info-card::after {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--blue), var(--navy-2), var(--gold));
}

.info-card .card-icon,
.cycle-card > .card-icon {
  width: 44px;
  height: 44px;
  padding: 9px;
  border-radius: 8px;
  color: var(--blue-2);
  background: #edf4ff;
}

.info-card:hover,
.info-card:focus {
  border-color: var(--gold);
  transform: translateY(-6px);
  box-shadow: 0 22px 46px rgba(12, 35, 64, 0.14);
  outline: none;
}

.info-card span {
  color: var(--purple);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.info-card strong {
  display: block;
  color: var(--navy);
  font-size: 1.18rem;
  line-height: 1.25;
}

.info-card small {
  color: var(--muted);
  font-size: 0.92rem;
}

.promo-assets {
  background:
    linear-gradient(135deg, rgba(16, 25, 66, 0.98), rgba(65, 105, 225, 0.92)),
    var(--soft);
}

.promo-slider {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(340px, 1fr);
  gap: 42px;
  align-items: center;
}

.promo-slider__copy {
  color: #ffffff;
}

.promo-slider__copy .eyebrow,
.promo-slider__copy h2,
.promo-slider__copy p {
  color: inherit;
}

.promo-slider__copy h2 {
  max-width: 520px;
  margin: 0;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 1.08;
}

.promo-slider__copy p {
  max-width: 520px;
  margin: 18px 0 26px;
  color: #dbe8f4;
  font-size: 1.04rem;
}

.promo-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 520px;
}

.promo-links a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 74px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.promo-links a:hover,
.promo-links a:focus {
  transform: translateY(-3px);
  border-color: rgba(240, 212, 135, 0.86);
  background: rgba(255, 255, 255, 0.14);
  outline: none;
}

.promo-links .card-icon {
  width: 38px;
  height: 38px;
  padding: 9px;
  border-radius: 12px;
  color: var(--gold);
  background: rgba(65, 105, 225, 0.32);
}

.promo-links span {
  font-size: 0.96rem;
  font-weight: 900;
}

.promo-slider__frame {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, #ffffff, #eef5ff);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
}

.promo-slide {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 18px;
  opacity: 0;
  transform: translateX(18px) scale(0.985);
  transition: opacity 520ms ease, transform 700ms ease;
  pointer-events: none;
}

.promo-slide.is-active {
  opacity: 1;
  transform: translateX(0) scale(1);
  pointer-events: auto;
}

.promo-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.promo-slide figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 1;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  color: #ffffff;
  background: rgba(16, 25, 66, 0.78);
  backdrop-filter: blur(10px);
  font-weight: 800;
  line-height: 1.2;
}

.promo-slider__dots {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  display: flex;
  gap: 8px;
  padding: 8px;
  border-radius: 999px;
  background: rgba(16, 25, 66, 0.12);
  backdrop-filter: blur(8px);
}

.promo-slider__dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(16, 25, 66, 0.35);
  cursor: pointer;
  transition: width 180ms ease, background 180ms ease;
}

.promo-slider__dots button.is-active {
  width: 26px;
  background: var(--blue-2);
}

.numbers {
  background:
    linear-gradient(90deg, rgba(16, 25, 66, 0.96), rgba(65, 105, 225, 0.9)),
    var(--navy);
  color: #ffffff;
}

.numbers__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 42px;
  align-items: center;
}

.numbers__intro h2 {
  max-width: 520px;
  margin: 0;
  color: #ffffff;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
}

.numbers__intro p {
  max-width: 520px;
  margin: 18px 0 0;
  color: #dbe8f4;
  font-size: 1.04rem;
}

.numbers__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 1px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.16);
}

.numbers__grid div {
  min-height: 170px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.1);
}

.numbers__grid dt {
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 900;
  line-height: 1;
}

.numbers__grid dd {
  margin: 12px 0 0;
  color: #dbe8f4;
  line-height: 1.45;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.65fr);
  align-items: center;
  gap: 54px;
}

.split--reverse {
  grid-template-columns: minmax(300px, 0.6fr) minmax(0, 1fr);
}

.feature-panel {
  min-height: 320px;
  display: grid;
  place-items: center;
  gap: 20px;
  padding: 32px;
  border-radius: var(--radius);
  background: linear-gradient(145deg, var(--soft-2), #ffffff);
  border: 1px solid var(--line);
}

.feature-panel img {
  width: 190px;
  height: 190px;
  object-fit: contain;
}

.feature-panel strong,
.feature-panel span {
  display: block;
  text-align: center;
}

.feature-panel strong {
  color: var(--navy);
  font-size: 1.25rem;
}

.feature-panel span {
  color: var(--muted);
}

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

.cycle-card {
  position: relative;
  padding: 24px;
  min-height: 330px;
  box-shadow: 0 12px 28px rgba(12, 35, 64, 0.07);
}

.cycle-card--accent {
  border-color: rgba(201, 162, 77, 0.7);
  background: #fff9ea;
}

.cycle-card p {
  margin: 0;
  color: var(--purple);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.cycle-card h3,
.program-grid h3,
.student-grid h3,
.news-list h3,
.reason-list h3,
.requirements h3 {
  margin: 8px 0 10px;
  color: var(--navy);
  line-height: 1.25;
}

.cycle-card ul,
.requirements ul,
.check-list {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.cycle-card li,
.requirements li,
.check-list li {
  position: relative;
  padding-left: 20px;
  margin: 10px 0;
  color: var(--muted);
}

.cycle-card li::before,
.requirements li::before,
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}

.program-grid article {
  position: relative;
  min-height: 230px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.program-grid--directory article {
  min-height: 100%;
}

.program-card-link {
  color: inherit;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  text-decoration: none;
}

.program-card-link:hover {
  color: inherit;
}

.program-card-link .text-link {
  margin-top: auto;
}

.program-kicker {
  color: var(--blue-2);
  display: block;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 1.35rem 0 0.45rem;
  text-transform: uppercase;
}

.program-card-link:focus-visible {
  border-radius: 18px;
  outline: 3px solid rgba(31, 94, 255, 0.35);
  outline-offset: 6px;
}

.program-card {
  --program-a: #17235d;
  --program-b: #4169e1;
  --program-c: #d0a84f;
}

.program-grid article:hover,
.program-grid article:focus-within {
  transform: translateY(-6px);
  border-color: rgba(208, 168, 79, 0.68);
  box-shadow: 0 26px 54px rgba(0, 0, 0, 0.18);
}

.program-card--featured {
  grid-column: span 2;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  padding-top: 0;
}

.program-card--pedagogy {
  --program-a: #17235d;
  --program-b: #4169e1;
  --program-c: #f0d487;
}

.program-card--preschool {
  --program-a: #1f8f8a;
  --program-b: #4169e1;
  --program-c: #f0d487;
}

.program-card--teaching {
  --program-a: #17235d;
  --program-b: #4169e1;
  --program-c: #d0a84f;
}

.program-card--it {
  --program-a: #153e75;
  --program-b: #1f8f8a;
  --program-c: #f0d487;
}

.program-card--kinesiology,
.program-card--sports-management,
.program-card--coach,
.program-card--personal {
  --program-a: #2f55d4;
  --program-b: #17235d;
  --program-c: #d0a84f;
}

.program-card--security {
  --program-a: #101942;
  --program-b: #2f55d4;
  --program-c: #d0a84f;
}

.program-card--media {
  --program-a: #2f55d4;
  --program-b: #4169e1;
  --program-c: #f0d487;
}

.program-card--management {
  --program-a: #17235d;
  --program-b: #1f8f8a;
  --program-c: #d0a84f;
}

.program-card--language {
  --program-a: #17235d;
  --program-b: #17235d;
  --program-c: #f0d487;
}

.program-visual {
  position: relative;
  width: 52px;
  min-height: 52px;
  display: inline-grid;
  place-items: center;
  margin: 0 0 18px;
  color: #ffffff;
  background:
    radial-gradient(circle at 16% 22%, rgba(255, 255, 255, 0.26), transparent 24%),
    radial-gradient(circle at 84% 18%, rgba(240, 212, 135, 0.34), transparent 22%),
    linear-gradient(135deg, var(--program-a), var(--program-b));
  border-radius: 14px;
  overflow: hidden;
}

.program-visual::before,
.program-visual::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
}

.program-visual::before {
  width: 138px;
  height: 138px;
  right: -34px;
  bottom: -54px;
}

.program-visual::after {
  width: 76px;
  height: 76px;
  left: -16px;
  top: -22px;
}

.program-visual .program-icon {
  position: relative;
  z-index: 1;
  width: 52px;
  height: 52px;
  padding: 12px;
  color: #ffffff;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.program-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.program-visual:has(img)::before {
  z-index: 1;
  background: linear-gradient(135deg, rgba(16, 25, 66, 0.62), rgba(65, 105, 225, 0.28));
  border: 0;
  border-radius: 0;
  inset: 0;
  width: auto;
  height: auto;
}

.program-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 0;
  padding: 12px;
  color: #ffffff;
  border-radius: 14px;
  background: rgba(16, 25, 66, 0.24);
}

.program-photo {
  position: relative;
  min-height: 168px;
  margin: 0 -22px 22px;
  overflow: hidden;
  background: var(--navy);
}

.program-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(16, 25, 66, 0.04), rgba(16, 25, 66, 0.52)),
    linear-gradient(90deg, rgba(16, 25, 66, 0.28), rgba(65, 105, 225, 0.08));
}

.program-photo img {
  width: 100%;
  height: 100%;
  min-height: 168px;
  display: block;
  object-fit: cover;
  transition: transform 260ms ease;
}

.program-card--featured:hover .program-photo img,
.program-card--featured:focus-within .program-photo img {
  transform: scale(1.035);
}

.program-card--featured .program-visual {
  position: absolute;
  top: 132px;
  left: 22px;
  z-index: 2;
  margin: 0;
  box-shadow: 0 14px 30px rgba(16, 25, 66, 0.22);
}

.program-card--featured h3 {
  margin-top: 10px;
}

.program-grid p,
.student-grid p,
.news-list p,
.reason-list p {
  margin: 0;
  color: var(--muted);
}

.text-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: var(--blue-2);
  font-weight: 900;
}

.text-link::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
}

.programs .text-link {
  color: var(--blue-2);
}

.text-link:hover,
.text-link:focus {
  color: var(--navy);
  outline: none;
}

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

.reason-list article {
  min-height: 230px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: none;
}

.reason-list span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--navy-2));
  color: #ffffff;
  font-weight: 900;
}

.reason-list h3 {
  color: #ffffff;
}

.reason-list p {
  color: #dbe8f4;
}

.admissions__grid,
.contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
  gap: 54px;
  align-items: start;
}

.section-visual,
.student-visual {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #ffffff;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.28), transparent 24%),
    radial-gradient(circle at 84% 12%, rgba(240, 212, 135, 0.34), transparent 24%),
    linear-gradient(135deg, var(--purple), var(--blue));
}

.section-visual {
  width: 150px;
  height: 110px;
  margin-bottom: 22px;
}

.section-visual::before,
.section-visual::after,
.student-visual::before,
.student-visual::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
}

.section-visual::before,
.student-visual::before {
  width: 116px;
  height: 116px;
  right: -34px;
  bottom: -46px;
}

.section-visual::after,
.student-visual::after {
  width: 58px;
  height: 58px;
  left: -14px;
  top: -18px;
}

.section-visual--admissions {
  background:
    radial-gradient(circle at 80% 16%, rgba(240, 212, 135, 0.38), transparent 24%),
    linear-gradient(135deg, var(--navy), var(--blue));
}

.section-visual--contact {
  background:
    radial-gradient(circle at 82% 18%, rgba(240, 212, 135, 0.34), transparent 24%),
    linear-gradient(135deg, var(--blue), var(--navy-2));
}

.section-visual__icon {
  position: relative;
  z-index: 1;
  width: 62px;
  height: 62px;
  padding: 14px;
  color: #ffffff;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 14px;
  background: rgba(16, 25, 66, 0.26);
}

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

.requirements article {
  padding: 24px;
}

.feature-image {
  min-height: 280px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  background: linear-gradient(145deg, #ffffff, var(--soft-2));
  border: 1px solid var(--line);
}

.feature-image img {
  width: 210px;
  height: 210px;
  object-fit: contain;
}

.notice-board {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.35fr);
  gap: 24px;
  align-items: start;
}

.notice-board__feature {
  display: grid;
  grid-template-columns: minmax(160px, 0.72fr) minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(12, 35, 64, 0.1);
}

.notice-board__feature img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}

.notice-board__feature > div {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: 28px;
}

.notice-board__feature h3 {
  margin: 0;
  color: var(--navy);
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 1.65rem;
  line-height: 1.2;
}

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

.service-tile {
  min-height: 172px;
  display: grid;
  align-content: space-between;
  padding: 18px;
  color: #ffffff;
  border-radius: 0;
  background: #9da0a6;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.service-tile:hover,
.service-tile:focus {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(12, 35, 64, 0.18);
  outline: none;
}

.service-tile strong {
  max-width: 160px;
  color: #ffffff;
  font-size: 0.92rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.service-tile svg {
  justify-self: center;
  width: 70px;
  height: 70px;
  margin-bottom: 12px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-tile span {
  justify-self: center;
  align-self: center;
  color: #ffffff;
  font-size: 2.3rem;
  font-weight: 900;
  line-height: 1;
}

.service-tile--pink {
  background: #4169e1;
}

.service-tile--purple {
  background: #101942;
}

.service-tile--gray {
  background: #8f97a6;
}

.student-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.student-info-grid article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
}

.student-info-grid h3 {
  margin: 0 0 8px;
  color: var(--navy);
}

.student-info-grid p {
  margin: 0;
  color: var(--muted);
}

.student-hub {
  background:
    linear-gradient(135deg, rgba(245, 248, 252, 0.96), rgba(255, 255, 255, 0.98)),
    radial-gradient(circle at top right, rgba(37, 99, 217, 0.12), transparent 34%);
}

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

.hub-card {
  position: relative;
  min-height: 210px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(12, 35, 64, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.hub-card::after {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--blue-2), var(--gold));
  opacity: 0.78;
}

.hub-card:hover,
.hub-card:focus {
  transform: translateY(-5px);
  border-color: rgba(37, 99, 217, 0.28);
  box-shadow: 0 24px 52px rgba(12, 35, 64, 0.14);
  outline: none;
}

.hub-card .card-icon {
  width: 42px;
  height: 42px;
  padding: 9px;
  border-radius: 999px;
  color: var(--blue-2);
  background: rgba(37, 99, 217, 0.1);
}

.hub-card span {
  color: var(--blue-2);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hub-card strong {
  max-width: 280px;
  color: var(--navy);
  font-size: 1.18rem;
  line-height: 1.24;
}

.hub-card small {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.hub-card--primary {
  color: #ffffff;
  background:
    linear-gradient(145deg, rgba(16, 25, 66, 0.96), rgba(34, 73, 153, 0.94)),
    var(--navy);
}

.hub-card--primary .card-icon {
  color: var(--gold);
  background: rgba(255, 255, 255, 0.12);
}

.hub-card--primary span,
.hub-card--primary strong,
.hub-card--primary small {
  color: #ffffff;
}

.notice-hub {
  background: var(--soft);
}

.notice-hub__layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.35fr);
  gap: 24px;
  align-items: stretch;
}

.notice-hub__intro {
  display: grid;
  grid-template-columns: minmax(180px, 0.78fr) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(12, 35, 64, 0.1);
}

.notice-hub__intro img {
  width: 100%;
  height: 100%;
  min-height: 310px;
  object-fit: cover;
}

.notice-hub__intro > div {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: 28px;
}

.notice-hub__intro h2 {
  margin: 0;
  color: var(--navy);
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 1.65rem;
  line-height: 1.2;
}

.notice-hub__intro p {
  margin: 0;
  color: var(--muted);
}

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

.notice-tile {
  min-height: 162px;
  display: grid;
  align-content: space-between;
  padding: 18px;
  color: #ffffff;
  border-radius: var(--radius-sm);
  background: var(--blue-2);
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.notice-tile:hover,
.notice-tile:focus {
  transform: translateY(-4px);
  filter: saturate(1.08);
  box-shadow: 0 18px 34px rgba(12, 35, 64, 0.18);
  outline: none;
}

.notice-tile strong {
  color: #ffffff;
  font-size: 0.92rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.notice-tile svg {
  justify-self: center;
  width: 58px;
  height: 58px;
  margin-bottom: 8px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.notice-tile span {
  justify-self: center;
  align-self: center;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.notice-tile--navy {
  background: #101942;
}

.notice-tile--blue {
  background: #345fdf;
}

.notice-tile--gray {
  background: #8f97a6;
}

.schedule-panel {
  padding-top: 74px;
  padding-bottom: 74px;
  background:
    linear-gradient(135deg, rgba(65, 105, 225, 0.09), rgba(208, 168, 79, 0.08)),
    #ffffff;
}

.schedule-panel__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 36px;
  align-items: center;
}

.schedule-panel__copy h2 {
  max-width: 620px;
  margin: 0 0 16px;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.08;
}

.schedule-panel__copy p:last-child {
  max-width: 640px;
  margin: 0;
  color: var(--muted);
  font-size: 1.06rem;
}

.schedule-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.schedule-link {
  min-height: 138px;
  display: grid;
  align-content: space-between;
  gap: 12px;
  padding: 20px;
  border: 1px solid rgba(65, 105, 225, 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(238, 243, 255, 0.88));
  color: var(--navy);
  box-shadow: 0 16px 34px rgba(12, 35, 64, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.schedule-link:hover,
.schedule-link:focus {
  transform: translateY(-4px);
  border-color: rgba(208, 168, 79, 0.65);
  box-shadow: 0 24px 48px rgba(12, 35, 64, 0.14);
  outline: none;
}

.schedule-link svg {
  width: 34px;
  height: 34px;
  padding: 7px;
  border-radius: 12px;
  color: var(--gold);
  background: rgba(65, 105, 225, 0.1);
}

.schedule-link span {
  color: var(--blue-2);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.schedule-link strong {
  color: var(--navy);
  font-size: 1.05rem;
  line-height: 1.25;
}

.schedule-page {
  min-height: 70vh;
  padding-top: 78px;
  background:
    radial-gradient(circle at 82% 12%, rgba(65, 105, 225, 0.12), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f4f7fc 100%);
}

.schedule-page .section-heading {
  margin-bottom: 34px;
}

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

.schedule-card {
  min-height: 228px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border-radius: 8px;
  color: #ffffff;
  box-shadow: 0 24px 50px rgba(12, 35, 64, 0.16);
  position: relative;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.schedule-card::after {
  content: "";
  position: absolute;
  inset: auto -34px -44px auto;
  width: 142px;
  height: 142px;
  border-radius: 50%;
  border: 24px solid rgba(255, 255, 255, 0.1);
}

.schedule-card:hover,
.schedule-card:focus {
  transform: translateY(-5px);
  box-shadow: 0 30px 62px rgba(12, 35, 64, 0.22);
  outline: none;
}

.schedule-card span {
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.schedule-card strong {
  margin: 22px 0 14px;
  font-size: clamp(2.1rem, 5vw, 4.5rem);
  line-height: 0.9;
  overflow-wrap: anywhere;
}

.schedule-card small {
  max-width: 28ch;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.98rem;
  line-height: 1.45;
}

.schedule-card--purple {
  background: linear-gradient(145deg, #57004f, #78106d);
}

.schedule-card--royal {
  background: linear-gradient(145deg, #244fd6, #123084);
}

.schedule-card--gray {
  background: linear-gradient(145deg, #8f97a6, #6f7682);
}

.schedule-card--navy {
  background: linear-gradient(145deg, #0e1a4a, #1c3d9a);
}

.schedule-card--silver {
  background: linear-gradient(145deg, #a0a4ad, #777c86);
}

.schedule-card--silver strong {
  font-size: clamp(2rem, 4vw, 3.45rem);
}

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

.news-actions {
  display: flex;
  justify-content: flex-start;
  margin-top: 24px;
}

.news-list article {
  min-height: 210px;
  padding: 0;
  border-left: 5px solid var(--purple);
  box-shadow: 0 14px 32px rgba(12, 35, 64, 0.08);
}

.news-card__media {
  display: block;
  height: 154px;
  margin: 16px 0 18px;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(65, 105, 225, 0.14), rgba(208, 168, 79, 0.12)),
    #eef3ff;
}

.news-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 360ms ease, filter 240ms ease;
}

.news-list article:hover .news-card__media img {
  transform: scale(1.045);
  filter: saturate(1.05);
}

.news-card__body {
  padding: 24px;
}

.news-list time {
  color: var(--purple);
  font-weight: 900;
}

.article-hero,
.archive-hero {
  background:
    radial-gradient(circle at 86% 20%, rgba(65, 105, 225, 0.2), transparent 34%),
    linear-gradient(135deg, #08122f 0%, #122a75 58%, #244fd6 100%);
  color: #ffffff;
}

.article-hero h1,
.archive-hero h1 {
  max-width: 980px;
  margin: 0;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 1.05;
}

.article-hero .eyebrow,
.archive-hero .eyebrow {
  color: var(--gold);
}

.article-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.7fr);
  gap: 42px;
  align-items: center;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.article-meta span,
.article-meta time {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.article-hero__image {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.24);
}

.article-hero__image img {
  display: block;
  width: 100%;
  height: min(360px, 38vw);
  object-fit: cover;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 44px;
  align-items: start;
}

.article-content,
.archive-card {
  border: 1px solid rgba(30, 90, 150, 0.16);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(8, 18, 47, 0.08);
}

.article-content {
  padding: clamp(26px, 4vw, 48px);
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.85;
}

.article-content > *:first-child {
  margin-top: 0;
}

.article-content h2,
.article-content h3,
.article-content h4 {
  color: var(--ink);
  line-height: 1.2;
}

.article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.article-content a {
  color: var(--blue);
  font-weight: 800;
}

.article-sidebar {
  display: grid;
  gap: 12px;
  position: sticky;
  top: 120px;
}

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

.archive-card {
  overflow: hidden;
}

.archive-card__image {
  display: block;
  height: 190px;
  overflow: hidden;
  background: #eef3ff;
}

.archive-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease;
}

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

.archive-card__body {
  padding: 24px;
}

.archive-card time {
  color: var(--gold-strong);
  font-weight: 900;
}

.archive-card h2 {
  margin: 12px 0;
  font-size: 1.25rem;
  line-height: 1.25;
}

.archive-card h2 a {
  color: var(--ink);
}

.pagination-nav {
  margin-top: 32px;
}

.pagination-nav .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pagination-nav a,
.pagination-nav span {
  display: inline-flex;
  min-width: 42px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(8, 18, 47, 0.08);
}

.pagination-nav .current {
  background: var(--blue);
  color: #ffffff;
}

.contact {
  background:
    linear-gradient(180deg, rgba(12, 35, 64, 0.04), rgba(12, 35, 64, 0)),
    #ffffff;
}

.contact-list {
  display: grid;
  gap: 10px;
  margin-top: 24px;
  color: var(--ink);
  font-style: normal;
}

.contact-list span,
.contact-list a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.contact-list a {
  color: var(--blue);
  font-weight: 800;
}

.bank-accounts {
  margin-top: 26px;
  padding: 18px 20px;
  border: 1px solid rgba(30, 90, 150, 0.16);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(239, 245, 252, 0.92), rgba(255, 255, 255, 0.96));
  box-shadow: 0 16px 34px rgba(8, 18, 47, 0.06);
}

.bank-accounts strong {
  display: block;
  margin-bottom: 12px;
  color: var(--navy);
  font-size: 0.92rem;
  font-weight: 900;
  text-transform: uppercase;
}

.bank-accounts dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.bank-account {
  display: grid;
  grid-template-columns: minmax(120px, 0.85fr) minmax(0, 1.15fr);
  gap: 12px;
  align-items: baseline;
}

.bank-account dt,
.bank-account dd {
  margin: 0;
}

.bank-account dt {
  color: var(--muted);
  font-weight: 800;
}

.bank-account dd {
  color: var(--navy);
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}

.mini-icon {
  margin-top: 3px;
  color: var(--blue-2);
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--navy);
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #c8d4e1;
  border-radius: 6px;
  padding: 11px 12px;
  color: var(--ink);
  background: #ffffff;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--blue);
  outline: 3px solid rgba(30, 90, 150, 0.14);
}

.form-note {
  min-height: 24px;
  margin: 0;
  color: var(--purple);
  font-weight: 800;
}

.site-footer {
  padding: 72px 0 42px;
  color: #dbe8f4;
  background:
    radial-gradient(circle at 82% 18%, rgba(208, 168, 79, 0.14), transparent 28%),
    linear-gradient(135deg, #08122f, var(--navy));
}

.footer__grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) repeat(3, minmax(0, 0.7fr));
  gap: 36px;
  align-items: start;
}

.footer__brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  margin-bottom: 14px;
}

.footer__brand strong,
.footer__brand span,
.footer__nav strong,
.footer__contact strong {
  display: block;
}

.footer__brand strong {
  color: #ffffff;
  font-size: 1.2rem;
}

.footer__brand span {
  margin-top: 2px;
  color: #dbe8f4;
}

.footer__brand p {
  max-width: 360px;
  margin: 18px 0 0;
  color: #b8c9de;
  line-height: 1.6;
}

.footer__nav strong,
.footer__contact strong {
  margin-bottom: 14px;
  color: #ffffff;
  font-size: 0.95rem;
  text-transform: uppercase;
}

.footer__nav a,
.footer__contact a,
.footer__contact span {
  display: block;
  margin-top: 10px;
  color: #dbe8f4;
  line-height: 1.45;
}

.site-footer a {
  text-decoration: none;
  transition: color 160ms ease, transform 160ms ease;
}

.site-footer a:hover,
.site-footer a:focus {
  color: var(--gold-2);
  transform: translateX(3px);
  outline: none;
}

.footer__top {
  width: fit-content;
  margin-top: 22px !important;
  color: var(--gold-2) !important;
  font-weight: 900;
}

.site-footer .bank-accounts {
  margin-top: 20px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.site-footer .bank-accounts strong {
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 0.95rem;
}

.site-footer .bank-accounts dl {
  gap: 9px;
}

.site-footer .bank-account {
  display: block;
}

.site-footer .bank-account dt {
  color: #b8c9de;
  font-size: 0.86rem;
}

.site-footer .bank-account dd {
  margin-top: 2px;
  color: #ffffff;
  font-size: 0.96rem;
}

/* V3 design polish: richer icon treatment and calmer motion. */
.button,
.program-rail a,
.cycle-card,
.hub-card,
.notice-hub__intro,
.notice-tile,
.news-list article,
.contact-form {
  will-change: transform;
}

.button__icon,
.card-icon,
.program-icon,
.rail-icon,
.mini-icon,
.notice-tile svg {
  transition:
    transform 220ms ease,
    color 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease,
    filter 220ms ease;
}

.program-rail a,
.cycle-card,
.hub-card,
.news-list article {
  position: relative;
  overflow: hidden;
}

.program-rail a::before,
.cycle-card::before,
.hub-card::before,
.news-list article::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.22), transparent 34%),
    radial-gradient(circle at 18% 12%, rgba(208, 168, 79, 0.18), transparent 28%);
  opacity: 0;
  transform: translateX(-18%);
  transition: opacity 220ms ease, transform 320ms ease;
}

.program-rail a:hover::before,
.program-rail a:focus::before,
.cycle-card:hover::before,
.cycle-card:focus-within::before,
.hub-card:hover::before,
.hub-card:focus::before,
.news-list article:hover::before {
  opacity: 1;
  transform: translateX(0);
}

.rail-icon {
  width: 38px;
  height: 38px;
  padding: 8px;
  border-radius: 14px;
  color: var(--gold-2);
  background: rgba(255, 255, 255, 0.1);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.16),
    0 10px 22px rgba(0, 0, 0, 0.12);
}

.program-rail a:hover .rail-icon,
.program-rail a:focus .rail-icon {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-2px) rotate(-5deg) scale(1.06);
}

.info-card .card-icon,
.cycle-card > .card-icon,
.hub-card .card-icon {
  box-shadow:
    inset 0 0 0 1px rgba(37, 99, 217, 0.14),
    0 12px 24px rgba(37, 99, 217, 0.12);
}

.cycle-card:hover,
.cycle-card:focus-within {
  transform: translateY(-5px);
  border-color: rgba(37, 99, 217, 0.24);
  box-shadow: 0 22px 48px rgba(12, 35, 64, 0.12);
}

.cycle-card:hover > .card-icon,
.cycle-card:focus-within > .card-icon,
.hub-card:hover .card-icon,
.hub-card:focus .card-icon,
.info-card:hover .card-icon,
.info-card:focus .card-icon {
  color: #ffffff;
  background:
    linear-gradient(145deg, var(--blue-2), #173b8f);
  transform: translateY(-2px) scale(1.06);
  box-shadow: 0 16px 30px rgba(37, 99, 217, 0.22);
}

.hub-card::after {
  height: 5px;
  background:
    linear-gradient(90deg, var(--gold), var(--blue-2), var(--navy-2));
}

.hub-card--primary::before {
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.2), transparent 36%),
    radial-gradient(circle at 18% 12%, rgba(208, 168, 79, 0.24), transparent 30%);
}

.hub-card--primary .card-icon {
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.18),
    0 12px 26px rgba(0, 0, 0, 0.16);
}

.notice-hub__intro {
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.notice-hub__intro:hover {
  transform: translateY(-3px);
  border-color: rgba(37, 99, 217, 0.22);
  box-shadow: 0 26px 58px rgba(12, 35, 64, 0.14);
}

.notice-hub__intro img {
  transition: transform 480ms ease, filter 260ms ease;
}

.notice-hub__intro:hover img {
  transform: scale(1.035);
  filter: saturate(1.04) contrast(1.03);
}

.notice-tile {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 16px 34px rgba(12, 35, 64, 0.12);
}

.notice-tile::after {
  content: "";
  position: absolute;
  inset: auto -20% -45% 34%;
  height: 82px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  transform: rotate(-12deg);
  transition: transform 260ms ease, opacity 260ms ease;
}

.notice-tile:hover::after,
.notice-tile:focus::after {
  transform: translateY(-12px) rotate(-12deg);
  opacity: 0.9;
}

.notice-tile svg,
.notice-tile span {
  position: relative;
  z-index: 1;
}

.notice-tile svg {
  padding: 10px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.notice-tile:hover svg,
.notice-tile:focus svg {
  transform: translateY(-3px) scale(1.07);
}

.notice-tile--navy {
  background:
    linear-gradient(145deg, #101942, #182966);
}

.notice-tile--blue {
  background:
    linear-gradient(145deg, #4169e1, #1c3b9a);
}

.notice-tile--gray {
  background:
    linear-gradient(145deg, #8f97a6, #596477);
}

.news-list article {
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.news-list article:hover {
  transform: translateY(-4px);
  border-left-color: var(--gold);
  box-shadow: 0 24px 50px rgba(12, 35, 64, 0.13);
}

.contact-form {
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.contact-form:hover {
  border-color: rgba(37, 99, 217, 0.18);
  box-shadow: 0 20px 44px rgba(12, 35, 64, 0.1);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  box-shadow: 0 0 0 4px rgba(37, 99, 217, 0.08);
}

/* V8 premium academic blue identity */
.site-header {
  border-bottom: 1px solid rgba(36, 92, 255, 0.12);
  background: rgba(255, 255, 255, 0.985);
  box-shadow: 0 14px 38px rgba(7, 20, 58, 0.1);
}

.topbar {
  background:
    linear-gradient(90deg, #061237 0%, #0b2471 58%, #123fb4 100%);
}

.topbar a {
  color: var(--gold-2);
}

.nav-menu a {
  transition: color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.nav-menu a:hover,
.nav-menu a:focus {
  color: var(--blue-2);
  background: rgba(36, 92, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(36, 92, 255, 0.08);
}

.nav-menu ul {
  border-color: rgba(36, 92, 255, 0.14);
  box-shadow: 0 24px 54px rgba(7, 20, 58, 0.15);
}

.nav-toggle {
  border-color: rgba(36, 92, 255, 0.2);
  color: #ffffff;
  background: linear-gradient(145deg, var(--blue), var(--blue-3));
  box-shadow: 0 14px 28px rgba(36, 92, 255, 0.22);
}

.hero,
.programs,
.why,
.promo-assets {
  background:
    radial-gradient(circle at 80% 20%, rgba(36, 92, 255, 0.32), transparent 32%),
    radial-gradient(circle at 16% 18%, rgba(242, 204, 95, 0.13), transparent 28%),
    linear-gradient(130deg, #061237 0%, #0b2471 55%, #245cff 100%);
}

.hero::after {
  background: linear-gradient(90deg, var(--gold), var(--blue), #061237);
}

.button {
  border-radius: 8px;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover,
.button:focus {
  transform: translateY(-2px);
}

.button--primary {
  background: linear-gradient(135deg, #f7d86e, var(--gold));
  color: #061237;
  box-shadow: 0 18px 34px rgba(215, 169, 54, 0.24);
}

.button--primary:hover,
.button--primary:focus {
  background: linear-gradient(135deg, #ffe484, #d7a936);
  box-shadow: 0 22px 42px rgba(215, 169, 54, 0.3);
}

.button--secondary {
  color: var(--blue-2);
  box-shadow: 0 14px 28px rgba(7, 20, 58, 0.12);
}

.button--ghost {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
}

.quick-links,
.study,
.transfer,
.news,
.student-hub,
.contact {
  background:
    radial-gradient(circle at 90% 10%, rgba(36, 92, 255, 0.09), transparent 26%),
    linear-gradient(180deg, #eef4ff 0%, #ffffff 82%);
}

.section-heading h2,
.split__content h2,
.admissions h2,
.contact h2 {
  color: #07143a;
}

.info-card,
.cycle-card,
.hub-card,
.news-list article,
.contact-form {
  border-color: rgba(36, 92, 255, 0.14);
  box-shadow: 0 18px 42px rgba(7, 20, 58, 0.08);
}

.info-card::after,
.hub-card::after {
  background: linear-gradient(90deg, var(--blue), var(--gold), #061237);
}

.info-card .card-icon,
.cycle-card > .card-icon,
.hub-card .card-icon {
  color: var(--blue-2);
  background: rgba(36, 92, 255, 0.09);
}

.notice-hub {
  overflow: hidden;
  padding-top: 56px;
  padding-bottom: 64px;
  background:
    radial-gradient(circle at 94% 12%, rgba(36, 92, 255, 0.14), transparent 28%),
    radial-gradient(circle at 6% 92%, rgba(215, 169, 54, 0.12), transparent 24%),
    linear-gradient(180deg, #edf4ff 0%, #f8fbff 100%);
}

.student-hub.section-band {
  padding-top: 64px;
  padding-bottom: 52px;
}

.notice-hub__layout {
  grid-template-columns: minmax(460px, 1.05fr) minmax(0, 1.55fr);
  gap: 18px;
  align-items: stretch;
}

.notice-hub__intro {
  position: relative;
  isolation: isolate;
  min-height: 470px;
  grid-template-columns: 1fr;
  border: 0;
  border-radius: 10px;
  color: #ffffff;
  background:
    radial-gradient(circle at 88% 22%, rgba(36, 92, 255, 0.32), transparent 34%),
    linear-gradient(135deg, #061237 0%, #0b2471 56%, #123fb4 100%);
  box-shadow: 0 28px 68px rgba(7, 20, 58, 0.18);
}

.notice-hub__intro::before {
  content: "";
  position: absolute;
  left: 28px;
  top: -70px;
  bottom: -70px;
  z-index: 1;
  width: 58px;
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  transform: rotate(-18deg);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.notice-hub__intro::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.16) 1px, transparent 1.4px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 42%);
  background-size: 18px 18px, 100% 100%;
  background-position: right 26px top 42px, 0 0;
  opacity: 0.5;
  pointer-events: none;
}

.notice-hub__intro img {
  display: none;
}

.notice-hub__intro > div {
  position: relative;
  z-index: 2;
  padding: 46px 42px 40px;
}

.notice-hub__intro .eyebrow {
  color: var(--gold-2);
  font-size: 0.9rem;
}

.notice-hub__intro h2 {
  max-width: 540px;
  color: #ffffff;
  font-size: clamp(2.1rem, 3.05vw, 3.25rem);
  font-weight: 900;
  line-height: 1.03;
  text-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
}

.notice-hub__intro p {
  max-width: 470px;
  color: #f3f7ff;
  font-size: 1.08rem;
  font-weight: 600;
}

.notice-hub__intro .button {
  width: fit-content;
  min-height: 62px;
  margin-top: 8px;
  padding-inline: 24px;
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16);
}

.notice-hub__tiles {
  gap: 14px;
}

.notice-tile {
  isolation: isolate;
  min-height: 236px;
  padding: 24px 26px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  box-shadow: 0 22px 52px rgba(7, 20, 58, 0.16);
  transform: translateZ(0);
}

.notice-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.18) 1px, transparent 1.4px),
    linear-gradient(140deg, rgba(255, 255, 255, 0.18), transparent 38%);
  background-size: 20px 20px, 100% 100%;
  background-position: right 18px bottom 24px, 0 0;
  opacity: 0.38;
}

.notice-tile::after {
  inset: auto -14% -28% 30%;
  height: 116px;
  background: rgba(255, 255, 255, 0.13);
}

.notice-tile strong {
  position: relative;
  z-index: 2;
  max-width: 180px;
  font-size: 1.08rem;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

.notice-tile svg {
  z-index: 2;
  width: 88px;
  height: 88px;
  padding: 18px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.18),
    0 18px 34px rgba(0, 0, 0, 0.16);
}

.notice-tile span {
  z-index: 2;
  font-size: 4.25rem;
  text-shadow: 0 18px 26px rgba(0, 0, 0, 0.22);
}

.notice-tile:hover,
.notice-tile:focus {
  transform: translateY(-7px);
  filter: saturate(1.14);
  box-shadow: 0 34px 70px rgba(7, 20, 58, 0.22);
}

.notice-tile--navy {
  background:
    radial-gradient(circle at 72% 72%, rgba(36, 92, 255, 0.24), transparent 32%),
    linear-gradient(145deg, #061237, #0b2471);
}

.notice-tile--blue {
  background:
    radial-gradient(circle at 70% 72%, rgba(255, 255, 255, 0.18), transparent 28%),
    linear-gradient(145deg, #245cff, #0d3aad 72%, #07143a);
}

.notice-tile--gray {
  background:
    radial-gradient(circle at 70% 72%, rgba(36, 92, 255, 0.22), transparent 30%),
    linear-gradient(145deg, #8b95a6, #5e6979);
}

.service-tiles {
  gap: 16px;
}

.service-tile {
  min-height: 210px;
  padding: 24px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 22px 52px rgba(7, 20, 58, 0.14);
}

.service-tile strong {
  max-width: 190px;
  font-size: 1.02rem;
}

.service-tile svg {
  width: 84px;
  height: 84px;
  padding: 17px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.service-tile--pink,
.service-tile--blue {
  background: linear-gradient(145deg, #245cff, #0b2471);
}

.service-tile--purple {
  background: linear-gradient(145deg, #061237, #0b2471);
}

.service-tile--gray {
  background: linear-gradient(145deg, #8b95a6, #5e6979);
}

.site-footer {
  background:
    radial-gradient(circle at 86% 16%, rgba(36, 92, 255, 0.28), transparent 30%),
    radial-gradient(circle at 10% 88%, rgba(215, 169, 54, 0.13), transparent 26%),
    linear-gradient(135deg, #061237 0%, #07143a 55%, #0b2471 100%);
}

.footer__grid {
  grid-template-columns: minmax(220px, 1.08fr) minmax(130px, 0.68fr) minmax(130px, 0.68fr) minmax(190px, 0.86fr) minmax(220px, 0.96fr);
  gap: 34px;
}

.footer__banks {
  min-width: 0;
}

.footer__banks .bank-accounts {
  margin-top: 0;
}

.footer__nav strong,
.footer__contact strong,
.footer__banks .bank-accounts strong {
  color: #ffffff;
  letter-spacing: 0;
}

.site-footer .bank-account dd {
  color: var(--gold-2);
  font-weight: 900;
  letter-spacing: 0.01em;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (max-width: 1080px) {
  .topbar__inner {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 18px;
    padding: 8px 0;
  }

  .nav-toggle {
    display: inline-flex !important;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: var(--blue-2);
    color: #ffffff;
    border-color: var(--blue-2);
    box-shadow: 0 12px 22px rgba(65, 105, 225, 0.2);
  }

  .nav-menu {
    position: absolute;
    inset: calc(100% + 10px) 20px auto 20px;
    display: none;
    align-items: stretch;
    flex-direction: column;
    max-height: calc(100vh - 130px);
    overflow: auto;
    padding: 12px;
    background: #ffffff;
    border: 1px solid rgba(93, 47, 145, 0.16);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .nav-menu.is-open {
    display: flex;
  }

  .has-submenu ul,
  .nav-menu ul {
    position: static;
    display: none;
    min-width: 0;
    padding: 2px 0 6px 12px;
    border: 0;
    border-left: 2px solid rgba(93, 47, 145, 0.16);
    border-radius: 0;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    transform: none;
  }

  .has-submenu.is-submenu-open > ul,
  .nav-menu li.is-submenu-open > ul {
    display: block;
    opacity: 1;
    visibility: visible;
  }

  .nav-menu a {
    padding: 12px;
  }

  .cycle-grid,
  .reason-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero__layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .hero__media {
    min-height: 360px;
  }

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

  .quick-grid,
  .program-grid,
  .student-hub__grid,
  .student-grid,
  .news-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .promo-slider {
    grid-template-columns: 1fr;
  }

  .promo-slider__frame {
    min-height: 360px;
  }

  .numbers__layout,
  .footer__grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .program-card--featured {
    grid-column: span 1;
  }

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

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

  .notice-hub__tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 1240px) and (min-width: 1081px) {
  .hero h1 {
    font-size: 2.55rem;
  }

  .hero__layout {
    grid-template-columns: minmax(0, 0.95fr) minmax(330px, 0.58fr);
    gap: 36px;
  }

  .hero__media {
    min-height: 350px;
  }

  .program-rail a {
    min-height: 116px;
    padding: 16px;
  }

  .program-rail strong {
    font-size: 0.86rem;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .section-band {
    padding: 58px 0;
  }

  .main-nav__inner {
    min-height: 72px;
    gap: 12px;
    padding-right: 58px;
  }

  .nav-toggle {
    position: fixed;
    right: auto;
    left: min(calc(100vw - 60px), 330px);
    top: 86px;
    transform: none;
    z-index: 2;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    width: 46px;
    height: 46px;
  }

  .brand strong {
    font-size: 0.95rem;
  }

  .brand small {
    font-size: 0.72rem;
  }

  .topbar__inner span:first-child {
    width: 100%;
    text-align: center;
  }

  .hero {
    min-height: 0;
  }

  .hero__seal {
    right: -90px;
    max-width: none;
    width: 360px;
  }

  .hero h1 {
    font-size: 2.05rem;
    line-height: 1.12;
  }

  .program-specializations__grid,
  .program-specialization-cards {
    grid-template-columns: 1fr;
  }

  .program-specialization-card {
    min-height: 0;
    padding: 22px;
  }

  .hero__lead {
    font-size: 1.02rem;
  }

  .hero__media {
    min-height: 300px;
  }

  .program-rail {
    margin-top: 0;
    padding: 0;
  }

  .program-rail__grid {
    width: 100%;
    grid-template-columns: 1fr;
    border-radius: 0;
  }

  .program-rail a {
    min-height: auto;
    grid-template-columns: auto 1fr;
    align-items: center;
    align-content: center;
    padding: 16px 20px;
  }

  .program-rail small {
    grid-column: 2;
  }

  .hero__facts,
  .quick-grid,
  .program-grid,
  .student-hub__grid,
  .news-list,
  .schedule-panel__layout,
  .cycle-grid,
  .reason-list,
  .requirements,
  .notice-hub__layout,
  .notice-hub__intro,
  .service-tiles,
  .student-info-grid,
  .admissions__grid,
  .contact__grid,
  .numbers__layout,
  .footer__grid,
  .split,
  .split--reverse {
    grid-template-columns: 1fr;
  }

  .promo-slider__frame {
    min-height: 280px;
  }

  .promo-slide {
    padding: 12px;
  }

  .promo-slider__copy h2 {
    font-size: 1.85rem;
  }

  .promo-links {
    grid-template-columns: 1fr;
  }

  .schedule-links {
    grid-template-columns: 1fr;
  }

  .schedule-panel {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .schedule-board {
    grid-template-columns: 1fr;
  }

  .schedule-card {
    min-height: 190px;
  }

  .numbers__grid {
    grid-template-columns: 1fr;
  }

  .numbers__grid div {
    min-height: 138px;
  }

  .hero__facts div {
    padding: 16px;
  }

  .section-heading h2,
  .split__content h2,
  .admissions h2,
  .contact h2 {
    font-size: 1.85rem;
  }

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

  .notice-board__feature img {
    min-height: 220px;
  }

  .notice-hub__tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .notice-hub__intro {
    min-height: 0;
  }

  .notice-hub__intro::before {
    left: 26px;
    top: -48px;
    bottom: auto;
    width: 34px;
    height: 230px;
    transform: rotate(-16deg);
  }

  .notice-hub__intro > div {
    padding: 30px 24px 28px;
  }

  .notice-hub__intro img {
    min-height: 260px;
  }

  .notice-tile {
    min-height: 180px;
    padding: 20px;
  }

  .notice-tile svg {
    width: 68px;
    height: 68px;
    padding: 14px;
  }

  .notice-tile span {
    font-size: 3rem;
  }

  .hub-card {
    min-height: 138px;
  }

  .service-tile {
    min-height: 138px;
  }

  .footer__grid {
    gap: 28px;
  }

  .footer__banks {
    grid-column: auto;
  }

  .site-footer .bank-account {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .article-hero__grid,
  .article-layout,
  .archive-grid {
    grid-template-columns: 1fr;
  }

  .article-sidebar {
    position: static;
  }

  .article-hero__image img {
    height: 260px;
  }
}

@media (max-width: 560px) {
  .hero__content {
    width: min(100% - 56px, 300px);
    max-width: 300px;
  }

  .hero-title-line {
    display: block;
  }

  .hero-title-line + .hero-title-line::before {
    content: "";
  }

  .hero__actions,
  .admissions__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero__facts {
    width: min(100%, 300px);
  }

  .section-heading {
    max-width: 300px;
  }

  .section-heading h2,
  .split__content h2,
  .notice-hub__intro h2,
  .admissions h2,
  .contact h2 {
    font-size: 1.6rem;
  }

  .button {
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 430px) {
  .hero h1 {
    font-size: 1.75rem;
  }

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

.calendar-embed-page {
  background:
    radial-gradient(circle at 12% 5%, rgba(39, 96, 255, .12), transparent 32%),
    linear-gradient(135deg, #f7faff 0%, #ffffff 56%, #eef4ff 100%);
  padding: 78px 0 88px;
}

.calendar-embed-header {
  max-width: 900px;
  margin-bottom: 32px;
}

.calendar-embed-header h1 {
  max-width: 780px;
}

.calendar-embed-header p:not(.eyebrow) {
  max-width: 680px;
  color: var(--muted);
  font-size: 18px;
}

.calendar-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  color: var(--royal);
  font-weight: 800;
  text-decoration: none;
}

.calendar-back-link::before {
  content: "←";
  font-size: 18px;
}

.calendar-embed-frame {
  overflow: hidden;
  border: 1px solid rgba(42, 92, 203, .18);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(8, 24, 66, .14);
}

.calendar-embed-frame iframe {
  display: block;
  width: 100%;
  height: min(78vh, 820px);
  min-height: 620px;
  border: 0;
}

.calendar-embed-empty {
  border: 1px solid rgba(42, 92, 203, .18);
  border-radius: 18px;
  background: #fff;
  padding: 34px;
  box-shadow: 0 18px 45px rgba(8, 24, 66, .1);
}

@media (max-width: 720px) {
  .calendar-embed-page {
    padding: 48px 0 60px;
  }

  .calendar-embed-frame iframe {
    height: 680px;
    min-height: 680px;
  }
}

.pgp-hero {
  position: relative;
  min-height: 610px;
  color: #fff;
  background: var(--navy);
  overflow: hidden;
}

.pgp-hero__image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.pgp-hero::after {
  content: "";
  position: absolute;
  inset: auto -8% -22% 45%;
  height: 310px;
  background: radial-gradient(circle, rgba(36, 92, 255, .55), transparent 64%);
  pointer-events: none;
}

.pgp-hero__inner {
  position: relative;
  z-index: 1;
  padding: 24px 0 160px;
}

.pgp-breadcrumb {
  display: flex;
  gap: 10px;
  align-items: center;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  margin-bottom: 28px;
}

.pgp-breadcrumb a {
  color: rgba(255, 255, 255, .86);
}

.pgp-jumpnav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding: 12px;
  margin: 0 auto 42px;
  max-width: 850px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: rgba(3, 19, 68, .38);
  backdrop-filter: blur(12px);
}

.pgp-jumpnav a {
  padding: 8px 14px;
  color: rgba(255, 255, 255, .9);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.pgp-hero__copy {
  width: min(100%, 560px);
}

.pgp-hero h1 {
  margin: 0 0 10px;
  font-size: clamp(2.6rem, 6vw, 5.5rem);
  line-height: .95;
  letter-spacing: 0;
}

.pgp-hero .eyebrow,
.pgp-hero__subtitle {
  color: var(--gold-2);
  font-weight: 900;
}

.pgp-hero__copy > p:not(.eyebrow):not(.pgp-hero__subtitle) {
  max-width: 510px;
  margin: 18px 0 28px;
  color: rgba(255, 255, 255, .92);
  font-size: 18px;
}

.pgp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pgp-actions .button--gold,
.pgp-cta .button--gold {
  color: #061747;
  border: 1px solid rgba(232, 177, 42, .62);
  background: linear-gradient(135deg, #f8d77a 0%, #e6b84b 100%);
  box-shadow: 0 18px 42px rgba(228, 179, 69, .22);
}

.pgp-actions .button--gold:hover,
.pgp-actions .button--gold:focus,
.pgp-cta .button--gold:hover,
.pgp-cta .button--gold:focus {
  color: #061747;
  background: linear-gradient(135deg, #ffe28b 0%, #e2ad34 100%);
  transform: translateY(-2px);
}

.button--ghost-light {
  color: #fff;
  border-color: rgba(255, 255, 255, .44);
  background: rgba(255, 255, 255, .07);
}

.button--ghost-light:hover {
  background: rgba(255, 255, 255, .14);
  transform: translateY(-2px);
}

.pgp-info-strip {
  position: relative;
  z-index: 2;
  margin-top: -92px;
}

.pgp-info-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 24px 75px rgba(7, 20, 58, .16);
}

.pgp-info-card {
  display: grid;
  gap: 8px;
  min-height: 164px;
  padding: 30px 34px;
  border-right: 1px solid rgba(9, 31, 92, .12);
}

.pgp-info-card:last-child {
  border-right: 0;
}

.pgp-info-card small {
  color: var(--blue);
  font-weight: 900;
  text-transform: uppercase;
}

.pgp-info-card strong {
  color: var(--navy);
  font-size: 1.3rem;
  line-height: 1.25;
}

.pgp-icon-bubble {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--blue-3));
  box-shadow: 0 14px 28px rgba(36, 92, 255, .28);
}

.pgp-icon-bubble--large {
  width: 86px;
  height: 86px;
}

.program-cycle-switch {
  position: relative;
  z-index: 1;
  padding: 28px 0 0;
  background: #f4f7fc;
}

.program-cycle-switch__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  border: 1px solid rgba(43, 95, 255, .16);
  border-radius: 14px;
  background: linear-gradient(135deg, #fff, #f7faff);
  box-shadow: 0 16px 44px rgba(9, 31, 92, .08);
}

.program-cycle-switch__inner > strong {
  color: var(--navy);
  font-size: 1.04rem;
}

.program-cycle-switch__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.program-cycle-switch__links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  border: 1px solid rgba(43, 95, 255, .24);
  border-radius: 999px;
  color: var(--blue);
  background: #fff;
  font-weight: 900;
}

.program-cycle-switch__links a:hover,
.program-cycle-switch__links a[aria-current="page"] {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--royal));
  box-shadow: 0 12px 28px rgba(43, 95, 255, .22);
  transform: translateY(-1px);
}

.pricing-page {
  background:
    radial-gradient(circle at 85% 10%, rgba(36, 92, 255, .08), transparent 34%),
    linear-gradient(180deg, #f7faff 0, #fff 42%);
}

.pricing-hero {
  padding: 54px 0 28px;
  background: #fff;
}

.pricing-hero__inner {
  position: relative;
}

.pricing-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.pricing-brand img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.pricing-brand strong,
.pricing-brand span {
  display: block;
}

.pricing-brand strong {
  color: var(--navy);
  font-size: 1.25rem;
}

.pricing-brand span {
  color: var(--muted);
  font-weight: 700;
}

.pricing-choice {
  position: absolute;
  top: 8px;
  right: 0;
  max-width: 260px;
  margin: 0;
  color: var(--navy);
  font-weight: 900;
  letter-spacing: .04em;
  text-align: right;
  text-transform: uppercase;
}

.pricing-choice::first-line {
  color: var(--blue);
}

.pricing-heading {
  max-width: 860px;
  margin: 22px auto 0;
  text-align: center;
}

.pricing-heading .eyebrow {
  color: var(--gold);
}

.pricing-heading h1 {
  margin: 0;
  color: var(--blue-3);
  font-size: clamp(3rem, 8vw, 6.3rem);
  line-height: .9;
  text-transform: uppercase;
}

.pricing-heading p:last-child {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin: 14px 0 0;
  color: var(--navy);
  font-size: clamp(1rem, 2.2vw, 1.45rem);
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.pricing-heading p:last-child::before,
.pricing-heading p:last-child::after {
  content: "";
  display: block;
  width: 58px;
  height: 3px;
  border-radius: 999px;
  background: var(--gold);
}

.pricing-content {
  padding: 18px 0 76px;
}

.pricing-content__inner {
  max-width: 980px;
}

.pricing-table {
  overflow: hidden;
  margin-top: 18px;
  border: 1px solid rgba(17, 56, 168, .16);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 45px rgba(7, 20, 58, .08);
}

.pricing-table__head {
  padding: 12px 24px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue-3), var(--blue));
  text-align: center;
}

.pricing-table__head h2 {
  margin: 0;
  color: #fff;
  font-size: 1.1rem;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.pricing-table__labels {
  display: grid;
  grid-template-columns: 1fr 240px;
  padding: 10px 26px;
  color: var(--blue-3);
  background: #eef4ff;
  font-size: .82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.pricing-table__labels span:last-child {
  text-align: right;
}

.pricing-row {
  display: grid;
  grid-template-columns: 70px 1fr 240px;
  gap: 18px;
  align-items: center;
  padding: 18px 26px;
  border-top: 1px solid rgba(9, 31, 92, .1);
}

.pricing-row__icon,
.pricing-note span,
.pricing-benefit > span {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--blue-3), var(--blue));
  box-shadow: 0 12px 24px rgba(36, 92, 255, .2);
}

.pricing-icon {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pricing-row__text strong {
  display: block;
  color: var(--navy);
  font-size: 1.05rem;
}

.pricing-row__text small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-weight: 700;
}

.pricing-row__price {
  color: var(--blue-3);
  font-size: 1.65rem;
  text-align: right;
}

.pricing-table__note {
  padding: 12px 24px;
  color: var(--blue-3);
  background: #eef4ff;
  font-weight: 900;
  text-align: center;
}

.pricing-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  margin-top: 18px;
  padding: 18px 24px;
  border: 1px solid rgba(17, 56, 168, .15);
  border-radius: 12px;
  background: #fff;
}

.pricing-note p {
  margin: 0;
  color: var(--navy);
  font-weight: 900;
}

.pricing-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 18px;
  overflow: hidden;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue-3), var(--blue));
  box-shadow: 0 18px 45px rgba(7, 20, 58, .16);
}

.pricing-benefit {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  padding: 22px;
  border-right: 1px solid rgba(255, 255, 255, .22);
}

.pricing-benefit:last-child {
  border-right: 0;
}

.pricing-benefit > span {
  color: var(--navy);
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
}

.pricing-benefit strong {
  display: block;
  color: #fff;
  font-size: .92rem;
  text-transform: uppercase;
}

.pricing-benefit p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: .9rem;
  line-height: 1.4;
}

.pricing-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  padding: 20px 24px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(7, 20, 58, .08);
}

.pricing-cta p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.program-landing-icon,
.pgp-check-icon {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.program-description-section {
  padding: 64px 0 22px;
  background:
    radial-gradient(circle at 88% 12%, rgba(30, 91, 255, .12), transparent 34%),
    linear-gradient(180deg, #fff, #f7faff);
}

.program-description-card {
  max-width: 1040px;
  padding: clamp(26px, 4vw, 46px);
  border: 1px solid rgba(29, 77, 216, .14);
  border-radius: 18px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 24px 60px rgba(7, 20, 58, .08);
}

.program-description-card h2 {
  margin: 0 0 18px;
  color: var(--navy);
  font-size: clamp(1.65rem, 3vw, 2.45rem);
}

.program-description-content {
  color: #40516d;
  font-size: 1.03rem;
  line-height: 1.78;
}

.program-description-content > *:first-child {
  margin-top: 0;
}

.program-description-content > *:last-child {
  margin-bottom: 0;
}

.program-description-content h2,
.program-description-content h3,
.program-description-content h4 {
  color: var(--navy);
  line-height: 1.18;
}

.program-description-content a {
  color: var(--royal);
  font-weight: 800;
}

.program-description-content ul,
.program-description-content ol {
  padding-left: 1.25rem;
}

.pgp-video-section {
  padding: 48px 0 36px;
  background: linear-gradient(135deg, #eef4ff 0%, #fff 55%, #e9f0ff 100%);
}

.pgp-video-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.4fr);
  gap: 28px;
  align-items: center;
  padding: 28px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(135deg, #061b57 0%, #103fae 68%, #1f5cff 100%);
  border-radius: 22px;
  box-shadow: 0 24px 70px rgba(6, 27, 87, .22);
}

.pgp-video-card::before {
  position: absolute;
  right: -12%;
  bottom: -45%;
  left: 35%;
  height: 78%;
  content: "";
  pointer-events: none;
  background: radial-gradient(circle, rgba(255, 209, 84, .22), transparent 62%);
}

.pgp-video-card__copy,
.pgp-video-card__media {
  position: relative;
  z-index: 1;
}

.pgp-video-card__copy h2 {
  margin: 8px 0 12px;
  color: #fff;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.02;
}

.pgp-video-card__copy p:not(.eyebrow) {
  max-width: 520px;
  color: rgba(255, 255, 255, .84);
  font-size: 18px;
  line-height: 1.65;
}

.pgp-video-card__media {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #061b57;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 16px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .24);
}

.program-specializations {
  padding: 42px 0 30px;
  background:
    radial-gradient(circle at 10% 0%, rgba(218, 169, 55, .12), transparent 30%),
    linear-gradient(180deg, #f7faff, #ffffff);
}

.program-specializations__grid {
  display: grid;
  grid-template-columns: minmax(260px, .85fr) minmax(0, 1.35fr);
  gap: clamp(22px, 4vw, 44px);
  align-items: stretch;
}

.program-specializations__copy {
  align-self: center;
  margin: 0;
}

.program-specializations__copy h2 {
  max-width: 520px;
}

.program-specializations__copy p:not(.eyebrow) {
  max-width: 560px;
  color: #40516d;
}

.program-specialization-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.program-specialization-card {
  display: grid;
  gap: 12px;
  min-height: 230px;
  padding: 28px;
  border: 1px solid rgba(29, 77, 216, .16);
  border-radius: 18px;
  background:
    radial-gradient(circle at 92% 8%, rgba(30, 91, 255, .13), transparent 34%),
    linear-gradient(145deg, #ffffff, #f5f8ff);
  color: var(--navy);
  box-shadow: 0 24px 56px rgba(8, 28, 80, .1);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.program-specialization-card:hover,
.program-specialization-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(218, 169, 55, .62);
  box-shadow: 0 30px 68px rgba(8, 28, 80, .16);
}

.program-specialization-card small {
  color: var(--royal);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.program-specialization-card strong {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.4vw, 2.1rem);
  line-height: 1.05;
}

.program-specialization-card p {
  margin: 0;
  color: #52637a;
  line-height: 1.62;
}

.pgp-details {
  padding-top: 72px;
  background: linear-gradient(180deg, #f7faff, #fff);
}

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

.pgp-list-card {
  min-width: 0;
}

.pgp-list-card h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: var(--navy);
  font-size: 1.05rem;
}

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

.pgp-check-item {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px 0;
  color: var(--ink);
}

.pgp-check-item > span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
}

.pgp-check-item strong {
  font-size: .96rem;
  line-height: 1.45;
}

.pgp-check-item small {
  grid-column: 2;
  color: var(--muted);
}

.pgp-list-card--subjects .pgp-check-item {
  padding: 16px;
  border: 1px solid rgba(42, 92, 203, .12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(7, 20, 58, .08);
}

.pgp-steps {
  background: #fff;
  padding-top: 32px;
}

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

.pgp-step-card {
  position: relative;
  text-align: center;
  padding: 24px 24px 18px;
}

.pgp-step-card::after {
  content: "";
  position: absolute;
  top: 52px;
  left: calc(50% + 56px);
  width: calc(100% - 88px);
  border-top: 1px dashed rgba(16, 45, 119, .25);
}

.pgp-step-card:last-child::after {
  display: none;
}

.pgp-step-number {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 14px;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  font-weight: 900;
}

.pgp-step-card .pgp-icon-bubble {
  margin: 0 auto 18px;
  background: #fff;
  color: var(--blue);
  border: 1px solid rgba(42, 92, 203, .14);
}

.pgp-step-card h3 {
  margin: 0 0 8px;
  color: var(--navy);
}

.pgp-step-card p {
  margin: 0;
  color: var(--muted);
}

.pgp-cta {
  background: #fff;
  padding: 24px 0;
}

.pgp-cta__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 34px;
  border-radius: 12px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7, 20, 58, .96), rgba(21, 78, 210, .9)),
    var(--navy);
  box-shadow: 0 24px 70px rgba(7, 20, 58, .16);
}

.pgp-cta h2 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 2rem;
}

.pgp-cta p {
  margin: 0;
  color: rgba(255, 255, 255, .82);
}

.pgp-contact {
  padding: 22px 0 54px;
  background: #fff;
}

.pgp-contact__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 20px;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(90deg, var(--blue-3), var(--blue));
}

.pgp-contact__grid a,
.pgp-contact__grid div {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  align-items: center;
  padding: 12px;
}

.pgp-contact__grid small {
  display: block;
  color: rgba(255, 255, 255, .78);
}

@media (max-width: 980px) {
  .program-specializations__grid {
    grid-template-columns: 1fr;
  }

  .program-specialization-cards {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
  }

  .program-specialization-card {
    min-width: 0;
    min-height: 0;
  }

  .pgp-info-grid,
  .pgp-details__grid,
  .pgp-step-grid,
  .pgp-contact__grid {
    grid-template-columns: 1fr 1fr;
  }

  .pgp-video-card {
    grid-template-columns: 1fr;
  }

  .pgp-cta__inner {
    grid-template-columns: 1fr;
  }

  .pricing-benefits {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .program-specializations {
    overflow: hidden;
    padding: 36px 0 24px;
  }

  .program-specializations__grid,
  .program-specialization-cards {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  .program-specializations__copy,
  .program-specialization-card {
    min-width: 0;
    max-width: 100%;
  }

  .program-specialization-card {
    padding: 22px;
    border-radius: 16px;
  }

  .pgp-video-card {
    padding: 22px;
  }

  .pgp-video-card__copy p:not(.eyebrow) {
    font-size: 16px;
  }

  .program-specialization-card strong,
  .program-specialization-card p {
    overflow-wrap: anywhere;
  }

  .pgp-hero {
    min-height: auto;
  }

  .program-cycle-switch__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .pgp-hero__inner {
    padding-bottom: 124px;
  }

  .pgp-jumpnav {
    justify-content: flex-start;
    border-radius: 12px;
  }

  .pgp-info-grid,
  .pgp-details__grid,
  .pgp-step-grid,
  .pgp-contact__grid {
    grid-template-columns: 1fr;
  }

  .pgp-info-card {
    border-right: 0;
    border-bottom: 1px solid rgba(9, 31, 92, .12);
  }

  .pgp-step-card::after {
    display: none;
  }

  .pricing-choice {
    position: static;
    margin-top: 18px;
    text-align: left;
  }

  .pricing-heading {
    text-align: left;
  }

  .pricing-heading p:last-child::before,
  .pricing-heading p:last-child::after {
    display: none;
  }

  .pricing-table__labels {
    display: none;
  }

  .pricing-row {
    grid-template-columns: 48px 1fr;
    gap: 14px;
  }

  .pricing-row__price {
    grid-column: 2;
    text-align: left;
  }

  .pricing-benefits,
  .pricing-cta {
    grid-template-columns: 1fr;
  }

  .pricing-benefits {
    display: grid;
  }

  .pricing-benefit {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
  }

  .pricing-cta {
    display: grid;
  }
}

