/* Kids Zone Special Styles */
body.techlo-kids-zone {
  font-family: 'Nunito', 'Comic Sans MS', sans-serif !important;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%) !important;
}

body.techlo-kids-zone .techlo-course-card {
  border-radius: 24px;
  border: 3px solid transparent;
  background: linear-gradient(white, white) padding-box,
              linear-gradient(135deg, #FF6B6B, #4ECDC4) border-box;
}

body.techlo-kids-zone .techlo-btn-primary {
  border-radius: 100px;
  background: linear-gradient(135deg, #FF6B6B, #FF8E53);
  font-size: 16px;
}

body.techlo-kids-zone h1,
body.techlo-kids-zone h2 { font-family: 'Nunito', cursive; font-weight: 900; }

.techlo-kids-mascot { font-size: 80px; display: block; text-align: center; margin-bottom: 20px; animation: bounce 2s infinite; }

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

.techlo-kids-confetti-btn { position: relative; overflow: hidden; }
