.vitascout-page {
  --vitascout-blue: #0d4f8f;
  --vitascout-green: #66cc01;
  --vitascout-dark: #1a1a1a;
  --vitascout-gray: #666666;
  --vitascout-soft: #f5f8fb;
  background: #ffffff;
  color: var(--vitascout-dark);
  overflow: hidden;
}

.vitascout-page * {
  letter-spacing: 0;
}

@font-face {
  font-family: "DIN Alternate";
  src: url("../fonts/DIN-BoldAlternate.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Source Han Sans CN";
  src: url("../fonts/SourceHanSansCN-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Source Han Sans CN";
  src: url("../fonts/SourceHanSansCN-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

.vitascout-page img {
  height: auto;
}

.vitascout-hero {
  background-color: #eff6fb;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 72px;
  min-height: 560px;
  padding: 110px 0 70px;
  position: relative;
}

.vitascout-hero:after {
  background: linear-gradient(90deg, rgba(255, 255, 255, .72) 0%, rgba(255, 255, 255, .18) 52%, rgba(255, 255, 255, 0) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.vitascout-hero__inner {
  align-items: center;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 40%);
  min-height: 420px;
  position: relative;
  z-index: 2;
}

.vitascout-hero__content {
  align-self: center;
  padding-left: 28px;
  max-width: 720px;
}

.vitascout-hero__title {
  color: var(--vitascout-blue);
  font-family: "DIN Alternate", Arial, sans-serif;
  font-size: 107px;
  font-weight: 700;
  line-height: .92;
  margin: 0;
}

.vitascout-hero__subtitle {
  color: var(--vitascout-blue);
  display: block;
  font-family: "Source Han Sans CN", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
  font-size: 44px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.35;
  margin: 18px 0 0;
}

.vitascout-hero__media {
  align-items: center;
  display: flex;
  justify-content: center;
}

.vitascout-hero__media img {
  filter: drop-shadow(0 22px 38px rgba(13, 79, 143, .18));
  max-height: 500px;
  object-fit: contain;
  width: min(100%, 420px);
}

.vitascout-section {
  padding: 78px 0;
}

.vitascout-section__head {
  margin-bottom: 42px;
  text-align: center;
}

.vitascout-section__head span {
  color: var(--vitascout-blue);
  display: block;
  font-family: Rajdhani, Arial, Microsoft YaHei, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.vitascout-section__head h2 {
  color: #1a1a1a;
  font-family: "Source Han Sans CN", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.2;
}

.vitascout-intro {
  background: #ffffff;
  padding: 72px 0 88px;
}

.vitascout-intro .w {
  max-width: 1280px;
  position: relative;
}

.vitascout-intro__head {
  margin: 0 auto 42px;
  text-align: center;
  width: min(100%, 860px);
}

.vitascout-intro__head h2 {
  color: #1a1a1a;
  font-family: "Source Han Sans CN", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.2;
}

.vitascout-intro__copy {
  background: #ffffff;
  margin: 0 auto;
  min-height: 120px;
  padding: 44px 72px 54px;
  position: relative;
  width: min(100%, 860px);
}

.vitascout-intro__copy p {
  color: #666666;
  font-family: "Source Han Sans CN", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  margin: 0;
  position: relative;
  z-index: 2;
}

.vitascout-intro__quote {
  pointer-events: none;
  position: absolute;
  width: 38px;
  z-index: 1;
}

.vitascout-intro__quote--left {
  left: 18px;
  top: 0;
}

.vitascout-intro__quote--right {
  bottom: 2px;
  right: 24px;
}

@media (min-width: 1440px) {
  .vitascout-intro__copy {
    width: min(100%, 960px);
  }
}

.vitascout-qc-card__content b,
.vitascout-workflow-step b {
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
}

.vitascout-qc-card__content p,
.vitascout-workflow-step p {
  color: var(--vitascout-gray);
  font-size: 15px;
  line-height: 1.8;
  margin-top: 14px;
}

.vitascout-functions,
.vitascout-workflow {
  background: var(--vitascout-soft);
  position: relative;
}

.vitascout-functions {
  background-color: #f4f6fb;
  background-image: var(--vitascout-functions-bg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: 706px;
  padding: 104px 0 68px;
}

.vitascout-functions:before,
.vitascout-functions:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.vitascout-functions:before {
  background-image: var(--vitascout-functions-decor-right);
  background-position: left top;
  height: 360px;
  left: 0;
  top: 0;
  width: 410px;
}

.vitascout-functions:after {
  background-image: var(--vitascout-functions-decor-left);
  background-position: right bottom;
  bottom: 0;
  height: 360px;
  right: 0;
  width: 410px;
}

.vitascout-functions .w {
  max-width: 1066px;
  position: relative;
  z-index: 2;
}

.vitascout-functions .vitascout-section__head {
  margin-bottom: 66px;
}

.vitascout-function-panels {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  position: relative;
  z-index: 2;
}

.vitascout-function-panel {
  aspect-ratio: 2643 / 4010;
  border-radius: 8px;
  min-width: 0;
  overflow: hidden;
  position: relative;
}

.vitascout-function-panel__media {
  background-image: var(--vitascout-function-bg-soft), var(--vitascout-function-bg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  inset: 0;
  position: absolute;
}

.vitascout-function-panel__media:after {
  background-image: var(--vitascout-function-shade);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  inset: 0;
  position: absolute;
}

.vitascout-function-panel__body {
  color: #1a1a1a;
  display: grid;
  grid-template-rows: auto 1px auto;
  left: 31px;
  position: absolute;
  right: 31px;
  row-gap: 16px;
  top: 60%;
  z-index: 2;
}

.vitascout-function-panel__body b {
  color: #1a1a1a;
  display: block;
  font-family: "Source Han Sans CN", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  overflow: hidden;
}

.vitascout-function-panel__body em {
  background-image: var(--vitascout-function-divider);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  display: block;
  height: 1px;
  margin: 0;
  opacity: .78;
  width: 100%;
}

.vitascout-function-panel__body p {
  color: #1a1a1a;
  display: block;
  font-family: "Source Han Sans CN", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  margin: 0;
}

.vitascout-advantages {
  background: #f7f8fb;
  padding: 86px 0 116px;
}

.vitascout-advantages .w {
  max-width: 1380px;
  width: 92vw;
}

.vitascout-advantages .vitascout-section__head {
  margin-bottom: 62px;
}

.vitascout-advantage-panels-mobile {
  display: none;
}

.vitascout-advantage-panels {
  --vitascout-advantage-collapsed: 13.4%;
  --vitascout-advantage-expanded: calc(100% - (var(--vitascout-advantage-collapsed) * 3) - 30px);
  display: flex;
  gap: 10px;
  height: 345px;
  margin-left: auto;
  margin-right: auto;
  max-width: min(1312px, 100%);
  width: 100%;
}

@media (min-width: 1181px) {
  .vitascout-advantage-panels {
    height: clamp(430px, 39.5vw, 518px);
  }
}

.vitascout-advantage-panel {
  background: #dfe5eb;
  border-radius: 8px;
  contain: layout paint;
  flex: 0 0 var(--vitascout-advantage-collapsed);
  min-width: 0;
  overflow: hidden;
  position: relative;
  transform: translateZ(0);
  transition: flex-basis 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: flex-basis;
}

.vitascout-advantage-panel.is-active {
  flex-basis: var(--vitascout-advantage-expanded);
}

.vitascout-page .vitascout-advantage-panel__bg {
  height: 104%;
  inset: 0;
  max-width: none;
  object-fit: cover;
  object-position: center top;
  position: absolute;
  transform: scale(1.5);
  transform-origin: center top;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  width: 100%;
}

.vitascout-advantage-panel.is-active .vitascout-advantage-panel__bg {
  transform: scale(1);
}

.vitascout-advantage-panels:hover .vitascout-advantage-panel.is-active .vitascout-advantage-panel__bg {
  transform: scale(1);
}

.vitascout-advantage-panel:after {
  background: linear-gradient(180deg, rgba(255, 255, 255, .24), rgba(255, 255, 255, .12) 46%, rgba(255, 255, 255, .62));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.vitascout-advantage-panel__title,
.vitascout-advantage-panel__content,
.vitascout-advantage-panel__icon {
  color: #050505;
  font-family: "Source Han Sans CN", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
  position: absolute;
  z-index: 2;
}

.vitascout-advantage-panel__title {
  color: #050505;
  display: block;
  font-family: "Source Han Sans CN", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 700;
  left: 50%;
  line-height: 1.1;
  position: absolute;
  top: clamp(28px, 3vw, 43px);
  transform: translateX(-50%);
  transition: left 0.45s cubic-bezier(0.4, 0, 0.2, 1), transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  writing-mode: vertical-rl;
  z-index: 2;
}

.vitascout-advantage-panel.is-active .vitascout-advantage-panel__title {
  left: clamp(50px, 4.2vw, 75px);
  transform: translateX(0);
}

.vitascout-advantage-panel__title-combine {
  -webkit-text-combine: horizontal;
  text-combine-upright: all;
}

.vitascout-advantage-panels:hover .vitascout-advantage-panel .vitascout-advantage-panel__title {
  left: 50%;
  transform: translateX(-50%);
}

.vitascout-advantage-panels:hover .vitascout-advantage-panel.is-active .vitascout-advantage-panel__title {
  left: clamp(50px, 4.2vw, 75px);
  transform: translateX(0);
}

.vitascout-advantage-panel__content {
  bottom: clamp(31px, 3vw, 47px);
  left: clamp(96px, 8vw, 144px);
  max-width: min(560px, calc(100% - 180px));
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 26px;
  transform: translateY(15px);
  transition: opacity 0.2s ease, transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
  visibility: hidden;
  z-index: 2;
}

.vitascout-advantage-panel__content p {
  color: #050505;
  font-family: "Source Han Sans CN", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
  font-size: clamp(14px, 1vw, 17px);
  font-weight: 400 !important;
  line-height: 1.56;
  margin: 0;
  white-space: pre-line;
}

.vitascout-page .vitascout-advantage-panel__icon {
  bottom: clamp(29px, 3vw, 44px);
  height: clamp(34px, 3.2vw, 51px);
  left: 50%;
  object-fit: contain;
  transform: translateX(-50%);
  transition: left 0.45s cubic-bezier(0.4, 0, 0.2, 1), transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  width: clamp(36px, 3.3vw, 54px);
}

.vitascout-advantage-panel.is-active .vitascout-advantage-panel__content {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, 0);
  transition-delay: 0.3s;
  visibility: visible;
}

.vitascout-advantage-panel.is-active .vitascout-advantage-panel__icon {
  left: clamp(38px, 3.2vw, 57px);
  transform: translateX(0);
}

.vitascout-advantage-panels:hover .vitascout-advantage-panel__icon {
  left: 50%;
  transform: translateX(-50%);
}

.vitascout-advantage-panels:hover .vitascout-advantage-panel.is-active .vitascout-advantage-panel__icon {
  left: clamp(38px, 3.2vw, 57px);
  transform: translateX(0);
}

.vitascout-workflow__steps {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vitascout-workflow__steps li {
  position: relative;
}

.vitascout-workflow__steps li:not(:last-child):after {
  border-right: 5px solid var(--vitascout-blue);
  border-top: 5px solid var(--vitascout-blue);
  content: "";
  height: 24px;
  position: absolute;
  right: -3px;
  top: 108px;
  transform: rotate(45deg);
  width: 24px;
}

.vitascout-workflow-step {
  background: #ffffff;
  border: 1px solid rgba(13, 79, 143, .08);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(13, 79, 143, .08);
  height: 100%;
  padding: 26px;
  text-align: center;
}

.vitascout-workflow-step__img {
  align-items: center;
  display: flex;
  height: 140px;
  justify-content: center;
  margin-bottom: 22px;
}

.vitascout-workflow-step__img img {
  max-height: 130px;
  object-fit: contain;
}

.vitascout-workflow-step span {
  color: var(--vitascout-green);
  display: block;
  font-family: Rajdhani, Arial, Microsoft YaHei, sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.vitascout-qc__examples {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vitascout-qc-card {
  background: #ffffff;
  border: 1px solid #eef2f5;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(13, 79, 143, .08);
  overflow: hidden;
}

.vitascout-qc-card > a {
  aspect-ratio: 1.705;
  background: #091530;
  display: block;
  overflow: hidden;
}

.vitascout-qc-card img,
.vitascout-qc__gallery img {
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
  width: 100%;
}

.vitascout-qc-card a:hover img,
.vitascout-qc__gallery a:hover img {
  transform: scale(1.03);
}

.vitascout-qc-card__content {
  padding: 28px 30px 32px;
}

.vitascout-qc__gallery {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 30px;
}

.vitascout-qc__gallery a {
  aspect-ratio: 1.705;
  background: #0a142c;
  border-radius: 8px;
  display: block;
  overflow: hidden;
  position: relative;
}

.vitascout-qc__gallery span {
  background: rgba(0, 0, 0, .58);
  bottom: 0;
  color: #ffffff;
  font-size: 14px;
  left: 0;
  line-height: 1.4;
  padding: 10px 12px;
  position: absolute;
  right: 0;
}

.vitascout-cta {
  background: linear-gradient(135deg, #0d4f8f, #143269);
  color: #ffffff;
  padding: 58px 0;
}

.vitascout-cta__inner {
  align-items: center;
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.vitascout-cta__inner > div > span {
  color: rgba(255, 255, 255, .72);
  display: block;
  font-family: Rajdhani, Arial, Microsoft YaHei, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 14px;
}

.vitascout-cta__inner h2 {
  font-size: 34px;
  font-weight: 400;
  line-height: 1.25;
}

.vitascout-cta__inner p {
  color: rgba(255, 255, 255, .72);
  font-size: 16px;
  line-height: 1.8;
  margin-top: 14px;
}

.vitascout-cta__inner .more01 {
  flex-shrink: 0;
}

@media (max-width: 1180px) {
  .vitascout-hero {
    min-height: 0;
    padding: 92px 0 56px;
  }

  .vitascout-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 36%);
  }

  .vitascout-hero__content {
    padding-left: 0;
  }

  .vitascout-section {
    padding: 60px 0;
  }

  .vitascout-section__head h2 {
    font-size: 30px;
  }

  .vitascout-functions {
    min-height: 694px;
    padding: 104px 0 62px;
  }

  .vitascout-functions .w {
    max-width: 875px;
  }

  .vitascout-functions .vitascout-section__head {
    margin-bottom: 66px;
  }

  .vitascout-function-panel__body {
    left: 24px;
    right: 24px;
    top: 59%;
  }

  .vitascout-function-panel__body b {
    font-size: 26px;
  }

  .vitascout-function-panel__body p {
    font-size: 15.5px;
    line-height: 1.62;
  }

  .vitascout-workflow__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vitascout-workflow__steps li:after {
    display: none;
  }
}

@media (max-width: 968px) {
  /* Header Overrides */
  .header {
    background: #ffffff !important;
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 0 !important;
  }

  .header_icons li a {
    align-items: center;
    border: 1.5px solid #d0d0d0;
    border-radius: 50%;
    color: #666 !important;
    display: flex;
    height: 34px;
    justify-content: center;
    width: 34px;
  }

  .header_icons li a i {
    font-size: 16px;
  }

  .mobile_menu {
    background: #76c00e !important;
    border: none !important;
    border-radius: 0 !important;
    height: 50px !important;
    right: 0 !important;
    top: 0 !important;
    width: 50px !important;
  }

  .mobile_menu .line,
  .mobile_menu .line:before,
  .mobile_menu .line:after {
    background: #ffffff !important;
    height: 2px !important;
    width: 20px !important;
  }

  /* Hero Section Refinement */
  .vitascout-hero {
    background-color: #eff6fb;
    border-bottom-right-radius: 0;
    min-height: 0;
    padding: 120px 0 0;
  }

  .vitascout-hero:after {
    display: none;
  }

  .vitascout-hero__inner {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: none;
    width: 100%;
  }

  .vitascout-hero__media {
    margin-bottom: -40px;
    order: -1;
    position: relative;
    z-index: 2;
  }

  .vitascout-hero__media img {
    filter: drop-shadow(0 15px 30px rgba(13, 79, 143, .12));
    max-height: 380px;
    width: min(90vw, 420px);
  }

  .vitascout-hero__content {
    background: #ffffff;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    max-width: none !important;
    padding: 80px 20px 60px !important;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
  }

  .vitascout-hero__title {
    font-size: clamp(48px, 16vw, 84px) !important;
    line-height: 1;
    margin-bottom: 15px;
  }

  .vitascout-hero__subtitle {
    font-size: clamp(20px, 6vw, 32px) !important;
    margin-top: 0;
  }

  /* Main Features Overrides */
  .vitascout-functions {
    min-height: 0;
  }

  .vitascout-function-panels {
    grid-template-columns: 1fr;
  }

  /* Product Advantages Overrides */
  .vitascout-advantage-panels--desktop {
    display: none;
  }

  .vitascout-advantage-panels-mobile {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .vitascout-advantage-card-mobile {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(13, 79, 143, 0.08);
    position: relative;
  }

  .vitascout-advantage-card-mobile__media {
    overflow: hidden;
    position: relative;
  }

  .vitascout-advantage-card-mobile__media:after {
    background: linear-gradient(180deg, rgba(13, 79, 143, 0) 0%, rgba(13, 79, 143, 0.12) 48%, rgba(13, 79, 143, 0.52) 100%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
  }

  .vitascout-advantage-card-mobile__bg {
    width: 100%;
    object-fit: cover;
    display: block;
  }

  .vitascout-advantage-card-mobile__badge {
    align-items: center;
    bottom: 12px;
    display: flex;
    gap: 8px;
    left: 16px;
    max-width: calc(100% - 32px);
    position: absolute;
    right: 16px;
    z-index: 2;
  }

  .vitascout-advantage-card-mobile__title {
    color: #ffffff;
    display: block;
    font-family: "Source Han Sans CN", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
    font-size: clamp(16px, 4vw, 20px);
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    max-width: calc(100% - 44px);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
    word-break: break-word;
  }

  .vitascout-advantage-card-mobile__icon {
    flex-shrink: 0;
    height: clamp(28px, 6vw, 38px);
    object-fit: contain;
    width: clamp(28px, 6vw, 38px);
  }

  .vitascout-advantage-card-mobile__body {
    padding: 14px 16px 20px;
  }

  .vitascout-advantage-card-mobile__content {
    display: block;
  }

  .vitascout-advantage-card-mobile__content p {
    font-family: "Source Han Sans CN", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
    font-size: 14px;
    font-weight: 400 !important;
    line-height: 1.6;
    margin: 0;
    min-width: 0;
  }
}

@media (min-width: 669px) and (max-width: 968px) {
  .vitascout-function-panel {
    aspect-ratio: 3 / 2;
  }

  .vitascout-function-panel__body {
    left: 22px;
    right: 22px;
    top: 48%;
  }

  .vitascout-page .vitascout-advantage-card-mobile__bg {
    height: clamp(260px, 38vw, 360px);
    object-position: center;
  }
}

@media (max-width: 668px) {
  .vitascout-hero {
    padding-top: 100px;
  }

  .vitascout-hero__content {
    padding: 70px 24px 50px !important;
  }

  .vitascout-hero__title {
    font-size: clamp(44px, 14vw, 68px) !important;
  }

  .vitascout-hero__subtitle {
    font-size: 20px !important;
  }

  .vitascout-section {
    padding: 46px 0;
  }

  .vitascout-section__head {
    margin-bottom: 28px;
  }

  .vitascout-section__head span {
    font-size: 14px;
  }

  .vitascout-section__head h2 {
    font-size: 24px;
  }

  .vitascout-intro {
    padding: 56px 0 68px;
  }

  .vitascout-intro__head {
    margin-bottom: 32px;
  }

  .vitascout-intro__copy {
    padding: 38px 24px 44px;
  }

  .vitascout-intro__copy p {
    line-height: 1.9;
  }

  .vitascout-intro__quote {
    width: 30px;
  }

  .vitascout-intro__quote--left {
    left: 0;
    top: 0;
  }

  .vitascout-intro__quote--right {
    bottom: 0;
    right: 0;
  }

  .vitascout-qc-card__content {
    padding: 24px;
  }

  .vitascout-qc-card__content b,
  .vitascout-workflow-step b {
    font-size: 18px;
  }

  .vitascout-functions {
    padding: 44px 0 36px;
  }

  .vitascout-functions:before,
  .vitascout-functions:after {
    display: none;
  }

  .vitascout-functions .vitascout-section__head {
    margin-bottom: 28px;
  }

  .vitascout-function-panel {
    aspect-ratio: 3 / 2;
  }

  .vitascout-function-panel__media {
    height: 100%;
    width: 100%;
  }

  .vitascout-function-panel__body {
    left: 18px;
    right: 18px;
    row-gap: 9px;
    top: 48%;
  }

  .vitascout-function-panel__body b {
    font-size: 20px;
    line-height: 1.3;
  }

  .vitascout-function-panel__body em {
    background-size: 100% 1px;
    height: 1px;
    margin: 0;
  }

  .vitascout-function-panel__body p {
    font-size: 14px;
    line-height: 1.55;
  }

  .vitascout-advantages {
    padding: 44px 0 48px;
  }

  .vitascout-advantages .vitascout-section__head {
    margin-bottom: 28px;
  }

  .vitascout-advantage-panels-mobile {
    gap: 14px;
  }

  .vitascout-page .vitascout-advantage-card-mobile__bg {
    height: 130px;
    object-position: center;
  }

  .vitascout-workflow__steps,
  .vitascout-qc__examples,
  .vitascout-qc__gallery {
    grid-template-columns: 1fr;
  }

  .vitascout-workflow-step__img {
    height: 110px;
  }

  .vitascout-workflow-step__img img {
    max-height: 100px;
  }

  .vitascout-cta {
    padding: 42px 0;
  }

  .vitascout-cta__inner h2 {
    font-size: 24px;
  }
}

@media (min-width: 969px) {
  .vitascout-hero__title {
    font-size: 100px;
  }

  .vitascout-hero__subtitle {
    font-size: 50px;
    font-weight: 400;
  }

  .vitascout-section__head h2,
  .vitascout-intro__head h2 {
    font-size: 46px;
    font-weight: 500;
  }

  .vitascout-intro__copy p {
    font-size: 18px;
    font-weight: 500;
  }

  .vitascout-function-panel__body b {
    font-size: 30px;
  }

  .vitascout-function-panel__body p {
    font-size: 22px;
    font-weight: 500;
  }

  .vitascout-advantage-panels--desktop .vitascout-advantage-panel__title {
    font-size: 30px;
  }

  .vitascout-advantage-panels--desktop .vitascout-advantage-panel__content {
    max-width: min(620px, calc(100% - 180px));
  }

  .vitascout-advantage-panels--desktop .vitascout-advantage-panel.is-active,
  .vitascout-advantage-panels--desktop .vitascout-advantage-panel:focus {
    align-content: end;
    align-items: center;
    column-gap: clamp(22px, 2.4vw, 40px);
    display: grid;
    flex: 0 0 var(--vitascout-advantage-expanded);
    grid-template-columns: clamp(36px, 3.3vw, 54px) minmax(0, min(620px, calc(100% - 180px)));
    padding: 0 26px clamp(31px, 3vw, 47px) clamp(38px, 3.2vw, 57px);
  }

  .vitascout-advantage-panels--desktop .vitascout-advantage-panel.is-active .vitascout-advantage-panel__content,
  .vitascout-advantage-panels--desktop .vitascout-advantage-panel:focus .vitascout-advantage-panel__content {
    bottom: auto;
    grid-column: 2;
    grid-row: 1;
    left: auto;
    max-width: none;
    opacity: 1;
    pointer-events: auto;
    position: relative;
    right: auto;
    transform: none;
    transition-delay: 0s;
    visibility: visible;
  }

  .vitascout-page .vitascout-advantage-panels--desktop .vitascout-advantage-panel.is-active .vitascout-advantage-panel__icon,
  .vitascout-page .vitascout-advantage-panels--desktop .vitascout-advantage-panel:focus .vitascout-advantage-panel__icon,
  .vitascout-advantage-panels--desktop:hover .vitascout-advantage-panel.is-active .vitascout-advantage-panel__icon {
    bottom: auto;
    grid-column: 1;
    grid-row: 1;
    left: auto;
    position: relative;
    transform: none;
  }

  .vitascout-advantage-panels--desktop .vitascout-advantage-panel__content p {
    font-size: 22px;
    font-weight: 500 !important;
    line-height: 1.5;
  }
}
