body {
    font-family: "Tahoma", "Leelawadee UI", sans-serif;
    background: #f7f8fa;
    color: #212529;
}

.site-header {
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    position: sticky;
    top: 0;
    z-index: 10;
}

.site-logo {
    height: 40px;
    width: auto;
    border-radius: 4px;
}

.site-title {
    font-weight: 700;
    font-size: 1.1rem;
}

.hero {
    background: linear-gradient(135deg, #1e3a8a, #2563eb);
    color: #fff;
}

.hero-title {
    font-weight: 700;
    font-size: 2rem;
}

.hero-sub {
    opacity: .9;
}

.filter-card {
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
}

.car-card {
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
    transition: transform .15s ease, box-shadow .15s ease;
    overflow: hidden;
}

.car-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
}

.car-card-img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    background: #eee;
}

.car-card-img-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9ecef;
    color: #adb5bd;
    font-size: 2.5rem;
}

.car-card-title {
    font-weight: 700;
    color: #212529;
    font-size: .95rem;
}

.car-card-meta {
    font-size: .8rem;
    color: #6c757d;
    margin: 4px 0;
}

.car-card-price {
    font-weight: 700;
    color: #dc2626;
    font-size: 1.05rem;
}

.car-gallery-main img {
    max-height: 420px;
    width: 100%;
    object-fit: cover;
}

.car-gallery-thumb {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
    cursor: pointer;
    border: 2px solid transparent;
}

.car-gallery-thumb:hover {
    border-color: #2563eb;
}

.car-detail-price {
    font-weight: 700;
    color: #dc2626;
    font-size: 1.6rem;
}

.car-spec-table th {
    width: 40%;
    color: #6c757d;
    font-weight: 500;
}

.site-footer {
    background: #1f2937;
    color: #d1d5db;
    margin-top: 40px;
}

.site-footer h6 {
    color: #fff;
}
