:root{--ink:#07132f;--muted:#5e6a86;--line:#e1e6f0;--blue:#315eea;--violet:#743be0;--pink:#d92b85;--mint:#29b98a;--soft:#f7f8fd;--white:#fff;--shadow:0 24px 70px rgba(26,40,80,.12);--max:1240px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:"Manrope",system-ui,sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}body.modal-open{overflow:hidden}button,input,select,textarea{font:inherit}button,a{touch-action:manipulation}a{color:inherit}img{display:block;max-width:100%}:focus-visible{outline:3px solid rgba(49,94,234,.3);outline-offset:3px}.container{width:min(var(--max),calc(100% - 48px));margin-inline:auto}.skip-link{position:fixed;top:-60px;left:16px;z-index:1000;padding:11px 16px;border-radius:10px;color:#fff;background:var(--ink);text-decoration:none;font-weight:800}.skip-link:focus{top:16px}.gradient-text{color:transparent;background:linear-gradient(100deg,var(--blue),var(--violet) 52%,var(--pink));background-clip:text;-webkit-background-clip:text}.eyebrow{display:inline-flex;margin:0 0 18px;padding:7px 13px;border:1px solid #dae2ff;border-radius:999px;color:#3d58bd;background:#fbfcff;font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.section-head{max-width:820px;margin:0 auto 48px;text-align:center}.section-head h2{margin:0 0 18px;font-size:clamp(34px,4vw,52px);line-height:1.07;letter-spacing:-.05em}.section-lead{max-width:720px;margin:0 auto;color:var(--muted);font-size:16px;line-height:1.75}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:13px 22px;border:0;border-radius:12px;text-decoration:none;font-weight:800;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.button:hover{transform:translateY(-2px)}.button-primary{color:#fff;background:linear-gradient(110deg,var(--blue),var(--mint));box-shadow:0 13px 28px rgba(49,94,234,.2)}.button-personal{color:#fff;background:linear-gradient(110deg,var(--violet),var(--pink))}.button-parent{color:#fff;background:linear-gradient(110deg,#1aa984,var(--mint))}.button-quiet{color:var(--ink);background:#fff;border:1px solid var(--line)}.button-small{min-height:44px;padding:10px 17px;font-size:13px}.text-link,.program-link{display:inline-flex;align-items:center;gap:9px;color:var(--blue);text-decoration:none;font-size:13px;font-weight:800}.brand{display:inline-flex;align-items:center;gap:11px;text-decoration:none;font-size:21px;font-weight:800;letter-spacing:-.04em}.brand img{width:43px;height:43px;border-radius:12px}
.site-header{position:sticky;top:0;z-index:200;height:76px;border-bottom:1px solid rgba(225,230,240,.75);background:rgba(255,255,255,.94);backdrop-filter:blur(18px)}.nav-shell{display:flex;align-items:center;justify-content:space-between;height:100%;gap:28px}.main-nav{display:flex;align-items:center;gap:32px}.main-nav a,.nav-login{color:#26324f;text-decoration:none;font-size:13px;font-weight:700}.main-nav a:hover,.nav-login:hover{color:var(--blue)}.nav-actions{display:flex;align-items:center;gap:13px}.nav-login{padding:10px}.mobile-login,.menu-toggle{display:none}.menu-toggle{width:44px;height:44px;border:1px solid var(--line);border-radius:12px;color:var(--ink);background:#fff;font-size:18px}
.hero{position:relative;overflow:hidden;border-bottom:1px solid var(--line);background:linear-gradient(150deg,#fff 0%,#fff 66%,#f7f5ff 100%)}.hero-layout{display:grid;grid-template-columns:40% 60%;align-items:center;min-height:610px;padding-top:42px}.hero-copy{position:relative;z-index:3;padding:24px 0 40px}.hero-copy h1{margin:0 0 22px;font-size:clamp(56px,5.3vw,80px);font-weight:800;line-height:.96;letter-spacing:-.065em}.hero-lead{max-width:470px;margin:0;color:var(--muted);font-size:16px;line-height:1.75}.hero-actions{display:flex;align-items:center;gap:22px;margin-top:28px}.hero-collage{position:relative;align-self:stretch;min-height:530px}.hero-photo{position:absolute;margin:0;overflow:hidden;background:#eef1f7;box-shadow:0 22px 55px rgba(17,31,66,.16)}.hero-photo img{width:100%;height:100%;object-fit:cover}.hero-photo-main{top:4px;right:-30px;width:72%;height:70%;border-radius:50% 0 0 50%}.hero-photo-main img{object-position:50% 35%}.hero-photo-tutor{left:4%;top:42%;z-index:2;width:42%;aspect-ratio:1;border:7px solid #fff;border-radius:50%}.hero-photo-tutor img{object-position:48% center}.hero-photo-parent{right:-4%;bottom:3%;z-index:3;width:46%;height:39%;border:7px solid #fff;border-radius:48% 0 0 48%}.hero-photo-parent img{object-position:50% 45%}.hero-orbit{display:none}.audience-paths{grid-column:1/-1;position:relative;z-index:5;display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:-78px;margin-bottom:34px;width:59%}.audience-path{display:grid;grid-template-columns:auto 1fr auto;align-items:start;gap:13px;min-height:142px;padding:20px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.96);box-shadow:0 10px 30px rgba(30,44,80,.06);text-decoration:none;transition:transform .2s ease,border-color .2s ease}.audience-path:hover{transform:translateY(-4px);border-color:#cbd5ee}.path-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;color:var(--blue);background:#edf2ff}.audience-path strong{display:block;font-size:17px;line-height:1.18}.audience-path em{color:var(--blue);font-style:normal}.audience-path small{display:block;margin-top:9px;color:var(--muted);font-size:10px;line-height:1.5}.path-arrow{margin-top:9px;color:var(--blue)}.audience-path.learner .path-icon{color:var(--pink);background:#fff0f7}.audience-path.learner em,.audience-path.learner .path-arrow{color:var(--pink)}.audience-path.parent .path-icon{color:var(--mint);background:#ecfbf6}.audience-path.parent em,.audience-path.parent .path-arrow{color:#149a73}
.journey{padding:32px 0 42px;background:#fff}.journey-kicker{margin:0 0 22px;text-align:center;font-size:14px;font-weight:800}.journey-steps{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.journey-steps::before{content:"";position:absolute;top:27px;left:10%;right:10%;height:2px;background:linear-gradient(90deg,var(--blue),var(--violet),var(--pink),var(--mint))}.journey-steps article{position:relative;display:grid;grid-template-columns:58px 32px 1fr;align-items:center;column-gap:8px}.journey-icon{position:relative;z-index:2;display:grid;place-items:center;width:56px;height:56px;border:1px solid #dce3f4;border-radius:50%;color:var(--blue);background:#fff;font-size:20px}.journey-steps article:nth-child(2) .journey-icon{color:var(--violet)}.journey-steps article:nth-child(3) .journey-icon{color:var(--pink)}.journey-steps article:nth-child(4) .journey-icon{color:var(--mint)}.journey-steps b{color:#52607c;font-size:11px}.journey-steps h2{margin:0;font-size:14px}.journey-steps p{grid-column:2/-1;margin:4px 0 0;color:var(--muted);font-size:10px}
.impact{padding:38px 0 74px;background:#fff}.impact-grid{display:grid;grid-template-columns:1fr 1fr .72fr;gap:14px}.impact-card{display:grid;grid-template-columns:1.1fr .85fr;min-height:300px;overflow:hidden;border:1px solid var(--line);border-radius:22px;background:#fff}.impact-card>div{padding:26px 10px 26px 26px}.impact-card img{width:100%;height:100%;object-fit:cover}.impact-card h2{margin:0 0 18px;font-size:22px;line-height:1.12}.card-label{margin:0 0 12px;color:#5269d0;font-size:9px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.check-list{display:grid;gap:8px;margin:0 0 20px;padding:0;list-style:none;color:#41506c;font-size:10px}.check-list i{color:var(--mint)}.impact-quote{display:flex;flex-direction:column;margin:0;padding:27px;border-radius:22px;color:#fff;background:linear-gradient(145deg,var(--violet),var(--pink));box-shadow:var(--shadow)}.impact-quote>p:nth-child(2){margin:auto 0;font-size:18px;font-weight:700;line-height:1.5}.impact-quote .card-label{color:#fff}.impact-quote footer{display:flex;align-items:center;gap:10px}.impact-quote footer span:last-child{display:grid}.impact-quote small{opacity:.8}.avatar{display:grid;place-items:center;width:39px;height:39px;border-radius:50%;color:var(--violet);background:#fff;font-size:11px;font-weight:800}.parent-quote{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:18px;max-width:760px;margin:20px auto 0;padding:18px 25px;border-radius:18px;background:linear-gradient(90deg,#f0fbf7,#fbf9ff)}.parent-quote i{grid-row:1/3;color:#b7d9ce;font-size:32px}.parent-quote p{margin:0;color:#34405d;font-size:13px;font-weight:700}.parent-quote cite{color:var(--muted);font-size:11px;font-style:normal}
.programs{padding:90px 0 100px;background:linear-gradient(180deg,#f9faff,#fff)}.program-filter{display:flex;justify-content:center;gap:9px;margin-bottom:34px}.program-filter button{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:10px 16px;border:1px solid var(--line);border-radius:999px;color:#52607c;background:#fff;font-size:12px;font-weight:800;cursor:pointer}.program-filter button.is-active{color:#fff;border-color:transparent;background:linear-gradient(110deg,var(--blue),var(--violet));box-shadow:0 10px 24px rgba(49,94,234,.2)}.program-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.program-card{overflow:hidden;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 15px 42px rgba(25,40,80,.07);transition:opacity .25s ease,transform .25s ease}.program-card.is-hidden{display:none}.program-card-featured{grid-column:1/-1;display:grid;grid-template-columns:.8fr 1.2fr}.program-image{position:relative;height:220px;overflow:hidden}.program-card-featured .program-image{height:100%;min-height:490px}.program-image img{width:100%;height:100%;object-fit:cover}.program-audience{position:absolute;top:16px;left:16px;padding:7px 10px;border-radius:999px;color:#fff;background:var(--blue);font-size:10px;font-weight:800}.program-audience.personal{background:var(--pink)}.program-audience.parent{background:var(--mint)}.program-body{padding:26px}.program-code{margin:0 0 7px;color:#7180a1;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.program-body h3{margin:0 0 10px;font-size:26px;line-height:1.15}.program-body>p:not(.program-code){margin:0 0 19px;color:var(--muted);font-size:13px}.program-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:20px}.program-facts span{padding:10px;border-radius:10px;background:#f6f8fc;color:#52607c;font-size:10px}.program-facts b{display:block;margin-bottom:2px;color:var(--ink);font-size:10px}.program-columns{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:4px 0 22px}.program-columns h4{margin:0 0 9px;font-size:13px}.program-columns ul,.program-card details ul{display:grid;gap:7px;margin:0;padding-left:18px;color:#52607c;font-size:11px}.program-card details{margin:0 0 18px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.program-card summary{display:flex;align-items:center;justify-content:space-between;padding:14px 0;list-style:none;font-size:12px;font-weight:800;cursor:pointer}.program-card summary::after{content:"+";color:var(--blue);font-size:18px}.program-card details[open] summary::after{content:"−"}.program-card details ul{padding:0 0 16px 18px}.program-link{color:var(--blue)}.program-link.personal{color:var(--pink)}.program-link.parent{color:#168f70}.program-help{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:26px;padding:22px 26px;border:1px solid var(--line);border-radius:18px;background:#fff}.program-help>div{display:flex;align-items:center;gap:14px}.program-help>div>i{color:var(--blue);font-size:26px}.program-help span{display:grid}.program-help small{margin-top:3px;color:var(--muted)}
.method{padding:92px 0}.method-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.method-grid article{padding:30px;border-top:2px solid var(--blue);background:#fff}.method-grid article:nth-child(2){border-color:var(--violet)}.method-grid article:nth-child(3){border-color:var(--mint)}.method-grid i{margin-bottom:20px;color:var(--blue);font-size:25px}.method-grid article:nth-child(2) i{color:var(--violet)}.method-grid article:nth-child(3) i{color:var(--mint)}.method-grid h3{margin:0 0 10px;font-size:21px}.method-grid p{margin:0;color:var(--muted);font-size:13px}
.contact{padding:92px 0;background:linear-gradient(135deg,#f5f8ff,#fbf6ff 55%,#f2fbf7)}.contact-shell{max-width:980px;margin:auto;overflow:hidden;border:1px solid var(--line);border-radius:28px;background:#fff;box-shadow:var(--shadow)}.contact-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:10px;border-bottom:1px solid var(--line);background:#f5f7fb}.contact-tab{min-height:50px;border:0;border-radius:13px;color:#59657e;background:transparent;font-size:12px;font-weight:800;cursor:pointer}.contact-tab[aria-selected="true"]{color:var(--ink);background:#fff;box-shadow:0 5px 16px rgba(20,35,70,.08)}.contact-panel{display:none;padding:38px}.contact-panel.active{display:block}.contact-panel-head{margin-bottom:26px}.contact-panel-head h3{margin:0 0 7px;font-size:28px}.contact-panel-head p{margin:0;color:var(--muted)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.field{position:relative;display:grid;gap:6px}.field.full{grid-column:1/-1}.field label{color:#34405d;font-size:12px;font-weight:800}.field input,.field select,.field textarea{width:100%;padding:13px 14px;border:1px solid #dce2ee;border-radius:11px;outline:none;color:var(--ink);background:#fff}.field textarea{min-height:108px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(49,94,234,.1)}.consent{display:flex;grid-column:1/-1;align-items:flex-start;gap:10px;color:var(--muted);font-size:11px}.consent input{width:17px;height:17px;accent-color:var(--blue)}.form-actions{display:flex;grid-column:1/-1;align-items:center;justify-content:space-between;gap:20px}.form-note{color:var(--muted);font-size:11px}.form-status{display:none;grid-column:1/-1;padding:12px;border-radius:11px;font-size:12px;font-weight:700}.form-status.is-visible{display:block}.form-status.is-success{color:#157654;background:#eafaf3}.form-status.is-error,.modal-error{color:#a51c31;background:#fff1f2}
.faq{padding:92px 0}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 28px}.faq details{border-bottom:1px solid var(--line)}.faq summary{display:flex;justify-content:space-between;gap:15px;padding:20px 0;list-style:none;font-size:14px;font-weight:800;cursor:pointer}.faq summary::after{content:"+";color:var(--blue);font-size:21px}.faq details[open] summary::after{transform:rotate(45deg)}.faq details p{margin:0;padding:0 26px 18px 0;color:var(--muted);font-size:13px;line-height:1.7}
.site-footer{padding:55px 0 24px;color:#fff;background:var(--ink)}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:70px;padding-bottom:40px}.footer-grid>div{display:grid;align-content:start;gap:10px}.footer-grid p{max-width:420px;color:#acb7cf;font-size:13px}.footer-grid h3{margin:0 0 9px;color:#d9dfec;font-size:11px;letter-spacing:.12em;text-transform:uppercase}.footer-grid a:not(.brand){width:max-content;color:#aeb8cf;text-decoration:none;font-size:12px}.footer-bottom{display:flex;justify-content:space-between;padding-top:20px;border-top:1px solid rgba(255,255,255,.12);color:#8f9bb7;font-size:11px}
.modal-backdrop{position:fixed;inset:0;z-index:500;display:none;align-items:center;justify-content:center;padding:20px;background:rgba(5,12,30,.58);backdrop-filter:blur(10px)}.modal-backdrop:target{display:flex}.login-modal{position:relative;display:grid;grid-template-columns:.9fr 1.1fr;width:min(860px,100%);max-height:calc(100vh - 40px);overflow:auto;border-radius:26px;background:#fff;box-shadow:0 32px 90px rgba(2,8,25,.28)}.modal-close{position:absolute;top:16px;right:16px;z-index:4;display:grid;place-items:center;width:38px;height:38px;border:1px solid var(--line);border-radius:50%;color:var(--muted);background:#fff;text-decoration:none}.login-story{position:relative;min-height:620px;overflow:hidden;background:#eadbc9}.login-story img{width:100%;height:100%;object-fit:cover}.login-story::after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(5,12,30,.85))}.login-story-copy{position:absolute;z-index:2;left:28px;right:28px;bottom:30px;color:#fff}.login-story-copy p{margin:0 0 9px;font-size:25px;font-weight:800;line-height:1.2}.login-story-copy small{opacity:.78}.login-panel{padding:38px 42px}.login-panel h2{margin:34px 0 10px;font-size:36px;line-height:1.08;letter-spacing:-.05em}.modal-intro{margin:0 0 20px;color:var(--muted);font-size:13px}.login-roles{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.login-roles button{min-height:39px;padding:7px;border:1px solid var(--line);border-radius:9px;color:#52607c;background:#fff;font-size:10px;font-weight:800;cursor:pointer}.login-roles button.is-active{color:#fff;border-color:var(--blue);background:var(--blue)}.login-role-note{min-height:38px;margin:12px 0 18px;color:var(--muted);font-size:11px}.modal-form{display:grid;gap:14px}.modal-form .button{width:100%}.modal-error{margin-bottom:15px;padding:11px;border-radius:10px;font-size:12px}.password-wrap input{padding-right:45px}.password-toggle{position:absolute;right:8px;bottom:8px;width:36px;height:36px;border:0;color:var(--muted);background:transparent;cursor:pointer}.forgot-link{justify-self:start;color:var(--blue);font-size:11px;font-weight:700;text-decoration:none}.secure-note{display:flex;align-items:center;gap:8px;margin:22px 0 0;color:var(--muted);font-size:10px}.secure-note i{color:var(--mint)}.cookie-banner{position:fixed;bottom:18px;left:50%;z-index:450;display:none;align-items:center;gap:18px;width:min(780px,calc(100% - 32px));padding:15px 17px;transform:translateX(-50%);border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.97);box-shadow:var(--shadow)}.cookie-banner.visible{display:flex}.cookie-banner p{flex:1;margin:0;color:var(--muted);font-size:11px}.cookie-actions{display:flex;gap:8px}.reveal{opacity:0;transform:translateY(17px);transition:opacity .55s ease,transform .55s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:1050px){.main-nav{gap:18px}.hero-layout{grid-template-columns:43% 57%}.audience-paths{width:72%}.impact-grid{grid-template-columns:1fr 1fr}.impact-quote{grid-column:1/-1;min-height:240px}.program-card-featured{grid-template-columns:1fr 1fr}}
@media(max-width:840px){.container{width:min(100% - 32px,var(--max))}.site-header{height:70px}.main-nav,.nav-actions{display:none}.menu-toggle{display:grid;place-items:center}.main-nav.open{position:fixed;top:76px;left:16px;right:16px;display:flex;flex-direction:column;align-items:stretch;gap:0;padding:10px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow)}.main-nav.open a{padding:13px;border-bottom:1px solid var(--line)}.main-nav.open .mobile-login{display:block}.hero-layout{grid-template-columns:1fr;padding-top:20px}.hero-copy{text-align:center;padding-bottom:20px}.hero-copy h1{font-size:54px}.hero-lead{margin:auto}.hero-actions{justify-content:center}.hero-collage{min-height:440px}.hero-photo-main{right:0;width:76%}.hero-photo-tutor{left:3%;width:38%}.hero-photo-parent{right:0;width:43%}.audience-paths{width:100%;margin-top:-45px}.journey-steps{grid-template-columns:1fr 1fr;gap:24px}.journey-steps::before{display:none}.impact-grid{grid-template-columns:1fr}.impact-quote{grid-column:auto}.program-grid{grid-template-columns:1fr}.program-card-featured{grid-column:auto;display:block}.program-card-featured .program-image{height:280px;min-height:0}.method-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.login-modal{grid-template-columns:.8fr 1.2fr}.login-story-copy p{font-size:20px}}
@media(max-width:620px){.container{width:calc(100% - 28px)}.brand{font-size:19px}.brand img{width:39px;height:39px}.hero{background:linear-gradient(180deg,#fff,#faf8ff)}.hero-layout{padding-top:16px}.hero-copy{text-align:left}.hero-copy .eyebrow{font-size:8px;white-space:nowrap}.hero-copy h1{font-size:43px;line-height:.98}.hero-lead{font-size:13px;line-height:1.65}.hero-actions{align-items:stretch;flex-direction:column;gap:12px}.hero-actions .button{width:100%}.hero-actions .text-link{justify-content:center}.hero-collage{min-height:340px;margin:8px -14px 0}.hero-photo-main{top:0;right:0;width:78%;height:68%;border-radius:42% 0 0 42%}.hero-photo-tutor{left:0;top:45%;width:42%}.hero-photo-parent{right:0;bottom:0;width:52%;height:42%}.audience-paths{grid-template-columns:1fr;margin:12px 0 24px;gap:10px}.audience-path{min-height:0;padding:16px}.journey{padding:28px 0}.journey-kicker{text-align:left}.journey-steps{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:10px}.journey-steps article{flex:0 0 72%;scroll-snap-align:start}.impact{padding:28px 0 62px}.impact-card{grid-template-columns:1fr;min-height:0}.impact-card>div{padding:23px}.impact-card img{height:180px}.impact-grid{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;margin-right:-14px;padding-right:14px}.impact-card,.impact-quote{flex:0 0 88%;scroll-snap-align:start}.parent-quote{grid-template-columns:auto 1fr;padding:16px}.programs,.method,.contact,.faq{padding:68px 0}.section-head{text-align:left;margin-bottom:32px}.section-head h2{font-size:34px}.section-head .section-lead{margin:0}.program-filter{justify-content:flex-start;overflow-x:auto;padding-bottom:5px}.program-filter button{flex:0 0 auto}.program-grid{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;margin-right:-14px;padding:0 14px 12px 0}.program-card,.program-card-featured{display:block;flex:0 0 88%;scroll-snap-align:start}.program-image,.program-card-featured .program-image{height:210px}.program-body{padding:22px}.program-body h3{font-size:23px}.program-facts{grid-template-columns:1fr 1fr}.program-columns{grid-template-columns:1fr}.program-help{align-items:stretch;flex-direction:column}.program-help .button{width:100%}.contact-tabs{grid-template-columns:1fr 1fr 1fr}.contact-tab{font-size:10px}.contact-tab i{display:block;margin-bottom:4px}.contact-panel{padding:23px 18px}.form-grid{grid-template-columns:1fr}.field.full,.consent,.form-actions,.form-status{grid-column:1}.form-actions{align-items:stretch;flex-direction:column}.form-actions .button{width:100%}.faq-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:30px}.footer-grid>div:first-child{grid-column:auto}.footer-bottom{flex-direction:column;gap:8px}.login-modal{grid-template-columns:1fr;max-width:430px}.login-story{min-height:190px}.login-story img{height:190px}.login-story-copy{left:20px;right:60px;bottom:18px}.login-story-copy p{font-size:18px}.login-story-copy small{display:none}.login-panel{padding:25px 20px}.login-panel h2{margin-top:24px;font-size:29px}.login-roles button{font-size:9px}.cookie-banner{align-items:flex-start;flex-wrap:wrap}.cookie-actions{width:100%}.cookie-actions .button{flex:1}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.button{transition:none}}
.modal-error:empty{display:none}
.login-story img{content:url('/public/assets/images/login-parent-story-approved.png')}
.hero-actions{display:none}.audience-heading{display:none}.journey-steps h2,.journey-steps b{position:relative;z-index:2;background:#fff}
@media(max-width:620px){
  .hero-layout{position:relative;padding-top:0}
  .hero-copy{min-height:380px;margin:0 -14px;padding:82px 22px 28px;text-align:left;color:#fff}
  .hero-copy::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(5,12,30,.94),rgba(5,12,30,.28))}
  .hero-copy .eyebrow{color:#fff;border-color:rgba(255,255,255,.5);background:rgba(255,255,255,.12)}
  .hero-copy h1{max-width:290px;color:#fff;font-size:38px}
  .hero-copy .gradient-text{background:linear-gradient(100deg,#fff,#b8c6ff 46%,#ff77ba);background-clip:text;-webkit-background-clip:text}
  .hero-lead{max-width:290px;margin:0;color:rgba(255,255,255,.9);font-size:12px}
  .hero-collage{position:absolute;inset:0 0 auto;z-index:0;min-height:380px;margin:0 -14px}
  .hero-photo-main{inset:0;width:100%;height:100%;border-radius:0;box-shadow:none}
  .hero-photo-main img{object-position:52% 24%}
  .hero-photo-tutor,.hero-photo-parent{display:none}
  .audience-heading{grid-column:1/-1;display:block;position:relative;z-index:5;margin:20px 0 10px;font-size:20px;font-weight:800;letter-spacing:-.04em}
  .audience-paths{margin:0 0 24px}
}

/* Two balanced proof cards after removal of the organisation testimonial. */
@media(min-width:841px){.impact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
.program-card .program-code{font-size:11px}
.program-card .program-body>p:not(.program-code){font-size:14px;line-height:1.65}
.program-card .program-facts span{font-size:12px;line-height:1.45}
.program-card .program-facts b{font-size:11px}
.program-card .program-columns h4{font-size:14px}
.program-card .program-columns ul{gap:9px;font-size:12.5px;line-height:1.55}
.program-card .program-body>.button{width:100%}
.program-card-secondary{display:none!important}
@media(min-width:841px){
  .program-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start}
  .program-card-featured{grid-column:auto;display:block}
  .program-card-featured .program-image{height:220px;min-height:0}
  .program-card-featured .program-columns{grid-template-columns:1fr 1fr}
}

/* Exact approved composition */
.hero-ribbon{position:absolute;z-index:4;top:41%;right:-8%;width:76%;height:auto;pointer-events:none;filter:drop-shadow(0 10px 18px rgba(75,35,170,.18));transform:rotate(-4deg)}
.hero-collage-art{position:absolute;inset:0 -18px 0 0;width:calc(100% + 18px);height:100%;object-fit:contain;object-position:right center}
@media(min-width:1060px){
  .site-header{height:72px}
  .hero-layout{min-height:520px;padding-top:18px}
  .hero-copy{align-self:start;padding:26px 0 20px}
  .hero-copy h1{margin-bottom:18px;font-size:clamp(54px,4.5vw,66px)}
  .hero-lead{max-width:430px;font-size:14px;line-height:1.65}
  .hero-collage{min-height:455px}
  .hero-photo-main{top:0;right:-12px;width:72%;height:70%}
  .hero-photo-tutor{left:2%;top:42%;width:39%}
  .hero-photo-parent{right:-2%;bottom:1%;width:43%;height:38%}
  .audience-paths{width:56%;margin-top:-120px;margin-bottom:22px}
  .audience-path{min-height:128px;padding:16px}
  .audience-path strong{font-size:15px}
  .journey{padding:18px 0 20px}
  .journey-kicker{margin-bottom:16px}
  .impact{padding:26px 0 54px}
  .impact-card{min-height:270px}
}
@media(max-width:620px){
  .hero-ribbon{display:block;top:54%;right:-45%;width:145%;transform:rotate(-5deg);filter:none}
  .hero-photo-main{z-index:0}
  .hero-copy{z-index:2}
  .hero-copy{min-height:360px}
  .hero-collage{min-height:360px;overflow:hidden}
  .hero-collage-art{inset:0;width:160%;height:160%;max-width:none;object-fit:cover;object-position:100% 0}
  .audience-heading{margin:-20px -14px 10px;padding:26px 14px 0;border-radius:24px 24px 0 0;background:#fff}
}

/* =========================================================
   Mobile header + login UX — 2026-08-25
   Scope: public homepage header and #loginModal only.
   ========================================================= */
.mobile-header-login{display:none}

@media (max-width:840px){
  .site-header{
    height:68px;
  }
  .site-header .nav-shell{
    height:68px;
    flex-wrap:nowrap!important;
    gap:8px!important;
  }
  .site-header .brand{
    flex:0 1 auto;
    min-width:0;
    gap:7px;
  }
  .site-header .brand img{
    width:34px;
    height:34px;
    flex:0 0 34px;
  }
  .site-header .brand span{
    font-size:17px;
    white-space:nowrap;
  }

  /* Keep language + Connexion + menu all visible on one line. */
  .site-header .header-lang{
    margin-left:auto!important;
    flex:0 0 auto;
  }
  .site-header .lang-switcher-btn{
    min-height:40px;
    padding:0 9px;
    border-radius:11px;
  }
  .site-header .lang-switcher-btn .lang-word{display:none!important}

  .mobile-header-login{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:6px;
    min-height:40px;
    padding:0 12px;
    flex:0 0 auto;
    border:1px solid #ddd7f5;
    border-radius:11px;
    background:#fff;
    color:#38256c;
    text-decoration:none;
    font-size:11px;
    font-weight:800;
    box-shadow:0 5px 16px rgba(45,35,85,.05);
  }
  .mobile-header-login i{font-size:12px}
  .menu-toggle{
    display:grid!important;
    place-items:center;
    width:40px;
    height:40px;
    flex:0 0 40px;
    border-radius:11px;
  }

  .main-nav.open{
    top:76px;
    max-height:calc(100dvh - 92px);
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
  }
  .main-nav.open .mobile-login{
    display:none!important; /* avoid duplicate Connexion CTA */
  }
}

@media (max-width:520px){
  .site-header .container{
    padding-left:10px!important;
    padding-right:10px!important;
  }
  .site-header .nav-shell{gap:6px!important}
  .site-header .brand img{width:31px;height:31px;flex-basis:31px}
  .site-header .brand span{font-size:15px}
  .site-header .lang-switcher-btn{
    min-width:42px;
    padding:0 7px;
  }
  .site-header .lang-switcher-btn .fa-chevron-down{display:none}
  .mobile-header-login{
    min-width:40px;
    width:40px;
    padding:0;
  }
  .mobile-header-login span{display:none}
  .menu-toggle{width:40px;height:40px}
}

/* Login modal: mobile-first, keyboard-safe, no horizontal overflow. */
@media (max-width:620px){
  .modal-backdrop{
    align-items:flex-end!important;
    padding:0!important;
    overflow:hidden;
  }
  .login-modal{
    display:block!important;
    width:100%!important;
    max-width:none!important;
    max-height:100dvh!important;
    margin:0!important;
    border-radius:22px 22px 0 0!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
    box-shadow:0 -18px 55px rgba(2,8,25,.28)!important;
  }

  /* On phones the decorative story image is removed so login is immediate. */
  .login-story{display:none!important}

  .modal-close{
    position:sticky!important;
    float:right;
    top:10px!important;
    right:10px!important;
    margin:10px 10px -48px 0;
    width:42px!important;
    height:42px!important;
    z-index:10!important;
    background:rgba(255,255,255,.96)!important;
    box-shadow:0 5px 16px rgba(20,25,50,.08);
  }

  .login-panel{
    width:100%!important;
    padding:
      24px
      max(18px, env(safe-area-inset-right))
      max(28px, calc(env(safe-area-inset-bottom) + 18px))
      max(18px, env(safe-area-inset-left))!important;
  }
  .login-panel>.brand{
    width:max-content;
    max-width:calc(100% - 56px);
    margin-bottom:24px;
  }
  .login-panel>.brand img{width:36px;height:36px}
  .login-panel h2{
    margin:0 0 10px!important;
    padding-right:48px;
    font-size:30px!important;
    line-height:1.08!important;
  }
  .modal-intro{
    margin-bottom:20px!important;
    max-width:36rem;
    font-size:13px!important;
    line-height:1.55;
  }
  .modal-error{
    width:100%;
    margin-bottom:14px!important;
    font-size:12px!important;
    line-height:1.45;
  }
  .modal-form{
    width:100%;
    gap:15px!important;
  }
  .modal-form .field{
    width:100%;
    min-width:0;
  }
  .modal-form label{
    display:block;
    margin-bottom:7px;
    font-size:12px;
    font-weight:800;
  }
  /* 16px prevents Safari/iOS auto-zoom when focusing a field. */
  .modal-form input{
    width:100%!important;
    min-width:0!important;
    height:52px!important;
    padding:0 14px!important;
    border-radius:12px!important;
    font-size:16px!important;
  }
  .modal-form .password-wrap input{padding-right:52px!important}
  .password-toggle{
    right:7px!important;
    bottom:6px!important;
    width:40px!important;
    height:40px!important;
  }
  .forgot-link{
    display:inline-flex;
    align-items:center;
    min-height:34px;
    font-size:12px!important;
  }
  .login-submit{
    min-height:52px!important;
    width:100%!important;
    border-radius:12px!important;
    font-size:14px!important;
  }
  .secure-note{
    margin-top:18px!important;
    padding:11px 12px;
    border-radius:10px;
    background:#f7f9fc;
    font-size:10px!important;
    line-height:1.4;
  }
}

/* Very short screens / landscape phones: keep form accessible. */
@media (max-width:840px) and (max-height:540px){
  .modal-backdrop{align-items:stretch!important}
  .login-modal{
    min-height:100dvh;
    border-radius:0!important;
  }
  .login-panel{padding-top:18px!important}
  .login-panel h2{font-size:26px!important}
}

/* Prevent any new header/login elements from causing horizontal scroll. */
@media (max-width:840px){
  .site-header,
  .site-header .nav-shell,
  .login-modal,
  .login-panel,
  .modal-form,
  .modal-form .field{
    max-width:100%;
    min-width:0;
  }
}

/* V14 fallback: ensure mobile header controls can never be globally hidden. */
@media(max-width:840px){
  .mobile-header-login{display:flex!important}
  .menu-toggle{display:grid!important}
}

/* =========================================================
   Journey redesign V17 — scoped ONLY to .ml-journey-v17
   ========================================================= */
.ml-journey-v17{
  padding:86px 0 92px;
  background:#fff;
}
.ml-journey-v17 .container{
  width:min(1220px,calc(100% - 40px));
  margin:0 auto;
}
.ml-journey-v17 .ml-journey-head{
  max-width:760px;
  margin:0 auto 46px;
  text-align:center;
}
.ml-journey-v17 .journey-kicker{
  margin:0 0 12px;
  color:#6f7890;
  font-size:14px;
  font-weight:800;
}
.ml-journey-v17 .ml-journey-head h2{
  margin:0 0 12px;
  font-size:clamp(34px,3.25vw,50px);
  line-height:1.05;
  letter-spacing:-.04em;
  color:#10183a;
}
.ml-journey-v17 .ml-journey-intro{
  margin:0 auto;
  max-width:620px;
  color:#7a8295;
  font-size:15px;
  line-height:1.6;
}
.ml-journey-v17 .ml-journey-track{
  position:relative;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
}
.ml-journey-v17 .ml-journey-track:before{
  content:"";
  position:absolute;
  left:9%;
  right:9%;
  top:39px;
  height:2px;
  background:linear-gradient(90deg,#4f6cff,#8b5cf6,#d946ef,#22b981);
  opacity:.35;
}
.ml-journey-v17 .ml-journey-step{
  position:relative;
  z-index:1;
  min-width:0;
  padding:0 8px 8px;
}
.ml-journey-v17 .ml-step-marker{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:20px;
}
.ml-journey-v17 .ml-step-icon{
  width:78px;
  height:78px;
  flex:0 0 78px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fff;
  border:1px solid #dfe4f0;
  box-shadow:0 12px 28px rgba(18,24,58,.06);
  font-size:24px;
}
.ml-journey-v17 .ml-step-number{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fff;
  border:1px solid #e2e6ef;
  color:#69738a;
  font-size:11px;
  font-weight:900;
}
.ml-journey-v17 .ml-journey-step:nth-child(1) .ml-step-icon{color:#4667ff}
.ml-journey-v17 .ml-journey-step:nth-child(2) .ml-step-icon{color:#7c3aed}
.ml-journey-v17 .ml-journey-step:nth-child(3) .ml-step-icon{color:#d92d8c}
.ml-journey-v17 .ml-journey-step:nth-child(4) .ml-step-icon{color:#20b981}
.ml-journey-v17 .ml-step-content h3{
  min-height:66px;
  margin:0 0 10px;
  font-size:clamp(24px,2.1vw,32px);
  line-height:1.06;
  letter-spacing:-.03em;
  color:#10183a;
}
.ml-journey-v17 .ml-step-content p{
  margin:0;
  max-width:250px;
  color:#7a8295;
  font-size:13px;
  line-height:1.55;
}
@media(max-width:980px){
  .ml-journey-v17 .ml-journey-track{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:20px;
  }
  .ml-journey-v17 .ml-journey-track:before{display:none}
  .ml-journey-v17 .ml-journey-step{
    padding:20px;
    border:1px solid #e8ebf2;
    border-radius:18px;
    background:#fff;
    box-shadow:0 12px 30px rgba(18,24,58,.05);
  }
  .ml-journey-v17 .ml-step-content h3{min-height:0}
}
@media(max-width:640px){
  .ml-journey-v17{padding:60px 0 68px}
  .ml-journey-v17 .container{width:calc(100% - 28px)}
  .ml-journey-v17 .ml-journey-head{
    text-align:left;
    margin-bottom:30px;
  }
  .ml-journey-v17 .ml-journey-head h2{
    font-size:33px;
  }
  .ml-journey-v17 .ml-journey-intro{
    margin-left:0;
    font-size:14px;
  }
  .ml-journey-v17 .ml-journey-track{
    display:flex;
    flex-direction:column;
    gap:12px;
  }
  .ml-journey-v17 .ml-journey-step{
    width:100%;
    display:grid;
    grid-template-columns:68px minmax(0,1fr);
    gap:14px;
    padding:15px;
    border-radius:16px;
  }
  .ml-journey-v17 .ml-step-marker{
    position:relative;
    flex-direction:column;
    gap:6px;
    margin:0;
  }
  .ml-journey-v17 .ml-step-marker:after{
    content:"";
    position:absolute;
    top:98px;
    bottom:-27px;
    left:50%;
    width:2px;
    transform:translateX(-50%);
    background:#e6eaf2;
  }
  .ml-journey-v17 .ml-journey-step:last-child .ml-step-marker:after{display:none}
  .ml-journey-v17 .ml-step-icon{
    width:54px;
    height:54px;
    flex-basis:54px;
    font-size:18px;
  }
  .ml-journey-v17 .ml-step-number{
    width:26px;
    height:26px;
    font-size:9px;
  }
  .ml-journey-v17 .ml-step-content{
    align-self:center;
  }
  .ml-journey-v17 .ml-step-content h3{
    min-height:0;
    margin-bottom:6px;
    font-size:21px;
  }
  .ml-journey-v17 .ml-step-content p{
    max-width:none;
    font-size:13px;
  }
}

/* Mobile login CTA V18 */
.mobile-header-login{display:none}

@media(max-width:840px){
  .site-header .nav-shell{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto auto auto!important;
    align-items:center!important;
    gap:7px!important;
  }
  .site-header .mobile-header-login{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:6px!important;
    min-height:40px!important;
    padding:0 12px!important;
    border:1px solid #ded9f5!important;
    border-radius:11px!important;
    background:#fff!important;
    color:#38256c!important;
    text-decoration:none!important;
    font-size:11px!important;
    font-weight:850!important;
    visibility:visible!important;
    opacity:1!important;
    white-space:nowrap!important;
    z-index:10030!important;
  }
  .site-header .mobile-header-login i{font-size:12px!important}
  .site-header .menu-toggle{
    display:grid!important;
    visibility:visible!important;
    opacity:1!important;
  }
}

@media(max-width:480px){
  .site-header .nav-shell{
    grid-template-columns:minmax(0,1fr) 38px 40px 40px!important;
    gap:5px!important;
  }
  .site-header .mobile-header-login{
    width:40px!important;
    min-width:40px!important;
    padding:0!important;
  }
  .site-header .mobile-header-login span{display:none!important}
}

/* Mobile login CTA V19 — keep a REAL text button visible on every phone */
@media(max-width:480px){
  .site-header .nav-shell{
    grid-template-columns:minmax(0,1fr) 36px auto 38px!important;
    gap:5px!important;
  }
  .site-header .brand span{
    max-width:74px!important;
    font-size:13px!important;
  }
  .site-header .lang-switcher-btn{
    width:36px!important;
    min-width:36px!important;
    height:38px!important;
    min-height:38px!important;
  }
  .site-header .mobile-header-login{
    display:inline-flex!important;
    width:auto!important;
    min-width:78px!important;
    height:38px!important;
    min-height:38px!important;
    padding:0 10px!important;
    gap:5px!important;
    white-space:nowrap!important;
  }
  .site-header .mobile-header-login span{
    display:inline!important;
    font-size:10px!important;
    line-height:1!important;
  }
  .site-header .mobile-header-login i{
    display:inline-block!important;
    font-size:11px!important;
  }
  .site-header .menu-toggle{
    width:38px!important;
    min-width:38px!important;
    height:38px!important;
    min-height:38px!important;
  }
}

/* Extra-small phones: preserve the text by hiding only the user icon, not the label */
@media(max-width:380px){
  .site-header .nav-shell{
    grid-template-columns:minmax(0,1fr) 34px auto 36px!important;
    gap:4px!important;
  }
  .site-header .brand img{
    width:29px!important;
    height:29px!important;
    flex-basis:29px!important;
  }
  .site-header .brand span{
    max-width:55px!important;
    font-size:12px!important;
  }
  .site-header .mobile-header-login{
    min-width:70px!important;
    padding:0 8px!important;
  }
  .site-header .mobile-header-login i{
    display:none!important;
  }
  .site-header .mobile-header-login span{
    display:inline!important;
    font-size:10px!important;
  }
}

/* =========================================================
   Hero redesign V20 — scoped strictly to .hero-v20
   ========================================================= */
.hero-v20{
  padding:34px 0 46px!important;
  background:
    radial-gradient(circle at 8% 10%,rgba(79,108,255,.04),transparent 28%),
    radial-gradient(circle at 96% 28%,rgba(219,39,119,.035),transparent 28%),
    #fff!important;
}
.hero-v20 .hero-layout{
  width:min(1420px,calc(100% - 48px))!important;
  min-height:680px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.05fr) minmax(520px,.95fr)!important;
  grid-template-rows:1fr!important;
  gap:36px!important;
  align-items:stretch!important;
  padding:54px 50px 48px!important;
  border:1px solid #e9ebf2!important;
  border-radius:26px!important;
  background:rgba(255,255,255,.96)!important;
  box-shadow:0 24px 70px rgba(28,31,65,.07)!important;
  overflow:hidden!important;
}
.hero-v20 .hero-copy{
  min-width:0!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  padding:0!important;
}
.hero-v20 .eyebrow{
  width:max-content!important;
  max-width:100%!important;
  margin:0 0 34px!important;
  padding:9px 14px!important;
  border:1px solid #deddf8!important;
  border-radius:999px!important;
  color:#415fd0!important;
  background:#fbfbff!important;
  font-size:11px!important;
  font-weight:850!important;
  letter-spacing:.1em!important;
  text-transform:uppercase!important;
}
.hero-v20 .eyebrow i{margin-right:6px!important;color:#4768ff!important}
.hero-v20 h1{
  max-width:760px!important;
  margin:0 0 26px!important;
  font-size:clamp(52px,5.2vw,82px)!important;
  line-height:.98!important;
  letter-spacing:-.058em!important;
  color:#10183a!important;
}
.hero-v20 .gradient-text{
  background:linear-gradient(90deg,#4169f6 0%,#7748e9 48%,#dc2f8c 100%)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  color:transparent!important;
}
.hero-v20 .hero-lead{
  max-width:700px!important;
  margin:0 0 30px!important;
  color:#68738a!important;
  font-size:17px!important;
  line-height:1.65!important;
}
.hero-v20 .hero-actions-v20{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:12px!important;
  margin:0 0 34px!important;
}
.hero-v20 .hero-actions-v20 .button{
  min-height:52px!important;
  padding:0 20px!important;
  border-radius:14px!important;
  font-size:13px!important;
  font-weight:850!important;
  text-decoration:none!important;
}
.hero-v20 .hero-actions-v20 .button-primary{
  border:0!important;
  color:#fff!important;
  background:linear-gradient(90deg,#425ff2,#7c3aed 58%,#df2f91)!important;
  box-shadow:0 11px 26px rgba(124,58,237,.18)!important;
}
.hero-v20 .hero-secondary-button{
  border:1px solid #dfe3ed!important;
  color:#17203f!important;
  background:#fff!important;
  box-shadow:0 7px 18px rgba(25,31,66,.04)!important;
}
.hero-v20 .hero-login-button{
  border:1px solid #4869f6!important;
  color:#2950d5!important;
  background:#fff!important;
}
.hero-v20 .hero-actions-v20 .button:hover{transform:translateY(-2px)!important}
.hero-v20 .hero-audience-v20{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
  margin:0!important;
  width:100%!important;
}
.hero-v20 .hero-audience-v20 .audience-path{
  min-width:0!important;
  min-height:150px!important;
  display:grid!important;
  grid-template-columns:48px minmax(0,1fr) 20px!important;
  gap:12px!important;
  align-items:start!important;
  padding:20px 16px!important;
  border:1px solid #e6e9f1!important;
  border-radius:18px!important;
  background:#fff!important;
  text-decoration:none!important;
  box-shadow:0 10px 28px rgba(24,30,65,.045)!important;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important;
}
.hero-v20 .hero-audience-v20 .audience-path:hover{
  transform:translateY(-4px)!important;
  border-color:#d8d4f3!important;
  box-shadow:0 18px 38px rgba(24,30,65,.09)!important;
}
.hero-v20 .hero-audience-v20 .path-icon{
  width:46px!important;
  height:46px!important;
  border-radius:13px!important;
  display:grid!important;
  place-items:center!important;
  font-size:18px!important;
}
.hero-v20 .hero-audience-v20 .pro .path-icon{background:#eef2ff!important;color:#4169f6!important}
.hero-v20 .hero-audience-v20 .learner .path-icon{background:#fff0f8!important;color:#d92f8b!important}
.hero-v20 .hero-audience-v20 .parent .path-icon{background:#ecfbf4!important;color:#14a66b!important}
.hero-v20 .hero-audience-v20 strong{
  display:block!important;
  margin:1px 0 10px!important;
  color:#17203f!important;
  font-size:14px!important;
  line-height:1.3!important;
}
.hero-v20 .hero-audience-v20 strong em{display:block!important;margin-top:2px!important;font-style:normal!important}
.hero-v20 .hero-audience-v20 .pro strong em{color:#4169f6!important}
.hero-v20 .hero-audience-v20 .learner strong em{color:#d92f8b!important}
.hero-v20 .hero-audience-v20 .parent strong em{color:#14a66b!important}
.hero-v20 .hero-audience-v20 small{
  display:block!important;
  color:#7b8498!important;
  font-size:10px!important;
  line-height:1.5!important;
}
.hero-v20 .hero-audience-v20 .path-arrow{margin-top:7px!important;font-size:15px!important}
.hero-v20 .hero-audience-v20 .pro .path-arrow{color:#4169f6!important}
.hero-v20 .hero-audience-v20 .learner .path-arrow{color:#d92f8b!important}
.hero-v20 .hero-audience-v20 .parent .path-arrow{color:#14a66b!important}
.hero-v20 .hero-collage{
  min-width:0!important;
  height:100%!important;
  display:flex!important;
  align-items:stretch!important;
  justify-content:flex-end!important;
  overflow:visible!important;
}
.hero-v20 .hero-collage-art{
  width:100%!important;
  height:100%!important;
  min-height:580px!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:center!important;
  filter:none!important;
}

@media(max-width:1100px){
  .hero-v20 .hero-layout{
    grid-template-columns:minmax(0,1fr) minmax(400px,.9fr)!important;
    padding:42px 34px!important;
    gap:24px!important;
  }
  .hero-v20 h1{font-size:58px!important}
  .hero-v20 .hero-audience-v20{grid-template-columns:1fr 1fr!important}
  .hero-v20 .hero-audience-v20 .parent{grid-column:1/-1!important}
}

@media(max-width:760px){
  .hero-v20{
    padding:18px 0 36px!important;
    overflow:hidden!important;
  }
  .hero-v20 .hero-layout{
    width:calc(100% - 22px)!important;
    min-height:0!important;
    display:flex!important;
    flex-direction:column!important;
    gap:24px!important;
    padding:26px 18px 20px!important;
    border-radius:20px!important;
    overflow:hidden!important;
  }
  .hero-v20 .hero-copy{width:100%!important;order:1!important}
  .hero-v20 .eyebrow{
    margin-bottom:22px!important;
    padding:8px 11px!important;
    font-size:9px!important;
    line-height:1.25!important;
    white-space:normal!important;
  }
  .hero-v20 h1{
    width:100%!important;
    max-width:none!important;
    margin-bottom:18px!important;
    font-size:clamp(39px,12vw,52px)!important;
    line-height:1!important;
  }
  .hero-v20 .hero-lead{
    width:100%!important;
    margin-bottom:22px!important;
    font-size:14px!important;
    line-height:1.55!important;
  }
  .hero-v20 .hero-actions-v20{
    width:100%!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:9px!important;
    margin-bottom:24px!important;
  }
  .hero-v20 .hero-actions-v20 .button{
    width:100%!important;
    min-width:0!important;
    min-height:50px!important;
    justify-content:center!important;
    text-align:center!important;
  }
  .hero-v20 .hero-audience-v20{
    display:flex!important;
    flex-direction:column!important;
    width:100%!important;
    gap:9px!important;
  }
  .hero-v20 .hero-audience-v20 .audience-path{
    width:100%!important;
    min-width:0!important;
    min-height:0!important;
    grid-template-columns:46px minmax(0,1fr) 18px!important;
    padding:15px 13px!important;
  }
  .hero-v20 .hero-audience-v20 strong{margin-bottom:5px!important;font-size:13px!important}
  .hero-v20 .hero-audience-v20 strong em{display:inline!important;margin-left:4px!important}
  .hero-v20 .hero-audience-v20 small{font-size:10px!important}
  .hero-v20 .hero-collage{width:100%!important;height:auto!important;order:2!important}
  .hero-v20 .hero-collage-art{
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    object-fit:contain!important;
  }
}

@media(max-width:400px){
  .hero-v20 .hero-layout{
    width:calc(100% - 16px)!important;
    padding-left:14px!important;
    padding-right:14px!important;
  }
  .hero-v20 h1{font-size:37px!important}
  .hero-v20 .hero-audience-v20 .audience-path{
    grid-template-columns:42px minmax(0,1fr) 16px!important;
    gap:9px!important;
  }
  .hero-v20 .hero-audience-v20 .path-icon{width:40px!important;height:40px!important}
}


/* Official MaLangue horizontal logo — visual-only brand update */
.brand.brand-official{gap:0}
.brand.brand-official img{width:205px;height:auto;max-height:54px;border-radius:0;object-fit:contain}
@media(max-width:620px){.site-header .brand.brand-official img{width:142px!important;height:auto!important;max-height:38px!important;flex:0 1 auto!important}.brand.brand-official img{width:178px;height:auto}}
