﻿/* =========================================================
   WARRANTY PAGE
========================================================= */
.warranty-page {
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    color: #111;
}

.warranty-hero {
    background: linear-gradient(90deg, #006ba8 0%, #005b9d 100%);
    color: #fff;
    padding: 2.25rem 0 1.5rem;
}

    .warranty-hero h1 {
        font-size: clamp(2.4rem, 5vw, 4.8rem);
        font-weight: 900;
        line-height: 1;
        margin-bottom: 0.8rem;
        letter-spacing: -0.04em;
    }

        .warranty-hero h1 span {
            color: #ffd31a;
        }

    .warranty-hero h2 {
        font-size: clamp(1.4rem, 3vw, 2.7rem);
        font-weight: 700;
        margin-bottom: 0.85rem;
    }

.warranty-divider {
    width: min(560px, 100%);
    height: 2px;
    background: rgba(255, 255, 255, 0.95);
    margin-bottom: 0.85rem;
}

.warranty-hero p {
    font-size: clamp(1.45rem, 3.2vw, 3rem);
    line-height: 1.08;
    margin-bottom: 1rem;
}

    .warranty-hero p strong {
        color: #ffd31a;
        font-weight: 900;
    }

.warranty-hero small {
    font-size: clamp(0.75rem, 1.3vw, 1rem);
    font-weight: 700;
}

.warranty-table-section {
    padding: 1rem 0 2rem;
}

.warranty-table-wrap {
    overflow-x: auto;
}

.warranty-table {
    min-width: 1050px;
    border-collapse: collapse;
    font-size: 0.95rem;
}

    .warranty-table thead th {
        background: #005b9d;
        color: #fff;
        font-weight: 500;
        text-align: center;
        padding: 0.45rem 0.55rem;
        border: 1px solid #005b9d;
        white-space: nowrap;
    }

        .warranty-table thead th:first-child {
            width: 270px;
        }

    .warranty-table tbody th,
    .warranty-table tbody td {
        border: 1px solid #b7d0e4;
        padding: 0.35rem 0.55rem;
        line-height: 1.15;
    }

    .warranty-table tbody th {
        text-align: left;
        font-weight: 500;
        width: 270px;
    }

    .warranty-table tbody td {
        text-align: center;
    }

    .warranty-table .category-row th,
    .warranty-table .category-row td {
        background: #b6d1ea;
        font-weight: 800;
    }

    .warranty-table .spacer-row td {
        border: none;
        height: 1.45rem;
        padding: 0;
        background: #fff;
    }

@media (max-width: 767.98px) {
    .warranty-hero {
        padding: 1.5rem 0 1.25rem;
    }

    .warranty-table {
        font-size: 0.85rem;
    }
}
