.home-container{margin:0;min-height:100vh;width:100%;display:flex;flex-direction:column;align-items:center;overflow-x:hidden;overflow-y:auto;padding:0 0 80px}.hero-section,.home-container{background:linear-gradient(135deg,#667eea,#764ba2);position:relative}.hero-section{width:100vw;padding:20px 16px 30px;text-align:center;overflow:hidden;box-sizing:border-box}.hero-background{z-index:1}.hero-background,.hero-gradient{position:absolute;top:0;left:0;right:0;bottom:0}.hero-gradient{background:linear-gradient(135deg,#667eea,#764ba2)}.hero-pattern{position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 80%,hsla(0,0%,100%,.1) 0,transparent 50%),radial-gradient(circle at 80% 20%,hsla(0,0%,100%,.1) 0,transparent 50%),radial-gradient(circle at 40% 40%,hsla(0,0%,100%,.05) 0,transparent 50%);animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-content{position:relative;z-index:2;max-width:900px;margin:0 auto;width:100%;box-sizing:border-box;padding:0 20px}.hero-main{display:flex;align-items:center;gap:24px;margin-bottom:32px;flex-wrap:wrap;justify-content:center;width:100%;max-width:800px;margin-left:auto;margin-right:auto}.hero-logo-section{position:relative;flex-shrink:0}.hero-logo{position:relative;z-index:2}.logo-image{width:100px;height:100px;border-radius:24px;box-shadow:0 15px 50px rgba(0,0,0,.35);background:#fff;padding:12px;transition:transform .3s ease}.logo-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:130px;height:130px;background:radial-gradient(circle,rgba(255,215,0,.3) 0,transparent 70%);border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.5;transform:translate(-50%,-50%) scale(1)}50%{opacity:.8;transform:translate(-50%,-50%) scale(1.1)}}@keyframes numberPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.hero-text-section{flex:1;min-width:0;text-align:left;position:relative}.hero-badge{display:inline-block;background:linear-gradient(135deg,gold,#ffed4e);color:#1f2937;padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:600;margin-bottom:12px;box-shadow:0 2px 8px rgba(255,215,0,.3)}.badge-text{background:linear-gradient(135deg,#1f2937,#374151);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-title{font-size:2.4rem;font-weight:800;color:#fff;margin-bottom:8px;line-height:1.2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.title-city{color:gold;margin-bottom:4px;font-weight:700}.title-city,.title-main{display:block;font-size:2.4rem}.title-main{color:#fff;font-weight:800}.hero-subtitle{font-size:1.1rem;color:hsla(0,0%,100%,.9);margin:0;line-height:1.5;text-shadow:0 1px 2px rgba(0,0,0,.2);max-width:450px}.hero-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;max-width:600px;margin:12px auto 0;width:100%}.stat-item{display:flex;align-items:center;justify-content:center;gap:12px;background:hsla(0,0%,100%,.18);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:18px;padding:16px 18px;border:1px solid hsla(0,0%,100%,.3);min-height:80px;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 6px 25px rgba(0,0,0,.12);position:relative;overflow:hidden}.stat-item:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,gold,#ffed4e,gold);transform:scaleX(0);transition:transform .3s ease}.stat-item:hover:before{transform:scaleX(1)}.stat-item:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 12px 35px rgba(0,0,0,.25);background:hsla(0,0%,100%,.25);border-color:hsla(0,0%,100%,.4)}.stat-icon{font-size:2.8rem;opacity:.95;transition:all .3s ease;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));flex-shrink:0}.stat-item:hover .stat-icon{transform:scale(1.1) rotate(5deg);filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.stat-content{display:flex;flex-direction:column;align-items:center;text-align:center;min-width:0}.stat-number{font-size:1.7rem;font-weight:800;color:gold;margin-bottom:2px;text-shadow:0 2px 4px rgba(0,0,0,.4);transition:all .3s ease;letter-spacing:-.5px;animation:numberPulse 3s ease-in-out infinite;line-height:1}.stat-item:hover .stat-number{color:#ffed4e;text-shadow:0 3px 6px rgba(0,0,0,.5);transform:scale(1.05);animation:none}.stat-label{font-size:1.2rem;color:hsla(0,0%,100%,.95);font-weight:600;transition:all .3s ease;text-shadow:0 1px 2px rgba(0,0,0,.2);line-height:1.2}.stat-item:hover .stat-label{color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3);transform:translateY(-1px)}.home-links{width:100vw;background:#f8fafc;border-radius:24px 24px 0 0;margin-top:-15px;position:relative;z-index:3;padding:20px 16px 120px;flex:1;display:flex;flex-direction:column;box-sizing:border-box}.section-header{text-align:center;margin-bottom:16px;flex-shrink:0}.section-title{font-size:1.4rem;font-weight:700;color:#1f2937;margin-bottom:4px}.section-subtitle{font-size:.85rem;color:#6b7280;margin:0}.links-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;width:100%;max-width:600px;margin:0 auto;flex:1;box-sizing:border-box}.home-link{display:flex;flex-direction:column;align-items:center;background:#fff;border-radius:16px;padding:14px 10px;text-decoration:none;box-shadow:0 3px 16px rgba(0,0,0,.08);transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid #e5e7eb;position:relative;overflow:hidden;min-height:100px}.home-link:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#4f8cff,#38cfa6);transform:scaleX(0);transition:transform .3s ease}.home-link:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.15)}.home-link:hover:before{transform:scaleX(1)}.home-link:active{transform:translateY(-1px)}.link-icon-wrapper{position:relative;margin-bottom:8px}.link-icon{font-size:2.4rem;position:relative;z-index:2;transition:transform .3s ease}.icon-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;background:radial-gradient(circle,rgba(79,140,255,.2) 0,transparent 70%);border-radius:50%;opacity:0;transition:opacity .3s ease}.home-link:hover .link-icon{transform:scale(1.1)}.home-link:hover .icon-glow{opacity:1}.link-content{text-align:center;width:100%;flex:1;display:flex;flex-direction:column;justify-content:center}.link-content h3{font-size:1.15rem;font-weight:600;color:#1f2937;margin:0 0 3px;line-height:1.2}.link-content p{font-size:.95rem;color:#6b7280;margin:0;line-height:1.2;font-weight:400}.link-arrow{position:absolute;top:12px;right:12px;font-size:1rem;color:#d1d5db;transition:all .3s ease;opacity:0;transform:translateX(-8px)}.home-link:hover .link-arrow{opacity:1;transform:translateX(0);color:#4f8cff}.policy-link:before{background:linear-gradient(90deg,#4f8cff,#38cfa6)}.skill-link:before{background:linear-gradient(90deg,#ff6b6b,#ffa726)}.jobs-link:before{background:linear-gradient(90deg,#667eea,#764ba2)}.training-link:before{background:linear-gradient(90deg,#38cfa6,#4f8cff)}.talent-link:before{background:linear-gradient(90deg,#667eea,#764ba2)}.talent-demand-link:before{background:linear-gradient(90deg,#ff6b6b,#ffa726)}.work-study-link:before{background:linear-gradient(90deg,#38cfa6,#4f8cff)}.jd-link:before{background:linear-gradient(90deg,#ff6b6b,#ffa726)}.dashboard-link:before{background:linear-gradient(90deg,#1e3c72,#2a5298)}.stat-item:first-child{animation:fadeInUp .6s ease-out .4s both}.stat-item:nth-child(2){animation:fadeInUp .6s ease-out .5s both}.stat-item:nth-child(3){animation:fadeInUp .6s ease-out .6s both}.stat-item:nth-child(4){animation:fadeInUp .6s ease-out .7s both}.courses-stat{background:hsla(0,0%,100%,.18)!important;border:1px solid hsla(0,0%,100%,.3)!important}.courses-stat:hover{background:hsla(0,0%,100%,.25)!important;transform:translateY(-4px) scale(1.02);box-shadow:0 12px 35px rgba(0,0,0,.25);border-color:hsla(0,0%,100%,.4)}.courses-stat .stat-icon{filter:hue-rotate(200deg) saturate(1.3)}.policy-link .link-icon{filter:hue-rotate(0deg) saturate(1.2)}.skill-link .link-icon{filter:hue-rotate(45deg) saturate(1.2)}.jobs-link .link-icon{filter:hue-rotate(90deg) saturate(1.2)}.training-link .link-icon{filter:hue-rotate(135deg) saturate(1.2)}.talent-link .link-icon{filter:hue-rotate(180deg) saturate(1.2)}.talent-demand-link .link-icon{filter:hue-rotate(225deg) saturate(1.2)}.work-study-link .link-icon{filter:hue-rotate(270deg) saturate(1.2)}.jd-link .link-icon{filter:hue-rotate(315deg) saturate(1.2)}.dashboard-link .link-icon{filter:hue-rotate(340deg) saturate(1.2)}@media (max-width:480px){.home-container{padding-bottom:70px}.hero-section{padding:12px 12px 20px;width:100vw}.hero-content{padding:0 2px}.hero-main{gap:16px;margin-bottom:24px;width:100%;max-width:700px;margin-left:auto;margin-right:auto}.logo-image{width:80px;height:80px;border-radius:20px}.logo-glow{width:110px;height:110px}.hero-title{font-size:1.8rem}.title-city,.title-main{font-size:2rem}.hero-subtitle{font-size:.95rem;max-width:350px}.hero-badge{padding:3px 10px;font-size:.7rem;margin-bottom:8px}.hero-stats{gap:8px;max-width:500px}.stat-item{padding:12px 14px;min-height:70px;gap:8px}.stat-icon{font-size:2.4rem}.stat-number{font-size:1.4rem}.hero-stats{gap:6px;max-width:400px}.stat-item{padding:8px 10px;min-height:60px}.stat-number{font-size:1.3rem}.stat-label{font-size:1rem}.home-links{padding:16px 12px 100px;width:100vw}.section-header{margin-bottom:12px}.section-title{font-size:1.1rem}.section-subtitle{font-size:.75rem}.links-grid{gap:8px}.home-link{padding:12px 8px;min-height:90px}.link-icon{font-size:2.4rem}.link-content h3{font-size:1.05rem}.link-content p{font-size:.85rem}}@media (max-width:360px){.home-container{padding-bottom:60px}.hero-section{padding:10px 12px 16px;width:100vw}.hero-content{padding:0 2px}.hero-main{gap:12px;margin-bottom:20px;width:100%;max-width:600px;margin-left:auto;margin-right:auto}.logo-image{width:70px;height:70px;border-radius:18px}.logo-glow{width:95px;height:95px}.hero-title,.title-city,.title-main{font-size:1.6rem}.hero-subtitle{font-size:.85rem;max-width:300px}.hero-badge{padding:2px 8px;font-size:.65rem;margin-bottom:6px}.hero-stats{gap:6px;max-width:350px}.stat-item{padding:10px 12px;min-height:65px;gap:6px}.stat-icon{font-size:2.4rem}.stat-number{font-size:1.4rem}.hero-stats{gap:4px;max-width:300px}.stat-item{padding:6px 8px;min-height:55px}.stat-number{font-size:1.2rem}.stat-label{font-size:1rem}.home-links{padding:12px 12px 80px;width:100vw}.section-header{margin-bottom:10px}.section-title{font-size:1rem}.section-subtitle{font-size:.7rem}.links-grid{grid-template-columns:1fr;gap:6px}.home-link{padding:10px 8px;min-height:80px;flex-direction:row;text-align:left}.link-icon-wrapper{margin-bottom:0;margin-right:10px;flex-shrink:0}.link-icon{font-size:1.5rem}.link-content{text-align:left;flex:1}.link-content h3{font-size:.95rem}.link-content p{font-size:.75rem}}@media (max-width:320px){.home-container{padding-bottom:60px}.hero-main{flex-direction:column;gap:10px;width:100%;max-width:500px;margin-left:auto;margin-right:auto}.hero-main,.hero-text-section{text-align:center}.logo-image{width:60px;height:60px;border-radius:16px}.logo-glow{width:80px;height:80px}.hero-title,.title-city,.title-main{font-size:1.4rem}.hero-subtitle{font-size:.75rem;max-width:250px;margin:0 auto}.hero-stats{flex-direction:column;align-items:center;gap:8px}.stat-item{width:100%;max-width:200px;justify-content:center}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.home-link{animation:fadeInUp .5s ease-out}.home-link:first-child{animation-delay:.05s}.home-link:nth-child(2){animation-delay:.1s}.home-link:nth-child(3){animation-delay:.15s}.home-link:nth-child(4){animation-delay:.2s}.home-link:nth-child(5){animation-delay:.25s}.home-link:nth-child(6){animation-delay:.3s}.home-link:nth-child(7){animation-delay:.35s}.home-link:nth-child(8){animation-delay:.4s}*{box-sizing:border-box}body,html{margin:0;padding:0;width:100%;overflow-x:hidden;position:relative}.home-container{margin-bottom:0}.home-container::-webkit-scrollbar{width:6px}.home-container::-webkit-scrollbar-track{background:#f1f1f1}.home-container::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.home-container::-webkit-scrollbar-thumb:hover{background:#a8a8a8}