{"id":267,"date":"2026-02-26T13:23:37","date_gmt":"2026-02-26T10:23:37","guid":{"rendered":"https:\/\/teacherpal.com.tr\/wwwweb\/?page_id=267"},"modified":"2026-03-03T02:51:05","modified_gmt":"2026-03-02T23:51:05","slug":"bilge-robot-nasil-ogretir","status":"publish","type":"page","link":"https:\/\/teacherpal.com.tr\/wwwweb\/?page_id=267","title":{"rendered":"Bilge Robot"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"tr\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>TeacherPal TP-1 Bilge \u2014 Yapay Zek\u00e2 Destekli E\u011fitim Robotu<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Nunito:wght@400;600;700;800;900&#038;family=Quicksand:wght@400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n<style>\n\/* ============================================\n   TeacherPal Bilge \u2014 Landing Page\n   Renk Paleti: Turuncu \/ Mor \/ Lilac\n   Hedef Kitle: 35-40 ya\u015f anneler\n   WordPress Uyumlu\n   ============================================ *\/\n\n:root {\n  --orange-warm: #FF7B3A;\n  --orange-light: #FFB088;\n  --orange-glow: #FFF0E6;\n  --purple-deep: #6B2FA0;\n  --purple-mid: #8B5FBF;\n  --purple-soft: #A78BCA;\n  --lilac: #C8A2E8;\n  --lilac-light: #E8D5F5;\n  --lilac-pale: #F5ECFC;\n  --cream: #FFFAF5;\n  --text-dark: #2D1B4E;\n  --text-mid: #5A3E7A;\n  --text-light: #8E7AA8;\n  --white: #FFFFFF;\n  --gradient-hero: linear-gradient(135deg, #6B2FA0 0%, #8B5FBF 30%, #C8A2E8 60%, #FF7B3A 100%);\n  --gradient-card: linear-gradient(145deg, #F5ECFC 0%, #FFFAF5 100%);\n  --gradient-cta: linear-gradient(135deg, #FF7B3A 0%, #FF9F6B 100%);\n  --shadow-soft: 0 4px 24px rgba(107, 47, 160, 0.1);\n  --shadow-card: 0 8px 40px rgba(107, 47, 160, 0.12);\n  --shadow-glow: 0 0 60px rgba(255, 123, 58, 0.2);\n  --radius: 20px;\n  --radius-lg: 32px;\n}\n\n*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\nbody {\n  font-family: 'Quicksand', sans-serif;\n  color: var(--text-dark);\n  background: var(--cream);\n  overflow-x: hidden;\n  line-height: 1.7;\n}\n\nh1, h2, h3, h4 {\n  font-family: 'Nunito', sans-serif;\n  line-height: 1.3;\n}\n\n.tp-container {\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 0 24px;\n}\n\n\/* ============ HERO ============ *\/\n.tp-hero {\n  position: relative;\n  background: var(--gradient-hero);\n  padding: 80px 0 100px;\n  overflow: hidden;\n  text-align: center;\n}\n\n.tp-hero::before {\n  content: '';\n  position: absolute;\n  top: -50%;\n  left: -20%;\n  width: 140%;\n  height: 200%;\n  background: radial-gradient(ellipse at 30% 50%, rgba(255,255,255,0.12) 0%, transparent 60%),\n              radial-gradient(ellipse at 80% 30%, rgba(255,176,136,0.2) 0%, transparent 50%);\n  pointer-events: none;\n}\n\n.tp-hero::after {\n  content: '\u2726 \u2727 \u2726 \u2727 \u2726 \u2727 \u2726 \u2727 \u2726 \u2727 \u2726 \u2727 \u2726 \u2727 \u2726 \u2727 \u2726';\n  position: absolute;\n  bottom: 12px;\n  left: 0;\n  width: 100%;\n  text-align: center;\n  font-size: 14px;\n  color: rgba(255,255,255,0.3);\n  letter-spacing: 8px;\n}\n\n.tp-hero-badge {\n  display: inline-block;\n  background: rgba(255,255,255,0.18);\n  backdrop-filter: blur(10px);\n  padding: 8px 28px;\n  border-radius: 50px;\n  color: var(--white);\n  font-size: 14px;\n  font-weight: 600;\n  letter-spacing: 1px;\n  margin-bottom: 28px;\n  border: 1px solid rgba(255,255,255,0.2);\n  animation: fadeSlideDown 0.8s ease;\n}\n\n.tp-hero h1 {\n  font-size: clamp(36px, 5.5vw, 64px);\n  font-weight: 900;\n  color: var(--white);\n  margin-bottom: 8px;\n  position: relative;\n  z-index: 1;\n  animation: fadeSlideDown 0.8s ease 0.1s both;\n}\n\n.tp-hero h1 .tp-accent {\n  color: var(--orange-light);\n  position: relative;\n}\n\n.tp-hero-sub {\n  font-size: clamp(18px, 2.5vw, 26px);\n  color: rgba(255,255,255,0.88);\n  font-weight: 600;\n  margin-bottom: 20px;\n  position: relative;\n  z-index: 1;\n  animation: fadeSlideDown 0.8s ease 0.2s both;\n}\n\n.tp-hero-desc {\n  font-size: 17px;\n  color: rgba(255,255,255,0.75);\n  max-width: 700px;\n  margin: 0 auto 36px;\n  position: relative;\n  z-index: 1;\n  animation: fadeSlideDown 0.8s ease 0.3s both;\n}\n\n.tp-hero-stats {\n  display: flex;\n  justify-content: center;\n  gap: 40px;\n  flex-wrap: wrap;\n  position: relative;\n  z-index: 1;\n  animation: fadeSlideDown 0.8s ease 0.4s both;\n}\n\n.tp-stat {\n  text-align: center;\n}\n\n.tp-stat-number {\n  display: block;\n  font-family: 'Nunito', sans-serif;\n  font-size: 38px;\n  font-weight: 900;\n  color: var(--white);\n}\n\n.tp-stat-label {\n  font-size: 13px;\n  color: rgba(255,255,255,0.7);\n  font-weight: 600;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n}\n\n\/* ============ WAVE DIVIDER ============ *\/\n.tp-wave {\n  display: block;\n  width: 100%;\n  height: 80px;\n  margin-top: -1px;\n}\n\n\/* ============ SECTION COMMON ============ *\/\n.tp-section {\n  padding: 80px 0;\n}\n\n.tp-section-header {\n  text-align: center;\n  margin-bottom: 56px;\n}\n\n.tp-section-icon {\n  font-size: 48px;\n  display: block;\n  margin-bottom: 16px;\n  animation: float 3s ease-in-out infinite;\n}\n\n.tp-section-title {\n  font-size: clamp(28px, 3.5vw, 42px);\n  font-weight: 900;\n  color: var(--purple-deep);\n  margin-bottom: 12px;\n}\n\n.tp-section-title .tp-orange { color: var(--orange-warm); }\n\n.tp-section-subtitle {\n  font-size: 17px;\n  color: var(--text-light);\n  max-width: 620px;\n  margin: 0 auto;\n  font-weight: 500;\n}\n\n\/* ============ FEATURE CARDS ============ *\/\n.tp-features-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n  gap: 28px;\n}\n\n.tp-card {\n  background: var(--white);\n  border-radius: var(--radius);\n  padding: 36px 32px;\n  box-shadow: var(--shadow-soft);\n  border: 1px solid rgba(200, 162, 232, 0.15);\n  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n  position: relative;\n  overflow: hidden;\n}\n\n.tp-card::before {\n  content: '';\n  position: absolute;\n  top: 0;\n  left: 0;\n  right: 0;\n  height: 4px;\n  background: var(--gradient-hero);\n  opacity: 0;\n  transition: opacity 0.4s ease;\n}\n\n.tp-card:hover {\n  transform: translateY(-6px);\n  box-shadow: var(--shadow-card);\n}\n\n.tp-card:hover::before {\n  opacity: 1;\n}\n\n.tp-card-icon {\n  width: 64px;\n  height: 64px;\n  border-radius: 18px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 30px;\n  margin-bottom: 20px;\n  position: relative;\n}\n\n.tp-card-icon.orange { background: var(--orange-glow); }\n.tp-card-icon.purple { background: var(--lilac-pale); }\n.tp-card-icon.lilac { background: linear-gradient(135deg, var(--lilac-light), var(--orange-glow)); }\n\n.tp-card h3 {\n  font-size: 20px;\n  font-weight: 800;\n  color: var(--purple-deep);\n  margin-bottom: 10px;\n}\n\n.tp-card p {\n  font-size: 15px;\n  color: var(--text-mid);\n  line-height: 1.75;\n}\n\n.tp-card-tag {\n  display: inline-block;\n  background: var(--lilac-pale);\n  color: var(--purple-mid);\n  font-size: 11px;\n  font-weight: 700;\n  padding: 4px 12px;\n  border-radius: 20px;\n  margin-top: 14px;\n  letter-spacing: 0.5px;\n}\n\n\/* ============ 13 ADIM ============ *\/\n.tp-steps-section {\n  background: var(--lilac-pale);\n  padding: 80px 0;\n  position: relative;\n}\n\n.tp-steps-section::before {\n  content: '';\n  position: absolute;\n  top: 0;\n  left: 0;\n  right: 0;\n  bottom: 0;\n  background: radial-gradient(ellipse at 20% 80%, rgba(255,123,58,0.06) 0%, transparent 50%),\n              radial-gradient(ellipse at 80% 20%, rgba(107,47,160,0.06) 0%, transparent 50%);\n  pointer-events: none;\n}\n\n.tp-steps-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));\n  gap: 16px;\n  position: relative;\n  z-index: 1;\n}\n\n.tp-step {\n  background: var(--white);\n  border-radius: 16px;\n  padding: 22px 16px;\n  text-align: center;\n  box-shadow: 0 2px 12px rgba(107,47,160,0.08);\n  transition: all 0.3s ease;\n  border: 1px solid rgba(200,162,232,0.12);\n}\n\n.tp-step:hover {\n  transform: translateY(-4px) scale(1.02);\n  box-shadow: 0 8px 28px rgba(107,47,160,0.15);\n}\n\n.tp-step-num {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  width: 32px;\n  height: 32px;\n  border-radius: 50%;\n  background: var(--gradient-hero);\n  color: var(--white);\n  font-family: 'Nunito', sans-serif;\n  font-size: 14px;\n  font-weight: 800;\n  margin-bottom: 10px;\n}\n\n.tp-step-emoji {\n  display: block;\n  font-size: 32px;\n  margin-bottom: 8px;\n}\n\n.tp-step-name {\n  font-size: 13px;\n  font-weight: 700;\n  color: var(--purple-deep);\n}\n\n\/* ============ AGE RANGE ============ *\/\n.tp-age-bar {\n  display: flex;\n  justify-content: center;\n  align-items: flex-end;\n  gap: 8px;\n  padding: 40px 0;\n  flex-wrap: wrap;\n}\n\n.tp-age-item {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  gap: 8px;\n}\n\n.tp-age-block {\n  width: 56px;\n  border-radius: 14px 14px 8px 8px;\n  display: flex;\n  align-items: flex-end;\n  justify-content: center;\n  padding-bottom: 8px;\n  font-size: 20px;\n  transition: all 0.3s ease;\n  cursor: default;\n  position: relative;\n}\n\n.tp-age-block:hover { transform: scale(1.08); }\n\n.tp-age-label {\n  font-size: 13px;\n  font-weight: 700;\n  color: var(--purple-mid);\n}\n\n\/* ============ SPECIAL NEEDS ============ *\/\n.tp-special-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n  gap: 16px;\n}\n\n.tp-special-item {\n  display: flex;\n  align-items: center;\n  gap: 14px;\n  background: var(--white);\n  padding: 18px 20px;\n  border-radius: 14px;\n  box-shadow: 0 2px 12px rgba(107,47,160,0.06);\n  border-left: 4px solid var(--lilac);\n  transition: all 0.3s ease;\n}\n\n.tp-special-item:hover {\n  border-left-color: var(--orange-warm);\n  transform: translateX(4px);\n}\n\n.tp-special-item .icon {\n  font-size: 26px;\n  flex-shrink: 0;\n}\n\n.tp-special-item .label {\n  font-size: 14px;\n  font-weight: 600;\n  color: var(--text-dark);\n}\n\n\/* ============ HIGHLIGHT BANNER ============ *\/\n.tp-highlight {\n  background: var(--gradient-hero);\n  border-radius: var(--radius-lg);\n  padding: 56px 48px;\n  display: flex;\n  align-items: center;\n  gap: 48px;\n  color: var(--white);\n  box-shadow: var(--shadow-glow);\n  margin: 40px 0;\n  flex-wrap: wrap;\n}\n\n.tp-highlight-content { flex: 1; min-width: 280px; }\n\n.tp-highlight h3 {\n  font-size: 30px;\n  font-weight: 900;\n  margin-bottom: 16px;\n}\n\n.tp-highlight p {\n  font-size: 16px;\n  opacity: 0.88;\n  line-height: 1.8;\n}\n\n.tp-highlight-icons {\n  display: flex;\n  gap: 20px;\n  flex-wrap: wrap;\n}\n\n.tp-highlight-icon-box {\n  width: 90px;\n  height: 90px;\n  background: rgba(255,255,255,0.15);\n  backdrop-filter: blur(8px);\n  border-radius: 20px;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: center;\n  gap: 6px;\n  border: 1px solid rgba(255,255,255,0.2);\n  transition: all 0.3s ease;\n}\n\n.tp-highlight-icon-box:hover {\n  background: rgba(255,255,255,0.25);\n  transform: scale(1.08);\n}\n\n.tp-highlight-icon-box .icon { font-size: 30px; }\n.tp-highlight-icon-box .text { font-size: 10px; font-weight: 700; letter-spacing: 0.5px; }\n\n\/* ============ SAFETY \/ PRIVACY ============ *\/\n.tp-safety-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n  gap: 24px;\n}\n\n.tp-safety-card {\n  background: linear-gradient(145deg, var(--white), var(--lilac-pale));\n  border-radius: var(--radius);\n  padding: 32px 28px;\n  text-align: center;\n  box-shadow: var(--shadow-soft);\n  transition: all 0.3s ease;\n}\n\n.tp-safety-card:hover { transform: translateY(-4px); }\n\n.tp-safety-card .icon {\n  font-size: 44px;\n  display: block;\n  margin-bottom: 16px;\n}\n\n.tp-safety-card h4 {\n  font-size: 18px;\n  font-weight: 800;\n  color: var(--purple-deep);\n  margin-bottom: 10px;\n}\n\n.tp-safety-card p {\n  font-size: 14px;\n  color: var(--text-mid);\n  line-height: 1.75;\n}\n\n\/* ============ TESTIMONIAL \/ QUOTE ============ *\/\n.tp-quote-section {\n  text-align: center;\n  padding: 64px 24px;\n  background: var(--orange-glow);\n  border-radius: var(--radius-lg);\n  margin: 60px auto;\n  max-width: 900px;\n  position: relative;\n}\n\n.tp-quote-section::before {\n  content: '\u275d';\n  font-size: 80px;\n  color: var(--orange-warm);\n  opacity: 0.2;\n  position: absolute;\n  top: 10px;\n  left: 30px;\n  font-family: serif;\n}\n\n.tp-quote-text {\n  font-size: 22px;\n  font-weight: 600;\n  color: var(--purple-deep);\n  font-style: italic;\n  max-width: 650px;\n  margin: 0 auto 20px;\n  line-height: 1.7;\n}\n\n.tp-quote-author {\n  font-size: 14px;\n  color: var(--text-light);\n  font-weight: 600;\n}\n\n\/* ============ CTA ============ *\/\n.tp-cta-section {\n  text-align: center;\n  padding: 80px 24px;\n}\n\n.tp-btn {\n  display: inline-block;\n  padding: 18px 48px;\n  border-radius: 60px;\n  font-family: 'Nunito', sans-serif;\n  font-size: 18px;\n  font-weight: 800;\n  text-decoration: none;\n  transition: all 0.4s ease;\n  cursor: pointer;\n  border: none;\n}\n\n.tp-btn-primary {\n  background: var(--gradient-cta);\n  color: var(--white);\n  box-shadow: 0 6px 30px rgba(255,123,58,0.35);\n}\n\n.tp-btn-primary:hover {\n  transform: translateY(-3px) scale(1.03);\n  box-shadow: 0 10px 40px rgba(255,123,58,0.45);\n}\n\n.tp-btn-outline {\n  background: transparent;\n  color: var(--purple-deep);\n  border: 2px solid var(--purple-soft);\n  margin-left: 16px;\n}\n\n.tp-btn-outline:hover {\n  background: var(--purple-deep);\n  color: var(--white);\n  border-color: var(--purple-deep);\n}\n\n\/* ============ TECH SPECS ============ *\/\n.tp-specs-list {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n  gap: 12px;\n  margin-top: 32px;\n}\n\n.tp-spec-item {\n  display: flex;\n  align-items: center;\n  gap: 12px;\n  padding: 14px 20px;\n  background: var(--white);\n  border-radius: 12px;\n  font-size: 14px;\n  font-weight: 600;\n  color: var(--text-dark);\n  box-shadow: 0 1px 6px rgba(107,47,160,0.05);\n}\n\n.tp-spec-item .icon { font-size: 22px; flex-shrink: 0; }\n\n\/* ============ FOOTER ============ *\/\n.tp-footer {\n  background: var(--purple-deep);\n  padding: 48px 24px 32px;\n  text-align: center;\n  color: rgba(255,255,255,0.7);\n  margin-top: 0;\n}\n\n.tp-footer-brand {\n  font-family: 'Nunito', sans-serif;\n  font-size: 24px;\n  font-weight: 900;\n  color: var(--white);\n  margin-bottom: 8px;\n}\n\n.tp-footer-brand .accent { color: var(--orange-light); }\n\n.tp-footer p { font-size: 13px; line-height: 1.8; }\n\n.tp-footer-links {\n  margin-top: 20px;\n  display: flex;\n  justify-content: center;\n  gap: 24px;\n  flex-wrap: wrap;\n}\n\n.tp-footer-links a {\n  color: var(--lilac-light);\n  text-decoration: none;\n  font-size: 13px;\n  font-weight: 600;\n  transition: color 0.3s;\n}\n\n.tp-footer-links a:hover { color: var(--orange-warm); }\n\n\/* ============ ANIMATIONS ============ *\/\n@keyframes fadeSlideDown {\n  from { opacity: 0; transform: translateY(-20px); }\n  to { opacity: 1; transform: translateY(0); }\n}\n\n@keyframes float {\n  0%, 100% { transform: translateY(0); }\n  50% { transform: translateY(-8px); }\n}\n\n@keyframes pulse {\n  0%, 100% { transform: scale(1); }\n  50% { transform: scale(1.05); }\n}\n\n\/* Scroll fade-in *\/\n.tp-fade-in {\n  opacity: 0;\n  transform: translateY(30px);\n  transition: opacity 0.7s ease, transform 0.7s ease;\n}\n\n.tp-fade-in.visible {\n  opacity: 1;\n  transform: translateY(0);\n}\n\n\/* ============ RESPONSIVE ============ *\/\n@media (max-width: 768px) {\n  .tp-hero { padding: 56px 0 72px; }\n  .tp-hero-stats { gap: 24px; }\n  .tp-stat-number { font-size: 28px; }\n  .tp-section { padding: 56px 0; }\n  .tp-features-grid { grid-template-columns: 1fr; }\n  .tp-steps-grid { grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); gap: 10px; }\n  .tp-highlight { padding: 36px 28px; gap: 28px; flex-direction: column; }\n  .tp-quote-text { font-size: 18px; }\n  .tp-btn { padding: 16px 36px; font-size: 16px; }\n  .tp-btn-outline { margin-left: 0; margin-top: 12px; }\n  .tp-special-grid { grid-template-columns: 1fr; }\n}\n<\/style>\n<\/head>\n<body>\n\n<!-- ================= HERO ================= -->\n<section class=\"tp-hero\">\n  <div class=\"tp-container\">\n    <div class=\"tp-hero-badge\">\ud83e\udd16 D\u00fcnyan\u0131n ve T\u00fcrkiye&#8217;nin \u0130lk Yapay Zek\u00e2 E\u011fitim Robotu<\/div>\n    <h1>TeacherPal <span class=\"tp-accent\">Bilge<\/span><\/h1>\n    <p class=\"tp-hero-sub\">\u2728 \u00c7ocu\u011funuzun Ak\u0131ll\u0131 \u00d6\u011fretmen Arkada\u015f\u0131 \u2728<\/p>\n    <p class=\"tp-hero-desc\">\n      3\u201312 ya\u015f aras\u0131 \u00e7ocuklar i\u00e7in ki\u015fiselle\u015ftirilmi\u015f, yapay zek\u00e2 destekli e\u011fitim deneyimi. \n      \u00d6zel e\u011fitim ihtiya\u00e7lar\u0131na duyarl\u0131, T\u00fcrk\u00e7e konu\u015fan, sevimli e\u011fitim robotu.\n    <\/p>\n    <div class=\"tp-hero-stats\">\n      <div class=\"tp-stat\">\n        <span class=\"tp-stat-number\">500<\/span>\n        <span class=\"tp-stat-label\">\ud83d\udcda Konu<\/span>\n      <\/div>\n      <div class=\"tp-stat\">\n        <span class=\"tp-stat-number\">20<\/span>\n        <span class=\"tp-stat-label\">\ud83d\udcd6 Ders<\/span>\n      <\/div>\n      <div class=\"tp-stat\">\n        <span class=\"tp-stat-number\">12<\/span>\n        <span class=\"tp-stat-label\">\ud83c\udfaf \u00d6\u011fretim Ad\u0131m\u0131<\/span>\n      <\/div>\n      <div class=\"tp-stat\">\n        <span class=\"tp-stat-number\">31<\/span>\n        <span class=\"tp-stat-label\">\ud83d\udc9c \u00d6zel E\u011fitim Deste\u011fi<\/span>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- Wave -->\n<svg class=\"tp-wave\" viewBox=\"0 0 1440 80\" preserveAspectRatio=\"none\">\n  <path fill=\"#FFFAF5\" d=\"M0,32 C360,80 720,0 1080,48 C1260,64 1360,40 1440,32 L1440,80 L0,80 Z\"\/>\n<\/svg>\n\n<!-- ================= NEDEN B\u0130LGE? ================= -->\n<section class=\"tp-section\">\n  <div class=\"tp-container\">\n    <div class=\"tp-section-header tp-fade-in\">\n      <span class=\"tp-section-icon\">\ud83c\udf1f<\/span>\n      <h2 class=\"tp-section-title\">Neden <span class=\"tp-orange\">Bilge<\/span> Robot?<\/h2>\n      <p class=\"tp-section-subtitle\">Annelerin g\u00f6n\u00fcl rahatl\u0131\u011f\u0131yla g\u00fcvenebilece\u011fi, pedagojik temelli yapay zek\u00e2 e\u011fitim sistemi<\/p>\n    <\/div>\n\n    <div class=\"tp-features-grid\">\n\n      <!-- Card 1 -->\n      <div class=\"tp-card tp-fade-in\">\n        <div class=\"tp-card-icon purple\">\ud83e\udde0<\/div>\n        <h3>Yapay Zek\u00e2 ile Ki\u015fisel E\u011fitim<\/h3>\n        <p>Her \u00e7ocu\u011fun \u00f6\u011frenme h\u0131z\u0131n\u0131, g\u00fc\u00e7l\u00fc ve geli\u015ftirilmesi gereken y\u00f6nlerini analiz eder. Ders i\u00e7erikleri \u00e7ocu\u011funuza \u00f6zel olarak uyarlan\u0131r. Bilge, her \u00e7ocu\u011fa farkl\u0131 bir \u00f6\u011fretim plan\u0131 sunar.<\/p>\n        <span class=\"tp-card-tag\">\ud83c\udfaf Ki\u015fiselle\u015ftirilmi\u015f<\/span>\n      <\/div>\n\n      <!-- Card 2 -->\n      <div class=\"tp-card tp-fade-in\">\n        <div class=\"tp-card-icon orange\">\ud83d\ude0a<\/div>\n        <h3>Duygu Alg\u0131lama Teknolojisi<\/h3>\n        <p>Bilge, \u00e7ocu\u011funuzun y\u00fcz ifadelerini anl\u0131k olarak analiz eder. Mutlu, \u015fa\u015fk\u0131n, s\u0131k\u0131lm\u0131\u015f veya korkmu\u015f oldu\u011funu fark eder ve ders ak\u0131\u015f\u0131n\u0131 buna g\u00f6re otomatik olarak ayarlar.<\/p>\n        <span class=\"tp-card-tag\">\ud83d\udca1 Duygusal Zek\u00e2<\/span>\n      <\/div>\n\n      <!-- Card 3 -->\n      <div class=\"tp-card tp-fade-in\">\n        <div class=\"tp-card-icon lilac\">\ud83d\udde3\ufe0f<\/div>\n        <h3>Do\u011fal T\u00fcrk\u00e7e Konu\u015fma<\/h3>\n        <p>\u00c7ocuk dostu, s\u0131cak ve sevimli bir ses tonu ile T\u00fcrk\u00e7e konu\u015fur. Ses frekanslar\u0131 \u00e7ocuklar i\u00e7in \u00f6zel olarak ayarlanm\u0131\u015ft\u0131r. Bilge, \u00e7ocu\u011funuzun en iyi arkada\u015f\u0131 gibi sohbet eder.<\/p>\n        <span class=\"tp-card-tag\">\ud83c\uddf9\ud83c\uddf7 Tam T\u00fcrk\u00e7e<\/span>\n      <\/div>\n\n      <!-- Card 4 -->\n      <div class=\"tp-card tp-fade-in\">\n        <div class=\"tp-card-icon purple\">\ud83d\udc41\ufe0f<\/div>\n        <h3>Y\u00fcz Tan\u0131ma ile G\u00fcvenlik<\/h3>\n        <p>Bilge, her \u00e7ocu\u011fu y\u00fcz\u00fcnden tan\u0131r ve oturumu otomatik a\u00e7ar. Ba\u015fka bir \u00e7ocuk kullanmaya \u00e7al\u0131\u015ft\u0131\u011f\u0131nda fark eder. Tamamen g\u00fcvenli, veriler yaln\u0131zca cihazda saklan\u0131r.<\/p>\n        <span class=\"tp-card-tag\">\ud83d\udd10 Cihazda Kal\u0131r<\/span>\n      <\/div>\n\n      <!-- Card 5 -->\n      <div class=\"tp-card tp-fade-in\">\n        <div class=\"tp-card-icon orange\">\ud83d\udcca<\/div>\n        <h3>Ebeveyn Takip Paneli<\/h3>\n        <p>\u00c7ocu\u011funuzun hangi dersleri tamamlad\u0131\u011f\u0131n\u0131, s\u0131nav sonu\u00e7lar\u0131n\u0131 ve g\u00fcnl\u00fck kullan\u0131m s\u00fcresini ebeveyn uygulamas\u0131ndan anl\u0131k takip edin. Haftal\u0131k ilerleme raporlar\u0131 otomatik g\u00f6nderilir.<\/p>\n        <span class=\"tp-card-tag\">\ud83d\udcf1 Ebeveyn Uygulamas\u0131<\/span>\n      <\/div>\n\n      <!-- Card 6 -->\n      <div class=\"tp-card tp-fade-in\">\n        <div class=\"tp-card-icon lilac\">\ud83d\udcf6<\/div>\n        <h3>\u00c7evrimd\u0131\u015f\u0131 \u00c7al\u0131\u015fma<\/h3>\n        <p>\u0130nternet ba\u011flant\u0131s\u0131 olmasa bile Bilge e\u011fitime devam eder. \u0130\u00e7erikler cihaza \u00f6nceden indirilir. Tatilde, yolculukta veya internet kesintisinde e\u011fitim asla durmaz.<\/p>\n        <span class=\"tp-card-tag\">\u2708\ufe0f Her Yerde E\u011fitim<\/span>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ================= 13 ADIM PEDAGOJ\u0130K \u00c7ER\u00c7EVE ================= -->\n<section class=\"tp-steps-section\">\n  <div class=\"tp-container\">\n    <div class=\"tp-section-header tp-fade-in\">\n      <span class=\"tp-section-icon\">\ud83c\udf93<\/span>\n      <h2 class=\"tp-section-title\">13 Ad\u0131ml\u0131k <span class=\"tp-orange\">Pedagojik<\/span> \u00d6\u011fretim Sistemi<\/h2>\n      <p class=\"tp-section-subtitle\">Her konu, bilimsel olarak tasarlanm\u0131\u015f 13 ad\u0131ml\u0131k e\u011fitim ak\u0131\u015f\u0131yla \u00f6\u011fretilir<\/p>\n    <\/div>\n\n    <div class=\"tp-steps-grid tp-fade-in\">\n      <div class=\"tp-step\">\n        <span class=\"tp-step-num\">1<\/span>\n        <span class=\"tp-step-emoji\">\ud83d\udc4b<\/span>\n        <span class=\"tp-step-name\">Giri\u015f<\/span>\n      <\/div>\n      <div class=\"tp-step\">\n        <span class=\"tp-step-num\">2<\/span>\n        <span class=\"tp-step-emoji\">\ud83e\udd14<\/span>\n        <span class=\"tp-step-name\">Merak Uyand\u0131rma<\/span>\n      <\/div>\n      <div class=\"tp-step\">\n        <span class=\"tp-step-num\">3<\/span>\n        <span class=\"tp-step-emoji\">\ud83c\udf92<\/span>\n        <span class=\"tp-step-name\">Haz\u0131rlama<\/span>\n      <\/div>\n      <div class=\"tp-step\">\n        <span class=\"tp-step-num\">4<\/span>\n        <span class=\"tp-step-emoji\">\ud83c\udfb5<\/span>\n        <span class=\"tp-step-name\">\u015eark\u0131<\/span>\n      <\/div>\n      <div class=\"tp-step\">\n        <span class=\"tp-step-num\">5<\/span>\n        <span class=\"tp-step-emoji\">\ud83d\udce2<\/span>\n        <span class=\"tp-step-name\">Anlat\u0131m<\/span>\n      <\/div>\n      <div class=\"tp-step\">\n        <span class=\"tp-step-num\">6<\/span>\n        <span class=\"tp-step-emoji\">\ud83c\udfac<\/span>\n        <span class=\"tp-step-name\">Animasyon<\/span>\n      <\/div>\n      <div class=\"tp-step\">\n        <span class=\"tp-step-num\">7<\/span>\n        <span class=\"tp-step-emoji\">\ud83c\udfa5<\/span>\n        <span class=\"tp-step-name\">Video<\/span>\n      <\/div>\n      <div class=\"tp-step\">\n        <span class=\"tp-step-num\">8<\/span>\n        <span class=\"tp-step-emoji\">\ud83d\uddbc\ufe0f<\/span>\n        <span class=\"tp-step-name\">Resim<\/span>\n      <\/div>\n      <div class=\"tp-step\">\n        <span class=\"tp-step-num\">9<\/span>\n        <span class=\"tp-step-emoji\">\ud83c\udfae<\/span>\n        <span class=\"tp-step-name\">Oyun<\/span>\n      <\/div>\n      <div class=\"tp-step\">\n        <span class=\"tp-step-num\">10<\/span>\n        <span class=\"tp-step-emoji\">\ud83d\udcd6<\/span>\n        <span class=\"tp-step-name\">Hik\u00e2ye<\/span>\n      <\/div>\n      <div class=\"tp-step\">\n        <span class=\"tp-step-num\">11<\/span>\n        <span class=\"tp-step-emoji\">\ud83e\uddda<\/span>\n        <span class=\"tp-step-name\">Masal<\/span>\n      <\/div>\n      <div class=\"tp-step\">\n        <span class=\"tp-step-num\">12<\/span>\n        <span class=\"tp-step-emoji\">\u2702\ufe0f<\/span>\n        <span class=\"tp-step-name\">Etkinlik<\/span>\n      <\/div>\n      <div class=\"tp-step\">\n        <span class=\"tp-step-num\">13<\/span>\n        <span class=\"tp-step-emoji\">\ud83d\udcdd<\/span>\n        <span class=\"tp-step-name\">S\u0131nav<\/span>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ================= YA\u015e GRUPLARI ================= -->\n<section class=\"tp-section\">\n  <div class=\"tp-container\">\n    <div class=\"tp-section-header tp-fade-in\">\n      <span class=\"tp-section-icon\">\ud83d\udc76<\/span>\n      <h2 class=\"tp-section-title\">3&#8217;den 12&#8217;ye <span class=\"tp-orange\">Her Ya\u015f<\/span> \u0130\u00e7in E\u011fitim<\/h2>\n      <p class=\"tp-section-subtitle\">\u00c7ocu\u011funuzun ya\u015f\u0131na g\u00f6re seviye taramas\u0131 yapar, tam ona uygun yerden ba\u015flar<\/p>\n    <\/div>\n\n    <div class=\"tp-age-bar tp-fade-in\">\n      <div class=\"tp-age-item\">\n        <div class=\"tp-age-block\" style=\"height:55px; background:var(--lilac-light);\">\ud83e\uddd2<\/div>\n        <span class=\"tp-age-label\">2 ya\u015f<\/span>\n      <\/div>\n      <div class=\"tp-age-item\">\n        <div class=\"tp-age-block\" style=\"height:65px; background:var(--lilac);\">\ud83e\uddd2<\/div>\n        <span class=\"tp-age-label\">3 ya\u015f<\/span>\n      <\/div>\n      <div class=\"tp-age-item\">\n        <div class=\"tp-age-block\" style=\"height:75px; background:var(--purple-soft);\">\ud83d\udc66<\/div>\n        <span class=\"tp-age-label\">4 ya\u015f<\/span>\n      <\/div>\n      <div class=\"tp-age-item\">\n        <div class=\"tp-age-block\" style=\"height:85px; background:var(--purple-mid);\">\ud83d\udc66<\/div>\n        <span class=\"tp-age-label\">5 ya\u015f<\/span>\n      <\/div>\n      <div class=\"tp-age-item\">\n        <div class=\"tp-age-block\" style=\"height:95px; background:var(--purple-deep); color:white;\">\ud83d\udc67<\/div>\n        <span class=\"tp-age-label\">6 ya\u015f<\/span>\n      <\/div>\n      <div class=\"tp-age-item\">\n        <div class=\"tp-age-block\" style=\"height:105px; background:var(--orange-warm); color:white;\">\ud83d\udc67<\/div>\n        <span class=\"tp-age-label\">7 ya\u015f<\/span>\n      <\/div>\n      <div class=\"tp-age-item\">\n        <div class=\"tp-age-block\" style=\"height:115px; background:var(--orange-warm); color:white;\">\ud83e\uddd1<\/div>\n        <span class=\"tp-age-label\">8 ya\u015f<\/span>\n      <\/div>\n      <div class=\"tp-age-item\">\n        <div class=\"tp-age-block\" style=\"height:125px; background:var(--purple-deep); color:white;\">\ud83e\uddd1<\/div>\n        <span class=\"tp-age-label\">9 ya\u015f<\/span>\n      <\/div>\n      <div class=\"tp-age-item\">\n        <div class=\"tp-age-block\" style=\"height:135px; background:var(--purple-mid); color:white;\">\ud83d\udc68<\/div>\n        <span class=\"tp-age-label\">10 ya\u015f<\/span>\n      <\/div>\n      <div class=\"tp-age-item\">\n        <div class=\"tp-age-block\" style=\"height:145px; background:var(--lilac);\">\ud83d\udc69<\/div>\n        <span class=\"tp-age-label\">11 ya\u015f<\/span>\n      <\/div>\n      <div class=\"tp-age-item\">\n        <div class=\"tp-age-block\" style=\"height:155px; background:var(--orange-light);\">\ud83d\udc69<\/div>\n        <span class=\"tp-age-label\">12 ya\u015f<\/span>\n      <\/div>\n    <\/div>\n\n    <!-- HIGHLIGHT BANNER -->\n    <div class=\"tp-highlight tp-fade-in\">\n      <div class=\"tp-highlight-content\">\n        <h3>\ud83c\udfc6 Seviye S\u0131nav\u0131 Sistemi<\/h3>\n        <p>\n          Bilge, \u00e7ocu\u011funuzun bildi\u011fi konular\u0131 otomatik tespit eder. %90 ve \u00fczeri ba\u015far\u0131 g\u00f6steren konular\u0131 atlar, \n          zaman kaybetmez. Eksik kalan konulara yo\u011funla\u015f\u0131r. B\u00f6ylece her \u00e7ocuk kendi h\u0131z\u0131nda, verimli \u015fekilde ilerler. \n          Hi\u00e7bir konu eksik kalmaz, hi\u00e7bir zaman bo\u015fa harcanmaz.\n        <\/p>\n      <\/div>\n      <div class=\"tp-highlight-icons\">\n        <div class=\"tp-highlight-icon-box\">\n          <span class=\"icon\">\ud83d\udcdd<\/span>\n          <span class=\"text\">10 SORU<\/span>\n        <\/div>\n        <div class=\"tp-highlight-icon-box\">\n          <span class=\"icon\">\ud83c\udfaf<\/span>\n          <span class=\"text\">%90 E\u015eIK<\/span>\n        <\/div>\n        <div class=\"tp-highlight-icon-box\">\n          <span class=\"icon\">\u23ed\ufe0f<\/span>\n          <span class=\"text\">ATLAMA<\/span>\n        <\/div>\n        <div class=\"tp-highlight-icon-box\">\n          <span class=\"icon\">\ud83d\udd04<\/span>\n          <span class=\"text\">TEKRAR<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ================= \u00d6ZEL E\u011e\u0130T\u0130M ================= -->\n<section class=\"tp-section\" style=\"background: var(--lilac-pale);\">\n  <div class=\"tp-container\">\n    <div class=\"tp-section-header tp-fade-in\">\n      <span class=\"tp-section-icon\">\ud83d\udc9c<\/span>\n      <h2 class=\"tp-section-title\">\u00d6zel E\u011fitim <span class=\"tp-orange\">Deste\u011fi<\/span><\/h2>\n      <p class=\"tp-section-subtitle\">31 farkl\u0131 \u00f6zel e\u011fitim ihtiyac\u0131na uygun, ki\u015fiselle\u015ftirilmi\u015f \u00f6\u011fretim katsay\u0131lar\u0131 ile her \u00e7ocu\u011fa \u00f6zel yakla\u015f\u0131m<\/p>\n    <\/div>\n\n    <div class=\"tp-special-grid tp-fade-in\">\n      <div class=\"tp-special-item\"><span class=\"icon\">\ud83e\udde9<\/span><span class=\"label\">Otizm Spektrum Bozuklu\u011fu<\/span><\/div>\n      <div class=\"tp-special-item\"><span class=\"icon\">\ud83d\udcd6<\/span><span class=\"label\">Disleksi<\/span><\/div>\n      <div class=\"tp-special-item\"><span class=\"icon\">\ud83d\udd22<\/span><span class=\"label\">Diskalkuli<\/span><\/div>\n      <div class=\"tp-special-item\"><span class=\"icon\">\u270d\ufe0f<\/span><span class=\"label\">Disgrafi<\/span><\/div>\n      <div class=\"tp-special-item\"><span class=\"icon\">\u26a1<\/span><span class=\"label\">DEHB \/ Dikkat Eksikli\u011fi<\/span><\/div>\n      <div class=\"tp-special-item\"><span class=\"icon\">\ud83d\udde3\ufe0f<\/span><span class=\"label\">Konu\u015fma ve Dil Bozukluklar\u0131<\/span><\/div>\n      <div class=\"tp-special-item\"><span class=\"icon\">\ud83e\udde0<\/span><span class=\"label\">Zihinsel Geli\u015fim Gerili\u011fi<\/span><\/div>\n      <div class=\"tp-special-item\"><span class=\"icon\">\ud83d\udc41\ufe0f<\/span><span class=\"label\">G\u00f6rme Engeli<\/span><\/div>\n      <div class=\"tp-special-item\"><span class=\"icon\">\ud83d\udc42<\/span><span class=\"label\">\u0130\u015fitme Engeli<\/span><\/div>\n      <div class=\"tp-special-item\"><span class=\"icon\">\ud83e\uddbd<\/span><span class=\"label\">Fiziksel Engel<\/span><\/div>\n      <div class=\"tp-special-item\"><span class=\"icon\">\ud83c\udf08<\/span><span class=\"label\">Down Sendromu<\/span><\/div>\n      <div class=\"tp-special-item\"><span class=\"icon\">\ud83d\udcab<\/span><span class=\"label\">Epilepsi \/ N\u00f6rolojik<\/span><\/div>\n      <div class=\"tp-special-item\"><span class=\"icon\">\ud83d\ude30<\/span><span class=\"label\">Kayg\u0131 Bozukluklar\u0131<\/span><\/div>\n      <div class=\"tp-special-item\"><span class=\"icon\">\ud83c\udfaf<\/span><span class=\"label\">\u00dcst\u00fcn Zek\u00e2 ve Yetenek<\/span><\/div>\n      <div class=\"tp-special-item\"><span class=\"icon\">\ud83d\udc9b<\/span><span class=\"label\">Serebral Palsi<\/span><\/div>\n      <div class=\"tp-special-item\"><span class=\"icon\">\ud83e\udd1d<\/span><span class=\"label\">Sosyal \u0130leti\u015fim G\u00fc\u00e7l\u00fc\u011f\u00fc<\/span><\/div>\n    <\/div>\n\n    <p style=\"text-align:center; margin-top:28px; font-size:14px; color:var(--text-light); font-weight:600;\" class=\"tp-fade-in\">\n      \u2699\ufe0f Her \u00f6zel e\u011fitim durumu i\u00e7in 13 ad\u0131m\u0131n her birinde \u00f6zel a\u011f\u0131rl\u0131k katsay\u0131lar\u0131 uygulan\u0131r \u2014 toplamda <strong style=\"color:var(--purple-deep);\">403 farkl\u0131 katsay\u0131<\/strong> ile ki\u015fiselle\u015ftirme yap\u0131l\u0131r.\n    <\/p>\n  <\/div>\n<\/section>\n\n<!-- ================= G\u00dcVENL\u0130K & G\u0130ZL\u0130L\u0130K ================= -->\n<section class=\"tp-section\">\n  <div class=\"tp-container\">\n    <div class=\"tp-section-header tp-fade-in\">\n      <span class=\"tp-section-icon\">\ud83d\udee1\ufe0f<\/span>\n      <h2 class=\"tp-section-title\">Anne <span class=\"tp-orange\">G\u00fcvencesi<\/span><\/h2>\n      <p class=\"tp-section-subtitle\">\u00c7ocu\u011funuzun g\u00fcvenli\u011fi ve gizlili\u011fi en \u00f6ncelikli konumuz<\/p>\n    <\/div>\n\n    <div class=\"tp-safety-grid tp-fade-in\">\n      <div class=\"tp-safety-card\">\n        <span class=\"icon\">\ud83d\udd12<\/span>\n        <h4>KVKK &#038; GDPR Uyumlu<\/h4>\n        <p>T\u00fcm ki\u015fisel veriler T\u00fcrkiye&#8217;deki KVKK, Avrupa&#8217;daki GDPR ve ABD&#8217;deki COPPA mevzuatlar\u0131na tam uyumlu \u015fekilde i\u015flenir. Ebeveyn onay\u0131 olmadan hi\u00e7bir veri toplanmaz.<\/p>\n      <\/div>\n      <div class=\"tp-safety-card\">\n        <span class=\"icon\">\ud83d\udcf1<\/span>\n        <h4>Ebeveyn Kontrol\u00fc<\/h4>\n        <p>G\u00fcnl\u00fck kullan\u0131m s\u00fcresini s\u0131n\u0131rlay\u0131n, hangi i\u00e7eriklere eri\u015filebilece\u011fini belirleyin. T\u00fcm ayarlar ebeveyn uygulamas\u0131ndan uzaktan y\u00f6netilir. Tam kontrol sizde.<\/p>\n      <\/div>\n      <div class=\"tp-safety-card\">\n        <span class=\"icon\">\ud83c\udfe0<\/span>\n        <h4>Veriler Cihazda Kal\u0131r<\/h4>\n        <p>Y\u00fcz tan\u0131ma ve duygu analizi verileri yaln\u0131zca robot cihaz\u0131nda saklan\u0131r, hi\u00e7bir zaman sunucuya g\u00f6nderilmez. Biyometrik veriler 100% yerel i\u015flenir.<\/p>\n      <\/div>\n      <div class=\"tp-safety-card\">\n        <span class=\"icon\">\ud83d\udd04<\/span>\n        <h4>Otomatik G\u00fcncelleme<\/h4>\n        <p>G\u00fcvenlik yamalar\u0131 ve yeni \u00f6zellikler kablosuz olarak otomatik g\u00fcncellenir. Siz hi\u00e7bir \u015fey yapmak zorunda de\u011filsiniz \u2014 Bilge kendini her zaman g\u00fcncel tutar.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ================= \u0130\u00c7ER\u0130K ZENG\u0130NL\u0130\u011e\u0130 ================= -->\n<section class=\"tp-section\" style=\"background: var(--orange-glow);\">\n  <div class=\"tp-container\">\n    <div class=\"tp-section-header tp-fade-in\">\n      <span class=\"tp-section-icon\">\ud83c\udfa8<\/span>\n      <h2 class=\"tp-section-title\">Zengin <span class=\"tp-orange\">\u0130\u00e7erik<\/span> D\u00fcnyas\u0131<\/h2>\n      <p class=\"tp-section-subtitle\">\u015eark\u0131lar, masallar, oyunlar, animasyonlar ve daha fazlas\u0131 \u2014 \u00f6\u011frenmeyi e\u011flenceye d\u00f6n\u00fc\u015ft\u00fcr\u00fcr<\/p>\n    <\/div>\n\n    <div class=\"tp-features-grid tp-fade-in\">\n      <div class=\"tp-card\">\n        <div class=\"tp-card-icon orange\">\ud83c\udfb5<\/div>\n        <h3>E\u011fitici \u015eark\u0131lar<\/h3>\n        <p>Her konu i\u00e7in \u00f6zel bestelenmi\u015f, ak\u0131lda kal\u0131c\u0131 \u015fark\u0131lar. \u00c7ocu\u011funuz \u015fark\u0131 s\u00f6ylerken \u00f6\u011frenir, tekrar ederken peki\u015ftirir.<\/p>\n      <\/div>\n      <div class=\"tp-card\">\n        <div class=\"tp-card-icon purple\">\ud83c\udfac<\/div>\n        <h3>Animasyon &#038; Video<\/h3>\n        <p>Profesyonel animasyonlar ve e\u011fitici videolar ile soyut kavramlar somutla\u015f\u0131r. G\u00f6rsel \u00f6\u011frenme en g\u00fc\u00e7l\u00fc \u00f6\u011frenme bi\u00e7imidir.<\/p>\n      <\/div>\n      <div class=\"tp-card\">\n        <div class=\"tp-card-icon lilac\">\ud83c\udfae<\/div>\n        <h3>Etkile\u015fimli Oyunlar<\/h3>\n        <p>Her konunun oyunla peki\u015ftirildi\u011fi interaktif etkinlikler. \u00d6\u011frenme, oyun oynayarak ger\u00e7ekle\u015fir \u2014 s\u0131k\u0131lma s\u00f6z konusu de\u011fil.<\/p>\n      <\/div>\n      <div class=\"tp-card\">\n        <div class=\"tp-card-icon orange\">\ud83d\udcd6<\/div>\n        <h3>Hik\u00e2ye &#038; Masal<\/h3>\n        <p>Konuya uygun orijinal hik\u00e2yeler ve masallar. Bilge, sevimli sesiyle \u00e7ocu\u011funuza masal anlat\u0131r, hayal g\u00fcc\u00fcn\u00fc geli\u015ftirir.<\/p>\n      <\/div>\n      <div class=\"tp-card\">\n        <div class=\"tp-card-icon purple\">\u2702\ufe0f<\/div>\n        <h3>Etkinlik Rehberleri<\/h3>\n        <p>Kes-yap\u0131\u015ft\u0131r, boya, \u00e7iz gibi hands-on etkinliklerle \u00f6\u011frenilen bilgi kal\u0131c\u0131 h\u00e2le gelir. Ekran d\u0131\u015f\u0131 aktiviteler de dahil.<\/p>\n      <\/div>\n      <div class=\"tp-card\">\n        <div class=\"tp-card-icon lilac\">\ud83d\udcdd<\/div>\n        <h3>Ak\u0131ll\u0131 S\u0131nav Sistemi<\/h3>\n        <p>Her konunun sonunda 10 soruluk s\u0131nav. %90 ba\u015far\u0131 hedefi ile y\u00fcksek \u00f6\u011frenme kalitesi. 4 \u015f\u0131kl\u0131 sorular, ipu\u00e7lar\u0131 ve geri bildirim.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ================= ANNE S\u00d6Z\u00dc ================= -->\n<section class=\"tp-section\">\n  <div class=\"tp-container\">\n    <div class=\"tp-quote-section tp-fade-in\">\n      <p class=\"tp-quote-text\">\n        &#8220;O\u011flum otizm tan\u0131l\u0131 ve Bilge onunla inan\u0131lmaz bir ba\u011f kurdu. Her g\u00fcn robotu a\u00e7mak i\u00e7in sab\u0131rs\u0131zlan\u0131yor. \n        Hem e\u011fleniyor hem \u00f6\u011freniyor \u2014 bir anne olarak bundan mutlu edici bir \u015fey olamaz.&#8221;\n      <\/p>\n      <p class=\"tp-quote-author\">\u2014 Elif A., 37, \u0130stanbul \ud83d\udc9c<\/p>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ================= TEKN\u0130K \u00d6ZELL\u0130KLER ================= -->\n<section class=\"tp-section\" style=\"background: var(--lilac-pale);\">\n  <div class=\"tp-container\">\n    <div class=\"tp-section-header tp-fade-in\">\n      <span class=\"tp-section-icon\">\u2699\ufe0f<\/span>\n      <h2 class=\"tp-section-title\">Teknik <span class=\"tp-orange\">\u00d6zellikler<\/span><\/h2>\n      <p class=\"tp-section-subtitle\">Bilge&#8217;nin motor kaputunun alt\u0131nda neler var?<\/p>\n    <\/div>\n\n    <div class=\"tp-specs-list tp-fade-in\">\n      <div class=\"tp-spec-item\"><span class=\"icon\">\ud83e\udd16<\/span> TensorFlow Lite yapay zek\u00e2 motoru<\/div>\n      <div class=\"tp-spec-item\"><span class=\"icon\">\ud83d\udcf7<\/span> Ger\u00e7ek zamanl\u0131 y\u00fcz tan\u0131ma<\/div>\n      <div class=\"tp-spec-item\"><span class=\"icon\">\ud83d\ude0a<\/span> 7 farkl\u0131 duygu alg\u0131lama<\/div>\n      <div class=\"tp-spec-item\"><span class=\"icon\">\ud83c\udfa4<\/span> Whisper STT ses tan\u0131ma<\/div>\n      <div class=\"tp-spec-item\"><span class=\"icon\">\ud83d\udd0a<\/span> Formant-shift \u00e7ocuk dostu ses<\/div>\n      <div class=\"tp-spec-item\"><span class=\"icon\">\ud83d\udcf6<\/span> WiFi + \u00e7evrimd\u0131\u015f\u0131 mod<\/div>\n      <div class=\"tp-spec-item\"><span class=\"icon\">\ud83d\udd0b<\/span> Allwinner i\u015flemci, d\u00fc\u015f\u00fck g\u00fc\u00e7 t\u00fcketimi<\/div>\n      <div class=\"tp-spec-item\"><span class=\"icon\">\ud83d\udcf1<\/span> Android tabanl\u0131 i\u015fletim sistemi<\/div>\n      <div class=\"tp-spec-item\"><span class=\"icon\">\ud83d\udd04<\/span> OTA kablosuz g\u00fcncelleme<\/div>\n      <div class=\"tp-spec-item\"><span class=\"icon\">\ud83d\uddc4\ufe0f<\/span> 123 tablolu e\u011fitim veritaban\u0131<\/div>\n      <div class=\"tp-spec-item\"><span class=\"icon\">\ud83e\udde9<\/span> 29 geli\u015fimsel \u00f6zellik profili<\/div>\n      <div class=\"tp-spec-item\"><span class=\"icon\">\ud83d\udce1<\/span> 3 katmanl\u0131 g\u00fcvenli kimlik do\u011frulama<\/div>\n      <div class=\"tp-spec-item\"><span class=\"icon\">\ud83c\udfa8<\/span> 1024\u00d7600 dokunmatik ekran<\/div>\n      <div class=\"tp-spec-item\"><span class=\"icon\">\u270f\ufe0f<\/span> Bluetooth kalem deste\u011fi<\/div>\n      <div class=\"tp-spec-item\"><span class=\"icon\">\ud83d\udd10<\/span> KVKK \/ GDPR \/ COPPA uyumlu<\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ================= NASIL \u00c7ALI\u015eIR ================= -->\n<section class=\"tp-section\">\n  <div class=\"tp-container\">\n    <div class=\"tp-section-header tp-fade-in\">\n      <span class=\"tp-section-icon\">\ud83d\ude80<\/span>\n      <h2 class=\"tp-section-title\">Nas\u0131l <span class=\"tp-orange\">\u00c7al\u0131\u015f\u0131r<\/span>?<\/h2>\n      <p class=\"tp-section-subtitle\">4 basit ad\u0131mda Bilge ile e\u011fitime ba\u015flay\u0131n<\/p>\n    <\/div>\n\n    <div class=\"tp-features-grid tp-fade-in\">\n      <div class=\"tp-card\" style=\"text-align:center;\">\n        <div style=\"font-size:48px; margin-bottom:16px;\">\ud83d\udce6<\/div>\n        <h3>1. Kutudan \u00c7\u0131kar\u0131n<\/h3>\n        <p>Bilge&#8217;yi kutudan \u00e7\u0131kar\u0131n, \u015farj edin ve WiFi&#8217;ye ba\u011flay\u0131n. Kurulum 5 dakikadan k\u0131sa s\u00fcrer.<\/p>\n      <\/div>\n      <div class=\"tp-card\" style=\"text-align:center;\">\n        <div style=\"font-size:48px; margin-bottom:16px;\">\ud83d\udc64<\/div>\n        <h3>2. \u00c7ocu\u011funuzu Tan\u0131t\u0131n<\/h3>\n        <p>Ebeveyn uygulamas\u0131ndan \u00e7ocu\u011funuzun bilgilerini girin. Bilge y\u00fcz\u00fcn\u00fc \u00f6\u011frenir, art\u0131k onu tan\u0131r.<\/p>\n      <\/div>\n      <div class=\"tp-card\" style=\"text-align:center;\">\n        <div style=\"font-size:48px; margin-bottom:16px;\">\ud83c\udfaf<\/div>\n        <h3>3. Seviye Belirlenir<\/h3>\n        <p>Bilge otomatik seviye taramas\u0131 yapar. \u00c7ocu\u011funuzun tam bildi\u011fi konular\u0131 atlar, eksiklere odaklan\u0131r.<\/p>\n      <\/div>\n      <div class=\"tp-card\" style=\"text-align:center;\">\n        <div style=\"font-size:48px; margin-bottom:16px;\">\ud83c\udf1f<\/div>\n        <h3>4. E\u011fitim Ba\u015flas\u0131n!<\/h3>\n        <p>\u015eark\u0131lar, oyunlar, masallar ve s\u0131navlarla dolu 13 ad\u0131ml\u0131k e\u011fitim yolculu\u011fu ba\u015flar!<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ================= CTA ================= -->\n<section class=\"tp-cta-section tp-fade-in\">\n  <div class=\"tp-container\">\n    <h2 class=\"tp-section-title\" style=\"margin-bottom:16px;\">\u00c7ocu\u011funuzun Gelece\u011fine <span class=\"tp-orange\">Yat\u0131r\u0131m<\/span> Yap\u0131n<\/h2>\n    <p class=\"tp-section-subtitle\" style=\"margin-bottom:36px;\">\n      \u2728 Bilge ile \u00f6\u011frenmek e\u011flenceli, ki\u015fisel ve g\u00fcvenli. \u015eimdi ke\u015ffedin!\n    <\/p>\n  <\/div>\n<\/section>\n\n<!-- ================= FOOTER ================= -->\n<footer class=\"tp-footer\">\n  <div class=\"tp-container\">\n    <div class=\"tp-footer-brand\">TeacherPal <span class=\"accent\">Bilge<\/span> \ud83e\udd16<\/div>\n    <p>Yapay Zek\u00e2 Destekli E\u011fitim Robotu \u2014 3\u201312 Ya\u015f<\/p>\n  <\/div>\n<\/footer>\n\n<!-- ================= SCROLL ANIMATION ================= -->\n<script>\ndocument.addEventListener('DOMContentLoaded', function() {\n  const observer = new IntersectionObserver(function(entries) {\n    entries.forEach(function(entry) {\n      if (entry.isIntersecting) {\n        entry.target.classList.add('visible');\n      }\n    });\n  }, { threshold: 0.1, rootMargin: '0px 0px -40px 0px' });\n\n  document.querySelectorAll('.tp-fade-in').forEach(function(el) {\n    observer.observe(el);\n  });\n});\n<\/script>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>TeacherPal TP-1 Bilge \u2014 Yapay Zek\u00e2 Destekli E\u011fitim Robotu \ud83e\udd16 D\u00fcnyan\u0131n ve T\u00fcrkiye&#8217;nin \u0130lk Yapay Zek\u00e2 E\u011fitim Robotu TeacherPal Bilge \u2728 \u00c7ocu\u011funuzun Ak\u0131ll\u0131 \u00d6\u011fretmen Arkada\u015f\u0131 \u2728 3\u201312 ya\u015f aras\u0131 \u00e7ocuklar i\u00e7in ki\u015fiselle\u015ftirilmi\u015f, yapay zek\u00e2 destekli e\u011fitim deneyimi. \u00d6zel e\u011fitim ihtiya\u00e7lar\u0131na duyarl\u0131, T\u00fcrk\u00e7e konu\u015fan, sevimli e\u011fitim robotu. 500 \ud83d\udcda Konu 20 \ud83d\udcd6 Ders 12 \ud83c\udfaf \u00d6\u011fretim [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-267","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/teacherpal.com.tr\/wwwweb\/index.php?rest_route=\/wp\/v2\/pages\/267","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/teacherpal.com.tr\/wwwweb\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/teacherpal.com.tr\/wwwweb\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/teacherpal.com.tr\/wwwweb\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/teacherpal.com.tr\/wwwweb\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=267"}],"version-history":[{"count":7,"href":"https:\/\/teacherpal.com.tr\/wwwweb\/index.php?rest_route=\/wp\/v2\/pages\/267\/revisions"}],"predecessor-version":[{"id":453,"href":"https:\/\/teacherpal.com.tr\/wwwweb\/index.php?rest_route=\/wp\/v2\/pages\/267\/revisions\/453"}],"wp:attachment":[{"href":"https:\/\/teacherpal.com.tr\/wwwweb\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=267"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}