.navbar{z-index:1000;-webkit-backdrop-filter:blur(20px);background:#0f1419d9;border-bottom:1px solid #ffffff0d;width:100%;padding:1rem 0;transition:background .35s,box-shadow .35s,padding .35s;position:sticky;top:0}.navbar.scrolled{background:#0f1419f2;padding:.6rem 0;box-shadow:0 4px 30px #0006,0 1px #4285f414}.navbar-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;position:relative;overflow:visible}.navbar-logo{flex-shrink:0;align-items:center;gap:.75rem;text-decoration:none;display:flex}.navbar-logo img{width:auto;max-height:45px;transition:transform .3s}.navbar-logo:hover img{transform:scale(1.05)}.navbar-logo-text{background:linear-gradient(135deg,#4285f4 0%,#db4437 25%,#f4b400 50%,#0f9d58 75%,#4285f4 100%) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Outfit,sans-serif;font-size:1.4rem;font-weight:700;animation:4s infinite gradientShift}@keyframes gradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.navbar-links{align-items:center;gap:2rem;margin:0;padding:0;list-style:none;display:flex}.navbar-links li{position:relative}.navbar-links a{color:#ffffffa6;letter-spacing:.02em;padding:.4rem 0;font-family:Inter,sans-serif;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s,text-shadow .3s;position:relative}.navbar-links a:after{content:"";background:linear-gradient(90deg,#4285f4,#0f9d58);border-radius:1px;width:0;height:2px;transition:width .3s;position:absolute;bottom:-2px;left:0}.navbar-links a:hover{color:#fff;text-shadow:0 0 20px #4285f466,0 0 40px #4285f426}.navbar-links a:hover:after{width:100%}.navbar-links a.active{color:#fff}.navbar-links a.active:after{width:100%}.navbar-cta{color:#fff;cursor:pointer;background:#4285f4;border:none;border-radius:25px;align-items:center;gap:.5rem;padding:.6rem 1.5rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;transition:transform .3s,box-shadow .3s,background .3s;display:inline-flex;padding:.6rem 1.5rem!important}.navbar-cta:hover{background:#5a9cf5;box-shadow:0 4px 20px #4285f466,0 0 40px #4285f426}.mobile-toggle{cursor:pointer;z-index:1010;background:0 0;border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:border-color .3s,background-color .3s;display:none}.mobile-toggle:hover{background:#ffffff0d;border-color:#4285f466}.hamburger{flex-direction:column;justify-content:space-between;width:20px;height:14px;display:flex}.hamburger span{background:#fff;border-radius:1px;width:20px;height:2px;transition:transform .3s,opacity .3s;display:block}.hamburger.open span:first-child{transform:translateY(6px)rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-6px)rotate(-45deg)}@media (max-width:768px){.mobile-toggle{display:flex}.navbar-links{-webkit-backdrop-filter:blur(24px);z-index:999;background:#0f1419fa;border-bottom:1px solid #ffffff0d;flex-direction:column;gap:0;width:100%;padding:1rem 0;display:none;position:absolute;top:calc(100% + .5rem);left:0;box-shadow:0 20px 40px #0006}.navbar-links.active,.navbar-links.open{animation:.3s cubic-bezier(.16,1,.3,1) forwards navbarSlideDown;display:flex!important}@keyframes navbarSlideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.navbar-links li{width:100%}.navbar-links a{border-bottom:1px solid #ffffff08;padding:.9rem 2rem;font-size:1rem;display:block}.navbar-links a:after{display:none}.navbar-links a:hover{background:#4285f414}.navbar-cta{text-align:center;justify-content:center;width:calc(100% - 4rem);margin:1rem 2rem}.navbar-container{padding:0 1.25rem}}
.hero{justify-content:center;align-items:center;min-height:100vh;padding:80px 2rem 4rem;display:flex;position:relative;overflow:hidden}.hero-bg{opacity:.08;z-index:0;background:linear-gradient(135deg,#4285f4 0%,#db4437 16%,#f4b400 32%,#0f9d58 48%,#00a1f1 64%,#f65314 80%,#7cbb00 100%) 0 0/400% 400%;animation:15s infinite gradientFlow;position:absolute;inset:0}@keyframes gradientFlow{0%{background-position:0%}25%{background-position:50% 100%}50%{background-position:100%}75%{background-position:50% 0}to{background-position:0%}}.hero-particles{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.hero-particle{opacity:.12;border-radius:50%;animation:linear infinite particleFloat;position:absolute}.hero-particle:first-child{background:#4285f4;width:6px;height:6px;animation-duration:8s;animation-delay:0s;top:15%;left:10%}.hero-particle:nth-child(2){background:#db4437;width:10px;height:10px;animation-duration:12s;animation-delay:-2s;top:25%;left:80%}.hero-particle:nth-child(3){background:#f4b400;width:4px;height:4px;animation-duration:10s;animation-delay:-4s;top:60%;left:20%}.hero-particle:nth-child(4){background:#0f9d58;width:14px;height:14px;animation-duration:14s;animation-delay:-1s;top:70%;left:70%}.hero-particle:nth-child(5){background:#00a1f1;width:8px;height:8px;animation-duration:9s;animation-delay:-3s;top:40%;left:45%}.hero-particle:nth-child(6){background:#f65314;width:5px;height:5px;animation-duration:11s;animation-delay:-5s;top:80%;left:35%}.hero-particle:nth-child(7){background:#7cbb00;width:12px;height:12px;animation-duration:13s;animation-delay:-6s;top:10%;left:60%}.hero-particle:nth-child(8){background:#fb0;width:7px;height:7px;animation-duration:10s;animation-delay:-7s;top:50%;left:90%}@keyframes particleFloat{0%{opacity:.12;transform:translateY(0)translate(0)scale(1)}25%{opacity:.2;transform:translateY(-40px)translate(20px)scale(1.3)}50%{opacity:.08;transform:translateY(-80px)translate(-15px)scale(.8)}75%{opacity:.18;transform:translateY(-40px)translate(10px)scale(1.1)}to{opacity:.12;transform:translateY(0)translate(0)scale(1)}}.hero-content{z-index:1;text-align:center;max-width:900px;margin:0 auto;animation:.9s cubic-bezier(.16,1,.3,1) both fadeInUp;position:relative}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.hero-badge{color:#4285f4;letter-spacing:.02em;background:#4285f41f;border:1px solid #4285f440;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1.5rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;animation:.9s cubic-bezier(.16,1,.3,1) .15s both fadeInUp;display:inline-flex}.hero-badge:before{content:"";background:#4285f4;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite badgePulse}@keyframes badgePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}.hero-title{color:#fff;letter-spacing:-.02em;margin-bottom:1.5rem;font-family:Outfit,sans-serif;font-size:clamp(2.5rem,5vw + 1rem,4rem);font-weight:800;line-height:1.1;animation:.9s cubic-bezier(.16,1,.3,1) .25s both fadeInUp}.hero-title .highlight{background:linear-gradient(135deg,#4285f4 0%,#db4437 30%,#f4b400 60%,#0f9d58 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:inline}.hero-subtitle{color:#ffffff8c;max-width:650px;margin:0 auto 2.5rem;font-family:Inter,sans-serif;font-size:1.25rem;line-height:1.7;animation:.9s cubic-bezier(.16,1,.3,1) .35s both fadeInUp}.hero-cta-group{flex-wrap:wrap;justify-content:center;gap:1rem;animation:.9s cubic-bezier(.16,1,.3,1) .45s both fadeInUp;display:flex}.hero-cta-primary{color:#fff;cursor:pointer;background:#4285f4;border:none;border-radius:50px;align-items:center;gap:.5rem;padding:1rem 2.5rem;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:600;text-decoration:none;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s;display:inline-flex}.hero-cta-primary:hover{transform:translateY(-3px);box-shadow:0 8px 30px #4285f473,0 0 60px #4285f426}.hero-cta-primary:active{transform:translateY(0)}.hero-cta-secondary{color:#fff;cursor:pointer;background:0 0;border:2px solid #fff3;border-radius:50px;align-items:center;gap:.5rem;padding:1rem 2.5rem;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:600;text-decoration:none;transition:border-color .3s,background .3s,transform .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.hero-cta-secondary:hover{background:#4285f414;border-color:#4285f4;transform:translateY(-3px)}.hero-cta-secondary:active{transform:translateY(0)}.hero-partners{opacity:.5;flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;margin-top:4rem;transition:opacity .4s;animation:.9s cubic-bezier(.16,1,.3,1) .6s both fadeInUp;display:flex}.hero-partners:hover{opacity:1}.hero-partners img{filter:grayscale()brightness(1.8);width:auto;max-height:30px;transition:filter .3s,transform .3s}.hero-partners img:hover{filter:grayscale(0)brightness();transform:scale(1.1)}.hero-partners-label{color:#ffffff59;text-transform:uppercase;letter-spacing:3px;text-align:center;width:100%;margin-bottom:.5rem;font-family:Inter,sans-serif;font-size:.8rem}.hero-scroll-indicator{cursor:pointer;z-index:1;flex-direction:column;align-items:center;gap:.5rem;animation:2.5s ease-in-out infinite scrollFloat;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero-scroll-indicator span{color:#ffffff4d;text-transform:uppercase;letter-spacing:2px;font-family:Inter,sans-serif;font-size:.7rem}.hero-scroll-indicator:after{content:"";border:2px solid #fff3;border-radius:12px;width:24px;height:40px;position:relative}.hero-scroll-indicator:before{content:"";background:#4285f4;border-radius:2px;width:4px;height:8px;animation:2.5s ease-in-out infinite scrollDot;position:absolute;bottom:24px}@keyframes scrollFloat{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(10px)}}@keyframes scrollDot{0%,to{opacity:0;transform:translateY(0)}30%{opacity:1}to{opacity:0;transform:translateY(16px)}}@media (max-width:768px){.hero{min-height:90vh;padding:100px 1.25rem 3rem}.hero-subtitle{font-size:1.05rem}.hero-cta-primary,.hero-cta-secondary{justify-content:center;width:100%;padding:.85rem 2rem;font-size:1rem}.hero-cta-group{flex-direction:column;align-items:center;max-width:320px;margin:0 auto}.hero-partners{gap:1.5rem;margin-top:3rem}.hero-partners img{max-height:22px}.hero-scroll-indicator{display:none}}@media (max-width:480px){.hero{padding:90px 1rem 2rem}.hero-badge{padding:.4rem 1.2rem;font-size:.8rem}}
.services{padding:8rem 2rem;position:relative}.services:before{content:"";background:linear-gradient(90deg,#0000,#4285f466,#0000);border-radius:1px;width:120px;height:2px;position:absolute;top:0;left:50%;transform:translate(-50%)}.services-header{text-align:center;max-width:650px;margin:0 auto 4rem}.services-header h2{color:#fff;letter-spacing:-.02em;margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:clamp(2rem,4vw,2.8rem);font-weight:800}.services-header p{color:#ffffff8c;font-family:Inter,sans-serif;font-size:1.1rem;line-height:1.7}.services-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.service-card{background:#1a1f2e;border:1px solid #ffffff0d;border-radius:20px;padding:2.5rem;transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .4s,box-shadow .4s;position:relative;overflow:hidden}.service-card:before{content:"";opacity:0;background:linear-gradient(90deg,#4285f4 0%,#db4437 25%,#f4b400 50%,#0f9d58 75%,#4285f4 100%) 0 0/200% 100%;height:3px;transition:opacity .4s;animation:3s linear infinite paused borderGradient;position:absolute;top:0;left:0;right:0}@keyframes borderGradient{0%{background-position:0%}to{background-position:200%}}.service-card:after{content:"";opacity:0;pointer-events:none;background:radial-gradient(circle,#4285f40f 0%,#0000 70%);width:100%;height:100%;transition:opacity .4s;position:absolute;top:-50%;right:-50%}.service-card:hover{border-color:#0000;transform:translateY(-8px);box-shadow:0 20px 40px #0000004d,0 0 60px #4285f40f}.service-card:hover:before{opacity:1;animation-play-state:running}.service-card:hover:after{opacity:1}.service-icon{border-radius:16px;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:1.5rem;font-size:2rem;transition:transform .3s;display:flex;position:relative}.service-card:hover .service-icon{transform:scale(1.08)}.service-icon.blue{color:#4285f4;background:linear-gradient(135deg,#4285f433,#4285f414)}.service-icon.red{color:#db4437;background:linear-gradient(135deg,#db443733,#db443714)}.service-icon.yellow{color:#f4b400;background:linear-gradient(135deg,#f4b40033,#f4b40014)}.service-icon.green{color:#0f9d58;background:linear-gradient(135deg,#0f9d5833,#0f9d5814)}.service-icon.ms-blue{color:#00a1f1;background:linear-gradient(135deg,#00a1f133,#00a1f114)}.service-icon.ms-red{color:#f65314;background:linear-gradient(135deg,#f6531433,#f6531414)}.service-icon.ms-green{color:#7cbb00;background:linear-gradient(135deg,#7cbb0033,#7cbb0014)}.service-icon.gradient{color:#4285f4;background:linear-gradient(135deg,#4285f426,#0f9d5826)}.service-card h3{color:#fff;margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:1.4rem;font-weight:700;line-height:1.3}.service-card p{color:#ffffff8c;font-family:Inter,sans-serif;font-size:.95rem;line-height:1.7}.service-features{margin:1.5rem 0 0;padding:0;list-style:none}.service-features li{color:#ffffff8c;margin-bottom:.75rem;padding-left:1.8rem;font-family:Inter,sans-serif;font-size:.9rem;line-height:1.6;position:relative}.service-features li:before{content:"✓";color:#0f9d58;justify-content:center;align-items:center;width:20px;height:20px;font-size:.85rem;font-weight:700;display:flex;position:absolute;top:0;left:0}.service-features li:last-child{margin-bottom:0}.service-link{color:#4285f4;align-items:center;gap:.5rem;margin-top:1.5rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;transition:gap .3s,color .3s;display:inline-flex}.service-link:hover{color:#5a9cf5;gap:.8rem}@media (max-width:768px){.services{padding:5rem 1.25rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:2rem}.service-icon{width:60px;height:60px;font-size:1.6rem}}@media (max-width:480px){.services{padding:4rem 1rem}.services-header{margin-bottom:3rem}.service-card{border-radius:16px;padding:1.75rem}}
.vision{padding:8rem 2rem;position:relative;overflow:hidden}.vision:before{content:"";pointer-events:none;background:radial-gradient(circle,#4285f40f 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:50%;left:-10%;transform:translateY(-50%)}.vision:after{content:"";pointer-events:none;background:radial-gradient(circle,#0f9d580d 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:30%;right:-10%}.vision-container{max-width:1200px;margin:0 auto}.vision-header{text-align:center;max-width:650px;margin:0 auto 5rem}.vision-header h2{color:#fff;letter-spacing:-.02em;margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:clamp(2rem,4vw,2.8rem);font-weight:800}.vision-header p{color:#ffffff8c;font-family:Inter,sans-serif;font-size:1.1rem;line-height:1.7}.vision-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.vision-content{z-index:1;position:relative}.vision-content h3{color:#fff;margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:2rem;font-weight:700;line-height:1.3}.vision-content p{color:#ffffff8c;font-family:Inter,sans-serif;font-size:1rem;line-height:1.8}.vision-points{margin:2rem 0 0;padding:0;list-style:none}.vision-point{background:#1a1f2e80;border:1px solid #ffffff0a;border-radius:12px;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding:1rem;transition:background .3s,border-color .3s,transform .3s;display:flex}.vision-point:hover{background:#1a1f2ed9;border-color:#4285f426;transform:translate(4px)}.vision-point:last-child{margin-bottom:0}.vision-point-icon{background:linear-gradient(135deg,#4285f426,#0f9d5826);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.2rem;display:flex}.vision-point-icon.blue{background:linear-gradient(135deg,#4285f433,#4285f40f)}.vision-point-icon.red{background:linear-gradient(135deg,#db443733,#db44370f)}.vision-point-icon.yellow{background:linear-gradient(135deg,#f4b40033,#f4b4000f)}.vision-point-icon.green{background:linear-gradient(135deg,#0f9d5833,#0f9d580f)}.vision-point-content h4{color:#fff;margin-bottom:.3rem;font-family:Outfit,sans-serif;font-size:1.05rem;font-weight:600}.vision-point-content p{margin:0;font-size:.9rem;line-height:1.6}.vision-diagram{justify-content:center;align-items:center;display:flex;position:relative}.ecosystem-circle{border:2px dashed #4285f440;border-radius:50%;width:400px;height:400px;margin:0 auto;animation:30s linear infinite ecosystemSpin;position:relative}@keyframes ecosystemSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ecosystem-node{text-align:center;background:#1a1f2e;border:1px solid #ffffff14;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:.3rem;width:100px;height:100px;transition:border-color .3s,box-shadow .3s;animation:30s linear infinite ecosystemCounterSpin;display:flex;position:absolute;box-shadow:0 4px 20px #0000004d}@keyframes ecosystemCounterSpin{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.ecosystem-node:hover{border-color:#4285f466;box-shadow:0 4px 30px #4285f426}.ecosystem-node-icon{font-size:1.4rem}.ecosystem-node-label{color:#ffffffb3;letter-spacing:.02em;font-family:Inter,sans-serif;font-size:.7rem;font-weight:500;line-height:1.2}.ecosystem-node:first-child{transform-origin:50%;margin-left:-50px;top:-50px;left:50%}.ecosystem-node:nth-child(2){margin-top:-50px;top:50%;right:-50px}.ecosystem-node:nth-child(3){margin-left:-50px;bottom:-50px;left:50%}.ecosystem-node:nth-child(4){margin-top:-50px;top:50%;left:-50px}.ecosystem-node:nth-child(5){margin-right:-30px;top:10%;right:0}.ecosystem-node:nth-child(6){margin-left:-30px;bottom:10%;left:0}.ecosystem-center{z-index:2;background:#1a1f2e;border:2px solid #4285f440;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:120px;height:120px;animation:30s linear infinite ecosystemCounterSpin;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 40px #4285f41a,0 8px 30px #0006}.ecosystem-center-text{text-align:center;background:linear-gradient(135deg,#4285f4,#db4437,#f4b400,#0f9d58);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Outfit,sans-serif;font-size:.85rem;font-weight:700;line-height:1.3}.ecosystem-center-icon{margin-bottom:.3rem;font-size:1.6rem}.arrow-flow{flex-wrap:wrap;justify-content:center;align-items:center;gap:0;margin-top:4rem;display:flex}.flow-step{text-align:center;background:#1a1f2e;border:1px solid #ffffff0d;border-radius:16px;flex-direction:column;align-items:center;min-width:140px;padding:1.5rem 1.25rem;transition:transform .3s,border-color .3s;display:flex}.flow-step:hover{border-color:#4285f433;transform:translateY(-4px)}.flow-step-icon{margin-bottom:.5rem;font-size:1.6rem}.flow-step-label{color:#fff;margin-bottom:.2rem;font-family:Inter,sans-serif;font-size:.85rem;font-weight:600}.flow-step-desc{color:#ffffff73;font-family:Inter,sans-serif;font-size:.75rem}.flow-arrow{color:#4285f4;opacity:.6;flex-shrink:0;padding:0 .5rem;font-size:2rem;line-height:1}@media (max-width:1024px){.vision-grid{grid-template-columns:1fr;gap:3rem}.vision-diagram{order:-1}.ecosystem-circle{width:320px;height:320px}.ecosystem-node{width:80px;height:80px}.ecosystem-center{width:100px;height:100px}.ecosystem-center-text{font-size:.75rem}}@media (max-width:768px){.vision{padding:5rem 1.25rem}.vision-content h3{font-size:1.6rem}.ecosystem-circle{width:280px;height:280px}.ecosystem-node{width:70px;height:70px}.ecosystem-node-label{font-size:.6rem}.ecosystem-node-icon{font-size:1.1rem}.ecosystem-center{width:90px;height:90px}.arrow-flow{gap:.5rem;margin-top:3rem}.flow-step{min-width:100px;padding:1rem}.flow-arrow{padding:0 .25rem;font-size:1.4rem}}@media (max-width:480px){.vision{padding:4rem 1rem}.ecosystem-circle{width:240px;height:240px}.ecosystem-node{width:60px;height:60px}.ecosystem-center{width:80px;height:80px}.arrow-flow{flex-direction:column}.flow-arrow{transform:rotate(90deg)}}
.programs{background:#0a0e13;padding:8rem 2rem;position:relative}.programs:before{content:"";background:linear-gradient(90deg,#0000 0%,#4285f44d 25%,#f4b4004d 50%,#0f9d584d 75%,#0000 100%);height:1px;position:absolute;top:0;left:0;right:0}.programs-header{text-align:center;max-width:650px;margin:0 auto 4rem}.programs-header h2{color:#fff;letter-spacing:-.02em;margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:clamp(2rem,4vw,2.8rem);font-weight:800}.programs-header p{color:#ffffff8c;font-family:Inter,sans-serif;font-size:1.1rem;line-height:1.7}.programs-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.program-card{background:#1a1f2e;border:1px solid #ffffff0d;border-radius:24px;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s,border-color .4s;overflow:hidden}.program-card:hover{border-color:#ffffff14;transform:translateY(-5px);box-shadow:0 20px 50px #00000059,0 0 60px #4285f40d}.program-card-header{width:100%;height:8px}.program-card-header.google{background:linear-gradient(90deg,#4285f4 0%,#db4437 33%,#f4b400 66%,#0f9d58 100%)}.program-card-header.microsoft{background:linear-gradient(90deg,#00a1f1 0%,#f65314 33%,#7cbb00 66%,#fb0 100%)}.program-card-header.bridge{background:linear-gradient(90deg,#4285f4 0%,#00a1f1 25%,#f4b400 50%,#7cbb00 75%,#0f9d58 100%)}.program-card-header.community{background:linear-gradient(90deg,#db4437 0%,#f4b400 50%,#0f9d58 100%)}.program-card-body{padding:2.5rem}.program-icon{border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.5rem;font-size:1.8rem;transition:transform .3s;display:flex;position:relative}.program-card:hover .program-icon{transform:scale(1.1)rotate(5deg)}.program-icon.google{background:linear-gradient(135deg,#4285f433,#db443726,#0f9d5833)}.program-icon.microsoft{background:linear-gradient(135deg,#00a1f133,#f6531426,#7cbb0033)}.program-icon.bridge{background:linear-gradient(135deg,#4285f433,#7cbb0033)}.program-icon.community{background:linear-gradient(135deg,#db443733,#f4b40033)}.program-card h3{color:#fff;margin-bottom:.75rem;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.3}.program-card p{color:#ffffff8c;font-family:Inter,sans-serif;font-size:.95rem;line-height:1.7}.program-highlights{flex-wrap:wrap;gap:.5rem;margin-top:1.5rem;display:flex}.program-tag{letter-spacing:.01em;border-radius:20px;align-items:center;padding:.3rem .8rem;font-family:Inter,sans-serif;font-size:.8rem;font-weight:500;transition:transform .2s,box-shadow .2s;display:inline-flex}.program-tag:hover{transform:scale(1.05)}.program-tag.blue{color:#4285f4;background:#4285f41f;border:1px solid #4285f433}.program-tag.red{color:#db4437;background:#db44371f;border:1px solid #db443733}.program-tag.yellow{color:#f4b400;background:#f4b4001f;border:1px solid #f4b40033}.program-tag.green{color:#0f9d58;background:#0f9d581f;border:1px solid #0f9d5833}.program-tag.ms-blue{color:#00a1f1;background:#00a1f11f;border:1px solid #00a1f133}.program-tag.ms-red{color:#f65314;background:#f653141f;border:1px solid #f6531433}.program-tag.ms-green{color:#7cbb00;background:#7cbb001f;border:1px solid #7cbb0033}.program-tag.ms-yellow{color:#fb0;background:#ffbb001f;border:1px solid #fb03}.program-link{color:#4285f4;align-items:center;gap:.5rem;margin-top:1.5rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;transition:gap .3s;display:inline-flex}.program-link:hover{gap:.8rem}.program-link.microsoft{color:#00a1f1}@media (max-width:768px){.programs{padding:5rem 1.25rem}.programs-grid{grid-template-columns:1fr;gap:1.5rem}.program-card-body{padding:2rem}.program-card h3{font-size:1.3rem}.program-icon{width:52px;height:52px;font-size:1.5rem}}@media (max-width:480px){.programs{padding:4rem 1rem}.programs-grid{grid-template-columns:1fr}.program-card-body{padding:1.75rem}.program-card{border-radius:18px}}
.stats{padding:6rem 2rem;position:relative;overflow:hidden}.stats:before{content:"";background:linear-gradient(90deg,#0000 0%,#4285f466 20%,#db443766 40%,#f4b40066 60%,#0f9d5866 80%,#0000 100%);width:60%;max-width:600px;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.stats:after{content:"";background:linear-gradient(90deg,#0000 0%,#4285f466 20%,#db443766 40%,#f4b40066 60%,#0f9d5866 80%,#0000 100%);width:60%;max-width:600px;height:1px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.stats-grid{grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1000px;margin:0 auto;display:grid}.stat-item{text-align:center;padding:2rem;transition:transform .3s;position:relative}.stat-item:not(:last-child):after{content:"";background:#ffffff26;border-radius:50%;width:4px;height:4px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.stat-item:hover{transform:scale(1.02)}.stat-number{background:linear-gradient(135deg,#4285f4 0%,#db4437 30%,#f4b400 60%,#0f9d58 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-family:Outfit,sans-serif;font-size:3.5rem;font-weight:800;line-height:1;transition:transform .4s cubic-bezier(.16,1,.3,1)}.stat-item:hover .stat-number{transform:scale(1.1)}.stat-number.blue{background:linear-gradient(135deg,#4285f4,#5a9cf5);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.stat-number.red{background:linear-gradient(135deg,#db4437,#e57373);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.stat-number.yellow{background:linear-gradient(135deg,#f4b400,#ffd54f);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.stat-number.green{background:linear-gradient(135deg,#0f9d58,#66bb6a);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.stat-suffix{font-family:Outfit,sans-serif;font-size:2rem;font-weight:700}.stat-label{color:#ffffff80;text-transform:uppercase;letter-spacing:2px;font-family:Inter,sans-serif;font-size:.85rem;font-weight:500}.stat-sublabel{color:#ffffff4d;margin-top:.3rem;font-family:Inter,sans-serif;font-size:.75rem}.stats-header{text-align:center;margin-bottom:3rem}.stats-header h2{color:#fff;letter-spacing:-.02em;font-family:Outfit,sans-serif;font-size:clamp(1.8rem,3vw,2.4rem);font-weight:800}@media (max-width:1024px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.stat-number{font-size:3rem}.stat-item:nth-child(2):after,.stat-item:nth-child(4):after{display:none}.stat-item:first-child:after,.stat-item:nth-child(3):after{right:0}}@media (max-width:768px){.stats{padding:4rem 1.25rem}.stat-number{font-size:2.8rem}.stat-label{letter-spacing:1.5px;font-size:.8rem}.stat-item{padding:1.5rem}}@media (max-width:480px){.stats{padding:3rem 1rem}.stats-grid{grid-template-columns:1fr;gap:1rem}.stat-item:after{display:none!important}.stat-item{border-bottom:1px solid #ffffff0a;padding:1.25rem}.stat-item:last-child{border-bottom:none}.stat-number{font-size:2.5rem}}
.footer{background:#0a0e13;border-top:1px solid #ffffff0d;padding:5rem 2rem 2rem;position:relative}.footer-container{max-width:1200px;margin:0 auto}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;display:grid}.footer-brand{max-width:320px}.footer-brand img{width:auto;max-height:50px;margin-bottom:.5rem}.footer-brand-name{background:linear-gradient(135deg,#4285f4,#db4437,#f4b400,#0f9d58);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:1.3rem;font-weight:700}.footer-brand p{color:#ffffff73;margin-top:1rem;font-family:Inter,sans-serif;font-size:.9rem;line-height:1.7}.footer-column h4{color:#fff;margin-bottom:1.5rem;padding-bottom:.75rem;font-family:Outfit,sans-serif;font-size:1rem;font-weight:600;position:relative}.footer-column h4:after{content:"";background:linear-gradient(90deg,#4285f4,#0f9d58);border-radius:2px;width:30px;height:3px;position:absolute;bottom:0;left:0}.footer-column ul{margin:0;padding:0;list-style:none}.footer-column ul li{margin-bottom:0}.footer-column ul li a{color:#ffffff73;padding:.35rem 0;font-family:Inter,sans-serif;font-size:.9rem;text-decoration:none;transition:color .3s,padding-left .3s;display:inline-block;position:relative}.footer-column ul li a:before{content:"";opacity:0;background:#4285f4;border-radius:50%;width:4px;height:4px;transition:opacity .3s;position:absolute;top:50%;left:-12px;transform:translateY(-50%)}.footer-column ul li a:hover{color:#fff;padding-left:8px}.footer-column ul li a:hover:before{opacity:1}.footer-newsletter{margin-top:1.5rem}.footer-newsletter-input{border:1px solid #ffffff14;border-radius:10px;gap:0;display:flex;overflow:hidden}.footer-newsletter-input input{color:#fff;background:#1a1f2e99;border:none;outline:none;flex:1;padding:.7rem 1rem;font-family:Inter,sans-serif;font-size:.85rem}.footer-newsletter-input input::placeholder{color:#ffffff4d}.footer-newsletter-input button{color:#fff;cursor:pointer;background:#4285f4;border:none;padding:.7rem 1rem;font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;transition:background .3s}.footer-newsletter-input button:hover{background:#5a9cf5}.footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:4rem;padding-top:2rem;display:flex}.footer-bottom .gradient-line,.footer-gradient-line{background:linear-gradient(90deg,#4285f4 0%,#db4437 25%,#f4b400 50%,#0f9d58 75%,#4285f4 100%) 0 0/200% 100%;border-radius:1px;width:100%;height:2px;margin-bottom:2rem;animation:4s infinite footerGradient}@keyframes footerGradient{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.footer-copyright{color:#ffffff4d;font-family:Inter,sans-serif;font-size:.85rem}.footer-copyright a{color:#ffffff80;text-decoration:none;transition:color .3s}.footer-copyright a:hover{color:#4285f4}.footer-social{gap:.75rem;display:flex}.footer-social a{color:#ffffff80;background:#1a1f2e;border:1px solid #ffffff0f;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;text-decoration:none;transition:background .3s,color .3s,border-color .3s,transform .3s,box-shadow .3s;display:flex}.footer-social a:hover{color:#fff;background:#4285f4;border-color:#0000;transform:translateY(-3px);box-shadow:0 6px 20px #4285f459}.footer-social a.twitter:hover,.footer-social a.x:hover{background:#1da1f2;box-shadow:0 6px 20px #1da1f259}.footer-social a.linkedin:hover{background:#0077b5;box-shadow:0 6px 20px #0077b559}.footer-social a.youtube:hover{background:red;box-shadow:0 6px 20px #ff000059}.footer-social a.instagram:hover{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);box-shadow:0 6px 20px #e1306c59}.footer-social a.github:hover{background:#333;box-shadow:0 6px 20px #33333359}.footer-links-row{flex-wrap:wrap;gap:1.5rem;display:flex}.footer-links-row a{color:#ffffff59;font-family:Inter,sans-serif;font-size:.85rem;text-decoration:none;transition:color .3s}.footer-links-row a:hover{color:#fff}@media (max-width:1024px){.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:2.5rem}.footer-grid>:nth-child(4){grid-column:1}}@media (max-width:768px){.footer{padding:4rem 1.25rem 1.5rem}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:1/-1;max-width:none}.footer-bottom{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;margin-top:3rem}}@media (max-width:480px){.footer{padding:3rem 1rem 1rem}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-column h4{margin-bottom:1rem}.footer-social a{width:36px;height:36px;font-size:.9rem}}
