/* YON ana sayfa ? gece/g?nd?z uyumlu */
:root {
    --ys-page-bg: var(--h-bg-page);
    --ys-card: var(--h-bg-card);
    --ys-card-2: var(--h-bg-raised);
    --ys-border: var(--h-border);
    --ys-text: var(--h-text);
    --ys-muted: var(--h-text-muted);
    --ys-purple: var(--h-blue);
    --ys-purple-dark: var(--h-blue-dark);
    --ys-yellow: var(--h-orange);
    --ys-green: var(--h-green);
    --ys-orange: var(--h-orange);
}

[data-theme="light"] {
    --ys-page-bg: #eef1f6;
    --ys-card: #ffffff;
    --ys-card-2: #f8fafc;
    --ys-border: rgba(15,23,42,.1);
    --ys-text: #0f172a;
    --ys-muted: #64748b;
}

.yon-home {
    background: var(--ys-page-bg);
    color: var(--ys-text);
    padding-bottom: 32px;
}

.yon-home.yon-home--yon {
    background: var(--h-bg-page);
    color: var(--h-text);
}
.yon-home__wrap {
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 16px;
    width: 100%;
    box-sizing: border-box;
}
.yon-home__wrap .yon-pcard img,
.yon-home__wrap .yon-game-banner img,
.yon-home__wrap .yon-news-card img {
    max-width: 100%;
}

/* Hero â slider + 2 yan banner (3'lÃ¼) */
.yon-home .yon-hero {
    aspect-ratio: auto;
    min-height: 0;
    overflow: visible;
    background: transparent;
    border-radius: 0;
    position: static;
}
.yon-hero { padding: 12px 0 6px; }
.yon-hero__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 12px;
    align-items: stretch;
}
.yon-hero__layout--solo { grid-template-columns: 1fr; }

.yon-hero__stage {
    position: relative;
    min-width: 0;
    height: auto;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--ys-border);
    background: var(--ys-card);
    box-shadow: 0 12px 40px -24px rgba(0, 0, 0, 0.55);
}
.yon-hero__layout:not(.yon-hero__layout--solo) .yon-hero__stage {
    height: 100%;
    min-height: 280px;
}

.yon-hero__slider {
    position: relative;
    min-width: 0;
    height: auto;
}
.yon-hero__layout:not(.yon-hero__layout--solo) .yon-hero__slider {
    height: 100%;
}
.yon-hero__slider:not(.slick-initialized) .yon-hero__slide:not(:first-child) { display: none; }
.yon-hero__layout--solo .yon-hero__slider .slick-list,
.yon-hero__layout--solo .yon-hero__slider .slick-track { height: auto !important; }
.yon-hero__layout:not(.yon-hero__layout--solo) .yon-hero__slider .slick-list,
.yon-hero__layout:not(.yon-hero__layout--solo) .yon-hero__slider .slick-track,
.yon-hero__layout:not(.yon-hero__layout--solo) .yon-hero__slider .slick-slide > div { height: 100%; }

.yon-hero__slide,
.yon-hero__link {
    display: block;
    width: 100%;
    height: auto;
    text-decoration: none;
    color: inherit;
}
.yon-hero__layout:not(.yon-hero__layout--solo) .yon-hero__slide,
.yon-hero__layout:not(.yon-hero__layout--solo) .yon-hero__link { height: 100%; }
.yon-hero__link { position: relative; }

.yon-hero__media {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: var(--ys-card-2);
}
.yon-hero__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}
.yon-hero__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(8, 10, 16, 0.72) 0%, rgba(8, 10, 16, 0.28) 42%, rgba(8, 10, 16, 0.08) 100%);
    pointer-events: none;
}
.yon-hero__link:not(:has(.yon-hero__caption)) .yon-hero__shade {
    background: linear-gradient(180deg, transparent 55%, rgba(8, 10, 16, 0.35) 100%);
}
.yon-hero__placeholder {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #1e1b4b 0%, #312e81 45%, #4c1d95 100%);
}

.yon-hero__caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 28px 32px;
    max-width: 520px;
    pointer-events: none;
}
.yon-hero__title {
    margin: 0 0 8px;
    font-size: clamp(1.25rem, 2.2vw, 1.75rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #fff;
}
.yon-hero__desc {
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.45;
    color: rgba(241, 245, 249, 0.88);
    max-width: 42ch;
}
.yon-hero__cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 16px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--h-green), var(--h-green-dark));
    color: #04140a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
    box-shadow: 0 8px 20px -10px rgba(17, 211, 119, 0.65);
}

.yon-hero__arrow {
    position: absolute;
    top: 50%;
    z-index: 4;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(8, 10, 16, 0.45);
    backdrop-filter: blur(8px);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s, transform 0.15s;
}
.yon-hero__arrow:hover {
    background: var(--h-blue-soft);
    border-color: rgba(102, 122, 250, 0.35);
    color: var(--h-blue-text);
}
.yon-hero__arrow--prev { left: 12px; }
.yon-hero__arrow--next { right: 12px; }
.yon-hero__slider--single .yon-hero__arrow,
.yon-hero__slider--single .slick-dots,
.yon-hero__slider--single ~ .yon-hero__progress { display: none !important; }

/* Hero height presets */
.yon-hero--height-compact .yon-hero__media {
    aspect-ratio: 16 / 5;
    min-height: 150px;
    max-height: 280px;
}
.yon-hero--height-default .yon-hero__media {
    aspect-ratio: 16 / 6;
    min-height: 180px;
    max-height: 360px;
}
.yon-hero--height-tall .yon-hero__media {
    aspect-ratio: 16 / 7;
    min-height: 220px;
    max-height: 420px;
}
.yon-hero__layout:not(.yon-hero__layout--solo) .yon-hero__media {
    height: 100%;
    min-height: 280px;
    max-height: none;
    aspect-ratio: auto;
}
.yon-hero__layout:not(.yon-hero__layout--solo) .yon-hero--height-compact .yon-hero__media { min-height: 220px; }
.yon-hero__layout:not(.yon-hero__layout--solo) .yon-hero--height-tall .yon-hero__media { min-height: 320px; }

/* Overlay strength */
.yon-hero--overlay-light .yon-hero__shade {
    background: linear-gradient(90deg, rgba(8, 10, 16, 0.45) 0%, rgba(8, 10, 16, 0.12) 45%, transparent 100%);
}
.yon-hero--overlay-medium .yon-hero__shade {
    background: linear-gradient(90deg, rgba(8, 10, 16, 0.72) 0%, rgba(8, 10, 16, 0.28) 42%, rgba(8, 10, 16, 0.08) 100%);
}
.yon-hero--overlay-strong .yon-hero__shade {
    background: linear-gradient(90deg, rgba(8, 10, 16, 0.88) 0%, rgba(8, 10, 16, 0.55) 50%, rgba(8, 10, 16, 0.25) 100%);
}

/* Caption alignment */
.yon-hero--align-left .yon-hero__caption { left: 0; right: auto; text-align: left; }
.yon-hero--align-center .yon-hero__caption {
    left: 50%; right: auto; transform: translateX(-50%);
    text-align: center; max-width: 640px;
}
.yon-hero--align-center .yon-hero__desc { margin-left: auto; margin-right: auto; }
.yon-hero--align-right .yon-hero__caption {
    left: auto; right: 0; text-align: right; max-width: 520px;
}

.yon-hero__caption--glass {
    padding: 22px 26px;
    margin: 0 24px 24px;
    border-radius: 14px;
    background: rgba(8, 10, 16, 0.42);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 16px 40px -20px rgba(0, 0, 0, 0.65);
}
.yon-hero--align-center .yon-hero__caption--glass { margin-left: auto; margin-right: auto; }
.yon-hero--align-right .yon-hero__caption--glass { margin-left: auto; margin-right: 24px; }

.yon-hero__counter {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    gap: 2px;
    padding: 6px 11px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #f8fafc;
    background: rgba(8, 10, 16, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
}
.yon-hero__counter-current { color: #86efac; }
.yon-hero__counter-sep { opacity: 0.45; padding: 0 1px; }

.yon-hero__progress {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    height: 3px;
    background: rgba(255, 255, 255, 0.08);
}
.yon-hero__progress-bar {
    display: block;
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, var(--h-green), var(--h-blue));
    border-radius: 0 2px 2px 0;
}

.yon-hero__slider .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    z-index: 4;
    display: flex !important;
    justify-content: center;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.yon-hero__slider .slick-dots li { margin: 0; width: auto; height: auto; }
.yon-hero__slider .slick-dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.35);
    font-size: 0;
    transition: width 0.2s, background 0.2s;
}
.yon-hero__slider .slick-dots .slick-active button {
    width: 22px;
    background: #fff;
}

.yon-hero__side {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
    min-height: 280px;
}
.yon-hero__side-card {
    flex: 1 1 0;
    position: relative;
    min-height: 0;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--ys-border);
    background: var(--ys-card);
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.yon-hero__side-card:hover {
    transform: translateY(-2px);
    border-color: rgba(61, 90, 254, 0.35);
    box-shadow: 0 12px 28px -12px rgba(0, 0, 0, 0.45);
}
.yon-hero__side-card img {
    width: 100%;
    height: 100%;
    min-height: 120px;
    object-fit: cover;
    display: block;
}
.yon-hero__side-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    padding: 16px;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background: linear-gradient(135deg, #4c1d95, var(--h-blue-dark));
}

/* Legacy hero aliases (eski sÄ±nÄ±flar) */
.yon-full-slider { padding: 12px 0 6px; }
.yon-slider-content { display: grid; grid-template-columns: 1fr; }
.yon-slider-main { border-radius: 16px; overflow: hidden; }
.yon-slick-prev, .yon-slick-next { display: none; }

/* Oyun b?l?m? ? tab bar */
.yon-section { padding: 16px 0 6px; }
.yon-section__bar {
    display: flex; align-items: center; justify-content: space-between; gap: 12px;
    background: var(--ys-card); border: 1px solid var(--ys-border);
    border-radius: 10px 10px 0 0; padding: 0 8px 0 0; overflow: hidden;
}
.yon-section__bar--purple {
    background: linear-gradient(90deg, #6d28d9 0%, #9333ea 45%, var(--h-blue) 100%);
    border-color: transparent;
}
.yon-section__tabs { display: flex; overflow-x: auto; scrollbar-width: none; flex: 1; }
.yon-section__tabs::-webkit-scrollbar { display: none; }
.yon-section__tab {
    flex-shrink: 0; padding: 12px 18px; font-size: 11px; font-weight: 800;
    letter-spacing: .04em; text-transform: uppercase; color: var(--ys-muted);
    background: transparent; border: 0; cursor: pointer; white-space: nowrap;
    border-bottom: 2px solid transparent; transition: all .15s;
}
.yon-section__bar--purple .yon-section__tab { color: rgba(255,255,255,.7); }
.yon-section__tab.is-active { color: var(--ys-text); border-bottom-color: var(--h-blue); }
.yon-section__bar--purple .yon-section__tab.is-active { color: #fff; border-bottom-color: var(--h-orange); }
.yon-section__tab:hover { color: var(--ys-text); }
.yon-section__bar--purple .yon-section__tab:hover { color: #fff; }
.yon-section__all {
    flex-shrink: 0; margin: 6px 8px 6px 0; padding: 8px 16px;
    background: var(--ys-purple); color: #fff !important;
    font-size: 10px; font-weight: 800; letter-spacing: .06em;
    border-radius: 6px; text-decoration: none; text-transform: uppercase;
    transition: filter .15s;
}
.yon-section__all:hover { filter: brightness(1.1); }
.yon-section__bar--purple .yon-section__all { background: rgba(255,255,255,.2); }
.yon-section__title {
    display: flex; align-items: center; gap: 10px; padding: 12px 16px;
    font-size: 13px; font-weight: 900; letter-spacing: .05em;
    text-transform: uppercase; color: #fff; white-space: nowrap;
}
.yon-section__title img { height: 22px; width: auto; }
.yon-section__body {
    background: var(--ys-card-2); border: 1px solid var(--ys-border);
    border-top: 0; border-radius: 0 0 10px 10px; padding: 16px;
}
.yon-section__panel[hidden] { display: none !important; }

/* ?r?n grid */
.yon-product-grid {
    display: grid; gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 640px) { .yon-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .yon-product-grid { grid-template-columns: repeat(7, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .yon-product-grid--6 { grid-template-columns: repeat(6, minmax(0, 1fr)); } }

/* YON ?r?n kart? */
.yon-pcard {
    display: flex; flex-direction: column; border-radius: 10px; overflow: hidden;
    background: var(--ys-card); border: 1px solid var(--ys-border);
    text-decoration: none; color: inherit; transition: transform .2s, box-shadow .2s;
}
.yon-pcard:hover { transform: translateY(-2px); box-shadow: var(--h-shadow-blue), var(--h-shadow-card); }
.yon-pcard__top {
    position: relative; aspect-ratio: 1; overflow: hidden;
    background: linear-gradient(160deg, #6d28d9 0%, #9333ea 50%, #581c87 100%);
}
.yon-pcard__top img { width: 100%; height: 100%; object-fit: cover; }
.yon-pcard__placeholder {
    position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
    font-size: 2rem; color: rgba(148,163,184,.45);
}
.yon-pcard__body--minimal { padding: 8px 10px; }
.yon-pcard__body--minimal .yon-pcard__foot { margin-top: 0; padding-top: 0; }
.yon-pcard__body { padding: 10px; flex: 1; display: flex; flex-direction: column; gap: 4px; }
.yon-pcard__name {
    font-size: 10px; font-weight: 600; color: var(--ys-muted); line-height: 1.3;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 26px;
}
.yon-pcard__stars { display: flex; gap: 1px; }
.yon-pcard__stars i { font-size: 10px; color: var(--ys-border); }
.yon-pcard__stars i.is-on { color: #fbbf24; }
.yon-pcard__foot { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 4px; gap: 6px; }
.yon-pcard__line { display: inline-flex; align-items: baseline; gap: 5px; min-width: 0; flex: 1; flex-wrap: wrap; }
.yon-pcard__amount { font-size: 11px; font-weight: 700; color: var(--ys-muted); white-space: nowrap; }
.yon-pcard__sep { font-size: 11px; font-weight: 600; color: rgba(148,163,184,.45); }
.yon-pcard__price-wrap { display: flex; flex-direction: column; gap: 2px; }
.yon-pcard__price { font-size: 16px; font-weight: 700; color: var(--h-green); white-space: nowrap; }
.yon-pcard__line.text-base .yon-pcard__amount { font-size: 12px; }
.yon-pcard__line.text-base .yon-pcard__price { font-size: 15px; }
.yon-pcard__discount { font-size: 9px; font-weight: 700; color: var(--h-green); }
.yon-pcard__cart {
    /* yh-btn yh-btn--icon yh-btn--green on homepage cards */
}

/* Basit kart (Riot b?l?m?) */
.yon-pcard--simple { border-radius: 8px; }
.yon-pcard--simple .yon-pcard__thumb {
    aspect-ratio: 16/10; background: var(--ys-card-2);
    display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.yon-pcard--simple .yon-pcard__thumb img { width: 100%; height: 100%; object-fit: cover; }
.yon-pcard--simple .yon-pcard__thumb i { font-size: 24px; color: var(--ys-muted); }
.yon-pcard--simple .yon-pcard__price { font-size: 14px; font-weight: 800; margin-top: 4px; }

/* B?y?k oyun kartlar? */
.yon-game-banners { padding: 16px 0; }
.yon-game-banners__grid {
    display: grid; gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 768px) { .yon-game-banners__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.yon-game-banner {
    position: relative; border-radius: 12px; overflow: hidden; aspect-ratio: 3/4;
    border: 1px solid var(--ys-border); text-decoration: none;
    transition: transform .25s, box-shadow .25s;
}
.yon-game-banner:hover { transform: translateY(-4px); box-shadow: 0 16px 32px rgba(0,0,0,.3); }
.yon-game-banner img { width: 100%; height: 100%; object-fit: cover; }
.yon-game-banner__fallback {
    width: 100%; height: 100%;
    background: linear-gradient(160deg, #312e81, #1e1b4b);
    display: flex; align-items: center; justify-content: center;
    font-size: 2rem; font-weight: 900; color: rgba(255,255,255,.3);
}
.yon-game-banner__label {
    position: absolute; bottom: 0; left: 0; right: 0; padding: 16px 12px;
    background: linear-gradient(transparent, rgba(0,0,0,.85));
    font-size: 12px; font-weight: 800; color: #fff; text-align: center;
}

/* Haber / blog */
.yon-news-grid {
    display: grid; gap: 12px; grid-template-columns: 1fr;
}
@media (min-width: 640px) { .yon-news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .yon-news-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.yon-news-card {
    border-radius: 10px; overflow: hidden; background: var(--ys-card);
    border: 1px solid var(--ys-border); text-decoration: none; color: inherit;
    transition: transform .2s, border-color .2s;
}
.yon-news-card:hover { transform: translateY(-2px); border-color: rgba(61,90,254,.35); }
.yon-news-card__img {
    aspect-ratio: 16/10; background: var(--ys-card-2); overflow: hidden;
}
.yon-news-card__img img { width: 100%; height: 100%; object-fit: cover; }
.yon-news-card__placeholder {
    width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
    color: var(--ys-muted); font-size: 28px;
}
.yon-news-card__body { padding: 12px; }
.yon-news-card__tag { font-size: 9px; font-weight: 800; color: var(--ys-purple); text-transform: uppercase; letter-spacing: .05em; }
.yon-news-card__date { font-size: 10px; color: var(--ys-muted); margin-top: 4px; }
.yon-news-card__title { font-size: 12px; font-weight: 700; color: var(--ys-text); margin: 6px 0 0; line-height: 1.35; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.yon-news-card__excerpt { font-size: 10px; color: var(--ys-muted); margin-top: 6px; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.yon-news-card__more { display: inline-block; margin-top: 8px; font-size: 9px; font-weight: 800; color: var(--ys-purple); text-transform: uppercase; letter-spacing: .04em; }

/* Footer styles moved to yon-footer.css */
.yon-site-footer { display: contents; }
.yon-site-footer__inner,
.yon-site-footer__grid,
.yon-site-footer__col,
.yon-site-footer__bottom,
.yon-site-footer__socials,
.yon-site-footer__social,
.yon-site-footer__payments,
.yon-site-footer__pay,
.yon-site-footer__copy { /* legacy no-op */ }

/* Section heads */
.yon-section__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}
.yon-section__head h2 {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--ys-text);
    letter-spacing: -0.02em;
}
.yon-section__head p {
    margin: 4px 0 0;
    font-size: 12px;
    color: var(--ys-muted);
}

.yon-product-grid--5 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (min-width: 640px) { .yon-product-grid--5 { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .yon-product-grid--5 { grid-template-columns: repeat(5, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .yon-product-grid--6 { grid-template-columns: repeat(6, minmax(0, 1fr)); } }

/* Announcement */
.yon-announce { padding: 0 0 8px; }
.yon-announce__bar {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 12px;
    background: linear-gradient(90deg, #1d4ed8, #2563eb 50%, #3b82f6);
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
}
.yon-announce__bar i { font-size: 18px; }

/* Social hub */
.yon-social-hub { padding: 16px 0 6px; }
.yon-social-hub__head { text-align: center; margin-bottom: 12px; }
.yon-social-hub__head h2 { margin: 0; font-size: 1.15rem; font-weight: 700; }
.yon-social-hub__head p { margin: 4px 0 0; font-size: 13px; color: var(--ys-muted); }
.yon-social-hub__grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 640px) { .yon-social-hub__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .yon-social-hub__grid { grid-template-columns: repeat(8, minmax(0, 1fr)); } }
.yon-social-hub__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 96px;
    border-radius: 14px;
    background: color-mix(in srgb, var(--hub-color, var(--h-blue)) 18%, var(--ys-card));
    border: 1px solid color-mix(in srgb, var(--hub-color, var(--h-blue)) 45%, transparent);
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    font-weight: 800;
    transition: transform .15s, filter .15s;
}
.yon-social-hub__card i { font-size: 28px; color: var(--hub-color, var(--h-blue)); }
.yon-social-hub__card:hover { transform: translateY(-3px); filter: brightness(1.08); }

/* Game banners 6 */
.yon-game-banners__grid--6 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (min-width: 640px) { .yon-game-banners__grid--6 { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .yon-game-banners__grid--6 { grid-template-columns: repeat(6, minmax(0, 1fr)); } }

/* Triple columns ? vitrin eklentisi */
.yon-triple { padding: 20px 0 8px; }
.yon-triple__grid {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
}
@media (min-width: 900px) { .yon-triple__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.yon-triple__col {
    border-radius: 14px;
    border: 1px solid var(--ys-border);
    background: var(--ys-card);
    padding: 14px;
}
.yon-triple__head { margin-bottom: 12px; }
.yon-triple__col h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--ys-text, #fff);
}
.yon-triple__head p {
    margin: 4px 0 0;
    font-size: 12px;
    line-height: 1.35;
    color: var(--ys-muted, #94a3b8);
}
.yon-triple__col h3 i { color: var(--ys-purple); }
.yon-triple__list { display: flex; flex-direction: column; gap: 8px; }
.yon-triple__empty {
    margin: 0;
    padding: 12px 8px;
    font-size: 12px;
    color: var(--ys-muted, #94a3b8);
    text-align: center;
}
.yon-triple__item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
    background: var(--ys-card-2);
    border: 1px solid transparent;
    transition: border-color .15s, transform .15s;
}
.yon-triple__item:hover { border-color: rgba(61,90,254,.35); transform: translateY(-1px); }
.yon-triple__thumb {
    width: 44px; height: 44px; border-radius: 10px; overflow: hidden;
    background: var(--ys-card-2); display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; color: var(--ys-muted);
}
.yon-triple__thumb img { width: 100%; height: 100%; object-fit: cover; }
.yon-triple__meta { flex: 1; min-width: 0; }
.yon-triple__meta strong {
    display: block; font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
    margin-bottom: 4px;
}
.yon-triple__price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 12px;
    font-weight: 800;
}
.yon-triple__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    padding: 2px 6px;
    border-radius: 6px;
    font-style: normal;
    font-size: 10px;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(135deg, #ef4444, #f97316);
}
.yon-triple__now { color: var(--h-green); font-weight: 900; }
.yon-triple__price .yon-triple__old,
.yon-triple__price s.yon-triple__old {
    font-size: 11px;
    font-weight: 600;
    color: var(--ys-muted, #94a3b8);
    text-decoration: line-through;
}
.yon-triple__cart {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    flex-shrink: 0;
    color: var(--ys-text, #fff);
    background: rgba(255,255,255,.06);
    border: 1px solid var(--ys-border);
    font-size: 16px;
    transition: background .15s, border-color .15s;
}
.yon-triple__item:hover .yon-triple__cart {
    background: rgba(61,90,254,.2);
    border-color: rgba(61,90,254,.45);
}

/* Game tiles */
.yon-game-tiles { padding: 16px 0 8px; }
.yon-game-tiles__grid {
    display: grid; gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 640px) { .yon-game-tiles__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .yon-game-tiles__grid { grid-template-columns: repeat(6, minmax(0, 1fr)); } }
.yon-game-tile {
    aspect-ratio: 1;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--ys-border);
    background: var(--ys-card);
    position: relative;
    text-decoration: none;
    display: flex; align-items: center; justify-content: center;
    color: var(--ys-muted); font-weight: 900; font-size: 1.25rem;
}
.yon-game-tile img { width: 100%; height: 100%; object-fit: cover; }
.yon-game-tile em {
    position: absolute; left: 0; right: 0; bottom: 0;
    padding: 8px 6px; font-style: normal; font-size: 11px; font-weight: 800;
    color: #fff; text-align: center;
    background: linear-gradient(transparent, rgba(0,0,0,.85));
}

/* Price tiers */
.yon-price-tiers { padding: 20px 0 8px; }
.yon-price-tiers__grid {
    display: grid; gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 640px) { .yon-price-tiers__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .yon-price-tiers__grid { grid-template-columns: repeat(7, minmax(0, 1fr)); } }
.yon-price-tier {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 6px; min-height: 88px; border-radius: 14px;
    border: 1px solid rgba(96,165,250,.35);
    background: linear-gradient(160deg, rgba(37,99,235,.18), rgba(15,23,42,.6));
    color: #fff; text-decoration: none; font-weight: 900;
    box-shadow: inset 0 0 0 1px rgba(147,197,253,.08);
    transition: transform .15s;
}
.yon-price-tier:hover { transform: translateY(-3px); }
.yon-price-tier i { color: #93c5fd; font-size: 20px; }
.yon-price-tier strong { font-size: 1.1rem; }

.yon-news-grid--5 { grid-template-columns: 1fr; }
@media (min-width: 640px) { .yon-news-grid--5 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .yon-news-grid--5 { grid-template-columns: repeat(5, minmax(0, 1fr)); } }

/* Social CTA */
.yon-social-cta { padding: 12px 0; }
.yon-social-cta__inner {
    border-radius: 14px;
    padding: 20px 18px;
    text-align: center;
    border: 1px solid var(--ys-border);
    background: var(--ys-card);
}
.yon-social-cta__inner h2 { margin: 0 0 12px; color: var(--ys-text); font-size: 1rem; font-weight: 700; }
.yon-social-cta__icons { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.yon-social-cta__icons a {
    width: 40px; height: 40px; border-radius: 12px;
    display: inline-flex; align-items: center; justify-content: center;
    background: var(--ys-card-2); color: var(--ys-text); font-size: 18px;
    text-decoration: none;
    border: 1px solid var(--ys-border);
}
.yon-social-cta__icons a:hover { background: var(--hub-color, var(--h-green)); color: #04140a; border-color: transparent; }

/* Reviews */
.yon-reviews { padding: 20px 0 12px; }
.yon-reviews__grid {
    display: grid; gap: 12px;
    grid-template-columns: 1fr;
}
@media (min-width: 768px) { .yon-reviews__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1200px) { .yon-reviews__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.yon-reviews__grid--page {
    grid-template-columns: 1fr;
}
@media (min-width: 640px) { .yon-reviews__grid--page { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .yon-reviews__grid--page { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.yon-review-card {
    border-radius: 14px; border: 1px solid var(--ys-border);
    background: var(--ys-card); padding: 14px;
    display: flex; flex-direction: column; min-height: 100%;
    transition: border-color .15s, transform .15s;
}
.yon-review-card:hover { border-color: rgba(61,90,254,.35); transform: translateY(-1px); }
.yon-review-card__top { display: flex; gap: 10px; align-items: center; margin-bottom: 10px; }
.yon-review-card__who { min-width: 0; flex: 1; }
.yon-review-card__avatar {
    width: 42px; height: 42px; border-radius: 50%; overflow: hidden;
    background: var(--ys-card-2); display: flex; align-items: center; justify-content: center;
    font-weight: 800; color: #c084fc; flex-shrink: 0;
}
.yon-review-card__avatar img { width: 100%; height: 100%; object-fit: cover; }
.yon-review-card__top strong { display: block; font-size: 13px; color: var(--ys-text, #fff); }
.yon-review-card__stars { display: flex; align-items: center; gap: 2px; margin-top: 3px; flex-wrap: wrap; }
.yon-review-card__stars i { font-size: 12px; color: #475569; }
.yon-review-card__stars i.is-on { color: #fbbf24; }
.yon-review-card__stars em { margin-left: 4px; font-style: normal; font-size: 11px; color: var(--ys-muted); }
.yon-review-card__quote {
    margin: 0 0 12px;
    padding: 0;
    border: none;
    font-size: 13px;
    line-height: 1.55;
    color: var(--ys-muted);
    font-style: normal;
    flex: 1;
}
.yon-review-card__foot {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: auto;
}
.yon-review-card__seller {
    display: inline-block; font-size: 11px; font-weight: 700;
    color: var(--ys-purple); text-decoration: none;
}
.yon-review-card__seller:hover { text-decoration: underline; }
.yon-review-card__listing {
    display: inline-block;
    font-size: 10px;
    color: var(--ys-muted);
    text-decoration: none;
}
.yon-review-card__listing:hover { color: var(--ys-purple); }
.yon-section__all {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 700;
    color: var(--ys-purple);
    text-decoration: none;
    white-space: nowrap;
}
.yon-section__all:hover { text-decoration: underline; }

/* Trust boxes */
.yon-trust-boxes { padding: 20px 0 8px; }
.yon-trust-boxes__grid {
    display: grid; gap: 12px;
    grid-template-columns: 1fr;
}
@media (min-width: 768px) { .yon-trust-boxes__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.yon-trust-box {
    display: flex; gap: 12px; align-items: flex-start;
    padding: 16px; border-radius: 14px;
    border: 1px solid var(--ys-border); background: var(--ys-card);
}
.yon-trust-box i { font-size: 28px; color: var(--ys-purple); }
.yon-trust-box strong { display: block; font-size: 14px; margin-bottom: 4px; }
.yon-trust-box p { margin: 0; font-size: 12px; color: var(--ys-muted); line-height: 1.45; }

@media (max-width: 1024px) {
    .yon-hero__layout:not(.yon-hero__layout--solo) {
        grid-template-columns: minmax(0, 1fr) minmax(140px, 24%);
    }
    .yon-hero__caption { padding: 20px 22px; max-width: 420px; }
}
@media (max-width: 768px) {
    .yon-home__wrap { padding: 0 12px; }
    .yon-hero { padding: 8px 0 4px; }
    .yon-hero__layout {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .yon-hero__stage { border-radius: 12px; }
    .yon-hero__media {
        aspect-ratio: 16 / 9;
        min-height: 140px;
        max-height: 240px;
    }
    .yon-hero__caption--glass {
        margin: 0 12px 12px;
        padding: 14px 16px;
        border-radius: 12px;
    }
    .yon-hero__counter { top: 10px; right: 10px; font-size: 10px; padding: 5px 9px; }
    .yon-hero__title { font-size: 1.1rem; }
    .yon-hero__desc { font-size: 12px; margin-bottom: 10px; }
    .yon-hero__cta { padding: 7px 12px; font-size: 11px; }
    .yon-hero__arrow { width: 32px; height: 32px; font-size: 16px; }
    .yon-hero__side {
        flex-direction: row;
    }
    .yon-hero__side-card { flex: 1; min-height: 88px; }
    .yon-slider-content { grid-template-columns: 1fr; gap: 10px; }
    .yon-slider-detail { aspect-ratio: 16 / 9; min-height: 150px; }
    .yon-slider-main { border-radius: 10px; }
    .yon-slider-banners {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        height: auto;
    }
    .yon-slider-banner {
        position: relative;
        min-height: 0;
        border-radius: 10px;
        aspect-ratio: 16 / 9;
    }
    .yon-slider-banner a,
    .yon-slider-banner img {
        object-fit: fill !important;
    }
    .yon-slick-prev,
    .yon-slick-next {
        width: 34px;
        height: 34px;
        font-size: 18px;
    }
    .yon-slick-prev { left: 8px; }
    .yon-slick-next { right: 8px; }
    .yon-section__bar { flex-wrap: wrap; }
    .yon-section__all { margin: 6px 8px; }
    .yon-section__body { padding: 12px; }
}
@media (max-width: 480px) {
    .yon-home__wrap { padding: 0 10px; }
    .yon-slider-detail { aspect-ratio: 16 / 9; min-height: 140px; }
    .yon-slider-banners { grid-template-columns: 1fr; }
    .yon-slider-banner { aspect-ratio: 16 / 8; }
    .yon-product-grid { gap: 8px; }
    .yon-pcard__body { padding: 8px; }
    .yon-pcard__price { font-size: 12px; }
    .yon-game-banners__grid { grid-template-columns: 1fr 1fr; gap: 8px; }
    .yon-site-footer__grid { grid-template-columns: 1fr; gap: 18px; }
}

/* Hesap ana sayfa â vitrin & legacy bÃ¶lÃ¼mler mobil */
.yon-home--yon .yon-vitrin {
    padding: clamp(14px, 3vw, 22px) 0 8px;
}

.yon-home--yon .yon-vitrin__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

@media (max-width: 767px) {
    .yon-home--yon .yon-vitrin__head .yon-section__all {
        width: 100%;
        justify-content: center;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 10px 16px;
        border-radius: 999px;
        background: var(--h-blue-soft);
        border: 1px solid rgba(102, 122, 250, 0.28);
        color: var(--h-blue-text);
        font-size: 12px;
        font-weight: 800;
        text-transform: none;
        letter-spacing: 0;
    }

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

    .yon-home--yon .yon-vitrin-card .lc__title {
        font-size: 12px;
    }

    .yon-home--yon .yon-vitrin-card .lc__price {
        font-size: 14px;
        color: var(--h-green);
    }
}

@media (max-width: 479px) {
    .yon-home--yon .yon-vitrin__grid {
        grid-template-columns: 1fr;
    }

    .yon-home--yon .yon-vitrin-cat {
        width: 72px;
        padding: 8px 4px;
    }

    .yon-home--yon .yon-vitrin-cat__thumb {
        width: 40px;
        height: 40px;
    }
}

/* ?? Ana sayfa Vitrin ?lanlar ?? */
.yon-vitrin {
    padding: 20px 0 8px;
}
.yon-vitrin-cats {
    margin-bottom: 18px;
}
.yon-vitrin-cats__track {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    padding: 4px 2px 8px;
    cursor: grab;
    touch-action: pan-x;
    user-select: none;
}
.yon-vitrin-cats__track.is-dragging { cursor: grabbing; }
.yon-vitrin-cats__track.is-dragging button { pointer-events: none; }
.yon-vitrin-cats__track::-webkit-scrollbar { display: none; }

.yon-vitrin-cat {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 84px;
    padding: 10px 6px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 14px;
    background: rgba(255,255,255,.03);
    color: var(--yon-muted);
    cursor: pointer;
    transition: border-color .15s, background .15s, color .15s, transform .15s;
}
.yon-vitrin-cat--all {
    position: sticky;
    left: 0;
    z-index: 3;
    background: var(--ys-card);
    box-shadow: 4px 0 12px rgba(0,0,0,.25);
}
.yon-vitrin-cat--all.is-active {
    background: rgba(255,172,63,.16);
}
.yon-vitrin-cat:hover {
    border-color: rgba(255,172,63,.35);
    color: var(--yon-text);
    transform: translateY(-2px);
}
.yon-vitrin-cat.is-active {
    border-color: rgba(255,172,63,.55);
    background: rgba(255,172,63,.12);
    color: #ffd39a;
    box-shadow: 0 8px 22px -14px rgba(255,172,63,.55);
}
.yon-vitrin-cat__thumb {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    overflow: hidden;
    background: var(--ys-card-2);
    display: grid;
    place-items: center;
    font-size: 20px;
    color: #a78bfa;
}
.yon-vitrin-cat__thumb--all {
    background: linear-gradient(135deg, rgba(255,172,63,.25), rgba(61,90,254,.2));
    color: #ffb85c;
}
.yon-vitrin-cat__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.yon-vitrin-cat__label {
    font-size: 11px;
    font-weight: 800;
    text-align: center;
    line-height: 1.25;
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.yon-vitrin__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
    flex-wrap: wrap;
}
.yon-vitrin__head h2 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 900;
    color: var(--yon-text);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.yon-vitrin__head h2 i { color: #fbbf24; }
.yon-vitrin__head p {
    margin: 4px 0 0;
    font-size: 12px;
    color: var(--yon-muted);
}

.yon-vitrin__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}
@media (max-width: 1280px) {
    .yon-vitrin__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
    .yon-vitrin__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
    .yon-vitrin__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
    .yon-vitrin-cat { width: 76px; padding: 8px 4px; }
    .yon-vitrin-cat__thumb { width: 42px; height: 42px; border-radius: 12px; }
}

.yon-vitrin-card {
    height: 100%;
}
.yon-vitrin__empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 40px 16px;
    text-align: center;
    color: var(--yon-muted);
    border: 1px dashed rgba(255,255,255,.1);
    border-radius: 16px;
    margin-top: 8px;
}
.yon-vitrin__empty i { font-size: 32px; color: #fbbf24; opacity: .7; }
.yon-vitrin__empty p { margin: 0; font-size: 13px; font-weight: 700; color: var(--yon-text); }
.yon-vitrin__reset {
    margin-top: 6px;
    border: 1px solid rgba(255,172,63,.35);
    background: rgba(255,172,63,.12);
    color: #ffd39a;
    border-radius: 10px;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
}

/* =================================================================
   Hero v2 — slider + öne çıkan hizmetler şeridi (deploy-marker: yon-home-hero-v2)
   ================================================================= */

.yon-hero-h {
    position: relative;
    padding: 12px 0 6px;
}

.yon-hero-h .yon-home__wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.yon-hero-h__promo {
    width: 100%;
}

.yon-hero-h__slider-wrap {
    width: 100%;
    min-width: 0;
    position: relative;
}

.yon-hero-h__strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
    min-width: 0;
}

.yon-hero-h__strip--single {
    grid-template-columns: minmax(0, 1fr);
    max-width: 480px;
}

.yon-hero-h__strip-item {
    display: block;
    min-height: 120px;
    max-height: 180px;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--ys-border, rgba(255, 255, 255, 0.1));
    background: var(--ys-card, #1a1c28);
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    padding: 0;
}

.yon-hero-h__strip-item:hover {
    transform: translateY(-2px);
    border-color: rgba(61, 90, 254, 0.35);
    box-shadow: 0 12px 28px -12px rgba(0, 0, 0, 0.45);
}

.yon-hero-h__strip-frame,
.yon-hero-h__strip-frame-inner {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
}

.yon-hero-h__strip-item--solo .yon-hero-h__strip-frame-inner {
    min-height: 120px;
    max-height: 180px;
}

.yon-hero-h__strip-img {
    width: 100%;
    height: 100%;
    min-height: 120px;
    max-height: 180px;
    object-fit: cover;
    display: block;
}

.yon-hero-h__strip-content {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
}

.yon-hero-h__strip-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
    flex-shrink: 0;
}

.yon-hero-h__strip-icon-fa {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    font-size: 22px;
    color: var(--h-orange, #ffb300);
    flex-shrink: 0;
}

.yon-hero-h__strip-title {
    font-size: 13px;
    font-weight: 800;
    color: var(--h-text, #fff);
    line-height: 1.25;
}

.yon-hero-h__strip-sub {
    font-size: 11px;
    color: var(--h-text-muted, #94a3b8);
    margin-top: 2px;
}

.yon-hero-h__strip--duo .yon-hero-h__strip-item {
    min-height: 120px;
}

@media (max-width: 639px) {
    .yon-hero-h__strip {
        grid-template-columns: 1fr;
    }
}

