const {Card,Icon,Button,Logo,GradientRule,Badge}=window.KinroAcademyDesignSystem_f0472d; const FAQS=[ ["Isn’t a group just a smaller version of a school class?","No. A class of thirty makes individual feedback impossible; a targeted group makes it the whole point of the hour. Students are matched by grade and by the specific gaps in their papers, every question is attempted by everyone before anyone speaks, and nobody moves past a topic they cannot produce marks on. The research is consistent on this: Springer, Stanne and Donovan’s 1999 meta-analysis of small-group learning in science and maths found effect sizes of 0.51 on achievement against students taught individually or by lecture."], ["My child is shy. Will they be lost in a group?","This is the most common worry and the one that reverses fastest. Answers go on private boards first, so nobody is put on the spot cold, and the teacher sees every attempt at once. Being one of several also removes the pressure of an adult’s undivided stare for an hour, which is what anxious students actually find hardest. If it genuinely is not working, the 14-day guarantee covers you."], ["What is the 14-day money-back guarantee?","Two full weeks of sessions, marked homework and workbooks. If you do not think your child is better off, tell us inside 14 days and we refund you in full. No form, no notice period, no argument."], ["What if they need help with something the group isn’t covering?","Workbook pages are set individually off each week’s exit check, so two students in the same group can be working on different topics that night. Parents also get a direct line to their child’s teacher between sessions."], ["Who will actually teach my child?","Your child is assigned to one of our specialist GCSE maths teachers, matched to their grade and their gaps. Every teacher is a subject specialist, DBS checked, and trained on our mark scheme method and our workbooks before they take a session."], ["Which exam boards and tiers do you cover?","AQA, Edexcel and OCR, Higher and Foundation. GCSE maths is the only thing we teach, which is the point."], ["What happens on the fifteen-minute call?","We ask about your child’s last mock, what has been tried already, and what grade you need. Then we tell you whether we can get there and roughly how long it should take. There is no presentation and no second call to “discuss options”."], ["Are sessions recorded? What if we miss one?","Every session is recorded and available for the term, so a missed week is caught up rather than lost."]]; function FaqSection({onBook}){ const [open,setOpen]=React.useState(0); return <>
Straight answers

The questions parents actually ask.

If yours is not here, ask it on the call. You will get a yes or a no, not a brochure.

{FAQS.map(([q,a],i)=>{const on=open===i; return
setOpen(on?-1:i)} style={{cursor:"pointer",padding:"var(--space-7)",borderRadius:"var(--radius-lg)", background:on?"var(--surface-accent-soft)":"var(--surface-card)", border:on?"1px solid var(--violet-100)":"1px solid var(--border-subtle)",transition:"all .28s"}}>

{q}

{a}

;})}
; } function LpFooter(){ return ; } Object.assign(window,{FaqSection,LpFooter,FAQS});