.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); }
.cross-service-card { background: #fff; border-radius: 12px; padding: 35px 25px; margin-bottom: 30px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); transition: all 0.3s ease; border-left: 4px solid #667eea; }
.cross-service-card:hover { transform: translateY(-8px); box-shadow: 0 12px 35px rgba(102,126,234,0.2); }
.cross-service-card .icon-wrap { width: 90px; height: 90px; border-radius: 50%; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); display: flex; align-items: center; justify-content: center; margin: 0 auto 25px; }
.cross-service-card .icon-wrap span { font-size: 40px; color: #fff; }
.cross-service-card h5 { font-size: 20px; font-weight: 700; margin-bottom: 15px; color: #333; text-align: center; }
.cross-service-card p { font-size: 14px; color: #666; line-height: 1.9; text-align: center; }
.cross-tag { display: inline-block; padding: 5px 14px; background: #f0f2ff; color: #667eea; border-radius: 20px; font-size: 13px; margin: 4px; }
.cross-stats { text-align: center; padding: 50px 20px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: #fff; border-radius: 12px; margin-bottom: 30px; }
.cross-stats .number { font-size: 56px; font-weight: 800; }
.cross-stats .label { font-size: 16px; margin-top: 10px; opacity: 0.9; }
.cross-feature-section { background: #f8f9ff; padding: 70px 0; }
.cross-cta-section { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); padding: 70px 0; color: #fff; text-align: center; }
.cross-cta-section h3 { font-size: 36px; margin-bottom: 20px; font-weight: 700; }
.cross-cta-section .btn-cta { background: #fff; color: #667eea; padding: 14px 45px; border-radius: 30px; font-weight: 700; display: inline-block; margin-top: 20px; text-decoration: none; font-size: 16px; }
.cross-cta-section .btn-cta:hover { background: #ffcc00; color: #333; }
.market-card { background: #fff; border-radius: 12px; padding: 25px; margin-bottom: 30px; box-shadow: 0 4px 15px rgba(0,0,0,0.08); text-align: center; transition: all 0.3s ease; }
.market-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0,0,0,0.15); }
.market-card .flag-icon { font-size: 60px; margin-bottom: 15px; }
.market-card h4 { font-size: 18px; font-weight: 700; margin-bottom: 8px; color: #333; }
.market-card p { font-size: 14px; color: #666; }
