/* Home2 â€” TÃ¼m Oyunlar sayfasÄ± */

body.home2-games-page {
    background: #050608 !important;
}

body.home2-games-page .home-body-bg,
body.home2-games-page .special-container,
body.home2-games-page main {
    background: transparent !important;
}

.home2-games {
    position: relative;
    padding: 0 0 48px;
}

.home2-games__page-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 55% 45% at 15% 20%, rgba(255, 140, 0, 0.1) 0%, transparent 58%),
        radial-gradient(ellipse 40% 30% at 85% 10%, rgba(255, 170, 0, 0.05) 0%, transparent 55%),
        #050608;
}

.home2-games__wrap {
    position: relative;
    z-index: 1;
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
    padding-top: 14px;
}

/* Breadcrumb */

.home2-games__crumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    min-height: 42px;
    padding: 0 16px;
    margin-bottom: 18px;
    border-radius: 8px;
    background: rgba(8, 9, 13, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.07em;
}

.home2-games__crumbs-home svg {
    width: 15px;
    height: 15px;
    display: block;
    color: #ffb020;
}

.home2-games__crumbs-link {
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    text-transform: capitalize;
}

.home2-games__crumbs-link:hover {
    color: #ffb020;
}

.home2-games__crumbs-sep {
    color: rgba(255, 176, 32, 0.55);
    font-size: 12px;
}

.home2-games__crumbs-current {
    color: #ffb020;
    text-transform: capitalize;
}

/* Hero banner */

.home2-games__hero {
    margin-bottom: 14px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: #00040f;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.42);
}

.home2-games__hero-body {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(260px, 420px);
    align-items: center;
    gap: 12px 24px;
    min-height: 230px;
    padding: 10px 40px 2px 38px;
}

.home2-games__hero-copy {
    position: relative;
    z-index: 2;
    max-width: 620px;
}

.home2-games__hero-title {
    margin: 0 0 18px;
    line-height: 0.95;
    font-weight: 900;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.home2-games__hero-title-main,
.home2-games__hero-title-accent {
    display: block;
}

.home2-games__hero-title-main {
    font-size: clamp(2.15rem, 4.5vw, 3rem);
    color: #ffffff;
}

.home2-games__hero-title-accent {
    margin-top: 2px;
    font-size: clamp(2.15rem, 4.5vw, 3rem);
    color: #ffb020;
}

.home2-games__hero-desc {
    margin: 0;
    max-width: 540px;
    font-size: 15px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.78);
}

.home2-games__hero-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 190px;
    padding-right: 4px;
    overflow: hidden;
}

.home2-games__hero-visual::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.home2-games__hero-glow {
    position: absolute;
    right: 6%;
    top: 50%;
    width: min(78%, 300px);
    height: 78%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 176, 32, 0.24) 0%, rgba(255, 176, 32, 0.05) 45%, rgba(255, 176, 32, 0) 72%);
    filter: blur(12px);
    pointer-events: none;
    z-index: 0;
}

.home2-games__hero-controller {
    position: relative;
    z-index: 2;
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 210px;
    height: auto;
    object-fit: contain;
    object-position: center right;
}

/* Steps bar */

.home2-games__steps {
    margin-bottom: 18px;
    padding: 18px 22px;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(14, 16, 22, 0.98) 0%, rgba(10, 11, 16, 0.98) 100%);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
}

.home2-games__steps-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.home2-games__steps-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.home2-games__step-ico {
    position: relative;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.home2-games__step-ico::after {
    position: absolute;
    right: -2px;
    bottom: -2px;
    width: 10px;
    height: 10px;
    border-radius: 3px;
    background: #ffb020;
    box-shadow: 0 0 10px rgba(255, 176, 32, 0.55);
}

.home2-games__step-ico svg {
    width: 20px;
    height: 20px;
}

.home2-games__step-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.home2-games__step-text b {
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 1.2;
}

.home2-games__step-text small {
    color: rgba(255, 255, 255, 0.48);
    font-size: 12px;
    line-height: 1.35;
}

/* Search panel â€” giriÅŸ formu kutusu stili */

.home2-games__search-panel {
    margin-bottom: 22px;
}

.home2-games__search-box {
    position: relative;
    padding: 22px 24px 24px;
    border-radius: 12px;
    background: linear-gradient(180deg, #0e1018 0%, #090a0f 100%);
    border: 1px solid rgba(255, 176, 32, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.home2-games__search-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, #ffb020, transparent);
    box-shadow: 0 0 16px rgba(255, 153, 0, 0.4);
}

.home2-games__search-field {
    position: relative;
    display: block;
}

.home2-games__search-ico {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    color: rgba(255, 255, 255, 0.55);
    pointer-events: none;
    z-index: 2;
}

.home2-games__search-ico svg {
    width: 17px;
    height: 17px;
    display: block;
}

body.home2-games-page .home2-games__search-input {
    display: block;
    width: 100%;
    height: 46px;
    padding: 0 16px 0 42px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    background: #0c0e14 !important;
    color: #ffffff !important;
    font-size: 15px;
    box-shadow: none !important;
    outline: none !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.home2-games-page .home2-games__search-input::placeholder {
    color: rgba(255, 255, 255, 0.55) !important;
}

body.home2-games-page .home2-games__search-input:focus {
    border-color: rgba(255, 176, 32, 0.45) !important;
    box-shadow: 0 0 0 3px rgba(255, 176, 32, 0.08) !important;
}

.home2-games__popular {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* Otomatik kaydÄ±rma efekti */
@keyframes home2GamesScrollGlow {
    0% {
        border-color: rgba(255, 176, 32, 0.12);
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.03),
            0 0 0 0 rgba(255, 176, 32, 0);
    }

    35% {
        border-color: rgba(255, 196, 64, 0.72);
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.05),
            0 0 0 4px rgba(255, 176, 32, 0.16),
            0 0 36px rgba(255, 153, 0, 0.28);
    }

    100% {
        border-color: rgba(255, 176, 32, 0.22);
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.03),
            0 0 0 0 rgba(255, 176, 32, 0);
    }
}

@keyframes home2GamesScrollBeam {
    0% {
        opacity: 0;
        transform: translateY(-18px) scaleX(0.72);
    }

    30% {
        opacity: 1;
        transform: translateY(0) scaleX(1);
    }

    100% {
        opacity: 0;
        transform: translateY(8px) scaleX(0.92);
    }
}

.home2-games__search-panel.is-scroll-reveal {
    position: relative;
}

.home2-games__search-panel.is-scroll-reveal::after {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    width: 120px;
    height: 3px;
    margin-left: -60px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, #ffb020, transparent);
    box-shadow: 0 0 18px rgba(255, 153, 0, 0.55);
    pointer-events: none;
    animation: home2GamesScrollBeam 1.1s ease-out both;
}

.home2-games__search-box.is-scroll-reveal {
    animation: home2GamesScrollGlow 1.35s ease-out;
}

@media (prefers-reduced-motion: reduce) {
    .home2-games__search-panel.is-scroll-reveal::after,
    .home2-games__search-box.is-scroll-reveal {
        animation: none;
    }
}

.home2-games__popular-label {
    display: block;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.42);
}

.home2-games__popular-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.home2-games__popular-pill {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 176, 32, 0.22);
    background: rgba(255, 176, 32, 0.06);
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.home2-games__popular-pill:hover {
    background: rgba(255, 176, 32, 0.12);
    border-color: rgba(255, 176, 32, 0.4);
    color: #ffffff;
}

.home2-games__count {
    display: block;
    margin-top: 10px;
    text-align: right;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: rgba(255, 255, 255, 0.38);
}

/* Grid â€” category-1 override */

body.home2-games-page .home2-games__grid.category-1 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 0;
}

@media (min-width: 640px) {
    body.home2-games-page .home2-games__grid.category-1 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
    }
}

@media (min-width: 992px) {
    body.home2-games-page .home2-games__grid.category-1 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 1200px) {
    body.home2-games-page .home2-games__grid.category-1 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

/* Cards â€” 3D tilt (boxAnimation) korunur */

body.home2-games-page .home2-games__card.epin-item {
    min-height: 168px;
    border-radius: 12px;
    perspective: 500px;
    box-shadow:
        0 10px 28px rgba(0, 0, 0, 0.35),
        0 0 0 1px rgba(255, 255, 255, 0.04);
    text-decoration: none;
    transition: box-shadow 0.25s ease;
}

body.home2-games-page .home2-games__card.epin-item:hover {
    box-shadow:
        0 16px 36px rgba(0, 0, 0, 0.45),
        0 0 0 1px rgba(255, 176, 32, 0.22);
    text-decoration: none;
}

body.home2-games-page .home2-games__card .inner {
    border-radius: 12px;
    overflow: hidden;
    transform-style: preserve-3d;
    height: 100%;
}

body.home2-games-page .home2-games__card .epin-item-image {
    border-radius: 12px;
    position: relative;
    height: 100%;
    min-height: 168px;
}

body.home2-games-page .home2-games__card .epin-item-image img {
    width: 100%;
    height: 100%;
    min-height: 168px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

body.home2-games-page .home2-games__card .epin-item-image::before {
    border-radius: 12px;
}

body.home2-games-page .home2-games__card .epin-item-inner {
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 3;
}

body.home2-games-page .home2-games__card .epin-item-inner .title {
    margin: 0;
}

body.home2-games-page .home2-games__card .epin-item-inner .title .header {
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.85);
}

/* Badges */

.home2-games__badges {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 4;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.home2-games__badge {
    display: inline-flex;
    align-items: center;
    padding: 3px 8px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.home2-games__badge--new {
    background: rgba(56, 189, 248, 0.92);
    color: #0c4a6e;
}

.home2-games__badge--sale {
    background: rgba(34, 197, 94, 0.92);
    color: #052e16;
}

/* Empty */

.home2-games__empty {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 220px;
    padding: 32px 20px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px dashed rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.55);
    text-align: center;
}

.home2-games__empty svg {
    width: 36px;
    height: 36px;
    color: rgba(255, 176, 32, 0.65);
}

.home2-games__empty p {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
}

@media (max-width: 991px) {
    .home2-games__hero-body {
        grid-template-columns: 1fr;
        padding: 28px 24px 22px;
        min-height: 0;
    }

    .home2-games__hero-visual {
        justify-content: center;
        min-height: 160px;
        padding-right: 0;
    }

    .home2-games__hero-controller {
        max-height: 180px;
    }

    .home2-games__steps-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }
}

@media (max-width: 991px) {
    .home2-games__popular-pill:nth-child(n + 5) {
        display: none;
    }
}

@media (max-width: 767px) {
    .home2-games__wrap {
        width: min(100%, calc(100% - 16px));
    }

    .home2-games__steps {
        padding: 16px;
    }

    .home2-games__steps-list {
        grid-template-columns: 1fr;
    }

    .home2-games__search-box {
        padding: 18px 16px 20px;
    }
}

@media (max-width: 575px) {
    .home2-games__hero-body {
        padding: 22px 16px 18px;
    }

    .home2-games__hero-desc {
        font-size: 14px;
    }

    .home2-games__hero-controller {
        max-height: 150px;
    }

    body.home2-games-page .home2-games__search-input {
        font-size: 14px;
    }
}

/* Pagination */
.home2-games__pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 28px;
    padding-bottom: 8px;
}

.home2-games__page-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border: 1px solid rgba(255, 214, 0, 0.25);
    border-radius: 10px;
    background: rgba(18, 18, 28, 0.72);
    color: #f5f5f7;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.home2-games__page-btn:hover,
.home2-games__page-btn:focus-visible {
    border-color: rgba(255, 214, 0, 0.65);
    background: rgba(255, 214, 0, 0.08);
    color: #ffd600;
    outline: none;
}

.home2-games__page-btn.is-active {
    border-color: #ffd600;
    background: linear-gradient(135deg, rgba(255, 214, 0, 0.22), rgba(255, 170, 0, 0.12));
    color: #ffd600;
    cursor: default;
}

.home2-games__page-btn--arrow {
    min-width: 40px;
    padding: 0;
}

.home2-games__page-btn--arrow svg {
    width: 18px;
    height: 18px;
}

.home2-games__page-ellipsis {
    color: rgba(245, 245, 247, 0.45);
    font-size: 16px;
    line-height: 1;
    padding: 0 2px;
}

.home2-games__pagination--client .home2-games__page-btn {
    font-family: inherit;
}

/* Oyun kategori / ürün detay (legacy içerik sarmalayıcı) */
.home2-game-detail__main {
    padding-bottom: 48px;
}

.home2-game-detail__content {
    min-width: 0;
}

.home2-game-detail__content .special-container,
.home2-game-detail__content .home2-epin-products-section,
.home2-game-detail__content .home2-epin-info-section,
.home2-game-detail__content .home2-epin-gallery-section {
    width: min(1200px, calc(100% - 32px));
    margin-left: auto;
    margin-right: auto;
}

.home2-game-detail__content .product-header,
.home2-game-detail__content .product-tab-area,
.home2-game-detail__content .comment-container {
    border-radius: 16px;
}

/* E-pin / oyun detay — hero (üst bilgi alanı) */
.home2-epin-hero {
    margin-bottom: 18px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: linear-gradient(135deg, rgba(14, 16, 24, 0.98) 0%, rgba(8, 9, 13, 0.98) 100%);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.42);
}

.home2-epin-hero__inner {
    display: grid;
    grid-template-columns: minmax(140px, 200px) minmax(0, 1fr) minmax(240px, 300px);
    gap: 24px 28px;
    align-items: start;
    padding: 28px 32px;
}

.home2-epin-hero__media {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.home2-epin-hero__media-glow {
    position: absolute;
    top: 20%;
    left: 50%;
    width: 120%;
    height: 70%;
    transform: translateX(-50%);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 176, 32, 0.22) 0%, rgba(255, 176, 32, 0) 70%);
    filter: blur(14px);
    pointer-events: none;
}

.home2-epin-hero__image {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 190px;
    aspect-ratio: 150 / 190;
    object-fit: contain;
    object-position: center;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.45);
    background: rgba(255, 255, 255, 0.03);
}

.home2-epin-hero__seller {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(34, 197, 94, 0.12);
    border: 1px solid rgba(34, 197, 94, 0.35);
    color: #86efac;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: nowrap;
}

.home2-epin-hero__seller svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.home2-epin-hero__copy {
    min-width: 0;
    padding-top: 4px;
}

.home2-epin-hero__title {
    margin: 0 0 16px;
    line-height: 0.95;
    font-weight: 900;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.home2-epin-hero__title-main,
.home2-epin-hero__title-accent {
    display: block;
}

.home2-epin-hero__title-main {
    font-size: clamp(1.5rem, 3vw, 2rem);
    color: #ffffff;
}

.home2-epin-hero__title-accent {
    margin-top: 2px;
    font-size: clamp(1.5rem, 3vw, 2rem);
    color: #ffb020;
}

.home2-epin-hero__desc {
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.78);
    overflow: hidden;
    transition: max-height 0.45s ease;
}

.home2-epin-hero__desc.is-collapsed {
    max-height: 64px;
}

.home2-epin-hero__desc--empty {
    color: rgba(255, 255, 255, 0.45);
    font-size: 14px;
}

.home2-epin-hero__more {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 18px;
    border: 1px solid rgba(255, 176, 32, 0.35);
    border-radius: 999px;
    background: rgba(255, 176, 32, 0.08);
    color: #ffb020;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.home2-epin-hero__more:hover {
    background: rgba(255, 176, 32, 0.16);
    border-color: rgba(255, 176, 32, 0.55);
    color: #ffd600;
}

.home2-epin-hero__aside {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.home2-epin-hero__scorecard {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 18px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(255, 176, 32, 0.28) 0%, rgba(255, 140, 0, 0.18) 100%);
    border: 1px solid rgba(255, 176, 32, 0.35);
}

.home2-epin-hero__score-value {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 900;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}

.home2-epin-hero__score-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    text-align: right;
}

.home2-epin-hero__score-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
}

.home2-epin-hero__score-comments {
    font-size: 13px;
    font-weight: 800;
    color: #ffffff;
}

.home2-epin-hero__bonus {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 10px;
    padding: 12px 14px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.home2-epin-hero__bonus-value {
    font-size: 18px;
    font-weight: 900;
    color: #ffb020;
}

.home2-epin-hero__bonus-label {
    font-size: 12px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.72);
}

.home2-epin-hero__bonus-tip {
    margin-left: auto;
    padding: 0;
    border: 0;
    background: none;
    color: #ffb020;
    font-size: 11px;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
}

.home2-epin-hero__payments {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
    padding: 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.home2-epin-hero__payments-col {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.home2-epin-hero__payments-col li {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 28px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.78);
}

.home2-epin-hero__pay-ico {
    display: grid;
    place-items: center;
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    border-radius: 8px;
    background: rgba(255, 176, 32, 0.1);
    border: 1px solid rgba(255, 176, 32, 0.2);
    color: #ffb020;
}

.home2-epin-hero__pay-ico svg {
    width: 14px;
    height: 14px;
}

.home2-epin-hero__payments-logo img {
    display: block;
    max-height: 22px;
    width: auto;
}

.home2-epin-hero__meta {
    margin: 0;
    padding: 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.home2-epin-hero__meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 6px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.home2-epin-hero__meta-row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.home2-epin-hero__meta-row dt {
    margin: 0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
}

.home2-epin-hero__meta-row dd {
    margin: 0;
    font-size: 12px;
    font-weight: 800;
    color: #ffffff;
}

@media (max-width: 991px) {
    .home2-epin-hero__inner {
        grid-template-columns: minmax(120px, 160px) minmax(0, 1fr);
    }

    .home2-epin-hero__aside {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    .home2-epin-hero__inner {
        grid-template-columns: 1fr;
        padding: 22px 18px;
        gap: 20px;
    }

    .home2-epin-hero__media {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 16px;
    }

    .home2-epin-hero__image {
        max-width: 110px;
    }

    .home2-epin-hero__seller {
        align-self: center;
    }

    .home2-epin-hero__copy {
        padding-top: 0;
    }

    .home2-epin-hero__payments {
        display: none;
    }
}

@media (max-width: 767px) {
    .home2-game-detail__content .special-container {
        width: calc(100% - 24px);
    }
}

/* ── E-pin detail: products + info tabs ── */

.home2-epin-products-section {
    margin-top: 28px;
}

.home2-epin-info-section {
    margin-top: 36px;
}

.home2-epin-info-section__box {
    padding: 22px 24px 24px;
    border-radius: 18px;
    border: 1px solid rgba(255, 176, 32, 0.12);
    background:
        linear-gradient(165deg, rgba(14, 16, 24, 0.98) 0%, rgba(8, 9, 13, 0.98) 100%);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.home2-epin-tabs--info {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
    padding: 6px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.02);
}

.home2-epin-tabs--info .home2-epin-tabs__btn {
    flex: 1 1 auto;
    justify-content: center;
    min-width: 140px;
    padding: 12px 16px;
    border-radius: 10px;
    border: 1px solid transparent;
}

.home2-epin-tabs--info .home2-epin-tabs__btn.is-active {
    color: #ffffff;
    border-color: rgba(255, 196, 80, 0.28);
    background:
        linear-gradient(135deg, rgba(255, 176, 32, 0.16) 0%, rgba(255, 122, 0, 0.08) 100%);
    box-shadow: 0 8px 20px rgba(255, 122, 0, 0.12);
}

.home2-epin-info-section .home2-epin-panels {
    padding-top: 0;
}

.home2-epin-info-section .home2-epin-empty {
    margin: 12px 0 4px;
}

.home2-epin-section {
    margin-top: 28px;
}

.home2-epin-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0 4px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.home2-epin-tabs__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.42);
    cursor: pointer;
    transition: color 0.2s ease, background 0.2s ease;
}

.home2-epin-tabs__btn svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    opacity: 0.65;
}

.home2-epin-tabs__btn:hover {
    color: rgba(255, 255, 255, 0.72);
}

.home2-epin-tabs__btn.is-active {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
}

.home2-epin-tabs__btn.is-active svg {
    opacity: 1;
    color: #ffb020;
}

.home2-epin-panels {
    padding-top: 8px;
}

.home2-epin-panel {
    display: none;
}

.home2-epin-panel.is-active {
    display: block;
    animation: home2EpinFadeIn 0.25s ease;
}

.home2-epin-panel[hidden] {
    display: none !important;
}

@keyframes home2EpinFadeIn {
    from { opacity: 0; transform: translateY(4px); }
    to { opacity: 1; transform: translateY(0); }
}

.home2-epin-empty {
    margin: 24px 0;
    padding: 20px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px dashed rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.55);
    font-size: 14px;
    text-align: center;
}

/* Product list */

.home2-epin-products {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(255, 176, 32, 0.12);
    background: linear-gradient(165deg, rgba(18, 20, 28, 0.98) 0%, rgba(10, 11, 16, 0.98) 100%);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.home2-epin-products__list {
    display: flex;
    flex-direction: column;
}

.home2-epin-product {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 96px minmax(118px, 136px) 118px minmax(200px, auto);
    align-items: center;
    column-gap: 20px;
    row-gap: 12px;
    padding: 16px 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    transition: background 0.2s ease, border-color 0.2s ease;
}

.home2-epin-products__list .home2-epin-product:nth-child(even) {
    background: rgba(255, 255, 255, 0.018);
}

.home2-epin-product:not(.home2-epin-product--head):hover {
    background: rgba(255, 176, 32, 0.06);
    border-top-color: rgba(255, 176, 32, 0.12);
}

.home2-epin-product--head + .home2-epin-product,
.home2-epin-product:first-child {
    border-top: 0;
}

.home2-epin-product--head {
    padding: 13px 24px;
    background: linear-gradient(90deg, rgba(255, 176, 32, 0.1) 0%, rgba(255, 176, 32, 0.03) 100%);
    border-bottom: 1px solid rgba(255, 176, 32, 0.14);
}

.home2-epin-product--head span {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 196, 80, 0.78);
}

.home2-epin-product--head .home2-epin-product__main span,
.home2-epin-product--head .home2-epin-product__stock-col span,
.home2-epin-product--head .home2-epin-product__pricing span,
.home2-epin-product--head .home2-epin-product__qty-wrap span {
    display: block;
}

.home2-epin-product--head .home2-epin-product__stock-col,
.home2-epin-product--head .home2-epin-product__pricing,
.home2-epin-product--head .home2-epin-product__qty-wrap {
    text-align: center;
}

.home2-epin-product--head .home2-epin-product__actions span {
    text-align: right;
    display: block;
}

.home2-epin-product__main {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
}

.home2-epin-product__stock-col {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.home2-epin-product__thumb {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 176, 32, 0.15);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.32);
}

.home2-epin-product__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.home2-epin-product__copy {
    min-width: 0;
}

.home2-epin-product__name {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -0.015em;
    color: #ffffff;
}

.home2-epin-product__sub {
    margin: 5px 0 0;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.4;
}

.home2-epin-product__stock {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: nowrap;
}

.home2-epin-product__stock svg {
    width: 13px;
    height: 13px;
    flex-shrink: 0;
}

.home2-epin-product__stock--in {
    background: rgba(61, 220, 132, 0.12);
    border: 1px solid rgba(61, 220, 132, 0.35);
    color: #4ade80;
    box-shadow: 0 0 16px rgba(61, 220, 132, 0.12);
}

.home2-epin-product__stock--out {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.28);
    color: #f87171;
}

.home2-epin-product__pricing {
    text-align: center;
}

.home2-epin-product__price {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
}

.home2-epin-product__old {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.38);
    text-decoration: line-through;
    text-decoration-color: rgba(255, 255, 255, 0.28);
}

.home2-epin-product__current {
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #ffc040;
    white-space: nowrap;
    text-shadow: 0 0 20px rgba(255, 176, 32, 0.3);
}

.home2-epin-product__currency {
    font-size: 0.72em;
    font-weight: 800;
    margin-left: 1px;
}

.home2-epin-product__qty-wrap {
    display: flex;
    justify-content: center;
    padding-left: 24px;
    margin-left: 8px;
    border-left: 1px solid rgba(255, 255, 255, 0.07);
}

.home2-epin-product__qty-picker {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    min-width: 0;
    padding: 6px 8px;
    border: 1px solid rgba(255, 196, 80, 0.22);
    border-radius: 10px;
    background: rgba(255, 176, 32, 0.08);
    color: rgba(255, 255, 255, 0.82);
    cursor: pointer;
    transition: border-color 0.15s ease, background 0.15s ease;
}

.home2-epin-product__qty-picker:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.home2-epin-product__qty-picker-label {
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 196, 80, 0.72);
    line-height: 1;
}

.home2-epin-product__qty-picker-value {
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    color: #ffffff;
}

.home2-game-detail .home2-epin-product__stepper {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    height: 36px;
    margin: 0;
    padding: 3px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.home2-game-detail .home2-epin-product__stepper-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    min-width: 28px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    transition: background 0.18s ease, color 0.18s ease, transform 0.15s ease;
    -webkit-appearance: none;
    appearance: none;
}

.home2-game-detail .home2-epin-product__stepper-btn svg {
    display: block;
    width: 14px;
    height: 14px;
    pointer-events: none;
}

.home2-game-detail .home2-epin-product__stepper-btn:hover:not(:disabled) {
    background: rgba(255, 176, 32, 0.16);
    color: #ffc853;
}

.home2-game-detail .home2-epin-product__stepper-btn:active:not(:disabled) {
    transform: scale(0.94);
    background: rgba(255, 176, 32, 0.28);
    color: #ffffff;
}

.home2-game-detail .home2-epin-product__stepper-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.home2-game-detail .home2-epin-product__stepper-input {
    width: 34px;
    min-width: 34px;
    height: 28px;
    margin: 0 1px;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.28);
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    -moz-appearance: textfield;
    appearance: textfield;
    transition: background 0.18s ease;
}

.home2-game-detail .home2-epin-product__stepper-input::-webkit-outer-spin-button,
.home2-game-detail .home2-epin-product__stepper-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.home2-game-detail .home2-epin-product__stepper-input:focus {
    outline: none;
    background: rgba(255, 176, 32, 0.12);
}

.home2-epin-product__price.is-updating .home2-epin-product__amount {
    transition: color 0.15s ease;
    color: #ffe08a;
}

.home2-epin-product__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    padding-left: 8px;
}

.home2-epin-product__buy {
    padding: 0;
    border: 0;
    background: none;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.58);
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    transition: color 0.15s ease;
}

.home2-epin-product__buy:hover {
    color: #ffffff;
    text-decoration: none;
}

.home2-epin-product__cart {
    padding: 11px 18px;
    border: 0;
    border-radius: 11px;
    background: linear-gradient(135deg, #ffb020 0%, #ff7a00 100%);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #ffffff;
    white-space: nowrap;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    box-shadow: 0 6px 18px rgba(255, 122, 0, 0.32);
}

.home2-epin-product__cart:hover:not(:disabled) {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(255, 122, 0, 0.42);
}

.home2-epin-product__cart--disabled,
.home2-epin-product__cart:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    box-shadow: none;
}

.home2-epin-product.is-out-of-stock {
    opacity: 0.62;
}

.home2-epin-product.is-out-of-stock .home2-epin-product__current {
    color: rgba(255, 255, 255, 0.35);
    text-shadow: none;
}

/* Remove legacy badge styles if any */
.home2-epin-product__badge,
.home2-epin-product__title-row,
.home2-epin-product__lead,
.home2-epin-product__qty,
.home2-epin-product__qty-btn,
.home2-epin-product__qty-input {
    display: none;
}

.home2-game-detail .home2-epin-product__stepper {
    display: inline-flex;
}

.home2-game-detail .home2-epin-product__stepper-btn {
    display: inline-flex;
}

.home2-game-detail .home2-epin-product__stepper-input {
    display: block;
}

/* Content panels */

.home2-epin-content {
    padding: 20px 4px;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.78);
}

.home2-epin-content__body {
    overflow: hidden;
    transition: max-height 0.45s ease;
}

.home2-epin-content__body.is-collapsed {
    max-height: 200px;
}

.home2-epin-content__more {
    margin-top: 14px;
}

.home2-game-detail .home2-epin-info-section .home2-epin-content {
    margin: 0;
    padding: 22px 24px;
    border-radius: 14px;
    border: 1px solid rgba(255, 196, 80, 0.14);
    background: rgba(0, 0, 0, 0.22);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    font-size: 14px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.78);
}

.home2-game-detail .home2-epin-info-section .home2-epin-content > :first-child {
    margin-top: 0;
}

.home2-game-detail .home2-epin-info-section .home2-epin-content > :last-child {
    margin-bottom: 0;
}

.home2-game-detail .home2-epin-info-section .home2-epin-content h1,
.home2-game-detail .home2-epin-info-section .home2-epin-content h2,
.home2-game-detail .home2-epin-info-section .home2-epin-content h3,
.home2-game-detail .home2-epin-info-section .home2-epin-content h4,
.home2-game-detail .home2-epin-info-section .home2-epin-content h5,
.home2-game-detail .home2-epin-info-section .home2-epin-content h6 {
    margin: 1.4em 0 0.65em;
    padding-left: 14px;
    border-left: 3px solid rgba(255, 176, 32, 0.75);
    font-weight: 800;
    line-height: 1.35;
    color: #ffffff;
}

.home2-game-detail .home2-epin-info-section .home2-epin-content h1 { font-size: 22px; }
.home2-game-detail .home2-epin-info-section .home2-epin-content h2 { font-size: 18px; }
.home2-game-detail .home2-epin-info-section .home2-epin-content h3 { font-size: 16px; }
.home2-game-detail .home2-epin-info-section .home2-epin-content h4 { font-size: 15px; }
.home2-game-detail .home2-epin-info-section .home2-epin-content h5 { font-size: 14px; }
.home2-game-detail .home2-epin-info-section .home2-epin-content h6 {
    font-size: 13px;
    color: rgba(255, 196, 80, 0.92);
    border-left-color: rgba(255, 196, 80, 0.45);
}

.home2-game-detail .home2-epin-info-section .home2-epin-content p {
    margin: 0 0 1em;
}

.home2-game-detail .home2-epin-info-section .home2-epin-content a {
    color: #ffb020;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.2s ease;
}

.home2-game-detail .home2-epin-info-section .home2-epin-content a:hover {
    color: #ffc850;
}

.home2-game-detail .home2-epin-info-section .home2-epin-content strong,
.home2-game-detail .home2-epin-info-section .home2-epin-content b {
    font-weight: 800;
    color: #ffffff;
}

.home2-game-detail .home2-epin-info-section .home2-epin-content ul,
.home2-game-detail .home2-epin-info-section .home2-epin-content ol {
    margin: 0 0 1.1em;
    padding-left: 1.35em;
}

.home2-game-detail .home2-epin-info-section .home2-epin-content ul {
    list-style: none;
}

.home2-game-detail .home2-epin-info-section .home2-epin-content ul > li {
    position: relative;
    margin-bottom: 0.45em;
    padding-left: 1.1em;
}

.home2-game-detail .home2-epin-info-section .home2-epin-content ul > li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.62em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffb020 0%, #ff7a00 100%);
    box-shadow: 0 0 8px rgba(255, 176, 32, 0.45);
}

.home2-game-detail .home2-epin-info-section .home2-epin-content ol > li {
    margin-bottom: 0.45em;
    padding-left: 0.25em;
}

.home2-game-detail .home2-epin-info-section .home2-epin-content ol > li::marker {
    color: #ffb020;
    font-weight: 800;
}

.home2-game-detail .home2-epin-info-section .home2-epin-content blockquote {
    margin: 1.1em 0;
    padding: 14px 16px;
    border-radius: 12px;
    border-left: 3px solid rgba(255, 176, 32, 0.55);
    background: rgba(255, 176, 32, 0.06);
    color: rgba(255, 255, 255, 0.72);
}

.home2-game-detail .home2-epin-info-section .home2-epin-content hr {
    margin: 1.4em 0;
    border: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 196, 80, 0.28) 20%, rgba(255, 196, 80, 0.28) 80%, transparent);
}

.home2-game-detail .home2-epin-info-section .home2-epin-content table {
    width: 100%;
    margin: 1.1em 0;
    border-collapse: collapse;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 196, 80, 0.12);
}

.home2-game-detail .home2-epin-info-section .home2-epin-content th,
.home2-game-detail .home2-epin-info-section .home2-epin-content td {
    padding: 10px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    text-align: left;
    vertical-align: top;
}

.home2-game-detail .home2-epin-info-section .home2-epin-content th {
    background: rgba(255, 176, 32, 0.1);
    color: #ffffff;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.home2-game-detail .home2-epin-info-section .home2-epin-content tr:nth-child(even) td {
    background: rgba(255, 255, 255, 0.02);
}

.home2-game-detail .home2-epin-info-section .home2-epin-content tr:last-child td {
    border-bottom: 0;
}

.home2-game-detail .home2-epin-info-section .home2-epin-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.home2-game-detail .home2-epin-info-section .home2-epin-content .activation-item-area {
    width: 100%;
    margin-bottom: 24px;
}

.home2-game-detail .home2-epin-info-section .home2-epin-content .activation-item {
    margin: 0 0 28px;
}

.home2-game-detail .home2-epin-info-section .home2-epin-content .activation-item:last-child {
    margin-bottom: 0;
}

.home2-game-detail .home2-epin-info-section .home2-epin-content .activation-item-image {
    width: 100%;
    max-width: 100%;
    margin-bottom: 12px;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(255, 196, 80, 0.12);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.home2-game-detail .home2-epin-info-section .home2-epin-content .activation-item-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0;
    border: 0;
}

.home2-game-detail .home2-epin-info-section .home2-epin-content .activation-item-title {
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #ffb020;
}

.home2-game-detail .home2-epin-info-section .home2-epin-content .home2-epin-empty {
    margin: 0;
    background: rgba(255, 255, 255, 0.02);
}

.home2-epin-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.home2-epin-feature-image {
    margin-bottom: 16px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.home2-epin-feature-image img {
    display: block;
    width: 100%;
    height: auto;
}

.home2-epin-gallery-section {
    margin-top: 36px;
}

.home2-epin-gallery-section__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.home2-epin-gallery-section__head-inner {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.home2-epin-gallery-section__gem {
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    border: 1px solid rgba(255, 196, 80, 0.85);
    background: linear-gradient(135deg, rgba(255, 196, 80, 0.35), rgba(255, 120, 32, 0.15));
    box-shadow: 0 0 14px rgba(255, 176, 32, 0.45);
}

.home2-epin-gallery-section__title {
    margin: 0;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #ffffff;
}

.home2-epin-gallery-section__head-line {
    position: relative;
    width: min(420px, 72%);
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(255, 196, 80, 0.18) 18%, rgba(255, 196, 80, 0.18) 82%, transparent);
    overflow: hidden;
}

.home2-epin-gallery-section__head-line span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 120px;
    height: 6px;
    margin: -3px 0 0 -60px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255, 210, 96, 0.95) 0%, rgba(255, 176, 32, 0.55) 42%, transparent 72%);
    filter: blur(1px);
}

.home2-epin-gallery-section__stage {
    position: relative;
    padding: 28px 56px 34px;
    border-radius: 22px;
    border: 1px solid rgba(255, 176, 32, 0.14);
    background:
        radial-gradient(ellipse 70% 42% at 50% 100%, rgba(255, 140, 32, 0.12) 0%, transparent 68%),
        linear-gradient(180deg, rgba(12, 14, 20, 0.98) 0%, rgba(7, 8, 12, 0.98) 100%);
    box-shadow:
        0 24px 56px rgba(0, 0, 0, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    overflow: hidden;
    touch-action: none;
}

.home2-epin-gallery-section__stage-glow {
    position: absolute;
    left: 50%;
    bottom: 58px;
    width: min(520px, 62%);
    height: 90px;
    margin-left: calc(min(520px, 62%) / -2);
    background: radial-gradient(ellipse at center, rgba(255, 150, 40, 0.28) 0%, transparent 72%);
    pointer-events: none;
    filter: blur(8px);
}

.home2-epin-gallery-section__carousel {
    position: relative;
    height: clamp(220px, 28vw, 320px);
    perspective: 1400px;
    perspective-origin: 50% 42%;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
}

.home2-epin-gallery-section__carousel.is-dragging {
    cursor: grabbing;
}

.home2-epin-gallery-section__slides {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    transform-style: preserve-3d;
}

.home2-epin-gallery-section__slide {
    --slide-w: min(42vw, 520px);
    --slide-h: min(24vw, 290px);
    position: absolute;
    left: 50%;
    top: 46%;
    width: var(--slide-w);
    height: var(--slide-h);
    margin-left: calc(var(--slide-w) / -2);
    margin-top: calc(var(--slide-h) / -2);
    opacity: 0;
    pointer-events: none;
    z-index: 1;
    transition:
        transform 0.48s cubic-bezier(0.22, 0.85, 0.28, 1),
        opacity 0.38s ease,
        filter 0.38s ease;
    transform: translate3d(0, 12px, -120px) scale(0.48) rotateY(0deg);
    filter: brightness(0.72) saturate(0.85);
}

.home2-epin-gallery-section__slide.is-active,
.home2-epin-gallery-section__slide.is-prev-1,
.home2-epin-gallery-section__slide.is-next-1,
.home2-epin-gallery-section__slide.is-prev-2,
.home2-epin-gallery-section__slide.is-next-2 {
    pointer-events: auto;
}

.home2-epin-gallery-section__slide.is-active {
    opacity: 1;
    z-index: 6;
    filter: none;
    transform: translate3d(0, 0, 90px) scale(1) rotateY(0deg);
}

.home2-epin-gallery-section__slide.is-prev-1 {
    opacity: 0.88;
    z-index: 5;
    filter: brightness(0.82) saturate(0.92);
    transform: translate3d(-54%, 8px, 20px) scale(0.78) rotateY(24deg);
}

.home2-epin-gallery-section__slide.is-next-1 {
    opacity: 0.88;
    z-index: 5;
    filter: brightness(0.82) saturate(0.92);
    transform: translate3d(54%, 8px, 20px) scale(0.78) rotateY(-24deg);
}

.home2-epin-gallery-section__slide.is-prev-2 {
    opacity: 0.58;
    z-index: 4;
    filter: brightness(0.68) saturate(0.8);
    transform: translate3d(-96%, 16px, -40px) scale(0.62) rotateY(32deg);
}

.home2-epin-gallery-section__slide.is-next-2 {
    opacity: 0.58;
    z-index: 4;
    filter: brightness(0.68) saturate(0.8);
    transform: translate3d(96%, 16px, -40px) scale(0.62) rotateY(-32deg);
}

.home2-epin-gallery-section__slide.is-hidden {
    opacity: 0;
    z-index: 0;
    transform: translate3d(0, 24px, -180px) scale(0.4) rotateY(0deg);
}

.home2-epin-gallery-section__card {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    border: 1px solid rgba(255, 196, 80, 0.28);
    background: rgba(255, 255, 255, 0.02);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
    overflow: hidden;
}

.home2-epin-gallery-section__slide.is-active .home2-epin-gallery-section__card {
    border-color: rgba(255, 210, 96, 0.72);
    box-shadow:
        0 22px 48px rgba(0, 0, 0, 0.42),
        0 0 0 1px rgba(255, 196, 80, 0.12),
        0 0 36px rgba(255, 150, 40, 0.22);
}

.home2-epin-gallery-section__index {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 3;
    min-width: 34px;
    padding: 4px 8px;
    border-radius: 8px;
    border: 1px solid rgba(255, 196, 80, 0.35);
    background: rgba(8, 10, 14, 0.72);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: rgba(255, 220, 150, 0.95);
    text-align: center;
    pointer-events: none;
}

.home2-epin-gallery-section__media {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    overflow: hidden;
    background: transparent;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.home2-epin-gallery-section__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    image-rendering: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: transform 0.45s ease;
}

.home2-epin-gallery-section__slide.is-active .home2-epin-gallery-section__media:hover img {
    transform: scale(1.04);
}

.home2-epin-gallery-section__media-glow {
    position: absolute;
    inset: auto 0 0;
    height: 42%;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.72) 100%);
    pointer-events: none;
}

.home2-epin-gallery-section__caption {
    position: absolute;
    left: 14px;
    right: 52px;
    bottom: 14px;
    z-index: 3;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.35s ease, transform 0.35s ease;
    pointer-events: none;
}

.home2-epin-gallery-section__slide.is-active .home2-epin-gallery-section__caption {
    opacity: 1;
    transform: translateY(0);
}

.home2-epin-gallery-section__kicker {
    display: block;
    margin-bottom: 4px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 196, 80, 0.82);
}

.home2-epin-gallery-section__label {
    display: block;
    font-size: clamp(14px, 1.6vw, 18px);
    font-weight: 900;
    letter-spacing: 0.04em;
    color: #ffffff;
    line-height: 1.15;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home2-epin-gallery-section__expand {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    border: 1px solid rgba(255, 196, 80, 0.35);
    background: rgba(8, 10, 14, 0.72);
    color: rgba(255, 220, 150, 0.95);
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.35s ease, transform 0.35s ease;
    pointer-events: none;
}

.home2-epin-gallery-section__expand svg {
    width: 14px;
    height: 14px;
}

.home2-epin-gallery-section__slide.is-active .home2-epin-gallery-section__expand {
    opacity: 1;
    transform: translateY(0);
}

.home2-epin-gallery-section__nav {
    position: absolute;
    top: 50%;
    z-index: 8;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-top: -28px;
    padding: 0;
    border: 1px solid rgba(255, 196, 80, 0.28);
    border-radius: 50%;
    background: rgba(8, 10, 14, 0.78);
    color: rgba(255, 220, 150, 0.95);
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
    transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease, opacity 0.18s ease;
}

.home2-epin-gallery-section__nav svg {
    width: 18px;
    height: 18px;
}

.home2-epin-gallery-section__nav:hover:not(:disabled) {
    background: rgba(255, 176, 32, 0.16);
    border-color: rgba(255, 210, 96, 0.72);
    transform: scale(1.05);
}

.home2-epin-gallery-section__nav:disabled {
    opacity: 0.28;
    cursor: default;
}

.home2-epin-gallery-section__nav--prev {
    left: 14px;
}

.home2-epin-gallery-section__nav--next {
    right: 14px;
}

.home2-epin-gallery-section__pager {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 8px;
}

.home2-epin-gallery-section__progress-track {
    width: min(420px, 72%);
    height: 3px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.home2-epin-gallery-section__progress-fill {
    display: block;
    height: 100%;
    width: 20%;
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(255, 196, 80, 0.35), #ffc850 45%, rgba(255, 196, 80, 0.35));
    box-shadow: 0 0 16px rgba(255, 176, 32, 0.45);
    transition: width 0.35s ease;
}

.home2-epin-gallery-section__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.home2-epin-gallery-section__dot {
    width: 7px;
    height: 7px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.home2-epin-gallery-section__dot.is-active {
    background: #ffc850;
    box-shadow: 0 0 12px rgba(255, 176, 32, 0.55);
    transform: scale(1.25);
}

/* Home2 galeri lightbox — 3D carousel popup (3 görünür slayt) */
.home2-epin-lightbox {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: grid;
    place-items: center;
    padding: 24px;
}

.home2-epin-lightbox[hidden] {
    display: none !important;
}

.home2-epin-lightbox__overlay {
    position: absolute;
    inset: 0;
    background: rgba(5, 7, 12, 0.92);
    backdrop-filter: blur(4px);
}

.home2-epin-lightbox__dialog {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100vw - 32px));
    max-height: calc(100vh - 24px);
    padding: 18px 18px 16px;
    border-radius: 22px;
    border: 1px solid rgba(255, 196, 80, 0.42);
    background:
        radial-gradient(ellipse 80% 50% at 50% 0%, rgba(255, 150, 40, 0.12) 0%, transparent 70%),
        linear-gradient(165deg, rgba(14, 16, 24, 0.98) 0%, rgba(8, 9, 13, 0.98) 100%);
    box-shadow:
        0 28px 64px rgba(0, 0, 0, 0.55),
        0 0 48px rgba(255, 150, 40, 0.16);
}

.home2-epin-lightbox__stage {
    position: relative;
    padding: 12px 52px 18px;
    touch-action: none;
}

.home2-epin-lightbox__stage-glow {
    position: absolute;
    left: 50%;
    bottom: 52px;
    width: min(760px, 72%);
    height: 120px;
    margin-left: calc(min(760px, 72%) / -2);
    background: radial-gradient(ellipse at center, rgba(255, 150, 40, 0.24) 0%, transparent 72%);
    pointer-events: none;
    filter: blur(8px);
}

.home2-epin-lightbox__carousel {
    position: relative;
    height: clamp(320px, 58vh, 620px);
    perspective: 1400px;
    perspective-origin: 50% 42%;
    cursor: grab;
    user-select: none;
}

.home2-epin-lightbox__carousel.is-dragging,
.home2-epin-lightbox__stage.is-dragging .home2-epin-lightbox__carousel {
    cursor: grabbing;
}

.home2-epin-lightbox__slides {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    transform-style: preserve-3d;
}

.home2-epin-lightbox__slide {
    --lb-slide-w: min(92vw, 1120px);
    --lb-slide-h: min(52vw, 640px);
    position: absolute;
    left: 50%;
    top: 46%;
    width: var(--lb-slide-w);
    height: var(--lb-slide-h);
    margin-left: calc(var(--lb-slide-w) / -2);
    margin-top: calc(var(--lb-slide-h) / -2);
    opacity: 0;
    pointer-events: none;
    z-index: 1;
    transition:
        transform 0.45s cubic-bezier(0.22, 0.85, 0.28, 1),
        opacity 0.35s ease,
        filter 0.35s ease;
    transform: translate3d(0, 12px, -120px) scale(0.48) rotateY(0deg);
    filter: brightness(0.72) saturate(0.85);
}

.home2-epin-lightbox__slide.is-active,
.home2-epin-lightbox__slide.is-prev-1,
.home2-epin-lightbox__slide.is-next-1 {
    pointer-events: auto;
}

.home2-epin-lightbox__slide.is-active {
    opacity: 1;
    z-index: 6;
    filter: none;
    transform: translate3d(0, 0, 90px) scale(1) rotateY(0deg);
}

.home2-epin-lightbox__slide.is-prev-1 {
    opacity: 0.82;
    z-index: 5;
    filter: brightness(0.78) saturate(0.88);
    transform: translate3d(-62%, 8px, 20px) scale(0.72) rotateY(26deg);
}

.home2-epin-lightbox__slide.is-next-1 {
    opacity: 0.82;
    z-index: 5;
    filter: brightness(0.78) saturate(0.88);
    transform: translate3d(62%, 8px, 20px) scale(0.72) rotateY(-26deg);
}

.home2-epin-lightbox__slide.is-hidden {
    opacity: 0;
    z-index: 0;
    transform: translate3d(0, 24px, -180px) scale(0.4) rotateY(0deg);
}

.home2-epin-lightbox__card {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    border: 1px solid rgba(255, 196, 80, 0.28);
    background: rgba(255, 255, 255, 0.02);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
    overflow: hidden;
}

.home2-epin-lightbox__slide.is-active .home2-epin-lightbox__card {
    border-color: rgba(255, 210, 96, 0.72);
    box-shadow:
        0 22px 48px rgba(0, 0, 0, 0.42),
        0 0 0 1px rgba(255, 196, 80, 0.12),
        0 0 36px rgba(255, 150, 40, 0.22);
}

.home2-epin-lightbox__index {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 3;
    min-width: 34px;
    padding: 4px 8px;
    border-radius: 8px;
    border: 1px solid rgba(255, 196, 80, 0.35);
    background: rgba(8, 10, 14, 0.82);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: rgba(255, 220, 150, 0.95);
    text-align: center;
    pointer-events: none;
}

.home2-epin-lightbox__media {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.home2-epin-lightbox__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.home2-epin-lightbox__media-glow {
    position: absolute;
    inset: auto 0 0;
    height: 42%;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.72) 100%);
    pointer-events: none;
}

.home2-epin-lightbox__caption {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 3;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.35s ease, transform 0.35s ease;
    pointer-events: none;
}

.home2-epin-lightbox__slide.is-active .home2-epin-lightbox__caption {
    opacity: 1;
    transform: translateY(0);
}

.home2-epin-lightbox__kicker {
    display: block;
    margin-bottom: 4px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 196, 80, 0.82);
}

.home2-epin-lightbox__label {
    display: block;
    font-size: clamp(14px, 1.8vw, 18px);
    font-weight: 900;
    letter-spacing: 0.04em;
    color: #ffffff;
    line-height: 1.15;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home2-epin-lightbox__close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 8;
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 1px solid rgba(255, 196, 80, 0.35);
    border-radius: 10px;
    background: rgba(8, 10, 14, 0.88);
    color: rgba(255, 220, 150, 0.95);
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

.home2-epin-lightbox__nav {
    position: absolute;
    top: 50%;
    z-index: 7;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-top: -32px;
    padding: 0;
    border: 1px solid rgba(255, 196, 80, 0.28);
    border-radius: 50%;
    background: rgba(8, 10, 14, 0.82);
    color: rgba(255, 220, 150, 0.95);
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.home2-epin-lightbox__nav svg {
    width: 18px;
    height: 18px;
}

.home2-epin-lightbox__nav:disabled {
    opacity: 0.28;
    cursor: default;
}

.home2-epin-lightbox__nav--prev {
    left: 8px;
}

.home2-epin-lightbox__nav--next {
    right: 8px;
}

.home2-epin-lightbox__pager {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 6px;
}

.home2-epin-lightbox__progress-track {
    width: min(360px, 72%);
    height: 3px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.home2-epin-lightbox__progress-fill {
    display: block;
    height: 100%;
    width: 20%;
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(255, 196, 80, 0.35), #ffc850 45%, rgba(255, 196, 80, 0.35));
    box-shadow: 0 0 16px rgba(255, 176, 32, 0.45);
    transition: width 0.35s ease;
}

.home2-epin-lightbox__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.home2-epin-lightbox__dot {
    width: 7px;
    height: 7px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.home2-epin-lightbox__dot.is-active {
    background: #ffc850;
    box-shadow: 0 0 12px rgba(255, 176, 32, 0.55);
    transform: scale(1.25);
}

body.home2-epin-lightbox-open {
    overflow: hidden;
}

@media (max-width: 767px) {
    .home2-epin-lightbox {
        padding: 10px;
    }

    .home2-epin-lightbox__dialog {
        width: calc(100vw - 16px);
        padding: 14px 10px 12px;
    }

    .home2-epin-lightbox__stage {
        padding: 8px 40px 14px;
    }

    .home2-epin-lightbox__carousel {
        height: clamp(280px, 62vh, 520px);
    }

    .home2-epin-lightbox__slide {
        --lb-slide-w: min(92vw, 720px);
        --lb-slide-h: min(62vw, 420px);
    }

    .home2-epin-lightbox__slide.is-prev-1 {
        transform: translate3d(-56%, 8px, 10px) scale(0.68) rotateY(22deg);
    }

    .home2-epin-lightbox__slide.is-next-1 {
        transform: translate3d(56%, 8px, 10px) scale(0.68) rotateY(-22deg);
    }

    .home2-epin-lightbox__nav--prev {
        left: 2px;
    }

    .home2-epin-lightbox__nav--next {
        right: 2px;
    }
}

/* Legacy fancybox overrides (unused by gallery popup) */
body.home2-game-detail .home2-epin-fancybox.fancybox-wrap {
    z-index: 8040;
}

body.home2-game-detail .home2-epin-fancybox .fancybox-skin {
    position: relative;
    padding: 14px 14px 18px !important;
    border-radius: 20px;
    border: 1px solid rgba(255, 196, 80, 0.42);
    background:
        radial-gradient(ellipse 80% 50% at 50% 0%, rgba(255, 150, 40, 0.12) 0%, transparent 70%),
        linear-gradient(165deg, rgba(14, 16, 24, 0.98) 0%, rgba(8, 9, 13, 0.98) 100%);
    box-shadow:
        0 28px 64px rgba(0, 0, 0, 0.55),
        0 0 48px rgba(255, 150, 40, 0.16);
    color: #ffffff;
    overflow: visible;
}

body.home2-game-detail .home2-epin-fancybox .fancybox-image {
    border-radius: 12px;
    border: 1px solid rgba(255, 196, 80, 0.22);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35);
}

body.home2-game-detail .home2-epin-fancybox .fancybox-outer {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

body.home2-game-detail .home2-epin-fancybox .fancybox-inner {
    border-radius: 12px;
    overflow: hidden;
}

body.home2-game-detail .home2-epin-fancybox .home2-epin-fancybox__chrome {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    padding: 14px;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.72) 100%);
    pointer-events: none;
}

body.home2-game-detail .home2-epin-fancybox .home2-epin-fancybox__index {
    min-width: 38px;
    padding: 5px 10px;
    border-radius: 8px;
    border: 1px solid rgba(255, 196, 80, 0.35);
    background: rgba(8, 10, 14, 0.82);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: rgba(255, 220, 150, 0.95);
    text-align: center;
}

body.home2-game-detail .home2-epin-fancybox .home2-epin-fancybox__meta {
    margin-left: auto;
    text-align: right;
}

body.home2-game-detail .home2-epin-fancybox .home2-epin-fancybox__kicker {
    display: block;
    margin-bottom: 4px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 196, 80, 0.82);
}

body.home2-game-detail .home2-epin-fancybox .home2-epin-fancybox__label {
    display: block;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.04em;
    color: #ffffff;
}

body.home2-game-detail .home2-epin-fancybox .fancybox-close {
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    border: 1px solid rgba(255, 196, 80, 0.35);
    background: rgba(8, 10, 14, 0.88);
}

body.home2-game-detail .home2-epin-fancybox .fancybox-nav {
    width: 42px;
}

body.home2-game-detail .home2-epin-fancybox .fancybox-nav span {
    visibility: visible;
    width: 42px;
    height: 42px;
    margin-top: -21px;
    border-radius: 50%;
    border: 1px solid rgba(255, 196, 80, 0.28);
    background: rgba(8, 10, 14, 0.82);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

body.home2-game-detail .home2-epin-fancybox .fancybox-prev span {
    left: 12px;
}

body.home2-game-detail .home2-epin-fancybox .fancybox-next span {
    right: 12px;
}

body.home2-game-detail .home2-epin-fancybox .fancybox-nav span::before,
body.home2-game-detail .home2-epin-fancybox .fancybox-nav span::after {
    background: #ffc850;
}

body.home2-game-detail .fancybox-overlay {
    background: rgba(5, 7, 12, 0.92) !important;
}

/* Legacy compact gallery (removed from tabs) */

.home2-epin-gallery {
    margin-top: 24px;
}

.home2-epin-gallery__title {
    margin: 0 0 14px;
    font-size: 14px;
    font-weight: 800;
    color: #ffffff;
}

.home2-epin-gallery__track {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 6px;
    scrollbar-width: thin;
}

.home2-epin-gallery__item,
.home2-epin-gallery__thumb {
    flex-shrink: 0;
    width: 120px;
    height: 72px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    cursor: pointer;
}

.home2-epin-gallery__item img,
.home2-epin-gallery__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Comments */

.home2-epin-comments {
    padding: 8px 4px 4px;
}

.home2-game-detail .home2-epin-info-section .home2-epin-comments {
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.78);
}

.home2-game-detail .home2-epin-info-section .home2-epin-comments__form {
    margin-bottom: 24px;
    padding: 20px 22px;
    border-radius: 14px;
    border: 1px solid rgba(255, 196, 80, 0.14);
    background: rgba(0, 0, 0, 0.22);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.home2-epin-comments__rating {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 14px;
}

.home2-epin-comments__rating-label {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 196, 80, 0.72);
}

.home2-game-detail .home2-epin-info-section .home2-epin-comments__stars {
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 4px;
}

.home2-game-detail .home2-epin-info-section .home2-epin-comments__stars input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.home2-game-detail .home2-epin-info-section .home2-epin-comments__stars label {
    display: block;
    margin: 0;
    cursor: pointer;
    font-size: 0;
    line-height: 1;
}

.home2-game-detail .home2-epin-info-section .home2-epin-comments__stars label::before {
    content: "★";
    display: block;
    font-size: 22px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.18);
    transition: color 0.2s ease, transform 0.15s ease, text-shadow 0.2s ease;
}

.home2-game-detail .home2-epin-info-section .home2-epin-comments__stars label:hover::before,
.home2-game-detail .home2-epin-info-section .home2-epin-comments__stars label:hover ~ label::before,
.home2-game-detail .home2-epin-info-section .home2-epin-comments__stars input:checked ~ label::before {
    color: #ffb020;
    text-shadow: 0 0 10px rgba(255, 176, 32, 0.45);
}

.home2-game-detail .home2-epin-info-section .home2-epin-comments__stars label:active::before {
    transform: scale(0.92);
}

.home2-game-detail .home2-epin-info-section .home2-epin-comments__textarea {
    display: block;
    width: 100%;
    min-height: 110px;
    margin: 0;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.28);
    color: #ffffff;
    font-size: 14px;
    line-height: 1.6;
    resize: vertical;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.home2-game-detail .home2-epin-info-section .home2-epin-comments__textarea::placeholder {
    color: rgba(255, 255, 255, 0.38);
}

.home2-game-detail .home2-epin-info-section .home2-epin-comments__textarea:focus {
    outline: none;
    border-color: rgba(255, 176, 32, 0.45);
    box-shadow: 0 0 0 3px rgba(255, 176, 32, 0.12);
}

.home2-game-detail .home2-epin-info-section .home2-epin-comments__submit {
    margin-top: 14px;
    padding: 11px 20px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(135deg, #ff9a1f 0%, #ff7a00 100%);
    box-shadow: 0 8px 20px rgba(255, 122, 0, 0.22);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.home2-game-detail .home2-epin-info-section .home2-epin-comments__submit:hover {
    filter: brightness(1.06);
    box-shadow: 0 10px 24px rgba(255, 122, 0, 0.28);
}

.home2-game-detail .home2-epin-info-section .home2-epin-comments__submit:active {
    transform: translateY(1px);
}

.home2-game-detail .home2-epin-info-section .home2-epin-comments__login {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.65);
}

.home2-game-detail .home2-epin-info-section .home2-epin-comments__login a {
    color: #ffb020;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.home2-game-detail .home2-epin-info-section .home2-epin-comments__login a:hover {
    color: #ffc850;
}

.home2-game-detail .home2-epin-info-section .home2-epin-comments__limit {
    border-color: rgba(255, 196, 80, 0.18);
    background: rgba(255, 176, 32, 0.06);
}

.home2-game-detail .home2-epin-info-section .home2-epin-comments__limit-text {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.72);
}

.home2-game-detail .home2-epin-info-section .home2-epin-comments__limit-text::before {
    content: 'ⓘ ';
    color: #ffb020;
    font-weight: 900;
}

.home2-game-detail .home2-epin-info-section .home2-epin-comments__list {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.home2-game-detail .home2-epin-info-section .home2-epin-comment {
    padding: 16px 18px;
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(255, 196, 80, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.home2-game-detail .home2-epin-info-section .home2-epin-comment__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 16px;
    margin-bottom: 10px;
}

.home2-game-detail .home2-epin-info-section .home2-epin-comment__author {
    font-size: 13px;
    font-weight: 800;
    color: #ffffff;
}

.home2-game-detail .home2-epin-info-section .home2-epin-comment__score {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.55);
}

.home2-game-detail .home2-epin-info-section .home2-epin-comment__score-value {
    font-weight: 800;
    color: #ffb020;
}

.home2-game-detail .home2-epin-info-section .home2-epin-comment__stars {
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

.home2-game-detail .home2-epin-info-section .home2-epin-comment__star {
    display: inline-block;
    font-size: 0;
    line-height: 1;
}

.home2-game-detail .home2-epin-info-section .home2-epin-comment__star::before {
    content: "★";
    font-size: 12px;
    color: rgba(255, 255, 255, 0.18);
}

.home2-game-detail .home2-epin-info-section .home2-epin-comment__star.is-filled::before {
    color: #ffb020;
    text-shadow: 0 0 8px rgba(255, 176, 32, 0.35);
}

.home2-game-detail .home2-epin-info-section .home2-epin-comment__date {
    margin-left: auto;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.38);
}

.home2-game-detail .home2-epin-info-section .home2-epin-comment__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.72);
}

.home2-game-detail .home2-epin-info-section .home2-epin-empty {
    margin-top: 8px;
}

@media (max-width: 1100px) {
    .home2-epin-product {
        grid-template-columns: minmax(0, 1fr) 88px minmax(108px, 124px) 110px minmax(180px, auto);
        column-gap: 16px;
        padding: 14px 18px;
    }

    .home2-epin-product__qty-wrap {
        padding-left: 16px;
    }

    .home2-epin-product__current {
        font-size: 19px;
    }

    .home2-epin-product__name {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .home2-epin-products {
        overflow-x: visible;
    }

    .home2-epin-product--head,
    .home2-epin-product {
        grid-template-columns: minmax(0, 1fr) 56px 50px 72px;
        column-gap: 4px;
        padding: 10px 8px;
    }

    .home2-epin-product--head {
        display: grid;
        min-width: 0;
    }

    .home2-epin-product--head span {
        font-size: 9px;
        letter-spacing: 0.08em;
    }

    .home2-epin-product {
        min-width: 0;
        border-radius: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.06);
        border-left: 0;
        border-right: 0;
        box-shadow: none;
        background: transparent;
    }

    .home2-epin-products__list .home2-epin-product:nth-child(even) {
        background: rgba(255, 255, 255, 0.018);
    }

    .home2-epin-product__stock-col {
        display: none;
    }

    .home2-epin-product__stock-col::before,
    .home2-epin-product__pricing::before,
    .home2-epin-product__qty-wrap::before {
        content: none;
        display: none;
    }

    .home2-epin-product__main {
        gap: 8px;
        min-width: 0;
    }

    .home2-epin-product__thumb {
        width: 40px;
        height: 40px;
        aspect-ratio: 1 / 1;
        border-radius: 9px;
    }

    .home2-epin-product__name {
        font-size: 12px;
        line-height: 1.2;
        overflow-wrap: anywhere;
    }

    .home2-epin-product__sub {
        display: none;
    }

    .home2-epin-product__pricing {
        display: block;
        padding: 0;
        border-top: 0;
    }

    .home2-epin-product__price {
        align-items: center;
    }

    .home2-epin-product__old {
        font-size: 9px;
        line-height: 1.1;
    }

    .home2-epin-product__current {
        font-size: 13px;
        line-height: 1.1;
    }

    .home2-epin-product__qty-wrap {
        justify-content: center;
        padding-left: 0;
        margin-left: 0;
        border-left: 0;
        flex-direction: row;
        align-items: center;
    }

    .home2-game-detail .home2-epin-product__stepper {
        display: none;
    }

    .home2-epin-product__qty-picker {
        display: inline-flex;
        width: 100%;
        padding: 5px 4px;
    }

    .home2-epin-product__qty-picker-value {
        font-size: 13px;
    }

    .home2-epin-product__actions {
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
        gap: 0;
        padding-left: 0;
    }

    .home2-epin-product__buy {
        display: none;
    }

    .home2-epin-product__cart {
        width: 100%;
        padding: 8px 6px;
        font-size: 8px;
        letter-spacing: 0.03em;
    }
}

@media (max-width: 767px) {
    .home2-epin-tabs,
    .home2-epin-tabs--info {
        gap: 4px;
        overflow-x: visible;
        flex-wrap: nowrap;
        padding: 4px;
        width: 100%;
        box-sizing: border-box;
    }

    .home2-epin-tabs::-webkit-scrollbar,
    .home2-epin-tabs--info::-webkit-scrollbar {
        display: none;
    }

    .home2-epin-tabs__btn {
        flex-shrink: 1;
        padding: 9px 6px;
        font-size: 10px;
    }

    .home2-epin-tabs--info .home2-epin-tabs__btn {
        flex: 1 1 0;
        min-width: 0;
        justify-content: center;
        padding: 10px 4px;
        font-size: 9px;
        letter-spacing: 0.03em;
        line-height: 1.15;
        text-align: center;
    }

    .home2-epin-tabs--info .home2-epin-tabs__btn svg {
        width: 12px;
        height: 12px;
        flex-shrink: 0;
    }

    .home2-epin-info-section {
        width: 100%;
        min-width: 0;
    }

    .home2-epin-info-section__box {
        padding: 16px 14px 18px;
    }

    .home2-game-detail .home2-epin-info-section .home2-epin-content {
        padding: 16px 14px;
    }

    .home2-game-detail .home2-epin-info-section .home2-epin-comments__form {
        padding: 16px 14px;
    }

    .home2-game-detail .home2-epin-info-section .home2-epin-comment {
        padding: 14px;
    }

    .home2-game-detail .home2-epin-info-section .home2-epin-comment__date {
        margin-left: 0;
        width: 100%;
    }

    .home2-epin-gallery-section__stage {
        padding: 18px 42px 26px;
    }

    .home2-epin-gallery-section__carousel {
        height: 210px;
    }

    .home2-epin-gallery-section__slide {
        --slide-w: min(72vw, 320px);
        --slide-h: min(42vw, 180px);
    }

    .home2-epin-gallery-section__slide.is-prev-1 {
        transform: translate3d(-46%, 10px, 10px) scale(0.74) rotateY(20deg);
    }

    .home2-epin-gallery-section__slide.is-next-1 {
        transform: translate3d(46%, 10px, 10px) scale(0.74) rotateY(-20deg);
    }

    .home2-epin-gallery-section__slide.is-prev-2,
    .home2-epin-gallery-section__slide.is-next-2 {
        opacity: 0;
    }

    .home2-epin-gallery-section__nav {
        width: 34px;
        height: 34px;
        margin-top: -22px;
    }

    .home2-epin-gallery-section__nav--prev {
        left: 8px;
    }

    .home2-epin-gallery-section__nav--next {
        right: 8px;
    }

    .home2-epin-gallery-section__label {
        font-size: 13px;
    }
}

/* Comment result modal */

.home2-epin-comment-modal {
    position: fixed;
    inset: 0;
    z-index: 12050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.home2-epin-comment-modal[hidden] {
    display: none !important;
}

body.home2-epin-comment-modal-open {
    overflow: hidden;
}

.home2-epin-comment-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.76);
    backdrop-filter: blur(3px);
}

.home2-epin-comment-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 440px);
    padding: 28px 24px 22px;
    border-radius: 18px;
    border: 1px solid rgba(255, 196, 80, 0.16);
    background:
        radial-gradient(ellipse 80% 60% at 50% 0%, rgba(255, 176, 32, 0.12) 0%, transparent 68%),
        linear-gradient(165deg, rgba(14, 16, 24, 0.98) 0%, rgba(8, 9, 13, 0.98) 100%);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.04);
    text-align: center;
}

.home2-epin-comment-modal__icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 14px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 900;
    border: 1px solid transparent;
}

.home2-epin-comment-modal.is-success .home2-epin-comment-modal__icon {
    color: #86efac;
    background: rgba(34, 197, 94, 0.12);
    border-color: rgba(34, 197, 94, 0.28);
    box-shadow: 0 0 24px rgba(34, 197, 94, 0.12);
}

.home2-epin-comment-modal.is-error .home2-epin-comment-modal__icon {
    color: #fca5a5;
    background: rgba(239, 68, 68, 0.12);
    border-color: rgba(239, 68, 68, 0.28);
    box-shadow: 0 0 24px rgba(239, 68, 68, 0.12);
}

.home2-epin-comment-modal__title {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 0.02em;
}

.home2-epin-comment-modal__text {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    line-height: 1.6;
}

.home2-epin-comment-modal__btn {
    min-width: 132px;
    padding: 11px 18px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(135deg, #ff9a1f 0%, #ff7a00 100%);
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(255, 122, 0, 0.22);
}

.home2-epin-comment-modal__btn:hover {
    filter: brightness(1.05);
}

/* Mobile quantity picker modal */

.home2-epin-qty-modal {
    position: fixed;
    inset: 0;
    z-index: 12060;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0;
}

.home2-epin-qty-modal[hidden] {
    display: none !important;
}

body.home2-epin-qty-modal-open {
    overflow: hidden;
}

.home2-epin-qty-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.76);
    backdrop-filter: blur(3px);
}

.home2-epin-qty-modal__dialog {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 420px;
    padding: 18px 16px calc(18px + env(safe-area-inset-bottom, 0px));
    border-radius: 18px 18px 0 0;
    border: 1px solid rgba(255, 196, 80, 0.16);
    border-bottom: 0;
    background:
        radial-gradient(ellipse 80% 60% at 50% 0%, rgba(255, 176, 32, 0.12) 0%, transparent 68%),
        linear-gradient(165deg, rgba(14, 16, 24, 0.98) 0%, rgba(8, 9, 13, 0.98) 100%);
    box-shadow: 0 -18px 48px rgba(0, 0, 0, 0.45);
}

.home2-epin-qty-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.72);
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

.home2-epin-qty-modal__title {
    margin: 0 0 6px;
    padding-right: 40px;
    font-size: 18px;
    font-weight: 900;
    color: #ffffff;
}

.home2-epin-qty-modal__text {
    margin: 0 0 14px;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.62);
}

.home2-epin-qty-modal__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
}

.home2-epin-qty-modal__option {
    min-height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.03);
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    transition: border-color 0.15s ease, background 0.15s ease, transform 0.15s ease;
}

.home2-epin-qty-modal__option.is-active,
.home2-epin-qty-modal__option:hover {
    border-color: rgba(255, 196, 80, 0.45);
    background: rgba(255, 176, 32, 0.14);
}

.home2-epin-qty-modal__option:active {
    transform: scale(0.97);
}
