@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url("/assets/fonts/unbounded-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url("/assets/fonts/unbounded-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --content-width: 1180px;
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --radius-sm: 10px;
  --space-1: 0.5rem;
  --space-2: 0.75rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2rem;
  --space-6: 3rem;
  --space-7: 4rem;
  --shadow-1: 0 22px 54px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  --font-family-base: "Unbounded", "Segoe UI", system-ui, -apple-system, sans-serif;
  --wght-body: 350;
  --wght-ui: 450;
  --wght-eyebrow: 550;
  --wght-h2: 650;
  --wght-hero: 800;
  --font-weight-body: var(--wght-body);
  --font-weight-ui: var(--wght-ui);
  --font-weight-eyebrow: var(--wght-eyebrow);
  --font-weight-strong: var(--wght-h2);
  --font-weight-display: var(--wght-h2);
  --font-weight-hero: var(--wght-hero);
}

:root[data-theme="dark"] {
  --bg-color: #080808;
  --text-color: #ffffff;
  --muted-text: rgba(255, 255, 255, 0.72);
  --panel-bg: rgba(255, 255, 255, 0.04);
  --panel-border: rgba(255, 255, 255, 0.12);
  --accent: #f2c800;
  --accent-strong: #ffd92e;
  --accent-text: #111111;
  --blob-1: #3a3a3a;
  --blob-2: #1f1f1f;
  --blob-3: #2a2a2a;
  --blob-4: #141414;
  --blob-5: #4a4a4a;
  --blob-duration-base: 22s;
  --blob-ease: cubic-bezier(0.25, 0.08, 0.18, 0.98);
  --blob-shift-x: 3%;
  --blob-shift-y: 5%;
  --blob-scale-end: 1.04;
  --surface: rgba(11, 11, 11, 0.82);
  --surface-elevated: rgba(20, 20, 20, 0.82);
  --theme-color: #080808;
  --logo-filter: saturate(1.03) contrast(1.05) brightness(1.02);
  --giraffe-filter: saturate(0.88) hue-rotate(14deg) brightness(0.88) contrast(1.08);
  --giraffe-opacity: 0.9;
  --service-ai-glow: #f2c800;
  --service-dev-glow: #61d2ff;
  --service-data-glow: #9bff9f;
  --stat-color-1: #61d2ff;
  --stat-color-2: #f2c800;
  --stat-color-3: #9bff9f;
  --card-content-color: rgba(255, 255, 255, 0.62);
  --card-emboss-hi: rgba(255, 255, 255, 0.07);
  --card-emboss-lo: rgba(0, 0, 0, 0.34);
  --wght-body: 310;
  --wght-ui: 410;
  --wght-eyebrow: 500;
  --wght-h2: 610;
  --wght-hero: 760;
}

:root[data-theme="light"] {
  --bg-color: #f5f5f5;
  --text-color: #090909;
  --muted-text: rgba(9, 9, 9, 0.72);
  --panel-bg: rgba(0, 0, 0, 0.03);
  --panel-border: rgba(0, 0, 0, 0.08);
  --accent: #8c4dff;
  --accent-strong: #a76dff;
  --accent-text: #051017;
  --blob-1: #d6d6d6;
  --blob-2: #ececec;
  --blob-3: #dddddd;
  --blob-4: #efefef;
  --blob-5: #cfcfcf;
  --blob-duration-base: 14s;
  --blob-ease: ease-in-out;
  --blob-shift-x: 5%;
  --blob-shift-y: 9%;
  --blob-scale-end: 1.07;
  --surface: rgba(255, 255, 255, 0.86);
  --surface-elevated: rgba(245, 245, 245, 0.93);
  --theme-color: #f5f5f5;
  --logo-filter: saturate(0.66) hue-rotate(-6deg) brightness(0.96) contrast(1.04);
  --giraffe-filter: saturate(0.72) brightness(1.16) contrast(1.1);
  --giraffe-opacity: 0.2;
  --service-ai-glow: #ba8f00;
  --service-dev-glow: #61d2ff;
  --service-data-glow: #59b87f;
  --stat-color-1: #2a96c8;
  --stat-color-2: #ba8f00;
  --stat-color-3: #3c9f70;
  --card-content-color: rgba(9, 9, 9, 0.54);
  --card-emboss-hi: rgba(255, 255, 255, 0.48);
  --card-emboss-lo: rgba(0, 0, 0, 0.12);
  --wght-body: 350;
  --wght-ui: 450;
  --wght-eyebrow: 550;
  --wght-h2: 650;
  --wght-hero: 800;
}

:root[data-theme="light"] .hero-visual-float {
  mix-blend-mode: normal;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
  overscroll-behavior: none;
  scrollbar-gutter: stable both-edges;
}

body {
  margin: 0;
  min-height: 100vh;
  min-height: 100dvh;
  font-family: var(--font-family-base);
  font-weight: var(--font-weight-body);
  font-optical-sizing: auto;
  background: var(--bg-color);
  color: var(--text-color);
  line-height: 1.55;
  letter-spacing: 0.004em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: background-color 0.4s ease, color 0.4s ease;
  overflow-x: hidden;
}

main {
  flex: 1 0 auto;
}

@media (max-width: 768px) {
  :root {
    --wght-ui: 430;
    --wght-h2: 620;
    --wght-hero: 760;
  }
}

.brand-text,
.service-panel-content h3,
.compliance-group-title,
.ecosystem-bubble h3,
.contact-btn {
  font-weight: var(--font-weight-strong);
}

.hero-title {
  font-weight: var(--font-weight-hero);
}

.section-title,
.stat-value {
  font-weight: var(--font-weight-display);
}

.hero-eyebrow {
  font-weight: var(--font-weight-eyebrow);
}

.section-kicker,
.glass-tab,
.compliance-code,
.cloud-item,
.stat-label,
.footer-links a {
  font-weight: var(--font-weight-ui);
}

.section-lead,
.service-desc,
.service-panel-content ul li,
.compliance-name,
.ecosystem-bubble-note,
.contact-note,
.footer-copy,
.footer-made {
  font-weight: var(--font-weight-body);
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link:focus {
  position: fixed;
  left: var(--space-3);
  top: var(--space-3);
  width: auto;
  height: auto;
  background: var(--text-color);
  color: var(--bg-color);
  padding: var(--space-2) var(--space-3);
  border-radius: var(--radius-sm);
  z-index: 1000;
}

.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;
}

.site-shell {
  position: relative;
  isolation: isolate;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

.liquid-bg {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  filter: blur(64px);
}

.liquid-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}

.liquid-bg.is-webgl-active {
  filter: none !important;
}

.mobile-webgl-active .liquid-bg .blob {
  display: none;
}

.national-pattern-overlay {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: url("../media/kyrgyz-pattern.svg");
  background-repeat: repeat;
  background-size: 400px;
  opacity: 0.058;
  -webkit-mask-image: linear-gradient(to top left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 80%);
  mask-image: linear-gradient(to top left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 80%);
  transition: opacity 0.4s ease;
}

:root[data-theme="light"] .national-pattern-overlay {
  opacity: 0.05;
  filter: none;
}

:root[data-theme="dark"] .national-pattern-overlay {
  opacity: 0.058;
  filter: none;
}

.blob {
  position: absolute;
  border-radius: 50%;
  animation: morph var(--blob-duration-base) infinite alternate var(--blob-ease);
}

.blob-1 {
  width: min(58vw, 760px);
  height: min(58vw, 760px);
  background: var(--blob-1);
  left: -8%;
  top: -16%;
}

.blob-2 {
  width: min(46vw, 620px);
  height: min(46vw, 620px);
  background: var(--blob-2);
  right: -8%;
  bottom: -18%;
  animation-duration: calc(var(--blob-duration-base) + 7s);
  animation-direction: alternate-reverse;
}

.blob-3 {
  width: min(44vw, 560px);
  height: min(44vw, 560px);
  background: var(--blob-3);
  left: 28%;
  top: 8%;
  opacity: 0.62;
  animation-duration: calc(var(--blob-duration-base) + 3s);
}

.blob-4 {
  width: min(30vw, 390px);
  height: min(30vw, 390px);
  background: var(--blob-4);
  left: 48%;
  top: 44%;
  opacity: 0.56;
  animation-duration: calc(var(--blob-duration-base) + 11s);
  animation-direction: alternate-reverse;
}

.blob-5 {
  width: min(26vw, 320px);
  height: min(26vw, 320px);
  background: var(--blob-5);
  left: 24%;
  bottom: 6%;
  opacity: 0.48;
  animation-duration: calc(var(--blob-duration-base) + 15s);
}

@keyframes morph {
  0% {
    border-radius: 41% 59% 70% 30% / 40% 41% 59% 60%;
    transform: translate(0, 0) scale(1);
  }

  100% {
    border-radius: 62% 38% 33% 67% / 59% 33% 67% 41%;
    transform: translate(var(--blob-shift-x), var(--blob-shift-y)) scale(var(--blob-scale-end));
  }
}

.container {
  width: min(var(--content-width), calc(100% - 2rem));
  margin-inline: auto;
}

.glass {
  background: var(--panel-bg);
  border: 1px solid var(--panel-border);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  box-shadow: var(--shadow-1);
  transition: background-color 0.36s ease, border-color 0.36s ease, box-shadow 0.36s ease;
}

.site-header .nav.glass,
.glass-tabs-nav,
.cookie-banner {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.site-header {
  position: sticky;
  top: var(--space-3);
  z-index: 30;
  margin-top: var(--space-3);
}

.nav {
  border-radius: var(--radius-xl);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
  padding: var(--space-3) var(--space-4);
}

.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
}

.brand-logo {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  filter: var(--logo-filter);
  transition: filter 0.35s ease;
}

.brand-text {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.96rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  justify-self: start;
}

.nav-link {
  text-decoration: none;
  font-size: 0.95rem;
  color: var(--muted-text);
  transition: color 0.2s ease;
}

.nav-link:hover,
.nav-link:focus-visible,
.nav-link[aria-current="page"] {
  color: var(--text-color);
}

.nav-controls {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.55rem;
  margin-left: auto;
}

.theme-toggle,
.lang-toggle {
  appearance: none;
  border: 1px solid var(--panel-border);
  background: transparent;
  color: var(--text-color);
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.theme-toggle:hover,
.theme-toggle:focus-visible,
.lang-toggle:hover,
.lang-toggle:focus-visible {
  border-color: color-mix(in srgb, var(--text-color) 26%, var(--panel-border));
  background: color-mix(in srgb, var(--panel-bg) 45%, transparent);
  transform: translateY(-1px);
}

.theme-toggle:focus-visible,
.lang-toggle:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.theme-toggle {
  position: relative;
  width: 44px;
  height: 44px;
  border: 1px solid var(--panel-border);
  border-radius: 999px;
  padding: 0;
}

.theme-icon {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.theme-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.theme-icon-moon {
  opacity: 0;
  transform: scale(0.78) rotate(-16deg);
}

.theme-toggle[data-theme-state="dark"] .theme-icon-sun {
  opacity: 0;
  transform: scale(0.78) rotate(16deg);
}

.theme-toggle[data-theme-state="dark"] .theme-icon-moon {
  opacity: 1;
  transform: scale(1) rotate(0);
}

.lang-toggle {
  min-width: 58px;
  height: 44px;
  border-radius: 999px;
  padding: 0 0.9rem;
  font: inherit;
  font-size: 0.77rem;
  letter-spacing: 0.12em;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  color: var(--text-color);
}

.lang-current {
  display: inline-block;
  min-width: 2ch;
  text-align: center;
}

main {
  flex: 1 0 auto;
  padding-top: var(--space-5);
  padding-bottom: var(--space-7);
}

.section > .section-head {
  padding-inline: clamp(0.4rem, 1.8vw, 1.3rem);
}

.hero-cinematic {
  position: relative;
  min-height: 85vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4rem 1rem;
  z-index: 10;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
}

.hero-cinematic .hero-eyebrow {
  margin: 0;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: var(--font-weight-eyebrow);
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}

.hero-cinematic .hero-title {
  font-size: clamp(3.8rem, 10vw, 8rem);
  font-weight: var(--font-weight-hero);
  line-height: 0.9;
  letter-spacing: -0.04em;
  margin: 0 0 2rem;
  color: var(--text-color);
  background: none;
  -webkit-text-fill-color: currentColor;
  text-rendering: geometricPrecision;
  font-synthesis: none;
}

.scramble-host {
  position: relative;
}

.scramble-final-layer {
  display: block;
  opacity: 0.28;
  transition: opacity 95ms ease-out;
}

.scramble-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  white-space: pre-wrap;
  filter: blur(0.28px);
  transition: opacity 95ms cubic-bezier(0.22, 1, 0.36, 1), filter 95ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, filter;
  font-variant-ligatures: none;
}

.scramble-overlay.is-active {
  opacity: 1;
  filter: blur(0);
}

:root[data-theme="dark"] .hero-cinematic .hero-title {
  color: color-mix(in srgb, var(--text-color) 96%, transparent);
}

:root[data-theme="light"] .hero-cinematic .hero-title {
  color: color-mix(in srgb, var(--text-color) 92%, transparent);
}

.hero-cinematic .hero-lead {
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  color: var(--muted-text);
  max-width: 650px;
  margin: 0 auto 3rem;
  line-height: 1.6;
}

.hero-cinematic .hero-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 0;
}

.hero-cinematic .hero-eyebrow::after {
  content: "_";
  display: inline-block;
  margin-left: 0.22rem;
  animation: blink-cursor 1.05s steps(1, end) infinite;
}

@keyframes blink-cursor {
  0%,
  49% {
    opacity: 1;
  }

  50%,
  100% {
    opacity: 0;
  }
}

.hero-visual-float {
  position: absolute;
  top: 50%;
  right: -5%;
  width: min(55vw, 650px);
  z-index: 1;
  pointer-events: none;
  animation: levitate 14s ease-in-out infinite alternate;
}

.hero-visual-float img {
  width: 100%;
  height: auto;
  filter: var(--giraffe-filter);
  -webkit-mask-image: radial-gradient(circle at 50% 50%, black 40%, transparent 80%);
  mask-image: radial-gradient(circle at 50% 50%, black 40%, transparent 80%);
  opacity: var(--giraffe-opacity);
  transition: filter 0.35s ease, opacity 0.35s ease;
}

@keyframes levitate {
  0% {
    transform: translateY(-48%) rotate(-1.5deg) scale(0.98);
  }

  100% {
    transform: translateY(-52%) rotate(1.5deg) scale(1.02);
  }
}

.btn {
  appearance: none;
  border: 1px solid var(--panel-border);
  border-radius: 999px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.55rem 1.1rem;
  font-size: 0.94rem;
  font-weight: var(--font-weight-ui);
  color: var(--text-color);
  background: transparent;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.page-footer,
.contact-note,
.section-kicker,
.stat-value {
  transition: background-color 0.36s ease, border-color 0.36s ease, color 0.36s ease;
}

:root.theme-switching body,
:root.theme-switching .glass,
:root.theme-switching .theme-toggle,
:root.theme-switching .lang-toggle,
:root.theme-switching .btn,
:root.theme-switching .nav-link,
:root.theme-switching .cloud-item,
:root.theme-switching .footer-links a,
:root.theme-switching .section-kicker,
:root.theme-switching .stat-value,
:root.theme-switching .contact-note,
:root.theme-switching .service-icon,
:root.theme-switching .brand-logo,
:root.theme-switching .hero-visual-float img {
  transition-duration: 0.42s !important;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
}

.btn-primary {
  border-color: var(--accent);
  background: var(--accent);
  color: var(--accent-text);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: var(--accent-strong);
  color: var(--accent-text);
}

.section {
  margin-top: calc(var(--space-6) + 1.8rem);
}

.section-head {
  max-width: 74ch;
  margin-bottom: calc(var(--space-4) + 0.32rem);
}

.section-head.text-center {
  margin-inline: auto;
  text-align: center;
}

.section-kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--accent);
  font-size: 0.96rem;
}

.section-title {
  margin: 0.7rem 0 0.8rem;
  font-size: clamp(1.6rem, 4vw, 2.45rem);
  line-height: 1.15;
}

.section-lead {
  margin: 0;
  color: var(--muted-text);
  line-height: 1.62;
}

.partners-section .section-lead,
.ecosystem-section .section-lead,
.compliance-section .section-lead {
  color: var(--card-content-color);
  line-height: 1.62;
  text-shadow: 0 1px 0 var(--card-emboss-hi), 0 -1px 0 var(--card-emboss-lo);
}

.timezone-line {
  display: block;
  margin-top: 0.42rem;
  line-height: 1.5;
  color: var(--card-content-color);
  text-shadow: 0 1px 0 var(--card-emboss-hi), 0 -1px 0 var(--card-emboss-lo);
}

.partners-section .section-head {
  max-width: 78ch;
}

.partners-section {
  margin-top: calc(var(--space-7) + 2rem);
}

.partners-section .partner-cloud {
  position: relative;
  overflow: hidden;
  padding-bottom: 2.15rem;
}

.partners-section .partner-cloud::before {
  content: "";
  position: absolute;
  bottom: -4.2rem;
  left: -3.6rem;
  width: 26rem;
  height: 26rem;
  background: center / contain no-repeat url("/assets/media/logo.png");
  filter: var(--logo-filter);
  opacity: 0.28;
  z-index: 0;
  pointer-events: none;
}

.partners-section .partner-cloud .cloud-item {
  position: relative;
  z-index: 1;
}

.ecosystem-section {
  margin-top: calc(var(--space-6) + 2.8rem);
  margin-bottom: calc(var(--space-6) + 1.9rem);
}

.ecosystem-section .section-head {
  max-width: 80ch;
}

.ecosystem-cloud {
  width: min(820px, 70%);
  max-width: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.04rem;
}

.ecosystem-bubble {
  --ecosystem-accent: var(--accent);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.16rem;
  padding: 1.08rem 1.02rem 1.02rem;
  border-radius: 24px;
  min-height: 100%;
  background: var(--panel-bg);
  border: 1px solid var(--panel-border);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: border-color 0.26s ease, transform 0.26s ease, box-shadow 0.26s ease, background-color 0.26s ease;
}

.ecosystem-bubble::after,
.ecosystem-bubble::before {
  content: none;
}

.ecosystem-bubble::after {
  width: 13px;
  height: 13px;
  right: 17px;
  bottom: -8px;
}

.ecosystem-bubble::before {
  width: 7px;
  height: 7px;
  right: 10px;
  bottom: -16px;
}

.ecosystem-bubble:hover,
.ecosystem-bubble:focus-within {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--ecosystem-accent) 30%, var(--panel-border));
  box-shadow: 0 10px 24px color-mix(in srgb, var(--text-color) 12%, transparent);
}

.ecosystem-bubble--span-5 {
  grid-column: span 5;
}

.ecosystem-bubble--span-7 {
  grid-column: span 7;
}

.ecosystem-bubble--span-12 {
  grid-column: span 12;
}

.ecosystem-bubble--ai {
  --ecosystem-accent: var(--service-ai-glow);
}

.ecosystem-bubble--solver {
  --ecosystem-accent: var(--service-dev-glow);
}

.ecosystem-bubble--runtime {
  --ecosystem-accent: var(--service-data-glow);
}

.ecosystem-bubble--links {
  --ecosystem-accent: var(--accent);
}

.ecosystem-bubble.ecosystem-bubble--links h3 {
  color: var(--text-color);
}

.ecosystem-bubble-head {
  display: block;
  margin-bottom: 0;
}

.ecosystem-bubble-icon {
  width: 1.86rem;
  height: 1.86rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ecosystem-accent);
  border: 1px solid color-mix(in srgb, var(--ecosystem-accent) 42%, var(--panel-border));
  background: color-mix(in srgb, var(--ecosystem-accent) 12%, transparent);
  flex-shrink: 0;
}

.ecosystem-bubble-icon svg {
  width: 0.92rem;
  height: 0.92rem;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ecosystem-bubble h3 {
  margin: 0;
  font-size: 0.94rem;
  letter-spacing: 0.035em;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--ecosystem-accent);
}

.ecosystem-bubble-note {
  margin: 0;
  font-size: 0.76rem;
  line-height: 1.6;
  font-weight: 400;
  color: var(--card-content-color);
  text-shadow: 0 1px 0 var(--card-emboss-hi), 0 -1px 0 var(--card-emboss-lo);
}

.ecosystem-stack-icons {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.52rem;
}

.ecosystem-stack-icon {
  width: 1.86rem;
  height: 1.86rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ecosystem-accent);
  border: 1px solid color-mix(in srgb, var(--ecosystem-accent) 42%, var(--panel-border));
  background: color-mix(in srgb, var(--ecosystem-accent) 10%, transparent);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--ecosystem-accent) 10%, transparent);
}

.ecosystem-stack-icon svg {
  width: 0.92rem;
  height: 0.92rem;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ecosystem-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.36rem;
  color: var(--text-color);
  text-decoration: none;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-weight: 650;
  border: 1px solid color-mix(in srgb, var(--panel-border) 92%, transparent);
  background: color-mix(in srgb, var(--panel-bg) 84%, transparent);
  border-radius: 999px;
  padding: 0.42rem 0.72rem;
  align-self: flex-start;
  transition: transform 0.24s ease, background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease;
}

.ecosystem-bubble-links {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0.78rem;
}

.ecosystem-bubble-link-item {
  display: grid;
  gap: 0.24rem;
  align-content: start;
}

.ecosystem-bubble-link-note {
  margin: 0;
  font-size: 0.64rem;
  line-height: 1.6;
  font-weight: 400;
  color: var(--card-content-color);
  text-shadow: 0 1px 0 var(--card-emboss-hi), 0 -1px 0 var(--card-emboss-lo);
}

.ecosystem-link--secondary {
  margin-top: 0;
  text-transform: none;
  letter-spacing: 0.025em;
  font-size: 0.66rem;
  padding: 0.82rem 1.1rem 0.88rem;
  border-radius: var(--radius-lg);
}

.ecosystem-link--stacked {
  display: inline-grid;
  gap: 0.16rem;
  align-items: flex-start;
}

.ecosystem-link-title {
  display: block;
  color: inherit;
  font: inherit;
  line-height: 1.08;
}

.ecosystem-link-desc {
  display: block;
  font-size: 0.58rem;
  line-height: 1.26;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: color-mix(in srgb, var(--text-color) 58%, transparent);
}

.ecosystem-link--secondary::after {
  content: none;
}

.ecosystem-link::after {
  content: "→";
  font-size: 0.92em;
  transform: translateY(-0.02em);
  transition: transform 0.24s ease;
}

.ecosystem-link:hover::after,
.ecosystem-link:focus-visible::after {
  transform: translateX(2px) translateY(-0.02em);
}

.ecosystem-link:hover,
.ecosystem-link:focus-visible {
  background: color-mix(in srgb, var(--ecosystem-accent) 18%, var(--panel-bg));
  border-color: color-mix(in srgb, var(--ecosystem-accent) 36%, var(--panel-border));
}

.ecosystem-extra-links {
  margin-top: 1.15rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.72rem;
  flex-wrap: wrap;
}

.ecosystem-extra-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid var(--panel-border);
  background: var(--panel-bg);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  color: var(--text-color);
  padding: 0.54rem 0.96rem;
  font-size: 0.7rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-weight: 620;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.ecosystem-extra-link:hover,
.ecosystem-extra-link:focus-visible {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--accent) 34%, var(--panel-border));
  box-shadow: 0 8px 20px color-mix(in srgb, var(--text-color) 10%, transparent);
}

.partner-cloud {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem 3.5vw;
  padding: 2rem 0;
  max-width: 900px;
  margin-inline: auto;
}

.cloud-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: clamp(1rem, 2.5vw, 1.3rem);
  font-weight: 600;
  color: var(--text-color);
  white-space: nowrap;
  opacity: 0.15;
  transition: opacity 0.4s ease, transform 0.4s ease, filter 0.4s ease;
  animation: cloud-breathe var(--anim-dur, 12s) infinite alternate ease-in-out var(--anim-del, 0s);
}

.hero-skill-cloud {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 3rem auto 0;
  gap: 0.9rem 1.65rem;
  padding-block: 1.2rem 0.2rem;
  padding-inline: 1rem;
}

.hero-skill-cloud .cloud-item {
  animation: none;
  opacity: 0.08;
  filter: blur(1px);
  transform: translateY(0) scale(0.985);
  transition:
    opacity 1.2s ease,
    filter 1.2s ease,
    transform 1.2s ease,
    color 0.62s ease;
  text-shadow: none;
  font-size: clamp(0.9rem, 2.1vw, 1.08rem);
  letter-spacing: 0.065em;
}

.hero-skill-cloud .cloud-item.cloud-item--group {
  color: var(--accent);
  opacity: 0.16;
}

.hero-skill-cloud .cloud-item.is-hot {
  opacity: 0.86;
  filter: blur(0);
  transform: translateY(-1px) scale(1);
}

.hero-skill-cloud .cloud-item.cloud-item--group.is-hot {
  opacity: 0.98;
}

.hero-skill-cloud .cloud-item:hover,
.hero-skill-cloud .cloud-item:focus-visible {
  opacity: 1;
  filter: blur(0);
  transform: translateY(-2px) scale(1.02);
  animation-play-state: paused;
  text-shadow: 0 0 18px color-mix(in srgb, var(--text-color) 22%, transparent);
}

.cloud-item:hover,
.cloud-item:focus-visible {
  opacity: 1;
  transform: scale(1.05);
  filter: blur(0);
  animation-play-state: paused;
  text-shadow: 0 0 20px color-mix(in srgb, var(--text-color) 30%, transparent);
}

.cloud-item:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
  border-radius: 6px;
}

@keyframes cloud-breathe {
  0%,
  15% {
    opacity: 0.1;
    filter: blur(2px);
  }

  50%,
  65% {
    opacity: 0.85;
    filter: blur(0);
  }

  100% {
    opacity: 0.1;
    filter: blur(2px);
  }
}

.services-showcase .section-head.text-center {
  margin: 0 auto 3rem;
  text-align: center;
  max-width: 800px;
}

.compliance-section .section-head {
  margin: 0 auto 2.8rem;
  text-align: center;
  max-width: 860px;
}

.compliance-accordion {
  width: min(820px, 70%);
  max-width: 100%;
  margin-inline: auto;
  display: grid;
  gap: 0.7rem;
}

.compliance-tab {
  --compliance-group-color: var(--text-color);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
  box-shadow: 0 6px 14px color-mix(in srgb, var(--text-color) 6%, transparent);
}

.compliance-tab.is-open {
  border-color: color-mix(in srgb, var(--accent) 24%, var(--panel-border));
  box-shadow: 0 10px 22px color-mix(in srgb, var(--text-color) 10%, transparent);
}

.compliance-tab-trigger {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--text-color);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 0.92rem;
  padding: 0.82rem 1.05rem;
  cursor: pointer;
  text-align: left;
}

.compliance-group-title {
  margin: 0;
  display: inline-flex;
  align-items: center;
  min-height: 1.55rem;
  line-height: 1.22;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: var(--font-weight-strong);
  color: var(--compliance-group-color);
}

.compliance-tab-icon {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--panel-border) 80%, transparent);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  align-self: center;
  justify-self: end;
  line-height: 1;
  color: var(--accent);
}

.compliance-tab-icon::before {
  content: "+";
  display: block;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  transform: translateY(-0.03em);
}

.compliance-tab.is-open .compliance-tab-icon::before {
  content: "−";
}

.compliance-tab-panel {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  opacity: 0;
  will-change: grid-template-rows, opacity;
  transition: grid-template-rows 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.22s ease;
}

.compliance-tab.is-open .compliance-tab-panel {
  grid-template-rows: 1fr;
  opacity: 1;
}

.compliance-accordion.is-booting .compliance-tab-panel {
  transition: none;
}

.compliance-tab-panel > * {
  min-height: 0;
}

.compliance-list {
  overflow: hidden;
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 0.44rem;
  padding: 0.66rem 0.88rem 0.74rem;
  border-top: 1px solid color-mix(in srgb, var(--panel-border) 72%, transparent);
}

.compliance-entry {
  display: grid;
  align-content: start;
  gap: 0.16rem;
  min-height: auto;
  text-decoration: none;
  border: 1px solid color-mix(in srgb, var(--panel-border) 72%, transparent);
  border-radius: 10px;
  padding: 0.5rem 0.56rem;
  background: color-mix(in srgb, var(--panel-bg) 54%, transparent);
  transition: border-color 0.22s ease, background-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
  box-shadow: inset 0 1px 0 color-mix(in srgb, var(--text-color) 5%, transparent);
}

.compliance-entry.has-icon {
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 0.46rem;
  align-items: start;
}

.compliance-entry-icon {
  width: 1rem;
  height: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: color-mix(in srgb, var(--compliance-group-color) 60%, transparent);
  margin-top: 0.1rem;
  flex-shrink: 0;
}

.compliance-entry-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.compliance-entry-body {
  display: grid;
  gap: 0.16rem;
  min-width: 0;
}

.compliance-entry:hover,
.compliance-entry:focus-visible {
  border-color: color-mix(in srgb, var(--accent) 34%, var(--panel-border));
  background: color-mix(in srgb, var(--panel-bg) 78%, transparent);
  transform: translateY(-1px);
  box-shadow: inset 0 1px 0 color-mix(in srgb, var(--text-color) 7%, transparent);
}

:root[data-theme="light"] .compliance-tab {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}

:root[data-theme="light"] .compliance-tab.is-open {
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

:root[data-theme="light"] .compliance-entry {
  box-shadow: none;
}

:root[data-theme="dark"] .compliance-tab {
  --compliance-group-color: rgba(255, 255, 255, 0.92);
}

:root[data-theme="dark"] .compliance-tab-trigger {
  color: rgba(255, 255, 255, 0.96);
}

:root[data-theme="dark"] .compliance-tab-icon {
  color: var(--accent-strong);
  border-color: color-mix(in srgb, var(--accent) 32%, var(--panel-border));
  background: color-mix(in srgb, var(--panel-bg) 74%, transparent);
}

:root[data-theme="dark"] .compliance-entry-icon {
  color: color-mix(in srgb, var(--accent) 62%, rgba(255, 255, 255, 0.28));
}

.compliance-entry:focus-visible,
.compliance-tab-trigger:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.compliance-code {
  font-size: 0.77rem;
  line-height: 1.12;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: var(--font-weight-strong);
}

.compliance-name {
  font-size: 0.82rem;
  line-height: 1.58;
  color: var(--card-content-color);
  text-shadow: 0 1px 0 var(--card-emboss-hi), 0 -1px 0 var(--card-emboss-lo);
}

.glass-tabs-nav {
  display: inline-flex;
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--surface-elevated) 72%, transparent) 0%,
    color-mix(in srgb, var(--surface) 82%, transparent) 100%
  );
  border: 1px solid color-mix(in srgb, var(--panel-border) 92%, rgba(255, 255, 255, 0.06));
  border-radius: 999px;
  padding: 0.4rem;
  margin: 0 auto 3rem;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 18px 34px color-mix(in srgb, var(--bg-color) 28%, transparent),
    inset 0 1px 0 color-mix(in srgb, white 10%, transparent);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  max-width: 100%;
}

.glass-tab {
  background: transparent;
  border: none;
  border-radius: 999px;
  padding: 0.7rem 1.8rem;
  color: var(--muted-text);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.glass-tab:hover {
  color: var(--text-color);
}

.glass-tab:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.glass-tab.active {
  background: var(--text-color);
  color: var(--bg-color);
  box-shadow: 0 4px 15px color-mix(in srgb, var(--text-color) 15%, transparent);
}

.services-stage {
  display: grid;
  grid-template-areas: "stack";
  max-width: 850px;
  margin: 0 auto;
}

.service-panel {
  grid-area: stack;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px) scale(0.98);
  filter: blur(8px);
  transition: opacity 0.5s ease, transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.5s ease;
}

.service-panel.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  filter: blur(0);
  z-index: 2;
}

.service-panel-content {
  display: flex;
  gap: 2.5rem;
  padding: 3rem;
  border-radius: var(--radius-xl);
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}

.service-panel-content.glass {
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--surface-elevated) 78%, transparent) 0%,
    color-mix(in srgb, var(--surface) 86%, transparent) 100%
  );
  border: 1px solid color-mix(in srgb, var(--panel-border) 96%, rgba(255, 255, 255, 0.05));
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 22px 42px color-mix(in srgb, var(--bg-color) 34%, transparent),
    inset 0 1px 0 color-mix(in srgb, white 11%, transparent);
}

.service-panel-content .service-icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--panel-border) 40%, transparent);
  border-radius: 20px;
  padding: 14px;
  color: var(--accent);
}

.service-panel-content .service-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-panel-content .glow-ai {
  color: var(--service-ai-glow);
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--service-ai-glow) 35%, transparent),
    0 0 24px color-mix(in srgb, var(--service-ai-glow) 28%, transparent);
}

.service-panel-content .glow-dev {
  color: var(--service-dev-glow);
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--service-dev-glow) 35%, transparent),
    0 0 24px color-mix(in srgb, var(--service-dev-glow) 24%, transparent);
}

.service-panel-content .glow-data {
  color: var(--service-data-glow);
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--service-data-glow) 35%, transparent),
    0 0 24px color-mix(in srgb, var(--service-data-glow) 24%, transparent);
}

.service-panel-content h3 {
  font-size: 1.8rem;
  margin: 0 0 1rem;
  letter-spacing: -0.02em;
}

.service-desc {
  font-size: 0.98rem;
  color: var(--card-content-color);
  margin-bottom: 1.2rem;
  line-height: 1.66;
  text-shadow: 0 1px 0 var(--card-emboss-hi), 0 -1px 0 var(--card-emboss-lo);
}

.service-panel-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.8rem;
}

.service-panel-content ul li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 0.88rem;
  line-height: 1.66;
  color: var(--card-content-color);
  text-shadow: 0 1px 0 var(--card-emboss-hi), 0 -1px 0 var(--card-emboss-lo);
}

.service-prefix {
  color: var(--text-color);
  font-weight: 600;
}

.service-panel-content ul li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: bold;
}

.service-art {
  position: absolute;
  right: 0.92rem;
  bottom: 0.82rem;
  width: 3.25rem;
  height: 3.25rem;
  color: var(--service-art-color, var(--accent));
  opacity: 0.34;
  pointer-events: none;
}

.service-art path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.05;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-panel--dev {
  --service-art-color: var(--service-ai-glow);
}

.service-panel--ai {
  --service-art-color: var(--service-data-glow);
}

.service-panel--data {
  --service-art-color: var(--service-dev-glow);
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition: opacity 0.62s ease, transform 0.62s ease;
  will-change: opacity, transform;
}

.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.stats-grid {
  list-style: none;
  margin: 0 auto;
  padding: 2.3rem 1rem 3.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem 8vw;
  max-width: 1100px;
  width: min(1100px, 100%);
  align-items: flex-start;
}

.stat {
  background: transparent;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
  flex: 0 1 auto;
  min-width: 220px;
  display: grid;
  align-content: start;
  justify-items: center;
  text-align: center;
  padding: 0;
}

.stat-value {
  margin: 0 0 0.5rem;
  display: block;
  white-space: nowrap;
  overflow: visible;
  padding-inline: 0.14em;
  font-size: clamp(3.3rem, 6.3vw, 5.8rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.02;
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: currentColor;
  color: var(--text-color);
}

.stat-value--dev {
  color: var(--stat-color-1);
}

.stat-value--ai {
  color: var(--stat-color-2);
}

.stat-value--data {
  color: var(--stat-color-3);
}

@media (min-width: 641px) {
  .stats-grid .stat:nth-child(3) .stat-value--data {
    margin-top: -0.18rem;
  }
}

.stat-label {
  margin: 0;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--muted-text);
  font-weight: 600;
}

.contact-card {
  background: transparent;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
  text-align: center;
  padding: 8rem 0 4rem;
  max-width: 1000px;
  margin-inline: auto;
}

.contact-card p {
  margin: 0;
  color: var(--muted-text);
}

.contact-card .section-head {
  margin-inline: auto;
}

#contact-title {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 2rem;
}

.contact-notes {
  display: none;
}

.contact-note {
  border-radius: var(--radius-sm);
  border: 1px solid var(--panel-border);
  padding: 0.7rem 0.86rem;
  background: var(--surface);
  color: var(--card-content-color);
  line-height: 1.58;
  text-shadow: 0 1px 0 var(--card-emboss-hi), 0 -1px 0 var(--card-emboss-lo);
}

.contact-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-top: 3rem;
}

.contact-btn {
  text-decoration: none;
  border-radius: 999px;
  min-height: 48px;
  padding: 1.2rem 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 1px solid var(--panel-border);
  background: var(--panel-bg);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  color: var(--text-color);
  transition: background-color 0.4s ease, color 0.4s ease, transform 0.4s ease, box-shadow 0.4s ease;
  gap: 0.86rem;
}

.contact-btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.02em;
  height: 2.02em;
  flex: 0 0 2.02em;
  line-height: 1;
  border-radius: 999px;
  background: color-mix(in srgb, var(--text-color) 14%, transparent);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--text-color) 12%, transparent);
}

.contact-btn-icon svg {
  width: 1.18em;
  height: 1.18em;
  fill: #fff;
  stroke: none;
}

.contact-btn--telegram .contact-btn-icon {
  background: #229ed9;
  color: #fff;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, #229ed9 72%, #ffffff 28%);
}

.contact-btn--whatsapp .contact-btn-icon {
  background: #25d366;
  color: #fff;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, #25d366 72%, #ffffff 28%);
}

.contact-btn--whatsapp .contact-btn-icon svg {
  width: 1.28em;
  height: 1.28em;
  transform: translateY(-0.02em);
}

.contact-btn--email .contact-btn-icon {
  background: var(--accent);
  color: #fff;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--accent) 72%, #ffffff 28%);
}

.contact-btn--email .contact-btn-icon svg {
  width: 1.22em;
  height: 1.22em;
}

.love-from-block {
  width: min(var(--content-width), calc(100% - 2rem));
  margin: 7.5rem auto 6rem;
  display: flex;
  justify-content: center;
  position: relative;
  isolation: isolate;
}

.love-from-block::before {
  content: "";
  position: absolute;
  top: 50%;
  right: clamp(7%, 10vw, 17%);
  transform: translateY(-50%);
  width: clamp(240px, 34vw, 560px);
  height: clamp(132px, 16vw, 248px);
  background: linear-gradient(
    135deg,
    color-mix(in srgb, #d92027 84%, transparent) 0%,
    color-mix(in srgb, #ffcf28 84%, transparent) 100%
  );
  -webkit-mask-image: url("../media/kyrgyz-pattern.svg");
  mask-image: url("../media/kyrgyz-pattern.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  filter: saturate(1.03) contrast(1.01);
  pointer-events: none;
  z-index: 0;
}

:root[data-theme="dark"] .love-from-block::before {
  opacity: 0.4;
}

:root[data-theme="light"] .love-from-block::before {
  opacity: 0.3;
}

.love-from-text {
  margin: 0;
  max-width: 790px;
  text-align: center;
  color: var(--muted-text);
  font-size: clamp(0.82rem, 1.08vw, 0.95rem);
  line-height: 1.66;
  letter-spacing: 0.012em;
  font-style: italic;
  position: relative;
  z-index: 1;
}

.cookie-banner {
  position: fixed;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  width: min(980px, calc(100% - 1.25rem));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.95rem;
  align-items: center;
  padding: 0.82rem 0.95rem;
  border-radius: var(--radius-lg);
  z-index: 1500;
}

:root[data-cookie-consent="accepted"] .cookie-banner,
:root[data-cookie-consent="declined"] .cookie-banner {
  display: none;
}

.cookie-banner.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(10px);
}

.cookie-banner-text {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.45;
  color: var(--muted-text);
}

.cookie-banner-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.cookie-banner-btn {
  border: 1px solid var(--panel-border);
  background: color-mix(in srgb, var(--panel-bg) 84%, transparent);
  color: var(--text-color);
  border-radius: 999px;
  padding: 0.46rem 0.88rem;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 620;
  cursor: pointer;
}

.cookie-banner-btn--accept {
  background: var(--text-color);
  color: var(--bg-color);
  border-color: color-mix(in srgb, var(--text-color) 72%, transparent);
}

.contact-btn:hover,
.contact-btn:focus-visible {
  background: var(--text-color);
  color: var(--bg-color);
  transform: translateY(-4px);
  box-shadow: 0 10px 30px color-mix(in srgb, var(--text-color) 14%, transparent);
}

.page-contacts .contact-page-wrap {
  margin-top: 1rem;
}

.page-contacts .contact-card {
  max-width: 760px;
  margin-inline: auto;
}

.page-footer {
  border-top: 1px solid var(--panel-border);
  margin-top: calc(var(--space-7) + 0.75rem);
  padding-block: var(--space-3);
  background: rgba(0, 0, 0, 0.12);
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.7rem 1.18rem;
}

.footer-copy {
  margin: 0;
  color: var(--muted-text);
  font-size: 0.78rem;
  text-align: center;
  order: 2;
}

.footer-made {
  margin: 0;
  color: var(--muted-text);
  font-size: 0.78rem;
  text-align: center;
  order: 3;
  white-space: nowrap;
}

.footer-links {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: center;
  flex: 0 0 100%;
  order: 1;
}

.footer-links a {
  font-size: 0.82rem;
  text-decoration: none;
  color: var(--muted-text);
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--text-color);
}

@media (max-width: 1040px) {
  .blob-3 {
    width: min(52vw, 520px);
    height: min(52vw, 520px);
    left: 24%;
    top: 10%;
    opacity: 0.66;
  }
}

@media (max-width: 980px) {
  .ecosystem-cloud {
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 0.9rem;
  }

  .ecosystem-bubble--span-7 {
    grid-column: span 5;
  }

  .ecosystem-bubble--span-5 {
    grid-column: span 3;
  }

  .ecosystem-bubble--span-12 {
    grid-column: span 8;
  }
}

@media (max-width: 768px) {
  :root[data-theme="dark"] {
    --blob-1: #101010;
    --blob-2: #090909;
    --blob-3: #0d0d0d;
    --blob-4: #050505;
    --blob-5: #141414;
  }

  .liquid-bg {
    filter: none;
  }

  .mobile-webgl-active .nav.glass {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  :root[data-theme="dark"].mobile-webgl-active .nav.glass {
    background: linear-gradient(180deg, rgba(14, 14, 14, 0.7) 0%, rgba(6, 6, 6, 0.84) 100%);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  :root[data-theme="light"].mobile-webgl-active .nav.glass {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.74) 0%, rgba(255, 255, 255, 0.62) 100%);
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.58);
  }

  .hero-cinematic {
    align-items: flex-start;
    text-align: left;
    padding: 4.45rem 1.2rem 4rem;
  }

  .hero-cinematic .hero-eyebrow {
    font-size: clamp(0.64rem, 2.05vw, 0.76rem);
    letter-spacing: 0.1em;
    line-height: 1.3;
    margin-bottom: 1.1rem;
    max-width: min(96%, 24rem);
  }

  .hero-cinematic .hero-title {
    font-size: clamp(3.2rem, 14vw, 4.8rem);
    text-shadow: none;
  }

  .blob,
  .hero-visual-float {
    animation: none;
  }

  .blob {
    display: none;
  }

  .blob-1 {
    width: min(82vw, 1060px);
    height: min(82vw, 1060px);
    background: radial-gradient(circle at center, color-mix(in srgb, var(--blob-1) 68%, transparent) 0%, color-mix(in srgb, var(--blob-1) 44%, transparent) 24%, transparent 72%);
    opacity: 0.56;
  }

  .blob-2 {
    width: min(65vw, 870px);
    height: min(65vw, 870px);
    background: radial-gradient(circle at center, color-mix(in srgb, var(--blob-2) 68%, transparent) 0%, color-mix(in srgb, var(--blob-2) 42%, transparent) 24%, transparent 72%);
    opacity: 0.48;
  }

  .blob-3 {
    width: min(62vw, 784px);
    height: min(62vw, 784px);
    background: radial-gradient(circle at center, color-mix(in srgb, var(--blob-3) 64%, transparent) 0%, color-mix(in srgb, var(--blob-3) 38%, transparent) 24%, transparent 72%);
    opacity: 0.36;
  }

  .blob-4 {
    width: min(42vw, 546px);
    height: min(42vw, 546px);
    background: radial-gradient(circle at center, color-mix(in srgb, var(--blob-4) 58%, transparent) 0%, color-mix(in srgb, var(--blob-4) 34%, transparent) 24%, transparent 72%);
    opacity: 0.26;
  }

  .blob-5 {
    width: min(36vw, 448px);
    height: min(36vw, 448px);
    background: radial-gradient(circle at center, color-mix(in srgb, var(--blob-5) 56%, transparent) 0%, color-mix(in srgb, var(--blob-5) 32%, transparent) 24%, transparent 72%);
    opacity: 0.22;
  }

  .hero-cinematic .hero-actions {
    justify-content: flex-start;
  }

  .glass-tabs-nav {
    display: flex;
    width: 100%;
    overflow: hidden;
    justify-content: space-between;
    padding: 0.4rem;
    border-radius: 999px;
    left: 0;
    transform: none;
    margin-bottom: 2rem;
    gap: 0.34rem;
  }

  .glass-tab {
    flex: 1;
    padding: 0.66rem 0.44rem;
    font-size: clamp(0.7rem, 2.8vw, 0.95rem);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.2rem;
    white-space: normal;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.02em;
    overflow-wrap: anywhere;
    text-wrap: balance;
    border-radius: 999px;
  }

  .service-panel-content {
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.65rem 1.6rem 2rem;
  }

  .hero-visual-float {
    right: -45%;
    top: 55%;
    transform: translateY(-50%);
    width: 140vw;
    opacity: 0.5;
    z-index: -1;
    animation: none;
  }

  .hero-visual-float img {
    -webkit-mask-image: linear-gradient(to left, black 20%, transparent 85%);
    mask-image: linear-gradient(to left, black 20%, transparent 85%);
  }

  .national-pattern-overlay {
    background-size: 250px;
    opacity: 0.028;
    -webkit-mask-image: none;
    mask-image: none;
  }

  :root[data-theme="dark"] .national-pattern-overlay {
    opacity: 0.022;
  }

  .cookie-banner {
    width: min(980px, calc(100% - 1rem));
    grid-template-columns: 1fr;
    gap: 0.7rem;
    padding: 0.72rem 0.8rem;
    border-color: rgba(255, 255, 255, 0.14);
    background: linear-gradient(180deg, rgba(16, 16, 16, 0.56) 0%, rgba(8, 8, 8, 0.74) 100%);
    backdrop-filter: blur(18px) saturate(148%);
    -webkit-backdrop-filter: blur(18px) saturate(148%);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }

  :root[data-theme="light"] .cookie-banner {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.7) 100%);
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.58);
  }

  .cookie-banner-text {
    color: var(--text-color);
  }

  .cookie-banner-btn {
    border: 1px solid var(--panel-border);
    background: color-mix(in srgb, var(--panel-bg) 84%, transparent);
    color: var(--text-color);
  }

  .cookie-banner-actions {
    justify-content: flex-end;
  }
}

@media (max-width: 640px) {
  .blob-3 {
    width: min(72vw, 420px);
    height: min(72vw, 420px);
    left: 14%;
    top: 16%;
    opacity: 0.72;
  }

  .blob-4 {
    width: min(52vw, 320px);
    height: min(52vw, 320px);
    left: 44%;
    top: 50%;
    opacity: 0.46;
  }

  .blob-5 {
    display: none;
  }

  .container {
    width: min(var(--content-width), calc(100% - 1.75rem));
  }

  .site-header {
    margin-top: 0.55rem;
    top: 0.55rem;
  }

  .nav {
    border-radius: var(--radius-lg);
    padding: 0.8rem;
  }

  .nav-controls {
    gap: 0.45rem;
  }

  .theme-toggle,
  .lang-toggle {
    height: 40px;
  }

  .theme-toggle {
    width: 40px;
  }

  .lang-toggle {
    min-width: 52px;
    padding-inline: 0.72rem;
  }

  .brand-text {
    font-size: 0.88rem;
  }

  .footer-inner {
    gap: 0.54rem 0.9rem;
  }

  .footer-links {
    gap: 0.62rem;
  }

  .footer-copy,
  .footer-made {
    font-size: 0.76rem;
  }

  .section-title {
    font-size: clamp(1.4rem, 6.6vw, 1.95rem);
  }

  .stats-grid {
    gap: 2.1rem 1.2rem;
    padding: 2.5rem 0.4rem 2.2rem;
  }

  .stat {
    min-width: 210px;
    max-width: 420px;
  }

  .partner-cloud {
    gap: 1rem 1.15rem;
    padding-block: 1.2rem;
  }

  .partner-cloud .cloud-item {
    animation-name: cloud-breathe-mobile;
    transition: opacity 0.4s ease, transform 0.4s ease;
  }

  .ecosystem-cloud {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.74rem;
  }

  .ecosystem-bubble,
  .ecosystem-bubble--span-5,
  .ecosystem-bubble--span-7,
  .ecosystem-bubble--span-12 {
    grid-column: span 2;
    padding: 0.98rem 0.9rem;
    gap: 1.02rem;
  }

  .ecosystem-bubble-head {
    display: block;
  }

  .ecosystem-bubble h3 {
    font-size: 0.77rem;
    letter-spacing: 0.02em;
    line-height: 1.16;
  }

  .ecosystem-bubble-note {
    font-size: 0.66rem;
    margin: 0;
  }

  .ecosystem-bubble-link-note {
    font-size: 0.61rem;
  }

  .ecosystem-stack-icon {
    width: 1.58rem;
    height: 1.58rem;
  }

  .ecosystem-stack-icon svg {
    width: 0.78rem;
    height: 0.78rem;
  }

  .ecosystem-extra-links {
    margin-top: 0.86rem;
    gap: 0.58rem;
  }

  .ecosystem-extra-link {
    font-size: 0.62rem;
    padding: 0.48rem 0.76rem;
  }

  .compliance-accordion {
    width: 100%;
    gap: 0.6rem;
  }

  .compliance-tab-trigger {
    padding: 0.72rem 0.84rem;
  }

  .compliance-tab-icon {
    width: 1.45rem;
    height: 1.45rem;
  }

  .compliance-entry {
    gap: 0.16rem;
  }

  .compliance-entry.has-icon {
    grid-template-columns: auto minmax(0, 1fr);
    column-gap: 0.4rem;
  }

  .compliance-entry-icon {
    width: 0.9rem;
    height: 0.9rem;
  }

  .compliance-list {
    grid-template-columns: 1fr;
    padding: 0.54rem 0.78rem 0.68rem;
  }

  .compliance-group-title {
    font-size: 0.84rem;
  }

  .compliance-code {
    font-size: 0.72rem;
  }

  .compliance-name {
    font-size: 0.76rem;
  }

  .hero-skill-cloud {
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    transform: none;
    gap: 0.56rem 0.8rem;
    padding-block: 0.9rem 0;
  }

  .hero-skill-cloud .cloud-item {
    display: none;
  }

  .hero-skill-cloud .cloud-item[data-mobile="keep"] {
    display: inline-flex;
  }

  .glass,
  .glass-tabs-nav,
  .theme-toggle,
  .lang-toggle {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .cloud-item {
    font-size: clamp(0.84rem, 4.2vw, 1.02rem);
    letter-spacing: 0.06em;
  }

  .hero-skill-cloud .cloud-item {
    font-size: clamp(0.58rem, 2.5vw, 0.72rem);
    filter: none;
    letter-spacing: 0.05em;
    transition:
      opacity 1.2s ease,
      transform 1.2s ease,
      color 0.62s ease;
  }

  @keyframes cloud-breathe-mobile {
    0%,
    15% {
      opacity: 0.1;
    }

    50%,
    65% {
      opacity: 0.85;
    }

    100% {
      opacity: 0.1;
    }
  }

  .service-panel-content h3 {
    font-size: 1.45rem;
  }

  .service-desc {
    font-size: 1rem;
    line-height: 1.6;
  }

  .service-panel-content ul li {
    font-size: 0.84rem;
    line-height: 1.6;
  }

  .service-panel-content ul {
    gap: 1rem;
  }

  .service-art {
    width: 2.7rem;
    height: 2.7rem;
    right: 0.72rem;
    bottom: 0.62rem;
    opacity: 0.3;
  }

  .contact-card {
    padding: 5rem 0 2.5rem;
  }

  #contact-title {
    font-size: clamp(1.64rem, 8.4vw, 2.2rem);
    margin-bottom: 1.4rem;
  }

  .contact-actions {
    margin-top: 2rem;
    gap: 0.85rem;
  }

  .contact-btn {
    min-height: 44px;
    padding: 0.95rem 1.5rem;
    font-size: 0.93rem;
  }

  .contact-btn-icon {
    width: 1.82em;
    height: 1.82em;
    flex-basis: 1.82em;
  }

  .contact-btn-icon svg {
    width: 1.02em;
    height: 1.02em;
  }

  .love-from-block {
    margin: 5rem auto 4rem;
  }

  .love-from-block::before {
    right: 8%;
    width: clamp(190px, 58vw, 330px);
    height: clamp(108px, 29vw, 176px);
    -webkit-mask-size: contain;
    mask-size: contain;
    opacity: 0.3;
  }

  .love-from-text {
    max-width: 100%;
    font-size: 0.8rem;
    line-height: 1.62;
  }

  .hero-content,
  .section > .section-head {
    padding-inline: 0.35rem;
  }

  main {
    padding-top: var(--space-3);
    padding-bottom: var(--space-4);
  }

  .section {
    margin-top: calc(var(--space-5) + 1.45rem);
  }

  .partners-section {
    margin-top: calc(var(--space-6) + 1.18rem);
  }

  .partners-section .partner-cloud {
    padding-bottom: 1.65rem;
  }

  .partners-section .partner-cloud::before {
    width: 19.5rem;
    height: 19.5rem;
    bottom: -3.1rem;
    left: -2.6rem;
    opacity: 0.22;
  }

  .compliance-section {
    margin-top: calc(var(--space-6) + 1.4rem);
  }

}

@media (prefers-reduced-motion: reduce) {
  .hero-skill-cloud .cloud-item {
    transition: none;
  }

  .cloud-item {
    animation: none;
    opacity: 0.6;
    filter: none;
  }

  .hero-cinematic .hero-eyebrow::after {
    animation: none;
    opacity: 1;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}

@media (prefers-contrast: more) {
  :root {
    --muted-text: color-mix(in srgb, var(--text-color) 84%, transparent);
    --card-content-color: color-mix(in srgb, var(--text-color) 78%, transparent);
    --panel-border: color-mix(in srgb, var(--text-color) 38%, transparent);
  }

  .glass,
  .service-panel-content,
  .compliance-entry,
  .contact-btn {
    box-shadow: none !important;
  }
}

@media (forced-colors: active) {
  .glass,
  .service-panel-content,
  .compliance-entry,
  .contact-btn,
  .compliance-tab-trigger,
  .glass-tab {
    forced-color-adjust: none;
    background: Canvas;
    color: CanvasText;
    border-color: CanvasText;
  }
}

a:focus-visible,
button:focus-visible,
[role="button"]:focus-visible,
[role="tab"]:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--accent-strong);
  outline-offset: 3px;
}
