*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--navy: #0B1F3A;--blue: #1A4DD6;--bl: #3B6FFF;--gold: #F5A623;--green: #12B76A;--bg: #F8F9FD;--muted: #6B7280;--border: #E5E7EB;--white: #ffffff}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--navy);line-height:1.6;font-size:15px}.navbar{position:sticky;top:0;z-index:99;background:rgba(255,255,255,.97);border-bottom:1px solid var(--border);padding:0 6%;display:flex;align-items:center;justify-content:space-between;height:64px}.navbar-logo{font-weight:800;font-size:1.15rem;color:var(--navy);text-decoration:none}.navbar-logo span{color:var(--blue)}.navbar-links{display:flex;gap:2rem;list-style:none}.navbar-links a{text-decoration:none;color:var(--muted);font-size:.85rem;font-weight:500;transition:color .2s}.navbar-links a:hover{color:var(--blue)}.navbar-cta{background:var(--blue);color:#fff;border:none;padding:.5rem 1.3rem;border-radius:8px;font-weight:600;font-size:.85rem;cursor:pointer;text-decoration:none;display:inline-block;transition:background .2s}.navbar-cta:hover{background:var(--bl)}section{padding:72px 6%}.section-label{font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--blue);margin-bottom:.55rem}.section-title{font-size:clamp(1.6rem,3vw,2.3rem);font-weight:800;color:var(--navy);line-height:1.2}.section-sub{font-size:.92rem;color:var(--muted);margin-top:.6rem;max-width:540px}.section-header{margin-bottom:2.75rem}.section-header.centered{text-align:center}.section-header.centered .section-sub{margin:.6rem auto 0}.hero{background:linear-gradient(135deg,var(--navy) 0%,#162B52 65%,#1A3A6E 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:80px 6% 60px;min-height:91vh}.hero-badge{background:rgba(245,166,35,.15);border:1px solid rgba(245,166,35,.4);color:var(--gold);padding:.35rem 1rem;border-radius:100px;font-size:.72rem;font-weight:700;letter-spacing:.07em;margin-bottom:1.4rem;display:inline-block}.hero h1{font-size:clamp(2rem,4.5vw,3.3rem);font-weight:900;color:#fff;line-height:1.12;max-width:780px}.hero h1 em{font-style:normal;color:var(--gold)}.hero-sub{color:#ffffffb3;font-size:1rem;max-width:560px;margin:1.3rem auto 2.2rem}.hero-btns{display:flex;gap:.9rem;justify-content:center;flex-wrap:wrap}.btn-primary{background:var(--bl);color:#fff;padding:.8rem 2rem;border-radius:10px;font-weight:700;font-size:.95rem;text-decoration:none;box-shadow:0 4px 18px #3b6fff59;transition:transform .2s,box-shadow .2s;display:inline-block}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #3b6fff73}.btn-secondary{background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.3);padding:.8rem 2rem;border-radius:10px;font-weight:600;font-size:.95rem;text-decoration:none;transition:background .2s;display:inline-block}.btn-secondary:hover{background:rgba(255,255,255,.18)}.hero-for{display:flex;gap:1rem;margin-top:3.5rem;flex-wrap:nowrap}.hero-for-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:.4rem;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:1.25rem 1rem;text-align:center;transition:background .2s}.hero-for-item:hover{background:rgba(255,255,255,.12)}.hero-for-icon{font-size:1.6rem;line-height:1}.hero-for-item strong{font-size:.85rem;font-weight:700;color:#fff;white-space:nowrap}.hero-for-item span{font-size:.72rem;color:#ffffff80;white-space:nowrap}.for-whom{background:var(--white)}.for-whom-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.75rem}.for-whom-card{border-radius:18px;padding:2.25rem;border:1px solid var(--border)}.for-whom-card.parent{background:linear-gradient(135deg,#EEF2FF,#F5F7FF);border-color:#bfcffe}.for-whom-card.student{background:linear-gradient(135deg,#ECFDF5,#F0FDF8);border-color:#a7f3d0}.card-who{font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:.5rem}.for-whom-card h3{font-size:1.08rem;font-weight:800;color:var(--navy);margin-bottom:.8rem}.for-whom-card p{font-size:.85rem;color:#374151;line-height:1.75;margin-bottom:1.2rem}.check-list{list-style:none;display:flex;flex-direction:column;gap:.6rem}.check-list li{font-size:.83rem;color:#1f2937;display:flex;gap:.55rem;align-items:flex-start}.check-list li:before{content:"✓";font-weight:700;color:var(--green);flex-shrink:0;margin-top:.05rem}.thinking{background:var(--bg)}.thinking-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.thinking-card{background:#fff;border-radius:16px;padding:2rem;border:1px solid var(--border);position:relative;overflow:hidden}.thinking-card:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px}.thinking-card.t1:after{background:var(--bl)}.thinking-card.t2:after{background:var(--gold)}.thinking-card.t3:after{background:var(--green)}.thinking-icon{font-size:1.8rem;margin-bottom:.75rem}.thinking-card h3{font-size:.95rem;font-weight:700;color:var(--navy);margin-bottom:.4rem}.thinking-card p{font-size:.8rem;color:var(--muted);line-height:1.7;margin-bottom:1rem}.use-cases{display:flex;flex-direction:column;gap:.38rem}.use-case{font-size:.73rem;color:#374151;background:var(--bg);padding:.28rem .65rem;border-radius:6px;display:flex;align-items:center;gap:.38rem}.use-case:before{content:"->";color:var(--blue);font-weight:700;flex-shrink:0}.subjects{background:var(--white)}.subjects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.subject-card{background:var(--bg);border-radius:14px;padding:1.75rem;border:1px solid var(--border)}.subject-icon{font-size:1.55rem;margin-bottom:.6rem}.subject-tag{font-size:.68rem;font-weight:600;color:var(--green);background:#ECFDF5;padding:.2rem .6rem;border-radius:5px;display:inline-block;margin-bottom:.5rem}.subject-card h3{font-size:.93rem;font-weight:700;color:var(--navy);margin-bottom:.38rem}.subject-card p{font-size:.78rem;color:var(--muted);line-height:1.7;margin-bottom:.85rem}.subject-link{font-size:.78rem;font-weight:600;color:var(--blue);text-decoration:none}.subject-link:hover{text-decoration:underline}.applies{background:var(--bg)}.applies-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.applies-card{background:#fff;border-radius:16px;padding:1.75rem 1.5rem;border:1px solid var(--border);text-align:center}.applies-icon{font-size:2.1rem;margin-bottom:.7rem}.applies-card h3{font-size:.93rem;font-weight:700;color:var(--navy);margin-bottom:.38rem}.applies-card p{font-size:.77rem;color:var(--muted);line-height:1.65}.applies-tag{display:inline-block;margin-top:.75rem;font-size:.67rem;font-weight:700;padding:.22rem .65rem;border-radius:100px}.applies-tag.blue{background:#EEF2FF;color:var(--blue)}.applies-tag.green{background:#ECFDF5;color:#059669}.applies-tag.amber{background:#FFF8E1;color:#b45309}.applies-tag.gray{background:#F3F4F6;color:#374151}.fluent{background:linear-gradient(135deg,#0B1F3A 0%,#162B52 100%);padding:72px 6%}.fluent-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.fluent .section-label{color:var(--gold)}.fluent .section-title{color:#fff}.fluent .section-sub{color:#ffffffa6;max-width:100%}.fluent-features{display:flex;flex-direction:column;gap:1rem;margin-top:1.75rem}.fluent-feature{display:flex;gap:.8rem;align-items:flex-start}.fluent-feature-icon{width:40px;height:40px;flex-shrink:0;background:rgba(255,255,255,.08);border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:1.05rem}.fluent-feature-text h4{font-size:.88rem;font-weight:600;color:#fff;margin-bottom:.12rem}.fluent-feature-text p{font-size:.77rem;color:#ffffff80}.fluent-visual{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem}.fluent-visual h3{color:var(--gold);font-size:.9rem;font-weight:700;margin-bottom:1.2rem}.skill-bar{margin-bottom:1rem}.skill-bar-label{display:flex;justify-content:space-between;font-size:.72rem;color:#ffffffa6;margin-bottom:.3rem}.skill-bar-label span{font-weight:600;color:#fff}.skill-bar-bg{background:rgba(255,255,255,.1);border-radius:100px;height:7px;overflow:hidden}.skill-bar-fill{height:100%;border-radius:100px;background:linear-gradient(90deg,var(--bl),var(--gold))}.journey{background:var(--white)}.journey-steps{display:grid;grid-template-columns:repeat(4,1fr);position:relative}.journey-steps:before{content:"";position:absolute;top:30px;left:12%;right:12%;height:2px;background:linear-gradient(90deg,var(--blue),var(--gold),var(--green),var(--navy));z-index:0}.journey-step{text-align:center;padding:0 .75rem}.journey-circle{width:62px;height:62px;border-radius:50%;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;font-size:1.3rem;position:relative;z-index:1;border:3px solid var(--border);background:#fff}.journey-circle.s1{border-color:var(--bl);background:#EEF2FF}.journey-circle.s2{border-color:var(--gold);background:#FFF8E1}.journey-circle.s3{border-color:var(--green);background:#ECFDF5}.journey-circle.s4{border-color:var(--navy);background:var(--navy);color:#fff}.journey-step h3{font-size:.87rem;font-weight:700;color:var(--navy);margin-bottom:.3rem}.journey-step p{font-size:.74rem;color:var(--muted);line-height:1.55}.testimonials{background:var(--bg)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.testimonial-card{background:#fff;border-radius:14px;padding:1.75rem;border:1px solid var(--border)}.testimonial-quote{font-size:1.8rem;color:var(--blue);line-height:1;margin-bottom:.5rem}.testimonial-card p{font-size:.82rem;color:#374151;line-height:1.7;margin-bottom:1rem}.testimonial-author{display:flex;align-items:center;gap:.65rem}.author-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,var(--blue),var(--bl));display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.72rem;flex-shrink:0}.author-info strong{display:block;font-size:.78rem;font-weight:700;color:var(--navy)}.author-info span{font-size:.67rem;color:var(--muted)}.cta-section{background:linear-gradient(135deg,var(--blue) 0%,#1A3FC4 100%);text-align:center;padding:80px 6%}.cta-section h2{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:900;color:#fff;margin-bottom:.75rem}.cta-section p{color:#ffffffbf;font-size:.95rem;margin-bottom:2rem}.cta-form{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;max-width:460px;margin:0 auto}.cta-form input{flex:1;min-width:200px;padding:.8rem 1.1rem;border-radius:9px;border:none;font-size:.88rem;outline:none;font-family:inherit}.cta-form button{background:var(--gold);color:var(--navy);border:none;padding:.8rem 1.5rem;border-radius:9px;font-weight:700;font-size:.88rem;cursor:pointer;white-space:nowrap;font-family:inherit;transition:background .2s}.cta-form button:hover{background:#ffba45}.footer{background:var(--navy);color:#ffffff8c;padding:2.5rem 6%;text-align:center}.footer-logo{font-weight:800;font-size:1.1rem;color:#fff;margin-bottom:.4rem;text-decoration:none;display:inline-block}.footer-logo span{color:var(--gold)}.footer p{font-size:.77rem}.footer-links{display:flex;gap:1.5rem;justify-content:center;margin:1.1rem 0;flex-wrap:wrap}.footer-links a{color:#ffffff6b;text-decoration:none;font-size:.77rem;transition:color .2s}.footer-links a:hover{color:#fff}.whatsapp-btn{position:fixed;bottom:1.75rem;right:1.75rem;z-index:999;display:flex;align-items:center;gap:.6rem;background:#25D366;color:#fff;text-decoration:none;padding:.75rem 1.25rem;border-radius:100px;font-weight:700;font-size:.85rem;box-shadow:0 4px 20px #25d36673;transition:transform .2s,box-shadow .2s}.whatsapp-btn:hover{transform:translateY(-2px);box-shadow:0 8px 28px #25d3668c}.whatsapp-btn svg{width:22px;height:22px;flex-shrink:0}@media (max-width: 960px){.for-whom-grid{grid-template-columns:1fr}.thinking-grid,.subjects-grid,.applies-grid{grid-template-columns:1fr 1fr}.fluent-inner{grid-template-columns:1fr;gap:2.5rem}.testimonials-grid{grid-template-columns:1fr 1fr}.journey-steps{grid-template-columns:1fr 1fr;gap:2rem}.journey-steps:before{display:none}.hero-for{flex-wrap:wrap}.hero-for-item{min-width:calc(50% - .5rem)}.hero-for-item span{white-space:normal}}@media (max-width: 620px){.navbar-links{display:none}.thinking-grid,.subjects-grid,.applies-grid,.testimonials-grid,.journey-steps{grid-template-columns:1fr}.hero-for{flex-wrap:wrap}.hero-for-item{min-width:calc(50% - .5rem)}.whatsapp-btn span{display:none}.whatsapp-btn{padding:.85rem;border-radius:50%}}
