body, html { margin: 0; padding: 0; height: 100%; overflow: hidden; font-family: Arial, sans-serif; background: #000; }
.bg-img { width: 100%; height: 100vh; background-size: cover; background-position: top center; background-repeat: no-repeat; filter: brightness(0.7); }
#overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 9998; }
#fake-popup { display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 90%; max-width: 420px; background: #fff; padding: 25px; border-radius: 15px; box-shadow: 0 20px 40px rgba(0,0,0,0.4); z-index: 9999; text-align: center; }
.close-x { position: absolute; top: 10px; right: 15px; font-size: 24px; color: #bbb; text-decoration: none; cursor: pointer; font-weight: bold; }
.p-title { font-size: 20px; font-weight: bold; margin-bottom: 15px; color: #222; }
.p-text { font-size: 15px; color: #555; margin-bottom: 25px; line-height: 1.6; }
.btn-ok { display: block; background: #007bff; color: #fff; padding: 14px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 16px; transition: 0.3s; }
.btn-ok:hover { background: #0056b3; }
