/* ==========================================================================
   GUEST QUOTA & TEASER PAYWALL STYLES - MEMUR KAHVESİ
   ========================================================================== */

.mk-guest-quota-card {
    margin: 2.5rem auto;
    max-width: 680px;
    padding: 2.5rem 2rem;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border: 1.5px solid #e2e8f0;
    border-radius: 20px;
    box-shadow: 0 16px 36px -12px rgba(15, 23, 42, 0.08), 0 4px 12px -2px rgba(15, 23, 42, 0.04);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.mk-guest-quota-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #0284c7 0%, #38bdf8 50%, #0284c7 100%);
}

.mk-guest-quota-icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e0f2fe 0%, #bae6fd 100%);
    color: #0284c7;
    margin-bottom: 1.25rem;
    box-shadow: 0 4px 14px rgba(2, 132, 199, 0.2);
}

.mk-guest-quota-icon-wrap svg,
.mk-guest-quota-icon {
    width: 32px;
    height: 32px;
    display: inline-block;
}

.mk-guest-quota-badge {
    display: inline-block;
    padding: .35rem .85rem;
    border-radius: 999px;
    background: #fef3c7;
    color: #92400e;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .02em;
    margin-bottom: .85rem;
    border: 1px solid #fde68a;
}

.mk-guest-quota-title {
    font-size: 1.45rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.3;
    margin: 0 0 .75rem;
}

.mk-guest-quota-desc {
    font-size: .95rem;
    color: #475569;
    line-height: 1.6;
    max-width: 540px;
    margin: 0 auto 1.75rem;
}

.mk-guest-quota-desc strong {
    color: #0f172a;
}

.mk-guest-quota-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
}

.mk-quota-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .85rem 1.85rem;
    border-radius: 12px;
    background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
    color: #ffffff !important;
    font-weight: 700;
    font-size: .95rem;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(2, 132, 199, 0.3);
    transition: all .2s ease;
}

.mk-quota-btn-primary:hover {
    background: linear-gradient(135deg, #0369a1 0%, #075985 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(2, 132, 199, 0.4);
}

.mk-quota-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .85rem 1.6rem;
    border-radius: 12px;
    background: #ffffff;
    color: #334155 !important;
    border: 1.5px solid #cbd5e1;
    font-weight: 600;
    font-size: .95rem;
    text-decoration: none;
    transition: all .2s ease;
}

.mk-quota-btn-secondary:hover {
    background: #f8fafc;
    border-color: #94a3b8;
    color: #0f172a !important;
}

.mk-guest-quota-perks {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    justify-content: center;
    padding-top: 1.25rem;
    border-top: 1px solid #f1f5f9;
    font-size: .82rem;
    color: #64748b;
}

/* ── BECAYIS TEASER WRAPPER & BLUR STYLES ──────────────────────────────── */
.becayis-guest-teaser-wrap {
    position: relative;
    width: 100%;
}

.becayis-guest-teaser-wrap .listing-grid.is-guest-teaser {
    filter: blur(5px);
    user-select: none;
    pointer-events: none;
    opacity: 0.55;
    transition: filter .3s ease;
}

.becayis-guest-floating-gate {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: 92%;
    max-width: 620px;
    z-index: 20;
    pointer-events: auto;
}

.becayis-guest-floating-gate .mk-guest-quota-card {
    margin: 0;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(14px);
    border: 2px solid #0284c7;
    box-shadow: 0 24px 50px -12px rgba(2, 132, 199, 0.25), 0 10px 25px -5px rgba(0, 0, 0, 0.12);
}

/* ── DARK MODE DESTEĞİ ─────────────────────────────────────────────────── */
@media (prefers-color-scheme: dark) {
    .mk-guest-quota-card {
        background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
        border-color: #334155;
        box-shadow: 0 16px 36px -12px rgba(0, 0, 0, 0.5);
    }
    .mk-guest-quota-title {
        color: #f8fafc;
    }
    .mk-guest-quota-desc {
        color: #94a3b8;
    }
    .mk-guest-quota-desc strong {
        color: #f1f5f9;
    }
    .mk-quota-btn-secondary {
        background: #1e293b;
        color: #e2e8f0 !important;
        border-color: #475569;
    }
    .mk-quota-btn-secondary:hover {
        background: #334155;
        border-color: #64748b;
    }
    .mk-guest-quota-perks {
        border-top-color: #334155;
        color: #94a3b8;
    }
    .becayis-guest-floating-gate .mk-guest-quota-card {
        background: rgba(30, 41, 59, 0.95);
        border-color: #38bdf8;
    }
}
