@charset "UTF-8";
.container {
  max-width: 1380px;
  padding: 0 50px;
  margin: 0 auto;
}

body {
  background-color: #000;
}

.header__container {
  padding: 20px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__nav {
  display: flex;
  gap: 35px;
  align-items: center;
}
.header__nav a {
  color: #FFF;
  text-align: center;
  font-family: "DM Mono";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  transition: color 0.15s linear;
}
.header__nav a.active {
  color: #FF4401;
}
.header__nav a:hover {
  color: #FF4401;
}
.header__logo {
  display: flex;
  gap: 15px;
  align-items: center;
}

.hero {
  width: 100%;
  display: flex;
  justify-content: center;
}
.hero__container {
  max-width: 1820px;
  width: 100%;
  margin: 0 auto;
  padding: 116px 0 110px;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 30px;
}
.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/hero_bg.png") 0px -462.693px/120.769% 164.333% no-repeat;
  z-index: -1;
  border-radius: 30px;
}
.hero__fade {
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 29.07%, #000 112.15%);
  width: 100%;
  height: 236px;
}
.hero__content {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
}
.hero__desc {
  color: rgba(255, 255, 255, 0.9);
  font-family: "DM Mono";
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.6px;
  max-width: 662px;
}
.hero__title {
  color: #FFF;
  font-family: "DM Mono";
  font-size: 96px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -3.84px;
  max-width: 1182px;
}
.hero__title span.text-orange {
  color: #FF4401;
}
.hero__title span.text-space {
  letter-spacing: -9.6px;
}

.stats-bar {
  margin-top: 40px;
  border-radius: 80px 30px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  box-shadow: 0 12px 22px 0 rgba(224, 56, 26, 0.1), 0 2px 1px 0 #FF6741 inset;
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  gap: 150px;
  padding: 25px 100px;
}

.stat-item {
  display: flex;
  flex-direction: column;
}
.stat-item__val {
  color: #FFF;
  font-family: Inter;
  font-size: 48px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -1.92px;
}
.stat-item__label {
  color: rgba(255, 255, 255, 0.7);
  font-family: "DM Mono";
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.6px;
}

.section-title {
  color: #FFF;
  font-family: "DM Mono";
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 70.4px */
  letter-spacing: -2.56px;
}
.section-title span.text-orange {
  color: #FF4401;
}

.discuss__container {
  padding-top: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.discuss__container-reverse {
  flex-direction: row-reverse;
}
.discuss__desc {
  color: rgba(255, 255, 255, 0.6);
  font-family: "DM Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.6px;
}
.discuss__left {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
}
.discuss__left a {
  margin-top: 69px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.discuss__left a span {
  color: #FFF;
  font-family: "DM Mono";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  transition: color 0.15s linear;
}
.discuss__left a:hover span {
  color: #FF4401;
}

span.tag {
  color: #FF4401;
  font-family: "DM Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.services__left {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.services__left span.tag {
  margin-bottom: 30px;
}
.services__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.services__container {
  padding-top: 120px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.service-link {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.service-link span {
  color: #FFF;
  font-family: "DM Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  transition: color 0.15s linear;
}
.service-link img {
  width: 21px;
}
.service-link:hover span {
  color: #FF4401;
}
.service-info {
  padding-top: 6px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.service-info p {
  color: rgba(255, 255, 255, 0.6);
  font-family: "DM Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.6px;
}
.service-info h3 {
  text-transform: uppercase;
  color: #FFF;
  font-family: "DM Mono";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.24px;
}
.service-card {
  padding: 30px 30px 35px 30px;
  border-radius: 30px;
  border: 1px solid #1F1F1F;
  background: #090909;
  display: flex;
  align-items: flex-start;
  gap: 21px;
  transition: transform 0.15s ease;
}
.service-card:hover {
  transform: scale(1.02);
}

.marquee {
  position: relative;
  overflow: hidden;
  background-color: #000;
  padding: 40px 0;
  width: 100%;
  -webkit-mask-image: linear-gradient(to right, transparent 0px, black 950px, black calc(100% - 950px), transparent 100%);
  mask-image: linear-gradient(to right, transparent 0px, black 950px, black calc(100% - 950px), transparent 100%);
}
.marquee__container {
  padding-top: 120px;
  display: flex;
  width: max-content;
  gap: 0;
  animation: marquee-scroll 30s linear infinite;
  will-change: transform;
}
.marquee-item {
  flex-shrink: 0;
  color: #FF4401;
  font-family: "DM Mono", sans-serif;
  font-size: 128px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -5.12px;
  text-transform: uppercase;
  padding-right: 40px;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.case-item {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.case-image {
  min-width: 522px;
  height: 376px;
  border-radius: 30px;
  background-size: cover;
  background-position: center;
}
.case-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.case-desc {
  color: rgba(255, 255, 255, 0.6);
  font-family: "DM Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.6px;
}
.case-title {
  color: #FFF;
  font-family: "DM Mono";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 52.8px */
  letter-spacing: -0.96px;
  text-transform: uppercase;
}

.cases__container {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.nav-btn {
  cursor: pointer;
  pointer-events: auto;
  transition: opacity 0.3s;
}
.nav-btn:hover {
  opacity: 0.7;
}
.nav-btn.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
.nav-btn:last-child img {
  transform: rotate(180deg);
}

.testimonials__container {
  padding-top: 120px;
}

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

.testimonial-nav {
  top: 174px;
  height: 0;
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: space-between;
  z-index: 10;
  pointer-events: none;
}

.quote-icon {
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  top: 0;
  z-index: -1;
}
.quote-container {
  position: relative;
  padding-top: 60px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  margin: 0 auto;
}
.quote-text {
  max-width: 628px;
  color: #FFF;
  text-align: center;
  font-family: "DM Mono", monospace;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.26px;
  text-transform: uppercase;
}

.author {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}
.author-role {
  color: #FF4401;
  text-align: center;
  font-family: "DM Mono", monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
  text-transform: uppercase;
}
.author-name {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-family: "DM Mono", monospace;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.66px;
  text-transform: uppercase;
}

.team__container {
  display: flex;
  justify-content: space-between;
  padding-top: 120px;
}
.team-img {
  background-size: cover;
  background-position: center;
  position: absolute;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  filter: grayscale(20%);
}
.team-img:hover {
  z-index: 10 !important;
  transform: scale(1.1) rotate(-2deg);
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  filter: grayscale(0%);
}
.team-img:nth-child(1) {
  width: 192px;
  height: 192px;
  border-radius: 80px 12px 60px 12px;
  top: 0;
  left: 0;
  z-index: 2;
}
.team-img:nth-child(2) {
  width: 259px;
  height: 255px;
  border-radius: 105px 16px 80px 16px;
  left: 130px;
  top: 52px;
  z-index: 3;
}
.team-img:nth-child(3) {
  width: 232px;
  height: 232px;
  border-radius: 95px 14px 70px 14px;
  left: 344px;
  top: 17px;
  z-index: 1;
}
.team__right {
  width: 576px;
  height: 307px;
  position: relative;
  top: 34px;
}
.team__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
}
.team__left a {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.team__left a span {
  color: #FFF;
  font-family: "DM Mono";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  transition: color 0.15s linear;
}
.team__left a:hover span {
  color: #FF4401;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.96);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes floatLumen {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-10px) scale(1.02);
  }
}
.banner__container {
  padding-top: 120px;
  position: relative;
}
.banner__inner {
  overflow: hidden;
  padding: 58px 0 57px 0;
  border-radius: 30px;
  background: #FF4401;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  opacity: 0;
  animation: scaleIn 0.8s ease-out forwards;
  /* --- ИСПРАВЛЕННЫЙ БЛОК С ТЕНЬЮ --- */
}
.banner__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  padding: 2px;
  background: linear-gradient(180deg, #FF6741 0%, rgba(153, 62, 39, 0) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 3;
  pointer-events: none;
}
.banner__inner-contact {
  padding: 50px;
}
.banner__inner-container {
  position: relative;
}
.banner__inner-container::after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 0 0 30px 30px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  box-shadow: 0 11.392px 22.336px 0 rgba(209, 78, 78, 0.1), 0 -1px 1px 0 rgba(255, 151, 151, 0.3) inset;
  backdrop-filter: blur(10px);
  transform: translate(-50%, calc(100% + 2px));
  bottom: 0;
  left: 50%;
  width: calc(100% - 80px);
  height: 30px;
  z-index: 1;
}
.banner__lumen {
  position: absolute;
  left: 0;
  width: 100%;
  top: 127px;
  z-index: 2;
  animation: floatLumen 6s ease-in-out infinite;
  pointer-events: none;
}
.banner__lumen img {
  width: 100%;
}
.banner__icon-corner {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 5;
}
.banner__icon-corner-left {
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 5;
  transition: transform 0.5s ease;
}
.banner__icon-corner-left:hover {
  transform: scale(1.1);
}
.banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: luminosity;
  z-index: 1;
}
.banner__bg img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
  display: block;
  transition: transform 3s ease;
}
.banner__inner:hover .banner__bg img {
  transform: scale(1.05);
}
.banner__content {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 15px;
}
.banner__small {
  color: #FFF;
  font-family: "DM Mono";
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out 0.2s forwards;
}
.banner__title {
  color: #FFF;
  text-align: center;
  font-family: "DM Mono";
  font-size: 64px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -2.56px;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out 0.4s forwards;
}
.banner__button {
  padding: 14px 20px;
  display: flex;
  gap: 6px;
  border-radius: 100px;
  background: #FFF;
  margin-top: 15px;
  text-decoration: none;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out 0.6s forwards;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.banner__button span {
  color: #000;
  font-family: "DM Mono";
  font-size: 18px;
  font-weight: 500;
}
.banner__button img {
  transition: transform 0.3s ease;
}
.banner__button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.banner__button:hover img {
  transform: translateX(4px);
}
.banner__button:active {
  transform: translateY(-1px);
}

.copyright {
  color: #FF4401;
  text-align: center;
  font-family: "DM Mono";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.75px;
  padding-top: 194px;
  padding-bottom: 20px;
}

.footer__lumen {
  position: absolute;
  bottom: 0;
  left: 50px;
  width: calc(100% - 100px);
}
.footer__main-content {
  display: flex;
  justify-content: space-between;
}
.footer__links {
  display: flex;
  gap: 150px;
}
.footer__col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__col h4 {
  color: #FFF;
  font-family: "DM Mono";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.footer__col ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer__col ul li a {
  color: rgba(255, 255, 255, 0.6);
  font-family: "DM Mono";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.footer__container {
  padding-top: 150px;
  position: relative;
}
.footer-logo {
  display: flex;
  align-items: center;
  gap: 22px;
}
.footer__logo-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__logo-col p {
  color: rgba(255, 255, 255, 0.6);
  font-family: "DM Mono";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.45px;
  max-width: 416px;
}

.solutions__container {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.solutions__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.solutions__info {
  display: flex;
  flex-direction: column;
  gap: 46px;
}
.solutions__info a {
  margin-top: 87px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.solutions__info a span {
  color: #FFF;
  font-family: "DM Mono";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  transition: color 0.15s linear;
}
.solutions__info a:hover span {
  color: #FF4401;
}
.solutions__text {
  color: rgba(255, 255, 255, 0.6);
  font-family: "DM Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.6px;
  max-width: 649px;
}
.solutions__name {
  color: #FFF;
  font-family: "DM Mono";
  font-size: 58px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 63.8px */
  letter-spacing: -2.32px;
}
.solutions__item {
  border-radius: 30px 30px 150px 100px;
  border: 1px solid #1F1F1F;
  background: #090909;
  padding: 69px;
  position: relative;
  display: flex;
  gap: 50px;
}
.solutions__item:last-child .solutions__info a {
  margin-top: 23px;
}
.solutions__item--reverse {
  flex-direction: row-reverse;
  border-radius: 150px 30px 100px 30px;
}
.solutions__item--reverse .solutions__visual {
  left: 0;
}
.solutions__bg {
  width: 100%;
  height: 100%;
}
.solutions__visual {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 490px;
}
.solutions__head {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.solutions__desc {
  color: rgba(255, 255, 255, 0.6);
  font-family: "DM Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.6px;
}
.solutions__title {
  color: #FFF;
  font-family: "DM Mono";
  font-size: 96px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -3.84px;
}

.solutions__visual {
  perspective: 1000px; /* Глубина 3D */
  transform-style: preserve-3d;
}

.solutions__bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* Дефолтные значения переменных, чтобы не ломалось без JS */
  --rotateX: 0deg;
  --rotateY: 0deg;
  --bg-x: 50%;
  --bg-y: 50%;
  /* Применяем наклон и зум */
  transform: scale(1) rotateX(var(--rotateX)) rotateY(var(--rotateY));
  /* Плавность только при возврате (mouseleave), при движении (mousemove) убираем JS-ом */
  will-change: transform;
}

/* При наведении включаем свет */
.solutions__visual:hover .solutions__bg::after {
  opacity: 1;
}

.clients__container {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.clients__head {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.clients__title {
  color: #FFF;
  font-family: "DM Mono";
  font-size: 96px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -3.84px;
}
.clients__desc {
  color: rgba(255, 255, 255, 0.6);
  font-family: "DM Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.6px;
}
.clients__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 20px;
}
.clients__item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.clients__item.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.clients__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.clients__visual {
  width: 100%;
  height: 454px;
  aspect-ratio: 1.4/1;
  position: relative;
  overflow: hidden;
  border-radius: 35px;
  transition: box-shadow 0.5s ease;
  mask-image: -webkit-radial-gradient(white, black);
}
.clients__visual::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  z-index: 2;
  pointer-events: none;
}
.clients__visual:hover {
  box-shadow: 0 10px 40px -10px rgba(255, 77, 0, 0.3);
}
.clients__visual:hover .clients__bg {
  transform: scale(1.02);
  filter: brightness(1.1);
}
.clients__visual:hover::before {
  animation: shine 0.75s ease-in-out;
}
.clients__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.6s ease;
  will-change: transform;
}
.clients__name {
  color: #FFF;
  font-family: "DM Mono";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.96px;
  text-transform: uppercase;
}
.clients__text {
  color: rgba(255, 255, 255, 0.6);
  font-family: "DM Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.6px;
}

@keyframes shine {
  0% {
    left: -100%;
  }
  100% {
    left: 200%;
  }
}
.about__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 26px;
}
.about__visual {
  max-width: 400px;
}
.about__container {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.about__title {
  color: #FFF;
  font-family: "DM Mono";
  font-size: 128px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 140.8px */
  letter-spacing: -5.12px;
}
.about__desc {
  color: rgba(255, 255, 255, 0.6);
  font-family: "DM Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.6px;
}

.squad__container {
  padding-top: 120px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.squad__head {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
.squad__title {
  color: #FFF;
  font-family: "DM Mono";
  font-size: 64px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -2.56px;
  text-align: center;
}
.squad__desc {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-family: "DM Mono";
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.6px;
  max-width: 600px;
}
.squad__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.squad__member {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
  gap: 20px;
  border-radius: 999px 999px 150px 150px;
  border: 1px solid #1F1F1F;
  background: #090909;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.4s ease, box-shadow 0.4s ease, background-color 0.4s ease;
  will-change: transform;
}
.squad__member:hover {
  transform: translateY(-12px);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.5);
  background-color: #0F0F0F;
}
.squad__member:hover .squad__avatar img {
  transform: scale(1.08);
}
.squad__member:hover .squad__icon {
  background: #FFF;
  transform: translate(-50%, 0) scale(1.1);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
}
.squad__member:hover .squad__icon img {
  filter: invert(1);
}
.squad__avatar {
  position: relative;
  display: flex;
  justify-content: center;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  overflow: hidden;
  mask-image: -webkit-radial-gradient(white, black);
}
.squad__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}
.squad__icon {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.squad__icon img {
  width: 24px;
  height: auto;
  transition: filter 0.4s ease;
}
.squad__icon:hover {
  transform: translate(-50%, 0) scale(1.2) !important;
}
.squad__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.squad__name {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.24px;
}
.squad__role {
  color: #696969;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.16px;
  transition: color 0.3s ease;
}
.squad__member:hover .squad__role {
  color: #999;
}

.history__timeline {
  display: flex;
}
.history .history-slider {
  width: 100%;
  overflow: visible;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 15%);
  mask-image: linear-gradient(to right, transparent 0%, black 15%);
}
.history__year {
  color: #FF4401;
  font-family: "DM Mono";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  padding-top: 66px;
  transition: text-shadow 0.3s ease;
}
.history__label {
  color: #FFF;
  font-family: "DM Mono";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  padding-top: 10px;
}
.history__text {
  padding-top: 20px;
  color: #ADADAD;
  font-family: "DM Mono";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.history__item {
  width: 332px;
  flex-shrink: 0;
  position: relative;
  user-select: none;
}
.history__item-block {
  padding: 10px;
  width: 100%;
  height: 80px;
  border-bottom: 2px solid #171717;
  background: #0C0C0C;
  display: flex;
  gap: 6px;
  align-items: flex-end;
  transition: border-color 0.3s ease;
}
.history__item-block div {
  width: 4px;
  height: 4px;
  background: #171717;
  transition: background 0.3s ease;
}
.history__item::before {
  position: absolute;
  left: -2px;
  top: 0;
  content: "";
  display: block;
  height: 134px;
  width: 2px;
  background: #171717;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.history__item:hover::before {
  background: #FF4401;
  box-shadow: 0 0 10px rgba(255, 68, 1, 0.4);
}
.history__item:hover .history__item-block {
  border-bottom-color: #FF4401;
}
.history__item:hover .history__item-block div {
  background: #FF4401;
  animation: equalizer 1s infinite ease-in-out;
}
.history__item:hover .history__item-block div:nth-child(1) {
  animation-delay: 0s;
}
.history__item:hover .history__item-block div:nth-child(2) {
  animation-delay: 0.2s;
}
.history__item:hover .history__item-block div:nth-child(3) {
  animation-delay: 0.4s;
}
.history__item:hover .history__year {
  text-shadow: 0 0 15px rgba(255, 68, 1, 0.4);
}
.history__container {
  padding-top: 120px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1820px;
  padding-left: 0;
  padding-right: 0;
}
.history__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
.history__desc {
  color: rgba(255, 255, 255, 0.6);
  font-family: "DM Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.6px;
}
.history__title {
  color: #FFF;
  font-family: "DM Mono";
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -2.56px;
}
.history__title span.text-orange {
  color: #FF4401;
}

@keyframes equalizer {
  0% {
    height: 4px;
  }
  50% {
    height: 24px;
  }
  100% {
    height: 4px;
  }
}
.practice__container {
  padding-top: 200px;
  background-image: url("../img/practicebg.svg");
  padding-bottom: 458px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 798px;
}
.practice__head {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.practice__title {
  color: #FFF;
  text-align: center;
  font-family: "DM Mono";
  font-size: 96px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 105.6px */
  letter-spacing: -3.84px;
}
.practice__desc {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-family: "DM Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.6px;
}
.practice__cards {
  display: flex;
}
.practice__card {
  border-radius: 30px;
  border: 1px solid #1F1F1F;
  background: #090909;
  padding: 35px 35px 61px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.practice__icon {
  margin-bottom: 20px;
}
.practice__name {
  color: #FFF;
  font-family: "DM Mono";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.24px;
}
.practice__text {
  color: rgba(255, 255, 255, 0.6);
  font-family: "DM Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.6px;
}

@keyframes titleReveal {
  from {
    opacity: 0;
    transform: translateY(40px);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes shine {
  0% {
    left: -100%;
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    left: 200%;
    opacity: 0;
  }
}
@keyframes simpleFadeIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.partners__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding-top: 60px;
  overflow: hidden;
}
.partners__title {
  color: #FFF;
  font-family: "DM Mono";
  font-size: 96px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -3.84px;
  text-align: center;
  opacity: 0;
  animation: titleReveal 1s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
.partners__slider {
  width: 100%;
  position: relative;
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}
.partners__track {
  display: flex;
  gap: 35px;
  width: max-content;
  animation: scroll 20s linear infinite;
}
.partners__logo {
  position: relative;
  flex-shrink: 0;
  border: 1px solid #1F1F1F;
  background: #090909;
  box-shadow: 0 -6px 15px 0 rgba(255, 255, 255, 0.1) inset;
  padding: 20px;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  animation: simpleFadeIn 0.8s ease-out forwards;
  transition: all 0.4s ease;
}
.partners__logo img {
  max-width: 80%;
  max-height: 80%;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), filter 0.3s ease;
  filter: grayscale(100%) opacity(0.7);
}
.partners__logo::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  pointer-events: none;
  z-index: 2;
}
.partners__logo:hover {
  background: #111;
  transform: translateY(-10px) scale(1.05);
  z-index: 10;
}
.partners__logo:hover img {
  filter: grayscale(0%) opacity(1);
  transform: scale(1.15);
}
.partners__logo:hover::before {
  animation: shine 0.7s;
}

.contact__container {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.contact__visual {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.contact__progress-dots {
  display: flex;
  gap: 9px;
  align-items: center;
}
.contact__dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: relative;
  background: #0D0D0D;
}
.contact__dot--active {
  background: linear-gradient(180deg, #FF4401 0%, #D33800 100%);
}
.contact__dot--active::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  background: linear-gradient(180deg, #FF4401 0%, #FF6832 100%);
  box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
}
.contact__form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
}
.contact__form-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  z-index: 1;
  position: relative;
}
.contact__brand {
  display: flex;
  align-items: center;
  gap: 15px;
}
.contact__brand img:first-child {
  width: 45px;
  height: 45px;
}
.contact__brand img:last-child {
  width: 69px;
}
.contact__button {
  margin-top: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/next_button.png");
  background-color: transparent;
  border: 0;
  width: 166px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
}
.contact__button span {
  color: #FFF;
  font-family: "DM Mono";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 26.4px */
  letter-spacing: -0.48px;
}
.contact__input {
  padding: 25px;
  border-radius: 20px;
  border: 1px solid #141414;
  background: #0A0A0A;
  box-shadow: 0 2px 0 0 rgba(255, 255, 255, 0.15) inset;
  outline: none;
  color: rgb(255, 255, 255);
  font-family: "DM Mono";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 26.4px */
  letter-spacing: -0.48px;
  max-width: 760px;
  width: 100%;
}
.contact__input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-family: "DM Mono";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 26.4px */
  letter-spacing: -0.48px;
}
.contact__label {
  color: #FFF;
  font-family: "DM Mono";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 44px */
  letter-spacing: -0.8px;
}
.contact__card {
  padding: 40px;
  border-radius: 30px;
  border: 1px solid #141414;
  background-color: #0A0A0A;
  box-shadow: 0 2px 0 0 rgba(255, 255, 255, 0.15) inset;
  background-image: url("../img/feedback_bg.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 100%;
  position: relative;
}
.contact__card::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 30px;
  left: 50%;
  width: calc(100% - 80px);
  transform: translate(-50%, 100%);
  border-radius: 0 0 30px 30px;
  background: rgba(10, 10, 10, 0.5);
  box-shadow: 0 -1px 1px 0 rgba(163, 163, 163, 0.3) inset;
}
.contact__head {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact__title {
  color: #FFF;
  font-family: "DM Mono";
  font-size: 96px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 105.6px */
  letter-spacing: -3.84px;
}
.contact__description {
  color: rgba(255, 255, 255, 0.6);
  font-family: "DM Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.6px;
}

/* Плавное исчезновение текста */
@keyframes fadeOutText {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-10px);
  }
}
/* Плавное появление текста */
@keyframes fadeInText {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.contact__label--fade-out {
  animation: fadeOutText 0.25s ease-out forwards;
}

.contact__label--fade-in {
  animation: fadeInText 0.3s ease-out forwards;
}

/* Подсветка ошибки — мягкая, без тряски */
.contact__input--error {
  border-color: #FF4401 !important;
  box-shadow: 0 0 6px rgba(255, 68, 1, 0.3) inset !important;
  transition: all 0.3s ease-out;
}

.contact__input--error:focus {
  box-shadow: 0 0 8px rgba(255, 68, 1, 0.5) inset !important;
}

.faq__container {
  padding-top: 150px;
}
.faq__head {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px; /* Добавил отступ до сетки, если его не было */
}
.faq__title {
  color: #FFF;
  font-family: "DM Mono", monospace;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -2.56px;
  margin: 0;
}
.faq__description {
  color: rgba(255, 255, 255, 0.6);
  font-family: "DM Mono", monospace;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.6px;
  margin: 0;
}
.faq__grid {
  display: flex;
  gap: 20px;
  align-items: flex-start; /* Чтобы колонки не растягивались по высоте самой большой */
}
.faq__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}
.faq__item {
  cursor: pointer;
  border-radius: 20px;
  border: 1px solid #141414;
  background: #0A0A0A;
  box-shadow: 0 2px 0 0 rgba(255, 255, 255, 0.15) inset;
  padding: 30px;
  display: flex;
  flex-direction: column;
  transition: border-color 0.3s ease, background-color 0.3s ease;
  /* Здесь убран gap, отступ регулируется в &__body */
  /* Состояние открытого вопроса */
}
.faq__item:hover {
  border-color: #2a2a2a;
}
.faq__item.active .faq__icon {
  transform: rotate(180deg);
}
.faq__item.active .faq__body {
  grid-template-rows: 1fr;
  opacity: 1;
  margin-top: 14px; /* Отступ появляется только при открытии */
}
.faq__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  user-select: none; /* Запрет выделения текста при кликах */
  width: 100%;
}
.faq__question {
  color: #F5F5F5;
  font-family: "DM Mono", monospace;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.faq__icon {
  transition: transform 0.3s ease;
  flex-shrink: 0; /* Чтобы стрелка не сплющивалась */
}
.faq__body {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  margin-top: 0;
  transition: grid-template-rows 0.3s ease-out, opacity 0.3s ease-out, margin-top 0.3s ease-out;
}
.faq__answer {
  overflow: hidden; /* Обязательно для работы анимации grid */
  color: #AEAEAE;
  font-family: "DM Mono", monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

/* Адаптив (опционально) */
@media (max-width: 768px) {
  .faq__grid {
    flex-direction: column;
  }
  .faq__title {
    font-size: 40px;
  }
}
/* _burger.scss */
/* 1. Hide burger on Desktop */
.burger-btn {
  display: none;
}

/* 2. Show and Style on Mobile/Tablet */
@media (max-width: 991px) {
  .burger-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 48px;
    height: 48px;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 1001; /* Must be higher than the nav overlay */
    padding: 0;
    gap: 6px;
    transition: all 0.3s ease;
  }
  /* Lines inside the burger */
  .burger-btn span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: center;
  }
  /* 3. "Active" State (When body has .menu-open) */
  /* Lock scroll on body */
  body.menu-open {
    overflow: hidden;
  }
  /* Change Burger to X */
  body.menu-open .burger-btn {
    border-color: #FF4401; /* Orange border */
  }
  body.menu-open .burger-btn span:nth-child(1) {
    transform: translateY(4px) rotate(45deg);
    background-color: #FF4401;
  }
  body.menu-open .burger-btn span:nth-child(2) {
    transform: translateY(-4px) rotate(-45deg);
    background-color: #FF4401;
  }
  /* Ensure the Nav appears (This reinforces logic in _media.scss) */
  body.menu-open .header__nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
}
/* =========================================
   _media.scss
   Adaptive Styles for Lumen Agency
   (Includes Index, Clients, Services, About & Contact Pages)
   ========================================= */
/* --- GLOBAL VARIABLES & SCALING --- */
:root {
  --header-height: 80px;
  --orange: #FF4401;
  --transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Fluid Typography & Reset */
html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  width: 100%;
}

/* =========================================
   LARGE SCREENS (max-width: 1440px)
   ========================================= */
@media (max-width: 1440px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%;
  }
  .hero__container {
    padding: 100px 0 80px;
  }
  .hero__title {
    font-size: 80px;
  }
  /* --- ABOUT PAGE --- */
  .about__title {
    font-size: 100px;
  }
  .squad__grid {
    gap: 20px;
  }
  /* --- CONTACT PAGE --- */
  .contact__title {
    font-size: 80px; /* Down from 96px */
  }
}
@media (max-width: 1350px) {
  .clients__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 1250px) {
  .squad__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* =========================================
   LAPTOPS & TABLET LANDSCAPE (max-width: 1024px)
   ========================================= */
@media (max-width: 1024px) {
  /* --- HOME --- */
  .hero__title {
    font-size: 64px;
  }
  .stats-bar {
    gap: 50px;
    padding: 25px 40px;
  }
  .services__container {
    gap: 40px;
  }
  .service-card {
    padding: 25px;
  }
  .marquee-item {
    font-size: 80px;
  }
  /* --- CLIENTS PAGE --- */
  .clients__title {
    font-size: 64px;
  }
  .clients__visual {
    height: 380px;
  }
  .clients__name {
    font-size: 36px;
  }
  /* --- SERVICES PAGE --- */
  .solutions__title {
    font-size: 64px;
  }
  .solutions__item {
    padding: 40px;
  }
  .solutions__visual {
    width: 400px;
  }
  .solutions__name {
    font-size: 48px;
  }
  /* --- ABOUT PAGE --- */
  .about__title {
    font-size: 80px;
  }
  .about__visual img {
    max-width: 100%;
    height: auto;
  }
  .history__title {
    font-size: 48px;
  }
  .partners__title {
    font-size: 64px;
  }
  /* --- CONTACT PAGE --- */
  .contact__title {
    font-size: 64px;
  }
  .contact__label {
    font-size: 32px;
  }
  .faq__title {
    font-size: 56px;
  }
}
/* =========================================
   TABLETS PORTRAIT & SMALL LAPTOPS (max-width: 991px)
   Major Layout Breakpoint
   ========================================= */
@media (max-width: 991px) {
  /* --- HEADER & NAVIGATION --- */
  .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 100;
    padding-top: 0;
    gap: 40px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-20px);
    transition: all 0.4s ease;
  }
  .header__nav a {
    font-size: 32px;
    font-weight: 400;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.4s ease;
  }
  body.menu-open .header__nav {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
  }
  body.menu-open .header__nav a {
    opacity: 1;
    transform: translateY(0);
  }
  body.menu-open .header__nav a:nth-child(1) {
    transition-delay: 0.1s;
  }
  body.menu-open .header__nav a:nth-child(2) {
    transition-delay: 0.2s;
  }
  body.menu-open .header__nav a:nth-child(3) {
    transition-delay: 0.3s;
  }
  body.menu-open .header__nav a:nth-child(4) {
    transition-delay: 0.4s;
  }
  body.menu-open .header__nav a:nth-child(5) {
    transition-delay: 0.5s;
  }
  /* Burger Button */
  .burger-btn {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 30px;
    cursor: pointer;
    z-index: 101;
  }
  .burger-btn span {
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: 0.3s;
  }
  /* --- HOME --- */
  .hero__title {
    font-size: 56px;
  }
  .hero__title br {
    display: none;
  }
  .stats-bar {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 25px 100px;
    justify-items: center;
  }
  .services__container {
    flex-direction: column;
    padding-top: 80px;
  }
  .services__left {
    width: 100%;
    text-align: center;
    align-items: center;
    margin-bottom: 40px;
  }
  .services__list {
    width: 100%;
  }
  .team__container {
    flex-direction: column;
    padding-top: 80px;
    gap: 50px;
    overflow: hidden;
  }
  .team__left {
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .team__right {
    position: relative;
    top: 0;
    width: 100%;
    display: flex;
    overflow-x: auto;
    padding-bottom: 20px;
    gap: 20px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .team-img,
  .team-img:nth-child(1),
  .team-img:nth-child(2),
  .team-img:nth-child(3) {
    position: relative;
    top: auto;
    left: auto;
    width: 280px;
    height: 280px;
    flex-shrink: 0;
    border-radius: 20px;
    transform: none;
    scroll-snap-align: center;
    filter: grayscale(0%);
  }
  .discuss__container {
    flex-direction: column;
    padding-top: 80px;
  }
  .discuss__left {
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .discuss__right {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .discuss__card img {
    max-width: 100%;
    height: auto;
  }
  /* --- CLIENTS PAGE --- */
  .clients__title {
    font-size: 56px;
  }
  .clients__visual {
    height: 300px;
    border-radius: 25px;
  }
  .clients__name {
    font-size: 32px;
  }
  .clients__grid {
    gap: 40px 20px;
  }
  /* --- SERVICES PAGE --- */
  .solutions__title {
    font-size: 56px;
  }
  .solutions__list {
    gap: 30px;
  }
  .solutions__item {
    flex-direction: column-reverse;
    gap: 30px;
    padding: 30px;
    border-radius: 30px;
    align-items: flex-start;
  }
  .solutions__item--reverse {
    flex-direction: column-reverse;
    border-radius: 30px;
  }
  .solutions__item--reverse .solutions__visual {
    left: auto;
  }
  .solutions__visual {
    position: relative;
    width: 100%;
    height: 300px;
    right: auto;
    top: auto;
    margin-top: 20px;
    border-radius: 30px;
    overflow: hidden;
  }
  .solutions__bg {
    background-size: cover;
    background-position: center;
  }
  .solutions__info {
    width: 100%;
    gap: 20px;
  }
  .solutions__info a {
    margin-top: 30px;
  }
  .solutions__item:last-child .solutions__info a {
    margin-top: 30px;
  }
  /* --- ABOUT PAGE --- */
  .about__container {
    padding-top: 80px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 50px;
  }
  .about__title {
    font-size: 64px;
    text-align: center;
  }
  .about__desc {
    text-align: center;
    max-width: 100%;
  }
  .about__desc br {
    display: none;
  }
  .about__visual {
    width: 100%;
    max-width: 500px;
  }
  .squad__container {
    padding-top: 80px;
  }
  .squad__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .history__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .history__desc {
    max-width: 100%;
  }
  .practice__container {
    padding-top: 100px;
    padding-bottom: 300px;
    background-size: auto 500px;
  }
  .practice__title {
    font-size: 64px;
  }
  .partners__title {
    font-size: 56px;
  }
  /* --- CONTACT PAGE --- */
  .contact__head {
    align-items: center;
    text-align: center;
  }
  .contact__description {
    text-align: center;
  }
  /* Stack FAQ columns */
  .faq__grid {
    flex-direction: column;
    gap: 20px;
  }
  .faq__column {
    width: 100%;
  }
  /* Make contact card visual stacked */
  .contact__card {
    display: flex;
    flex-direction: column;
    padding: 30px;
    gap: 30px;
  }
  .contact__visual {
    position: relative;
    right: auto;
    bottom: auto;
    align-self: flex-start; /* Move dots to start of flex item or center */
    width: 100%;
  }
  .contact__progress-dots {
    justify-content: center; /* Center dots on mobile */
  }
}
/* =========================================
   TABLETS PORTRAIT (max-width: 768px)
   ========================================= */
@media (max-width: 768px) {
  .section-title {
    font-size: 48px;
  }
  /* --- HOME --- */
  .case-item {
    flex-direction: column;
    gap: 20px;
  }
  .case-image {
    min-width: 100%;
    width: 100%;
    height: 300px;
  }
  .case-title {
    font-size: 36px;
  }
  .stats-bar {
    grid-template-columns: repeat(2, 1fr);
  }
  .stat-item:last-child {
    grid-column: span 2;
  }
  .footer__main-content {
    flex-direction: column;
    gap: 50px;
  }
  .footer__links {
    gap: 50px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  /* --- CLIENTS PAGE --- */
  .clients__grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .clients__visual {
    width: 100%;
    height: 350px;
    aspect-ratio: auto;
  }
  /* --- ABOUT PAGE --- */
  .history__item {
    width: 280px;
  }
  .history__text {
    padding-right: 20px !important;
  }
  .practice__title {
    font-size: 48px;
  }
  .partners__list {
    gap: 20px;
  }
  .partners__logo {
    width: 120px;
    height: 120px;
  }
  /* --- CONTACT PAGE --- */
  .faq__title {
    font-size: 48px;
  }
}
/* =========================================
   MOBILE LANDSCAPE & LARGE PHONES (max-width: 576px)
   ========================================= */
@media (max-width: 576px) {
  .banner__icon-corner {
    display: none;
  }
  .contact__card {
    background-image: none;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header__container {
    padding: 20px;
  }
  .header__logo img {
    height: 24px;
    width: auto;
  }
  /* --- HOME --- */
  .hero__container {
    padding: 80px 0 60px;
  }
  .hero__title {
    font-size: 42px;
  }
  .hero__desc {
    font-size: 16px;
  }
  .hero__bg {
    background-position: center bottom;
    background-size: cover;
  }
  .stats-bar {
    margin-top: 30px;
    padding: 20px 50px;
    gap: 20px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .stat-item__val {
    font-size: 36px;
    text-align: center;
  }
  .stat-item__label {
    text-align: center;
  }
  .marquee-item {
    font-size: 64px;
    padding-right: 20px;
  }
  .testimonial-nav {
    top: 50%;
    width: 100%;
    justify-content: space-between;
    pointer-events: none;
  }
  .nav-btn {
    pointer-events: auto;
    background: rgba(255, 68, 1, 0.1);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .quote-text {
    font-size: 18px;
    line-height: 1.4;
  }
  .quote-container {
    padding-top: 40px;
  }
  .team-img,
  .team-img:nth-child(1),
  .team-img:nth-child(2),
  .team-img:nth-child(3) {
    width: 240px;
    height: 240px;
  }
  .footer__container {
    padding-top: 80px;
  }
  .footer__links {
    flex-direction: column;
    gap: 30px;
  }
  .footer__lumen {
    position: relative;
    left: 0;
    width: 100%;
    margin-top: 30px;
    margin-bottom: -10px;
  }
  .footer-logo {
    justify-content: flex-start;
  }
  /* --- CLIENTS PAGE --- */
  .clients__title {
    font-size: 42px;
  }
  .clients__desc {
    font-size: 16px;
  }
  .clients__visual {
    height: 240px;
    border-radius: 20px;
  }
  .clients__item {
    gap: 20px;
  }
  .clients__name {
    font-size: 28px;
  }
  .clients__text {
    font-size: 16px;
  }
  /* --- SERVICES PAGE --- */
  .solutions__title {
    font-size: 42px;
  }
  .solutions__name {
    font-size: 32px;
  }
  .solutions__item {
    padding: 20px;
  }
  .solutions__visual {
    height: 220px;
    border-radius: 20px;
  }
  /* --- ABOUT PAGE --- */
  .about__title {
    font-size: 56px;
  }
  .squad__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .squad__member {
    transform: none !important;
  }
  .squad__member:hover {
    transform: none !important;
  }
  .history__head {
    padding-left: 20px;
    padding-right: 20px;
  }
  .history__title {
    font-size: 36px;
  }
  .practice__title {
    font-size: 36px;
  }
  .practice__container {
    padding-bottom: 200px;
    background-size: auto 300px;
  }
  .partners__title {
    font-size: 42px;
  }
  .partners__logo {
    width: 100px;
    height: 100px;
  }
  /* --- CONTACT PAGE --- */
  .contact__title {
    font-size: 42px;
  }
  .contact__description {
    font-size: 16px;
  }
  .contact__card {
    padding: 25px 20px;
    background-position: right bottom; /* Adjust bg image */
  }
  /* Adjust typography for input to avoid overflow */
  .contact__label {
    font-size: 24px;
    line-height: 1.2;
  }
  .contact__input {
    font-size: 18px;
    padding: 15px;
    width: 100%; /* Ensure input doesn't break container */
    box-sizing: border-box;
  }
  .contact__button {
    width: 140px;
    height: 55px;
    background-size: 100%;
  }
  .contact__button span {
    font-size: 18px;
  }
  .faq__title {
    font-size: 42px;
  }
  .faq__description {
    font-size: 16px;
  }
  .faq__item {
    padding: 20px;
  }
  .faq__question {
    font-size: 16px;
    padding-right: 10px;
  }
  .banner__inner-contact {
    padding: 30px 20px;
  }
}
/* =========================================
   SMALL MOBILE (max-width: 375px)
   ========================================= */
@media (max-width: 375px) {
  /* --- HOME --- */
  .hero__title {
    font-size: 36px;
  }
  .section-title {
    font-size: 36px;
  }
  .stats-bar {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .stat-item:last-child {
    grid-column: span 1;
  }
  .service-card {
    padding: 20px;
  }
  .service-info h3 {
    font-size: 20px;
  }
  .case-image {
    height: 200px;
  }
  /* --- CLIENTS PAGE --- */
  .clients__title {
    font-size: 36px;
  }
  .clients__visual {
    height: 200px;
  }
  /* --- SERVICES PAGE --- */
  .solutions__name {
    font-size: 28px;
  }
  /* --- ABOUT PAGE --- */
  .about__title {
    font-size: 48px;
  }
  .history__item {
    width: 80vw;
  }
  .partners__logo {
    width: 80px;
    height: 80px;
  }
  /* --- CONTACT PAGE --- */
  .contact__title {
    font-size: 36px;
  }
  .faq__title {
    font-size: 36px;
  }
}
/* =========================================
   MINIMUM WIDTH SUPPORT (max-width: 320px)
   ========================================= */
@media (max-width: 320px) {
  .hero__title {
    font-size: 30px;
  }
  .hero__desc {
    font-size: 14px;
  }
  .header__nav a {
    font-size: 24px;
  }
  .copyright {
    font-size: 12px;
  }
  .clients__name {
    font-size: 24px;
  }
  .clients__visual {
    height: 180px;
  }
  .partners__logo {
    width: 70px;
    height: 70px;
    padding: 10px;
  }
  /* --- CONTACT PAGE --- */
  .contact__label {
    font-size: 20px;
  }
  .contact__input {
    font-size: 16px;
  }
}

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