@charset "UTF-8";

/* =========================================
   HEADER / NAVIGATION
   ========================================= */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  transition: background-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

.top-bar {
  background: linear-gradient(90deg, #12354a 0%, #1f6c8b 38%, #4fa3c4 68%, #f2a65a 100%);
  color: var(--snow);
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.14);
}

.top-bar p {
  margin: 0;
  text-align: center;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--snow);
}

.main-header {
  background: rgba(11, 27, 41, 0.84);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.14);
}

.header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 88px;
}

.logo-link {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.logo-link img {
  display: block;
  width: auto;
  max-height: 54px;
}

/* =========================================
   DESKTOP NAV
   ========================================= */

.site-nav ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav li {
  margin: 0;
  padding: 0;
}

.site-nav .nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
  color: rgba(255,255,255,0.92);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  border-radius: var(--radius-pill);
  transition: color 0.3s ease, background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.site-nav .nav-link:hover,
.site-nav .nav-link:focus {
  color: var(--snow);
  background-color: rgba(79,163,196,0.14);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05);
}

.site-nav .nav-link.active {
  color: var(--snow);
  background: linear-gradient(135deg, rgba(31,108,139,0.34) 0%, rgba(79,163,196,0.18) 100%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06);
}

.site-nav .nav-link.active:after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 6px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #6ec1e4 0%, #9ad7ef 45%, #f2a65a 100%);
}

.site-nav .nav-cta {
  margin-left: 6px;
  background: linear-gradient(135deg, #1f6c8b 0%, #4fa3c4 52%, #f2a65a 100%);
  color: var(--snow);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.site-nav .nav-cta:hover,
.site-nav .nav-cta:focus {
  color: var(--snow);
  background: linear-gradient(135deg, #27799b 0%, #67b7d6 52%, #f6b675 100%);
  transform: translateY(-1px);
}

/* =========================================
   MOBILE TOGGLE
   ========================================= */

.menu-toggle {
  display: none;
  width: 52px;
  height: 52px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255,255,255,0.10);
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.menu-toggle:hover,
.menu-toggle:focus {
  background: rgba(255,255,255,0.16);
  outline: none;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  border-radius: 999px;
  background-color: var(--snow);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* =========================================
   FOOTER (UPDATED)
   ========================================= */

.site-footer {
  position: relative;
  padding-top: 56px;
  padding-bottom: 32px;
  background: linear-gradient(180deg, #0b1b29 0%, #081722 100%);
  color: var(--snow);
  border-top: 1px solid rgba(255,255,255,0.06);
  overflow: hidden;
}

.site-footer:before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 300px;
  height: 300px;
  background-color: #f2a65a;
  border-radius: 50%;
  opacity: 0.06;
}

.site-footer:after {
  content: "";
  position: absolute;
  bottom: -140px;
  left: -120px;
  width: 320px;
  height: 320px;
  background-color: #2f89aa;
  border-radius: 50%;
  opacity: 0.08;
}

.site-footer .container {
  position: relative;
  z-index: 2;
}

.footer-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  text-align: center;
}

.footer-tagline {
  max-width: 620px;
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255,255,255,0.78);
  letter-spacing: 0.2px;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.footer-nav a {
  position: relative;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.82);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-nav a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0%;
  height: 1px;
  background: linear-gradient(90deg, #6ec1e4, #f2a65a);
  transition: width 0.3s ease;
}

.footer-nav a:hover,
.footer-nav a:focus {
  color: var(--snow);
}

.footer-nav a:hover:after,
.footer-nav a:focus:after {
  width: 100%;
}

.footer-divider {
  margin: 28px auto;
  width: 100%;
  max-width: 700px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,0.14),
    transparent
  );
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-bottom p {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255,255,255,0.65);
}

.footer-social {
  display: flex;
  gap: 14px;
}

.footer-social a {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-social a:hover,
.footer-social a:focus {
  color: #8ed3ee;
}

/* =========================================
   1200
   ========================================= */

@media screen and (max-width: 1200px) {
  .header-flex {
    min-height: 82px;
  }

  .logo-link img {
    max-height: 50px;
  }

  .site-nav .nav-link {
    padding: 11px 12px;
    font-size: 14px;
  }

  .site-footer {
    padding-top: 50px;
    padding-bottom: 28px;
  }

  .footer-tagline {
    font-size: 14px;
  }

  .footer-nav {
    gap: 14px;
  }
}

/* =========================================
   768
   ========================================= */

@media screen and (max-width: 768px) {
  .top-bar {
    padding: 10px 0;
  }

  .top-bar p {
    font-size: 11px;
    letter-spacing: 1px;
  }

  .header-flex {
    min-height: 76px;
  }

  .logo-link img {
    max-height: 46px;
  }

  .menu-toggle {
    display: inline-block;
    flex-shrink: 0;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 18px 20px 22px;
    background: rgba(11, 27, 41, 0.97);
    border-top: 1px solid rgba(255,255,255,0.08);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.20);
    display: none;
  }

  .site-nav.open {
    display: block;
  }

  .site-nav ul {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .site-nav .nav-link {
    justify-content: flex-start;
    width: 100%;
    padding: 14px 16px;
    border-radius: var(--radius-md);
    background-color: rgba(255,255,255,0.04);
  }

  .site-nav .nav-link.active:after {
    display: none;
  }

  .site-nav .nav-link.active {
    background: linear-gradient(135deg, rgba(31,108,139,0.30) 0%, rgba(79,163,196,0.14) 100%);
  }

  .site-nav .nav-cta {
    margin-left: 0;
  }

  .site-footer {
    padding-top: 44px;
    padding-bottom: 26px;
  }

  .footer-tagline {
    font-size: 14px;
  }

  .footer-nav {
    gap: 12px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}

/* =========================================
   480
   ========================================= */

@media screen and (max-width: 480px) {
  .top-bar p {
    font-size: 10px;
    line-height: 1.5;
  }

  .header-flex {
    min-height: 72px;
  }

  .logo-link img {
    max-height: 40px;
  }

  .menu-toggle {
    width: 46px;
    height: 46px;
  }

  .site-nav {
    padding: 16px 16px 18px;
  }

  .site-nav .nav-link {
    padding: 13px 14px;
    font-size: 14px;
  }

  .footer-tagline {
    font-size: 13px;
    line-height: 1.5;
  }

  .footer-social {
    gap: 10px;
  }
}

/* =========================================
   300
   ========================================= */

@media screen and (max-width: 300px) {
  .top-bar p {
    font-size: 9px;
  }

  .logo-link img {
    max-height: 34px;
  }

  .site-nav .nav-link {
    font-size: 13px;
    padding: 12px;
  }

  .footer-tagline {
    font-size: 12px;
  }

  .footer-bottom p {
    font-size: 11px;
  }
}