.section,
.credential-strip__container,
.contact-panel__inner{
  width: min(calc(100% - 32px), 1600px);
  margin: 0 auto;
}

.hero {
  width: 100%;
}

.hero__image {
  width: 100%;
  min-height: 320px;
  object-fit: cover;
}

.section {
  padding: 110px 0;
}

.section__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.section__heading--news {
  position: relative;
}

.section__eyebrow {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 4.05px;
  text-transform: uppercase;
  color: var(--aoce-primary);
}

.section__eyebrow--right {
  width: 100%;
  text-align: center;
}

.section__eyebrow--light {
  color: #ffffff;
}

.section__title {
  margin: 12px 0 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  color: var(--aoce-text);
}

.section__title--light {
  color: #ffffff;
}

.section__divider {
  display: inline-block;
  width: 80px;
  height: 4px;
  margin-top: 20px;
  background: var(--aoce-primary);
}

.section__divider--light {
  background: #ffffff;
}

.section--services {
  padding: 80px 0;
}
.service-category,
.product-capability,
.advantage-grid {
  display: grid;
  gap: 26px 23px;
  margin-top: 64px;
}

.service-category {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px 48px;
}

.service-card,
.product-card,
.news-card,
.advantage-card {
  border: 1px solid var(--aoce-line);
  border-radius: var(--aoce-radius-card);
  background: var(--aoce-surface);
  box-shadow: var(--aoce-shadow-card);
  overflow: hidden;
}

.service-card:hover,
.product-card:hover {
  transform: translateY(-8px);
}

.service-card__media,
.product-card__media{aspect-ratio: 49 / 38;  overflow: hidden;background: linear-gradient(127.7deg, #f9fafb 0%, #f3f4f6 100%);}
.service-card__media:hover img,
.product-card__media:hover img{transform: scale(1.08);}

.service-card__media img,
.product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card__media--padded,
.product-card__media--padded {
  /* padding: 8px; */
  background: #ffffff;
}

.service-card__media--padded img,
.product-card__media--padded img {
  object-fit: contain;
}

.service-card__media--cover img,
.product-card__media--cover img {
  object-fit: cover;
}

.service-card__media--crop img,
.product-card__media--crop img,
.product-card__media--pattern img {
  object-fit: cover;
}

.product-card__media--pattern {
  background: linear-gradient(127.76deg, #f9fafb 0%, #f3f4f6 100%);
  background-image: url("../img/mprov725-0fufhh3.png");
  background-size: cover;
  background-position: center;
}

.service-card__title,
.product-card__title {
  margin: 0;
  padding: 16px 24px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}
.service-card__title p,
.product-card__title p {
  margin: 0;
}

.product-card__title:first-child,
.product-card__title {
  min-height: 88px;
}

.service-card__title span,
.product-card__title span {
  display: block;
  color: var(--aoce-primary);
}

.service-card__title small,
.product-card__title small {
  display: block;
  font-size: inherit;
  font-weight: inherit;
  color: var(--aoce-text);
}

.credential-strip {
  margin-top: -1px;
  background: var(--aoce-surface-muted);
}

.credential-strip__container {
  padding: 32px;
  overflow: hidden;
}

.credential-strip__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 26px;
  align-items: center;
  justify-content: center;
}

.credential-strip__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 60px;
  border: 1px solid rgb(255 255 255 / 30%);
  border-radius: 4px;
  background: #ffffff;
}

.credential-strip__item img {
  max-width: 108px;
  max-height: 54px;
  object-fit: contain;
}

.section--lab {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: rgb(0 62 196 / 50%);
  background-image: url("../images/testing_bg.jpg"), linear-gradient(180deg, rgb(239 246 255 / 30%) 0%, #ffffff 100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.section--lab::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(14 56 164 / 88%) 0%, rgb(21 93 252 / 42%) 46%, rgb(52 123 255 / 16%) 100%);
  pointer-events: none;
}

.section--lab-inner {
  position: relative;
  z-index: 1;
  padding-top: 109px;
  padding-bottom: 109px;
}

.lab-strength {
  position: relative;
  display: grid;
  grid-template-columns: 744px minmax(0, 799px);
  gap: 0;
  align-items: center;
  margin-top: 28px;
  min-height: 500px;
}

.lab-strength__visual {
  z-index: 1;
}

.lab-strength__image {
  width: 100%;
  max-width: 744px;
  min-height: 500px;
  border-radius: var(--aoce-radius-card);
  background: #f3f4f6 url("../img/mprov725-7fy2qos.png") center/cover no-repeat;
  filter: drop-shadow(0 10px 15px rgb(0 0 0 / 10%)) drop-shadow(0 4px 6px rgb(0 0 0 / 10%));
}

.lab-strength__panel {
  position: relative;
  z-index: 2;
  align-self: start;
  min-height: 574px;
  margin-left: -7px;
  padding: 68px 56px;
  border-radius: 14px;
  background: rgb(21 93 252 / 95%);
  box-shadow: var(--aoce-shadow-panel);
}

.lab-strength__list {
  display: grid;
  gap: 21px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lab-strength__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.lab-strength__item img {
  width: 24px;
  height: 24px;
  margin-top: 1px;
}

.lab-strength__actions {
  display: flex;
  gap: 20px;
  margin-top: 56px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 60px;
  padding: 16px 32px;
  border-radius: 10px;
  border: 2px solid transparent;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-5px);
}

.button--light {
  background: #ffffff;
  color: var(--aoce-primary);
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -4px rgb(0 0 0 / 10%);
}

.button--outline {
  border-color: rgb(255 255 255 / 80%);
  color: #ffffff;
  background: transparent;
}

.button--primary {
  background: var(--aoce-primary);
  color: #ffffff;
  box-shadow: var(--aoce-shadow-card);
}

.button img {
  width: 20px;
  height: 20px;
}

.section--products {
  padding-top: 116px;
  padding-bottom: 86px;
}

.product-capability {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px 73px;
  margin-top: 96px;
}

.section--advantage {
  background: var(--aoce-surface-blue);
  
}

.advantage-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 35px 32px;
  margin-top: 64px;
}

.advantage-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  min-height: 179px;
  padding: 32px;
  box-shadow: var(--aoce-shadow-soft);
}
.advantage-card:hover {
  transform: translateY(-8px);
}

.advantage-card__badge {
  display: grid;
  place-items: center;
  position: relative;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  margin-top: 3px;
  background: var(--aoce-primary);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 54px;
  text-align: center;
  transform: rotate(45deg);
  box-shadow: var(--aoce-shadow-card);
}

.advantage-card__badge > span {
  transform: rotate(-45deg);
  color: #ffffff;
  line-height: 24px;
}

.advantage-card__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.advantage-card__title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.advantage-card__text {
  margin: 0;
  color: var(--aoce-text-muted);
  font-size: 16px;
  line-height: 26px;
}

.news-center {
  margin-top: 40px;
}

.news-center__tabs {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 56px;
}

.news-center__tab {
  min-height: 48px;
  padding: 12px 32px;
  border: 0;
  border-radius: var(--aoce-radius-pill);
  background: #e5e7eb;
  color: var(--aoce-text-muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.news-center__tab.is-active,
.news-center__tab:hover,
.news-center__tab:focus-visible {
  background: var(--aoce-primary);
  color: #ffffff;
  box-shadow: var(--aoce-shadow-card);
}

.news-center__panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.news-card {
  box-shadow: none;
}
.news-card:hover {
  transform: translateY(-8px);
}



.news-card__media {
  height: 275px;
  overflow: hidden;
}

.news-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-card__content {
  padding: 24px;
}

.news-card__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--aoce-text-soft);
  font-size: 14px;
  line-height: 20px;
}

.news-card__meta img {
  width: 16px;
  height: 16px;
}

.news-card__title {
  margin: 16px 0 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.news-card__excerpt {
  margin: 16px 0 0;
  color: var(--aoce-text-muted);
  font-size: 14px;
  line-height: 23px;
}

.news-card__link {
  display: inline-flex;
  margin-top: 24px;
  color: var(--aoce-primary);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.contact-panel {
  padding: 35px 0 120px;
}

.contact-panel__inner {
  display: grid;
  grid-template-columns: minmax(0, 680px) 680px;
  gap: 48px;
  align-items: center;
  justify-content: space-between;
  min-height: 434px;
  padding: 64px;
  border-radius: 16px;
  overflow: hidden;
  background-color: rgb(41 130 213 / 60%);
  background-image: linear-gradient(90deg, rgb(21 93 252 / 32%) 0%, rgb(41 130 213 / 10%) 100%), url("../img/mprov725-p2cbube.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: drop-shadow(0 1px 3px rgb(0 0 0 / 10%)) drop-shadow(0 1px 2px rgb(0 0 0 / 10%));
}

.contact-panel__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}

.contact-panel__title {
  margin: 0;
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
}

.contact-panel__hint {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
}

.contact-panel__hint p {
  margin: 0;
}

.contact-panel__hint-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--aoce-primary);
  box-shadow: var(--aoce-shadow-card);
}

.contact-panel__hint-icon img {
  width: 18px;
  height: 18px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  align-self: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
}

.contact-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.contact-form__field {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.contact-form__field label {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
}

.contact-form__field input,
.contact-form__field textarea {
  width: 100%;
  border: 1px solid #d1d5dc;
  border-radius: 10px;
  background: #ffffff;
  padding: 15px 19px;
  color: var(--aoce-text);
  font-size: 16px;
  line-height: 24px;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 35%);
}

.contact-form__field input::placeholder,
.contact-form__field textarea::placeholder {
  color: rgb(10 10 10 / 45%);
}

.contact-form__field input {
  height: 58px;
}

.contact-form__field textarea {
  min-height: 154px;
  margin-top: 16px;
  resize: none;
}

.contact-form__actions {
    display: flex;
    justify-content: space-between;
    margin-top: 22px;
    align-items: center;
}
.contact-form__actions .form-control{display: inline-block;width: auto;}

.contact-form__feedback {
  min-height: 0;
  margin: 0;
  color: #ffffff;
  font-size: 0;
  line-height: 0;
  text-align: right;
}

.contact-form__feedback:not(:empty) {
  min-height: 20px;
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
}

.contact-form .button--primary {
  min-height: 56px;
  padding: 16px 40px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 24px;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -4px rgb(0 0 0 / 10%);
}

.contact-form .button--primary img {
  width: 18px;
  height: 18px;
}

.is-hidden {
  display: none !important;
}

@media (min-width: 1400px) {
  .section,
  .credential-strip__container,
  .contact-panel__inner{
    width: min(calc(100% - 64px), 1600px);
  }
}

@media (max-width: 1199.98px) {
  .service-category,
  .product-capability,
  .advantage-grid,
  .news-center__panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-capability {
    gap: 24px;
  }

  .lab-strength,
  .contact-panel__inner,
  .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .section--lab-inner {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .lab-strength__panel {
    margin-left: 0;
    margin-top: -20px;
  }

  .contact-panel__inner {
    height: auto;
    padding: 48px;
  }
}
     
@media (max-width: 991.98px) {
    .section {
        padding: 60px 0;
    }

    .section--lab-inner {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .section__title,
    .contact-panel__title {
        font-size: 30px;
        line-height: 38px;
    }
    .section--services {
        padding: 60px 0;
    }
    .service-category,
    .product-capability,
    .advantage-grid,
    .news-center__panel,
    .contact-form__row {
        grid-template-columns: 1fr;
    }
    .service-category,
    .product-capability,
    .advantage-grid {
        margin-top: 42px;
    }
  .lab-strength__panel {
    padding: 40px 28px;
  }

  .lab-strength__actions {
    flex-direction: column;
  }
.news-center__tab{min-height: 38px;padding: 6px 30px;}
  .contact-panel__inner {
    gap: 24px;
    height: auto;
    padding: 32px 24px;
  }

  .contact-panel__title {
    max-width: 100%;
  }

  .contact-panel__intro {
    padding: 0;
  }

  .contact-form .button--primary{min-height: 42px;padding:10px 30px;}
}

@media (max-width: 767.98px) {
  .section,
  .credential-strip__container,
  .contact-panel__inner{
    width: min(calc(100% - 24px), 100%);
  }

  .hero__image {
    min-height: 220px;
  }

  .main-nav__panel {
    width: min(88vw, 320px);
  }

  .section__title,
  .contact-panel__title {
    font-size: 26px;
    line-height: 34px;
  }

  .news-card__media {
    height: 240px;
  }

  .service-card__title,
  .product-card__title {
    font-size: 18px;
    line-height: 24px;
  }

  .advantage-card {
    flex-direction: column;
  }

  .news-center__tabs {
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 32px;
  }

  .contact-form__row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 360px) {
  .section {
    padding: 64px 0;
  }

  .section__title,
  .contact-panel__title {
    font-size: 22px;
    line-height: 30px;
  }

  .news-card__media {
    height: 200px;
  }

  .contact-panel__inner {
    height: auto;
    padding: 24px 16px;
  }

  .button {
    width: 100%;
  }
}