.elementor-6 .elementor-element.elementor-element-f80d2eb{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6 .elementor-element.elementor-element-0e6ed5a{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-0e6ed5a */:root{
  --bg:#f5f7ff;
  --ink:#1c2440;
  --muted:#667085;
  --brand:#4f46e5;
  --brand2:#06b6d4;
  --soft:#eef2ff;
  --card:#ffffff;
  --gold:#f59e0b;
  --green:#10b981;
  --pink:#ec4899;
  --shadow:0 24px 70px rgba(31,41,55,.12);
  --radius:28px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(79,70,229,.18), transparent 34%),
    radial-gradient(circle at top right, rgba(6,182,212,.16), transparent 30%),
    var(--bg);
  color:var(--ink);
}

button{
  border:0;
  cursor:pointer;
  font-weight:800;
  border-radius:999px;
  padding:13px 20px;
  background:linear-gradient(135deg,var(--brand),var(--brand2));
  color:white;
  box-shadow:0 12px 25px rgba(79,70,229,.24);
  transition:.2s ease;
}

button:hover{transform:translateY(-2px);filter:saturate(1.1)}
button:active{transform:translateY(0)}

.app-shell{max-width:1180px;margin:auto;padding:22px}

.hero{
  background:linear-gradient(135deg,#111827,#312e81 48%,#0891b2);
  color:white;
  border-radius:34px;
  padding:24px;
  box-shadow:var(--shadow);
  overflow:hidden;
  position:relative;
}

.hero:before{
  content:"";
  position:absolute;
  width:360px;height:360px;
  border-radius:50%;
  background:rgba(255,255,255,.08);
  right:-100px;top:-120px;
}

.topbar,.hero-grid,.section-heading,.two-col,.formula-card,.hero-actions,.mini-stats{
  display:flex;
  gap:18px;
}

.topbar{justify-content:space-between;align-items:center;position:relative;z-index:1}
.brand{display:flex;align-items:center;gap:12px}
.logo{
  width:54px;height:54px;
  display:grid;place-items:center;
  border-radius:18px;
  background:rgba(255,255,255,.16);
  font-weight:950;
}
.brand small{display:block;color:rgba(255,255,255,.72);margin-top:2px}
.pill-btn{background:white;color:#1f2937;box-shadow:none}

.hero-grid{
  align-items:center;
  justify-content:space-between;
  padding:64px 8px 20px;
  position:relative;z-index:1;
}
.hero-grid>section:first-child{max-width:670px}
.eyebrow{
  display:inline-flex;
  padding:8px 13px;
  background:rgba(255,255,255,.14);
  border-radius:999px;
  font-weight:900;
}
h1{font-size:clamp(42px,7vw,76px);line-height:.95;margin:18px 0}
.hero-text{font-size:20px;line-height:1.7;color:rgba(255,255,255,.84)}
.hero-actions{flex-wrap:wrap;margin-top:28px}
.hero-actions button:nth-child(2){background:#fff;color:#111827}

.teacher-card{
  width:min(360px,100%);
  background:rgba(255,255,255,.13);
  backdrop-filter:blur(18px);
  border:1px solid rgba(255,255,255,.18);
  border-radius:32px;
  padding:26px;
}
.teacher-avatar{font-size:70px}
.teacher-card h2{margin-bottom:8px}
.mini-stats{flex-wrap:wrap}
.mini-stats span{
  background:rgba(255,255,255,.13);
  border-radius:999px;
  padding:8px 11px;
  font-size:13px;
  font-weight:800;
}

main{display:grid;gap:24px;margin-top:24px}
.section-card{
  background:rgba(255,255,255,.82);
  backdrop-filter:blur(18px);
  border:1px solid rgba(255,255,255,.9);
  border-radius:var(--radius);
  padding:28px;
  box-shadow:var(--shadow);
}
.section-heading{align-items:center;margin-bottom:22px}
.badge{
  min-width:54px;height:54px;border-radius:18px;
  background:linear-gradient(135deg,#fde68a,#f59e0b);
  display:grid;place-items:center;
  font-size:24px;font-weight:950;
}
.section-heading h2{margin:0;font-size:30px}
.section-heading p{margin:4px 0 0;color:var(--muted)}

.roadmap{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(160px,1fr));
  gap:12px;
}
.roadmap div{
  background:#fff;
  border-radius:20px;
  padding:18px;
  display:flex;
  gap:12px;
  align-items:center;
  border:1px solid #eef2ff;
}
.roadmap strong{
  width:38px;height:38px;border-radius:14px;
  background:#eef2ff;
  color:var(--brand);
  display:grid;place-items:center;
}
.teacher-script,.explain-box{
  margin-top:18px;
  background:#ecfeff;
  border:1px solid #a5f3fc;
  border-radius:22px;
  padding:18px;
  line-height:1.7;
}
.teacher-script button{margin-left:10px;padding:8px 12px}

.explain-box h3{margin-top:0;font-size:24px}
.explain-box p{font-size:18px}

.alphabet-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(58px,1fr));
  gap:10px;
  margin:20px 0;
}
.letter{
  min-height:58px;
  padding:0;
  border-radius:18px;
  background:#fff;
  color:var(--ink);
  box-shadow:0 8px 22px rgba(31,41,55,.08);
  border:2px solid #e5e7eb;
  font-size:22px;
}
.letter.vowel{
  background:linear-gradient(135deg,#fef3c7,#fde68a);
  border-color:#f59e0b;
}

.example-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
  gap:14px;
}
.example-card{
  background:#fff;
  border-radius:22px;
  padding:18px;
  border:1px solid #eef2ff;
  box-shadow:0 10px 25px rgba(31,41,55,.07);
}
.example-card span{font-size:42px;display:block}
.example-card strong{font-size:36px;color:var(--brand)}
.example-card p{font-weight:800}
.example-card button{padding:8px 12px}

.song-box{
  margin-top:22px;
  background:linear-gradient(135deg,#fdf2f8,#eef2ff);
  border-radius:24px;
  padding:20px;
  display:flex;
  gap:18px;
  justify-content:space-between;
  align-items:center;
}
.song-box h3{margin:0 0 6px}
.song-box p{margin:0;color:var(--muted);font-weight:700}

.two-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
.glass-card{
  background:#fff;
  border-radius:24px;
  padding:24px;
  border:1px solid #eef2ff;
}
.glass-card h3{font-size:25px;margin-top:0}
.big-letters{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin:16px 0}
.big-letters button{border-radius:20px;font-size:28px;padding:20px 0;background:linear-gradient(135deg,#f59e0b,#ef4444)}
.wide-btn{width:100%;margin-top:10px}
.large-text{font-size:26px;line-height:1.8;font-weight:950;letter-spacing:2px}

.subheading{font-size:25px;margin-top:26px}
.example-list{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:12px;
}
.example-list div{
  background:#fff;
  border:1px solid #eef2ff;
  border-radius:18px;
  padding:15px;
  font-size:17px;
  font-weight:850;
}
.example-list button{padding:7px 10px;margin-left:6px}

.quiz-panel{
  margin-top:22px;
  background:#f8fafc;
  border:1px solid #e5e7eb;
  border-radius:24px;
  padding:22px;
}
.quiz-panel h3{margin-top:0}
.quiz-actions,.answer-buttons,.sentence-builder{
  display:flex;gap:10px;flex-wrap:wrap;
}
.feedback{min-height:24px;font-weight:900;color:var(--brand)}

.card-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(170px,1fr));
  gap:16px;
}
.pronoun-card{
  background:#fff;
  border-radius:24px;
  padding:22px;
  box-shadow:0 12px 28px rgba(31,41,55,.08);
  border:1px solid #eef2ff;
  transition:.2s ease;
}
.pronoun-card:hover{transform:translateY(-4px)}
.pronoun-card span{font-size:44px}
.pronoun-card h3{font-size:32px;margin:10px 0 4px}
.pronoun-card p{margin:0;color:var(--ink);font-weight:900}
.pronoun-card small{display:block;color:var(--muted);margin-top:9px;line-height:1.5}

.table-wrap{overflow-x:auto}
table{width:100%;border-collapse:separate;border-spacing:0 10px}
th{text-align:left;color:var(--muted);font-size:14px}
td,th{padding:14px}
tbody tr{background:#fff;box-shadow:0 8px 20px rgba(31,41,55,.06)}
tbody td:first-child{border-radius:16px 0 0 16px;font-weight:900}
tbody td:nth-child(2){font-weight:950;color:var(--brand)}
tbody td:last-child{border-radius:0 16px 16px 0}
td button{padding:9px 12px}

.compare-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(230px,1fr));
  gap:12px;
}
.compare-grid div{
  background:#fff;
  border-radius:18px;
  padding:18px;
  border:1px solid #eef2ff;
  line-height:1.6;
  font-size:18px;
}
.compare-grid span{color:var(--muted);font-weight:800}

.formula-card{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin-bottom:20px;
}
.formula-card div{
  background:linear-gradient(135deg,#eef2ff,#ecfeff);
  border-radius:24px;
  padding:24px;
}
.formula-card strong{display:block;font-size:20px}
.formula-card span{display:block;font-size:42px;font-weight:950;color:var(--brand);margin-top:8px}
.formula-card p{font-weight:850}
.sentence-builder button{background:#fff;color:var(--ink);border:2px solid #e5e7eb;box-shadow:none}

.pro-quiz #mainQuestion{
  font-size:28px;
  font-weight:950;
  margin:0 0 16px;
}
.answer-buttons button{background:linear-gradient(135deg,#10b981,#06b6d4)}
.score{
  margin-top:14px;
  font-size:20px;
  font-weight:950;
}

.homework-list{
  list-style:none;
  padding:0;
  display:grid;
  gap:12px;
}
.homework-list li{
  background:#fff;
  border-radius:18px;
  padding:14px 16px;
  font-size:18px;
  font-weight:850;
  display:flex;
  align-items:center;
  gap:10px;
}
.homework-list button{padding:8px 11px}
.parent-note{
  margin-top:18px;
  border-radius:22px;
  padding:18px;
  background:#ecfeff;
  border:1px solid #a5f3fc;
  line-height:1.6;
}

@media (max-width:800px){
  .app-shell{padding:12px}
  .hero,.section-card{border-radius:24px;padding:18px}
  .topbar,.hero-grid,.song-box{flex-direction:column;align-items:flex-start}
  h1{font-size:42px}
  .two-col,.formula-card{grid-template-columns:1fr}
  .big-letters{grid-template-columns:repeat(3,1fr)}
  .section-heading{align-items:flex-start}
}


/* Mobile app-style voice and responsive upgrades */
.voice-mobile-bar{
  margin-top:18px;
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  border-radius:22px;
  padding:12px;
  backdrop-filter:blur(16px);
}
.voice-mobile-bar small{
  color:rgba(255,255,255,.82);
  font-weight:800;
}
.enable-voice{
  background:linear-gradient(135deg,#22c55e,#06b6d4);
}
.stop-voice{
  background:rgba(255,255,255,.18);
  color:#fff;
  box-shadow:none;
}

@media (max-width:800px){
  body{
    background:#f5f7ff;
    -webkit-tap-highlight-color:transparent;
  }
  .app-shell{
    padding:0;
    max-width:100%;
  }
  .hero{
    border-radius:0 0 32px 32px;
    padding:16px;
    min-height:auto;
  }
  .topbar{
    flex-direction:row;
    align-items:center;
  }
  .brand strong{
    font-size:15px;
  }
  .brand small{
    font-size:11px;
  }
  .logo{
    width:46px;
    height:46px;
    border-radius:15px;
  }
  .pill-btn{
    display:none;
  }
  .voice-mobile-bar{
    position:sticky;
    top:8px;
    margin-top:14px;
    box-shadow:0 12px 30px rgba(0,0,0,.18);
  }
  .voice-mobile-bar button{
    flex:1;
    min-width:130px;
    min-height:48px;
    font-size:15px;
  }
  .voice-mobile-bar small{
    width:100%;
    font-size:12px;
  }
  .hero-grid{
    padding:28px 0 8px;
  }
  h1{
    font-size:38px;
    line-height:1.02;
  }
  .hero-text{
    font-size:17px;
  }
  .hero-actions{
    width:100%;
    display:grid;
    grid-template-columns:1fr 1fr;
  }
  .hero-actions button{
    width:100%;
    min-height:52px;
  }
  .teacher-card{
    width:100%;
  }
  main{
    margin-top:14px;
    padding:0 12px 90px;
    gap:16px;
  }
  .section-card{
    padding:18px;
    border-radius:24px;
  }
  .section-heading{
    gap:12px;
  }
  .section-heading h2{
    font-size:24px;
  }
  .badge{
    min-width:46px;
    height:46px;
    border-radius:15px;
    font-size:20px;
  }
  .roadmap{
    grid-template-columns:1fr;
  }
  .explain-box p{
    font-size:16px;
  }
  .alphabet-grid{
    grid-template-columns:repeat(4,1fr);
    gap:9px;
  }
  .letter{
    min-height:62px;
    font-size:24px;
    border-radius:18px;
  }
  .example-grid{
    grid-template-columns:1fr 1fr;
  }
  .song-box{
    align-items:stretch;
  }
  .song-box button{
    width:100%;
    min-height:52px;
  }
  .example-list{
    grid-template-columns:1fr;
  }
  .card-grid{
    grid-template-columns:1fr 1fr;
    gap:12px;
  }
  .pronoun-card{
    padding:16px;
    border-radius:20px;
  }
  .pronoun-card h3{
    font-size:26px;
  }
  .pronoun-card span{
    font-size:36px;
  }
  .compare-grid{
    grid-template-columns:1fr;
  }
  .formula-card div{
    padding:18px;
  }
  .formula-card span{
    font-size:36px;
  }
  .sentence-builder{
    display:grid;
    grid-template-columns:1fr;
  }
  .sentence-builder button,
  .answer-buttons button,
  .quiz-actions button,
  .homework-list button,
  td button,
  .example-card button,
  .example-list button{
    min-height:46px;
  }
  .answer-buttons{
    display:grid;
    grid-template-columns:1fr;
  }
  .quiz-actions{
    display:grid;
    grid-template-columns:1fr;
  }
  .pro-quiz #mainQuestion{
    font-size:23px;
  }
  .homework-list li{
    font-size:16px;
    align-items:flex-start;
  }
  table{
    font-size:14px;
  }
  td, th{
    padding:10px;
  }
}

@media (max-width:420px){
  .alphabet-grid{
    grid-template-columns:repeat(3,1fr);
  }
  .example-grid,
  .card-grid{
    grid-template-columns:1fr;
  }
  .hero-actions{
    grid-template-columns:1fr;
  }
}/* End custom CSS */