
/* =========================================================
   ZSONGODA – PLAKÁTNAPTÁR 2026–27
   07 – BIZALOM / ÓVODAPEDAGÓGUS SZEMMEL
   ========================================================= */

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

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

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

    padding: 115px 0 110px;

    background:
        radial-gradient(
            circle at 88% 18%,
            rgba(129,156,141,.13) 0,
            rgba(129,156,141,0) 28%
        ),
        linear-gradient(
            135deg,
            #EAF0EA 0%,
            #F2F5F0 52%,
            #E8EFEA 100%
        );

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


/* =========================================================
   FŐ ÁLLÍTÁS
   ========================================================= */

.zn26-trust-intro {
    position: relative;
    z-index: 5;

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

    text-align: center;
}

.zn26-trust-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-trust-title {
    max-width: 900px;
    margin: 0 auto 27px;

    color: var(--green-dark);

    font-size: clamp(42px,3.9vw,61px);
    line-height: 1.08;

    letter-spacing: -.032em;

    font-weight: 580;
}

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

.zn26-trust-lead {
    max-width: 790px;
    margin: 0 auto;

    color: var(--text);

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

.zn26-trust-lead strong {
    color: var(--green);
    font-weight: 700;
}


/* =========================================================
   NAGY SZEMÉLYES MONDAT
   ========================================================= */

.zn26-trust-quote {
    position: relative;
    z-index: 5;

    width: min(1160px, calc(100% - 60px));

    margin: 0 auto 75px;
    padding: 50px 65px;

    border-top: 1px solid rgba(33,78,59,.14);
    border-bottom: 1px solid rgba(33,78,59,.14);

    text-align: center;
}

.zn26-trust-quote-mark {
    display: block;

    height: 40px;
    margin-bottom: 13px;

    color: rgba(33,78,59,.22);

    font-family: Georgia, serif;
    font-size: 72px;
    line-height: .7;
}

.zn26-trust-quote p {
    max-width: 900px;
    margin: 0 auto;

    color: var(--green-dark);

    font-size: clamp(24px,2.2vw,34px);
    line-height: 1.45;

    font-weight: 520;
}

.zn26-trust-quote strong {
    color: var(--green);
    font-weight: 720;
}


/* =========================================================
   3 BIZALMI PONT
   ========================================================= */

.zn26-trust-grid {
    position: relative;
    z-index: 5;

    width: min(1240px, calc(100% - 80px));
    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.zn26-trust-item {
    position: relative;

    padding: 10px 50px 5px;

    text-align: center;
}

.zn26-trust-item:not(:last-child)::after {
    content: "";

    position: absolute;

    top: 5px;
    right: 0;

    width: 1px;
    height: 150px;

    background: var(--line);
}


/* ikon */

.zn26-trust-icon {
    width: 58px;
    height: 58px;

    margin: 0 auto 21px;

    display: grid;
    place-items: center;

    border-radius: 50%;

    background: rgba(255,255,255,.60);
    color: var(--green);

    box-shadow: 0 8px 24px rgba(38,65,51,.05);
}

.zn26-trust-icon svg {
    width: 29px;
    height: 29px;

    fill: none;
    stroke: currentColor;

    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* szöveg */

.zn26-trust-item h3 {
    margin: 0 0 10px;

    color: var(--green-dark);

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

    font-weight: 720;
}

.zn26-trust-item p {
    max-width: 320px;
    margin: 0 auto;

    color: #626A66;

    font-size: 15px;
    line-height: 1.58;
}


/* =========================================================
   ALSÓ MÁRKAJELZÉS
   ========================================================= */

.zn26-trust-brand {
    position: relative;
    z-index: 5;

    margin-top: 72px;

    text-align: center;
}

.zn26-trust-brand-main {
    display: block;

    margin-bottom: 6px;

    color: var(--green);

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

    font-weight: 700;
}

.zn26-trust-brand-slogan {
    display: block;

    color: var(--eucalyptus);

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

    letter-spacing: .07em;

    font-weight: 600;
}


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

.zn26-trust-ring {
    position: absolute;

    width: 430px;
    height: 430px;

    left: -250px;
    top: -220px;

    border: 1px solid rgba(33,78,59,.08);
    border-radius: 50%;
}

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

    right: -135px;
    bottom: -170px;

    width: 370px;
    height: 460px;

    opacity: .11;

    pointer-events: none;
}

.zn26-trust-euca path {
    fill: none;
    stroke: #6F917C;
    stroke-width: 2;
    stroke-linecap: round;
}

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


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

@media (max-width: 1050px) {

    .zn26-trust {
        padding: 95px 0;
    }

    .zn26-trust-grid {
        width: min(100% - 50px, 950px);
    }

    .zn26-trust-item {
        padding-left: 30px;
        padding-right: 30px;
    }

}


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

@media (max-width: 767px) {

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

    .zn26-trust-intro {
        width: calc(100% - 36px);

        margin-bottom: 52px;
    }

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

        font-size: 12px;
    }

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

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

    .zn26-trust-lead {
        font-size: 17px;
        line-height: 1.58;
    }

    .zn26-trust-quote {
        width: calc(100% - 36px);

        margin-bottom: 55px;
        padding: 38px 5px;
    }

    .zn26-trust-quote-mark {
        margin-bottom: 10px;

        font-size: 58px;
    }

    .zn26-trust-quote p {
        font-size: 23px;
        line-height: 1.45;
    }

    .zn26-trust-grid {
        width: calc(100% - 36px);

        display: block;
    }

    .zn26-trust-item {
        padding: 30px 0;

        text-align: left;

        display: grid;
        grid-template-columns: 55px 1fr;
        column-gap: 18px;
    }

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

    .zn26-trust-item::after {
        display: none !important;
    }

    .zn26-trust-icon {
        grid-row: 1 / span 2;

        width: 52px;
        height: 52px;

        margin: 0;
    }

    .zn26-trust-item h3 {
        margin-top: 3px;
        margin-bottom: 7px;

        font-size: 17px;
    }

    .zn26-trust-item p {
        max-width: none;
        margin: 0;

        font-size: 15px;
    }

    .zn26-trust-brand {
        margin-top: 52px;
    }

    .zn26-trust-euca,
    .zn26-trust-ring {
        display: none;
    }

}
