*{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:#ffffffd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(226,232,240,.8);box-shadow:0 4px 6px -1px #0000000d}.cc-nav-container{max-width:1280px;margin:0 auto;padding:0 1.5rem;height:4.5rem;display:flex;align-items:center;justify-content:space-between}.cc-nav-right{display:flex;align-items:center;gap:1.5rem}.cc-logo{display:flex;align-items:center;font-size:1.5rem;font-weight:800;letter-spacing:-.04em;background:linear-gradient(135deg,#a855f7,#3b82f6);-webkit-background-clip:text;background-clip:text;color:transparent;text-decoration:none;transition:transform .2s cubic-bezier(.4,0,.2,1)}.cc-logo:hover{transform:scale(1.02)}.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:2.5rem;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:600;color:#475569;cursor:pointer;transition:color .2s ease;padding:.5rem 0}.cc-nav-item:hover .cc-nav-link{color:#3b82f6}.cc-nav-item:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#a855f7,#3b82f6);opacity:0;transform:scaleX(0);transition:all .3s cubic-bezier(.4,0,.2,1);border-radius:3px 3px 0 0}.cc-nav-item:hover:after{opacity:1;transform:scaleX(1)}.cc-chevron{width:1rem;height:1rem;transition:transform .3s cubic-bezier(.4,0,.2,1)}.cc-nav-item:hover .cc-chevron{transform:rotate(180deg)}.cc-dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(15px);background:#fffffffa;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid #f1f5f9;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;padding:1rem;min-width:240px;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);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(15px)}.cc-nav-item:first-child:hover .cc-dropdown{transform:translateY(0)}.cc-nav-item:last-child .cc-dropdown{left:auto;right:0;transform:translateY(15px)}.cc-nav-item:last-child:hover .cc-dropdown{transform:translateY(0)}.cc-dropdown a{display:block;padding:.6rem 1rem;font-size:.9rem;font-weight:500;color:#475569;text-decoration:none;border-radius:.5rem;transition:all .2s ease}.cc-dropdown a:hover{background-color:#f8fafc;color:#3b82f6;transform:translate(4px)}.cc-dropdown.cc-mega{display:grid;grid-template-columns:repeat(2,1fr);min-width:500px;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 cubic-bezier(.4,0,.2,1)}.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:#fffffffa;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);z-index:1001;padding-top:5rem;transform:translate(100%);transition:transform .4s 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.15rem;font-weight:700;color:#0f172a;padding:.5rem 0;cursor:pointer}.cc-arrow{width:1.25rem;height:1.25rem;transition:transform .3s cubic-bezier(.4,0,.2,1)}.mobile-group.open .cc-arrow{transform:rotate(180deg);color:#3b82f6}.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;font-weight:500;color:#64748b;text-decoration:none;padding:.25rem 0;transition:color .2s ease}.mobile-content a:hover{color:#3b82f6}.cc-footer{background-color:#f3f4f6;border-top:1px solid #e5e7eb;padding:80px 1.5rem 40px;font-family:Inter,sans-serif}.cc-footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:4rem}.footer-logo{font-size:1.5rem;font-weight:800;color:#111;margin-bottom:1.5rem;letter-spacing:-.02em}.cc-footer-brand p{font-size:.95rem;line-height:1.6;color:#666;margin-bottom:2rem;max-width:320px}.brand-socials{display:flex;gap:1rem}.brand-socials button{width:36px;height:36px;border-radius:50%;border:1px solid #e5e7eb;background:#fff;color:#666;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.brand-socials button:hover{background-color:#0050d5;color:#fff;border-color:#0050d5}.cc-footer-col h4{font-size:.9rem;font-weight:700;color:#111;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.05em}.cc-footer-col ul{list-style:none;padding:0;margin:0}.cc-footer-col ul li{margin-bottom:.75rem}.cc-footer-col ul li a{text-decoration:none;font-size:.9rem;color:#666;transition:color .2s}.cc-footer-col ul li a:hover{color:#0050d5}.cc-footer-bottom{border-top:1px solid #e5e7eb;margin-top:5rem;padding-top:2rem}.footer-bottom-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:#666}.footer-bottom-links{display:flex;gap:2rem}.footer-bottom-links a{text-decoration:none;color:#666;transition:color .2s}.footer-bottom-links a:hover{color:#0050d5}@media (max-width: 1200px){.cc-footer-container{grid-template-columns:repeat(3,1fr);gap:3rem}.cc-footer-brand{grid-column:span 3;margin-bottom:2rem}}@media (max-width: 768px){.cc-footer-container{grid-template-columns:repeat(2,1fr)}.cc-footer-brand{grid-column:span 2}.footer-bottom-container{flex-direction:column;gap:1.5rem;text-align:center}.footer-bottom-links{gap:1.5rem}}@media (max-width: 480px){.cc-footer-container{grid-template-columns:1fr}.cc-footer-brand{grid-column:span 1}}
