.hero {
    background: linear-gradient(135deg, #0b5ed7 0%, #094db3 100%);
    color: #fff;
    padding: 80px 0;
}

.hero .lead {
    color: rgba(255,255,255,0.85);
}

.stat-block .display-6 {
    color: #0b5ed7;
    font-weight: 700;
}

.service-icon, .why-icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: #e7f0fd;
    color: #0b5ed7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 12px;
}

[data-bs-theme="dark"] .navbar.bg-white {
    background-color: #1c2b39 !important;
}

[data-bs-theme="dark"] .service-icon,
[data-bs-theme="dark"] .why-icon {
    background: #2a3d4f;
}

.process-step {
    text-align: center;
}

.process-step .step-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #0b5ed7;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    font-weight: 700;
}
