:root {
  --mainFont: 'Outfit', sans-serif;
  --secondFont: 'Manrope', sans-serif;
  --default-transition: all 0.15s ease-in;
  --color-transition: color 0.15s ease-in;
  --white: #fff;
  --white-80: rgba(255, 255, 255, 0.8);
  --white-64: #bcbbbb;
  --white-56: rgba(255, 255, 255, 0.56);
  --white-48: #9f9f9f;
  --white-24: #696969;
  --red: #ff406f;
  --grey-80: rgba(13, 13, 13, 0.8);
  --grey-64: rgba(13, 13, 13, 0.64);
  --grey-56: #696969;
  --grey-48: rgba(13, 13, 13, 0.48);
  --grey-24: rgba(13, 13, 13, 0.24);
  --grey-16: #9f9f9f;
  --brand-black: #0d0d0d;
  --text-32: 2rem;
  --text-42: 2.625rem;
  --text-56: 3.5rem;
  --text-80: 5rem;
  --text-100: 6.25rem;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-ExtraLight.woff2") format("woff2"), url("../fonts/Manrope-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Light.woff2") format("woff2"), url("../fonts/Manrope-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Regular.woff2") format("woff2"), url("../fonts/Manrope-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Medium.woff2") format("woff2"), url("../fonts/Manrope-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-SemiBold.woff2") format("woff2"), url("../fonts/Manrope-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Bold.woff2") format("woff2"), url("../fonts/Manrope-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-ExtraBold.woff2") format("woff2"), url("../fonts/Manrope-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-ExtraLight.woff2") format("woff2"), url("../fonts/Outfit-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Light.woff2") format("woff2"), url("../fonts/Outfit-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Regular.woff2") format("woff2"), url("../fonts/Outfit-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Medium.woff2") format("woff2"), url("../fonts/Outfit-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-SemiBold.woff2") format("woff2"), url("../fonts/Outfit-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Bold.woff2") format("woff2"), url("../fonts/Outfit-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-ExtraBold.woff2") format("woff2"), url("../fonts/Outfit-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
.wpcf7-not-valid-tip {
  margin-top: 1rem;
  background: linear-gradient(226deg, #fffb00 0%, #ff406f 40.34%, #7525d6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  text-align: center;
  font-size: 1.2rem;
  margin-inline: 0;
  color: var(--white);
  padding: 1rem;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: 1px solid #696969;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background: #ff406f;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7-spinner {
  background: linear-gradient(226deg, #fffb00 0%, #ff406f 40.34%, #7525d6 100%);
}

.wpcf7-spinner::before {
  border-color: var(--white);
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
html:has(dialog[open]) {
  overflow: hidden;
}
html.overflow-hidden {
  overflow: hidden;
}

body {
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #0d0d0d;
  background: #fff;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}

main {
  flex-grow: 1;
  position: relative;
  z-index: 1;
}

a {
  transition: var(--color-transition);
}

button {
  transition: var(--default-transition);
}

path,
circle {
  transition: var(--default-transition);
}

svg {
  width: 100%;
}

input,
textarea {
  all: unset;
}

::selection {
  background: #0d0d0d;
  color: #fff;
}

.container {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding-inline: clamp(1.25rem, 0.8099rem + 1.8779vw, 2.5rem);
}
.container--sm {
  width: 900px;
}

section {
  position: relative;
  z-index: 1;
  background: #fff;
  padding-block: 120px;
}
@media (max-width: 768px) {
  section {
    padding-block: 64px;
  }
}

.p-0 {
  padding: 0;
}

.contact-input {
  border-bottom: 1px solid;
  border-image: linear-gradient(226deg, #9f9f9f 0%, #9f9f9f 100%) 1;
  padding: 0 0 1.5rem 0;
  font-size: clamp(1.125rem, 0.993rem + 0.5634vw, 1.5rem);
  font-weight: 500;
  line-height: 125%;
  color: #fff;
  width: 100%;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .contact-input {
    font-weight: 400;
  }
}
.contact-input.error {
  border-image: linear-gradient(226deg, #ff406f 0%, #ff406f 100%) 1;
}
.contact-input.error + .error-message {
  max-height: 50px;
}
.contact-input::placeholder {
  color: #bcbbbb;
}
.contact-input:not(.error):hover {
  border-image: linear-gradient(226deg, #fff 0%, #fff 100%) 1;
}
.contact-input:not(.error):focus {
  outline: none;
  border-image: linear-gradient(226deg, #fffb00 3%, #ff406f 50%, #7525d6 100%) 1;
}
@media (max-width: 768px) {
  .contact-input {
    padding: 0 0 1.125rem 0;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
  transition: background-color 5000s ease-in-out 0s;
}

.error-message {
  color: #ff406f;
  font-size: 1.125rem;
  margin-top: 12px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon--sm {
  height: 1.25rem;
  width: 1.25rem;
}
.icon--md {
  height: 1.5rem;
  width: 1.5rem;
}
.icon--lg {
  height: 1.75rem;
  width: 1.75rem;
}
.icon--xl {
  height: 2rem;
  width: 2rem;
}

.btn {
  --transition-duration: 0.325s;
  --timing-function: cubic-bezier(0.66, 0, 0.34, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border: 1px solid transparent;
  padding: 20px 24px;
  font-weight: 600;
  font-size: clamp(1.125rem, 0.993rem + 0.5634vw, 1.5rem);
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: center;
  position: relative;
  overflow-y: clip;
}
.btn > span {
  position: relative;
  z-index: 1;
  display: block;
  transition: transform var(--transition-duration) var(--timing-function), translate 0ms calc(var(--transition-duration) / 2);
}
.btn::before {
  content: "";
  background: linear-gradient(226deg, #fffb00 -45.88%, #ff406f 40.34%, #7525d6 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.btn--white {
  border: 1px solid #696969;
  color: #fff;
}
.btn--white:not(:disabled):hover {
  border-image: linear-gradient(226deg, #fffb00 -45.88%, #ff406f 40.34%, #7525d6 100%) 1;
}
.btn--white:not(:disabled):hover::before {
  opacity: 1;
}
.btn--white:not(:disabled):hover > span {
  transform: translateY(-2lh);
  translate: 0 2lh;
}
.btn--white:disabled {
  color: #bcbbbb;
  cursor: not-allowed;
}
.btn--black {
  background: #fff;
  border: 1px solid #9f9f9f;
  color: #0d0d0d;
}
.btn--black:not(:disabled):hover {
  border-image: linear-gradient(226deg, #fffb00 -45.88%, #ff406f 40.34%, #7525d6 100%) 1;
  color: #fff;
}
.btn--black:not(:disabled):hover::before {
  opacity: 1;
}
.btn--black:not(:disabled):hover > span {
  transform: translateY(-2lh);
  translate: 0 2lh;
}
.btn--black:disabled {
  border: 1px solid #9f9f9f;
  color: rgba(13, 13, 13, 0.64);
  cursor: not-allowed;
}
.btn.pressed {
  color: #fff;
}
.btn.pressed::before {
  opacity: 1;
}
.btn.pressed.btn--white {
  border-color: #fff;
  border-image: none;
}
.btn.pressed.btn--black {
  border-color: #0d0d0d;
  border-image: none;
}
@media (max-width: 768px) {
  .btn {
    padding: 19px 24px;
    font-size: 16px;
  }
}

.tag {
  flex-shrink: 0;
  border: 1px solid #9f9f9f;
  border-radius: 40px;
  padding: 8px 16px;
  font-weight: 500;
  font-size: 0.875rem;
  color: #0d0d0d;
}
.tag--black {
  backdrop-filter: blur(64px);
  background: rgba(13, 13, 13, 0.24);
  color: #fff;
  border: none;
}

.section-tag {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 133%;
}
@media (max-width: 768px) {
  .section-tag {
    font-size: 1rem;
    line-height: 1;
  }
}

.section-title {
  font-weight: 600;
  font-size: clamp(2.75rem, 1.5176rem + 5.2582vw, 6.25rem);
  line-height: 100%;
}

.text-gray-md {
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: #696969;
}

.text-gray-lg {
  font-weight: 400;
  font-size: clamp(1rem, 0.956rem + 0.1878vw, 1.125rem);
  line-height: 133%;
  color: #696969;
}

.text-gray-xl {
  font-weight: 400;
  font-size: clamp(1.125rem, 0.993rem + 0.5634vw, 1.5rem);
  line-height: 125%;
  color: #696969;
}

.gradient-blur {
  mask: radial-gradient(#0d0d0d, #0d0d0d, transparent, transparent);
  backdrop-filter: blur(36px);
  background: radial-gradient(0deg, rgba(13, 13, 13, 0.12) 0%, rgba(13, 13, 13, 0.12) 100%);
}

.accordion__item {
  transition: border-color 0.3s ease;
  cursor: pointer;
}
.accordion__item:not(.active):hover .accordion__item-header {
  color: #696969;
}
.accordion__item.active::after {
  margin-top: 2rem;
}
@media (max-width: 480px) {
  .accordion__item.active::after {
    margin-top: 1.5rem;
  }
}
.accordion__item.active .accordion__item-header:before {
  transform: translateY(-50%) rotate(270deg);
  opacity: 0;
}
.accordion__item.active .accordion__item-header:after {
  transform: translateY(-50%) rotate(360deg);
}
@media (max-width: 480px) {
  .accordion__item.active .accordion__item-header {
    margin-bottom: 0.5rem;
  }
}
.accordion__item::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #9f9f9f;
  transition: margin-top 0.3s ease;
}
@media (hover: hover) {
  .accordion__item:hover::after {
    background: linear-gradient(226deg, #fffb00 0%, #ff406f 60.34%, #7525d6 100%);
    background-clip: content-box;
    -webkit-text-fill-color: transparent;
  }
}
.accordion__item-header {
  padding: 2rem 2rem 2rem 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  transition: all 0.3s ease;
  user-select: none;
  padding-right: 1.5rem;
  position: relative;
  font-weight: 500;
  font-size: clamp(1.125rem, 0.993rem + 0.5634vw, 1.5rem);
  line-height: 125%;
}
@media (max-width: 480px) {
  .accordion__item-header {
    padding: 1rem 2rem 1rem 0;
  }
}
.accordion__item-header::before, .accordion__item-header::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(226deg, #fffb00 2.88%, #ff406f 50.34%, #7525d6 100%);
  background-clip: content-box;
  -webkit-text-fill-color: transparent;
  transition: transform 0.3s ease, opacity 0.3s ease;
  border-radius: 8px;
}
.accordion__item-header:before {
  width: 2px;
  height: 14px;
  right: 11px;
}
.accordion__item-header:after {
  width: 14px;
  height: 2px;
  right: 5px;
}
.accordion__item-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding-right: 1.5rem;
  font-size: clamp(1rem, 0.956rem + 0.1878vw, 1.125rem);
  line-height: 133%;
  color: #696969;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
  background: #0d0d0d;
  padding: 40px;
  max-width: 328px;
  opacity: 0;
  pointer-events: none;
  filter: blur(100px);
  scale: 1.5;
  transition: opacity 0.6s ease, filter 0.6s ease, scale 0.6s ease-in-out;
}
@media (max-width: 480px) {
  .cookie-banner {
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    padding: 1.5rem;
  }
}
.cookie-banner.show {
  opacity: 1;
  visibility: visible;
  filter: blur(0px);
  pointer-events: auto;
  scale: 1;
}
.cookie-banner__title {
  font-weight: 600;
  font-size: 2.625rem;
  line-height: 105%;
  letter-spacing: -0.02em;
  color: #fff;
}
@media (max-width: 768px) {
  .cookie-banner__title {
    font-size: 1.25rem;
  }
}

.text-content {
  counter-reset: ordered-titles;
}
.text-content > div > *:not(:last-child) {
  margin: 0 0 1.25rem 0;
}
@media (max-width: 768px) {
  .text-content > div > *:not(:last-child) {
    margin: 0 0 1rem 0;
  }
}
.text-content h2 {
  counter-increment: ordered-titles;
  margin: 0 0 35px 0;
  font-weight: 600;
  font-size: 2.625rem;
  line-height: 114%;
  color: #0d0d0d;
}
.text-content h2::before {
  content: counter(ordered-titles) ". ";
  margin-left: 2px;
  font-size: inherit;
}
@media (max-width: 768px) {
  .text-content h2::before {
    display: block;
  }
}
@media (max-width: 768px) {
  .text-content h2 {
    margin: 0 0 1rem 0;
    font-size: 2rem;
    line-height: 140%;
    letter-spacing: -0.0375rem;
  }
}
.text-content h3 {
  margin: 0 0 35px 0;
  font-weight: 600;
  font-size: 2.625rem;
  line-height: 114%;
  color: #0d0d0d;
}
@media (max-width: 768px) {
  .text-content h3 {
    margin: 0 0 1rem 0;
  }
}
@media (max-width: 768px) {
  .text-content h3 {
    font-size: 2rem;
    line-height: 140%;
    letter-spacing: -0.0375rem;
  }
}
.text-content div a {
  word-break: keep-all;
  background: linear-gradient(226deg, #fffb00 0%, #ff406f 20%, #7525d6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  position: relative;
}
.text-content div a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(226deg, #fffb00 0%, #ff406f 10%, #7525d6 100%);
}
.text-content ul li,
.text-content ol li,
.text-content p {
  color: #0d0d0d;
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
}
@media (max-width: 768px) {
  .text-content ul li,
  .text-content ol li,
  .text-content p {
    font-size: 16px;
    line-height: 137%;
  }
}
.text-content ul {
  list-style-type: none;
}
.text-content ul li {
  position: relative;
  margin-left: 1.5rem;
}
.text-content ul li:not(:last-child) {
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .text-content ul li:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.text-content ul li::before {
  content: "";
  position: absolute;
  left: -1.5rem;
  top: 0.6em;
  width: 5px;
  height: 5px;
  background: #0d0d0d;
}

[class*=blur],
.section-title,
.text-gray-xl,
.blur-transform {
  isolation: isolate;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translateZ(0);
}

.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  pointer-events: none;
}
.page-loader__part {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  padding: 2.5rem;
  background: #0d0d0d;
  backdrop-filter: blur(100px);
  will-change: transform;
}
.page-loader__part--top {
  top: 0;
}
.page-loader__part--bottom {
  bottom: 0;
}
.page-loader__progress {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  padding: 0 2rem;
  z-index: 10000;
}
.page-loader__progress-line {
  height: 2px;
  background: #fff;
  width: 0%;
  transition: width 0.3s ease;
}
.page-loader__progress-number {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  margin-left: 1rem;
  min-width: 50px;
  text-align: left;
}

.projects-section__content {
  position: relative;
  z-index: 1;
  background: linear-gradient(0deg, rgb(255, 255, 255) 87%, rgba(255, 255, 255, 0) 100%);
}

.header {
  --header-height: 5.25rem;
  display: flex;
  align-items: center;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
  background: transparent;
  height: var(--header-height);
  transition: all 0.3s ease-in-out;
}
.header--hidden {
  top: calc(-1 * var(--header-height));
}
.header.scrolled {
  --header-height: 4.25rem;
  background: #0d0d0d;
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.header--white {
  background: #fff;
  backdrop-filter: blur(10px);
}
.header--white .header-link {
  color: #0d0d0d;
}
.header--white .navigation {
  background: #fff;
}
.header--white .burger-menu span {
  background: #0d0d0d;
}
.header--white.scrolled {
  --header-height: 4.25rem;
  background: #fff;
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header-link {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 122%;
  letter-spacing: -0.02em;
  color: #fff;
  position: relative;
  background: linear-gradient(226deg, #fffb00 2.88%, #ff406f 50.34%, #7525d6 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.header-link:hover {
  color: transparent;
}

.burger-menu {
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  position: relative;
}
@media (min-width: 769px) {
  .burger-menu {
    display: none;
  }
}
.burger-menu span {
  display: block;
  width: 28px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}
.burger-menu.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.burger-menu.active span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.burger-menu.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 768px) {
  .nav-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: 40;
  }
  .nav-backdrop.active {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 769px) {
  .nav-backdrop {
    display: none;
  }
}

@media (max-width: 768px) {
  .navigation {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 80%;
    max-width: 400px;
    background: #0d0d0d;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 100px 40px 40px;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.3);
    z-index: 49;
  }
  .navigation.active {
    transform: translateX(0);
  }
}
@media (max-width: 768px) {
  .nav-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
  .nav-list li {
    width: 100%;
  }
  .nav-list li a {
    font-size: 1.5rem;
    display: block;
    padding: 8px 0;
  }
}

.hero-content {
  margin-top: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
}
@media (max-width: 480px) {
  .hero-content {
    margin-top: 100px;
  }
}

.hero-title {
  font-weight: 600;
  font-size: clamp(4.75rem, 2.6373rem + 9.0141vw, 10.75rem);
  line-height: 1;
  color: #fff;
  display: flex;
  flex-direction: column;
}
.hero-title-line1, .hero-title-line2 {
  display: block;
}
@media (max-width: 1024px) {
  .hero-title-line1, .hero-title-line2 {
    display: inline-block;
  }
}
@media (min-width: 1025px) {
  .hero-title-line1, .hero-title-line2 {
    padding-bottom: 1rem;
  }
}
@media (min-width: 1025px) {
  .hero-title-line2 {
    position: relative;
    top: -1rem;
    margin-right: clamp(2.5rem, -13.6538rem + 25.2404vw, 9.0625rem);
    margin-left: auto;
  }
}

.hero-description {
  position: absolute;
  bottom: 48px;
  left: 8px;
  max-width: 322px;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 133%;
  letter-spacing: -0.02em;
  color: #fff;
}
@media (max-width: 1024px) {
  .hero-description {
    position: static;
    max-width: 500px;
    margin: 24px 0 40px;
  }
}
@media (max-width: 480px) {
  .hero-description {
    max-width: 100%;
    font-size: 1rem;
  }
}

.hero-services {
  position: absolute;
  top: 20px;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (max-width: 1024px) {
  .hero-services {
    position: static;
  }
}

.hero-service {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #fff;
  transition: color 0.3s ease-in-out;
}
.hero-service:hover {
  color: #ff406f;
}
@media (max-width: 768px) {
  .hero-service {
    font-size: 1.125rem;
  }
}

.project-item {
  width: 668px;
  max-width: 100%;
}
@media (min-width: 1280px) {
  .project-item--sm {
    width: 437px;
    max-width: 100%;
  }
}

.text-gray-md {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #696969;
}

.service-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease, max-height 0.3s ease;
  width: 207px;
}
@media (max-width: 768px) {
  .service-content {
    position: static;
    width: 100%;
    max-height: 0;
  }
}
.service-content.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  max-height: 1000px;
}

.service-title {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 100%;
  color: #9f9f9f;
}

.service-description {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 125%;
  color: #fff;
}
@media (max-width: 768px) {
  .service-description {
    font-size: 1.375rem;
  }
}

.service-nav-item {
  position: static !important;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 24px;
  border-bottom: 1px solid #696969;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.3s ease, padding-bottom 0.3s ease;
}
.service-nav-item:hover .service-nav-title {
  color: #9f9f9f;
}
@media (max-width: 768px) {
  .service-nav-item {
    padding-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .service-nav-item.active {
    padding-bottom: 24px;
  }
}
.service-nav-item.active .service-nav-title {
  color: #fff;
}
.service-nav-item.active .service-number {
  color: #fff;
}
.service-nav-item.active .service-number span {
  background: linear-gradient(226deg, #fffb00 0%, #ff406f 40.34%, #7525d6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-nav-title {
  position: relative;
  width: max-content;
  font-weight: 600;
  font-size: clamp(2.25rem, 0.8415rem + 6.0094vw, 6.25rem);
  line-height: 100%;
  color: #696969;
  transition: color 0.3s ease;
  padding-right: 48px;
}

.service-number {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 100%;
  color: #696969;
}
.service-number span {
  color: #9f9f9f;
  margin-inline: 4px;
}

.input-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}

.dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.dialog-overlay.show {
  opacity: 1;
  visibility: visible;
}

.dialog-content {
  background-color: #fff;
  padding: 64px 70px;
  max-width: 480px;
  min-width: 320px;
  width: 90%;
  text-align: center;
  transform: scale(0.9);
  transition: transform 0.3s ease-in-out;
}
.dialog-overlay.show .dialog-content {
  transform: scale(1);
}
@media (max-width: 480px) {
  .dialog-content {
    padding: 32px;
  }
}

.dialog-title {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 125%;
  color: #696969;
  margin-bottom: 24px;
}
@media (max-width: 480px) {
  .dialog-title {
    margin-bottom: 16px;
  }
}

.dialog-text {
  font-weight: 600;
  font-size: clamp(1.5rem, 1.125rem + 1.6667vw, 2.625rem);
  line-height: 114%;
  color: #0d0d0d;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .dialog-text {
    margin-bottom: 20px;
  }
}

.dialog-btn {
  margin: 0 auto;
}

.stats-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.stat-item h3 {
  background-color: #fff;
  color: #000;
  mix-blend-mode: screen;
  user-select: none;
}

.footer-link {
  font-weight: 600;
  font-size: clamp(1.125rem, 0.993rem + 0.5634vw, 1.5rem);
  line-height: 100%;
  transition: color 0.15s ease-in;
}
.footer-link:hover {
  color: #696969;
}