@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SFProDisplay-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SFProDisplay-Ultralight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SFProDisplay-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SFProDisplay-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SFProDisplay-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SFProDisplay-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SFProDisplay-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SFProDisplay-Heavy.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SFProDisplay-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --safe-top: 0px;
  --safe-bottom: 0px;
  --safe-left: 0px;
  --safe-right: 0px;
}

@supports (top: env(safe-area-inset-top)) {
  :root {
    --safe-top: env(safe-area-inset-top);
    --safe-bottom: env(safe-area-inset-bottom);
    --safe-left: env(safe-area-inset-left);
    --safe-right: env(safe-area-inset-right);
  }
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: none;
  touch-action: manipulation;
}

html {
  scroll-behavior: smooth;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scrollbar-gutter: stable;
}

body {
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-synthesis-weight: none;
  -webkit-font-feature-settings:
    "kern" 1,
    "liga" 1;
  font-feature-settings:
    "kern" 1,
    "liga" 1;
  scrollbar-width: thin;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
}

a[href^="x-apple-data-detectors:"] {
  color: inherit !important;
  text-decoration: inherit !important;
}

a,
a:link,
a:visited,
a:hover {
  text-decoration: none;
}

ul,
ul li {
  list-style: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  max-width: 100%;
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

input[type="number"],
input[type="number"]:hover,
input[type="number"]:focus {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
}

.noselect,
.noselect > * {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  /* Internet Explorer/Edge */
  user-select: none;
} /* //////////////////////// */
/* //////////////////////// */
/* ////// ANIMATIONS ////// */
/* //////////////////////// */
/* //////////////////////// */

.animate--heart {
  display: inline-block;
  -webkit-transform-origin: center;
  transform-origin: center;
  will-change: transform;
  -webkit-animation: heartBeatSoft 1.6s ease-in-out infinite;
  animation: heartBeatSoft 1.6s ease-in-out infinite;
}

@-webkit-keyframes heartBeatSoft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  12% {
    -webkit-transform: scale(1.045);
    transform: scale(1.045);
  }
  24% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  36% {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
  48% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeatSoft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  12% {
    -webkit-transform: scale(1.045);
    transform: scale(1.045);
  }
  24% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  36% {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
  48% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.animate--spin {
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.animate--swaying {
  -webkit-animation-name: swaying;
  animation-name: swaying;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes swaying {
  0% {
    rotate: 0deg;
  }

  25% {
    rotate: -2deg;
  }

  50% {
    rotate: 0deg;
  }

  75% {
    rotate: 2deg;
  }

  100% {
    rotate: 0deg;
  }
}

@keyframes swaying {
  0% {
    rotate: 0deg;
  }

  25% {
    rotate: -2deg;
  }

  50% {
    rotate: 0deg;
  }

  75% {
    rotate: 2deg;
  }

  100% {
    rotate: 0deg;
  }
}

.animate--breathing {
  -webkit-animation-name: breathing;
  animation-name: breathing;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes breathing {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    rotate: 0;
  }

  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    rotate: 3deg;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    rotate: 0;
  }
}

@keyframes breathing {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    rotate: 0;
  }

  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    rotate: 3deg;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    rotate: 0;
  }
}

.animate--gradient {
  --ag-duration: 5s;
  --ag-easing: cubic-bezier(0.4, 0, 0.2, 1);
  --ag-scale: 200%;
  --ag-direction: alternate;

  background-size: var(--ag-scale) var(--ag-scale);
  -webkit-animation: gradient-pan var(--ag-duration) var(--ag-easing) infinite
    var(--ag-direction);
  animation: gradient-pan var(--ag-duration) var(--ag-easing) infinite
    var(--ag-direction);

  will-change: background-position;
}

@-webkit-keyframes gradient-pan {
  0% {
    background-position: 0% 0%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 100%;
  }
}

@keyframes gradient-pan {
  0% {
    background-position: 0% 0%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .animate--gradient {
    -webkit-animation: none;
    animation: none;
  }
}

@-webkit-keyframes scale-smooth {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.04, 1.01);
    transform: scale(1.04, 1.01);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale-smooth {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.04, 1.01);
    transform: scale(1.04, 1.01);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes liquid-smooth {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.05, 0.94) skewX(1.5deg);
    transform: scale(1.05, 0.94) skewX(1.5deg);
  }
  50% {
    -webkit-transform: scale(0.97, 1.04) skewX(-1.5deg);
    transform: scale(0.97, 1.04) skewX(-1.5deg);
  }
  70% {
    -webkit-transform: scale(1.02, 0.98) skewX(1deg);
    transform: scale(1.02, 0.98) skewX(1deg);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes liquid-smooth {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.05, 0.94) skewX(1.5deg);
    transform: scale(1.05, 0.94) skewX(1.5deg);
  }
  50% {
    -webkit-transform: scale(0.97, 1.04) skewX(-1.5deg);
    transform: scale(0.97, 1.04) skewX(-1.5deg);
  }
  70% {
    -webkit-transform: scale(1.02, 0.98) skewX(1deg);
    transform: scale(1.02, 0.98) skewX(1deg);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes liquid {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.08, 0.92) skewX(2deg);
    transform: scale(1.08, 0.92) skewX(2deg);
  }
  50% {
    -webkit-transform: scale(0.95, 1.05) skewX(-2deg);
    transform: scale(0.95, 1.05) skewX(-2deg);
  }
  70% {
    -webkit-transform: scale(1.03, 0.97) skewX(1deg);
    transform: scale(1.03, 0.97) skewX(1deg);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes liquid {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.08, 0.92) skewX(2deg);
    transform: scale(1.08, 0.92) skewX(2deg);
  }
  50% {
    -webkit-transform: scale(0.95, 1.05) skewX(-2deg);
    transform: scale(0.95, 1.05) skewX(-2deg);
  }
  70% {
    -webkit-transform: scale(1.03, 0.97) skewX(1deg);
    transform: scale(1.03, 0.97) skewX(1deg);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@property --angle {
  syntax: "<angle>";
  initial-value: 210deg;
  inherits: false;
}

@-webkit-keyframes rotate-gradient {
  0% {
    --angle: 210deg;
  }

  100% {
    --angle: 570deg;
  }
}

@keyframes rotate-gradient {
  0% {
    --angle: 210deg;
  }

  100% {
    --angle: 570deg;
  }
}

@-webkit-keyframes openning-animation {
  1% {
    opacity: 0;
  }

  100% {
    opacity: 100%;
  }
}

@keyframes openning-animation {
  1% {
    opacity: 0;
  }

  100% {
    opacity: 100%;
  }
}

@-webkit-keyframes hiding-animation {
  0% {
    opacity: 100%;
  }

  99% {
    display: block;
    opacity: 0;
  }

  100% {
    display: none;
  }
}

@keyframes hiding-animation {
  0% {
    opacity: 100%;
  }

  99% {
    display: block;
    opacity: 0;
  }

  100% {
    display: none;
  }
}

/* Scroll appearance: initial blur (16px → 0 with opacity & motion) */
.scrollFade,
.scrollFadeUp,
.scrollFadeDown,
.scrollFadeRight,
.scrollFadeLeft,
.scrollZoom {
  filter: blur(16px);
}

/* No blur for these sections */
.about__content .scrollFade,
.about__content .scrollFadeUp,
.about__content .scrollFadeDown,
.about__content .scrollFadeRight,
.about__content .scrollFadeLeft,
.about__content .scrollZoom,
.projects__items .scrollFade,
.projects__items .scrollFadeUp,
.projects__items .scrollFadeDown,
.projects__items .scrollFadeRight,
.projects__items .scrollFadeLeft,
.projects__items .scrollZoom,
.develop__image.scrollFade,
.develop__image.scrollFadeUp,
.develop__image.scrollFadeDown,
.develop__image.scrollFadeRight,
.develop__image.scrollFadeLeft,
.develop__image.scrollZoom {
  filter: none;
}

/* Override animate keyframes: add blur 16px → 0 */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(16px);
    filter: blur(16px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(16px);
    filter: blur(16px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-filter: blur(16px);
    filter: blur(16px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-filter: blur(16px);
    filter: blur(16px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-filter: blur(16px);
    filter: blur(16px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-filter: blur(16px);
    filter: blur(16px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-filter: blur(16px);
    filter: blur(16px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-filter: blur(16px);
    filter: blur(16px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-filter: blur(16px);
    filter: blur(16px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-filter: blur(16px);
    filter: blur(16px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    -webkit-filter: blur(16px);
    filter: blur(16px);
  }
  50%,
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    -webkit-filter: blur(16px);
    filter: blur(16px);
  }
  50%,
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

/* Keyframes without blur (for about__content, projects__items) */
@-webkit-keyframes fadeInNoBlur {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInNoBlur {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUpNoBlur {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUpNoBlur {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes fadeInDownNoBlur {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDownNoBlur {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes fadeInLeftNoBlur {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeftNoBlur {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes fadeInRightNoBlur {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRightNoBlur {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes zoomInNoBlur {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%,
  100% {
    opacity: 1;
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes zoomInNoBlur {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%,
  100% {
    opacity: 1;
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.about__content .animate__fadeIn,
.projects__items .animate__fadeIn,
.develop__image.animate__fadeIn {
  -webkit-animation-name: fadeInNoBlur;
  animation-name: fadeInNoBlur;
}
.about__content .animate__fadeInUp,
.projects__items .animate__fadeInUp,
.develop__image.animate__fadeInUp {
  -webkit-animation-name: fadeInUpNoBlur;
  animation-name: fadeInUpNoBlur;
}
.about__content .animate__fadeInDown,
.projects__items .animate__fadeInDown,
.develop__image.animate__fadeInDown {
  -webkit-animation-name: fadeInDownNoBlur;
  animation-name: fadeInDownNoBlur;
}
.about__content .animate__fadeInLeft,
.projects__items .animate__fadeInLeft,
.develop__image.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeftNoBlur;
  animation-name: fadeInLeftNoBlur;
}
.about__content .animate__fadeInRight,
.projects__items .animate__fadeInRight,
.develop__image.animate__fadeInRight {
  -webkit-animation-name: fadeInRightNoBlur;
  animation-name: fadeInRightNoBlur;
}
.about__content .animate__zoomIn,
.projects__items .animate__zoomIn,
.develop__image.animate__zoomIn {
  -webkit-animation-name: zoomInNoBlur;
  animation-name: zoomInNoBlur;
}

:root {
  --bg-primary: #000000;
  --bg-secondary: #0d0d0d;
  --bg-surface: #262626;

  --color-primary: #eeeff1;

  --color-primary-90: color-mix(in srgb, var(--color-primary) 90%, transparent);
  --color-primary-80: color-mix(in srgb, var(--color-primary) 80%, transparent);
  --color-primary-70: color-mix(in srgb, var(--color-primary) 70%, transparent);
  --color-primary-60: color-mix(in srgb, var(--color-primary) 60%, transparent);
  --color-primary-50: color-mix(in srgb, var(--color-primary) 50%, transparent);
  --color-primary-40: color-mix(in srgb, var(--color-primary) 40%, transparent);
  --color-primary-30: color-mix(in srgb, var(--color-primary) 30%, transparent);
  --color-primary-25: color-mix(in srgb, var(--color-primary) 25%, transparent);
  --color-primary-20: color-mix(in srgb, var(--color-primary) 20%, transparent);
  --color-primary-10: color-mix(in srgb, var(--color-primary) 10%, transparent);
  --color-primary-5: color-mix(in srgb, var(--color-primary) 5%, transparent);

  --color-secondary: #afb1b7;

  --color-secondary-90: color-mix(
    in srgb,
    var(--color-secondary) 90%,
    transparent
  );
  --color-secondary-80: color-mix(
    in srgb,
    var(--color-secondary) 80%,
    transparent
  );
  --color-secondary-70: color-mix(
    in srgb,
    var(--color-secondary) 70%,
    transparent
  );
  --color-secondary-60: color-mix(
    in srgb,
    var(--color-secondary) 60%,
    transparent
  );
  --color-secondary-50: color-mix(
    in srgb,
    var(--color-secondary) 50%,
    transparent
  );
  --color-secondary-40: color-mix(
    in srgb,
    var(--color-secondary) 40%,
    transparent
  );
  --color-secondary-30: color-mix(
    in srgb,
    var(--color-secondary) 30%,
    transparent
  );
  --color-secondary-25: color-mix(
    in srgb,
    var(--color-secondary) 25%,
    transparent
  );
  --color-secondary-20: color-mix(
    in srgb,
    var(--color-secondary) 20%,
    transparent
  );
  --color-secondary-10: color-mix(
    in srgb,
    var(--color-secondary) 10%,
    transparent
  );
  --color-secondary-5: color-mix(
    in srgb,
    var(--color-secondary) 5%,
    transparent
  );

  --text-primary: var(--color-primary);
  --text-secondary: var(--color-secondary);

  --white: #fff;
  --black: #000;

  --font-heading: "SF Pro Display", sans-serif;
  --font-body: "SF Pro Display", sans-serif;

  /* Font sizes (1rem = 16px) */
  --fs-1: 4rem; /* 64px */
  --fs-2: 3rem; /* 48px */
  --fs-3: 2rem; /* 32px */
  --fs-4: 1.5rem; /* 24px */
  --fs-5: 1.25rem; /* 20px */
  --fs-6: 1rem; /* 16px */
  --fs-7: 0.875rem; /* 14px */
  --fs-8: 0.75rem; /* 12px */
  --fs-9: 0.625rem; /* 10px */
}
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: var(--bg-primary);
  border-radius: 20px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--color-secondary);
  border-radius: 20px;
  border: 2px solid var(--bg-primary);
}

::-webkit-input-placeholder {
  color: rgba(238, 239, 241, 0.5);
}

::-moz-placeholder {
  color: rgba(238, 239, 241, 0.5);
}

::placeholder {
  color: rgba(238, 239, 241, 0.5);
}

html {
  font-size: 16px;
}

body {
  background-color: var(--bg-primary);
  font-family: var(--font-body);
  color: var(--text-primary);
  overflow-y: hidden;
}

.body-flex {
  display: flex;
  flex-direction: column;
}

header,
main,
footer {
  flex-shrink: 0;
}

a {
  color: var(--text-primary);
  transition: color 0.2s;
}

a:hover {
  color: var(--text-secondary);
}

main {
  flex-grow: 1;
}

section {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

section.py--sm {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

section.pt--sm {
  padding-top: 2rem;
}

section.pb--sm {
  padding-bottom: 2rem;
}

section.py--xs {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

section.pt--xs {
  padding-top: 1.25rem;
}

section.pb--xs {
  padding-bottom: 1.25rem;
}

iconify-icon {
  display: inline-block;
}
:root {
  --cg-gutter-x: 0;
  --cg-max: 100%;
}

.container,
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  box-sizing: border-box;
}

@media (max-width: 991px) {
  .container,
  .container-fluid {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.container {
  max-width: 100%;
}

.container-fluid {
  max-width: 1900px;
}

.container__grid {
  display: grid;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  grid-template-columns:
    minmax(var(--cg-gutter-x), 1fr) minmax(0, calc(var(--cg-max) / 2))
    minmax(0, calc(var(--cg-max) / 2)) minmax(var(--cg-gutter-x), 1fr);
}

@media (max-width: 991px) {
  :root {
    --cg-gutter-x: 1rem;
  }
}

.cg-left {
  grid-column: 2 / 3;
}

.cg-right {
  grid-column: 3 / 4;
}

.cg-fluid-left {
  grid-column: 1 / 3;
  justify-self: start;
}

.cg-fluid-right {
  grid-column: 3 / 5;
  justify-self: end;
}

.cg-full {
  grid-column: 1 / -1;
}

.cg-container {
  grid-column: 2 / 4;
}

@media (max-width: 767px) {
  .container__grid {
    grid-template-columns:
      minmax(var(--cg-gutter-x), 1fr) minmax(0, calc(var(--cg-max)))
      minmax(var(--cg-gutter-x), 1fr);
    row-gap: 1rem;
  }

  .cg-left {
    grid-column: 2;
  }

  .cg-right {
    grid-column: 2;
  }

  .cg-fluid-left {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .cg-fluid-right {
    grid-column: 1 / -1;
    justify-self: end;
  }

  .cg-full {
    grid-column: 1 / -1;
  }

  .cg-container {
    grid-column: 2;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }

  :root {
    --cg-max: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }

  :root {
    --cg-max: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }

  :root {
    --cg-max: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }

  :root {
    --cg-max: 1140px;
  }
}

/* @media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }

  :root {
    --cg-max: 1270px;
  }
} */

.container--sm {
  max-width: 840px;
}
.btn {
  position: relative;
  font-family: var(--font-body);
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 2.5rem;
  padding: 0.75rem 1.5rem;
  color: var(--text-primary);
  font-size: var(--fs-6);
  line-height: 1.2;
  font-weight: 500;
  white-space: nowrap;
  text-align: center;
  transition: 0.3s;
}

.btn-light {
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  margin: auto;
  height: 4px;
  width: 70%;
  background-color: rgb(255 255 255 / 50%);
  -webkit-filter: blur(7px);
  filter: blur(7px);
}

.btn::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 2.5rem;
  border: 3px solid transparent;
  z-index: -1;
}

.btn::after {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 2.5rem;
  border: 1px solid transparent;
  z-index: -2;
}

.btn:disabled {
  cursor: default;
  pointer-events: none;
}

.btn:hover {
  cursor: pointer;
}

.btn:has(img),
.btn:has(iconify-icon),
.btn:has(svg) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  flex-shrink: 0;
}

.btn:has(img).text-start,
.btn:has(iconify-icon).text-start,
.btn:has(svg).text-start {
  justify-content: flex-start;
}

.btn img,
.btn svg {
  height: 17px;
  object-fit: contain;
  flex-shrink: 0;
}

.btn iconify-icon {
  font-size: 17px;
}

.btn-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 17px;
  color: inherit;
}

.btn-icon.left {
  left: 0.875rem;
}

.btn-icon.right {
  right: 0.875rem;
}

@property --btn-primary {
  syntax: "<number>";
  inherits: false;
  initial-value: 0;
}

.btn-primary {
  --btn-primary: 0;

  /* ===== box-shadow ===== */
  --inset-alpha: calc(0.25 + var(--btn-primary) * 0.25);
  --outer-alpha: calc(0.25 + var(--btn-primary) * 0.25);

  /* ===== background (white boost) ===== */
  --white-alpha: calc(0.35 + var(--btn-primary) * 0.35);
  --pink-alpha: calc(0.25 + var(--btn-primary) * 0.25);
  --white-pos: calc(0% + var(--btn-primary) * 10%);
  --fade-pos: calc(50% + var(--btn-primary) * 10%);

  color: var(--color-primary);
  background-color: #222222;
  border-color: #9b5f58;

  background:
    radial-gradient(
      58.69% 50% at 50% 100%,
      rgba(255, 255, 255, var(--white-alpha)) var(--white-pos),
      rgba(255, 142, 126, var(--pink-alpha)) var(--fade-pos),
      rgba(255, 142, 126, 0) 100%
    ),
    linear-gradient(180deg, #3b2623 0%, #521a13 100%);

  box-shadow:
    0 -4px 4px 0 rgba(255, 255, 255, var(--inset-alpha)) inset,
    0 2px 12px 0 rgba(255, 92, 68, var(--outer-alpha));

  transition:
    --btn-primary 0.4s ease,
    color 0.3s ease,
    background-color 0.4s ease,
    box-shadow 0.4s ease;
  -webkit-transition:
    --btn-primary 0.4s ease,
    color 0.3s ease,
    background-color 0.4s ease,
    box-shadow 0.4s ease;
}

.btn-primary:hover,
.btn-primary.active {
  --btn-primary: 1;
  color: var(--text-primary);
  background-color: #2c2c2c;
}

.btn-primary::before {
  border-color: #26120f;
}

.btn-primary::after {
  border-color: #442521;
}

@property --btn-secondary {
  syntax: "<number>";
  inherits: false;
  initial-value: 0;
}

.btn-secondary {
  --btn-secondary: 0;
  color: var(--color-primary);
  background-color: #222222;
  border-color: #525252;
  background-image: radial-gradient(
    58.69% 50% at 50% 100%,
    rgba(255, 255, 255, calc(0.5 * var(--btn-secondary))) 0%,
    rgba(255, 255, 255, calc(0.06 * var(--btn-secondary))) 75%,
    rgba(255, 255, 255, 0) 100%
  );
  transition:
    --btn-secondary 0.4s ease,
    color 0.3s ease,
    background-color 0.4s ease;
}

.btn-secondary:hover,
.btn-secondary.active {
  --btn-secondary: 1;
  color: var(--text-primary);
  background-color: #2c2c2c;
}

.btn-secondary::before {
  border-color: #121212;
}

.btn-secondary::after {
  border-color: #242424;
}

.btn-grade {
  color: var(--text-primary);
  background-image: var(--grade-primary);
  background-size: 200% 200%;
  background-position: -1rem center;
  border-color: #444444;
}

.btn-grade:hover,
.btn-grade.active {
  color: var(--text-primary);
  background-position: calc(100% + 1rem) center;
  scale: 1.025;
}

.btn-transparent {
  background: none;
  border-color: transparent;
  padding: 0;
}

.btn-transparent:hover,
.btn-transparent.active {
  opacity: 0.7;
}

.btn:disabled {
  color: var(--text-secondary);
  background-color: var(--bg-surface);
}

/* ===================== */
/* // BTN SIZES
/* ===================== */

.btn--xs {
  padding: 0.5625rem 0.75rem;
}

.btn--sm {
  padding: 0.625rem 1.25rem;
}

.btn--md {
  padding: 0.625rem 1.5rem;
}

/* ===================== */
/* // BTN ICONS SIZES
/* ===================== */

.btn.btn-icon--xs img,
.btn.btn-icon--xs svg {
  height: 10px;
}

.btn.btn-icon--xs iconify-icon {
  font-size: 10px;
}

.btn.btn-icon--sm img,
.btn.btn-icon--sm svg {
  height: 12px;
}

.btn.btn-icon--sm iconify-icon {
  font-size: 12px;
}

.btn.btn-icon--md img,
.btn.btn-icon--md svg {
  height: 17px;
}

.btn.btn-icon--md iconify-icon {
  font-size: 17px;
}

.btn.btn-icon--lg img,
.btn.btn-icon--lg svg {
  height: 20px;
}

.btn.btn-icon--lg iconify-icon {
  font-size: 20px;
}

.btn.btn-icon--xl img,
.btn.btn-icon--xl svg {
  height: 24px;
}

.btn.btn-icon--xl iconify-icon {
  font-size: 24px;
}

/* ===================== */
/* // BTN MODIFIERS
/* ===================== */

.btn--circle {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.25rem;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
}

.btn--square {
  width: 38px;
  height: 38px;
  padding: 0;
}

.btn--square--lg {
  width: 46px;
  height: 46px;
  padding: 0;
}

/* ===================== */
/* // INPUTS
/* ===================== */

.input {
  position: relative;
}

.input input,
.input textarea {
  display: inline-flex;
  align-items: center;
  width: 100%;
  min-height: 45px;
  padding: 0.75rem 1rem;
  color: var(--color-primary);
  font-size: var(--fs-6);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  resize: vertical;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, #151515 0%, #0e0e0e 100%);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.input textarea {
  min-height: 125px;
  max-height: 200px;
}

.input.light input,
.input.light textarea {
  background-color: var(--bg-surface);
}

.input-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  color: var(--text-secondary);
}

.input-icon.action {
  transition: 0.3s;
}

.input-icon.action:hover {
  cursor: pointer;
  opacity: 0.7;
}

.input-icon.left {
  left: 0.875rem;
}

.input-icon.right {
  right: 0.875rem;
}

.input:has(.input-icon.left) input {
  padding-left: calc(18px + 1rem + 0.5rem);
}

.input:has(.input-icon.right) input {
  padding-right: calc(18px + 1rem + 0.5rem);
}

.input-icon.left.pressed {
  left: 0.3125rem;
}

.input-icon.right.pressed {
  right: 0.3125rem;
}

.input:has(.input-icon.left.pressed) input {
  padding-left: calc(18px + 0.3125rem + 0.5rem);
}

.input:has(.input-icon.right.pressed) input {
  padding-right: calc(18px + 0.3125rem + 0.5rem);
}

/* ===================== */
/* INPUT VALIDATION */
/* ===================== */

.input--validation {
  position: relative;
}

.input--validation input {
  padding-right: 3rem;
}

/* Label transition for dynamic changes */
.form__group label#username-label {
  transition: opacity 0.2s ease;
}

.input-validation-icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%) scale(0.8);
  opacity: 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}

.input-validation-icon.invalid {
  opacity: 1;
  transform: translateY(-50%) scale(1);
  color: #ef4444;
}

.input--validation.invalid input {
  border-color: rgba(239, 68, 68, 0.4);
  box-shadow: 0 0 0 1px rgba(239, 68, 68, 0.15);
}

.input--validation input:focus {
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.05);
}

.input--validation.invalid input:focus {
  border-color: rgba(239, 68, 68, 0.5);
  box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.1);
}

/* Textarea focus styling */
.input textarea:focus {
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.05);
  outline: none;
}

/* Shake animation for invalid input */
@keyframes inputShake {
  0%, 100% { transform: translateX(0); }
  20% { transform: translateX(-4px); }
  40% { transform: translateX(4px); }
  60% { transform: translateX(-3px); }
  80% { transform: translateX(3px); }
}

.input--validation.shake input {
  animation: inputShake 0.4s ease;
}

/* Icon entrance animation */
@keyframes iconFadeIn {
  from { transform: translateY(-50%) scale(0.8); opacity: 0; }
  to { transform: translateY(-50%) scale(1); opacity: 1; }
}

.input-validation-icon.invalid {
  animation: iconFadeIn 0.25s ease forwards;
}

.section__header {
  display: grid;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
  text-align: left;
}

@media (max-width: 991px) {
  .section__header {
    grid-template-columns: 100%;
  }
}

.section__header.mb {
  margin-bottom: 3rem;
}

.section__header .section__title {
  max-width: 470px;
}

.section__header .section__title:first-child {
  margin-left: 0;
}

.section__header .section__title:last-child {
  margin-right: 0;
}

@media (max-width: 991px) {
  .section__header .section__title:last-child {
    margin-left: 0;
  }
}

.section__title {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  gap: 1.5rem;
  max-width: 480px;
}

.section__header .section__title {
  align-items: flex-start;
}

.section__title.ex {
  max-width: 540px;
}

.section__title.mb {
  margin-bottom: 4rem;
}

.section__title h2 {
  color: var(--color-primary);
  font-size: var(--fs-2);
  font-style: normal;
  font-weight: 590;
  line-height: 100%; /* 48px */
  letter-spacing: -0.96px;
}

@media (max-width: 991px) {
  .section__title h2 {
    font-size: 2.5rem;
  }
}

.section__title p {
  color: var(--color-secondary);
  font-size: var(--fs-6);
  font-style: normal;
  font-weight: 510;
  line-height: 140%;
}

.form__column {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.form__column > p {
  color: var(--text-primary);
  font-size: var(--fs-7);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.form__column > a,
.form__column > p a {
  color: var(--text-primary);
  font-size: var(--fs-7);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: underline;
  transition: 0.3s;
}

.form__column > a:hover,
.form__column > p a:hover {
  opacity: 0.7;
}

.form__column--justify {
  justify-content: space-between;
  height: 100%;
}

.form__flex {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.form__flex--center {
  justify-content: center;
}

.form__flex--justify {
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 991px) {
  .form__flex {
    flex-direction: column;
  }

  .form__flex > * {
    width: 100%;
  }
}

.form__group {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.form__group label {
  color: var(--text-secondary);
  font-size: var(--fs-7);
  font-style: normal;
  font-weight: 510;
  line-height: normal;
}

.form__group label span {
  color: #727275;
}

.form__group label[for="category"] span:first-child {
  color: var(--text-secondary);
}

.form__group label[for="category"] span + span {
  margin-left: 0.25rem;
}

.form__group label.label--absolute {
  position: absolute;
  top: 0;
  left: 1rem;
  translate: 0 -50%;
  z-index: 1;
}

.form__group .error {
  color: #f00;
  font-size: var(--fs-8);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  background: #262626;
  border-radius: 8px;
  padding: 0.25rem 0.5rem;
  color: var(--text-primary);
  font-size: var(--fs-6);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.badge:has(.badge-icon) {
  padding: 0.25rem;
  padding-right: 0.5rem;
}

.badge-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  padding: 0.125rem;
}

.badge-secondary {
  color: var(--color-secondary);
}
.mini__select {
  position: relative;
  display: inline-block;
}

.mini__select-trigger {
  height: 44px;
  padding: 0.625rem 1.5rem;
  border-radius: 2.5rem;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  color: var(--text-primary);
  font-size: var(--fs-6);
  line-height: 1.2;
  font-weight: 500;
  white-space: nowrap;
  text-align: center;

  background-color: #121212;
  border: 1px solid rgb(255 255 255 / 10%);
  cursor: pointer;

  transition: 0.3s ease;
}

.mini__select-trigger:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgb(255 255 255 / 18%);
}

.mini__select.open .mini__select-trigger {
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.05);
}

.mini__select-icon {
  flex-shrink: 0;
  opacity: 0.85;
}

.mini__select-current {
  display: inline-block;
}

.mini__select-list {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 120px;
  max-width: 200px;
  background-color: #121212;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 1rem;
  margin: 0;
  list-style: none;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s ease;
  z-index: 20;
  overflow: hidden;
}

.mini__select.open .mini__select-list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.mini__select-option {
  display: flex;
  align-items: center;
  gap: 0.5rem;

  padding: 0.75rem 0.875rem;
  border-radius: 0;

  cursor: pointer;
  color: var(--text-primary);
  font-size: var(--fs-6);
  line-height: 1.2;
  font-weight: 500;
  white-space: nowrap;

  transition: 0.3s;
}

.mini__select-option img {
  width: 20px;
  height: 14px;
  object-fit: cover;
  border-radius: 2px;
  flex-shrink: 0;
}

.mini__select-option:hover {
  background: rgb(255 255 255 / 10%);
}
.custom-select-wrapper {
  position: relative;
  width: 100%;
}

.custom-select-trigger {
  display: inline-flex;
  align-items: center;
  width: 100%;
  min-height: 45px;
  padding: 0.75rem 1rem;
  cursor: pointer;

  color: var(--color-primary);
  font-size: var(--fs-6);
  font-weight: 400;

  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, #151515 0%, #0e0e0e 100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.custom-select-wrapper.open .custom-select-trigger {
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.05);
}

.custom-select-trigger.is-placeholder {
  opacity: 0.75;
}

.custom-select-trigger.is-disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.custom-select-trigger::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5' fill='none'%3E%3Cpath d='M0.75 0.75L3.9315 3.933L7.113 0.75' stroke='%23EEEFF1' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  margin-left: auto;
  width: 8px;
  height: 4px;
  opacity: 0.9;
  transition: 0.3s;
}

.custom-select-wrapper.open .custom-select-trigger::after {
  rotate: 180deg;
}

.custom-options {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  width: 100%;
  z-index: 99;

  background: linear-gradient(180deg, #131313 100%, #0e0e0e 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  overflow: hidden;

  display: none;
}

.custom-select-wrapper.open .custom-options {
  display: block;
}

.custom-option {
  position: relative;
  padding: 0.9rem 3rem 0.9rem 1rem;
  cursor: pointer;
  font-size: var(--fs-6);
  color: var(--color-primary);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.custom-option:first-child {
  border-top: none;
}

.custom-option:hover {
  background: rgba(255, 255, 255, 0.05);
}

.custom-option.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.custom-option.selected {
  background: rgba(255, 255, 255, 0.03);
}

.custom-option.selected::after {
  content: "✓";
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.9;
}
.app_modal {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  pointer-events: none;
}

.app_modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: opacity 180ms ease;
}

.app_modal__wrap {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 16px;
  box-sizing: border-box;
}

.app_modal__dialog {
  width: min(550px, 100%);
  padding: 16px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #0d0d0d;
  opacity: 0;
  -webkit-transform: translateY(10px) scale(0.98);
  transform: translateY(10px) scale(0.98);
  transition:
    opacity 180ms ease,
    -webkit-transform 180ms ease;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    -webkit-transform 180ms ease;
  box-sizing: border-box;
  outline: none;
}

.app_modal.app_modal_state_open {
  pointer-events: auto;
}

.app_modal.app_modal_state_open .app_modal__overlay {
  opacity: 1;
}

.app_modal.app_modal_state_open .app_modal__dialog {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}

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

.app_modal__title {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  flex: 1 1 auto;
}

.app_modal__title_text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.app_modal__close {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  background-color: transparent;
  border: 0;
  outline: none;
  flex: 0 0 auto;
  transition: 0.3s;
}

.app_modal__close svg {
  width: 24px;
  height: 24px;
}

.app_modal__close:hover {
  cursor: pointer;
  opacity: 0.75;
}

.app_modal__content {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 1.5rem;
  align-items: start;
}

@media (max-width: 991px) {
  .app_modal__content {
    grid-template-columns: 1fr;
  }
}

.app_modal__media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

@media (max-width: 991px) {
  .app_modal__media {
    display: none;
  }
}

.app_modal__media svg {
  width: 100%;
  height: 100%;
}

.app_modal__info input[readonly] {
  cursor: default;
}

.app_modal__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 1.5rem;
}

html.app_modal_scroll_lock,
body.app_modal_scroll_lock {
  overflow: hidden;
}

.app_modal__content-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;

  color: var(--color-primary);
  text-align: center;

  font-size: var(--fs-4);
  font-style: normal;
  font-weight: 590;
  line-height: 100%; /* 24px */
  letter-spacing: -0.48px;
}

.app_moda__info-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.nav-mobile {
  display: none;
}

.nav .logotype img,
.nav .logotype svg {
  height: 26px;
}

.nav .logotype {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.nav .logotype a:hover {
  opacity: 0.85;
}

.nav .logotype a {
  transition: opacity 0.2s;
}

.nav {
  position: relative;
  z-index: 1101;
  padding: 1.875rem 0 1.25rem 0;
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
}

.blur-layers {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.blur-layers .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blur-layers .layer-4 {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0);
  -webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 25%);
  mask-image: linear-gradient(to bottom, black 0%, transparent 25%);
}

.blur-layers .layer-3 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  -webkit-mask-image: linear-gradient(to bottom, black 25%, transparent 50%);
  mask-image: linear-gradient(to bottom, black 25%, transparent 50%);
}

.blur-layers .layer-2 {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 75%);
  mask-image: linear-gradient(to bottom, black 50%, transparent 75%);
}

.blur-layers .layer-1 {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  -webkit-mask-image: linear-gradient(to bottom, black 75%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 75%, transparent 100%);
}


@media (min-width: 992px) {
  /* .nav {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    mask-image: none;
    -webkit-mask-image: none;
  }

  .nav::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;

    backdrop-filter: blur(205px);
    -webkit-backdrop-filter: blur(205px);

    background-color: rgba(0, 0, 0, 0.1);
    -webkit-mask-image: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0.5) 70%,
      transparent 100%
    );
    mask-image: linear-gradient(
      to bottom,
      black 0%,
      rgba(0, 0, 0, 0.5) 70%,
      transparent 100%
    );
    will-change: backdrop-filter;
  } */
}

.nav-menu__links-wrapper {
  margin-left: 1rem;
}

.nav-menu__links {
  display: flex;
  align-items: center;
  gap: .25rem;
}

.nav-menu {
  display: flex;
  justify-content: center;
  align-items: stretch;
  background: transparent;
  gap: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 991px) {
  .nav-menu__links-wrapper {
    margin-left: 0;
  }

  .nav-menu__links {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .nav-menu {
    gap: 1rem;
  }
}

.nav-item {
  display: inline-flex;
  align-items: center;
  height: 100%;
  transition: 0.2s;
}

@media (max-width: 991px) {
  .nav-item {
    width: 100%;
    border-bottom: 1px solid rgba(238, 239, 241, 0.2);
  }

  .nav-item.nav-menu__links-wrapper {
    border-bottom: 0;
  }

  .nav-buttons .nav-item {
    border-bottom: 0;
  }
}

.nav-item:has(img),
.nav-item:has(svg) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}

.nav-item a:has(img),
.nav-item a:has(svg) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}

.nav-link {
  position: relative;
  color: var(--color-primary-80);
  padding: 0.5rem 0.75rem;
  font-size: var(--fs-6);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: 0.3s;
}

@media (max-width: 991px) {
  .nav-link {
    padding: 0.75rem 0;
    width: 100%;
    border-bottom: 1px solid rgba(238, 239, 241, 0.2);
  }
}

.nav-link:has(img),
.nav-link:has(svg) {
  display: inline-flex;
  align-items: center;
  gap: 3px;
}

.nav-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  height: 100%;
  width: 100%;
  transition: 0.3s;
}

.nav-link:hover,
.nav-item.active .nav-link {
  color: var(--text-primary);
}

.offcanvas-header {
  display: none !important;
}

.offcanvas-backdrop {
  display: none;
}

@media (max-width: 991px) {
  .offcanvas-backdrop {
    position: fixed;
    top: 80px;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: calc(100vh - 70px);
    background-color: #000;
    display: none;
  }

  .offcanvas-backdrop.fade {
    display: block;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .offcanvas-backdrop.show {
    display: block;
    opacity: 0.5;
  }
}

.offcanvas-open {
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 20%;
  height: 50px;
  width: 50px;
  transition: opacity 0.2s;
}

.offcanvas-open:hover {
  cursor: pointer;
  opacity: 0.85;
}

/* Hamburger icon animation */
.hamburger {
  width: 48px;
  height: 48px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(18, 18, 18, 0.5);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hamburger-inner {
  width: 14px;
  height: 12px;
  position: relative;
}

.hamburger-inner span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: #EEEFF1;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.hamburger-inner span:nth-child(1) {
  top: 0;
}

.hamburger-inner span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.hamburger-inner span:nth-child(3) {
  bottom: 0;
}

/* Hamburger to X animation */
.offcanvas-open.active .hamburger-inner span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.offcanvas-open.active .hamburger-inner span:nth-child(2) {
  opacity: 0;
  transform: translateX(10px);
}

.offcanvas-open.active .hamburger-inner span:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

.offcanvas-close {
  display: none;
}

@media (max-width: 991px) {
  .nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1100;
    padding: 0.75rem 0;
    background: transparent;
    transition: background-color 0.3s ease;
  }

  .nav.nav--open {
    background-color: #000000;
  }

  .offcanvas {
    position: fixed;
    top: 80px;
    bottom: 0;
    right: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background: #000000;
    outline: 0;
    width: 100%;
    height: calc(100dvh - 70px);
    border-left: 1px solid #000;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: transform 0.3s ease;
    overscroll-behavior: contain;
    touch-action: pan-y;
  }

  .offcanvas.hiding,
  .offcanvas.show,
  .offcanvas.showing {
    visibility: visible;
  }

  .offcanvas.show:not(.hiding),
  .offcanvas.showing {
    -webkit-transform: none;
    transform: none;
  }

  .offcanvas-header {
    display: none !important;
  }

  ul.nav-menu {
    background-color: transparent;
    flex-direction: column;
    height: auto;
    align-items: flex-start;
    margin-right: auto;
    margin-bottom: 1rem;
    box-shadow: none;
    width: 100%;
    padding: 0.75rem 1.5rem;
  }

  .nav-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    padding: 10px 0.25rem;
  }

  .offcanvas-body {
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  /* Add top padding to header to account for fixed nav */
  .header {
    padding-top: 70px;
  }
}

@media (min-width: 992px) {
  .offcanvas-body {
    display: flex;
    justify-content: space-between;
    gap: 15px;
  }
}

@media (min-width: 992px) {
  .nav-bg {
    position: relative;
  }

  .nav-fixed {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}

@media (max-width: 991px) {
  .nav-menu.nav-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
}
.footer {
  position: relative;
  z-index: 2;
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(
      35.16% 50% at 50% 0%,
      rgba(189, 187, 255, 0.1) 0%,
      rgba(189, 187, 255, 0) 100%
    ),
    #090909;
}

.footer__content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 4em;
}

.footer__brand img {
  height: 25px;
}

.footer__sections {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 4rem;
}

.footer__section {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer__section h3 {
  color: var(--color-primary);
  font-size: var(--fs-6);
  font-style: normal;
  font-weight: 510;
  line-height: 150%; /* 24px */
}

.footer__links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer__links a {
  color: var(--color-secondary);
  font-size: var(--fs-6);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  transition: 0.3s;
}

.footer__links a:hover {
  cursor: pointer;
  color: var(--color-primary);
}

@media (max-width: 991px) {
  .footer__sections {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    width: 100%;
  }
}

.footer__copyright {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(238, 239, 241, 0.5);
  font-size: var(--fs-6);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

.footer__copyright::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  display: inline-block;
  margin: auto;
  height: 5px;
  width: 22px;
  background-color: rgb(255 0 0 / 50%);
  pointer-events: none;
  -webkit-filter: blur(8px);
  filter: blur(8px);
}
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: var(--bg-primary);
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: 0.3s;
}

.preloader.hiding {
  opacity: 0;
}

.preloader.hidden {
  opacity: 0;
  display: none;
  visibility: hidden;
}

.preloader-logo {
  width: 200px;
  height: 2rem;
  float: left;
  display: block;
  background-image: url("../img/logo.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation: preloader 2s infinite ease-in-out;
  animation: preloader 2s infinite ease-in-out;
  transition: opacity 0.2s;
}

.preloader-logo:hover {
  opacity: 0.9;
}

@-webkit-keyframes preloader {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes preloader {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media (min-width: 992px) {
  header:has(.nav-fixed) {
    padding-top: 6rem;
  }
}

main {
  position: relative;
  z-index: 0;
}

.main > section {
  position: relative;
  z-index: 1;
}

.header {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  aspect-ratio: 1408 / 1100;
  max-height: 1100px;
  overflow: hidden;
  background-color: var(--bg-primary);
  z-index: 101;
  width: 100%;
}

@media (max-width: 991px) {
  .header {
    aspect-ratio: 376 / 920;
  }
}

.header.isolated {
  aspect-ratio: unset;
}

.header__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
  background: #000;
  max-width: 1408px;
  margin: 0 auto;
}

.header__content {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 100%;
}

.hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.hero__title {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.5rem;
  text-align: center;
}

.hero__title h1 {
  color: var(--color-primary);
  text-align: center;
  font-size: var(--fs-1);
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 64px */
  letter-spacing: -1.28px;
}

@media (max-width: 991px) {
  .hero__title h1 {
    font-size: var(--fs-2);
  }
}

.hero__title h1 > span {
  display: flex;
  align-items: center;
  gap: 0rem 0.5rem;
  justify-content: center;
}

@media (max-width: 991px) {
  .hero__title h1 > span > span {
    width: 100%;
  }

  .hero__title h1 > span {
    flex-wrap: wrap;
  }
}

.hero__title h1 span > img {
  width: 64px;
  height: 64px;
  margin-top: 0.5rem;
  -webkit-filter: drop-shadow(0 4px 96px rgba(123, 184, 255, 0.5))
    drop-shadow(0 4px 32px rgba(168, 208, 255, 0.5));
  filter: drop-shadow(0 4px 96px rgba(123, 184, 255, 0.5))
    drop-shadow(0 4px 32px rgba(168, 208, 255, 0.5));
}

@media (max-width: 991px) {
  .hero__title h1 span > img {
    width: 48px;
    height: 48px;
  }
}

.hero__title h1 span > i {
  font-style: italic;
  background: linear-gradient(90deg, #FFE8E5 0%, #EEEFF1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  padding-right: 0.2em;
  margin-right: -0.2em;
}

.hero__description {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--color-secondary);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 595px;
}

@media (max-width: 991px) {
  .hero__description {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.hero__description > div {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .hero__description > div {
    flex-wrap: wrap;
  }
}

.hero__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.about__rows {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.about__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.about__row:first-child {
  grid-template-columns: 3fr 4fr;
}

@media (max-width: 991px) {
  .about__row:first-child {
    grid-template-columns: 100%;
  }

  .about__row {
    grid-template-columns: 100%;
  }
}

.media__block {
  position: relative;
  transition: 0.4s;
}

.media__anim {
  position: relative;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: opacity 0.00005s linear;
}

/* Полное скрытие контролов видео для всех браузеров */
video::-webkit-media-controls {
  display: none !important;
}

video::-webkit-media-controls-enclosure {
  display: none !important;
}

video::-webkit-media-controls-panel {
  display: none !important;
}

video::-webkit-media-controls-play-button {
  display: none !important;
}

video::-webkit-media-controls-start-playback-button {
  display: none !important;
}

video::-internal-media-controls-overlay-cast-button {
  display: none !important;
}

video {
  outline: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

/* Дополнительное скрытие контролов для всех браузеров */
video::-webkit-media-controls-timeline {
  display: none !important;
}

video::-webkit-media-controls-current-time-display {
  display: none !important;
}

video::-webkit-media-controls-time-remaining-display {
  display: none !important;
}

video::-webkit-media-controls-mute-button {
  display: none !important;
}

video::-webkit-media-controls-toggle-closed-captions-button {
  display: none !important;
}

video::-webkit-media-controls-volume-slider {
  display: none !important;
}

video::-webkit-media-controls-fullscreen-button {
  display: none !important;
}

video::-moz-media-controls {
  display: none !important;
}

video::--webkit-media-controls {
  display: none !important;
}

/* Убираем курсор pointer с видео */
.header__video,
.media__anim {
  cursor: default !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.about__item {
  position: relative;
  border-radius: 16px;
  background: #0b0b0b;
  border: 1px solid rgba(39, 39, 39, 0.75);
  overflow: hidden;
}

@media (max-width: 991px) {
  .about__item {
    height: 385px;
  }
}

.about__info {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  left: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 90%;
}

.about__item--v2 .about__info {
  top: 1.5rem;
  bottom: unset;
}

.about__title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.about__info h3 {
  color: var(--color-primary);
  font-size: var(--fs-4);
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 24px */
  letter-spacing: -0.48px;
}

.about__info p {
  color: var(--color-secondary);
  font-size: var(--fs-6);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

.about__title img {
  width: 2rem;
}

.projects__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
}

.section__header .projects__actions {
  margin-bottom: 0;
}

.projects__tabs {
  display: flex;
  align-items: center;
  gap: 0.75rem;

  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;

  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

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

@property --projects-tab-grad-mix {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 0%;
}

@property --projects-tab-text-color {
  syntax: "<color>";
  inherits: false;
  initial-value: rgba(238, 239, 241, 0.8);
}

@property --projects-tab-shadow-alpha {
  syntax: "<number>";
  inherits: false;
  initial-value: 0.1;
}

.projects__tab {
  --projects-tab-grad-mix: 0%;
  --projects-tab-text-color: rgba(238, 239, 241, 0.8);
  --projects-tab-shadow-alpha: 0.1;

  position: relative;

  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px 20px;

  border-radius: 42px;
  border: 1px solid #414148;

  background: linear-gradient(
    180deg,
    color-mix(
        in srgb,
        #1a1b1d calc(100% - var(--projects-tab-grad-mix)),
        #e2e9ff var(--projects-tab-grad-mix)
      )
      0%,
    color-mix(
        in srgb,
        #1f2022 calc(100% - var(--projects-tab-grad-mix)),
        #7d8085 var(--projects-tab-grad-mix)
      )
      100%
  );

  box-shadow: 0 -8px 16px 0
    rgba(239, 237, 255, var(--projects-tab-shadow-alpha)) inset;

  color: var(--projects-tab-text-color);
  font-size: var(--fs-6);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.32px;
  white-space: nowrap;

  transition:
    --projects-tab-grad-mix 0.35s ease,
    --projects-tab-text-color 0.25s ease,
    --projects-tab-shadow-alpha 0.35s ease,
    all 0.25s ease;

  will-change: opacity;
}

.projects__tab:hover {
  --projects-tab-text-color: rgba(253, 253, 255, 0.8);
  cursor: pointer;
  box-shadow: 0 -2px 16px 2px rgba(192, 185, 255, 0.25) inset;
}

.projects__tab.active {
  cursor: pointer;
  border-color: #bbbdc8;
  --projects-tab-grad-mix: 100%;
  --projects-tab-text-color: #1d1d1d;
  --projects-tab-shadow-alpha: 0.44;
  opacity: 0.85;
}

.projects__tab:last-child {
  box-shadow: 0 -2px 16px 2px rgba(192, 185, 255, 0.25) inset;
  margin-left: 12px;
}

.projects__tab:last-child:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.25);
  left: -12.5px;
}

.projects__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}

@media (max-width: 767px) {
  .projects__items {
    grid-template-columns: 100%;
  }
}

.projects__item {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.projects__img {
  position: relative;
  border-radius: 16px;
  background: linear-gradient(180deg, #232323 0%, #151515 100%);
  box-shadow: 0 48px 128px -48px rgba(113, 82, 252, 0.25);
  overflow: hidden;
}

.projects__item:nth-child(2) .projects__img {
  box-shadow: 0 48px 128px -48px rgba(255, 41, 41, 0.25);
}

.projects__item:nth-child(3) .projects__img {
  box-shadow: 0 48px 128px -48px rgba(41, 255, 80, 0.25);
}

.projects__item:nth-child(4) .projects__img {
  box-shadow: 0 48px 128px -48px rgba(150, 82, 252, 0.25);
}

.projects__img img,
.projects__img picture,
.projects__img video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.projects__img::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    inset 0 0 24px rgba(255, 255, 255, 0.04);
}

.projects__view {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  opacity: 0;
  pointer-events: none;
  z-index: 5;
  transition: 0.3s;
}

.projects__img:hover .projects__view {
  opacity: 1;
  pointer-events: unset;
}

.projects__view-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px 20px;
  border-radius: 42px;
  border: 1px solid rgba(58, 60, 68, 0.8);
  background: linear-gradient(
    180deg,
    rgba(26, 27, 29, 0.8) 0%,
    rgba(31, 32, 34, 0.8) 100%
  );
  box-shadow: 0 -8px 16px 0 rgba(194, 187, 250, 0.1) inset;

  color: var(--color-primary);
  font-size: var(--fs-6);
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */

  transition: 0.3s;
}

.projects__view-button:hover {
  cursor: pointer;
  opacity: 0.75;
}

.projects__info {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.projects__info h3 {
  color: var(--color-primary);
  font-size: var(--fs-4);
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 24px */
  letter-spacing: -0.48px;
}

.projects__info p {
  color: var(--color-secondary);
  font-size: var(--fs-6);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

.projects__badges {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

@media (max-width: 991px) {
  .projects__badges {
    bottom: 1rem;
    left: 1rem;
    gap: 0.25rem;
  }
}

.projects__badge {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px 20px;
  border-radius: 42px;
  border: 1px solid rgba(58, 60, 68, 0.8);
  background: linear-gradient(
    180deg,
    rgba(26, 27, 29, 0.8) 0%,
    rgba(31, 32, 34, 0.8) 100%
  );
  box-shadow: 0 -8px 16px 0 rgba(194, 187, 250, 0.1) inset;

  color: var(--color-primary);
  font-size: var(--fs-6);
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
}

.projects__badge--circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}

.projects__badge svg {
  flex-shrink: 0;
}

.projects__badge.figma {
  background:
    radial-gradient(
      50% 100% at 0% 100%,
      rgba(135, 80, 255, 0.5) 0%,
      rgba(135, 79, 255, 0) 100%
    ),
    radial-gradient(
      63.87% 100% at 100% 100%,
      rgba(41, 202, 118, 0.5) 0%,
      rgba(41, 202, 118, 0) 100%
    ),
    radial-gradient(
      44.89% 100% at 50% 100%,
      rgba(255, 116, 116, 0.5) 0%,
      rgba(255, 129, 129, 0) 100%
    ),
    linear-gradient(
      180deg,
      rgba(26, 27, 29, 0.8) 0%,
      rgba(31, 32, 34, 0.8) 100%
    );
}

.projects__badge.ae {
  background:
    radial-gradient(
      100% 100% at 50% 100%,
      rgba(153, 153, 255, 0.5) 0%,
      rgba(153, 153, 255, 0) 100%
    ),
    linear-gradient(
      180deg,
      rgba(26, 27, 29, 0.8) 0%,
      rgba(31, 32, 34, 0.8) 100%
    );
}

.projects__badge.ai {
  background:
    radial-gradient(
      100% 100% at 50% 100%,
      rgba(254, 154, 2, 0.5) 0%,
      rgba(254, 154, 2, 0) 100%
    ),
    linear-gradient(
      180deg,
      rgba(26, 27, 29, 0.8) 0%,
      rgba(31, 32, 34, 0.8) 100%
    );
}

.develop__content {
  display: grid;
  align-items: center;
  grid-template-columns: 2fr 3fr;
  gap: 1.5rem;
}

@media (max-width: 991px) {
  .develop__content {
    grid-template-columns: 100%;
    gap: 4rem;
  }
}

.develop__info {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.develop__title {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (max-width: 991px) {
  .develop__title {
    align-items: center;
    text-align: center;
  }
}

.develop__title h2 {
  color: var(--color-primary);
  font-size: var(--fs-2);
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 48px */
  letter-spacing: -0.96px;
}

@media (max-width: 991px) {
  .develop__title h2 {
    font-size: 2.5rem;
  }
}

.develop__title p {
  color: var(--color-secondary);
  font-size: var(--fs-6);
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
}

.develop__title svg {
  vertical-align: middle;
}

.develop__rows {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.develop__row {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 1rem;
}

.develop__row img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.develop__row h3 {
  color: var(--color-primary);
  font-size: var(--fs-4);
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 24px */
  letter-spacing: -0.48px;
}

.develop__row p {
  color: var(--color-secondary);
  font-size: var(--fs-6);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

.develop__image {
  position: relative;
}

@media (max-width: 991px) {
  .develop__image {
    margin-right: -1rem;
  }
}

.develop__image::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 398px;
  height: 237px;
  max-width: 100%;
  border-radius: 398px;
  background: rgba(103, 146, 255, 0.2);
  -webkit-filter: blur(128px);
  filter: blur(128px);
  pointer-events: none;
  z-index: -1;
}

@media (min-width: 1200px) {
  .develop__image::after {
    left: -8rem;
  }
}

.contacts__logo {
  position: relative;
  width: 357px;
  max-width: 100%;
  margin-top: 7rem;
}

.contacts__logo img {
  position: absolute;
  top: -15rem;
  left: 0;
  right: 0;
}

@media (max-width: 375px) {
  .contacts__logo img {
    top: clamp(-12rem, -3.899rem + -40.506vw, -14rem);
  }
}

.contacts__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contacts__form {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
  max-width: 550px;
  gap: 1.5rem;
  background: #0d0d0d;
  padding: 16px;
  border-radius: 24px;
}

.contacts__divider {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}

.contacts__divider::before,
.contacts__divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.25);
}

.contacts__divider p {
  margin: 0 12px;
  color: var(--color-secondary);
  text-align: center;
  font-size: var(--fs-6);
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  white-space: nowrap;
}

.contacts__us {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
}

.contacts__us p,
.contacts__us a {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: var(--color-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  transition: 0.3s;
}

.contacts__us a:hover {
  cursor: pointer;
  opacity: 0.75;
}

.heart {
  -webkit-filter: drop-shadow(0 4px 32px rgba(255, 0, 0, 1))
    drop-shadow(0 2px 8px rgba(255, 87, 87, 0.75));
  filter: drop-shadow(0 4px 32px rgba(255, 0, 0, 1))
    drop-shadow(0 2px 8px rgba(255, 87, 87, 0.75));
}

.hd_normalize {
  display: none;
}

@media (min-width: 1200px) {
  .hd_normalize {
    display: block;
    width: 100%;
  }
}

/* Button wrapper for glow effect */
.contacts__button-wrapper {
  position: relative;
  width: 100%;
}

/* Glow effect behind button */
.contacts__button-glow {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #7B5AFF 0%, #B794F6 50%, #E1D1FF 100%);
  border-radius: 12px;
  filter: blur(10px);
  opacity: 0.8;
  transition: width 0.4s ease-out, opacity 0.3s ease;
  pointer-events: none;
  z-index: 0;
}

.contacts__button-wrapper.glow-active .contacts__button-glow {
  opacity: 1;
}

.contacts__button-wrapper.glow-complete .contacts__button-glow {
  animation: pulseGlow 2s ease-in-out infinite;
}

@keyframes pulseGlow {
  0%, 100% {
    opacity: 0.8;
    filter: blur(16px);
  }
  50% {
    opacity: 1;
    filter: blur(20px);
  }
}

.contacts__button {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  text-align: center;
  font-size: var(--fs-6);
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  color: #1f1f1f;
  background-color: #eeeff1;
  transition: 0.3s;
}

.contacts__button:disabled {
  background: #1f1f1f;
  color: rgba(238, 239, 241, 0.5);
}

.contacts__button:not(:disabled) {
  cursor: pointer;
}

.contacts__button:not(:disabled):hover,
.contacts__button:not(:disabled):focus,
.contacts__button:not(:disabled):active {
  color: #1f1f1f;
  background-color: #eeeff1;
  box-shadow: 0px -5px 20px 8px rgba(184, 161, 227, 0.8) inset;
}
/* =====================================================================
   xss.css — утилиты для margin, padding и width
   ===================================================================== */

.m-0 {
  margin: 0rem;
}

.m-05 {
  margin: 0.5rem;
}

.m-1 {
  margin: 1rem;
}

.m-2 {
  margin: 2rem;
}

.m-3 {
  margin: 3rem;
}

.m-4 {
  margin: 4rem;
}

.m-5 {
  margin: 5rem;
}

.mt-0 {
  margin-top: 0rem;
}

.mt-05 {
  margin-top: 0.5rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mt-5 {
  margin-top: 5rem;
}

.mr-0 {
  margin-right: 0rem;
}

.mr-05 {
  margin-right: 0.5rem;
}

.mr-1 {
  margin-right: 1rem;
}

.mr-2 {
  margin-right: 2rem;
}

.mr-3 {
  margin-right: 3rem;
}

.mr-4 {
  margin-right: 4rem;
}

.mr-5 {
  margin-right: 5rem;
}

.mb-0 {
  margin-bottom: 0rem;
}

.mb-05 {
  margin-bottom: 0.5rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-15 {
  margin-bottom: 1.5rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.ml-0 {
  margin-left: 0rem;
}

.ml-05 {
  margin-left: 0.5rem;
}

.ml-1 {
  margin-left: 1rem;
}

.ml-2 {
  margin-left: 2rem;
}

.ml-3 {
  margin-left: 3rem;
}

.ml-4 {
  margin-left: 4rem;
}

.ml-5 {
  margin-left: 5rem;
}

.mx-0 {
  margin-left: 0rem;
  margin-right: 0rem;
}

.mx-05 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-1 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-2 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.mx-3 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.mx-4 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.mx-5 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.my-05 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-5 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.p-0 {
  padding: 0rem;
}

.p-05 {
  padding: 0.5rem;
}

.p-1 {
  padding: 1rem;
}

.p-2 {
  padding: 2rem;
}

.p-3 {
  padding: 3rem;
}

.p-4 {
  padding: 4rem;
}

.p-5 {
  padding: 5rem;
}

.pt-0 {
  padding-top: 0rem;
}

.pt-05 {
  padding-top: 0.5rem;
}

.pt-1 {
  padding-top: 1rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pt-5 {
  padding-top: 5rem;
}

.pr-0 {
  padding-right: 0rem;
}

.pr-05 {
  padding-right: 0.5rem;
}

.pr-1 {
  padding-right: 1rem;
}

.pr-2 {
  padding-right: 2rem;
}

.pr-3 {
  padding-right: 3rem;
}

.pr-4 {
  padding-right: 4rem;
}

.pr-5 {
  padding-right: 5rem;
}

.pb-0 {
  padding-bottom: 0rem;
}

.pb-05 {
  padding-bottom: 0.5rem;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

.pl-0 {
  padding-left: 0rem;
}

.pl-05 {
  padding-left: 0.5rem;
}

.pl-1 {
  padding-left: 1rem;
}

.pl-2 {
  padding-left: 2rem;
}

.pl-3 {
  padding-left: 3rem;
}

.pl-4 {
  padding-left: 4rem;
}

.pl-5 {
  padding-left: 5rem;
}

.px-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

.px-05 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-3 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-4 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-5 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.py-05 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.w-auto {
  width: auto;
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.h-100 {
  height: 100%;
}

.w-33 {
  width: 33%;
}

.w-50 {
  width: 50%;
}

.w-100 {
  width: 100%;
}

.flex-1 {
  flex: 1;
}

.flex-fill {
  flex: 1 1 auto;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-center {
  align-items: center;
}

.gap-0 {
  gap: 0;
}

.gap-025 {
  gap: 0.25rem;
}

.gap-05 {
  gap: 0.5rem;
}

.gap-1 {
  gap: 1rem;
}

.gap-15 {
  gap: 1.5rem;
}

.gap-2 {
  gap: 2rem;
}

.gap-25 {
  gap: 2.5rem;
}

.gap-3 {
  gap: 3rem;
}

.gap-35 {
  gap: 3.5rem;
}

.gap-4 {
  gap: 4rem;
}

.gap-45 {
  gap: 4.5rem;
}

.gap-5 {
  gap: 5rem;
}

@media (max-width: 991px) {
  .from-991 {
    display: none !important;
  }

  .wrap-991 {
    flex-wrap: wrap;
  }
}

@media (min-width: 992px) {
  .to-991 {
    display: none !important;
  }
}

.text-400 {
  font-weight: 400;
}

.text-500 {
  font-weight: 400;
}

.text-600 {
  font-weight: 600;
}

.text-700 {
  font-weight: 700;
}

.text-start {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-end {
  text-align: end;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-underline {
  text-decoration: underline;
}

.rotate-45 {
  rotate: 45deg;
}

.rotate-90 {
  rotate: 90deg;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.fs-0875 {
  font-size: 0.875rem;
}

.fs-1 {
  font-size: 1rem;
}

.overflow-hidden {
  overflow: hidden;
}

.opacity-05 {
  opacity: 0.5;
}

.clear {
  height: 5rem;
}

@keyframes copyCheck {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.copy-check .copy-check-icon {
  animation: copyCheck 0.35s ease-out forwards;
}

/* Мгновенное отображение блока контактов при переходе по кнопкам */
.contacts.instant-show .scrollFadeUp,
.contacts.instant-show .scrollFadeDown,
.contacts.instant-show .scrollZoom,
.contacts.instant-show .scrollFade,
.contacts.instant-show .scrollFadeRight,
.contacts.instant-show .scrollFadeLeft {
  opacity: 1 !important;
  filter: none !important;
  animation: none !important;
  -webkit-animation: none !important;
}

/* Текст поверх логотипа при переходе */
.contacts.instant-show .contacts__logo {
  z-index: 0;
}
.contacts.instant-show .section__title h2 {
  position: relative;
  z-index: 1;
}
