
/* =========================================================
   ZSONGODA – PLAKÁTNAPTÁR 2026–27
   HERO – Rainforest Green + valódi termékképek
   ========================================================= */

.zn26-hero,
.zn26-hero * {
    box-sizing: border-box;
}

.zn26-hero {
    --green: #214E3B;
    --green-dark: #173B2D;
    --green-soft: #2B5B45;
    --eucalyptus: #93AB9B;
    --sage: #C0CEC3;
    --cream: #F7F5EF;
    --cream-light: #FCFBF7;
    --text-light: #F7F5EF;
    --text-soft: #D7E0D9;

    position: relative;
    overflow: hidden;
    width: 100%;

    font-family: Aptos, "Segoe UI", Arial, sans-serif;

    background:
        radial-gradient(
            circle at 79% 37%,
            rgba(147,171,155,.17) 0,
            rgba(147,171,155,0) 31%
        ),
        linear-gradient(
            135deg,
            var(--green-dark) 0%,
            var(--green) 52%,
            #285540 100%
        );
}


/* =========================================================
   BELSŐ TARTALOM
   ========================================================= */

.zn26-hero-inner {
    position: relative;
    z-index: 5;

    width: min(1440px, calc(100% - 84px));
    min-height: 790px;
    margin: 0 auto;
    padding: 86px 0 125px;

    display: grid;
    grid-template-columns: .82fr 1.18fr;
    align-items: center;
    gap: 65px;
}


/* =========================================================
   BAL OLDAL
   ========================================================= */

.zn26-copy {
    position: relative;
    z-index: 8;
    max-width: 600px;
}

.zn26-eyebrow {
    margin: 0 0 22px;

    color: var(--sage);
    font-size: 15px;
    line-height: 1.4;
    font-weight: 650;
    letter-spacing: .075em;
    text-transform: uppercase;
}

.zn26-title {
    margin: 0 0 27px;
    max-width: 620px;

    color: var(--text-light);
    font-size: clamp(49px, 4.4vw, 72px);
    line-height: 1.01;
    letter-spacing: -.038em;
    font-weight: 590;
}

.zn26-title-accent {
    color: #C4D3C8;
}

.zn26-description {
    max-width: 570px;
    margin: 0 0 35px;

    color: var(--text-soft);
    font-size: 19px;
    line-height: 1.62;
    font-weight: 400;
}

.zn26-description strong {
    color: #FFFFFF;
    font-weight: 650;
}


/* =========================================================
   CTA
   ========================================================= */

.zn26-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.zn26-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    min-height: 59px;
    padding: 0 29px;

    border-radius: 8px;

    background: var(--cream);
    color: var(--green-dark) !important;

    font-size: 17px;
    line-height: 1;
    font-weight: 700;

    text-decoration: none !important;

    box-shadow: 0 15px 35px rgba(0,0,0,.13);

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        background .2s ease;
}

.zn26-button:hover {
    background: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 19px 42px rgba(0,0,0,.18);
}

.zn26-arrow {
    font-size: 21px;
    line-height: 1;
    transition: transform .2s ease;
}

.zn26-button:hover .zn26-arrow {
    transform: translateX(4px);
}

.zn26-included {
    margin: 23px 0 0;

    color: rgba(255,255,255,.72);
    font-size: 14px;
    line-height: 1.5;
}

.zn26-included strong {
    color: #FFFFFF;
    font-weight: 650;
}


/* =========================================================
   JOBB OLDALI TERMÉKTÉR
   ========================================================= */

.zn26-product-area {
    position: relative;
    min-height: 600px;

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

.zn26-product-blob {
    position: absolute;
    z-index: 0;

    width: 600px;
    height: 510px;

    border-radius: 49% 51% 56% 44% / 42% 45% 55% 58%;

    background: rgba(240,244,239,.10);

    transform: rotate(-8deg);
}


/* =========================================================
   VALÓDI TERMÉKKÉPEK
   ========================================================= */

.zn26-calendar-wrap {
    position: relative;
    z-index: 4;

    width: min(100%, 720px);

    transform:
        perspective(1400px)
        rotateY(-3deg)
        rotateZ(-1.2deg);

    transform-origin: center center;
}

.zn26-real-calendar {
    position: relative;
    z-index: 3;

    display: block;
    width: 100%;
    height: auto;

    border-radius: 4px;

    box-shadow:
        0 42px 82px rgba(0,0,0,.27),
        0 9px 24px rgba(0,0,0,.14);

    transition:
        transform .35s ease,
        box-shadow .35s ease;
}

.zn26-calendar-wrap:hover .zn26-real-calendar {
    transform: translateY(-4px);

    box-shadow:
        0 48px 90px rgba(0,0,0,.30),
        0 12px 28px rgba(0,0,0,.16);
}

.zn26-real-word {
    position: absolute;
    z-index: 8;

    width: 195px;
    height: auto;

    right: -18px;
    bottom: -75px;

    display: block;

    border-radius: 5px;

    box-shadow:
        0 25px 52px rgba(0,0,0,.28),
        0 6px 18px rgba(0,0,0,.13);

    transform: rotate(4.5deg);

    transition: transform .3s ease;
}

.zn26-real-word:hover {
    transform:
        rotate(2deg)
        translateY(-4px);
}

.zn26-bonus-badge {
    position: absolute;
    z-index: 10;

    right: 112px;
    bottom: -28px;

    padding: 7px 12px;

    border-radius: 100px;

    background: #F7F5EF;
    color: #214E3B;

    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .075em;
    text-transform: uppercase;

    box-shadow: 0 8px 20px rgba(0,0,0,.15);

    transform: rotate(-2deg);
}


/* =========================================================
   EUKALIPTUSZ SVG DEKOR
   ========================================================= */

.zn26-euca {
    position: absolute;
    z-index: 1;

    pointer-events: none;

    fill: none;
    stroke: #B7C8BC;
}

.zn26-euca-top {
    width: 390px;
    height: 470px;

    right: -85px;
    top: -105px;

    opacity: .19;

    transform: rotate(-12deg);
}

.zn26-euca-left {
    width: 300px;
    height: 370px;

    left: -125px;
    bottom: -130px;

    opacity: .10;

    transform: rotate(28deg);
}

.zn26-euca path {
    stroke-width: 2;
    stroke-linecap: round;
}

.zn26-euca ellipse {
    fill: rgba(183,200,188,.45);
    stroke: none;
}


/* =========================================================
   ALSÓ ÍVES ÁTMENET
   ========================================================= */

.zn26-curve {
    position: absolute;
    z-index: 10;

    left: 50%;
    bottom: -87px;

    width: 120%;
    height: 150px;

    border-radius: 50% 50% 0 0;

    background: var(--cream);

    transform: translateX(-50%);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1100px) {

    .zn26-hero-inner {
        width: min(100% - 52px, 1080px);
        min-height: 700px;

        padding: 70px 0 120px;

        grid-template-columns: .9fr 1.1fr;
        gap: 42px;
    }

    .zn26-title {
        font-size: clamp(43px,5vw,58px);
    }

    .zn26-description {
        font-size: 17px;
    }

    .zn26-product-area {
        min-height: 510px;
    }

    .zn26-calendar-wrap {
        width: min(100%, 620px);
    }

    .zn26-real-word {
        width: 170px;
        right: -5px;
        bottom: -62px;
    }

    .zn26-bonus-badge {
        right: 100px;
        bottom: -23px;
    }
}


/* =========================================================
   MOBIL
   ========================================================= */

@media (max-width: 767px) {

    .zn26-hero-inner {
        width: calc(100% - 36px);
        min-height: 0;

        padding: 48px 0 125px;

        display: flex;
        flex-direction: column;

        gap: 52px;
    }

    .zn26-copy {
        max-width: 100%;
    }

    .zn26-eyebrow {
        margin-bottom: 18px;

        font-size: 12px;
        letter-spacing: .065em;
    }

    .zn26-title {
        margin-bottom: 22px;

        font-size: clamp(39px,11vw,48px);
        line-height: 1.03;
    }

    .zn26-description {
        margin-bottom: 29px;

        font-size: 17px;
        line-height: 1.55;
    }

    .zn26-button {
        width: 100%;
        min-height: 58px;
    }

    .zn26-included {
        margin-top: 18px;

        text-align: center;
        font-size: 13px;
    }

    .zn26-product-area {
        width: 100%;
        min-height: 350px;

        padding-bottom: 80px;
    }

    .zn26-product-blob {
        width: 105%;
        height: 320px;
    }

    .zn26-calendar-wrap {
        width: 100%;

        transform:
            perspective(1000px)
            rotateY(-1deg)
            rotateZ(-.5deg);
    }

    .zn26-real-calendar {
        width: 100%;
    }

    .zn26-real-word {
        width: 125px;

        right: 3px;
        bottom: -66px;

        transform: rotate(4deg);
    }

    .zn26-bonus-badge {
        right: 78px;
        bottom: -28px;

        padding: 6px 9px;

        font-size: 9px;
    }

    .zn26-euca-top {
        width: 260px;
        height: 340px;

        right: -125px;
        top: -95px;
    }

    .zn26-euca-left {
        display: none;
    }

    .zn26-curve {
        bottom: -67px;

        width: 150%;
        height: 115px;
    }
}
