/* Responsive polish, loaded after the original page styles. */
:root {
  color-scheme: light;
  --ink: #173353;
  --muted: #596c81;
  --line: #e1e9f0;
}
body {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--ink);
  background: #fff;
}
button {
  font: inherit;
}
img {
  max-width: 100%;
}
:focus-visible {
  outline: 3px solid #079fa8;
  outline-offset: 5px;
}
.shell {
  width: min(1160px, calc(100% - 40px));
}
.section {
  padding: 76px 0;
}
.section-title {
  line-height: 1.18;
  letter-spacing: -0.035em;
}
.kicker {
  color: #087e86;
  font-size: 11px;
  letter-spacing: 0.14em;
  line-height: 1.6;
}
/* A seamless, duplicated track travels at a relaxed, constant speed. */
.specializations {
  padding: 38px 0 42px;
  color: #fff;
  background:
    radial-gradient(ellipse at 95% 0%, #17647b 0, transparent 48%), #102e52;
  overflow: hidden;
}
.specialization-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 25px;
}
.specializations .kicker {
  color: #83e1d5;
  margin-bottom: 7px;
}
.specializations h2 {
  font-size: clamp(24px, 3vw, 34px);
  letter-spacing: -0.035em;
  line-height: 1.25;
}
.specialization-heading p:last-child {
  margin-top: 8px;
  font-size: 14px;
  color: #c0d6e5;
  line-height: 1.6;
}
.marquee-toggle {
  flex: none;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid #7490ac;
  border-radius: 99px;
  background: #ffffff0c;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}
.marquee-toggle:hover {
  background: #ffffff20;
}
.specialization-viewport {
  overflow: hidden;
  mask-image: linear-gradient(
    to right,
    transparent,
    #000 4%,
    #000 96%,
    transparent
  );
}
.specialization-track {
  display: flex;
  width: max-content;
  animation: specialization-scroll 125s linear infinite;
}
.specialization-group {
  display: flex;
  align-items: stretch;
  list-style: none;
  gap: 14px;
  padding: 0 14px 0 0;
  margin: 0;
  flex: none;
}
.specialization-chip {
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
  /* padding: 16px 20px 16px 12px; */
  padding: 6px 16px 6px 10px;
  /* border: 1px solid #ffffff26; */
  border-radius: 15px;
  /* background: #ffffff0d; */
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}
.specialization-chip strong {
  display: grid;
  place-items: center;
  min-width: 52px;
  padding: 8px;
  border-radius: 8px;
  background: #d9f6f1;
  color: #075860;
  font-size: 12px;
}
.specialization-chip:nth-child(3n + 2) strong {
  background: #dfeaff;
  color: #244f8e;
}
.specialization-chip:nth-child(3n) strong {
  background: #f2e8ff;
  color: #67408f;
}
.specializations.is-paused .specialization-track,
.specialization-viewport:hover .specialization-track,
.specialization-viewport:focus-within .specialization-track {
  animation-play-state: paused;
}
@keyframes specialization-scroll {
  to {
    transform: translateX(-50%);
  }
}
/* Larger university cards; Swiper owns inter-slide spacing. */
.uy-section {
  padding: 64px 0 52px;
}
.uy-head h2 {
  font-size: clamp(29px, 4vw, 46px);
}
.uy-swiper {
  height: 390px;
  padding: 28px 0;
  margin-top: 0;
}
.uy-swiper .swiper-wrapper {
  gap: 0;
}
.uy-swiper .swiper-slide {
  width: 200px;
  height: 310px;
}
.uni-card::before {
  font-family: "Font Awesome 5 Free";
}
.uni-info {
  padding: 16px;
}
.uni-info h3 {
  font-size: 16px;
  -webkit-line-clamp: 3;
}
.uni-info small {
  font-size: 12px;
}
.naac-badge {
  font-size: 11px;
  padding: 7px 10px;
}
.uy-nav {
  width: 46px;
  height: 46px;
  border: 1px solid #c8dfea;
}
/* Benefit cards have consistent illustration areas and readable copy. */
.benefits {
  max-width: 1200px;
  padding: 76px 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.benefits-heading {
  grid-column: 1/-1;
  text-align: center;
  margin-bottom: 16px;
}
.benefits-heading h2 {
  font-size: clamp(28px, 3.5vw, 42px);
  letter-spacing: -0.035em;
  line-height: 1.2;
}
.benefits-heading > p:last-child {
  color: var(--muted);
  margin-top: 12px;
  font-size: 15px;
}
.benefits .row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  padding: 28px;
  border: 1px solid #dfe8ee;
  border-radius: 24px;
  background: #f7fafc;
  box-shadow: 0 6px 20px #14345b06;
}
.benefits .row:nth-of-type(3) {
  background: #f3f9f7;
}
.benefits .row:nth-of-type(4) {
  background: #f4f6fc;
}
.benefits .row:nth-of-type(5) {
  background: #fff9f0;
}
.benefits .row:last-child {
  grid-column: 1/-1;
  background: linear-gradient(110deg, #eaf6f5, #f3f7fc);
}
.benefits .row__art {
  display: grid;
  place-items: center;
  width: 90px;
  height: 100px;
  flex: 0 0 90px;
}
.benefits .row__art img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.benefits .row__body {
  margin: 0;
}
.benefits .row__num {
  font-size: 10px;
  color: #087e86;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}
.benefits .row__title {
  color: #193b62;
  font-size: 20px;
  line-height: 1.35;
  margin-bottom: 10px;
  text-shadow: none;
}
.benefits .row__text {
  font-size: 14px;
  line-height: 1.8;
  text-shadow: none;
  max-width: 760px;
}
/* Stable guidance panels, with enough room for expanded text. */
.uy2-section {
  background: #f3f7fb;
  padding: 72px 20px;
}
.uy2-heading {
  margin-bottom: 38px;
}
.uy2-heading h2 {
  font-size: clamp(29px, 4vw, 42px);
  color: #193b62;
}
.uy2-heading span {
  color: #087e86;
}
.uy2-heading p {
  color: var(--muted);
  line-height: 1.6;
}
.uy2-item {
  height: auto;
  min-height: 180px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.uy2-left {
  padding-right: calc(50% + 44px);
}
.uy2-right {
  padding-left: calc(50% + 44px);
}
.uy2-card {
  width: 100%;
  border-radius: 20px;
  cursor: default;
}
.uy2-card-head {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  color: inherit;
  cursor: pointer;
  padding: 16px;
  gap: 12px;
}
.uy2-title h3 {
  font-size: 15px;
  line-height: 1.5;
}
.uy2-title span {
  font-size: 10px;
  color: #627287;
}
.uy2-content p {
  color: #596c81;
  font-size: 14px;
  line-height: 1.75;
}
.uy2-card.uy2-active .uy2-content {
  max-height: 400px;
  padding: 0 20px 20px;
}
.accreditation-copy {
  grid-template-columns: 1.15fr 0.85fr;
  gap: 20px 54px;
  align-items: center;
}
.accreditation-copy .section-head {
  grid-column: 1;
}
.accreditation-copy .accreditation-body {
  grid-column: 1;
  grid-row: 2;
}
.accreditation-copy .img-div {
  grid-column: 2;
  grid-row: 1 / span 2;
  text-align: center;
}
.accreditation-copy .img-div img {
  width: 340px;
  height: auto;
}
.accreditation-body p {
  font-size: 14px;
  line-height: 1.85;
}
.accreditation-section {
  padding: 38px 0 0;
}
.accreditation-timeline {
  gap: 12px;
}
.accreditation-timeline::before,
.timeline-arrow {
  display: none;
}
.accreditation-item {
  padding: 18px 10px;
  border: 1px solid #e1e9f0;
  border-radius: 18px;
  background: #f8fafc;
}
.accreditation-circle {
  width: 64px;
  height: 64px;
  margin-bottom: 10px;
}
.accreditation-content p {
  color: #596c81;
  font-size: 12px;
}
.faq-grid {
  grid-template-columns: 0.6fr 1.4fr;
  gap: 50px;
}
.faq-list {
  border: 0;
  display: grid;
  gap: 12px;
}
.faq-list details {
  border: 1px solid #dce6ef;
  border-radius: 16px;
  background: #fff;
  padding: 0 20px;
}
.faq-list details[open] {
  border-color: #80bebc;
}
.faq-list summary {
  font-size: 15px;
  padding: 20px 0;
}
.faq-list details p {
  font-size: 14px;
}
.final-section {
  padding: 24px 0 60px;
}
.final-band {
  padding: 36px;
}
@media (max-width: 900px) {
  .benefits .row {
    flex-direction: column;
    gap: 14px;
    padding: 24px;
  }
  .benefits .row__art {
    flex-basis: auto;
    width: 80px;
    height: 80px;
  }
  .uy2-timeline::before {
    left: 20px;
    width: 4px;
    transform: none;
  }
  .uy2-item {
    min-height: 0;
    padding: 0 0 18px 56px;
    justify-content: flex-start;
  }
  .uy2-number {
    left: 22px;
    top: 38px;
    width: 38px;
    height: 38px;
    font-size: 11px;
  }
  .uy2-card::before,
  .uy2-card::after {
    display: none;
  }
  .uy2-icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    font-size: 16px;
  }
  .uy2-arrow {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
    font-size: 10px;
  }
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .accreditation-copy {
    gap: 24px;
  }
}
@media (max-width: 600px) {
  .shell {
    width: calc(100% - 32px);
  }
  .section {
    padding: 48px 0;
  }
  .hero {
    padding-top: 22px;
  }
  .hero-copy {
    padding-top: 12px;
  }
  .hero h1 {
    font-size: clamp(32px, 9vw, 44px);
    line-height: 1.12;
  }
  .hero h1 .job {
    font-size: 0.53em;
    line-height: 1.5;
  }
  .specializations {
    padding: 12px 0;
  }
  .specialization-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 10px;
  }
  .specialization-heading p:last-child {
    font-size: 13px;
  }
  .specialization-chip {
    font-size: 13px;
    padding: 12px 16px 12px 10px;
    gap: 10px;
  }
  .uy-section {
    padding: 42px 0 36px;
  }
  .uy-head {
    padding: 0 20px;
  }
  .uy-head p {
    font-size: 14px;
  }
  .uy-stage {
    margin-top: 18px;
  }
  .uy-swiper {
    height: 342px;
    padding: 20px 0;
  }
  .uy-swiper .swiper-slide {
    width: 176px;
    height: 280px;
  }
  .uni-info h3 {
    font-size: 15px;
  }
  .benefits {
    grid-template-columns: 1fr;
    padding: 46px 16px;
    gap: 14px;
  }
  .benefits-heading {
    margin-bottom: 10px;
    text-align: left;
  }
  .benefits-heading > p:last-child {
    font-size: 14px;
    line-height: 1.7;
  }
  .benefits .row {
    position: relative;
    padding: 22px;
    gap: 16px;
    border-radius: 20px;
  }
  .benefits .row__art {
    width: 76px;
    height: 76px;
  }
  .benefits .row__title {
    font-size: 20px;
  }
  .benefits .row__text {
    font-size: 14px;
    line-height: 1.75;
  }
  .uy2-section {
    padding: 46px 16px;
  }
  .uy2-heading {
    margin-bottom: 26px;
    text-align: left;
  }
  .uy2-heading p {
    font-size: 14px;
  }
  .uy2-card-head {
    padding: 14px 12px;
    gap: 9px;
  }
  .uy2-title h3 {
    font-size: 14px;
  }
  .uy2-card.uy2-active .uy2-content {
    padding: 0 16px 18px;
  }
  .uy2-content p {
    font-size: 13px;
  }
  .accreditation-copy {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 22px;
  }
  .accreditation-copy .img-div img {
    width: 260px;
  }
  .accreditation-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .accreditation-item:last-child {
    grid-column: 1/-1;
  }
  .accreditation-content h3 {
    font-size: 16px;
  }
  .accreditation-content p {
    font-size: 12px;
  }
  .section-title {
    font-size: 30px;
  }
  .faq-list details {
    padding: 0 16px;
  }
  .faq-list summary {
    font-size: 14px;
    gap: 14px;
  }
  .faq-list details p {
    font-size: 14px;
    padding-right: 0;
  }
  .final-section {
    padding: 4px 0 38px;
  }
  .final-band {
    grid-template-columns: 1fr;
    padding: 26px 22px;
    gap: 20px;
  }
  .final-band h2 {
    font-size: 28px;
  }
  .final-band p {
    line-height: 1.75;
    font-size: 14px;
  }
  .final-band .btn {
    white-space: normal;
  }
}
@media (prefers-reduced-motion: reduce) {
  .specialization-viewport {
    overflow-x: auto;
    mask-image: none;
    padding: 0 16px;
  }
  .specialization-track {
    animation: none;
  }
  .specialization-group[aria-hidden] {
    display: none;
  }
  .marquee-toggle {
    display: none;
  }
}
/* Keep the logo and countdown on one balanced header row. */
.top-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px max(20px, calc((100vw - 1160px) / 2));
}
.top-strip .brand img {
  width: 190px;
  height: auto;
  display: block;
}
.top-strip .logo {
  min-width: 0;
}
.benefits .row:nth-of-type(2) {
  background: #f7fafc;
}
@media (max-width: 600px) {
  .top-strip {
    padding: 12px 16px;
    gap: 10px;
  }
  .top-strip .brand img {
    width: 145px;
  }
  .top-strip .strip-line {
    flex: none;
    font-size: 9px;
  }
  .timer-piece b {
    font-size: 11px;
  }
}
.uy-swiper {
  touch-action: pan-y;
}
.accreditation-timeline {
  display: grid;
}
@media (max-width: 600px) {
  .accreditation-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0;
  }
  .accreditation-circle {
    flex: none;
    margin: 0 auto 10px;
  }
  .accreditation-content {
    text-align: center;
  }
}

/* Official organization marks in The Real Talk section. */
.accreditation-circle { overflow:hidden; }
.accreditation-circle::before { display:none; }
.accreditation-logo { position:relative; z-index:2; display:block; width:68%; height:68%; object-fit:contain; border-radius:5px; }
.accreditation-orange { background:#fff; }
.accreditation-green { background:#fff; }
@media(max-width:600px) { .accreditation-logo { width:74%; height:74%; } }
.accreditation-circle { background:#fff !important; box-shadow:0 5px 20px rgba(22,54,89,.1); }


/* Benefits: bring back the original illustrated, alternating bands. */
.benefits {
  display:flex;
  flex-direction:column;
  gap:8px;
  width:min(100%,1200px);
  max-width:1200px;
  margin:0 auto;
  padding:54px 20px;
}
.benefits .row {
  display:grid;
  grid-template-columns:minmax(130px,190px) minmax(0,1fr);
  align-items:center;
  gap:24px;
  min-height:190px;
  padding:26px 34px;
  border:0;
  border-radius:3px;
  box-shadow:none;
  background:#fff0f1;
}
.benefits .row:nth-child(even) {
  grid-template-columns:minmax(0,1fr) minmax(130px,190px);
  background:#f2e9ff;
}
.benefits .row:nth-child(3n) { background:#e7f5fd; }
.benefits .row:nth-child(4n) { background:#fff3e4; }
.benefits .row:nth-child(5n) { background:#eaf7f0; }
.benefits .row--reverse .row__art { grid-column:2; grid-row:1; }
.benefits .row--reverse .row__body { grid-column:1; grid-row:1; }
.benefits .row__art {
  display:grid;
  place-items:center;
  width:100%;
  height:138px;
  flex:none;
  margin:0;
}
.benefits .row__art img {
  display:block;
  width:100%;
  max-width:158px;
  height:100%;
  max-height:138px;
  object-fit:contain;
}
.benefits .row__body { min-width:0; margin:0; }
.benefits .row__num { display:none; }
.benefits .row__title {
  margin:0 0 9px;
  color:#151d29;
  font-size:clamp(19px,2vw,23px);
  font-weight:800;
  line-height:1.35;
  text-shadow:none;
}
.benefits .row__text {
  max-width:690px;
  color:#4c5d6e;
  font-size:16px;
  line-height:1.65;
  text-shadow:none;
}
@media(max-width:900px) {
  .benefits { padding:38px 18px; gap:7px; }
  .benefits .row { min-height:170px; padding:22px 24px; gap:18px; }
  .benefits .row__art { height:120px; }
  .benefits .row__art img { max-height:120px; }
  .benefits .row__title { font-size:19px; }
  .benefits .row__text { font-size:15px; }
}
@media(max-width:600px) {
  .benefits { gap:5px; padding:20px 19px 28px; }
  .benefits .row,
  .benefits .row:nth-child(even) {
    grid-template-columns:minmax(96px,31%) minmax(0,1fr);
    min-height:0;
    gap:15px;
    padding:19px 17px;
    border-radius:0;
  }
  .benefits .row--reverse,
  .benefits .row:nth-child(even) {
    grid-template-columns:minmax(0,1fr) minmax(96px,31%);
  }
  .benefits .row__art,
  .benefits .row--reverse .row__art { grid-column:1; grid-row:1; height:100px; }
  .benefits .row__body,
  .benefits .row--reverse .row__body { grid-column:2; grid-row:1; }
  .benefits .row--reverse .row__art,
  .benefits .row:nth-child(even):not(.row--reverse) .row__art { grid-column:2; }
  .benefits .row--reverse .row__body,
  .benefits .row:nth-child(even):not(.row--reverse) .row__body { grid-column:1; }
  .benefits .row__art img { width:100%; max-width:132px; max-height:100px; }
  .benefits .row__title { margin-bottom:7px; font-size:clamp(16px,4.2vw,19px); line-height:1.35; }
  .benefits .row__text { font-size:clamp(13px,3.45vw,15px); line-height:1.65; }
}
@media(max-width:359px) {
  .benefits { padding-right:12px; padding-left:12px; }
  .benefits .row,
  .benefits .row:nth-child(even) { gap:10px; padding:15px 12px; }
  .benefits .row__art,.benefits .row--reverse .row__art { height:82px; }
  .benefits .row__art img { max-height:82px; }
  .benefits .row__title { font-size:15px; }
  .benefits .row__text { font-size:12px; }
}
