@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
  font-family: "Guaruja Neue";
  src: local("Guaruja Neue Regular"), local("GuarujaNeue-Regular"), url("../fonts/GuarujaNeue-Regular.woff2") format("woff2"), url("fonts/GuarujaNeue-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Guaruja Neue";
  src: local("Guaruja Neue SemiBold"), local("GuarujaNeue-SemiBold"), url("../fonts/GuarujaNeue-SemiBold.woff2") format("woff2"), url("../fonts/GuarujaNeue-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Guaruja Neue";
  src: local("Guaruja Neue Medium"), local("GuarujaNeue-Medium"), url("../fonts/GuarujaNeue-Medium.woff2") format("woff2"), url("../fonts/GuarujaNeue-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html,
body {
  background: rgb(2, 2, 2);
  width: 100%;
  height: 100%;
  color: rgb(132, 134, 136);
  font-family: Guaruja Neue;
  font-style: Regular;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0%;
}

.container {
  max-width: 1312px;
  margin: 0 auto;
  width: calc(100% - 32px);
}

section {
  margin: 100px 0;
  padding-top: 60px;
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  section {
    margin: 55px 0;
    padding-top: 30px;
    margin-top: -30px;
  }
}

.section__title {
  color: rgb(234, 234, 234);
  font-family: Guaruja Neue;
  font-style: SemiBold;
  font-size: 48px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: -1%;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .section__title {
    color: rgb(234, 234, 234);
    font-family: Guaruja Neue;
    font-style: SemiBold;
    font-size: 37px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -1%;
    text-align: center;
    margin-bottom: 30px;
  }
}

.btn__primary {
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-family: Guaruja Neue;
  font-style: Medium;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0%;
  text-align: center;
  border-radius: 45px;
  background: rgb(255, 255, 255);
  padding: 13px 24px;
  cursor: pointer;
  border: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 480px) {
  .btn__primary {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
}
.btn__primary:hover {
  background: rgb(177, 246, 37);
}
.btn__primary.green {
  background: rgb(177, 246, 37);
}
.btn__primary.green:hover {
  background: rgb(36, 37, 37);
  color: rgb(177, 246, 37);
}
.btn__primary.transparent {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgb(177, 246, 37);
  border-radius: 45px;
  background-color: transparent;
  color: rgb(255, 255, 255);
  padding: 10px 24px;
}
@media screen and (max-width: 768px) {
  .btn__primary.transparent {
    padding: 10px 12px;
  }
}
.btn__primary.transparent:hover {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgb(177, 246, 37);
  color: rgb(177, 246, 37);
}
.btn__primary.transparent:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 28 28' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='28.000000' height='28.000000' fill='none' customFrame='%23000000'%3E%3Cg id='Group 3076'%3E%3Ccircle id='Ellipse 9' cx='14' cy='14' r='14' fill='rgb(177,246,37)' /%3E%3Ccircle id='Ellipse 9' cx='14' cy='14' r='13.5' stroke='rgb(177,246,37)' stroke-width='1.000000' /%3E%3Cpath id='Polygon 1' d='M9.33013 7.5L0.669873 7.5L5 0L9.33013 7.5Z' fill='rgb(0,0,0)' fill-rule='evenodd' transform='matrix(-4.37114e-08,1,-1,-4.37114e-08,19,9)' /%3E%3C/g%3E%3C/svg%3E%0A");
}
.btn__primary.transparent::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 28 28' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='28.000000' height='28.000000' fill='none' customFrame='%23000000'%3E%3Cg id='Group 3076'%3E%3Ccircle id='Ellipse 9' cx='14' cy='14' r='13.5' stroke='rgb(177,246,37)' stroke-width='1' /%3E%3Cpath id='Polygon 1' d='M5 0L9.33013 7.5L0.669873 7.5L5 0Z' fill='rgb(177,246,37)' fill-rule='nonzero' transform='matrix(-4.37114e-08,1,-1,-4.37114e-08,19,9)' /%3E%3C/g%3E%3C/svg%3E%0A");
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}

#contactForm {
  padding-top: 100px;
  margin-top: -60px;
}

.product__add--mobile, .product__title--mobile, .product__mobile, .product__mobile-tag {
  display: none;
}
@media screen and (max-width: 768px) {
  .product__add--mobile, .product__title--mobile, .product__mobile, .product__mobile-tag {
    display: block;
  }
}

header {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #000;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  header {
    min-height: 100%;
  }
}
header .header__content {
  position: relative;
  z-index: 10;
  padding-top: 20px;
}
header .hero__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 10;
  padding: 50px 0 0px;
}
@media screen and (max-width: 768px) {
  header .hero__content {
    padding: 80px 0 0;
  }
}
header::after {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  pointer-events: none;
  aspect-ratio: 16/9;
  background-image: url("../images/bg.webp");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  margin-top: -5%;
}
@media screen and (max-width: 768px) {
  header::after {
    aspect-ratio: 1;
    margin-top: 0;
    background-size: contain;
    background-position: center top;
    margin-top: -50%;
    height: 100%;
  }
}

.header__content {
  position: relative;
  padding: 24px 0;
  z-index: 99999;
}

.header__primary {
  position: fixed;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 32px);
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 24px;
  border-radius: 16px;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  border: none;
  -webkit-transition: opacity 0.3s ease, background 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, background 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, background 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, background 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 999;
}

.header__primary.header--hidden {
  -webkit-transform: translateX(-50%) translateY(-120%);
          transform: translateX(-50%) translateY(-120%);
  opacity: 0;
}

.header__primary.header--fixed {
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
  opacity: 1;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.header__primary::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(112, 112, 112)), color-stop(50%, rgba(112, 112, 112, 0)), to(rgb(112, 112, 112)));
  background: linear-gradient(to bottom, rgb(112, 112, 112) 0%, rgba(112, 112, 112, 0) 50%, rgb(112, 112, 112) 100%);
  opacity: 0.8;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo svg {
  width: 120px;
  height: auto;
}

.header__nav {
  position: relative;
  display: block;
  color: rgb(234, 234, 234);
  font-family: Guaruja Neue;
  font-style: Medium;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0%;
}
.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}
.header__nav ul li a {
  color: rgb(234, 234, 234);
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__nav ul li a:hover {
  color: #B1F625;
}

.header__btn {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header__btn .btn__primary {
  color: rgb(0, 0, 0);
  font-family: Guaruja Neue;
  font-style: Medium;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0%;
  text-align: center;
  border-radius: 45px;
  background: rgb(255, 255, 255);
  padding: 13px 24px;
  cursor: pointer;
  border: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__btn .btn__primary:hover {
  background: rgb(177, 246, 37);
}

/* Hero */
.hero__content {
  margin: 160px 0 0;
  text-align: center;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .hero__content {
    margin: 30px 0 0;
  }
}

.hero__row {
  max-width: 900px;
  margin: 0 auto;
}

.hero__title {
  font-size: clamp(42px, 8vw, 72px);
  font-style: Medium;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 24px;
  color: #fff;
}

.hero__title span {
  font-style: italic;
  font-weight: 300;
}
@media screen and (max-width: 480px) {
  .hero__title span {
    font-style: normal;
    font-weight: 600;
    margin-right: 5px;
  }
}

.hero__text {
  color: rgb(234, 234, 234);
  font-size: 21px;
  font-weight: 500;
  font-style: Medium;
  line-height: 1.4;
  margin-bottom: 40px;
}

.btn__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 1024px) {
  .header__nav {
    display: none;
  }
  .hero__content {
    padding: 100px 0 60px;
  }
  .hero__text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .header__primary {
    padding: 12px 20px;
  }
  .header__logo svg {
    width: 100px;
  }
  .header__btn .btn__primary {
    padding: 10px 20px;
    font-size: 14px;
  }
  .hero__content {
    padding: 60px 0 0px;
  }
  .hero__text {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .btn__group {
    gap: 24px;
  }
  .btn__primary {
    padding: 12px 24px;
    font-size: 15px;
  }
  header::after {
    -webkit-transform: translateY(45%);
            transform: translateY(45%);
  }
}
@media (max-width: 480px) {
  .hero__text {
    color: rgb(234, 234, 234);
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0%;
  }
  .btn__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .btn__primary {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/* Кнопка бургера у хедері */
.burger-menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 100;
  padding: 0;
  position: relative;
  width: 30px;
  height: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.burger-menu span {
  width: 30px;
  height: 2px;
  background: #fff;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
}

.burger-menu span:nth-child(1) {
  top: 0;
}

.burger-menu span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.burger-menu span:nth-child(3) {
  bottom: 0;
}

/* Анімація перетворення в хрестик */
.burger-menu.active span:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.burger-menu.active span:nth-child(2) {
  opacity: 0;
}

.burger-menu.active span:nth-child(3) {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(-45deg);
          transform: translateY(50%) rotate(-45deg);
}

/* Основний блок меню */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: #000;
  z-index: 9999;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  overflow-y: auto;
}

.mobile-menu.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.mobile-menu__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  padding: 24px 24px 48px;
}

.mobile-menu__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 64px;
}

.mobile-menu__top .header__logo svg {
  width: 115px;
  height: auto;
}

.mobile-menu__close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mobile-menu__nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.mobile-menu__nav ul {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}

.mobile-menu__nav li {
  margin-bottom: 40px;
}

.mobile-menu__nav li:last-child {
  margin-bottom: 0;
}

.mobile-menu__nav a {
  color: rgb(234, 234, 234);
  font-family: Guaruja Neue;
  font-style: Regular;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0%;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.mobile-menu__nav a:hover {
  color: #c4ff00;
}

.btn__primary.mobile-btn {
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 8px 24px;
  border-radius: 45px;
  background: rgb(177, 246, 37);
  border: none;
  color: rgb(0, 0, 0);
  font-family: Guaruja Neue;
  font-style: Medium;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0%;
  text-align: center;
}

.mobile-menu__footer {
  text-align: center;
  margin-top: auto;
  padding-top: 64px;
}

.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}

.social-icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.social-icons a:hover {
  opacity: 0.7;
}

.social-icons svg {
  width: 24px;
  height: 24px;
}

.contact-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.contact-data a {
  color: rgb(132, 134, 136);
  font-family: Guaruja Neue;
  font-style: Regular;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.contact-data a:hover {
  color: #c4ff00;
}

/* Блокування скролу */
body.menu-open {
  overflow: hidden;
}

@media (max-width: 991px) {
  .header__nav,
  .header__btn {
    display: none;
  }
  .burger-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.menu-open .header__primary {
    background: #000 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }
  body.menu-open .header__primary::before {
    opacity: 0 !important;
    pointer-events: none !important;
  }
}
@media (min-width: 992px) {
  .mobile-menu {
    display: none;
  }
}
/* Brand Story Section */
.brand-story {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .brand-story .container {
    width: calc(100% - 0px);
  }
}

.brand-story__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 110px 0 0;
}
@media screen and (max-width: 768px) {
  .brand-story__wrapper {
    padding: 80px 0;
  }
}

.brand-story__content {
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .brand-story__content {
    padding: 0 16px;
  }
}

.brand-story__title {
  color: rgb(234, 234, 234);
  font-family: Guaruja Neue;
  font-style: Medium;
  font-size: 48px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: -1%;
  margin-bottom: 32px;
}

.brand-story__title .highlight {
  font-style: italic;
  font-weight: 300;
}

.brand-story__text {
  color: rgb(132, 134, 136);
  font-family: Guaruja Neue;
  font-style: Regular;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 20px;
}

.brand-story__text:last-child {
  margin-bottom: 0;
}

.brand-story__phone {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 610px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .brand-story__phone {
    min-height: 530px;
  }
}

.brand-story__phone img {
  max-height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Responsive */
@media (max-width: 1200px) {
  .brand-story__wrapper {
    gap: 60px;
  }
  .brand-story__title {
    font-size: 42px;
  }
  .brand-story__phone {
    min-height: 500px;
  }
}
@media (max-width: 1024px) {
  .brand-story {
    padding: 80px 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .brand-story__wrapper {
    gap: 50px;
  }
  .brand-story__title {
    font-size: 37px;
  }
  .brand-story__text {
    color: rgb(169, 169, 169);
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0%;
  }
}
@media (max-width: 768px) {
  .brand-story {
    padding: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .brand-story__wrapper {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .brand-story__content {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .brand-story__title {
    font-size: 37px;
    margin-bottom: 24px;
  }
  .brand-story__text {
    font-size: 18px;
    margin-bottom: 16px;
    line-height: 1.5;
  }
  .brand-story__phone {
    min-height: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .brand-story__phone img {
    max-height: none;
    margin-top: -80px;
    margin-bottom: -80px;
  }
}
.about__us {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about__us .about__us__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .about__us .about__us__wrapper {
    gap: 0;
  }
  .about__us .about__us__wrapper.swiper-initialized {
    overflow: visible;
    width: 100%;
  }
}
.about__us .about__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 767px) {
  .about__us .about__row {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media (min-width: 768px) {
  .about__row {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr) !important;
    gap: 24px !important;
  }
  .about__row .about__item:nth-child(1) {
    grid-column: 1/4;
  }
  .about__row .about__item:nth-child(2) {
    grid-column: 4/7;
  }
  .about__row .about__item:nth-child(3),
  .about__row .about__item:nth-child(4),
  .about__row .about__item:nth-child(5) {
    grid-column: span 2;
  }
}
/* 5-та картка — на повну ширину на мобільному */
@media (max-width: 767px) {
  .about__row .about__item:nth-child(5) {
    grid-column: 1/-1;
  }
}
.about__item {
  position: relative;
  border-radius: 16px;
  background: rgb(15, 16, 17);
  padding: 24px;
  min-height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .about__item {
    width: auto !important;
    -ms-flex-negative: unset !important;
        flex-shrink: unset !important;
    min-height: 190px !important;
    margin: 0 !important;
    padding: 14px !important;
  }
}
.about__item:nth-child(3), .about__item:nth-child(4), .about__item:nth-child(5) {
  min-height: 320px;
}
@media screen and (max-width: 991px) {
  .about__item:nth-child(3), .about__item:nth-child(4), .about__item:nth-child(5) {
    min-height: 324px;
  }
}
@media (max-width: 767px) {
  .about__item:nth-child(3), .about__item:nth-child(4), .about__item:nth-child(5) {
    min-height: 190px !important;
  }
}
.about__item:nth-child(3) .about__icon, .about__item:nth-child(4) .about__icon, .about__item:nth-child(5) .about__icon {
  top: 32%;
}
@media (max-width: 767px) {
  .about__item:nth-child(5) {
    min-height: 170px !important;
  }
}

/* СТИЛІ SVG ТА ФОНІВ (БЕЗ ЗМІН) */
.about__item:nth-child(1) {
  background-image: url("data:image/svg+xml,%3Csvg width='644' height='218' viewBox='0 0 644 218' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_3019_1313)'%3E%3Cellipse cx='699.641' cy='139.858' rx='337.221' ry='112.526' transform='rotate(-22.576 699.641 139.858)' fill='%23AD7EFF' fill-opacity='0.5' /%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_3019_1313' x='-14.7598' y='-426.149' width='1428.8' height='1132.01' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix' /%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape' /%3E%3CfeGaussianBlur stdDeviation='200' result='effect1_foregroundBlur_3019_1313' /%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}

.about__item:nth-child(2) {
  background-image: url("data:image/svg+xml,%3Csvg width='644' height='218' viewBox='0 0 644 218' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_3019_547)'%3E%3Cellipse cx='699.891' cy='139.858' rx='337.221' ry='112.526' transform='rotate(-22.576 699.891 139.858)' fill='%23B1F625' fill-opacity='0.5' /%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_3019_547' x='-14.5098' y='-426.149' width='1428.8' height='1132.01' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix' /%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape' /%3E%3CfeGaussianBlur stdDeviation='200' result='effect1_foregroundBlur_3019_547' /%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}

.about__item:nth-child(3) {
  background-image: url("data:image/svg+xml,%3Csvg width='421' height='325' viewBox='0 0 421 325' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_3019_366)'%3E%3Cellipse cx='610.89' cy='107.583' rx='337.221' ry='112.526' transform='rotate(-22.576 610.89 107.583)' fill='%2324FFDB' fill-opacity='0.5' /%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_3019_366' x='-103.511' y='-458.424' width='1428.8' height='1132.01' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix' /%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape' /%3E%3CfeGaussianBlur stdDeviation='200' result='effect1_foregroundBlur_3019_366' /%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}

.about__item:nth-child(4) {
  background-image: url("data:image/svg+xml,%3Csvg width='421' height='325' viewBox='0 0 421 325' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_3019_47)'%3E%3Cellipse cx='610.89' cy='107.583' rx='337.221' ry='112.526' transform='rotate(-22.576 610.89 107.583)' fill='%23F069FF' /%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_3019_47' x='-103.511' y='-458.424' width='1428.8' height='1132.01' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix' /%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape' /%3E%3CfeGaussianBlur stdDeviation='200' result='effect1_foregroundBlur_3019_47' /%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}

.about__item:nth-child(5) {
  background-image: url("data:image/svg+xml,%3Csvg width='421' height='325' viewBox='0 0 421 325' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_3019_258)'%3E%3Cellipse cx='610.89' cy='107.583' rx='337.221' ry='112.526' transform='rotate(-22.576 610.89 107.583)' fill='%2324AFFF' fill-opacity='0.7' /%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_3019_258' x='-103.511' y='-458.424' width='1428.8' height='1132.01' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix' /%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape' /%3E%3CfeGaussianBlur stdDeviation='200' result='effect1_foregroundBlur_3019_258' /%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}

.about__item.active {
  background: rgb(15, 16, 17);
}

.btn__more {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 40px;
  height: 40px;
  background: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
}
.btn__more:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M12.6663 8.66537L8.66634 8.66537L8.66634 12.6654L7.33301 12.6654L7.33301 8.66537L3.33301 8.66537L3.33301 7.33203L7.33301 7.33203L7.33301 3.33203L8.66634 3.33203L8.66634 7.33203L12.6663 7.33203L12.6663 8.66537Z' fill='black'/%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 767px) {
  .btn__more {
    top: 12px;
    left: 12px;
    width: 28px;
    height: 28px;
  }
}

.about__item.active .btn__more {
  background: #B1F625;
  left: auto;
  right: 24px;
}
.about__item.active .btn__more:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.about__item.active .about__content {
  grid-template-rows: auto 1fr;
}
.about__item.active .about__title {
  padding-bottom: 24px;
}
.about__item.active .about__text {
  opacity: 1;
}
.about__item.active .about__icon {
  opacity: 0;
  visibility: hidden;
}

/* Мобільний active-стан — картка не змінюється, все у попапі */
@media (max-width: 767px) {
  .about__item.active .btn__more {
    background: #fff !important;
    left: 12px !important;
    right: auto !important;
    top: 12px !important;
  }
  .about__item.active .btn__more:after {
    -webkit-transform: none !important;
            transform: none !important;
  }
  .about__item.active .about__content {
    grid-template-rows: auto 0fr !important;
  }
  .about__item.active .about__title {
    padding-bottom: 0 !important;
  }
  .about__item.active .about__text {
    opacity: 0 !important;
  }
  .about__item.active .about__icon {
    opacity: 1 !important;
    visibility: visible !important;
  }
}
.about__content {
  display: grid;
  grid-template-rows: auto 0fr;
  -webkit-transition: grid-template-rows 0.5s ease;
  transition: grid-template-rows 0.5s ease;
  transition: grid-template-rows 0.5s ease, -ms-grid-rows 0.5s ease;
}

.about__title {
  color: #eaeaea;
  font-size: 21px;
  font-weight: 500;
  line-height: 25px;
  padding-bottom: 0;
  -webkit-transition: padding 0.5s ease;
  transition: padding 0.5s ease;
}
@media (max-width: 767px) {
  .about__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 113%;
    color: #eaeaea;
  }
}

.about__text {
  color: #a9a9a9;
  font-size: 16px;
  line-height: 23px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.about__icon {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 152px;
  height: 152px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 100px;
}
@media screen and (max-width: 768px) {
  .about__icon {
    top: 50% !important;
    right: 10px !important;
    -webkit-transform: translateY(-55%) !important;
            transform: translateY(-55%) !important;
    width: 80px !important;
    height: 80px !important;
  }
}

@media (max-width: 767px) {
  .about__icon img,
  .about__icon svg,
  .about__icon > * {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
/* ПАГІНАЦІЯ (ДЛЯ МОБ) */
.about-dots.swiper-pagination {
  position: relative;
  margin-top: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
@media (min-width: 768px) {
  .about-dots.swiper-pagination {
    display: none !important;
  }
}

/* ============================================================
   MOBILE POPUP
   ============================================================ */
.about-popup {
  display: none;
}

@media (max-width: 767px) {
  .about-popup {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 9999;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .about-popup.is-open {
    pointer-events: all;
    opacity: 1;
  }
  .about-popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
  }
  .about-popup__inner {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 20px;
    background: #1c1c1e;
    border-radius: 20px;
    padding: 28px 24px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: -webkit-transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .about-popup.is-open .about-popup__inner {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .about-popup__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    background: #b1f625;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .about-popup__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    padding-right: 48px;
    margin-bottom: 24px;
  }
  .about-popup__title {
    color: #eaeaea;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
  }
  .about-popup__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #a9a9a9;
    margin: 0;
  }
  .about-popup__btn {
    display: block;
    width: 100%;
    padding: 17px;
    background: #B1F625;
    color: #0f1011;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border-radius: 100px;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .about-popup__btn:active {
    opacity: 0.85;
  }
}
.section {
  margin-bottom: 80px;
  overflow-x: clip;
}

.section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .section__header {
    margin-bottom: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.swiper__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-top: 8px;
}

.swiper__btn {
  width: 38px;
  height: 38px;
  background: rgb(18, 18, 18);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.swiper__btn:hover {
  background: rgb(36, 37, 37);
}

.swiper__btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.swiper__btn::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18.1938 18.1938' xmlns='http://www.w3.org/2000/svg' width='18.193848' height='18.193848' fill='none'%3E%3Cpath d='M10.6132 0L5.3066 5.3066L0 0' stroke='rgb(255,255,255)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.000000' transform='matrix(4.37114e-08,-1,-1,-4.37114e-08,11.0776,14.4033)' /%3E%3C/svg%3E");
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
}

.swiper__btn--next::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18.1938 18.1938' xmlns='http://www.w3.org/2000/svg' width='18.193848' height='18.193848' fill='none'%3E%3Cpath d='M10.6132 0L5.3066 5.3066L0 0' stroke='rgb(255,255,255)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.000000' transform='matrix(-4.37114e-08,-1,1,-4.37114e-08,7.11621,14.4033)' /%3E%3C/svg%3E");
}

/* ── Swiper ── */
.swiper {
  overflow: hidden !important;
}

.swiper-wrapper {
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1) !important;
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1) !important;
  padding-left: 0 !important;
  padding-right: 40vw !important;
}

@media (min-width: 1920px) {
  .swiper {
    max-width: 1312px;
    margin: 0 auto;
  }
  .swiper-wrapper {
    padding-right: 500px !important;
  }
}
@media (min-width: 769px) and (max-width: 1919px) {
  .swiper {
    margin-left: 0;
    padding-left: max(20px, (100vw - 1312px) / 2);
  }
  .swiper-wrapper {
    padding-left: 0 !important;
  }
}
.swiper-slide {
  width: auto !important;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1) !important;
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1) !important;
  will-change: transform;
}

.swiper-pagination {
  position: relative;
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: rgb(39, 39, 39);
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  background: rgb(177, 246, 37);
  width: 10px;
  height: 10px;
}

/* ── ПК: Product Card (без змін) ── */
.product__card {
  position: relative;
  border-radius: 16px;
  background: rgb(22, 22, 22);
  width: calc((100vw - 160px) / 3);
  max-width: 450px;
  min-width: 350px;
  height: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  -webkit-transition: width 0.85s cubic-bezier(0.25, 1, 0.3, 1), max-width 0.85s cubic-bezier(0.25, 1, 0.3, 1);
  transition: width 0.85s cubic-bezier(0.25, 1, 0.3, 1), max-width 0.85s cubic-bezier(0.25, 1, 0.3, 1);
}

.product__card.expanded {
  width: calc((100vw - 160px) / 1.5);
  max-width: 700px;
}

.product__card:hover .product__image {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.product__card.expanded .product__image {
  opacity: 0.18;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}

.product__card::after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(6, 6, 6, 0)), to(rgb(6, 6, 6)));
  background: linear-gradient(180deg, rgba(6, 6, 6, 0) 40%, rgb(6, 6, 6) 100%);
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  border-radius: 16px;
  -webkit-transition: opacity 0.85s ease;
  transition: opacity 0.85s ease;
}

.product__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px;
  position: relative;
  z-index: 10;
}

.product__tag {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 20px;
  min-width: 120px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgb(255, 255, 255);
  font-family: Guaruja Neue;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 40px;
  backdrop-filter: blur(20px);
  background: rgba(119, 119, 119, 0.08);
  z-index: 1;
}

.product__tag::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(186, 186, 186, 0.25)), color-stop(50%, rgba(186, 186, 186, 0.55)), to(rgba(186, 186, 186, 0.25)));
  background: linear-gradient(90deg, rgba(186, 186, 186, 0.25) 0%, rgba(186, 186, 186, 0.55) 50%, rgba(186, 186, 186, 0.25) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.product__add {
  width: 40px;
  height: 40px;
  background: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 1, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.3, 1);
  color: #000;
  font-size: 22px;
  z-index: 10;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.product__add::before {
  content: "+";
}

.product__card.expanded .product__add::before {
  content: "×";
  font-size: 32px;
}

.product__image-wrapper {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.25, 1, 0.3, 1);
  transition: -webkit-transform 0.9s cubic-bezier(0.25, 1, 0.3, 1);
  transition: transform 0.9s cubic-bezier(0.25, 1, 0.3, 1);
  transition: transform 0.9s cubic-bezier(0.25, 1, 0.3, 1), -webkit-transform 0.9s cubic-bezier(0.25, 1, 0.3, 1);
  z-index: 2;
}

.product__card.expanded .product__image-wrapper {
  -webkit-transform: translateX(80px) scale(0.82);
          transform: translateX(80px) scale(0.82);
}

.product__image {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 60px 0 160px 40px;
  will-change: transform;
  -webkit-transition: opacity 0.9s ease, -webkit-transform 0.9s cubic-bezier(0.25, 1, 0.3, 1);
  transition: opacity 0.9s ease, -webkit-transform 0.9s cubic-bezier(0.25, 1, 0.3, 1);
  transition: transform 0.9s cubic-bezier(0.25, 1, 0.3, 1), opacity 0.9s ease;
  transition: transform 0.9s cubic-bezier(0.25, 1, 0.3, 1), opacity 0.9s ease, -webkit-transform 0.9s cubic-bezier(0.25, 1, 0.3, 1);
}

.product__image img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right center;
     object-position: right center;
}

.product__text {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 48px;
  z-index: 3;
  -webkit-transition: bottom 0.85s cubic-bezier(0.25, 1, 0.3, 1);
  transition: bottom 0.85s cubic-bezier(0.25, 1, 0.3, 1);
}

.product__card.expanded .product__text {
  bottom: 32px;
}

.product__title {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.15;
  color: #eaeaea;
  margin: 0;
  will-change: transform;
  -webkit-transition: font-size 0.85s cubic-bezier(0.25, 1, 0.3, 1), -webkit-transform 0.85s cubic-bezier(0.25, 1, 0.3, 1);
  transition: font-size 0.85s cubic-bezier(0.25, 1, 0.3, 1), -webkit-transform 0.85s cubic-bezier(0.25, 1, 0.3, 1);
  transition: transform 0.85s cubic-bezier(0.25, 1, 0.3, 1), font-size 0.85s cubic-bezier(0.25, 1, 0.3, 1);
  transition: transform 0.85s cubic-bezier(0.25, 1, 0.3, 1), font-size 0.85s cubic-bezier(0.25, 1, 0.3, 1), -webkit-transform 0.85s cubic-bezier(0.25, 1, 0.3, 1);
}

.product__card.expanded .product__title {
  font-size: 26px;
  -webkit-transform: translateY(-400px);
          transform: translateY(-400px);
}

.product__expanded-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  max-width: 340px;
  -webkit-transition: opacity 0.6s cubic-bezier(0.25, 1, 0.3, 1) 0.25s, -webkit-transform 0.85s cubic-bezier(0.25, 1, 0.3, 1) 0.1s;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.3, 1) 0.25s, -webkit-transform 0.85s cubic-bezier(0.25, 1, 0.3, 1) 0.1s;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.3, 1) 0.25s, transform 0.85s cubic-bezier(0.25, 1, 0.3, 1) 0.1s;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.3, 1) 0.25s, transform 0.85s cubic-bezier(0.25, 1, 0.3, 1) 0.1s, -webkit-transform 0.85s cubic-bezier(0.25, 1, 0.3, 1) 0.1s;
}

.product__card.expanded .product__expanded-content {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(-330px);
          transform: translateY(-330px);
}

.product__expanded-subtitle {
  color: rgb(234, 234, 234);
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  margin: 0 0 20px;
}

.product__features {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}

.product__features li {
  color: rgb(169, 169, 169);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding-left: 24px;
  position: relative;
  margin-bottom: 10px;
}

.product__features li::before {
  content: "•";
  color: #b1f625;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: -2px;
}

.product__cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: rgb(132, 134, 136);
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, gap 0.3s ease;
  transition: color 0.3s ease, gap 0.3s ease;
}

.product__cta::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 28 28' xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none'%3E%3Cg%3E%3Ccircle cx='14' cy='14' r='13.5' stroke='rgb(25,27,28)' /%3E%3Cpath d='M8.57 13.5h10.85v1H8.57v-1zM18.72 14l-2.47-2.47a.6.6 0 11.85-.85l2.83 2.83c.2.2.2.5 0 .7l-2.83 2.83a.6.6 0 11-.85-.85L18.72 14z' fill='rgb(177,246,37)' /%3E%3C/g%3E%3C/svg%3E");
  width: 28px;
  height: 28px;
  margin-top: 3px;
}

.product__cta:hover {
  color: rgb(177, 246, 37);
  gap: 14px;
}

/* ================================================================
   MOBILE ONLY — max-width: 768px
   ================================================================ */
@media (max-width: 768px) {
  .swiper__navigation {
    display: none;
  }
  /* Swiper → список */
  .products__swiper {
    overflow: visible !important;
  }
  .products__swiper .swiper-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-transform: none !important;
            transform: none !important;
    width: 100% !important;
    padding: 0 16px !important;
    gap: 16px !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .products__swiper .swiper-pagination {
    display: none !important;
  }
  .swiper-slide {
    width: 100% !important;
    will-change: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
  /* Хедер — прихований */
  .product__header {
    display: none !important;
  }
  /* ── Закрита картка ── */
  .product__card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: unset !important;
    height: 150px !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    -webkit-transition: none !important;
    transition: none !important;
    outline: none !important;
  }
  .product__card::after {
    display: none !important;
  }
  .product__card:hover .product__image {
    -webkit-transform: none !important;
            transform: none !important;
  }
  /* ── Відкрита картка ── */
  .product__card.expanded {
    height: auto !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    overflow: hidden !important;
    outline: 1.5px solid rgba(255, 255, 255, 0.15) !important;
  }
  .product__card.expanded .product__image {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .product__add--mobile {
    position: absolute !important;
    top: 14px !important;
    left: 14px !important;
    width: 28px !important;
    height: 28px !important;
    background: #fff !important;
    border: none !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    font-size: 20px !important;
    color: #000 !important;
    z-index: 20 !important;
    -webkit-transition: background 0.3s ease !important;
    transition: background 0.3s ease !important;
  }
  .product__add--mobile::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M12.6663 8.66537L8.66634 8.66537L8.66634 12.6654L7.33301 12.6654L7.33301 8.66537L3.33301 8.66537L3.33301 7.33203L7.33301 7.33203L7.33301 3.33203L8.66634 3.33203L8.66634 7.33203L12.6663 7.33203L12.6663 8.66537Z' fill='black'/%3E%3C/svg%3E");
    width: 16px;
    height: 16px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .product__card.expanded .product__add--mobile {
    background: #B1F625 !important;
  }
  .product__card.expanded .product__add--mobile::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .product__mobile-tag {
    position: absolute !important;
    top: 16px !important;
    right: 16px !important;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    padding: 8px 16px !important;
    border-radius: 40px !important;
    font-size: 13px !important;
    color: #fff !important;
    background: rgba(119, 119, 119, 0.08) !important;
    border: 1px solid rgba(186, 186, 186, 0.25) !important;
    z-index: 5 !important;
    opacity: 0 !important;
    pointer-events: none !important;
    -webkit-transition: opacity 0.35s ease !important;
    transition: opacity 0.35s ease !important;
  }
  .product__card.expanded .product__mobile-tag {
    opacity: 1 !important;
    pointer-events: auto !important;
  }
  /* ── Мобільний заголовок: ЗАВЖДИ абсолютний bottom:16 left:18 ── */
  .product__title--mobile {
    position: absolute !important;
    bottom: 16px !important;
    left: 18px !important;
    right: 46% !important; /* не перекривати картинку */
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    color: #eaeaea !important;
    z-index: 5 !important;
    /* Плавна зміна прозорості при відкритті */
    opacity: 1 !important;
    -webkit-transition: opacity 0.25s ease !important;
    transition: opacity 0.25s ease !important;
    pointer-events: none !important;
  }
  /* У відкритій — мобільний заголовок ховається, бо заголовок є в product__text */
  .product__card.expanded .product__title--mobile {
    opacity: 0 !important;
  }
  /* ── Оригінальний .product__text і .product__title: ховаємо на мобільному у закритій ── */
  .product__text {
    position: relative !important;
    left: unset !important;
    right: unset !important;
    bottom: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
    /* У закритій картці (flex-row) він не займає місця */
    display: none !important;
  }
  /* У відкритій — показуємо */
  .product__card.expanded .product__text {
    display: block !important;
    padding: 58px 20px 4px !important;
  }
  .product__title {
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    -webkit-transition: none !important;
    transition: none !important;
    will-change: unset !important;
    -webkit-transform: none !important;
            transform: none !important;
    margin-bottom: 10px !important;
  }
  .product__card.expanded .product__title {
    -webkit-transform: none !important;
            transform: none !important;
  }
  /* ── Картинка: права частина закритої ── */
  .product__image-wrapper {
    position: relative !important;
    inset: unset !important;
    width: 90px;
    height: 100% !important;
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    margin-left: auto !important;
    overflow: hidden !important;
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transform: none !important;
            transform: none !important;
    z-index: 1 !important;
    margin-top: 30px;
    right: 26px !important;
  }
  .product__card.expanded .product__image-wrapper {
    display: none !important;
  }
  .product__image {
    padding: 0 !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-transition: none !important;
    transition: none !important;
    will-change: unset !important;
  }
  .product__image img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
    -o-object-position: center !important;
       object-position: center !important;
  }
  /* ── Розгорнутий контент: плавний акордеон ── */
  .product__expanded-content {
    position: relative !important;
    top: unset !important;
    left: unset !important;
    right: unset !important;
    max-width: 100% !important;
    -webkit-transform: none !important;
            transform: none !important;
    opacity: 1 !important;
    pointer-events: none !important;
    display: grid !important;
    grid-template-rows: 0fr !important;
    /* Плавніша анімація */
    -webkit-transition: grid-template-rows 0.55s cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition: grid-template-rows 0.55s cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition: grid-template-rows 0.55s cubic-bezier(0.4, 0, 0.2, 1), -ms-grid-rows 0.55s cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
  .product__expanded-content__inner {
    overflow: hidden !important;
    padding: 0 20px !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }
  .product__card.expanded .product__expanded-content {
    grid-template-rows: 1fr !important;
    pointer-events: auto !important;
  }
  .product__card.expanded .product__expanded-content__inner {
    padding: 0 20px 24px !important;
  }
  .product__expanded-subtitle {
    font-size: 15px !important;
    line-height: 1.5 !important;
    margin: 10px 0 16px !important;
  }
  .product__features {
    margin-bottom: 22px !important;
  }
  .product__features li {
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin-bottom: 10px !important;
  }
  /* ── Кнопка «Стати партнером» ── */
  .product__cta {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    width: 100% !important;
    background: #B1F625 !important;
    color: #0f1011 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 18px !important;
    border-radius: 100px !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
    gap: 0 !important;
    -webkit-transition: none !important;
    transition: none !important;
    text-decoration: none !important;
  }
  .product__cta::after {
    display: none !important;
  }
  .product__cta:hover {
    color: #0f1011 !important;
    gap: 0 !important;
  }
}
/* ──────────────────────────────────────────────── Review Card ──────────────────────────────────────────────── */
.swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.swiper-slide {
  height: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.review__card {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgb(25, 27, 28);
  border-radius: 16px;
  background: rgb(15, 16, 17);
  padding: 24px;
  width: 100%;
  max-width: 420px;
  min-height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  gap: 24px;
  height: 100%;
}

@media (min-width: 1920px) {
  .review__card {
    max-width: 424px;
  }
}
@media (min-width: 769px) and (max-width: 1919px) {
  .review__card {
    max-width: 380px;
  }
}
@media (max-width: 768px) {
  .review__card {
    width: calc(100vw - 80px); /* Зменшуємо ширину, щоб показати частину наступного */
    max-width: none;
  }
  .reviews__swiper .swiper-wrapper {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .reviews__swiper .swiper-slide {
    width: calc(100vw - 80px) !important; /* Відповідає ширині картки */
  }
}
@media (max-width: 480px) {
  .review__card {
    width: calc(100vw - 60px); /* Ще менше для маленьких екранів */
  }
  .reviews__swiper .swiper-slide {
    width: calc(100vw - 60px) !important;
  }
}
.review__text {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.review__image {
  width: 70px;
  height: 76px;
  border-radius: 4px;
  overflow: hidden;
}

.review__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.review__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.review__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.review__avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
}

.review__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.review__name {
  color: rgb(234, 234, 234);
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.review__logo {
  height: 24px;
}

.review__logo img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* ──────────────────────────────────────────────── Адаптив ──────────────────────────────────────────────── */
@media (max-width: 1200px) {
  .swiper__navigation {
    display: none;
  }
  .product__card {
    width: calc((100vw - 100px) / 2);
    min-width: 320px;
  }
  .product__card.expanded {
    width: calc(100vw - 60px);
    max-width: 600px;
  }
  .review__card {
    width: calc((100vw - 100px) / 2);
    min-width: 320px;
  }
}
@media (max-width: 768px) {
  .swiper-wrapper {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  /* На телефоні видна одна ціла картка */
  .product__card {
    width: calc(100vw - 32px);
    max-width: none;
    min-width: 0;
    height: 490px;
  }
  .product__card.expanded {
    width: calc(100vw - 32px);
  }
  .product__title {
    font-size: 21px;
  }
  /* Коригуємо висоту підйому тексту для мобілок */
  .product__card.expanded .product__title {
    -webkit-transform: translateY(-320px);
            transform: translateY(-320px);
    font-size: 21px;
  }
  .product__card.expanded .product__expanded-content {
    -webkit-transform: translateY(-260px);
            transform: translateY(-260px);
  }
  .review__card {
    width: calc(100vw - 32px);
    max-width: none;
  }
  .swiper-slide {
    width: 100% !important;
  }
  .swiper-pagination {
    margin-top: 24px;
  }
}
/* FAQ Section */
.faq__section {
  margin-bottom: 80px;
}

.faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-bottom: 60px;
}

.faq__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgb(25, 27, 28);
  border-radius: 16px;
  background: rgb(15, 16, 17);
  overflow: hidden;
}

/* Question */
.faq__question {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 32px;
  background: transparent;
  border: none;
  color: rgb(234, 234, 234);
  font-family: Guaruja Neue;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  cursor: pointer;
  text-align: left;
}

/* Toggle */
.faq__toggle {
  width: 38px;
  height: 38px;
  background: rgb(36, 37, 37);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 20px;
  position: relative;
  -webkit-transition: background 0.45s ease, -webkit-transform 0.45s ease;
  transition: background 0.45s ease, -webkit-transform 0.45s ease;
  transition: transform 0.45s ease, background 0.45s ease;
  transition: transform 0.45s ease, background 0.45s ease, -webkit-transform 0.45s ease;
}

.faq__toggle::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 11.6177 6.33887' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.1156 0.501953L5.80904 5.80855L0.502441 0.501953' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E");
}

/* Smooth open */
.faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.45s ease;
  transition: grid-template-rows 0.45s ease;
  transition: grid-template-rows 0.45s ease, -ms-grid-rows 0.45s ease;
}

.faq__answer-inner {
  overflow: hidden;
  padding: 0 32px;
  -webkit-transition: padding 0.45s ease;
  transition: padding 0.45s ease;
}
@media screen and (max-width: 768px) {
  .faq__answer-inner {
    padding: 0 20px;
  }
}

.faq__item.active .faq__answer {
  grid-template-rows: 1fr;
}

.faq__item.active .faq__answer-inner {
  padding: 0 32px 24px;
}
@media screen and (max-width: 768px) {
  .faq__item.active .faq__answer-inner {
    padding: 0 20px 24px;
  }
}

.faq__item.active .faq__toggle {
  background: rgba(255, 255, 255, 0.15);
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.faq__answer p {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}

/* Contact Section */
.contact__section {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.contact__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .contact__block .contact__catalog-btn {
    display: none;
  }
}

.contact__content .title {
  color: rgb(255, 255, 255);
  font-family: Guaruja Neue;
  font-style: SemiBold;
  font-size: 48px;
  font-weight: 600;
  line-height: 46px;
  letter-spacing: -1%;
  text-align: left;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .contact__content .title {
    color: rgb(255, 255, 255);
    font-family: Guaruja Neue;
    font-style: SemiBold;
    font-size: 37px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -1%;
    text-align: center;
  }
}

.contact__content p {
  color: rgb(255, 255, 255);
  font-family: Guaruja Neue;
  font-style: Regular;
  font-size: 21px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 32px;
  max-width: 420px;
}
@media screen and (max-width: 768px) {
  .contact__content p {
    color: rgb(255, 255, 255);
    font-family: Guaruja Neue;
    font-style: Regular;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0%;
    text-align: center;
  }
}

.contact__catalog-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 8px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgb(177, 246, 37);
  border-radius: 45px;
  color: rgb(177, 246, 37);
  font-family: Guaruja Neue;
  font-style: Regular;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
.contact__catalog-btn svg path {
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
  stroke: rgb(177, 246, 37);
}
.contact__catalog-btn:hover {
  color: rgb(0, 0, 0);
  background: rgb(177, 246, 37);
  border: 1px solid rgb(177, 246, 37);
}
.contact__catalog-btn:hover svg path {
  stroke: #000;
}

.contact__catalog-btn svg {
  width: 24px;
  height: 24px;
}

.contact__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .contact__info {
    display: none;
  }
}

.contact__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  color: rgb(255, 255, 255);
  font-family: Guaruja Neue;
  font-style: Regular;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact__info-item:hover {
  color: #7FFF00;
}

.contact__icon {
  width: 48px;
  height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  background: rgb(15, 17, 18);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

.contact__form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgb(25, 27, 28);
  border-radius: 16px;
  background: rgb(15, 16, 17);
  padding: 45px 54px;
}
@media screen and (max-width: 768px) {
  .contact__form {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid rgb(25, 27, 28);
    border-radius: 16px;
    background: rgb(15, 16, 17);
    padding: 32px 24px;
  }
}

.form__group {
  margin-bottom: 24px;
}

/* Стандартний стан: сірий текст і напівпрозора лінія */
.form__input,
.form__textarea {
  width: 100%;
  padding: 16px 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(131, 131, 131, 0.5); /* Сіра лінія */
  color: rgb(255, 255, 255); /* Текст, який вводить користувач — білий */
  font-family: "Guaruja Neue", sans-serif;
  font-size: 16px;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Колір плейсхолдера */
.form__input::-webkit-input-placeholder, .form__textarea::-webkit-input-placeholder {
  color: rgb(131, 131, 131); /* Сірий плейсхолдер як на макеті */
}
.form__input::-moz-placeholder, .form__textarea::-moz-placeholder {
  color: rgb(131, 131, 131); /* Сірий плейсхолдер як на макеті */
}
.form__input:-ms-input-placeholder, .form__textarea:-ms-input-placeholder {
  color: rgb(131, 131, 131); /* Сірий плейсхолдер як на макеті */
}
.form__input::-ms-input-placeholder, .form__textarea::-ms-input-placeholder {
  color: rgb(131, 131, 131); /* Сірий плейсхолдер як на макеті */
}
.form__input::placeholder,
.form__textarea::placeholder {
  color: rgb(131, 131, 131); /* Сірий плейсхолдер як на макеті */
}

/* Стан ФОКУСУ (при кліку/вводі) — лінія стає яскраво білою */
.form__input:focus,
.form__textarea:focus {
  border-bottom: 1px solid rgb(255, 255, 255);
}

/* Стан ПОМИЛКИ — червоний колір для всього */
.form__input.error,
.form__textarea.error {
  border-bottom-color: #E25B4D !important;
  color: #E25B4D !important;
}

.form__input.error::-webkit-input-placeholder, .form__textarea.error::-webkit-input-placeholder {
  color: #E25B4D !important;
}

.form__input.error::-moz-placeholder, .form__textarea.error::-moz-placeholder {
  color: #E25B4D !important;
}

.form__input.error:-ms-input-placeholder, .form__textarea.error:-ms-input-placeholder {
  color: #E25B4D !important;
}

.form__input.error::-ms-input-placeholder, .form__textarea.error::-ms-input-placeholder {
  color: #E25B4D !important;
}

.form__input.error::placeholder,
.form__textarea.error::placeholder {
  color: #E25B4D !important;
}

/* Popup Overlay */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.59);
  backdrop-filter: blur(8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Popup Content */
.popup-content {
  padding: 45px 54px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgb(25, 27, 28);
  border-radius: 16px;
  background: rgb(15, 16, 17);
  max-width: 600px;
  width: 90%;
  text-align: center;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup-overlay.active .popup-content {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* Icon */
.popup-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popup-icon svg {
  width: 64px;
  height: 64px;
}

/* Title */
.popup-content .title__popup {
  color: rgb(255, 255, 255);
  font-family: Guaruja Neue;
  font-style: SemiBold;
  font-size: 43px;
  font-weight: 600;
  line-height: 46px;
  letter-spacing: -1%;
  text-align: center;
}

/* Text */
.popup-content p {
  color: rgb(255, 255, 255);
  font-family: Guaruja Neue;
  font-style: Regular;
  font-size: 21px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
}

/* Close Button */
.popup-close {
  border-radius: 45px;
  background: rgb(177, 246, 37);
  border: none;
  padding: 16px 24px;
  color: rgb(0, 0, 0);
  font-family: Guaruja Neue;
  font-style: Medium;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background 0.2s, -webkit-transform 0.2s;
  transition: background 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background 0.2s;
  transition: transform 0.2s, background 0.2s, -webkit-transform 0.2s;
  width: 100%;
  max-width: 150px;
}

.popup-close:hover {
  background: rgb(36, 37, 37);
  color: rgb(177, 246, 37);
}

/* Mobile Responsive */
@media screen and (max-width: 768px) {
  .popup-content {
    padding: 45px 18px;
  }
  .popup-content .title__popup {
    font-size: 37px;
  }
  .popup-content p {
    font-size: 18px;
  }
  .popup-close {
    max-width: none;
    width: 100%;
  }
}
.form__textarea {
  resize: vertical;
  min-height: 100px;
}

.form__submit {
  width: 100%;
  padding: 16px 24px;
  border-radius: 45px;
  background: rgb(177, 246, 37);
  border: none;
  color: rgb(0, 0, 0);
  font-family: Guaruja Neue;
  font-style: Medium;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form__submit:hover {
  background: rgb(36, 37, 37);
  color: rgb(177, 246, 37);
}

.form__submit:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.mobile__contact {
  display: none;
}

/* Responsive */
@media (max-width: 1024px) {
  .contact__wrapper {
    gap: 40px;
  }
  .contact__content h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .contact__section {
    padding: 40px 0px;
  }
  .contact__wrapper {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .contact__content h2 {
    font-size: 32px;
  }
  .contact__form {
    padding: 32px 24px;
  }
  .faq__question {
    padding: 24px;
    font-size: 18px;
  }
  .faq__question span {
    max-width: 240px;
  }
  .mobile__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 70px 0 0;
  }
  .mobile__contact .contact__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .mobile__contact .contact__info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    color: rgb(255, 255, 255);
    font-family: Guaruja Neue;
    font-style: Regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0%;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mobile__contact .contact__info-item:hover {
    color: #7FFF00;
  }
  .mobile__contact .contact__icon {
    width: 40px;
    height: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='40' height='40' rx='8' fill='%230F1112'/%3E%3Crect x='0.25' y='0.25' width='39.5' height='39.5' rx='7.75' stroke='url(%23paint0_linear_586_4025)' stroke-opacity='0.8' stroke-width='0.5'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_586_4025' x1='35.3616' y1='6.91138' x2='12.5194' y2='40.2993' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23585858' stop-opacity='0'/%3E%3Cstop offset='0.5' stop-color='%23585858' stop-opacity='0.5'/%3E%3Cstop offset='1' stop-color='%23585858'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  }
  .mobile__contact .contact__icon svg {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 480px) {
  .contact__content h2 {
    font-size: 28px;
  }
  .faq__question {
    padding: 24px;
    font-size: 18px;
  }
  .contact__catalog-btn {
    padding: 8px 24px;
    font-size: 15px;
  }
}
footer {
  /* Footer */
}
footer.footer {
  position: relative;
}
footer .footer__container {
  max-width: 1312px;
  margin: 0 auto;
  width: calc(100% - 32px);
  border-radius: 16px;
  background: rgb(11, 11, 11);
  padding: 60px 64px;
}
@media screen and (max-width: 768px) {
  footer .footer__container {
    max-width: none;
    border-radius: 0;
    background-color: transparent;
  }
}
footer .footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
footer .footer__logo {
  color: rgb(234, 234, 234);
  font-family: Guaruja Neue;
  font-style: Medium;
  font-size: 54px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: -1%;
  text-align: left;
}
footer .footer__tagline {
  color: rgb(234, 234, 234);
  font-family: Guaruja Neue;
  font-style: SemiBold;
  font-size: 54px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: -1%;
  text-align: left;
  margin-bottom: 32px;
  padding: 24px 0 0;
  color: #fff;
}
footer .footer__tagline .thin {
  font-weight: 300;
  font-style: italic;
}
footer .footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
}
footer .footer__social-link {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .footer__social-link svg {
  width: 24px;
  height: 24px;
}
footer .footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  color: rgb(132, 134, 136);
  font-family: Guaruja Neue;
  font-style: Regular;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: center;
}
footer .footer__contacts a {
  color: rgb(132, 134, 136);
  font-family: Guaruja Neue;
  font-style: Regular;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
footer .footer__contacts a:hover {
  color: #7FFF00;
}
footer .footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer__download-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 8px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgb(132, 134, 136);
  border-radius: 45px;
  color: rgb(132, 134, 136);
  font-family: Guaruja Neue;
  font-style: Regular;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0%;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
footer .footer__download-btn svg path {
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
  stroke: rgb(132, 134, 136);
}
footer .footer__download-btn:hover {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgb(255, 255, 255);
  color: #fff;
  background-color: transparent;
}
footer .footer__download-btn:hover svg path {
  stroke: #fff;
}
footer .footer__bottom {
  padding-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer__bottom .footer__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
footer .footer__copyright {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}
footer .scroll-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 50px;
  height: 50px;
  background: rgb(36, 37, 37);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1000;
  border: 0;
  color: #fff;
}
footer .scroll-top svg {
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
footer .scroll-top:hover {
  background: rgb(255, 255, 255);
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  color: rgb(36, 37, 37);
}
footer .scroll-top.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
footer {
  /* Responsive */
  /* =========================
  FOOTER MOBILE ADAPTIVE
  (ONLY ADDITIONS)
  ========================= */
}
@media (max-width: 768px) {
  footer .footer__container {
    padding: 40px 24px;
    text-align: center;
  }
  footer .footer__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 32px;
  }
  footer .footer__logo {
    text-align: center;
    margin-bottom: 16px;
  }
  footer .footer__tagline {
    text-align: center;
    padding-top: 0;
    margin-bottom: 24px;
  }
  footer .footer__social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 12px;
  }
  footer .footer__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    margin-bottom: 32px;
  }
  footer .footer__right {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footer__download-btn {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 8px 14px;
  }
  footer .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    text-align: center;
    padding-top: 24px;
  }
  footer .footer__group {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 480px) {
  footer .footer__logo {
    font-size: 36px;
    line-height: 1;
  }
  footer .footer__tagline {
    color: rgb(234, 234, 234);
    font-family: Guaruja Neue;
    font-style: Medium;
    font-size: 37px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -1%;
    text-align: center;
  }
  footer .footer__contacts a {
    font-size: 16px;
  }
  footer .footer__download-btn {
    font-size: 16px;
  }
  footer .footer__copyright {
    font-size: 14px;
    text-align: center;
  }
}

/* ================= VIDEO POPUP ================= */
body.video-lock {
  overflow: hidden;
  padding-right: var(--scrollbar-width);
}

.video-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.video-popup.is-active {
  opacity: 1;
  visibility: visible;
}

.video-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(6px);
}

.video-popup__content {
  position: relative;
  max-width: 960px;
  width: calc(100vw - 32px);
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0.9);
          transform: translateY(-50%) scale(0.9);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.video-popup.is-active .video-popup__content {
  -webkit-transform: translateY(-50%) scale(0.9);
          transform: translateY(-50%) scale(0.9);
}

.video-popup__video {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 */
  border-radius: 16px;
  overflow: hidden;
  background: #000;
}

.video-popup__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.video-popup__close {
  position: absolute;
  top: -48px;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: grid;
  place-items: center;
}
.video-popup__close:hover {
  background: rgb(177, 246, 37);
}
.video-popup__close svg {
  width: 20px;
  height: 20px;
}

/* mobile */
@media (max-width: 480px) {
  .video-popup__close {
    top: -40px;
  }
}/*# sourceMappingURL=index.css.map */