:root {
  --primary: #0066ff;
  --primary-dark: #004bcc;
  --navy: #10233f;
  --navy-2: #162f52;
  --text: #526173;
  --white: #fff;
  --soft-blue: #eef5ff;
  --neutral: #f7f8fa;
  --border: #dde4ed;
  --yellow: #ffc857;
  --yellow-soft: #fff6da;
  --green: #25d366;
  --purple: #7c5cff;
  --shadow: 0 12px 36px rgba(16, 35, 63, 0.08);
  --shadow-lg: 0 24px 70px rgba(16, 35, 63, 0.14);
  --radius: 20px;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--text); background: var(--white); font-family: "Inter", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy); font-family: "Manrope", sans-serif; line-height: 1.18; }
h1 { margin-bottom: 26px; font-size: clamp(3rem, 5vw, 4.25rem); font-weight: 800; letter-spacing: -0.05em; }
h2 { margin-bottom: 22px; font-size: clamp(2.15rem, 3.4vw, 3rem); font-weight: 800; letter-spacing: -0.04em; }
h3 { font-size: 1.24rem; }
h1 em, h2 em { color: var(--primary); font-style: normal; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.section-pad { padding: 92px 0; }
.section-white { background: var(--white); }
.section-soft { background: var(--soft-blue); }
.centred { text-align: center; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; padding: 10px 16px; color: white; background: var(--navy); border-radius: 8px; transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(221,228,237,.7); backdrop-filter: blur(16px); }
.header-inner { display: flex; min-height: 82px; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-family: "Manrope", sans-serif; line-height: 1; }
.brand-mark { width: 52px; height: 52px; flex: 0 0 auto; object-fit: contain; border-radius: 13px; }
.brand strong { display: block; font-size: 17px; letter-spacing: -.035em; }
.brand small { display: block; margin-top: 5px; color: var(--primary); font-size: 9px; font-weight: 800; letter-spacing: .28em; }
.site-nav { display: flex; margin-left: auto; align-items: center; gap: 25px; }
.site-nav a { position: relative; color: #263a55; font-size: 14px; font-weight: 600; }
.site-nav a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; content: ""; background: var(--primary); transform: scaleX(0); transition: transform .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 1px solid var(--border); background: white; border-radius: 11px; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 4px 0; background: var(--navy); transition: transform .25s, opacity .25s; }

.button { display: inline-flex; min-height: 52px; padding: 13px 22px; align-items: center; justify-content: center; gap: 11px; color: white; background: var(--primary); border: 2px solid var(--primary); border-radius: 11px; font-size: 15px; font-weight: 700; line-height: 1.3; cursor: pointer; box-shadow: 0 8px 20px rgba(0, 102, 255, .18); transition: transform .2s, background .2s, border-color .2s, box-shadow .2s; }
.button:hover { background: var(--primary-dark); border-color: var(--primary-dark); box-shadow: 0 12px 24px rgba(0, 75, 204, .23); transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(0,102,255,.3); outline-offset: 3px; }
.button-small { min-height: 44px; padding: 10px 17px; font-size: 14px; }
.button-outline { color: var(--primary); background: white; box-shadow: none; }
.button-outline:hover { color: white; }
.button-full { width: 100%; }
.button-whatsapp { background: var(--green); border-color: var(--green); box-shadow: 0 8px 20px rgba(37,211,102,.18); }
.button-whatsapp:hover { background: #1fac53; border-color: #1fac53; }
.button-whatsapp svg { width: 20px; fill: currentColor; }
.button-light { color: var(--navy); background: white; border-color: white; box-shadow: none; }
.button-light:hover { color: white; background: transparent; border-color: white; }

.hero { position: relative; overflow: hidden; background: linear-gradient(120deg, #f5f9ff 0%, #eef5ff 58%, #fff 100%); }
.hero::before { position: absolute; top: 42px; left: -70px; width: 250px; height: 250px; content: ""; border: 44px solid rgba(0,102,255,.035); border-radius: 50%; }
.hero-grid { position: relative; z-index: 2; display: grid; min-height: 590px; align-items: center; gap: 76px; grid-template-columns: 1.02fr .98fr; }
.eyebrow { display: flex; margin-bottom: 20px; align-items: center; gap: 10px; color: var(--primary); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 2px; background: currentColor; }
.eyebrow-centred { justify-content: center; }
.eyebrow-light { color: #8fc1ff; }
.hero-intro { max-width: 650px; margin-bottom: 32px; color: #43556b; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; margin-bottom: 33px; gap: 13px; flex-wrap: wrap; }
.hero-trust { display: flex; gap: 20px; flex-wrap: wrap; color: var(--navy); font-size: 13px; font-weight: 600; }
.hero-trust span { display: inline-flex; align-items: center; gap: 6px; }
.hero-trust i { display: grid; width: 19px; height: 19px; place-items: center; color: var(--primary); background: #dbeaff; border-radius: 50%; font-size: 11px; font-style: normal; }
.hero-visual { position: relative; padding: 16px 0 30px 20px; }
.hero-image-wrap { position: relative; padding: 11px; background: rgba(255,255,255,.84); border-radius: 32px; box-shadow: var(--shadow-lg); }
.hero-image-wrap::before { position: absolute; z-index: -1; right: -22px; bottom: -25px; width: 88%; height: 85%; content: ""; background: var(--primary); border-radius: 30px; transform: rotate(3deg); }
.hero-image-wrap img { width: 100%; height: 530px; object-fit: cover; object-position: center; border-radius: 23px; }
.image-badge { position: absolute; display: flex; padding: 12px 15px; align-items: center; gap: 10px; color: var(--navy); background: rgba(255,255,255,.95); border: 1px solid rgba(221,228,237,.8); border-radius: 13px; box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.image-badge-top { top: 34px; left: -44px; }
.image-badge-bottom { right: -22px; bottom: 38px; }
.badge-icon { display: grid; width: 38px; height: 38px; place-items: center; color: #714e00; background: var(--yellow-soft); border-radius: 10px; font-family: "Manrope"; font-size: 14px; font-weight: 800; }
.image-badge strong, .image-badge small { display: block; line-height: 1.35; }
.image-badge strong { font-size: 13px; }
.image-badge small { color: var(--text); font-size: 10px; }
.pulse-dot { width: 12px; height: 12px; background: var(--green); border: 3px solid #c4f5d6; border-radius: 50%; box-shadow: 0 0 0 5px rgba(37,211,102,.12); }
.math-scribble { position: absolute; z-index: -2; top: -8px; right: -45px; color: rgba(0,102,255,.09); font-family: "Manrope"; font-size: 56px; font-weight: 800; transform: rotate(-8deg); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.hero-orb-one { top: 12%; right: 37%; width: 14px; height: 14px; background: var(--yellow); }
.hero-orb-two { bottom: 10%; left: 47%; width: 9px; height: 9px; background: var(--primary); }

.trust-strip { color: white; background: var(--navy); }
.trust-strip-grid { display: grid; padding: 31px 0; grid-template-columns: repeat(4, 1fr); }
.trust-strip-grid div { display: flex; align-items: baseline; justify-content: center; gap: 9px; border-right: 1px solid rgba(255,255,255,.12); }
.trust-strip-grid div:last-child { border: 0; }
.trust-strip-grid strong { font-family: "Manrope"; font-size: 23px; }
.trust-strip-grid span { color: #adbad0; font-size: 13px; }

.section-heading { max-width: 720px; margin: 0 auto 54px; }
.section-heading > p:last-child { max-width: 650px; margin: 0 auto; font-size: 17px; }
.benefit-grid { display: grid; gap: 20px; grid-template-columns: repeat(4, 1fr); }
.benefit-card { padding: 29px 25px; background: white; border: 1px solid var(--border); border-radius: var(--radius); transition: transform .25s, box-shadow .25s, border-color .25s; }
.benefit-card:hover { border-color: #b8d2fa; box-shadow: var(--shadow); transform: translateY(-5px); }
.benefit-card h3 { margin: 19px 0 10px; }
.benefit-card p { margin: 0; font-size: 14px; line-height: 1.7; }
.card-icon { display: grid; width: 51px; height: 51px; place-items: center; border-radius: 14px; }
.card-icon svg { width: 26px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.card-icon-blue { color: var(--primary); background: #e7f0ff; }
.card-icon-yellow { color: #9a6a00; background: var(--yellow-soft); }
.card-icon-green { color: #0d9c49; background: #e7f9ee; }
.card-icon-purple { color: var(--purple); background: #f0ecff; }

.about-grid { display: grid; align-items: center; gap: 85px; grid-template-columns: .92fr 1.08fr; }
.about-visual { padding: 0 0 35px 35px; }
.about-image-frame { position: relative; }
.about-image-frame::before { position: absolute; z-index: 0; bottom: -35px; left: -35px; width: 70%; height: 75%; content: ""; background: var(--primary); border-radius: 24px; }
.about-image-frame img { position: relative; z-index: 1; width: 100%; height: 540px; object-fit: cover; border: 9px solid white; border-radius: 26px; box-shadow: var(--shadow); }
.experience-card { position: absolute; z-index: 2; right: -28px; bottom: 35px; width: 210px; padding: 19px 20px; color: white; background: var(--navy); border-left: 5px solid var(--yellow); border-radius: 13px; box-shadow: var(--shadow-lg); }
.experience-card strong, .experience-card span { display: block; }
.experience-card strong { margin-bottom: 4px; font-family: "Manrope"; }
.experience-card span { color: #cbd5e4; font-size: 12px; }
.about-copy .lead, .why-copy .lead { color: var(--navy); font-size: 19px; line-height: 1.65; }
.about-copy > p:not(.eyebrow):not(.lead) { margin-bottom: 16px; }
.check-list { display: grid; padding: 0; margin: 26px 0; gap: 10px; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 10px; color: var(--navy); font-weight: 600; }
.check-list span { display: grid; width: 24px; height: 24px; place-items: center; color: var(--primary); background: white; border: 1px solid #c9dcfa; border-radius: 50%; font-size: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--primary); font-weight: 700; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }

.pricing-grid { display: grid; align-items: stretch; gap: 18px; grid-template-columns: repeat(4, 1fr); }
.price-card { position: relative; display: flex; min-width: 0; padding: 27px 24px; flex-direction: column; background: white; border: 1px solid var(--border); border-radius: var(--radius); transition: transform .25s, box-shadow .25s, border-color .25s; }
.price-card:hover { border-color: #bdd5fa; box-shadow: var(--shadow); transform: translateY(-5px); }
.price-card.featured { border: 2px solid var(--primary); box-shadow: 0 14px 40px rgba(0,102,255,.13); }
.popular-label { position: absolute; top: -14px; right: 20px; padding: 5px 11px; color: #5f4200; background: var(--yellow); border-radius: 20px; font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.price-card-head { display: flex; margin-bottom: 21px; align-items: center; justify-content: space-between; }
.course-tag { display: inline-flex; padding: 6px 10px; color: var(--primary); background: #e8f1ff; border-radius: 7px; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.course-tag-yellow { color: #725000; background: var(--yellow-soft); }
.course-symbol { color: #b9c7da; font-family: "Manrope"; font-size: 24px; font-weight: 800; }
.price-card h3 { min-height: 48px; margin-bottom: 7px; font-size: 19px; }
.course-level { margin-bottom: 14px; color: var(--primary); font-size: 12px; font-weight: 700; }
.price-card > p:not(.course-level) { min-height: 94px; margin-bottom: 15px; font-size: 13px; }
.price { display: flex; margin: auto 0 20px; align-items: baseline; gap: 5px; color: var(--navy); }
.price strong { font-family: "Manrope"; font-size: 36px; letter-spacing: -.04em; }
.price span { color: var(--text); font-size: 13px; }
.price-card .button { min-height: 47px; padding-inline: 14px; font-size: 13px; }
.group-callout { display: grid; margin-top: 22px; padding: 25px 28px; align-items: center; gap: 22px; background: var(--navy); border-radius: var(--radius); grid-template-columns: auto 1fr auto; }
.group-callout-icon { display: grid; width: 62px; height: 62px; place-items: center; color: var(--yellow); background: rgba(255,255,255,.08); border-radius: 16px; }
.group-callout-icon svg { width: 32px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.group-callout h3 { margin: 10px 0 4px; color: white; }
.group-callout p { margin: 0; color: #adbad0; font-size: 13px; }
.group-price { display: flex; align-items: flex-end; flex-direction: column; }
.group-price strong { margin-bottom: 7px; color: var(--yellow); font-family: "Manrope"; }
.group-price .text-link { font-size: 13px; }
.pricing-note { max-width: 820px; margin: 20px auto 0; text-align: center; font-size: 12px; }

.process-section { position: relative; overflow: hidden; background: var(--navy); }
.process-section::before { position: absolute; top: -180px; left: 50%; width: 600px; height: 600px; content: ""; background: radial-gradient(circle, rgba(0,102,255,.24), transparent 68%); transform: translateX(-50%); }
.section-heading-light h2 { color: white; }
.section-heading-light p:last-child { color: #adbad0; }
.process-grid { position: relative; display: grid; gap: 18px; grid-template-columns: repeat(4, 1fr); }
.process-grid::before { position: absolute; z-index: 0; top: 56px; right: 12%; left: 12%; height: 1px; content: ""; border-top: 1px dashed rgba(255,255,255,.25); }
.process-card { position: relative; z-index: 1; padding: 30px 24px; text-align: center; background: rgba(255,255,255,.065); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); backdrop-filter: blur(10px); }
.step-number { position: absolute; top: 13px; right: 15px; color: rgba(255,255,255,.2); font-family: "Manrope"; font-size: 13px; font-weight: 800; }
.process-icon { display: grid; width: 53px; height: 53px; margin: 0 auto 21px; place-items: center; color: var(--yellow); background: var(--navy); border: 1px solid rgba(255,255,255,.12); border-radius: 50%; font-family: "Manrope"; font-size: 22px; }
.process-card h3 { margin-bottom: 10px; color: white; }
.process-card p { margin: 0; color: #b4c1d3; font-size: 13px; }
.action-row { margin-top: 38px; }

.why-grid { display: grid; align-items: center; gap: 90px; grid-template-columns: .85fr 1.15fr; }
.why-copy { position: sticky; top: 120px; }
.why-list { background: white; border: 1px solid var(--border); border-radius: 24px; box-shadow: var(--shadow); }
.why-list > div { display: grid; padding: 24px 28px; align-items: center; gap: 22px; border-bottom: 1px solid var(--border); grid-template-columns: auto 1fr; }
.why-list > div:last-child { border: 0; }
.why-list > div > span { color: var(--primary); font-family: "Manrope"; font-size: 12px; font-weight: 800; }
.why-list p { margin: 0; font-size: 13px; }
.why-list strong { display: block; margin-bottom: 3px; color: var(--navy); font-family: "Manrope"; font-size: 16px; }

.areas-grid { display: grid; align-items: center; gap: 80px; grid-template-columns: .9fr 1.1fr; }
.areas-copy > p:not(.eyebrow) { font-size: 17px; }
.area-chips { display: flex; margin: 29px 0; gap: 10px; flex-wrap: wrap; }
.area-chips span { padding: 9px 13px; color: var(--navy); background: var(--soft-blue); border: 1px solid #d3e3fb; border-radius: 8px; font-size: 13px; font-weight: 600; }
.map-card { position: relative; min-height: 460px; overflow: hidden; background: #e9f2ff; border: 10px solid white; border-radius: 28px; box-shadow: var(--shadow-lg); }
.map-grid { position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(#c8dbf5 1px, transparent 1px), linear-gradient(90deg, #c8dbf5 1px, transparent 1px); background-size: 42px 42px; transform: rotate(8deg) scale(1.2); }
.river { position: absolute; width: 120%; height: 32px; background: rgba(64,157,255,.22); border-radius: 50%; transform: rotate(-15deg); }
.river-one { top: 57%; left: -10%; }
.river-two { top: 67%; left: -8%; height: 12px; }
.map-pin { position: absolute; display: flex; align-items: center; gap: 6px; color: var(--navy); font-size: 11px; font-weight: 700; }
.map-pin i { width: 15px; height: 15px; background: var(--primary); border: 3px solid white; border-radius: 50% 50% 50% 0; box-shadow: 0 3px 8px rgba(0,75,204,.25); transform: rotate(-45deg); }
.pin-barking { top: 62%; left: 32%; }
.pin-ilford { top: 39%; left: 38%; }
.pin-romford { top: 30%; right: 16%; }
.pin-chigwell { top: 13%; left: 42%; }
.map-home { position: absolute; right: 26px; bottom: 24px; display: flex; padding: 13px 16px; align-items: center; gap: 9px; color: white; background: var(--navy); border-radius: 12px; box-shadow: var(--shadow); font-size: 12px; font-weight: 700; }
.map-home svg { width: 22px; fill: none; stroke: var(--yellow); stroke-width: 2; }

.trust-statement { padding: 74px 0; color: white; background: linear-gradient(115deg, #0066ff, #004bcc); }
.trust-statement-inner { display: grid; align-items: center; gap: 35px; grid-template-columns: auto 1fr auto; }
.quote-mark { color: rgba(255,255,255,.2); font-family: Georgia, serif; font-size: 100px; line-height: .5; }
.trust-statement h2 { margin-bottom: 10px; color: white; font-size: 31px; }
.trust-statement p:not(.eyebrow) { max-width: 700px; margin: 0; color: #dbe9ff; }
.trust-stamp { padding: 17px 21px; border: 1px solid rgba(255,255,255,.28); border-radius: 13px; transform: rotate(2deg); }
.trust-stamp strong, .trust-stamp span { display: block; white-space: nowrap; }
.trust-stamp strong { font-family: "Manrope"; }
.trust-stamp span { color: #dbe9ff; font-size: 10px; }

.faq-layout { display: grid; align-items: start; gap: 80px; grid-template-columns: .75fr 1.25fr; }
.faq-intro { position: sticky; top: 120px; }
.faq-help { margin-top: 34px; padding: 18px 20px; background: white; border-left: 4px solid var(--yellow); border-radius: 0 12px 12px 0; }
.faq-help span, .faq-help a { display: block; }
.faq-help span { color: var(--navy); font-size: 13px; font-weight: 700; }
.faq-help a { color: var(--primary); font-size: 12px; font-weight: 700; }
.accordion { overflow: hidden; background: white; border: 1px solid var(--border); border-radius: 20px; box-shadow: var(--shadow); }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item:last-child { border-bottom: 0; }
.faq-item h3 { margin: 0; }
.faq-item button { display: flex; width: 100%; padding: 21px 24px; align-items: center; justify-content: space-between; gap: 20px; text-align: left; background: transparent; border: 0; cursor: pointer; font-family: "Manrope"; font-size: 15px; font-weight: 700; }
.faq-item button i { position: relative; width: 25px; height: 25px; flex: 0 0 auto; background: var(--soft-blue); border-radius: 50%; }
.faq-item button i::before, .faq-item button i::after { position: absolute; top: 12px; left: 7px; width: 11px; height: 1.5px; content: ""; background: var(--primary); transition: transform .2s; }
.faq-item button i::after { transform: rotate(90deg); }
.faq-item.open button i::after { transform: rotate(0); }
.faq-answer { padding: 0 62px 20px 24px; }
.faq-answer p { margin: 0; font-size: 14px; }

.contact-section { position: relative; overflow: hidden; padding: 112px 0; background: var(--navy); }
.contact-section::after { position: absolute; right: -180px; bottom: -250px; width: 620px; height: 620px; content: ""; border: 80px solid rgba(0,102,255,.11); border-radius: 50%; }
.contact-grid { position: relative; z-index: 1; display: grid; align-items: center; gap: 80px; grid-template-columns: .82fr 1.18fr; }
.contact-copy h2 { color: white; }
.contact-copy h2 em { color: #76adff; }
.contact-copy > p:not(.eyebrow):not(.contact-note) { color: #b6c3d5; font-size: 17px; }
.contact-methods { display: grid; margin-top: 30px; gap: 11px; }
.contact-method { display: flex; width: 100%; padding: 12px; align-items: center; gap: 13px; text-align: left; color: white; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.11); border-radius: 12px; cursor: pointer; transition: background .2s, border-color .2s; }
.contact-method:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.2); }
.contact-method-icon { display: grid; width: 39px; height: 39px; place-items: center; color: var(--yellow); background: rgba(255,255,255,.08); border-radius: 10px; }
.whatsapp-icon { color: #5ff194; }
.contact-method small, .contact-method strong { display: block; }
.contact-method small { color: #91a1b8; font-size: 10px; text-transform: uppercase; }
.contact-method strong { font-size: 13px; }
.contact-note { margin: 13px 0 0; color: #7f90a7; font-size: 11px; }
.form-card { padding: 38px; background: white; border-radius: 24px; box-shadow: 0 30px 80px rgba(0,0,0,.23); }
.form-heading h3 { margin: 10px 0 5px; font-size: 25px; }
.form-heading p { margin-bottom: 25px; font-size: 13px; }
.form-grid { display: grid; gap: 15px; grid-template-columns: 1fr 1fr; }
.field-full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 6px; color: var(--navy); font-size: 11px; font-weight: 700; }
.field label span, .consent b { color: #d12f4a; }
.field input, .field select, .field textarea { width: 100%; min-height: 46px; padding: 10px 12px; color: var(--navy); background: #fbfcfe; border: 1px solid var(--border); border-radius: 9px; outline: 0; transition: border .2s, box-shadow .2s; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(0,102,255,.1); }
.field input.invalid, .field select.invalid, .field textarea.invalid { border-color: #d12f4a; }
.field input::placeholder, .field textarea::placeholder { color: #9ca9b8; font-size: 12px; }
.honeypot { position: absolute; left: -9999px; }
.consent { display: flex; align-items: flex-start; gap: 9px; color: var(--text); font-size: 10px; line-height: 1.5; cursor: pointer; }
.consent input { width: 17px; height: 17px; margin: 1px 0 0; flex: 0 0 auto; accent-color: var(--primary); }
.submit-button { margin-top: 20px; }
.form-status { display: none; margin-top: 15px; padding: 12px 14px; color: #0d6f36; background: #e8f8ee; border: 1px solid #c1e9d0; border-radius: 9px; font-size: 12px; }
.form-status.show { display: block; }

.site-footer { padding: 66px 0 0; color: #9cacbf; background: #0b192d; }
.footer-grid { display: grid; padding-bottom: 50px; gap: 55px; grid-template-columns: 1.45fr .8fr .9fr .75fr; }
.brand-light { color: white; }
.footer-brand p { max-width: 360px; margin: 20px 0 0; font-size: 13px; }
.site-footer h3 { margin-bottom: 17px; color: white; font-size: 13px; }
.site-footer ul { padding: 0; margin: 0; list-style: none; }
.site-footer li { margin-bottom: 8px; font-size: 12px; }
.site-footer a:hover, .footer-link:hover { color: white; }
.footer-areas { column-count: 2; }
.footer-link { padding: 0; color: inherit; background: none; border: 0; font-size: inherit; cursor: pointer; }
.footer-bottom { display: flex; min-height: 70px; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.09); font-size: 11px; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 20px; }

.mobile-action-bar { display: none; }
.toast { position: fixed; z-index: 500; right: 20px; bottom: 20px; display: flex; width: min(410px, calc(100% - 40px)); padding: 15px; align-items: center; gap: 11px; color: var(--navy); background: white; border: 1px solid var(--border); border-radius: 13px; box-shadow: var(--shadow-lg); opacity: 0; pointer-events: none; transform: translateY(20px); transition: opacity .25s, transform .25s; }
.toast.show { opacity: 1; pointer-events: auto; transform: none; }
.toast-icon { display: grid; width: 28px; height: 28px; flex: 0 0 auto; place-items: center; color: white; background: var(--primary); border-radius: 50%; font-weight: 800; }
.toast p { margin: 0; flex: 1; font-size: 12px; }
.toast button { padding: 0 4px; background: none; border: 0; font-size: 22px; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.revealed { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .12s; }

@media (max-width: 1100px) {
  .header-cta { display: none; }
  .site-nav { gap: 18px; }
  .hero-grid { gap: 44px; }
  .hero-image-wrap img { height: 470px; }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .price-card h3, .price-card > p:not(.course-level) { min-height: 0; }
}

@media (max-width: 900px) {
  .section, .contact-section { padding: 84px 0; }
  .menu-toggle { display: block; margin-left: auto; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav { position: fixed; z-index: -1; top: 82px; right: 0; left: 0; display: flex; padding: 25px 24px 30px; align-items: stretch; flex-direction: column; gap: 0; background: white; border-top: 1px solid var(--border); box-shadow: 0 16px 35px rgba(16,35,63,.12); opacity: 0; pointer-events: none; transform: translateY(-20px); transition: opacity .25s, transform .25s; }
  .site-nav.open { opacity: 1; pointer-events: auto; transform: none; }
  .site-nav a { padding: 10px 4px; font-size: 16px; }
  .site-nav a::after { display: none; }
  .hero-grid, .about-grid, .why-grid, .areas-grid, .faq-layout, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 50px; }
  .hero-copy { max-width: 680px; }
  .hero-visual { max-width: 650px; margin: 0 auto; }
  .benefit-grid, .process-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid, .why-grid, .areas-grid, .faq-layout, .contact-grid { gap: 55px; }
  .about-visual { max-width: 620px; }
  .why-copy, .faq-intro { position: static; }
  .process-grid::before { display: none; }
  .areas-copy { max-width: 680px; }
  .trust-statement-inner { grid-template-columns: auto 1fr; }
  .trust-stamp { display: none; }
  .footer-grid { gap: 40px; grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 640px) {
  html { scroll-padding-top: 73px; }
  body { padding-bottom: 65px; }
  .container { width: min(calc(100% - 32px), var(--container)); }
  .site-header .container { width: calc(100% - 24px); }
  .header-inner { min-height: 72px; }
  .brand-mark { width: 46px; height: 46px; border-radius: 11px; }
  .brand strong { font-size: 15px; }
  .brand small { font-size: 8px; }
  .site-nav { top: 72px; }
  .section, .contact-section { padding: 64px 0; }
  .section-pad { padding: 60px 0 68px; }
  h1 { font-size: 38px; line-height: 1.18; }
  h2 { font-size: 30px; line-height: 1.25; }
  .hero-intro, .section-heading > p:last-child, .areas-copy > p:not(.eyebrow), .contact-copy > p:not(.eyebrow):not(.contact-note) { font-size: 16px; }
  .eyebrow { font-size: 10px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-trust { display: grid; gap: 10px; }
  .hero-visual { padding: 10px 4px 24px; }
  .hero-image-wrap img { height: 390px; }
  .hero-image-wrap::before { right: -9px; bottom: -14px; }
  .image-badge-top { top: 27px; left: -9px; }
  .image-badge-bottom { right: -7px; bottom: 27px; }
  .image-badge { padding: 9px 10px; }
  .badge-icon { width: 31px; height: 31px; }
  .trust-strip-grid { padding: 18px 0; gap: 15px 0; grid-template-columns: repeat(2, 1fr); }
  .trust-strip-grid div:nth-child(2) { border-right: 0; }
  .trust-strip-grid strong { font-size: 18px; }
  .trust-strip-grid span { font-size: 10px; }
  .section-heading { margin-bottom: 38px; }
  .benefit-grid, .pricing-grid, .process-grid { grid-template-columns: 1fr; }
  .benefit-card { padding: 24px; }
  .about-grid { gap: 50px; }
  .about-visual { padding: 0 0 22px 20px; }
  .about-image-frame::before { bottom: -22px; left: -20px; }
  .about-image-frame img { height: 400px; border-width: 6px; }
  .experience-card { right: -4px; bottom: 20px; width: 185px; }
  .group-callout { padding: 24px; grid-template-columns: 1fr; }
  .group-price { align-items: flex-start; }
  .process-card { text-align: left; }
  .process-icon { margin-left: 0; }
  .why-list > div { padding: 21px 20px; }
  .map-card { min-height: 380px; }
  .trust-statement { padding: 58px 0; }
  .trust-statement-inner { gap: 15px; grid-template-columns: 1fr; }
  .quote-mark { display: none; }
  .trust-statement h2 { font-size: 27px; }
  .faq-item button { padding: 19px 18px; }
  .faq-answer { padding: 0 50px 18px 18px; }
  .form-card { padding: 27px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { padding: 20px 0; align-items: flex-start; flex-direction: column; }
  .footer-bottom div { gap: 10px; flex-wrap: wrap; }
  .mobile-action-bar { position: fixed; z-index: 150; right: 0; bottom: 0; left: 0; display: grid; height: 65px; background: white; border-top: 1px solid var(--border); box-shadow: 0 -8px 25px rgba(16,35,63,.1); grid-template-columns: .8fr 1fr 1.35fr; }
  .mobile-action-bar button, .mobile-action-bar a { display: flex; padding: 7px 4px; align-items: center; justify-content: center; flex-direction: column; gap: 1px; color: var(--navy); background: white; border: 0; border-right: 1px solid var(--border); font-size: 10px; font-weight: 700; }
  .mobile-action-bar span { color: var(--primary); font-size: 18px; line-height: 1; }
  .mobile-action-bar .mobile-whatsapp span { color: var(--green); }
  .mobile-action-bar a { color: white; background: var(--primary); border: 0; }
  .mobile-action-bar a span { color: white; }
  .toast { bottom: 80px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
