
/* =========================================================
   ZSONGODA – PLAKÁTNAPTÁR 2026–27
   08 – AJÁNLAT / ÁR / CTA
   ========================================================= */

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

.zn26-offer {
    --green: #214E3B;
    --green-dark: #173B2D;
    --eucalyptus: #819C8D;
    --sage: #B8C7BB;
    --sage-light: #E8EFEA;
    --cream: #F7F5EF;
    --cream-light: #FCFBF7;
    --text: #555555;
    --line: rgba(33,78,59,.13);

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

    padding: 115px 0 120px;

    background:
        radial-gradient(
            circle at 92% 8%,
            rgba(184,199,187,.18) 0,
            rgba(184,199,187,0) 25%
        ),
        var(--cream);

    font-family: Aptos, "Segoe UI", Arial, sans-serif;
    color: var(--text);
}


/* =========================================================
   FEJLÉC
   ========================================================= */

.zn26-offer-header {
    position: relative;
    z-index: 5;

    width: min(920px, calc(100% - 40px));
    margin: 0 auto 65px;

    text-align: center;
}

.zn26-offer-kicker {
    margin: 0 0 17px;

    color: var(--eucalyptus);

    font-size: 14px;
    line-height: 1.3;
    font-weight: 750;

    letter-spacing: .09em;
    text-transform: uppercase;
}

.zn26-offer-title {
    margin: 0 0 22px;

    color: var(--green-dark);

    font-size: clamp(42px,3.8vw,60px);
    line-height: 1.08;

    letter-spacing: -.032em;

    font-weight: 580;
}

.zn26-offer-title span {
    color: var(--eucalyptus);
}

.zn26-offer-lead {
    max-width: 700px;
    margin: 0 auto;

    color: var(--text);

    font-size: 18px;
    line-height: 1.62;
}


/* =========================================================
   AJÁNLATKÁRTYA
   ========================================================= */

.zn26-offer-card {
    position: relative;
    z-index: 5;

    width: min(1180px, calc(100% - 60px));
    margin: 0 auto;

    display: grid;
    grid-template-columns: .95fr 1.05fr;

    overflow: hidden;

    border: 1px solid rgba(33,78,59,.10);
    border-radius: 22px;

    background: #FFFFFF;

    box-shadow:
        0 30px 75px rgba(38,65,51,.12),
        0 6px 20px rgba(38,65,51,.05);
}


/* =========================================================
   BAL OLDAL – TERMÉKEK
   ========================================================= */

.zn26-offer-visual {
    position: relative;

    min-height: 610px;

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

    padding: 60px 45px;

    background:
        radial-gradient(
            circle at 52% 45%,
            rgba(255,255,255,.85) 0,
            rgba(255,255,255,0) 58%
        ),
        linear-gradient(
            145deg,
            #E7EFE8 0%,
            #F2F5F0 100%
        );
}

.zn26-offer-blob {
    position: absolute;

    width: 420px;
    height: 360px;

    border-radius:
        47% 53% 58% 42% /
        44% 58% 42% 56%;

    background: rgba(129,156,141,.14);

    transform: rotate(-7deg);
}


/* naptár */

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

    display: block;

    width: min(100%, 520px);
    height: auto;

    border-radius: 4px;

    box-shadow:
        0 32px 65px rgba(39,67,52,.19),
        0 7px 20px rgba(39,67,52,.08);

    transform:
        perspective(1300px)
        rotateY(3deg)
        rotateZ(-2deg);
}


/* Word dokumentum */

.zn26-offer-word {
    position: absolute;
    z-index: 5;

    width: 145px;
    height: auto;

    right: 40px;
    bottom: 60px;

    border-radius: 5px;

    box-shadow:
        0 24px 48px rgba(39,67,52,.22),
        0 5px 15px rgba(39,67,52,.09);

    transform: rotate(5deg);

    filter: blur(.35px);
}


/* bónusz jelölés */

.zn26-offer-bonus {
    position: absolute;
    z-index: 7;

    right: 125px;
    bottom: 52px;

    padding: 8px 13px;

    border-radius: 100px;

    background: var(--green);
    color: #FFFFFF;

    font-size: 10px;
    line-height: 1;

    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;

    box-shadow: 0 8px 20px rgba(39,67,52,.14);
}


/* =========================================================
   JOBB OLDAL – AJÁNLAT
   ========================================================= */

.zn26-offer-copy {
    padding: 68px 65px 62px;
}

.zn26-offer-product-name {
    margin: 0 0 9px;

    color: var(--green);

    font-size: 14px;
    line-height: 1.3;
    font-weight: 750;

    letter-spacing: .075em;
    text-transform: uppercase;
}

.zn26-offer-copy h3 {
    margin: 0 0 29px;

    color: var(--green-dark);

    font-size: clamp(30px,2.7vw,42px);
    line-height: 1.14;

    letter-spacing: -.025em;

    font-weight: 600;
}


/* =========================================================
   MIT KAPSZ
   ========================================================= */

.zn26-offer-list {
    margin: 0 0 34px;
    padding: 0;

    list-style: none;
}

.zn26-offer-item {
    position: relative;

    padding: 17px 0 17px 43px;

    border-top: 1px solid var(--line);
}

.zn26-offer-item:last-child {
    border-bottom: 1px solid var(--line);
}

.zn26-offer-check {
    position: absolute;

    left: 0;
    top: 17px;

    width: 27px;
    height: 27px;

    display: grid;
    place-items: center;

    border-radius: 50%;

    background: var(--sage-light);
    color: var(--green);

    font-size: 13px;
    font-weight: 800;
}

.zn26-offer-item strong {
    display: block;

    margin-bottom: 3px;

    color: var(--green-dark);

    font-size: 16px;
    line-height: 1.4;

    font-weight: 700;
}

.zn26-offer-item span:not(.zn26-offer-check) {
    display: block;

    color: #686F6B;

    font-size: 14px;
    line-height: 1.48;
}


/* =========================================================
   ÁR
   ========================================================= */

.zn26-offer-price-area {
    margin-top: 35px;
}

.zn26-offer-price-label {
    display: block;

    margin-bottom: 5px;

    color: #737A76;

    font-size: 13px;
    line-height: 1.3;
}

.zn26-offer-price {
    display: flex;
    align-items: baseline;
    gap: 9px;

    margin-bottom: 27px;

    color: var(--green-dark);
}

.zn26-offer-price strong {
    font-size: clamp(42px,4vw,58px);
    line-height: 1;

    letter-spacing: -.035em;

    font-weight: 680;
}

.zn26-offer-price span {
    font-size: 19px;
    font-weight: 650;
}


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

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

    width: 100%;
    min-height: 62px;

    padding: 0 25px;

    border-radius: 9px;

    background: var(--green);
    color: #FFFFFF !important;

    text-decoration: none !important;

    font-size: 18px;
    line-height: 1;

    font-weight: 720;

    box-shadow: 0 15px 32px rgba(33,78,59,.18);

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

.zn26-offer-button:hover {
    background: var(--green-dark);

    transform: translateY(-2px);

    box-shadow: 0 19px 39px rgba(33,78,59,.23);
}

.zn26-offer-arrow {
    font-size: 21px;

    transition: transform .2s ease;
}

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


/* =========================================================
   CTA ALATTI BIZTONSÁGI SOR
   ========================================================= */

.zn26-offer-after {
    margin-top: 18px;

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

    gap: 8px 18px;

    color: #737A76;

    font-size: 12px;
    line-height: 1.4;
}

.zn26-offer-after span {
    position: relative;
}

.zn26-offer-after span:not(:last-child)::after {
    content: "•";

    position: absolute;

    right: -12px;

    color: var(--sage);
}


/* =========================================================
   ALSÓ ÜZENET
   ========================================================= */

.zn26-offer-bottom {
    position: relative;
    z-index: 5;

    width: min(850px, calc(100% - 40px));

    margin: 55px auto 0;

    text-align: center;
}

.zn26-offer-bottom p {
    margin: 0;

    color: var(--green-dark);

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

.zn26-offer-bottom strong {
    color: var(--green);

    font-weight: 720;
}


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

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

    right: -130px;
    top: -110px;

    width: 360px;
    height: 440px;

    opacity: .10;

    pointer-events: none;
}

.zn26-offer-euca path {
    fill: none;

    stroke: #6F917C;
    stroke-width: 2;
    stroke-linecap: round;
}

.zn26-offer-euca ellipse {
    fill: rgba(129,156,141,.48);
}


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

@media (max-width: 1050px) {

    .zn26-offer {
        padding: 95px 0 100px;
    }

    .zn26-offer-card {
        width: min(100% - 50px, 980px);

        grid-template-columns: .9fr 1.1fr;
    }

    .zn26-offer-visual {
        min-height: 540px;

        padding: 45px 30px;
    }

    .zn26-offer-copy {
        padding: 55px 45px;
    }

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

        right: 25px;
        bottom: 55px;
    }

    .zn26-offer-bonus {
        right: 90px;
    }

}


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

@media (max-width: 767px) {

    .zn26-offer {
        padding: 75px 0 70px;
    }

    .zn26-offer-header {
        width: calc(100% - 36px);

        margin-bottom: 50px;
    }

    .zn26-offer-kicker {
        margin-bottom: 14px;

        font-size: 12px;
    }

    .zn26-offer-title {
        margin-bottom: 20px;

        font-size: clamp(34px,9.5vw,43px);
    }

    .zn26-offer-lead {
        font-size: 17px;
        line-height: 1.56;
    }

    .zn26-offer-card {
        width: calc(100% - 36px);

        display: flex;
        flex-direction: column;

        border-radius: 16px;
    }

    .zn26-offer-visual {
        min-height: 380px;

        padding: 48px 25px 75px;
    }

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

    .zn26-offer-word {
        width: 105px;

        right: 20px;
        bottom: 32px;
    }

    .zn26-offer-bonus {
        right: 75px;
        bottom: 28px;

        padding: 6px 9px;

        font-size: 8px;
    }

    .zn26-offer-copy {
        padding: 43px 27px 38px;
    }

    .zn26-offer-product-name {
        font-size: 12px;
    }

    .zn26-offer-copy h3 {
        font-size: 29px;
    }

    .zn26-offer-price {
        margin-bottom: 24px;
    }

    .zn26-offer-price strong {
        font-size: 48px;
    }

    .zn26-offer-button {
        min-height: 60px;

        font-size: 17px;
    }

    .zn26-offer-after {
        display: block;

        text-align: center;
        line-height: 1.8;
    }

    .zn26-offer-after span {
        display: block;
    }

    .zn26-offer-after span::after {
        display: none;
    }

    .zn26-offer-bottom {
        width: calc(100% - 36px);

        margin-top: 45px;
    }

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

}
