﻿.page-hero--classic-cars {
    background: linear-gradient(135deg, #fff3e0, #fbe9e7);
    padding: 3rem 0;
    margin-bottom: 2rem;
}

    .page-hero--classic-cars h1 {
        font-size: 2.5rem;
        margin-bottom: 0.5rem;
    }

.page-hero__subtitle {
    font-size: 1.1rem;
    color: #555;
}

.page-section {
    padding: 2rem 0;
}

.classic-latest h2 {
    margin-bottom: 0.5rem;
}

.classic-latest-image img {
    max-height: 400px;
    width: 100%;
    object-fit: cover;
}

.classic-content {
    margin-top: 1rem;
}

.classic-older-list {
    list-style: none;
    padding-left: 0;
}

.classic-older-item {
    border-bottom: 1px solid #eee;
    padding: 0.75rem 0;
}

.page-section--contact {
    background-color: #f5f5f5;
    text-align: center;
}

    .page-section--contact .btn-primary {
        padding: 0.6rem 1.5rem;
        border-radius: 999px;
        border: none;
        background-color: #0d6efd;
        color: #fff;
        text-decoration: none;
    }
