:root {
  --navy: #071827;
  --navy-2: #0b2239;
  --gold: #d99a21;
  --gold-2: #f4b43a;
  --cream: #faf6ec;
  --white: #ffffff;
  --text: #1f2933;
  --muted: #6b7280;
  --border: #eadfca;
  --shadow: 0 18px 50px rgba(7, 24, 39, 0.10);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--white);
}

a {
  text-decoration: none;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

/* Header */

.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
}

.top-bar {
  background: var(--navy);
  color: #f7e6bd;
  font-size: 13px;
}

.top-bar-inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0;
}

.navbar {
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(217,154,33,0.25);
  box-shadow: 0 8px 28px rgba(0,0,0,0.06);
}

.nav-inner {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: flex;
  align-items: center;
  color: var(--navy);
  gap: 12px;
}

.brand img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.brand strong {
  display: block;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.4px;
}

.brand small {
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav-menu > a,
.nav-dropdown > a {
  color: var(--navy);
  font-size: 15px;
  font-weight: 800;
  padding: 32px 0;
}

.nav-menu a.active,
.nav-menu a:hover {
  color: var(--gold);
}

.nav-dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 82px;
  left: -22px;
  min-width: 250px;
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  border-radius: 14px;
  padding: 10px;
  display: none;
}

.nav-dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu a {
  display: block;
  color: var(--navy);
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
}

.dropdown-menu a:hover {
  background: var(--cream);
  color: var(--gold);
}

.menu-btn {
  display: none;
  border: none;
  background: transparent;
  cursor: pointer;
}

.menu-btn span {
  display: block;
  width: 28px;
  height: 3px;
  background: var(--navy);
  margin: 5px 0;
  border-radius: 10px;
}

/* Hero */
/* ========================================== */
/* Hero Section Updates                       */
/* ========================================== */

.hero-section {
  background:
    radial-gradient(circle at 85% 20%, rgba(217, 154, 33, 0.18), transparent 45%),
    linear-gradient(135deg, var(--navy), var(--navy-2));
  color: var(--white);
  padding: 120px 0;
  border-bottom: 4px solid var(--gold);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr;
  gap: 60px;
  align-items: center;
}

.eyebrow-badge {
  display: inline-block;
  background: rgba(217, 154, 33, 0.15);
  border: 1px solid rgba(217, 154, 33, 0.4);
  color: var(--gold-2);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 800;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 20px;
}

.hero-content h1 {
  font-size: clamp(38px, 5.5vw, 60px);
  line-height: 1.15;
  margin: 0;
  font-weight: 900;
  letter-spacing: -1.5px;
}

.hero-text {
  color: #dbe5ee;
  max-width: 720px;
  font-size: 18px;
  line-height: 1.75;
  margin-top: 24px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 36px;
}

.btn-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: var(--navy);
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(217, 154, 33, 0.3);
  transition: all 0.25s ease;
}

.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(217, 154, 33, 0.45);
}

.btn-outline {
  border: 1px solid rgba(255,255,255,0.4);
  color: var(--white);
  text-decoration: none;
  transition: all 0.25s ease;
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--white);
}

.hero-panel {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  border-radius: 24px;
  padding: 35px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.hero-panel h3 {
  color: var(--white);
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding-bottom: 12px;
}

.focus-list {
  display: flex;
  flex-direction: column;
}

.focus-row {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.focus-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.focus-row .num {
  background: rgba(217,154,33,0.15);
  color: var(--gold-2);
  min-width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  font-weight: 900;
  font-size: 14px;
}

.focus-row p {
  margin: 0;
  color: #cbd6df;
  font-size: 14.5px;
  line-height: 1.5;
}

.focus-row p strong {
  color: var(--white);
}

/* ========================================== */
/* Dynamic Section Layouts                    */
/* ========================================== */

.section {
  padding: 100px 0;
}

.light-section {
  background: #fdfbvar(--cream, #faf6ec);
  background-color: var(--cream);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.center-align {
  text-align: center;
  margin: 0 auto 60px auto;
}

.split-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 50px;
}

.eyebrow-text {
  display: block;
  color: var(--gold);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 800;
  margin-bottom: 12px;
}

.section-head h2 {
  color: var(--navy);
  font-size: clamp(32px, 3.8vw, 42px);
  margin: 0 0 16px;
  font-weight: 800;
  letter-spacing: -0.5px;
}

.sub-head {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
  max-width: 760px;
  margin: 0 auto;
}

/* Info Portal Grid */
.info-card-portal {
  position: relative;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 32px 28px;
  box-shadow: 0 10px 30px rgba(7,24,39,0.03);
  display: flex;
  flex-direction: column;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
}

.portal-accent-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: transparent;
  transition: background 0.3s ease;
}

.info-card-portal:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
  border-color: transparent;
}

.info-card-portal:hover .portal-accent-line {
  background: linear-gradient(90deg, var(--gold), var(--gold-2));
}

.info-card-portal h3 {
  margin: 0 0 12px 0;
  color: var(--navy);
  font-size: 22px;
  font-weight: 800;
}

.info-card-portal p {
  margin: 0 0 24px 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
  flex-grow: 1;
}

.portal-link-arrow {
  font-size: 14px;
  font-weight: 700;
  color: var(--gold);
  transition: transform 0.2s ease;
}

.info-card-portal:hover .portal-link-arrow {
  color: var(--navy);
}

/* Business Ecosystem Cards */
.inline-explore-btn {
  color: var(--navy);
  font-weight: 800;
  font-size: 15px;
  border-bottom: 2px solid var(--gold);
  padding-bottom: 4px;
  transition: color 0.2s ease;
}

.inline-explore-btn:hover {
  color: var(--gold);
}

.vertical-ecosystem-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 35px 30px;
  box-shadow: 0 8px 24px rgba(7,24,39,0.03);
  transition: all 0.25s ease;
}

.vertical-ecosystem-card:hover {
  box-shadow: 0 15px 35px rgba(7,24,39,0.08);
  border-color: #d1c3a9;
}

.sector-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 6px;
  margin-bottom: 18px;
  letter-spacing: 0.5px;
}

.tag-edu { background: #e3effa; color: #1e62a1; }
.tag-bio { background: #e2f5ea; color: #157a42; }
.tag-sust { background: #fdf0d7; color: #aa750d; }
.tag-tech { background: #ece7fb; color: #5b36be; }
.tag-media { background: #fde2e2; color: #bc2828; }
.tag-trade { background: #e2f3f5; color: #167a87; }

.vertical-ecosystem-card h3 {
  font-size: 20px;
  color: var(--navy);
  margin: 0 0 10px 0;
  font-weight: 800;
}

.vertical-ecosystem-card p {
  margin: 0;
  font-size: 14.5px;
  color: var(--muted);
  line-height: 1.6;
}

/* Announcement Layout */
.announcement-wrapper {
  background:
    radial-gradient(circle at 90% 10%, rgba(217, 154, 33, 0.15), transparent 40%),
    linear-gradient(135deg, var(--navy), var(--navy-2));
  color: var(--white);
  border-radius: 24px;
  padding: 50px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  box-shadow: 0 20px 45px rgba(7,24,39,0.15);
}

.live-update-badge {
  display: inline-block;
  background: #ff4747;
  color: white;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 4px;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.announcement-left h2 {
  margin: 0 0 12px 0;
  color: var(--white);
  font-size: clamp(26px, 3.5vw, 36px);
  font-weight: 800;
}

.announcement-left p {
  margin: 0;
  color: #cbd6df;
  line-height: 1.7;
  font-size: 16px;
}

.btn-gold-action {
  display: inline-flex;
  align-items: center;
  background: var(--white);
  color: var(--navy);
  padding: 16px 32px;
  border-radius: 50px;
  font-weight: 900;
  font-size: 15px;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.btn-gold-action:hover {
  background: var(--gold-2);
  color: var(--navy);
  transform: translateX(3px);
}

/* ========================================== */
/* Page Banner                                */
/* ========================================== */
/* Page Banner */

.page-banner {
  background:
    radial-gradient(circle at right top, rgba(217,154,33,0.25), transparent 35%),
    linear-gradient(135deg, var(--navy), var(--navy-2));
  color: var(--white);
  padding: 70px 0;
}

.page-banner h1 {
  font-size: clamp(38px, 5vw, 62px);
  margin: 0 0 12px;
}

.page-banner p {
  color: #dbe5ee;
  max-width: 720px;
  line-height: 1.7;
}

.two-column {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 36px;
  align-items: start;
}

.side-menu {
  position: sticky;
  top: 115px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 12px;
  box-shadow: 0 12px 32px rgba(7,24,39,0.06);
}

.side-menu a {
  display: block;
  color: var(--navy);
  padding: 13px 14px;
  border-radius: 12px;
  font-weight: 800;
}

.side-menu a:hover {
  background: var(--cream);
  color: var(--gold);
}

.content-block {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 32px;
  margin-bottom: 26px;
  box-shadow: 0 12px 32px rgba(7,24,39,0.05);
}

.content-block h2 {
  color: var(--navy);
  margin-top: 0;
}

.content-block p {
  color: var(--muted);
  line-height: 1.8;
}

.document-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 20px;
}

.doc-card {
  background: var(--cream);
  border: 1px solid var(--border);
  color: var(--navy);
  padding: 15px;
  border-radius: 12px;
  font-weight: 800;
}

.doc-card:hover {
  background: var(--gold);
  color: var(--navy);
}

.news-list article {
  border-bottom: 1px solid var(--border);
  padding: 20px 0;
}

.news-list article:last-child {
  border-bottom: 0;
}

.news-list span {
  color: var(--gold);
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 900;
}

.news-list h3 {
  color: var(--navy);
  margin: 8px 0;
}

.mt-40 {
  margin-top: 40px;
}

/* Footer */

.site-footer {
  background: var(--navy);
  color: #dbe5ee;
  padding-top: 65px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.2fr 1.3fr;
  gap: 34px;
}

.footer-logo {
  width: 120px;
  height: auto;
  object-fit: contain;
}

.site-footer h4 {
  color: var(--gold-2);
  margin-top: 0;
}

.site-footer a {
  display: block;
  color: #dbe5ee;
  margin-bottom: 10px;
}

.site-footer a:hover {
  color: var(--gold-2);
}

.site-footer p {
  line-height: 1.7;
  color: #cbd6df;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.14);
  margin-top: 40px;
  padding: 18px 0;
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #b8c4ce;
  font-size: 14px;
}

/* Music Button */

.music-btn {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: var(--navy);
  font-size: 22px;
  font-weight: 900;
  z-index: 9999;
  cursor: pointer;
  box-shadow: var(--shadow);
}

.music-btn.playing {
  background: var(--navy);
  color: var(--gold-2);
  border: 1px solid var(--gold);
}

/* Mobile */

@media (max-width: 1000px) {
  .info-grid.four,
  .business-grid.large {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-grid,
  .two-column {
    grid-template-columns: 1fr;
  }

  .side-menu {
    position: static;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .top-bar-inner {
    flex-direction: column;
    gap: 4px;
  }

  .nav-inner {
    height: 76px;
  }

  .brand img {
    width: 52px;
    height: 52px;
  }

  .brand strong {
    font-size: 18px;
  }

  .menu-btn {
    display: block;
  }

  .nav-menu {
    position: absolute;
    top: 100%;
    left: 14px;
    right: 14px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 18px;
    box-shadow: var(--shadow);
    padding: 12px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .nav-menu.open {
    display: flex;
  }

  .nav-menu > a,
  .nav-dropdown > a {
    display: block;
    padding: 14px;
  }

  .dropdown-menu {
    position: static;
    display: block;
    box-shadow: none;
    border: none;
    padding: 0 0 8px 16px;
  }

  .hero-section {
    padding: 65px 0;
  }

  .hero-content h1 {
    font-size: 40px;
    letter-spacing: -1px;
  }

  .hero-actions,
  .announcement-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .btn-gold,
  .btn-outline {
    width: 100%;
  }

  .section {
    padding: 58px 0;
  }

  .info-grid.three,
  .info-grid.four,
  .business-grid,
  .business-grid.large,
  .document-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .content-block,
  .announcement-box {
    padding: 26px;
  }

  .footer-bottom-inner {
    flex-direction: column;
  }
}