


/****************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, #0f0f0f 0%, #1a1a2e 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, 180, 255, 0.1) 0%, transparent 50%),
            radial-gradient(circle at 80% 70%, rgba(46, 204, 113, 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: linear-gradient(135deg, #1a1f36 0%, #2d3748 100%);
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    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;
    }
}
    
    
    
    
        /* استایل‌های اضافی فقط برای پاگینیشن */
        .square-pagination-container {
            margin: 50px auto;
            padding: 30px;
            background: transparent;
            border-radius: 32px;
            border: none;
            max-width: 1500px;
            width: 96%;
        }

        .square-pagination-nav {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 15px;
            flex-wrap: wrap;
            margin-bottom: 25px;
        }

        .square-nav-btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 12px 24px;
            background: rgba(102, 126, 234, 0.1);
            color: #e2e8f0;
            text-decoration: none;
            border-radius: 14px;
            border: 1px solid rgba(102, 126, 234, 0.2);
            font-weight: 600;
            font-size: 0.9rem;
            transition: all 0.3s ease;
        }

        .square-nav-btn:hover:not(.disabled) {
            background: linear-gradient(135deg, #667eea, #764ba2);
            color: white;
            transform: translateY(-2px);
            border-color: transparent;
        }

        .square-nav-btn.disabled {
            opacity: 0.4;
            cursor: not-allowed;
        }

        .square-page-numbers {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            justify-content: center;
        }

        .square-page {
            display: flex;
            align-items: center;
            justify-content: center;
            min-width: 45px;
            height: 45px;
            background: rgba(255, 255, 255, 0.05);
            color: #cbd5e1;
            text-decoration: none;
            border-radius: 12px;
            border: 1px solid rgba(255, 255, 255, 0.08);
            font-weight: 600;
            font-size: 0.9rem;
            transition: all 0.25s ease;
        }

        .square-page:hover:not(.active) {
            background: rgba(102, 126, 234, 0.2);
            border-color: #667eea;
            transform: translateY(-2px);
            color: white;
        }

        .square-page.active {
            background: linear-gradient(135deg, #667eea, #764ba2);
            color: white;
            border-color: transparent;
        }

        .jump-to-page-form {
            margin-top: 25px;
            padding-top: 25px;
            border-top: 1px solid rgba(255, 255, 255, 0.06);
        }

        .jump-form {
            max-width: 280px;
            margin: 0 auto;
        }

        .input-wrapper {
            display: flex;
            gap: 10px;
        }

        .jump-input {
            flex: 1;
            padding: 12px 16px;
            background: #0a0a0f;
            border: 2px solid rgba(102, 126, 234, 0.2);
            border-radius: 14px;
            color: white;
            font-size: 1rem;
            text-align: center;
            font-weight: 600;
            outline: none;
            transition: all 0.3s ease;
        }

        .jump-input:focus {
            border-color: #667eea;
            box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.2);
        }

        .jump-submit {
            width: 50px;
            background: linear-gradient(135deg, #667eea, #764ba2);
            border: none;
            border-radius: 14px;
            color: white;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .jump-submit:hover {
            transform: scale(1.05);
            box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
        }

        @media (max-width: 768px) {
            .square-pagination-nav {
                flex-direction: column;
            }
            .square-page-numbers {
                order: 1;
            }
            .square-nav-btn {
                order: 2;
            }
        }
 /* استایل‌های کلیدی برای انیمیشن‌های هیرو سکشن */
@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 pulse-glow {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0 0 10px rgba(255, 50, 50, 0.6));
    }
    50% {
        transform: scale(1.1);
        filter: drop-shadow(0 0 20px rgba(255, 50, 50, 0.8));
    }
}

@keyframes gradient-shift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

@keyframes badge-pulse {
    0%, 100% { 
        transform: scale(1);
        box-shadow: 0 0 15px rgba(255, 0, 0, 0.4);
    }
    50% { 
        transform: scale(1.05);
        box-shadow: 0 0 25px rgba(255, 0, 0, 0.6);
    }
}

@keyframes typing {
    from { width: 0; }
    to { width: 100%; }
}

@keyframes blink-caret {
    from, to { border-color: transparent; }
    50% { border-color: #00ff00; }
}

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

@keyframes card-glow {
    0%, 100% { 
        box-shadow: 0 10px 30px rgba(0, 255, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    50% { 
        box-shadow: 0 15px 40px rgba(0, 255, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    }
}

@keyframes icon-float {
    0%, 100% { 
        transform: translateY(0);
        filter: drop-shadow(0 0 10px rgba(0, 255, 0, 0.4));
    }
    50% { 
        transform: translateY(-10px);
        filter: drop-shadow(0 0 15px rgba(0, 255, 0, 0.6));
    }
}

@keyframes ring-expand {
    0% {
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        width: 100px;
        height: 100px;
        opacity: 0;
    }
}

@keyframes icon-bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

@keyframes highlight-pulse {
    0%, 100% { 
        box-shadow: 0 0 0 0 rgba(255, 215, 0, 0.4);
        transform: scale(1);
    }
    50% { 
        box-shadow: 0 0 0 10px rgba(255, 215, 0, 0);
        transform: scale(1.02);
    }
}

@keyframes star-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes circle-float {
    0%, 100% { 
        transform: translate(0, 0) rotate(0deg);
    }
    25% { 
        transform: translate(20px, -20px) rotate(90deg);
    }
    50% { 
        transform: translate(-10px, 10px) rotate(180deg);
    }
    75% { 
        transform: translate(10px, 20px) rotate(270deg);
    }
}

/* استایل‌های پیشرفته سیگنال هشدار */
.signal-alert-container {
    position: relative;
    margin-bottom: 2.5rem;
}

.signal-alert-header {
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
}

.signal-title-wrapper {
    margin-bottom: 0.75rem;
}

.signal-title {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin: 0;
    font-size: 1.6rem;
    font-weight: 800;
    background: linear-gradient(135deg, #00ff00 0%, #00ffaa 50%, #00ff00 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradient-shift 3s ease-in-out infinite;
}

.signal-subtitle {
    color: #94a3b8;
    margin: 0;
    font-size: 1.1rem;
    min-height: 1.5em;
}

.typing-text {
    display: inline-block;
    overflow: hidden;
    border-right: 2px solid #00ff00;
    white-space: nowrap;
    animation: typing 3.5s steps(40, end), blink-caret 0.75s step-end infinite;
}

.status-indicator {
    margin-top: 1rem;
}

.status-dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #00ff00, #00ffaa);
    opacity: 0.3;
}

.dot-1 { animation: dot-pulse 1.5s infinite 0s; }
.dot-2 { animation: dot-pulse 1.5s infinite 0.2s; }
.dot-3 { animation: dot-pulse 1.5s infinite 0.4s; }
.dot-4 { animation: dot-pulse 1.5s infinite 0.6s; }
.dot-5 { animation: dot-pulse 1.5s infinite 0.8s; }

.signal-notification-card {
    padding: 2rem;
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
}

.notification-icon {
    margin-bottom: 1.5rem;
    position: relative;
}

.icon-wrapper {
    position: relative;
    display: inline-block;
}

.main-icon {
    font-size: 3.5rem;
    display: block;
    filter: drop-shadow(0 0 10px rgba(0, 255, 0, 0.4));
    animation: icon-float 3s ease-in-out infinite;
}

.icon-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid rgba(0, 255, 0, 0.3);
    border-radius: 50%;
    opacity: 0;
}

.ring-1 {
    width: 60px;
    height: 60px;
    animation: ring-expand 3s ease-out infinite 0s;
}

.ring-2 {
    width: 80px;
    height: 80px;
    animation: ring-expand 3s ease-out infinite 0.5s;
}

.ring-3 {
    width: 100px;
    height: 100px;
    animation: ring-expand 3s ease-out infinite 1s;
}

.notification-content {
    position: relative;
    z-index: 2;
}

.notification-title {
    margin: 0 0 0.75rem 0;
    font-size: 1.4rem;
}

.gradient-text {
    background: linear-gradient(135deg, #ffffff 0%, #00ffaa 50%, #ffffff 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradient-shift 3s ease-in-out infinite;
    font-weight: 700;
}

.notification-description {
    color: #e2e8f0;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.background-effects {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1;
    pointer-events: none;
}

.effect-circle {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, 
        rgba(0, 255, 0, 0.1) 0%, 
        rgba(0, 255, 170, 0.05) 50%, 
        transparent 70%);
    opacity: 0.3;
}

.circle-1 {
    width: 100px;
    height: 100px;
    top: -30px;
    right: -30px;
    animation: circle-float 15s ease-in-out infinite;
}

.circle-2 {
    width: 150px;
    height: 150px;
    bottom: -50px;
    left: -50px;
    animation: circle-float 20s ease-in-out infinite reverse;
}

.circle-3 {
    width: 80px;
    height: 80px;
    top: 50%;
    left: 10%;
    animation: circle-float 25s ease-in-out infinite;
}

/* ریسپانسیو */
@media (max-width: 768px) {
    .signal-title {
        font-size: 1.3rem;
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .signal-subtitle {
        font-size: 1rem;
    }
    
    .signal-notification-card {
        padding: 1.5rem;
    }
    
    .main-icon {
        font-size: 2.5rem;
    }
    
    .notification-title {
        font-size: 1.2rem;
    }
    
    .notification-description {
        font-size: 1rem;
    }
    
    .typing-text {
        white-space: normal;
        border-right: none;
        animation: none;
    }
}

/* پشتیبانی از کاهش حرکت */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

   
