/* Final trust-strip sizing: icon and two-line copy share one vertical center. */
.trust-grid article,
body.home.front-page .trust-grid article,
body.pdl-static-theme-preview .trust-grid article {
  grid-template-columns: 52px minmax(0, 1fr) !important;
  column-gap: 16px !important;
  align-content: center !important;
  align-items: start !important;
}

.case-more-entry {
  display: flex;
  justify-content: flex-end;
  margin-top: 22px;
}

.case-more-entry a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 750;
}

.case-more-entry svg {
  width: 17px;
  height: 17px;
  transition: transform .2s ease;
}

.case-more-entry a:hover svg,
.case-more-entry a:focus-visible svg {
  transform: translateX(4px);
}

@media (max-width: 720px) {
  .case-more-entry {
    justify-content: center;
    margin-top: 14px;
  }
}

.trust-grid article > svg,
body.home.front-page .trust-grid article > svg,
body.pdl-static-theme-preview .trust-grid article > svg {
  width: 44px !important;
  height: 44px !important;
  margin: 0 !important;
  align-self: center !important;
  color: #075bc7 !important;
}

@media (max-width: 720px) {
  .trust-grid article,
  body.home.front-page .trust-grid article,
  body.pdl-static-theme-preview .trust-grid article {
    grid-template-columns: 48px minmax(0, 1fr) !important;
    column-gap: 14px !important;
  }

  .trust-grid article > svg,
  body.home.front-page .trust-grid article > svg,
  body.pdl-static-theme-preview .trust-grid article > svg {
    width: 40px !important;
    height: 40px !important;
  }
}

/* Card-light homepage experiment. Roll back to checkpoint 1cb31c0 if rejected. */
.factory-video-section::before {
  background:
    linear-gradient(90deg, rgba(5, 17, 29, .95) 0%, rgba(7, 24, 39, .84) 38%, rgba(7, 24, 39, .56) 68%, rgba(7, 24, 39, .4) 100%),
    linear-gradient(180deg, rgba(4, 13, 22, .3) 0%, rgba(4, 13, 22, .76) 100%) !important;
}

.factory-video-section .factory-copy {
  width: min(100%, 780px) !important;
  max-width: 780px !important;
  padding: clamp(26px, 3vw, 40px) 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.factory-video-section .factory-stats > div {
  display: grid !important;
  grid-template-columns: 32px minmax(0, 1fr) !important;
  grid-template-rows: auto auto !important;
  column-gap: 12px !important;
  align-content: center !important;
  align-items: center !important;
}

.factory-video-section .factory-stats > div > svg {
  grid-column: 1 !important;
  grid-row: 1 / span 2 !important;
  align-self: center !important;
  width: 32px !important;
  height: 32px !important;
  color: #58dfc5 !important;
  stroke-width: 1.8 !important;
}

.factory-video-section .factory-stats > div > strong,
.factory-video-section .factory-stats > div > span {
  grid-column: 2 !important;
  min-width: 0 !important;
}

html body #certifications .certification-panel {
  overflow: visible !important;
}

html body #certifications .certification-heading {
  position: relative !important;
  z-index: 20 !important;
}

html body #certifications .certification-carousel {
  z-index: 1 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

html body #certifications .certification-carousel::before {
  content: none !important;
  display: none !important;
}

html body #certifications .certification-stage {
  z-index: 1 !important;
  overflow: visible !important;
}

html body #certifications .certification-slide {
  width: clamp(250px, 24vw, 360px) !important;
}

html body #certifications .certification-slide img,
html body #certifications .certification-slide.is-active img {
  padding: 0 !important;
  image-rendering: auto !important;
  transform: none !important;
}

html body #certifications .certification-slide.is-prev {
  z-index: 4 !important;
  opacity: .58 !important;
  transform: translate3d(calc(-50% - 152px), -50%, 0) rotate(-4deg) scale(.8) !important;
}

html body #certifications .certification-slide.is-next {
  z-index: 4 !important;
  opacity: .58 !important;
  transform: translate3d(calc(-50% + 152px), -50%, 0) rotate(4deg) scale(.8) !important;
}

html body #certifications .certification-slide.is-prev-far {
  z-index: 1 !important;
  opacity: .24 !important;
  transform: translate3d(calc(-50% - 260px), -50%, 0) rotate(-7deg) scale(.64) !important;
}

html body #certifications .certification-slide.is-next-far {
  z-index: 1 !important;
  opacity: .24 !important;
  transform: translate3d(calc(-50% + 260px), -50%, 0) rotate(7deg) scale(.64) !important;
}

html body #certifications .certification-current {
  z-index: 20 !important;
}

html body #certifications .certification-current strong {
  margin-top: 0 !important;
}

@media (max-width: 780px) {
  .factory-video-section .factory-copy {
    padding: 16px 0 18px !important;
  }

  .factory-video-section .factory-stats > div {
    grid-template-columns: 27px minmax(0, 1fr) !important;
    column-gap: 9px !important;
  }

  .factory-video-section .factory-stats > div > svg {
    width: 27px !important;
    height: 27px !important;
  }

  html body #certifications .certification-carousel {
    gap: 20px !important;
  }

  html body #certifications .certification-slide.is-prev {
    opacity: .38 !important;
    transform: translate3d(calc(-50% - 92px), -50%, 0) rotate(-4deg) scale(.68) !important;
  }

  html body #certifications .certification-slide.is-next {
    opacity: .38 !important;
    transform: translate3d(calc(-50% + 92px), -50%, 0) rotate(4deg) scale(.68) !important;
  }

  html body #certifications .certification-slide.is-prev-far,
  html body #certifications .certification-slide.is-next-far {
    opacity: 0 !important;
  }
}

/* Smooth FAQ disclosure without fixed answer heights. */
.has-js #faq .accordion-panel {
  height: auto !important;
  overflow: hidden !important;
  opacity: 0 !important;
  transform: translateY(-4px) !important;
  transition:
    max-height 340ms cubic-bezier(.22, .8, .25, 1),
    opacity 220ms ease,
    transform 280ms cubic-bezier(.22, .8, .25, 1),
    padding-bottom 340ms cubic-bezier(.22, .8, .25, 1) !important;
}

.has-js #faq .accordion-item.is-open .accordion-panel {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

@media (max-width: 720px) {
  html body #certifications .certification-heading h2 {
    font-size: 1.72rem !important;
    line-height: 1.28 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .has-js #faq .accordion-panel {
    transition: none !important;
  }
}
