/* Referans markalar — açık zemin, krem pill (Bize Güvenen Markalar) */

.tbl {
    background: #fff;
}

.tbl__tag {
    display: inline-block;
    margin: 0 auto 0.85rem;
    padding: 0.42rem 1rem;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #0f172a;
    background: #fff8e6;
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 9999px;
}

.tbl__title {
    font-family: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
    font-size: clamp(1.875rem, 4.2vw, 2.875rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.12;
    color: #0f172a !important;
    margin: 0 0 2.5rem;
}

.tbl__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.7rem 0.8rem;
    max-width: 62rem;
    margin: 0 auto;
}

.tbl__pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.72rem 1.45rem;
    font-family: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #0f172a;
    background: #fff8e6;
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 9999px;
    transition: color 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.tbl__pill:hover {
    color: #0f172a;
    border-color: rgba(246, 194, 62, 0.55);
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(246, 194, 62, 0.18);
}

@media (prefers-reduced-motion: reduce) {
    .tbl__pill {
        transition: none;
    }
    .tbl__pill:hover {
        transform: none;
    }
}
