/* inlined: main.css */
.hw-main {
    display: flex;
    width: 100%;
    min-height: 100vh;
    position: relative;
    background-color: black;
}

.hw-main__video-container {
    width: 100%;
    height: 100%;
    mix-blend-mode: difference;
    position: absolute;
}

.hw-main__video {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    max-height: 1043px;
    rotate: 180deg;
    z-index: 10;
}

.hw-main__bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.hw-main__image {
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: -100px;
    z-index: 1;
    width: 563.9px;
    height: 574.518px;
}

.hw-main__text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 908px;
    position: absolute;
    top: 315px;
    left: 253px;
    gap: 40px;
}

.hw-main__title {
    color: #FFF;
    font-family: Raleway;
    font-size: 68px;
    font-style: normal;
    font-weight: 800;
    line-height: 74.8px;
    text-transform: uppercase;
    max-width: 908px;
    width: 100%;
    margin: 0;
}

.hw-main__title.hw-main__title--size-construction {
    max-width: 1087px !important;
}

.hw-main__button {
    display: block;
    width: 320px;
    height: 54px;
    padding: 20px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: none;
    border-radius: 10px;
    background-color: #FFF;
    color: #000;
    text-align: center;
    cursor: pointer;
    font-family: "Josefin Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.hw-main__button:hover {
    background-color: #6c01f6;
    color: white;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

@media (max-width: 1580px) {
    .hw-main__image {
        bottom: -100px;
        z-index: 0;
        width: 463.9px;
        height: 474.518px;
    }
}

@media (min-height: 1024px) {
    .hw-main__title {
        margin-top: 100px;
    }
}

@media (max-width: 1350px) {
    .hw-main__text-container {
        left: 50%;
        transform: translate(-50%);
    }

    .hw-main__image {
        bottom: -100px;
        right: -100px;
    }
}

@media (max-width: 1195px) {
    .hw-main {
        overflow: hidden;
    }

    .hw-main__text-container {
        align-items: center;
    }

    .hw-main__image {
        right: -50px;
        bottom: -100px;
        width: 432.764px;
        height: 440.912px;
    }
}

@media (max-width: 930px) {
    .hw-main__title {
        font-size: 52px;
        line-height: normal;
        max-width: 691px;
    }

    .hw-main__text-container {
        gap: 32px;
    }
}

@media (max-width: 735px) {
    .hw-main__title {
        max-width: 500px;
    }

    .hw-main__button {
        display: flex;
        width: 220px;
        height: 47px;
        padding: 18px 20px;
        font-size: 16px;
    }

    .hw-main__image {
        display: none;
    }
}

@media (max-width: 500px) {
    .hw-main__title {
        font-size: 36px;
        line-height: normal;
        max-width: 345px;
    }

    .hw-main__text-container {
        gap: 40px;
    }
}
/* end: main.css */
/* inlined: industrial.css */
.industrial-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 60px;
    width: 100%;
    padding: 135px 357px;
}

.industrial-section--bg-grey {
    border: 1px solid rgba(254, 241, 225, 0.20);
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(102px);
}

.industrial-section--bg-black {
    background-color: #111111;
}

.industrial-section__image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 422.053px;
    height: 430px;
    object-fit: contain;
    flex-shrink: 0;
}

.industrial-section__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.industrial-section__text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 721px;
}

.industrial-section__title {
    color: #FFF;
    font-family: Raleway;
    font-size: 52px;
    font-style: normal;
    font-weight: 800;
    line-height: 57.2px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.industrial-section__title--color-rose {
    background-image: linear-gradient(180deg, #D85E99 20%, #FB3A18 80%);
    -webkit-background-clip: text;
    color: transparent;
    background-clip: text;
}

.industrial-section__title--color {
    background-image: linear-gradient(90deg, #D072B8 0%, #53C3FE 50%, #FFFFFF 100%);
    -webkit-background-clip: text;
    color: transparent;
    background-clip: text;
}

.industrial-section__title--color-grey {
    background-image: linear-gradient(90deg, #5E5E5E 0%, #BDCFDB 100%);
    -webkit-background-clip: text;
    color: transparent;
    background-clip: text;
}

.industrial-section__title--color-orange {
    background-image: linear-gradient(90deg, #D3543F 0%, #4F9CD2 100%);
    -webkit-background-clip: text;
    color: transparent;
    background-clip: text;
}

.industrial-section__title--color-violet {
    background-image: linear-gradient(180deg, #AA3591 20%, #124DED 80%);
    -webkit-background-clip: text;
    color: transparent;
    background-clip: text;
}

.industrial-section__subtitle {
    color: #FFF;
    font-family: Raleway;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 26.4px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.industrial-section__text {
    color: #FFF;
    font-family: Biryani;
    font-size: 18px;
    font-style: normal;
    font-weight: 275;
    line-height: 28.8px;
    margin-bottom: 32px;
}

.industrial-section__button {
    display: block;
    width: 245px;
    height: 54px;
    padding: 20px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    background-color: #FFF;
    color:  #000;
    text-align: center;
    font-family: "Josefin Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.industrial-section__button:hover {
    background-color: #6c01f6;
    color: white;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

@media screen and (max-width: 1600px) {
    .industrial-section {
        padding: 135px 200px;
    }
}

@media screen and (max-width: 1535px) {
    .industrial-section {
        justify-content: center;
    }
}

@media screen and (max-width: 1300px) {
    .industrial-section {
        padding: 135px 100px;
    }
}

@media screen and (max-width: 1100px) {
    .industrial-section__image-container {
        width: 314.086px;
        height: 320px;
    }

    .industrial-section__title {
        font-size: 42px;
        line-height: 52.8px;
    }
}

@media screen and (max-width: 990px) {
    .industrial-section {
        flex-direction: column;
        align-items: center
    }

    .industrial-section__text-container {
        align-items: center;
    }

    .industrial-section__title,
    .industrial-section__text,
    .industrial-section__subtitle {
        text-align: center;
    }
}

@media screen and (max-width: 834px) {
    .industrial-section {
        gap: 40px;
        padding: 40px 20px;
    }

    .industrial-section__text-container {
        width: 100%;
        align-items: center;
    }

    .industrial-section__image-container {
        width: 314.086px;
        height: 320px;
    }

    .industrial-section__title {
        font-size: 48px;
        line-height: 52.8px;
        text-align: center;
    }

    .industrial-section__text,
    .industrial-section__subtitle {
        text-align: center;
        max-width: 560px;
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .industrial-section {
        padding: 100px 50px;
    }

    .industrial-section__title {
        font-size: 36px;
        line-height: 39.6px;
    }

    .industrial-section__text-container {
        width: 100%;
    }

    .industrial-section__image-container {
        width: 235.053px;
        height: 240px;
    }

    .industrial-section__subtitle {
        font-size: 18px;
        line-height: 21.6px;
    }

    .industrial-section__text {
        font-size: 16px;
        line-height: 25.6px;
    }
}

@media screen and (max-width: 460px) {
    .industrial-section {
        padding: 34px 19px;
    }

    .industrial-section__image-container {
        width: 215.934px;
        height: 220px;
    }

    .industrial-section__title {
        font-size: 28px;
        line-height: 30.2px;
        margin-bottom: 14px;
    }

    .industrial-section__button {
        width: 220px;
        height: 47px;
        font-size: 16px;
        padding: 18px 20px;
    }

    .industrial-section__text,
    .industrial-section__subtitle {
        text-align: center;
        width: 360px;
    }

    .industrial-section__text {
        margin-bottom: 22px;
    }
}
/* end: industrial.css */
/* inlined: digit.css */
.digit {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 133px 250px 92px;
    gap: 122px;
    position: relative;
    z-index: 0;
}

.digit::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.36) 0%, rgba(17, 17, 17, 0.60) 100%);
    backdrop-filter: blur(102px);
    z-index: -1;
}

.digit__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    box-sizing: border-box;
}

.first {
    width: 319px;
}

.second {
    width: 310px;
}

.third {
    width: 310px;
}

.digit__number {
    font-family: 'Montserrat', sans-serif;
    font-size: 164.546px;
    font-weight: 800;
    line-height: 181px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #e0663f, #d34458, #b62d6a, #952466, #b62d6a, #d34458, #e0663f);
    background-size: 200% 100%;
    animation: number-gradient 6s linear infinite;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.digit__image {
    width: 61.416px;
    height: 51.696px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.digit__text {
    color: #FFF;
    font-family: Biryani;
    font-size: 22px;
    font-style: normal;
    font-weight: 275;
    line-height: 24.2px;
    text-align: center;
}

@media (max-width: 1350px) {
    .digit {
        gap: 70px;
    }

    .digit__image {
        width: 61.416px;
        height: 51.696px;
        top: 20px;
        right: 30px;
    }

    .digit__text {
        font-size: 22px;
        line-height: 24.2px;
    }
}

@media (max-width: 1160px) {
    .digit {
        gap: 30px;
    }

    .digit__container {
        width: 254px;
    }

    .digit__number {
        margin-bottom: 3px;
        font-size: 120px;
        line-height: 131px;
    }

    .digit__image {
        width: 42.181px;
        height: 35.505px;
        top: 15px;
        right: 40px;
    }
}

@media (max-width: 850px) {
    .digit {
        gap: 0px;
        padding: 57px 56px;
    }

    .digit__text {
        font-size: 18px;
        line-height: 24.2px;
        max-width: 188px;
    }

    .big-text {
        max-width: 201px;  
    }
}

@media (max-width: 750px) {
    .digit {
        flex-direction: column;
        gap: 50px;
    }
}

@media (max-width: 450px) {
    .digit {
        gap: 60px;
        padding: 40px 20px;
    }

    .digit__text {
        max-width: 254px;
    }
}
/* end: digit.css */
/* inlined: offer.css */
.offer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 0 220px;
  background-color: #111;
}

.offer__title {
  color: #fff;
  text-align: center;
  font-kerning: none;
  font-family: 'Raleway', sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 800;
  line-height: 79px;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.offer__container-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 82px;
  position: relative;
  z-index: 1;
}

.offer__container {
  position: relative;
  display: flex;
  width: 420px;
  height: 502px;
  padding: 48px 38px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 16px;
  border: 1px solid rgb(255 255 255 / 50%);
  background-color: rgb(41 41 41);
  overflow: hidden;
  z-index: 1;
}

.offer__text-container--standart {
  order: 1;
  display: flex;
  flex-direction: column;
}

.offer__image-container--standart {
  order: 2;
  display: flex;
}

.offer__text-container--center {
  order: 2 !important;
  display: flex;
  flex-direction: column;
}

.offer__image-container--center {
  order: 1 !important;
  display: flex;
  height: 240px;
}

.offer__container-title {
  color: #fff;
  font-family: Biryani;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 30.8px;
  text-transform: uppercase;
  margin-bottom: 12px;
  width: 100%;
  max-width: 370px;
  display: flex;
}

.offer__container-text {
  color: #fff;
  font-family: 'Josefin Sans';
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: 28.6px;
  width: 100%;
  max-width: 370px;
  display: flex;
  position: relative;
  z-index: 1;
}

.offer__container-image1 {
  display: flex;
  width: 444.437px;
  height: 401.885px;
  position: absolute;
  right: 0;
  bottom: 0;
  animation: positionSwitch 10s infinite;
}

@keyframes positionSwitch {
  0% {
    opacity: 1;
    transform: rotate(0deg) translate(0, 0);
    right: 0;
    bottom: 0;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
    transform: rotate(180deg) translate(0, 0);
    left: 0;
    top: 120px;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) translate(0, 0);
    right: 0;
    bottom: 0;
  }
}

.offer__container-image2 {
  display: flex;
  width: 293px;
  height: 292px;
  position: relative;
  right: 0px;
  top: -100px;
  z-index: 0;
  animation: rollBackAndForth 10s ease-in-out infinite alternate;
}

@keyframes rollBackAndForth {
  0% {
    transform: translateX(0) rotate(0deg);
  }

  25% {
    transform: translateX(-50px) rotate(-45deg);
  }

  50% {
    transform: translateX(-100px) rotate(-90deg);
  }

  75% {
    transform: translateX(-50px) rotate(-135deg);
  }

  100% {
    transform: translateX(0) rotate(-180deg);
  }
}

@keyframes colorChange {
  0% {
    stop-color: #9747ff;
  }

  50% {
    stop-color: #f7931e;
  }

  100% {
    stop-color: #9747ff;
  }
}

.offer__container-image2 #paint0_linear_6331_19693 stop {
  animation: colorChange 10s infinite ease-in-out;
}

.offer__container-image3 {
  width: 230.4px;
  height: 230.4px;
  position: absolute;
  right: 30px;
  bottom: -30px;
  z-index: 0;
  animation: rotateRightLeft 6s ease-in-out infinite;
  display: flex;
}

@keyframes rotateRightLeft {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes gradientShift {
  0% {
    stop-color: #620cd1;
  }
  50% {
    stop-color: #9747ff;
  }
  100% {
    stop-color: #f7931e;
  }
}

#paint0_radial_913_3586 stop:nth-child(1) {
  animation: gradientShift 6s infinite ease-in-out;
}

#paint0_radial_913_3586 stop:nth-child(2) {
  animation: gradientShift 6s infinite ease-in-out 2s;
}

#paint0_radial_913_3586 stop:nth-child(3) {
  animation: gradientShift 6s infinite ease-in-out 4s;
}

.offer__image-bg {
  position: absolute;
  right: 0;
  top: 1400px;
  width: 1015.083px;
  height: 1206.554px;
  flex-shrink: 0;
}

@media (max-width: 1520px) {
  .offer {
    padding: 100px 100px 220px;
  }

  .offer__container-wrapper {
    gap: 40px;
  }

  .offer__container-text {
    font-size: 24px;
    line-height: 26.4px;
  }

  .offer__container-title {
    font-size: 26px;
    line-height: 33px;
  }

  .offer__container {
    width: 380px;
    height: 452px;
    padding: 38px 28px;
  }

  .offer__container-title {
    font-size: 26px;
    line-height: 28.6px;
  }

  .offer__container-image1 {
    width: 360.366px;
    height: 359px;
  }

  .offer__container-image2 {
    width: 253px;
    height: 252px;
  }

  .offer__image-bg {
    width: 815.083px;
    height: 1106.554px;
  }

  .offer__image-container--center {
    height: 230px;
  }
}

@media (max-width: 1270px) {
  .offer {
    padding: 100px 50px 220px;
  }

  .offer__container-wrapper {
    gap: 20px;
  }

  .offer__container {
    width: 340px;
    height: 402px;
    padding: 28px 18px;
  }

  .offer__image-container--center {
    height: 200px;
  }

  .offer__container-title {
    font-size: 24px;
    line-height: 26.4px;
  }

  .offer__container-image1 {
    width: 340.366px;
    height: 359px;
  }

  .offer__container-image2 {
    width: 243px;
    height: 242px;
  }

  .offer__container-image3 {
    width: 180.4px;
    height: 180.4px;
  }

  .offer__image-bg {
    width: 615.083px;
    height: 1006.554px;
  }

  .offer__container--position {
    left: 22px;
    bottom: 22px;
  }
}

@media (max-width: 1120px) {
  .offer {
    padding: 80px 20px 220px;
  }

  .offer__title {
    font-size: 48px;
  }

  .offer__container-wrapper {
    flex-direction: column;
    gap: 60px;
  }

  .offer__container--position {
    left: 28px;
    bottom: 38px;
  }

  .offer__container {
    width: 420px;
    height: 502px;
    padding: 48px 38px;
    gap: 32px;
  }

  .offer__container-title {
    font-size: 28px;
    line-height: 30.8px;
  }

  .offer__container-image1 {
    width: 390.366px;
    height: 399px;
  }

  .offer__container-image2 {
    width: 253px;
    height: 252px;
  }

  .offer__container-image3 {
    width: 233px;
    height: 232px;
  }

  .offer__image-bg {
    width: 1015.083px;
    height: 1206.554px;
    top: 2000px;
  }
}

@media (max-width: 834px) {
  .offer {
    padding: 80px 20px 140px;
  }

  .offer__title {
    margin-bottom: 42px;
  }
}

@media (max-width: 475px) {
  .offer {
    padding: 120px 20px;
  }

  .offer__title {
    font-size: 36px;
    line-height: 39.4px;
    margin-bottom: 32px;
  }

  .offer__container-wrapper {
    gap: 20px;
  }

  .offer__image-container--center {
    height: 100px;
  }

  .offer__container {
    width: 335px;
    height: 350px;
    padding: 42px 32px;
  }

  .offer__container-title {
    font-size: 22px;
    line-height: 24.4px;
    margin-bottom: 12px;
  }

  .offer__container-text {
    font-size: 20px;
    line-height: 22.4px;
  }

  .offer__container-image1 {
    width: 200.685px;
    height: 200px;
  }

  .offer__container-image2 {
    width: 200.685px;
    height: 200px;
  }

  .offer__container-image3 {
    width: 157.808px;
    height: 157.808px;
  }

  .offer__image-bg {
    width: 715.083px;
    height: 906.554px;
  }
}
/* end: offer.css */
/* inlined: result.css */
.result {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #111;
    padding-bottom: 220px;
}

.pro {
    background-color: #111;
}

.result__title {
    color: #fff;
    text-align: center;
    font-kerning: none;
    font-family: 'Raleway', sans-serif;
    font-size: 72px;
    font-style: normal;
    font-weight: 800;
    line-height: 79.2px;
    text-transform: uppercase;
    margin-bottom: 80px;
    position: relative;
    z-index: 1;
    max-width: 1440px;
}

.result__container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
    row-gap: 120px;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
}

/* Projects archive: constrain the grid to a centered max-width (like the blog
   archive) instead of letting it span the full viewport, and tighten the gap
   under the section title. Scoped to `.pro` so industry pages are untouched. */
.result.pro {
    /* pull the section up into the filter's bottom padding so the title sits
       closer to the dropdowns (the filter padding is shared with the blog
       archive, so it can't be trimmed there directly) */
    margin-top: -56px;
}
.result.pro .result__container {
    max-width: 1470px;
    margin-left: auto;
    margin-right: auto;
}
.result.pro .result__title {
    margin-bottom: 44px;
}
/* 3 cards per row on wide screens (like the blog archive) instead of 4.
   Scoped to >1460px so the existing 3/2/1-column breakpoints below stay intact. */
@media screen and (min-width: 1461px) {
    .result.pro .result__container {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
/* Industry/service project grids ([data-count]): match the /projects/ archive —
   constrained width, centered, up to 3 cards per row (previously 4-wide). */
.result__container[data-count="2"],
.result__container[data-count="3"] {
    max-width: 1470px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 1200px) {
    .result__container[data-count="2"],
    .result__container[data-count="3"] {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .result__container[data-count="2"] .result__container-item,
    .result__container[data-count="3"] .result__container-item {
        flex: 0 0 calc(33.333% - 18px);
    }
}

.result__container-item {
    /* width: 455px; */
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

/* Make the entire project card clickable, not just the "more details" button.
   The button stays the real link; its stretched ::after overlays the whole card. */
.result__button::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}

.result__image-container {
    height: 100%;
    width: 100%;
    min-height: 504px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 10px;
    gap: 16px;
    background-color: #111;
    border-radius: 19px;
    border: 1px solid #fff;
    position: relative;
    object-fit: contain;
    margin-bottom: 22px;
}
.result__image-container .three {
    max-width: 100% !important;
}

.result__photo {
    width: 100%;
    height: auto;
    flex-shrink: 0;
    position: relative;
    border-radius: 19px;
    transition: filter 0.3s ease;
    filter: grayscale(0);
    flex-grow: 1;
    object-fit: cover;
}

.result__container-item:hover .result__photo {
    filter: grayscale(0);
}

.result__logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 150px;
    width: 327px;
    height: 128px;
    object-fit: contain;
}

.result__text-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 16px;
    flex-wrap: wrap;
    padding-bottom: 12px;
    min-height: 66px;
}

@media (min-width: 1025px) {
    .result__text-container {
        padding-right: 16px;
        padding-left: 16px;
    }
}

.result__text-container p {
    color: #ff8902;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
    text-transform: lowercase;
    margin: 0;
    display: block;
    flex-shrink: 0;
    white-space: nowrap;
}

.result__button {
    display: block;
    width: 245px;
    height: 54px;
    padding: 20px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    border: none;
    background: #fff;
    color: #000;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.result__button:hover {
    background-color: #6c01f6;
    color: white;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

@media screen and (max-width: 1460px) {
    .result__container {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 100px;
    }

    .result__title {
        font-size: 60px;
        line-height: 66px;
        max-width: 1200px;
    }
}

@media screen and (max-width: 1024px) {
    .result {
        padding-bottom: 120px;
    }

    .result__container {
        grid-template-columns: repeat(2, 360px);
        gap: 30px;
        row-gap: 80px;
    }

    .result__container-item {
        width: 360px;
    }

    .result__photo {
        height: 408px;
    }

    .result__logo {
        width: 231px;
        height: 89px;
        bottom: 160px;
    }

    .result__title {
        font-size: 48px;
        line-height: 52.8px;
    }
}

@media screen and (max-width: 780px) {
    .result__container {
        grid-template-columns: repeat(1, 460px);
        gap: 30px;
        row-gap: 80px;
    }

    .result__container-item {
        width: 460px;
    }

    .result__photo {
        height: 528px;
    }

    .result__logo {
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        bottom: 150px;
        width: 327px;
        height: 128px;
    }

    .result__text-container {
        display: flex;
        flex-direction: row;
        width: 100%;
        gap: 22px;
        flex-wrap: wrap;
        margin: 0 60px;
    }

    .result__image-container {
        min-height: 382px;
    }
}

@media screen and (max-width: 600px) {
    .result__title {
        padding: 0 20px;
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 500px) {
    .result__container {
        padding: 0 20px 42px;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

    .result__container-item {
        width: 335px;
        padding: 5px 5px 22px 5px;
    }

    .result__photo {
        height: 382px;
    }

    .result__logo {
        width: 189px;
        height: 80px;
        bottom: 200px;
    }

    .result__title {
        font-size: 36px;
        line-height: 39.4px;
        width: 335px;
    }

    .result__text-container {
        flex-direction: column;
        align-items: center;
        margin: 0;
    }

    .result__text-container p {
        font-size: 18px;
        width: 100%;
        text-align: center;
    }

    .result__button {
        width: 200px;
        height: 44px;
        padding: 16px 20px;
        font-size: 16px;
    }
}
/* end: result.css */
/* inlined: testimonials.css */
.testimonials {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 80px;
    padding-bottom: 120px;
    position: relative;
}

/* ---------- YouTube facade (rendered by yt-facade.js in place of testimonial iframes) ---------- */
.yt-facade {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background-color: #000;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    filter: grayscale(100%);
    transition: filter 0.4s ease;
    -webkit-tap-highlight-color: transparent;
}

.yt-facade:hover,
.yt-facade:focus-visible {
    filter: grayscale(0%);
    outline: none;
}

.yt-facade__icon {
    width: 68px;
    height: 48px;
    pointer-events: none;
    transition: transform 0.2s ease;
}

.yt-facade__icon-bg {
    fill: #212121;
    fill-opacity: .85;
    transition: fill 0.2s ease, fill-opacity 0.2s ease;
}

.yt-facade:hover .yt-facade__icon,
.yt-facade:focus-visible .yt-facade__icon {
    transform: scale(1.1);
}

.yt-facade:hover .yt-facade__icon-bg,
.yt-facade:focus-visible .yt-facade__icon-bg {
    fill: #cd201f;
    fill-opacity: 1;
}

.testimonials__container-item.open .yt-facade {
    top: 50%;
    left: 50%;
    width: 586px;
    height: 664px;
    transform: translate(-50%, -50%);
    filter: grayscale(0%);
}

.testimonials.expanded-height {
    padding-bottom: 600px;
}

.testimonials__title {
    color: #fff;
    text-align: center;
    font-kerning: none;
    font-family: 'Raleway', sans-serif;
    font-size: 72px;
    font-style: normal;
    font-weight: 800;
    line-height: 79.2px;
    text-transform: uppercase;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}

.testimonials__container {
    max-width: 1420px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr) );
    gap: 22px;
    width: 100%;
    justify-content: center;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
}

.testimonials__container-item {
    /*width: 460px;*/
    position: relative;
    height: 100%;
    min-height: 650px;
    flex-shrink: 0;
    z-index: 1;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    box-sizing: border-box;
    will-change: transform, opacity;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.testimonials__description-container {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(35%);
    display: flex;
    flex-direction: column;
    width: 746px;
    padding: 42px 62px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    height: 0;
    z-index: -1;
    opacity: 0;
    box-sizing: border-box;
    border: 1px solid #777;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.2);
    transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.testimonials__top-text-container {
    position: relative;
    display: flex;
    padding: 22px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    min-width: 573px;
    height: 138px;
    background-color: #1d1d1d;
    border-radius: 10px;
}

/* 5-star rating, aligned to the right of the name/role (see Figma "Reviews with rate"). */
.testimonials__rating {
    position: absolute;
    right: 32px;
    bottom: 30px;
    display: flex;
    gap: 6px;
}

.testimonials__star {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    fill: #FF8902;
}

.open .testimonials__top-text-container {
    min-width: auto;
    width: 100%;
    height: auto;
    border: 1px solid rgb(255 255 255 / 50%);
}

.testimonials__description-container-text {
    color: #fff;
    font-family: 'Biryani', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 275;
    line-height: 28.8px;
}

.testimonials__container-item.open .testimonials__description-container {
    height: auto;
    max-height: none;
    opacity: 1;
    overflow: visible;
    transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.testimonials__container-item:not(.open) .testimonials__description-container {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.testimonials__container-item.shrink {
    transform: translateX(100%);
    opacity: 0;
}

.testimonials__photo-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: filter 0.7s ease, opacity 0.7s ease;
    opacity: 1;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.testimonials__container-item.open .testimonials__photo-hover {
    width: 586px;
    height: 664px;
    transition: width 0.5s ease, height 0.5s ease;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

.testimonials__container-item:hover .testimonials__photo-hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

.testimonials__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.testimonials__container-item.open .testimonials__play {
    display: none;
}

.testimonials__text-container {
    display: inline-flex;
    padding: 22px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 15px;
    border: 1px solid rgb(255 255 255 / 50%);
    background-color: #1d1d1d;
    width: 357px;
    height: 160px;
    position: absolute;
    bottom: 49px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.testimonials__container-item.open .testimonials__text-container {
    display: none;
}

.testimonials__container-title {
    color: #fff;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.8px;
    text-transform: uppercase;
}

.testimonials__subtitle {
    color: #fff;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.testimonials__text {
    color: #fff;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 16.8px;
}

@media screen and (max-width: 1490px) {
    .testimonials__container {
        grid-template-columns: repeat(3, minmax(0, 1fr) );

    }

    .testimonials__container-item {
        /*width: 460px;*/
    }

    .testimonials__container-title {
        font-size: 16px;
    }

    .testimonials__subtitle {
        font-size: 18px;
    }

    .testimonials__text {
        font-size: 12px;
    }

    .testimonials__text-container {
        width: 357px;
        height: 160px;
    }

    .testimonials__title {
        font-size: 60px;
        line-height: 66px;
    }
}

@media screen and (max-width: 1330px) {
    .testimonials__container-item.open .testimonials__photo-hover {
        width: 486px;
        height: 564px;
    }

    .testimonials__description-container {
        transform: translateX(26%);
    }
}

@media screen and (max-width: 1230px) {
    .testimonials__description-container {
        position: absolute;
        top: 550px;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 20px;
        width: 746px;
        padding: 42px 62px;
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
}

@media screen and (max-width: 990px) {
    .testimonials__container {
        grid-template-columns: repeat(1, 460px);
    }

    .testimonials__container-item {
        width: 460px;
    }

    .testimonials__container-title {
        font-size: 16px;
    }

    .testimonials__subtitle {
        font-size: 18px;
    }

    .testimonials__text {
        font-size: 12px;
    }

    .testimonials__text-container {
        width: 357px;
        height: 160px;
    }

    .testimonials__title {
        font-size: 48px;
        line-height: 52.8px;
    }
}

@media screen and (max-width: 800px) {
    .testimonials {
        gap: 60px;
    }

    .testimonials__title {
        font-size: 42px;
        line-height: 46.2px;
        width: 460px;
    }

    .testimonials__description-container {
        width: 600px;
        padding: 42px 62px;
    }

    .testimonials__top-text-container {
        min-width: 460px;
    }
}

@media screen and (max-width: 635px) {
    .testimonials {
        gap: 42px;
    }

    .testimonials__title {
        font-size: 36px;
        line-height: 39.6px;
        width: 335px;
    }

    .testimonials__container {
        gap: 22px;
        justify-content: center;
        padding: 0;
    }

    .testimonials__description-container {
        width: 400px;
        padding: 22px;
        top: 550px;
    }

    .testimonials__description-container-text {
        font-size: 14px;
        line-height: 22.4px;
    }

    .testimonials__top-text-container {
        min-width: 360px;
    }
}

@media screen and (max-width: 500px) {
    .testimonials__container-item.open .testimonials__photo-hover {
        width: 386px;
        height: 500px;
    }

    .testimonials__description-container {
        top: 550px;
    }

    .testimonials__container {
        grid-template-columns: repeat(1, 335px);
        gap: 32px;
        justify-content: center;
        padding: 0;
    }

    .testimonials__container-item {
        width: 335px;
        height: 437px;
    }

    .testimonials__text-container,
    .testimonials__top-text-container {
        width: 312px;
        height: 140px;
        padding: 18px;
        gap: 6px;
        bottom: 12px;
    }

    .testimonials__container-title {
        font-size: 16px;
    }

    .testimonials__subtitle {
        font-size: 20px;
    }

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

@media screen and (max-width: 430px) {
    .testimonials__container {
        gap: 22px;
    }

    .testimonials__container-item {
        width: 335px;
        height: 437px;
    }

    .testimonials__text-container {
        width: 312px;
        height: 140px;
        padding: 18px;
        gap: 6px;
        bottom: 12px;
    }

    .testimonials__description-container {
        width: 335px;
        padding: 22px 12px;
    }

    .testimonials__top-text-container {
        min-width: 325px;
    }

    .testimonials__container-title {
        font-size: 16px;
    }

    .testimonials__subtitle {
        font-size: 20px;
    }

    .testimonials__text {
        font-size: 14px;
    }
}
/* end: testimonials.css */
/* inlined: comments.css */
.comments {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding-bottom: 180px;
    gap: 15px;
    background-color: #111;
}

.commets__top-left-block,
.commets__top-right-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 690px;
    z-index: 1;
}

.commets__title {
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 26.4px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.commets__text {
    color: #FFF;
    font-family: 'Biryani', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 275;
    line-height: 28.8px;
    margin-bottom: 22px;
}

@media screen and (max-width: 1500px) {
    .comments {
        padding: 0 50px 220px;
    }
}

@media screen and (max-width: 834px) {
    .comments {
        flex-direction: column;
        padding: 0 100px 140px;
    }

    .commets__top-left-block,
    .commets__top-right-block {
        width: 100%; 
        max-width: 754px; 
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 500px) {
    .comments {
        flex-direction: column;
        padding: 0 30px 120px;
    }
}
/* end: comments.css */

@keyframes number-gradient {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}


/* Mobile: the card is too narrow for stars beside the name — stack the rating
   below the name/role (normal flow) instead of overlapping the absolute one. */
@media screen and (max-width: 800px) {
    .testimonials__top-text-container {
        height: auto;
    }
    .testimonials__rating {
        position: static;
        margin-top: 2px;
    }
}
