/* ========== استایل پایه و فونت ========== */
* { box-sizing: border-box; }
body {
    font-family: 'Noto Sans Arabic', 'IBM Plex Sans Arabic', 'Rubik', 'Almarai', 'Tajawal', 'Segoe UI', system-ui, -apple-system, sans-serif;
    direction: rtl;
    text-align: right;
    margin: 0;
    padding: 0;
    background: linear-gradient(135deg, #1a2332 0%, #2c3e50 50%, #34495e 100%);
    background-attachment: fixed;
    color: #ecf0f1;
    scroll-behavior: smooth;
    overflow-x: hidden;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 400;
    letter-spacing: 0.4px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "kern" 1, "liga" 1;
}

/* ========== دکمه‌های شناور ========== */
.floating-whatsapp {
    position: fixed;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
    z-index: 9998;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    cursor: pointer;
    animation: floatPulse 2s infinite;
    bottom: 25px;
    left: 25px;
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    color: #fff;
    padding: 0;
}
.floating-whatsapp svg {
    width: 46px !important;
    height: 46px !important;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}
.floating-whatsapp:hover {
    transform: scale(1.12) rotate(5deg);
    box-shadow: 0 8px 35px rgba(37, 211, 102, 1);
    background: linear-gradient(135deg, #2ee57a 0%, #1aa87a 100%);
}
@keyframes floatPulse {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

/* ========== نوار بالای صفحه ========== */
.promo-bar {
    width: 100%;
    background: linear-gradient(90deg, #16a085 0%, #1abc9c 100%);
    color: #fff;
    padding: 12px 0;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.4px;
    position: sticky;
    top: 0;
    z-index: 5000;
    box-shadow: 0 3px 15px rgba(22, 160, 133, 0.6);
    border-bottom: 3px solid #f39c12;
    font-family: 'Noto Sans Arabic', 'Rubik', sans-serif;
    line-height: 1.6;
}
.promo-bar a.promo-cta {
    margin: 0 12px;
    background: #f39c12;
    color: #fff;
    padding: 8px 24px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 15px;
    display: inline-block;
    transition: all 0.3s;
    box-shadow: 0 2px 10px rgba(243, 156, 18, 0.5);
    border: 2px solid #e67e22;
    font-weight: 800;
}
.promo-bar a.promo-cta:hover {
    background: #e67e22;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(230, 126, 34, 0.7);
}

/* ========== هدر و ویدیو ========== */
header {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 50%, #7e8ba3 100%);
    color: #ecf0f1;
    padding: 50px 20px 40px 20px;
    text-align: center;
    position: relative;
    overflow-x: hidden;
    overflow-y: visible;
    border-bottom: 5px solid #3498db;
    width: 100%;
    box-sizing: border-box;
}
header::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255,255,255,0.03) 10px,
        rgba(255,255,255,0.03) 20px
    );
    pointer-events: none;
}
.header-video {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}
.main-video {
    max-width: 900px;
    width: 95vw;
    min-height: 400px;
    background: #000;
    border-radius: 8px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.8), 0 0 0 6px #2980b9, 0 0 0 8px #3498db;
    margin: 0 auto 25px auto;
    display: block;
    transition: all 0.3s;
    border: none;
}
.main-video:hover {
    transform: scale(1.01);
    box-shadow: 0 15px 60px rgba(52, 152, 219, 0.6), 0 0 0 6px #2980b9, 0 0 0 8px #3498db;
}
.cta-buttons-hero {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin: 20px 0;
    position: relative;
    z-index: 2;
}
.cta-above {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 40px;
    background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
    color: #fff;
    font-weight: 700;
    font-size: 1.25em;
    border-radius: 6px;
    box-shadow: 0 6px 25px rgba(39, 174, 96, 0.6);
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
    border: 3px solid #1e8449;
    text-transform: none;
    letter-spacing: 0.5px;
    font-family: 'IBM Plex Sans Arabic', 'Noto Sans Arabic', sans-serif;
}
.cta-above svg {
    flex-shrink: 0;
}
.cta-above:hover {
    background: linear-gradient(135deg, #229954 0%, #1e8449 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 35px rgba(39, 174, 96, 0.8);
}
@keyframes pulseBtn {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
    100% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
}
.animate-pulse {
    animation: pulseBtn 1.5s infinite;
}

/* ========== باکس معرفی ========== */
.explainer {
    margin: 30px auto 25px auto;
    text-align: center;
    max-width: 1000px;
    width: 100%;
    position: relative;
    z-index: 2;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    padding: 40px 35px;
    border-radius: 8px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
    border: 3px solid #e67e22;
    box-sizing: border-box;
}

/* ========== جعبه وضعیت دستگاه ========== */
.device-status-box {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 30px 0;
    padding: 25px 20px;
    background: rgba(39, 174, 96, 0.1);
    border-radius: 12px;
    border: 2px solid rgba(39, 174, 96, 0.3);
    border-right: 4px solid #27ae60;
}
.status-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 18px 20px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    transition: all 0.3s;
    text-align: right;
}
.status-item:hover {
    background: rgba(39, 174, 96, 0.15);
    transform: translateX(-5px);
    box-shadow: 0 5px 20px rgba(39, 174, 96, 0.2);
}
.status-icon {
    font-size: 2.2em;
    flex-shrink: 0;
    filter: drop-shadow(0 2px 8px rgba(39, 174, 96, 0.6));
    margin-top: 2px;
}
.status-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.status-content strong {
    color: #27ae60;
    font-size: 1.1em;
    font-weight: 700;
    font-family: 'IBM Plex Sans Arabic', 'Noto Sans Arabic', sans-serif;
    margin-bottom: 4px;
}
.status-content span {
    color: #e8edf0;
    font-size: 1.05em;
    line-height: 1.7;
    font-family: 'Rubik', 'Noto Sans Arabic', sans-serif;
    font-weight: 500;
    letter-spacing: 0.2px;
}

/* ========== نکات برجسته ========== */
.hero-highlights {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 25px 0;
    padding: 20px;
    background: rgba(39, 174, 96, 0.1);
    border-radius: 10px;
    border-right: 4px solid #27ae60;
    text-align: right;
}
.hero-highlight-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 15px;
    background: rgba(39, 174, 96, 0.05);
    border-radius: 8px;
    transition: all 0.3s;
    font-size: 1.05em;
    color: #e8edf0;
    font-family: 'Rubik', 'Noto Sans Arabic', sans-serif;
    font-weight: 500;
}
.hero-highlight-item:hover {
    background: rgba(39, 174, 96, 0.15);
    transform: translateX(-5px);
}
.highlight-icon {
    font-size: 1.4em;
    flex-shrink: 0;
    filter: drop-shadow(0 2px 4px rgba(39, 174, 96, 0.5));
}
.desc-big strong {
    color: #f39c12;
    font-weight: 700;
}
.subtitle-small {
    font-size: 0.8em;
    color: #f2d775;
    font-weight: 600;
    letter-spacing: 0.3px;
    font-family: 'IBM Plex Sans Arabic', 'Noto Sans Arabic', 'Rubik', sans-serif;
}
.main-title {
    font-size: 3.2em;
    font-weight: 800;
    margin: 0 0 20px 0;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.6), 0 2px 8px rgba(0, 0, 0, 0.4);
    line-height: 1.3;
    color: #ffffff;
    font-family: 'IBM Plex Sans Arabic', 'Noto Sans Arabic', 'Rubik', sans-serif;
    text-transform: none;
    letter-spacing: 0.5px;
    word-spacing: 3px;
    font-variation-settings: "wght" 800;
}
@keyframes slideInRight {
    from { opacity: 0; transform: translateX(100px); }
    to { opacity: 1; transform: translateX(0); }
}
.animate-slide {
    animation: slideInRight 1s 0.2s both;
}
.subtitle {
    font-size: 1.4em;
    margin: 0 0 25px 0;
    letter-spacing: 0.6px;
    font-weight: 600;
    color: #f39c12;
    background: rgba(0, 0, 0, 0.35);
    padding: 16px 28px;
    border-radius: 8px;
    border-right: 4px solid #f39c12;
    text-align: center;
    line-height: 1.65;
    font-family: 'Noto Sans Arabic', 'IBM Plex Sans Arabic', sans-serif;
    backdrop-filter: blur(10px);
    word-wrap: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;
}
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
}
.animate-fade {
    animation: fadeInUp 1.2s 0.4s both;
}
.desc-big {
    font-size: 1.25em;
    line-height: 1.9;
    margin: 25px 0;
    color: #d5dbdb;
    font-weight: 400;
    letter-spacing: 0.25px;
    font-family: 'Rubik', 'Noto Sans Arabic', sans-serif;
}
.cta-orange {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #e67e22 0%, #d35400 100%);
    color: #fff;
    padding: 18px 45px;
    border-radius: 6px;
    font-size: 1.35em;
    font-weight: 700;
    margin: 25px auto 0 auto;
    box-shadow: 0 6px 30px rgba(230, 126, 34, 0.6);
    text-decoration: none;
    transition: all 0.3s;
    border: 3px solid #ca6f1e;
    text-transform: none;
    letter-spacing: 0.5px;
    font-family: 'IBM Plex Sans Arabic', 'Noto Sans Arabic', sans-serif;
}
.cta-orange svg {
    flex-shrink: 0;
}
.cta-orange:hover {
    background: linear-gradient(135deg, #d35400 0%, #ba4a00 100%);
    transform: translateY(-4px);
    box-shadow: 0 8px 40px rgba(230, 126, 34, 0.8);
}

/* ========== بخش اصلی ========== */
main {
    padding: 30px 8vw;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}
.card-animated {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 35px 40px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
    border: 2px solid #5a6f8f;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.card-animated:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 60px rgba(52, 152, 219, 0.4);
    border-color: #3498db;
}

/* ========== کارت‌های ویژگی ========== */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin: 40px 0;
}
.feature-card {
    background: linear-gradient(135deg, #2c5364 0%, #203a43 100%);
    border-radius: 8px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.4);
    padding: 35px 20px;
    position: relative;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    overflow: hidden;
    border: 2px solid #16a085;
}
.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 50px rgba(22, 160, 133, 0.6);
    border-color: #1abc9c;
}
.feature-icon {
    font-size: 4em;
    display: inline-block;
    margin-bottom: 15px;
    filter: drop-shadow(0 4px 12px rgba(22, 160, 133, 0.8));
}
.feature-card h3 {
    font-size: 1.65em;
    margin: 15px 0;
    color: #ffffff;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0.4px;
    line-height: 1.45;
    font-family: 'IBM Plex Sans Arabic', 'Noto Sans Arabic', sans-serif;
}
.feature-card p {
    font-size: 1.1em;
    line-height: 1.9;
    margin: 15px 0;
    color: #d0d7de;
    font-weight: 400;
    letter-spacing: 0.25px;
    font-family: 'Rubik', 'Noto Sans Arabic', sans-serif;
}
.cta-in-card {
    background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
    color: #fff;
    border-radius: 5px;
    padding: 12px 28px;
    font-size: 1.1em;
    font-weight: 600;
    text-decoration: none;
    margin-top: 18px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 20px rgba(39, 174, 96, 0.5);
    transition: all 0.3s;
    border: 2px solid #1e8449;
    text-transform: none;
    letter-spacing: 0.4px;
    font-family: 'Noto Sans Arabic', 'IBM Plex Sans Arabic', sans-serif;
}
.cta-in-card svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}
.cta-in-card:hover {
    background: linear-gradient(135deg, #229954 0%, #1e8449 100%);
    transform: translateY(-3px);
    box-shadow: 0 6px 30px rgba(39, 174, 96, 0.7);
}

/* ========== جداکننده ========== */
.separator {
    text-align: center;
    color: #5a6f8f;
    font-size: 1.5em;
    margin: 45px 0 25px 0;
    user-select: none;
    transition: all 0.3s;
    font-weight: 400;
    letter-spacing: 3px;
}
.separator:hover {
    color: #3498db;
}

/* ========== بخش مشخصات فنی ========== */
.specs-section h2 {
    text-align: center;
    font-size: 2.5em;
    color: #ffffff;
    margin-bottom: 35px;
    font-weight: 700;
    text-transform: none;
    font-family: 'IBM Plex Sans Arabic', 'Noto Sans Arabic', sans-serif;
    letter-spacing: 0.4px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.specs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin: 30px 0;
}
.specs-grid-double {
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.spec-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.spec-item {
    background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
    border: 2px solid #4a5f7f;
    border-radius: 8px;
    padding: 25px 15px;
    text-align: center;
    transition: all 0.3s;
}
.spec-item:hover {
    border-color: #3498db;
    transform: translateY(-5px);
    box-shadow: 0 10px 40px rgba(52, 152, 219, 0.4);
}
.spec-icon {
    font-size: 3em;
    margin-bottom: 10px;
    filter: drop-shadow(0 3px 10px rgba(52, 152, 219, 0.5));
}
.spec-label {
    font-size: 1.05em;
    color: #d0d7de;
    margin-bottom: 8px;
    font-weight: 500;
    font-family: 'Rubik', 'Noto Sans Arabic', sans-serif;
    letter-spacing: 0.2px;
}
.spec-value {
    font-size: 1.9em;
    color: #3498db;
    font-weight: 700;
    text-shadow: 0 2px 8px rgba(52, 152, 219, 0.5);
    font-family: 'IBM Plex Sans Arabic', 'Noto Sans Arabic', sans-serif;
    letter-spacing: 0.3px;
}

/* ========== بخش مكونات الخط ========== */
.components-section {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 30px;
    box-sizing: border-box;
}
.components-section h2 {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'IBM Plex Sans Arabic', 'Noto Sans Arabic', sans-serif;
    letter-spacing: 0.4px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.components-intro {
    text-align: center;
    font-size: 1.15em;
    color: #d0d7de;
    margin-bottom: 30px;
    font-weight: 400;
    font-family: 'Rubik', 'Noto Sans Arabic', sans-serif;
    letter-spacing: 0.25px;
}
.components-list {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    padding: 35px 40px;
    border-radius: 8px;
    border: 3px solid #4a5f7f;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.4);
    margin-bottom: 20px;
}
.component-item {
    font-size: 1.1em;
    color: #e8edf0;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s;
    font-weight: 400;
    font-family: 'Rubik', 'Noto Sans Arabic', sans-serif;
    letter-spacing: 0.2px;
    line-height: 1.85;
}
.component-item:last-child {
    border-bottom: none;
}
.component-item:hover {
    color: #27ae60;
    padding-right: 10px;
}

/* ========== دسته‌بندی تجهیزات ========== */
.components-categories {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-bottom: 30px;
}
@media (max-width: 768px) {
    .components-categories {
        grid-template-columns: 1fr;
    }
}
.component-category {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    border: 2px solid #4a5f7f;
    border-radius: 12px;
    padding: 25px 20px;
    transition: all 0.3s;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}
.component-category:hover {
    border-color: #27ae60;
    transform: translateY(-5px);
    box-shadow: 0 10px 35px rgba(39, 174, 96, 0.4);
}
.category-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
.category-icon {
    font-size: 2.5em;
    filter: drop-shadow(0 2px 8px rgba(52, 152, 219, 0.5));
    flex-shrink: 0;
}
.category-header h3 {
    font-size: 1.4em;
    color: #ffffff;
    font-weight: 700;
    font-family: 'IBM Plex Sans Arabic', 'Noto Sans Arabic', sans-serif;
    letter-spacing: 0.3px;
    margin: 0;
}
.category-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.category-item {
    font-size: 1.05em;
    color: #d0d7de;
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border-right: 3px solid #27ae60;
    transition: all 0.3s;
    font-weight: 400;
    font-family: 'Rubik', 'Noto Sans Arabic', sans-serif;
    letter-spacing: 0.2px;
    line-height: 1.7;
    position: relative;
    padding-right: 35px;
}
.category-item:before {
    content: '✓';
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #27ae60;
    font-weight: 700;
    font-size: 1.1em;
}
.category-item:hover {
    background: rgba(39, 174, 96, 0.15);
    border-right-color: #2ecc71;
    color: #ffffff;
    transform: translateX(-5px);
}
.components-note {
    text-align: center;
    font-size: 1em;
    color: #95a5a6;
    font-style: italic;
    margin-top: 15px;
}

/* ========== بخش القيمة المضافة ========== */
.value-section h2 {
    text-align: center;
    font-size: 2.5em;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: none;
    font-family: 'IBM Plex Sans Arabic', 'Noto Sans Arabic', sans-serif;
    letter-spacing: 0.4px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.value-points {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin: 25px 0;
}
.value-item {
    background: rgba(39, 174, 96, 0.1);
    border: 2px solid #27ae60;
    border-radius: 8px;
    padding: 24px 20px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    transition: all 0.3s;
    font-size: 1.15em;
    color: #e8edf0;
    font-family: 'Rubik', 'Noto Sans Arabic', sans-serif;
    letter-spacing: 0.25px;
    line-height: 1.65;
    min-height: 100px;
}
.value-item strong {
    display: block;
    font-size: 1.1em;
    margin-bottom: 4px;
}
.value-item:hover {
    background: rgba(39, 174, 96, 0.2);
    transform: translateX(-5px);
    box-shadow: 0 5px 25px rgba(39, 174, 96, 0.4);
}
.value-check {
    font-size: 2.2em;
    color: #27ae60;
    font-weight: 900;
    min-width: 45px;
    flex-shrink: 0;
    margin-top: 2px;
}

/* ========== دکمه اشتراک‌گذاری ========== */
.contact-methods {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 25px;
}
.share-button {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: #fff;
    padding: 18px 40px;
    font-weight: 600;
    border-radius: 6px;
    font-size: 1.25em;
    border: 3px solid #2471a3;
    text-transform: none;
    letter-spacing: 0.4px;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 6px 25px rgba(52, 152, 219, 0.5);
    font-family: 'Noto Sans Arabic', 'IBM Plex Sans Arabic', sans-serif;
}
.share-button:hover {
    background: linear-gradient(135deg, #2980b9 0%, #21618c 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 35px rgba(52, 152, 219, 0.7);
}

/* ========== آمار فوتر ========== */
.footer-stats {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 25px;
    flex-wrap: wrap;
    padding: 20px 0;
    border-bottom: 2px solid #4a5f7f;
}
.stat-item {
    text-align: center;
}
.stat-number {
    font-size: 3em;
    font-weight: 700;
    color: #e67e22;
    text-shadow: 0 3px 15px rgba(230, 126, 34, 0.6);
    line-height: 1;
    margin-bottom: 5px;
    font-family: 'IBM Plex Sans Arabic', 'Noto Sans Arabic', sans-serif;
    letter-spacing: 0.3px;
}
.stat-label {
    font-size: 1.1em;
    color: #d0d7de;
    font-weight: 500;
    font-family: 'Rubik', 'Noto Sans Arabic', sans-serif;
    letter-spacing: 0.2px;
}
.footer-note {
    font-size: 0.9em;
    color: #95a5a6;
    margin-top: 10px;
    font-style: italic;
}

/* ========== مراحل تولید ========== */
.stage-flow {
    margin: 45px 0 30px 0;
}
.stage-flow h2 {
    text-align: center;
    font-size: 2.5em;
    color: #ffffff;
    margin-bottom: 35px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0.5px;
    font-family: 'IBM Plex Sans Arabic', 'Noto Sans Arabic', sans-serif;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.flow-steps {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.step {
    background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
    border-radius: 6px;
    padding: 18px 32px;
    margin: 10px 0;
    font-weight: 600;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    font-size: 1.25em;
    position: relative;
    transition: all 0.3s;
    border: 2px solid #4a5f7f;
    color: #ffffff;
    font-family: 'Noto Sans Arabic', 'Rubik', sans-serif;
    letter-spacing: 0.3px;
}
.step:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 40px rgba(230, 126, 34, 0.5);
    border-color: #e67e22;
}
.step span {
    background: linear-gradient(135deg, #e67e22 0%, #d35400 100%);
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 15px;
    text-align: center;
    font-size: 1.2em;
    box-shadow: 0 4px 20px rgba(230, 126, 34, 0.6);
    border: 2px solid #ca6f1e;
    font-weight: 900;
}

/* ========== گالری ========== */
.gallery-section {
    padding: 30px 20px !important;
}
.gallery-section h2 {
    text-align: center;
    font-size: 2.6em;
    color: #ffffff;
    margin-bottom: 20px;
    font-family: 'IBM Plex Sans Arabic', 'Noto Sans Arabic', sans-serif;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.section-description {
    text-align: center;
    font-size: 1.2em;
    color: #cbd5e1;
    margin-bottom: 30px;
    font-weight: 400;
    font-style: normal;
    padding: 0 20px;
    font-family: 'Rubik', 'Noto Sans Arabic', sans-serif;
    letter-spacing: 0.3px;
    line-height: 1.85;
}
.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 25px;
    margin-bottom: 30px;
}
.gallery img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border: 4px solid #4a5f7f;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
    background: #1a1d29;
}
.gallery img:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 50px rgba(230, 126, 34, 0.6);
    border-color: #e67e22;
}
.gallery img[alt*="loading"] {
    opacity: 0.5;
    animation: pulse 1.5s infinite;
}
@keyframes pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 0.8; }
}

/* ========== گارانتی و FAQ ========== */
.guarantee-faq-container {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 35px;
    width: 100%;
    box-sizing: border-box;
}
.guaranteeBox, .faqBox {
    flex: 1 1 300px;
    background: linear-gradient(135deg, #ffffff 0%, #f5f5f5 100%);
    border-radius: 20px;
    padding: 25px 20px;
    box-shadow: 0 4px 20px rgba(33, 150, 243, 0.2);
    transition: all 0.3s;
    border: 2px solid rgba(30, 60, 114, 0.1);
    box-sizing: border-box;
    width: 100%;
    overflow: visible;
    min-width: 0;
}
.guaranteeBox:hover, .faqBox:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 40px rgba(250, 86, 66, 0.3);
}
.guaranteeBox h3, .faqBox h3 {
    font-size: 1.5em;
    color: #1e3c72;
    margin-bottom: 15px;
    font-family: 'IBM Plex Sans Arabic', 'Noto Sans Arabic', sans-serif;
    font-weight: 700;
    letter-spacing: 0.3px;
}
.guaranteeBox ul {
    list-style: none;
    padding: 0;
}
.guaranteeBox li {
    margin-bottom: 15px;
    position: relative;
    padding-right: 25px;
    font-size: 1.2em;
    line-height: 1.85;
    font-family: 'Rubik', 'Noto Sans Arabic', sans-serif;
    font-weight: 600;
    letter-spacing: 0.2px;
    color: #1a252f;
}
.guaranteeBox li:before {
    content: '🎉';
    position: absolute;
    right: 0;
    font-size: 1.2em;
}
.faqBox details {
    margin-bottom: 15px;
    background: #ffffff;
    border-radius: 10px;
    padding: 14px 16px;
    cursor: pointer;
    transition: all 0.3s;
    border: 1px solid rgba(250, 86, 66, 0.2);
}
.faqBox details:hover {
    background: #fff5f5;
    transform: translateX(-5px);
    border-color: rgba(250, 86, 66, 0.4);
}
.faqBox summary {
    font-weight: 700;
    font-size: 1.2em;
    color: #c0392b;
    cursor: pointer;
    outline: none;
    font-family: 'Noto Sans Arabic', 'Rubik', sans-serif;
    letter-spacing: 0.25px;
    margin-bottom: 8px;
}
.faqBox details[open] summary {
    margin-bottom: 10px;
}
.faqBox details p {
    color: #1a252f;
    font-size: 1.15em;
    line-height: 1.8;
    font-weight: 500;
    margin-top: 8px;
    padding-right: 5px;
}

/* ========== بخش اطلاعات موقعیت ========== */
.location-info {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    border: 3px solid #27ae60;
    box-shadow: 0 10px 50px rgba(39, 174, 96, 0.4);
}
.location-info h2 {
    text-align: center;
    font-size: 2.3em;
    color: #ffffff;
    margin-bottom: 30px;
    font-family: 'IBM Plex Sans Arabic', 'Noto Sans Arabic', sans-serif;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.location-points {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}
.location-point {
    background: rgba(39, 174, 96, 0.15);
    border: 2px solid #27ae60;
    border-radius: 12px;
    padding: 25px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s;
}
.location-point:hover {
    background: rgba(39, 174, 96, 0.25);
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(39, 174, 96, 0.4);
}
.location-icon {
    font-size: 2.5em;
    flex-shrink: 0;
    filter: drop-shadow(0 2px 8px rgba(39, 174, 96, 0.5));
}
.location-point p {
    font-size: 1.25em;
    color: #ffffff;
    font-family: 'Rubik', 'Noto Sans Arabic', sans-serif;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.3px;
    margin: 0;
}
.location-point strong {
    color: #2ecc71;
    font-weight: 700;
    font-size: 1.05em;
}

/* ========== بخش تماس ========== */
.contact {
    background: linear-gradient(135deg, #fffde7 0%, #e1f5fe 100%);
    box-shadow: 0 6px 30px rgba(250, 86, 66, 0.3);
    border-radius: 20px;
    margin-bottom: 40px;
    text-align: center;
    padding: 30px 15px;
}
.contact h2 {
    font-size: 1.9em;
    color: #1e3c72;
    margin-bottom: 15px;
    font-family: 'IBM Plex Sans Arabic', 'Noto Sans Arabic', sans-serif;
    font-weight: 700;
    letter-spacing: 0.4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 768px) {
    .contact h2 {
        font-size: 1.6em;
        white-space: normal;
    }
}
.contact p {
    font-size: 1.25em;
    margin-bottom: 20px;
    font-family: 'Rubik', 'Noto Sans Arabic', sans-serif;
    font-weight: 600;
    letter-spacing: 0.3px;
    line-height: 1.85;
    color: #1a252f;
    background: rgba(255, 255, 255, 0.85);
    padding: 15px 25px;
    border-radius: 10px;
    border-right: 4px solid #3498db;
    display: inline-block;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.whatsapp-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
    color: #fff;
    padding: 20px 50px;
    font-weight: 700;
    border-radius: 6px;
    font-size: 1.5em;
    text-decoration: none;
    box-shadow: 0 8px 40px rgba(39, 174, 96, 0.6);
    transition: all 0.3s;
    border: 3px solid #1e8449;
    text-transform: none;
    letter-spacing: 0.5px;
    font-family: 'IBM Plex Sans Arabic', 'Noto Sans Arabic', sans-serif;
}
.whatsapp-button svg {
    flex-shrink: 0;
}
.whatsapp-button:hover {
    background: linear-gradient(135deg, #229954 0%, #1e8449 100%);
    transform: translateY(-4px);
    box-shadow: 0 12px 50px rgba(39, 174, 96, 0.8);
}

/* ========== فوتر ========== */
footer {
    background: linear-gradient(135deg, #0f2027 0%, #203a43 50%, #2c5364 100%);
    color: #ecf0f1;
    text-align: center;
    padding: 30px 10px 20px 10px;
    margin-top: 60px;
    border-top: 5px solid #e67e22;
}
.footer-contact {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
}
.footer-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 10px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s;
    box-shadow: 0 3px 15px rgba(255, 255, 255, 0.2);
}
.footer-btn:hover {
    background: #25d366;
    transform: scale(1.1);
    box-shadow: 0 5px 25px rgba(37, 211, 102, 0.6);
}
footer p {
    margin: 10px 0 0 0;
    font-size: 0.95em;
    font-family: 'Rubik', 'Noto Sans Arabic', sans-serif;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 1.7;
}

/* ========== ریسپانسیو ========== */
@media (max-width: 950px) {
    main { 
        padding: 20px 4vw;
        max-width: 100%;
    }
    .card-animated {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .features-grid { grid-template-columns: 1fr 1fr; }
    .spec-row { grid-template-columns: 1fr; }
    .main-title { font-size: 2em; }
    .explainer {
        max-width: 100%;
        margin: 30px auto;
        padding: 30px 25px;
    }
}
@media (max-width: 768px) {
    body {
        font-size: 16px;
    }
    main { 
        padding: 20px 15px;
        max-width: 100%;
    }
    header {
        padding: 25px 15px 25px 15px;
        overflow-x: hidden;
    }
    .explainer {
        max-width: 100%;
        width: 100%;
        margin: 20px auto;
        padding: 25px 20px;
        box-sizing: border-box;
    }
    .main-title {
        font-size: 1.8em;
        line-height: 1.4;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    .subtitle {
        font-size: 1.05em;
        padding: 12px 15px;
        line-height: 1.6;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    .subtitle-small {
        font-size: 0.75em;
        display: block;
        margin-top: 8px;
    }
    .desc-big {
        font-size: 1em;
        line-height: 1.7;
        text-align: right;
        padding: 0 5px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    .device-status-box {
        padding: 20px 15px;
        margin: 25px 0;
        gap: 12px;
    }
    .status-item {
        padding: 15px 15px;
        gap: 12px;
        flex-direction: row;
    }
    .status-icon {
        font-size: 1.8em;
    }
    .status-content strong {
        font-size: 1em;
    }
    .status-content span {
        font-size: 0.95em;
        line-height: 1.6;
    }
    .hero-highlights {
        padding: 15px 12px;
        margin: 20px 0;
        gap: 10px;
    }
    .hero-highlight-item {
        padding: 10px 12px;
        font-size: 0.95em;
        text-align: right;
    }
    .highlight-icon {
        font-size: 1.2em;
    }
    .header-video {
        margin-bottom: 15px;
        padding: 0;
    }
    .cta-buttons-hero {
        margin: 15px 0;
        width: 100%;
        padding: 0 10px;
    }
    .card-animated {
        max-width: 100%;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 25px 20px;
        box-sizing: border-box;
    }
    .features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin: 30px 0;
    }
    .spec-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .spec-item {
        padding: 20px 15px;
    }
    .spec-value {
        font-size: 1.6em;
    }
    .components-categories {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .component-category {
        padding: 20px 15px;
    }
    .value-points {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .location-points {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .flow-steps {
        flex-direction: column;
        gap: 12px;
    }
    .step {
        width: 100%;
        padding: 15px 20px;
        font-size: 1.1em;
        text-align: center;
        justify-content: center;
    }
    .gallery {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .gallery img {
        height: 200px;
        width: 100%;
    }
    .guarantee-faq-container {
        flex-direction: column;
        gap: 20px;
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }
    .guaranteeBox, .faqBox {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        padding: 20px 18px;
        box-sizing: border-box;
        overflow: visible;
        flex: 1 1 100%;
    }
    .guaranteeBox h3, .faqBox h3 {
        font-size: 1.3em;
        margin-bottom: 12px;
    }
    .guaranteeBox li {
        font-size: 1.05em;
        line-height: 1.7;
        margin-bottom: 12px;
        padding-right: 30px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    .faqBox details {
        padding: 12px 14px;
        margin-bottom: 12px;
        overflow: visible;
    }
    .faqBox summary {
        font-size: 1.05em;
        line-height: 1.6;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    .faqBox details p {
        font-size: 1em;
        line-height: 1.7;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    .guaranteeBox .cta-in-card,
    .faqBox .cta-in-card {
        font-size: 1em;
        padding: 10px 20px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        margin-top: 15px;
    }
    .contact {
        padding: 25px 15px;
        margin: 20px auto;
        max-width: 100%;
    }
    .contact h2 {
        font-size: 1.5em;
    }
    .contact p {
        font-size: 1.05em;
        padding: 12px 18px;
    }
    .whatsapp-button, .share-button {
        font-size: 1.1em;
        padding: 15px 30px;
        width: 100%;
        justify-content: center;
    }
    .contact-methods {
        flex-direction: column;
        gap: 15px;
    }
    .cta-above, .cta-orange {
        font-size: 1.1em;
        padding: 14px 28px;
        width: 100%;
        max-width: 300px;
        display: flex;
        justify-content: center;
    }
    .cta-buttons-hero {
        width: 100%;
    }
    .main-video {
        max-width: 100%;
        width: 100%;
        min-height: 250px;
    }
    .specs-section h2,
.components-section h2,
.stage-flow h2,
.gallery-section h2,
.value-section h2,
.location-info h2 {
        font-size: 1.8em;
    }
    .footer-stats {
        flex-direction: column;
        gap: 20px;
    }
    .stat-number {
        font-size: 2.5em;
    }
}
@media (max-width: 480px) {
    body {
        font-size: 15px;
    }
    main {
        padding: 15px 10px;
    }
    header {
        padding: 15px 8px 15px 8px;
        overflow-x: hidden;
    }
    .explainer {
        padding: 20px 12px;
        margin: 15px auto;
        width: 100%;
        box-sizing: border-box;
    }
    .main-title {
        font-size: 1.4em;
        line-height: 1.3;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    .subtitle {
        font-size: 0.9em;
        padding: 10px 12px;
        line-height: 1.5;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    .subtitle-small {
        font-size: 0.7em;
        display: block;
        margin-top: 5px;
    }
    .desc-big {
        font-size: 0.9em;
        line-height: 1.6;
        text-align: right;
        padding: 0;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    .device-status-box {
        padding: 15px 12px;
        margin: 20px 0;
        gap: 10px;
    }
    .status-item {
        padding: 12px 12px;
        gap: 10px;
        flex-direction: row;
    }
    .status-icon {
        font-size: 1.6em;
    }
    .status-content strong {
        font-size: 0.95em;
    }
    .status-content span {
        font-size: 0.85em;
        line-height: 1.5;
    }
    .hero-highlights {
        padding: 12px 10px;
        margin: 15px 0;
        gap: 8px;
    }
    .hero-highlight-item {
        padding: 10px 10px;
        font-size: 0.9em;
        text-align: right;
        flex-wrap: wrap;
    }
    .highlight-icon {
        font-size: 1.1em;
    }
    .header-video {
        margin-bottom: 12px;
        padding: 0;
    }
    .cta-buttons-hero {
        margin: 12px 0;
        width: 100%;
        padding: 0 5px;
    }
    .cta-above, .cta-orange {
        font-size: 1em;
        padding: 12px 20px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    .card-animated {
        padding: 20px 15px;
        margin-bottom: 20px;
    }
    .feature-card {
        padding: 20px 15px;
    }
    .feature-icon {
        font-size: 3em;
    }
    .feature-card h3 {
        font-size: 1.3em;
    }
    .feature-card p {
        font-size: 0.95em;
    }
    .cta-in-card {
        font-size: 1em;
        padding: 10px 20px;
    }
    .guarantee-faq-container {
        gap: 15px;
        margin-bottom: 25px;
        padding: 0;
    }
    .guaranteeBox, .faqBox {
        padding: 18px 15px;
        border-radius: 15px;
    }
    .guaranteeBox h3, .faqBox h3 {
        font-size: 1.2em;
        margin-bottom: 10px;
    }
    .guaranteeBox li {
        font-size: 0.95em;
        line-height: 1.6;
        margin-bottom: 10px;
        padding-right: 28px;
    }
    .faqBox details {
        padding: 10px 12px;
        margin-bottom: 10px;
        border-radius: 8px;
    }
    .faqBox summary {
        font-size: 0.95em;
        line-height: 1.5;
    }
    .faqBox details p {
        font-size: 0.9em;
        line-height: 1.6;
    }
    .guaranteeBox .cta-in-card,
    .faqBox .cta-in-card {
        font-size: 0.95em;
        padding: 10px 18px;
        margin-top: 12px;
    }
    .specs-section h2,
    .components-section h2,
    .stage-flow h2,
    .gallery-section h2,
    .value-section h2,
    .location-info h2,
    .contact h2 {
        font-size: 1.5em;
    }
    .promo-bar {
        font-size: 14px;
        padding: 10px 5px;
    }
    .promo-bar a.promo-cta {
        font-size: 13px;
        padding: 6px 15px;
        margin: 0 8px;
    }
    .floating-whatsapp {
        width: 55px;
        height: 55px;
        bottom: 15px;
        left: 15px;
    }
    .floating-whatsapp svg {
        width: 36px !important;
        height: 36px !important;
    }
    .gallery img {
        height: 180px;
    }
    .main-video {
        min-height: 200px;
    }
}
