.rp-hero {
    background: linear-gradient(135deg, #0b153e 0%, #0d4a8b 100%);
}

.rp-hero h1 {
    letter-spacing: 0.5px;
}

.estimate-price {
    transition: color 0.6s ease, transform 0.4s ease;
    display: inline-block;
}

.estimate-price.estimate-price-flash {
    color: #198754; /* bootstrap success */
    transform: scale(1.04);
}

#estimate_updated_pill {
    transition: opacity 0.5s ease;
}

#estimate_updated_pill.fading {
    opacity: 0;
}
