.elementor-15994 .elementor-element.elementor-element-5cf8e48{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-254c347 *//* --- تنظیمات اصلی و ایزولاسیون کامل --- */
#rex-hub-ultimate {
    all: initial;
    display: block;
    
    /* متغیرهای رنگی */
    --h-bg: #eef2f6;       /* طوسی روشن صنعتی */
    --h-dark: #0f172a;     /* سرمه‌ای خیلی تیره */
    --h-gray: #64748b;
    --h-red: #e31e24;      /* قرمز برند */
    --h-blue: #3b82f6;
    --h-glass: rgba(255, 255, 255, 0.6);
    --h-border: 1px solid rgba(255, 255, 255, 0.5);
    
    font-family: 'Vazirmatn', sans-serif !important;
    direction: rtl;
}

#rex-hub-ultimate * { box-sizing: border-box !important; font-family: 'Vazirmatn', sans-serif !important; }

/* --- پس‌زمینه ثابت و تمام صفحه --- */
#rex-hub-ultimate .fixed-bg-layer {
    position: fixed; top: 0; left: 0; width: 100vw; height: 100vh;
    background-color: var(--h-bg); z-index: 0; pointer-events: none; overflow: hidden;
}
#rex-hub-ultimate .grid-texture {
    position: absolute; inset: 0; opacity: 0.4;
    background-image: linear-gradient(#cbd5e1 1px, transparent 1px), linear-gradient(90deg, #cbd5e1 1px, transparent 1px);
    background-size: 40px 40px;
}
#rex-hub-ultimate .light-beam {
    position: absolute; top: 0; left: 0; width: 100%; height: 40%;
    background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.8), transparent);
    opacity: 0.15; animation: beamScan 8s linear infinite;
}
#rex-hub-ultimate .ambient-glow {
    position: absolute; border-radius: 50%; filter: blur(120px); opacity: 0.5;
}
#rex-hub-ultimate .blue-glow { width: 400px; height: 400px; background: #bfdbfe; top: -150px; left: -150px; }
#rex-hub-ultimate .red-glow { width: 350px; height: 350px; background: #fecaca; bottom: -100px; right: -100px; }

/* --- کانتینر محتوا --- */
#rex-hub-ultimate .hub-wrapper {
    position: relative; z-index: 10;
    width: 100%; max-width: 460px;
    margin: 0 auto; padding: 80px 20px 60px 20px; /* پدینگ بالا بیشتر شد */
    display: flex; flex-direction: column; gap: 25px;
    min-height: 100vh;
}

/* --- هدر جدید (تایپوگرافی پیشرفته) --- */
#rex-hub-ultimate .hub-header {
    text-align: center; display: flex; flex-direction: column; align-items: center;
    margin-bottom: 35px;
}

/* استایل عنوان اصلی */
#rex-hub-ultimate .tech-title-wrapper {
    margin-bottom: 15px;
    position: relative;
    display: flex; flex-direction: column; align-items: center;
}

#rex-hub-ultimate .super-title {
    font-size: 42px !important; /* سایز بسیار بزرگ */
    font-weight: 900 !important;
    line-height: 1.1 !important;
    margin: 0 !important;
    letter-spacing: -1.5px;
    text-transform: uppercase;
    /* افکت متنی فلزی/نوری */
    background: linear-gradient(180deg, var(--h-dark) 20%, #475569 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 2px 2px rgba(0,0,0,0.1));
}

#rex-hub-ultimate .title-part-1 { display: block; }
#rex-hub-ultimate .title-part-2 { display: block; color: var(--h-red); /* می‌توان رنگ دوم را متفاوت کرد */ }

/* خط لیزری زیر عنوان */
#rex-hub-ultimate .laser-accent-line {
    width: 80px; height: 4px;
    margin-top: 15px; border-radius: 2px;
    background: linear-gradient(90deg, var(--h-blue), var(--h-red));
    box-shadow: 0 0 15px rgba(227, 30, 36, 0.5), 0 0 5px rgba(59, 130, 246, 0.5);
    position: relative; overflow: hidden;
}
/* افکت حرکت نور داخل خط لیزری */
#rex-hub-ultimate .laser-accent-line::after {
    content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.8), transparent);
    animation: laserScan 3s infinite cubic-bezier(0.4, 0, 0.2, 1);
}

#rex-hub-ultimate .sub-tag {
    font-size: 14px !important; color: var(--h-gray); font-weight: 500 !important; margin: 0 !important;
}


/* --- کارت‌های 3D --- */
#rex-hub-ultimate .cards-stack { display: flex; flex-direction: column; gap: 16px; }
#rex-hub-ultimate .tilt-card {
    display: block; position: relative;
    background: var(--h-glass); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
    border: var(--h-border); border-radius: 20px;
    text-decoration: none; transform-style: preserve-3d;
    transition: transform 0.1s ease-out; box-shadow: 0 4px 20px rgba(0,0,0,0.03);
}
#rex-hub-ultimate .card-inner {
    padding: 20px; display: flex; align-items: center; gap: 18px; position: relative; z-index: 2;
}
#rex-hub-ultimate .icon-wrap {
    width: 52px; height: 52px; border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 24px; box-shadow: 0 5px 15px rgba(0,0,0,0.15); flex-shrink: 0;
}
#rex-hub-ultimate .icon-wrap svg { width: 26px; height: 26px; }
#rex-hub-ultimate .blue { background: linear-gradient(135deg, #3b82f6, #2563eb); }
#rex-hub-ultimate .red { background: linear-gradient(135deg, #ef4444, #dc2626); }
#rex-hub-ultimate .text-wrap { flex-grow: 1; }
#rex-hub-ultimate .text-wrap h3 {
    font-size: 17px !important; font-weight: 800 !important; color: var(--h-dark); margin: 0 0 4px 0 !important;
}
#rex-hub-ultimate .text-wrap p {
    font-size: 12px !important; color: var(--h-gray); margin: 0 !important; font-weight: 500 !important;
}
#rex-hub-ultimate .arrow-wrap {
    width: 32px; height: 32px; border-radius: 50%;
    background: rgba(255,255,255,0.5); color: var(--h-dark);
    display: flex; align-items: center; justify-content: center;
    font-weight: bold; transition: 0.3s;
}
#rex-hub-ultimate .tilt-card:hover .arrow-wrap { background: var(--h-dark); color: #fff; transform: translateX(-5px); }

/* --- دکمه‌های شیشه‌ای (Grid) --- */
#rex-hub-ultimate .glass-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; }
#rex-hub-ultimate .glass-item {
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
    background: #fff; border-radius: 18px; padding: 18px 10px;
    border: 1px solid #fff; box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    text-decoration: none; color: var(--h-gray); transition: 0.3s;
}
#rex-hub-ultimate .glass-item:hover {
    transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0,0,0,0.08); color: var(--h-dark);
}
#rex-hub-ultimate .glass-item svg { width: 26px; height: 26px; color: var(--h-dark); }
#rex-hub-ultimate .glass-item span { font-size: 13px !important; font-weight: 700 !important; }

/* --- کاتالوگ --- */
#rex-hub-ultimate .catalog-link {
    display: flex; align-items: center; justify-content: center; gap: 10px;
    background: transparent; border: 2px dashed var(--h-gray);
    padding: 16px; border-radius: 18px;
    text-decoration: none; color: var(--h-gray); font-weight: 700 !important; font-size: 14px !important;
    transition: 0.3s; opacity: 0.8;
}
#rex-hub-ultimate .catalog-link:hover {
    border-color: var(--h-dark); color: var(--h-dark); opacity: 1; background: rgba(255,255,255,0.5);
}
#rex-hub-ultimate .catalog-link svg { width: 22px; height: 22px; }

/* --- فوتر --- */
#rex-hub-ultimate .hub-footer {
    text-align: center; margin-top: 20px;
    font-size: 11px !important; color: #94a3b8; letter-spacing: 1px; font-weight: 600 !important;
}

/* انیمیشن‌ها */
@keyframes beamScan { 0% { top: -50%; } 100% { top: 150%; } }
@keyframes slideUp { from { opacity:0; transform: translateY(20px); } to { opacity:1; transform: translateY(0); } }
@keyframes laserScan { 0% { left: -100%; } 100% { left: 100%; } }
#rex-hub-ultimate .reveal-up { animation: slideUp 0.7s cubic-bezier(0.2, 0.8, 0.2, 1) forwards; opacity: 0; }
</style>/* End custom CSS */