/* Generated from legacy/warranties.html by scripts/build-legacy-styles.mjs. */
/* Critical Hero Section CSS for LCP optimization */
        .warranty-hero {
            background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('/images/backgrounds/hero-background-desktop.webp');
            background-size: cover;
            background-position: center;
            padding: 120px 0 80px;
            color: white;
            margin-top: 88px;
            text-align: center;
        }

        /* Fallback for browsers that don't support WebP */
        .no-webp .warranty-hero {
            background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('/images/backgrounds/hero-background-desktop.jpg');
        }

        /* Responsive hero backgrounds */
        @media (max-width: 1366px) {
            .warranty-hero {
                background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('/images/backgrounds/hero-background-tablet.webp');
            }
            .no-webp .warranty-hero {
                background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('/images/backgrounds/hero-background-tablet.jpg');
            }
        }

        @media (max-width: 768px) {
            .warranty-hero {
                background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('/images/backgrounds/hero-background-mobile.webp');
                padding: 100px 0 60px;
            }
            .no-webp .warranty-hero {
                background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('/images/backgrounds/hero-background-mobile.jpg');
            }
        }

/* Page-specific styles */

        /* Hero Section */
        .warranty-hero h1 {
            font-size: 48px;
            margin-bottom: 20px;
            font-weight: 700;
        }

        .hero-subtitle {
            font-size: 20px;
            margin-bottom: 40px;
            opacity: 0.9;
        }

        .hero-badges {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            gap: 20px;
        }

        /* Warranty Details Section */
        .warranty-details {
            padding: 80px 0;
            background: white;
        }

        .warranty-details h2 {
            text-align: center;
            color: var(--gray-dark);
            font-size: 36px;
            margin-bottom: 30px;
        }

        .section-intro {
            text-align: center;
            color: var(--gray-medium);
            font-size: 18px;
            line-height: 1.6;
            max-width: 700px;
            margin: 0 auto 50px;
        }

        .warranty-features {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
            margin-bottom: 60px;
        }

        .warranty-card {
            background: var(--gray-light);
            padding: 30px;
            border-radius: 15px;
            text-align: center;
            transition: var(--transition-normal);
        }

        .warranty-card:hover {
            transform: translateY(-5px);
            box-shadow: var(--shadow-medium);
        }

        .warranty-icon {
            width: 80px;
            height: 80px;
            background: var(--brand-red);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
        }

        .warranty-icon i {
            font-size: 32px;
            color: white;
        }

        .warranty-card h3 {
            color: var(--gray-dark);
            margin-bottom: 15px;
            font-size: 20px;
        }

        .warranty-card p {
            color: var(--gray-medium);
            line-height: 1.6;
        }

        .warranty-highlight {
            display: grid;
            grid-template-columns: 2fr 1fr;
            gap: 50px;
            align-items: center;
            background: var(--gray-light);
            padding: 50px;
            border-radius: 20px;
        }

        .highlight-content h3 {
            color: var(--gray-dark);
            font-size: 28px;
            margin-bottom: 20px;
        }

        .highlight-content > p {
            color: var(--gray-medium);
            font-size: 16px;
            line-height: 1.6;
            margin-bottom: 30px;
        }

        .warranty-benefits {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .benefit {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .benefit i {
            color: var(--brand-red);
            font-size: 18px;
        }

        .benefit span {
            color: var(--gray-dark);
            font-size: 16px;
            font-weight: 500;
        }

        .highlight-image {
            text-align: center;
        }

        .highlight-image img {
            max-width: 200px;
            height: auto;
        }

        /* CTA Section */
        .warranty-cta {
            padding: 80px 0;
            background: var(--brand-red);
            color: white;
            text-align: center;
        }

        .warranty-cta h2 {
            font-size: 36px;
            margin-bottom: 20px;
        }

        .warranty-cta p {
            font-size: 18px;
            margin-bottom: 40px;
            opacity: 0.9;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 40px;
        }

        .cta-buttons {
            display: flex;
            gap: 20px;
            justify-content: center;
            flex-wrap: wrap;
        }

        .cta-button {
            padding: 15px 30px;
            border-radius: 5px;
            text-decoration: none;
            font-weight: 600;
            font-size: 18px;
            transition: var(--transition-normal);
        }

        .cta-button.primary {
            background: white;
            color: var(--brand-red);
        }

        .cta-button.primary:hover {
            background: var(--gray-light);
            transform: translateY(-2px);
            text-decoration: none;
        }

        .cta-button.secondary {
            background: transparent;
            color: white;
            border: 2px solid white;
        }

        .cta-button.secondary:hover {
            background: white;
            color: var(--brand-red);
            text-decoration: none;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .warranty-hero h1 {
                font-size: 36px;
            }

            .hero-subtitle {
                font-size: 18px;
            }

            .hero-badges {
                flex-direction: column;
                gap: 15px;
            }

            .warranty-details,
            .warranty-cta {
                padding: 60px 0;
            }

            .warranty-details h2,
            .warranty-cta h2 {
                font-size: 28px;
            }

            .warranty-features {
                grid-template-columns: 1fr;
                gap: 25px;
            }

            .warranty-highlight {
                grid-template-columns: 1fr;
                gap: 30px;
                padding: 40px 30px;
                text-align: center;
            }

            .highlight-content h3 {
                font-size: 24px;
            }

            .cta-buttons {
                flex-direction: column;
                align-items: center;
            }

            .cta-button {
                width: 100%;
                max-width: 300px;
            }
        }

        @media (max-width: 480px) {
            .warranty-highlight {
                padding: 30px 20px;
            }

            .warranty-card {
                padding: 25px 20px;
            }
        }
