:root {
  --blue-950: #071b3d;
  --blue-800: #123f7d;
  --blue-600: #2f78d4;
  --blue-100: #eaf3ff;
  --green-900: #073f25;
  --green-700: #147343;
  --orange-600: #c86d12;
  --white: #ffffff;
  --ink: #132033;
  --muted: #637083;
  --line: #dbe4ef;
  --soft: #f6f9fd;
  --shadow: 0 20px 60px rgba(7, 27, 61, 0.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Manrope", Arial, sans-serif; color: var(--ink); background: var(--white); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }

.site-header {
  position: relative;
  z-index: 20;
  display: flex; align-items: center; justify-content: space-between;
  min-height: 82px; padding: 12px clamp(18px, 5vw, 72px); background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line); 
}
.brand img { width: 126px; }
.site-nav { display: flex; align-items: center; gap: 4px; }
.site-nav a { border-radius: 8px; padding: 10px 13px; color: var(--blue-950); font-size: 0.94rem; font-weight: 800; }
.site-nav a:hover, .site-nav a:focus-visible, .site-nav .active { color: var(--blue-800); background: var(--blue-100); outline: none; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 4px 0; background: var(--blue-950); }

.home-hero {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr); gap: clamp(30px, 6vw, 86px); align-items: center;
  min-height: calc(100vh - 82px); padding: clamp(54px, 8vw, 104px) clamp(18px, 5vw, 72px);
  background: linear-gradient(115deg, #ffffff 0%, #ffffff 44%, rgba(234, 243, 255, 0.94) 100%);
}
.hero-copy { max-width: 820px; }
.eyebrow { margin: 0 0 12px; color: var(--orange-600); font-size: 0.78rem; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--blue-950); }
.home-hero h1, .page-hero h1 { margin-bottom: 22px; font-size: clamp(3rem, 7vw, 6.8rem); font-weight: 800; line-height: 1.02; }
.home-hero p:not(.eyebrow), .page-hero p, .section p, .section span { color: var(--muted); font-size: 1.05rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; border: 1px solid transparent; border-radius: 8px; padding: 0 18px; font-weight: 800; cursor: pointer; }
.button.primary { color: #fff; background: var(--blue-800); box-shadow: 0 14px 28px rgba(18, 63, 125, 0.18); }
.button.secondary { color: var(--blue-950); background: var(--white); border-color: var(--line); }
.logo-stage { display: grid; place-items: center; min-height: 390px; border: 1px solid var(--line); border-radius: 8px; background: linear-gradient(145deg, rgba(255,255,255,.95), rgba(234,243,255,.86)); box-shadow: var(--shadow); }
.logo-stage img { width: min(430px, 86%); }

.section { padding: clamp(58px, 7vw, 100px) clamp(18px, 5vw, 72px); }
.split-section, .two-column, .contact-layout { display: grid; grid-template-columns: minmax(280px, 0.82fr) minmax(320px, 1fr); gap: clamp(28px, 5vw, 72px); align-items: start; }
.section h2 { margin-bottom: 16px; font-size: clamp(2rem, 4.5vw, 4.2rem); line-height: 1.08; }
.fact-grid, .stacked-notes, .feature-list, .contact-details { display: grid; gap: 12px; }
.fact-grid article, .stacked-notes article, .contact-details article { display: grid; gap: 6px; padding: 20px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.fact-grid strong, .stacked-notes strong, .contact-details strong { color: var(--blue-950); font-size: 1.04rem; }
.blue-band { display: grid; grid-template-columns: minmax(280px, 0.85fr) minmax(320px, 1fr); gap: clamp(26px, 5vw, 72px); background: var(--blue-950); }
.blue-band h2, .blue-band .feature-list p { color: #fff; }
.feature-list div { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.18); }
.feature-list div:last-child { border-bottom: 1px solid rgba(255,255,255,.18); }
.feature-list span { color: #8fc3ff; font-weight: 800; }

.page-hero { padding: clamp(54px, 8vw, 104px) clamp(18px, 5vw, 72px); background: linear-gradient(110deg, #fff 0%, #fff 50%, var(--blue-100) 100%); border-bottom: 1px solid var(--line); }
.page-hero h1, .page-hero p { max-width: 900px; }
.program-page-grid, .admissions-flow { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; background: var(--soft); }
.program-page-grid article, .admissions-flow article { min-height: 310px; padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.program-page-grid article span, .admissions-flow article span { display: inline-grid; place-items: center; width: 44px; height: 44px; margin-bottom: 58px; border-radius: 50%; color: #fff; background: var(--green-700); font-weight: 800; }
.program-page-grid h2, .admissions-flow h2 { font-size: 1.55rem; }
.contact-layout { background: var(--soft); }
.contact-form { display: grid; gap: 16px; padding: clamp(20px, 4vw, 34px); border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: var(--shadow); }
label { display: grid; gap: 8px; color: var(--blue-950); font-weight: 800; }
input, textarea { width: 100%; border: 1px solid var(--line); border-radius: 8px; padding: 13px 14px; color: var(--ink); font: inherit; resize: vertical; }
input:focus, textarea:focus { border-color: var(--blue-600); outline: 3px solid rgba(47, 120, 212, 0.18); }
.form-note { min-height: 24px; margin: 0; color: var(--green-700); font-weight: 800; }

.site-footer {
  display: grid;
  grid-template-columns: 120px minmax(230px, .95fr) minmax(420px, 1.8fr);
  align-items: start;
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 72px);
  color: var(--blue-950);
  background: var(--white);
  border-top: 1px solid var(--line);
}
.site-footer img { width: 120px; }
.site-footer p, .site-footer a { margin: 0; font-weight: 800; }
.footer-title { display: grid; gap: 6px; }
.footer-title a { color: var(--blue-800); overflow-wrap: anywhere; }
.footer-contact { display: grid; grid-template-columns: repeat(2, minmax(190px, 1fr)); gap: 10px 18px; }
.footer-contact a { display: grid; gap: 2px; padding: 0; }
.footer-contact span { color: var(--muted); font-size: .92rem; font-weight: 700; line-height: 1.45; }


@media (max-width: 980px) { .site-footer { grid-template-columns: 108px minmax(190px, .9fr) minmax(300px, 1.4fr); } .site-footer img { width: 108px; } }

@media (max-width: 860px) {
  .site-footer { grid-template-columns: 1fr; }
  .footer-link { justify-self: start; }
  .menu-toggle { display: inline-grid; place-items: center; }
  .site-nav { position: absolute; top: 82px; left: 18px; right: 18px; display: none; flex-direction: column; align-items: stretch; padding: 10px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .home-hero, .split-section, .two-column, .blue-band, .contact-layout { grid-template-columns: 1fr; }
  .home-hero { min-height: auto; }
  .program-page-grid, .admissions-flow { grid-template-columns: 1fr; }
}
@media (max-width: 540px) {
  .footer-contact { grid-template-columns: 1fr; }
  .brand img { width: 112px; }
  .home-hero h1, .page-hero h1 { font-size: 2.7rem; }
  .hero-actions, .button { width: 100%; }
}



.language-switch { display: inline-flex; align-items: center; gap: 2px; padding: 3px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.language-switch a { min-width: 34px; padding: 7px 8px; border-radius: 5px; color: var(--blue-950); font-size: .78rem; font-weight: 800; text-align: center; }
.language-switch a.active { color: var(--blue-800); background: var(--blue-100); }
@media (max-width: 860px) { .site-header { gap: 10px; } .language-switch { margin-left: auto; } .site-nav { top: 74px; } }

.language-switch a { display: inline-flex; align-items: center; justify-content: center; gap: 4px; }
.language-switch a > span:first-child { font-size: 1rem; line-height: 1; }

.card-action { display: inline-flex; align-items: center; min-height: 42px; margin-top: 18px; padding: 0 14px; border: 1px solid var(--blue-800); border-radius: 8px; color: var(--blue-800); font-size: .9rem; font-weight: 800; }
.card-action:hover, .card-action:focus-visible { color: #fff; background: var(--blue-800); outline: none; }

.footer-support { grid-column: 1 / -1; margin: 0; padding-top: 14px; border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; text-align: center; }
.footer-support a { color: var(--blue-800); }
