/* Petscage warranty page, HIG-aligned pass, 2026-06-16 */

body.pc-warranty-page-active {
    --pc-war-bg: #f6f7f6;
    --pc-war-surface: #ffffff;
    --pc-war-surface-soft: #f8faf8;
    --pc-war-line: rgba(31, 42, 48, 0.1);
    --pc-war-line-soft: rgba(31, 42, 48, 0.07);
    --pc-war-text: #17211c;
    --pc-war-muted: #5f6a63;
    --pc-war-soft-muted: #737d76;
    --pc-war-accent: #4f7f4d;
    --pc-war-accent-soft: #edf5ec;
}

body.pc-warranty-page-active .pc-war-page,
body.pc-warranty-page-active .pc-war-page * {
    box-sizing: border-box !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
    letter-spacing: 0 !important;
}

body.pc-warranty-page-active main#main-content .content.with-sidebar-l > h1,
body.pc-warranty-page-active main#main-content .content.with-sidebar-r > h1,
body.pc-warranty-page-active .content.with-sidebar-l > h1 {
    margin: 10px 0 14px !important;
    color: var(--pc-war-text) !important;
    font-size: 29px !important;
    font-weight: 700 !important;
    line-height: 1.12 !important;
}

body.pc-warranty-page-active .pc-war-page {
    margin-top: 0 !important;
    color: var(--pc-war-text) !important;
    font-size: 14px !important;
    line-height: 1.48 !important;
}

body.pc-warranty-page-active .pc-war-shell {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 328px !important;
    gap: 12px !important;
    align-items: start !important;
}

body.pc-warranty-page-active .pc-war-head,
body.pc-warranty-page-active .pc-war-steps,
body.pc-warranty-page-active .pc-war-card,
body.pc-warranty-page-active .pc-war-note,
body.pc-warranty-page-active .pc-war-contact {
    overflow: hidden !important;
    border: 1px solid var(--pc-war-line) !important;
    border-radius: 10px !important;
    background: var(--pc-war-surface) !important;
    box-shadow: 0 1px 2px rgba(21, 31, 26, 0.025) !important;
}

body.pc-warranty-page-active .pc-war-head {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 246px !important;
    gap: 18px !important;
    align-items: stretch !important;
    padding: 20px !important;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfb 100%) !important;
}

body.pc-warranty-page-active .pc-war-kicker {
    margin: 0 0 8px !important;
    color: var(--pc-war-soft-muted) !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
}

body.pc-warranty-page-active .pc-war-title,
body.pc-warranty-page-active .pc-war-h2,
body.pc-warranty-page-active .pc-war-side-title {
    margin: 0 !important;
    color: var(--pc-war-text) !important;
    font-weight: 650 !important;
    text-wrap: balance !important;
}

body.pc-warranty-page-active .pc-war-title {
    max-width: 460px !important;
    font-size: 22px !important;
    line-height: 1.2 !important;
}

body.pc-warranty-page-active .pc-war-h2,
body.pc-warranty-page-active .pc-war-side-title {
    font-size: 19px !important;
    line-height: 1.22 !important;
}

body.pc-warranty-page-active .pc-war-lead,
body.pc-warranty-page-active .pc-war-card__lead,
body.pc-warranty-page-active .pc-war-note__text,
body.pc-warranty-page-active .pc-war-contact__text {
    margin: 10px 0 0 !important;
    color: var(--pc-war-muted) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

body.pc-warranty-page-active .pc-war-stats {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
}

body.pc-warranty-page-active .pc-war-stat {
    min-width: 0 !important;
    padding: 10px 12px !important;
    border: 1px solid rgba(79, 127, 77, 0.08) !important;
    border-radius: 8px !important;
    background: var(--pc-war-accent-soft) !important;
}

body.pc-warranty-page-active .pc-war-stat strong {
    display: block !important;
    margin: 0 0 3px !important;
    color: var(--pc-war-accent) !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.05 !important;
}

body.pc-warranty-page-active .pc-war-stat span {
    display: block !important;
    color: var(--pc-war-muted) !important;
    font-size: 12px !important;
    line-height: 1.28 !important;
}

body.pc-warranty-page-active .pc-war-steps {
    padding: 18px !important;
}

body.pc-warranty-page-active .pc-war-side-title {
    padding-bottom: 12px !important;
    border-bottom: 1px solid var(--pc-war-line-soft) !important;
}

body.pc-warranty-page-active .pc-war-step {
    display: grid !important;
    grid-template-columns: 24px minmax(0, 1fr) !important;
    gap: 10px !important;
    align-items: start !important;
    padding: 12px 0 !important;
    border-bottom: 1px solid var(--pc-war-line-soft) !important;
}

body.pc-warranty-page-active .pc-war-step:last-child {
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
}

body.pc-warranty-page-active .pc-war-step__num {
    display: inline-grid !important;
    width: 24px !important;
    height: 24px !important;
    place-items: center !important;
    border-radius: 50% !important;
    color: var(--pc-war-accent) !important;
    background: var(--pc-war-accent-soft) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

body.pc-warranty-page-active .pc-war-step__body strong,
body.pc-warranty-page-active .pc-war-item__title {
    display: block !important;
    color: var(--pc-war-text) !important;
    font-size: 13.5px !important;
    font-weight: 650 !important;
    line-height: 1.3 !important;
}

body.pc-warranty-page-active .pc-war-step__body span,
body.pc-warranty-page-active .pc-war-item__note {
    display: block !important;
    margin-top: 3px !important;
    color: var(--pc-war-muted) !important;
    font-size: 12.5px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
}

body.pc-warranty-page-active .pc-war-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
}

body.pc-warranty-page-active .pc-war-card,
body.pc-warranty-page-active .pc-war-note {
    padding: 18px !important;
}

body.pc-warranty-page-active .pc-war-card--accent {
    background: linear-gradient(180deg, #ffffff 0%, #fbfdfb 100%) !important;
}

body.pc-warranty-page-active .pc-war-list {
    display: block !important;
    margin: 14px 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

body.pc-warranty-page-active .pc-war-item {
    position: relative !important;
    margin: 0 !important;
    padding: 10px 0 !important;
    border-bottom: 1px solid var(--pc-war-line-soft) !important;
}

body.pc-warranty-page-active .pc-war-item:last-child {
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
}

body.pc-warranty-page-active .pc-war-note {
    grid-column: 1 / -1 !important;
    background: var(--pc-war-surface-soft) !important;
}

body.pc-warranty-page-active .pc-war-contact {
    display: grid !important;
    grid-column: 1 / -1 !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 16px !important;
    align-items: center !important;
    padding: 18px !important;
    color: #ffffff !important;
    background: #1c3328 !important;
    border-color: transparent !important;
}

body.pc-warranty-page-active .pc-war-contact .pc-war-h2,
body.pc-warranty-page-active .pc-war-contact__text {
    color: #ffffff !important;
}

body.pc-warranty-page-active .pc-war-contact__text {
    opacity: 0.82 !important;
}

body.pc-warranty-page-active .pc-war-actions {
    display: flex !important;
    gap: 8px !important;
    align-items: center !important;
}

body.pc-warranty-page-active .pc-war-button {
    display: inline-flex !important;
    min-height: 38px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 9px 14px !important;
    border: 1px solid rgba(255, 255, 255, 0.72) !important;
    border-radius: 8px !important;
    color: #ffffff !important;
    background: transparent !important;
    font-size: 13px !important;
    font-weight: 650 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
}

body.pc-warranty-page-active .pc-war-button--primary {
    color: #1c3328 !important;
    background: #ffffff !important;
}

@media (max-width: 1023px) {
    body.pc-warranty-page-active .pc-war-shell {
        grid-template-columns: 1fr !important;
    }

    body.pc-warranty-page-active .pc-war-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767px) {
    body.pc-warranty-page-active .breadcrumbs,
    body.pc-warranty-page-active .breadcrumbs a,
    body.pc-warranty-page-active .breadcrumbs span {
        color: #68736c !important;
        font-size: 12px !important;
        line-height: 1.35 !important;
    }

    body.pc-warranty-page-active main#main-content .content.with-sidebar-l > h1,
    body.pc-warranty-page-active main#main-content .content.with-sidebar-r > h1,
    body.pc-warranty-page-active .content.with-sidebar-l > h1 {
        margin: 8px 0 10px !important;
        font-size: 22px !important;
        line-height: 1.14 !important;
    }

    body.pc-warranty-page-active .pc-war-page {
        font-size: 13px !important;
        line-height: 1.42 !important;
    }

    body.pc-warranty-page-active .pc-war-shell,
    body.pc-warranty-page-active .pc-war-grid {
        gap: 8px !important;
    }

    body.pc-warranty-page-active .pc-war-head,
    body.pc-warranty-page-active .pc-war-steps,
    body.pc-warranty-page-active .pc-war-card,
    body.pc-warranty-page-active .pc-war-note,
    body.pc-warranty-page-active .pc-war-contact {
        border-radius: 9px !important;
    }

    body.pc-warranty-page-active .pc-war-head {
        display: block !important;
        padding: 13px !important;
    }

    body.pc-warranty-page-active .pc-war-kicker {
        margin-bottom: 6px !important;
        font-size: 12px !important;
    }

    body.pc-warranty-page-active .pc-war-title {
        font-size: 18px !important;
        line-height: 1.18 !important;
    }

    body.pc-warranty-page-active .pc-war-h2,
    body.pc-warranty-page-active .pc-war-side-title {
        font-size: 17px !important;
        line-height: 1.18 !important;
    }

    body.pc-warranty-page-active .pc-war-lead,
    body.pc-warranty-page-active .pc-war-card__lead,
    body.pc-warranty-page-active .pc-war-note__text,
    body.pc-warranty-page-active .pc-war-contact__text {
        margin-top: 7px !important;
        font-size: 13px !important;
        line-height: 1.4 !important;
    }

    body.pc-warranty-page-active .pc-war-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 6px !important;
        margin-top: 11px !important;
    }

    body.pc-warranty-page-active .pc-war-stat {
        padding: 7px 6px !important;
        border-radius: 8px !important;
    }

    body.pc-warranty-page-active .pc-war-stat strong {
        font-size: 15.5px !important;
        line-height: 1.05 !important;
        white-space: nowrap !important;
    }

    body.pc-warranty-page-active .pc-war-stat span {
        font-size: 10.2px !important;
        line-height: 1.18 !important;
    }

    body.pc-warranty-page-active .pc-war-steps,
    body.pc-warranty-page-active .pc-war-card,
    body.pc-warranty-page-active .pc-war-note {
        padding: 13px !important;
    }

    body.pc-warranty-page-active .pc-war-side-title {
        padding-bottom: 10px !important;
    }

    body.pc-warranty-page-active .pc-war-step {
        grid-template-columns: 22px minmax(0, 1fr) !important;
        gap: 8px !important;
        padding: 9px 0 !important;
    }

    body.pc-warranty-page-active .pc-war-step__num {
        width: 22px !important;
        height: 22px !important;
        font-size: 11px !important;
    }

    body.pc-warranty-page-active .pc-war-grid {
        grid-template-columns: 1fr !important;
    }

    body.pc-warranty-page-active .pc-war-list {
        margin-top: 10px !important;
    }

    body.pc-warranty-page-active .pc-war-item {
        padding: 8px 0 !important;
    }

    body.pc-warranty-page-active .pc-war-step__body strong,
    body.pc-warranty-page-active .pc-war-item__title {
        font-size: 13px !important;
        line-height: 1.25 !important;
    }

    body.pc-warranty-page-active .pc-war-step__body span,
    body.pc-warranty-page-active .pc-war-item__note {
        font-size: 12px !important;
        line-height: 1.34 !important;
    }

    body.pc-warranty-page-active .pc-war-contact {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
        padding: 13px !important;
    }

    body.pc-warranty-page-active .pc-war-actions {
        width: 100% !important;
    }

    body.pc-warranty-page-active .pc-war-button {
        flex: 1 1 0 !important;
        min-height: 38px !important;
        padding: 9px 10px !important;
        font-size: 12.5px !important;
    }
}

/* Production cascade guard: keep page-specific HIG styles above theme overrides */
html body.pc-warranty-page-active main#main-content .content.with-sidebar-l #page.wrap-content .pc-war-page .pc-war-list,
html body.pc-warranty-page-active main#main-content .content.with-sidebar-r #page.wrap-content .pc-war-page .pc-war-list {
    display: block !important;
    width: auto !important;
    margin: 12px 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

html body.pc-warranty-page-active main#main-content .content.with-sidebar-l #page.wrap-content .pc-war-page .pc-war-item,
html body.pc-warranty-page-active main#main-content .content.with-sidebar-r #page.wrap-content .pc-war-page .pc-war-item {
    display: block !important;
    width: auto !important;
    margin: 0 !important;
    padding: 10px 0 !important;
    list-style: none !important;
    border-bottom: 1px solid var(--pc-war-line-soft) !important;
}

html body.pc-warranty-page-active main#main-content .content.with-sidebar-l #page.wrap-content .pc-war-page .pc-war-item:last-child,
html body.pc-warranty-page-active main#main-content .content.with-sidebar-r #page.wrap-content .pc-war-page .pc-war-item:last-child {
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
}

html body.pc-warranty-page-active main#main-content .content.with-sidebar-l #page.wrap-content .pc-war-page .pc-war-item__title,
html body.pc-warranty-page-active main#main-content .content.with-sidebar-r #page.wrap-content .pc-war-page .pc-war-item__title {
    display: block !important;
    color: var(--pc-war-text) !important;
    font-size: 13.5px !important;
    font-weight: 650 !important;
    line-height: 1.3 !important;
}

html body.pc-warranty-page-active main#main-content .content.with-sidebar-l #page.wrap-content .pc-war-page .pc-war-item__note,
html body.pc-warranty-page-active main#main-content .content.with-sidebar-r #page.wrap-content .pc-war-page .pc-war-item__note {
    display: block !important;
    margin-top: 3px !important;
    color: var(--pc-war-muted) !important;
    font-size: 12.5px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
}

@media (max-width: 767px) {
    html body.pc-warranty-page-active main#main-content .content.with-sidebar-l > h1,
    html body.pc-warranty-page-active main#main-content .content.with-sidebar-r > h1 {
        margin: 8px 0 10px !important;
        font-size: 21px !important;
        line-height: 1.14 !important;
    }

    html body.pc-warranty-page-active main#main-content .content.with-sidebar-l #page.wrap-content .pc-war-page,
    html body.pc-warranty-page-active main#main-content .content.with-sidebar-r #page.wrap-content .pc-war-page {
        font-size: 13px !important;
        line-height: 1.42 !important;
    }

    html body.pc-warranty-page-active main#main-content .content.with-sidebar-l #page.wrap-content .pc-war-page .pc-war-head,
    html body.pc-warranty-page-active main#main-content .content.with-sidebar-l #page.wrap-content .pc-war-page .pc-war-steps,
    html body.pc-warranty-page-active main#main-content .content.with-sidebar-l #page.wrap-content .pc-war-page .pc-war-card,
    html body.pc-warranty-page-active main#main-content .content.with-sidebar-l #page.wrap-content .pc-war-page .pc-war-note,
    html body.pc-warranty-page-active main#main-content .content.with-sidebar-l #page.wrap-content .pc-war-page .pc-war-contact {
        padding: 12px !important;
        border-radius: 9px !important;
    }

    html body.pc-warranty-page-active main#main-content .content.with-sidebar-l #page.wrap-content .pc-war-page .pc-war-title {
        margin: 0 !important;
        font-size: 18px !important;
        line-height: 1.18 !important;
    }

    html body.pc-warranty-page-active main#main-content .content.with-sidebar-l #page.wrap-content .pc-war-page .pc-war-h2,
    html body.pc-warranty-page-active main#main-content .content.with-sidebar-l #page.wrap-content .pc-war-page .pc-war-side-title {
        margin: 0 !important;
        font-size: 17px !important;
        line-height: 1.18 !important;
    }

    html body.pc-warranty-page-active main#main-content .content.with-sidebar-l #page.wrap-content .pc-war-page .pc-war-kicker {
        margin: 0 0 6px !important;
        font-size: 12px !important;
        line-height: 1.3 !important;
    }

    html body.pc-warranty-page-active main#main-content .content.with-sidebar-l #page.wrap-content .pc-war-page .pc-war-lead,
    html body.pc-warranty-page-active main#main-content .content.with-sidebar-l #page.wrap-content .pc-war-page .pc-war-card__lead,
    html body.pc-warranty-page-active main#main-content .content.with-sidebar-l #page.wrap-content .pc-war-page .pc-war-note__text,
    html body.pc-warranty-page-active main#main-content .content.with-sidebar-l #page.wrap-content .pc-war-page .pc-war-contact__text {
        margin: 7px 0 0 !important;
        font-size: 13px !important;
        line-height: 1.4 !important;
    }

    html body.pc-warranty-page-active main#main-content .content.with-sidebar-l #page.wrap-content .pc-war-page .pc-war-stats {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 6px !important;
        margin-top: 11px !important;
    }

    html body.pc-warranty-page-active main#main-content .content.with-sidebar-l #page.wrap-content .pc-war-page .pc-war-stat {
        padding: 7px 6px !important;
        border-radius: 8px !important;
    }

    html body.pc-warranty-page-active main#main-content .content.with-sidebar-l #page.wrap-content .pc-war-page .pc-war-stat strong {
        margin: 0 0 3px !important;
        font-size: 15.5px !important;
        line-height: 1.05 !important;
        white-space: nowrap !important;
    }

    html body.pc-warranty-page-active main#main-content .content.with-sidebar-l #page.wrap-content .pc-war-page .pc-war-stat span {
        font-size: 10.2px !important;
        line-height: 1.18 !important;
    }

    html body.pc-warranty-page-active main#main-content .content.with-sidebar-l #page.wrap-content .pc-war-page .pc-war-item {
        display: block !important;
        width: auto !important;
        margin: 0 !important;
        padding: 8px 0 !important;
        list-style: none !important;
    }

    html body.pc-warranty-page-active main#main-content .content.with-sidebar-l #page.wrap-content .pc-war-page .pc-war-item__title {
        font-size: 13px !important;
        line-height: 1.25 !important;
    }

    html body.pc-warranty-page-active main#main-content .content.with-sidebar-l #page.wrap-content .pc-war-page .pc-war-item__note {
        font-size: 12px !important;
        line-height: 1.34 !important;
    }
}
