/* Home2 hero — hesap.com.tr referans düzeni */
.home2-main {
    padding: 0;
    overflow-x: hidden;
}

@media (max-width: 1100px) {
    body.home2 {
        padding-top: 0;
        padding-bottom: 0;
    }
}

/* -------------------------------------------------------------------------- */
/* Home2 Site Header                                                          */
/* -------------------------------------------------------------------------- */

body.home2 .home2-site-header {
    position: sticky;
    top: 0;
    z-index: 1200;
    background: linear-gradient(180deg, rgba(18, 18, 28, 0.95) 0%, rgba(12, 12, 18, 0.98) 100%);
}

body.home2 .home2-site-header__inner {
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 16px;
}

body.home2 .home2-site-header__top {
    position: relative;
    border-bottom: 0;
    padding: 12px 0;
}

body.home2 .home2-site-header__top::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(
        90deg,
        rgba(232, 150, 10, 0) 0%,
        rgba(255, 183, 77, 0.35) 12%,
        rgba(255, 193, 7, 0.65) 50%,
        rgba(255, 183, 77, 0.35) 88%,
        rgba(232, 150, 10, 0) 100%
    );
    box-shadow: 0 0 12px rgba(255, 193, 7, 0.12);
    pointer-events: none;
}

body.home2 .home2-site-header__logo {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    text-decoration: none;
    border-radius: 8px;
}

body.home2 .home2-site-header__logo img {
    height: 34px;
    width: auto;
    display: block;
    position: relative;
    z-index: 1;
}

/* Yatay beyaz shine hover — logo / menü / sepet / giriş */
@keyframes home2-shine-sweep {
    0% {
        left: -150%;
        opacity: 0;
    }
    12% {
        opacity: 1;
    }
    100% {
        left: 200%;
        opacity: 0;
    }
}

@keyframes home2-logo-shine {
    0% {
        left: -150%;
        opacity: 0;
    }
    12% {
        opacity: 1;
    }
    100% {
        left: 200%;
        opacity: 0;
    }
}

body.home2 .home2-shine-hover {
    position: relative;
}

body.home2 .home2-shine-surface {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

body.home2 .home2-shine-surface::after {
    content: '';
    position: absolute;
    top: 100%;
    left: -100%;
    width: 150%;
    height: 60%;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.08) 0,
        rgba(255, 255, 255, 0.08) 77%,
        rgba(255, 255, 255, 0.45) 92%,
        rgba(255, 255, 255, 0) 100%
    );
    opacity: 0;
    transform: rotate(30deg);
    animation: none;
}

body.home2 .home2-shine-hover:not(.home2-site-header__logo):not(.home2-mobile-header__brand):not(.home2-site-header__login-btn):hover .home2-shine-surface::after,
body.home2 .home2-site-header__cart-btn:hover .home2-shine-surface::after {
    top: 0;
    left: -100%;
    opacity: 0;
    animation: home2-shine-sweep 0.75s ease-in-out;
}

body.home2 .home2-site-header__login-btn.home2-shine-hover .home2-shine-surface {
    z-index: 0;
}

body.home2 .home2-site-header__login-btn.home2-shine-hover .home2-shine-surface::after {
    top: 0;
    left: -150%;
    width: 130%;
    height: 100%;
    transform: rotate(18deg);
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0,
        rgba(255, 255, 255, 0.18) 35%,
        rgba(255, 255, 255, 0.55) 50%,
        rgba(255, 255, 255, 0.18) 65%,
        rgba(255, 255, 255, 0) 100%
    );
    animation: none;
}

body.home2 .home2-site-header__login-btn.home2-shine-hover:hover .home2-shine-surface::after {
    animation: home2-login-shine 0.8s ease-in-out;
}

@keyframes home2-login-shine {
    0% {
        left: -150%;
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    100% {
        left: 180%;
        opacity: 0;
    }
}

/* Logo shine — görselin üstünden geçen yatay ışık */
body.home2 .home2-site-header__logo .home2-shine-surface,
body.home2 .home2-mobile-header__brand .home2-shine-surface {
    z-index: 2;
}

body.home2 .home2-site-header__logo .home2-shine-surface::after,
body.home2 .home2-mobile-header__brand .home2-shine-surface::after {
    top: 10px;
    left: -150%;
    width: 150px;
    height: 50px;
    transform: none;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.08) 0,
        rgba(255, 255, 255, 0.08) 77%,
        rgba(255, 255, 255, 0.45) 92%,
        rgba(255, 255, 255, 0) 100%
    );
    animation: none;
}

body.home2 .home2-site-header__logo:hover .home2-shine-surface::after,
body.home2 .home2-mobile-header__brand:hover .home2-shine-surface::after {
    animation: home2-logo-shine 0.85s ease-in-out;
}

body.home2 .home2-site-header__logo:hover,
body.home2 .home2-mobile-header__brand:hover {
    opacity: 0.92;
}

body.home2 .home2-site-header__logo {
    overflow: hidden;
}

body.home2 .home2-site-header__logo img,
body.home2 .home2-mobile-header__brand-img {
    position: relative;
    z-index: 1;
}

body.home2 .home2-site-header__nav {
    display: flex;
    align-items: center;
    gap: 0;
    flex: 1;
    min-width: 0;
    flex-wrap: wrap;
}

body.home2 .home2-site-header__nav > .home2-site-header__nav-link,
body.home2 .home2-site-header__nav > .home2-site-header__nav-dropdown {
    position: relative;
}

body.home2 .home2-site-header__nav > .home2-site-header__nav-link:not(:first-child)::after,
body.home2 .home2-site-header__nav > .home2-site-header__nav-dropdown:not(:first-child)::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.16);
    pointer-events: none;
    z-index: 2;
}

body.home2 .home2-site-header__nav > .home2-site-header__nav-link:not(:first-child)::after {
    animation: none;
    opacity: 1;
    background: rgba(255, 255, 255, 0.16);
    width: 1px;
    height: 20px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

body.home2 .home2-site-header__nav-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border: 1px solid transparent;
    background: transparent;
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
    position: relative;
    border-radius: 8px;
    box-shadow: none;
    overflow: hidden;
    isolation: isolate;
}

body.home2 .home2-site-header__nav-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 120%;
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0,
        rgba(255, 255, 255, 0.08) 35%,
        rgba(255, 255, 255, 0.28) 50%,
        rgba(255, 255, 255, 0.08) 65%,
        rgba(255, 255, 255, 0) 100%
    );
    opacity: 0;
    pointer-events: none;
    z-index: 0;
    animation: none;
}

body.home2 .home2-site-header__nav-link:hover::before {
    animation: home2-shine-sweep 0.75s ease-in-out;
}

body.home2 .home2-site-header__nav-link i {
    color: #fbbf24;
    font-size: 13px;
    position: relative;
    z-index: 1;
}

body.home2 .home2-site-header__nav-link svg {
    position: relative;
    z-index: 1;
}

body.home2 .home2-site-header__nav-link:hover {
    color: #fff;
    text-decoration: none;
}

body.home2 .home2-site-header__nav-link.is-active,
body.home2 .home2-site-header__nav-dropdown.is-active .home2-site-header__nav-link--dropdown,
body.home2 .home2-site-header__nav-dropdown.is-open .home2-site-header__nav-link--dropdown {
    color: #fff;
    text-decoration: none;
    border-color: #e8960a;
    box-shadow: inset 0 0 0 1px rgba(232, 150, 10, 0.15);
}

body.home2 .home2-site-header__nav-link.is-active i,
body.home2 .home2-site-header__nav-dropdown.is-active .home2-site-header__nav-link--dropdown i,
body.home2 .home2-site-header__nav-dropdown.is-open .home2-site-header__nav-link--dropdown i {
    color: #fbbf24;
}

body.home2 .home2-site-header__nav-link--fav svg {
    color: #ef4444;
}

body.home2 .home2-site-header__nav-dropdown {
    position: relative;
}

body.home2 .home2-site-header__dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    min-width: 180px;
    padding: 8px;
    border-radius: 12px;
    background: #12151c;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
    display: none;
    z-index: 30;
}

body.home2 .home2-site-header__nav-dropdown.is-open .home2-site-header__dropdown-menu {
    display: block;
}

body.home2 .home2-site-header__dropdown-menu a {
    display: block;
    padding: 8px 10px;
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 13px;
    text-decoration: none;
}

body.home2 .home2-site-header__dropdown-menu a:hover {
    background: rgba(251, 191, 36, 0.1);
    color: #fff;
    text-decoration: none;
}

body.home2 .home2-site-header__actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

/* Masaüstü inline arama + dropdown (hesap.com.tr tarzı) */
body.home2 .home2-site-header__search-wrap {
    position: relative;
    flex: 1;
    min-width: 240px;
    max-width: 360px;
    z-index: 1200;
}

body.home2 .home2-site-header__search-field {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 44px;
    padding: 0 16px;
    margin: 0;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #101218;
    cursor: text;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.home2 .home2-site-header__search-wrap.is-open .home2-site-header__search-field,
body.home2 .home2-site-header__search-field:focus-within {
    border-color: #2563eb;
    box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.35);
}

body.home2 .home2-site-header__search-field i {
    color: rgba(255, 255, 255, 0.45);
    font-size: 14px;
    flex-shrink: 0;
}

body.home2 .home2-site-header__search-input {
    flex: 1;
    min-width: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 13px;
    line-height: 1.2;
    padding: 0;
    outline: none;
    box-shadow: none;
}

body.home2 .home2-site-header__search-input::placeholder {
    color: rgba(255, 255, 255, 0.42);
}

body.home2 .home2-site-header__search-input::-webkit-search-cancel-button {
    display: none;
}

body.home2 .home2-search-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 480px;
    max-width: min(480px, calc(100vw - 32px));
    padding: 16px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #0d1017;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.45);
    overflow: visible;
}

body.home2 .home2-search-dropdown[hidden] {
    display: none !important;
}

body.home2 .home2-search-dropdown__section + .home2-search-dropdown__section {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

body.home2 .home2-search-dropdown__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

body.home2 .home2-search-dropdown__label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 12px;
}

body.home2 .home2-search-dropdown__head .home2-search-dropdown__label {
    margin-bottom: 0;
}

body.home2 .home2-search-dropdown__clear {
    border: 0;
    background: transparent;
    color: #60a5fa;
    font-size: 12px;
    font-weight: 600;
    padding: 0;
    cursor: pointer;
}

body.home2 .home2-search-dropdown__clear:hover {
    color: #93c5fd;
}

body.home2 .home2-search-dropdown__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body.home2 .home2-search-pill {
    display: inline-flex;
    align-items: center;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.16);
    color: #93c5fd;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.18s ease, color 0.18s ease;
}

body.home2 .home2-search-pill:hover {
    background: rgba(37, 99, 235, 0.28);
    color: #dbeafe;
    text-decoration: none;
}

body.home2 .home2-search-dropdown__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

body.home2 .home2-search-result-item {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.03);
    color: #fff;
    text-decoration: none;
    transition: background 0.18s ease, border-color 0.18s ease;
}

body.home2 .home2-search-result-item:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.12);
    color: #fff;
    text-decoration: none;
}

body.home2 .home2-search-result-item__image {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.04);
}

body.home2 .home2-search-result-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

body.home2 .home2-search-result-item__name,
body.home2 .popular-searching-item .popular-item-title {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

body.home2 .home2-search-empty {
    grid-column: 1 / -1;
    padding: 24px 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.65);
    text-align: center;
    font-size: 14px;
}

/* Mobil tam ekran arama overlay */
body.home2 .home2-search-area--overlay {
    z-index: 9999;
}

body.home2 .home2-search-area--overlay.fade {
    z-index: -999;
}

body.home2 .home2-search-area--overlay .search-box .home2-search-input {
    width: 100%;
    height: 82px;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    padding: 20px 40px 20px 90px;
    font-size: 25px;
    font-weight: 500;
    color: #1f232e;
    box-shadow: 0 25px 50px rgba(10, 10, 10, 0.15);
}

body.home2 .home2-search-area--overlay .search-box .home2-search-input::placeholder {
    color: rgba(31, 35, 46, 0.35);
}

body.home2 .home2-search-area--overlay .popular-searching-title {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

body.home2 .home2-search-area--overlay .popular-searching-container {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

body.home2 .home2-search-area--overlay .popular-searching-item .popular-item-title {
    display: block;
}

@media (max-width: 991px) {
    body.home2 .home2-search-area--overlay .popular-searching-container {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
    }

    body.home2 .home2-search-area--overlay .search-box .home2-search-input {
        height: 64px;
        font-size: 18px;
        padding: 16px 24px 16px 72px;
    }
}

@media (max-width: 575px) {
    body.home2 .home2-search-area--overlay .popular-searching-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    body.home2 .home2-search-area--overlay .popular-searching-title {
        font-size: 18px;
    }
}

body.home2 .home2-site-header__icon-btn {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

/* Sepet butonu */
body.home2 .home2-site-header__top .shopping-basket {
    margin-left: 0;
    z-index: 2;
}

body.home2 .home2-site-header__top .shopping-basket .dropdown-toggle::after,
body.home2 .home2-mobile-header__cart .dropdown-toggle::after {
    content: none;
}

body.home2 .home2-site-header__cart-btn {
    width: 44px;
    height: 44px;
    min-width: 44px;
    padding: 0;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #18181c;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: visible;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    transition: background 0.18s ease, border-color 0.18s ease;
}

body.home2 .home2-site-header__cart-btn:hover,
body.home2 .home2-site-header__cart-btn:focus {
    background: #222228;
    border-color: rgba(255, 255, 255, 0.16);
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    outline: none;
}

body.home2 .home2-site-header__cart-btn .home2-header-cart-icon {
    position: relative;
    z-index: 1;
}

body.home2 .home2-header-cart-icon {
    width: 22px;
    height: 22px;
    display: block;
}

body.home2 .home2-site-header__cart-badge,
body.home2 .home2-site-header__cart-btn .basket-count {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 999px;
    background: #ffc107;
    color: #000;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 2px #18181c, 0 0 12px rgba(255, 193, 7, 0.75);
    pointer-events: none;
    z-index: 2;
}

body.home2 .shopping-basket .shopping-basket-inner {
    padding: 22px 24px 24px;
    background: linear-gradient(0deg, #49536a 0%, #516ca9 100%);
    border-radius: 10px;
    width: 380px;
    min-width: 380px;
    max-width: min(420px, calc(100vw - 24px));
    margin-top: 10px;
    border: 0;
    box-sizing: border-box;
}

body.home2 .shopping-basket .shopping-basket-inner.dropdown-menu {
    position: absolute;
    left: auto;
    right: 0;
    float: none;
}

body.home2 .shopping-basket .shopping-basket-inner .dropdown-item {
    white-space: normal;
    padding: 0;
    background: transparent;
}

body.home2 .shopping-basket .shopping-basket-inner .basket-items .basket-item .basket-item-name p {
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.25;
}

body.home2 .shopping-basket .shopping-basket-inner .basket-title {
    font-size: 11px;
    font-weight: 200;
    color: #fff;
    opacity: 0.5;
    text-align: right;
}

body.home2 .shopping-basket .shopping-basket-inner .basket-items {
    margin-top: 21px;
    max-height: min(360px, 50vh);
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 2px;
}

body.home2 .shopping-basket .shopping-basket-inner .basket-items .basket-total {
    background: linear-gradient(0deg, #ffa257 0%, #ffb87e 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    border-radius: 10px;
    height: 61px;
    margin-bottom: 12px;
    padding: 0 1rem;
}

body.home2 .shopping-basket .shopping-basket-inner .basket-items .basket-total .basket-total-count {
    font-size: 17px;
    font-weight: 200;
    line-height: 17px;
}

body.home2 .shopping-basket .shopping-basket-inner .basket-items .basket-total .basket-description {
    font-size: 10px;
    font-weight: 900;
    line-height: 10px;
}

body.home2 .shopping-basket .shopping-basket-inner .basket-items .basket-total .basket-go-button {
    width: 26px;
    height: 26px;
    background-color: #000;
    border-radius: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    box-shadow: 0 10px 15px rgba(10, 10, 10, 0.3);
}

body.home2 .shopping-basket .shopping-basket-inner .basket-items .basket-item {
    background-color: #1c2026;
    border-radius: 10px;
    padding: 0.85rem 1.1rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    position: relative;
    margin-bottom: 12px;
}

body.home2 .shopping-basket .shopping-basket-inner .basket-items .basket-item > div:first-child {
    flex: 1;
    min-width: 0;
}

body.home2 .shopping-basket .shopping-basket-inner .basket-items .basket-item:last-child {
    margin-bottom: 0;
}

body.home2 .shopping-basket .shopping-basket-inner .basket-items .basket-item .basket-item-name {
    font-size: 13px;
    font-weight: 500;
}

body.home2 .shopping-basket .shopping-basket-inner .basket-items .basket-item .basket-item-price {
    background-color: #fff;
    border-radius: 10px;
    padding: 0.4rem 0.65rem;
    text-align: center;
    min-width: 82px;
    flex-shrink: 0;
}

body.home2 .shopping-basket .shopping-basket-inner .basket-items .basket-item .basket-item-price .price {
    font-size: 12px;
    font-weight: 700;
    color: #000;
}

body.home2 .shopping-basket .shopping-basket-inner .basket-items .basket-item .basket-item-price .count {
    font-size: 9px;
    color: #666;
}

body.home2 .shopping-basket .shopping-basket-inner .basket-items .basket-item .delete-basket-item {
    position: absolute;
    top: -8px;
    right: -1px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #ff4d4f;
    color: #fff;
    padding: 0;
    font-size: 10px;
    line-height: 1;
}

body.home2 .home2-site-header__badge {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 999px;
    background: #fbbf24;
    color: #111;
    font-size: 10px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body.home2 .home2-site-header__login-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 44px;
    min-width: 0;
    padding: 0 22px;
    border-radius: 10px;
    background: linear-gradient(180deg, #ffb020 0%, #f59e0b 100%);
    color: #1a1200;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid rgba(255, 193, 7, 0.45);
    white-space: nowrap;
    box-shadow: 0 2px 10px rgba(245, 158, 11, 0.22);
    line-height: 1;
    overflow: hidden;
    position: relative;
}

body.home2 .home2-site-header__login-btn .home2-header-user-icon,
body.home2 .home2-site-header__login-btn .home2-site-header__login-text {
    position: relative;
    z-index: 1;
}

body.home2 .home2-header-user-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    stroke: #1a1200;
    display: block;
}

body.home2 .home2-site-header__login-text {
    line-height: 1;
    font-weight: 800;
    color: #1a1200;
}

body.home2 .home2-site-header__login-btn i {
    color: #1a1200;
    font-size: 14px;
}

body.home2 .home2-site-header__login-btn:hover {
    background: linear-gradient(180deg, #ffc107 0%, #ffb020 100%);
    color: #1a1200;
    text-decoration: none;
    transform: none;
    border-color: rgba(255, 210, 64, 0.65);
    box-shadow: 0 4px 14px rgba(245, 158, 11, 0.32);
}

body.home2 .home2-site-header__login-btn--user {
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.08);
    text-transform: none;
    letter-spacing: 0.02em;
    min-width: 0;
    transform: none;
    box-shadow: none;
    border-radius: 999px;
}

body.home2 .home2-site-header__login-btn--user i {
    color: #fbbf24;
}

body.home2 .home2-site-header__login-btn--user .home2-header-user-icon {
    stroke: #fbbf24;
}

body.home2 .home2-site-header__login-btn--user:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    transform: none;
    box-shadow: none;
}

body.home2 .home2-site-header__bottom {
    background:
        linear-gradient(180deg, rgba(18, 18, 28, 0.95) 0%, rgba(12, 12, 18, 0.98) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding: 10px 0;
    overflow: visible;
    max-height: 120px;
    opacity: 1;
    transition:
        max-height 0.38s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.3s ease,
        padding 0.38s cubic-bezier(0.4, 0, 0.2, 1),
        border-color 0.3s ease;
}

body.home2 .home2-site-header__inner--bottom {
    gap: 12px;
    align-items: center;
    transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}

body.home2 .home2-site-header--bottom-hidden .home2-site-header__bottom {
    max-height: 0;
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom-color: transparent;
    overflow: hidden;
    pointer-events: none;
}

body.home2 .home2-site-header--bottom-hidden .home2-site-header__inner--bottom {
    transform: translateY(-10px);
}

body.home2 .home2-site-header__categories-wrap {
    position: relative;
    flex-shrink: 0;
    z-index: 50;
}

body.home2 .home2-site-header__categories-wrap.is-open {
    z-index: 60;
}

body.home2 .home2-site-header__categories {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 44px;
    padding: 0 16px;
    border-radius: 10px;
    border: 1px solid rgba(13, 184, 102, 0.35);
    background: linear-gradient(135deg, #11d377 0%, #0db866 100%);
    color: #111;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(17, 211, 119, 0.22);
    transition: filter 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

body.home2 .home2-site-header__categories svg {
    color: #111;
    flex-shrink: 0;
}

body.home2 .home2-site-header__categories:hover,
body.home2 .home2-site-header__categories-wrap.is-open .home2-site-header__categories {
    color: #0d0d0d;
    background: linear-gradient(135deg, #22dc84 0%, #11c972 100%);
    border-color: rgba(17, 211, 119, 0.55);
    box-shadow: 0 4px 14px rgba(17, 211, 119, 0.32);
    filter: brightness(1.03);
}

body.home2 .home2-site-header__categories-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    min-width: 220px;
    max-height: 320px;
    overflow-y: auto;
    padding: 8px;
    border-radius: 12px;
    background: #0d1017;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.4);
    display: none;
    z-index: 70;
}

body.home2 .home2-site-header__categories-wrap.is-open .home2-site-header__categories-menu {
    display: block;
}

body.home2 .home2-site-header__categories-menu a {
    display: block;
    padding: 9px 12px;
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.16s ease, color 0.16s ease;
}

body.home2 .home2-site-header__categories-menu a:hover {
    background: rgba(17, 211, 119, 0.14);
    color: #fff;
    text-decoration: none;
}

body.home2 .home2-site-header__categories-all {
    margin-top: 4px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 10px !important;
    color: #11d377 !important;
    font-weight: 700;
}

body.home2 .home2-site-header__categories-all:hover {
    background: rgba(17, 211, 119, 0.18) !important;
    color: #22dc84 !important;
}

body.home2 .home2-site-header__categories-icon {
    display: inline-flex;
    flex-direction: column;
    gap: 3px;
}

body.home2 .home2-site-header__categories-icon span {
    display: block;
    width: 12px;
    height: 2px;
    background: #111;
    border-radius: 999px;
}

body.home2 .home2-site-header__games {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex: 1;
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}

body.home2 .home2-site-header__game {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    padding: 6px 10px;
    border-radius: 10px;
    text-decoration: none;
    color: #fff;
    flex-shrink: 0;
}

body.home2 .home2-site-header__game:hover {
    background: rgba(255, 255, 255, 0.05);
    text-decoration: none;
    color: #fff;
}

body.home2 .home2-site-header__game img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    border-radius: 6px;
}

body.home2 .home2-site-header__game-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

body.home2 .home2-site-header__game-text strong {
    font-size: 14px;
    letter-spacing: 0.04em;
}

body.home2 .home2-site-header__game-text small {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.45);
    letter-spacing: 0.08em;
}

body.home2 .home2-site-header__streamer {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 44px;
    padding: 0 14px;
    border-radius: 12px;
    border: 1px solid transparent;
    background:
        linear-gradient(#0d1016, #0d1016) padding-box,
        linear-gradient(135deg, #a855f7, #3b82f6, #ec4899) border-box;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-decoration: none;
    flex-shrink: 0;
    white-space: nowrap;
}

body.home2 .home2-site-header__streamer i {
    color: #fbbf24;
}

body.home2 .home2-site-header__streamer:hover {
    color: #fff;
    text-decoration: none;
    filter: brightness(1.08);
}

body.home2 .home2-mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    width: min(320px, 88vw);
    background: #0d1016;
    border-top: 0;
    z-index: 1400;
    transform: translateX(-105%);
    transition: transform 0.25s ease;
    overflow-y: auto;
    visibility: hidden;
    pointer-events: none;
}

body.home2 .home2-mobile-menu.show {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
}

body.home2.home2-menu-open::before {
    content: '';
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1300;
    pointer-events: auto;
}

body.home2 .home2-mobile-menu__top {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.home2 .home2-mobile-menu__close {
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    font-size: 16px;
    flex-shrink: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body.home2 .home2-mobile-menu__brand {
    flex: 1;
    min-width: 0;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    text-decoration: none;
}

body.home2 .home2-mobile-menu__brand .home2-mobile-header__brand-img {
    height: 28px;
    width: auto;
    max-width: 120px;
    object-fit: contain;
    display: block;
}

body.home2 .home2-mobile-menu__search {
    display: flex;
    align-items: center;
    gap: 10px;
    width: calc(100% - 32px);
    margin: 4px 16px 12px;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    cursor: pointer;
    text-align: left;
}

body.home2 .home2-mobile-menu__search i {
    color: #ffc107;
    flex-shrink: 0;
}

body.home2 .home2-mobile-menu__search span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.home2 .home2-mobile-menu__nav {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 16px;
}

body.home2 .home2-mobile-menu__link,
body.home2 .home2-mobile-menu__group a {
    display: block;
    padding: 10px 12px;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 14px;
}

body.home2 .home2-mobile-menu__link:hover,
body.home2 .home2-mobile-menu__group a:hover {
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    text-decoration: none;
}

body.home2 .home2-mobile-menu__link--accent {
    color: #fbbf24;
    font-weight: 700;
}

body.home2 .home2-mobile-menu__title {
    padding: 8px 12px 4px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.45);
    text-transform: uppercase;
}

body.home2 .home2-mobile-menu__link.is-active {
    color: #fbbf24;
    border-left: 2px solid #fbbf24;
}

body.home2 .home2-mobile-menu__games {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 0 16px 16px;
}

body.home2 .home2-mobile-menu__game {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

body.home2 .home2-mobile-menu__game img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

/* -------------------------------------------------------------------------- */
/* Home2 Mobile Header                                                        */
/* -------------------------------------------------------------------------- */

body.home2 .home2-mobile-header {
    display: none;
    position: sticky;
    top: 0;
    z-index: 1200;
    background: #0a0a0c;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.home2 .home2-mobile-header__shell {
    width: 100%;
}

body.home2 .home2-mobile-header__top {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

body.home2 .home2-mobile-header__menu-btn {
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #ffc107;
    font-size: 20px;
    flex-shrink: 0;
    cursor: pointer;
}

body.home2 .home2-mobile-header__brand {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    min-width: 0;
    overflow: hidden;
    max-width: 100%;
    border-radius: 8px;
    position: relative;
}

body.home2 .home2-mobile-header__brand-img {
    height: 28px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: left center;
    display: block;
    position: relative;
    z-index: 1;
}

body.home2 .home2-mobile-header__actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    grid-column: 3;
    position: relative;
    z-index: 2;
}

body.home2 .home2-mobile-header__icon-btn {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

body.home2 .home2-mobile-header__icon-btn.search-button i {
    color: #ffc107;
}

body.home2 .home2-mobile-header__icon-btn .dropdown-toggle::after {
    display: none;
}

body.home2 .home2-mobile-header__badge {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 999px;
    background: #ffc107;
    color: #000;
    font-size: 10px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

body.home2 .home2-mobile-header__login {
    height: 44px;
    min-width: 0;
    padding: 0 16px;
    font-size: 11px;
    gap: 7px;
}

body.home2 .home2-mobile-header__login .home2-site-header__login-text {
    max-width: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.home2 .home2-mobile-header__bottom {
    padding: 8px 0;
    overflow: hidden;
    max-height: 56px;
    opacity: 1;
    transition:
        max-height 0.38s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.3s ease,
        padding 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}

body.home2 .home2-mobile-header--bottom-hidden .home2-mobile-header__bottom {
    max-height: 0;
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
    pointer-events: none;
}

body.home2 .home2-mobile-header--bottom-hidden .home2-mobile-header__top {
    border-bottom-color: transparent;
}

body.home2 .home2-mobile-header__games {
    display: flex;
    align-items: center;
    gap: 0;
    overflow-x: auto;
    padding: 0 8px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

body.home2 .home2-mobile-header__games::-webkit-scrollbar {
    display: none;
}

body.home2 .home2-mobile-header__game {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    text-decoration: none;
    color: #fff;
    flex-shrink: 0;
    position: relative;
}

body.home2 .home2-mobile-header__game:not(:first-child)::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 28px;
    background: rgba(255, 255, 255, 0.14);
    pointer-events: none;
}

body.home2 .home2-mobile-header__game img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    border-radius: 6px;
    flex-shrink: 0;
}

body.home2 .home2-mobile-header__game-text {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

body.home2 .home2-mobile-header__game-text strong {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.03em;
}

body.home2 .home2-mobile-header__game-text small {
    font-size: 9px;
    color: rgba(255, 255, 255, 0.45);
    letter-spacing: 0.04em;
}

body.home2 .home2-mobile-header__game--all {
    color: #ffc107;
    padding-right: 6px;
}

body.home2 .home2-mobile-header__game--all .home2-mobile-header__game-text strong,
body.home2 .home2-mobile-header__game--all .home2-mobile-header__game-text small {
    color: #ffc107;
}

body.home2 .home2-mobile-header__all-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: rgba(255, 193, 7, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffc107;
    font-size: 13px;
    flex-shrink: 0;
}

body.home2 .home2-mobile-header__all-chevron {
    color: rgba(255, 255, 255, 0.7);
    flex-shrink: 0;
    margin-left: 2px;
}

@media (max-width: 1199px) {
    body.home2 .home2-site-header__search-wrap {
        min-width: 200px;
        max-width: 280px;
    }

    body.home2 .home2-search-dropdown {
        width: 420px;
    }
}

@media (max-width: 991px) {
    body.home2 .home2-site-header__nav {
        display: none;
    }

    body.home2 .home2-site-header {
        display: none;
    }

    body.home2 .home2-mobile-header {
        display: block;
    }

    body.home2 .mobile-navbar-header-bottom {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1100;
    }

    body.home2 .home2-main {
        padding-bottom: 72px;
    }
}

@media (max-width: 380px) {
    body.home2 .home2-mobile-header__login .home2-site-header__login-text {
        display: none;
    }

    body.home2 .home2-mobile-header__login {
        width: 44px;
        min-width: 44px;
        padding: 0;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    body.home2 .home2-site-header__streamer,
    body.home2 .home2-site-header__categories {
        font-size: 10px;
        padding: 0 10px;
    }
}

.home2-hero {
    position: relative;
    width: 100%;
    min-height: 340px;
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .home2-hero {
        min-height: 420px;
    }
}

@media (min-width: 1200px) {
    .home2-hero {
        min-height: 460px;
    }
}

/* Ortak container — promo, ön plan kart ve tab şeridi aynı genişlikte */
.home2-hero__inner {
    position: relative;
    z-index: 20;
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px 12px 0;
}

@media (min-width: 768px) {
    .home2-hero__inner {
        padding: 32px 24px 0;
    }
}

/* Arkaplan slider — üst bölüm (~%25 daha kısa, referans görsel) */
.home2-hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 315px;
    overflow: hidden;
    background: transparent;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 58%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 58%, transparent 100%);
}

@media (min-width: 768px) {
    .home2-hero__bg {
        height: 360px;
    }
}

@media (min-width: 1200px) {
    .home2-hero__bg {
        height: 390px;
    }
}

.home2-hero__bg-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center top;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    z-index: 1;
}

.home2-hero__bg-slide.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.home2-hero__bg-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 8, 14, 0.25) 0%, rgba(8, 8, 14, 0.45) 55%, rgba(8, 8, 14, 0.15) 100%);
    pointer-events: none;
}

.home2-hero__bg-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    mask-image: radial-gradient(ellipse 72% 58% at 50% 42%, transparent 18%, black 78%);
    -webkit-mask-image: radial-gradient(ellipse 72% 58% at 50% 42%, transparent 18%, black 78%);
    background: inherit;
    background-size: cover;
    background-position: center top;
    filter: blur(16px);
    transform: scale(1.06);
    opacity: 0.8;
    pointer-events: none;
}

/* Üst promo — arka plan üzerinde, slider ile aynı hizada, kutu yok */
.home2-hero__promo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    margin-bottom: 16px;
    padding: 0;
    background: transparent;
    border: none;
}

@media (min-width: 768px) {
    .home2-hero__promo {
        margin-bottom: 20px;
    }
}

.home2-hero__promo-left {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    flex: 1;
}

.home2-hero__promo-logo {
    flex-shrink: 0;
    height: 32px;
    width: auto;
    max-width: 72px;
    object-fit: contain;
}

@media (min-width: 768px) {
    .home2-hero__promo-logo {
        height: 40px;
        max-width: 88px;
    }
}

.home2-hero__promo-title {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.65);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 768px) {
    .home2-hero__promo-title {
        font-size: 15px;
    }
}

.home2-hero__promo-btn {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: linear-gradient(135deg, #ffe082 0%, #ffc857 100%);
    color: #1a1200;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-radius: 8px;
    border: 1px solid rgba(232, 150, 10, 0.28);
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(255, 193, 7, 0.22);
    transition: background 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.home2-hero__promo-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 120%;
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0,
        rgba(255, 255, 255, 0.22) 35%,
        rgba(255, 255, 255, 0.45) 50%,
        rgba(255, 255, 255, 0.22) 65%,
        rgba(255, 255, 255, 0) 100%
    );
    opacity: 0;
    pointer-events: none;
    z-index: 0;
    animation: none;
}

.home2-hero__promo-btn:hover::before {
    animation: home2-shine-sweep 0.75s ease-in-out;
}

.home2-hero__promo-btn:hover {
    background: linear-gradient(135deg, #ffeaa3 0%, #ffd060 100%);
    color: #1a1200;
    text-decoration: none;
    border-color: rgba(232, 150, 10, 0.42);
    box-shadow: 0 6px 18px rgba(255, 193, 7, 0.3);
}

@media (min-width: 768px) {
    .home2-hero__promo-btn {
        padding: 11px 20px;
        font-size: 12px;
    }
}

.home2-hero__promo-btn-text,
.home2-hero__promo-btn svg {
    position: relative;
    z-index: 1;
}

.home2-hero__promo-btn svg {
    width: 14px;
    height: 14px;
    stroke: #1a1200;
}

/* Ön plan kart — ayrı kutu, yuvarlatılmış köşeler */
.home2-hero__fg-card {
    position: relative;
    overflow: hidden;
    background: #0a0a10;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.45);
}

.home2-hero__fg-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #e63946;
    z-index: 3;
    pointer-events: none;
}

.home2-hero__main {
    position: relative;
    background: #0a0a10;
    touch-action: pan-y pinch-zoom;
    overflow: hidden;
    min-height: 200px;
    cursor: grab;
}

.home2-hero__main.is-dragging {
    cursor: grabbing;
    user-select: none;
    -webkit-user-select: none;
}

.home2-hero__main.is-fg-transitioning {
    cursor: default;
}

@media (min-width: 768px) {
    .home2-hero__main {
        min-height: 260px;
    }
}

@media (min-width: 992px) {
    .home2-hero__main {
        min-height: 280px;
    }
}

/* Slide — tam genişlik görsel, metin üstte solda */
.home2-hero__main-slide {
    position: absolute;
    inset: 0;
    display: block;
    overflow: hidden;
    min-height: 200px;
    text-decoration: none;
    color: inherit;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 1;
    transform: translate3d(0, 0, 0);
    will-change: opacity, transform;
    -webkit-user-drag: none;
    user-select: none;
}

.home2-hero__main-slide.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 2;
}

.home2-hero__main-slide.is-entering,
.home2-hero__main-slide.is-leaving {
    visibility: visible;
    pointer-events: none;
}

.home2-hero__main.is-slide-forward .home2-hero__main-slide.is-leaving {
    animation: home2FgLeaveForward 0.56s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    pointer-events: none;
    z-index: 2;
}

.home2-hero__main.is-slide-forward .home2-hero__main-slide.is-entering {
    animation: home2FgEnterForward 0.56s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    pointer-events: none;
    z-index: 3;
}

.home2-hero__main.is-slide-backward .home2-hero__main-slide.is-leaving {
    animation: home2FgLeaveBackward 0.56s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    pointer-events: none;
    z-index: 2;
}

.home2-hero__main.is-slide-backward .home2-hero__main-slide.is-entering {
    animation: home2FgEnterBackward 0.56s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    pointer-events: none;
    z-index: 3;
}

@keyframes home2FgEnterForward {
    from {
        opacity: 0;
        transform: translate3d(36px, 0, 0) scale(1.03);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes home2FgLeaveForward {
    from {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
    to {
        opacity: 0;
        transform: translate3d(-36px, 0, 0) scale(0.98);
    }
}

@keyframes home2FgEnterBackward {
    from {
        opacity: 0;
        transform: translate3d(-36px, 0, 0) scale(1.03);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes home2FgLeaveBackward {
    from {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
    to {
        opacity: 0;
        transform: translate3d(36px, 0, 0) scale(0.98);
    }
}

@media (min-width: 768px) {
    .home2-hero__main-slide {
        min-height: 260px;
    }
}

@media (min-width: 992px) {
    .home2-hero__main-slide {
        min-height: 280px;
    }
}

.home2-hero__main-visual {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.home2-hero__main-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    transform: scale(1.08);
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    -webkit-user-drag: none;
    user-drag: none;
    pointer-events: none;
}

.home2-hero__main-slide.is-active .home2-hero__main-visual img {
    transform: scale(1);
}

.home2-hero__main-slide.is-entering .home2-hero__main-visual img {
    transform: scale(1);
}

.home2-hero__main-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        rgba(8, 8, 14, 0.93) 0%,
        rgba(8, 8, 14, 0.7) 35%,
        rgba(8, 8, 14, 0.25) 58%,
        rgba(8, 8, 14, 0.05) 78%,
        transparent 100%
    );
}

@media (max-width: 767px) {
    .home2-hero__main-slide::after {
        background: linear-gradient(
            180deg,
            rgba(8, 8, 14, 0.1) 0%,
            rgba(8, 8, 14, 0.55) 50%,
            rgba(8, 8, 14, 0.9) 100%
        );
    }
}

.home2-hero__main-text {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 200px;
    padding: 20px 16px 20px 24px;
    max-width: 100%;
}

.home2-hero__main-text > * {
    opacity: 0;
    transform: translate3d(0, 14px, 0);
    transition: opacity 0.45s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.home2-hero__main-slide.is-active .home2-hero__main-text > * {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.home2-hero__main-slide.is-active .home2-hero__main-text > *:nth-child(1) {
    transition-delay: 0.08s;
}

.home2-hero__main-slide.is-active .home2-hero__main-text > *:nth-child(2) {
    transition-delay: 0.14s;
}

.home2-hero__main-slide.is-active .home2-hero__main-text > *:nth-child(3) {
    transition-delay: 0.2s;
}

.home2-hero__main-slide.is-entering .home2-hero__main-text > * {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.home2-hero__main-slide.is-entering .home2-hero__main-text > *:nth-child(1) {
    transition-delay: 0.12s;
}

.home2-hero__main-slide.is-entering .home2-hero__main-text > *:nth-child(2) {
    transition-delay: 0.18s;
}

.home2-hero__main-slide.is-entering .home2-hero__main-text > *:nth-child(3) {
    transition-delay: 0.24s;
}

.home2-hero__main-slide.is-leaving .home2-hero__main-text > * {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
    transition-duration: 0.28s;
    transition-delay: 0s;
}

@media (prefers-reduced-motion: reduce) {
    .home2-hero__main-slide,
    .home2-hero__main-visual img,
    .home2-hero__main-text > * {
        animation: none !important;
        transition: none !important;
        transform: none !important;
    }

    .home2-hero__main-slide.is-active,
    .home2-hero__main-slide.is-entering {
        opacity: 1;
        visibility: visible;
    }

    .home2-hero__main-slide:not(.is-active) {
        opacity: 0;
        visibility: hidden;
    }

    .home2-hero__main-slide.is-active .home2-hero__main-text > *,
    .home2-hero__main-slide.is-entering .home2-hero__main-text > * {
        opacity: 1;
    }
}

@media (min-width: 768px) {
    .home2-hero__main-text {
        min-height: 260px;
        padding: 28px 24px 28px 32px;
        max-width: 55%;
    }
}

@media (min-width: 992px) {
    .home2-hero__main-text {
        min-height: 280px;
        max-width: 50%;
    }
}

.home2-hero__tag {
    display: inline-block;
    align-self: flex-start;
    padding: 4px 12px;
    margin-bottom: 12px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #e63946;
    border: 1px solid rgba(230, 57, 70, 0.65);
    border-radius: 999px;
}

.home2-hero__headline {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.22;
    color: #fff;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .home2-hero__headline {
        font-size: 22px;
    }
}

@media (min-width: 992px) {
    .home2-hero__headline {
        font-size: 26px;
    }
}

.home2-hero__desc {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.82);
}

@media (min-width: 768px) {
    .home2-hero__desc {
        font-size: 14px;
    }
}

/* Alt oyun logosu şeridi */
.home2-hero__tabs-wrap {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgb(17 18 27);
    padding: 0 8px;
}

.home2-hero__tabs {
    display: flex;
    gap: 4px;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 8px 0;
}

.home2-hero__tabs::-webkit-scrollbar {
    display: none;
}

.home2-hero__tab {
    flex: 0 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    padding: 8px 10px 10px;
    border: none;
    background: transparent;
    cursor: pointer;
    opacity: 0.55;
    transition: opacity 0.25s;
}

@media (min-width: 768px) {
    .home2-hero__tab {
        min-width: 88px;
        padding: 10px 14px 12px;
    }
}

.home2-hero__tab::before {
    content: "";
    position: absolute;
    top: 0;
    left: 20%;
    right: 20%;
    height: 3px;
    background: #e63946;
    border-radius: 0 0 2px 2px;
    opacity: 0;
    transition: opacity 0.25s;
}

.home2-hero__tab.is-active {
    opacity: 1;
}

.home2-hero__tab.is-active::before {
    opacity: 1;
}

.home2-hero__tab img {
    height: 28px;
    width: auto;
    max-width: 64px;
    object-fit: contain;
    filter: grayscale(1) brightness(1.4);
    transition: filter 0.25s;
}

.home2-hero__tab.is-active img {
    filter: none;
}

.home2-hero__tab-label {
    display: none;
    margin-top: 6px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
    white-space: nowrap;
}

@media (min-width: 992px) {
    .home2-hero__tab-label {
        display: block;
    }
}

.home2-hero__empty {
    position: relative;
    z-index: 20;
    max-width: 1200px;
    margin: 0 auto;
    padding: 120px 16px 40px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}

.home2-hero__empty p {
    margin: 0;
}

/* ---------------------------------------------------------------------------
   Öne Çıkarılanlar — ayrık kartlar, yuvarlatılmış köşeler, kaydırılabilir
   --------------------------------------------------------------------------- */
.home2-featured {
    margin-bottom: 0;
}

.home2-featured__inner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 12px;
}

@media (min-width: 768px) {
    .home2-featured__inner {
        padding: 0 24px;
    }
}

.home2-featured__viewport {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    touch-action: pan-x pan-y pinch-zoom;
    padding: 6px 2px 10px;
}

.home2-featured__viewport.is-dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
    cursor: grabbing;
}

.home2-featured__viewport::-webkit-scrollbar {
    display: none;
}

.home2-featured__track {
    display: grid;
    grid-template-rows: repeat(2, minmax(124px, 1fr));
    grid-auto-flow: column;
    grid-auto-columns: calc((100vw - 36px - 10px) / 2);
    gap: 10px;
    min-width: 100%;
    width: max-content;
    padding: 0 2px;
}

@media (min-width: 992px) {
    .home2-featured__track {
        grid-template-rows: minmax(156px, 1fr);
        grid-auto-columns: calc((min(100vw, 1200px) - 48px - 42px) / 4);
        gap: 14px;
    }
}

.home2-featured__card {
    position: relative;
    display: flex;
    align-items: stretch;
    min-height: 124px;
    padding: 16px 14px;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
    scroll-snap-align: start;
    border-radius: 18px;
    background: linear-gradient(145deg, #1e1e2a 0%, #14141c 55%, #101018 100%);
    border: 1px solid rgba(255, 255, 255, 0.07);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    isolation: isolate;
}

@media (min-width: 992px) {
    .home2-featured__card {
        min-height: 156px;
        padding: 20px 18px;
        border-radius: 20px;
    }
}

.home2-featured__card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(230, 57, 70, 0.45), rgba(255, 255, 255, 0.08) 40%, transparent 70%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.28s ease;
    pointer-events: none;
    z-index: 4;
}

.home2-featured__card:hover,
.home2-featured__card:focus,
.home2-featured__card:focus-visible {
    color: #fff;
    text-decoration: none;
}

.home2-featured__card:hover {
    transform: translateY(-4px);
    border-color: rgba(230, 57, 70, 0.28);
    box-shadow:
        0 8px 16px rgba(0, 0, 0, 0.18),
        0 20px 40px rgba(0, 0, 0, 0.28),
        0 0 0 1px rgba(230, 57, 70, 0.12);
}

.home2-featured__card:hover::before {
    opacity: 1;
}

.home2-featured__card-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    z-index: 0;
    transform: scale(1.02);
    transition: transform 0.45s ease;
}

.home2-featured__card:hover .home2-featured__card-bg {
    transform: scale(1.08);
}

.home2-featured__card-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(118deg, rgba(16, 16, 24, 0.96) 0%, rgba(16, 16, 24, 0.82) 38%, rgba(16, 16, 24, 0.35) 68%, rgba(16, 16, 24, 0.08) 100%),
        radial-gradient(ellipse 80% 120% at 100% 50%, rgba(230, 57, 70, 0.12) 0%, transparent 55%);
    z-index: 1;
}

.home2-featured__card-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    max-width: 72%;
    min-height: 100%;
}

.home2-featured__card-logo {
    height: 24px;
    width: auto;
    max-width: 80px;
    object-fit: contain;
    object-position: left center;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.35));
}

@media (min-width: 992px) {
    .home2-featured__card-logo {
        height: 28px;
        max-width: 96px;
    }
}

.home2-featured__card-title {
    display: block;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
    transition: color 0.28s ease;
}

.home2-featured__card:hover .home2-featured__card-title {
    color: #faa715;
}

@media (min-width: 992px) {
    .home2-featured__card-title {
        font-size: 16px;
    }
}

.home2-featured__card-desc {
    display: block;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.4;
    color: #11d377;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

@media (min-width: 992px) {
    .home2-featured__card-desc {
        font-size: 11px;
        color: #0db866;
    }
}

.home2-featured__nav {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    background: rgba(20, 20, 28, 0.95);
    color: #fff;
    backdrop-filter: blur(8px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
    cursor: pointer;
    z-index: 5;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

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

.home2-featured__nav:hover {
    background: #e63946;
    border-color: #e63946;
    transform: translateY(-50%) scale(1.06);
}

@media (min-width: 992px) {
    .home2-featured__nav {
        display: flex;
    }
}

.home2-featured__nav--prev {
    left: 6px;
}

.home2-featured__nav--next {
    right: 6px;
}

/* ---------------------------------------------------------------------------
   Popüler Oyunlar — sidebar + ürün grid (hesap.com.tr referans)
   --------------------------------------------------------------------------- */
.home2-popular {
    position: relative;
    z-index: 1;
    margin-top: -16px;
    margin-bottom: 0;
    padding: 44px 0 52px;
    background: linear-gradient(
        180deg,
        #576074 0%,
        rgba(71, 81, 101, 0.88) 6%,
        rgba(10, 14, 26, 0.42) 16%,
        #0a0e1ad9 28%,
        #0a0e1ad9 72%,
        rgba(10, 14, 26, 0.851) 86%,
        #0b0e11 100%
    );
}

.home2-popular__inner {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 12px;
}

@media (min-width: 768px) {
    .home2-popular__inner {
        padding: 0 24px;
    }
}

.home2-popular__head {
    margin-bottom: 18px;
}

.home2-popular__eyebrow {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 6px;
}

.home2-popular__title {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.02em;
}

@media (min-width: 992px) {
    .home2-popular__title {
        font-size: 28px;
    }
}

.home2-popular__layout {
    display: flex;
    flex-direction: column;
    gap: 14px;
    background: linear-gradient(180deg, rgba(18, 18, 28, 0.95) 0%, rgba(12, 12, 18, 0.98) 100%);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 22px;
    padding: 14px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

@media (min-width: 992px) {
    .home2-popular__layout {
        flex-direction: row;
        align-items: stretch;
        gap: 18px;
        padding: 18px;
    }
}

.home2-popular__sidebar {
    flex: 0 0 auto;
}

@media (min-width: 992px) {
    .home2-popular__sidebar {
        flex: 0 0 280px;
        width: 280px;
    }
}

.home2-popular__games {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.home2-popular__games::-webkit-scrollbar {
    display: none;
}

@media (min-width: 992px) {
    .home2-popular__games {
        flex-direction: column;
        overflow: visible;
        gap: 8px;
    }
}

.home2-popular__games-item {
    flex: 0 0 auto;
}

@media (min-width: 992px) {
    .home2-popular__games-item {
        width: 100%;
    }
}

.home2-popular__game {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-width: 220px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03);
    color: rgba(255, 255, 255, 0.82);
    cursor: pointer;
    transition: border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease, color 0.22s ease;
    text-align: left;
}

@media (min-width: 992px) {
    .home2-popular__game {
        min-width: 0;
    }
}

.home2-popular__game:hover {
    border-color: rgba(212, 175, 55, 0.35);
    background: rgba(255, 255, 255, 0.05);
}

.home2-popular__game.is-active {
    border-color: rgba(212, 175, 55, 0.75);
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
    color: #f5d76e;
    box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.15), 0 8px 24px rgba(0, 0, 0, 0.22);
}

.home2-popular__game-icon {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.06);
}

.home2-popular__game-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home2-popular__game-label {
    flex: 1 1 auto;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
}

.home2-popular__game-arrow {
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.55);
}

.home2-popular__game.is-active .home2-popular__game-arrow {
    background: rgba(212, 175, 55, 0.18);
    color: #f5d76e;
}

.home2-popular__game-arrow svg {
    width: 14px;
    height: 14px;
}

.home2-popular__panels {
    flex: 1 1 auto;
    min-width: 0;
}

.home2-popular__panel {
    display: none;
}

.home2-popular__panel.is-active {
    display: block;
}

.home2-popular__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

@media (min-width: 768px) {
    .home2-popular__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.home2-popular__product {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: border-color 0.2s ease, background 0.2s ease;
}

.home2-popular__product:hover {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
}

.home2-popular__product-thumb {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
}

.home2-popular__product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home2-popular__product-body {
    min-width: 0;
}

.home2-popular__product-name {
    margin: 0 0 4px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
}

.home2-popular__product-price {
    margin: 0;
    font-size: 14px;
    font-weight: 800;
    color: #4ade80;
}

.home2-popular__product-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.home2-popular__qty {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.22);
}

.home2-popular__qty-btn {
    width: 30px;
    height: 34px;
    border: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
}

.home2-popular__qty-btn:hover {
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
}

.home2-popular__qty-input {
    width: 34px;
    height: 34px;
    border: none;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    background: transparent;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    -moz-appearance: textfield;
}

.home2-popular__qty-input::-webkit-outer-spin-button,
.home2-popular__qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.home2-popular__cart-btn {
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ffb300 0%, #e6a100 100%);
    color: #fff;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home2-popular__cart-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.36);
}

.home2-popular__cart-btn svg {
    width: 20px;
    height: 20px;
}

.home2-popular__see-all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 18px;
    border-radius: 16px;
    text-decoration: none;
    background: rgba(37, 99, 235, 0.08);
    border: 1px dashed rgba(96, 165, 250, 0.35);
    color: #93c5fd;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

@media (min-width: 768px) {
    .home2-popular__see-all {
        grid-column: 2;
    }
}

.home2-popular__see-all:hover {
    background: rgba(37, 99, 235, 0.14);
    border-color: rgba(96, 165, 250, 0.55);
    color: #bfdbfe;
}

.home2-popular__see-all-text {
    font-size: 14px;
    font-weight: 700;
}

.home2-popular__see-all-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(37, 99, 235, 0.18);
    color: #fff;
}

.home2-popular__see-all-icon svg {
    width: 18px;
    height: 18px;
}

.home2-popular__empty {
    grid-column: 1 / -1;
    padding: 28px 16px;
    text-align: center;
    color: rgba(255, 255, 255, 0.55);
    border: 1px dashed rgba(255, 255, 255, 0.12);
    border-radius: 16px;
}

/* -------------------------------------------------------------------------- */
/* Öne Çıkan Ürünler (listings)                                               */
/* -------------------------------------------------------------------------- */

.home2-listings {
    position: relative;
    z-index: 0;
    padding: 32px 0 36px;
    margin-top: 0;
    background: #0b0e11;
}

.home2-listings__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 12px;
}

.home2-listings__toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 20px;
    margin-bottom: 22px;
}

.home2-listings__brand {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
}

.home2-listings__brand-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(37, 99, 235, 0.15);
    color: #60a5fa;
}

.home2-listings__brand-icon svg {
    width: 22px;
    height: 22px;
}

.home2-listings__title {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
}

.home2-listings__subtitle {
    margin: 4px 0 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}

.home2-listings__controls {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    flex: 1 1 auto;
    justify-content: flex-end;
}

.home2-listings__tabs {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.home2-listings__tab {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.62);
    font-size: 14px;
    font-weight: 700;
    padding: 8px 14px;
    border-radius: 999px;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    white-space: nowrap;
}

.home2-listings__tab-icon {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    color: rgba(255, 255, 255, 0.72);
    transition: color 0.2s ease;
}

.home2-listings__tab-icon svg {
    width: 16px;
    height: 16px;
    display: block;
}

.home2-listings__tab-label {
    line-height: 1;
}

.home2-listings__tab.is-active {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: #fff;
    box-shadow: 0 0 20px rgba(37, 99, 235, 0.45);
}

.home2-listings__tab.is-active .home2-listings__tab-icon {
    color: #fff;
}

.home2-listings__filters {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.home2-listings__filter {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
    font-weight: 700;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.home2-listings__filter img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home2-listings__filter.is-active {
    border-color: rgba(37, 99, 235, 0.8);
    box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.25);
}

.home2-listings__filter-all {
    font-size: 10px;
    font-weight: 700;
}

.home2-listings__see-all {
    color: #60a5fa;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.home2-listings__see-all:hover {
    color: #93c5fd;
    text-decoration: none;
}

.home2-listings__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

@media (min-width: 768px) {
    .home2-listings__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
    }
}

@media (min-width: 1100px) {
    .home2-listings__grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

.home2-listings__card {
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.07);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.home2-listings__card-media {
    position: relative;
    width: 100%;
    height: 118px;
    overflow: hidden;
    background: #12161c;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.home2-listings__card-media::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #22c55e, #06b6d4);
    z-index: 2;
}

.home2-listings__badge {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    padding: 3px 8px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.92);
    color: #111;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.home2-listings__card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home2-listings__card-meta {
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 8px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
}

.home2-listings__seller {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    max-width: calc(100% - 34px);
    padding: 4px 8px 4px 4px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(4px);
}

.home2-listings__seller-avatar {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    overflow: hidden;
    flex: 0 0 auto;
    background: rgba(255, 255, 255, 0.1);
}

.home2-listings__seller-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home2-listings__seller-name {
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home2-listings__platform {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.55);
    flex: 0 0 auto;
}

.home2-listings__platform img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home2-listings__body {
    padding: 10px 10px 8px;
    flex: 1 1 auto;
}

.home2-listings__name {
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.88);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 30px;
}

.home2-listings__price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.home2-listings__price {
    margin: 0;
    font-size: 14px;
    font-weight: 800;
    color: #22c55e;
}

.home2-listings__stock {
    font-size: 11px;
    font-weight: 700;
    color: rgba(34, 197, 94, 0.85);
    white-space: nowrap;
}

.home2-listings__actions {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 10px 10px;
}

.home2-listings__qty {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 34px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.home2-listings__qty-btn {
    width: 32px;
    height: 34px;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    cursor: pointer;
}

.home2-listings__qty-input {
    width: 36px;
    border: 0;
    background: transparent;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    -moz-appearance: textfield;
}

.home2-listings__qty-input::-webkit-outer-spin-button,
.home2-listings__qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.home2-listings__cart-btn {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ffb300 0%, #e6a100 100%);
    color: #fff;
    cursor: pointer;
}

.home2-listings__cart-btn svg {
    width: 16px;
    height: 16px;
}

.home2-listings__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 18px;
}

.home2-listings__page-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
    cursor: pointer;
    line-height: 1;
    font-size: 20px;
    flex-shrink: 0;
}

.home2-listings__page-btn:disabled,
.home2-listings__page-btn.is-disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

a.home2-listings__page-link {
    text-decoration: none;
}

a.home2-listings__page-link:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.home2-listings--filtered {
    min-height: 50vh;
}

.home2-listings-page {
    background: #0b0e11;
}

.home2-listings-page .home2-listings {
    padding-top: 24px;
    padding-bottom: 48px;
}

/* -------------------------------------------------------------------------- */
/* Home2 Footer                                                               */
/* -------------------------------------------------------------------------- */

.home2-footer {
    background: #0d1117;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 36px 0 28px;
}

.home2-footer__inner {
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
}

.home2-footer__social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 28px;
}

.home2-footer__social-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 12px;
    text-transform: lowercase;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.home2-footer__social-item:hover {
    color: #fff;
    text-decoration: none;
    border-color: rgba(251, 146, 60, 0.45);
    background: rgba(251, 146, 60, 0.08);
}

.home2-footer__columns {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px 24px;
}

.home2-footer__title {
    margin: 0 0 14px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fb923c;
    position: relative;
    padding-bottom: 10px;
}

.home2-footer__title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 42px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #fb923c, #f97316);
}

.home2-footer__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.home2-footer__item {
    position: relative;
    padding-left: 16px;
    margin-bottom: 10px;
}

.home2-footer__item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.62em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fb923c;
    transform: translateY(-50%);
}

.home2-footer__item.is-hidden {
    display: none;
}

.home2-footer__item a {
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.45;
    text-decoration: none;
    transition: color 0.2s ease;
}

.home2-footer__item a:hover {
    color: #fff;
    text-decoration: none;
}

.home2-footer__more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
    padding: 7px 12px;
    border: 1px solid rgba(251, 146, 60, 0.35);
    border-radius: 999px;
    background: rgba(251, 146, 60, 0.1);
    color: #fb923c;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.home2-footer__more svg {
    width: 14px;
    height: 14px;
    transition: transform 0.2s ease;
}

.home2-footer__more.is-open svg {
    transform: rotate(180deg);
}

.home2-footer__more:hover {
    background: rgba(251, 146, 60, 0.16);
    border-color: rgba(251, 146, 60, 0.55);
}

.home2-footer__copyright {
    margin-top: 32px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    text-align: center;
    color: rgba(255, 255, 255, 0.45);
    font-size: 12px;
}

@media (max-width: 991px) {
    .home2-footer__columns {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .home2-footer {
        padding: 28px 0 24px;
    }

    .home2-footer__inner {
        width: min(1200px, calc(100% - 24px));
    }

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

    .home2-footer__title {
        font-size: 11px;
        margin-bottom: 10px;
        padding-bottom: 8px;
    }

    .home2-footer__item a {
        font-size: 12px;
    }

    .home2-footer__more {
        padding: 6px 10px;
        font-size: 11px;
    }
}

.home2-listings__page-info {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.65);
    font-weight: 600;
}

.home2-listings__empty {
    padding: 32px 16px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    border: 1px dashed rgba(255, 255, 255, 0.12);
    border-radius: 16px;
}

.home2-listings__all-games-wrap {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

.home2-listings__all-games-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    padding: 10px 22px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.home2-listings__all-games-btn:hover {
    color: #fff;
    text-decoration: none;
    border-color: rgba(37, 99, 235, 0.55);
    background: rgba(37, 99, 235, 0.12);
}

@media (max-width: 767px) {
    .home2-listings__toolbar {
        flex-direction: column;
        align-items: stretch;
    }

    .home2-listings__controls {
        justify-content: flex-start;
    }

    .home2-listings__filters {
        overflow-x: auto;
        max-width: 100%;
        padding-bottom: 4px;
    }
}

/* -------------------------------------------------------------------------- */
/* Slider Ürünler — FIRSATLAR (#best-products)                                */
/* -------------------------------------------------------------------------- */

.home2-best {
    position: relative;
    z-index: 1;
    padding: 40px 0 28px;
    overflow: hidden;
    contain: layout;
    min-height: 380px;
    background: #0a0e1a;
}

.home2-best__bg-wrap {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.home2-best__bg {
    position: absolute;
    inset: 0;
    background-color: #0a0e1a;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    pointer-events: none;
}

.home2-best__bg.is-active {
    opacity: 1;
}

.home2-best__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(10, 14, 26, 0.2) 0%, rgba(10, 14, 26, 0.95) 100%);
    pointer-events: none;
    z-index: 1;
}

.home2-best__inner {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 12px;
}

@media (min-width: 768px) {
    .home2-best__inner {
        padding: 0 24px;
    }
}

.home2-best__tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 22px;
}

.home2-best__tab {
    min-height: 56px;
    padding: 8px 16px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

.home2-best__tab-logo {
    width: 34px;
    height: 34px;
    object-fit: contain;
    display: block;
    flex: 0 0 auto;
    filter: grayscale(0.15) brightness(0.95);
}

.home2-best__tab-label {
    font-size: 14px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.82);
    white-space: nowrap;
}

.home2-best__tab.is-active {
    border-color: rgba(239, 68, 68, 0.75);
    box-shadow: 0 0 0 1px rgba(239, 68, 68, 0.35), 0 0 18px rgba(239, 68, 68, 0.18);
    background: rgb(10 10 12);
}

.home2-best__tab.is-active .home2-best__tab-logo {
    filter: none;
}

.home2-best__tab.is-active .home2-best__tab-label {
    color: #fff;
}

.home2-best__stage {
    position: relative;
    z-index: 1;
}

.home2-best__panel {
    display: none;
    position: relative;
}

.home2-best__panel.is-active {
    display: block;
}

.home2-best__panel-watermark {
    position: absolute;
    z-index: 0;
    top: -72px;
    left: 0;
    width: 100%;
    text-align: center;
    pointer-events: none;
    overflow: hidden;
}

.home2-best__panel-watermark span {
    display: inline-block;
    font-size: clamp(72px, 17vw, 168px);
    font-weight: 700;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
    text-stroke: 1px rgba(255, 255, 255, 0.3);
    white-space: nowrap;
}

.home2-best__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 8px 0 0;
}

@media (min-width: 768px) {
    .home2-best__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
    }
}

@media (min-width: 1100px) {
    .home2-best__grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

.home2-best__card {
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.07);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.home2-best__card-media {
    position: relative;
    height: 118px;
    overflow: hidden;
    background: #12161c;
}

.home2-best__card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home2-best__card-body {
    padding: 10px 10px 8px;
    flex: 1 1 auto;
}

.home2-best__card-name {
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.88);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 30px;
}

.home2-best__card-prices {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 6px;
}

.home2-best__card-price {
    margin: 0;
    font-size: 14px;
    font-weight: 800;
    color: #22c55e;
}

.home2-best__card-old-price {
    margin: 0;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.35);
    text-decoration: line-through;
}

.home2-best__card-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 10px 10px;
}

.home2-best__qty {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 34px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.home2-best__qty-btn {
    width: 32px;
    height: 34px;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    cursor: pointer;
}

.home2-best__qty-input {
    width: 36px;
    border: 0;
    background: transparent;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    -moz-appearance: textfield;
}

.home2-best__qty-input::-webkit-outer-spin-button,
.home2-best__qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.home2-best__cart-btn {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(59, 130, 246, 0.55);
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ffb300 0%, #e6a100 100%);
    color: #000000;
    cursor: pointer;
}

.home2-best__cart-btn svg {
    width: 16px;
    height: 16px;
}

.home2-best__empty {
    grid-column: 1 / -1;
    padding: 28px 16px;
    text-align: center;
    color: rgba(255, 255, 255, 0.55);
    border: 1px dashed rgba(255, 255, 255, 0.12);
    border-radius: 16px;
}

@media (max-width: 767px) {
    .home2-best__tab-label {
        font-size: 14px;
    }
}

/* -------------------------------------------------------------------------- */
/* Sosyal Medya Hizmetleri                                                    */
/* -------------------------------------------------------------------------- */

.home2-social {
    padding: 48px 0 56px;
    background: #0a0a0c;
}

.home2-social__inner {
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
}

.home2-social__head {
    text-align: center;
    margin-bottom: 28px;
}

.home2-social__title {
    margin: 0 0 8px;
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.02em;
}

.home2-social__subtitle {
    margin: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.55);
}

.home2-social__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.home2-social__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex: 0 0 calc((100% - 80px) / 9);
    max-width: calc((100% - 80px) / 9);
    min-height: 108px;
    padding: 14px 8px 12px;
    border-radius: 14px;
    text-decoration: none;
    color: #fff;
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.home2-social__card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
    filter: brightness(1.06);
    color: #fff;
    text-decoration: none;
}

.home2-social__icon-wrap {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.home2-social__icon {
    width: 28px;
    height: 28px;
}

.home2-social__label {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-align: center;
    line-height: 1.2;
}

.home2-social__card--discord { background: #5865f2; }
.home2-social__card--instagram { background: linear-gradient(135deg, #f58529 0%, #dd2a7b 52%, #8134af 100%); }
.home2-social__card--tiktok { background: #000; }
.home2-social__card--youtube { background: #ff0000; }
.home2-social__card--x { background: #000; }
.home2-social__card--facebook { background: #1877f2; }
.home2-social__card--telegram { background: #229ed9; }
.home2-social__card--spotify { background: #1db954; }
.home2-social__card--kick { background: #53fc18; color: #0a0a0c; }

.home2-social__card--kick .home2-social__icon {
    color: #0a0a0c;
}

@media (max-width: 1199px) {
    .home2-social__card {
        flex: 0 0 calc((100% - 40px) / 5);
        max-width: calc((100% - 40px) / 5);
    }
}

@media (max-width: 767px) {
    .home2-social {
        padding: 36px 0 44px;
    }

    .home2-social__grid {
        gap: 8px;
    }

    .home2-social__card {
        flex: 0 0 calc((100% - 16px) / 3);
        max-width: calc((100% - 16px) / 3);
        min-height: 96px;
        border-radius: 12px;
    }

    .home2-social__icon-wrap {
        width: 36px;
        height: 36px;
    }

    .home2-social__icon {
        width: 24px;
        height: 24px;
    }

    .home2-social__label {
        font-size: 9px;
    }
}

/* -------------------------------------------------------------------------- */
/* Bütçe Dostu                                                                */
/* -------------------------------------------------------------------------- */

.home2-budget {
    padding: 48px 0 52px;
    background: #050507;
}

.home2-budget__inner {
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
}

.home2-budget__head {
    text-align: center;
    margin-bottom: 28px;
}

.home2-budget__title {
    margin: 0 0 8px;
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 800;
    color: #fff;
}

.home2-budget__subtitle {
    margin: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.55);
}

.home2-budget__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
}

.home2-budget__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 132px;
    padding: 18px 12px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    text-decoration: none;
    color: #fff;
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.home2-budget__card:hover {
    transform: translateY(-3px);
    border-color: rgba(96, 165, 250, 0.45);
    background: rgba(37, 99, 235, 0.08);
    color: #fff;
    text-decoration: none;
}

.home2-budget__icon-wrap {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #60a5fa;
}

.home2-budget__icon {
    width: 28px;
    height: 28px;
}

.home2-budget__price {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
}

.home2-budget__suffix {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.55);
    text-align: center;
}

@media (max-width: 1199px) {
    .home2-budget__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .home2-budget {
        padding: 36px 0 40px;
    }

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

    .home2-budget__card {
        min-height: 118px;
    }

    .home2-budget__price {
        font-size: 18px;
    }
}

/* -------------------------------------------------------------------------- */
/* Makale Alanı                                                               */
/* -------------------------------------------------------------------------- */

.home2-article {
    padding: 0 0 56px;
    background: #050507;
}

.home2-article__inner {
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
}

.home2-article__box {
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
}

.home2-article__content {
    max-height: 320px;
    overflow-y: auto;
    padding: 28px 32px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.75;
}

.home2-article__content h1,
.home2-article__content h2,
.home2-article__content h3,
.home2-article__content h4 {
    color: #fff;
    font-weight: 800;
    margin: 0 0 12px;
}

.home2-article__content p {
    margin: 0 0 14px;
}

.home2-article__content a {
    color: #60a5fa;
}

.home2-article__content::-webkit-scrollbar {
    width: 8px;
}

.home2-article__content::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.18);
    border-radius: 999px;
}

@media (max-width: 767px) {
    .home2-article__content {
        padding: 20px 18px;
        max-height: 280px;
    }
}
