@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

.geht-theme-section {
  --ge-navy: #0e1430;
  --ge-deep: #070c1d;
  --ge-sky: #48baf1;
  --ge-lime: #94bc2e;
  position: relative;
  box-sizing: border-box;
  width: 100% !important;
  max-width: none !important;
  font-family: "Roboto", "Segoe UI", sans-serif;
}

.geht-theme-section *,
.geht-theme-section *::before,
.geht-theme-section *::after {
  box-sizing: border-box;
}

.geht-theme-section.e-con,
.geht-theme-section .e-con,
.geht-theme-section .e-con-inner {
  --padding-top: 0;
  --padding-right: 0;
  --padding-bottom: 0;
  --padding-left: 0;
}

.geht-theme-section .ge-header-shell,
.geht-theme-section .ge-footer-shell {
  width: min(calc(100% - 48px), 1200px) !important;
  max-width: 1200px !important;
  margin-inline: auto !important;
}

.geht-theme-section .elementor-widget:not(:last-child) {
  margin-block-end: 0;
}

.geht-theme-section .elementor-widget-heading .elementor-heading-title,
.geht-theme-section .elementor-widget-text-editor p,
.geht-theme-section .elementor-widget-text-editor .elementor-widget-container {
  margin: 0;
}

.geht-theme-section a {
  text-decoration: none;
}

.geht-theme-section a:focus-visible,
.geht-theme-section button:focus-visible {
  outline: 2px solid var(--ge-sky);
  outline-offset: 4px;
}

.ge-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.geht-theme-section .ge-button .elementor-button,
.geht-theme-section .ge-button .elementor-button:visited {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  color: #07101e !important;
  background: var(--ge-lime) !important;
  border: 1px solid var(--ge-lime) !important;
  border-radius: 999px;
  box-shadow: none;
  font-weight: 600;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.geht-theme-section .ge-button .elementor-button:hover,
.geht-theme-section .ge-button .elementor-button:focus-visible {
  color: #07101e !important;
  background: #b5d94d !important;
  border-color: #b5d94d !important;
  transform: translateY(-2px);
}

/* Header */
.ge-header {
  position: fixed !important;
  z-index: 200;
  top: 0;
  right: 0;
  left: 0;
  width: auto !important;
  min-height: 0 !important;
  padding: 18px 0 0 !important;
  pointer-events: none;
  background: transparent;
}

body.admin-bar .ge-header {
  top: 32px;
}

.ge-header .ge-header-shell {
  min-height: 70px;
  padding: 8px 10px !important;
  align-items: center;
  pointer-events: auto;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 16px;
  background: rgb(8 13 32 / 72%);
  box-shadow: 0 16px 48px rgb(0 0 0 / 20%);
  backdrop-filter: blur(18px) saturate(130%);
  transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.ge-header.is-scrolled .ge-header-shell {
  background: rgb(8 13 32 / 94%);
  box-shadow: 0 16px 40px rgb(0 0 0 / 30%);
  transform: translateY(-8px);
}

.ge-header-brand,
.ge-header-nav,
.ge-header-action {
  align-self: stretch;
  justify-content: center;
}

.ge-logo {
  width: 190px !important;
}

.ge-logo .elementor-widget-container {
  display: flex;
  min-height: 52px;
  padding: 8px 14px;
  align-items: center;
  border-radius: 11px;
  background: #fff;
}

.ge-logo a {
  display: flex;
  align-items: center;
}

.ge-logo img {
  width: 160px !important;
  height: auto !important;
}

.ge-navigation,
.ge-navigation .elementor-widget-container {
  width: 100%;
}

.ge-nav {
  display: flex;
  gap: clamp(16px, 2vw, 28px);
  align-items: center;
  justify-content: center;
}

.ge-nav > a,
.ge-nav-toggle {
  position: relative;
  display: inline-flex;
  gap: 7px;
  min-height: 42px;
  padding: 8px 0;
  align-items: center;
  color: #dbe2ee !important;
  background: transparent;
  border: 0;
  font: 500 13px/1.2 "Roboto", sans-serif;
  cursor: pointer;
}

.ge-nav > a::after,
.ge-nav-toggle::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 1px;
  background: var(--ge-lime);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.ge-nav > a:hover::after,
.ge-nav-toggle:hover::after,
.ge-nav > a:focus-visible::after,
.ge-nav-toggle:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.ge-nav > a:hover,
.ge-nav-toggle:hover,
.ge-nav > a:focus-visible,
.ge-nav-toggle:focus-visible {
  color: #fff !important;
}

.ge-nav-item {
  position: relative;
}

.ge-submenu {
  position: absolute;
  z-index: 20;
  top: calc(100% + 12px);
  left: -18px;
  display: grid;
  width: 300px;
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  border: 1px solid #2a3551;
  border-radius: 14px;
  background: #11192c;
  box-shadow: 0 24px 48px rgb(0 0 0 / 30%);
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.ge-submenu--wide {
  width: 330px;
}

.ge-submenu a {
  padding: 11px 12px;
  color: #dbe2ee !important;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.35;
}

.ge-submenu a:hover,
.ge-submenu a:focus-visible {
  color: #07101e !important;
  background: var(--ge-lime);
}

.ge-has-submenu:hover .ge-submenu,
.ge-has-submenu:focus-within .ge-submenu,
.ge-has-submenu.is-open .ge-submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.ge-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 12px;
  margin-left: auto;
  flex-direction: column;
  gap: 7px;
  align-items: stretch;
  justify-content: center;
  color: #fff;
  background: transparent;
  border: 1px solid #3c465d;
  border-radius: 10px;
}

.ge-menu-toggle > span:not(.ge-sr-only) {
  height: 2px;
  background: currentColor;
  transition: transform 180ms ease;
}

.ge-menu-toggle[aria-expanded="true"] > span:first-child {
  transform: translateY(4.5px) rotate(45deg);
}

.ge-menu-toggle[aria-expanded="true"] > span:nth-child(2) {
  transform: translateY(-4.5px) rotate(-45deg);
}

.ge-header-action .elementor-button-wrapper {
  text-align: right;
}

.ge-header-cta .elementor-button {
  min-width: 150px;
  border-radius: 10px !important;
}

/* Footer */
.ge-footer {
  padding-block: 80px 24px !important;
  color: #fff;
  background: #050817;
  border-top: 1px solid #27304a;
}

.ge-footer-main {
  display: grid !important;
  grid-template-columns: 2fr 0.8fr 0.8fr 1.1fr;
  gap: 64px !important;
  align-items: flex-start;
}

.ge-footer-main > .e-con {
  width: auto !important;
  min-width: 0;
}

.ge-footer-brand {
  padding-right: 0 !important;
}

.ge-footer-logo {
  width: 205px !important;
  padding: 11px 17px;
  border-radius: 10px;
  background: #fff;
}

.ge-footer-logo img {
  width: 171px;
  height: auto;
}

.ge-footer-copy {
  margin-top: 22px !important;
}

.ge-footer-copy p {
  max-width: 280px;
  color: #b8c2d1;
  font-size: 14px;
  line-height: 1.65;
}

.ge-footer-label .elementor-heading-title {
  color: var(--ge-lime);
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ge-footer-list {
  margin-top: 18px !important;
}

.ge-footer-list p {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.ge-footer-list a {
  color: #d6ddea !important;
  font-size: 14px;
}

.ge-footer-list a:hover,
.ge-footer-list a:focus-visible {
  color: var(--ge-lime) !important;
}

.ge-footer-base {
  margin-top: 58px;
  padding-top: 22px !important;
  border-top: 1px solid #27304a;
}

.ge-footer-meta-copy p {
  color: #7f8ba1;
  font-size: 11px;
  line-height: 1.5;
}

.ge-footer-meta--right {
  text-align: right;
}

@media (max-width: 1024px) {
  .geht-theme-section .ge-header-shell,
  .geht-theme-section .ge-footer-shell {
    width: min(calc(100% - 40px), 1200px) !important;
  }

  .ge-nav {
    gap: 14px;
  }

  .ge-nav > a,
  .ge-nav-toggle {
    font-size: 12px;
  }
}

@media (max-width: 900px) {
  body.admin-bar .ge-header {
    top: 46px;
  }

  .ge-header .ge-header-shell {
    position: relative;
    display: grid !important;
    grid-template-columns: 1fr auto;
  }

  .ge-header {
    padding-top: 10px !important;
  }

  .ge-header-brand,
  .ge-header-nav {
    width: auto !important;
  }

  .ge-header-nav {
    position: static !important;
    grid-column: 2;
    grid-row: 1;
  }

  .ge-header-action {
    display: none !important;
  }

  .ge-header-nav,
  .ge-header-nav .ge-navigation,
  .ge-header-nav .elementor-widget-container {
    position: static !important;
  }

  .ge-menu-toggle {
    display: flex;
  }

  .ge-nav {
    position: absolute;
    z-index: 30;
    top: calc(100% + 12px);
    right: 0;
    left: 0;
    display: none;
    max-height: calc(100vh - 120px);
    padding: 16px;
    overflow-y: auto;
    align-items: stretch;
    flex-direction: column;
    border: 1px solid #293550;
    border-radius: 15px;
    background: #11192c;
    box-shadow: 0 24px 48px rgb(0 0 0 / 35%);
  }

  .ge-navigation.is-open .ge-nav {
    display: flex;
  }

  .ge-nav > a,
  .ge-nav-toggle {
    width: 100%;
    min-height: 44px;
    justify-content: space-between;
    font-size: 14px;
  }

  .ge-nav-item {
    width: 100%;
  }

  .ge-submenu,
  .ge-submenu--wide {
    position: static;
    display: none;
    width: 100%;
    padding: 6px;
    visibility: visible;
    opacity: 1;
    border: 0;
    border-radius: 9px;
    background: #0a1122;
    box-shadow: none;
    transform: none;
  }

  .ge-has-submenu.is-open .ge-submenu {
    display: grid;
  }

  .ge-footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 40px 48px !important;
  }

  .ge-footer-brand,
  .ge-footer-address {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .geht-theme-section .ge-header-shell,
  .geht-theme-section .ge-footer-shell {
    width: min(calc(100% - 28px), 1200px) !important;
  }

  .ge-header .ge-header-shell {
    min-height: 64px;
    padding: 7px 9px !important;
    border-radius: 14px;
  }

  .ge-logo {
    width: 164px !important;
  }

  .ge-logo .elementor-widget-container {
    min-height: 48px;
    padding: 9px 13px;
  }

  .ge-logo img {
    width: 138px !important;
  }

  .ge-footer {
    padding-block: 64px 24px !important;
  }

  .ge-footer-main {
    display: flex !important;
    flex-direction: column !important;
    gap: 34px !important;
  }

  .ge-footer-main > .e-con,
  .ge-footer-brand,
  .ge-footer-links,
  .ge-footer-address {
    width: 100% !important;
  }

  .ge-footer-brand {
    padding-right: 0 !important;
  }

  .ge-footer-base {
    margin-top: 44px;
    flex-direction: column !important;
    gap: 8px !important;
  }

  .ge-footer-meta {
    width: 100% !important;
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ge-submenu,
  .geht-theme-section .elementor-button {
    transition: none !important;
  }
}
