html,
body {
    height: 100%;
}

.grillfest-body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #f6f7fb;
    color: #212529;
    font-size: 1rem;
}

.main-content {
    flex: 1 0 auto;
}

.footer-section {
    flex-shrink: 0;
    background: #1f2937;
    color: #ffffff;
}

.grillfest-navbar {
    background: linear-gradient(90deg, #7a1f1f 0%, #a83232 100%);
}

.navbar-brand i {
    color: #ffcf5a;
}

.navbar .nav-link {
    color: rgba(255, 255, 255, 0.92);
    font-weight: 500;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: #ffffff;
}

.hero-header {
    position: relative;
    min-height: 340px;
    background-image: url('../img/header-grillfest.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-overlay {
    min-height: 340px;
    display: flex;
    align-items: center;
    background: linear-gradient(rgba(20, 20, 20, 0.45), rgba(20, 20, 20, 0.65));
}

.hero-box {
    max-width: 760px;
    padding: 2rem 0;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.85rem;
    margin-bottom: 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(3px);
    font-size: 0.9rem;
    font-weight: 600;
}

.card {
    border-radius: 1rem;
}

.card .card-body {
    line-height: 1.6;
}

@media (max-width: 991.98px) {
    .hero-header,
    .hero-overlay {
        min-height: 260px;
    }

    .hero-box {
        padding: 1.5rem 0;
    }
}

.hero-box {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.hero-box h1 {
    text-shadow: 0 4px 12px rgba(0,0,0,0.5);
}

.form-control,
.form-select {
    border-radius: 0.85rem;
    border: 1px solid #d8dee6;
}

.form-control:focus,
.form-select:focus {
    border-color: #a83232;
    box-shadow: 0 0 0 0.2rem rgba(168, 50, 50, 0.15);
}

.card {
    overflow: hidden;
}

.alert {
    border: 0;
}