*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f8fafc;color:#1f2937;font:16px/1.65 system-ui,-apple-system,Segoe UI,sans-serif}.container{width:min(1100px,calc(100% - 32px));margin:auto}.narrow{width:min(820px,calc(100% - 32px))}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.site-header{background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:10}.nav{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{font-weight:800;color:var(--text)}nav{display:flex;gap:18px;flex-wrap:wrap}main{padding:42px 0 60px}.hero,.page-head{display:flex;justify-content:space-between;gap:32px;align-items:center;background:linear-gradient(135deg,var(--soft),#fff);padding:42px;border-radius:24px;border:1px solid #e5e7eb;margin-bottom:36px}.hero h1,.page-head h1{font-size:clamp(2rem,5vw,3.5rem);line-height:1.08;margin:.25em 0}.eyebrow{font-weight:800;color:var(--primary);text-transform:uppercase;letter-spacing:.08em;font-size:.78rem}.stat{min-width:190px;background:#fff;border-radius:18px;padding:28px;text-align:center;box-shadow:0 12px 35px #0f172a12}.stat strong{display:block;font-size:2.2rem;color:var(--primary)}.stat span{font-size:.9rem}.button{display:inline-flex;align-items:center;justify-content:center;background:var(--primary);color:#fff!important;border:0;border-radius:10px;padding:12px 18px;font-weight:750;cursor:pointer}.button:hover{background:var(--primary-dark);text-decoration:none}.button.secondary{background:var(--text)}.button.ghost{background:#fff;color:var(--primary)!important;border:1px solid var(--primary)}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card,.content-card,.quiz,.filters{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:24px;box-shadow:0 10px 30px #0f172a0a}.card{color:inherit;transition:.2s}.card:hover{transform:translateY(-3px);border-color:var(--primary);text-decoration:none}.card h3{color:var(--text)}.content-card{margin-top:24px}.filters{display:flex;align-items:end;gap:14px;margin-bottom:22px}.filters label,.answer-label{display:grid;gap:6px;font-weight:700}.filters select,.answer-label input{padding:11px 12px;border:1px solid #cbd5e1;border-radius:9px;font:inherit}.score{display:flex;gap:12px}.score span,.meta span{background:#fff;border-radius:10px;padding:8px 12px}.quiz{max-width:820px;margin:auto}.meta{display:flex;gap:8px;flex-wrap:wrap;color:#475569;font-size:.9rem}.question{font-size:1.45rem;font-weight:800;color:var(--text);padding:28px 0}.answer-label input{font-size:1.1rem}.actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.feedback,.reveal{margin-top:16px;padding:14px 16px;border-radius:10px;display:none}.feedback.show,.reveal.show{display:block}.feedback.ok{background:#ecfdf5;color:#166534}.feedback.bad{background:#fef2f2;color:#991b1b}.reveal{background:var(--soft);color:var(--text)}.notice{background:#fff7ed;border-left:4px solid #ea580c;padding:14px}.site-footer{background:#111827;color:#d1d5db;padding:38px 0 18px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:28px}.footer-grid div{display:grid;align-content:start;gap:8px}.site-footer a{color:#e5e7eb}.copyright{text-align:center;color:#9ca3af;font-size:.9rem}@media(max-width:760px){.grid,.footer-grid{grid-template-columns:1fr}.hero,.page-head,.nav{align-items:flex-start;flex-direction:column}.site-header{position:static}.filters{align-items:stretch;flex-direction:column}.hero{padding:28px}.stat{width:100%}nav{gap:12px}.question{font-size:1.2rem}}
.legal-content h2{margin-top:2rem;color:var(--text)}
.legal-content h3{margin-top:1.25rem;color:var(--primary-dark)}
.legal-content p{margin:.8rem 0;line-height:1.8}

/* GERCEK-LOGO-HEADER-BASLANGIC */

.site-header {
    position: relative;
    z-index: 100;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid rgba(15, 23, 42, .09);
    box-shadow: 0 2px 12px rgba(15, 23, 42, .035);
}

.site-header .header-inner {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.site-header .brand {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    flex: 0 0 auto;
    min-width: max-content;
    color: var(--text, #172554);
    text-decoration: none;
}

.site-header .brand:hover {
    text-decoration: none;
}

.site-header .brand-logo {
    display: block;
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    object-fit: contain;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .13);
}

.site-header .brand-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.12;
}

.site-header .brand-copy strong {
    color: var(--text, #172554);
    font-size: 1.32rem;
    font-weight: 850;
    letter-spacing: -.03em;
}

.site-header .brand-copy small {
    max-width: 210px;
    margin-top: 5px;
    overflow: hidden;
    color: var(--primary-dark, #1e40af);
    font-size: .7rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.site-header .main-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 5px;
    margin-left: auto;
}

.site-header .main-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 9px 13px;
    border-radius: 11px;
    color: #334155;
    font-size: .92rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.site-header .main-nav a:hover {
    color: var(--primary-dark, #1e40af);
    background: var(--soft, #eff6ff);
    text-decoration: none;
}

.mobile-menu-button {
    display: none;
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 1px solid rgba(15, 23, 42, .12);
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
}

.mobile-menu-button span:not(.sr-only) {
    display: block;
    width: 100%;
    height: 2px;
    margin: 4px 0;
    border-radius: 5px;
    background: var(--text, #172554);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 900px) {
    .site-header .header-inner {
        position: relative;
        min-height: 74px;
        flex-wrap: wrap;
    }

    .site-header .brand-logo {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
        border-radius: 14px;
    }

    .mobile-menu-button {
        display: block;
        margin-left: auto;
    }

    .site-header .main-nav {
        display: none;
        width: 100%;
        margin: 0;
        padding: 8px 0 15px;
        flex-direction: column;
        align-items: stretch;
        gap: 5px;
    }

    .site-header .main-nav.is-open {
        display: flex;
    }

    .site-header .main-nav a {
        width: 100%;
        justify-content: flex-start;
        padding: 11px 14px;
        border: 1px solid rgba(15, 23, 42, .07);
        background: #fff;
    }
}

/* GERCEK-LOGO-HEADER-BITIS */
