.elementor-80 .elementor-element.elementor-element-0db7a6e{--display:flex;}.elementor-80 .elementor-element.elementor-element-7372282{--display:flex;}.elementor-80 .elementor-element.elementor-element-bf56efb{--display:flex;}.elementor-80 .elementor-element.elementor-element-6a209f0{--display:flex;}.elementor-80 .elementor-element.elementor-element-c4f73ed{--display:flex;}/* Start custom CSS for html, class: .elementor-element-adfab71 */:root {
    --lime: #d4ff00;
}

body { background-color: #000; margin: 0; }

.hero-container {
    direction: ltr;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px; /* فاصله کمتر بین دو ستون */
    max-width: 1300px;
    margin: 60px auto;
    padding: 20px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

/* --- بخش عکس با براکت --- */
.hero-image-side {
    flex: 1;
    display: flex;
    justify-content: flex-end; /* نزدیک کردن به مرکز */
}

.image-wrapper {
    position: relative;
    padding: 15px; /* فاصله عکس تا براکت‌ها */
}

.image-wrapper img {
    width: 100%;
    max-width: 420px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}

/* گوشه‌های عکس */
.image-wrapper .corner {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 3px solid var(--lime);
}

.image-wrapper .tl { top: 0; left: 0; border-right: 0; border-bottom: 0; }
.image-wrapper .tr { top: 0; right: 0; border-left: 0; border-bottom: 0; }
.image-wrapper .bl { bottom: 0; left: 0; border-right: 0; border-top: 0; }
.image-wrapper .br { bottom: 0; right: 0; border-left: 0; border-top: 0; }

/* --- بخش متن --- */
.hero-text-side {
    flex: 1.2;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* تگ‌های براکتی (Badges) */
.badge-container {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.badge-box {
    position: relative;
    padding: 8px 18px;
    color: var(--lime);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: rgba(212, 255, 0, 0.03);
}

.badge-box i { margin-right: 6px; font-size: 10px; }

/* گوشه‌های کوچک برای تگ‌ها */
.badge-box .c {
    position: absolute;
    width: 6px;
    height: 6px;
    border: 1px solid var(--lime);
}
.badge-box .tl { top: 0; left: 0; border-right: 0; border-bottom: 0; }
.badge-box .tr { top: 0; right: 0; border-left: 0; border-bottom: 0; }
.badge-box .bl { bottom: 0; left: 0; border-right: 0; border-top: 0; }
.badge-box .br { bottom: 0; right: 0; border-left: 0; border-top: 0; }

/* تیتر و توضیحات */
.hero-title {
    color: #fff;
    font-size: clamp(40px, 5vw, 70px); /* ریسپانسیو خودکار سایز */
    font-weight: 800;
    line-height: 1.1;
    margin: 0;
}

.hero-title span {
    color: var(--lime);
    display: block;
}

.hero-description {
    color: #888;
    font-size: 18px;
    line-height: 1.6;
    max-width: 480px;
    margin: 0;
}

/* دکمه‌ها */
.cta-group {
    display: flex;
    margin-top: 15px;
}

.btn-main {
    background-color: var(--lime);
    color: #000;
    border: none;
    padding: 18px 35px;
    border-radius: 4px 0 0 4px;
    font-weight: 800;
    font-size: 18px;
    cursor: pointer;
}

.btn-arrow {
    background-color: #c4ec00; /* کمی تیره‌تر برای تضاد */
    color: #000;
    border: none;
    padding: 0 20px;
    border-radius: 0 12px 12px 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}

/* ریسپانسیو */
@media (max-width: 992px) {
    .hero-container {
        flex-direction: column;
        text-align: center;
        gap: 50px;
    }
    .hero-image-side { justify-content: center; }
    .hero-text-side { align-items: center; }
    .hero-description { max-width: 100%; }
    .badge-container { justify-content: center; }
}

.joint-btn-wrapper {
    display: inline-flex;
    align-items: stretch;
    gap: 4px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.main-btn {
    background-color: #d4ff00;
    color: #000;
    border: none;
    padding: 15px 35px;
    border-radius: 20px 8px 8px 20px; /* لبه‌های گرد نامتقارن */
    font-weight: 800;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
}

.arrow-btn {
    background-color: #d4ff00;
    color: #000;
    border: none;
    padding: 0 15px;
    border-radius: 8px 20px 20px 8px; /* لبه‌های گرد نامتقارن */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}

.joint-btn-wrapper:hover .main-btn, 
.joint-btn-wrapper:hover .arrow-btn {
    background-color: #333; /* خاکستری تیره */
    color: #d4ff00;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5c7df80 */:root {
    --lime: #d4ff00;
    --bg-black: #000000;
}

.tech-line-flags {
    direction: ltr;
    background-color: var(--bg-black);
    padding: 80px 0;
    text-align: center;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.line-tag {
    color: var(--lime);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 4px;
    margin-bottom: 50px;
    opacity: 0.7;
}

/* محفظه اسکرول برای موبایل و حفظ یک سطر در دسکتاپ */
.flags-scroll-wrapper {
    width: 100%;
    overflow-x: auto; /* اگر در موبایل جا نشد اسکرول بخورد */
    padding: 20px 0;
}

/* ردیف اصلی بدون شکستن خط */
.flags-inline-row {
    display: inline-flex; /* چیدمان در یک خط */
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 0 40px;
}

/* باکس مستطیلی تخت (بدون گردی) */
.tech-flag-rect {
    width: 90px;
    height: 55px;
    background-color: #0d0d0d;
    position: relative;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0; /* بدون گوشه گرد */
}

/* عکس پرچم */
.tech-flag-rect img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%) brightness(0.6);
    transition: filter 0.4s ease; /* فقط افکت رنگ */
    border-radius: 0; /* بدون گوشه گرد */
}

/* لبه‌های L نئونی */
.L-corner {
    position: absolute;
    width: 8px;
    height: 8px;
    border: 1.5px solid var(--lime);
    opacity: 0.5;
}

.L-tl { top: 0; left: 0; border-right: 0; border-bottom: 0; }
.L-tr { top: 0; right: 0; border-left: 0; border-bottom: 0; }
.L-bl { bottom: 0; left: 0; border-right: 0; border-top: 0; }
.L-br { bottom: 0; right: 0; border-left: 0; border-top: 0; }

/* هاور: فقط تغییر رنگ */
.tech-flag-rect:hover img {
    filter: grayscale(0%) brightness(1);
}

.tech-flag-rect:hover .L-corner {
    opacity: 1;
    box-shadow: 0 0 8px rgba(212, 255, 0, 0.4);
}

/* مخفی کردن نوار اسکرول در مرورگرها */
.flags-scroll-wrapper::-webkit-scrollbar {
    display: none;
}
.flags-scroll-wrapper {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* رسپانسیو برای موبایل */
@media (max-width: 768px) {
    .flags-inline-row {
        padding: 0 20px;
        gap: 15px;
    }
    .tech-flag-rect {
        width: 70px;
        height: 42px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b35460d */:root {
    --lime: #d4ff00;
    --dark-bg: #000000;
    --card-bg: #0a0a0a;
}

body {
    background-color: var(--dark-bg);
    margin: 0;
    -webkit-font-smoothing: antialiased;
}

.products-page {
    direction: ltr;
    padding: 100px 20px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #fff;
}

.products-header {
    text-align: center;
    margin-bottom: 80px;
}

.products-title {
    font-size: 48px;
    font-weight: 800;
    letter-spacing: -1.5px;
    margin: 0;
}

.products-title span { color: var(--lime); }

.products-subtitle {
    color: #666;
    font-size: 18px;
    margin-top: 15px;
    font-weight: 500;
}

/* Grid Configuration */
.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1300px;
    margin: 0 auto;
}

/* Card Styling */
.product-card {
    background-color: var(--card-bg);
    padding: 50px 40px;
    position: relative;
    border: 1px solid #111;
    transition: background-color 0.3s ease;
    display: flex;
    flex-direction: column;
    min-height: 380px;
}

.product-card:hover {
    background-color: #111;
}

/* Bracket Corners */
.corner {
    position: absolute;
    width: 14px;
    height: 14px;
    border: 1.5px solid var(--lime);
    opacity: 0.5;
}

.tl { top: 20px; left: 20px; border-right: 0; border-bottom: 0; }
.tr { top: 20px; right: 20px; border-left: 0; border-bottom: 0; }
.bl { bottom: 20px; left: 20px; border-right: 0; border-top: 0; }
.br { bottom: 20px; right: 20px; border-left: 0; border-top: 0; }

/* Icon & Typography */
.product-icon {
    font-size: 32px;
    color: var(--lime);
    margin-bottom: 25px;
}

.product-name {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.desc-main {
    font-size: 16px;
    color: #efefef;
    line-height: 1.6;
    margin-bottom: 12px;
    opacity: 0.9;
}

.desc-logistics {
    font-size: 14px;
    color: #777;
    line-height: 1.5;
    margin-bottom: 40px;
}

/* Footer Labels */
.card-footer {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}

.tag {
    font-size: 13px;
    font-weight: 800;
    color: var(--lime);
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

/* Responsive Design */
@media (max-width: 1150px) {
    .products-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .products-grid { 
        grid-template-columns: 1fr;
        padding: 0 10px;
    }
    .products-title { font-size: 36px; }
    .product-card { padding: 40px 30px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-58a8f2c */.stats-section {
        direction: ltr;
        background-color: #000;
        color: #fff;
        padding: 100px 50px;
        font-family: 'Plus Jakarta Sans', sans-serif;
        overflow: hidden;
    }

    .stats-container {
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
    }

    /* تیتر اصلی با کلمات رنگی */
    .stats-title {
        font-size: 52px;
        font-weight: 800;
        line-height: 1.2;
        margin-bottom: 80px;
        max-width: 900px;
    }

    .stats-title span {
        color: #d4ff00; /* رنگ فسفری */
    }

    /* بخش پایین: آمار + گرافیک */
    .stats-content {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    /* گرید اعداد آمار */
    .stats-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 60px 100px; /* فاصله بین سطرها و ستون‌ها */
        flex: 1;
    }

    .stat-item {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .stat-number {
        font-size: 64px;
        font-weight: 800;
        color: #d4ff00;
        line-height: 1;
    }

    .stat-label {
        font-size: 18px;
        color: #fff;
        font-weight: 700;
        opacity: 0.9;
    }

    /* بخش گرافیک سمت راست */
    .stats-graphic {
        flex: 1;
        display: flex;
        justify-content: flex-end;
        position: relative;
    }

    /* شبیه‌سازی گرافیک خطی تصویر */
    .abstract-lines {
        width: 100%;
        max-width: 450px;
        opacity: 0.8;
        filter: drop-shadow(0 0 10px rgba(212, 255, 0, 0.2));
    }

    /* رسپانسیو */
    @media (max-width: 992px) {
        .stats-title {
            font-size: 38px;
        }
        .stats-content {
            flex-direction: column;
            align-items: flex-start;
            gap: 60px;
        }
        .stats-graphic {
            width: 100%;
            justify-content: center;
        }
    }

    @media (max-width: 600px) {
        .stats-grid {
            grid-template-columns: 1fr;
            gap: 40px;
        }
        .stat-number {
            font-size: 52px;
        }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-18bbdd4 */:root {
    --lime: #d4ff00;
    --dark-card: #0a0a0a;
    --border-subtle: #1a1a1a;
}

.pro-bento-section {
    direction: ltr;
    background-color: #000;
    color: #fff;
    padding: 120px 20px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.bento-container { max-width: 1200px; margin: 0 auto; }

/* Header Styling */
.bento-header-pro {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 80px;
    gap: 40px;
}

.glitch-title { font-size: 64px; font-weight: 800; letter-spacing: -3px; margin: 0; }
.glitch-title span { color: var(--lime); }

.badge-wrapper { position: relative; display: inline-block; padding: 4px 15px; margin-bottom: 20px; }
.since-badge { color: var(--lime); font-size: 12px; font-weight: 800; letter-spacing: 2px; }

/* Global Corner Brackets Style */
.corner, .c {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 2px solid var(--lime);
    opacity: 0.7;
    z-index: 2;
}
.tl { top: 15px; left: 15px; border-right: 0; border-bottom: 0; }
.tr { top: 15px; right: 15px; border-left: 0; border-bottom: 0; }
.bl { bottom: 15px; left: 15px; border-right: 0; border-top: 0; }
.br { bottom: 15px; right: 15px; border-left: 0; border-top: 0; }

.header-desc { max-width: 450px; color: #777; font-size: 17px; line-height: 1.6; }

/* Bento Grid */
.pro-grid-layout {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    grid-template-rows: 300px 300px;
    gap: 20px;
    margin-bottom: 80px;
}

.pro-card {
    background: var(--dark-card);
    border: 1px solid var(--border-subtle);
    border-radius: 0; /* حذف گردی لبه */
    position: relative;
    overflow: hidden;
    transition: transform 0.4s ease;
}

.pro-card-large {
    grid-row: span 2;
    background: radial-gradient(circle at center, #111 0%, #000 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pro-logo-img { width: 55%; filter: drop-shadow(0 0 20px rgba(212, 255, 0, 0.1)); }

.card-status {
    position: absolute;
    bottom: 40px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #555;
}

/* Image Cards Overlays */
.pro-card-img img { width: 100%; height: 100%; object-fit: cover; opacity: 0.5; transition: 0.5s; }
.pro-card:hover img { transform: scale(1.05); opacity: 0.3; }

.overlay-tag {
    position: absolute;
    bottom: 35px;
    left: 35px;
    font-weight: 800;
    font-size: 14px;
    color: var(--lime);
    letter-spacing: 2px;
}

/* Pillars Section */
.pillars-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.pillar-card {
    background: #080808;
    border: 1px solid var(--border-subtle);
    padding: 50px 40px;
    border-radius: 0; /* حذف گردی لبه */
    position: relative;
    transition: 0.3s ease;
}

.pillar-card:hover { background: #111; }

.pillar-num {
    position: absolute;
    top: 40px;
    right: 40px;
    font-size: 48px;
    font-weight: 900;
    color: var(--lime);
    opacity: 0.1;
}

.pillar-icon { color: var(--lime); font-size: 32px; margin-bottom: 30px; }
.pillar-card h3 { font-size: 26px; font-weight: 800; margin-bottom: 20px; letter-spacing: -0.5px; }
.pillar-card p { color: #888; line-height: 1.7; font-size: 15px; }

/* Status Pulse */
.pulse-dot {
    display: inline-block; width: 8px; height: 8px; background: var(--lime);
    border-radius: 50%; margin-right: 10px; box-shadow: 0 0 10px var(--lime);
    animation: pulse 2s infinite;
}

@keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.4; transform: scale(1.3); } }

/* Responsive */
@media (max-width: 992px) {
    .bento-header-pro { flex-direction: column; align-items: flex-start; }
    .pro-grid-layout { grid-template-columns: 1fr; grid-template-rows: auto; }
    .pro-card-large { height: 400px; }
    .pillars-wrapper { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ca98c40 */.faq-section {
        direction: ltr;
        background-color: #000; /* پس‌زمینه مشکی خالص */
        color: #fff;
        padding: 80px 20px;
        font-family: 'Plus Jakarta Sans', sans-serif;
    }

    .faq-container {
        max-width: 1000px;
        margin: 0 auto;
    }

    /* تیتر FAQ */
    .faq-title {
        color: #d4ff00; /* رنگ فسفری دقیق */
        font-size: 80px;
        font-weight: 800;
        text-align: center;
        margin-bottom: 60px;
        letter-spacing: -2px;
    }

    /* استایل هر ردیف سوال */
    .faq-item {
        border-bottom: 1px solid #222; /* خط جداکننده تیره */
    }

    .faq-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 30px 0;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .faq-question {
        font-size: 24px;
        font-weight: 700;
        margin: 0;
        color: #fff;
    }

    /* استایل آیکون + و × */
    .faq-icon {
        color: #d4ff00;
        font-size: 28px;
        font-weight: 400;
        transition: transform 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
    }

    /* محتوای پاسخ (در حالت عادی مخفی) */
    .faq-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .faq-answer {
        padding-bottom: 30px;
        color: #999; /* رنگ خاکستری پاسخ مطابق تصویر */
        font-size: 18px;
        line-height: 1.6;
        font-weight: 600;
    }

    /* استایل زمان باز بودن */
    .faq-item.active .faq-icon {
        transform: rotate(45deg); /* چرخاندن + برای تبدیل شدن به × */
        /* یا می‌توانید مستقیماً کاراکتر را عوض کنید، اما چرخش نرم‌تر است */
    }

    /* رسپانسیو */
    @media (max-width: 768px) {
        .faq-title {
            font-size: 50px;
        }
        .faq-question {
            font-size: 18px;
        }
        .faq-header {
            padding: 20px 0;
        }
    }/* End custom CSS */