body{font-family:"Source Code Pro",monospace;background:#070c27;color:#fff;scroll-behavior:smooth;line-height:1.6}#about{box-shadow:0 0 100px 50px #070c27}section{padding:4rem 1rem;position:relative;z-index:1}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background:linear-gradient(135deg,#3da9ff 0,#0d6efd 40%,#0b5ed7 60%,#2a0e70 100%);color:#fff;padding:0 1rem;position:relative;overflow:hidden}.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.4) 0,rgba(0,0,0,.6) 50%,rgba(0,0,0,.8) 100%);z-index:1}.hero-content{position:relative;z-index:2;max-width:800px;padding:1rem;text-align:center}.hero h1{font-size:clamp(2rem,4vw,3.8rem);font-weight:800;margin-bottom:1rem;text-shadow:2px 4px 8px rgba(0,0,0,.3);animation:fadeInUp 1s ease-in-out}.hero p{font-size:clamp(1rem,1.8vw,1.3rem);opacity:.95;max-width:600px;margin:0 auto 1.5rem}.hero .btn-primary{background-color:#fff;color:#0d6efd;padding:.8rem 2rem;font-weight:600;border-radius:50px;box-shadow:0 5px 15px rgba(13,110,253,.3);transition:all .3s ease-in-out}.hero .btn-primary:hover{background-color:#0d6efd;color:#fff;transform:scale(1.05);box-shadow:0 8px 20px rgba(13,110,253,.4)}.section-title{font-weight:700;text-align:center;margin-bottom:2rem;position:relative}.section-title::after{content:"";display:block;width:60px;height:4px;background:#0d6efd;margin:.8rem auto 0;border-radius:2px}.card{border:none;border-radius:15px;overflow:hidden;background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.05);transition:all .3s ease-in-out;cursor:pointer}.card-img-top{object-fit:cover;height:180px;transition:transform .4s ease-in-out}.card:hover{transform:translateY(-8px);box-shadow:0 10px 25px rgba(0,0,0,.15)}.card:hover .card-img-top{transform:scale(1.05)}footer{background:linear-gradient(360deg,#3da9ff 0,#0d6efd 40%,#0b5ed7 60%,#2a0e70 100%);color:#fff;padding:0 1rem;box-shadow:0 0 50px 30px #080909;z-index:1}footer::after{content:"";position:absolute;inset:0;background:linear-gradient(360deg,rgba(0,0,0,.4) 0,rgba(0,0,0,.6) 50%,rgba(0,0,0,.8) 100%);z-index:-1}.social-icons a{font-size:1.4rem;margin:0 8px;color:#ccc;transition:all .3s ease-in-out}.social-icons a:hover{color:#0d6efd;transform:scale(1.1)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}100%{opacity:1;transform:translateY(0)}}.custom-navbar{background:0 0;transition:background .3s ease-in-out,box-shadow .3s ease-in-out;padding:.8rem 0;z-index:1000}.navbar-hidden{visibility:hidden;transition:color .3s ease-in-out}.custom-navbar.scrolled{background:linear-gradient(135deg,#3da9ff 0,#0d6efd 40%,#0b5ed7 60%,#2a0e70 100%);box-shadow:0 4px 12px rgba(0,0,0,.2)}.custom-navbar .nav-link{color:#fff;font-weight:500;margin:0 10px;transition:color .3s ease-in-out}.custom-navbar .nav-link.active,.custom-navbar .nav-link:hover{color:gold}@media (max-width:768px){.hero{padding:0 1.5rem}.hero h1{font-size:2.2rem}.hero p{font-size:1rem}}