:root {
  --ink: #111827;
  --navy: #071c35;
  --navy-soft: #102e50;
  --red: #c92035;
  --red-dark: #9f1428;
  --cream: #f5f2eb;
  --paper: #fbfbfa;
  --muted: #657182;
  --line: #dde2e7;
  --shadow: 0 22px 60px rgba(7, 28, 53, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  line-height: 1.7;
}
a { color: inherit; }
.site-header {
  display: flex;
  height: 82px;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(24px, calc((100% - 1180px) / 2));
  border-top: 7px solid var(--red);
  background: #fff;
}
.brand img { display: block; width: 210px; height: 62px; object-fit: contain; }
.header-link { color: var(--navy); font-size: 14px; font-weight: 800; text-decoration: none; }
.hero {
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 78% 32%, rgba(28, 124, 180, .23), transparent 25rem),
    linear-gradient(125deg, #041426, var(--navy) 62%, #123e63);
}
.hero-grid {
  display: grid;
  width: min(1180px, calc(100% - 48px));
  grid-template-columns: 1.3fr .7fr;
  align-items: center;
  gap: 40px;
  margin: auto;
  padding: 88px 0 70px;
}
.eyebrow, .section-kicker {
  margin: 0 0 9px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.eyebrow, .section-kicker.light { color: #f08c9a; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1 {
  margin: 0;
  font-family: Georgia, "Noto Serif SC", serif;
  font-size: clamp(48px, 7vw, 82px);
  font-weight: 600;
  letter-spacing: -.055em;
  line-height: 1.03;
}
h1 span { color: #e95a6d; }
.lead { max-width: 680px; margin: 25px 0 32px; color: #ced9e5; font-size: clamp(17px, 2vw, 21px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 7px;
  font-weight: 850;
  text-decoration: none;
  transition: transform .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--red); box-shadow: 0 14px 30px rgba(201, 32, 53, .25); }
.button-primary:hover { background: var(--red-dark); }
.button-secondary { border: 1px solid rgba(255, 255, 255, .35); color: #fff; background: rgba(255, 255, 255, .07); }
.ai-orbit { position: relative; width: min(330px, 30vw); aspect-ratio: 1; justify-self: end; }
.core {
  position: absolute;
  inset: 50% auto auto 50%;
  display: grid;
  width: 110px;
  height: 110px;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 50%;
  color: #fff;
  background: radial-gradient(circle at 35% 30%, #f36a7b, var(--red-dark));
  box-shadow: 0 0 55px rgba(201, 32, 53, .5);
  font: 700 38px Georgia, serif;
}
.orbit { position: absolute; inset: 10%; border: 1px solid rgba(255, 255, 255, .18); border-radius: 50%; }
.orbit-two { inset: 25%; }
.node { position: absolute; width: 15px; height: 15px; border: 3px solid #fff; border-radius: 50%; background: #45b4e7; box-shadow: 0 0 20px #45b4e7; }
.node-one { top: 8%; left: 47%; }
.node-two { right: 10%; bottom: 25%; }
.node-three { bottom: 15%; left: 15%; }
.quick-facts { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255, 255, 255, .15); background: rgba(0, 0, 0, .12); }
.quick-facts div { padding: 23px max(20px, calc((100vw - 1180px) / 8)); border-right: 1px solid rgba(255, 255, 255, .1); }
.quick-facts span, .quick-facts strong { display: block; }
.quick-facts span { color: #91a6bb; font-size: 12px; }
.quick-facts strong { margin-top: 2px; font-size: 16px; }
.section-nav {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  gap: 30px;
  overflow-x: auto;
  padding: 15px 24px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, .95);
  backdrop-filter: blur(12px);
}
.section-nav a { flex: 0 0 auto; color: #42546a; font-size: 13px; font-weight: 800; text-decoration: none; }
.section-nav a:hover { color: var(--red); }
.intro, .entry-section, .courses-section, .language-section, .fees-section, .application-section, .cta {
  width: min(1180px, calc(100% - 48px));
  margin: auto;
}
.intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: 75px; padding: 100px 0; }
h2 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Noto Serif SC", serif;
  font-size: clamp(32px, 4.5vw, 50px);
  letter-spacing: -.025em;
  line-height: 1.15;
}
.intro-copy > p:last-child { margin-top: 25px; color: var(--muted); }
.highlight-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.highlight-card { min-height: 205px; padding: 28px; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: 0 12px 36px rgba(7, 28, 53, .055); }
.highlight-card > span { color: var(--red); font-size: 12px; font-weight: 900; }
.highlight-card strong { display: block; margin-top: 24px; color: var(--navy); font-size: 24px; }
.highlight-card p { margin: 5px 0 0; color: var(--muted); font-size: 14px; }
.highlight-card.accent { color: #fff; border-color: var(--red); background: var(--red); }
.highlight-card.accent > span, .highlight-card.accent strong, .highlight-card.accent p { color: #fff; }
.entry-section { display: grid; grid-template-columns: 1fr 310px; align-items: stretch; }
.entry-panel { padding: clamp(38px, 6vw, 72px); border-radius: 22px 0 0 22px; color: #fff; background: var(--navy); }
.entry-panel h2, .fees-copy h2, .cta h2 { color: #fff; }
.entry-items { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 42px; }
.entry-items article { padding-top: 18px; border-top: 2px solid #315376; }
.entry-items span { color: #f08c9a; font-weight: 850; }
.entry-items p { margin: 8px 0 0; color: #c4d0dd; font-size: 14px; }
.entry-note { display: flex; flex-direction: column; justify-content: center; padding: 42px; border-radius: 0 22px 22px 0; color: #fff; background: var(--red); }
.note-label { font-size: 11px; font-weight: 900; letter-spacing: .18em; }
.entry-note strong { margin-top: 13px; font: 600 clamp(38px, 5vw, 56px) Georgia, serif; }
.entry-note p { color: #f8d6dc; }
.entry-note a { width: fit-content; padding-bottom: 3px; border-bottom: 1px solid #fff; font-size: 13px; font-weight: 800; text-decoration: none; }
.courses-section, .language-section, .application-section { padding: 105px 0; scroll-margin-top: 55px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 45px; }
.section-heading > p { max-width: 470px; margin: 0; color: var(--muted); }
.course-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.course-list article { min-height: 175px; padding: 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.course-list span { color: var(--red); font: 700 12px Georgia, serif; }
.course-list p { margin: 19px 0 3px; color: var(--navy); font-weight: 800; line-height: 1.4; }
.course-list small { color: var(--muted); }
.course-list .project { color: #fff; background: var(--navy); }
.course-list .project span, .course-list .project p, .course-list .project small { color: #fff; }
.language-section { border-top: 1px solid var(--line); }
.language-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.language-grid article { min-height: 125px; padding: 27px; border-radius: 12px; background: var(--cream); }
.language-grid strong, .language-grid span { display: block; }
.language-grid strong { color: var(--red); line-height: 1.35; }
.language-grid span { margin-top: 10px; color: #39485a; }
.fees-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 55px; align-items: center; padding: 70px; border-radius: 22px; color: #fff; background: linear-gradient(125deg, var(--navy), var(--navy-soft)); box-shadow: var(--shadow); }
.fees-copy > p:last-child { color: #bbc8d5; }
.fee-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.fee-cards article { padding: 30px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 14px; background: rgba(255, 255, 255, .07); }
.fee-cards span, .fee-cards strong, .fee-cards small { display: block; }
.fee-cards span { color: #c9d4df; font-size: 13px; }
.fee-cards strong { margin: 13px 0 8px; color: #ff7183; font-size: clamp(28px, 3.5vw, 40px); line-height: 1.1; }
.fee-cards small { color: #879caf; }
.application-heading { max-width: 670px; margin: 0 auto 48px; text-align: center; }
.application-heading > p:last-child { color: var(--muted); }
.material-list { max-width: 920px; margin: auto; padding: 0; list-style: none; counter-reset: materials; }
.material-list li { display: grid; grid-template-columns: 65px 1fr; gap: 25px; align-items: start; padding: 25px 0; border-bottom: 1px solid var(--line); }
.material-list li > span { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 50%; color: var(--red); background: #f8e7e9; font-size: 12px; font-weight: 900; }
.material-list strong { display: block; color: var(--navy); font-size: 19px; }
.material-list p { margin: 4px 0 0; color: var(--muted); }
.material-list a { display: inline-block; margin-top: 5px; color: var(--red); font-size: 13px; font-weight: 850; }
.programme-detail {
  max-width: 920px;
  margin: 52px auto 0;
}
.programme-detail h3 {
  margin: 0 0 22px;
  color: var(--navy);
  font-size: 24px;
  line-height: 1.3;
}
.programme-detail img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(7, 28, 53, .08);
}
.programme-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}
.cta { display: flex; align-items: center; justify-content: space-between; gap: 50px; margin-bottom: 75px; padding: clamp(38px, 6vw, 65px); border-radius: 22px; color: #fff; background: var(--red); box-shadow: var(--shadow); }
.cta p:not(.section-kicker) { margin-bottom: 0; color: #f7d8dd; }
.cta-actions { display: flex; flex: 0 0 auto; flex-direction: column; align-items: center; gap: 12px; }
.cta .button-primary { color: var(--red); background: #fff; box-shadow: none; }
.email-link { color: #fff; font-size: 13px; }
footer { padding: 28px 24px; color: #8291a0; background: #041426; font-size: 12px; text-align: center; }

@media (max-width: 940px) {
  .hero-grid { grid-template-columns: 1fr .45fr; }
  .intro { grid-template-columns: 1fr; gap: 45px; }
  .entry-section { grid-template-columns: 1fr; }
  .entry-panel { border-radius: 22px 22px 0 0; }
  .entry-note { border-radius: 0 0 22px 22px; }
  .course-list { grid-template-columns: repeat(2, 1fr); }
  .fees-section { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .site-header { height: 72px; padding: 0 18px; }
  .brand img { width: 160px; height: 52px; }
  .header-link { display: none; }
  .hero-grid, .intro, .entry-section, .courses-section, .language-section, .fees-section, .application-section, .cta { width: min(100% - 32px, 1180px); }
  .hero-grid { grid-template-columns: 1fr; padding: 60px 0 48px; }
  .ai-orbit { display: none; }
  .quick-facts { grid-template-columns: repeat(2, 1fr); }
  .quick-facts div { padding: 18px 16px; }
  .section-nav { justify-content: flex-start; }
  .intro, .courses-section, .language-section, .application-section { padding: 70px 0; }
  .highlight-grid, .entry-items, .course-list, .language-grid, .fee-cards { grid-template-columns: 1fr; }
  .highlight-card { min-height: 0; }
  .entry-items { gap: 16px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 18px; }
  .course-list { border-left: 0; }
  .course-list article { min-height: 0; border-left: 1px solid var(--line); }
  .fees-section { width: 100%; padding: 55px 24px; border-radius: 0; }
  .material-list li { grid-template-columns: 50px 1fr; gap: 14px; }
  .material-list li > span { width: 42px; height: 42px; }
  .programme-detail-grid { grid-template-columns: 1fr; }
  .cta { align-items: flex-start; flex-direction: column; margin-bottom: 45px; }
  .cta-actions { align-items: flex-start; }
}


.email-copy-inline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.email-copy-inline a { color: inherit; }
.copy-email-button {
  display: inline-flex;
  min-height: 20px;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
  border: 0;
  border-radius: 4px;
  padding: 2px 8px;
  background: #c92035;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
  box-shadow: none;
}
