body {
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f7f7f7;
    margin: 0;
    padding: 0;
    color: #222;
}

#bg-video {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100vw;
    min-height: 100vh;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
    background: #003366;
}

.bg-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.55); /* dark overlay */
    z-index: 0;
    pointer-events: none;
}

header {
    background: transparent;
    color: #fff;
    padding: 24px 0 0 0;
    text-align: left;
    font-size: 2rem;
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    min-height: 80px;
}

.logo.left-logo {
    width: 240px;
    height: auto;
    margin-left: 240px;
    margin-bottom: 0;
}

.notification {
    background: #fff;
    color: #333;
    padding: 18px;
    text-align: center;
    margin: 32px auto 8px auto;
    max-width: 600px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    position: relative;
    z-index: 1;
}

.notification h2 {
    font-size: 1.7rem;
    font-family: 'Oswald', 'Arial Black', Arial, sans-serif;
    font-weight: 900;
    letter-spacing: -2px;
    margin: 0 0 8px 0;
    color: #222;
    text-transform: uppercase;
}

.notification .small-info {
    font-size: 0.75rem;
    color: #555;
    margin-top: 10px;
    margin-bottom: 0;
}

.signup-section {
    background: #fff;
    max-width: 600px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto 24px auto;
    padding: 32px 24px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    position: relative;
    z-index: 1;
}

.signup-section p {
    margin-bottom: 18px;
    font-size: 1.1rem;
}

form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

label {
    font-weight: 500;
    margin-bottom: 4px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"] {
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 1rem;
}

button[type="submit"] {
    background: #222;
    color: #fff;
    border: none;
    padding: 12px;
    font-size: 1.1rem;
    cursor: pointer;
    margin-top: 10px;
    transition: background 0.2s;
}

button[type="submit"]:hover {
    background: #444;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin: 24px 0 8px 0;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
}

.footer-links a {
    color: #fff;
    text-decoration: underline;
    font-size: 1rem;
    transition: color 0.2s;
    opacity: 0.85;
}

.footer-links a:hover {
    color: #ffe082;
}

.footer-lion {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.footer-lion img {
    width: 60px;
    height: auto;
    box-shadow: none;
    background: transparent;
    padding: 0;
}

footer {
    background: rgba(0,0,0,0.7);
    padding: 24px 0 0 0;
    margin-top: 32px;
}

.copyright {
    text-align: center;
    color: #fff;
    font-size: 0.95rem;
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
    opacity: 0.7;
}

.qr-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f7f7f7;
    padding: 18px 24px 20px 24px;
    margin: 18px auto 16px auto;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    width: 260px;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    position: relative;
}
.qr-img {
    width: 180px;
    height: 180px;
    object-fit: contain;
    margin-bottom: 10px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #ddd;
    transition: filter 0.4s;
    display: block;
}
.qr-overlay-btn {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    color: #222;
    border: 2px solid #222;
    border-radius: 999px;
    padding: 4px 18px;
    font-size: 0.95rem;
    font-weight: 600;
    box-shadow: none;
    z-index: 2;
    cursor: pointer;
    transition: background 0.2s, opacity 0.3s, color 0.2s, border 0.2s;
    opacity: 1;
}
.qr-overlay-btn:hover {
    background: #222;
    color: #fff;
}
.qr-box.unlocked .qr-img {
}
.qr-box.unlocked .qr-overlay-btn {
    opacity: 0;
    pointer-events: none;
}
.entry-fee {
    font-size: 1.1rem;
    color: #222;
    margin-bottom: 42px;
    font-weight: 600;
}

.txn-id-input {
    margin-bottom: 14px !important;
    width: 90%;
    padding: 8px 10px;
    font-size: 1rem;
    display: block;
    border: 2px solid #ccc;
    border-radius: 8px;
    outline: none;
    box-shadow: none;
    transition: border 0.2s;
}
.txn-id-input:focus {
    border: 2px solid #0078ff;
    outline: none;
    box-shadow: none;
}

.screenshot-input {
    margin-bottom: 14px !important;
    width: 90%;
    padding: 8px 10px;
    font-size: 1rem;
    background: #fff;
    display: block;
    border: 2px solid #ccc;
    border-radius: 8px;
    outline: none;
    box-shadow: none;
    transition: border 0.2s;
    color: #222;
    cursor: pointer;
}
.screenshot-input:focus {
    border: 2px solid #0078ff;
    outline: none;
    box-shadow: none;
}

/* Custom file input styling */
.screenshot-input::-webkit-file-upload-button {
    background: linear-gradient(90deg, #0078ff 0%, #00c6ff 100%);
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 6px 16px;
    font-size: 0.75rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    margin-right: 10px;
}
.screenshot-input::-webkit-file-upload-button:hover {
    background: #005fcc;
}
.screenshot-input::file-selector-button {
    background: linear-gradient(90deg, #0078ff 0%, #00c6ff 100%);
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 6px 16px;
    font-size: 0.75rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    margin-right: 10px;
}
.screenshot-input::file-selector-button:hover {
    background: #005fcc;
}

.pay-btn {
    background: linear-gradient(90deg, #0078ff 0%, #00c6ff 100%);
    color: #fff;
    border: none;
    padding: 12px 44px;
    font-size: 1.15rem;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 700;
    box-shadow: 0 4px 16px rgba(0,120,255,0.10);
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
    margin-bottom: 0;
    outline: none;
    position: relative;
    overflow: hidden;
}
.pay-btn:active {
    transform: scale(0.96);
    box-shadow: 0 2px 8px rgba(0,120,255,0.18);
}
.pay-btn.animated {
    animation: pay-bounce 0.4s cubic-bezier(.68,-0.55,.27,1.55);
}
@keyframes pay-bounce {
    0% { transform: scale(1); }
    40% { transform: scale(1.12); }
    60% { transform: scale(0.92); }
    100% { transform: scale(1); }
}

.pay-desc {
    font-size: 0.85rem;
    color: #db6969; /* lighter red */
    margin-top: 10px;
    text-align: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    /* font-weight: 500; */
}
