/* Extracted from Views/Test/Mouse.cshtml. */
    body {
        font-family: 'Segoe UI', sans-serif;
    }

    h2 {
        font-size: 32px;
        color: #10a37f;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .subtitle {
        font-size: 15px;
        font-style: italic;
        margin-bottom: 30px;
    }

    .mouse-shape {
        width: 180px;
        height: 260px;
        background-color: #e6e6e6;
        border-radius: 90px;
        margin: 0 auto;
        position: relative;
        box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1), 0 0 12px rgba(0,0,0,0.05);
    }

    .mouse-button {
        position: absolute;
        width: 33.33%;
        height: 60%;
        top: 12%;
        background-color: #f2f2f2;
        transition: background-color 0.2s;
        cursor: pointer;
        box-shadow: inset 0 0 5px rgba(0,0,0,0.05);
    }

    .left {
        left: 0;
        border-top-left-radius: 90px;
        border-bottom-left-radius: 90px;
    }

    .middle {
        left: 33.33%;
        border-radius: 0;
    }

    .right {
        right: 0;
        width: 33.33%;
        border-top-right-radius: 90px;
        border-bottom-right-radius: 90px;
    }

    .scroll-indicator {
        position: absolute;
        width: 14px;
        height: 36px;
        background-color: #888;
        top: 14%;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 6px;
    }

    .output-box {
        margin-top: 30px;
        display: inline-block;
        padding: 12px 20px;
        border-radius: 12px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.07);
        font-size: 16px;
        font-weight: 500;
    }

    .active {
        background-color: #10a37f !important;
    }

    /* Mobil uyum */
    @media (max-width: 480px) {
        .mouse-shape

    {
        width: 140px;
        height: 200px;
    }

    .mouse-button {
        height: 55%;
    }

    .scroll-indicator {
        height: 28px;
    }

    .output-box {
        font-size: 15px;
    }

    }
    .mouse-sub{
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.75;
}

.mouse-seo-wrap{
    overflow: hidden;
}

.mouse-seo-text{
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

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

.mouse-seo-box,
.mouse-faq-box{
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 18px;
    padding: 16px 18px;
    background: rgba(255,255,255,.03);
    height: 100%;
}

.mouse-seo-box h3,
.mouse-faq-box h3{
    font-size: 1.02rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.mouse-seo-box p,
.mouse-faq-box p{
    margin-bottom: 0;
    line-height: 1.7;
    opacity: .88;
}

.mouse-faq-list{
    display: grid;
    gap: 14px;
}

@media (max-width: 991.98px){
    .mouse-seo-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%;
    }
}

    /* =========================================================
                   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;
    }
