.pulse-testwertung {
    --pulse-accent: #e7b62f;
    --pulse-bg: #f5f5f5;
    --pulse-text: #161616;
    --pulse-muted: #6f6f6f;
    --pulse-line: #d9d9d9;
    margin: 32px 0;
    padding: 24px;
    color: var(--pulse-text);
    background: var(--pulse-bg);
    border-radius: 8px;
    box-sizing: border-box;
}
.pulse-testwertung * { box-sizing: border-box; }
.pulse-testwertung__kopf {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}
.pulse-testwertung__award {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 9px;
    background: var(--pulse-accent);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}
.pulse-testwertung__titel { margin: 0; font-size: 26px; line-height: 1.2; }
.pulse-testwertung__preis { margin: 6px 0 0; color: var(--pulse-muted); }
.pulse-testwertung__approved {
    flex: 0 0 auto;
    width: clamp(108px, 15vw, 150px);
    line-height: 0;
}
.pulse-testwertung__approved-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}
.pulse-testwertung__kriterien { display: grid; gap: 18px; }
.pulse-testwertung__zeile { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 7px; }
.pulse-testwertung__skala { width: 100%; height: 10px; overflow: hidden; background: var(--pulse-line); border-radius: 999px; }
.pulse-testwertung__skala span { display: block; height: 100%; background: var(--pulse-accent); border-radius: inherit; }
.pulse-testwertung__proscons { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 26px; }
.pulse-testwertung__proscons > div { padding: 16px; background: #fff; border: 1px solid var(--pulse-line); border-radius: 6px; }
.pulse-testwertung__proscons h4 { margin: 0 0 10px; }
.pulse-testwertung__proscons ul { margin: 0; padding: 0; list-style: none; }
.pulse-testwertung__proscons li { margin: 6px 0; }
.pulse-testwertung__proscons .is-plus::before { content: "+ "; font-weight: 700; }
.pulse-testwertung__proscons .is-minus::before { content: "- "; font-weight: 700; }
.pulse-testwertung__fazit { margin-top: 22px; padding: 16px; border-left: 4px solid var(--pulse-accent); background: #fff; }
@media (max-width: 600px) {
    .pulse-testwertung { padding: 18px; }
    .pulse-testwertung__kopf { flex-direction: column; gap: 16px; }
    .pulse-testwertung__approved { width: 112px; }
    .pulse-testwertung__proscons { grid-template-columns: 1fr; }
}


/* Vergleichstabelle */
.pulse-vergleich {
    --pulse-accent: #e7b62f;
    --pulse-bg: #f5f5f5;
    --pulse-text: #161616;
    --pulse-muted: #6f6f6f;
    --pulse-line: #d9d9d9;
    margin: 36px 0;
    color: var(--pulse-text);
    box-sizing: border-box;
}
.pulse-vergleich * { box-sizing: border-box; }
.pulse-vergleich__header {
    padding: 22px 24px;
    background: var(--pulse-bg);
    border-radius: 8px 8px 0 0;
}
.pulse-vergleich__eyebrow {
    display: inline-block;
    margin-bottom: 8px;
    padding: 5px 9px;
    background: var(--pulse-accent);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}
.pulse-vergleich__header h2 { margin: 0; font-size: 28px; line-height: 1.2; }
.pulse-vergleich__header p { margin: 7px 0 0; color: var(--pulse-muted); }
.pulse-vergleich__scroll {
    overflow-x: auto;
    border: 1px solid var(--pulse-line);
    border-top: 0;
    border-radius: 0 0 8px 8px;
    background: #fff;
    -webkit-overflow-scrolling: touch;
}
.pulse-vergleich__table {
    width: 100%;
    min-width: 980px;
    margin: 0;
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 14px;
}
.pulse-vergleich__table th,
.pulse-vergleich__table td {
    padding: 16px 14px;
    border: 0;
    border-bottom: 1px solid var(--pulse-line);
    text-align: left;
    vertical-align: middle;
}
.pulse-vergleich__table thead th {
    position: sticky;
    top: 0;
    z-index: 2;
    background: #1a1a1a;
    color: #fff;
    font-size: 11px;
    letter-spacing: .03em;
    text-transform: uppercase;
    white-space: nowrap;
}
.pulse-vergleich__table tbody th {
    min-width: 210px;
    font-size: 15px;
    line-height: 1.35;
}
.pulse-vergleich__table tbody tr:nth-child(even) { background: #fafafa; }
.pulse-vergleich__table tbody tr:hover { background: #fff9e5; }
.pulse-vergleich__table tbody tr:last-child th,
.pulse-vergleich__table tbody tr:last-child td { border-bottom: 0; }
.pulse-vergleich__score { min-width: 74px; }
.pulse-vergleich__score strong { display: block; margin-bottom: 6px; font-size: 16px; }
.pulse-vergleich__minibar {
    display: block;
    width: 68px;
    height: 5px;
    overflow: hidden;
    background: var(--pulse-line);
    border-radius: 999px;
}
.pulse-vergleich__minibar i {
    display: block;
    height: 100%;
    background: var(--pulse-accent);
    border-radius: inherit;
}
.pulse-vergleich__tagline {
    display: inline-block;
    min-width: 150px;
    font-weight: 700;
}
.pulse-vergleich__mobile-hint {
    display: none;
    margin: 8px 0 0;
    color: var(--pulse-muted);
    font-size: 11px;
}
@media (max-width: 760px) {
    .pulse-vergleich__header { padding: 18px; }
    .pulse-vergleich__header h2 { font-size: 24px; }
    .pulse-vergleich__mobile-hint { display: block; }
}

.pulse-vergleich__produktlink {
    color: inherit;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.pulse-vergleich__produktlink:hover,
.pulse-vergleich__produktlink:focus {
    color: var(--pulse-accent, #e7b62f);
}

html {
    scroll-behavior: smooth;
}

/* Produkt-Button */
.pulse-product-link {
    margin: 20px 0 32px;
}

.pulse-product-link a {
    display: inline-block;
    padding: 12px 20px;
    color: #161616;
    background: #e7b62f;
    border-radius: 4px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.pulse-product-link a:hover,
.pulse-product-link a:focus {
    color: #161616;
    opacity: 0.82;
    text-decoration: none;
}

/* Radar-Chart */
.pulse-testwertung__visuals {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 28px;
    align-items: center;
}
.pulse-radar { min-width: 0; max-width: 100%; text-align: center; overflow: hidden; }
.pulse-radar__svg { display: block; width: 100%; max-width: 440px; height: auto; margin: 0 auto; overflow: visible; }
.pulse-radar__ring,
.pulse-radar__axis { fill: none; stroke: #cfcfcf; stroke-width: 1; }
.pulse-radar__area { fill: rgba(231, 182, 47, 0.28); stroke: var(--pulse-accent, #e7b62f); stroke-width: 3; }
.pulse-radar__dot { fill: var(--pulse-accent, #e7b62f); stroke: #161616; stroke-width: 1; }
.pulse-radar__label { fill: var(--pulse-text, #161616); font-size: 11px; font-weight: 700; }
@media (max-width: 760px) {
    .pulse-testwertung__visuals { grid-template-columns: 1fr; gap: 18px; }
    .pulse-radar__svg { max-width: 400px; }
}
