.app{width:100%;min-height:100vh}@media (max-width: 768px){.section-title{font-size:32px}.section-subtitle{font-size:16px}}.gradient-text{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.navbar{position:fixed;top:0;width:100%;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;transition:all .3s ease;padding:20px 0}.navbar.scrolled{padding:15px 0;box-shadow:0 2px 20px #0000001a}.nav-content{display:flex;justify-content:space-between;align-items:center}.logo-text{font-size:28px;font-weight:700;color:#1a1a2e}.logo-text .accent{color:#667eea}.nav-links{display:flex;align-items:center;gap:30px}.nav-links a{text-decoration:none;color:#4a5568;font-weight:500;transition:color .3s}.nav-links a:hover{color:#667eea}.nav-btn{display:inline-block;padding:10px 20px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff!important;border-radius:8px;font-weight:600;transition:all .3s ease}.nav-btn:hover{opacity:.9;transform:translateY(-1px);color:#fff!important}.hero{padding:150px 0 100px;background:white;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;height:100%;background:linear-gradient(135deg,rgba(102,126,234,.1) 0%,rgba(118,75,162,.1) 100%);z-index:0}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:1}.hero-text{display:flex;flex-direction:column}.hero-title{font-size:48px;font-weight:800;line-height:1.2;margin-bottom:20px}.hero-description{font-size:18px;color:#4a5568;line-height:1.6;margin-bottom:30px}.hero-info{margin-bottom:40px}.hero-detail{font-size:16px;color:#718096;line-height:1.5}.stats{display:flex;gap:40px}.stat h3{font-size:32px;color:#667eea;margin-bottom:5px}.stat p{color:#4a5568;font-size:14px}.hero-visual{display:flex;justify-content:center;align-items:center;position:relative}.hero-images{position:relative;width:100%;max-width:550px;height:450px}.hero-img-main{position:absolute;width:100%;max-width:500px;border-radius:20px;box-shadow:0 25px 80px #667eea4d;z-index:2;top:50%;left:50%;transform:translate(-50%,-50%);animation:floatMain 6s ease-in-out infinite}.hero-img-secondary{position:absolute;width:280px;border-radius:16px;box-shadow:0 20px 60px #764ba240;z-index:3;bottom:-20px;right:-30px;animation:floatSecondary 5s ease-in-out infinite .5s}.hero-decoration{position:absolute;width:120px;height:120px;background:linear-gradient(135deg,rgba(102,126,234,.15),rgba(118,75,162,.15));border-radius:24px;z-index:1}.hero-decoration-1{top:20px;left:-20px;transform:rotate(-15deg);animation:floatDeco 8s ease-in-out infinite}.hero-decoration-2{bottom:40px;left:30px;width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,rgba(72,187,120,.15),rgba(56,161,105,.15));animation:floatDeco 7s ease-in-out infinite 1s}@keyframes floatMain{0%,to{transform:translate(-50%,-50%) translateY(0)}50%{transform:translate(-50%,-50%) translateY(-15px)}}@keyframes floatSecondary{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(1deg)}}@keyframes floatDeco{0%,to{transform:translateY(0) rotate(-15deg)}50%{transform:translateY(-20px) rotate(-10deg)}}@media (max-width: 768px){.hero-content{grid-template-columns:1fr;text-align:center}.nav-links{display:none}.hero-title{font-size:32px}.stats{justify-content:center;gap:20px}.hero-visual{margin-top:40px}.hero-images{height:300px;max-width:100%}.hero-img-main{max-width:90%}.hero-img-secondary{width:180px;right:-10px;bottom:-10px}.hero-decoration{display:none}}.features{padding:100px 0;background:#f7fafc}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.feature-card{background:white;padding:40px 30px;border-radius:20px;text-align:center;transition:transform .3s,box-shadow .3s;cursor:pointer}.feature-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.feature-icon{margin-bottom:20px;display:flex;justify-content:center}.icon-cube{width:80px;height:80px;background:linear-gradient(135deg,rgba(102,126,234,.1),rgba(118,75,162,.1));border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:36px;transform:rotate(-10deg);transition:transform .3s}.feature-card:hover .icon-cube{transform:rotate(0)}.feature-card h3{margin-bottom:15px;font-size:20px;color:#1a1a2e;font-weight:600}.feature-card p{color:#4a5568;line-height:1.6;font-size:15px;margin:0}@media (max-width: 1024px) and (min-width: 769px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.features{padding:60px 0}.section-title{font-size:32px}.section-subtitle{font-size:16px;margin-bottom:40px}.features-grid{grid-template-columns:1fr;gap:20px}.feature-card{padding:30px 20px}.feature-card:hover{transform:none}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.feature-card.animate{animation:fadeInUp .6s ease-out}.feature-card:nth-child(1){animation-delay:.1s}.feature-card:nth-child(2){animation-delay:.2s}.feature-card:nth-child(3){animation-delay:.3s}.feature-card:nth-child(4){animation-delay:.4s}.feature-card:nth-child(5){animation-delay:.5s}.feature-card:nth-child(6){animation-delay:.6s}.how-it-works{padding:100px 0;background:white}.steps{display:flex;justify-content:space-between;align-items:center;margin-top:60px}.step{text-align:center;flex:1;padding:0 20px}.step-number{width:60px;height:60px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;margin:0 auto 20px;animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 #667eea66}70%{box-shadow:0 0 0 10px #667eea00}to{box-shadow:0 0 #667eea00}}.step-line{flex:.5;height:2px;background:linear-gradient(90deg,#667eea,#764ba2);margin:30px 20px 0;align-self:flex-start}.step-content h3{margin-bottom:10px;color:#1a1a2e;font-size:20px}.step-content p{color:#4a5568;font-size:15px;line-height:1.5}.benefits{padding:100px 0;background:linear-gradient(135deg,rgba(102,126,234,.05),rgba(118,75,162,.05))}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:60px}.benefit-card{background:white;padding:40px;border-radius:20px;position:relative;overflow:hidden;box-shadow:0 5px 15px #00000014;transition:transform .3s,box-shadow .3s}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.benefit-card:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#667eea,#764ba2)}.benefit-card.students:before{background:linear-gradient(90deg,#48bb78,#38a169)}.benefit-card.teachers:before{background:linear-gradient(90deg,#667eea,#5a67d8)}.benefit-card.institutions:before{background:linear-gradient(90deg,#9f7aea,#805ad5)}.benefit-card h3{margin-bottom:20px;font-size:24px;color:#1a1a2e}.benefit-card ul{list-style:none;padding:0}.benefit-card li{color:#4a5568;position:relative;padding:10px 0 10px 25px;line-height:1.5}.benefit-card li:before{content:"✓";position:absolute;left:0;color:#48bb78;font-weight:700;font-size:18px}.project-description{margin-top:60px;padding:40px;background:white;border-radius:20px;box-shadow:0 5px 15px #00000014}.project-description p{color:#4a5568;line-height:1.8;font-size:16px;margin-bottom:20px}.project-description p:last-child{margin-bottom:0}@media (max-width: 1024px){.benefits-grid{grid-template-columns:1fr;gap:20px}}@media (max-width: 768px){.how-it-works,.benefits{padding:60px 0}.section-title{font-size:32px}.section-subtitle{font-size:16px;margin-bottom:40px}.steps{flex-direction:column;gap:30px}.step-line{width:2px;height:40px;margin:20px auto}.benefits-grid{grid-template-columns:1fr}.benefit-card,.project-description{padding:30px 20px}}.team{padding:100px 0;background:white}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section-title{text-align:center;font-size:42px;font-weight:700;margin-bottom:15px;color:#1a1a2e}.section-subtitle{text-align:center;color:#4a5568;font-size:18px;margin-bottom:60px}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:60px;margin-bottom:60px}.team-member{text-align:center;transition:transform .3s}.team-member:hover{transform:translateY(-5px)}.member-avatar{width:120px;height:120px;margin:0 auto 20px;position:relative}.avatar-placeholder{width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-size:36px;font-weight:700;color:#fff;box-shadow:0 10px 25px #667eea33;transition:box-shadow .3s}.team-member:hover .avatar-placeholder{box-shadow:0 15px 35px #667eea4d}.team-member h4{margin-bottom:5px;color:#1a1a2e;font-size:18px;font-weight:600}.team-member .role{color:#667eea;font-size:14px;margin-bottom:5px}.team-member .student-id{color:#a0aec0;font-size:12px;font-family:monospace}.project-info{margin-top:60px;padding:30px;background:linear-gradient(135deg,rgba(102,126,234,.05),rgba(118,75,162,.05));border-radius:15px;text-align:center}.project-info p{color:#4a5568;line-height:1.8;margin-bottom:10px}.project-info p:last-child{margin-bottom:0;font-weight:600;color:#667eea}.footer{padding:60px 0 30px;background:#1a1a2e;color:#fff}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px;margin-bottom:40px}.footer-logo .logo-text{font-size:28px;font-weight:700;color:#fff}.footer-logo .accent{color:#667eea}.footer-logo p{margin-top:10px;color:#a0aec0;font-size:14px;line-height:1.6}.footer-logo .tagline{margin-top:15px;color:#cbd5e0;font-size:13px}.footer-links h4{margin-bottom:20px;color:#fff;font-size:16px;font-weight:600}.footer-links a{display:block;color:#a0aec0;text-decoration:none;padding:5px 0;transition:color .3s,transform .3s;font-size:14px}.footer-links a:hover{color:#667eea;transform:translate(5px)}.footer-contact h4{margin-bottom:20px;color:#fff;font-size:16px;font-weight:600}.footer-contact p{color:#a0aec0;font-size:14px;line-height:1.8;margin-bottom:5px}.social-links{margin-top:20px}.social-links a{display:inline-block;color:#a0aec0;text-decoration:none;padding:10px 15px;background:rgba(102,126,234,.1);border-radius:25px;transition:all .3s;font-size:14px;border:1px solid transparent}.social-links a:hover{background:rgba(102,126,234,.2);color:#fff;border-color:#667eea;transform:translateY(-2px)}.footer-bottom{margin-top:40px}.footer-divider{height:1px;background:linear-gradient(90deg,transparent,#667eea,transparent);margin-bottom:30px}.copyright{text-align:center}.copyright p{color:#718096;font-size:13px;margin-bottom:5px}.copyright p:last-child{margin-bottom:0}@media (max-width: 1024px){.team-grid{grid-template-columns:repeat(2,1fr)}.footer-content{grid-template-columns:1fr;text-align:center}.footer-links a{display:inline-block;margin:0 10px}}@media (max-width: 768px){.team{padding:60px 0}.footer{padding:40px 0 20px}.section-title{font-size:32px}.section-subtitle{font-size:16px;margin-bottom:40px}.team-grid{grid-template-columns:1fr;gap:30px}.member-avatar{width:100px;height:100px}.avatar-placeholder{font-size:28px}.project-info{padding:20px}.footer-content{grid-template-columns:1fr;gap:30px}.footer-links{text-align:center}.footer-links a{display:block;padding:8px 0}.footer-links a:hover{transform:none}}.pricing-page{min-height:100vh;background:#fafafa}.pricing-nav{padding:20px 0;background:white;border-bottom:1px solid #eaeaea}.pricing-container{max-width:1100px;margin:0 auto;padding:0 24px}.pricing-logo{text-decoration:none}.pricing-logo .logo-text{font-size:24px;font-weight:700;color:#1a1a2e}.pricing-logo .accent{color:#667eea}.pricing-main{padding:80px 0}.pricing-header{text-align:center;margin-bottom:60px}.coming-soon-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:linear-gradient(135deg,rgba(102,126,234,.1) 0%,rgba(118,75,162,.1) 100%);border:1px solid rgba(102,126,234,.2);border-radius:100px;font-size:14px;font-weight:500;color:#667eea;margin-bottom:24px}.badge-dot{width:8px;height:8px;background:#667eea;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.pricing-title{font-size:48px;font-weight:700;color:#1a1a2e;margin:0 0 16px;letter-spacing:-.02em}.pricing-subtitle{font-size:18px;color:#6b7280;max-width:500px;margin:0 auto}.plans-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:900px;margin:0 auto}.plan-card{background:white;border:1px solid #e5e7eb;border-radius:16px;padding:32px;position:relative;transition:box-shadow .2s ease}.plan-card:hover{cursor:pointer;box-shadow:0 4px 20px #00000014}.plan-card-featured{border:2px solid #667eea;background:linear-gradient(180deg,rgba(102,126,234,.02) 0%,white 100%)}.plan-header{margin-bottom:24px}.plan-name{font-size:24px;font-weight:700;color:#1a1a2e;margin:0 0 8px}.plan-description{font-size:14px;color:#6b7280;margin:0;line-height:1.5}.plan-price{margin-bottom:24px;display:flex;align-items:baseline;gap:4px}.price-amount{font-size:48px;font-weight:700;color:#1a1a2e;letter-spacing:-.02em}.price-period{font-size:16px;color:#6b7280}.plan-features{display:flex;flex-direction:column;gap:16px}.features-intro{font-size:14px;font-weight:600;color:#1a1a2e;margin:0 0 4px}.feature-item{display:flex;align-items:flex-start;gap:12px}.feature-icon{width:20px;height:20px;color:#667eea;flex-shrink:0;margin-top:1px}.feature-item span{font-size:14px;color:#4b5563;line-height:1.4}.pricing-note{text-align:center;font-size:14px;color:#9ca3af;margin-top:48px}@media (max-width: 768px){.pricing-main{padding:40px 0}.pricing-title{font-size:32px}.pricing-subtitle{font-size:16px}.plans-grid{grid-template-columns:1fr;gap:16px}.plan-card{padding:24px}.price-amount{font-size:36px}}:root{--primary-color: #667eea;--secondary-color: #764ba2;--text-dark: #1a1a2e;--text-gray: #4a5568;--bg-light: #f7fafc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer;border:none;background:none}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}p{line-height:1.6}::selection{background:var(--primary-color);color:#fff}::-moz-selection{background:var(--primary-color);color:#fff}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--secondary-color)}
