{"product_id":"consultation-session-gcse-11plus-sats","title":"Consultation Session | GCSE, SATs and 11+ Advice | SHLC Tutor","description":"\u003cstyle\u003e\n  .cs-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  .cs-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  .cs-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  .cs-hero * { color: #fff !important; position: relative; }\n  .cs-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  .cs-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  .cs-hero-headline::after { display: none !important; }\n  .cs-hero-sub {\n    font-size: 1.1em;\n    margin: 0 0 22px 0;\n    opacity: 0.95;\n    max-width: 680px;\n  }\n  .cs-trust-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 8px;\n  }\n  .cs-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  .cs-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  .cs-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  .cs-page h3 {\n    font-size: 1.15em;\n    color: var(--navy-dark);\n    margin: 22px 0 10px 0;\n    font-weight: 700;\n  }\n  .cs-page p {\n    margin: 0 0 14px 0;\n    font-size: 1.02em;\n  }\n  .cs-page strong { color: var(--navy-dark); }\n  .cs-page a {\n    color: var(--navy);\n    text-decoration: underline;\n    transition: color 0.2s ease;\n  }\n  .cs-page a:hover { color: var(--accent-dark); }\n\n  \/* WHAT'S INCLUDED FEATURES *\/\n  .cs-features {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 14px;\n    margin: 18px 0 24px;\n  }\n  .cs-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  .cs-feature:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n  }\n  .cs-feature-title {\n    display: block;\n    color: var(--navy) !important;\n    font-weight: 700;\n    margin-bottom: 4px;\n    font-size: 1em;\n  }\n  .cs-feature p {\n    margin: 0;\n    font-size: 0.93em;\n    color: var(--text-soft);\n  }\n\n  \/* HOW IT WORKS STEPS *\/\n  .cs-steps {\n    display: grid;\n    gap: 14px;\n    margin: 22px 0;\n  }\n  .cs-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  .cs-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  .cs-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  .cs-step:hover .cs-step-num { background: var(--accent); color: #1a1a1a; }\n  .cs-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  .cs-step p { margin: 0; font-size: 0.96em; }\n\n  \/* GOOD FIT \/ NOT GOOD FIT *\/\n  .cs-fit {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 16px;\n    margin: 18px 0 24px;\n  }\n  .cs-fit-card {\n    background: #fff;\n    border: 1px solid var(--border);\n    border-radius: 8px;\n    padding: 20px 22px;\n  }\n  .cs-fit-card.good { border-top: 3px solid var(--green); }\n  .cs-fit-card.alt  { border-top: 3px solid #8a9199; }\n  .cs-fit-card h4 {\n    margin: 0 0 12px 0;\n    font-size: 1em;\n    color: var(--navy-dark);\n    font-weight: 700;\n  }\n  .cs-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  .cs-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  .cs-price-num {\n    font-size: 3em;\n    font-weight: 700;\n    color: var(--navy-dark);\n    line-height: 1;\n    white-space: nowrap;\n  }\n  .cs-price-detail {\n    font-size: 0.97em;\n    color: var(--text-soft);\n  }\n  .cs-price-detail p { margin: 0 0 6px 0; }\n  .cs-price-detail p:last-child { margin: 0; }\n\n  \/* FAQ *\/\n  .cs-faq { margin: 18px 0 24px; }\n  .cs-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  .cs-faq details:hover {\n    border-color: var(--accent);\n    box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n  }\n  .cs-faq details[open] {\n    border-color: var(--navy);\n    box-shadow: 0 2px 12px rgba(31,78,121,0.08);\n  }\n  .cs-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  .cs-faq summary::-webkit-details-marker { display: none; }\n  .cs-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  .cs-faq details[open] summary::after {\n    content: \"−\";\n    background: var(--accent);\n    color: #1a1a1a;\n  }\n  .cs-faq-body {\n    padding: 0 20px 18px;\n    font-size: 0.96em;\n    color: var(--text);\n    line-height: 1.6;\n  }\n  .cs-faq-body p:last-child { margin-bottom: 0; }\n\n  \/* CTA *\/\n  .cs-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  .cs-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  .cs-cta * { color: #fff !important; position: relative; }\n  .cs-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  .cs-cta h2::after { display: none !important; }\n  .cs-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  .cs-cta-buttons {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    justify-content: center;\n  }\n  .cs-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  .cs-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  .cs-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  .cs-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    .cs-hero { padding: 32px 22px; }\n    .cs-hero-headline { font-size: 1.6em; }\n    .cs-features,\n    .cs-fit { grid-template-columns: 1fr; }\n    .cs-price-box { flex-direction: column; gap: 12px; text-align: center; }\n    .cs-page h2 { font-size: 1.3em; }\n    .cs-step { padding: 16px 18px 16px 62px; }\n    .cs-step-num { left: 14px; width: 34px; height: 34px; font-size: 0.95em; }\n    .cs-cta-buttons { flex-direction: column; }\n    .cs-btn { width: 100%; box-sizing: border-box; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"cs-page\"\u003e\n\u003csection class=\"cs-hero\"\u003e\u003cspan class=\"cs-hero-eyebrow\"\u003eLow Commitment · One-Off Session\u003c\/span\u003e\n\u003ch2 class=\"cs-hero-headline\"\u003eA Proper Conversation About Your Child's Learning\u003c\/h2\u003e\n\u003cp class=\"cs-hero-sub\"\u003eOne hour with Aadam to talk through what is happening, get clear on what to do about it, and leave with a plan your child can follow straight away.\u003c\/p\u003e\n\u003cdiv class=\"cs-trust-row\"\u003e\n\u003cspan class=\"cs-trust-tag\"\u003eQTS Qualified Teacher\u003c\/span\u003e \u003cspan class=\"cs-trust-tag\"\u003eMaster's in Education\u003c\/span\u003e \u003cspan class=\"cs-trust-tag\"\u003e3,000+ Hours Tutoring Experience\u003c\/span\u003e \u003cspan class=\"cs-trust-tag\"\u003eGCSE · SATs · 11+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003ch2\u003eWhat This Session Is\u003c\/h2\u003e\n\u003cp\u003eA one-hour session with Aadam, working through your child's situation with you and your child together. You leave with a clear direction, a structure to follow, and the specific resources that match where your child is right now.\u003c\/p\u003e\n\u003cp\u003eNo new content is taught. This is a focused conversation about what is going wrong, what needs to change, and how to approach it.\u003c\/p\u003e\n\u003ch2\u003eWhat Happens in the Session\u003c\/h2\u003e\n\u003cdiv class=\"cs-steps\"\u003e\n\u003cdiv class=\"cs-step\"\u003e\n\u003cspan class=\"cs-step-num\"\u003e1\u003c\/span\u003e \u003cspan class=\"cs-step-title\"\u003eAadam talks with both parent and child\u003c\/span\u003e\n\u003cp\u003eThe first part covers what is happening at school, how your child feels about the subject, and what they have already tried.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cs-step\"\u003e\n\u003cspan class=\"cs-step-num\"\u003e2\u003c\/span\u003e \u003cspan class=\"cs-step-title\"\u003eYou agree on a direction\u003c\/span\u003e\n\u003cp\u003eAadam gives clear guidance on how to approach revision, which resources fit your child's level and exam board, and a structure they can follow at home.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cs-step\"\u003e\n\u003cspan class=\"cs-step-num\"\u003e3\u003c\/span\u003e \u003cspan class=\"cs-step-title\"\u003eYou receive a written follow-up\u003c\/span\u003e\n\u003cp\u003eWithin 24 hours Aadam sends a summary of everything discussed: the recommendations, a suggested revision structure and the next steps to take.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eWhat You Get\u003c\/h2\u003e\n\u003cdiv class=\"cs-features\"\u003e\n\u003cdiv class=\"cs-feature\"\u003e\n\u003cspan class=\"cs-feature-title\"\u003eOne-Hour Live Session\u003c\/span\u003e\n\u003cp\u003eOnline via Google Meet. Parent and child together. Aadam runs the conversation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cs-feature\"\u003e\n\u003cspan class=\"cs-feature-title\"\u003eWritten Follow-Up\u003c\/span\u003e\n\u003cp\u003eA summary of every recommendation sent within 24 hours of the session.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cs-feature\"\u003e\n\u003cspan class=\"cs-feature-title\"\u003eSpecialised Guidance\u003c\/span\u003e\n\u003cp\u003eYou gain tailored advice from a well-experienced tutor that's helped hundreds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cs-feature\"\u003e\n\u003cspan class=\"cs-feature-title\"\u003eRevision Structure\u003c\/span\u003e\n\u003cp\u003eA clear plan your child can follow at home from the day after the session.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eWho This Is For\u003c\/h2\u003e\n\u003cdiv class=\"cs-fit\"\u003e\n\u003cdiv class=\"cs-fit-card good\"\u003e\n\u003ch4\u003eGood fit\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eYour child is revising but not improving\u003c\/li\u003e\n\u003cli\u003eYou are not sure whether they need a tutor or a better approach\u003c\/li\u003e\n\u003cli\u003eThere is no immediate exam pressure and you want to get ahead\u003c\/li\u003e\n\u003cli\u003eYou have had tutors before and want an honest second opinion\u003c\/li\u003e\n\u003cli\u003eYou want advice without committing to ongoing tuition\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cs-fit-card alt\"\u003e\n\u003ch4\u003eConsider these alternatives\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eNeed a full gap analysis with a written report: \u003ca href=\"https:\/\/shlc-tutor.co.uk\/products\/diagnostic-assessment-gcse-11plus-sats\"\u003eDiagnostic Assessment\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003eWant a quick 10-minute chat before booking: \u003ca href=\"https:\/\/shlc-tutor.co.uk\/pages\/online-tuition-consultation\"\u003eFree Consultation Call\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003eReady to start tuition now: \u003ca href=\"https:\/\/shlc-tutor.co.uk\/collections\/online-tuition-exam-prep\"\u003eView all programmes\u003c\/a\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003ePricing\u003c\/h2\u003e\n\u003cdiv class=\"cs-price-box\"\u003e\n\u003cdiv class=\"cs-price-num\"\u003e£59\u003c\/div\u003e\n\u003cdiv class=\"cs-price-detail\"\u003e\n\u003cp\u003eOne-off payment. No ongoing commitment.\u003c\/p\u003e\n\u003cp\u003eOne hour online via Google Meet. Written follow-up sent within 24 hours.\u003c\/p\u003e\n\u003cp\u003eCovers GCSE Maths, English and Science, SATs and 11+.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eAbout Aadam\u003c\/h2\u003e\n\u003cp\u003eAadam is 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 he has worked with have improved by two to three grades within three months, and his 11+ students have secured places at Bradford Grammar, Merchant Taylors', Queen Elizabeth's and other selective schools. \u003ca href=\"https:\/\/shlc-tutor.co.uk\/pages\/online-maths-tutor-aadam-mulla\"\u003eRead more about Aadam here.\u003c\/a\u003e\u003c\/p\u003e\n\u003ch2\u003eCommon Questions\u003c\/h2\u003e\n\u003cdiv class=\"cs-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes my child need to prepare anything beforehand?\u003c\/summary\u003e\n\u003cdiv class=\"cs-faq-body\"\u003e\n\u003cp\u003eNo preparation needed. It helps to have any recent mock papers or school reports to hand, but it is not essential. Aadam draws out what he needs through the conversation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat subjects does this cover?\u003c\/summary\u003e\n\u003cdiv class=\"cs-faq-body\"\u003e\n\u003cp\u003eMaths, English and Science at GCSE, SATs and 11+. If you are not sure whether this session fits your child's situation, \u003ca href=\"https:\/\/shlc-tutor.co.uk\/pages\/online-tuition-consultation\"\u003ebook a free 10-minute call first\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this a commitment to ongoing tuition?\u003c\/summary\u003e\n\u003cdiv class=\"cs-faq-body\"\u003e\n\u003cp\u003eNo. The session stands on its own. Some families use it as a starting point before joining a programme. Others use it once and work from there independently. There is no obligation either way.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow is this different from the free consultation call?\u003c\/summary\u003e\n\u003cdiv class=\"cs-faq-body\"\u003e\n\u003cp\u003eThe \u003ca href=\"https:\/\/shlc-tutor.co.uk\/pages\/online-tuition-consultation\"\u003efree call\u003c\/a\u003e is 10 minutes and helps you decide which option is right. This session is a full hour with Aadam, your child in the room, and a written follow-up at the end. The level of detail is very different.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat if we want to move to regular tuition after this?\u003c\/summary\u003e\n\u003cdiv class=\"cs-faq-body\"\u003e\n\u003cp\u003eAadam will talk through the right option at the end of the session based on what he has seen. You can view all tutoring packages at \u003ca href=\"https:\/\/shlc-tutor.co.uk\/collections\/online-tuition-exam-prep\"\u003eshlc-tutor.co.uk\/packages\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cs-cta\"\u003e\n\u003ch2\u003eBook Your Consultation Session\u003c\/h2\u003e\n\u003cp\u003eAdd to cart and complete your order. Aadam will be in touch within one working day to arrange a time. Prefer to ask a question first? Message or email directly.\u003c\/p\u003e\n\u003cdiv class=\"cs-cta-buttons\"\u003e\n\u003ca href=\"https:\/\/wa.me\/447763664107\" class=\"cs-btn\"\u003eMessage on WhatsApp\u003c\/a\u003e \u003ca href=\"mailto:info@shlc-tutor.co.uk\" class=\"cs-btn cs-btn-secondary\"\u003eEmail Us\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"SHLC-Tutors","offers":[{"title":"Default Title","offer_id":52991897239818,"sku":null,"price":59.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/7091\/9434\/files\/ConsultationSession_OnlineTutor_Parent_Student_SHLC.png?v=1777935785","url":"https:\/\/shlc-tutor.co.uk\/products\/consultation-session-gcse-11plus-sats","provider":"SHLC-Tutors","version":"1.0","type":"link"}