/* Ana sayfa — Satış danışmanları (optimize) */

.anasayfa-danisman {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: clamp(3rem, 5vw, 4.75rem) 0;
    background: #fff;
    overflow-x: clip;
}

.anasayfa-danisman__inner {
    width: 100%;
    max-width: 100%;
}

.anasayfa-danisman__intro {
    width: 100%;
    max-width: 38rem;
    margin: 0 auto clamp(2rem, 4vw, 2.75rem);
    padding: 0;
    text-align: center;
}

.anasayfa-danisman__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    padding: 0.45rem 0.95rem 0.45rem 0.72rem;
    border-radius: 999px;
    background: rgba(16, 60, 59, 0.06);
    border: 1px solid rgba(16, 60, 59, 0.08);
    color: #103c3b;
    font-family: var(--body-font, "DM Sans", Helvetica, Arial, sans-serif);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    line-height: 1;
}

.anasayfa-danisman__badge::before {
    content: "";
    flex-shrink: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #b07e50;
    box-shadow: 0 0 0 4px rgba(176, 126, 80, 0.18);
}

.anasayfa-danisman__title {
    margin: 0 0 0.85rem;
    padding: 0;
    color: #103c3b;
    font-family: var(--heading-font, "Jost", Helvetica, Arial, sans-serif);
    font-size: clamp(1.55rem, 3.2vw, 2.25rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.2;
    text-align: center;
}

.anasayfa-danisman__title-accent {
    color: #b07e50;
}

.anasayfa-danisman__lead {
    margin: 0 auto;
    padding: 0;
    max-width: 32rem;
    color: rgba(16, 60, 59, 0.68);
    font-family: var(--body-font, "DM Sans", Helvetica, Arial, sans-serif);
    font-size: clamp(0.92rem, 1.15vw, 1rem);
    line-height: 1.65;
    text-align: center;
}

.anasayfa-danisman__grid {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
}

.anasayfa-danisman__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 1.5rem 1.15rem 1.35rem;
    border-radius: 16px;
    border: 1px solid rgba(16, 60, 59, 0.08);
    background: #fafbfb;
    box-shadow: 0 8px 24px rgba(16, 60, 59, 0.05);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.anasayfa-danisman__card:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(16, 60, 59, 0.08);
}

.anasayfa-danisman__avatar-wrap {
    flex-shrink: 0;
    width: 132px;
    height: 132px;
    margin-bottom: 1rem;
    padding: 3px;
    border-radius: 50%;
    background: linear-gradient(145deg, #b07e50 0%, #103c3b 100%);
}

.anasayfa-danisman__avatar {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
    background: #eee;
}

.anasayfa-danisman__name {
    margin: 0 0 0.25rem;
    color: #103c3b;
    font-size: 1.08rem;
    font-weight: 600;
    line-height: 1.3;
}

.anasayfa-danisman__role {
    margin-bottom: 0.85rem;
    color: rgba(16, 60, 59, 0.58);
    font-size: 0.86rem;
    line-height: 1.4;
}

.anasayfa-danisman__phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    margin-top: auto;
    padding: 0.52rem 1rem;
    border-radius: 999px;
    background: rgba(16, 60, 59, 0.07);
    color: #103c3b !important;
    font-size: 0.86rem;
    font-weight: 600;
    text-decoration: none !important;
    white-space: nowrap;
    transition: background 0.2s ease, color 0.2s ease;
}

.anasayfa-danisman__phone i {
    font-size: 0.8rem;
    opacity: 0.85;
}

.anasayfa-danisman__phone:hover {
    background: #103c3b;
    color: #fff !important;
}

@media (max-width: 767px) {
    .anasayfa-danisman {
        overflow-x: visible;
    }

    .anasayfa-danisman__scroll {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        margin: 0 -0.35rem;
        padding: 0.15rem 0.35rem 0.65rem;
    }

    .anasayfa-danisman__scroll::-webkit-scrollbar {
        display: none;
    }

    .anasayfa-danisman__grid {
        display: flex;
        flex-wrap: nowrap;
        --bs-gutter-x: 0.85rem;
        --bs-gutter-y: 0;
        margin-bottom: 0;
    }

    .anasayfa-danisman__grid > [class*="col-"] {
        flex: 0 0 min(72vw, 16.5rem);
        width: min(72vw, 16.5rem);
        max-width: min(72vw, 16.5rem);
        scroll-snap-align: start;
    }

    .anasayfa-danisman__card {
        width: 100%;
        max-width: none;
        margin-inline: 0;
        min-height: 100%;
    }

    .anasayfa-danisman__avatar-wrap {
        width: 108px;
        height: 108px;
    }

    .anasayfa-danisman__name {
        font-size: 1rem;
    }

    .anasayfa-danisman__phone {
        font-size: 0.82rem;
        padding: 0.48rem 0.85rem;
    }
}
