/*
Theme Name: BitcoinEthereum.de
Theme URI: https://bitcoinethereum.de
Author: BitcoinEthereum.de
Author URI: https://bitcoinethereum.de
Description: Dunkles Krypto-Landingpage-Theme rund um Bitcoin, Ethereum und das Investieren in Kryptowährungen. Enthält Hero-Bereich, Wissens-Karten, Tool-Empfehlungen und Kurs-Widgets.
Version: 1.16.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bitcoinethereum
*/

/* Manrope – selbst gehostet, kein externer Request an fonts.googleapis.com */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/manrope-latin-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/manrope-latin-500-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/manrope-latin-600-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/manrope-latin-700-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('fonts/manrope-latin-800-normal.woff2') format('woff2');
}

*, *::before, *::after { box-sizing: border-box; }

:root {
  --bg: #05090f;
  --text: #eef2f8;
  --muted: #8094ad;
  --muted-2: #7d93b0;
  --accent: #3f9bff;
  --gold: #f3b340;
  --green: #57cf8b;
  --card-bg: rgba(120,150,200,.04);
  --card-border: rgba(255,255,255,.07);
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: 'Manrope', system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }

.site-wrap { position: relative; min-height: 100vh; overflow: hidden; }

.glow {
  position: absolute; top: -120px; right: -60px;
  width: 760px; height: 620px; pointer-events: none; filter: blur(8px);
  background:
    radial-gradient(circle at 60% 40%, rgba(46,116,210,.22), rgba(46,116,210,0) 60%),
    radial-gradient(circle at 75% 55%, rgba(240,170,60,.10), rgba(240,170,60,0) 55%);
}

.container { position: relative; max-width: 1180px; margin: 0 auto; padding: 0 40px; }

/* Header */
.site-header { display: flex; flex-direction: column; padding: 0; gap: 0; }
.header-top { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; gap: 16px; }
.header-right { display: flex; align-items: center; gap: 16px; }
.brand-wrap { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand-wrap .custom-logo-link { display: flex; align-items: center; }
.brand-wrap img { max-height: 38px; width: auto; }
.brand-wrap { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-wrap .custom-logo-link { display: flex; align-items: center; }
.brand-wrap img { max-height: 40px; width: auto; }
.brand { font-size: 22px; font-weight: 800; letter-spacing: -.01em; text-decoration: none; }
.brand .btc { color: var(--gold); }
.brand .eth { color: var(--accent); }
.brand .tld { color: #9fb1c9; }
.main-nav { display: flex; align-items: center; gap: 28px; padding: 10px 0; border-top: 1px solid rgba(255,255,255,0.07); }
.main-nav ul { display: flex; align-items: center; gap: 32px; list-style: none; margin: 0; padding: 0; }
.nav-link, .main-nav a { color: var(--muted-2); text-decoration: none; font-size: 15.5px; font-weight: 500; }
.btn-buy {
  display: inline-flex; align-items: center; gap: 7px; white-space: nowrap;
  border: 1px solid rgba(255,255,255,.16); border-radius: 11px; padding: 12px 22px;
  text-decoration: none; font-size: 15.5px; font-weight: 700; background: rgba(255,255,255,.02);
  transition: all .2s;
}
.btn-buy:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.32); transform: translateY(-1px); }
.btn-buy span { color: var(--text); }
.btn-buy .gold { color: var(--gold); }

/* Header-Live-Ticker (minimalistisch) */
.bte-ticker { display: flex; align-items: center; gap: 16px; font-size: 14px; font-weight: 600; color: #aebccf; border: 1px solid rgba(255,255,255,.08); background: rgba(120,150,200,.04); border-radius: 999px; padding: 8px 16px; }
.bte-tk { display: inline-flex; align-items: center; gap: 7px; }
.bte-tk-dot { width: 8px; height: 8px; border-radius: 50%; flex: none; }
.bte-tk strong { color: var(--text); font-weight: 700; }
.bte-tk-chg { color: var(--green); font-size: 12.5px; font-weight: 700; }
.bte-tk-chg::before { content: "▲ "; }
.bte-tk-sep { width: 1px; height: 14px; background: rgba(255,255,255,.12); }
@media (max-width: 860px) { .bte-ticker { display: none; } }

/* Hero */
.hero { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; padding: 48px 0 30px; }
.hero-text { flex: 1.35 1 400px; min-width: 320px; }
.hero-text h1 { font-size: clamp(46px, 6.2vw, 80px); line-height: 1.06; font-weight: 800; letter-spacing: -.02em; margin: 0; }
.hero-text p { font-size: 19px; line-height: 1.62; color: var(--muted); max-width: 440px; margin: 0; }
.hero-img { flex: 1 1 360px; min-width: 300px; display: flex; justify-content: center; }
.hero-img img {
  width: 100%; max-width: 520px; height: auto;
  -webkit-mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, #000 55%, transparent 92%);
  mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, #000 55%, transparent 92%);
}

/* Info cards */
.info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 24px; padding: 40px 0; }
.info-card { position: relative; border: 1px solid var(--card-border); background: var(--card-bg); border-radius: 20px; padding: 38px 40px 64px; }
.info-card h2 { font-size: 30px; font-weight: 800; letter-spacing: -.01em; margin: 0 0 26px; }
.info-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 18px; }
.info-list li { display: flex; gap: 14px; align-items: flex-start; font-size: 18px; color: #c4d0e0; }
.dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); margin-top: 9px; flex: none; }
.chev { position: absolute; right: 30px; bottom: 28px; }

/* Tools */
.tools { border: 1px solid var(--card-border); background: var(--card-bg); border-radius: 20px; padding: 42px 44px; margin: 30px 0; overflow-x: hidden; }
.tools h2 { font-size: 32px; font-weight: 800; letter-spacing: -.01em; margin: 0 0 30px; }
.tools-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 22px; }
.tool { border: 1px solid rgba(255,255,255,.06); background: rgba(120,150,200,.035); border-radius: 16px; padding: 30px 24px; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 8px; }
.tool-icon { width: 66px; height: 66px; border-radius: 15px; background: rgba(63,155,255,.10); display: flex; align-items: center; justify-content: center; margin-bottom: 8px; }
.tool-name { font-size: 21px; font-weight: 800; }
.tool-sub { font-size: 16px; color: var(--muted-2); font-weight: 500; }

/* Widgets */
.widgets { padding: 34px 0 10px; }
.widgets h2 { font-size: 34px; font-weight: 800; letter-spacing: -.01em; margin: 0 0 26px; }
.widget-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.widget { display: flex; align-items: center; gap: 18px; border: 1px solid var(--card-border); background: var(--card-bg); border-radius: 16px; padding: 24px 30px; }
.coin { width: 46px; height: 46px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex: none; }
.coin.btc { background: #f7931a; font-size: 26px; font-weight: 800; color: #fff; }
.coin.eth { background: #627eea; }
.price { display: flex; align-items: baseline; gap: 8px; }
.price .num { font-size: 30px; font-weight: 800; }
.price .unit { font-size: 16px; color: var(--muted-2); font-weight: 600; }
.change { margin-left: auto; font-size: 20px; font-weight: 700; color: var(--green); }

/* Footer */
.site-footer { margin-top: 60px; border-top: 1px solid var(--card-border); padding: 40px 0 50px; display: flex; flex-wrap: wrap; gap: 30px; justify-content: space-between; align-items: flex-start; }
.foot-brand { max-width: 340px; }
.foot-brand .brand { display: inline-block; font-size: 19px; margin-bottom: 10px; }
.foot-brand p { font-size: 14.5px; line-height: 1.6; color: #6f86a3; margin: 0; }
.foot-cols { display: flex; gap: 56px; flex-wrap: wrap; }
.foot-col { display: flex; flex-direction: column; gap: 12px; }
.foot-col .h { font-size: 13px; text-transform: uppercase; letter-spacing: .08em; color: #5b708c; }
.foot-partner-note { font-size: 13px; color: #6f86a3; font-style: italic; margin-top: -2px; }
.foot-more { margin-top: 2px; }
.foot-more summary { cursor: pointer; color: var(--muted-2); font-size: 15.5px; list-style: none; }
.foot-more summary::-webkit-details-marker { display: none; }
.foot-more summary:hover { color: var(--text); }
.foot-more summary::after { content: " +"; color: #5b708c; }
.foot-more[open] summary::after { content: " −"; }
.foot-more a { display: block; margin-top: 10px; }
.foot-col a { color: #9fb1c9; text-decoration: none; font-size: 15px; }
.risk { font-size: 12.5px; line-height: 1.6; color: #566c87; border-top: 1px solid rgba(255,255,255,.05); padding: 18px 0 40px; margin: 0; }

@media (max-width: 640px) {
  .container { padding: 0 22px; }
  .main-nav { gap: 16px; }
  .info-card, .tools { padding-left: 26px; padding-right: 26px; }
}

/* ============================================================
   Neueste Artikel (Startseite)
   ============================================================ */
.latest { padding: 40px 0 10px; }
.latest-head { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 26px; flex-wrap: wrap; }
.latest-head h2 { font-size: 34px; font-weight: 800; letter-spacing: -.01em; margin: 0; }
.latest-all { color: var(--accent); text-decoration: none; font-size: 15.5px; font-weight: 700; }
.latest-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.home-intro-text { padding: 6px 0 36px; }
.home-intro-text .bte-content { font-size: 20px; line-height: 1.7; color: #c4d0e0; }
.home-intro-text .bte-content a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.post-card { display: flex; flex-direction: column; max-width: 380px; border: 1px solid var(--card-border); background: var(--card-bg); border-radius: 18px; overflow: hidden; text-decoration: none; transition: border-color .15s, transform .15s; }
.post-card:hover { border-color: rgba(63,155,255,.35); transform: translateY(-2px); }
.post-card-img { height: 190px; background: repeating-linear-gradient(135deg, rgba(120,150,200,.05), rgba(120,150,200,.05) 12px, rgba(120,150,200,.02) 12px, rgba(120,150,200,.02) 24px); display: flex; align-items: center; justify-content: center; }
.post-card-img img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.post-card-ph { font-family: ui-monospace, Menlo, monospace; font-size: 12px; color: #5b708c; }
.post-card-body { padding: 20px 22px 24px; }
.post-card-cat { display: inline-block; font-size: 11.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--accent); background: rgba(63,155,255,.1); border-radius: 999px; padding: 4px 11px; }
.post-card-body h3 { font-size: 19px; font-weight: 800; color: var(--text); line-height: 1.3; margin: 12px 0 10px; }
.post-card-meta { font-size: 13.5px; color: var(--muted-2); }

/* ============================================================
   Vergleiche-Übersicht (Startseite)
   ============================================================ */
.compare { border: 1px solid var(--card-border); background: var(--card-bg); border-radius: 20px; padding: 42px 44px; margin: 30px 0; }
.compare-head { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin: 0 0 22px; }
.compare-head h2 { font-size: 34px; font-weight: 800; letter-spacing: -.01em; margin: 0; }
.compare-sub { font-size: 16px; color: var(--muted-2); }
.compare-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; align-items: start; }
@media (max-width: 480px) { .compare-grid { grid-template-columns: 1fr; } }
.compare-card { display: flex; align-items: flex-start; gap: 16px; text-decoration: none; border: 1px solid var(--card-border); background: var(--card-bg); border-radius: 16px; padding: 20px 22px; transition: border-color .15s, transform .15s; height: 100%; box-sizing: border-box; }
.compare-card:hover { border-color: rgba(63,155,255,.35); transform: translateY(-2px); }
.compare-icon { width: 46px; height: 46px; border-radius: 12px; background: rgba(63,155,255,.10); display: flex; align-items: center; justify-content: center; flex: none; }
.compare-txt { flex: 1; min-width: 0; }
.compare-title { display: block; font-size: 18px; font-weight: 800; color: var(--text); }
.compare-names { display: block; font-size: 14px; color: var(--muted-2); margin-top: 2px; line-height: 1.4; }
.compare-arrow { font-size: 22px; color: var(--gold); font-weight: 700; flex: none; }

/* ============================================================
   Artikel / Seiten – Lesespalte
   ============================================================ */
.bte-main { position: relative; max-width: 760px; margin: 0 auto; padding: 0 40px; }
.bte-main--wide { max-width: 980px; }
.bte-crumb { display: flex; gap: 8px; align-items: center; font-size: 14px; color: #6f86a3; padding: 34px 0 20px; flex-wrap: wrap; }
.bte-crumb a { color: #6f86a3; text-decoration: none; }
.bte-crumb .cur { color: #9fb1c9; }
.bte-eyebrow { display: inline-block; font-size: 12.5px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: var(--accent); background: rgba(63,155,255,.1); border-radius: 999px; padding: 6px 14px; }
.bte-title { font-size: clamp(32px, 4.4vw, 46px); line-height: 1.13; font-weight: 800; letter-spacing: -.02em; margin: 18px 0 16px; }
.page-hero { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.page-hero-text { flex: 1; min-width: 260px; }
.page-hero-text .bte-title { margin: 12px 0 0; }
.page-hero .bte-featimg { margin: 0; flex: none; width: 200px; height: 200px; border-radius: 20px; }
.page-hero .bte-featimg img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 640px) { .page-hero { flex-direction: column-reverse; align-items: flex-start; } .page-hero .bte-featimg { width: 140px; height: 140px; } }
.bte-meta { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; font-size: 14.5px; color: var(--muted-2); border-bottom: 1px solid rgba(255,255,255,.06); padding-bottom: 24px; margin-bottom: 4px; }
.bte-meta .avatar { width: 30px; height: 30px; border-radius: 50%; background: linear-gradient(135deg, #f3b340, #3f9bff); display: inline-block; }
.bte-featimg { margin: 28px 0 8px; border-radius: 18px; overflow: hidden; border: 1px solid rgba(255,255,255,.08); }
.bte-featimg img { width: 100%; height: auto; display: block; }

.bte-content { font-size: 18px; line-height: 1.78; color: #c4d0e0; }
.bte-content > p { margin: 0 0 22px; }
.bte-content h1 { font-size: clamp(26px, 3.5vw, 36px); font-weight: 800; color: var(--text); margin: 0 0 24px; letter-spacing: -.02em; }
.bte-content h2 { font-size: 30px; font-weight: 800; letter-spacing: -.01em; color: var(--text); margin: 46px 0 18px; scroll-margin-top: 24px; }
.bte-content h3 { font-size: 22px; font-weight: 700; color: var(--text); margin: 32px 0 12px; }
.bte-content strong { color: var(--text); font-weight: 700; }
.bte-content a { color: var(--accent); text-decoration: none; border-bottom: 1px solid rgba(63,155,255,.35); }
.bte-content ul { margin: 0 0 22px; padding-left: 0; list-style: none; display: flex; flex-direction: column; gap: 12px; }
.bte-content ul li { position: relative; padding-left: 24px; font-size: 18px; line-height: 1.7; }
.bte-content ul li::before { content: ""; position: absolute; left: 2px; top: 11px; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
.bte-content ol { margin: 0 0 22px; padding-left: 22px; display: flex; flex-direction: column; gap: 10px; }
.bte-content img { max-width: 100%; height: auto; border-radius: 14px; }
.bte-content blockquote { border-left: 3px solid var(--accent); margin: 24px 0; padding: 4px 0 4px 22px; color: #aebccf; font-style: italic; }

/* Sterne-Bewertung */
.bte-rating { display: inline-flex; align-items: center; gap: 10px; }
.bte-stars { --p: 100%; display: inline-block; width: 96px; height: 18px; background: linear-gradient(90deg, #f3b340 var(--p), #42506a var(--p)); -webkit-mask: repeating-linear-gradient(90deg, #000 0 14px, transparent 14px 19.2px); mask: repeating-linear-gradient(90deg, #000 0 14px, transparent 14px 19.2px); -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='96' height='18' viewBox='0 0 96 18'><g fill='black'><path d='M9 1l2.3 4.7 5.2.8-3.8 3.7.9 5.2L9 13.7 4.2 15.4l.9-5.2L1.3 6.5l5.2-.8z'/><path d='M28.2 1l2.3 4.7 5.2.8-3.8 3.7.9 5.2-4.6-1.7-4.8 1.7.9-5.2-3.8-3.7 5.2-.8z'/><path d='M47.4 1l2.3 4.7 5.2.8-3.8 3.7.9 5.2-4.6-1.7-4.8 1.7.9-5.2-3.8-3.7 5.2-.8z'/><path d='M66.6 1l2.3 4.7 5.2.8-3.8 3.7.9 5.2-4.6-1.7-4.8 1.7.9-5.2-3.8-3.7 5.2-.8z'/><path d='M85.8 1l2.3 4.7 5.2.8-3.8 3.7.9 5.2-4.6-1.7-4.8 1.7.9-5.2L80.6 6.3l5.2-.8z'/></g></svg>"); mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='96' height='18' viewBox='0 0 96 18'><g fill='black'><path d='M9 1l2.3 4.7 5.2.8-3.8 3.7.9 5.2L9 13.7 4.2 15.4l.9-5.2L1.3 6.5l5.2-.8z'/><path d='M28.2 1l2.3 4.7 5.2.8-3.8 3.7.9 5.2-4.6-1.7-4.8 1.7.9-5.2-3.8-3.7 5.2-.8z'/><path d='M47.4 1l2.3 4.7 5.2.8-3.8 3.7.9 5.2-4.6-1.7-4.8 1.7.9-5.2-3.8-3.7 5.2-.8z'/><path d='M66.6 1l2.3 4.7 5.2.8-3.8 3.7.9 5.2-4.6-1.7-4.8 1.7.9-5.2-3.8-3.7 5.2-.8z'/><path d='M85.8 1l2.3 4.7 5.2.8-3.8 3.7.9 5.2-4.6-1.7-4.8 1.7.9-5.2L80.6 6.3l5.2-.8z'/></g></svg>"); }
.bte-rating-num { font-size: 15px; color: #c4d0e0; font-weight: 700; }

/* Inhaltsverzeichnis */
.bte-toc { border: 1px solid rgba(255,255,255,.08); background: var(--card-bg); border-radius: 16px; padding: 24px 28px; margin: 34px 0; }
.bte-toc-title { font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 14px; }
.bte-toc ol { margin: 0; padding-left: 20px; display: flex; flex-direction: column; gap: 9px; color: #c4d0e0; font-size: 16px; }
.bte-toc a { color: var(--accent); text-decoration: none; }

/* Tipp-Box */
.bte-tipp { border: 1px solid rgba(63,155,255,.28); background: rgba(63,155,255,.07); border-left: 3px solid var(--accent); border-radius: 14px; padding: 22px 26px; margin: 28px 0; }
.bte-tipp-label { display: flex; align-items: center; gap: 9px; font-size: 12.5px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--accent); margin-bottom: 8px; }
.bte-tipp p { margin: 0; font-size: 16.5px; color: #c8d4e3; line-height: 1.65; }

/* Affiliate-Box */
.bte-affil { position: relative; border: 1px solid rgba(243,179,64,.3); background: linear-gradient(180deg, rgba(243,179,64,.07), rgba(243,179,64,.02)); border-radius: 16px; padding: 26px 28px; margin: 28px 0; }
.bte-affil-row { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.bte-affil-logo { width: 56px; height: 56px; border-radius: 14px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); display: flex; align-items: center; justify-content: center; flex: none; font-weight: 800; font-size: 24px; color: var(--gold); }
.bte-affil-txt { flex: 1 1 240px; min-width: 200px; }
.bte-affil-name { font-size: 19px; font-weight: 800; color: var(--text); }
.bte-affil-sub { font-size: 15px; color: #9fb1c9; margin-top: 3px; }
.bte-anzeige, .bte-anzeige-center, .bte-anzeige-line { display: none !important; }
.bte-anzeige { position: absolute; top: 14px; right: 16px; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: #86714a; }
.bte-anzeige-center { position: static; display: block; margin-bottom: 8px; }
.bte-anzeige-line { font-size: 12px; color: #6f86a3; margin: 10px 0 0; text-align: right; }
.bte-btn-gold { display: inline-flex; align-items: center; gap: 7px; background: rgba(255,255,255,.02); border: 1px solid rgba(255,255,255,.16); color: #3f9bff; font-weight: 700; font-size: 16px; text-decoration: none; padding: 14px 28px; border-radius: 11px; max-width: 100%; transition: all .2s; }
@media (max-width: 380px) {
  .bte-btn-gold { white-space: normal; text-align: center; }
}
.bte-btn-gold:hover { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.28); color: var(--gold); }

/* CTA */
.bte-cta { text-align: center; border: 1px solid rgba(243,179,64,.3); background: linear-gradient(180deg, rgba(243,179,64,.07), rgba(243,179,64,.02)); border-radius: 18px; padding: 34px 30px; margin: 34px 0 10px; }
.bte-cta-title { font-size: 22px; font-weight: 800; margin-bottom: 6px; color: var(--text); }
.bte-cta-text { margin: 0 auto 20px; max-width: 420px; font-size: 15.5px; color: #9fb1c9; }
.bte-cta .bte-btn-gold { font-size: 16px; padding: 14px 28px; border-radius: 11px; }

/* Pro & Contra */
.bte-proscons { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; margin: 24px 0; align-items: stretch; }
.bte-proscons > br, .bte-proscons > p:empty { display: none; }
.bte-pc { border-radius: 16px; padding: 22px 24px; }
.bte-pc-pro { border: 1px solid rgba(87,207,139,.25); background: rgba(87,207,139,.05); }
.bte-pc-contra { border: 1px solid rgba(227,117,110,.22); background: rgba(227,117,110,.04); }
.bte-pc-label { font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; margin-bottom: 14px; }
.bte-pc-pro .bte-pc-label { color: var(--green); }
.bte-pc-contra .bte-pc-label { color: #e3756e; }
.bte-pc-item { display: flex; gap: 10px; align-items: flex-start; font-size: 15.5px; color: #c4d0e0; margin-bottom: 11px; }
.bte-yes { color: var(--green); font-weight: 800; flex: none; }
.bte-no { color: #e3756e; font-weight: 800; flex: none; }
.bte-pc-contra .bte-pc-item { color: #92a3b8; }

/* Vergleichstabelle */
.bte-table { border: 1px solid rgba(255,255,255,.08); border-radius: 16px; overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 24px 0; }
.bte-trow { display: grid; grid-template-columns: 1.2fr 1fr 1fr; font-size: 15.5px; color: #c4d0e0; border-top: 1px solid rgba(255,255,255,.06); }
.bte-trow:first-child { border-top: 0; }
.bte-trow > div { padding: 15px 20px; }
.bte-trow > div + div { border-left: 1px solid rgba(255,255,255,.06); }
.bte-trow:nth-child(even):not(.bte-thead) { background: rgba(120,150,200,.025); }
.bte-thead { background: rgba(120,150,200,.06); font-size: 13px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; color: #9fb1c9; }
.bte-tk { color: #9fb1c9; }

/* Testbox (Partner) */
.bte-testbox { border: 1px solid rgba(255,255,255,.1); background: linear-gradient(180deg, rgba(120,150,200,.06), rgba(120,150,200,.02)); border-radius: 20px; padding: 30px; margin: 24px 0 0; overflow: hidden; }
.bte-tb-head { display: flex; gap: 18px; flex-wrap: wrap; align-items: center; }
.bte-tb-logo { width: 76px; height: 76px; border-radius: 18px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; flex: none; font-weight: 800; font-size: 32px; color: var(--gold); overflow: hidden; }
.bte-tb-logo-img { background: transparent; border: none; padding: 0; }
.bte-tb-logo-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bte-tb-meta { flex: 1 1 240px; min-width: 0; max-width: 100%; }
.bte-tb-name { font-size: 24px; font-weight: 800; color: var(--text); overflow-wrap: anywhere; word-break: break-word; }
.bte-tb-sub { font-size: 15px; color: #9fb1c9; margin: 2px 0 10px; overflow-wrap: anywhere; word-break: break-word; }
.bte-tb-facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 14px; margin-top: 24px; border-top: 1px solid rgba(255,255,255,.08); padding-top: 22px; }
.bte-tb-fl { font-size: 13px; color: var(--muted-2); }
.bte-tb-fv { font-size: 16px; font-weight: 700; margin-top: 3px; color: var(--text); overflow-wrap: anywhere; word-break: break-word; }


.bte-risk-inline { font-size: 12.5px; line-height: 1.6; color: #566c87; border-top: 1px solid rgba(255,255,255,.06); padding-top: 20px; margin: 36px 0 0; }

/* Pagination */
.bte-pagination { display: flex; gap: 8px; flex-wrap: wrap; padding: 30px 0 0; }
.bte-pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 42px; height: 42px; padding: 0 12px; border: 1px solid rgba(255,255,255,.1); border-radius: 11px; color: #c4d0e0; text-decoration: none; font-weight: 700; }
.bte-pagination .page-numbers.current { background: var(--accent); color: #04101f; border-color: var(--accent); }

@media (max-width: 640px) {
  .bte-main, .bte-main--wide { padding: 0 22px; }
  .bte-trow { grid-template-columns: 1fr; }
  .bte-trow > div + div { border-left: 0; border-top: 1px solid rgba(255,255,255,.05); }
  .bte-thead { display: none; }
}

/* ── Affiliate Disclaimer ─────────────────────── */
.bte-disclaimer { font-size: 13px !important; color: #7a8fa6 !important; background: rgba(63,155,255,.07); border-left: 3px solid rgba(63,155,255,.3); padding: 10px 16px !important; border-radius: 0 8px 8px 0; margin-bottom: 28px !important; line-height: 1.6 !important; }

/* ── Einheitlicher Transparenzhinweis (alle Artikel) ──────── */
.bte-transparenz { display: flex; gap: 9px; align-items: flex-start; background: rgba(63,155,255,.07); border: 1px solid rgba(63,155,255,.2); border-radius: 12px; padding: 14px 18px; margin: 26px 0; }
.bte-transparenz svg { flex: none; margin-top: 3px; color: #3f9bff; }
.bte-transparenz em { font-style: italic; font-size: 13px; line-height: 1.6; color: #9fb1c9; }

/* ── Vergleichstabelle ────────────────────────── */
.bte-table { overflow-x: auto; display: block; margin: 0 0 40px; border-radius: 14px; border: 1px solid rgba(255,255,255,.08); }
.bte-table table { width: 100%; border-collapse: collapse; font-size: 15px; min-width: 580px; }
.bte-table thead tr { background: rgba(255,255,255,.04); }
.bte-table th { padding: 16px 18px; text-align: center; font-weight: 700; color: var(--text); font-size: 15px; border-bottom: 2px solid rgba(63,155,255,.25); letter-spacing: .01em; }
.bte-table th:first-child { text-align: left; color: #7a8fa6; font-size: 13px; font-weight: 600; }
.bte-table td { padding: 13px 18px; border-bottom: 1px solid rgba(255,255,255,.05); color: #c4d0e0; vertical-align: middle; text-align: center; }
.bte-table td:first-child { text-align: left; font-weight: 600; color: #8fa3bb; font-size: 13.5px; }
.bte-table tr:last-child td { border-bottom: none; }
.bte-table tr:nth-child(even) td { background: rgba(255,255,255,.02); }
.bte-table tr:hover td { background: rgba(63,155,255,.05); transition: background .15s; }

/* ── Börsen Logos ─────────────────────────────── */
.bte-logo { margin: 0 0 16px !important; }
.bte-logo img { max-height: 40px; width: auto; object-fit: contain; filter: brightness(0) invert(1); opacity: 0.85; }
.bte-logo img:hover { opacity: 1; }

/* ══════════════════════════════════════════════
   VERGLEICHSKARTEN (Börsen, Wallets etc.)
══════════════════════════════════════════════ */
.bte-compare-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin: 0 0 48px;
}
.bte-compare-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 18px;
  padding: 28px 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: border-color .2s, transform .2s;
  position: relative;
}
.bte-compare-card:hover {
  border-color: rgba(63,155,255,.35);
  transform: translateY(-3px);
}
.bte-compare-card.featured {
  border-color: rgba(63,155,255,.4);
  background: rgba(63,155,255,.07);
}
.bte-compare-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--gold);
  background: rgba(245,158,11,.15);
  border: 1px solid rgba(245,158,11,.3);
  border-radius: 999px;
  padding: 4px 12px;
}
.bte-compare-logo {
  height: 52px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bte-compare-logo img {
  max-height: 52px;
  width: 52px;
  border-radius: 12px;
  object-fit: cover;
}
.bte-compare-name {
  font-size: 19px;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 18px;
  letter-spacing: -.01em;
}
.bte-compare-rows {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 22px;
  flex: 1;
}
.bte-compare-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255,255,255,.05);
  font-size: 14px;
  gap: 8px;
}
.bte-compare-row:last-child { border-bottom: none; }
.bte-compare-row span:first-child { color: #7a8fa6; font-size: 13px; white-space: nowrap; flex-shrink: 0; }
.bte-compare-row span:last-child { color: var(--text); font-weight: 600; text-align: right; white-space: nowrap; }
.bte-compare-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  text-align: center;
  padding: 14px 18px;
  border-radius: 11px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.16);
  color: #3f9bff;
  background: rgba(255,255,255,.02);
  transition: all .2s;
  margin-top: auto;
}
.bte-compare-btn:hover {
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.28);
  color: var(--gold);
}
.bte-compare-card.featured .bte-compare-btn {
  border-color: rgba(243,179,64,.5);
}
.bte-compare-card.featured .bte-compare-btn:hover {
  background: rgba(243,179,64,.1);
  border-color: var(--gold);
}

/* ── Artikel-Bilder (Produktfotos, Lifestyle-Bilder) ─────────────── */
.bte-content .bte-rounded-img.aligncenter { max-width: 360px; margin-left: auto; margin-right: auto; }
.bte-content .bte-rounded-img.alignleft,
.bte-content .bte-rounded-img.alignright { max-width: 260px; }
.bte-content .bte-rounded-img img {
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.08);
  max-width: 100%;
  height: auto;
}
.bte-content .bte-light-img img {
  background: #ffffff;
  padding: 24px;
  box-sizing: border-box;
}
.bte-content h2 { clear: both; }
.bte-content .bte-rounded-img figcaption {
  text-align: center;
  font-size: 13px;
  color: #6f86a3;
  margin-top: 10px;
}

/* ── WordPress Buttons im Artikel ─────────────── */
.bte-content .wp-block-button__link,
.bte-content .wp-element-button,
.bte-content .kt-btn,
.bte-content .kb-button,
.bte-content a.kt-button,
.bte-content .wp-block-kadence-advancedbtn__link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  white-space: nowrap !important;
  background: rgba(255,255,255,.02) !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  color: #3f9bff !important;
  border-radius: 11px !important;
  padding: 14px 28px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  transition: all .2s !important;
  text-decoration: none !important;
}
.bte-content .wp-block-button__link:hover,
.bte-content .wp-element-button:hover,
.bte-content .kt-btn:hover,
.bte-content .kb-button:hover,
.bte-content a.kt-button:hover,
.bte-content .wp-block-kadence-advancedbtn__link:hover {
  background: rgba(255,255,255,.06) !important;
  border-color: rgba(255,255,255,.28) !important;
  color: var(--gold) !important;
}
.bte-content .wp-block-buttons {
  margin: 24px 0 32px !important;
  justify-content: center !important;
}

@media (max-width: 640px) {
  .bte-compare-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 420px) {
  .bte-compare-grid { grid-template-columns: 1fr; }
}

/* ── Info-Karten als klickbare Links ──────────── */
a.info-card { text-decoration: none; color: inherit; display: block; }
a.info-card:hover { border-color: rgba(63,155,255,.5); transform: translateY(-4px); }
a.info-card h2 { color: var(--text); }

/* ── Tabelle Dark-Fix (stärkere Selektoren) ───── */
.bte-content .bte-table,
.bte-content figure.wp-block-table.bte-table {
  background: transparent;
  border-radius: 14px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid rgba(255,255,255,.1);
  margin: 0 0 36px;
}
.bte-content .bte-table table,
.bte-content figure.wp-block-table.bte-table table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  background: transparent;
}
.bte-content .bte-table th,
.bte-content figure.wp-block-table.bte-table th {
  background: rgba(63,155,255,.1) !important;
  color: var(--text) !important;
  padding: 14px 18px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-align: center !important;
  border: none !important;
  border-bottom: 1px solid rgba(255,255,255,.1) !important;
  letter-spacing: .02em;
}
.bte-content .bte-table th:first-child,
.bte-content figure.wp-block-table.bte-table th:first-child {
  text-align: left !important;
  color: #7a8fa6 !important;
}
.bte-content .bte-table td,
.bte-content figure.wp-block-table.bte-table td {
  background: transparent !important;
  color: #c4d0e0 !important;
  padding: 12px 18px !important;
  font-size: 14.5px !important;
  text-align: center !important;
  border: none !important;
  border-bottom: 1px solid rgba(255,255,255,.05) !important;
}
.bte-content .bte-table td:first-child,
.bte-content figure.wp-block-table.bte-table td:first-child {
  text-align: left !important;
  color: #8fa3bb !important;
  font-weight: 600 !important;
  font-size: 13.5px !important;
}
.bte-content .bte-table tr:last-child td,
.bte-content figure.wp-block-table.bte-table tr:last-child td {
  border-bottom: none !important;
}
.bte-content .bte-table tr:nth-child(even) td,
.bte-content figure.wp-block-table.bte-table tr:nth-child(even) td {
  background: rgba(255,255,255,.02) !important;
}
.bte-content .bte-table tr:hover td,
.bte-content figure.wp-block-table.bte-table tr:hover td {
  background: rgba(63,155,255,.05) !important;
}

/* Wisch-Hinweis auf Mobilgeräten, damit klar ist, dass die Tabelle scrollbar ist */
@media (max-width: 680px) {
  .bte-content .bte-table::before,
  .bte-content figure.wp-block-table.bte-table::before {
    content: "← Wische für alle Spalten →";
    display: block;
    font-size: 12px;
    color: var(--muted-2);
    text-align: center;
    padding: 8px 0;
    background: rgba(63,155,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);
  }
}

/* ── Tool-Karten als Links ────────────────────── */
a.tool { text-decoration: none; color: inherit; display: flex; flex-direction: column; align-items: center; }
a.tool:hover { border-color: rgba(63,155,255,.4); transform: translateY(-3px); }

/* ── Unsere Empfehlung Sektion ────────────────── */
.tools-sub { color: #7a8fa6; font-size: 15px; margin: -8px 0 24px; }
.tools-grid--single { grid-template-columns: repeat(3, 1fr); }

.tools-grid--images { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; max-width: 900px; margin: 0 auto; }
.tool-image { display: block; min-width: 0; border-radius: 16px; overflow: hidden; border: 1px solid rgba(255,255,255,.08); background: rgba(120,150,200,.035); transition: transform .2s ease, border-color .2s ease; }
.tool-image:hover { transform: translateY(-4px); border-color: rgba(63,155,255,.4); }
.tool-image img { width: 100%; max-width: 100%; height: auto; display: block; object-fit: cover; aspect-ratio: 1 / 1; }
@media (max-width: 640px) { .tools-grid--images { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 420px; gap: 8px; } }
@media (max-width: 420px) { .tools-grid--images { grid-template-columns: minmax(0, 1fr); max-width: 260px; } }
.tool--featured { border-color: rgba(63,155,255,.35); background: rgba(63,155,255,.06); }
.tool--featured .tool-name { font-size: 22px; }
.tool--info .tool-sub { font-size: 13.5px; line-height: 1.6; color: #8fa3bb; margin: 6px 0 12px; }
.tool-cta { font-size: 13.5px; font-weight: 700; color: var(--accent); margin-top: auto; text-decoration: none; }
.tool-cta:hover { color: #fff; }
a.tool { display: flex; flex-direction: column; text-decoration: none; color: inherit; }
