*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;min-height:100vh;font-family:'Poppins',sans-serif;background:linear-gradient(135deg,#0a0a1a,#121236);color:#fff;scroll-behavior:smooth}nav{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:rgb(10 10 30 / .8);position:fixed;top:0;z-index:10;backdrop-filter:blur(10px);border-bottom:1px solid rgb(138 43 226 / .2)}.nav-logo{font-size:1.8rem;font-weight:700;color:#8a2be2;text-shadow:0 0 10px #8a2be2,0 0 20px rgb(138 43 226 / .5);letter-spacing:1px}.nav-links{display:flex;gap:2rem}.nav-links a{text-decoration:none;color:#e0e0e0;font-size:1rem;font-weight:500;position:relative;transition:.3s}.nav-links a::after{content:'';position:absolute;width:0;height:2px;bottom:-5px;left:0;background:#8a2be2;transition:width .3s}.nav-links a:hover{color:#fff}.nav-links a:hover::after{width:100%}.nav-contact{background:linear-gradient(135deg,#8a2be2,#9370db);color:#fff;border:none;padding:.7rem 1.5rem;border-radius:30px;cursor:pointer;font-weight:600;transition:.3s;box-shadow:0 4px 15px rgb(138 43 226 / .4)}.nav-contact:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgb(138 43 226 / .6)}.container{display:flex;align-items:center;justify-content:space-around;padding:8rem 2rem 2rem;min-height:100vh;gap:2rem;flex-wrap:wrap}.content{flex:1 1 45%;max-width:600px;z-index:1}.content h1{font-size:3.5rem;margin-bottom:1.5rem;line-height:1.2;background:linear-gradient(135deg,#8a2be2,#9370db);-webkit-background-clip:text;-webkit-text-fill-color:#fff0}.content p{font-size:1.2rem;color:#b8b8b8;margin-bottom:2.5rem;line-height:1.6}.buttons{display:flex;gap:1.5rem;margin-bottom:3rem}.buttons button{background:#fff0;border:2px solid #8a2be2;color:#fff;padding:.8rem 1.8rem;border-radius:30px;cursor:pointer;font-weight:600;position:relative;overflow:hidden;transition:.3s}.buttons button::before{content:'';position:absolute;top:0;left:0;width:0;height:100%;background:linear-gradient(135deg,#8a2be2,#9370db);transition:width .3s;z-index:-1}.buttons button:hover::before{width:100%}.buttons button:first-child{background:linear-gradient(135deg,#8a2be2,#9370db);box-shadow:0 4px 15px rgb(138 43 226 / .4)}.buttons button:first-child:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgb(138 43 226 / .6)}.social-icons{display:flex;gap:1.5rem}.social-icons a{display:flex;align-items:center;justify-content:center;width:45px;height:45px;background:rgb(138 43 226 / .1);border-radius:50%;color:#8a2be2;font-size:1.2rem;transition:.3s;border:1px solid rgb(138 43 226 / .3)}.social-icons a:hover{background:rgb(138 43 226 / .2);color:#fff;transform:translateY(-3px);box-shadow:0 5px 15px rgb(138 43 226 / .3)}.bg-main-container{flex:1 1 45%;display:flex;justify-content:flex-end;overflow:hidden;max-width:600px}.bg-main{width:100%;height:375px;display:flex;justify-content:center;align-items:center}spline-viewer{width:100%;height:500px;user-select:none;pointer-events:none}.background-elements::before,.background-elements::after{content:"";position:absolute;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgb(138 43 226 / .15) 0%,transparent 70%);z-index:0;pointer-events:none;filter:blur(20px)}.background-elements::before{top:10%;left:10%}.background-elements::after{bottom:10%;right:10%}.hamburger{display:none;cursor:pointer;width:30px;height:20px;position:relative;z-index:100}.hamburger span{display:block;position:absolute;height:3px;width:100%;background:#8a2be2;border-radius:3px;transition:.3s}.hamburger span:nth-child(1){top:0}.hamburger span:nth-child(2),.hamburger span:nth-child(3){top:10px}.hamburger span:nth-child(4){top:20px}.hamburger.open span:nth-child(1),.hamburger.open span:nth-child(4){top:10px;width:0%;left:50%}.hamburger.open span:nth-child(2){transform:rotate(45deg)}.hamburger.open span:nth-child(3){transform:rotate(-45deg)}.mobile-menu{position:fixed;top:0;right:0;width:70%;height:100vh;background:rgb(10 10 30 / .98);backdrop-filter:blur(15px);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:2rem;padding:5rem 2rem 2rem;border-left:1px solid rgb(138 43 226 / .3);box-shadow:-5px 0 30px rgb(0 0 0 / .3);transform:translateX(100%);transition:transform .4s ease-in-out;z-index:99}.mobile-menu.open{transform:translateX(0)}.mobile-menu a{color:#e0e0e0;text-decoration:none;font-size:1.2rem;position:relative;width:100%;text-align:center;padding:.5rem 0;transition:.3s}.mobile-menu a::after{content:'';position:absolute;width:0;height:2px;bottom:0;left:0;background:#8a2be2;transition:width .3s}.mobile-menu a:hover{color:#fff}.mobile-menu a:hover::after{width:100%}.mobile-menu .nav-contact{margin-top:1rem;width:80%}.close-btn{position:absolute;top:1.5rem;right:1.5rem;font-size:1.5rem;color:#e0e0e0;cursor:pointer;transition:.3s}.close-btn:hover{color:#8a2be2;transform:rotate(90deg)}.overlay{position:fixed;inset:0;background:rgb(0 0 0 / .6);z-index:98;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease}.overlay.active{opacity:1;visibility:visible}.kategori-section{padding:4rem 2rem;text-align:center;background:linear-gradient(135deg,#0a0a1a,#121236);border-top:1px solid rgb(138 43 226 / .2)}.kategori-section h2{font-size:2rem;margin-bottom:2rem;color:#fff;text-shadow:0 0 10px rgb(138 43 226 / .7)}.kategori-grid{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.kategori-card{width:150px;padding:1rem;border-radius:20px;cursor:pointer;text-align:center;background:rgb(138 43 226 / .1);border:1px solid rgb(138 43 226 / .3);box-shadow:0 0 10px rgb(138 43 226 / .3);transition:transform .3s,box-shadow .3s,border-color .3s}.kategori-card img{width:100px;height:100px;object-fit:contain;margin-bottom:1rem;user-select:none;pointer-events:none}.kategori-card span{display:block;color:#fff;font-weight:600}.kategori-card:hover{transform:translateY(-5px);box-shadow:0 0 20px rgb(138 43 226 / .6);border-color:rgb(138 43 226 / .6)}.game-section{padding:4rem 2rem;border-top:1px solid rgb(138 43 226 / .2);background:linear-gradient(135deg,#0a0a1a 0%,#121236 100%)}.game-section .head h2{font-size:2rem;margin:0;background:linear-gradient(135deg,#8a2be2,#9370db);-webkit-background-clip:text;-webkit-text-fill-color:#fff0}.game-section .head .sub{color:#b8b8b8;margin:.25rem 0 1.2rem}.video-wrap{position:relative;width:100%;max-width:980px;margin:0 auto 1.8rem;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px rgb(138 43 226 / .25);border:1px solid rgb(138 43 226 / .25)}.video-wrap iframe,.video-wrap video{display:block;width:100%;height:clamp(200px, 50vw, 420px)}.product-grid{display:grid;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr));max-width:1100px;margin:0 auto}.product-card{background:rgb(255 255 255 / .03);border:1px solid rgb(138 43 226 / .3);border-radius:16px;padding:14px;box-shadow:0 6px 22px rgb(0 0 0 / .35);display:flex;flex-direction:column;gap:8px}.product-card img{width:100%;height:160px;object-fit:cover;border-radius:12px}.product-card h4{margin:6px 0 0}.product-card .desc{color:#b8b8b8;font-size:.95rem}.product-card .price{font-weight:800;font-size:1.05rem}.product-card button{margin-top:6px;padding:.7rem 1rem;border-radius:12px;cursor:pointer;border:1px solid rgb(138 43 226 / .35);background:linear-gradient(135deg,#8a2be2,#9370db);color:#fff;font-weight:600;transition:transform .2s,box-shadow .2s}.product-card button:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgb(138 43 226 / .35)}.product-card .actions{display:flex;gap:.6rem;margin-top:.5rem;flex-wrap:wrap}.product-card .btn{display:inline-flex;align-items:center;justify-content:center;padding:.6rem .9rem;border-radius:10px;border:1px solid rgb(138 43 226 / .35);background:rgb(138 43 226 / .06);color:#fff;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s,border-color .2s}.product-card .btn:hover{background:rgb(138 43 226 / .12);transform:translateY(-1px);box-shadow:0 8px 20px rgb(138 43 226 / .25)}.product-card .btn-primary{background:linear-gradient(135deg,#8a2be2,#9370db);border-color:#fff0}.product-card .btn-primary:hover{box-shadow:0 10px 26px rgb(138 43 226 / .35)}.product-card img{width:100%;height:320px;object-fit:cover;border-radius:12px}.load-more{display:block;margin:16px auto 0;padding:.8rem 1.2rem;border-radius:12px;cursor:pointer;background:rgb(138 43 226 / .1);border:1px solid rgb(138 43 226 / .3);color:#fff;font-weight:700;letter-spacing:.2px}.load-more:hover{background:rgb(138 43 226 / .2)}#kategori-game,#freefire,#pubg,#ml,#codm,#roblox,#pointblank{scroll-margin-top:90px}a:focus,button:focus,.kategori-card:focus{outline:2px solid rgb(147 112 219 / .9);outline-offset:3px}@media (max-width:992px){.content h1{font-size:2.8rem}}@media (max-width:768px){.container{flex-direction:column;align-items:center;text-align:center;padding-top:6rem}.bg-main-container,.content{flex:1 1 100%;width:100%;max-width:100%;padding:0 1rem}.bg-main{width:100%;height:238px}spline-viewer{margin-left:70px;width:100%;height:350px}.nav-links,.nav-contact{display:none}.hamburger{display:block}.buttons{justify-content:center}.social-icons{justify-content:center}.content h1{font-size:2.5rem}.product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:520px){.product-grid{grid-template-columns:1fr}}@media (max-width:480px){.content h1{font-size:2rem}.content p{font-size:1rem}.buttons{flex-direction:column;gap:1rem}.buttons button{width:100%}spline-viewer{height:250px}.mobile-menu{width:85%}.background-elements::before,.background-elements::after{width:200px;height:200px}}.subhead{margin:8px 0 14px;font-weight:800;letter-spacing:.12em;font-size:.95rem;color:#cbb6ff;text-transform:uppercase;opacity:.9}.mt-32{margin-top:32px}.contact-section{padding:4rem 2rem;border-top:1px solid rgb(138 43 226 / .2);background:linear-gradient(135deg,#0a0a1a 0%,#121236 100%)}.contact-inner{max-width:1100px;margin:0 auto;text-align:center}.contact-section h2{font-size:2rem;margin-bottom:.5rem;background:linear-gradient(135deg,#8a2be2,#9370db);-webkit-background-clip:text;-webkit-text-fill-color:#fff0}.contact-section .sub{color:#b8b8b8;margin-bottom:1.5rem}.contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;max-width:760px;margin:0 auto}.contact-card{display:flex;align-items:center;gap:14px;padding:16px 18px;border-radius:14px;text-decoration:none;color:#fff;background:rgb(255 255 255 / .04);border:1px solid rgb(138 43 226 / .3);box-shadow:0 6px 22px rgb(0 0 0 / .35);transition:transform .2s,box-shadow .2s,border-color .2s,background .2s}.contact-card:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgb(138 43 226 / .3);border-color:rgb(138 43 226 / .6);background:rgb(255 255 255 / .06)}.contact-card i{font-size:28px}.contact-card.wa i{color:#25D366}.contact-card.mail i{color:#a78bfa}.contact-card h3{margin:0;font-size:1.05rem;font-weight:700}.contact-card p{margin:2px 0 0;color:#c9c9c9;font-size:.95rem}@media (max-width:560px){.contact-grid{grid-template-columns:1fr}}.modal{display:none;position:fixed;z-index:9999;left:0;top:0;width:100%;height:100%;background:rgb(0 0 0 / .85);justify-content:center;align-items:center}.modal-content{position:relative;background:#111;padding:25px;border-radius:14px;width:90%;max-width:600px;text-align:center;color:#fff;box-shadow:0 0 25px rgb(255 0 255 / .6);animation:fadeIn 0.3s ease}.modal-content h2{color:#fff;margin-bottom:10px}.modal-content h3{margin:12px 0;color:#ff5bff}.modal-content iframe,.modal-content video{width:100%;height:315px;border-radius:8px;margin:15px 0}.close-btn{position:absolute;top:12px;right:18px;font-size:28px;color:#fff;cursor:pointer}.btn-wa{display:inline-block;margin-top:12px;padding:12px 20px;background:#25d366;color:#fff;font-weight:700;border-radius:6px;text-decoration:none;transition:0.3s}.btn-wa:hover{background:#1eb346}@keyframes fadeIn{from{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.testimonial-section{position:relative;padding:4rem 2rem;background:linear-gradient(135deg,#0a0a1a,#121236);text-align:center;overflow:hidden;border-top:1px solid rgb(138 43 226 / .2)}.testimonial-wrapper{max-width:900px;margin:0 auto;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:2rem}.testimonial-img{width:280px;max-width:100%;animation:pulseAura 3s ease-in-out infinite alternate;filter:drop-shadow(0 0 25px rgb(0 0 0 / .6))}@keyframes pulseAura{from{filter:drop-shadow(0 0 25px rgb(0 0 0 / .6));transform:scale(1)}to{filter:drop-shadow(0 0 45px rgb(0 0 0));transform:scale(1.03)}}.testimonial-content h2{margin:0 0 .5rem;font-size:2rem;background:linear-gradient(135deg,#8a2be2,#9370db);-webkit-background-clip:text;-webkit-text-fill-color:#fff0}.testimonial-content p{color:#bbb;margin-bottom:1.5rem}.testimonial-btn{display:inline-block;padding:.9rem 2rem;border-radius:30px;color:#fff;background:linear-gradient(135deg,#8a2be2,#9370db);text-decoration:none;font-weight:600;box-shadow:0 6px 20px rgb(138 43 226 / .35);transition:.3s}.testimonial-btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgb(138 43 226 / .55)}.stats{display:flex;justify-content:center;gap:40px;margin:60px 0;text-align:center;color:#fff}.stat-box h2{font-size:2.5rem;margin-bottom:10px;background:linear-gradient(90deg,#a855f7,#6d28d9);-webkit-background-clip:text;-webkit-text-fill-color:#fff0}.stat-box p{font-size:1.1rem;color:#d1d5db}.stat-box img{width:50px;height:auto;margin-bottom:10px}.faq{padding:80px 20px;text-align:center;background:linear-gradient(180deg,#0d0c2d,#15143b);color:#fff}.faq h2{font-size:2rem;margin-bottom:30px;color:#c77dff;text-shadow:0 0 15px #9d4edd}.faq-container{max-width:800px;margin:0 auto;text-align:left}.faq-item{margin-bottom:15px;border-radius:10px;overflow:hidden;background:rgb(255 255 255 / .05);border:1px solid rgb(255 255 255 / .1);transition:all 0.3s ease}.faq-item.active{border-color:#c77dff;box-shadow:0 0 15px rgb(199 125 255 / .4)}.faq-question{width:100%;background:#fff0;color:#fff;padding:15px 20px;text-align:left;border:none;outline:none;cursor:pointer;font-size:1.1rem;font-weight:700;transition:0.3s;display:flex;justify-content:space-between;align-items:center}.faq-question:hover{color:#c77dff;text-shadow:0 0 10px #9d4edd}.faq-answer{max-height:0;overflow:hidden;background:rgb(0 0 0 / .3);padding:0 20px;transition:max-height 0.4s ease,padding 0.3s ease}.faq-answer p{margin:15px 0;line-height:1.6;color:#ddd}.faq-item.active .faq-answer{max-height:300px;padding:15px 20px}.faq-question::after{content:"➕";font-size:1rem;transition:transform 0.3s ease;color:#c77dff}.faq-item.active .faq-question::after{content:"➖";transform:rotate(180deg)}