
body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background-color: #f5f7fb;
}

.tr-header {
    background: #ffffff;
}

.logo-text {
    font-size: 1.5rem;
}

.nav-menu {
    list-style: none;
    padding-left: 0;
}

.nav-menu a {
    color: #1f2937;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
}

.nav-menu a:hover {
    color: #0d6efd;
}

.hero {
    min-height: 70vh;
    background: radial-gradient(circle at top, #0d6efd 0, #1f2937 60%, #020617 100%);
    color: #fff;
    position: relative;
}

.hero-card {
    background: rgba(15,23,42,0.85);
    border-radius: 1rem;
    color: #e5e7eb;
}

.text-light-50 {
    color: rgba(249,250,251,0.8);
}

.section-title {
    font-weight: 700;
    color: #111827;
}

.car-card {
    background: #ffffff;
    border-radius: 0.9rem;
    overflow: hidden;
}

.car-image img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.price {
    font-weight: 700;
    color: #0d6efd;
}

.info-box {
    background: #ffffff;
    border-radius: 0.9rem;
    box-shadow: 0 10px 25px rgba(15,23,42,0.08);
}

.tr-footer {
    background: #0f172a;
}
