.ll-dynamic-course-card {
    position: relative;
}

.ll-course-card__price {
    margin-top: 16px;
}

.ll-course-card__price strong {
    display: block;
    color: var(--lideralab-blue, #062B55);
    font-size: 1.1rem;
}

.ll-course-card__price small {
    display: block;
    color: var(--ll-text-muted, #64748B);
    margin-top: 2px;
}

/* Lideralab Core v1.6 - Formularios comerciales */
.lideralab-lead-form-wrap {
    margin-top: 24px;
}

.lideralab-lead-form {
    display: grid;
    gap: 18px;
    background: #ffffff;
    border: 1px solid #DDE7F0;
    border-radius: 22px;
    padding: 28px;
}

.lideralab-lead-form h3 {
    margin: 0;
    color: #062B55;
    font-size: 1.55rem;
}

.lideralab-lead-form p {
    margin: 0;
    color: #64748B;
}

.lideralab-lead-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.lideralab-lead-form label {
    display: grid;
    gap: 8px;
    color: #172033;
    font-weight: 700;
}

.lideralab-lead-form input,
.lideralab-lead-form select,
.lideralab-lead-form textarea {
    width: 100%;
    border: 1px solid #DDE7F0;
    border-radius: 14px;
    padding: 12px 14px;
    font: inherit;
    color: #172033;
    background: #fff;
}

.lideralab-lead-form textarea {
    resize: vertical;
}

.lideralab-lead-consent {
    display: flex !important;
    grid-template-columns: auto 1fr;
    align-items: flex-start;
    gap: 10px !important;
    font-weight: 500 !important;
    color: #64748B !important;
}

.lideralab-lead-consent input {
    width: auto;
    margin-top: 4px;
}

.lideralab-lead-form button {
    justify-self: start;
    border: 0;
    border-radius: 999px;
    padding: 13px 22px;
    background: #00A86B;
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}

.lideralab-lead-form button:hover {
    filter: brightness(0.95);
}

.lideralab-lead-message {
    border-radius: 14px;
    padding: 14px 16px;
    margin-bottom: 16px;
    font-weight: 700;
}

.lideralab-lead-message--ok {
    background: #E8F8F1;
    color: #007A5A;
    border: 1px solid #BDEBD8;
}

.lideralab-lead-message--error {
    background: #FFF1F2;
    color: #9F1239;
    border: 1px solid #FECDD3;
}

.lideralab-hp-field {
    position: absolute;
    left: -9999px;
    height: 1px;
    overflow: hidden;
}

@media (max-width: 760px) {
    .lideralab-lead-grid {
        grid-template-columns: 1fr;
    }

    .lideralab-lead-form {
        padding: 22px;
    }
}
