/* Temsilcilikler — özgün kartlar (#f9f9f9, hover'da renk değişmez) */

.bromak-representatives {
    padding: 3.5rem 0 4.5rem;
    background: #fff;
}

.bromak-representatives__grid {
    --bs-gutter-x: 1.75rem;
    --bs-gutter-y: 1.75rem;
}

.bromak-rep-card {
    height: 100%;
    background: #f9f9f9;
    border: 1px solid #ececec;
    border-radius: 18px;
    padding: 1.75rem 1.65rem 1.85rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.bromak-rep-card:hover {
    background: #f9f9f9;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.07);
    transform: translateY(-3px);
}

.bromak-rep-card__head {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-bottom: 1.15rem;
    border-bottom: 1px solid #e8e8e8;
}

.bromak-rep-card__logo {
    flex-shrink: 0;
    width: 72px;
    height: 72px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.bromak-rep-card__logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.bromak-rep-card__logo--placeholder {
    color: #BD2428;
    font-size: 1.5rem;
}

.bromak-rep-card__title {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.35;
    color: #1a1a1a;
    letter-spacing: -0.01em;
}

.bromak-rep-card__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.bromak-rep-card__item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.55;
    color: #444;
}

.bromak-rep-card__icon {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #e8e8e8;
    color: #BD2428;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
}

.bromak-rep-card__text {
    flex: 1;
    min-width: 0;
    padding-top: 0.2rem;
}

.bromak-rep-card__text a {
    color: #333;
    text-decoration: none;
    word-break: break-word;
    transition: color 0.2s ease;
}

.bromak-rep-card__text a:hover {
    color: #BD2428;
}

.bromak-rep-card__label {
    display: block;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 0.15rem;
}

.bromak-representatives__empty {
    text-align: center;
    padding: 3.5rem 1rem;
    color: #666;
    font-size: 1rem;
}

@media (max-width: 575.98px) {
    .bromak-representatives {
        padding: 2.5rem 0 3.5rem;
    }

    .bromak-rep-card {
        padding: 1.35rem 1.2rem 1.5rem;
    }

    .bromak-rep-card__logo {
        width: 60px;
        height: 60px;
    }
}
