@charset "UTF-8";
.ev-name, .ev-day, .p-title, .ch-sig, .ch-msg-title, .chairman-photo-label .cpl-name, .impact-card-float .icf-val, .i-num .i-num-val, .ulrt-legacy-title, .about-quote-text, .h-stat-val, .hero-h1, .f-brand-name, .cta-stat-val, .cta-title, .s-title, .nav-wordmark .wm-main {
  font-family: "Montserrat", system-ui, sans-serif;
  font-weight: 700;
}

.impact-img-wrap, .hc-main, .hero-orb {
  border: 1px solid rgba(244, 180, 0, 0.18);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Source Sans 3", "Source Sans Pro", system-ui, sans-serif;
  background: #F8F9FB;
  color: #1F2937;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: 0.022;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px;
}

section {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  section {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
@media (max-width: 768px) {
  section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

img {
  max-width: 100%;
}

#scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2.5px;
  width: 0%;
  background: linear-gradient(90deg, #F4B400, #F6C430);
  z-index: 10000;
  transition: width 0.1s linear;
}

#back-top {
  position: fixed;
  bottom: 32px;
  right: 32px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #F4B400;
  border: 1px solid rgba(244, 180, 0, 0.35);
  color: #003A70;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  z-index: 500;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.3s, transform 0.3s, box-shadow 0.25s;
}
#back-top.visible {
  opacity: 1;
  transform: translateY(0);
}
#back-top:hover {
  box-shadow: 0 8px 32px rgba(244, 180, 0, 0.3);
  border-color: #F6C430;
  color: #003A70;
}
@media (max-width: 576px) {
  #back-top {
    bottom: 20px;
    right: 20px;
  }
}

#main-nav {
  backdrop-filter: blur(22px) saturate(1.5);
  -webkit-backdrop-filter: blur(22px) saturate(1.5);
  background: rgba(248, 249, 251, 0.92) !important;
  border-bottom: 1px solid rgba(244, 180, 0, 0.16);
  padding-top: 0;
  padding-bottom: 0;
  height: 70px;
  transition: box-shadow 0.3s;
}
#main-nav.scrolled {
  box-shadow: 0 4px 28px rgba(0, 58, 112, 0.09);
}
@media (max-width: 576px) {
  #main-nav {
    height: 60px;
  }
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
  padding: 0;
}
.nav-logo:hover .wm-main {
  color: #003A70;
}

.nav-seal {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.nav-wordmark {
  line-height: 1;
}
.nav-wordmark .wm-sub {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #F4B400;
  display: block;
  margin-bottom: 1px;
}
.nav-wordmark .wm-main {
  font-size: 19px;
  color: #003A70;
  display: block;
  letter-spacing: 0.01em;
  transition: color 0.2s;
}

.navbar-nav .nav-link {
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #374151;
  padding: 7px 13px;
  border-radius: 8px;
  transition: color 0.2s, background 0.2s;
  position: relative;
}
.navbar-nav .nav-link:hover {
  color: #003A70;
  background: #FEF9E7;
}
.navbar-nav .nav-link.active {
  color: #003A70;
  font-weight: 600;
}
.navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 2px;
  background: #F4B400;
  border-radius: 2px;
}

.nav-pill-link {
  background: #003A70 !important;
  color: #F8D060 !important;
  border-radius: 40px !important;
  padding: 8px 22px !important;
  font-weight: 600 !important;
}
.nav-pill-link::after {
  display: none !important;
}
.nav-pill-link:hover {
  background: #003A70 !important;
  box-shadow: 0 8px 32px rgba(244, 180, 0, 0.3) !important;
  transform: translateY(-1px);
  color: #F8D060 !important;
}

.navbar-toggler {
  border: none;
  padding: 8px;
  border-radius: 8px;
  box-shadow: none !important;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23162D56' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 992px) {
  .navbar-collapse {
    background: rgba(248, 249, 251, 0.98);
    border-top: 1px solid #E0E4EF;
    padding: 16px 0 20px;
    margin-top: 8px;
    border-radius: 14px;
  }
  .navbar-collapse .nav-link {
    padding: 12px 16px;
    border-radius: 8px;
  }
  .navbar-collapse .nav-pill-link {
    margin-top: 8px;
    display: inline-flex !important;
  }
}

.btn {
  font-family: "Source Sans 3", "Source Sans Pro", system-ui, sans-serif;
  font-size: 13px;
  letter-spacing: 0.04em;
  transition: background 0.25s, box-shadow 0.25s, transform 0.2s, border-color 0.2s;
}
.btn-gold {
  background: #F4B400;
  color: #003A70;
  font-weight: 700;
  letter-spacing: 0.05em;
  border: none;
}
.btn-gold:hover, .btn-gold:focus {
  background: #F6C430;
  color: #003A70;
  box-shadow: 0 8px 32px rgba(244, 180, 0, 0.3);
  transform: translateY(-2px);
}
.btn-gold:active {
  background: #F4B400;
  color: #003A70;
  transform: none;
}
.btn-ghost {
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.78);
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.btn-ghost:hover, .btn-ghost:focus {
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(244, 180, 0, 0.42);
  color: #F8D060;
  box-shadow: none;
}
.btn-navy-ghost {
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.82);
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.btn-navy-ghost:hover, .btn-navy-ghost:focus {
  background: rgba(255, 255, 255, 0.13);
  color: #ffffff;
  border-color: rgba(244, 180, 0, 0.4);
}
.btn-ev {
  background: #FEF9E7;
  color: #003A70;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 7px 14px;
  border: 1px solid #E0E4EF;
  border-radius: 40px;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}
.btn-ev:hover {
  background: #F4B400;
  color: #003A70;
  border-color: #F4B400;
}

.s-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #F4B400;
  margin-bottom: 14px;
}
.s-eyebrow::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: #F4B400;
  flex-shrink: 0;
}

.s-title {
  font-size: clamp(28px, 3.2vw, 46px);
  font-weight: 800;
  color: #003A70;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 14px;
}
.s-title em {
  font-style: italic;
  color: #F4B400;
}

.s-lead {
  font-size: 16px;
  color: #6B7280;
  max-width: 560px;
  line-height: 1.85;
  margin-bottom: 56px;
}

.site-bottom {
  position: relative;
  overflow: hidden;
  background: #003A70;
}
.site-bottom::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 85% 55% at 12% 0%, rgba(0, 87, 168, 0.38) 0%, transparent 58%), radial-gradient(ellipse 70% 50% at 92% 8%, rgba(244, 180, 0, 0.055) 0%, transparent 52%), linear-gradient(180deg, #002255 0%, #003A70 38%, #003A70 100%);
  pointer-events: none;
}

.cta-section {
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 48px;
  text-align: center;
  background: transparent;
}
@media (max-width: 768px) {
  .cta-section {
    padding-top: 80px;
    padding-bottom: 36px;
  }
}

.cta-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 55%, transparent 92%);
          mask-image: linear-gradient(to bottom, black 0%, black 55%, transparent 92%);
}

.cta-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(900px, 120vw);
  height: min(900px, 120vw);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 180, 0, 0.11) 0%, rgba(244, 180, 0, 0.03) 35%, transparent 68%);
  animation: breathe 8s ease-in-out infinite;
}

.cta-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 1px solid rgba(244, 180, 0, 0.1);
  transform: translate(-50%, -50%);
}
.cta-ring--1 {
  width: 520px;
  height: 520px;
  animation: ctaRingPulse 10s ease-in-out infinite;
}
.cta-ring--2 {
  width: 720px;
  height: 720px;
  border-color: rgba(244, 180, 0, 0.06);
  animation: ctaRingPulse 10s ease-in-out infinite 1.5s;
}
.cta-ring--3 {
  width: 940px;
  height: 940px;
  border-color: rgba(255, 255, 255, 0.04);
  animation: ctaRingPulse 10s ease-in-out infinite 3s;
}
@media (max-width: 768px) {
  .cta-ring--1 {
    width: 340px;
    height: 340px;
  }
  .cta-ring--2 {
    width: 480px;
    height: 480px;
  }
  .cta-ring--3 {
    width: 620px;
    height: 620px;
  }
}

.cta-grid {
  position: absolute;
  inset: 0;
  opacity: 0.035;
  background-image: linear-gradient(rgba(255, 255, 255, 0.6) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.6) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, black 20%, transparent 75%);
          mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, black 20%, transparent 75%);
}

.cta-inner {
  position: relative;
  z-index: 2;
}

.cta-card {
  position: relative;
  padding: clamp(40px, 6vw, 64px) clamp(28px, 5vw, 56px);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(244, 180, 0, 0.18);
  backdrop-filter: blur(18px) saturate(1.4);
  -webkit-backdrop-filter: blur(18px) saturate(1.4);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04) inset, 0 24px 80px rgba(0, 0, 0, 0.28), 0 0 60px rgba(244, 180, 0, 0.06);
}
.cta-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #F4B400, transparent);
  border-radius: 2px;
}

.cta-ornament {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}
.cta-ornament-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(244, 180, 0, 0.35), transparent);
}
.cta-ornament-diamond {
  width: 7px;
  height: 7px;
  background: #F4B400;
  transform: rotate(45deg);
  flex-shrink: 0;
  box-shadow: 0 0 12px rgba(244, 180, 0, 0.5);
}

.cta-eyebrow {
  justify-content: center;
  margin-bottom: 18px;
}
.cta-eyebrow::before {
  background: linear-gradient(90deg, transparent, #F4B400);
}

.cta-title {
  font-size: clamp(32px, 4.5vw, 54px);
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.03em;
  line-height: 1.06;
  margin-bottom: 18px;
}
.cta-title em {
  font-style: italic;
  color: #F4B400;
  text-shadow: 0 0 40px rgba(244, 180, 0, 0.35);
}

.cta-sub {
  font-size: clamp(15px, 1.6vw, 17px);
  color: rgba(255, 255, 255, 0.52);
  max-width: 520px;
  margin: 0 auto 32px;
  line-height: 1.85;
}

.cta-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 0;
  margin-bottom: 36px;
  padding: 18px 24px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.cta-stat {
  flex: 1 1 120px;
  text-align: center;
  padding: 4px 12px;
}
.cta-stat-val {
  display: block;
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 700;
  color: #F8D060;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 3px;
}
.cta-stat-lbl {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38);
}

.cta-stat-divider {
  width: 1px;
  height: 32px;
  background: rgba(244, 180, 0, 0.2);
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .cta-stat-divider {
    display: none;
  }
}

.cta-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-left: 28px !important;
  padding-right: 24px !important;
}

.cta-btn-arrow {
  transition: transform 0.25s ease;
}

.cta-btn-primary:hover .cta-btn-arrow {
  transform: translateX(3px);
}

footer {
  position: relative;
  z-index: 1;
  background: transparent;
  color: rgba(255, 255, 255, 0.42);
  padding-top: 0;
  padding-bottom: 36px;
}
footer::before {
  content: "";
  display: block;
  width: min(220px, 42%);
  height: 1px;
  margin: 0 auto 52px;
  background: linear-gradient(90deg, transparent, rgba(244, 180, 0, 0.22), transparent);
}

.f-brand-name {
  font-size: 24px;
  color: #ffffff;
  display: block;
  margin-bottom: 2px;
  letter-spacing: -0.01em;
}
.f-brand-sub {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #F4B400;
  display: block;
  margin-bottom: 18px;
}
.f-brand-desc {
  font-size: 13.5px;
  line-height: 1.85;
  max-width: 280px;
}

.f-social {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}
.f-social a {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.42);
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.f-social a:hover {
  background: rgba(244, 180, 0, 0.15);
  color: #F4B400;
  border-color: rgba(244, 180, 0, 0.3);
}

.f-col h4 {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #F4B400;
  margin-bottom: 18px;
}
.f-col ul {
  list-style: none;
  padding: 0;
}
.f-col ul li {
  margin-bottom: 10px;
}
.f-col ul a {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.38);
  text-decoration: none;
  transition: color 0.2s;
}
.f-col ul a:hover {
  color: #F8D060;
}

.footer-bottom {
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 12px;
}
.footer-bottom a {
  color: #F4B400;
  text-decoration: none;
}

.ornament {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 44px;
}
.ornament-line {
  flex: 1;
  height: 1px;
  background: #E0E4EF;
}
.ornament-diamond {
  width: 7px;
  height: 7px;
  background: #F4B400;
  transform: rotate(45deg);
  flex-shrink: 0;
}

.hero-theme-img {
  position: absolute;
  bottom: 20px;
  left: -20px;
  width: 200px;
  border-radius: 28px;
  box-shadow: 0 8px 32px rgba(244, 180, 0, 0.3);
  border: 2px solid rgba(244, 180, 0, 0.5);
  overflow: hidden;
  z-index: 6;
}
.hero-theme-img img {
  width: 100%;
  display: block;
  opacity: 0.95;
}
@media (max-width: 768px) {
  .hero-theme-img {
    display: none;
  }
}

.blue-stripe {
  display: inline-block;
  width: 40px;
  height: 4px;
  background: #0057A8;
  border-radius: 4px;
  margin-right: 8px;
  vertical-align: middle;
}

.footer-rti-logo {
  width: 52px;
  height: 52px;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.footer-rti-logo:hover {
  opacity: 1;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.45;
    transform: scale(0.75);
  }
}
@keyframes scrollLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes breathe {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.08);
  }
}
@keyframes ctaRingPulse {
  0%, 100% {
    opacity: 0.55;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.03);
  }
}
.hero {
  background: #003A70;
  min-height: 92vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .hero {
    min-height: 75vh;
  }
}
@media (max-width: 768px) {
  .hero {
    min-height: auto;
    padding: 100px 0 80px;
  }
}

.hero-bg-img {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.hero-bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -o-object-position: center 30%;
     object-position: center 30%;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(0, 58, 112, 0.92) 0%, rgba(0, 58, 112, 0.82) 45%, rgba(0, 34, 85, 0.55) 70%, rgba(0, 34, 85, 0.3) 100%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  padding-top: 36px;
  padding-bottom: 36px;
}

.hero-quicknav {
  background: #ffffff;
  border-bottom: 1px solid #E0E4EF;
  box-shadow: 0 4px 24px rgba(0, 58, 112, 0.07);
  position: relative;
  z-index: 10;
}

.hqn-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 20px;
  text-decoration: none;
  border-right: 1px solid #E0E4EF;
  transition: background 0.22s;
}
.hqn-item--last {
  border-right: none;
}
@media (max-width: 768px) {
  .hqn-item {
    border-bottom: 1px solid #E0E4EF;
  }
  .hqn-item:nth-child(2n) {
    border-right: none;
  }
  .hqn-item:nth-last-child(-n+2) {
    border-bottom: none;
  }
}
.hqn-item:hover {
  background: #FEF9E7;
}
.hqn-item:hover .hqn-icon {
  background: #F4B400;
  color: #003A70;
  border-color: #F4B400;
}
.hqn-item:hover .hqn-title {
  color: #003A70;
}

.hqn-icon {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: #F8F9FB;
  border: 1px solid #E0E4EF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  color: #003A70;
  flex-shrink: 0;
  transition: background 0.22s, color 0.22s, border-color 0.22s;
}

.hqn-title {
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #003A70;
  line-height: 1.3;
  margin-bottom: 2px;
  transition: color 0.2s;
}

.hqn-sub {
  font-size: 11.5px;
  color: #9CA3AF;
  line-height: 1.4;
}

.hero-glow {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  width: 900px;
  height: 900px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, rgba(244, 180, 0, 0.04) 0%, transparent 60%);
  animation: breathe 7s ease-in-out infinite;
  pointer-events: none;
}

.hero-orb {
  position: absolute;
  left: 3%;
  top: 50%;
  transform: translateY(-50%);
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 38%, rgba(244, 180, 0, 0.11) 0%, rgba(14, 32, 64, 0.4) 55%, transparent 75%);
  pointer-events: none;
}
.hero-orb::after {
  content: "";
  position: absolute;
  inset: 30px;
  border-radius: 50%;
  border: 1px solid rgba(244, 180, 0, 0.05);
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(244, 180, 0, 0.11);
  border: 1px solid rgba(244, 180, 0, 0.28);
  border-radius: 40px;
  padding: 6px 14px 6px 9px;
  margin-bottom: 28px;
  animation: fadeUp 0.55s ease both 0.05s;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: #F8D060 !important;
}

.hero-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #F4B400;
  flex-shrink: 0;
  animation: pulse 2.5s ease-in-out infinite;
}

.hero-h1 {
  font-size: clamp(44px, 6vw, 80px);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 22px;
  animation: fadeUp 0.65s ease both 0.15s;
}
.hero-h1 em {
  font-style: italic;
  color: #F4B400;
  text-shadow: 0 0 60px rgba(244, 180, 0, 0.3);
}

.hero-h1-alt {
  color: #F8D060;
}

.hero-sub {
  font-size: 16px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.52);
  max-width: 480px;
  margin-bottom: 40px;
  letter-spacing: 0.03em;
  animation: fadeUp 0.65s ease both 0.25s;
}

.hero-actions {
  animation: fadeUp 0.65s ease both 0.35s;
}

.hero-stats {
  margin-top: 52px;
  padding-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  animation: fadeUp 0.65s ease both 0.45s;
}
@media (max-width: 768px) {
  .hero-stats {
    margin-top: 32px;
    padding-top: 0;
  }
}

.h-stat {
  flex: 1;
  padding: 0 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.h-stat:first-child {
  padding-left: 0;
}
.h-stat:last-child {
  border-right: none;
}
@media (max-width: 768px) {
  .h-stat {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 0;
  }
}
.h-stat-val {
  font-size: 42px;
  color: #F6C430;
  line-height: 1;
}
.h-stat-lbl {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.28);
  margin-top: 5px;
}

.hc-main {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 58, 112, 0.2);
}
.hc-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.hc-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 20px 16px;
  background: linear-gradient(transparent, rgba(0, 58, 112, 0.92));
}
.hc-label-tag {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #F4B400;
  display: block;
  margin-bottom: 3px;
}
.hc-label-title {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.3;
}

.hero-float-pill {
  position: absolute;
  top: 24px;
  left: -28px;
  background: #ffffff;
  border-radius: 40px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 8px 40px rgba(0, 58, 112, 0.13);
  z-index: 5;
}
@media (max-width: 768px) {
  .hero-float-pill {
    left: 0;
  }
}

.hfp-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #FEF9E7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #003A70;
  flex-shrink: 0;
}

.hfp-text .hfp-top {
  font-size: 11px;
  font-weight: 700;
  color: #1F2937;
  line-height: 1.2;
  white-space: nowrap;
}
.hfp-text .hfp-bot {
  font-size: 10px;
  color: #9CA3AF;
  white-space: nowrap;
}

.marquee {
  background: #F4B400;
  padding: 13px 0;
  overflow: hidden;
}
.marquee-track {
  display: flex;
  white-space: nowrap;
  animation: scrollLeft 35s linear infinite;
  width: -moz-max-content;
  width: max-content;
}
.marquee-item {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #003A70;
  padding: 0 32px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.marquee-item::after {
  content: "◆";
  font-size: 6px;
  opacity: 0.4;
  margin-left: 12px;
}

.about-bg {
  background: #ffffff;
}

.about-logo {
  height: 64px;
  width: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.about-quote-block {
  border-left: 3px solid #F4B400;
  padding: 4px 0 4px 24px;
  margin: 28px 0 32px;
}

.about-quote-text {
  font-size: clamp(18px, 2vw, 24px);
  font-style: italic;
  font-weight: 400;
  color: #003A70;
  line-height: 1.5;
}

.about-body {
  font-size: 15px;
  color: #6B7280;
  line-height: 1.9;
  margin-bottom: 18px;
}

.about-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #003A70;
  text-decoration: none;
  margin-top: 8px;
  padding-bottom: 2px;
  border-bottom: 1.5px solid #F4B400;
  transition: color 0.2s, gap 0.2s;
}
.about-link:hover {
  color: #F4B400;
  gap: 10px;
}

.aim-card {
  background: #F8F9FB;
  border: 1px solid #E0E4EF !important;
  border-radius: 20px !important;
  padding: 22px 20px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s;
}
.aim-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 40px rgba(0, 58, 112, 0.13);
}
.aim-card:hover {
  border-color: rgba(244, 180, 0, 0.28) !important;
}
.aim-card .aim-icon {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: #FEF9E7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #003A70;
  margin-bottom: 13px;
}
.aim-card .aim-title {
  font-size: 14px;
  font-weight: 700;
  color: #003A70;
  margin-bottom: 5px;
}
.aim-card .aim-body {
  font-size: 12.5px;
  color: #6B7280;
  line-height: 1.7;
}
.aim-card--wide {
  flex-direction: row;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 20px;
}
.aim-card--wide .aim-icon {
  margin-bottom: 0;
  flex-shrink: 0;
}

.ulrt-bg {
  background: #F8F9FB;
}

.ulrt-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border: 1px solid #E0E4EF;
  border-radius: 14px;
  overflow: hidden;
  margin-top: 4px;
}

.ulrt-meta-item {
  flex: 1;
  min-width: 120px;
  padding: 14px 18px;
  border-right: 1px solid #E0E4EF;
  background: #ffffff;
}
.ulrt-meta-item:last-child {
  border-right: none;
  flex: 2;
}

.ulrt-meta-label {
  display: block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9CA3AF;
  margin-bottom: 4px;
}

.ulrt-meta-val {
  display: block;
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #003A70;
}

.ulrt-legacy-card {
  background: #003A70;
  border-radius: 28px;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(244, 180, 0, 0.14);
}

.ulrt-legacy-eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #F4B400;
  margin-bottom: 14px;
}

.ulrt-legacy-title {
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.ulrt-legacy-title em {
  font-style: italic;
  color: #F4B400;
}

.ulrt-legacy-body {
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.85;
  margin-bottom: 24px;
}

.ulrt-legacy-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ulrt-chip {
  display: inline-block;
  padding: 6px 13px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.6);
}
.ulrt-chip--gold {
  background: rgba(244, 180, 0, 0.12);
  border-color: rgba(244, 180, 0, 0.28);
  color: #F8D060;
}

.impact-bg {
  background: #003A70;
}
.impact-bg .s-eyebrow {
  color: #F4B400;
}
.impact-bg .s-title {
  color: #ffffff;
}

.impact-lead {
  font-size: 15.5px;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.9;
  margin-bottom: 32px;
}

.i-num {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(244, 180, 0, 0.12) !important;
  border-radius: 14px !important;
  padding: 22px 20px;
  transition: border-color 0.25s, background 0.25s;
}
.i-num:hover {
  border-color: rgba(244, 180, 0, 0.32) !important;
  background: rgba(244, 180, 0, 0.05) !important;
}
.i-num .i-num-val {
  font-size: 38px;
  color: #F6C430;
  line-height: 1;
  margin-bottom: 5px;
}
.i-num .i-num-lbl {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.28);
}

.impact-visual {
  position: relative;
}
@media (max-width: 768px) {
  .impact-visual {
    margin-bottom: 40px;
  }
}

.impact-img-wrap {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 58, 112, 0.2);
}
.impact-img-wrap img {
  width: 100%;
  aspect-ratio: 5/4;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  opacity: 0.82;
}

.impact-card-float {
  position: absolute;
  bottom: -24px;
  right: -24px;
  background: #F4B400;
  border-radius: 20px;
  padding: 22px 26px;
  box-shadow: 0 8px 32px rgba(244, 180, 0, 0.3);
}
@media (max-width: 768px) {
  .impact-card-float {
    bottom: -16px;
    right: 16px;
  }
}
.impact-card-float .icf-val {
  font-size: 36px;
  color: #003A70;
  line-height: 1;
}
.impact-card-float .icf-lbl {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(0, 58, 112, 0.58);
  margin-top: 5px;
  display: block;
}

.lead-bg {
  background: #F8F9FB;
}

.chairman-wrap {
  background: #ffffff !important;
  border: 1px solid #E0E4EF !important;
  border-radius: 28px !important;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 58, 112, 0.08);
  margin-bottom: 56px;
}

.chairman-photo {
  background: #003A70;
  position: relative;
  overflow: hidden;
  min-height: 260px;
}
.chairman-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.75;
}
.chairman-photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, transparent 40%, rgba(0, 58, 112, 0.7) 100%);
}
.chairman-photo-label {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.chairman-photo-label .cpl-role {
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #F4B400;
  display: block;
  margin-bottom: 3px;
}
.chairman-photo-label .cpl-name {
  font-size: 19px;
  color: #ffffff;
}

.chairman-body {
  padding: 30px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .chairman-body {
    padding: 32px 28px;
  }
}
.chairman-body .s-eyebrow {
  margin-bottom: 18px;
}

.ch-msg-title {
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  color: #003A70;
  line-height: 1.4;
  margin-bottom: 18px;
}

.ch-msg-body {
  font-size: 14px;
  color: #6B7280;
  line-height: 1.9;
  margin-bottom: 28px;
}

.ch-sig {
  font-style: italic;
  font-size: 21px;
  color: #003A70;
  padding-top: 18px;
  border-top: 1px solid #E0E4EF;
}

.team-card {
  background: #ffffff !important;
  border: 1px solid #E0E4EF !important;
  border-radius: 20px !important;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 58, 112, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s;
}
.team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 40px rgba(0, 58, 112, 0.13);
}
.team-card-avatar {
  aspect-ratio: 1;
  background: linear-gradient(135deg, #002255 0%, #0057A8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #F8D060;
  letter-spacing: -0.02em;
  position: relative;
  overflow: hidden;
}
.team-card-avatar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(transparent, rgba(0, 58, 112, 0.5));
  z-index: 1;
  pointer-events: none;
}
.team-card-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 0;
}
.team-card-info {
  padding: 16px;
  border-top: 2px solid #F4B400;
}
.team-card-name {
  font-size: 14px;
  font-weight: 700;
  color: #003A70;
  margin-bottom: 3px;
}
.team-card-role {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #F4B400;
}

.projects-bg {
  background: #ffffff;
}

.projects-masonry {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 280px 280px;
  gap: 16px;
}
@media (max-width: 992px) {
  .projects-masonry {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 240px);
  }
}
@media (max-width: 576px) {
  .projects-masonry {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 220px);
  }
}

.p-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #003A70;
  cursor: pointer;
}
.p-card:first-child {
  grid-row: span 2;
}
@media (max-width: 992px) {
  .p-card:first-child {
    grid-column: 1/-1;
    grid-row: span 1;
  }
}
@media (max-width: 576px) {
  .p-card:first-child {
    grid-column: auto;
    grid-row: auto;
  }
}
.p-card:hover .p-card-img {
  transform: scale(1.05);
  opacity: 0.7;
}
.p-card:hover .p-card-info {
  transform: translateY(0);
}
.p-card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.62;
  transition: transform 0.5s ease, opacity 0.4s;
}
.p-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 58, 112, 0.85) 0%, rgba(0, 58, 112, 0.12) 55%, transparent 100%);
}
.p-card-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  transform: translateY(4px);
  transition: transform 0.3s ease;
}

.p-tag {
  display: inline-block;
  background: rgba(244, 180, 0, 0.18);
  border: 1px solid rgba(244, 180, 0, 0.35);
  color: #F8D060;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 40px;
  margin-bottom: 9px;
  backdrop-filter: blur(8px);
}

.p-title {
  font-size: clamp(15px, 1.8vw, 20px);
  color: #ffffff;
  line-height: 1.25;
  margin-bottom: 5px;
}

.p-meta {
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.42);
}

.events-bg {
  background: #F0F2F8;
}

.ev-card {
  background: #ffffff !important;
  border: 1px solid #E0E4EF !important;
  border-radius: 28px !important;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 58, 112, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s;
}
.ev-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 40px rgba(0, 58, 112, 0.13);
}

.ev-header {
  background: #003A70;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-top: 2px solid #F4B400;
  border-top: none;
  border-bottom: 2px solid #F4B400;
}

.ev-date {
  text-align: center;
  min-width: 48px;
}

.ev-day {
  font-size: 32px;
  color: #F6C430;
  line-height: 1;
}

.ev-month {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.32);
  display: block;
}

.ev-sep {
  width: 1px;
  height: 38px;
  background: rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
}

.ev-type-tag {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #F4B400;
  display: block;
  margin-bottom: 3px;
}

.ev-name {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
}

.ev-body {
  padding: 20px 22px;
}

.ev-desc {
  font-size: 13.5px;
  color: #6B7280;
  line-height: 1.75;
  margin-bottom: 16px;
}

.ev-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
}

.ev-venue {
  color: #9CA3AF;
  display: flex;
  align-items: center;
  gap: 4px;
}

.gallery-bg {
  background: #003A70;
  padding-top: 88px;
  padding-bottom: 88px;
}
.gallery-bg .s-eyebrow {
  color: #F4B400;
}
.gallery-bg .s-title {
  color: #ffffff;
}
.gallery-bg .s-title em {
  color: #F6C430;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 190px 190px;
  gap: 10px;
}
@media (max-width: 992px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 180px);
  }
}
@media (max-width: 576px) {
  .gallery-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 200px);
  }
}

.g-item {
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  background: #003A70;
  cursor: pointer;
}
.g-item:first-child {
  grid-column: span 2;
  grid-row: span 2;
  border-radius: 28px;
}
@media (max-width: 992px) {
  .g-item:first-child {
    grid-column: 1/-1;
    grid-row: span 1;
  }
}
@media (max-width: 576px) {
  .g-item:first-child {
    grid-column: auto;
    grid-row: auto;
  }
}
.g-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.72;
  transition: transform 0.5s, opacity 0.35s;
  display: block;
}
.g-item:hover img {
  transform: scale(1.07);
  opacity: 0.9;
}
.g-item-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 58, 112, 0.7) 0%, transparent 55%);
  opacity: 0;
  transition: opacity 0.35s;
  display: flex;
  align-items: flex-end;
  padding: 14px;
}
.g-item:hover .g-item-overlay {
  opacity: 1;
}
.g-item-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #F8D060;
}

.sponsors-bg {
  background: #ffffff;
  border-top: 1px solid #E0E4EF;
  padding-top: 72px;
  padding-bottom: 72px;
}

.sp-chip {
  background: #F8F9FB;
  border: 1px solid #E0E4EF;
  border-radius: 14px;
  padding: 16px 28px;
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  opacity: 0.62;
  transition: opacity 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.sp-chip:hover {
  opacity: 1;
  border-color: rgba(244, 180, 0, 0.38);
  box-shadow: 0 4px 18px rgba(244, 180, 0, 0.12);
}
@media (max-width: 576px) {
  .sp-chip {
    padding: 12px 18px;
    font-size: 13px;
  }
}/*# sourceMappingURL=style.css.map */