:root {
  --color-primary-dark: #110f0f;
  --color-secondary-dark: #000000;
  --color-primary-light: #ffffff;
  --color-primary-blue: #1a365d;
  --color-primary-pink: #6A00FF;
  --color-secondary-pink: #5200FF;
  --color-accent-purple: #6A00FF;
  --color-light-purple: #C8B0FF;
}

@media screen and (min-width: 577px) {
  .only-mobile {
    display: none;
  }
}
body {
  background: var(--color-primary-dark);
  color: var(--color-primary-light);
  font-weight: 600;
  font-family: "Inter", sans-serif;
  margin: 0;
  font-size: 16px;
  line-height: 1.25;
}
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
address {
  font-style: normal;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
a {
  display: inline-block;
  color: var(--color-primary-light);
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
button {
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 0;
  outline: none;
  padding: 0;
}
.visually-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.wrapper {
  overflow: clip;
  width: 100%;
  position: relative;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.container {
  width: 100%;
  max-width: 1332px;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (min-width: 576px) {
  .container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1025px) {
  .container {
    padding: 0 16px;
  }
}
.button {
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px 24px;
  border: 2px solid white;
  color: white;
  background: rgba(0, 0, 0, 0);
  border-radius: 1000px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1;
  font-weight: 600;
}
.button--pink {
  background: rgba(0, 0, 0, 0);
  border: 2px solid var(--color-primary-pink);
  color: var(--color-primary-pink);
}
.button--pink:hover {
  background: #fff;
  color: #0d0e14;
  border-color: #fff;
  box-shadow: 0 14px 42px rgba(106, 0, 255, 0.22);
}
.button--black {
  border: none;
  background: var(--color-secondary-dark);
}
.button:hover {
  background: rgba(255, 255, 255, 0.1);
  color: white;
}
.gradient-text {
  background: linear-gradient(89.94deg, var(--color-light-purple) 0.05%, var(--color-accent-purple) 99.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  color: rgba(0, 0, 0, 0);
}
.section-title {
  font-weight: 600;
  font-size: 28px;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .section-title {
    font-size: 36px;
  }
}
@media screen and (min-width: 1025px) {
  .section-title {
    font-size: 48px;
  }
}
.section-title img {
  height: 28px;
  width: auto;
}
@media screen and (min-width: 576px) {
  .section-title img {
    height: 36px;
  }
}
@media screen and (min-width: 1025px) {
  .section-title img {
    height: 48px;
  }
}

@keyframes section {
  0% {
    transform: translate3d(0, 30px, 0);
  }

  to {
    transform: translateZ(0);
    opacity: 1;
  }
}

.animated {
  opacity: 0;
}

.animated.fade-in-up {
  opacity: 0;
  animation-duration: 700ms;
  animation-fill-mode: both;
  animation-name: section;
}

.header {
  padding: 24px 0;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background: linear-gradient(126.73deg, rgba(106, 0, 255, 0.15) -15.54%, rgba(106, 0, 255, 0.25) 102.54%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.hero--media {
  padding: 0;
  min-height: auto;
  display: block;
}

.hero--media + .mission {
  margin-top: 0;
  padding-top: 44px;
}

/* Показ/приховування */
.hero--media .hero-desktop {
  display: block;
}

.hero--media .hero-mobile {
  display: none;
}

@media (max-width: 767px) {
  .hero--media .hero-desktop {
    display: none;
  }

  .hero--media .hero-mobile {
    display: block;
  }
}

/* Спільна база */
.hero--media .hero-media {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

.hero--media .hero-media img {
  width: 100%;
  height: auto;
  display: block;
}

.hero--media .hero-title {
  position: absolute;
  max-width: 80%;
  pointer-events: none;
}

.hero--media .hero-title h1 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: clamp(30px, 6vw, 80px);
  line-height: 1.06;
  letter-spacing: clamp(-0.02em, -0.3vw, -0.04em);
  color: #f5f3ff;
  text-align: left;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.8);
}

.hero--media .hero-badge {
  position: absolute;
  display: inline-flex;
  align-items: center;
  padding: clamp(4px, 0.7vw, 10px) clamp(8px, 1.1vw, 16px);
  background: rgba(12, 8, 24, 0.45);
  border-radius: 7px;
  backdrop-filter: blur(clamp(2px, 0.8vw, 4px));
  -webkit-backdrop-filter: blur(clamp(2px, 0.8vw, 4px));
  white-space: nowrap;
  pointer-events: none;
}

.hero--media .hero-badge__text {
  margin: 0;
  font-weight: 700;
  font-size: clamp(14px, 3.6vw, 40px);
  line-height: 1.08;
  letter-spacing: clamp(0.02em, 0.08vw, 0.04em);
  background: linear-gradient(90deg, #FFFFFF 0%, #F2EDFF 30%, #C7A8FF 60%, #8A4DFF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.header .site-logo {
  display: block;
  height: 43px;
  width: auto;
  max-width: none;
}

.header__nav {
  display: none;
}

/* Mobile menu button */
.mobile-menu-btn {
  display: block;
  width: 30px;
  height: 25px;
  position: relative;
  cursor: pointer;
  margin-right: 20px;
}

.mobile-menu-btn span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: var(--color-accent-purple);
  border-radius: 3px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.mobile-menu-btn span:nth-child(1) {
  top: 0px;
}

.mobile-menu-btn span:nth-child(2) {
  top: 8px;
}

.mobile-menu-btn span:nth-child(3) {
  top: 16px;
}

.mobile-menu-btn.active span:nth-child(1) {
  top: 8px;
  transform: rotate(135deg);
}

.mobile-menu-btn.active span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.mobile-menu-btn.active span:nth-child(3) {
  top: 8px;
  transform: rotate(-135deg);
}

@media screen and (min-width: 1025px) {
  .header {
    padding: 14px 0;
  }

  .header .site-logo {
    height: 49px;
  }

  .header__nav ul li {
    padding: 8px;
  }

  .header__nav {
    display: block;
  }
  
  .mobile-menu-btn {
    display: none;
  }
}
.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__nav ul li {
  padding: 12px;
}

/* Mobile navigation styles */
@media screen and (max-width: 1024px) {
  .header__nav {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background: rgba(17, 15, 15, 0.95);
    backdrop-filter: blur(10px);
    padding: 80px 20px 20px;
    transition: right 0.3s ease;
    z-index: 1000;
  }
  
  .header__nav.active {
    right: 0;
  }
  
  .header__nav ul {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .header__nav ul li {
    padding: 15px 0;
    width: 100%;
  }
  
  .header__nav ul li a {
    color: white;
    font-size: 18px;
    font-weight: 500;
  }
  
  .header__button {
    display: none;
  }
}
.header__nav ul li a {
  letter-spacing: 0.02em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
  transform: translateY(0);
}
.header__nav ul li a:hover {
  color: var(--color-accent-purple);
}
.header__button {
  margin-left: 16px;
}
.header__button .button {
  padding: 10px 24px;
  color: #C8B0FF;
  transition: all 0.3s ease;
}
.header__button .button:hover {
  background: white;
  color: black;
  border-color: white;
  box-shadow: 0 14px 42px rgba(106, 0, 255, 0.22);
}
.hero {
	padding-top:120px;
	padding-bottom:52px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/hero-bg.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  top: 76px;
  right: 0;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle at top right, rgba(200, 176, 255, 0.22) 0%, rgba(106, 0, 255, 0.12) 42%, transparent 72%);
  filter: blur(10px);
  pointer-events: none;
  z-index: 1;
}

@media screen and (min-width: 992px) {
  .hero {
	  padding-top:120px;
	  padding-bottom:52px;
	  min-height: 100vh;
  }
}

@media screen and (min-width: 1300px) {
  .hero {
	  padding-top:120px;
	  padding-bottom:52px;
	  min-height: 100vh;
  }
}

.hero__image{
	position: absolute;
    right: unset;
	left:50%;
	transform:translateX(-50%) scaleX(-1);
	bottom: 0;
	top: unset;
	width:292px;
	max-width: none;
	height: auto;
  z-index: 1;
}

@media screen and (max-width: 576px) {
  .only-mobile {
    display: inline;
  }

  .hero {
    padding-top: 110px;
    min-height: 620px;
    align-items: flex-start;
  }

  .hero__title {
    font-size: 36px;
    line-height: 1.08;
    margin-bottom: 18px;
  }

  .hero__description {
    margin-bottom: 26px;
    max-width: 250px;
    position: relative;
    z-index: 3;
    line-height: 1.35;
  }

  .hero .contact-form {
    margin-top: 250px;
  }

  .hero__image {
    width: 320px;
    left: 70%;
    bottom: -18px;
  }
}


@media screen and (min-width: 992px) {
  .hero__image {
	 left: unset;
    right: 50px;
    bottom: 0;
	  top:unset;
    width:437px;
	  transform:translateX(0) scaleX(-1);
    height: auto;
  }
}

@media screen and (min-width: 1300px) {
  .hero__image {
    right: 100px;
    bottom: 0;
	width:486px;
	  transform:scaleX(-1);
    height: auto;
  }
}

.hero::before {
  content: "";
  position: absolute;
  left: -220px;
  bottom: -80px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle at bottom left, rgba(200, 176, 255, 0.18) 0%, rgba(106, 0, 255, 0.10) 45%, rgba(106, 0, 255, 0) 74%);
  filter: blur(14px);
  pointer-events: none;
  z-index: 1;
}

@media screen and (min-width: 992px) {
  .hero::before {
    left: 0;
    bottom: -120px;
  }
}
.hero__container {
  max-width: 100%;
  margin: 0 auto;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .hero__container {
    max-width: 413px;
    margin-left: 70px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .hero__container {
    max-width: 525px;
    padding-right: 60px;
  }
}

@media screen and (min-width: 1300px) {
  .hero__container {
    margin-left: 117px;
    padding-right: 80px;
  }
}
.hero__title {
  font-size: 44px;
  letter-spacing: -2px;
  font-weight: 700;
  line-height: 1.12;
  padding-bottom: 0.12em;
  margin-bottom: 32px;
  text-align: center;
  overflow: visible;
}

.hero__title-highlight {
  display: block;
  background: linear-gradient(89.94deg, var(--color-light-purple) 0.05%, var(--color-accent-purple) 99.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 0 26px rgba(106, 0, 255, 0.38), 0 0 60px rgba(106, 0, 255, 0.22);
  padding-bottom: 0.08em;
  padding-right: 0.06em;
}

@keyframes glow {
  from {
    text-shadow: 0 0 30px rgba(106, 0, 255, 0.5), 0 0 60px rgba(106, 0, 255, 0.3);
  }
  to {
    text-shadow: 0 0 50px rgba(106, 0, 255, 0.8), 0 0 100px rgba(106, 0, 255, 0.5);
  }
}

@media screen and (min-width: 992px) {
  .hero__title {
    font-size: 64px;
    line-height: 1.1;
    padding-bottom: 0.12em;
    margin-bottom: 32px;
    text-align: left;
  }
}

@media screen and (min-width: 1200px) {
  .hero__title {
    font-size: 80px;
    letter-spacing: -4px;
    line-height: 1.05;
    padding-bottom: 0.12em;
  }
}
.hero__title span {
  /* gradient-text class already handles the purple color */
  display: inline;
}
.hero__description {
  font-weight: 500;
  letter-spacing: 0.02em;
  color: hsla(0, 0%, 100%, 0.6);
  text-align: left;
  margin: 0;
  margin-bottom: 58px;
  max-width: 317px;
}
@media screen and (min-width: 992px) {
  .hero__description {
    margin-bottom: 32px;
    max-width: initial;
  }
}
.form__control {
  width: 100%;
  max-width: 370px;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 576px) {
  .form__control {
    max-width: 447px;
  }
}
.form__control input:not(.button) {
  width: 100%;
  max-width: 100%;
  border-radius: 30px;
  background: var(--color-primary-pink);
  border: 1px solid var(--color-accent-purple);
  height: 52px;
  padding: 16px 23px;
  color: var(--color-primary-light);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  outline: none;
  padding-right: 23px;
}
@media screen and (min-width: 576px) {
  .form__control input:not(.button) {
    max-width: 320px;
    padding-right: 70px;
  }
}
.form__control input:not(.button)::-webkit-input-placeholder {
  color: var(--color-primary-light);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
}
.form__control input:not(.button)::-moz-placeholder {
  color: var(--color-primary-light);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
}
.form__control input:not(.button):-ms-input-placeholder {
  color: var(--color-primary-light);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
}
.form__control input:not(.button)::-ms-input-placeholder {
  color: var(--color-primary-light);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
}
.form__control input:not(.button)::placeholder {
  color: var(--color-primary-light);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
}
.form__control input:not(.button):focus {
  background: var(--color-primary-light);
  color: var(--color-primary-dark);
}
.form__control input:not(.button):focus::-webkit-input-placeholder {
  color: var(--color-primary-dark);
}
.form__control input:not(.button):focus::-moz-placeholder {
  color: var(--color-primary-dark);
}
.form__control input:not(.button):focus:-ms-input-placeholder {
  color: var(--color-primary-dark);
}
.form__control input:not(.button):focus::-ms-input-placeholder {
  color: var(--color-primary-dark);
}
.form__control input:not(.button):focus::placeholder {
  color: var(--color-primary-dark);
}
.hero-form-wrapper {
  display: flex;
  flex-direction: row;
  gap: 0;
  max-width: 720px;
  margin: 0;
}

.hero-form-pill {
  width: 100%;
  height: 56px;
  border: 2px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  padding: 6px;
  overflow: visible;
}

.hero-form-input {
  flex: 1;
  min-width: 0;
  height: 100%;
  background: transparent;
  border: 0;
  border-radius: 999px;
  padding: 0 18px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  outline: none;
  transition: background 0.2s ease, border-color 0.2s ease;
  text-align: left;
}

.hero-form-input::placeholder {
  color: #fff;
  opacity: 1;
}

.hero-form-input:focus {
  background: rgba(255, 255, 255, 0.04);
}

.hero-form-submit {
  flex: 0 0 auto;
  height: 100%;
  padding: 0 26px;
  background: rgba(0, 0, 0, 0.55);
  border: 2px solid var(--color-primary-pink);
  border-radius: 999px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  margin-left: -10px;
  position: relative;
  z-index: 3;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
}

.hero-form-submit:hover {
  transform: translateY(-1px);
  background: #fff;
  color: #0d0e14;
  box-shadow: 0 14px 42px rgba(106, 0, 255, 0.22);
}

@media screen and (max-width: 576px) {
  .hero-form-wrapper {
    flex-direction: column;
    gap: 12px;
  }
  .hero-form-pill {
    height: 56px;
  }
  .hero-form-submit {
    margin-left: 6px;
  }
  .hero-form-input {
    width: 100%;
  }
}
@media screen and (min-width: 576px) {
  .form__control .submit-button-hero {
    position: absolute;
    width: initial;
    margin-top: 0;
  }
}
.mission {
  padding-top: 0;
  padding-bottom: 42px;
  margin-top: -112px;
}

.build {
  position: relative;
  padding: 70px 0;
  background: radial-gradient(900px 520px at 15% 20%, rgba(150, 90, 255, 0.18), transparent 60%), radial-gradient(900px 520px at 85% 70%, rgba(90, 210, 255, 0.1), transparent 60%), linear-gradient(180deg, #0b0710 0%, #09060d 55%, #07050b 100%);
  overflow: hidden;
}

.build::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.85;
  pointer-events: none;
}

.build::after {
  content: "";
  position: absolute;
  right: -140px;
  bottom: -120px;
  width: 520px;
  height: 420px;
  background: radial-gradient(circle at 30% 40%, rgba(90, 210, 255, 0.18), transparent 55%), radial-gradient(circle at 70% 70%, rgba(150, 90, 255, 0.2), transparent 60%);
  filter: blur(2px);
  opacity: 0.9;
  pointer-events: none;
}

.build__container {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.build__title {
  margin: 0 0 26px;
  text-align: center;
  font-size: 44px;
  line-height: 1.05;
  letter-spacing: -0.8px;
  color: #ffffff;
}

.build__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  align-items: stretch;
}

.build__card {
  border-radius: 22px;
  padding: 22px 22px 18px;
  border: 1px solid rgba(160, 110, 255, 0.22);
  background: radial-gradient(140% 170% at 15% 10%, rgba(120, 70, 220, 0.18) 0%, transparent 60%), linear-gradient(180deg, rgba(20, 12, 28, 0.74) 0%, rgba(10, 8, 14, 0.92) 100%);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.55);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 200px;
  position: relative;
}

.build__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.22;
  pointer-events: none;
}

.build__card > * {
  position: relative;
  z-index: 1;
}

.build__card-title {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: -0.2px;
  color: #ffffff;
}

.build__card-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.65;
}

.build__card:hover {
  border-color: rgba(186, 140, 255, 0.35);
  box-shadow: 0 24px 70px rgba(110, 60, 200, 0.18);
  transform: translateY(-3px);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.projects {
  position: relative;
  padding: 70px 0;
  background: radial-gradient(900px 520px at 15% 20%, rgba(150, 90, 255, 0.18), transparent 60%), radial-gradient(900px 520px at 85% 70%, rgba(90, 210, 255, 0.1), transparent 60%), linear-gradient(180deg, #0b0710 0%, #09060d 55%, #07050b 100%);
  overflow: hidden;
}

.projects::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.85;
  pointer-events: none;
}

.projects__container {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.projects__title {
  margin: 0 0 26px;
  text-align: center;
  font-size: 44px;
  line-height: 1.05;
  letter-spacing: -0.8px;
  color: #ffffff;
}

.projects__carousel {
  position: relative;
}

.projects__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(320px, 1fr);
  gap: 18px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 6px 8px 10px;
}

.projects__track::-webkit-scrollbar {
  display: none;
}

.projects__carousel::before,
.projects__carousel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 90px;
  z-index: 4;
  pointer-events: none;
}

.projects__carousel::before {
  left: -2px;
  background: linear-gradient(90deg, rgba(11, 7, 16, 1) 0%, rgba(11, 7, 16, 0.85) 35%, rgba(11, 7, 16, 0) 100%);
}

.projects__carousel::after {
  right: -2px;
  background: linear-gradient(270deg, rgba(11, 7, 16, 1) 0%, rgba(11, 7, 16, 0.85) 35%, rgba(11, 7, 16, 0) 100%);
}

.projects__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 6;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  cursor: pointer;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(10px);
  color: rgba(255, 255, 255, 0.92);
  font-size: 30px;
  line-height: 1;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.projects__nav:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(186, 140, 255, 0.4);
  transform: translateY(-50%) scale(1.06);
}

.projects__nav--prev {
  left: -72px;
}

.projects__nav--next {
  right: -72px;
}

.projects__card {
  border-radius: 22px;
  padding: 22px 22px 18px;
  border: 1px solid rgba(160, 110, 255, 0.2);
  background: radial-gradient(130% 160% at 20% 10%, rgba(120, 70, 220, 0.22) 0%, transparent 60%), linear-gradient(180deg, rgba(20, 12, 28, 0.72) 0%, rgba(10, 8, 14, 0.92) 100%);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.55);
  min-height: 250px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  overflow: hidden;
}

.projects__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.35;
  pointer-events: none;
}

.projects__card > * {
  position: relative;
  z-index: 1;
}

.projects__card-title {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.2px;
  color: #fff;
}

.projects__card-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  max-width: 42ch;
}

.projects__pill {
  margin-top: 6px;
  display: inline-flex;
  align-self: flex-start;
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.projects__actions {
  margin-top: auto;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.projects__btn {
  padding: 12px 18px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  border: 2px solid rgba(255, 255, 255, 0.55);
  color: #fff;
  background: transparent;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.projects__btn:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.35);
}

.projects__btn--pink {
  border-color: rgba(255, 0, 110, 1);
  background: linear-gradient(135deg, rgba(255, 0, 110, 0.95) 0%, rgba(160, 70, 255, 0.85) 100%);
  box-shadow: 0 14px 34px rgba(255, 0, 110, 0.22);
}

.projects__btn--pink:hover {
  border-color: rgba(255, 80, 160, 1);
  box-shadow: 0 18px 46px rgba(255, 0, 110, 0.3);
}

@media (max-width: 1100px) {
  .projects__title {
    font-size: 38px;
  }

  .projects__nav--prev {
    left: -58px;
  }

  .projects__nav--next {
    right: -58px;
  }
}

@media (max-width: 860px) {
  .projects {
    padding: 56px 0;
  }

  .projects__container {
    width: 100%;
    max-width: 1200px;
  }

  .projects__title {
    font-size: 32px;
    margin-bottom: 18px;
  }

  .projects__carousel::before,
  .projects__carousel::after {
    width: 60px;
  }

  .projects__nav {
    display: none;
  }

  .projects__track {
    grid-auto-columns: minmax(280px, 86%);
  }
}

@media (max-width: 480px) {
  .projects__container {
    padding: 0 14px;
  }

  .projects__title {
    font-size: 28px;
  }

  .projects__card {
    border-radius: 18px;
    padding: 18px 16px 16px;
    min-height: 240px;
  }

  .projects__card-title {
    font-size: 20px;
  }

  .projects__card-text {
    font-size: 13px;
  }

  .projects__btn {
    flex: 1 1 auto;
    text-align: center;
  }
}

@media (max-width: 1100px) {
  .build__title {
    font-size: 38px;
  }

  .build__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}

@media (max-width: 860px) {
  .build {
    padding: 56px 0;
  }

  .build__container {
    width: 100%;
    max-width: 1200px;
  }

  .build__title {
    font-size: 32px;
    margin-bottom: 18px;
  }

  .build__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

@media (max-width: 480px) {
  .build__container {
    padding: 0 14px;
  }

  .build__title {
    font-size: 28px;
  }

  .build__card {
    border-radius: 18px;
    padding: 18px 16px 16px;
    min-height: 0;
  }

  .build__card-title {
    font-size: 18px;
  }

  .build__card-text {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .mission {
    margin-top: 0;
    padding-top: 44px;
  }
}
@media screen and (min-width: 576px) {
  .mission {
    padding-top: 40px;
    padding-bottom: 50px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .mission {
    padding-top: 95px;
    padding-bottom: 42px;
  }
}
.mission__title {
  margin-bottom: 22px;
}
@media screen and (min-width: 576px) {
  .mission__title {
    margin-bottom: 24px;
  }
}
.mission__description {
  max-width: 352px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.02em;
  color: rgba(231, 231, 231, 0.6);
  margin-bottom: 30px;
}
@media screen and (min-width: 576px) {
  .mission__description {
    margin-bottom: 24px;
    max-width: 520px;
  }
}
.mission__content {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 576px) {
  .mission__content {
    max-width: 976px;
  }
}
@media screen and (min-width: 1025px) {
  .mission__content {
    max-width: 1078px;
  }
}
.mission__card {
  border-radius: 10px;
  padding: 20px;
  position: relative;
  z-index: 0;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background: linear-gradient(126.73deg, rgba(106, 0, 255, 0.15) -15.54%, rgba(106, 0, 255, 0.25) 102.54%);
  height: 100%;
  transition: transform 0.3s ease;
}
.mission__card:hover {
  transform: translateY(-5px);
}
.mission__card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  background: linear-gradient(95.63deg, var(--color-accent-purple) -8.62%, var(--color-primary-blue) 110.68%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border-radius: 10px;
  z-index: -1;
}
.mission__card-img {
  margin-bottom: 12px;
}
.mission__card-title {
  font-size: 24px;
  margin-bottom: 12px;
}
@media screen and (min-width: 576px) {
  .mission__card-title {
    font-size: 24px;
  }
}
.mission__card-description {
  font-size: 14px;
  margin-bottom: 12px;
  color: hsla(0, 0%, 100%, 0.6);
  letter-spacing: 0.02em;
}
.services {
  padding-top: 28px;
  padding-bottom: 35px;
}
@media screen and (min-width: 992px) {
  .services {
    padding-top: 12px;
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 1025px) {
  .services {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.services__container {
  gap: 24px;
}
@media screen and (min-width: 992px) {
  .services__container {
    gap: 16px;
  }
}
.services__cards {
  width: 100%;
  max-width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (min-width: 992px) {
  .services__cards {
    max-width: 646px;
    gap: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
@media screen and (min-width: 1025px) {
  .services__cards {
    max-width: 856px;
    gap: 32px;
  }
}
.services__cards::before {
  content: "";
  display: block;
  background: url("../images/icons/Vector-6.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 574px;
  height: 527px;
  position: absolute;
  bottom: unset;
  left: -152px;
  top: 178px;
}
@media screen and (min-width: 992px) {
  .services__cards::before {
    bottom: 80px;
    left: -72px;
    top: unset;
  }
}
@media screen and (min-width: 1200px) {
  .services__cards::before {
    bottom: 48px;
    left: 118px;
  }
}
.services__cards-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (min-width: 992px) {
  .services__cards-col {
    gap: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .services__cards-col {
    gap: 32px;
  }
}
.services__title-container {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.services__title {
  margin-bottom: 36px;
}
@media screen and (min-width: 992px) {
  .services__title {
    margin-bottom: 48px;
  }
}
.services__card {
  border-radius: 20px;
  padding: 32px;
  background: linear-gradient(180deg, rgba(44, 0, 91, 0.3) 0%, rgba(26, 0, 51, 0.19) 100%);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border: 1px solid var(--color-accent-purple);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.services__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(106, 0, 255, 0.3);
}

.services__card__buttons {
  margin-top: auto;
  display: flex;
  gap: 12px;
  padding-top: 20px;
}
.services__card.h330 {
  height: 100%;
}
@media screen and (min-width: 992px) {
.services__card.h330 {
  height: 546px;
}
}
.services__card.h164 {
  height: 164px;
}
.services__card.h524 {
  height: 100%;
}

@media screen and (min-width: 992px) {
.services__card.h524 {
  height: 742px;
}
}
.services__card__img {
  margin-bottom: 24px;
}
.services__card__title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
}
.services__card__label {
  padding: 4px 8px;
  border-radius: 4px;
  background: var(--color-primary-pink);
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1200px) {
  .services__card__label {
    font-size: 12px;
  }
}
.founder {
  padding-top: 35px;
  padding-bottom: 60px;
  background: #111;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 576px) {
  .founder {
    padding-top: 50px;
  }
}
.founder::before {
  content: "";
  display: none;
  background: url("../images/icons/Vector-2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -274px;
  left: 0;
  width: 429px;
  height: 827px;
  z-index: 1;
  filter: hue-rotate(255deg) saturate(1.2);
  opacity: 0.75;
}
@media screen and (min-width: 768px) {
  .founder::before {
    display: block;
  }
}
.founder__container {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (min-width: 576px) {
  .founder__container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.founder__left {
  max-width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 36px;
}
@media screen and (min-width: 768px) {
  .founder__left {
    margin-bottom: 0;
    max-width: 410px;
  }
}
@media screen and (min-width: 1025px) {
  .founder__left {
    max-width: 560px;
  }
}
.founder__right {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 576px) {
  .founder__right {
    max-width: 480px;
  }
}
@media screen and (min-width: 1025px) {
  .founder__right {
    max-width: 647px;
  }
}
.founder__photo {
  margin-bottom: 30px;
  max-width: 286px;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 10px;
}

.founder__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media screen and (min-width: 576px) {
  .founder__photo {
    margin-bottom: 44px;
  }
}
.founder__title {
  margin-bottom: 12px;
}
@media screen and (min-width: 576px) {
  .founder__title {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .founder__title {
    margin-bottom: 22px;
  }
}
.founder__description {
  position: relative;
  max-width: 100%;
}
@media screen and (min-width: 576px) {
  .founder__description {
    max-width: 396px;
  }
}
@media screen and (min-width: 1025px) {
  .founder__description {
    max-width: 490px;
  }
}
.founder__description p {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 28px;
}
@media screen and (min-width: 576px) {
  .founder__description p {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .founder__description p {
    font-size: 24px;
    margin-bottom: 43px;
  }
}
.founder__description p b {
  font-weight: 700;
}

.founder__description p strong,
.founder__description p b,
.founder__description li strong,
.founder__description li b {
  color: #fff;
}
.founder__description p.fst-italic {
  font-size: 16px;
  margin-bottom: 0;
  letter-spacing: 0.02em;
}
.founder__description::before {
  content: "";
  display: block;
  background: url("../images/quote.webp");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 4px;
  right: 19px;
  width: 116px;
  height: 77px;
}
@media screen and (min-width: 1025px) {
  .founder__description::before {
    bottom: -13px;
    right: 80px;
    width: 130px;
    height: 86px;
  }
}
.founder__thesis__item {
  padding-top: 13px;
  padding-bottom: 36px;
  border-top: 3px solid rgba(200, 176, 255, 0.45);
  position: relative;
}
.founder__thesis__item::before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  right: -6px;
  top: -10px;
  background: var(--color-accent-purple);
  border-radius: 50%;
}
.founder__thesis__item h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  background: linear-gradient(89.94deg, var(--color-light-purple) 0.05%, var(--color-primary-blue) 99.96%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
}
.founder__thesis__item ul {
  max-width: 100%;
}
@media screen and (min-width: 576px) {
  .founder__thesis__item ul {
    max-width: 480px;
  }
}
@media screen and (min-width: 1025px) {
  .founder__thesis__item ul {
    max-width: 560px;
  }
}
.founder__thesis__item ul li {
  letter-spacing: 0.02em;
}

.founder__thesis__item ul li strong,
.founder__thesis__item ul li b {
  color: #fff;
}

/* ===== Founder (updated) ===== */
.founder {
  position: relative;
  padding: 70px 0;
  background: radial-gradient(1000px 560px at 15% 20%, rgba(150, 90, 255, 0.22), transparent 60%), radial-gradient(900px 560px at 85% 75%, rgba(90, 210, 255, 0.14), transparent 62%), linear-gradient(180deg, #0b0710 0%, #09060d 55%, #07050b 100%);
  overflow: hidden;
}

.founder::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.9;
  pointer-events: none;
}

.founder__container {
  width: min(80%, 1200px);
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.founder__grid {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 28px;
  align-items: stretch;
}

.founder__left {
  display: flex;
  flex-direction: column;
  gap: 18px;
  height: 100%;
  max-width: none;
  margin-bottom: 0;
}

.founder__photo-wrap {
  flex: 1 1 auto;
  min-height: 420px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(160, 110, 255, 0.28);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.55);
  background: rgba(25, 12, 40, 0.25);
}

.founder__photo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: none;
  margin-bottom: 0;
  max-width: none;
  border-radius: 0;
}

.founder__left-card {
  position: relative;
  border-radius: 22px;
  padding: 22px 22px 20px;
  border: 1px solid rgba(160, 110, 255, 0.25);
  background: radial-gradient(110% 140% at 30% 10%, rgba(150, 90, 255, 0.22) 0%, transparent 60%), linear-gradient(180deg, rgba(35, 18, 55, 0.72) 0%, rgba(18, 10, 26, 0.88) 100%);
  box-shadow: 0 16px 52px rgba(0, 0, 0, 0.55);
  overflow: hidden;
}

.founder__left-card::after {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.06), transparent 55%);
  transform: rotate(12deg);
  pointer-events: none;
}

.founder__kicker {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2px;
  margin-bottom: 12px;
}

.founder__kicker-ico {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.founder__name {
  margin: 0 0 6px;
  font-size: 26px;
  line-height: 1.15;
  color: #fff;
  letter-spacing: -0.4px;
}

.founder__role {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.5;
}

.founder__quote {
  position: relative;
  padding: 14px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.founder__quote p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  line-height: 1.65;
}

.founder__right {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  width: auto;
  max-width: none;
}

.founder__block {
  flex: 1 1 0;
  border-radius: 22px;
  padding: 20px 22px;
  border: 1px solid rgba(160, 110, 255, 0.22);
  background: radial-gradient(100% 120% at 10% 10%, rgba(120, 70, 220, 0.18) 0%, transparent 55%), linear-gradient(180deg, rgba(20, 12, 28, 0.78) 0%, rgba(10, 8, 14, 0.92) 100%);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.55);
  overflow: hidden;
}

.founder__block--compact {
  flex: 1 1 0;
}

.founder__block-title {
  margin: 0 0 12px;
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: -0.4px;
  color: rgba(186, 140, 255, 0.95);
}

.founder__list {
  margin: 0;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.6;
}

.founder__list li {
  margin: 6px 0;
}

@media (max-width: 1100px) {
  .founder__grid {
    grid-template-columns: 380px 1fr;
  }
}

@media (max-width: 900px) {
  .founder {
    padding: 58px 0;
  }

  .founder__grid {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .founder__photo-wrap {
    flex: 0 0 auto;
    height: 420px;
    min-height: 420px;
    border-radius: 20px;
  }

  .founder__right {
    gap: 14px;
  }

  .founder__block {
    flex: 0 0 auto;
  }
}

@media (max-width: 560px) {
  .founder {
    padding: 46px 0;
  }

  .founder__container {
    padding: 0 14px;
  }

  .founder__photo-wrap {
    height: 360px;
    min-height: 360px;
    border-radius: 18px;
  }

  .founder__left-card,
  .founder__block {
    padding: 18px 16px;
    border-radius: 18px;
  }

  .founder__name {
    font-size: 24px;
  }

  .founder__block-title {
    font-size: 22px;
  }

  .founder__list {
    font-size: 14px;
  }
}

.process {
  position: relative;
  padding: 70px 0;
  background: radial-gradient(900px 520px at 15% 20%, rgba(150, 90, 255, 0.18), transparent 60%), radial-gradient(900px 520px at 85% 70%, rgba(90, 210, 255, 0.1), transparent 60%), linear-gradient(180deg, #0b0710 0%, #09060d 55%, #07050b 100%);
  overflow: hidden;
}

.process::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.85;
  pointer-events: none;
}

.process__container {
  width: min(80%, 1200px);
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.process__header {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px 14px;
  align-items: center;
  margin-bottom: 28px;
}

.process__badge {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.45);
}

.process__title {
  margin: 0;
  font-size: 44px;
  line-height: 1.05;
  letter-spacing: -0.8px;
  color: rgba(186, 140, 255, 0.98);
}

.process__subtitle {
  grid-column: 2 / -1;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.6;
  max-width: 720px;
}

.process__timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  position: relative;
  padding-bottom: 34px;
}

.process__step {
  border-radius: 22px;
  padding: 22px 22px 18px;
  border: 1px solid rgba(160, 110, 255, 0.2);
  background: radial-gradient(100% 120% at 10% 10%, rgba(120, 70, 220, 0.16) 0%, transparent 55%), linear-gradient(180deg, rgba(20, 12, 28, 0.72) 0%, rgba(10, 8, 14, 0.92) 100%);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.55);
  min-height: 170px;
}

.process__step-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.process__num {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-weight: 800;
  color: #fff;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.22), transparent 55%), linear-gradient(135deg, rgba(110, 60, 200, 0.95) 0%, rgba(255, 0, 110, 0.75) 100%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 14px 34px rgba(110, 60, 200, 0.28);
}

.process__step-title {
  margin: 0;
  font-size: 18px;
  color: #fff;
  letter-spacing: -0.2px;
}

.process__step-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  line-height: 1.65;
}

.process__rail {
  position: relative;
  height: 22px;
  margin-top: -8px;
}

.process__rail::before {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background: linear-gradient(90deg, rgba(140, 90, 255, 0) 0%, rgba(140, 90, 255, 0.95) 20%, rgba(140, 90, 255, 0.95) 80%, rgba(140, 90, 255, 0) 100%);
  opacity: 0.9;
}

.process__node {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(140, 90, 255, 1);
  box-shadow: 0 0 0 6px rgba(140, 90, 255, 0.14), 0 0 24px rgba(140, 90, 255, 0.35);
}

.process__node--1 { left: 16.666%; }
.process__node--2 { left: 50%; }
.process__node--3 { left: 83.333%; }

@media (max-width: 1024px) {
  .process__title { font-size: 38px; }
  .process__timeline { gap: 18px; }
  .process__step { padding: 20px 18px 16px; }
}

@media (max-width: 860px) {
  .process { padding: 56px 0; }
  .process__header { grid-template-columns: auto 1fr; margin-bottom: 18px; }
  .process__title { font-size: 32px; }
  .process__subtitle { grid-column: 1 / -1; margin-top: 2px; }
  .process__timeline { grid-template-columns: 1fr; gap: 14px; padding-bottom: 0; }
  .process__step { min-height: auto; position: relative; padding-left: 18px; }
  .process__rail { height: 0; margin-top: 0; display: none; }
  .process__step::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 18px;
    bottom: 18px;
    width: 2px;
    background: linear-gradient(180deg, rgba(140, 90, 255, 0) 0%, rgba(140, 90, 255, 0.9) 20%, rgba(140, 90, 255, 0.9) 80%, rgba(140, 90, 255, 0) 100%);
    opacity: 0.85;
  }
}

@media (max-width: 480px) {
  .process__container { padding: 0 14px; }
  .process__badge { width: 40px; height: 40px; border-radius: 12px; }
  .process__title { font-size: 28px; }
  .process__subtitle { font-size: 14px; }
  .process__step { border-radius: 18px; padding: 18px 16px 16px 18px; }
  .process__num { width: 32px; height: 32px; border-radius: 11px; }
  .process__step-title { font-size: 16px; }
  .process__step-text { font-size: 13px; }
}

.usecases {
  position: relative;
  padding: 70px 0;
  background: radial-gradient(900px 520px at 15% 20%, rgba(150, 90, 255, 0.18), transparent 60%), radial-gradient(900px 520px at 85% 70%, rgba(90, 210, 255, 0.1), transparent 60%), linear-gradient(180deg, #0b0710 0%, #09060d 55%, #07050b 100%);
  overflow: hidden;
}

.usecases::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.85;
  pointer-events: none;
}

.usecases__container {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.usecases__header {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  margin-bottom: 26px;
}

.usecases__badge {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.45);
}

.usecases__title {
  margin: 0;
  font-size: 44px;
  line-height: 1.05;
  letter-spacing: -0.8px;
  color: rgba(186, 140, 255, 0.98);
}

.usecases__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  align-items: stretch;
}

.usecases__card {
  border-radius: 22px;
  padding: 22px 22px 18px;
  border: 1px solid rgba(160, 110, 255, 0.2);
  background: radial-gradient(100% 120% at 10% 10%, rgba(120, 70, 220, 0.16) 0%, transparent 55%), linear-gradient(180deg, rgba(20, 12, 28, 0.72) 0%, rgba(10, 8, 14, 0.92) 100%);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.55);
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 150px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.usecases__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 70px rgba(110, 60, 200, 0.18);
  border-color: rgba(186, 140, 255, 0.35);
}

.usecases__card-title {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -0.2px;
  color: #fff;
}

.usecases__card-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 1100px) {
  .usecases__title { font-size: 38px; }
  .usecases__grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
}

@media (max-width: 860px) {
  .usecases { padding: 56px 0; }
  .usecases__container { width: 100%; max-width: 1200px; }
  .usecases__title { font-size: 32px; }
  .usecases__grid { grid-template-columns: 1fr; gap: 14px; }
}

@media (max-width: 480px) {
  .usecases__container { padding: 0 14px; }
  .usecases__badge { width: 40px; height: 40px; border-radius: 12px; }
  .usecases__title { font-size: 28px; }
  .usecases__card { border-radius: 18px; padding: 18px 16px 16px; }
  .usecases__card-title { font-size: 20px; }
  .usecases__card-text { font-size: 13px; }
}

.faq {
  position: relative;
  padding: 70px 0;
  background: radial-gradient(900px 520px at 15% 20%, rgba(150, 90, 255, 0.18), transparent 60%), radial-gradient(900px 520px at 85% 70%, rgba(90, 210, 255, 0.1), transparent 60%), linear-gradient(180deg, #0b0710 0%, #09060d 55%, #07050b 100%);
  overflow: hidden;
}

.faq::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.85;
  pointer-events: none;
}

.faq__container {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.faq__header {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  margin-bottom: 22px;
}

.faq__badge {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.45);
}

.faq__title {
  margin: 0;
  font-size: 44px;
  line-height: 1.05;
  letter-spacing: -0.8px;
  color: rgba(186, 140, 255, 0.98);
}

.faq__list {
  display: grid;
  gap: 14px;
}

.faq__item {
  border-radius: 18px;
  border: 1px solid rgba(160, 110, 255, 0.2);
  background: radial-gradient(100% 120% at 10% 10%, rgba(120, 70, 220, 0.14) 0%, transparent 55%), linear-gradient(180deg, rgba(20, 12, 28, 0.68) 0%, rgba(10, 8, 14, 0.92) 100%);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.55);
  overflow: hidden;
}

.faq__item > summary {
  list-style: none;
}

.faq__item > summary::-webkit-details-marker {
  display: none;
}

.faq__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  line-height: 1.25;
}

.faq__q > span:first-child {
  display: block;
}

.faq__q {
  cursor: pointer;
  padding: 18px 18px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 14px;
  color: #fff;
  font-weight: 800;
  font-size: 22px;
  line-height: 1.2;
  background: rgba(0, 0, 0, 0.25);
}

.faq__icon {
  width: 32px;
  height: 32px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  position: relative;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
}

.faq__icon::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(255, 255, 255, 0.85);
  border-bottom: 2px solid rgba(255, 255, 255, 0.85);
  transform: rotate(45deg);
  top: 2px;
}

.faq__a {
  padding: 14px 18px 18px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.7;
  background: linear-gradient(90deg, rgba(120, 70, 220, 0.72) 0%, rgba(110, 60, 200, 0.55) 55%, rgba(20, 12, 28, 0) 100%);
}

.faq__item[open] .faq__q {
  background: rgba(0, 0, 0, 0.18);
}

.faq__item[open] .faq__icon::before {
  transform: rotate(225deg);
  top: 6px;
}

.faq__item:hover {
  border-color: rgba(186, 140, 255, 0.35);
  box-shadow: 0 22px 70px rgba(110, 60, 200, 0.18);
}

@media (max-width: 860px) {
  .faq { padding: 56px 0; }
  .faq__container { width: 100%; max-width: 1200px; }
  .faq__title { font-size: 32px; }
  .faq__q { font-size: 18px; padding: 16px; }
  .faq__a { font-size: 14px; padding: 12px 16px 16px; }
}

@media (max-width: 480px) {
  .faq__container { padding: 0 14px; }
  .faq__title { font-size: 28px; }
  .faq__badge { width: 40px; height: 40px; border-radius: 12px; }
  .faq__icon { width: 30px; height: 30px; border-radius: 11px; }
}

.cases {
  padding-bottom: 100px;
  background: #111;
  display: none;
}
@media screen and (min-width: 992px) {
  .cases {
    display: block;
  }
}
.cases__title {
  margin-bottom: 74px;
}
.cases__items {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 55px;
}
.cases__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0;
}
.cases__item__text {
  font-size: 24px;
  letter-spacing: 0.02em;
}
.cases__item__label {
  font-size: 24px;
  border-radius: 10px;
  letter-spacing: 0.02em;
  padding: 9px 28px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cases__item.left,
.cases__item.right {
  max-width: 397px;
  position: relative;
  border-radius: 10px;
  z-index: 0;
  height: 105px;
}
@media screen and (min-width: 1200px) {
  .cases__item.left,
  .cases__item.right {
    max-width: 478px;
  }
}
.cases__item.left::before,
.cases__item.right::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 10px;
  z-index: -1;
}
.cases__item.left {
  background: linear-gradient(126.73deg, rgba(106, 0, 255, 0.15) -15.54%, rgba(106, 0, 255, 0.25) 102.54%);
}
.cases__item.left::before {
  background: linear-gradient(95.63deg, var(--color-accent-purple) -8.62%, var(--color-primary-blue) 110.68%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.cases__item.left .cases__item__label {
  background: #111;
  z-index: 0;
}
.cases__item.left .cases__item__label::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 10px;
  z-index: -1;
  background: linear-gradient(95.63deg, var(--color-accent-purple) -8.62%, var(--color-primary-blue) 110.68%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.cases__item.right {
  background: linear-gradient(126.73deg, rgba(200, 176, 255, 0.296142) -15.54%, rgba(106, 0, 255, 0.279) 102.54%);
  -webkit-box-shadow: 0px 0px 30.6px 0px rgba(106, 0, 255, 0.5607843137);
  box-shadow: 0px 0px 30.6px 0px rgba(106, 0, 255, 0.5607843137);
}
.cases__item.right::before {
  background: linear-gradient(95.63deg, rgba(200, 176, 255, 0.9) -8.62%, var(--color-accent-purple) 110.68%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box,
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.cases__item.right .cases__item__label {
  background: #e690bb;
}
.cases__item.center {
  max-width: 136px;
}
@media screen and (min-width: 1200px) {
  .cases__item.center {
    max-width: 174px;
  }
}
.work {
  background: #111;
  padding-bottom: 65px;
}
@media screen and (min-width: 576px) {
  .work {
    padding-bottom: 60px;
  }
}
.work__title {
  margin-bottom: 22px;
  color: var(--color-accent-purple);
}
@media screen and (min-width: 576px) {
  .work__title {
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 992px) {
  .work__title {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .work__title {
    margin-bottom: 50px;
  }
}

.work__title-accent {
  background: linear-gradient(89.94deg, var(--color-light-purple) 0.05%, var(--color-accent-purple) 99.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  color: rgba(0, 0, 0, 0);
}

.work__step-title {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.work__content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: decimal;
  padding-left: 100px;
  gap: 85px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .work__content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
    padding-left: 32px;
  }
}
.work__content-item {
  padding: 0;
  position: relative;
  font-size: 18px;
  letter-spacing: 0.02em;
  height: unset;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .work__content-item {
    height: unset;
  }
}
.work__content-item::marker {
  color: #fff;
  font-weight: 700;
}
.work__content-item p {
  margin-bottom: 0;
}
.work__content-item p + p {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  opacity: 0.92;
}
.work__content-item::before {
  content: "";
  display: block;
  width: 4px;
  height: 156px;
  background: -webkit-gradient(linear, left bottom, left top, from(var(--color-accent-purple)), to(rgba(106, 0, 255, 0)));
  background: linear-gradient(0, var(--color-accent-purple) 0%, rgba(106, 0, 255, 0) 100%);
  position: absolute;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media screen and (min-width: 992px) {
  .work__content-item::before {
    width: 250px;
    height: 4px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    background: -webkit-gradient(linear, right top, left top, from(var(--color-accent-purple)), to(rgba(106, 0, 255, 0)));
    background: linear-gradient(270deg, var(--color-accent-purple) 0%, rgba(106, 0, 255, 0) 100%);
  }
}
.work__content-item::after {
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  background: var(--color-accent-purple);
  position: absolute;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.work__content-item:first-child {
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .work__content-item:first-child {
    max-width: 261px;
  }
}
.work__content-item:first-child::before {
  bottom: -30px;
  left: -84px;
  height: 150px;
  width: 4px;
}
@media screen and (min-width: 992px) {
  .work__content-item:first-child::before {
    bottom: -42px;
    left: 0;
    width: 250px;
    height: 4px;
  }
}
.work__content-item:first-child::after {
  bottom: -48px;
  left: -82px;
}
@media screen and (min-width: 992px) {
  .work__content-item:first-child::after {
    bottom: -54px;
    left: 0;
  }
}
.work__content-item:nth-child(2) {
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .work__content-item:nth-child(2) {
    max-width: 330px;
  }
}
.work__content-item:nth-child(2)::before {
  bottom: -42px;
  width: 4px;
  height: 156px;
  left: -84px;
}
@media screen and (min-width: 992px) {
  .work__content-item:nth-child(2)::before {
    width: 682px;
    height: 4px;
    left: 140px;
  }
}
.work__content-item:nth-child(2)::after {
  bottom: -54px;
  left: -82px;
}
@media screen and (min-width: 992px) {
  .work__content-item:nth-child(2)::after {
    bottom: -54px;
    left: 140px;
  }
}
.work__content-item:last-child {
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .work__content-item:last-child {
    max-width: 324px;
  }
}
.work__content-item:last-child::before {
  bottom: -42px;
  width: 4px;
  height: 156px;
  left: -84px;
}
@media screen and (min-width: 992px) {
  .work__content-item:last-child::before {
    width: 624px;
    height: 4px;
    left: 269px;
  }
}
.work__content-item:last-child::after {
  bottom: -54px;
  left: -82px;
}
@media screen and (min-width: 992px) {
  .work__content-item:last-child::after {
    bottom: -54px;
    left: 269px;
  }
}
.niche {
  background: #111;
  padding-bottom: 30px;
  padding-top: 65px;
}
@media screen and (min-width: 1025px) {
  .niche {
    padding-bottom: 65px;
    padding-top: 42px;
  }
}
.niche__title {
  margin-bottom: 24px;
}

.niche__content {
  row-gap: 14px;
  column-gap: 0;
}
@media screen and (min-width: 768px) {
  .niche__content {
    row-gap: 18px;
    column-gap: 0;
  }
}
@media screen and (min-width: 576px) {
  .niche__title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .niche__title {
    margin-bottom: 46px;
  }
}
.niche__item {
  padding: 20px;
  padding-bottom: 24px;
  border: 1px solid rgba(200, 176, 255, 0.22);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 16px 50px rgba(106, 0, 255, 0.10);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.niche__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 60px rgba(106, 0, 255, 0.18);
}
@media screen and (min-width: 1025px) {
  .niche__item {
    padding-bottom: 32px;
  }
}
.niche__item h3 {
  font-size: 28px;
  margin-bottom: 12px;
  font-weight: 600;
}
.niche__item p {
  letter-spacing: 0.02em;
  color: hsla(0, 0%, 100%, 0.6);
}
.reviews {
  background: #111;
  padding-top: 30px;
  padding-bottom: 110px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
.reviews::before {
  content: "";
  display: block;
  background: url("../images/icons/Vector-3.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0px;
  right: 0;
  width: 294px;
  height: 796px;
  pointer-events: none;
  filter: hue-rotate(255deg) saturate(1.2);
  opacity: 0.75;
}
.reviews {
    padding-top: 65px;
    padding-bottom: 50px;
  }
}
.reviews__title {
  margin-bottom: 40px;
}
@media screen and (min-width: 576px) {
  .reviews__title {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .reviews__title {
    margin-bottom: 56px;
  }
}
.reviews__item {
  background: linear-gradient(126.73deg, rgba(106, 0, 255, 0.15) -15.54%, rgba(106, 0, 255, 0.25) 102.54%);
  padding: 24px;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  min-height: 100%;
}
.reviews__item::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  background: linear-gradient(95.63deg, var(--color-accent-purple) -8.62%, var(--color-primary-blue) 110.68%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border-radius: 10px;
  z-index: -1;
}
.reviews__item__top {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.reviews__item__bottom {
  padding-left: 8px;
}
.reviews__item__bottom p {
  letter-spacing: 0.02em;
}
.reviews__item__avatar {
  border: 8px solid #0f0f0f;
  border-radius: 50%;
  width: 64px;
  height: 64px;
}
.reviews__item__avatar img {
  border-radius: 50%;
  max-width: 48px;
}
.reviews__item__info h3,
.reviews__item__info h4 {
  font-size: 16px;
}
.reviews__item__info h4 {
  color: hsla(0, 0%, 100%, 0.6);
}
.reviews__slide {
  padding: 0 8px;
}
@media screen and (min-width: 1025px) {
  .reviews__slide {
    padding: 0 12px;
  }
}
.reviews__slider-wrapper {
  position: relative;
}
.reviews__slider .slick-list {
  margin: 0 -8px;
}
@media screen and (min-width: 1025px) {
  .reviews__slider .slick-list {
    margin: 0 -12px;
  }
}
.reviews__slider__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  position: absolute;
  right: 0;
  top: unset;
  bottom: -24px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
@media screen and (min-width: 576px) {
  .reviews__slider__buttons {
    gap: 24px;
    top: -40px;
    bottom: unset;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@media screen and (min-width: 1025px) {
  .reviews__slider__buttons {
    gap: 24px;
    top: -56px;
  }
}
.reviews__slider__buttons .reviews-button {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid var(--color-primary-pink);
  background: var(--color-primary-pink);
}
@media screen and (min-width: 1025px) {
  .reviews__slider__buttons .reviews-button {
    width: 60px;
    height: 60px;
  }
}
.reviews__slider__buttons .reviews-button .arrow-slider {
  width: 8px;
  height: auto;
  fill: #000;
}
@media screen and (min-width: 1025px) {
  .reviews__slider__buttons .reviews-button .arrow-slider {
    width: 6px;
  }
}
.reviews__slider__buttons .reviews-button.prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.reviews__slider__buttons .reviews-button.slick-disabled {
  background: rgba(0, 0, 0, 0);
}
.reviews__slider__buttons .reviews-button.slick-disabled .arrow-slider {
  fill: var(--color-primary-pink);
}
.faq {
  padding-top: 0;
  padding-bottom: 0;
  background: #111;
  position: relative;
}
@media screen and (max-width: 575px) {
  .contact {
    margin-top: 50px;
  }
}
@media screen and (min-width: 576px) {
  .faq {
    padding-top: 10px;
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 1025px) {
  .faq {
    padding-top: 50px;
    padding-bottom: 64px;
  }
}
.faq::before {
  content: "";
  display: block;
  background: url("../images/icons/Vector-7.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -273px;
  left: 0;
  width: 164px;
  height: 570px;
  filter: hue-rotate(255deg) saturate(1.2);
  opacity: 0.75;
}
@media screen and (min-width: 768px) {
  .faq::before {
    background: url("../images/icons/Vector-1.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 386px;
    height: 310px;
    filter: hue-rotate(255deg) saturate(1.2);
    opacity: 0.75;
  }
}
.faq__title {
  margin-bottom: 24px;
}
@media screen and (min-width: 576px) {
  .faq__title {
    margin-bottom: 30px;
  }
}
.faq__accordion__item {
  margin-bottom: 30px;
  border: 1px solid rgba(200, 176, 255, 0.22);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 16px 50px rgba(106, 0, 255, 0.12);
  overflow: hidden;
}
.faq__accordion__item.active .faq__accordion__arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq__accordion__item__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
  z-index: 2;
  padding: 18px 18px;
}
.faq__accordion__item__title-wrapper h3 {
  font-weight: 700;
  font-size: 20px;
}
@media screen and (min-width: 576px) {
  .faq__accordion__item__title-wrapper h3 {
    font-size: 24px;
  }
}
.faq__accordion__item__text {
  padding: 16px 18px 18px;
  background: linear-gradient(126.73deg, rgba(106, 0, 255, 0.65) -15.54%, rgba(82, 0, 255, 0.55) 102.54%);
  color: white;
  font-weight: 600;
  line-height: 1.45;
  display: none;
}
@media screen and (min-width: 576px) {
  .faq__accordion__item__text {
    padding: 18px 24px 22px;
  }
}

.faq__accordion__item__text p:not(:last-child){
	margin-bottom: 20px;
}
.faq__accordion__arrow {
  fill: var(--color-accent-purple);
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.contact {
  padding-top: 0;
  padding-bottom: 55px;
}
@media screen and (min-width: 768px) {
  .contact {
    padding-top: 80px;
    padding-bottom: 26px;
  }
}
.contact__container {
  padding: 52px 20px;
  background: linear-gradient(126.73deg, rgba(106, 0, 255, 0.92) -15.54%, rgba(82, 0, 255, 0.92) 102.54%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  box-shadow: 0 18px 60px rgba(106, 0, 255, 0.28);
  position: relative;
  overflow: hidden;
}

.contact__container::before {
  content: "";
  position: absolute;
  left: -160px;
  top: -160px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle at top left, rgba(200, 176, 255, 0.22) 0%, rgba(106, 0, 255, 0.16) 40%, rgba(106, 0, 255, 0) 72%);
  filter: blur(18px);
  pointer-events: none;
  z-index: 0;
}

.contact__container::after {
  content: "";
  position: absolute;
  right: -180px;
  bottom: -180px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle at bottom right, rgba(200, 176, 255, 0.20) 0%, rgba(106, 0, 255, 0.16) 38%, rgba(106, 0, 255, 0) 74%);
  filter: blur(22px);
  pointer-events: none;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .contact__container {
    padding: 80px 32px;
  }
}
.contact__container .contact-image {
  position: absolute;
  right: -4px;
  bottom: 0;
  border-radius: 20px;
}
.contact__title {
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
  max-width: 718px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .contact__title {
    font-size: 40px;
    margin-bottom: 32px;
  }
}
.contact .form {
  position: relative;
  z-index: 2;
}
.contact .form__control {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 576px) {
  .contact .form__control {
    gap: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 576px) {
  .contact .form__control {
    max-width: 530px;
  }
}

.contact .form__control input:not(.button) {
  max-width: 100%;
  background: #fbfdfe;
  padding: 16px;
  color: #0d0e14;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
  outline: none;
}
@media screen and (min-width: 576px) {
  .contact .form__control input:not(.button) {
    max-width: 320px;
  }
}
.contact .form__control input:not(.button)::-webkit-input-placeholder {
  color: #0d0e14;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
}
.contact .form__control input:not(.button)::-moz-placeholder {
  color: #0d0e14;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
}
.contact .form__control input:not(.button):-ms-input-placeholder {
  color: #0d0e14;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
}
.contact .form__control input:not(.button)::-ms-input-placeholder {
  color: #0d0e14;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
}
.contact .form__control input:not(.button)::placeholder {
  color: #0d0e14;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
}
.contact .form__control input:not(.button):focus {
  background: #fbfdfe;
  color: #0d0e14;
}
.contact .form__control input:not(.button):focus::-webkit-input-placeholder {
  color: #0d0e14;
}
.contact .form__control input:not(.button):focus::-moz-placeholder {
  color: #0d0e14;
}
.contact .form__control input:not(.button):focus:-ms-input-placeholder {
  color: #0d0e14;
}
.contact .form__control input:not(.button):focus::-ms-input-placeholder {
  color: #0d0e14;
}
.contact .form__control input:not(.button):focus::placeholder {
  color: #0d0e14;
}
.contact .form__control .submit-button-hero {
  position: static;
  width: 100%;
  margin-top: 0;
  border: none;
  background: var(--color-secondary-dark);
}

@media screen and (min-width: 576px) {
  .contact .form__control .submit-button-hero {
    width: unset;
  }
}

.contact .form__control .submit-button-hero:hover {
  background: #fff;
  color: #0d0e14;
  box-shadow: 0 14px 42px rgba(106, 0, 255, 0.22);
}

.go-to-top {
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  min-width: 124px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid var(--color-accent-purple);
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(10px);
  color: #C8B0FF;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 1;
}

.go-to-top-wrapper {
  display: flex;
  justify-content: flex-end;
  padding: 18px 24px 28px;
}

.wpcf7-spinner {
  display: none;
}

/* Services Carousel */
.services__carousel {
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
  padding: 0 88px;
  padding-top: 10px;
}

.services__carousel::before,
.services__carousel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 140px;
  pointer-events: none;
  z-index: 5;
}

.services__carousel::before {
  left: 0;
  background: linear-gradient(90deg, #111 0%, #111 55%, rgba(17, 17, 17, 0) 100%);
}

.services__carousel::after {
  right: 0;
  background: linear-gradient(270deg, #111 0%, #111 55%, rgba(17, 17, 17, 0) 100%);
}

.services__carousel-wrapper {
  display: flex;
  transition: transform 0.5s ease;
  gap: 20px;
  overflow: visible;
}

.services__carousel-wrapper .services__card {
  position: relative;
  z-index: 1;
}

.services__carousel-wrapper .services__card:hover {
  z-index: 4;
}

.services__carousel-wrapper .services__card {
  flex: 0 0 auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .services__carousel-wrapper .services__card {
    width: calc(50% - 10px);
  }
}

@media screen and (min-width: 1025px) {
  .services__carousel-wrapper .services__card {
    width: calc(33.333% - 14px);
  }
}

.services__carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border: 2px solid var(--color-accent-purple);
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}

.services__carousel-btn:hover {
  background: rgba(106, 0, 255, 0.35);
  border-color: var(--color-accent-purple);
  transform: translateY(-50%) scale(1.1);
}

.services__carousel-btn--prev {
  left: 18px;
}

.services__carousel-btn--next {
  right: 18px;
}

@media screen and (max-width: 767px) {
  .services__card__buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .services__card__buttons .button {
    width: 100%;
  }

  .services__carousel {
    padding: 0 48px;
  }

  .services__carousel::before,
  .services__carousel::after {
    width: 78px;
  }

  .services__carousel::before {
    background: linear-gradient(90deg, rgba(17, 17, 17, 0.95) 0%, rgba(17, 17, 17, 0.75) 35%, rgba(17, 17, 17, 0) 100%);
  }

  .services__carousel::after {
    background: linear-gradient(270deg, rgba(17, 17, 17, 0.95) 0%, rgba(17, 17, 17, 0.75) 35%, rgba(17, 17, 17, 0) 100%);
  }
  
  .services__carousel-btn {
    width: 32px;
    height: 32px;
  }
  
  .services__carousel-btn svg {
    width: 16px;
    height: 16px;
  }

  .services__carousel-btn--prev {
    left: 8px;
  }

  .services__carousel-btn--next {
    right: 8px;
  }
}

/* Demo Modal */
.demo-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0s linear 0.25s;
}

.demo-modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.25s ease;
}

.demo-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.demo-modal.active .demo-modal__overlay {
  opacity: 1;
}

.demo-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -48%) scale(0.98);
  background: linear-gradient(180deg, rgba(44, 0, 91, 0.95) 0%, rgba(26, 0, 51, 0.95) 100%);
  border: 2px solid rgba(200, 176, 255, 0.22);
  border-radius: 20px;
  padding: 40px;
  max-width: 800px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  z-index: 10000;
  opacity: 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.demo-modal.active .demo-modal__content {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.demo-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: white;
  font-size: 32px;
  cursor: pointer;
  line-height: 1;
  transition: color 0.3s ease;
}

.demo-modal__close:hover {
  color: var(--color-accent-purple);
}

.demo-modal__title {
  font-size: 32px;
  font-weight: 700;
  color: white;
  margin-bottom: 24px;
  background: linear-gradient(89.94deg, var(--color-light-purple) 0.05%, var(--color-accent-purple) 99.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.demo-modal__body {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.6;
}

.demo-modal__description {
  margin-bottom: 20px;
}

body {
  background:
    linear-gradient(0deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(900px 520px at 15% 20%, rgba(150, 90, 255, 0.18), transparent 60%),
    radial-gradient(900px 520px at 85% 70%, rgba(90, 210, 255, 0.1), transparent 60%),
    linear-gradient(180deg, #0b0710 0%, #09060d 55%, #07050b 100%);
  background-size: 64px 64px, 64px 64px, auto, auto, auto;
}

.hero.hero--media {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hero.hero--media::before,
.hero.hero--media::after {
  display: none !important;
}

.mission,
.build,
.projects,
.founder,
.process,
.usecases,
.faq,
.contact {
  background: transparent !important;
}

.build::before,
.build::after,
.process::before,
.usecases::before,
.faq::before {
  opacity: 0 !important;
}

.build__card,
.projects__card,
.founder__left-card,
.founder__block,
.process__step,
.usecases__card,
.faq__item {
  transition: transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 260ms cubic-bezier(0.2, 0.8, 0.2, 1),
    border-color 260ms cubic-bezier(0.2, 0.8, 0.2, 1),
    background-color 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
}

.process__step:hover {
  transform: translateY(-3px);
  border-color: rgba(186, 140, 255, 0.35);
  box-shadow: 0 24px 70px rgba(110, 60, 200, 0.18);
}

.faq__q,
.faq__icon {
  transition: background-color 260ms cubic-bezier(0.2, 0.8, 0.2, 1),
    color 260ms cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.faq__icon::before {
  transition: transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1),
    top 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.faq__a {
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 220ms cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.faq__item[open] .faq__a {
  opacity: 1;
  transform: translateY(0);
  padding-top: 14px;
  padding-bottom: 18px;
}

@media (prefers-reduced-motion: reduce) {
  .build__card,
  .projects__card,
  .founder__left-card,
  .founder__block,
  .process__step,
  .usecases__card,
  .faq__item,
  .faq__q,
  .faq__icon,
  .faq__icon::before,
  .faq__a {
    transition: none !important;
  }
}

.build__card,
.projects__card,
.founder__left-card,
.founder__block,
.process__step,
.usecases__card,
.faq__item {
  transition-duration: 420ms;
}

.faq__q,
.faq__icon,
.faq__icon::before {
  transition-duration: 420ms;
}

.build__card:hover {
  transition: transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 420ms cubic-bezier(0.2, 0.8, 0.2, 1),
    border-color 420ms cubic-bezier(0.2, 0.8, 0.2, 1),
    background-color 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.faq__a {
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  transition: max-height 520ms cubic-bezier(0.2, 0.8, 0.2, 1),
    opacity 420ms cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1),
    padding-top 420ms cubic-bezier(0.2, 0.8, 0.2, 1),
    padding-bottom 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.faq__item[open] .faq__a {
  max-height: 220px;
  padding-top: 14px;
  padding-bottom: 18px;
}

.faq__icon::before {
  transform: rotate(45deg);
  top: 2px;
}

.faq__item[open] .faq__icon::before {
  transform: rotate(225deg);
  top: 6px;
}

.projects__track {
  grid-auto-columns: minmax(280px, 340px);
}

.projects__card {
  min-height: 290px;
}

.projects__card:hover {
  transform: translateY(-4px);
  border-color: rgba(186, 140, 255, 0.35);
  box-shadow: 0 24px 70px rgba(110, 60, 200, 0.18);
}

.projects__track {
  justify-content: center;
  scroll-padding-left: 16px;
  scroll-padding-right: 16px;
}

.projects__card::before {
  opacity: 0.14;
  transition: opacity 520ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.projects__card::after {
  content: "";
  position: absolute;
  inset: -10px;
  background: radial-gradient(60% 60% at 20% 15%, rgba(186, 140, 255, 0.22) 0%, rgba(186, 140, 255, 0) 60%),
    radial-gradient(55% 55% at 80% 70%, rgba(110, 60, 200, 0.18) 0%, rgba(110, 60, 200, 0) 60%);
  filter: blur(14px);
  opacity: 0;
  transition: opacity 520ms cubic-bezier(0.2, 0.8, 0.2, 1);
  pointer-events: none;
}

.projects__card:hover::before {
  opacity: 0.22;
}

.projects__card:hover::after {
  opacity: 1;
}

.build__card::before,
.usecases__card::before,
.process__step::before {
  transition: opacity 520ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.build__card::after,
.usecases__card::after,
.process__step::after {
  content: "";
  position: absolute;
  inset: -10px;
  background: radial-gradient(60% 60% at 20% 15%, rgba(186, 140, 255, 0.18) 0%, rgba(186, 140, 255, 0) 60%),
    radial-gradient(55% 55% at 80% 70%, rgba(110, 60, 200, 0.14) 0%, rgba(110, 60, 200, 0) 60%);
  filter: blur(14px);
  opacity: 0;
  transition: opacity 520ms cubic-bezier(0.2, 0.8, 0.2, 1);
  pointer-events: none;
}

.build__card:hover::after,
.usecases__card:hover::after,
.process__step:hover::after {
  opacity: 1;
}

.faq__item {
  overflow: hidden;
}

.faq__item > :not(summary) {
  display: block;
}

.faq__a {
  max-height: none;
  min-height: 0;
  opacity: 0;
  transform: translateY(-10px);
  overflow: hidden;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.55;
  transition: opacity 360ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 360ms cubic-bezier(0.22, 1, 0.36, 1),
    height 360ms cubic-bezier(0.22, 1, 0.36, 1),
    padding-top 360ms cubic-bezier(0.22, 1, 0.36, 1),
    padding-bottom 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.faq__item[open] .faq__a {
  opacity: 1;
  transform: translateY(0);
  height: auto;
  padding-top: 14px;
  padding-bottom: 18px;
}

.faq__icon::before {
  transition: transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1),
    top 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.header {
  transition: padding 320ms cubic-bezier(0.2, 0.8, 0.2, 1),
    background 320ms cubic-bezier(0.2, 0.8, 0.2, 1),
    backdrop-filter 320ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.header {
  background: linear-gradient(126.73deg, rgba(22, 10, 36, 0.72) -15.54%, rgba(56, 20, 110, 0.62) 102.54%);
}

.header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.22);
  pointer-events: none;
}

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

.header.header--scrolled {
  padding: 14px 0;
  background: linear-gradient(126.73deg, rgba(16, 8, 26, 0.86) -15.54%, rgba(52, 18, 102, 0.76) 102.54%);
  -webkit-backdrop-filter: blur(34px);
  backdrop-filter: blur(34px);
}

.main section[id] {
  scroll-margin-top: 110px;
}

@media (max-width: 767px) {
  .main section[id] {
    scroll-margin-top: 86px;
  }
}

@media (max-width: 767px) {
  .hero--media .hero-badge {
    padding: clamp(3px, 0.6vw, 8px) clamp(7px, 1vw, 14px);
    border-radius: 6px;
  }

  .hero--media .hero-mobile .hero-media .hero-badge {
    top: 90% !important;
  }

  .hero--media .hero-mobile .hero-media .hero-badge:nth-of-type(1) {
    left: 8% !important;
  }

  .hero--media .hero-mobile .hero-media .hero-badge:nth-of-type(2) {
    left: 31% !important;
  }

  .hero--media .hero-mobile .hero-media .hero-badge:nth-of-type(3) {
    right: 8% !important;
    left: auto !important;
  }
}
