/* elektroroller-scooter-test.de hookfree CSS. Generated 2026-05-21. */
:root{--es-font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,sans-serif;--es-primary:#0066ff;--es-primary-dark:#0052cc;--es-accent:#00c853;}

/* === E-Roller 45 km/h Test === */
/* === RESET & BASE === */
.es-45-wrapper *, .es-45-wrapper *::before, .es-45-wrapper *::after { box-sizing: border-box; margin: 0; padding: 0; }
.es-45-wrapper { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif; color: #1e293b; line-height: 1.7; overflow-x: hidden; }
.es-45-wrapper a { color: #0066ff; text-decoration: none; transition: color 0.2s ease; }
.es-45-wrapper a:hover { color: #0052cc; }
.es-45-wrapper img { max-width: 100%; height: auto; display: block; }

/* === HERO === */
.es-45-hero {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 60%, #0f172a 100%);
  padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 3vw, 2rem);
  position: relative;
  overflow: hidden;
}
.es-45-hero::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(ellipse at 70% 20%, rgba(0,102,255,0.15) 0%, transparent 60%),
              radial-gradient(ellipse at 30% 80%, rgba(0,200,83,0.1) 0%, transparent 50%);
  pointer-events: none;
}
.es-45-hero-inner {
  max-width: 1200px; margin: 0 auto; position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center;
}
.es-45-breadcrumb { grid-column: 1 / -1; margin-bottom: 0.5rem; }
.es-45-breadcrumb a, .es-45-breadcrumb span { color: rgba(255,255,255,0.6); font-size: 0.85rem; }
.es-45-breadcrumb a:hover { color: #fff; }
.es-45-hero-text { color: #fff; }
.es-45-badges { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 1rem; }
.es-45-badge {
  display: inline-flex; align-items: center; gap: 0.3rem;
  padding: 0.3rem 0.75rem; border-radius: 20px; font-size: 0.8rem; font-weight: 600;
}
.es-45-badge-blue { background: rgba(0,102,255,0.2); color: #60a5fa; border: 1px solid rgba(0,102,255,0.3); }
.es-45-badge-green { background: rgba(0,200,83,0.2); color: #4ade80; border: 1px solid rgba(0,200,83,0.3); }
.es-45-hero-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 800; line-height: 1.2;
  margin-bottom: 1rem; color: #fff;
}
.es-45-hero-answer {
  font-size: clamp(1rem, 1.5vw, 1.15rem); color: rgba(255,255,255,0.85);
  line-height: 1.6; margin-bottom: 1.5rem; max-width: 540px;
}
.es-45-hero-img {
  border-radius: 12px; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.4);
  aspect-ratio: 16/10; background: linear-gradient(135deg, #1e293b, #334155);
}
.es-45-hero-img img { width: 100%; height: 100%; object-fit: cover; }

/* === CONTENT GRID === */
.es-45-content-area {
  max-width: 1200px; margin: 0 auto;
  padding: clamp(1.5rem, 3vw, 3rem) clamp(1rem, 3vw, 2rem);
  display: grid; grid-template-columns: 1fr 340px; gap: 2.5rem;
}
.es-45-main { min-width: 0; }
.es-45-main h2 {
  font-size: clamp(1.3rem, 2.5vw, 1.7rem); font-weight: 700; color: #0f172a;
  margin: 2.5rem 0 1rem; padding-bottom: 0.5rem;
  border-bottom: 3px solid #0066ff;
}
.es-45-main h2:first-child { margin-top: 0; }
.es-45-main h3 {
  font-size: clamp(1.1rem, 2vw, 1.3rem); font-weight: 600; color: #1e293b;
  margin: 2rem 0 0.75rem;
}
.es-45-main p { margin-bottom: 1rem; color: #334155; font-size: clamp(0.95rem, 1.2vw, 1.05rem); }
.es-45-main ul, .es-45-main ol { margin: 0.75rem 0 1.25rem 1.5rem; color: #334155; }
.es-45-main li { margin-bottom: 0.4rem; font-size: clamp(0.95rem, 1.2vw, 1.05rem); }

/* Highlight Box */
.es-45-highlight {
  background: linear-gradient(135deg, #eff6ff, #f0fdf4);
  border-left: 4px solid #0066ff; border-radius: 0 10px 10px 0;
  padding: 1.25rem 1.5rem; margin: 1.5rem 0;
}
.es-45-highlight strong { color: #0066ff; }

/* Warning Box */
.es-45-warning {
  background: #fef3c7; border-left: 4px solid #f59e0b;
  border-radius: 0 10px 10px 0; padding: 1.25rem 1.5rem; margin: 1.5rem 0;
}

/* Comparison Table */
.es-45-table-wrap { overflow-x: auto; margin: 1.5rem 0; border-radius: 10px; border: 1px solid #e2e8f0; }
.es-45-table { width: 100%; border-collapse: collapse; font-size: 0.95rem; }
.es-45-table th {
  background: #0f172a; color: #fff; padding: 0.75rem 1rem;
  text-align: left; font-weight: 600; white-space: nowrap;
}
.es-45-table td { padding: 0.75rem 1rem; border-bottom: 1px solid #e2e8f0; }
.es-45-table tr:nth-child(even) { background: #f8fafc; }
.es-45-table tr:hover { background: #eff6ff; }

/* === SIDEBAR === */
.es-45-sidebar { position: sticky; top: 2rem; align-self: start; }
.es-45-sidebar-card {
  background: #fff; border: 1px solid #e2e8f0; border-radius: 12px;
  padding: 1.5rem; margin-bottom: 1.5rem;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);
}
.es-45-sidebar-card h3 {
  font-size: 1rem; font-weight: 700; color: #0f172a;
  margin-bottom: 1rem; padding-bottom: 0.5rem; border-bottom: 2px solid #0066ff;
}
.es-45-sidebar-item {
  display: flex; justify-content: space-between; align-items: center;
  padding: 0.5rem 0; border-bottom: 1px solid #f1f5f9; font-size: 0.9rem;
}
.es-45-sidebar-item:last-child { border-bottom: none; }
.es-45-sidebar-label { color: #64748b; font-weight: 500; }
.es-45-sidebar-value { color: #0f172a; font-weight: 600; }
.es-45-sidebar-link {
  display: block; padding: 0.5rem 0; color: #0066ff; font-size: 0.9rem;
  border-bottom: 1px solid #f1f5f9;
}
.es-45-sidebar-link:last-child { border-bottom: none; }
.es-45-sidebar-link:hover { color: #0052cc; padding-left: 0.25rem; }

/* === FAQ === */
.es-45-faq { max-width: 1200px; margin: 0 auto; padding: 0 clamp(1rem, 3vw, 2rem) clamp(2rem, 4vw, 3rem); }
.es-45-faq-title {
  font-size: clamp(1.3rem, 2.5vw, 1.7rem); font-weight: 700;
  margin-bottom: 1.5rem; padding-bottom: 0.5rem; border-bottom: 3px solid #00c853;
}
.es-45-faq-item {
  border: 1px solid #e2e8f0; border-radius: 10px; margin-bottom: 0.75rem;
  overflow: hidden; transition: box-shadow 0.2s;
}
.es-45-faq-item:hover { box-shadow: 0 2px 10px rgba(0,0,0,0.06); }
.es-45-faq-q {
  display: flex; justify-content: space-between; align-items: center;
  padding: 1rem 1.25rem; cursor: pointer; font-weight: 600;
  font-size: 0.95rem; color: #0f172a; background: #fff;
  border: none; width: 100%; text-align: left;
  font-family: inherit; line-height: 1.5;
}
.es-45-faq-q:hover { background: #f8fafc; }
.es-45-faq-icon {
  flex-shrink: 0; width: 24px; height: 24px; margin-left: 1rem;
  transition: transform 0.3s ease; color: #0066ff; font-size: 1.2rem;
}
.es-45-faq-item.active .es-45-faq-icon { transform: rotate(45deg); }
.es-45-faq-a {
  max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 1.25rem; color: #334155; font-size: 0.95rem; line-height: 1.7;
}
.es-45-faq-item.active .es-45-faq-a { max-height: 600px; padding: 0 1.25rem 1.25rem; }

/* === E-E-A-T === */
.es-45-author {
  max-width: 1200px; margin: 0 auto; padding: 0 clamp(1rem, 3vw, 2rem) clamp(2rem, 4vw, 3rem);
}
.es-45-author-card {
  display: flex; gap: 1.5rem; align-items: center;
  background: linear-gradient(135deg, #eff6ff, #f0fdf4); border-radius: 12px;
  padding: 1.5rem; border: 1px solid #e2e8f0;
}
.es-45-author-avatar {
  width: 70px; height: 70px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, #0066ff, #00c853);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 1.5rem; font-weight: 700;
}
.es-45-author-name { font-weight: 700; color: #0f172a; font-size: 1rem; }
.es-45-author-role { color: #64748b; font-size: 0.85rem; margin-top: 0.15rem; }
.es-45-author-bio { color: #334155; font-size: 0.9rem; margin-top: 0.5rem; line-height: 1.6; }

/* === DISCLAIMER === */
.es-45-disclaimer {
  max-width: 1200px; margin: 0 auto; padding: 0 clamp(1rem, 3vw, 2rem) clamp(2rem, 4vw, 3rem);
}
.es-45-disclaimer-inner {
  background: #f1f5f9; border-radius: 10px; padding: 1.25rem 1.5rem;
  font-size: 0.8rem; color: #64748b; line-height: 1.6;
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {
  .es-45-content-area { grid-template-columns: 1fr; }
  .es-45-sidebar { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
}
@media (max-width: 768px) {
  .es-45-hero-inner { grid-template-columns: 1fr; }
  .es-45-hero-img { max-width: 400px; }
  .es-45-sidebar { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .es-45-badges { flex-direction: column; }
  .es-45-table { font-size: 0.85rem; }
  .es-45-table th, .es-45-table td { padding: 0.5rem 0.75rem; }
}

/* === PRINT === */
@media print {
  .es-45-hero { background: #fff !important; color: #000 !important; }
  .es-45-hero-title, .es-45-breadcrumb a, .es-45-breadcrumb span,
  .es-45-hero-answer { color: #000 !important; }
  .es-45-sidebar { display: none; }
  .es-45-faq-a { max-height: none !important; padding: 0.5rem 1.25rem 1rem !important; }
}


/* === Ab wann darf man E-Roller fahren === */
/* === RESET & BASE === */
.es-alter-wrapper *, .es-alter-wrapper *::before, .es-alter-wrapper *::after { box-sizing: border-box; margin: 0; padding: 0; }
.es-alter-wrapper { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif; color: #1e293b; line-height: 1.7; overflow-x: hidden; }
.es-alter-wrapper a { color: #0066ff; text-decoration: none; transition: color 0.2s ease; }
.es-alter-wrapper a:hover { color: #0052cc; }
.es-alter-wrapper img { max-width: 100%; height: auto; display: block; }

/* === HERO === */
.es-alter-hero {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 60%, #0f172a 100%);
  padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 3vw, 2rem);
  position: relative; overflow: hidden;
}
.es-alter-hero::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(ellipse at 70% 20%, rgba(0,102,255,0.15) 0%, transparent 60%),
              radial-gradient(ellipse at 30% 80%, rgba(0,200,83,0.1) 0%, transparent 50%);
  pointer-events: none;
}
.es-alter-hero-inner {
  max-width: 1200px; margin: 0 auto; position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center;
}
.es-alter-breadcrumb { grid-column: 1 / -1; margin-bottom: 0.5rem; }
.es-alter-breadcrumb a, .es-alter-breadcrumb span { color: rgba(255,255,255,0.6); font-size: 0.85rem; }
.es-alter-breadcrumb a:hover { color: #fff; }
.es-alter-hero-text { color: #fff; }
.es-alter-badges { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 1rem; }
.es-alter-badge {
  display: inline-flex; align-items: center; gap: 0.3rem;
  padding: 0.3rem 0.75rem; border-radius: 20px; font-size: 0.8rem; font-weight: 600;
}
.es-alter-badge-blue { background: rgba(0,102,255,0.2); color: #60a5fa; border: 1px solid rgba(0,102,255,0.3); }
.es-alter-badge-green { background: rgba(0,200,83,0.2); color: #4ade80; border: 1px solid rgba(0,200,83,0.3); }
.es-alter-hero-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 800; line-height: 1.2;
  margin-bottom: 1rem; color: #fff;
}
.es-alter-hero-answer {
  font-size: clamp(1rem, 1.5vw, 1.15rem); color: rgba(255,255,255,0.85);
  line-height: 1.6; margin-bottom: 1.5rem; max-width: 540px;
}
.es-alter-hero-img {
  border-radius: 12px; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.4);
  aspect-ratio: 16/10; background: linear-gradient(135deg, #1e3a5f, #0f172a, #1a3d2e);
  display: flex; align-items: center; justify-content: center;
}
.es-alter-hero-img .es-alter-placeholder {
  color: rgba(255,255,255,0.3); font-size: 3rem;
}

/* === CONTENT GRID === */
.es-alter-content-area {
  max-width: 1200px; margin: 0 auto;
  padding: clamp(1.5rem, 3vw, 3rem) clamp(1rem, 3vw, 2rem);
  display: grid; grid-template-columns: 1fr 340px; gap: 2.5rem;
}
.es-alter-main { min-width: 0; }
.es-alter-main h2 {
  font-size: clamp(1.3rem, 2.5vw, 1.7rem); font-weight: 700; color: #0f172a;
  margin: 2.5rem 0 1rem; padding-bottom: 0.5rem;
  border-bottom: 3px solid #0066ff;
}
.es-alter-main h2:first-child { margin-top: 0; }
.es-alter-main h3 {
  font-size: clamp(1.1rem, 2vw, 1.3rem); font-weight: 600; color: #1e293b;
  margin: 2rem 0 0.75rem;
}
.es-alter-main p { margin-bottom: 1rem; color: #334155; font-size: clamp(0.95rem, 1.2vw, 1.05rem); }
.es-alter-main ul, .es-alter-main ol { margin: 0.75rem 0 1.25rem 1.5rem; color: #334155; }
.es-alter-main li { margin-bottom: 0.4rem; font-size: clamp(0.95rem, 1.2vw, 1.05rem); }

.es-alter-highlight {
  background: linear-gradient(135deg, #eff6ff, #f0fdf4);
  border-left: 4px solid #0066ff; border-radius: 0 10px 10px 0;
  padding: 1.25rem 1.5rem; margin: 1.5rem 0;
}
.es-alter-highlight strong { color: #0066ff; }

.es-alter-warning {
  background: #fef3c7; border-left: 4px solid #f59e0b;
  border-radius: 0 10px 10px 0; padding: 1.25rem 1.5rem; margin: 1.5rem 0;
}

.es-alter-table-wrap { overflow-x: auto; margin: 1.5rem 0; border-radius: 10px; border: 1px solid #e2e8f0; }
.es-alter-table { width: 100%; border-collapse: collapse; font-size: 0.95rem; }
.es-alter-table th {
  background: #0f172a; color: #fff; padding: 0.75rem 1rem;
  text-align: left; font-weight: 600; white-space: nowrap;
}
.es-alter-table td { padding: 0.75rem 1rem; border-bottom: 1px solid #e2e8f0; }
.es-alter-table tr:nth-child(even) { background: #f8fafc; }
.es-alter-table tr:hover { background: #eff6ff; }

/* === SIDEBAR === */
.es-alter-sidebar { position: sticky; top: 2rem; align-self: start; }
.es-alter-sidebar-card {
  background: #fff; border: 1px solid #e2e8f0; border-radius: 12px;
  padding: 1.5rem; margin-bottom: 1.5rem;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);
}
.es-alter-sidebar-card h3 {
  font-size: 1rem; font-weight: 700; color: #0f172a;
  margin-bottom: 1rem; padding-bottom: 0.5rem; border-bottom: 2px solid #0066ff;
}
.es-alter-sidebar-item {
  display: flex; justify-content: space-between; align-items: center;
  padding: 0.5rem 0; border-bottom: 1px solid #f1f5f9; font-size: 0.9rem;
}
.es-alter-sidebar-item:last-child { border-bottom: none; }
.es-alter-sidebar-label { color: #64748b; font-weight: 500; }
.es-alter-sidebar-value { color: #0f172a; font-weight: 600; }
.es-alter-sidebar-link {
  display: block; padding: 0.5rem 0; color: #0066ff; font-size: 0.9rem;
  border-bottom: 1px solid #f1f5f9;
}
.es-alter-sidebar-link:last-child { border-bottom: none; }
.es-alter-sidebar-link:hover { color: #0052cc; padding-left: 0.25rem; }

/* === FAQ === */
.es-alter-faq { max-width: 1200px; margin: 0 auto; padding: 0 clamp(1rem, 3vw, 2rem) clamp(2rem, 4vw, 3rem); }
.es-alter-faq-title {
  font-size: clamp(1.3rem, 2.5vw, 1.7rem); font-weight: 700;
  margin-bottom: 1.5rem; padding-bottom: 0.5rem; border-bottom: 3px solid #00c853;
}
.es-alter-faq-item {
  border: 1px solid #e2e8f0; border-radius: 10px; margin-bottom: 0.75rem;
  overflow: hidden; transition: box-shadow 0.2s;
}
.es-alter-faq-item:hover { box-shadow: 0 2px 10px rgba(0,0,0,0.06); }
.es-alter-faq-q {
  display: flex; justify-content: space-between; align-items: center;
  padding: 1rem 1.25rem; cursor: pointer; font-weight: 600;
  font-size: 0.95rem; color: #0f172a; background: #fff;
  border: none; width: 100%; text-align: left;
  font-family: inherit; line-height: 1.5;
}
.es-alter-faq-q:hover { background: #f8fafc; }
.es-alter-faq-icon {
  flex-shrink: 0; width: 24px; height: 24px; margin-left: 1rem;
  transition: transform 0.3s ease; color: #0066ff; font-size: 1.2rem;
}
.es-alter-faq-item.active .es-alter-faq-icon { transform: rotate(45deg); }
.es-alter-faq-a {
  max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 1.25rem; color: #334155; font-size: 0.95rem; line-height: 1.7;
}
.es-alter-faq-item.active .es-alter-faq-a { max-height: 600px; padding: 0 1.25rem 1.25rem; }

/* === E-E-A-T === */
.es-alter-author {
  max-width: 1200px; margin: 0 auto; padding: 0 clamp(1rem, 3vw, 2rem) clamp(2rem, 4vw, 3rem);
}
.es-alter-author-card {
  display: flex; gap: 1.5rem; align-items: center;
  background: linear-gradient(135deg, #eff6ff, #f0fdf4); border-radius: 12px;
  padding: 1.5rem; border: 1px solid #e2e8f0;
}
.es-alter-author-avatar {
  width: 70px; height: 70px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, #0066ff, #00c853);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 1.5rem; font-weight: 700;
}
.es-alter-author-name { font-weight: 700; color: #0f172a; font-size: 1rem; }
.es-alter-author-role { color: #64748b; font-size: 0.85rem; margin-top: 0.15rem; }
.es-alter-author-bio { color: #334155; font-size: 0.9rem; margin-top: 0.5rem; line-height: 1.6; }

/* === DISCLAIMER === */
.es-alter-disclaimer {
  max-width: 1200px; margin: 0 auto; padding: 0 clamp(1rem, 3vw, 2rem) clamp(2rem, 4vw, 3rem);
}
.es-alter-disclaimer-inner {
  background: #f1f5f9; border-radius: 10px; padding: 1.25rem 1.5rem;
  font-size: 0.8rem; color: #64748b; line-height: 1.6;
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {
  .es-alter-content-area { grid-template-columns: 1fr; }
  .es-alter-sidebar { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
}
@media (max-width: 768px) {
  .es-alter-hero-inner { grid-template-columns: 1fr; }
  .es-alter-hero-img { max-width: 400px; }
  .es-alter-sidebar { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .es-alter-badges { flex-direction: column; }
  .es-alter-table { font-size: 0.85rem; }
  .es-alter-table th, .es-alter-table td { padding: 0.5rem 0.75rem; }
}

/* === PRINT === */
@media print {
  .es-alter-hero { background: #fff !important; color: #000 !important; }
  .es-alter-hero-title, .es-alter-breadcrumb a, .es-alter-breadcrumb span,
  .es-alter-hero-answer { color: #000 !important; }
  .es-alter-sidebar { display: none; }
  .es-alter-faq-a { max-height: none !important; padding: 0.5rem 1.25rem 1rem !important; }
}


/* === E-Scooter mit Straßenzulassung === */
/* === RESET & BASE === */
.es-zul-wrapper *, .es-zul-wrapper *::before, .es-zul-wrapper *::after { box-sizing: border-box; margin: 0; padding: 0; }
.es-zul-wrapper { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif; color: #1e293b; line-height: 1.7; overflow-x: hidden; }
.es-zul-wrapper a { color: #0066ff; text-decoration: none; transition: color 0.2s ease; }
.es-zul-wrapper a:hover { color: #0052cc; }
.es-zul-wrapper img { max-width: 100%; height: auto; display: block; }

/* === HERO === */
.es-zul-hero {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 60%, #0f172a 100%);
  padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 3vw, 2rem);
  position: relative; overflow: hidden;
}
.es-zul-hero::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(ellipse at 70% 20%, rgba(0,102,255,0.15) 0%, transparent 60%),
              radial-gradient(ellipse at 30% 80%, rgba(0,200,83,0.1) 0%, transparent 50%);
  pointer-events: none;
}
.es-zul-hero-inner {
  max-width: 1200px; margin: 0 auto; position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center;
}
.es-zul-breadcrumb { grid-column: 1 / -1; margin-bottom: 0.5rem; }
.es-zul-breadcrumb a, .es-zul-breadcrumb span { color: rgba(255,255,255,0.6); font-size: 0.85rem; }
.es-zul-breadcrumb a:hover { color: #fff; }
.es-zul-hero-text { color: #fff; }
.es-zul-badges { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 1rem; }
.es-zul-badge {
  display: inline-flex; align-items: center; gap: 0.3rem;
  padding: 0.3rem 0.75rem; border-radius: 20px; font-size: 0.8rem; font-weight: 600;
}
.es-zul-badge-blue { background: rgba(0,102,255,0.2); color: #60a5fa; border: 1px solid rgba(0,102,255,0.3); }
.es-zul-badge-green { background: rgba(0,200,83,0.2); color: #4ade80; border: 1px solid rgba(0,200,83,0.3); }
.es-zul-hero-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 800; line-height: 1.2;
  margin-bottom: 1rem; color: #fff;
}
.es-zul-hero-answer {
  font-size: clamp(1rem, 1.5vw, 1.15rem); color: rgba(255,255,255,0.85);
  line-height: 1.6; margin-bottom: 1.5rem; max-width: 540px;
}
.es-zul-hero-img {
  border-radius: 12px; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.4);
  aspect-ratio: 16/10; background: linear-gradient(135deg, #1e293b, #334155);
}
.es-zul-hero-img img { width: 100%; height: 100%; object-fit: cover; }

/* === CONTENT GRID === */
.es-zul-content-area {
  max-width: 1200px; margin: 0 auto;
  padding: clamp(1.5rem, 3vw, 3rem) clamp(1rem, 3vw, 2rem);
  display: grid; grid-template-columns: 1fr 340px; gap: 2.5rem;
}
.es-zul-main { min-width: 0; }
.es-zul-main h2 {
  font-size: clamp(1.3rem, 2.5vw, 1.7rem); font-weight: 700; color: #0f172a;
  margin: 2.5rem 0 1rem; padding-bottom: 0.5rem; border-bottom: 3px solid #0066ff;
}
.es-zul-main h2:first-child { margin-top: 0; }
.es-zul-main h3 {
  font-size: clamp(1.1rem, 2vw, 1.3rem); font-weight: 600; color: #1e293b;
  margin: 2rem 0 0.75rem;
}
.es-zul-main p { margin-bottom: 1rem; color: #334155; font-size: clamp(0.95rem, 1.2vw, 1.05rem); }
.es-zul-main ul, .es-zul-main ol { margin: 0.75rem 0 1.25rem 1.5rem; color: #334155; }
.es-zul-main li { margin-bottom: 0.4rem; font-size: clamp(0.95rem, 1.2vw, 1.05rem); }

.es-zul-highlight {
  background: linear-gradient(135deg, #eff6ff, #f0fdf4);
  border-left: 4px solid #0066ff; border-radius: 0 10px 10px 0;
  padding: 1.25rem 1.5rem; margin: 1.5rem 0;
}
.es-zul-highlight strong { color: #0066ff; }

.es-zul-warning {
  background: #fef3c7; border-left: 4px solid #f59e0b;
  border-radius: 0 10px 10px 0; padding: 1.25rem 1.5rem; margin: 1.5rem 0;
}

.es-zul-table-wrap { overflow-x: auto; margin: 1.5rem 0; border-radius: 10px; border: 1px solid #e2e8f0; }
.es-zul-table { width: 100%; border-collapse: collapse; font-size: 0.95rem; }
.es-zul-table th { background: #0f172a; color: #fff; padding: 0.75rem 1rem; text-align: left; font-weight: 600; white-space: nowrap; }
.es-zul-table td { padding: 0.75rem 1rem; border-bottom: 1px solid #e2e8f0; }
.es-zul-table tr:nth-child(even) { background: #f8fafc; }
.es-zul-table tr:hover { background: #eff6ff; }

/* === SIDEBAR === */
.es-zul-sidebar { position: sticky; top: 2rem; align-self: start; }
.es-zul-sidebar-card {
  background: #fff; border: 1px solid #e2e8f0; border-radius: 12px;
  padding: 1.5rem; margin-bottom: 1.5rem; box-shadow: 0 4px 15px rgba(0,0,0,0.06);
}
.es-zul-sidebar-card h3 {
  font-size: 1rem; font-weight: 700; color: #0f172a;
  margin-bottom: 1rem; padding-bottom: 0.5rem; border-bottom: 2px solid #0066ff;
}
.es-zul-sidebar-item {
  display: flex; justify-content: space-between; align-items: center;
  padding: 0.5rem 0; border-bottom: 1px solid #f1f5f9; font-size: 0.9rem;
}
.es-zul-sidebar-item:last-child { border-bottom: none; }
.es-zul-sidebar-label { color: #64748b; font-weight: 500; }
.es-zul-sidebar-value { color: #0f172a; font-weight: 600; }
.es-zul-sidebar-link {
  display: block; padding: 0.5rem 0; color: #0066ff; font-size: 0.9rem; border-bottom: 1px solid #f1f5f9;
}
.es-zul-sidebar-link:last-child { border-bottom: none; }
.es-zul-sidebar-link:hover { color: #0052cc; padding-left: 0.25rem; }

/* === FAQ === */
.es-zul-faq { max-width: 1200px; margin: 0 auto; padding: 0 clamp(1rem, 3vw, 2rem) clamp(2rem, 4vw, 3rem); }
.es-zul-faq-title { font-size: clamp(1.3rem, 2.5vw, 1.7rem); font-weight: 700; margin-bottom: 1.5rem; padding-bottom: 0.5rem; border-bottom: 3px solid #00c853; }
.es-zul-faq-item { border: 1px solid #e2e8f0; border-radius: 10px; margin-bottom: 0.75rem; overflow: hidden; transition: box-shadow 0.2s; }
.es-zul-faq-item:hover { box-shadow: 0 2px 10px rgba(0,0,0,0.06); }
.es-zul-faq-q {
  display: flex; justify-content: space-between; align-items: center;
  padding: 1rem 1.25rem; cursor: pointer; font-weight: 600; font-size: 0.95rem;
  color: #0f172a; background: #fff; border: none; width: 100%; text-align: left;
  font-family: inherit; line-height: 1.5;
}
.es-zul-faq-q:hover { background: #f8fafc; }
.es-zul-faq-icon { flex-shrink: 0; width: 24px; height: 24px; margin-left: 1rem; transition: transform 0.3s ease; color: #0066ff; font-size: 1.2rem; }
.es-zul-faq-item.active .es-zul-faq-icon { transform: rotate(45deg); }
.es-zul-faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.35s ease; padding: 0 1.25rem; color: #334155; font-size: 0.95rem; line-height: 1.7; }
.es-zul-faq-item.active .es-zul-faq-a { max-height: 600px; padding: 0 1.25rem 1.25rem; }

/* === E-E-A-T === */
.es-zul-author { max-width: 1200px; margin: 0 auto; padding: 0 clamp(1rem, 3vw, 2rem) clamp(2rem, 4vw, 3rem); }
.es-zul-author-card {
  display: flex; gap: 1.5rem; align-items: center;
  background: linear-gradient(135deg, #eff6ff, #f0fdf4); border-radius: 12px;
  padding: 1.5rem; border: 1px solid #e2e8f0;
}
.es-zul-author-avatar {
  width: 70px; height: 70px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, #0066ff, #00c853);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 1.5rem; font-weight: 700;
}
.es-zul-author-name { font-weight: 700; color: #0f172a; font-size: 1rem; }
.es-zul-author-role { color: #64748b; font-size: 0.85rem; margin-top: 0.15rem; }
.es-zul-author-bio { color: #334155; font-size: 0.9rem; margin-top: 0.5rem; line-height: 1.6; }

/* === DISCLAIMER === */
.es-zul-disclaimer { max-width: 1200px; margin: 0 auto; padding: 0 clamp(1rem, 3vw, 2rem) clamp(2rem, 4vw, 3rem); }
.es-zul-disclaimer-inner { background: #f1f5f9; border-radius: 10px; padding: 1.25rem 1.5rem; font-size: 0.8rem; color: #64748b; line-height: 1.6; }

/* === RESPONSIVE === */
@media (max-width: 1024px) {
  .es-zul-content-area { grid-template-columns: 1fr; }
  .es-zul-sidebar { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
}
@media (max-width: 768px) {
  .es-zul-hero-inner { grid-template-columns: 1fr; }
  .es-zul-hero-img { max-width: 400px; }
  .es-zul-sidebar { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .es-zul-badges { flex-direction: column; }
  .es-zul-table { font-size: 0.85rem; }
  .es-zul-table th, .es-zul-table td { padding: 0.5rem 0.75rem; }
}

@media print {
  .es-zul-hero { background: #fff !important; color: #000 !important; }
  .es-zul-hero-title, .es-zul-breadcrumb a, .es-zul-breadcrumb span, .es-zul-hero-answer { color: #000 !important; }
  .es-zul-sidebar { display: none; }
  .es-zul-faq-a { max-height: none !important; padding: 0.5rem 1.25rem 1rem !important; }
}


/* === E-Scooter gegen Fahrrad === */
/* === RESET & BASE === */
.es-vgl-wrapper *, .es-vgl-wrapper *::before, .es-vgl-wrapper *::after { box-sizing: border-box; margin: 0; padding: 0; }
.es-vgl-wrapper { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif; color: #1e293b; line-height: 1.7; overflow-x: hidden; }
.es-vgl-wrapper a { color: #0066ff; text-decoration: none; transition: color 0.2s ease; }
.es-vgl-wrapper a:hover { color: #0052cc; }
.es-vgl-wrapper img { max-width: 100%; height: auto; display: block; }

/* === HERO === */
.es-vgl-hero {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 60%, #0f172a 100%);
  padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 3vw, 2rem);
  position: relative; overflow: hidden;
}
.es-vgl-hero::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(ellipse at 70% 20%, rgba(0,102,255,0.15) 0%, transparent 60%),
              radial-gradient(ellipse at 30% 80%, rgba(0,200,83,0.1) 0%, transparent 50%);
  pointer-events: none;
}
.es-vgl-hero-inner {
  max-width: 1200px; margin: 0 auto; position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center;
}
.es-vgl-breadcrumb { grid-column: 1 / -1; margin-bottom: 0.5rem; }
.es-vgl-breadcrumb a, .es-vgl-breadcrumb span { color: rgba(255,255,255,0.6); font-size: 0.85rem; }
.es-vgl-breadcrumb a:hover { color: #fff; }
.es-vgl-hero-text { color: #fff; }
.es-vgl-badges { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 1rem; }
.es-vgl-badge { display: inline-flex; align-items: center; gap: 0.3rem; padding: 0.3rem 0.75rem; border-radius: 20px; font-size: 0.8rem; font-weight: 600; }
.es-vgl-badge-blue { background: rgba(0,102,255,0.2); color: #60a5fa; border: 1px solid rgba(0,102,255,0.3); }
.es-vgl-badge-green { background: rgba(0,200,83,0.2); color: #4ade80; border: 1px solid rgba(0,200,83,0.3); }
.es-vgl-hero-title { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 800; line-height: 1.2; margin-bottom: 1rem; color: #fff; }
.es-vgl-hero-answer { font-size: clamp(1rem, 1.5vw, 1.15rem); color: rgba(255,255,255,0.85); line-height: 1.6; margin-bottom: 1.5rem; max-width: 540px; }
.es-vgl-hero-img { border-radius: 12px; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.4); aspect-ratio: 16/10; background: linear-gradient(135deg, #1e293b, #334155); }
.es-vgl-hero-img img { width: 100%; height: 100%; object-fit: cover; }

/* === CONTENT GRID === */
.es-vgl-content-area {
  max-width: 1200px; margin: 0 auto;
  padding: clamp(1.5rem, 3vw, 3rem) clamp(1rem, 3vw, 2rem);
  display: grid; grid-template-columns: 1fr 340px; gap: 2.5rem;
}
.es-vgl-main { min-width: 0; }
.es-vgl-main h2 { font-size: clamp(1.3rem, 2.5vw, 1.7rem); font-weight: 700; color: #0f172a; margin: 2.5rem 0 1rem; padding-bottom: 0.5rem; border-bottom: 3px solid #0066ff; }
.es-vgl-main h2:first-child { margin-top: 0; }
.es-vgl-main h3 { font-size: clamp(1.1rem, 2vw, 1.3rem); font-weight: 600; color: #1e293b; margin: 2rem 0 0.75rem; }
.es-vgl-main p { margin-bottom: 1rem; color: #334155; font-size: clamp(0.95rem, 1.2vw, 1.05rem); }
.es-vgl-main ul, .es-vgl-main ol { margin: 0.75rem 0 1.25rem 1.5rem; color: #334155; }
.es-vgl-main li { margin-bottom: 0.4rem; font-size: clamp(0.95rem, 1.2vw, 1.05rem); }

.es-vgl-highlight { background: linear-gradient(135deg, #eff6ff, #f0fdf4); border-left: 4px solid #0066ff; border-radius: 0 10px 10px 0; padding: 1.25rem 1.5rem; margin: 1.5rem 0; }
.es-vgl-highlight strong { color: #0066ff; }
.es-vgl-warning { background: #fef3c7; border-left: 4px solid #f59e0b; border-radius: 0 10px 10px 0; padding: 1.25rem 1.5rem; margin: 1.5rem 0; }

.es-vgl-table-wrap { overflow-x: auto; margin: 1.5rem 0; border-radius: 10px; border: 1px solid #e2e8f0; }
.es-vgl-table { width: 100%; border-collapse: collapse; font-size: 0.95rem; }
.es-vgl-table th { background: #0f172a; color: #fff; padding: 0.75rem 1rem; text-align: left; font-weight: 600; white-space: nowrap; }
.es-vgl-table td { padding: 0.75rem 1rem; border-bottom: 1px solid #e2e8f0; }
.es-vgl-table tr:nth-child(even) { background: #f8fafc; }
.es-vgl-table tr:hover { background: #eff6ff; }

/* === SIDEBAR === */
.es-vgl-sidebar { position: sticky; top: 2rem; align-self: start; }
.es-vgl-sidebar-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 1.5rem; margin-bottom: 1.5rem; box-shadow: 0 4px 15px rgba(0,0,0,0.06); }
.es-vgl-sidebar-card h3 { font-size: 1rem; font-weight: 700; color: #0f172a; margin-bottom: 1rem; padding-bottom: 0.5rem; border-bottom: 2px solid #0066ff; }
.es-vgl-sidebar-item { display: flex; justify-content: space-between; align-items: center; padding: 0.5rem 0; border-bottom: 1px solid #f1f5f9; font-size: 0.9rem; }
.es-vgl-sidebar-item:last-child { border-bottom: none; }
.es-vgl-sidebar-label { color: #64748b; font-weight: 500; }
.es-vgl-sidebar-value { color: #0f172a; font-weight: 600; }
.es-vgl-sidebar-link { display: block; padding: 0.5rem 0; color: #0066ff; font-size: 0.9rem; border-bottom: 1px solid #f1f5f9; }
.es-vgl-sidebar-link:last-child { border-bottom: none; }
.es-vgl-sidebar-link:hover { color: #0052cc; padding-left: 0.25rem; }

/* === FAQ === */
.es-vgl-faq { max-width: 1200px; margin: 0 auto; padding: 0 clamp(1rem, 3vw, 2rem) clamp(2rem, 4vw, 3rem); }
.es-vgl-faq-title { font-size: clamp(1.3rem, 2.5vw, 1.7rem); font-weight: 700; margin-bottom: 1.5rem; padding-bottom: 0.5rem; border-bottom: 3px solid #00c853; }
.es-vgl-faq-item { border: 1px solid #e2e8f0; border-radius: 10px; margin-bottom: 0.75rem; overflow: hidden; transition: box-shadow 0.2s; }
.es-vgl-faq-item:hover { box-shadow: 0 2px 10px rgba(0,0,0,0.06); }
.es-vgl-faq-q { display: flex; justify-content: space-between; align-items: center; padding: 1rem 1.25rem; cursor: pointer; font-weight: 600; font-size: 0.95rem; color: #0f172a; background: #fff; border: none; width: 100%; text-align: left; font-family: inherit; line-height: 1.5; }
.es-vgl-faq-q:hover { background: #f8fafc; }
.es-vgl-faq-icon { flex-shrink: 0; width: 24px; height: 24px; margin-left: 1rem; transition: transform 0.3s ease; color: #0066ff; font-size: 1.2rem; }
.es-vgl-faq-item.active .es-vgl-faq-icon { transform: rotate(45deg); }
.es-vgl-faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.35s ease; padding: 0 1.25rem; color: #334155; font-size: 0.95rem; line-height: 1.7; }
.es-vgl-faq-item.active .es-vgl-faq-a { max-height: 600px; padding: 0 1.25rem 1.25rem; }

/* === E-E-A-T === */
.es-vgl-author { max-width: 1200px; margin: 0 auto; padding: 0 clamp(1rem, 3vw, 2rem) clamp(2rem, 4vw, 3rem); }
.es-vgl-author-card { display: flex; gap: 1.5rem; align-items: center; background: linear-gradient(135deg, #eff6ff, #f0fdf4); border-radius: 12px; padding: 1.5rem; border: 1px solid #e2e8f0; }
.es-vgl-author-avatar { width: 70px; height: 70px; border-radius: 50%; flex-shrink: 0; background: linear-gradient(135deg, #0066ff, #00c853); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.5rem; font-weight: 700; }
.es-vgl-author-name { font-weight: 700; color: #0f172a; font-size: 1rem; }
.es-vgl-author-role { color: #64748b; font-size: 0.85rem; margin-top: 0.15rem; }
.es-vgl-author-bio { color: #334155; font-size: 0.9rem; margin-top: 0.5rem; line-height: 1.6; }

.es-vgl-disclaimer { max-width: 1200px; margin: 0 auto; padding: 0 clamp(1rem, 3vw, 2rem) clamp(2rem, 4vw, 3rem); }
.es-vgl-disclaimer-inner { background: #f1f5f9; border-radius: 10px; padding: 1.25rem 1.5rem; font-size: 0.8rem; color: #64748b; line-height: 1.6; }

/* === RESPONSIVE === */
@media (max-width: 1024px) {
  .es-vgl-content-area { grid-template-columns: 1fr; }
  .es-vgl-sidebar { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
}
@media (max-width: 768px) {
  .es-vgl-hero-inner { grid-template-columns: 1fr; }
  .es-vgl-hero-img { max-width: 400px; }
  .es-vgl-sidebar { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .es-vgl-badges { flex-direction: column; }
  .es-vgl-table { font-size: 0.85rem; }
  .es-vgl-table th, .es-vgl-table td { padding: 0.5rem 0.75rem; }
}
@media print {
  .es-vgl-hero { background: #fff !important; color: #000 !important; }
  .es-vgl-hero-title, .es-vgl-breadcrumb a, .es-vgl-breadcrumb span, .es-vgl-hero-answer { color: #000 !important; }
  .es-vgl-sidebar { display: none; }
  .es-vgl-faq-a { max-height: none !important; padding: 0.5rem 1.25rem 1rem !important; }
}


/* === Elektroroller tunen === */
/* === RESET & BASE === */
.es-tune-wrapper *, .es-tune-wrapper *::before, .es-tune-wrapper *::after { box-sizing: border-box; margin: 0; padding: 0; }
.es-tune-wrapper { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif; color: #1e293b; line-height: 1.7; overflow-x: hidden; }
.es-tune-wrapper a { color: #0066ff; text-decoration: none; transition: color 0.2s ease; }
.es-tune-wrapper a:hover { color: #0052cc; }
.es-tune-wrapper img { max-width: 100%; height: auto; display: block; }

/* === HERO === */
.es-tune-hero {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 60%, #0f172a 100%);
  padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 3vw, 2rem);
  position: relative; overflow: hidden;
}
.es-tune-hero::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(ellipse at 70% 20%, rgba(0,102,255,0.15) 0%, transparent 60%),
              radial-gradient(ellipse at 30% 80%, rgba(0,200,83,0.1) 0%, transparent 50%);
  pointer-events: none;
}
.es-tune-hero-inner {
  max-width: 1200px; margin: 0 auto; position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center;
}
.es-tune-breadcrumb { grid-column: 1 / -1; margin-bottom: 0.5rem; }
.es-tune-breadcrumb a, .es-tune-breadcrumb span { color: rgba(255,255,255,0.6); font-size: 0.85rem; }
.es-tune-breadcrumb a:hover { color: #fff; }
.es-tune-hero-text { color: #fff; }
.es-tune-badges { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 1rem; }
.es-tune-badge { display: inline-flex; align-items: center; gap: 0.3rem; padding: 0.3rem 0.75rem; border-radius: 20px; font-size: 0.8rem; font-weight: 600; }
.es-tune-badge-blue { background: rgba(0,102,255,0.2); color: #60a5fa; border: 1px solid rgba(0,102,255,0.3); }
.es-tune-badge-red { background: rgba(239,68,68,0.2); color: #f87171; border: 1px solid rgba(239,68,68,0.3); }
.es-tune-hero-title { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 800; line-height: 1.2; margin-bottom: 1rem; color: #fff; }
.es-tune-hero-answer { font-size: clamp(1rem, 1.5vw, 1.15rem); color: rgba(255,255,255,0.85); line-height: 1.6; margin-bottom: 1.5rem; max-width: 540px; }
.es-tune-hero-img { border-radius: 12px; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.4); aspect-ratio: 16/10; background: linear-gradient(135deg, #1e293b, #334155); }
.es-tune-hero-img img { width: 100%; height: 100%; object-fit: cover; }

/* === CONTENT GRID === */
.es-tune-content-area {
  max-width: 1200px; margin: 0 auto;
  padding: clamp(1.5rem, 3vw, 3rem) clamp(1rem, 3vw, 2rem);
  display: grid; grid-template-columns: 1fr 340px; gap: 2.5rem;
}
.es-tune-main { min-width: 0; }
.es-tune-main h2 { font-size: clamp(1.3rem, 2.5vw, 1.7rem); font-weight: 700; color: #0f172a; margin: 2.5rem 0 1rem; padding-bottom: 0.5rem; border-bottom: 3px solid #0066ff; }
.es-tune-main h2:first-child { margin-top: 0; }
.es-tune-main h3 { font-size: clamp(1.1rem, 2vw, 1.3rem); font-weight: 600; color: #1e293b; margin: 2rem 0 0.75rem; }
.es-tune-main p { margin-bottom: 1rem; color: #334155; font-size: clamp(0.95rem, 1.2vw, 1.05rem); }
.es-tune-main ul, .es-tune-main ol { margin: 0.75rem 0 1.25rem 1.5rem; color: #334155; }
.es-tune-main li { margin-bottom: 0.4rem; font-size: clamp(0.95rem, 1.2vw, 1.05rem); }

.es-tune-highlight { background: linear-gradient(135deg, #eff6ff, #f0fdf4); border-left: 4px solid #0066ff; border-radius: 0 10px 10px 0; padding: 1.25rem 1.5rem; margin: 1.5rem 0; }
.es-tune-highlight strong { color: #0066ff; }
.es-tune-warning { background: #fef2f2; border-left: 4px solid #ef4444; border-radius: 0 10px 10px 0; padding: 1.25rem 1.5rem; margin: 1.5rem 0; }
.es-tune-warning strong { color: #dc2626; }
.es-tune-caution { background: #fef3c7; border-left: 4px solid #f59e0b; border-radius: 0 10px 10px 0; padding: 1.25rem 1.5rem; margin: 1.5rem 0; }

.es-tune-table-wrap { overflow-x: auto; margin: 1.5rem 0; border-radius: 10px; border: 1px solid #e2e8f0; }
.es-tune-table { width: 100%; border-collapse: collapse; font-size: 0.95rem; }
.es-tune-table th { background: #0f172a; color: #fff; padding: 0.75rem 1rem; text-align: left; font-weight: 600; white-space: nowrap; }
.es-tune-table td { padding: 0.75rem 1rem; border-bottom: 1px solid #e2e8f0; }
.es-tune-table tr:nth-child(even) { background: #f8fafc; }
.es-tune-table tr:hover { background: #eff6ff; }

/* === SIDEBAR === */
.es-tune-sidebar { position: sticky; top: 2rem; align-self: start; }
.es-tune-sidebar-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 1.5rem; margin-bottom: 1.5rem; box-shadow: 0 4px 15px rgba(0,0,0,0.06); }
.es-tune-sidebar-card h3 { font-size: 1rem; font-weight: 700; color: #0f172a; margin-bottom: 1rem; padding-bottom: 0.5rem; border-bottom: 2px solid #0066ff; }
.es-tune-sidebar-item { display: flex; justify-content: space-between; align-items: center; padding: 0.5rem 0; border-bottom: 1px solid #f1f5f9; font-size: 0.9rem; }
.es-tune-sidebar-item:last-child { border-bottom: none; }
.es-tune-sidebar-label { color: #64748b; font-weight: 500; }
.es-tune-sidebar-value { color: #0f172a; font-weight: 600; }
.es-tune-sidebar-value-red { color: #dc2626; font-weight: 700; }
.es-tune-sidebar-link { display: block; padding: 0.5rem 0; color: #0066ff; font-size: 0.9rem; border-bottom: 1px solid #f1f5f9; }
.es-tune-sidebar-link:last-child { border-bottom: none; }
.es-tune-sidebar-link:hover { color: #0052cc; padding-left: 0.25rem; }

/* === FAQ === */
.es-tune-faq { max-width: 1200px; margin: 0 auto; padding: 0 clamp(1rem, 3vw, 2rem) clamp(2rem, 4vw, 3rem); }
.es-tune-faq-title { font-size: clamp(1.3rem, 2.5vw, 1.7rem); font-weight: 700; margin-bottom: 1.5rem; padding-bottom: 0.5rem; border-bottom: 3px solid #00c853; }
.es-tune-faq-item { border: 1px solid #e2e8f0; border-radius: 10px; margin-bottom: 0.75rem; overflow: hidden; transition: box-shadow 0.2s; }
.es-tune-faq-item:hover { box-shadow: 0 2px 10px rgba(0,0,0,0.06); }
.es-tune-faq-q { display: flex; justify-content: space-between; align-items: center; padding: 1rem 1.25rem; cursor: pointer; font-weight: 600; font-size: 0.95rem; color: #0f172a; background: #fff; border: none; width: 100%; text-align: left; font-family: inherit; line-height: 1.5; }
.es-tune-faq-q:hover { background: #f8fafc; }
.es-tune-faq-icon { flex-shrink: 0; width: 24px; height: 24px; margin-left: 1rem; transition: transform 0.3s ease; color: #0066ff; font-size: 1.2rem; }
.es-tune-faq-item.active .es-tune-faq-icon { transform: rotate(45deg); }
.es-tune-faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.35s ease; padding: 0 1.25rem; color: #334155; font-size: 0.95rem; line-height: 1.7; }
.es-tune-faq-item.active .es-tune-faq-a { max-height: 600px; padding: 0 1.25rem 1.25rem; }

/* === E-E-A-T === */
.es-tune-author { max-width: 1200px; margin: 0 auto; padding: 0 clamp(1rem, 3vw, 2rem) clamp(2rem, 4vw, 3rem); }
.es-tune-author-card { display: flex; gap: 1.5rem; align-items: center; background: linear-gradient(135deg, #eff6ff, #f0fdf4); border-radius: 12px; padding: 1.5rem; border: 1px solid #e2e8f0; }
.es-tune-author-avatar { width: 70px; height: 70px; border-radius: 50%; flex-shrink: 0; background: linear-gradient(135deg, #0066ff, #00c853); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.5rem; font-weight: 700; }
.es-tune-author-name { font-weight: 700; color: #0f172a; font-size: 1rem; }
.es-tune-author-role { color: #64748b; font-size: 0.85rem; margin-top: 0.15rem; }
.es-tune-author-bio { color: #334155; font-size: 0.9rem; margin-top: 0.5rem; line-height: 1.6; }

.es-tune-disclaimer { max-width: 1200px; margin: 0 auto; padding: 0 clamp(1rem, 3vw, 2rem) clamp(2rem, 4vw, 3rem); }
.es-tune-disclaimer-inner { background: #f1f5f9; border-radius: 10px; padding: 1.25rem 1.5rem; font-size: 0.8rem; color: #64748b; line-height: 1.6; }

/* === RESPONSIVE === */
@media (max-width: 1024px) {
  .es-tune-content-area { grid-template-columns: 1fr; }
  .es-tune-sidebar { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
}
@media (max-width: 768px) {
  .es-tune-hero-inner { grid-template-columns: 1fr; }
  .es-tune-hero-img { max-width: 400px; }
  .es-tune-sidebar { grid-template-columns: 1fr; }
}
@media (max-width: 480px) { .es-tune-badges { flex-direction: column; } .es-tune-table { font-size: 0.85rem; } .es-tune-table th, .es-tune-table td { padding: 0.5rem 0.75rem; } }
@media print {
  .es-tune-hero { background: #fff !important; color: #000 !important; }
  .es-tune-hero-title, .es-tune-breadcrumb a, .es-tune-breadcrumb span, .es-tune-hero-answer { color: #000 !important; }
  .es-tune-sidebar { display: none; } .es-tune-faq-a { max-height: none !important; padding: 0.5rem 1.25rem 1rem !important; }
}


/* === Wie lade ich meinen Elektroroller richtig === */
/* === RESET & BASE === */
.es-lade-wrapper *, .es-lade-wrapper *::before, .es-lade-wrapper *::after { box-sizing: border-box; margin: 0; padding: 0; }
.es-lade-wrapper { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif; color: #1e293b; line-height: 1.7; overflow-x: hidden; }
.es-lade-wrapper a { color: #0066ff; text-decoration: none; transition: color 0.2s ease; }
.es-lade-wrapper a:hover { color: #0052cc; }
.es-lade-wrapper img { max-width: 100%; height: auto; display: block; }

/* === HERO === */
.es-lade-hero {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 60%, #0f172a 100%);
  padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 3vw, 2rem);
  position: relative; overflow: hidden;
}
.es-lade-hero::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(ellipse at 70% 20%, rgba(0,102,255,0.15) 0%, transparent 60%),
              radial-gradient(ellipse at 30% 80%, rgba(0,200,83,0.1) 0%, transparent 50%);
  pointer-events: none;
}
.es-lade-hero-inner {
  max-width: 1200px; margin: 0 auto; position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center;
}
.es-lade-breadcrumb { grid-column: 1 / -1; margin-bottom: 0.5rem; }
.es-lade-breadcrumb a, .es-lade-breadcrumb span { color: rgba(255,255,255,0.6); font-size: 0.85rem; }
.es-lade-breadcrumb a:hover { color: #fff; }
.es-lade-hero-text { color: #fff; }
.es-lade-badges { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 1rem; }
.es-lade-badge { display: inline-flex; align-items: center; gap: 0.3rem; padding: 0.3rem 0.75rem; border-radius: 20px; font-size: 0.8rem; font-weight: 600; }
.es-lade-badge-blue { background: rgba(0,102,255,0.2); color: #60a5fa; border: 1px solid rgba(0,102,255,0.3); }
.es-lade-badge-green { background: rgba(0,200,83,0.2); color: #4ade80; border: 1px solid rgba(0,200,83,0.3); }
.es-lade-hero-title { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 800; line-height: 1.2; margin-bottom: 1rem; color: #fff; }
.es-lade-hero-answer { font-size: clamp(1rem, 1.5vw, 1.15rem); color: rgba(255,255,255,0.85); line-height: 1.6; margin-bottom: 1.5rem; max-width: 540px; }
.es-lade-hero-img { border-radius: 12px; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.4); aspect-ratio: 16/10; background: linear-gradient(135deg, #1e293b, #334155); }
.es-lade-hero-img img { width: 100%; height: 100%; object-fit: cover; }

/* === CONTENT GRID === */
.es-lade-content-area {
  max-width: 1200px; margin: 0 auto;
  padding: clamp(1.5rem, 3vw, 3rem) clamp(1rem, 3vw, 2rem);
  display: grid; grid-template-columns: 1fr 340px; gap: 2.5rem;
}
.es-lade-main { min-width: 0; }
.es-lade-main h2 { font-size: clamp(1.3rem, 2.5vw, 1.7rem); font-weight: 700; color: #0f172a; margin: 2.5rem 0 1rem; padding-bottom: 0.5rem; border-bottom: 3px solid #0066ff; }
.es-lade-main h2:first-child { margin-top: 0; }
.es-lade-main h3 { font-size: clamp(1.1rem, 2vw, 1.3rem); font-weight: 600; color: #1e293b; margin: 2rem 0 0.75rem; }
.es-lade-main p { margin-bottom: 1rem; color: #334155; font-size: clamp(0.95rem, 1.2vw, 1.05rem); }
.es-lade-main ul, .es-lade-main ol { margin: 0.75rem 0 1.25rem 1.5rem; color: #334155; }
.es-lade-main li { margin-bottom: 0.4rem; font-size: clamp(0.95rem, 1.2vw, 1.05rem); }

.es-lade-highlight { background: linear-gradient(135deg, #eff6ff, #f0fdf4); border-left: 4px solid #00c853; border-radius: 0 10px 10px 0; padding: 1.25rem 1.5rem; margin: 1.5rem 0; }
.es-lade-highlight strong { color: #00c853; }
.es-lade-warning { background: #fef3c7; border-left: 4px solid #f59e0b; border-radius: 0 10px 10px 0; padding: 1.25rem 1.5rem; margin: 1.5rem 0; }
.es-lade-danger { background: #fef2f2; border-left: 4px solid #ef4444; border-radius: 0 10px 10px 0; padding: 1.25rem 1.5rem; margin: 1.5rem 0; }
.es-lade-danger strong { color: #dc2626; }

.es-lade-table-wrap { overflow-x: auto; margin: 1.5rem 0; border-radius: 10px; border: 1px solid #e2e8f0; }
.es-lade-table { width: 100%; border-collapse: collapse; font-size: 0.95rem; }
.es-lade-table th { background: #0f172a; color: #fff; padding: 0.75rem 1rem; text-align: left; font-weight: 600; white-space: nowrap; }
.es-lade-table td { padding: 0.75rem 1rem; border-bottom: 1px solid #e2e8f0; }
.es-lade-table tr:nth-child(even) { background: #f8fafc; }
.es-lade-table tr:hover { background: #eff6ff; }

/* === SIDEBAR === */
.es-lade-sidebar { position: sticky; top: 2rem; align-self: start; }
.es-lade-sidebar-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 1.5rem; margin-bottom: 1.5rem; box-shadow: 0 4px 15px rgba(0,0,0,0.06); }
.es-lade-sidebar-card h3 { font-size: 1rem; font-weight: 700; color: #0f172a; margin-bottom: 1rem; padding-bottom: 0.5rem; border-bottom: 2px solid #0066ff; }
.es-lade-sidebar-item { display: flex; justify-content: space-between; align-items: center; padding: 0.5rem 0; border-bottom: 1px solid #f1f5f9; font-size: 0.9rem; }
.es-lade-sidebar-item:last-child { border-bottom: none; }
.es-lade-sidebar-label { color: #64748b; font-weight: 500; }
.es-lade-sidebar-value { color: #0f172a; font-weight: 600; }
.es-lade-sidebar-link { display: block; padding: 0.5rem 0; color: #0066ff; font-size: 0.9rem; border-bottom: 1px solid #f1f5f9; }
.es-lade-sidebar-link:last-child { border-bottom: none; }
.es-lade-sidebar-link:hover { color: #0052cc; padding-left: 0.25rem; }

/* === FAQ === */
.es-lade-faq { max-width: 1200px; margin: 0 auto; padding: 0 clamp(1rem, 3vw, 2rem) clamp(2rem, 4vw, 3rem); }
.es-lade-faq-title { font-size: clamp(1.3rem, 2.5vw, 1.7rem); font-weight: 700; margin-bottom: 1.5rem; padding-bottom: 0.5rem; border-bottom: 3px solid #00c853; }
.es-lade-faq-item { border: 1px solid #e2e8f0; border-radius: 10px; margin-bottom: 0.75rem; overflow: hidden; transition: box-shadow 0.2s; }
.es-lade-faq-item:hover { box-shadow: 0 2px 10px rgba(0,0,0,0.06); }
.es-lade-faq-q { display: flex; justify-content: space-between; align-items: center; padding: 1rem 1.25rem; cursor: pointer; font-weight: 600; font-size: 0.95rem; color: #0f172a; background: #fff; border: none; width: 100%; text-align: left; font-family: inherit; line-height: 1.5; }
.es-lade-faq-q:hover { background: #f8fafc; }
.es-lade-faq-icon { flex-shrink: 0; width: 24px; height: 24px; margin-left: 1rem; transition: transform 0.3s ease; color: #0066ff; font-size: 1.2rem; }
.es-lade-faq-item.active .es-lade-faq-icon { transform: rotate(45deg); }
.es-lade-faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.35s ease; padding: 0 1.25rem; color: #334155; font-size: 0.95rem; line-height: 1.7; }
.es-lade-faq-item.active .es-lade-faq-a { max-height: 600px; padding: 0 1.25rem 1.25rem; }

/* === E-E-A-T === */
.es-lade-author { max-width: 1200px; margin: 0 auto; padding: 0 clamp(1rem, 3vw, 2rem) clamp(2rem, 4vw, 3rem); }
.es-lade-author-card { display: flex; gap: 1.5rem; align-items: center; background: linear-gradient(135deg, #eff6ff, #f0fdf4); border-radius: 12px; padding: 1.5rem; border: 1px solid #e2e8f0; }
.es-lade-author-avatar { width: 70px; height: 70px; border-radius: 50%; flex-shrink: 0; background: linear-gradient(135deg, #0066ff, #00c853); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.5rem; font-weight: 700; }
.es-lade-author-name { font-weight: 700; color: #0f172a; font-size: 1rem; }
.es-lade-author-role { color: #64748b; font-size: 0.85rem; margin-top: 0.15rem; }
.es-lade-author-bio { color: #334155; font-size: 0.9rem; margin-top: 0.5rem; line-height: 1.6; }

.es-lade-disclaimer { max-width: 1200px; margin: 0 auto; padding: 0 clamp(1rem, 3vw, 2rem) clamp(2rem, 4vw, 3rem); }
.es-lade-disclaimer-inner { background: #f1f5f9; border-radius: 10px; padding: 1.25rem 1.5rem; font-size: 0.8rem; color: #64748b; line-height: 1.6; }

/* === RESPONSIVE === */
@media (max-width: 1024px) {
  .es-lade-content-area { grid-template-columns: 1fr; }
  .es-lade-sidebar { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
}
@media (max-width: 768px) {
  .es-lade-hero-inner { grid-template-columns: 1fr; }
  .es-lade-hero-img { max-width: 400px; }
  .es-lade-sidebar { grid-template-columns: 1fr; }
}
@media (max-width: 480px) { .es-lade-badges { flex-direction: column; } .es-lade-table { font-size: 0.85rem; } .es-lade-table th, .es-lade-table td { padding: 0.5rem 0.75rem; } }
@media print {
  .es-lade-hero { background: #fff !important; color: #000 !important; }
  .es-lade-hero-title, .es-lade-breadcrumb a, .es-lade-breadcrumb span, .es-lade-hero-answer { color: #000 !important; }
  .es-lade-sidebar { display: none; } .es-lade-faq-a { max-height: none !important; padding: 0.5rem 1.25rem 1rem !important; }
}


/* === Lebensdauer verlängern === */
/* === RESET & BASE === */
.es-leben-wrapper *, .es-leben-wrapper *::before, .es-leben-wrapper *::after { box-sizing: border-box; margin: 0; padding: 0; }
.es-leben-wrapper { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif; color: #1e293b; line-height: 1.7; overflow-x: hidden; }
.es-leben-wrapper a { color: #0066ff; text-decoration: none; transition: color 0.2s ease; }
.es-leben-wrapper a:hover { color: #0052cc; }
.es-leben-wrapper img { max-width: 100%; height: auto; display: block; }

/* === HERO === */
.es-leben-hero {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 60%, #0f172a 100%);
  padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 3vw, 2rem);
  position: relative; overflow: hidden;
}
.es-leben-hero::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(ellipse at 70% 20%, rgba(0,102,255,0.15) 0%, transparent 60%),
              radial-gradient(ellipse at 30% 80%, rgba(0,200,83,0.1) 0%, transparent 50%);
  pointer-events: none;
}
.es-leben-hero-inner {
  max-width: 1200px; margin: 0 auto; position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center;
}
.es-leben-breadcrumb { grid-column: 1 / -1; margin-bottom: 0.5rem; }
.es-leben-breadcrumb a, .es-leben-breadcrumb span { color: rgba(255,255,255,0.6); font-size: 0.85rem; }
.es-leben-breadcrumb a:hover { color: #fff; }
.es-leben-hero-text { color: #fff; }
.es-leben-badges { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 1rem; }
.es-leben-badge { display: inline-flex; align-items: center; gap: 0.3rem; padding: 0.3rem 0.75rem; border-radius: 20px; font-size: 0.8rem; font-weight: 600; }
.es-leben-badge-blue { background: rgba(0,102,255,0.2); color: #60a5fa; border: 1px solid rgba(0,102,255,0.3); }
.es-leben-badge-green { background: rgba(0,200,83,0.2); color: #4ade80; border: 1px solid rgba(0,200,83,0.3); }
.es-leben-hero-title { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 800; line-height: 1.2; margin-bottom: 1rem; color: #fff; }
.es-leben-hero-answer { font-size: clamp(1rem, 1.5vw, 1.15rem); color: rgba(255,255,255,0.85); line-height: 1.6; margin-bottom: 1.5rem; max-width: 540px; }
.es-leben-hero-img { border-radius: 12px; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.4); aspect-ratio: 16/10; background: linear-gradient(135deg, #1e293b, #334155); }
.es-leben-hero-img img { width: 100%; height: 100%; object-fit: cover; }

/* === CONTENT GRID === */
.es-leben-content-area {
  max-width: 1200px; margin: 0 auto;
  padding: clamp(1.5rem, 3vw, 3rem) clamp(1rem, 3vw, 2rem);
  display: grid; grid-template-columns: 1fr 340px; gap: 2.5rem;
}
.es-leben-main { min-width: 0; }
.es-leben-main h2 { font-size: clamp(1.3rem, 2.5vw, 1.7rem); font-weight: 700; color: #0f172a; margin: 2.5rem 0 1rem; padding-bottom: 0.5rem; border-bottom: 3px solid #0066ff; }
.es-leben-main h2:first-child { margin-top: 0; }
.es-leben-main h3 { font-size: clamp(1.1rem, 2vw, 1.3rem); font-weight: 600; color: #1e293b; margin: 2rem 0 0.75rem; }
.es-leben-main p { margin-bottom: 1rem; color: #334155; font-size: clamp(0.95rem, 1.2vw, 1.05rem); }
.es-leben-main ul, .es-leben-main ol { margin: 0.75rem 0 1.25rem 1.5rem; color: #334155; }
.es-leben-main li { margin-bottom: 0.4rem; font-size: clamp(0.95rem, 1.2vw, 1.05rem); }

.es-leben-highlight { background: linear-gradient(135deg, #eff6ff, #f0fdf4); border-left: 4px solid #00c853; border-radius: 0 10px 10px 0; padding: 1.25rem 1.5rem; margin: 1.5rem 0; }
.es-leben-highlight strong { color: #00c853; }
.es-leben-warning { background: #fef3c7; border-left: 4px solid #f59e0b; border-radius: 0 10px 10px 0; padding: 1.25rem 1.5rem; margin: 1.5rem 0; }

.es-leben-table-wrap { overflow-x: auto; margin: 1.5rem 0; border-radius: 10px; border: 1px solid #e2e8f0; }
.es-leben-table { width: 100%; border-collapse: collapse; font-size: 0.95rem; }
.es-leben-table th { background: #0f172a; color: #fff; padding: 0.75rem 1rem; text-align: left; font-weight: 600; white-space: nowrap; }
.es-leben-table td { padding: 0.75rem 1rem; border-bottom: 1px solid #e2e8f0; }
.es-leben-table tr:nth-child(even) { background: #f8fafc; }
.es-leben-table tr:hover { background: #eff6ff; }

/* Checklist Style */
.es-leben-checklist { list-style: none; margin-left: 0 !important; padding: 0; }
.es-leben-checklist li { padding: 0.6rem 0 0.6rem 2rem; position: relative; border-bottom: 1px solid #f1f5f9; }
.es-leben-checklist li:last-child { border-bottom: none; }
.es-leben-checklist li::before { content: ''; position: absolute; left: 0; top: 0.85rem; width: 18px; height: 18px; border-radius: 4px; border: 2px solid #00c853; background: #f0fdf4; }

/* === SIDEBAR === */
.es-leben-sidebar { position: sticky; top: 2rem; align-self: start; }
.es-leben-sidebar-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 1.5rem; margin-bottom: 1.5rem; box-shadow: 0 4px 15px rgba(0,0,0,0.06); }
.es-leben-sidebar-card h3 { font-size: 1rem; font-weight: 700; color: #0f172a; margin-bottom: 1rem; padding-bottom: 0.5rem; border-bottom: 2px solid #0066ff; }
.es-leben-sidebar-item { display: flex; justify-content: space-between; align-items: center; padding: 0.5rem 0; border-bottom: 1px solid #f1f5f9; font-size: 0.9rem; }
.es-leben-sidebar-item:last-child { border-bottom: none; }
.es-leben-sidebar-label { color: #64748b; font-weight: 500; }
.es-leben-sidebar-value { color: #0f172a; font-weight: 600; }
.es-leben-sidebar-link { display: block; padding: 0.5rem 0; color: #0066ff; font-size: 0.9rem; border-bottom: 1px solid #f1f5f9; }
.es-leben-sidebar-link:last-child { border-bottom: none; }
.es-leben-sidebar-link:hover { color: #0052cc; padding-left: 0.25rem; }

/* === FAQ === */
.es-leben-faq { max-width: 1200px; margin: 0 auto; padding: 0 clamp(1rem, 3vw, 2rem) clamp(2rem, 4vw, 3rem); }
.es-leben-faq-title { font-size: clamp(1.3rem, 2.5vw, 1.7rem); font-weight: 700; margin-bottom: 1.5rem; padding-bottom: 0.5rem; border-bottom: 3px solid #00c853; }
.es-leben-faq-item { border: 1px solid #e2e8f0; border-radius: 10px; margin-bottom: 0.75rem; overflow: hidden; transition: box-shadow 0.2s; }
.es-leben-faq-item:hover { box-shadow: 0 2px 10px rgba(0,0,0,0.06); }
.es-leben-faq-q { display: flex; justify-content: space-between; align-items: center; padding: 1rem 1.25rem; cursor: pointer; font-weight: 600; font-size: 0.95rem; color: #0f172a; background: #fff; border: none; width: 100%; text-align: left; font-family: inherit; line-height: 1.5; }
.es-leben-faq-q:hover { background: #f8fafc; }
.es-leben-faq-icon { flex-shrink: 0; width: 24px; height: 24px; margin-left: 1rem; transition: transform 0.3s ease; color: #0066ff; font-size: 1.2rem; }
.es-leben-faq-item.active .es-leben-faq-icon { transform: rotate(45deg); }
.es-leben-faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.35s ease; padding: 0 1.25rem; color: #334155; font-size: 0.95rem; line-height: 1.7; }
.es-leben-faq-item.active .es-leben-faq-a { max-height: 600px; padding: 0 1.25rem 1.25rem; }

/* === E-E-A-T === */
.es-leben-author { max-width: 1200px; margin: 0 auto; padding: 0 clamp(1rem, 3vw, 2rem) clamp(2rem, 4vw, 3rem); }
.es-leben-author-card { display: flex; gap: 1.5rem; align-items: center; background: linear-gradient(135deg, #eff6ff, #f0fdf4); border-radius: 12px; padding: 1.5rem; border: 1px solid #e2e8f0; }
.es-leben-author-avatar { width: 70px; height: 70px; border-radius: 50%; flex-shrink: 0; background: linear-gradient(135deg, #0066ff, #00c853); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.5rem; font-weight: 700; }
.es-leben-author-name { font-weight: 700; color: #0f172a; font-size: 1rem; }
.es-leben-author-role { color: #64748b; font-size: 0.85rem; margin-top: 0.15rem; }
.es-leben-author-bio { color: #334155; font-size: 0.9rem; margin-top: 0.5rem; line-height: 1.6; }

.es-leben-disclaimer { max-width: 1200px; margin: 0 auto; padding: 0 clamp(1rem, 3vw, 2rem) clamp(2rem, 4vw, 3rem); }
.es-leben-disclaimer-inner { background: #f1f5f9; border-radius: 10px; padding: 1.25rem 1.5rem; font-size: 0.8rem; color: #64748b; line-height: 1.6; }

/* === RESPONSIVE === */
@media (max-width: 1024px) {
  .es-leben-content-area { grid-template-columns: 1fr; }
  .es-leben-sidebar { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
}
@media (max-width: 768px) {
  .es-leben-hero-inner { grid-template-columns: 1fr; }
  .es-leben-hero-img { max-width: 400px; }
  .es-leben-sidebar { grid-template-columns: 1fr; }
}
@media (max-width: 480px) { .es-leben-badges { flex-direction: column; } .es-leben-table { font-size: 0.85rem; } .es-leben-table th, .es-leben-table td { padding: 0.5rem 0.75rem; } }
@media print {
  .es-leben-hero { background: #fff !important; color: #000 !important; }
  .es-leben-hero-title, .es-leben-breadcrumb a, .es-leben-breadcrumb span, .es-leben-hero-answer { color: #000 !important; }
  .es-leben-sidebar { display: none; } .es-leben-faq-a { max-height: none !important; padding: 0.5rem 1.25rem 1rem !important; }
}


/* === Scooter oder E-Bike === */
/* === RESET & SCOPE === */
.es-bike-wrap,
.es-bike-wrap *,
.es-bike-wrap *::before,
.es-bike-wrap *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.es-bike-wrap {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
    color: #1e293b;
    line-height: 1.7;
    overflow-x: hidden;
}

/* === WP/GP Overrides === */
.es-bike-wrap h2,
.es-bike-wrap h3,
.es-bike-wrap h4,
.es-bike-wrap p,
.es-bike-wrap ul,
.es-bike-wrap ol,
.es-bike-wrap li {
    margin: 0;
    padding: 0;
    font-family: inherit;
}
.es-bike-wrap a {
    color: #0066ff;
    text-decoration: none;
    transition: color 0.2s ease;
}
.es-bike-wrap a:hover {
    color: #00c853;
}

/* === HERO === */
.es-bike-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 60%, #0f172a 100%);
    padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 5vw, 3rem);
    position: relative;
    overflow: hidden;
}
.es-bike-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(0,102,255,0.08) 0%, transparent 70%);
    pointer-events: none;
}
.es-bike-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 2rem;
    align-items: center;
}
.es-bike-breadcrumb {
    grid-column: 1 / -1;
    font-size: 0.85rem;
    color: #94a3b8;
    margin-bottom: 0.5rem;
}
.es-bike-breadcrumb a {
    color: #94a3b8;
}
.es-bike-breadcrumb a:hover {
    color: #0066ff;
}
.es-bike-breadcrumb span {
    margin: 0 0.4rem;
}
.es-bike-badges {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.es-bike-badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.es-bike-badge--cat {
    background: rgba(0,102,255,0.15);
    color: #60a5fa;
}
.es-bike-badge--date {
    background: rgba(0,200,83,0.12);
    color: #00c853;
}
.es-bike-hero-title {
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 1rem;
}
.es-bike-hero-answer {
    font-size: clamp(1rem, 2vw, 1.15rem);
    color: #cbd5e1;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    border-left: 3px solid #0066ff;
    padding-left: 1rem;
}
.es-bike-hero-img {
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 4/3;
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}
.es-bike-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* === GRID LAYOUT === */
.es-bike-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 2.5rem;
    padding: clamp(2rem, 5vw, 3rem) clamp(1rem, 5vw, 3rem);
    background: #f8fafc;
}

/* === MAIN CONTENT === */
.es-bike-main h2 {
    font-size: clamp(1.3rem, 3vw, 1.6rem);
    font-weight: 700;
    color: #0f172a;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e2e8f0;
}
.es-bike-main h2:first-child {
    margin-top: 0;
}
.es-bike-main h3 {
    font-size: clamp(1.1rem, 2vw, 1.25rem);
    font-weight: 600;
    color: #1e293b;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}
.es-bike-main p {
    margin-bottom: 1rem;
    font-size: clamp(0.95rem, 1.5vw, 1.05rem);
    color: #334155;
}
.es-bike-main ul,
.es-bike-main ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}
.es-bike-main li {
    margin-bottom: 0.5rem;
    font-size: clamp(0.95rem, 1.5vw, 1.05rem);
    color: #334155;
}
.es-bike-table-wrap {
    overflow-x: auto;
    margin: 1.5rem 0;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
}
.es-bike-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}
.es-bike-table thead {
    background: #0f172a;
    color: #fff;
}
.es-bike-table th {
    padding: 0.75rem 1rem;
    text-align: left;
    font-weight: 600;
}
.es-bike-table td {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #e2e8f0;
}
.es-bike-table tbody tr:nth-child(even) {
    background: #f1f5f9;
}
.es-bike-table tbody tr:hover {
    background: #e2e8f0;
}
.es-bike-highlight {
    background: linear-gradient(135deg, rgba(0,102,255,0.05), rgba(0,200,83,0.05));
    border-left: 4px solid #0066ff;
    border-radius: 0 10px 10px 0;
    padding: 1.25rem;
    margin: 1.5rem 0;
}
.es-bike-highlight strong {
    color: #0066ff;
}
.es-bike-pro-con {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin: 1.5rem 0;
}
.es-bike-pro,
.es-bike-con {
    padding: 1.25rem;
    border-radius: 10px;
}
.es-bike-pro {
    background: rgba(0,200,83,0.06);
    border: 1px solid rgba(0,200,83,0.2);
}
.es-bike-con {
    background: rgba(239,68,68,0.05);
    border: 1px solid rgba(239,68,68,0.15);
}
.es-bike-pro h3,
.es-bike-con h3 {
    margin-top: 0;
    font-size: 1rem;
}

/* === SIDEBAR === */
.es-bike-sidebar {
    position: sticky;
    top: 2rem;
    align-self: start;
}
.es-bike-sidebar-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.04);
}
.es-bike-sidebar-box h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #0066ff;
}
.es-bike-sidebar-row {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.9rem;
}
.es-bike-sidebar-row:last-child {
    border-bottom: none;
}
.es-bike-sidebar-label {
    color: #64748b;
    font-weight: 500;
}
.es-bike-sidebar-value {
    color: #0f172a;
    font-weight: 600;
}
.es-bike-sidebar-link {
    display: block;
    padding: 0.6rem 0;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.9rem;
    color: #0066ff;
}
.es-bike-sidebar-link:last-child {
    border-bottom: none;
}
.es-bike-sidebar-link:hover {
    color: #00c853;
}

/* === FAQ === */
.es-bike-faq {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 5vw, 3rem) clamp(2rem, 5vw, 3rem);
    background: #f8fafc;
}
.es-bike-faq-title {
    font-size: clamp(1.3rem, 3vw, 1.6rem);
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e2e8f0;
}
.es-bike-faq-item {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    margin-bottom: 0.75rem;
    overflow: hidden;
    background: #ffffff;
    transition: box-shadow 0.2s ease;
}
.es-bike-faq-item:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}
.es-bike-faq-q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.95rem;
    color: #0f172a;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    font-family: inherit;
}
.es-bike-faq-q:hover {
    color: #0066ff;
}
.es-bike-faq-icon {
    font-size: 1.3rem;
    font-weight: 300;
    transition: transform 0.3s ease;
    color: #0066ff;
    flex-shrink: 0;
    margin-left: 1rem;
}
.es-bike-faq-item.active .es-bike-faq-icon {
    transform: rotate(45deg);
}
.es-bike-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0 1.25rem;
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.7;
}
.es-bike-faq-item.active .es-bike-faq-a {
    max-height: 500px;
    padding: 0 1.25rem 1.25rem;
}

/* === E-E-A-T === */
.es-bike-eeat {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 5vw, 3rem) clamp(2rem, 5vw, 3rem);
    background: #f8fafc;
}
.es-bike-eeat-box {
    background: linear-gradient(135deg, #0f172a, #1e293b);
    border-radius: 12px;
    padding: 2rem;
    display: flex;
    gap: 1.5rem;
    align-items: center;
    color: #ffffff;
}
.es-bike-eeat-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0066ff, #00c853);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    flex-shrink: 0;
}
.es-bike-eeat-info h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.3rem;
}
.es-bike-eeat-info p {
    font-size: 0.9rem;
    color: #94a3b8;
    line-height: 1.5;
}

/* === DISCLAIMER === */
.es-bike-disclaimer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.5rem clamp(1rem, 5vw, 3rem) clamp(2rem, 5vw, 3rem);
    background: #f8fafc;
}
.es-bike-disclaimer p {
    font-size: 0.8rem;
    color: #94a3b8;
    line-height: 1.6;
    border-top: 1px solid #e2e8f0;
    padding-top: 1rem;
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {
    .es-bike-hero-inner {
        grid-template-columns: 1fr;
    }
    .es-bike-hero-img {
        max-width: 500px;
    }
    .es-bike-grid {
        grid-template-columns: 1fr;
    }
    .es-bike-sidebar {
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }
}
@media (max-width: 768px) {
    .es-bike-sidebar {
        grid-template-columns: 1fr;
    }
    .es-bike-pro-con {
        grid-template-columns: 1fr;
    }
    .es-bike-eeat-box {
        flex-direction: column;
        text-align: center;
    }
}
@media (max-width: 480px) {
    .es-bike-hero {
        padding: 1.5rem 1rem;
    }
    .es-bike-hero-title {
        font-size: 1.4rem;
    }
    .es-bike-grid {
        padding: 1.5rem 1rem;
    }
    .es-bike-faq {
        padding: 0 1rem 1.5rem;
    }
}

/* === PRINT === */
@media print {
    .es-bike-hero {
        background: #fff !important;
        color: #000 !important;
    }
    .es-bike-hero-title,
    .es-bike-hero-answer {
        color: #000 !important;
    }
    .es-bike-sidebar {
        display: none;
    }
    .es-bike-faq-a {
        max-height: none !important;
        padding: 0.5rem 1rem !important;
    }
}


/* === ePowerFun ePF-PULSE+ === */
/* === RESET & SCOPE === */
.es-epf-wrap,
.es-epf-wrap *,
.es-epf-wrap *::before,
.es-epf-wrap *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.es-epf-wrap {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
    color: #1e293b;
    line-height: 1.7;
    overflow-x: hidden;
}

/* === WP/GP Overrides === */
.es-epf-wrap h2,
.es-epf-wrap h3,
.es-epf-wrap h4,
.es-epf-wrap p,
.es-epf-wrap ul,
.es-epf-wrap ol,
.es-epf-wrap li {
    margin: 0;
    padding: 0;
    font-family: inherit;
}
.es-epf-wrap a {
    color: #0066ff;
    text-decoration: none;
    transition: color 0.2s ease;
}
.es-epf-wrap a:hover {
    color: #00c853;
}

/* === HERO === */
.es-epf-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 60%, #0f172a 100%);
    padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 5vw, 3rem);
    position: relative;
    overflow: hidden;
}
.es-epf-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(0,102,255,0.08) 0%, transparent 70%);
    pointer-events: none;
}
.es-epf-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 2rem;
    align-items: center;
}
.es-epf-breadcrumb {
    grid-column: 1 / -1;
    font-size: 0.85rem;
    color: #94a3b8;
    margin-bottom: 0.5rem;
}
.es-epf-breadcrumb a {
    color: #94a3b8;
}
.es-epf-breadcrumb a:hover {
    color: #0066ff;
}
.es-epf-breadcrumb span {
    margin: 0 0.4rem;
}
.es-epf-badges {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.es-epf-badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.es-epf-badge--cat {
    background: rgba(0,102,255,0.15);
    color: #60a5fa;
}
.es-epf-badge--date {
    background: rgba(0,200,83,0.12);
    color: #00c853;
}
.es-epf-hero-title {
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 1rem;
}
.es-epf-hero-answer {
    font-size: clamp(1rem, 2vw, 1.15rem);
    color: #cbd5e1;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    border-left: 3px solid #0066ff;
    padding-left: 1rem;
}
.es-epf-hero-img {
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 4/3;
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}
.es-epf-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* === GRID LAYOUT === */
.es-epf-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 2.5rem;
    padding: clamp(2rem, 5vw, 3rem) clamp(1rem, 5vw, 3rem);
    background: #f8fafc;
}

/* === MAIN CONTENT === */
.es-epf-main h2 {
    font-size: clamp(1.3rem, 3vw, 1.6rem);
    font-weight: 700;
    color: #0f172a;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e2e8f0;
}
.es-epf-main h2:first-child {
    margin-top: 0;
}
.es-epf-main h3 {
    font-size: clamp(1.1rem, 2vw, 1.25rem);
    font-weight: 600;
    color: #1e293b;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}
.es-epf-main p {
    margin-bottom: 1rem;
    font-size: clamp(0.95rem, 1.5vw, 1.05rem);
    color: #334155;
}
.es-epf-main ul,
.es-epf-main ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}
.es-epf-main li {
    margin-bottom: 0.5rem;
    font-size: clamp(0.95rem, 1.5vw, 1.05rem);
    color: #334155;
}
.es-epf-table-wrap {
    overflow-x: auto;
    margin: 1.5rem 0;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
}
.es-epf-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}
.es-epf-table thead {
    background: #0f172a;
    color: #fff;
}
.es-epf-table th {
    padding: 0.75rem 1rem;
    text-align: left;
    font-weight: 600;
}
.es-epf-table td {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #e2e8f0;
}
.es-epf-table tbody tr:nth-child(even) {
    background: #f1f5f9;
}
.es-epf-table tbody tr:hover {
    background: #e2e8f0;
}
.es-epf-highlight {
    background: linear-gradient(135deg, rgba(0,102,255,0.05), rgba(0,200,83,0.05));
    border-left: 4px solid #0066ff;
    border-radius: 0 10px 10px 0;
    padding: 1.25rem;
    margin: 1.5rem 0;
}
.es-epf-highlight strong {
    color: #0066ff;
}
.es-epf-pro-con {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin: 1.5rem 0;
}
.es-epf-pro,
.es-epf-con {
    padding: 1.25rem;
    border-radius: 10px;
}
.es-epf-pro {
    background: rgba(0,200,83,0.06);
    border: 1px solid rgba(0,200,83,0.2);
}
.es-epf-con {
    background: rgba(239,68,68,0.05);
    border: 1px solid rgba(239,68,68,0.15);
}
.es-epf-pro h3,
.es-epf-con h3 {
    margin-top: 0;
    font-size: 1rem;
}

/* === SIDEBAR === */
.es-epf-sidebar {
    position: sticky;
    top: 2rem;
    align-self: start;
}
.es-epf-sidebar-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.04);
}
.es-epf-sidebar-box h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #0066ff;
}
.es-epf-sidebar-row {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.9rem;
}
.es-epf-sidebar-row:last-child {
    border-bottom: none;
}
.es-epf-sidebar-label {
    color: #64748b;
    font-weight: 500;
}
.es-epf-sidebar-value {
    color: #0f172a;
    font-weight: 600;
}
.es-epf-sidebar-link {
    display: block;
    padding: 0.6rem 0;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.9rem;
    color: #0066ff;
}
.es-epf-sidebar-link:last-child {
    border-bottom: none;
}
.es-epf-sidebar-link:hover {
    color: #00c853;
}

/* === FAQ === */
.es-epf-faq {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 5vw, 3rem) clamp(2rem, 5vw, 3rem);
    background: #f8fafc;
}
.es-epf-faq-title {
    font-size: clamp(1.3rem, 3vw, 1.6rem);
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e2e8f0;
}
.es-epf-faq-item {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    margin-bottom: 0.75rem;
    overflow: hidden;
    background: #ffffff;
    transition: box-shadow 0.2s ease;
}
.es-epf-faq-item:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}
.es-epf-faq-q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.95rem;
    color: #0f172a;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    font-family: inherit;
}
.es-epf-faq-q:hover {
    color: #0066ff;
}
.es-epf-faq-icon {
    font-size: 1.3rem;
    font-weight: 300;
    transition: transform 0.3s ease;
    color: #0066ff;
    flex-shrink: 0;
    margin-left: 1rem;
}
.es-epf-faq-item.active .es-epf-faq-icon {
    transform: rotate(45deg);
}
.es-epf-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0 1.25rem;
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.7;
}
.es-epf-faq-item.active .es-epf-faq-a {
    max-height: 500px;
    padding: 0 1.25rem 1.25rem;
}

/* === E-E-A-T === */
.es-epf-eeat {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 5vw, 3rem) clamp(2rem, 5vw, 3rem);
    background: #f8fafc;
}
.es-epf-eeat-box {
    background: linear-gradient(135deg, #0f172a, #1e293b);
    border-radius: 12px;
    padding: 2rem;
    display: flex;
    gap: 1.5rem;
    align-items: center;
    color: #ffffff;
}
.es-epf-eeat-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0066ff, #00c853);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    flex-shrink: 0;
}
.es-epf-eeat-info h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.3rem;
}
.es-epf-eeat-info p {
    font-size: 0.9rem;
    color: #94a3b8;
    line-height: 1.5;
}

/* === DISCLAIMER === */
.es-epf-disclaimer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.5rem clamp(1rem, 5vw, 3rem) clamp(2rem, 5vw, 3rem);
    background: #f8fafc;
}
.es-epf-disclaimer p {
    font-size: 0.8rem;
    color: #94a3b8;
    line-height: 1.6;
    border-top: 1px solid #e2e8f0;
    padding-top: 1rem;
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {
    .es-epf-hero-inner {
        grid-template-columns: 1fr;
    }
    .es-epf-hero-img {
        max-width: 500px;
    }
    .es-epf-grid {
        grid-template-columns: 1fr;
    }
    .es-epf-sidebar {
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }
}
@media (max-width: 768px) {
    .es-epf-sidebar {
        grid-template-columns: 1fr;
    }
    .es-epf-pro-con {
        grid-template-columns: 1fr;
    }
    .es-epf-eeat-box {
        flex-direction: column;
        text-align: center;
    }
}
@media (max-width: 480px) {
    .es-epf-hero {
        padding: 1.5rem 1rem;
    }
    .es-epf-hero-title {
        font-size: 1.4rem;
    }
    .es-epf-grid {
        padding: 1.5rem 1rem;
    }
    .es-epf-faq {
        padding: 0 1rem 1.5rem;
    }
}

/* === PRINT === */
@media print {
    .es-epf-hero {
        background: #fff !important;
        color: #000 !important;
    }
    .es-epf-hero-title,
    .es-epf-hero-answer {
        color: #000 !important;
    }
    .es-epf-sidebar {
        display: none;
    }
    .es-epf-faq-a {
        max-height: none !important;
        padding: 0.5rem 1rem !important;
    }
}


/* === Darf ich mit meinem E-Scooter überall fahren === */
/* === RESET & SCOPE === */
.es-wo-wrap,
.es-wo-wrap *,
.es-wo-wrap *::before,
.es-wo-wrap *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.es-wo-wrap {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
    color: #1e293b;
    line-height: 1.7;
    overflow-x: hidden;
}

/* === WP/GP Overrides === */
.es-wo-wrap h2,
.es-wo-wrap h3,
.es-wo-wrap h4,
.es-wo-wrap p,
.es-wo-wrap ul,
.es-wo-wrap ol,
.es-wo-wrap li {
    margin: 0;
    padding: 0;
    font-family: inherit;
}
.es-wo-wrap a {
    color: #0066ff;
    text-decoration: none;
    transition: color 0.2s ease;
}
.es-wo-wrap a:hover {
    color: #00c853;
}

/* === HERO === */
.es-wo-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 60%, #0f172a 100%);
    padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 5vw, 3rem);
    position: relative;
    overflow: hidden;
}
.es-wo-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(0,102,255,0.08) 0%, transparent 70%);
    pointer-events: none;
}
.es-wo-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 2rem;
    align-items: center;
}
.es-wo-breadcrumb {
    grid-column: 1 / -1;
    font-size: 0.85rem;
    color: #94a3b8;
    margin-bottom: 0.5rem;
}
.es-wo-breadcrumb a {
    color: #94a3b8;
}
.es-wo-breadcrumb a:hover {
    color: #0066ff;
}
.es-wo-breadcrumb span {
    margin: 0 0.4rem;
}
.es-wo-badges {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.es-wo-badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.es-wo-badge--cat {
    background: rgba(0,102,255,0.15);
    color: #60a5fa;
}
.es-wo-badge--date {
    background: rgba(0,200,83,0.12);
    color: #00c853;
}
.es-wo-hero-title {
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 1rem;
}
.es-wo-hero-answer {
    font-size: clamp(1rem, 2vw, 1.15rem);
    color: #cbd5e1;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    border-left: 3px solid #0066ff;
    padding-left: 1rem;
}
.es-wo-hero-img {
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 4/3;
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}
.es-wo-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* === GRID LAYOUT === */
.es-wo-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 2.5rem;
    padding: clamp(2rem, 5vw, 3rem) clamp(1rem, 5vw, 3rem);
    background: #f8fafc;
}

/* === MAIN CONTENT === */
.es-wo-main h2 {
    font-size: clamp(1.3rem, 3vw, 1.6rem);
    font-weight: 700;
    color: #0f172a;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e2e8f0;
}
.es-wo-main h2:first-child {
    margin-top: 0;
}
.es-wo-main h3 {
    font-size: clamp(1.1rem, 2vw, 1.25rem);
    font-weight: 600;
    color: #1e293b;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}
.es-wo-main p {
    margin-bottom: 1rem;
    font-size: clamp(0.95rem, 1.5vw, 1.05rem);
    color: #334155;
}
.es-wo-main ul,
.es-wo-main ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}
.es-wo-main li {
    margin-bottom: 0.5rem;
    font-size: clamp(0.95rem, 1.5vw, 1.05rem);
    color: #334155;
}
.es-wo-table-wrap {
    overflow-x: auto;
    margin: 1.5rem 0;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
}
.es-wo-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}
.es-wo-table thead {
    background: #0f172a;
    color: #fff;
}
.es-wo-table th {
    padding: 0.75rem 1rem;
    text-align: left;
    font-weight: 600;
}
.es-wo-table td {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #e2e8f0;
}
.es-wo-table tbody tr:nth-child(even) {
    background: #f1f5f9;
}
.es-wo-table tbody tr:hover {
    background: #e2e8f0;
}
.es-wo-highlight {
    background: linear-gradient(135deg, rgba(0,102,255,0.05), rgba(0,200,83,0.05));
    border-left: 4px solid #0066ff;
    border-radius: 0 10px 10px 0;
    padding: 1.25rem;
    margin: 1.5rem 0;
}
.es-wo-highlight strong {
    color: #0066ff;
}
.es-wo-warning {
    background: rgba(239,68,68,0.05);
    border-left: 4px solid #ef4444;
    border-radius: 0 10px 10px 0;
    padding: 1.25rem;
    margin: 1.5rem 0;
}
.es-wo-warning strong {
    color: #ef4444;
}

/* === SIDEBAR === */
.es-wo-sidebar {
    position: sticky;
    top: 2rem;
    align-self: start;
}
.es-wo-sidebar-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.04);
}
.es-wo-sidebar-box h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #0066ff;
}
.es-wo-sidebar-row {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.9rem;
}
.es-wo-sidebar-row:last-child {
    border-bottom: none;
}
.es-wo-sidebar-label {
    color: #64748b;
    font-weight: 500;
}
.es-wo-sidebar-value {
    color: #0f172a;
    font-weight: 600;
}
.es-wo-sidebar-link {
    display: block;
    padding: 0.6rem 0;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.9rem;
    color: #0066ff;
}
.es-wo-sidebar-link:last-child {
    border-bottom: none;
}
.es-wo-sidebar-link:hover {
    color: #00c853;
}

/* === FAQ === */
.es-wo-faq {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 5vw, 3rem) clamp(2rem, 5vw, 3rem);
    background: #f8fafc;
}
.es-wo-faq-title {
    font-size: clamp(1.3rem, 3vw, 1.6rem);
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e2e8f0;
}
.es-wo-faq-item {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    margin-bottom: 0.75rem;
    overflow: hidden;
    background: #ffffff;
    transition: box-shadow 0.2s ease;
}
.es-wo-faq-item:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}
.es-wo-faq-q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.95rem;
    color: #0f172a;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    font-family: inherit;
}
.es-wo-faq-q:hover {
    color: #0066ff;
}
.es-wo-faq-icon {
    font-size: 1.3rem;
    font-weight: 300;
    transition: transform 0.3s ease;
    color: #0066ff;
    flex-shrink: 0;
    margin-left: 1rem;
}
.es-wo-faq-item.active .es-wo-faq-icon {
    transform: rotate(45deg);
}
.es-wo-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0 1.25rem;
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.7;
}
.es-wo-faq-item.active .es-wo-faq-a {
    max-height: 500px;
    padding: 0 1.25rem 1.25rem;
}

/* === E-E-A-T === */
.es-wo-eeat {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 5vw, 3rem) clamp(2rem, 5vw, 3rem);
    background: #f8fafc;
}
.es-wo-eeat-box {
    background: linear-gradient(135deg, #0f172a, #1e293b);
    border-radius: 12px;
    padding: 2rem;
    display: flex;
    gap: 1.5rem;
    align-items: center;
    color: #ffffff;
}
.es-wo-eeat-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0066ff, #00c853);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    flex-shrink: 0;
}
.es-wo-eeat-info h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.3rem;
}
.es-wo-eeat-info p {
    font-size: 0.9rem;
    color: #94a3b8;
    line-height: 1.5;
}

/* === DISCLAIMER === */
.es-wo-disclaimer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.5rem clamp(1rem, 5vw, 3rem) clamp(2rem, 5vw, 3rem);
    background: #f8fafc;
}
.es-wo-disclaimer p {
    font-size: 0.8rem;
    color: #94a3b8;
    line-height: 1.6;
    border-top: 1px solid #e2e8f0;
    padding-top: 1rem;
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {
    .es-wo-hero-inner {
        grid-template-columns: 1fr;
    }
    .es-wo-hero-img {
        max-width: 500px;
    }
    .es-wo-grid {
        grid-template-columns: 1fr;
    }
    .es-wo-sidebar {
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }
}
@media (max-width: 768px) {
    .es-wo-sidebar {
        grid-template-columns: 1fr;
    }
    .es-wo-eeat-box {
        flex-direction: column;
        text-align: center;
    }
}
@media (max-width: 480px) {
    .es-wo-hero {
        padding: 1.5rem 1rem;
    }
    .es-wo-hero-title {
        font-size: 1.4rem;
    }
    .es-wo-grid {
        padding: 1.5rem 1rem;
    }
    .es-wo-faq {
        padding: 0 1rem 1.5rem;
    }
}

/* === PRINT === */
@media print {
    .es-wo-hero {
        background: #fff !important;
        color: #000 !important;
    }
    .es-wo-hero-title,
    .es-wo-hero-answer {
        color: #000 !important;
    }
    .es-wo-sidebar {
        display: none;
    }
    .es-wo-faq-a {
        max-height: none !important;
        padding: 0.5rem 1rem !important;
    }
}


/* === XIAOMI Electric Scooter 4 Pro 2nd Gen === */
/* === RESET & SCOPE === */
.es-xi4-wrap,
.es-xi4-wrap *,
.es-xi4-wrap *::before,
.es-xi4-wrap *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.es-xi4-wrap {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
    color: #1e293b;
    line-height: 1.7;
    overflow-x: hidden;
}

/* === WP/GP Overrides === */
.es-xi4-wrap h2,
.es-xi4-wrap h3,
.es-xi4-wrap h4,
.es-xi4-wrap p,
.es-xi4-wrap ul,
.es-xi4-wrap ol,
.es-xi4-wrap li {
    margin: 0;
    padding: 0;
    font-family: inherit;
}
.es-xi4-wrap a {
    color: #0066ff;
    text-decoration: none;
    transition: color 0.2s ease;
}
.es-xi4-wrap a:hover {
    color: #00c853;
}

/* === HERO === */
.es-xi4-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 60%, #0f172a 100%);
    padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 5vw, 3rem);
    position: relative;
    overflow: hidden;
}
.es-xi4-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(0,102,255,0.08) 0%, transparent 70%);
    pointer-events: none;
}
.es-xi4-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 2rem;
    align-items: center;
}
.es-xi4-breadcrumb {
    grid-column: 1 / -1;
    font-size: 0.85rem;
    color: #94a3b8;
    margin-bottom: 0.5rem;
}
.es-xi4-breadcrumb a {
    color: #94a3b8;
}
.es-xi4-breadcrumb a:hover {
    color: #0066ff;
}
.es-xi4-breadcrumb span {
    margin: 0 0.4rem;
}
.es-xi4-badges {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.es-xi4-badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.es-xi4-badge--cat {
    background: rgba(0,102,255,0.15);
    color: #60a5fa;
}
.es-xi4-badge--date {
    background: rgba(0,200,83,0.12);
    color: #00c853;
}
.es-xi4-hero-title {
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 1rem;
}
.es-xi4-hero-answer {
    font-size: clamp(1rem, 2vw, 1.15rem);
    color: #cbd5e1;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    border-left: 3px solid #0066ff;
    padding-left: 1rem;
}
.es-xi4-hero-img {
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 4/3;
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}
.es-xi4-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* === GRID LAYOUT === */
.es-xi4-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 2.5rem;
    padding: clamp(2rem, 5vw, 3rem) clamp(1rem, 5vw, 3rem);
    background: #f8fafc;
}

/* === MAIN CONTENT === */
.es-xi4-main h2 {
    font-size: clamp(1.3rem, 3vw, 1.6rem);
    font-weight: 700;
    color: #0f172a;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e2e8f0;
}
.es-xi4-main h2:first-child {
    margin-top: 0;
}
.es-xi4-main h3 {
    font-size: clamp(1.1rem, 2vw, 1.25rem);
    font-weight: 600;
    color: #1e293b;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}
.es-xi4-main p {
    margin-bottom: 1rem;
    font-size: clamp(0.95rem, 1.5vw, 1.05rem);
    color: #334155;
}
.es-xi4-main ul,
.es-xi4-main ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}
.es-xi4-main li {
    margin-bottom: 0.5rem;
    font-size: clamp(0.95rem, 1.5vw, 1.05rem);
    color: #334155;
}
.es-xi4-table-wrap {
    overflow-x: auto;
    margin: 1.5rem 0;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
}
.es-xi4-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}
.es-xi4-table thead {
    background: #0f172a;
    color: #fff;
}
.es-xi4-table th {
    padding: 0.75rem 1rem;
    text-align: left;
    font-weight: 600;
}
.es-xi4-table td {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #e2e8f0;
}
.es-xi4-table tbody tr:nth-child(even) {
    background: #f1f5f9;
}
.es-xi4-table tbody tr:hover {
    background: #e2e8f0;
}
.es-xi4-highlight {
    background: linear-gradient(135deg, rgba(0,102,255,0.05), rgba(0,200,83,0.05));
    border-left: 4px solid #0066ff;
    border-radius: 0 10px 10px 0;
    padding: 1.25rem;
    margin: 1.5rem 0;
}
.es-xi4-highlight strong {
    color: #0066ff;
}
.es-xi4-pro-con {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin: 1.5rem 0;
}
.es-xi4-pro,
.es-xi4-con {
    padding: 1.25rem;
    border-radius: 10px;
}
.es-xi4-pro {
    background: rgba(0,200,83,0.06);
    border: 1px solid rgba(0,200,83,0.2);
}
.es-xi4-con {
    background: rgba(239,68,68,0.05);
    border: 1px solid rgba(239,68,68,0.15);
}
.es-xi4-pro h3,
.es-xi4-con h3 {
    margin-top: 0;
    font-size: 1rem;
}

/* === SIDEBAR === */
.es-xi4-sidebar {
    position: sticky;
    top: 2rem;
    align-self: start;
}
.es-xi4-sidebar-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.04);
}
.es-xi4-sidebar-box h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #0066ff;
}
.es-xi4-sidebar-row {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.9rem;
}
.es-xi4-sidebar-row:last-child {
    border-bottom: none;
}
.es-xi4-sidebar-label {
    color: #64748b;
    font-weight: 500;
}
.es-xi4-sidebar-value {
    color: #0f172a;
    font-weight: 600;
}
.es-xi4-sidebar-link {
    display: block;
    padding: 0.6rem 0;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.9rem;
    color: #0066ff;
}
.es-xi4-sidebar-link:last-child {
    border-bottom: none;
}
.es-xi4-sidebar-link:hover {
    color: #00c853;
}

/* === FAQ === */
.es-xi4-faq {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 5vw, 3rem) clamp(2rem, 5vw, 3rem);
    background: #f8fafc;
}
.es-xi4-faq-title {
    font-size: clamp(1.3rem, 3vw, 1.6rem);
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e2e8f0;
}
.es-xi4-faq-item {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    margin-bottom: 0.75rem;
    overflow: hidden;
    background: #ffffff;
    transition: box-shadow 0.2s ease;
}
.es-xi4-faq-item:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}
.es-xi4-faq-q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.95rem;
    color: #0f172a;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    font-family: inherit;
}
.es-xi4-faq-q:hover {
    color: #0066ff;
}
.es-xi4-faq-icon {
    font-size: 1.3rem;
    font-weight: 300;
    transition: transform 0.3s ease;
    color: #0066ff;
    flex-shrink: 0;
    margin-left: 1rem;
}
.es-xi4-faq-item.active .es-xi4-faq-icon {
    transform: rotate(45deg);
}
.es-xi4-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0 1.25rem;
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.7;
}
.es-xi4-faq-item.active .es-xi4-faq-a {
    max-height: 500px;
    padding: 0 1.25rem 1.25rem;
}

/* === E-E-A-T === */
.es-xi4-eeat {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 5vw, 3rem) clamp(2rem, 5vw, 3rem);
    background: #f8fafc;
}
.es-xi4-eeat-box {
    background: linear-gradient(135deg, #0f172a, #1e293b);
    border-radius: 12px;
    padding: 2rem;
    display: flex;
    gap: 1.5rem;
    align-items: center;
    color: #ffffff;
}
.es-xi4-eeat-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0066ff, #00c853);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    flex-shrink: 0;
}
.es-xi4-eeat-info h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.3rem;
}
.es-xi4-eeat-info p {
    font-size: 0.9rem;
    color: #94a3b8;
    line-height: 1.5;
}

/* === DISCLAIMER === */
.es-xi4-disclaimer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.5rem clamp(1rem, 5vw, 3rem) clamp(2rem, 5vw, 3rem);
    background: #f8fafc;
}
.es-xi4-disclaimer p {
    font-size: 0.8rem;
    color: #94a3b8;
    line-height: 1.6;
    border-top: 1px solid #e2e8f0;
    padding-top: 1rem;
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {
    .es-xi4-hero-inner {
        grid-template-columns: 1fr;
    }
    .es-xi4-hero-img {
        max-width: 500px;
    }
    .es-xi4-grid {
        grid-template-columns: 1fr;
    }
    .es-xi4-sidebar {
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }
}
@media (max-width: 768px) {
    .es-xi4-sidebar {
        grid-template-columns: 1fr;
    }
    .es-xi4-pro-con {
        grid-template-columns: 1fr;
    }
    .es-xi4-eeat-box {
        flex-direction: column;
        text-align: center;
    }
}
@media (max-width: 480px) {
    .es-xi4-hero {
        padding: 1.5rem 1rem;
    }
    .es-xi4-hero-title {
        font-size: 1.4rem;
    }
    .es-xi4-grid {
        padding: 1.5rem 1rem;
    }
    .es-xi4-faq {
        padding: 0 1rem 1.5rem;
    }
}

/* === PRINT === */
@media print {
    .es-xi4-hero {
        background: #fff !important;
        color: #000 !important;
    }
    .es-xi4-hero-title,
    .es-xi4-hero-answer {
        color: #000 !important;
    }
    .es-xi4-sidebar {
        display: none;
    }
    .es-xi4-faq-a {
        max-height: none !important;
        padding: 0.5rem 1rem !important;
    }
}


/* === Ninebot E Scooter === */
/* === RESET & SCOPE === */
.es-nine-wrap,
.es-nine-wrap *,
.es-nine-wrap *::before,
.es-nine-wrap *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.es-nine-wrap {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
    color: #1e293b;
    line-height: 1.7;
    overflow-x: hidden;
}

/* === WP/GP Overrides === */
.es-nine-wrap h2,
.es-nine-wrap h3,
.es-nine-wrap h4,
.es-nine-wrap p,
.es-nine-wrap ul,
.es-nine-wrap ol,
.es-nine-wrap li {
    margin: 0;
    padding: 0;
    font-family: inherit;
}
.es-nine-wrap a {
    color: #0066ff;
    text-decoration: none;
    transition: color 0.2s ease;
}
.es-nine-wrap a:hover {
    color: #00c853;
}

/* === HERO === */
.es-nine-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 60%, #0f172a 100%);
    padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 5vw, 3rem);
    position: relative;
    overflow: hidden;
}
.es-nine-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(0,102,255,0.08) 0%, transparent 70%);
    pointer-events: none;
}
.es-nine-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 2rem;
    align-items: center;
}
.es-nine-breadcrumb {
    grid-column: 1 / -1;
    font-size: 0.85rem;
    color: #94a3b8;
    margin-bottom: 0.5rem;
}
.es-nine-breadcrumb a {
    color: #94a3b8;
}
.es-nine-breadcrumb a:hover {
    color: #0066ff;
}
.es-nine-breadcrumb span {
    margin: 0 0.4rem;
}
.es-nine-badges {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.es-nine-badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.es-nine-badge--cat {
    background: rgba(0,102,255,0.15);
    color: #60a5fa;
}
.es-nine-badge--date {
    background: rgba(0,200,83,0.12);
    color: #00c853;
}
.es-nine-hero-title {
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 1rem;
}
.es-nine-hero-answer {
    font-size: clamp(1rem, 2vw, 1.15rem);
    color: #cbd5e1;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    border-left: 3px solid #0066ff;
    padding-left: 1rem;
}
.es-nine-hero-img {
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 4/3;
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}
.es-nine-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* === GRID LAYOUT === */
.es-nine-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 2.5rem;
    padding: clamp(2rem, 5vw, 3rem) clamp(1rem, 5vw, 3rem);
    background: #f8fafc;
}

/* === MAIN CONTENT === */
.es-nine-main h2 {
    font-size: clamp(1.3rem, 3vw, 1.6rem);
    font-weight: 700;
    color: #0f172a;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e2e8f0;
}
.es-nine-main h2:first-child {
    margin-top: 0;
}
.es-nine-main h3 {
    font-size: clamp(1.1rem, 2vw, 1.25rem);
    font-weight: 600;
    color: #1e293b;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}
.es-nine-main p {
    margin-bottom: 1rem;
    font-size: clamp(0.95rem, 1.5vw, 1.05rem);
    color: #334155;
}
.es-nine-main ul,
.es-nine-main ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}
.es-nine-main li {
    margin-bottom: 0.5rem;
    font-size: clamp(0.95rem, 1.5vw, 1.05rem);
    color: #334155;
}
.es-nine-table-wrap {
    overflow-x: auto;
    margin: 1.5rem 0;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
}
.es-nine-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}
.es-nine-table thead {
    background: #0f172a;
    color: #fff;
}
.es-nine-table th {
    padding: 0.75rem 1rem;
    text-align: left;
    font-weight: 600;
}
.es-nine-table td {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #e2e8f0;
}
.es-nine-table tbody tr:nth-child(even) {
    background: #f1f5f9;
}
.es-nine-table tbody tr:hover {
    background: #e2e8f0;
}
.es-nine-highlight {
    background: linear-gradient(135deg, rgba(0,102,255,0.05), rgba(0,200,83,0.05));
    border-left: 4px solid #0066ff;
    border-radius: 0 10px 10px 0;
    padding: 1.25rem;
    margin: 1.5rem 0;
}
.es-nine-highlight strong {
    color: #0066ff;
}
.es-nine-pro-con {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin: 1.5rem 0;
}
.es-nine-pro,
.es-nine-con {
    padding: 1.25rem;
    border-radius: 10px;
}
.es-nine-pro {
    background: rgba(0,200,83,0.06);
    border: 1px solid rgba(0,200,83,0.2);
}
.es-nine-con {
    background: rgba(239,68,68,0.05);
    border: 1px solid rgba(239,68,68,0.15);
}
.es-nine-pro h3,
.es-nine-con h3 {
    margin-top: 0;
    font-size: 1rem;
}

/* === SIDEBAR === */
.es-nine-sidebar {
    position: sticky;
    top: 2rem;
    align-self: start;
}
.es-nine-sidebar-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.04);
}
.es-nine-sidebar-box h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #0066ff;
}
.es-nine-sidebar-row {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.9rem;
}
.es-nine-sidebar-row:last-child {
    border-bottom: none;
}
.es-nine-sidebar-label {
    color: #64748b;
    font-weight: 500;
}
.es-nine-sidebar-value {
    color: #0f172a;
    font-weight: 600;
}
.es-nine-sidebar-link {
    display: block;
    padding: 0.6rem 0;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.9rem;
    color: #0066ff;
}
.es-nine-sidebar-link:last-child {
    border-bottom: none;
}
.es-nine-sidebar-link:hover {
    color: #00c853;
}

/* === FAQ === */
.es-nine-faq {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 5vw, 3rem) clamp(2rem, 5vw, 3rem);
    background: #f8fafc;
}
.es-nine-faq-title {
    font-size: clamp(1.3rem, 3vw, 1.6rem);
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e2e8f0;
}
.es-nine-faq-item {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    margin-bottom: 0.75rem;
    overflow: hidden;
    background: #ffffff;
    transition: box-shadow 0.2s ease;
}
.es-nine-faq-item:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}
.es-nine-faq-q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.95rem;
    color: #0f172a;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    font-family: inherit;
}
.es-nine-faq-q:hover {
    color: #0066ff;
}
.es-nine-faq-icon {
    font-size: 1.3rem;
    font-weight: 300;
    transition: transform 0.3s ease;
    color: #0066ff;
    flex-shrink: 0;
    margin-left: 1rem;
}
.es-nine-faq-item.active .es-nine-faq-icon {
    transform: rotate(45deg);
}
.es-nine-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0 1.25rem;
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.7;
}
.es-nine-faq-item.active .es-nine-faq-a {
    max-height: 500px;
    padding: 0 1.25rem 1.25rem;
}

/* === E-E-A-T === */
.es-nine-eeat {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 5vw, 3rem) clamp(2rem, 5vw, 3rem);
    background: #f8fafc;
}
.es-nine-eeat-box {
    background: linear-gradient(135deg, #0f172a, #1e293b);
    border-radius: 12px;
    padding: 2rem;
    display: flex;
    gap: 1.5rem;
    align-items: center;
    color: #ffffff;
}
.es-nine-eeat-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0066ff, #00c853);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    flex-shrink: 0;
}
.es-nine-eeat-info h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.3rem;
}
.es-nine-eeat-info p {
    font-size: 0.9rem;
    color: #94a3b8;
    line-height: 1.5;
}

/* === DISCLAIMER === */
.es-nine-disclaimer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.5rem clamp(1rem, 5vw, 3rem) clamp(2rem, 5vw, 3rem);
    background: #f8fafc;
}
.es-nine-disclaimer p {
    font-size: 0.8rem;
    color: #94a3b8;
    line-height: 1.6;
    border-top: 1px solid #e2e8f0;
    padding-top: 1rem;
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {
    .es-nine-hero-inner {
        grid-template-columns: 1fr;
    }
    .es-nine-hero-img {
        max-width: 500px;
    }
    .es-nine-grid {
        grid-template-columns: 1fr;
    }
    .es-nine-sidebar {
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }
}
@media (max-width: 768px) {
    .es-nine-sidebar {
        grid-template-columns: 1fr;
    }
    .es-nine-pro-con {
        grid-template-columns: 1fr;
    }
    .es-nine-eeat-box {
        flex-direction: column;
        text-align: center;
    }
}
@media (max-width: 480px) {
    .es-nine-hero {
        padding: 1.5rem 1rem;
    }
    .es-nine-hero-title {
        font-size: 1.4rem;
    }
    .es-nine-grid {
        padding: 1.5rem 1rem;
    }
    .es-nine-faq {
        padding: 0 1rem 1.5rem;
    }
}

/* === PRINT === */
@media print {
    .es-nine-hero {
        background: #fff !important;
        color: #000 !important;
    }
    .es-nine-hero-title,
    .es-nine-hero-answer {
        color: #000 !important;
    }
    .es-nine-sidebar {
        display: none;
    }
    .es-nine-faq-a {
        max-height: none !important;
        padding: 0.5rem 1rem !important;
    }
}


/* === E-Scooter und Kälte === */
/* === RESET & SCOPE === */
.es-kalt-wrap,
.es-kalt-wrap *,
.es-kalt-wrap *::before,
.es-kalt-wrap *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.es-kalt-wrap {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
    color: #1e293b;
    line-height: 1.7;
    overflow-x: hidden;
}

/* === WP/GP Overrides === */
.es-kalt-wrap h2,
.es-kalt-wrap h3,
.es-kalt-wrap h4,
.es-kalt-wrap p,
.es-kalt-wrap ul,
.es-kalt-wrap ol,
.es-kalt-wrap li {
    margin: 0;
    padding: 0;
    font-family: inherit;
}
.es-kalt-wrap a {
    color: #0066ff;
    text-decoration: none;
    transition: color 0.2s ease;
}
.es-kalt-wrap a:hover {
    color: #00c853;
}

/* === HERO === */
.es-kalt-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 60%, #0f172a 100%);
    padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 5vw, 3rem);
    position: relative;
    overflow: hidden;
}
.es-kalt-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(0,102,255,0.08) 0%, transparent 70%);
    pointer-events: none;
}
.es-kalt-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 2rem;
    align-items: center;
}
.es-kalt-breadcrumb {
    grid-column: 1 / -1;
    font-size: 0.85rem;
    color: #94a3b8;
    margin-bottom: 0.5rem;
}
.es-kalt-breadcrumb a {
    color: #94a3b8;
}
.es-kalt-breadcrumb a:hover {
    color: #0066ff;
}
.es-kalt-breadcrumb span {
    margin: 0 0.4rem;
}
.es-kalt-badges {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.es-kalt-badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.es-kalt-badge--cat {
    background: rgba(0,102,255,0.15);
    color: #60a5fa;
}
.es-kalt-badge--date {
    background: rgba(0,200,83,0.12);
    color: #00c853;
}
.es-kalt-hero-title {
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 1rem;
}
.es-kalt-hero-answer {
    font-size: clamp(1rem, 2vw, 1.15rem);
    color: #cbd5e1;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    border-left: 3px solid #0066ff;
    padding-left: 1rem;
}
.es-kalt-hero-img {
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 4/3;
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}
.es-kalt-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.es-kalt-hero-placeholder {
    border-radius: 12px;
    aspect-ratio: 4/3;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 50%, #1e3a5f 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
    position: relative;
    overflow: hidden;
}
.es-kalt-hero-placeholder::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(0,102,255,0.15) 0%, transparent 70%);
    top: 30%;
    left: 30%;
}
.es-kalt-hero-placeholder span {
    font-size: 3rem;
    z-index: 1;
}

/* === GRID LAYOUT === */
.es-kalt-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 2.5rem;
    padding: clamp(2rem, 5vw, 3rem) clamp(1rem, 5vw, 3rem);
    background: #f8fafc;
}

/* === MAIN CONTENT === */
.es-kalt-main h2 {
    font-size: clamp(1.3rem, 3vw, 1.6rem);
    font-weight: 700;
    color: #0f172a;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e2e8f0;
}
.es-kalt-main h2:first-child {
    margin-top: 0;
}
.es-kalt-main h3 {
    font-size: clamp(1.1rem, 2vw, 1.25rem);
    font-weight: 600;
    color: #1e293b;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}
.es-kalt-main p {
    margin-bottom: 1rem;
    font-size: clamp(0.95rem, 1.5vw, 1.05rem);
    color: #334155;
}
.es-kalt-main ul,
.es-kalt-main ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}
.es-kalt-main li {
    margin-bottom: 0.5rem;
    font-size: clamp(0.95rem, 1.5vw, 1.05rem);
    color: #334155;
}
.es-kalt-table-wrap {
    overflow-x: auto;
    margin: 1.5rem 0;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
}
.es-kalt-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}
.es-kalt-table thead {
    background: #0f172a;
    color: #fff;
}
.es-kalt-table th {
    padding: 0.75rem 1rem;
    text-align: left;
    font-weight: 600;
}
.es-kalt-table td {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #e2e8f0;
}
.es-kalt-table tbody tr:nth-child(even) {
    background: #f1f5f9;
}
.es-kalt-table tbody tr:hover {
    background: #e2e8f0;
}
.es-kalt-highlight {
    background: linear-gradient(135deg, rgba(0,102,255,0.05), rgba(0,200,83,0.05));
    border-left: 4px solid #0066ff;
    border-radius: 0 10px 10px 0;
    padding: 1.25rem;
    margin: 1.5rem 0;
}
.es-kalt-highlight strong {
    color: #0066ff;
}
.es-kalt-warning {
    background: rgba(239,68,68,0.05);
    border-left: 4px solid #ef4444;
    border-radius: 0 10px 10px 0;
    padding: 1.25rem;
    margin: 1.5rem 0;
}
.es-kalt-warning strong {
    color: #ef4444;
}
.es-kalt-tip {
    background: rgba(0,200,83,0.05);
    border-left: 4px solid #00c853;
    border-radius: 0 10px 10px 0;
    padding: 1.25rem;
    margin: 1.5rem 0;
}
.es-kalt-tip strong {
    color: #00c853;
}

/* === SIDEBAR === */
.es-kalt-sidebar {
    position: sticky;
    top: 2rem;
    align-self: start;
}
.es-kalt-sidebar-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.04);
}
.es-kalt-sidebar-box h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #0066ff;
}
.es-kalt-sidebar-row {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.9rem;
}
.es-kalt-sidebar-row:last-child {
    border-bottom: none;
}
.es-kalt-sidebar-label {
    color: #64748b;
    font-weight: 500;
}
.es-kalt-sidebar-value {
    color: #0f172a;
    font-weight: 600;
}
.es-kalt-sidebar-link {
    display: block;
    padding: 0.6rem 0;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.9rem;
    color: #0066ff;
}
.es-kalt-sidebar-link:last-child {
    border-bottom: none;
}
.es-kalt-sidebar-link:hover {
    color: #00c853;
}

/* === FAQ === */
.es-kalt-faq {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 5vw, 3rem) clamp(2rem, 5vw, 3rem);
    background: #f8fafc;
}
.es-kalt-faq-title {
    font-size: clamp(1.3rem, 3vw, 1.6rem);
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e2e8f0;
}
.es-kalt-faq-item {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    margin-bottom: 0.75rem;
    overflow: hidden;
    background: #ffffff;
    transition: box-shadow 0.2s ease;
}
.es-kalt-faq-item:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}
.es-kalt-faq-q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.95rem;
    color: #0f172a;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    font-family: inherit;
}
.es-kalt-faq-q:hover {
    color: #0066ff;
}
.es-kalt-faq-icon {
    font-size: 1.3rem;
    font-weight: 300;
    transition: transform 0.3s ease;
    color: #0066ff;
    flex-shrink: 0;
    margin-left: 1rem;
}
.es-kalt-faq-item.active .es-kalt-faq-icon {
    transform: rotate(45deg);
}
.es-kalt-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0 1.25rem;
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.7;
}
.es-kalt-faq-item.active .es-kalt-faq-a {
    max-height: 500px;
    padding: 0 1.25rem 1.25rem;
}

/* === E-E-A-T === */
.es-kalt-eeat {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 5vw, 3rem) clamp(2rem, 5vw, 3rem);
    background: #f8fafc;
}
.es-kalt-eeat-box {
    background: linear-gradient(135deg, #0f172a, #1e293b);
    border-radius: 12px;
    padding: 2rem;
    display: flex;
    gap: 1.5rem;
    align-items: center;
    color: #ffffff;
}
.es-kalt-eeat-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0066ff, #00c853);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    flex-shrink: 0;
}
.es-kalt-eeat-info h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.3rem;
}
.es-kalt-eeat-info p {
    font-size: 0.9rem;
    color: #94a3b8;
    line-height: 1.5;
}

/* === DISCLAIMER === */
.es-kalt-disclaimer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.5rem clamp(1rem, 5vw, 3rem) clamp(2rem, 5vw, 3rem);
    background: #f8fafc;
}
.es-kalt-disclaimer p {
    font-size: 0.8rem;
    color: #94a3b8;
    line-height: 1.6;
    border-top: 1px solid #e2e8f0;
    padding-top: 1rem;
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {
    .es-kalt-hero-inner {
        grid-template-columns: 1fr;
    }
    .es-kalt-hero-img,
    .es-kalt-hero-placeholder {
        max-width: 500px;
    }
    .es-kalt-grid {
        grid-template-columns: 1fr;
    }
    .es-kalt-sidebar {
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }
}
@media (max-width: 768px) {
    .es-kalt-sidebar {
        grid-template-columns: 1fr;
    }
    .es-kalt-eeat-box {
        flex-direction: column;
        text-align: center;
    }
}
@media (max-width: 480px) {
    .es-kalt-hero {
        padding: 1.5rem 1rem;
    }
    .es-kalt-hero-title {
        font-size: 1.4rem;
    }
    .es-kalt-grid {
        padding: 1.5rem 1rem;
    }
    .es-kalt-faq {
        padding: 0 1rem 1.5rem;
    }
}

/* === PRINT === */
@media print {
    .es-kalt-hero {
        background: #fff !important;
        color: #000 !important;
    }
    .es-kalt-hero-title,
    .es-kalt-hero-answer {
        color: #000 !important;
    }
    .es-kalt-sidebar {
        display: none;
    }
    .es-kalt-faq-a {
        max-height: none !important;
        padding: 0.5rem 1rem !important;
    }
}


/* === Vor dem Kauf: Darauf musst Du achten === */
/* === RESET & SCOPED OVERRIDES === */
.es-kauf2-wrap,
.es-kauf2-wrap *,
.es-kauf2-wrap *::before,
.es-kauf2-wrap *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.es-kauf2-wrap {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
    color: #1e293b;
    line-height: 1.7;
    overflow-x: hidden;
}
.es-kauf2-wrap img { max-width: 100%; height: auto; display: block; }
.es-kauf2-wrap a { color: #0066ff; text-decoration: none; transition: color 0.2s; }
.es-kauf2-wrap a:hover { color: #00c853; }
.entry-content { padding: 0 !important; margin: 0 !important; max-width: 100% !important; }

/* === HERO === */
.es-kauf2-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 60%, #0f172a 100%);
    padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 5vw, 3rem);
    position: relative;
}
.es-kauf2-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0066ff, #00c853);
}
.es-kauf2-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 2rem;
    align-items: center;
}
.es-kauf2-breadcrumb {
    font-size: 0.85rem;
    color: #94a3b8;
    margin-bottom: 1rem;
}
.es-kauf2-breadcrumb a { color: #60a5fa; }
.es-kauf2-breadcrumb span { margin: 0 0.4rem; }
.es-kauf2-badges {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.es-kauf2-badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.es-kauf2-badge--cat { background: #0066ff; color: #fff; }
.es-kauf2-badge--date { background: rgba(0,200,83,0.15); color: #00c853; }
.es-kauf2-hero-title {
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    font-weight: 800;
    color: #f1f5f9;
    line-height: 1.2;
    margin-bottom: 1rem;
}
.es-kauf2-hero-answer {
    font-size: clamp(1rem, 2vw, 1.15rem);
    color: #cbd5e1;
    line-height: 1.6;
    border-left: 3px solid #00c853;
    padding-left: 1rem;
}
.es-kauf2-hero-img {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,0.4);
}
.es-kauf2-hero-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

/* === CONTENT GRID === */
.es-kauf2-body {
    background: #f8fafc;
    padding: clamp(1.5rem, 4vw, 3rem) clamp(1rem, 5vw, 3rem);
}
.es-kauf2-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 2.5rem;
    align-items: start;
}
.es-kauf2-main h2 {
    font-size: clamp(1.3rem, 3vw, 1.7rem);
    font-weight: 700;
    color: #0f172a;
    margin: 2.5rem 0 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #0066ff;
}
.es-kauf2-main h2:first-child { margin-top: 0; }
.es-kauf2-main h3 {
    font-size: clamp(1.1rem, 2.5vw, 1.3rem);
    font-weight: 600;
    color: #1e293b;
    margin: 1.8rem 0 0.8rem;
}
.es-kauf2-main p {
    margin-bottom: 1rem;
    font-size: clamp(0.95rem, 1.5vw, 1.05rem);
}
.es-kauf2-main ul, .es-kauf2-main ol {
    margin: 1rem 0 1.5rem 1.5rem;
}
.es-kauf2-main li {
    margin-bottom: 0.5rem;
    font-size: clamp(0.95rem, 1.5vw, 1.05rem);
}
.es-kauf2-highlight {
    background: linear-gradient(135deg, rgba(0,102,255,0.06), rgba(0,200,83,0.06));
    border-left: 4px solid #0066ff;
    padding: 1.25rem 1.5rem;
    border-radius: 0 8px 8px 0;
    margin: 1.5rem 0;
}
.es-kauf2-table-wrap {
    overflow-x: auto;
    margin: 1.5rem 0;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.es-kauf2-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}
.es-kauf2-table th {
    background: #0f172a;
    color: #f1f5f9;
    padding: 0.75rem 1rem;
    text-align: left;
    font-size: 0.9rem;
    font-weight: 600;
}
.es-kauf2-table td {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #e2e8f0;
    font-size: 0.95rem;
}
.es-kauf2-table tr:nth-child(even) { background: #f8fafc; }
.es-kauf2-internal-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 1rem;
    background: rgba(0,102,255,0.08);
    border-radius: 6px;
    font-weight: 500;
    margin: 0.3rem 0;
    transition: background 0.2s;
}
.es-kauf2-internal-link:hover { background: rgba(0,102,255,0.15); }

/* === SIDEBAR === */
.es-kauf2-sidebar {
    position: sticky;
    top: 2rem;
}
.es-kauf2-sidebar-card {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    margin-bottom: 1.5rem;
}
.es-kauf2-sidebar-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #00c853;
}
.es-kauf2-sidebar-row {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.9rem;
}
.es-kauf2-sidebar-row:last-child { border-bottom: none; }
.es-kauf2-sidebar-label { color: #64748b; font-weight: 500; }
.es-kauf2-sidebar-value { color: #0f172a; font-weight: 600; }
.es-kauf2-sidebar-links { list-style: none; margin: 0; padding: 0; }
.es-kauf2-sidebar-links li { margin-bottom: 0.5rem; }
.es-kauf2-sidebar-links a {
    display: block;
    padding: 0.5rem 0.75rem;
    background: #f8fafc;
    border-radius: 6px;
    font-size: 0.88rem;
    font-weight: 500;
    transition: background 0.2s;
}
.es-kauf2-sidebar-links a:hover { background: rgba(0,102,255,0.08); }

/* === FAQ === */
.es-kauf2-faq {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem clamp(1rem, 5vw, 3rem) 3rem;
}
.es-kauf2-faq-title {
    font-size: clamp(1.3rem, 3vw, 1.7rem);
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #0066ff;
}
.es-kauf2-faq-item {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 0.75rem;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    overflow: hidden;
}
.es-kauf2-faq-q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.95rem;
    color: #0f172a;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    font-family: inherit;
    transition: background 0.2s;
}
.es-kauf2-faq-q:hover { background: #f8fafc; }
.es-kauf2-faq-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #0066ff;
    transition: transform 0.3s;
}
.es-kauf2-faq-item.active .es-kauf2-faq-icon { transform: rotate(45deg); }
.es-kauf2-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}
.es-kauf2-faq-item.active .es-kauf2-faq-a {
    max-height: 500px;
    padding: 0 1.25rem 1rem;
}
.es-kauf2-faq-a p {
    font-size: 0.93rem;
    color: #475569;
    line-height: 1.6;
}

/* === E-E-A-T === */
.es-kauf2-eeat {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 5vw, 3rem) 2rem;
}
.es-kauf2-eeat-box {
    background: linear-gradient(135deg, #0f172a, #1e293b);
    border-radius: 12px;
    padding: 2rem;
    display: flex;
    gap: 1.5rem;
    align-items: center;
    color: #f1f5f9;
}
.es-kauf2-eeat-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0066ff, #00c853);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
}
.es-kauf2-eeat-info h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
}
.es-kauf2-eeat-info p {
    font-size: 0.9rem;
    color: #94a3b8;
    line-height: 1.5;
}

/* === DISCLAIMER === */
.es-kauf2-disclaimer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 5vw, 3rem) 3rem;
}
.es-kauf2-disclaimer p {
    font-size: 0.8rem;
    color: #94a3b8;
    line-height: 1.5;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {
    .es-kauf2-hero-inner { grid-template-columns: 1fr; }
    .es-kauf2-hero-img { max-width: 500px; }
    .es-kauf2-grid { grid-template-columns: 1fr; }
    .es-kauf2-sidebar { position: static; }
}
@media (max-width: 768px) {
    .es-kauf2-hero { padding: 1.5rem 1rem; }
    .es-kauf2-body { padding: 1.5rem 1rem; }
    .es-kauf2-hero-img img { height: 220px; }
    .es-kauf2-eeat-box { flex-direction: column; text-align: center; }
}
@media (max-width: 480px) {
    .es-kauf2-badges { gap: 0.3rem; }
    .es-kauf2-hero-title { font-size: 1.4rem; }
    .es-kauf2-table th, .es-kauf2-table td { padding: 0.5rem 0.6rem; font-size: 0.85rem; }
}

/* === PRINT === */
@media print {
    .es-kauf2-hero { background: #fff !important; color: #000 !important; }
    .es-kauf2-hero-title, .es-kauf2-hero-answer { color: #000 !important; }
    .es-kauf2-sidebar { display: none; }
    .es-kauf2-faq-a { max-height: none !important; padding: 0 1.25rem 1rem !important; }
}


/* === eFlux Lite One === */
/* === RESET & SCOPED OVERRIDES === */
.es-eflux1-wrap,
.es-eflux1-wrap *,
.es-eflux1-wrap *::before,
.es-eflux1-wrap *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.es-eflux1-wrap {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
    color: #1e293b;
    line-height: 1.7;
    overflow-x: hidden;
}
.es-eflux1-wrap img { max-width: 100%; height: auto; display: block; }
.es-eflux1-wrap a { color: #0066ff; text-decoration: none; transition: color 0.2s; }
.es-eflux1-wrap a:hover { color: #00c853; }
.entry-content { padding: 0 !important; margin: 0 !important; max-width: 100% !important; }

/* === HERO === */
.es-eflux1-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 60%, #0f172a 100%);
    padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 5vw, 3rem);
    position: relative;
}
.es-eflux1-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0066ff, #00c853);
}
.es-eflux1-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 2rem;
    align-items: center;
}
.es-eflux1-breadcrumb {
    font-size: 0.85rem;
    color: #94a3b8;
    margin-bottom: 1rem;
}
.es-eflux1-breadcrumb a { color: #60a5fa; }
.es-eflux1-breadcrumb span { margin: 0 0.4rem; }
.es-eflux1-badges {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.es-eflux1-badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.es-eflux1-badge--cat { background: #0066ff; color: #fff; }
.es-eflux1-badge--date { background: rgba(0,200,83,0.15); color: #00c853; }
.es-eflux1-hero-title {
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    font-weight: 800;
    color: #f1f5f9;
    line-height: 1.2;
    margin-bottom: 1rem;
}
.es-eflux1-hero-answer {
    font-size: clamp(1rem, 2vw, 1.15rem);
    color: #cbd5e1;
    line-height: 1.6;
    border-left: 3px solid #00c853;
    padding-left: 1rem;
}
.es-eflux1-hero-img {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,0.4);
}
.es-eflux1-hero-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

/* === CONTENT GRID === */
.es-eflux1-body {
    background: #f8fafc;
    padding: clamp(1.5rem, 4vw, 3rem) clamp(1rem, 5vw, 3rem);
}
.es-eflux1-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 2.5rem;
    align-items: start;
}
.es-eflux1-main h2 {
    font-size: clamp(1.3rem, 3vw, 1.7rem);
    font-weight: 700;
    color: #0f172a;
    margin: 2.5rem 0 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #0066ff;
}
.es-eflux1-main h2:first-child { margin-top: 0; }
.es-eflux1-main h3 {
    font-size: clamp(1.1rem, 2.5vw, 1.3rem);
    font-weight: 600;
    color: #1e293b;
    margin: 1.8rem 0 0.8rem;
}
.es-eflux1-main p {
    margin-bottom: 1rem;
    font-size: clamp(0.95rem, 1.5vw, 1.05rem);
}
.es-eflux1-main ul, .es-eflux1-main ol {
    margin: 1rem 0 1.5rem 1.5rem;
}
.es-eflux1-main li {
    margin-bottom: 0.5rem;
    font-size: clamp(0.95rem, 1.5vw, 1.05rem);
}
.es-eflux1-highlight {
    background: linear-gradient(135deg, rgba(0,102,255,0.06), rgba(0,200,83,0.06));
    border-left: 4px solid #0066ff;
    padding: 1.25rem 1.5rem;
    border-radius: 0 8px 8px 0;
    margin: 1.5rem 0;
}
.es-eflux1-table-wrap {
    overflow-x: auto;
    margin: 1.5rem 0;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.es-eflux1-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}
.es-eflux1-table th {
    background: #0f172a;
    color: #f1f5f9;
    padding: 0.75rem 1rem;
    text-align: left;
    font-size: 0.9rem;
    font-weight: 600;
}
.es-eflux1-table td {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #e2e8f0;
    font-size: 0.95rem;
}
.es-eflux1-table tr:nth-child(even) { background: #f8fafc; }
.es-eflux1-internal-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 1rem;
    background: rgba(0,102,255,0.08);
    border-radius: 6px;
    font-weight: 500;
    margin: 0.3rem 0;
    transition: background 0.2s;
}
.es-eflux1-internal-link:hover { background: rgba(0,102,255,0.15); }

/* === SIDEBAR === */
.es-eflux1-sidebar {
    position: sticky;
    top: 2rem;
}
.es-eflux1-sidebar-card {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    margin-bottom: 1.5rem;
}
.es-eflux1-sidebar-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #00c853;
}
.es-eflux1-sidebar-row {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.9rem;
}
.es-eflux1-sidebar-row:last-child { border-bottom: none; }
.es-eflux1-sidebar-label { color: #64748b; font-weight: 500; }
.es-eflux1-sidebar-value { color: #0f172a; font-weight: 600; }
.es-eflux1-sidebar-links { list-style: none; margin: 0; padding: 0; }
.es-eflux1-sidebar-links li { margin-bottom: 0.5rem; }
.es-eflux1-sidebar-links a {
    display: block;
    padding: 0.5rem 0.75rem;
    background: #f8fafc;
    border-radius: 6px;
    font-size: 0.88rem;
    font-weight: 500;
    transition: background 0.2s;
}
.es-eflux1-sidebar-links a:hover { background: rgba(0,102,255,0.08); }

/* === FAQ === */
.es-eflux1-faq {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem clamp(1rem, 5vw, 3rem) 3rem;
}
.es-eflux1-faq-title {
    font-size: clamp(1.3rem, 3vw, 1.7rem);
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #0066ff;
}
.es-eflux1-faq-item {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 0.75rem;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    overflow: hidden;
}
.es-eflux1-faq-q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.95rem;
    color: #0f172a;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    font-family: inherit;
    transition: background 0.2s;
}
.es-eflux1-faq-q:hover { background: #f8fafc; }
.es-eflux1-faq-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #0066ff;
    transition: transform 0.3s;
}
.es-eflux1-faq-item.active .es-eflux1-faq-icon { transform: rotate(45deg); }
.es-eflux1-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}
.es-eflux1-faq-item.active .es-eflux1-faq-a {
    max-height: 500px;
    padding: 0 1.25rem 1rem;
}
.es-eflux1-faq-a p {
    font-size: 0.93rem;
    color: #475569;
    line-height: 1.6;
}

/* === E-E-A-T === */
.es-eflux1-eeat {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 5vw, 3rem) 2rem;
}
.es-eflux1-eeat-box {
    background: linear-gradient(135deg, #0f172a, #1e293b);
    border-radius: 12px;
    padding: 2rem;
    display: flex;
    gap: 1.5rem;
    align-items: center;
    color: #f1f5f9;
}
.es-eflux1-eeat-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0066ff, #00c853);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
}
.es-eflux1-eeat-info h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
}
.es-eflux1-eeat-info p {
    font-size: 0.9rem;
    color: #94a3b8;
    line-height: 1.5;
}

/* === DISCLAIMER === */
.es-eflux1-disclaimer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 5vw, 3rem) 3rem;
}
.es-eflux1-disclaimer p {
    font-size: 0.8rem;
    color: #94a3b8;
    line-height: 1.5;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {
    .es-eflux1-hero-inner { grid-template-columns: 1fr; }
    .es-eflux1-hero-img { max-width: 500px; }
    .es-eflux1-grid { grid-template-columns: 1fr; }
    .es-eflux1-sidebar { position: static; }
}
@media (max-width: 768px) {
    .es-eflux1-hero { padding: 1.5rem 1rem; }
    .es-eflux1-body { padding: 1.5rem 1rem; }
    .es-eflux1-hero-img img { height: 220px; }
    .es-eflux1-eeat-box { flex-direction: column; text-align: center; }
}
@media (max-width: 480px) {
    .es-eflux1-badges { gap: 0.3rem; }
    .es-eflux1-hero-title { font-size: 1.4rem; }
    .es-eflux1-table th, .es-eflux1-table td { padding: 0.5rem 0.6rem; font-size: 0.85rem; }
}

/* === PRINT === */
@media print {
    .es-eflux1-hero { background: #fff !important; color: #000 !important; }
    .es-eflux1-hero-title, .es-eflux1-hero-answer { color: #000 !important; }
    .es-eflux1-sidebar { display: none; }
    .es-eflux1-faq-a { max-height: none !important; padding: 0 1.25rem 1rem !important; }
}


/* === Eflux Street 20 mit Straßenzulassung === */
/* === RESET & SCOPED OVERRIDES === */
.es-eflux2-wrap,
.es-eflux2-wrap *,
.es-eflux2-wrap *::before,
.es-eflux2-wrap *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.es-eflux2-wrap {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
    color: #1e293b;
    line-height: 1.7;
    overflow-x: hidden;
}
.es-eflux2-wrap img { max-width: 100%; height: auto; display: block; }
.es-eflux2-wrap a { color: #0066ff; text-decoration: none; transition: color 0.2s; }
.es-eflux2-wrap a:hover { color: #00c853; }
.entry-content { padding: 0 !important; margin: 0 !important; max-width: 100% !important; }

/* === HERO === */
.es-eflux2-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 60%, #0f172a 100%);
    padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 5vw, 3rem);
    position: relative;
}
.es-eflux2-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0066ff, #00c853);
}
.es-eflux2-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 2rem;
    align-items: center;
}
.es-eflux2-breadcrumb {
    font-size: 0.85rem;
    color: #94a3b8;
    margin-bottom: 1rem;
}
.es-eflux2-breadcrumb a { color: #60a5fa; }
.es-eflux2-breadcrumb span { margin: 0 0.4rem; }
.es-eflux2-badges {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.es-eflux2-badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.es-eflux2-badge--cat { background: #0066ff; color: #fff; }
.es-eflux2-badge--date { background: rgba(0,200,83,0.15); color: #00c853; }
.es-eflux2-badge--abe { background: rgba(0,200,83,0.2); color: #00c853; border: 1px solid #00c853; }
.es-eflux2-hero-title {
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    font-weight: 800;
    color: #f1f5f9;
    line-height: 1.2;
    margin-bottom: 1rem;
}
.es-eflux2-hero-answer {
    font-size: clamp(1rem, 2vw, 1.15rem);
    color: #cbd5e1;
    line-height: 1.6;
    border-left: 3px solid #00c853;
    padding-left: 1rem;
}
.es-eflux2-hero-img {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,0.4);
}
.es-eflux2-hero-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

/* === CONTENT GRID === */
.es-eflux2-body {
    background: #f8fafc;
    padding: clamp(1.5rem, 4vw, 3rem) clamp(1rem, 5vw, 3rem);
}
.es-eflux2-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 2.5rem;
    align-items: start;
}
.es-eflux2-main h2 {
    font-size: clamp(1.3rem, 3vw, 1.7rem);
    font-weight: 700;
    color: #0f172a;
    margin: 2.5rem 0 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #0066ff;
}
.es-eflux2-main h2:first-child { margin-top: 0; }
.es-eflux2-main h3 {
    font-size: clamp(1.1rem, 2.5vw, 1.3rem);
    font-weight: 600;
    color: #1e293b;
    margin: 1.8rem 0 0.8rem;
}
.es-eflux2-main p {
    margin-bottom: 1rem;
    font-size: clamp(0.95rem, 1.5vw, 1.05rem);
}
.es-eflux2-main ul, .es-eflux2-main ol {
    margin: 1rem 0 1.5rem 1.5rem;
}
.es-eflux2-main li {
    margin-bottom: 0.5rem;
    font-size: clamp(0.95rem, 1.5vw, 1.05rem);
}
.es-eflux2-highlight {
    background: linear-gradient(135deg, rgba(0,102,255,0.06), rgba(0,200,83,0.06));
    border-left: 4px solid #0066ff;
    padding: 1.25rem 1.5rem;
    border-radius: 0 8px 8px 0;
    margin: 1.5rem 0;
}
.es-eflux2-table-wrap {
    overflow-x: auto;
    margin: 1.5rem 0;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.es-eflux2-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}
.es-eflux2-table th {
    background: #0f172a;
    color: #f1f5f9;
    padding: 0.75rem 1rem;
    text-align: left;
    font-size: 0.9rem;
    font-weight: 600;
}
.es-eflux2-table td {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #e2e8f0;
    font-size: 0.95rem;
}
.es-eflux2-table tr:nth-child(even) { background: #f8fafc; }
.es-eflux2-internal-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 1rem;
    background: rgba(0,102,255,0.08);
    border-radius: 6px;
    font-weight: 500;
    margin: 0.3rem 0;
    transition: background 0.2s;
}
.es-eflux2-internal-link:hover { background: rgba(0,102,255,0.15); }

/* === SIDEBAR === */
.es-eflux2-sidebar {
    position: sticky;
    top: 2rem;
}
.es-eflux2-sidebar-card {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    margin-bottom: 1.5rem;
}
.es-eflux2-sidebar-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #00c853;
}
.es-eflux2-sidebar-row {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.9rem;
}
.es-eflux2-sidebar-row:last-child { border-bottom: none; }
.es-eflux2-sidebar-label { color: #64748b; font-weight: 500; }
.es-eflux2-sidebar-value { color: #0f172a; font-weight: 600; }
.es-eflux2-sidebar-links { list-style: none; margin: 0; padding: 0; }
.es-eflux2-sidebar-links li { margin-bottom: 0.5rem; }
.es-eflux2-sidebar-links a {
    display: block;
    padding: 0.5rem 0.75rem;
    background: #f8fafc;
    border-radius: 6px;
    font-size: 0.88rem;
    font-weight: 500;
    transition: background 0.2s;
}
.es-eflux2-sidebar-links a:hover { background: rgba(0,102,255,0.08); }

/* === FAQ === */
.es-eflux2-faq {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem clamp(1rem, 5vw, 3rem) 3rem;
}
.es-eflux2-faq-title {
    font-size: clamp(1.3rem, 3vw, 1.7rem);
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #0066ff;
}
.es-eflux2-faq-item {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 0.75rem;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    overflow: hidden;
}
.es-eflux2-faq-q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.95rem;
    color: #0f172a;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    font-family: inherit;
    transition: background 0.2s;
}
.es-eflux2-faq-q:hover { background: #f8fafc; }
.es-eflux2-faq-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #0066ff;
    transition: transform 0.3s;
}
.es-eflux2-faq-item.active .es-eflux2-faq-icon { transform: rotate(45deg); }
.es-eflux2-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}
.es-eflux2-faq-item.active .es-eflux2-faq-a {
    max-height: 500px;
    padding: 0 1.25rem 1rem;
}
.es-eflux2-faq-a p {
    font-size: 0.93rem;
    color: #475569;
    line-height: 1.6;
}

/* === E-E-A-T === */
.es-eflux2-eeat {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 5vw, 3rem) 2rem;
}
.es-eflux2-eeat-box {
    background: linear-gradient(135deg, #0f172a, #1e293b);
    border-radius: 12px;
    padding: 2rem;
    display: flex;
    gap: 1.5rem;
    align-items: center;
    color: #f1f5f9;
}
.es-eflux2-eeat-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0066ff, #00c853);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
}
.es-eflux2-eeat-info h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
}
.es-eflux2-eeat-info p {
    font-size: 0.9rem;
    color: #94a3b8;
    line-height: 1.5;
}

/* === DISCLAIMER === */
.es-eflux2-disclaimer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 5vw, 3rem) 3rem;
}
.es-eflux2-disclaimer p {
    font-size: 0.8rem;
    color: #94a3b8;
    line-height: 1.5;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {
    .es-eflux2-hero-inner { grid-template-columns: 1fr; }
    .es-eflux2-hero-img { max-width: 500px; }
    .es-eflux2-grid { grid-template-columns: 1fr; }
    .es-eflux2-sidebar { position: static; }
}
@media (max-width: 768px) {
    .es-eflux2-hero { padding: 1.5rem 1rem; }
    .es-eflux2-body { padding: 1.5rem 1rem; }
    .es-eflux2-hero-img img { height: 220px; }
    .es-eflux2-eeat-box { flex-direction: column; text-align: center; }
}
@media (max-width: 480px) {
    .es-eflux2-badges { gap: 0.3rem; }
    .es-eflux2-hero-title { font-size: 1.4rem; }
    .es-eflux2-table th, .es-eflux2-table td { padding: 0.5rem 0.6rem; font-size: 0.85rem; }
}

/* === PRINT === */
@media print {
    .es-eflux2-hero { background: #fff !important; color: #000 !important; }
    .es-eflux2-hero-title, .es-eflux2-hero-answer { color: #000 !important; }
    .es-eflux2-sidebar { display: none; }
    .es-eflux2-faq-a { max-height: none !important; padding: 0 1.25rem 1rem !important; }
}


/* === Welche Xiaomi E-Roller gibt es === */
/* === RESET & SCOPED OVERRIDES === */
.es-xia-wrap,
.es-xia-wrap *,
.es-xia-wrap *::before,
.es-xia-wrap *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.es-xia-wrap {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
    color: #1e293b;
    line-height: 1.7;
    overflow-x: hidden;
}
.es-xia-wrap img { max-width: 100%; height: auto; display: block; }
.es-xia-wrap a { color: #0066ff; text-decoration: none; transition: color 0.2s; }
.es-xia-wrap a:hover { color: #00c853; }
.entry-content { padding: 0 !important; margin: 0 !important; max-width: 100% !important; }

/* === HERO === */
.es-xia-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 60%, #0f172a 100%);
    padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 5vw, 3rem);
    position: relative;
}
.es-xia-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0066ff, #00c853);
}
.es-xia-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 2rem;
    align-items: center;
}
.es-xia-breadcrumb {
    font-size: 0.85rem;
    color: #94a3b8;
    margin-bottom: 1rem;
}
.es-xia-breadcrumb a { color: #60a5fa; }
.es-xia-breadcrumb span { margin: 0 0.4rem; }
.es-xia-badges {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.es-xia-badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.es-xia-badge--cat { background: #0066ff; color: #fff; }
.es-xia-badge--date { background: rgba(0,200,83,0.15); color: #00c853; }
.es-xia-hero-title {
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    font-weight: 800;
    color: #f1f5f9;
    line-height: 1.2;
    margin-bottom: 1rem;
}
.es-xia-hero-answer {
    font-size: clamp(1rem, 2vw, 1.15rem);
    color: #cbd5e1;
    line-height: 1.6;
    border-left: 3px solid #00c853;
    padding-left: 1rem;
}
/* Gradient Placeholder statt Featured Image (Post 31 hat kein Bild) */
.es-xia-hero-img-placeholder {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,0.4);
    width: 100%;
    height: 300px;
    background: linear-gradient(135deg, #0066ff 0%, #1e293b 40%, #00c853 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.5rem;
}
.es-xia-hero-img-placeholder span {
    color: #f1f5f9;
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: -1px;
}
.es-xia-hero-img-placeholder small {
    color: #94a3b8;
    font-size: 0.85rem;
    font-weight: 500;
}

/* === CONTENT GRID === */
.es-xia-body {
    background: #f8fafc;
    padding: clamp(1.5rem, 4vw, 3rem) clamp(1rem, 5vw, 3rem);
}
.es-xia-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 2.5rem;
    align-items: start;
}
.es-xia-main h2 {
    font-size: clamp(1.3rem, 3vw, 1.7rem);
    font-weight: 700;
    color: #0f172a;
    margin: 2.5rem 0 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #0066ff;
}
.es-xia-main h2:first-child { margin-top: 0; }
.es-xia-main h3 {
    font-size: clamp(1.1rem, 2.5vw, 1.3rem);
    font-weight: 600;
    color: #1e293b;
    margin: 1.8rem 0 0.8rem;
}
.es-xia-main p {
    margin-bottom: 1rem;
    font-size: clamp(0.95rem, 1.5vw, 1.05rem);
}
.es-xia-main ul, .es-xia-main ol {
    margin: 1rem 0 1.5rem 1.5rem;
}
.es-xia-main li {
    margin-bottom: 0.5rem;
    font-size: clamp(0.95rem, 1.5vw, 1.05rem);
}
.es-xia-highlight {
    background: linear-gradient(135deg, rgba(0,102,255,0.06), rgba(0,200,83,0.06));
    border-left: 4px solid #0066ff;
    padding: 1.25rem 1.5rem;
    border-radius: 0 8px 8px 0;
    margin: 1.5rem 0;
}
.es-xia-table-wrap {
    overflow-x: auto;
    margin: 1.5rem 0;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.es-xia-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}
.es-xia-table th {
    background: #0f172a;
    color: #f1f5f9;
    padding: 0.75rem 1rem;
    text-align: left;
    font-size: 0.9rem;
    font-weight: 600;
}
.es-xia-table td {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #e2e8f0;
    font-size: 0.95rem;
}
.es-xia-table tr:nth-child(even) { background: #f8fafc; }
.es-xia-internal-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 1rem;
    background: rgba(0,102,255,0.08);
    border-radius: 6px;
    font-weight: 500;
    margin: 0.3rem 0;
    transition: background 0.2s;
}
.es-xia-internal-link:hover { background: rgba(0,102,255,0.15); }

/* === SIDEBAR === */
.es-xia-sidebar {
    position: sticky;
    top: 2rem;
}
.es-xia-sidebar-card {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    margin-bottom: 1.5rem;
}
.es-xia-sidebar-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #00c853;
}
.es-xia-sidebar-row {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.9rem;
}
.es-xia-sidebar-row:last-child { border-bottom: none; }
.es-xia-sidebar-label { color: #64748b; font-weight: 500; }
.es-xia-sidebar-value { color: #0f172a; font-weight: 600; }
.es-xia-sidebar-links { list-style: none; margin: 0; padding: 0; }
.es-xia-sidebar-links li { margin-bottom: 0.5rem; }
.es-xia-sidebar-links a {
    display: block;
    padding: 0.5rem 0.75rem;
    background: #f8fafc;
    border-radius: 6px;
    font-size: 0.88rem;
    font-weight: 500;
    transition: background 0.2s;
}
.es-xia-sidebar-links a:hover { background: rgba(0,102,255,0.08); }

/* === FAQ === */
.es-xia-faq {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem clamp(1rem, 5vw, 3rem) 3rem;
}
.es-xia-faq-title {
    font-size: clamp(1.3rem, 3vw, 1.7rem);
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #0066ff;
}
.es-xia-faq-item {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 0.75rem;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    overflow: hidden;
}
.es-xia-faq-q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.95rem;
    color: #0f172a;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    font-family: inherit;
    transition: background 0.2s;
}
.es-xia-faq-q:hover { background: #f8fafc; }
.es-xia-faq-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #0066ff;
    transition: transform 0.3s;
}
.es-xia-faq-item.active .es-xia-faq-icon { transform: rotate(45deg); }
.es-xia-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}
.es-xia-faq-item.active .es-xia-faq-a {
    max-height: 500px;
    padding: 0 1.25rem 1rem;
}
.es-xia-faq-a p {
    font-size: 0.93rem;
    color: #475569;
    line-height: 1.6;
}

/* === E-E-A-T === */
.es-xia-eeat {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 5vw, 3rem) 2rem;
}
.es-xia-eeat-box {
    background: linear-gradient(135deg, #0f172a, #1e293b);
    border-radius: 12px;
    padding: 2rem;
    display: flex;
    gap: 1.5rem;
    align-items: center;
    color: #f1f5f9;
}
.es-xia-eeat-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0066ff, #00c853);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
}
.es-xia-eeat-info h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
}
.es-xia-eeat-info p {
    font-size: 0.9rem;
    color: #94a3b8;
    line-height: 1.5;
}

/* === DISCLAIMER === */
.es-xia-disclaimer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 5vw, 3rem) 3rem;
}
.es-xia-disclaimer p {
    font-size: 0.8rem;
    color: #94a3b8;
    line-height: 1.5;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {
    .es-xia-hero-inner { grid-template-columns: 1fr; }
    .es-xia-hero-img-placeholder { max-width: 500px; }
    .es-xia-grid { grid-template-columns: 1fr; }
    .es-xia-sidebar { position: static; }
}
@media (max-width: 768px) {
    .es-xia-hero { padding: 1.5rem 1rem; }
    .es-xia-body { padding: 1.5rem 1rem; }
    .es-xia-hero-img-placeholder { height: 220px; }
    .es-xia-eeat-box { flex-direction: column; text-align: center; }
}
@media (max-width: 480px) {
    .es-xia-badges { gap: 0.3rem; }
    .es-xia-hero-title { font-size: 1.4rem; }
    .es-xia-table th, .es-xia-table td { padding: 0.5rem 0.6rem; font-size: 0.85rem; }
    .es-xia-hero-img-placeholder span { font-size: 2rem; }
}

/* === PRINT === */
@media print {
    .es-xia-hero { background: #fff !important; color: #000 !important; }
    .es-xia-hero-title, .es-xia-hero-answer { color: #000 !important; }
    .es-xia-sidebar { display: none; }
    .es-xia-faq-a { max-height: none !important; padding: 0 1.25rem 1rem !important; }
}


/* === Elektrorollers von Aldi === */
/* === RESET & SCOPED OVERRIDES === */
.es-aldi-wrap,
.es-aldi-wrap *,
.es-aldi-wrap *::before,
.es-aldi-wrap *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.es-aldi-wrap {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
    color: #1e293b;
    line-height: 1.7;
    overflow-x: hidden;
}
.es-aldi-wrap img { max-width: 100%; height: auto; display: block; }
.es-aldi-wrap a { color: #0066ff; text-decoration: none; transition: color 0.2s; }
.es-aldi-wrap a:hover { color: #00c853; }
.entry-content { padding: 0 !important; margin: 0 !important; max-width: 100% !important; }

/* === HERO === */
.es-aldi-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 60%, #0f172a 100%);
    padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 5vw, 3rem);
    position: relative;
}
.es-aldi-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0066ff, #00c853);
}
.es-aldi-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 2rem;
    align-items: center;
}
.es-aldi-breadcrumb {
    font-size: 0.85rem;
    color: #94a3b8;
    margin-bottom: 1rem;
}
.es-aldi-breadcrumb a { color: #60a5fa; }
.es-aldi-breadcrumb span { margin: 0 0.4rem; }
.es-aldi-badges {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.es-aldi-badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.es-aldi-badge--cat { background: #0066ff; color: #fff; }
.es-aldi-badge--date { background: rgba(0,200,83,0.15); color: #00c853; }
.es-aldi-hero-title {
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    font-weight: 800;
    color: #f1f5f9;
    line-height: 1.2;
    margin-bottom: 1rem;
}
.es-aldi-hero-answer {
    font-size: clamp(1rem, 2vw, 1.15rem);
    color: #cbd5e1;
    line-height: 1.6;
    border-left: 3px solid #00c853;
    padding-left: 1rem;
}
.es-aldi-hero-img {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,0.4);
}
.es-aldi-hero-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

/* === CONTENT GRID === */
.es-aldi-body {
    background: #f8fafc;
    padding: clamp(1.5rem, 4vw, 3rem) clamp(1rem, 5vw, 3rem);
}
.es-aldi-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 2.5rem;
    align-items: start;
}
.es-aldi-main h2 {
    font-size: clamp(1.3rem, 3vw, 1.7rem);
    font-weight: 700;
    color: #0f172a;
    margin: 2.5rem 0 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #0066ff;
}
.es-aldi-main h2:first-child { margin-top: 0; }
.es-aldi-main h3 {
    font-size: clamp(1.1rem, 2.5vw, 1.3rem);
    font-weight: 600;
    color: #1e293b;
    margin: 1.8rem 0 0.8rem;
}
.es-aldi-main p {
    margin-bottom: 1rem;
    font-size: clamp(0.95rem, 1.5vw, 1.05rem);
}
.es-aldi-main ul, .es-aldi-main ol {
    margin: 1rem 0 1.5rem 1.5rem;
}
.es-aldi-main li {
    margin-bottom: 0.5rem;
    font-size: clamp(0.95rem, 1.5vw, 1.05rem);
}
.es-aldi-highlight {
    background: linear-gradient(135deg, rgba(0,102,255,0.06), rgba(0,200,83,0.06));
    border-left: 4px solid #0066ff;
    padding: 1.25rem 1.5rem;
    border-radius: 0 8px 8px 0;
    margin: 1.5rem 0;
}
.es-aldi-table-wrap {
    overflow-x: auto;
    margin: 1.5rem 0;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.es-aldi-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}
.es-aldi-table th {
    background: #0f172a;
    color: #f1f5f9;
    padding: 0.75rem 1rem;
    text-align: left;
    font-size: 0.9rem;
    font-weight: 600;
}
.es-aldi-table td {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #e2e8f0;
    font-size: 0.95rem;
}
.es-aldi-table tr:nth-child(even) { background: #f8fafc; }
.es-aldi-internal-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 1rem;
    background: rgba(0,102,255,0.08);
    border-radius: 6px;
    font-weight: 500;
    margin: 0.3rem 0;
    transition: background 0.2s;
}
.es-aldi-internal-link:hover { background: rgba(0,102,255,0.15); }
.es-aldi-pros-cons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin: 1.5rem 0;
}
.es-aldi-pros, .es-aldi-cons {
    background: #fff;
    border-radius: 8px;
    padding: 1.25rem;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.es-aldi-pros h3 { color: #00c853; margin-top: 0; }
.es-aldi-cons h3 { color: #ef4444; margin-top: 0; }
.es-aldi-pros ul, .es-aldi-cons ul { margin-left: 1.2rem; }

/* === SIDEBAR === */
.es-aldi-sidebar {
    position: sticky;
    top: 2rem;
}
.es-aldi-sidebar-card {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    margin-bottom: 1.5rem;
}
.es-aldi-sidebar-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #00c853;
}
.es-aldi-sidebar-row {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.9rem;
}
.es-aldi-sidebar-row:last-child { border-bottom: none; }
.es-aldi-sidebar-label { color: #64748b; font-weight: 500; }
.es-aldi-sidebar-value { color: #0f172a; font-weight: 600; }
.es-aldi-sidebar-links { list-style: none; margin: 0; padding: 0; }
.es-aldi-sidebar-links li { margin-bottom: 0.5rem; }
.es-aldi-sidebar-links a {
    display: block;
    padding: 0.5rem 0.75rem;
    background: #f8fafc;
    border-radius: 6px;
    font-size: 0.88rem;
    font-weight: 500;
    transition: background 0.2s;
}
.es-aldi-sidebar-links a:hover { background: rgba(0,102,255,0.08); }

/* === FAQ === */
.es-aldi-faq {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem clamp(1rem, 5vw, 3rem) 3rem;
}
.es-aldi-faq-title {
    font-size: clamp(1.3rem, 3vw, 1.7rem);
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #0066ff;
}
.es-aldi-faq-item {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 0.75rem;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    overflow: hidden;
}
.es-aldi-faq-q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.95rem;
    color: #0f172a;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    font-family: inherit;
    transition: background 0.2s;
}
.es-aldi-faq-q:hover { background: #f8fafc; }
.es-aldi-faq-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #0066ff;
    transition: transform 0.3s;
}
.es-aldi-faq-item.active .es-aldi-faq-icon { transform: rotate(45deg); }
.es-aldi-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}
.es-aldi-faq-item.active .es-aldi-faq-a {
    max-height: 500px;
    padding: 0 1.25rem 1rem;
}
.es-aldi-faq-a p {
    font-size: 0.93rem;
    color: #475569;
    line-height: 1.6;
}

/* === E-E-A-T === */
.es-aldi-eeat {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 5vw, 3rem) 2rem;
}
.es-aldi-eeat-box {
    background: linear-gradient(135deg, #0f172a, #1e293b);
    border-radius: 12px;
    padding: 2rem;
    display: flex;
    gap: 1.5rem;
    align-items: center;
    color: #f1f5f9;
}
.es-aldi-eeat-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0066ff, #00c853);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
}
.es-aldi-eeat-info h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
}
.es-aldi-eeat-info p {
    font-size: 0.9rem;
    color: #94a3b8;
    line-height: 1.5;
}

/* === DISCLAIMER === */
.es-aldi-disclaimer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 5vw, 3rem) 3rem;
}
.es-aldi-disclaimer p {
    font-size: 0.8rem;
    color: #94a3b8;
    line-height: 1.5;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {
    .es-aldi-hero-inner { grid-template-columns: 1fr; }
    .es-aldi-hero-img { max-width: 500px; }
    .es-aldi-grid { grid-template-columns: 1fr; }
    .es-aldi-sidebar { position: static; }
}
@media (max-width: 768px) {
    .es-aldi-hero { padding: 1.5rem 1rem; }
    .es-aldi-body { padding: 1.5rem 1rem; }
    .es-aldi-hero-img img { height: 220px; }
    .es-aldi-eeat-box { flex-direction: column; text-align: center; }
    .es-aldi-pros-cons { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
    .es-aldi-badges { gap: 0.3rem; }
    .es-aldi-hero-title { font-size: 1.4rem; }
    .es-aldi-table th, .es-aldi-table td { padding: 0.5rem 0.6rem; font-size: 0.85rem; }
}

/* === PRINT === */
@media print {
    .es-aldi-hero { background: #fff !important; color: #000 !important; }
    .es-aldi-hero-title, .es-aldi-hero-answer { color: #000 !important; }
    .es-aldi-sidebar { display: none; }
    .es-aldi-faq-a { max-height: none !important; padding: 0 1.25rem 1rem !important; }
}


/* === Rolektro E-Trike 25 v.3 pro Dreirad === */
/* === RESET & SCOPED OVERRIDES === */
.es-trike-wrap,
.es-trike-wrap *,
.es-trike-wrap *::before,
.es-trike-wrap *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.es-trike-wrap {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
    color: #1e293b;
    line-height: 1.7;
    overflow-x: hidden;
}
.es-trike-wrap img { max-width: 100%; height: auto; display: block; }
.es-trike-wrap a { color: #0066ff; text-decoration: none; transition: color 0.2s; }
.es-trike-wrap a:hover { color: #00c853; }
.entry-content { padding: 0 !important; margin: 0 !important; max-width: 100% !important; }

/* === HERO === */
.es-trike-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 60%, #0f172a 100%);
    padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 5vw, 3rem);
    position: relative;
}
.es-trike-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0066ff, #00c853);
}
.es-trike-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 2rem;
    align-items: center;
}
.es-trike-breadcrumb {
    font-size: 0.85rem;
    color: #94a3b8;
    margin-bottom: 1rem;
}
.es-trike-breadcrumb a { color: #60a5fa; }
.es-trike-breadcrumb span { margin: 0 0.4rem; }
.es-trike-badges {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.es-trike-badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.es-trike-badge--cat { background: #0066ff; color: #fff; }
.es-trike-badge--date { background: rgba(0,200,83,0.15); color: #00c853; }
.es-trike-badge--special { background: rgba(255,165,0,0.2); color: #ffa500; }
.es-trike-hero-title {
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    font-weight: 800;
    color: #f1f5f9;
    line-height: 1.2;
    margin-bottom: 1rem;
}
.es-trike-hero-answer {
    font-size: clamp(1rem, 2vw, 1.15rem);
    color: #cbd5e1;
    line-height: 1.6;
    border-left: 3px solid #00c853;
    padding-left: 1rem;
}
.es-trike-hero-img {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,0.4);
}
.es-trike-hero-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

/* === CONTENT GRID === */
.es-trike-body {
    background: #f8fafc;
    padding: clamp(1.5rem, 4vw, 3rem) clamp(1rem, 5vw, 3rem);
}
.es-trike-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 2.5rem;
    align-items: start;
}
.es-trike-main h2 {
    font-size: clamp(1.3rem, 3vw, 1.7rem);
    font-weight: 700;
    color: #0f172a;
    margin: 2.5rem 0 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #0066ff;
}
.es-trike-main h2:first-child { margin-top: 0; }
.es-trike-main h3 {
    font-size: clamp(1.1rem, 2.5vw, 1.3rem);
    font-weight: 600;
    color: #1e293b;
    margin: 1.8rem 0 0.8rem;
}
.es-trike-main p {
    margin-bottom: 1rem;
    font-size: clamp(0.95rem, 1.5vw, 1.05rem);
}
.es-trike-main ul, .es-trike-main ol {
    margin: 1rem 0 1.5rem 1.5rem;
}
.es-trike-main li {
    margin-bottom: 0.5rem;
    font-size: clamp(0.95rem, 1.5vw, 1.05rem);
}
.es-trike-highlight {
    background: linear-gradient(135deg, rgba(0,102,255,0.06), rgba(0,200,83,0.06));
    border-left: 4px solid #0066ff;
    padding: 1.25rem 1.5rem;
    border-radius: 0 8px 8px 0;
    margin: 1.5rem 0;
}
.es-trike-table-wrap {
    overflow-x: auto;
    margin: 1.5rem 0;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.es-trike-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}
.es-trike-table th {
    background: #0f172a;
    color: #f1f5f9;
    padding: 0.75rem 1rem;
    text-align: left;
    font-size: 0.9rem;
    font-weight: 600;
}
.es-trike-table td {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #e2e8f0;
    font-size: 0.95rem;
}
.es-trike-table tr:nth-child(even) { background: #f8fafc; }
.es-trike-internal-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 1rem;
    background: rgba(0,102,255,0.08);
    border-radius: 6px;
    font-weight: 500;
    margin: 0.3rem 0;
    transition: background 0.2s;
}
.es-trike-internal-link:hover { background: rgba(0,102,255,0.15); }

/* === SIDEBAR === */
.es-trike-sidebar {
    position: sticky;
    top: 2rem;
}
.es-trike-sidebar-card {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    margin-bottom: 1.5rem;
}
.es-trike-sidebar-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #00c853;
}
.es-trike-sidebar-row {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.9rem;
}
.es-trike-sidebar-row:last-child { border-bottom: none; }
.es-trike-sidebar-label { color: #64748b; font-weight: 500; }
.es-trike-sidebar-value { color: #0f172a; font-weight: 600; }
.es-trike-sidebar-links { list-style: none; margin: 0; padding: 0; }
.es-trike-sidebar-links li { margin-bottom: 0.5rem; }
.es-trike-sidebar-links a {
    display: block;
    padding: 0.5rem 0.75rem;
    background: #f8fafc;
    border-radius: 6px;
    font-size: 0.88rem;
    font-weight: 500;
    transition: background 0.2s;
}
.es-trike-sidebar-links a:hover { background: rgba(0,102,255,0.08); }

/* === FAQ === */
.es-trike-faq {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem clamp(1rem, 5vw, 3rem) 3rem;
}
.es-trike-faq-title {
    font-size: clamp(1.3rem, 3vw, 1.7rem);
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #0066ff;
}
.es-trike-faq-item {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 0.75rem;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    overflow: hidden;
}
.es-trike-faq-q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.95rem;
    color: #0f172a;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    font-family: inherit;
    transition: background 0.2s;
}
.es-trike-faq-q:hover { background: #f8fafc; }
.es-trike-faq-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #0066ff;
    transition: transform 0.3s;
}
.es-trike-faq-item.active .es-trike-faq-icon { transform: rotate(45deg); }
.es-trike-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}
.es-trike-faq-item.active .es-trike-faq-a {
    max-height: 500px;
    padding: 0 1.25rem 1rem;
}
.es-trike-faq-a p {
    font-size: 0.93rem;
    color: #475569;
    line-height: 1.6;
}

/* === E-E-A-T === */
.es-trike-eeat {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 5vw, 3rem) 2rem;
}
.es-trike-eeat-box {
    background: linear-gradient(135deg, #0f172a, #1e293b);
    border-radius: 12px;
    padding: 2rem;
    display: flex;
    gap: 1.5rem;
    align-items: center;
    color: #f1f5f9;
}
.es-trike-eeat-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0066ff, #00c853);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
}
.es-trike-eeat-info h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
}
.es-trike-eeat-info p {
    font-size: 0.9rem;
    color: #94a3b8;
    line-height: 1.5;
}

/* === DISCLAIMER === */
.es-trike-disclaimer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 5vw, 3rem) 3rem;
}
.es-trike-disclaimer p {
    font-size: 0.8rem;
    color: #94a3b8;
    line-height: 1.5;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {
    .es-trike-hero-inner { grid-template-columns: 1fr; }
    .es-trike-hero-img { max-width: 500px; }
    .es-trike-grid { grid-template-columns: 1fr; }
    .es-trike-sidebar { position: static; }
}
@media (max-width: 768px) {
    .es-trike-hero { padding: 1.5rem 1rem; }
    .es-trike-body { padding: 1.5rem 1rem; }
    .es-trike-hero-img img { height: 220px; }
    .es-trike-eeat-box { flex-direction: column; text-align: center; }
}
@media (max-width: 480px) {
    .es-trike-badges { gap: 0.3rem; }
    .es-trike-hero-title { font-size: 1.4rem; }
    .es-trike-table th, .es-trike-table td { padding: 0.5rem 0.6rem; font-size: 0.85rem; }
}

/* === PRINT === */
@media print {
    .es-trike-hero { background: #fff !important; color: #000 !important; }
    .es-trike-hero-title, .es-trike-hero-answer { color: #000 !important; }
    .es-trike-sidebar { display: none; }
    .es-trike-faq-a { max-height: none !important; padding: 0 1.25rem 1rem !important; }
}


/* === ES - E-Scooter kaufen Ratgeber v1.0.0 === */
/* ================================================
   E-SCOOTER KAUFRATGEBER v2.0
   Single Post mit Sticky Sidebar
   ================================================ */

:root {
    --es-kauf-primary: #0066ff;
    --es-kauf-primary-dark: #0052cc;
    --es-kauf-primary-light: #3388ff;
    --es-kauf-secondary: #1e293b;
    --es-kauf-accent: #00c9ff;
    --es-kauf-info: #3498db;
    --es-kauf-bg-light: #f8fafc;
    --es-kauf-bg-dark: #0f172a;
    --es-kauf-text-dark: #1e293b;
    --es-kauf-text-medium: #64748b;
    --es-kauf-shadow-sm: 0 2px 8px rgba(0,0,0,0.08);
    --es-kauf-shadow-md: 0 4px 20px rgba(0,0,0,0.12);
    --es-kauf-shadow-lg: 0 10px 40px rgba(0,0,0,0.15);
    --es-kauf-font: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
    --es-kauf-radius: 16px;
    --es-kauf-radius-sm: 10px;
}

.single .container.grid-container {
    max-width: 100% !important;
    padding: 0 !important;
    background: transparent !important;
}

/* ================================================
   HERO SECTION
   ================================================ */
.es-kauf-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f2847 100%);
    padding: 50px 20px 50px;
    position: relative;
    overflow: hidden;
}

.es-kauf-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%230066ff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.es-kauf-hero-inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 30px;
    align-items: center;
}
.es-kauf-hero-text { min-width: 0; }
.es-kauf-hero-image {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,0.3);
}
.es-kauf-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 4/3;
}

.es-kauf-breadcrumb {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 25px;
    font-size: 14px;
}

.es-kauf-breadcrumb a {
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    transition: color 0.2s;
}

.es-kauf-breadcrumb a:hover {
    color: var(--es-kauf-primary-light);
}

.es-kauf-breadcrumb span {
    color: rgba(255,255,255,0.4);
}

.es-kauf-breadcrumb-current {
    color: var(--es-kauf-primary-light) !important;
}

.es-kauf-badge-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.es-kauf-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
}

.es-kauf-badge-ratgeber {
    background: linear-gradient(135deg, var(--es-kauf-primary), var(--es-kauf-primary-dark));
    color: #fff;
}

.es-kauf-badge-time {
    background: rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.9);
    border: 1px solid rgba(255,255,255,0.2);
}

.es-kauf-badge-fresh {
    background: rgba(39,174,96,0.2);
    color: #2ecc71;
    border: 1px solid rgba(39,174,96,0.4);
}

.es-kauf-badge-eeat {
    background: rgba(52,152,219,0.2);
    color: #5dade2;
    border: 1px solid rgba(52,152,219,0.3);
}

.es-kauf-title {
    font-family: var(--es-kauf-font);
    font-size: clamp(2rem, 5vw, 2.8rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin: 0 0 20px 0;
}

.es-kauf-title-accent {
    color: var(--es-kauf-primary-light);
}

.es-kauf-subtitle {
    font-size: 1.15rem;
    color: rgba(255,255,255,0.8);
    max-width: 750px;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* Quick Stats */
.es-kauf-quick-stats {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.es-kauf-quick-stat {
    display: flex;
    align-items: center;
    gap: 10px;
}

.es-kauf-quick-stat-icon {
    width: 40px;
    height: 40px;
    background: rgba(0,102,255,0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.es-kauf-quick-stat-content {
    display: flex;
    flex-direction: column;
}

.es-kauf-quick-stat-value {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
}

.es-kauf-quick-stat-label {
    font-size: 12px;
    color: rgba(255,255,255,0.6);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Featured Image Placeholder (falls kein Bild) */
.es-kauf-hero-image-placeholder {
    width: 100%;
    aspect-ratio: 4/3;
    background: linear-gradient(135deg, #0f172a, #1e3a5f);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 64px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.25);
}

/* ================================================
   MAIN LAYOUT WITH SIDEBAR
   ================================================ */
.es-kauf-layout {
    background: var(--es-kauf-bg-light);
    padding: 50px 20px;
}

.es-kauf-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 40px;
    align-items: start;
}

/* ================================================
   MAIN CONTENT
   ================================================ */
.es-kauf-main {
    min-width: 0;
}

.es-kauf-section {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.08);
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    border-radius: var(--es-kauf-radius);
    padding: 30px;
    margin-bottom: 30px;
}

.es-kauf-section-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--es-kauf-text-dark);
    margin: 0 0 25px 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.es-kauf-section-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--es-kauf-primary), var(--es-kauf-primary-dark));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.es-kauf-text {
    color: var(--es-kauf-text-medium);
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 20px;
}

.es-kauf-text:last-child {
    margin-bottom: 0;
}

.es-kauf-text strong {
    color: var(--es-kauf-text-dark);
}

.es-kauf-text a {
    color: var(--es-kauf-primary);
    text-decoration: none;
    border-bottom: 1px solid rgba(0,102,255,0.3);
    transition: border-color 0.2s;
}

.es-kauf-text a:hover {
    border-color: var(--es-kauf-primary);
}

/* Answer Box */
.es-kauf-answer-box {
    background: linear-gradient(135deg, rgba(0,102,255,0.1), rgba(0,82,204,0.06));
    border: 2px solid var(--es-kauf-primary);
    border-radius: var(--es-kauf-radius);
    padding: 25px;
    margin-bottom: 25px;
    position: relative;
}

.es-kauf-answer-box::before {
    content: '\2713  KURZE ANTWORT';
    position: absolute;
    top: -12px;
    left: 20px;
    background: var(--es-kauf-primary);
    color: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.es-kauf-answer-text {
    color: var(--es-kauf-text-dark);
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 0;
}

/* Lists */
.es-kauf-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.es-kauf-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    color: var(--es-kauf-text-medium);
    font-size: 1rem;
    line-height: 1.7;
}

.es-kauf-list li:last-child {
    border-bottom: none;
}

.es-kauf-list li::before {
    content: '\2022';
    color: var(--es-kauf-primary);
    font-size: 1.4rem;
    font-weight: 700;
    flex-shrink: 0;
    line-height: 1.5;
}

.es-kauf-list li strong {
    color: var(--es-kauf-text-dark);
}

.es-kauf-list li a {
    color: var(--es-kauf-primary);
    text-decoration: none;
    border-bottom: 1px solid rgba(0,102,255,0.3);
}

.es-kauf-list li a:hover {
    border-color: var(--es-kauf-primary);
}

/* Comparison Table */
.es-kauf-table-wrap {
    overflow-x: auto;
    margin: 25px 0;
    -webkit-overflow-scrolling: touch;
}

.es-kauf-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: var(--es-kauf-radius);
    overflow: hidden;
    min-width: 600px;
}

.es-kauf-table th,
.es-kauf-table td {
    padding: 14px 16px;
    text-align: left;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    font-size: 0.95rem;
}

.es-kauf-table th {
    background: linear-gradient(135deg, rgba(0,102,255,0.12), rgba(0,82,204,0.08));
    color: var(--es-kauf-primary-dark);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.es-kauf-table td {
    color: var(--es-kauf-text-medium);
}

.es-kauf-table td strong {
    color: var(--es-kauf-text-dark);
}

.es-kauf-table tr:last-child td {
    border-bottom: none;
}

.es-kauf-table tr:hover td {
    background: rgba(0,102,255,0.03);
}

/* Tips Grid */
.es-kauf-tips-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.es-kauf-tip-card {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.08);
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    border-radius: var(--es-kauf-radius-sm);
    padding: 20px;
    transition: all 0.3s ease;
}

.es-kauf-tip-card:hover {
    border-color: rgba(0,102,255,0.3);
    background: rgba(0,102,255,0.03);
}

.es-kauf-tip-icon {
    font-size: 24px;
    margin-bottom: 10px;
}

.es-kauf-tip-title {
    font-weight: 700;
    color: var(--es-kauf-text-dark);
    margin-bottom: 8px;
}

.es-kauf-tip-text {
    font-size: 14px;
    color: var(--es-kauf-text-medium);
    line-height: 1.6;
}

/* Warning Box */
.es-kauf-warning-box {
    background: rgba(231,76,60,0.1);
    border-left: 4px solid #e74c3c;
    padding: 20px 25px;
    border-radius: 0 var(--es-kauf-radius-sm) var(--es-kauf-radius-sm) 0;
    margin: 25px 0;
}

.es-kauf-warning-title {
    font-weight: 700;
    color: var(--es-kauf-text-dark);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.es-kauf-warning-text {
    color: var(--es-kauf-text-medium);
    line-height: 1.7;
    margin: 0;
}

/* Success Box */
.es-kauf-success-box {
    background: rgba(39,174,96,0.1);
    border-left: 4px solid #27ae60;
    padding: 20px 25px;
    border-radius: 0 var(--es-kauf-radius-sm) var(--es-kauf-radius-sm) 0;
    margin: 25px 0;
}

.es-kauf-success-title {
    font-weight: 700;
    color: var(--es-kauf-text-dark);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.es-kauf-success-text {
    color: var(--es-kauf-text-medium);
    line-height: 1.7;
    margin: 0;
}

/* ================================================
   STICKY SIDEBAR
   ================================================ */
.es-kauf-sidebar {
    position: sticky;
    top: 90px;
    max-height: calc(100vh - 110px);
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.es-kauf-sidebar::-webkit-scrollbar {
    display: none;
}

.es-kauf-sidebar-card {
    background: linear-gradient(180deg, rgba(15,23,42,0.95) 0%, rgba(30,41,59,0.98) 100%);
    border: 1px solid rgba(0,102,255,0.3);
    border-radius: var(--es-kauf-radius);
    overflow: hidden;
    box-shadow: var(--es-kauf-shadow-lg);
}

.es-kauf-sidebar-header {
    background: linear-gradient(135deg, var(--es-kauf-primary), var(--es-kauf-primary-dark));
    padding: 20px;
    text-align: center;
}

.es-kauf-sidebar-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.es-kauf-sidebar-subtitle {
    font-size: 13px;
    color: rgba(255,255,255,0.8);
    margin-top: 5px;
}

/* Quick Info Grid */
.es-kauf-sidebar-quick {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    background: rgba(255,255,255,0.1);
}

.es-kauf-sidebar-quick-item {
    background: rgba(15,23,42,0.95);
    padding: 15px;
    text-align: center;
}

.es-kauf-sidebar-quick-icon {
    font-size: 20px;
    margin-bottom: 5px;
}

.es-kauf-sidebar-quick-value {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}

.es-kauf-sidebar-quick-label {
    font-size: 11px;
    color: rgba(255,255,255,0.6);
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.es-kauf-sidebar-section {
    padding: 20px;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.es-kauf-sidebar-section-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--es-kauf-primary-light);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Checklist */
.es-kauf-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.es-kauf-checklist li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    color: rgba(255,255,255,0.9);
    font-size: 14px;
}

.es-kauf-checklist li:last-child {
    border-bottom: none;
}

.es-kauf-check-icon {
    width: 20px;
    height: 20px;
    background: rgba(0,102,255,0.3);
    border: 2px solid var(--es-kauf-primary-light);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #fff;
    flex-shrink: 0;
}

/* Jump Button */
.es-kauf-jump-btn {
    display: block;
    width: calc(100% - 40px);
    margin: 20px;
    padding: 15px;
    background: linear-gradient(135deg, var(--es-kauf-primary), var(--es-kauf-primary-dark));
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.es-kauf-jump-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,102,255,0.4);
    color: #fff;
}

/* ================================================
   FAQ SECTION
   ================================================ */
.es-kauf-faq-section {
    background: var(--es-kauf-bg-light);
    padding: 60px 20px;
}

.es-kauf-faq-inner {
    max-width: 900px;
    margin: 0 auto;
}

.es-kauf-faq-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--es-kauf-text-dark);
    text-align: center;
    margin-bottom: 40px;
}

.es-kauf-faq-item {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.08);
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    border-radius: var(--es-kauf-radius-sm);
    margin-bottom: 15px;
    overflow: hidden;
}

.es-kauf-faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 20px 25px;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--es-kauf-text-dark);
    font-size: 1rem;
    font-weight: 600;
    transition: background 0.3s;
}

.es-kauf-faq-question:hover {
    background: rgba(0,102,255,0.06);
}

.es-kauf-faq-icon {
    font-size: 20px;
    transition: transform 0.3s;
    color: var(--es-kauf-primary-light);
}

.es-kauf-faq-item.active .es-kauf-faq-icon {
    transform: rotate(45deg);
}

.es-kauf-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.es-kauf-faq-item.active .es-kauf-faq-answer {
    max-height: 500px;
}

.es-kauf-faq-answer-inner {
    padding: 0 25px 20px;
    color: var(--es-kauf-text-medium);
    line-height: 1.7;
}

.es-kauf-faq-answer-inner a {
    color: var(--es-kauf-primary);
    text-decoration: none;
    border-bottom: 1px solid rgba(0,102,255,0.3);
}

/* ================================================
   RELATED ARTICLES
   ================================================ */
.es-kauf-related-section {
    background: var(--es-kauf-bg-light);
    padding: 60px 20px;
    border-top: 1px solid rgba(0,0,0,0.06);
}

.es-kauf-related-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.es-kauf-related-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--es-kauf-text-dark);
    text-align: center;
    margin-bottom: 40px;
}

.es-kauf-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.es-kauf-related-card {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.08);
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    border-radius: var(--es-kauf-radius);
    padding: 25px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.es-kauf-related-card:hover {
    transform: translateY(-5px);
    border-color: rgba(0,102,255,0.3);
    background: rgba(0,102,255,0.03);
}

.es-kauf-related-icon {
    font-size: 40px;
    margin-bottom: 15px;
}

.es-kauf-related-card-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--es-kauf-text-dark);
    margin-bottom: 10px;
}

.es-kauf-related-card-meta {
    font-size: 13px;
    color: #8b949e;
}

/* ================================================
   DISCLAIMER
   ================================================ */
.es-kauf-disclaimer {
    background: var(--es-kauf-bg-light);
    padding: 40px 20px;
    border-top: 1px solid rgba(0,0,0,0.06);
}

.es-kauf-disclaimer-inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.es-kauf-disclaimer-text {
    color: #8b949e;
    font-size: 13px;
    line-height: 1.7;
}

.es-kauf-disclaimer-text a {
    color: var(--es-kauf-primary);
    text-decoration: none;
}

.es-kauf-disclaimer-text a:hover {
    text-decoration: underline;
}

.es-kauf-sources {
    margin-top: 20px;
    padding: 15px;
    background: rgba(0,0,0,0.03);
    border-radius: 8px;
    border-left: 3px solid var(--es-kauf-primary);
    text-align: left;
}

.es-kauf-sources-title {
    margin: 0 0 8px 0;
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--es-kauf-text-medium);
}

.es-kauf-sources ul {
    margin: 0;
    padding-left: 20px;
    font-size: 0.85rem;
    line-height: 1.8;
}

.es-kauf-sources a {
    color: var(--es-kauf-primary);
    text-decoration: none;
}

.es-kauf-sources a:hover {
    text-decoration: underline;
}

/* ================================================
   RESPONSIVE
   ================================================ */
@media (max-width: 1024px) {
    .es-kauf-hero-inner {
        grid-template-columns: 1fr;
    }
    .es-kauf-hero-image {
        max-width: 400px;
        margin: 0 auto;
    }
    .es-kauf-container {
        grid-template-columns: 1fr;
    }
    .es-kauf-sidebar {
        position: relative;
        top: 0;
    }
}

@media (max-width: 768px) {
    .es-kauf-hero {
        padding: 30px 15px 40px;
    }
    .es-kauf-hero-image {
        max-width: 280px;
    }

    .es-kauf-title {
        font-size: 1.8rem;
    }

    .es-kauf-quick-stats {
        gap: 20px;
    }

    .es-kauf-quick-stat {
        flex: 1 1 calc(50% - 10px);
    }

    .es-kauf-section {
        padding: 20px;
    }

    .es-kauf-tips-grid {
        grid-template-columns: 1fr;
    }

    .es-kauf-related-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .es-kauf-sidebar-quick {
        grid-template-columns: repeat(4, 1fr);
    }

    .es-kauf-image-wrapper {
        margin-top: -25px;
    }
}

@media (max-width: 480px) {
    .es-kauf-quick-stats {
        gap: 15px;
    }

    .es-kauf-quick-stat {
        flex: 1 1 100%;
    }

    .es-kauf-related-grid {
        grid-template-columns: 1fr;
    }

    .es-kauf-sidebar-quick {
        grid-template-columns: repeat(2, 1fr);
    }

    .es-kauf-table {
        font-size: 0.85rem;
    }

    .es-kauf-table th,
    .es-kauf-table td {
        padding: 10px 8px;
    }
}

/* Print Styles */
@media print {
    .es-kauf-hero,
    .es-kauf-faq-section,
    .es-kauf-related-section,
    .es-kauf-disclaimer {
        display: none;
    }

    .es-kauf-container {
        display: block;
    }

    .es-kauf-sidebar {
        position: relative;
    }
}


/* === ES - Segway E-Scooter Test v1.0.0 === */
:root {
    --es-seg-blue: #0066ff;
    --es-seg-blue-dark: #0052cc;
    --es-seg-green: #00c853;
    --es-seg-green-dark: #00a844;
    --es-seg-hero-dark: #0f172a;
    --es-seg-hero-mid: #1e293b;
    --es-seg-light: #f8fafc;
    --es-seg-text: #1e293b;
    --es-seg-text-light: #64748b;
    --es-seg-border: #e2e8f0;
    --es-seg-card-bg: #ffffff;
    --es-seg-shadow: 0 1px 3px rgba(0,0,0,0.1);
    --es-seg-shadow-lg: 0 10px 40px rgba(0,0,0,0.12);
    --es-seg-radius: 12px;
    --es-seg-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}
.single .container { max-width: 100% !important; padding: 0 !important; }

/* Hero Section */
.es-seg-hero {
    background: linear-gradient(135deg, var(--es-seg-hero-dark) 0%, var(--es-seg-hero-mid) 100%);
    padding: clamp(2rem, 5vw, 4rem) 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.es-seg-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(0,102,255,0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
.es-seg-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 3vw, 2rem);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}
.es-seg-hero-content { position: relative; z-index: 2; }
.es-seg-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.6);
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
}
.es-seg-breadcrumb a {
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    transition: color 0.2s;
}
.es-seg-breadcrumb a:hover { color: var(--es-seg-blue); }
.es-seg-breadcrumb-sep { font-size: 0.7rem; }
.es-seg-badges {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
}
.es-seg-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.75rem;
    border-radius: 20px;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}
.es-seg-badge-cat {
    background: rgba(0,102,255,0.15);
    color: var(--es-seg-blue);
    border: 1px solid rgba(0,102,255,0.3);
}
.es-seg-badge-fresh {
    background: rgba(0,200,83,0.15);
    color: var(--es-seg-green);
    border: 1px solid rgba(0,200,83,0.3);
}
.es-seg-hero-title {
    font-family: var(--es-seg-font);
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 1rem;
    color: #fff;
}
.es-seg-answer-first {
    font-size: clamp(1rem, 1.8vw, 1.15rem);
    line-height: 1.7;
    color: rgba(255,255,255,0.85);
    margin: 0;
}
.es-seg-hero-image {
    position: relative;
    z-index: 2;
    border-radius: var(--es-seg-radius);
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}
.es-seg-hero-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Content Grid */
.es-seg-wrapper {
    background: var(--es-seg-light);
    padding: clamp(2rem, 5vw, 3.5rem) 0;
}
.es-seg-grid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 3vw, 2rem);
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 2.5rem;
    align-items: start;
}
.es-seg-main { min-width: 0; }

/* Content Cards */
.es-seg-card {
    background: var(--es-seg-card-bg);
    border-radius: var(--es-seg-radius);
    padding: clamp(1.5rem, 3vw, 2.25rem);
    margin-bottom: 2rem;
    box-shadow: var(--es-seg-shadow);
    border: 1px solid var(--es-seg-border);
}
.es-seg-card h2 {
    font-family: var(--es-seg-font);
    font-size: clamp(1.25rem, 2.5vw, 1.6rem);
    font-weight: 700;
    color: var(--es-seg-text);
    margin: 0 0 1rem;
    line-height: 1.3;
}
.es-seg-card h3 {
    font-family: var(--es-seg-font);
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    font-weight: 600;
    color: var(--es-seg-text);
    margin: 1.5rem 0 0.75rem;
    line-height: 1.35;
}
.es-seg-card p {
    font-family: var(--es-seg-font);
    font-size: clamp(0.95rem, 1.5vw, 1.05rem);
    line-height: 1.8;
    color: var(--es-seg-text);
    margin: 0 0 1rem;
}
.es-seg-card a {
    color: var(--es-seg-blue);
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s;
}
.es-seg-card a:hover { border-bottom-color: var(--es-seg-blue); }

/* Specs Table */
.es-seg-table-wrap {
    overflow-x: auto;
    margin: 1.5rem 0;
    border-radius: 8px;
    border: 1px solid var(--es-seg-border);
}
.es-seg-table {
    width: 100%;
    border-collapse: collapse;
    font-family: var(--es-seg-font);
    font-size: 0.92rem;
}
.es-seg-table thead th {
    background: var(--es-seg-hero-dark);
    color: #fff;
    padding: 0.85rem 1rem;
    text-align: left;
    font-weight: 600;
    white-space: nowrap;
    position: sticky;
    top: 0;
}
.es-seg-table tbody td {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid var(--es-seg-border);
    color: var(--es-seg-text);
}
.es-seg-table tbody tr:nth-child(even) { background: rgba(0,102,255,0.03); }
.es-seg-table tbody tr:hover { background: rgba(0,102,255,0.06); }

/* Pro/Con */
.es-seg-procon {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    margin: 1.5rem 0;
}
.es-seg-pro, .es-seg-con {
    padding: 1.25rem;
    border-radius: 8px;
}
.es-seg-pro {
    background: rgba(0,200,83,0.06);
    border: 1px solid rgba(0,200,83,0.2);
}
.es-seg-con {
    background: rgba(239,68,68,0.06);
    border: 1px solid rgba(239,68,68,0.2);
}
.es-seg-pro-title, .es-seg-con-title {
    font-family: var(--es-seg-font);
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}
.es-seg-pro-title { color: #16a34a; }
.es-seg-con-title { color: #dc2626; }
.es-seg-pro ul, .es-seg-con ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.es-seg-pro li, .es-seg-con li {
    font-family: var(--es-seg-font);
    font-size: 0.92rem;
    line-height: 1.6;
    padding: 0.3rem 0 0.3rem 1.4rem;
    position: relative;
    color: var(--es-seg-text);
}
.es-seg-pro li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #16a34a;
    font-weight: 700;
}
.es-seg-con li::before {
    content: '✗';
    position: absolute;
    left: 0;
    color: #dc2626;
    font-weight: 700;
}

/* Info Box */
.es-seg-info-box {
    background: rgba(0,102,255,0.05);
    border-left: 4px solid var(--es-seg-blue);
    padding: 1.25rem 1.5rem;
    border-radius: 0 8px 8px 0;
    margin: 1.5rem 0;
}
.es-seg-info-box p {
    margin: 0;
    font-size: 0.95rem;
}

.es-seg-sidebar { position: sticky; top: 2rem; }
.es-seg-sidebar-card {
    background: var(--es-seg-card-bg);
    border-radius: var(--es-seg-radius);
    padding: 1.5rem;
    box-shadow: var(--es-seg-shadow);
    border: 1px solid var(--es-seg-border);
    margin-bottom: 1.5rem;
}
.es-seg-sidebar-title {
    font-family: var(--es-seg-font);
    font-size: 1rem;
    font-weight: 700;
    color: var(--es-seg-text);
    margin: 0 0 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid var(--es-seg-blue);
}
.es-seg-quick-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 0;
    border-bottom: 1px solid var(--es-seg-border);
    font-family: var(--es-seg-font);
    font-size: 0.9rem;
}
.es-seg-quick-item:last-child { border-bottom: none; }
.es-seg-quick-label { color: var(--es-seg-text-light); }
.es-seg-quick-value { color: var(--es-seg-text); font-weight: 600; }
.es-seg-sidebar-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.es-seg-sidebar-links li {
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--es-seg-border);
}
.es-seg-sidebar-links li:last-child { border-bottom: none; }
.es-seg-sidebar-links a {
    font-family: var(--es-seg-font);
    font-size: 0.88rem;
    color: var(--es-seg-blue);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    transition: color 0.2s;
}
.es-seg-sidebar-links a:hover { color: var(--es-seg-blue-dark); }
.es-seg-cta-btn {
    display: block;
    width: 100%;
    padding: 0.9rem;
    background: linear-gradient(135deg, var(--es-seg-blue), var(--es-seg-blue-dark));
    color: #fff;
    text-align: center;
    border-radius: 8px;
    font-family: var(--es-seg-font);
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    border: none;
    cursor: pointer;
    margin-top: 1rem;
}
.es-seg-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,102,255,0.3);
    color: #fff;
}

/* FAQ Accordion */
.es-seg-faq {
    background: var(--es-seg-card-bg);
    border-radius: var(--es-seg-radius);
    padding: clamp(1.5rem, 3vw, 2.25rem);
    margin-bottom: 2rem;
    box-shadow: var(--es-seg-shadow);
    border: 1px solid var(--es-seg-border);
}
.es-seg-faq-title {
    font-family: var(--es-seg-font);
    font-size: clamp(1.25rem, 2.5vw, 1.6rem);
    font-weight: 700;
    color: var(--es-seg-text);
    margin: 0 0 1.5rem;
}
.es-seg-faq-item {
    border: 1px solid var(--es-seg-border);
    border-radius: 8px;
    margin-bottom: 0.75rem;
    overflow: hidden;
}
.es-seg-faq-q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    background: var(--es-seg-light);
    cursor: pointer;
    font-family: var(--es-seg-font);
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--es-seg-text);
    border: none;
    width: 100%;
    text-align: left;
    transition: background 0.2s;
}
.es-seg-faq-q:hover { background: rgba(0,102,255,0.05); }
.es-seg-faq-icon {
    font-size: 1.2rem;
    transition: transform 0.3s;
    flex-shrink: 0;
    margin-left: 1rem;
    color: var(--es-seg-blue);
}
.es-seg-faq-item.active .es-seg-faq-icon { transform: rotate(45deg); }
.es-seg-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0 1.25rem;
}
.es-seg-faq-item.active .es-seg-faq-a {
    max-height: 500px;
    padding: 1rem 1.25rem 1.25rem;
}
.es-seg-faq-a p {
    font-family: var(--es-seg-font);
    font-size: 0.93rem;
    line-height: 1.7;
    color: var(--es-seg-text);
    margin: 0;
}

/* E-E-A-T Persona */
.es-seg-persona {
    background: var(--es-seg-card-bg);
    border-radius: var(--es-seg-radius);
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: var(--es-seg-shadow);
    border: 1px solid var(--es-seg-border);
    display: flex;
    gap: 1.25rem;
    align-items: center;
}
.es-seg-persona-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--es-seg-blue), var(--es-seg-green));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
    flex-shrink: 0;
}
.es-seg-persona-info { flex: 1; }
.es-seg-persona-name {
    font-family: var(--es-seg-font);
    font-weight: 700;
    font-size: 1rem;
    color: var(--es-seg-text);
    margin: 0 0 0.25rem;
}
.es-seg-persona-role {
    font-family: var(--es-seg-font);
    font-size: 0.85rem;
    color: var(--es-seg-text-light);
    margin: 0;
}

/* Disclaimer */
.es-seg-disclaimer {
    max-width: 1200px;
    margin: 0 auto 2rem;
    padding: 1rem clamp(1rem, 3vw, 2rem);
    font-family: var(--es-seg-font);
    font-size: 0.8rem;
    color: var(--es-seg-text-light);
    line-height: 1.6;
}

/* Highlight */
.es-seg-highlight {
    background: linear-gradient(135deg, rgba(0,102,255,0.08), rgba(0,200,83,0.08));
    border: 1px solid rgba(0,102,255,0.15);
    border-radius: 8px;
    padding: 1.25rem 1.5rem;
    margin: 1.5rem 0;
}

/* Use-Case Cards */
.es-seg-usecase-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin: 1.5rem 0;
}
.es-seg-usecase-card {
    background: var(--es-seg-light);
    border: 1px solid var(--es-seg-border);
    border-radius: 8px;
    padding: 1.25rem;
    text-align: center;
}
.es-seg-usecase-icon { font-size: 2rem; margin-bottom: 0.5rem; }
.es-seg-usecase-title {
    font-family: var(--es-seg-font);
    font-weight: 700;
    font-size: 0.92rem;
    color: var(--es-seg-text);
    margin-bottom: 0.4rem;
}
.es-seg-usecase-desc {
    font-family: var(--es-seg-font);
    font-size: 0.82rem;
    color: var(--es-seg-text-light);
    line-height: 1.5;
}

/* Responsive */
@media (max-width: 1024px) {
    .es-seg-grid { grid-template-columns: 1fr; }
    .es-seg-sidebar { position: static; }
    .es-seg-hero-inner { grid-template-columns: 1fr; }
    .es-seg-hero-image { max-width: 500px; }
    .es-seg-usecase-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
    .es-seg-procon { grid-template-columns: 1fr; }
    .es-seg-usecase-grid { grid-template-columns: 1fr; }
    .es-seg-table { font-size: 0.82rem; }
    .es-seg-table thead th, .es-seg-table tbody td { padding: 0.6rem 0.7rem; }
    .es-seg-persona { flex-direction: column; text-align: center; }
}
@media (max-width: 480px) {
    .es-seg-hero { padding: clamp(1.5rem, 4vw, 2rem) 0; }
    .es-seg-card, .es-seg-faq { padding: 1.25rem; }
    .es-seg-badges { gap: 0.5rem; }
}

/* Print */
@media print {
    .es-seg-hero { background: #fff !important; color: #000 !important; }
    .es-seg-sidebar, .es-seg-cta-btn { display: none !important; }
    .es-seg-grid { grid-template-columns: 1fr !important; }
    .es-seg-card { box-shadow: none !important; border: 1px solid #ccc !important; }
}


/* === ES - NIU E-Scooter Test v1.0.0 === */
:root {
    --es-niu-blue: #0066ff;
    --es-niu-blue-dark: #0052cc;
    --es-niu-green: #00c853;
    --es-niu-green-dark: #00a844;
    --es-niu-hero-dark: #0f172a;
    --es-niu-hero-mid: #1e293b;
    --es-niu-light: #f8fafc;
    --es-niu-text: #1e293b;
    --es-niu-text-light: #64748b;
    --es-niu-border: #e2e8f0;
    --es-niu-card-bg: #ffffff;
    --es-niu-shadow: 0 1px 3px rgba(0,0,0,0.1);
    --es-niu-shadow-lg: 0 10px 40px rgba(0,0,0,0.12);
    --es-niu-radius: 12px;
    --es-niu-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}
.single .container { max-width: 100% !important; padding: 0 !important; }

/* Hero Section */
.es-niu-hero {
    background: linear-gradient(135deg, var(--es-niu-hero-dark) 0%, var(--es-niu-hero-mid) 100%);
    padding: clamp(2rem, 5vw, 4rem) 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.es-niu-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(0,102,255,0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
.es-niu-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 3vw, 2rem);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}
.es-niu-hero-content { position: relative; z-index: 2; }
.es-niu-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.6);
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
}
.es-niu-breadcrumb a {
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    transition: color 0.2s;
}
.es-niu-breadcrumb a:hover { color: var(--es-niu-blue); }
.es-niu-breadcrumb-sep { font-size: 0.7rem; }
.es-niu-badges {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
}
.es-niu-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.75rem;
    border-radius: 20px;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}
.es-niu-badge-cat {
    background: rgba(0,102,255,0.15);
    color: var(--es-niu-blue);
    border: 1px solid rgba(0,102,255,0.3);
}
.es-niu-badge-fresh {
    background: rgba(0,200,83,0.15);
    color: var(--es-niu-green);
    border: 1px solid rgba(0,200,83,0.3);
}
.es-niu-hero-title {
    font-family: var(--es-niu-font);
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 1rem;
    color: #fff;
}
.es-niu-answer-first {
    font-size: clamp(1rem, 1.8vw, 1.15rem);
    line-height: 1.7;
    color: rgba(255,255,255,0.85);
    margin: 0;
}
.es-niu-hero-image {
    position: relative;
    z-index: 2;
    border-radius: var(--es-niu-radius);
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}
.es-niu-hero-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Content Grid */
.es-niu-wrapper {
    background: var(--es-niu-light);
    padding: clamp(2rem, 5vw, 3.5rem) 0;
}
.es-niu-grid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 3vw, 2rem);
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 2.5rem;
    align-items: start;
}
.es-niu-main { min-width: 0; }

/* Content Cards */
.es-niu-card {
    background: var(--es-niu-card-bg);
    border-radius: var(--es-niu-radius);
    padding: clamp(1.5rem, 3vw, 2.25rem);
    margin-bottom: 2rem;
    box-shadow: var(--es-niu-shadow);
    border: 1px solid var(--es-niu-border);
}
.es-niu-card h2 {
    font-family: var(--es-niu-font);
    font-size: clamp(1.25rem, 2.5vw, 1.6rem);
    font-weight: 700;
    color: var(--es-niu-text);
    margin: 0 0 1rem;
    line-height: 1.3;
}
.es-niu-card h3 {
    font-family: var(--es-niu-font);
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    font-weight: 600;
    color: var(--es-niu-text);
    margin: 1.5rem 0 0.75rem;
    line-height: 1.35;
}
.es-niu-card p {
    font-family: var(--es-niu-font);
    font-size: clamp(0.95rem, 1.5vw, 1.05rem);
    line-height: 1.8;
    color: var(--es-niu-text);
    margin: 0 0 1rem;
}
.es-niu-card a {
    color: var(--es-niu-blue);
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s;
}
.es-niu-card a:hover { border-bottom-color: var(--es-niu-blue); }

/* Specs Table */
.es-niu-table-wrap {
    overflow-x: auto;
    margin: 1.5rem 0;
    border-radius: 8px;
    border: 1px solid var(--es-niu-border);
}
.es-niu-table {
    width: 100%;
    border-collapse: collapse;
    font-family: var(--es-niu-font);
    font-size: 0.92rem;
}
.es-niu-table thead th {
    background: var(--es-niu-hero-dark);
    color: #fff;
    padding: 0.85rem 1rem;
    text-align: left;
    font-weight: 600;
    white-space: nowrap;
    position: sticky;
    top: 0;
}
.es-niu-table tbody td {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid var(--es-niu-border);
    color: var(--es-niu-text);
}
.es-niu-table tbody tr:nth-child(even) { background: rgba(0,102,255,0.03); }
.es-niu-table tbody tr:hover { background: rgba(0,102,255,0.06); }

/* Pro/Con */
.es-niu-procon {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    margin: 1.5rem 0;
}
.es-niu-pro, .es-niu-con {
    padding: 1.25rem;
    border-radius: 8px;
}
.es-niu-pro {
    background: rgba(0,200,83,0.06);
    border: 1px solid rgba(0,200,83,0.2);
}
.es-niu-con {
    background: rgba(239,68,68,0.06);
    border: 1px solid rgba(239,68,68,0.2);
}
.es-niu-pro-title, .es-niu-con-title {
    font-family: var(--es-niu-font);
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}
.es-niu-pro-title { color: #16a34a; }
.es-niu-con-title { color: #dc2626; }
.es-niu-pro ul, .es-niu-con ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.es-niu-pro li, .es-niu-con li {
    font-family: var(--es-niu-font);
    font-size: 0.92rem;
    line-height: 1.6;
    padding: 0.3rem 0 0.3rem 1.4rem;
    position: relative;
    color: var(--es-niu-text);
}
.es-niu-pro li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #16a34a;
    font-weight: 700;
}
.es-niu-con li::before {
    content: '✗';
    position: absolute;
    left: 0;
    color: #dc2626;
    font-weight: 700;
}

/* Info Box */
.es-niu-info-box {
    background: rgba(0,102,255,0.05);
    border-left: 4px solid var(--es-niu-blue);
    padding: 1.25rem 1.5rem;
    border-radius: 0 8px 8px 0;
    margin: 1.5rem 0;
}
.es-niu-info-box p {
    margin: 0;
    font-size: 0.95rem;
}

/* Highlight */
.es-niu-highlight {
    background: linear-gradient(135deg, rgba(0,102,255,0.08), rgba(0,200,83,0.08));
    border: 1px solid rgba(0,102,255,0.15);
    border-radius: 8px;
    padding: 1.25rem 1.5rem;
    margin: 1.5rem 0;
}

/* Model Cards */
.es-niu-model-card {
    background: var(--es-niu-light);
    border: 1px solid var(--es-niu-border);
    border-radius: 8px;
    padding: 1.5rem;
    margin: 1.5rem 0;
}
.es-niu-model-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.es-niu-model-name {
    font-family: var(--es-niu-font);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--es-niu-text);
}
.es-niu-model-price {
    font-family: var(--es-niu-font);
    font-size: 1rem;
    font-weight: 700;
    color: var(--es-niu-blue);
    background: rgba(0,102,255,0.08);
    padding: 0.3rem 0.75rem;
    border-radius: 6px;
}
.es-niu-model-specs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    margin-bottom: 1rem;
}
.es-niu-spec-item {
    text-align: center;
    padding: 0.75rem;
    background: var(--es-niu-card-bg);
    border-radius: 6px;
    border: 1px solid var(--es-niu-border);
}
.es-niu-spec-value {
    font-family: var(--es-niu-font);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--es-niu-text);
    display: block;
}
.es-niu-spec-label {
    font-family: var(--es-niu-font);
    font-size: 0.75rem;
    color: var(--es-niu-text-light);
    display: block;
    margin-top: 0.2rem;
}

.es-niu-sidebar { position: sticky; top: 2rem; }
.es-niu-sidebar-card {
    background: var(--es-niu-card-bg);
    border-radius: var(--es-niu-radius);
    padding: 1.5rem;
    box-shadow: var(--es-niu-shadow);
    border: 1px solid var(--es-niu-border);
    margin-bottom: 1.5rem;
}
.es-niu-sidebar-title {
    font-family: var(--es-niu-font);
    font-size: 1rem;
    font-weight: 700;
    color: var(--es-niu-text);
    margin: 0 0 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid var(--es-niu-blue);
}
.es-niu-quick-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 0;
    border-bottom: 1px solid var(--es-niu-border);
    font-family: var(--es-niu-font);
    font-size: 0.9rem;
}
.es-niu-quick-item:last-child { border-bottom: none; }
.es-niu-quick-label { color: var(--es-niu-text-light); }
.es-niu-quick-value { color: var(--es-niu-text); font-weight: 600; }
.es-niu-sidebar-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.es-niu-sidebar-links li {
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--es-niu-border);
}
.es-niu-sidebar-links li:last-child { border-bottom: none; }
.es-niu-sidebar-links a {
    font-family: var(--es-niu-font);
    font-size: 0.88rem;
    color: var(--es-niu-blue);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    transition: color 0.2s;
}
.es-niu-sidebar-links a:hover { color: var(--es-niu-blue-dark); }
.es-niu-cta-btn {
    display: block;
    width: 100%;
    padding: 0.9rem;
    background: linear-gradient(135deg, var(--es-niu-blue), var(--es-niu-blue-dark));
    color: #fff;
    text-align: center;
    border-radius: 8px;
    font-family: var(--es-niu-font);
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    border: none;
    cursor: pointer;
    margin-top: 1rem;
}
.es-niu-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,102,255,0.3);
    color: #fff;
}

/* FAQ Accordion */
.es-niu-faq {
    background: var(--es-niu-card-bg);
    border-radius: var(--es-niu-radius);
    padding: clamp(1.5rem, 3vw, 2.25rem);
    margin-bottom: 2rem;
    box-shadow: var(--es-niu-shadow);
    border: 1px solid var(--es-niu-border);
}
.es-niu-faq-title {
    font-family: var(--es-niu-font);
    font-size: clamp(1.25rem, 2.5vw, 1.6rem);
    font-weight: 700;
    color: var(--es-niu-text);
    margin: 0 0 1.5rem;
}
.es-niu-faq-item {
    border: 1px solid var(--es-niu-border);
    border-radius: 8px;
    margin-bottom: 0.75rem;
    overflow: hidden;
}
.es-niu-faq-q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    background: var(--es-niu-light);
    cursor: pointer;
    font-family: var(--es-niu-font);
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--es-niu-text);
    border: none;
    width: 100%;
    text-align: left;
    transition: background 0.2s;
}
.es-niu-faq-q:hover { background: rgba(0,102,255,0.05); }
.es-niu-faq-icon {
    font-size: 1.2rem;
    transition: transform 0.3s;
    flex-shrink: 0;
    margin-left: 1rem;
    color: var(--es-niu-blue);
}
.es-niu-faq-item.active .es-niu-faq-icon { transform: rotate(45deg); }
.es-niu-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0 1.25rem;
}
.es-niu-faq-item.active .es-niu-faq-a {
    max-height: 500px;
    padding: 1rem 1.25rem 1.25rem;
}
.es-niu-faq-a p {
    font-family: var(--es-niu-font);
    font-size: 0.93rem;
    line-height: 1.7;
    color: var(--es-niu-text);
    margin: 0;
}

/* E-E-A-T Persona */
.es-niu-persona {
    background: var(--es-niu-card-bg);
    border-radius: var(--es-niu-radius);
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: var(--es-niu-shadow);
    border: 1px solid var(--es-niu-border);
    display: flex;
    gap: 1.25rem;
    align-items: center;
}
.es-niu-persona-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--es-niu-blue), var(--es-niu-green));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
    flex-shrink: 0;
}
.es-niu-persona-info { flex: 1; }
.es-niu-persona-name {
    font-family: var(--es-niu-font);
    font-weight: 700;
    font-size: 1rem;
    color: var(--es-niu-text);
    margin: 0 0 0.25rem;
}
.es-niu-persona-role {
    font-family: var(--es-niu-font);
    font-size: 0.85rem;
    color: var(--es-niu-text-light);
    margin: 0;
}

/* Disclaimer */
.es-niu-disclaimer {
    max-width: 1200px;
    margin: 0 auto 2rem;
    padding: 1rem clamp(1rem, 3vw, 2rem);
    font-family: var(--es-niu-font);
    font-size: 0.8rem;
    color: var(--es-niu-text-light);
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 1024px) {
    .es-niu-grid { grid-template-columns: 1fr; }
    .es-niu-sidebar { position: static; }
    .es-niu-hero-inner { grid-template-columns: 1fr; }
    .es-niu-hero-image { max-width: 500px; }
}
@media (max-width: 768px) {
    .es-niu-procon { grid-template-columns: 1fr; }
    .es-niu-model-specs { grid-template-columns: 1fr 1fr; }
    .es-niu-table { font-size: 0.82rem; }
    .es-niu-table thead th, .es-niu-table tbody td { padding: 0.6rem 0.7rem; }
    .es-niu-persona { flex-direction: column; text-align: center; }
}
@media (max-width: 480px) {
    .es-niu-hero { padding: clamp(1.5rem, 4vw, 2rem) 0; }
    .es-niu-card, .es-niu-faq { padding: 1.25rem; }
    .es-niu-model-specs { grid-template-columns: 1fr; }
}

/* Print */
@media print {
    .es-niu-hero { background: #fff !important; color: #000 !important; }
    .es-niu-sidebar, .es-niu-cta-btn { display: none !important; }
    .es-niu-grid { grid-template-columns: 1fr !important; }
    .es-niu-card { box-shadow: none !important; border: 1px solid #ccc !important; }
}


/* === ES - Akku Pflege Tipps v1.0.0 === */
:root {
    --es-akku-blue: #0066ff;
    --es-akku-blue-dark: #0052cc;
    --es-akku-green: #00c853;
    --es-akku-green-dark: #00a844;
    --es-akku-hero-dark: #0f172a;
    --es-akku-hero-mid: #1e293b;
    --es-akku-light: #f8fafc;
    --es-akku-text: #1e293b;
    --es-akku-text-light: #64748b;
    --es-akku-border: #e2e8f0;
    --es-akku-card-bg: #ffffff;
    --es-akku-shadow: 0 1px 3px rgba(0,0,0,0.1);
    --es-akku-shadow-lg: 0 10px 40px rgba(0,0,0,0.12);
    --es-akku-radius: 12px;
    --es-akku-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}
.single .container { max-width: 100% !important; padding: 0 !important; }

/* Hero Section */
.es-akku-hero {
    background: linear-gradient(135deg, var(--es-akku-hero-dark) 0%, var(--es-akku-hero-mid) 100%);
    padding: clamp(2rem, 5vw, 4rem) 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.es-akku-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(0,200,83,0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
.es-akku-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 3vw, 2rem);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}
.es-akku-hero-content { position: relative; z-index: 2; }
.es-akku-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.6);
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
}
.es-akku-breadcrumb a {
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    transition: color 0.2s;
}
.es-akku-breadcrumb a:hover { color: var(--es-akku-green); }
.es-akku-breadcrumb-sep { font-size: 0.7rem; }
.es-akku-badges {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
}
.es-akku-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.75rem;
    border-radius: 20px;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}
.es-akku-badge-cat {
    background: rgba(0,200,83,0.15);
    color: var(--es-akku-green);
    border: 1px solid rgba(0,200,83,0.3);
}
.es-akku-badge-fresh {
    background: rgba(0,102,255,0.15);
    color: var(--es-akku-blue);
    border: 1px solid rgba(0,102,255,0.3);
}
.es-akku-hero-title {
    font-family: var(--es-akku-font);
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 1rem;
    color: #fff;
}
.es-akku-answer-first {
    font-size: clamp(1rem, 1.8vw, 1.15rem);
    line-height: 1.7;
    color: rgba(255,255,255,0.85);
    margin: 0;
}
.es-akku-hero-image {
    position: relative;
    z-index: 2;
    border-radius: var(--es-akku-radius);
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}
.es-akku-hero-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Content Grid */
.es-akku-wrapper {
    background: var(--es-akku-light);
    padding: clamp(2rem, 5vw, 3.5rem) 0;
}
.es-akku-grid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 3vw, 2rem);
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 2.5rem;
    align-items: start;
}
.es-akku-main { min-width: 0; }

/* Content Cards */
.es-akku-card {
    background: var(--es-akku-card-bg);
    border-radius: var(--es-akku-radius);
    padding: clamp(1.5rem, 3vw, 2.25rem);
    margin-bottom: 2rem;
    box-shadow: var(--es-akku-shadow);
    border: 1px solid var(--es-akku-border);
}
.es-akku-card h2 {
    font-family: var(--es-akku-font);
    font-size: clamp(1.25rem, 2.5vw, 1.6rem);
    font-weight: 700;
    color: var(--es-akku-text);
    margin: 0 0 1rem;
    line-height: 1.3;
}
.es-akku-card h3 {
    font-family: var(--es-akku-font);
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    font-weight: 600;
    color: var(--es-akku-text);
    margin: 1.5rem 0 0.75rem;
    line-height: 1.35;
}
.es-akku-card p {
    font-family: var(--es-akku-font);
    font-size: clamp(0.95rem, 1.5vw, 1.05rem);
    line-height: 1.8;
    color: var(--es-akku-text);
    margin: 0 0 1rem;
}
.es-akku-card a {
    color: var(--es-akku-blue);
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s;
}
.es-akku-card a:hover { border-bottom-color: var(--es-akku-blue); }

/* Tip Cards */
.es-akku-tip {
    background: var(--es-akku-card-bg);
    border-radius: var(--es-akku-radius);
    padding: clamp(1.5rem, 3vw, 2.25rem);
    margin-bottom: 2rem;
    box-shadow: var(--es-akku-shadow);
    border: 1px solid var(--es-akku-border);
    border-left: 4px solid var(--es-akku-green);
}
.es-akku-tip-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}
.es-akku-tip-number {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--es-akku-green), var(--es-akku-green-dark));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--es-akku-font);
    font-weight: 800;
    font-size: 1rem;
    flex-shrink: 0;
}
.es-akku-tip h2 {
    font-family: var(--es-akku-font);
    font-size: clamp(1.15rem, 2.5vw, 1.4rem);
    font-weight: 700;
    color: var(--es-akku-text);
    margin: 0;
    line-height: 1.3;
}
.es-akku-tip p {
    font-family: var(--es-akku-font);
    font-size: clamp(0.95rem, 1.5vw, 1.05rem);
    line-height: 1.8;
    color: var(--es-akku-text);
    margin: 0 0 1rem;
}
.es-akku-tip p:last-child { margin-bottom: 0; }
.es-akku-tip a {
    color: var(--es-akku-blue);
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s;
}
.es-akku-tip a:hover { border-bottom-color: var(--es-akku-blue); }

/* Info Box */
.es-akku-info-box {
    background: rgba(0,102,255,0.05);
    border-left: 4px solid var(--es-akku-blue);
    padding: 1.25rem 1.5rem;
    border-radius: 0 8px 8px 0;
    margin: 1.5rem 0;
}
.es-akku-info-box p {
    margin: 0;
    font-size: 0.95rem;
    font-family: var(--es-akku-font);
    line-height: 1.7;
    color: var(--es-akku-text);
}

/* Warning Box */
.es-akku-warning-box {
    background: rgba(239,68,68,0.05);
    border-left: 4px solid #ef4444;
    padding: 1.25rem 1.5rem;
    border-radius: 0 8px 8px 0;
    margin: 1.5rem 0;
}
.es-akku-warning-box p {
    margin: 0;
    font-size: 0.95rem;
    font-family: var(--es-akku-font);
    line-height: 1.7;
    color: var(--es-akku-text);
}

/* Highlight */
.es-akku-highlight {
    background: linear-gradient(135deg, rgba(0,200,83,0.08), rgba(0,102,255,0.08));
    border: 1px solid rgba(0,200,83,0.15);
    border-radius: 8px;
    padding: 1.25rem 1.5rem;
    margin: 1.5rem 0;
}
.es-akku-highlight p {
    margin: 0;
    font-family: var(--es-akku-font);
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--es-akku-text);
}

/* Specs Table */
.es-akku-table-wrap {
    overflow-x: auto;
    margin: 1.5rem 0;
    border-radius: 8px;
    border: 1px solid var(--es-akku-border);
}
.es-akku-table {
    width: 100%;
    border-collapse: collapse;
    font-family: var(--es-akku-font);
    font-size: 0.92rem;
}
.es-akku-table thead th {
    background: var(--es-akku-hero-dark);
    color: #fff;
    padding: 0.85rem 1rem;
    text-align: left;
    font-weight: 600;
    white-space: nowrap;
}
.es-akku-table tbody td {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid var(--es-akku-border);
    color: var(--es-akku-text);
}
.es-akku-table tbody tr:nth-child(even) { background: rgba(0,200,83,0.03); }
.es-akku-table tbody tr:hover { background: rgba(0,200,83,0.06); }

/* Cycle Visualization */
.es-akku-cycle-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin: 1.5rem 0;
}
.es-akku-cycle-card {
    background: var(--es-akku-light);
    border: 1px solid var(--es-akku-border);
    border-radius: 8px;
    padding: 1.25rem;
    text-align: center;
}
.es-akku-cycle-icon { font-size: 2rem; margin-bottom: 0.5rem; }
.es-akku-cycle-value {
    font-family: var(--es-akku-font);
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--es-akku-text);
    display: block;
    margin-bottom: 0.2rem;
}
.es-akku-cycle-label {
    font-family: var(--es-akku-font);
    font-size: 0.78rem;
    color: var(--es-akku-text-light);
    line-height: 1.4;
}

.es-akku-sidebar { position: sticky; top: 2rem; }
.es-akku-sidebar-card {
    background: var(--es-akku-card-bg);
    border-radius: var(--es-akku-radius);
    padding: 1.5rem;
    box-shadow: var(--es-akku-shadow);
    border: 1px solid var(--es-akku-border);
    margin-bottom: 1.5rem;
}
.es-akku-sidebar-title {
    font-family: var(--es-akku-font);
    font-size: 1rem;
    font-weight: 700;
    color: var(--es-akku-text);
    margin: 0 0 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid var(--es-akku-green);
}
.es-akku-quick-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 0;
    border-bottom: 1px solid var(--es-akku-border);
    font-family: var(--es-akku-font);
    font-size: 0.9rem;
}
.es-akku-quick-item:last-child { border-bottom: none; }
.es-akku-quick-label { color: var(--es-akku-text-light); }
.es-akku-quick-value { color: var(--es-akku-text); font-weight: 600; }
.es-akku-sidebar-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.es-akku-sidebar-links li {
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--es-akku-border);
}
.es-akku-sidebar-links li:last-child { border-bottom: none; }
.es-akku-sidebar-links a {
    font-family: var(--es-akku-font);
    font-size: 0.88rem;
    color: var(--es-akku-blue);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    transition: color 0.2s;
}
.es-akku-sidebar-links a:hover { color: var(--es-akku-blue-dark); }
.es-akku-cta-btn {
    display: block;
    width: 100%;
    padding: 0.9rem;
    background: linear-gradient(135deg, var(--es-akku-green), var(--es-akku-green-dark));
    color: #fff;
    text-align: center;
    border-radius: 8px;
    font-family: var(--es-akku-font);
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    border: none;
    cursor: pointer;
    margin-top: 1rem;
}
.es-akku-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,200,83,0.3);
    color: #fff;
}

/* FAQ Accordion */
.es-akku-faq {
    background: var(--es-akku-card-bg);
    border-radius: var(--es-akku-radius);
    padding: clamp(1.5rem, 3vw, 2.25rem);
    margin-bottom: 2rem;
    box-shadow: var(--es-akku-shadow);
    border: 1px solid var(--es-akku-border);
}
.es-akku-faq-title {
    font-family: var(--es-akku-font);
    font-size: clamp(1.25rem, 2.5vw, 1.6rem);
    font-weight: 700;
    color: var(--es-akku-text);
    margin: 0 0 1.5rem;
}
.es-akku-faq-item {
    border: 1px solid var(--es-akku-border);
    border-radius: 8px;
    margin-bottom: 0.75rem;
    overflow: hidden;
}
.es-akku-faq-q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    background: var(--es-akku-light);
    cursor: pointer;
    font-family: var(--es-akku-font);
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--es-akku-text);
    border: none;
    width: 100%;
    text-align: left;
    transition: background 0.2s;
}
.es-akku-faq-q:hover { background: rgba(0,200,83,0.05); }
.es-akku-faq-icon {
    font-size: 1.2rem;
    transition: transform 0.3s;
    flex-shrink: 0;
    margin-left: 1rem;
    color: var(--es-akku-green);
}
.es-akku-faq-item.active .es-akku-faq-icon { transform: rotate(45deg); }
.es-akku-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0 1.25rem;
}
.es-akku-faq-item.active .es-akku-faq-a {
    max-height: 500px;
    padding: 1rem 1.25rem 1.25rem;
}
.es-akku-faq-a p {
    font-family: var(--es-akku-font);
    font-size: 0.93rem;
    line-height: 1.7;
    color: var(--es-akku-text);
    margin: 0;
}

/* E-E-A-T Persona */
.es-akku-persona {
    background: var(--es-akku-card-bg);
    border-radius: var(--es-akku-radius);
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: var(--es-akku-shadow);
    border: 1px solid var(--es-akku-border);
    display: flex;
    gap: 1.25rem;
    align-items: center;
}
.es-akku-persona-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--es-akku-green), var(--es-akku-blue));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
    flex-shrink: 0;
}
.es-akku-persona-info { flex: 1; }
.es-akku-persona-name {
    font-family: var(--es-akku-font);
    font-weight: 700;
    font-size: 1rem;
    color: var(--es-akku-text);
    margin: 0 0 0.25rem;
}
.es-akku-persona-role {
    font-family: var(--es-akku-font);
    font-size: 0.85rem;
    color: var(--es-akku-text-light);
    margin: 0;
}

/* Disclaimer */
.es-akku-disclaimer {
    max-width: 1200px;
    margin: 0 auto 2rem;
    padding: 1rem clamp(1rem, 3vw, 2rem);
    font-family: var(--es-akku-font);
    font-size: 0.8rem;
    color: var(--es-akku-text-light);
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 1024px) {
    .es-akku-grid { grid-template-columns: 1fr; }
    .es-akku-sidebar { position: static; }
    .es-akku-hero-inner { grid-template-columns: 1fr; }
    .es-akku-hero-image { max-width: 500px; }
    .es-akku-cycle-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .es-akku-cycle-grid { grid-template-columns: 1fr 1fr; }
    .es-akku-table { font-size: 0.82rem; }
    .es-akku-table thead th, .es-akku-table tbody td { padding: 0.6rem 0.7rem; }
    .es-akku-persona { flex-direction: column; text-align: center; }
}
@media (max-width: 480px) {
    .es-akku-hero { padding: clamp(1.5rem, 4vw, 2rem) 0; }
    .es-akku-card, .es-akku-tip, .es-akku-faq { padding: 1.25rem; }
    .es-akku-cycle-grid { grid-template-columns: 1fr; }
}

/* Print */
@media print {
    .es-akku-hero { background: #fff !important; color: #000 !important; }
    .es-akku-sidebar, .es-akku-cta-btn { display: none !important; }
    .es-akku-grid { grid-template-columns: 1fr !important; }
    .es-akku-card, .es-akku-tip { box-shadow: none !important; border: 1px solid #ccc !important; }
}


/* === ES - Versicherung Ratgeber v1.0.0 === */
/* ============================================================
   E-Scooter Versicherung Hook — Prefix: es-vers
   Version: 1.0.0
   ============================================================ */
.es-vers-wrap {
    --es-vers-primary:       #0066ff;
    --es-vers-primary-dark:  #0052cc;
    --es-vers-secondary:     #00c853;
    --es-vers-warn:          #f59e0b;
    --es-vers-danger:        #ef4444;
    --es-vers-text-dark:     #1e293b;
    --es-vers-text-medium:   #64748b;
    --es-vers-bg-light:      #f8fafc;
    --es-vers-bg-card:       #ffffff;
    --es-vers-border:        #e2e8f0;
    --es-vers-radius:        16px;
    --es-vers-font:          -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

    font-family: var(--es-vers-font);
    background: var(--es-vers-bg-light);
    line-height: 1.7;
    color: var(--es-vers-text-dark);
}

/* ---- HERO (Grid: Text links + Quick-Info rechts) ---- */
.es-vers-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 60%, #0f172a 100%);
    padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 5vw, 3rem);
    position: relative;
}
.es-vers-hero::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0066ff, #00c853);
}
.es-vers-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 2rem;
    align-items: start;
}
.es-vers-hero-left { position: relative; z-index: 1; }
.es-vers-breadcrumb {
    font-size: 0.85rem;
    color: #94a3b8;
    margin-bottom: 1rem;
}
.es-vers-breadcrumb a { color: #60a5fa; }
.es-vers-breadcrumb span { margin: 0 0.4rem; }
.es-vers-badges {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.es-vers-badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.es-vers-badge--cat { background: #0066ff; color: #fff; }
.es-vers-badge--date { background: rgba(0,200,83,0.15); color: #00c853; }
.es-vers-badge--pflicht { background: rgba(239,68,68,0.2); color: #f87171; border: 1px solid rgba(239,68,68,0.3); }
.es-vers-hero h1 {
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    font-weight: 800;
    color: #f1f5f9;
    line-height: 1.2;
    margin: 0 0 1rem 0;
}
.es-vers-hero-answer {
    font-size: clamp(1rem, 2vw, 1.1rem);
    color: #cbd5e1;
    line-height: 1.6;
    border-left: 3px solid #00c853;
    padding-left: 1rem;
    margin: 0;
}
/* Hero Bild (rechte Spalte) */
.es-vers-hero-img {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,0.4);
}
.es-vers-hero-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.es-vers-hero-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 1.25rem;
}
.es-vers-hero-meta span {
    display: flex;
    align-items: center;
    gap: 6px;
    color: rgba(255,255,255,0.55);
    font-size: 12px;
}

/* ---- FRESHNESS BADGE ---- */
.es-vers-freshness {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #ecfdf5;
    color: #065f46;
    padding: 5px 14px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 24px;
    border: 1px solid #a7f3d0;
}

/* ---- LAYOUT: 2-Column ---- */
.es-vers-layout {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 24px;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 40px;
    align-items: start;
}
.es-vers-main { min-width: 0; }
.es-vers-sidebar {
    position: sticky;
    top: 80px;
}

/* ---- ANSWER FIRST (Speakable) ---- */
.es-vers-answer-first {
    background: var(--es-vers-bg-card);
    border-radius: var(--es-vers-radius);
    padding: 24px;
    margin-bottom: 36px;
    border-left: 5px solid var(--es-vers-primary);
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}
.es-vers-answer-first p {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.75;
    color: var(--es-vers-text-dark);
}
.es-vers-answer-first strong { color: var(--es-vers-primary); }

/* ---- SECTIONS ---- */
.es-vers-section {
    margin-bottom: 44px;
}
.es-vers-section h2 {
    font-size: 1.45rem;
    color: var(--es-vers-text-dark);
    margin: 0 0 18px 0;
    padding-bottom: 12px;
    border-bottom: 3px solid var(--es-vers-primary);
    font-weight: 700;
}
.es-vers-section p {
    color: var(--es-vers-text-medium);
    margin: 0 0 16px 0;
    line-height: 1.75;
}
.es-vers-section p:last-child { margin-bottom: 0; }
.es-vers-section strong { color: var(--es-vers-text-dark); }
.es-vers-section a {
    color: var(--es-vers-primary);
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid rgba(0,102,255,0.25);
}
.es-vers-section a:hover { border-bottom-color: var(--es-vers-primary); }

/* ---- INFO BOX (Warning / Info) ---- */
.es-vers-info-box {
    border-radius: var(--es-vers-radius);
    padding: 20px 24px;
    margin: 20px 0;
}
.es-vers-info-box.warn {
    background: #fef3c7;
    border-left: 5px solid #f59e0b;
}
.es-vers-info-box.info {
    background: #eff6ff;
    border-left: 5px solid var(--es-vers-primary);
}
.es-vers-info-box h3 {
    font-size: 1rem;
    margin: 0 0 8px 0;
    color: var(--es-vers-text-dark);
    font-weight: 700;
}
.es-vers-info-box p {
    margin: 0;
    font-size: 14px;
    color: var(--es-vers-text-medium);
}

/* ---- PREISTABELLE (responsive) ---- */
.es-vers-table-wrap {
    background: var(--es-vers-bg-card);
    border-radius: var(--es-vers-radius);
    border: 1px solid var(--es-vers-border);
    margin: 24px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.es-vers-table-wrap table {
    width: 100%;
    min-width: 500px;
    border-collapse: collapse;
    font-size: 14px;
}
.es-vers-table-wrap thead th {
    padding: 14px 16px;
    background: var(--es-vers-bg-light);
    font-weight: 700;
    color: var(--es-vers-text-dark);
    text-align: left;
    border-bottom: 2px solid var(--es-vers-border);
    white-space: nowrap;
}
.es-vers-table-wrap thead th:first-child {
    border-radius: var(--es-vers-radius) 0 0 0;
}
.es-vers-table-wrap tbody td {
    padding: 14px 16px;
    color: var(--es-vers-text-medium);
    border-bottom: 1px solid var(--es-vers-border);
    vertical-align: middle;
}
.es-vers-table-wrap tbody tr:last-child td { border-bottom: none; }
.es-vers-table-wrap tbody tr:hover { background: #f8fafc; }
.es-vers-table-wrap .es-vers-td-anbieter {
    font-weight: 700;
    color: var(--es-vers-text-dark);
}
.es-vers-table-wrap .es-vers-td-price {
    font-weight: 700;
    color: var(--es-vers-secondary);
    white-space: nowrap;
}
.es-vers-table-wrap .es-vers-td-best {
    background: #ecfdf5;
}
.es-vers-table-tag {
    display: inline-block;
    background: var(--es-vers-primary);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
    margin-left: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.es-vers-table-scroll-hint {
    font-size: 12px;
    color: var(--es-vers-text-medium);
    margin: 0 0 6px 0;
    text-align: right;
    display: none;
}

/* ---- PERSONA / E-E-A-T ---- */
.es-vers-persona {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border-radius: var(--es-vers-radius);
    padding: 24px;
    margin: 32px 0;
    border: 1px solid #bae6fd;
    border-left: 4px solid var(--es-vers-primary);
}
.es-vers-persona-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.es-vers-persona-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--es-vers-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    flex-shrink: 0;
}
.es-vers-persona-info strong {
    display: block;
    color: #0c4a6e;
    font-size: 15px;
    margin-bottom: 2px;
}
.es-vers-persona-info span {
    color: #0369a1;
    font-size: 12px;
}
.es-vers-persona p {
    color: #0369a1;
    margin: 0;
    font-size: 14px;
    font-style: italic;
    line-height: 1.75;
}

/* ---- CHECKLIST ---- */
.es-vers-checklist {
    list-style: none;
    padding: 0;
    margin: 16px 0 0 0;
}
.es-vers-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid var(--es-vers-border);
    font-size: 14px;
    color: var(--es-vers-text-medium);
    line-height: 1.5;
}
.es-vers-checklist li:last-child { border-bottom: none; }
.es-vers-checklist li::before {
    content: '✓';
    color: var(--es-vers-secondary);
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 1px;
}

/* ---- FAQ ACCORDION ---- */
.es-vers-faq-wrap {
    background: var(--es-vers-bg-card);
    border-radius: var(--es-vers-radius);
    border: 1px solid var(--es-vers-border);
    margin: 44px 0;
    overflow: hidden;
}
.es-vers-faq-title {
    font-size: 1.4rem;
    color: var(--es-vers-text-dark);
    margin: 0;
    padding: 28px 28px 20px;
    font-weight: 700;
    border-bottom: 1px solid var(--es-vers-border);
}
.es-vers-faq-item {
    border-bottom: 1px solid var(--es-vers-border);
}
.es-vers-faq-item:last-child { border-bottom: none; }
.es-vers-faq-btn {
    width: 100%;
    background: none;
    border: none;
    padding: 20px 28px;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    font-family: var(--es-vers-font);
    font-size: 1.02rem;
    font-weight: 600;
    color: var(--es-vers-text-dark);
    transition: background 0.2s;
}
.es-vers-faq-btn:hover { background: var(--es-vers-bg-light); }
.es-vers-faq-btn[aria-expanded="true"] { color: var(--es-vers-primary); }
.es-vers-faq-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid var(--es-vers-border);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--es-vers-text-medium);
    transition: transform 0.25s, border-color 0.25s;
}
.es-vers-faq-btn[aria-expanded="true"] .es-vers-faq-icon {
    transform: rotate(45deg);
    border-color: var(--es-vers-primary);
    color: var(--es-vers-primary);
}
.es-vers-faq-answer {
    display: none;
    padding: 0 28px 20px;
    color: var(--es-vers-text-medium);
    font-size: 14.5px;
    line-height: 1.75;
}
.es-vers-faq-answer a {
    color: var(--es-vers-primary);
    text-decoration: none;
    border-bottom: 1px solid rgba(0,102,255,0.2);
}
.es-vers-faq-answer a:hover { border-bottom-color: var(--es-vers-primary); }

/* ---- INTERNAL LINKS BOX ---- */
.es-vers-int-links {
    background: var(--es-vers-bg-card);
    border-radius: var(--es-vers-radius);
    padding: 28px;
    margin: 36px 0;
    border: 1px solid var(--es-vers-border);
}
.es-vers-int-links h3 {
    font-size: 1.15rem;
    color: var(--es-vers-text-dark);
    margin: 0 0 16px 0;
    font-weight: 700;
}
.es-vers-int-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.es-vers-int-links li {
    padding: 10px 14px;
    background: var(--es-vers-bg-light);
    border-radius: 10px;
    border: 1px solid var(--es-vers-border);
    transition: border-color 0.2s;
}
.es-vers-int-links li:hover { border-color: var(--es-vers-primary); }
.es-vers-int-links a {
    color: var(--es-vers-primary);
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

/* ---- SOURCES ---- */
.es-vers-sources {
    background: var(--es-vers-bg-light);
    border-radius: 10px;
    padding: 16px 20px;
    margin: 32px 0 0 0;
    font-size: 12px;
    color: var(--es-vers-text-medium);
    border: 1px solid var(--es-vers-border);
}
.es-vers-sources strong { color: var(--es-vers-text-dark); }

/* ---- SIDEBAR: Quick-Info ---- */
.es-vers-sidebar-card {
    background: var(--es-vers-bg-card);
    border-radius: var(--es-vers-radius);
    border: 1px solid var(--es-vers-border);
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}
.es-vers-sidebar-card-header {
    background: linear-gradient(135deg, var(--es-vers-primary), var(--es-vers-primary-dark));
    padding: 18px 20px;
}
.es-vers-sidebar-card-header h3 {
    color: #fff;
    font-size: 1rem;
    margin: 0;
    font-weight: 700;
}
.es-vers-sidebar-card-header span {
    color: rgba(255,255,255,0.8);
    font-size: 12px;
}
.es-vers-sidebar-card-body { padding: 0; }
.es-vers-sidebar-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 20px;
    border-bottom: 1px solid var(--es-vers-border);
    font-size: 13px;
}
.es-vers-sidebar-row:last-child { border-bottom: none; }
.es-vers-sidebar-label {
    color: var(--es-vers-text-medium);
    flex-shrink: 0;
    max-width: 48%;
}
.es-vers-sidebar-value {
    font-weight: 700;
    color: var(--es-vers-text-dark);
    text-align: right;
}
.es-vers-sidebar-value.green { color: var(--es-vers-secondary); }
.es-vers-sidebar-value.blue  { color: var(--es-vers-primary); }
.es-vers-sidebar-value.warn  { color: var(--es-vers-warn); }

.es-vers-sidebar-check-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--es-vers-text-dark);
    padding: 18px 20px 10px;
    margin: 0;
}
.es-vers-sidebar-check-list {
    list-style: none;
    padding: 0 20px 18px;
    margin: 0;
}
.es-vers-sidebar-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 6px 0;
    font-size: 13px;
    color: var(--es-vers-text-medium);
    border-bottom: 1px solid var(--es-vers-border);
    line-height: 1.4;
}
.es-vers-sidebar-check-list li:last-child { border-bottom: none; }
.es-vers-sidebar-check-list li::before {
    content: '→';
    color: var(--es-vers-primary);
    font-weight: 700;
    flex-shrink: 0;
}

.es-vers-cta-box {
    background: linear-gradient(135deg, #1a1a2e 0%, #0f0f23 100%);
    border-radius: var(--es-vers-radius);
    padding: 20px;
    margin-bottom: 20px;
    color: #fff;
}
.es-vers-cta-box h4 {
    margin: 0 0 8px 0;
    font-size: 1rem;
    color: #93c5fd;
}
.es-vers-cta-box p {
    margin: 0;
    font-size: 13px;
    color: rgba(255,255,255,0.75);
    line-height: 1.55;
}
.es-vers-cta-box .es-vers-cta-date {
    display: inline-block;
    margin-top: 12px;
    background: var(--es-vers-primary);
    color: #fff;
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 1024px) {
    .es-vers-hero-inner { grid-template-columns: 1fr 280px; }
    .es-vers-layout {
        grid-template-columns: 1fr 280px;
        gap: 28px;
    }
}
@media (max-width: 768px) {
    .es-vers-hero-inner { grid-template-columns: 1fr; }
    .es-vers-hero-img { max-width: 500px; }
    .es-vers-hero-img img { height: 220px; }
    .es-vers-hero h1 { font-size: 1.75rem; }
    .es-vers-layout {
        grid-template-columns: 1fr;
        padding: 28px 20px;
    }
    .es-vers-sidebar { position: static; order: -1; }
    .es-vers-int-links ul { grid-template-columns: 1fr; }
    .es-vers-faq-btn { padding: 16px 20px; }
    .es-vers-faq-answer { padding: 0 20px 16px; }
    .es-vers-faq-title { padding: 20px 20px 14px; }
    .es-vers-table-scroll-hint { display: block; }
    .es-vers-table-wrap { margin-left: -4px; margin-right: -4px; }
}
@media (max-width: 480px) {
    .es-vers-hero h1 { font-size: 1.5rem; }
    .es-vers-answer-first { padding: 18px; }
    .es-vers-persona { padding: 18px; }
}

/* ---- PRINT STYLES ---- */
@media print {
    .es-vers-sidebar { display: none !important; }
    .es-vers-layout { display: block; }
    .es-vers-hero { background: #1e293b !important; -webkit-print-color-adjust: exact; }
    .es-vers-faq-answer { display: block !important; }
    .es-vers-faq-btn .es-vers-faq-icon { display: none; }
}


/* === ES Reparatur Guide v1.0.0 === */
:root {
    --es-repar-dark: #0f172a;
    --es-repar-dark2: #1e293b;
    --es-repar-accent: #0066ff;
    --es-repar-accent-hover: #3388ff;
    --es-repar-text: #e2e8f0;
    --es-repar-text-muted: #94a3b8;
    --es-repar-bg-light: #f8fafc;
}
.single .entry-content { margin: 0 !important; padding: 0 !important; }

.es-repar-hero {
    background: linear-gradient(135deg, var(--es-repar-dark) 0%, var(--es-repar-dark2) 100%);
    padding: 60px 20px 50px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.es-repar-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 70% 30%, rgba(0,102,255,0.08) 0%, transparent 50%);
    pointer-events: none;
}
.es-repar-hero h1 {
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 800;
    line-height: 1.2;
    margin: 0 auto 16px;
    max-width: 800px;
    position: relative;
}
.es-repar-hero-sub {
    color: var(--es-repar-text-muted);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1.1rem;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.6;
    position: relative;
}
.es-repar-hero-badge {
    display: inline-block;
    background: rgba(0,102,255,0.15);
    color: var(--es-repar-accent);
    font-size: 0.85rem;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    position: relative;
}

.es-repar-content {
    max-width: 780px;
    margin: 0 auto;
    padding: 50px 20px 30px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #1e293b;
    line-height: 1.8;
}
.es-repar-content h2 {
    font-size: clamp(1.3rem, 3vw, 1.7rem);
    font-weight: 700;
    color: var(--es-repar-dark);
    margin: 45px 0 18px;
    padding-bottom: 10px;
    border-bottom: 3px solid var(--es-repar-accent);
    display: inline-block;
}
.es-repar-content p {
    font-size: 1.05rem;
    margin-bottom: 18px;
    color: #334155;
}
.es-repar-content a {
    color: var(--es-repar-accent);
    text-decoration: underline;
    text-decoration-color: rgba(0,102,255,0.4);
    text-underline-offset: 3px;
    transition: color 0.2s;
}
.es-repar-content a:hover {
    color: var(--es-repar-accent-hover);
}
.es-repar-content ul {
    padding-left: 0;
    list-style: none;
    margin: 20px 0;
}
.es-repar-content ul li {
    padding: 8px 0 8px 28px;
    position: relative;
    font-size: 1.02rem;
    color: #475569;
}
.es-repar-content ul li::before {
    content: '▹';
    position: absolute;
    left: 0;
    color: var(--es-repar-accent);
    font-weight: bold;
    font-size: 1.2rem;
}
.es-repar-content small {
    display: block;
    margin-top: 30px;
    padding: 20px;
    background: #f1f5f9;
    border-radius: 8px;
    color: #64748b;
    font-size: 0.85rem;
    line-height: 1.6;
}

/* FAQ */
.es-repar-faq {
    max-width: 780px;
    margin: 20px auto 50px;
    padding: 0 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.es-repar-faq-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--es-repar-dark);
    margin-bottom: 24px;
    text-align: center;
}
.es-repar-faq-item {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: box-shadow 0.3s;
}
.es-repar-faq-item:hover {
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.es-repar-faq-q {
    padding: 18px 50px 18px 20px;
    font-weight: 600;
    font-size: 1.05rem;
    color: var(--es-repar-dark);
    cursor: pointer;
    position: relative;
    user-select: none;
}
.es-repar-faq-q::after {
    content: '+';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    color: var(--es-repar-accent);
    transition: transform 0.3s;
}
.es-repar-faq-item.es-active .es-repar-faq-q::after {
    content: '−';
}
.es-repar-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0 20px;
    font-size: 1rem;
    color: #475569;
    line-height: 1.7;
}
.es-repar-faq-item.es-active .es-repar-faq-a {
    max-height: 300px;
    padding: 0 20px 18px;
}

@media (max-width: 768px) {
    .es-repar-hero { padding: 40px 16px 35px; }
    .es-repar-content { padding: 30px 16px 20px; }
    .es-repar-content h2 { font-size: 1.25rem; }
    .es-repar-faq { padding: 0 16px; margin-bottom: 40px; }
}
