.pv-auth {
    min-height: 720px;
    padding: 130px 0 70px;
    background:
        linear-gradient(180deg, rgba(24, 8, 4, 0.52), rgba(24, 8, 4, 0.86)),
        url("/vlphongvan/hero.png") center top / cover no-repeat fixed;
}

.pv-auth__inner {
    max-width: 760px;
}

.pv-auth--login {
    min-height: 100vh;
    padding: 150px 16px 84px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pv-auth__inner--login {
    width: min(440px, 100%);
    min-height: 0;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.pv-auth__inner--register {
    width: min(500px, 100%);
}

.pv-form-logo {
    margin: 0 auto 12px;
    max-width: min(360px, 84vw);
}

.pv-login-card {
    padding: 26px 28px 24px;
    color: #fff1ca;
    background: rgba(34, 12, 7, 0.42);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 217, 129, 0.55);
    border-radius: 8px;
    box-shadow: 0 22px 50px rgba(12, 4, 2, 0.55), inset 0 0 0 1px rgba(255, 245, 198, 0.08);
}

.pv-login-logo {
    display: block;
    width: min(260px, 100%);
    height: auto;
    margin: 0 auto 18px;
    border-radius: 4px;
}

.pv-login-card h1 {
    margin: 0 0 20px;
    color: #ffe49a;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

.pv-login-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.pv-field label {
    display: block;
    margin: 0 0 7px;
    color: #ffe8b5;
    font-size: 14px;
    font-weight: 800;
}

.pv-field label span {
    color: #d9bd91;
    font-weight: 600;
}

.pv-field label em {
    color: #ffb6a9;
    font-style: normal;
}

.pv-input {
    box-sizing: border-box;
    width: 100%;
    height: 44px;
    padding: 0 13px;
    color: #2f160d;
    background: #fff8ea;
    border: 1px solid rgba(230, 174, 78, 0.8);
    border-radius: 4px;
    outline: 0;
    box-shadow: inset 0 2px 5px rgba(75, 26, 11, 0.12);
}

.pv-input:focus {
    border-color: #ffe08a;
    box-shadow: 0 0 0 3px rgba(255, 214, 125, 0.24), inset 0 2px 5px rgba(75, 26, 11, 0.12);
}

.pv-login-submit {
    width: 100%;
    min-height: 46px;
    margin-top: 3px;
    color: #3b1308;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    background: linear-gradient(180deg, #fff1a5 0%, #e8a936 58%, #b85a17 100%);
    border: 1px solid #ffe08a;
    border-radius: 4px;
    box-shadow: 0 8px 20px rgba(101, 29, 8, 0.35);
}

.pv-login-submit:hover,
.pv-login-submit:focus {
    filter: brightness(1.08);
}

.pv-login-links {
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.pv-login-links a {
    color: #ffe4a8;
    font-weight: 700;
}

.pv-login-links a:hover,
.pv-login-links a:focus {
    color: #ffffff;
}

.pv-turnstile {
    display: flex;
    justify-content: center;
    margin: 2px 0;
}

.pv-login-summary,
.pv-field-error {
    color: #ffb6a9;
    font-size: 13px;
}

.pv-login-summary {
    margin-top: 2px;
}

.pv-login-summary ul {
    margin: 0;
    padding-left: 18px;
}

.pv-subhero {
    box-sizing: border-box;
    min-height: max(520px, calc(100vw * 1071 / 2560));
    padding: 120px 16px 55px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    color: #fff7df;
    background:
        linear-gradient(180deg, rgba(31, 12, 7, 0.65), rgba(31, 12, 7, 0.88)),
        url("/vlphongvan/hero.png") center top / 100% auto no-repeat;
}

.pv-subhero p {
    margin: 0 0 8px;
    color: #ffd67d;
    font-weight: 800;
}

.pv-subhero h1 {
    margin: 0;
    font-size: 44px;
    font-weight: 900;
}

.pv-download-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.pv-download-card {
    display: flex;
    min-height: 118px;
    padding: 22px;
    flex-direction: column;
    justify-content: center;
    color: #fff4cf;
    background: linear-gradient(180deg, rgba(115, 24, 12, 0.92), rgba(48, 15, 10, 0.94));
    border: 1px solid rgba(255, 211, 120, 0.42);
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(54, 18, 8, 0.22);
}

.pv-download-card:hover,
.pv-download-card:focus {
    color: #ffffff;
    border-color: rgba(255, 223, 142, 0.85);
    transform: translateY(-1px);
}

.pv-download-card strong {
    color: #ffd879;
    font-size: 24px;
    line-height: 1.15;
}

.pv-download-card span {
    margin-top: 8px;
    color: #f6d6a3;
    font-size: 15px;
}

@media (max-width: 560px) {
.pv-download-grid {
        grid-template-columns: 1fr;
    }

.pv-auth {
        padding-top: 26px;
    }

.pv-auth--login {
        min-height: auto;
        padding: 28px 10px 46px;
    }

.pv-login-card {
        padding: 20px 16px 18px;
    }

.pv-login-logo {
        width: min(220px, 100%);
    }

.pv-login-card h1 {
        font-size: 23px;
    }

.pv-login-links {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

.pv-subhero {
        min-height: 520px;
        padding-top: 74px;
        background-position: 58% top;
        background-size: auto 100%;
    }

.pv-subhero h1 {
        font-size: 32px;
    }

}

