/* =========================================================
   SELINA HERO – Background Slider (MOBILE)
========================================================= */

#selina-hero-mobile {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
}

/* Hintergrund-Layer */

.selina-hero-mobile-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: opacity 1.2s ease-in-out;
    z-index: 1;
    opacity: 1;
}

/* Innerer Wrapper */

.selina-hero-mobile-inner {
    position: relative;
    z-index: 2;
    max-width: 1440px;
    height: 100vh;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
}

/* Content */

.selina-hero-mobile-content {
    max-width: 620px;
    color: #ffffff;
    font-family: Manrope, system-ui, sans-serif;
}

/* Typografie */

.selina-hero-mobile-kicker {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 18px;
}

.selina-hero-mobile-text {
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 16px;
}

.selina-hero-mobile-callout {
    font-size: 16px;
    font-weight: 500;
    margin: 22px 0 18px;
}

.selina-hero-mobile-callout.secondary {
    margin-top: 32px;
}

/* Buttons */

.selina-hero-mobile-actions {
    margin-top: 10px;
}

.selina-hero-mobile-btn {
    display: inline-block;
    padding: 13px 28px;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,0.75);
    background: transparent;
    transition: background 0.25s ease;
}

.selina-hero-mobile-btn:hover {
    background: rgba(255,255,255,0.08);
}
