/*!****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/global.scss ***!
  \****************************************************************************************************************************************************************************************************************************************/
.monada-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  transition: transform 0.18s ease, background 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.monada-btn__label {
  display: inline-flex;
  align-items: center;
}

.monada-btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.monada-btn__iconImg {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

@keyframes monadaBtnPulse {
  0% {
    transform: scale(1);
  }
  55% {
    transform: scale(1.06);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes monadaBtnPulseRing {
  0% {
    opacity: 0.55;
    transform: scale(0.92);
  }
  70% {
    opacity: 0;
    transform: scale(1.55);
  }
  100% {
    opacity: 0;
    transform: scale(1.55);
  }
}
.monada-btn--blue {
  background: #2b74ff;
  color: #fff !important;
  box-shadow: 0 18px 40px rgba(43, 116, 255, 0.18);
}

.monada-btn--blue:hover,
.monada-btn--blue:focus-visible {
  background: #3a82ff;
  transform: translateY(-1px);
  box-shadow: 0 22px 50px rgba(43, 116, 255, 0.22);
}

.monada-btn--blue:active {
  transform: translateY(0);
}

.monada-btn--white {
  background: #fff;
  color: #0b1b34 !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
}

.monada-btn--white:hover,
.monada-btn--white:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.16);
}

.monada-btn--white:active {
  transform: translateY(0);
}

.monada-btn--icon-circle .monada-btn__icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  animation: monadaBtnPulse 1.65s ease-in-out infinite;
  transform-origin: 50% 50%;
  will-change: transform;
}

.monada-btn--icon-circle .monada-btn__icon::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 999px;
  border: 1px solid currentColor;
  opacity: 0;
  animation: monadaBtnPulseRing 1.65s ease-out infinite;
  pointer-events: none;
}

.monada-btn--blue.monada-btn--icon-circle .monada-btn__icon {
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.92);
}

.monada-btn--white.monada-btn--icon-circle .monada-btn__icon {
  background: rgba(43, 116, 255, 0.12);
  color: #2b74ff;
}

.monada-btn--icon-plain .monada-btn__icon {
  width: auto;
  height: auto;
  background: transparent;
}

@media (prefers-reduced-motion: reduce) {
  .monada-btn--icon-circle .monada-btn__icon,
  .monada-btn--icon-circle .monada-btn__icon::after {
    animation: none !important;
  }
  .monada-btn--icon-circle .monada-btn__icon {
    will-change: auto;
  }
}
/* Put any theme-wide reusable styles here. */
:root {
  --font-sans: Google Sans Flex, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  --color-monada-bg: #001f3e;
  --color-monada-bg-2: #080f21;
  --color-monada-line: rgba(255, 255, 255, 0.1);
  --color-monada-accent: #196eff;
}

.otgs-development-site-front-end {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Utility used by JS (replaces Tailwind's .hidden). */
.hidden {
  display: none !important;
}

body {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  font-family: "Google Sans Flex", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #fff;
  background: var(--color-monada-bg);
}

/* 404 */
.monada-404 {
  min-height: 100svh;
  padding-top: 120px; /* fixed header offset */
  padding-bottom: 80px;
}

.monada-404__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100svh - 200px);
}

.monada-404__card {
  width: min(820px, 100%);
  padding: clamp(1.75rem, 4.5vw, 3rem);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: radial-gradient(1200px 520px at 20% 0%, rgba(25, 110, 255, 0.18) 0%, rgba(25, 110, 255, 0) 62%), color-mix(in oklab, var(--color-monada-bg-2) 88%, transparent);
  backdrop-filter: blur(18px);
  text-align: center;
}

.monada-404__code {
  margin: 0 0 10px;
  font-size: clamp(3.25rem, 8vw, 5.5rem);
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
}

.monada-404__title {
  margin: 0 0 12px;
  font-size: clamp(1.75rem, 3.2vw, 2.4rem);
  line-height: 1.15;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95);
}

.monada-404__text {
  margin: 0 auto 22px;
  max-width: 560px;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.72);
}

.monada-404__actions {
  display: flex;
  justify-content: center;
}

::-moz-selection {
  background: #2b74ff;
  color: #fff;
}

::selection {
  background: #2b74ff;
  color: #fff;
}

/* Utilities */
.monada-container, .monada-footer__inner, .monada-mobileMenu__inner, .monada-navbar__inner, .monada-404__inner {
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}

/* Optional: consistent section spacing helper */
.monada-section {
  padding-block: clamp(2.75rem, 6vw, 5rem);
}

header a {
  text-decoration: none;
}

/* Shared components (moved from header inline Tailwind layer) */
.glass {
  backdrop-filter: blur(24px);
  background: color-mix(in oklab, var(--color-monada-bg-2) 88%, transparent);
  border-bottom: 1px solid var(--color-monada-line);
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* Header (no Tailwind) */
.monada-navbar {
  position: fixed;
  inset-inline: 0;
  top: 0;
  z-index: 50;
  transition: background-color 0.4s ease, backdrop-filter 0.4s ease, border-color 0.4s ease;
}

body:not(.home) .monada-navbar {
  background: var(--color-monada-bg);
}

.home .monada-navbar.is-glass {
  backdrop-filter: blur(24px);
  background: color-mix(in oklab, var(--color-monada-bg-2) 88%, transparent);
  border-bottom: 1px solid var(--color-monada-line);
}

.monada-navbar__bar {
  position: relative;
  z-index: 60;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  padding-block: 1rem;
}

@media (min-width: 1024px) {
  .monada-navbar__bar {
    padding-block: 1.5rem;
  }
}
.monada-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: inherit;
  text-decoration: none;
  padding: 10px 0;
}

.monada-brand__logo {
  height: 32px;
  width: auto;
  max-height: 32px;
  max-width: 220px;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.95;
  transition: opacity 0.2s ease;
}

.monada-brand:hover .monada-brand__logo {
  opacity: 1;
}

.monada-brand__fallback {
  display: flex;
  flex-direction: column;
  line-height: 1;
  min-width: 0;
}

.monada-brand__title {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.monada-brand__tagline {
  margin-top: 4px;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.9;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.monada-navbar__right {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  justify-content: flex-end;
}

.monada-navbar__desktop {
  display: none;
}

.monada-navbar__langDesktop {
  display: none;
}

@media (min-width: 1024px) {
  .monada-navbar__desktop {
    display: block;
    justify-self: center;
  }
  .monada-navbar__langDesktop {
    display: block;
  }
  .monada-navbar__right {
    gap: 1rem;
  }
}
.monada-menu {
  display: flex;
  align-items: center;
  gap: 2.25rem;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  list-style: none;
}
.monada-menu > li > a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: width 0.3s ease;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease;
}
.monada-menu > li > a:hover:after {
  transform: scaleX(1);
}

.monada-menu a {
  color: inherit;
  text-decoration: none;
}

/* Language switcher (no Tailwind) */
.monada-lang {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
}

.monada-lang__btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
  color: inherit;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  cursor: default;
  padding: 0;
}

.monada-lang__chev {
  width: 12px;
  height: 12px;
  opacity: 0.75;
}

.monada-lang__menu {
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  margin-top: 0;
  width: -moz-max-content;
  width: max-content;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(7, 26, 51, 0.95);
  backdrop-filter: blur(24px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  padding: 8px;
  opacity: 0;
  pointer-events: none;
  transform: translate(6px, -50%);
  transition: opacity 0.18s ease, transform 0.18s ease;
  z-index: 60;
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

/* Hover "bridge" so moving from button to menu doesn't close it. */
.monada-lang__menu::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  width: 10px;
}

.monada-lang:hover .monada-lang__menu,
.monada-lang:focus-within .monada-lang__menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, -50%);
}

/* Footer: open dropdown inward (to the left). */
.monada-footer .monada-lang__menu {
  left: auto;
  right: calc(100% + 10px);
  top: 50%;
  margin-top: 0;
  transform: translate(-6px, -50%);
}

.monada-footer .monada-lang__menu::before {
  left: auto;
  right: -10px;
  width: 10px;
  top: 0;
  bottom: 0;
}

.monada-footer .monada-lang:hover .monada-lang__menu,
.monada-footer .monada-lang:focus-within .monada-lang__menu {
  transform: translate(0, -50%);
}

/* Mobile: open below (sideways menu can go offscreen). */
@media (max-width: 640px) {
  .monada-lang__menu {
    left: auto;
    right: 0;
    top: 100%;
    margin-top: 10px;
    transform: translateY(6px);
  }
  .monada-lang__menu::before {
    left: 0;
    right: 0;
    top: -10px;
    bottom: auto;
    width: auto;
    height: 10px;
  }
  .monada-lang:hover .monada-lang__menu,
  .monada-lang:focus-within .monada-lang__menu {
    transform: translateY(0);
  }
}
.monada-lang__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
  border-radius: 10px;
}

.monada-lang__link:hover,
.monada-lang__link:focus-visible,
.monada-lang__link.is-active {
  color: #fff;
}

.monada-burger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  transition: background-color 0.2s ease;
}

.monada-burger:hover {
  background: rgba(255, 255, 255, 0.1);
}

.monada-burger svg {
  width: 20px;
  height: 20px;
  opacity: 0.9;
}

@media (min-width: 1024px) {
  .monada-burger {
    display: none;
  }
}
.monada-mobileOverlay {
  position: fixed;
  inset: 0;
  z-index: 40;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: none;
}

.monada-mobileMenu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 50;
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

@media (min-width: 1024px) {
  .monada-mobileMenu {
    display: none;
  }
}
.monada-mobileMenu.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.monada-mobileMenu__panel {
  backdrop-filter: blur(24px);
  background: color-mix(in oklab, var(--color-monada-bg-2) 92%, transparent);
  border-bottom: 1px solid var(--color-monada-line);
}

.monada-mobileMenu__inner {
  padding-block: 1.25rem;
}

.monada-mobileMenu__list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-size: 13px;
  font-weight: 500;
  list-style: none;
  margin: 0;
  padding: 0;
}

.monada-mobileMenu__list li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.monada-mobileMenu__list a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
}

.monada-mobileMenu__list a:hover,
.monada-mobileMenu__list a:focus-visible {
  color: #fff;
}

.monada-mobileMenu__lang {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

body.monada-menu-open {
  overflow: hidden;
}

/* Footer (no Tailwind) */
.monada-footer {
  padding-top: clamp(2rem, 4vw, 3rem);
  padding-bottom: clamp(1.5rem, 3vw, 2.25rem);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--color-monada-bg);
}

.monada-footer__top {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 1024px) {
  .monada-footer__top {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.monada-footer__menuWrap {
  text-align: center;
}

@media (min-width: 1024px) {
  .monada-footer__menuWrap {
    text-align: left;
  }
}
.monada-footer__menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  row-gap: 0.75rem;
  -moz-column-gap: 54px;
       column-gap: 54px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.monada-footer__menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 640px) {
  .monada-footer__menu {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
}
.monada-footer__menu a {
  color: inherit;
  text-decoration: none;
}

.monada-footer__menu a:hover,
.monada-footer__menu a:focus-visible {
  color: #fff;
}

.monada-footer__divider {
  margin-top: clamp(1.5rem, 3vw, 2.25rem);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.monada-footer__bottom {
  margin-top: clamp(1.25rem, 2.5vw, 1.75rem);
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

@media (min-width: 1024px) {
  .monada-footer__bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.monada-footer__meta {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  color: #9eabc0;
}

@media (min-width: 640px) {
  .monada-footer__meta {
    flex-direction: row;
    align-items: center;
  }
}
.monada-footer__social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.monada-footer__social svg {
  stroke: #7d7d7d;
}

@media (min-width: 640px) {
  .monada-footer__social {
    justify-content: flex-start;
  }
}
.monada-footer__socialLabel {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: clamp(16px, 16px + 2 * (100vw - 375px) / 865, 18px);
  color: #7d7d7d;
}

.monada-footer__socialLinks {
  display: flex;
  gap: 1.25rem;
  flex-shrink: 0;
}

.monada-socialLink {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.monada-socialLink:hover,
.monada-socialLink:focus-visible {
  color: #fff;
  transform: translateY(-1px);
}

.monada-socialIcon {
  width: 20px;
  height: 20px;
  display: block;
}

.monada-ig-icon {
  width: 24px;
  height: 24px;
  color: rgba(255, 255, 255, 0.8);
}
