/* Ana sayfa — mobil uygulama promosyonu (etkileşimli sekme + telefon mockup) */

.mp-ds-app-promo {
    background:
        radial-gradient(900px 420px at 85% 20%, rgba(15, 107, 95, 0.08) 0%, rgba(15, 107, 95, 0) 62%),
        linear-gradient(180deg, #f8fafb 0%, #ffffff 55%, #f4f8f7 100%);
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.mp-ds-app-promo__shell {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
    gap: 2.5rem 3rem;
    align-items: center;
    padding: 2.25rem 2.5rem;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(15, 107, 95, 0.08);
    box-shadow:
        0 24px 60px rgba(15, 23, 42, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.mp-ds-app-promo__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    width: fit-content;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: rgba(15, 107, 95, 0.08);
    border: 1px solid rgba(15, 107, 95, 0.12);
    color: #0f6b5f;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    margin-bottom: 0.85rem;
}

.mp-ds-app-promo__title {
    font-weight: 800;
    font-size: clamp(1.5rem, 2.2vw, 1.9rem);
    color: #181c32;
    margin: 0 0 0.5rem;
    letter-spacing: -0.02em;
    line-height: 1.15;
}

.mp-ds-app-promo__lead {
    margin: 0 0 1.5rem;
    max-width: 28rem;
    color: #7e8299;
    font-size: 1rem;
    line-height: 1.55;
}

.mp-ds-app-promo__tabs {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    margin-bottom: 1.5rem;
}

.mp-ds-app-promo__tab {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    width: 100%;
    padding: 0.85rem 1rem;
    border-radius: 14px;
    border: 1px solid #e8edf2;
    background: #fafbfc;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.mp-ds-app-promo__tab:hover {
    border-color: rgba(15, 107, 95, 0.22);
    background: #f4fbf9;
}

.mp-ds-app-promo__tab.is-active {
    border-color: rgba(15, 107, 95, 0.35);
    background: linear-gradient(135deg, #f0fdf9 0%, #ffffff 100%);
    box-shadow: 0 10px 24px rgba(15, 107, 95, 0.1);
    transform: translateX(4px);
}

.mp-ds-app-promo__tab-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: #0f6b5f;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.mp-ds-app-promo__tab.is-active .mp-ds-app-promo__tab-icon {
    transform: scale(1.05);
}

.mp-ds-app-promo__tab-body {
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
    min-width: 0;
    padding-top: 0.05rem;
}

.mp-ds-app-promo__tab-title {
    font-weight: 800;
    font-size: 0.95rem;
    line-height: 1.3;
    color: #181c32;
}

.mp-ds-app-promo__tab-text {
    font-size: 0.84rem;
    color: #7e8299;
    line-height: 1.45;
}

.mp-ds-app-promo__cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem 1.25rem;
    padding-top: 1.15rem;
    border-top: 1px solid #eef1f5;
}

.mp-ds-app-promo__stores {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.mp-ds-app-promo__store-link {
    display: inline-flex;
    border-radius: 10px;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.mp-ds-app-promo__store-link:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
}

.mp-ds-app-promo__store-link img {
    display: block;
    height: 38px;
    width: auto;
}

.mp-ds-app-promo__more {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.88rem;
    font-weight: 700;
    color: #0f6b5f;
    text-decoration: none;
}

.mp-ds-app-promo__more:hover {
    color: #0c5f55;
}

.mp-ds-app-promo__more i {
    font-size: 0.78rem;
    transition: transform 0.15s ease;
}

.mp-ds-app-promo__more:hover i {
    transform: translateX(3px);
}

/* Telefon mockup */
.mp-ds-app-promo__device {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 420px;
}

.mp-ds-app-promo__glow {
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(15, 107, 95, 0.18) 0%, rgba(15, 107, 95, 0) 70%);
    pointer-events: none;
}

.mp-ds-app-promo__phone {
    position: relative;
    width: 100%;
    max-width: 270px;
    aspect-ratio: 9 / 19;
    border-radius: 34px;
    padding: 12px 10px 16px;
    background: linear-gradient(160deg, #1e293b 0%, #0f172a 100%);
    box-shadow:
        0 28px 56px rgba(15, 23, 42, 0.28),
        inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    transform: rotate(-4deg);
    transition: transform 0.35s ease;
}

.mp-ds-app-promo__shell:hover .mp-ds-app-promo__phone {
    transform: rotate(-2deg) translateY(-4px);
}

.mp-ds-app-promo__phone-notch {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 88px;
    height: 22px;
    border-radius: 0 0 14px 14px;
    background: #0f172a;
    z-index: 2;
}

.mp-ds-app-promo__phone-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.35rem 0.55rem 0.55rem;
    color: #fff;
    font-size: 0.62rem;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.mp-ds-app-promo__phone-signal {
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
    opacity: 0.9;
}

.mp-ds-app-promo__screen {
    display: none;
    min-height: calc(100% - 1.5rem);
    padding: 0.65rem 0.55rem 0.75rem;
    border-radius: 24px;
    background: linear-gradient(180deg, #f8fffd 0%, #ffffff 100%);
    animation: mpAppPromoFade 0.28s ease;
}

.mp-ds-app-promo__screen.is-active {
    display: block;
}

@keyframes mpAppPromoFade {
    from {
        opacity: 0;
        transform: translateY(6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mp-ds-app-promo__screen-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.mp-ds-app-promo__screen-label {
    font-size: 0.78rem;
    font-weight: 800;
    color: #181c32;
}

.mp-ds-app-promo__screen-pill {
    font-size: 0.62rem;
    font-weight: 700;
    padding: 0.2rem 0.45rem;
    border-radius: 999px;
    background: rgba(15, 107, 95, 0.1);
    color: #0f6b5f;
}

.mp-ds-app-promo__rows {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.mp-ds-app-promo__row {
    display: grid;
    grid-template-columns: 42px 1fr auto;
    gap: 0.45rem;
    align-items: center;
    padding: 0.55rem 0.5rem;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e8edf2;
}

.mp-ds-app-promo__row.is-highlight {
    border-color: rgba(15, 107, 95, 0.22);
    background: #f4fbf9;
}

.mp-ds-app-promo__row-time {
    font-size: 0.62rem;
    font-weight: 800;
    color: #0f6b5f;
    text-align: center;
    line-height: 1.2;
}

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

.mp-ds-app-promo__row-copy strong {
    font-size: 0.68rem;
    color: #181c32;
    line-height: 1.25;
}

.mp-ds-app-promo__row-copy span {
    font-size: 0.6rem;
    color: #7e8299;
}

.mp-ds-app-promo__row-badge {
    font-size: 0.55rem;
    font-weight: 800;
    padding: 0.18rem 0.35rem;
    border-radius: 999px;
    background: #0f6b5f;
    color: #fff;
    white-space: nowrap;
}

/* Video seans ekranı */
.mp-ds-app-promo__video {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 320px;
    border-radius: 20px;
    background: linear-gradient(165deg, #0f6b5f 0%, #0b5f55 55%, #094f48 100%);
    color: #fff;
    text-align: center;
    padding: 1rem 0.75rem;
}

.mp-ds-app-promo__video-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin-bottom: 0.65rem;
}

.mp-ds-app-promo__video-name {
    font-size: 0.72rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
}

.mp-ds-app-promo__video-timer {
    font-size: 0.62rem;
    opacity: 0.85;
    margin-bottom: 1.25rem;
}

.mp-ds-app-promo__video-actions {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
}

.mp-ds-app-promo__video-actions span {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
}

.mp-ds-app-promo__video-actions span.is-end {
    width: 44px;
    height: 44px;
    background: #ef4444;
    font-size: 0.85rem;
}

/* Bildirim ekranı */
.mp-ds-app-promo__notify {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.mp-ds-app-promo__notify li {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    padding: 0.6rem 0.55rem;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e8edf2;
}

.mp-ds-app-promo__notify-icon {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background: rgba(15, 107, 95, 0.1);
    color: #0f6b5f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    flex-shrink: 0;
}

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

.mp-ds-app-promo__notify-copy strong {
    font-size: 0.68rem;
    color: #181c32;
}

.mp-ds-app-promo__notify-copy span {
    font-size: 0.6rem;
    color: #7e8299;
    line-height: 1.4;
}

@media (max-width: 991.98px) {
    .mp-ds-app-promo__shell {
        grid-template-columns: 1fr;
        padding: 1.75rem 1.25rem;
        gap: 2rem;
    }

    .mp-ds-app-promo__device {
        order: -1;
        min-height: 360px;
    }

    .mp-ds-app-promo__phone {
        max-width: 250px;
        transform: rotate(0);
    }

    .mp-ds-app-promo__shell:hover .mp-ds-app-promo__phone {
        transform: translateY(-2px);
    }

    .mp-ds-app-promo__cta {
        flex-direction: column;
        align-items: stretch;
    }

    .mp-ds-app-promo__stores {
        justify-content: center;
    }

    .mp-ds-app-promo__more {
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .mp-ds-app-promo__tab.is-active {
        transform: none;
    }
}
