.ll-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:24px;
}

.ll-card,
.ll-plan{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:16px;
    padding:24px;
}

.ll-form{
    max-width:800px;
}

.ll-field{
    margin-bottom:20px;
}

.ll-field input,
.ll-field textarea,
.ll-field select{
    width:100%;
    padding:12px;
    border:1px solid #d1d5db;
    border-radius:10px;
}

.ll-btn{
    display:inline-block;
    padding:12px 18px;
    border-radius:10px;
    background:#111827;
    color:#fff;
    text-decoration:none;
}

.ll-pricing{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:24px;
}

.featured{
    border:2px solid #111827;
}

.ll-alert{
    padding:16px;
    background:#f3f4f6;
    border-radius:10px;
}
