/* ============================================================
   SOLAR AKADEMIE – Globales Stylesheet · solago GmbH
   ============================================================ */

/* --- TOKENS --- */
:root {
  --orange:       #ffa800;
  --orange-light: #ffdc99;
  --bg:           #f6f6f6;
  --text:         #1a1a1a;
  --black:        #0c0c0c;
  --white:        #ffffff;
  --shadow:       0 2px 16px rgba(0,0,0,0.10);
  --radius:       10px;
}

/* --- RESET --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body { width: 100%; max-width: 100%; overflow-x: clip; }
body { font-family: 'Montserrat', sans-serif; background: var(--bg); color: var(--text); font-size: 15px; line-height: 1.65; }

/* ============================================================
   AD BAR
   ============================================================ */
.ad-bar { background: var(--black); color: #aaa; font-size: 11px; letter-spacing: 0.04em; text-align: right; padding: 5px 20px; }

/* ============================================================
   HEADER + NAVIGATION
   ============================================================ */
header { position: sticky; top: 0; z-index: 100; background: var(--black); box-shadow: 0 2px 12px rgba(0,0,0,0.07); }
.progress-bar { position: fixed; top: 66px; left: 0; height: 2px; width: 0%; background: var(--orange); transition: width 0.08s linear; pointer-events: none; z-index: 101; }
.header-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 13px 24px; gap: 16px; }
.logo { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.logo-img { height: 60px; width: auto; display: block; }
.logo-sq { background: var(--orange); color: var(--white); font-weight: 700; font-size: 16px; width: 40px; height: 40px; border-radius: 8px; display: flex; align-items: center; justify-content: center; letter-spacing: -1px; flex-shrink: 0; }
.logo-text { font-weight: 700; font-size: 18px; color: var(--black); letter-spacing: -0.5px; }
.logo-text span { color: var(--orange); }
.main-nav { display: flex; align-items: center; gap: 4px; }
.main-nav-item { position: relative; }
.main-nav-link { font-size: 14px; font-weight: 700; color: rgba(255,255,255,0.85); text-decoration: none; padding: 7px 12px; border-radius: 6px; transition: background 0.15s, color 0.15s; white-space: nowrap; display: flex; align-items: center; gap: 4px; }
.main-nav-link:hover { background: rgba(255,255,255,0.08); color: var(--white); }
.nav-arrow { font-size: 9px; opacity: 0.6; }
.main-nav-soon { opacity: 0.6; }
.nav-soon { font-size: 9px; font-weight: 600; background: rgba(249,115,22,0.2); color: var(--orange); padding: 1px 5px; border-radius: 3px; }
.main-nav-cta { font-size: 14px; font-weight: 700; color: var(--white); text-decoration: none; padding: 7px 13px; border-radius: 6px; white-space: nowrap; transition: opacity 0.15s; margin-left: 4px; display: inline-flex; align-items: center; gap: 6px; }
.main-nav-cta:hover { opacity: 0.88; background: rgba(255,255,255,0.08); }
.nav-dropdown { display: none; position: absolute; top: 100%; left: 0; padding-top: 8px; width: 440px; z-index: 200; }
.nav-dropdown-inner { background: #1a1a1a; border: 1px solid rgba(255,255,255,0.08); border-radius: 10px; padding: 8px; box-shadow: 0 8px 24px rgba(0,0,0,0.3); }
.main-nav-item:hover .nav-dropdown { display: block; }
.nav-dropdown-group { font-size: 10px; font-weight: 700; color: var(--orange); letter-spacing: 0.06em; text-transform: uppercase; padding: 6px 10px 3px; }
.nav-dropdown-link { display: flex; align-items: center; justify-content: space-between; font-size: 12px; color: #ccc; text-decoration: none; padding: 7px 10px; border-radius: 6px; transition: background 0.1s, color 0.1s; }
.nav-dropdown-link:hover { background: rgba(255,255,255,0.06); color: var(--white); }
.nav-dropdown-soon { opacity: 0.55; }
.mobile-menu-btn { display: none; background: none; border: none; color: var(--white); font-size: 20px; cursor: pointer; padding: 4px 8px; }
.mobile-menu { display: none; flex-direction: column; background: #1a1a1a; border-top: 1px solid rgba(255,255,255,0.06); padding: 8px 0; }
.mobile-menu.open { display: flex; }
.mobile-menu a { font-size: 13px; color: #ccc; text-decoration: none; padding: 10px 20px; }
.mobile-menu a:hover { background: rgba(255,255,255,0.05); color: var(--white); }
.mobile-menu-divider { height: 1px; background: rgba(255,255,255,0.06); margin: 6px 0; }
.mobile-menu-label { font-size: 10px; font-weight: 700; color: #555; letter-spacing: 0.06em; text-transform: uppercase; padding: 4px 20px; }
.mobile-menu-toggle { display: flex; justify-content: space-between; align-items: center; font-size: 13px; color: #ccc; text-decoration: none; padding: 10px 20px; cursor: pointer; user-select: none; }
.mobile-menu-toggle:hover { background: rgba(255,255,255,0.05); color: var(--white); }
.mobile-menu-toggle .mob-arrow { transition: transform 0.22s; display: inline-block; font-style: normal; }
.mobile-menu-toggle.open .mob-arrow { transform: rotate(180deg); }
.mobile-submenu { display: none; flex-direction: column; background: rgba(0,0,0,0.25); border-left: 2px solid rgba(255,165,0,0.3); margin: 0 20px 4px 20px; border-radius: 0 4px 4px 0; }
.mobile-submenu.open { display: flex; }
.mobile-submenu .mobile-menu-label { padding: 8px 14px 4px; }
.mobile-submenu a { font-size: 12px; color: #aaa; padding: 8px 14px; }
.mobile-submenu a:hover { background: rgba(255,255,255,0.05); color: var(--white); }
.mobile-submenu .nav-soon { font-size: 9px; background: rgba(255,165,0,0.15); color: var(--orange); border-radius: 3px; padding: 1px 5px; margin-left: 5px; font-weight: 700; letter-spacing: 0.04em; }
.article-nav { display: flex; flex-direction: column; }
.article-nav-link { display: flex; align-items: center; gap: 10px; font-size: 12px; color: #555; text-decoration: none; padding: 8px 16px; border-left: 2px solid transparent; transition: color 0.15s, background 0.15s, border-color 0.15s; }
.article-nav-link:hover { color: var(--black); background: #fafafa; }
.article-nav-link.active { color: var(--orange); border-left-color: var(--orange); background: #fff8ea; font-weight: 700; }
.article-nav-step { font-size: 10px; color: #bbb; min-width: 14px; text-align: right; flex-shrink: 0; }
.article-nav-link.active .article-nav-step { color: var(--orange); }

/* ============================================================
   FOOTER
   ============================================================ */
footer { background: var(--black); color: #ccc; }
.affiliate-box { background: #181818; border-top: 2px solid var(--orange); padding: 16px 24px; font-size: 12px; color: #888; }
.footer-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 32px; padding: 40px 24px 30px; }
.footer-col h5 { font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--orange); margin-bottom: 14px; }
.footer-col p { font-size: 12px; color: #888; line-height: 1.7; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 7px; }
.footer-col ul li a { font-size: 12px; color: #888; text-decoration: none; transition: color 0.12s; }
.footer-col ul li a:hover { color: var(--orange); }
.footer-bottom { text-align: center; padding: 14px 24px; border-top: 1px solid #222; font-size: 11px; color: #555; }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn-orange { display: block; width: 100%; background: var(--orange); color: var(--white); font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700; border: none; border-radius: 7px; padding: 13px; text-align: center; text-decoration: none; cursor: pointer; transition: background 0.15s, transform 0.1s; }
.btn-orange:hover { background: #e09200; transform: translateY(-1px); }
.btn-secondary { display: inline-block; background: transparent; border: 1.5px solid var(--orange); color: var(--orange); font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 700; border-radius: 7px; padding: 10px 20px; text-decoration: none; cursor: pointer; transition: background 0.15s, color 0.15s; white-space: nowrap; }
.btn-secondary:hover { background: var(--orange); color: var(--white); }
.btn-white { display: inline-block; background: var(--white); color: var(--orange); font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700; padding: 12px 28px; border-radius: 8px; text-decoration: none; transition: opacity 0.15s; }
.btn-white:hover { opacity: 0.9; }
.btn-datasheet { display: inline-block; padding: 9px 14px; border-radius: var(--radius); border: 1px solid #ddd; background: var(--white); color: #555; font-size: 12px; font-weight: 600; text-decoration: none; transition: border-color 0.15s, color 0.15s; white-space: nowrap; }
.btn-datasheet:hover { border-color: var(--orange); color: var(--orange); }

/* ============================================================
   BADGES & RANK CIRCLES
   ============================================================ */
.rank-circle { display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; font-weight: 700; color: var(--white); width: 20px; }
.rc-1 { background: var(--orange); } .rc-2 { background: #888; } .rc-3 { background: #b47530; } .rc-4 { background: #4caf50; } .rc-5 { background: #b0b0b0; }
.badge { font-size: 10px; font-weight: 700; letter-spacing: 0.04em; padding: 4px 10px; border-radius: 4px; white-space: nowrap; text-transform: uppercase; }
.badge-orange { background: var(--orange); color: var(--white); } .badge-gray { background: #888; color: var(--white); } .badge-bronze { background: #b47530; color: var(--white); } .badge-green { background: #4caf50; color: var(--white); } .badge-lightgray { background: #d0d0d0; color: var(--text); }

/* ============================================================
   LEGAL / SUBPAGES
   ============================================================ */
.page-hero { background: var(--black); padding: 60px 24px 52px; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 70% 50%, rgba(255,168,0,0.12) 0%, transparent 60%); pointer-events: none; }
.page-hero-inner { max-width: 1200px; margin: 0 auto; position: relative; z-index: 1; }
.breadcrumb { font-size: 12px; color: #666; margin-bottom: 14px; display: flex; align-items: center; gap: 6px; }
.breadcrumb a { color: var(--orange); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb-sep { color: #444; }
.page-hero h1 { font-size: clamp(28px, 5vw, 48px); font-weight: 700; color: var(--white); letter-spacing: -1.5px; line-height: 1.1; margin-bottom: 14px; }
.page-hero h1 span { color: var(--orange); }
.page-hero-meta { font-size: 13px; color: #666; }
.legal-wrap { max-width: 1200px; margin: 0 auto; padding: 40px 24px 60px; }
.legal-section { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); padding: 30px 32px; margin-bottom: 20px; }
.legal-section h2 { font-size: 20px; font-weight: 700; color: var(--black); margin-bottom: 16px; padding-bottom: 10px; border-bottom: 2px solid var(--orange-light); }
.legal-section h3 { font-size: 13px; font-weight: 700; color: var(--black); margin: 20px 0 8px; }
.legal-section p { font-size: 14px; color: #444; line-height: 1.75; margin-bottom: 10px; }
.legal-section p:last-child { margin-bottom: 0; }
.legal-section a { color: var(--orange); text-decoration: none; }
.legal-section a:hover { text-decoration: underline; }
.legal-section ul { padding-left: 20px; margin: 8px 0 10px; }
.legal-section ul li { font-size: 13px; color: #444; line-height: 1.75; margin-bottom: 4px; }
.notice-box { background: #fff8ea; border-left: 3px solid var(--orange); border-radius: 0 8px 8px 0; padding: 14px 18px; margin: 12px 0; font-size: 12px; color: #555; line-height: 1.65; }
.info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 8px; }
.info-box { background: var(--bg); border-radius: 8px; padding: 16px 18px; }
.info-box-label { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; color: #aaa; margin-bottom: 6px; }
.info-box-value { font-size: 13px; font-weight: 600; color: var(--black); line-height: 1.5; }
.toc-box { background: var(--orange); border-radius: var(--radius); margin-bottom: 20px; }
.toc-box summary { list-style: none; cursor: pointer; padding: 16px 24px; display: flex; align-items: center; justify-content: space-between; user-select: none; }
.toc-box summary::-webkit-details-marker { display: none; }
.toc-box-title { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; color: var(--white); }
.toc-box-toggle { font-size: 18px; font-weight: 300; color: var(--white); line-height: 1; transition: rotate 0.2s ease; }
.toc-box[open] .toc-box-toggle { rotate: 45deg; }
.toc-box ol { list-style: none; counter-reset: toc; display: flex; flex-direction: column; gap: 6px; padding: 0 24px 16px; }
.toc-box ol li { counter-increment: toc; display: flex; align-items: center; gap: 10px; }
.toc-box ol li::before { content: counter(toc, decimal-leading-zero); font-weight: 700; font-size: 11px; background: rgba(0,0,0,0.18); border-radius: 4px; padding: 2px 7px; min-width: 30px; text-align: center; flex-shrink: 0; color: var(--white); }
.toc-box ol li a { color: var(--white); text-decoration: none; font-size: 13px; font-weight: 600; opacity: 0.9; }
.toc-box ol li a:hover { opacity: 1; text-decoration: underline; }
.highlight-box { background: var(--orange); border-radius: var(--radius); padding: 24px 28px; margin-bottom: 20px; }
.highlight-box h2 { font-size: 18px; font-weight: 700; color: var(--white); margin-bottom: 10px; }
.highlight-box p { font-size: 13px; color: rgba(255,255,255,0.88); line-height: 1.7; }
.schnell-box { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); padding: 22px 24px; }
.schnell-title { font-size: 20px; font-weight: 700; color: var(--black); margin-bottom: 10px; padding-bottom: 10px; border-bottom: 2px solid var(--orange-light); }
.schnell-lead { font-size: 14px; color: #444; line-height: 1.75; margin-bottom: 14px; }
.schnell-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.schnell-list li { font-size: 13px; color: #444; line-height: 1.75; padding: 12px 14px; background: #fff8ea; border-left: 3px solid var(--orange); border-radius: 0 8px 8px 0; }
.schnell-list li strong { color: var(--orange); }
.flow-steps { display: flex; flex-direction: column; gap: 12px; margin-top: 12px; }
.flow-step { display: flex; align-items: flex-start; gap: 16px; background: var(--bg); border-radius: 8px; padding: 14px 16px; }
.flow-step-num { width: 32px; height: 32px; border-radius: 50%; background: var(--orange); color: var(--white); font-weight: 700; font-size: 14px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.flow-step-text { font-size: 13px; color: #444; line-height: 1.6; }
.flow-step-text strong { color: var(--black); display: block; margin-bottom: 2px; }

/* ============================================================
   ARTICLE TEXT BLOCKS (Ratgeber)
   ============================================================ */
.article-text-block { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); padding: 28px 32px; margin-bottom: 16px; }
.article-text-block h3 { font-size: 18px; font-weight: 700; color: var(--black); margin-bottom: 14px; padding-bottom: 10px; border-bottom: 2px solid var(--orange-light); letter-spacing: -0.3px; }
.article-text-block p { font-size: 14px; color: #444; line-height: 1.8; margin-bottom: 12px; }
.article-text-block p:last-child { margin-bottom: 0; }
.article-text-block .notice-box { margin-top: 14px; }
@media (max-width: 640px) {
  .article-text-block { padding: 18px 16px; }
  .article-text-block h3 { font-size: 16px; }
}
.flow-steps { display: flex; flex-direction: column; gap: 12px; margin-top: 12px; }
.flow-step { display: flex; align-items: flex-start; gap: 16px; background: var(--bg); border-radius: 8px; padding: 14px 16px; }
.flow-step-num { width: 32px; height: 32px; border-radius: 50%; background: var(--orange); color: var(--white); font-weight: 700; font-size: 14px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.flow-step-text { font-size: 13px; color: #444; line-height: 1.6; }
.flow-step-text strong { color: var(--black); display: block; margin-bottom: 2px; }

/* ============================================================
   ABOUT PAGE
   ============================================================ */
.about-hero { background: var(--black); padding: 60px 24px 52px; position: relative; overflow: hidden; }
.about-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 70% 50%, rgba(255,168,0,0.12) 0%, transparent 60%); pointer-events: none; }
.about-hero-inner { max-width: 1200px; margin: 0 auto; position: relative; z-index: 1; }
.about-hero h1 { font-size: clamp(28px, 5vw, 48px); font-weight: 700; color: var(--white); letter-spacing: -1.5px; line-height: 1.1; margin-bottom: 16px; }
.about-hero h1 span { color: var(--orange); }
.about-hero-lead { font-size: 15px; font-weight: 300; color: #aaa; max-width: 560px; line-height: 1.7; }
.about-wrap { max-width: 1200px; margin: 0 auto; padding: 40px 24px 60px; display: flex; flex-direction: column; gap: 20px; }
.about-section { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); padding: 30px 32px; }
.about-section h2 { font-size: 20px; font-weight: 700; color: var(--black); margin-bottom: 16px; padding-bottom: 10px; border-bottom: 2px solid var(--orange-light); }
.about-section p { font-size: 14px; color: #444; line-height: 1.75; margin-bottom: 10px; }
.about-section p:last-child { margin-bottom: 0; }
.about-section a { color: var(--orange); text-decoration: none; }
.about-section a:hover { text-decoration: underline; }
.founder-card { background: var(--black); border-radius: var(--radius); padding: 28px 32px; display: flex; align-items: flex-start; gap: 24px; }
.founder-avatar { width: 80px; height: 80px; border-radius: 50%; background: var(--orange); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 28px; color: var(--white); flex-shrink: 0; overflow: hidden; }
.founder-avatar img, .author-avatar img, .author-card-photo img { width: 100%; height: 100%; object-fit: cover; }
.founder-info { flex: 1; }
.founder-label { font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--orange); margin-bottom: 6px; }
.founder-name { font-size: 20px; font-weight: 700; color: var(--white); margin-bottom: 4px; }
.founder-title { font-size: 12px; color: #888; margin-bottom: 12px; }
.founder-bio { font-size: 13px; color: #bbb; line-height: 1.7; }
.value-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 4px; }
.value-card { background: var(--bg); border-radius: 8px; padding: 18px 16px; }
.value-icon { font-size: 22px; margin-bottom: 8px; }
.value-title { font-size: 14px; font-weight: 700; color: var(--black); margin-bottom: 5px; }
.value-desc { font-size: 13px; color: #666; line-height: 1.6; }
.criteria-list { display: flex; flex-direction: column; gap: 10px; margin-top: 8px; }
.criteria-item { display: flex; align-items: flex-start; gap: 12px; padding: 12px 14px; background: var(--bg); border-radius: 8px; }
.criteria-num { width: 26px; height: 26px; border-radius: 50%; background: var(--orange); color: var(--white); font-weight: 700; font-size: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.criteria-text strong { font-size: 13px; font-weight: 700; color: var(--black); display: block; margin-bottom: 2px; }
.criteria-text span { font-size: 12px; color: #666; }
.cta-box { background: var(--orange); border-radius: var(--radius); padding: 24px 28px; text-align: center; }
.cta-box h3 { font-size: 18px; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.cta-box p { font-size: 13px; color: rgba(255,255,255,0.85); margin-bottom: 16px; }

/* ============================================================
   INDEX: HERO
   ============================================================ */
.hero { position: relative; width: 100%; min-height: 440px; display: flex; align-items: center; background: linear-gradient(120deg, #0c0c0c 60%, #1a2a0c 100%); overflow: hidden; padding: 72px 24px 64px;  }
.hero-bg { position: absolute; inset: 0; background-image: url('https://images.unsplash.com/photo-1508514177221-188b1cf16e9d?w=1400&q=80'); background-size: cover; background-position: bottom; opacity: 0.28; }
.hero-gradient { position: absolute; inset: 0; }
.hero-content { position: relative; z-index: 2; width: 100%; max-width: 1200px; margin: 0 auto; padding: 64px 24px; }
.hero-content-inner { max-width: 620px; }
.eyebrow { display: inline-block; background: var(--orange); color: var(--white); font-size: 11px; font-weight: 700; letter-spacing: 0.08em; padding: 2px 14px; border-radius: 4px; margin-bottom: 18px; text-transform: uppercase; }
.hero h1 { font-size: clamp(24px, 4vw, 42px); font-weight: 700; color: var(--white); line-height: 1.18; margin-bottom: 18px; letter-spacing: -1px; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-lead { color: #d0d0d0; font-size: 15px; font-weight: 300; max-width: 520px; margin-bottom: 26px; }
.author-chip { display: inline-flex; align-items: center; gap: 10px; background: rgba(255,255,255,0.10); border: 1px solid rgba(255,255,255,0.18); border-radius: 10px; padding: 7px 16px 7px 7px; }
.author-avatar { width: 34px; height: 34px; border-radius: 50%; background: var(--orange); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 13px; color: var(--white); flex-shrink: 0; overflow: hidden; }
.author-name { color: var(--white); font-size: 12px; font-weight: 700; }
.author-meta { color: #aaa; font-size: 11px; }

/* ============================================================
   INDEX: LAYOUT & SIDEBAR
   ============================================================ */
.main-wrap { width: 100%; max-width: 1200px; margin: 0 auto; padding: 40px 20px; display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 32px; align-items: start; }
@media (max-width: 1000px) { .main-wrap { grid-template-columns: minmax(0, 1fr) 240px; gap: 20px; } }
.sidebar { display: flex; flex-direction: column; gap: 22px; align-self: start; }
.sticky-wrap { display: contents; }
.sidebar-card { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.quick-buy { background: var(--black); color: var(--white); padding: 20px 18px; border-radius: var(--radius); box-shadow: var(--shadow); }
.quick-buy-label { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--orange); margin-bottom: 10px; }
.quick-buy-img { width: 100%; height: 130px; background: #181818; border-radius: 6px; margin-bottom: 12px; display: flex; object-fit: contain; justify-content: center; font-size: 11px; color: #555; }
.quick-buy-name { font-size: 13px; font-weight: 700; color: var(--white); margin-bottom: 4px; }
.quick-buy-price { font-size: 22px; font-weight: 700; color: var(--orange); margin-bottom: 14px; }
.quick-buy-price span { font-size: 13px; font-weight: 400; color: #aaa; }
.sidebar-card-header { background: var(--black); color: var(--white); font-size: 12px; font-weight: 700; padding: 11px 16px; letter-spacing: 0.04em; text-transform: uppercase; }
.rank-list { padding: 10px 0; }
.rank-item { display: flex; align-items: center; gap: 10px; padding: 9px 16px; border-bottom: 1px solid #f0f0f0; text-decoration: none; color: var(--text); transition: background 0.12s; font-size: 12px; }
.rank-item:last-child { border-bottom: none; }
.rank-item:hover { background: #fff8ee; }
.rank-item-name { flex: 1; font-weight: 600; font-size: 11px; line-height: 1.3; }
.rank-item-price { font-weight: 700; font-size: 12px; color: var(--orange); white-space: nowrap; }
.author-card-inner { padding: 18px 16px; display: flex; flex-direction: column; gap: 10px; }
.author-card-head { display: flex; align-items: center; gap: 12px; }
.author-card-photo { width: 54px; height: 54px; border-radius: 50%; background: var(--orange); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 20px; color: var(--white); overflow: hidden; flex-shrink: 0; }
.author-card-name { font-weight: 700; font-size: 14px; }
.author-card-title { font-size: 11px; color: #777; margin-top: -6px; }
.author-card-bio { font-size: 12px; color: #555; line-height: 1.55; }
.author-card-stats { display: flex; gap: 8px; }
.author-stat { flex: 1; background: #fff8ea; border-radius: 8px; padding: 8px 10px; display: flex; flex-direction: column; gap: 2px; }
.author-stat-num { font-size: 16px; font-weight: 700; color: var(--orange); line-height: 1; }
.author-stat-label { font-size: 10px; color: #777; line-height: 1.3; }
.author-card-links { display: flex; flex-direction: column; gap: 6px; }
.author-link { display: block; text-align: center; padding: 7px 10px; border-radius: 6px; font-size: 11px; font-weight: 700; text-decoration: none; transition: opacity 0.15s; }
.author-link:hover { opacity: 0.85; }
.author-link-yt { background: #ff0000; color: #fff; }
.author-link-method { background: #f0f0f0; color: var(--black); }
.more-lists-inner { padding: 14px 16px; display: flex; flex-direction: column; gap: 10px; }
.more-list-item { display: flex; align-items: center; justify-content: space-between; font-size: 12px; color: #777; padding: 8px 10px; border-radius: 6px; background: var(--bg); }
.more-list-item span { font-weight: 700; color: #aaa; font-size: 10px; letter-spacing: 0.05em; text-transform: uppercase; }

/* ============================================================
   INDEX: MAIN COLUMN
   ============================================================ */
.main-col { display: flex; flex-direction: column; gap: 38px; }
section { scroll-margin-top: 90px; }
[id] { scroll-margin-top: 90px; }
.section-title { font-size: 22px; font-weight: 700; color: var(--black); margin-bottom: 18px; letter-spacing: -0.5px; display: flex; align-items: center; gap: 10px; }
.section-title::after { content: ''; flex: 1; height: 2px; background: var(--orange-light); border-radius: 2px; }
.toc { background: var(--orange); border-radius: var(--radius); color: var(--white); }
.toc summary { list-style: none; cursor: pointer; padding: 16px 22px; display: flex; align-items: center; justify-content: space-between; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; user-select: none; }
.toc summary::-webkit-details-marker { display: none; }
.toc-toggle-icon { font-size: 18px; font-weight: 300; line-height: 1; transition: rotate 0.2s ease; }
.toc[open] .toc-toggle-icon { rotate: 45deg; }
.toc-list { list-style: none; display: flex; flex-direction: column; gap: 6px; counter-reset: toc; padding: 0 22px 16px; }
.toc-list li { counter-increment: toc; display: flex; align-items: center; gap: 10px; }
.toc-list li::before { content: counter(toc, decimal-leading-zero); font-weight: 700; font-size: 12px; background: rgba(0,0,0,0.18); border-radius: 4px; padding: 2px 7px; min-width: 30px; text-align: center; flex-shrink: 0; }
.toc-list a { color: var(--white); text-decoration: none; font-size: 14px; font-weight: 600; opacity: 0.9; }
.toc-list a:hover { opacity: 1; text-decoration: underline; }
.best-list { display: flex; flex-direction: column; gap: 12px; }
.best-item { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); display: flex; align-items: center; gap: 16px; padding: 14px 18px; text-decoration: none; color: var(--text); transition: box-shadow 0.15s, transform 0.12s; border-left: 4px solid transparent; }
.best-item:hover { box-shadow: 0 4px 24px rgba(255,168,0,0.2); transform: translateX(3px); }
.best-item-num { width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 16px; color: var(--white); flex-shrink: 0; }
.best-item-thumb { width: 60px; height: 60px; object-fit: contain; background: #f0f0f0; border-radius: 6px; flex-shrink: 0; display: flex; overflow: hidden; }
.best-item-info { flex: 1; }
.best-item-name { font-weight: 700; font-size: 14px; }
.best-item-sub { font-size: 12px; color: #777; }
.criteria-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.criteria-card { background: var(--white); border-radius: var(--radius); padding: 18px 16px; box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 8px; }
.criteria-card-header { display: flex; align-items: center; gap: 8px; }
.criteria-icon { font-size: 20px; flex-shrink: 0; }
.criteria-name { font-size: 16px; font-weight: 700; }
.criteria-desc { font-size: 13px; color: #777; line-height: 1.5; }
.award-card { background: var(--white); border-radius: var(--radius); box-shadow: 0 4px 28px rgba(0,0,0,0.12); overflow: hidden; margin-bottom: 24px; }
.award-header { display: flex; align-items: center; justify-content: space-between; padding: 13px 22px; font-weight: 700; }
.award-header-p1 { background: var(--orange); color: var(--white); }
.award-header-p2, .award-header-p3 { background: var(--black); color: var(--white); }
.award-header-rank { font-size: 22px; font-weight: 700; letter-spacing: -1px; }
.award-header-label { font-size: 18px; letter-spacing: 0.05em; text-transform: uppercase; font-weight: 700; }
.badge-sponsored { display: inline-flex; align-items: center; gap: 4px; background: rgba(255,255,255,0.12); color: rgba(255,255,255,0.7); font-size: 10px; font-weight: 600; padding: 3px 8px; border-radius: 3px; border: 1px solid rgba(255,255,255,0.2); }
.sponsored-notice { font-size: 11px; color: #888; line-height: 1.5; padding: 8px 22px 0; }
.sponsored-notice a { color: var(--orange); text-decoration: none; }
.sponsored-notice a:hover { text-decoration: underline; }
.award-body { display: grid; grid-template-columns: 220px 1fr; }
.award-img-col { padding: 22px 18px; background: #f0f0f0; display: flex; flex-direction: column; align-items: center; gap: 12px; border-right: 1px solid #eee; }
.award-img-wrap { position: relative; width: 160px; height: 160px; background: #e8e8e8; border-radius: 8px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.award-img-badge { position: absolute; top: 5px; left: 5px; width: 36px; height: 36px; border-radius: 50%; font-weight: 700; font-size: 15px; color: var(--white); display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 8px rgba(0,0,0,0.2); z-index: 1; }
.award-brand { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--orange); }
.award-rating-badge { width: 160px; height: 160px; object-fit: contain; display: block; margin: 0 auto; }
.award-info-col { padding: 22px; display: flex; flex-direction: column; gap: 14px; }
.stars { color: var(--orange); font-size: 16px; letter-spacing: 1px; }
.stars-text { font-size: 12px; color: #555; margin-left: 6px; }
.stars-rating { font-weight: 700; color: var(--text); }
.stars-label { color: #777; }
.award-product-name { font-size: 16px; font-weight: 700; letter-spacing: -0.5px; }
.award-subtitle { font-size: 13px; color: #777; margin-top: -8px; }
.spec-pills { display: flex; flex-wrap: wrap; gap: 7px; }
.spec-pill { font-size: 11px; font-weight: 600; padding: 4px 10px; border-radius: 4px; background: #f0f0f0; color: var(--text); }
.spec-pill.highlight { background: var(--orange); color: var(--white); }
.award-desc { font-size: 14px; color: #444; line-height: 1.65; }
.trust-quote { display: flex; gap: 10px; align-items: flex-start; margin-top: 12px; padding: 12px 14px; background: #f8f8f8; border-left: 3px solid var(--orange); border-radius: 0 8px 8px 0; }
.trust-quote-icon { font-size: 16px; flex-shrink: 0; margin-top: 1px; }
.trust-quote blockquote { font-size: 12px; color: #444; line-height: 1.65; font-style: italic; margin: 0 0 4px; }
.trust-quote cite { font-size: 11px; color: #888; font-style: normal; }
.pvel-badge { display: flex; gap: 10px; align-items: flex-start; margin-top: 12px; padding: 11px 14px; background: #fff8ea; border: 1px solid #ffe0a0; border-radius: 8px; text-decoration: none; transition: border-color 0.15s, background 0.15s; }
.pvel-badge:hover { background: #fff3d0; border-color: var(--orange); }
.pvel-badge-icon { font-size: 20px; flex-shrink: 0; }
.pvel-badge-text { display: flex; flex-direction: column; gap: 3px; }
.pvel-badge-text strong { font-size: 12px; font-weight: 700; color: var(--black); }
.pvel-badge-text span { font-size: 11px; color: #666; line-height: 1.5; }
.pvel-badge-link { color: var(--orange); font-weight: 600; }
.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.pro-con-col { display: flex; flex-direction: column; gap: 5px; }
.pro-con-title { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: #555; margin-bottom: 4px; }
.pro  { font-size: 12px; color: #2e7d32; display: flex; align-items: flex-start; gap: 5px; }
.con  { font-size: 12px; color: #c62828; display: flex; align-items: flex-start; gap: 5px; }
.pro::before { content: '✓'; font-weight: 700; flex-shrink: 0; margin-top: 1px; }
.con::before { content: '✗'; font-weight: 700; flex-shrink: 0; margin-top: 1px; }
.award-cta { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding: 14px 22px; background: #f8f8f8; border-top: 1px solid #eee; }
.award-cta-buttons { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.award-price { font-size: 20px; font-weight: 700; color: var(--black); }
.award-price span { font-size: 13px; font-weight: 400; color: #888; }
.glossar { display: inline; position: relative; color: inherit; border-bottom: 1px dashed var(--orange); cursor: help; white-space: nowrap; }
.glossar-tip { display: none; position: absolute; bottom: calc(100% + 8px); left: 50%; transform: translateX(-50%); width: 220px; background: var(--black); color: #eee; font-size: 11px; line-height: 1.6; padding: 9px 12px; border-radius: 8px; box-shadow: 0 4px 16px rgba(0,0,0,0.25); z-index: 200; pointer-events: none; white-space: normal; }
.glossar-tip::after { content: ''; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); border: 6px solid transparent; border-top-color: var(--black); }
.glossar:hover .glossar-tip, .glossar:focus .glossar-tip { display: block; }
.glossar-tip strong { color: var(--orange); display: block; margin-bottom: 3px; font-size: 11px; }
.comptable-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: var(--radius); box-shadow: 0 4px 24px rgba(0,0,0,0.10); background: var(--white); max-width: 100%; }
.comptable { width: 100%; border-collapse: collapse; min-width: 700px; font-size: 13px; }
.ct-label-col { width: 160px; min-width: 140px; background: var(--white); padding: 18px 16px; vertical-align: bottom; border-right: 2px solid #f0f0f0; }
.ct-brand-header { display: flex; flex-direction: column; gap: 4px; }
.ct-brand-sub { font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #aaa; }
.ct-brand-title { font-size: 16px; font-weight: 700; color: var(--black); line-height: 1.2; }
.ct-prod-col { text-align: center; padding: 14px 12px 18px; border-right: 1px solid #f0f0f0; vertical-align: bottom; min-width: 130px; }
.ct-prod-col:last-child { border-right: none; }
.ct-highlight { background: #fffbf0 !important; border-left: 2px solid var(--orange) !important; border-right: 2px solid var(--orange) !important; }
.ct-badge { display: inline-block; font-size: 9px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 3px 8px; border-radius: 4px; margin-bottom: 10px; white-space: normal; text-align: center; line-height: 1.3; }
.ct-badge-orange { background: var(--orange); color: var(--white); }
.ct-badge-outline { background: transparent; border: 1.5px solid #ddd; color: #888; }
.ct-prod-img { width: 80px; height: 80px; background: #f5f5f5; border-radius: 8px; margin: 0 auto 10px; display: flex; object-fit: contain; }
.ct-prod-rank { font-size: 11px; font-weight: 700; color: #aaa; margin-bottom: 3px; }
.ct-rating-badge { width: 100px; height: 100px; object-fit: contain; display: block; margin: 6px auto 4px; }
.ct-prod-name { font-size: 12px; font-weight: 700; color: var(--black); line-height: 1.3; }
.comptable tbody tr { border-top: 1px solid #f0f0f0; }
.comptable td { padding: 13px 12px; text-align: center; font-size: 13px; color: var(--text); border-right: 1px solid #f0f0f0; vertical-align: middle; }
.comptable td:last-child { border-right: none; }
.ct-row-label { text-align: left !important; font-size: 12px; font-weight: 600; color: #555; background: var(--white); border-right: 2px solid #f0f0f0 !important; padding: 13px 16px !important; line-height: 1.4; }
.ct-row-sublabel { display: block; font-size: 10px; font-weight: 400; color: #aaa; text-transform: uppercase; letter-spacing: 0.04em; margin-top: 2px; }
.ct-row-alt { background: #fafafa; }
.ct-row-alt .ct-highlight { background: #fff8ea !important; }
.ct-best { color: var(--orange) !important; }
.ct-price-cell { font-size: 16px; font-weight: 700; color: var(--black); }
.ct-highlight.ct-price-cell { color: var(--orange) !important; }
.ct-row-cta td { padding: 16px 12px !important; border-top: 2px solid #eee; }
.ct-btn { display: inline-block; font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700; padding: 10px 14px; border-radius: 8px; text-decoration: none; white-space: nowrap; transition: opacity 0.15s, transform 0.1s; }
.ct-btn:hover { opacity: 0.85; transform: translateY(-1px); }
.ct-btn-primary { background: var(--orange); color: var(--white); } .ct-btn-dark { background: var(--black); color: var(--white); } .ct-btn-disabled { background: #eee; color: #aaa; cursor: default; }
.tech-boxes { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 24px; }
.tech-box { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); padding: 22px 20px; }
.tech-box h4 { font-size: 16px; font-weight: 700; margin-bottom: 10px; }
.tech-box p  { font-size: 14px; color: #555; line-height: 1.65; }
.yt-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.yt-card { display: flex; flex-direction: column; }
.yt-intro { font-size: 12px; color: #555; line-height: 1.6; margin-bottom: 10px; padding: 10px 12px; background: #f8f8f8; border-left: 3px solid var(--orange); border-radius: 0 6px 6px 0; }
.yt-wrapper { background: var(--black); border-radius: var(--radius) var(--radius) 0 0; overflow: hidden; }
.yt-wrapper iframe { display: block; width: 100%; height: 240px; border: none; }
.yt-label { font-size: 11px; text-align: center; padding: 8px; background: var(--black); color: var(--white); border-radius: 0 0 var(--radius) var(--radius); }
.fazit-infobox { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); padding: 20px 22px; margin-bottom: 18px; font-size: 14px; line-height: 1.7; color: #333; }
.fazit-card { background: var(--black); border-radius: var(--radius); padding: 22px; }
.fazit-winner-row { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.fazit-winner-img { background: #222; border-radius: 8px; flex-shrink: 0; display: flex; object-fit: contain; overflow: hidden; }
.fazit-winner-info { flex: 1; }
.fazit-winner-label { font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--orange); margin-bottom: 4px; }
.fazit-winner-name { font-size: 16px; font-weight: 700; color: var(--white); margin-bottom: 6px; }
.fazit-winner-specs { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 10px; }
.fazit-spec { font-size: 11px; background: rgba(255,255,255,0.08); color: #ccc; padding: 3px 9px; border-radius: 14px; }
.fazit-price { font-size: 22px; font-weight: 700; color: var(--orange); }
.fazit-price span { font-size: 13px; font-weight: 400; color: #888; }

/* ============================================================
   FAQ
   ============================================================ */
.faq-list { display: flex; flex-direction: column; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.faq-item { background: var(--white); border-bottom: 1px solid #f0f0f0; }
.faq-item:last-child { border-bottom: none; }
.faq-item summary { list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 22px; cursor: pointer; font-size: 16px; font-weight: 700; color: var(--black); line-height: 1.4; transition: background 0.15s, color 0.15s; user-select: none; }
.faq-question:hover { background: #fff8ea; }
.faq-item[open] > .faq-question { background: #fff8ea; color: var(--orange); }
.faq-icon { flex-shrink: 0; width: 26px; height: 26px; background: var(--orange); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 400; line-height: 26px; transition: background 0.15s, rotate 0.25s ease; }
.faq-icon::before { content: '+'; display: block; line-height: 1; }
.faq-item[open] .faq-icon { background: var(--black); rotate: 45deg; }
.faq-answer { padding: 22px 20px; }
.faq-answer p { font-size: 14px; color: #444; line-height: 1.75; margin: 0; }
.faq-answer p strong { color: var(--black); }
.faq-list--variants { display: flex; flex-direction: column; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); margin-bottom:20px; }
/* ============================================================
   GLOSSAR PAGE
   ============================================================ */
.glossar-search-wrap { margin-bottom: 28px; }
.glossar-search { width: 100%; padding: 12px 16px; font-size: 14px; font-family: inherit; border: 2px solid #e5e5e5; border-radius: 8px; outline: none; transition: border-color 0.15s; }
.glossar-search:focus { border-color: var(--orange); }
.glossar-alpha-nav { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 28px; }
.glossar-alpha-nav a { font-size: 12px; font-weight: 700; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; border-radius: 6px; text-decoration: none; color: var(--black); background: var(--bg); transition: background 0.15s, color 0.15s; }
.glossar-alpha-nav a:hover, .glossar-alpha-nav a.active { background: var(--orange); color: var(--white); }
.glossar-alpha-nav a.disabled { opacity: 0.3; pointer-events: none; }
.glossar-group { margin-bottom: 36px; }
.glossar-group-letter { font-size: 28px; font-weight: 700; color: var(--orange); margin-bottom: 12px; padding-bottom: 8px; border-bottom: 2px solid var(--orange); letter-spacing: -1px; }
.glossar-entries { display: flex; flex-direction: column; gap: 2px; }
.glossar-entry { background: var(--white); border-radius: 8px; box-shadow: 0 1px 4px rgba(0,0,0,0.06); overflow: hidden; }
.glossar-entry summary { list-style: none; cursor: pointer; padding: 14px 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; user-select: none; }
.glossar-entry summary::-webkit-details-marker { display: none; }
.glossar-entry-term { font-size: 14px; font-weight: 700; color: var(--black); }
.glossar-entry-short { font-size: 12px; color: #888; margin-left: 8px; font-weight: 400; }
.glossar-entry-icon { font-size: 18px; color: var(--orange); font-weight: 300; flex-shrink: 0; transition: rotate 0.2s ease; }
.glossar-entry[open] .glossar-entry-icon { rotate: 45deg; }
.glossar-entry[open] summary, .glossar-entry summary:hover { background: #fff8ea; }
.glossar-entry-body { padding: 0 18px 16px; border-top: 1px solid #f0f0f0; }
.glossar-entry-body p { font-size: 13px; color: #444; line-height: 1.75; margin: 12px 0 0; }
.glossar-tags { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 10px; }
.glossar-tag { font-size: 10px; font-weight: 700; padding: 3px 8px; border-radius: 4px; background: #f0f0f0; color: #666; }
.glossar-tag.orange { background: rgba(249,115,22,0.12); color: var(--orange); }
.glossar-no-results { text-align: center; color: #aaa; font-size: 14px; padding: 40px 0; display: none; }
.overflow-guard { overflow-x: clip; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 880px) {
  .main-wrap { grid-template-columns: 1fr !important; display: block !important; padding: 16px !important; }
  .main-nav { display: none; }
  .mobile-menu-btn { display: block; }
  .sidebar { display: none !important; }
}
@media (max-width: 640px) {
  .header-inner { padding: 10px 16px; }
  .footer-grid { grid-template-columns: 1fr; gap: 20px; padding: 24px 16px; }
  .affiliate-box { padding: 12px 16px; }
  .hero { min-height: 280px; }
  .hero-content { padding: 28px 16px; }
  .hero h1 { font-size: 22px; letter-spacing: -0.5px; }
  .hero-lead { font-size: 13px; }
  .main-col { gap: 28px; }
  .criteria-grid { grid-template-columns: 1fr 1fr; }
  .criteria-card { padding: 16px; }
  .best-item { padding: 12px 14px; gap: 10px; }
  .best-item-info { flex: 1 1 0%; min-width: 0; }
  .best-item-info .badge { font-size: 8px; padding: 2px 7px; align-self: flex-start; }
  .best-item-name { font-size: 13px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .best-item-sub { font-size: 10px; color: #777; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .award-body { grid-template-columns: 1fr; }
  .award-img-col { flex-direction: row; align-items: center; gap: 14px; border-right: none; border-bottom: 1px solid #eee; padding: 14px 16px; }
  .award-rating-badge { width: 70px; height: 70px; margin: 0; }
  .award-img-wrap { width: 80px !important; height: 80px !important; flex-shrink: 0; }
  .award-info-col { padding: 16px; }
  .pros-cons { grid-template-columns: 1fr; }
  .award-cta { flex-direction: column; padding: 14px 16px; }
  .award-cta-buttons { width: 100%; flex-direction: column; }
  .award-cta .btn-orange, .award-cta .btn-secondary, .award-cta .btn-datasheet { width: 100% !important; display: block !important; text-align: center !important; }
  .tech-boxes, .yt-grid { grid-template-columns: 1fr; gap: 14px; }
  .tech-box { padding: 18px 16px; }
  .yt-wrapper iframe { aspect-ratio: 16/9; height: auto; }
  .fazit-card { padding: 16px; }
  .fazit-winner-row { flex-direction: column; align-items: center; text-align: center; gap: 14px; }
  .fazit-winner-info { width: 100%; }
  .fazit-winner-specs { justify-content: center; }
  .fazit-winner-cta { width: 100%; align-items: center; }
  .fazit-winner-row .btn-orange { width: 100%; }
  .legal-wrap { padding: 16px; }
  .legal-section { padding: 18px 16px; }
  .highlight-box { padding: 18px 16px; }
  .page-hero { padding: 28px 16px 24px; }
  .info-grid { grid-template-columns: 1fr; }
  .about-hero { padding: 32px 16px 28px; }
  .about-wrap { padding: 16px; gap: 16px; }
  .about-section { padding: 18px 16px; }
  .founder-card { flex-direction: column; padding: 20px 16px; gap: 16px; }
  .value-grid { grid-template-columns: 1fr; }
  .cta-box { padding: 18px 16px; }
  .glossar-alpha-nav a { width: 28px; height: 28px; font-size: 11px; }

  /* Prevent any element from exceeding viewport width */
  img, iframe, video, table { max-width: 100%; }
  pre, code { white-space: pre-wrap; word-break: break-word; }

  /* Header */
  .header-inner { padding: 10px 14px; }
  .logo-img { height: 44px; }

  /* Hero */
  .hero { padding: 48px 14px 40px; min-height: auto; }
  .hero-content { padding: 0; }
  .hero-content-inner { max-width: 100%; }

  /* Main layout */
  .main-wrap { padding: 12px !important; }
  .main-col { gap: 20px; }

  /* Bestenliste items */
  .best-item { padding: 10px 12px; gap: 8px; flex-wrap: nowrap; }
  .best-item-thumb { width: 44px; height: 44px; flex-shrink: 0; }
  .best-item-num { width: 30px; height: 30px; font-size: 13px; flex-shrink: 0; }
  .best-item-info { min-width: 0; overflow: hidden; }
  .best-item-name { font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .best-item-sub { font-size: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

  /* Criteria grid: 1 column on small screens */
  .criteria-grid { grid-template-columns: 1fr; }

  /* Award cards */
  .award-card { overflow: hidden; }
  .award-info-col { padding: 14px; }
  .award-cta { padding: 12px 14px; gap: 10px; }
  .spec-pills { gap: 5px; }
  .spec-pill { font-size: 10px; padding: 3px 8px; }

  /* Comparison table: scroll hint */
  .comptable-wrap { border-radius: 8px; }
  .section-title { font-size: 18px; }

  /* Legal pages */
  .legal-wrap { padding: 12px; }
  .legal-section { padding: 16px 14px; }
  .flow-step { gap: 12px; padding: 12px 12px; }

  /* About page */
  .about-wrap { padding: 12px; }
  .about-section { padding: 16px 14px; }
  .founder-card { padding: 16px 14px; gap: 14px; }
  .value-grid { grid-template-columns: 1fr; gap: 10px; }

  /* Footer */
  .footer-grid { padding: 20px 14px; }
  .affiliate-box { padding: 10px 14px; font-size: 11px; }

  /* Glossar */
  .glossar-alpha-nav { gap: 4px; }
  .glossar-alpha-nav a { width: 26px; height: 26px; font-size: 10px; }

  /* LP sections */
  .lp-section { padding: 28px 14px; }
  .lp-hero { padding: 32px 14px; }
  .lp-nl { padding: 20px 14px; }
    .award-header-label {
    font-size: 11px;
  }
}

/* ============================================================
   EXTRA SMALL (max-width: 380px)
   ============================================================ */
@media (max-width: 380px) {
  .logo-img { height: 36px; }
  .hero h1 { font-size: 18px; }
  .hero-lead { font-size: 12px; }
  .best-item-thumb { display: none; }
  .award-header-rank { font-size: 17px; }
  .award-header-label { font-size: 9px; }
  .award-price { font-size: 16px; }
  .section-title { font-size: 16px; }
  .legal-section h2 { font-size: 16px; }
  .about-section h2 { font-size: 16px; }
  .criteria-card { padding: 12px; }
  .flow-step-num { width: 26px; height: 26px; font-size: 12px; flex-shrink: 0; }
  .fazit-price { font-size: 18px; }
  .lp-trust-stats { grid-template-columns: 1fr 1fr 1fr; }
}

/* ============================================================
   LANDINGPAGE
   ============================================================ */

/* Hero LP */
.lp-hero { background: var(--black); padding: 72px 24px 64px; position: relative; overflow: hidden; }
.lp-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 60% 50%, rgba(255,168,0,0.13) 0%, transparent 65%); pointer-events: none; }
.lp-hero-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 420px; gap: 48px; align-items: center; position: relative; z-index: 1; padding: 64px 24px; }
.lp-hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,168,0,0.12); border: 1px solid rgba(255,168,0,0.25); border-radius: 20px; padding: 4px 14px; font-size: 11px; font-weight: 700; color: var(--orange); letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 20px; }
.lp-hero h1 { font-size: clamp(24px, 4vw, 42px); font-weight: 700; color: var(--white); letter-spacing: -1px; line-height: 1.18; margin-bottom: 18px; }
.lp-hero h1 em { color: var(--orange); font-style: normal; }
.lp-hero-lead { font-size: 16px; font-weight: 300; color: #bbb; line-height: 1.7; margin-bottom: 28px; max-width: 480px; }
.lp-hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.lp-hero-cta-primary { display: inline-flex; align-items: center; gap: 8px; background: var(--orange); color: var(--white); font-size: 13px; font-weight: 700; padding: 13px 22px; border-radius: 8px; text-decoration: none; transition: background 0.15s, transform 0.1s; }
.lp-hero-cta-primary:hover { background: #e09200; transform: translateY(-1px); }
.lp-hero-cta-secondary { display: inline-flex; align-items: center; gap: 8px; background: transparent; border: 1.5px solid rgba(255,255,255,0.2); color: rgba(255,255,255,0.8); font-size: 13px; font-weight: 700; padding: 12px 20px; border-radius: 8px; text-decoration: none; transition: border-color 0.15s, color 0.15s; }
.lp-hero-cta-secondary:hover { border-color: rgba(255,255,255,0.5); color: var(--white); }
.lp-hero-stats { display: flex; gap: 28px; margin-top: 32px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.08); flex-wrap: wrap; }
.lp-hero-stat-num { font-size: 24px; font-weight: 700; color: var(--orange); line-height: 1; }
.lp-hero-stat-label { font-size: 11px; color: #666; margin-top: 3px; }

/* Hero Sidebar Card */
.lp-hero-card { background: #181818; border: 1px solid rgba(255,255,255,0.07); border-radius: var(--radius); overflow: hidden; }
.lp-hero-card-header { background: var(--orange); padding: 12px 18px; font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--white); display: flex; align-items: center; justify-content: space-between; }
.lp-hero-card-body { padding: 16px 18px; display: flex; flex-direction: column; gap: 10px; }
.lp-hero-card-item { display: flex; align-items: center; gap: 12px; padding: 10px 12px; background: rgba(255,255,255,0.04); border-radius: 8px; text-decoration: none; transition: background 0.15s; }
.lp-hero-card-item:hover { background: rgba(255,255,255,0.08); }
.lp-hero-card-rank { width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 12px; color: var(--white); flex-shrink: 0; }
.lp-hero-card-info { flex: 1; min-width: 0; }
.lp-hero-card-name { font-size: 12px; font-weight: 700; color: var(--white); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lp-hero-card-sub { font-size: 11px; color: #888; }
.lp-hero-card-price { font-size: 13px; font-weight: 700; color: var(--orange); white-space: nowrap; }
.lp-hero-card-footer { padding: 12px 18px; border-top: 1px solid rgba(255,255,255,0.06); }
.lp-hero-card-link { display: block; text-align: center; font-size: 12px; font-weight: 700; color: var(--orange); text-decoration: none; }
.lp-hero-card-link:hover { text-decoration: underline; }

/* Section wrapper */
.lp-section { max-width: 1200px; margin: 0 auto; padding: 56px 24px; }
.lp-section-sm { padding-top: 40px; padding-bottom: 40px; }
.lp-section-title { font-size: 24px; font-weight: 700; color: var(--black); letter-spacing: -0.5px; display: flex; align-items: center; gap: 12px; margin-bottom: 6px; }
.lp-section-title::after { content: ''; flex: 1; height: 2px; background: var(--orange-light); border-radius: 2px; }
.lp-section-sub { font-size: 14px; color: #777; margin-bottom: 28px; }
.lp-divider { background: #eee; height: 1px; }
.lp-dark-bg { background: var(--black); }
.lp-orange-bg { background: var(--orange); }

/* Test cards grid */
.lp-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.lp-card { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; display: flex; flex-direction: column; transition: transform 0.15s, box-shadow 0.15s; text-decoration: none; color: var(--text); }
.lp-card:hover { transform: translateY(-3px); box-shadow: 0 8px 32px rgba(0,0,0,0.14); }
.lp-card-img { width: 100%; height: 160px; background: #f0f0f0; display: flex; align-items: center; justify-content: center; font-size: 11px; color: #bbb; overflow: hidden; position: relative; }
.lp-card-img img { height: 100%; }
.lp-card-cat { position: absolute; top: 10px; left: 10px; font-size: 9px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 3px 9px; border-radius: 4px; }
.lp-card-rating-badge { position: absolute; bottom: 8px; left: 8px; width: 72px; height: 72px; object-fit: contain; }
.lp-card-cat-module { background: var(--orange); color: var(--white); }
.lp-card-cat-speicher { background: #1565c0; color: var(--white); }
.lp-card-cat-wr { background: #2e7d32; color: var(--white); }
.lp-card-cat-balkon { background: #6a1b9a; color: var(--white); }
.lp-card-cat-soon { background: #444; color: #ccc; }
.lp-card-body { padding: 16px 18px; flex: 1; display: flex; flex-direction: column; gap: 6px; }
.lp-card-date { font-size: 11px; color: #aaa; }
.lp-card-title { font-size: 15px; font-weight: 700; color: var(--black); line-height: 1.3; }
.lp-card-desc { font-size: 13px; color: #666; line-height: 1.6; flex: 1; }
.lp-card-footer { padding: 12px 18px; border-top: 1px solid #f0f0f0; display: flex; align-items: center; justify-content: space-between; }
.lp-card-read { font-size: 12px; font-weight: 700; color: var(--orange); }
.lp-card-soon-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.45); display: flex; align-items: center; justify-content: center; }
.lp-card-soon-badge { font-size: 12px; font-weight: 700; background: #333; color: #ccc; padding: 6px 16px; border-radius: 20px; }

/* Sponsored card */
.lp-card-sponsored { border: 1.5px solid var(--orange); }
.lp-card-sponsored .lp-card-body { background: #fffdf5; }
.lp-sponsored-label { font-size: 9px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: #b87800; background: #fff3cc; padding: 2px 8px; border-radius: 3px; display: inline-block; margin-bottom: 4px; }

/* Product strip */
.lp-strip-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 8px; }
.lp-strip { display: flex; gap: 16px; padding: 4px 0; min-width: max-content; }
.lp-strip-card { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); padding: 16px; width: 200px; flex-shrink: 0; display: flex; flex-direction: column; gap: 8px; text-decoration: none; color: var(--text); transition: transform 0.15s; }
.lp-strip-card:hover { transform: translateY(-2px); }
.lp-strip-img { width: 100%; height: 100px; background: #f0f0f0; border-radius: 6px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.lp-strip-img img { width: 100%; height: 100%; object-fit: contain; }
.lp-strip-rank { font-size: 9px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: #999; }
.lp-strip-name { font-size: 12px; font-weight: 700; color: var(--black); line-height: 1.3; }
.lp-strip-price { font-size: 16px; font-weight: 700; color: var(--orange); }
.lp-strip-price span { font-size: 11px; font-weight: 400; color: #aaa; }
.lp-strip-btn { display: block; text-align: center; font-size: 11px; font-weight: 700; background: var(--orange); color: var(--white); padding: 7px; border-radius: 6px; text-decoration: none; margin-top: auto; }

/* News */
.lp-news { display: flex; flex-direction: column; gap: 0; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.lp-news-item { display: flex; align-items: flex-start; gap: 16px; padding: 16px 20px; border-bottom: 1px solid #f0f0f0; text-decoration: none; color: var(--text); transition: background 0.12s; }
.lp-news-item:last-child { border-bottom: none; }
.lp-news-item:hover { background: #fffbf0; }
.lp-news-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); flex-shrink: 0; margin-top: 6px; }
.lp-news-meta { font-size: 11px; color: #aaa; margin-bottom: 3px; }
.lp-news-title { font-size: 14px; font-weight: 700; color: var(--black); line-height: 1.4; }
.lp-news-src { font-size: 11px; color: #aaa; margin-top: 3px; }

/* Ratgeber */
.lp-ratgeber { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; }
.lp-ratgeber-card { background: var(--white); border-radius: var(--radius); padding: 20px 18px; box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 8px; text-decoration: none; color: var(--text); transition: transform 0.15s; }
.lp-ratgeber-card:hover { transform: translateY(-2px); }
.lp-ratgeber-header { display: flex; align-items: center; gap: 10px; }
.lp-ratgeber-icon { font-size: 22px; flex-shrink: 0; }
.lp-ratgeber-title { font-size: 16px; font-weight: 700; color: var(--black); }
.lp-ratgeber-desc { font-size: 12px; color: #666; line-height: 1.6; flex: 1; }
.lp-ratgeber-link { font-size: 12px; font-weight: 700; color: var(--orange); margin-top: 4px; }

/* Trust strip */
.lp-trust { display: grid; grid-template-columns: 200px 1fr; gap: 40px; align-items: center; }
.lp-trust-author { display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; }
.lp-trust-photo { width: 96px; height: 96px; border-radius: 50%; overflow: hidden; border: 3px solid var(--orange); }
.lp-trust-photo img { width: 100%; height: 100%; object-fit: cover; }
.lp-trust-name { font-size: 16px; font-weight: 700; color: var(--white); }
.lp-trust-role { font-size: 12px; color: #888; }
.lp-trust-bio { font-size: 14px; color: #bbb; line-height: 1.75; margin-bottom: 16px; }
.lp-trust-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.lp-trust-stat { background: rgba(255,255,255,0.05); border-radius: 8px; padding: 12px; text-align: center; }
.lp-trust-stat-num { font-size: 20px; font-weight: 700; color: var(--orange); }
.lp-trust-stat-label { font-size: 11px; color: #666; margin-top: 2px; }

/* Newsletter */
.lp-nl { background: var(--orange); border-radius: var(--radius); padding: 36px 40px; display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.lp-nl-text h3 { font-size: 24px; font-weight: 700; color: var(--white); margin-bottom: 6px; }
.lp-nl-text p { font-size: 14px; color: rgba(255,255,255,0.8); }
.lp-nl-form { display: flex; gap: 10px; flex-wrap: wrap; }
.lp-nl-input { padding: 11px 16px; border: none; border-radius: 7px; font-size: 13px; font-family: inherit; min-width: 240px; outline: none; }
.lp-nl-btn { padding: 11px 20px; background: var(--black); color: var(--white); font-size: 13px; font-weight: 700; border: none; border-radius: 7px; cursor: pointer; font-family: inherit; white-space: nowrap; transition: opacity 0.15s; }
.lp-nl-btn:hover { opacity: 0.85; }
.lp-nl-hint { font-size: 11px; color: rgba(255,255,255,0.6); margin-top: 6px; width: 100%; }

/* Responsive LP */
@media (max-width: 900px) {
  .lp-hero-inner { grid-template-columns: 1fr; }
  .lp-hero-card { display: none; }
  .lp-trust { grid-template-columns: 1fr; }
  .lp-trust-author { flex-direction: row; text-align: left; }
}
@media (max-width: 640px) {
  .lp-hero { padding: 40px 16px 36px; }
  .lp-section { padding: 36px 16px; }
  .lp-cards { grid-template-columns: 1fr; }
  .lp-ratgeber { grid-template-columns: 1fr; }
  .lp-trust-stats { grid-template-columns: 1fr 1fr; }
  .lp-nl { padding: 24px 20px; }
  .lp-nl-input { min-width: 0; width: 100%; }
  .lp-nl-btn { width: 100%; }
  .lp-hero-stats { gap: 20px; }
  .lp-hero-inner { padding: 32px 16px; }
}

/* Fazit badge + CTA */
.fazit-winner-cta { display: flex; flex-direction: column; align-items: center; gap: 10px; flex-shrink: 0; }
.fazit-rating-badge { width: 120px; height: 120px; object-fit: contain; display: block; }
/* ============================================================
   SIDEBAR: COMPACT QUICK-BUY CARD
   ============================================================ */
.quick-buy.quick-buy-compact {
  display: block;
  text-decoration: none;
  padding: 14px 16px;
  border-radius: 10px;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  border: 1px solid rgba(255,165,0,0.25);
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  cursor: pointer;
  margin-bottom: 14px;
}
.quick-buy.quick-buy-compact:hover {
  border-color: rgba(255,165,0,0.7);
  box-shadow: 0 4px 20px rgba(255,140,0,0.18);
  background: linear-gradient(135deg, #1e1e38 0%, #1a2540 100%);
}
.quick-buy.quick-buy-compact .quick-buy-label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--orange);
  margin-bottom: 10px;
  padding: 0;
  background: none;
}
.quick-buy-compact-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.quick-buy-compact-img {
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  border-radius: 6px;
  background: #e7e7e7;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.quick-buy-compact-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 4px;
}
.quick-buy-compact-info {
  flex: 1;
  min-width: 0;
}
.quick-buy.quick-buy-compact .quick-buy-name {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 1.35;
  margin: 0 0 3px;
  padding: 0;
  white-space: normal;
}
.quick-buy-sub {
  font-size: 10px;
  color: #888;
  line-height: 1.4;
}
.quick-buy-compact-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255,255,255,0.07);
  padding-top: 10px;
}
.quick-buy.quick-buy-compact .quick-buy-price {
  font-size: 14px;
  color: var(--orange);
  margin: 0;
  padding: 0;
}
.quick-buy.quick-buy-compact .quick-buy-price span {
  font-size: 10px;
  font-weight: 400;
  color: #777;
  margin-left: 3px;
}
.quick-buy-arrow {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255,165,0,0.7);
  transition: color 0.2s, transform 0.2s;
}
.quick-buy.quick-buy-compact:hover .quick-buy-arrow {
  color: var(--orange);
}

/* ============================================================
   SIDEBAR: STICKY NAV + AUTOR
   ============================================================ */

/* align-self: stretch gibt der Sidebar die volle Grid-Höhe –
   Voraussetzung dafür, dass position:sticky darin funktioniert */
.sidebar {
  align-self: stretch !important;
  display: block;
}
.sticky-wrap {
  display: contents;
}
.sidebar-sticky-block-wrap {
  position: sticky;
  top: 80px; /* wird per JS auf die tatsächliche Header-Höhe gesetzt */
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* ============================================================
   AWARD IMAGE INNER
   ============================================================ */
.award-img-inner {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
}

/* ============================================================
   IMG-TEXT ROW (Bild links, Text rechts)
   ============================================================ */
.img-text-row {
  display: flex;
  gap: 24px;
  align-items: center;
  margin: 24px 0;
}
.img-text-row__img {
  flex: 0 0 300px;
  max-width: 300px;
  text-align: center;
}
.img-text-row__img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.img-text-row__caption {
  margin: 8px 0 0 !important;
  font-size: 12px !important;
  color: #888 !important;
  line-height: 1.4 !important;
}
.img-text-row__text {
  flex: 1;
  margin: 0;
  font-size: 14px;
  color: #444;
  line-height: 1.8;
}
@media (max-width: 640px) {
  .img-text-row {
    flex-direction: column;
  }
  .img-text-row__img {
    flex: none;
    max-width: 100%;
    width: 100%;
  }
}

/* ============================================================
   VIDEO-TEXT ROW (Video links, Text rechts)
   ============================================================ */
.video-text-row {
  display: flex;
  gap: 24px;
  align-items: center;
  margin: 24px 0;
}
.video-text-row__video {
  flex: 0 0 50%;
  max-width: 50%;
}
.video-text-row__text {
  flex: 1;
}
@media (max-width: 640px) {
  .video-text-row {
    flex-direction: column;
  }
  .video-text-row__video {
    flex: none;
    max-width: 100%;
    width: 100%;
  }
}

/* ============================================================
   UTILITY: MARGIN-TOP SPACER
   ============================================================ */
.article-text-block--mt {
  margin-top: 48px;
}
.section--mt {
  margin-top: 48px;
}

/* ============================================================
   BUTTON VARIANTS
   ============================================================ */
.btn-orange--auto {
  width: auto !important;
  display: inline-block !important;
  padding: 11px 22px !important;
}
.btn-orange--fazit {
  width: auto !important;
  display: inline-block !important;
  padding: 13px 22px !important;
  flex-shrink: 0;
}

/* ============================================================
   FOOTER LOGO WRAPPER
   ============================================================ */
.footer-logo-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

/* ============================================================
   HERO BG IMAGE (replaces CSS background for LCP)
   ============================================================ */
.hero-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}