.gal-hc-stat-val, .gal-hero-title, .f-brand-name, .cta-stat-val, .cta-title, .s-title, .nav-wordmark .wm-main {
  font-family: "Montserrat", system-ui, sans-serif;
  font-weight: 700;
}

*,
*::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);
  }
}
@keyframes gal-breathe {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.08);
    opacity: 0.85;
  }
}
.gal-hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 88px;
  background: linear-gradient(155deg, #002255 0%, #003A70 48%, #002255 100%);
}
@media (max-width: 768px) {
  .gal-hero {
    padding: 64px 0 56px;
  }
}

.gal-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.gal-hero-glow {
  position: absolute;
  top: -10%;
  right: -5%;
  width: 52%;
  height: 120%;
  background: radial-gradient(ellipse at center, rgba(244, 180, 0, 0.09) 0%, transparent 62%);
  animation: gal-breathe 9s ease-in-out infinite;
}

.gal-hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.028;
  background-image: linear-gradient(rgba(255, 255, 255, 0.7) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.7) 1px, transparent 1px);
  background-size: 40px 40px;
}

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

.gal-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.38);
  margin-bottom: 22px;
  padding: 6px 14px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.gal-breadcrumb a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color 0.2s;
}
.gal-breadcrumb a:hover {
  color: #F8D060;
}
.gal-breadcrumb [aria-current=page] {
  color: #F8D060;
}

.gal-hero-badge {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  background: rgba(244, 180, 0, 0.11) !important;
  border: 1px solid rgba(244, 180, 0, 0.28) !important;
  color: #F8D060 !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  padding: 7px 14px !important;
  border-radius: 40px !important;
  margin-bottom: 24px;
}
.gal-hero-badge i {
  font-size: 13px;
}

.gal-hero-title {
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}
.gal-hero-title em {
  font-style: italic;
  color: #F4B400;
  text-shadow: 0 0 48px rgba(244, 180, 0, 0.28);
}

.gal-hero-sub {
  font-size: clamp(15px, 1.7vw, 17px);
  line-height: 1.88;
  color: rgba(255, 255, 255, 0.54);
  max-width: 520px;
  margin-bottom: 28px;
}

.gal-chip {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.58) !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  padding: 7px 14px !important;
  border-radius: 40px !important;
}
.gal-chip--gold {
  background: rgba(244, 180, 0, 0.12) !important;
  border-color: rgba(244, 180, 0, 0.3) !important;
  color: #F8D060 !important;
}

.gal-hero-collage {
  position: relative;
  height: 420px;
}
@media (max-width: 992px) {
  .gal-hero-collage {
    height: 360px;
  }
}

.gal-hc-main {
  position: absolute;
  inset: 0 32% 0 0;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}
.gal-hc-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.gal-hc-main-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px 16px;
  background: linear-gradient(to top, rgba(0, 58, 112, 0.82) 0%, transparent 100%);
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.72);
}

.gal-hc-tag {
  background: #F4B400;
  color: #003A70;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 40px;
  flex-shrink: 0;
}

.gal-hc-float {
  position: absolute;
  right: 0;
  width: 29%;
  border-radius: 14px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.07);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}
.gal-hc-float img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.gal-hc-float--1 {
  top: 0;
  height: 47%;
}
.gal-hc-float--2 {
  bottom: 0;
  height: 47%;
}

.gal-hc-stat {
  position: absolute;
  bottom: 22px;
  left: calc(68% - 44px);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 14px;
  padding: 12px 16px;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.22);
  min-width: 76px;
}

.gal-hc-stat-val {
  font-size: 12px;
  font-weight: 800;
  color: #003A70;
  line-height: 1;
  margin-bottom: 3px;
}

.gal-hc-stat-lbl {
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6B7280;
}

.gal-section {
  background: #F8F9FB;
  padding-top: 64px;
  padding-bottom: 100px;
}

.gal-grid {
  -moz-columns: 4;
       columns: 4;
  -moz-column-gap: 14px;
       column-gap: 14px;
}
@media (max-width: 992px) {
  .gal-grid {
    -moz-columns: 3;
         columns: 3;
  }
}
@media (max-width: 768px) {
  .gal-grid {
    -moz-columns: 2;
         columns: 2;
  }
}
@media (max-width: 480px) {
  .gal-grid {
    -moz-columns: 1;
         columns: 1;
  }
}

.gal-item {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 14px;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  background: #E0E4EF;
}
.gal-item img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
}
.gal-item:hover img {
  transform: scale(1.04);
}

.gal-item-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 58, 112, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}
.gal-item:hover .gal-item-overlay {
  background: rgba(0, 58, 112, 0.38);
}

.gal-zoom-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  border: none;
  color: #003A70;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.25s, transform 0.25s;
}
.gal-item:hover .gal-zoom-btn {
  opacity: 1;
  transform: scale(1);
}
.gal-zoom-btn:hover {
  background: #F4B400;
  color: #003A70;
}

.gal-lightbox-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  z-index: 1050;
  cursor: pointer;
}
.gal-lightbox-backdrop[hidden] {
  display: none;
}

.gal-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1060;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.gal-lightbox[hidden] {
  display: none;
}
.gal-lightbox > * {
  pointer-events: auto;
}

.gal-lb-img-wrap {
  max-width: min(90vw, 1100px);
  max-height: 88vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gal-lb-img {
  max-width: 100%;
  max-height: 88vh;
  border-radius: 14px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.6);
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.gal-lb-next, .gal-lb-prev, .gal-lb-close {
  position: fixed;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
  z-index: 1061;
}
.gal-lb-next:hover, .gal-lb-prev:hover, .gal-lb-close:hover {
  background: #F4B400;
  color: #003A70;
  border-color: #F4B400;
}

.gal-lb-close {
  top: 20px;
  right: 20px;
}

.gal-lb-prev {
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
@media (max-width: 576px) {
  .gal-lb-prev {
    left: 10px;
  }
}

.gal-lb-next {
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media (max-width: 576px) {
  .gal-lb-next {
    right: 10px;
  }
}

.gal-lb-counter {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.4);
  padding: 5px 14px;
  border-radius: 40px;
  z-index: 1061;
}/*# sourceMappingURL=gallery.css.map */