@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background:#f8faff;color:#333;font-family:Poppins,sans-serif;line-height:1.6;overflow-x:hidden}.hero{animation:gradientMove 10s ease infinite;background:linear-gradient(90deg,#0072ff,#fbb034,#0072ff);background-size:300% 300%;color:#fff;overflow:hidden;padding:140px 20px 180px;position:relative;text-align:center}.hero *{transition:all .3s ease}@keyframes gradientMove{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.hero-tagline{background:#ffffff26;border-radius:20px;color:#fff;display:inline-block;font-size:.9rem;font-weight:700;letter-spacing:2px;margin-bottom:12px;padding:6px 12px;text-transform:uppercase}.hero-title{color:#fff;font-size:2.8rem;font-weight:800;line-height:1.3;text-shadow:0 3px 8px #00000026}.hero-title span{color:#fff8e7}.hero-subtitle{color:#ffffffe6;font-size:1.05rem;line-height:1.7;margin:25px auto;max-width:720px}.hero-buttons{display:flex;gap:18px;justify-content:center;margin-top:35px}.btn-primary{background-color:#fff;border:none;border-radius:10px;box-shadow:0 4px 12px #ffffff40;color:#0072ff;cursor:pointer;font-weight:600;padding:12px 28px;transition:all .3s ease}.btn-primary:hover{background-color:#f0f0f0;box-shadow:0 6px 16px #ffffff59;transform:translateY(-3px)}.btn-outline{background:#0000;border:2px solid #fff;border-radius:10px;color:#fff;cursor:pointer;font-weight:600;padding:12px 28px;transition:all .3s ease}.btn-outline:hover{background-color:#ffffff26;transform:translateY(-3px)}.hero-link{color:#fff;display:block;font-weight:500;margin-top:25px;text-decoration:none;transition:color .3s ease}.hero-link:hover{color:#fff8e7;text-decoration:underline}.hero-stats{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-top:35px}.stat{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff26;border-radius:30px;box-shadow:0 4px 15px #ffffff0d;color:#fff;font-size:.95rem;padding:12px 24px;transition:transform .3s ease,box-shadow .3s ease}.stat:hover{box-shadow:0 8px 25px #fff3;transform:translateY(-5px)}.wave{background:radial-gradient(ellipse at bottom,#ffffff4d 10%,#fff0 80%);bottom:0;-webkit-clip-path:ellipse(70% 100% at 50% 100%);clip-path:ellipse(70% 100% at 50% 100%);height:150px;left:0;position:absolute;width:100%}@media (max-width:768px){.hero{padding:100px 20px 120px}.hero-title{font-size:2rem}.hero-subtitle{font-size:.95rem}.hero-buttons{flex-direction:column;gap:12px}.stat{font-size:.9rem;padding:10px 20px}}.courses{display:flex;flex-wrap:wrap;gap:35px;justify-content:center;padding:80px 20px 100px}.card,.courses{background:#fff}.card{border:1px solid #eef2f7;border-radius:18px;box-shadow:0 10px 30px #0000000f;overflow:hidden;padding:25px;text-align:center;transition:all .4s ease;width:310px}.card:hover{box-shadow:0 20px 40px #0072ff26;transform:translateY(-10px)}.card img{border-radius:12px;height:180px;object-fit:cover;transition:transform .4s ease;width:100%}.card:hover img{transform:scale(1.05)}.card h3{color:#222;font-size:1.3rem;margin:18px 0 10px}.card p{color:#666;font-size:.95rem;line-height:1.5;min-height:60px}.price{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#0072ff,#fbb034);-webkit-background-clip:text;display:block;font-size:1.1rem;font-weight:700;margin-bottom:18px}.buy-btn{background:linear-gradient(90deg,#0072ff,#fbb034);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:10px 20px;transition:all .3s ease}.buy-btn:hover{opacity:.9;transform:translateY(-3px)}.footer{background:#f8faff;border-top:1px solid #00000014;color:#666;font-size:.9rem;padding:40px 20px;text-align:center}.brand{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#0072ff,#fbb034);-webkit-background-clip:text;font-weight:700}@media (max-width:768px){.hero h1{font-size:2.2rem}.subtitle{font-size:1rem}.card{width:90%}.courses{padding:60px 10px}}.problem-section{background:#fff7e6;padding:100px 20px}.problem-container{align-items:center;display:flex;flex-wrap:wrap;gap:60px;justify-content:center;margin:0 auto;max-width:1100px}.problem-image img{border-radius:20px;box-shadow:0 10px 30px #0000001a;object-fit:cover;width:420px}.problem-content{background:#fff;border-radius:20px;box-shadow:0 8px 25px #0000000d;flex:1 1;min-width:350px;padding:40px 50px}.problem-content h2{color:#111;font-size:1.8rem;font-weight:700;margin-bottom:25px}.problem-content ul{list-style:none;margin:0;padding:0}.problem-content li{color:#444;font-size:1rem;line-height:1.7;margin-bottom:20px;padding-left:28px;position:relative}.problem-content li:before{color:#fbb034;content:"●";font-size:1.2rem;left:0;position:absolute}@media (max-width:900px){.problem-container{flex-direction:column;text-align:center}.problem-image img{max-width:400px;width:100%}.problem-content{padding:30px 25px}.problem-content h2{font-size:1.6rem}}.team-section{background:linear-gradient(180deg,#fff,#f3f4f6);padding:80px 20px;text-align:center}.team-title{color:#1f2937;font-size:2.5rem;font-weight:700;margin-bottom:50px}.team-title span{color:#07f}.team-container{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.team-card{background:#fff;border-radius:20px;box-shadow:0 10px 25px #0000001a;max-width:300px;padding:25px;transition:transform .3s ease}.team-card:hover{transform:translateY(-10px)}.team-photo{border:4px solid #07f;border-radius:50%;height:120px;margin-bottom:20px;object-fit:cover;width:120px}.team-card h3{color:#111827;font-size:1.3rem}.team-card .role{color:#07f;font-weight:600;margin:8px 0}.team-card .desc{color:#4b5563;font-size:.95rem;line-height:1.5}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a1428f2;box-shadow:0 4px 15px #0003;position:fixed;top:0;width:100%;z-index:1000}.nav-container{height:75px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 30px}.nav-container,.nav-logo{align-items:center;display:flex}.nav-logo{gap:10px}.nav-logo img{border-radius:50%;height:45px;width:45px}.nav-logo h2{font-size:1.3rem;font-weight:700;letter-spacing:.5px}.blue{color:#38bdf8}.gold{color:#fbbf24}.nav-links{align-items:center;display:flex;gap:30px}.nav-links a{color:#fff;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s ease}.nav-links a:hover{color:#38bdf8}.nav-cta{background:linear-gradient(90deg,#38bdf8,#fbbf24);border:none;border-radius:8px;color:#0f172a;cursor:pointer;font-weight:600;padding:9px 18px;transition:transform .3s}.nav-cta:hover{transform:translateY(-2px)}.burger{cursor:pointer;display:none;flex-direction:column;gap:5px}.burger div{background:#fff;height:3px;transition:.3s;width:25px}.burger.toggle div:first-child{transform:rotate(45deg) translateY(8px)}.burger.toggle div:nth-child(2){opacity:0}.burger.toggle div:nth-child(3){transform:rotate(-45deg) translateY(-8px)}@media (max-width:900px){.nav-links{align-items:center;background:#0f172a;flex-direction:column;height:100vh;justify-content:center;position:absolute;right:0;top:75px;transform:translateX(100%);transition:.4s ease;width:60%}.nav-links.open{transform:translateX(0)}.burger{display:flex}.nav-cta{display:none}}
/*# sourceMappingURL=main.ff2af034.css.map*/