:root {
  --openalon-blue: #2e32ff;
  --openalon-dark: #13151a;
  --openalon-gray: #6d7280;
  --openalon-light: #f5f5f7;
}

body {
  font-variant-ligatures: none;
}

a,
a:focus,
a:active,
a:hover {
  cursor: pointer !important;
}

.navbar-logo-left-container.shadow-three.header {
  max-width: 100% !important;
  padding: 0 32px !important;
}

.navbar-wrapper {
  position: relative;
}

.navbar-brand {
  display: flex !important;
  align-items: center !important;
  height: auto !important;
  background: transparent !important;
  outline: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

.brand-wordmark {
  display: block;
  width: 186px;
  height: auto;
}

.brand-wordmark text {
  font-family: "Avenir Next", "Trebuchet MS", "Segoe UI", sans-serif;
}

.menu-list {
  list-style: none;
}

.menu-list a,
.footer-list-menu a,
.footer-bottom-list a {
  text-decoration: none;
}

.menu-size .sub-menu {
  padding-left: 0;
}

.header-background {
  position: fixed;
  inset: 0;
  background: rgba(17, 18, 24, 0.4);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.24s ease, visibility 0.24s ease;
  z-index: 999;
}

.header-background.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.three.col {
  display: none !important;
}

.hamburger {
  display: none;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 12px;
}

.hamburger .lineicon {
  display: block;
  width: 24px;
  height: 3px;
  margin: 5px auto;
  border-radius: 999px;
  background: #323232;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

#hamburger.is-active .lineicon:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

#hamburger.is-active .lineicon:nth-child(2) {
  opacity: 0;
}

#hamburger.is-active .lineicon:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.header-menu {
  display: none;
}

.footer-list-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  margin: 0;
  padding: 0;
}

.footer-bottom-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  align-items: center;
}

.footer-bottom-list .order-last {
  margin-right: auto;
}

.footer-bottom-list a {
  color: #8e8f90;
  font-size: 14px;
  font-weight: 400;
}

.footer-bottom-list a:hover,
.footer-list-menu a:hover {
  color: #ffffff;
}

.news-item.article-card {
  display: block;
}

.news-item.article-card .news-item-content {
  gap: 12px;
}

.news-item.article-card .list-paragraph {
  margin: 0;
}

.about-hero-simple {
  position: relative;
  overflow: hidden;
  padding: 168px 0 96px;
  background:
    radial-gradient(circle at 14% 18%, rgba(46, 50, 255, 0.18), transparent 28%),
    radial-gradient(circle at 84% 16%, rgba(92, 196, 255, 0.2), transparent 24%),
    linear-gradient(135deg, #eef3ff 0%, #f8fbff 52%, #ffffff 100%);
}

.about-hero-panel {
  position: relative;
  overflow: hidden;
  padding: 56px 64px;
  border: 1px solid rgba(46, 50, 255, 0.12);
  border-radius: 36px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(247, 250, 255, 0.92) 100%);
  box-shadow: 0 28px 72px rgba(25, 34, 79, 0.12);
}

.about-hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(46, 50, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(46, 50, 255, 0.05) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 85%);
  pointer-events: none;
}

.about-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  gap: 18px;
  text-align: center;
}

.about-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(46, 50, 255, 0.08);
  color: var(--openalon-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-hero-title {
  position: static;
  inset: auto;
  margin: 0;
  color: var(--openalon-dark);
  font-size: clamp(40px, 7vw, 72px);
  line-height: 0.96;
  letter-spacing: -0.03em;
}

.about-hero-text {
  margin: 0 auto;
  max-width: 680px;
  color: var(--openalon-gray);
  font-size: 20px;
  line-height: 1.7;
}

.about-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 8px;
}

.about-hero-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(46, 50, 255, 0.12);
  color: #2b3150;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 12px 24px rgba(25, 34, 79, 0.08);
}

.about-copy-stack {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  gap: 24px;
}

.about-copy-stack p {
  margin: 0;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.about-card {
  height: 100%;
  padding: 32px;
  border: 1px solid rgba(19, 21, 26, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(19, 21, 26, 0.06);
}

.about-card h3 {
  margin: 0 0 12px;
  color: var(--openalon-dark);
}

.about-card p {
  margin: 0;
  color: var(--openalon-gray);
  line-height: 1.75;
}

.about-cta {
  display: grid;
  justify-items: center;
  gap: 18px;
  margin-top: 32px;
  text-align: center;
}

.about-cta p {
  margin: 0;
  color: var(--openalon-gray);
}

.games-hero {
  position: relative;
  overflow: hidden;
  min-height: auto;
  padding: 168px 0 96px;
  background:
    radial-gradient(circle at 14% 18%, rgba(46, 50, 255, 0.18), transparent 28%),
    radial-gradient(circle at 84% 16%, rgba(92, 196, 255, 0.2), transparent 24%),
    linear-gradient(135deg, #eef3ff 0%, #f8fbff 52%, #ffffff 100%);
}

.games-hero-panel {
  position: relative;
  overflow: hidden;
  padding: 32px 32px 44px;
  border: 1px solid rgba(46, 50, 255, 0.12);
  border-radius: 36px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(247, 250, 255, 0.92) 100%);
  box-shadow: 0 28px 72px rgba(25, 34, 79, 0.12);
}

.games-hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(46, 50, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(46, 50, 255, 0.05) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 85%);
  pointer-events: none;
}

.games-hero-shell {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 20px 48px rgba(19, 21, 26, 0.12);
}

.games-hero-art {
  display: block;
  width: 100%;
  height: auto;
}

.games-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 28px auto 0;
  display: grid;
  gap: 18px;
  text-align: center;
}

.games-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(46, 50, 255, 0.08);
  color: var(--openalon-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.games-overview-section {
  padding-top: 0;
}

.games-copy-stack {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  gap: 24px;
}

.games-copy-stack p {
  margin: 0;
}

.games-page-title {
  margin: 0;
  color: var(--openalon-dark);
  font-size: clamp(40px, 7vw, 72px);
  line-height: 0.96;
  letter-spacing: -0.03em;
}

.games-hero-text {
  margin: 0 auto;
  max-width: 680px;
  color: var(--openalon-gray);
  font-size: 20px;
  line-height: 1.7;
}

.games-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 8px;
}

.games-hero-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(46, 50, 255, 0.12);
  color: #2b3150;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 12px 24px rgba(25, 34, 79, 0.08);
}

.games-simplified-grid,
.games-principles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.games-simplified-card,
.games-principle-card {
  height: 100%;
  padding: 32px 28px;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(19, 21, 26, 0.08);
}

.games-simplified-card {
  border-top: 5px solid var(--openalon-blue);
}

.games-card-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 32px;
  margin-bottom: 18px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(46, 50, 255, 0.1);
  color: var(--openalon-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.games-simplified-card h3,
.games-principle-card h3 {
  margin: 0 0 14px;
  color: var(--openalon-dark);
}

.games-simplified-card p,
.games-principle-card p {
  margin: 0;
  color: var(--openalon-gray);
  line-height: 1.75;
}

.games-principle-card {
  border: 1px solid rgba(46, 50, 255, 0.1);
  background: linear-gradient(180deg, #ffffff 0%, #f6f8ff 100%);
}

.home-simple-hero {
  position: relative;
  overflow: hidden;
  padding: 148px 0 84px;
  background:
    radial-gradient(circle at 10% 16%, rgba(46, 50, 255, 0.16), transparent 26%),
    radial-gradient(circle at 86% 18%, rgba(82, 187, 255, 0.18), transparent 24%),
    linear-gradient(135deg, #eef3ff 0%, #f8fbff 56%, #ffffff 100%);
}

.home-simple-shell {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-radius: 36px;
  border: 1px solid rgba(46, 50, 255, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(248, 250, 255, 0.94) 100%);
  box-shadow: 0 30px 72px rgba(25, 34, 79, 0.12);
}

.home-simple-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(46, 50, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(46, 50, 255, 0.045) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 88%);
  pointer-events: none;
}

.home-simple-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 32px;
  align-items: center;
  padding: 18px 16px 8px;
}

.home-simple-media {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 24px;
  border-radius: 28px;
  box-shadow: 0 20px 48px rgba(19, 21, 26, 0.12);
}

.home-simple-art {
  display: block;
  width: 100%;
  height: auto;
}

.home-simple-copy {
  display: grid;
  gap: 22px;
}

.home-simple-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  width: fit-content;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(46, 50, 255, 0.08);
  color: var(--openalon-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-simple-title {
  margin: 0;
  color: var(--openalon-dark);
  font-size: clamp(46px, 7vw, 78px);
  line-height: 0.94;
  letter-spacing: -0.04em;
}

.home-simple-text {
  margin: 0;
  max-width: 680px;
  color: var(--openalon-gray);
  font-size: 21px;
  line-height: 1.7;
}

.home-simple-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.home-secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid rgba(46, 50, 255, 0.14);
  border-radius: 999px;
  background: #ffffff;
  color: var(--openalon-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(25, 34, 79, 0.08);
}

.home-secondary-button:hover {
  color: var(--openalon-blue);
}

.home-simple-aside {
  display: grid;
  gap: 16px;
}

.home-signal-card,
.home-feature-card,
.home-direction-card {
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(19, 21, 26, 0.08);
}

.home-signal-card {
  padding: 24px;
  border: 1px solid rgba(46, 50, 255, 0.1);
}

.home-signal-card span,
.home-direction-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 30px;
  margin-bottom: 14px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(46, 50, 255, 0.08);
  color: var(--openalon-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-signal-card h3,
.home-feature-card h3,
.home-direction-card h3 {
  margin: 0 0 10px;
  color: var(--openalon-dark);
}

.home-signal-card p,
.home-feature-card p,
.home-direction-card p,
.home-cta-panel p {
  margin: 0;
  color: var(--openalon-gray);
  line-height: 1.75;
}

.home-simple-section {
  padding-top: 72px;
  padding-bottom: 72px;
}

.home-section-header {
  max-width: 760px;
  margin: 0 auto 36px;
  text-align: center;
}

.home-section-header h2 {
  margin-bottom: 12px;
}

.home-feature-grid,
.home-direction-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.home-feature-card {
  padding: 32px 28px;
  border: 1px solid rgba(19, 21, 26, 0.06);
}

.home-simple-band {
  padding-top: 68px;
  padding-bottom: 68px;
}

.home-direction-card {
  display: block;
  height: 100%;
  padding: 32px 28px;
  border: 1px solid rgba(46, 50, 255, 0.1);
  background: linear-gradient(180deg, #ffffff 0%, #f6f8ff 100%);
  text-decoration: none;
}

.home-direction-card:hover {
  color: inherit;
}

.home-cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 36px;
  border-radius: 32px;
  background: linear-gradient(135deg, #11131b 0%, #1d2340 68%, #283270 100%);
  box-shadow: 0 28px 60px rgba(19, 21, 26, 0.16);
}

.home-cta-panel h2 {
  margin: 12px 0 14px;
  color: #ffffff;
}

.home-cta-panel .home-simple-eyebrow {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.home-cta-panel p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.82);
}

.cookie-banner {
  display: none;
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 999997;
  background: #f3f6f4;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
  border-radius: 20px;
  padding: 18px 20px;
}

.cookie-banner-inner {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}

.cookie-banner-copy {
  max-width: 760px;
  color: #444444;
  font-size: 14px;
  line-height: 1.7;
}

.cookie-banner-copy p {
  margin: 0;
}

.cookie-banner-copy a {
  color: #444444;
  text-decoration: underline;
}

.cookie-banner-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.cookie-banner-actions button {
  border: 1px solid var(--openalon-blue);
  background: var(--openalon-blue);
  color: #ffffff;
  border-radius: 999px;
  padding: 12px 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cookie-banner-actions button:last-child {
  background: #ffffff;
  color: var(--openalon-blue);
}

.cookie-banner-copy .cookie-policy-link {
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

.scroll-lock {
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .about-grid {
    grid-template-columns: 1fr;
  }

  .home-simple-grid,
  .home-cta-panel,
  .games-simplified-grid,
  .games-principles-grid {
    grid-template-columns: 1fr;
  }

  .home-feature-grid,
  .home-direction-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom-list .order-last {
    margin-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .home-simple-hero {
    padding: 128px 0 64px;
  }

  .home-simple-shell {
    padding: 18px;
    border-radius: 24px;
  }

  .home-simple-media {
    margin-bottom: 20px;
    border-radius: 18px;
  }

  .home-simple-title {
    font-size: clamp(36px, 12vw, 52px);
  }

  .home-simple-text {
    font-size: 18px;
  }

  .home-simple-actions {
    align-items: stretch;
  }

  .home-simple-actions .button-primary,
  .home-secondary-button {
    width: 100%;
  }

  .home-feature-card,
  .home-direction-card,
  .home-signal-card {
    padding: 24px 20px;
    border-radius: 22px;
  }

  .home-simple-section,
  .home-simple-band {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .home-cta-panel {
    padding: 28px 20px;
    border-radius: 24px;
  }

  .about-hero-simple {
    padding: 132px 0 72px;
  }

  .about-hero-panel {
    padding: 32px 22px;
    border-radius: 24px;
  }

  .about-hero-text {
    font-size: 17px;
  }

  .about-card {
    padding: 24px;
  }

  .games-hero {
    padding: 132px 0 72px;
  }

  .games-hero-panel {
    padding: 18px 18px 30px;
    border-radius: 24px;
  }

  .games-hero-shell {
    border-radius: 18px;
  }

  .games-hero-text {
    font-size: 18px;
  }

  .games-simplified-card,
  .games-principle-card {
    padding: 24px 20px;
    border-radius: 22px;
  }

  .navbar-logo-left-container.shadow-three.header {
    padding: 0 !important;
  }

  .three.col {
    display: flex !important;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
  }

  .hamburger {
    display: block;
  }

  .menu-list.sm-hide {
    display: none !important;
  }

  .header-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: block;
    padding: 12px 0 18px;
    background: #ffffff;
    border-radius: 0 0 24px 24px;
    box-shadow: 0 32px 64px rgba(0, 0, 0, 0.12);
    opacity: 0;
    transform: translateY(-18px);
    pointer-events: none;
    transition: opacity 0.24s ease, transform 0.24s ease;
    z-index: 1001;
  }

  .header-menu.is-active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .header-menu > .menu-list {
    max-height: 72vh;
    overflow-y: auto;
    opacity: 1;
    margin: 0;
    padding: 0 24px;
  }

  .header-menu .menu {
    opacity: 1 !important;
    border-bottom: 1px solid rgba(19, 21, 26, 0.08);
    padding: 16px 0;
  }

  .header-menu .menu:last-child {
    border-bottom: 0;
  }

  .header-menu .sub-menu {
    margin: 10px 0 0;
    padding-left: 0;
  }

  .header-menu .sub-item {
    margin-top: 10px;
  }

  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 16px;
  }

  .cookie-banner-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .cookie-banner-actions {
    justify-content: stretch;
  }

  .cookie-banner-actions button {
    flex: 1 1 140px;
  }
}
