.top-contact-bar { background: #8e2de2; color: #fff; padding: 8px 0; font-size: 14px; }
.top-contact-bar a { color: #fff; text-decoration: none; }
.top-contact-bar .container { display: flex; justify-content: space-between; align-items: center; }
.logo-text { font-size: 16px; font-weight: bold; color: #333; text-decoration: none; }
.logo-text:hover { color: #8e2de2; }
.hero-tech { background: linear-gradient(135deg, #8e2de2 0%, #4a00e0 100%); color: #fff; padding: 80px 0; text-align: center; }
.hero-tech h1 { font-size: 44px; margin-bottom: 15px; }
.hero-tech p { font-size: 18px; line-height: 1.8; max-width: 900px; margin: 0 auto; }
.feature-grid { padding: 60px 0; background: #f8f9fa; }
.feature-grid h2 { text-align: center; color: #8e2de2; margin-bottom: 50px; }
.feature-card { background: #fff; border-radius: 12px; padding: 35px 25px; text-align: center; box-shadow: 0 5px 20px rgba(0,0,0,0.08); transition: all 0.3s; margin-bottom: 30px; }
.feature-card:hover { transform: translateY(-10px); box-shadow: 0 10px 30px rgba(142,45,226,0.2); }
.feature-card .icon-circle { width: 80px; height: 80px; background: linear-gradient(135deg, #8e2de2 0%, #4a00e0 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.feature-card .icon-circle i { font-size: 36px; color: #fff; }
.feature-card h3 { color: #333; margin-bottom: 12px; font-size: 20px; }
.feature-card p { color: #666; line-height: 1.6; }
.feature-card ul { text-align: left; margin-top: 15px; padding-left: 20px; }
.feature-card ul li { color: #666; line-height: 1.8; }
.stats-tech { background: linear-gradient(135deg, #8e2de2 0%, #4a00e0 100%); color: #fff; padding: 50px 0; }
.stats-tech .stat { text-align: center; }
.stats-tech .stat .num { font-size: 48px; font-weight: bold; }
.stats-tech .stat .label { font-size: 16px; margin-top: 8px; }
.culture-tech { padding: 50px 0; text-align: center; }
.culture-tech h2 { color: #8e2de2; margin-bottom: 15px; }
.culture-tech p { font-size: 17px; line-height: 1.8; max-width: 800px; margin: 0 auto; color: #555; }
.system-list { padding: 60px 0; background: #f8f9fa; }
.system-list h2 { text-align: center; color: #8e2de2; margin-bottom: 40px; }
.system-item { display: flex; align-items: flex-start; background: #fff; border-radius: 10px; padding: 25px; margin-bottom: 20px; box-shadow: 0 3px 15px rgba(0,0,0,0.08); }
.system-item .num-badge { min-width: 50px; height: 50px; background: linear-gradient(135deg, #8e2de2 0%, #4a00e0 100%); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: bold; margin-right: 20px; }
.system-item .info h3 { color: #333; margin-bottom: 8px; }
.system-item .info p { color: #666; line-height: 1.6; }
.project-showcase { padding: 60px 0; }
.project-showcase h2 { text-align: center; color: #8e2de2; margin-bottom: 40px; }
.project-card { background: linear-gradient(135deg, #8e2de2 0%, #4a00e0 100%); color: #fff; border-radius: 12px; padding: 30px; margin-bottom: 20px; }
.project-card h4 { margin-bottom: 10px; font-size: 18px; }
.project-card p { opacity: 0.9; line-height: 1.6; }
.cta-section { background: linear-gradient(135deg, #8e2de2 0%, #4a00e0 100%); color: #fff; padding: 50px 0; text-align: center; }
.btn-cta { background: #fff; color: #8e2de2; padding: 12px 30px; border-radius: 25px; text-decoration: none; font-weight: bold; display: inline-block; margin-top: 15px; }
.nav-inner a { color: #333; }
.dark-nav .navbar-nav > li > a { color: #333; }
.footer-link { color: #fff; }
.bg-light-gray { background: #f8f9fa; }
