* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Vazirmatn', sans-serif; } :root { --primary: #10b981; --primary-light: #34d399; --primary-dark: #059669; --secondary: #f59e0b; --secondary-light: #fbbf24; --accent: #7c3aed; --accent-light: #8b5cf6; --earth: #92400e; --earth-light: #b45309; --sky: #0ea5e9; --sky-light: #38bdf8; --dark: #1f2937; --darker: #111827; --light: #ffffff; --gray-50: #f9fafb; --gray-100: #f3f4f6; --gray-200: #e5e7eb; --gray-300: #d1d5db; --gray-400: #9ca3af; --gray-500: #6b7280; --gray-600: #4b5563; --gray-700: #374151; --gray-800: #1f2937; --gray-900: #111827; --shadow-xs: 0 1px 2px rgba(0,0,0,0.05); --shadow-sm: 0 1px 3px rgba(0,0,0,0.1); --shadow-md: 0 4px 12px rgba(0,0,0,0.08); --shadow-lg: 0 10px 25px rgba(0,0,0,0.1); --shadow-xl: 0 20px 50px rgba(0,0,0,0.15); --shadow-2xl: 0 25px 60px rgba(0,0,0,0.2); --radius-sm: 8px; --radius-md: 16px; --radius-lg: 20px; --radius-xl: 28px; --radius-2xl: 36px; --radius-full: 9999px; --max-width: 1400px; --gradient-primary: linear-gradient(135deg, var(--primary), var(--primary-light)); --gradient-earth: linear-gradient(135deg, var(--earth), var(--earth-light)); --gradient-sky: linear-gradient(135deg, var(--sky), var(--sky-light)); --gradient-gold: linear-gradient(135deg, var(--secondary), var(--secondary-light)); --gradient-purple: linear-gradient(135deg, var(--accent), var(--accent-light)); } html { scroll-behavior: smooth; scroll-padding-top: 80px; } body { background: var(--light); color: var(--gray-900); overflow-x: hidden; font-size: 14px; line-height: 1.7; } .container { max-width: var(--max-width); margin: 0 auto; padding: 0 24px; } h1 { font-size: 16px; font-weight: 900; line-height: 1.3; } h2 { font-size: 15px; font-weight: 800; line-height: 1.4; } h3 { font-size: 14.5px; font-weight: 700; line-height: 1.4; } h4 { font-size: 14px; font-weight: 600; line-height: 1.5; } p { font-size: 13px; color: var(--gray-700); line-height: 2.2; } .small { font-size: 12px; } .gradient-text { background: var(--gradient-primary); -webkit-background-clip: text; background-clip: text; color: transparent; font-weight: 800; } header { position: fixed; top: 0; width: 100%; z-index: 1000; background: rgba(255, 255, 255, 0.98); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-bottom: 1px solid var(--gray-200); padding: 16px 0; transition: all 0.3s ease; } a{text-decoration: none;} header.scrolled { box-shadow: var(--shadow-lg); padding: 12px 0; } .header-container { display: flex; justify-content: space-between; align-items: center; } .logo { display: flex; align-items: center; gap: 12px; text-decoration: none; } .logo-icon { width: 46px; height: 46px; border-radius: 14px; display: flex; align-items: center; justify-content: center; color: white; } .logo-text { font-size: 16px; font-weight: 900; color: var(--gray-900); } .logo-tagline { font-size: 11px; color: var(--gray-500); margin-top: 2px; } .nav-menu { display: flex; gap: 40px; align-items: center; } .nav-link { color: var(--gray-700); text-decoration: none; font-size: 13px; font-weight: 500; position: relative; padding: 8px 0; transition: color 0.3s; } .nav-link::before { content: ''; position: absolute; bottom: 0; right: 0; width: 0; height: 2px; background: var(--gradient-primary); border-radius: 1px; transition: width 0.3s; } .nav-link:hover { color: var(--primary); } .nav-link:hover::before { width: 100%; } .nav-link.active { color: var(--primary); font-weight: 600; } .nav-link.active::before { width: 100%; } .header-actions { display: flex; align-items: center; gap: 16px; } .btn { padding: 12px 28px; border-radius: var(--radius-md); border: none; font-size: 13px; font-weight: 600; cursor: pointer; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); display: inline-flex; align-items: center; justify-content: center; gap: 10px; position: relative; overflow: hidden; } .btn::after { content: ''; position: absolute; top: 50%; left: 50%; width: 0; height: 0; background: rgba(255, 255, 255, 0.2); border-radius: 50%; transform: translate(-50%, -50%); transition: width 0.6s, height 0.6s; } .btn:active::after { width: 300px; height: 300px; } .btn-primary { background: var(--gradient-primary); color: white; box-shadow: var(--shadow-md); } .btn-primary:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); } .btn-secondary { background: white; color: var(--gray-900); border: 1px solid var(--gray-200); box-shadow: var(--shadow-sm); } .btn-secondary:hover { background: var(--gray-50); transform: translateY(-2px); box-shadow: var(--shadow-md); } .btn-outline { background: transparent; color: var(--primary); border: 2px solid var(--primary); }.btn-become-partner-site{display:none;} .btn-outline:hover { background: var(--primary); color: white; } /* Hero Section */ .hero { padding: 130px 0 100px; background: linear-gradient(135deg, rgba(249, 250, 251, 0.9) 0%, rgba(255, 255, 255, 1) 100%); position: relative; overflow: hidden; min-height: 100vh; display: flex; align-items: center; } .hero::before { content: ''; position: absolute; top: 0; right: 0; width: 100%; height: 100%; background-image: radial-gradient(circle at 10% 20%, rgba(16, 185, 129, 0.05) 0%, transparent 50%), radial-gradient(circle at 90% 80%, rgba(245, 158, 11, 0.05) 0%, transparent 50%), repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(245, 158, 11, 0.02) 2px, rgba(245, 158, 11, 0.02) 4px); z-index: 0; } .hero-content { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; position: relative; z-index: 1; width: 100%; } .hero-text { padding-left: 40px; } .hero-badge { display: inline-flex; align-items: center; gap: 12px; background: rgba(16, 185, 129, 0.1); color: var(--primary); padding: 12px 24px; border-radius: var(--radius-full); font-size: 13px; font-weight: 700; margin-bottom: 32px; border: 1px solid rgba(16, 185, 129, 0.2); backdrop-filter: blur(10px); animation: float 4s ease-in-out infinite; } .hero-badge i { font-size: 16px; } .hero-title { font-size: 16px; line-height: 1.4; margin-bottom: 8px; color: var(--gray-900); } .hero-title .highlight { background: var(--gradient-earth); -webkit-background-clip: text; background-clip: text; color: transparent; font-weight: 900; } .hero-description { font-size: 13px; color: var(--gray-700); margin-bottom: 40px; line-height: 2.2; padding-right: 20px; border-right: 1px solid var(--primary); background: rgba(16, 185, 129, 0.03); padding: 20px; border-radius: 0 var(--radius-md) var(--radius-md) 0; } .hero-actions { display: flex; gap: 16px; margin-bottom: 48px; flex-wrap: wrap; } .hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding: 32px; background: white; border-radius: var(--radius-xl); border: 1px solid var(--gray-200); box-shadow: var(--shadow-md); margin-top: 90px; } .stat-item { text-align: center; position: relative; } .stat-item:not(:last-child)::after { content: ''; position: absolute; left: -12px; top: 50%; transform: translateY(-50%); width: 1px; height: 40px; background: linear-gradient(to bottom, transparent, var(--gray-300), transparent); } .stat-number { display: block; font-size: 22px; font-weight: 900; color: var(--primary); margin-bottom: 6px; font-feature-settings: "tnum"; direction: ltr; font-family: 'Vazirmatn', sans-serif; } .persian-number { font-family: 'Vazirmatn', sans-serif; font-feature-settings: "tnum"; } .stat-label { font-size: 12px; color: var(--gray-600); font-weight: 500; } .hero-visual { position: relative; height: 100%; min-height: 600px; } .village-scene { position: relative; width: 100%; height: 100%; border-radius: var(--radius-2xl); overflow: hidden; box-shadow: var(--shadow-2xl); border: 12px solid white; } .village-image { position: absolute; top: 0; right: 0; width: 100%; height: 100%; background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); background-size: cover; background-position: center; z-index: 1; } .village-overlay { position: absolute; top: 0; right: 0; width: 100%; height: 100%; background: linear-gradient(135deg, rgba(16, 185, 129, 0.2) 0%, rgba(245, 158, 11, 0.2) 100%); z-index: 2; mix-blend-mode: overlay; } .village-content { position: absolute; bottom: 0; right: 0; width: 100%; padding: 40px; background: linear-gradient(transparent, rgba(0, 0, 0, 0.8)); color: white; z-index: 3; } .village-name { font-size: 18px; font-weight: 800; margin-bottom: 8px; } .village-location { font-size: 13px; opacity: 0.9; display: flex; align-items: center; gap: 8px; } .services-float { width: 100%; } .services-scroll { display: flex; gap: 12px; overflow-x: auto; padding: 20px; scrollbar-width: none; -ms-overflow-style: none;background-image: radial-gradient(circle at 10% 20%, rgb(248 247 244) 0%, transparent 50%), radial-gradient(circle at 90% 80%, rgba(245, 158, 11, 0.05) 0%, transparent 50%), repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(245, 158, 11, 0.02) 2px, rgb(249 247 243) 4px); } .services-scroll::-webkit-scrollbar { display: none; } .service-item { flex: 0 0 auto; width: 160px; text-align: center; padding: 16px; background: white; border-radius: var(--radius-lg); border: 1px solid var(--gray-200); transition: all 0.3s; cursor: pointer; } .service-item:hover { transform: translateY(-8px) scale(1.05); box-shadow: var(--shadow-lg); border-color: var(--primary); } .service-icon { width: 48px; height: 48px; border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; font-size: 20px; color: white; } .service-title { font-size: 12px; font-weight: 700; color: var(--gray-900); margin-bottom: 4px; } .service-desc { font-size: 10px; color: var(--gray-600); line-height: 1.4; } .hero-tagline { position: absolute; top: -20px; right: 40px; background: var(--gradient-gold); color: white; padding: 12px 24px; border-radius: var(--radius-full); font-size: 13px; font-weight: 700; box-shadow: var(--shadow-lg); z-index: 5; display: flex; align-items: center; gap: 10px; animation: pulse 2s infinite; } /* Villages Section */ .villages-section { padding: 50px 0; background: var(--gray-50); position: relative; } .villages-section::before { content: ''; position: absolute; top: 0; right: 0; width: 100%; height: 100%; background-image: radial-gradient(circle at 20% 30%, rgb(252 252 253) 0%, #fff9f1 50%), radial-gradient(circle at 80% 70%, rgb(253 254 254) 0%, transparent 50%); } .section-header { text-align: center; margin-bottom: 60px; position: relative; z-index: 1; } .section-badge { display: inline-block; background: var(--gradient-primary); color: white; padding: 10px 24px; border-radius: var(--radius-full); font-size: 12px; font-weight: 700; margin-bottom: 20px; box-shadow: var(--shadow-md); } .section-title { font-size: 16px; margin-bottom: 16px; color: var(--gray-900); } .section-subtitle { font-size: 13px; color: var(--gray-700); max-width: 600px; margin: 0 auto; } .villages-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 30px; position: relative; z-index: 1; } .village-card { background: white; border-radius: var(--radius-xl); padding: 32px; border: 1px solid var(--gray-200); transition: all 0.4s; position: relative; overflow: hidden; } .village-card:hover { transform: translateY(-10px); box-shadow: var(--shadow-xl); border-color: transparent; } .village-card:hover::before { opacity: 1; } .village-card-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 20px; } .village-name { font-size: 14.5px; font-weight: 800; margin-bottom: 6px; } .village-province { font-size: 12px; color: var(--gray-600); display: flex; align-items: center; gap: 6px; } .village-province i { color: var(--primary); font-size: 12px; } .join-time { font-size: 11px; color: white; background: var(--gradient-primary); padding: 6px 12px; border-radius: var(--radius-full); } .join-time.new { background: var(--gradient-gold); animation: pulse 2s infinite; } .village-stats { display: flex; gap: 20px;} .village-stat { text-align: center; flex: 1; } .village-stat-number { display: block; font-size: 18px; font-weight: 800; color: var(--primary); margin-bottom: 4px; } .village-stat-label { font-size: 11px; color: var(--gray-600); } .village-services { display: flex; flex-wrap: wrap; gap: 8px; } .service-tag { background: rgba(16, 185, 129, 0.1); color: var(--primary); padding: 6px 12px; border-radius: var(--radius-full); font-size: 11px; font-weight: 600; display: flex; align-items: center; gap: 6px; } .service-tag i { font-size: 10px; } /* All Villages Map Section */ .all-villages-section { padding: 100px 0; background: white; position: relative; } .all-villages-section::before { content: ''; position: absolute; top: 0; right: 0; width: 100%; height: 1px; background: linear-gradient(90deg, transparent, var(--gray-200), transparent); } .map-container { position: relative; background: white; border-radius: var(--radius-xl); border: 1px solid var(--gray-200); overflow: hidden; box-shadow: var(--shadow-lg); height: 600px; } .map-header { position: absolute; top: 0; right: 0; width: 100%; padding: 32px; background: linear-gradient(to bottom, rgba(255,255,255,0.95), rgba(255,255,255,0.8)); backdrop-filter: blur(10px); z-index: 2; display: flex; justify-content: space-between; align-items: center; } .map-title { font-size: 15px; font-weight: 800; color: var(--gray-900); } .map-subtitle { font-size: 12px; color: var(--gray-600); margin-top: 4px; } .map-filters { display: flex; gap: 12px; } .filter-btn { padding: 8px 16px; background: var(--gray-100); border: 1px solid var(--gray-200); border-radius: var(--radius-full); font-size: 12px; font-weight: 600; color: var(--gray-700); cursor: pointer; transition: all 0.3s; } .filter-btn:hover { background: var(--gray-200); } .filter-btn.active { background: var(--gradient-primary); color: white; border-color: transparent; } .map-visual { position: absolute; top: 0; right: 0; width: 100%; height: 100%; background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%); display: flex; align-items: center; justify-content: center; } .iran-map { position: relative; width: 800px; height: 800px; max-width: 90%; max-height: 90%; } .map-point { position: absolute; width: 12px; height: 12px; background: var(--primary); border-radius: 50%; box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.3); cursor: pointer; transition: all 0.3s; z-index: 1; } .map-point:hover { transform: scale(1.5); box-shadow: 0 0 0 8px rgba(16, 185, 129, 0.4); } .map-point.new { background: var(--secondary); box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.3); animation: pulse 2s infinite; } .map-point.new:hover { box-shadow: 0 0 0 8px rgba(245, 158, 11, 0.4); } .map-point::after { content: attr(data-name); position: absolute; top: -30px; right: 50%; transform: translateX(50%); background: white; padding: 6px 12px; border-radius: var(--radius-sm); font-size: 11px; font-weight: 600; color: var(--gray-900); white-space: nowrap; box-shadow: var(--shadow-sm); opacity: 0; transition: opacity 0.3s; pointer-events: none; } .map-point:hover::after { opacity: 1; } .map-stats { position: absolute; bottom: 0; right: 0; width: 100%; padding: 32px; background: linear-gradient(to top, rgba(255,255,255,0.95), rgba(255,255,255,0.8)); backdrop-filter: blur(10px); z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; } .map-stat { text-align: center; } .map-stat-number { display: block; font-size: 20px; font-weight: 800; color: var(--primary); margin-bottom: 6px; } .map-stat-label { font-size: 11px; color: var(--gray-600); font-weight: 500; } /* Services Section */ .services-section { padding: 100px 0; background: white; position: relative; } .services-section::before { content: ''; position: absolute; top: 0; right: 0; width: 100%; height: 1px; background: linear-gradient(90deg, transparent, var(--gray-200), transparent); } .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 40px; position: relative; z-index: 1; } .service-feature-card { background: white; border-radius: var(--radius-xl); padding: 40px; border: 1px solid var(--gray-200); transition: all 0.4s; position: relative; overflow: hidden; } .service-feature-card:hover { transform: translateY(-10px); box-shadow: var(--shadow-2xl); border-color: transparent; } .service-card-header { display: flex; align-items: center; gap: 20px; margin-bottom: 28px; } .service-card-icon { width: 70px; height: 70px; border-radius: 20px; display: flex; align-items: center; justify-content: center; font-size: 32px; color: white; flex-shrink: 0; box-shadow: var(--shadow-lg); } .service-card-title { font-size: 14.5px; font-weight: 800; color: var(--gray-900); margin-bottom: 8px; } .service-card-tagline { font-size: 12px; color: var(--gray-600); } .service-features { list-style: none; margin-bottom: 32px; } .service-features li { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; font-size: 13px; color: var(--gray-700); padding-right: 8px; } .service-features li i { color: var(--primary); font-size: 14px; flex-shrink: 0; } .service-stats { display: flex; gap: 24px; padding-top: 28px; border-top: 1px solid var(--gray-200); } .service-stat { text-align: center; flex: 1; } .service-stat-number { display: block; font-size: 20px; font-weight: 800; color: var(--primary); margin-bottom: 6px; } .service-stat-label { font-size: 11px; color: var(--gray-600); } /* Download Section */ .download-section { padding: 50px 0; background: linear-gradient(135deg, var(--gray-50) 0%, white 100%); position: relative; } .download-section::before { content: ''; position: absolute; top: 0; right: 0; width: 100%; height: 100%; background-image: radial-gradient(circle at 20% 30%, rgb(252 252 253) 0%, #fff9f1 50%), radial-gradient(circle at 80% 70%, rgb(253 254 254) 0%, transparent 50%); } .download-content { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; position: relative; z-index: 1; } .download-text h2 { font-size: 16px; margin-bottom: 16px; color: var(--gray-900); } .download-text p { color: var(--gray-700); margin-bottom: 32px; } .download-buttons { display: flex; gap: 16px; margin-bottom: 32px; } .store-btn { background: white; border: 1px solid var(--gray-200); color: var(--gray-900); padding: 20px 28px; border-radius: var(--radius-lg); display: flex; align-items: center; gap: 16px; text-decoration: none; transition: all 0.3s; width: 220px; box-shadow: var(--shadow-md); } .store-btn:hover { transform: translateY(-4px); box-shadow: var(--shadow-xl); border-color: var(--primary); } .store-icon { font-size: 36px; } .store-text { display: flex; flex-direction: column; text-align: right; } .store-text span:first-child { font-size: 11px; color: var(--gray-600); } .store-text span:last-child { font-size: 16px; font-weight: 700; } .qr-section { background: white; border-radius: var(--radius-xl); padding: 40px; text-align: center; box-shadow: var(--shadow-2xl); border: 1px solid var(--gray-200); } .qr-code { width: 200px; height: 200px; background: var(--gray-200); border-radius: var(--radius-md); margin: 0 auto 24px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--gray-300); } .qr-text { color: var(--gray-700); font-size: 12px; max-width: 200px; margin: 0 auto; } /* About Section */ .about-section { padding: 100px 0; background: white; position: relative; } .about-section::before { content: ''; position: absolute; top: 0; right: 0; width: 100%; height: 100%; background-image: radial-gradient(circle at 80% 20%, rgba(124, 58, 237, 0.03) 0%, transparent 50%), radial-gradient(circle at 20% 80%, rgba(16, 185, 129, 0.03) 0%, transparent 50%); } .about-content {  grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; position: relative; z-index: 1; } .about-text h2 { font-size: 16px; margin-bottom: 24px; color: var(--gray-900); } .about-text p { margin-bottom: 20px; color: var(--gray-700); } .about-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; } .about-stat { text-align: center; padding: 24px; background: var(--gray-50); border-radius: var(--radius-lg); border: 1px solid var(--gray-200); } .about-stat-number { display: block; font-size: 20px; font-weight: 800; color: var(--primary); margin-bottom: 8px; } .about-stat-label { font-size: 12px; color: var(--gray-600); } .team-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; } .team-member { background: white; border-radius: var(--radius-xl); padding: 32px; border: 1px solid var(--gray-200); text-align: center; transition: all 0.3s; } .team-member:hover { transform: translateY(-8px); box-shadow: var(--shadow-xl); border-color: transparent; } .member-avatar { width: 80px; height: 80px; border-radius: 50%; background: var(--gradient-primary); display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; color: white; font-size: 32px; } .member-name { font-size: 14px; font-weight: 700; color: var(--gray-900); margin-bottom: 8px; } .member-role { font-size: 12px; color: var(--primary); font-weight: 600; margin-bottom: 16px; } .member-bio { font-size: 11px; color: var(--gray-600); line-height: 1.6; } /* Footer */ footer { background: var(--darker); color: white; padding: 80px 0 40px; } .footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 60px; margin-bottom: 60px; } .footer-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; } .footer-description { color: var(--gray-300); margin-bottom: 32px; font-size: 13px; } .footer-social { display: flex; gap: 12px; } .social-link { width: 44px; height: 44px; border-radius: 50%; background: rgba(255, 255, 255, 0.1); display: flex; align-items: center; justify-content: center; color: white; text-decoration: none; transition: all 0.3s; } .social-link:hover { background: var(--primary); transform: translateY(-3px) rotate(5deg); box-shadow: var(--shadow-md); } .footer-column h4 { font-size: 14px; margin-bottom: 24px; color: white; } .footer-links { list-style: none; } .footer-links li { margin-bottom: 12px; } .footer-links a { color: var(--gray-300); text-decoration: none; font-size: 13px; transition: color 0.3s; display: flex; align-items: center; gap: 10px; } .footer-links a:hover { color: white; transform: translateX(-5px); } .footer-bottom { padding-top: 40px; border-top: 1px solid rgba(255, 255, 255, 0.1); text-align: center; color: var(--gray-300); font-size: 12px; display: flex; justify-content: space-between; align-items: center; } /* Animations */ @keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } } @keyframes pulse { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.05); opacity: 0.9; } } @keyframes slideInRight { from { opacity: 0; transform: translateX(40px); } to { opacity: 1; transform: translateX(0); } } @keyframes fadeInUp { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } } .floating { animation: float 6s ease-in-out infinite; } .pulse { animation: pulse 2s ease-in-out infinite; } .fade-in-up { animation: fadeInUp 0.6s ease-out forwards; } .slide-in-right { animation: slideInRight 0.6s ease-out forwards; } .stagger-1 { animation-delay: 0.1s; } .stagger-2 { animation-delay: 0.2s; } .stagger-3 { animation-delay: 0.3s; } .stagger-4 { animation-delay: 0.4s; } .stagger-5 { animation-delay: 0.5s; } /* Responsive */ @media (max-width: 1200px) { .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 40px; } .map-stats { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 1024px) { .hero-content, .download-content, .about-content { grid-template-columns: 1fr; gap: 60px; } .hero-text { padding-left: 0; text-align: center; } .hero-description { margin: 0 auto 40px; border-right: none; border-left: 1px solid var(--primary); border-radius: var(--radius-md) 0 0 var(--radius-md); } .hero-actions { justify-content: center; } .services-scroll { width: 100%; left: 24px; }  .team-grid { grid-template-columns: 1fr; } } @media (max-width: 768px) { .hero { padding: 160px 0 60px; } .hero-stats { grid-template-columns: 1fr; gap: 20px; } .stat-item:not(:last-child)::after { display: none; } .stat-item::after { content: ''; position: absolute; bottom: -10px; right: 50%; transform: translateX(50%); width: 60px; height: 2px; background: linear-gradient(to right, transparent, var(--primary), transparent); } .services-scroll { flex-wrap: nowrap; overflow-x: auto; } .service-item { width: 150px; padding: 12px; } .hero-tagline { right: 50%; transform: translateX(50%); font-size: 12px; padding: 10px 20px; } .villages-grid, .services-grid { grid-template-columns: 1fr; } .map-header { flex-direction: column; gap: 16px; align-items: flex-start; } .map-filters { flex-wrap: wrap; } .download-buttons { flex-direction: column; align-items: flex-start; } .store-btn { width: 100%; max-width: 250px; } .about-stats { grid-template-columns: 1fr; } .footer-grid { grid-template-columns: 1fr; } .footer-bottom { flex-direction: column; gap: 20px; } } /* Utility Classes */ .text-center { text-align: center; } .mb-4 { margin-bottom: 16px; } .mb-8 { margin-bottom: 32px; } .mb-12 { margin-bottom: 48px; } .mt-8 { margin-top: 32px; } .opacity-75 { opacity: 0.75; } .opacity-90 { opacity: 0.9; } .hidden { display: none; }
	
.download-section { padding: 100px 0; background: linear-gradient(135deg, rgba(249, 250, 251, 0.95) 0%, rgba(255, 255, 255, 1) 100%); position: relative; overflow: hidden; } .download-section::before { content: ''; position: absolute; top: -50%; right: -20%; width: 600px; height: 600px; background: radial-gradient(circle, rgba(16, 185, 129, 0.1) 0%, transparent 70%); z-index: 0; } .download-section::after { content: ''; position: absolute; bottom: -30%; left: -10%; width: 500px; height: 500px; background: radial-gradient(circle, rgba(245, 158, 11, 0.05) 0%, transparent 70%); z-index: 0; } .download-header { text-align: center; margin-bottom: 60px; position: relative; z-index: 1; } .download-badge { display: inline-flex; align-items: center; gap: 10px; background: linear-gradient(135deg, #10b981, #34d399); color: white; padding: 10px 24px; border-radius: 30px; font-size: 13px; font-weight: 600; margin-bottom: 20px; box-shadow: 0 8px 20px rgba(16, 185, 129, 0.2); animation: float 3s ease-in-out infinite; } .section-title { font-size: 16px; margin-bottom: 16px; color: #1f2937; line-height: 1.4; } .section-subtitle { font-size: 13px; color: #6b7280; max-width: 600px; margin: 0 auto; } /* محتوای اصلی */ .download-content { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; position: relative; z-index: 1; } /* سمت چپ */ .download-left { display: flex; flex-direction: column; gap: 40px; } .features-list { flex-wrap: wrap;display: flex; flex-direction: row; gap: 20px; } .feature-item { display: flex; align-items: center; gap: 16px; padding: 20px; background: white; border-radius: 16px; border: 1px solid #e5e7eb; transition: all 0.3s ease; cursor: pointer;width:48% } .feature-item:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); border-color: #10b981; } .feature-icon { width: 48px; height: 48px; background: linear-gradient(135deg, #10b981, #34d399); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: white; font-size: 18px; flex-shrink: 0; } .feature-text h4 { font-size: 13px; font-weight: 700; color: #1f2937; margin-bottom: 4px; } .feature-text p { font-size: 12px; color: #6b7280; line-height: 1.5; } /* دکمه‌های دانلود اصلی */ .main-download-buttons { display: flex; flex-direction: column; gap: 16px; } .download-btn { display: flex; align-items: center; gap: 20px; padding: 20px 28px; background: white; border-radius: 16px; border: 2px solid #e5e7eb; text-decoration: none; transition: all 0.3s ease; cursor: pointer; } .download-btn:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1); } .download-btn.google-play:hover { border-color: #34a853; background: linear-gradient(to right, rgba(52, 168, 83, 0.02), white); } .download-btn.app-store:hover { border-color: #000000; background: linear-gradient(to right, rgba(0, 0, 0, 0.02), white); } .btn-icon { width: 48px; height: 48px; background: #f3f4f6; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 24px; color: #4b5563; } .download-btn.google-play .btn-icon { background: linear-gradient(135deg, #34a853, #5ac775); color: white; } .download-btn.app-store .btn-icon { background: linear-gradient(135deg, #000000, #333333); color: white; } .btn-text { flex: 1; text-align: right; } .btn-subtitle { display: block; font-size: 11px; color: #6b7280; margin-bottom: 4px; } .btn-title { display: block; font-size: 16px; font-weight: 700; color: #1f2937; } /* روش‌های دیگر */ .alternative-downloads { background: white; border-radius: 16px; padding: 24px; border: 1px solid #e5e7eb; } .alternative-downloads h5 { font-size: 13px; font-weight: 600; color: #1f2937; margin-bottom: 16px; text-align: center; } .alt-buttons { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; } .alt-btn { padding: 10px 18px; background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 12px; font-size: 12px; font-weight: 600; color: #4b5563; text-decoration: none; display: flex; align-items: center; gap: 8px; transition: all 0.2s ease; } .alt-btn:hover { background: #f3f4f6; border-color: #d1d5db; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); } .alt-btn.qr-trigger { background: linear-gradient(135deg, #10b981, #34d399); color: white; border-color: transparent; } /* سمت راست */ .download-right { display: flex; flex-direction: column; gap: 40px; align-items: center; } /* موبایل نمایشی */ .phone-display { position: relative; } .phone-frame { width: 100%; height: 100%; position: relative; } .phone-screen { width: 100%; height: 100%; background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%); padding: 0; display: flex; } .app-screen-header { display: flex; align-items: center; gap: 12px; margin-bottom: 30px; } .app-logo-small { width: 48px; height: 48px; background: linear-gradient(135deg, #10b981, #34d399); border-radius: 14px; display: flex; align-items: center; justify-content: center; color: white; font-size: 20px; } .app-info { flex: 1; } .app-name { font-size: 16px; font-weight: 800; color: #1f2937; margin-bottom: 2px; } .app-status { font-size: 11px; color: #10b981; font-weight: 600; } .app-features { flex: 1; display: flex; flex-direction: column; gap: 16px; margin-bottom: 30px; } .app-feature { display: flex; align-items: center; gap: 12px; padding: 12px 16px; background: white; border-radius: 12px; border: 1px solid #e5e7eb; } .app-feature i { color: #10b981; font-size: 14px; } .app-feature span { font-size: 12px; color: #4b5563; font-weight: 500; } .install-btn { padding: 16px; background: linear-gradient(135deg, #10b981, #34d399); border: none; border-radius: 14px; color: white; font-size: 14px; font-weight: 700; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 10px; transition: all 0.3s ease; box-shadow: 0 8px 20px rgba(16, 185, 129, 0.3); } .install-btn:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(16, 185, 129, 0.4); } /* QR کد مدرن */ .qr-modern { width: 100%; max-width: 320px; } .qr-container { background: white; border-radius: 20px; padding: 24px; border: 1px solid #e5e7eb; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); } .qr-image { width: 160px; height: 160px; margin: 0 auto 20px; position: relative; } .qr-design { width: 100%; height: 100%; background: linear-gradient(135deg, #f3f4f6, #e5e7eb); border-radius: 12px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; } .qr-pattern { position: absolute; width: 100%; height: 100%; background-image: repeating-linear-gradient(45deg, transparent, transparent 4px, rgba(16, 185, 129, 0.1) 4px, rgba(16, 185, 129, 0.1) 8px); } .qr-center { width: 48px; height: 48px; background: linear-gradient(135deg, #10b981, #34d399); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: white; font-size: 20px; z-index: 2; } .qr-info { text-align: center; } .qr-info h4 { font-size: 14px; font-weight: 700; color: #1f2937; margin-bottom: 8px; display: flex; align-items: center; justify-content: center; gap: 8px; } .qr-info p { font-size: 11px; color: #6b7280; margin-bottom: 16px; } .qr-stats { display: flex; justify-content: center; gap: 16px; } .qr-stats .stat { font-size: 10px; color: #4b5563; display: flex; align-items: center; gap: 4px; } /* آمار دانلود */ .download-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 60px; position: relative; z-index: 1; } .download-stats .stat-item { text-align: center; padding: 24px; background: white; border-radius: 16px; border: 1px solid #e5e7eb; transition: all 0.3s ease; } .download-stats .stat-item:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08); border-color: #10b981; } .download-stats .stat-number { font-size: 24px; font-weight: 800; color: #10b981; margin-bottom: 8px; } .download-stats .stat-label { font-size: 12px; color: #6b7280; font-weight: 500; } @media (max-width: 1024px) { .download-content { grid-template-columns: 1fr; gap: 60px; } .download-right { order: -1; } .download-stats { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 768px) { .phone-display { width: 90%; } .main-download-buttons { flex-direction: column; } .download-stats { grid-template-columns: 1fr; } .alt-buttons { flex-direction: column; } .alt-btn { justify-content: center; }.feature-item{width: 100%;} } @keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

.download-btn.cafe-bazaar:hover { border-color: #ff5722; background: linear-gradient(to right, rgba(255, 87, 34, 0.05), white); box-shadow: 0 15px 40px rgba(255, 87, 34, 0.1); } .download-btn.cafe-bazaar .btn-icon { background: linear-gradient(135deg, #ff5722, #ff8a65); color: white; } .download-btn.myket:hover { border-color: #4caf50; background: linear-gradient(to right, rgba(76, 175, 80, 0.05), white); box-shadow: 0 15px 40px rgba(76, 175, 80, 0.1); } .download-btn.myket .btn-icon { background: linear-gradient(135deg, #4caf50, #81c784); color: white; }

.villages-slider { position: relative; width: 100%; height: 100%; border-radius: var(--radius-2xl); overflow: hidden; } .slider-track { position: relative; width: 100%; height: 100%; overflow: hidden; } .village-slide { position: absolute; top: 0; right: 0; width: 100%; height: 100%; opacity: 0; transform: translateX(100%); transition: opacity 0.8s ease, transform 0.8s ease; } .village-slide.active { opacity: 1; transform: translateX(0); } .village-slide.prev { transform: translateX(-100%); } .village-scene { width: 100%; height: 100%; position: relative; overflow: hidden; } .village-image { position: absolute; top: 0; right: 0; width: 100%; height: 100%; background-size: cover; background-position: center; transition: transform 0.5s ease; } .village-slide.active .village-image { transform: scale(1.05); } .village-overlay { position: absolute; top: 0; right: 0; width: 100%; height: 100%; background: linear-gradient(135deg, rgba(16, 185, 129, 0.2) 0%, rgba(245, 158, 11, 0.2) 100%); mix-blend-mode: overlay; } .village-content { position: absolute; bottom: 0; right: 0; width: 100%; padding: 40px; background: linear-gradient(transparent, rgba(0, 0, 0, 0.8)); color: white; z-index: 3; } .village-name { font-size: 18px; font-weight: 800; margin-bottom: 8px; } .village-location { font-size: 13px; opacity: 0.9; display: flex; align-items: center; gap: 8px; margin-bottom: 16px; } .village-stats { display: flex; gap: 24px; padding-top: 16px; border-top: 1px solid rgba(255, 255, 255, 0.2); } .village-stat { flex-direction: column;display: flex; align-items: center; gap: 8px; font-size: 12px; opacity: 0.9; } .village-stat i { font-size: 14px; color: #34d399; } .slider-btn { position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; background: rgba(255, 255, 255, 0.9); border: none; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #1f2937; font-size: 16px; cursor: pointer; z-index: 10; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); } .slider-btn:hover { background: white; transform: translateY(-50%) scale(1.1); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3); } .prev-btn { right: 20px; } .next-btn { left: 20px; } .slider-dots { position: absolute; bottom: 20px; right: 50%; transform: translateX(50%); display: flex; gap: 12px; z-index: 10; } .slider-dot { width: 10px; height: 10px; background: rgba(255, 255, 255, 0.5); border-radius: 50%; border: none; cursor: pointer; transition: all 0.3s ease; padding: 0; } .slider-dot.active { background: white; transform: scale(1.2); box-shadow: 0 0 10px rgba(255, 255, 255, 0.5); } .slider-dot:hover { background: rgba(255, 255, 255, 0.8); } .slider-indicator { position: absolute; top: 20px; right: 20px; background: rgba(0, 0, 0, 0.7); color: white; padding: 6px 12px; border-radius: 20px; font-size: 11px; font-weight: 600; z-index: 10; display: flex; align-items: center; gap: 6px; display:none; } @keyframes slideIn { from { opacity: 0; transform: translateX(100%); } to { opacity: 1; transform: translateX(0); } } @keyframes slideOut { from { opacity: 1; transform: translateX(0); } to { opacity: 0; transform: translateX(-100%); } } /* ریسپانسیو */ @media (max-width: 768px) { .village-content { padding: 24px; } .village-name { font-size: 16px; } .village-location { font-size: 12px; } .slider-btn { width: 40px; height: 40px; font-size: 14px; } .prev-btn { right: 12px; } .next-btn { left: 12px; } .slider-dots { bottom: 12px; } }

.about-section { padding: 100px 0; background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(249, 250, 251, 1) 100%); position: relative; overflow: hidden; } .about-section::before { content: ''; position: absolute; top: 0; right: 0; width: 100%; height: 100%; background-image: radial-gradient(circle at 15% 20%, rgba(16, 185, 129, 0.03) 0%, transparent 50%), radial-gradient(circle at 85% 80%, rgba(245, 158, 11, 0.03) 0%, transparent 50%); z-index: 0; } .section-badge { display: inline-flex; align-items: center; gap: 10px; background: linear-gradient(135deg, #10b981, #34d399); color: white; padding: 10px 24px; border-radius: 30px; font-size: 13px; font-weight: 600; margin-bottom: 20px; box-shadow: 0 8px 20px rgba(16, 185, 129, 0.2); animation: float 3s ease-in-out infinite; } /* مأموریت و چشم‌انداز */ .mission-vision { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-bottom: 60px; } .mission-card, .vision-card { background: white; border-radius: 24px; padding: 40px; border: 1px solid #e5e7eb; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); transition: all 0.4s ease; } .mission-card:hover, .vision-card:hover { transform: translateY(-10px); box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1); border-color: #10b981; } .card-icon { width: 60px; height: 60px; background: linear-gradient(135deg, #10b981, #34d399); border-radius: 16px; display: flex; align-items: center; justify-content: center; color: white; font-size: 24px; margin-bottom: 24px; } .mission-card h3, .vision-card h3 { font-size: 15px; font-weight: 800; color: #1f2937; margin-bottom: 16px; } .mission-card p, .vision-card p { font-size: 13px; color: #6b7280; line-height: 1.8; margin-bottom: 24px; } .mission-list { list-style: none; padding: 0; } .mission-list li { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; font-size: 12px; color: #4b5563; } .mission-list li i { color: #10b981; font-size: 14px; } .vision-stats { display: flex; gap: 20px; margin-top: 30px; } .vision-stat { text-align: center; flex: 1; } .vision-number { display: block; font-size: 20px; font-weight: 800; color: #10b981; margin-bottom: 6px; } .vision-label { font-size: 11px; color: #6b7280; font-weight: 500; } /* ارزش‌های ما */ .values-section { margin-bottom: 60px; } .values-title { font-size: 15px; font-weight: 800; color: #1f2937; margin-bottom: 40px; display: flex; align-items: center; gap: 12px; } .values-title i { color: #10b981; } .values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; } .value-card { background: white; border-radius: 20px; padding: 32px; border: 1px solid #e5e7eb; transition: all 0.3s ease; text-align: center; } .value-card:hover { transform: translateY(-8px); box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08); border-color: transparent; } .value-icon { width: 56px; height: 56px; background: linear-gradient(135deg, #10b981, #34d399); border-radius: 14px; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; color: white; font-size: 22px; } .value-card h4 { font-size: 13px; font-weight: 700; color: #1f2937; margin-bottom: 12px; } .value-card p { font-size: 12px; color: #6b7280; line-height: 1.6; } /* خط زمانی */ .timeline-section { margin-bottom: 60px; } .timeline-title { font-size: 15px; font-weight: 800; color: #1f2937; margin-bottom: 40px; display: flex; align-items: center; gap: 12px; } .timeline-title i { color: #10b981; } .timeline { position: relative; padding: 40px 0; } .timeline::before { content: ''; position: absolute; left: 50%; top: 0; bottom: 0; width: 2px; background: linear-gradient(to bottom, transparent, #10b981, transparent); transform: translateX(-50%); } .timeline-item { display: flex; align-items: center; margin-bottom: 40px; position: relative; } .timeline-item:nth-child(odd) { flex-direction: row; } .timeline-item:nth-child(even) { flex-direction: row-reverse; } .timeline-date { flex: 1; text-align: center; font-size: 13px; font-weight: 700; color: #10b981; padding: 12px 24px; background: white; border-radius: 30px; border: 2px solid #10b981; box-shadow: 0 4px 15px rgba(16, 185, 129, 0.1); } .timeline-content { flex: 2; padding: 24px; background: white; border-radius: 20px; border: 1px solid #e5e7eb; box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05); margin: 0 30px; position: relative; } .timeline-content h4 { font-size: 13px; font-weight: 800; color: #1f2937; margin-bottom: 8px; } .timeline-content p { font-size: 12px; color: #6b7280; line-height: 1.6; } /* دستاوردها */ .achievements-section { margin-bottom: 60px; } .achievements-title { font-size: 15px; font-weight: 800; color: #1f2937; margin-bottom: 40px; display: flex; align-items: center; gap: 12px; } .achievements-title i { color: #10b981; } .achievements-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; } .achievement-card { background: white; border-radius: 20px; padding: 32px; border: 1px solid #e5e7eb; transition: all 0.3s ease; display: flex; align-items: center; gap: 20px; } .achievement-card:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08); border-color: #10b981; } .achievement-icon { width: 56px; height: 56px; background: linear-gradient(135deg, #10b981, #34d399); border-radius: 14px; display: flex; align-items: center; justify-content: center; color: white; font-size: 22px; flex-shrink: 0; } .achievement-content { flex: 1; } .achievement-number { font-size: 24px; font-weight: 800; color: #10b981; margin-bottom: 6px; display: block; } .achievement-label { font-size: 11px; color: #6b7280; font-weight: 500; } /* جوایز و اعتبارنامه‌ها */ .certificates-section { margin-top: 60px; } .certificate-card { background: linear-gradient(135deg, rgba(16, 185, 129, 0.05) 0%, rgba(245, 158, 11, 0.05) 100%); border-radius: 28px; padding: 50px; display: grid; grid-template-columns: 2fr 1fr; gap: 40px; align-items: center; border: 1px solid rgba(16, 185, 129, 0.2); } .certificate-content h3 { font-size: 15px; font-weight: 800; color: #1f2937; margin-bottom: 20px; display: flex; align-items: center; gap: 12px; } .certificate-content h3 i { color: #10b981; } .certificate-content p { font-size: 13px; color: #6b7280; line-height: 1.8; margin-bottom: 30px; } .certificate-logos { display: flex; gap: 20px; flex-wrap: wrap; } .logo-item { display: flex; align-items: center; gap: 8px; padding: 10px 16px; background: white; border-radius: 12px; border: 1px solid #e5e7eb; font-size: 11px; font-weight: 600; color: #4b5563; } .logo-item i { color: #10b981; font-size: 12px; } .certificate-image { display: flex; justify-content: center; } .certificate-visual { width: 120px; height: 120px; background: linear-gradient(135deg, #10b981, #34d399); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 48px; box-shadow: 0 20px 50px rgba(16, 185, 129, 0.3); animation: pulse 2s infinite; } /* ریسپانسیو */ @media (max-width: 1024px) { .mission-vision { grid-template-columns: 1fr; } .values-grid, .achievements-grid { grid-template-columns: repeat(2, 1fr); } .timeline::before { left: 30px; } .timeline-item { flex-direction: row !important; align-items: flex-start; } .timeline-date { flex: none; width: 80px; margin-right: 20px; } .timeline-content { flex: 1; margin: 0; } .certificate-card { grid-template-columns: 1fr; text-align: center; } } @media (max-width: 768px) {.btn-become-partner-site{display:flex;} .nav-menu,.btn-become-partner{display:none}.values-grid, .achievements-grid { grid-template-columns: 1fr; } .timeline::before { left: 20px; } .timeline-date { width: 70px; font-size: 11px; padding: 8px 12px; } .certificate-logos { justify-content: center; } } @keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } } @keyframes pulse { 0%, 100% { transform: scale(1); box-shadow: 0 20px 50px rgba(16, 185, 129, 0.3); } 50% { transform: scale(1.05); box-shadow: 0 25px 60px rgba(16, 185, 129, 0.4); } }