/* Uzman CTA — Doktorsitesi tarzı, ruh sağlığı profesyonelleri */

.mp-ds-expert-cta {
    position: relative;
    padding: 4rem 0 4.5rem;
    color: #fff;
    overflow: hidden;
    background: linear-gradient(135deg, #0b5f56 0%, #0f6b5f 42%, #128a7c 100%);
}

.mp-ds-expert-cta__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.1) 0, transparent 42%),
        radial-gradient(circle at 88% 72%, rgba(255, 255, 255, 0.08) 0, transparent 38%),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cpath d='M80 8 L152 80 L80 152 L8 80 Z' fill='none' stroke='rgba(255,255,255,0.07)' stroke-width='1'/%3E%3C/svg%3E") 0 0 / 160px 160px;
    opacity: 0.9;
}

.mp-ds-expert-cta__bg::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 42%;
    background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.05) 100%);
}

.mp-ds-expert-cta__layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
    gap: 2.5rem;
    align-items: center;
}

/* Sol — metin */
.mp-ds-expert-cta__eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: #fff;
    color: #0f6b5f;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.mp-ds-expert-cta__title {
    margin: 0 0 0.85rem;
    font-weight: 800;
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.mp-ds-expert-cta__lead {
    margin: 0 0 1.35rem;
    max-width: 34rem;
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.92);
}

.mp-ds-expert-cta__features {
    list-style: none;
    margin: 0 0 1.65rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.mp-ds-expert-cta__features li {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.45;
}

.mp-ds-expert-cta__check {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    margin-top: 0.1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 0.68rem;
}

.mp-ds-expert-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 48px;
    padding: 0.7rem 1.35rem;
    border-radius: 12px;
    background: #fff;
    color: #0f6b5f;
    font-size: 0.92rem;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(8, 47, 42, 0.22);
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.mp-ds-expert-cta__btn:hover {
    color: #0c5f55;
    background: #f0fdf9;
    transform: translateY(-1px);
    box-shadow: 0 14px 32px rgba(8, 47, 42, 0.26);
}

.mp-ds-expert-cta__btn i {
    font-size: 0.82rem;
}

/* Sağ — görsel kolaj */
.mp-ds-expert-cta__media {
    display: flex;
    justify-content: center;
}

.mp-ds-expert-cta__card {
    position: relative;
    width: min(100%, 420px);
    padding: 1.35rem 1.35rem 2.6rem;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(8, 47, 42, 0.28);
}

.mp-ds-expert-cta__photos {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 220px;
    padding: 0 0.5rem;
}

.mp-ds-expert-cta__photo {
    position: relative;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
    background: #e8f5f2;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}

.mp-ds-expert-cta__photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.mp-ds-expert-cta__photo--left,
.mp-ds-expert-cta__photo--right {
    width: 34%;
    height: 168px;
    margin-bottom: 0.35rem;
    z-index: 1;
}

.mp-ds-expert-cta__photo--left {
    margin-right: -8%;
    transform: rotate(-4deg);
}

.mp-ds-expert-cta__photo--right {
    margin-left: -8%;
    transform: rotate(4deg);
}

.mp-ds-expert-cta__photo--center {
    width: 42%;
    height: 196px;
    z-index: 2;
}

.mp-ds-expert-cta__badge {
    position: absolute;
    left: 50%;
    bottom: -1.1rem;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 0.7rem;
    width: calc(100% - 2.5rem);
    max-width: 300px;
    padding: 0.75rem 0.95rem;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #e8f0ee;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.14);
}

.mp-ds-expert-cta__badge-icon {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(16, 185, 129, 0.12);
    color: #10b981;
    font-size: 1.15rem;
}

.mp-ds-expert-cta__badge-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.mp-ds-expert-cta__badge-copy strong {
    font-size: 0.88rem;
    font-weight: 800;
    color: #1e293b;
    line-height: 1.25;
}

.mp-ds-expert-cta__badge-copy span {
    font-size: 0.76rem;
    color: #64748b;
    line-height: 1.35;
}

/* Ürün kartları */
.mp-ds-expert-cta__products {
    position: relative;
    z-index: 1;
}

.mp-ds-expert-cta__products-header {
    text-align: center;
    max-width: 46rem;
    margin: 0 auto 2.25rem;
}

.mp-ds-expert-cta__products-title {
    margin: 0 0 0.65rem;
    font-weight: 800;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #fff;
}

.mp-ds-expert-cta__products-lead {
    margin: 0;
    font-size: 1rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 991.98px) {
    .mp-ds-expert-cta {
        padding: 3.25rem 0 3.75rem;
    }

    .mp-ds-expert-cta__layout {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .mp-ds-expert-cta__media {
        order: -1;
    }

    .mp-ds-expert-cta__card {
        width: min(100%, 380px);
    }
}

@media (max-width: 575.98px) {
    .mp-ds-expert-cta__products-header {
        margin-bottom: 1.75rem;
    }

    .mp-ds-expert-cta__products-title {
        font-size: 1.45rem;
    }

    .mp-ds-expert-cta__products-lead {
        font-size: 0.9rem;
    }

    .mp-ds-expert-cta__title {
        font-size: 1.55rem;
    }

    .mp-ds-expert-cta__lead,
    .mp-ds-expert-cta__features li {
        font-size: 0.9rem;
    }

    .mp-ds-expert-cta__btn {
        width: 100%;
    }

    .mp-ds-expert-cta__photos {
        min-height: 190px;
    }

    .mp-ds-expert-cta__photo--left,
    .mp-ds-expert-cta__photo--right {
        height: 148px;
    }

    .mp-ds-expert-cta__photo--center {
        height: 172px;
    }
}
