/* =========================================================
   mod_noe_starthero_login_v3.css
   V2 - ruhigeres Mobile-Layout ohne Login-Overlay
   ========================================================= */

.start-hero {
    position: relative;
    text-align: center;
    padding: 1.75rem 1rem 1.5rem;
}

/* Login NICHT absolut im Hero, sondern sauber darüber */
.start-hero .hero-login {
    position: static;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: .75rem;
    margin: 0 0 1rem 0;
    padding: 0;
    flex-wrap: wrap;
    z-index: auto;
    background: transparent;
}

.start-hero .btn-login,
.start-hero .hero-main-button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 999px;
    transition: all .2s ease;
}

.start-hero .btn-login {
    padding: .52rem .95rem;
    border: 1px solid rgba(255,255,255,.35);
    color: #ffffff;
    background: rgba(255,255,255,.10);
    font-weight: 600;
    backdrop-filter: blur(3px);
}

.start-hero .btn-login:hover {
    background: rgba(255,255,255,.18);
    color: #ffffff;
    transform: translateY(-1px);
}

.start-hero .user-greeting {
    display: inline-flex;
    align-items: center;
    font-size: .95rem;
    color: rgba(255,255,255,.92);
    font-weight: 600;
}

.start-hero .logout-form {
    display: inline;
    margin: 0;
}

.start-hero .hero-title {
    margin: 0;
    line-height: 1.2;
}

/* Willkommen beim: gut lesbar, aber nicht dominant */
.start-hero .hero-intro {
    display: block;
    font-size: 1.25rem;
    font-weight: 600;
    opacity: 0.96;
    margin-bottom: .2rem;
    white-space: normal;
}

/* Vereinsname: klar, aber nicht riesig */
.start-hero .club-name {
    display: block;
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1.2;
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
    letter-spacing: 0;
}

.start-hero .hero-main-button {
    margin: 1rem 0 .75rem;
}

.start-hero .hero-main-button a {
    background: #f4c430;
    color: #1f2937;
    padding: .82rem 1.35rem;
    font-weight: 700;
}

.start-hero .hero-main-button a:hover {
    filter: brightness(1.04);
    transform: translateY(-1px);
}

.start-hero .hero-tagline {
    margin: 0;
}

@media (max-width: 767.98px) {
    .start-hero {
        padding: 1.35rem .8rem 1.1rem;
    }

    .start-hero .hero-login {
        justify-content: center;
        gap: 6px;
        margin-bottom: .85rem;
    }

    .start-hero .user-greeting {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .start-hero .hero-intro {
        font-size: 1.05rem;
        margin-bottom: .15rem;
    }

    .start-hero .club-name {
        font-size: 1.2rem;
        line-height: 1.2;
    }

    .start-hero .hero-main-button {
        margin: .9rem 0 .7rem;
    }
}
