* {
    margin: 0; padding: 0; box-sizing: border-box;
    font-family: 'Inter', -apple-system, sans-serif;
}

body {
    background-color: #000;
    color: #fff;
    overflow-x: hidden;
}

.section {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.spacer { height: 100vh; }

.main-title {
    font-size: 7vw;
    font-weight: 900;
    line-height: 1.1;
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    z-index: 10;
    width: 100%;
    color: #fff;
}

.main-title span:last-child {
    display: block;
    font-size: 4vw;
    font-weight: 400;
    color: #888;
    letter-spacing: 0.1em;
    margin-top: 10px;
}

.highlight-money, .count-highlight {
    display: inline-block;
    color: #555;
    transition: color 1s ease-out, text-shadow 1s ease-out, transform 1s ease-out, filter 1s ease-out;
}

.highlight-active {
    color: #fff !important;
    text-shadow: 0 0 20px rgba(255,255,255,0.8), 0 0 40px rgba(255,255,255,0.5);
    filter: brightness(1.2);
    transform: scale(1.05);
}

.limit-text { font-size: 4rem; font-weight: 200; opacity: 0; }

.verify-section { min-height: 100vh; }
.verify-text {
    font-size: 3rem;
    font-weight: 300;
    color: #aaa;
    line-height: 1.5;
    opacity: 0;
    transform: translateY(30px);
}

.percent-section { min-height: 100vh; }
.percent-text {
    font-size: 3rem;
    font-weight: 300;
    color: #aaa;
    line-height: 1.6;
    opacity: 0;
    transform: translateY(30px);
}
.highlight-percent {
    font-size: 5vw;
    font-weight: 900;
    color: #fff;
    display: inline-block;
    margin: 15px 0;
    text-shadow: 0 0 20px rgba(255,255,255,0.4), 0 0 40px rgba(255,255,255,0.2);
}

.final-section {
    position: relative;
    width: 100vw;
    height: 100vh;
}

.status-container {
    text-align: left;
    transform: translateX(-15vw);
}
.count-label { color: #888; letter-spacing: 2px; font-size: 1.2rem; margin-top: 15px; }
.counter { font-size: 6rem; font-weight: 800; }
#count-num { color: #fff; text-shadow: 0 0 20px rgba(255,255,255,0.4); }

.action-box {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    justify-content: center;
}

.pay-button {
    background: none; border: 1px solid #fff; color: #fff;
    padding: 20px 80px; font-size: 1.1rem; cursor: pointer;
    text-transform: uppercase; letter-spacing: 3px; transition: 0.4s;
    display: inline-block; text-decoration: none;
}
.pay-button:hover { background: #fff; color: #000; }

.legal-footer {
    position: absolute;
    bottom: 3%;
    width: 80%;
    left: 10%;
    text-align: center;
    font-size: 0.65rem;
    color: #444;
    line-height: 1.5;
    letter-spacing: 0.5px;
    opacity: 0;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0; top: 0;
    width: 100vw; height: 100vh;
    background-color: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(10px);
    justify-content: center;
    align-items: center;
}

.modal-content {
    background: #0a0a0a;
    border: 1px solid #333;
    padding: 50px;
    width: 90%;
    max-width: 600px;
    position: relative;
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.05);
}

.close-btn {
    position: absolute;
    top: 20px; right: 30px;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    cursor: pointer;
    transition: 0.3s;
}
.close-btn:hover { color: #888; }

.modal-title {
    font-size: 2rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.modal-desc {
    font-size: 0.85rem;
    color: #888;
    line-height: 1.4;
    margin-bottom: 30px;
}

.input-group { margin-bottom: 25px; text-align: left; }
.input-group label {
    display: block;
    margin-bottom: 10px;
    font-size: 0.85rem;
    color: #fff;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 600;
}
.label-sub { color: #888; font-weight: 300; font-size: 0.75rem; }

.input-group input {
    width: 100%;
    padding: 15px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #333;
    color: #fff;
    font-size: 1rem;
    outline: none;
    transition: all 0.3s;
}
.input-group input:focus { border-color: #fff; background: rgba(255, 255, 255, 0.1); }

.field-desc {
    margin-top: 8px;
    font-size: 0.75rem;
    color: #aaa;
    line-height: 1.5;
}
.kr-desc {
    display: block;
    font-size: 0.65rem;
    color: #555;
    margin-top: 4px;
}

.submit-btn {
    width: 100%;
    padding: 20px;
    margin-top: 10px;
    background: #fff;
    color: #000;
    border: none;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: 0.3s;
}
.submit-btn:hover { background: #ccc; }

.auth-section {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: radial-gradient(circle, #0a0a0a 0%, #000 70%);
}

.auth-container {
    width: 100%;
    max-width: 600px;
    padding: 60px 40px;
    border: 1px solid #222;
    background: rgba(255, 255, 255, 0.02);
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.01);
    opacity: 0; 
    transform: translateY(50px);
}

.auth-title {
    font-size: 2rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 10px;
    color: #fff;
}

.auth-desc {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 40px;
    line-height: 1.5;
}

.result-success {
    color: #d4af37; 
    font-size: 1.5rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.result-error {
    color: #ff4c4c;
    font-size: 1.2rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.member-number {
    font-size: 5rem;
    font-weight: 900;
    color: #fff;
    margin: 20px 0;
    text-shadow: 0 0 30px rgba(255,255,255,0.4);
}

.modal-content {
    max-height: 85vh; 
    overflow-y: auto; 
    position: relative;
    padding-bottom: 40px; 
}

.modal-content::-webkit-scrollbar {
    width: 5px;
}
.modal-content::-webkit-scrollbar-thumb {
    background: #d4af37;
}

#vvip-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-bottom: 20px;
}