body {
    min-height: 100vh;
}

.hero-card {
    border: 0;
    border-radius: 1.25rem;
    overflow: hidden;
    background: linear-gradient(135deg, #0d6efd, #0a58ca);
    color: #fff;
}

.service-card,
.stats-card {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.75rem 2rem rgba(13, 110, 253, 0.08);
}

.service-icon {
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.9rem;
    background: rgba(13, 110, 253, 0.1);
    color: #0d6efd;
    font-weight: 700;
}

.answers-list dt {
    font-weight: 600;
}

.answers-list dd {
    margin-bottom: 1rem;
}
