*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { font-family: 'Roboto', sans-serif; font-size: 16px; line-height: 1.65; color: #2c3e50; background: #fff; }
img { }
a { color: #ff2453; text-decoration: none; transition: all 0.3s ease; }
a:hover { text-decoration: underline; }

/* ===== LAYOUT ===== */
.container { }
.content-wrap { }



/* ===== ARTICLE BODY ===== */
.article-body { padding: 35px 0; }
.article-body h2 { font-family: 'Roboto Slab', serif; font-size: 1.55em; font-weight: 700; color: #111; margin: 40px 0 18px; padding-bottom: 10px; border-bottom: 2px solid #f1f3f4; }
.article-body h2:first-child { margin-top: 0; }
.article-body h3 { font-size: 1.15em; font-weight: 700; color: #2e3246; margin: 25px 0 12px; }
.article-body p { margin-bottom: 16px; color: #2c3e50; max-width: 100%; }
.article-body strong { color: #111; }
.article-body hr { border: none; border-top: 1px solid #f1f3f4; margin: 35px 0; }

/* ===== ORGANIZATIONS WIDGET 3 (Topliste) ===== */
.topliste-wrap { margin: 20px 0 30px; }
.space-organizations-3-archive-items { display: flex; flex-direction: column; gap: 0; margin-top: 15px; }
.space-organizations-3-archive-item { display: block; width: 100%; }
.space-organizations-3-archive-item-ins {
  border-radius: 5px;
  padding: 10px 0;
  margin: 0 0 12px;
  background-color: #fff;
  box-shadow: 0px 10px 40px 0px rgba(109,141,173,0.25);
  transition: all 0.5s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  overflow: visible;
}
.space-organizations-3-archive-item-ins:hover { box-shadow: 0px 15px 40px 0px rgba(109,141,173,0.55); }
.space-organizations-3-archive-item-logo { order: 1; display: flex; align-items: center; position: relative; }
.space-organizations-3-archive-item-count {
  position: absolute;
  top: -22px;
  left: 30px;
  width: 30px;
  height: 42px;
  background-color: #be2edd;
  border-radius: 5px;
  z-index: 2;
}
.space-organizations-3-archive-item:first-child .space-organizations-3-archive-item-count { background-color: #ff2453; }
.space-organizations-3-archive-item-count span {
  position: relative;
  display: inline-block;
  width: 30px;
  padding: 7px 0;
  text-align: center;
  font-weight: 700;
  font-size: 1em;
  line-height: 1em;
  color: #fff;
}
.space-organizations-3-archive-item-count::before {
  content: '';
  display: block;
  width: 30px;
  height: 12px;
  background-color: rgba(0,0,0,0.1);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px 5px 0 0;
  z-index: 1;
}
.space-organizations-3-archive-item-logo-ins { padding: 10px 30px; line-height: 0; position: relative; }
.space-organizations-3-archive-item-logo-ins img { border-radius: 5px; width: 120px; height: 60px; object-fit: contain; background: #f8f9fa; }
.space-organizations-3-archive-item-logo-ins::after,
.space-organizations-3-archive-item-terms-ins-wrap::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 50px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #d6d7db;
}
.space-organizations-3-archive-item-terms { order: 2; display: flex; align-items: center; flex: 1; }
.space-organizations-3-archive-item-terms-ins { padding: 0 20px; font-size: 0.75em; line-height: 1.45; color: #7f8c8d; position: relative; }
.space-organizations-3-archive-item-terms-ins strong { font-weight: 700; font-size: 28px; line-height: 1.25; color: #111; display: block; }
.space-organizations-3-archive-item-terms-ins span { display: inline-block; font-weight: 700; font-size: 14px; color: #2e3246; padding-bottom: 5px; }
.space-organizations-3-archive-item-terms-ins a { color: #ff2453; text-decoration: underline; }
.space-organizations-3-archive-item-rating { order: 3; display: flex; align-items: center; padding: 0 20px; }
.space-organizations-3-archive-item-units { font-size: 0.75em; color: #2e3246; margin-bottom: 6px; }
.space-organizations-3-archive-item-units span { font-weight: 700; color: #111; }
.space-organizations-3-archive-item-rating-box {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 40px;
  border-radius: 20px;
  padding: 0 15px;
  border: 1px solid #d6d7db;
  position: relative;
}
.star-rating { display: inline-flex; gap: 1px; }
.star-rating .star { color: #ff2453; font-size: 13px; font-family: 'Font Awesome 5 Free'; font-style: normal; }
.star-rating .star-full::before { content: "\f005"; font-weight: 900; }
.star-rating .star-half::before { content: "\f5c0"; font-weight: 900; }
.star-rating .star-empty::before { content: "\f005"; font-weight: 400; }
.rating-num { font-weight: 700; font-size: 1em; color: #111; margin-left: 8px; }
.space-organizations-3-archive-item-button { order: 4; display: flex; align-items: center; padding: 0 20px; }
.space-organizations-3-archive-item-button-ins { display: flex; flex-direction: column; gap: 5px; }
.btn-cta-green {
  display: inline-block;
  min-width: 160px;
  padding: 10px 25px;
  font-weight: 700;
  font-size: 0.95em;
  line-height: 1.25;
  color: #fff;
  border-radius: 20px;
  background-color: #2ecc71;
  box-shadow: 0px 0px 15px 0px rgba(255,255,255,0.35);
  transition: all 0.5s ease-in-out;
  text-align: center;
}
.btn-cta-green:hover { box-shadow: 0px 0px 15px 0px rgba(45,221,108,0.55); text-decoration: none; color: #fff; }
.btn-cta-grey {
  display: inline-block;
  min-width: 160px;
  padding: 10px 25px;
  font-weight: 400;
  font-size: 0.85em;
  color: #fff;
  border-radius: 20px;
  background-color: #7f8c8d;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
.btn-cta-grey:hover { box-shadow: 0px 0px 15px 0px rgba(127,140,141,0.55); text-decoration: none; color: #fff; }
.topliste-tc { order: 5; width: 100%; font-size: 0.72em; color: #b2bec3; padding: 8px 20px 5px; }
.badge-type { display: inline-block; padding: 2px 10px; border-radius: 12px; font-size: 11px; font-weight: 700; margin-left: 6px; }
.badge-echtgeld { background: #e8f8f0; color: #27ae60; }
.badge-bonus { background: #fef0e7; color: #e67e22; }
.badge-vip { background: #f3e8fd; color: #8e44ad; }
.badge-crypto { background: #e8f4fd; color: #2980b9; }

/* ===== TABLES ===== */
.table-wrap { overflow-x: auto; margin: 20px 0; }
table { width: 100%; border-collapse: collapse; font-size: 0.92em; }
thead th { background: #2e3246; color: #fff; padding: 12px 15px; text-align: left; font-weight: 700; }
tbody tr:nth-child(even) { background: #f8f9fa; }
tbody tr:hover { background: #f1f3f4; }
tbody td { padding: 11px 15px; border-bottom: 1px solid #ecf0f1; color: #2c3e50; vertical-align: middle; }
tbody td:first-child { font-weight: 600; }
.check-yes { color: #2ecc71; font-size: 16px; }
.check-no { color: #ff2453; font-size: 16px; }
.check-mid { color: #f39c12; font-size: 16px; }

/* ===== INFO / WARNING BOXES ===== */
.info-box { background: #eaf6fb; border-left: 4px solid #3498db; border-radius: 5px; padding: 18px 22px; margin: 20px 0; font-size: 0.95em; color: #2c3e50; }
.info-box i { color: #3498db; margin-right: 8px; }
.warning-box { background: #fef9e7; border-left: 4px solid #f39c12; border-radius: 5px; padding: 18px 22px; margin: 20px 0; font-size: 0.95em; }
.warning-box i { color: #f39c12; margin-right: 8px; }
.success-box { background: #eafaf1; border-left: 4px solid #2ecc71; border-radius: 5px; padding: 18px 22px; margin: 20px 0; font-size: 0.95em; }
.success-box i { color: #2ecc71; margin-right: 8px; }

/* ===== FORMULA BOX ===== */
.formula-box { background: #2e3246; color: #fff; border-radius: 5px; padding: 20px 25px; margin: 20px 0; font-family: monospace; }
.formula-box p { color: #ecf0f1; margin-bottom: 8px; font-size: 1em; }
.formula-box p:last-child { margin-bottom: 0; }
.formula-box strong { color: #2ecc71; }

/* ===== CASHBACK TYPE CARDS ===== */
.type-cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 20px 0; }
.type-card { background: #f1f3f4; border-radius: 5px; padding: 20px; }
.type-card-icon { width: 40px; height: 40px; background: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; box-shadow: 0 1px 4px rgba(0,0,0,0.1); }
.type-card-icon i { color: #ff2453; font-size: 16px; }
.type-card h3 { font-size: 1em; font-weight: 700; color: #111; margin: 0 0 8px; }
.type-card p { font-size: 0.85em; color: #7f8c8d; line-height: 1.5; margin: 0; }

/* ===== PROS CONS ===== */
.pros-cons-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 20px 0; }
.pros-box, .cons-box { border-radius: 5px; padding: 20px; }
.pros-box { background: #eafaf1; }
.cons-box { background: #fdedee; }
.pros-box h4 { color: #27ae60; margin-bottom: 14px; font-size: 1em; }
.cons-box h4 { color: #e74c3c; margin-bottom: 14px; font-size: 1em; }
.pros-box ul, .cons-box ul { list-style: none; padding: 0; }
.pros-box li { padding: 5px 0 5px 24px; font-size: 0.9em; position: relative; color: #2c3e50; }
.cons-box li { padding: 5px 0 5px 24px; font-size: 0.9em; position: relative; color: #2c3e50; }
.pros-box li::before { content: '\f00c'; font-family: 'Font Awesome 5 Free'; font-weight: 900; color: #2ecc71; position: absolute; left: 0; }
.cons-box li::before { content: '\f00d'; font-family: 'Font Awesome 5 Free'; font-weight: 900; color: #ff2453; position: absolute; left: 0; }

/* ===== FEHLER BOX ===== */
.fehler-list { list-style: none; padding: 0; margin: 16px 0; }
.fehler-list li { padding: 14px 16px 14px 50px; border-radius: 5px; background: #f1f3f4; margin-bottom: 10px; position: relative; font-size: 0.95em; }
.fehler-list li::before { content: '\f071'; font-family: 'Font Awesome 5 Free'; font-weight: 900; color: #f39c12; position: absolute; left: 16px; top: 15px; font-size: 16px; }
.fehler-list li strong { color: #111; display: block; margin-bottom: 4px; }

/* ===== STRATEGY STEPS ===== */
.strategy-list { list-style: none; padding: 0; margin: 16px 0; counter-reset: strat; }
.strategy-list li { padding: 14px 16px 14px 58px; border-radius: 5px; background: #f1f3f4; margin-bottom: 10px; position: relative; font-size: 0.95em; counter-increment: strat; }
.strategy-list li::before { content: counter(strat); position: absolute; left: 16px; top: 50%; transform: translateY(-50%); width: 30px; height: 30px; background: #2e3246; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px; }
.strategy-list li strong { color: #111; }

/* ===== DETAILS ITEMS (Worauf achten) ===== */
.details-items { margin: 16px 0; }
.details-item { display: flex; gap: 16px; padding: 18px 0; border-top: 1px solid #f1f3f4; }
.details-item:first-child { border-top: none; }
.details-item-icon { width: 36px; height: 36px; flex-shrink: 0; background: #f1f3f4; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.details-item-icon i { color: #ff2453; font-size: 14px; }
.details-item-text h3 { font-size: 1.05em; margin: 0 0 6px; color: #111; }
.details-item-text p { font-size: 0.93em; color: #2c3e50; margin: 0; }

/* ===== DISCLAIMER ===== */
.disclaimer { background: #f1f3f4; border-radius: 5px; padding: 14px 18px; font-size: 0.78em; color: #7f8c8d; margin: 16px 0; text-align: center; }
.disclaimer strong { color: #2e3246; }

/* ===== FLOAT BAR ===== */
.float-bar { position: fixed; bottom: -80px; left: 0; right: 0; background: #2e3246; padding: 12px 20px; z-index: 999; transition: bottom 0.4s ease; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; box-shadow: 0 -4px 20px rgba(0,0,0,0.2); }
.float-bar.visible { bottom: 0; }
.float-bar-text { color: #fff; font-size: 0.9em; font-weight: 500; }
.float-bar-text span { color: #2ecc71; font-weight: 700; }
.float-bar-btn { display: inline-block; padding: 10px 28px; background: #2ecc71; color: #fff; border-radius: 23px; font-weight: 700; font-size: 0.9em; box-shadow: 0 0 15px rgba(45,221,108,0.5); transition: all 0.3s; }
.float-bar-btn:hover { box-shadow: 0 0 15px rgba(45,221,108,0); text-decoration: none; color: #fff; }

/* ===== TOC ===== */
.toc-box { background: #f1f3f4; border-radius: 5px; padding: 20px 25px; margin: 25px 0; }
.toc-box h4 { font-size: 0.9em; font-weight: 700; color: #2e3246; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 12px; }
.toc-list { list-style: none; padding: 0; columns: 2; column-gap: 20px; }
.toc-list li { break-inside: avoid; padding: 3px 0; }
.toc-list a { font-size: 0.88em; color: #2e3246; }
.toc-list a:hover { color: #ff2453; text-decoration: none; }
.toc-list a::before { content: '→ '; color: #ff2453; }

/* ===== GERMANY BLOCK ===== */
.germany-block { background: #f1f3f4; border-radius: 5px; padding: 22px 25px; margin: 20px 0; }
.germany-block h3 { color: #111; margin-bottom: 14px; }
.germany-list { list-style: none; padding: 0; margin: 12px 0; }
.germany-list li { padding: 5px 0 5px 24px; position: relative; font-size: 0.93em; color: #2c3e50; }
.germany-list li::before { content: '\f111'; font-family: 'Font Awesome 5 Free'; font-weight: 900; color: #ff2453; font-size: 8px; position: absolute; left: 2px; top: 10px; }
.helpline-box { background: #fff; border-radius: 5px; padding: 14px 18px; margin-top: 16px; border: 1px solid #dfe6e9; font-size: 0.88em; color: #7f8c8d; }
.helpline-box strong { color: #111; }
.helpline-box a { color: #ff2453; text-decoration: underline; }

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .article-hero h1 { font-size: 1.55em; }
  .type-cards-grid { grid-template-columns: 1fr 1fr; }
  .pros-cons-grid { grid-template-columns: 1fr; }
  .toc-list { columns: 1; }
  .space-organizations-3-archive-item-ins { flex-wrap: wrap; }
  .space-organizations-3-archive-item-logo,
  .space-organizations-3-archive-item-terms,
  .space-organizations-3-archive-item-rating { width: 100%; }
  .space-organizations-3-archive-item-button { width: 100%; padding: 10px 20px; }
  .float-bar { flex-direction: column; text-align: center; }
}
@media (max-width: 480px) {
  .type-cards-grid { grid-template-columns: 1fr; }
  .article-hero h1 { font-size: 1.35em; }
}