:root {
  --ink: #15202b;
  --muted: #5f6f7d;
  --paper: #fffdf8;
  --surface: #ffffff;
  --line: #dce5e7;
  --accent: #0e766e;
  --accent-dark: #07574f;
  --warm: #f7e6ba;
  --text-base: 1rem;
  --text-sm: .9rem;
  --text-xs: .78rem;
  --title-page: clamp(1.65rem, 3.2vw, 2.2rem);
  --title-section: 1.2rem;
  --title-card: 1.02rem;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; font-size: 16px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-size: var(--text-base); line-height: 1.55; }
a { color: inherit; }
.site-header, main, .site-footer { max-width: 1120px; margin: 0 auto; padding-left: 24px; padding-right: 24px; }
.site-header { min-height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { color: var(--ink); font-weight: 850; letter-spacing: -.08em; font-size: 1.35rem; text-decoration: none; }
.brand-group { display: flex; align-items: center; gap: 10px; }
.beta-badge {
  display: inline-flex;
  align-items: center;
  color: #8a5a00;
  background: #fff3d6;
  border: 1px solid #e8c874;
  padding: 4px 9px;
  border-radius: 999px;
  font-size: .68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  line-height: 1;
}
.beta-badge--footer { font-size: .62rem; padding: 2px 7px; vertical-align: middle; }
.brand span { color: var(--accent); }
nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 22px; row-gap: 8px; font-size: .95rem; color: var(--muted); }
nav a { text-decoration: none; }
nav a:hover { color: var(--accent); }
nav a[aria-current="page"] { color: var(--accent); font-weight: 650; }
.hero { padding: 82px 8% 28px; border-radius: 28px 28px 0 0; background: linear-gradient(125deg, #e8f5ed, #f9e8c2); margin-bottom: 0; }
.search-bar {
  max-width: 1120px;
  margin: 0 auto 72px;
  padding: 0 24px 36px;
  background: linear-gradient(125deg, #e8f5ed, #f9e8c2);
  border-radius: 0 0 28px 28px;
}
body.subpage .search-bar {
  margin-bottom: 18px;
  padding: 0 24px 12px;
  background: transparent;
  border-radius: 0;
}
body.subpage .hero + .search-bar { margin-top: 0; }
.hero-copy { max-width: 585px; color: var(--muted); font-size: 1.08rem; }
.search { display: block; max-width: 650px; margin: 0; }
.search input { width: 100%; border: 1px solid #b5cbc5; background: #fff; border-radius: 12px; padding: 17px 20px; font: inherit; font-size: 1rem; outline-color: var(--accent); }
.eyebrow { color: var(--accent-dark); font-weight: 750; text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; margin: 0 0 12px; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; font-size: clamp(2.55rem, 7vw, 5.25rem); letter-spacing: -.065em; line-height: .98; margin-bottom: 22px; }
h2 { font-size: clamp(1.7rem, 4vw, 2.65rem); letter-spacing: -.045em; line-height: 1.05; margin-bottom: 14px; }

body.subpage main { padding-top: 28px; }
body.subpage .hero { display: none !important; margin: 0 !important; padding: 0 !important; }
body.search-active .hero {
  display: block !important;
  margin-bottom: 0 !important;
  padding: 82px 8% 28px !important;
}
body.search-active .search-bar {
  margin-bottom: 28px;
  background: linear-gradient(125deg, #e8f5ed, #f9e8c2);
  border-radius: 0 0 28px 28px;
}
body.search-active .content { margin-bottom: 56px; }
.page-shell { max-width: 100%; }
.subpage-hero { margin-bottom: 36px; }
.subpage-hero .page-title { margin-bottom: 12px; }
.page-aside {
  margin-bottom: 40px;
  max-width: 720px;
}
.page-aside h2 {
  font-size: var(--title-section);
  letter-spacing: -.02em;
  margin-bottom: 12px;
}
.page-aside p {
  color: var(--muted);
  margin: 0;
  line-height: 1.6;
}
.page-aside a {
  color: var(--accent-dark);
  font-weight: 650;
  text-decoration: none;
}
.page-aside a:hover { text-decoration: underline; }
.page-header { margin-bottom: 28px; }
.page-header + .card-grid,
.page-header + .card-grid--branches { margin-top: 4px; }
.content h1.page-title,
h1.page-title {
  font-size: var(--title-page);
  letter-spacing: -.035em;
  line-height: 1.12;
  margin-bottom: 8px;
  max-width: none;
}
.breadcrumbs { font-size: var(--text-sm); color: var(--muted); margin: 0 0 14px; line-height: 1.5; }
.page-shell .breadcrumbs { margin-bottom: 16px; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 0; list-style: none; padding: 0; margin: 0; }
.breadcrumbs li { display: inline-flex; align-items: center; max-width: 100%; }
.breadcrumbs li[aria-current="page"] { color: var(--ink); font-weight: 600; }
.breadcrumbs li:not(:last-child)::after { content: "›"; margin: 0 8px; color: #a9bbb6; flex-shrink: 0; }
.breadcrumbs a { color: var(--accent-dark); font-weight: 600; text-decoration: none; }
.breadcrumbs a:hover { text-decoration: underline; }
.page-loading { color: var(--muted); margin: 0; font-size: var(--text-base); }
.seo-intro { color: var(--muted); max-width: 720px; margin: 0; font-size: var(--text-base); line-height: 1.6; }
.related-subjects { margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--line); }
.related-subjects h2 { font-size: var(--title-section); letter-spacing: -.02em; margin-bottom: 14px; }
.internal-links { margin-top: 40px; padding-top: 4px; }
.internal-links h2 { font-size: var(--text-sm); color: var(--muted); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 14px; font-weight: 700; }
.internal-link-list { display: flex; flex-wrap: wrap; gap: 10px; }
.internal-link-list a { display: inline-block; padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; text-decoration: none; font-size: var(--text-sm); background: #fff; }
.internal-link-list a:hover { border-color: #b8ddd4; color: var(--accent-dark); }
.section, .content { margin-bottom: 74px; }
body.subpage .content { margin-bottom: 48px; margin-top: 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 24px; }
.seo-prerender ul { margin: 0 0 18px; padding-left: 1.2rem; color: var(--muted); font-size: var(--text-sm); line-height: 1.55; }
.seo-prerender li { margin-bottom: 6px; }
.seo-prerender li a { color: var(--accent-dark); font-weight: 650; text-decoration: none; }
.seo-prerender li a:hover { text-decoration: underline; }
.seo-prerender h2 { font-size: var(--title-section); margin: 24px 0 12px; letter-spacing: -.02em; }
.course-list-divider {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 12px 0 4px;
  color: #b4534a;
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.course-list-divider::before,
.course-list-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #f0c4c0;
}
.course-card--available {
  border-color: #9fd4c4;
  background: linear-gradient(145deg, #fff, #eef9f4);
  box-shadow: inset 3px 0 0 #2a9d7a;
}
.course-card--available:hover {
  border-color: #7ec4b0;
  box-shadow: inset 3px 0 0 #2a9d7a, 0 10px 24px rgb(42 157 122 / 12%);
}
.course-card--available .branch-code {
  background: #d4efe6;
  color: #1a7a5e;
}
.course-card--available p { color: #3d7a68; }
.course-card--soon {
  border-color: #e8b4b0;
  border-style: dashed;
  background: linear-gradient(145deg, #fff, #fff5f4);
  box-shadow: inset 3px 0 0 #d45c52;
  opacity: .92;
}
.course-card--soon:hover {
  transform: none;
  border-color: #dfa8a3;
  box-shadow: inset 3px 0 0 #d45c52;
}
.course-card--soon .branch-code {
  background: #fce8e6;
  color: #b4534a;
}
.course-card--soon p { color: #a86a64; }
.home-ad-wrap {
  max-width: 1120px;
  margin: -48px auto 40px;
  padding: 0 24px;
}
.ad-slot {
  margin: 28px 0;
  padding: 14px 16px 16px;
  border: 1px dashed var(--line);
  border-radius: 14px;
  background: #f8faf9;
  text-align: center;
  min-height: 90px;
}
.ad-slot__label {
  margin: 0 0 10px;
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--muted);
}
.ad-slot ins.adsbygoogle { display: block; margin: 0 auto; }
.subject-intro,
.course-intro,
.branch-intro {
  max-width: 720px;
  color: var(--muted);
  line-height: 1.65;
  margin: 0 0 20px;
}
.subject-resources { margin-top: 8px; }
.subject-resources h2 {
  font-size: var(--title-section);
  letter-spacing: -.02em;
  margin-bottom: 14px;
}
.course-list-more { margin-top: 8px; }
.course-list-more summary {
  cursor: pointer;
  font-weight: 650;
  color: var(--accent-dark);
  padding: 12px 0;
  list-style: none;
}
.course-list-more summary::-webkit-details-marker { display: none; }
.course-list-more[open] summary { margin-bottom: 12px; }
.card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 16px; }
.card-grid--branches { grid-template-columns: repeat(auto-fill, minmax(248px, 1fr)); gap: 14px; margin-bottom: 4px; }
.branch-card, .subject-card, .resource-card { display: block; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 18px 20px; text-decoration: none; transition: transform .15s ease, box-shadow .15s ease; }
.branch-card:hover, .subject-card:hover, .resource-card:hover { transform: translateY(-3px); box-shadow: 0 10px 24px #17304413; }
.branch-card h2,
.branch-card h3,
.subject-card h3,
.resource-card h3 {
  font-size: var(--title-card);
  font-weight: 650;
  line-height: 1.35;
  margin-bottom: 6px;
  letter-spacing: -.015em;
}
.card-grid--branches .branch-card h2,
.card-grid--branches .branch-card h3 { font-size: .98rem; }
.branch-card p, .subject-card p, .resource-card p, .about p { color: var(--muted); margin-bottom: 0; font-size: var(--text-sm); line-height: 1.45; }
.branch-code, .tag { display: inline-block; color: var(--accent-dark); background: #e5f3ef; padding: 3px 8px; border-radius: 6px; font-size: var(--text-xs); font-weight: 750; margin-bottom: 10px; letter-spacing: .01em; }
.search-group { margin-bottom: 28px; }
.search-hint { color: var(--muted); margin: -2px 0 24px; font-size: var(--text-base); }
.subject-code-line { margin-top: 4px; margin-bottom: 24px; }
.subject-alt-codes { display: block; margin-top: 10px; color: var(--muted); font-size: var(--text-sm); }
.search-group h3 { font-size: var(--text-sm); color: var(--muted); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 14px; font-weight: 700; }
.subject-groups { display: grid; gap: 24px; }
.subject-group { background: #f4f7f5; padding: 22px; border-radius: 18px; }
.subject-group h2 { font-size: var(--title-section); margin-bottom: 16px; letter-spacing: -.02em; line-height: 1.2; }
.subject-list,
.resource-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 13px; }
.resource-card { position: relative; }
.resource-card::after { content: "↗"; position: absolute; top: 19px; right: 19px; color: var(--accent); font-weight: bold; }
.paper-card { border-color: #b8ddd4; background: linear-gradient(145deg, #fff, #eef8f4); }
.syllabus-card { border-color: #d4c4a8; background: linear-gradient(145deg, #fff, #faf6ee); }
.empty { padding: 28px; border: 1px dashed #a9bbb6; border-radius: 14px; color: var(--muted); background: #fff; font-size: var(--text-base); }
.back-link { color: var(--accent-dark); font-weight: 700; text-decoration: none; display: inline-block; margin-bottom: 20px; }
.about { max-width: 650px; }
.about-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 18px;
}
.about-links a {
  color: var(--accent-dark);
  font-weight: 650;
  font-size: var(--text-sm);
  text-decoration: none;
}
.about-links a:hover { text-decoration: underline; }

.error-page .search-bar {
  margin-bottom: 40px;
  padding: 0 0 20px;
  background: transparent;
  border-radius: 0;
}
.error-path {
  margin: 10px 0 0;
  font-size: var(--text-sm);
  color: #7a8a96;
  word-break: break-all;
}
.error-detail {
  margin: 8px 0 0;
  font-size: var(--text-sm);
  color: var(--muted);
}

.about-section {
  margin-bottom: 40px;
  max-width: 720px;
}
.about-section h2 {
  font-size: var(--title-section);
  letter-spacing: -.02em;
  margin-bottom: 12px;
}
.about-section p {
  color: var(--muted);
  margin: 0 0 14px;
  line-height: 1.6;
}
.about-section p:last-child { margin-bottom: 0; }
.about-section a {
  color: var(--accent-dark);
  font-weight: 650;
  text-decoration: none;
}
.about-section a:hover { text-decoration: underline; }
.about-list {
  margin: 0 0 16px;
  padding-left: 1.25rem;
  color: var(--muted);
  line-height: 1.6;
}
.about-list li { margin-bottom: 10px; }
.about-list strong { color: var(--ink); font-weight: 650; }
.about-page .page-aside .about-links { margin-top: 14px; }

.about-disclaimer {
  background: linear-gradient(125deg, #f4f7f5, #faf8f2);
  border: 1px solid #c8e0d8;
  border-radius: 14px;
  padding: 20px 22px;
}
.about-disclaimer h2 {
  font-size: var(--title-section);
  letter-spacing: -.02em;
  margin-bottom: 12px;
}
.about-disclaimer p {
  color: var(--muted);
  margin: 0 0 12px;
  line-height: 1.6;
}
.about-disclaimer p:last-child { margin-bottom: 0; }
.about-disclaimer strong { color: var(--ink); font-weight: 650; }
.about-disclaimer a {
  color: var(--accent-dark);
  font-weight: 650;
  text-decoration: none;
}
.about-disclaimer a:hover { text-decoration: underline; }

.site-footer {
  padding-top: 28px;
  padding-bottom: 34px;
  color: var(--muted);
  font-size: var(--text-sm);
  border-top: 1px solid var(--line);
}
.site-footer__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px 32px;
  margin-bottom: 16px;
}
.site-footer__name {
  margin: 0 0 6px;
  color: var(--ink);
  font-weight: 700;
  font-size: var(--text-base);
}
.site-footer__tagline {
  margin: 0;
  max-width: 420px;
  line-height: 1.5;
}
.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
}
.site-footer__links a {
  color: var(--accent-dark);
  font-weight: 650;
  text-decoration: none;
}
.site-footer__links a:hover { text-decoration: underline; }
.site-footer__disclaimer {
  margin: 0 0 14px;
  padding: 14px 16px;
  background: #f4f7f5;
  border: 1px solid var(--line);
  border-radius: 12px;
  font-size: var(--text-xs);
  line-height: 1.6;
  color: var(--muted);
}
.site-footer__disclaimer strong { color: var(--ink); font-weight: 650; }
.site-footer__disclaimer em { font-style: normal; font-weight: 650; color: var(--ink); }
.site-footer__copy { margin: 0; font-size: var(--text-xs); color: #7a8a96; }

.team-updated { margin: 12px 0 0; font-size: var(--text-xs); color: #7a8a96; }
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
  align-items: stretch;
}
.team-card {
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 20px 22px;
  min-height: 100%;
}
.team-name {
  font-size: var(--title-card);
  letter-spacing: -.015em;
  margin: 0 0 8px;
  line-height: 1.3;
}
.team-programme {
  margin: 0 0 10px;
  color: var(--accent-dark);
  font-weight: 650;
  font-size: var(--text-sm);
  line-height: 1.4;
}
.team-college {
  margin: 0;
  color: var(--muted);
  font-size: var(--text-sm);
  line-height: 1.45;
  flex: 1;
}
.team-role {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: var(--text-xs);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.team-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  font-size: var(--text-sm);
}
.team-links a {
  color: var(--accent-dark);
  font-weight: 650;
  text-decoration: none;
}
.team-links a:hover { text-decoration: underline; }
.team-empty {
  padding: 28px;
  border: 1px dashed #a9bbb6;
  border-radius: 14px;
  color: var(--muted);
  background: #fff;
}
.team-empty code {
  font-size: .88em;
  color: var(--ink);
}
.page-aside.is-separated {
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.partners-grid { display: grid; gap: 28px; }
.partner-group__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 14px;
}
.partner-role {
  font-size: var(--text-sm);
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  margin: 0 0 14px;
}
.partner-card {
  display: block;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 20px 22px;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.partner-card:hover {
  transform: translateY(-3px);
  border-color: #b8ddd4;
  box-shadow: 0 10px 24px #17304413;
}
.partner-name {
  font-size: var(--title-card);
  letter-spacing: -.015em;
  margin: 0 0 8px;
  line-height: 1.3;
  color: var(--ink);
}
.partner-url {
  margin: 0;
  color: var(--accent-dark);
  font-size: var(--text-sm);
  font-weight: 650;
}
.events-list { display: grid; gap: 32px; }
.event-group__title {
  font-size: var(--text-sm);
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  margin: 0 0 14px;
}
.event-group__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 16px;
}
.event-card {
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 22px 24px;
  min-height: 100%;
}
.event-type {
  display: inline-block;
  align-self: flex-start;
  color: var(--accent-dark);
  background: #e5f3ef;
  padding: 3px 10px;
  border-radius: 6px;
  font-size: var(--text-xs);
  font-weight: 750;
  margin-bottom: 12px;
  letter-spacing: .02em;
}
.event-name {
  font-size: var(--title-card);
  letter-spacing: -.015em;
  margin: 0 0 8px;
  line-height: 1.3;
}
.event-name a {
  color: var(--ink);
  text-decoration: none;
}
.event-name a:hover { color: var(--accent-dark); }
.event-meta {
  margin: 0 0 10px;
  color: var(--accent-dark);
  font-size: var(--text-sm);
  font-weight: 650;
  line-height: 1.45;
}
.event-theme {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: var(--text-sm);
  font-style: italic;
  line-height: 1.45;
}
.event-summary {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: var(--text-sm);
  line-height: 1.55;
  flex: 1;
}
.event-organizer {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: var(--text-xs);
  font-weight: 600;
}
.event-cta {
  align-self: flex-start;
  display: inline-block;
  color: var(--accent-dark);
  font-weight: 700;
  font-size: var(--text-sm);
  text-decoration: none;
  margin-top: auto;
}
.event-cta:hover { text-decoration: underline; }

.internships-listing-note {
  margin-top: 14px;
  font-size: var(--text-sm);
  color: var(--muted);
  line-height: 1.55;
  max-width: 720px;
}
.internships-toolbar {
  margin-bottom: 28px;
}
.internships-toolbar__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}
.internships-toolbar__title {
  font-size: var(--title-section);
  letter-spacing: -.02em;
  margin: 0;
}
.internships-count {
  margin: 0;
  font-size: var(--text-sm);
  color: var(--muted);
}
.internship-filters {
  display: grid;
  gap: 16px;
}
.internship-filter-label {
  margin: 0 0 8px;
  font-size: var(--text-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--muted);
}
.internship-filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.internships-page .chip {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  border-radius: 999px;
  padding: 8px 14px;
  font: inherit;
  font-size: var(--text-sm);
  cursor: pointer;
  transition: border-color .15s, background .15s;
}
.internships-page .chip:hover { border-color: #b8ddd4; }
.internships-page .chip.is-active {
  background: #e5f3ef;
  border-color: #b8ddd4;
  color: var(--accent-dark);
  font-weight: 650;
}
.internships-list { display: grid; gap: 32px; }
.internship-group__title {
  font-size: var(--text-sm);
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  margin: 0 0 14px;
}
.internship-group__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 16px;
}
.internship-card {
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 22px 24px;
  min-height: 100%;
}
.internship-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}
.internship-domain {
  display: inline-block;
  color: var(--accent-dark);
  background: #e5f3ef;
  padding: 3px 10px;
  border-radius: 6px;
  font-size: var(--text-xs);
  font-weight: 750;
}
.internship-deadline {
  font-size: var(--text-xs);
  color: #7a8a96;
  font-weight: 600;
  white-space: nowrap;
}
.internship-role {
  font-size: var(--title-card);
  letter-spacing: -.015em;
  margin: 0 0 6px;
  line-height: 1.3;
}
.internship-company {
  margin: 0 0 10px;
  font-size: var(--text-sm);
  font-weight: 650;
}
.internship-company a {
  color: var(--accent-dark);
  text-decoration: none;
}
.internship-company a:hover { text-decoration: underline; }
.internship-pay {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: var(--text-sm);
  font-weight: 600;
}
.internship-meta {
  margin: 0 0 10px;
  color: var(--accent-dark);
  font-size: var(--text-sm);
  font-weight: 650;
  line-height: 1.45;
}
.internship-summary {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: var(--text-sm);
  line-height: 1.55;
  flex: 1;
}
.internship-eligibility {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: var(--text-sm);
  line-height: 1.5;
}
.internship-eligibility strong { color: var(--ink); }
.internship-courses,
.internship-skills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 12px;
}
.internship-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 8px;
}
.internship-posted {
  font-size: var(--text-xs);
  color: #7a8a96;
}
.internship-cta {
  display: inline-block;
  color: var(--accent-dark);
  font-weight: 700;
  font-size: var(--text-sm);
  text-decoration: none;
}
.internship-cta:hover { text-decoration: underline; }

.ambassador-section {
  margin-bottom: 40px;
  max-width: 720px;
}
.ambassador-section h2 {
  font-size: var(--title-section);
  letter-spacing: -.02em;
  margin-bottom: 12px;
}
.ambassador-section p {
  color: var(--muted);
  margin: 0 0 14px;
  line-height: 1.6;
}
.ambassador-lead {
  font-size: 1.02rem;
  color: var(--ink) !important;
  margin-bottom: 20px !important;
}
.ambassador-benefits {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}
.ambassador-benefits li {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px 18px;
}
.ambassador-benefits strong {
  display: block;
  color: var(--ink);
  font-size: var(--text-base);
  margin-bottom: 4px;
}
.ambassador-benefits span {
  display: block;
  color: var(--muted);
  font-size: var(--text-sm);
  line-height: 1.5;
}
.ambassador-cta-wrap { margin: 22px 0 0; }
.ambassador-apply {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 14px 22px;
  border-radius: 12px;
  background: var(--accent);
  color: #fff !important;
  font-weight: 700;
  font-size: var(--text-base);
  text-decoration: none;
  transition: background .15s ease, transform .15s ease;
}
.ambassador-apply:hover {
  background: var(--accent-dark);
  transform: translateY(-1px);
  text-decoration: none;
}
.ambassador-form-note {
  font-size: var(--text-sm);
  margin-top: 12px !important;
}
.ambassador-form-note a {
  color: var(--accent-dark);
  font-weight: 600;
}

/* GitHub Learning Initiative */
.github-initiative-page main.gh-initiative {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}
.gh-initiative__hero {
  margin-bottom: 48px;
  padding: 36px 28px 40px;
  border-radius: 24px;
  background: linear-gradient(145deg, #ffffff 0%, #f6f8fa 55%, #f0e8ff 100%);
  border: 1px solid #d8dee4;
}
.gh-initiative__hero-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 32px;
  align-items: center;
  max-width: 100%;
}
.gh-initiative__badge {
  display: inline-block;
  margin: 0 0 14px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #8250df;
  color: #fff;
  font-family: Poppins, Inter, sans-serif;
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.gh-initiative__title {
  margin: 0 0 10px;
  font-family: Poppins, Inter, sans-serif;
  font-size: clamp(1.85rem, 4.5vw, 2.65rem);
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1.08;
  color: #24292f;
}
.gh-initiative__tagline {
  margin: 0 0 14px;
  font-family: Poppins, Inter, sans-serif;
  font-size: 1.08rem;
  font-weight: 600;
  color: #2da44e;
  line-height: 1.35;
}
.gh-initiative__intro {
  margin: 0 0 22px;
  color: #57606a;
  line-height: 1.65;
  max-width: 540px;
}
.gh-initiative__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 14px 24px;
  border-radius: 12px;
  background: #24292f;
  color: #fff !important;
  font-weight: 700;
  font-size: var(--text-base);
  text-decoration: none;
  transition: background .15s ease, transform .15s ease;
}
.gh-initiative__cta:hover {
  background: #1b1f23;
  transform: translateY(-1px);
  text-decoration: none;
}
.gh-initiative__cta--wide { margin-top: 8px; }
.gh-initiative__cta--secondary {
  margin-top: 10px;
  background: #fff;
  color: #24292f !important;
  border: 2px solid #8250df;
  box-shadow: none;
}
.gh-initiative__cta--secondary:hover {
  background: #f6f0ff;
  color: #24292f !important;
}
.gh-initiative__cta-block .gh-initiative__cta--secondary {
  display: inline-flex;
}
.gh-initiative__level0-promo {
  padding: 22px 24px;
  border-radius: 16px;
  background: linear-gradient(135deg, #f6f0ff 0%, #fff 70%);
  border: 1px solid #8250df44;
}
.gh-initiative__level0-promo p {
  color: #57606a;
  line-height: 1.65;
  margin: 0 0 16px;
}
.gh-initiative__cta-note {
  margin: 10px 0 0;
  font-size: var(--text-sm);
  color: #8250df;
  font-weight: 600;
}
.gh-initiative__code-window {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #d0d7de;
  box-shadow: 0 16px 40px rgb(36 41 47 / 12%);
  background: #24292f;
}
.gh-initiative__code-bar {
  display: flex;
  gap: 7px;
  padding: 12px 14px;
  background: #1b1f23;
}
.gh-initiative__code-bar span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #484f58;
}
.gh-initiative__code-bar span:nth-child(1) { background: #ff5f57; }
.gh-initiative__code-bar span:nth-child(2) { background: #febc2e; }
.gh-initiative__code-bar span:nth-child(3) { background: #28c840; }
.gh-initiative__code {
  margin: 0;
  padding: 18px 20px;
  font-size: .82rem;
  line-height: 1.55;
  color: #e6edf3;
  overflow-x: auto;
}
.gh-initiative__section {
  margin-bottom: 40px;
  max-width: 760px;
}
.gh-initiative__section h2 {
  font-family: Poppins, Inter, sans-serif;
  font-size: var(--title-section);
  letter-spacing: -.02em;
  margin-bottom: 16px;
  color: #24292f;
}
.gh-initiative__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.gh-initiative__grid li {
  padding: 14px 16px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #d8dee4;
  color: #1f2328;
  font-size: var(--text-sm);
  font-weight: 500;
}
.gh-initiative__benefits {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}
.gh-initiative__benefits li {
  background: #fff;
  border: 1px solid #d8dee4;
  border-radius: 14px;
  padding: 16px 18px;
}
.gh-initiative__benefits strong {
  display: block;
  color: #24292f;
  margin-bottom: 4px;
}
.gh-initiative__benefits span {
  display: block;
  color: #57606a;
  font-size: var(--text-sm);
  line-height: 1.5;
}
.gh-initiative__who {
  color: #57606a;
  line-height: 1.65;
  margin: 0;
}
.gh-initiative__certificate {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 40px;
  padding: 22px 24px;
  border-radius: 16px;
  background: linear-gradient(135deg, #f6ffed 0%, #fff 100%);
  border: 1px solid #2da44e44;
  max-width: 760px;
}
.gh-initiative__certificate-icon {
  font-size: 2rem;
  line-height: 1;
}
.gh-initiative__certificate h2 {
  font-family: Poppins, Inter, sans-serif;
  font-size: 1.1rem;
  margin: 0 0 8px;
  color: #24292f;
}
.gh-initiative__certificate p {
  margin: 0;
  color: #57606a;
  line-height: 1.6;
  font-size: var(--text-sm);
}
.gh-initiative__people-heading {
  font-family: Poppins, Inter, sans-serif;
  font-size: var(--title-section);
  margin-bottom: 16px;
}
.gh-initiative__people-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  max-width: 560px;
}
.gh-initiative__person {
  padding: 18px 20px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #d8dee4;
}
.gh-initiative__person-role {
  margin: 0 0 6px;
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #8250df;
}
.gh-initiative__person h3 {
  margin: 0 0 4px;
  font-family: Poppins, Inter, sans-serif;
  font-size: 1.05rem;
  color: #24292f;
}
.gh-initiative__person p:last-child {
  margin: 0;
  color: #57606a;
  font-size: var(--text-sm);
}
.gh-initiative__register {
  margin-bottom: 32px;
  max-width: 720px;
}
.gh-initiative__register h2 {
  font-family: Poppins, Inter, sans-serif;
  font-size: var(--title-section);
  margin-bottom: 12px;
}
.gh-initiative__register p {
  color: #57606a;
  line-height: 1.6;
}
.gh-initiative__form-link {
  margin-top: 12px;
  font-size: var(--text-sm);
}
.gh-initiative__form-link a {
  color: #8250df;
  font-weight: 600;
}
.gh-initiative__org {
  margin-bottom: 48px;
  padding-top: 24px;
  border-top: 1px solid #d8dee4;
  text-align: center;
}
.gh-initiative__org-name {
  margin: 0 0 4px;
  font-family: Poppins, Inter, sans-serif;
  font-weight: 600;
  color: #24292f;
}
.gh-initiative__org-motto {
  margin: 0;
  font-size: var(--text-sm);
  color: #8250df;
  font-weight: 600;
}
.gh-initiative__faq-list {
  display: grid;
  gap: 10px;
}
.gh-initiative__faq-item {
  border: 1px solid #d8dee4;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}
.gh-initiative__faq-item summary {
  cursor: pointer;
  padding: 16px 18px;
  font-family: Poppins, Inter, sans-serif;
  font-weight: 600;
  font-size: var(--text-base);
  color: #24292f;
  list-style: none;
}
.gh-initiative__faq-item summary::-webkit-details-marker { display: none; }
.gh-initiative__faq-item summary::after {
  content: "+";
  float: right;
  color: #8250df;
  font-weight: 700;
}
.gh-initiative__faq-item[open] summary::after { content: "−"; }
.gh-initiative__faq-item[open] summary {
  border-bottom: 1px solid #eaeef2;
}
.gh-initiative__faq-item p,
.gh-initiative__faq-item ul {
  margin: 0;
  padding: 0 18px 16px;
  color: #57606a;
  line-height: 1.6;
  font-size: var(--text-sm);
}
.gh-initiative__faq-item ul {
  padding-left: 36px;
  padding-bottom: 16px;
}
.gh-initiative__faq-item li { margin-bottom: 4px; }
.gh-initiative__faq-item p + ul { padding-top: 8px; }

/* Level 0 self-learning guide */
.gh-level0-page main.gh-level0 {
  max-width: 820px;
}
.gh-level0__hero {
  margin-bottom: 36px;
  padding: 32px 28px 36px;
  border-radius: 24px;
  background: linear-gradient(145deg, #ffffff 0%, #f6f8fa 55%, #f0e8ff 100%);
  border: 1px solid #d8dee4;
}
.gh-level0__title {
  margin: 0 0 12px;
  font-family: Poppins, Inter, sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: 1.1;
  color: #24292f;
}
.gh-level0__lead {
  margin: 0 0 20px;
  color: #57606a;
  line-height: 1.7;
  max-width: 680px;
}
.gh-level0__hero-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.gh-level0__toc {
  margin-bottom: 40px;
  padding: 20px 22px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #d8dee4;
}
.gh-level0__toc h2 {
  font-family: Poppins, Inter, sans-serif;
  font-size: 1.1rem;
  margin: 0 0 12px;
  color: #24292f;
}
.gh-level0__toc-list {
  margin: 0 0 14px;
  padding-left: 1.25rem;
  line-height: 1.75;
  color: #1f2328;
}
.gh-level0__toc-list a {
  color: #8250df;
  font-weight: 600;
  text-decoration: none;
}
.gh-level0__toc-list a:hover { text-decoration: underline; }
.gh-level0__toc-list code {
  font-size: .88em;
  background: #f6f8fa;
  padding: 1px 5px;
  border-radius: 4px;
}
.gh-level0__toc-note {
  margin: 0;
  padding: 12px 14px;
  border-radius: 10px;
  background: #fff8e6;
  border: 1px solid #eac54f66;
  font-size: var(--text-sm);
  color: #57606a;
  line-height: 1.55;
}
.gh-level0__video-tag {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 6px;
  background: #ffe4e1;
  color: #cf222e;
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.gh-level0__stage {
  margin-bottom: 48px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eaeef2;
}
.gh-level0__stage:last-of-type { border-bottom: 0; }
.gh-level0__stage-head {
  margin-bottom: 20px;
}
.gh-level0__stage-label {
  margin: 0 0 6px;
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #8250df;
}
.gh-level0__stage-head h2 {
  font-family: Poppins, Inter, sans-serif;
  font-size: clamp(1.35rem, 3vw, 1.65rem);
  margin: 0 0 10px;
  color: #24292f;
  letter-spacing: -.02em;
}
.gh-level0__stage-head h2 code {
  font-size: .82em;
  background: #f6f8fa;
  padding: 2px 6px;
  border-radius: 6px;
}
.gh-level0__stage-goal {
  margin: 0;
  color: #57606a;
  line-height: 1.6;
  font-size: var(--text-base);
}
.gh-level0__body h3 {
  font-family: Poppins, Inter, sans-serif;
  font-size: 1rem;
  margin: 24px 0 10px;
  color: #24292f;
}
.gh-level0__body h3 code {
  font-size: .92em;
}
.gh-level0__body p,
.gh-level0__body li {
  color: #57606a;
  line-height: 1.65;
}
.gh-level0__body > p { margin: 0 0 12px; }
.gh-level0__body ul,
.gh-level0__body ol {
  margin: 0 0 14px;
  padding-left: 1.35rem;
}
.gh-level0__steps > li { margin-bottom: 14px; }
.gh-level0__steps ul {
  margin-top: 8px;
  list-style: disc;
}
.gh-level0__checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}
.gh-level0__checklist li {
  padding: 10px 12px 10px 36px;
  border-radius: 10px;
  background: #f6ffed;
  border: 1px solid #2da44e33;
  color: #1f2328;
  font-size: var(--text-sm);
  font-weight: 500;
  position: relative;
}
.gh-level0__checklist li::before {
  content: "☐";
  position: absolute;
  left: 12px;
  color: #2da44e;
  font-weight: 700;
}
.gh-level0__tip {
  margin: 18px 0;
  padding: 14px 16px;
  border-radius: 12px;
  background: #ddf4ff;
  border: 1px solid #54aeff44;
  color: #57606a;
  font-size: var(--text-sm);
  line-height: 1.6;
}
.gh-level0__code {
  margin: 12px 0 16px;
  padding: 16px 18px;
  border-radius: 12px;
  background: #24292f;
  color: #e6edf3;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: .8rem;
  line-height: 1.55;
  overflow-x: auto;
}
.gh-level0__code code { font-family: inherit; }
.gh-level0__code--flow { border-left: 4px solid #2da44e; }
.gh-level0__table {
  width: 100%;
  margin: 12px 0 18px;
  border-collapse: collapse;
  font-size: var(--text-sm);
}
.gh-level0__table th,
.gh-level0__table td {
  padding: 10px 12px;
  border: 1px solid #d8dee4;
  text-align: left;
  vertical-align: top;
}
.gh-level0__table th {
  background: #f6f8fa;
  color: #24292f;
  font-weight: 600;
}
.gh-level0__table code {
  font-size: .88em;
  background: #fff;
  padding: 1px 5px;
  border-radius: 4px;
}
.gh-level0__cmd-grid {
  display: grid;
  gap: 14px;
  margin: 16px 0;
}
.gh-level0__cmd {
  padding: 16px 18px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #d8dee4;
}
.gh-level0__cmd h3 {
  margin: 0 0 8px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: .95rem;
  color: #8250df;
}
.gh-level0__cmd p {
  margin: 0 0 10px;
  font-size: var(--text-sm);
}
.gh-level0__cmd .gh-level0__code {
  margin-bottom: 0;
}
.gh-level0__video {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-top: 24px;
  padding: 16px 18px;
  border-radius: 14px;
  background: #fff;
  border: 1px dashed #cf222e55;
}
.gh-level0__video-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffe4e1;
  color: #cf222e;
  font-size: .85rem;
}
.gh-level0__video-title {
  margin: 0 0 4px;
  font-weight: 600;
  color: #24292f;
  font-size: var(--text-sm);
}
.gh-level0__video-desc {
  margin: 0 0 8px;
  font-size: .8rem;
  color: #57606a;
}
.gh-level0__video-link {
  font-size: var(--text-sm);
  font-weight: 600;
  color: #cf222e !important;
}
.gh-level0__video-link--pending {
  color: #8b949e !important;
  cursor: default;
  text-decoration: none;
}
.gh-level0__next {
  margin-bottom: 32px;
  padding: 24px 26px;
  border-radius: 18px;
  background: linear-gradient(135deg, #f6ffed 0%, #fff 80%);
  border: 1px solid #2da44e44;
}
.gh-level0__next h2 {
  font-family: Poppins, Inter, sans-serif;
  font-size: 1.25rem;
  margin: 0 0 12px;
  color: #24292f;
}
.gh-level0__next p {
  color: #57606a;
  line-height: 1.65;
  margin: 0 0 14px;
}
.gh-level0__next-list {
  margin: 0 0 20px;
  padding-left: 1.25rem;
  color: #57606a;
  line-height: 1.7;
}

/* Level 0 course hub & multi-page layout */
.gh-level0-hub__hero { margin-bottom: 32px; }
.gh-level0-hub__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 16px;
  max-width: 640px;
}
.gh-level0-hub__stat {
  padding: 14px 12px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #d8dee4;
  text-align: center;
}
.gh-level0-hub__stat-value {
  display: block;
  font-family: Poppins, Inter, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #24292f;
  line-height: 1.2;
}
.gh-level0-hub__stat-label {
  display: block;
  margin-top: 4px;
  font-size: .72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #57606a;
}
.gh-level0-hub__pace {
  margin: 0 0 20px;
  font-size: var(--text-sm);
  color: #57606a;
  line-height: 1.6;
  max-width: 620px;
}
.gh-level0-hub__modules h2 {
  font-family: Poppins, Inter, sans-serif;
  font-size: var(--title-section);
  margin: 0 0 8px;
  color: #24292f;
}
.gh-level0-hub__modules-intro {
  margin: 0 0 20px;
  color: #57606a;
  line-height: 1.6;
  max-width: 640px;
}
.gh-level0-hub__module-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 14px;
}
.gh-level0-hub__module-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  height: 100%;
  padding: 18px 18px 16px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #d8dee4;
  text-decoration: none;
  color: inherit;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
.gh-level0-hub__module-card:hover {
  border-color: #8250df88;
  box-shadow: 0 8px 24px rgb(130 80 223 / 10%);
  transform: translateY(-2px);
  text-decoration: none;
}
.gh-level0-hub__module-card--finish {
  background: linear-gradient(135deg, #f6ffed 0%, #fff 100%);
  border-color: #2da44e44;
}
.gh-level0-hub__module-stage {
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #8250df;
}
.gh-level0-hub__module-title {
  font-family: Poppins, Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #24292f;
  line-height: 1.3;
}
.gh-level0-hub__module-desc {
  flex: 1;
  font-size: var(--text-sm);
  color: #57606a;
  line-height: 1.5;
}
.gh-level0-hub__mentor-note { margin-bottom: 40px; }
.gh-level0__time-badge {
  display: inline-block;
  padding: 3px 9px;
  border-radius: 999px;
  background: #ddf4ff;
  color: #0969da;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .02em;
  white-space: nowrap;
}
.gh-level0__time-badge--course {
  background: #f6f0ff;
  color: #8250df;
}
.gh-level0-course {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  max-width: 1080px;
}
.gh-level0-course__sidebar {
  position: sticky;
  top: 88px;
  padding: 16px 14px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #d8dee4;
}
.gh-level0-course__sidebar-head {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eaeef2;
}
.gh-level0-course__home-link {
  display: block;
  font-family: Poppins, Inter, sans-serif;
  font-weight: 700;
  font-size: .92rem;
  color: #24292f !important;
  text-decoration: none;
  margin-bottom: 6px;
}
.gh-level0-course__home-link:hover { color: #8250df !important; }
.gh-level0-course__sidebar-meta {
  margin: 0;
  font-size: .78rem;
  color: #57606a;
}
.gh-level0-course__module-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 4px;
}
.gh-level0-course__module-item a {
  display: grid;
  gap: 2px;
  padding: 10px 10px;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  transition: background .12s ease;
}
.gh-level0-course__module-item a:hover { background: #f6f8fa; }
.gh-level0-course__module-item.is-active a {
  background: #f6f0ff;
  border: 1px solid #8250df33;
}
.gh-level0-course__module-stage {
  font-size: .65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #8250df;
}
.gh-level0-course__module-title {
  font-size: .82rem;
  font-weight: 600;
  color: #24292f;
  line-height: 1.35;
}
.gh-level0-course__module-item .gh-level0__time-badge {
  justify-self: start;
  margin-top: 2px;
}
.gh-level0-course__main {
  min-width: 0;
  padding-bottom: 32px;
}
.gh-level0-course__main .gh-level0__stage-head h1 {
  font-family: Poppins, Inter, sans-serif;
  font-size: clamp(1.45rem, 3.5vw, 1.85rem);
  margin: 0 0 10px;
  color: #24292f;
  letter-spacing: -.02em;
  line-height: 1.15;
}
.gh-level0-course__main .gh-level0__stage-head h1 code {
  font-size: .78em;
  background: #f6f8fa;
  padding: 2px 6px;
  border-radius: 6px;
}
.gh-level0-course__pager {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #eaeef2;
}
.gh-level0-course__pager-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: stretch;
}
.gh-level0-course__pager-link {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid #d8dee4;
  background: #fff;
  text-decoration: none;
  color: #24292f;
  transition: border-color .12s ease, background .12s ease;
}
.gh-level0-course__pager-link:hover {
  border-color: #8250df66;
  background: #faf8ff;
  text-decoration: none;
}
.gh-level0-course__pager-link--hub {
  align-self: center;
  justify-self: center;
  padding: 10px 16px;
  font-size: var(--text-sm);
  font-weight: 600;
  color: #8250df !important;
  white-space: nowrap;
}
.gh-level0-course__pager-link--next { text-align: right; }
.gh-level0-course__pager-label {
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #8250df;
}
.gh-level0-course__pager-title {
  font-size: var(--text-sm);
  font-weight: 600;
  color: #24292f;
  line-height: 1.35;
}
.gh-level0-course__main .gh-level0__body h2 {
  font-family: Poppins, Inter, sans-serif;
  font-size: 1rem;
  margin: 24px 0 10px;
  color: #24292f;
}
.gh-level0-course__main .gh-level0__body h2:first-child {
  margin-top: 0;
}
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (max-width: 600px) {
  .site-header, main, .site-footer { padding-left: 18px; padding-right: 18px; }
  .site-header { min-height: 66px; }
  .hero { margin-left: -18px; margin-right: -18px; border-radius: 28px 28px 0 0; padding: 65px 18px 24px; }
  .search-bar { margin-left: -18px; margin-right: -18px; padding: 0 18px 28px; border-radius: 0 0 28px 28px; margin-bottom: 48px; }
  body.subpage .search-bar { margin-left: 0; margin-right: 0; padding: 0 0 10px; margin-bottom: 12px; }
  nav { gap: 10px 12px; font-size: .84rem; }
  .section-heading { display: block; }
  .content h1.page-title,
  h1.page-title { font-size: 1.55rem; }
  .card-grid--branches { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .internship-group__grid { grid-template-columns: 1fr; }
  .internships-toolbar__head { display: block; }
  .branch-card, .subject-card, .resource-card { padding: 16px 18px; }
  .gh-initiative__hero-inner { grid-template-columns: 1fr; }
  .gh-initiative__hero-visual { order: -1; }
  .gh-initiative__hero { padding: 24px 18px 28px; }
  .gh-initiative__certificate { flex-direction: column; }
  .gh-level0__hero { padding: 24px 18px 28px; }
  .gh-level0__hero-nav { flex-direction: column; align-items: stretch; }
  .gh-level0__hero-nav .gh-initiative__cta { justify-content: center; }
  .gh-level0__table { font-size: .78rem; }
  .gh-level0-hub__stats { grid-template-columns: repeat(2, 1fr); }
  .gh-level0-course {
    grid-template-columns: 1fr;
  }
  .gh-level0-course__sidebar {
    position: static;
    order: -1;
  }
  .gh-level0-course__pager-inner {
    grid-template-columns: 1fr;
  }
  .gh-level0-course__pager-link--next { text-align: left; }
  .gh-level0-course__pager-link--hub { justify-self: stretch; text-align: center; }
}
