@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box;line-height:22px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background-color:#333;border-radius:6px}::-webkit-scrollbar-track{background-color:#fff;border-radius:6px}::-webkit-scrollbar-thumb:hover{background-color:#000}.navbar{background-color:#fff;color:#000;position:relative;box-shadow:0 4px 4px #bfbfbf}.navbar-logo-container{display:flex}.navbar-container{display:flex;justify-content:space-between;align-items:center;padding:10px}.navbar-logo{color:#000;width:50px;height:50px;-webkit-user-select:none;user-select:none}p.logo-text{font-size:30px;margin:2px 12px -10px 20px;font-weight:700;color:#000;-webkit-user-select:none;user-select:none}.navbar-links{list-style:none;display:flex;align-items:center;justify-content:space-around;margin:0;padding:0}.navbar-link{text-decoration:none;font-weight:700;color:#000;margin:5px;font-size:16px;transition:background-color .3s ease}.navbar-toggle{display:none;flex-direction:column;justify-content:space-around;width:30px;height:25px;cursor:pointer}.navbar-toggle-icon{display:block;width:30px;height:4px;background-color:#333;border-radius:4px;transition:all .3s ease}.navbar-toggle-icon.open:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.navbar-toggle-icon.open:nth-child(2){opacity:0}.navbar-toggle-icon.open:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.navbar-container ul li{margin:10px}@media (max-width: 720px){.navbar-links{display:flex;flex-direction:column;width:100%;background-color:#fff;position:absolute;top:60px;left:0;padding:20px;transform:translate(100%);transition:transform .3s ease-in-out}.navbar-links.active{transform:translate(0);display:flex;margin-top:10px}.navbar-toggle{display:flex}.navbar-links{display:none}}@media (min-width: 720px){.navbar-toggle{display:none}.navbar-links{display:flex;justify-content:space-around}}.cta-btn{background-color:#ff4081;color:#fff;padding:15px 30px;text-decoration:none;border-radius:50px;font-weight:700;transition:background-color .3s ease}.cta-btn:hover{background-color:#e82c6a}.languages{padding:60px 20px;text-align:center}.languages h2{font-size:2.5rem;margin-bottom:40px}.language-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:30px}.card{background-color:#fff;padding:30px;border-radius:8px;box-shadow:0 4px 10px #0000001a;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.card:hover{transform:translateY(-10px);box-shadow:0 6px 20px #0000001a}.card img{width:50px;height:50px;margin-bottom:20px}.card h3{font-size:1.6rem;margin-bottom:10px;color:#001eff}.card p{font-size:1rem;margin-bottom:20px;color:#000}.card-btn{background-color:#07f;color:#fff;padding:10px 20px;text-decoration:none;border-radius:50px;font-weight:700;transition:background-color .3s ease}.card-btn:hover{background-color:#000}.content-container{max-width:900px;margin:0 auto}.content{padding:5px}.content h1{color:#0af;text-align:center}.content ul{margin-left:10px}.program-container{max-width:1200px;font-family:Courier New,Courier,monospace;margin:0 auto;padding:10px}.program-container h1{font-size:20px;color:#59ff0c}p{font-size:1rem;color:#000;line-height:1.6}.program-explanation{padding:10px;margin-left:10px;background-color:#8686861f;border-radius:5px}.program-explanation h1,.program-explanation h2,.program-explanation h3{color:#001eff}.program-explanation p{color:#000;margin-top:10px}.cc-header{position:sticky;top:0;z-index:1000;width:100%;background-color:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a}.cc-nav-container{max-width:1280px;margin:0 auto;padding:0 1.5rem;height:4rem;display:flex;align-items:center;justify-content:space-between}.cc-logo{display:flex;align-items:center;font-size:1.5rem;font-weight:700;color:#0f172a;text-decoration:none;letter-spacing:-.025em;transition:opacity .2s}.cc-logo:hover{opacity:.9}.cc-logo img{height:32px;width:auto;margin-right:10px;display:block}.cc-desktop-nav{display:none}@media (min-width: 1024px){.cc-desktop-nav{display:flex;align-items:center;gap:2rem;height:100%}}.cc-nav-item{position:relative;height:100%;display:flex;align-items:center}.cc-nav-link{display:flex;align-items:center;gap:.25rem;font-size:.95rem;font-weight:500;color:#475569;cursor:pointer;transition:color .2s}.cc-nav-item:hover .cc-nav-link{color:#2563eb}.cc-chevron{width:1rem;height:1rem;transition:transform .2s}.cc-nav-item:hover .cc-chevron{transform:rotate(180deg)}.cc-dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(10px);background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a;padding:.75rem;min-width:220px;opacity:0;visibility:hidden;transition:all .2s ease-in-out;display:flex;flex-direction:column;gap:.25rem}.cc-nav-item:hover .cc-dropdown{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.cc-nav-item:first-child .cc-dropdown{left:0;transform:translateY(10px)}.cc-nav-item:first-child:hover .cc-dropdown{transform:translateY(0)}.cc-nav-item:last-child .cc-dropdown{left:auto;right:0;transform:translateY(10px)}.cc-nav-item:last-child:hover .cc-dropdown{transform:translateY(0)}.cc-dropdown a{display:block;padding:.5rem 1rem;font-size:.9rem;color:#475569;text-decoration:none;border-radius:.5rem;transition:background-color .2s,color .2s}.cc-dropdown a:hover{background-color:#f8fafc;color:#2563eb}.cc-dropdown.cc-mega{display:grid;grid-template-columns:repeat(2,1fr);min-width:480px;gap:.5rem}.cc-hamburger{display:flex;flex-direction:column;justify-content:space-between;width:24px;height:18px;cursor:pointer;z-index:1002}@media (min-width: 1024px){.cc-hamburger{display:none}}.cc-hamburger span{display:block;height:2px;width:100%;background-color:#0f172a;border-radius:2px;transition:all .3s ease-in-out}.cc-hamburger.active span:nth-child(1){transform:translateY(8px) rotate(45deg)}.cc-hamburger.active span:nth-child(2){opacity:0}.cc-hamburger.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.cc-mobile-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#fff;z-index:1001;padding-top:5rem;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);overflow-y:auto;display:none}.cc-mobile-overlay.active{transform:translate(0);display:contents}.mobile-wrapper{padding:1rem 1.5rem;display:flex;flex-direction:column;gap:1.5rem}.mobile-group{border-bottom:1px solid #f1f5f9;padding-bottom:1rem}.mobile-trigger{width:100%;display:flex;justify-content:space-between;align-items:center;background:none;border:none;font-size:1.1rem;font-weight:600;color:#0f172a;padding:.5rem 0;cursor:pointer}.cc-arrow{width:1.25rem;height:1.25rem;transition:transform .3s}.mobile-group.open .cc-arrow{transform:rotate(180deg)}.mobile-content{display:none;flex-direction:column;gap:.75rem;padding-top:1rem;padding-left:.5rem}.mobile-group.open .mobile-content{display:flex}.mobile-content a{font-size:1rem;color:#64748b;text-decoration:none;padding:.25rem 0}.mobile-content a:hover{color:#2563eb}.cc-footer{background:#fff;border-top:1px solid #e5e7eb;padding:80px 20px 30px;font-family:Inter,Arial,sans-serif}.cc-footer-container{margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:50px}.cc-footer-brand h2{font-size:2rem;font-weight:800;margin-bottom:16px;color:#1e90ff}.cc-footer-brand p{font-size:15px;line-height:1.8;color:#64748b;max-width:420px}.cc-footer-col{background:#fff;padding:24px;border-radius:12px;transition:transform .3s ease}.cc-footer-col h4{font-size:16px;font-weight:600;color:#1e293b;margin-bottom:20px;position:relative;padding-bottom:10px}.cc-footer-col h4:after{content:" ";position:absolute;left:0;bottom:0;width:100px;height:3px;background:#3b82f6;border-radius:2px}.cc-footer-col ul{list-style:none;padding:0;margin:0}.cc-footer-col ul li{margin-bottom:12px}.cc-footer-col ul li a{text-decoration:none;font-size:14.5px;color:#475569;transition:all .3s ease;display:inline-block}.cc-footer-col ul li a:hover{color:#3b82f6;transform:translate(6px)}.cc-footer-bottom{margin-top:60px;padding-top:30px;text-align:center;font-size:14px;color:#64748b;border-top:1px solid #e5e7eb}@media (max-width: 768px){.cc-footer-container{grid-template-columns:1fr}.cc-footer-col h4:after{left:0%}.cc-footer-brand p{max-width:none}}.hero{padding:80px 20px;background-color:#fff;display:flex;justify-content:center;overflow:hidden}.hero-container{max-width:1200px;width:100%;display:flex;align-items:center;gap:50px}.hero-content{flex:1}.hero-badge{background:#f1f5f9;color:#1a69ff;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:600;display:inline-block;margin-bottom:20px}.hero-content h1{font-size:48px;line-height:1.2;color:#0f172a;margin-bottom:20px}.text-gradient{background:linear-gradient(90deg,#1a69ff,#6366f1);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-content p{font-size:18px;color:#64748b;margin-bottom:35px;line-height:1.6}.hero-btns{display:flex;gap:15px}.btn-primary{background:#1a69ff;color:#fff;border:none;padding:14px 28px;border-radius:10px;font-weight:600;cursor:pointer;box-shadow:0 10px 15px -3px #1a69ff4d}.btn-secondary{background:#fff;color:#475569;border:1px solid #e2e8f0;padding:14px 28px;border-radius:10px;font-weight:600;cursor:pointer}.hero-visual{flex:1;position:relative;display:flex;justify-content:center}.code-card{background:#1e293b;border-radius:12px;width:100%;max-width:450px;box-shadow:0 25px 50px -12px #00000040;overflow:hidden;z-index:2;animation:float 5s ease-in-out infinite}.card-header{background:#334155;padding:12px 15px;display:flex;align-items:center;justify-content:space-between}.dots{display:flex;gap:6px}.dot{width:10px;height:10px;border-radius:50%}.red{background:#ff5f56}.yellow{background:#ffbd2e}.green{background:#27c93f}.file-name{color:#94a3b8;font-size:12px;font-family:monospace}.card-body{padding:25px;font-family:Fira Code,monospace;font-size:16px;line-height:1.5}.keyword{color:#c678dd}.func{color:#61afef}.string{color:#98c379}.comment{color:#5c6370;font-style:italic}.hero-blur{position:absolute;width:300px;height:300px;background:#1a69ff;filter:blur(100px);opacity:.2;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@media (max-width: 900px){.hero-container{flex-direction:column;text-align:center}.hero-btns{justify-content:center}}.about-container{max-width:1200px;margin:0 auto;padding:4rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:#1e293b}.about-header{text-align:center;max-width:800px;margin:0 auto 5rem}.about-header h1{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;letter-spacing:-.02em;line-height:1.1;color:#0f172a}.text-gradient{background:linear-gradient(135deg,#2563eb,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.about-subtitle{font-size:1.25rem;color:#64748b;line-height:1.6}.about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:5rem}.about-card{background:#fff;padding:2.5rem;border-radius:1.5rem;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000000d;transition:all .3s ease}.about-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a;border-color:#cbd5e1}.card-icon{font-size:2.5rem;margin-bottom:1.5rem;display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;background-color:#f1f5f9;border-radius:1rem;transition:transform .3s ease}.about-card:hover .card-icon{transform:scale(1.1) rotate(5deg);background-color:#e2e8f0}.about-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#0f172a}.about-card p{color:#475569;line-height:1.7}.about-story{max-width:800px;margin:0 auto;background:#f8fafc;padding:3rem;border-radius:1.5rem}.about-story h2{font-size:2rem;font-weight:700;margin-bottom:1.5rem;color:#0f172a}.about-story p{font-size:1.1rem;line-height:1.8;color:#334155;margin-bottom:1.5rem}.about-story p:last-child{margin-bottom:0}@media (max-width: 768px){.about-header h1{font-size:2.5rem}.about-container{padding:3rem 1rem}.about-story{padding:2rem}}.contact-wrapper{max-width:1200px;margin:0 auto;padding:4rem 1.5rem;font-family:Inter,sans-serif}.contact-header{text-align:center;margin-bottom:4rem}.contact-header h1{font-size:3rem;font-weight:800;color:#0f172a;margin-bottom:1rem}.contact-header p{font-size:1.2rem;color:#64748b}.contact-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:start}.contact-info{display:flex;flex-direction:column;gap:2rem}.info-card{background:#f8fafc;padding:2rem;border-radius:1rem;border:1px solid #e2e8f0;transition:transform .2s}.info-card:hover{transform:translateY(-2px);border-color:#cbd5e1}.info-icon{width:3rem;height:3rem;background:#eff6ff;color:#2563eb;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.info-card h3{font-size:1.25rem;font-weight:600;color:#0f172a;margin-bottom:.5rem}.info-card p,.info-card a{color:#64748b;text-decoration:none;font-size:1rem}.contact-form-container{background:#fff;padding:2.5rem;border-radius:1.5rem;box-shadow:0 4px 6px -1px #0000000d,0 10px 15px -3px #0000001a;border:1px solid #e2e8f0}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.9rem;font-weight:500;color:#334155;margin-bottom:.5rem}.form-group input,.form-group textarea{width:100%;padding:.75rem 1rem;border-radius:.5rem;border:1px solid #cbd5e1;font-size:1rem;transition:all .2s;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.submit-btn{width:100%;padding:1rem;background:#2563eb;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.submit-btn:hover{background:#1d4ed8}@media (max-width: 768px){.contact-grid{grid-template-columns:1fr;gap:3rem}}.legal-container{max-width:900px;margin:0 auto;padding:4rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:#334155;line-height:1.8}.legal-header{text-align:center;margin-bottom:4rem;padding-bottom:2rem;border-bottom:1px solid #e2e8f0}.legal-header h1{font-size:3rem;font-weight:800;color:#0f172a;margin-bottom:1rem;letter-spacing:-.02em}.legal-date{color:#64748b;font-size:.95rem}.legal-content section{margin-bottom:3rem}.legal-content h2{font-size:1.75rem;font-weight:700;color:#1e293b;margin-bottom:1rem;letter-spacing:-.01em}.legal-content p{margin-bottom:1.5rem;font-size:1.05rem}.legal-content ul{margin-bottom:1.5rem;padding-left:1.5rem}.legal-content li{margin-bottom:.5rem;list-style-type:disc}.legal-content a{color:#2563eb;text-decoration:none;font-weight:500;transition:color .2s}.legal-content a:hover{color:#1d4ed8;text-decoration:underline}@media (max-width: 768px){.legal-header h1{font-size:2.25rem}.legal-container{padding:3rem 1.5rem}}.footer{background-color:#f3f4f6;border-top:1px solid #e5e7eb;color:#4b5563}.footer-container{max-width:1200px;margin:auto;padding:48px 16px}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}@media (max-width: 768px){.footer-grid{grid-template-columns:1fr}}.footer-logo{display:flex;align-items:center;gap:8px;margin-bottom:16px}.logo-icon{width:24px;height:24px;color:#6366f1}.logo-text{font-size:18px;font-weight:700;color:#111827}.footer h3{font-size:16px;font-weight:700;color:#111827;margin-bottom:16px}.footer ul{list-style:none;padding:0;margin:0}.footer ul li{margin-bottom:8px}.footer a{text-decoration:none;color:#4b5563;font-size:14px}.footer a:hover{color:#6366f1;text-decoration:underline}.social-links{display:flex;gap:16px}.social-links a{color:#6b7280}.social-links a svg{width:20px;height:20px}.social-links a:hover{color:#6366f1}.footer-bottom{margin-top:40px;padding-top:24px;border-top:1px solid #e5e7eb;font-size:14px;color:#6b7280}@media (max-width: 768px){.footer-bottom{text-align:center}}.content h1{text-align:center;font-size:2rem;margin-bottom:1.5rem;color:#2c3e50}.content ul{list-style-type:none;padding-left:0}.content li{margin-bottom:.8rem;line-height:1.6;color:#34495e}.content li strong{font-size:1.1rem;color:#1e88e5}.content ul ul{padding-left:1.5rem;list-style-type:disc}.content ul ul li{color:#555;font-size:.95rem}
