﻿* {
    font-family: Samim FD, sans-serif;
}

body {
    background-color: #f8fafc;
    color: #1e293b;
}

.section-title {
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 2.5rem;
}

    .section-title:after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 80px;
        height: 4px;
        background: linear-gradient(90deg, #059669, #10b981);
        border-radius: 2px;
    }

.feature-card {
    transition: all 0.3s ease;
    border-top: 4px solid transparent;
}

    .feature-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        border-top-color: #10b981;
    }

.hero-gradient {
    background: linear-gradient(135deg, #064e3b 0%, #059669 50%, #10b981 100%);
}

.badge {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-left: 0.5rem;
}

.cta-button {
    background: linear-gradient(90deg, #059669, #10b981);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .cta-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 15px -3px rgba(5, 150, 105, 0.3);
    }

.highlight-text {
    background: linear-gradient(90deg, #fbbf24, #f59e0b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

/* بهبود نوبار تب‌ها با رنگ‌بندی جذاب */
.tab-container {
    position: relative;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.tab-button {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-bottom: 4px solid transparent;
    padding: 1rem 1.5rem;
    font-size: 1.1rem;
    white-space: nowrap;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    margin: 0 2px;
    border-radius: 12px 12px 0 0;
    min-width: 200px;
    text-align: center;
    background: linear-gradient(145deg, #f0f9ff, #e0f2fe);
    border: 1px solid #bae6fd;
    color: #0c4a6e;
}

    .tab-button:hover {
        background: linear-gradient(145deg, #e0f2fe, #bae6fd);
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(5, 150, 105, 0.1);
        border-color: #7dd3fc;
    }

    .tab-button.active {
        border-bottom-color: #10b981;
        color: #ffffff;
        font-weight: 700;
        background: linear-gradient(135deg, #059669, #10b981);
        border-bottom-width: 5px;
        box-shadow: 0 5px 15px rgba(5, 150, 105, 0.3);
        border: none;
    }

        .tab-button.active:after {
            content: '';
            position: absolute;
            bottom: -4px;
            right: 50%;
            transform: translateX(50%);
            width: 30px;
            height: 3px;
            background: #10b981;
            border-radius: 3px;
        }

.tab-indicator {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.tab-indicator-text {
    background: linear-gradient(90deg, #059669, #10b981);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(5, 150, 105, 0.3);
    margin-bottom: 1rem;
    display: inline-block;
}

.animate-float {
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.feature-list li {
    position: relative;
    padding-right: 1.5rem;
    margin-bottom: 0.75rem;
}

    .feature-list li:before {
        content: '✓';
        position: absolute;
        right: 0;
        color: #10b981;
        font-weight: bold;
    }

/* استایل برای لوگوی سینورا */
.sinora-logo {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1.5rem;
    background: linear-gradient(90deg, #059669, #10b981);
    color: white;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    box-shadow: 0 4px 10px rgba(5, 150, 105, 0.3);
}

/* رنگ‌بندی بخش‌ها */
.gradient-section-1 {
    background: linear-gradient(135deg, #f0f9ff 0%, #ecfdf5 100%);
}

.gradient-section-2 {
    background: linear-gradient(135deg, #ecfdf5 0%, #f0f9ff 100%);
}

/* بهبود کارت‌ها */
.enhanced-card {
    border: 1px solid rgba(16, 185, 129, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
}

    .enhanced-card:hover {
        box-shadow: 0 20px 40px rgba(5, 150, 105, 0.15);
        transform: translateY(-8px);
    }

/* رنگ‌های متنوع برای تب‌ها */
.tab-closing {
    background: linear-gradient(145deg, #fef3c7, #fde68a);
    border-color: #fbbf24;
    color: #92400e;
}

    .tab-closing.active {
        background: linear-gradient(135deg, #d97706, #f59e0b);
    }

.tab-product {
    background: linear-gradient(145deg, #dbeafe, #bfdbfe);
    border-color: #60a5fa;
    color: #1e40af;
}

    .tab-product.active {
        background: linear-gradient(135deg, #2563eb, #3b82f6);
    }

.tab-warehouse {
    background: linear-gradient(145deg, #fce7f3, #fbcfe8);
    border-color: #f472b6;
    color: #9d174d;
}

    .tab-warehouse.active {
        background: linear-gradient(135deg, #db2777, #ec4899);
    }

.tab-grouping {
    background: linear-gradient(145deg, #dcfce7, #bbf7d0);
    border-color: #4ade80;
    color: #166534;
}

    .tab-grouping.active {
        background: linear-gradient(135deg, #16a34a, #22c55e);
    }

.tab-inventory {
    background: linear-gradient(145deg, #f0e7ff, #ddd6fe);
    border-color: #a78bfa;
    color: #5b21b6;
}

    .tab-inventory.active {
        background: linear-gradient(135deg, #7c3aed, #8b5cf6);
    }

.tab-receipt {
    background: linear-gradient(145deg, #ffe4e6, #fecdd3);
    border-color: #fda4af;
    color: #9f1239;
}

    .tab-receipt.active {
        background: linear-gradient(135deg, #e11d48, #f43f5e);
    }

.tab-issue {
    background: linear-gradient(145deg, #ffedd5, #fed7aa);
    border-color: #fdba74;
    color: #9a3412;
}

    .tab-issue.active {
        background: linear-gradient(135deg, #ea580c, #f97316);
    }

.tab-transfer {
    background: linear-gradient(145deg, #cffafe, #a5f3fc);
    border-color: #22d3ee;
    color: #155e75;
}

    .tab-transfer.active {
        background: linear-gradient(135deg, #0891b2, #06b6d4);
    }

.tab-counting {
    background: linear-gradient(145deg, #e0e7ff, #c7d2fe);
    border-color: #818cf8;
    color: #3730a3;
}

    .tab-counting.active {
        background: linear-gradient(135deg, #4f46e5, #6366f1);
    }

.tab-temp {
    background: linear-gradient(145deg, #fef9c3, #fef08a);
    border-color: #facc15;
    color: #854d0e;
}

    .tab-temp.active {
        background: linear-gradient(135deg, #ca8a04, #eab308);
    }

.tab-permission {
    background: linear-gradient(145deg, #ddd6fe, #c4b5fd);
    border-color: #a78bfa;
    color: #5b21b6;
}

    .tab-permission.active {
        background: linear-gradient(135deg, #7c3aed, #8b5cf6);
    }

.tab-pricing {
    background: linear-gradient(145deg, #fecdd3, #fda4af);
    border-color: #fb7185;
    color: #be123c;
}

    .tab-pricing.active {
        background: linear-gradient(135deg, #e11d48, #f43f5e);
    }

