.ids-product-page {
    --product-blue: #075092;
    --product-navy: #003f7d;
    --product-light: #f1f2f3;
    --product-ink: #064b8f;
    color: var(--product-ink);
    font-family: Lato, Arial, sans-serif;
    background: #fff
}

.ids-product-page * {
    box-sizing: border-box
}

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

.product-hero {
    background: linear-gradient(105deg, #062b51, #075092 68%, #0a62a6);
    color: #fff;
    min-height: 430px;
    padding: 76px 0 54px
}

.hero-grid {
    display: grid;
    grid-template-columns:1.05fr .95fr;
    align-items: center;
    gap: 48px
}

.hero-copy {
    max-width: 610px
}

.product-eyebrow {
    text-transform: uppercase;
    letter-spacing: 1.6px;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 18px
}

.hero-copy h1 {
    font-size: clamp(38px, 5vw, 66px);
    line-height: 1.03;
    margin: 0 0 22px;
    color: #fff
}

.hero-copy > p:not(.product-eyebrow) {
    font-size: 20px;
    line-height: 1.4
}

.hero-product {
    height: 385px;
    background: #fff;
    border-radius: 28px;
    display: grid;
    place-items: center;
    box-shadow: 0 15px 36px #002d5c55
}

.hero-product img {
    width: 78%;
    height: 90%;
    object-fit: contain
}

.product-btn {
    display: inline-block;
    background: var(--product-blue);
    color: #fff;
    border-radius: 24px;
    padding: 13px 24px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 14px;
    transition: transform .2s, background .2s
}

.product-btn:hover {
    background: #003f7d;
    color: #fff;
    transform: translateY(-2px)
}

.product-btn-light {
    background: #fff;
    color: var(--product-blue)
}

.product-intro {
    background: var(--product-light);
    padding: 70px 0
}

.intro-grid {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 70px;
    align-items: center
}

.intro-grid h2 {
    color: #075092;
}

.intro-grid h2, .product-specs h2, .product-solution h2, .product-steps h2, .product-faq h2 {
    font-size: clamp(30px, 3vw, 46px);
    line-height: 1.08;
    margin: 0 0 18px
}

.intro-grid p {
    font-size: 18px;
    line-height: 1.5
}

.gallery-main {
    height: 390px;
    background: #fff;
    border-radius: 24px;
    display: grid;
    place-items: center;
    box-shadow: 0 8px 22px #1232
}

.gallery-main img {
    width: 90%;
    height: 90%;
    object-fit: contain
}

.gallery-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 14px
}

.gallery-thumb {
    border: 0;
    background: #fff;
    border-radius: 13px;
    height: 70px;
    flex: 1;
    padding: 5px;
    cursor: pointer
}

.gallery-thumb.is-active {
    outline: 3px solid #f50087
}

.gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.product-specs {
    padding: 76px 0;
    text-align: center
}

.specs-grid {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 28px;
    text-align: left
}

.feature-panel, .spec-panel {
    background: var(--product-light);
    border-radius: 0 0 22px 22px;
    overflow: hidden
}

.feature-panel h2, .spec-panel h2 {
    color: #fff;
    background: var(--product-blue);
    padding: 20px;
    text-align: center;
    font-size: 28px;
    margin: 0
}

.feature-panel ul {
    padding: 28px 32px;
    margin: 0;
    list-style: none
}

.feature-panel li {
    display: flex;
    gap: 14px;
    margin: 0 0 19px;
    line-height: 1.35
}

.feature-panel li span {
    font-weight: 700
}

.feature-panel p {
    margin: 0
}

.spec-row {
    display: grid;
    grid-template-columns:30% 70%;
    padding: 14px 18px;
    border-bottom: 1px solid #4381b8;
    font-size: 15px;
    line-height: 1.25
}

.specs-btn {
    margin: 28px auto
}

.product-video {
    width: min(820px, 100%);
    height: 300px;
    margin: 30px auto 0;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    display: grid;
    place-items: center;
    position: relative
}

.product-video:before {
    content: '';
    position: absolute;
    inset: 0;
    background: #0005;
    border-radius: 20px
}

.product-video span {
    position: relative;
    background: #fff;
    color: var(--product-blue);
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 24px
}

.product-problem {
    width: min(1180px, calc(100% - 64px));
    margin: auto;
    background-size: cover;
    background-position: center;
    min-height: 370px;
    display: grid;
    place-items: center;
    text-align: center;
    color: #fff
}

.problem-overlay {
    padding: 60px 15%;
    background: #09233899;
    width: 100%;
    height: 100%;
    min-height: 370px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.problem-overlay h2 {
    font-size: clamp(30px, 4vw, 48px);
    margin: 0 0 15px;
    color: #fff
}

.problem-overlay p {
    max-width: 720px;
    font-size: 18px;
    line-height: 1.45
}

.product-solution {
    padding: 0 0 76px;
    background: var(--product-light)
}

.solution-grid {
    display: grid;
    grid-template-columns:.8fr 1.2fr;
    align-items: center;
    gap: 46px;
    background: #fff;
    border-radius: 0 0 90px 0;
    overflow: hidden
}

.solution-image {
    min-height: 470px;
    background-size: cover;
    background-position: center
}

.solution-grid > div:last-child {
    padding: 38px 50px 38px 0
}

.solution-grid p {
    font-size: 17px
}

.solution-grid ul, .product-iq ul {
    list-style: none;
    padding: 0;
    margin: 22px 0
}

.solution-grid li {
    margin: 13px 0
}

.solution-grid li span {
    margin-right: 14px
}

.product-impact {
    padding: 70px 0;
    min-height: 360px
}

.impact-inner {
    display: grid;
    grid-template-columns:1fr 1fr;
    align-items: center
}

.impact-quote {
    width: 280px;
    min-height: 260px;
    margin: auto;
    background: var(--product-light);
    border-radius: 16px;
    padding: 28px;
    box-shadow: 12px 12px 0 var(--product-blue);
    transform: rotate(-4deg)
}

.impact-quote > span {
    font-size: 52px;
    font-weight: 700
}

.impact-quote p {
    font-size: 15px
}

.impact-quote cite {
    font-weight: 700;
    font-size: 12px;
    font-style: normal
}

.impact-quote small {
    display: block;
    font-weight: 400
}

.impact-label {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center
}

.product-cta {
    width: min(1180px, calc(100% - 64px));
    min-height: 470px;
    margin: auto;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 50px
}

.cta-card {
    background: #fff;
    border-radius: 26px;
    padding: 38px;
    width: min(420px, 100%);
    box-shadow: 0 8px 24px #0002
}

.cta-card h2 {
    font-size: 38px;
    line-height: 1.05;
    margin: 0 0 15px
}

.product-categories {
    padding: 76px 0;
    text-align: center
}

.product-categories h2 {
    font-size: 38px;
    margin: 0 0 30px
}

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

.category-grid article {
    height: 170px;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #315d75, #111)
}

.category-photo {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #2a6b92, #222);
    opacity: .7
}

.category-grid h3 {
    position: absolute;
    bottom: 14px;
    left: 16px;
    right: 16px;
    text-align: left;
    color: #fff;
    font-size: 19px;
    margin: 0
}

.product-iq {
    background-image: linear-gradient(90deg, #003f7ded, #075092cc), url('../images/safety-ppe/iq-team.png');
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 76px 0
}

.iq-grid > div {
    max-width: 560px
}

.product-iq h2 {
    color: #fff;
    font-size: 44px;
    margin: 0 0 16px
}

.product-iq li {
    margin: 13px 0
}

.product-steps {
    padding: 76px 0;
    text-align: center
}

.steps-grid {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 15px;
    text-align: left;
    margin: 30px 0
}

.steps-grid article {
    background: var(--product-light);
    border-radius: 18px;
    overflow: hidden;
    padding-bottom: 20px
}

.steps-grid article > b {
    display: block;
    color: #fff;
    background: var(--product-blue);
    width: 46px;
    height: 32px;
    padding: 7px;
    text-align: center;
    border-radius: 0 0 12px 0
}

.step-photo {
    height: 145px;
    background: linear-gradient(135deg, #acc8d5, #334f62);
    margin-bottom: 16px
}

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

.steps-grid h3 {
    font-size: 23px;
    margin: 0 0 8px
}

.steps-grid p {
    line-height: 1.4
}

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

.faq-grid {
    background: #fff;
    border-radius: 24px;
    padding: 32px;
    color: var(--product-ink);
    display: grid;
    grid-template-columns:.7fr 1.3fr;
    gap: 36px;
    align-items: center
}

.faq-machine {
    text-align: center
}

.faq-machine img {
    height: 360px;
    max-width: 100%;
    object-fit: contain
}

.product-faq h2 {
    color: var(--product-ink)
}

.product-faq details {
    border-bottom: 1px solid #4783ba;
    padding: 12px 0
}

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

.product-faq summary::-webkit-details-marker {
    display: none
}

.product-faq details p {
    line-height: 1.4
}

.product-faq .product-btn-light {
    background: var(--product-blue);
    color: #fff
}

@media (max-width: 800px) {
    .product-shell {
        width: calc(100% - 32px)
    }

    .hero-grid, .intro-grid, .specs-grid, .solution-grid, .impact-inner, .faq-grid {
        grid-template-columns:1fr
    }

    .product-hero {
        padding: 45px 0
    }

    .hero-product {
        height: 320px;
        order: -1
    }

    .solution-grid > div:last-child {
        padding: 35px
    }

    .category-grid, .steps-grid {
        grid-template-columns:1fr 1fr
    }

    .product-cta, .product-problem {
        width: calc(100% - 32px)
    }

    .product-cta {
        padding: 20px;
        justify-content: center
    }

    .impact-label {
        display: none
    }
}

@media (max-width: 520px) {
    .category-grid, .steps-grid {
        grid-template-columns:1fr
    }

    .product-specs, .product-categories, .product-steps {
        padding: 52px 0
    }

    .spec-row {
        grid-template-columns:38% 62%;
        font-size: 13px
    }

    .problem-overlay {
        padding: 40px 22px
    }

    .product-video {
        height: 220px
    }
}
