/* Extracted from Views/Test/Hoparlor.cshtml. */
    /* =========================================================
               KLAVYE SİMÜLASYON ÜRÜN BANNERLARI
               ========================================================= */

    .kb-side-banner__link {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 12px;
        border-style: solid;
        border-color: rgba(255, 255, 255, .13);
        background: radial-gradient( 260px 240px at 50% 27%, rgba(16, 163, 127, .27), transparent 68% ), radial-gradient( 240px 180px at 80% 90%, rgba(16, 163, 127, .12), transparent 70% ), linear-gradient( 180deg, rgba(47, 47, 47, .98), rgba(23, 23, 23, .99) );
    }

        .kb-side-banner__link::before {
            content: "";
            position: absolute;
            inset: 0;
            pointer-events: none;
            background: linear-gradient( 125deg, rgba(255, 255, 255, .045), transparent 28%, transparent 72%, rgba(255, 255, 255, .025) );
        }

    .kb-side-banner__badge,
    .kb-side-banner__visual,
    .kb-side-banner__content {
        position: relative;
        z-index: 1;
    }

    .kb-side-banner__badge {
        display: inline-flex;
        align-items: center;
        align-self: flex-start;
        gap: 6px;
        min-height: 28px;
        padding: 5px 9px;
        border-radius: 999px;
        color: rgba(255, 255, 255, .78);
        background: rgba(255, 255, 255, .055);
        border: 1px solid rgba(255, 255, 255, .09);
        font-size: clamp(9px, .7vw, 11px);
        font-weight: 850;
        white-space: nowrap;
    }

        .kb-side-banner__badge i {
            color: var(--dn-accent-solid);
        }

    .kb-side-banner__visual {
        display: grid;
        flex: 0 0 auto;
        aspect-ratio: 1 / 1.18;
        min-height: unset;
        place-items: center;
        overflow: hidden;
        padding: 10px 8px;
        border-radius: 15px;
        background: radial-gradient( circle at 50% 50%, rgba(16, 163, 127, .14), transparent 66% ), rgba(255, 255, 255, .025);
        border: 1px solid rgba(255, 255, 255, .07);
    }

    .kb-side-banner__image {
        position: relative;
        z-index: 2;
        display: block;
        width: 100%;
        height: 100%;
        max-height: 100%;
        object-fit: contain;
        filter: drop-shadow(0 18px 22px rgba(0, 0, 0, .48)) saturate(1.06);
        transition: transform .22s ease, filter .22s ease, opacity .18s ease;
    }

    .kb-side-banner__link:hover .kb-side-banner__image {
        transform: scale(1.045);
        filter: drop-shadow(0 22px 28px rgba(0, 0, 0, .54)) saturate(1.12);
    }

    .kb-side-banner__fallback {
        position: absolute;
        z-index: 1;
        color: rgba(255, 255, 255, .18);
        font-size: clamp(2rem, 3vw, 3.4rem);
    }

    .kb-side-banner__visual.has-image .kb-side-banner__fallback {
        display: none;
    }

    .kb-side-banner__visual.has-image-error .kb-side-banner__image {
        display: none;
    }

    .kb-side-banner__content {
        display: flex;
        flex: 0 0 auto;
        flex-direction: column;
        align-items: flex-start;
        gap: 7px;
    }

    .kb-side-banner__product-name {
        display: -webkit-box;
        overflow: hidden;
        color: rgba(255, 255, 255, .94);
        font-size: clamp(.82rem, 1vw, 1rem);
        font-weight: 950;
        line-height: 1.28;
        letter-spacing: -.018em;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .kb-side-banner__description {
        display: -webkit-box;
        overflow: hidden;
        color: rgba(236, 236, 236, .60);
        font-size: clamp(.67rem, .72vw, .78rem);
        line-height: 1.45;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .kb-side-banner__cta {
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        width: 100%;
        margin-top: 2px;
        padding: 8px 10px;
        border-radius: 11px;
        color: rgba(255, 255, 255, .90);
        background: linear-gradient( 135deg, rgba(16, 163, 127, .18), rgba(16, 163, 127, .14) );
        border: 1px solid rgba(16, 163, 127, .22);
        font-size: clamp(.68rem, .75vw, .8rem);
        font-weight: 900;
    }

        .kb-side-banner__cta i {
            transition: transform .18s ease;
        }

    .kb-side-banner__link:hover .kb-side-banner__cta i {
        transform: translateX(3px);
    }

    /* Banner oldukça daralırsa açıklamayı kaldır */
    @media (max-width: 1490px) {
        .kb-side-banner__description {
            display: none;
        }

        .kb-side-banner__link {
            padding: 11px;
            gap: 9px;
        }
    }

    .kb-side-banner__visual::after {
        content: "";
        position: absolute;
        z-index: 3;
        left: 0;
        right: 0;
        bottom: 0;
        height: 48%;
        pointer-events: none;
        background: linear-gradient( 180deg, transparent 0%, rgba(23, 23, 23, .34) 32%, rgba(23, 23, 23, .92) 100% );
    }

    .kb-side-banner__visual-copy {
        position: absolute;
        z-index: 4;
        left: 12px;
        right: 12px;
        bottom: 13px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 3px;
        color: #fff;
        text-align: center;
        pointer-events: none;
    }

        .kb-side-banner__visual-copy strong {
            font-size: clamp(.82rem, .95vw, 1.08rem);
            font-weight: 1000;
            line-height: 1.05;
            letter-spacing: .035em;
            text-transform: uppercase;
            text-shadow: 0 2px 8px rgba(0, 0, 0, .95), 0 0 20px rgba(16, 163, 127, .32);
        }

        .kb-side-banner__visual-copy small {
            color: rgba(255, 255, 255, .72);
            font-size: clamp(.62rem, .68vw, .74rem);
            font-weight: 750;
            line-height: 1.2;
            text-shadow: 0 2px 7px rgba(0, 0, 0, .92);
        }

    .kb-side-banner__link:hover
    .kb-side-banner__visual-copy strong {
        color: #b4b4b4;
    }

    .test-card {
        color: var(--text);
        background: var(--card);
        border: 1px solid var(--border);
        border-radius: 18px;
        box-shadow: var(--shadow-md);
        transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
    }

        .test-card:hover {
            transform: translateY(-1px);
        }


    .test-subtle {
        color: var(--text-muted);
    }

    .test-status {
        color: var(--text-muted);
    }

    .truncate {
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .player {
        gap: 1rem;
    }

    .cover {
        width: 72px;
        height: 72px;
        border-radius: 14px;
        background: var(--bg-soft);
        border: 1px solid var(--border);
        display: grid;
        place-items: center;
        box-shadow: var(--shadow-sm);
    }

    .badge-note {
        display: flex;
        gap: 6px;
        opacity: .9;
    }

        .badge-note .dot {
            width: 10px;
            height: 22px;
            border-radius: 6px;
            background: linear-gradient(180deg, var(--accent), color-mix(in oklab, var(--accent), white 30%));
            opacity: .95;
        }

    .track-title {
        font-weight: 700;
    }

    .track-subtle {
        color: var(--text-muted);
        font-size: .95rem;
    }

    .channel-chips {
        display: flex;
        gap: .4rem;
    }

    .chip {
        border: 1px solid var(--border);
        background: var(--bg-soft);
        color: var(--text);
        padding: .34rem .72rem;
        border-radius: 999px;
        font-weight: 600;
        font-size: .9rem;
        transition: transform .12s ease, background .18s ease, box-shadow .18s ease, color .18s ease, border-color .18s ease;
    }

        .chip:hover {
            transform: translateY(-1px);
        }

        .chip:focus-visible {
            outline: none;
            box-shadow: 0 0 0 3px var(--ring);
        }

        .chip[aria-pressed="true"] {
            background: linear-gradient(135deg, var(--accent), color-mix(in oklab, var(--accent), white 35%));
            color: var(--accent-contrast);
            border-color: transparent;
            box-shadow: 0 8px 18px color-mix(in oklab, var(--accent), transparent 72%);
        }


    .ctrl {
        width: 54px;
        height: 54px;
        border-radius: 999px;
        border: 1px solid var(--border);
        background: linear-gradient(135deg, var(--accent), color-mix(in oklab, var(--accent), white 35%));
        color: var(--accent-contrast);
        display: grid;
        place-items: center;
        font-weight: 800;
        font-size: 1.05rem;
        box-shadow: 0 10px 22px color-mix(in oklab, var(--accent), transparent 70%);
        transition: transform .12s ease, box-shadow .18s ease, filter .18s ease;
    }

        .ctrl:active {
            transform: scale(.98);
        }

        .ctrl:focus-visible {
            outline: none;
            box-shadow: 0 0 0 3px var(--ring);
        }

    .seek-range {
        -webkit-appearance: none;
        appearance: none;
        height: 10px;
        border-radius: 999px;
        width: 100%;
        background: var(--bg-soft);
        outline: none;
    }

        .seek-range::-webkit-slider-runnable-track {
            height: 10px;
            border-radius: 999px;
            background: var(--bg-soft);
            border: 1px solid var(--border);
        }

        .seek-range::-moz-range-track {
            height: 10px;
            border-radius: 999px;
            background: var(--bg-soft);
            border: 1px solid var(--border);
        }

        .seek-range::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 16px;
            height: 16px;
            border-radius: 50%;
            background: var(--card);
            border: 2px solid var(--accent);
            margin-top: -3px;
            box-shadow: var(--shadow-sm);
        }

        .seek-range:focus-visible {
            box-shadow: 0 0 0 3px var(--ring);
        }

    .time {
        font-variant-numeric: tabular-nums;
        font-size: .9rem;
        color: var(--text-muted);
    }

    .vol-range {
        -webkit-appearance: none;
        appearance: none;
        width: 140px;
        height: 6px;
        border-radius: 999px;
        background: var(--bg-soft);
        outline: none;
        accent-color: var(--accent);
        border: 1px solid var(--border);
    }

        .vol-range::-webkit-slider-runnable-track {
            height: 6px;
            border-radius: 999px;
            background: var(--bg-soft);
        }

        .vol-range::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 14px;
            height: 14px;
            border-radius: 50%;
            background: var(--card);
            border: 2px solid var(--accent);
            margin-top: -4px;
            box-shadow: var(--shadow-sm);
        }
    @media (max-width: 480px) {
        .vol-range

    {
        width: 110px;
    }

    }

    @media (prefers-reduced-motion: reduce) {
        .test-card, .chip, .ctrl

    {
        transition: none !important;
    }

    }
    /* Hoparlör SEO blokları */
.spk-seo-card{
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,.18);
}

.spk-section-title{
    font-size: 1.35rem;
    font-weight: 800;
    margin-bottom: 12px;
    color: #fff;
    text-align: center;
}

.spk-section-text{
    color: rgba(255,255,255,.78);
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 0;
    text-align: center;
}

.spk-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 14px;
    margin-top: 18px;
}

.spk-item{
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 16px;
    padding: 16px;
}

.spk-item h3{
    font-size: 1.02rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

.spk-item p{
    margin: 0;
    color: rgba(255,255,255,.74);
    line-height: 1.65;
    font-size: .96rem;
}

.spk-faq{
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 18px;
}

.spk-faq-item{
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 16px;
    padding: 16px;
}

.spk-faq-item h3{
    font-size: 1.02rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

.spk-faq-item p{
    margin: 0;
    color: rgba(255,255,255,.74);
    line-height: 1.7;
    font-size: .96rem;
}

@media (max-width: 991.98px){
    .spk-grid{
        grid-template-columns: 1fr;
    }
}


.kb-app-download-card {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    width: 100%;
    padding: 15px 16px;
    border-radius: 22px;
    color: var(--dn-text) !important;
    background:
        radial-gradient(560px 180px at 8% 0%, rgba(16, 163, 127, .20), transparent 62%),
        radial-gradient(520px 190px at 92% 70%, rgba(16, 163, 127, .16), transparent 64%),
        rgba(47, 47, 47, .32);
    border: 1px solid rgba(16, 163, 127, .30);
    box-shadow:
        0 18px 44px rgba(0,0,0,.28),
        inset 0 0 0 1px rgba(255,255,255,.03);
    transition:
        transform .18s ease,
        border-color .18s ease,
        box-shadow .18s ease,
        background-color .18s ease;
}

.kb-app-download-card::before {
    content: "";
    position: absolute;
    right: -54px;
    top: -72px;
    width: 180px;
    height: 180px;
    border-radius: 999px;
    background: rgba(16, 163, 127, .16);
    filter: blur(26px);
    pointer-events: none;
}

.kb-app-download-card::after {
    content: "";
    position: absolute;
    right: 18px;
    bottom: 12px;
    width: 78px;
    height: 78px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.08);
    background: radial-gradient(circle, rgba(16, 163, 127, .20), transparent 62%);
    opacity: .72;
    pointer-events: none;
}

.kb-app-download-card:hover {
    transform: translateY(-2px);
    color: #fff !important;
    border-color: rgba(16, 163, 127, .52);
    box-shadow:
        0 24px 58px rgba(0,0,0,.34),
        0 0 0 1px rgba(255,255,255,.04) inset;
}

.kb-app-download-icon,
.kb-app-download-copy,
.kb-app-download-action {
    position: relative;
    z-index: 1;
}

.kb-app-download-icon {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    color: #fff;
    font-size: 1.25rem;
    background:
        radial-gradient(circle at 30% 20%, rgba(255,255,255,.22), transparent 50%),
        linear-gradient(135deg, rgba(16, 163, 127, .90), rgba(16, 163, 127, .72));
    border: 1px solid rgba(255,255,255,.16);
    box-shadow: 0 16px 34px rgba(16, 163, 127, .14);
}

.kb-app-download-copy {
    min-width: 0;
}

.kb-app-download-copy strong {
    display: block;
    color: var(--dn-white);
    font-size: 1rem;
    font-weight: 950;
    letter-spacing: -.02em;
    margin-bottom: 3px;
}

.kb-app-download-copy small {
    display: block;
    color: var(--dn-text-subtle);
    font-size: .9rem;
    line-height: 1.42;
}

.kb-app-download-action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border-radius: 999px;
    color: var(--dn-accent-text);
    background: rgba(16, 163, 127, .11);
    border: 1px solid rgba(16, 163, 127, .25);
    font-size: .88rem;
    font-weight: 900;
    white-space: nowrap;
}

.kb-app-download-card:hover .kb-app-download-action {
    background: rgba(16, 163, 127, .17);
    border-color: rgba(16, 163, 127, .40);
}

@media (max-width: 640px) {
    .kb-app-download-card {
        grid-template-columns: 48px minmax(0, 1fr);
        padding: 14px;
        border-radius: 20px;
    }

    .kb-app-download-icon {
        width: 48px;
        height: 48px;
        border-radius: 16px;
    }

    .kb-app-download-action {
        grid-column: 1 / -1;
        justify-content: center;
        width: 100%;
    }
}
