/* Referans Modülü Mağaza Stilleri */
.ref-share-card {
    background: linear-gradient(135deg, rgba(248, 249, 250, 0.9) 0%, rgba(233, 236, 239, 0.6) 100%);
    transition: all 0.2s ease-in-out;
}

.ref-share-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
}

.referral-dashboard .card {
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.referral-dashboard .card:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06) !important;
}

.referral-dashboard .nav-tabs-bordered {
    border-bottom: 2px solid #e9ecef;
}

.referral-dashboard .nav-tabs-bordered .nav-link {
    border: none;
    border-bottom: 2px solid transparent;
    color: #6c757d;
    margin-bottom: -2px;
    padding: 0.75rem 1.25rem;
}

.referral-dashboard .nav-tabs-bordered .nav-link.active {
    color: #0d6efd;
    border-bottom-color: #0d6efd;
    background: transparent;
}

/* Hero Left Side Ultra-Premium Typography & Buttons */
.referral-hero {
    background: #0b0f19 !important;
    background: linear-gradient(135deg, #090d16 0%, #1e1b4b 50%, #0f172a 100%) !important;
    position: relative !important;
    border: 1px solid #1e293b !important;
    border-radius: 20px !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35) !important;
    color: #ffffff !important;
}

.referral-hero-bg {
    position: absolute !important;
    top: -20% !important;
    right: -10% !important;
    width: 650px !important;
    height: 650px !important;
    background: radial-gradient(circle, rgba(244, 63, 94, 0.25) 0%, rgba(99, 102, 241, 0.08) 50%, rgba(0, 0, 0, 0) 70%) !important;
    pointer-events: none !important;
    filter: blur(40px) !important;
}

.referral-hero-badge {
    background: #e11d48 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 0.85rem !important;
    padding: 7px 18px !important;
    border-radius: 50px !important;
    box-shadow: 0 4px 14px rgba(225, 29, 72, 0.35) !important;
}

.hero-title-main {
    color: #ffffff !important;
    font-size: clamp(2.2rem, 4vw, 3.2rem) !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
    letter-spacing: -0.02em !important;
}

.text-gradient-red-vibrant {
    color: #ff2a55 !important;
    background: linear-gradient(135deg, #ff4d6d 0%, #ff2a55 50%, #ff6b8b 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.hero-lead-desc {
    font-size: 1.1rem !important;
    line-height: 1.65 !important;
    color: #cbd5e1 !important;
    font-weight: 400 !important;
}

.btn-hero-cta {
    background: #ff1e46 !important;
    background: linear-gradient(135deg, #ff2a55 0%, #e11d48 100%) !important;
    color: #ffffff !important;
    border: none !important;
    padding: 16px 32px !important;
    font-size: 1.05rem !important;
    font-weight: 800 !important;
    border-radius: 14px !important;
    box-shadow: 0 10px 28px rgba(225, 29, 72, 0.5) !important;
    transition: all 0.25s ease !important;
}

.btn-hero-cta:hover {
    background: #e11d48 !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 14px 36px rgba(225, 29, 72, 0.7) !important;
}

.btn-hero-secondary {
    background: #1e293b !important;
    border: 1px solid #334155 !important;
    color: #ffffff !important;
    padding: 16px 28px !important;
    font-size: 1.025rem !important;
    font-weight: 700 !important;
    border-radius: 14px !important;
    transition: all 0.25s ease !important;
}

.btn-hero-secondary:hover {
    background: #334155 !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
}

.ref-feature-item {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    padding: 8px 16px !important;
    border-radius: 50px !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    color: #f1f5f9 !important;
}

.referral-bottom-cta {
    background: #090d16 !important;
    background: linear-gradient(135deg, #090d16 0%, #1e1b4b 50%, #0f172a 100%) !important;
    border: 1px solid rgba(225, 29, 72, 0.3) !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4) !important;
    border-radius: 24px !important;
}



.card-preview-premium {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 25px 60px -15px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.1);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.card-preview-premium:hover {
    transform: translateY(-6px);
}

.preview-stat-row {
    background: #f8fafc;
    border: 1px solid #f1f5f9;
    border-radius: 12px;
    padding: 10px 14px;
    transition: background 0.2s ease;
}

.preview-stat-row:hover {
    background: #f1f5f9;
}

.preview-stat-row-total {
    background: #fff1f2;
    border: 1px solid #fecdd3;
    border-radius: 12px;
    padding: 12px 14px;
}

.backdrop-blur {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.hover-scale {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hover-up {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hover-up:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08) !important;
}

.shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.space-y-2 > * + * {
    margin-top: 0.5rem;
}



