/* bestenliste.info */
:root{--primary:#1a56db;--primary-dark:#1342b0;--primary-light:#dbeafe;--text:#111827;--text-muted:#6b7280;--bg:#fff;--bg-gray:#f9fafb;--border:#e5e7eb;--radius:10px;--shadow:0 1px 4px rgba(0,0,0,.08);--shadow-md:0 4px 16px rgba(0,0,0,.12)}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;color:var(--text);background:var(--bg);line-height:1.65}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{max-width:1160px;margin:0 auto;padding:0 1.25rem}
header{background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:200}
nav{display:flex;align-items:center;height:62px;gap:1rem}
.logo{font-size:1.2rem;font-weight:800;color:var(--primary);margin-right:auto}
.nav-links{display:none;gap:1.75rem;font-size:.9rem;font-weight:500}
.nav-links a:hover{color:var(--primary)}
@media(min-width:768px){.nav-links{display:flex}}
.hamburger{background:none;border:none;font-size:1.4rem;cursor:pointer}
@media(min-width:768px){.hamburger{display:none}}
.hero{background:linear-gradient(135deg,#1e40af,var(--primary) 60%,#3b82f6);color:#fff;padding:4rem 0 3.5rem;text-align:center}
.hero h1{font-size:clamp(1.6rem,4.5vw,2.8rem);font-weight:800;line-height:1.2;margin-bottom:.75rem}
.hero p{font-size:1.05rem;opacity:.9;max-width:560px;margin:0 auto 1.75rem}
.hero-badges{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center}
.hero-badge{background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.3);border-radius:20px;padding:.35rem .9rem;font-size:.8rem}
.trust-bar{background:var(--bg-gray);border-bottom:1px solid var(--border);padding:.75rem 0}
.trust-items{display:flex;flex-wrap:wrap;gap:.75rem 2rem;justify-content:center;font-size:.82rem;color:var(--text-muted);font-weight:500}
.section{padding:3rem 0}
.section-alt{background:var(--bg-gray)}
.section-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:.5rem}
.section-head h2{font-size:1.55rem;font-weight:800}
.section-head a{font-size:.85rem;color:var(--primary);font-weight:600}
.cat-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}
@media(min-width:600px){.cat-grid{grid-template-columns:repeat(3,1fr)}}
.cat-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;display:block;transition:box-shadow .2s,transform .2s}
.cat-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}
.cat-icon{font-size:2.4rem;margin-bottom:.75rem}
.cat-card h3{font-size:1.1rem;font-weight:700;margin-bottom:.4rem}
.cat-card p{color:var(--text-muted);font-size:.875rem;margin-bottom:.9rem}
.cat-count{font-size:.8rem;color:var(--primary);font-weight:600}
.art-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}
@media(min-width:600px){.art-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:900px){.art-grid{grid-template-columns:repeat(3,1fr)}}
.art-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:box-shadow .2s}
.art-card:hover{box-shadow:var(--shadow-md)}
.art-thumb{height:160px;display:flex;align-items:center;justify-content:center;font-size:3.5rem;background:linear-gradient(135deg,var(--bg-gray),var(--primary-light))}
.art-body{padding:1rem}
.tag{display:inline-block;background:var(--primary-light);color:var(--primary);font-size:.72rem;font-weight:700;padding:.2rem .55rem;border-radius:4px;text-transform:uppercase;margin-bottom:.55rem}
.art-body h3{font-size:.95rem;font-weight:700;line-height:1.4;margin-bottom:.45rem}
.stars{color:#f59e0b;font-size:.82rem;margin-bottom:.45rem}
.art-body p{color:var(--text-muted);font-size:.83rem;margin-bottom:.85rem;line-height:1.5}
.btn{display:inline-block;background:var(--primary);color:#fff;padding:.45rem .95rem;border-radius:6px;font-size:.83rem;font-weight:600;transition:background .18s}
.btn:hover{background:var(--primary-dark)}
.btn-outline{background:transparent;color:var(--primary);border:2px solid var(--primary)}
.btn-outline:hover{background:var(--primary);color:#fff}
.aff-note{background:#fffbeb;border:1px solid #fde68a;border-radius:8px;padding:.7rem 1rem;font-size:.78rem;color:#78350f;margin:1.25rem 0}
.art-hero{background:var(--bg-gray);border-bottom:1px solid var(--border);padding:2rem 0 1.75rem}
.breadcrumb{font-size:.8rem;color:var(--text-muted);margin-bottom:.75rem}
.breadcrumb a{color:var(--primary)}
.breadcrumb span{margin:0 .35rem}
.art-hero h1{font-size:clamp(1.35rem,3vw,2rem);font-weight:800;margin-bottom:.5rem;line-height:1.25}
.art-meta{font-size:.82rem;color:var(--text-muted)}
.art-page{max-width:880px;margin:0 auto;padding:2rem 1.25rem}
.art-page h2{font-size:1.35rem;font-weight:800;margin:2.25rem 0 .75rem;padding-top:2rem;border-top:1px solid var(--border)}
.art-page h2:first-of-type{border-top:none;margin-top:.5rem}
.art-page h3{font-size:1.05rem;font-weight:700;margin:1.25rem 0 .4rem}
.art-page p{margin-bottom:1rem}
.art-page ul,.art-page ol{margin:.25rem 0 1rem 1.5rem}
.art-page li{margin-bottom:.3rem;font-size:.93rem}
.winner-box{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:2px solid #059669;border-radius:var(--radius);padding:1.25rem 1.5rem;margin:1.5rem 0;display:flex;gap:1rem;align-items:flex-start;flex-wrap:wrap}
.wb-icon{font-size:2.5rem;flex-shrink:0}
.wb-text h3{font-size:1rem;font-weight:800;color:#065f46;margin-bottom:.25rem}
.wb-text p{font-size:.875rem;color:#064e3b;margin:0}
.table-wrap{overflow-x:auto;margin:1.25rem 0;border-radius:var(--radius);box-shadow:var(--shadow)}
table.compare{width:100%;border-collapse:collapse;font-size:.875rem;min-width:520px}
table.compare th{background:var(--primary);color:#fff;padding:.7rem 1rem;text-align:left;font-weight:600}
table.compare td{padding:.7rem 1rem;border-bottom:1px solid var(--border);vertical-align:middle}
table.compare tr:nth-child(even) td{background:var(--bg-gray)}
table.compare .top td{background:#ecfdf5;font-weight:600}
table.compare .stars{color:#f59e0b}
.pros-cons{display:grid;grid-template-columns:1fr;gap:1rem;margin:1rem 0}
@media(min-width:540px){.pros-cons{grid-template-columns:1fr 1fr}}
.pros{background:#ecfdf5;border:1px solid #6ee7b7;border-radius:8px;padding:1rem}
.cons{background:#fff1f2;border:1px solid #fca5a5;border-radius:8px;padding:1rem}
.pros h4{color:#065f46;font-size:.88rem;font-weight:700;margin-bottom:.5rem}
.cons h4{color:#9f1239;font-size:.88rem;font-weight:700;margin-bottom:.5rem}
.pros li,.cons li{font-size:.83rem;margin-bottom:.3rem;list-style:none;padding-left:1.1rem;position:relative}
.faq-item{border-bottom:1px solid var(--border);padding:1rem 0}
.faq-q{font-size:.95rem;font-weight:700;cursor:pointer;display:flex;justify-content:space-between;gap:.5rem}
.faq-a{font-size:.875rem;color:var(--text-muted);margin-top:.6rem;line-height:1.6;display:none}
.faq-item.open .faq-a{display:block}
.faq-q::after{content:"+";font-size:1.2rem;flex-shrink:0}
.faq-item.open .faq-q::after{content:"-"}
.kat-header{background:linear-gradient(135deg,#1e3a8a,var(--primary));color:#fff;padding:2.5rem 0 2rem}
.kat-header h1{font-size:clamp(1.4rem,3vw,2.2rem);font-weight:800;margin-bottom:.4rem}
.kat-header p{opacity:.9;font-size:.95rem}
#cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#111827;color:#e5e7eb;padding:1rem 1.25rem;z-index:999;display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between;font-size:.82rem;box-shadow:0 -2px 12px rgba(0,0,0,.3)}
#cookie-banner p{margin:0;flex:1;min-width:200px;line-height:1.5}
#cookie-banner a{color:#93c5fd}
.ck-btns{display:flex;gap:.6rem;flex-shrink:0}
.ck-acc{background:var(--primary);color:#fff;border:none;padding:.45rem 1rem;border-radius:6px;cursor:pointer;font-size:.82rem;font-weight:600}
.ck-dec{background:#374151;color:#e5e7eb;border:none;padding:.45rem .85rem;border-radius:6px;cursor:pointer;font-size:.82rem}
footer{background:#111827;color:#9ca3af;padding:2.5rem 0 1.5rem;font-size:.85rem;margin-top:3rem}
.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem}
@media(min-width:640px){.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:900px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}
footer h4{color:#f9fafb;font-weight:700;font-size:.9rem;margin-bottom:.75rem}
footer a{display:block;color:#9ca3af;margin-bottom:.35rem;font-size:.83rem}
footer a:hover{color:#fff}
.footer-bottom{border-top:1px solid #1f2937;margin-top:1.5rem;padding-top:1.25rem;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:space-between;font-size:.78rem;color:#6b7280}
