@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
  --midnight: #07162c;
  --midnight-surface: #0c213f;
  --midnight-card: #0f274a;
  --cyan: #38bdf8;
  --cyan-deep: #0284c7;
  --ochre: #f59e0b;
  --ochre-hover: #d97706;
  --canvas: #f8fafc;
  --surface-white: #ffffff;
  --border-glass: rgba(255, 255, 255, 0.12);
  --border-light: #e2e8f0;
  --text-main: #0f172a;
  --text-muted: #64748b;
  --text-light: #94a3b8;
  --font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font-family);
  background-color: var(--canvas);
  color: var(--text-main);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.25s ease;
}

/* Top Live Notification Bar */
.top-banner {
  background: linear-gradient(90deg, #050f1e, #0c213f);
  color: #e2e8f0;
  padding: 0.6rem 1.5rem;
  font-size: 0.825rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  border-bottom: 1px solid var(--border-glass);
}

.top-pill {
  background: var(--ochre);
  color: #000;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.72rem;
  text-transform: uppercase;
}

/* Institutional Navigation */
header {
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border-light);
  z-index: 1000;
}

.nav-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0.85rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brand-wrapper {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.brand-logo-img {
  width: 44px;
  height: 44px;
}

.brand-names {
  display: flex;
  flex-direction: column;
}

.brand-names .site-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--midnight);
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.brand-names .site-motto {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--cyan-deep);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
}

.nav-links a {
  font-size: 0.925rem;
  font-weight: 600;
  color: var(--text-muted);
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--midnight);
}

/* Universal Button Design System */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.6rem;
  font-size: 0.925rem;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.2s ease, background 0.2s ease;
}

.btn:active {
  transform: scale(0.98);
}

.btn-primary {
  background: var(--midnight);
  color: #ffffff;
}

.btn-primary:hover {
  background: var(--midnight-surface);
  box-shadow: 0 4px 14px rgba(7, 22, 44, 0.25);
}

.btn-ochre {
  background: var(--ochre);
  color: #000;
}

.btn-ochre:hover {
  background: var(--ochre-hover);
  color: #fff;
  box-shadow: 0 4px 14px rgba(245, 158, 11, 0.3);
}

.btn-outline {
  border-color: var(--border-light);
  background: var(--surface-white);
  color: var(--text-main);
}

.btn-outline:hover {
  border-color: var(--midnight);
}

/* Sections */
section {
  padding: 5.5rem 2rem;
  max-width: 1280px;
  margin: 0 auto;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--cyan-deep);
  background: #e0f2fe;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 0.75rem;
}

.section-head {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 3.5rem;
}

.section-head h2 {
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--midnight);
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin-bottom: 0.85rem;
}

.section-head p {
  font-size: 1.1rem;
  color: var(--text-muted);
}

/* Infinite Marquee Partners Carousel */
.partners-band {
  background: #ffffff;
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
  padding: 2.75rem 0;
  overflow: hidden;
}

.partners-band-title {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--text-muted);
  margin-bottom: 2rem;
}

.marquee-container {
  display: flex;
  overflow: hidden;
  user-select: none;
  mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
}

.marquee-strip {
  display: flex;
  gap: 3.5rem;
  align-items: center;
  flex-shrink: 0;
  animation: smoothScroll 32s linear infinite;
}

.marquee-container:hover .marquee-strip {
  animation-play-state: paused;
}

@keyframes smoothScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.partner-badge {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.6rem 1.4rem;
  background: var(--canvas);
  border: 1px solid var(--border-light);
  border-radius: 10px;
  white-space: nowrap;
}

.partner-badge img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.partner-badge span {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--midnight);
}

/* Card Grids */
.grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
}

.card-elevated {
  background: var(--surface-white);
  border: 1px solid var(--border-light);
  border-radius: 14px;
  padding: 2.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card-elevated:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(7, 22, 44, 0.05);
}

/* Footer */
footer {
  background: var(--midnight);
  color: var(--text-light);
  padding: 5.5rem 2rem 2.5rem;
  border-top: 1px solid var(--border-glass);
}

.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 3.5rem;
  margin-bottom: 4rem;
}

.footer-col h4 {
  color: #ffffff;
  font-size: 0.95rem;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
}

.footer-col ul li a:hover {
  color: #ffffff;
}

.footer-bottom {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 2rem;
  border-top: 1px solid var(--border-glass);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
}

@media (max-width: 900px) {
  .nav-links { display: none; }
  .footer-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer-bottom { flex-direction: column; gap: 1rem; text-align: center; }
}