*{box-sizing:border-box}*,body{margin:0;padding:0}body{font-family:Arial,sans-serif;background-color:#fff;overflow-x:hidden}.page-wrapper{width:100%;overflow-y:auto;overflow-x:hidden}.home,.page-wrapper{position:relative;min-height:100vh}.home{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.logo-container{width:100px;height:100px;position:fixed;top:20px}.logo-left{left:1.5rem}.logo-right{right:1.5rem}.logo{width:100%;height:100%;object-fit:contain}.header{text-align:center;font-size:clamp(2.5rem,8vw,6rem);font-weight:700;margin:2rem 0;color:white;text-shadow:-1px -1px 0 black,1px -1px 0 black,-1px 1px 0 black,1px 1px 0 black}.social-buttons{position:fixed;bottom:20px;right:20px;display:flex;gap:20px;z-index:10}.social-button{width:50px;height:50px;cursor:pointer;transition:transform .2s}.social-button:hover{transform:scale(1.1)}.container{background-color:rgba(255,255,255,.9);border-radius:15px;box-shadow:0 4px 8px rgba(0,0,0,.1);padding:2rem;width:min(90%,600px);margin:2rem auto;text-align:center;outline:2px solid #000}.aspirasi-containers{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap;margin:2rem auto;padding:0 2rem;max-width:1200px}.aspirasi-box{flex:1 1;min-width:300px;background-color:rgba(255,255,255,.9);border-radius:15px;padding:2rem;box-shadow:0 4px 8px rgba(0,0,0,.1);outline:2px solid #000;outline-offset:-2px}.aspirasi-header{background-color:#ffeeee;padding:1rem;border-radius:15px 15px 0 0;margin:-2rem -2rem 1rem}.submit-text{color:black;text-align:center;margin-top:1rem;font-size:1.2rem;font-weight:700;text-decoration:underline;cursor:pointer}.submit-text:disabled{cursor:not-allowed;opacity:.7}.pohon{padding-top:2rem}.pohon-section{min-height:100vh;display:flex;align-items:center;justify-content:space-around;flex-wrap:wrap;gap:2rem;padding:2rem}.pohon-text{color:white;font-size:clamp(2rem,4vw,3rem);text-shadow:2px 2px 4px rgba(0,0,0,.5);padding:2rem}.pohon-image,.pohon-text{flex:1 1;min-width:300px;text-align:center}.pohon-image{max-width:800px}.pohon-image img{width:100%;height:auto;border-radius:10px;margin-bottom:1rem}.comment-section{margin:4rem auto;padding:2rem;background-color:rgba(255,255,255,.9);border-radius:15px;width:min(90%,800px)}.comment-box{margin-bottom:1.5rem;margin-right:1.5rem}.comment{display:flex;align-items:flex-start;background-color:white;padding:1rem;margin:1rem 0;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.logo-reply{width:40px;height:40px;margin-top:.3rem;margin-right:1rem;margin-left:1rem;border-radius:50%;flex-shrink:0}.comment strong{margin-right:.5rem}.reply-container{display:flex;align-items:flex-start;margin-left:2rem}.arrow{width:.1rem;height:.1rem;margin-top:.2rem;margin-right:1.5rem;padding:.1rem;flex-shrink:0}.reply{flex-grow:1;word-wrap:break-word;max-width:calc(100% - 100px)}.popup{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.popup.open{opacity:1;visibility:visible}.popup-content{background:white;padding:0;border-radius:1rem;text-align:left;max-width:500px;width:90%;max-height:70vh;overflow-y:auto;box-shadow:0 .4rem .8rem rgba(0,0,0,.2);position:relative;transform:scale(.9);transition:transform .3s ease}.popup.open .popup-content{transform:scale(1)}.popup-header{background:#9fbcf7;padding:1rem;border-top-left-radius:1rem;border-top-right-radius:1rem;text-align:center}.popup-header h3{color:black;margin:0;font-size:1.25rem}.close{position:absolute;top:.7rem;right:.7rem;font-size:1.5rem;cursor:pointer;background:white;border:2px solid #666;border-radius:.25rem;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;color:#666;transition:color .2s ease,border-color .2s ease}.close:hover{color:#000;border-color:#000}.popup-body{padding:1.5rem}.button{padding:1rem 2rem;font-size:1.125rem;border:none;border-radius:5px;cursor:pointer;transition:all .3s ease}.button:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.2)}.button:active{transform:translateY(0);box-shadow:0 2px 4px rgba(0,0,0,.1)}.home-button{background-color:black;color:pink;margin:.5rem 0;font-weight:700;min-width:250px}.home-button:hover{background-color:#333}.page-button{background-color:green;color:white;font-weight:700}.page-button:hover{background-color:#228B22}textarea{width:100%;height:150px;margin:1rem 0;padding:.75rem;font-size:1rem;border:1px solid #ccc;border-radius:5px;resize:vertical}.button-container{display:flex;flex-direction:column;gap:1rem;margin:2rem 0;align-items:center}.pressstart2p{font-family:Press Start\ 2P,cursive}.shrikhand{font-family:Shrikhand,cursive}.glow-red{animation:glow-red 1s ease-in-out infinite alternate}.glow-red,.glow-white{font-size:24px;color:#fff;text-align:center}.glow-white{animation:glow-white 1s ease-in-out infinite alternate}@media (max-width:768px){.logo{width:70%;height:70%;object-fit:contain}.logo-left{left:1.5rem}.logo-right{right:-.7rem}.header{font-size:clamp(1.5rem,6vw,3rem);margin:1rem 0}.pohon-section{flex-direction:column;gap:.5rem;padding:1rem}.pohon-text{order:1;padding:1rem;font-size:clamp(1.5rem,4vw,2rem);margin-bottom:.5rem}.pohon-image{order:2;min-width:100%;max-width:100%}.pohon-image img{margin-bottom:0}.image-caption{font-size:1rem}.button{padding:.75rem 1.5rem}.container{padding:1rem;width:90%}.popup-content{max-width:90vw}.popup-header h3{font-size:1.1rem}.popup-body{padding:1rem}.social-buttons{bottom:10px;right:10px;gap:10px}.social-button{width:40px;height:40px}}@media (max-width:600px){.container{padding:1rem}.button{padding:.75rem 1.5rem;font-size:1rem}.glow-red,.glow-white{font-size:20px}}@keyframes glow-red{0%{text-shadow:0 0 10px #fff,0 0 20px #fff,0 0 30px #e60073,0 0 40px #e60073,0 0 50px #e60073,0 0 60px #e60073,0 0 70px #e60073}to{text-shadow:0 0 20px #fff,0 0 30px #ff4da6,0 0 40px #ff4da6,0 0 50px #ff4da6,0 0 60px #ff4da6,0 0 70px #ff4da6,0 0 80px #ff4da6}}@keyframes glow-white{0%{text-shadow:0 0 5px rgba(255,255,255,.8),0 0 10px rgba(255,255,255,.6),0 0 15px rgba(255,255,255,.4)}to{text-shadow:0 0 10px rgba(255,255,255,.8),0 0 15px rgba(255,255,255,.6),0 0 20px rgba(255,255,255,.4)}}