:root {
  --bg: #07131f;
  --bg-soft: #0d2033;
  --panel: rgba(255, 255, 255, 0.08);
  --panel-strong: rgba(255, 255, 255, 0.12);
  --text: #eef7ff;
  --muted: #b8c7d6;
  --accent: #8de6c5;
  --accent-2: #f6c76b;
  --line: rgba(255, 255, 255, 0.16);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 20% 10%, rgba(141, 230, 197, 0.18), transparent 30%),
    radial-gradient(circle at 80% 0%, rgba(246, 199, 107, 0.12), transparent 26%),
    linear-gradient(180deg, #07131f 0%, #091624 58%, #050b12 100%);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  backdrop-filter: blur(22px);
  background: rgba(7, 19, 31, 0.82);
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 12px; font-weight: 700; }
.brand__mark {
  display: grid; place-items: center;
  width: 44px; height: 44px;
  border: 1px solid rgba(141,230,197,.5);
  border-radius: 14px;
  color: #08131f;
  background: linear-gradient(135deg, var(--accent), #d8fff1);
}
.brand__text { color: var(--text); letter-spacing: .02em; }
.nav { display: flex; gap: 22px; color: var(--muted); font-size: 15px; }
.nav a:hover { color: var(--accent); }
.topbar__cta {
  padding: 10px 16px;
  border: 1px solid rgba(141,230,197,.45);
  border-radius: 999px;
  color: var(--accent);
}
.section { padding: clamp(56px, 8vw, 112px) clamp(18px, 5vw, 72px); }
.hero {
  min-height: calc(100vh - 82px);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  align-items: center;
  gap: clamp(32px, 6vw, 80px);
}
.eyebrow {
  margin-bottom: 14px;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
  font-weight: 800;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 980px;
  margin-bottom: 24px;
  font-size: clamp(42px, 7vw, 86px);
  line-height: .96;
  letter-spacing: -0.06em;
}
h2 {
  margin-bottom: 22px;
  font-size: clamp(30px, 4vw, 56px);
  line-height: 1;
  letter-spacing: -0.04em;
}
h3 { margin-bottom: 10px; line-height: 1.2; }
.lead {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 24px);
}
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 22px;
  border-radius: 999px;
  font-weight: 800;
  border: 1px solid transparent;
  cursor: pointer;
}
.btn--primary {
  color: #07131f;
  background: linear-gradient(135deg, var(--accent), #d9fff1);
  box-shadow: 0 14px 40px rgba(141,230,197,.2);
}
.btn--ghost {
  border-color: var(--line);
  color: var(--text);
  background: rgba(255,255,255,.05);
}
.trustline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--muted);
  font-size: 14px;
}
.trustline span {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.04);
}
.hero__card, .mini-card, .module-card, .timeline div, .apply__form, .contact-card, .price-card, .registration-box, .faculty-card, .official-card {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.045));
  box-shadow: var(--shadow);
}
.hero__card {
  padding: clamp(24px, 4vw, 38px);
  border-radius: 32px;
}
.card__label { margin-bottom: 20px; color: var(--accent-2); font-weight: 800; }
.facts { margin: 0; display: grid; gap: 16px; }
.facts div { padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.facts div:last-child { border-bottom: 0; padding-bottom: 0; }
.facts dt { color: var(--muted); font-size: 14px; }
.facts dd { margin: 2px 0 0; font-size: 20px; font-weight: 800; line-height: 1.25; }
.ticker {
  display: flex;
  gap: 12px;
  overflow: hidden;
  padding: 18px clamp(18px, 5vw, 72px);
  border-block: 1px solid var(--line);
  background: rgba(255,255,255,.04);
}
.ticker span { flex: 0 0 auto; padding: 9px 14px; color: var(--muted); border: 1px solid var(--line); border-radius: 999px; }
.section--grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}
.section--grid p, .accent-block p, .format p, .apply p { color: var(--muted); }
.cards { display: grid; gap: 16px; }
.cards--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.mini-card, .module-card, .timeline div, .price-card, .faculty-card, .official-card {
  border-radius: 26px;
  padding: 24px;
}
.mini-card p, .module-card p, .timeline p { color: var(--muted); margin: 0; }
.section__header { max-width: 850px; margin-bottom: 30px; }
.outcome-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.outcome {
  display: flex;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}
.outcome span { color: var(--accent-2); font-weight: 900; }
.outcome p { margin: 0; color: var(--text); font-size: 18px; }
.module-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.module-card span {
  display: inline-block;
  margin-bottom: 18px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(141,230,197,.12);
  color: var(--accent);
  font-weight: 900;
}
.accent-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  margin: 0 clamp(18px, 5vw, 72px);
  padding-inline: clamp(24px, 5vw, 56px);
  border: 1px solid rgba(141,230,197,.25);
  border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(141,230,197,.12), rgba(246,199,107,.08)),
    rgba(255,255,255,.04);
}
.checklist { margin: 0; padding: 0; list-style: none; display: grid; gap: 14px; }
.checklist li { padding-left: 34px; position: relative; color: var(--muted); }
.checklist li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--accent); font-weight: 900; }


.official-section .section__header p { color: var(--muted); }
.official-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.official-card { min-height: 270px; }
.official-card--featured {
  border-color: rgba(141,230,197,.52);
  background: linear-gradient(180deg, rgba(141,230,197,.14), rgba(255,255,255,.05));
}
.official-card__label {
  display: inline-block;
  margin-bottom: 18px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(246,199,107,.13);
  color: var(--accent-2);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
}
.official-card p { color: var(--muted); margin-bottom: 0; }
.official-card a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--accent);
  font-weight: 900;
}

.price-section .section__header p { color: var(--muted); }
.price-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.price-card { min-height: 260px; }
.price-card--featured {
  border-color: rgba(141,230,197,.52);
  background: linear-gradient(180deg, rgba(141,230,197,.16), rgba(255,255,255,.055));
}
.price-card__label {
  display: inline-block;
  margin-bottom: 18px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(246,199,107,.14);
  color: var(--accent-2);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
}
.price-value {
  margin: 18px 0 12px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 950;
  color: var(--accent);
}
.price-card p { color: var(--muted); margin-bottom: 0; }
.price-list { margin: 14px 0 0; padding-left: 18px; color: var(--muted); }
.price-list li { margin: 0 0 8px; }
.price-note {
  max-width: 920px;
  margin: 20px 0 0;
  color: var(--muted);
}

.faculty-section .section__header p { color: var(--muted); }
.faculty-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.faculty-card { min-height: 250px; }
.faculty-card--lead {
  border-color: rgba(246,199,107,.48);
  background: linear-gradient(180deg, rgba(246,199,107,.14), rgba(255,255,255,.05));
}
.faculty-card__label {
  display: inline-block;
  margin-bottom: 18px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(141,230,197,.12);
  color: var(--accent);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
}
.faculty-card p { color: var(--muted); margin-bottom: 0; }
.registration-box {
  display: grid;
  gap: 6px;
  max-width: 560px;
  margin: 22px 0 0;
  padding: 18px;
  border-radius: 20px;
}
.registration-box strong { color: var(--text); }
.registration-box span { color: var(--muted); }
.registration-box a { color: var(--accent); font-weight: 900; }

.timeline { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.timeline span { color: var(--accent-2); font-weight: 900; }
.apply { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(28px, 5vw, 70px); align-items: start; }
.contact-cards { display: grid; gap: 12px; max-width: 460px; margin-top: 24px; }
.contact-card { display: block; border-radius: 18px; padding: 16px 18px; color: var(--accent); font-weight: 900; }
.apply__form { border-radius: 32px; padding: clamp(22px, 4vw, 36px); display: grid; gap: 16px; }
label { display: grid; gap: 7px; color: var(--muted); font-size: 14px; }
input, textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px 16px;
  color: var(--text);
  background: rgba(255,255,255,.07);
  outline: none;
  font: inherit;
}
input:focus, textarea:focus { border-color: rgba(141,230,197,.7); }
.form-note { margin: -4px 0 0; color: var(--muted); font-size: 13px; }
.footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}
.footer p { margin: 0; }
.footer a { color: var(--accent); }
@media (max-width: 960px) {
  .hero, .section--grid, .accent-block, .apply { grid-template-columns: 1fr; }
  .module-grid, .outcome-list, .timeline, .price-grid, .faculty-grid, .official-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nav { display: none; }
}
@media (max-width: 640px) {
  .topbar__cta { display: none; }
  .hero { min-height: auto; }
  .cards--two, .module-grid, .outcome-list, .timeline, .price-grid, .faculty-grid, .official-grid { grid-template-columns: 1fr; }
  .footer { flex-direction: column; }
}
