.vip-page {
    min-height: 100vh;
    padding: 45px 0 80px;
    color: #f4f6fb;
    background:
        radial-gradient(
            circle at 10% 0%,
            rgba(245, 184, 61, 0.10),
            transparent 30%
        ),
        radial-gradient(
            circle at 90% 20%,
            rgba(57, 90, 188, 0.10),
            transparent 32%
        ),
        rgba(5, 8, 15, 0.20);
}

.vip-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.vip-hero {
    position: relative;
    padding: 44px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    overflow: hidden;
    background: rgba(12, 18, 30, 0.35);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow:
        0 24px 70px rgba(0, 0, 0, 0.3);
}

.vip-hero::before {
    position: absolute;
    top: -120px;
    right: -80px;
    width: 360px;
    height: 360px;
    content: "";
    border-radius: 50%;
    background: rgba(245, 184, 61, 0.12);
    filter: blur(15px);
}

.vip-hero::after {
    position: absolute;
    right: 35px;
    bottom: -75px;
    width: 240px;
    height: 240px;
    content: "";
    border: 1px solid rgba(245, 184, 61, 0.16);
    border-radius: 50%;
    box-shadow:
        0 0 0 45px rgba(245, 184, 61, 0.025),
        0 0 0 90px rgba(245, 184, 61, 0.015);
}

.vip-hero > * {
    position: relative;
    z-index: 2;
}

.vip-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #f2bd54;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.vip-label::before {
    width: 22px;
    height: 2px;
    content: "";
    border-radius: 99px;
    background: currentColor;
}

.vip-hero h1 {
    max-width: 750px;
    margin: 16px 0;
    color: #ffffff;
    font-size: clamp(42px, 6vw, 74px);
    line-height: 0.98;
    letter-spacing: -3px;
}

.vip-hero p {
    max-width: 720px;
    margin: 0;
    color: #aeb7c8;
    font-size: 17px;
    line-height: 1.7;
}

.vip-offers {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.vip-card {
    position: relative;
    min-height: 335px;
    padding: 34px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    overflow: hidden;
    background: rgba(12, 18, 30, 0.32);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow:
        0 20px 55px rgba(0, 0, 0, 0.25);
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.vip-card:hover {
    border-color: rgba(245, 184, 61, 0.38);
    transform: translateY(-5px);
    box-shadow:
        0 28px 70px rgba(0, 0, 0, 0.34);
}

.vip-card::after {
    position: absolute;
    right: -85px;
    bottom: -110px;
    width: 260px;
    height: 260px;
    content: "";
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.025);
}

.vip-card-featured {
    border-color: rgba(245, 184, 61, 0.5);
    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(245, 184, 61, 0.15),
            transparent 36%
        ),
        rgba(12, 18, 30, 0.35);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.vip-duration {
    position: relative;
    z-index: 2;
    width: fit-content;
    padding: 7px 11px;
    border: 1px solid rgba(245, 184, 61, 0.28);
    border-radius: 999px;
    color: #f8cc73;
    background: rgba(245, 184, 61, 0.07);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.vip-card h2 {
    position: relative;
    z-index: 2;
    margin: 28px 0 18px;
    color: #ffffff;
    font-size: 28px;
    letter-spacing: -0.7px;
}

.vip-price {
    position: relative;
    z-index: 2;
    color: #f6cd78;
    font-size: 62px;
    font-weight: 1000;
    line-height: 1;
    letter-spacing: -3px;
}

.vip-button {
    position: relative;
    z-index: 2;
    min-height: 52px;
    margin-top: 32px;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(245, 184, 61, 0.4);
    border-radius: 13px;
    color: #171108;
    background:
        linear-gradient(
            135deg,
            #f7d579,
            #e3aa34
        );
    box-shadow:
        0 14px 34px rgba(245, 184, 61, 0.14);
    font-size: 14px;
    font-weight: 1000;
    text-decoration: none;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        filter 0.2s ease;
}

.vip-button:hover {
    filter: brightness(1.05);
    transform: translateY(-2px);
    box-shadow:
        0 18px 42px rgba(245, 184, 61, 0.24);
}

.vip-recommended {
    position: absolute;
    z-index: 3;
    top: 20px;
    right: 20px;
    padding: 8px 11px;
    border-radius: 999px;
    color: #191207;
    background: #f3bf56;
    font-size: 10px;
    font-weight: 1000;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.vip-benefits,
.vip-skins,
.vip-payment {
    margin-top: 28px;
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    background: rgba(12, 18, 30, 0.30);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow:
        0 20px 55px rgba(0, 0, 0, 0.22);
}

.vip-benefits h2,
.vip-section-header h2,
.vip-contact h2 {
    margin: 10px 0 18px;
    color: #ffffff;
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.08;
    letter-spacing: -1.5px;
}

.vip-benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
}

.vip-benefit {
    position: relative;
    min-height: 54px;
    padding: 15px 16px 15px 50px;
    display: flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 13px;
    color: #dce1eb;
    background: rgba(255, 255, 255, 0.025);
    font-size: 14px;
}

.vip-benefit::before {
    position: absolute;
    left: 15px;
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    content: "✓";
    border-radius: 8px;
    color: #5ee291;
    background: rgba(94, 226, 145, 0.1);
    font-size: 13px;
    font-weight: 1000;
}

.vip-section-header {
    margin-bottom: 26px;
}

.vip-section-header p {
    max-width: 700px;
    margin: 0;
    color: #aeb7c8;
}

.vip-skins-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.vip-skin-card {
    min-height: 150px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 18px;
    background:
        radial-gradient(
            circle at 50% 20%,
            rgba(70, 95, 190, 0.18),
            transparent 45%
        ),
        rgba(255, 255, 255, 0.025);
    transition:
        transform 0.22s ease,
        border-color 0.22s ease;
}

.vip-skin-card:hover {
    border-color: rgba(245, 184, 61, 0.35);
    transform: translateY(-4px);
}

.vip-skin-card:nth-child(2) {
    background:
        radial-gradient(
            circle at 50% 20%,
            rgba(48, 155, 118, 0.18),
            transparent 45%
        ),
        rgba(255, 255, 255, 0.025);
}

.vip-skin-card:nth-child(3) {
    background:
        radial-gradient(
            circle at 50% 20%,
            rgba(123, 82, 197, 0.2),
            transparent 45%
        ),
        rgba(255, 255, 255, 0.025);
}

.vip-skin-card:nth-child(4) {
    background:
        radial-gradient(
            circle at 50% 20%,
            rgba(245, 184, 61, 0.2),
            transparent 45%
        ),
        rgba(255, 255, 255, 0.025);
}

.vip-skin-card:nth-child(5) {
    background:
        radial-gradient(
            circle at 50% 20%,
            rgba(193, 64, 76, 0.2),
            transparent 45%
        ),
        rgba(255, 255, 255, 0.025);
}

.vip-skin-card h3 {
    margin: 0 0 7px;
    color: #ffffff;
    font-size: 20px;
}

.vip-skin-card strong {
    color: #f5c96d;
    font-size: 14px;
}

.vip-complete-package {
    margin-top: 18px;
    padding: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    border: 1px solid rgba(245, 184, 61, 0.35);
    border-radius: 19px;
    background:
        radial-gradient(
            circle at 85% 50%,
            rgba(245, 184, 61, 0.12),
            transparent 32%
        ),
        rgba(255, 255, 255, 0.025);
}

.vip-complete-package h3 {
    margin: 8px 0 5px;
    color: #ffffff;
    font-size: 25px;
}

.vip-complete-package p {
    margin: 0;
    color: #aeb7c8;
}

.vip-complete-package > strong {
    color: #f7cd73;
    font-size: 31px;
    white-space: nowrap;
}

.vip-payment-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.vip-payment-card {
    min-height: 210px;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.vip-payment-card h3 {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: 23px;
}

.vip-payment-card p {
    color: #aeb7c8;
    font-size: 14px;
}

.vip-payment-card strong {
    display: block;
    margin-top: 15px;
    color: #f4c86e;
    font-size: 18px;
    overflow-wrap: anywhere;
}

.vip-iban {
    font-family:
        Consolas,
        "Courier New",
        monospace;
    font-size: 14px !important;
    letter-spacing: 0.3px;
}

.vip-contact {
    margin-top: 28px;
    padding: 34px;
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    align-items: center;
    gap: 25px;
    border: 1px solid rgba(245, 184, 61, 0.28);
    border-radius: 24px;
    background:
        radial-gradient(
            circle at 90% 50%,
            rgba(245, 184, 61, 0.11),
            transparent 34%
        ),
        rgba(12, 18, 30, 0.32);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.vip-contact p {
    margin: 0;
    color: #aeb7c8;
}

.vip-warning {
    padding: 22px;
    border: 1px solid rgba(244, 85, 98, 0.25);
    border-radius: 16px;
    background: rgba(244, 85, 98, 0.06);
}

.vip-warning strong {
    color: #ff929b;
    font-size: 17px;
}

.vip-warning p {
    margin-top: 8px;
    color: #d5b1b5;
    font-size: 14px;
}

@media (max-width: 1100px) {
    .vip-skins-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .vip-payment-grid {
        grid-template-columns: 1fr 1fr;
    }

    .vip-payment-card:last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 760px) {
    .vip-page {
        padding: 25px 0 55px;
    }

    .vip-container {
        width: min(100% - 24px, 1180px);
    }

    .vip-hero,
    .vip-benefits,
    .vip-skins,
    .vip-payment,
    .vip-contact {
        padding: 24px;
        border-radius: 19px;
    }

    .vip-hero h1 {
        font-size: 44px;
        letter-spacing: -2px;
    }

    .vip-offers,
    .vip-benefits-grid,
    .vip-payment-grid,
    .vip-contact {
        grid-template-columns: 1fr;
    }

    .vip-payment-card:last-child {
        grid-column: auto;
    }

    .vip-skins-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vip-complete-package {
        align-items: flex-start;
        flex-direction: column;
    }

    .vip-recommended {
        position: static;
        width: fit-content;
        margin-bottom: 16px;
        display: inline-flex;
    }
}

@media (max-width: 480px) {
    .vip-hero h1 {
        font-size: 38px;
    }

    .vip-skins-grid {
        grid-template-columns: 1fr;
    }

    .vip-price {
        font-size: 52px;
    }

    .vip-card {
        min-height: 310px;
        padding: 25px;
    }
}


/* ========================================================================
   PRO.LALEAGANE.RO — SHOP PREMIUM OVERRIDES
   Doar design. Nu modifică PHP, coșul, checkout-ul sau dashboardul.
   ======================================================================== */

:root {
    --shop-gold: #f4c85f;
    --shop-gold-strong: #dca51f;
    --shop-panel: rgba(8, 12, 20, 0.68);
    --shop-panel-strong: rgba(8, 12, 20, 0.82);
    --shop-border: rgba(255, 255, 255, 0.09);
    --shop-muted: #aab3c4;
}

/* Fundal general al paginii */
.vip-page {
    min-height: 100vh;
    padding: 34px 0 58px;
    color: #f4f6fb;
    background:
        linear-gradient(
            rgba(3, 6, 10, 0.86),
            rgba(3, 6, 10, 0.95)
        ),
        url("/images/shop/pro-shop-background.png")
        center top / cover fixed no-repeat;
}

/* Container mai lat și mai compact */
.vip-container {
    width: min(1320px, calc(100% - 30px));
    margin: 0 auto;
}

/* Hero cu imagine PNG */
.vip-hero {
    position: relative;
    min-height: 430px;
    padding: clamp(34px, 5vw, 68px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid rgba(244, 200, 95, 0.24);
    border-radius: 28px;
    background:
        linear-gradient(
            90deg,
            rgba(4, 7, 12, 0.98) 0%,
            rgba(4, 7, 12, 0.86) 42%,
            rgba(4, 7, 12, 0.30) 100%
        ),
        url("/images/shop/pro-shop-hero.png")
        center right / cover no-repeat;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow:
        0 30px 90px rgba(0, 0, 0, 0.56),
        inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.vip-hero::before {
    inset: auto;
    top: -100px;
    left: -100px;
    width: 360px;
    height: 360px;
    background: rgba(49, 82, 165, 0.13);
    filter: blur(20px);
}

.vip-hero::after {
    right: 28px;
    bottom: 22px;
    width: auto;
    height: auto;
    content: "PRO.LALEAGANE.RO";
    border: 0;
    border-radius: 0;
    color: rgba(244, 200, 95, 0.055);
    font-size: clamp(42px, 8vw, 112px);
    font-weight: 1000;
    line-height: 0.9;
    letter-spacing: -0.06em;
    box-shadow: none;
}

.vip-hero h1 {
    max-width: 680px;
    margin: 16px 0 14px;
    font-size: clamp(42px, 5.5vw, 72px);
    line-height: 0.98;
    letter-spacing: -3px;
}

.vip-hero p {
    max-width: 640px;
    color: #b7c0d1;
    font-size: 16px;
}

/* Secțiuni mai apropiate între ele */
.vip-section {
    margin-top: 38px;
}

.vip-section-header {
    margin-bottom: 18px;
}

.vip-section-header h2 {
    margin: 8px 0 8px;
    font-size: clamp(28px, 3vw, 40px);
}

/* Categorii compacte */
.shop-category-nav {
    margin-top: 16px;
    gap: 10px;
}

.shop-category-nav a {
    min-height: 92px;
    padding: 15px 16px;
    border: 1px solid var(--shop-border);
    border-radius: 16px;
    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.035),
            rgba(255, 255, 255, 0.012)
        ),
        rgba(5, 8, 15, 0.68);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow:
        0 14px 35px rgba(0, 0, 0, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.shop-category-nav a:hover {
    border-color: rgba(244, 200, 95, 0.46);
    box-shadow:
        0 0 0 1px rgba(244, 200, 95, 0.06),
        0 20px 46px rgba(0, 0, 0, 0.34),
        0 0 24px rgba(244, 200, 95, 0.10);
}

.shop-category-nav a:first-child {
    border-color: rgba(244, 200, 95, 0.42);
}

.shop-category-nav a > span {
    width: 36px;
    height: 36px;
    margin-bottom: 9px;
}

/* Carduri glass premium */
.vip-card,
.vip-skin-card,
.vip-payment-card,
.vip-contact-card {
    border: 1px solid var(--shop-border);
    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.035),
            rgba(255, 255, 255, 0.012)
        ),
        var(--shop-panel);
    backdrop-filter: blur(18px) saturate(125%);
    -webkit-backdrop-filter: blur(18px) saturate(125%);
    box-shadow:
        0 18px 50px rgba(0, 0, 0, 0.30),
        inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

/* Pachete VIP mai compacte */
.vip-offers {
    margin-top: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.vip-card {
    min-height: 100%;
    padding: 18px;
    justify-content: flex-start;
}

.vip-card-featured {
    border-color: rgba(244, 200, 95, 0.46);
    background:
        radial-gradient(
            circle at 100% 0,
            rgba(244, 200, 95, 0.13),
            transparent 38%
        ),
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.04),
            rgba(255, 255, 255, 0.012)
        ),
        var(--shop-panel-strong);
}

.vip-card h2,
.vip-card h3 {
    margin: 12px 0 6px;
    color: #fff;
    font-size: 22px;
}

.vip-price {
    margin: 8px 0 14px;
    font-size: 34px;
    letter-spacing: -1.5px;
}

/* Imagini produse */
.vip-product-image {
    height: 190px !important;
    margin-bottom: 16px !important;
    border-radius: 13px !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    background: rgba(255, 255, 255, 0.025) !important;
}

.vip-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vip-card-description {
    margin: 0 0 16px !important;
    color: var(--shop-muted) !important;
    font-size: 13px;
    line-height: 1.55 !important;
}

/* Beneficii mai compacte */
.vip-benefits-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 9px;
}

.vip-benefit {
    min-height: 56px;
    padding: 12px 12px 12px 46px;
    border-radius: 13px;
    background: rgba(5, 8, 15, 0.62);
    font-size: 12px;
}

/* Grid skinuri */
.vip-skins-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.vip-skin-card {
    position: relative;
    min-height: 100%;
    padding: 14px;
    overflow: hidden;
    justify-content: flex-start;
    transition:
        transform 0.22s ease,
        border-color 0.22s ease,
        box-shadow 0.22s ease;
}

.vip-skin-card:hover {
    transform: translateY(-5px);
    border-color: rgba(244, 200, 95, 0.36);
    box-shadow:
        0 24px 60px rgba(0, 0, 0, 0.40),
        0 0 24px rgba(244, 200, 95, 0.07);
}

.vip-skin-image {
    height: 180px;
    overflow: hidden;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.025);
}

.vip-skin-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    transition: transform 0.25s ease;
}

.vip-skin-card:hover .vip-skin-image img {
    transform: scale(1.04);
}

.vip-skin-content {
    flex: 1;
    padding-top: 14px;
    display: flex;
    flex-direction: column;
}

.vip-skin-content h3 {
    margin: 0 0 7px;
    color: #fff;
    font-size: 18px;
}

.vip-skin-content p {
    margin: 0 0 12px;
    color: var(--shop-muted);
    font-size: 13px;
    line-height: 1.5;
}

.vip-skin-price {
    margin-top: auto;
    margin-bottom: 12px;
}

.vip-skin-price strong {
    color: var(--shop-gold);
    font-size: 20px;
}

.vip-skin-old-price {
    margin-right: 8px;
    color: #78849d;
    text-decoration: line-through;
}

/* Butoane premium și vizibile */
.vip-button,
.vip-skin-button {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 48px;
    margin-top: 0;
    padding: 0 16px;
    border: 1px solid rgba(244, 200, 95, 0.72);
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #fff8d8 !important;
    background:
        linear-gradient(
            180deg,
            rgba(244, 200, 95, 0.19),
            rgba(220, 165, 31, 0.09)
        ),
        rgba(7, 10, 17, 0.92);
    box-shadow:
        0 0 0 1px rgba(244, 200, 95, 0.05),
        0 0 24px rgba(244, 200, 95, 0.13),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    font-size: 14px;
    font-weight: 950;
    text-decoration: none;
    cursor: pointer;
    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}

.vip-button:hover,
.vip-skin-button:hover {
    transform: translateY(-2px);
    border-color: #ffe27a;
    color: #ffffff !important;
    background:
        linear-gradient(
            180deg,
            rgba(244, 200, 95, 0.30),
            rgba(220, 165, 31, 0.13)
        ),
        rgba(7, 10, 17, 0.96);
    box-shadow:
        0 0 30px rgba(244, 200, 95, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.10);
}

.vip-cart-form,
.vip-skin-content form {
    margin-top: auto;
    width: 100%;
}

/* Metode de plată compacte */
.vip-payment-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.vip-payment-card {
    min-height: 240px;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.vip-payment-card p {
    font-size: 13px;
}

.vip-payment-card .vip-button {
    margin-top: auto;
}

.vip-contact-grid {
    grid-template-columns: 1.45fr 0.55fr;
}

.vip-contact-card {
    padding: 21px;
}

/* Responsive */
@media (max-width: 1120px) {
    .vip-offers,
    .vip-skins-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .vip-benefits-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 850px) {
    .vip-page {
        background-attachment: scroll;
    }

    .vip-hero {
        min-height: 390px;
        background-position: 64% center;
    }

    .vip-hero::after {
        display: none;
    }

    .vip-offers,
    .vip-skins-grid,
    .vip-benefits-grid,
    .vip-payment-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .vip-container {
        width: min(100% - 18px, 1320px);
    }

    .vip-page {
        padding-top: 18px;
    }

    .vip-hero {
        min-height: 420px;
        padding: 24px 20px;
        border-radius: 20px;
        background:
            linear-gradient(
                180deg,
                rgba(3, 6, 12, 0.68),
                rgba(3, 6, 12, 0.96)
            ),
            url("/images/shop/pro-shop-hero.png")
            72% center / cover no-repeat;
    }

    .vip-hero h1 {
        font-size: 40px;
    }

    .vip-offers,
    .vip-skins-grid,
    .vip-benefits-grid,
    .vip-payment-grid,
    .vip-contact-grid {
        grid-template-columns: 1fr;
    }

    .vip-product-image,
    .vip-skin-image {
        height: 210px !important;
    }

    .vip-section {
        margin-top: 30px;
    }
}


