.elementor-118 .elementor-element.elementor-element-30fd8fe{--display:flex;}/* Start custom CSS for html, class: .elementor-element-701beb8 */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        :root {
            /* رنگ‌های جذاب و زنده */
            --primary: #ff6b6b;
            --primary-light: #ff8787;
            --primary-dark: #ee5a6f;
            --secondary: #4ecdc4;
            --accent: #ffe66d;
            --purple: #a29bfe;
            --orange: #fd79a8;
            --blue: #74b9ff;
            --green: #55efc4;
            
            /* Spacing System */
            --spacing-xs: 0.5rem;
            --spacing-sm: 1rem;
            --spacing-md: 1.5rem;
            --spacing-lg: 2rem;
            --spacing-xl: 3rem;
            --spacing-xxl: 4rem;
            
            /* Margin Top Classes */
            --mt-15: 0.9375rem;
            --mt-20: 1.25rem;
            --mt-25: 1.5625rem;
            
            /* گرادیانت‌های زیبا */
            --gradient-hero: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
            --gradient-primary: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 50%, #fd79a8 100%);
            --gradient-secondary: linear-gradient(135deg, #4ecdc4 0%, #44a08d 100%);
            --gradient-accent: linear-gradient(135deg, #ffe66d 0%, #fdcb6e 100%);
            --gradient-purple: linear-gradient(135deg, #a29bfe 0%, #6c5ce7 100%);
            --gradient-blue: linear-gradient(135deg, #74b9ff 0%, #0984e3 100%);
            --gradient-orange: linear-gradient(135deg, #fd79a8 0%, #e84393 100%);
            --gradient-card: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
            --gradient-bg: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
            
            --text-dark: #2d3436;
            --text-gray: #636e72;
            --text-light: #b2bec3;
            --bg-light: #ffffff;
            --bg-section: #f8f9fa;
            
            --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08);
            --shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
            --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.15);
            --shadow-lg: 0 16px 32px rgba(0, 0, 0, 0.2);
            --shadow-xl: 0 24px 48px rgba(0, 0, 0, 0.25);
            --shadow-colored: 0 8px 32px rgba(255, 107, 107, 0.3);
        }
        
        /* Utility Classes for Spacing */
        .mt-15 { margin-top: var(--mt-15); }
        .mt-20 { margin-top: var(--mt-20); }
        .mt-25 { margin-top: var(--mt-25); }
        
        /* Skip to Content Link */
        .skip-link {
            position: absolute;
            top: -100px;
            left: 0;
            background: var(--primary);
            color: white;
            padding: 1rem 2rem;
            text-decoration: none;
            z-index: 1000;
            font-weight: 700;
            border-radius: 0 0 10px 0;
        }
        
        .skip-link:focus {
            top: 0;
        }

        body {
            font-family: 'Vazirmatn', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: var(--gradient-bg);
            color: var(--text-dark);
            line-height: 1.8;
            overflow-x: hidden;
            position: relative;
        }

        body::before {
            content: '';
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: 
                radial-gradient(circle at 20% 50%, rgba(255, 107, 107, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 80%, rgba(78, 205, 196, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 40% 20%, rgba(162, 155, 254, 0.1) 0%, transparent 50%);
            pointer-events: none;
            z-index: 0;
        }

        .container {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 clamp(12px, 3vw, 20px);
            position: relative;
            z-index: 1;
            box-sizing: border-box;
        }

        /* Hero Section - فوق‌العاده زیبا */
        .hero {
            background: var(--gradient-hero);
            padding: clamp(48px, 10vw, 100px) 0;
            color: white;
            position: relative;
            overflow: hidden;
            min-height: auto;
            display: flex;
            align-items: center;
        }

        .hero::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -20%;
            width: clamp(300px, 60vw, 600px);
            height: clamp(300px, 60vw, 600px);
            background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
            border-radius: 50%;
            animation: float1 15s infinite ease-in-out;
        }

        .hero::after {
            content: '';
            position: absolute;
            bottom: -30%;
            left: -10%;
            width: clamp(250px, 50vw, 500px);
            height: clamp(250px, 50vw, 500px);
            background: radial-gradient(circle, rgba(255, 230, 109, 0.2) 0%, transparent 70%);
            border-radius: 50%;
            animation: float2 20s infinite ease-in-out;
        }

        @keyframes float1 {
            0%, 100% { transform: translate(0, 0) rotate(0deg); }
            50% { transform: translate(-100px, 100px) rotate(180deg); }
        }

        @keyframes float2 {
            0%, 100% { transform: translate(0, 0) rotate(0deg); }
            50% { transform: translate(100px, -100px) rotate(-180deg); }
        }

        .hero-content {
            position: relative;
            z-index: 2;
            text-align: center;
            animation: fadeInUp 1s ease;
        }

        .hero h1 {
            font-size: clamp(2rem, 6vw, 4rem);
            font-weight: 900;
            margin-bottom: clamp(20px, 4vw, 30px);
            text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
            background: linear-gradient(135deg, #ffffff 0%, #ffe66d 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            letter-spacing: -1px;
            animation: fadeInUp 0.8s ease;
        }

        .hero p {
            font-size: clamp(1rem, 3.5vw, 1.3rem);
            margin-bottom: clamp(30px, 5vw, 50px);
            opacity: 0.95;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            line-height: 1.8;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
            animation: fadeInUp 1s ease;
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(40px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes pulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.05); }
        }

        /* Buttons - فوق‌العاده جذاب */
        .btn-group {
            display: flex;
            gap: 25px;
            justify-content: center;
            flex-wrap: wrap;
            margin-top: 40px;
            animation: fadeInUp 1.2s ease;
        }

        .btn {
            display: inline-flex;
            align-items: center;
            gap: clamp(8px, 2vw, 12px);
            padding: clamp(14px, 3vw, 18px) clamp(24px, 5vw, 40px);
            font-size: clamp(0.95rem, 2.5vw, 1.15rem);
            font-weight: 700;
            text-decoration: none;
            color: white;
            background: rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            border: 2px solid rgba(255, 255, 255, 0.4);
            border-radius: 50px;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
            position: relative;
            overflow: hidden;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        }

        .btn::before {
            content: '';
            position: absolute;
            top: 50%;
            left: auto;
            width: 0;
            height: 0;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.4);
            transform: translate(-50%, -50%);
            transition: width 0.6s, height 0.6s;
        }

        .btn:hover::before {
            width: 400px;
            height: 400px;
        }

        .btn:hover {
            transform: translateY(-5px) scale(1.05);
            box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
            border-color: rgba(255, 255, 255, 0.7);
            background: rgba(255, 255, 255, 0.3);
        }

        .btn:active {
            transform: translateY(-2px) scale(1.02);
        }

        .btn span {
            position: relative;
            z-index: 2;
            font-size: clamp(1rem, 2.8vw, 1.3rem);
        }

        .btn-primary {
            background: var(--gradient-accent);
            border-color: transparent;
            box-shadow: 0 8px 24px rgba(255, 230, 109, 0.4);
        }

        .btn-primary:hover {
            box-shadow: 0 16px 40px rgba(255, 230, 109, 0.6);
        }

        /* Section Styles */
        .section {
            padding: clamp(48px, 10vw, 100px) 0;
            position: relative;
            contain: layout style;
        }

        .section:nth-child(even) {
            background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
        }

        .section-title {
            font-size: clamp(1.8rem, 5vw, 3rem);
            font-weight: 800;
            margin-bottom: clamp(20px, 4vw, 30px);
            background: var(--gradient-primary);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-align: center;
            position: relative;
            padding-bottom: clamp(15px, 3vw, 25px);
            letter-spacing: -1px;
        }

        .section-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            right: 50%;
            transform: translateX(50%);
            width: 100px;
            height: 5px;
            background: var(--gradient-primary);
            border-radius: 10px;
            box-shadow: 0 4px 12px rgba(255, 107, 107, 0.4);
        }

        /* Section Image */
        .section-image {
            width: 100%;
            max-width: 1000px;
            height: auto;
            aspect-ratio: 2 / 1;
            object-fit: cover;
            border-radius: clamp(15px, 3vw, 20px);
            margin: clamp(20px, 4vw, 30px) auto clamp(30px, 5vw, 40px);
            display: block;
            box-shadow: var(--shadow-lg);
            background: linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 100%);
        }

        .hero .section-image {
            margin: 30px auto 40px;
            border-radius: 30px;
        }

        .section-content {
            font-size: clamp(0.95rem, 2.5vw, 1.15rem);
            color: var(--text-gray);
            line-height: 1.9;
            text-align: justify;
            margin-top: clamp(20px, 4vw, 30px);
        }

        /* Cards - فوق‌العاده زیبا */
        .card {
            background: var(--gradient-card);
            border-radius: clamp(20px, 4vw, 30px);
            padding: clamp(20px, 4vw, 50px);
            box-shadow: var(--shadow-lg);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            margin-bottom: clamp(30px, 5vw, 40px);
            border: 1px solid rgba(255, 255, 255, 0.8);
            position: relative;
            overflow: hidden;
            will-change: transform;
            contain: layout style paint;
        }

        .card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background: var(--gradient-primary);
            transform: scaleX(0);
            transition: transform 0.4s ease;
        }

        .card:hover::before {
            transform: scaleX(1);
        }

        .card:hover {
            transform: translateY(-10px);
            box-shadow: var(--shadow-xl), var(--shadow-colored);
        }

        .card-title {
            font-size: clamp(1.4rem, 4vw, 2rem);
            font-weight: 800;
            color: var(--text-dark);
            margin-bottom: clamp(15px, 3vw, 25px);
            display: flex;
            align-items: center;
            gap: clamp(15px, 3vw, 20px);
        }

        .card-title::before {
            content: '';
            width: 6px;
            height: 40px;
            background: var(--gradient-primary);
            border-radius: 10px;
            box-shadow: 0 4px 12px rgba(255, 107, 107, 0.4);
        }

        .card-content {
            color: var(--text-gray);
            line-height: 1.9;
            font-size: clamp(0.95rem, 2.5vw, 1.1rem);
        }

        /* Info Grid - رنگارنگ */
        .info-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: clamp(20px, 4vw, 30px);
            margin-top: clamp(30px, 5vw, 50px);
        }

        .info-item {
            background: white;
            padding: clamp(20px, 4vw, 35px);
            border-radius: clamp(20px, 4vw, 25px);
            box-shadow: var(--shadow);
            border-top: 5px solid;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            position: relative;
            overflow: hidden;
        }

        .info-item:nth-child(1) {
            border-top-color: var(--primary);
            background: linear-gradient(135deg, #ffffff 0%, #fff5f5 100%);
        }

        .info-item:nth-child(2) {
            border-top-color: var(--secondary);
            background: linear-gradient(135deg, #ffffff 0%, #f0fffe 100%);
        }

        .info-item:nth-child(3) {
            border-top-color: var(--accent);
            background: linear-gradient(135deg, #ffffff 0%, #fffef5 100%);
        }

        .info-item:nth-child(4) {
            border-top-color: var(--purple);
            background: linear-gradient(135deg, #ffffff 0%, #faf9ff 100%);
        }

        .info-item::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
            opacity: 0;
            transition: opacity 0.4s;
        }

        .info-item:hover::before {
            opacity: 1;
        }

        .info-item:hover {
            transform: translateY(-8px) scale(1.02);
            box-shadow: var(--shadow-xl);
        }

        .info-item h3 {
            font-size: clamp(1.2rem, 3.5vw, 1.5rem);
            margin-bottom: clamp(12px, 2.5vw, 15px);
            font-weight: 700;
            position: relative;
            z-index: 1;
        }

        .info-item:nth-child(1) h3 { color: var(--primary); }
        .info-item:nth-child(2) h3 { color: var(--secondary); }
        .info-item:nth-child(3) h3 { color: #f39c12; }
        .info-item:nth-child(4) h3 { color: var(--purple); }

        .info-item p {
            color: var(--text-gray);
            line-height: 1.8;
            font-size: clamp(0.9rem, 2.5vw, 1.05rem);
            position: relative;
            z-index: 1;
        }

        /* Game List - رنگارنگ و جذاب */
        .game-list {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
            gap: 25px;
            margin-top: 40px;
        }

        .game-item {
            background: white;
            padding: clamp(25px, 5vw, 35px) clamp(18px, 4vw, 25px);
            border-radius: clamp(15px, 3vw, 20px);
            text-align: center;
            box-shadow: var(--shadow);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            border: 3px solid transparent;
            background-clip: padding-box;
            position: relative;
            overflow: hidden;
            font-weight: 600;
            font-size: clamp(0.9rem, 2.5vw, 1.1rem);
            color: var(--text-dark);
        }

        .game-item::before {
            content: '🎮';
            font-size: clamp(2rem, 5vw, 3rem);
            display: block;
            margin-bottom: clamp(12px, 2.5vw, 15px);
            filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
        }

        .game-item::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: var(--gradient-primary);
            opacity: 0;
            transition: opacity 0.4s;
            z-index: 0;
        }

        .game-item:nth-child(1)::after { background: var(--gradient-primary); }
        .game-item:nth-child(2)::after { background: var(--gradient-secondary); }
        .game-item:nth-child(3)::after { background: var(--gradient-accent); }
        .game-item:nth-child(4)::after { background: var(--gradient-purple); }
        .game-item:nth-child(5)::after { background: var(--gradient-blue); }
        .game-item:nth-child(6)::after { background: var(--gradient-orange); }
        .game-item:nth-child(7)::after { background: var(--gradient-secondary); }

        .game-item:hover::after {
            opacity: 1;
        }

        .game-item:hover {
            transform: translateY(-10px) scale(1.05);
            border-color: transparent;
            color: white;
            box-shadow: var(--shadow-xl);
        }

        .game-item span {
            position: relative;
            z-index: 1;
        }

        /* Posts List */
        .posts-list {
            list-style: none;
            margin-top: clamp(30px, 5vw, 40px);
        }

        .post-item {
            background: white;
            padding: clamp(18px, 4vw, 25px) clamp(20px, 4vw, 35px);
            margin-bottom: clamp(15px, 3vw, 20px);
            border-radius: clamp(15px, 3vw, 20px);
            box-shadow: var(--shadow);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            border-right: 6px solid var(--primary);
            display: flex;
            align-items: center;
            gap: clamp(15px, 3vw, 20px);
            font-size: clamp(0.95rem, 2.5vw, 1.15rem);
            font-weight: 600;
            color: var(--text-dark);
            position: relative;
            overflow: hidden;
        }

        .post-item::before {
            content: '📝';
            font-size: 1.8rem;
            filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
        }

        .post-item::after {
            content: '';
            position: absolute;
            right: 0;
            top: 0;
            width: 0;
            height: 100%;
            background: var(--gradient-primary);
            transition: width 0.4s;
            z-index: 0;
        }

        .post-item:hover::after {
            width: 100%;
        }

        .post-item:hover {
            transform: translateX(-10px);
            box-shadow: var(--shadow-lg);
            border-right-color: var(--accent);
            color: white;
        }

        .post-item span {
            position: relative;
            z-index: 1;
        }

        .post-item a {
            text-decoration: none;
            color: inherit;
            display: flex;
            align-items: center;
            gap: 20px;
            width: 100%;
        }

        .post-item:hover a {
            color: white;
        }

        /* Registration Form Preview */
        .form-preview {
            background: var(--gradient-card);
            padding: clamp(20px, 4vw, 50px);
            border-radius: clamp(20px, 4vw, 30px);
            box-shadow: var(--shadow-lg);
            margin-top: clamp(30px, 5vw, 40px);
            border: 1px solid rgba(255, 255, 255, 0.8);
        }

        .form-field {
            margin-bottom: clamp(20px, 4vw, 30px);
        }

        .form-label {
            display: block;
            font-weight: 700;
            color: var(--text-dark);
            margin-bottom: clamp(10px, 2vw, 12px);
            font-size: clamp(0.95rem, 2.5vw, 1.15rem);
        }

        .form-input {
            width: 100%;
            padding: clamp(14px, 3vw, 18px) clamp(18px, 4vw, 25px);
            border: 3px solid #e9ecef;
            border-radius: clamp(12px, 2.5vw, 15px);
            font-size: clamp(0.9rem, 2.5vw, 1.05rem);
            transition: all 0.3s ease;
            background: white;
            font-family: 'Vazirmatn', sans-serif;
        }

        .form-input:focus {
            outline: none;
            border-color: var(--primary);
            box-shadow: 0 0 0 4px rgba(255, 107, 107, 0.15);
            transform: translateY(-2px);
        }

        /* Badge */
        .badge {
            display: inline-block;
            padding: clamp(8px, 2vw, 10px) clamp(15px, 3vw, 20px);
            background: var(--gradient-primary);
            color: white;
            border-radius: clamp(20px, 4vw, 25px);
            font-size: clamp(0.85rem, 2.2vw, 1rem);
            font-weight: 700;
            margin: clamp(4px, 1vw, 5px);
            box-shadow: 0 4px 12px rgba(255, 107, 107, 0.3);
            animation: pulse 2s infinite;
        }

        /* Scroll Animation */
        .fade-in {
            opacity: 1;
            transform: translateY(0);
            transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }

        .fade-in.visible {
            opacity: 1;
            transform: translateY(0);
        }

        /* Reduced Motion Support */
        @media (prefers-reduced-motion: reduce) {
            *,
            *::before,
            *::after {
                animation-duration: 0.01ms !important;
                animation-iteration-count: 1 !important;
                transition-duration: 0.01ms !important;
                scroll-behavior: auto !important;
            }
        }
        
        /* Responsive - Mobile First Approach */
        @media (max-width: 1200px) {
            .container {
                max-width: 1140px;
            }
        }

        @media (max-width: 992px) {
            .container {
                max-width: 100%;
            }
            
            .info-grid {
                grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
            }
            
            .stats-grid {
                grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
            }
        }

        @media (max-width: 768px) {
            .container {
                width: 100%;
                max-width: 100%;
                padding: 0 15px;
            }
            
            .section-title::after {
                width: 80px;
                height: 4px;
            }
            
            .btn {
                width: 100%;
                min-height: 44px;
                min-width: 44px;
                justify-content: center;
            }
            
            .btn-group {
                flex-direction: column;
                gap: clamp(12px, 2.5vw, 15px);
            }

            .game-list {
                grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
                gap: clamp(12px, 2.5vw, 15px);
            }

            /* Steps List - Mobile Responsive */
            .steps-list {
                margin: clamp(15px, 3vw, 20px) 0 0 0;
                padding: 0;
                width: 100%;
                list-style: none;
            }

            .step-item {
                width: 100%;
                max-width: 100%;
                padding: clamp(25px, 5vw, 35px) clamp(12px, 3vw, 15px) clamp(15px, 3vw, 18px);
                margin: 0 0 clamp(12px, 2.5vw, 15px) 0;
                border-radius: clamp(12px, 2.5vw, 15px);
                box-sizing: border-box;
                text-align: center;
            }

            .step-item::before {
                right: clamp(12px, 3vw, 15px);
                left: auto;
                top: 12px;
                transform: translateY(0);
                width: clamp(18px, 3vw, 20px);
                height: clamp(18px, 3vw, 20px);
                font-size: clamp(0.6rem, 2vw, 0.65rem);
            }

            .step-title {
                font-size: clamp(1rem, 4vw, 1.2rem);
                margin-bottom: clamp(6px, 1.5vw, 8px);
                text-align: center;
                width: 100%;
            }

            .step-content {
                font-size: clamp(0.85rem, 3vw, 1rem);
                line-height: 1.7;
                text-align: center;
                width: 100%;
            }

            .step-item:hover {
                transform: none;
            }
        }

        @media (max-width: 576px) {
            .container {
                padding: 0 12px;
            }
            
            .info-grid {
                grid-template-columns: 1fr;
            }
            
            .stats-grid {
                grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
                gap: 15px;
            }
            
            .game-list {
                grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
            }
        }

        @media (max-width: 430px) {
            .hero h1 {
                font-size: clamp(1.6rem, 8vw, 2rem);
            }
            
            .section-title {
                font-size: clamp(1.5rem, 7vw, 1.8rem);
            }
            
            .section-title::after {
                width: 60px;
                height: 3px;
                border-radius: 8px;
            }
            
            .card-title {
                font-size: clamp(1.2rem, 5vw, 1.4rem);
            }
        }

        @media (max-width: 360px) {
            .stats-grid {
                grid-template-columns: 1fr;
            }
            
            .game-list {
                grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
            }
        }

        /* Smooth Scroll */
        html {
            scroll-behavior: smooth;
            width: 100%;
            overflow-x: hidden;
        }
        
        html, body {
            width: 100%;
            max-width: 100%;
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        /* اضافه کردن یک افکت زیبا برای متن */
        .highlight {
            background: var(--gradient-accent);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            font-weight: 700;
        }

        /* SEO Links in Content */
        .section-content a,
        .card-content a {
            color: var(--primary);
            text-decoration: none;
            font-weight: 700;
            transition: all 0.3s ease;
            border-bottom: 2px solid transparent;
        }

        .section-content a:hover,
        .card-content a:hover {
            color: var(--primary-dark);
            border-bottom-color: var(--primary);
        }

        /* Stats Section */
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: clamp(20px, 4vw, 30px);
            margin-top: clamp(30px, 5vw, 50px);
        }

        .stat-item {
            background: white;
            padding: clamp(25px, 5vw, 40px) clamp(20px, 4vw, 30px);
            border-radius: clamp(20px, 4vw, 25px);
            text-align: center;
            box-shadow: var(--shadow);
            transition: all 0.4s ease;
            border-top: 5px solid var(--primary);
        }

        .stat-item:hover {
            transform: translateY(-10px);
            box-shadow: var(--shadow-xl);
        }

        .stat-number {
            font-size: clamp(2rem, 5vw, 3rem);
            font-weight: 900;
            background: var(--gradient-primary);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: clamp(12px, 2.5vw, 15px);
        }

        .stat-label {
            font-size: clamp(0.9rem, 2.5vw, 1.1rem);
            color: var(--text-gray);
            font-weight: 600;
        }

        /* FAQ Accordion */
        .faq-list {
            margin-top: 40px;
        }

        .faq-item {
            background: white;
            border-radius: 20px;
            margin-bottom: 20px;
            box-shadow: var(--shadow);
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .faq-item:hover {
            box-shadow: var(--shadow-lg);
        }

        .faq-question {
            padding: clamp(18px, 4vw, 25px) clamp(20px, 4vw, 30px);
            font-size: clamp(1rem, 3vw, 1.2rem);
            font-weight: 700;
            color: var(--text-dark);
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-bottom: 2px solid #f0f0f0;
            transition: all 0.3s ease;
            border: none;
            background: transparent;
            width: 100%;
            text-align: right;
        }
        
        .faq-question:focus {
            outline: 3px solid var(--primary);
            outline-offset: -3px;
        }

        .faq-question:hover {
            background: #f8f9fa;
            color: var(--primary);
        }

        .faq-answer {
            padding: 0 clamp(20px, 4vw, 30px);
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease, padding 0.3s ease;
            color: var(--text-gray);
            line-height: 1.8;
            font-size: clamp(0.9rem, 2.5vw, 1.05rem);
        }

        .faq-item.active .faq-answer {
            max-height: 1000px;
            padding: clamp(18px, 4vw, 25px) clamp(20px, 4vw, 30px);
        }

        .faq-icon {
            font-size: 1.5rem;
            transition: transform 0.3s ease;
        }

        .faq-item.active .faq-icon {
            transform: rotate(180deg);
        }

        /* Footer */
        .footer {
            background: linear-gradient(135deg, #2d3436 0%, #636e72 100%);
            color: white;
            padding: clamp(40px, 8vw, 60px) 0 clamp(25px, 5vw, 30px);
            margin-top: clamp(60px, 10vw, 100px);
        }

        .footer-content {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: clamp(25px, 5vw, 40px);
            margin-bottom: clamp(25px, 5vw, 40px);
        }

        .footer-section h3 {
            font-size: clamp(1.2rem, 3.5vw, 1.5rem);
            margin-bottom: clamp(15px, 3vw, 25px);
            color: var(--accent);
            font-weight: 700;
        }

        .footer-links {
            list-style: none;
        }

        .footer-links li {
            margin-bottom: 15px;
        }

        .footer-links a {
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 10px;
        }

        .footer-links a:hover {
            color: var(--accent);
            transform: translateX(-5px);
        }

        .footer-bottom {
            text-align: center;
            padding-top: 30px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            color: rgba(255, 255, 255, 0.7);
        }

        .social-links {
            display: flex;
            gap: 20px;
            margin-top: 20px;
        }

        .social-links a {
            width: 45px;
            height: 45px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.3rem;
            transition: all 0.3s ease;
        }

        .social-links a:hover {
            background: var(--primary);
            transform: translateY(-5px);
        }

        /* Steps List */
        .steps-list {
            list-style: none;
            counter-reset: step-counter;
            margin-top: 30px;
        }

        .step-item {
            counter-increment: step-counter;
            background: white;
            padding: clamp(20px, 4vw, 30px);
            margin-bottom: clamp(15px, 3vw, 20px);
            border-radius: clamp(15px, 3vw, 20px);
            box-shadow: var(--shadow);
            position: relative;
            padding-right: clamp(60px, 10vw, 80px);
            transition: all 0.3s ease;
        }

        .step-item:hover {
            transform: translateX(-10px);
            box-shadow: var(--shadow-lg);
        }

        .step-item::before {
            content: counter(step-counter);
            position: absolute;
            right: clamp(20px, 4vw, 30px);
            top: 50%;
            transform: translateY(-50%);
            width: clamp(40px, 7vw, 50px);
            height: clamp(40px, 7vw, 50px);
            background: var(--gradient-primary);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: clamp(1.2rem, 3vw, 1.5rem);
            font-weight: 700;
            box-shadow: 0 4px 12px rgba(255, 107, 107, 0.3);
        }

        .step-title {
            font-size: clamp(1.1rem, 3.5vw, 1.3rem);
            font-weight: 700;
            color: var(--text-dark);
            margin-bottom: clamp(8px, 2vw, 10px);
        }

        .step-content {
            color: var(--text-gray);
            line-height: 1.7;
            font-size: clamp(0.9rem, 2.5vw, 1rem);
        }/* End custom CSS */