:root {
  --container-width: 1440px;
  --onx-color-primary: #CCC5B8;
  --bg-color-primary: #fff;
  --text-color-primary: #1C1B1B;
  --text-color-secondary: #525866;
  --stroke-color-primary: #EBEDF0;
  --font-onest: 'Onest', 'Onest Fallback', sans-serif;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
details {
  display: block;
}

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
template {
  display: none;
}

[hidden] {
  display: none;
}

@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/fonts/onest-cyrillic-ext.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/fonts/onest-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/fonts/onest-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/fonts/onest-latin.woff2") format("woff2");
  unicode-range: U+00??, 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;
}
@font-face {
  font-family: "Onest Fallback";
  src: local("Arial");
  ascent-override: 92.2%;
  descent-override: 28.99%;
  line-gap-override: 0%;
  size-adjust: 105.2%;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  scroll-margin-top: 80px;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  line-height: 1.36;
  max-width: 100vw;
  font-size: 16px;
  overflow-x: hidden;
  font-family: var(--font-onest);
}

body {
  color: var(--text-color-primary);
  letter-spacing: -0.02em;
  background-color: var(--bg-color-primary);
  max-width: 100vw;
  overflow-x: clip;
}

a {
  color: inherit;
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  font-weight: 500;
}

h1 {
  font-size: 96px;
  line-height: 102%;
  letter-spacing: -6.72px;
}
@media (max-width: 992px) {
  h1 {
    font-size: 50px;
    letter-spacing: -4.2px;
  }
}

h2 {
  font-size: 48px;
}
@media (max-width: 992px) {
  h2 {
    font-size: 36px;
  }
}

.visible-on-mobile {
  display: none;
}
@media (max-width: 992px) {
  .visible-on-mobile {
    display: initial;
  }
}

.hidden-on-mobile {
  display: initial;
}
@media (max-width: 992px) {
  .hidden-on-mobile {
    display: none !important;
  }
}

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

.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  color: inherit;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes gradientShift {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.scrollFadeIn {
  opacity: 0;
  animation: fadeIn 0.8s ease-out forwards;
}

.scrollFadeInUp {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

.scrollFadeInLeft {
  opacity: 0;
  animation: fadeInLeft 0.8s ease-out forwards;
}

.scrollFadeInRight {
  opacity: 0;
  animation: fadeInRight 0.8s ease-out forwards;
}

.scrollScaleIn {
  opacity: 0;
  animation: scaleIn 0.8s ease-out forwards;
}

.delay-100 {
  animation-delay: 0.1s;
}

.delay-200 {
  animation-delay: 0.2s;
}

.delay-300 {
  animation-delay: 0.3s;
}

.delay-400 {
  animation-delay: 0.4s;
}

.delay-500 {
  animation-delay: 0.5s;
}

.delay-600 {
  animation-delay: 0.6s;
}

.flipVertical {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.flipVertical:hover .flipVerticalMain {
  transform: translateY(-100%);
}
.flipVertical:hover .flipVerticalSecond {
  transform: translateY(0%);
}

.flipVerticalMain {
  display: inline-block;
  position: absolute;
  transform: translateY(0%);
  transition: 0.2s;
}

.flipVerticalSecond {
  display: inline-block;
  transform: translateY(100%);
  transition: 0.2s;
}

.flipHorizontal {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.flipHorizontal:hover .flipHorizontalMain {
  transform: translateX(100%);
}
.flipHorizontal:hover .flipHorizontalSecond {
  transform: translateX(0%);
}

.flipHorizontalHover:hover .flipHorizontalMain {
  transform: translateX(100%);
}
.flipHorizontalHover:hover .flipHorizontalSecond {
  transform: translateX(0%);
}

.flipHorizontalMain {
  display: inline-block;
  position: absolute;
  transform: translateX(0);
  transition: 0.2s;
}

.flipHorizontalSecond {
  display: inline-block;
  transform: translateX(-100%);
  transition: 0.2s;
}

.underlineThrough,
.underline-through {
  position: relative;
}
.underlineThrough:after,
.underline-through:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 0;
  height: 2px;
  background: #000;
  transition: all 0.3s ease;
}
.underlineThrough:hover:after,
.underline-through:hover:after {
  left: 0;
  width: 100%;
}

[data-aos] {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
}

[data-aos=fade-up] {
  transform: translateY(24px);
}

[data-aos].aos-animate {
  opacity: 1;
  transform: translateY(0);
}

.container {
  width: 100%;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #1C1B1B;
  font-family: "Onest", "Inter", Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.14px;
  border-radius: 8px;
  padding: 6px 16px;
  min-width: 30px;
  min-height: 21px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
  user-select: none;
  border: none;
  gap: 8px;
}

.title {
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}

.title--large {
  font-size: 48px;
}

.title--medium {
  font-size: 36px;
}

.title--small {
  font-size: 24px;
}

.code-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  background-color: #fff;
  border-radius: 8px;
  width: fit-content;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
  font-family: "Fira Code", monospace;
  font-size: 14px;
  color: var(--text-color-secondary);
}

.code-title__icon {
  width: 16px;
  height: 16px;
  color: var(--text-color-secondary);
}
.code-title__icon svg {
  width: 16px;
  height: 16px;
}

.code-title code {
  font-family: monospace;
  font-size: 14px;
  color: #1C1B1B;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  min-width: 150px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  border: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  font-family: inherit;
}
@media (max-width: 992px) {
  .btn {
    min-width: 0;
    justify-content: center;
    font-size: 14px;
  }
}
.btn:hover {
  transition: all 0.3s ease;
}

.btn--large {
  font-size: 24px;
  padding: 18px 24px;
}
.btn--large .btn__arrow {
  width: 24px;
  height: 24px;
}

.btn__text {
  line-height: 1;
  position: relative;
  z-index: 1;
}

.btn:hover .btn__arrow {
  transform: translateX(4px);
}

.btn--primary {
  background: linear-gradient(87deg, rgba(0, 0, 0, 0) 1.08%, rgba(204, 197, 184, 0.4) 49.38%, rgba(0, 0, 0, 0) 50.08%, rgba(204, 197, 184, 0.4) 98.38%), #1C1B1B;
  color: white;
  background-size: 200% auto;
  background-position: 100% 0;
}

.btn--primary:hover {
  background-position: 0 0;
}

.btn--secondary {
  background-color: white;
  color: var(--text-color-secondary);
  border: 1px solid #e0e0e0;
}

.btn--secondary:hover {
  border-color: #999999;
}

.btn--gray {
  background-color: #f5f5f5;
  color: var(--text-color-secondary);
  border: 1px solid #e0e0e0;
}

.btn--gray:hover {
  border-color: #999999;
}

.btn--dark {
  background-color: transparent;
  color: var(--onx-color-primary);
  padding: 12px 24px;
  border: 1px solid var(--onx-color-primary);
  width: fit-content;
}

.btn--dark .btn__arrow {
  color: var(--onx-color-primary);
}

.btn--dark:hover {
  background-color: var(--onx-color-primary);
  color: var(--text-color-primary);
}

.btn--dark:hover .btn__arrow {
  transform: translateX(4px);
  color: #1A1A1A;
}

.btn__arrow {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 1;
}
.btn__arrow svg {
  width: 100%;
  height: 100%;
}

.header-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
@media (max-width: 1024px) {
  .header-content {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.header-content--column {
  grid-template-columns: 1fr;
  gap: 18px;
}
.header-content--column .header-content__description {
  padding-top: 0;
}

.header-content__title {
  margin: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.01em;
  background: linear-gradient(90deg, #1C1B1B 0%, #CCC5B8 50%, #1C1B1B 100%);
  background-size: 200% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: pre-line;
  max-width: 800px;
  animation: gradientShift 10s ease-in-out 0.5s infinite;
}
@media (max-width: 992px) {
  .header-content__title {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.36px;
  }
}

.header-content--large .header-content__title {
  font-size: 64px;
}
@media (max-width: 992px) {
  .header-content--large .header-content__title {
    font-size: 36px;
  }
}

.header-content__description {
  padding-top: 7px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: var(--text-color-secondary);
  margin: 0;
  white-space: pre-line;
  max-width: 900px;
  position: relative;
}
.header-content__description::before {
  content: "";
  position: absolute;
  right: -60px;
  top: -30px;
  width: 180px;
  height: 180px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.1;
  z-index: 0;
}
@media (max-width: 1024px) {
  .header-content__description::before {
    display: none;
  }
}

.header-content--large .header-content__description {
  font-size: 32px;
}
@media (max-width: 992px) {
  .header-content--large .header-content__description {
    font-size: inherit;
  }
}

.box-header {
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 992px) {
  .box-header {
    margin-bottom: 0;
  }
}

.box-header__title {
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: -0.01em;
  background: linear-gradient(90deg, #1C1B1B 0%, #CCC5B8 50%, #1C1B1B 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
  animation: gradientShift 3s ease-in-out 0.5s infinite;
}
@media (max-width: 992px) {
  .box-header__title {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.36px;
  }
}

.box-header__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: var(--text-color-secondary);
  margin: 0;
}

.arrow-btn {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background: white;
  color: #333;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.arrow-btn svg {
  width: 20px;
  height: 20px;
}

.arrow-btn:hover:not(.arrow-btn--disabled) {
  border-color: #333;
}

.arrow-btn--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.info-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #EBEDF0;
  border-radius: 12px;
  min-width: 270px;
  min-height: 0;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.info-block:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.info-block__icon {
  width: 40px;
  height: 40px;
  background: #1A1A1A;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.info-block__icon svg {
  width: 20px;
  height: 20px;
  stroke-width: 1;
}

.info-block__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

.info-block__description {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: var(--text-color-secondary);
  margin: 0;
}

.info-block__button.btn {
  margin-top: auto;
  width: 100%;
  height: 40px;
  padding: 0 16px;
  font-size: 14px;
  min-width: 0;
}

.image-with-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .image-with-features {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

.image-with-features__image-wrapper {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.image-with-features__image {
  width: 100%;
  display: block;
}

.image-with-features__features {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
  .image-with-features__features {
    gap: 24px;
  }
}

.feature {
  display: flex;
  gap: 16px;
  padding: 16px 24px;
  align-items: center;
  border: 1px solid var(--stroke-color-primary);
  border-radius: 12px;
  background: white;
}
@media (max-width: 992px) {
  .feature {
    padding: 16px;
  }
}

.feature__icon {
  width: 40px;
  height: 40px;
  background: #1A1A1A;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.feature__icon svg {
  width: 20px;
  height: 20px;
  color: white;
}

.feature__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.feature__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: #1A1A1A;
  margin: 0;
}

.feature__description {
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-color-secondary);
  margin: 0;
}

.why-choose-us {
  padding: 80px 0;
  background-color: white;
}
@media (max-width: 768px) {
  .why-choose-us {
    padding: 60px 0;
  }
}

.why-choose-us__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  width: 1216px;
  max-width: 100%;
  margin: 40px auto 32px auto;
}
@media (max-width: 1280px) {
  .stats-grid {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
@media (max-width: 600px) {
  .stats-grid {
    grid-template-columns: 1fr;
  }
}

.stats-grid__card {
  background: #fff;
  border: 1px solid #ebedf0;
  border-radius: 8px;
  padding: 16px;
  min-height: 108px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.stats-grid__value {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1b1b;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}

.stats-grid__label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #525866;
  width: 100%;
  text-align: center;
  margin: 0;
}

.tab-bar {
  display: flex;
  gap: 16px;
}

.tab-bar__tab {
  padding: 12px 36px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--stroke-color-primary);
  font-size: 14px;
  font-weight: 500;
  font-family: inherit;
  color: var(--text-color-secondary);
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .tab-bar__tab {
    padding: 12px 16px;
  }
}

.tab-bar__tab:hover {
  background: rgba(0, 0, 0, 0.05);
}

.tab-bar__tab.active {
  background: var(--onx-color-primary);
  color: #1A1A1A;
  border-color: transparent;
}

.tab-bar__label {
  position: relative;
  z-index: 1;
}

.tab-bar__indicator {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.3), transparent 55%);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.tab-bar__tab.active .tab-bar__indicator {
  opacity: 1;
  transform: translateY(0);
}

.banner {
  position: relative;
  background: #19191c;
  background-size: cover;
  color: #fff;
  width: 100%;
  min-height: 360px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 99px 112px;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1400px) {
  .banner {
    padding: 48px 24px;
    min-height: 220px;
  }
}

.banner__background-svg {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.banner__svg-icon {
  display: block;
  width: 400px;
  height: auto;
  opacity: 0.5;
}
.banner__svg-icon svg {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 992px) and (max-width: 1400px) {
  .banner__svg-icon {
    width: 200px;
  }
}

.banner__svg-icon--left {
  margin-left: -160px;
}
@media (min-width: 992px) and (max-width: 1400px) {
  .banner__svg-icon--left {
    margin-left: -20px;
  }
}

.banner__svg-icon--right {
  margin-right: -161px;
}
@media (min-width: 992px) and (max-width: 1400px) {
  .banner__svg-icon--right {
    margin-right: -20px;
  }
}

.banner__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.banner__content .tag {
  margin-bottom: 32px;
}

.banner__title {
  font-family: "Onest", "Inter", Arial, sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: -0.4px;
  max-width: 800px;
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
  color: #CCC5B8;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  position: relative;
}
@media (min-width: 992px) and (max-width: 1400px) {
  .banner__title {
    font-size: 28px;
    line-height: 32px;
    max-width: 90vw;
  }
}

.banner__subtitle {
  font-family: "Onest", "Inter", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.16px;
  color: #fff;
  max-width: 800px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.contact-cards-outer {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 40px 20px;
}

.contact-cards {
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
@media (max-width: 1240px) {
  .contact-cards {
    max-width: 800px;
  }
}
@media (max-width: 840px) {
  .contact-cards {
    flex-direction: column;
    align-items: center;
    max-width: 400px;
  }
}

.contact-card {
  background: #fff;
  border: 1.5px solid #E6E8EC;
  border-radius: 16px;
  width: 384px;
  min-height: 320px;
  box-sizing: border-box;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: box-shadow 0.5s ease;
  position: relative;
}
@media (max-width: 840px) {
  .contact-card {
    width: 100%;
    max-width: 384px;
  }
}

.contact-card:hover {
  box-shadow: 0 8px 32px rgba(82, 88, 102, 0.12);
}

.contact-card__icon {
  margin-bottom: 24px;
}

.contact-card__icon-bg {
  width: 56px;
  height: 56px;
  background: #23262F;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-card__icon-bg svg {
  width: 28px;
  height: 28px;
}

.contact-card__title {
  font-weight: 700;
  font-size: 20px;
  color: #1C1B1B;
  margin-bottom: 12px;
  line-height: 1.2;
}

.contact-card__desc {
  color: #525866;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 24px;
  flex: 1;
}

.contact-card__info-box {
  width: 100%;
  background: #ffffff;
  border: 1.5px solid #EBEDF0;
  border-radius: 12px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  margin-top: auto;
  min-height: 48px;
  box-sizing: border-box;
}

.contact-card__info-icon {
  margin-right: 10px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.contact-card__info-icon svg {
  width: 20px;
  height: 20px;
}

.contact-card__info {
  font-size: 15px;
  color: #525866;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.contact-card__info:hover {
  color: #23262F;
}

.contact-card__button-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 40px 0 0 0;
}
@media (max-width: 600px) {
  .contact-card__button-container {
    margin: 24px 0 0 0;
  }
}

.contact-card__full-width-btn.btn {
  width: 100%;
  justify-content: center;
  min-height: 50px;
  box-sizing: border-box;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 32px;
  justify-content: center;
  margin: 0 auto;
  width: fit-content;
}
@media (max-width: 900px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .team-grid {
    grid-template-columns: 1fr;
  }
}

.team-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 1/1;
  background: #F3F3F3;
  transition: box-shadow 0.22s;
  box-shadow: 0 2px 12px rgba(20, 20, 20, 0.04);
  cursor: pointer;
}
@media (max-width: 900px) {
  .team-card {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 600px) {
  .team-card {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}

.team-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  transition: filter 0.33s;
  border-radius: 16px;
  background: #ececec;
  display: block;
}

.team-card:hover .team-card__img {
  filter: grayscale(0);
}

.team-card__linkedin {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  z-index: 2;
  background: #ffffff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border: none;
}

.team-card__linkedin:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.team-card__linkedin svg {
  display: block;
  width: 24px;
  height: 24px;
  color: #2d2d2d;
  stroke: currentColor;
  stroke-width: 2.25;
}

.team-card__info-box {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  min-height: 62px;
  background: #CCC5B8;
  border-radius: 8px;
  padding: 10px 16px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.team-card:hover .team-card__info-box {
  opacity: 1;
  pointer-events: auto;
}

.team-card__info-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  letter-spacing: -1%;
}

.team-card__info-title {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 20px;
  opacity: 0.9;
}

.social-feed {
  padding: 100px 0;
  background-color: transparent;
}
@media (max-width: 768px) {
  .social-feed {
    padding: 60px 0;
  }
}

.social-feed__title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .social-feed__title-wrapper {
    margin-bottom: 40px;
  }
}

.social-feed__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}
@media (max-width: 768px) {
  .social-feed__grid {
    grid-template-columns: 1fr;
  }
}

.social-card {
  background: transparent;
  border: 1px solid rgba(82, 88, 102, 0.25);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
}

.social-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.social-card__body {
  padding: 24px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.social-card__content {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #525866;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: pre-line;
}

.hashtag {
  color: #0077b5;
  font-weight: 500;
  opacity: 0.8;
  font-size: 0.85rem;
  transition: opacity 0.2s ease;
}

.hashtag:hover {
  opacity: 1;
}

.social-card__hashtags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: -10px;
  margin-bottom: 20px;
}

.social-card__image-wrapper {
  width: 100%;
  aspect-ratio: 16/9;
  background-color: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 20px;
  position: relative;
}

.social-slider {
  width: 100%;
  height: 100%;
  position: relative;
}

.social-slider__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.social-slider__image.is-active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
}

.social-slider__nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 3;
}

.social-card:hover .social-slider__nav {
  opacity: 1;
}

.social-slider__nav-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto;
  transition: all 0.2s ease;
  padding: 0;
}

.social-slider__nav-btn svg {
  width: 18px;
  height: 18px;
}

.social-slider__nav-btn:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #000;
}

.social-slider__dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 3;
}

.social-slider__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.2s ease;
}

.social-slider__dot.is-active {
  background: #fff;
  transform: scale(1.3);
}

.social-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid rgba(82, 88, 102, 0.15);
  margin-top: auto;
}

.social-card__footer-left {
  display: flex;
  align-items: center;
}

.social-card__date {
  font-size: 0.8rem;
  color: #525866;
  opacity: 0.6;
}

.social-card__footer-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.social-card__view-on-label {
  font-size: 0.75rem;
  color: #525866;
  opacity: 0.6;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.social-card__links {
  display: flex;
  gap: 10px;
  align-items: center;
}

.social-card__view-link {
  display: flex;
  align-items: center;
  color: #525866;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0.8;
}

.social-card__view-link:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.social-card__view-link:hover .social-glyph--linkedin {
  color: #0077b5;
}

.social-card__view-link:hover .social-glyph--instagram {
  color: #E4405F;
}

.social-card__view-link:hover .social-glyph--x {
  color: #000 !important;
  fill: #000 !important;
  transform: scale(1.1);
}

.social-glyph {
  width: 18px;
  height: 18px;
  transition: color 0.3s ease;
  color: inherit;
}

.services-grid,
.technologies-grid {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.services-grid__wrapper,
.technologies-grid__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 280px);
  gap: 32px;
  width: 1216px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  margin-bottom: 48px;
  justify-content: start;
}
@media (max-width: 1250px) {
  .services-grid__wrapper,
  .technologies-grid__wrapper {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 24px;
    justify-content: center;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 800px) {
  .services-grid__wrapper,
  .technologies-grid__wrapper {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 20px;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }
}

.services-grid__card.info-block,
.technologies-grid__card.info-block {
  width: 280px;
}
@media (max-width: 1250px) {
  .services-grid__card.info-block,
  .technologies-grid__card.info-block {
    width: 100%;
  }
}

.services-grid__card.info-block {
  height: 306px;
}

.technologies-grid__card.info-block {
  min-height: 200px;
}

.tech-stack {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.tech-stack__title.title {
  text-align: center;
}

.tech-stack__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.tech-stack__chip {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  border-radius: 100px;
  border: 1px solid #ebedf0;
  background: #ffffff;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-color-primary);
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
}

a.tech-stack__chip:hover {
  border-color: var(--onx-color-primary);
  color: var(--text-color-primary);
  background: color-mix(in srgb, var(--onx-color-primary) 15%, transparent);
}

.product-card {
  display: flex;
  gap: 24px;
  padding: 24px;
  background: white;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  height: 100%;
  transition: box-shadow 0.3s ease;
}
@media (max-width: 1024px) {
  .product-card {
    gap: 20px;
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .product-card {
    flex-direction: column;
    gap: 16px;
    padding: 16px;
  }
}

.product-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.product-card--compact {
  gap: 20px;
  padding: 20px;
}
.product-card--compact .product-card__title {
  font-size: 16px;
}
.product-card--compact .product-card__description {
  font-size: 12px;
}
.product-card--compact .product-card__image-wrapper {
  width: 42%;
  aspect-ratio: auto;
}
@media (max-width: 1024px) {
  .product-card--compact {
    gap: 16px;
    padding: 16px;
  }
  .product-card--compact .product-card__image-wrapper {
    width: 45%;
    aspect-ratio: auto;
  }
  .product-card--compact .product-card__title {
    font-size: 18px;
  }
  .product-card--compact .product-card__description {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .product-card--compact .product-card__image-wrapper {
    width: 100%;
    aspect-ratio: 16/9;
  }
  .product-card--compact .product-card__content {
    gap: 8px;
  }
  .product-card--compact .product-card__title {
    font-size: 18px;
  }
  .product-card--compact .product-card__description {
    font-size: 13px;
  }
}

.product-card--stacked {
  flex-direction: column;
}
.product-card--stacked .product-card__image-wrapper {
  width: 100%;
  aspect-ratio: 16/9;
}
.product-card--stacked .product-card__content {
  padding-top: 8px;
}
@media (max-width: 768px) {
  .product-card--stacked {
    padding: 16px;
  }
}

.product-card__image-wrapper {
  width: 45%;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  aspect-ratio: 1/1;
}
@media (max-width: 768px) {
  .product-card__image-wrapper {
    width: 100%;
    aspect-ratio: 16/9;
  }
}

.product-card__ui-mockup {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  background: white;
  border-radius: 4px;
  border: 1px solid #d0d0d0;
  overflow: hidden;
}

.product-card__library {
  width: 30%;
  background: #f8f9fa;
  padding: 8px;
  border-right: 1px solid #d0d0d0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.product-card__library-title {
  font-size: 10px;
  font-weight: 600;
  color: #666;
  margin-bottom: 4px;
}

.product-card__library-item {
  font-size: 9px;
  color: #888;
  padding: 2px 4px;
  background: white;
  border-radius: 2px;
  border: 1px solid #e0e0e0;
}

.product-card__content-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 8px;
}

.product-card__content-blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  flex: 1;
}

.product-card__content-block {
  background: #f0f0f0;
  border-radius: 2px;
  padding: 4px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-height: 20px;
}

.product-card__text-lines {
  height: 2px;
  background: #ccc;
  border-radius: 1px;
}

.product-card__text-lines:nth-child(1) {
  width: 80%;
}

.product-card__text-lines:nth-child(2) {
  width: 60%;
}

.product-card__text-lines:nth-child(3) {
  width: 70%;
}

.product-card__toolbar {
  display: flex;
  gap: 8px;
  padding: 4px 0;
  border-top: 1px solid #e0e0e0;
  margin-top: 8px;
}

.product-card__toolbar-icon {
  font-size: 12px;
  color: #666;
  cursor: pointer;
}

.product-card__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.product-card__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
  padding: 8px 0;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .product-card__content {
    padding: 0;
    gap: 12px;
  }
}

.product-card__title {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0;
}
@media (max-width: 992px) {
  .product-card__title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .product-card__title {
    font-size: 20px;
  }
}

.product-card__description {
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: var(--text-color-secondary);
  margin: 0;
}
@media (max-width: 992px) {
  .product-card__description {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .product-card__description {
    font-size: 14px;
  }
}

.product-card__button.btn {
  margin-top: auto;
  width: 100%;
  height: 40px;
  padding: 0;
  font-size: 14px;
  justify-content: center;
  background: white;
  border: 1px solid #e6e6e6;
  color: #1a1a1a;
  min-width: 0;
}
@media (max-width: 768px) {
  .product-card__button.btn {
    height: 44px;
    font-size: 15px;
  }
}

.product-card__button.btn[disabled] {
  opacity: 1;
  background-color: #f0f0f0;
  color: var(--text-color-secondary);
  border: none;
  cursor: not-allowed;
}

.clients-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 48px 0 80px;
}
@media (max-width: 768px) {
  .clients-list {
    margin: 32px 0 56px;
  }
}

.client-row {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 24px;
  background: white;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
@media (max-width: 650px) {
  .client-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

.client-row:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-color: #dedede;
}

.client-row__logo {
  flex-shrink: 0;
  width: 220px;
  height: 120px;
  background: #f0f0f0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 650px) {
  .client-row__logo {
    width: 100%;
  }
}
.client-row__logo img {
  width: 70%;
  height: 56px;
  max-height: 100%;
  object-fit: contain;
}

.client-row__pabli-logo {
  height: 88px;
  transform: scale(1.6);
}

.client-row__content {
  flex: 1;
  min-width: 0;
}

.client-row__name {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 8px;
}

.client-row__description {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.01em;
  color: var(--text-color-secondary);
  margin: 0;
}
@media (max-width: 768px) {
  .client-row__description {
    font-size: 14px;
  }
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, 280px);
  justify-content: center;
  gap: 32px;
  margin: 48px 0 80px;
}
@media (max-width: 650px) {
  .products-grid {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin: 32px auto 56px;
    gap: 24px;
  }
}

.products-grid__card.product-card {
  width: 280px;
  height: auto;
}
@media (max-width: 650px) {
  .products-grid__card.product-card {
    width: 100%;
  }
}

.site-header {
  position: sticky;
  padding-top: 24px;
  padding-bottom: 24px;
  top: 0;
  background: rgb(255, 255, 255);
  border-bottom: 1px solid #EBEDF0;
  transition: all 0.3s ease;
  z-index: 100;
}
@media (max-width: 992px) {
  .site-header {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.site-header__logo-link {
  display: block;
  color: var(--text-color-primary);
}

.site-header__logo-link svg {
  display: block;
  width: auto;
  height: 44px;
}
@media (max-width: 992px) {
  .site-header__logo-link svg {
    height: 32px;
  }
}

.site-header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-header__action-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header__menu {
  display: flex;
  font-size: 14px;
  font-weight: 500;
  line-height: 122.8%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1px;
}
@media (max-width: 992px) {
  .site-header__menu {
    display: none;
  }
}

.site-header__menu-item {
  margin: 12px 16px;
  position: relative;
}

@media (max-width: 992px) {
  .contact-hidden-mobile {
    display: none;
  }
}

.mobile-menu__icon {
  display: none;
  position: relative;
  padding: 3px;
  margin: 10px;
  width: 24px;
  height: 24px;
  z-index: 1000;
  transition: all 0.3s ease;
  cursor: pointer;
}
.mobile-menu__icon span {
  display: block;
  position: absolute;
  height: 2px;
  top: 50%;
  right: 3px;
  left: 3px;
  background: #000;
  transition: all 0.3s ease;
}
.mobile-menu__icon span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.mobile-menu__icon span:first-child {
  top: 3px;
}
.mobile-menu__icon span:last-child {
  top: auto;
  bottom: 3px;
}
@media (max-width: 992px) {
  .mobile-menu__icon {
    display: block;
  }
}
.mobile-menu__icon.open {
  transform: rotate(45deg);
}
.mobile-menu__icon.open span {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  background: var(--onx-color-primary);
}
.mobile-menu__icon.open span:last-child {
  transform: translateY(-50%) rotate(90deg);
}

.mobile-menu__box {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  color: var(--onx-color-primary);
  justify-content: center;
  z-index: 990;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
}
@media (max-width: 992px) {
  .mobile-menu__box.open {
    visibility: visible;
    opacity: 1;
  }
}

.mobile-menu__header {
  margin-left: 24px;
  margin-right: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #3A3A3A;
}

.mobile-menu__logo {
  display: block;
  height: 32px;
  width: auto;
  margin-top: 22px;
  margin-bottom: auto;
  margin-right: auto;
  color: var(--onx-color-primary);
}
.mobile-menu__logo svg {
  height: 32px;
  width: auto;
}

.mobile-menu__nav {
  display: flex;
  flex-direction: column;
  margin-bottom: auto;
  padding-top: 8px;
}

.mobile-menu__item {
  padding: 10px 24px;
  font-size: 24px;
  font-weight: 400;
}

.mobile-menu__footer {
  padding: 16px 24px;
  overflow: hidden;
  position: relative;
}

.mobile-menu__footer-title {
  max-width: 300px;
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -0.32px;
}

.mobile-menu__footer-icon {
  display: block;
  width: auto;
  height: 323px;
  position: absolute;
  bottom: 0;
  right: -120px;
}
.mobile-menu__footer-icon svg {
  height: 323px;
  width: auto;
}

.mobile-menu__action-box {
  display: flex;
  position: relative;
  justify-content: space-between;
}

.mobile-menu__social {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
}

.mobile-menu__social a svg {
  display: block;
  width: 24px;
  height: 24px;
  stroke-width: 1;
}

.language-selector {
  display: flex;
  align-items: center;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .language-selector {
    margin-right: 8px;
  }
}

.language-selector__select {
  padding: 8px 12px;
  border: 1px solid #EBEDF0;
  border-radius: 8px;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  outline: none;
}
.language-selector__select:hover {
  border-color: #000;
}
.language-selector__select:focus {
  border-color: #000;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
@media (max-width: 992px) {
  .language-selector__select {
    padding: 6px 10px;
    font-size: 12px;
  }
}

.site-footer {
  background: linear-gradient(180deg, #1c1b1b 0%, #000 100%);
  color: #ccc5b8;
  padding-top: 48px;
  overflow: hidden;
}

.site-footer__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 64px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .site-footer__content {
    margin-bottom: 32px;
    padding-bottom: 32px;
    flex-direction: column;
  }
}

.site-footer__left {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
  flex: 0 0 auto;
}

.site-footer__logo {
  display: block;
  width: 120px;
  height: auto;
  color: #ccc5b8;
}
.site-footer__logo svg {
  width: 120px;
  height: auto;
}

.site-footer__title {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}

.site-footer__company-official {
  font-size: 14px;
  opacity: 0.7;
}

.site-footer__address {
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.7;
}

.site-footer__social {
  display: flex;
  gap: 16px;
}

.site-footer__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
}

.site-footer__social svg {
  width: 32px;
  height: 32px;
  stroke-width: 1;
}

.site-footer__social a:hover {
  background-color: white;
  color: #1a1a1a;
}

.site-footer__nav {
  display: flex;
  gap: 80px;
  flex: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .site-footer__nav {
    flex-direction: column;
    gap: 32px;
  }
}

.site-footer__column {
  margin-bottom: 24px;
  min-width: 200px;
}
@media (max-width: 992px) {
  .site-footer__column {
    min-width: auto;
  }
}

.site-footer__column h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 24px;
  margin-top: 0;
}
@media (max-width: 992px) {
  .site-footer__column h3 {
    margin-bottom: 12px;
  }
}

.site-footer__column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer__column ul li {
  margin-bottom: 16px;
  opacity: 0.7;
}

.site-footer__column ul li a {
  opacity: 0.7;
  text-decoration: none;
  font-size: 14px;
  transition: opacity 0.3s ease;
}

.site-footer__column ul li a:hover {
  opacity: 1;
}

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.site-footer__bottom-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 100px;
  max-width: 650px;
}
@media (max-width: 992px) {
  .site-footer__bottom-content {
    padding-bottom: 32px;
  }
}

.site-footer__bottom-title {
  font-size: 64px;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: -0.64px;
  margin: 0;
  background: var(--onx-color-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  white-space: pre-line;
}
@media (max-width: 1024px) {
  .site-footer__bottom-title {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (max-width: 768px) {
  .site-footer__bottom-title {
    font-size: 36px;
    line-height: 44px;
  }
}

.onx-icon-animated__beam {
  opacity: 1;
  stroke-dasharray: 200 1200;
}

#lightBeam1.onx-icon-animated__beam {
  animation: onxBeamForward 10s linear infinite;
}

#lightBeam2.onx-icon-animated__beam {
  animation: onxBeamReverse 10s linear infinite;
}

@keyframes onxBeamForward {
  from {
    stroke-dashoffset: -1600;
  }
  to {
    stroke-dashoffset: 1200;
  }
}
@keyframes onxBeamReverse {
  from {
    stroke-dashoffset: 1200;
  }
  to {
    stroke-dashoffset: -1600;
  }
}
.site-footer__company-icon {
  display: block;
  width: auto;
  height: 452px;
  position: absolute;
  right: 40px;
  bottom: 0;
}
.site-footer__company-icon svg {
  height: 452px;
  width: auto;
}
@media (max-width: 992px) {
  .site-footer__company-icon {
    height: 323px;
    bottom: -32px;
    right: -120px;
  }
  .site-footer__company-icon svg {
    height: 323px;
  }
}

.page-hero {
  margin-top: 80px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .page-hero {
    margin-top: 40px;
  }
}

.page-hero--wide {
  margin-top: 112px;
}
@media (max-width: 992px) {
  .page-hero--wide {
    margin-top: 80px;
  }
}

.page-hero__code {
  margin-bottom: 16px;
}

.hero {
  padding-top: 104px;
  padding-bottom: 104px;
  background-color: white;
  overflow: hidden;
}
@media (max-width: 768px) {
  .hero {
    padding: 56px 0;
  }
}

.hero__content {
  display: grid;
  grid-template-columns: 55fr 45fr;
  gap: 136px;
}
@media (max-width: 1024px) {
  .hero__content {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .hero__content {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.hero__left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.hero__left > * {
  animation: fadeInUp 0.8s ease-out forwards;
  opacity: 0;
}
.hero__left > *:nth-child(1) {
  animation-delay: 0.1s;
}
.hero__left > *:nth-child(2) {
  animation-delay: 0.2s;
}
.hero__left > *:nth-child(3) {
  animation-delay: 0.4s;
}
.hero__left > *:nth-child(4) {
  animation-delay: 0.6s;
}
@media (max-width: 768px) {
  .hero__left {
    gap: 24px;
  }
}

.hero__title-box {
  position: relative;
  font-size: 64px;
  font-weight: 600;
  line-height: 102%;
  letter-spacing: -0.64px;
}
@media (max-width: 992px) {
  .hero__title-box {
    font-size: 36px;
    letter-spacing: -0.36px;
  }
}

.hero__title {
  font-size: 64px;
  letter-spacing: -0.64px;
  font-weight: 600;
  background: linear-gradient(90deg, #000000 0%, #bcb5a8 50%, #000000 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: pre-line;
  background-clip: text;
  margin: 0;
  padding-bottom: 10px;
  margin-bottom: -10px;
  max-width: 800px;
  animation: heroTitleSlideIn 1s ease-out forwards, gradientShift 10s ease-in-out 1s infinite;
  opacity: 0;
  transform: translateY(30px);
}
.hero__title br {
  display: block;
}
@media (max-width: 992px) {
  .hero__title {
    font-size: 36px;
    letter-spacing: -0.36px;
  }
}

@keyframes heroTitleSlideIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: var(--text-color-secondary);
  margin: 0;
  max-width: 600px;
  white-space: pre-line;
}
@media (max-width: 768px) {
  .hero__description {
    font-size: 14px;
  }
}

.hero__buttons {
  display: flex;
  gap: 16px;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .hero__buttons .btn {
    width: 100%;
    justify-content: center;
  }
}

.hero__right {
  display: flex;
  position: relative;
  animation: fadeInRight 1s ease-out 0.3s forwards;
  opacity: 0;
}
@media (max-width: 768px) {
  .hero__right {
    display: none;
  }
}

.hero__image-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.hero__particles {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  touch-action: none;
}

.home-clients {
  padding-top: 72px;
  padding-bottom: 72px;
  background-color: white;
}
@media (max-width: 1024px) {
  .home-clients {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .home-clients {
    padding: 60px 0;
  }
}

.home-clients__content {
  background-color: #f8f9fa;
  border-radius: 16px;
  padding: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1024px) {
  .home-clients__content {
    gap: 40px;
    grid-template-columns: 1fr;
  }
}

.home-clients__left {
  display: flex;
  flex-direction: column;
}

.home-clients__header {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.home-clients__navigation {
  display: flex;
  gap: 12px;
  margin-top: auto;
  align-items: center;
}
@media (max-width: 768px) {
  .home-clients__navigation {
    margin-top: 24px;
  }
}

.home-clients__see-all.btn {
  height: 40px;
  padding: 0 24px;
  min-width: 180px;
  font-size: 16px;
}

.home-clients__grid-wrapper {
  overflow: hidden;
  position: relative;
  margin-top: -24px;
  margin-bottom: -24px;
}

.home-clients__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-height: 465px;
  overflow-y: auto;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: relative;
}
.home-clients__grid::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  .home-clients__grid {
    gap: 16px;
    max-height: 300px;
    padding-right: 0;
  }
}

.home-clients__card {
  background: #f0f0f0;
  border-radius: 8px;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .home-clients__card {
    padding: 20px;
  }
}

.home-clients__card img {
  width: 80%;
  height: 64px;
  max-height: 100%;
  object-fit: contain;
}

.home-clients__pabli-logo {
  height: 100px;
  transform: scale(1.6);
}

.home-about {
  padding: 80px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .home-about {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .home-about {
    padding: 48px 0;
  }
}

.home-about__icon-x {
  position: absolute;
  right: -170px;
  top: 70px;
  z-index: -1;
  display: block;
}
.home-about__icon-x svg {
  display: block;
}

.home-about__content {
  display: flex;
  flex-direction: column;
}

.home-about__header-content {
  margin-top: 16px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .home-about__header-content {
    margin-bottom: 32px;
  }
}

.home-about__tab-bar {
  display: flex;
  justify-content: center;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .home-about__tab-bar {
    margin-bottom: 32px;
  }
}

.home-about__panel[hidden] {
  display: none;
}

.home-about__image-wrapper {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .home-about__image-wrapper {
    margin-bottom: 32px;
  }
}

[data-tab-panel=mvp] .home-about__image-wrapper {
  animation: homeAboutSlideFromLeft 0.5s ease-out;
}

[data-tab-panel=edtech] .home-about__image-wrapper {
  animation: homeAboutSlideFromRight 0.5s ease-out;
}

.home-about__image {
  width: 100%;
  display: block;
}

.home-about__info-blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 992px) {
  .home-about__info-blocks {
    margin-right: -16px;
    margin-left: -16px;
    padding-left: 16px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .home-about__info-blocks::-webkit-scrollbar {
    display: none;
  }
}

[data-tab-panel=mvp] .home-about__info-blocks {
  animation: homeAboutSlideFromLeft 0.55s ease-out 0.05s both;
}

[data-tab-panel=edtech] .home-about__info-blocks {
  animation: homeAboutSlideFromRight 0.55s ease-out 0.05s both;
}

@keyframes homeAboutSlideFromRight {
  from {
    opacity: 0;
    transform: translateX(32px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes homeAboutSlideFromLeft {
  from {
    opacity: 0;
    transform: translateX(-32px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.home-products {
  padding: 20px 0;
}
@media (max-width: 768px) {
  .home-products {
    padding: 40px 0;
  }
}

.home-products__content {
  background-color: #f8f9fa;
  border-radius: 16px;
  padding: 48px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .home-products__content {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .home-products__content {
    padding: 16px;
    gap: 20px;
  }
}

.home-products__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
  margin: 0;
}
@media (max-width: 1024px) {
  .home-products__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 20px;
    margin: 20px 0;
  }
}
@media (max-width: 768px) {
  .home-products__grid {
    gap: 16px;
    margin: 16px 0;
  }
}

.home-products__topLeft {
  grid-column: 1;
  grid-row: 1/3;
}
@media (max-width: 1024px) {
  .home-products__topLeft {
    grid-column: auto;
    grid-row: auto;
  }
}

.home-products__topRight {
  grid-column: 2;
  grid-row: 1;
}
@media (max-width: 1024px) {
  .home-products__topRight {
    grid-column: auto;
    grid-row: auto;
  }
}

.home-products__bottomRight {
  grid-column: 2;
  grid-row: 2;
}
@media (max-width: 1024px) {
  .home-products__bottomRight {
    grid-column: auto;
    grid-row: auto;
  }
}

.home-services {
  padding: 80px 0;
  position: relative;
}
@media (max-width: 768px) {
  .home-services {
    padding: 64px 0;
  }
}
@media (max-width: 480px) {
  .home-services {
    padding: 48px 0;
  }
}

.home-services__icon-x {
  position: absolute;
  top: -305px;
  left: -170px;
  z-index: -1;
  display: block;
}
.home-services__icon-x svg {
  display: block;
}

.home-services__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.home-services__block-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.home-services__block-container::-webkit-scrollbar {
  display: none;
}
@media (max-width: 992px) {
  .home-services__block-container {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
  }
}

.home-services__blocks {
  display: flex;
  gap: 24px;
  padding: 4px;
}

.home-services__navigation {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 8px;
}

.home-services__see-more {
  display: none;
  justify-content: center;
  margin-top: 8px;
}

.home-services__see-more-card {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 12px;
  min-width: 180px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #EBEDF0;
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  cursor: pointer;
}

.home-services__see-more-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.home-services__see-more-label {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.home-services__see-more-arrow svg {
  width: 28px;
  height: 28px;
  color: var(--text-color-secondary);
}

@media (min-width: 769px) {
  .home-services__see-more-card {
    display: flex;
  }
  .home-services__see-more {
    display: none;
  }
}
@media (max-width: 768px) {
  .home-services__see-more-card {
    display: none;
  }
  .home-services__see-more {
    display: flex;
  }
}
.home {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.about-intro {
  margin-top: 48px;
  margin-bottom: 48px;
}

.about-intro__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: start;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1400px) {
  .about-intro__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.about-intro__left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.about-intro__left h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}

.about-intro__left p {
  font-size: 16px;
  line-height: 24px;
  color: #525866;
  font-weight: 400;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}

.about-intro__right {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
@media (min-width: 992px) and (max-width: 1400px) {
  .about-intro__right {
    justify-content: flex-start;
  }
}

.about-intro__image {
  width: 592px;
  max-width: 100%;
  height: 405px;
  border-radius: 8px;
  object-fit: cover;
  background: #eee;
}
@media (min-width: 992px) and (max-width: 1400px) {
  .about-intro__image {
    width: 100%;
    height: auto;
    margin-top: 16px;
  }
}

.about-team-section {
  margin-top: 40px;
  margin-bottom: 40px;
}

.about-team-section__grid {
  margin-top: 56px;
}

.section {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .section {
    padding: 48px 0;
  }
}

.section--dark {
  background: #1c1b1b;
}
.section--dark .section-title {
  color: var(--onx-color-primary);
}

.section--alt-bg {
  background: #f8f9fa;
}

.section-title.title {
  text-align: center;
  margin-bottom: 48px !important;
}
@media (max-width: 768px) {
  .section-title.title {
    margin-bottom: 32px !important;
  }
}

.service-detail__hero {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 80px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .service-detail__hero {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .service-detail__hero {
    margin-bottom: 48px;
  }
}

.service-detail__hero-grid {
  display: flex;
  flex-direction: column;
}

.service-detail__content-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.service-detail__header-content.header-content {
  margin-bottom: 28px;
}

.service-detail__cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .service-detail__cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .service-detail__cards-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.service-detail__cards-grid-item.info-block {
  min-height: 280px;
}
.service-detail__cards-grid-item.info-block .info-block__icon {
  width: 64px;
  height: 64px;
  border-radius: 12px;
}
.service-detail__cards-grid-item.info-block .info-block__icon svg {
  width: 32px;
  height: 32px;
  stroke-width: 1.5;
}

.service-detail__process-steps {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
  gap: 24px;
}

.service-detail__process-step {
  padding: 32px;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #ebedf0;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  display: flex;
  gap: 24px;
}
@media (max-width: 768px) {
  .service-detail__process-step {
    padding: 24px;
    flex-direction: column;
    gap: 16px;
  }
}

.service-detail__process-step:hover {
  border-color: var(--onx-color-primary);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.service-detail__step-icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1a1a1a;
  border-radius: 12px;
  color: #ffffff;
}
.service-detail__step-icon svg {
  width: 32px;
  height: 32px;
  stroke-width: 1.5;
}
@media (max-width: 768px) {
  .service-detail__step-icon {
    width: 56px;
    height: 56px;
  }
}

.service-detail__step-content {
  flex: 1;
}

.service-detail__step-week {
  font-size: 12px;
  font-weight: 600;
  color: var(--onx-color-primary);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.service-detail__step-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--text-color-primary);
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .service-detail__step-title {
    font-size: 18px;
  }
}

.service-detail__step-description {
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-color-secondary);
  margin: 0;
}
@media (max-width: 768px) {
  .service-detail__step-description {
    font-size: 14px;
  }
}

.service-detail__deliverables-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .service-detail__deliverables-grid {
    grid-template-columns: 1fr;
  }
}

.service-detail__deliverable-card {
  padding: 32px;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #ebedf0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
@media (max-width: 768px) {
  .service-detail__deliverable-card {
    padding: 24px;
  }
}

.service-detail__deliverable-card:hover {
  border-color: var(--onx-color-primary);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.service-detail__deliverable-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1a1a1a;
  border-radius: 12px;
  color: #ffffff;
  flex-shrink: 0;
}
.service-detail__deliverable-icon svg {
  width: 28px;
  height: 28px;
  stroke-width: 1.5;
}
@media (max-width: 768px) {
  .service-detail__deliverable-icon {
    width: 56px;
    height: 56px;
  }
}

.service-detail__deliverable-text {
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-color-primary);
  margin: 0;
  font-weight: 500;
}
@media (max-width: 768px) {
  .service-detail__deliverable-text {
    font-size: 15px;
  }
}

.service-detail__box {
  background-color: #f8f9fa;
  border-radius: 16px;
  padding: 48px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .service-detail__box {
    padding: 32px 24px;
  }
}

.service-detail__case-description {
  max-width: 900px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
  color: var(--text-color-secondary);
  text-align: center;
}
@media (max-width: 768px) {
  .service-detail__case-description {
    font-size: 16px;
  }
}

.service-detail__faq-list {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 768px) {
  .service-detail__faq-list {
    gap: 24px;
  }
}

.service-detail__faq-item {
  padding: 32px;
  border-radius: 12px;
  border: 1px solid #ebedf0;
}
@media (max-width: 768px) {
  .service-detail__faq-item {
    padding: 24px;
  }
}

.service-detail__faq-question {
  font-size: 20px;
  font-weight: 600;
  color: var(--text-color-primary);
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .service-detail__faq-question {
    font-size: 18px;
  }
}

.service-detail__faq-answer {
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-color-secondary);
  margin: 0;
}
@media (max-width: 768px) {
  .service-detail__faq-answer {
    font-size: 14px;
  }
}

.service-detail__cta-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.service-detail__cta-title.title {
  margin-bottom: 24px !important;
  line-height: 1.1;
}

.service-detail__cta-description {
  font-size: 24px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .service-detail__cta-description {
    font-size: 16px;
    margin-bottom: 32px;
  }
}

.service-detail__cta-button.btn {
  margin: 0 auto;
}

.technologies-index-section {
  margin-top: 48px;
  margin-bottom: 48px;
}

.tech-detail__hero {
  padding-top: 0;
  padding-bottom: 64px;
  margin-top: 80px;
}
@media (max-width: 992px) {
  .tech-detail__hero {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .tech-detail__hero {
    padding-bottom: 40px;
  }
}

.tech-detail__hero-grid {
  display: flex;
  flex-direction: column;
}

.tech-detail__content-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.tech-detail__header-content.header-content {
  margin-bottom: 28px;
}

.tech-detail__text-block {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.tech-detail__body-text {
  font-size: 18px;
  line-height: 1.8;
  color: var(--text-color-secondary);
  margin: 0;
}
.section--dark .tech-detail__body-text {
  color: rgba(255, 255, 255, 0.75);
}
@media (max-width: 768px) {
  .tech-detail__body-text {
    font-size: 16px;
  }
}

.tech-detail__intro-text {
  font-size: 17px;
  line-height: 1.7;
  color: var(--text-color-secondary);
  max-width: 900px;
  margin: 0 auto 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .tech-detail__intro-text {
    font-size: 16px;
  }
}

.tech-detail__summary-text {
  font-size: 17px;
  line-height: 1.7;
  color: var(--text-color-secondary);
  max-width: 900px;
  margin: 40px auto 0;
  text-align: center;
}
@media (max-width: 768px) {
  .tech-detail__summary-text {
    font-size: 16px;
  }
}

.tech-detail__comparison-list {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  margin: 0 auto;
  gap: 16px;
}

.tech-detail__comparison-item {
  padding: 24px 32px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #ebedf0;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .tech-detail__comparison-item {
    flex-direction: column;
    gap: 8px;
    padding: 20px 24px;
  }
}

.tech-detail__comparison-name {
  font-size: 15px;
  font-weight: 700;
  color: var(--text-color-primary);
  min-width: 80px;
  padding-top: 2px;
}

.tech-detail__comparison-text {
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-color-secondary);
  margin: 0;
}

.tech-detail__cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .tech-detail__cards-grid {
    grid-template-columns: 1fr;
  }
}

.tech-detail__faq-list {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.tech-detail__faq-item {
  padding: 32px;
  border-radius: 12px;
  border: 1px solid #ebedf0;
  background: #fff;
}
@media (max-width: 768px) {
  .tech-detail__faq-item {
    padding: 24px;
  }
}

.tech-detail__faq-question {
  font-size: 20px;
  font-weight: 600;
  color: var(--text-color-primary);
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .tech-detail__faq-question {
    font-size: 17px;
  }
}

.tech-detail__faq-answer {
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-color-secondary);
  margin: 0;
}

.tech-detail__cta-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.tech-detail__cta-title.title {
  margin-bottom: 0 !important;
}

.tech-detail__cta-button.btn {
  margin: 0 auto;
}

.not-found {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: white;
  width: 100%;
}

.not-found__main {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 104px 16px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 992px) {
  .not-found__main {
    padding: 80px 16px;
  }
}

.not-found__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 800px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.not-found__badge {
  margin-bottom: 24px;
}

.not-found__title {
  font-size: 112px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  background: linear-gradient(90deg, #000000 0%, #bcb5a8 50%, #000000 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: notFoundTitleSlideIn 1s ease-out forwards, gradientShift 3s ease-in-out infinite;
}
@media (max-width: 992px) {
  .not-found__title {
    font-size: 80px;
  }
}

@keyframes notFoundTitleSlideIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.not-found__subtitle {
  font-size: 40px;
  font-weight: 600;
  margin: 24px 0 16px;
  color: #1a1a1a;
  letter-spacing: -0.02em;
}
@media (max-width: 992px) {
  .not-found__subtitle {
    font-size: 32px;
  }
}

.not-found__description {
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-color-secondary);
  margin-bottom: 40px;
  max-width: 480px;
  white-space: pre-line;
}
@media (max-width: 992px) {
  .not-found__description {
    font-size: 14px;
    margin-bottom: 32px;
  }
}

.not-found__button-group {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .not-found__button-group {
    flex-direction: column;
    width: 100%;
    max-width: 280px;
  }
}

.not-found__company-icon {
  display: block;
  width: auto;
  height: 500px;
  position: absolute;
  right: 40px;
  bottom: 0;
  opacity: 0.05;
  pointer-events: none;
  z-index: 1;
}
.not-found__company-icon svg {
  height: 500px;
  width: auto;
}

.post-hero__header-content.header-content {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.post-hero__header-content.header-content .header-content__title,
.post-hero__header-content.header-content .header-content__description {
  max-width: none;
}

.blog-search {
  max-width: 480px;
  width: 100%;
  margin: 0 auto 48px;
}

.blog-search__input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #EBEDF0;
  border-radius: 8px;
  background: #fff;
  font-family: inherit;
  font-size: 16px;
  color: var(--text-color-primary);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.blog-search__input::placeholder {
  color: var(--text-color-secondary);
  opacity: 0.7;
}
.blog-search__input:hover {
  border-color: #000;
}
.blog-search__input:focus {
  border-color: #000;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

.blog-listing {
  margin-top: 48px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .blog-listing {
    margin-bottom: 56px;
  }
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, 280px);
  justify-content: center;
  gap: 24px;
}
@media (max-width: 650px) {
  .blog-grid {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin: 0 auto;
  }
}

.blog-empty-state {
  display: none;
  text-align: center;
  padding: 64px 24px;
  color: var(--text-color-secondary);
  font-size: 16px;
}
.blog-empty-state.is-visible {
  display: block;
}

.blog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 280px;
  background: #fff;
  border: 1.5px solid #E6E6E6;
  border-radius: 16px;
  overflow: hidden;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
@media (max-width: 650px) {
  .blog-card {
    width: 100%;
  }
}

.blog-card:hover {
  box-shadow: 0 8px 24px rgba(28, 29, 30, 0.09);
  border-color: #dedede;
}

.blog-card__image-wrapper {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #f0f0f0;
}

.blog-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  padding: 24px;
}

.blog-card__meta {
  display: flex;
  align-items: center;
  gap: 8px;
}

.blog-card__date {
  font-size: 12px;
  color: var(--text-color-secondary);
  opacity: 0.8;
}

.blog-card__category.tag {
  padding: 3px 10px;
  min-height: 0;
  font-size: 11px;
}

.blog-card__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}
.blog-card__title a {
  color: #1A1A1A;
}

.blog-card__description {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: var(--text-color-secondary);
  margin: 0;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-card__button.btn {
  margin-top: auto;
  width: 100%;
  height: 40px;
  padding: 0 16px;
  font-size: 14px;
  min-width: 0;
}

.post-body {
  max-width: 760px;
  margin: 40px auto 0;
}
@media (max-width: 992px) {
  .post-body {
    margin-top: 32px;
  }
}

.post-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.post-meta__date {
  font-size: 14px;
  color: var(--text-color-secondary);
}

.post-meta__category.tag {
  padding: 4px 12px;
  min-height: 0;
  font-size: 12px;
}

.post-image {
  border-radius: 8px;
  overflow: hidden;
  background: #f0f0f0;
  aspect-ratio: 16/9;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .post-image {
    margin-bottom: 32px;
  }
}

.post-image__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.post-content {
  margin-bottom: 40px;
}
.post-content p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-color-secondary);
  margin: 0 0 24px;
}
.post-content h2 {
  margin: 48px 0 16px;
}
@media (max-width: 768px) {
  .post-content h2 {
    margin: 32px 0 12px;
  }
}
.post-content h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 40px 0 16px;
  color: var(--text-color-primary);
}
.post-content ul, .post-content ol {
  margin: 0 0 24px;
  padding-left: 24px;
}
.post-content li {
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-color-secondary);
  margin-bottom: 8px;
}
.post-content a {
  color: var(--text-color-primary);
  text-decoration: underline;
  text-decoration-color: rgba(28, 27, 27, 0.3);
  text-underline-offset: 2px;
  transition: text-decoration-color 0.2s ease;
}
.post-content a:hover {
  text-decoration-color: currentColor;
}
.post-content img {
  width: 100%;
  border-radius: 8px;
  margin: 32px 0;
  display: block;
}
.post-content blockquote {
  border-left: 3px solid var(--onx-color-primary);
  padding-left: 24px;
  margin: 32px 0;
  font-size: 18px;
  line-height: 1.6;
  color: var(--text-color-primary);
}
.post-content blockquote p {
  margin: 0;
  color: inherit;
  font-size: inherit;
}

.post-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 24px;
  border-top: 1px solid #EBEDF0;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .post-actions {
    justify-content: flex-start;
  }
}

.post-actions__back.btn {
  min-width: 0;
}

.post-share {
  display: flex;
  align-items: center;
  gap: 12px;
}

.post-share__label {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-color-secondary);
}

.post-share__links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.post-share__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background: #fff;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
}
.post-share__link svg {
  width: 18px;
  height: 18px;
}

.post-share__link:hover {
  border-color: #333;
}

.post-share__link.is-copied {
  border-color: var(--onx-color-primary);
}

.post-related .blog-grid {
  margin: 0 auto;
}

.post-cta__content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.post-cta__title.title {
  margin-bottom: 24px !important;
  line-height: 1.1;
}

.post-cta__button.btn {
  margin: 0 auto;
}

/*# sourceMappingURL=main.css.map */