/* ── TESTLER SAYFASI ÖZEL STİLLERİ ── */
:root {
    --bg: #faf9f6;
    --bg2: #f3eeff;
    --bg3: #e5d0f8;
    --ink: var(--text-dark, #1a0a2e);
    --ink2: #4a2870;
    --ink3: var(--text-muted, #8a6aaa);
    --brand-dark: var(--primary-color, #9b00ff);
    --brand-light: var(--primary-light, #c266ff);
    --gold: #d97706;
    --green: #059669;
    --white: #ffffff;
    --max: 1200px;
}

/* HERO — AÇIK */
.tests-hero {
    background: var(--bg);
    border-bottom: 1px solid var(--bg3);
    padding-top: 140px;
}

.tests-hero-inner {
    padding: clamp(4rem, 6vw, 6rem) 0 clamp(2.5rem, 4vw, 4rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.25rem;
}

.tests-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--brand-dark);
    background: var(--bg2);
    border: 1px solid var(--bg3);
    padding: .35rem .9rem;
    border-radius: 100px;
}

.tests-hero-badge::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--brand-dark);
}

.tests-hero-h1 {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2rem, 4.5vw, 3.4rem);
    font-weight: 800;
    letter-spacing: -.05em;
    line-height: 1.1;
    color: var(--ink);
}

.tests-hero-h1 em {
    font-style: normal;
    color: var(--brand-dark);
}

.tests-hero-p {
    font-size: .975rem;
    color: var(--ink3);
    line-height: 1.75;
    max-width: 520px;
    font-weight: 400;
}

.tests-hero-stats {
    display: flex;
    gap: 2.5rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: .5rem;
}

.ths {
    display: flex;
    flex-direction: column;
    gap: .15rem;
    align-items: center;
}

.ths-n {
    font-family: 'Outfit', sans-serif;
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--ink);
    letter-spacing: -.03em;
}

.ths-n em {
    font-style: normal;
    color: var(--brand-dark);
}

.ths-l {
    font-size: .72rem;
    color: var(--ink3);
    font-weight: 500;
}

/* SECTION */
.sec {
    padding: clamp(3rem, 6vw, 6rem) 0;
}

.eyebrow {
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--brand-dark);
    margin-bottom: .75rem;
}

.sec-h2 {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1.15;
    color: var(--ink);
}

.sec-h2 em {
    font-style: normal;
    color: var(--brand-dark);
}

/* TEST KARTLARI */
.tests-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.1rem;
}

@media(max-width:900px) {
    .tests-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width:540px) {
    .tests-grid {
        grid-template-columns: 1fr;
    }
}

.test-card {
    background: var(--white);
    border: 1.5px solid var(--bg3);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: border-color .22s, box-shadow .22s, transform .22s;
    text-decoration: none;
    color: inherit;
}

.test-card:hover {
    border-color: var(--brand-dark);
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(155, 0, 255, .1);
}

.test-card-illo {
    width: 100%;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
    overflow: hidden;
}

.illo-anxiety {
    background: linear-gradient(135deg, #f0edf8, #e0d9f5);
}

.illo-depression {
    background: linear-gradient(135deg, #e8f5e9, #d4edd4);
}

.illo-attachment {
    background: linear-gradient(135deg, #fff3e0, #fde8d4);
}

.illo-stress {
    background: linear-gradient(135deg, #e8f0fe, #d4e4f4);
}

.illo-selfesteem {
    background: linear-gradient(135deg, #fce4ec, #f4d4e8);
}

.illo-personality {
    background: linear-gradient(135deg, #f3f0ff, #ede9fa);
}

.illo-trauma {
    background: linear-gradient(135deg, #fef3c7, rgba(253, 230, 138, .35));
}

.illo-burn {
    background: linear-gradient(135deg, #fee2e2, #fecaca);
}

.illo-social {
    background: linear-gradient(135deg, #d1fae5, #a7f3d0);
}

.illo-ocd {
    background: linear-gradient(135deg, #e0e7ff, #c7d2fe);
}

.illo-adhd {
    background: linear-gradient(135deg, #fdf4ff, #fae8ff);
}

.illo-sleep {
    background: linear-gradient(135deg, #f0f9ff, #bae6fd);
}

.test-card-illo svg {
    width: 100%;
    height: 100%;
}

.test-card-body {
    padding: 1.2rem 1.4rem 1.4rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    flex: 1;
}

.test-card-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: var(--ink);
    letter-spacing: -.02em;
    line-height: 1.3;
}

.test-card-desc {
    font-size: .82rem;
    color: var(--ink3);
    line-height: 1.65;
    flex: 1;
}

.test-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
    padding-top: .9rem;
    border-top: 1px solid var(--bg3);
}

.test-duration {
    display: flex;
    align-items: center;
    gap: .3rem;
    font-size: .72rem;
    color: var(--ink3);
    font-weight: 500;
}

.test-duration svg {
    width: 12px;
    height: 12px;
    stroke: var(--ink3);
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
}

.btn-test {
    font-family: 'Outfit', sans-serif;
    font-size: .8rem;
    font-weight: 700;
    color: #fff;
    background: var(--brand-dark);
    padding: .45rem 1.1rem;
    border-radius: 100px;
    box-shadow: 0 2px 8px rgba(155, 0, 255, .25);
    transition: all .18s;
    text-align: center;
}

.test-card:hover .btn-test {
    box-shadow: 0 4px 14px rgba(155, 0, 255, .38);
    transform: translateY(-1px);
}

/* SONUÇ BİLGİ */
.result-info {
    background: var(--ink);
    border-radius: 24px;
    padding: clamp(1.75rem, 3vw, 3rem) clamp(1.75rem, 4vw, 3.5rem);
    margin-top: 3rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

@media(max-width:700px) {
    .result-info {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

.ri-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(1.3rem, 2.5vw, 1.8rem);
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 1rem;
}

.ri-title em {
    font-style: normal;
    color: var(--brand-light);
}

.ri-p {
    font-size: .875rem;
    color: rgba(255, 255, 255, .5);
    line-height: 1.75;
    margin-bottom: 1.5rem;
}

.ri-btn {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    font-family: 'Outfit', sans-serif;
    font-size: .9rem;
    font-weight: 700;
    color: #fff;
    background: var(--brand-dark);
    padding: .8rem 1.6rem;
    border-radius: 100px;
    box-shadow: 0 2px 14px rgba(155, 0, 255, .35);
    transition: all .2s;
    text-decoration: none;
}

.ri-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 22px rgba(155, 0, 255, .42);
}

.ri-btn svg {
    width: 14px;
    height: 14px;
    stroke: #fff;
    fill: none;
    stroke-width: 2.5;
    stroke-linecap: round;
}

.ri-features {
    display: flex;
    flex-direction: column;
    gap: .85rem;
}

.ri-feat {
    display: flex;
    align-items: flex-start;
    gap: .85rem;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 14px;
    padding: .9rem 1.1rem;
}

.ri-feat-icon {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: rgba(155, 0, 255, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ri-feat-icon svg {
    width: 15px;
    height: 15px;
    stroke: var(--brand-light);
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
}

.ri-feat-title {
    font-family: 'Outfit', sans-serif;
    font-size: .86rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: .15rem;
}

.ri-feat-desc {
    font-size: .74rem;
    color: rgba(255, 255, 255, .4);
    line-height: 1.55;
}

/* CTA */
.inter-cta {
    background: var(--white);
    position: relative;
    overflow: hidden;
    padding: 3.5rem 0;
}

.inter-cta::after {
    content: '';
    position: absolute;
    bottom: -80px;
    right: 10%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(155, 0, 255, .08) 0%, transparent 65%);
    pointer-events: none;
}

.inter-cta-deco {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Outfit', sans-serif;
    font-size: clamp(6rem, 12vw, 11rem);
    font-weight: 800;
    letter-spacing: -.05em;
    color: rgba(155, 0, 255, .06);
    line-height: 1;
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
}

.inter-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
}

.inter-cta-left {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.inter-cta-tag {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--brand-dark);
}

.inter-cta-tag::before {
    content: '';
    width: 20px;
    height: 1.5px;
    background: var(--brand-dark);
    border-radius: 2px;
}

.inter-cta-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 700;
    color: var(--brand-dark);
    letter-spacing: -.03em;
    line-height: 1.15;
}

.inter-cta-title em {
    font-style: normal;
    color: var(--ink);
}

.inter-cta-sub {
    font-size: .88rem;
    color: rgba(155, 0, 255, .6);
    line-height: 1.6;
    max-width: 380px;
}

.inter-cta-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    flex-shrink: 0;
}

.inter-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    background: var(--brand-dark);
    padding: 1rem 2rem;
    border-radius: 100px;
    white-space: nowrap;
    transition: all .3s;
    box-shadow: 0 4px 24px rgba(155, 0, 255, .25);
    text-decoration: none;
}

.inter-cta-btn:hover {
    background: var(--ink2);
    transform: translateY(-3px);
}

.inter-cta-btn-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.inter-cta-btn-icon svg {
    width: 14px;
    height: 14px;
    stroke: #fff;
    fill: none;
    stroke-width: 2.5;
    stroke-linecap: round;
}

.inter-cta-note {
    font-size: .72rem;
    color: rgba(155, 0, 255, .45);
}

.inter-cta-note::before {
    content: '🔒 ';
}

/* ARAMA */
.test-search-wrap {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.test-search-box {
    flex: 1;
    min-width: 280px;
    display: flex;
    align-items: center;
    gap: .75rem;
    background: var(--white);
    border: 1.5px solid var(--bg3);
    border-radius: 14px;
    padding: .85rem 1.25rem;
    transition: border-color .2s, box-shadow .2s;
}

.test-search-box:focus-within {
    border-color: var(--brand-dark);
    box-shadow: 0 0 0 3px rgba(155, 0, 255, .08);
}

.test-search-box>svg {
    width: 18px;
    height: 18px;
    stroke: var(--ink3);
    flex-shrink: 0;
}

.test-search-box input {
    flex: 1;
    background: none;
    border: none;
    outline: none;
    font-family: 'Manrope', sans-serif;
    font-size: .95rem;
    color: var(--ink);
}

.test-search-box input::placeholder {
    color: var(--ink3);
}

.test-search-clear {
    background: none;
    border: none;
    cursor: pointer;
    padding: 2px;
    display: flex;
    align-items: center;
}

.test-search-clear svg {
    width: 14px;
    height: 14px;
    stroke: var(--ink3);
}

.test-search-clear:hover svg {
    stroke: var(--ink);
}

.test-search-count {
    font-size: .8rem;
    color: var(--ink3);
    font-weight: 500;
    white-space: nowrap;
}

.no-results {
    grid-column: 1/-1;
    text-align: center;
    padding: 3rem 1rem;
    color: var(--ink3);
    font-size: .95rem;
    display: none;
}

.no-results strong {
    display: block;
    font-family: 'Outfit', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: .5rem;
}

/* ── STICKY PROGRESS ── */
.progress-sticky {
    position: sticky;
    top: 64px;
    z-index: 90;
    background: rgba(250, 249, 246, .95);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--bg3);
    padding: .7rem 0;
}

.progress-inner {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.progress-track {
    flex: 1;
    height: 5px;
    background: var(--bg3);
    border-radius: 100px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--brand-dark), var(--brand-light));
    border-radius: 100px;
    transition: width .3s ease;
    width: 0%;
}

.progress-text {
    font-family: 'Outfit', sans-serif;
    font-size: .75rem;
    font-weight: 700;
    color: var(--ink3);
    white-space: nowrap;
}

.progress-text span {
    color: var(--brand-dark);
}

/* ── TEST HEADER ── */
.test-header {
    padding: 2rem 0 1rem;
}

.test-header-badge {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--brand-dark);
    background: var(--bg2);
    border: 1px solid var(--bg3);
    padding: .28rem .7rem;
    border-radius: 100px;
    margin-bottom: .75rem;
}

.test-header-badge::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--brand-dark);
}

.test-header-h1 {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(1.4rem, 3vw, 1.9rem);
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1.2;
    color: var(--ink);
    margin-bottom: .6rem;
}

.test-header-h1 em {
    font-style: normal;
    color: var(--brand-dark);
}

.test-header-meta {
    display: flex;
    gap: 1.25rem;
    flex-wrap: wrap;
}

.thm {
    display: flex;
    align-items: center;
    gap: .35rem;
    font-size: .75rem;
    color: var(--ink3);
    font-weight: 500;
}

.thm svg {
    width: 13px;
    height: 13px;
    stroke: var(--ink3);
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
}

.test-header-desc {
    font-size: .875rem;
    color: var(--ink3);
    line-height: 1.78;
    margin-top: .85rem;
    text-align: justify;
}

.test-header-desc strong {
    color: var(--ink2);
    font-weight: 600;
}

/* ── SORULAR LİSTESİ ── */
.questions-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.25rem 0 2rem;
}

.q-item {
    background: var(--white);
    border: 1.5px solid var(--bg3);
    border-radius: 18px;
    overflow: hidden;
    transition: border-color .2s, box-shadow .2s;
}

.q-item.answered {
    border-color: rgba(155, 0, 255, .3);
}

.q-item.unanswered-error {
    border-color: var(--red);
    animation: shake .35s ease;
}

@keyframes shake {

    0%,
    100% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(-6px)
    }

    75% {
        transform: translateX(6px)
    }
}

.q-head {
    padding: 1.1rem 1.4rem .9rem;
    display: flex;
    align-items: flex-start;
    gap: .9rem;
}

.q-num {
    font-family: 'Outfit', sans-serif;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--brand-dark);
    opacity: .6;
    white-space: nowrap;
    padding-top: .1rem;
    flex-shrink: 0;
}

.q-item.answered .q-num {
    opacity: 1;
}

.q-text {
    font-family: 'Outfit', sans-serif;
    font-size: .975rem;
    font-weight: 700;
    color: var(--ink);
    letter-spacing: -.02em;
    line-height: 1.45;
}

.q-options {
    padding: 0 1.4rem 1.1rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .5rem;
}

@media(max-width:480px) {
    .q-options {
        grid-template-columns: 1fr;
    }
}

.opt {
    display: flex;
    align-items: center;
    gap: .7rem;
    background: var(--bg);
    border: 1.5px solid var(--bg3);
    border-radius: 10px;
    padding: .7rem .9rem;
    cursor: pointer;
    transition: all .15s;
    text-align: left;
    width: 100%;
}

.opt:hover {
    border-color: var(--brand-dark);
    background: var(--bg2);
}

.opt.selected {
    border-color: var(--brand-dark);
    background: var(--bg2);
}

.opt-radio {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 2px solid var(--bg3);
    background: var(--white);
    flex-shrink: 0;
    position: relative;
    transition: all .15s;
}

.opt.selected .opt-radio {
    border-color: var(--brand-dark);
    background: var(--brand-dark);
}

.opt.selected .opt-radio::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    transform: translate(-50%, -50%);
}

.opt-text {
    font-size: .82rem;
    font-weight: 500;
    color: var(--ink);
    line-height: 1.4;
    flex: 1;
}

.opt.selected .opt-text {
    color: var(--brand-dark);
    font-weight: 600;
}

/* ── SUBMIT BÖLÜMÜ ── */
.submit-area {
    padding: 1rem 0 3rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: stretch;
}

.submit-warning {
    display: none;
    background: #fff1f2;
    border: 1.5px solid #fecdd3;
    border-radius: 12px;
    padding: .75rem 1rem;
    font-size: .8rem;
    color: #9f1239;
    font-weight: 500;
    align-items: center;
    gap: .6rem;
}

.submit-warning.visible {
    display: flex;
}

.submit-warning svg {
    width: 15px;
    height: 15px;
    stroke: #e11d48;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    flex-shrink: 0;
}

.btn-submit {
    font-family: 'Outfit', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    background: var(--brand-dark);
    border: none;
    cursor: pointer;
    padding: 1.05rem 2rem;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    transition: all .25s;
    box-shadow: 0 4px 20px rgba(155, 0, 255, .28);
    width: 100%;
}

.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(155, 0, 255, .36);
}

.btn-submit svg {
    width: 18px;
    height: 18px;
    stroke: #fff;
    fill: none;
    stroke-width: 2.5;
    stroke-linecap: round;
}

.submit-note {
    font-size: .72rem;
    color: var(--ink3);
    text-align: center;
    line-height: 1.6;
}

/* ── SONUÇ EKRANI ── */
.test-result {
    display: none;
    padding: 2rem 0 3rem;
    flex-direction: column;
    gap: 1.5rem;
}

.test-result.active {
    display: flex;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.test-result.active>* {
    animation: fadeUp .4s ease both;
}

/* Sonuç özet */
.result-summary {
    background: var(--white);
    border: 1.5px solid var(--bg3);
    border-radius: 24px;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.result-header {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex-wrap: wrap;
}

.result-ring {
    flex-shrink: 0;
    position: relative;
    width: 88px;
    height: 88px;
}

.result-ring svg {
    width: 88px;
    height: 88px;
    transform: rotate(-90deg);
}

.ring-track {
    stroke: var(--bg3);
    stroke-width: 7;
    fill: none;
}

.ring-fill {
    stroke: var(--brand-dark);
    stroke-width: 7;
    fill: none;
    stroke-linecap: round;
    transition: stroke-dashoffset 1.2s cubic-bezier(.4, 0, .2, 1);
    stroke-dasharray: 245;
    stroke-dashoffset: 245;
}

.ring-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.ring-score {
    font-family: 'Outfit', sans-serif;
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--ink);
    letter-spacing: -.04em;
    display: block;
}

.ring-of {
    font-size: .58rem;
    color: var(--ink3);
    font-weight: 500;
}

.result-meta {
    flex: 1;
}

.result-level-badge {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: .28rem .75rem;
    border-radius: 100px;
    margin-bottom: .55rem;
}

.level-low {
    background: #dcfce7;
    color: #166534;
}

.level-mid {
    background: #fef9c3;
    color: #854d0e;
}

.level-high {
    background: #fee2e2;
    color: #991b1b;
}

.level-very-high {
    background: #fce7f3;
    color: #9d174d;
}

.result-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(1.15rem, 2.5vw, 1.5rem);
    font-weight: 800;
    letter-spacing: -.04em;
    color: var(--ink);
    line-height: 1.2;
    margin-bottom: .4rem;
}

.result-subtitle {
    font-size: .84rem;
    color: var(--ink3);
    line-height: 1.65;
}

.result-bar-wrap {
    display: flex;
    flex-direction: column;
    gap: .4rem;
}

.result-bar-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.result-bar-label {
    font-size: .78rem;
    font-weight: 600;
    color: var(--ink);
}

.result-bar-val {
    font-size: .75rem;
    font-weight: 700;
    color: var(--brand-dark);
}

.result-bar-track {
    height: 8px;
    background: var(--bg3);
    border-radius: 100px;
    overflow: hidden;
}

.result-bar-fill {
    height: 100%;
    border-radius: 100px;
    transition: width 1s cubic-bezier(.4, 0, .2, 1);
    width: 0%;
}

.result-expl {
    background: var(--bg2);
    border-radius: 14px;
    padding: 1.1rem 1.35rem;
}

.result-expl p {
    font-size: .855rem;
    color: var(--ink2);
    line-height: 1.78;
}

/* Öneriler */
.result-sugg {
    background: var(--white);
    border: 1.5px solid var(--bg3);
    border-radius: 20px;
    padding: 1.4rem 1.6rem;
    display: flex;
    flex-direction: column;
    gap: .9rem;
}

.result-sugg-title {
    font-family: 'Outfit', sans-serif;
    font-size: .92rem;
    font-weight: 800;
    color: var(--ink);
    margin-bottom: .1rem;
}

.sugg-row {
    display: flex;
    align-items: flex-start;
    gap: .8rem;
}

.sugg-ico {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.sugg-body strong {
    display: block;
    font-size: .84rem;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: .12rem;
}

.sugg-body p {
    font-size: .78rem;
    color: var(--ink3);
    line-height: 1.6;
}

/* CTA */
.result-cta {
    background: linear-gradient(145deg, var(--brand-dark), #5500aa);
    border-radius: 22px;
    padding: clamp(1.4rem, 3vw, 2.25rem);
    display: flex;
    align-items: center;
    gap: 1.75rem;
    flex-wrap: wrap;
    color: #fff;
}

.result-cta-l {
    flex: 1;
}

.result-cta-tag {
    font-size: .62rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .5);
    display: flex;
    align-items: center;
    gap: .45rem;
    margin-bottom: .5rem;
}

.result-cta-tag::before {
    content: '';
    width: 14px;
    height: 1.5px;
    background: rgba(255, 255, 255, .4);
    border-radius: 2px;
}

.result-cta-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(1rem, 2vw, 1.3rem);
    font-weight: 800;
    color: #fff;
    letter-spacing: -.03em;
    line-height: 1.3;
    margin-bottom: .5rem;
}

.result-cta-p {
    font-size: .8rem;
    color: rgba(255, 255, 255, .6);
    line-height: 1.65;
}

.result-cta-r {
    display: flex;
    flex-direction: column;
    gap: .65rem;
    flex-shrink: 0;
}

.btn-cta-p {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    font-family: 'Outfit', sans-serif;
    font-size: .875rem;
    font-weight: 700;
    color: var(--brand-dark);
    background: #fff;
    border: none;
    cursor: pointer;
    padding: .75rem 1.5rem;
    border-radius: 100px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .15);
    transition: all .22s;
    white-space: nowrap;
    text-decoration: none;
}

.btn-cta-p:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 22px rgba(0, 0, 0, .2);
}

.btn-cta-p svg {
    width: 13px;
    height: 13px;
    stroke: var(--brand-dark);
    fill: none;
    stroke-width: 2.5;
    stroke-linecap: round;
}

.btn-cta-s {
    font-size: .75rem;
    font-weight: 500;
    color: rgba(255, 255, 255, .5);
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .2s;
    text-align: center;
}

.btn-cta-s:hover {
    color: #fff;
}

/* Tekrar yap */
.btn-retake {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    font-family: 'Outfit', sans-serif;
    font-size: .875rem;
    font-weight: 600;
    color: var(--ink3);
    background: var(--white);
    border: 1.5px solid var(--bg3);
    padding: .8rem 1.6rem;
    border-radius: 14px;
    cursor: pointer;
    transition: all .2s;
    width: 100%;
}

.btn-retake:hover {
    border-color: var(--brand-dark);
    color: var(--brand-dark);
}

.btn-retake svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.5;
    stroke-linecap: round;
}

/* BLOG */
.blog-mini-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

@media(max-width:800px) {
    .blog-mini-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width:500px) {
    .blog-mini-grid {
        grid-template-columns: 1fr;
    }
}

.blog-mini-card {
    background: var(--white);
    border: 1.5px solid var(--bg3);
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all .22s;
    text-decoration: none;
    color: inherit;
}

.blog-mini-card:hover {
    border-color: var(--brand-dark);
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(155, 0, 255, .09);
}

.blog-mini-img {
    height: 140px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-mini-body {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: .6rem;
    flex: 1;
}

.blog-mini-cat {
    font-size: .6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--brand-dark);
}

.blog-mini-title {
    font-family: 'Outfit', sans-serif;
    font-size: .95rem;
    font-weight: 700;
    color: var(--ink);
    letter-spacing: -.02em;
    line-height: 1.35;
}

.blog-mini-footer {
    margin-top: auto;
    padding-top: .75rem;
    border-top: 1px solid var(--bg3);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .7rem;
    color: var(--ink3);
}

.blog-mini-arr {
    color: var(--brand-dark);
    font-weight: 700;
    font-size: .85rem;
}

/* Category Filter Buttons */
.cbt-style {
    font-size: .73rem;
    font-weight: 700;
    color: var(--ink3);
    background: var(--bg);
    border: 1.5px solid var(--bg3);
    padding: .42rem .95rem;
    border-radius: 100px;
    white-space: nowrap;
    flex-shrink: 0;
    transition: all .15s;
    cursor: pointer;
}
.cbt-style:hover {
    border-color: var(--brand-dark);
    color: var(--brand-dark);
}
.cbt-style.on {
    background: var(--brand-dark);
    border-color: var(--brand-dark);
    color: #fff;
    box-shadow: 0 2px 10px rgba(155,0,255,.22);
}