.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); }
.tech-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-right: 4px solid #f093fb; }
.tech-service-card:hover { transform: translateY(-8px); box-shadow: 0 12px 35px rgba(240,147,251,0.2); }
.tech-service-card .icon-wrap { width: 90px; height: 90px; border-radius: 50%; background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%); display: flex; align-items: center; justify-content: center; margin: 0 auto 25px; }
.tech-service-card .icon-wrap span { font-size: 40px; color: #fff; }
.tech-service-card h5 { font-size: 20px; font-weight: 700; margin-bottom: 15px; color: #333; text-align: center; }
.tech-service-card p { font-size: 14px; color: #666; line-height: 1.9; text-align: center; }
.tech-tag { display: inline-block; padding: 5px 14px; background: #fef0ff; color: #f093fb; border-radius: 20px; font-size: 13px; margin: 4px; }
.tech-stats { text-align: center; padding: 50px 20px; background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%); color: #fff; border-radius: 12px; margin-bottom: 30px; }
.tech-stats .number { font-size: 56px; font-weight: 800; }
.tech-stats .label { font-size: 16px; margin-top: 10px; opacity: 0.9; }
.tech-feature-section { background: #fef8ff; padding: 70px 0; }
.tech-cta-section { background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%); padding: 70px 0; color: #fff; text-align: center; }
.tech-cta-section h3 { font-size: 36px; margin-bottom: 20px; font-weight: 700; }
.tech-cta-section .btn-cta { background: #fff; color: #f093fb; padding: 14px 45px; border-radius: 30px; font-weight: 700; display: inline-block; margin-top: 20px; text-decoration: none; font-size: 16px; }
.tech-cta-section .btn-cta:hover { background: #ffcc00; color: #333; }
.course-card { background: #fff; border-radius: 12px; padding: 25px; margin-bottom: 30px; box-shadow: 0 4px 15px rgba(0,0,0,0.08); transition: all 0.3s ease; }
.course-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0,0,0,0.15); }
.course-card h4 { font-size: 18px; font-weight: 700; margin-bottom: 10px; color: #333; }
.course-card p { font-size: 14px; color: #666; margin-bottom: 15px; }
.course-card .course-info { display: flex; justify-content: space-between; font-size: 13px; color: #999; margin-top: 15px; padding-top: 15px; border-top: 1px solid #f0f0f0; }
