/* ==========================================================
   euDIÁKOK - Kapcsolat redesign
   Minden új stílus plus_ prefixet kapott, hogy a régi oldal
   Bootstrap/CSS szabályai ne ütközzenek vele.
   ========================================================== */

.plus_contact_page,
.plus_contact_page * {
    box-sizing: border-box;
}

.plus_contact_page {
    max-width: 1380px;
    margin: 0 auto;
    padding: 28px 15px 60px;
    color: #17365d;
    font-size: 16px;
    line-height: 1.5;
}

.plus_contact_page a {
    color: #087ff5;
    text-decoration: none;
}

.plus_contact_page a:hover,
.plus_contact_page a:focus {
    color: #005fc4;
    text-decoration: none;
}

.plus_h2 {
    margin: 0;
    color: #17365d;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
}

.plus_h3 {
    margin: 0 0 5px;
    color: #17365d;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
}

.plus_intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
    padding: 18px 22px;
    background: linear-gradient(135deg, #f8fbff 0%, #eef7ff 100%);
    border: 1px solid #e1eefb;
    border-radius: 16px;
}

.plus_intro_text {
    margin: 0;
    color: #3e5872;
    font-size: 17px;
}

.plus_intro_text a {
    font-weight: 700;
}

.plus_intro_badge {
    flex: 0 0 auto;
    padding: 8px 13px;
    background: #ffffff;
    border: 1px solid #d9eaf9;
    border-radius: 999px;
    color: #087ff5;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.plus_layout {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.plus_main {
    min-width: 0;
    flex: 1 1 66.666%;
}

.plus_sidebar {
    min-width: 0;
    flex: 0 0 36%;
}

.plus_card {
    margin-bottom: 20px;
    padding: 22px;
    background: #ffffff;
    border: 1px solid #e3ebf3;
    border-radius: 18px;
    box-shadow: 0 7px 24px rgba(21, 59, 94, 0.07);
}

.plus_card_header {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.plus_card_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-right: 12px;
    border-radius: 50%;
    background: #087ff5;
    color: #ffffff;
    flex: 0 0 auto;
}

.plus_card_icon svg,
.plus_action_icon svg,
.plus_important_icon svg {
    display: block;
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.plus_card_icon_red {
    background: #f13f5d;
}

.plus_card_icon_green {
    background: #15976d;
}

.plus_info_list {
    overflow: hidden;
    border: 1px solid #edf1f5;
    border-radius: 12px;
}

.plus_info_row {
    display: flex;
    align-items: center;
    min-height: 62px;
    padding: 12px 14px;
    background: #ffffff;
    border-bottom: 1px solid #edf1f5;
}

.plus_info_row:last-child {
    border-bottom: 0;
}

.plus_info_row:hover {
    background: #f8fbff;
}

.plus_info_label {
    width: 36%;
    padding-right: 18px;
    color: #17365d;
    font-weight: 700;
}

.plus_info_value {
    width: 64%;
    color: #294967;
}

.plus_info_value strong {
    color: #17365d;
}

.plus_info_value small {
    display: block;
    margin-top: 2px;
    color: #728398;
}

.plus_closed {
    display: inline-block;
    padding: 5px 12px;
    background: #ffe8ec;
    border-radius: 999px;
    color: #e32747;
    font-weight: 700;
}

.plus_help {
    background: linear-gradient(145deg, #eef8ff 0%, #dcefff 100%);
    border-color: #d7ebfc;
}

.plus_help p {
    margin: 0 0 8px;
    color: #38546f;
    font-size: 16px;
}

.plus_phone_button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 18px;
    padding: 16px 18px;
    background: #087ff5;
    border-radius: 12px;
    color: #ffffff !important;
    font-size: 20px;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(8, 127, 245, 0.20);
    transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.plus_phone_button:hover,
.plus_phone_button:focus {
    background: #006dde;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(8, 127, 245, 0.26);
}

.plus_phone_button_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255,255,255,.16);
    font-size: 15px;
}

.plus_actions {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
}

.plus_action {
    position: relative;
    display: block;
    min-width: 0;
    min-height: 156px;
    padding: 18px 18px 42px;
    flex: 1 1 50%;
    background: #ffffff;
    border: 1px solid #e3ebf3;
    border-radius: 16px;
    color: #17365d !important;
    box-shadow: 0 5px 18px rgba(21, 59, 94, 0.06);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.plus_action:hover,
.plus_action:focus {
    border-color: #b5d9fb;
    box-shadow: 0 8px 25px rgba(21, 59, 94, 0.11);
    transform: translateY(-2px);
}

.plus_action_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-bottom: 12px;
    border-radius: 50%;
    background: #e8f4ff;
    color: #087ff5;
}

.plus_action_icon_red {
    background: #fff0f3;
    color: #f13f5d;
}

.plus_action_title {
    display: block;
    margin-bottom: 6px;
    color: #17365d;
    font-size: 17px;
    font-weight: 700;
}

.plus_action_text {
    display: block;
    color: #64798d;
    font-size: 14px;
    line-height: 1.45;
}

.plus_action_arrow {
    position: absolute;
    right: 16px;
    bottom: 12px;
    color: #087ff5;
    font-size: 20px;
    font-weight: 700;
}

.plus_map_address {
    margin: -4px 0 14px 54px;
    color: #536b82;
}

.plus_map {
    overflow: hidden;
    border-radius: 14px;
}

.plus_map iframe {
    display: block;
    width: 100%;
    height: 260px;
    border: 0;
}

.plus_map_link {
    display: inline-block;
    margin-top: 12px;
    font-weight: 700;
}

.plus_important {
    display: flex;
    align-items: flex-start;
    margin: 2px 0 34px;
    padding: 22px;
    background: linear-gradient(135deg, #edfdf7 0%, #f7fffb 100%);
    border: 1px solid #d9f3e9;
    border-radius: 18px;
}

.plus_important_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-right: 16px;
    background: #15976d;
    border-radius: 50%;
    color: #ffffff;
    flex: 0 0 auto;
}

.plus_important_body {
    min-width: 0;
    flex: 1 1 auto;
}

.plus_important_body p {
    margin: 7px 0 0;
    color: #41605b;
    font-size: 14px;
    line-height: 1.6;
}

.plus_team {
    padding-top: 4px;
}

.plus_team_intro {
    margin-bottom: 22px;
}

.plus_team_intro p {
    margin: 7px 0 0;
    color: #667d91;
    font-size: 16px;
}

.plus_team_grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.plus_team_item {
    width: 25%;
    padding: 0 10px 20px;
}

.plus_team_card {
    height: 100%;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e3ebf3;
    border-radius: 16px;
    box-shadow: 0 5px 20px rgba(21, 59, 94, 0.06);
    transition: transform .2s ease, box-shadow .2s ease;
}

.plus_team_card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(21, 59, 94, 0.11);
}

.plus_team_card img {
    display: block;
    width: 100%;
    height: 255px;
    object-fit: cover;
    object-position: center top;
}

.plus_team_content {
    padding: 15px;
}

.plus_team_role {
    min-height: 42px;
    margin: 0 0 10px;
    color: #6c8094;
    font-size: 14px;
    line-height: 1.45;
}

.plus_team_email {
    display: block;
    color: #087ff5;
    font-size: 13px;
    line-height: 1.4;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.plus_leaders_note {
    display: inline-block;
    margin-bottom: 14px;
    padding: 6px 11px;
    background: #eef7ff;
    border-radius: 999px;
    color: #087ff5;
    font-size: 12px;
    font-weight: 700;
}

@media (max-width: 1000px) {
    .plus_contact_page {
        max-width: 920px;
    }

    .plus_layout {
        display: block;
    }

    .plus_main,
    .plus_sidebar {
        width: 100%;
    }

    .plus_actions {
        margin-bottom: 20px;
    }

    .plus_team_item {
        width: 33.333%;
    }
}

@media (max-width: 767px) {
    .plus_contact_page {
        padding: 16px 12px 40px;
        font-size: 15px;
    }

    .plus_intro {
        display: block;
        padding: 16px;
    }

    .plus_intro_badge {
        display: inline-block;
        margin-top: 12px;
    }

    .plus_h2 {
        font-size: 21px;
    }

    .plus_card {
        padding: 16px;
        border-radius: 14px;
    }

    .plus_info_row {
        display: block;
        padding: 13px;
    }

    .plus_info_label,
    .plus_info_value {
        width: 100%;
    }

    .plus_info_label {
        margin-bottom: 4px;
        padding-right: 0;
    }

    .plus_phone_button {
        font-size: 18px;
    }

    .plus_map_address {
        margin-left: 0;
    }

    .plus_important {
        display: block;
    }

    .plus_important_icon {
        margin: 0 0 12px;
    }

    .plus_team_item {
        width: 50%;
    }

    .plus_team_card img {
        height: 230px;
    }
}

@media (max-width: 520px) {
    .plus_actions {
        display: block;
    }

    .plus_action {
        min-height: 0;
        margin-bottom: 12px;
        padding-bottom: 42px;
    }

    .plus_team_item {
        width: 100%;
    }

    .plus_team_card img {
        height: auto;
    }
}