{"product_id":"gcse-single-subject-programme","title":"GCSE Tuition Programme | Maths, English or Science | SHLC","description":"\u003cstyle\u003e\n  .gss-page {\n    --navy: #1f4e79;\n    --navy-dark: #163a5a;\n    --accent: #e8a317;\n    --accent-dark: #d4940f;\n    --bg-soft: #f4f8fb;\n    --bg-warm: #fff8e6;\n    --text: #2c2c2c;\n    --text-soft: #555;\n    --border: #e1e8ef;\n    --green: #2d8659;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n    color: var(--text);\n    line-height: 1.65;\n    max-width: 880px;\n    margin: 0 auto;\n  }\n\n  \/* HERO *\/\n  .gss-hero {\n    background: linear-gradient(135deg, #1f4e79 0%, #163a5a 100%);\n    color: #fff !important;\n    padding: 44px 36px;\n    border-radius: 10px;\n    margin: 16px 0;\n    position: relative;\n    overflow: hidden;\n  }\n  .gss-hero::before {\n    content: \"\";\n    position: absolute;\n    top: -50%;\n    right: -10%;\n    width: 400px;\n    height: 400px;\n    background: radial-gradient(circle, rgba(232,163,23,0.15) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .gss-hero * { color: #fff !important; position: relative; }\n  .gss-hero-eyebrow {\n    display: inline-block;\n    font-size: 0.85em;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    background: rgba(232,163,23,0.2);\n    border: 1px solid rgba(232,163,23,0.4);\n    padding: 5px 14px;\n    border-radius: 20px;\n    margin-bottom: 16px;\n    font-weight: 600;\n  }\n  .gss-hero-headline {\n    font-size: 2.1em;\n    line-height: 1.18;\n    margin: 0 0 12px 0;\n    font-weight: 700;\n    padding-bottom: 0 !important;\n  }\n  .gss-hero-headline::after { display: none !important; }\n  .gss-hero-sub {\n    font-size: 1.1em;\n    margin: 0 0 22px 0;\n    opacity: 0.95;\n    max-width: 680px;\n  }\n  .gss-trust-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 8px;\n  }\n  .gss-trust-tag {\n    background: rgba(255,255,255,0.12);\n    border: 1px solid rgba(255,255,255,0.25);\n    padding: 7px 14px;\n    border-radius: 20px;\n    font-size: 0.9em;\n  }\n\n  \/* TYPOGRAPHY *\/\n  .gss-page h2 {\n    font-size: 1.55em;\n    color: var(--navy);\n    margin: 38px 0 16px 0;\n    font-weight: 700;\n    position: relative;\n    padding-bottom: 10px;\n  }\n  .gss-page h2::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 50px;\n    height: 3px;\n    background: var(--accent);\n    border-radius: 2px;\n  }\n  .gss-page h3 {\n    font-size: 1.15em;\n    color: var(--navy-dark);\n    margin: 22px 0 10px 0;\n    font-weight: 700;\n  }\n  .gss-page p {\n    margin: 0 0 14px 0;\n    font-size: 1.02em;\n  }\n  .gss-page strong { color: var(--navy-dark); }\n  .gss-page a {\n    color: var(--navy);\n    text-decoration: underline;\n    transition: color 0.2s ease;\n  }\n  .gss-page a:hover { color: var(--accent-dark); }\n\n  \/* SUBJECT CARDS *\/\n  .gss-subjects {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 14px;\n    margin: 20px 0 28px;\n  }\n  .gss-subject {\n    background: #fff;\n    border: 2px solid var(--border);\n    border-top: 4px solid var(--accent);\n    border-radius: 10px;\n    padding: 22px 18px;\n    text-align: center;\n    transition: border-color 0.2s ease, box-shadow 0.2s ease;\n  }\n  .gss-subject:hover {\n    border-color: var(--navy);\n    border-top-color: var(--accent);\n    box-shadow: 0 4px 14px rgba(31,78,121,0.1);\n  }\n  .gss-subject-icon { font-size: 2em; margin-bottom: 10px; display: block; }\n  .gss-subject-name {\n    font-size: 1.1em;\n    font-weight: 700;\n    color: var(--navy);\n    display: block;\n    margin-bottom: 8px;\n  }\n  .gss-subject ul {\n    text-align: left;\n    margin: 0;\n    padding: 0 0 0 16px;\n    font-size: 0.88em;\n    color: var(--text-soft);\n    line-height: 1.7;\n  }\n\n  \/* FEATURES GRID *\/\n  .gss-features {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 14px;\n    margin: 18px 0 24px;\n  }\n  .gss-feature {\n    background: #fff;\n    border: 1px solid var(--border);\n    border-left: 3px solid var(--accent);\n    border-radius: 6px;\n    padding: 16px 18px;\n    transition: transform 0.2s ease, box-shadow 0.2s ease;\n  }\n  .gss-feature:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n  }\n  .gss-feature-title {\n    display: block;\n    color: var(--navy) !important;\n    font-weight: 700;\n    margin-bottom: 4px;\n    font-size: 1em;\n  }\n  .gss-feature p {\n    margin: 0;\n    font-size: 0.93em;\n    color: var(--text-soft);\n  }\n\n  \/* STEPS *\/\n  .gss-steps {\n    display: grid;\n    gap: 14px;\n    margin: 22px 0;\n  }\n  .gss-step {\n    background: #fff;\n    border: 1px solid var(--border);\n    border-left: 4px solid var(--navy);\n    border-radius: 6px;\n    padding: 18px 22px 18px 70px;\n    position: relative;\n    transition: transform 0.25s ease, box-shadow 0.25s ease, border-left-color 0.25s ease;\n  }\n  .gss-step:hover {\n    transform: translateX(4px);\n    box-shadow: 0 6px 16px rgba(31,78,121,0.1);\n    border-left-color: var(--accent);\n  }\n  .gss-step-num {\n    position: absolute;\n    left: 18px;\n    top: 50%;\n    transform: translateY(-50%);\n    width: 38px;\n    height: 38px;\n    background: var(--navy);\n    color: #fff;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-weight: 700;\n    font-size: 1.05em;\n    transition: background 0.25s ease, color 0.25s ease;\n  }\n  .gss-step:hover .gss-step-num { background: var(--accent); color: #1a1a1a; }\n  .gss-step-title {\n    display: block;\n    color: var(--navy-dark);\n    font-weight: 700;\n    font-size: 1.05em;\n    margin-bottom: 4px;\n  }\n  .gss-step p { margin: 0; font-size: 0.96em; }\n\n  \/* FIT CARDS *\/\n  .gss-fit {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 16px;\n    margin: 18px 0 24px;\n  }\n  .gss-fit-card {\n    background: #fff;\n    border: 1px solid var(--border);\n    border-radius: 8px;\n    padding: 20px 22px;\n  }\n  .gss-fit-card.good { border-top: 3px solid var(--green); }\n  .gss-fit-card.alt  { border-top: 3px solid #8a9199; }\n  .gss-fit-card h4 {\n    margin: 0 0 12px 0;\n    font-size: 1em;\n    color: var(--navy-dark);\n    font-weight: 700;\n  }\n  .gss-fit-card ul {\n    margin: 0;\n    padding: 0 0 0 18px;\n    font-size: 0.94em;\n    color: var(--text-soft);\n    line-height: 1.7;\n  }\n\n  \/* PRICE BOX *\/\n  .gss-price-box {\n    background: var(--bg-warm);\n    border: 1px solid #f0d68a;\n    border-radius: 10px;\n    padding: 26px 28px;\n    margin: 22px 0;\n    display: flex;\n    align-items: center;\n    gap: 28px;\n  }\n  .gss-price-num {\n    font-size: 2.6em;\n    font-weight: 700;\n    color: var(--navy-dark);\n    line-height: 1;\n    white-space: nowrap;\n  }\n  .gss-price-detail { font-size: 0.97em; color: var(--text-soft); }\n  .gss-price-detail p { margin: 0 0 6px 0; }\n  .gss-price-detail p:last-child { margin: 0; }\n\n  \/* RESULTS *\/\n  .gss-results {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 14px;\n    margin: 20px 0 28px;\n    background: var(--bg-soft);\n    border-radius: 10px;\n    padding: 24px;\n    text-align: center;\n  }\n  .gss-result-stat {\n    font-size: 2.2em;\n    font-weight: 700;\n    color: var(--navy);\n    line-height: 1;\n    display: block;\n    margin-bottom: 6px;\n  }\n  .gss-result-label {\n    font-size: 0.9em;\n    color: var(--text-soft);\n  }\n\n  \/* FAQ *\/\n  .gss-faq { margin: 18px 0 24px; }\n  .gss-faq details {\n    background: #fff;\n    border: 1px solid var(--border);\n    border-radius: 6px;\n    margin-bottom: 10px;\n    transition: border-color 0.2s ease, box-shadow 0.2s ease;\n  }\n  .gss-faq details:hover {\n    border-color: var(--accent);\n    box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n  }\n  .gss-faq details[open] {\n    border-color: var(--navy);\n    box-shadow: 0 2px 12px rgba(31,78,121,0.08);\n  }\n  .gss-faq summary {\n    cursor: pointer;\n    padding: 16px 50px 16px 20px;\n    font-weight: 600;\n    color: var(--navy-dark);\n    list-style: none;\n    position: relative;\n    font-size: 1em;\n  }\n  .gss-faq summary::-webkit-details-marker { display: none; }\n  .gss-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    right: 18px;\n    top: 50%;\n    transform: translateY(-50%);\n    width: 26px;\n    height: 26px;\n    background: var(--bg-soft);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 1.2em;\n    color: var(--navy);\n    font-weight: 700;\n  }\n  .gss-faq details[open] summary::after {\n    content: \"−\";\n    background: var(--accent);\n    color: #1a1a1a;\n  }\n  .gss-faq-body {\n    padding: 0 20px 18px;\n    font-size: 0.96em;\n    color: var(--text);\n    line-height: 1.6;\n  }\n  .gss-faq-body p:last-child { margin-bottom: 0; }\n\n  \/* CTA *\/\n  .gss-cta {\n    background: linear-gradient(135deg, #1f4e79 0%, #163a5a 100%);\n    padding: 42px 32px;\n    border-radius: 10px;\n    margin: 36px 0 24px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .gss-cta::before {\n    content: \"\";\n    position: absolute;\n    bottom: -40%;\n    left: -10%;\n    width: 350px;\n    height: 350px;\n    background: radial-gradient(circle, rgba(232,163,23,0.12) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .gss-cta * { color: #fff !important; position: relative; }\n  .gss-cta h2 {\n    margin: 0 0 12px 0 !important;\n    font-size: 1.5em;\n    text-align: center !important;\n    padding-bottom: 0 !important;\n  }\n  .gss-cta h2::after { display: none !important; }\n  .gss-cta p {\n    margin: 0 0 22px 0;\n    opacity: 0.95;\n    max-width: 560px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n  .gss-cta-buttons {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    justify-content: center;\n  }\n  .gss-btn {\n    display: inline-block;\n    background: var(--accent);\n    color: #1a1a1a !important;\n    padding: 14px 30px;\n    border-radius: 6px;\n    text-decoration: none !important;\n    font-weight: 700;\n    font-size: 1em;\n    transition: all 0.2s ease;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.2);\n  }\n  .gss-btn:hover {\n    background: var(--accent-dark);\n    transform: translateY(-2px);\n    box-shadow: 0 6px 16px rgba(0,0,0,0.3);\n  }\n  .gss-btn-secondary {\n    background: transparent;\n    color: #fff !important;\n    border: 2px solid rgba(255,255,255,0.4);\n    box-shadow: none;\n  }\n  .gss-btn-secondary:hover {\n    background: rgba(255,255,255,0.1);\n    border-color: #fff;\n    box-shadow: none;\n  }\n\n  \/* MOBILE *\/\n  @media (max-width: 700px) {\n    .gss-hero { padding: 32px 22px; }\n    .gss-hero-headline { font-size: 1.6em; }\n    .gss-subjects,\n    .gss-results { grid-template-columns: 1fr; }\n    .gss-features,\n    .gss-fit { grid-template-columns: 1fr; }\n    .gss-price-box { flex-direction: column; gap: 12px; text-align: center; }\n    .gss-page h2 { font-size: 1.3em; }\n    .gss-step { padding: 16px 18px 16px 62px; }\n    .gss-step-num { left: 14px; width: 34px; height: 34px; font-size: 0.95em; }\n    .gss-cta-buttons { flex-direction: column; }\n    .gss-btn { width: 100%; box-sizing: border-box; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"gss-page\"\u003e\n\n  \u003csection class=\"gss-hero\"\u003e\n    \u003cspan class=\"gss-hero-eyebrow\"\u003eFull Programme · GCSE\u003c\/span\u003e\n    \u003ch2 class=\"gss-hero-headline\"\u003eOngoing GCSE Tuition in the Subject Your Child Needs\u003c\/h2\u003e\n    \u003cp class=\"gss-hero-sub\"\u003eChoose Maths, English or Science. Weekly one-to-one sessions, a long-term topic plan and monthly written progress reports. Available from Year 9 through to Year 11.\u003c\/p\u003e\n    \u003cdiv class=\"gss-trust-row\"\u003e\n      \u003cspan class=\"gss-trust-tag\"\u003eMaths · English · Science\u003c\/span\u003e\n      \u003cspan class=\"gss-trust-tag\"\u003eYear 9, 10 and 11\u003c\/span\u003e\n      \u003cspan class=\"gss-trust-tag\"\u003eAll Major Exam Boards\u003c\/span\u003e\n      \u003cspan class=\"gss-trust-tag\"\u003eMonthly Progress Reports\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003ch2\u003eChoose Your Subject\u003c\/h2\u003e\n  \u003cp\u003ePick the subject causing problems or the one your child wants to push hardest on. Subject confirmed at the free consultation. The programme is built around your child's exam board, current level and target grade from the start.\u003c\/p\u003e\n\n  \u003cdiv class=\"gss-subjects\"\u003e\n    \u003cdiv class=\"gss-subject\"\u003e\n      \u003cspan class=\"gss-subject-icon\"\u003e🔢\u003c\/span\u003e\n      \u003cspan class=\"gss-subject-name\"\u003eMaths\u003c\/span\u003e\n      \u003cul\u003e\n        \u003cli\u003eNumber and algebra\u003c\/li\u003e\n        \u003cli\u003eGeometry and measures\u003c\/li\u003e\n        \u003cli\u003eStatistics and probability\u003c\/li\u003e\n        \u003cli\u003eFoundation and Higher tier\u003c\/li\u003e\n        \u003cli\u003eProblem solving and exam technique\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"gss-subject\"\u003e\n      \u003cspan class=\"gss-subject-icon\"\u003e📖\u003c\/span\u003e\n      \u003cspan class=\"gss-subject-name\"\u003eEnglish\u003c\/span\u003e\n      \u003cul\u003e\n        \u003cli\u003eLanguage: reading and writing papers\u003c\/li\u003e\n        \u003cli\u003eLiterature: set texts and poetry\u003c\/li\u003e\n        \u003cli\u003eEssay structure and analysis\u003c\/li\u003e\n        \u003cli\u003eCreative and transactional writing\u003c\/li\u003e\n        \u003cli\u003eSPaG and exam technique\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"gss-subject\"\u003e\n      \u003cspan class=\"gss-subject-icon\"\u003e🔬\u003c\/span\u003e\n      \u003cspan class=\"gss-subject-name\"\u003eScience\u003c\/span\u003e\n      \u003cul\u003e\n        \u003cli\u003eBiology, Chemistry and Physics\u003c\/li\u003e\n        \u003cli\u003eCombined and Triple Science\u003c\/li\u003e\n        \u003cli\u003eRequired practicals\u003c\/li\u003e\n        \u003cli\u003eCalculation and data questions\u003c\/li\u003e\n        \u003cli\u003eExam technique across all papers\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2\u003eHow the Programme Works\u003c\/h2\u003e\n\n  \u003cdiv class=\"gss-steps\"\u003e\n    \u003cdiv class=\"gss-step\"\u003e\n      \u003cspan class=\"gss-step-num\"\u003e1\u003c\/span\u003e\n      \u003cspan class=\"gss-step-title\"\u003eFree consultation to set the plan\u003c\/span\u003e\n      \u003cp\u003eBefore the programme starts, we have a free 10-minute call to confirm the subject, exam board, current level and target grade. That shapes the long-term topic plan and the starting point for the first session.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"gss-step\"\u003e\n      \u003cspan class=\"gss-step-num\"\u003e2\u003c\/span\u003e\n      \u003cspan class=\"gss-step-title\"\u003eWeekly sessions through the specification\u003c\/span\u003e\n      \u003cp\u003eSessions run online via Google Meet. The topic plan covers the full specification in the right order, starting from where your child actually is rather than from page one of the textbook. Past paper practice is built in throughout, not saved until the end.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"gss-step\"\u003e\n      \u003cspan class=\"gss-step-num\"\u003e3\u003c\/span\u003e\n      \u003cspan class=\"gss-step-title\"\u003eMonthly written progress reports\u003c\/span\u003e\n      \u003cp\u003eEvery month you receive a written report covering what has been taught, where your child stands across the specification, and the focus for the coming month. Written clearly for parents throughout.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"gss-step\"\u003e\n      \u003cspan class=\"gss-step-num\"\u003e4\u003c\/span\u003e\n      \u003cspan class=\"gss-step-title\"\u003eExam preparation in the final stage\u003c\/span\u003e\n      \u003cp\u003eIn the months before the exam, sessions shift to full past paper practice, exam technique and time management under timed conditions. The approach is matched to your child's specific exam board and tier.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2\u003eWhat You Get\u003c\/h2\u003e\n\n  \u003cdiv class=\"gss-features\"\u003e\n    \u003cdiv class=\"gss-feature\"\u003e\n      \u003cspan class=\"gss-feature-title\"\u003eWeekly Sessions\u003c\/span\u003e\n      \u003cp\u003eOne-to-one tuition tailored to your child's current level, target grade and exam board.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"gss-feature\"\u003e\n      \u003cspan class=\"gss-feature-title\"\u003eFull Specification Coverage\u003c\/span\u003e\n      \u003cp\u003eA long-term plan that works through every topic area, sequenced to build on prior knowledge.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"gss-feature\"\u003e\n      \u003cspan class=\"gss-feature-title\"\u003eMonthly Progress Reports\u003c\/span\u003e\n      \u003cp\u003eWritten reports each month covering current level, what has been covered and next steps.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"gss-feature\"\u003e\n      \u003cspan class=\"gss-feature-title\"\u003ePast Paper Practice\u003c\/span\u003e\n      \u003cp\u003eBuilt into sessions throughout, not just in the weeks before the exam.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"gss-feature\"\u003e\n      \u003cspan class=\"gss-feature-title\"\u003eExam Board Matched\u003c\/span\u003e\n      \u003cp\u003eContent and question practice matched to AQA, Edexcel, OCR, Eduqas or IGCSE from day one.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"gss-feature\"\u003e\n      \u003cspan class=\"gss-feature-title\"\u003eNo Joining Fee\u003c\/span\u003e\n      \u003cp\u003eMonthly billing, no contract. Cancel with one month's notice.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2\u003eWho This Is For\u003c\/h2\u003e\n\n  \u003cdiv class=\"gss-fit\"\u003e\n    \u003cdiv class=\"gss-fit-card good\"\u003e\n      \u003ch4\u003eGood fit\u003c\/h4\u003e\n      \u003cul\u003e\n        \u003cli\u003eYear 9, 10 or 11 students needing consistent support in one subject\u003c\/li\u003e\n        \u003cli\u003eStudents currently below their target grade and wanting to close the gap\u003c\/li\u003e\n        \u003cli\u003eStudents who are on track but want to push for a higher grade\u003c\/li\u003e\n        \u003cli\u003eStudents who struggle with maths or science anxiety and need a steady approach\u003c\/li\u003e\n        \u003cli\u003eHomeschool students needing a structured programme through the full GCSE\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"gss-fit-card alt\"\u003e\n      \u003ch4\u003eConsider these alternatives\u003c\/h4\u003e\n      \u003cul\u003e\n        \u003cli\u003eNeed two or three subjects covered: \u003ca href=\"https:\/\/shlc-tutor.co.uk\/products\/gcse-full-programme\"\u003eGCSE Full Programme\u003c\/a\u003e at £600\/month\u003c\/li\u003e\n        \u003cli\u003eWant a short targeted block, not ongoing tuition: \u003ca href=\"https:\/\/shlc-tutor.co.uk\/products\/4-week-sprint-gcse-sats\"\u003e4-Week Sprint\u003c\/a\u003e or \u003ca href=\"https:\/\/shlc-tutor.co.uk\/products\/8-week-sprint-gcse-sats\"\u003e8-Week Sprint\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003cli\u003eNot sure what your child needs: \u003ca href=\"https:\/\/shlc-tutor.co.uk\/products\/diagnostic-assessment-gcse-11plus-sats\"\u003eDiagnostic Assessment\u003c\/a\u003e\n\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2\u003eResults\u003c\/h2\u003e\n\n  \u003cdiv class=\"gss-results\"\u003e\n    \u003cdiv\u003e\n      \u003cspan class=\"gss-result-stat\"\u003e2–3\u003c\/span\u003e\n      \u003cspan class=\"gss-result-label\"\u003eGrade improvements within three months for many students\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cspan class=\"gss-result-stat\"\u003e120+\u003c\/span\u003e\n      \u003cspan class=\"gss-result-label\"\u003eFamilies supported since 2020\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cspan class=\"gss-result-stat\"\u003e3,000+\u003c\/span\u003e\n      \u003cspan class=\"gss-result-label\"\u003eHours of one-to-one tuition delivered\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003e\u003ca href=\"https:\/\/shlc-tutor.co.uk\/blogs\/gcse-and-11-exam-tips-revision-guides\/how-our-students-achieve-rapid-gcse-grade-improvements-within-3-months-with-targeted-tutoring\"\u003eRead GCSE success stories here.\u003c\/a\u003e\u003c\/p\u003e\n\n  \u003ch2\u003ePricing\u003c\/h2\u003e\n\n  \u003cdiv class=\"gss-price-box\"\u003e\n    \u003cdiv class=\"gss-price-num\"\u003e£250\u003cspan style=\"font-size:0.45em;font-weight:600;color:#555\"\u003e\/month\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"gss-price-detail\"\u003e\n      \u003cp\u003eOne subject: Maths, English or Science. Confirmed at booking.\u003c\/p\u003e\n      \u003cp\u003eMonthly billing. No joining fee. Cancel with one month's notice.\u003c\/p\u003e\n      \u003cp\u003eNeed more than one subject? See the \u003ca href=\"https:\/\/shlc-tutor.co.uk\/products\/gcse-full-programme\"\u003eGCSE Full Programme\u003c\/a\u003e at £600\/month.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2\u003eAbout SHLC Tutors\u003c\/h2\u003e\n  \u003cp\u003eSHLC Tutors was founded by Aadam, a QTS qualified teacher with a Master's in Education and over 3,000 hours of one-to-one tutoring experience across 120 families. Students have improved by two to three grades within three months. \u003ca href=\"https:\/\/shlc-tutor.co.uk\/pages\/online-maths-tutor-aadam-mulla\"\u003eRead more about our teaching team here.\u003c\/a\u003e\u003c\/p\u003e\n\n  \u003ch2\u003eCommon Questions\u003c\/h2\u003e\n\n  \u003cdiv class=\"gss-faq\"\u003e\n    \u003cdetails\u003e\n      \u003csummary\u003eWhich year groups does this cover?\u003c\/summary\u003e\n      \u003cdiv class=\"gss-faq-body\"\u003e\n        \u003cp\u003eYear 9, 10 and 11. Starting in Year 9 gives the most time to build knowledge steadily. Year 11 students can still make significant progress in the months before their exams. \u003ca href=\"https:\/\/shlc-tutor.co.uk\/pages\/online-tuition-consultation\"\u003eBook a free call\u003c\/a\u003e and we will give you an honest view of what is achievable for your child's timeline.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhich exam boards do you cover?\u003c\/summary\u003e\n      \u003cdiv class=\"gss-faq-body\"\u003e\n        \u003cp\u003eAQA, Edexcel, OCR, Eduqas and IGCSE. Foundation and Higher tier for Maths and Science. Confirm the exam board at booking and sessions are matched accordingly from the first session.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan we change subject mid-programme?\u003c\/summary\u003e\n      \u003cdiv class=\"gss-faq-body\"\u003e\n        \u003cp\u003eYes. If priorities shift, the programme can be switched to a different subject with one month's notice. Raise it at the monthly review and we will adjust the plan from there.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eHow does Science work — Combined or Triple?\u003c\/summary\u003e\n      \u003cdiv class=\"gss-faq-body\"\u003e\n        \u003cp\u003eBoth are covered. Combined Science students get support across Biology, Chemistry and Physics within the two-GCSE framework. Triple Science students cover each subject in more depth across three separate GCSEs. The balance between sciences is adjusted based on where your child needs the most support.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eIs there a minimum commitment?\u003c\/summary\u003e\n      \u003cdiv class=\"gss-faq-body\"\u003e\n        \u003cp\u003eNo minimum contract. Monthly billing with one month's notice to cancel. The longer the programme runs, the more ground can be covered, so starting earlier gives better results.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat if my child needs two or three subjects?\u003c\/summary\u003e\n      \u003cdiv class=\"gss-faq-body\"\u003e\n        \u003cp\u003eThe \u003ca href=\"https:\/\/shlc-tutor.co.uk\/products\/gcse-full-programme\"\u003eGCSE Full Programme\u003c\/a\u003e covers Maths, English and Science together at £600 per month. That works out more cost effective than booking two single subject programmes and gives one joined-up plan across all three subjects.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"gss-cta\"\u003e\n    \u003ch2\u003eBook a Free Consultation\u003c\/h2\u003e\n    \u003cp\u003eA free 10-minute call to confirm the subject, exam board, current level and target grade. From there we build the plan.\u003c\/p\u003e\n    \u003cdiv class=\"gss-cta-buttons\"\u003e\n      \u003ca href=\"https:\/\/shlc-tutor.co.uk\/pages\/online-tuition-consultation\" class=\"gss-btn\"\u003eBook Free Consultation\u003c\/a\u003e\n      \u003ca href=\"https:\/\/wa.me\/447763664107\" class=\"gss-btn gss-btn-secondary\"\u003eMessage on WhatsApp\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"SHLC-Tutors","offers":[{"title":"Default Title","offer_id":52998331203850,"sku":null,"price":250.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/7091\/9434\/files\/GCSEProgramme_ChooseYourSubject_SHLC_1e932e8f-a96b-4100-ad1f-20b90a56a3f1.png?v=1778021364","url":"https:\/\/shlc-tutor.co.uk\/products\/gcse-single-subject-programme","provider":"SHLC-Tutors","version":"1.0","type":"link"}