.leadatlas-form-wrap,
.leadflow-form-wrap {
    margin: 1rem 0;
}

.leadatlas-form-wrap .leadatlas-form,
.leadflow-form-wrap .leadflow-form {
    background: #0d1117;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #f8fafc;
    max-width: 540px;
    margin: 0;
    padding: 1.4rem;
}

.leadatlas-form-wrap .leadatlas-heading,
.leadflow-form-wrap .leadflow-heading {
    margin: 0 0 1rem;
    font-size: 1.3rem;
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

.leadatlas-form-wrap .leadatlas-label,
.leadflow-form-wrap .leadflow-label {
    display: block;
    margin-bottom: 0.8rem;
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

.leadatlas-form-wrap .leadatlas-label input,
.leadflow-form-wrap .leadflow-label input,
.leadatlas-form-wrap .leadatlas-label textarea,
.leadflow-form-wrap .leadflow-label textarea {
    border: 1px solid rgba(255, 255, 255, 0.16);
    width: 100%;
    border-radius: 12px;
    margin-top: 0.35rem;
    background: #141a22;
    color: #f8fafc;
    padding: 0.7rem 0.8rem;
}

.leadatlas-form-wrap .leadatlas-label textarea,
.leadflow-form-wrap .leadflow-label textarea {
    resize: vertical;
    min-height: 110px;
}

.leadatlas-form-wrap .leadatlas-company,
.leadflow-form-wrap .leadflow-company {
    display: none;
}

.leadatlas-form-wrap .leadatlas-btn,
.leadflow-form-wrap .leadflow-btn {
    margin-top: 0.5rem;
    border: 0;
    border-radius: 12px;
    padding: 0.7rem 1.2rem;
    font-weight: 600;
    background: linear-gradient(90deg, #1d4ed8, #0ea5e9);
    color: #ffffff;
    cursor: pointer;
}

.leadatlas-form-wrap .leadatlas-message,
.leadflow-form-wrap .leadflow-message {
    margin-top: 0.8rem;
    min-height: 1.3rem;
}

.leadatlas-form-wrap .leadatlas-message.success,
.leadflow-form-wrap .leadflow-message.success {
    color: #86efac;
}

.leadatlas-form-wrap .leadatlas-message.error,
.leadflow-form-wrap .leadflow-message.error {
    color: #fda4af;
}

@media (max-width: 700px) {
    .leadatlas-form-wrap .leadatlas-form,
    .leadflow-form-wrap .leadflow-form {
        border-radius: 12px;
        padding: 1rem;
    }
}
.leadatlas-label select {
    width: 100%;
}

.leadatlas-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    margin-top: 0.45rem;
}

.leadatlas-checkbox input[type="checkbox"] {
    width: auto;
    margin-top: 0.2rem;
}
