.mp-home-hero {
    position: relative;
    background: linear-gradient(140deg, #0f6b5f 0%, #0b5f55 52%, #0a564d 100%);
    padding: 86px 0 120px;
    min-height: 640px;
    color: #fff;
    overflow: hidden;
    isolation: isolate;
}
.mp-home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(840px 520px at 70% 30%, rgba(255,255,255,.10) 0%, rgba(255,255,255,0) 60%),
        radial-gradient(720px 520px at 20% 20%, rgba(0,0,0,.14) 0%, rgba(0,0,0,0) 58%);
}

.mp-home-hero h1 {
    font-weight: 900;
    letter-spacing: -0.03em;
    font-size: clamp(34px, 3.2vw, 52px);
    margin: 0 0 10px;
    line-height: 1.08;
}
.mp-home-hero .mp-home-hero-sub {
    opacity: .92;
    font-weight: 800;
    font-size: 13px;
    margin-bottom: 18px;
}

.mp-home-search-card {
    width: 100%;
    max-width: 760px;
    background: #ffffff;
    border-radius: 18px;
    padding: 14px;
    box-shadow:
        0 18px 55px rgba(0,0,0,.22),
        0 1px 0 rgba(255,255,255,.25) inset;
    color: #111827;
    border: 1px solid rgba(255,255,255,.20);
    position: relative;
    z-index: 5;
    overflow: visible;
}

.mp-home-tabs {
    display: inline-flex;
    gap: 6px;
    background: #f3f4f6;
    padding: 4px;
    border-radius: 999px;
}
.mp-home-tabs .btn {
    border: 0;
    border-radius: 999px;
    padding: 10px 14px;
    font-weight: 900;
    font-size: 13px;
    color: #111827;
    background: transparent;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    line-height: 1;
    transition: background-color .15s ease, color .15s ease, box-shadow .15s ease;
}
.mp-home-tabs .btn:hover { background: rgba(255,255,255,.6); }
.mp-home-tabs .btn.active {
    background: #0f6b5f;
    color: #fff;
    box-shadow: 0 10px 22px rgba(15,107,95,.22);
}

.mp-home-suggest-wrap {
    position: relative;
    margin-top: 12px;
    overflow: visible;
    z-index: 10;
}
.mp-home-search-row {
    background: #fff;
    border: 1px solid #e7e7ea;
    border-radius: 14px;
    padding: 8px;
    position: relative;
    z-index: 1;
}
.mp-home-search-row .mp-home-fields {
    display: flex;
    align-items: center;
    gap: 0;
    flex-wrap: nowrap;
}
.mp-home-search-row .mp-home-field {
    display: flex;
    align-items: center;
    height: 50px;
    border-radius: 12px;
    padding: 0 12px;
    gap: 10px;
    flex: 1 1 0%;
    min-width: 0;
}
.mp-home-search-row .mp-home-field .ico {
    color: #6b7280;
    font-size: 13px;
    width: 18px;
    display: inline-flex;
    justify-content: center;
}
.mp-home-search-row .divider {
    width: 1px;
    height: 26px;
    background: #e7e7ea;
    margin: 0 4px;
    flex: 0 0 auto;
}
.mp-home-search-row .form-control {
    border: 0;
    height: 50px;
    border-radius: 12px;
    font-weight: 600;
    padding-left: 0;
    font-size: 14px;
    color: #111827;
    background: transparent;
}
.mp-home-search-row .form-control::placeholder {
    color: #9ca3af;
    font-weight: 500;
}
.mp-home-search-row .form-control:focus {
    box-shadow: none;
    outline: none;
}
.mp-home-search-row .mp-home-field:focus-within {
    background: #f9fafb;
}

.mp-home-search-btn {
    height: 50px;
    border-radius: 12px;
    font-weight: 800;
    font-size: 14px;
    background: #0f6b5f;
    border-color: #0f6b5f;
    min-width: 96px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 18px;
    box-shadow: 0 4px 14px rgba(15,107,95,.25);
}
.mp-home-search-btn:hover {
    background: #0c5f55;
    border-color: #0c5f55;
}

/* Online tab'da lokasyon gizle */
#mp-home-fields.is-online #mp-home-location,
#mp-home-fields.is-online #mp-home-divider {
    display: none !important;
}

.mp-home-suggest-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 10px);
    z-index: 200;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    box-shadow:
        0 4px 6px rgba(15, 23, 42, .04),
        0 20px 48px rgba(15, 23, 42, .14);
    max-height: min(380px, 58vh);
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left;
    padding: 6px;
    -webkit-overflow-scrolling: touch;
}
.mp-home-suggest-panel[hidden] {
    display: none !important;
}
.mp-home-suggest-group-title {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #4b5563;
    padding: 10px 12px 6px;
    margin: 0;
}
.mp-home-suggest-group-title:not(:first-child) {
    margin-top: 4px;
    padding-top: 14px;
    border-top: 1px solid #f3f4f6;
}
.mp-home-suggest-item {
    display: block;
    width: 100%;
    border: 0;
    background: transparent;
    text-align: left;
    padding: 11px 12px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    color: #111827;
    line-height: 1.35;
    border-radius: 10px;
    transition: background-color .12s ease, color .12s ease;
}
.mp-home-suggest-item > span {
    display: block;
}
.mp-home-suggest-item small {
    display: block;
    font-weight: 600;
    color: #4b5563;
    font-size: 12px;
    margin-top: 3px;
    line-height: 1.35;
}
.mp-home-suggest-item:hover,
.mp-home-suggest-item.is-active {
    background: #ecfdf5;
    color: #065f46;
}
.mp-home-suggest-item:hover small,
.mp-home-suggest-item.is-active small {
    color: #047857;
}
.mp-home-suggest-empty {
    padding: 16px 14px;
    font-size: 14px;
    color: #6b7280;
    font-weight: 600;
    text-align: center;
}

/* Lokasyon: DoktorTakvimi benzeri il listesi + Yakınımda */
.mp-home-submit-wrap {
    flex: 0 0 auto;
    padding-left: 4px;
}
.mp-home-loc-wrap {
    position: relative;
    flex: 0 0 240px;
    min-width: 0;
    z-index: 2;
}
.mp-home-loc-inner {
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 0;
    gap: 0;
}
.mp-home-loc-inner .form-control {
    flex: 1 1 auto;
    min-width: 0;
}
.mp-home-loc-toggle {
    flex: 0 0 auto;
    border: 0;
    background: transparent;
    color: #6b7280;
    padding: 0 10px 0 4px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.mp-home-loc-toggle:hover { color: #111827; }
.mp-home-loc-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 6px);
    z-index: 55;
    background: #fff;
    border: 1px solid #e7e7ea;
    border-radius: 14px;
    box-shadow: 0 18px 40px rgba(0,0,0,.12);
    max-height: min(380px, 62vh);
    display: flex;
    flex-direction: column;
    text-align: left;
    overflow: hidden;
}
.mp-home-loc-panel[hidden] {
    display: none !important;
}
.mp-home-loc-panel-scroll {
    overflow-y: auto;
    flex: 1 1 auto;
    min-height: 0;
}
.mp-home-loc-near {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    border: 0;
    background: #fff;
    text-align: left;
    padding: 12px 14px;
    font-size: 14px;
    font-weight: 800;
    color: #111827;
    border-bottom: 1px solid #f3f4f6;
    cursor: pointer;
}
.mp-home-loc-near:hover { background: #f9fafb; }
.mp-home-loc-near:disabled {
    opacity: .65;
    cursor: not-allowed;
}
.mp-home-loc-near i {
    color: #0f6b5f;
    width: 18px;
    text-align: center;
}
.mp-home-loc-group-title {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #6b7280;
    padding: 10px 14px 4px;
    background: #fff;
}
.mp-home-loc-item {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    border: 0;
    background: transparent;
    text-align: left;
    padding: 9px 14px;
    font-size: 13px;
    font-weight: 700;
    color: #111827;
    cursor: pointer;
}
.mp-home-loc-item:hover { background: #f3f4f6; }
.mp-home-loc-item i {
    color: #9ca3af;
    width: 16px;
    text-align: center;
    font-size: 12px;
}
.mp-home-loc-foot {
    font-size: 10px;
    color: #9ca3af;
    padding: 8px 14px;
    border-top: 1px solid #f3f4f6;
    text-align: right;
    background: #fafafa;
}

.mp-home-hero-visual {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 1;
}
.mp-home-hero-visual img {
    width: min(470px, 100%);
    height: auto;
    display: block;
    filter: drop-shadow(0 18px 45px rgba(0,0,0,.22));
    position: relative;
    z-index: 1;
    transform: translateY(14px);
}

@media (max-width: 991.98px) {
    .mp-home-hero {
        padding: 74px 0 64px;
        min-height: 0;
    }
    .mp-home-search-card { max-width: 100%; }
    .mp-home-hero-visual { justify-content: center; margin-top: 14px; }
    .mp-home-search-row .mp-home-fields {
        flex-wrap: wrap;
        gap: 8px;
    }
    .mp-home-search-row .divider { display: none; }
    .mp-home-search-row .mp-home-field { flex: 1 1 100%; }
    .mp-home-submit-wrap {
        flex: 1 1 100%;
        padding-left: 0;
    }
    .mp-home-search-btn {
        width: 100%;
        min-width: 0;
    }
    .mp-home-loc-wrap {
        flex: 1 1 100% !important;
    }
    .mp-home-hero-visual img { transform: none; }
}

.mp-home-popular {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.5rem;
    margin-top: 14px;
    font-size: 13px;
}
.mp-home-popular__label {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 700;
}
.mp-home-popular__link {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.mp-home-popular__link:hover {
    color: #fff;
    border-bottom-color: #fff;
}
.mp-home-popular__dot {
    color: rgba(255, 255, 255, 0.5);
    margin: 0 2px;
}

/* —— Ortak bölüm —— */
.mp-ds-section {
    padding: 4.5rem 0;
}
.mp-ds-section--white {
    background: #fff;
}
.mp-ds-section--brand {
    background: linear-gradient(135deg, #0f6b5f 0%, #0a7a6c 45%, #0d8f7f 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}
.mp-ds-section--brand::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='1200' height='200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 80 Q300 20 600 80 T1200 80 L1200 200 L0 200 Z' fill='rgba(255,255,255,0.06)'/%3E%3C/svg%3E") bottom center / cover no-repeat;
    pointer-events: none;
}
.mp-ds-section__title {
    font-weight: 800;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    color: #181c32;
    margin-bottom: 0.5rem;
    text-align: center;
}
.mp-ds-section--brand .mp-ds-section__title {
    color: #fff;
}
.mp-ds-section__lead {
    text-align: center;
    color: #7e8299;
    max-width: 42rem;
    margin: 0 auto 2.5rem;
    font-size: 1rem;
    line-height: 1.55;
}
.mp-ds-section--brand .mp-ds-section__lead {
    color: rgba(255, 255, 255, 0.88);
}

/* Nasıl çalışır — kart + timeline (içerik solda, görsel sağda) */
.mp-ds-section--how {
    background: linear-gradient(180deg, #f8fafb 0%, #ffffff 48%);
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}
.mp-ds-section--how .mp-ds-section__title,
.mp-ds-section--how .mp-ds-section__lead {
    display: none;
}
.mp-ds-how-card {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 2rem 3rem;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 18px 50px rgba(24, 28, 50, 0.08);
    border: 1px solid rgba(17, 24, 39, 0.06);
    padding: 2.5rem 2.75rem;
    overflow: hidden;
}
.mp-ds-how-card__content {
    flex: 1 1 340px;
    min-width: 0;
    max-width: 520px;
}
.mp-ds-how-card__title {
    font-weight: 800;
    font-size: clamp(1.5rem, 2.2vw, 1.85rem);
    color: #181c32;
    margin: 0 0 0.5rem;
    letter-spacing: -0.02em;
}
.mp-ds-how-card__lead {
    text-align: left;
    margin: 0 0 2rem;
    max-width: 28rem;
    color: #7e8299;
    font-size: 1rem;
    line-height: 1.55;
}
.mp-ds-how-timeline {
    position: relative;
    padding-left: 0;
}
.mp-ds-how-timeline__item {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
    position: relative;
    padding-bottom: 2rem;
}
.mp-ds-how-timeline__item:last-child {
    padding-bottom: 0;
}
.mp-ds-how-timeline__item:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 1.65rem;
    top: 3.25rem;
    bottom: 0.35rem;
    width: 0;
    border-left: 2px dashed #d1d5db;
    transform: translateX(-50%);
}
.mp-ds-how-timeline__rail {
    flex: 0 0 auto;
    width: 3.3rem;
    text-align: center;
}
.mp-ds-how-timeline__num {
    display: block;
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 800;
    color: var(--primary_color, #0f6b5f);
    line-height: 1;
    letter-spacing: -0.03em;
}
.mp-ds-how-timeline__body {
    flex: 1 1 auto;
    min-width: 0;
    padding-top: 0.15rem;
}
.mp-ds-how-timeline__head {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 0.45rem;
}
.mp-ds-how-timeline__icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--primary_color, #0f6b5f);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    flex-shrink: 0;
}
.mp-ds-how-timeline__step-title {
    font-weight: 800;
    font-size: 1.05rem;
    color: #181c32;
    margin: 0;
    line-height: 1.3;
}
.mp-ds-how-timeline__step-text {
    margin: 0;
    color: #7e8299;
    font-size: 0.92rem;
    line-height: 1.55;
    max-width: 26rem;
}
.mp-ds-how-card__visual {
    flex: 1 1 300px;
    min-width: 260px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0;
}
.mp-ds-how-visual-frame {
    position: relative;
    width: 100%;
    max-width: 420px;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    overflow: hidden;
    background: linear-gradient(145deg, #f0fdf9 0%, #ffffff 55%);
    box-shadow: 0 12px 32px rgba(15, 107, 95, 0.12);
}
.mp-ds-how-visual-frame img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.mp-ds-how-bubble {
    position: absolute;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 8px 20px rgba(24, 28, 50, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--primary_color, #0f6b5f);
    font-size: 1.15rem;
}
.mp-ds-how-bubble--1 {
    top: 8%;
    right: -4%;
}
.mp-ds-how-bubble--2 {
    bottom: 22%;
    left: -6%;
}
.mp-ds-how-bubble--3 {
    top: 42%;
    right: -8%;
    width: 46px;
    height: 46px;
    font-size: 1rem;
}

@media (max-width: 991.98px) {
    .mp-ds-how-card {
        padding: 1.75rem 1.25rem;
        gap: 2rem;
    }
    .mp-ds-how-card__content {
        flex: 1 1 100%;
        max-width: none;
        order: 1;
    }
    .mp-ds-how-card__visual {
        flex: 1 1 100%;
        order: 2;
        min-width: 0;
    }
    .mp-ds-how-visual-frame {
        max-width: 360px;
        margin: 0 auto;
    }
    .mp-ds-how-bubble {
        display: none;
    }
}

/* İstatistik */
.mp-ds-stats__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    position: relative;
    z-index: 1;
}
.mp-ds-stat-card {
    background: #fff;
    border-radius: 16px;
    padding: 1.75rem 1.25rem;
    text-align: center;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}
.mp-ds-stat-card__value {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 900;
    color: #0f6b5f;
    line-height: 1.1;
    margin-bottom: 0.35rem;
}
.mp-ds-stat-card__label {
    font-size: 0.9rem;
    font-weight: 700;
    color: #5e6278;
    line-height: 1.35;
}
.mp-ds-stats__foot {
    text-align: center;
    margin-top: 1.75rem;
    font-size: 0.95rem;
    font-weight: 600;
    opacity: 0.92;
    position: relative;
    z-index: 1;
}

/* Blog — public_html/front/mp/assets/css/blog-ds.css */

/* Uzman CTA — public_html/front/mp/assets/css/expert-cta-ds.css */

/* SSS — public_html/front/mp/assets/css/faq-ds.css */


/* Fraud notice */
.mp-ds-fraud .alert {
    border-radius: 14px;
    border: 1px solid #ffe69c;
}

@media (max-width: 991.98px) {
    .mp-ds-stats__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .mp-ds-section {
        padding: 3rem 0;
    }
}
