/* Warranty Page Modern Styles */

body {
    background: white;
}

.warranty-hero {
    background: #f8f9fa;
    padding: 100px 20px 80px;
    text-align: center;
    margin-top: 70px;
}

.warranty-tag {
    display: inline-block;
    background: linear-gradient(135deg, #00aaff 0%, #0088cc 100%);
    color: white;
    padding: 8px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
}

.warranty-hero h1 {
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 20px 0;
    color: #1a1a2e;
}

.warranty-hero .subtitle {
    font-size: 20px;
    font-weight: 400;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
    color: #666;
}

.warranty-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
    background: white;
}

#content {
    background: white;
}

.warranty-intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
}

.warranty-intro-text h2 {
    font-size: 36px;
    color: #1a1a2e;
    margin-bottom: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.warranty-intro-text p {
    font-size: 18px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
}

.warranty-intro-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.warranty-intro-image img {
    width: 100%;
    height: auto;
    display: block;
}

.warranty-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: white;
    padding: 20px;
    border-radius: 50%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    width: 120px;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.warranty-badge-icon {
    font-size: 36px;
    color: #00aaff;
    margin-bottom: 5px;
}

.warranty-badge-text {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a2e;
    text-align: center;
    line-height: 1.2;
}

.warranty-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 80px;
}

.warranty-feature-card {
    background: white;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.warranty-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 170, 255, 0.2);
}

.warranty-feature-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #00aaff 0%, #0088cc 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.warranty-feature-icon svg {
    width: 35px;
    height: 35px;
    color: white;
}

.warranty-feature-card h3 {
    font-size: 22px;
    color: #1a1a2e;
    margin-bottom: 16px;
    font-weight: 700;
}

.warranty-feature-card p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.warranty-coverage {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 60px 40px;
    border-radius: 20px;
    margin-bottom: 80px;
}

.warranty-coverage h2 {
    font-size: 32px;
    color: #1a1a2e;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
}

.coverage-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.coverage-section h3 {
    font-size: 24px;
    color: #1a1a2e;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.coverage-section h3 svg {
    width: 28px;
    height: 28px;
}

.coverage-section.included h3 {
    color: #00aaff;
}

.coverage-section.excluded h3 {
    color: #dc3545;
}

.coverage-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.coverage-list li {
    padding: 12px 0 12px 36px;
    font-size: 16px;
    color: #666;
    position: relative;
    line-height: 1.6;
}

.coverage-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
}

.coverage-section.included .coverage-list li::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2300aaff' stroke-width='2'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
}

.coverage-section.excluded .coverage-list li::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23dc3545' stroke-width='2'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
}

.warranty-cta {
    background: #f8f9fa;
    padding: 60px 40px;
    border-radius: 20px;
    text-align: center;
    border: 2px solid #e9ecef;
}

.warranty-cta h2 {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #1a1a2e;
}

.warranty-cta p {
    font-size: 18px;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    color: #666;
}

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

.warranty-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 40px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.warranty-btn.primary {
    background: linear-gradient(135deg, #00aaff 0%, #0088cc 100%);
    color: white;
}

.warranty-btn.primary:hover {
    background: linear-gradient(135deg, #0088cc 0%, #006699 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 170, 255, 0.3);
}

.warranty-btn.secondary {
    background: white;
    color: #00aaff;
    border: 2px solid #00aaff;
}

.warranty-btn.secondary:hover {
    background: #00aaff;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 170, 255, 0.2);
}

.warranty-btn svg {
    width: 20px;
    height: 20px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .warranty-intro {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .warranty-features {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .coverage-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .warranty-hero {
        padding: 60px 20px 40px;
    }
    
    .warranty-hero h1 {
        font-size: 36px;
    }
    
    .warranty-hero .subtitle {
        font-size: 18px;
    }
    
    .warranty-content {
        padding: 60px 20px;
    }
    
    .warranty-intro-text h2 {
        font-size: 28px;
    }
    
    .warranty-features {
        grid-template-columns: 1fr;
    }
    
    .warranty-badge {
        width: 100px;
        height: 100px;
        padding: 15px;
    }
    
    .warranty-badge-icon {
        font-size: 28px;
    }
    
    .warranty-badge-text {
        font-size: 12px;
    }
    
    .warranty-coverage {
        padding: 40px 20px;
    }
    
    .warranty-cta {
        padding: 40px 20px;
    }
    
    .warranty-cta h2 {
        font-size: 28px;
    }
    
    .warranty-cta-buttons {
        flex-direction: column;
        align-items: stretch;
    }
    
    .warranty-btn {
        justify-content: center;
    }
}
