:root{--brand-yellow:#ffb800;--brand-yellow-light:#fff4d6;--brand-orange:#ef5e0b;--brand-orange-dark:#c94d09;--brand-black:#141414;--brand-gray-900:#1f1f1f;--brand-gray-700:#444;--brand-gray-500:#666;--brand-gray-200:#e8e8e8;--brand-gray-100:#f7f7f8;--brand-white:#ffffff;--shadow-sm:0 1px 3px rgba(20,20,20,0.06);--shadow-md:0 4px 16px rgba(20,20,20,0.08);--radius:12px;--radius-lg:16px}*{box-sizing:border-box}body{margin:0;font-family:Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.6;color:var(--brand-black);background:var(--brand-gray-100)}a{color:var(--brand-orange);text-decoration:none}a:hover{color:var(--brand-orange-dark);text-decoration:underline}.container{max-width:1024px;margin:0 auto;padding:0 1.25rem}.page{padding:2rem 0 4rem}.site-header{background:var(--brand-black);border-bottom:3px solid var(--brand-orange);box-shadow:var(--shadow-sm)}.header-inner{justify-content:space-between;min-height:64px;gap:1rem}.header-inner,.logo{display:flex;align-items:center}.logo{gap:.65rem;text-decoration:none!important}.logo-text{font-weight:700;font-size:1.05rem;color:var(--brand-white);letter-spacing:-.02em}.nav{display:flex;gap:.25rem}.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:0;border:none;border-radius:8px;background:rgba(255,255,255,.1);cursor:pointer}.nav-toggle-bar{display:block;width:20px;height:2px;margin:0 auto;background:var(--brand-white);border-radius:1px}.footer-nav{display:flex;flex-wrap:wrap;gap:.5rem 1rem}.footer-nav a{color:rgba(255,255,255,.7);font-size:.85rem;text-decoration:none}.footer-nav a:hover{color:var(--brand-yellow);text-decoration:none}.legal-content h2{margin-top:1.5rem;margin-bottom:.5rem;font-size:1.1rem}.legal-content p,.legal-content ul{margin:.75rem 0}.legal-content ul{padding-left:1.25rem}.nav a{color:rgba(255,255,255,.85);font-weight:500;font-size:.9rem;padding:.4rem .75rem;border-radius:8px;transition:background .15s,color .15s}.nav a,.nav a:hover{text-decoration:none}.nav a:hover{background:rgba(255,255,255,.1);color:var(--brand-yellow)}.site-footer{border-top:3px solid var(--brand-orange);background:var(--brand-black);padding:2rem 0;margin-top:2rem;color:rgba(255,255,255,.8)}.footer-inner{display:flex;flex-direction:column;gap:1rem}.footer-brand{display:flex;gap:.85rem;align-items:flex-start}.footer-brand strong{color:var(--brand-white);display:block;margin-bottom:.25rem}.footer-brand .muted{color:rgba(255,255,255,.6);margin:0;font-size:.9rem}.footer-domain{margin:0;font-size:.85rem;color:var(--brand-yellow)}.muted{color:var(--brand-gray-500);font-size:.9rem}.lead{font-size:1.1rem;color:var(--brand-gray-700);max-width:560px}h1{letter-spacing:-.03em}h2{letter-spacing:-.02em}.hero-banner{background:linear-gradient(165deg,var(--brand-yellow-light) 0,var(--brand-white) 45%,var(--brand-gray-100) 100%);border-bottom:1px solid var(--brand-gray-200)}.hero-search{text-align:center;padding:2.5rem 0 2.75rem}.hero-logo{margin-bottom:.75rem}.hero-lead{margin:0 auto 1.5rem}.btn{display:inline-block;padding:.65rem 1.25rem;border-radius:10px;font-weight:600;border:none;cursor:pointer;transition:background .15s,transform .1s}.btn-primary{background:var(--brand-orange);color:var(--brand-white)!important}.btn-primary:hover{background:var(--brand-orange-dark);text-decoration:none}.btn-secondary{background:var(--brand-white);border:1.5px solid var(--brand-orange);color:var(--brand-orange)!important}.btn-secondary:hover{background:var(--brand-yellow-light);text-decoration:none}.section{margin-top:2.5rem}.section-header h2{position:relative;padding-left:.75rem}.section-header h2:before{content:"";position:absolute;left:0;top:.15em;bottom:.15em;width:4px;border-radius:2px;background:var(--brand-orange)}.category-grid,.feature-strip,.product-grid{display:grid;grid-gap:1rem;gap:1rem}.card,.category-card,.empty-state,.feature-card,.product-card,.status-card{background:var(--brand-white);border:1px solid var(--brand-gray-200);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.category-card,.feature-card,.product-card{padding:1.25rem;transition:box-shadow .15s,border-color .15s}.category-card:hover,.product-card:hover{border-color:var(--brand-yellow);box-shadow:var(--shadow-md)}.category-card h2{margin:0 0 .5rem;font-size:1.1rem}.category-card p{margin:0 0 .75rem;color:var(--brand-gray-700)}.subcategory-list{margin:0;padding-left:1.1rem;display:flex;flex-wrap:wrap;gap:.35rem 1rem;list-style:disc}.pill{background:var(--brand-white);border:1.5px solid var(--brand-yellow);border-radius:999px;padding:.4rem .9rem;color:var(--brand-black);font-size:.9rem;font-weight:500}.pill:hover{background:var(--brand-yellow-light);border-color:var(--brand-orange);text-decoration:none}.breadcrumb{display:flex;flex-wrap:wrap;gap:.35rem;font-size:.9rem;color:var(--brand-gray-500);margin-bottom:1rem}.link-list{list-style:none;padding:0;margin:0}.link-list li{padding:.5rem 0;border-bottom:1px solid var(--brand-gray-200)}.search-box{display:flex;gap:.5rem;max-width:580px;margin:0 auto}.search-box-large input{padding:.95rem 1.1rem;font-size:1rem}.search-box input{flex:1 1;border:2px solid var(--brand-gray-200);border-radius:var(--radius);padding:.65rem .85rem;outline:none;transition:border-color .15s,box-shadow .15s}.search-box input:focus{border-color:var(--brand-orange);box-shadow:0 0 0 3px rgba(239,94,11,.15)}.search-hint{margin-top:.85rem;text-align:center}.results-count{margin:1rem 0}.product-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.product-card h3{margin:0 0 .25rem;font-size:1.05rem}.product-card h3 a{color:var(--brand-black)}.product-card h3 a:hover{color:var(--brand-orange)}.product-brand{margin:0 0 .5rem}.product-summary{margin:0 0 .75rem;color:var(--brand-gray-700);font-size:.95rem}.product-price-row{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.75rem}.price-old{color:var(--brand-gray-500);text-decoration:line-through;font-size:.9rem}.price-current{font-size:1.35rem;color:var(--brand-orange)}.product-card-actions{display:flex;gap:.5rem}.track-hint{margin:.75rem 0 0;font-size:.85rem}.discount-badge{background:var(--brand-yellow-light);color:var(--brand-orange-dark);padding:.2rem .55rem;border-radius:6px}.discount-badge,.score-badge{font-size:.8rem;font-weight:700}.score-badge{display:inline-block;padding:.25rem .55rem;border-radius:999px}.score-high{background:#e8f8ef;color:#1e7e45}.score-mid{background:var(--brand-yellow-light);color:#9a5b00}.score-low{background:#fdeeee;color:#b42318}.section-header{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.25rem}.section-link{font-size:.95rem;font-weight:600;white-space:nowrap}.feature-card h3{margin:0 0 .5rem;color:var(--brand-black)}.feature-card p{margin:0;color:var(--brand-gray-700)}.feature-card{border-top:3px solid var(--brand-yellow)}.quick-links{display:flex;flex-wrap:wrap;gap:.5rem}.section-block{padding:1.25rem;margin-bottom:1rem}.section-block h2,.section-block h3{margin-top:0}.product-hero{padding:1.25rem;margin-bottom:1rem;border-top:3px solid var(--brand-yellow)}.product-hero-main{display:flex;flex-direction:column;gap:1.25rem}.product-image-placeholder{width:120px;height:120px;border-radius:var(--radius);background:linear-gradient(135deg,var(--brand-yellow-light),var(--brand-white));border:2px solid var(--brand-yellow);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.5rem;color:var(--brand-orange);flex-shrink:0}.product-meta-row{display:flex;flex-wrap:wrap;gap:.5rem;margin:.75rem 0}.product-price-block{display:flex;align-items:baseline;gap:.75rem;margin-bottom:1rem}.product-cta-row{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.asin{font-size:.85rem}.product-detail-grid{display:grid;grid-gap:1rem;gap:1rem}.product-detail-sidebar{align-self:start}.score-bar-row{margin-bottom:.75rem}.score-bar-label{display:flex;justify-content:space-between;font-size:.9rem;margin-bottom:.25rem}.score-bar-track{height:8px;background:var(--brand-gray-200);border-radius:999px;overflow:hidden}.score-bar-fill{height:100%;background:linear-gradient(90deg,var(--brand-yellow),var(--brand-orange));border-radius:999px}.pros-cons-grid{display:grid;grid-gap:1rem;gap:1rem}.pros-cons-grid h3{font-size:1rem;margin-bottom:.35rem}.complaint-list,.ref-link-list,.review-list{list-style:none;padding:0;margin:0}.complaint-item,.review-item{padding:.85rem 0;border-bottom:1px solid var(--brand-gray-200)}.complaint-item:last-child,.review-item:last-child{border-bottom:none}.review-head{display:flex;flex-direction:column;gap:.15rem;margin-bottom:.35rem}.severity{font-size:.85rem;font-weight:600}.severity-yuksek{color:#b42318}.severity-orta{color:var(--brand-orange)}.severity-dusuk{color:var(--brand-gray-500)}.price-table{width:100%;border-collapse:collapse;font-size:.95rem}.price-table td,.price-table th{text-align:left;padding:.5rem 0;border-bottom:1px solid var(--brand-gray-200)}.price-alert-form label{display:block;font-size:.9rem;font-weight:600;margin:.75rem 0 .25rem}.price-alert-form input{width:100%;border:1.5px solid var(--brand-gray-200);border-radius:8px;padding:.6rem .75rem;outline:none}.price-alert-form input:focus{border-color:var(--brand-orange)}.price-alert-form button{margin-top:1rem;width:100%}.form-success{color:#1e7e45;margin-top:.75rem}.form-error{color:#b42318;margin-top:.75rem}.ref-link-list li{padding:.35rem 0}.faq-section h2{margin-bottom:1rem}.faq-list{margin:0;padding:0}.faq-item{background:var(--brand-white);border:1px solid var(--brand-gray-200);border-radius:var(--radius);padding:1rem 1.25rem;margin-bottom:.75rem;box-shadow:var(--shadow-sm)}.faq-item dt{font-weight:700;margin-bottom:.35rem;color:var(--brand-black)}.review-toggle{display:inline-block;margin-top:.75rem;padding:0;border:none;background:none;color:var(--brand-orange);font-weight:600;font-size:.95rem;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.review-toggle:hover{color:var(--brand-orange-dark)}.research-panel h2{margin-top:0}.research-stage{font-weight:600;color:var(--brand-orange);margin:1rem 0 .5rem}.research-steps{list-style:none;padding:0;margin:0 0 1rem}.research-steps li{padding:.35rem 0;color:var(--brand-gray-500);font-size:.95rem}.research-step-active{color:var(--brand-black)!important;font-weight:600}.research-spinner{width:28px;height:28px;border:3px solid var(--brand-gray-200);border-top-color:var(--brand-orange);border-radius:50%;animation:research-spin .8s linear infinite;margin:.5rem 0 1rem}.research-job-id{font-size:.8rem;margin:0}@keyframes research-spin{to{transform:rotate(1turn)}}@media (min-width:640px){.category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.feature-strip{grid-template-columns:repeat(3,1fr)}.product-hero-main{flex-direction:row}.product-detail-grid{grid-template-columns:1fr 320px}.footer-inner{flex-direction:row;justify-content:space-between;align-items:flex-end}}@media (min-width:900px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.nav-toggle{display:flex}.nav{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;background:var(--brand-black);border-bottom:3px solid var(--brand-orange);padding:.5rem;box-shadow:var(--shadow-md);z-index:100}.nav.nav-open{display:flex}.nav a{padding:.65rem .75rem;border-radius:8px}.header-inner{position:relative}.footer-inner{align-items:flex-start!important}}.aktuel-market-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:1rem;gap:1rem;margin:1.5rem 0 2rem}.aktuel-market-card{display:flex;flex-direction:column;gap:.5rem;padding:1.25rem;text-decoration:none;color:inherit;border-top:4px solid var(--brand-yellow);transition:transform .15s ease,box-shadow .15s ease}.aktuel-market-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.aktuel-market-card h2{margin:0;font-size:1.15rem}.aktuel-market-badge{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:8px;color:#fff;font-weight:800;font-size:.85rem}.aktuel-week-meta{font-size:.9rem;font-weight:600;margin:.35rem 0}.aktuel-week-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.aktuel-week-item{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem}.aktuel-cover{width:100%;max-height:420px;object-fit:contain;border-radius:var(--radius);background:var(--brand-gray-100);margin-bottom:1rem}.aktuel-cover-placeholder{display:flex;align-items:center;justify-content:center;min-height:200px;border:2px dashed var(--brand-gray-300);border-radius:var(--radius);font-size:1.5rem;font-weight:800;color:var(--brand-gray-500);margin-bottom:1rem}.aktuel-pdf-frame{margin:1rem 0;border-radius:var(--radius);overflow:hidden;border:1px solid var(--brand-gray-200)}.aktuel-pdf-iframe{width:100%;min-height:640px;border:0;background:#f5f5f5}.aktuel-source-note{margin-top:1rem;font-size:.9rem}.aktuel-note{margin-top:2rem}.ref-note-inline{margin-top:1.5rem;font-size:.9rem}@media (max-width:600px){.logo-text{display:none}.aktuel-pdf-iframe{min-height:420px}.aktuel-week-item{flex-direction:column;align-items:flex-start}}