/* Konut detay — danışman iletişim bölümü */

.konut-danisman {
    position: relative;
    padding: clamp(4rem, 8vw, 6.5rem) 0 clamp(3.5rem, 7vw, 5rem);
    overflow: hidden;
    background:
        radial-gradient(ellipse 70% 55% at 12% 18%, rgba(98, 165, 188, 0.1) 0%, transparent 55%),
        radial-gradient(ellipse 60% 50% at 88% 82%, rgba(176, 126, 80, 0.1) 0%, transparent 52%),
        linear-gradient(180deg, #ffffff 0%, #f6f9fc 52%, #eef3f7 100%);
}

.konut-danisman__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.konut-danisman__bg::before {
    content: "";
    position: absolute;
    top: -20%;
    right: -8%;
    width: min(520px, 42vw);
    height: min(520px, 42vw);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0) 70%);
    opacity: 0.9;
}

.konut-danisman__bg::after {
    content: "";
    position: absolute;
    left: -6%;
    bottom: -18%;
    width: min(440px, 36vw);
    height: min(440px, 36vw);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(98, 165, 188, 0.12) 0%, rgba(98, 165, 188, 0) 68%);
}

.konut-danisman__inner {
    position: relative;
    z-index: 1;
}

.konut-danisman__intro {
    max-width: 40rem;
    margin: 0 auto clamp(2.5rem, 5vw, 3.5rem);
    text-align: center;
}

.konut-danisman__eyebrow {
    display: inline-block;
    margin-bottom: 1rem;
    padding: 0.4rem 0.95rem;
    border-radius: 999px;
    background: rgba(176, 126, 80, 0.1);
    border: 1px solid rgba(176, 126, 80, 0.18);
    color: #9a6b42;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.konut-danisman__title {
    margin: 0 0 0.85rem;
    font-size: clamp(1.75rem, 3.8vw, 2.65rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #1e2d3a;
}

.konut-danisman__text {
    margin: 0;
    font-size: clamp(0.95rem, 1.5vw, 1.05rem);
    line-height: 1.65;
    color: rgba(30, 45, 58, 0.68);
}

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

.konut-danisman__card {
    height: 100%;
    padding: clamp(1.5rem, 3vw, 2rem) clamp(1.25rem, 2.5vw, 1.75rem);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow:
        0 18px 42px rgba(30, 45, 58, 0.07),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
    text-align: center;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.konut-danisman__card:hover {
    transform: translateY(-5px);
    box-shadow:
        0 26px 52px rgba(30, 45, 58, 0.11),
        inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.konut-danisman__avatar-wrap {
    display: inline-flex;
    padding: 4px;
    margin-bottom: 1.15rem;
    border-radius: 50%;
    background: linear-gradient(145deg, rgba(176, 126, 80, 0.35), rgba(98, 165, 188, 0.28));
}

.konut-danisman__avatar {
    display: block;
    width: clamp(112px, 16vw, 138px);
    height: clamp(112px, 16vw, 138px);
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
}

.konut-danisman__name {
    margin: 0 0 0.35rem;
    font-size: clamp(1.05rem, 1.8vw, 1.2rem);
    font-weight: 700;
    color: #1e2d3a;
}

.konut-danisman__role {
    margin-bottom: 0.85rem;
    font-size: 0.88rem;
    color: rgba(30, 45, 58, 0.58);
}

.konut-danisman__phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    background: rgba(98, 165, 188, 0.1);
    color: #3d7f97 !important;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.konut-danisman__phone:hover {
    background: rgba(98, 165, 188, 0.16);
    color: #2f667a !important;
}

@media (max-width: 767px) {
    .konut-danisman__card {
        max-width: 22rem;
        margin: 0 auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .konut-danisman__card,
    .konut-danisman__phone {
        transition: none;
    }

    .konut-danisman__card:hover {
        transform: none;
    }
}
