.ilmi-help {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;

    background: #ff0f6a;
    padding: 40px 0 20px;
    margin-top: 0;

    /* ДОБАВЛЕНО: компенсируем нижний padding родителя */
    margin-bottom: -40px; /* число подбери = padding-bottom у внешнего контейнера */
}


.ilmi-help-inner {
    max-width: 620px;
    margin: 0 auto;
    text-align: center;
    color: #1b1d29;
    padding: 0 16px;            /* небольшой внутренний отступ, чтобы на мобиле не липло к краю */
}

/* заголовки */

.ilmi-help-title {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #ffffff;
}

.ilmi-help-subtitle {
    font-size: 16px;
    color: #ffe0f2;
    line-height: 1.5;
    margin-bottom: 26px;
}

/* карточка формы */

.ilmi-help-form {
    background: #ffffff;
    border-radius: 26px;
    padding: 26px 26px 20px;
    box-shadow: 0 18px 45px rgba(0,0,0,0.12);
    border: none;
}


/* поля */

.ilmi-help-field {
    margin-bottom: 10px;
}

.ilmi-help-field input {
    width: 100%;
    border-radius: 12px;
    border: 1px solid #d4d7e5;
    padding: 12px 14px;
    font-size: 15px;
    background: #f4f5fa;
    color: #1b1d29;
    outline: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s;
}

.ilmi-help-field input::placeholder {
    color: #a3a7ba;
}

.ilmi-help-field input:focus {
    background: #ffffff;
    border-color: #ff3ca6;
    box-shadow: 0 0 0 1px rgba(255, 60, 166, 0.45);
}

/* кнопка */

.ilmi-help-submit {
    width: 100%;
    margin-top: 8px;
    border: none;
    border-radius: 14px;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    background: #1b1d29;
    color: #ffffff;
    transition: background 0.15s ease, transform 0.1s ease,
                box-shadow 0.15s ease;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.35);
}

.ilmi-help-submit:hover {
    background: #252735;
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.45);
}

.ilmi-help-submit:active {
    transform: scale(0.97) translateY(1px);
}

/* подпись под кнопкой */

.ilmi-help-hint {
    margin-top: 14px;
    font-size: 11px;
    line-height: 1.5;
    color: #8a8da0;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 600px) {
    .ilmi-help {
        padding: 56px 14px 72px;
    }

    .ilmi-help-title {
        font-size: 22px;
    }

    .ilmi-help-subtitle {
        font-size: 15px;
    }

    .ilmi-help-form {
        padding: 22px 18px 18px;
        border-radius: 22px;
    }
}

@media (max-width: 420px) {
    .ilmi-help-title {
        font-size: 20px;
    }

    .ilmi-help-subtitle {
        font-size: 14.5px;
    }

    .ilmi-help-hint {
        font-size: 10.5px;
    }
}

/* intl-tel-input override to fit your design */
.iti {
    width: 100%;
}

.iti input {
    width: 100%;
    border-radius: 12px;
    border: 1px solid #d4d7e5;
    padding: 12px 14px 12px 52px;
    font-size: 15px;
    background: #f4f5fa;
    color: #1b1d29;
    outline: none;
    transition: 0.15s;
}

.iti input:focus {
    background: #fff;
    border-color: #ff3ca6;
    box-shadow: 0 0 0 1px rgba(255, 60, 166, 0.45);
}

/* dropdown alignment fix */
.iti--container {
    z-index: 999999 !important;
}
