.elementor-2503 .elementor-element.elementor-element-601c32c{--display:flex;}.elementor-2503 .elementor-element.elementor-element-d2ea091{--display:flex;}.elementor-2503 .elementor-element.elementor-element-f828d15{width:var( --container-widget-width, 86.118% );max-width:86.118%;--container-widget-width:86.118%;--container-widget-flex-grow:0;}.elementor-2503 .elementor-element.elementor-element-f828d15.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-2503 .elementor-element.elementor-element-92ff3b4{--display:flex;}.elementor-2503 .elementor-element.elementor-element-df32d6a{width:var( --container-widget-width, 33.678% );max-width:33.678%;--container-widget-width:33.678%;--container-widget-flex-grow:0;}.elementor-2503 .elementor-element.elementor-element-df32d6a.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-2503 .elementor-element.elementor-element-8045694{--display:flex;}.elementor-2503 .elementor-element.elementor-element-4e9b690{--display:flex;}.elementor-2503 .elementor-element.elementor-element-9ff9c09{--display:flex;}.elementor-2503 .elementor-element.elementor-element-57ab818{--display:flex;}.elementor-2503 .elementor-element.elementor-element-4edac25{--display:flex;}/* Start custom CSS for html, class: .elementor-element-40bcd33 */<style>
/* باکس دور کل بخش */
.ai-hero-wrapper-box {
    direction: rtl;
    max-width: 1200px;
    margin: 40px auto;
    border: 2px solid #1b1b1b;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(27, 27, 27, 0.08);
    overflow: hidden;
    background-color: #ffffff;
}

/* استایل‌های پایه هیرو */
.ai-futuristic-hero {
    padding: 90px 40px;
    position: relative;
    overflow: hidden;
    font-family: inherit, 'Vazirmatn', 'IranSans', sans-serif;
}
.ai-futuristic-hero *, .ai-futuristic-hero ::before, .ai-futuristic-hero ::after {
    box-sizing: border-box;
}

/* هاله نور پس‌زمینه */
.hero-glow-effect {
    position: absolute;
    top: -10%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(248, 194, 24, 0.12) 0%, rgba(255,255,255,0) 70%);
    z-index: 1;
    pointer-events: none;
}

/* ساختار گرید دو ستونه */
.hero-grid-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    position: relative;
    z-index: 2;
}

.hero-text-side {
    flex: 1.2;
    text-align: right;
}

.hero-visual-side {
    flex: 0.8;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* نشانک پالس‌دار */
.ai-badge-pulse {
    display: inline-flex;
    align-items: center;
    background: rgba(27, 27, 27, 0.04);
    border: 1px solid rgba(248, 194, 24, 0.6);
    padding: 6px 16px;
    border-radius: 30px;
    margin-bottom: 25px;
}
.pulse-dot {
    width: 8px;
    height: 8px;
    background-color: #f8c218;
    border-radius: 50%;
    margin-left: 10px;
    box-shadow: 0 0 10px #f8c218;
    animation: badgePulse 2s infinite;
}
.badge-text {
    color: #1b1b1b;
    font-size: 13px;
    font-weight: 700;
}

/* عنوان و متن هیرو */
.main-hero-title {
    font-size: 40px;
    font-weight: 900;
    color: #1b1b1b;
    line-height: 1.4;
    margin: 0 0 20px 0;
}
.gradient-text {
    color: #f8c218;
    background: linear-gradient(45deg, #f8c218, #e5b213);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.main-hero-desc {
    font-size: 16px;
    color: #1b1b1b;
    line-height: 1.9;
    margin: 0 0 35px 0;
}

/* تگ‌های مثال کاربردی */
.example-tags-container {
    display: flex;
    gap: 12px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.example-tag {
    background: rgba(27, 27, 27, 0.03);
    border: 1px solid #eaeaea;
    padding: 10px 16px;
    border-radius: 10px;
    color: #1b1b1b;
    font-size: 13.5px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}
.tag-icon { font-size: 16px; }

/* باکس هوک متنی */
.creative-hook-wrapper {
    border-right: 3px solid #f8c218;
    padding-right: 15px;
}
.creative-hook-text {
    font-size: 15px;
    font-weight: 700;
    color: #1b1b1b;
    margin: 0;
    line-height: 1.6;
}

/* ===================================================
   سیستم انیمیشن اختصاصی ربات چندوظیفه‌ای (ترکیب تصاویر)
====================================================== */
.ai-multitask-bot-container {
    position: relative;
    width: 300px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* مدار چرخشی آیکون‌ها پیرامون ربات */
.tasks-orbit {
    position: absolute;
    width: 240px;
    height: 240px;
    border: 2px dashed rgba(27, 27, 27, 0.1);
    border-radius: 50%;
    animation: mainOrbitRotate 20s linear infinite;
}

/* گره‌ها/آیکون‌های وظایف روی مدار */
.task-icon-node {
    position: absolute;
    width: 42px;
    height: 42px;
    background: #ffffff;
    border: 2px solid #1b1b1b;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    animation: keepIconsUpright 20s linear infinite;
}
/* چیدمان دقیق چهار وظیفه اصلی دور دایره */
.ti-1 { top: -21px; left: calc(50% - 21px); }
.ti-2 { bottom: -21px; left: calc(50% - 21px); }
.ti-3 { left: -21px; top: calc(50% - 21px); }
.ti-4 { right: -21px; top: calc(50% - 21px); }

/* ساختار ربات مرکزی بر اساس تصاویر */
.bot-center {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: botFloat 4s ease-in-out infinite;
    z-index: 2;
}

.bot-head {
    width: 75px;
    height: 55px;
    background: #1b1b1b;
    border-radius: 20px 20px 15px 15px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 3px solid #f8c218;
}
.bot-eyes {
    display: flex;
    gap: 14px;
}
.eye {
    width: 12px;
    height: 12px;
    background: #f8c218;
    border-radius: 50%;
    animation: botBlink 3s infinite ease-in-out;
}

.bot-body {
    width: 85px;
    height: 75px;
    background: #1b1b1b;
    border-radius: 15px 15px 25px 25px;
    margin-top: 6px;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* مانیتور روی شکم ربات که در تصویر اول و دوم بود */
.bot-screen-dashboard {
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 8px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}
.dash-line {
    height: 4px;
    background: #1b1b1b;
    border-radius: 2px;
}
.l1 { width: 80%; background: #f8c218; }
.l2 { width: 50%; }

/* سایه زیر پای ربات روی زمین */
.bot-shadow {
    width: 60px;
    height: 8px;
    background: rgba(27, 27, 27, 0.08);
    border-radius: 50%;
    margin-top: 15px;
    animation: shadowScale 4s ease-in-out infinite;
}

/* ===================================================
   تعریف کلیه انیمیشن‌های CSS المان گرافیکی ربات
====================================================== */
@keyframes mainOrbitRotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
/* خنثی کردن چرخش برای عمودی ماندن آیکون‌های وظایف */
@keyframes keepIconsUpright {
    from { transform: rotate(0deg); }
    to { transform: rotate(-360deg); }
}
@keyframes botFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}
@keyframes shadowScale {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(0.7); opacity: 0.4; }
}
@keyframes botBlink {
    0%, 45%, 55%, 100% { transform: scaleY(1); }
    50% { transform: scaleY(0.1); }
}
@keyframes badgePulse {
    0% { box-shadow: 0 0 0 0 rgba(248, 194, 24, 0.7); }
    70% { box-shadow: 0 0 0 8px rgba(248, 194, 24, 0); }
    100% { box-shadow: 0 0 0 0 rgba(248, 194, 24, 0); }
}

/* ریسپانسیو کامل بخش گرافیک */
@media (max-width: 991px) {
    .ai-hero-wrapper-box { margin: 15px; border-radius: 12px; }
    .ai-futuristic-hero { padding: 50px 20px; }
    .hero-grid-container {
        flex-direction: column-reverse;
        text-align: center;
        gap: 40px;
    }
    .hero-text-side {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .main-hero-title { font-size: 30px; }
    .example-tags-container { justify-content: center; }
    .creative-hook-wrapper {
        border-right: none;
        border-bottom: 2px solid #f8c218;
        padding-right: 0;
        padding-bottom: 10px;
    }
    .ai-multitask-bot-container { width: 240px; height: 240px; }
    .tasks-orbit { width: 180px; height: 180px; }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-729ac04 *//* استایل‌های ثابت و بدون ریسپانسیو - نسخه دارک مود */
.ai-mechanism-wrapper {
    direction: rtl;
    max-width: 1200px;
    margin: 40px auto;
    border: 2px solid #2d2d2d; /* حاشیه تیره ملایم */
    border-radius: 20px;
    background-color: #121212; /* پس‌زمینه تیره اصلی */
    padding: 80px 40px;
    overflow: hidden;
}

.mechanism-container {
    max-width: 1100px;
    margin: 0 auto;
}

/* هدر بخش */
.mechanism-header {
    text-align: center;
    margin-bottom: 60px;
}
.mechanism-subtitle {
    color: #a0a0a0; /* متن خاکستری روشن برای خوانایی در دارک مود */
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}
.mechanism-title {
    font-size: 32px;
    font-weight: 900;
    color: #ffffff; /* متن سفید اصلی */
    margin: 0 0 15px 0;
}
.mechanism-title-line {
    width: 50px;
    height: 4px;
    background-color: #f8c218; /* حفظ رنگ زرد برند */
    margin: 0 auto;
    border-radius: 2px;
}

/* گرید ۲ ستونه ثابت */
.steps-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

/* کارت‌های تیره با حاشیه زرد (معکوس‌شده برای حالت تاریک) */
.step-card {
    background-color: #1e1e1e; /* پس‌زمینه ذغالی تیره */
    border: 2px solid #f8c218; /* حاشیه زرد شاخص */
    border-radius: 12px;
    padding: 30px;
    position: relative;
    transition: transform 0.25s ease;
}

.step-card:hover {
    transform: translateY(-5px); /* افکت هوور حرکتی */
}

.step-number {
    font-size: 45px;
    font-weight: 900;
    color: #f8c218; /* شماره‌های زرد با شفافیت پایین در پس‌زمینه */
    position: absolute;
    top: 15px;
    left: 25px;
    line-height: 1;
    opacity: 0.15;
}
.step-title {
    font-size: 18px;
    font-weight: 800;
    color: #ffffff; /* عنوان سفید */
    margin: 0 0 15px 0;
}
.step-desc {
    font-size: 14.5px;
    line-height: 1.85;
    color: #e0e0e0; /* متن توضیحات روشن با کنتراست استاندارد */
    margin: 0;
    text-align: justify;
}

/* استایل فلوچارت داخلی */
.flowchart-timeline {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
}
.flow-node {
    background: #2a2a2a; /* پس‌زمینه نودهای داخلی */
    border: 2px solid #f8c218; /* حاشیه زرد نودها */
    padding: 8px 15px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    color: #ffffff; /* متن سفید نودها */
}
.flow-arrow {
    font-weight: 900;
    color: #f8c218; /* فلش‌های زرد برای جذابیت بیشتر */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ceafe81 */<style>
/* باکس دور کل بخش */
.ai-examples-details-wrapper {
    direction: rtl;
    max-width: 1200px;
    margin: 40px auto;
    border: 2px solid #1b1b1b;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(27, 27, 27, 0.08);
    background-color: #ffffff;
    padding: 80px 40px;
    overflow: hidden;
}
.ai-examples-details-wrapper *, .ai-examples-details-wrapper ::before, .ai-examples-details-wrapper ::after {
    box-sizing: border-box;
}

.examples-details-container {
    max-width: 900px;
    margin: 0 auto;
}

/* هدر بخش */
.details-header {
    text-align: center;
    margin-bottom: 50px;
}
.details-subtitle {
    color: #666666;
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}
.details-title {
    font-size: 32px;
    font-weight: 900;
    color: #1b1b1b;
    margin: 0 0 15px 0;
}
.details-title-line {
    width: 50px;
    height: 4px;
    background-color: #f8c218;
    margin: 0 auto;
    border-radius: 2px;
}

/* ساختار لیست آکاردئون */
.accordion-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.accordion-item {
    border: 1px solid #eaeaea;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    transition: background-color 0.2s ease;
}

/* دکمه هدر آکاردئون */
.accordion-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    background: #ffffff;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: inherit;
    text-align: right;
    transition: background-color 0.2s ease;
}

.header-title-side {
    display: flex;
    align-items: center;
    gap: 15px;
}

.acc-icon {
    font-size: 22px;
}

.acc-title {
    font-size: 16.5px;
    font-weight: 700;
    color: #1b1b1b;
}

.acc-arrow {
    font-size: 12px;
    color: #1b1b1b;
    transition: transform 0.2s ease;
}

/* استایل حالت هوور دکمه‌ها روی رنگ زرد لایت */
.accordion-header:hover {
    background-color: #FFEE8C;
}

/* استایل بدنه توضیحات (در حالت عادی کاملاً مخفی) */
.accordion-content {
    display: none;
    background: #ffffff;
    padding: 20px 25px;
    border-top: 1px dashed rgba(27, 27, 27, 0.1);
}

.acc-text {
    font-size: 14.5px;
    line-height: 1.95;
    color: #1b1b1b;
    margin: 0;
    text-align: justify;
}

/* اعمال مستقیم تغییرات در زمان کلیک و فعال شدن */
.accordion-item.active-acc-item {
    border-color: #1b1b1b;
    box-shadow: 0 6px 15px rgba(0,0,0,0.03);
}
.accordion-item.active-acc-item .accordion-header {
    background-color: #FFEE8C;
}
.accordion-item.active-acc-item .accordion-content {
    display: block;
}
.accordion-item.active-acc-item .acc-arrow {
    transform: rotate(180deg);
}

/* ریسپانسیو موبایل */
@media (max-width: 767px) {
    .ai-examples-details-wrapper { margin: 15px; padding: 50px 20px; border-radius: 12px; }
    .details-title { font-size: 24px; }
    .accordion-header { padding: 15px; }
    .acc-title { font-size: 15px; }
    .accordion-content { padding: 15px; }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9eddd57 */<style>
.ham-cv-faq { 
    direction: rtl;
    background-color: #ffffff; 
    padding: 90px 20px; 
    box-sizing: border-box;
}
.ham-cv-faq *, .ham-cv-faq ::before, .ham-cv-faq ::after { box-sizing: border-box; }
.ham-cv-faq .faq-container { max-width: 900px; margin: 0 auto; }
.ham-cv-faq .faq-header { text-align: center; margin-bottom: 50px; }
.ham-cv-faq .faq-subtitle { color: #666666; font-size: 14px; font-weight: 700; display: block; margin-bottom: 8px; }
.ham-cv-faq .faq-title { font-size: 32px; font-weight: 800; color: #1b1b1b; margin: 0 0 15px 0; }
.ham-cv-faq .faq-title-line { width: 50px; height: 4px; background-color: #f8c218; margin: 0 auto; border-radius: 2px; }

/* استایل کلی آیتم‌های سوال و جواب */
.ham-cv-faq .faq-item { 
    background-color: #ffffff; 
    border: 1px solid #eaeaea; 
    border-radius: 12px; 
    margin-bottom: 15px; 
    overflow: hidden; 
    transition: all 0.25s ease; 
}

/* استایل سوال */
.ham-cv-faq .faq-question { 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    padding: 22px 30px; 
    font-size: 16px; 
    font-weight: 700; 
    color: #1b1b1b; 
    cursor: pointer; 
    list-style: none; 
    transition: all 0.25s ease-in-out; 
    user-select: none; 
}
.ham-cv-faq .faq-question::-webkit-details-marker { display: none; }
.ham-cv-faq .faq-icon { 
    font-size: 18px; 
    color: #f8c218; 
    font-weight: 900; 
    transition: transform 0.3s ease; 
    display: inline-block; 
}

/* افکت هاور روی سوال */
.ham-cv-faq .faq-item summary:hover { background-color: #FFEE8C !important; color: #1b1b1b !important; }
.ham-cv-faq .faq-item summary:hover .faq-icon { color: #1b1b1b !important; }

/* استایل جواب */
.ham-cv-faq .faq-answer { 
    padding: 0 30px 25px 30px; 
    background-color: #ffffff; 
    border-top: 1px solid transparent; 
}
.ham-cv-faq .faq-answer p { 
    font-size: 14px; 
    line-height: 1.8; 
    color: #555555 !important; 
    margin: 0; 
    text-align: justify !important; 
}

/* حالت باز شده (Open) */
.ham-cv-faq .faq-item[open] { border-color: #f8c218; box-shadow: 0 10px 25px rgba(248, 194, 24, 0.06); }
.ham-cv-faq .faq-item[open] .faq-question { border-bottom: 1px solid #eaeaea; background-color: #FFEE8C; }
.ham-cv-faq .faq-item[open] .faq-icon { transform: rotate(-90deg); color: #1b1b1b; }

/* ریسپانسیو برای موبایل */
@media (max-width: 767px) {
    .ham-cv-faq { padding: 60px 15px; }
    .ham-cv-faq .faq-title { font-size: 26px; }
    .ham-cv-faq .faq-question { padding: 18px 20px; font-size: 14px; }
    .ham-cv-faq .faq-answer { padding: 0 20px 20px 20px; }
}
</style>/* End custom CSS */