:root {
  --teal: #2f747a;
  --teal-dark: #143f43;
  --teal-deep: #0b2f32;
  --teal-light: #76b3b8;
  --teal-pale: #edf7f7;
  --gold: #d19b4c;
  --gold-pale: #fff4df;
  --paper: #fffdf8;
  --sand: #f1eadf;
  --ink: #243633;
  --muted: #637571;
  --line: #cedbd8;
  --white: #fff;
  --radius: 18px;
  --shadow: 0 22px 60px rgba(20,63,67,.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Atkinson Hyperlegible", sans-serif; font-size: 16px; line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: var(--teal); text-underline-offset: .18em; }
button, input, select { font: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 16px; border-radius: 8px; color: #fff; background: var(--teal-deep); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.utility-bar { color: rgba(255,255,255,.78); background: var(--teal-deep); font-size: .8rem; letter-spacing: .025em; }
.utility-bar .shell { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-links { display: flex; gap: 24px; }
.utility-links a { color: inherit; text-decoration: none; }

.global-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(47,116,122,.15); background: rgba(255,253,248,.96); backdrop-filter: blur(15px); }
.nav-shell { min-height: 92px; display: flex; align-items: center; gap: 26px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; }
.brand img { width: 50px; height: 50px; }
.brand span { display: block; font-family: "Hanken Grotesk", sans-serif; line-height: 1; }
.brand strong { display: block; color: var(--teal-dark); font-size: 1.25rem; letter-spacing: -.025em; }
.brand small { display: block; margin-top: 5px; color: var(--muted); font-size: .74rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.main-nav { margin-left: auto; }
.main-nav ul { display: flex; align-items: center; gap: 3px; margin: 0; padding: 0; list-style: none; }
.main-nav a { display: block; padding: 10px 8px; border-radius: 8px; color: var(--ink); font-family: "Hanken Grotesk", sans-serif; font-size: .84rem; font-weight: 700; text-decoration: none; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--teal); background: var(--teal-pale); }
.main-nav .mobile-enroll { display: none; }
.enroll-button, .button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 9px; padding: 11px 20px; border: 0; border-radius: 10px; color: #fff; background: var(--teal); box-shadow: 0 9px 24px rgba(47,116,122,.22); font-family: "Hanken Grotesk", sans-serif; font-weight: 700; text-decoration: none; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.enroll-button:hover, .button:hover { transform: translateY(-2px); color: #fff; background: var(--teal-dark); box-shadow: 0 13px 30px rgba(47,116,122,.28); }
.button.gold { color: var(--teal-deep); background: var(--gold); }
.button.outline { color: var(--teal-dark); border: 1px solid var(--teal); background: transparent; box-shadow: none; }
.button.outline:hover { color: #fff; background: var(--teal); }
.nav-toggle { display: none; width: 44px; height: 44px; margin-left: auto; border: 1px solid var(--line); border-radius: 9px; color: var(--teal); background: #fff; font-size: 1.3rem; }

.home-hero { position: relative; overflow: hidden; color: #fff; background: var(--teal-dark); }
.home-hero::before { position: absolute; inset: 0; content: ""; background: radial-gradient(circle at 8% 10%, rgba(118,179,184,.22), transparent 28%), repeating-linear-gradient(135deg, transparent 0 55px, rgba(255,255,255,.025) 55px 56px); }
.hero-grid { position: relative; display: grid; min-height: 610px; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 56px; padding-block: 72px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 16px; color: var(--gold); font-family: "Hanken Grotesk", sans-serif; font-size: .78rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { width: 32px; height: 2px; content: ""; background: currentColor; }
.hero-copy h1, .page-hero h1, .section-heading h2, .cta-panel h2 { margin: 0; font-family: "Hanken Grotesk", sans-serif; font-weight: 700; letter-spacing: -.04em; line-height: 1.03; }
.hero-copy h1 { font-size: clamp(3.4rem, 6vw, 5.8rem); }
.hero-copy h1 span { display: block; color: #a7dddd; }
.hero-copy > p:not(.eyebrow) { max-width: 580px; margin: 24px 0 30px; color: rgba(255,255,255,.78); font-size: 1.14rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-actions .button.outline { color: #fff; border-color: rgba(255,255,255,.55); }
.hero-actions .button.outline:hover { color: var(--teal-deep); border-color: #fff; background: #fff; }
.hero-visual { position: relative; padding: 26px 0 44px; }
.hero-visual::before { position: absolute; top: 2px; right: -22px; width: 76%; height: 76%; border: 1px solid rgba(255,255,255,.24); border-radius: 28px; content: ""; }
.hero-visual img { position: relative; width: 100%; border: 9px solid rgba(255,255,255,.1); border-radius: 20px; box-shadow: 0 28px 70px rgba(0,0,0,.3); }
.hero-badge { position: absolute; right: 24px; bottom: 0; width: 205px; padding: 20px 22px; border-radius: 14px; color: var(--teal-deep); background: var(--gold); box-shadow: var(--shadow); }
.hero-badge strong { display: block; font-family: "Hanken Grotesk", sans-serif; font-size: 1.9rem; line-height: 1; }
.hero-badge span { display: block; margin-top: 7px; font-size: .84rem; line-height: 1.4; }

.announcement { padding: 13px 20px; color: var(--teal-deep); background: var(--gold); text-align: center; font-weight: 700; }
.section { padding: 88px 0; }
.section.soft { background: var(--sand); }
.section.teal { color: #fff; background: var(--teal-dark); }
.section-heading { max-width: 720px; margin-bottom: 40px; }
.section-heading .eyebrow { margin-bottom: 12px; }
.section-heading h2 { color: var(--teal-deep); font-size: clamp(2.2rem, 4vw, 3.7rem); }
.section-heading p { margin: 16px 0 0; color: var(--muted); font-size: 1.06rem; }
.section.teal .section-heading h2 { color: #fff; }
.section.teal .section-heading p { color: rgba(255,255,255,.7); }

.intro-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 62px; }
.lead-copy h2 { margin: 0; color: var(--teal-deep); font-family: "Hanken Grotesk", sans-serif; font-size: clamp(2.2rem, 4vw, 3.5rem); line-height: 1.08; letter-spacing: -.035em; }
.lead-copy p { color: var(--muted); font-size: 1.08rem; }
.feature-panel { padding: 36px; border-radius: var(--radius); color: #fff; background: var(--teal); box-shadow: var(--shadow); }
.feature-panel h3 { margin: 0 0 20px; font-family: "Hanken Grotesk", sans-serif; font-size: 1.35rem; }
.check-list { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 11px; align-items: start; }
.check-list li::before { display: grid; width: 22px; height: 22px; flex: 0 0 22px; place-items: center; border-radius: 50%; content: "✓"; color: var(--teal-deep); background: var(--gold); font-size: .76rem; font-weight: 700; }

.program-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.program-card { min-height: 245px; padding: 27px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: rgba(255,255,255,.05); transition: transform .2s ease, background .2s ease; }
.program-card:hover { transform: translateY(-5px); background: rgba(255,255,255,.09); }
.program-card .number { color: var(--gold); font-family: "Hanken Grotesk", sans-serif; font-size: .77rem; font-weight: 700; letter-spacing: .15em; }
.program-card h3 { margin: 42px 0 10px; font-family: "Hanken Grotesk", sans-serif; font-size: 1.38rem; }
.program-card p { margin: 0 0 20px; color: rgba(255,255,255,.65); }
.program-card a { color: #fff; font-weight: 700; text-decoration-color: var(--gold); }

.page-hero { position: relative; overflow: hidden; padding: 82px 0 74px; background: var(--teal-pale); }
.page-hero::after { position: absolute; right: -70px; bottom: -180px; width: 420px; height: 420px; border: 95px solid rgba(47,116,122,.08); border-radius: 50%; content: ""; }
.page-hero .shell { position: relative; z-index: 1; }
.breadcrumbs { margin-bottom: 25px; color: var(--muted); font-size: .8rem; }
.breadcrumbs a { color: var(--teal); text-decoration: none; }
.page-hero h1 { max-width: 840px; color: var(--teal-deep); font-size: clamp(3rem, 6vw, 5.5rem); }
.page-hero p:not(.eyebrow) { max-width: 700px; margin: 19px 0 0; color: var(--muted); font-size: 1.1rem; }

.content-grid { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 54px; align-items: start; }
.prose h2, .prose h3 { color: var(--teal-deep); font-family: "Hanken Grotesk", sans-serif; line-height: 1.2; }
.prose h2 { margin: 0 0 16px; font-size: 2rem; }
.prose h2:not(:first-child) { margin-top: 42px; }
.prose h3 { margin: 32px 0 10px; font-size: 1.3rem; }
.prose p { color: #4c605c; }
.prose li { margin-bottom: 7px; color: #4c605c; }
.sidebar-card { padding: 28px; border-radius: var(--radius); color: #fff; background: var(--teal); box-shadow: var(--shadow); }
.sidebar-card + .sidebar-card { margin-top: 18px; }
.sidebar-card.gold { color: var(--ink); background: #efd08c; }
.sidebar-card h2, .sidebar-card h3 { margin: 0 0 12px; color: inherit; font-family: "Hanken Grotesk", sans-serif; font-size: 1.22rem; }
.sidebar-card p { margin: 0 0 17px; color: inherit; opacity: .83; }
.sidebar-card a:not(.button) { color: inherit; overflow-wrap: anywhere; }

.document-groups { display: grid; gap: 24px; }
.document-group { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 10px 32px rgba(20,63,67,.06); }
.document-group h2 { margin: 0; padding: 20px 24px; border-bottom: 1px solid var(--line); color: var(--teal-deep); background: var(--teal-pale); font-family: "Hanken Grotesk", sans-serif; font-size: 1.18rem; }
.document-list { margin: 0; padding: 0; list-style: none; }
.document-list li { display: flex; align-items: center; gap: 15px; padding: 16px 22px; border-bottom: 1px solid var(--line); }
.document-list li:last-child { border-bottom: 0; }
.document-list li::before { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border-radius: 9px; content: "PDF"; color: var(--teal); background: var(--teal-pale); font-family: "Hanken Grotesk", sans-serif; font-size: .62rem; font-weight: 700; }
.document-list a { font-weight: 700; text-decoration: none; }
.document-list a:hover { text-decoration: underline; }
.document-list small { display: block; margin-top: 2px; color: var(--muted); }
.document-action { margin-left: auto; color: var(--muted); font-size: .8rem; white-space: nowrap; }

.data-table-wrap { overflow-x: auto; margin: 24px 0 36px; border: 1px solid var(--line); border-radius: 14px; }
.data-table { width: 100%; border-collapse: collapse; background: #fff; }
.data-table th { padding: 13px 18px; color: #fff; background: var(--teal); font-family: "Hanken Grotesk", sans-serif; font-size: .75rem; letter-spacing: .08em; text-align: left; text-transform: uppercase; }
.data-table td { padding: 15px 18px; border-bottom: 1px solid var(--line); vertical-align: top; }
.data-table tr:last-child td { border-bottom: 0; }
.data-table tbody tr:nth-child(even) { background: #f5f9f8; }
.data-table a { font-weight: 700; }

.library-tools { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 22px; }
.library-tools label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.library-tools input, .library-tools select { min-height: 48px; padding: 10px 14px; border: 1px solid #b9cbc8; border-radius: 9px; color: var(--ink); background: #fff; }
.library-tools input { min-width: min(420px,100%); flex: 1; }
.library-summary { margin: 0 0 14px; color: var(--muted); font-size: .9rem; }
.library-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.library-item { display: flex; min-height: 76px; align-items: center; gap: 13px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 11px; background: #fff; text-decoration: none; transition: transform .2s, border-color .2s; }
.library-item:hover { transform: translateY(-2px); border-color: var(--teal); }
.file-badge { display: grid; width: 39px; height: 39px; flex: 0 0 39px; place-items: center; border-radius: 8px; color: #fff; background: var(--teal); font-size: .6rem; font-weight: 700; }
.library-item strong { display: block; color: var(--ink); font-size: .92rem; line-height: 1.35; }
.library-item small { display: block; color: var(--muted); }
.empty-state { grid-column: 1/-1; padding: 40px; border: 1px dashed #b7c8c5; border-radius: 12px; color: var(--muted); text-align: center; }

.salary-figure { margin: 25px 0 0; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.salary-figure img { width: min(100%,620px); margin-inline: auto; }
.salary-figure figcaption { margin-top: 14px; color: var(--muted); text-align: center; font-size: .84rem; }
.cta-panel { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; padding: 42px 48px; border-radius: var(--radius); color: #fff; background: var(--teal); box-shadow: var(--shadow); }
.cta-panel h2 { font-size: clamp(2rem,4vw,3.1rem); }
.cta-panel p { max-width: 650px; margin: 10px 0 0; color: rgba(255,255,255,.74); }

.site-footer { color: rgba(255,255,255,.7); background: var(--teal-deep); }
.footer-main { padding: 60px 0 42px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .8fr; gap: 55px; }
.footer-brand .brand strong { color: #fff; }
.footer-brand .brand small { color: rgba(255,255,255,.6); }
.footer-brand p { max-width: 420px; }
.footer-column h2 { margin: 0 0 14px; color: #fff; font-family: "Hanken Grotesk", sans-serif; font-size: .92rem; letter-spacing: .09em; text-transform: uppercase; }
.footer-column ul { margin: 0; padding: 0; list-style: none; }
.footer-column li { margin: 7px 0; }
.footer-column a { color: inherit; text-decoration: none; }
.footer-column a:hover { color: #fff; text-decoration: underline; }
.footer-bottom { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: .8rem; }
.footer-bottom .shell { display: flex; justify-content: space-between; gap: 20px; }

@media (max-width: 1040px) {
  .main-nav a { padding-inline: 5px; font-size: .77rem; }
  .enroll-button { padding-inline: 14px; }
  .hero-grid { gap: 35px; }
}
@media (max-width: 900px) {
  .utility-bar .shell { justify-content: center; }
  .utility-bar .shell > span { display: none; }
  .nav-shell { min-height: 76px; }
  .nav-toggle { display: block; }
  .nav-shell > .enroll-button { display: none; }
  .main-nav { position: fixed; top: 112px; right: 0; bottom: 0; left: 0; display: none; margin: 0; padding: 24px; background: var(--paper); }
  .menu-open .main-nav { display: block; }
  .main-nav ul { align-items: stretch; flex-direction: column; }
  .main-nav a { padding: 13px 14px; font-size: 1rem; }
  .main-nav .mobile-enroll { display: block; margin-top: 10px; color: #fff; background: var(--teal); text-align: center; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 68px; }
  .hero-copy { max-width: 700px; }
  .hero-visual { max-width: 720px; }
  .intro-grid, .content-grid, .footer-grid { grid-template-columns: 1fr; }
  .program-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .shell { width: min(100% - 28px,1180px); }
  .utility-links { width: 100%; justify-content: space-between; }
  .utility-links a:first-child { display: none; }
  .brand img { width: 44px; height: 44px; }
  .brand strong { font-size: 1.08rem; }
  .hero-grid { min-height: auto; padding-block: 56px 68px; }
  .hero-copy h1 { font-size: clamp(3.1rem,15vw,4.25rem); }
  .hero-copy > p:not(.eyebrow) { font-size: 1rem; }
  .hero-visual { padding-bottom: 38px; }
  .hero-badge { right: 10px; width: 176px; padding: 16px; }
  .section { padding: 62px 0; }
  .page-hero { padding: 60px 0 55px; }
  .page-hero h1 { font-size: 3rem; }
  .program-grid, .library-grid { grid-template-columns: 1fr; }
  .program-card { min-height: 215px; }
  .feature-panel { padding: 27px; }
  .document-list li { align-items: flex-start; }
  .document-action { display: none; }
  .cta-panel { grid-template-columns: 1fr; padding: 32px 26px; }
  .cta-panel .button { justify-self: start; }
  .footer-grid { gap: 30px; }
  .footer-bottom .shell { flex-direction: column; gap: 4px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
