:root {
  --navy-950: #071c35;
  --navy-900: #0b2f5b;
  --navy-800: #104273;
  --blue-700: #1559a6;
  --blue-600: #1f6ac1;
  --blue-100: #eaf3fc;
  --green-700: #16754a;
  --green-100: #e8f7ef;
  --amber-800: #8a5300;
  --amber-100: #fff4d8;
  --red-700: #a62d2d;
  --white: #ffffff;
  --gray-950: #17212b;
  --gray-800: #2d3945;
  --gray-700: #455463;
  --gray-600: #5f6d79;
  --gray-300: #cfd8e1;
  --gray-200: #e4e9ee;
  --gray-100: #f3f6f8;
  --gray-50: #f8fafb;
  --shadow-sm: 0 8px 24px rgba(7, 28, 53, 0.08);
  --shadow-md: 0 18px 42px rgba(7, 28, 53, 0.14);
  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--gray-950);
  background: var(--gray-50);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 1.1em; height: 1.1em; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.container { width: min(calc(100% - 32px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; background: var(--white); color: var(--navy-900); padding: 10px 14px; border-radius: 8px; box-shadow: var(--shadow-md); }
.skip-link:focus { top: 16px; }

.topbar { background: var(--navy-950); color: #dbe8f4; font-size: .82rem; }
.topbar__inner { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar__date, .topbar__links, .topbar__links a { display: flex; align-items: center; }
.topbar__date { gap: 8px; white-space: nowrap; }
.topbar__links { gap: 4px; }
.topbar__links a { gap: 7px; padding: 7px 11px; border-radius: 7px; text-decoration: none; transition: background .2s, color .2s; }
.topbar__links a:hover, .topbar__links a:focus-visible { background: rgba(255,255,255,.1); color: var(--white); outline: none; }

.site-header { background: var(--white); border-bottom: 1px solid var(--gray-200); }
.site-header__inner { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 12px; }
.brand { display: inline-flex; align-items: center; gap: 18px; text-decoration: none; min-width: 0; }
.brand img { width: 82px; height: 82px; object-fit: contain; }
.brand__text { display: grid; line-height: 1.25; }
.brand__text strong { color: var(--navy-900); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.25rem, 2.2vw, 1.75rem); }
.brand__hindi { color: var(--red-700); font-weight: 700; margin-top: 5px; font-size: .98rem; }
.brand__text small { color: var(--gray-600); margin-top: 5px; font-size: .9rem; }
.session-label { border-left: 3px solid var(--blue-600); padding-left: 18px; display: grid; text-align: right; line-height: 1.2; }
.session-label span { color: var(--gray-600); font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; }
.session-label strong { color: var(--navy-900); font-size: 1.35rem; margin-top: 4px; }

.notice-strip { background: #fff7e7; border-bottom: 1px solid #efdcae; color: #5f410b; }
.notice-strip__inner { min-height: 54px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; font-size: .9rem; }
.notice-strip__label { display: inline-flex; align-items: center; gap: 7px; color: var(--amber-800); font-weight: 800; white-space: nowrap; }
.notice-strip p { margin: 0; }
.notice-strip a { color: var(--navy-900); font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 3px; white-space: nowrap; }

.hero { position: relative; overflow: hidden; background: linear-gradient(125deg, var(--navy-950) 0%, var(--navy-900) 52%, #164f85 100%); color: var(--white); padding: 68px 0 62px; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.17) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.17) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to right, transparent 0%, #000 35%, #000 100%); }
.hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); gap: 62px; align-items: center; }
.eyebrow { display: inline-block; text-transform: uppercase; font-weight: 800; letter-spacing: .12em; font-size: .75rem; color: #bcd9f6; margin-bottom: 13px; }
.eyebrow--blue { color: var(--blue-700); }
.hero h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.15rem, 4.6vw, 4.4rem); line-height: 1.06; margin: 0 0 18px; letter-spacing: -.025em; max-width: 760px; }
.hero__lead { color: #d6e6f5; font-size: clamp(1rem, 1.6vw, 1.2rem); max-width: 690px; margin: 0 0 28px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__meta { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 18px; color: #c4d9ec; font-size: .86rem; }
.hero__meta span { display: inline-flex; align-items: center; gap: 7px; }

.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 11px 19px; border: 1px solid transparent; border-radius: 9px; font-weight: 800; font-size: .92rem; line-height: 1.2; text-decoration: none; cursor: pointer; transition: transform .18s, box-shadow .18s, background .18s, border-color .18s; }
.button:hover { transform: translateY(-1px); }
.button:focus-visible, .text-link:focus-visible { outline: 3px solid rgba(31,106,193,.28); outline-offset: 3px; }
.button--primary { background: var(--blue-600); color: var(--white); box-shadow: 0 10px 20px rgba(3,18,34,.2); }
.button--primary:hover { background: #155aa5; box-shadow: 0 14px 26px rgba(3,18,34,.25); }
.button--secondary { border-color: rgba(255,255,255,.55); color: var(--white); background: rgba(255,255,255,.05); }
.button--secondary:hover { background: rgba(255,255,255,.12); }
.button--outline { border-color: #b8c9da; color: var(--navy-900); background: var(--white); }
.button--outline:hover { border-color: var(--blue-600); background: var(--blue-100); }
.button--light { background: var(--white); color: var(--navy-900); }
.button--light:hover { background: #edf5fc; }
.button--full { width: 100%; }

.countdown-card { background: rgba(255,255,255,.97); color: var(--gray-950); border-radius: var(--radius-lg); padding: 27px; box-shadow: 0 28px 70px rgba(1,14,28,.34); border: 1px solid rgba(255,255,255,.5); }
.countdown-card__header { display: flex; align-items: center; gap: 9px; color: var(--green-700); text-transform: uppercase; letter-spacing: .08em; font-size: .74rem; font-weight: 900; }
.status-dot { width: 9px; height: 9px; background: #1d9b63; border-radius: 50%; box-shadow: 0 0 0 5px rgba(29,155,99,.12); }
.countdown-card h2 { font-size: 1.12rem; margin: 12px 0 18px; color: var(--navy-900); }
.countdown { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: start; gap: 7px; background: var(--gray-100); border: 1px solid var(--gray-200); padding: 16px 12px; border-radius: 13px; }
.countdown__item { text-align: center; min-width: 0; }
.countdown__item strong { display: block; font-size: clamp(1.45rem, 3vw, 2.15rem); line-height: 1; color: var(--navy-900); font-variant-numeric: tabular-nums; }
.countdown__item span { display: block; margin-top: 8px; color: var(--gray-600); font-size: .68rem; text-transform: uppercase; letter-spacing: .06em; }
.countdown__separator { font-size: 1.7rem; color: #90a0ae; line-height: 1; padding-top: 1px; }
.countdown-card p { color: var(--gray-600); font-size: .84rem; margin: 14px 0 18px; }
.countdown-card.is-open .countdown-card__header { color: var(--blue-700); }
.countdown-card.is-open .status-dot { background: var(--blue-600); box-shadow: 0 0 0 5px rgba(31,106,193,.13); }

.schedule-section, .portal-section, .support-section { padding: 76px 0; }
.schedule-section { background: var(--white); }
.portal-section { background: var(--gray-100); border-block: 1px solid var(--gray-200); }
.section-heading { text-align: center; max-width: 780px; margin: 0 auto 36px; }
.section-heading--left { text-align: left; margin-left: 0; max-width: 880px; }
.section-heading h2 { font-family: Georgia, "Times New Roman", serif; color: var(--navy-900); font-size: clamp(1.8rem, 3vw, 2.65rem); line-height: 1.15; margin: 0 0 13px; }
.section-heading p { color: var(--gray-600); margin: 0; }
.schedule-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.schedule-card { position: relative; display: flex; flex-direction: column; min-width: 0; padding: 30px; border: 1px solid var(--gray-200); border-radius: var(--radius); box-shadow: var(--shadow-sm); background: var(--white); overflow: hidden; }
.schedule-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; }
.schedule-card--active::before { background: var(--green-700); }
.schedule-card--pending::before { background: #c88918; }
.schedule-card__top { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.schedule-card__number { color: #a9b5c0; font-family: Georgia, "Times New Roman", serif; font-weight: 700; font-size: 1.35rem; }
.schedule-card__icon { width: 54px; height: 54px; margin: 27px 0 17px; border-radius: 13px; display: grid; place-items: center; background: var(--blue-100); color: var(--blue-700); }
.schedule-card__icon .icon { width: 29px; height: 29px; }
.schedule-card h3 { color: var(--navy-900); font-size: 1.45rem; margin: 0 0 20px; }
.schedule-details { margin: 0; display: grid; gap: 0; border-top: 1px solid var(--gray-200); }
.schedule-details div { display: grid; grid-template-columns: 115px 1fr; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--gray-200); }
.schedule-details dt { color: var(--gray-600); font-weight: 700; }
.schedule-details dd { margin: 0; color: var(--gray-800); font-weight: 700; }
.schedule-card__note { color: var(--gray-600); font-size: .84rem; margin: 18px 0; }
.text-link { margin-top: auto; display: inline-flex; align-items: center; gap: 7px; color: var(--blue-700); font-weight: 800; text-decoration: none; }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }

.pill { display: inline-flex; width: fit-content; align-items: center; border-radius: 999px; padding: 6px 11px; font-size: .72rem; line-height: 1; font-weight: 900; text-transform: uppercase; letter-spacing: .055em; }
.pill--green { color: var(--green-700); background: var(--green-100); }
.pill--amber { color: var(--amber-800); background: var(--amber-100); }

.portal-group { margin-top: 30px; background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); }
.portal-group + .portal-group { margin-top: 28px; }
.portal-group__heading { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 27px 30px; border-bottom: 1px solid var(--gray-200); }
.portal-group--first-year .portal-group__heading { background: linear-gradient(90deg, #f2faf6, #fff); }
.portal-group--senior .portal-group__heading { background: linear-gradient(90deg, #fff9ec, #fff); }
.portal-group__heading h3 { color: var(--navy-900); font-size: 1.55rem; margin: 10px 0 4px; }
.portal-group__heading p { color: var(--gray-600); margin: 0; }
.portal-group__heading-icon { width: 54px; height: 54px; fill: none; stroke: var(--blue-700); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; opacity: .8; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; }
.service-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.service-card { min-width: 0; display: flex; flex-direction: column; padding: 28px; border-right: 1px solid var(--gray-200); }
.service-card:last-child { border-right: 0; }
.service-card__icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 11px; margin-bottom: 18px; }
.service-card__icon .icon { width: 24px; height: 24px; }
.service-card__icon--green { background: var(--green-100); color: var(--green-700); }
.service-card__icon--blue { background: var(--blue-100); color: var(--blue-700); }
.service-card__icon--navy { background: #e9edf2; color: var(--navy-900); }
.service-card h4 { color: var(--navy-900); font-size: 1.12rem; margin: 0 0 9px; }
.service-card p { color: var(--gray-600); font-size: .9rem; margin: 0 0 22px; flex: 1; }

.support-section { background: var(--white); }
.support-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.support-copy h2 { font-family: Georgia, "Times New Roman", serif; color: var(--navy-900); font-size: clamp(1.8rem, 3vw, 2.55rem); line-height: 1.15; margin: 0 0 14px; }
.support-copy p { color: var(--gray-600); margin: 0 0 24px; }
.support-cards { display: grid; gap: 12px; }
.contact-card { display: flex; align-items: center; gap: 17px; padding: 18px 20px; border: 1px solid var(--gray-200); border-radius: 13px; background: var(--gray-50); }
.contact-card__icon { width: 26px; height: 26px; fill: none; stroke: var(--blue-700); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.contact-card div { display: grid; min-width: 0; }
.contact-card span, .contact-card small { color: var(--gray-600); font-size: .78rem; }
.contact-card strong { color: var(--navy-900); font-size: 1rem; overflow-wrap: anywhere; }
.contact-card a { text-decoration: none; }
.contact-card a:hover { text-decoration: underline; }

.site-footer { color: #d3dfeb; background: var(--navy-950); }
.site-footer__top { min-height: 126px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-block: 22px; }
.footer-brand { display: flex; align-items: center; gap: 15px; }
.footer-brand img { width: 66px; height: 66px; object-fit: contain; }
.footer-brand div { display: grid; }
.footer-brand strong { color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; }
.footer-brand span { font-size: .82rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 20px; }
.footer-links a { text-decoration: none; font-size: .88rem; }
.footer-links a:hover { color: var(--white); text-decoration: underline; text-underline-offset: 4px; }
.site-footer__bottom { padding: 18px 0 25px; border-top: 1px solid rgba(255,255,255,.13); display: flex; justify-content: space-between; gap: 24px; color: #9fb1c3; font-size: .77rem; }
.site-footer__bottom p { margin: 0; }

@media (max-width: 960px) {
  .hero__grid { grid-template-columns: 1fr; gap: 38px; }
  .countdown-card { max-width: 620px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid--two { grid-template-columns: 1fr; }
  .service-card { border-right: 0; border-bottom: 1px solid var(--gray-200); }
  .service-card:last-child { border-bottom: 0; }
  .support-grid { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .topbar__inner { align-items: flex-start; padding: 9px 0; }
  .topbar__date { display: none; }
  .topbar__links { width: 100%; justify-content: center; flex-wrap: wrap; }
  .topbar__links a { padding: 5px 7px; }
  .site-header__inner { min-height: 92px; }
  .brand { gap: 12px; }
  .brand img { width: 62px; height: 62px; }
  .brand__text strong { font-size: 1.07rem; }
  .brand__hindi { font-size: .79rem; }
  .brand__text small { font-size: .72rem; }
  .session-label { display: none; }
  .notice-strip__inner { grid-template-columns: 1fr auto; padding-block: 10px; gap: 8px 12px; }
  .notice-strip__label { grid-column: 1 / -1; }
  .notice-strip p { font-size: .82rem; }
  .notice-strip a { align-self: end; font-size: .82rem; }
  .hero { padding: 50px 0 46px; }
  .hero::before { opacity: .08; }
  .hero h1 { font-size: clamp(2rem, 10vw, 3.05rem); }
  .hero__actions { flex-direction: column; align-items: stretch; }
  .hero__actions .button { width: 100%; }
  .hero__meta { display: grid; gap: 10px; }
  .countdown-card { padding: 22px 16px; border-radius: var(--radius); }
  .countdown { gap: 3px; padding: 14px 5px; }
  .countdown__item strong { font-size: 1.45rem; }
  .countdown__item span { font-size: .56rem; letter-spacing: .02em; }
  .countdown__separator { font-size: 1.25rem; }
  .schedule-section, .portal-section, .support-section { padding: 55px 0; }
  .schedule-grid { grid-template-columns: 1fr; }
  .schedule-card { padding: 24px 22px; }
  .schedule-details div { grid-template-columns: 90px 1fr; gap: 10px; }
  .portal-group__heading { padding: 23px 21px; }
  .portal-group__heading-icon { display: none; }
  .service-card { padding: 23px 21px; }
  .site-footer__top { align-items: flex-start; flex-direction: column; }
  .footer-links { justify-content: flex-start; }
  .site-footer__bottom { flex-direction: column; gap: 7px; }
}

@media (max-width: 420px) {
  .brand__text small { display: none; }
  .notice-strip__inner { grid-template-columns: 1fr; }
  .notice-strip a { justify-self: start; }
  .countdown-card h2 { font-size: .98rem; }
  .countdown__item strong { font-size: 1.25rem; }
  .schedule-details div { grid-template-columns: 1fr; gap: 2px; }
}

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