
.ps24-lead-form-wrap {
    width: 100%;
    font-family: "Poppins", Arial, sans-serif;
}

.ps24-lead-form {
    display: flex;
    gap: 10px;
    width: 100%;
    max-width: 560px;
}

.ps24-lead-field {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
}

.ps24-lead-icon {
    position: absolute;
    top: 50%;
    left: 16px;
    width: 19px;
    height: 19px;
    transform: translateY(-50%);
    fill: none;
    stroke: #8b9ab0;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none;
}

.ps24-lead-input {
    width: 100%;
    min-height: 50px;
    padding: 12px 16px 12px 46px !important;
    border: 1px solid rgba(23, 110, 217, 0.28) !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: none !important;
    color: #19315b !important;
    font-family: "Poppins", Arial, sans-serif !important;
    font-size: 13.5px !important;
    outline: none;
}

.ps24-lead-input::placeholder {
    color: #8b9ab0;
    opacity: 1;
}

.ps24-lead-input:focus {
    border-color: #176ed9 !important;
    box-shadow: 0 0 0 3px rgba(23, 110, 217, 0.09) !important;
}

.ps24-lead-submit {
    flex: 0 0 auto;
    min-width: 106px;
    min-height: 50px;
    padding: 12px 22px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(90deg, #0f63dd 0%, #198fd9 100%);
    box-shadow: 0 10px 22px rgba(20, 101, 220, 0.18);
    color: #fff;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 13.5px;
    font-weight: 600;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease;
}

.ps24-lead-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(20, 101, 220, 0.24);
}

.ps24-lead-privacy {
    margin: 8px 0 0;
    color: #73839a;
    font-size: 10.5px;
    line-height: 1.5;
}

.ps24-lead-privacy a {
    color: #176ed9 !important;
    text-decoration: underline !important;
}

.ps24-lead-message {
    margin: 0 0 12px;
    padding: 11px 14px;
    border-radius: 12px;
    font-size: 12.5px;
    line-height: 1.5;
}

.ps24-lead-message.is-success {
    border: 1px solid rgba(30, 150, 100, 0.18);
    background: rgba(30, 150, 100, 0.08);
    color: #196b4a;
}

.ps24-lead-message.is-error {
    border: 1px solid rgba(205, 55, 70, 0.18);
    background: rgba(205, 55, 70, 0.07);
    color: #a02f3c;
}

@media screen and (max-width: 600px) {
    .ps24-lead-form {
        flex-direction: column;
        gap: 10px;
        max-width: none;
    }

    .ps24-lead-input,
    .ps24-lead-submit {
        min-height: 48px;
    }

    .ps24-lead-submit {
        width: 100%;
    }
}
