.lciq-quote-widget {
    max-width: 520px;
    margin: 30px auto;
    padding: 24px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #222;
}

.lciq-logo {
    max-width: 140px;
    margin-bottom: 8px;
}

.lciq-quote-widget h2 {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 24px;
}

.lciq-quote-widget p {
    margin-top: 0;
    margin-bottom: 16px;
    color: #555;
}

.lciq-step {
    display: none;
}

.lciq-step-active {
    display: block;
}

.lciq-quote-widget label {
    display: block;
    margin: 12px 0 4px;
    font-weight: 600;
    font-size: 14px;
}

.lciq-quote-widget input[type="text"],
.lciq-quote-widget input[type="email"],
.lciq-quote-widget textarea {
    width: 100%;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
    box-sizing: border-box;
}

.lciq-quote-widget textarea {
    resize: vertical;
}

.lciq-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 10px 20px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease;
}

.lciq-btn.ghost {
    background: transparent;
    border: none;
    color: #4b5563;
}

.lciq-btn[disabled] {
    opacity: 0.6;
    cursor: default;
}

.lciq-frequency-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 20px;
}

.lciq-card {
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    padding: 18px;
    text-align: center;
    position: relative;
    background: #f9fafb;
    cursor: pointer;
}

.lciq-card-header {
    font-weight: 700;
    margin-bottom: 8px;
}

.lciq-price {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 4px;
}

.lciq-per-visit {
    font-size: 13px;
    color: #6b7280;
}

.lciq-subtext {
    font-size: 12px;
    color: #9ca3af;
    margin-bottom: 12px;
}

.lciq-card-selected {
    /* colors overridden inline per widget */
}

.lciq-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
}

.lciq-error {
    color: #b91c1c;
    font-size: 13px;
    margin-top: 8px;
}
