body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #231f20;
}

.hero-section {
    min-height: 82vh;
    background:
        linear-gradient(120deg, rgba(18, 11, 14, .88), rgba(100, 11, 24, .70)),
        url('../../uploads/default-slider.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.section-title {
    font-weight: 800;
    letter-spacing: -0.04em;
}

.text-burgundy {
    color: #8c1328;
}

.bg-burgundy {
    background: #8c1328;
}

.btn-burgundy {
    background: #8c1328;
    color: #fff;
    border: none;
}

.btn-burgundy:hover {
    background: #6f0f20;
    color: #fff;
}

.card-soft {
    border: 0;
    border-radius: 22px;
    box-shadow: 0 18px 55px rgba(0,0,0,.08);
}

.course-card, .event-card, .instructor-card {
    transition: .25s ease;
}

.course-card:hover, .event-card:hover, .instructor-card:hover {
    transform: translateY(-6px);
}

.page-hero {
    background: linear-gradient(120deg, #1f1517, #8c1328);
    color: #fff;
    padding: 90px 0;
}

.navbar {
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.footer {
    background: #151111;
    color: #eee;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.admin-sidebar {
    min-height: 100vh;
    background: #151111;
}

.admin-sidebar a {
    color: rgba(255,255,255,.82);
    text-decoration: none;
    display: block;
    padding: 10px 14px;
    border-radius: 10px;
}

.admin-sidebar a:hover, .admin-sidebar a.active {
    background: #8c1328;
    color: #fff;
}
