:root {
    color-scheme: light;
}

body {
    background-color: #f8f9fa;
    color: #343a40;
}

.hero {
    min-height: 420px;
    background: linear-gradient(rgba(9, 30, 66, 0.35), rgba(9, 30, 66, 0.35)), url('siti-viaggi.jpg') center/cover no-repeat;
    color: #fff;
}

.hero h1,
.hero p {
    text-shadow: 0 1px 18px rgba(0, 0, 0, 0.45);
}

.hero .btn {
    min-width: 165px;
}

.card-spotlight {
    background: rgba(255, 255, 255, 0.93);
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.section-title {
    position: relative;
}

.section-title::after {
    content: '';
    display: block;
    width: 70px;
    height: 3px;
    background-color: #0d6efd;
    margin-top: 0.75rem;
}

.table thead th {
    white-space: nowrap;
}

.card-spotlight {
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.card-spotlight:hover {
    transform: translateY(-2px);
    box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.08);
}

@media (max-width: 767.98px) {
    .hero {
        min-height: 320px;
    }
}
