:root {
  --blue: #336699;
  --blue-2: #336699;
  --green: #669933;
  --yellow: #ffc845;
  --red: #d9364a;
  --ink: #10223f;
  --muted: #65738a;
  --light: #f3f7fb;
  --line: #dbe5ef;
  --white: #ffffff;
  --shadow: 0 22px 70px rgba(10, 35, 70, 0.16);
}

/* Página do NAP */
.nap-page { background: #fff; }
.nap-hero { position: relative; display: grid; grid-template-columns: minmax(0,1.1fr) minmax(330px,.7fr); gap: clamp(35px,7vw,100px); align-items: center; min-height: 620px; padding: clamp(70px,9vw,120px) max(20px,calc((100vw - 1180px)/2)); overflow: hidden; background: radial-gradient(circle at 82% 18%,rgba(112, 176, 64,.34),transparent 25%),linear-gradient(135deg,#061f49,var(--blue) 58%,#164e46); color:#fff; }
.nap-hero::after { content:""; position:absolute; right:-120px; bottom:-160px; width:420px; height:420px; border:68px solid rgba(255,255,255,.06); border-radius:50%; }
.nap-hero-copy,.nap-hero-visual { position:relative; z-index:2; }
.nap-hero-copy > p:not(.eyebrow) { max-width:690px; color:rgba(255,255,255,.82); font-size:1.08rem; line-height:1.7; }
.nap-hero-visual { display:grid; min-height:350px; align-content:center; justify-items:center; padding:42px; border:1px solid rgba(255,255,255,.18); border-radius:28px; background:rgba(255,255,255,.1); box-shadow:0 30px 80px rgba(0,15,45,.28); backdrop-filter:blur(14px); text-align:center; }
.nap-hero-visual span { color:#fff; font-size:clamp(5rem,10vw,8rem); font-weight:900; letter-spacing:-.08em; line-height:.8; }
.nap-hero-visual strong { margin-top:24px; color:#b7dc91; font-size:1.2rem; line-height:1.2; text-transform:uppercase; }
.nap-hero-visual i { width:70px; height:5px; margin-top:22px; border-radius:999px; background:var(--green); }
.nap-jump-nav { position:sticky; top:68px; z-index:40; display:flex; justify-content:center; gap:7px; overflow-x:auto; padding:10px 20px; border-bottom:1px solid var(--line); background:rgba(255,255,255,.96); box-shadow:0 10px 28px rgba(16,34,63,.07); backdrop-filter:blur(14px); }
.nap-jump-nav a { flex:0 0 auto; border-radius:8px; padding:9px 14px; color:var(--blue); font-size:.82rem; font-weight:850; }
.nap-jump-nav a:hover,.nap-jump-nav a.is-active { background:var(--blue); color:#fff; }
.nap-about { display:grid; grid-template-columns:.85fr 1.15fr; gap:clamp(34px,7vw,90px); align-items:start; }
.nap-about p,.nap-section p,.nap-services p,.nap-access p { color:var(--muted); line-height:1.75; }
.nap-section { padding:clamp(64px,8vw,100px) max(20px,calc((100vw - 1180px)/2)); }
.nap-soft { background:linear-gradient(145deg,#f4f8fb,#eef7f3); }
.nap-objectives { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; }
.nap-objectives article { padding:25px; border:1px solid rgba(48, 112, 208,.13); border-radius:15px; background:#fff; box-shadow:0 16px 38px rgba(16,34,63,.07); transition:transform 180ms ease,box-shadow 180ms ease; }
.nap-objectives article:hover { transform:translateY(-5px); box-shadow:0 24px 48px rgba(16,34,63,.13); }
.nap-objectives span { display:block; margin-bottom:18px; color:var(--green); font-size:.76rem; font-weight:900; }
.nap-objectives h3 { color:var(--blue); }
.nap-objectives p { margin:0; font-size:.92rem; }
.nap-services { display:grid; grid-template-columns:.72fr 1.28fr; gap:clamp(34px,7vw,90px); align-items:start; }
.nap-services-copy { position:sticky; top:150px; }
.nap-service-list { display:grid; gap:14px; counter-reset:nap-services; }
.nap-service-list article { counter-increment:nap-services; position:relative; padding:24px 24px 24px 74px; border:1px solid var(--line); border-radius:14px; background:#fff; box-shadow:0 12px 32px rgba(16,34,63,.06); }
.nap-service-list article::before { content:counter(nap-services,decimal-leading-zero); position:absolute; top:24px; left:22px; color:var(--green); font-weight:900; }
.nap-service-list strong { display:block; margin-bottom:8px; color:var(--blue); }
.nap-service-list p { margin:0; }
.nap-team { display:grid; grid-template-columns:1.15fr .65fr; gap:clamp(35px,7vw,90px); align-items:center; background:linear-gradient(135deg,#061f49,var(--blue)); color:#fff; }
.nap-team h2 { max-width:720px; }
.nap-team .eyebrow { color:#a8d57e; }
.nap-team-copy > p { color:rgba(255,255,255,.78); }
.nap-confidential { margin-top:28px; padding:22px; border-left:5px solid var(--green); border-radius:10px; background:rgba(255,255,255,.09); }
.nap-confidential p { margin:8px 0 0; color:rgba(255,255,255,.76); }
.nap-team-panel { padding:32px; border:1px solid rgba(255,255,255,.16); border-radius:18px; background:rgba(255,255,255,.1); box-shadow:0 24px 60px rgba(0,20,55,.24); }
.nap-team-panel span { display:block; margin-bottom:12px; color:#a8d57e; font-size:.78rem; font-weight:900; text-transform:uppercase; }
.nap-team-panel strong { display:block; margin-bottom:14px; font-size:1.45rem; }
.nap-team-panel p { margin:0; color:rgba(255,255,255,.76); }
.nap-access { display:grid; grid-template-columns:1fr 380px; gap:clamp(35px,7vw,90px); align-items:start; }
.nap-contact-list { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; margin-top:28px; }
.nap-contact-list span { display:grid; gap:7px; padding:18px; border:1px solid var(--line); border-radius:12px; }
.nap-contact-list strong { color:var(--blue); }
.nap-contact-list small { color:var(--muted); }
.nap-access-card { padding:30px; border:1px solid var(--line); border-top:5px solid var(--green); border-radius:16px; background:#f7faf5; box-shadow:0 20px 48px rgba(16,34,63,.1); }
.nap-access-card p { color:var(--muted); }
.nap-access-card .btn { width:100%; margin:8px 0 15px; opacity:.65; cursor:not-allowed; }
.nap-access-card small { display:block; color:var(--muted); line-height:1.5; }
.nap-final { display:flex; align-items:center; justify-content:space-between; gap:35px; padding:clamp(52px,7vw,86px) max(20px,calc((100vw - 1180px)/2)); background:linear-gradient(135deg,#eef6fb,#eef7e9); }
.nap-final h2 { max-width:780px; }
.nap-final p:not(.eyebrow) { margin:0; color:var(--muted); }
.nap-page > section.nap-reveal { opacity:0; transform:translateY(24px); transition:opacity 560ms ease,transform 560ms ease; }
.nap-page > section.nap-reveal.is-visible { opacity:1; transform:translateY(0); }
@media (max-width:900px) { .nap-hero,.nap-about,.nap-services,.nap-team,.nap-access { grid-template-columns:1fr; } .nap-hero-visual { min-height:280px; } .nap-objectives { grid-template-columns:repeat(2,minmax(0,1fr)); } .nap-services-copy { position:static; } .nap-contact-list { grid-template-columns:1fr; } .nap-jump-nav { justify-content:flex-start; } .nap-final { align-items:flex-start; flex-direction:column; } }
@media (max-width:560px) { .nap-objectives { grid-template-columns:1fr; } .nap-hero { min-height:720px; } }
@media (prefers-reduced-motion:reduce) { .nap-page > section.nap-reveal { opacity:1; transform:none; transition:none; } }

/* Portal da CPA */
.cpa-page { background: #fff; }
.cpa-hero {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  background: var(--blue);
}
.cpa-hero > img { width: 100%; height: 610px; object-fit: cover; }
.cpa-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 31, 76, 0.96), rgba(48, 112, 208, 0.76) 52%, rgba(5, 63, 85, 0.25));
}
.cpa-hero-copy {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: max(20px, calc((100vw - 1180px) / 2));
  width: min(720px, calc(100% - 40px));
  transform: translateY(-50%);
  color: #fff;
}
.cpa-hero-copy h1 { max-width: 700px; }
.cpa-hero-copy > p:not(.eyebrow) { max-width: 670px; color: rgba(255,255,255,.84); font-size: 1.08rem; line-height: 1.7; }
.cpa-jump-nav {
  position: sticky;
  top: 68px;
  z-index: 40;
  display: flex;
  justify-content: center;
  gap: 6px;
  overflow-x: auto;
  padding: 10px 20px;
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.96);
  box-shadow: 0 10px 28px rgba(16,34,63,.07);
  backdrop-filter: blur(14px);
}
.cpa-jump-nav a { flex: 0 0 auto; border-radius: 8px; padding: 9px 12px; color: var(--blue); font-size: .82rem; font-weight: 850; }
.cpa-jump-nav a:hover { background: var(--blue); color: #fff; }
.cpa-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(30px, 7vw, 90px); align-items: start; }
.cpa-intro p, .cpa-section p, .cpa-objectives p, .cpa-contact p { color: var(--muted); line-height: 1.75; }
.cpa-section { padding: clamp(64px, 8vw, 100px) max(20px, calc((100vw - 1180px) / 2)); }
.cpa-soft { background: linear-gradient(145deg, #f4f8fb, #eef7f3); }
.cpa-card-grid { display: grid; gap: 18px; }
.cpa-card-grid-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.cpa-card-grid-5 { grid-template-columns: repeat(5, minmax(0,1fr)); }
.cpa-card-grid article {
  padding: 24px;
  border: 1px solid rgba(48, 112, 208,.13);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(16,34,63,.07);
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.cpa-card-grid article:hover { transform: translateY(-5px); box-shadow: 0 24px 48px rgba(16,34,63,.13); }
.cpa-card-grid article > span { display: block; margin-bottom: 14px; color: var(--green); font-size: .78rem; font-weight: 900; }
.cpa-card-grid h3 { color: var(--blue); }
.cpa-card-grid p { margin-bottom: 0; font-size: .94rem; }
.cpa-objectives { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(34px, 7vw, 88px); align-items: start; }
.cpa-objectives ol { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; counter-reset: objectives; }
.cpa-objectives li { counter-increment: objectives; display: flex; align-items: center; gap: 14px; padding: 16px 18px; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 10px 28px rgba(16,34,63,.05); font-weight: 750; }
.cpa-objectives li::before { content: counter(objectives, decimal-leading-zero); color: var(--green); font-weight: 900; }
.cpa-process { color: #fff; background: linear-gradient(135deg, #061f49, var(--blue) 58%, #24604f); }
.cpa-process .eyebrow { color: #98cf61; }
.cpa-flow { display: flex; align-items: stretch; gap: 8px; overflow-x: auto; padding: 10px 0 14px; }
.cpa-flow div { display: grid; min-width: 135px; flex: 1; gap: 10px; align-content: center; min-height: 120px; padding: 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: rgba(255,255,255,.08); text-align: center; }
.cpa-flow strong { color: #98cf61; font-size: .78rem; }
.cpa-flow span { font-size: .88rem; font-weight: 800; }
.cpa-flow i { align-self: center; color: #98cf61; font-size: 1.5rem; font-style: normal; }
.cpa-action-note { display: flex; align-items: center; gap: 18px; margin-top: 28px; padding: 22px; border-left: 5px solid var(--green); border-radius: 10px; background: #f2f8ed; }
.cpa-action-note p { flex: 1; margin: 0; color: var(--muted); }
.cpa-action-note span { border-radius: 999px; padding: 8px 12px; background: #e1ebd8; color: #557831; font-size: .78rem; font-weight: 850; }
.cpa-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 14px 34px rgba(16,34,63,.06); }
.cpa-table-wrap table { width: 100%; border-collapse: collapse; }
.cpa-table-wrap th, .cpa-table-wrap td { padding: 16px 18px; border-bottom: 1px solid var(--line); text-align: left; }
.cpa-table-wrap th { background: var(--blue); color: #fff; font-size: .82rem; text-transform: uppercase; }
.cpa-table-wrap tr:last-child td { border-bottom: 0; }
.cpa-dimensions { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.cpa-dimensions > span { display: grid; gap: 8px; min-height: 118px; align-content: center; padding: 20px; border-radius: 14px; background: var(--blue); color: #fff; font-weight: 900; }
.cpa-dimensions > span:nth-child(even) { background: var(--green); }
.cpa-dimensions small { color: rgba(255,255,255,.8); font-weight: 600; line-height: 1.45; }
.cpa-results { background: linear-gradient(135deg, #eef6fb, #f1f8eb); }
.cpa-result-flow { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; margin-bottom: 24px; }
.cpa-result-flow article { position: relative; padding: 24px; border: 1px solid rgba(48, 112, 208,.13); border-radius: 14px; background: #fff; box-shadow: 0 14px 34px rgba(16,34,63,.06); }
.cpa-result-flow span { display: block; margin-bottom: 14px; color: var(--green); font-size: .78rem; font-weight: 900; }
.cpa-result-flow strong { display: block; margin-bottom: 9px; color: var(--blue); }
.cpa-result-flow p { margin: 0; font-size: .9rem; }
.cpa-empty-state { padding: 34px; border: 2px dashed rgba(48, 112, 208,.25); border-radius: 16px; background: rgba(255,255,255,.65); text-align: center; }
.cpa-empty-state strong { display: block; margin-bottom: 10px; color: var(--blue); font-size: 1.25rem; }
.cpa-empty-state p { margin-bottom: 0; }
.cpa-calendar-docs { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(30px,6vw,70px); }
.cpa-disclaimer { display: block; margin-top: 12px; color: var(--muted); }
.cpa-status { display: inline-flex; border-radius: 999px; padding: 6px 10px; background: #eef3e9; color: #5b7e38; font-size: .72rem; font-weight: 850; white-space: nowrap; }
.cpa-doc-list { display: grid; gap: 10px; }
.cpa-doc-list > span { display: flex; justify-content: space-between; gap: 16px; padding: 16px 18px; border: 1px solid var(--line); border-radius: 10px; font-weight: 800; }
.cpa-doc-list small { color: var(--green); }
.cpa-faq { display: grid; gap: 10px; max-width: 900px; margin: auto; }
.cpa-faq details { border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.cpa-faq summary { padding: 18px 20px; color: var(--blue); font-weight: 850; cursor: pointer; }
.cpa-faq details p { padding: 0 20px 18px; margin: 0; }
.cpa-contact { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(34px,7vw,84px); align-items: start; }
.cpa-contact ul { display: grid; gap: 10px; padding: 0; list-style: none; color: var(--muted); }
.contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 8px; padding: 12px; font: inherit; resize: vertical; }
.cpa-final { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: clamp(48px,7vw,82px) max(20px, calc((100vw - 1180px) / 2)); background: linear-gradient(135deg,#062c68,var(--blue)); color: #fff; }
.cpa-final h2 { max-width: 760px; }
.cpa-final p:not(.eyebrow) { margin-bottom: 0; color: rgba(255,255,255,.8); }
.cpa-back-top { position: fixed; right: 22px; bottom: 22px; z-index: 45; display: grid; width: 44px; height: 44px; place-items: center; border: 0; border-radius: 50%; background: var(--blue); color: #fff; box-shadow: 0 12px 28px rgba(16,34,63,.25); font-size: 1.2rem; cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(10px); transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease, background 180ms ease; }
.cpa-back-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.cpa-back-top:hover { background: var(--green); transform: translateY(-3px); }
.cpa-page > section.cpa-reveal { opacity: 0; transform: translateY(24px); transition: opacity 560ms ease, transform 560ms ease; }
.cpa-page > section.cpa-reveal.is-visible { opacity: 1; transform: translateY(0); }
.cpa-jump-nav a.is-active { background: var(--blue); color: #fff; }

@media (max-width: 900px) {
  .cpa-card-grid-3, .cpa-dimensions, .cpa-result-flow { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .cpa-card-grid-5 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .cpa-intro, .cpa-objectives, .cpa-calendar-docs, .cpa-contact { grid-template-columns: 1fr; }
  .cpa-jump-nav { top: 68px; justify-content: flex-start; }
  .cpa-action-note, .cpa-final { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 560px) {
  .cpa-hero, .cpa-hero > img { min-height: 650px; height: 650px; }
  .cpa-card-grid-3, .cpa-card-grid-5, .cpa-dimensions, .cpa-result-flow { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .cpa-page > section.cpa-reveal { opacity: 1; transform: none; transition: none; }
}

* { box-sizing: border-box; }
html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
  scroll-behavior: smooth;
}
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 12%, rgba(8, 212, 143, 0.1), transparent 26%),
    radial-gradient(circle at 88% 6%, rgba(255, 200, 69, 0.12), transparent 24%),
    var(--white);
}
body > *, main, section, header, footer, nav,
div, article, aside, form, fieldset {
  min-width: 0;
}
iframe, video, canvas, svg, table {
  max-width: 100%;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.topbar {
  position: relative;
  z-index: 51;
  background: var(--blue);
  color: var(--white);
  font-size: 0.82rem;
}

.topbar-inner {
  display: flex;
  justify-content: flex-end;
  gap: 22px;
  max-width: 1180px;
  margin: auto;
  padding: 9px 20px;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 68px;
  padding: 0 max(20px, calc((100vw - 1180px) / 2));
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
}
.brand-logo {
  display: block;
  width: clamp(138px, 14vw, 190px);
  height: 56px;
  object-fit: contain;
}
.brand-logo + span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.brand small {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--ink);
  font-size: 0.87rem;
  font-weight: 800;
}
.nav-links a {
  padding: 9px 10px;
  border-radius: 8px;
  white-space: nowrap;
  transition: background-color 160ms ease, color 160ms ease;
}
.nav-trigger {
  border: 0;
  border-radius: 8px;
  padding: 9px 10px;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: inherit;
  cursor: default;
  transition: background-color 160ms ease, color 160ms ease;
}
.nav-trigger:hover { background: var(--blue); color: #fff; }
.nav-links a:hover {
  background: var(--blue);
  color: #ffffff;
}
.nav-links .current-page {
  background: transparent;
  color: var(--blue);
}
.nav-dropdown {
  position: relative;
}
.nav-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 60;
  display: grid;
  min-width: 185px;
  gap: 4px;
  padding: 10px 8px 8px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 16px 38px rgba(16, 34, 63, 0.16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  pointer-events: none;
  transition: opacity 150ms ease, transform 150ms ease, visibility 150ms ease;
}
.nav-dropdown:hover .nav-submenu,
.nav-dropdown:focus-within .nav-submenu,
.nav-dropdown.submenu-open .nav-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.nav-submenu a {
  display: flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}
.nav-submenu a span {
  color: var(--green);
  font-size: 1.15rem;
  line-height: 1;
}
.nav-submenu a:hover span { color: #ffffff; }
.portal-link {
  padding: 9px 12px;
  border-radius: 8px;
  background: var(--green);
  color: #042d28;
}
.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}
.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  background: var(--blue);
}
.hero img {
  width: 100%;
  height: 690px;
  object-fit: cover;
  object-position: center;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 94% 92%, rgba(8, 212, 143, 0.34), transparent 14%),
    linear-gradient(90deg, rgba(6, 35, 88, 0.94), rgba(6, 63, 143, 0.66) 45%, rgba(6, 63, 143, 0.12));
}
.hero-overlay {
  position: absolute;
  z-index: 2;
  top: 46%;
  left: max(20px, calc((100vw - 1180px) / 2));
  width: min(690px, calc(100% - 40px));
  transform: translateY(-50%);
  color: var(--white);
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 18px;
  font-size: clamp(2.35rem, 5.2vw, 4.55rem);
  line-height: 1.02;
  letter-spacing: 0;
}
h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: 0;
}
h3 { margin-bottom: 10px; }
.hero p, .lead {
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.08rem;
  line-height: 1.7;
}
.lead { color: var(--muted); }
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.hero-actions .btn {
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.hero-actions .btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(6, 25, 54, 0.28);
}
.hero-actions .btn:active {
  transform: translateY(-1px);
}
.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  padding: 0 18px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}
.btn.primary {
  background: var(--green);
  color: #042d28;
}
.btn.light {
  background: var(--white);
  color: var(--blue);
}
.quick-access {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 1180px;
  margin: -74px auto 0;
  padding: 0 20px;
  position: relative;
  z-index: 4;
}
.quick-access a,
.course-card,
.news-grid article,
.contact-form,
.info-card,
.values article,
.contact-options article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 38px rgba(6, 63, 143, 0.08);
}
.quick-access a {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 6px;
  min-height: 132px;
  padding: 24px;
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(240, 250, 247, 0.92));
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.quick-access a::after {
  content: "";
  position: absolute;
  right: -32px;
  bottom: -32px;
  width: 90px;
  height: 90px;
  border: 18px solid rgba(8, 212, 143, 0.12);
  border-radius: 50%;
}
.quick-access a:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 60px rgba(6, 63, 143, 0.17);
}
.quick-access strong { color: var(--blue); font-size: 1.1rem; }
.quick-access span, .course-card p, .catalog-card p, .news-grid p, .info-card p, .values span, .contact-options span {
  color: var(--muted);
  line-height: 1.6;
}

.section {
  max-width: 1180px;
  margin: auto;
  padding: clamp(64px, 8vw, 112px) 20px;
}
.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}
.feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
  counter-reset: feature-card;
}
.feature-list span {
  counter-increment: feature-card;
  position: relative;
  display: grid;
  min-height: 104px;
  align-content: center;
  padding: 20px 18px 20px 62px;
  overflow: hidden;
  border: 1px solid rgba(48, 112, 208, 0.18);
  border-radius: 14px;
  background: linear-gradient(145deg, #ffffff, #eef5ff);
  color: var(--blue);
  font-weight: 850;
  line-height: 1.35;
  box-shadow: 0 12px 28px rgba(16, 34, 63, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.feature-list span:nth-child(even) {
  border-color: rgba(112, 176, 64, 0.24);
  background: linear-gradient(145deg, #ffffff, #f1f8ea);
}
.feature-list span::before {
  content: counter(feature-card, decimal-leading-zero);
  position: absolute;
  left: 18px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  background: var(--green);
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 900;
}
.feature-list span:nth-child(even)::before { background: var(--green); }
.feature-list span::after {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -28px;
  width: 68px;
  height: 68px;
  border: 12px solid rgba(48, 112, 208, 0.08);
  border-radius: 50%;
}
.feature-list span:nth-child(even)::after { border-color: rgba(112, 176, 64, 0.1); }
.feature-list span:hover {
  transform: translateY(-4px);
  border-color: rgba(48, 112, 208, 0.38);
  box-shadow: 0 18px 36px rgba(16, 34, 63, 0.12);
}
.stats-panel {
  display: grid;
  gap: 12px;
  padding: 22px;
  border-radius: 8px;
  background: var(--blue);
  color: var(--white);
}
.stats-panel div {
  display: grid;
  gap: 4px;
  padding: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}
.stats-panel strong { font-size: 2.5rem; }
.stats-panel span { color: rgba(255, 255, 255, 0.76); }

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}
.section-head a {
  color: var(--blue);
  font-weight: 900;
  border-bottom: 2px solid currentColor;
}
.course-grid, .news-grid, .admission-grid, .catalog, .matrix-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
[data-course-carousel] {
  display: flex;
  overflow: hidden;
  gap: 18px;
  padding: 4px 2px 24px;
}
[data-course-carousel] .course-card {
  flex: 0 0 calc((100% - 36px) / 3);
  min-width: 0;
  transition: box-shadow 220ms ease;
}
[data-course-carousel].is-moving .course-card {
  transition: transform 420ms cubic-bezier(.22,.72,.2,1);
}
[data-course-carousel]:hover .course-card,
[data-course-carousel]:focus-within .course-card {
  box-shadow: 0 24px 64px rgba(10, 35, 70, 0.18);
}
.course-carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 4px;
}
.course-carousel-controls button {
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font: inherit;
  font-size: 1.35rem;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(10, 35, 70, 0.18);
  transition: background-color 180ms ease, transform 180ms ease;
}
.course-carousel-controls button:hover,
.course-carousel-controls button:focus-visible {
  background: var(--green);
  transform: translateY(-2px);
}
.course-carousel-controls span {
  min-width: 104px;
  color: var(--blue);
  font-size: 0.9rem;
  font-weight: 900;
  text-align: center;
}
.course-card {
  overflow: hidden;
}
.course-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.course-card div {
  padding: 22px;
}
.course-card span, .catalog-card span {
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 900;
}
.course-card a, .catalog-card a {
  display: inline-flex;
  margin-top: 16px;
  color: var(--blue);
  font-weight: 900;
}

.admission-band {
  max-width: none;
  background: linear-gradient(135deg, #2458A5, #193F78);
  color: var(--white);
}
.admission-band .eyebrow { color: var(--white); }
.admission-band > div {
  max-width: 1180px;
  margin: auto;
}
.admission-band .admission-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 900px;
  gap: 22px;
  margin: 34px auto 0;
  counter-reset: admission-card;
}
.admission-band .admission-grid article {
  counter-increment: admission-card;
  position: relative;
  overflow: hidden;
  display: grid;
  min-height: 178px;
  align-content: center;
  justify-items: center;
  padding: 42px 72px 34px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-top: 4px solid rgba(255, 255, 255, 0.72);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.07));
  box-shadow: none;
  transition: transform 220ms ease, background-color 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}
.admission-band .admission-grid article::before {
  content: counter(admission-card, decimal-leading-zero);
  position: absolute;
  top: 18px;
  left: 20px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--white);
  color: #2458A5;
  font-size: 0.76rem;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(16, 34, 63, 0.2);
}
.admission-band .admission-grid article::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -34px;
  width: 86px;
  height: 86px;
  border: 16px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: transform 260ms ease;
}
.admission-band .admission-grid strong {
  position: relative;
  z-index: 2;
  font-size: 1.12rem;
}
.admission-band .admission-grid span {
  position: relative;
  z-index: 2;
  max-width: 310px;
  line-height: 1.55;
}
.admission-band .admission-grid article:hover {
  border-color: rgba(255, 255, 255, 0.36);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.23), rgba(255, 255, 255, 0.12));
  transform: translateY(-3px);
  box-shadow: none;
}
.admission-band .admission-grid article:hover::after { transform: scale(1.18) rotate(10deg); }
.admission-grid article {
  min-height: 150px;
  padding: 24px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
}
.admission-grid strong, .admission-grid span {
  display: block;
}
.admission-grid span {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.76);
}
.admission-grid.large article {
  background: var(--blue);
  color: var(--white);
}

.news-preview {
  background: var(--light);
  max-width: none;
}
.news-preview > * {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.news-grid article {
  padding: 24px;
}
.news-grid small {
  color: var(--blue-2);
  font-weight: 800;
}

.page-hero {
  padding: clamp(70px, 9vw, 120px) max(20px, calc((100vw - 1180px) / 2));
  background: linear-gradient(135deg, #eef6ff, #ffffff);
}
.page-hero-media {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.78fr);
  gap: clamp(30px, 5vw, 78px);
  align-items: center;
  overflow: hidden;
}
.page-hero p {
  max-width: 780px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}
.page-hero h1 {
  max-width: 880px;
  color: var(--blue);
}
.hero-media {
  position: relative;
  min-height: 360px;
}
.hero-media::before {
  content: "";
  position: absolute;
  inset: 34px -22px -20px 36px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(8, 212, 143, 0.18), rgba(0, 105, 201, 0.14));
  animation: heroGlow 6s ease-in-out infinite;
}
.hero-media img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 330px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: var(--shadow);
  animation: mediaFloat 7s ease-in-out infinite;
}
.motion-chip {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  border: 1px solid rgba(219, 229, 239, 0.86);
  border-radius: 999px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--blue);
  box-shadow: 0 14px 34px rgba(6, 63, 143, 0.14);
  font-size: 0.86rem;
  font-weight: 900;
  backdrop-filter: blur(12px);
  animation: chipFloat 5.8s ease-in-out infinite;
}
.chip-a { top: 26px; left: -10px; }
.chip-b { right: -16px; top: 45%; animation-delay: -1.7s; }
.chip-c { left: 42px; bottom: 6px; animation-delay: -3.1s; }
.orbit-dot {
  position: absolute;
  z-index: 1;
  right: 18px;
  bottom: 18px;
  width: 74px;
  height: 74px;
  border: 14px solid rgba(255, 200, 69, 0.72);
  border-radius: 50%;
  animation: orbitPulse 4.8s ease-in-out infinite;
}
.courses-motion .orbit-dot { border-color: rgba(8, 212, 143, 0.62); }
.about-motion .orbit-dot { border-color: rgba(0, 105, 201, 0.36); }
.admission-motion .orbit-dot { border-color: rgba(8, 212, 143, 0.62); }
.scholarship-motion .orbit-dot { border-color: rgba(255, 200, 69, 0.74); }
.news-motion .orbit-dot { border-color: rgba(217, 54, 74, 0.42); }
.contact-motion .orbit-dot { border-color: rgba(8, 212, 143, 0.58); }
.course-detail-motion .orbit-dot { border-color: rgba(8, 212, 143, 0.62); }

@keyframes mediaFloat {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
  50% { transform: translate3d(0, -12px, 0) rotate(0.6deg); }
}
@keyframes chipFloat {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -10px, 0); }
}
@keyframes heroGlow {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); opacity: 0.9; }
  50% { transform: translate3d(-10px, 8px, 0) scale(1.03); opacity: 1; }
}
@keyframes orbitPulse {
  0%, 100% { transform: scale(1); opacity: 0.75; }
  50% { transform: scale(1.14); opacity: 0.42; }
}

.catalog-section {
  position: relative;
  max-width: none;
  padding-left: max(20px, calc((100vw - 1180px) / 2));
  padding-right: max(20px, calc((100vw - 1180px) / 2));
  background:
    linear-gradient(145deg, rgba(6, 63, 143, 0.08), rgba(8, 212, 143, 0.06)),
    #f2f7fb;
  overflow: hidden;
}
.catalog-section::before,
.catalog-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
}
.catalog-section::before {
  width: 360px;
  height: 360px;
  right: -120px;
  top: 70px;
  background: rgba(8, 212, 143, 0.16);
  animation: sectionBlob 9s ease-in-out infinite;
}
.catalog-section::after {
  width: 260px;
  height: 260px;
  left: -90px;
  bottom: 70px;
  background: rgba(255, 200, 69, 0.2);
  animation: sectionBlob 11s ease-in-out infinite reverse;
}
.catalog-intro,
.filter-tabs,
.catalog {
  position: relative;
  z-index: 2;
}
.catalog-intro {
  max-width: 760px;
  margin-bottom: 26px;
}
.catalog-intro h2 {
  color: var(--blue);
}
.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 32px;
  padding: 10px;
  border: 1px solid rgba(219, 229, 239, 0.78);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 50px rgba(6, 63, 143, 0.09);
  backdrop-filter: blur(14px);
}
.filter-tabs button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(219, 229, 239, 0.9);
  border-radius: 8px;
  background: var(--white);
  color: var(--blue);
  padding: 0 18px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(6, 63, 143, 0.05);
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}
.filter-tabs button span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(8, 212, 143, 0.13);
}
.filter-tabs button.active {
  background: var(--blue);
  color: var(--white);
  box-shadow: 0 14px 30px rgba(6, 63, 143, 0.22);
  transform: translateY(-2px);
}
.filter-tabs button:hover {
  transform: translateY(-2px);
}
.catalog {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.catalog-card {
  position: relative;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  min-height: 294px;
  overflow: hidden;
  border: 1px solid rgba(219, 229, 239, 0.8);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 22px 54px rgba(6, 63, 143, 0.12);
  isolation: isolate;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}
.catalog-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, rgba(8, 212, 143, 0.14), transparent 42%);
  opacity: 0.9;
}
.catalog-card::after {
  content: "";
  position: absolute;
  right: -58px;
  bottom: -58px;
  width: 150px;
  height: 150px;
  border: 28px solid rgba(6, 63, 143, 0.08);
  border-radius: 50%;
  transition: transform 260ms ease;
}
.catalog-card:hover {
  transform: translateY(-7px);
  border-color: rgba(8, 212, 143, 0.55);
  box-shadow: 0 30px 70px rgba(6, 63, 143, 0.18);
}
.catalog-card:hover::after {
  transform: scale(1.18);
}
.catalog-card img {
  width: 100%;
  height: 100%;
  min-height: 294px;
  object-fit: cover;
  clip-path: polygon(0 0, 100% 0, 86% 100%, 0% 100%);
  transition: transform 420ms ease, filter 420ms ease;
}
.catalog-card:hover img {
  transform: scale(1.06);
  filter: saturate(1.08);
}
.catalog-card-body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 28px 28px 28px 12px;
}
.catalog-card h2 {
  margin-bottom: 14px;
  max-width: 100%;
  font-size: clamp(1.7rem, 2.45vw, 2.65rem);
  line-height: 1.02;
  overflow-wrap: anywhere;
}
.catalog-card p {
  max-width: 540px;
}
.catalog-card a {
  width: fit-content;
  min-height: 42px;
  align-items: center;
  border-radius: 8px;
  padding: 0 14px;
  background: rgba(6, 63, 143, 0.08);
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}
.catalog-card a:hover {
  background: var(--blue);
  color: var(--white);
  transform: translateX(3px);
}
.area-saude::before { background: linear-gradient(135deg, rgba(8, 212, 143, 0.18), transparent 44%); }
.area-tecnologia::before { background: linear-gradient(135deg, rgba(0, 105, 201, 0.17), transparent 44%); }
.area-negocios::before { background: linear-gradient(135deg, rgba(255, 200, 69, 0.22), transparent 44%); }
.area-humanas::before { background: linear-gradient(135deg, rgba(112, 176, 64, 0.16), transparent 44%); }
.area-educacao::before { background: linear-gradient(135deg, rgba(255, 200, 69, 0.2), transparent 44%); }
.area-agrarias::before { background: linear-gradient(135deg, rgba(112, 176, 64, 0.22), transparent 44%); }
.area-saude span { color: #008b65; }
.area-tecnologia span { color: var(--blue-2); }
.area-negocios span { color: #b16b00; }
.area-humanas span { color: var(--green); }
.area-educacao span { color: #9a6500; }
.area-agrarias span { color: #417d25; }

@keyframes sectionBlob {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(-18px, 14px, 0) scale(1.08); }
}

.course-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: clamp(54px, 7vw, 90px) max(20px, calc((100vw - 1180px) / 2));
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 18%, rgba(8, 212, 143, 0.26), transparent 24%),
    radial-gradient(circle at 10% 88%, rgba(255, 200, 69, 0.18), transparent 28%),
    linear-gradient(135deg, #052e72, #064da8 54%, #087f78);
  color: var(--white);
}
.course-hero::after {
  content: "";
  position: absolute;
  left: -110px;
  bottom: -120px;
  width: 340px;
  height: 340px;
  border: 56px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  animation: orbitPulse 7s ease-in-out infinite;
}
.course-hero-copy {
  position: relative;
  z-index: 2;
}
.course-hero p {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
}
.course-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.course-hero-tags span {
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.9rem;
  font-weight: 850;
  backdrop-filter: blur(12px);
}
.course-hero img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.course-hero .hero-media {
  min-height: 390px;
}
.course-hero .hero-media img {
  height: 370px;
  aspect-ratio: auto;
  border-radius: 18px;
}
.course-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1180px;
  margin: -34px auto 0;
  padding: 0 20px;
  gap: 12px;
  position: relative;
}
.course-summary div {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 5px;
  padding: 22px;
  border: 1px solid rgba(219, 229, 239, 0.78);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 48px rgba(6, 63, 143, 0.14);
  transition: transform 220ms ease, box-shadow 220ms ease;
}
.course-summary div::after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 82px;
  height: 82px;
  border: 16px solid rgba(8, 212, 143, 0.13);
  border-radius: 50%;
}
.course-summary div:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 62px rgba(6, 63, 143, 0.18);
}
.course-summary strong { color: var(--blue); font-size: 1.35rem; }
.course-summary span { color: var(--muted); }
.document-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(350px, 400px);
  gap: clamp(32px, 6vw, 72px);
  align-items: start;
}
.course-page main { background: linear-gradient(180deg, #ffffff 0, #f7faff 35%, #ffffff 100%); }
.course-page .course-hero { background: var(--white); }
.course-section-nav {
  position: sticky;
  top: 68px;
  z-index: 35;
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 12px max(20px, calc((100vw - 1180px) / 2));
  overflow-x: auto;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 30px rgba(6, 63, 143, 0.07);
  backdrop-filter: blur(12px);
}
.course-section-nav a {
  flex: 0 0 auto;
  padding: 9px 14px;
  border-radius: 999px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 800;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}
.course-section-nav a:hover { transform: translateY(-2px); background: var(--blue); color: var(--white); }
.course-page .document-content { padding-top: clamp(52px, 7vw, 88px); }
.course-page .document-content > article {
  max-width: none;
  padding: clamp(26px, 4vw, 48px);
  border: 1px solid rgba(219, 229, 239, 0.9);
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 22px 55px rgba(6, 63, 143, 0.09);
}
.course-page .document-content article > h2 {
  position: relative;
  padding: 0 0 15px 22px;
  scroll-margin-top: 90px;
  border-bottom: 1px solid var(--line);
}
.course-page .document-content article > h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.12em;
  width: 6px;
  height: 0.9em;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--green), var(--blue));
}
.course-page .document-content article > p { font-size: 0.98rem; }
.course-page .document-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  list-style: none;
}
.course-page .document-list li {
  position: relative;
  padding: 16px 16px 16px 42px;
  border: 1px solid rgba(219, 229, 239, 0.85);
  border-radius: 12px;
  background: #fbfdff;
}
.course-page .document-list li::before {
  content: "✓";
  position: absolute;
  left: 16px;
  top: 16px;
  color: var(--green);
  font-weight: 900;
}
.course-page .course-sidebar { position: static; align-self: start; }
.course-page .course-sidebar > * { scroll-margin-top: 90px; }
.course-page .course-facts,
.course-page .coordinator-card { transition: transform 220ms ease, box-shadow 220ms ease; }
.course-page .course-facts:hover,
.course-page .coordinator-card:hover { transform: translateY(-4px); box-shadow: 0 30px 68px rgba(6, 63, 143, 0.16); }
.document-content article { max-width: 780px; }
.document-content article > h2 {
  margin-top: 48px;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}
.document-content article > h2:first-of-type { margin-top: 0; }
.document-content article h3 {
  margin-top: 32px;
  color: var(--blue);
  font-size: 1.35rem;
}
.document-content article p,
.document-list li,
.coordinator-card p {
  color: var(--muted);
  line-height: 1.75;
}
.document-list {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding-left: 22px;
}
.document-list li::marker { color: var(--green); }
.course-sidebar { display: grid; gap: 24px; }
.course-facts {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 16px 36px rgba(6, 63, 143, 0.08);
}
.course-facts h2 { margin-bottom: 20px; font-size: 1.8rem; }
.course-facts-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.course-facts-grid div {
  display: grid;
  gap: 4px;
  padding: 13px;
  border-radius: 10px;
  background: rgba(6, 63, 143, 0.055);
}
.course-facts-grid span, .course-hours span { color: var(--muted); font-size: 0.75rem; }
.course-facts-grid strong { color: var(--blue); font-size: 0.95rem; }
.course-hours { display: flex; align-items: center; gap: 12px; margin: 18px 0 0; }
.course-hours strong { color: var(--green); font-size: 1.35rem; }
.coordinator-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(6, 63, 143, 0.12);
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 28px 65px rgba(6, 63, 143, 0.17);
}
.coordinator-cover {
  position: relative;
  display: flex;
  min-height: 126px;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 22px;
  background: linear-gradient(135deg, var(--blue), #0877bd 62%, var(--green));
}
.coordinator-cover::before,
.coordinator-cover::after {
  content: "";
  position: absolute;
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
}
.coordinator-cover::before { width: 150px; height: 150px; left: -45px; top: -70px; }
.coordinator-cover::after { width: 84px; height: 84px; right: -20px; bottom: -45px; }
.coordinator-cover span {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.coordinator-profile { padding: 28px 28px 30px; }
.coordinator-profile h2 {
  margin-bottom: 9px;
  font-size: 1.7rem;
  line-height: 1.12;
}
.coordinator-profile .coordinator-role {
  margin: 0 0 18px;
  color: var(--blue);
  font-weight: 800;
}
.coordinator-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 22px 0;
}
.coordinator-metrics div {
  display: grid;
  gap: 3px;
  padding: 14px;
  border-left: 3px solid var(--green);
  border-radius: 8px;
  background: rgba(8, 212, 143, 0.07);
}
.coordinator-metrics strong { color: var(--blue); font-size: 1.55rem; line-height: 1; }
.coordinator-metrics span { color: var(--muted); font-size: 0.72rem; line-height: 1.3; }
.coordinator-intro { font-size: 0.94rem; }
.coordinator-credentials { display: grid; gap: 10px; margin-top: 20px; }
.coordinator-credentials div { padding: 13px 14px; border: 1px solid var(--line); border-radius: 10px; }
.coordinator-credentials span { color: var(--green); font-size: 0.7rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.coordinator-credentials p { margin: 4px 0 0; font-size: 0.84rem; line-height: 1.45; }
.coordinator-highlights {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.coordinator-highlights li {
  position: relative;
  padding: 11px 12px 11px 34px;
  border-radius: 8px;
  background: rgba(6, 63, 143, 0.06);
  color: var(--blue);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.4;
}
.coordinator-highlights li::before {
  content: "•";
  position: absolute;
  left: 12px;
  color: var(--green);
  font-weight: 900;
}
.coordinator-message {
  margin: 22px 0 0;
  padding: 17px 18px;
  border-radius: 0 12px 12px 0;
  border-left: 4px solid var(--yellow);
  background: linear-gradient(90deg, rgba(255, 200, 69, 0.16), rgba(255, 200, 69, 0.04));
  color: var(--blue) !important;
  font-size: 0.92rem;
  font-weight: 800;
}
.agro-objectives { display: grid; gap: 14px; margin-top: 24px; }
.agro-objectives section {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(6, 63, 143, 0.06);
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.agro-objectives section:hover { transform: translateY(-3px); box-shadow: 0 18px 38px rgba(6, 63, 143, 0.11); }
.agro-objectives section > span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 12px;
  background: rgba(112, 176, 64, 0.14);
  color: #417d25;
  font-size: 0.8rem;
  font-weight: 900;
}
.document-content .agro-objectives h3 { margin: 0 0 6px; font-size: 1.05rem; }
.agro-objectives p { margin: 0; font-size: 0.93rem; }
.agro-overview {
  overflow: hidden;
  border: 1px solid rgba(65, 125, 37, 0.2);
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 28px 65px rgba(32, 92, 28, 0.15);
}
.agro-overview-top {
  padding: 32px 28px;
  background: linear-gradient(145deg, #173f2b, #397f34 65%, #70b040);
  color: var(--white);
}
.agro-overview-top .eyebrow { color: #d8f29c; }
.agro-overview-top h2 { margin: 8px 0 12px; color: var(--white); font-size: 2rem; line-height: 1.1; }
.agro-overview-top p:last-child { margin: 0; color: rgba(255, 255, 255, 0.82); line-height: 1.6; }
.agro-pillars { display: grid; gap: 0; padding: 12px 26px; }
.agro-pillars div { position: relative; padding: 18px 0 18px 54px; border-bottom: 1px solid var(--line); }
.agro-pillars div:last-child { border-bottom: 0; }
.agro-pillars span {
  position: absolute;
  left: 0;
  top: 20px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: rgba(112, 176, 64, 0.13);
  color: #417d25;
  font-size: 0.72rem;
  font-weight: 900;
}
.agro-pillars strong { color: var(--blue); }
.agro-pillars p { margin: 4px 0 0; color: var(--muted); font-size: 0.84rem; line-height: 1.45; }
.agro-leader {
  position: relative;
  margin: 6px 20px 22px;
  padding: 24px 22px;
  overflow: hidden;
  border: 1px solid rgba(6, 63, 143, 0.12);
  border-radius: 16px;
  background: linear-gradient(145deg, #f7fbff, #ffffff);
  box-shadow: 0 14px 34px rgba(6, 63, 143, 0.08);
}
.agro-leader::after {
  content: "";
  position: absolute;
  right: -34px;
  top: -34px;
  width: 92px;
  height: 92px;
  border: 18px solid rgba(112, 176, 64, 0.1);
  border-radius: 50%;
}
.agro-leader h2 { position: relative; z-index: 1; margin: 8px 0; color: var(--blue); font-size: 1.55rem; line-height: 1.15; }
.agro-leader .agro-leader-title { margin: 0 0 15px; color: #417d25; font-size: 0.88rem; font-weight: 800; line-height: 1.4; }
.agro-leader > p:not(.eyebrow):not(.agro-leader-title) { color: var(--muted); font-size: 0.86rem; line-height: 1.6; }
.agro-leader-expertise { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.agro-leader-expertise span {
  padding: 7px 9px;
  border-radius: 999px;
  background: rgba(112, 176, 64, 0.12);
  color: #356d1e;
  font-size: 0.7rem;
  font-weight: 800;
}
.agro-facts h2 { font-size: 1.55rem; line-height: 1.2; }
.agro-facts-note { margin: 18px 0 0; color: var(--muted); font-size: 0.86rem; line-height: 1.55; }
.coordinator-card .agro-leader-expertise { margin: 20px 0 0; }
.agro-sidebar-action { width: 100%; }
.agro-leader-history { margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); }
.agro-leader-history strong { color: var(--blue); font-size: 0.86rem; }
.agro-leader-history ul { display: grid; gap: 8px; margin: 12px 0 0; padding-left: 18px; }
.agro-leader-history li { color: var(--muted); font-size: 0.8rem; line-height: 1.45; }
.agro-leader-history li::marker { color: var(--green); }
.agro-contact { margin: 0 20px 22px; padding: 20px; border-radius: 14px; background: rgba(255, 200, 69, 0.14); }
.agro-contact strong { color: var(--blue); }
.agro-contact p { margin: 8px 0 16px; color: var(--muted); font-size: 0.86rem; line-height: 1.5; }
.agro-contact .btn { width: 100%; }
.student-portal-hero,
.candidate-hero,
.postgrad-hero {
  min-height: 470px;
  padding: clamp(80px, 10vw, 130px) max(20px, calc((100vw - 1180px) / 2));
  background: radial-gradient(circle at 82% 20%, rgba(112,176,64,.3), transparent 25%), linear-gradient(135deg, #061f49, var(--blue) 65%, #164e46);
  color: var(--white);
}
.student-portal-hero > div,
.candidate-hero > div,
.postgrad-hero > div { max-width: 760px; }
.student-portal-hero h1,
.candidate-hero h1,
.postgrad-hero h1 { margin: 10px 0 18px; color: var(--white); font-size: clamp(2.5rem, 5vw, 5rem); line-height: .98; }
.student-portal-hero p:not(.eyebrow),
.candidate-hero p:not(.eyebrow),
.postgrad-hero p:not(.eyebrow) { max-width: 690px; color: rgba(255,255,255,.82); font-size: 1.08rem; line-height: 1.7; }
.student-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.student-service {
  display: flex;
  min-height: 235px;
  flex-direction: column;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 16px 38px rgba(6,63,143,.08);
  transition: transform 200ms ease, box-shadow 200ms ease;
}
a.student-service:hover { transform: translateY(-5px); box-shadow: 0 24px 48px rgba(6,63,143,.14); }
.student-service > span { color: var(--green); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.student-service strong { margin: 12px 0 8px; color: var(--blue); font-size: 1.25rem; }
.student-service p { color: var(--muted); line-height: 1.55; }
.student-service em { margin-top: auto; color: var(--blue); font-size: .82rem; font-style: normal; font-weight: 800; }
.student-service.featured { border-top: 5px solid var(--green); }
.candidate-grid,
.postgrad-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.postgrad-grid { grid-template-columns: repeat(3, 1fr); }
.candidate-grid > *,
.postgrad-grid article { padding: 25px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: 0 15px 35px rgba(6,63,143,.08); }
.candidate-grid span,
.postgrad-grid span { color: var(--green); font-size: .75rem; font-weight: 900; text-transform: uppercase; }
.candidate-grid strong,
.postgrad-grid strong { display: block; margin: 12px 0 8px; color: var(--blue); font-size: 1.15rem; }
.candidate-grid p,
.postgrad-grid p { color: var(--muted); font-size: .9rem; line-height: 1.55; }
.candidate-wait { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 70px; border-radius: 22px; background: rgba(255,200,69,.14); }
.candidate-wait > div { max-width: 720px; }
.candidate-wait h2 { margin: 8px 0; font-size: clamp(1.8rem,3vw,2.7rem); }
.candidate-wait p { color: var(--muted); line-height: 1.6; }
.compact-footer .footer-main { padding-top: 45px; padding-bottom: 45px; }
.institutional-quote { background: linear-gradient(135deg, rgba(255,200,69,.2), rgba(112,176,64,.1)) !important; }
.institutional-quote span { color: var(--blue) !important; font-size: 1.05rem; font-weight: 800; }
.course-content {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 34px;
  align-items: start;
}
.course-content::before {
  content: "";
  position: absolute;
  inset: 40px 20px;
  z-index: -1;
  border-radius: 28px;
  background:
    radial-gradient(circle at 14% 20%, rgba(8, 212, 143, 0.12), transparent 26%),
    radial-gradient(circle at 90% 10%, rgba(255, 200, 69, 0.18), transparent 24%);
}
.check-list {
  display: grid;
  gap: 10px;
  padding: 0;
  list-style: none;
}
.check-list li {
  position: relative;
  padding: 14px 16px 14px 44px;
  border: 1px solid rgba(219, 229, 239, 0.84);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 12px 30px rgba(6, 63, 143, 0.06);
  font-weight: 700;
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 18px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(8, 212, 143, 0.12);
}
.info-card {
  position: sticky;
  top: 100px;
  overflow: hidden;
  padding: 26px;
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(6, 63, 143, 0.08), rgba(8, 212, 143, 0.08)),
    rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 58px rgba(6, 63, 143, 0.14);
}
.info-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 130px;
  height: 130px;
  border: 26px solid rgba(255, 200, 69, 0.22);
  border-radius: 50%;
}
.info-card .btn {
  position: relative;
  z-index: 2;
}
.matrix {
  position: relative;
  max-width: none;
  overflow: hidden;
  padding-left: max(20px, calc((100vw - 1180px) / 2));
  padding-right: max(20px, calc((100vw - 1180px) / 2));
  background:
    radial-gradient(circle at 90% 16%, rgba(8, 212, 143, 0.16), transparent 26%),
    radial-gradient(circle at 8% 88%, rgba(255, 200, 69, 0.18), transparent 28%),
    linear-gradient(145deg, #f3f8fb, #ffffff 52%, #eefaf5);
}
.matrix::after {
  content: "";
  position: absolute;
  right: -90px;
  top: 70px;
  width: 280px;
  height: 280px;
  border: 48px solid rgba(6, 63, 143, 0.05);
  border-radius: 50%;
  animation: orbitPulse 7s ease-in-out infinite;
}
.matrix-heading {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.58fr);
  gap: 32px;
  align-items: end;
  max-width: 1180px;
  margin: 0 auto 34px;
}
.matrix-heading p:last-child {
  color: var(--muted);
  line-height: 1.7;
}
.matrix-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 24px;
  max-width: 1180px;
  margin: auto;
}
.matrix-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.matrix-track::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 52px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--yellow), var(--blue-2));
  opacity: 0.62;
}
.matrix-track article {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  border: 1px solid rgba(219, 229, 239, 0.78);
  border-radius: 18px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 22px 54px rgba(6, 63, 143, 0.1);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}
.matrix-track article::after {
  content: "";
  position: absolute;
  right: -38px;
  bottom: -38px;
  width: 112px;
  height: 112px;
  border: 22px solid rgba(8, 212, 143, 0.12);
  border-radius: 50%;
}
.matrix-track article:hover {
  transform: translateY(-7px);
  border-color: rgba(8, 212, 143, 0.52);
  box-shadow: 0 30px 70px rgba(6, 63, 143, 0.16);
}
.matrix-step {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 36px;
  place-items: center;
  border-radius: 16px;
  background: var(--blue);
  color: var(--green);
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(6, 63, 143, 0.18);
}
.matrix-track strong {
  display: block;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 1.4rem;
}
.matrix-track p {
  color: var(--muted);
  line-height: 1.6;
}
.matrix-track ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.matrix-track li {
  border-radius: 999px;
  padding: 8px 10px;
  background: rgba(6, 63, 143, 0.07);
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 850;
}
.matrix-panel {
  position: sticky;
  top: 100px;
  min-height: 310px;
  overflow: hidden;
  border-radius: 22px;
  padding: 28px;
  background:
    radial-gradient(circle at 90% 12%, rgba(255, 200, 69, 0.24), transparent 28%),
    linear-gradient(145deg, var(--blue), var(--green));
  color: var(--white);
  box-shadow: 0 28px 70px rgba(6, 63, 143, 0.18);
}
.matrix-panel::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -48px;
  width: 150px;
  height: 150px;
  border: 28px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}
.matrix-panel span,
.matrix-panel small {
  font-weight: 900;
}
.matrix-panel strong {
  display: block;
  margin: 12px 0;
  color: var(--yellow);
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 0.9;
}
.matrix-panel p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}
.matrix-panel div {
  display: grid;
  gap: 9px;
  margin-top: 22px;
}
.matrix-panel small {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.1);
}

.course-highlights,
.course-career,
.course-final-cta {
  position: relative;
  max-width: none;
  padding: clamp(62px, 8vw, 104px) max(20px, calc((100vw - 1180px) / 2));
  overflow: hidden;
}
.course-highlights {
  background:
    radial-gradient(circle at 92% 16%, rgba(8, 212, 143, 0.14), transparent 25%),
    #f3f8fb;
}
.highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.highlight-grid article {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  border: 1px solid rgba(219, 229, 239, 0.8);
  border-radius: 18px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 22px 54px rgba(6, 63, 143, 0.1);
  transition: transform 220ms ease, box-shadow 220ms ease;
}
.highlight-grid article:hover {
  transform: translateY(-7px);
  box-shadow: 0 30px 70px rgba(6, 63, 143, 0.16);
}
.highlight-grid article::after {
  content: "";
  position: absolute;
  right: -44px;
  bottom: -44px;
  width: 128px;
  height: 128px;
  border: 26px solid rgba(8, 212, 143, 0.12);
  border-radius: 50%;
}
.highlight-grid span {
  display: inline-flex;
  margin-bottom: 42px;
  color: var(--green);
  font-weight: 900;
}
.highlight-grid strong {
  display: block;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 1.28rem;
}
.highlight-grid p {
  color: var(--muted);
  line-height: 1.65;
}
.course-career {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.9fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  background:
    radial-gradient(circle at 10% 20%, rgba(255, 200, 69, 0.16), transparent 28%),
    #ffffff;
}
.course-career p {
  color: var(--muted);
  line-height: 1.7;
}
.career-paths {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.career-paths span {
  min-height: 74px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(219, 229, 239, 0.82);
  border-radius: 14px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--blue);
  box-shadow: 0 16px 38px rgba(6, 63, 143, 0.08);
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.career-paths span:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 54px rgba(6, 63, 143, 0.13);
}
.course-final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background:
    radial-gradient(circle at 86% 20%, rgba(255, 200, 69, 0.18), transparent 26%),
    linear-gradient(135deg, #052e72, #087f78);
  color: var(--white);
}
.course-final-cta .eyebrow {
  color: var(--yellow);
}
.course-final-cta p {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}

.values, .contact-options {
  display: grid;
  gap: 14px;
}
.values article, .contact-options article {
  padding: 24px;
}
.values strong, .values span, .contact-options strong, .contact-options span {
  display: block;
}
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.7fr);
  gap: 28px;
  align-items: start;
}
.contact-form {
  display: grid;
  gap: 14px;
  padding: 24px;
}
.contact-form label {
  display: grid;
  gap: 7px;
  font-weight: 800;
}
.contact-form input, .contact-form select {
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 12px;
  font: inherit;
}

.scholarship-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.82fr);
  gap: clamp(32px, 5vw, 84px);
  align-items: center;
  min-height: 620px;
  padding: clamp(64px, 8vw, 112px) max(20px, calc((100vw - 1180px) / 2));
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 22%, rgba(255, 200, 69, 0.28), transparent 24%),
    radial-gradient(circle at 12% 72%, rgba(8, 212, 143, 0.2), transparent 28%),
    linear-gradient(135deg, var(--blue), #2463BD 48%, var(--green));
  color: var(--white);
}
.scholarship-hero::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -120px;
  width: 360px;
  height: 360px;
  border: 58px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  animation: orbitPulse 7s ease-in-out infinite;
}
.scholarship-copy {
  position: relative;
  z-index: 2;
}
.scholarship-copy .eyebrow {
  color: var(--yellow);
}
.scholarship-copy h1 {
  max-width: 780px;
}
.scholarship-copy p {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.1rem;
  line-height: 1.7;
}
.scholarship-card-showcase {
  position: relative;
  z-index: 2;
  min-height: 430px;
}
.scholarship-card-showcase img {
  width: 100%;
  height: 390px;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 34px 90px rgba(0, 24, 67, 0.34);
  animation: mediaFloat 7s ease-in-out infinite;
}
.floating-note {
  position: absolute;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  border-radius: 999px;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--blue);
  box-shadow: 0 18px 44px rgba(0, 24, 67, 0.18);
  font-weight: 900;
  animation: chipFloat 5.5s ease-in-out infinite;
}
.note-a { top: 18px; right: 18px; }
.note-b { top: 48%; left: -18px; animation-delay: -1.4s; }
.note-c { right: 38px; bottom: 42px; animation-delay: -2.8s; }

.scholarship-types,
.scholarship-steps {
  position: relative;
  max-width: none;
  padding: clamp(62px, 8vw, 104px) max(20px, calc((100vw - 1180px) / 2));
  overflow: hidden;
}
.scholarship-types {
  background:
    radial-gradient(circle at 95% 20%, rgba(8, 212, 143, 0.14), transparent 24%),
    #f3f8fb;
}
.scholarship-grid,
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.scholarship-grid article,
.steps-grid article {
  position: relative;
  min-height: 230px;
  overflow: hidden;
  border: 1px solid rgba(219, 229, 239, 0.82);
  border-radius: 14px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 22px 54px rgba(6, 63, 143, 0.1);
  transition: transform 220ms ease, box-shadow 220ms ease;
}
.scholarship-grid article:hover,
.steps-grid article:hover {
  transform: translateY(-7px);
  box-shadow: 0 30px 70px rgba(6, 63, 143, 0.16);
}
.scholarship-grid article::after,
.steps-grid article::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 120px;
  height: 120px;
  border: 24px solid rgba(8, 212, 143, 0.12);
  border-radius: 50%;
}
.scholarship-icon,
.steps-grid span {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 28px;
  place-items: center;
  border-radius: 14px;
  background: var(--blue);
  color: var(--green);
  font-weight: 900;
}
.scholarship-grid strong,
.steps-grid strong {
  display: block;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 1.25rem;
}
.scholarship-grid p,
.steps-grid p {
  color: var(--muted);
  line-height: 1.6;
}

.scholarship-steps {
  background: linear-gradient(145deg, #ffffff, #eefaf5);
}


.about-story,
.contact-layout,
.admission-grid.large,
body:has(.page-hero) .course-grid,
main > .news-grid {
  position: relative;
  overflow: hidden;
}
.about-story::before,
.contact-layout::before,
.admission-grid.large::before,
body:has(.page-hero) .course-grid::before,
main > .news-grid::before {
  content: "";
  position: absolute;
  inset: 26px 20px;
  z-index: -1;
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 20%, rgba(8, 212, 143, 0.18), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(255, 200, 69, 0.22), transparent 24%),
    linear-gradient(135deg, rgba(6, 63, 143, 0.08), rgba(255, 255, 255, 0));
  animation: heroGlow 8s ease-in-out infinite;
}
.about-story {
  max-width: none;
  padding-left: max(20px, calc((100vw - 1180px) / 2));
  padding-right: max(20px, calc((100vw - 1180px) / 2));
}
.values article {
  position: relative;
  overflow: hidden;
  min-height: 128px;
  border: 1px solid rgba(219, 229, 239, 0.72);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 22px 54px rgba(6, 63, 143, 0.1);
  transition: transform 220ms ease, box-shadow 220ms ease;
}
.values article::after,
.contact-options article::after,
body:has(.page-hero) .course-card::after,
.news-grid article::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -34px;
  width: 94px;
  height: 94px;
  border: 18px solid rgba(8, 212, 143, 0.13);
  border-radius: 50%;
}
.values article:hover,
.contact-options article:hover,
body:has(.page-hero) .course-card:hover,
.news-grid article:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 62px rgba(6, 63, 143, 0.16);
}
.values strong,
.contact-options strong {
  color: var(--blue);
  font-size: 1.2rem;
}
.values article:nth-child(2)::after { border-color: rgba(255, 200, 69, 0.2); }
.values article:nth-child(3)::after { border-color: rgba(217, 54, 74, 0.14); }

.admission-grid.large,
body:has(.page-hero) .course-grid,
main > .news-grid,
.contact-layout {
  max-width: none;
  padding-left: max(20px, calc((100vw - 1180px) / 2));
  padding-right: max(20px, calc((100vw - 1180px) / 2));
  background: linear-gradient(145deg, #f2f7fb, #ffffff 58%, #eefaf5);
}
.admission-grid.large article {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(135deg, var(--blue), #0758bd);
  box-shadow: 0 22px 54px rgba(6, 63, 143, 0.16);
  transition: transform 220ms ease, box-shadow 220ms ease;
}
.admission-grid.large article::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -34px;
  width: 110px;
  height: 110px;
  border: 22px solid rgba(8, 212, 143, 0.2);
  border-radius: 50%;
}
.admission-grid.large article:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 70px rgba(6, 63, 143, 0.22);
}
body:has(.page-hero) .course-grid .course-card,
main > .news-grid article,
.contact-options article,
.contact-form {
  position: relative;
  overflow: hidden;
  border-color: rgba(219, 229, 239, 0.78);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 22px 54px rgba(6, 63, 143, 0.1);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.footer {
  position: relative;
  overflow: hidden;
  padding: 0 max(20px, calc((100vw - 1180px) / 2));
  background:
    radial-gradient(circle at 82% 12%, rgba(8, 212, 143, 0.2), transparent 25%),
    radial-gradient(circle at 8% 88%, rgba(255, 200, 69, 0.16), transparent 28%),
    linear-gradient(135deg, #061936, #08285a 52%, #053f55);
  color: rgba(255, 255, 255, 0.74);
}
.footer::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -130px;
  width: 360px;
  height: 360px;
  border: 58px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  animation: orbitPulse 8s ease-in-out infinite;
}
.footer-main {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) 0.62fr 0.72fr minmax(280px, 0.9fr);
  gap: clamp(24px, 4vw, 56px);
  padding: clamp(48px, 6vw, 72px) 0 30px;
}
.footer-brand-block img {
  width: min(250px, 78vw);
  height: 112px;
  margin-bottom: 22px;
  padding: 0;
  background: transparent;
  object-fit: contain;
}
.footer-brand-block p,
.footer-contact-card p {
  margin-bottom: 20px;
  line-height: 1.7;
}
.footer-social {
  display: flex;
  gap: 10px;
}
.footer-social a {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 900;
  transition: transform 180ms ease, background 180ms ease;
}
.footer-social a:hover {
  transform: translateY(-3px);
  background: rgba(8, 212, 143, 0.22);
}
.footer-links strong,
.footer-contact-card span {
  display: block;
  margin-bottom: 16px;
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}
.footer-links {
  text-align: center;
}
.footer-links a {
  display: block;
  width: fit-content;
  margin: 11px auto;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 750;
  transition: color 180ms ease, transform 180ms ease;
}
.footer-links a:hover {
  color: var(--white);
  transform: translateX(4px);
}
.footer-contact-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 28px 70px rgba(0, 24, 67, 0.24);
  backdrop-filter: blur(14px);
}
.footer-contact-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 130px;
  height: 130px;
  border: 26px solid rgba(255, 200, 69, 0.16);
  border-radius: 50%;
}
.footer-contact-card strong {
  position: relative;
  z-index: 2;
  display: block;
  margin-bottom: 10px;
  color: var(--white);
  font-size: 1.55rem;
}
.footer-contact-card .btn {
  position: relative;
  z-index: 2;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.footer-contact-card .btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(8, 212, 143, 0.28);
}
.footer-contact-card .btn:active {
  transform: translateY(-1px);
}
.maintenance-page {
  min-height: 70vh;
  padding: clamp(56px, 7vw, 96px) max(20px, calc((100vw - 1180px) / 2));
  background: linear-gradient(145deg, #f4f8fb, #eef7f3);
}
.maintenance-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1.28fr);
  gap: clamp(30px, 6vw, 76px);
  align-items: center;
}
.maintenance-copy h1 {
  margin: 8px 0 20px;
  color: var(--blue);
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 1;
}
.maintenance-copy > p:not(.eyebrow) {
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.75;
}
.maintenance-visual {
  overflow: hidden;
  border: 1px solid rgba(48, 112, 208, 0.16);
  border-radius: 24px;
  background: #061936;
  box-shadow: 0 28px 70px rgba(6, 31, 73, 0.2);
}
.maintenance-visual img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.footer-bottom {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
}
.footer-bottom p {
  margin: 0;
  line-height: 1.7;
}
.footer-bottom span {
  display: inline;
}
@media (max-width: 900px) {
  [data-course-carousel] .course-card { flex-basis: calc((100% - 18px) / 2); }
  .maintenance-shell { grid-template-columns: 1fr; }
  .menu-toggle { display: block; }
  .site-nav { padding: 0 20px; }
  .nav-links {
    position: absolute;
    top: 68px;
    left: 14px;
    right: 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
  }
  .nav-links.open { display: flex; }
  .nav-dropdown,
  .courses-link,
  .nav-trigger { width: 100%; }
  .nav-submenu {
    position: static;
    margin-top: 6px;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
  }
  .quick-access, .course-grid, .news-grid, .admission-grid, .catalog, .matrix-grid, .course-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .student-service-grid, .candidate-grid, .postgrad-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .course-section-nav { justify-content: flex-start; }
  .course-page .course-sidebar { position: static; }
  .quick-access {
    margin-top: -44px;
  }
  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .catalog-card {
    grid-template-columns: 1fr;
  }
  .catalog-card img {
    height: 230px;
    min-height: 230px;
    clip-path: none;
  }
  .catalog-card-body {
    padding: 24px;
  }
  .split, .course-hero, .course-content, .document-content, .contact-layout {
    grid-template-columns: 1fr;
  }
  .scholarship-hero {
    grid-template-columns: 1fr;
  }
  .scholarship-grid,
  .steps-grid,
  .highlight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .course-career {
    grid-template-columns: 1fr;
  }
  .matrix-heading,
  .matrix-layout {
    grid-template-columns: 1fr;
  }
  .matrix-panel {
    position: relative;
    top: auto;
  }
  .course-final-cta {
    align-items: flex-start;
    flex-direction: column;
  }
  .page-hero-media {
    grid-template-columns: 1fr;
  }
  .hero-media {
    min-height: 300px;
  }
  .hero-media img {
    height: 280px;
  }
}

@media (max-width: 640px) {
  [data-course-carousel] .course-card { flex-basis: 100%; }
  .topbar-inner {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  .hero, .hero img { min-height: 720px; height: 720px; }
  .hero::after { background: linear-gradient(180deg, rgba(6, 63, 143, 0.9), rgba(6, 63, 143, 0.62)); }
  .hero-overlay {
    top: 48%;
  }
  .hero-overlay h1 {
    font-size: clamp(2.25rem, 13vw, 3.65rem);
  }
  .quick-access, .course-grid, .news-grid, .admission-grid, .catalog, .matrix-grid, .course-summary {
    grid-template-columns: 1fr;
  }
  .student-service-grid, .candidate-grid, .postgrad-grid { grid-template-columns: 1fr; }
  .course-page .document-list { grid-template-columns: 1fr; }
  .course-page .document-content > article { padding: 24px 18px; border-radius: 16px; }
  .course-section-nav { padding-inline: 14px; }
  .candidate-wait { align-items: flex-start; flex-direction: column; }
  .feature-list { grid-template-columns: 1fr; }
  .admission-band .admission-grid { grid-template-columns: 1fr; }
  .quick-access {
    margin-top: -34px;
  }
  .footer-main {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    flex-direction: column;
  }
  .catalog-section {
    padding-top: 54px;
    padding-bottom: 64px;
  }
  .filter-tabs {
    width: 100%;
  }
  .filter-tabs button {
    flex: 1 1 140px;
  }
  .catalog-card h2 {
    font-size: clamp(1.65rem, 9vw, 2.25rem);
  }
  .section-head {
    display: block;
  }
  .scholarship-hero {
    min-height: auto;
  }
  .scholarship-card-showcase {
    min-height: 330px;
  }
  .scholarship-card-showcase img {
    height: 300px;
  }
  .scholarship-grid,
  .steps-grid,
  .highlight-grid,
  .career-paths {
    grid-template-columns: 1fr;
  }
  .course-hero-tags {
    display: grid;
  }
  .matrix-track {
    grid-template-columns: 1fr;
  }
  .matrix-track::before {
    top: 24px;
    bottom: 24px;
    left: 26px;
    right: auto;
    width: 3px;
    height: auto;
    background: linear-gradient(180deg, var(--green), var(--yellow), var(--blue-2));
  }
  .info-card {
    position: relative;
    top: auto;
  }
  .brand-logo {
    width: 150px;
  }
  .brand small { display: none; }
  .page-hero-media {
    padding-top: 52px;
  }
  .hero-media {
    min-height: 260px;
  }
  .hero-media img {
    height: 235px;
  }
  .chip-a { left: 8px; }
  .chip-b { right: 8px; }
  .chip-c { left: 18px; }
}

/* Course banners: one stable, consistent layout for every graduation page. */
.course-page .course-hero {
  grid-template-columns: minmax(0, 1fr) minmax(380px, .92fr);
  gap: clamp(38px, 6vw, 76px);
  min-height: 520px;
  padding: clamp(58px, 7vw, 82px) max(20px, calc((100vw - 1180px) / 2));
  background: radial-gradient(circle at 86% 12%, rgba(112,176,64,.28), transparent 25%), linear-gradient(135deg, #061f49, var(--blue) 62%, #164e46);
}
.course-page .course-hero-copy { max-width: 640px; }
.course-page .course-hero h1 {
  max-width: 620px;
  margin: 10px 0 18px;
  color: var(--white);
  font-size: clamp(2.65rem, 4.6vw, 4.7rem);
  line-height: .98;
  letter-spacing: -.04em;
}
.course-page .course-hero-copy > p:not(.eyebrow) { max-width: 610px; font-size: 1.05rem; }
.course-page .course-hero .hero-media {
  min-height: 0;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 24px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 30px 75px rgba(0,20,55,.3);
  backdrop-filter: blur(10px);
}
.course-page .course-hero .hero-media::before { inset: 26px -18px -18px 28px; border-radius: 24px; }
.course-page .course-hero .hero-media img {
  height: 360px;
  border: 0;
  border-radius: 16px;
  box-shadow: none;
  animation: none;
}
.course-page .course-hero-tags { margin-top: 22px; }
.course-page .course-hero-tags span { padding: 9px 12px; font-size: .82rem; }
@media (max-width: 900px) {
  .course-page .course-hero { grid-template-columns: 1fr; min-height: auto; }
  .course-page .course-hero-copy { max-width: 760px; }
  .course-page .course-hero .hero-media img { height: 320px; }
}
@media (max-width: 640px) {
  .course-page .course-hero { padding-top: 46px; padding-bottom: 54px; }
  .course-page .course-hero h1 { font-size: clamp(2.3rem, 12vw, 3.45rem); }
  .course-page .course-hero .hero-media { padding: 7px; border-radius: 18px; }
  .course-page .course-hero .hero-media img { height: 235px; border-radius: 12px; }
  .course-page .motion-chip { display: none; }
}

/* Course content: fewer boxes, clearer reading sections. */
.course-page .document-content > article {
  display: grid;
  gap: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.course-info-section {
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(219,229,239,.9);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 14px 36px rgba(6,63,143,.065);
}
.course-info-section:nth-child(even) { background: linear-gradient(145deg, #fbfdff, #f7fbf8); }
.course-info-section > .eyebrow { margin-bottom: 8px; }
.course-page .course-info-section > h2 {
  margin: 0 0 22px;
  padding: 0 0 15px;
  border-bottom: 1px solid var(--line);
  font-size: clamp(1.65rem, 2.6vw, 2.35rem);
}
.course-page .course-info-section > h2::before { display: none; }
.course-info-section > h3 { margin-top: 28px; }
.course-info-section > p { max-width: 760px; }
.course-page .course-info-section .document-list {
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 18px;
}
.course-page .course-info-section .document-list li {
  padding: 14px 10px 14px 34px;
  border: 0;
  border-bottom: 1px solid rgba(219,229,239,.8);
  border-radius: 0;
  background: transparent;
  line-height: 1.6;
}
.course-page .course-info-section .document-list li:last-child { border-bottom: 0; }
.course-page .course-info-section .document-list li::before { left: 8px; top: 14px; }
.course-page .agro-objectives { gap: 0; }
.course-page .agro-objectives section {
  padding: 18px 4px;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.course-page .agro-objectives section:last-child { border-bottom: 0; }
.course-page .agro-objectives section:hover { transform: none; box-shadow: none; }
@media (max-width: 640px) {
  .course-info-section { padding: 24px 18px; border-radius: 14px; }
  .course-page .course-info-section > h2 { font-size: 1.65rem; }
}

/* Institutional and course credentials. */
.institutional-credential { max-width: 510px; margin-top: 26px; color: #e5eef6; border-top: 1px solid #ffffff30; padding-top: 16px; }
.institutional-credential summary { display: flex; align-items: center; gap: 10px; cursor: pointer; list-style: none; font-size: .8rem; font-weight: 500; }
.institutional-credential summary::-webkit-details-marker, .course-ordinance summary::-webkit-details-marker { display: none; }
.institutional-credential svg { width: 21px; height: 24px; flex-shrink: 0; color: #a4d582; }
.credential-toggle { margin-left: auto; font-size: 1.2rem; font-weight: 400; }
.institutional-credential[open] .credential-toggle { transform: rotate(45deg); }
.institutional-credential > div { padding: 12px 0 0 31px; }
.institutional-credential strong { font-size: .76rem; font-weight: 500; }
.hero .institutional-credential p { margin: 5px 0 0; font-size: .74rem; line-height: 1.6; color: #d6e1ed; }
.hero:has(.institutional-credential) { display: grid; min-height: 690px; }
.hero:has(.institutional-credential) > img { position: absolute; inset: 0; height: 100%; }
.hero .hero-overlay:has(.institutional-credential) { position: relative; top: auto; left: auto; transform: none; align-self: center; margin: 0 0 0 max(20px, calc((100vw - 1180px) / 2)); padding: 55px 0 85px; }
.course-credentials { margin: -2px 0 20px; }
.course-credentials-meta { display: flex; flex-wrap: wrap; gap: 7px; }
.course-credentials .course-credentials-meta span { display: inline-block; padding: 4px 9px; border-radius: 5px; background: #edf3f6; color: #31516a; font-size: .72rem; font-weight: 600; letter-spacing: 0; text-transform: none; }
.course-credentials .course-code { display: block; margin-top: 9px; font-size: .72rem; color: #657487; }
.course-ordinance { margin-top: 7px; }
.course-ordinance summary { display: flex; align-items: center; gap: 6px; width: fit-content; cursor: pointer; list-style: none; font-size: .72rem; color: #466078; }
.course-ordinance summary::after { content: '+'; font-size: .95rem; }
.course-ordinance[open] summary::after { content: '−'; }
.course-credentials .course-ordinance p { margin: 8px 0 0; padding-left: 10px; border-left: 2px solid #9abb85; font-size: .73rem; line-height: 1.6; color: #56697a; }
.course-page .course-credentials .course-credentials-meta span { background: #ffffff14; color: #edf5fc; border: 1px solid #ffffff26; }
.course-page .course-credentials .course-code, .course-page .course-ordinance summary, .course-page .course-credentials .course-ordinance p { color: #d5e3ef; }
.institutional-credential summary:focus-visible, .course-ordinance summary:focus-visible { outline: 2px solid #8ebf65; outline-offset: 5px; border-radius: 3px; }
.footer-contact-card .contact-phone { display: block; margin: 10px 0; font-weight: 700; }
.contact-options article > a { display: inline-block; margin-top: 12px; }
.contact-options article > a[href^="tel:"] { display: block; font-weight: 700; }
@media (max-width: 640px) {
  .hero:has(.institutional-credential) { height: auto; min-height: 720px; }
  .hero .hero-overlay:has(.institutional-credential) { padding-top: 42px; padding-bottom: 75px; }
  .institutional-credential { margin-top: 22px; }
  .institutional-credential summary { font-size: .75rem; }
}
