/* v16 isolated VIP redesign */
.vipV16-kicker {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 7px 14px;
    background: #0d46c1;
    color: #fff;
    font-size: 14px;
    font-weight: 1000;
}

.vipV16-coffee {
    margin: 18px 0 46px;
    overflow: hidden;
    border: 1px solid #eadcc4;
    border-radius: 34px;
    background:
        radial-gradient(circle at 90% 15%, rgba(255, 210, 112, .35), transparent 22rem),
        linear-gradient(180deg, #fffaf0 0%, #fff3e0 100%);
    box-shadow: 0 20px 44px rgba(100, 63, 24, .12);
}

.vipV16-coffeeHead {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 28px;
    align-items: center;
    padding: clamp(26px, 4vw, 44px);
}

.vipV16-coffeeHead h2 {
    margin: 12px 0 8px;
    color: #5a3515;
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.18;
    font-weight: 1000;
}

.vipV16-coffeeHead p {
    max-width: 720px;
    color: #7a5a3a;
    font-size: 18px;
    line-height: 1.9;
}

.vipV16-coffeeBadge {
    display: inline-flex;
    border-radius: 999px;
    padding: 8px 15px;
    background: #6b3b16;
    color: #ffe7a8;
    font-weight: 1000;
}

.vipV16-cupIcon {
    width: clamp(110px, 13vw, 160px);
    height: clamp(110px, 13vw, 160px);
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #6b3b16, #c27732);
    color: #fff1c8;
    font-size: clamp(54px, 7vw, 86px);
    box-shadow: 0 18px 34px rgba(107, 59, 22, .22);
}

.vipV16-giftGrid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    padding: 0 clamp(26px, 4vw, 44px) clamp(26px, 4vw, 44px);
}

.vipV16-giftCard {
    overflow: hidden;
    border: 1px solid #ead8bd;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(100, 63, 24, .10);
}

.vipV16-giftImg {
    height: 210px;
    background: #eef6e9;
    overflow: hidden;
}

.vipV16-giftImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vipV16-giftBody {
    padding: 20px;
}

.vipV16-giftBody strong {
    display: block;
    color: #5a3515;
    font-size: 26px;
    font-weight: 1000;
}

.vipV16-giftBody span {
    display: block;
    margin-top: 6px;
    color: #7a5a3a;
    font-size: 16px;
    line-height: 1.7;
}

.vipV16-story {
    display: grid;
    grid-template-columns: 1.4fr .8fr .8fr;
    gap: 14px;
    padding: 0 clamp(26px, 4vw, 44px) clamp(26px, 4vw, 44px);
}

.vipV16-storyItem {
    position: relative;
    overflow: hidden;
    min-height: 170px;
    border-radius: 22px;
    background: #ddd;
}

.vipV16-storyItem.big {
    min-height: 230px;
}

.vipV16-storyItem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vipV16-storyLabel {
    position: absolute;
    left: 14px;
    bottom: 14px;
    border-radius: 999px;
    padding: 7px 12px;
    background: rgba(0, 0, 0, .45);
    color: #fff;
    font-weight: 900;
    backdrop-filter: blur(8px);
}

.vipV16-benefitStack {
    display: grid;
    gap: 28px;
}

.vipV16-benefit {
    overflow: hidden;
    border: 1px solid #dbe7ff;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(13, 70, 193, .08);
}

.vipV16-benefitInner {
    display: grid;
    grid-template-columns: .88fr 1.12fr;
    gap: 28px;
    align-items: stretch;
    padding: clamp(24px, 3.5vw, 38px);
}

.vipV16-benefit.reverse .vipV16-benefitInner {
    grid-template-columns: 1.12fr .88fr;
}

.vipV16-benefitText {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vipV16-benefitText h3 {
    margin: 12px 0 10px;
    color: #09286e;
    font-size: clamp(28px, 3.2vw, 40px);
    line-height: 1.2;
    font-weight: 1000;
}

.vipV16-benefitText p {
    color: #66708a;
    font-size: 17px;
    line-height: 1.9;
}

.vipV16-proof {
    display: grid;
    gap: 14px;
}

.vipV16-proof.one {
    grid-template-columns: 1fr;
}

.vipV16-proof.two {
    grid-template-columns: repeat(2, 1fr);
}

.vipV16-proof.three {
    grid-template-columns: repeat(3, 1fr);
}

.vipV16-shot {
    overflow: hidden;
    min-height: 220px;
    border: 1px solid #dbe7ff;
    border-radius: 22px;
    background: linear-gradient(135deg, #eef6ff, #ffffff);
    box-shadow: 0 10px 24px rgba(13, 70, 193, .07);
}

.vipV16-shot img {
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
}

.vipV16-placeholder {
    min-height: 220px;
    display: grid;
    place-items: center;
    padding: 22px;
    color: #2d5fc5;
    font-weight: 1000;
    text-align: center;
    line-height: 1.6;
}

.vipV16-proofLabel {
    display: block;
    padding: 12px 14px;
    border-top: 1px solid #dbe7ff;
    background: #f6f9ff;
    color: #0b2b77;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
}

@media (max-width: 980px) {
    .vipV16-coffeeHead,
    .vipV16-benefitInner,
    .vipV16-benefit.reverse .vipV16-benefitInner {
        grid-template-columns: 1fr;
    }

    .vipV16-cupIcon {
        display: none;
    }

    .vipV16-story {
        grid-template-columns: 1fr;
    }

    .vipV16-proof.three {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 720px) {
    .vipV16-giftGrid,
    .vipV16-proof.two,
    .vipV16-proof.three {
        grid-template-columns: 1fr;
    }

    .vipV16-giftImg,
    .vipV16-storyItem,
    .vipV16-storyItem.big,
    .vipV16-shot,
    .vipV16-shot img {
        min-height: auto;
        height: auto;
    }
}


/* v17 VIP full-width benefit layout */
.vipV17-benefit {
    overflow: hidden;
    border: 1px solid #dbe7ff;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(13, 70, 193, .08);
}

.vipV17-benefitHead {
    padding: clamp(24px, 3.5vw, 38px) clamp(24px, 3.5vw, 38px) 18px;
}

.vipV17-benefitHead h3 {
    margin: 12px 0 10px;
    color: #09286e;
    font-size: clamp(28px, 3.2vw, 40px);
    line-height: 1.2;
    font-weight: 1000;
}

.vipV17-benefitHead p {
    max-width: 980px;
    color: #66708a;
    font-size: 17px;
    line-height: 1.9;
}

.vipV17-proof {
    display: grid;
    gap: 18px;
    padding: 0 clamp(24px, 3.5vw, 38px) clamp(24px, 3.5vw, 38px);
}

.vipV17-proof.one {
    grid-template-columns: 1fr;
}

.vipV17-proof.two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vipV17-proof.three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vipV17-shot {
    overflow: hidden;
    min-height: 220px;
    border: 1px solid #dbe7ff;
    border-radius: 22px;
    background: linear-gradient(135deg, #eef6ff, #ffffff);
    box-shadow: 0 10px 24px rgba(13, 70, 193, .07);
}

.vipV17-shot img {
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
}

.vipV17-placeholder {
    min-height: 220px;
    display: grid;
    place-items: center;
    padding: 22px;
    color: #2d5fc5;
    font-weight: 1000;
    text-align: center;
    line-height: 1.6;
}

.vipV17-proofLabel {
    display: block;
    padding: 12px 14px;
    border-top: 1px solid #dbe7ff;
    background: #f6f9ff;
    color: #0b2b77;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
}

@media (max-width: 980px) {
    .vipV17-proof.three {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .vipV17-proof.two,
    .vipV17-proof.three {
        grid-template-columns: 1fr;
    }

    .vipV17-shot,
    .vipV17-shot img {
        min-height: auto;
        height: auto;
    }
}

