 /* =========================================
       طراحی بی‌نظیر صفحه ویژگی: آفلاین (ایزوله کامل)
       ========================================= */
    .offline-feature-page {
        background: linear-gradient(180deg, #F4F6F9 0%, #FAFAFB 100%);
        font-family: inherit; /* ارث‌بری فونت زیبای سایتت */
        color: #0B192C;
        padding: 100px 20px;
        direction: rtl;
        overflow-x: hidden;
    }

    .offline-feature-page .offline-container {
        max-width: 1280px;
        margin: 0 auto;
    }

    /* هدر جذاب و مدرن */
    .offline-feature-page .offline-hero {
        text-align: center;
        margin-bottom: 80px;
        position: relative;
    }

    .offline-feature-page .offline-badge {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: rgba(11, 25, 44, 0.05);
        border: 1px solid rgba(11, 25, 44, 0.1);
        color: #0B192C;
        padding: 10px 24px;
        border-radius: 50px;
        font-size: 15px;
        font-weight: 800;
        margin-bottom: 24px;
        backdrop-filter: blur(10px);
        transition: all 0.3s ease;
    }

    .offline-feature-page .offline-badge:hover {
        background: #0B192C;
        color: #00FF88;
        border-color: #0B192C;
        box-shadow: 0 10px 25px rgba(0, 255, 136, 0.2);
    }

    .offline-feature-page .offline-main-title {
        font-size: 48px;
        font-weight: 900;
        letter-spacing: -1px;
        color: #0B192C;
        margin-bottom: 24px;
        line-height: 1.2;
    }

    .offline-feature-page .title-highlight {
        color: transparent;
        background-image: linear-gradient(90deg, #00FF88, #00CC6A);
        -webkit-background-clip: text;
        background-clip: text;
    }

    .offline-feature-page .offline-subtitle {
        font-size: 20px;
        color: #5A6A7E;
        max-width: 800px;
        margin: 0 auto;
        line-height: 1.8;
    }

    /* گرید بنتو نامتقارن و چشم‌نواز */
    .offline-feature-page .offline-bento-grid {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-auto-rows: minmax(300px, auto);
        gap: 30px;
    }

    /* استایل پایه کارت‌ها */
    .offline-feature-page .offline-card {
        background-color: #FFFFFF;
        border-radius: 32px;
        padding: 40px;
        box-shadow: 0 20px 40px rgba(11, 25, 44, 0.04);
        border: 1px solid rgba(11, 25, 44, 0.04);
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        display: flex;
        flex-direction: column;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

    .offline-feature-page .offline-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 30px 60px rgba(11, 25, 44, 0.08);
        border-color: rgba(0, 255, 136, 0.3);
    }

    /* آیکون‌های SVG سفارشی - جایگزین باکس‌های سرمه‌ای خالی */
    .offline-feature-page .offline-icon-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 72px;
        height: 72px;
        background: linear-gradient(135deg, #0B192C, #1A2E4C);
        border-radius: 20px;
        margin-bottom: 30px;
        color: #00FF88;
        box-shadow: 0 10px 20px rgba(11, 25, 44, 0.15);
    }

    .offline-feature-page .offline-icon-wrapper svg {
        width: 36px;
        height: 36px;
        fill: currentColor;
    }

    /* متون درون کارت */
    .offline-feature-page .offline-card-title {
        font-size: 26px;
        font-weight: 800;
        color: #0B192C;
        margin-bottom: 16px;
        z-index: 2;
    }

    .offline-feature-page .offline-card-text {
        font-size: 16px;
        color: #64748B;
        line-height: 1.8;
        text-align: justify;
        z-index: 2;
        flex-grow: 1;
    }

    /* محفظه تصاویر در کارت‌ها */
    .offline-feature-page .offline-image-container {
        margin-top: 30px;
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        flex-grow: 1;
        min-height: 200px;
        background: #F8FAFC;
        border: 1px solid #E2E8F0;
    }

    .offline-feature-page .offline-image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

    .offline-feature-page .offline-card:hover .offline-image-container img {
        transform: scale(1.05);
    }

    /* سایز‌بندی کارت‌ها در گرید */
    .offline-feature-page .bento-main { grid-column: span 8; grid-row: span 2; }
    .offline-feature-page .bento-square-1 { grid-column: span 4; }
    .offline-feature-page .bento-square-2 { grid-column: span 4; background: #0B192C; color: #fff; }
    .offline-feature-page .bento-wide { grid-column: span 12; display: flex; flex-direction: row; align-items: center; gap: 40px; }

    /* تنظیمات خاص برای کارت تیره (سرمه‌ای) */
    .offline-feature-page .bento-square-2 .offline-card-title { color: #FFFFFF; }
    .offline-feature-page .bento-square-2 .offline-card-text { color: #A0AEC0; }
    .offline-feature-page .bento-square-2 .offline-icon-wrapper { background: rgba(255, 255, 255, 0.1); color: #00FF88; }
    .offline-feature-page .bento-square-2:hover { border-color: #00FF88; box-shadow: 0 30px 60px rgba(0, 255, 136, 0.15); }

    /* تنظیمات کارت افقی واید */
    .offline-feature-page .bento-wide .wide-content { flex: 1; }
    .offline-feature-page .bento-wide .wide-image { flex: 1; height: 300px; border-radius: 24px; overflow: hidden; background: #F1F5F9; }
    .offline-feature-page .bento-wide .wide-image img { width: 100%; height: 100%; object-fit: cover; }

    /* واکنش‌گرایی (موبایل و تبلت) */
    @media (max-width: 1024px) {
        .offline-feature-page .bento-main,
        .offline-feature-page .bento-square-1,
        .offline-feature-page .bento-square-2 { grid-column: span 12; grid-row: auto; }

        .offline-feature-page .bento-wide { flex-direction: column; }
        .offline-feature-page .bento-wide .wide-image { width: 100%; height: 250px; }

        .offline-feature-page .offline-main-title { font-size: 36px; }
    }



 /* =========================================
          تکنو-محور (قسمت ابری)
       ========================================= */
      .decentralized-light-wrapper {
        background: linear-gradient(135deg, #F2FFF7 0%, #FFFFFF 100%);
        font-family: inherit;
        color: #1E293B;
        padding: 120px 20px;
        direction: rtl;
        overflow-x: hidden;
        position: relative;
    }

    .decentralized-light-wrapper::before {
        content: '';
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        background-image: radial-gradient(rgba(0, 166, 81, 0.08) 1px, transparent 1px);
        background-size: 30px 30px;
        opacity: 0.6;
        z-index: 0;
        pointer-events: none;
    }

    .decentralized-light-wrapper .decentralized-container {
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }

    /* هدر صفحه */
    .decentralized-light-wrapper .tech-hero {
        text-align: center;
        margin-bottom: 90px;
    }

    .decentralized-light-wrapper .enterprise-badge {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: rgba(0, 166, 81, 0.08);
        border: 1px solid rgba(0, 166, 81, 0.2);
        color: #008A43;
        padding: 10px 24px;
        border-radius: 50px;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 25px;
    }

    .decentralized-light-wrapper .enterprise-badge svg {
        width: 18px;
        height: 18px;
    }

    .decentralized-light-wrapper .tech-main-title {
        font-size: 48px;
        font-weight: 900;
        color: #0F172A;
        margin-bottom: 20px;
        line-height: 1.4;
    }

    .decentralized-light-wrapper .tech-highlight {
        color: #00A651;
        position: relative;
        display: inline-block;
    }

    .decentralized-light-wrapper .tech-highlight::after {
        content: '';
        position: absolute;
        bottom: 5px;
        left: 0;
        width: 100%;
        height: 8px;
        background: rgba(0, 166, 81, 0.2);
        z-index: -1;
        border-radius: 4px;
    }

    .decentralized-light-wrapper .tech-subtitle {
        font-size: 18px;
        color: #475569;
        max-width: 750px;
        margin: 0 auto;
        line-height: 1.8;
    }

    /* ساختار کارت‌های شبکه‌ای */
    .decentralized-light-wrapper .nodes-layout {
        display: flex;
        flex-direction: column;
        gap: 60px;
    }

    .decentralized-light-wrapper .node-card {
        background: #FFFFFF;
        border: 1px solid rgba(0, 166, 81, 0.05);
        border-radius: 24px;
        padding: 40px;
        display: flex;
        align-items: center;
        gap: 50px;
        box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.05);
        transition: transform 0.4s ease, box-shadow 0.4s ease;
        position: relative;
    }

    .decentralized-light-wrapper .node-card:not(:last-child)::after {
        content: '';
        position: absolute;
        bottom: -60px;
        left: 50%;
        width: 2px;
        height: 60px;
        background: dashed 2px rgba(0, 166, 81, 0.2);
        z-index: -1;
    }

    .decentralized-light-wrapper .node-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 30px 60px -15px rgba(0, 166, 81, 0.1);
    }

    .decentralized-light-wrapper .node-card.reverse {
        flex-direction: row-reverse;
    }

    .decentralized-light-wrapper .node-grid-2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
        position: relative;
    }

    .decentralized-light-wrapper .node-card-small {
        background: #FFFFFF;
        border: 1px solid rgba(0, 166, 81, 0.05);
        border-radius: 20px;
        padding: 40px;
        box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.04);
        transition: all 0.3s ease;
    }

    .decentralized-light-wrapper .node-card-small:hover {
        transform: translateY(-5px);
        border-color: rgba(0, 166, 81, 0.2);
    }

    /* استایل آیکون‌های SVG */
    .decentralized-light-wrapper .icon-wrapper {
        width: 70px;
        height: 70px;
        background: #F4FBF7;
        border: 1px solid rgba(0, 166, 81, 0.1);
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 24px;
        color: #00A651;
    }

    .decentralized-light-wrapper .icon-wrapper svg {
        width: 32px;
        height: 32px;
    }

    .decentralized-light-wrapper .node-content {
        flex: 1;
    }

    .decentralized-light-wrapper .node-title {
        font-size: 26px;
        font-weight: 800;
        color: #0F172A;
        margin-bottom: 16px;
    }

    .decentralized-light-wrapper .node-text {
        font-size: 16px;
        color: #64748B;
        line-height: 1.9;
        text-align: justify;
    }

    .decentralized-light-wrapper .node-image {
        flex: 1;
        height: 320px;
        border-radius: 16px;
        overflow: hidden;
        position: relative;
        background: #F8FAFC;
        border: 1px solid #E2E8F0;
    }

    .decentralized-light-wrapper .node-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.6s ease;
    }

    .decentralized-light-wrapper .node-card:hover .node-image img {
        transform: scale(1.03);
    }

    /* واکنش‌گرایی */
    @media (max-width: 992px) {
        .decentralized-light-wrapper .node-card,
        .decentralized-light-wrapper .node-card.reverse {
            flex-direction: column;
            padding: 30px;
            gap: 30px;
        }
        .decentralized-light-wrapper .node-card:not(:last-child)::after {
            display: none;
        }
        .decentralized-light-wrapper .node-grid-2 {
            grid-template-columns: 1fr;
        }
        .decentralized-light-wrapper .tech-main-title {
            font-size: 32px;
        }
        .decentralized-light-wrapper .node-image {
            width: 100%;
            height: 250px;
        }
    }

 /* =========================================
       طراحی مسیر داده (تایم‌لاین) - ایزوله کامل
       ========================================= */
    .smart-backup-wrapper {
        /* همون طیف رنگی تایید شده برند */
        background: linear-gradient(180deg, #FFFFFF 0%, #F4FBF7 50%, #FFFFFF 100%);
        font-family: inherit;
        color: #1E293B;
        padding: 120px 20px;
        direction: rtl;
        overflow-x: hidden;
        position: relative;
    }

    /* پترن پس‌زمینه (متفاوت با قبلی برای تنوع، خطوط مورب ظریف) */
    .smart-backup-wrapper::before {
        content: '';
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        background-image: repeating-linear-gradient(45deg, rgba(0, 166, 81, 0.03) 0, rgba(0, 166, 81, 0.03) 1px, transparent 1px, transparent 10px);
        opacity: 0.8;
        z-index: 0;
        pointer-events: none;
    }

    .smart-backup-wrapper .backup-container {
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }

    /* هدر صفحه (ساختار مشابه برای یکپارچگی) */
    .smart-backup-wrapper .backup-hero {
        text-align: center;
        margin-bottom: 100px;
    }

    .smart-backup-wrapper .brand-badge {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: rgba(0, 166, 81, 0.08);
        border: 1px solid rgba(0, 166, 81, 0.2);
        color: #008A43;
        padding: 10px 24px;
        border-radius: 50px;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 25px;
    }

    .smart-backup-wrapper .brand-badge svg {
        width: 18px;
        height: 18px;
    }

    .smart-backup-wrapper .backup-main-title {
        font-size: 48px;
        font-weight: 900;
        color: #0F172A;
        margin-bottom: 20px;
        line-height: 1.4;
    }

    .smart-backup-wrapper .backup-highlight {
        color: #00A651;
        position: relative;
        display: inline-block;
    }

    .smart-backup-wrapper .backup-highlight::after {
        content: '';
        position: absolute;
        bottom: 5px;
        left: 0;
        width: 100%;
        height: 8px;
        background: rgba(0, 166, 81, 0.2);
        z-index: -1;
        border-radius: 4px;
    }

    .smart-backup-wrapper .backup-subtitle {
        font-size: 18px;
        color: #475569;
        max-width: 700px;
        margin: 0 auto;
        line-height: 1.8;
    }

    /* =========================================
       طراحی جدید: تایم‌لاین (Timeline)
       ========================================= */
    .smart-backup-wrapper .timeline-layout {
        position: relative;
        max-width: 1000px;
        margin: 0 auto;
    }

    /* خط مرکزی تایم‌لاین */
    .smart-backup-wrapper .timeline-layout::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 4px;
        background: rgba(0, 166, 81, 0.15);
        transform: translateX(-50%);
        border-radius: 2px;
    }

    .smart-backup-wrapper .timeline-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 80px;
        position: relative;
    }

    .smart-backup-wrapper .timeline-item:last-child {
        margin-bottom: 0;
    }

    /* نقطه‌های روی خط تایم‌لاین */
    .smart-backup-wrapper .timeline-dot {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 24px;
        height: 24px;
        background: #FFFFFF;
        border: 4px solid #00A651;
        border-radius: 50%;
        z-index: 2;
        box-shadow: 0 0 0 8px rgba(0, 166, 81, 0.1);
    }

    /* محتوای تایم‌لاین */
    .smart-backup-wrapper .timeline-content {
        width: 45%;
        background: #FFFFFF;
        border: 1px solid rgba(0, 166, 81, 0.08);
        border-radius: 24px;
        padding: 40px;
        box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.05);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        position: relative;
    }

    .smart-backup-wrapper .timeline-content:hover {
        transform: translateY(-5px);
        box-shadow: 0 25px 50px -15px rgba(0, 166, 81, 0.12);
        border-color: rgba(0, 166, 81, 0.2);
    }

    /* فلش کنار کارت‌ها به سمت خط مرکزی */
    .smart-backup-wrapper .timeline-content::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        border-width: 12px;
        border-style: solid;
    }

    .smart-backup-wrapper .timeline-item:nth-child(odd) .timeline-content {
        /* کارت‌های سمت راست */
        margin-right: 0;
        margin-left: auto;
    }
    .smart-backup-wrapper .timeline-item:nth-child(odd) .timeline-content::after {
        left: -24px;
        border-color: transparent #FFFFFF transparent transparent;
    }

    .smart-backup-wrapper .timeline-item:nth-child(even) .timeline-content {
        /* کارت‌های سمت چپ */
        margin-left: 0;
        margin-right: auto;
    }
    .smart-backup-wrapper .timeline-item:nth-child(even) .timeline-content::after {
        right: -24px;
        border-color: transparent transparent transparent #FFFFFF;
    }

    /* فضای خالی برای حفظ ساختار */
    .smart-backup-wrapper .timeline-spacer {
        width: 45%;
    }

    /* استایل آیکون‌های SVG (دقیقاً مشابه قبل برای حفظ برندینگ) */
    .smart-backup-wrapper .icon-wrapper {
        width: 65px;
        height: 65px;
        background: #F4FBF7;
        border: 1px solid rgba(0, 166, 81, 0.1);
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        color: #00A651;
    }

    .smart-backup-wrapper .icon-wrapper svg {
        width: 30px;
        height: 30px;
    }

    .smart-backup-wrapper .item-title {
        font-size: 24px;
        font-weight: 800;
        color: #0F172A;
        margin-bottom: 15px;
    }

    .smart-backup-wrapper .item-text {
        font-size: 15px;
        color: #64748B;
        line-height: 1.9;
        text-align: justify;
    }

    /* واکنش‌گرایی برای موبایل */
    @media (max-width: 768px) {
        .smart-backup-wrapper .timeline-layout::before {
            left: 30px; /* خط رو میبریم سمت راست */
        }
        .smart-backup-wrapper .timeline-dot {
            left: 30px;
        }
        .smart-backup-wrapper .timeline-item {
            flex-direction: column;
            align-items: flex-start;
            padding-right: 70px; /* فضا برای خط و نقطه */
            margin-bottom: 40px;
        }
        .smart-backup-wrapper .timeline-content,
        .smart-backup-wrapper .timeline-spacer {
            width: 100%;
        }
        .smart-backup-wrapper .timeline-spacer {
            display: none;
        }
        .smart-backup-wrapper .timeline-content::after {
            display: none; /* فلش‌ها رو در موبایل حذف میکنیم */
        }
        .smart-backup-wrapper .backup-main-title {
            font-size: 32px;
        }
    }



     /* =========================================
       طراحی داشبورد پایداری - ایزوله کامل
       ========================================= */
    .stability-wrapper {
        /* پس‌زمینه با یک گرادیان شعاعی ملایم برای ایجاد حس تمرکز در مرکز */
        background: radial-gradient(circle at top center, #F4FBF7 0%, #FFFFFF 60%);
        font-family: inherit;
        color: #1E293B;
        padding: 120px 20px;
        direction: rtl;
        overflow-x: hidden;
        position: relative;
    }

    /* پترن پس‌زمینه: شبکه‌ای از نقاط (شبیه به برد الکترونیکی یا سیستم‌های مانیتورینگ) */
    .stability-wrapper::before {
        content: '';
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        background-image: radial-gradient(rgba(0, 166, 81, 0.1) 1px, transparent 1px);
        background-size: 30px 30px;
        opacity: 0.5;
        z-index: 0;
        pointer-events: none;
    }

    .stability-wrapper .stability-container {
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }

    /* هدر صفحه */
    .stability-wrapper .stability-hero {
        text-align: center;
        margin-bottom: 80px;
    }

    .stability-wrapper .brand-badge {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: #FFFFFF;
        border: 1px solid rgba(0, 166, 81, 0.2);
        color: #008A43;
        padding: 10px 24px;
        border-radius: 50px;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 25px;
        box-shadow: 0 4px 15px -5px rgba(0, 166, 81, 0.1);
    }

    .stability-wrapper .brand-badge svg {
        width: 18px;
        height: 18px;
    }

    .stability-wrapper .stability-main-title {
        font-size: 48px;
        font-weight: 900;
        color: #0F172A;
        margin-bottom: 20px;
        line-height: 1.4;
    }

    /* استایل عدد آپتایم بزرگ */
    .stability-wrapper .uptime-highlight {
        color: #00A651;
        font-family: monospace;
        background: rgba(0, 166, 81, 0.05);
        padding: 0 10px;
        border-radius: 8px;
        border: 1px dashed rgba(0, 166, 81, 0.3);
    }

    .stability-wrapper .stability-subtitle {
        font-size: 18px;
        color: #475569;
        max-width: 750px;
        margin: 0 auto;
        line-height: 1.8;
    }

    /* =========================================
       چیدمان داشبورد (Dashboard Grid)
       ========================================= */
    .stability-wrapper .dashboard-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .stability-wrapper .dashboard-card {
        background: #FFFFFF;
        border: 1px solid rgba(0, 166, 81, 0.1);
        border-radius: 20px;
        padding: 40px;
        box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.05);
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
    }

    .stability-wrapper .dashboard-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 40px -15px rgba(0, 166, 81, 0.15);
        border-color: rgba(0, 166, 81, 0.3);
    }

    /* نوار سبز رنگ بالای هر کارت شبیه به سرورها */
    .stability-wrapper .dashboard-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, #00A651, #34D399);
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .stability-wrapper .dashboard-card:hover::before {
        opacity: 1;
    }

    /* هدر کارت شامل آیکون و نشانگر وضعیت */
    .stability-wrapper .card-header {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 25px;
    }

    .stability-wrapper .icon-wrapper {
        width: 60px;
        height: 60px;
        background: rgba(0, 166, 81, 0.05);
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #00A651;
    }

    .stability-wrapper .icon-wrapper svg {
        width: 28px;
        height: 28px;
    }

    /* انیمیشن نقطه سبز (Status Indicator) */
    .stability-wrapper .status-indicator {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 12px;
        font-weight: 600;
        color: #10B981;
        background: rgba(16, 185, 129, 0.1);
        padding: 6px 12px;
        border-radius: 50px;
    }

    .stability-wrapper .status-dot {
        width: 8px;
        height: 8px;
        background-color: #10B981;
        border-radius: 50%;
        position: relative;
    }

    .stability-wrapper .status-dot::after {
        content: '';
        position: absolute;
        top: -4px;
        left: -4px;
        right: -4px;
        bottom: -4px;
        background-color: rgba(16, 185, 129, 0.4);
        border-radius: 50%;
        animation: pulse 2s infinite;
    }

    @keyframes pulse {
        0% { transform: scale(0.5); opacity: 1; }
        100% { transform: scale(1.5); opacity: 0; }
    }

    .stability-wrapper .item-title {
        font-size: 22px;
        font-weight: 800;
        color: #0F172A;
        margin-bottom: 15px;
    }

    .stability-wrapper .item-text {
        font-size: 15px;
        color: #64748B;
        line-height: 1.8;
        text-align: justify;
    }

    /* کارت تمام‌عرض برای ویژگی اصلی */
    .stability-wrapper .full-width-card {
        grid-column: span 2;
        display: flex;
        align-items: center;
        gap: 40px;
    }

    .stability-wrapper .full-width-card .card-content {
        flex: 1;
    }

    /* واکنش‌گرایی */
    @media (max-width: 992px) {
        .stability-wrapper .full-width-card {
            flex-direction: column;
            align-items: flex-start;
            gap: 20px;
        }
    }

    @media (max-width: 768px) {
        .stability-wrapper .dashboard-grid {
            grid-template-columns: 1fr;
        }
        .stability-wrapper .full-width-card {
            grid-column: span 1;
        }
        .stability-wrapper .stability-main-title {
            font-size: 32px;
        }
    }
 /* =========================================
       طراحی صفحه قیمت‌گذاری - ایزوله کامل
       ========================================= */
    .pricing-wrapper {
        background-color: #FAFCFB; /* سفید با هاله بسیار محو سبز */
        font-family: inherit;
        color: #1E293B;
        padding: 100px 20px 120px;
        direction: rtl;
    }

    .pricing-wrapper .pricing-container {
        max-width: 1200px;
        margin: 0 auto;
    }

    /* هدر قیمت‌گذاری */
    .pricing-wrapper .pricing-header {
        text-align: center;
        margin-bottom: 70px;
    }

    .pricing-wrapper .pricing-title {
        font-size: 42px;
        font-weight: 900;
        color: #0F172A;
        margin-bottom: 15px;
    }

    .pricing-wrapper .pricing-subtitle {
        font-size: 18px;
        color: #64748B;
        max-width: 600px;
        margin: 0 auto;
    }

    /* گرید کارت‌های قیمت */
    .pricing-wrapper .pricing-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        align-items: center; /* برای اینکه کارت وسطی بتواند بزرگتر شود */
        margin-bottom: 50px;
    }

    /* استایل پایه کارت‌ها */
    .pricing-wrapper .pricing-card {
        background: #FFFFFF;
        border: 1px solid rgba(0, 0, 0, 0.05);
        border-radius: 24px;
        padding: 40px 30px;
        box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.04);
        position: relative;
        transition: all 0.3s ease;
    }

    .pricing-wrapper .pricing-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px -10px rgba(0, 166, 81, 0.1);
    }

    /* کارت ویژه (پیشرفته) */
    .pricing-wrapper .pricing-card.popular {
        border: 2px solid #00A651;
        box-shadow: 0 20px 50px -10px rgba(0, 166, 81, 0.15);
        padding: 50px 30px; /* کمی بلندتر */
        transform: scale(1.02);
    }

    .pricing-wrapper .pricing-card.popular:hover {
        transform: scale(1.02) translateY(-8px);
    }

    .pricing-wrapper .popular-badge {
        position: absolute;
        top: -15px;
        left: 50%;
        transform: translateX(-50%);
        background: linear-gradient(90deg, #00A651, #008A43);
        color: #FFF;
        padding: 6px 20px;
        border-radius: 50px;
        font-size: 13px;
        font-weight: 700;
        box-shadow: 0 4px 10px rgba(0, 166, 81, 0.3);
    }

    /* محتوای کارت */
    .pricing-wrapper .plan-name {
        font-size: 22px;
        font-weight: 800;
        color: #0F172A;
        margin-bottom: 10px;
    }

    .pricing-wrapper .plan-desc {
        font-size: 14px;
        color: #64748B;
        margin-bottom: 30px;
        min-height: 42px;
    }

    .pricing-wrapper .plan-price {
        font-size: 46px;
        font-weight: 900;
        color: #0F172A;
        margin-bottom: 5px;
        display: flex;
        align-items: baseline;
        gap: 5px;
    }

    .pricing-wrapper .currency {
        font-size: 18px;
        font-weight: 600;
        color: #64748B;
    }

    .pricing-wrapper .billing-cycle {
        font-size: 14px;
        color: #94A3B8;
        margin-bottom: 30px;
        display: block;
    }

    /* دکمه‌های خرید */
    .pricing-wrapper .btn-buy {
        display: block;
        width: 100%;
        text-align: center;
        padding: 14px 0;
        border-radius: 12px;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        transition: all 0.3s ease;
        margin-bottom: 35px;
    }

    .pricing-wrapper .btn-outline {
        background: transparent;
        border: 2px solid rgba(0, 166, 81, 0.2);
        color: #00A651;
    }

    .pricing-wrapper .btn-outline:hover {
        background: rgba(0, 166, 81, 0.05);
        border-color: #00A651;
    }

    .pricing-wrapper .btn-solid {
        background: #00A651;
        border: 2px solid #00A651;
        color: #FFF;
        box-shadow: 0 4px 15px rgba(0, 166, 81, 0.3);
    }

    .pricing-wrapper .btn-solid:hover {
        background: #008A43;
        border-color: #008A43;
        box-shadow: 0 6px 20px rgba(0, 166, 81, 0.4);
        color: #FFF;
    }

    /* لیست امکانات */
    .pricing-wrapper .features-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .pricing-wrapper .features-list li {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        font-size: 15px;
        color: #475569;
        margin-bottom: 16px;
        line-height: 1.5;
    }

    .pricing-wrapper .features-list li svg {
        width: 20px;
        height: 20px;
        color: #00A651;
        flex-shrink: 0;
        margin-top: 2px;
    }

    /* =========================================
       کارت پلن سفارشی (Enterprise)
       ========================================= */
    .pricing-wrapper .custom-plan-card {
        background: linear-gradient(135deg, #FFFFFF 0%, #F4FBF7 100%);
        border: 1px solid rgba(0, 166, 81, 0.15);
        border-radius: 24px;
        padding: 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 30px;
        box-shadow: 0 10px 30px -10px rgba(0, 166, 81, 0.08);
    }

    .pricing-wrapper .custom-plan-info {
        flex: 1;
    }

    .pricing-wrapper .custom-plan-title {
        font-size: 24px;
        font-weight: 800;
        color: #0F172A;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .pricing-wrapper .custom-plan-desc {
        font-size: 16px;
        color: #64748B;
        margin: 0;
    }

    .pricing-wrapper .btn-custom {
        background: #1E293B;
        color: #FFF;
        padding: 14px 32px;
        border-radius: 12px;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        white-space: nowrap;
        transition: background 0.3s ease;
    }

    .pricing-wrapper .btn-custom:hover {
        background: #0F172A;
    }

    /* واکنش‌گرایی */
    @media (max-width: 1024px) {
        .pricing-wrapper .pricing-grid {
            grid-template-columns: repeat(2, 1fr);
        }
        .pricing-wrapper .pricing-card.popular {
            transform: scale(1);
            grid-column: span 2; /* در تبلت کارت وسط تمام عرض می‌شود */
            order: -1; /* می‌آید اول */
        }
        .pricing-wrapper .pricing-card.popular:hover {
            transform: translateY(-8px);
        }
    }

    @media (max-width: 768px) {
        .pricing-wrapper .pricing-grid {
            grid-template-columns: 1fr;
        }
        .pricing-wrapper .pricing-card.popular {
            grid-column: span 1;
        }
        .pricing-wrapper .custom-plan-card {
            flex-direction: column;
            text-align: center;
        }
        .pricing-wrapper .custom-plan-title {
            justify-content: center;
        }
        .pricing-wrapper .plan-price {
            font-size: 38px;
        }
    }



 /* =========================================
   Atra Resources Shared Styles
   (Blog, Help Center, Developers)
========================================= */

/* ایزوله‌سازی کل محفظه */
.atra-resource-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: inherit; /* ارث‌بری فونت اصلی سایت */
    box-sizing: border-box;
}

/* بخش هیرو (بالای صفحه) */
.atra-resource-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, #f8fbff 0%, #eef5ff 100%);
    border-radius: 24px;
    padding: 50px;
    margin-bottom: 60px;
    box-shadow: 0 10px 30px rgba(0, 51, 153, 0.05);
    overflow: hidden;
    position: relative;
}

.atra-resource-hero-text {
    flex: 1;
    padding-right: 20px;
    z-index: 2;
}

.atra-resource-hero-text h1 {
    font-size: 2.5rem;
    color: #1a2b4c;
    margin-bottom: 15px;
    font-weight: 800;
}

.atra-resource-hero-text p {
    font-size: 1.1rem;
    color: #556b8d;
    line-height: 1.8;
    max-width: 500px;
}

.atra-resource-hero-image {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    z-index: 2;
}

.atra-resource-hero-image img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    object-fit: cover;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* گرید محتوا (کارت‌ها) */
.atra-resource-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

/* استایل کارت‌های مشترک */
.atra-resource-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: 1px solid #f0f4f8;
    display: flex;
    flex-direction: column;
}

.atra-resource-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 51, 153, 0.1);
    border-color: #dbe7f5;
}

.atra-resource-card-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: 1px solid #f0f4f8;
}

.atra-resource-card-content {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.atra-resource-card-tag {
    align-self: flex-start;
    background: #e6f0fa;
    color: #0056b3;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.atra-resource-card-content h3 {
    font-size: 1.3rem;
    color: #223355;
    margin-bottom: 12px;
    line-height: 1.4;
}

.atra-resource-card-content p {
    color: #667799;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.atra-resource-card-link {
    color: #0056b3;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    transition: color 0.2s;
}

.atra-resource-card-link:hover {
    color: #003d82;
}

/* ریسپانسیو */
@media (max-width: 768px) {
    .atra-resource-hero {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
    }
    .atra-resource-hero-text {
        padding-right: 0;
        margin-bottom: 30px;
    }
    .atra-resource-hero-image {
        justify-content: center;
    }
}



 /* ایزوله‌سازی کامل بخش تیکت */
    .atra-ticket-wrapper {
        max-width: 1200px;
        margin: 60px auto;
        padding: 0 20px;
        font-family: inherit;
    }

    .atra-ticket-container {
        display: flex;
        background: #ffffff;
        border-radius: 24px;
        box-shadow: 0 20px 50px rgba(26, 43, 76, 0.08);
        overflow: hidden;
        border: 1px solid #eef2f6;
    }

    /* ستون اطلاعات (سمت راست) */
    .atra-ticket-info {
        flex: 1;
        background: linear-gradient(135deg, #1a2b4c 0%, #0d1b33 100%);
        color: #ffffff;
        padding: 50px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
        overflow: hidden;
    }

    /* یک پترن محو برای پس‌زمینه ستون راست */
    .atra-ticket-info::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, rgba(255,255,255,0.05) 10%, transparent 10.01%);
        background-size: 20px 20px;
        opacity: 0.5;
        z-index: 1;
    }

    .atra-ticket-info-content {
        position: relative;
        z-index: 2;
    }

    .atra-ticket-info h2 {
        font-size: 2rem;
        margin-bottom: 20px;
        font-weight: 800;
        color: #fff;
    }

    .atra-ticket-info p {
        color: #a0aec0;
        line-height: 1.8;
        font-size: 1.05rem;
        margin-bottom: 40px;
    }

    .atra-ticket-contact-items {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .atra-ticket-item {
        display: flex;
        align-items: center;
        gap: 15px;
        background: rgba(255,255,255,0.05);
        padding: 15px 20px;
        border-radius: 12px;
        border: 1px solid rgba(255,255,255,0.1);
    }

    .atra-ticket-item-icon {
        width: 40px;
        height: 40px;
        background: rgba(22, 101, 52, 0.3); /* سبز آترا محو */
        color: #4ade80;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.2rem;
    }

    /* ستون فرم (سمت چپ) */
    .atra-ticket-form-section {
        flex: 1.5;
        padding: 50px;
        background: #fafcfd;
    }

    .atra-ticket-form-section h3 {
        color: #1a2b4c;
        font-size: 1.5rem;
        margin-bottom: 30px;
        font-weight: 700;
    }

    /* پیام‌های موفقیت/خطا */
    .atra-ticket-messages {
        margin-bottom: 25px;
    }
    .atra-ticket-alert {
        padding: 15px 20px;
        border-radius: 12px;
        background: #dcfce7;
        color: #166534;
        border: 1px solid #bbf7d0;
        font-weight: 600;
    }

    /* استایل فرم و اینپوت‌ها */
    .atra-ticket-form-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .atra-ticket-form-group {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .atra-ticket-form-group.full-width {
        grid-column: 1 / -1;
    }

    .atra-ticket-form-group label {
        font-size: 0.9rem;
        color: #4a5568;
        font-weight: 600;
    }

    .atra-ticket-input, .atra-ticket-textarea {
        width: 100%;
        padding: 14px 18px;
        background: #ffffff;
        border: 2px solid #e2e8f0;
        border-radius: 12px;
        font-family: inherit;
        font-size: 1rem;
        color: #2d3748;
        transition: all 0.3s ease;
        box-sizing: border-box;
    }

    .atra-ticket-input:focus, .atra-ticket-textarea:focus {
        outline: none;
        border-color: #0ea5e9; /* آبی روشن در فوکوس */
        box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.1);
    }

    .atra-ticket-textarea {
        resize: vertical;
        min-height: 120px;
    }

    .atra-ticket-submit-btn {
        margin-top: 30px;
        background: linear-gradient(135deg, #166534 0%, #14532d 100%); /* سبز جذاب آترا */
        color: white;
        border: none;
        padding: 16px 30px;
        border-radius: 12px;
        font-size: 1.1rem;
        font-weight: 700;
        cursor: pointer;
        transition: all 0.3s ease;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        box-shadow: 0 10px 20px rgba(22, 101, 52, 0.2);
    }

    .atra-ticket-submit-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 15px 25px rgba(22, 101, 52, 0.3);
    }

    /* ریسپانسیو */
    @media (max-width: 992px) {
        .atra-ticket-container {
            flex-direction: column;
        }
        .atra-ticket-form-grid {
            grid-template-columns: 1fr;
        }
    }
 /* ==========================================================================
   📱 ATRA TICKET RESPONSIVE DESIGN (Mobile & Tablet)
   ========================================================================== */

/* استایل‌های پایه برای انعطاف‌پذیری گرید (اگر از فلکس استفاده کردی) */
.atra-ticket-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-start;
}

/* ستون اطلاعات (سمت راست در دسکتاپ) */
.atra-ticket-info-box {
    flex: 1 1 350px; /* در دسکتاپ عرض پایه 350 پیکسل دارد */
}

/* ستون فرم (سمت چپ در دسکتاپ) */
.atra-ticket-form-box {
    flex: 2 1 500px; /* در دسکتاپ فضای بیشتری می‌گیرد */
}

/* 💻 تبلت‌ها و لپ‌تاپ‌های کوچک (زیر 992 پیکسل) */
@media (max-width: 991px) {
    .atra-ticket-grid {
        flex-direction: column-reverse; /* فرم بالا و اطلاعات تماس پایین قرار بگیرد */
        gap: 25px;
    }

    .atra-ticket-info-box,
    .atra-ticket-form-box {
        width: 100%; /* تمام عرض شدن ستون‌ها */
        flex: none;
    }

    .atra-ticket-form-box {
        padding: 30px; /* کمی کاهش حاشیه داخلی */
    }
}

/* 📱 موبایل‌های استاندارد و بزرگ (زیر 768 پیکسل) */
@media (max-width: 767px) {
    .atra-ticket-wrapper {
        padding: 20px 15px; /* فاصله‌های بیرونی رو کم می‌کنیم تا جا باز شه */
    }

    .atra-ticket-form-box {
        padding: 20px 15px; /* پدینگ داخل فرم برای موبایل بهینه می‌شود */
        border-radius: 12px; /* گوشه‌ها رو در موبایل کمی نرم‌تر می‌کنیم */
    }

    /* بهینه‌سازی فیلدهای ورودی برای موبایل */
    .atra-ticket-input,
    .atra-ticket-select,
    .atra-ticket-textarea {
        font-size: 16px !important; /* جلوگیری از زوم خودکار در iOS Safari */
        padding: 12px 15px;
        border-radius: 8px;
    }

    /* تمام عرض کردن دکمه ارسال برای تاچ (لمس) راحت‌تر */
    .atra-ticket-submit-btn {
        width: 100%;
        padding: 14px;
        font-size: 16px;
        border-radius: 8px;
        box-shadow: 0 4px 15px rgba(0, 184, 115, 0.3); /* یه هاله سبز رنگ ملایم دور دکمه */
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* کوچک کردن متون راهنما یا لیبل‌ها */
    .atra-ticket-form-box label {
        font-size: 13px;
        margin-bottom: 6px;
    }
}

/* 📱 موبایل‌های خیلی کوچک (زیر 400 پیکسل) */
@media (max-width: 399px) {
    .atra-ticket-form-box {
        padding: 15px 10px;
    }

    .atra-ticket-submit-btn {
        font-size: 15px;
    }
}
