html{scroll-behavior:smooth}body{height:100%;margin:0;padding:0;background:#000;color:#fff;font-family:Poppins,sans-serif;overflow-x:hidden;overflow-y:auto}.landing-container{min-height:100vh;display:flex;flex-direction:column}.hero{position:relative;height:100vh;padding:80px 20px;display:flex;justify-content:center;align-items:center;text-align:center;background:linear-gradient(to bottom,#7d3cff4d,#000000e6);overflow:hidden;padding-top:5.2rem}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(https://images.unsplash.com/photo-1701099153549-a94513b57f60?q=80&w=2075&auto=format&fit=crop) center/cover no-repeat;opacity:.2;z-index:0}.hero-content{position:relative;z-index:1;max-width:600px;margin:0 auto}.hero h1{font-size:3.5rem;font-weight:700;text-shadow:2px 2px 20px rgba(0,0,0,.8)}.hero h3{font-size:1.2rem;margin-top:10px;text-shadow:1px 1px 10px rgba(0,0,0,.7)}.hero-banner-img{width:80%;max-width:360px;filter:drop-shadow(0 0 15px rgba(125,60,255,.7))}.hero-buttons{gap:1.5rem;display:flex;justify-content:center}.cta-button{display:inline-block;margin-top:40px;background:#7d3cff;color:#fff;padding:12px 25px;font-size:1rem;font-weight:600;border:none;border-radius:25px;cursor:pointer;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 10px #7d3cff80}.cta-button:hover{background:#5e2ca5;transform:scale(1.05);box-shadow:0 6px 15px #7d3cff99}.cta-button.outline{background:transparent;color:#fff;border:2px solid #7d3cff}.cta-button.outline:hover{background:#7d3cff33}#modules{position:relative;background:linear-gradient(to bottom,#7d3cff4d,#000);padding:3rem 2rem 4rem;border-top:3px solid #7d3cff;text-align:center}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:40px;color:#e0e0e0}.module-container{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;padding:0 1rem 1rem}.module-item{background:#0009;padding:1.75rem 1.5rem;border-radius:12px;border-top:3px solid #7d3cff;border-bottom:3px solid #7d3cff;box-shadow:0 4px 12px #000c,0 0 20px #7d3cff66;text-align:center;color:#f2f2f2;width:280px;transition:transform .3s ease,box-shadow .3s ease}.module-item h3{color:#e0e0ff;font-size:1.25rem;margin-bottom:.75rem;font-weight:700;border-bottom:1px solid #7d3cff;padding-bottom:10px}.module-item p{font-size:.95rem;line-height:1.6;color:#ddd}@media (min-width: 769px){.module-item:hover{transform:translateY(-8px) scale(1.03);box-shadow:0 8px 20px #0000004d,0 0 25px #7d3cff80}}#abouts{position:relative;background:linear-gradient(to bottom,#7d3cff4d,#000);padding:3rem 2rem 4rem;border-top:3px solid #7d3cff;text-align:center;scroll-margin-top:80px}.about-container{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;padding:0 1rem 1rem}.about-item{background:#0009;padding:1.75rem 1.5rem;border-radius:12px;border-top:3px solid #7d3cff;border-bottom:3px solid #7d3cff;box-shadow:0 4px 12px #000c,0 0 20px #7d3cff66;text-align:center;color:#f2f2f2;width:280px;transition:transform .3s ease,box-shadow .3s ease}.about-item h3{color:#e0e0ff;font-size:1.25rem;margin-bottom:.75rem;font-weight:700;border-bottom:1px solid #7d3cff;padding-bottom:10px}.about-item p{font-size:.95rem;line-height:1.6;color:#ddd}@media (min-width: 769px){.about-item:hover{transform:translateY(-8px) scale(1.03);box-shadow:0 8px 20px #0000004d,0 0 25px #7d3cff80}}.footer{background-color:#1a1a1a;padding:20px 0;text-align:center;border-top:1px solid #7b2ff7;color:#ccc;font-size:.95rem}@media (max-width: 768px){.section-title{font-size:1.8rem;margin-bottom:2rem}.hero h1{font-size:2.5rem}.hero h3{font-size:1rem}.cta-button{padding:10px 20px;font-size:.95rem}}.page-fade-in{opacity:0;transform:translateY(15px);transition:opacity .8s ease,transform .8s ease;will-change:opacity,transform}.page-fade-in.show{opacity:1;transform:none}
