/* Additional CSS for dealer support section */
.support-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.support-item {
    background-color: #ffffff;
    padding: 1.5rem;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.support-item h3 {
    color: #0284c7;
    margin-bottom: 1rem;
}

.dealer-support {
    padding: 4rem 0;
    background-color: #f8fafc;
}

.dealer-support h2 {
    text-align: center;
    margin-bottom: 1rem;
}

.dealer-support > .container > p {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 2rem;
}
