*{margin:0;padding:0;box-sizing:border-box;font-family:Segoe UI,sans-serif}.kk-production{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:100vh;background:#0b0f1a;color:#00f0ff;overflow-x:hidden;padding-top:30px}.kk-production .rotating-circle{width:150px;height:150px;border:5px solid #00f0ff;border-top-color:#f0f;border-radius:50%;margin-top:50px;animation:rotate3D 4s linear infinite;transform-style:preserve-3d}.kk-production .rotating-circle img{width:100%;display:block}@keyframes rotate3D{0%{transform:rotateX(0deg) rotateY(0deg) rotate(0deg)}to{transform:rotateX(369deg) rotateY(369deg) rotate(369deg)}}.kk-production h1{font-size:3rem;text-align:center;margin:80px 0;color:#00f0ff}.kk-production .cards{display:flex;flex-wrap:wrap;justify-content:center;gap:25px;max-width:1000px;margin-bottom:40px}.kk-production .cards .card{background:rgba(0,0,50,.3);border:2px solid #00f0ff;border-radius:15px;width:230px;text-align:center;padding:20px;color:#00f0ff;position:relative;transition:transform .5s,box-shadow .5s,border-color .5s;animation:float 3s ease-in-out infinite alternate}.kk-production .cards .card:hover{transform:translateY(-10px) scale(1.05);box-shadow:0 0 30px #00f0ff,0 0 50px #f0f;border-color:#f0f}.kk-production .cards .card svg{font-size:2.5rem;margin-bottom:10px;color:#f0f}.kk-production .cards .card h2{font-size:1.3rem;margin-bottom:10px}.kk-production .cards .card p{font-size:.95rem;line-height:1.4;color:rgba(0,224,255,.8)}@keyframes float{0%{transform:translateY(0)}to{transform:translateY(-15px)}}.kk-production .social-bar{display:flex;gap:50px;margin:50px 0 100px}.kk-production .social-bar a{color:#00f0ff;font-size:3rem;text-decoration:none;transition:transform .3s ease,color .3s ease,text-shadow .3s ease}.kk-production .social-bar a:hover{color:#f0f;transform:scale(1.3) rotate(-10deg);text-shadow:0 0 15px #f0f,0 0 30px #f0f,0 0 45px #f0f;filter:drop-shadow(0 0 10px #ff00ff)}.kk-production .social-bar a svg{pointer-events:none}