/* =========================================================
   SELINA HERO – Background Slider (SDM Style)
========================================================= */

#selina-hero {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
}

/* Hintergrund-Layer */

.selina-hero-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-inner {
    position: relative;
    z-index: 2;
    max-width: 1440px;
    height: 100vh;
    margin: 0 auto;
    padding: 0 56px;
    display: flex;
    align-items: center;
}

/* Content */

.selina-hero-content {
    max-width: 620px;
    color: #ffffff;
    font-family: Manrope, system-ui, sans-serif;
}

/* Typografie */

.selina-hero-kicker {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.selina-hero-text {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 18px;
}

.selina-hero-callout {
    font-size: 17px;
    font-weight: 500;
    margin: 26px 0 20px;
}

.selina-hero-callout.secondary {
    margin-top: 40px;
}

/* Buttons */

.selina-hero-actions {
    margin-top: 10px;
}

.selina-hero-btn {
    display: inline-block;
    padding: 14px 34px;
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,0.75);
    background: transparent;
    transition: background 0.25s ease;
}

.selina-hero-btn:hover {
    background: rgba(255,255,255,0.08);
}
