/* Code Remediation hero — mobile-only composition. */
@media screen and (max-width: 767px) {
  html body.code-remediation-page .v3-service-hero-section {
    min-height: 0 !important;
    padding: 6rem 0 2.65rem !important;
    background: linear-gradient(180deg, #ffffff 0%, #f4f8f5 100%) !important;
    overflow: hidden !important;
  }

  html body.code-remediation-page .v3-service-hero-section .container,
  html body.code-remediation-page .v3-service-hero-section .w-container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
    box-sizing: border-box !important;
  }

  html body.code-remediation-page .v3-service-hero-section .common-heading-wrapper {
    display: grid !important;
    justify-items: center !important;
    row-gap: 0 !important;
    width: 100% !important;
    max-width: 36rem !important;
    margin: 0 auto !important;
    text-align: center !important;
  }

  html body.code-remediation-page .v3-service-hero-heading-div {
    width: 100% !important;
    max-width: 22rem !important;
    margin: 0 auto !important;
  }

  html body.code-remediation-page .v3-service-hero-heading-div h1 {
    width: 100% !important;
    margin: 0 auto !important;
    color: #19191d !important;
    font-size: clamp(2.16rem, 9.8vw, 2.44rem) !important;
    font-weight: 600 !important;
    line-height: 1.03 !important;
    letter-spacing: -0.012em !important;
    text-align: center !important;
    text-wrap: balance;
  }

  html body.code-remediation-page .v3-service-hero-heading-div h1 .black-500-text {
    display: inline !important;
    color: #006039 !important;
  }

  html body.code-remediation-page .large-paragraph.v3-service-hero-paragraph {
    width: 100% !important;
    max-width: 34rem !important;
    margin: 1rem auto 0 !important;
    color: #5f665f !important;
    font-size: 0.94rem !important;
    line-height: 1.56 !important;
    text-align: center !important;
    text-wrap: pretty;
  }

  html body.code-remediation-page .v3-service-hero-section .common-button-div.flex {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0.25rem !important;
    width: 100% !important;
    max-width: 22rem !important;
    margin: 1.25rem auto 0 !important;
  }

  html body.code-remediation-page .v3-service-hero-section .common-button-div.flex > .button {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 52px !important;
    min-height: 52px !important;
    max-height: 52px !important;
    padding: 0 1rem !important;
    border-radius: 6px !important;
    font-size: 0.9rem !important;
  }

  html body.code-remediation-page .v3-service-hero-section .common-button-div.flex > .text-link {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    margin: 0 auto !important;
    padding: 0.7rem 0.8rem !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #006039 !important;
    font-size: 0.86rem !important;
  }

  html body.code-remediation-page .tdl-hero-compliance {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0 !important;
    width: 100% !important;
    max-width: 22rem !important;
    margin: 1rem auto 0 !important;
    padding: 0.7rem 0 0.55rem !important;
    border-top: 1px solid rgba(37, 34, 42, 0.14) !important;
    border-bottom: 1px solid rgba(37, 34, 42, 0.14) !important;
    background: transparent !important;
    box-shadow: none !important;
    text-align: center !important;
  }

  html body.code-remediation-page .tdl-hero-compliance span {
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0.26rem 0.3rem !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #25222a !important;
    font-size: 0.72rem !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    white-space: normal !important;
  }

  html body.code-remediation-page .tdl-hero-compliance span[aria-hidden="true"] {
    display: none !important;
  }

  html body.code-remediation-page .tdl-hero-compliance span:first-child {
    grid-column: 1 / -1 !important;
    margin-bottom: 0.2rem !important;
    color: #69716b !important;
    font-size: 0.64rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.09em !important;
    text-transform: uppercase !important;
  }

  html body.code-remediation-page .tdl-hero-compliance span:nth-of-type(4),
  html body.code-remediation-page .tdl-hero-compliance span:nth-of-type(8) {
    border-left: 1px solid rgba(37, 34, 42, 0.11) !important;
  }

  html body.code-remediation-page .tdl-hero-compliance span:last-child {
    grid-column: 1 / -1 !important;
  }

  html body.code-remediation-page .v3-service-hero-image-div {
    position: relative !important;
    isolation: isolate !important;
    width: 100% !important;
    max-width: 36rem !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    margin: 1.4rem auto 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: transparent !important;
    box-shadow: 0 18px 40px rgba(7, 51, 38, 0.14) !important;
    box-sizing: border-box !important;
  }

  html body.code-remediation-page .v3-service-hero-image {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
    object-fit: cover !important;
    object-position: 50% 45% !important;
    animation: tdl-code-remediation-hero-zoom 6.4s ease-in-out infinite !important;
    will-change: transform !important;
  }

  html body.code-remediation-page .v3-service-hero-image-div::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(115deg, transparent 20%, rgba(255, 255, 255, 0.13) 46%, transparent 70%);
    background-size: 220% 100%;
    pointer-events: none;
    animation: tdl-code-remediation-hero-sheen 5.8s ease-in-out infinite;
  }

  html body.code-remediation-page .v3-service-hero-shadow-wrapper {
    display: none !important;
  }

  @keyframes tdl-code-remediation-hero-zoom {
    0%, 100% {
      transform: scale(1.02) translate3d(0, 0, 0);
    }
    50% {
      transform: scale(1.055) translate3d(0, -2px, 0);
    }
  }

  @keyframes tdl-code-remediation-hero-sheen {
    0%, 28% {
      background-position: 185% 0;
      opacity: 0;
    }
    42% {
      opacity: 0.65;
    }
    62%, 100% {
      background-position: -85% 0;
      opacity: 0;
    }
  }
}

@media screen and (max-width: 359px) {
  html body.code-remediation-page .v3-service-hero-section {
    padding-top: 5.65rem !important;
  }

  html body.code-remediation-page .v3-service-hero-heading-div h1 {
    font-size: 2rem !important;
  }
}

@media screen and (max-width: 767px) and (prefers-reduced-motion: reduce) {
  html body.code-remediation-page .v3-service-hero-image,
  html body.code-remediation-page .v3-service-hero-image-div::after {
    animation: none !important;
  }

  html body.code-remediation-page .v3-service-hero-image {
    transform: none !important;
  }
}

@media screen and (max-width: 767px) {
  html[data-tdl-a11y-reduced-motion="true"] body.code-remediation-page .v3-service-hero-image,
  html[data-tdl-a11y-pause-media="true"] body.code-remediation-page .v3-service-hero-image,
  html[data-tdl-a11y-reduced-motion="true"] body.code-remediation-page .v3-service-hero-image-div::after,
  html[data-tdl-a11y-pause-media="true"] body.code-remediation-page .v3-service-hero-image-div::after {
    animation: none !important;
  }

  html[data-tdl-a11y-reduced-motion="true"] body.code-remediation-page .v3-service-hero-image,
  html[data-tdl-a11y-pause-media="true"] body.code-remediation-page .v3-service-hero-image {
    transform: none !important;
  }
}
