.hero-ctas,
.cta-ctas {
  flex-wrap: wrap;
}

.language-switcher {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 24px;
  color: var(--text-3);
  font-size: 12px;
}

.language-switcher > span {
  margin-inline-end: 4px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.language-switcher a {
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--text-2);
  padding: 6px 10px;
  text-decoration: none;
  transition: border-color 150ms, color 150ms, background 150ms;
}

.language-switcher a:hover,
.language-switcher a:focus-visible {
  border-color: var(--border-2);
  color: var(--text);
  outline: none;
}

.language-switcher a[aria-current="page"] {
  background: var(--accent-dim);
  border-color: var(--accent);
  color: var(--accent);
}

.alakris-widget-btn {
  align-items: center;
  background: linear-gradient(135deg, #4f8cff, #2563eb);
  border: 0;
  border-radius: 50%;
  bottom: 24px;
  box-shadow: 0 8px 30px rgba(37, 99, 235, 0.42);
  color: #fff;
  cursor: pointer;
  display: flex;
  height: 56px;
  justify-content: center;
  position: fixed;
  inset-inline-end: 24px;
  transition: transform 180ms ease, box-shadow 180ms ease;
  width: 56px;
  z-index: 10001;
}

.alakris-widget-btn:hover,
.alakris-widget-btn:focus-visible {
  box-shadow: 0 12px 34px rgba(37, 99, 235, 0.55);
  outline: none;
  transform: scale(1.06);
}

@media (max-width: 640px) {
  html,
  body {
    max-width: 100%;
    overflow-x: clip;
  }

  .hero-ctas > a,
  .cta-ctas > a {
    justify-content: center;
    text-align: center;
  }

  .anim-frame,
  .anim-frame iframe {
    max-width: 100%;
  }

  .language-switcher {
    justify-content: center;
  }

  .footer-bottom {
    gap: 12px;
  }

  .alakris-widget-btn {
    bottom: 16px;
    inset-inline-end: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .anim-ready .reveal,
  .anim-ready .reveal-bar {
    opacity: 1 !important;
    transform: none !important;
  }
}
