/* ========== استایل‌های اصلی و یکپارچه ========== */
.germany-expo-ecosystem * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.germany-expo-ecosystem {
    color: #1e293b;
    line-height: 1.6;
    background: #f8fafc;
    width: 100%;
}

/* ========== بخش‌های استایل مشترک ========== */
.germany-expo-ecosystem .section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.germany-expo-ecosystem .section-padding {
    padding: 100px 0;
}

.germany-expo-ecosystem .text-center {
    text-align: center;
}

/* ========== مدیریت رنگ‌ها ========== */
/* بخش‌های با پس‌زمینه تیره */
.germany-expo-ecosystem section[style*="background: linear-gradient(135deg, #0f172a"],
.germany-expo-ecosystem section[style*="background: linear-gradient(135deg, #1e293b"] {
    color: #ffffff !important;
}

.germany-expo-ecosystem section[style*="background: linear-gradient(135deg, #0f172a"] h2,
.germany-expo-ecosystem section[style*="background: linear-gradient(135deg, #0f172a"] p,
.germany-expo-ecosystem section[style*="background: linear-gradient(135deg, #1e293b"] h2,
.germany-expo-ecosystem section[style*="background: linear-gradient(135deg, #1e293b"] p {
    color: inherit !important;
}

/* بخش‌های با پس‌زمینه روشن */
.germany-expo-ecosystem section:not([style*="background: linear-gradient(135deg, #0f172a"]):not([style*="background: linear-gradient(135deg, #1e293b"]) {
    color: #1e293b !important;
}

/* ========== دکمه‌ها ========== */
.germany-expo-ecosystem .cta-button {
    display: inline-block;
    background: linear-gradient(135deg, #fbbf24 0%, #d97706 100%);
    color: #0f172a !important;
    padding: 18px 40px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 800;
    font-size: 1.1rem;
    box-shadow: 0 8px 30px rgba(245, 158, 11, 0.3);
    border: 2px solid rgba(251, 191, 36, 0.4);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.germany-expo-ecosystem .cta-button:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 40px rgba(245, 158, 11, 0.4);
    color: #0f172a !important;
}

.germany-expo-ecosystem .cta-button-secondary {
    background: transparent;
    color: #1e40af !important;
    border: 2px solid #1e40af;
    box-shadow: none;
}

.germany-expo-ecosystem .cta-button-secondary:hover {
    background: #eff6ff;
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(30, 64, 175, 0.15);
    color: #1e40af !important;
}

/* ========== بخش آمار با شمارنده ========== */
.germany-expo-ecosystem .stats-section {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    color: white;
    padding: 100px 20px;
    text-align: center;
}

.germany-expo-ecosystem .stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    max-width: 1000px;
    margin: 60px auto;
}

.germany-expo-ecosystem .stat-box {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 45px 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(30px);
}

.germany-expo-ecosystem .stat-box.visible {
    opacity: 1;
    transform: translateY(0);
}

.germany-expo-ecosystem .stat-box:hover {
    transform: translateY(-8px) !important;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.germany-expo-ecosystem .stat-icon {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #fbbf24;
}

.germany-expo-ecosystem .stat-number {
    font-size: 3.5rem;
    font-weight: 900;
    color: #fbbf24 !important;
    margin-bottom: 10px;
    line-height: 1;
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums;
}

.germany-expo-ecosystem .stat-label {
    font-size: 1.2rem;
    color: #e2e8f0;
    font-weight: 600;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* ========== هاور افکت‌ها ========== */
.germany-expo-ecosystem .hover-card {
    transition: all 0.3s ease;
    cursor: pointer;
}

.germany-expo-ecosystem .hover-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1) !important;
}

.germany-expo-ecosystem .micro-bullet {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.germany-expo-ecosystem .micro-bullet:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(251, 191, 36, 0.3);
    transform: translateY(-5px);
}

.germany-expo-ecosystem .step-card,
.germany-expo-ecosystem .solution-card {
    transition: all 0.3s ease;
}

.germany-expo-ecosystem .step-card:hover,
.germany-expo-ecosystem .solution-card:hover {
    transform: translateY(-5px);
}

/* ========== ریسپانسیو ========== */
@media (max-width: 768px) {
    .germany-expo-ecosystem .section-padding {
        padding: 60px 0;
    }
   
    .germany-expo-ecosystem .stats-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
   
    .germany-expo-ecosystem .stat-box {
        padding: 30px 20px;
    }
   
    .germany-expo-ecosystem .stat-number {
        font-size: 2.8rem;
    }
   
    .germany-expo-ecosystem h2 {
        font-size: 2.2rem !important;
    }
}