/* ============================================
   کارت‌های اصلی (ستون راست)
   ============================================ */

/* ---- کارت شیشه‌ای عمومی ---- */
.glass-card {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.5rem;
    transition: all 0.3s ease;
}

.glass-card:hover {
    border-color: rgba(253, 86, 49, 0.3);
    transform: translateY(-2px);
}

/* ---- هدر بخش‌ها ---- */
.section-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.section-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, rgba(253, 86, 49, 0.15), rgba(93, 60, 242, 0.15));
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: #fd5631;
}

.section-icon.small {
    width: 32px;
    height: 32px;
    font-size: 1rem;
}

.section-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.section-title.small {
    font-size: 1rem;
}

.section-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, rgba(253, 86, 49, 0.3), transparent);
}

/* ---- درباره (تایپ‌رایتر) ---- */
.about-text .typewriter-text {
    color: #fff;
    line-height: 1.8;
}

/* ---- نرخ‌های تبلیغات ---- */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
}

.pricing-card {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 1rem;
    padding: 1rem;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.pricing-card:hover {
    background: rgba(253, 86, 49, 0.08);
    transform: translateY(-3px);
    border-color: rgba(253, 86, 49, 0.3);
}

.pricing-card-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, rgba(253, 86, 49, 0.2), rgba(93, 60, 242, 0.2));
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.75rem;
    font-size: 1.5rem;
    color: #fd5631;
}

.pricing-card-title {
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.5rem;
}

.price-number {
    font-size: 1.25rem;
    font-weight: 700;
    color: #07c98b;
}

.price-currency {
    font-size: 0.7rem;
    color: #9691a4;
    margin-right: 0.25rem;
}

.pricing-card-feature {
    font-size: 0.7rem;
    color: #9691a4;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
}

/* ---- نظرات ---- */
.reviews-container-scroll {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.review-card-modern {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 1rem;
    padding: 1rem;
    transition: all 0.3s ease;
}

.review-card-modern:hover {
    background: rgba(253, 86, 49, 0.06);
    transform: translateY(-3px);
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.75rem;
}

.reviewer-info {
    display: flex;
    gap: 0.5rem;
}

.reviewer-avatar {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #2a2438, #1a1528);
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: #fd5631;
}

.reviewer-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.75rem;
}

.reviewer-name {
    font-weight: 600;
    color: #fff;
    font-size: 0.85rem;
}

.reviewer-date {
    font-size: 0.75rem;
    color: #666276;
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

.review-rating-stars {
    display: flex;
    gap: 0.15rem;
}

.review-rating-stars i {
    font-size: 0.65rem;
    color: #fdbc31;
}

.review-body {
    font-size: 0.8rem;
    color: #bbb7c5;
    line-height: 1.6;
    margin-bottom: 0.75rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.review-footer {
    font-size: 0.6rem;
    color: #07c98b;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.empty-reviews {
    text-align: center;
    padding: 2rem;
}

.empty-reviews-icon {
    width: 64px;
    height: 64px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 2rem;
    color: #666276;
}

.text-accent {
    color: #5d3cf2 !important;
}

/* ---- کارت حرفه‌ای‌گری ---- */
.channel-excellence-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.6rem;
}

.channel-excellence-item {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 0.75rem;
    padding: 0.7rem 0.5rem;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.channel-excellence-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #fd5631, #5d3cf2, transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.channel-excellence-item:hover {
    background: rgba(253, 86, 49, 0.06);
    border-color: rgba(253, 86, 49, 0.2);
    transform: translateY(-2px);
}

.channel-excellence-item:hover::before {
    opacity: 1;
}

.channel-excellence-icon {
    width: 32px;
    height: 32px;
    margin: 0 auto 0.3rem;
    background: linear-gradient(135deg, rgba(253, 86, 49, 0.12), rgba(93, 60, 242, 0.12));
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    color: #fd5631;
    transition: all 0.3s ease;
}

.channel-excellence-item:hover .channel-excellence-icon {
    background: linear-gradient(135deg, #fd5631, #fd3a0e);
    color: #fff;
    transform: scale(1.05);
    box-shadow: 0 3px 12px rgba(253, 86, 49, 0.3);
}

/* رنگ‌های خاص */
.channel-excellence-item:nth-child(1) .channel-excellence-icon {
    color: #5d3cf2;
}

.channel-excellence-item:nth-child(2) .channel-excellence-icon {
    color: #fdbc31;
}

.channel-excellence-item:nth-child(3) .channel-excellence-icon {
    color: #07c98b;
}

.channel-excellence-item:nth-child(4) .channel-excellence-icon {
    color: #fd5631;
}

.channel-excellence-item:nth-child(1):hover .channel-excellence-icon {
    background: linear-gradient(135deg, #301e80, #3f3572);
}

.channel-excellence-item:nth-child(2):hover .channel-excellence-icon {
    background: linear-gradient(135deg, #02442f, #03744f);
}

.channel-excellence-item:nth-child(3):hover .channel-excellence-icon {
    background: linear-gradient(135deg, #99721e, #906202);
}

.channel-excellence-item:nth-child(4):hover .channel-excellence-icon {
    background: linear-gradient(135deg, #96321c, #bf2d0c);
}

.channel-excellence-value {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 0.05rem;
}

.channel-excellence-value .value-unit {
    font-size: 0.55rem;
    font-weight: 400;
    color: #9691a4;
    margin-right: 0.1rem;
}

.channel-excellence-label {
    font-size: 0.55rem;
    font-weight: 500;
    color: #9691a4;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

/* ---- دشبورد کاربر (سطح کاربری) ---- */
.dashboard-card {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    overflow: hidden;
}

.dashboard-card:hover {
    border-color: rgba(253, 86, 49, 0.3);
    box-shadow: 0 8px 25px -8px rgba(0, 0, 0, 0.3);
}

.dashboard-card-header {
    background: rgba(255, 255, 255, 0.02);
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* ---- ریسپانسیو ---- */
@media (max-width: 768px) {
    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .review-card-modern {
        min-width: 100%;
    }

    .channel-excellence-grid {
        gap: 0.4rem;
    }

    .channel-excellence-item {
        padding: 0.5rem 0.3rem;
    }

    .channel-excellence-icon {
        width: 28px;
        height: 28px;
        font-size: 0.75rem;
    }

    .channel-excellence-value {
        font-size: 0.9rem;
    }

    .channel-excellence-label {
        font-size: 0.5rem;
    }
}