body {
    background-color: #f4f6f9;
}
.hero {
    background: linear-gradient(135deg, #1a1a2e, #16213e);
    color: #fff;
    border-radius: 12px;
    padding: 50px 30px;
}
.card {
    border: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    border-radius: 10px;
}
.sidebar {
    min-height: 100vh;
    background: #16213e;
}
.sidebar a {
    color: #cbd5e1;
    display: block;
    padding: 10px 16px;
    text-decoration: none;
    border-radius: 6px;
}
.sidebar a:hover, .sidebar a.active {
    background: #1a1a2e;
    color: #fff;
}

/* ===== Homepage redesign ===== */
.full-width-wrapper { width: 100%; }

.hero-section {
    background: linear-gradient(135deg, #0f1229 0%, #1a1a2e 45%, #16213e 100%);
    color: #fff;
    padding: 90px 0 70px;
    position: relative;
    overflow: hidden;
}
.hero-section::before {
    content: "";
    position: absolute;
    top: -80px; right: -80px;
    width: 320px; height: 320px;
    background: radial-gradient(circle, rgba(255,193,7,0.18) 0%, transparent 70%);
    border-radius: 50%;
}
.hero-badge {
    display: inline-block;
    background: rgba(255,193,7,0.15);
    color: #ffc107;
    border: 1px solid rgba(255,193,7,0.4);
    padding: 6px 16px;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 18px;
}
.hero-section h1 {
    font-size: 2.6rem;
    font-weight: 800;
    line-height: 1.15;
}
.hero-section .lead {
    color: #cbd5e1;
    font-size: 1.15rem;
    max-width: 560px;
}
.hero-stats {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 40px;
    padding-top: 24px;
}
.hero-stats .stat-num {
    font-size: 1.6rem;
    font-weight: 800;
    color: #ffc107;
}
.hero-car-svg { max-width: 100%; height: auto; }

.section-eyebrow {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #f59e0b;
}
.section-pad { padding: 64px 0; }
.section-pad-sm { padding: 40px 0; }
.bg-soft { background: #eef1f6; }

.icon-circle {
    width: 56px; height: 56px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, #ffc107, #ff8f00);
    color: #1a1a2e;
    font-size: 1.4rem;
    flex-shrink: 0;
}
.icon-circle-outline {
    width: 56px; height: 56px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    background: #fff;
    border: 2px solid #1a1a2e;
    color: #1a1a2e;
    font-size: 1.4rem;
    flex-shrink: 0;
}
.step-number {
    width: 34px; height: 34px;
    border-radius: 50%;
    background: #1a1a2e;
    color: #ffc107;
    font-weight: 700;
    display: inline-flex; align-items: center; justify-content: center;
    margin-right: 10px;
}
.feature-card {
    height: 100%;
    transition: transform .15s ease, box-shadow .15s ease;
}
.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.10);
}
.vehicle-card .vehicle-icon {
    font-size: 2.2rem;
    color: #1a1a2e;
}
.area-badge {
    display: inline-block;
    background: #fff;
    border: 1px solid #dde2ea;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 0.88rem;
    margin: 4px;
    color: #334155;
}
.cta-banner {
    background: linear-gradient(135deg, #ffc107, #ff8f00);
    color: #1a1a2e;
    border-radius: 16px;
}
.testimonial-card .stars { color: #f59e0b; }
.faq-accordion .accordion-button:not(.collapsed) {
    background: #fff7e6;
    color: #1a1a2e;
}
