.section-5 {
    width: 100%;
    position: relative;
}
.section-5-head {
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    margin-bottom: 48px;
    z-index: 9999;
}

.section-5-ikon {
    margin-top: 170px;
    z-index: 10;
}
.seasons-logo1 {
    position: absolute;
    bottom: -10px;
    left: -475px;
    width: calc(100% + 466px);
    max-width: 820px !important;
    overflow: hidden;
}
.seasons-logo2 {
    position: absolute;
    bottom: -10px;
    right: -540px;
    width: calc(100% + 466px);
    max-width: 820px !important;
    /* tükrözzük a képet */
    transform: scaleX(-1);
    overflow: hidden;
}
.section-5-button-primary,
.section-5-button-secondary {
    border-radius: 58px;
    padding: 12px 24px;
    color: #fff;
    background: #ef7417;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
    letter-spacing: 1px;
    text-transform: uppercase;
    max-width: 800px;
    display: block; /* NEM flex */
    text-align: center; /* több sor is szépen középre kerül */
    margin-inline: auto; /* szépen középre igazítja a gombot */
    margin-top: 80px;
}

/* maga a címsor */
.section-5-head h2 {
    margin: 0 auto;
    max-width: 900px;
    text-transform: uppercase;
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    font-weight: 700;

    /* fluid méret: kb 28px–48px között skálázódik */
    font-size: clamp(1.75rem, 3vw, 3rem);
    line-height: 1.2;

    color: #083428;
}
/* felső kép-blokk */
.seasons-row {
    width: 100%;
    padding: 0;
}

.seasons-img-wrap {
    position: relative;
    width: 100%;
    overflow: hidden; /* ha kicsit lelóg az overlay, ne látszódjon */
}

/* overlay sor – 4 oszlopos grid a kép középvonalán */
.seasons-bubbles {
    position: absolute;
    left: 50%;
    bottom: 43%;
    transform: translate(-50%, -50%);

    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
    padding: 0 16px;
    width: 100%;
    pointer-events: none; /* csak a buborékok maguk legyenek kattinthatók */
}

/* ALAP buborék-stílus – Figma alapján, de rugalmasra húzva */
.season-bubble {
    pointer-events: auto;

    width: 100%;
    padding: 16px 20px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    font-weight: 500;
    line-height: 1.4;
    font-size: clamp(14px, 1.1vw, 16px);

    color: #2f2f2f;
    border-radius: 40px;
    border: 0 solid #ef7417;
    background: rgba(255, 255, 255, 0.49);
    backdrop-filter: blur(16.85px);
    position: relative;
}

/* kis háromszög – középen lefelé mutat (fák felé) */
.season-bubble::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 15%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid rgba(255, 255, 255, 0.49);
}

/* alap kép */
.season-img {
    display: block;
    width: 100%;
    height: auto;
    line-height: 0;
}

/* OVERLAY égbolt-fade */
.season-img-sky {
    position: absolute;
    inset: 0 auto auto 0; /* top:0; left:0; */
    width: 100%;
    height: auto;
    pointer-events: none; /* ne lehessen rákattintani */
    display: block;
}

.season-img-ground {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    pointer-events: none; /* ne lehessen rákattintani */
    display: block;
    z-index: 0;
}
/* alsó “föld” / leírás rész – itt van a gradiens */
.seasons-ground {
    width: 100%;
    padding: 32px 16px 48px;

    background: linear-gradient(
        90deg,
        #819c35 0%,
        #62842d 20.19%,
        #87892f 33.17%,
        #d29332 48.08%,
        #d39244 62.5%,
        #a6adb9 77.7%,
        #b6d2de 100%
    );

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* fő szöveg a képek alatt */
.seasons-text-main {
    margin-top: 24px;
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;

    /* fluid betűméret – kb 18px–45px között skálázódik */
    font-size: clamp(1.125rem, 2.4vw, 2.8rem);
    font-weight: 600;
    line-height: 1.3;

    text-align: center;
    text-decoration: none;
    color: #fff;

    display: inline-flex;
    padding: 18px 28px; /* Figma-féle nagy padding, de nem túlzás */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px; /* 50px helyett jóval kisebb, hogy mobilon se essen szét */

    border-radius: 40px;
    border: 0;
    background: var(--Green-Bubbles, #48802e);
    backdrop-filter: blur(16.85px);

    max-width: 80%; /* hogy ne legyen 2000px széles szövegsor */
    margin-left: auto;
    margin-right: auto;
}

/* alsó leírás */
.seasons-text-sub {
    margin-top: 80px;
    max-width: 1140px;
    color: #1d3c0f;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: clamp(1.125rem, 1.4vw, 2rem);
    font-style: normal;
    font-weight: 500;
    line-height: 160.719%;
    z-index: 10;
}

/* tablet */
@media (max-width: 1024px) {
    .seasons-ground {
        background: none;
    }
}

/* mobil finomhangolás */
@media (max-width: 768px) {
    .seasons-ground {
        padding: 4px 8px 24px;
    }

    .seasons-text-main {
        font-size: 16px;
        padding: 12px 16px;
        border-radius: 24px;
    }

    .seasons-text-sub {
        font-size: 15px;
        margin-top: 40px;
    }
    .section-5-head {
        top: -70px;
    }
    .section-5-head h2 {
        font-size: 20px; /* ha nagyon kicsit szeretnél, lemehet 18-ra is */
        padding: 0 16px; /* hogy ne ragadjon a kijelző széléhez */
    }

    .seasons-logo1 {
        position: absolute;
        bottom: 520px;
        left: -265px;
        width: calc(50% + 266px);
        max-width: 820px !important;
        overflow: hidden;
    }
    .seasons-logo2 {
        display: none;
    }

    .seasons-ground {
        background: none;
    }

    .section-5-button-primary {
        font-size: 16px;
        padding: 10px 20px;
        margin-top: 40px;
    }
    .section-5-ikon {
        margin-top: 70px;
    }
}

/* --- MOBIL SLIDER ALAPBÓL REJTETT --- */
.seasons-slider-mobile {
    display: none;
}

/* slider track */
.seasons-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    padding: 0 16px;
    -webkit-overflow-scrolling: touch;
}

.seasons-track::-webkit-scrollbar {
    display: none;
}

/* egy slide = egy PNG */
.seasons-slide {
    flex: 0 0 100%; /* egy “oldal” szélesség */
    scroll-snap-align: center;
    display: flex;
    justify-content: center;
}

.seasons-slide img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 24px; /* ha a komponensek sarkai kerekek a Figma-ban */
}

/* pötty indikátorok */
.seasons-dots {
    margin-top: 12px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.seasons-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #d1d5db;
}

/* --- BREAKPOINT: MOBILON CSAK A SLIDER LÁTSZIK --- */
@media (max-width: 768px) {
    /* desktopos kép + buborék overlay elrejtése */
    .seasons-row {
        display: none;
    }

    /* mobil slider mutatása */
    .seasons-slider-mobile {
        display: block;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto 16px;
        padding-top: 16px;
    }
}
