/* section.hero */
.products .hero .container,
.products .hero .btn-scroll-down,
.products .hero .btn-ask-ai {
  opacity: 0;
}

.products .hero {
  display: flex;
  align-items: center;
  min-height: 100vh;
  min-height: 100svh;
  padding: 190px 0;
  background: url('../assets/images/hero-product-background.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  margin-top: -94px;
}

.products .hero .container {
  flex-direction: row;
  justify-content: space-between;
}

.products .hero .logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: fit-content;
  gap: 20px;
  font-size: 27px;
}

.products .hero .logo img {
  width: 338px;
}

.products .hero h1 {
  color: white;
  margin: 0;
  width: 584px;
  max-width: 100%;
  font-size: 45px;
  line-height: 1.1111;
}

.products .hero p {
  font-size: 20px;
  line-height: 1.3;
  color: var(--qvac-green);
  margin: 0;
  width: 520px;
}

.products .hero .inner-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.products .hero .inner-container:nth-child(2) img {
  width: 584px;
  max-width: 38vw;
}

.products .hero .download-group {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.products .hero .download h3 {
  font-size: 20px;
  line-height: 30px;
  color: var(--qvac-white);
  margin: 0 0 10px;
}

@media (max-width: 1199.98px) {
  .products .hero h1 {
    font-size: 48px;
    width: 500px;
  }
}

@media (max-width: 991.98px) {
  .products .hero {
    padding: 120px 0;
    margin-top: -84px;
    background: none;
  }

  .products .hero::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 55%;
    background: url('../assets/images/hero-product-background.png');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    content: "";
    z-index: -1;
  }

  .products .hero img.mobile-only {
    width: 300px;
    max-width: 100%;
    margin-bottom: -40px;
  }

  .products .hero .logo {
    gap: 18px;
    font-size: 21px;
  }

  .products .hero .logo img {
    width: 264px;
  }

  .products .hero h1 {
    font-size: 22px;
    line-height: 28px;
    width: 351px;
    max-width: 100%;
    text-align: center;
  }

  .products .hero p {
    font-size: 13px;
    line-height: 18px;
    width: 361px;
    max-width: 100%;
    text-align: center;
    margin-top: -10px;
  }

  .products .hero .container {
    justify-content: center;
  }

  .products .hero .download {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .products .hero .download .btn-group {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .products .hero .inner-container {
    width: 100%;
    align-items: center;
  }

  .products .hero .inner-container:nth-child(2) {
    display: none;
  }
}

/* section.products .features */
.products .features {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 170px 0 190px;
}

.products .features .container {
  align-items: center;
  gap: 100px;
}

.products .features h2 {
  font-size: 45px;
  line-height: 1.1111;
  width: 890px;
  max-width: 100%;
  text-align: center;
  margin: 0;
  color: var(--qvac-white);
}

.products.workbench .features h2 {
  width: 800px;
}

.products .features .feature-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.products .features .feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  box-sizing: border-box;
  width: 420px;
  min-width: fit-content;
  padding: 46px 0;
  border: 1px solid transparent;
  border-radius: 8px;
  transition: all .3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.products.workbench .features .feature-item:nth-child(1) {
  width: 480px;
}

.products .features .feature-item:hover {
  border: 1px solid var(--qvac-green);
}

.products .features .feature-item:hover .btn.btn-outline-green {
  background-color: var(--qvac-green);
  border-color: var(--qvac-green);
  color: var(--qvac-black);
}

.products .features .feature-item img {
  height: 350px;
  width: auto;
}

.products.workbench .features .feature-item:nth-child(2) img {
  transform: translateX(16px);
}

.products .features .feature-item h3 {
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  margin: 0;
}

.products .features .feature-item p {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.5px;
  text-align: center;
  width: 376px;
  max-width: 100%;
  margin: 0;
  color: var(--qvac-white);
}

.products .features .download-group {
  display: flex;
  gap: 50px;
  margin-top: -50px;
}

.products .features .download {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.products .features .download h3 {
  font-size: 20px;
  line-height: 1.5;
  color: var(--qvac-white);
  margin: 0;
  text-align: center;
}

@media (max-width: 991.98px) {
  .products .features {
    padding: 100px 0;
  }

  .products .features .container {
    gap: 50px;
  }

  .products .features h2 {
    font-size: 22px;
    line-height: 28px;
    width: 361px;
  }

  .products .features .feature-list {
    width: 100%;
  }

  .products .features .feature-item {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    padding: 20px;
    width: 361px;
    max-width: 100%;
  }

  .products.workbench .features .feature-item:nth-child(1) {
    width: 361px;
  }

  .products .features .feature-item img {
    height: 180px;
  }

  .products .features .feature-item h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .products .features .feature-item p {
    font-size: 13px;
    line-height: 18px;
    width: 321px;
  }

  .products .features .download-group {
    flex-direction: column;
    gap: 30px;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .products .features .download {
    gap: 10px;
  }

  .products .features .download .btn-group {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* section.faq */
.products .faq {
  display: flex;
  align-items: center;
  padding: 170px 0 100px;
  box-sizing: border-box;
}

.products .faq h2 {
  text-align: center;
  margin: 0;
}

.products .faq .accordion {
  margin-top: 40px;
}

@media (max-width: 991.98px) {
  .products .faq {
    padding: 120px 0 84px;
  }

  .products .faq .accordion {
    margin-top: 20px;
  }
}

@media (max-width: 773.98px) {
  .products.health .features .feature-item:nth-child(2) h3 {
    width: 248px;
  }
}

header {
  position: sticky;
  top: 0;
}

header.active {
  position: fixed;
}

.smartbanner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 86px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background-color: var(--qvac-black);
  gap: 15px;
  padding: 15px 16px;
}

.smartbanner .smartbanner__icon {
  width: 56px;
  height: 56px;
}

.smartbanner .smartbanner__info__title {
  font-family: 'Inconsolata', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--qvac-green);
}

.smartbanner .smartbanner__info__author {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  line-height: 13px;
  color: #A0B2AC;
  max-width: 33.5vw;
  margin-top: 2px;
}

.smartbanner .smartbanner__button__label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  padding: 8px 16px;
  box-sizing: border-box;
  background-color: var(--qvac-green);
  color: var(--qvac-black);
  border-radius: 8px;
  cursor: pointer;
  font-size: 15px;
  line-height: 16px;
}

.smartbanner .smartbanner__exit {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M16.6667%208.27325L15.7267%207.33325L12%2011.0599L8.27337%207.33325L7.33337%208.27325L11.06%2011.9999L7.33337%2015.7266L8.27337%2016.6666L12%2012.9399L15.7267%2016.6666L16.6667%2015.7266L12.94%2011.9999L16.6667%208.27325Z%22%20fill%3D%22%2330504B%22/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
