.brand-text-logo { font-size: 14px; font-weight: bold; color: #fff; line-height: 1.3; display: block; text-decoration: none; }
.brand-text-logo:hover { color: #ffcc00; text-decoration: none; }
.brand-text-logo .brand-sub { font-size: 11px; font-weight: 300; display: block; color: rgba(255,255,255,0.8); }
.service-card { background: #fff; border-radius: 8px; padding: 30px 20px; margin-bottom: 30px; box-shadow: 0 2px 15px rgba(0,0,0,0.08); transition: all 0.3s ease; text-align: center; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0,0,0,0.15); }
.service-card .icon-wrap { width: 80px; height: 80px; border-radius: 50%; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.service-card .icon-wrap span { font-size: 36px; color: #fff; }
.service-card h5 { font-size: 18px; font-weight: 700; margin-bottom: 12px; color: #333; }
.service-card p { font-size: 14px; color: #666; line-height: 1.8; }
.platform-tag { display: inline-block; padding: 4px 12px; background: #f0f2ff; color: #667eea; border-radius: 20px; font-size: 12px; margin: 3px; }
.stats-counter { text-align: center; padding: 40px 20px; }
.stats-counter .number { font-size: 48px; font-weight: 800; color: #667eea; }
.stats-counter .label { font-size: 16px; color: #666; margin-top: 8px; }
.feature-section { background: #f8f9ff; padding: 60px 0; }
.cta-section { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); padding: 60px 0; color: #fff; text-align: center; }
.cta-section h3 { font-size: 32px; margin-bottom: 20px; }
.cta-section .btn-cta { background: #fff; color: #667eea; padding: 12px 40px; border-radius: 30px; font-weight: 700; display: inline-block; margin-top: 15px; text-decoration: none; }
.cta-section .btn-cta:hover { background: #ffcc00; color: #333; }
