.pv-hero {
    box-sizing: border-box;
    min-height: max(680px, calc(100vw * 1071 / 2560));
    padding: 140px 0 95px;
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: #f6c981 url("/vlphongvan/hero.png") center top / 100% auto no-repeat;
}

.pv-hero__shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(55, 11, 5, 0.78) 0%, rgba(55, 11, 5, 0.4) 42%, rgba(55, 11, 5, 0.05) 72%),
        linear-gradient(180deg, rgba(22, 8, 4, 0.52) 0%, rgba(22, 8, 4, 0) 35%, rgba(24, 13, 10, 0.9) 100%);
}

.pv-hero__mobile-character {
    display: none;
}

.pv-hero__content {
    position: relative;
    z-index: 4;
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    color: #fff7df;
}

@keyframes pvMobileNv3Pulse {
    0%,
    100% {
        transform: scale(0.98);
    }

    50% {
        transform: scale(1.04);
    }
}

.pv-hero__kicker {
    margin: 0 0 10px;
    color: #ffd67d;
    font-size: 17px;
    font-weight: 800;
}

.pv-hero h1 {
    margin: 0;
    color: #fff8cf;
    font-size: 56px;
    line-height: 1.05;
    font-weight: 900;
    text-shadow: 0 4px 18px rgba(74, 16, 8, 0.75);
}

.pv-hero__lead {
    width: min(560px, 100%);
    margin: 18px 0 0;
    color: #fff0cc;
    font-size: 19px;
    line-height: 1.6;
}

.pv-hero__actions {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
}

.pv-download-hero {
    display: block;
    width: min(460px, 100%);
    transition: transform 0.18s ease, filter 0.18s ease;
}

.pv-download-hero:hover,
.pv-download-hero:focus {
    transform: translateY(-1px);
    filter: brightness(1.08);
}

.pv-download-hero img {
    display: block;
    width: 100%;
    height: auto;
}

.pv-quicknav {
    width: min(1180px, calc(100% - 32px));
    margin: -46px auto 0;
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid rgba(249, 205, 116, 0.55);
    background: #32130c;
    box-shadow: 0 18px 35px rgba(21, 8, 5, 0.35);
}

.pv-quicknav a {
    min-height: 96px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #ffe8b5;
    border-right: 1px solid rgba(249, 205, 116, 0.24);
    background: linear-gradient(180deg, rgba(126, 35, 19, 0.78), rgba(49, 18, 10, 0.88));
}

.pv-quicknav a:last-child {
    border-right: 0;
}

.pv-quicknav a:hover,
.pv-quicknav a:focus {
    color: #ffffff;
    background: linear-gradient(180deg, rgba(174, 51, 29, 0.9), rgba(74, 23, 12, 0.95));
}

.pv-quicknav strong {
    font-size: 20px;
    line-height: 1.2;
}

.pv-quicknav span {
    margin-top: 7px;
    color: #f4c771;
    font-size: 14px;
}

.pv-home-shell {
    display: grid;
    gap: 18px;
}

.pv-home-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 18px;
    align-items: stretch;
}

.pv-home-intro__copy,
.pv-home-status,
.pv-home-cards a,
.pv-home-gallery-panel {
    border: 1px solid rgba(145, 77, 29, 0.2);
    background: #fffaf0;
}

.pv-home-intro__copy {
    padding: 26px;
}

.pv-home-eyebrow {
    margin: 0 0 8px;
    color: #b46a18;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.pv-home-intro h2 {
    margin: 0;
    color: #7b2114;
    font-size: 30px;
    line-height: 1.22;
    font-weight: 900;
}

.pv-home-intro p {
    margin: 12px 0 0;
    color: #624130;
    font-size: 16px;
    line-height: 1.65;
}

.pv-home-reward {
    margin-top: 16px;
    padding: 14px 16px;
    border-left: 4px solid #b8341f;
    background: #fff1d1;
}

.pv-home-reward strong {
    display: block;
    color: #7b2114;
    font-size: 17px;
}

.pv-home-reward span {
    display: block;
    margin-top: 5px;
    color: #6a3b22;
    line-height: 1.55;
}

.pv-home-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.pv-home-btn {
    min-width: 116px;
    padding: 10px 18px;
    color: #7b2114;
    font-weight: 800;
    text-align: center;
    border: 1px solid rgba(156, 89, 28, 0.45);
    background: #fff2ce;
}

.pv-home-btn:hover,
.pv-home-btn:focus {
    color: #7b2114;
    text-decoration: none;
    background: #ffe3a3;
}

.pv-home-btn--primary {
    color: #fff4d7;
    border-color: #7d1d12;
    background: linear-gradient(180deg, #b8341f 0%, #741b12 100%);
}

.pv-home-btn--primary:hover,
.pv-home-btn--primary:focus {
    color: #ffffff;
    background: linear-gradient(180deg, #cf4528 0%, #842115 100%);
}

.pv-home-status {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background:
        linear-gradient(180deg, rgba(128, 31, 18, 0.94), rgba(70, 20, 13, 0.96)),
        #641c12;
}

.pv-home-status span {
    color: #f7c25b;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.pv-home-status strong {
    margin-top: 8px;
    color: #fff5d4;
    font-size: 26px;
    line-height: 1.2;
}

.pv-home-status em {
    margin-top: 12px;
    color: #ffd985;
    font-style: normal;
}

.pv-home-status small {
    margin-top: 10px;
    color: rgba(255, 245, 212, 0.86);
    font-size: 14px;
    line-height: 1.45;
}

.pv-home-main {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(280px, 420px);
    gap: 18px;
    align-items: start;
}

.pv-home-cards {
    display: grid;
    gap: 12px;
}

.pv-home-cards a {
    min-height: 92px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #7b2114;
    text-decoration: none;
}

.pv-home-cards a:hover,
.pv-home-cards a:focus {
    border-color: rgba(159, 80, 21, 0.55);
    background: #fff0d6;
}

.pv-home-cards span {
    color: #9d5b19;
    font-size: 13px;
    font-weight: 700;
}

.pv-home-cards strong {
    margin-top: 6px;
    font-size: 22px;
    line-height: 1.2;
}

.pv-home-gallery-panel {
    padding: 14px;
}

.pv-gallery {
    background: transparent;
}

.pv-gallery__inner {
    width: 100%;
    margin: 0 auto;
}

.pv-section-heading {
    margin-bottom: 9px;
    text-align: left;
}

.pv-section-heading p {
    margin: 0 0 4px;
    color: #b46a18;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.pv-section-heading h2 {
    margin: 0;
    color: #7b2114;
    font-size: 19px;
    line-height: 1.2;
    font-weight: 900;
}

.pv-gallery-carousel {
    overflow: hidden;
    border: 1px solid rgba(247, 194, 91, 0.48);
    background: #120806;
    box-shadow: 0 10px 20px rgba(51, 17, 9, 0.18);
}

.pv-gallery-carousel .item {
    aspect-ratio: 16 / 9;
    background: #110806;
}

.pv-gallery-carousel .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pv-gallery-carousel .carousel-control {
    width: 11%;
    background-image: none;
    color: #fff4cf;
    opacity: 0.86;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.75);
}

.pv-gallery-carousel .carousel-control:hover,
.pv-gallery-carousel .carousel-control:focus {
    opacity: 1;
}

.pv-gallery-carousel .carousel-indicators {
    bottom: 8px;
}

.pv-gallery-carousel .carousel-indicators li {
    width: 8px;
    height: 8px;
    margin: 0 3px;
    border-color: #ffe2a3;
    background: rgba(255, 255, 255, 0.28);
}

.pv-gallery-carousel .carousel-indicators .active {
    width: 8px;
    height: 8px;
    background: #f7c25b;
}

.pv-gallery-thumbs {
    margin-top: 6px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 5px;
}

.pv-gallery-thumbs button {
    display: block;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(247, 194, 91, 0.46);
    background: #1b0b08;
    box-shadow: none;
}

.pv-gallery-thumbs button:hover,
.pv-gallery-thumbs button:focus {
    border-color: #ffe2a3;
    outline: none;
}

.pv-gallery-thumbs img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

@media (max-width: 900px) {
.pv-hero {
        min-height: 560px;
        padding-top: 112px;
        background-position: 58% top;
        background-size: auto 100%;
    }

.pv-hero h1 {
        font-size: 42px;
    }

.pv-hero__lead {
        font-size: 17px;
    }

.pv-quicknav {
        grid-template-columns: repeat(2, 1fr);
    }

.pv-quicknav a:nth-child(2) {
        border-right: 0;
    }

.pv-quicknav a {
        min-height: 84px;
    }

.pv-home-intro,
.pv-home-main {
        grid-template-columns: 1fr;
    }

.pv-home-status {
        min-height: 150px;
    }

.pv-gallery-thumbs {
        grid-template-columns: repeat(3, 1fr);
    }

}

@media (max-width: 560px) {
.pv-hero {
        min-height: 520px;
        padding: 62px 0 72px;
        align-items: flex-end;
        background-image: url("/vlphongvan/mobile-bg.png");
        background-position: center top;
        background-size: cover;
    }

.pv-hero__shade {
        background:
            linear-gradient(180deg, rgba(53, 16, 8, 0.18) 0%, rgba(53, 16, 8, 0.08) 46%, rgba(24, 13, 10, 0.86) 100%),
            linear-gradient(90deg, rgba(55, 11, 5, 0.22) 0%, rgba(55, 11, 5, 0) 62%);
    }

.pv-hero__mobile-character {
        position: absolute;
        display: block;
        pointer-events: none;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: contain;
    }

.pv-hero__mobile-character--nv1 {
        z-index: 3;
        /*right: -34vw;*/
        bottom: 92px;
        width: 116vw;
        height: 76vw;
        max-height: 390px;
        background-image: url("/vlphongvan/mobile-nv1.png");
        transform-origin: 52% 72%;
        animation: pvMobileNv3Pulse 2.2s ease-in-out infinite;
    }

.pv-hero__mobile-character--nv3 {
        z-index: 2;
        left: -12vw;
        bottom: 215px;
        width: 112vw;
        height: 60vw;
        max-height: 300px;
        background-image: url("/vlphongvan/mobile-nv3.png");
    }

.pv-hero__content {
        width: calc(100% - 28px);
    }

.pv-hero h1 {
        font-size: 34px;
    }

.pv-hero__lead {
        font-size: 15px;
    }

.pv-hero__actions {
        gap: 10px;
    }

.pv-download-hero {
        width: min(360px, 100%);
    }

.pv-quicknav {
        width: calc(100% - 20px);
        margin-top: -32px;
    }

.pv-quicknav a {
        min-height: 78px;
        padding: 14px 12px;
    }

.pv-quicknav strong {
        font-size: 17px;
    }

.pv-home-shell {
        gap: 12px;
    }

.pv-home-intro {
        gap: 12px;
    }

.pv-home-intro__copy,
.pv-home-status,
.pv-home-gallery-panel {
        padding: 14px;
    }

.pv-home-intro h2 {
        font-size: 23px;
    }

.pv-home-intro p {
        font-size: 14px;
    }

.pv-home-actions {
        gap: 8px;
    }

.pv-home-btn {
        flex: 1 1 120px;
        padding: 9px 12px;
    }

.pv-home-status {
        min-height: 0;
    }

.pv-home-status strong {
        font-size: 22px;
    }

.pv-home-cards {
        grid-template-columns: 1fr;
        gap: 8px;
    }

.pv-home-cards a {
        min-height: 76px;
        padding: 14px;
    }

.pv-home-cards strong {
        font-size: 19px;
    }

.pv-gallery {
        padding: 0;
    }

.pv-gallery__inner {
        width: 100%;
    }

.pv-section-heading h2 {
        font-size: 20px;
    }

.pv-gallery-carousel .item {
        aspect-ratio: 16 / 10;
    }

.pv-gallery-thumbs {
        gap: 6px;
    }

}

