.hero {
    background: linear-gradient(135deg, #2e7d32, #66bb6a);
    color: #fff;
    padding: 4rem 0;
    border-radius: 0.5rem;
}

.step {
    display: none;
}

.step.active {
    display: block;
}

.quote-total {
    font-size: 1.5rem;
    font-weight: 700;
}
