body {
    transition: opacity 0.3s ease;
}
.offer-card {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease;
}
.offer-card:hover {
    transform: translateY(-2px);
}
#welcome-screen {
    transition: opacity 0.3s ease;
}
#main-content {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.bg-red-450 {
    background-color: #ff5a5a;
}

.mt-0-important {
    margin-top: 0 !important;
}
