@charset "UTF-8";
@font-face {
  font-display: swap;
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.ttf") format("ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Semibold.woff") format("woff"), url("../fonts/Gilroy-Semibold.woff2") format("woff2"), url("../fonts/Gilroy-Semibold.ttf") format("ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.ttf") format("ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}
/*! 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.
 */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
}

/* Sections
    ========================================================================== */
/**
  * Remove the margin in all browsers.
  */
body {
  height: 100%;
  margin: 0;
}

/**
  * Render the `main` element consistently in IE.
  */
main {
  flex: 1 1 auto;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

/**
  * Correct the font size and margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Firefox, and Safari.
  */
/*  h1 {
   font-size: 40px;
   color: #4F566B;
   padding-bottom: 15px;
 } */
/* Grouping content
    ========================================================================== */
/**
  * 1. Add the correct box sizing in Firefox.
  * 2. Show the overflow in Edge and IE.
  */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
    ========================================================================== */
/**
  * Remove the gray background on active links in IE 10.
  */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
  * 1. Remove the bottom border in Chrome 57-
  * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
b,
strong {
  font-weight: bolder;
}

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
  * Add the correct font size in all browsers.
  */
small {
  font-size: 80%;
}

/**
  * Prevent `sub` and `sup` elements from affecting the line height in
  * all browsers.
  */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
    ========================================================================== */
/**
  * Remove the border on images inside links in IE 10.
  */
img {
  border-style: none;
}

/* Forms
    ========================================================================== */
/**
  * 1. Change the font styles in all browsers.
  * 2. Remove the margin in Firefox and Safari.
  */
ß ul {
  margin: 0;
}

li {
  list-style: none;
}

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

/**
  * Show the overflow in IE.
  * 1. Show the overflow in Edge.
  */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
  * Remove the inheritance of text transform in Edge, Firefox, and IE.
  * 1. Remove the inheritance of text transform in Firefox.
  */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
  * Correct the inability to style clickable types in iOS and Safari.
  */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
  * Remove the inner border and padding in Firefox.
  */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
  * Restore the focus styles unset by the previous rule.
  */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
  * Correct the padding in Firefox.
  */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
  * 1. Correct the text wrapping in Edge and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  * 3. Remove the padding so developers are not caught out when they zero out
  *    `fieldset` elements in all browsers.
  */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
  * Add the correct vertical alignment in Chrome, Firefox, and Opera.
  */
progress {
  vertical-align: baseline;
}

/**
  * Remove the default vertical scrollbar in IE 10+.
  */
textarea {
  overflow: auto;
}

/**
  * 1. Add the correct box sizing in IE 10.
  * 2. Remove the padding in IE 10.
  */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
  * Correct the cursor style of increment and decrement buttons in Chrome.
  */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
  * 1. Correct the odd appearance in Chrome and Safari.
  * 2. Correct the outline style in Safari.
  */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
  * Remove the inner padding in Chrome and Safari on macOS.
  */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
  * 1. Correct the inability to style clickable types in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
    ========================================================================== */
/*
  * Add the correct display in Edge, IE 10+, and Firefox.
  */
details {
  display: block;
}

/*
  * Add the correct display in all browsers.
  */
summary {
  display: list-item;
}

/* Misc
    ========================================================================== */
/**
  * Add the correct display in IE 10+.
  */
template {
  display: none;
}

/**
  * Add the correct display in IE 10.
  */
[hidden] {
  display: none;
}

body {
  font-family: "Gilroy";
  line-height: normal;
}

body.no-scroll {
  overflow: hidden;
}

body.lock {
  overflow: hidden;
}

.wrapper {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 576px) {
  .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.container {
  margin: 0 auto;
  max-width: 300px;
}
@media screen and (min-width: 375px) {
  .container {
    max-width: 560px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 1180px;
  }
}
@media screen and (min-width: 1280px) {
  .container {
    max-width: 1180px;
  }
}
@media screen and (min-width: 1920px) {
  .container {
    max-width: 1438px;
  }
}

/**
 * Swiper 9.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide,
swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.header {
  margin: 20px 0 15px;
  height: 40px;
  position: sticky;
  top: 0;
  z-index: 100;
  transition: all 0.7s ease;
}
.header-sticky {
  background: linear-gradient(135deg, #652C9D 0%, #421D6B 52.6%, #1E0230 100%);
  border-radius: 16px;
  padding: 0 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 576px) {
  .header-sticky {
    border-radius: 20px;
  }
}
@media screen and (min-width: 1020px) {
  .header-sticky {
    border-radius: 24px;
  }
}
@media screen and (min-width: 576px) {
  .header {
    height: 61px;
  }
}
@media screen and (min-width: 1020px) {
  .header {
    height: 81px;
  }
}
@media screen and (min-width: 1280px) {
  .header {
    margin: 50px 0 40px;
  }
}
.header-invisible {
  opacity: 0;
  z-index: -1;
  transition: all 0.7s ease;
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  height: 40px;
  flex-wrap: wrap;
}
@media screen and (min-width: 576px) {
  .header__wrapper {
    height: 61px;
    padding: 10px 0;
  }
}
@media screen and (min-width: 768px) {
  .header__wrapper {
    padding: 10px 30px;
  }
}
@media screen and (min-width: 1020px) {
  .header__wrapper {
    padding: 20px 30px;
    height: 81px;
  }
}
@media screen and (min-width: 1920px) {
  .header__wrapper {
    padding: 0 10px;
    height: 82px;
  }
}
.header__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header__main {
    width: auto;
  }
}
.header__logo {
  width: 25px;
  height: 30px;
  margin-top: -10px;
}
@media screen and (min-width: 576px) {
  .header__logo {
    margin-top: 0;
  }
}
@media screen and (min-width: 576px) {
  .header__logo {
    width: 34px;
    height: 41px;
  }
}
.header__logo svg {
  width: 100%;
}
.header__menu-nav {
  display: flex;
  justify-content: end;
  width: 100%;
  opacity: 0;
  z-index: -1;
  height: 0;
  transition: all 0.3s ease-in;
}
@media screen and (min-width: 768px) {
  .header__menu-nav {
    width: auto;
    opacity: 1;
    z-index: 1;
  }
}
.header__list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .header__list {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
}
.header__list-item {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 30px;
}
.header__list-item:first-child {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .header__list-item:first-child {
    margin-top: 0;
  }
}
.header__list-item:last-child {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .header__list-item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .header__list-item {
    transition: all 0.3s ease-in;
    font-size: 16px;
    margin-bottom: 0;
    margin-left: 22px;
  }
  .header__list-item:hover {
    transform: scale(1.07);
  }
}
@media screen and (min-width: 1020px) {
  .header__list-item {
    font-size: 16px;
    margin-left: 40px;
  }
}
@media screen and (min-width: 1920px) {
  .header__list-item {
    font-size: 18px;
  }
}
.header__list-item a {
  transition: all 0.3s ease-in;
  color: #FFFFFF;
}
.header__btn {
  border: 1px solid #FFFFFF;
  border-radius: 24px;
  display: flex;
  height: 37px;
  width: 105px;
  background-color: #1E0230;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in;
}
@media screen and (min-width: 768px) {
  .header__btn {
    background-color: transparent;
  }
}
@media screen and (min-width: 1020px) {
  .header__btn {
    height: 42px;
    width: 115px;
  }
}
@media screen and (min-width: 1920px) {
  .header__btn {
    width: 125px;
  }
}
.header__btn:hover {
  background-color: #36CAB4;
}
.header__btn a {
  display: flex;
  align-items: center;
  height: 42px;
}
.header__burger {
  width: 50px;
  height: 30px;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .header__burger {
    display: none;
  }
}

.expanded-header {
  animation: expandHeader 0.5s ease-out forwards;
  height: 400px !important;
}
@media screen and (min-width: 576px) {
  .expanded-header {
    height: 420px !important;
  }
}

.expanded-header-active {
  opacity: 1;
  z-index: 1;
}

.collapsed-header {
  animation: collapseHeader 0.5s ease-out forwards;
}
@media screen and (min-width: 576px) {
  .collapsed-header {
    animation: collapseHeaderSm 0.5s ease-out forwards;
  }
}
@media screen and (min-width: 1020px) {
  .collapsed-header {
    animation: collapseHeaderLg 0.5s ease-out forwards;
  }
}

@keyframes expandHeader {
  from {
    max-height: 40px;
  }
  to {
    max-height: 420px;
  }
}
@keyframes expandHeaderSm {
  from {
    height: 61px;
  }
  to {
    height: 420px;
  }
}
@keyframes collapseHeader {
  from {
    height: 420px;
  }
  to {
    height: 40px;
  }
}
@keyframes collapseHeaderSm {
  from {
    height: 420px;
  }
  to {
    height: 61px;
  }
}
.burger {
  position: relative;
  margin: 0 auto;
  padding: 0 16px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background: transparent;
  border: none;
  height: 30px;
  width: 30px;
  margin: 0 15px;
}
.burger span {
  display: block;
  position: absolute;
  background: #FFFFFF;
  height: 1px;
  width: 50%;
  border-radius: 50px;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.burger span:nth-child(even) {
  left: 50%;
}
.burger span:nth-child(odd) {
  left: 2px;
}
.burger span:nth-child(1), .burger span:nth-child(2) {
  top: 8px;
}
.burger span:nth-child(3), .burger span:nth-child(4) {
  top: 14px;
}
.burger span:nth-child(5), .burger span:nth-child(6) {
  top: 20px;
}
.burger.open span:nth-child(1), .burger.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.burger.open span:nth-child(2), .burger.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.burger.open span:nth-child(1) {
  left: 4px;
  top: 10px;
}
.burger.open span:nth-child(2) {
  left: calc(50% - 2px);
  top: 10px;
}
.burger.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.burger.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.burger.open span:nth-child(5) {
  left: 4px;
  top: 20px;
}
.burger.open span:nth-child(6) {
  left: calc(50% - 2px);
  top: 20px;
}

.main {
  background: linear-gradient(135deg, #652C9D 0%, #421D6B 52.6%, #1E0230 100%);
  margin: 15px auto;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
.main__video-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.7;
  pointer-events: none;
}
.main__video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(101,44,157,0.60) 0%, rgba(66,29,107,0.65) 52.6%, rgba(30,2,48,0.70) 100%);
  z-index: 1;
  pointer-events: none;
  border-radius: inherit;
}
.main .container {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 576px) {
  .main {
    border-radius: 20px;
  }
}
@media screen and (min-width: 1020px) {
  .main {
    border-radius: 24px;
  }
}
@media screen and (min-width: 768px) {
  .main {
    margin: 25px auto 20px;
  }
}
@media screen and (min-width: 1280px) {
  .main {
    margin: 30px auto;
  }
}
@media screen and (min-width: 1920px) {
  .main {
    margin: 40px auto;
  }
}
.main__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .main__wrapper {
    padding: 30px 48px;
  }
}
@media screen and (min-width: 1280px) {
  .main__wrapper {
    padding: 40px 50px;
  }
}
@media screen and (min-width: 1920px) {
  .main__wrapper {
    padding: 60px 10px;
  }
}
.main__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media screen and (min-width: 576px) {
  .main__header {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .main__header {
    margin-bottom: 30px;
  }
}
.main__description {
  animation: animDesc 1.5s ease-out forwards;
  width: 100%;
}
.main__title {
  word-wrap: break-word;
  max-width: 210px;
}
@media screen and (min-width: 375px) {
  .main__title {
    max-width: 250px;
  }
}
@media screen and (min-width: 576px) {
  .main__title {
    max-width: 300px;
  }
}
@media screen and (min-width: 768px) {
  .main__title {
    max-width: 450px;
  }
}
@media screen and (min-width: 1280px) {
  .main__title {
    max-width: 595px;
  }
}
.main__title h1 {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (min-width: 576px) {
  .main__title h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) {
  .main__title h1 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .main__title h1 {
    font-size: 42px;
  }
}
@media screen and (min-width: 1920px) {
  .main__title h1 {
    font-size: 60px;
  }
}
.main__text {
  width: 100%;
  margin-bottom: 13px;
}
@media screen and (min-width: 576px) {
  .main__text {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .main__text {
    max-width: 650px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1920px) {
  .main__text {
    max-width: 750px;
  }
}
.main__text p {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 16px;
}
@media screen and (min-width: 576px) {
  .main__text p {
    font-size: 13px;
  }
}
@media screen and (min-width: 1020px) {
  .main__text p {
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .main__text p {
    font-size: 14px;
    margin-bottom: 17px;
  }
}
@media screen and (min-width: 1920px) {
  .main__text p {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 25px;
  }
}
.main__text p:last-child {
  margin-bottom: 0;
}
.main__btn {
  max-width: 320px;
  width: 100%;
  height: 39px;
  padding: 20px;
  margin: 0 auto;
  margin: 0;
  border-radius: 50px;
  border: 1px solid #FFFFFF;
  background: linear-gradient(279deg, #4CE5AE 6.67%, #1CAABC 68.48%, #076266 96.36%);
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .main__btn {
    max-width: 158px;
    margin: 0;
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .main__btn {
    max-width: 173px;
    font-size: 18px;
    height: 46px;
  }
}
@media screen and (min-width: 1920px) {
  .main__btn {
    max-width: 204px;
    height: 65px;
    font-size: 20px;
  }
}
.main__btn::after {
  content: "";
  position: absolute;
  background: linear-gradient(to left, #36CAB4 6.67%, #36CAB4 68.48%, #36CAB4 96.36%);
  border-radius: 50px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
  z-index: -1;
}
.main__btn a {
  width: 100%;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
}
@media screen and (min-width: 1280px) {
  .main__btn a {
    height: 46px;
  }
}
@media screen and (min-width: 1920px) {
  .main__btn a {
    height: 65px;
  }
}
.main__btn:hover::after {
  opacity: 1;
}
.main__btn:active::after {
  filter: brightness(0.8);
}
.main__logo {
  animation: animMainLogo 1.5s forwards;
  display: none;
}
@media screen and (min-width: 1020px) {
  .main__logo {
    display: block;
  }
}
.main__logo svg {
  width: 285px;
  height: 342px;
  margin-top: 10px;
}
@media screen and (min-width: 1920px) {
  .main__logo svg {
    width: 417px;
    height: 500px;
    margin-top: 5px;
  }
}
.main__header-logo {
  width: 60px;
  height: 72px;
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 576px) {
  .main__header-logo {
    width: 70px;
    height: 84px;
  }
}
@media screen and (min-width: 1020px) {
  .main__header-logo {
    display: none;
  }
}
.main__header-logo svg {
  width: 100%;
  height: 100%;
  margin-top: -8px;
}
@media screen and (min-width: 768px) {
  .main__header-logo svg {
    margin-top: 0;
  }
}

@keyframes animDesc {
  from {
    transform: translateX(-28px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes animMainLogo {
  from {
    transform: translateY(50px);
  }
  to {
    transform: translateY(0);
  }
}
.areas {
  position: relative;
  height: 3200px;
  padding: 0 20px;
  margin: 10px 0;
  transform: translate(0);
  height: auto;
}
@media screen and (min-width: 768px) {
  .areas {
    margin: 40px 30px;
  }
}
@media screen and (min-width: 1280px) {
  .areas {
    margin: 73px 0 50px;
  }
}
@media screen and (min-width: 1920px) {
  .areas {
    margin: 80px 0 63px;
  }
}
.areas .container {
  height: 100%;
}
@media screen and (min-width: 1280px) {
  .areas__wrapper {
    padding: 0 30px;
  }
}
.areas__content {
  width: 100%;
  height: 100%;
}
.areas__main {
  display: flex;
  flex-direction: column;
  justify-content: start;
}
@media screen and (min-width: 1020px) {
  .areas__main {
    margin-left: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .areas__main {
    margin-left: 100px;
  }
}
/* ── Shared section eyebrow label ────────────────────────────────────────── */
.section-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #06b6d4;
  margin-bottom: 10px;
}
/* ─────────────────────────────────────────────────────────────────────────── */

.areas__title {
  margin-bottom: 50px;
}
@media screen and (min-width: 1920px) {
  .areas__title {
    margin-bottom: 50px;
  }
}
.areas__title h2 {
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.08;
  color: #321255;
}
@media screen and (min-width: 768px) {
  .areas__title h2 {
    font-size: 42px;
  }
}
@media screen and (min-width: 1920px) {
  .areas__title h2 {
    font-size: 60px;
  }
}
.areas__block-items {
  position: relative;
  top: 50%;
}
@media screen and (min-width: 1020px) {
  .areas__block-items {
    transform: translateY(calc(50% - 35px));
    transition: top 1s ease, transform 1s ease;
  }
}
.areas__block {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  -webkit-will-change: transform;
  will-change: transform;
  -webkit-transform: translateY(0px);
  -webkit-overflow-scrolling: touch;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  transform: translateY(0px);
}
@media (min-width: 1020px) {
  .areas__block {
    flex-direction: row;
    max-width: 1020px;
    width: 100%;
  }
}
.areas__block svg {
  max-width: 300px;
  width: 100%;
  height: 200px;
}
@media screen and (min-width: 576px) {
  .areas__block svg {
    max-width: 450px;
  }
}
@media screen and (min-width: 768px) {
  .areas__block svg {
    max-width: 650px;
    height: 270px;
  }
}
@media screen and (min-width: 1020px) {
  .areas__block svg {
    max-width: 429px;
  }
}
@media screen and (min-width: 1920px) {
  .areas__block svg {
    max-width: 537px;
  }
}
.areas__block1 {
  z-index: 30;
}
.areas__block2 {
  z-index: 20;
  margin-top: -503px;
}
@media (min-width: 576px) {
  .areas__block2 {
    margin-top: -536px;
  }
}
@media (min-width: 768px) {
  .areas__block2 {
    margin-top: -594px;
  }
}
@media (min-width: 1020px) {
  .areas__block2 {
    margin-top: -289px;
  }
}
@media screen and (min-width: 1280px) {
  .areas__block2 {
    margin-top: -294px;
  }
}
.areas__block3 {
  z-index: 10;
  margin-top: -299px;
}
@media (min-width: 405px) {
  .areas__block3 {
    margin-top: -358px;
  }
}
@media (min-width: 576px) {
  .areas__block3 {
    margin-top: -394px;
  }
}
@media (min-width: 768px) {
  .areas__block3 {
    margin-top: -450px;
  }
}
@media (min-width: 1020px) {
  .areas__block3 {
    margin-top: -272px;
  }
}
.areas__img-wrapper {
  height: 200px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (min-width: 576px) {
  .areas__img-wrapper {
    height: 230px;
  }
}
@media screen and (min-width: 768px) {
  .areas__img-wrapper {
    height: 290px;
  }
}
@media screen and (min-width: 1020px) {
  .areas__img-wrapper {
    max-width: 450px;
  }
}
@media screen and (min-width: 1280px) {
  .areas__img-wrapper {
    margin-right: 80px;
  }
}
.areas__block-title-1 {
  color: #8B5CF6;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.2s ease-in;
  opacity: 0;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 576px) {
  .areas__block-title-1 {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .areas__block-title-1 {
    font-size: 24px;
  }
}
@media (min-width: 1020px) {
  .areas__block-title-1 {
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .areas__block-title-1 {
    font-size: 32px;
  }
}
.areas__block-title-2 {
  color: #321255;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.2s ease-in;
  opacity: 0;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 576px) {
  .areas__block-title-2 {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .areas__block-title-2 {
    font-size: 24px;
  }
}
@media (min-width: 1020px) {
  .areas__block-title-2 {
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .areas__block-title-2 {
    font-size: 32px;
  }
}
.areas__block-title-3 {
  color: #36CAB4;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.2s ease-in;
  opacity: 0;
  text-align: left;
  text-align: center;
  z-index: -1;
  margin-bottom: 30px;
}
@media screen and (min-width: 576px) {
  .areas__block-title-3 {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .areas__block-title-3 {
    font-size: 24px;
  }
}
@media (min-width: 1020px) {
  .areas__block-title-3 {
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .areas__block-title-3 {
    font-size: 32px;
  }
}
.areas__block-info {
  transition: all 0.2s ease-in;
  opacity: 0;
  text-align: center;
  z-index: -1;
}
@media (min-width: 1020px) {
  .areas__block-info {
    text-align: left;
  }
}
.areas__block-info-1 {
  color: #8B5CF6;
  height: 263px;
}
.areas__block-info-2 {
  color: #321255;
  height: 179px;
  height: 120px;
  height: 60px;
}
@media (min-width: 405px) {
  .areas__block-info-2 {
    height: 120px;
  }
}
.areas__block-info-3 {
  color: #36CAB4;
  height: 179px;
}
.areas__block-text {
  font-size: 20px;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 15px;
}
@media (min-width: 1020px) {
  .areas__block-text {
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .areas__block-text {
    font-size: 18px;
  }
}
.areas__block-elements {
  display: flex;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
  font-size: 10px;
  font-weight: 400;
  overflow: visible;
}
@media (min-width: 375px) {
  .areas__block-elements {
    max-width: 410px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .areas__block-elements {
    font-size: 13px;
    gap: 5px;
  }
}
@media (min-width: 1020px) {
  .areas__block-elements {
    justify-content: flex-start;
    margin: 10px 0 0;
  }
}
@media (min-width: 1280px) {
  .areas__block-elements {
    font-size: 12px;
    gap: 6px;
  }
}
.areas__block-element {
  border: solid 1px;
  border-radius: 18px;
  padding: 6px 10px;
  font-size: 10px;
  font-weight: 600;
  border-width: 2px;
  will-change: transform;
  transition: box-shadow 0.22s ease, background-color 0.22s ease, color 0.22s ease;
}
@media (min-width: 576px) {
  .areas__block-element {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .areas__block-element {
    padding: 9px 15px;
    border-radius: 27px;
    border-width: 2px;
    border: solid 2px;
    font-size: 13px;
  }
}
@media (min-width: 1020px) {
  .areas__block-element {
    border: solid 1.2px;
    font-size: 10px;
  }
}
@media (min-width: 1280px) {
  .areas__block-element {
    padding: 5px 8px;
    border-radius: 14px;
    border-width: 1px;
    font-size: 12px;
  }
}
.areas__block-element-1 {
  border-color: #8B5CF6;
}
.areas__block-element-1:hover {
  box-shadow: 0 0 0 1px #8B5CF6, 0 0 0 1px #8B5CF6;
}
.areas__block-element-2 {
  border-color: #321255;
}
.areas__block-element-2:hover {
  box-shadow: 0 0 0 1px #321255, 0 0 0 1px #321255;
}
.areas__block-element-3 {
  border-color: #36CAB4;
}
.areas__block-element-3:hover {
  box-shadow: 0 0 0 1px #36CAB4, 0 0 0 1px #36CAB4;
}
.areas__block-element-1--hovered {
  background-color: #8B5CF6;
  color: #fff;
  box-shadow: 0 4px 20px rgba(139, 92, 246, 0.45);
  position: relative;
  z-index: 5;
}
.areas__block-element-2--hovered {
  background-color: #321255;
  color: #fff;
  box-shadow: 0 4px 20px rgba(50, 18, 85, 0.45);
  position: relative;
  z-index: 5;
}
.areas__block-element-3--hovered {
  background-color: #36CAB4;
  color: #fff;
  box-shadow: 0 4px 20px rgba(54, 202, 180, 0.45);
  position: relative;
  z-index: 5;
}

.areas.auto {
  height: auto;
}

.sticky-section {
  position: sticky;
  top: 0;
  padding: 20px 0;
  z-index: 1;
  height: 1110px;
}

@supports (-webkit-touch-callout: none) {
  .areas {
    height: -webkit-fill-available;
  }
}
.body.hidden {
  overflow: hidden;
}

.sticky-section {
  position: sticky !important;
}

@media (max-width: 1920px) {
  .areas {
    height: 1300px !important;
  }
  .sticky-section {
    height: 1110px !important;
  }
  .sticky-section.relative {
    position: relative !important;
    margin-top: 80px;
  }
}
@media (max-width: 1680px) {
  .areas {
    height: 1400px !important;
  }
  .sticky-section {
    height: 1110px !important;
  }
  .sticky-section.relative {
    position: sticky !important;
  }
}
@media (max-width: 1440px) {
  .sticky-section {
    height: 1050px !important;
  }
}
@media (max-width: 1024px) {
  .areas {
    height: 1480px !important;
  }
  .sticky-section {
    height: 1090px !important;
  }
}
@media (max-width: 1019px) {
  .areas {
    height: 2900px !important;
  }
  .sticky-section {
    height: 1928px !important;
  }
}
@media (max-width: 767px) {
  .areas {
    height: 2800px !important;
  }
  .sticky-section {
    height: 1730px !important;
  }
}
@media (max-width: 575px) {
  .areas {
    height: 2270px !important;
  }
  .sticky-section {
    height: 1470px !important;
  }
}
.block__visible {
  opacity: 1;
}

.active-items {
  top: 0;
  transform: translateY(0);
}

@media screen and (min-width: 1280px) {
  .certifications__wrapper {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1920px) {
  .certifications__wrapper {
    padding: 0 10px;
  }
}
.certifications__title {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .certifications__title {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .certifications__title {
    margin-bottom: 30px;
  }
}
.certifications__title h2 {
  color: #321255;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.08;
}
@media screen and (min-width: 768px) {
  .certifications__title h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .certifications__title h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1920px) {
  .certifications__title h2 {
    font-size: 36px;
  }
}
.certifications__subtitle {
  margin-bottom: 13px;
}
@media screen and (min-width: 768px) {
  .certifications__subtitle {
    margin-bottom: 17px;
  }
}
@media screen and (min-width: 1280px) {
  .certifications__subtitle {
    margin-bottom: 28px;
  }
}
.certifications__subtitle span {
  color: #321255;
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .certifications__subtitle span {
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .certifications__subtitle span {
    font-size: 16px;
  }
}
@media screen and (min-width: 1920px) {
  .certifications__subtitle span {
    font-size: 18px;
  }
}
.certifications__marquee {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 9px;
}
@media screen and (min-width: 768px) {
  .certifications__marquee {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .certifications__marquee {
    margin-bottom: 30px;
  }
}
.certifications__marquee::before,
.certifications__marquee::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}
.certifications__marquee::before {
  left: 0;
  background: linear-gradient(to right, #ffffff, transparent);
}
.certifications__marquee::after {
  right: 0;
  background: linear-gradient(to left, #ffffff, transparent);
}
.certifications__track {
  display: flex;
  width: max-content;
  animation: certifications-scroll 52s linear infinite;
}
/* hover pause handled by JS so drag-resume works correctly */
@keyframes certifications-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.certifications__slide {
  flex-shrink: 0;
  width: 140px;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .certifications__slide {
    width: 170px;
    padding: 0 14px;
  }
}
@media screen and (min-width: 1280px) {
  .certifications__slide {
    width: 200px;
    padding: 0 18px;
  }
}
.certifications__slide-img {
  width: 83px;
  height: 80px;
  margin: 0 auto 10px;
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .certifications__slide-img {
    width: 103px;
    height: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .certifications__slide-img {
    width: 129px;
    height: 124px;
  }
}
@media screen and (min-width: 1920px) {
  .certifications__slide-img {
    width: 179px;
    height: 173px;
    margin: 0 auto 20px;
  }
}
.certifications__slide-img img {
  width: 100%;
}
.certifications__slide-name span {
  color: #321255;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  display: block;
}
@media screen and (min-width: 768px) {
  .certifications__slide-name span {
    font-size: 13px;
  }
}
@media screen and (min-width: 1280px) {
  .certifications__slide-name span {
    font-size: 14px;
    max-width: 185px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1920px) {
  .certifications__slide-name span {
    font-size: 16px;
  }
}

.certifications__swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.certifications__swiper-pagination .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background-color: transparent !important;
  border: 1px solid #321255 !important;
  border-radius: 50%;
  margin: 0 5px !important;
  cursor: pointer;
  opacity: 1 !important;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .certifications__swiper-pagination .swiper-pagination-bullet {
    width: 13px !important;
    height: 13px !important;
  }
}

.certifications__swiper-pagination .swiper-pagination-bullet-active {
  background-color: #321255 !important;
  z-index: 10;
  width: 11px !important;
  height: 11px !important;
}
@media screen and (min-width: 768px) {
  .certifications__swiper-pagination .swiper-pagination-bullet-active {
    width: 13px !important;
    height: 13px !important;
  }
}

.services {
  background: linear-gradient(135deg, #652C9D 0%, #421D6B 52.6%, #1E0230 100%);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px;
  background-size: cover;
  margin: 30px 0 15px;
  position: relative;
}
@media screen and (min-width: 576px) {
  .services {
    border-radius: 20px;
  }
}
@media screen and (min-width: 1020px) {
  .services {
    border-radius: 24px;
  }
}
@media screen and (min-width: 1920px) {
  .services {
    margin: 40px 0;
  }
}
.services::after {
  content: "";
  position: absolute;
  background-image: url("../img/services/services-bg-mobile.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .services::after {
    background-position: top;
    background-image: url("../img/services/services-bg-tablet.svg");
  }
}
@media screen and (min-width: 1020px) {
  .services::after {
    background-image: url("../img/services/services-bg-desktop.svg");
  }
}
@media screen and (min-width: 1920px) {
  .services::after {
    background-image: url("../img/services/services-bg-large.svg");
  }
}
.services__wrapper {
  padding: 20px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .services__wrapper {
    padding: 30px 48px;
  }
}
@media screen and (min-width: 1280px) {
  .services__wrapper {
    padding: 40px 50px;
  }
}
@media screen and (min-width: 1920px) {
  .services__wrapper {
    padding: 60px 10px;
  }
}
.services__title {
  margin-bottom: 15px;
  z-index: 3;
  position: relative;
}
@media screen and (min-width: 768px) {
  .services__title {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .services__title {
    margin-bottom: 20px;
  }
}
.services__title h2 {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.08;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .services__title h2 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .services__title h2 {
    font-size: 42px;
  }
}
@media screen and (min-width: 1920px) {
  .services__title h2 {
    font-size: 60px;
  }
}
.services__swiper {
  overflow: hidden;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .services__swiper-wrapper {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .services__swiper-wrapper {
    justify-content: space-between;
  }
}
@media screen and (min-width: 1920px) {
  .services__swiper-wrapper {
    gap: 20px;
  }
}
.services__swiper-slide {
  border-radius: 16px;
  padding: 20px;
  width: 100%;
  height: 330px !important;
  background: rgba(30, 2, 48, 0.25);
  backdrop-filter: blur(70px);
  -webkit-backdrop-filter: blur(70px);
  -moz-backdrop-filter: blur(70px);
  z-index: 5;
  margin-bottom: 10px;
}
@media screen and (min-width: 576px) {
  .services__swiper-slide {
    border-radius: 20px;
  }
}
@media screen and (min-width: 1020px) {
  .services__swiper-slide {
    border-radius: 24px;
  }
}
@media screen and (min-width: 375px) {
  .services__swiper-slide {
    height: 280px !important;
  }
}
@media screen and (min-width: 576px) {
  .services__swiper-slide {
    height: 260px !important;
  }
}
@media screen and (min-width: 768px) {
  .services__swiper-slide {
    max-width: 280px;
    height: 318px !important;
    padding: 30px 18px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .services__swiper-slide {
    max-width: 350px;
    height: 320px !important;
    padding: 30px 25px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1920px) {
  .services__swiper-slide {
    max-width: 459px;
    height: 400px !important;
    padding: 40px 50px;
    margin-bottom: 0;
  }
}
.services__swiper-slide-title {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .services__swiper-slide-title {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1920px) {
  .services__swiper-slide-title {
    margin-bottom: 20px;
  }
}
.services__swiper-slide-title h3 {
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .services__swiper-slide-title h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .services__swiper-slide-title h3 {
    font-size: 26px;
  }
}
@media screen and (min-width: 1920px) {
  .services__swiper-slide-title h3 {
    font-size: 36px;
  }
}
.services__swiper-slide-content p {
  font-size: 12px;
  font-weight: 500;
  line-height: 134%;
  color: #FFFFFF;
}
@media screen and (min-width: 576px) {
  .services__swiper-slide-content p {
    font-size: 13px;
    line-height: 120%;
  }
}
@media screen and (min-width: 1280px) {
  .services__swiper-slide-content p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .services__swiper-slide-content p {
    font-size: 16px;
    line-height: 130%;
  }
}
.services__swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .services__swiper-pagination {
    display: none;
  }
}

.services__swiper .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background-color: transparent !important;
  border: 1px solid #FFFFFF !important;
  border-radius: 50%;
  margin: 0 5px !important;
  cursor: pointer;
  opacity: 1 !important;
  z-index: 10;
}

.services__swiper .swiper-pagination-bullet-active {
  background-color: #FFFFFF !important;
  z-index: 10;
  width: 11px !important;
  height: 11px !important;
}

@media screen and (min-width: 768px) {
  .swiper-grid-column > .swiper-wrapper {
    flex-direction: row !important;
  }
}

/* ── Services slide entrance animation ──────────────────────────────────── */
/* Mobile default: slides fade up */
.services__swiper-slide {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
/* Tablet 768px: 2-column grid — odd from left, even from right */
@media (min-width: 768px) {
  .services__swiper-slide:nth-child(odd)  { transform: translateX(-70px); }
  .services__swiper-slide:nth-child(even) { transform: translateX(70px); }
}
/* Desktop 992px: 3-column grid — left col from left, center fade up, right col from right */
@media (min-width: 992px) {
  .services__swiper-slide:nth-child(3n+1) { transform: translateX(-80px); }
  .services__swiper-slide:nth-child(3n+2) { transform: translateY(30px); }
  .services__swiper-slide:nth-child(3n+3) { transform: translateX(80px); }
}
/* Animated state: all slides settle to natural position */
.services--animated .services__swiper-slide {
  opacity: 1;
  transform: none;
}
/* Stagger: row 1 leads, row 2 follows slightly after */
.services--animated .services__swiper-slide:nth-child(1) { transition-delay: 0s; }
.services--animated .services__swiper-slide:nth-child(2) { transition-delay: 0.1s; }
.services--animated .services__swiper-slide:nth-child(3) { transition-delay: 0.2s; }
.services--animated .services__swiper-slide:nth-child(4) { transition-delay: 0.15s; }
.services--animated .services__swiper-slide:nth-child(5) { transition-delay: 0.25s; }
.services--animated .services__swiper-slide:nth-child(6) { transition-delay: 0.35s; }
/* ─────────────────────────────────────────────────────────────────────────── */

.leadership {
  padding: 0 20px;
  margin: 30px 0;
}
@media screen and (min-width: 768px) {
  .leadership {
    margin: 40px 30px;
  }
}
@media screen and (min-width: 1020px) {
  .leadership {
    margin: 73px 0 50px;
  }
}
@media screen and (min-width: 1920px) {
  .leadership {
    margin: 80px 0 63px;
  }
}
@media screen and (min-width: 1020px) {
  .leadership__wrapper {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1920px) {
  .leadership__wrapper {
    padding: 0 10px;
  }
}
.leadership__title {
  margin-bottom: 15px;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .leadership__title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1020px) {
  .leadership__title {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1920px) {
  .leadership__title {
    margin-bottom: 50px;
  }
}
.leadership__title h2 {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.08;
  color: #321255;
}
@media screen and (min-width: 768px) {
  .leadership__title h2 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1020px) {
  .leadership__title h2 {
    font-size: 42px;
  }
}
@media screen and (min-width: 1920px) {
  .leadership__title h2 {
    font-size: 60px;
  }
}
.leadership__swiper {
  overflow: hidden;
  z-index: 3;
}
@media screen and (min-width: 992px) {
  .leadership__swiper {
    overflow: visible;
  }
}
@media screen and (min-width: 992px) {
  .leadership__box {
    display: flex;
    justify-content: space-between;
    position: relative;
    overflow-x: hidden;
    position: relative;
    width: 100%;
    z-index: 3;
  }
}
.leadership__swiper-slide {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .leadership__swiper-slide {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 992px) {
  .leadership__swiper-slide {
    width: auto !important;
  }
}

.card {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  margin-bottom: 10px;
}
.card_popup {
  cursor: pointer;
}
.card_popup:hover .card__photo::before {
  transform: translateY(-100%);
}
@media (hover: hover) and (pointer: fine) {
  .card_popup {
    transition: transform 0.25s ease;
  }
  .card_popup:hover {
    transform: scale(1.03);
  }
  .card_popup:hover .card__photo img {
    box-shadow: 0 8px 28px rgba(101, 44, 157, 0.35);
  }
  .card__photo img {
    transition: box-shadow 0.25s ease;
  }
}
.card__photo {
  max-width: 201px;
  max-height: 265px;
  margin: 0 auto 16px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
@media screen and (min-width: 576px) {
  .card__photo {
    border-radius: 20px;
  }
}
@media screen and (min-width: 1020px) {
  .card__photo {
    border-radius: 24px;
  }
}
@media screen and (min-width: 375px) {
  .card__photo {
    max-width: 252px;
    max-height: 331px;
  }
}
@media screen and (min-width: 768px) {
  .card__photo {
    margin: 0 auto 19px;
  }
}
@media screen and (min-width: 1020px) {
  .card__photo {
    margin: 0 auto 25px;
  }
}
@media screen and (min-width: 1920px) {
  .card__photo {
    max-width: 336px;
    max-height: 441px;
    margin: 0 auto 30px;
  }
}
.card__photo img {
  border-radius: 11px;
  z-index: 5;
  width: 100%;
  height: 265px;
}
@media screen and (min-width: 375px) {
  .card__photo img {
    height: 331px;
  }
}
@media screen and (min-width: 1920px) {
  .card__photo img {
    height: 441px;
  }
}
.card__photo-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(360deg, #4003D4 19.43%, rgba(151, 71, 255, 0) 100%);
  z-index: -1;
}
.card__photo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  z-index: -1;
  transition: transform 1.5s linear 0.2s;
}
.card__photo::after {
  content: "";
  position: absolute;
  bottom: -128px;
  right: 0;
  z-index: -2;
  border-radius: 0 0 24px 24px;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
}
@media screen and (min-width: 1020px) {
  .card__photo_ceo::after {
    bottom: -65px;
    width: 95%;
    background-image: url("../img/leadership/Symon-bg.svg");
  }
}
@media screen and (min-width: 1920px) {
  .card__photo_ceo::after {
    bottom: -90px;
  }
}
@media screen and (min-width: 1020px) {
  .card__photo_ceo::before {
    bottom: 65px;
  }
}
@media screen and (min-width: 1920px) {
  .card__photo_ceo::before {
    bottom: 120px;
  }
}
@media screen and (min-width: 1020px) {
  .card__photo_coo::after {
    bottom: -25px;
    width: 100%;
    background-image: url("../img/leadership/Vitalii-bg.svg");
  }
}
@media screen and (min-width: 1020px) {
  .card__photo_coo::before {
    bottom: 122px;
  }
}
@media screen and (min-width: 1920px) {
  .card__photo_coo::before {
    bottom: 202px;
  }
}
@media screen and (min-width: 1020px) {
  .card__photo_cto::after {
    bottom: -25px;
    width: 100%;
    background-image: url("../img/leadership/Valerii-bg.svg");
  }
}
@media screen and (min-width: 1020px) {
  .card__photo_cto::before {
    bottom: 154px;
  }
}
@media screen and (min-width: 1920px) {
  .card__photo_cto::before {
    bottom: 255px;
  }
}
.card__info {
  max-width: 202px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 375px) {
  .card__info {
    max-width: 252px;
  }
}
@media screen and (min-width: 1920px) {
  .card__info {
    max-width: 336px;
  }
}
.card__info h3 {
  color: #321255;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
}
@media screen and (min-width: 375px) {
  .card__info h3 {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1920px) {
  .card__info h3 {
    font-size: 32px;
    margin-bottom: 12px;
  }
}
.card__info span {
  color: #321255;
  font-size: 12px;
  font-weight: 400;
  display: block;
  max-width: 143px;
}
@media screen and (min-width: 375px) {
  .card__info span {
    font-size: 13px;
  }
}
@media screen and (min-width: 1020px) {
  .card__info span {
    max-width: 182px;
  }
}
@media screen and (min-width: 1920px) {
  .card__info span {
    font-size: 16px;
    max-width: 243px;
  }
}
.card__info span:last-child {
  padding-bottom: 7px;
  border-bottom: 1px solid #321255;
}
@media screen and (min-width: 375px) {
  .card__info span:last-child {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 1020px) {
  .card__info span:last-child {
    padding-bottom: 10px;
  }
}

.leadership__swiper-pagination,
.dot-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .leadership__swiper-pagination {
    display: none;
  }
}

.leadership__swiper .swiper-pagination-bullet,
.dot-pagination .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background-color: transparent !important;
  border: 1px solid #321255 !important;
  border-radius: 50%;
  margin: 0 5px !important;
  cursor: pointer;
  opacity: 1 !important;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .leadership__swiper .swiper-pagination-bullet,
  .dot-pagination .swiper-pagination-bullet {
    width: 13px !important;
    height: 13px !important;
  }
}

.leadership__swiper .swiper-pagination-bullet-active,
.dot-pagination .swiper-pagination-bullet-active {
  background-color: #321255 !important;
  z-index: 10;
  width: 11px !important;
  height: 11px !important;
}
@media screen and (min-width: 768px) {
  .leadership__swiper .swiper-pagination-bullet-active,
  .dot-pagination .swiper-pagination-bullet-active {
    width: 13px !important;
    height: 13px !important;
  }
}

.leadership-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.5s ease 0s;
}
.leadership-popup.open {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.leadership-popup-body {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.leadership-popup-wrapper {
  max-width: 300px;
  width: 100%;
  border-radius: 16px;
  background: linear-gradient(135deg, #652C9D 0%, #421D6B 52.6%, #1E0230 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 6px 20px;
  cursor: auto;
  position: relative;
  margin: 10px auto;
}
@media screen and (min-width: 576px) {
  .leadership-popup-wrapper {
    border-radius: 20px;
  }
}
@media screen and (min-width: 1020px) {
  .leadership-popup-wrapper {
    border-radius: 24px;
  }
}
@media screen and (min-width: 576px) {
  .leadership-popup-wrapper {
    max-width: 576px;
    margin: 20px;
  }
}
@media screen and (min-width: 768px) {
  .leadership-popup-wrapper {
    max-width: 668px;
    margin: 20px;
    padding: 60px 50px 30px;
  }
}
@media screen and (min-width: 1020px) {
  .leadership-popup-wrapper {
    flex-direction: row;
    max-width: 1020px;
    gap: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .leadership-popup-wrapper {
    padding: 50px 50px 30px;
    max-width: 1180px;
    gap: 48px;
  }
}
@media screen and (min-width: 1920px) {
  .leadership-popup-wrapper {
    padding: 50px 100px 30px;
    max-width: 1440px;
  }
}
.leadership-popup-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 16px;
  backdrop-filter: blur(80px);
  -webkit-backdrop-filter: blur(80px);
  -moz-backdrop-filter: blur(80px);
  z-index: 1;
}
@media screen and (min-width: 576px) {
  .leadership-popup-wrapper::before {
    border-radius: 20px;
  }
}
@media screen and (min-width: 1020px) {
  .leadership-popup-wrapper::before {
    border-radius: 24px;
  }
}
.leadership-popup-wrapper::after {
  content: "";
  position: absolute;
  background-image: url("../img/leadership/leadership-popup-logo-sm.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  width: 96%;
  height: 100%;
  z-index: 0;
  top: 0;
  right: 10px;
  border-radius: 16px;
}
@media screen and (min-width: 576px) {
  .leadership-popup-wrapper::after {
    width: 98%;
    background-image: url("../img/leadership/leadership-popup-logo-md.svg");
  }
}
@media screen and (min-width: 1020px) {
  .leadership-popup-wrapper::after {
    background-image: url("../img/leadership/leadership-popup-logo-lg.svg");
    width: 54%;
  }
}
@media screen and (min-width: 1920px) {
  .leadership-popup-wrapper::after {
    background-image: url("../img/leadership/leadership-popup-logo-xl.svg");
  }
}
.leadership-popup-info {
  z-index: 2;
  padding: 0 9px;
}
@media screen and (min-width: 1020px) {
  .leadership-popup-info {
    max-width: 540px !important;
  }
}
@media screen and (min-width: 1280px) {
  .leadership-popup-info {
    max-width: 745px !important;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1920px) {
  .leadership-popup-info {
    max-width: 889px !important;
    margin-top: 21px;
    margin-right: 18px;
  }
}
.leadership-popup__close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 30px;
  height: 30px;
  transition: all 1s ease;
  z-index: 250;
  cursor: pointer;
}
@media screen and (min-width: 1280px) {
  .leadership-popup__close-btn {
    top: 35px;
    right: 44px;
    width: 50px;
    height: 50px;
  }
  .leadership-popup__close-btn img {
    width: 110%;
  }
}
@media screen and (min-width: 1920px) {
  .leadership-popup__close-btn {
    top: 21px;
    right: 56px;
  }
}
.leadership-popup__close-btn:hover {
  transform: rotate(360deg);
}
.leadership-popup .card {
  cursor: auto;
  background-color: transparent;
  z-index: 2;
}
@media screen and (min-width: 1280px) {
  .leadership-popup .card {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1920px) {
  .leadership-popup .card {
    margin-top: 28px;
  }
}
.leadership-popup .card__photo {
  max-width: 287px;
  max-height: 377px;
  margin: 0 auto 20px;
}
.leadership-popup .card__photo img {
  width: 100%;
  height: 377px;
}
.leadership-popup .card__photo-background {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.31) 100%);
}
.leadership-popup .card__photo::before {
  display: none;
}
.leadership-popup .card__photo::after {
  display: none;
}
.leadership-popup .card__info {
  border-bottom: 1px solid #FFFFFF;
  max-width: 576px;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .leadership-popup .card__info {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1020px) {
  .leadership-popup .card__info {
    margin: 0 0 20px;
  }
}
.leadership-popup .card__info h3 {
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .leadership-popup .card__info h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1020px) {
  .leadership-popup .card__info h3 {
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
  .leadership-popup .card__info h3 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1920px) {
  .leadership-popup .card__info h3 {
    font-size: 36px;
  }
}
.leadership-popup .card__info span {
  color: #FFFFFF;
  text-align: center;
  max-width: 576px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .leadership-popup .card__info span {
    font-size: 13px;
  }
}
@media screen and (min-width: 1020px) {
  .leadership-popup .card__info span {
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
  .leadership-popup .card__info span {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .leadership-popup .card__info span {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .leadership-popup .card__info span:last-child {
    padding-bottom: 20px;
  }
}
.leadership-popup-text {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .leadership-popup-text {
    margin-top: 10px;
  }
}
.leadership-popup-text p {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 18px;
  text-indent: 10px;
}
@media screen and (min-width: 768px) {
  .leadership-popup-text p {
    font-size: 13px;
  }
}
@media screen and (min-width: 1280px) {
  .leadership-popup-text p {
    font-size: 14px;
    margin-bottom: 23px;
  }
}
@media screen and (min-width: 1920px) {
  .leadership-popup-text p {
    font-size: 16px;
    margin-bottom: 29px;
  }
}
.leadership-popup-text p:last-child {
  margin-bottom: 0;
}
.leadership-popup-social {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 25px;
}
@media screen and (min-width: 1020px) {
  .leadership-popup-social {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1280px) {
  .leadership-popup-social {
    gap: 20px;
  }
}
.leadership-popup-social a {
  /* styled via .social-icon */
}

.case {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .case {
    margin: 40px 30px;
  }
}
@media screen and (min-width: 1920px) {
  .case__wrapper {
    padding: 0 10px;
  }
}
.case__title {
  z-index: 3;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .case__title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .case__title {
    margin-bottom: 45px;
  }
}
.case__title h2 {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.08;
  color: #321255;
}
@media screen and (min-width: 768px) {
  .case__title h2 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .case__title h2 {
    font-size: 42px;
  }
}
@media screen and (min-width: 1920px) {
  .case__title h2 {
    font-size: 60px;
  }
}
.case__swiper {
  overflow: hidden;
  z-index: 3;
}
.case__swiper-slide {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1920px) {
  .case__swiper-slide {
    margin-bottom: 15px;
  }
}
.case__swiper-slide-content {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  width: 259px !important;
  padding: 23px 15px 22px;
  margin: 0 auto 9px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 375px) {
  .case__swiper-slide-content {
    width: 295px !important;
  }
}
@media screen and (min-width: 576px) {
  .case__swiper-slide-content {
    width: 345px !important;
  }
}
@media screen and (min-width: 768px) {
  .case__swiper-slide-content {
    padding: 12px 15px 22px;
    max-width: 350px;
    width: 100% !important;
    min-height: 450px;
  }
}
@media screen and (min-width: 1020px) {
  .case__swiper-slide-content {
    min-height: 480px;
  }
}
@media screen and (min-width: 1330px) {
  .case__swiper-slide-content {
    min-height: 500px;
  }
}
@media screen and (min-width: 1920px) {
  .case__swiper-slide-content {
    min-height: 532px;
    padding: 20px 16px;
    max-width: 386px;
    margin-bottom: 0;
  }
}
.case__swiper-slide-content::after {
  content: "";
  position: absolute;
  bottom: -165px;
  left: -100px;
  height: 915px;
  width: 915px;
  background: linear-gradient(135deg, #652C9D 0%, #421D6B 52.6%, #1E0230 100%);
  -webkit-clip-path: circle(50px at 5% 95%);
  clip-path: circle(50px at 5% 95%);
  opacity: 0.75;
  z-index: -2;
  transition: all 1s ease-in;
}
.case__swiper-slide-content_hovered::after {
  background: linear-gradient(135deg, #652C9D 0%, #421D6B 52.6%, #1E0230 100%);
  -webkit-clip-path: circle(460px);
  clip-path: circle(500px);
  opacity: 1;
}
.case__slide-photo {
  width: 232px;
  height: 155px;
  margin-bottom: 8px;
  pointer-events: none;
}
@media screen and (min-width: 375px) {
  .case__slide-photo {
    width: 265px;
    height: 165px;
  }
}
@media screen and (min-width: 576px) {
  .case__slide-photo {
    width: 315px;
    height: 200px;
  }
}
@media screen and (min-width: 768px) {
  .case__slide-photo {
    max-width: 322px;
    width: 100%;
    min-height: 155px;
    height: 100%;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 1920px) {
  .case__slide-photo {
    max-width: 336px;
    height: 224px;
    margin-bottom: 17px;
  }
}
.case__slide-photo img {
  width: 100%;
  height: 100%;
}
.case__slide-title {
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .case__slide-title {
    margin-bottom: 1px;
  }
}
@media screen and (min-width: 1280px) {
  .case__slide-title {
    margin-bottom: 5px;
  }
}
.case__slide-title h3 {
  color: #321255;
  font-size: 20px;
  font-weight: 700;
  transition: all 1s ease-in;
}
@media screen and (min-width: 768px) {
  .case__slide-title h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .case__slide-title h3 {
    font-size: 26px;
  }
}
@media screen and (min-width: 1920px) {
  .case__slide-title h3 {
    font-size: 28px;
  }
}
.case__slide-options {
  margin-bottom: 4px;
}
.case__slide-options span {
  font-size: 8px;
  font-weight: 600;
  padding: 3px 6px;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 3px;
}
@media screen and (min-width: 1280px) {
  .case__slide-options span {
    font-size: 9px;
  }
}
@media screen and (min-width: 1920px) {
  .case__slide-options span {
    font-size: 10px;
    margin-bottom: 4px;
    padding: 5px 8px;
  }
}
.case__industries {
  border: 1px solid #36CAB4;
  color: #36CAB4;
  transition: background 1s ease-in, border 1s ease-in, color 1s ease-in, box-shadow 0.3s ease-in, transform 0.3s ease-in;
}
.case__industries:hover {
  box-shadow: 0 0 0 1px #36CAB4, 0 0 0 1px #36CAB4;
  transform: translateY(-2px);
}
.case__industries_hovered {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  background: #36CAB4;
}
.case__cloud {
  border: 1px solid #321255;
  color: #321255;
  transition: background 1s ease-in, border 1s ease-in, color 1s ease-in, box-shadow 0.3s ease-in, transform 0.3s ease-in;
}
.case__cloud:hover {
  box-shadow: 0 0 0 1px #321255, 0 0 0 1px #321255;
  transform: translateY(-2px);
}
.case__cloud_hovered {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  background: #321255;
}
.case__integrations {
  border: 1px solid #8B5CF6;
  color: #8B5CF6;
  transition: background 1s ease-in, border 1s ease-in, color 1s ease-in, box-shadow 0.3s ease-in, transform 0.3s ease-in;
}
.case__integrations:hover {
  box-shadow: 0 0 0 1px #8B5CF6, 0 0 0 1px #8B5CF6;
  transform: translateY(-2px);
}
.case__integrations_hovered {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  background: #8B5CF6;
}
.case__slide-info {
  margin-bottom: 44px;
}
@media screen and (min-width: 768px) {
  .case__slide-info {
    margin-bottom: 5px;
  }
}
.case__slide-info p {
  color: #321255;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
  transition: all 1s ease-in;
}
@media screen and (min-width: 768px) {
  .case__slide-info p {
    font-size: 13px;
  }
}
@media screen and (min-width: 1280px) {
  .case__slide-info p {
    font-size: 14px;
  }
}
.case__slide-btn {
  width: 73px;
  height: 29px;
  border-radius: 18px;
  border: 1px solid #321255;
  color: #321255;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 1s ease-in;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .case__slide-btn {
    font-size: 13px;
    width: 76px;
    height: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .case__slide-btn {
    font-size: 14px;
    width: 85px;
    height: 35px;
  }
}
@media screen and (min-width: 1920px) {
  .case__slide-btn {
    width: 87px;
    height: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .case__slide-btn:hover {
    color: #FFFFFF;
  }
}
.case__slide-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 32px;
  background: linear-gradient(279deg, #4CE5AE 6.67%, #1CAABC 68.48%, #076266 96.36%);
  z-index: -1;
  transition: all 1s ease-in;
  opacity: 0;
}
.case__slide-btn_hovered {
  border: 1px solid #FFFFFF;
}
.case__slide-btn_hovered::after {
  opacity: 1;
}

.change-color {
  color: #FFFFFF !important;
}

.case__swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.case__swiper .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background-color: transparent !important;
  border: 1px solid #321255 !important;
  border-radius: 50%;
  margin: 0 5px !important;
  cursor: pointer;
  opacity: 1 !important;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .case__swiper .swiper-pagination-bullet {
    width: 13px !important;
    height: 13px !important;
  }
}

.case__swiper .swiper-pagination-bullet-active {
  background-color: #321255 !important;
  z-index: 10;
  width: 11px !important;
  height: 11px !important;
}
@media screen and (min-width: 768px) {
  .case__swiper .swiper-pagination-bullet-active {
    width: 13px !important;
    height: 13px !important;
  }
}

.сase-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.5s ease 0s;
}
.сase-popup.open {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.сase-popup__body {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.сase-popup__wrapper {
  max-width: 300px;
  width: 100%;
  border-radius: 16px;
  background: linear-gradient(135deg, #652C9D 0%, #421D6B 52.6%, #1E0230 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 44px 6px 20px;
  cursor: auto;
  position: relative;
  margin: 10px auto;
}
@media screen and (min-width: 576px) {
  .сase-popup__wrapper {
    border-radius: 20px;
  }
}
@media screen and (min-width: 1020px) {
  .сase-popup__wrapper {
    border-radius: 24px;
  }
}
@media screen and (min-width: 576px) {
  .сase-popup__wrapper {
    max-width: 576px;
    margin: 20px;
  }
}
@media screen and (min-width: 768px) {
  .сase-popup__wrapper {
    max-width: 668px;
    margin: 20px;
    padding: 78px 50px 30px;
  }
}
@media screen and (min-width: 1020px) {
  .сase-popup__wrapper {
    flex-direction: row;
    max-width: 1020px;
    gap: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .сase-popup__wrapper {
    padding: 95px 50px 30px;
    max-width: 1180px;
    gap: 32px;
  }
}
@media screen and (min-width: 1920px) {
  .сase-popup__wrapper {
    padding: 84px 80px 30px;
    max-width: 1440px;
    gap: 48px;
  }
}
.сase-popup__close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 30px;
  height: 30px;
  transition: all 1s ease;
  z-index: 250;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .сase-popup__close-btn {
    top: 15px;
    right: 25px;
    width: 50px;
    height: 50px;
  }
  .сase-popup__close-btn img {
    width: 110%;
  }
}
@media screen and (min-width: 1280px) {
  .сase-popup__close-btn {
    top: 32px;
    right: 58px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1920px) {
  .сase-popup__close-btn {
    top: 35px;
    right: 75px;
  }
}
.сase-popup__close-btn:hover {
  transform: rotate(360deg);
}
.сase-popup__info {
  margin-bottom: 20px;
}
@media screen and (min-width: 1920px) {
  .сase-popup__info {
    max-width: 438px;
  }
}
.сase-popup__logo {
  width: 260px;
  height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  padding: 15px;
  margin: 0 auto 15px;
}
@media screen and (min-width: 576px) {
  .сase-popup__logo {
    max-width: 375px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .сase-popup__logo {
    max-width: 572px;
    width: 100%;
    height: 376px;
    margin: 0 0 32px;
    padding: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .сase-popup__logo {
    padding: 38px;
  }
}
@media screen and (min-width: 1920px) {
  .сase-popup__logo {
    max-width: 420px;
    width: 100%;
    height: 420px;
    margin: 0 0 29px;
    padding: 60px;
  }
}
.сase-popup__logo img {
  width: 100%;
}
.сase-popup__logo_white {
  background-color: #ffffff;
}
.сase-popup__logo_black {
  background-color: #000000;
}
.сase-popup__options {
  max-width: 262px;
  margin: 0 auto 15px;
}
@media screen and (min-width: 576px) {
  .сase-popup__options {
    max-width: 375px;
  }
}
@media screen and (min-width: 768px) {
  .сase-popup__options {
    max-width: 668px;
  }
}
@media screen and (min-width: 1280px) {
  .сase-popup__options {
    max-width: 403px;
    margin: 0 auto 30px;
    gap: 12px;
  }
}
@media screen and (min-width: 1920px) {
  .сase-popup__options {
    max-width: 438px;
  }
}
.сase-popup__options span {
  font-size: 8px;
  font-weight: 600;
  padding: 5px 9px;
  border-radius: 18px;
  display: inline-block;
  margin: 0 0px 3px 0;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .сase-popup__options span {
    font-size: 9px;
    padding: 6px 10px;
    margin: 0 0px 5px 0;
  }
}
@media screen and (min-width: 1280px) {
  .сase-popup__options span {
    font-size: 12px;
    margin: 0 0px 7px 0;
    padding: 6px 9px;
  }
}
.сase-popup__industries {
  background: #36CAB4;
  transition: all 0.2s ease-in;
}
.сase-popup__industries:hover {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 1px #FFFFFF;
  transform: translateY(-2px);
}
.сase-popup__cloud {
  background: #652C9D;
  transition: all 0.2s ease-in;
}
.сase-popup__cloud:hover {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 1px #FFFFFF;
  transform: translateY(-2px);
}
.сase-popup__integrations {
  background: #8B5CF6;
  transition: all 0.2s ease-in;
}
.сase-popup__integrations:hover {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 1px #FFFFFF;
  transform: translateY(-2px);
}
.сase-popup__technologies {
  background: transparent;
  transition: all 0.2s ease-in;
}
.сase-popup__technologies:hover {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 1px #FFFFFF;
  transform: translateY(-2px);
}
.сase-popup__social {
  max-width: 262px;
  margin: 0 auto 15px;
  gap: 10px !important;
}
@media screen and (min-width: 576px) {
  .сase-popup__social {
    max-width: 375px;
  }
}
@media screen and (min-width: 768px) {
  .сase-popup__social {
    max-width: 668px;
  }
}
@media screen and (min-width: 1920px) {
  .сase-popup__company {
    max-width: 794px;
    width: 100%;
  }
}
.сase-popup__company-name {
  max-width: 262px;
  margin: 0 auto 15px;
}
@media screen and (min-width: 576px) {
  .сase-popup__company-name {
    max-width: 375px;
  }
}
@media screen and (min-width: 768px) {
  .сase-popup__company-name {
    max-width: 668px;
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 1280px) {
  .сase-popup__company-name {
    max-width: 645px;
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 1920px) {
  .сase-popup__company-name {
    max-width: 794px;
    width: 100%;
  }
}
.сase-popup__company-name h3 {
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .сase-popup__company-name h3 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .сase-popup__company-name h3 {
    font-size: 42px;
  }
}
@media screen and (min-width: 1920px) {
  .сase-popup__company-name h3 {
    font-size: 60px;
  }
}
.сase-popup__subtitle {
  max-width: 262px;
  margin: 0 auto 10px;
}
@media screen and (min-width: 576px) {
  .сase-popup__subtitle {
    max-width: 375px;
  }
}
@media screen and (min-width: 768px) {
  .сase-popup__subtitle {
    max-width: 668px;
    margin: 0 auto 11px;
  }
}
@media screen and (min-width: 1280px) {
  .сase-popup__subtitle {
    max-width: 645px;
    margin: 0 auto 14px;
  }
}
@media screen and (min-width: 1920px) {
  .сase-popup__subtitle {
    max-width: 794px;
    margin: 0 auto 17px;
  }
}
.сase-popup__subtitle h4 {
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .сase-popup__subtitle h4 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .сase-popup__subtitle h4 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1920px) {
  .сase-popup__subtitle h4 {
    font-size: 36px;
  }
}
.сase-popup__text {
  max-width: 262px;
  margin: 0 auto 15px;
}
@media screen and (min-width: 576px) {
  .сase-popup__text {
    max-width: 375px;
  }
}
@media screen and (min-width: 768px) {
  .сase-popup__text {
    max-width: 668px;
    margin: 0 auto 19px;
  }
}
@media screen and (min-width: 1280px) {
  .сase-popup__text {
    max-width: 645px;
  }
}
@media screen and (min-width: 1920px) {
  .сase-popup__text {
    max-width: 794px;
    margin: 0 auto 25px;
  }
}
.сase-popup__text p {
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .сase-popup__text p {
    font-size: 13px;
  }
}
@media screen and (min-width: 1280px) {
  .сase-popup__text p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .сase-popup__text p {
    font-size: 16px;
  }
}
.сase-popup__list {
  max-width: 262px;
  margin: 0 auto 15px;
}
@media screen and (min-width: 576px) {
  .сase-popup__list {
    max-width: 375px;
  }
}
@media screen and (min-width: 768px) {
  .сase-popup__list {
    max-width: 668px;
    margin: 0 auto 19px;
  }
}
@media screen and (min-width: 1280px) {
  .сase-popup__list {
    max-width: 645px;
    margin: 0 auto 21px;
  }
}
@media screen and (min-width: 1920px) {
  .сase-popup__list {
    max-width: 794px;
  }
}
.сase-popup__list:last-child {
  margin-bottom: 0;
}
.сase-popup__list li {
  list-style-type: disc;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  max-width: 245px;
  margin-left: 18px;
}
@media screen and (min-width: 768px) {
  .сase-popup__list li {
    max-width: 668px;
    font-size: 13px;
  }
}
@media screen and (min-width: 1280px) {
  .сase-popup__list li {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .сase-popup__list li {
    font-size: 16px;
    margin-left: 25px;
    max-width: 739px;
  }
}
.сase-popup__social {
  display: flex;
  gap: 13px;
  margin-bottom: 10px;
  cursor: pointer;
}
.сase-popup__social a {
  display: block;
  width: 31px;
  height: 31px;
  transition: all 0.2s ease-in;
}
.сase-popup__social .social-icon {
  display: flex;
  width: 36px;
  height: 36px;
}
.сase-popup__social .social-icon svg {
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 1280px) {
  .сase-popup__social a:hover {
    transform: scale(1.1);
  }
}

.feedbacks {
  padding: 0 20px;
  margin: 30px 0;
  position: relative !important;
}
@media screen and (min-width: 768px) {
  .feedbacks {
    margin: 40px 30px;
  }
}
@media screen and (min-width: 1280px) {
  .feedbacks {
    margin: 70px 30px 50px;
  }
}
@media screen and (min-width: 1920px) {
  .feedbacks {
    margin: 80px 0 63px;
  }
}
@media screen and (min-width: 1920px) {
  .feedbacks__wrapper {
    padding: 0 10px;
  }
}
.feedbacks__title {
  margin-bottom: 15px;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .feedbacks__title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .feedbacks__title {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1920px) {
  .feedbacks__title {
    margin-bottom: 50px;
  }
}
.feedbacks__title h2 {
  font-size: 24px;
  font-weight: 700;
  color: #321255;
}
@media screen and (min-width: 768px) {
  .feedbacks__title h2 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .feedbacks__title h2 {
    font-size: 42px;
  }
}
@media screen and (min-width: 1920px) {
  .feedbacks__title h2 {
    font-size: 60px;
  }
}
.feedbacks__swiper {
  overflow: hidden;
  max-width: 260px;
  margin: 0 auto;
}
@media screen and (min-width: 375px) {
  .feedbacks__swiper {
    max-width: 315px;
  }
}
@media screen and (min-width: 768px) {
  .feedbacks__swiper {
    max-width: 450px;
  }
}
@media screen and (min-width: 900px) {
  .feedbacks__swiper {
    max-width: 820px;
  }
}
@media screen and (min-width: 1920px) {
  .feedbacks__swiper {
    max-width: 900px;
  }
}
.feedbacks__swiper-slide {
  background: linear-gradient(135deg, #652C9D 0%, #421D6B 52.6%, #1E0230 100%);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  gap: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 576px) {
  .feedbacks__swiper-slide {
    border-radius: 20px;
  }
}
@media screen and (min-width: 1020px) {
  .feedbacks__swiper-slide {
    border-radius: 24px;
  }
}
@media screen and (min-width: 768px) {
  .feedbacks__swiper-slide {
    padding: 30px 45px;
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 900px) {
  .feedbacks__swiper-slide {
    padding: 30px 80px;
    margin-bottom: 27px;
  }
}
@media screen and (min-width: 1920px) {
  .feedbacks__swiper-slide {
    padding: 50px 100px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 900px) {
  .feedbacks__header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }
}
.feedbacks__photo {
  border-radius: 100%;
  width: 75px;
  height: 75px;
  object-fit: contain;
  border: 1px solid #FFFFFF;
  margin: 0 auto;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .feedbacks__photo {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 900px) {
  .feedbacks__photo {
    margin: 0 20px 0 0;
  }
}
@media screen and (min-width: 1920px) {
  .feedbacks__photo {
    width: 84px;
    height: 84px;
  }
}
.feedbacks__photo img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
}
.feedbacks__name {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .feedbacks__name {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .feedbacks__name {
    margin: 2px 0 3px;
  }
}
.feedbacks__name h3 {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .feedbacks__name h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 900px) {
  .feedbacks__name h3 {
    margin-bottom: 0;
    text-align: left;
  }
}
@media screen and (min-width: 1920px) {
  .feedbacks__name h3 {
    font-size: 32px;
  }
}
.feedbacks__name span {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 400;
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .feedbacks__name span {
    font-size: 15px;
    text-align: left;
  }
}
@media screen and (min-width: 900px) {
  .feedbacks__name span {
    font-size: 16px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1920px) {
  .feedbacks__name span {
    font-size: 18px;
  }
}
.feedbacks__quote {
  color: #FFFFFF;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  max-width: 219px;
  width: 100%;
  text-align: center;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  .feedbacks__quote {
    max-width: 359px;
    font-size: 13px;
  }
}
@media screen and (min-width: 900px) {
  .feedbacks__quote {
    max-width: 530px;
    font-size: 15px;
    margin: 0 0 15px;
    text-align: left;
  }
}
@media screen and (min-width: 1920px) {
  .feedbacks__quote {
    font-size: 16px;
  }
}
.feedbacks__socials {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .feedbacks__socials {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 900px) {
  .feedbacks__socials {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 900px) {
  .feedbacks__socials {
    max-width: 350px;
    margin-bottom: 15px;
  }
}
.feedbacks__socials a {
  display: block;
  width: 32px;
  height: 32px;
  transition: all 0.2s ease-in;
}
@media screen and (min-width: 768px) {
  .feedbacks__socials a {
    width: 25px;
    height: 25px;
  }
}
@media screen and (min-width: 900px) {
  .feedbacks__socials a {
    width: 32px;
    height: 32px;
  }
}
@media screen and (min-width: 1920px) {
  .feedbacks__socials a {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .feedbacks__socials a:hover {
    transform: scale(1.1);
  }
}
.feedbacks__divider {
  background-color: #FFFFFF;
  height: 1px;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .feedbacks__divider {
    max-width: 350px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1920px) {
  .feedbacks__divider {
    margin-bottom: 25px;
  }
}

.feedbacks__swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.feedbacks__swiper .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background-color: transparent !important;
  border: 1px solid #321255 !important;
  border-radius: 50%;
  margin: 0 5px !important;
  cursor: pointer;
  opacity: 1 !important;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .feedbacks__swiper .swiper-pagination-bullet {
    width: 13px !important;
    height: 13px !important;
  }
}

.feedbacks__swiper .swiper-pagination-bullet-active {
  background-color: #321255 !important;
  z-index: 10;
  width: 11px !important;
  height: 11px !important;
}
@media screen and (min-width: 768px) {
  .feedbacks__swiper .swiper-pagination-bullet-active {
    width: 13px !important;
    height: 13px !important;
  }
}

/* ═══════════════════════════════════════════════════════════════════
   CLIENT REVIEWS — new card-based design (replaces Swiper feedbacks)
═══════════════════════════════════════════════════════════════════ */
.feedbacks {
  padding: 56px 20px 72px;
  margin: 0;
  background: linear-gradient(180deg, #faf8ff 0%, #f3eeff 100%);
  position: relative;
  overflow: hidden;
}
.feedbacks::before, .feedbacks::after {
  content: ''; position: absolute; border-radius: 50%; pointer-events: none;
}
.feedbacks::before {
  width: 380px; height: 380px; top: -120px; right: -100px;
  background: radial-gradient(circle, rgba(107,33,168,.07) 0%, transparent 70%);
}
.feedbacks::after {
  width: 280px; height: 280px; bottom: -80px; left: -60px;
  background: radial-gradient(circle, rgba(6,182,212,.06) 0%, transparent 70%);
}

.fbr__wrapper { position: relative; z-index: 1; }

.fbr__eyebrow {
  font-size: 11px; font-weight: 700; letter-spacing: 2.5px;
  text-transform: uppercase; color: #06b6d4; margin-bottom: 10px;
}

.fbr__title {
  font-size: 24px; font-weight: 800; color: #1a0533;
  letter-spacing: -0.5px; line-height: 1.08; margin-bottom: 32px;
}
@media (min-width: 768px)  { .fbr__title { font-size: 36px; margin-bottom: 48px; } }
@media (min-width: 1280px) { .fbr__title { font-size: 42px; } }
@media (min-width: 1920px) { .fbr__title { font-size: 56px; } }

/* ── Track ──────────────────────────────────────────────────────── */
.fbr__track {
  display: flex; align-items: center;
  overflow-x: scroll; scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch; scrollbar-width: none;
  gap: 16px; padding: 12px 10% 28px; margin: 0 -20px;
}
.fbr__track::-webkit-scrollbar { display: none; }

/* ── Card ───────────────────────────────────────────────────────── */
.fbr__card {
  flex: 0 0 80%; scroll-snap-align: center;
  border-radius: 20px; padding: 32px 24px 28px;
  position: relative; text-align: center;
  display: flex; flex-direction: column; align-items: center;
  cursor: pointer;
  opacity: 0; transform: translateY(48px);
  transition: opacity .68s cubic-bezier(.22,1,.36,1), transform .68s cubic-bezier(.22,1,.36,1),
              box-shadow .35s ease, background .35s ease;
}
.fbr__card--side   { background: linear-gradient(148deg,#3a2278 0%,#2d1b69 55%,#1d1150 100%); }
.fbr__card--center { background: linear-gradient(148deg,#4c2b8f 0%,#3c2272 55%,#2d1b69 100%); }
.fbr__card::after {
  content: ''; position: absolute; inset: 0;
  border-radius: inherit; border: 1px solid rgba(255,255,255,.07); pointer-events: none;
}
.fbr__card--center::after { border: 1.5px solid rgba(6,182,212,.4); }

.fbr__card.is-visible {
  opacity: 1; transform: translateY(0) scale(1);
  box-shadow: 0 10px 36px rgba(0,0,0,.35);
}

/* ── Avatar ─────────────────────────────────────────────────────── */
.fbr__avatar-wrap {
  position: relative; width: 96px; height: 96px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.fbr__dstar {
  position: absolute; color: #f59e0b; font-size: 14px; line-height: 1;
  filter: drop-shadow(0 0 4px rgba(245,158,11,.5));
}
.fbr__dstar--1 { top: 0px;  left: 2px;  font-size: 13px; }
.fbr__dstar--2 { top: -4px; right: 8px; font-size: 16px; }
.fbr__dstar--3 { top: 14px; right: -2px; font-size: 11px; }

.fbr__avatar {
  width: 76px; height: 76px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  border: 2px solid rgba(6,182,212,.5); overflow: hidden;
  box-shadow: 0 0 0 4px rgba(6,182,212,.1), 0 0 20px rgba(6,182,212,.2);
}
.fbr__avatar--1 { background: linear-gradient(135deg,#2a1a5e 0%,#1d1252 100%); }
.fbr__avatar--2 { background: linear-gradient(135deg,#1a2a5e 0%,#0f1d4a 100%); }
.fbr__avatar--3 { background: linear-gradient(135deg,#1e1a5e 0%,#140f52 100%); }

.fbr__avatar-photo { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; display: block; }
.fbr__avatar-icon  { width: 42px; height: 42px; color: #06b6d4; flex-shrink: 0; }
.fbr__avatar-initials { display: none; font-size: 14px; font-weight: 800; color: #fff; }

/* ── Person ─────────────────────────────────────────────────────── */
.fbr__person { margin-bottom: 4px; }
.fbr__name    { font-size: 18px; font-weight: 700; color: #fff; line-height: 1.2; margin-bottom: 4px; }
.fbr__company { font-size: 13px; color: rgba(255,255,255,.55); font-weight: 500; }

/* ── Stars ──────────────────────────────────────────────────────── */
.fbr__stars { display: flex; justify-content: center; gap: 3px; margin: 14px 0 16px; }
.fbr__star  { font-size: 16px; color: #f59e0b; line-height: 1; }

/* ── Quote ──────────────────────────────────────────────────────── */
.fbr__quote {
  font-size: 14px; line-height: 1.7;
  color: rgba(255,255,255,.85); font-style: italic; flex: 1;
}
.fbr__quote::before { content: '"'; font-style: normal; }
.fbr__quote::after  { content: '"'; font-style: normal; }

/* ── LinkedIn ───────────────────────────────────────────────────── */
.fbr__linkedin {
  display: flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; border-radius: 50%;
  background: rgba(6,182,212,.12); border: 1.5px solid rgba(6,182,212,.35);
  color: #06b6d4; text-decoration: none; margin-top: 24px; flex-shrink: 0;
  transition: background .2s, border-color .2s;
}
@media (hover: hover) and (pointer: fine) {
  .fbr__linkedin:hover { background: rgba(6,182,212,.26); border-color: rgba(6,182,212,.6); }
}

/* ── Dots ───────────────────────────────────────────────────────── */
.fbr__dots { display: flex; justify-content: center; gap: 8px; margin-top: 24px; }
.fbr__dot  {
  height: 8px; width: 8px; border-radius: 4px;
  background: rgba(107,33,168,.22); cursor: pointer;
  transition: width .25s ease, background .25s ease;
}
.fbr__dot--active { width: 24px; background: #6b21a8; }

/* ── 375px ──────────────────────────────────────────────────────── */
@media (min-width: 375px) {
  .feedbacks { padding: 60px 22px 76px; }
  .fbr__track { margin: 0 -22px; padding: 12px 11% 28px; }
  .fbr__card  { flex: 0 0 78%; }
}
@media (min-width: 390px) { .fbr__card { flex: 0 0 76%; padding: 34px 26px 30px; } }
@media (min-width: 430px) {
  .feedbacks { padding: 64px 24px 80px; }
  .fbr__track { margin: 0 -24px; padding: 12px 12% 28px; }
  .fbr__card  { flex: 0 0 74%; padding: 36px 28px 32px; }
  .fbr__avatar { width: 80px; height: 80px; }
  .fbr__avatar-icon { width: 44px; height: 44px; }
  .fbr__avatar-wrap { width: 100px; height: 100px; }
}
@media (min-width: 560px) {
  .fbr__card  { flex: 0 0 60%; }
  .fbr__track { padding: 12px 14% 28px; }
}

/* ── 768px: static 3-col, desktop card layout ───────────────────── */
@media (min-width: 768px) {
  .feedbacks { padding: 72px 28px 90px; overflow: visible; }
  .feedbacks::before { width: 420px; height: 420px; }
  .fbr__track {
    overflow-x: visible; scroll-snap-type: unset;
    gap: 16px; padding: 20px 4px 32px; margin: 0; align-items: center;
  }
  .fbr__card {
    flex: 1; min-width: 0; scroll-snap-align: unset;
    border-radius: 18px; padding: 24px 20px 22px;
    text-align: left; flex-direction: column; align-items: flex-start;
  }
  .fbr__dstar { display: none; }
  .fbr__avatar-wrap { width: auto; height: auto; margin-bottom: 0; position: static; }
  .fbr__avatar { width: 46px; height: 46px; border: 2px solid rgba(255,255,255,.15); box-shadow: none; }
  .fbr__avatar--1 { background: linear-gradient(135deg,#7c3aed 0%,#06b6d4 100%); }
  .fbr__avatar--2 { background: linear-gradient(135deg,#0891b2 0%,#6b21a8 100%); }
  .fbr__avatar--3 { background: linear-gradient(135deg,#4f46e5 0%,#a855f7 100%); }
  .fbr__avatar-icon { display: none; }
  .fbr__avatar-initials { display: block; }

  .fbr__header { display: flex; align-items: center; gap: 10px; width: 100%; margin-bottom: 14px; }
  .fbr__person { flex: 1; min-width: 0; margin-bottom: 0; }
  .fbr__name   { font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 2px; }
  .fbr__company { font-size: 11px; }
  .fbr__stars  { justify-content: flex-start; margin: 0 0 12px; }
  .fbr__star   { font-size: 14px; }
  .fbr__quote  { text-align: left; font-style: normal; font-size: 13px; }
  .fbr__quote::before { content: '\201C'; font-size: 40px; line-height: 0; vertical-align: -14px;
    margin-right: 2px; color: rgba(6,182,212,.7); font-family: Georgia, serif; font-style: normal; }
  .fbr__quote::after  { content: ''; }
  .fbr__linkedin { width: 28px; height: 28px; border-radius: 7px; margin-top: 0; position: absolute; top: 20px; right: 18px; }
  .fbr__card.is-visible { opacity: 1; transform: translateY(0) scale(1); box-shadow: 0 10px 32px rgba(0,0,0,.3); }
  .fbr__dots { display: none; }
}
@media (min-width: 820px)  {
  .feedbacks { padding: 76px 32px 96px; }
  .fbr__track { gap: 18px; }
  .fbr__card  { padding: 26px 22px 24px; }
  .fbr__quote { font-size: 13.5px; }
}

/* ── 1024px: depth effect ───────────────────────────────────────── */
@media (min-width: 1024px) {
  .feedbacks { padding: 84px 36px 104px; overflow: hidden; }
  .feedbacks::before { width: 480px; height: 480px; }
  .fbr__track { gap: 20px; padding: 26px 6px 42px; }
  .fbr__card  { border-radius: 20px; padding: 28px 24px 26px; }
  .fbr__linkedin { top: 24px; right: 20px; }
  .fbr__card--side.is-visible   { opacity: .72; transform: translateY(0) scale(.935); box-shadow: 0 10px 32px rgba(0,0,0,.28); }
  .fbr__card--center.is-visible {
    opacity: 1; transform: translateY(0) scale(1.04);
    box-shadow: 0 0 0 1.5px rgba(6,182,212,.45), 0 28px 64px rgba(0,0,0,.46), 0 0 44px rgba(107,33,168,.22);
  }
  .fbr__avatar { width: 48px; height: 48px; }
  .fbr__name  { font-size: 15px; }
  .fbr__quote { font-size: 13.5px; }
}
@media (min-width: 1280px) {
  .feedbacks { padding: 90px 40px 110px; }
  .fbr__track { gap: 22px; padding: 28px 8px 44px; }
  .fbr__card  { padding: 30px 26px 28px; }
  .fbr__avatar { width: 50px; height: 50px; }
  .fbr__name  { font-size: 15px; }
  .fbr__quote { font-size: 14px; }
  .fbr__star  { font-size: 15px; }
  .fbr__linkedin { width: 30px; height: 30px; top: 26px; right: 22px; }
}
@media (min-width: 1440px) {
  .feedbacks { padding: 100px 48px 120px; }
  .fbr__track { gap: 24px; padding: 32px 10px 48px; }
  .fbr__card  { padding: 34px 30px 30px; }
  .fbr__avatar { width: 54px; height: 54px; }
  .fbr__name  { font-size: 16px; }
  .fbr__quote { font-size: 14.5px; line-height: 1.72; }
  .fbr__linkedin { width: 32px; height: 32px; top: 28px; right: 24px; }
  .fbr__card--side.is-visible   { opacity: .70; transform: translateY(0) scale(.925); }
  .fbr__card--center.is-visible {
    transform: translateY(0) scale(1.05);
    box-shadow: 0 0 0 1.5px rgba(6,182,212,.5), 0 32px 72px rgba(0,0,0,.5), 0 0 52px rgba(107,33,168,.25);
  }
}
@media (min-width: 1920px) {
  .feedbacks { padding: 120px 60px 140px; }
  .fbr__track { gap: 28px; }
  .fbr__card  { padding: 38px 34px 34px; border-radius: 24px; }
  .fbr__avatar { width: 58px; height: 58px; }
  .fbr__name  { font-size: 17px; }
  .fbr__quote { font-size: 15.5px; }
  .fbr__star  { font-size: 17px; }
}

.contacts {
  background: linear-gradient(135deg, #652C9D 0%, #421D6B 52.6%, #1E0230 100%);
  z-index: 55;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin: 10px 0;
}
@media screen and (min-width: 576px) {
  .contacts {
    border-radius: 20px;
  }
}
@media screen and (min-width: 1020px) {
  .contacts {
    border-radius: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .contacts {
    margin: 70px 0;
  }
}
@media screen and (min-width: 1920px) {
  .contacts {
    margin: 80px 0;
  }
}
.contacts .container {
  width: 100%;
}
.contacts::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(30, 2, 48, 0.05);
  backdrop-filter: blur(55px);
  -webkit-backdrop-filter: blur(55px);
  -moz-backdrop-filter: blur(55px);
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .contacts::after {
    background: rgba(30, 2, 48, 0.05);
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    -moz-backdrop-filter: blur(100px);
  }
}
@media screen and (min-width: 1920px) {
  .contacts::after {
    background: rgba(30, 2, 48, 0.05);
    backdrop-filter: blur(150px);
    -webkit-backdrop-filter: blur(150px);
    -moz-backdrop-filter: blur(150px);
  }
}
@media screen and (min-width: 1920px) {
  .contacts::after {
    background: rgba(30, 2, 48, 0.02);
    backdrop-filter: blur(150px);
    -webkit-backdrop-filter: blur(150px);
    -moz-backdrop-filter: blur(150px);
  }
}
.contacts::before {
  content: "";
  position: absolute;
  background-image: url("../img/contact/contact-bg-mobile.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 120%;
  height: 100%;
  height: 900px;
  z-index: 2;
  top: 0;
  left: -10%;
  border-radius: 16px;
  animation: moveUpDown 6.5s ease-in-out infinite;
}
@media screen and (min-width: 576px) {
  .contacts::before {
    background-image: url("../img/contact/contact-bg-tablet.svg");
  }
}
@media screen and (min-width: 1020px) {
  .contacts::before {
    background-image: url("../img/contact/contact-bg-desktop.svg");
  }
}
@media screen and (min-width: 1920px) {
  .contacts::before {
    background-image: url("../img/contact/contact-bg-large.svg");
  }
}
.contacts__wrapper {
  display: flex;
  flex-direction: column;
  max-width: 1460px;
  width: 100%;
  padding: 20px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contacts__wrapper {
    padding: 30px 50px;
  }
}
@media screen and (min-width: 1280px) {
  .contacts__wrapper {
    padding: 40px 70px;
  }
}
@media screen and (min-width: 1920px) {
  .contacts__wrapper {
    padding: 60px 10px;
  }
}
.contacts__title {
  margin-bottom: 10px;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .contacts__title {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .contacts__title {
    margin-bottom: 30px;
  }
}
.contacts__title h2 {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.08;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .contacts__title h2 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .contacts__title h2 {
    font-size: 42px;
  }
}
@media screen and (min-width: 1920px) {
  .contacts__title h2 {
    font-size: 60px;
  }
}
.contacts__subtitle {
  max-width: 670px;
  margin-bottom: 10px;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .contacts__subtitle {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1280px) {
  .contacts__subtitle {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .contacts__subtitle {
    font-size: 18px;
  }
}
.contacts__subtitle span {
  font-size: 13px;
  line-height: normal;
  font-weight: 500;
  color: #FFFFFF;
}
@media screen and (min-width: 1280px) {
  .contacts__subtitle span {
    font-size: 16px;
  }
}
.contacts__form {
  display: flex;
  flex-direction: column;
  max-width: 1100px;
  z-index: 5;
}
@media screen and (min-width: 800px) {
  .contacts__form {
    max-width: 804px;
  }
}
@media screen and (min-width: 1920px) {
  .contacts__form {
    max-width: 864px;
  }
}
.contacts__form-items {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 800px) {
  .contacts__form-items {
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .contacts__form-items {
    height: 44px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1920px) {
  .contacts__form-items {
    height: 49px;
    margin-bottom: 17px;
  }
}
.contacts__form input,
.contacts__form textarea {
  width: 100%;
  height: 34px;
  padding: 10px 20px 12px 40px;
  margin-bottom: 20px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 400;
  background: rgba(30, 2, 48, 0.05);
  backdrop-filter: blur(70px);
  -webkit-backdrop-filter: blur(70px);
  -moz-backdrop-filter: blur(70px);
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  outline: none;
  transition: all 0.2s ease-in;
}
@media screen and (min-width: 768px) {
  .contacts__form input,
  .contacts__form textarea {
    height: 50px;
    padding: 17px 30px 17px 54px;
    font-size: 13px;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .contacts__form input,
  .contacts__form textarea {
    height: 44px;
    font-size: 14px;
    padding: 15px 20px 15px 38px;
  }
}
@media screen and (min-width: 1920px) {
  .contacts__form input,
  .contacts__form textarea {
    height: 49px;
    font-size: 16px;
  }
}
.contacts__form input::placeholder,
.contacts__form textarea::placeholder {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 400;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .contacts__form input::placeholder,
  .contacts__form textarea::placeholder {
    font-size: 13px;
  }
}
@media screen and (min-width: 1280px) {
  .contacts__form input::placeholder,
  .contacts__form textarea::placeholder {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .contacts__form input::placeholder,
  .contacts__form textarea::placeholder {
    font-size: 16px;
  }
}
.contacts__form input:hover,
.contacts__form textarea:hover {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 1px #FFFFFF;
}
.contacts__form input:focus,
.contacts__form textarea:focus {
  background-color: #321255;
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 1px #FFFFFF;
}
.contacts__form textarea {
  height: 68px;
  border-radius: 25px;
  resize: none;
}
@media screen and (min-width: 1020px) {
  .contacts__form textarea {
    resize: auto;
    min-height: 45px;
    max-height: 88px;
    min-width: 200px;
    max-width: 850px;
    width: 80%;
  }
}
@media screen and (min-width: 1280px) {
  .contacts__form textarea {
    height: 88px;
    max-height: 100px;
    border-radius: 35px;
    padding: 15px 30px 12px 40px;
    max-width: 1080px;
  }
}
@media screen and (min-width: 1920px) {
  .contacts__form textarea {
    max-height: 100px;
    max-width: 1500px;
  }
}
.contacts__form-input-name, .contacts__form-input-mail, .contacts__form-input-additional {
  width: 100%;
  height: 34px;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .contacts__form-input-name, .contacts__form-input-mail, .contacts__form-input-additional {
    height: 50px;
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .contacts__form-input-name, .contacts__form-input-mail, .contacts__form-input-additional {
    height: 44px;
  }
}
@media screen and (min-width: 1920px) {
  .contacts__form-input-name, .contacts__form-input-mail, .contacts__form-input-additional {
    height: 49px;
  }
}
.contacts__form-input-name::before, .contacts__form-input-mail::before, .contacts__form-input-additional::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 11px;
  height: 11px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 6;
  transition: all 0.2s ease-in;
}
@media screen and (min-width: 768px) {
  .contacts__form-input-name::before, .contacts__form-input-mail::before, .contacts__form-input-additional::before {
    width: 15px;
    height: 15px;
    left: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .contacts__form-input-name::before, .contacts__form-input-mail::before, .contacts__form-input-additional::before {
    width: 14px;
    height: 14px;
    left: 19px;
  }
}
.contacts__form-input-additional {
  height: 68px;
}
@media screen and (min-width: 1280px) {
  .contacts__form-input-additional {
    height: 88px;
  }
}
.contacts__form-input-additional::before {
  top: 15px;
}
@media screen and (min-width: 768px) {
  .contacts__form-input-additional::before {
    top: 22px;
  }
}
@media screen and (min-width: 1280px) {
  .contacts__form-input-additional::before {
    top: 22px;
  }
}
.contacts__form-input-name::before {
  background-image: url("../img/contact/name.svg");
}
.contacts__form-input-mail::before {
  background-image: url("../img/contact/email.svg");
}
.contacts__form-input-additional {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .contacts__form-input-additional {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .contacts__form-input-additional {
    margin-bottom: 20px;
  }
}
.contacts__form-input-additional::before {
  background-image: url("../img/contact/additional.svg");
}
.contacts__form-btn {
  border-radius: 50px;
  border: 1px solid #FFFFFF;
  background: rgba(30, 2, 48, 0.05);
  max-width: 320px;
  width: 100%;
  height: 41px;
  margin: 0 auto 10px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease-in;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .contacts__form-btn {
    margin: 0 0 25px;
    max-width: 185px;
  }
}
@media screen and (min-width: 1280px) {
  .contacts__form-btn {
    margin: 0 0 20px;
    max-width: 200px;
    height: 43px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1920px) {
  .contacts__form-btn {
    height: 51px;
  }
}
.contacts__form-btn:hover {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 1px #FFFFFF;
  background: #36CAB4;
  color: #321255;
  opacity: 1;
}
.contacts__form-btn:active {
  background: #076266;
  color: #FFFFFF;
}
.contacts__form-checkbox-wrapper {
  display: flex;
  align-items: center;
  max-width: 275px;
  transition: all 0.3s ease-in;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .contacts__form-checkbox-wrapper {
    margin-bottom: 0;
  }
}
.contacts__form-checkbox-wrapper input {
  background: none;
  backdrop-filter: none;
  width: 18px;
  height: 18px;
  margin: 0 10px 0 0;
}
.contacts__form-checkbox-wrapper label {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
}
.contacts__form-checkbox-wrapper label a {
  color: #FFFFFF;
  text-decoration: underline;
}
@media screen and (min-width: 1920px) {
  .contacts__form-checkbox-wrapper label {
    font-size: 14px;
  }
}
.contacts__form-checkbox-wrapper:hover {
  transform: scale(1.01);
}
.contacts__form-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.contacts__form-checkbox + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
}
.contacts__form-checkbox + label::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  margin-right: 6px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
@media screen and (min-width: 1280px) {
  .contacts__form-checkbox + label::before {
    width: 14px;
    height: 14px;
    margin-right: 10px;
  }
}
.contacts__form-checkbox:checked + label::before {
  background-image: url("../img/contact/checkbox.svg");
}

.contacts__form-input-mail input.error,
.contacts__form-input-name input.error {
  border: 1px solid #f11b1b !important;
  box-shadow: 0 0 0 1px #f11b1b, 0 0 0 1px #f11b1b !important;
}

.agreed-label.error {
  color: #f11b1b !important;
}

.agreed-label.error a {
  color: #f11b1b !important;
}

@keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-200px);
  }
  100% {
    transform: translateY(0);
  }
}
.contacts__form-btn[disabled] {
  cursor: not-allowed;
  pointer-events: none;
}

.contacts__form-btn[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}

.contacts__form-btn:not([disabled]) {
  opacity: 1;
}

.tnx-popu__wrapper {
  max-width: 700px;
  margin: 0 15px;
}

.tnx-popu__wrapper {
  padding: 95px 50px 70px;
  position: relative;
}
.tnx-popu__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 16px;
  backdrop-filter: blur(35px);
  -webkit-backdrop-filter: blur(35px);
  -moz-backdrop-filter: blur(35px);
  z-index: 1;
}
@media screen and (min-width: 576px) {
  .tnx-popu__wrapper::before {
    border-radius: 20px;
  }
}
@media screen and (min-width: 1020px) {
  .tnx-popu__wrapper::before {
    border-radius: 24px;
  }
}
.tnx-popu__wrapper::after {
  content: "";
  position: absolute;
  background-image: url("../img/leadership/leadership-popup-logo-lg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  right: 20px;
  border-radius: 16px;
}
@media screen and (min-width: 576px) {
  .tnx-popu__wrapper::after {
    border-radius: 20px;
  }
}
@media screen and (min-width: 1020px) {
  .tnx-popu__wrapper::after {
    border-radius: 24px;
  }
}

.tnx-popup__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
  max-width: 1920px;
  width: 100%;
  z-index: 2;
}

.tnx-popup__text h2 {
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (min-width: 576px) {
  .tnx-popup__text h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .tnx-popup__text h2 {
    font-size: 22px;
  }
}
.tnx-popup__text h2:first-child {
  margin-top: 20px;
}

.updates {
  padding: 0 20px;
  margin: 30px 0;
  position: relative !important;
}
@media screen and (min-width: 768px) {
  .updates {
    margin: 40px 30px;
  }
}
@media screen and (min-width: 1280px) {
  .updates {
    margin: 70px 30px;
  }
}
@media screen and (min-width: 1920px) {
  .updates {
    margin: 80px 0;
  }
}
@media screen and (min-width: 1920px) {
  .updates__wrapper {
    padding: 0 10px;
  }
}
.updates__title {
  margin-bottom: 15px;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .updates__title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .updates__title {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1920px) {
  .updates__title {
    margin-bottom: 50px;
  }
}
.updates__title h2 {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.08;
  color: #321255;
}
@media screen and (min-width: 768px) {
  .updates__title h2 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .updates__title h2 {
    font-size: 42px;
  }
}
@media screen and (min-width: 1920px) {
  .updates__title h2 {
    font-size: 60px;
  }
}
.updates__swiper {
  overflow: hidden;
  max-width: 260px;
  margin: 0 auto;
}
@media screen and (min-width: 375px) {
  .updates__swiper {
    max-width: 315px;
  }
}
@media screen and (min-width: 768px) {
  .updates__swiper {
    max-width: 530px;
  }
}
@media screen and (min-width: 900px) {
  .updates__swiper {
    max-width: 820px;
  }
}
@media screen and (min-width: 1920px) {
  .updates__swiper {
    max-width: 900px;
  }
}
.updates__swiper-slide {
  background: linear-gradient(135deg, #652C9D 0%, #421D6B 52.6%, #1E0230 100%);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  gap: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 576px) {
  .updates__swiper-slide {
    border-radius: 20px;
  }
}
@media screen and (min-width: 1020px) {
  .updates__swiper-slide {
    border-radius: 24px;
  }
}
@media screen and (min-width: 768px) {
  .updates__swiper-slide {
    padding: 30px 50px;
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 900px) {
  .updates__swiper-slide {
    padding: 40px 50px 20px 50px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1920px) {
  .updates__swiper-slide {
    padding: 50px 50px 30px;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 900px) {
  .updates__swiper-slide-wrapper {
    display: flex;
  }
}
@media screen and (min-width: 1920px) {
  .updates__swiper-slide-wrapper {
    justify-content: space-between;
  }
}
.updates__photo {
  border-radius: 10px;
  width: 220px;
  height: 150px;
  object-fit: contain;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .updates__photo {
    border-radius: 13px;
    width: 390px;
    height: 256px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 900px) {
  .updates__photo {
    width: 256px;
    height: 256px;
    margin: 0 30px 0 0;
  }
}
@media screen and (min-width: 1920px) {
  .updates__photo {
    width: 288px;
    height: 288px;
  }
}
.updates__photo img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
@media screen and (min-width: 900px) {
  .updates__photo img {
    width: 256px;
    height: 256px;
  }
}
@media screen and (min-width: 1920px) {
  .updates__photo img {
    width: 288px;
    height: 288px;
  }
}
@media screen and (min-width: 900px) {
  .updates__info {
    max-width: 433px;
    width: 100%;
  }
}
@media screen and (min-width: 1920px) {
  .updates__info {
    max-width: 471px;
  }
}
.updates__slide-title {
  margin-bottom: 0px;
}
@media screen and (min-width: 1280px) {
  .updates__slide-title {
    margin-bottom: 2px;
  }
}
@media screen and (min-width: 1920px) {
  .updates__slide-title {
    margin-bottom: 4px;
  }
}
.updates__slide-title h3 {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .updates__slide-title h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .updates__slide-title h3 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1920px) {
  .updates__slide-title h3 {
    font-size: 32px;
  }
}
.updates__date {
  display: block;
  margin-bottom: 13px;
}
@media screen and (min-width: 768px) {
  .updates__date {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .updates__date {
    margin-bottom: 17px;
  }
}
.updates__date span {
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 300;
}
@media screen and (min-width: 1280px) {
  .updates__date span {
    font-size: 12px;
  }
}
@media screen and (min-width: 1920px) {
  .updates__date span {
    font-size: 13px;
  }
}
.updates__text {
  margin-bottom: 13px;
}
@media screen and (min-width: 768px) {
  .updates__text {
    max-width: 398px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .updates__text {
    max-width: 433px;
    margin-bottom: 67px;
  }
}
@media screen and (min-width: 1920px) {
  .updates__text {
    max-width: 471px;
    margin-bottom: 55px;
  }
}
.updates__text p {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .updates__text p {
    font-size: 13px;
    line-height: 130%;
  }
}
@media screen and (min-width: 1280px) {
  .updates__text p {
    font-size: 14px;
    line-height: normal;
  }
}
@media screen and (min-width: 1920px) {
  .updates__text p {
    font-size: 16px;
  }
}
.updates__divider {
  background-color: #FFFFFF;
  height: 1px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .updates__divider {
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 1280px) {
  .updates__divider {
    max-width: 350px;
    width: 100%;
    margin-bottom: 0;
  }
}

.updates__swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.updates__swiper .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background-color: transparent !important;
  border: 1px solid #321255 !important;
  border-radius: 50%;
  margin: 0 5px !important;
  cursor: pointer;
  opacity: 1 !important;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .updates__swiper .swiper-pagination-bullet {
    width: 13px !important;
    height: 13px !important;
  }
}

.updates__swiper .swiper-pagination-bullet-active {
  background-color: #321255 !important;
  z-index: 10;
  width: 11px !important;
  height: 11px !important;
}
@media screen and (min-width: 768px) {
  .updates__swiper .swiper-pagination-bullet-active {
    width: 13px !important;
    height: 13px !important;
  }
}

/* ── Latest Updates: mobile card swiper (homepage + /updates page) ─────── */
@media (max-width: 767px) {
  .updates__grid { display: none !important; }
  .updates__swiper {
    display: block;
    max-width: none !important;
    width: 100%;
    margin: 0 !important;
    padding-bottom: 48px !important;
  }
  .updates__swiper .swiper-slide {
    height: auto;
  }
  .updates__swiper .updates__card {
    height: 100%;
    margin-bottom: 0;
    cursor: pointer;
  }
}
@media (min-width: 768px) {
  .updates__swiper { display: none !important; }
}

/* ── News Editorial Grid ─────────────────────────────────────────────────── */

.updates__filters {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid rgba(50, 18, 85, 0.15);
  margin-bottom: 36px;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .updates__filters { gap: 32px; margin-bottom: 48px; }
}

.updates__filter-btn {
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 0 0 14px;
  font-family: "Gilroy";
  font-size: 15px;
  font-weight: 500;
  color: #888;
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s;
  margin-bottom: -1px;
  white-space: nowrap;
}
.updates__filter-btn:hover { color: #321255; }
.updates__filter-btn.is-active {
  color: #321255;
  border-bottom-color: #06b6d4;
  font-weight: 600;
}

.updates__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
@media screen and (min-width: 576px) {
  .updates__grid { grid-template-columns: repeat(2, 1fr); }
}
@media screen and (min-width: 992px) {
  .updates__grid { grid-template-columns: repeat(3, 1fr); gap: 32px; }
}

.updates__card {
  cursor: pointer;
  transition: transform 0.3s ease;
  border-radius: 12px;
}
.updates__card:hover { transform: translateY(-4px); }
.updates__card:hover .updates__card-image {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.14);
}
.updates__card:focus-visible {
  outline: 2px solid #06b6d4;
  outline-offset: 4px;
  border-radius: 12px;
}

.updates__card-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 12px;
  margin-bottom: 18px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #652C9D 0%, #1E0230 100%);
}
.updates__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.updates__card-image-label {
  font-family: "Gilroy";
  font-weight: 600;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 16px;
  line-height: 1.3;
}

.updates__card-tag {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.updates__card-tag--event   { color: #8B5CF6; }
.updates__card-tag--article { color: #36CAB4; }
.updates__card-tag--news    { color: #06b6d4; }

.updates__card-title {
  font-family: "Gilroy";
  font-size: 18px;
  font-weight: 700;
  color: #321255;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .updates__card-title { font-size: 19px; }
}

.updates__card-excerpt {
  font-size: 14px;
  color: #666;
  margin-bottom: 14px;
  line-height: 1.55;
}

.updates__card-date {
  font-size: 13px;
  color: #999;
  display: block;
}

/* ── Latest Updates: scroll-reveal (desktop, reduced-motion: off) ─────── */
@media (min-width: 768px) and (prefers-reduced-motion: no-preference) {
  .updates__card {
    transition: opacity 500ms cubic-bezier(0.22, 1, 0.36, 1),
                transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
  }
  .updates__card--reveal-init {
    opacity: 0;
    transform: translateY(24px);
  }
  .updates__card--reveal-in {
    opacity: 1;
    transform: translateY(0);
  }
}

/* News article modal — overlay */
.news-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  overflow-y: auto;
}
.news-modal.is-open {
  opacity: 1;
  visibility: visible;
  z-index: 200;
}

.news-modal__body {
  min-height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 16px;
  cursor: pointer;
}
@media screen and (min-width: 576px) {
  .news-modal__body { padding: 32px 20px; }
}
@media screen and (min-width: 992px) {
  .news-modal__body { padding: 48px 24px; align-items: center; }
}

.news-modal__dialog {
  background: #fafafa;
  border-radius: 16px;
  width: 100%;
  max-width: 960px;
  overflow: hidden;
  cursor: auto;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

/* Hero */
.news-modal__hero {
  padding: 36px 24px 28px;
  position: relative;
  border-bottom: 1px solid rgba(50, 18, 85, 0.1);
}
@media screen and (min-width: 576px) {
  .news-modal__hero { padding: 40px 56px 32px; }
}
.news-modal__hero--event   { background: linear-gradient(180deg, rgba(139, 92, 246, 0.1) 0%, transparent 100%); }
.news-modal__hero--article { background: linear-gradient(180deg, rgba(54, 202, 180, 0.1) 0%, transparent 100%); }
.news-modal__hero--news    { background: linear-gradient(180deg, rgba(6, 182, 212, 0.1) 0%, transparent 100%); }

.news-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  background: rgba(50, 18, 85, 0.07);
  border: none;
  border-radius: 50%;
  color: #555;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: background 0.15s, color 0.15s;
  font-family: inherit;
}
.news-modal__close:hover { background: rgba(50, 18, 85, 0.14); color: #321255; }

.news-modal__tag {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 14px;
}
.news-modal__tag--event   { color: #8B5CF6; }
.news-modal__tag--article { color: #36CAB4; }
.news-modal__tag--news    { color: #06b6d4; }

.news-modal__title {
  font-family: "Gilroy";
  font-size: 24px;
  font-weight: 800;
  color: #321255;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 20px;
  padding-right: 48px;
}
@media screen and (min-width: 576px) {
  .news-modal__title { font-size: 32px; }
}

.news-modal__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  font-size: 14px;
  color: #666;
}
.news-modal__meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.news-modal__meta-icon { opacity: 0.7; font-size: 13px; }

/* Content area */
.news-modal__section {
  padding: 28px 24px 36px;
}
@media screen and (min-width: 576px) {
  .news-modal__section { padding: 40px 56px 48px; }
}

/* TL;DR */
.news-modal__tldr {
  background: #fff;
  border-left: 3px solid #321255;
  padding: 18px 22px;
  margin-bottom: 28px;
  border-radius: 0 4px 4px 0;
}
.news-modal__tldr-label {
  font-family: "Gilroy";
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #999;
  font-weight: 700;
  margin-bottom: 8px;
}
.news-modal__tldr p {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  margin: 0;
}

/* Main content */
.news-modal__content { font-size: 16px; line-height: 1.7; color: #333; }
.news-modal__content p { margin-bottom: 18px; }
.news-modal__content h3 {
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 700;
  color: #321255;
  margin: 28px 0 12px;
  letter-spacing: -0.01em;
}
.news-modal__content strong { color: #321255; font-weight: 600; }
.news-modal__content ul,
.news-modal__content ol { padding-left: 22px; margin-bottom: 18px; }
.news-modal__content li { margin-bottom: 8px; }

/* Highlights */
.news-modal__highlights {
  background: #fff;
  border-radius: 12px;
  padding: 24px 28px;
  margin: 28px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.news-modal__highlights-label {
  font-family: "Gilroy";
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #36CAB4;
  font-weight: 700;
  margin-bottom: 14px;
}
.news-modal__highlights ul { list-style: none; margin: 0; padding: 0; }
.news-modal__highlights li {
  padding: 10px 0 10px 28px;
  position: relative;
  font-size: 15px;
  color: #333;
  border-bottom: 1px solid #f0f0f0;
  line-height: 1.5;
}
.news-modal__highlights li:last-child { border-bottom: none; }
.news-modal__highlights li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 10px;
  color: #36CAB4;
  font-weight: 700;
}

/* CTA */
.news-modal__cta {
  margin-top: 28px;
  padding: 24px 28px;
  background: #321255;
  color: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.news-modal__cta-text { flex: 1; min-width: 200px; }
.news-modal__cta-text h4 {
  font-family: "Gilroy";
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 4px;
}
.news-modal__cta-text p { font-size: 14px; color: rgba(255, 255, 255, 0.65); margin: 0; }
.news-modal__cta-btn {
  display: inline-block;
  padding: 11px 22px;
  background: #36CAB4;
  color: #fff;
  border-radius: 8px;
  font-family: "Gilroy";
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s;
}
.news-modal__cta-btn:hover { background: #2aa89a; }
@media screen and (max-width: 576px) {
  .news-modal__cta { flex-direction: column; align-items: stretch; }
}

/* Tags */
.news-modal__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid rgba(50, 18, 85, 0.1);
}
.news-modal__tag-chip {
  font-size: 12px;
  padding: 6px 13px;
  background: #fff;
  border: 1px solid rgba(50, 18, 85, 0.15);
  border-radius: 20px;
  color: #555;
  font-family: "Gilroy";
  font-weight: 500;
}

/* Related */
.news-modal__related {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(50, 18, 85, 0.1);
}
.news-modal__related-label {
  font-family: "Gilroy";
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #999;
  font-weight: 700;
  margin-bottom: 14px;
}
.news-modal__related-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media screen and (min-width: 576px) {
  .news-modal__related-grid { grid-template-columns: repeat(2, 1fr); }
}
.news-modal__related-card {
  background: #fff;
  padding: 16px 18px;
  border-radius: 10px;
  cursor: pointer;
  transition: border-color 0.2s;
  border: 1px solid rgba(50, 18, 85, 0.12);
}
.news-modal__related-card:hover { border-color: #321255; }
.news-modal__related-card:focus-visible {
  outline: 2px solid #06b6d4;
  outline-offset: 3px;
}
.news-modal__related-tag {
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 6px;
}
.news-modal__related-title {
  font-family: "Gilroy";
  font-size: 14px;
  font-weight: 600;
  color: #321255;
  line-height: 1.35;
  margin: 0;
}

/* "View all updates →" link — homepage section */
.updates__view-all {
  text-align: center;
  margin-top: 44px;
}
.updates__view-all-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Gilroy";
  font-size: 15px;
  font-weight: 600;
  color: #321255;
  text-decoration: none;
  border-bottom: 1px solid rgba(50, 18, 85, 0.3);
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}
.updates__view-all-link:hover {
  color: #06b6d4;
  border-color: #06b6d4;
}

/* CTA button — now rendered as <button>, not <a> */
.news-modal__cta-btn {
  border: none;
  cursor: pointer;
}
.news-modal__cta-btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

/* /updates page layout */
.nu-page {
  padding: 60px 20px 80px;
  min-height: 60vh;
}
@media screen and (min-width: 768px) {
  .nu-page { padding: 80px 30px 100px; }
}
.nu-page__header {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .nu-page__header { margin-bottom: 48px; }
}
.nu-page__title {
  font-family: "Gilroy";
  font-size: 32px;
  font-weight: 800;
  color: #321255;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .nu-page__title { font-size: 42px; }
}
.nu-page__subtitle {
  font-size: 16px;
  color: #666;
  line-height: 1.55;
  max-width: 560px;
}

/* "Load more" button — /updates page */
.nu-load-more-wrap {
  text-align: center;
  margin-top: 48px;
}
.nu-load-more {
  display: inline-block;
  padding: 13px 36px;
  background: transparent;
  border: 1.5px solid rgba(50, 18, 85, 0.35);
  border-radius: 8px;
  font-family: "Gilroy";
  font-size: 15px;
  font-weight: 600;
  color: #321255;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.nu-load-more:hover:not(:disabled) {
  background: #321255;
  border-color: #321255;
  color: #fff;
}
.nu-load-more:focus-visible {
  outline: 2px solid #06b6d4;
  outline-offset: 3px;
}
.nu-load-more--done,
.nu-load-more:disabled {
  opacity: 0.4;
  cursor: default;
}

@media (max-width: 767px) {
  .nu-load-more-wrap { display: none; }
}

/* ── End News Editorial Grid ─────────────────────────────────────────────── */

.footer {
  background: linear-gradient(135deg, #652C9D 0%, #421D6B 52.6%, #1E0230 100%);
  border-radius: 16px;
  margin-bottom: 50px;
}
@media screen and (min-width: 576px) {
  .footer {
    border-radius: 20px;
  }
}
@media screen and (min-width: 1020px) {
  .footer {
    border-radius: 24px;
  }
}
.footer__cta {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 32px 20px 24px;
}
@media screen and (min-width: 768px) {
  .footer__cta {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 40px 70px 28px;
    gap: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .footer__cta {
    padding: 44px 50px 32px;
  }
}
.footer__cta-text h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .footer__cta-text h2 {
    font-size: 26px;
  }
}
@media screen and (min-width: 1280px) {
  .footer__cta-text h2 {
    font-size: 30px;
  }
}
.footer__cta-text p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .footer__cta-text p {
    font-size: 15px;
  }
}
.footer__cta-btn {
  flex-shrink: 0;
  margin: 0 !important;
  max-width: 160px !important;
}
.footer__divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
  margin: 0 20px;
}
@media screen and (min-width: 768px) {
  .footer__divider {
    margin: 0 70px;
  }
}
@media screen and (min-width: 1280px) {
  .footer__divider {
    margin: 0 50px;
  }
}
.footer__wrapper {
  display: flex;
  justify-content: space-between;
  padding: 20px 20px 15px;
}
@media screen and (min-width: 768px) {
  .footer__wrapper {
    padding: 24px 70px 20px;
  }
}
@media screen and (min-width: 1280px) {
  .footer__wrapper {
    padding: 24px 50px 20px;
  }
}
@media screen and (min-width: 1920px) {
  .footer__wrapper {
    padding: 30px 20px;
  }
}
.footer__logo-wrapper {
  display: flex;
  align-items: center;
}
.footer__logo img {
  max-width: 45px;
  width: 100%;
  max-height: 54px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .footer__logo img {
    max-width: 50px;
    max-height: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .footer__logo img {
    max-width: 68px;
    max-height: 81px;
  }
}
@media screen and (min-width: 1920px) {
  .footer__logo img {
    max-width: 100px;
    max-height: 120px;
  }
}
.footer__items {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (min-width: 1920px) {
  .footer__items {
    padding: 17px 0 21px;
  }
}
.footer__slogan {
  max-width: 175px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer__slogan {
    max-width: 500px;
  }
}
.footer__slogan span {
  color: #FFFFFF;
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  display: block;
}
@media screen and (min-width: 768px) {
  .footer__slogan span {
    font-size: 13px;
  }
}
@media screen and (min-width: 1280px) {
  .footer__slogan span {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .footer__slogan span {
    font-size: 16px;
  }
}
/* ── Shared social icon button (matches Client Reviews style) ────────────── */
.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(6, 182, 212, .12);
  border: 1.5px solid rgba(6, 182, 212, .35);
  color: #06b6d4;
  text-decoration: none;
  flex-shrink: 0;
  transition: background .2s ease, border-color .2s ease;
}
.social-icon:hover {
  background: rgba(6, 182, 212, .22);
  border-color: rgba(6, 182, 212, .65);
}
.social-icon svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
/* ─────────────────────────────────────────────────────────────────────────── */

.footer__social {
  display: flex;
  justify-content: center;
  gap: 12.6px;
}
@media screen and (min-width: 768px) {
  .footer__social {
    gap: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .footer__social {
    gap: 22.5px;
  }
}
@media screen and (min-width: 1920px) {
  .footer__social {
    gap: 24px;
  }
}
.footer__social a {
  /* styled via .social-icon */
}

/* ── Footer main grid ────────────────────────────────────── */
.footer__main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  padding: 28px 20px 24px;
}
@media screen and (min-width: 768px) {
  .footer__main {
    grid-template-columns: repeat(2, 1fr);
    padding: 32px 70px 24px;
    gap: 40px;
  }
  .footer__brand {
    grid-column: 1 / -1;
  }
}
@media screen and (min-width: 1020px) {
  .footer__main {
    grid-template-columns: 2fr 1.2fr 1.2fr;
    padding: 36px 50px 28px;
    align-items: start;
  }
  .footer__brand {
    grid-column: auto;
  }
}
@media screen and (min-width: 1920px) {
  .footer__main {
    padding: 40px 20px 30px;
  }
}

.footer__brand {
  display: flex;
  flex-direction: column;
}
.footer__desc {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  line-height: 1.65;
  margin: 14px 0 20px;
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  .footer__desc {
    max-width: 420px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1020px) {
  .footer__desc {
    max-width: 280px;
    font-size: 13px;
  }
}

.footer__col-title {
  color: rgba(255, 255, 255, 0.4);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.footer__links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  transition: color 0.18s ease;
}
@media screen and (min-width: 768px) {
  .footer__links a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .footer__links a:hover {
    color: #ffffff;
  }
}

.footer__contact-text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  line-height: 1.65;
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .footer__contact-text {
    font-size: 14px;
  }
}
.footer__contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #06b6d4;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: color 0.18s ease;
}
.footer__contact-btn span {
  display: inline-block;
  transition: transform 0.18s ease;
}
@media screen and (min-width: 1280px) {
  .footer__contact-btn:hover {
    color: #22d3ee;
  }
  .footer__contact-btn:hover span {
    transform: translateX(4px);
  }
}

/* ── Footer bottom bar ───────────────────────────────────── */
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 14px 20px 22px;
}
@media screen and (min-width: 768px) {
  .footer__bottom {
    padding: 14px 70px 22px;
  }
}
@media screen and (min-width: 1280px) {
  .footer__bottom {
    padding: 14px 50px 22px;
  }
}
.footer__bottom span {
  color: rgba(255, 255, 255, 0.4);
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .footer__bottom span {
    font-size: 12px;
  }
}
.footer__bottom-badge {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

/* ========== Hero Stats ========== */
.main__stats {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .main__stats {
    margin-top: 36px;
    gap: 20px;
  }
}
.main__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main__stat-value {
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .main__stat-value {
    font-size: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .main__stat-value {
    font-size: 38px;
  }
}
.main__stat-label {
  font-size: 11px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
@media screen and (min-width: 768px) {
  .main__stat-label {
    font-size: 12px;
  }
}
.main__stat-divider {
  width: 1px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.25);
}
@media screen and (min-width: 768px) {
  .main__stat-divider {
    height: 44px;
  }
}

/* ========== CTA Strip ========== */
.cta-strip {
  margin: 30px 20px;
}
@media screen and (min-width: 768px) {
  .cta-strip {
    margin: 40px 30px;
  }
}
@media screen and (min-width: 1280px) {
  .cta-strip {
    margin: 60px 30px;
  }
}
.cta-strip__wrapper {
  background: linear-gradient(135deg, #652C9D 0%, #421D6B 52.6%, #1E0230 100%);
  border-radius: 20px;
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .cta-strip__wrapper {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 40px 52px;
    border-radius: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .cta-strip__wrapper {
    padding: 48px 64px;
  }
}
.cta-strip__text h2 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .cta-strip__text h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .cta-strip__text h2 {
    font-size: 34px;
  }
}
.cta-strip__text p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .cta-strip__text p {
    font-size: 16px;
  }
}
.cta-strip__btn {
  flex-shrink: 0;
  margin: 0 !important;
  max-width: 160px !important;
}

/* ========== Scroll to top ========== */
.scroll-top {
  position: fixed;
  bottom: 32px;
  right: 28px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4CE5AE, #1CAABC);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(28, 170, 188, 0.4);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 0.3s, transform 0.3s;
  z-index: 999;
}
.scroll-top--visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.scroll-top:hover {
  box-shadow: 0 6px 22px rgba(28, 170, 188, 0.6);
  transform: translateY(-2px);
}
@media screen and (min-width: 1280px) {
  .scroll-top {
    width: 50px;
    height: 50px;
    bottom: 40px;
    right: 36px;
  }
}
/* ── Client Reviews (from feedbacks-demo.html) ── */
.cr-section {
    padding: 56px 20px 72px;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}

.cr-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.cr-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #06b6d4;
    margin-bottom: 10px;
}

.cr-title {
    font-size: clamp(24px, 5vw, 48px);
    font-weight: 800;
    color: #1a0533;
    letter-spacing: -1px;
    line-height: 1.08;
    margin-bottom: 32px;
}

.cr-track {
    display: flex;
    align-items: stretch;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 0;
    padding: 12px 0 28px;
    margin: 0;
}

.cr-track::-webkit-scrollbar {
    display: none;
}

.cr-card {
    flex: 0 0 100%;
    scroll-snap-align: start;
    border-radius: 20px;
    padding: 32px 24px 28px;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    transform: translateY(48px);
    transition: opacity .68s cubic-bezier(.22, 1, .36, 1),
    transform .68s cubic-bezier(.22, 1, .36, 1),
    box-shadow .35s ease, background .35s ease;
    cursor: pointer;
}

.cr-card--side {
    background: linear-gradient(148deg, #3a2278 0%, #2d1b69 55%, #1d1150 100%);
}

.cr-card--center {
    background: linear-gradient(148deg, #4c2b8f 0%, #3c2272 55%, #2d1b69 100%);
}

.cr-card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid rgba(255, 255, 255, .07);
    pointer-events: none;
}

.cr-card--center::after {
    border: 1.5px solid rgba(6, 182, 212, .4);
}

.cr-card.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.cr-avatar-wrap {
    position: relative;
    width: 96px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.cr-dstar {
    position: absolute;
    color: #f59e0b;
    font-size: 14px;
    line-height: 1;
    filter: drop-shadow(0 0 4px rgba(245, 158, 11, .5));
}

.cr-dstar--1 {
    top: 0;
    left: 2px;
    font-size: 13px;
}

.cr-dstar--2 {
    top: -4px;
    right: 8px;
    font-size: 16px;
}

.cr-dstar--3 {
    top: 14px;
    right: -2px;
    font-size: 11px;
}

.cr-avatar {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(6, 182, 212, .5);
    overflow: hidden;
    box-shadow: 0 0 0 4px rgba(6, 182, 212, .1), 0 0 20px rgba(6, 182, 212, .2);
}

.cr-avatar--1 {
    background: linear-gradient(135deg, #2a1a5e 0%, #1d1252 100%);
}

.cr-avatar--2 {
    background: linear-gradient(135deg, #1a2a5e 0%, #0f1d4a 100%);
}

.cr-avatar--3 {
    background: linear-gradient(135deg, #1e1a5e 0%, #140f52 100%);
}

.cr-avatar-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.cr-avatar-icon {
    width: 42px;
    height: 42px;
    color: #06b6d4;
    flex-shrink: 0;
}

.cr-avatar-initials {
    display: none;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
}

.cr-person {
    margin-bottom: 4px;
}

.cr-name {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 4px;
}

.cr-company {
    font-size: 13px;
    color: rgba(255, 255, 255, .55);
    font-weight: 500;
}

.cr-stars {
    display: flex;
    justify-content: center;
    gap: 3px;
    margin: 14px 0 16px;
}

.cr-star {
    font-size: 16px;
    color: #f59e0b;
    line-height: 1;
}

.cr-quote {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, .85);
    font-style: italic;
    flex: 1;
}

.cr-quote::before {
    content: "\201C";
    font-style: normal;
}

.cr-quote::after {
    content: "\201D";
    font-style: normal;
}

.cr-social {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(6, 182, 212, .12);
    border: 1.5px solid rgba(6, 182, 212, .35);
    color: #06b6d4;
    text-decoration: none;
    margin-top: 24px;
    flex-shrink: 0;
    transition: background .2s, border-color .2s;
}

.cr-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
}

.cr-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #321255;
    cursor: pointer;
    opacity: 1;
    transition: background-color .25s ease, transform .25s ease;
}

.cr-dot--active {
    background-color: #321255;
    transform: scale(1.15);
}

@media (min-width: 375px) {
    .cr-section {
        padding: 60px 22px 76px
    }
}

@media (min-width: 390px) {
    .cr-card {
        padding: 34px 26px 30px
    }
}

@media (min-width: 430px) {
    .cr-section {
        padding: 64px 24px 80px
    }

    .cr-card {
        padding: 36px 28px 32px
    }

    .cr-avatar {
        width: 80px;
        height: 80px
    }

    .cr-avatar-icon {
        width: 44px;
        height: 44px
    }

    .cr-avatar-wrap {
        width: 100px;
        height: 100px
    }
}

@media (min-width: 560px) {
    .cr-section {
        padding: 64px 32px 80px
    }
}

@media (min-width: 768px) {
    .cr-section {
        padding: 72px 0 90px;
        overflow: visible;
    }

    .cr-title {
        margin-bottom: 48px;
        font-size: 36px;
    }

    .cr-track {
        overflow-x: visible;
        scroll-snap-type: unset;
        gap: 16px;
        padding: 20px 4px 32px;
        margin: 0;
        align-items: center;
    }

    .cr-card {
        flex: 1;
        min-width: 0;
        scroll-snap-align: unset;
        border-radius: 18px;
        padding: 24px 20px 22px;
        text-align: left;
        flex-direction: column;
        align-items: flex-start;
    }

    .cr-dstar {
        display: none;
    }

    .cr-avatar-wrap {
        width: auto;
        height: auto;
        margin-bottom: 0;
        position: static;
    }

    .cr-avatar {
        width: 46px;
        height: 46px;
        border: 2px solid rgba(255, 255, 255, .15);
        box-shadow: none;
    }

    .cr-avatar--1 {
        background: linear-gradient(135deg, #7c3aed 0%, #06b6d4 100%);
    }

    .cr-avatar--2 {
        background: linear-gradient(135deg, #0891b2 0%, #6b21a8 100%);
    }

    .cr-avatar--3 {
        background: linear-gradient(135deg, #4f46e5 0%, #a855f7 100%);
    }

    .cr-avatar-icon {
        display: none;
    }

    .cr-avatar-initials {
        display: block;
    }

    .cr-header {
        display: flex;
        align-items: center;
        gap: 10px;
        width: 100%;
        margin-bottom: 14px;
    }

    .cr-person {
        flex: 1;
        min-width: 0;
        margin-bottom: 0;
    }

    .cr-name {
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 2px;
    }

    .cr-company {
        font-size: 11px;
    }

    .cr-stars {
        justify-content: flex-start;
        margin: 0 0 12px;
    }

    .cr-star {
        font-size: 14px;
    }

    .cr-quote {
        text-align: left;
        font-style: normal;
        font-size: 13px;
    }

    .cr-quote::before {
        content: "\201C";
        font-size: 40px;
        line-height: 0;
        vertical-align: -14px;
        margin-right: 2px;
        color: rgba(6, 182, 212, .7);
        font-family: Georgia, serif;
        font-style: normal;
    }

    .cr-quote::after {
        content: "";
    }

    .cr-social {
        width: 28px;
        height: 28px;
        border-radius: 7px;
        margin-top: 0;
        position: absolute;
        top: 20px;
        right: 18px;
    }

    .cr-card.is-visible {
        opacity: 1;
        transform: translateY(0) scale(1);
        box-shadow: 0 10px 32px rgba(0, 0, 0, .3);
    }

    .cr-dots {
        display: none;
    }
}

@media (min-width: 820px) {
    .cr-section {
        padding: 76px 0 96px
    }

    .cr-track {
        gap: 18px
    }

    .cr-card {
        padding: 26px 22px 24px
    }

    .cr-quote {
        font-size: 13.5px
    }
}

@media (min-width: 1024px) {
    .cr-section {
        padding: 84px 0 104px;
        overflow: hidden;
    }

    .cr-track {
        gap: 20px;
        padding: 26px 6px 42px;
    }

    .cr-card {
        border-radius: 20px;
        padding: 28px 24px 26px;
    }

    .cr-social {
        top: 24px;
        right: 20px;
    }

    .cr-card--side.is-visible {
        opacity: .72;
        transform: translateY(0) scale(.935);
        box-shadow: 0 10px 32px rgba(0, 0, 0, .28);
    }

    .cr-card--center.is-visible {
        opacity: 1;
        transform: translateY(0) scale(1.04);
        box-shadow: 0 0 0 1.5px rgba(6, 182, 212, .45), 0 28px 64px rgba(0, 0, 0, .46), 0 0 44px rgba(107, 33, 168, .22);
    }

    .cr-avatar {
        width: 48px;
        height: 48px;
    }

    .cr-name {
        font-size: 15px;
    }

    .cr-quote {
        font-size: 13.5px;
    }
}

@media (min-width: 1280px) {
    .cr-section {
        padding: 90px 0 110px;
    }

    .cr-title {
        font-size: 42px;
    }

    .cr-track {
        gap: 22px;
        padding: 28px 8px 44px;
    }

    .cr-card {
        padding: 30px 26px 28px;
    }

    .cr-avatar {
        width: 50px;
        height: 50px;
    }

    .cr-name {
        font-size: 15px;
    }

    .cr-quote {
        font-size: 14px;
    }

    .cr-star {
        font-size: 15px;
    }

    .cr-social {
        width: 30px;
        height: 30px;
        top: 26px;
        right: 22px;
    }
}

@media (min-width: 1440px) {
    .cr-section {
        padding: 100px 0 120px;
    }

    .cr-track {
        gap: 24px;
        padding: 32px 10px 48px;
    }

    .cr-card {
        padding: 34px 30px 30px;
    }

    .cr-avatar {
        width: 54px;
        height: 54px;
    }

    .cr-name {
        font-size: 16px;
    }

    .cr-quote {
        font-size: 14.5px;
        line-height: 1.72;
    }

    .cr-star {
        font-size: 16px;
    }

    .cr-social {
        width: 32px;
        height: 32px;
        top: 28px;
        right: 24px;
    }

    .cr-card--side.is-visible {
        opacity: .70;
        transform: translateY(0) scale(.925);
    }

    .cr-card--center.is-visible {
        transform: translateY(0) scale(1.05);
        box-shadow: 0 0 0 1.5px rgba(6, 182, 212, .5), 0 32px 72px rgba(0, 0, 0, .5), 0 0 52px rgba(107, 33, 168, .25);
    }
}

@media (min-width: 1920px) {
    .cr-section {
        padding: 120px 0 140px;
    }

    .cr-title {
        font-size: 56px;
    }

    .cr-track {
        gap: 28px;
    }

    .cr-card {
        padding: 38px 34px 34px;
        border-radius: 24px;
    }

    .cr-avatar {
        width: 58px;
        height: 58px;
    }

    .cr-name {
        font-size: 17px;
    }

    .cr-quote {
        font-size: 15.5px;
    }

    .cr-star {
        font-size: 17px;
    }
}

@media (hover: hover) and (pointer: fine) {
    .cr-social:hover {
        background: rgba(6, 182, 212, .26);
        border-color: rgba(6, 182, 212, .6);
    }
}
/* ══════════════════════════════════════════════════════════
   Mobile menu redesign  (max-width: 767px)
   ══════════════════════════════════════════════════════════ */
@media screen and (max-width: 767px) {

  /* Left-align list, enable CSS counter */
  .header__list {
    align-items: flex-start;
    width: 100%;
    counter-reset: nav-counter;
    padding: 0 2px;
    position: relative;
  }

  /* Individual nav items — full-width with thin separator */
  .header__list-item {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.01em;
    margin-bottom: 0;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 13px 0;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    /* Slide-in prep */
    opacity: 0;
    transform: translateX(18px);
    transition: opacity 0.32s ease, transform 0.32s ease;
  }

  .header__list-item:first-child {
    margin-top: 10px;
    border-top: none;
  }

  .header__list-item:last-child {
    margin-bottom: 0;
    border-top: none;
    padding: 14px 0 0;
  }

  /* Teal numbered prefix via CSS counter */
  .header__list-item:not(.header__btn)::before {
    counter-increment: nav-counter;
    content: "0" counter(nav-counter);
    color: #36CAB4;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    min-width: 26px;
    margin-right: 12px;
    line-height: 1;
    padding-top: 3px;
    flex-shrink: 0;
  }

  /* Link text inherits item size */
  .header__list-item a {
    font-size: 22px;
    font-weight: 600;
  }

  /* Contact Us button — full-width pill */
  .header__btn {
    background: linear-gradient(279deg, #4CE5AE 6.67%, #1CAABC 68.48%, #076266 96.36%) !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    border-radius: 50px !important;
    justify-content: flex-end;
    padding: 0 !important;
    margin-top: 16px;
    height: 40px;
    width: 30%;
    margin-left: auto;
  }

  .header__btn a {
    font-size: 13px !important;
    font-weight: 600;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100%;
    height: 40px;
    padding: 0 !important;
    border-radius: 50px;
    letter-spacing: 0.02em;
    color: #fff !important;
  }

  /* Staggered reveal on open */
  .expanded-header-active .header__list-item:nth-child(1) { opacity: 1; transform: translateX(0); transition-delay: 0.07s; }
  .expanded-header-active .header__list-item:nth-child(2) { opacity: 1; transform: translateX(0); transition-delay: 0.13s; }
  .expanded-header-active .header__list-item:nth-child(3) { opacity: 1; transform: translateX(0); transition-delay: 0.19s; }
  .expanded-header-active .header__list-item:nth-child(4) { opacity: 1; transform: translateX(0); transition-delay: 0.25s; }
  .expanded-header-active .header__list-item:nth-child(5) { opacity: 1; transform: translateX(0); transition-delay: 0.31s; }
  .expanded-header-active .header__list-item:nth-child(6) { opacity: 1; transform: translateX(0); transition-delay: 0.37s; }

  /* Teal radial glow — bottom-left decoration */
  .header__menu-nav {
    position: relative;
  }

  .header__menu-nav::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: -40px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(54, 202, 180, 0.16) 0%, transparent 68%);
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.6s ease 0.1s;
    z-index: 0;
  }

  .expanded-header-active::before {
    opacity: 1;
  }
}
