/*
   Giriş ekranı sağ paneli — blok stilleri.
   Hem /Account/Index hem de /Admin/LoginPage önizlemesi bu dosyayı kullanır.
*/
.lb-panel {
    --lb-gold: #C9A84C;
    --lb-gold-light: #E2C46A;
    --lb-line: rgba(255, 255, 255, .18);
    --lb-card: rgba(255, 255, 255, .12);

    color: #fff;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    padding: 48px 32px;
}

.lb-block:last-child {
    margin-bottom: 0 !important;
}

/* ── Logo ───────────────────────────────────────────── */
/* Yükseklik sabit: viewBox'lı SVG'lerin intrinsic boyutu yoktur, height:auto ile 0'a çöker. */
.lb-logo {
    height: 76px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.lb-logo-link {
    display: inline-block;
}

/* ── Başlık / Metin ─────────────────────────────────── */
.lb-heading {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: .22em;
    margin: 0;
    color: rgba(255, 255, 255, .92);
}

.lb-heading-sub {
    margin-top: 6px;
    font-size: .95rem;
    color: rgba(255, 255, 255, .6);
}

.lb-text-title {
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 6px;
}

.lb-text {
    font-size: .95rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, .75);
    white-space: pre-line;
}

.lb-divider {
    height: 1px;
    background: var(--lb-line);
}

/* ── Görsel ─────────────────────────────────────────── */
.lb-image {
    width: 320px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

/* ── Slider ─────────────────────────────────────────── */
.lb-slider {
    border-radius: 14px;
    overflow: hidden;
    background: rgba(0, 0, 0, .18);
}

.lb-slider-img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.lb-slider-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 28px 16px 14px;
    font-size: .9rem;
    text-align: center;
    background: linear-gradient(to top, rgba(0, 0, 0, .65), transparent);
}

.lb-slider .carousel-indicators {
    margin-bottom: .5rem;
}

.lb-slider .carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 0;
    background-color: rgba(255, 255, 255, .45);
}

.lb-slider .carousel-indicators .active {
    background-color: var(--lb-gold);
}

/* ── Marka şeridi ───────────────────────────────────── */
.lb-brands {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.lb-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex: 1 1 0;
    min-width: 84px;
    padding: 6px 12px;
    border-right: 1px solid var(--lb-line);
}

.lb-brand:last-child {
    border-right: 0;
}

/* Logolar olduğu gibi gösterilir — renkleri korunur, filtre uygulanmaz. */
.lb-brand-logo {
    height: 34px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.lb-brand-label {
    font-size: .68rem;
    font-weight: 600;
    letter-spacing: .06em;
    color: rgba(255, 255, 255, .82);
    text-align: center;
}

/* ── İletişim kutusu ────────────────────────────────── */
.lb-contact {
    background: var(--lb-card);
    border: 1px solid var(--lb-line);
    border-radius: 14px;
    padding: 20px 22px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.lb-contact-row {
    display: flex;
    align-items: center;
    gap: 14px;
}

.lb-contact-icon {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--lb-line);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .85rem;
    color: #fff;
}

.lb-contact-value {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    word-break: break-word;
}

.lb-contact-value:hover {
    color: var(--lb-gold-light);
}

/* ── Firma bilgisi ──────────────────────────────────── */
.lb-company-name {
    font-size: 1.15rem;
    font-weight: 700;
}

.lb-company-rule {
    width: 56px;
    height: 2px;
    margin: 12px auto;
    background: var(--lb-gold);
}

.lb-company-address {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    font-size: .92rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, .78);
}

.lb-company-pin {
    flex: 0 0 auto;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid var(--lb-line);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .72rem;
    margin-top: 2px;
}

.lb-company-lines {
    white-space: pre-line;
    text-align: left;
}

/* ── İstatistik kartları ────────────────────────────── */
.lb-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.lb-stat {
    background: var(--lb-card);
    border: 1px solid var(--lb-line);
    border-radius: 12px;
    padding: 16px 8px;
    text-align: center;
}

.lb-stat-value {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--lb-gold-light);
    white-space: nowrap;
}

.lb-stat-label {
    margin-top: 4px;
    font-size: .7rem;
    color: rgba(255, 255, 255, .68);
}

@media (max-width: 991.98px) {
    .lb-panel {
        padding: 32px 20px;
    }

    .lb-stats {
        grid-template-columns: repeat(2, 1fr);
    }
}
