@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap");

:root {
  --shell-ink: #102033;
  --shell-muted: #64748b;
  --shell-brand: #006fb8;
  --shell-brand-strong: #005487;
  --shell-cyan: #00b7d7;
  --shell-lime: #82c341;
  --shell-amber: #f6a821;
  --shell-line: rgba(255, 255, 255, 0.16);
  --shell-font: "Manrope", "Source Sans Pro", system-ui, sans-serif;
  --shell-display: "Space Grotesk", "Manrope", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

body {
  min-width: 0;
  font-family: var(--shell-font);
}

#page-wrapper {
  transition: filter 0.25s ease;
}

#header {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  height: 4.25rem !important;
  left: 0;
  line-height: 1 !important;
  padding: 0 1rem !important;
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 10000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(6, 71, 116, 0.92) !important;
  box-shadow: 0 18px 40px rgba(4, 34, 57, 0.18);
  backdrop-filter: blur(16px);
}

#header.alt {
  background: rgba(6, 71, 116, 0.92) !important;
}

#header h1,
#header.alt h1 {
  height: auto;
  margin: 0;
  opacity: 1 !important;
  visibility: visible !important;
}

#header h1 a {
  display: inline-flex;
  align-items: center;
  border: 0;
  text-decoration: none;
}

#header h1 img {
  display: block;
  width: auto !important;
  max-width: 10rem;
  height: 2.55rem !important;
}

#header nav {
  position: static !important;
  top: auto !important;
  right: auto !important;
  height: auto !important;
  line-height: 1 !important;
  font-family: var(--shell-font) !important;
  font-size: 0.75rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase;
}

#header nav a,
#header nav a[href="#menu"],
#menu1 {
  display: inline-flex !important;
  min-height: 2.35rem;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.13) !important;
  box-shadow: none !important;
  color: #ffffff !important;
  line-height: 1 !important;
  padding: 0 0.9rem !important;
  text-decoration: none !important;
}

#header nav a[href="#menu"]::before {
  content: "\f0c9";
  display: inline-block;
  float: none !important;
  position: static !important;
  order: 0;
  margin: 0 !important;
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", FontAwesome, sans-serif;
  font-weight: 900;
  line-height: 1;
  text-indent: 0;
}

#header nav a[href="#menu"]:hover {
  background: rgba(255, 255, 255, 0.22) !important;
}

#menu {
  display: flex !important;
  align-items: center;
  justify-content: center;
  inset: 0;
  width: 100%;
  height: 100%;
  position: fixed !important;
  z-index: 10001 !important;
  cursor: default;
  background:
    radial-gradient(circle at 20% 10%, rgba(0, 183, 215, 0.18), transparent 26rem),
    rgba(10, 18, 35, 0.68) !important;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  transform: none !important;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  visibility: hidden;
  backdrop-filter: blur(8px);
}

#menu .inner {
  width: min(90vw, 30.25rem) !important;
  max-width: calc(100vw - 2rem) !important;
  max-height: calc(100vh - 2rem);
  overflow: auto;
  position: relative;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 0.35rem;
  background: linear-gradient(180deg, rgba(5, 76, 121, 0.98), rgba(8, 42, 72, 0.99) 55%, rgba(8, 35, 61, 0.99)) !important;
  box-shadow: 0 30px 95px rgba(3, 16, 31, 0.42);
  color: #ffffff;
  opacity: 0;
  padding: 3.7rem 1.65rem 2rem !important;
  transform: translateY(0.65rem) scale(0.98) !important;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

#menu h2,
#menuu,
#menuh2 {
  margin: 0 4.7rem 1.5rem !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18) !important;
  color: #ffffff !important;
  font-family: var(--shell-display) !important;
  font-size: clamp(1.45rem, 4vw, 1.8rem) !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em !important;
  line-height: 1.25 !important;
  padding: 0 0 1.45rem !important;
  text-transform: uppercase;
}

#menu .links {
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu .links li {
  border-top: 1px solid rgba(255, 255, 255, 0.14) !important;
  padding: 0;
}

#menu .links li:first-child {
  border-top: 0 !important;
}

#menu .links a {
  display: block;
  border: 0 !important;
  border-radius: 0.6rem;
  color: rgba(255, 255, 255, 0.9) !important;
  font-family: var(--shell-font) !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  line-height: 1.2 !important;
  padding: 1.05rem 0.75rem !important;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

#menu .links a:hover,
#menu .links a.active {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #ffffff !important;
  transform: translateX(0.18rem);
}

#menu .close {
  width: 4.3rem !important;
  height: 4.3rem !important;
  position: absolute !important;
  top: 1rem !important;
  right: 1rem !important;
  display: block !important;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 0.35rem !important;
  background-color: rgba(255, 255, 255, 0.05) !important;
  background-image: url("../../images/close.svg") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 1.55rem 1.55rem !important;
  color: transparent !important;
  text-indent: 999rem !important;
}

#menu .close:hover {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

body.is-menu-visible {
  overflow: hidden;
}

body.is-menu-visible #page-wrapper {
  filter: blur(0.25rem);
}

body.is-menu-visible #menu {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

body.is-menu-visible #menu .inner {
  opacity: 1;
  transform: translateY(0) scale(1) !important;
}

#footer {
  background:
    radial-gradient(circle at 10% 0%, rgba(0, 183, 215, 0.24), transparent 22rem),
    linear-gradient(160deg, #06314f, #0c253d 55%, #102033) !important;
}

#footer h2,
#footer p,
#footer label,
#footer li,
#footer a {
  color: #ffffff !important;
}

@media (max-width: 560px) {
  #header {
    height: 3.65rem !important;
    padding: 0 0.75rem !important;
  }

  #header h1 img {
    height: 2.15rem !important;
  }

  #header nav a[href="#menu"] {
    min-width: 5rem;
    min-height: 2.55rem;
    gap: 0.4rem;
    padding: 0 0.8rem !important;
    overflow: visible;
    text-indent: 0;
    white-space: nowrap;
  }

  #header nav a[href="#menu"]::before {
    width: auto;
    text-align: center;
    text-indent: 0;
  }

  #menu .inner {
    padding: 3.4rem 1.2rem 1.55rem !important;
  }

  #menu h2,
  #menuu,
  #menuh2 {
    margin-inline: 3.5rem !important;
    padding-bottom: 1.2rem !important;
  }

  #menu .links a {
    font-size: 0.9rem !important;
    padding-block: 0.95rem !important;
  }

  #menu .close {
    width: 3.7rem !important;
    height: 3.7rem !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  #menu,
  #menu .inner,
  #menu .links a,
  #header nav a[href="#menu"] {
    transition: none !important;
  }
}
