.hero-golden {
    height: 100vh;
    min-height: 500px;
    background: #1a1a1a url('../img/hero_fallback.png') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.hero-content {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-cta {
    position: absolute;
    bottom: 210px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    background-color: #c00;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 2px solid #fff;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease;
    text-decoration: none;
}

.btn-primary:hover {
    background-color: #fff;
    color: #0a0a0a;
}

.hero-closed-msg {
    font-size: 1.25rem;
    font-weight: 500;
    background-color: #c00;
    color: #fff;
    padding: 14px 24px;
    border-radius: 6px;
    margin: 0;
    max-width: 90%;
}
