.hero{background-image:url(/hero-bg.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;width:100vw;min-height:100vh;font-family:Outfit,sans-serif;display:flex;position:relative}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle at 30%,#0006 0%,#0000001a 60%,#0000 100%);position:absolute;inset:0}.navbar{z-index:10;justify-content:space-between;align-items:center;padding:1.5rem 5%;display:flex;position:relative}.logo{letter-spacing:.5px;background:linear-gradient(135deg, #fff, var(--primary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:1.8rem;font-weight:700}.nav-links{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(12px);border-radius:50px;gap:2.5rem;padding:.6rem 2rem;display:flex;box-shadow:0 4px 15px #0000001a}.nav-links a{color:var(--text-muted);font-size:1.05rem;font-weight:400;text-decoration:none;transition:color .3s,text-shadow .3s}.nav-links a:hover{color:#fff;text-shadow:0 0 8px #ffffff80}.btn-login{color:#fff;border:1px solid var(--glass-border);background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border-radius:50px;padding:.7rem 1.8rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s}.btn-login:hover{background:#ffffff26;transform:translateY(-2px);box-shadow:0 5px 15px #0003}.hero-content{z-index:10;flex:1;align-items:center;width:100%;max-width:1400px;margin:0 auto;display:flex;position:relative}.hero-text-container{width:45%;padding-left:5%;animation:1s cubic-bezier(.16,1,.3,1) forwards fadeUp}.badge{-webkit-backdrop-filter:blur(12px);color:var(--text-main);background:#ffffff14;border:1px solid #ffffff26;border-radius:50px;align-items:center;margin-bottom:2rem;padding:.6rem 1.2rem;font-size:.9rem;font-weight:500;display:inline-flex;box-shadow:0 8px 32px #0000001a}.pulse{background-color:var(--primary);width:8px;height:8px;box-shadow:0 0 12px var(--primary-glow);border-radius:50%;margin-right:12px;animation:2s infinite pulse}.headline{letter-spacing:-1px;margin-bottom:1.8rem;font-size:4.2rem;font-weight:700;line-height:1.1}.highlight{background:linear-gradient(135deg, #fff 20%, var(--primary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:inline-block}.sub-headline{color:var(--text-muted);max-width:90%;margin-bottom:3rem;font-size:1.2rem;font-weight:300;line-height:1.6}.cta-group{gap:1.2rem;margin-bottom:4rem;display:flex}.cta-button{border-radius:50px;justify-content:center;align-items:center;padding:1.1rem 2.2rem;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.cta-button.primary{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;border:none;position:relative;overflow:hidden;box-shadow:0 10px 25px #4361ee66}.cta-button.primary:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.cta-button.primary:hover:before{left:100%}.cta-button.primary:hover{transform:translateY(-3px)scale(1.02);box-shadow:0 15px 35px #4cc9f080}.cta-button.secondary{border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(12px);color:#fff;background:#ffffff0d}.cta-button.secondary:hover{background:#ffffff1f;border-color:#ffffff4d;transform:translateY(-3px)}.glass-card{-webkit-backdrop-filter:blur(20px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:20px;padding:1.5rem;animation:7s ease-in-out infinite float;box-shadow:0 20px 40px #0000004d,inset 0 1px #ffffff1a}.stat-card{align-items:center;gap:1.2rem;width:100%;transition:transform .3s,border-color .3s;animation-delay:1s;display:flex}.stat-card:hover{border-color:#fff3;transform:translateY(-5px)}.stat-icon{color:var(--primary);background:#4cc9f01a;border-radius:12px;justify-content:center;align-items:center;width:45px;height:45px;display:flex}.stat-info h4{color:var(--text-muted);margin-bottom:.2rem;font-size:.85rem;font-weight:400}.stat-info p{color:#fff;font-size:1.15rem;font-weight:600}.hero-visuals{pointer-events:none;flex-direction:column;justify-content:space-between;width:280px;display:flex;position:absolute;top:15%;bottom:15%;right:8%}.upcoming-card{pointer-events:auto;width:100%;animation-delay:2s}.card-header{justify-content:space-between;align-items:center;margin-bottom:1.2rem;display:flex}.card-header h4{font-size:1.05rem;font-weight:500}.days-left{color:var(--primary);background:#4cc9f026;border:1px solid #4cc9f04d;border-radius:20px;padding:.3rem .7rem;font-size:.75rem;font-weight:600}.progress-container{background:#ffffff1a;border-radius:3px;height:6px;margin-bottom:.8rem;overflow:hidden}.progress-bar{background:linear-gradient(90deg, var(--secondary), var(--primary));height:100%;box-shadow:0 0 10px var(--primary-glow);border-radius:3px}.exam-name{color:var(--text-muted);font-size:.9rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{box-shadow:0 0 #4cc9f080}70%{box-shadow:0 0 0 10px #4cc9f000}to{box-shadow:0 0 #4cc9f000}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@media (max-width:1200px){.headline{font-size:3.5rem}.hero-text-container{width:55%}}@media (max-width:992px){.hero-content{flex-direction:column;justify-content:center;gap:3rem;padding-top:3rem;padding-bottom:3rem}.hero-text-container{text-align:center;width:90%;padding-left:0}.hero-visuals{pointer-events:auto;flex-direction:row;justify-content:center;gap:1.5rem;width:100%;max-width:600px;position:relative;top:auto;bottom:auto;right:auto}.badge{margin:0 auto 2rem}.cta-group{justify-content:center}}@media (max-width:768px){.nav-links{display:none}.hero-text-container{width:100%;padding:0 5%}.headline{font-size:2.8rem}.sub-headline{max-width:100%}.cta-group{flex-direction:column}.cta-button{width:100%}.hero-visuals{flex-direction:column;align-items:center;padding:0 5%}.upcoming-card,.stat-card{width:100%;max-width:320px}.hero:before{background:radial-gradient(circle,#0009 0%,#0003 100%)}}
