.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;
}

/* Değerlendirmeler (kart + slider) */
.mp-ds-section--reviews {
    background: #f3f5f8;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}
.mp-ds-reviews-section__title {
    max-width: 52rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.75rem;
    font-size: clamp(1.15rem, 2.2vw, 1.45rem);
    line-height: 1.35;
}
.mp-ds-reviews-shell {
    display: flex;
    justify-content: center;
}
.mp-ds-reviews-card {
    width: min(1060px, 100%);
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 20px;
    box-shadow: 0 20px 55px rgba(24, 28, 50, 0.08);
    padding: 1.35rem 1.35rem 1.1rem;
}
.mp-ds-reviews-card__head {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.15rem 0.35rem 1rem;
    border-bottom: 1px solid #f0f2f6;
    margin-bottom: 1rem;
}
.mp-ds-reviews-card__icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e8f4f1;
    color: #0f6b5f;
    flex: 0 0 auto;
    font-size: 1.05rem;
}
.mp-ds-reviews-card__title {
    margin: 0;
    font-weight: 800;
    font-size: 0.98rem;
    color: #1e3a5f;
}
.mp-ds-reviews-card__sub {
    margin: 0.15rem 0 0;
    font-size: 0.82rem;
    color: #7e8299;
}
.mp-ds-reviews-slider {
    overflow: hidden;
    margin: 0 -0.15rem;
}
.mp-ds-reviews-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.mp-ds-reviews-track::-webkit-scrollbar {
    display: none;
}
.mp-ds-reviews-page {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    scroll-snap-align: start;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
    padding: 0 0.15rem;
    box-sizing: border-box;
}
.mp-ds-reviews-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.45rem;
    padding: 0.85rem 0 0.35rem;
}
.mp-ds-reviews-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    border: 0;
    background: #d5dbe3;
    padding: 0;
    transition: width 0.2s ease, background-color 0.2s ease;
}
.mp-ds-reviews-dot.is-active {
    width: 22px;
    background: #0f6b5f;
}
.mp-ds-reviews-card__footer {
    display: flex;
    justify-content: center;
    padding-top: 0.65rem;
    margin-top: 0.15rem;
}
.mp-ds-reviews-card__all {
    font-weight: 700;
    font-size: 0.88rem;
    color: #0f6b5f;
    text-decoration: none;
}
.mp-ds-reviews-card__all:hover {
    color: #0c5f55;
}

.mp-ds-review-card {
    background: #fff;
    border: 1px solid #e9edf2;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 0;
}
.mp-ds-review-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.9rem 0.95rem 0.65rem;
}
.mp-ds-review-card__identity {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    min-width: 0;
}
.mp-ds-review-card__avatar {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    object-fit: cover;
    background: #f1f3f8;
    flex-shrink: 0;
}
.mp-ds-review-card__who {
    min-width: 0;
}
.mp-ds-review-card__doctor {
    font-weight: 800;
    font-size: 0.88rem;
    color: #1e3a5f;
    margin: 0;
    line-height: 1.25;
}
.mp-ds-review-card__branch {
    font-size: 0.78rem;
    color: #7e8299;
    margin: 0.15rem 0 0;
    line-height: 1.3;
}
.mp-ds-review-card__stars {
    display: flex;
    gap: 1px;
    flex-shrink: 0;
    margin-top: 2px;
}
.mp-ds-review-card__stars img {
    width: 13px;
    height: 13px;
}
.mp-ds-review-card__quote {
    margin: 0;
    padding: 0 0.95rem 0.75rem;
    font-size: 0.86rem;
    font-style: italic;
    color: #5e6278;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.mp-ds-review-card__foot {
    margin-top: auto;
    background: #f6f8fb;
    border-top: 1px solid #eef1f5;
    padding: 0.55rem 0.95rem;
    text-align: right;
    min-height: 2.25rem;
}
.mp-ds-review-card__link {
    font-weight: 700;
    font-size: 0.8rem;
    color: #0f6b5f;
    text-decoration: none;
}
.mp-ds-review-card__link:hover {
    color: #0c5f55;
}

@media (max-width: 767.98px) {
    .mp-ds-reviews-card {
        padding: 1rem 0.85rem 0.85rem;
    }
    .mp-ds-reviews-page {
        grid-template-columns: 1fr;
    }
    .mp-ds-review-card__quote {
        -webkit-line-clamp: 4;
    }
}

/* Uygulama promosyonu */
.mp-ds-section--app {
    background: linear-gradient(125deg, #0b5f54 0%, #0f6b5f 38%, #0d8f7f 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
    padding: 3rem 0;
}
.mp-ds-section--app::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 50% 75% at 18% 45%, rgba(255, 255, 255, 0.12) 0%, transparent 58%),
        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--app::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.22;
    background-image: radial-gradient(rgba(255, 255, 255, 0.35) 1px, transparent 1px);
    background-size: 22px 22px;
    pointer-events: none;
}

.mp-ds-app {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: center;
}
.mp-ds-app__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 0.85rem;
}
.mp-ds-app__title {
    font-weight: 900;
    font-size: clamp(1.4rem, 2.5vw, 1.85rem);
    margin: 0 0 0.5rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
}
.mp-ds-app__lead {
    margin: 0 0 1.15rem;
    font-size: clamp(0.9rem, 1.5vw, 0.98rem);
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.88);
    max-width: 28rem;
}
.mp-ds-app__features {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.35rem;
}
.mp-ds-app__feature {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}
.mp-ds-app__feature-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.14);
    color: #a7f3d0;
    flex-shrink: 0;
    font-size: 0.9rem;
}
.mp-ds-app__feature-body {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    min-width: 0;
}
.mp-ds-app__feature-title {
    font-weight: 800;
    font-size: 0.9rem;
    line-height: 1.3;
    color: #fff;
}
.mp-ds-app__feature-text {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.4;
}
.mp-ds-app__cta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85rem;
}
.mp-ds-app__stores {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}
.mp-ds-app__stores img {
    display: block;
    height: 36px;
    width: auto;
}
.mp-ds-app__more {
    font-size: 0.88rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    opacity: 0.92;
}
.mp-ds-app__more:hover {
    opacity: 1;
    color: #fff;
    text-decoration: underline;
}
.mp-ds-app__showcase {
    position: relative;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    order: 1;
}
.mp-ds-app__panel {
    order: 2;
    max-width: 34rem;
}
.mp-ds-app__glow {
    position: absolute;
    width: min(100%, 360px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 68%);
    top: 50%;
    left: 42%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.mp-ds-app__visual {
    position: relative;
    z-index: 1;
}
.mp-ds-app__visual picture,
.mp-ds-app__visual img {
    display: block;
    max-width: 100%;
}
.mp-ds-app__visual img {
    width: auto;
    max-width: min(100%, 480px);
    max-height: clamp(170px, 24vw, 260px);
    height: auto;
    object-fit: contain;
    object-position: left center;
    filter: drop-shadow(0 16px 32px rgba(0, 0, 0, 0.2));
}
.mp-ds-app__chip {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.65rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.95);
    color: #0f6b5f;
    font-size: 0.7rem;
    font-weight: 800;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
}
.mp-ds-app__chip--1 {
    top: 10%;
    right: 8%;
}
.mp-ds-app__chip--2 {
    bottom: 12%;
    left: 6%;
}

@media (max-width: 991.98px) {
    .mp-ds-section--app {
        padding: 2.5rem 0;
    }
    .mp-ds-app {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .mp-ds-app__showcase {
        order: 1;
        justify-content: center;
        min-height: 180px;
    }
    .mp-ds-app__panel {
        order: 2;
        max-width: none;
    }
    .mp-ds-app__visual img {
        max-height: 200px;
        object-position: center;
    }
    .mp-ds-app__chip {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .mp-ds-app__stores {
        width: 100%;
        justify-content: center;
    }
    .mp-ds-app__cta {
        align-items: stretch;
    }
    .mp-ds-app__more {
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .mp-ds-app__visual img {
        max-height: 180px;
    }
}

/* Blog */
.mp-ds-blog__layout {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 1.25rem;
    align-items: stretch;
}
.mp-ds-blog__featured {
    border-radius: 16px;
    overflow: hidden;
    background: #f9fafb;
    border: 1px solid #eff2f5;
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}
.mp-ds-blog__featured img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.mp-ds-blog__featured-body {
    padding: 1.25rem;
}
.mp-ds-blog__featured h3 {
    font-weight: 800;
    font-size: 1.15rem;
    color: #181c32;
    margin: 0 0 0.5rem;
}
.mp-ds-blog__featured p {
    font-size: 0.9rem;
    color: #7e8299;
    margin: 0;
    line-height: 1.5;
}
.mp-ds-blog__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
.mp-ds-blog__item {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #eff2f5;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    background: #fff;
}
.mp-ds-blog__item img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}
.mp-ds-blog__item h4 {
    font-size: 0.85rem;
    font-weight: 800;
    padding: 0.75rem;
    margin: 0;
    color: #181c32;
    line-height: 1.35;
    flex: 1;
}
.mp-ds-blog__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}
.mp-ds-blog__head .mp-ds-section__title {
    text-align: left;
    margin: 0;
}
.mp-ds-link-all {
    font-weight: 700;
    color: #0f6b5f;
    text-decoration: none;
    font-size: 0.9rem;
}
.mp-ds-link-all:hover {
    color: #0c5f55;
}

/* Uzman CTA */
.mp-ds-expert {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2rem;
    position: relative;
    z-index: 1;
}
.mp-ds-expert__content {
    flex: 1 1 300px;
}
.mp-ds-expert__title {
    font-weight: 900;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    margin-bottom: 0.75rem;
}
.mp-ds-expert__text {
    opacity: 0.92;
    margin-bottom: 1.25rem;
    line-height: 1.55;
}
.mp-ds-expert__checks {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
}
.mp-ds-expert__checks li {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 0.95rem;
}
.mp-ds-expert__checks i {
    color: #a7f3d0;
}
.mp-ds-expert__visual {
    flex: 1 1 280px;
    text-align: center;
}
.mp-ds-expert__visual img {
    max-width: min(420px, 100%);
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}
.mp-ds-btn-light {
    background: #fff;
    color: #0f6b5f;
    font-weight: 800;
    border-radius: 10px;
    padding: 0.75rem 1.5rem;
    border: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
}
.mp-ds-btn-light:hover {
    background: #f0fdf9;
    color: #0c5f55;
}

/* SSS */
.mp-ds-faq .accordion-item {
    border: 1px solid #eff2f5;
    border-radius: 12px !important;
    margin-bottom: 0.75rem;
    overflow: hidden;
}
.mp-ds-faq .accordion-button {
    font-weight: 700;
    font-size: 0.95rem;
    padding: 1rem 1.15rem;
    gap: 0.75rem;
}
.mp-ds-faq .accordion-button:not(.collapsed) {
    background: #f0fdf9;
    color: #0f6b5f;
    box-shadow: none;
}
.mp-ds-faq-support {
    background: #f1faff;
    border: 1px solid #d1e9ff;
    border-radius: 14px;
    padding: 1.25rem 1.5rem;
    margin-top: 2rem;
    text-align: center;
}
.mp-ds-faq-support a {
    font-weight: 800;
    color: #0f6b5f;
}

/* 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;
    }
    .mp-ds-reviews__grid {
        grid-template-columns: 1fr;
    }
    .mp-ds-blog__layout {
        grid-template-columns: 1fr;
    }
    .mp-ds-blog__grid {
        grid-template-columns: 1fr;
    }
}

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