.open-llm-cta {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.65rem 1.25rem;
    border-radius: 12px;
    background: var(--primary-glow);
    border: 1px solid rgba(99, 102, 241, 0.35);
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.open-llm-cta:hover {
    background: var(--primary-color);
    color: #fff;
}

.open-llm-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.open-stat-card {
    background: var(--card-bg-solid);
    border: 1px solid var(--border-color);
    border-radius: 14px;
    padding: 1rem 1.25rem;
    text-align: center;
}

.open-stat-card .val {
    font-family: 'Outfit', sans-serif;
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--primary-color);
}

.open-stat-card .lbl {
    font-size: 0.8rem;
    color: var(--text-tertiary);
    margin-top: 0.25rem;
}

.tco-link {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--primary-color);
    text-decoration: none;
    white-space: nowrap;
}

.tco-link:hover {
    text-decoration: underline;
}

.license-pill {
    font-size: 0.72rem;
    padding: 0.15rem 0.5rem;
    border-radius: 6px;
    background: rgba(16, 185, 129, 0.12);
    color: var(--success-color);
    font-weight: 600;
}
