.noveny-univerzum {
    display: flex;
    flex-direction: column;
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    letter-spacing: 0;
    margin-top: 0px;
    overflow: hidden;
}
.noveny-univerzum-head {
    width: 100%;
    text-align: center;
    padding: 15px;
}
.noveny-univerzum-head h2 {
    margin: 0 auto;
    max-width: 900px;
    text-transform: uppercase;
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    font-weight: 700;
    font-size: clamp(1.75rem, 3vw, 3rem);
    line-height: 1.2;
    color: #083428;
}
.noveny-univerzum-head small {
    display: block;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 47px;
    color: #2f2f2f;
}
.noveny-univerzum-body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 15px 0px;
    padding-bottom: 100px;
}
.noveny-univerzum-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    color: #2f2f2f;
    text-align: left;
}
.noveny-univerzum-item > div {
    display: flex;
    flex-direction: row;
    text-align: left;
}
.noveny-univerzum-item > img {
    border-radius: 15px;
}
.noveny-univerzum-item > .title {
    color: #083428;
    font-family: "Plus Jakarta Sans";
    font-size: 58px;
    font-style: normal;
    font-weight: 500;
    line-height: 70px; /* 120.69% */
    letter-spacing: -2px;
}
.middle-header {
    position: relative;
    width: 100%;
    height: 600px;

    /* háttérszín */
    background-color: rgb(9, 64, 71);

    /* kép */
    background-image: url("/img/partners/header_middle.png");
    background-repeat: no-repeat;
    background-position: right center; /* JOBB szél + középre igazítva */
    background-size: auto 100%; /* magasság kitölt, arány tartva */
    display: flex;
    align-items: center;
    justify-content: center;
}

.middle-header-body {
    width: 60%;
    margin: 0 auto;
}
.middle-header-body p {
    color: #fff;
    font-family: "Plus Jakarta Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%; /* 81.6px */
    letter-spacing: -2px;
}
.elvaras {
    position: relative;
    background: rgba(199, 232, 184, 0.44);
    width: 100%;
}
.elvaras-svg {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: auto;
    opacity: 0.5;
}
.elvaras-body {
    width: 80%;
    margin: 0 auto;
    padding: 50px;
}
.elvaras-body p {
    color: #000;
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    font-style: normal;
    line-height: 155%;
    letter-spacing: -0.072px;
    padding: 20px;
}
.elvaras-body h2,
.csatlakozz h2 {
    color: #083428;
    font-family: "Plus Jakarta Sans";
    font-size: 58px;
    font-style: normal;
    font-weight: 500;
    line-height: 70px;
    letter-spacing: -2px;
}
.csatlakozz {
    width: 60%;
    margin: 0 auto;
    padding: 50px 0px 100px 0px;
}
.csatlakozz h2 {
    text-align: center;
    padding: 50px 0px 20px 0px;
}
.csatlakozz p {
    text-align: left;
    padding: 10px 0px 40px 0px;

    color: #2f2f2f;
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 28.8px */
}
.w-90 {
    width: 90% !important;
    margin: 0 auto;
}
.mt-10 {
    margin: 10px !important;
}
.mt-20 {
    margin: 20px !important;
}
.noveny-univerzum-faq {
    max-width: 960px;
    margin: 40px auto 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    display: flex !important;
    flex-direction: column !important;
}

/* egy FAQ blokk */
.faq-item {
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

/* felső sor – kattintható cím */
.faq-question {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: left;
    cursor: pointer;
    color: #2f2f2f;
    font-size: 1.05rem;
    font-weight: 600;
}

/* sorszám */
.faq-index {
    color: #ef7417;
    font-weight: 700;
}

/* cím szöveg */
.faq-title {
    flex: 1 1 auto;
}

/* ikon konténer (nyíl) */
.faq-icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* lenyíló tartalom */
.faq-content {
    padding: 0 20px 16px 52px; /* kicsit beljebb, hogy a szám alá essen */
    font-size: 0.98rem;
    line-height: 1.6;
    color: #2f2f2f;
}

/* kis spacing a paragrafusok között */
.faq-content p + p {
    margin-top: 8px;
}

/* hover state a kérdésre */
.faq-question:hover {
    background: rgba(239, 116, 23, 0.04);
}

/* mobil finomhangolás */
@media (max-width: 640px) {
}

/* mobil layout */
@media (max-width: 768px) {
    .csatlakozz {
        width: 100%;
        padding: 20px 15px;
    }
    .middle-header {
        position: relative;
        width: 100%;
        height: 400px;

        /* háttérszín */
        background-color: rgb(9, 64, 71);

        /* kép */
        background-image: url("/img/partners/header_middle_mobile.png");
        background-repeat: no-repeat;
        background-position: right center; /* JOBB szél + középre igazítva */
        background-size: auto 100%; /* magasság kitölt, arány tartva */
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .middle-header-body {
        width: 80%;
        margin: 0 auto;
    }
    .middle-header-body p {
        color: #fff;
        font-family: "Plus Jakarta Sans";
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 170%; /* 81.6px */
        letter-spacing: -1px;
    }
    .elvaras-body {
        width: 100%;
        margin: 0 auto;
        padding: 10px;
    }
    .elvaras-body h2 {
        font-size: 36px;
        line-height: 40px;
        padding: 30px 0px;
        text-align: center;
    }
    .elvaras-body p {
        font-size: 18px;
        padding: 10px;
    }
    .elvaras-svg {
        width: 160px;
    }
    .noveny-univerzum-faq {
        margin-top: 24px;
        padding-inline: 8px;
    }
    .noveny-univerzum-item > .title {
        color: #083428;
        font-family: "Plus Jakarta Sans";
        font-size: 32px;
        text-align: center;
    }
    .faq-question {
        padding: 14px 16px;
        font-size: 0.98rem;
    }

    .faq-content {
        padding: 0 16px 14px 42px;
        font-size: 0.95rem;
    }
    .noveny-univerzum-body {
        grid-template-columns: 1fr;
    }
    .noveny-univerzum-item {
        padding: 5px;
    }
    .noveny-univerzum-item > p {
        font-size: 16px;
        padding: 5px;
    }
    .img-text {
        font-size: 14px;
        padding: 5px;
    }
    .noveny-univerzum-item > img {
        padding: 5px 15px;
    }
}
