.aco-lead-card {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 26px 24px 20px;
    color: #f8fafc;
    background:
        radial-gradient(circle at 100% 0, rgba(24, 119, 242, .2), transparent 38%),
        linear-gradient(145deg, rgba(13, 18, 29, .96), rgba(10, 14, 23, .94));
    border: 1px solid rgba(36, 145, 255, .75);
    border-radius: 18px;
    box-shadow: 0 18px 55px rgba(0, 0, 0, .36), 0 0 24px rgba(19, 121, 255, .18);
    font-family: inherit;
}
.aco-lead-card::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px;
    background: linear-gradient(90deg, #1677ff, #28d49b);
}
.aco-lead-heading { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.aco-lead-heading-icon {
    width: 48px; height: 48px; flex: 0 0 48px; display: grid; place-items: center;
    color: #fff; border-radius: 50%;
    background: linear-gradient(135deg, #1687ee, #35d49e);
    box-shadow: 0 8px 25px rgba(24, 151, 210, .28);
}
.aco-lead-heading-icon svg { width: 25px; height: 25px; }
.aco-lead-eyebrow { margin: 0 0 2px; color: #cbd5e1; font-size: 14px; }
.aco-lead-title { margin: 0; color: #fff; font-size: 21px; line-height: 1.2; font-weight: 800; }
.aco-lead-accent { width: 30px; height: 3px; margin-top: 9px; border-radius: 5px; background: linear-gradient(90deg,#27d39b,#1677ff); }
.aco-lead-field { position: relative; margin-bottom: 12px; }
.aco-lead-field svg {
    position: absolute; z-index: 2; left: 14px; top: 50%; width: 19px; height: 19px;
    color: #dbe4ef; transform: translateY(-50%); pointer-events: none;
}
.aco-lead-field input {
    width: 100%; height: 46px; box-sizing: border-box; padding: 0 14px 0 43px;
    color: #fff !important; background: rgba(255,255,255,.035) !important;
    border: 1px solid rgba(203,213,225,.65) !important; border-radius: 9px !important;
    outline: none; font-size: 14px; transition: border-color .2s, box-shadow .2s;
}
.aco-lead-field input::placeholder { color: #9ca8b8; opacity: 1; }
.aco-lead-field input:focus {
    border-color: #2a9cff !important; box-shadow: 0 0 0 3px rgba(42,156,255,.15) !important;
}
.aco-lead-terms {
    display: flex; align-items: flex-start; gap: 9px; margin: 14px 0 18px;
    color: #e2e8f0; font-size: 13px; line-height: 1.4; cursor: pointer;
}
.aco-lead-terms input { width: 15px; height: 15px; margin-top: 1px; accent-color: #22c99a; }
.aco-lead-submit {
    width: 100%; min-height: 50px; border: 0; border-radius: 11px; cursor: pointer;
    color: #fff; background: linear-gradient(90deg, #1976ed, #28cb96);
    font-size: 15px; font-weight: 800; box-shadow: 0 8px 24px rgba(25,118,237,.25);
    transition: transform .2s, filter .2s;
}
.aco-lead-submit:hover { transform: translateY(-1px); filter: brightness(1.08); }
.aco-lead-submit:disabled { cursor: wait; opacity: .75; }
.aco-lead-safe {
    display: flex; justify-content: center; align-items: center; gap: 6px;
    margin: 13px 0 0; color: #cbd5e1; font-size: 11px;
}
.aco-lead-safe svg { width: 13px; height: 13px; }
.aco-lead-message { display: none; margin: 12px 0 0; padding: 9px 11px; border-radius: 7px; font-size: 12px; }
.aco-lead-message.is-success { display: block; color: #b8f7dc; background: rgba(16,185,129,.14); }
.aco-lead-message.is-error { display: block; color: #fecaca; background: rgba(239,68,68,.14); }
.aco-lead-hp { position: absolute !important; left: -9999px !important; opacity: 0 !important; }
@media (max-width: 991px) { .aco-lead-card { max-width: 520px; margin: 0 auto; } }
