main {
    padding: 123px 0 0;
}

/* ---------------- Хлібні крихти / HERO ---------------- */

.breadcrumbs {
    display: flex;
    gap: 8px;
    margin-bottom: 57px;
    align-items: center;
}

.breadcrumbs a {
    color: #FD7805;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration-line: underline;
    transition: opacity .5s ease;
}

.breadcrumbs a:hover {
    opacity: .5;
}

.breadcrumbs span {
    color: #72737F;
    font-size: 14px;
    font-weight: 400;
}

.top_box {
    display: flex;
    gap: 33px;
    margin-bottom: 32px;
}

.top_left h1 {
    color: #050506;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    /* border-bottom: 1px solid #FD7805; */
}

.top_left p {
    color: #252529;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 20px;
}

.top_right {
    border-radius: 12px;
    max-width: 49%;
    display: block;
}

/* ---------------- Третя секція (якщо використовується) ---------------- */

.third_section {
    margin: 32px 0 45px;
}

.third_section h2 {
    color: #050506;
    text-align: center;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 24px;
}

.third_section .items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 16px;
}

.third_section .item {
    padding: 28px 25px;
    border-radius: 6px;
    background: #FFF;
}

.third_section .item h3 {
    color: #050506;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
}

/* ---------------- Базові стилі тексту ---------------- */

.second_section p,
.third_section .item span,
.fourth_section p,
.fourth_section_box p {
    color: #252529;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 20px;
}

/* ---------------- СЕКЦІЇ СЛУЖБИ ПІДТРИМКИ ---------------- */

.support-sections {
    margin: 40px 0 24px;
}

/* Окрема секція */
.support-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px;
    padding: 40px 0;
    border-bottom: 1px solid #E2E3EB;
}

.support-section:first-child {
    border-top: 1px solid #E2E3EB;
}

/* Ліва колонка з текстом */
.support-section_content {
    max-width: 70%;
}

/* Заголовок секції – бренд */
.support-section_content h2 {
    color: #FD7805;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 12px;
    text-transform: uppercase;
}

/* Текст секцій (єдиний стиль) */
.support-section_text {
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #252529;
    font-weight: 400;
}

.support-section_text p {
    margin-bottom: 16px;
}

.support-section_text ul,
.support-section_text ol {
    margin: 16px 0 16px 22px;
    padding-left: 0;
}

.support-section_text li {
    margin-bottom: 8px;
    line-height: 22px;
}

.support-section_text li::marker {
    font-size: 16px;
}

/* Маленькі підзаголовки всередині тексту */
.support-section_text h3,
.support-section_text h4 {
    margin: 20px 0 10px;
    font-size: 18px;
    font-weight: 700;
    color: #FD7805;
}

/* Права колонка (картинка + кнопка) */
.support-section_image {
    text-align: center;
}

.support-section_image img {
    max-width: 260px;
    width: 100%;
    border-radius: 8px;
    display: block;
    margin: 0 auto 12px;
}

/* Кнопка під фото — у стилі бейджа СП */
.support-section_btn {
    display: inline-flex;
    padding: 8px 18px;
    border-radius: 20px;
    background: #FD7805;
    color: #000;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    transition: background .2s ease, color .2s ease, transform .1s ease;
    box-shadow: 0 2px 8px rgba(253, 120, 5, 0.25);
}

.support-section_btn:hover {
    background: #e86e04;
    color: #fff;
    transform: translateY(-1px);
}

/* Адаптив секцій СП */
@media screen and (max-width: 900px) {
    .support-section {
        flex-direction: column;
    }

    .support-section_content {
        max-width: 100%;
    }

    .support-section_image img {
        max-width: 100%;
    }
}

/* ---------------- БЛОК ДОСТУПУ ДЛЯ НЕ-РЕЗИДЕНТІВ ---------------- */

.support-access-box {
    margin: 20px auto 0;
    max-width: 560px;
    padding: 28px 32px;
    background: #FFF4E8;
    border: 1px solid #FD7805;
    border-radius: 10px;
    text-align: center;
    box-sizing: border-box;
}

.support-access-box h2 {
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #050506;
    margin-bottom: 12px;
}

.support-access-box p {
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    color: #252529;
    margin-bottom: 22px;
    line-height: 22px;
}

/* Кнопка "Увійти" */
.support-access-btn {
    display: inline-flex;
    padding: 12px 26px;
    border-radius: 25px;
    background: #FD7805;
    color: #FFF;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .2s ease;
    box-shadow: 0 2px 8px rgba(253, 120, 5, 0.28);
}

.support-access-btn:hover {
    background: #e46e04;
    transform: translateY(-1px);
}

/* Адаптив доступу */
@media screen and (max-width: 600px) {
    .support-access-box {
        padding: 22px 18px;
    }

    .support-access-box h2 {
        font-size: 20px;
    }

    .support-access-box p {
        font-size: 15px;
    }

    .support-access-btn {
        width: 100%;
        padding: 12px;
    }
}

/* ---------------- ФОРМА ЗАЯВКИ ДО СП ---------------- */

html {
    scroll-behavior: smooth;
}

/* загальний блок форми */
#support-form {
    margin-top: 0;
    padding: 40px 0 80px;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Контейнер форми */
#support-form .form_boxes {
    max-width: 760px;
    margin: 0 auto;
    padding: 40px 48px 48px;
    border-radius: 16px;
    background: #F4F4F7;
    box-shadow: 0 8px 24px rgba(5, 5, 6, 0.04);
}

/* Заголовок форми */
#support-form .form_boxes h2 {
    margin: 0 0 32px;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: rgba(206, 83, 0, 0.795)
}
#support-form .wpcf7-form p.is-required label::after {
    content: " *";
    color: #D92727;
    font-weight: 700;
}
#support-form .wpcf7-form label {
    font-weight: 700;
}

