/**
 * Tenniscamps Hero – Glass-Panel (Erweiterung zu hero-alt.css)
 * Nur für #hero-camps.hero-alt / Vorschau tenniscamps-hero-alt.html
 */

#hero-camps.hero-alt {
    min-height: 72vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    padding-top: 4rem;
}

@media (min-width: 768px) {
    #hero-camps.hero-alt {
        min-height: 100vh;
        align-items: center;
        padding-top: 5rem;
    }
}

#hero-camps.hero-alt .hero-vignette {
    background: radial-gradient(
        ellipse 120% 80% at 50% 15%,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.15) 55%,
        rgba(0, 0, 0, 0.45) 100%
    ) !important;
}

#hero-camps.hero-alt .hero-camps-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#hero-camps.hero-alt .hero-camps-img {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover;
    object-position: center 35%;
    filter: brightness(1.12) saturate(1.15);
}

@media (max-width: 767px) {
    #hero-camps.hero-alt .hero-camps-img {
        object-position: center 28%;
    }

    #hero-camps.hero-alt .hero-parallax-layer {
        padding-bottom: 1.25rem;
    }

    #hero-camps.hero-alt .hero-alt-panel {
        padding: 1.125rem 1.125rem 1.35rem;
    }
}

/* Camp-Gold statt nur Grün im Subhead */
#hero-camps .hero-camps-subhead {
    background: linear-gradient(135deg, #ffd700 0%, #ffb300 45%, #00c851 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: #ffd700;
}

/* Saison-Chips (Ostern / Sommer / …) */
.hero-camps-season-chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.45rem;
    margin-bottom: 1rem;
}

.hero-camps-season-chip {
    padding: 0.35rem 0.75rem;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.95);
    border-radius: 9999px;
    border: 1px solid rgba(255, 180, 80, 0.45);
    background: rgba(255, 140, 0, 0.12);
    transition: background 0.2s ease, border-color 0.2s ease;
}

.hero-camps-season-chip:hover {
    background: rgba(255, 140, 0, 0.22);
    border-color: rgba(255, 200, 100, 0.65);
}

.hero-camps-season-chip--active {
    border-color: rgba(0, 200, 81, 0.55);
    background: rgba(0, 200, 81, 0.2);
}

@media (min-width: 640px) {
    .hero-camps-season-chip {
        font-size: 0.75rem;
        padding: 0.4rem 0.9rem;
    }
}

/* Zielgruppen-Mini-Karten (Wow: sofort erfassbar) */
.hero-camps-audience {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.65rem;
    margin: 0 0 1.15rem;
    text-align: left;
}

@media (min-width: 480px) {
    .hero-camps-audience {
        grid-template-columns: 1fr 1fr;
        gap: 0.75rem;
    }
}

.hero-camps-audience-card {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 0.75rem 0.85rem;
    border-radius: 0.875rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
    transition: border-color 0.2s ease, background 0.2s ease;
}

.hero-camps-audience-card:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(0, 200, 81, 0.35);
}

.hero-camps-audience-icon {
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.65rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-camps-audience-icon svg {
    width: 1.25rem;
    height: 1.25rem;
}

.hero-camps-audience-icon--kids {
    background: linear-gradient(135deg, rgba(255, 152, 0, 0.35), rgba(255, 87, 34, 0.25));
}

.hero-camps-audience-icon--adults {
    background: linear-gradient(135deg, rgba(0, 200, 81, 0.35), rgba(0, 122, 49, 0.25));
}

.hero-camps-audience-label {
    display: block;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 0.15rem;
}

.hero-camps-audience-time {
    display: block;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}

@media (min-width: 768px) {
    .hero-camps-audience-time {
        font-size: 0.875rem;
    }
}

/* Trust: Urgency-Pill */
.hero-alt-trust-pill--urgent {
    border-color: rgba(255, 193, 7, 0.45);
    background: rgba(234, 179, 8, 0.15);
    color: #fde68a;
}

/* Sekundär-CTA unter Gelb-Button */
.hero-camps-cta-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.65rem 1rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: transparent;
    cursor: pointer;
    transition: background 0.2s ease;
}

.hero-camps-cta-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
    .hero-camps-cta-secondary {
        width: auto;
    }
}
