.hero-section {
    min-height: 70vh;
}

.min-vh-50 {
    min-height: 50vh;
}

.card {
    border-radius: 12px;
    transition: transform 0.2s ease;
}

.card:hover {
    transform: translateY(-2px);
}

.bg-danger.bg-opacity-10 {
    background-color: rgba(220, 53, 69, 0.1) !important;
}

.form-switch .form-check-input {
    width: 3em;
    height: 1.5em;
    cursor: pointer;
}

.form-switch .form-check-input:checked {
    background-color: #dc3545;
    border-color: #dc3545;
}

.list-group-item {
    background: transparent;
}

.badge {
    font-weight: 600;
}

.navbar-brand {
    font-size: 1.3rem;
    letter-spacing: -0.5px;
}

footer a:hover {
    color: #dc3545 !important;
    text-decoration: underline !important;
}

@media (max-width: 768px) {
    .hero-section {
        min-height: auto;
    }
    .display-4 {
        font-size: 2rem;
    }
}
