:root{--bg:#f6f9ff;--surface:#ffffff;--ink:#0f2b57;--muted:#6a7da1;--primary:#1d6eff;--primary-600:#1556c6;--accent:#ffd166;--card:#e8f1ff;--dark:#0b1730;--navy:#0b2a47;--gold:#ffc043}*{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:Montserrat,Roboto,system-ui,-apple-system,Segoe UI,Ubuntu,Cantarell,Helvetica Neue,Arial;color:var(--ink);background:var(--bg);line-height:1.6}#preloader{position:fixed;inset:0;background:linear-gradient(135deg,#0b2a47,#13345a);display:grid;place-items:center;z-index:9999;transition:opacity .6s ease,visibility .6s ease}#preloader.hide{opacity:0;visibility:hidden}.preloader-content{display:flex;flex-direction:column;align-items:center;gap:18px;animation:fadeIn .8s ease-out}.preloader-logo{width:300px;height:auto;filter:drop-shadow(0 8px 24px rgba(0,0,0,.28));animation:slideInUp 1s ease-out .3s both}.preloader-spinner{width:56px;height:56px;border-radius:999px;border:4px solid rgba(255,255,255,.22);border-top:4px solid var(--gold);animation:spin 1s linear infinite,fadeIn .6s ease-out .6s both}.preloader-text{color:#eaf2ff;font-weight:600;letter-spacing:.3px;animation:slideInUp .8s ease-out .9s both}@keyframes spin{to{transform:rotate(1turn)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}body.is-loading{overflow:hidden}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.animate-on-load{opacity:0;transform:translateY(40px);transition:opacity 1s cubic-bezier(.25,.46,.45,.94),transform 1s cubic-bezier(.25,.46,.45,.94)}.animate-on-load.animate-in{opacity:1;transform:translateY(0)}.site-header.animate-on-load{transform:translateY(-20px)}.hero.animate-on-load{transform:translateY(50px)}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){.animate-on-load{transition:none}.animate-on-load,.animate-on-load.animate-in{opacity:1;transform:none}#preloader .preloader-content,#preloader .preloader-logo,#preloader .preloader-spinner,#preloader .preloader-text{animation:none}}.container{width:min(1200px,92%);margin:0 auto}.site-header{position:absolute;top:0;left:0;width:100%;z-index:100;background:transparent}.site-header--navy{width:92%;height:150px;background:#182c40;clip-path:polygon(0 0,100% 0,100% 100%,0 80%);z-index:50;border-bottom-right-radius:80px}.topbar{display:flex;align-items:center;justify-content:space-between;padding:0 0 5px;position:relative;z-index:2}.mobile-menu{position:fixed;top:0;right:-100%;width:70%;height:100%;background:#182c40;display:flex;flex-direction:column;padding:80px 24px;gap:20px;transition:right .3s ease-in-out;z-index:60}.mobile-menu a{color:#fff;font-size:18px;font-weight:500;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-menu.open{right:0}.mobile-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:150;display:none}.mobile-backdrop.show{display:block}.menubar{justify-content:flex-end;padding:6px 0 18px;position:relative;z-index:2}.brand,.menubar{display:flex;align-items:center}.brand{gap:10px;font-weight:600}.brand img{display:block;max-height:150px;height:120px;width:auto;margin-left:-1rem}.brand .brand-mark{background:#fff;color:var(--navy);display:inline-grid;place-items:center;width:36px;height:36px;border-radius:10px;font-weight:700}.brand--invert .brand-mark{background:#fff;color:var(--navy)}.brand-text strong{color:var(--primary)}.actions{gap:20px;margin-top:-20px;justify-content:flex-end;height:50px}.actions,.menu{display:flex;align-items:center}.menu{gap:32px;line-height:1;margin-top:-50px}.menu a{color:#cfe0ff;font-weight:500;font-size:15px;transition:color .2s}.menu a.active{color:#1B75BA;font-weight:600}.nav-toggle{display:none;background:none;border:0;font-size:24px;color:#fff;cursor:pointer;width:42px;height:42px;align-items:center;justify-content:center;border-radius:10px;position:relative}.nav-toggle .bar{display:block;width:22px;height:2px;background:#fff;border-radius:2px;position:absolute;transition:transform .25s ease,opacity .2s ease,top .25s ease}.nav-toggle .bar:first-child{top:14px}.nav-toggle .bar:nth-child(2){top:20px}.nav-toggle .bar:nth-child(3){top:26px}.nav-toggle.active .bar:first-child{transform:rotate(45deg);top:20px}.nav-toggle.active .bar:nth-child(2){opacity:0}.nav-toggle.active .bar:nth-child(3){transform:rotate(-45deg);top:20px}.actions .btn--gold{background:#C78500;color:#ffffff;font-weight:700;border-radius:25px;padding:12px 28px;font-size:15px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;border:none;text-decoration:none;transition:all .2s ease;margin-bottom:8px}.actions .btn--gold:hover{filter:brightness(.95)}.actions .btn--blue{background:#2f80d8;color:#fff;font-weight:700;border-radius:25px;padding:12px 28px;font-size:15px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;border:none;text-decoration:none;transition:all .2s ease}.actions .btn--blue:hover{filter:brightness(.95)}.btn{padding:10px 16px;border-radius:12px;font-weight:600;border:2px solid transparent;transition:.2s}.btn,.btn--primary{display:inline-flex;align-items:center;justify-content:center}.btn--primary{background:var(--primary);font-weight:700;border-radius:50px;font-size:15px;color:#fff;text-decoration:none;white-space:nowrap;border:none;transition:all .2s ease}.btn--primary:hover{background:var(--primary-600)}.btn--ghost{background:transparent;border-color:var(--primary);color:var(--primary)}.btn--ghost:hover{background:rgba(29,110,255,.08)}.btn--lg{padding:12px 22px}.btn--sm{padding:8px 12px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.hero{position:relative;background:linear-gradient(180deg,#f3f7ff,transparent 60%)}.hero-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:48px;align-items:center;padding:5px 0;margin-left:100px}.eyebrow{color:#1B75BA;font-weight:700;font-size:34px;margin:-12rem 0 4px}.hero-title{font-size:64px;line-height:1.02;margin:0 0 10px}.hero h1 .accent{color:#2D2D72}.hero .lead{max-width:32ch;font-size:20px}.hero .lead,.hero .sub{color:#454545;margin:0 0 2px}.hero .sub{font-size:16px}.cta-row{display:flex;gap:14px;margin:22px 0}.img-card{position:relative;border-radius:24px;overflow:hidden;z-index:10}.bubble-stack{position:absolute;left:-80px;top:-10px;list-style:none;padding:0;margin:0;display:grid;gap:16px}.bubble{display:inline-grid;place-items:center;text-align:center;width:110px;height:110px;border-radius:999px;background:#2b507a;color:#fff;box-shadow:0 10px 28px rgba(11,42,71,.3);font-weight:700;border:6px solid #fff}.bubble--dark{background:#0e2f50}.bubble--md{width:96px;height:96px}.bubble--sm{width:82px;height:82px}.bubble--xl{width:120px;height:120px}.hero-swoosh{position:absolute;left:0;right:0;bottom:-34px;height:90px;background:#0e5aa3;border-bottom-left-radius:70px;border-bottom-right-radius:70px;transform:skewY(-2.2deg)}.section{padding:64px 0}.section-title{font-size:2.5rem;margin:0 0 10px;text-align:center;font-weight:700;color:#1B75BA}.section-sub{color:var(--muted);margin:0 0 28px}.what{position:relative;margin-top:-134px;overflow:hidden;height:54rem}.what-bg{position:absolute;inset:0;background:#1B75BA;transform:skewY(2deg);transform-origin:top left;border-radius:100px 0 100px 0;z-index:1;margin-bottom:50px}.what-content{position:relative;z-index:1;margin-top:100px}.what-title{color:#fff;text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:16px}.what-desc{max-width:900px;margin:0 auto 32px;text-align:center;color:#eaf2ff;font-size:24px;font-weight:400}.what-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin:0 auto 32px;justify-items:center}.card--elev{background:#fff;text-align:center;border-radius:22px;padding:36px 24px 32px;box-shadow:0 8px 32px rgba(0,0,0,.1);flex-direction:column;min-width:280px;max-width:340px}.card--elev,.card--elev .icon{display:flex;align-items:center}.card--elev .icon{width:120px;height:120px;border-radius:16px;background:none;justify-content:center;margin-bottom:18px;font-size:44px}.card--elev h3{margin:0 0 10px;font-size:23px;font-weight:700;color:#183153}.card--elev p{color:#6a7da1;font-size:23px;margin:0;font-weight:400}.what-foot{color:#fff;text-align:center;margin:18px auto 0;font-size:24px;font-weight:400}.what-swoosh{position:absolute;left:0;right:0;bottom:-26px;height:70px;background:#1f62a8;border-bottom-left-radius:70px;border-bottom-right-radius:70px;transform:skewY(-3deg)}.what-toy-img{left:12px;bottom:36rem;width:249px}.impact-toy-img,.what-toy-img{position:absolute;max-width:30vw;z-index:5;pointer-events:none;user-select:none}.impact-toy-img{right:20px;bottom:-11rem;width:320px}.contact-robot-img{left:125px;bottom:-233rem;width:230px;max-width:36vw}.contact-robot-img,.what-toy3-img{position:absolute;z-index:5;pointer-events:none;user-select:none}.what-toy3-img{left:-70px;bottom:35rem;width:354px;max-width:25vw}@media (max-width:1024px){.what-toy3-img{display:none}}.impact-toylast-img{position:absolute;right:35px;bottom:-233rem;width:190px;max-width:30vw;z-index:5;pointer-events:none;user-select:none}@media (max-width:1024px){.contact-robot-img,.impact-toylast-img{display:none}}.card-grid{display:grid;gap:18px}.card-grid.four{grid-template-columns:repeat(4,1fr)}.card-grid.three{grid-template-columns:repeat(3,1fr)}.card{background:var(--surface);border-radius:18px;padding:22px;box-shadow:0 10px 28px rgba(15,43,87,.08)}.card .icon{width:92px;height:42px;border-radius:12px;display:grid;place-items:center;font-size:22px;margin-bottom:10px;margin-left:-49px}.card h3{margin:70px 0 8px}.card p{color:#454545;margin:0}.why{border-radius:0 0 60px 60px;margin-inline:auto;position:relative;padding:56px 0;margin-top:51px;z-index:1}.why-title{color:#2386d9;text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:10px}.why-desc{color:#444;text-align:center;font-size:25px;font-weight:400;margin-bottom:36px}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;max-width:900px}.why-card{background:#fff;border-radius:22px;box-shadow:0 8px 32px rgba(0,0,0,.1);display:flex;align-items:center;gap:30px;padding:32px 28px;min-height:110px;font-size:1.15rem;font-weight:500;transition:box-shadow .2s;width:35rem}@media (max-width:768px){.why-card{width:20rem}}.why-card:hover{box-shadow:0 12px 36px rgba(35,134,217,.13)}.why-icon{display:flex;align-items:center;justify-content:center;font-size:2.2rem;border-radius:14px}.why-text{color:#183153;font-weight:500;font-size:25px}.impact{position:relative;margin-inline:auto;margin-top:40px;overflow:hidden;border-radius:60px;z-index:0;color:#fff;height:50rem;padding:64px 0}.impact-bg{position:absolute;inset:0;background:#152C44;transform:skewY(2deg);transform-origin:top left;border-radius:100px 0 100px 0;z-index:1;margin-bottom:50px}.impact-wrap{position:relative;z-index:1}.impact-title{color:#fff;text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:30px;margin-top:30px}.impact-desc{color:#eaf2ff;text-align:center;font-size:1.15rem;font-weight:400;margin-bottom:38px;max-width:900px;margin-left:auto;margin-right:auto}.impact-card{padding:36px 32px 32px;max-width:950px;margin:0 auto;display:flex;flex-direction:row;gap:36px;align-items:flex-start;position:relative}.impact-stats{display:flex;flex-direction:column;gap:28px;min-width:210px;justify-content:center}.impact-stat{display:flex;flex-direction:row;align-items:baseline;gap:12px}.stat-main{font-size:3.3rem;font-weight:700;color:#59a8ff;line-height:1}.stat-label{color:#ffffff;font-size:1.1rem;font-weight:400;line-height:1.1}.impact-chart{flex:1;display:flex;align-items:center;justify-content:center}.chart-svg{width:106%;max-width:520px;height:180px;display:block}.chart-img{width:500%;max-width:1130px;height:26rem;display:block;border-radius:12px;margin-top:-4rem}@media (max-width:1024px){.chart-img{height:18rem}}.impact-swoosh{position:absolute;left:0;right:0;bottom:-26px;height:70px;background:#1f62a8;border-bottom-left-radius:70px;border-bottom-right-radius:70px;transform:skewY(-3deg)}.audience{background:#fff;position:relative;overflow:visible}.audience .card-grid .card{background:#f8fbff}.audience-grid{position:relative;z-index:2;margin-bottom:40px}.audience-card{background:#fff;border-radius:20px;padding:32px 24px 28px;box-shadow:0 8px 32px rgba(15,29,53,.358);display:flex;flex-direction:column;align-items:center;text-align:center;min-height:320px;position:relative;z-index:3;width:20rem}.audience-card h3{color:#2386d9;font-size:1.4rem;font-weight:700;margin:0 0 12px;order:1}.audience-card p{color:#444;font-size:22px;margin:0 0 20px;line-height:1.5;order:2}.audience-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;order:3}.audience-icon img{width:100px;height:100px;object-fit:contain;margin-left:3.5rem}.testimonial{background:#f8fbff;padding:16px 20px;border-radius:8px;color:#666;font-size:20px;line-height:1.4;margin-top:3rem;order:4;width:100%;box-sizing:border-box}.audience-curve{position:absolute;bottom:-60px;left:0;right:0;height:120px;background:#2386d9;border-radius:50% 50% 0 0/100% 100% 0 0;z-index:1}.partners{position:relative;margin-top:-14rem;overflow:hidden;border-radius:60px;z-index:0}.partners-bg{position:absolute;inset:0;background:#1B75BA;transform:skewY(2deg);transform-origin:top left;border-radius:100px 0 100px 0;z-index:1;margin-bottom:50px}.partners-content{position:relative;z-index:1;padding:176px 0 56px}.partners-title{color:#fff;text-align:center;font-size:2.2rem;font-weight:700;margin-bottom:36px;line-height:1.2}.partners-slider-wrap{display:flex;align-items:center;justify-content:center;gap:75px;max-width:1100px;margin:0 40px}.partners-slider{display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(2,1fr);gap:28px}.logo-card{background:#fff;border-radius:20px;box-shadow:0 4px 18px rgba(15,43,87,.1);display:flex;align-items:center;justify-content:center;padding:18px;width:150px;height:150px;transition:box-shadow .2s}.logo-card img{width:130px;height:130px;object-fit:contain;border-radius:12px;margin-left:0}.partners-arrow{background:#ffffff;color:#1B75BA;border:none;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;font-size:2rem;cursor:pointer;box-shadow:0 2px 8px rgba(15,43,87,.1);transition:background .2s}.partners-arrow:hover{background:#0f2b57}.partners-arrow.prev{margin-right:10px}.partners-arrow.next{margin-left:10px}.contact-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:28px;align-items:start}.contact-info .list{list-style:none;padding:0;margin:16px 0 0;color:var(--muted);display:grid;gap:8px}.contact-info .list i{color:var(--primary);margin-right:8px}.contact-form{background:var(--surface);padding:20px;box-shadow:0 12px 28px rgba(15,43,87,.08)}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:12px}label{gap:8px;color:var(--ink);font-weight:600}input,textarea{width:100%;padding:12px 14px}input:focus,textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 4px rgba(29,110,255,.12)}.contact-title{color:#2386d9;text-align:center;font-size:2.2rem;font-weight:700;margin-bottom:45px;margin-right:-37rem;margin-top:-4rem}@media (max-width:1024px){.contact-title{text-align:left}}.contact-intro{color:#222;font-size:1.15rem;font-weight:700;margin-bottom:8px}.contact-sub{color:#666;font-size:1rem;margin-bottom:24px}.contact-details{display:flex;flex-direction:column;gap:18px;margin-top:18px}.contact-row{gap:14px;font-size:1.08rem;color:#222}.contact-icon,.contact-row{display:flex;align-items:center}.contact-icon{min-width:32px;justify-content:center}.contact-icon img{width:50px;height:50px;object-fit:contain}.contact-form{background:#fff;padding:28px 24px 24px;border-radius:18px;box-shadow:0 8px 24px rgba(15,43,87,.08);display:flex;flex-direction:column;gap:18px;min-width:340px;max-width:480px;margin:0 auto}.form-row{display:flex;gap:16px}.form-group{display:flex;flex-direction:column;flex:1;gap:6px}.form-group label{color:#444;font-weight:600;margin-bottom:2px}.form-group input,.form-group textarea{width:100%;padding:12px 14px;border-radius:10px;border:1.5px solid #d6e0ff;background:#f8fbff;font:inherit;color:#222;font-size:1rem;resize:none}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#2386d9;box-shadow:0 0 0 3px rgba(35,134,217,.1)}.btn--gold{background:#C78500}.btn--blue,.btn--gold{color:#fff;font-weight:700;border-radius:50px;padding:12px 32px;font-size:1.1rem;border:none;box-shadow:0 2px 8px rgba(255,192,67,.1);margin-top:8px;transition:background .2s;font-family:roboto,sans-serif}.btn--blue{background:#1B75BA}.btn--gold:hover{background:#e6a800}.site-footer{background:var(--ink);color:#d6e0ff}.footer-grid{display:flex;align-items:center;justify-content:space-between;padding:28px 0}.foot-note{color:#b7c6ea}.socials{display:flex;gap:12px}.socials a{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;background:#0b1730;color:#fff}.copyright{padding:12px 0 24px;color:#9db2e3;font-size:14px}@media (max-width:1024px){.hero-grid{grid-template-columns:1fr;gap:24px;margin:0 0 12px 12px}.hero-title{font-size:48px}.hero-left{margin-top:14rem}.impact-wrap{grid-template-columns:1fr}}@media (max-width:768px){.site-header--navy{height:120px;width:100%;clip-path:polygon(0 0,100% 0,100% 100%,0 85%);border-bottom-right-radius:60px}.topbar{padding:12px 0 8px;display:flex;align-items:center;justify-content:space-between}.menubar{padding:0 0 12px}.brand{flex:1;display:flex;align-items:center}.brand img{max-height:70px;height:70px;margin-left:0;width:auto}.actions{display:flex;align-items:center;gap:8px;margin-top:0}.actions .btn--sm{padding:8px 12px;font-size:13px;display:none}.nav-toggle{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:rgba(255,255,255,.1);border-radius:8px;margin-left:8px}.menu{gap:24px;margin-top:-40px}.menu a{font-size:14px}.hero-grid{grid-template-columns:1fr;gap:32px;padding:20px 0;text-align:center}.hero-title{font-size:42px;line-height:1.1;margin-bottom:16px}.hero .lead{font-size:18px;max-width:100%;margin-bottom:12px}.hero .sub{font-size:16px;margin-bottom:24px}.cta-row{justify-content:center;margin:24px 0}.img-card{max-width:400px;margin:0 auto}.img-card img{width:100%;height:auto}.what{margin-top:20px;height:auto;padding:40px 0}.what-bg{position:absolute;inset:0;background:#1B75BA;transform:skewY(5deg);transform-origin:top left;border-radius:90px 0 90px 0;z-index:1;margin-bottom:50px;left:-20px}.what-content{margin-top:20px}.what-title{font-size:3rem;margin-bottom:0}.what-desc{font-size:18px;margin-bottom:28px;padding:0 16px}.what-grid{grid-template-columns:1fr;gap:24px;margin-bottom:28px}.card--elev{min-width:0;max-width:100%;padding:28px 20px 24px}.card--elev .icon{width:100px;height:100px;margin-bottom:16px}.card--elev h3{font-size:20px;margin-bottom:8px}.card--elev p,.what-foot{font-size:18px}.what-foot{padding:0 16px}.why{padding:40px 0;margin-top:10px;border-radius:0 0 40px 40px}.why-title{font-size:2rem;margin-bottom:16px}.why-desc{font-size:18px;margin-bottom:28px;padding:0 16px}.why-grid{gap:20px}.impact{margin-top:-20px;height:77rem;border-radius:60px 10 60px 0}.impact-bg{position:absolute;inset:0;background:#152C44;transform:skewY(4deg);transform-origin:top left;border-radius:98px 0 90px 0;z-index:1;margin-bottom:50px;left:-10px}.impact-title{font-size:2rem;margin-top:20px}.impact-desc{font-size:16px;margin-bottom:28px;padding:0 16px}.impact-card{padding:24px 16px;gap:20px;flex-direction:column}.impact-stats{flex-direction:row;gap:16px;justify-content:space-around;min-width:0}.impact-stat{flex-direction:column;align-items:center;gap:4px;text-align:center}.stat-main{font-size:2.2rem}.stat-label{font-size:.9rem;text-align:center}.chart-img{max-width:100%;height:auto}.audience{padding:40px 0}.audience-grid{margin-bottom:32px}.audience-card{min-height:280px;padding:24px 20px 20px}.audience-card h3{font-size:1.2rem;margin-bottom:10px}.audience-card p{font-size:18px;margin-bottom:16px}.audience-icon{width:70px;height:70px;margin-bottom:16px}.audience-icon img{width:56px;height:56px}.testimonial{padding:12px 16px;font-size:16px;margin-top:.8rem}.partners{margin-top:-8rem;border-radius:10px;height:20rem}.partners-bg{border-radius:60px 0 60px 0}.partners-content{padding:10px 0 20px}.partners-title{font-size:1.8rem;margin-bottom:28px;padding:0 16px}.partners-slider-wrap{gap:12px}.partners-arrow{display:none}.partners-slider{display:flex;overflow-x:auto;gap:12px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;touch-action:pan-x;padding:0 16px 8px}.partners-slider::-webkit-scrollbar{display:none}.logo-card{flex:0 0 auto;scroll-snap-align:center;width:100px;height:100px;padding:12px}.logo-card img{width:70px;height:70px}.contact-grid{grid-template-columns:1fr;gap:32px;padding:40px 0}.contact-title{font-size:1.8rem;margin-bottom:16px}.contact-intro{font-size:1rem;margin-bottom:8px}.contact-sub{font-size:.9rem;margin-bottom:20px}.contact-details{gap:16px;margin-top:16px}.contact-row{gap:12px;font-size:1rem}.contact-icon{min-width:28px}.contact-icon img{width:20px;height:20px}.contact-form{min-width:0;max-width:100%;padding:24px 20px 20px;gap:16px}.form-row{flex-direction:column;gap:16px}.form-group input,.form-group textarea{font-size:16px;padding:14px 16px}.btn--gold{padding:14px 28px;font-size:1rem;margin-top:4px}.footer-grid{grid-template-columns:2fr;gap:24px;text-align:left;justify-items:center;padding:32px 0 20px}.footer-links,.footer-logo-desc,.footer-socials{align-items:center;margin:0 auto}.footer-logo{width:180px;margin-bottom:8px}.footer-desc{max-width:100%;font-size:2rem}.footer-links{gap:24px}.footer-col{gap:4px}.footer-col-title{font-size:1rem;margin-bottom:6px}.footer-col a{font-size:.9rem;color:#B1B1B1}.footer-social-icons{display:flex;gap:16px;margin-top:6px}.footer-social-icons a{width:40px;height:40px;font-size:1.6rem}.footer-legal-links{gap:16px;flex-direction:column;margin-bottom:8px}.footer-copyright,.footer-legal-links a{font-size:.9rem}.section{padding:40px 0}.section-title{font-size:2rem;margin-bottom:16px}.container{width:min(100%,92%);padding:0 16px}.contact-robot-img,.impact-toy-img,.impact-toylast-img,.what-toy-img,.what-toy3-img{display:none}.btn{min-height:44px;padding:12px 20px}input,textarea{font-size:16px}}@media (max-width:480px){.hero-title{font-size:32px}.hero .lead{font-size:16px}.hero .sub{font-size:14px}.impact-title,.section-title,.what-title,.why-title{font-size:1.8rem}.impact-desc,.what-desc,.why-desc{font-size:16px}.card--elev h3{font-size:18px;margin-top:1rem}.card--elev p,.why-text{font-size:16px}.audience-card h3{font-size:1.1rem}.audience-card p{font-size:16px}.testimonial{font-size:14px}.partners-title{margin-top:30px;font-size:1.1rem}.contact-title{font-size:1.6rem}.contact-intro{font-size:.9rem}.contact-sub{font-size:.85rem}.logo-card{width:80px;height:80px;padding:8px}.logo-card img{width:60px;height:60px}.stat-main{font-size:1.8rem}.stat-label{font-size:.8rem}.container{padding:0 12px}.brand img{max-height:60px;height:60px}.nav-toggle{width:40px;height:40px}.nav-toggle .bar{width:18px}.nav-toggle .bar:first-child{top:10px}.nav-toggle .bar:nth-child(2){top:16px}.nav-toggle .bar:nth-child(3){top:22px}.nav-toggle.active .bar:first-child,.nav-toggle.active .bar:nth-child(3){top:16px}}@media (max-width:768px){.btn{min-height:48px;padding:14px 24px}.nav-toggle{width:44px;height:44px;background:rgba(255,255,255,.1);border-radius:8px;transition:background-color .2s ease}.nav-toggle:hover{background:rgba(255,255,255,.2)}.nav-toggle .bar{width:20px;height:2px}.nav-toggle .bar:first-child{top:12px}.nav-toggle .bar:nth-child(2){top:18px}.nav-toggle .bar:nth-child(3){top:24px}.nav-toggle.active .bar:first-child{transform:rotate(45deg);top:18px}.nav-toggle.active .bar:nth-child(3){transform:rotate(-45deg);top:18px}.menu a{padding:16px 12px;margin:4px 0}.form-group input,.form-group textarea{padding:16px 18px;border-radius:12px}.card{padding:24px 20px}.logo-card{min-width:100px;min-height:100px}.menu{gap:0}.menu a{border-radius:8px;transition:background-color .2s ease}.menu a:focus,.menu a:hover{background:rgba(255,255,255,.1)}.mobile-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.38);z-index:1000;opacity:0;transition:opacity .25s ease}.mobile-backdrop.show{opacity:1}}@media (max-width:900px){.impact-card{flex-direction:column;gap:24px;padding:24px 10px}.impact-stats{flex-direction:row;gap:18px;min-width:0;justify-content:flex-start}.contact-grid{grid-template-columns:1fr;gap:32px}.contact-form{min-width:0;max-width:100%}.impact-toy-img,.what-toy-img,.what-toy3-img .impact-toylast-img{display:none}.audience-card{min-height:280px;padding:24px 20px 20px}.audience-icon{width:70px;height:70px;margin-bottom:16px}.audience-icon img{width:56px;height:56px}.audience-card h3{font-size:1.2rem}.testimonial{padding:12px 16px;font-size:.9rem}}@media (max-width:860px){.card-grid.four{grid-template-columns:repeat(2,1fr)}.logo-grid{grid-template-columns:repeat(3,1fr)}.why-grid{gap:22px}.contact-grid,.why-grid{grid-template-columns:1fr}.partners-slider{grid-template-columns:repeat(2,1fr);gap:14px}.logo-card{width:90px;height:90px;padding:10px}.logo-card img{width:60px;height:60px}.section{padding:56px 0}}@media (max-width:640px){.menu{position:fixed;top:0;right:0;bottom:0;width:min(84vw,380px);background:#0b2a47;padding:78px 18px 18px;box-shadow:-10px 0 30px rgba(11,42,71,.38);border-top-left-radius:24px;border-bottom-left-radius:24px;display:flex;flex-direction:column;z-index:1100;transform:translateX(100%);transition:transform .28s ease}.menu.open{transform:translateX(0)}.menu a{color:#eaf2ff;padding:12px 10px;border-radius:12px}.menu a.active{color:#ffd166}.menu a:hover{background:rgba(255,255,255,.06)}.nav-toggle{display:flex;align-items:center;justify-content:center}.mobile-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.38);z-index:1000;opacity:0;transition:opacity .25s ease}.mobile-backdrop.show{opacity:1}body.menu-open{overflow:hidden}.hero h1{font-size:36px}.hero .lead{font-size:18px}.hero .sub{font-size:16px}.card-grid.three{grid-template-columns:1fr}.logo-grid{grid-template-columns:repeat(2,1fr)}.field-row{grid-template-columns:1fr}.site-header--navy{height:96px}.site-header--navy:after{bottom:-32px;height:64px}.topbar{padding:12px 0 6px}.menubar{padding:0 0 10px}.brand img{max-height:56px;margin-left:7rem;height:56px}.actions{gap:10px}.actions .btn--blue{display:none}.impact,.section{padding:48px 0}.impact-title{font-size:2rem;margin-bottom:12px}.impact-desc{font-size:10px;margin-bottom:50px;padding:0 6px}.impact-card{padding:20px 16px;gap:18px}.impact-stats{flex-direction:row;gap:16px;justify-content:center}.impact-stat{gap:8px}.stat-main{font-size:1.9rem}.stat-label{font-size:.95rem}.chart-svg{max-width:100%;height:140px}.partners-arrow{display:none}.partners-slider{display:flex;overflow-x:auto;gap:14px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;touch-action:pan-x;padding-bottom:8px}.partners-slider::-webkit-scrollbar{display:none}.logo-card{flex:0 0 auto;scroll-snap-align:center}.impact-toylast-img,.what-toy3-img{display:none}}@media (max-width:480px){.hero-title{font-size:34px}.cta-row{gap:10px;margin:16px 0}.impact{padding:40px 0}.impact-title{font-size:1.8rem}.impact-card{padding:16px 12px}.stat-main{font-size:1.7rem}.stat-label{font-size:.9rem}.chart-svg{height:120px}.partners-slider{grid-template-columns:repeat(2,1fr);gap:12px}.logo-card{width:80px;height:80px;padding:8px}.logo-card img{width:52px;height:52px}.footer-social-icons a{width:40px;height:40px;font-size:1.6rem}}@media (max-width:1100px){.partners-slider{grid-template-columns:repeat(4,1fr);gap:18px}}.footer{background:#152C44;color:#eaf2ff;padding:0;margin-top:0}.footer-grid{display:grid;grid-template-columns:.2fr 5.5fr 1fr;gap:80px;align-items:flex-start;padding:33px 0 24px 15px}.footer-logo-desc{display:flex;flex-direction:column;align-items:flex-start;gap:1px;min-width:220px}.footer-logo{width:150px;height:auto;margin-bottom:-2px;margin-left:-2px;margin-top:-15px}.footer-desc{color:#b7c6ea;font-size:14px;line-height:1.5;max-width:260px}.footer-links{display:flex;gap:48px}.footer-col{display:flex;flex-direction:column;gap:6px}.footer-col-title{color:#CECECE;font-weight:700;font-size:1.08rem;margin-bottom:8px}.footer-col a{color:#b1b1b1;text-decoration:none;font-size:1rem;transition:color .2s}.footer-col a:hover{color:#1B75BA}.footer-socials{display:flex;flex-direction:column;gap:12px;align-items:flex-start}.footer-social-icons{display:flex;gap:18px;margin-top:8px}@media (min-width:641px){.footer-social-icons{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}}.footer-social-icons a{background:#b0b0b0;color:#152C44;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;transition:background .2s,color .2s}.footer-social-icons a:hover{background:#1B75BA;color:#183153}.footer-legal{background:#142333;color:#eaf2ff;text-align:center;padding:16px 0 12px}.footer-legal-links{display:flex;justify-content:center;gap:24px;margin-bottom:12px;flex-wrap:wrap}.footer-legal-links a{color:#eaf2ff;text-decoration:none;font-size:.95rem;transition:color .2s}.footer-legal-links a:hover{color:#1B75BA}.footer-copyright{color:#eaf2ff;font-size:.95rem;letter-spacing:.01em}@media (max-width:1100px){.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.footer-links{gap:24px}}@media (max-width:800px){.footer-grid{grid-template-columns:1fr;gap:24px;text-align:center;justify-items:center}.footer-links,.footer-logo-desc,.footer-socials{align-items:center;margin:0 auto}.footer-desc{max-width:100%}.footer-legal-links{gap:16px;flex-direction:column}}