


/****************welcome******************   */
    .detail-item-welcome {
        margin-top: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 12px;
        width: 100%;
        font-size: 0.95rem;
        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .detail-item-welcome:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .training-style-position-detail-item-welcome {
        margin: 0;
        align-self: center;
    }

    /* رسپانسیو */
    @media (max-width: 768px) {
        .detail-item-welcome {
            width: 100%;
            margin-top: 10px;
        }
    }

    /* استایل‌های کارت آمار */
    .training-style-stats-grid-welcome {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
        max-width: 800px;
        margin: 0 auto 40px auto;
    }

    .training-style-signal-buy-welcome {
        background: rgba(0, 255, 0, 0.2);
        color: #00ff00;
        padding: 5px 12px;
        border-radius: 20px;
        font-size: 0.8rem;
        font-weight: bold;
    }

    .training-style-signal-sell-welcome {
        background: rgba(255, 0, 0, 0.2);
        color: #ff4444;
        padding: 5px 12px;
        border-radius: 20px;
        font-size: 0.8rem;
        font-weight: bold;
    }

    .training-style-img100-welcome {
        width: 100%;
        border-radius: 8px;
        margin-top: 15px;
        transition: transform 0.3s ease;
    }

    /*.training-style-img100-welcome:hover {*/
    /*    transform: scale(1.02);*/
    /*}*/

    .detail-item .label-welcome {
        color: #b0b0b0;
    }

    .detail-item .value-welcome {
        color: #fff;
        font-weight: 500;
        direction: ltr;
    }

    .detail-item-stop-welcome {
        display: flex;
        justify-content: space-between;
        margin-bottom: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid #2a2a2a;
    }

    .detail-item-stop-welcome:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .detail-item-stop-welcome .label-welcome {
        color: #b0b0b0;
    }

    .detail-item-stop-welcome .value-welcome {
        color: #ff0000;
        font-weight: 500;
        direction: ltr;
    }

    .detail-item-takepro-welcome {
        display: flex;
        justify-content: space-between;
        margin-bottom: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid #2a2a2a;
    }

    .detail-item-takepro-welcome:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .detail-item-takepro-welcome .label-welcome {
        color: #b0b0b0;
    }

    .detail-item-takepro-welcome .value-welcome {
        color: #00ff00;
        font-weight: 500;
        direction: ltr;
    }

    /* استایل‌های نمودار */
    .training-style-chart-header-welcome {
        padding: 20px 30px;
        border-bottom: 1px solid #333;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .training-style-chart-header-welcome h3 {
        color: #fff;
        margin: 0;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .training-style-chart-header-welcome h3 i {
        color: #00ff00;
    }

    .training-style-symbol-selector-welcome select {
        padding: 8px 12px;
        border-radius: 8px;
        border: 1px solid #333;
        background: #2a2a2a;
        color: #fff;
        font-size: 0.9rem;
        transition: all 0.3s ease;
    }

    .training-style-symbol-selector-welcome select:focus {
        outline: none;
        border-color: #00ff00;
    }

    /* استایل‌های جدید برای بخش سیگنال‌های یک دقیقه */
    .minute-signals-hero-welcome {
        text-align: center;
        position: relative;
        overflow: hidden;
        background: linear-gradient(135deg, #0f0f0f 0%, #161616 50%, #161616 100%);
        border-radius: 40px;
        max-width: 1500px;
        width: 96%;
        margin: 40px auto;
        padding: 60px 0;
        border: 1px solid #2e2e2e;
    }

    .minute-signals-content-welcome {
        position: relative;
        z-index: 0;
    }

    .minute-cta-section-welcome {
        margin: 40px 10px;
    }

    .training-style-position-info-welcome {
        padding: 20px 30px;
        background-color: transparent;
        border-top: 1px solid #333;
    }

    .training-style-position-details-welcome {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 15px;
    }

    #training-style-tradingview_chart {
        border-bottom: 1px solid #333;
    }

    /* رسپانسیو */
    @media (max-width: 768px) {
        .training-style-stats-grid-welcome {
            grid-template-columns: repeat(2, 1fr);
        }

        .training-style-chart-header-welcome {
            flex-direction: column;
            gap: 15px;
            align-items: flex-start;
        }
    }

    @media (max-width: 480px) {
        .training-style-stats-grid-welcome {
            grid-template-columns: 1fr;
        }
    }

    /* Lightbox Modal - Full Screen */
    .lightbox-modal-welcome {
        display: none;
        position: fixed;
        z-index: 10000;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.98);
        animation: fadeIn 0.3s ease;
    }

    .lightbox-modal-content-welcome {
        position: relative;
        width: 100vw;
        height: 100vh;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .lightbox-modal-image-welcome {
        max-width: 95vw;
        max-height: 95vh;
        width: auto;
        height: auto;
        object-fit: contain;
        border-radius: 0;
        box-shadow: none;
        animation: zoomIn 0.3s ease;
    }

    .lightbox-close-welcome {
        position: fixed;
        right: 30px;
        top: 30px;
        color: #fff;
        font-size: 50px;
        font-weight: bold;
        cursor: pointer;
        z-index: 10001;
        background: rgba(0, 0, 0, 0.6);
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        border: 2px solid rgba(255, 255, 255, 0.3);
    }

    .lightbox-close-welcome:hover {
        background: rgba(255, 0, 0, 0.8);
        transform: scale(1.1);
        border-color: rgba(255, 255, 255, 0.6);
    }

    /* Navigation Buttons */
    .lightbox-nav-welcome {
        position: fixed;
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 20px;
        z-index: 10001;
    }

    .nav-btn-welcome {
        background: rgba(255, 255, 255, 0.15);
        color: #ffffff;
        border: 2px solid rgba(255, 255, 255, 0.4);
        padding: 14px 28px;
        border-radius: 35px;
        cursor: pointer;
        font-size: 16px;
        font-weight: 600;
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        backdrop-filter: blur(15px) saturate(180%);
        -webkit-backdrop-filter: blur(15px) saturate(180%);
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1),
            inset 0 1px 0 rgba(255, 255, 255, 0.2),
            inset 0 -1px 0 rgba(0, 0, 0, 0.1);
        position: relative;
        overflow: hidden;
        letter-spacing: 0.5px;
    }

    .nav-btn-welcome::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
        transition: left 0.6s ease;
    }

    .nav-btn-welcome:hover {
        background: rgba(255, 255, 255, 0.25);
        border-color: rgba(255, 255, 255, 0.7);
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15),
            inset 0 1px 0 rgba(255, 255, 255, 0.3),
            inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    }

    .nav-btn-welcome:hover::before {
        left: 100%;
    }

    .nav-btn-welcome:active {
        transform: translateY(-1px);
        transition: all 0.1s ease;
    }

    .nav-btn-welcome.active {
        background: rgba(76, 175, 80, 0.35);
        border-color: #4CAF50;
        box-shadow: 0 4px 20px rgba(76, 175, 80, 0.3),
            inset 0 1px 0 rgba(255, 255, 255, 0.3);
        color: #ffffff;
    }

    /* Animations */
    @keyframes fadeIn {
        from { opacity: 0; }
        to { opacity: 1; }
    }

    @keyframes zoomIn {
        from { 
            transform: scale(0.9); 
            opacity: 0; 
        }
        to { 
            transform: scale(1); 
            opacity: 1; 
        }
    }

    /* استایل برای نوار ابزار TradingView */
    .tradingview-widget-container-welcome iframe {
        border: none;
    }

    /* تنظیمات برای نمایش بهتر نوار ابزار */
    .tradingview-widget-container-welcome {
        position: relative;
    }

    /* اطمینان از نمایش صحیح نمودار */
    #training-style-tradingview_chart {
        position: relative;
        min-height: 600px;
    }

    .tradingview-widget-container-welcome__widget {
        height: 100% !important;
    }

    .tradingview-widget-container-welcome {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .tradingview-widget-container-welcome__widget {
        height: 100% !important;
        width: 100% !important;
    }

    .training-style-symbol-selector-welcome {
        margin-left: 20px;
    }

    .training-style-symbol-selector-welcome select {
        padding: 10px 15px;
        border-radius: 8px;
        border: 1px solid #333;
        background: #2a2a2a;
        color: #fff;
        font-size: 0.9rem;
        transition: all 0.3s ease;
        min-width: 150px;
        cursor: pointer;
    }

    .training-style-symbol-selector-welcome select:focus {
        outline: none;
        border-color: #00ff00;
        box-shadow: 0 0 0 2px rgba(0, 255, 0, 0.2);
    }

    .training-style-symbol-selector-welcome select option {
        background: #2a2a2a;
        color: #fff;
        padding: 10px;
    }

    .training-style-position-detail-item-welcome {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 0;
        border-bottom: 1px solid #333;
    }

    .training-style-position-detail-item-welcome .label-welcome {
        color: #b0b0b0;
        font-weight: bold;
    }

    .training-style-position-detail-item-welcome .value-welcome {
        color: white;
        text-align: left;
    }

    .training-style-position-info-welcome {
        padding: 0;
    }

    .training-style-position-details-welcome {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 20px;
        background-color: transparent;
        border: none;
    }

    .training-style-position-detail-item-welcome {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        transition: all 0.3s ease;
    }

    .training-style-position-detail-item-welcome:hover {
        background: rgba(255, 255, 255, 0.1);
        transform: translateY(-2px);
    }

    .training-style-position-detail-item-welcome .label-welcome {
        color: #b0b0b0;
        font-weight: 500;
        font-size: 0.9rem;
    }

    .training-style-position-detail-item-welcome .value-welcome {
        color: white;
        font-weight: 600;
        font-size: 1rem;
    }

    /* استایل مخصوص سیگنال خرید و فروش */
    .training-style-signal-buy-welcome {
        color: #00ff00 !important;
        background: rgba(0, 255, 0, 0.1);
        padding: 0 8px;
        border-radius: 20px;
        border: 1px solid rgba(0, 255, 0, 0.3);
    }

    .training-style-signal-sell-welcome {
        color: #ff4444 !important;
        background: rgba(255, 68, 68, 0.1);
        padding: 0 8px;
        border-radius: 20px;
        border: 1px solid rgba(255, 68, 68, 0.3);
    }

    /* استایل Risk/Reward */
    .training-style-position-detail-item-welcome[style*="background: rgba(0, 180, 255, 0.1)"] {
        background: rgba(0, 180, 255, 0.15) !important;
        border: 1px solid rgba(0, 180, 255, 0.3);
        border-right: 4px solid #00b4ff;
    }

    /* استایل تصویر */
    .training-style-img100-welcome {
        width: 100%;
        border-radius: 10px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        border: 1px solid rgba(255, 255, 255, 0.1);
        background-color: #161616;
    }

    /* رسپانسیو */
    @media (max-width: 768px) {
        .training-style-position-detail-item-welcome {
            flex-direction: column;
            align-items: flex-start;
            gap: 8px;
        }

        .training-style-position-detail-item-welcome .value-welcome {
            align-self: flex-end;
        }
    }

    /* استایل ماشین حساب مربع با سایزهای مختلف */
    .training-style-tradingview-chart-container-welcome {
        background-color: #161616;
        border-radius: 40px;
        overflow: hidden;
        max-width: 1500px;
        width: 96%;
        margin: 40px auto;
    }

    #training-style-tradingview_chart {
        height: 600px;
        width: 100%;
    }

    .detail-item-takepro-welcome {
        padding: 8px 12px;
        margin: 5px 0;
        background: rgba(0, 255, 0, 0.05);
        border-radius: 6px;
        border-right: 3px solid #00ff00;
        margin: 8px 8px;
    }

    .detail-item-stop-welcome {
        padding: 8px 12px;
        margin: 5px 0;
        background: rgba(255, 0, 0, 0.05);
        border-radius: 6px;
        border-right: 3px solid #ff4444;
        margin: 8px 8px;
    }

    .training-style-position-detail-item-welcome {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 8px;
        border-bottom: 1px solid #333;
        margin: 8px 8px;
    }

    .training-style-position-detail-item-welcome .label-welcome {
        color: #b0b0b0;
        font-weight: bold;
    }

    .training-style-position-detail-item-welcome .value-welcome {
        color: white;
        text-align: left;
    }

    /*****************لینک تایم خبر*****************/
    .btn-welcome {
        display: inline-block;
        background: linear-gradient(90deg, #4361ee, #3a0ca3);
        color: white;
        padding: 14px 35px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 600;
        font-size: 1.1rem;
        margin: 15px 0;
        transition: all 0.3s ease;
        box-shadow: 0 5px 15px rgba(67, 97, 238, 0.3);
        border: none;
        cursor: pointer;
    }

    .btn-welcome:hover {
        transform: scale(1.05);
        box-shadow: 0 8px 20px rgba(67, 97, 238, 0.5);
    }

    .btn-welcome i {
        margin-left: 8px;
    }

    /*******************مدرن***************************/
    /* دکمه‌های مدرن */
    .modern-btn-welcome {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        padding: 16px 32px;
        background: var(--primary-gradient);
        color: #000;
        text-decoration: none;
        border-radius: 12px;
        font-weight: 700;
        font-size: 1.1rem;
        border: none;
        cursor: pointer;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
        overflow: hidden;
        box-shadow: 0 8px 25px rgba(0, 255, 0, 0.3);
    }

    .modern-btn-welcome::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
        transition: left 0.6s ease;
    }

    .modern-btn-welcome:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 35px rgba(0, 255, 0, 0.4);
    }

    .modern-btn-welcome:hover::before {
        left: 100%;
    }

    /* بخش سیگنال‌های فعال بهبود یافته */
    .detail-label-welcome {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #b0b0b0;
        font-weight: 600;
        font-size: 0.9rem;
    }

    /* ویژگی‌های ریسپانسیو */
    @media (max-width: 768px) {
        .modern-btn-welcome {
            width: 100%;
            justify-content: center;
        }
    }

    /********************هیرو سکشن*****************/
    /* استایل مدرن برای بخش هیرو */
    .modern-hero-section-welcome {
        position: relative;
        min-height: 85vh;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, #16213e 0%, #16213e 50%, #16213e 100%);
        overflow: hidden;
        padding: 40px 0;
        margin: 0;
    }

    .hero-background-welcome {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

    .hero-particles-welcome {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
      background-image: 
    radial-gradient(circle at 20% 30%, rgba(0, 0, 0, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(25, 25, 112, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 40% 80%, rgba(155, 89, 182, 0.05) 0%, transparent 50%);
        animation: particleFloat 20s ease-in-out infinite;
    }

    .hero-gradient-welcome {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: 
            linear-gradient(45deg, rgba(0, 180, 255, 0.1) 0%, transparent 50%),
            linear-gradient(135deg, rgba(46, 204, 113, 0.1) 50%, transparent 100%);
    }

    .hero-container-welcome {
        max-width: 1500px;
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
        display: grid;
        grid-template-columns: 1fr 400px;
        gap: 60px;
        align-items: center;
        position: relative;
        z-index: 2;
    }

    .hero-content-welcome {
        position: relative;
        z-index: 3;
    }

    /* عنوان اصلی فارسی */
    .main-title-wrapper-welcome {
        margin-bottom: 30px;
    }

    .persian-main-title-welcome {
        font-size: 4rem;
        font-weight: 800;
        line-height: 1.1;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        gap: 20px;
        flex-wrap: wrap;
        background: linear-gradient(90deg, #ff6b35, #00b4ff, #2ecc71) !important;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
        background-clip: text !important;
    }

    .title-gradient-welcome {
        background: linear-gradient(135deg, #00b4ff 0%, #2ecc71 50%, #00b4ff 100%);
        background-size: 200% 200%;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        animation: gradientShift 3s ease infinite;
        background: linear-gradient(90deg, #ff6b35, #00b4ff, #2ecc71) !important;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
        background-clip: text !important;
         font-size: 3.4rem;
        font-weight: 300;
    }

    .title-subtext-welcome {
        margin-top: 10px;
    }

    .subtext-line-welcome {
        color: var(--text-secondary);
        font-size: 1.4rem;
        font-weight: 300;
        letter-spacing: 0.5px;
    }

    /* توضیحات */
    .hero-description-welcome {
        margin-bottom: 40px;
    }

    .highlight-text-welcome {
        color: var(--text-primary);
        background: linear-gradient(135deg, #00b4ff, #2ecc71);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        font-weight: 600;
    }

    /* دکمه‌های اقدام */
    .hero-actions-welcome {
        display: flex;
        gap: 20px;
        margin-bottom: 50px;
        flex-wrap: wrap;
    }

    .cta-button-welcome {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        padding: 18px 35px;
        border-radius: 16px;
        text-decoration: none;
        font-weight: 700;
        font-size: 1.1rem;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
        overflow: hidden;
    }

    .primary-btn-welcome {
        background: linear-gradient(135deg, #00b4ff 0%, #0077ff 100%);
        color: white;
        box-shadow: 0 8px 25px rgba(0, 180, 255, 0.3);
    }

    .primary-btn-welcome:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 35px rgba(0, 180, 255, 0.4);
        background: linear-gradient(135deg, #0077ff 0%, #00b4ff 100%);
    }

    .secondary-btn-welcome {
        background: rgba(255, 255, 255, 0.1);
        color: var(--text-primary);
        border: 1px solid rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(10px);
    }

    .secondary-btn-welcome:hover {
        background: rgba(255, 255, 255, 0.15);
        transform: translateY(-3px);
        border-color: rgba(0, 180, 255, 0.4);
    }

    .btn-icon-welcome {
        font-size: 1.2rem;
    }

    /* ویژگی‌های کلیدی */
    .description-text-welcome {
        max-width: 600px;
        color: #cbd5e1;
        line-height: 1.5;
        margin: 0;
        font-size: 0.9rem;
    }

    .stat-number-welcome {
        display: block;
        color: #00b4ff;
        font-size: 2.5rem;
        font-weight: 700;
        background: linear-gradient(135deg, #667eea, #764ba2);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        margin-bottom: 10px;
    }

    .hero-visual-welcome {
        position: relative;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    /* انیمیشن‌ها */
    @keyframes gradientShift {
        0%, 100% { background-position: 0% 50%; }
        50% { background-position: 100% 50%; }
    }

    @keyframes particleFloat {
        0%, 100% { transform: translateY(0px) rotate(0deg); }
        50% { transform: translateY(-20px) rotate(180deg); }
    }

    @keyframes cardFloat {
        0%, 100% { transform: translateY(0px); }
        50% { transform: translateY(-10px); }
    }

    /* رسپانسیو */
    @media (max-width: 1024px) {
        .hero-container-welcome {
            grid-template-columns: 1fr;
            gap: 40px;
            text-align: center;
        }

        .hero-visual-welcome {
            order: -1;
            max-width: 400px;
            margin: 0 auto;
        }

        .hero-actions-welcome {
            justify-content: center;
        }
    }

    @media (max-width: 768px) {
        .modern-hero-section-welcome {
            min-height: auto;
            padding: 60px 0;
        }

        .hero-actions-welcome {
            flex-direction: column;
            align-items: center;
        }

        .cta-button-welcome {
            width: 100%;
            max-width: 300px;
            justify-content: center;
        }

        .description-text-welcome {
            font-size: 1.1rem;
        }
    }

    @media (max-width: 480px) {
        .description-text-welcome {
            font-size: 1.1rem;
        }

        .stat-number-welcome {
            font-size: 2rem;
        }
    }

    /* انیمیشن برای نتایج */
    @keyframes fadeIn {
        from { opacity: 0; transform: translateY(10px); }
        to { opacity: 1; transform: translateY(0); }
    }

    #calcResult {
        animation: fadeIn 0.3s ease-out;
    }

    /* استایل‌های بخش سیگنال‌های گذشته */
    .section-title-welcome {
        text-align: center;
        color: #fff;
        font-size: 2.2rem;
        margin-bottom: 40px;
        font-weight: 700;
        background: linear-gradient(90deg, #00b4ff, #2ecc71);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    /* استایل‌های دکمه */
    .minute-cta-button-welcome {
        display: inline-block;
        align-items: center;
        justify-content: center;
        padding: 14px 28px;
        background: linear-gradient(135deg, #00ff00, #01FFBF);
        color: #000 !important;
        text-decoration: none;
        border-radius: 10px;
        font-weight: 700;
        font-size: 1rem;
        border: none;
        cursor: pointer;
        transition: all 0.3s ease;
        margin: 15px 0 5px 0;
        width: auto;
        gap: 8px;
    }

    .minute-cta-button-welcome:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(0, 255, 0, 0.35);
        color: #000 !important;
        text-decoration: none;
    }

    .minute-cta-button2-welcome {
        display: inline-block;
        align-items: center;
        justify-content: center;
        padding: 14px 28px;
        background: transparent;
        color: #fff !important;
        text-decoration: none;
        border-radius: 10px;
        font-weight: 700;
        font-size: 1rem;
        border: none;
        cursor: pointer;
        transition: all 0.3s ease;
        margin: 15px 0 5px 0;
        width: auto;
        gap: 8px;
    }

    .detail-value-welcome {
        font-size: 0.95rem;
        color: #fff;
        font-weight: 700;
        direction: ltr;
        text-align: left;
        font-family: 'Courier New', monospace;
    }

    @media (max-width: 768px) {
        .section-title-welcome {
            font-size: 1.8rem;
        }

        .lightbox-nav-welcome {
            bottom: 20px;
            flex-direction: column;
            gap: 10px;
        }

        .nav-btn-welcome {
            padding: 10px 20px;
            font-size: 13px;
        }

        .lightbox-modal-image-welcome {
            max-height: 60vh;
        }
    }

    @media (max-width: 480px) {
        .detail-item-welcome {
            flex-direction: column;
            align-items: flex-start;
            gap: 5px;
            padding: 8px 0;
        }

        .detail-value-welcome {
            align-self: flex-end;
        }

        .minute-cta-button-welcome {
            padding: 12px 20px;
            font-size: 0.95rem;
        }

        .lightbox-modal-image-welcome {
            max-height: 50vh;
        }
    }

    /******************* استایل‌های جدید و حرفه‌ای برای بخش نتایج گذشته */
    .section-title-welcome {
        font-size: 2.5rem;
        background: linear-gradient(90deg, #00b4ff, #2ecc71);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        margin-bottom: 15px;
        font-weight: 700;
    }

    .section-subtitle-welcome {
        color: #b0b0b0;
        font-size: 1.1rem;
        max-width: 600px;
        margin: 0 auto;
        line-height: 1.6;
    }

    .symbol-icon-welcome {
        width: 40px;
        height: 40px;
        background: linear-gradient(135deg, #00b4ff, #2ecc71);
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.2rem;
    }

    /* برای موبایل - با swipe تصویر تغییر کند */
    .performance-stats-welcome {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
    }

    .performance-item-welcome {
        text-align: center;
    }

    .performance-value-welcome {
        font-size: 1.4rem;
        font-weight: 800;
        margin-bottom: 5px;
    }

    .performance-label-welcome {
        font-size: 0.8rem;
        color: #b0b0b0;
    }

    /* بخش خلاصه آمار */
    /* رسپانسیو */
    @media (max-width: 768px) {
        .detail-value-welcome {
            align-self: flex-end;
        }
    }

    @media (max-width: 480px) {
        .section-title-welcome {
            font-size: 1.8rem;
        }
    }

    /* استایل‌های جدید و حرفه‌ای برای بخش نتایج گذشته */
    .section-title-welcome {
        font-size: 2.5rem;
        background: linear-gradient(90deg, #00b4ff, #2ecc71);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        margin-bottom: 15px;
        font-weight: 700;
    }

    .section-subtitle-welcome {
        color: #b0b0b0;
        font-size: 1.1rem;
        max-width: 600px;
        margin: 0 auto;
        line-height: 1.6;
    }

    /* گرید نتایج */
    /* کارت سیگنال */
    /* هدر کارت */
    .symbol-icon-welcome {
        width: 40px;
        height: 40px;
        background: linear-gradient(135deg, #00b4ff, #2ecc71);
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.2rem;
    }

    /* بدنه کارت */
    /* جزئیات سیگنال */
    /* استایل‌های وضعیت */
    /* تصویر نتایج - نسخه اصلاح شده */
    /* حالت ساده - فقط تصاویر */
    /* در دسکتاپ با هاور نمایش تصویر دوم */
    /* در موبایل تصویر اول نمایش داده شود */
    /* فوتر کارت */
    .performance-stats-welcome {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
    }

    .performance-item-welcome {
        text-align: center;
    }

    .performance-value-welcome {
        font-size: 1.4rem;
        font-weight: 800;
        margin-bottom: 5px;
    }

    .performance-label-welcome {
        font-size: 0.8rem;
        color: #b0b0b0;
    }

    /* بخش خلاصه آمار */
    .stats-summary-welcome {
        margin: 50px 0;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
        padding: 30px;
        background-color: transparent;
        border-radius: 20px;
        border:none;
        /*border: 1px solid rgba(255, 255, 255, 0.1);*/
    }

    /* رسپانسیو */
    @media (max-width: 768px) {
        .section-title-welcome {
            font-size: 2rem;
        }

        .detail-value-welcome {
            align-self: flex-end;
        }

        .stats-summary-welcome {
            grid-template-columns: repeat(2, 1fr);
            padding: 20px;
        }
    }

    @media (max-width: 480px) {
        .section-title-welcome {
            font-size: 1.8rem;
        }

        .stats-summary-welcome {
            grid-template-columns: 1fr;
        }
    }

    /* لایت‌باکس پیشرفته */
    .lightbox-modal-welcome {
        display: none;
        position: fixed;
        z-index: 10000;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.98);
        animation: fadeIn 0.3s ease;
    }

    .lightbox-modal-content-welcome {
        position: relative;
        width: 100vw;
        height: 100vh;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .lightbox-modal-image-welcome {
        max-width: 90vw;
        max-height: 70vh;
        width: auto;
        height: auto;
        object-fit: contain;
        border-radius: 8px;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
        animation: zoomIn 0.3s ease;
    }

    .lightbox-close-welcome {
        position: fixed;
        right: 25px;
        top: 25px;
        color: #fff;
        font-size: 40px;
        font-weight: bold;
        cursor: pointer;
        z-index: 10001;
        background: rgba(0, 0, 0, 0.6);
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        border: 2px solid rgba(255, 255, 255, 0.3);
    }

    .lightbox-close-welcome:hover {
        background: rgba(255, 0, 0, 0.8);
        transform: scale(1.1);
        border-color: rgba(255, 255, 255, 0.6);
    }

    /* ناوبری لایت‌باکس */
    .lightbox-nav-welcome {
        position: fixed;
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 15px;
        z-index: 10001;
    }

    .nav-btn-welcome {
        background: rgba(255, 255, 255, 0.15);
        color: #ffffff;
        border: 2px solid rgba(255, 255, 255, 0.4);
        padding: 12px 24px;
        border-radius: 25px;
        cursor: pointer;
        font-size: 14px;
        font-weight: 600;
        transition: all 0.3s ease;
        backdrop-filter: blur(10px);
    }

    .nav-btn-welcome:hover {
        background: rgba(255, 255, 255, 0.25);
        border-color: rgba(255, 255, 255, 0.7);
        transform: translateY(-2px);
    }

    .nav-btn-welcome.active {
        background: rgba(0, 255, 0, 0.3);
        border-color: #00ff00;
        color: #00ff00;
    }

    /* استایل جدید برای نمایش مقادیر حد ضرر و حد سود در یک خط در موبایل */
    @media (max-width: 768px) {
        .detail-row .detail-label-welcome {
            flex: 0 0 120px !important;
            text-align: right !important;
            font-size: 0.85rem !important;
            margin-bottom: 0 !important;
        }

        .detail-row .detail-value-welcome {
            flex: 1 !important;
            text-align: left !important;
            display: flex !important;
            align-items: center !important;
            justify-content: flex-start !important;
            gap: 8px !important;
            direction: ltr !important;
        }

        /* استایل مخصوص برای سطوح حد سود و حد ضرر */
        .detail-row:nth-child(4) .detail-value-welcome,  /* حد سود اول */
        .detail-row:nth-child(5) .detail-value-welcome,  /* حد سود دوم */
        .detail-row:nth-child(3) .detail-value-welcome { /* حد ضرر */
            flex-wrap: wrap !important;
            gap: 5px !important;
        }

        .detail-value-welcome span:first-child {
            font-family: 'Courier New', monospace !important;
            font-size: 0.8rem !important;
        }
    }

    /* استایل برای نمایش بهتر در موبایل‌های کوچک */
    @media (max-width: 480px) {
        .detail-row .detail-label-welcome {
            flex: 0 0 100px !important;
            font-size: 0.8rem !important;
        }

        .detail-value-welcome span:first-child {
            font-size: 0.75rem !important;
        }
    }

    /* استایل برای تضمین نمایش درست اعداد */
    .detail-value-welcome {
        font-family: 'Courier New', monospace !important;
        direction: ltr !important;
        text-align: left !important;
    }

    /* بهبود نمایش در حالت عادی (دسکتاپ) */
    .detail-row {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        transition: all 0.3s ease !important;
    }

    /* استایل‌های جدید برای رفع مشکل چیدمان */
    .trading-card-welcome {
        background: rgba(255, 255, 255, 0.05);
        border-radius: 20px;
        padding: 15px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
        animation: cardFloat 6s ease-in-out infinite;
        width: 100%;
        box-sizing: border-box;
    }

    .minute-signals-content-welcome {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .signal-title-welcome {
        color: #f8fafc;
        margin: 0;
        font-size: 1.2rem;
        flex: 1;
        min-width: 200px;
    }

    .signal-type-welcome {
        letter-spacing: 0.5px;
        font-weight: bold;
        padding: 4px 12px;
        border-radius: 20px;
        font-size: 0.9rem;
        white-space: nowrap;
    }

    .buy-signal-welcome {
        background: rgba(16, 185, 129, 0.2);
        color: #10b981;
        border: 1px solid rgba(16, 185, 129, 0.4);
    }

    .sell-signal-welcome {
        background: rgba(239, 68, 68, 0.2);
        color: #ef4444;
        border: 1px solid rgba(239, 68, 68, 0.4);
    }

    /* اطلاع‌رسانی عمومی */
    .public-notification-welcome {
        text-align: center;
        padding: 20px;
        background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(139, 92, 246, 0.1));
        border-radius: 15px;
        margin: 20px 0;
        border: 1px solid rgba(99, 102, 241, 0.2);
    }

    .notification-text-welcome {
        color: #94a3b8;
        margin: 0;
        font-size: 0.9rem;
    }

    /* کارت‌های حرفه‌ای */
    .signal-details-container-welcome {
        border-radius: 15px;
        padding: 20px;
        margin: 20px 0;
        transition: all 0.3s ease;
        border-right: 4px solid;
        position: relative;
        overflow: hidden;
    }

    .buy-theme-welcome {
        background: linear-gradient(135deg, #1a472a 0%, #0f2e1c 100%);
        border-right-color: #10b981;
        box-shadow: 0 8px 25px rgba(16, 185, 129, 0.15);
    }

    .sell-theme-welcome {
        background: linear-gradient(135deg, #7f1d1d 0%, #450a0a 100%);
        border-right-color: #ef4444;
        box-shadow: 0 8px 25px rgba(239, 68, 68, 0.15);
    }

    /* اطلاعات اصلی سیگنال */
    .signal-main-info-welcome {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
        flex-wrap: wrap;
        gap: 10px;
    }

    .symbol-info-welcome {
        display: flex;
        flex-direction: column;
        flex: 1;
        min-width: 150px;
    }

    .symbol-welcome {
        color: #f8fafc;
        font-size: 1.1rem;
        font-weight: bold;
    }

    .timeframe-welcome {
        color: #cbd5e1;
        font-size: 0.8rem;
    }

    .signal-strength-welcome {
        display: flex;
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;
    }

    .strength-label-welcome {
        color: #94a3b8;
        font-size: 0.8rem;
        white-space: nowrap;
    }

    .strength-bars-welcome {
        display: flex;
        gap: 2px;
        width: 3px;
        height: 10px;
        background: #374151;
        border-radius: 1px;
        transition: all 0.3s ease;
        background: #10b981;
    }

    .bar-welcome {
        width: 3px;
        height: 10px;
        background: #374151;
        border-radius: 1px;
        transition: all 0.3s ease;
    }

    .bar-welcome.active {
        background: #10b981;
    }

    /* پارامترهای سیگنال */
    .signal-parameters-welcome {
        margin: 20px 0;
    }

    .parameter-group-welcome {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin-bottom: 15px;
    }

    .parameter-item-welcome {
        background: rgba(255, 255, 255, 0.05);
        padding: 12px;
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .parameter-label-welcome {
        color: #cbd5e1;
        font-size: 0.8rem;
        display: block;
        margin-bottom: 4px;
    }

    .parameter-value-welcome {
        color: #f8fafc;
        font-size: 1rem;
        font-weight: bold;
        display: block;
    }

    .entry-price-welcome {
        color: #10b981;
    }

    .sl-price-welcome {
        color: #ef4444;
    }

    /* بخش حد سود */
    .take-profit-section-welcome {
        margin-top: 15px;
    }

    .tp-title-welcome {
        color: #e2e8f0;
        margin-bottom: 12px;
        font-size: 1rem;
    }

    .tp-levels-welcome {
        display: grid;
        gap: 8px;
    }

    .tp-item-welcome {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: rgba(139, 92, 246, 0.1);
        padding: 10px 12px;
        border-radius: 8px;
        border: 1px solid rgba(139, 92, 246, 0.2);
        flex-wrap: wrap;
        gap: 5px;
    }

    .tp-number-welcome {
        color: #c4b5fd;
        font-weight: 600;
        font-size: 0.8rem;
    }

    .tp-price-welcome {
        color: #f8fafc;
        font-weight: bold;
        font-size: 0.9rem;
    }

    .tp-profit-welcome {
        color: #10b981;
        font-size: 0.8rem;
        background: rgba(16, 185, 129, 0.2);
        padding: 3px 6px;
        border-radius: 4px;
    }

    /* بخش توضیحات */
    .signal-description-welcome {
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .description-title-welcome {
        color: #e2e8f0;
        margin-bottom: 8px;
        font-size: 1rem;
    }

    /* متادیتا */
    .signal-meta-welcome {
        display: flex;
        gap: 15px;
        margin-top: 15px;
        padding-top: 12px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        flex-wrap: wrap;
    }

    .meta-item-welcome {
        color: #94a3b8;
        font-size: 0.8rem;
        display: flex;
        align-items: center;
        gap: 4px;
    }

    /* کارت‌های تبلیغاتی */
    .course-promo-card-welcome {
        background: linear-gradient(135deg, rgba(30, 41, 59, 0.8), rgba(15, 23, 42, 0.9));
        border-radius: 15px;
        padding: 20px;
        margin: 20px 0;
        border: 1px solid rgba(255, 255, 255, 0.1);
        position: relative;
        overflow: hidden;
    }

    /* استایل‌های وضعیت */
    .premium-status-welcome, .ready-status-welcome {
        background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(5, 150, 105, 0.05));
        border: 1px solid rgba(16, 185, 129, 0.3);
        border-radius: 12px;
        padding: 15px;
        margin: 15px 0;
    }

    .status-content-welcome, .ready-content-welcome {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .ready-text-welcome {
        display: flex;
        flex-direction: column;
    }

    .status-text strong, .ready-text-welcome strong {
        color: #10b981;
        font-size: 1rem;
    }

    .status-text span, .ready-text-welcome span {
        color: #94a3b8;
        font-size: 0.8rem;
    }

    /* استایل‌های بخش بدون سیگنال */
    .no-signal-header-welcome {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
        padding-bottom: 12px;
        border-bottom: 1px solid #334155;
        flex-wrap: wrap;
        gap: 10px;
    }

    .status-indicator-welcome {
        display: flex;
        align-items: center;
        gap: 6px;
        color: #f59e0b;
        font-size: 0.8rem;
    }

    .status-dot-welcome {
        width: 6px;
        height: 6px;
        background: #f59e0b;
        border-radius: 50%;
        animation: pulse 2s infinite;
    }

    .no-signal-content-welcome {
        text-align: center;
        padding: 30px 15px;
    }

    .waiting-animation {
        margin-bottom: 20px;
    }

    .radar-welcome {
        width: 60px;
        height: 60px;
        border: 2px solid #374151;
        border-radius: 50%;
        position: relative;
        margin: 0 auto;
    }

    .waiting-text-welcome {
        color: #94a3b8;
        margin-bottom: 20px;
        line-height: 1.5;
        font-size: 0.9rem;
    }

    /* استایل‌های هدر سیگنال */
    .signal-header-welcome {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 25px 15px 25px;
        background: rgba(0, 0, 0, 0.3);
        margin-bottom: 20px;
        border-bottom: 1px solid #334155;
        flex-wrap: wrap;
        gap: 10px;
    }

    .guest-promo-card-welcome {
        position: relative;
        overflow: hidden;
        background: rgba(30, 41, 59, 0.8);
        border-radius: 15px;
        padding: 25px;
        margin: 20px 0;
        border: 1px solid rgba(255, 255, 255, 0.1);
        text-align: center;
    }

    /* رسپانسیو */
    @media (max-width: 768px) {
        .trading-card-welcome {
            padding: 20px 15px;
            margin: 10px;
        }

        .signal-header-welcome {
            padding: 15px;
            text-align: center;
            flex-direction: column;
            align-items: flex-start;
            gap: 8px;
        }

        .signal-title-welcome {
            font-size: 1.1rem;
        }

        .parameter-group-welcome {
            grid-template-columns: 1fr;
            gap: 8px;
        }

        .signal-main-info-welcome {
            flex-direction: column;
            align-items: flex-start;
            gap: 8px;
        }

        .tp-item-welcome {
            flex-direction: column;
            align-items: flex-start;
            gap: 5px;
        }

        .signal-meta-welcome {
            flex-direction: column;
            gap: 8px;
        }
    }

    @media (max-width: 480px) {
        .trading-card-welcome {
            padding: 15px 10px;
            margin: 5px;
            border-radius: 12px;
        }

        .public-notification-welcome {
            padding: 15px;
        }

        .signal-details-container-welcome {
            padding: 15px;
        }

        .course-promo-card-welcome, .guest-promo-card-welcome {
            padding: 15px;
        }

        .signal-header-welcome {
            flex-direction: column;
            align-items: flex-start;
        }
    }

    /* انیمیشن‌ها */
    @keyframes cardFloat {
        0%, 100% { transform: translateY(0px); }
        50% { transform: translateY(-5px); }
    }

    @keyframes pulse {
        0%, 100% { opacity: 1; }
        50% { opacity: 0.5; }
    }

    @keyframes radar-welcome-spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }

    .radar-welcome::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 2px solid #3b82f6;
        border-radius: 50%;
        border-top-color: transparent;
        border-right-color: transparent;
        animation: radar-welcome-spin 2s linear infinite;
    }

    .benefits-list-welcome {
        margin: 20px 0;
    }

    .benefit-item-welcome {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .benefit-item-welcome:last-child {
        border-bottom: none;
    }

    .benefit-icon-welcome {
        font-size: 1.2rem;
        width: 24px;
        text-align: center;
    }

    .action-buttons-welcome {
        text-align: center;
        margin-top: 25px;
    }

    .guest-header-welcome h4 {
        color: #e2e8f0;
        margin-bottom: 8px;
        font-size: 1.3rem;
    }

    .guest-header-welcome p {
        color: #94a3b8;
        margin-bottom: 20px;
    }

    .guest-benefits-welcome {
        margin: 25px 0;
        text-align: right;
    }

    .guest-benefits-welcome .benefit-item-welcome {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 8px 0;
        color: #cbd5e1;
        font-size: 0.9rem;
        justify-content: center;
    }

    .guest-actions-welcome {
        display: flex;
        gap: 15px;
        justify-content: center;
        margin: 25px 0;
        flex-wrap: wrap;
    }

    .guest-footer-welcome {
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .sms-promo-card-welcome {
        background: linear-gradient(135deg, rgba(255, 215, 0, 0.1), rgba(255, 107, 53, 0.05));
        border-radius: 15px;
        padding: 25px;
        margin: 20px 0;
        border: 1px solid rgba(255, 215, 0, 0.3);
        text-align: center;
        position: relative;
        overflow: hidden;
    }

    .sms-promo-card-welcome::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(135deg, #ffd700, #ff6b35);
    }

    .promo-header-welcome {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 20px;
        justify-content: center;
    }

    .promo-header-welcome h4 {
        color: #e2e8f0;
        margin-bottom: 10px;
        font-size: 1.3rem;
    }

    .promo-header-welcome p {
        font-size: 0.9rem;
        color: #94a3b8;
        margin-bottom: 20px;
        line-height: 1.6;
    }

    .promo-icon-welcome {
        font-size: 2rem;
    }

    .promo-title-welcome h4 {
        color: #ffd700;
        margin: 0 0 5px 0;
        font-size: 1.3rem;
    }

    .promo-title-welcome p {
        color: #cbd5e1;
        margin: 0;
        font-size: 0.9rem;
    }

    .promo-features-welcome {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 12px;
        margin: 25px 0;
    }

    .feature-item-welcome {
        margin-bottom: 12px;
        margin-left: 10px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 8px;
        color: #e2e8f0;
        font-size: 0.9rem;
    }

    .feature-icon-welcome {
        font-size: 1.1rem;
    }

    .promo-actions-welcome {
        text-align: center;
    }

    .btn-premium-welcome:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
    }

    @keyframes radar-welcomeSpin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }

    /* استایل فقط برای Golden Forex Signal انگلیسی - تغییر به رنگ طلایی */
    .title-badge-welcome {
        background: linear-gradient(135deg, #ffd700, #ffb700, #ff9500) !important;
        color: #000 !important;
        padding: 8px 20px;
        border-radius: 30px;
        font-size: 1.2rem;
        font-weight: 600;
        letter-spacing: 1px;
        box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4) !important;
        border: 1px solid rgba(255, 215, 0, 0.3) !important;
    }

    /* استایل برای سایر عناوین فارسی */
    .section-title-welcome {
        background: linear-gradient(90deg, #00b4ff, #2ecc71) !important;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
        background-clip: text !important;
    }

    /* استایل ریسپانسیو برای موبایل */
    @media (max-width: 768px) {
        .title-badge-welcome {
            font-size: 1rem;
            padding: 6px 15px;
            margin: 10px auto;
            display: block;
            width: fit-content;
        }

        /* حفظ سایز فونت برای عناوین فارسی */
        .title-gradient-welcome {
            font-size: 2rem !important;
        }
    }

    @media (max-width: 480px) {
        .title-badge-welcome {
            font-size: 0.9rem;
            padding: 8px 30px;
        }

        .persian-main-title-welcome {
            justify-content: center;
            font-size: 2rem !important;
            flex-direction: column;
            gap: 15px;
        }

        .title-gradient-welcome {
            font-size: 2.5rem !important;
            font-weight: 600;
            
        }
    }

    /* استایل‌های حرفه‌ای و تمیز */
    .professional-history-section-welcome {
        background: linear-gradient(135deg, #000 0%, #000 50%, #000 100%);
        padding: 80px 0;
        position: relative;
        overflow: hidden;
    }

    .professional-container-welcome {
        max-width: 1500px;
        margin: 0 auto;
        padding: 0 2px;
    }

    /* هدر مدرن */
    .icon-container-welcome {
        width: 80px;
        height: 80px;
        background: linear-gradient(135deg, #667eea, #764ba2);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 20px;
        box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
    }

    .icon-container-welcome i {
        font-size: 2rem;
        color: white;
    }

    .section-title-welcome {
        font-size: 2.8rem;
        background: linear-gradient(135deg, #667eea, #764ba2);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        margin-bottom: 15px;
        font-weight: 700;
    }

    .section-subtitle-welcome {
        font-size: 1.2rem;
        color: #b0b0b0;
        margin-bottom: 20px;
    }

    .header-badge-welcome {
        display: inline-block;
        background: rgba(0, 255, 0, 0.1);
        color: #00ff00;
        padding: 8px 20px;
        border-radius: 20px;
        border: 1px solid rgba(0, 255, 0, 0.3);
        font-weight: 600;
    }

    /* گرید کارت‌های حرفه‌ای */
    .professional-grid-welcome {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
        gap: 30px;
        margin-bottom: 60px;
    }

    /* کارت شیشه‌ای */
    .card-content-welcome {
            background: linear-gradient(145deg, #1a1f2e, #151a2d);
            border: 1px solid #2d3748;
        border-radius: 17px;
        padding: 25px;
        backdrop-filter: blur(10px);
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    /* هدر کارت */
    .card-header-welcome {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .symbol-section-welcome {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .currency-pair-welcome {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .symbol-name-welcome {
        font-size: 1.3rem;
        font-weight: 700;
        color: white;
    }

    .signal-id-welcome {
        background: rgba(255, 255, 255, 0.1);
        padding: 4px 10px;
        border-radius: 8px;
        font-size: 0.8rem;
        color: #b0b0b0;
    }

    .signal-type-badge-welcome {
        padding: 6px 12px;
        border-radius: 8px;
        font-size: 0.8rem;
        font-weight: 600;
    }

    .signal-type-badge-welcome.sell-welcome {
        background: rgba(239, 68, 68, 0.1);
        color: #ef4444;
        border: 1px solid rgba(239, 68, 68, 0.3);
    }

    .signal-type-badge-welcome.buy-welcome {
        background: rgba(34, 197, 94, 0.1);
        color: #22c55e;
        border: 1px solid rgba(34, 197, 94, 0.3);
    }

    .result-indicator-welcome {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 8px 16px;
        border-radius: 20px;
        font-weight: 600;
        font-size: 0.9rem;
    }

    .result-indicator-welcome.success {
        background: rgba(34, 197, 94, 0.1);
        color: #22c55e;
        border: 1px solid rgba(34, 197, 94, 0.3);
    }

    .result-indicator-welcome.loss {
        background: rgba(239, 68, 68, 0.1);
        color: #ef4444;
        border: 1px solid rgba(239, 68, 68, 0.3);
    }

    .indicator-dot-welcome {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #22c55e;
        animation: pulse 2s infinite;
    }

    .indicator-dot-welcome.loss-dot {
        background: #ef4444;
    }

    /* بدنه کارت */
    .card-body-welcome {
        flex: 1;
        margin-bottom: 20px;
    }

    .metrics-grid-welcome {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .metric-item-welcome {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .metric-item-welcome:last-child {
        border-bottom: none;
    }

    .metric-item-welcome label {
        color: #b0b0b0;
        font-size: 0.85rem;
        font-weight: 500;
    }

    .metric-item-welcome .value-welcome {
        color: white;
        font-weight: 600;
        direction: ltr;
        font-size: 0.9rem;
        text-align: left;
    }

    .value.profit {
        color: #22c55e;
    }

    .value.loss {
        color: #ef4444;
    }

    /* تصویر با افکت هور ساده */
    .image-preview-welcome {
        margin: 20px 0;
        border-radius: 15px;
        overflow: hidden;
    }

    .image-container-welcome {
        position: relative;
        height: 200px;
        overflow: hidden;
        border-radius: 15px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .image-container-welcome:hover {
        transform: scale(1.02);
    }

    .image-container-welcome img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.5s ease;
    }

    .hover-image-welcome {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }

    .image-container-welcome:hover .main-image-welcome {
        opacity: 0;
    }

    .image-container-welcome:hover .hover-image-welcome {
        opacity: 1;
    }

    /* فوتر کارت */
    .card-footer-welcome {
        margin-top: auto;
    }

    .performance-stats-welcome {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .performance-item-welcome {
        text-align: center;
    }

    .performance-value-welcome {
        font-size: 1rem;
        font-weight: 700;
        color: white;
        margin-bottom: 5px;
    }

    .performance-label-welcome {
        color: #b0b0b0;
        font-size: 0.8rem;
    }

    .stats-grid-welcome {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
    }

    .stat-card-welcome {
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(10px);
        border-radius: 15px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        padding: 30px 20px;
        text-align: center;
        transition: all 0.3s ease;
    }

    .stat-card-welcome:hover {
        border-color: rgba(0, 180, 255, 0.4);
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    }

    .stat-label-welcome {
        color: #b0b0b0;
        font-size: 0.9rem;
        font-weight: 500;
    }

    /* CTA ساده */
    .cta-content-welcome h3 {
        font-size: 2.2rem;
        color: white;
        margin-bottom: 15px;
        font-weight: 700;
    }

    .cta-content-welcome p {
        font-size: 1.1rem;
        color: #b0b0b0;
        margin-bottom: 30px;
    }

    .cta-features-welcome {
        display: flex;
        justify-content: center;
        gap: 30px;
        flex-wrap: wrap;
    }

    .cta-features-welcome span {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #b0b0b0;
        font-size: 0.9rem;
    }

    .cta-features-welcome i {
        color: #22c55e;
    }

    /* لایت‌باکس برای بزرگنمایی */
    .lightbox-nav-welcome {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        width: 100%;
    }

    .nav-btn-welcome {
        background: rgba(255, 255, 255, 0.1);
        color: white;
        border: none;
        padding: 15px 20px;
        font-size: 24px;
        cursor: pointer;
        border-radius: 50%;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
    }

    .nav-btn-welcome:hover {
        background: rgba(255, 255, 255, 0.2);
        transform: scale(1.1);
    }

    .lightbox-nav-welcome .image-container-welcome {
        flex: 1;
        max-width: 80%;
        height: 70vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #lightboxImage {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        border-radius: 10px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    }

    /* انیمیشن‌ها */
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .fade-in-up-welcome {
        animation: fadeInUp 0.6s ease-out;
    }

    /* رسپانسیو */
    @media (max-width: 768px) {
        .professional-container-welcome {
            padding: 0 15px;
        }

        .section-title-welcome {
            font-size: 2.2rem;
        }

        .professional-grid-welcome {
            grid-template-columns: 1fr;
            gap: 20px;
        }

        .card-header-welcome {
            flex-direction: column;
            gap: 15px;
            align-items: flex-start;
        }

        .stats-grid-welcome {
            grid-template-columns: repeat(2, 1fr);
        }

        .cta-content-welcome h3 {
            font-size: 1.8rem;
        }

        .cta-features-welcome {
            flex-direction: column;
            gap: 15px;
        }

        .lightbox-nav-welcome {
            flex-direction: column;
            gap: 10px;
        }

        .lightbox-nav-welcome .image-container-welcome {
            max-width: 95%;
            height: 60vh;
        }

        .nav-btn-welcome {
            width: 50px;
            height: 50px;
            font-size: 20px;
        }
    }

    @media (max-width: 480px) {
        .section-title-welcome {
            font-size: 1.8rem;
        }

        .professional-grid-welcome {
            grid-template-columns: 1fr;
        }

        .stats-grid-welcome {
            grid-template-columns: 1fr;
        }

        .cta-button-welcome {
            padding: 14px 25px;
            font-size: 1rem;
        }
    }

    /* استایل‌های CTA تاریخچه برای کاربران دارای اشتراک */
    .history-cta-welcome {
        background-color: #161616;
        border: 1px solid #2e2e2e;
        border-radius: 40px;
        padding: 50px;
        text-align: center;
        border: 1px solid rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        margin: 40px auto;
        max-width: 1500px;
    }

    .history-cta-welcome .cta-content-welcome h3 {
        font-size: 2.2rem;
        color: white;
        margin-bottom: 15px;
        font-weight: 700;
        background: linear-gradient(90deg, #2ecc71, #00b4ff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .history-cta-welcome .cta-content-welcome p {
        font-size: 1.1rem;
        color: #b0b0b0;
        margin-bottom: 30px;
    }

    /* رسپانسیو */
    @media (max-width: 768px) {
        .history-cta-welcome {
            padding: 30px 20px;
            margin: 20px auto;
        }

        .history-cta-welcome .cta-content-welcome h3 {
            font-size: 1.8rem;
        }

        .history-cta-welcome .cta-features-welcome {
            flex-direction: column;
            gap: 15px;
        }
    }

    /* استایل‌های لایت‌باکس */
    .lightbox-modal-welcome {
        display: none;
        position: fixed;
        z-index: 10000;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.98);
        animation: fadeIn 0.3s ease;
    }

    .lightbox-modal-content-welcome {
        position: relative;
        width: 100vw;
        height: 100vh;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .lightbox-modal-image-welcome {
        max-width: 90vw;
        max-height: 70vh;
        width: auto;
        height: auto;
        object-fit: contain;
        border-radius: 8px;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
        animation: zoomIn 0.3s ease;
    }

    .lightbox-close-welcome {
        position: fixed;
        right: 30px;
        top: 30px;
        color: #fff;
        font-size: 40px;
        font-weight: bold;
        cursor: pointer;
        z-index: 10001;
        background: rgba(0, 0, 0, 0.6);
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        border: 2px solid rgba(255, 255, 255, 0.3);
    }

    .lightbox-close-welcome:hover {
        background: rgba(255, 0, 0, 0.8);
        transform: scale(1.1);
        border-color: rgba(255, 255, 255, 0.6);
    }

    /* دکمه‌های ناوبری */
    .lightbox-nav-welcome {
        position: fixed;
        bottom: 60px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 20px;
        z-index: 10001;
        background: rgba(15, 23, 42, 0.8);
        backdrop-filter: blur(20px);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 50px;
        padding: 12px 20px;
    }

    .nav-btn-welcome {
        background: transparent;
        color: #e2e8f0;
        border: 2px solid rgba(255, 255, 255, 0.15);
        padding: 14px 28px;
        border-radius: 35px;
        cursor: pointer;
        font-size: 15px;
        font-weight: 600;
        transition: all 0.4s ease;
        display: flex;
        align-items: center;
        gap: 10px;
        min-width: 160px;
        justify-content: center;
    }

    .nav-btn-welcome:hover {
        background: rgba(255, 255, 255, 0.1);
        border-color: rgba(255, 255, 255, 0.3);
        transform: translateY(-3px);
    }

    .nav-btn-welcome.active {
        background: linear-gradient(135deg, #667eea, #764ba2);
        border-color: rgba(102, 126, 234, 0.5);
        color: #ffffff;
    }

    /* برای تصاویر در کارت‌ها */
    .image-container-welcome.active .main-image-welcome {
        opacity: 0;
    }

    .image-container-welcome.active .hover-image-welcome {
        opacity: 1;
    }

    /* استایل‌های جدید برای بخش نمودار */
    .active-symbol-display-welcome {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: rgba(0, 180, 255, 0.1);
        padding: 15px;
        border-radius: 10px;
        margin-bottom: 15px;
        border: 1px solid rgba(0, 180, 255, 0.3);
    }

    .symbol-badge-welcome {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .symbol-icon-welcome {
        font-size: 1.5rem;
    }

    .symbol-name-welcome {
        font-weight: bold;
        color: white;
        font-size: 1.2rem;
    }

    .symbol-desc-welcome {
        color: #b0b0b0;
        font-size: 0.9rem;
    }

    .chart-controls-welcome {
        display: flex;
        gap: 10px;
    }

    .timeframe-badge-welcome {
        background: rgba(0, 255, 0, 0.1);
        color: #00ff00;
        padding: 5px 10px;
        border-radius: 6px;
        font-size: 0.85rem;
    }

    .current-signal-info-welcome {
        display: flex;
        gap: 15px;
        align-items: center;
        margin-top: 10px;
    }

    .signal-type-badge-welcome {
        padding: 5px 10px;
        border-radius: 6px;
        font-size: 0.85rem;
        font-weight: bold;
    }

    /*.signal-type-badge-welcome.buy {*/
    /*    background: rgba(0, 255, 0, 0.1);*/
    /*    color: #00ff00;*/
    /*    border: 1px solid rgba(0, 255, 0, 0.3);*/
        
    /*}*/

    /*.signal-type-badge-welcome.sell {*/
    /*    background: rgba(255, 68, 68, 0.1);*/
    /*    color: #ff4444;*/
    /*    border: 1px solid rgba(255, 68, 68, 0.3);*/
    /*}*/

    .entry-price-welcome {
        color: #b0b0b0;
        font-size: 0.9rem;
        direction: ltr;
        text-align: left;
    }

    /* رسپانسیو */
    @media (max-width: 768px) {
        .active-symbol-display-welcome {
            flex-direction: column;
            gap: 10px;
            text-align: center;
        }

        .symbol-badge-welcome {
            flex-direction: column;
            gap: 5px;
        }

        .current-signal-info-welcome {
            flex-direction: column;
            gap: 5px;
        }
    }

    /* استایل‌های حرفه‌ای و تمیز */
    .professional-history-section-welcome {
        background: linear-gradient(135deg, #0f0f0f 0%, #161616 50%, #161616 100%);
        padding: 80px 0;
        position: relative;
        overflow: hidden;
        border-radius: 40px;
        margin: 40px auto;
        max-width: 1500px;
        width: 96%;
        border: 1px solid #2e2e2e;
    }

    .professional-container-welcome {
        max-width: 1500px;
        margin: 0 auto;
        padding: 0 20px;
    }

    /* انیمیشن‌ها */
    @keyframes pulse {
        0%, 100% { opacity: 1; }
        50% { opacity: 0.5; }
    }

    /* رسپانسیو */
    @media (max-width: 768px) {
        .professional-history-section-welcome {
            padding: 40px 0;
            margin: 20px auto;
            border-radius: 20px;
        }

        .section-title-welcome {
            font-size: 2.2rem;
        }

        .professional-grid-welcome {
            grid-template-columns: 1fr;
            gap: 20px;
        }

        .card-header-welcome {
            flex-direction: column;
            gap: 15px;
            align-items: flex-start;
        }

        .history-cta-welcome {
            padding: 30px 20px;
            margin: 20px auto;
        }

        .history-cta-welcome .cta-content-welcome h3 {
            font-size: 1.8rem;
        }

        .history-cta-welcome .cta-features-welcome {
            flex-direction: column;
            gap: 15px;
        }
    }

    @media (max-width: 480px) {
        .section-title-welcome {
            font-size: 1.8rem;
        }

        .professional-grid-welcome {
            grid-template-columns: 1fr;
        }
    }

    /* استایل‌های لایت‌باکس */
    .lightbox-modal-welcome {
        display: none;
        position: fixed;
        z-index: 10000;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.98);
        animation: fadeIn 0.3s ease;
    }

    .lightbox-modal-content-welcome {
        position: relative;
        width: 100vw;
        height: 100vh;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .lightbox-modal-image-welcome {
        max-width: 90vw;
        max-height: 70vh;
        width: auto;
        height: auto;
        object-fit: contain;
        border-radius: 8px;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
        animation: zoomIn 0.3s ease;
    }

    .lightbox-close-welcome {
        position: fixed;
        right: 30px;
        top: 30px;
        color: #fff;
        font-size: 40px;
        font-weight: bold;
        cursor: pointer;
        z-index: 10001;
        background: rgba(0, 0, 0, 0.6);
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        border: 2px solid rgba(255, 255, 255, 0.3);
    }

    .lightbox-close-welcome:hover {
        background: rgba(255, 0, 0, 0.8);
        transform: scale(1.1);
        border-color: rgba(255, 255, 255, 0.6);
    }

    /* دکمه‌های ناوبری حرفه‌ای و مدرن */
    .lightbox-nav-welcome {
        position: fixed;
        bottom: 60px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 20px;
        z-index: 10001;
        background: rgba(15, 23, 42, 0.8);
        backdrop-filter: blur(20px) saturate(180%);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 50px;
        padding: 12px 20px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    }

    .nav-btn-welcome {
        background: transparent;
        color: #e2e8f0;
        border: 2px solid rgba(255, 255, 255, 0.15);
        padding: 14px 28px;
        border-radius: 35px;
        cursor: pointer;
        font-size: 15px;
        font-weight: 600;
        transition: all 0.4s ease;
        backdrop-filter: blur(15px);
        position: relative;
        overflow: hidden;
        letter-spacing: 0.5px;
        display: flex;
        align-items: center;
        gap: 10px;
        min-width: 160px;
        justify-content: center;
    }

    .nav-btn-welcome::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
        transition: left 0.6s ease;
    }

    .nav-btn-welcome:hover {
        background: rgba(255, 255, 255, 0.1);
        border-color: rgba(255, 255, 255, 0.3);
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        color: #ffffff;
    }

    .nav-btn-welcome:hover::before {
        left: 100%;
    }

    .nav-btn-welcome.active {
        background: linear-gradient(135deg, #667eea, #764ba2);
        border-color: rgba(102, 126, 234, 0.5);
        color: #ffffff;
        box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
    }

    /* رسپانسیو لایت‌باکس */
    @media (max-width: 768px) {
        .lightbox-nav-welcome {
            bottom: 30px;
            padding: 10px 15px;
            gap: 12px;
            flex-direction: column;
            border-radius: 25px;
            min-width: 200px;
        }

        .nav-btn-welcome {
            padding: 12px 20px;
            font-size: 14px;
            min-width: 140px;
            gap: 8px;
        }
    }

    @media (max-width: 480px) {
        .lightbox-nav-welcome {
            bottom: 20px;
            padding: 8px 12px;
            gap: 8px;
        }

        .nav-btn-welcome {
            padding: 10px 16px;
            font-size: 13px;
            min-width: 120px;
            gap: 6px;
        }
    }

    /* برای موبایل - فعال با تاچ */
    @media (max-width: 768px) {
        .image-container-welcome.active {
            transform: scale(1.02);
        }

        .image-container-welcome.active .main-image-welcome {
            opacity: 0;
        }

        .image-container-welcome.active .hover-image-welcome {
            opacity: 1;
        }
    }
    
    
    

    /* استایل‌های اصلی */
    .persian-main-title-welcome2 {
        font-size: 4rem;
        font-weight: 800;
        line-height: 1.1;
        margin-bottom: 15px;
    }
  
    .title-badge-welcome {
        background: linear-gradient(135deg, #ffd700, #ffb700, #ff9500) !important;
        color: #000 !important;
        padding: 8px 20px;
        border-radius: 30px;
        font-size: 1.2rem;
        font-weight: 600;
        letter-spacing: 1px;
        box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4) !important;
        border: 1px solid rgba(255, 215, 0, 0.3) !important;
    }
    
    /* استایل‌های مربوط به اشتراک منقضی شده */
    .subscription-expired-welcome {
        background: linear-gradient(135deg, rgba(255, 107, 53, 0.1), rgba(255, 35, 35, 0.1));
        border: 1px solid rgba(255, 107, 53, 0.3);
        border-radius: 15px;
        padding: 25px;
        margin: 20px 0;
        text-align: center;
    }
    
    .expired-header-welcome h4 {
        color: #ff6b35;
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
    
    .expired-header-welcome p {
        color: #b0b0b0;
        margin-bottom: 20px;
    }
    
    .expired-details-welcome {
        background: rgba(255, 255, 255, 0.05);
        border-radius: 10px;
        padding: 15px;
        margin: 20px 0;
        text-align: right;
    }
    
    .detail-item-welcome {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .detail-item-welcome:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }
    
    .detail-label-welcome {
        color: #b0b0b0;
        font-size: 0.9rem;
    }
    
    .detail-value-welcome {
        color: #fff;
        font-weight: 600;
    }
    
    .expired-status {
        color: #ff4444 !important;
    }
    
    .renewal-options-welcome {
        margin-top: 25px;
    }
    
    .renewal-options-welcome h5 {
        color: #fff;
        margin-bottom: 20px;
        font-size: 1.2rem;
    }
    
    .options-grid-welcome {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
        margin-bottom: 20px;
    }
    
    .option-card-welcome {
        background: rgba(255, 255, 255, 0.05);
        border-radius: 10px;
        padding: 20px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        transition: all 0.3s ease;
    }
    
    .option-card-welcome:hover {
        transform: translateY(-5px);
        border-color: rgba(255, 107, 53, 0.5);
        box-shadow: 0 10px 20px rgba(255, 107, 53, 0.2);
    }
    
    .option-header-welcome {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 15px;
    }
    
    .option-icon-welcome {
        font-size: 1.5rem;
        background: rgba(255, 107, 53, 0.2);
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .option-header-welcome h6 {
        color: #fff;
        font-size: 1.1rem;
        margin: 0;
    }
    
    .option-description-welcome {
        color: #b0b0b0;
        font-size: 0.9rem;
        margin-bottom: 15px;
        line-height: 1.5;
    }
    
    .option-price-welcome {
        color: #ffd700;
        font-size: 1.3rem;
        font-weight: 700;
        margin-bottom: 15px;
    }
    
    .option-button-welcome {
        display: block;
        width: 100%;
        padding: 12px;
        background: linear-gradient(135deg, #ff6b35, #ff3d00);
        color: #fff;
        border: none;
        border-radius: 8px;
        text-decoration: none;
        text-align: center;
        font-weight: 600;
        transition: all 0.3s ease;
    }
    
    .option-button-welcome:hover {
        background: linear-gradient(135deg, #ff3d00, #ff6b35);
        color: #fff;
        transform: scale(1.05);
    }
    
    .option-button-welcome.premium {
        background: linear-gradient(135deg, #ffd700, #ffb700);
        color: #000;
    }
    
    .option-button-welcome.premium:hover {
        background: linear-gradient(135deg, #ffb700, #ffd700);
    }
    
    .expired-notice-welcome {
        background: rgba(255, 68, 68, 0.1);
        border: 1px solid rgba(255, 68, 68, 0.3);
        border-radius: 8px;
        padding: 15px;
        margin-top: 20px;
        text-align: center;
    }
    
    .expired-notice-welcome p {
        color: #ff8888;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    
    .expired-notice-welcome i {
        font-size: 1.2rem;
    }
    
    /* استایل‌های ریسپانسیو */
    @media (max-width: 768px) {
        .title-badge-welcome {
            font-size: 1rem;
            padding: 6px 15px;
            margin: 10px auto;
            display: block;
            width: fit-content;
        }
        
        .persian-main-title-welcome2 {
            font-size: 2.5rem !important;
            flex-direction: column;
            gap: 10px;
        }
        
        .options-grid-welcome {
            grid-template-columns: 1fr;
        }
    }
    
    @media (max-width: 1024px) {
        .two-column-layout {
            grid-template-columns: 1fr !important;
            gap: 20px !important;
        }
    }
    
    @keyframes radarSpin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }
    
    @keyframes pulse {
        0% { box-shadow: 0 0 0 0 rgba(255, 60, 0, 0.7); }
        70% { box-shadow: 0 0 0 8px rgba(255, 60, 0, 0); }
        100% { box-shadow: 0 0 0 0 rgba(255, 60, 0, 0); }
    }
    
    
    .history-card {
    background: transparent;
    border-radius: 20px;
    padding: 2rem;
    /*box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);*/
    border: none;
    transition: transform 0.3s ease;
}

.history-card:hover {
    transform: translateY(-5px);
}

.history-card__header {
    text-align: center;
    margin-bottom: 2rem;
}

.history-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.5rem;
    color: white;
}

.history-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #fff;
}

.history-subtitle {
    color: #a0aec0;
    font-size: 0.95rem;
    line-height: 1.6;
}

.history-stats {
    display: flex;
    justify-content: space-around;
    margin: 2rem 0;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 1.8rem;
    font-weight: 700;
    color: #667eea;
    margin-bottom: 0.25rem;
}

.stat-label {
    font-size: 0.85rem;
    color: #a0aec0;
}

.history-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.feature {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background: rgba(102, 126, 234, 0.1);
    border-radius: 10px;
    transition: background 0.3s ease;
}

.feature:hover {
    background: rgba(102, 126, 234, 0.2);
}

.feature i {
    color: #48bb78;
    font-size: 1rem;
}

.feature span {
    color: #e2e8f0;
    font-size: 0.9rem;
}

.history-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    width: 100%;
    padding: 1rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.history-btn:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);
    color: white;
}

.history-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: 0.5s;
}

.history-btn:hover:before {
    left: 100%;
}

@media (max-width: 768px) {
    .history-stats {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .history-features {
        grid-template-columns: 1fr;
    }
}




/* ==================== استایل کارت سیگنال فعال ==================== */

.signal-active-container {
    margin-bottom: 2rem;
}

.signal-card-wrapper {
    max-width: 380px;
    margin: 0 auto;
}

/* کارت سیگنال */
.signal-card {
    background: linear-gradient(145deg, #1a1f2e, #151a2d);
    border: 1px solid #2d3748;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.signal-card:hover {
    transform: translateY(-5px);
    border-color: #2563eb;
    box-shadow: 0 10px 25px -5px rgba(37, 99, 235, 0.2);
}

/* تصویر کارت */
.signal-card-image {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.signal-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.signal-card:hover .signal-card-image img {
    transform: scale(1.05);
}

/* محتوای کارت */
.signal-card-content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.signal-card-title {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #f1f5f9;
}

.signal-card-description {
    font-size: 0.9rem;
    color: #94a3b8;
    margin-bottom: 20px;
    line-height: 1.6;
    flex: 1;
}

/* اطلاعات نماد */
.signal-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 8px;
    margin-bottom: 15px;
}

.signal-info .info-item {
    text-align: center;
    background: rgba(37, 99, 235, 0.1);
    border-radius: 8px;
    padding: 6px;
    transition: all 0.3s;
}

.signal-info .info-item:hover {
    background: rgba(37, 99, 235, 0.2);
    transform: translateY(-2px);
}

.signal-info .info-label {
    font-size: 0.65rem;
    color: #94a3b8;
    margin-bottom: 2px;
}

.signal-info .info-value {
    font-size: 0.8rem;
    font-weight: bold;
    color: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.signal-info .info-value i {
    font-size: 0.7rem;
    color: #2563eb;
}

/* دکمه مشاهده سیگنال */
.signal-card-footer {
    margin-top: auto;
}

.signal-view-btn {
    width: 100%;
    padding: 10px 12px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.signal-view-btn:hover {
    transform: translateY(-2px);
}

/* دکمه برای کاربران ویژه */
.signal-view-btn.active-user {
    background: linear-gradient(135deg, #2563eb, #3b82f6);
    color: white;
    border: none;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.signal-view-btn.active-user:hover {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    box-shadow: 0 6px 16px rgba(37, 99, 235, 0.4);
}

/* دکمه برای کاربران غیرفعال */
.signal-view-btn.inactive-user {
    background: rgba(255, 193, 7, 0.15);
    color: #fbbf24;
    border: 1px solid rgba(255, 193, 7, 0.3);
}

.signal-view-btn.inactive-user:hover {
    background: rgba(255, 193, 7, 0.25);
    border-color: rgba(255, 193, 7, 0.5);
    transform: translateY(-2px);
}

/* انیمیشن ورود کارت */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.signal-card {
    animation: fadeInUp 0.5s ease-out;
}

/* انیمیشن پالس برای برچسب فعال */
@keyframes signalPulse {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* برچسب فعال */
.signal-active-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 5px;
    z-index: 10;
}

.signal-active-badge .pulse-dot {
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 50%;
    animation: signalPulse 1.5s infinite;
}

/* ریسپانسیو */
@media (max-width: 768px) {
    .signal-card-wrapper {
        max-width: 100%;
    }
    
    .signal-card-image {
        height: 180px;
    }
    
    .signal-card-title {
        font-size: 1rem;
    }
    
    .signal-card-description {
        font-size: 0.85rem;
    }
    
    .signal-info .info-value {
        font-size: 0.75rem;
    }
    
    .signal-view-btn {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
}

@media (max-width: 480px) {
    .signal-card-content {
        padding: 15px;
    }
    
    .signal-info {
        gap: 6px;
    }
    
    .signal-info .info-item {
        padding: 4px;
    }
}

/* ==================== استایل جدید برای هدر سیگنال ==================== */

.signal-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 255, 100, 0.1);
    padding: 6px 16px;
    border-radius: 40px;
    margin-bottom: 20px;
    backdrop-filter: blur(4px);
}

.signal-badge span:first-child {
    width: 8px;
    height: 8px;
    background: #00ff64;
    border-radius: 50%;
    animation: badgePulse 1.5s infinite;
}

@keyframes badgePulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.2); }
}

/* دکمه‌های گرد با افکت مدرن */
.cta-button-welcome {
    transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    cursor: pointer;
}

.cta-button-welcome:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
}

.cta-button-welcome:active {
    transform: translateY(1px);
}

/* انیمیشن fadeInDown */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ریسپانسیو برای موبایل */
@media (max-width: 768px) {
    .no-signal-content {
        padding: 20px 15px !important;
    }
    
    .signal-header-modern h3 {
        font-size: 1.1rem !important;
        line-height: 1.4;
    }
    
    .no-signal-content p {
        font-size: 0.85rem !important;
        line-height: 1.6 !important;
    }
    
    .cta-button-welcome {
        padding: 10px 20px !important;
        font-size: 0.85rem !important;
    }
}

   @keyframes radarSpin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
        
        @keyframes pulse {
            0% { box-shadow: 0 0 0 0 rgba(255, 60, 0, 0.7); }
            70% { box-shadow: 0 0 0 8px rgba(255, 60, 0, 0); }
            100% { box-shadow: 0 0 0 0 rgba(255, 60, 0, 0); }
        }
        
        
        
        @keyframes signalPulse {
            0% { opacity: 1; transform: scale(1); }
            50% { opacity: 0.5; transform: scale(1.2); }
            100% { opacity: 1; transform: scale(1); }
        }
        
        .signal-card {
            animation: fadeInUp 0.5s ease-out;
        }
        
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .signal-view-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(37, 99, 235, 0.3);
        }
        
        .signal-view-btn.btn-warning:hover {
            box-shadow: 0 5px 15px rgba(245, 158, 11, 0.3);
        }
        
        .signal-view-btn.btn-danger:hover {
            box-shadow: 0 5px 15px rgba(239, 68, 68, 0.3);
        }
        
        .signal-view-btn.btn-primary:hover {
            box-shadow: 0 5px 15px rgba(37, 99, 235, 0.3);
        }
    





/* استایل‌های مدرن برای آمار */
.stats-summary-welcome {
    margin: 3rem 0;
    position: relative;
}

.stats-grid-welcome {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}

.stat-card-welcome {
    background: linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.1);
}

.stat-card-welcome:hover {
    transform: translateY(-5px);
    border-color: rgba(0,255,170,0.3);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.stat-number-welcome {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, #fff, #a0a0a0);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.stat-label-welcome {
    font-size: 0.85rem;
    color: #94a3b8;
}

.stat-progress-bar {
    margin-top: 10px;
    height: 3px;
    background: rgba(255,255,255,0.1);
    border-radius: 3px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #00ffaa, #00aaff);
    border-radius: 3px;
    transition: width 1s ease;
}

.profit-stat {
    border-left: 3px solid #00ffaa;
}

.loss-stat {
    border-left: 3px solid #ff4444;
}

.main-stat .stat-number-welcome {
    background: linear-gradient(135deg, #00ffaa, #ffaa00);
    -webkit-background-clip: text;
    background-clip: text;
}

.stat-rr-visual {
    display: flex;
    gap: 0.25rem;
    margin-top: 10px;
    height: 25px;
}

.risk-bar {
    flex: 1;
    background: linear-gradient(180deg, #ff4444, #cc0000);
    border-radius: 4px;
}

.reward-bar {
    background: linear-gradient(180deg, #00ff44, #00aa00);
    border-radius: 4px;
    transition: flex 0.5s ease;
}

.text-success {
    background: linear-gradient(135deg, #00ffaa, #00cc88) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
}

.text-danger {
    background: linear-gradient(135deg, #ff4444, #cc0000) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
}

@keyframes signalPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.2); }
}

@keyframes radarSpin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.3; transform: scale(1.5); }
}


/* استایل‌های مدرن برای آمار */
.stats-summary-welcome {
    margin: 3rem 0;
    position: relative;
}

.stats-grid-welcome {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.5rem;
    perspective: 1000px;
}

.interactive-stat {
    background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.02) 100%);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 1.5rem;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255,255,255,0.1);
    cursor: pointer;
}

.interactive-stat::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    transition: left 0.5s;
}

.interactive-stat:hover::before {
    left: 100%;
}

.interactive-stat:hover {
    transform: translateY(-5px) rotateX(5deg);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    border-color: rgba(0,255,255,0.3);
}

.stat-icon-welcome {
    font-size: 2rem;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #00ffaa, #00aaff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.stat-number-welcome {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, #fff, #a0a0a0);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.percent-sign {
    font-size: 1.5rem;
}

.stat-progress-bar {
    margin-top: 1rem;
    height: 4px;
    background: rgba(255,255,255,0.1);
    border-radius: 4px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #00ffaa, #00aaff);
    border-radius: 4px;
    transition: width 1s ease;
}

.stat-badge-welcome {
    display: inline-block;
    background: rgba(0,255,170,0.2);
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    margin-top: 0.75rem;
}

.stat-tooltip-welcome {
    position: relative;
    display: inline-block;
    margin-top: 0.5rem;
    cursor: help;
}

.tooltip-text {
    visibility: hidden;
    background: rgba(0,0,0,0.9);
    color: #fff;
    text-align: center;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 0.75rem;
}

.stat-tooltip-welcome:hover .tooltip-text {
    visibility: visible;
}

.stat-rr-visual {
    display: flex;
    gap: 0.25rem;
    margin-top: 1rem;
    height: 30px;
}

.risk-bar {
    flex: 1;
    background: linear-gradient(180deg, #ff4444, #cc0000);
    border-radius: 4px;
    position: relative;
    animation: barGlow 2s infinite;
}

.reward-bar {
    flex: {{ $stats['avg_rr'] }};
    background: linear-gradient(180deg, #00ff44, #00aa00);
    border-radius: 4px;
    position: relative;
    animation: barGlow 2s infinite 0.5s;
}

@keyframes barGlow {
    0%, 100% { opacity: 0.8; }
    50% { opacity: 1; box-shadow: 0 0 10px currentColor; }
}

/* کارت‌های ویژه */
.profit-stat {
    border-left: 3px solid #00ffaa;
}

.loss-stat {
    border-left: 3px solid #ff4444;
}

.main-stat {
    background: linear-gradient(135deg, rgba(0,255,170,0.1), rgba(0,0,0,0.3));
    transform: scale(1.02);
}

/* افکت‌های hover پیشرفته */
.interactive-stat::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #00ffaa, transparent);
    transform: scaleX(0);
    transition: transform 0.3s;
}

.interactive-stat:hover::after {
    transform: scaleX(1);
}



/* استایل کانتینر تصویر */
.image-container-welcome {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 12px;
}

/* استایل متن راهنما روی تصاویر */
.image-hint-overlay {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.7));
    backdrop-filter: blur(8px);
    border-radius: 30px;
    padding: 4px 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.65rem;
    color: #fbbf24;
    border: 1px solid rgba(251, 191, 36, 0.3);
    transition: all 0.3s ease;
    z-index: 10;
    pointer-events: none; /* این مهم است - اجازه کلیک به تصویر زیرین را می‌دهد */
    font-weight: 400;
    letter-spacing: 0.3px;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.image-hint-overlay i {
    font-size: 0.8rem;
    color: #10b981;
    animation: hintPulse 1.5s infinite;
}

.image-hint-overlay span {
    font-size: 0.7rem;
    font-weight: 500;
}

/* انیمیشن برای جلب توجه بیشتر */
@keyframes hintPulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.1);
    }
}

/* hover افکت روی کانتینر */
.image-container-welcome:hover .image-hint-overlay {
  
    display: none;
}

.image-container-welcome:hover .image-hint-overlay i {
    color: #fbbf24;
}

/* Responsive برای موبایل */
@media (max-width: 768px) {
    .image-hint-overlay {
        padding: 4px 10px;
        bottom: 8px;
        left: 8px;
    }
    
    .image-hint-overlay span {
        font-size: 0.6rem;
    }
    
    .image-hint-overlay i {
        font-size: 0.7rem;
    }
}



    /* ============================================
       استایل دکمه‌های هدر - وسط‌چین مدرن
       ============================================ */
    
    .header-actions-wrapper {
        display: flex;
        justify-content: center;      /* ← وسط‌چین اصلی */
        align-items: center;
        gap: 20px;
        padding: 16px 24px;
        max-width: 1500px;
        margin: 0 auto;
        width: 96%;
        position: relative;
        z-index: 10;
        flex-wrap: wrap;
        background: transparent;
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        border-radius: 60px;
        border: none;
        /*box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);*/
        margin-top: 16px;
        margin-bottom: 8px;
    }

    .header-btn-modern {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 12px 28px;
        border-radius: 50px;
        font-weight: 600;
        font-size: 0.95rem;
        text-decoration: none;
        transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        border: none;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        letter-spacing: 0.3px;
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        border: 1px solid rgba(255, 255, 255, 0.08);
        color: #e2e8f0;
        /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);*/
        min-width: 140px;
        flex: 0 1 auto;
    }

    .header-btn-modern i {
        font-size: 1.1rem;
        transition: transform 0.3s ease;
    }

    .header-btn-modern:hover {
        transform: translateY(-3px) scale(1.02);
        /*box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);*/
    }

    .header-btn-modern:hover i {
        transform: translateY(-2px) scale(1.1);
    }

    /* دکمه ورود / ثبت‌نام */
    .btn-auth {
        background: linear-gradient(135deg, rgba(102, 126, 234, 0.25), rgba(118, 75, 162, 0.15));
        border-color: rgba(102, 126, 234, 0.25);
        color: #c4b5fd;
    }

    .btn-auth:hover {
        background: linear-gradient(135deg, #667eea, #764ba2);
        border-color: transparent;
        color: #ffffff;
        /*box-shadow: 0 8px 30px rgba(102, 126, 234, 0.35);*/
    }

    /* دکمه سیگنال‌ها */
    .btn-signals {
        background: linear-gradient(135deg, rgba(16, 185, 129, 0.2), rgba(5, 150, 105, 0.1));
        border-color: rgba(16, 185, 129, 0.25);
        color: #34d399;
    }

    .btn-signals:hover {
        background: linear-gradient(135deg, #10b981, #059669);
        border-color: transparent;
        color: #ffffff;
        /*box-shadow: 0 8px 30px rgba(16, 185, 129, 0.35);*/
    }

    /* دکمه ویژه / پریمیوم */
    .btn-premium-header {
        background: linear-gradient(135deg, rgba(251, 191, 36, 0.2), rgba(245, 158, 11, 0.1));
        border-color: rgba(251, 191, 36, 0.25);
        color: #fbbf24;
    }

    .btn-premium-header:hover {
        background: linear-gradient(135deg, #fbbf24, #f59e0b);
        border-color: transparent;
        color: #0f172a;
        /*box-shadow: 0 8px 30px rgba(251, 191, 36, 0.35);*/
    }

    /* دکمه فعال (برای کاربر لاگین کرده با اشتراک) */
    .btn-active {
        background: rgba(16, 185, 129, 0.15);
        border-color: rgba(16, 185, 129, 0.3);
        color: #34d399;
        cursor: default;
    }

    .btn-active i {
        color: #10b981;
    }

    /* ============================================
       ریسپانسیو کامل برای موبایل و تبلت
       ============================================ */
    
    @media (max-width: 1024px) {
        .header-actions-wrapper {
            gap: 14px;
            padding: 14px 20px;
            border-radius: 40px;
        }

        .header-btn-modern {
            padding: 10px 22px;
            font-size: 0.85rem;
            gap: 8px;
            min-width: 120px;
        }

        .header-btn-modern i {
            font-size: 1rem;
        }
    }

    @media (max-width: 768px) {
        .header-actions-wrapper {
            gap: 12px;
            padding: 12px 16px;
            border-radius: 30px;
            flex-wrap: wrap;
            justify-content: center;
        }

        .header-btn-modern {
            padding: 8px 18px;
            font-size: 0.8rem;
            gap: 6px;
            min-width: 100px;
            border-radius: 40px;
        }

        .header-btn-modern i {
            font-size: 0.9rem;
        }

        /* مخفی کردن متن در موبایل‌های خیلی کوچک */
        .header-btn-modern .btn-text {
            display: inline-block;
        }
    }

    @media (max-width: 550px) {
        .header-actions-wrapper {
            gap: 10px;
            padding: 10px 14px;
            border-radius: 24px;
            width: 98%;
        }

        .header-btn-modern {
            padding: 7px 14px;
            font-size: 0.75rem;
            gap: 5px;
            min-width: 80px;
            border-radius: 30px;
        }

        .header-btn-modern i {
            font-size: 0.8rem;
        }
    }

    @media (max-width: 420px) {
        .header-actions-wrapper {
            gap: 8px;
            padding: 8px 10px;
            border-radius: 20px;
        }

        /* در موبایل‌های خیلی کوچک فقط آیکون نمایش داده شود */
        .header-btn-modern .btn-text {
            display: none;
        }

        .header-btn-modern {
            padding: 10px 14px;
            min-width: 50px;
            border-radius: 50%;
            aspect-ratio: 1/1;
            justify-content: center;
        }

        .header-btn-modern i {
            font-size: 1rem;
            margin: 0;
        }
    }

    @media (max-width: 360px) {
        .header-btn-modern {
            padding: 8px 12px;
            min-width: 44px;
        }

        .header-btn-modern i {
            font-size: 0.85rem;
        }
    }

    /* انیمیشن ورود دکمه‌ها */
    .header-btn-modern {
        animation: fadeInDown 0.6s ease forwards;
        opacity: 0;
    }

    .header-btn-modern:nth-child(1) { animation-delay: 0.1s; }
    .header-btn-modern:nth-child(2) { animation-delay: 0.2s; }
    .header-btn-modern:nth-child(3) { animation-delay: 0.3s; }

    @keyframes fadeInDown {
        from {
            opacity: 0;
            transform: translateY(-20px) scale(0.95);
        }
        to {
            opacity: 1;
            transform: translateY(0) scale(1);
        }
    }

    /* ============================================
       ادامه استایل‌های قبلی
       ============================================ */
    
    /****************welcome******************   */
    .detail-item-welcome {
        margin-top: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 12px;
        width: 100%;
        font-size: 0.95rem;
        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    /* ... ادامه استایل‌های موجود شما ... */


    


/****************welcome******************   */
    .detail-item-welcome {
        margin-top: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 12px;
        width: 100%;
        font-size: 0.95rem;
        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .detail-item-welcome:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .training-style-position-detail-item-welcome {
        margin: 0;
        align-self: center;
    }

    /* رسپانسیو */
    @media (max-width: 768px) {
        .detail-item-welcome {
            width: 100%;
            margin-top: 10px;
        }
    }

    /* استایل‌های کارت آمار */
    .training-style-stats-grid-welcome {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
        max-width: 800px;
        margin: 0 auto 40px auto;
    }

    .training-style-signal-buy-welcome {
        background: rgba(0, 255, 0, 0.2);
        color: #00ff00;
        padding: 5px 12px;
        border-radius: 20px;
        font-size: 0.8rem;
        font-weight: bold;
    }

    .training-style-signal-sell-welcome {
        background: rgba(255, 0, 0, 0.2);
        color: #ff4444;
        padding: 5px 12px;
        border-radius: 20px;
        font-size: 0.8rem;
        font-weight: bold;
    }

    .training-style-img100-welcome {
        width: 100%;
        border-radius: 8px;
        margin-top: 15px;
        transition: transform 0.3s ease;
    }

    /*.training-style-img100-welcome:hover {*/
    /*    transform: scale(1.02);*/
    /*}*/

    .detail-item .label-welcome {
        color: #b0b0b0;
    }

    .detail-item .value-welcome {
        color: #fff;
        font-weight: 500;
        direction: ltr;
    }

    .detail-item-stop-welcome {
        display: flex;
        justify-content: space-between;
        margin-bottom: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid #2a2a2a;
    }

    .detail-item-stop-welcome:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .detail-item-stop-welcome .label-welcome {
        color: #b0b0b0;
    }

    .detail-item-stop-welcome .value-welcome {
        color: #ff0000;
        font-weight: 500;
        direction: ltr;
    }

    .detail-item-takepro-welcome {
        display: flex;
        justify-content: space-between;
        margin-bottom: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid #2a2a2a;
    }

    .detail-item-takepro-welcome:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .detail-item-takepro-welcome .label-welcome {
        color: #b0b0b0;
    }

    .detail-item-takepro-welcome .value-welcome {
        color: #00ff00;
        font-weight: 500;
        direction: ltr;
    }

    /* استایل‌های نمودار */
    .training-style-chart-header-welcome {
        padding: 20px 30px;
        border-bottom: 1px solid #333;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .training-style-chart-header-welcome h3 {
        color: #fff;
        margin: 0;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .training-style-chart-header-welcome h3 i {
        color: #00ff00;
    }

    .training-style-symbol-selector-welcome select {
        padding: 8px 12px;
        border-radius: 8px;
        border: 1px solid #333;
        background: #2a2a2a;
        color: #fff;
        font-size: 0.9rem;
        transition: all 0.3s ease;
    }

    .training-style-symbol-selector-welcome select:focus {
        outline: none;
        border-color: #00ff00;
    }

    /* استایل‌های جدید برای بخش سیگنال‌های یک دقیقه */
    .minute-signals-hero-welcome {
        text-align: center;
        position: relative;
        overflow: hidden;
        background: linear-gradient(135deg, #0f0f0f 0%, #161616 50%, #161616 100%);
        border-radius: 40px;
        max-width: 1500px;
        width: 96%;
        margin: 40px auto;
        padding: 60px 0;
        border: 1px solid #2e2e2e;
    }

    .minute-signals-content-welcome {
        position: relative;
        z-index: 0;
    }

    .minute-cta-section-welcome {
        margin: 40px 10px;
    }

    .training-style-position-info-welcome {
        padding: 20px 30px;
        background-color: transparent;
        border-top: 1px solid #333;
    }

    .training-style-position-details-welcome {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 15px;
    }

    #training-style-tradingview_chart {
        border-bottom: 1px solid #333;
    }

    /* رسپانسیو */
    @media (max-width: 768px) {
        .training-style-stats-grid-welcome {
            grid-template-columns: repeat(2, 1fr);
        }

        .training-style-chart-header-welcome {
            flex-direction: column;
            gap: 15px;
            align-items: flex-start;
        }
    }

    @media (max-width: 480px) {
        .training-style-stats-grid-welcome {
            grid-template-columns: 1fr;
        }
    }

    /* Lightbox Modal - Full Screen */
    .lightbox-modal-welcome {
        display: none;
        position: fixed;
        z-index: 10000;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.98);
        animation: fadeIn 0.3s ease;
    }

    .lightbox-modal-content-welcome {
        position: relative;
        width: 100vw;
        height: 100vh;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .lightbox-modal-image-welcome {
        max-width: 95vw;
        max-height: 95vh;
        width: auto;
        height: auto;
        object-fit: contain;
        border-radius: 0;
        box-shadow: none;
        animation: zoomIn 0.3s ease;
    }

    .lightbox-close-welcome {
        position: fixed;
        right: 30px;
        top: 30px;
        color: #fff;
        font-size: 50px;
        font-weight: bold;
        cursor: pointer;
        z-index: 10001;
        background: rgba(0, 0, 0, 0.6);
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        border: 2px solid rgba(255, 255, 255, 0.3);
    }

    .lightbox-close-welcome:hover {
        background: rgba(255, 0, 0, 0.8);
        transform: scale(1.1);
        border-color: rgba(255, 255, 255, 0.6);
    }

    /* Navigation Buttons */
    .lightbox-nav-welcome {
        position: fixed;
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 20px;
        z-index: 10001;
    }

    .nav-btn-welcome {
        background: rgba(255, 255, 255, 0.15);
        color: #ffffff;
        border: 2px solid rgba(255, 255, 255, 0.4);
        padding: 14px 28px;
        border-radius: 35px;
        cursor: pointer;
        font-size: 16px;
        font-weight: 600;
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        backdrop-filter: blur(15px) saturate(180%);
        -webkit-backdrop-filter: blur(15px) saturate(180%);
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
        /*box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1),*/
            inset 0 1px 0 rgba(255, 255, 255, 0.2),
            inset 0 -1px 0 rgba(0, 0, 0, 0.1);
        position: relative;
        overflow: hidden;
        letter-spacing: 0.5px;
    }

    .nav-btn-welcome::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
        transition: left 0.6s ease;
    }

    .nav-btn-welcome:hover {
        background: rgba(255, 255, 255, 0.25);
        border-color: rgba(255, 255, 255, 0.7);
        transform: translateY(-3px);
        /*box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15),*/
            inset 0 1px 0 rgba(255, 255, 255, 0.3),
            inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    }

    .nav-btn-welcome:hover::before {
        left: 100%;
    }

    .nav-btn-welcome:active {
        transform: translateY(-1px);
        transition: all 0.1s ease;
    }

    .nav-btn-welcome.active {
        background: rgba(76, 175, 80, 0.35);
        border-color: #4CAF50;
       
        color: #ffffff;
    }

    /* Animations */
    @keyframes fadeIn {
        from { opacity: 0; }
        to { opacity: 1; }
    }

    @keyframes zoomIn {
        from { 
            transform: scale(0.9); 
            opacity: 0; 
        }
        to { 
            transform: scale(1); 
            opacity: 1; 
        }
    }

    /* استایل برای نوار ابزار TradingView */
    .tradingview-widget-container-welcome iframe {
        border: none;
    }

    /* تنظیمات برای نمایش بهتر نوار ابزار */
    .tradingview-widget-container-welcome {
        position: relative;
    }

    /* اطمینان از نمایش صحیح نمودار */
    #training-style-tradingview_chart {
        position: relative;
        min-height: 600px;
    }

    .tradingview-widget-container-welcome__widget {
        height: 100% !important;
    }

    .tradingview-widget-container-welcome {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .tradingview-widget-container-welcome__widget {
        height: 100% !important;
        width: 100% !important;
    }

    .training-style-symbol-selector-welcome {
        margin-left: 20px;
    }

    .training-style-symbol-selector-welcome select {
        padding: 10px 15px;
        border-radius: 8px;
        border: 1px solid #333;
        background: #2a2a2a;
        color: #fff;
        font-size: 0.9rem;
        transition: all 0.3s ease;
        min-width: 150px;
        cursor: pointer;
    }

    .training-style-symbol-selector-welcome select:focus {
        outline: none;
        border-color: #00ff00;
        /*box-shadow: 0 0 0 2px rgba(0, 255, 0, 0.2);*/
    }

    .training-style-symbol-selector-welcome select option {
        background: #2a2a2a;
        color: #fff;
        padding: 10px;
    }

    .training-style-position-detail-item-welcome {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 0;
        border-bottom: 1px solid #333;
    }

    .training-style-position-detail-item-welcome .label-welcome {
        color: #b0b0b0;
        font-weight: bold;
    }

    .training-style-position-detail-item-welcome .value-welcome {
        color: white;
        text-align: left;
    }

    .training-style-position-info-welcome {
        padding: 0;
    }

    .training-style-position-details-welcome {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 20px;
        background-color: transparent;
        border: none;
    }

    .training-style-position-detail-item-welcome {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        transition: all 0.3s ease;
    }

    .training-style-position-detail-item-welcome:hover {
        background: rgba(255, 255, 255, 0.1);
        transform: translateY(-2px);
    }

    .training-style-position-detail-item-welcome .label-welcome {
        color: #b0b0b0;
        font-weight: 500;
        font-size: 0.9rem;
    }

    .training-style-position-detail-item-welcome .value-welcome {
        color: white;
        font-weight: 600;
        font-size: 1rem;
    }

    /* استایل مخصوص سیگنال خرید و فروش */
    .training-style-signal-buy-welcome {
        color: #00ff00 !important;
        background: rgba(0, 255, 0, 0.1);
        padding: 0 8px;
        border-radius: 20px;
        border: 1px solid rgba(0, 255, 0, 0.3);
    }

    .training-style-signal-sell-welcome {
        color: #ff4444 !important;
        background: rgba(255, 68, 68, 0.1);
        padding: 0 8px;
        border-radius: 20px;
        border: 1px solid rgba(255, 68, 68, 0.3);
    }

    /* استایل Risk/Reward */
    .training-style-position-detail-item-welcome[style*="background: rgba(0, 180, 255, 0.1)"] {
        background: rgba(0, 180, 255, 0.15) !important;
        border: 1px solid rgba(0, 180, 255, 0.3);
        border-right: 4px solid #00b4ff;
    }

    /* استایل تصویر */
    .training-style-img100-welcome {
        width: 100%;
        border-radius: 10px;
        /*box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);*/
        border: 1px solid rgba(255, 255, 255, 0.1);
        background-color: #161616;
    }

    /* رسپانسیو */
    @media (max-width: 768px) {
        .training-style-position-detail-item-welcome {
            flex-direction: column;
            align-items: flex-start;
            gap: 8px;
        }

        .training-style-position-detail-item-welcome .value-welcome {
            align-self: flex-end;
        }
    }

    /* استایل ماشین حساب مربع با سایزهای مختلف */
    .training-style-tradingview-chart-container-welcome {
        background-color: #161616;
        border-radius: 40px;
        overflow: hidden;
        max-width: 1500px;
        width: 96%;
        margin: 40px auto;
    }

    #training-style-tradingview_chart {
        height: 600px;
        width: 100%;
    }

    .detail-item-takepro-welcome {
        padding: 8px 12px;
        margin: 5px 0;
        background: rgba(0, 255, 0, 0.05);
        border-radius: 6px;
        border-right: 3px solid #00ff00;
        margin: 8px 8px;
    }

    .detail-item-stop-welcome {
        padding: 8px 12px;
        margin: 5px 0;
        background: rgba(255, 0, 0, 0.05);
        border-radius: 6px;
        border-right: 3px solid #ff4444;
        margin: 8px 8px;
    }

    .training-style-position-detail-item-welcome {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 8px;
        border-bottom: 1px solid #333;
        margin: 8px 8px;
    }

    .training-style-position-detail-item-welcome .label-welcome {
        color: #b0b0b0;
        font-weight: bold;
    }

    .training-style-position-detail-item-welcome .value-welcome {
        color: white;
        text-align: left;
    }

    /*****************لینک تایم خبر*****************/
    .btn-welcome {
        display: inline-block;
        background: linear-gradient(90deg, #4361ee, #3a0ca3);
        color: white;
        padding: 14px 35px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 600;
        font-size: 1.1rem;
        margin: 15px 0;
        transition: all 0.3s ease;
        /*box-shadow: 0 5px 15px rgba(67, 97, 238, 0.3);*/
        border: none;
        cursor: pointer;
    }

    .btn-welcome:hover {
        transform: scale(1.05);
        /*box-shadow: 0 8px 20px rgba(67, 97, 238, 0.5);*/
    }

    .btn-welcome i {
        margin-left: 8px;
    }

    /*******************مدرن***************************/
    /* دکمه‌های مدرن */
    .modern-btn-welcome {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        padding: 16px 32px;
        background: var(--primary-gradient);
        color: #000;
        text-decoration: none;
        border-radius: 12px;
        font-weight: 700;
        font-size: 1.1rem;
        border: none;
        cursor: pointer;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
        overflow: hidden;
        /*box-shadow: 0 8px 25px rgba(0, 255, 0, 0.3);*/
    }

    .modern-btn-welcome::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
        transition: left 0.6s ease;
    }

    .modern-btn-welcome:hover {
        transform: translateY(-4px);
        /*box-shadow: 0 12px 35px rgba(0, 255, 0, 0.4);*/
    }

    .modern-btn-welcome:hover::before {
        left: 100%;
    }

    /* بخش سیگنال‌های فعال بهبود یافته */
    .detail-label-welcome {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #b0b0b0;
        font-weight: 600;
        font-size: 0.9rem;
    }

    /* ویژگی‌های ریسپانسیو */
    @media (max-width: 768px) {
        .modern-btn-welcome {
            width: 100%;
            justify-content: center;
        }
    }

    /********************هیرو سکشن*****************/
    /* استایل مدرن برای بخش هیرو */
    .modern-hero-section-welcome {
        position: relative;
        min-height: 85vh;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #000;
        overflow: hidden;
        padding: 40px 0;
        margin-top: 30px;
    }

    .hero-background-welcome {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

    .hero-particles-welcome {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
      background-image: 
    radial-gradient(circle at 20% 30%, rgba(0, 0, 0, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(25, 25, 112, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 40% 80%, rgba(155, 89, 182, 0.05) 0%, transparent 50%);
        animation: particleFloat 20s ease-in-out infinite;
    }

    .hero-gradient-welcome {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: 
            linear-gradient(45deg, rgba(0, 180, 255, 0.1) 0%, transparent 50%),
            linear-gradient(135deg, rgba(46, 204, 113, 0.1) 50%, transparent 100%);
    }

    .hero-container-welcome {
        max-width: 1500px;
        width: 96%;
        margin: 0 auto;
        padding: 0 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 2;
    }

    .hero-content-welcome {
        position: relative;
        z-index: 3;
        text-align: center;
        max-width: 800px;
        margin: 0 auto;
    }

    /* عنوان اصلی فارسی */
    .main-title-wrapper-welcome {
        margin-bottom: 30px;
        margin-TOP: 50px;
    }

    .persian-main-title-welcome2 {
        font-size: 4rem;
        font-weight: 800;
        line-height: 1.1;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
    }

    .title-gradient-welcome {
        background: linear-gradient(90deg, #ff6b35, #00b4ff, #2ecc71) !important;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
        background-clip: text !important;
        font-size: 3.4rem;
        font-weight: 300;
    }

    .title-badge-welcome {
        background: linear-gradient(135deg, #ffd700, #ffb700, #ff9500) !important;
        color: #000 !important;
        padding: 8px 20px;
        border-radius: 30px;
        font-size: 1.2rem;
        font-weight: 600;
        letter-spacing: 1px;
        /*box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4) !important;*/
        border: 1px solid rgba(255, 215, 0, 0.3) !important;
    }

    .title-subtext-welcome {
        margin-top: 40px;
    }

    .subtext-line-welcome {
        color: var(--text-secondary);
        font-size: 1.4rem;
        font-weight: 300;
        letter-spacing: 0.5px;
    }

    /* توضیحات */
    .hero-description-welcome {
        margin-bottom: 40px;
    }

    .highlight-text-welcome {
        color: var(--text-primary);
        background: linear-gradient(135deg, #00b4ff, #2ecc71);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        font-weight: 600;
    }

    .description-text-welcome {
        max-width: 600px;
        color: #cbd5e1;
        line-height: 1.5;
        margin: 0 auto;
        font-size: 0.9rem;
    }

    /* استایل‌های آمار */
    .stats-summary-welcome {
        margin: 2rem auto;
        position: relative;
        display: flex;
        justify-content: center;
        max-width: 1500px;
        width: 96%;
    }

    .stats-grid-welcome {
        display: flex;
        gap: 2rem;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
    }

    .interactive-stat {
        background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.02) 100%);
        backdrop-filter: blur(10px);
        border-radius: 24px;
        padding: 1.5rem;
        text-align: center;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        border: 1px solid rgba(255,255,255,0.1);
        cursor: pointer;
        min-width: 180px;
        flex: 1;
    }

    .interactive-stat:hover {
        transform: translateY(-5px);
        border-color: rgba(0,255,255,0.3);
        /*box-shadow: 0 20px 40px rgba(0,0,0,0.3);*/
    }

    .stat-number-welcome {
        font-size: 2.5rem;
        font-weight: 800;
        margin-bottom: 0.5rem;
        background: linear-gradient(135deg, #fff, #a0a0a0);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }

    .stat-label-welcome {
        font-size: 0.85rem;
        color: #94a3b8;
    }

    /* انیمیشن‌ها */
    @keyframes gradientShift {
        0%, 100% { background-position: 0% 50%; }
        50% { background-position: 100% 50%; }
    }

    @keyframes particleFloat {
        0%, 100% { transform: translateY(0px) rotate(0deg); }
        50% { transform: translateY(-20px) rotate(180deg); }
    }

    @keyframes cardFloat {
        0%, 100% { transform: translateY(0px); }
        50% { transform: translateY(-10px); }
    }

    /* رسپانسیو */
    @media (max-width: 1024px) {
        .hero-container-welcome {
            grid-template-columns: 1fr;
            gap: 40px;
            text-align: center;
        }

        .hero-visual-welcome {
            order: -1;
            max-width: 400px;
            margin: 0 auto;
        }

        .hero-actions-welcome {
            justify-content: center;
        }
    }

    @media (max-width: 768px) {
        .modern-hero-section-welcome {
            min-height: auto;
            padding: 60px 0;
            margin-top: 20px;
        }

        .hero-actions-welcome {
            flex-direction: column;
            align-items: center;
        }

        .cta-button-welcome {
            width: 100%;
            max-width: 300px;
            justify-content: center;
        }

        .description-text-welcome {
            font-size: 1.1rem;
        }
        
        .persian-main-title-welcome2 {
            font-size: 2rem !important;
            flex-direction: column;
            gap: 15px;
        }
        
        .title-gradient-welcome {
            font-size: 2rem !important;
        }
        
        .stats-grid-welcome {
            gap: 1rem;
        }
        
        .interactive-stat {
            min-width: 140px;
            padding: 1rem;
        }
        
        .stat-number-welcome {
            font-size: 1.8rem;
        }
    }

    @media (max-width: 480px) {
        .description-text-welcome {
            font-size: 1rem;
        }

        .stat-number-welcome {
            font-size: 2rem;
        }
        
        .title-badge-welcome {
            font-size: 0.9rem;
            padding: 6px 15px;
        }
        
        .stats-grid-welcome {
            flex-direction: column;
            align-items: center;
        }
        
        .interactive-stat {
            width: 100%;
            max-width: 200px;
        }
    }

    /* انیمیشن برای نتایج */
    @keyframes fadeIn {
        from { opacity: 0; transform: translateY(10px); }
        to { opacity: 1; transform: translateY(0); }
    }

    #calcResult {
        animation: fadeIn 0.3s ease-out;
    }

    /* استایل‌های بخش سیگنال‌های گذشته */
    .section-title-welcome {
        text-align: center;
        color: #fff;
        font-size: 1.5rem;
        margin-bottom: 40px;
        font-weight: 600;
        background: linear-gradient(90deg, #00b4ff, #2ecc71);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    /* استایل‌های دکمه */
    .minute-cta-button-welcome {
        display: inline-block;
        align-items: center;
        justify-content: center;
        padding: 14px 28px;
        background: linear-gradient(135deg, #00ff00, #01FFBF);
        color: #000 !important;
        text-decoration: none;
        border-radius: 10px;
        font-weight: 700;
        font-size: 1rem;
        border: none;
        cursor: pointer;
        transition: all 0.3s ease;
        margin: 15px 0 5px 0;
        width: auto;
        gap: 8px;
    }

    .minute-cta-button-welcome:hover {
        transform: translateY(-2px);
        /*box-shadow: 0 8px 25px rgba(0, 255, 0, 0.35);*/
        color: #000 !important;
        text-decoration: none;
    }

    .minute-cta-button2-welcome {
        display: inline-block;
        align-items: center;
        justify-content: center;
        padding: 14px 28px;
        background: transparent;
        color: #fff !important;
        text-decoration: none;
        border-radius: 10px;
        font-weight: 700;
        font-size: 1rem;
        border: none;
        cursor: pointer;
        transition: all 0.3s ease;
        margin: 15px 0 5px 0;
        width: auto;
        gap: 8px;
    }

    .detail-value-welcome {
        font-size: 0.95rem;
        color: #fff;
        font-weight: 700;
        direction: ltr;
        text-align: left;
        font-family: 'Courier New', monospace;
    }

    @media (max-width: 768px) {
        .section-title-welcome {
            font-size: 1.8rem;
        }

        .lightbox-nav-welcome {
            bottom: 20px;
            flex-direction: column;
            gap: 10px;
        }

        .nav-btn-welcome {
            padding: 10px 20px;
            font-size: 13px;
        }

        .lightbox-modal-image-welcome {
            max-height: 60vh;
        }
    }

    @media (max-width: 480px) {
        .detail-item-welcome {
            flex-direction: column;
            align-items: flex-start;
            gap: 5px;
            padding: 8px 0;
        }

        .detail-value-welcome {
            align-self: flex-end;
        }

        .minute-cta-button-welcome {
            padding: 12px 20px;
            font-size: 0.95rem;
        }

        .lightbox-modal-image-welcome {
            max-height: 50vh;
        }
    }

    /******************* استایل‌های جدید و حرفه‌ای برای بخش نتایج گذشته */
    .section-title-welcome {
        font-size: 2.5rem;
        background: linear-gradient(90deg, #00b4ff, #2ecc71);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        margin-bottom: 15px;
        font-weight: 700;
    }

    .section-subtitle-welcome {
        color: #b0b0b0;
        font-size: 1.1rem;
        max-width: 600px;
        margin: 0 auto;
        line-height: 1.6;
    }

    .symbol-icon-welcome {
        width: 40px;
        height: 40px;
        background: linear-gradient(135deg, #00b4ff, #2ecc71);
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.2rem;
    }

    /* برای موبایل - با swipe تصویر تغییر کند */
    .performance-stats-welcome {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
    }

    .performance-item-welcome {
        text-align: center;
    }

    .performance-value-welcome {
        font-size: 1.4rem;
        font-weight: 800;
        margin-bottom: 5px;
    }

    .performance-label-welcome {
        font-size: 0.8rem;
        color: #b0b0b0;
    }

    /* بخش خلاصه آمار */
    /* رسپانسیو */
    @media (max-width: 768px) {
        .detail-value-welcome {
            align-self: flex-end;
        }
    }

    @media (max-width: 480px) {
        .section-title-welcome {
            font-size: 1.8rem;
        }
    }

    /* استایل‌های جدید و حرفه‌ای برای بخش نتایج گذشته */
    .section-title-welcome {
        font-size: 2.5rem;
        background: linear-gradient(90deg, #00b4ff, #2ecc71);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        margin-bottom: 15px;
        font-weight: 700;
    }

    .section-subtitle-welcome {
        color: #b0b0b0;
        font-size: 1.1rem;
        max-width: 600px;
        margin: 0 auto;
        line-height: 1.6;
    }

    /* گرید نتایج */
    /* کارت سیگنال */
    /* هدر کارت */
    .symbol-icon-welcome {
        width: 40px;
        height: 40px;
        background: linear-gradient(135deg, #00b4ff, #2ecc71);
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.2rem;
    }

    /* بدنه کارت */
    /* جزئیات سیگنال */
    /* استایل‌های وضعیت */
    /* تصویر نتایج - نسخه اصلاح شده */
    /* حالت ساده - فقط تصاویر */
    /* در دسکتاپ با هاور نمایش تصویر دوم */
    /* در موبایل تصویر اول نمایش داده شود */
    /* فوتر کارت */
    .performance-stats-welcome {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
    }

    .performance-item-welcome {
        text-align: center;
    }

    .performance-value-welcome {
        font-size: 1.4rem;
        font-weight: 800;
        margin-bottom: 5px;
    }

    .performance-label-welcome {
        font-size: 0.8rem;
        color: #b0b0b0;
    }

    /* بخش خلاصه آمار */
    .stats-summary-welcome {
        margin: 50px auto;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
        padding: 30px;
        background-color: transparent;
        border-radius: 20px;
        border:none;
        max-width: 1500px;
        width: 96%;
        /*border: 1px solid rgba(255, 255, 255, 0.1);*/
    }

    /* رسپانسیو */
    @media (max-width: 768px) {
        .section-title-welcome {
            font-size: 2rem;
        }

        .detail-value-welcome {
            align-self: flex-end;
        }

        .stats-summary-welcome {
            grid-template-columns: repeat(2, 1fr);
            padding: 20px;
        }
    }

    @media (max-width: 480px) {
        .section-title-welcome {
            font-size: 1.8rem;
        }

        .stats-summary-welcome {
            grid-template-columns: 1fr;
        }
    }

    /* لایت‌باکس پیشرفته */
    .lightbox-modal-welcome {
        display: none;
        position: fixed;
        z-index: 10000;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.98);
        animation: fadeIn 0.3s ease;
    }

    .lightbox-modal-content-welcome {
        position: relative;
        width: 100vw;
        height: 100vh;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .lightbox-modal-image-welcome {
        max-width: 90vw;
        max-height: 70vh;
        width: auto;
        height: auto;
        object-fit: contain;
        border-radius: 8px;
        /*box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);*/
        animation: zoomIn 0.3s ease;
    }

    .lightbox-close-welcome {
        position: fixed;
        right: 25px;
        top: 25px;
        color: #fff;
        font-size: 40px;
        font-weight: bold;
        cursor: pointer;
        z-index: 10001;
        background: rgba(0, 0, 0, 0.6);
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        border: 2px solid rgba(255, 255, 255, 0.3);
    }

    .lightbox-close-welcome:hover {
        background: rgba(255, 0, 0, 0.8);
        transform: scale(1.1);
        border-color: rgba(255, 255, 255, 0.6);
    }

    /* ناوبری لایت‌باکس */
    .lightbox-nav-welcome {
        position: fixed;
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 15px;
        z-index: 10001;
    }

    .nav-btn-welcome {
        background: rgba(255, 255, 255, 0.15);
        color: #ffffff;
        border: 2px solid rgba(255, 255, 255, 0.4);
        padding: 12px 24px;
        border-radius: 25px;
        cursor: pointer;
        font-size: 14px;
        font-weight: 600;
        transition: all 0.3s ease;
        backdrop-filter: blur(10px);
    }

    .nav-btn-welcome:hover {
        background: rgba(255, 255, 255, 0.25);
        border-color: rgba(255, 255, 255, 0.7);
        transform: translateY(-2px);
    }

    .nav-btn-welcome.active {
        background: rgba(0, 255, 0, 0.3);
        border-color: #00ff00;
        color: #00ff00;
    }

    /* استایل جدید برای نمایش مقادیر حد ضرر و حد سود در یک خط در موبایل */
    @media (max-width: 768px) {
        .detail-row .detail-label-welcome {
            flex: 0 0 120px !important;
            text-align: right !important;
            font-size: 0.85rem !important;
            margin-bottom: 0 !important;
        }

        .detail-row .detail-value-welcome {
            flex: 1 !important;
            text-align: left !important;
            display: flex !important;
            align-items: center !important;
            justify-content: flex-start !important;
            gap: 8px !important;
            direction: ltr !important;
        }

        /* استایل مخصوص برای سطوح حد سود و حد ضرر */
        .detail-row:nth-child(4) .detail-value-welcome,  /* حد سود اول */
        .detail-row:nth-child(5) .detail-value-welcome,  /* حد سود دوم */
        .detail-row:nth-child(3) .detail-value-welcome { /* حد ضرر */
            flex-wrap: wrap !important;
            gap: 5px !important;
        }

        .detail-value-welcome span:first-child {
            font-family: 'Courier New', monospace !important;
            font-size: 0.8rem !important;
        }
    }

    /* استایل برای نمایش بهتر در موبایل‌های کوچک */
    @media (max-width: 480px) {
        .detail-row .detail-label-welcome {
            flex: 0 0 100px !important;
            font-size: 0.8rem !important;
        }

        .detail-value-welcome span:first-child {
            font-size: 0.75rem !important;
        }
    }

    /* استایل برای تضمین نمایش درست اعداد */
    .detail-value-welcome {
        font-family: 'Courier New', monospace !important;
        direction: ltr !important;
        text-align: left !important;
    }

    /* بهبود نمایش در حالت عادی (دسکتاپ) */
    .detail-row {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        transition: all 0.3s ease !important;
    }

    /* استایل‌های جدید برای رفع مشکل چیدمان */
    .trading-card-welcome {
        background: transparent;
        border-radius: 20px;
        padding: 15px;
        border: none;
        backdrop-filter: blur(10px);
        /*box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);*/
        animation: cardFloat 6s ease-in-out infinite;
        width: 100%;
        box-sizing: border-box;
        max-width: 1500px;
        margin: 0 auto;
    }

    .minute-signals-content-welcome {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .signal-title-welcome {
        color: #f8fafc;
        margin: 0;
        font-size: 1.2rem;
        flex: 1;
        min-width: 200px;
    }

    .signal-type-welcome {
        letter-spacing: 0.5px;
        font-weight: bold;
        padding: 4px 12px;
        border-radius: 20px;
        font-size: 0.9rem;
        white-space: nowrap;
    }

    .buy-signal-welcome {
        background: rgba(16, 185, 129, 0.2);
        color: #10b981;
        border: 1px solid rgba(16, 185, 129, 0.4);
    }

    .sell-signal-welcome {
        background: rgba(239, 68, 68, 0.2);
        color: #ef4444;
        border: 1px solid rgba(239, 68, 68, 0.4);
    }

    /* اطلاع‌رسانی عمومی */
    .public-notification-welcome {
        text-align: center;
        padding: 20px;
        background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(139, 92, 246, 0.1));
        border-radius: 15px;
        margin: 20px 0;
        border: 1px solid rgba(99, 102, 241, 0.2);
    }

    .notification-text-welcome {
        color: #94a3b8;
        margin: 0;
        font-size: 0.9rem;
    }

    /* کارت‌های حرفه‌ای */
    .signal-details-container-welcome {
        border-radius: 15px;
        padding: 20px;
        margin: 20px 0;
        transition: all 0.3s ease;
        border-right: 4px solid;
        position: relative;
        overflow: hidden;
    }

    .buy-theme-welcome {
        background: linear-gradient(135deg, #1a472a 0%, #0f2e1c 100%);
        border-right-color: #10b981;
        /*box-shadow: 0 8px 25px rgba(16, 185, 129, 0.15);*/
    }

    .sell-theme-welcome {
        background: linear-gradient(135deg, #7f1d1d 0%, #450a0a 100%);
        border-right-color: #ef4444;
        /*box-shadow: 0 8px 25px rgba(239, 68, 68, 0.15);*/
    }

    /* اطلاعات اصلی سیگنال */
    .signal-main-info-welcome {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
        flex-wrap: wrap;
        gap: 10px;
    }

    .symbol-info-welcome {
        display: flex;
        flex-direction: column;
        flex: 1;
        min-width: 150px;
    }

    .symbol-welcome {
        color: #f8fafc;
        font-size: 1.1rem;
        font-weight: bold;
    }

    .timeframe-welcome {
        color: #cbd5e1;
        font-size: 0.8rem;
    }

    .signal-strength-welcome {
        display: flex;
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;
    }

    .strength-label-welcome {
        color: #94a3b8;
        font-size: 0.8rem;
        white-space: nowrap;
    }

    .strength-bars-welcome {
        display: flex;
        gap: 2px;
        width: 3px;
        height: 10px;
        background: #374151;
        border-radius: 1px;
        transition: all 0.3s ease;
        background: #10b981;
    }

    .bar-welcome {
        width: 3px;
        height: 10px;
        background: #374151;
        border-radius: 1px;
        transition: all 0.3s ease;
    }

    .bar-welcome.active {
        background: #10b981;
    }

    /* پارامترهای سیگنال */
    .signal-parameters-welcome {
        margin: 20px 0;
    }

    .parameter-group-welcome {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin-bottom: 15px;
    }

    .parameter-item-welcome {
        background: rgba(255, 255, 255, 0.05);
        padding: 12px;
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .parameter-label-welcome {
        color: #cbd5e1;
        font-size: 0.8rem;
        display: block;
        margin-bottom: 4px;
    }

    .parameter-value-welcome {
        color: #f8fafc;
        font-size: 1rem;
        font-weight: bold;
        display: block;
    }

    .entry-price-welcome {
        color: #10b981;
    }

    .sl-price-welcome {
        color: #ef4444;
    }

    /* بخش حد سود */
    .take-profit-section-welcome {
        margin-top: 15px;
    }

    .tp-title-welcome {
        color: #e2e8f0;
        margin-bottom: 12px;
        font-size: 1rem;
    }

    .tp-levels-welcome {
        display: grid;
        gap: 8px;
    }

    .tp-item-welcome {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: rgba(139, 92, 246, 0.1);
        padding: 10px 12px;
        border-radius: 8px;
        border: 1px solid rgba(139, 92, 246, 0.2);
        flex-wrap: wrap;
        gap: 5px;
    }

    .tp-number-welcome {
        color: #c4b5fd;
        font-weight: 600;
        font-size: 0.8rem;
    }

    .tp-price-welcome {
        color: #f8fafc;
        font-weight: bold;
        font-size: 0.9rem;
    }

    .tp-profit-welcome {
        color: #10b981;
        font-size: 0.8rem;
        background: rgba(16, 185, 129, 0.2);
        padding: 3px 6px;
        border-radius: 4px;
    }

    /* بخش توضیحات */
    .signal-description-welcome {
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .description-title-welcome {
        color: #e2e8f0;
        margin-bottom: 8px;
        font-size: 1rem;
    }

    /* متادیتا */
    .signal-meta-welcome {
        display: flex;
        gap: 15px;
        margin-top: 15px;
        padding-top: 12px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        flex-wrap: wrap;
    }

    .meta-item-welcome {
        color: #94a3b8;
        font-size: 0.8rem;
        display: flex;
        align-items: center;
        gap: 4px;
    }

    /* کارت‌های تبلیغاتی */
    .course-promo-card-welcome {
        background: linear-gradient(135deg, rgba(30, 41, 59, 0.8), rgba(15, 23, 42, 0.9));
        border-radius: 15px;
        padding: 20px;
        margin: 20px 0;
        border: 1px solid rgba(255, 255, 255, 0.1);
        position: relative;
        overflow: hidden;
    }

    /* استایل‌های وضعیت */
    .premium-status-welcome, .ready-status-welcome {
        background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(5, 150, 105, 0.05));
        border: 1px solid rgba(16, 185, 129, 0.3);
        border-radius: 12px;
        padding: 15px;
        margin: 15px 0;
    }

    .status-content-welcome, .ready-content-welcome {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .ready-text-welcome {
        display: flex;
        flex-direction: column;
    }

    .status-text strong, .ready-text-welcome strong {
        color: #10b981;
        font-size: 1rem;
    }

    .status-text span, .ready-text-welcome span {
        color: #94a3b8;
        font-size: 0.8rem;
    }

    /* استایل‌های بخش بدون سیگنال */
    .no-signal-header-welcome {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
        padding-bottom: 12px;
        border-bottom: 1px solid #334155;
        flex-wrap: wrap;
        gap: 10px;
    }

    .status-indicator-welcome {
        display: flex;
        align-items: center;
        gap: 6px;
        color: #f59e0b;
        font-size: 0.8rem;
    }

    .status-dot-welcome {
        width: 6px;
        height: 6px;
        background: #f59e0b;
        border-radius: 50%;
        animation: pulse 2s infinite;
    }

    .no-signal-content-welcome {
        text-align: center;
        padding: 30px 15px;
    }

    .waiting-animation {
        margin-bottom: 20px;
    }

    .radar-welcome {
        width: 60px;
        height: 60px;
        border: 2px solid #374151;
        border-radius: 50%;
        position: relative;
        margin: 0 auto;
    }

    .waiting-text-welcome {
        color: #94a3b8;
        margin-bottom: 20px;
        line-height: 1.5;
        font-size: 0.9rem;
    }

    /* استایل‌های هدر سیگنال */
    .signal-header-welcome {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 25px 15px 25px;
        background: rgba(0, 0, 0, 0.3);
        margin-bottom: 20px;
        border-bottom: 1px solid #334155;
        flex-wrap: wrap;
        gap: 10px;
    }

    .guest-promo-card-welcome {
        position: relative;
        overflow: hidden;
        background: rgba(30, 41, 59, 0.8);
        border-radius: 15px;
        padding: 25px;
        margin: 20px 0;
        border: 1px solid rgba(255, 255, 255, 0.1);
        text-align: center;
    }

    /* رسپانسیو */
    @media (max-width: 768px) {
        .trading-card-welcome {
            padding: 20px 15px;
            margin: 10px;
        }

        .signal-header-welcome {
            padding: 15px;
            text-align: center;
            flex-direction: column;
            align-items: flex-start;
            gap: 8px;
        }

        .signal-title-welcome {
            font-size: 1.1rem;
        }

        .parameter-group-welcome {
            grid-template-columns: 1fr;
            gap: 8px;
        }

        .signal-main-info-welcome {
            flex-direction: column;
            align-items: flex-start;
            gap: 8px;
        }

        .tp-item-welcome {
            flex-direction: column;
            align-items: flex-start;
            gap: 5px;
        }

        .signal-meta-welcome {
            flex-direction: column;
            gap: 8px;
        }
    }

    @media (max-width: 480px) {
        .trading-card-welcome {
            padding: 15px 10px;
            margin: 5px;
            border-radius: 12px;
        }

        .public-notification-welcome {
            padding: 15px;
        }

        .signal-details-container-welcome {
            padding: 15px;
        }

        .course-promo-card-welcome, .guest-promo-card-welcome {
            padding: 15px;
        }

        .signal-header-welcome {
            flex-direction: column;
            align-items: flex-start;
        }
    }

    /* انیمیشن‌ها */
    @keyframes cardFloat {
        0%, 100% { transform: translateY(0px); }
        50% { transform: translateY(-5px); }
    }

    @keyframes pulse {
        0%, 100% { opacity: 1; }
        50% { opacity: 0.5; }
    }

    @keyframes radar-welcome-spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }

    .radar-welcome::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 2px solid #3b82f6;
        border-radius: 50%;
        border-top-color: transparent;
        border-right-color: transparent;
        animation: radar-welcome-spin 2s linear infinite;
    }

    .benefits-list-welcome {
        margin: 20px 0;
    }

    .benefit-item-welcome {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .benefit-item-welcome:last-child {
        border-bottom: none;
    }

    .benefit-icon-welcome {
        font-size: 1.2rem;
        width: 24px;
        text-align: center;
    }

    .action-buttons-welcome {
        text-align: center;
        margin-top: 25px;
    }

    .guest-header-welcome h4 {
        color: #e2e8f0;
        margin-bottom: 8px;
        font-size: 1.3rem;
    }

    .guest-header-welcome p {
        color: #94a3b8;
        margin-bottom: 20px;
    }

    .guest-benefits-welcome {
        margin: 25px 0;
        text-align: right;
    }

    .guest-benefits-welcome .benefit-item-welcome {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 8px 0;
        color: #cbd5e1;
        font-size: 0.9rem;
        justify-content: center;
    }

    .guest-actions-welcome {
        display: flex;
        gap: 15px;
        justify-content: center;
        margin: 25px 0;
        flex-wrap: wrap;
    }

    .guest-footer-welcome {
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .sms-promo-card-welcome {
        background: linear-gradient(135deg, rgba(255, 215, 0, 0.1), rgba(255, 107, 53, 0.05));
        border-radius: 15px;
        padding: 25px;
        margin: 20px 0;
        border: 1px solid rgba(255, 215, 0, 0.3);
        text-align: center;
        position: relative;
        overflow: hidden;
    }

    .sms-promo-card-welcome::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(135deg, #ffd700, #ff6b35);
    }

    .promo-header-welcome {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 20px;
        justify-content: center;
    }

    .promo-header-welcome h4 {
        color: #e2e8f0;
        margin-bottom: 10px;
        font-size: 1.3rem;
    }

    .promo-header-welcome p {
        font-size: 0.9rem;
        color: #94a3b8;
        margin-bottom: 20px;
        line-height: 1.6;
    }

    .promo-icon-welcome {
        font-size: 2rem;
    }

    .promo-title-welcome h4 {
        color: #ffd700;
        margin: 0 0 5px 0;
        font-size: 1.3rem;
    }

    .promo-title-welcome p {
        color: #cbd5e1;
        margin: 0;
        font-size: 0.9rem;
    }

    .promo-features-welcome {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 12px;
        margin: 25px 0;
    }

    .feature-item-welcome {
        margin-bottom: 12px;
        margin-left: 10px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 8px;
        color: #e2e8f0;
        font-size: 0.9rem;
    }

    .feature-icon-welcome {
        font-size: 1.1rem;
    }

    .promo-actions-welcome {
        text-align: center;
    }

    .btn-premium-welcome:hover {
        transform: translateY(-2px);
        /*box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);*/
    }

    @keyframes radar-welcomeSpin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }

    /* استایل فقط برای Golden Forex Signal انگلیسی - تغییر به رنگ طلایی */
    .title-badge-welcome {
        background: linear-gradient(135deg, #ffd700, #ffb700, #ff9500) !important;
        color: #000 !important;
        padding: 8px 20px;
        border-radius: 30px;
        font-size: 1.2rem;
        font-weight: 600;
        letter-spacing: 1px;
        /*box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4) !important;*/
        border: 1px solid rgba(255, 215, 0, 0.3) !important;
    }

    /* استایل برای سایر عناوین فارسی */
    .section-title-welcome {
        background: linear-gradient(90deg, #00b4ff, #2ecc71) !important;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
        background-clip: text !important;
    }

    /* استایل ریسپانسیو برای موبایل */
    @media (max-width: 768px) {
        .title-badge-welcome {
            font-size: 1rem;
            padding: 6px 15px;
            margin: 10px auto;
            display: block;
            width: fit-content;
        }

        /* حفظ سایز فونت برای عناوین فارسی */
        .title-gradient-welcome {
            font-size: 2rem !important;
        }
    }

    @media (max-width: 480px) {
        .title-badge-welcome {
            font-size: 0.9rem;
            padding: 8px 30px;
        }

        .persian-main-title-welcome2 {
            justify-content: center;
            font-size: 2rem !important;
            flex-direction: column;
            gap: 15px;
        }

        .title-gradient-welcome {
            font-size: 3rem !important;
            font-weight: 750;
            
        }
    }

    /* استایل‌های حرفه‌ای و تمیز */
    .professional-history-section-welcome {
        background: linear-gradient(135deg, #000 0%, #000 50%, #000 100%);
        padding: 80px 0;
        position: relative;
        overflow: hidden;
    }

    .professional-container-welcome {
        max-width: 1500px;
        margin: 0 auto;
        padding: 0 2px;
    }

    /* هدر مدرن */
    .icon-container-welcome {
        width: 80px;
        height: 80px;
        background: linear-gradient(135deg, #667eea, #764ba2);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 20px;
        /*box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);*/
    }

    .icon-container-welcome i {
        font-size: 2rem;
        color: white;
    }

    .section-title-welcome {
        font-size: 2.1rem;
        background: linear-gradient(135deg, #667eea, #764ba2);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        margin-bottom: 15px;
        font-weight: 700;
    }

    .section-subtitle-welcome {
        font-size: 1.2rem;
        color: #b0b0b0;
        margin-bottom: 20px;
    }

    .header-badge-welcome {
        display: inline-block;
        background: rgba(0, 255, 0, 0.1);
        color: #00ff00;
        padding: 8px 20px;
        border-radius: 20px;
        border: 1px solid rgba(0, 255, 0, 0.3);
        font-weight: 600;
    }

    /* گرید کارت‌های حرفه‌ای */
    .professional-grid-welcome {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
        gap: 30px;
        margin-bottom: 60px;
        max-width: 1500px;
        margin: 0 auto 60px auto;
        width: 96%;
    }

    /* کارت شیشه‌ای */
    .card-content-welcome {
            background: linear-gradient(145deg, #1a1f2e, #151a2d);
            border: 1px solid #2d3748;
        border-radius: 17px;
        padding: 25px;
        backdrop-filter: blur(10px);
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    /* هدر کارت */
    .card-header-welcome {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .symbol-section-welcome {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .currency-pair-welcome {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .symbol-name-welcome {
        font-size: 1.3rem;
        font-weight: 700;
        color: white;
    }

    .signal-id-welcome {
        background: rgba(255, 255, 255, 0.1);
        padding: 4px 10px;
        border-radius: 8px;
        font-size: 0.8rem;
        color: #b0b0b0;
    }

    .signal-type-badge-welcome {
        padding: 6px 12px;
        border-radius: 8px;
        font-size: 0.8rem;
        font-weight: 600;
    }

    .signal-type-badge-welcome.sell-welcome {
        background: rgba(239, 68, 68, 0.1);
        color: #ef4444;
        border: 1px solid rgba(239, 68, 68, 0.3);
    }

    .signal-type-badge-welcome.buy-welcome {
        background: rgba(34, 197, 94, 0.1);
        color: #22c55e;
        border: 1px solid rgba(34, 197, 94, 0.3);
    }

    .result-indicator-welcome {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 8px 16px;
        border-radius: 20px;
        font-weight: 600;
        font-size: 0.9rem;
    }

    .result-indicator-welcome.success {
        background: rgba(34, 197, 94, 0.1);
        color: #22c55e;
        border: 1px solid rgba(34, 197, 94, 0.3);
    }

    .result-indicator-welcome.loss {
        background: rgba(239, 68, 68, 0.1);
        color: #ef4444;
        border: 1px solid rgba(239, 68, 68, 0.3);
    }

    .indicator-dot-welcome {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #22c55e;
        animation: pulse 2s infinite;
    }

    .indicator-dot-welcome.loss-dot {
        background: #ef4444;
    }

    /* بدنه کارت */
    .card-body-welcome {
        flex: 1;
        margin-bottom: 20px;
    }

    .metrics-grid-welcome {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .metric-item-welcome {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .metric-item-welcome:last-child {
        border-bottom: none;
    }

    .metric-item-welcome label {
        color: #b0b0b0;
        font-size: 0.85rem;
        font-weight: 500;
    }

    .metric-item-welcome .value-welcome {
        color: white;
        font-weight: 600;
        direction: ltr;
        font-size: 0.9rem;
        text-align: left;
    }

    .value.profit {
        color: #22c55e;
    }

    .value.loss {
        color: #ef4444;
    }

    /* تصویر با افکت هور ساده */
    .image-preview-welcome {
        margin: 20px 0;
        border-radius: 15px;
        overflow: hidden;
    }

    .image-container-welcome {
        position: relative;
        height: 200px;
        overflow: hidden;
        border-radius: 15px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .image-container-welcome:hover {
        transform: scale(1.02);
    }

    .image-container-welcome img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.5s ease;
    }

    .hover-image-welcome {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }

    .image-container-welcome:hover .main-image-welcome {
        opacity: 0;
    }

    .image-container-welcome:hover .hover-image-welcome {
        opacity: 1;
    }

    /* فوتر کارت */
    .card-footer-welcome {
        margin-top: auto;
    }

    .performance-stats-welcome {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .performance-item-welcome {
        text-align: center;
    }

    .performance-value-welcome {
        font-size: 1rem;
        font-weight: 700;
        color: white;
        margin-bottom: 5px;
    }

    .performance-label-welcome {
        color: #b0b0b0;
        font-size: 0.8rem;
    }

    .stats-grid-welcome {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
    }

    .stat-card-welcome {
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(10px);
        border-radius: 15px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        padding: 30px 20px;
        text-align: center;
        transition: all 0.3s ease;
    }

    .stat-card-welcome:hover {
        border-color: rgba(0, 180, 255, 0.4);
        transform: translateY(-5px);
        /*box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);*/
    }

    .stat-label-welcome {
        color: #b0b0b0;
        font-size: 0.9rem;
        font-weight: 500;
    }

    /* CTA ساده */
    .cta-content-welcome h3 {
        font-size: 2.2rem;
        color: white;
        margin-bottom: 15px;
        font-weight: 700;
    }

    .cta-content-welcome p {
        font-size: 1.1rem;
        color: #b0b0b0;
        margin-bottom: 30px;
    }

    .cta-features-welcome {
        display: flex;
        justify-content: center;
        gap: 30px;
        flex-wrap: wrap;
    }

    .cta-features-welcome span {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #b0b0b0;
        font-size: 0.9rem;
    }

    .cta-features-welcome i {
        color: #22c55e;
    }

    /* لایت‌باکس برای بزرگنمایی */
    .lightbox-nav-welcome {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        width: 100%;
    }

    .nav-btn-welcome {
        background: rgba(255, 255, 255, 0.1);
        color: white;
        border: none;
        padding: 15px 20px;
        font-size: 24px;
        cursor: pointer;
        border-radius: 50%;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
    }

    .nav-btn-welcome:hover {
        background: rgba(255, 255, 255, 0.2);
        transform: scale(1.1);
    }

    .lightbox-nav-welcome .image-container-welcome {
        flex: 1;
        max-width: 80%;
        height: 70vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #lightboxImage {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        border-radius: 10px;
        /*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);*/
    }

    /* انیمیشن‌ها */
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .fade-in-up-welcome {
        animation: fadeInUp 0.6s ease-out;
    }

    /* رسپانسیو */
    @media (max-width: 768px) {
        .professional-container-welcome {
            padding: 0 15px;
        }

        .section-title-welcome {
            font-size: 2.2rem;
        }

        .professional-grid-welcome {
            grid-template-columns: 1fr;
            gap: 20px;
            width: 96%;
        }

        .card-header-welcome {
            flex-direction: column;
            gap: 15px;
            align-items: flex-start;
        }

        .stats-grid-welcome {
            grid-template-columns: repeat(2, 1fr);
        }

        .cta-content-welcome h3 {
            font-size: 1.8rem;
        }

        .cta-features-welcome {
            flex-direction: column;
            gap: 15px;
        }

        .lightbox-nav-welcome {
            flex-direction: column;
            gap: 10px;
        }

        .lightbox-nav-welcome .image-container-welcome {
            max-width: 95%;
            height: 60vh;
        }

        .nav-btn-welcome {
            width: 50px;
            height: 50px;
            font-size: 20px;
        }
    }

    @media (max-width: 480px) {
        .section-title-welcome {
            font-size: 1.8rem;
        }

        .professional-grid-welcome {
            grid-template-columns: 1fr;
            width: 96%;
        }

        .stats-grid-welcome {
            grid-template-columns: 1fr;
        }

        .cta-button-welcome {
            padding: 14px 25px;
            font-size: 1rem;
        }
    }

    /* استایل‌های CTA تاریخچه برای کاربران دارای اشتراک */
    .history-cta-welcome {
        background-color: #161616;
        border: 1px solid #2e2e2e;
        border-radius: 40px;
        padding: 50px;
        text-align: center;
        border: 1px solid rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        margin: 40px auto;
        max-width: 1500px;
        width: 96%;
    }

    .history-cta-welcome .cta-content-welcome h3 {
        font-size: 2.2rem;
        color: white;
        margin-bottom: 15px;
        font-weight: 700;
        background: linear-gradient(90deg, #2ecc71, #00b4ff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .history-cta-welcome .cta-content-welcome p {
        font-size: 1.1rem;
        color: #b0b0b0;
        margin-bottom: 30px;
    }

    /* رسپانسیو */
    @media (max-width: 768px) {
        .history-cta-welcome {
            padding: 30px 20px;
            margin: 20px auto;
            width: 96%;
        }

        .history-cta-welcome .cta-content-welcome h3 {
            font-size: 1.8rem;
        }

        .history-cta-welcome .cta-features-welcome {
            flex-direction: column;
            gap: 15px;
        }
    }

    /* استایل‌های لایت‌باکس */
    .lightbox-modal-welcome {
        display: none;
        position: fixed;
        z-index: 10000;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.98);
        animation: fadeIn 0.3s ease;
    }

    .lightbox-modal-content-welcome {
        position: relative;
        width: 100vw;
        height: 100vh;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .lightbox-modal-image-welcome {
        max-width: 90vw;
        max-height: 70vh;
        width: auto;
        height: auto;
        object-fit: contain;
        border-radius: 8px;
        /*box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);*/
        animation: zoomIn 0.3s ease;
    }

    .lightbox-close-welcome {
        position: fixed;
        right: 30px;
        top: 30px;
        color: #fff;
        font-size: 40px;
        font-weight: bold;
        cursor: pointer;
        z-index: 10001;
        background: rgba(0, 0, 0, 0.6);
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        border: 2px solid rgba(255, 255, 255, 0.3);
    }

    .lightbox-close-welcome:hover {
        background: rgba(255, 0, 0, 0.8);
        transform: scale(1.1);
        border-color: rgba(255, 255, 255, 0.6);
    }

    /* دکمه‌های ناوبری */
    .lightbox-nav-welcome {
        position: fixed;
        bottom: 60px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 20px;
        z-index: 10001;
        background: rgba(15, 23, 42, 0.8);
        backdrop-filter: blur(20px);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 50px;
        padding: 12px 20px;
    }

    .nav-btn-welcome {
        background: transparent;
        color: #e2e8f0;
        border: 2px solid rgba(255, 255, 255, 0.15);
        padding: 14px 28px;
        border-radius: 35px;
        cursor: pointer;
        font-size: 15px;
        font-weight: 600;
        transition: all 0.4s ease;
        display: flex;
        align-items: center;
        gap: 10px;
        min-width: 160px;
        justify-content: center;
    }

    .nav-btn-welcome:hover {
        background: rgba(255, 255, 255, 0.1);
        border-color: rgba(255, 255, 255, 0.3);
        transform: translateY(-3px);
    }

    .nav-btn-welcome.active {
        background: linear-gradient(135deg, #667eea, #764ba2);
        border-color: rgba(102, 126, 234, 0.5);
        color: #ffffff;
    }

    /* برای تصاویر در کارت‌ها */
    .image-container-welcome.active .main-image-welcome {
        opacity: 0;
    }

    .image-container-welcome.active .hover-image-welcome {
        opacity: 1;
    }

    /* استایل‌های جدید برای بخش نمودار */
    .active-symbol-display-welcome {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: rgba(0, 180, 255, 0.1);
        padding: 15px;
        border-radius: 10px;
        margin-bottom: 15px;
        border: 1px solid rgba(0, 180, 255, 0.3);
    }

    .symbol-badge-welcome {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .symbol-icon-welcome {
        font-size: 1.5rem;
    }

    .symbol-name-welcome {
        font-weight: bold;
        color: white;
        font-size: 1.2rem;
    }

    .symbol-desc-welcome {
        color: #b0b0b0;
        font-size: 0.9rem;
    }

    .chart-controls-welcome {
        display: flex;
        gap: 10px;
    }

    .timeframe-badge-welcome {
        background: rgba(0, 255, 0, 0.1);
        color: #00ff00;
        padding: 5px 10px;
        border-radius: 6px;
        font-size: 0.85rem;
    }

    .current-signal-info-welcome {
        display: flex;
        gap: 15px;
        align-items: center;
        margin-top: 10px;
    }

    .signal-type-badge-welcome {
        padding: 5px 10px;
        border-radius: 6px;
        font-size: 0.85rem;
        font-weight: bold;
    }

    /*.signal-type-badge-welcome.buy {*/
    /*    background: rgba(0, 255, 0, 0.1);*/
    /*    color: #00ff00;*/
    /*    border: 1px solid rgba(0, 255, 0, 0.3);*/
        
    /*}*/

    /*.signal-type-badge-welcome.sell {*/
    /*    background: rgba(255, 68, 68, 0.1);*/
    /*    color: #ff4444;*/
    /*    border: 1px solid rgba(255, 68, 68, 0.3);*/
    /*}*/

    .entry-price-welcome {
        color: #b0b0b0;
        font-size: 0.9rem;
        direction: ltr;
        text-align: left;
    }

    /* رسپانسیو */
    @media (max-width: 768px) {
        .active-symbol-display-welcome {
            flex-direction: column;
            gap: 10px;
            text-align: center;
        }

        .symbol-badge-welcome {
            flex-direction: column;
            gap: 5px;
        }

        .current-signal-info-welcome {
            flex-direction: column;
            gap: 5px;
        }
    }

    /* استایل‌های حرفه‌ای و تمیز */
    .professional-history-section-welcome {
        background: linear-gradient(135deg, #0f0f0f 0%, #161616 50%, #161616 100%);
        padding: 80px 0;
        position: relative;
        overflow: hidden;
        border-radius: 40px;
        margin: 40px auto;
        max-width: 1500px;
        width: 96%;
        border: 1px solid #2e2e2e;
    }

    .professional-container-welcome {
        max-width: 1500px;
        margin: 0 auto;
        padding: 0 20px;
    }

    /* انیمیشن‌ها */
    @keyframes pulse {
        0%, 100% { opacity: 1; }
        50% { opacity: 0.5; }
    }

    /* رسپانسیو */
    @media (max-width: 768px) {
        .professional-history-section-welcome {
            padding: 40px 0;
            margin: 20px auto;
            border-radius: 20px;
            width: 96%;
        }

        .section-title-welcome {
            font-size: 2.2rem;
        }

        .professional-grid-welcome {
            grid-template-columns: 1fr;
            gap: 20px;
        }

        .card-header-welcome {
            flex-direction: column;
            gap: 15px;
            align-items: flex-start;
        }

        .history-cta-welcome {
            padding: 30px 20px;
            margin: 20px auto;
            width: 96%;
        }

        .history-cta-welcome .cta-content-welcome h3 {
            font-size: 1.8rem;
        }

        .history-cta-welcome .cta-features-welcome {
            flex-direction: column;
            gap: 15px;
        }
    }

    @media (max-width: 480px) {
        .section-title-welcome {
            font-size: 1.8rem;
        }

        .professional-grid-welcome {
            grid-template-columns: 1fr;
        }
    }

    /* استایل‌های لایت‌باکس */
    .lightbox-modal-welcome {
        display: none;
        position: fixed;
        z-index: 10000;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.98);
        animation: fadeIn 0.3s ease;
    }

    .lightbox-modal-content-welcome {
        position: relative;
        width: 100vw;
        height: 100vh;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .lightbox-modal-image-welcome {
        max-width: 90vw;
        max-height: 70vh;
        width: auto;
        height: auto;
        object-fit: contain;
        border-radius: 8px;
        /*box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);*/
        animation: zoomIn 0.3s ease;
    }

    .lightbox-close-welcome {
        position: fixed;
        right: 30px;
        top: 30px;
        color: #fff;
        font-size: 40px;
        font-weight: bold;
        cursor: pointer;
        z-index: 10001;
        background: rgba(0, 0, 0, 0.6);
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        border: 2px solid rgba(255, 255, 255, 0.3);
    }

    .lightbox-close-welcome:hover {
        background: rgba(255, 0, 0, 0.8);
        transform: scale(1.1);
        border-color: rgba(255, 255, 255, 0.6);
    }

    /* دکمه‌های ناوبری حرفه‌ای و مدرن */
    .lightbox-nav-welcome {
        position: fixed;
        bottom: 60px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 20px;
        z-index: 10001;
        background: transparent;
        /*backdrop-filter: blur(20px) saturate(180%);*/
        border: none;
        border-radius: 50px;
        padding: 12px 20px;
        /*box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);*/
    }

    .nav-btn-welcome {
        background: transparent;
        color: #e2e8f0;
        border: 2px solid rgba(255, 255, 255, 0.15);
        padding: 7px 14px;
        border-radius: 35px;
        cursor: pointer;
        font-size: 12px;
        font-weight: 400;
        transition: all 0.4s ease;
        backdrop-filter: blur(15px);
        position: relative;
        overflow: hidden;
        letter-spacing: 0.5px;
        display: flex;
        align-items: center;
        gap: 10px;
        min-width: 160px;
        justify-content: center;
    }

    .nav-btn-welcome::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
        transition: left 0.6s ease;
    }

    .nav-btn-welcome:hover {
        background: rgba(255, 255, 255, 0.1);
        border-color: rgba(255, 255, 255, 0.3);
        transform: translateY(-3px);
        /*box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);*/
        color: #ffffff;
    }

    .nav-btn-welcome:hover::before {
        left: 100%;
    }

    .nav-btn-welcome.active {
        background: linear-gradient(135deg, #667eea, #764ba2);
        border-color: rgba(102, 126, 234, 0.5);
        color: #ffffff;
        /*box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);*/
    }

    /* رسپانسیو لایت‌باکس */
    @media (max-width: 768px) {
        .lightbox-nav-welcome {
            bottom: 30px;
            padding: 10px 15px;
            gap: 12px;
            flex-direction: column;
            border-radius: 25px;
            min-width: 200px;
        }

        .nav-btn-welcome {
            padding: 12px 20px;
            font-size: 14px;
            min-width: 140px;
            gap: 8px;
        }
    }

    @media (max-width: 480px) {
        .lightbox-nav-welcome {
            bottom: 20px;
            padding: 8px 12px;
            gap: 8px;
        }

        .nav-btn-welcome {
            padding: 10px 16px;
            font-size: 13px;
            min-width: 120px;
            gap: 6px;
        }
    }

    /* برای موبایل - فعال با تاچ */
    @media (max-width: 768px) {
        .image-container-welcome.active {
            transform: scale(1.02);
        }

        .image-container-welcome.active .main-image-welcome {
            opacity: 0;
        }

        .image-container-welcome.active .hover-image-welcome {
            opacity: 1;
        }
    }
    
    
    

    /* استایل‌های اصلی */
    .persian-main-title-welcome2 {
        font-size: 4rem;
        font-weight: 800;
        line-height: 1.1;
        margin-bottom: 15px;
    }
  
    .title-badge-welcome {
        background: linear-gradient(135deg, #ffd700, #ffb700, #ff9500) !important;
        color: #000 !important;
        padding: 8px 20px;
        border-radius: 30px;
        font-size: 1.2rem;
        font-weight: 600;
        letter-spacing: 1px;
        /*box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4) !important;*/
        border: 1px solid rgba(255, 215, 0, 0.3) !important;
    }
    
    /* استایل‌های مربوط به اشتراک منقضی شده */
    .subscription-expired-welcome {
        background: linear-gradient(135deg, rgba(255, 107, 53, 0.1), rgba(255, 35, 35, 0.1));
        border: 1px solid rgba(255, 107, 53, 0.3);
        border-radius: 15px;
        padding: 25px;
        margin: 20px 0;
        text-align: center;
    }
    
    .expired-header-welcome h4 {
        color: #ff6b35;
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
    
    .expired-header-welcome p {
        color: #b0b0b0;
        margin-bottom: 20px;
    }
    
    .expired-details-welcome {
        background: rgba(255, 255, 255, 0.05);
        border-radius: 10px;
        padding: 15px;
        margin: 20px 0;
        text-align: right;
    }
    
    .detail-item-welcome {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .detail-item-welcome:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }
    
    .detail-label-welcome {
        color: #b0b0b0;
        font-size: 0.9rem;
    }
    
    .detail-value-welcome {
        color: #fff;
        font-weight: 600;
    }
    
    .expired-status {
        color: #ff4444 !important;
    }
    
    .renewal-options-welcome {
        margin-top: 25px;
    }
    
    .renewal-options-welcome h5 {
        color: #fff;
        margin-bottom: 20px;
        font-size: 1.2rem;
    }
    
    .options-grid-welcome {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
        margin-bottom: 20px;
    }
    
    .option-card-welcome {
        background: rgba(255, 255, 255, 0.05);
        border-radius: 10px;
        padding: 20px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        transition: all 0.3s ease;
    }
    
    .option-card-welcome:hover {
        transform: translateY(-5px);
        border-color: rgba(255, 107, 53, 0.5);
        /*box-shadow: 0 10px 20px rgba(255, 107, 53, 0.2);*/
    }
    
    .option-header-welcome {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 15px;
    }
    
    .option-icon-welcome {
        font-size: 1.5rem;
        background: rgba(255, 107, 53, 0.2);
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .option-header-welcome h6 {
        color: #fff;
        font-size: 1.1rem;
        margin: 0;
    }
    
    .option-description-welcome {
        color: #b0b0b0;
        font-size: 0.9rem;
        margin-bottom: 15px;
        line-height: 1.5;
    }
    
    .option-price-welcome {
        color: #ffd700;
        font-size: 1.3rem;
        font-weight: 700;
        margin-bottom: 15px;
    }
    
    .option-button-welcome {
        display: block;
        width: 100%;
        padding: 12px;
        background: linear-gradient(135deg, #ff6b35, #ff3d00);
        color: #fff;
        border: none;
        border-radius: 8px;
        text-decoration: none;
        text-align: center;
        font-weight: 600;
        transition: all 0.3s ease;
    }
    
    .option-button-welcome:hover {
        background: linear-gradient(135deg, #ff3d00, #ff6b35);
        color: #fff;
        transform: scale(1.05);
    }
    
    .option-button-welcome.premium {
        background: linear-gradient(135deg, #ffd700, #ffb700);
        color: #000;
    }
    
    .option-button-welcome.premium:hover {
        background: linear-gradient(135deg, #ffb700, #ffd700);
    }
    
    .expired-notice-welcome {
        background: rgba(255, 68, 68, 0.1);
        border: 1px solid rgba(255, 68, 68, 0.3);
        border-radius: 8px;
        padding: 15px;
        margin-top: 20px;
        text-align: center;
    }
    
    .expired-notice-welcome p {
        color: #ff8888;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    
    .expired-notice-welcome i {
        font-size: 1.2rem;
    }
    
    /* استایل‌های ریسپانسیو */
    @media (max-width: 768px) {
        .title-badge-welcome {
            font-size: 1rem;
            padding: 6px 15px;
            margin: 10px auto;
            display: block;
            width: fit-content;
        }
        
        .persian-main-title-welcome2 {
            font-size: 2.5rem !important;
            flex-direction: column;
            gap: 10px;
        }
        
        .options-grid-welcome {
            grid-template-columns: 1fr;
        }
    }
    
    @media (max-width: 1024px) {
        .two-column-layout {
            grid-template-columns: 1fr !important;
            gap: 20px !important;
        }
    }
    
    @keyframes radarSpin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }
    
    @keyframes pulse {
        0% { box-shadow: 0 0 0 0 rgba(255, 60, 0, 0.7); }
        70% { box-shadow: 0 0 0 8px rgba(255, 60, 0, 0); }
        100% { box-shadow: 0 0 0 0 rgba(255, 60, 0, 0); }
    }
    
    
    .history-card {
    background: transparent;
    border-radius: 20px;
    padding: 2rem;
    /*box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);*/
    border: none;
    transition: transform 0.3s ease;
}

.history-card:hover {
    transform: translateY(-5px);
}

.history-card__header {
    text-align: center;
    margin-bottom: 2rem;
}

.history-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.5rem;
    color: white;
}

.history-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #fff;
}

.history-subtitle {
    color: #a0aec0;
    font-size: 0.95rem;
    line-height: 1.6;
}

.history-stats {
    display: flex;
    justify-content: space-around;
    margin: 2rem 0;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 1.8rem;
    font-weight: 700;
    color: #667eea;
    margin-bottom: 0.25rem;
}

.stat-label {
    font-size: 0.85rem;
    color: #a0aec0;
}

.history-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.feature {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background: rgba(102, 126, 234, 0.1);
    border-radius: 10px;
    transition: background 0.3s ease;
}

.feature:hover {
    background: rgba(102, 126, 234, 0.2);
}

.feature i {
    color: #48bb78;
    font-size: 1rem;
}

.feature span {
    color: #e2e8f0;
    font-size: 0.9rem;
}

.history-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    width: 100%;
    padding: 1rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.history-btn:hover {
    transform: scale(1.02);
    /*box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);*/
    color: white;
}

.history-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: 0.5s;
}

.history-btn:hover:before {
    left: 100%;
}

@media (max-width: 768px) {
    .history-stats {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .history-features {
        grid-template-columns: 1fr;
    }
}




/* ==================== استایل کارت سیگنال فعال ==================== */

.signal-active-container {
    margin-bottom: 2rem;
    max-width: 1500px;
    margin: 0 auto;
    width: 96%;
}

.signal-card-wrapper {
    max-width: 100%;
    margin: 0 auto;
}

/* کارت سیگنال */
.signal-card {
    background: linear-gradient(145deg, #1a1f2e, #151a2d);
    border: 1px solid #2d3748;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.signal-card:hover {
    transform: translateY(-5px);
    border-color: #2563eb;
    /*box-shadow: 0 10px 25px -5px rgba(37, 99, 235, 0.2);*/
}

/* تصویر کارت */
.signal-card-image {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.signal-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.signal-card:hover .signal-card-image img {
    transform: scale(1.05);
}

/* محتوای کارت */
.signal-card-content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.signal-card-title {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #f1f5f9;
}

.signal-card-description {
    font-size: 0.9rem;
    color: #94a3b8;
    margin-bottom: 20px;
    line-height: 1.6;
    flex: 1;
}

/* اطلاعات نماد */
.signal-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 8px;
    margin-bottom: 15px;
}

.signal-info .info-item {
    text-align: center;
    background: rgba(37, 99, 235, 0.1);
    border-radius: 8px;
    padding: 6px;
    transition: all 0.3s;
}

.signal-info .info-item:hover {
    background: rgba(37, 99, 235, 0.2);
    transform: translateY(-2px);
}

.signal-info .info-label {
    font-size: 0.65rem;
    color: #94a3b8;
    margin-bottom: 2px;
}

.signal-info .info-value {
    font-size: 0.8rem;
    font-weight: bold;
    color: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.signal-info .info-value i {
    font-size: 0.7rem;
    color: #2563eb;
}

/* دکمه مشاهده سیگنال */
.signal-card-footer {
    margin-top: auto;
}

.signal-view-btn {
    width: 100%;
    padding: 10px 12px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.signal-view-btn:hover {
    transform: translateY(-2px);
}

/* دکمه برای کاربران ویژه */
.signal-view-btn.active-user {
    background: linear-gradient(135deg, #2563eb, #3b82f6);
    color: white;
    border: none;
    /*box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);*/
}

.signal-view-btn.active-user:hover {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    /*box-shadow: 0 6px 16px rgba(37, 99, 235, 0.4);*/
}

/* دکمه برای کاربران غیرفعال */
.signal-view-btn.inactive-user {
    background: rgba(255, 193, 7, 0.15);
    color: #fbbf24;
    border: 1px solid rgba(255, 193, 7, 0.3);
}

.signal-view-btn.inactive-user:hover {
    background: rgba(255, 193, 7, 0.25);
    border-color: rgba(255, 193, 7, 0.5);
    transform: translateY(-2px);
}

/* انیمیشن ورود کارت */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.signal-card {
    animation: fadeInUp 0.5s ease-out;
}

/* انیمیشن پالس برای برچسب فعال */
@keyframes signalPulse {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* برچسب فعال */
.signal-active-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 5px;
    z-index: 10;
}

.signal-active-badge .pulse-dot {
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 50%;
    animation: signalPulse 1.5s infinite;
}

/* ریسپانسیو */
@media (max-width: 768px) {
    .signal-card-wrapper {
        max-width: 100%;
    }
    
    .signal-card-image {
        height: 180px;
    }
    
    .signal-card-title {
        font-size: 1rem;
    }
    
    .signal-card-description {
        font-size: 0.85rem;
    }
    
    .signal-info .info-value {
        font-size: 0.75rem;
    }
    
    .signal-view-btn {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
}

@media (max-width: 480px) {
    .signal-card-content {
        padding: 15px;
    }
    
    .signal-info {
        gap: 6px;
    }
    
    .signal-info .info-item {
        padding: 4px;
    }
}

/* ==================== استایل جدید برای هدر سیگنال ==================== */

.signal-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 255, 100, 0.1);
    padding: 6px 16px;
    border-radius: 40px;
    margin-bottom: 20px;
    backdrop-filter: blur(4px);
}

.signal-badge span:first-child {
    width: 8px;
    height: 8px;
    background: #00ff64;
    border-radius: 50%;
    animation: badgePulse 1.5s infinite;
}

@keyframes badgePulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.2); }
}

/* دکمه‌های گرد با افکت مدرن */
.cta-button-welcome {
    transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    cursor: pointer;
}

.cta-button-welcome:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
}

.cta-button-welcome:active {
    transform: translateY(1px);
}

/* انیمیشن fadeInDown */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ریسپانسیو برای موبایل */
@media (max-width: 768px) {
    .no-signal-content {
        padding: 20px 15px !important;
    }
    
    .signal-header-modern h3 {
        font-size: 1.1rem !important;
        line-height: 1.4;
    }
    
    .no-signal-content p {
        font-size: 0.85rem !important;
        line-height: 1.6 !important;
    }
    
    .cta-button-welcome {
        padding: 10px 20px !important;
        font-size: 0.85rem !important;
    }
}

   @keyframes radarSpin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
        
        @keyframes pulse {
            0% { box-shadow: 0 0 0 0 rgba(255, 60, 0, 0.7); }
            70% { box-shadow: 0 0 0 8px rgba(255, 60, 0, 0); }
            100% { box-shadow: 0 0 0 0 rgba(255, 60, 0, 0); }
        }
        
        
        
        @keyframes signalPulse {
            0% { opacity: 1; transform: scale(1); }
            50% { opacity: 0.5; transform: scale(1.2); }
            100% { opacity: 1; transform: scale(1); }
        }
        
        .signal-card {
            animation: fadeInUp 0.5s ease-out;
        }
        
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .signal-view-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(37, 99, 235, 0.3);
        }
        
        .signal-view-btn.btn-warning:hover {
            box-shadow: 0 5px 15px rgba(245, 158, 11, 0.3);
        }
        
        .signal-view-btn.btn-danger:hover {
            box-shadow: 0 5px 15px rgba(239, 68, 68, 0.3);
        }
        
        .signal-view-btn.btn-primary:hover {
            box-shadow: 0 5px 15px rgba(37, 99, 235, 0.3);
        }
    





/* استایل‌های مدرن برای آمار */
.stats-summary-welcome {
    margin: 3rem auto;
    position: relative;
    max-width: 1500px;
    width: 96%;
}

.stats-grid-welcome {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}

.stat-card-welcome {
    background: linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.1);
}

.stat-card-welcome:hover {
    transform: translateY(-5px);
    border-color: rgba(0,255,170,0.3);
    /*box-shadow: 0 10px 30px rgba(0,0,0,0.2);*/
}

.stat-number-welcome {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, #fff, #a0a0a0);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.stat-label-welcome {
    font-size: 0.85rem;
    color: #94a3b8;
}

.stat-progress-bar {
    margin-top: 10px;
    height: 3px;
    background: rgba(255,255,255,0.1);
    border-radius: 3px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #00ffaa, #00aaff);
    border-radius: 3px;
    transition: width 1s ease;
}

.profit-stat {
    border-left: 3px solid #00ffaa;
}

.loss-stat {
    border-left: 3px solid #ff4444;
}

.main-stat .stat-number-welcome {
    background: linear-gradient(135deg, #00ffaa, #ffaa00);
    -webkit-background-clip: text;
    background-clip: text;
}

.stat-rr-visual {
    display: flex;
    gap: 0.25rem;
    margin-top: 10px;
    height: 25px;
}

.risk-bar {
    flex: 1;
    background: linear-gradient(180deg, #ff4444, #cc0000);
    border-radius: 4px;
}

.reward-bar {
    background: linear-gradient(180deg, #00ff44, #00aa00);
    border-radius: 4px;
    transition: flex 0.5s ease;
}

.text-success {
    background: linear-gradient(135deg, #00ffaa, #00cc88) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
}

.text-danger {
    background: linear-gradient(135deg, #ff4444, #cc0000) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
}

@keyframes signalPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.2); }
}

@keyframes radarSpin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.3; transform: scale(1.5); }
}


/* استایل‌های مدرن برای آمار */
.stats-summary-welcome {
    margin: 3rem auto;
    position: relative;
    max-width: 1500px;
    width: 96%;
}

.stats-grid-welcome {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.5rem;
    perspective: 1000px;
}

.interactive-stat {
    background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.02) 100%);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 1.5rem;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255,255,255,0.1);
    cursor: pointer;
}

.interactive-stat::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    transition: left 0.5s;
}

.interactive-stat:hover::before {
    left: 100%;
}

.interactive-stat:hover {
    transform: translateY(-5px) rotateX(5deg);

    border-color: rgba(0,255,255,0.3);
}

.stat-icon-welcome {
    font-size: 2rem;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #00ffaa, #00aaff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.stat-number-welcome {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, #fff, #a0a0a0);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.percent-sign {
    font-size: 1.5rem;
}

.stat-progress-bar {
    margin-top: 1rem;
    height: 4px;
    background: rgba(255,255,255,0.1);
    border-radius: 4px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #00ffaa, #00aaff);
    border-radius: 4px;
    transition: width 1s ease;
}

.stat-badge-welcome {
    display: inline-block;
    background: rgba(0,255,170,0.2);
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    margin-top: 0.75rem;
}

.stat-tooltip-welcome {
    position: relative;
    display: inline-block;
    margin-top: 0.5rem;
    cursor: help;
}

.tooltip-text {
    visibility: hidden;
    background: rgba(0,0,0,0.9);
    color: #fff;
    text-align: center;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 0.75rem;
}

.stat-tooltip-welcome:hover .tooltip-text {
    visibility: visible;
}

.stat-rr-visual {
    display: flex;
    gap: 0.25rem;
    margin-top: 1rem;
    height: 30px;
}

.risk-bar {
    flex: 1;
    background: linear-gradient(180deg, #ff4444, #cc0000);
    border-radius: 4px;
    position: relative;
    animation: barGlow 2s infinite;
}

.reward-bar {
    flex: {{ $stats['avg_rr'] }};
    background: linear-gradient(180deg, #00ff44, #00aa00);
    border-radius: 4px;
    position: relative;
    animation: barGlow 2s infinite 0.5s;
}

@keyframes barGlow {
    0%, 100% { opacity: 0.8; }
    50% { opacity: 1;}
}

/* کارت‌های ویژه */
.profit-stat {
    border-left: 3px solid #00ffaa;
}

.loss-stat {
    border-left: 3px solid #ff4444;
}

.main-stat {
    background: linear-gradient(135deg, rgba(0,255,170,0.1), rgba(0,0,0,0.3));
    transform: scale(1.02);
}

/* افکت‌های hover پیشرفته */
.interactive-stat::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #00ffaa, transparent);
    transform: scaleX(0);
    transition: transform 0.3s;
}

.interactive-stat:hover::after {
    transform: scaleX(1);
}



/* استایل کانتینر تصویر */
.image-container-welcome {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 12px;
}

/* استایل متن راهنما روی تصاویر */
.image-hint-overlay {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.7));
    backdrop-filter: blur(8px);
    border-radius: 30px;
    padding: 4px 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.65rem;
    color: #fbbf24;
    border: 1px solid rgba(251, 191, 36, 0.3);
    transition: all 0.3s ease;
    z-index: 10;
    pointer-events: none; /* این مهم است - اجازه کلیک به تصویر زیرین را می‌دهد */
    font-weight: 400;
    letter-spacing: 0.3px;
    white-space: nowrap;
    /*box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);*/
}

.image-hint-overlay i {
    font-size: 0.8rem;
    color: #10b981;
    animation: hintPulse 1.5s infinite;
}

.image-hint-overlay span {
    font-size: 0.7rem;
    font-weight: 500;
}

/* انیمیشن برای جلب توجه بیشتر */
@keyframes hintPulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.1);
    }
}

/* hover افکت روی کانتینر */
.image-container-welcome:hover .image-hint-overlay {
  
    display: none;
}

.image-container-welcome:hover .image-hint-overlay i {
    color: #fbbf24;
}

/* Responsive برای موبایل */
@media (max-width: 768px) {
    .image-hint-overlay {
        padding: 4px 10px;
        bottom: 8px;
        left: 8px;
    }
    
    .image-hint-overlay span {
        font-size: 0.6rem;
    }
    
    .image-hint-overlay i {
        font-size: 0.7rem;
    }
}

/* استفاده از container queries برای کنترل دقیق فاصله‌ها */
.professional-grid-welcome {
    container-type: inline-size;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 400px), 1fr));
    gap: 20px;
}

/* تنظیم فاصله بر اساس عرض container */
@container (min-width: 800px) {
    .professional-grid-welcome {
        gap: 25px;
    }
}

@container (max-width: 600px) {
    .professional-grid-welcome {
        gap: 12px;
    }
}

/* استایل‌های جدید برای بخش آمار - ریسپانسیو کامل */
.stats-summary-welcome {
    margin: 2rem auto;
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1500px;
    width: 96%;
}

.stats-grid-welcome {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.interactive-stat {
    background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.02) 100%);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 1.5rem 2rem;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255,255,255,0.1);
    cursor: pointer;
    min-width: 200px;
    flex: 1;
}

/* ریسپانسیو برای موبایل */
@media (max-width: 768px) {
    .stats-summary-welcome {
        margin: 2rem auto;
        width: 96%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    
    .stats-grid-welcome {
        gap: 1.5rem;
        justify-content: center;
        max-width: 100%;
    }
    
    .interactive-stat {
        min-width: 180px;
        padding: 1.5rem 1rem;
        flex: 0 1 auto;
    }
    
    .stat-number-welcome {
        font-size: 2rem;
    }
    
    .stat-label-welcome {
        font-size: 0.85rem;
    }
}

@media (max-width: 550px) {
    .stats-grid-welcome {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    
    .interactive-stat {
        min-width: 220px;
        width: 100%;
        max-width: 280px;
        padding: 1.2rem 1rem;
    }
    
    .stat-number-welcome {
        font-size: 2rem;
    }
    
    .stat-label-welcome {
        font-size: 0.9rem;
    }
}

@media (max-width: 360px) {
    .interactive-stat {
        min-width: 200px;
        padding: 1rem;
    }
    
    .stat-number-welcome {
        font-size: 1.8rem;
    }
}

/* کلاس یکنواخت برای همه بخش‌ها */
.unified-container {
    max-width: 1500px;
    width: 96%;
    margin: 0 auto;
    padding: 20px 0;
}

/* اصلاح بخش روش کار */
.gf-workflow-section {
    padding: 70px 0;
    margin: 30px auto;
    background: transparent;
    border-radius: 48px;
    max-width: 1500px;
    width: 96%;
}

