.elementor-92 .elementor-element.elementor-element-3f767c5{--display:flex;}.elementor-92 .elementor-element.elementor-element-406f177{--display:flex;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}/* Start custom CSS */<style>
/ استایل کلی صفحه /
.tm-page {
    background: radial-gradient(circle at top, #064e3b 0%, #020617 100%);
    color: white;
    font-family: sans-serif;
    padding: 80px 20px;
    text-align: center;
    min-height: 100vh;
}
.tm-container { max-width: 900px; margin: 0 auto; }
.tm-badge {
    background: #10b981;
    color: #020617;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 0.8rem;
    display: inline-block;
    margin-bottom: 20px;
}
.tm-title { font-size: 3rem; margin-bottom: 10px; color: #10b981; }
.tm-subtitle { font-size: 1.2rem; color: #94a3b8; margin-bottom: 40px; }

/ بخش ویژگی‌ها /
.tm-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 50px;
}
.feature-box {
    background: rgba(255, 255, 255, 0.03);
    padding: 30px;
    border-radius: 15px;
    border: 1px solid rgba(16, 185, 129, 0.2);
}
.feature-box h3 { color: #10b981; margin-bottom: 10px; }

/ دکمه پیش‌ثبت‌نام /
.tm-btn {
    background: #10b981;
    color: #020617;
    padding: 15px 40px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    transition: 0.3s;
    display: inline-block;
}
.tm-btn:hover { background: #fff; transform: scale(1.05); }

/ تایمر یا متن اطلاع‌رسانی /
.coming-soon-text {
    margin-top: 30px;
    color: #64748b;
    font-style: italic;
}
</style>

<div class="tm-page">
    <div class="tm-container">
        <div class="tm-badge">در حال بهینه‌سازی نهایی</div>
        <h1 class="tm-title">KMG Trend Master</h1>
        <p class="tm-subtitle">هوش مصنوعی متخصص در شکار روندهای بلندمدت بازار</p>

        <div class="tm-features">
            <div class="feature-box">
                <h3>مدیریت ریسک هوشمند</h3>
                <p>استفاده از الگوریتم‌های پیشرفته برای حفظ سرمایه در نوسانات شدید.</p>
            </div>
            <div class="feature-box">
                <h3>شکار روند (Trend)</h3>
                <p>شناسایی نقاط چرخش بازار با دقت بالای ۸۰ درصد.</p>
            </div>
            <div class="feature-box">
                <h3>سود مرکب</h3>
                <p>طراحی شده برای رشد پایدار و مستمر سبد معاملاتی شما.</p>
            </div>
        </div>

        <a href="https://t.me/your_telegram" class="tm-btn">رزرو و پیش‌ثبت‌نام</a>

        <p class="coming-soon-text">نسخه نهایی به زودی در دسترس اعضای ویژه KMG قرار خواهد گرفت...</p>
    </div>/* End custom CSS */