/* =========================================================
   QUANTAPS HOMEPAGE HERO
   AURORA ICE BRAND INTRO FINAL V4

   Tasarım yönü:
   - Yeni Quantaps Q sembolünü destekleyen sol üst marka işareti
   - Header ve footer ile aynı buz mavisi / camgöbeği / periwinkle dili
   - Daha net içerik hiyerarşisi
   - Daha dengeli sağ görsel alanı
   - Masaüstünde güçlü, mobilde kompakt yapı
   - Mevcut TR / EN HTML yapısı değişmeden çalışır
========================================================= */

.qHero--v3 {
    --qh-ink: #172a52;
    --qh-ink-strong: #101c3d;
    --qh-muted: #586987;

    --qh-blue: #6f86e8;
    --qh-blue-strong: #5871dd;
    --qh-indigo: #7277e7;
    --qh-periwinkle: #9aa9f5;
    --qh-cyan: #64d7e8;

    --qh-line: rgba(87, 108, 186, .14);
    --qh-line-strong: rgba(101, 124, 216, .22);

    position: relative;
    isolation: isolate;
    overflow: hidden;

    color: var(--qh-ink);

    background:
        radial-gradient(
            760px 240px at 5% 0%,
            rgba(111, 134, 232, .14),
            transparent 67%
        ),
        radial-gradient(
            680px 230px at 96% 12%,
            rgba(100, 215, 232, .11),
            transparent 69%
        ),
        radial-gradient(
            620px 210px at 52% 108%,
            rgba(154, 169, 245, .08),
            transparent 70%
        ),
        linear-gradient(
            180deg,
            #f8faff 0%,
            #f2f7ff 52%,
            #edf6fb 100%
        );

    font-family:
        Inter,
        system-ui,
        -apple-system,
        "Segoe UI",
        Roboto,
        Arial,
        sans-serif;

    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.qHero--v3::before {
    content: "";

    position: absolute;
    inset: 0;
    z-index: -1;

    pointer-events: none;

    opacity: .18;

    background-image:
        radial-gradient(
            circle,
            rgba(89, 111, 201, .18) 0 1px,
            transparent 1.2px
        );

    background-size: 24px 24px;

    mask-image:
        linear-gradient(
            90deg,
            transparent 0%,
            transparent 48%,
            #000 78%,
            #000 100%
        );
}

.qHero--v3::after {
    content: "";

    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    height: 2px;

    pointer-events: none;

    background:
        linear-gradient(
            90deg,
            transparent 0%,
            rgba(100, 215, 232, .30) 20%,
            rgba(111, 134, 232, .48) 50%,
            rgba(154, 169, 245, .30) 80%,
            transparent 100%
        );
}

/* =========================================================
   FULL WIDTH
========================================================= */

.qHero-bleed {
    position: relative;
    right: 50%;
    left: 50%;

    width: 100vw;
    margin-right: -50vw;
    margin-left: -50vw;

    padding: 8px 0 12px;
}

/* =========================================================
   MAIN APP FRAME
========================================================= */

.qHero-wrap {
    position: relative;

    display: grid;
    grid-template-columns:
        minmax(0, 1.12fr)
        minmax(260px, .48fr);
    align-items: center;
    gap: 28px;

    width: min(1380px, calc(100% - 18px));
    min-height: 276px;
    margin: 0 auto;
    padding: 27px 34px 25px;

    overflow: hidden;

    border: 1px solid var(--qh-line-strong);
    border-radius: 26px;

    background:
        radial-gradient(
            520px 190px at 100% 0%,
            rgba(100, 215, 232, .085),
            transparent 71%
        ),
        radial-gradient(
            460px 180px at 0 100%,
            rgba(154, 169, 245, .075),
            transparent 71%
        ),
        linear-gradient(
            145deg,
            rgba(255, 255, 255, .985) 0%,
            rgba(249, 251, 255, .965) 58%,
            rgba(244, 248, 255, .95) 100%
        );

    box-shadow:
        0 18px 42px rgba(31, 49, 93, .085),
        inset 0 1px 0 rgba(255, 255, 255, .98);
}

/* Sol üstte ikinci logo kullanılmaz. */
.qHero-wrap::before {
    content: none;
    display: none;
}
/* =========================================================
   LEFT CONTENT
========================================================= */

.qHero-left {
    position: relative;

    min-width: 0;
    max-width: 760px;
    padding-top: 5px;
}

.qHero-left::after {
    content: "";

    position: absolute;
    top: 44px;
    right: -16px;
    bottom: 14px;

    width: 1px;

    pointer-events: none;

    background:
        linear-gradient(
            180deg,
            transparent,
            rgba(103, 124, 207, .12) 22%,
            rgba(100, 215, 232, .18) 54%,
            rgba(154, 169, 245, .12) 78%,
            transparent
        );
}

.qHero-sub {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;

    min-height: 25px;
    margin: 0 0 9px 43px;
    padding: 0 11px;

    border: 1px solid rgba(101, 124, 216, .17);
    border-radius: 999px;

    color: #5d70d4;

    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, .94),
            rgba(244, 247, 255, .88)
        );

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .96);

    font-size: .58rem;
    font-weight: 950;
    line-height: 1;
    letter-spacing: .10em;

    text-transform: uppercase;
    white-space: nowrap;
}

.qHero-sub::before {
    content: "";

    width: 6px;
    height: 6px;
    flex: 0 0 6px;

    border-radius: 999px;

    background:
        linear-gradient(
            135deg,
            var(--qh-cyan),
            var(--qh-blue)
        );

    box-shadow:
        0 0 0 3px rgba(100, 215, 232, .10);
}

.qHero-title {
    max-width: 16ch;
    margin: 0 0 9px;

    color: var(--qh-ink-strong);

    font-size:
        clamp(
            2.18rem,
            2.2vw + 1rem,
            3.32rem
        );

    font-weight: 1000;
    line-height: .98;
    letter-spacing: -.055em;

    text-wrap: balance;
}

.qHero-title span {
    color: transparent;

    background:
        linear-gradient(
            135deg,
            #5f80e6 0%,
            var(--qh-indigo) 52%,
            #8c79ed 100%
        );

    -webkit-background-clip: text;
    background-clip: text;
}

.qHero-desc {
    max-width: 58ch;
    margin: 0 0 12px;

    color: var(--qh-muted);

    font-size: .91rem;
    font-weight: 640;
    line-height: 1.48;

    text-wrap: pretty;
}

/* =========================================================
   POINTS
========================================================= */

.qHero-points {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px 13px;

    margin: 0 0 13px;
    padding: 0;

    list-style: none;
}

.qHero-points li {
    display: flex;
    align-items: center;
    gap: 7px;

    color: #314266;

    font-size: .79rem;
    font-weight: 850;
    line-height: 1.2;

    white-space: nowrap;
}

.qHero-points li::before {
    content: "";

    width: 15px;
    height: 15px;
    flex: 0 0 15px;

    border: 1px solid rgba(100, 215, 232, .28);
    border-radius: 999px;

    background:
        radial-gradient(
            circle at center,
            #ffffff 0 2px,
            transparent 2.2px
        ),
        linear-gradient(
            135deg,
            var(--qh-cyan),
            var(--qh-blue) 58%,
            var(--qh-periwinkle)
        );

    box-shadow:
        0 4px 9px rgba(76, 101, 194, .10);
}

/* =========================================================
   CTA
========================================================= */

.qHero-ctas {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;

    margin: 0;
}

.qHero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 150px;
    min-height: 42px;
    padding: 0 17px;

    border-radius: 12px;

    text-decoration: none;
    white-space: nowrap;

    font-size: .86rem;
    font-weight: 950;
    line-height: 1;
    letter-spacing: -.012em;

    -webkit-tap-highlight-color: transparent;

    transition:
        transform .14s ease,
        box-shadow .14s ease,
        border-color .14s ease,
        background-color .14s ease;
}

.qHero-primary {
    color: #ffffff !important;

    border: 1px solid rgba(255, 255, 255, .22);

    background:
        radial-gradient(
            110px 44px at 28% 12%,
            rgba(255, 255, 255, .23),
            transparent 62%
        ),
        linear-gradient(
            135deg,
            var(--qh-blue),
            var(--qh-indigo) 56%,
            #8578e9
        );

    box-shadow:
        0 9px 18px rgba(77, 96, 194, .19),
        inset 0 1px 0 rgba(255, 255, 255, .25);
}

.qHero-ghost {
    color: #586bd1 !important;

    border: 1px solid rgba(101, 124, 216, .18);

    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, .98),
            rgba(247, 249, 255, .94)
        );

    box-shadow:
        0 5px 12px rgba(47, 62, 117, .05),
        inset 0 1px 0 rgba(255, 255, 255, .94);
}

.qHero-btn:focus-visible {
    outline: none;

    box-shadow:
        0 0 0 4px rgba(100, 215, 232, .16),
        0 9px 18px rgba(77, 96, 194, .18);
}

@media (hover: hover) {
    .qHero-btn:hover {
        transform: translateY(-2px);
    }

    .qHero-primary:hover {
        box-shadow:
            0 12px 23px rgba(77, 96, 194, .24),
            inset 0 1px 0 rgba(255, 255, 255, .28);
    }

    .qHero-ghost:hover {
        border-color: rgba(101, 124, 216, .28);
        background: #ffffff;

        box-shadow:
            0 8px 18px rgba(47, 62, 117, .075);
    }
}

/* =========================================================
   RIGHT VISUAL
========================================================= */

.qHero-right {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    min-width: 0;
    padding-left: 18px;
}

.qHero-visual {
    position: relative;
    isolation: isolate;

    display: flex;
    align-items: center;
    justify-content: center;

    width: min(100%, 320px);
    min-height: 224px;
    aspect-ratio: 1.16 / 1;

    border: 1px solid rgba(101, 124, 216, .15);
    border-radius: 30px;

    background:
        radial-gradient(
            circle at 30% 24%,
            rgba(100, 215, 232, .16),
            transparent 46%
        ),
        radial-gradient(
            circle at 72% 70%,
            rgba(111, 134, 232, .16),
            transparent 52%
        ),
        linear-gradient(
            145deg,
            rgba(255, 255, 255, .74),
            rgba(241, 246, 255, .50)
        );

    box-shadow:
        0 16px 36px rgba(44, 63, 126, .075),
        inset 0 1px 0 rgba(255, 255, 255, .92);
}

.qHero-visual::before {
    content: "";

    position: absolute;
    inset: 11%;

    border: 1px solid rgba(111, 134, 232, .09);
    border-radius: 50%;

    pointer-events: none;

    background:
        radial-gradient(
            circle at center,
            rgba(255, 255, 255, .52),
            rgba(255, 255, 255, 0) 68%
        );
}

.qHero-visual::after {
    content: "";

    position: absolute;
    top: 18px;
    right: 20px;

    width: 8px;
    height: 8px;

    border-radius: 999px;

    background: var(--qh-cyan);

    box-shadow:
        -205px 155px 0 -1px rgba(111, 134, 232, .50),
        -24px 176px 0 -2px rgba(154, 169, 245, .42);

    pointer-events: none;
}

.qHero-visual img,
.qHero-visual svg {
    position: relative;
    z-index: 1;

    display: block;

    width: min(78%, 246px);
    height: auto;

    filter:
        drop-shadow(
            0 15px 24px rgba(58, 76, 166, .13)
        );
}

/* =========================================================
   MID DESKTOP
========================================================= */

@media (min-width: 1025px) and (max-width: 1280px) {
    .qHero-wrap {
        grid-template-columns:
            minmax(0, 1.08fr)
            minmax(230px, .46fr);
        gap: 22px;

        width: min(1220px, calc(100% - 16px));
        min-height: 264px;
        padding: 25px 28px 23px;
    }

    .qHero-title {
        font-size:
            clamp(
                2.05rem,
                2.5vw,
                2.92rem
            );
    }

    .qHero-visual {
        width: min(100%, 290px);
        min-height: 210px;
    }

    .qHero-visual img,
    .qHero-visual svg {
        width: min(77%, 224px);
    }
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {
    .qHero-bleed {
        padding: 6px 0 10px;
    }

    .qHero-wrap {
        display: block;

        width: min(760px, calc(100% - 14px));
        min-height: 0;
        padding: 27px 20px 19px;

        border-radius: 23px;

        text-align: center;
    }

    .qHero-left {
        max-width: 690px;
        margin: 0 auto;
        padding-top: 2px;
    }

    .qHero-left::after {
        display: none;
    }

    .qHero-sub {
        margin-right: auto;
        margin-left: auto;
    }

    .qHero-desc {
        margin-right: auto;
        margin-left: auto;
    }

    .qHero-points,
    .qHero-ctas {
        justify-content: center;
    }

    .qHero-right {
        display: none !important;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {
    .qHero--v3 {
        background:
            radial-gradient(
                440px 170px at 50% 0%,
                rgba(111, 134, 232, .13),
                transparent 66%
            ),
            radial-gradient(
                350px 150px at 96% 100%,
                rgba(100, 215, 232, .08),
                transparent 71%
            ),
            linear-gradient(
                180deg,
                #f8faff,
                #edf6fb
            );
    }

    .qHero--v3::before {
        display: none;
    }

    .qHero-bleed {
        padding: 5px 0 9px;
    }

    .qHero-wrap {
        width: calc(100% - 10px);
        padding: 25px 11px 16px;

        border-radius: 19px;
    }

    .qHero-wrap::after {
        right: 12px;
        bottom: 10px;
    }

    .qHero-sub {
        min-height: 22px;
        margin-bottom: 7px;
        padding: 0 9px;

        font-size: .50rem;
        letter-spacing: .085em;
    }

    .qHero-sub::before {
        width: 5px;
        height: 5px;
        flex-basis: 5px;
    }

    .qHero-title {
        max-width: 14ch;
        margin-right: auto;
        margin-bottom: 7px;
        margin-left: auto;

        font-size:
            clamp(
                1.68rem,
                6.9vw,
                2.05rem
            );

        line-height: 1;
        letter-spacing: -.047em;
    }

    .qHero-desc {
        max-width: 39ch;
        margin-bottom: 10px;

        font-size: .80rem;
        font-weight: 620;
        line-height: 1.42;
    }

    .qHero-points {
        width: 100%;
        max-width: 350px;
        margin-right: auto;
        margin-bottom: 11px;
        margin-left: auto;

        justify-content: center;
        gap: 6px 9px;
    }

    .qHero-points li {
        justify-content: center;
        gap: 5px;

        font-size: .70rem;
    }

    .qHero-points li::before {
        width: 12px;
        height: 12px;
        flex-basis: 12px;
    }

    .qHero-ctas {
        width: 100%;

        flex-wrap: nowrap;
        justify-content: center;
        gap: 8px;
    }

    .qHero-btn {
        min-width: 0;
        min-height: 39px;
        flex: 1 1 0;
        padding: 0 9px;

        border-radius: 11px;

        font-size: .77rem;
    }
}

@media (max-width: 420px) {
    .qHero-wrap {
        width: calc(100% - 8px);
        padding-right: 8px;
        padding-left: 8px;
    }

    .qHero-sub {
        max-width: calc(100vw - 48px);

        overflow: hidden;

        text-overflow: ellipsis;
    }

    .qHero-title {
        font-size:
            clamp(
                1.58rem,
                6.8vw,
                1.94rem
            );
    }

    .qHero-desc {
        max-width: 36ch;
        font-size: .76rem;
    }

    .qHero-points {
        max-width: 310px;
        gap: 5px 7px;
    }

    .qHero-points li {
        min-width: 0;
        flex: 0 0 calc(50% - 4px);

        font-size: .66rem;
        text-align: center;
    }

    .qHero-points li:nth-child(3) {
        min-width: 138px;
        flex-basis: auto;
    }
}

@media (max-width: 350px) {
    .qHero-wrap {
        width: calc(100% - 6px);
        padding-right: 7px;
        padding-left: 7px;
    }

    .qHero-points li {
        font-size: .64rem;
    }

    .qHero-points li:nth-child(3) {
        min-width: 126px;
    }

    .qHero-ctas {
        flex-wrap: wrap;
    }

    .qHero-btn {
        flex: 1 1 100%;
    }
}

/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
    .qHero--v3,
    .qHero--v3 *,
    .qHero--v3 *::before,
    .qHero--v3 *::after {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
    }
}

/* =========================================================
   QUANTAPS PLATFORM LIST
   COMPACT APP SELECTOR
   DESKTOP: 7 COLUMNS
   MOBILE: 3 COLUMNS / ICON TOP
   FULL REPLACEMENT
========================================================= */

.qt-platforms {
    --qt-platform-ink: #15203f;
    --qt-platform-muted: #66738c;
    --qt-platform-accent: #6473dc;
    --qt-platform-lav: #8175df;
    --qt-platform-mint: #62c7bf;

    --qt-platform-line: rgba(70, 88, 153, .10);
    --qt-platform-shadow: 0 5px 15px rgba(35, 49, 91, .045);
    --qt-platform-shadow-hover: 0 12px 25px rgba(35, 49, 91, .085);
    --qt-platform-max: 1320px;

    position: relative;
    z-index: 1;

    padding: 24px 0 38px;

    color: var(--qt-platform-ink);

    background:
        radial-gradient(
            760px 230px at 50% 0%,
            rgba(100, 115, 220, .055),
            transparent 70%
        );

    font-family:
        Inter,
        system-ui,
        -apple-system,
        "Segoe UI",
        Roboto,
        Arial,
        sans-serif;

    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.qt-platforms,
.qt-platforms * {
    box-sizing: border-box;
}

.qt-platforms h2,
.qt-platforms p {
    margin: 0;
}

.qt-platforms a {
    color: inherit;
    text-decoration: none;
}

.qt-platforms::before {
    content: "";

    position: absolute;
    top: 0;
    left: 50%;

    width: min(920px, 84vw);
    height: 1px;

    pointer-events: none;

    transform: translateX(-50%);

    background: linear-gradient(
        90deg,
        transparent,
        rgba(98, 199, 191, .18),
        rgba(100, 115, 220, .30),
        rgba(129, 117, 223, .18),
        transparent
    );
}

/* =========================================================
   SECTION HEADER
========================================================= */

.qt-platforms__headWrap {
    width: min(900px, calc(100% - 28px));
    margin: 0 auto 18px;
}

.qt-platforms__head {
    max-width: 760px;
    margin: 0 auto;

    text-align: center;
}

.qt-platforms__title {
    color: var(--qt-platform-ink);

    font-size: clamp(1.72rem, 1.45rem + 1vw, 2.42rem);
    font-weight: 1000;
    line-height: 1;
    letter-spacing: -.048em;

    text-wrap: balance;
}

.qt-platforms__desc {
    max-width: 650px;
    margin: 8px auto 0;

    color: var(--qt-platform-muted);

    font-size: 13.5px;
    font-weight: 650;
    line-height: 1.58;

    text-wrap: pretty;
}

/* =========================================================
   GRID
========================================================= */

.qt-platforms__grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    align-items: stretch;
    gap: 11px;

    width: min(var(--qt-platform-max), calc(100% - 24px));
    margin: 0 auto;
}

/* =========================================================
   CARD
========================================================= */

.qt-platforms__card {
    --qt-brand-rgb: 100, 115, 220;

    position: relative;
    isolation: isolate;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;

    min-width: 0;
    min-height: 112px;
    padding: 13px 8px 12px;

    overflow: hidden;

    border: 1px solid var(--qt-platform-line);
    border-radius: 18px;

    color: var(--qt-platform-ink);

    background:
        radial-gradient(
            150px 70px at 50% -18%,
            rgba(var(--qt-brand-rgb), .075),
            transparent 68%
        ),
        linear-gradient(
            180deg,
            rgba(255, 255, 255, .97),
            rgba(248, 250, 255, .94)
        );

    box-shadow: var(--qt-platform-shadow);

    outline: none;

    text-align: center;

    transition:
        transform .15s ease,
        border-color .15s ease,
        box-shadow .15s ease,
        background .15s ease;
}

.qt-platforms__card::before {
    content: "";

    position: absolute;
    right: 13px;
    bottom: 7px;
    left: 13px;

    height: 2px;

    border-radius: 999px;

    pointer-events: none;

    opacity: .48;

    background: linear-gradient(
        90deg,
        rgba(var(--qt-brand-rgb), 0),
        rgba(var(--qt-brand-rgb), .42),
        rgba(var(--qt-brand-rgb), 0)
    );

    transition:
        opacity .15s ease,
        transform .15s ease;
}

.qt-platforms__cardGlow {
    display: none;
}

.qt-platforms__card:active {
    transform: scale(.985);
}

.qt-platforms__card:focus-visible {
    border-color: rgba(var(--qt-brand-rgb), .32);

    box-shadow:
        0 0 0 4px rgba(var(--qt-brand-rgb), .10),
        var(--qt-platform-shadow-hover);
}

@media (hover: hover) {
    .qt-platforms__card:hover {
        z-index: 2;

        border-color: rgba(var(--qt-brand-rgb), .20);

        background:
            radial-gradient(
                160px 78px at 50% -15%,
                rgba(var(--qt-brand-rgb), .10),
                transparent 68%
            ),
            #ffffff;

        box-shadow: var(--qt-platform-shadow-hover);

        transform: translateY(-3px);
    }

    .qt-platforms__card:hover::before {
        opacity: .86;
        transform: scaleX(.92);
    }
}

/* =========================================================
   ICON
========================================================= */

.qt-platforms__iconBox {
    position: relative;

    display: grid;
    place-items: center;

    width: 46px;
    height: 46px;
    flex: 0 0 46px;

    margin: 0 auto;

    border: 1px solid rgba(var(--qt-brand-rgb), .12);
    border-radius: 15px;

    color: rgb(var(--qt-brand-rgb));

    background:
        radial-gradient(
            62px 38px at 30% 10%,
            rgba(255, 255, 255, .78),
            transparent 68%
        ),
        rgba(var(--qt-brand-rgb), .075);

    box-shadow:
        0 5px 12px rgba(var(--qt-brand-rgb), .065),
        inset 0 1px 0 rgba(255, 255, 255, .78);

    transition:
        transform .15s ease,
        border-color .15s ease,
        background .15s ease,
        box-shadow .15s ease;
}

.qt-platforms__iconBox::after {
    content: "";

    position: absolute;
    top: 6px;
    right: 6px;

    width: 5px;
    height: 5px;

    border-radius: 999px;

    background: rgba(var(--qt-brand-rgb), .34);

    pointer-events: none;
}

.qt-platforms__icon {
    display: block;

    width: 22px;
    height: 22px;

    overflow: visible;

    color: currentColor;
    fill: currentColor;
    stroke: none;
}

.qt-platforms__icon use {
    pointer-events: none;
}

@media (hover: hover) {
    .qt-platforms__card:hover .qt-platforms__iconBox {
        border-color: rgba(var(--qt-brand-rgb), .18);

        background:
            radial-gradient(
                62px 38px at 30% 10%,
                rgba(255, 255, 255, .84),
                transparent 68%
            ),
            rgba(var(--qt-brand-rgb), .095);

        box-shadow:
            0 7px 16px rgba(var(--qt-brand-rgb), .10),
            inset 0 1px 0 rgba(255, 255, 255, .84);

        transform: translateY(-1px);
    }
}

/* =========================================================
   TEXT
========================================================= */

.qt-platforms__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;

    width: 100%;
    min-width: 0;
    max-width: 100%;

    text-align: center;
}

.qt-platforms__name {
    display: block;

    width: 100%;
    max-width: 14ch;
    margin: 0 auto;

    overflow: hidden;

    color: #111a34;

    font-size: .88rem;
    font-weight: 950;
    line-height: 1.08;
    letter-spacing: -.022em;

    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.qt-platforms__sub {
    display: block;

    width: 100%;
    max-width: 15ch;
    margin: 0 auto;

    overflow: hidden;

    color: rgb(var(--qt-brand-rgb));

    font-size: .67rem;
    font-weight: 800;
    line-height: 1.1;

    opacity: .82;

    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* =========================================================
   TOGGLE
========================================================= */

.qt-platforms__actions {
    display: flex;
    justify-content: center;

    margin-top: 17px;
    padding: 0 12px;
}

.qt-platforms__toggle {
    all: unset;

    box-sizing: border-box;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    min-height: 42px;
    padding: 0 17px;

    border: 1px solid rgba(88, 103, 194, .14);
    border-radius: 13px;

    color: #5563c4;

    background: linear-gradient(
        180deg,
        #ffffff,
        #f6f8ff
    );

    box-shadow:
        0 5px 14px rgba(42, 56, 105, .055),
        inset 0 1px 0 rgba(255, 255, 255, .90);

    cursor: pointer;

    font:
        900 .83rem/1
        Inter,
        system-ui,
        -apple-system,
        "Segoe UI",
        Roboto,
        Arial,
        sans-serif;

    -webkit-tap-highlight-color: transparent;

    transition:
        transform .14s ease,
        border-color .14s ease,
        box-shadow .14s ease,
        background .14s ease;
}

.qt-platforms__toggleIcon {
    display: block;

    width: 15px;
    height: 15px;
    flex: 0 0 15px;

    color: var(--qt-platform-accent);
    fill: currentColor;

    transition: transform .18s ease;
}

.qt-platforms.is-expanded .qt-platforms__toggleIcon {
    transform: rotate(180deg);
}

.qt-platforms__toggle:active {
    transform: scale(.985);
}

.qt-platforms__toggle:focus-visible {
    box-shadow:
        0 0 0 4px rgba(98, 199, 191, .13),
        0 7px 17px rgba(42, 56, 105, .075);
}

@media (hover: hover) {
    .qt-platforms__toggle:hover {
        border-color: rgba(88, 103, 194, .24);

        background: #ffffff;

        box-shadow:
            0 8px 19px rgba(42, 56, 105, .075),
            inset 0 1px 0 rgba(255, 255, 255, .94);

        transform: translateY(-1px);
    }
}

/* =========================================================
   COLLAPSIBLE VISIBILITY
   DESKTOP: İLK 14 KART
   MOBILE: İLK 12 KART
========================================================= */

/* Masaüstü */
@media (min-width: 769px) {
    /*
     * Mobil için gizlenen 13 ve 14. kartlar
     * masaüstünde görünmeye devam eder.
     */
    .qt-platforms--collapsible:not(.is-expanded)
    .qt-platforms__card--hidden-mobile:not(.qt-platforms__card--hidden-desktop) {
        display: flex !important;
    }

    /*
     * 14. karttan sonraki platformlar başlangıçta gizlenir.
     */
    .qt-platforms--collapsible:not(.is-expanded)
    .qt-platforms__card--hidden-desktop {
        display: none !important;
    }

    /*
     * Butona basılınca tüm masaüstü kartları açılır.
     */
    .qt-platforms--collapsible.is-expanded
    .qt-platforms__card {
        display: flex !important;
    }

    /*
     * Masaüstünde buton görünür.
     */
    .qt-platforms--collapsible .qt-platforms__actions {
        display: flex;
    }
}

/* Mobil */
@media (max-width: 768px) {
    /*
     * Mobilde ilk 12 karttan sonrası başlangıçta gizlenir.
     */
    .qt-platforms--collapsible:not(.is-expanded)
    .qt-platforms__card--hidden-mobile {
        display: none !important;
    }

    /*
     * Butona basılınca mobilde tüm kartlar açılır.
     */
    .qt-platforms--collapsible.is-expanded
    .qt-platforms__card {
        display: flex !important;
    }

    .qt-platforms--collapsible .qt-platforms__actions {
        display: flex;
    }
}

/* =========================================================
   MEDIUM DESKTOP
========================================================= */

@media (max-width: 1200px) and (min-width: 769px) {
    .qt-platforms__grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .qt-platforms__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

/* =========================================================
   MOBILE
   3 KART YAN YANA
   İKON HER ZAMAN ÜSTTE
========================================================= */

@media (max-width: 768px) {
    .qt-platforms {
        padding: 20px 0 28px;
    }

    .qt-platforms__headWrap {
        width: calc(100% - 20px);
        margin-bottom: 14px;
    }

    .qt-platforms__title {
        font-size: clamp(1.46rem, 6.6vw, 1.88rem);
        line-height: 1.03;
        letter-spacing: -.044em;
    }

    .qt-platforms__desc {
        max-width: 43ch;
        margin-top: 7px;

        font-size: 12.3px;
        line-height: 1.52;
    }

    .qt-platforms__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;

        width: 100%;
        margin: 0;
        padding: 0 10px;
    }

    .qt-platforms__card {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        min-width: 0;
        min-height: 102px;
        padding: 10px 5px 9px;
        gap: 6px;

        border-radius: 16px;

        text-align: center;
    }

    .qt-platforms__card::before {
        right: 10px;
        bottom: 6px;
        left: 10px;

        height: 2px;
    }

    .qt-platforms__iconBox {
        width: 41px;
        height: 41px;
        flex: 0 0 41px;

        margin: 0 auto;

        border-radius: 13px;
    }

    .qt-platforms__iconBox::after {
        top: 5px;
        right: 5px;

        width: 4px;
        height: 4px;
    }

    .qt-platforms__icon {
        width: 20px;
        height: 20px;
    }

    .qt-platforms__text {
        align-items: center;
        justify-content: center;

        width: 100%;

        text-align: center;
    }

    .qt-platforms__name,
    .qt-platforms__sub {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0 2px;

        text-align: center;
    }

    .qt-platforms__name {
        font-size: .74rem;
        line-height: 1.08;
    }

    .qt-platforms__sub {
        font-size: .59rem;
        line-height: 1.05;
    }

    .qt-platforms__actions {
        margin-top: 14px;
        padding: 0 10px;
    }

    .qt-platforms__toggle {
        width: 100%;
        max-width: 310px;
        min-height: 42px;
        padding: 0 14px;

        font-size: .80rem;
    }

    .qt-platforms--collapsible:not(.is-expanded)
    .qt-platforms__card--hidden-mobile {
        display: none !important;
    }

    .qt-platforms--collapsible.is-expanded
    .qt-platforms__card--hidden-mobile {
        display: flex !important;
    }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {
    .qt-platforms {
        padding-top: 18px;
    }

    .qt-platforms__grid {
        gap: 7px;
        padding: 0 8px;
    }

    .qt-platforms__card {
        min-height: 96px;
        padding: 9px 4px 8px;

        border-radius: 15px;
    }

    .qt-platforms__iconBox {
        width: 38px;
        height: 38px;
        flex-basis: 38px;

        border-radius: 12px;
    }

    .qt-platforms__icon {
        width: 19px;
        height: 19px;
    }

    .qt-platforms__name {
        font-size: .70rem;
    }

    .qt-platforms__sub {
        font-size: .56rem;
    }
}

@media (max-width: 380px) {
    .qt-platforms__grid {
        gap: 6px;
        padding: 0 6px;
    }

    .qt-platforms__card {
        min-height: 92px;
        padding: 8px 3px 7px;

        border-radius: 14px;
    }

    .qt-platforms__iconBox {
        width: 36px;
        height: 36px;
        flex-basis: 36px;

        border-radius: 11px;
    }

    .qt-platforms__icon {
        width: 18px;
        height: 18px;
    }

    .qt-platforms__name {
        font-size: .66rem;
    }

    .qt-platforms__sub {
        font-size: .53rem;
    }
}

@media (max-width: 330px) {
    .qt-platforms__grid {
        gap: 5px;
        padding: 0 5px;
    }

    .qt-platforms__card {
        min-height: 88px;
    }

    .qt-platforms__iconBox {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
    }

    .qt-platforms__name {
        font-size: .62rem;
    }

    .qt-platforms__sub {
        display: none;
    }
}

/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
    .qt-platforms,
    .qt-platforms *,
    .qt-platforms *::before,
    .qt-platforms *::after {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
    }
}










/* SHARED CONTENT WIDTH */
:root {
    --qt-content-pad: var(--qt-shell-pad, 12px);
    --qt-content-max: var(--qt-shell-max, 1320px);
    --qt-content-inner: min(var(--qt-content-max), calc(100% - (var(--qt-content-pad) * 2)));
}

:where(.qt-buymini, .qt-faq, .qt-desc, .qt-ai-bar, .qx-rs) {
    width: var(--qt-content-inner);
    max-width: var(--qt-content-inner);
    margin-left: auto;
    margin-right: auto;
}

:where(.qt-faq__inner, .qt-desc__inner, .qx-rs__shell) {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

@media (max-width: 640px) {
    :root {
        --qt-content-pad: var(--qt-shell-pad, 10px);
    }
}


.qt-home-faq {
    --qt-home-faq-ac: var(--qt-buy-accent,var(--accent,#6a7eff));
    --qt-home-faq-ac2: var(--qt-buy-accent-2,var(--lav2,#8ea2ff));
    --qt-home-faq-ink: #10203b;
    --qt-home-faq-ink2: #2b3f5f;
    --qt-home-faq-muted: #6d7c96;
    --qt-home-faq-line: rgba(57,84,138,.10);
    --qt-home-faq-line-strong: color-mix(in srgb,var(--qt-home-faq-ac) 16%,rgba(57,84,138,.12));
    --qt-home-faq-soft: color-mix(in srgb,var(--qt-home-faq-ac) 5%,#fff);
    --qt-home-faq-shadow: 0 10px 24px rgba(19,39,84,.05);
    width: min(1280px,calc(100% - 24px));
    margin: 26px auto 0;
    color: var(--qt-home-faq-ink);
    font-family: Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif
}

.qt-home-faq,.qt-home-faq * {
    box-sizing: border-box
}

.qt-home-faq:where(h2,p) {
    margin: 0
}

.qt-home-faq:where(a) {
    color: inherit;
    text-decoration: none
}

.qt-home-faq__head {
    max-width: 820px;
    margin: 0 auto;
    text-align: center
}

.qt-home-faq__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    color: var(--qt-home-faq-ac);
    background: #fff;
    border: 1px solid color-mix(in srgb,var(--qt-home-faq-ac) 16%,transparent);
    box-shadow: 0 4px 12px rgba(15,23,42,.035);
    font-size: 10.5px;
    font-weight: 950;
    letter-spacing: .11em;
    text-transform: uppercase
}

.qt-home-faq__title {
    margin-top: 12px;
    color: var(--qt-home-faq-ink);
    font-size: clamp(1.8rem,1.56rem + 1vw,2.55rem);
    line-height: 1.04;
    letter-spacing: -.045em;
    font-weight: 1000
}

.qt-home-faq__text {
    margin-top: 10px;
    color: var(--qt-home-faq-muted);
    font-size: 14px;
    line-height: 1.78;
    font-weight: 720
}

.qt-home-faq__list {
    display: grid;
    gap: 10px;
    margin-top: 18px
}

.qt-home-faq__item {
    border: 1px solid var(--qt-home-faq-line);
    border-radius: 18px;
    background: rgba(255,255,255,.86);
    overflow: hidden;
    transition: border-color .16s ease,box-shadow .16s ease,background .16s ease
}

.qt-home-faq__item:hover {
    border-color: color-mix(in srgb,var(--qt-home-faq-ac) 16%,rgba(57,84,138,.10));
    background: #fff;
    box-shadow: 0 8px 18px rgba(19,39,84,.04)
}

.qt-home-faq__item.is-open {
    border-color: var(--qt-home-faq-line-strong);
    background: radial-gradient(420px 120px at 0 0,color-mix(in srgb,var(--qt-home-faq-ac) 6%,transparent),transparent 70%),linear-gradient(180deg,rgba(255,255,255,.97),rgba(247,250,255,.985))
}

.qt-home-faq__question {
    width: 100%;
    min-height: 68px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border: 0;
    background: none;
    color: inherit;
    text-align: left;
    cursor: pointer;
    font: inherit
}

.qt-home-faq__questionMain {
    min-width: 0;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    gap: 12px
}

.qt-home-faq__qBadge {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: var(--qt-home-faq-ac);
    background: radial-gradient(120% 120% at 30% 20%,rgba(255,255,255,.58),transparent 42%),color-mix(in srgb,var(--qt-home-faq-ac) 11%,#fff);
    border: 1px solid color-mix(in srgb,var(--qt-home-faq-ac) 18%,transparent);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.55),0 6px 14px color-mix(in srgb,var(--qt-home-faq-ac) 8%,transparent);
    font-size: 12px;
    font-weight: 1000
}

.qt-home-faq__questionText {
    min-width: 0;
    color: var(--qt-home-faq-ink);
    font-size: 18px;
    line-height: 1.4;
    font-weight: 720
}

.qt-home-faq__icon {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    border-radius: 999px;
    border: 1px solid rgba(57,84,138,.10);
    background: color-mix(in srgb,var(--qt-home-faq-ac) 5%,#fff);
    position: relative
}

.qt-home-faq__icon::before,.qt-home-faq__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    border-radius: 999px;
    background: var(--qt-home-faq-muted);
    transform: translate(-50%,-50%);
    transition: transform .18s ease,opacity .18s ease,background .18s ease
}

.qt-home-faq__icon::after {
    transform: translate(-50%,-50%) rotate(90deg)
}

.qt-home-faq__item.is-open .qt-home-faq__icon {
    border-color: color-mix(in srgb,var(--qt-home-faq-ac) 18%,transparent);
    background: color-mix(in srgb,var(--qt-home-faq-ac) 9%,#fff)
}

.qt-home-faq__item.is-open .qt-home-faq__icon::before,.qt-home-faq__item.is-open .qt-home-faq__icon::after {
    background: var(--qt-home-faq-ac)
}

.qt-home-faq__item.is-open .qt-home-faq__icon::after {
    opacity: 0;
    transform: translate(-50%,-50%) rotate(90deg) scale(.7)
}

.qt-home-faq__answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .22s ease
}

.qt-home-faq__item.is-open .qt-home-faq__answer {
    grid-template-rows: 1fr
}

.qt-home-faq__answer>p {
    overflow: hidden;
    padding: 0 18px;
    color: #465674;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 430
}

.qt-home-faq__item.is-open .qt-home-faq__answer>p {
    padding: 0 18px 18px 58px
}

.qt-home-faq__footer {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap
}

.qt-home-faq__btn {
    min-height: 44px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 950;
    transition: transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease
}

.qt-home-faq__btn:hover {
    transform: translateY(-1px)
}

.qt-home-faq__btn--primary {
    color: #fff;
    background: radial-gradient(90px 42px at 30% 10%,rgba(255,255,255,.24),transparent 62%),linear-gradient(135deg,var(--qt-home-faq-ac),var(--qt-home-faq-ac2));
    box-shadow: 0 10px 18px color-mix(in srgb,var(--qt-home-faq-ac) 18%,transparent)
}

.qt-home-faq__btn--ghost {
    color: var(--qt-home-faq-ac);
    background: #fff;
    border: 1px solid rgba(57,84,138,.12)
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 900px) {
    .qx-rs {
        --qx-card-h: 170px;
        contain-intrinsic-size: 360px
    }

    .qx-rs__head {
        grid-template-columns: 1fr auto;
        grid-template-areas:
            "title title"
            "cta meta";
        align-items: center;
        gap: 10px
    }

    .qx-rs__titleWrap {
        grid-area: title
    }

    .qx-rs__cta {
        grid-area: cta;
        justify-self: start
    }

    .qx-rs__meta {
        grid-area: meta;
        justify-self: end
    }

    .qx-rs__metaPill {
        min-width: 0;
        padding: 8px 12px
    }

    .qx-rs__card {
        flex-basis: calc((100% - 12px) / 2)
    }
}

@media (max-width: 760px) {
    .qt-home-faq {
        width:min(100%,calc(100% - 14px));
        margin-top: 18px
    }

    .qt-home-faq__eyebrow {
        min-height: 26px;
        padding: 0 10px;
        font-size: 9.8px
    }

    .qt-home-faq__title {
        font-size: clamp(1.55rem,1.38rem + 1vw,2rem)
    }

    .qt-home-faq__text {
        font-size: 13px;
        line-height: 1.72
    }

    .qt-home-faq__list {
        gap: 9px;
        margin-top: 14px
    }

    .qt-home-faq__item {
        border-radius: 16px
    }

    .qt-home-faq__question {
        min-height: 58px;
        padding: 0 12px;
        gap: 10px
    }

    .qt-home-faq__questionMain {
        gap: 10px
    }

    .qt-home-faq__qBadge {
        width: 24px;
        height: 24px;
        flex: 0 0 24px;
        font-size: 11px
    }

    .qt-home-faq__questionText {
        font-size: 15px;
        line-height: 1.45
    }

    .qt-home-faq__icon {
        width: 28px;
        height: 28px;
        flex: 0 0 28px
    }

    .qt-home-faq__answer>p {
        padding: 0 12px;
        font-size: 12.5px;
        line-height: 1.72
    }

    .qt-home-faq__item.is-open .qt-home-faq__answer>p {
        padding: 0 12px 13px 46px
    }

    .qt-home-faq__footer {
        margin-top: 14px;
        gap: 8px
    }

    .qt-home-faq__btn {
        min-height: 40px;
        padding: 0 14px;
        border-radius: 11px;
        font-size: 12px
    }
}

@media (max-width: 640px) {
    .qx-rs {
        width: 100%;
        max-width: 100%;
        --qx-card-h: 176px;
        contain-intrinsic-size: 360px;
        margin-bottom: 24px;
    }

    .qx-rs__shell {
        padding: 12px;
        border-radius: 16px;
        box-shadow: 0 6px 16px rgba(15,18,36,.045)
    }

    .qx-rs__head {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas:
            "title"
            "actions";
        align-items: center;
        justify-items: center;
        gap: 10px;
        margin-bottom: 12px
    }

    .qx-rs__titleWrap {
        grid-area: title;
        text-align: center
    }

    .qx-rs__title {
        padding: 6px 10px;
        font-size: .72rem;
        box-shadow: none
    }

    .qx-rs__sub {
        margin-top: 6px;
        font-size: .79rem;
        line-height: 1.34;
        text-align: center
    }

    .qx-rs__cta {
        grid-area: actions;
        justify-self: center;
        align-self: center;
        min-width: auto;
        min-height: 42px;
        padding: 7px 13px;
        gap: 8px;
        box-shadow: none;
        transform: translateX(-112px)
    }

    .qx-rs__ctaTxt {
        display: inline;
        font-size: .8rem;
        font-weight: 820
    }

    .qx-rs__meta {
        grid-area: actions;
        justify-self: center;
        align-self: center;
        width: auto;
        max-width: calc(100% - 118px);
        display: flex;
        justify-content: center;
        transform: translateX(74px)
    }

    .qx-rs__metaPill {
        width: auto;
        min-width: 0;
        max-width: 100%;
        padding: 7px 12px;
        gap: 6px;
        justify-content: center;
        flex-wrap: wrap;
        box-shadow: none
    }

    .qx-rs__metaPill .qx-rs__stars {
        justify-content: center
    }

    .qx-rs__summary {
        white-space: normal;
        overflow-wrap: anywhere;
        text-align: center;
        line-height: 1.25;
        font-size: .74rem
    }

    .qx-rs__viewport {
        padding-inline: 12px;
        overflow: visible
    }

    .qx-rs__track {
        gap: 10px;
        scroll-behavior: auto;
        scroll-padding-inline: 0;
        padding: 3px 0 8px
    }

    .qx-rs__card {
        flex: 0 0 100%;
        padding: 11px;
        border-radius: 14px;
        box-shadow: none
    }

    .qx-rs__name {
        max-width: 18ch;
        font-size: .9rem
    }

    .qx-rs__role {
        font-size: .74rem
    }

    .qx-rs__ratingTxt {
        font-size: .74rem;
        padding: 4px 7px
    }

    .qx-rs .qx-ic--star {
        width: 13.5px;
        height: 13.5px
    }

    .qx-rs__text {
        font-size: .8rem;
        line-height: 1.46;
        -webkit-line-clamp: 4
    }

    .qx-rs__readMore {
        font-size: .71rem
    }

    .qx-rs__nav {
        display: inline-flex;
        width: 32px;
        height: 32px;
        font-size: 18px;
        box-shadow: 0 3px 10px rgba(15,18,36,.04)
    }

    .qx-rs__nav--prev {
        left: 2px
    }

    .qx-rs__nav--next {
        right: 2px
    }

}

@media (prefers-reduced-motion:reduce) {
    .qx-rs,
    .qx-rs *,
    .qx-rs *::before,
    .qx-rs *::after,
    .qt-home-faq,
    .qt-home-faq *,
    .qt-desc,
    .qt-desc *,
    .qt-desc *::before,
    .qt-desc *::after {
        transition: none !important;
        animation: none !important;
        scroll-behavior: auto !important
    }
}


/* =========================================================
   HOMEPAGE SEO AÇIKLAMA — QT-DESC
   Yalnızca ana sayfadaki SEO içerik alanı içindir.
========================================================= */

:root{
  --qt-content-pad:var(--qt-shell-pad,12px);
  --qt-content-max:var(--qt-shell-max,1320px);
  --qt-content-inner:min(
    var(--qt-content-max),
    calc(100% - (var(--qt-content-pad) * 2))
  );
}

.qt-desc{
  --qt-flow-accent:var(--qt-buy-accent,var(--accent,#6a7eff));
  --qt-flow-ink:#12203a;
  --qt-flow-text:#3d4f6b;
  --qt-flow-muted:#6b7890;
  --qt-flow-line:rgba(39,57,91,.11);
  --qt-flow-line-strong:color-mix(
    in srgb,
    var(--qt-flow-accent) 30%,
    rgba(39,57,91,.14)
  );
  --qt-flow-soft:color-mix(
    in srgb,
    var(--qt-flow-accent) 9%,
    #f8faff
  );
  --qt-flow-soft-strong:color-mix(
    in srgb,
    var(--qt-flow-accent) 15%,
    #f5f7ff
  );
  --qt-flow-shadow:0 14px 34px rgba(24,38,70,.075);
  --qt-flow-shadow-soft:0 7px 20px rgba(24,38,70,.05);
  --qt-flow-radius:20px;
  --qt-flow-radius-sm:14px;
  --qt-desc-collapse-height:760px;
  --qt-desc-reading-width:920px;

  width:var(--qt-content-inner);
  max-width:var(--qt-content-inner);
  margin:22px auto clamp(28px,5vw,52px);

  color:var(--qt-flow-ink);
  font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

.qt-desc,
.qt-desc *,
.qt-desc *::before,
.qt-desc *::after{
  box-sizing:border-box;
}

.qt-desc :where(h2,h3,h4,p,ul,ol){
  margin:0;
}

.qt-desc a{
  color:inherit;
  text-decoration:none;
}

.qt-desc :where(button,input){
  font:inherit;
}

.qt-desc svg{
  display:block;
}

/* =========================================================
   BAŞLIK ALANI
========================================================= */

.qt-desc .qt-flow__head{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:18px 19px;
  overflow:hidden;
  border-bottom:1px solid color-mix(
    in srgb,
    var(--qt-flow-accent) 22%,
    rgba(39,57,91,.10)
  );
  background:
    radial-gradient(
      390px 150px at 0 -55%,
      color-mix(in srgb,var(--qt-flow-accent) 22%,transparent),
      transparent 72%
    ),
    linear-gradient(
      115deg,
      color-mix(in srgb,var(--qt-flow-accent) 11%,#f4f7ff),
      #fbfcff 75%
    );
}

.qt-desc .qt-flow__head::after{
  content:"";
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  width:6px;
  background:linear-gradient(
    180deg,
    var(--qt-flow-accent),
    color-mix(in srgb,var(--qt-flow-accent) 38%,transparent)
  );
}

.qt-desc .qt-flow__headMain{
  min-width:0;
  display:flex;
  align-items:center;
  gap:13px;
}

.qt-desc .qt-flow__icon{
  width:42px;
  height:42px;
  flex:0 0 42px;
  display:grid;
  place-items:center;
  border:1px solid transparent;
  border-radius:14px;
  color:#fff;
  background:var(--qt-flow-accent);
  box-shadow:0 8px 18px color-mix(
    in srgb,
    var(--qt-flow-accent) 18%,
    transparent
  );
}

.qt-desc .qt-flow__icon svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.qt-desc .qt-flow__eyebrow{
  display:block;
  margin-bottom:4px;
  color:color-mix(
    in srgb,
    var(--qt-flow-accent) 82%,
    #293a58
  );
  font-size:10px;
  font-weight:800;
  line-height:1;
  letter-spacing:.085em;
  text-transform:uppercase;
}

.qt-desc .qt-flow__title{
  color:var(--qt-flow-ink);
  font-size:clamp(1.12rem,1.03rem + .34vw,1.36rem);
  font-weight:850;
  line-height:1.2;
  letter-spacing:-.025em;
}

.qt-desc .qt-flow__sub{
  max-width:820px;
  margin-top:5px!important;
  color:var(--qt-flow-muted);
  font-size:13px;
  font-weight:500;
  line-height:1.55;
}

.qt-desc .qt-flow__count{
  min-height:31px;
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 11px;
  border:1px solid var(--qt-flow-line-strong);
  border-radius:999px;
  color:color-mix(
    in srgb,
    var(--qt-flow-accent) 78%,
    #2b3b57
  );
  background:rgba(255,255,255,.78);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9);
  font-size:10.5px;
  font-weight:800;
  white-space:nowrap;
}

/* =========================================================
   ANA KABUK
========================================================= */

.qt-desc__inner{
  position:relative;
  overflow:hidden;
  width:100%;
  max-width:100%;
  margin-inline:auto;
  border:1px solid rgba(39,57,91,.13);
  border-radius:22px;
  background:#fff;
  box-shadow:0 16px 38px rgba(24,38,70,.07);
}

/* =========================================================
   İÇİNDEKİLER
========================================================= */

.qt-desc__toc{
  display:flex;
  align-items:center;
  gap:8px;
  padding:11px 18px;
  overflow-x:auto;
  border-bottom:1px solid var(--qt-flow-line);
  background:#f7f9fd;
  scrollbar-width:thin;
  scrollbar-color:color-mix(
    in srgb,
    var(--qt-flow-accent) 28%,
    transparent
  ) transparent;
}

.qt-desc__toc[hidden]{
  display:none!important;
}

.qt-desc__toc a{
  flex:0 0 auto;
  min-height:32px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 11px;
  border:1px solid rgba(39,57,91,.11);
  border-radius:999px;
  color:#485a74;
  background:#fff;
  font-size:10.8px;
  font-weight:730;
  white-space:nowrap;
  transition:
    border-color .15s ease,
    color .15s ease,
    background .15s ease,
    transform .15s ease;
}

.qt-desc__toc a:hover,
.qt-desc__toc a:focus-visible{
  outline:none;
  transform:translateY(-1px);
  color:color-mix(
    in srgb,
    var(--qt-flow-accent) 80%,
    #263650
  );
  border-color:var(--qt-flow-line-strong);
  background:var(--qt-flow-soft);
}

/* =========================================================
   SEO İÇERİĞİ
========================================================= */

.qt-desc__body{
  position:relative;
  width:100%;
  max-width:100%;
  margin:0;
  padding:24px 22px 27px;
  overflow:visible;
  border:0;
  border-radius:0;
  color:var(--qt-flow-text);
  background:
    linear-gradient(
      180deg,
      #fff,
      #fdfdff 86%,
      color-mix(in srgb,var(--qt-flow-accent) 3%,#fff)
    );
  box-shadow:none;
  font-size:14.5px;
  font-weight:430;
  line-height:1.78;
  transition:max-height .26s ease;
}

.qt-desc.has-toggle .qt-desc__body.is-collapsed{
  max-height:var(--qt-desc-collapse-height);
  overflow:hidden;
}

.qt-desc.has-toggle .qt-desc__body.is-collapsed::after{
  content:"";
  position:absolute;
  z-index:3;
  right:0;
  bottom:0;
  left:0;
  display:block;
  height:135px;
  pointer-events:none;
  background:linear-gradient(
    180deg,
    rgba(255,255,255,0),
    rgba(255,255,255,.94) 56%,
    #fff 100%
  );
}

.qt-desc__body.is-expanded{
  max-height:none;
  overflow:visible;
}

.qt-desc__body > :where(
  p,
  h2,
  h3,
  h4,
  ul,
  ol,
  blockquote,
  pre,
  .qt-desc__tableWrap
){
  width:100%;
  max-width:var(--qt-desc-reading-width);
  margin-inline:auto;
}

.qt-desc__body > p + p{
  margin-top:13px!important;
}

.qt-desc__body h2,
.qt-desc__body h3,
.qt-desc__body h4{
  color:var(--qt-flow-ink);
  scroll-margin-top:84px;
}

.qt-desc__body h2{
  position:relative;
  margin-top:31px!important;
  padding:10px 13px 10px 18px;
  border-left:4px solid var(--qt-flow-accent);
  border-radius:0 12px 12px 0;
  background:linear-gradient(
    90deg,
    color-mix(in srgb,var(--qt-flow-accent) 10%,#fff),
    transparent 72%
  );
  font-size:clamp(1.21rem,1.12rem + .36vw,1.48rem);
  font-weight:850;
  line-height:1.3;
  letter-spacing:-.025em;
}

.qt-desc__body > h2:first-child{
  margin-top:0!important;
}

.qt-desc__body h3{
  margin-top:23px!important;
  font-size:1.05rem;
  font-weight:800;
  line-height:1.4;
}

.qt-desc__body h4{
  margin-top:18px!important;
  font-size:.96rem;
  font-weight:780;
  line-height:1.4;
}

.qt-desc__body h2 + p,
.qt-desc__body h3 + p,
.qt-desc__body h4 + p{
  margin-top:10px!important;
}

.qt-desc__body :where(strong,b){
  color:#263853;
  font-weight:740;
}

.qt-desc__body :where(ul,ol){
  margin-top:13px!important;
  margin-bottom:5px!important;
  padding-left:23px;
}

.qt-desc__body li{
  margin:0;
  padding:0;
}

.qt-desc__body li + li{
  margin-top:7px;
}

.qt-desc__body li::marker{
  color:var(--qt-flow-accent);
  font-weight:850;
}

.qt-desc__body a{
  color:color-mix(
    in srgb,
    var(--qt-flow-accent) 82%,
    #23344f
  );
  font-weight:720;
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-decoration-color:color-mix(
    in srgb,
    var(--qt-flow-accent) 38%,
    transparent
  );
  text-underline-offset:3px;
  word-break:break-word;
}

.qt-desc__body a:hover{
  text-decoration-color:currentColor;
}

.qt-desc__body blockquote{
  margin-top:17px;
  padding:14px 16px;
  border:1px solid color-mix(
    in srgb,
    var(--qt-flow-accent) 22%,
    rgba(39,57,91,.10)
  );
  border-left:4px solid var(--qt-flow-accent);
  border-radius:13px;
  color:#40526d;
  background:color-mix(
    in srgb,
    var(--qt-flow-accent) 7%,
    #fff
  );
}

.qt-desc__body code{
  padding:2px 6px;
  border:1px solid var(--qt-flow-line);
  border-radius:6px;
  color:#33445f;
  background:#f2f5fa;
  font-size:.9em;
}

.qt-desc__body pre{
  margin-top:15px;
  padding:14px;
  overflow:auto;
  border:1px solid var(--qt-flow-line);
  border-radius:13px;
  background:#f3f6fb;
  font-size:12px;
  line-height:1.6;
}

/* =========================================================
   TABLOLAR
========================================================= */

.qt-desc__tableWrap{
  margin-top:17px;
  margin-bottom:5px;
  overflow-x:auto;
  border:1px solid color-mix(
    in srgb,
    var(--qt-flow-accent) 20%,
    rgba(39,57,91,.12)
  );
  border-radius:14px;
  background:#fff;
  box-shadow:0 7px 18px rgba(24,38,70,.04);
  scrollbar-width:thin;
}

.qt-desc__tableWrap:focus-visible{
  outline:none;
  box-shadow:0 0 0 4px color-mix(
    in srgb,
    var(--qt-flow-accent) 13%,
    transparent
  );
}

.qt-desc__tableWrap table{
  width:100%;
  min-width:620px;
  margin:0;
  border:0;
  border-collapse:collapse;
  color:#3b4d68;
  font-size:12.8px;
  line-height:1.55;
}

.qt-desc__tableWrap :where(th,td){
  padding:11px 12px;
  border:0;
  border-bottom:1px solid var(--qt-flow-line);
  color:inherit;
  background:#fff;
  text-align:left;
  vertical-align:top;
}

.qt-desc__tableWrap th{
  color:#273851;
  background:color-mix(
    in srgb,
    var(--qt-flow-accent) 11%,
    #f7f9ff
  );
  font-size:11.7px;
  font-weight:820;
}

.qt-desc__tableWrap tbody tr:nth-child(even) td{
  background:rgba(247,249,253,.72);
}

.qt-desc__tableWrap tr:last-child td{
  border-bottom:0;
}

/* JavaScript tabloyu sarmadan önce kısa süre görünen ham tablo */
.qt-desc__body > table{
  display:block;
  width:100%;
  max-width:var(--qt-desc-reading-width);
  min-width:0;
  margin:17px auto 5px;
  overflow-x:auto;
  border:1px solid color-mix(
    in srgb,
    var(--qt-flow-accent) 20%,
    rgba(39,57,91,.12)
  );
  border-radius:14px;
  border-collapse:collapse;
  background:#fff;
}

.qt-desc__body > table :where(th,td){
  min-width:150px;
  padding:11px 12px;
  border:0;
  border-bottom:1px solid var(--qt-flow-line);
  color:#3b4d68;
  background:#fff;
  text-align:left;
  vertical-align:top;
  font-size:12.8px;
  line-height:1.55;
}

.qt-desc__body > table th{
  color:#273851;
  background:color-mix(
    in srgb,
    var(--qt-flow-accent) 11%,
    #f7f9ff
  );
  font-size:11.7px;
  font-weight:820;
}

.qt-desc__body > table tr:last-child td{
  border-bottom:0;
}

/* =========================================================
   DEVAMINI OKU
========================================================= */

.qt-desc__actions{
  position:relative;
  z-index:4;
  display:flex;
  justify-content:center;
  margin:0;
  padding:0 17px 18px;
  background:#fff;
}

.qt-desc__toggle{
  appearance:none;
  width:auto;
  min-height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:0 15px;
  border:1px solid var(--qt-flow-line-strong);
  border-radius:12px;
  cursor:pointer;
  color:color-mix(
    in srgb,
    var(--qt-flow-accent) 80%,
    #2b3a55
  );
  background:var(--qt-flow-soft);
  box-shadow:0 5px 13px rgba(24,38,70,.04);
  font-size:11.8px;
  font-weight:800;
  transition:
    transform .15s ease,
    border-color .15s ease,
    background .15s ease,
    box-shadow .15s ease;
}

.qt-desc__toggle[hidden]{
  display:none!important;
}

.qt-desc__toggle svg{
  width:14px;
  height:14px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
  transition:transform .18s ease;
}

.qt-desc__toggle[aria-expanded="true"] svg{
  transform:rotate(180deg);
}

.qt-desc__toggle:hover,
.qt-desc__toggle:focus-visible{
  outline:none;
  transform:translateY(-1px);
  border-color:color-mix(
    in srgb,
    var(--qt-flow-accent) 40%,
    var(--qt-flow-line)
  );
  background:#fff;
  box-shadow:0 8px 17px rgba(24,38,70,.07);
}

/* =========================================================
   MOBİL
========================================================= */

@media (max-width:680px){
  :root{
    --qt-content-pad:var(--qt-shell-pad,10px);
  }

  .qt-desc{
    --qt-desc-collapse-height:650px;
    margin-top:17px;
    margin-bottom:28px;
  }

  .qt-desc .qt-flow__head{
    padding:15px 14px;
  }

  .qt-desc .qt-flow__headMain{
    align-items:flex-start;
    gap:10px;
  }

  .qt-desc .qt-flow__icon{
    width:38px;
    height:38px;
    flex-basis:38px;
    border-radius:12px;
  }

  .qt-desc .qt-flow__icon svg{
    width:18px;
    height:18px;
  }

  .qt-desc .qt-flow__title{
    font-size:1.06rem;
  }

  .qt-desc .qt-flow__sub{
    font-size:12px;
    line-height:1.5;
  }

  .qt-desc .qt-flow__count{
    min-height:28px;
    padding:0 9px;
    font-size:9.7px;
  }

  .qt-desc__inner{
    border-radius:18px;
  }

  .qt-desc__toc{
    padding:9px 12px;
    scrollbar-width:none;
  }

  .qt-desc__toc::-webkit-scrollbar{
    display:none;
  }

  .qt-desc__body{
    padding:18px 13px 21px;
    border-radius:0;
    font-size:13.4px;
    line-height:1.72;
  }

  .qt-desc__body h2{
    margin-top:26px!important;
    padding:9px 10px 9px 13px;
    border-left-width:3px;
    font-size:1.16rem;
  }

  .qt-desc__body h3{
    margin-top:20px!important;
    font-size:1rem;
  }

  .qt-desc__tableWrap,
  .qt-desc__body > table{
    margin-top:15px;
    border-radius:12px;
  }

  .qt-desc__tableWrap table{
    min-width:590px;
    font-size:12px;
  }

  .qt-desc__tableWrap :where(th,td),
  .qt-desc__body > table :where(th,td){
    padding:9px 10px;
    font-size:12px;
  }
}

@media (max-width:460px){
  .qt-desc .qt-flow__head{
    gap:9px;
  }

  .qt-desc .qt-flow__count{
    display:none;
  }

  .qt-desc__body{
    font-size:13px;
  }
}

/* =========================================================
   HAREKET AZALTMA
========================================================= */

@media (prefers-reduced-motion:reduce){
  .qt-desc,
  .qt-desc *,
  .qt-desc *::before,
  .qt-desc *::after{
    animation:none!important;
    transition:none!important;
    scroll-behavior:auto!important;
  }
}