.ppe-pillar {
    --blue: #075092;
    --navy: #003f7d;
    --light: #f1f2f3;
    --ink: #063f7d;
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif
}

.ppe-video-section {
    display: grid !important;
    grid-template-columns: minmax(260px, .7fr) minmax(0, 1.6fr) !important;
    gap: 54px !important;
    align-items: center !important;
    max-width: 1180px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.ppe-video-section .spotlight-copy {
    text-align: center;
}

.ppe-video-section .spotlight-copy h2 {
    margin-bottom: 18px;
}

.ppe-video-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 26px;
    background: transparent;
    min-height: 0;
    box-shadow: 0 16px 34px rgba(0, 44, 88, .16);
}

.ppe-video-wrap iframe {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.ppe-spotlight .ppe-video-section.is-video-only {
    display: block !important;
    grid-template-columns: 1fr !important;
    justify-content: center;
}

.ppe-spotlight .ppe-video-section.is-video-only .ppe-video-wrap {
    width: 100% !important;
    max-width: 820px !important;
    min-height: 0 !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    margin-inline: auto !important;
    background: transparent;
    box-shadow: none;
}

@media (max-width: 900px) {
    .ppe-video-section {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 24px !important;
    }

    .ppe-video-section .spotlight-copy {
        width: 100% !important;
    }

    .ppe-video-wrap {
        min-height: 0 !important;
        aspect-ratio: 16 / 9;
        border-radius: 20px;
    }
}

.ppe-how, .ppe-how * {
    font-family: 'Lato', Arial, Helvetica, sans-serif
}

.ppe-how {
    border-radius: 0 145px 0 0;
    background-image: url('../images/safety-ppe/how-it-works.png');
    background-position: center;
    background-size: cover
}

.ppe-how:before {
    content: '';
    position: absolute;
    z-index: 0;
    inset: 0;
    background: rgba(7, 26, 45, .64);
    pointer-events: none
}

.ppe-how:after {
    z-index: 2;
    border-left: 0;
    border-radius: 0
}

.ppe-how h2, .ppe-how h3 {
    font-weight: 700
}

.ppe-how h2 {
    font-size: 50px
}

.ppe-how .how-grid article h3 {
    font-size: 29px
}

.ppe-how .ppe-shell {
    z-index: 3
}

@media (max-width: 900px) {
    .ppe-how {
        border-radius: 0 56px 0 0
    }
}

.ppe-spotlight .spotlight-cards {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    cursor: grab;
    scrollbar-width: none;
    scroll-behavior: smooth;
    padding: 6px 0 14px
}

.ppe-spotlight .spotlight-cards::-webkit-scrollbar {
    display: none
}

.ppe-spotlight .spotlight-cards.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto
}

.ppe-spotlight .spotlight-cards article {
    flex: 0 0 calc((100% - 40px) / 3);
    min-width: 240px
}

.ppe-spotlight .spotlight-cards article:nth-child(4) .ppe-photo-placeholder {
    background-image: url('../images/safety-ppe/step-solution.png')
}

.ppe-spotlight .spotlight-cards article:nth-child(5) .ppe-photo-placeholder {
    background-image: url('../images/safety-ppe/iq-team.png')
}

.carousel-note {
    color: #f50087;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    margin: 48px 0 0
}

@media (max-width: 900px) {
    .ppe-spotlight .spotlight-cards article {
        flex-basis: calc((100% - 20px) / 2)
    }
}

@media (max-width: 600px) {
    .ppe-spotlight .spotlight-cards article {
        flex-basis: 85%
    }
}

/* Category pillar hero image slider and full-artwork testimonial cards. */
.ppe-hero .ppe-machine-placeholder:has(.ppe-hero-slider) {
    background-image: none !important;
    background-color: transparent !important;
}

.ppe-hero-slider {
    position: absolute;
    inset: 0;
    overflow: hidden;
    isolation: isolate;
}

.ppe-hero-slides,
.ppe-hero-slide {
    position: absolute;
    inset: 0;
}

.ppe-hero-slide {
    display: grid;
    place-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .55s ease, visibility .55s ease;
}

.ppe-hero-slide.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.ppe-hero-slide img {
    display: block;
    width: 100%;
    height: 100%;
    padding: 24px;
    object-fit: contain;
}

.ppe-hero-slider-control {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: var(--blue);
    color: #fff;
    font: 700 32px/36px Arial, sans-serif;
    cursor: pointer;
    transform: translateY(-50%);
}

.ppe-hero-slider-prev {
    left: 12px;
}

.ppe-hero-slider-next {
    right: 12px;
}

.ppe-hero-slider-dots {
    position: absolute;
    right: 0;
    bottom: 14px;
    left: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.ppe-hero-slider-dot {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 1px solid var(--blue);
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}

.ppe-hero-slider-dot.is-active {
    background: var(--blue);
}

.testimonial-card-image {
    min-height: 0 !important;
    height: 440px;
    padding: 0 !important;
    overflow: hidden;
    background: #f0f0f1 !important;
}

.testimonial-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (prefers-reduced-motion: reduce) {
    .ppe-hero-slide {
        transition: none;
    }
}

@media (max-width: 900px) {
    .ppe-hero-slider-control {
        width: 36px;
        height: 36px;
        font-size: 28px;
        line-height: 32px;
    }

    .ppe-hero-slide img {
        padding: 16px;
    }

    .testimonial-card-image {
        width: min(370px, calc(100% - 30px));
        height: 400px;
    }
}

.ppe-spotlight .spotlight-cards {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    cursor: grab;
    scrollbar-width: none;
    scroll-behavior: smooth;
    padding: 6px 0 14px
}

.ppe-spotlight .spotlight-cards::-webkit-scrollbar {
    display: none
}

.ppe-spotlight .spotlight-cards.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto
}

.ppe-spotlight .spotlight-cards article {
    flex: 0 0 calc((100% - 40px) / 3);
    min-width: 240px
}

.ppe-spotlight .spotlight-cards article:nth-child(4) .ppe-photo-placeholder {
    background-image: url('../images/safety-ppe/step-solution.png')
}

.ppe-spotlight .spotlight-cards article:nth-child(5) .ppe-photo-placeholder {
    background-image: url('../images/safety-ppe/iq-team.png')
}

.carousel-note {
    color: #f50087;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    margin: 48px 0 0
}

@media (max-width: 900px) {
    .ppe-spotlight .spotlight-cards article {
        flex-basis: calc((100% - 20px) / 2)
    }
}

@media (max-width: 600px) {
    .ppe-spotlight .spotlight-cards article {
        flex-basis: 85%
    }
}

.ppe-spotlight .spotlight-cards {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    cursor: grab;
    scrollbar-width: none;
    scroll-behavior: smooth;
    padding: 6px 0 14px
}

.ppe-spotlight .spotlight-cards::-webkit-scrollbar {
    display: none
}

.ppe-spotlight .spotlight-cards.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto
}

.ppe-spotlight .spotlight-cards article {
    flex: 0 0 calc((100% - 40px) / 3);
    min-width: 240px
}

.ppe-spotlight .spotlight-cards article h3 {
    font-weight: 700
}

.carousel-note {
    color: #f50087;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    margin: 48px 0 0
}

.ppe-spotlight .spotlight-cards article .ppe-photo-placeholder {
    background-size: cover;
    background-position: center
}

.ppe-spotlight, .ppe-spotlight * {
    font-family: 'Lato', Arial, Helvetica, sans-serif
}

.ppe-spotlight .spotlight-copy h2 {
    color: var(--blue) !important;
    font-size: 56px;
    font-weight: 700;
    line-height: 1.08
}

.ppe-spotlight .spotlight-copy p {
    color: var(--blue)
}

.ppe-spotlight .spotlight-cards article {
    flex-basis: 38%;
    min-width: 300px
}

.ppe-spotlight .spotlight-cards article h3 {
    color: var(--blue) !important;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.1
}

.ppe-spotlight .carousel-note {
    display: none
}

.ppe-iq {
    width: min(1360px, calc(100% - 70px)) !important;
    margin-left: auto !important;
    margin-right: auto !important
}

.ppe-iq:after {
    z-index: 3 !important
}

.ppe-iq .ppe-blue-copy {
    z-index: 4 !important
}

/* Equipment Solutions: balance the two very different source-image ratios
   without changing the card or media-slot dimensions. */
.ppe-equipment .equipment-panel-bottom .equipment-card:first-child .ppe-photo-placeholder {
    background-size: 65% auto !important;
    background-position: center !important
}

.ppe-equipment .equipment-panel-bottom .equipment-card:nth-child(2) .ppe-photo-placeholder {
    background-size: auto 118% !important;
    background-position: center !important
}

.ppe-equipment .equipment-panel-bottom .equipment-card:first-child .ppe-photo-placeholder > img {
    transform: scale(.30);
    transform-origin: center
}

.ppe-equipment .equipment-panel-bottom .equipment-card:nth-child(2) .ppe-photo-placeholder > img {
    transform: scale(1.25);
    transform-origin: center
}

/* One stationary expertise card, matching the product-page typography. */
.ppe-pillar .ppe-credibility .credibility-cards {
    min-height: 0 !important;
    height: auto !important;
    padding: 24px 0;
}

.ppe-pillar .ppe-credibility .credibility-cards .cred-card {
    position: relative !important;
    inset: auto !important;
    width: min(390px, 90%) !important;
    min-height: 0 !important;
    height: auto !important;
    box-sizing: border-box;
    margin: 0 auto !important;
    padding: 36px 32px;
    transform: rotate(-4deg) !important;
    opacity: 1 !important;
    transition: none !important;
    animation: none !important;
}

.ppe-pillar .ppe-credibility .cred-card h3 {
    font-size: 24px !important;
    line-height: 1.1 !important;
    margin: 0 0 18px;
}

.ppe-pillar .ppe-credibility .cred-card p {
    font-size: 16px !important;
    line-height: 1.35 !important;
    margin: 0 0 24px;
}

.ppe-pillar .ppe-credibility .cred-card p:last-child {
    margin-bottom: 0;
}

/* Hero slider navigation: show the arrow glyph only, without the blue
   circular background sitting over the product image. */
.ppe-hero-slider-control {
    width: 42px !important;
    height: 42px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--blue) !important;
    box-shadow: none !important;
}

/* Client testimonials on the pillar match the PDP: three cards in a row.
   Full-card artwork is rendered without cropping so text baked into the
   uploaded testimonial images stays intact. */
.ppe-testimonial .testimonial-inner {
    display: block !important;
    width: min(1180px, calc(100% - 48px)) !important;
}

.ppe-testimonial .testimonial-label:first-child {
    display: block !important;
    margin: 0 0 34px !important;
    color: var(--blue) !important;
    font-size: clamp(34px, 4vw, 52px) !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 1.08 !important;
    text-transform: none !important;
}

.ppe-testimonial .testimonial-label:last-child {
    display: none !important;
}

.ppe-testimonial .testimonial-cards {
    position: static !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    align-items: stretch !important;
    justify-content: initial !important;
    gap: 24px !important;
    min-height: 0 !important;
    height: auto !important;
    overflow: visible !important;
    isolation: auto !important;
}

.ppe-testimonial .testimonial-card,
.ppe-testimonial .testimonial-card:nth-child(2),
.ppe-testimonial .testimonial-card:nth-child(3) {
    position: relative !important;
    inset: auto !important;
    display: flex !important;
    width: auto !important;
    min-height: 390px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 34px 30px 30px !important;
    transform: translateY(28px) !important;
    opacity: 0 !important;
    z-index: 1 !important;
    box-shadow: 0 10px 26px rgba(7, 80, 146, .10) !important;
    transition: opacity .65s ease, transform .65s cubic-bezier(.2, .75, .25, 1), box-shadow .25s ease !important;
}

.ppe-testimonial .testimonial-card:nth-child(2) {
    transition-delay: .12s !important;
}

.ppe-testimonial .testimonial-card:nth-child(3) {
    transition-delay: .24s !important;
}

.ppe-testimonial.is-visible .testimonial-card {
    transform: translateY(0) !important;
    opacity: 1 !important;
}

.ppe-testimonial .testimonial-card:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 16px 32px rgba(7, 80, 146, .18) !important;
}

.ppe-testimonial .testimonial-card.testimonial-card-image {
    display: block !important;
    aspect-ratio: 1 / 1 !important;
    min-height: 0 !important;
    padding: 0 !important;
    background: #f0f0f1 !important;
    overflow: hidden !important;
}

.ppe-testimonial .testimonial-card.testimonial-card-image img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    border-radius: 24px !important;
}

@media (max-width: 900px) {
    .ppe-testimonial .testimonial-inner {
        width: min(100% - 32px, 560px) !important;
    }

    .ppe-testimonial .testimonial-label:first-child {
        margin-bottom: 24px !important;
        font-size: 34px !important;
    }

    .ppe-testimonial .testimonial-cards {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    .ppe-testimonial .testimonial-card,
    .ppe-testimonial .testimonial-card:nth-child(2),
    .ppe-testimonial .testimonial-card:nth-child(3) {
        min-height: 0 !important;
        transform: translateY(20px) !important;
    }

    .ppe-testimonial.is-visible .testimonial-card {
        transform: translateY(0) !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ppe-testimonial .testimonial-card,
    .ppe-testimonial .testimonial-card:nth-child(2),
    .ppe-testimonial .testimonial-card:nth-child(3) {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

/* Final overrides: this file contains legacy page overrides above; keep the
   new category controls above those legacy declarations. */
.ppe-hero .ppe-machine-placeholder.has-hero-slider {
    background-image: none !important;
    background-color: transparent !important;
}

.ppe-hero .ppe-machine-placeholder.has-hero-slider .ppe-hero-slider {
    position: absolute;
    inset: 0;
}

.ppe-hero .ppe-machine-placeholder.has-hero-slider .ppe-hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ppe-testimonial .testimonial-card.testimonial-card-image {
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    min-height: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    background: #f0f0f1 !important;
}

.ppe-testimonial .testimonial-card.testimonial-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 900px) {
    .ppe-testimonial .testimonial-card.testimonial-card-image {
        width: min(370px, calc(100% - 30px));
        height: auto !important;
    }
}

.ppe-outcomes.has-custom-background {
    background-image: linear-gradient(rgba(12, 18, 23, .76), rgba(12, 18, 23, .76)), var(--ppe-outcomes-background) !important;
}

.ppe-testimonial.has-custom-background {
    background-image: var(--ppe-testimonial-background) !important;
    background-size: cover !important;
    background-position: center !important;
}

/* The pillar section no longer uses the old scroll-stack script. Keep its
   PDP-style cards visible even when the page is loaded while scrolled. */
.ppe-testimonial .testimonial-card,
.ppe-testimonial .testimonial-card:nth-child(2),
.ppe-testimonial .testimonial-card:nth-child(3) {
    opacity: 1 !important;
    transform: none !important;
    transition: box-shadow .25s ease !important;
}

.ppe-testimonial .testimonial-card:hover {
    transform: translateY(-6px) !important;
}

.ppe-steps.has-custom-background {
    background-size: cover !important;
    background-position: center !important;
}

.ppe-steps .steps-grid,
.ppe-steps .steps-grid article {
    overflow: visible !important;
}

.ppe-steps .steps-grid article {
    margin-top: 16px;
    isolation: isolate;
}

.ppe-steps .steps-grid article > b {
    position: absolute !important;
    top: -16px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 32px !important;
    height: 32px !important;
    display: grid !important;
    place-items: center !important;
    background: #064f91 !important;
    color: #fff !important;
    border-radius: 50% !important;
    z-index: 20 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.ppe-steps .steps-grid article .ppe-photo-placeholder:after {
    z-index: 3 !important;
}

.ppe-steps .steps-grid article h3 {
    min-height: 56px;
    overflow: visible;
    white-space: normal;
}

.testimonial-avatar-image {
    order: 3;
    display: block;
    width: 150px;
    height: auto;
    max-height: 62px;
    margin-top: 10px;
    border: 0;
    border-radius: 0;
    object-fit: contain;
    object-position: left center;
}

.testimonial-card cite:has(.testimonial-avatar-image) {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}

.testimonial-card cite:has(.testimonial-avatar-image) strong {
    order: 1;
}

.testimonial-card cite:has(.testimonial-avatar-image) small {
    order: 2;
}

.ppe-credibility.has-custom-background {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.cred-card-image {
    display: block;
    width: 100%;
    max-height: 150px;
    object-fit: contain;
    margin: 0 0 18px;
    border-radius: 10px;
}

/* Keep the image frame visible above an ACF-uploaded problem image. */
.ppe-problem .tall.has-custom-image {
    background-image: none !important;
    margin-left: -28px;
    width: calc(100% + 28px);
}

.ppe-problem .tall.has-custom-image:after {
    z-index: 1;
    top: 52px;
    right: 18px;
    bottom: 52px;
    left: 0;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    border-left: 0;
}

@media (max-width: 900px) {
    .ppe-problem .tall.has-custom-image {
        margin-left: 0;
        width: 100%;
    }
}

/* Mobile layout fixes: prevent desktop grid widths and animated stacks from collapsing. */
@media (max-width: 900px) {
    .ppe-pillar,
    .ppe-pillar * {
        max-width: 100%;
    }

    .ppe-iq,
    .ppe-iq .ppe-shell,
    .ppe-iq .ppe-blue-copy,
    .ppe-iq .wide-photo {
        width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
    }

    .ppe-iq .ppe-shell {
        display: flex !important;
        flex-direction: column !important;
    }

    .ppe-iq .wide-photo {
        position: relative !important;
        flex: 0 0 270px !important;
        min-height: 270px !important;
    }

    .ppe-iq .ppe-blue-copy {
        position: relative !important;
        flex: 0 0 auto !important;
        padding: 40px 26px !important;
        overflow: visible !important;
    }

    .ppe-iq .ppe-blue-copy h2 {
        font-size: 38px !important;
        line-height: 1.08 !important;
        overflow-wrap: normal !important;
    }

    .ppe-iq .ppe-blue-copy p,
    .ppe-iq .ppe-blue-copy li {
        font-size: 17px !important;
        line-height: 1.35 !important;
    }

    .ppe-credibility-grid {
        display: flex !important;
        width: 100% !important;
        min-width: 0 !important;
    }

    .ppe-credibility .credibility-copy {
        width: 100% !important;
        min-width: 0 !important;
    }

    .ppe-credibility .credibility-cards {
        width: 100% !important;
        min-height: 470px !important;
        overflow: hidden !important;
    }

    .ppe-credibility .cred-card {
        left: 50% !important;
        right: auto !important;
        width: min(370px, calc(100% - 24px)) !important;
        box-sizing: border-box !important;
    }

    .ppe-why .ppe-blue-copy,
    .ppe-why .tall,
    .ppe-problem .ppe-blue-copy,
    .ppe-problem .tall {
        min-width: 0 !important;
        box-sizing: border-box !important;
    }

    .ppe-why .tall,
    .ppe-problem .tall {
        max-width: 100% !important;
    }

    .ppe-spotlight .spotlight-copy,
    .ppe-spotlight .spotlight-cards {
        min-width: 0 !important;
    }

    .ppe-spotlight .spotlight-cards {
        touch-action: pan-x;
    }

    .ppe-faq .ppe-shell {
        overflow: hidden !important;
    }

    .ppe-faq .machine-faq {
        width: 100% !important;
        min-width: 0 !important;
    }
}

@media (max-width: 600px) {
    .ppe-hero .ppe-machine-placeholder {
        min-height: 285px !important;
    }

    .ppe-hero-copy h1 {
        font-size: 38px !important;
    }

    .ppe-problem .ppe-blue-copy h2,
    .ppe-why .ppe-blue-copy h2 {
        font-size: 36px !important;
    }

    .ppe-iq .wide-photo {
        flex-basis: 230px !important;
        min-height: 230px !important;
    }

    .ppe-iq .ppe-blue-copy {
        padding: 34px 22px !important;
    }

    .ppe-credibility .credibility-cards {
        min-height: 430px !important;
    }
}

/* Final mobile overrides: keep the full page readable and stacked on phones. */
@media (max-width: 900px) {
    .ppe-pillar {
        overflow-x: hidden;
    }

    .ppe-hero-grid {
        display: flex !important;
        flex-direction: column !important;
        width: calc(100% - 28px) !important;
        gap: 16px !important;
    }

    .ppe-hero .ppe-machine-placeholder {
        order: 0;
        min-height: 350px !important;
    }

    .ppe-hero-copy {
        order: 1;
        padding: 8px 4px 0 !important;
    }

    .ppe-hero-copy h1 {
        font-size: clamp(38px, 10vw, 50px) !important;
        line-height: 1.06 !important;
    }

    .ppe-hero-copy p:not(.eyebrow) {
        font-size: 17px !important;
        line-height: 1.4 !important;
    }

    .ppe-problem .ppe-shell, .ppe-spotlight .ppe-shell, .ppe-iq .ppe-shell,
    .ppe-why .ppe-shell, .ppe-steps .ppe-shell, .ppe-faq .ppe-shell {
        width: calc(100% - 28px) !important;
        max-width: none !important;
    }

    .ppe-problem .ppe-shell, .ppe-spotlight .ppe-shell, .ppe-iq .ppe-shell,
    .ppe-why .ppe-shell, .ppe-faq .ppe-shell {
        display: flex !important;
        flex-direction: column !important;
    }

    .ppe-problem .ppe-blue-copy {
        padding: 40px 26px !important;
    }

    .ppe-problem .ppe-blue-copy h2 {
        font-size: 38px !important;
    }

    .ppe-problem .ppe-blue-copy p, .ppe-problem .ppe-check-list li {
        font-size: 17px !important;
        line-height: 1.35 !important;
    }

    .ppe-problem .tall {
        min-height: 390px !important;
        width: 100% !important;
    }

    .ppe-equipment .ppe-shell {
        width: calc(100% - 28px) !important;
    }

    .ppe-equipment .center-title {
        font-size: 40px !important;
    }

    .ppe-equipment .equipment-panel {
        grid-template-columns: 1fr !important;
        padding: 22px !important;
        gap: 22px !important;
    }

    .ppe-equipment .equipment-cards {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    .ppe-equipment .equipment-card {
        min-height: 380px !important;
    }

    .ppe-equipment .equipment-copy {
        padding: 6px 4px 22px !important;
    }

    .ppe-equipment .equipment-copy h3 {
        font-size: 30px !important;
    }

    .ppe-equipment .equipment-copy p {
        font-size: 18px !important;
    }

    .ppe-how {
        width: calc(100% - 14px) !important;
        margin-left: 0 !important;
        border-radius: 0 54px 0 0 !important;
    }

    .ppe-how .ppe-shell {
        width: calc(100% - 36px) !important;
        padding: 50px 0 !important;
    }

    .ppe-how h2 {
        font-size: 40px !important;
    }

    .ppe-how .how-grid {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }

    .ppe-how .how-grid article {
        min-height: 0 !important;
        padding: 27px 24px !important;
    }

    .ppe-how .how-grid article h3 {
        font-size: 24px !important;
    }

    .ppe-spotlight {
        padding: 55px 0 !important;
    }

    .ppe-spotlight .spotlight-copy h2 {
        font-size: 43px !important;
    }

    .ppe-spotlight .spotlight-cards {
        width: 100% !important;
        gap: 14px !important;
    }

    .ppe-spotlight .spotlight-cards article {
        flex: 0 0 84% !important;
        min-width: 0 !important;
    }

    .ppe-iq {
        width: calc(100% - 28px) !important;
        min-height: 0 !important;
    }

    .ppe-iq .wide-photo {
        position: relative !important;
        min-height: 270px !important;
        order: 0;
    }

    .ppe-iq .ppe-blue-copy {
        order: 1;
        padding: 40px 26px !important;
        border-radius: 0 0 28px 28px !important;
    }

    .ppe-iq .ppe-blue-copy h2 {
        font-size: 39px !important;
    }

    .ppe-iq .ppe-actions, .ppe-credibility .ppe-actions {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .ppe-credibility {
        background-size: 100% auto !important;
    }

    .ppe-credibility-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 28px !important;
    }

    .credibility-copy {
        max-width: none !important;
    }

    .credibility-copy h2 {
        font-size: 39px !important;
    }

    .credibility-cards {
        min-height: 440px !important;
    }

    .cred-card {
        width: min(370px, calc(100% - 20px)) !important;
    }

    .ppe-outcomes {
        min-height: 740px !important;
        padding: 56px 0 !important;
    }

    .ppe-outcomes h2 {
        font-size: 37px !important;
        line-height: 1.08 !important;
    }

    .outcome-pills {
        gap: 9px !important;
    }

    .outcome-pills span {
        font-size: 14px !important;
        padding: 9px 13px !important;
    }

    .outcome-cta {
        width: calc(100% - 28px) !important;
        padding: 27px 20px !important;
    }

    .outcome-cta h3 {
        font-size: 24px !important;
    }

    .ppe-why .ppe-blue-copy {
        padding: 42px 26px !important;
    }

    .ppe-why .ppe-blue-copy h2 {
        font-size: 39px !important;
    }

    .ppe-why .ppe-blue-copy p {
        font-size: 17px !important;
    }

    .ppe-why .tall {
        min-height: 390px !important;
        width: 100% !important;
        margin-left: 0 !important;
    }

    .ppe-steps h2 {
        font-size: 35px !important;
    }

    .ppe-steps .steps-grid {
        grid-template-columns: 1fr !important;
    }

    .ppe-steps .steps-grid article h3 {
        font-size: 24px !important;
    }

    .ppe-faq .ppe-shell {
        height: auto !important;
        min-height: 0 !important;
        padding: 27px 21px !important;
        gap: 20px !important;
    }

    .ppe-faq .machine-faq {
        min-height: 390px !important;
        background-size: auto 390px !important;
    }

    .ppe-faq h2 {
        font-size: 34px !important;
        white-space: normal !important;
    }
}

@media (max-width: 600px) {
    .ppe-pillar .ppe-actions {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 10px !important;
    }

    .ppe-pillar .ppe-actions .ppe-btn {
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .ppe-hero .ppe-machine-placeholder {
        min-height: 300px !important;
    }

    .ppe-problem .tall, .ppe-why .tall {
        min-height: 330px !important;
    }

    .ppe-iq .wide-photo {
        min-height: 230px !important;
    }

    .ppe-faq .machine-faq {
        min-height: 320px !important;
        background-size: auto 320px !important;
    }
}

/* Responsive layout and subtle motion pass */
.ppe-pillar {
    overflow-x: clip;
}

.ppe-motion-ready .ppe-pillar > section {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .7s ease, transform .7s cubic-bezier(.22, 1, .36, 1);
}

.ppe-motion-ready .ppe-pillar > section.ppe-is-visible {
    opacity: 1;
    transform: none;
}

.ppe-pillar .ppe-btn {
    transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease;
}

.ppe-pillar .ppe-btn:hover,
.ppe-pillar .ppe-btn:focus-visible {
    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(0, 63, 125, .2);
}

.ppe-motion-ready .ppe-equipment .equipment-card,
.ppe-motion-ready .ppe-how .how-grid article,
.ppe-motion-ready .ppe-steps .steps-grid article {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .6s ease, transform .6s cubic-bezier(.22, 1, .36, 1);
}

.ppe-motion-ready .ppe-is-visible .equipment-card,
.ppe-motion-ready .ppe-is-visible .how-grid article,
.ppe-motion-ready .ppe-is-visible .steps-grid article {
    opacity: 1;
    transform: none;
}

.ppe-motion-ready .ppe-is-visible .equipment-card:nth-child(2),
.ppe-motion-ready .ppe-is-visible .how-grid article:nth-child(2),
.ppe-motion-ready .ppe-is-visible .steps-grid article:nth-child(2) {
    transition-delay: .1s;
}

.ppe-motion-ready .ppe-is-visible .how-grid article:nth-child(3),
.ppe-motion-ready .ppe-is-visible .steps-grid article:nth-child(3) {
    transition-delay: .2s;
}

.ppe-motion-ready .ppe-is-visible .how-grid article:nth-child(4) {
    transition-delay: .3s;
}

@media (max-width: 900px) {
    .ppe-hero {
        padding: 34px 0 46px !important;
    }

    .ppe-hero-grid,
    .ppe-problem .ppe-shell,
    .ppe-spotlight .ppe-shell,
    .ppe-iq .ppe-shell,
    .ppe-why .ppe-shell,
    .ppe-steps .ppe-shell,
    .ppe-faq .ppe-shell {
        width: calc(100% - 28px) !important;
        max-width: none !important;
    }

    .ppe-hero-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 18px !important;
    }

    .ppe-hero-copy {
        order: 1;
        padding: 12px 4px 0 !important;
    }

    .ppe-hero .ppe-machine-placeholder {
        order: 0;
        min-height: 360px !important;
    }

    .ppe-hero-copy h1 {
        font-size: clamp(38px, 10vw, 50px) !important;
    }

    .ppe-hero-copy .eyebrow {
        font-size: 17px !important;
    }

    .ppe-hero-copy p:not(.eyebrow) {
        font-size: 17px !important;
        line-height: 1.4 !important;
    }

    .ppe-problem .ppe-shell,
    .ppe-spotlight .ppe-shell,
    .ppe-iq .ppe-shell,
    .ppe-why .ppe-shell,
    .ppe-faq .ppe-shell {
        display: flex !important;
        flex-direction: column !important;
    }

    .ppe-problem .ppe-blue-copy {
        padding: 42px 28px !important;
        border-radius: 0 26px 26px 0 !important;
    }

    .ppe-problem .ppe-blue-copy h2 {
        font-size: 39px !important;
    }

    .ppe-problem .ppe-blue-copy p, .ppe-problem .ppe-check-list li {
        font-size: 17px !important;
    }

    .ppe-problem .tall {
        min-height: 420px !important;
        width: 100% !important;
    }

    .ppe-equipment .ppe-shell {
        width: calc(100% - 28px) !important;
    }

    .ppe-equipment .center-title {
        font-size: 42px !important;
    }

    .ppe-equipment .equipment-panel {
        grid-template-columns: 1fr !important;
        padding: 24px !important;
        gap: 24px !important;
    }

    .ppe-equipment .equipment-cards {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    .ppe-equipment .equipment-card {
        min-height: 390px !important;
    }

    .ppe-equipment .equipment-copy {
        padding: 8px 4px 22px !important;
    }

    .ppe-equipment .equipment-copy h3 {
        font-size: 31px !important;
    }

    .ppe-equipment .equipment-copy p {
        font-size: 18px !important;
    }

    .ppe-how {
        width: calc(100% - 14px) !important;
        margin-left: 0 !important;
        border-radius: 0 56px 0 0 !important;
    }

    .ppe-how .ppe-shell {
        width: calc(100% - 36px) !important;
        padding: 52px 0 !important;
    }

    .ppe-how h2 {
        font-size: 42px !important;
    }

    .ppe-how .how-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .ppe-how .how-grid article {
        min-height: 0 !important;
        padding: 28px 26px !important;
    }

    .ppe-how .how-grid article h3 {
        font-size: 25px !important;
    }

    .ppe-spotlight {
        padding: 56px 0 !important;
    }

    .ppe-spotlight .spotlight-copy h2 {
        font-size: 44px !important;
    }

    .ppe-spotlight .spotlight-cards {
        width: 100% !important;
        gap: 14px !important;
    }

    .ppe-spotlight .spotlight-cards article {
        flex: 0 0 84% !important;
        min-width: 0 !important;
    }

    .ppe-iq {
        width: calc(100% - 28px) !important;
        min-height: 0 !important;
    }

    .ppe-iq .wide-photo {
        position: relative !important;
        min-height: 280px !important;
        order: 0;
    }

    .ppe-iq .ppe-blue-copy {
        order: 1;
        padding: 42px 28px !important;
        border-radius: 0 0 28px 28px !important;
    }

    .ppe-iq .ppe-blue-copy h2 {
        font-size: 40px !important;
    }

    .ppe-iq .ppe-actions, .ppe-credibility .ppe-actions {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .ppe-credibility {
        background-size: 100% auto !important;
    }

    .ppe-credibility-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 30px !important;
    }

    .credibility-copy {
        max-width: none !important;
    }

    .credibility-copy h2 {
        font-size: 40px !important;
    }

    .credibility-cards {
        min-height: 440px !important;
    }

    .cred-card {
        width: min(370px, calc(100% - 20px)) !important;
    }

    .ppe-outcomes {
        min-height: 760px !important;
        padding: 58px 0 !important;
    }

    .ppe-outcomes h2 {
        font-size: 39px !important;
        line-height: 1.08 !important;
    }

    .outcome-pills {
        gap: 10px !important;
    }

    .outcome-pills span {
        font-size: 14px !important;
        padding: 10px 14px !important;
    }

    .outcome-cta {
        width: calc(100% - 28px) !important;
        padding: 28px 22px !important;
    }

    .outcome-cta h3 {
        font-size: 25px !important;
    }

    .ppe-why .ppe-blue-copy {
        padding: 44px 28px !important;
        border-radius: 0 28px 28px 0 !important;
    }

    .ppe-why .ppe-blue-copy h2 {
        font-size: 40px !important;
    }

    .ppe-why .ppe-blue-copy p {
        font-size: 17px !important;
    }

    .ppe-why .tall {
        min-height: 400px !important;
        margin-left: 0 !important;
        width: 100% !important;
    }

    .ppe-steps h2 {
        font-size: 36px !important;
    }

    .ppe-steps .steps-grid {
        grid-template-columns: 1fr !important;
    }

    .ppe-steps .steps-grid article h3 {
        font-size: 25px !important;
    }

    .ppe-faq .ppe-shell {
        height: auto !important;
        min-height: 0 !important;
        padding: 28px 22px !important;
        gap: 22px !important;
    }

    .ppe-faq .machine-faq {
        min-height: 390px !important;
        background-size: auto 390px !important;
    }

    .ppe-faq h2 {
        font-size: 34px !important;
        white-space: normal !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ppe-motion-ready .ppe-pillar > section,
    .ppe-motion-ready .ppe-equipment .equipment-card,
    .ppe-motion-ready .ppe-how .how-grid article,
    .ppe-motion-ready .ppe-steps .steps-grid article,
    .ppe-pillar .ppe-btn {
        transition: none !important;
        transform: none !important;
        opacity: 1 !important;
    }
}

.ppe-outcomes {
    width: calc(100% - 20px) !important;
    margin: 0 10px !important;
    min-height: 580px !important;
    padding: 82px 0 84px !important;
    border-radius: 0 0 145px 0 !important;
    background-image: linear-gradient(rgba(12, 18, 23, .76), rgba(12, 18, 23, .76)), url('../images/safety-ppe/outcomes.png') !important;
    background-size: cover !important;
    background-position: center !important
}

.ppe-outcomes, .ppe-outcomes * {
    font-family: 'Lato', Arial, Helvetica, sans-serif
}

.ppe-outcomes .ppe-shell {
    max-width: 1100px !important
}

.ppe-outcomes h2 {
    margin: 0 auto 26px !important;
    color: #fff !important;
    font-size: 38px !important;
    line-height: 1.12 !important;
    font-weight: 700 !important;
    text-align: center
}

.outcome-pills {
    max-width: 930px !important;
    margin: 0 auto 44px !important;
    gap: 16px !important
}

.outcome-pills span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 20px;
    background: rgba(255, 255, 255, .32);
    color: #fff;
    font-size: 17px;
    font-style: italic;
    line-height: 1.15
}

.outcome-cta {
    width: min(810px, calc(100% - 40px)) !important;
    margin: 0 auto !important;
    padding: 25px 30px !important;
    border-radius: 25px !important
}

.outcome-cta h3 {
    margin: 0;
    color: var(--blue);
    font-size: 25px;
    line-height: 1.1;
    font-weight: 700
}

/* Outcomes section matching the supplied design. */
.ppe-outcomes h2 {
    font-family: 'Lato', Arial, Helvetica, sans-serif !important;
    font-size: 38px !important;
    font-weight: 700 !important
}

.outcome-pills span {
    font-family: 'Lato', Arial, Helvetica, sans-serif !important;
    font-size: 17px !important;
    font-weight: 400 !important
}

.outcome-cta {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important
}

.outcome-cta .ppe-actions {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    margin: 0;
}

.outcome-cta .ppe-btn {
    font-family: 'Lato', Arial, Helvetica, sans-serif !important;
    font-size: 17px !important
}

.outcome-cta {
    width: min(980px, calc(100% - 40px)) !important
}

.outcome-cta h3 {
    flex: 0 0 380px !important;
    max-width: 380px !important
}

@media (max-width: 600px) {
    .outcome-cta {
        flex-direction: column !important;
        align-items: stretch !important
    }

    .outcome-cta .ppe-actions {
        flex-direction: column !important;
        flex-wrap: wrap !important
    }
}

.ppe-outcomes h2 {
    font-family: 'Lato', Arial, Helvetica, sans-serif !important;
    font-size: 38px !important;
    font-weight: 700 !important
}

.outcome-pills span {
    font-family: 'Lato', Arial, Helvetica, sans-serif !important;
    font-size: 17px !important;
    font-weight: 400 !important
}

.outcome-cta {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important
}

.outcome-cta .ppe-actions {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    flex-wrap: nowrap !important
}

.outcome-cta .ppe-btn {
    font-family: 'Lato', Arial, Helvetica, sans-serif !important;
    font-size: 17px !important
}

.ppe-outcomes, .ppe-outcomes * {
    font-family: 'Lato', Arial, Helvetica, sans-serif
}

.ppe-outcomes {
    width: calc(100% - 20px);
    margin: 0 10px;
    min-height: 580px;
    padding: 82px 0 84px;
    border-radius: 0 0 145px 0;
    background-image: linear-gradient(rgba(12, 18, 23, .76), rgba(12, 18, 23, .76)), url('../images/safety-ppe/outcomes.png');
    background-size: cover;
    background-position: center
}

.ppe-outcomes .ppe-shell {
    max-width: 1100px
}

.ppe-outcomes h2 {
    margin: 0 auto 26px;
    color: #fff;
    font-size: 38px;
    line-height: 1.12;
    font-weight: 700;
    text-align: center
}

.outcome-pills {
    max-width: 930px;
    margin: 0 auto 44px;
    gap: 16px
}

.outcome-pills span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 20px;
    background: rgba(255, 255, 255, .32);
    color: #fff;
    font-size: 17px;
    font-style: italic;
    line-height: 1.15
}

.outcome-cta {
    width: min(810px, calc(100% - 40px));
    margin: 0 auto;
    padding: 25px 30px;
    border-radius: 25px
}

.outcome-cta h3 {
    margin: 0;
    color: var(--blue);
    font-size: 25px;
    line-height: 1.1;
    font-weight: 700
}

.outcome-cta .ppe-actions {
    gap: 10px
}

.outcome-cta .ppe-btn {
    font-size: 17px;
    white-space: nowrap
}

@media (max-width: 900px) {
    .ppe-outcomes {
        width: calc(100% - 28px);
        margin-left: 14px;
        border-radius: 0 0 60px 0;
        padding: 62px 0
    }

    .ppe-outcomes h2 {
        font-size: 32px
    }

    .outcome-cta {
        width: calc(100% - 32px);
        flex-direction: column;
        align-items: stretch
    }

    .outcome-cta .ppe-actions {
        justify-content: center
    }
}

@media (max-width: 600px) {
    .ppe-outcomes h2 {
        font-size: 27px
    }

    .outcome-pills span {
        font-size: 14px;
        padding: 8px 13px
    }

    .outcome-cta h3 {
        font-size: 21px
    }

    .outcome-cta .ppe-actions {
        flex-direction: column
    }
}

/* Final iQ layering: keep the section in the content container and place the blue copy above the inner frame. */
.ppe-iq {
    width: min(1360px, calc(100% - 70px)) !important;
    margin-left: auto !important;
    margin-right: auto !important
}

.ppe-iq:after {
    z-index: 3 !important
}

.ppe-iq .ppe-blue-copy {
    z-index: 4 !important
}

.ppe-iq:after {
    border-radius: 131px 0 0 0 !important
}

.ppe-iq .ppe-blue-copy, .ppe-iq .ppe-blue-copy * {
    font-family: 'Lato', Arial, Helvetica, sans-serif !important
}

.ppe-iq .ppe-blue-copy h2 {
    color: #fff !important;
    font-size: 39px !important;
    font-weight: 700 !important
}

.ppe-iq .ppe-blue-copy p, .ppe-iq .ppe-check-list li {
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 1.35 !important
}

.ppe-iq {
    width: min(1360px, calc(100% - 70px)) !important;
    margin-left: auto !important;
    margin-right: auto !important
}

.ppe-iq:after {
    z-index: 3 !important
}

.ppe-iq .ppe-blue-copy {
    z-index: 4 !important
}

.ppe-iq {
    width: calc(100% - 70px) !important;
    margin-left: 35px !important;
    margin-right: 0 !important;
    padding: 0 !important;
    min-height: 730px !important;
    position: relative !important;
    overflow: hidden !important;
    border-radius: 145px 0 0 0 !important;
    background: url('../images/safety-ppe/iq-team.png') center/cover no-repeat !important
}

.ppe-iq:after {
    content: '';
    position: absolute;
    z-index: 3;
    inset: 14px;
    border: 3px solid rgba(255, 255, 255, .9);
    pointer-events: none
}

.ppe-iq .ppe-shell {
    width: 100% !important;
    max-width: none !important;
    min-height: 730px !important;
    display: block !important;
    position: relative !important
}

.ppe-iq .wide-photo {
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    min-height: 0 !important;
    background: url('../images/safety-ppe/iq-team.png') center/cover no-repeat !important;
    z-index: 0 !important
}

.ppe-iq .ppe-blue-copy {
    position: absolute !important;
    z-index: 2 !important;
    top: 52px !important;
    right: 0 !important;
    bottom: 52px !important;
    width: 47% !important;
    padding: 54px 48px 40px !important;
    background: var(--blue) !important;
    border-radius: 36px 0 0 36px !important
}

.ppe-iq .ppe-blue-copy h2, .ppe-iq .ppe-blue-copy p, .ppe-iq .ppe-blue-copy li {
    color: #fff !important
}

.ppe-iq .ppe-blue-copy h2 {
    font-size: 39px !important;
    font-weight: 700 !important
}

.ppe-iq .ppe-blue-copy p, .ppe-iq .ppe-check-list li {
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 1.35 !important
}

.ppe-iq {
    width: calc(100% - 70px);
    margin-left: 35px;
    margin-right: 0;
    padding: 0;
    min-height: 730px;
    position: relative;
    overflow: hidden;
    border-radius: 145px 0 0 0;
    background-image: url('../images/safety-ppe/iq-team.png');
    background-size: cover;
    background-position: center
}

.ppe-iq:after {
    content: '';
    position: absolute;
    z-index: 1;
    inset: 18px 18px 18px 0;
    border: 4px solid rgba(255, 255, 255, .9);
    border-left: 0;
    pointer-events: none
}

.ppe-iq .ppe-shell {
    width: 100%;
    max-width: none;
    min-height: 730px;
    display: block;
    position: relative
}

.ppe-iq .wide-photo {
    display: none
}

.ppe-iq .ppe-blue-copy {
    position: absolute;
    z-index: 2;
    top: 52px;
    right: 0;
    bottom: 0;
    width: 48%;
    padding: 54px 48px 40px;
    background: var(--blue);
    border-radius: 36px 0 0 36px
}

.ppe-iq .ppe-blue-copy h2 {
    font-size: 39px;
    font-weight: 700
}

.ppe-iq .ppe-blue-copy p, .ppe-iq .ppe-check-list li {
    font-size: 17px
}

.ppe-iq .ppe-check-list {
    margin: 24px 0
}

.ppe-iq .ppe-check-list li {
    margin: 16px 0;
    padding-left: 34px
}

.ppe-iq .ppe-actions {
    margin-top: 28px
}

@media (max-width: 900px) {
    .ppe-iq {
        width: calc(100% - 28px);
        margin-left: 14px;
        border-radius: 70px 0 0 0
    }

    .ppe-iq .ppe-blue-copy {
        position: relative;
        top: auto;
        bottom: auto;
        width: 100%;
        min-height: 520px;
        border-radius: 0;
        padding: 42px 28px
    }

    .ppe-iq .ppe-shell {
        min-height: 0
    }

    .ppe-iq:after {
        right: 12px;
        top: 12px;
        bottom: 12px
    }
}

.ppe-iq {
    width: calc(100% - 70px);
    margin-left: 35px;
    margin-right: 0;
    padding: 0;
    min-height: 730px;
    position: relative;
    overflow: hidden;
    border-radius: 145px 0 0 0;
    background-image: url('../images/safety-ppe/iq-team.png');
    background-size: cover;
    background-position: center
}

.ppe-iq:after {
    content: '';
    position: absolute;
    z-index: 3;
    inset: 14px;
    border: 3px solid rgba(255, 255, 255, .9);
    pointer-events: none
}

.ppe-iq .ppe-shell {
    width: 100%;
    max-width: none;
    min-height: 730px;
    display: block;
    position: relative
}

.ppe-iq .wide-photo {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    min-height: 0;
    border-radius: 0;
    background: url('../images/safety-ppe/iq-team.png') center/cover no-repeat;
    z-index: 0
}

.ppe-iq .ppe-blue-copy {
    position: absolute;
    z-index: 2;
    top: 52px;
    right: 0;
    bottom: 52px;
    width: 47%;
    padding: 54px 48px 40px;
    background: var(--blue);
    border-radius: 36px 0 0 36px
}

.ppe-iq .ppe-blue-copy h2 {
    font-size: 39px;
    font-weight: 700
}

.ppe-iq .ppe-blue-copy p, .ppe-iq .ppe-check-list li {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.35
}

.ppe-iq .ppe-check-list {
    margin: 24px 0
}

.ppe-iq .ppe-check-list li {
    margin: 16px 0;
    padding-left: 34px
}

.ppe-iq .ppe-actions {
    margin-top: 28px
}

@media (max-width: 900px) {
    .ppe-iq {
        width: calc(100% - 28px);
        margin-left: 14px;
        border-radius: 70px 0 0 0
    }

    .ppe-iq .ppe-blue-copy {
        position: relative;
        top: auto;
        bottom: auto;
        width: 100%;
        min-height: 520px;
        border-radius: 0;
        padding: 42px 28px
    }

    .ppe-iq .ppe-shell {
        min-height: 0
    }

    .ppe-iq:after {
        right: 12px;
        top: 12px;
        bottom: 12px
    }
}

/* Final iQ layering: keep the section in the content container and place the blue copy above the inner frame. */
.ppe-iq {
    width: min(1360px, calc(100% - 70px)) !important;
    margin-left: auto !important;
    margin-right: auto !important
}

.ppe-iq:after {
    z-index: 3 !important
}

.ppe-iq .ppe-blue-copy {
    z-index: 4 !important
}

@media (max-width: 900px) {
    .ppe-spotlight .spotlight-cards article {
        flex-basis: calc((100% - 20px) / 2)
    }
}

@media (max-width: 600px) {
    .ppe-spotlight .spotlight-cards article {
        flex-basis: 85%
    }
}

.ppe-spotlight .spotlight-cards article:nth-child(4) .ppe-photo-placeholder {
    background-image: url('../images/safety-ppe/step-solution.png')
}

.ppe-spotlight .spotlight-cards article:nth-child(5) .ppe-photo-placeholder {
    background-image: url('../images/safety-ppe/iq-team.png')
}

.ppe-pillar * {
    box-sizing: border-box
}

.ppe-shell {
    width: min(1180px, calc(100% - 48px));
    margin: auto
}

.ppe-pillar h1, .ppe-pillar h2, .ppe-pillar h3, .ppe-pillar p {
    margin-top: 0
}

.ppe-pillar h1 {
    font-size: clamp(42px, 5vw, 76px);
    line-height: 1.05;
    margin-bottom: 28px
}

.ppe-pillar h2 {
    font-size: clamp(36px, 4vw, 58px);
    line-height: 1.08
}

.ppe-pillar h3 {
    font-size: 28px;
    line-height: 1.15
}

.ppe-pillar p {
    font-size: 20px;
    line-height: 1.35
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 700;
    font-size: 19px
}

.ppe-rule {
    display: block;
    width: 56px;
    border-top: 4px solid currentColor;
    margin: 20px 0
}

.ppe-hero {
    background: #fff;
    padding: 80px 0 90px
}

.ppe-hero-grid, .ppe-split {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 58px;
    align-items: center
}

.ppe-hero-copy {
    padding: 30px 0
}

.ppe-hero-copy > p:not(.eyebrow) {
    max-width: 650px
}

.ppe-photo-placeholder {
    min-height: 250px;
    border-radius: 26px;
    background: linear-gradient(135deg, #dce6ed, #8098a8 45%, #263843);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden
}

.ppe-photo-placeholder > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1
}

.equipment-card .ppe-photo-placeholder > img {
    object-fit: contain;
    padding: 28px;
}

.equipment-card .ppe-photo-placeholder:has(> img) {
    background-image: none !important;
    background-color: #fff !important;
}

.ppe-machine-placeholder > img,
.ppe-faq .machine-faq > img {
    object-fit: contain;
    padding: 24px;
}

.ppe-hero .ppe-machine-placeholder.has-custom-image {
    background-image: none !important;
    background-color: transparent !important;
}

.ppe-problem .tall.has-custom-image {
    background-image: none !important;
    background-color: transparent !important;
    margin-left: -28px;
    width: calc(100% + 28px);
}

.ppe-problem .tall > img {
    z-index: 1;
}

.ppe-problem .tall:after {
    z-index: 3;
    inset: 22px 18px 22px 0;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    border-left: 0;
    border-radius: 72px 0 0 72px;
}

.ppe-photo-note {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, .92);
    color: #f50087;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 700;
    text-align: center;
    max-width: 80%
}

.ppe-machine-placeholder {
    min-height: 520px;
    background: linear-gradient(145deg, #fafafa, #e5e6e7);
    border: 1px solid #ddd;
    flex-direction: column
}

.machine-silhouette {
    width: 48%;
    height: 80%;
    background: linear-gradient(90deg, #14171c, #363941);
    border-radius: 12px 12px 4px 4px;
    box-shadow: 20px 20px 20px #b2b2b2;
    position: absolute;
    bottom: 40px
}

.machine-slots {
    position: absolute;
    inset: 55px 32px 90px 20px;
    background: repeating-linear-gradient(#aeb2b5 0 6px, transparent 6px 60px);
    opacity: .6
}

.machine-screen {
    position: absolute;
    right: 10px;
    top: 100px;
    width: 17px;
    height: 65px;
    background: #70d5ee
}

.ppe-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 28px
}

.ppe-btn {
    display: inline-block;
    background: var(--blue);
    color: #fff !important;
    border: 2px solid var(--blue);
    border-radius: 999px;
    padding: 14px 25px;
    font-weight: 700;
    font-size: 20px;
    text-decoration: none
}

.ppe-btn-outline {
    background: #fff;
    color: var(--blue) !important
}

.ppe-btn-light {
    background: #fff;
    color: var(--blue) !important;
    border-color: #fff
}

.ppe-btn-light-outline {
    background: transparent;
    color: #fff !important;
    border-color: #fff
}

.ppe-problem, .ppe-why {
    background: var(--blue);
    color: #fff;
    padding: 90px 0
}

.ppe-problem .ppe-split, .ppe-why .ppe-split {
    align-items: stretch
}

.ppe-blue-copy {
    padding: 20px 5px
}

.ppe-blue-copy h2, .ppe-blue-copy h3 {
    color: #fff
}

.ppe-blue-copy p {
    color: #fff
}

.ppe-check-list {
    list-style: none;
    padding: 0;
    margin: 24px 0
}

.ppe-check-list li {
    font-size: 20px;
    line-height: 1.35;
    margin: 13px 0;
    padding-left: 36px;
    position: relative
}

.ppe-check-list li:before {
    content: '✓';
    position: absolute;
    left: 0;
    font-weight: bold
}

.tall {
    min-height: 650px
}

.ppe-section {
    padding: 85px 0
}

.center-title {
    text-align: center
}

.equipment-panel {
    background: #f0f0f1;
    border-radius: 28px;
    padding: 48px;
    display: grid;
    grid-template-columns:2fr 1fr;
    gap: 48px;
    align-items: center;
    margin-top: 32px
}

.equipment-panel-bottom {
    margin-top: 22px
}

.equipment-cards {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 18px
}

.equipment-card {
    background: #fff;
    border-radius: 24px;
    padding: 22px;
    text-align: center
}

.equipment-card h3 {
    font-size: 23px;
    margin: 16px 0 8px
}

.equipment-card em {
    font-size: 17px
}

.machine-card {
    min-height: 250px;
    background: linear-gradient(145deg, #f7f7f7, #b7c2cc)
}

.software-card {
    background: linear-gradient(135deg, #f2e8f9, #a52dbd)
}

.locker-card {
    background: linear-gradient(135deg, #e4f2f7, #2582bb)
}

.equipment-copy h3 {
    color: var(--blue)
}

.ppe-how {
    padding: 90px 0;
    background: linear-gradient(rgba(6, 23, 42, .72), rgba(6, 23, 42, .72)), linear-gradient(135deg, #59778d, #1d313d);
    color: #fff
}

.ppe-how h2, .ppe-how h3 {
    color: #fff;
    text-align: center
}

.how-grid {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 22px
}

.how-grid article {
    background: #fff;
    color: var(--ink);
    border-radius: 26px;
    padding: 34px
}

.how-grid h3 {
    text-align: left;
    color: var(--blue)
}

.center-actions {
    justify-content: center
}

.ppe-spotlight {
    background: #fff
}

.compact-split {
    grid-template-columns:.75fr 2.25fr
}

.spotlight-cards {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 18px
}

.spotlight-cards article {
    background: var(--light);
    border-radius: 24px;
    overflow: hidden;
    text-align: center
}

.spotlight-cards .ppe-photo-placeholder {
    border-radius: 0;
    min-height: 275px
}

.spotlight-cards h3 {
    padding: 12px;
    font-size: 25px
}

.ppe-iq {
    padding: 90px 0;
    background: #fff
}

.wide-photo {
    min-height: 600px
}

.ppe-credibility {
    background: var(--blue);
    color: #fff;
    padding: 90px 0
}

.ppe-credibility h2, .ppe-credibility p {
    color: #fff
}

.cred-card {
    background: #fff;
    color: var(--blue);
    border-radius: 28px;
    padding: 50px;
    transform: rotate(-2deg)
}

.cred-card h3, .cred-card p {
    color: var(--blue)
}

.check-mark {
    font-size: 70px
}

.ppe-credibility {
    width: 100%;
    min-height: 650px;
    padding: 70px 0;
    background-color: var(--blue);
    background-image: url('../images/safety-ppe/iowa-outline.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 52% auto;
    overflow: hidden
}

.ppe-credibility-grid {
    display: grid;
    grid-template-columns:minmax(0, 1fr) minmax(420px, 520px);
    gap: 60px;
    align-items: center
}

.ppe-credibility, .ppe-credibility * {
    font-family: 'Lato', Arial, Helvetica, sans-serif
}

.credibility-copy {
    max-width: 590px
}

.credibility-flag {
    display: block;
    width: 46px;
    height: auto;
    margin: 0 0 20px
}

.credibility-copy h2 {
    margin: 0 0 22px;
    color: #fff;
    font-size: 39px;
    line-height: 1.14;
    font-weight: 700;
    letter-spacing: -.2px
}

.credibility-copy p {
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400
}

.credibility-copy .ppe-actions {
    margin-top: 34px
}

.credibility-copy .ppe-btn {
    font-size: 18px;
    font-weight: 700
}

.credibility-cards {
    position: relative;
    min-height: 540px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible
}

.cred-card {
    position: absolute;
    width: min(100%, 400px);
    min-height: 470px;
    padding: 54px 42px;
    background: #fff;
    color: var(--blue);
    border-radius: 28px;
    box-shadow: 0 10px 0 rgba(255, 255, 255, .18);
    transform: rotate(-3deg);
    z-index: 2
}

.cred-card:nth-child(2) {
    transform: rotate(3deg) translate(24px, 8px);
    z-index: 1;
    background: #f1f1f1
}

.cred-card h3, .cred-card p {
    color: var(--blue)
}

.cred-card h3 {
    font-size: 29px;
    line-height: 1.05
}

.cred-card p {
    font-size: 20px;
    line-height: 1.25
}

.cred-card .check-mark {
    display: block;
    font-size: 70px;
    line-height: 1;
    margin-bottom: 20px
}

.credibility-note {
    position: absolute;
    bottom: -5px;
    left: 50%;
    z-index: 4;
    transform: translateX(-50%);
    width: 100%;
    margin: 0;
    color: #f50087 !important;
    text-align: center;
    font-weight: 700;
    font-size: 16px !important;
    white-space: nowrap
}

.credibility-cards .cred-card {
    transition: none !important
}

.credibility-cards.is-revealed .cred-card:first-child {
    transform: translateY(-115%) rotate(-3deg);
    opacity: 0
}

.credibility-cards.is-revealed .cred-card:nth-child(2) {
    transform: rotate(-2deg) translateY(0);
    z-index: 3
}

.credibility-cards .cred-card:nth-child(3) {
    z-index: 0;
    background: #e9e9e9
}

@media (max-width: 900px) {
    .ppe-credibility {
        padding: 55px 0;
        background-size: 80% auto
    }

    .ppe-credibility-grid {
        grid-template-columns:1fr;
        gap: 35px
    }

    .credibility-copy {
        max-width: none
    }

    .credibility-cards {
        min-height: 520px
    }

    .credibility-note {
        bottom: -12px
    }
}

@media (max-width: 600px) {
    .credibility-copy h2 {
        font-size: 32px
    }

    .credibility-copy p {
        font-size: 17px
    }

    .cred-card {
        width: calc(100% - 30px);
        padding: 42px 30px
    }

    .cred-card h3 {
        font-size: 25px
    }

    .cred-card p {
        font-size: 17px
    }

    .credibility-note {
        font-size: 13px !important;
        white-space: normal
    }
}

.ppe-outcomes {
    padding: 95px 0;
    background: linear-gradient(rgba(12, 18, 23, .72), rgba(12, 18, 23, .72)), linear-gradient(135deg, #9ea89e, #202b32);
    color: #fff;
    text-align: center
}

.ppe-outcomes h2 {
    color: #fff
}

.outcome-pills {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 35px auto
}

.outcome-pills span {
    background: rgba(255, 255, 255, .3);
    border-radius: 999px;
    padding: 12px 22px;
    font-size: 18px;
    font-weight: 700
}

.outcome-cta {
    background: #fff;
    color: var(--blue);
    border-radius: 28px;
    padding: 28px 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    gap: 20px
}

.outcome-cta h3 {
    margin: 0
}

.ppe-testimonial {
    padding: 90px 0;
    background: #fff
}

.testimonial-inner {
    display: grid;
    grid-template-columns:1fr 1.4fr 1fr;
    align-items: center;
    gap: 30px
}

.testimonial-inner .eyebrow {
    text-align: center
}

.testimonial-inner blockquote {
    background: #f0f0f1;
    border-radius: 26px;
    padding: 45px;
    font-size: 23px;
    line-height: 1.4;
    margin: 0;
    transform: rotate(-2deg)
}

.testimonial-inner cite {
    display: block;
    margin-top: 25px;
    font-style: normal;
    font-weight: bold
}

.testimonial-inner small {
    font-weight: normal
}

.ppe-testimonial, .ppe-testimonial * {
    font-family: 'Lato', Arial, Helvetica, sans-serif
}

.ppe-testimonial {
    padding: 60px 0 70px;
    min-height: 650px
}

.testimonial-inner {
    display: grid !important;
    grid-template-columns:1fr minmax(390px, 460px) 1fr !important;
    align-items: center;
    gap: 30px
}

.testimonial-label {
    color: var(--blue) !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px !important;
    font-weight: 700 !important;
    text-align: center
}

.testimonial-cards {
    position: relative;
    min-height: 520px;
    height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    isolation: isolate
}

.testimonial-card {
    position: absolute;
    width: 370px;
    min-height: 440px;
    margin: 0 !important;
    padding: 88px 42px 34px !important;
    background: #f0f0f1 !important;
    color: var(--blue) !important;
    border-radius: 25px !important;
    transform: rotate(-3deg);
    box-shadow: 15px 9px 0 var(--blue);
    z-index: 3;
    transition: none !important
}

.testimonial-card:nth-child(2) {
    transform: rotate(2deg) translate(18px, 7px);
    background: #fff !important;
    z-index: 2
}

.testimonial-card:nth-child(3) {
    transform: rotate(5deg) translate(28px, 14px);
    background: #f7f7f7 !important;
    z-index: 1
}

.testimonial-card .quote-mark {
    position: absolute;
    top: 50px;
    left: 42px;
    color: var(--blue);
    font-size: 74px;
    line-height: .45;
    font-weight: 700
}

.testimonial-card p {
    color: var(--blue) !important;
    font-size: 19px !important;
    line-height: 1.25 !important;
    font-weight: 400 !important
}

.testimonial-card cite {
    display: grid !important;
    grid-template-columns:42px 1fr;
    column-gap: 12px;
    align-items: center;
    margin-top: 22px !important;
    color: var(--blue) !important;
    font-size: 16px !important;
    font-style: normal !important
}

.testimonial-card cite strong, .testimonial-card cite small {
    grid-column: 2;
    color: var(--blue) !important
}

.testimonial-card cite strong {
    font-size: 16px
}

.testimonial-card cite small {
    font-size: 16px;
    font-style: italic
}

.testimonial-avatar {
    grid-row: span 2;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--blue);
    color: #fff;
    font-size: 12px;
    font-weight: 700
}

.testimonial-card:nth-child(n+2) {
    display: block
}

@media (max-width: 900px) {
    .ppe-testimonial {
        padding: 55px 0
    }

    .testimonial-inner {
        grid-template-columns:1fr !important
    }

    .testimonial-label {
        display: none
    }

    .testimonial-cards {
        min-height: 520px;
        height: 520px
    }

    .testimonial-card {
        width: min(370px, calc(100% - 30px))
    }
}

.ppe-why .ppe-split {
    align-items: center
}

.why-list {
    display: grid;
    gap: 16px;
    margin-top: 25px
}

.why-list span {
    background: #fff;
    color: var(--blue);
    border-radius: 999px;
    padding: 15px 24px;
    font-size: 20px;
    font-weight: 700
}

.ppe-steps {
    padding: 90px 0;
    background: #fff;
    text-align: center
}

.steps-grid {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 18px
}

.steps-grid article {
    background: var(--light);
    text-align: left;
    border-radius: 25px;
    overflow: hidden;
    position: relative
}

.steps-grid article > b {
    position: absolute;
    top: -16px;
    left: calc(50% - 22px);
    width: 44px;
    height: 44px;
    background: var(--blue);
    color: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    text-align: center;
    z-index: 2
}

.steps-grid article .ppe-photo-placeholder {
    border-radius: 0;
    min-height: 260px
}

.steps-grid article h3, .steps-grid article p {
    padding: 0 25px
}

.ppe-faq {
    padding: 85px 0;
    background: var(--blue);
    color: #fff
}

.ppe-faq h2 {
    color: var(--blue)
}

.ppe-faq .ppe-split {
    background: #fff;
    border-radius: 26px;
    padding: 40px
}

.machine-faq {
    background: linear-gradient(145deg, #f7f7f7, #2d3338);
    min-height: 560px
}

.ppe-faq details {
    border-bottom: 1px solid #b7c8d6;
    padding: 18px 0;
    color: var(--blue)
}

.ppe-faq summary {
    font-size: 21px;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between
}

.ppe-faq .faq-answer {
    padding-top: 10px;
}

.ppe-faq .faq-answer ul {
    margin: 10px 0 0 10px;
}

.ppe-faq summary span {
    font-size: 28px
}

.ppe-faq details p {
    font-size: 17px;
    margin: 12px 0
}

.ppe-faq, .ppe-faq * {
    font-family: 'Lato', Arial, Helvetica, sans-serif
}

.ppe-faq {
    padding: 42px 0;
    background: var(--blue);
    color: #fff
}

.ppe-faq .ppe-shell {
    width: min(1000px, calc(100% - 40px));
    max-width: 1000px;
    display: grid;
    grid-template-columns:38% 62%;
    gap: 42px;
    align-items: center;
    background: #fff;
    border-radius: 26px;
    padding: 42px 40px
}

.ppe-faq .machine-faq {
    min-height: 480px;
    background-color: #fff;
    background-image: url('../images/safety-ppe/sd5000.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.ppe-faq h2 {
    margin: 0 0 28px;
    color: var(--blue);
    font-size: 40px;
    line-height: 1.1;
    font-weight: 700
}

.ppe-faq details {
    padding: 14px 0;
    border-bottom: 1px solid #9db4c9;
    color: var(--blue)
}

.ppe-faq summary {
    font-size: 19px;
    line-height: 1.15;
    font-weight: 700
}

.ppe-faq summary span {
    display: grid;
    place-items: center;
    width: 20px;
    height: 20px;
    border: 1.5px solid var(--blue);
    border-radius: 50%;
    font-size: 17px;
    line-height: 1;
    font-weight: 400
}

.ppe-faq details p {
    font-size: 15px;
    line-height: 1.25;
    margin: 12px 0;
    color: var(--blue)
}

.ppe-faq .ppe-btn {
    margin-top: 24px;
    font-size: 16px
}

@media (max-width: 900px) {
    .ppe-faq .ppe-shell {
        width: calc(100% - 28px);
        grid-template-columns:1fr;
        padding: 30px 24px
    }

    .ppe-faq .machine-faq {
        min-height: 350px
    }

    .ppe-faq h2 {
        font-size: 32px
    }
}

.ppe-faq .ppe-shell {
    grid-template-columns:34% 66% !important;
    gap: 18px !important
}

.ppe-faq h2 {
    font-size: 40px !important;
    line-height: 1.1 !important;
    white-space: nowrap !important
}

.ppe-faq .machine-faq {
    min-height: 480px !important
}

.ppe-faq .ppe-shell > div:last-child {
    min-width: 0
}

.ppe-faq summary {
    font-size: 19px !important
}

.ppe-faq details p {
    font-size: 15px !important
}

@media (max-width: 900px) {
    .ppe-faq .ppe-shell {
        grid-template-columns:1fr !important;
        gap: 20px !important
    }

    .ppe-faq h2 {
        white-space: normal !important
    }
}

.ppe-final {
    padding: 95px 0;
    background: var(--blue);
    text-align: center;
    color: #fff
}

.ppe-final h2, .ppe-final p {
    color: #fff
}

/* Final supplied imagery */
.ppe-photo-note, .machine-silhouette {
    display: none
}

.image-photo {
    background-size: cover;
    background-position: center
}

.ppe-machine-placeholder {
    background-image: url('../images/safety-ppe/sd5000.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.ppe-problem .tall {
    background-image: url('../images/safety-ppe/warehouse-team.png')
}

.equipment-panel:first-of-type .equipment-card:first-child .machine-card {
    background-image: url('../images/safety-ppe/high-capacity-vending.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.equipment-panel:first-of-type .equipment-card:nth-child(2) .machine-card {
    background-image: url('../images/safety-ppe/compact-vending.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.software-card {
    background-image: url('../images/safety-ppe/virtual-tracker.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f2e8f9
}

.locker-card {
    background-image: url('../images/safety-ppe/clearvision-satellite.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #e4f2f7
}

.ppe-how {
    background-image: linear-gradient(rgba(6, 23, 42, .72), rgba(6, 23, 42, .72)), url('../images/safety-ppe/how-it-works.png');
    background-size: cover;
    background-position: center
}

.spotlight-cards article:nth-child(1) .ppe-photo-placeholder {
    background-image: url('../images/safety-ppe/auto-body.png')
}

.spotlight-cards article:nth-child(2) .ppe-photo-placeholder {
    background-image: url('../images/safety-ppe/manufacturing.png')
}

.spotlight-cards article:nth-child(3) .ppe-photo-placeholder {
    background-image: url('../images/safety-ppe/field-services.png')
}

.wide-photo {
    background-image: url('../images/safety-ppe/iq-team.png')
}

.ppe-credibility {
    background-image: url('../images/safety-ppe/iowa-outline.png');
    background-color: var(--blue);
    background-repeat: no-repeat;
    background-size: 52% auto;
    background-position: left center
}

.ppe-credibility .eyebrow:before {
    content: '';
    display: block;
    width: 59px;
    height: 31px;
    margin-bottom: 20px;
    background: url('../images/safety-ppe/us-flag.png') center/contain no-repeat
}

.ppe-outcomes {
    background-image: linear-gradient(rgba(12, 18, 23, .72), rgba(12, 18, 23, .72)), url('../images/safety-ppe/outcomes.png');
    background-size: cover;
    background-position: center
}

.ppe-why .tall {
    background-image: url('../images/safety-ppe/handshake.png')
}

.ppe-why, .ppe-why * {
    font-family: 'Lato', Arial, Helvetica, sans-serif
}

.ppe-why {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: visible
}

.ppe-why .ppe-shell {
    width: min(1100px, calc(100% - 40px));
    max-width: 1100px;
    display: grid;
    grid-template-columns:58% 42%;
    gap: 0;
    align-items: stretch
}

.ppe-why .ppe-blue-copy {
    box-sizing: border-box;
    padding: 58px 60px 58px;
    background: var(--blue);
    border-radius: 0 30px 30px 0;
    position: relative;
    z-index: 2;
    box-shadow: -100vw 0 0 var(--blue)
}

.ppe-why .ppe-blue-copy h2 {
    margin: 0 0 25px;
    color: #fff;
    font-size: 43px;
    line-height: 1.1;
    font-weight: 700
}

.ppe-why .ppe-blue-copy p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 1.28;
    font-weight: 400
}

.ppe-why .why-list {
    gap: 12px;
    margin-top: 28px
}

.ppe-why .why-list span {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 48px;
    padding: 7px 18px 7px 8px;
    color: var(--blue);
    background: #fff;
    border-radius: 999px;
    font-size: 17px;
    line-height: 1.15;
    font-weight: 700
}

.ppe-why .why-list span b {
    display: grid;
    place-items: center;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border: 2px solid var(--blue);
    border-radius: 50%;
    font-size: 22px;
    font-style: normal;
    font-weight: 400
}

.ppe-why .tall {
    position: relative;
    z-index: 1;
    min-height: 535px;
    margin-left: -30px;
    width: calc(100% + 30px);
    border-radius: 0 0 115px 0;
    background-size: cover;
    background-position: center
}

.ppe-why .tall:after {
    content: '';
    position: absolute;
    inset: 14px 14px 14px 0;
    border: 3px solid #fff;
    border-left: 0;
    border-radius: 0 0 100px 0;
    pointer-events: none
}

@media (max-width: 900px) {
    .ppe-why .ppe-shell {
        width: calc(100% - 28px);
        grid-template-columns:1fr
    }

    .ppe-why .ppe-blue-copy {
        padding: 45px 28px;
        border-radius: 0;
        box-shadow: -100vw 0 0 var(--blue)
    }

    .ppe-why .tall {
        min-height: 430px;
        margin-left: 0;
        width: 100%;
        border-radius: 0 0 70px 0
    }

    .ppe-why .tall:after {
        inset: 14px 14px 14px 14px;
        border-left: 3px solid #fff;
        border-radius: 0 0 60px 0
    }
}

.steps-grid article:nth-child(1) .ppe-photo-placeholder {
    background-image: url('../images/safety-ppe/step-connect.png')
}

.steps-grid article:nth-child(2) .ppe-photo-placeholder {
    background-image: url('../images/safety-ppe/step-solution.png')
}

.steps-grid article:nth-child(3) .ppe-photo-placeholder {
    background-image: url('../images/safety-ppe/iq-login.png')
}

.ppe-steps, .ppe-steps * {
    font-family: 'Lato', Arial, Helvetica, sans-serif
}

.ppe-steps {
    padding: 65px 0 55px;
    background: #fff;
    text-align: center
}

.ppe-steps .ppe-shell {
    max-width: 1100px
}

.ppe-steps h2 {
    margin-bottom: 12px !important;
}

.ppe-steps .steps-subtitle {
    max-width: 720px;
    margin: 0 auto 34px;
    color: var(--blue);
    font-size: 18px;
    line-height: 1.45;
    text-align: center;
}

@media (max-width: 900px) {
    .ppe-steps .steps-subtitle {
        margin-bottom: 24px;
        font-size: 16px;
    }
}

.ppe-steps h2 {
    margin: 0 0 42px;
    color: var(--blue);
    font-size: 40px;
    line-height: 1.12;
    font-weight: 700
}

.ppe-steps .steps-grid {
    grid-template-columns:repeat(3, 1fr);
    gap: 14px
}

.ppe-steps .steps-grid article {
    border-radius: 0 0 24px 24px;
    background: #f0f0f1
}

.ppe-steps .steps-grid article .ppe-photo-placeholder {
    min-height: 205px;
    background-size: cover;
    background-position: center
}

.ppe-steps .steps-grid article h3 {
    margin: 20px 0 6px;
    padding: 0 22px;
    color: var(--blue);
    font-size: 25px;
    line-height: 1.1;
    font-weight: 700
}

.ppe-steps .steps-grid article p {
    margin: 0;
    padding: 0 22px 26px;
    color: var(--blue);
    font-size: 15px;
    line-height: 1.25
}

.ppe-steps .steps-grid article > b {
    top: -16px;
    width: 32px;
    height: 32px;
    left: calc(50% - 16px);
    font-size: 14px
}

.ppe-steps .center-actions {
    margin-top: 34px
}

@media (max-width: 900px) {
    .ppe-steps h2 {
        font-size: 34px
    }

    .ppe-steps .steps-grid {
        grid-template-columns:1fr;
        gap: 28px
    }

    .ppe-steps .steps-grid article p {
        font-size: 17px
    }
}

.ppe-steps, .ppe-steps * {
    font-family: 'Lato', Arial, Helvetica, sans-serif
}

.ppe-steps {
    padding: 65px 0 55px;
    background: #fff;
    text-align: center
}

.ppe-steps .ppe-shell {
    max-width: 1100px
}

.ppe-steps h2 {
    margin: 0 0 42px;
    color: var(--blue);
    font-size: 40px;
    line-height: 1.12;
    font-weight: 700
}

.ppe-steps .steps-grid {
    grid-template-columns:repeat(3, 1fr);
    gap: 14px
}

.ppe-steps .steps-grid article {
    overflow: visible !important;
    border-radius: 24px !important;
    background: #f0f0f1
}

.ppe-steps .steps-grid article .ppe-photo-placeholder {
    position: relative;
    min-height: 205px;
    background-size: cover;
    background-position: center;
    border-radius: 24px 24px 0 0;
    overflow: hidden
}

.ppe-steps .steps-grid article .ppe-photo-placeholder:after {
    content: '';
    position: absolute;
    inset: 10px;
    border: 3px solid rgba(255, 255, 255, .95);
    border-radius: 20px 20px 0 0;
    pointer-events: none;
    z-index: 1;
}

.ppe-steps .steps-grid article h3 {
    margin: 20px 0 6px;
    padding: 0 22px;
    color: var(--blue);
    font-size: 25px;
    line-height: 1.1;
    font-weight: 700
}

.ppe-steps .steps-grid article p {
    margin: 0;
    padding: 0 22px 26px;
    color: var(--blue);
    font-size: 15px;
    line-height: 1.25
}

.ppe-steps .steps-grid article > b {
    top: -16px;
    width: 32px;
    height: 32px;
    left: calc(50% - 16px);
    font-size: 14px
}

.ppe-steps .center-actions {
    margin-top: 34px
}

@media (max-width: 900px) {
    .ppe-steps h2 {
        font-size: 34px
    }

    .ppe-steps .steps-grid {
        grid-template-columns:1fr;
        gap: 28px
    }

    .ppe-steps .steps-grid article p {
        font-size: 17px
    }
}

.machine-faq {
    background-image: url('../images/safety-ppe/sd5000.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f7f7f7
}

/* FAQ: keep the panel stable while answers toggle, and give the machine its designed scale. */
.ppe-faq .ppe-shell {
    /*height: 590px !important;*/
    min-height: 590px !important;
    box-sizing: border-box !important;
}

.ppe-faq .machine-faq {
    min-height: 500px !important;
    background-size: auto 500px !important;
}

@media (max-width: 900px) {
    .ppe-faq .ppe-shell {
        height: auto !important;
        min-height: 0 !important;
    }

    .ppe-faq .machine-faq {
        min-height: 350px !important;
        background-size: auto 350px !important;
    }
}

.ppe-hero-grid {
    grid-template-columns:.9fr 1.1fr;
    gap: 22px
}

.ppe-hero-copy {
    color: var(--blue);
    padding: 45px 0 25px
}

.ppe-hero-copy h1 {
    font-size: clamp(48px, 4.1vw, 58px);
    line-height: 1.1;
    letter-spacing: -.02em;
    font-weight: 700;
    color: var(--blue) !important;
    max-width: 740px;
    margin-bottom: 24px
}

.ppe-hero-copy p {
    color: var(--blue);
    font-size: 18px
}

.ppe-hero-copy .eyebrow {
    font-size: 20px;
    margin-bottom: 20px
}

.ppe-hero-copy .ppe-rule {
    border-color: var(--blue)
}

.ppe-hero .ppe-machine-placeholder {
    background-image: url('../images/safety-ppe/image-1.png');
    background-color: transparent;
    background-size: contain;
    border: 0;
    border-radius: 0;
    min-height: 590px
}

.ppe-problem {
    padding: 25px 0;
    background: #fff
}

.ppe-problem .ppe-shell {
    width: min(1360px, calc(100% - 70px));
    grid-template-columns:56% 44%;
    gap: 0;
    align-items: stretch
}

.ppe-problem .ppe-blue-copy {
    background: var(--blue);
    border-radius: 0 30px 30px 0;
    padding: 68px 68px 54px;
    position: relative;
    z-index: 2
}

.ppe-problem .ppe-blue-copy h2 {
    font-size: clamp(40px, 3.6vw, 57px);
    line-height: 1.08
}

.ppe-problem .ppe-blue-copy h3 {
    font-size: 29px
}

.ppe-problem .ppe-blue-copy p, .ppe-problem .ppe-check-list li {
    font-size: 20px
}

.ppe-problem .tall {
    min-height: 720px;
    border-radius: 0;
    background-size: cover;
    background-position: center;
    position: relative
}

.ppe-problem .tall:after {
    content: '';
    position: absolute;
    inset: 22px 18px;
    border: 4px solid #fff;
    pointer-events: none
}

@media (max-width: 900px) {
    .ppe-hero-grid, .ppe-split, .equipment-panel, .testimonial-inner {
        grid-template-columns:1fr
    }

    .ppe-hero {
        padding-top: 35px
    }

    .ppe-machine-placeholder {
        min-height: 430px
    }

    .tall, .wide-photo {
        min-height: 400px
    }

    .equipment-cards, .spotlight-cards, .steps-grid, .how-grid {
        grid-template-columns:1fr
    }

    .outcome-cta {
        display: block;
        text-align: center
    }

    .ppe-faq .ppe-split {
        padding: 22px
    }
}

@media (max-width: 600px) {
    .ppe-shell {
        width: min(100% - 28px, 1180px)
    }

    .ppe-pillar h1 {
        font-size: 43px
    }

    .ppe-pillar h2 {
        font-size: 36px
    }

    .ppe-pillar p, .ppe-check-list li {
        font-size: 18px
    }

    .ppe-problem, .ppe-why, .ppe-credibility, .ppe-how, .ppe-section, .ppe-iq, .ppe-outcomes, .ppe-testimonial, .ppe-steps, .ppe-faq, .ppe-final {
        padding: 58px 0
    }

    .equipment-panel {
        padding: 18px
    }

    .ppe-actions .ppe-btn {
        width: 100%;
        text-align: center
    }

    .testimonial-inner {
        display: flex;
        flex-direction: column
    }

    .testimonial-inner .eyebrow {
        order: 0
    }

    .testimonial-inner blockquote {
        order: 1
    }

    .testimonial-inner .eyebrow:last-child {
        display: none
    }
}

.ppe-problem .tall {
    background-position: 50% center
}

.ppe-problem .tall:after {
    top: 52px;
    right: 18px;
    bottom: 52px;
    left: 0;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    border-left: 0;
    border-radius: 0
}

.ppe-equipment {
    padding: 72px 0 28px
}

.ppe-equipment .ppe-shell {
    width: min(1280px, calc(100% - 56px))
}

.ppe-equipment .center-title {
    font-size: 56px;
    color: var(--blue);
    margin-bottom: 30px
}

.ppe-equipment .equipment-panel {
    grid-template-columns:2.25fr 1fr;
    padding: 48px;
    min-height: 480px
}

.ppe-equipment .equipment-panel-button {
    display: flex;
    align-content: center;
    justify-content: center;
    padding-top: 40px;
}

.ppe-equipment .equipment-card {
    position: relative;
    min-height: 440px;
    padding: 22px 18px 18px
}

.ppe-equipment .equipment-card:before {
    content: '↗';
    position: absolute;
    top: 23px;
    right: 24px;
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    background: var(--blue);
    color: #fff;
    border-radius: 50%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 1;
    z-index: 3
}

.ppe-equipment .machine-card {
    min-height: 278px;
    margin-bottom: 18px;
    background-color: #fff
}

.ppe-equipment .software-card, .ppe-equipment .locker-card {
    min-height: 278px
}

.ppe-equipment .equipment-card h3 {
    color: var(--blue);
    font-size: 24px;
    line-height: 1.1;
    margin: 14px 20px 8px
}

.ppe-equipment .equipment-card em {
    color: var(--blue)
}

.ppe-equipment .equipment-copy {
    padding: 0 12px
}

.ppe-equipment .equipment-copy h3 {
    font-size: 35px;
    line-height: 1.1
}

.ppe-equipment .equipment-copy p {
    font-size: 22px;
    color: var(--blue)
}

.ppe-equipment, .ppe-equipment * {
    font-family: 'Lato', Arial, Helvetica, sans-serif
}

.ppe-equipment .center-title, .ppe-equipment .equipment-card h3, .ppe-equipment .equipment-copy h3 {
    font-weight: 700
}

.ppe-equipment .equipment-card:before {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 29px;
    font-weight: 400
}

.ppe-equipment .software-card, .ppe-equipment .locker-card {
    background-color: #fff;
    background-color: #fff
}

.ppe-equipment .equipment-copy h3 {
    font-weight: 700
}

.ppe-equipment .equipment-card em {
    font-size: 16px;
    line-height: 1.4 !important;
    max-width: 80%;
    display: block;
    margin: 20px auto 0;
    font-style: normal;
}

/*.ppe-equipment .equipment-card em:after {*/
/*    content: 'Best for SMBs, fits XX products, etc.';*/
/*    font-size: 17px;*/
/*    font-style: italic*/
/*}*/

.ppe-equipment .ppe-shell {
    width: min(1280px, calc(100% - 56px));
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto
}

.ppe-equipment .equipment-panel {
    width: 100%;
    margin-right: 0;
    min-height: 510px;
    border: 0;
    border-radius: 30px 0 0 30px;
    background: transparent;
    position: relative;
    z-index: 0
}

.ppe-equipment .equipment-panel:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: calc((100% - 100vw) / 2);
    background: #f0f0f1;
    border-radius: 30px 0 0 30px
}

.ppe-equipment .equipment-panel > * {
    position: relative;
    z-index: 1
}

.ppe-equipment .equipment-card {
    min-height: 450px
}

.ppe-equipment .equipment-card:before {
    content: '\\f061';
    font-family: FontAwesome, Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    transform: rotate(-45deg)
}

@media (max-width: 900px) {
    .ppe-equipment .equipment-panel {
        width: 100%;
        margin-right: 0;
        border-radius: 28px
    }

    .ppe-equipment .equipment-panel:before {
        right: 0;
        border-radius: 28px
    }
}

.ppe-equipment .equipment-card:before {
    content: '\f061';
    font-family: FontAwesome, Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    transform: rotate(-45deg)
}

.ppe-equipment .equipment-card:before {
    content: '';
    transform: none
}

.ppe-equipment .equipment-card:after {
    content: '';
    position: absolute;
    top: 23px;
    right: 24px;
    width: 50px;
    height: 50px;
    display: block;
    background: url('../images/safety-ppe/arrow-up-right.png') center/contain no-repeat;
    z-index: 4;
    pointer-events: none
}

.ppe-equipment .equipment-card:before {
    display: none
}

.ppe-equipment .equipment-card:after {
    top: 14px;
    right: 14px;
    width: 74px;
    height: 74px;
}

.ppe-how {
    width: calc(100% - 70px);
    margin-left: 35px;
    margin-right: 0;
    min-height: 730px;
    border-radius: 0 145px 145px 0;
    overflow: hidden;
    position: relative;
    background-position: center;
    background-size: cover
}


.ppe-how .ppe-shell {
    position: relative;
    z-index: 1;
    width: min(1280px, calc(100% - 72px))
}

.ppe-how h2 {
    font-size: 50px;
    margin-bottom: 25px
}

.ppe-how .how-grid {
    gap: 22px
}

.ppe-how .how-grid article {
    min-height: 205px;
    padding: 34px 40px
}

.ppe-how .center-actions {
    margin-top: 26px
}

@media (max-width: 900px) {
    .ppe-how {
        width: calc(100% - 28px);
        margin-left: 14px;
        border-radius: 0 56px 56px 0;
        min-height: 0
    }


    .ppe-how .ppe-shell {
        width: calc(100% - 32px)
    }
}

.ppe-how, .ppe-how * {
    font-family: 'Lato', Arial, Helvetica, sans-serif
}

.ppe-how {
    border-radius: 0 145px 0 0;
    background-image: url('../images/safety-ppe/how-it-works.png');
    background-position: center;
    background-size: cover
}

.ppe-how:before {
    content: '';
    position: absolute;
    z-index: 0;
    inset: 0;
    background: rgba(7, 26, 45, .64);
    pointer-events: none
}

.ppe-how:after {
    z-index: 2;
    border-left: 0;
    border-radius: 0
}

.ppe-how h2, .ppe-how h3 {
    font-weight: 700
}

.ppe-how h2 {
    font-size: 50px
}

.ppe-how .how-grid article h3 {
    font-size: 29px
}

.ppe-how .ppe-shell {
    z-index: 3
}

@media (max-width: 900px) {
    .ppe-how {
        border-radius: 0 56px 0 0
    }
}

.ppe-spotlight .spotlight-cards {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    cursor: grab;
    scrollbar-width: none;
    scroll-behavior: smooth;
    padding: 6px 0 14px
}

.ppe-spotlight .spotlight-cards::-webkit-scrollbar {
    display: none
}

.ppe-spotlight .spotlight-cards.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto
}

.ppe-spotlight .spotlight-cards article {
    flex: 0 0 calc((100% - 40px) / 3);
    min-width: 240px
}

.ppe-spotlight .spotlight-cards article h3 {
    font-weight: 700
}

.ppe-spotlight .spotlight-cards article:nth-child(4) .ppe-photo-placeholder {
    background-image: url('../images/safety-ppe/step-solution.png')
}

.ppe-spotlight .spotlight-cards article:nth-child(5) .ppe-photo-placeholder {
    background-image: url('../images/safety-ppe/iq-team.png')
}

.carousel-note {
    color: #f50087;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    margin: 48px 0 0
}

@media (max-width: 900px) {
    .ppe-spotlight .spotlight-cards article {
        flex-basis: calc((100% - 20px) / 2)
    }
}

@media (max-width: 600px) {
    .ppe-spotlight .spotlight-cards article {
        flex-basis: 85%
    }
}

.ppe-iq .wide-photo {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    min-height: 0;
    border-radius: 0;
    background: url('../images/safety-ppe/iq-team.png') center/cover no-repeat;
    z-index: 0
}

.ppe-iq .ppe-blue-copy h2, .ppe-iq .ppe-blue-copy p, .ppe-iq .ppe-blue-copy li {
    color: #fff !important
}

.ppe-iq .ppe-blue-copy {
    z-index: 2
}

.ppe-spotlight, .ppe-spotlight * {
    font-family: 'Lato', Arial, Helvetica, sans-serif
}

.ppe-spotlight .spotlight-copy h2 {
    color: var(--blue) !important;
    font-size: 56px;
    font-weight: 700;
    line-height: 1.08
}

.ppe-spotlight .spotlight-copy p {
    color: var(--blue)
}

.ppe-spotlight .spotlight-cards article {
    flex-basis: 38%;
    min-width: 300px
}

.ppe-spotlight .spotlight-cards article h3 {
    color: var(--blue) !important;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.1
}

.ppe-spotlight .carousel-note {
    display: none
}

.ppe-iq {
    width: min(1360px, calc(100% - 70px)) !important;
    margin-left: auto !important;
    margin-right: auto !important
}

.ppe-iq:after {
    z-index: 3 !important
}

.ppe-iq .ppe-blue-copy {
    z-index: 4 !important
}
