/* LucentrixPro.com-80 — hero-форма (фіолетово-синя тема) */

.hero__form .apx-lead {
    --apx-accent: #1877f2;
    --apx-bg: rgba(24, 119, 242, 0.1);
    --apx-text: #ffffff;
    --apx-muted: #8f8cb8;
    --apx-border: #1877f2;
    --apx-radius: 0;
    --apx-max: 100%;

    box-sizing: border-box;
    width: 100%;
    max-width: var(--apx-max);
    margin: 0;
    padding: 0;
    font-family: inherit;
}

.hero__form .apx-lead * {
    box-sizing: border-box;
}

.hero__form .apx-lead .apx-lead-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.hero__form .apx-lead .apx-lead-row {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hero__form .apx-lead .apx-lead-row > * {
    flex: 1 1 0;
    min-width: 0;
}

.hero__form .apx-lead input:not([type="hidden"]) {
    width: 100%;
    min-height: 48px;
    padding: 14px;
    margin: 0;
    font-size: 16px;
    line-height: 1.2;
    color: var(--apx-text);
    background: var(--apx-bg);
    border: 1px solid var(--apx-border);
    border-radius: var(--apx-radius);
    outline: none;
    transition: border-color .15s ease, box-shadow .15s ease;
    -webkit-appearance: none;
    appearance: none;
}

.hero__form .apx-lead input::placeholder {
    color: var(--apx-muted);
    opacity: 1;
}

.hero__form .apx-lead input:focus {
    border-color: var(--apx-accent);
    box-shadow: 0 0 0 2px rgba(24, 119, 242, 0.25);
}

.hero__form .apx-lead .iti {
    width: 100%;
}

.hero__form .apx-lead .iti input {
    padding-left: 12px;
}

.hero__form .apx-lead .iti__country-name {
    color: #130c2a !important;
}

.hero__form .apx-lead .submit {
    width: 100%;
    min-height: 48px;
    margin-top: 8px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: var(--apx-accent);
    border: none;
    border-radius: var(--apx-radius);
    cursor: pointer;
    transition: filter .15s ease, box-shadow .15s ease;
    box-shadow: 0 0 36.9px 0 #1877f2;
}

.hero__form .apx-lead .submit:hover {
    filter: brightness(1.08);
}

.hero__form .apx-lead .submit:disabled {
    opacity: .6;
    cursor: default;
}
