:root{--ink:#153144;--muted:#5c7180;--aqua:#12a7bd;--aqua-dark:#0d7284;--foam:#eefbfc;--warm:#fff7ed;--coral:#ff8566;--gold:#ffc76b;--line:#d9eaee;--white:#fff;--shadow:0 20px 50px #13495b1f}*{box-sizing:border-box}body{color:var(--ink);background:var(--white);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-header{z-index:20;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffeb;justify-content:space-between;align-items:center;gap:18px;padding:14px clamp(16px,3vw,40px);display:flex;position:sticky;top:0}.brand{align-items:center;gap:16px;min-width:350px;display:flex}.brand-logo{object-fit:contain;width:92px;height:92px}.brand strong,.brand small{color:#0478b8;display:block}.brand strong{font-size:1.6rem;line-height:1.05}.brand small{margin-top:5px;font-size:1.08rem;font-weight:800}nav{color:var(--muted);flex-wrap:nowrap;justify-content:flex-end;gap:8px 9px;font-size:.96rem;font-weight:700;display:flex}nav a{white-space:nowrap;align-items:center;min-height:40px;display:inline-flex}nav a:hover,.nav-dropdown summary:hover{color:var(--aqua-dark)}.nav-dropdown{position:relative}.nav-dropdown summary{cursor:pointer;white-space:nowrap;align-items:center;min-height:40px;list-style:none;display:inline-flex}.nav-dropdown summary::-webkit-details-marker{display:none}.nav-dropdown summary:after{content:"▾";margin-left:5px;font-size:.72rem;display:inline-block;transform:translateY(-1px)}.nav-dropdown[open] summary{color:var(--aqua-dark)}.nav-dropdown-menu{z-index:30;min-width:220px;color:var(--ink);background:var(--white);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:12px;gap:2px;padding:10px;display:grid;position:absolute;top:calc(100% + 14px);right:0}.nav-dropdown-menu a{border-radius:8px;min-height:42px;padding:9px 11px}.nav-dropdown-menu a:hover{background:var(--foam)}.hero{min-height:500px;color:var(--white);background:linear-gradient(90deg,#0b2f436b,#0b2f4314);align-items:start;display:grid;position:relative;overflow:hidden}.hero-content{z-index:2;flex-direction:column;width:min(760px,100% - 36px);min-height:500px;margin-left:clamp(18px,7vw,92px);padding:18px 0 20px;display:flex;position:relative}.hero-bg-image{z-index:0;object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.hero:after,.page-hero:after{z-index:1;content:"";pointer-events:none;background:linear-gradient(90deg,#0b2f436b,#0b2f4314);position:absolute;inset:0}.hero h1,.hero .lead,.page-hero h1,.page-hero p{text-shadow:-1px -1px #000000bf,1px -1px #000000bf,-1px 1px #000000bf,1px 1px #000000bf}.hero-eyebrow{text-shadow:none}.eyebrow{color:var(--gold);letter-spacing:.08em;text-transform:uppercase;margin:0 0 14px;font-size:.86rem;font-weight:800}.hero-eyebrow{color:#035f94}.hero .hero-eyebrow{text-shadow:-.5px -.5px #fffc,.5px -.5px #fffc,-.5px .5px #fffc,.5px .5px #fffc}.fish-lane{pointer-events:none;width:min(920px,100%);height:48px;margin:-18px auto 18px;position:relative;overflow:hidden}.mini-fish{filter:drop-shadow(0 6px 10px #035f9438);width:62px;height:30px;animation:10s linear infinite fish-across;position:absolute;top:10px;left:-72px}.fish-body,.fish-tail,.fish-fin,.fish-eye,.fish-bubbles{display:block;position:absolute}.fish-body{background:#26b9e8;border:2px solid #035f94;border-radius:70% 55% 55% 70%;width:38px;height:20px;top:5px;left:16px}.fish-body:after{content:"";background:#7fd7f4;border-radius:999px;width:12px;height:4px;position:absolute;bottom:2px;right:7px}.fish-tail{clip-path:polygon(100% 50%,0 0,28% 50%,0 100%);transform-origin:100%;background:#7fd7f4;width:20px;height:18px;animation:.9s ease-in-out infinite fish-tail;top:7px;left:1px}.fish-fin{opacity:.9;background:#035f94;border-radius:0 0 999px 999px;width:13px;height:9px;top:16px;left:31px}.fish-eye{background:#fff;border-radius:50%;width:4px;height:4px;top:10px;right:9px}.fish-bubbles{opacity:.8;border:2px solid #7fd7f4;border-radius:50%;width:6px;height:6px;top:7px;right:-20px}.fish-bubbles:before,.fish-bubbles:after{content:"";border:2px solid #b8e8f6;border-radius:50%;position:absolute}.fish-bubbles:before{width:4px;height:4px;top:13px;right:10px}.fish-bubbles:after{width:3px;height:3px;top:-5px;right:14px}@keyframes fish-across{0%{transform:translate(0)}to{transform:translate(calc(min(100vw,920px) + 140px))}}@keyframes fish-tail{0%,to{transform:rotate(-7deg)}50%{transform:rotate(11deg)}}h1,h2,h3{margin:0;line-height:1.08}h1{max-width:720px;font-size:clamp(2.35rem,5vw,4.35rem)}h2{font-size:clamp(2rem,4vw,3.15rem)}h3{font-size:1.25rem}.lead{max-width:680px;margin:22px 0 0;font-size:clamp(1.05rem,2vw,1.28rem)}.button-row{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.hero .button-row{z-index:3;margin-top:auto;padding-top:24px}.button{background:var(--coral);min-height:48px;color:var(--white);border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;padding:13px 20px;font-weight:800;display:inline-flex}.button.secondary{background:#ffffff24;border-color:#ffffff8c}.blue-button{background:#0478b8;border-color:#0478b8;min-height:54px;padding:16px 28px;font-size:1.3rem}.center-button-row{justify-content:center;margin-top:28px;display:flex}.hero .button{color:var(--white);background:#26b9e8;border-color:#26b9e8;box-shadow:0 14px 32px #0378b847}.hero .button.secondary{color:#063f64;background:#7fd7f4;border-color:#7fd7f4}.hero .button.tertiary,.enquiry-choice-row .button.tertiary{color:#063f64;background:#dff7ff;border-color:#7fd7f4}.enquiry-choice-row .button.secondary{color:#063f64;background:#7fd7f4;border-color:#7fd7f4}.section{padding:clamp(54px,8vw,96px) clamp(18px,4vw,56px)}.section.alt{background:var(--foam)}.section.warm{background:var(--warm)}.school-programme-page .section{padding-top:clamp(22px,3vw,36px);padding-bottom:clamp(22px,3vw,36px)}.school-programme-page .section-head{margin-bottom:18px}.school-whatsapp-button{text-align:center;width:100%;max-width:420px;line-height:1.2}.section-head{width:min(820px,100%);margin-bottom:34px}.section-head p{color:var(--muted);font-size:1.05rem}.section-head .hero-eyebrow{color:#035f94}.grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.card,.price-card,.testimonial,.article-card{background:var(--white);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:8px;padding:26px}.card p,.price-card p,.testimonial p,.article-card p{color:var(--muted)}.review-prompt{color:#063f64;background:var(--white);border:1px solid var(--line);border-radius:8px;width:min(760px,100%);margin-top:26px;padding:22px 24px;box-shadow:0 14px 34px #13495b14}.review-prompt strong{color:#0478b8;font-size:1.08rem}.review-prompt p{color:var(--muted);margin:6px 0 0}.testimonial-actions{flex-wrap:wrap;align-items:center;gap:14px 18px;margin-top:28px;display:flex}.text-link{color:#0478b8;text-underline-offset:4px;align-items:center;min-height:40px;font-weight:900;text-decoration:underline;display:inline-flex}.testimonials-hero{background:linear-gradient(180deg, var(--foam), var(--white))}.testimonials-hero .section-head{width:min(920px,100%)}.testimonials-hero h1{color:#0478b8}.testimonials-hero-grid{grid-template-columns:minmax(0,.95fr) minmax(280px,.7fr);align-items:center;gap:clamp(24px,5vw,58px);display:grid}.testimonials-image-card img{object-fit:cover;min-height:280px}.featured-card h3{color:#0478b8}.featured-card h3 span,.featured-card h3 small{display:block}.featured-card h3 span{font-size:1.65rem}.featured-card h3 small{color:var(--ink);margin-top:6px;font-size:1.05rem}.stat{color:var(--aqua-dark);font-size:2.25rem;font-weight:900}.video-frame{aspect-ratio:16/9;width:100%;box-shadow:var(--shadow);border:0;border-radius:8px}.steps{counter-reset:step}.steps .card{position:relative}.steps .card:before{counter-increment:step;content:counter(step);width:38px;height:38px;color:var(--white);background:#0478b8;border-radius:8px;place-items:center;margin-bottom:16px;font-weight:900;display:grid}.steps .button{background:#0478b8;border-color:#0478b8}.inline-whatsapp{min-height:30px;color:var(--white);background:#22c55e;border-radius:8px;align-items:center;padding:4px 10px;font-weight:900;line-height:1;display:inline-flex;box-shadow:0 8px 18px #22c55e38}.contact-panel{background:var(--foam);border:1px solid var(--line);width:min(1040px,100%);box-shadow:var(--shadow);border-radius:8px;padding:clamp(26px,4vw,42px)}.contact-panel .section-head{margin-bottom:26px}.contact-choice-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.contact-choice{color:#063f64;background:var(--white);border:1px solid #b8e8f6;border-radius:8px;align-content:center;gap:8px;min-height:132px;padding:22px;display:grid;box-shadow:0 14px 34px #0378b81a}.contact-choice:hover{border-color:#22c55e;transform:translateY(-1px)}.contact-choice span{color:#0478b8;font-size:1.12rem;font-weight:900;line-height:1.2}.contact-choice small{color:var(--muted);font-size:.96rem;line-height:1.45}.contact-choice strong{width:fit-content;min-height:38px;color:var(--white);background:#22c55e;border-radius:8px;justify-content:center;align-items:center;margin-top:4px;padding:8px 14px;font-size:.94rem;line-height:1;display:inline-flex;box-shadow:0 10px 22px #22c55e3d}.contact-details{margin-top:22px}.contact-details .card{box-shadow:0 14px 34px #13495b14}.contact-details a{color:#0478b8;align-items:center;min-height:40px;font-weight:800;display:inline-flex}.contact-form-button{width:fit-content;color:var(--white);background:#0478b8;border-color:#0478b8;margin-top:4px}.contact-details a.contact-form-button{color:var(--white)}.follow-card{background:var(--white);border:1px solid var(--line);border-radius:8px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;margin-top:22px;padding:clamp(24px,4vw,34px);display:flex;box-shadow:0 14px 34px #13495b14}.follow-card h2{margin:4px 0 8px}.follow-card p{max-width:680px;color:var(--muted);margin:0}.policy-card,.policy-content{background:var(--white);border:1px solid var(--line);width:min(920px,100%);box-shadow:var(--shadow);border-radius:8px;padding:clamp(24px,4vw,38px)}.policy-card{gap:6px;display:grid}.policy-card p{margin:0}.policy-card a,.policy-content a{color:#0478b8;font-weight:800}.policy-section{justify-content:center;display:flex}.policy-content h2{margin-top:34px}.policy-content h2:first-child{margin-top:0}.policy-content p,.policy-content li{color:var(--muted)}.price{color:var(--aqua-dark);margin:18px 0 6px;font-size:2rem;font-weight:900}.fee-option-note{border-top:1px solid var(--line);margin-top:20px;padding-top:16px}.fee-option-note strong{color:var(--aqua-dark)}.fee-option-note p{margin:5px 0 0;font-size:.95rem}.fees-overview-section{padding-bottom:30px}.fee-notes-section{padding-top:38px}.feature-list{gap:10px;margin:20px 0 0;padding:0;list-style:none;display:grid}.feature-list li:before{content:"+";color:var(--aqua-dark);font-weight:900}.feature-list li{grid-template-columns:18px 1fr;align-items:start;column-gap:8px;display:grid}.split{grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(24px,5vw,64px);display:grid}.panel{background:var(--white);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:8px;padding:clamp(26px,4vw,42px)}.form{gap:14px;display:grid}.form label{color:var(--ink);gap:6px;font-weight:800;display:grid}.form input,.form select,.form textarea{width:100%;min-height:46px;color:var(--ink);font:inherit;border:1px solid #c9dce2;border-radius:8px;padding:12px 14px}.form textarea{resize:vertical;min-height:126px}.faq{gap:12px;display:grid}.faq-sections{gap:42px;display:grid}.faq-section h2{color:#0478b8;margin-bottom:18px;font-size:clamp(1.65rem,3vw,2.3rem)}.faq details{background:var(--white);border:1px solid var(--line);border-radius:8px;padding:18px 20px}.faq summary{cursor:pointer;align-items:center;min-height:44px;font-weight:900;display:flex}.map{border:0;border-radius:8px;width:100%;min-height:390px}.page-hero{color:var(--white);background:linear-gradient(90deg,#0b2f436b,#0b2f4314);padding:0 clamp(18px,4vw,56px) clamp(94px,11vw,140px);position:relative;overflow:hidden}.page-hero>:not(.hero-bg-image){z-index:2;position:relative}.page-hero p{max-width:760px;font-size:1.12rem}.page-hero .hero-eyebrow{color:#035f94;text-shadow:-.5px -.5px #fffc,.5px -.5px #fffc,-.5px .5px #fffc,.5px .5px #fffc}.landing-hero .button-row{margin-top:28px}.landing-hero .button.secondary{color:#063f64;background:#ffffffd1;border-color:#ffffffeb}.landing-cta-panel{align-content:center;justify-items:start;display:grid}.image-card{padding:0;overflow:hidden}.image-card img{object-fit:cover;width:100%;height:100%;min-height:300px}.article-image{object-fit:cover;width:100%;max-height:420px;box-shadow:var(--shadow);border-radius:8px;margin:32px 0}.article{width:min(820px,100% - 36px);margin:0 auto;padding:72px 0}.about-hero-section{background:linear-gradient(180deg, var(--foam), var(--white))}.about-hero-grid{grid-template-columns:minmax(0,.95fr) minmax(320px,.85fr);align-items:center;gap:clamp(28px,5vw,68px);display:grid}.about-hero-grid h1{color:#0478b8}.about-secondary{color:#063f64;background:var(--white);border-color:#b8e8f6}.about-image-card{background:var(--white)}.about-image-card img{object-fit:cover;min-height:360px}.about-story{background:var(--white);border:1px solid var(--line);width:min(860px,100%);box-shadow:var(--shadow);border-radius:8px;padding:clamp(28px,5vw,52px)}.about-story p{color:var(--muted);font-size:1.06rem}.about-story p:last-child{color:var(--ink);font-weight:900}.article p,.article li{color:var(--muted);font-size:1.06rem}.article h2{margin-top:34px;font-size:2rem}.whatsapp{z-index:30;min-height:52px;color:var(--white);background:#1fa855;border-radius:8px;align-items:center;padding:0 18px;font-weight:900;display:inline-flex;position:fixed;bottom:18px;right:18px;box-shadow:0 16px 38px #1fa85552}.footer{color:#ffffffc7;background:#102f42;flex-wrap:wrap;justify-content:space-between;gap:20px;padding:34px clamp(18px,4vw,56px);display:flex}.footer-brand{align-items:center;gap:14px;display:flex}.footer-logo{object-fit:contain;background:var(--white);border-radius:8px;width:58px;height:58px;padding:5px}.footer strong{color:var(--white)}.footer p{margin:4px 0}.footer p a{align-items:center;min-height:40px;display:inline-flex}.social-links{flex-wrap:wrap;gap:10px;margin:12px 0 8px;display:flex}.social-links a{min-height:38px;color:var(--white);background:#ffffff1a;border:1px solid #ffffff2e;border-radius:8px;align-items:center;gap:8px;padding:7px 12px;font-weight:900;display:inline-flex}.social-links a:hover{background:#ffffff2e}.social-links span{color:#063f64;text-transform:uppercase;background:#7fd7f4;border-radius:999px;place-items:center;width:24px;height:24px;font-size:.78rem;line-height:1;display:inline-grid}.social-panel .social-links a,.follow-card .social-links a{color:#063f64;background:var(--foam);border-color:#b8e8f6}.social-panel .social-links a:hover,.follow-card .social-links a:hover{background:#dff7ff}.footer-links{gap:6px;display:grid}.footer-links a{color:#ffffffc7;align-items:center;min-height:40px;display:inline-flex}.footer-links a:hover{color:var(--white)}@media (max-width:940px){.site-header{flex-direction:column;align-items:flex-start}nav{flex-wrap:wrap;justify-content:flex-start}.nav-dropdown-menu{left:0;right:auto}.grid,.grid.two,.grid.four,.about-hero-grid,.contact-choice-grid,.testimonials-hero-grid,.split{grid-template-columns:1fr}.hero{min-height:500px}}@media (max-width:560px){.brand{min-width:0}.brand-logo{width:74px;height:74px}.brand strong{font-size:1.28rem}.brand small{font-size:.96rem}nav{font-size:.94rem}.button,.hero .button-row{width:100%}.hero-content{margin:0 auto}}@media (prefers-reduced-motion:reduce){.mini-fish,.fish-tail{animation:none}.mini-fish{left:0}}
