.fd-product-card{
    --fd-ink:#102a32;
    --fd-muted:#5f6d70;
    --fd-line:#dbe3e2;
    --fd-soft:#f4f7f6;
    --fd-accent:#0b766e;
    --fd-accent-dark:#075a55;
    font-family:inherit;
    color:var(--fd-ink);
    border:1px solid var(--fd-line);
    border-radius:18px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 12px 36px rgba(16,42,50,.07);
    margin:2rem 0;
}
.fd-product-card *{box-sizing:border-box}
.fd-product-card__top{display:grid;grid-template-columns:minmax(220px,35%) 1fr;gap:0;border-bottom:1px solid var(--fd-line)}
.fd-product-card__media{min-height:280px;background:var(--fd-soft);display:flex;align-items:center;justify-content:center;padding:22px}
.fd-product-card__media img{display:block;max-width:100%;height:auto;max-height:360px;object-fit:contain;border-radius:10px}
.fd-product-card__placeholder{width:100%;min-height:230px;border:1px dashed #b8c8c6;border-radius:14px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#edf4f2,#f8faf9)}
.fd-product-card__placeholder span{font-size:1.25rem;font-weight:750;letter-spacing:.04em;color:#4a6865}
.fd-product-card__intro{padding:28px 30px}
.fd-product-card__title{font-size:clamp(1.4rem,2vw,2rem);line-height:1.15;margin:0 0 12px;color:var(--fd-ink)}
.fd-product-card__badges{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 20px}
.fd-product-card__badges span{display:inline-flex;align-items:center;padding:5px 9px;border-radius:999px;background:#e9f3f1;color:#0b625c;font-size:.82rem;font-weight:700}
.fd-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin:0}
.fd-fact{padding:12px 0;border-bottom:1px solid #edf1f0;min-width:0}
.fd-fact:nth-last-child(-n+2){border-bottom-color:transparent}
.fd-fact dt{font-size:.78rem;line-height:1.25;color:var(--fd-muted);margin:0 0 3px;font-weight:650}
.fd-fact dd{font-size:1rem;line-height:1.35;margin:0;color:var(--fd-ink);font-weight:700}
.fd-facts--primary{column-gap:24px}
.fd-product-section{padding:24px 30px;border-bottom:1px solid var(--fd-line)}
.fd-product-section:last-child{border-bottom:0}
.fd-product-section h4{font-size:1.1rem;margin:0 0 15px;color:var(--fd-ink)}
.fd-section-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:15px}
.fd-section-heading h4{margin:0}
.fd-answer,.fd-verified,.fd-unverified{display:inline-flex;align-items:center;border-radius:999px;padding:4px 8px;font-size:.78rem;font-weight:750}
.fd-answer.is-yes,.fd-verified{background:#e7f4ed;color:#216141}
.fd-answer.is-no{background:#f8e9e8;color:#813b37}
.fd-answer.is-mid,.fd-unverified{background:#fff4dc;color:#7a5915}
.fd-car-fit{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-top:18px}
.fd-car-fit__item{border:1px solid var(--fd-line);border-radius:11px;padding:11px;background:#fff}
.fd-car-fit__item strong,.fd-car-fit__item span{display:block}
.fd-car-fit__item strong{font-size:.82rem;margin-bottom:3px}
.fd-car-fit__item span{font-size:.76rem;color:var(--fd-muted)}
.fd-car-fit__item.is-good{border-color:#b8d9c8;background:#f1f8f4}
.fd-car-fit__item.is-mid{border-color:#ead5a5;background:#fffaf0}
.fd-car-fit__item.is-bad{border-color:#e6bfbc;background:#fff5f4}
.fd-car-fit__item.is-unknown{background:#f8f9f9}
.fd-review-status{display:grid;grid-template-columns:minmax(150px,.35fr) 1fr;gap:18px;background:var(--fd-soft)}
.fd-review-status__label{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:var(--fd-muted);margin-bottom:4px;font-weight:750}
.fd-review-status strong{font-size:1.05rem}
.fd-review-status p{margin:0;color:#3f5153;line-height:1.55}
.fd-review-status small{grid-column:2;color:var(--fd-muted)}
.fd-offer-list{display:grid;gap:10px}
.fd-offer-button{display:flex!important;align-items:center;justify-content:space-between;gap:18px;padding:13px 15px;border-radius:11px;background:var(--fd-accent);color:#fff!important;text-decoration:none!important;box-shadow:none!important;transition:background .18s ease,transform .18s ease}
.fd-offer-button:hover{background:var(--fd-accent-dark);transform:translateY(-1px)}
.fd-offer-button span{display:flex;flex-direction:column;gap:1px}
.fd-offer-button small{font-size:.75rem;opacity:.85;font-weight:500}
.fd-offer-button b{white-space:nowrap}
.fd-affiliate-note{font-size:.76rem;line-height:1.5;color:var(--fd-muted);margin:0 0 11px}.fd-affiliate-note strong{color:#45575a}.fd-affiliate-tag{font-weight:700;text-decoration:underline;text-decoration-thickness:.06em;text-underline-offset:.12em}
@media(max-width:720px){
    .fd-product-card{border-radius:14px;margin:1.5rem 0}
    .fd-product-card__top{grid-template-columns:1fr}
    .fd-product-card__media{min-height:210px}
    .fd-product-card__intro,.fd-product-section{padding:20px}
    .fd-facts{grid-template-columns:1fr}
    .fd-fact:nth-last-child(-n+2){border-bottom:1px solid #edf1f0}
    .fd-fact:last-child{border-bottom-color:transparent}
    .fd-car-fit{grid-template-columns:repeat(2,minmax(0,1fr))}
    .fd-review-status{grid-template-columns:1fr}
    .fd-review-status small{grid-column:auto}
    .fd-section-heading{align-items:flex-start;flex-direction:column;gap:8px}
}

/* v0.4 compact product listings */
.fd-mini-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:1.2rem 0 2rem}
.fd-mini-product-card{background:#fff;border:1px solid var(--fd-line,#dce5e3);border-radius:14px;overflow:hidden;box-shadow:0 6px 20px rgba(16,42,50,.05)}
.fd-mini-product-card__media{aspect-ratio:4/3;background:#eef3f1;overflow:hidden;display:grid;place-items:center}
.fd-mini-product-card__media img{width:100%;height:100%;object-fit:contain;padding:12px}
.fd-mini-product-card__placeholder{width:58px;height:58px;border-radius:14px;display:grid;place-items:center;background:#102a32;color:#fff;font-weight:800}
.fd-mini-product-card__body{padding:16px}.fd-mini-product-card__body h3{font-size:1.02rem;line-height:1.25;margin:6px 0 12px}.fd-mini-product-card__body h3 a{text-decoration:none;color:#102a32}
.fd-mini-product-card__badges{display:flex;flex-wrap:wrap;gap:6px}.fd-mini-product-card__badges span{font-size:.7rem;background:#e9f3f0;color:#0b665f;border-radius:999px;padding:4px 7px;font-weight:750}
.fd-mini-product-card dl{display:grid;grid-template-columns:1fr 1fr;gap:8px 12px;margin:0}.fd-mini-product-card dl div{border-top:1px solid #edf1f0;padding-top:7px}.fd-mini-product-card dt{font-size:.67rem;color:#637477}.fd-mini-product-card dd{margin:1px 0 0;font-size:.82rem;font-weight:750}.fd-mini-product-card dd.is-good{color:#176a45}.fd-mini-product-card dd.is-mid{color:#8a641d}.fd-empty-products{padding:14px 16px;background:#f2f6f5;border:1px dashed #cbd9d6;border-radius:12px;color:#607174}
@media(max-width:900px){.fd-mini-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.fd-mini-product-grid{grid-template-columns:1fr}}

/* v0.6 equipment / included accessories */
.fd-equipment-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.fd-equipment-grid.is-single{grid-template-columns:1fr}
.fd-equipment-group h5{font-size:.88rem;margin:0 0 10px;color:var(--fd-ink)}
.fd-equipment-list{list-style:none!important;padding:0!important;margin:0!important;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 16px}
.fd-equipment-list li{position:relative;padding:8px 10px 8px 30px;border:1px solid #e6eceb;border-radius:9px;background:#fafcfc;font-size:.86rem;line-height:1.4;color:#334b50}
.fd-equipment-list li:before{position:absolute;left:10px;top:7px;font-weight:850;color:var(--fd-accent);content:'✓'}
.fd-equipment-list.is-optional li:before{content:'+'}
.fd-equipment-note{margin:10px 0 0!important;color:var(--fd-muted);font-size:.72rem;line-height:1.45}
.fd-accessory-status{display:inline-flex;align-items:center;border-radius:999px;padding:4px 8px;font-size:.75rem;font-weight:750;background:#eef3f2;color:#536669}
@media(max-width:720px){
  .fd-equipment-grid{grid-template-columns:1fr}
  .fd-equipment-list{grid-template-columns:1fr}
}


/* v0.6.1: bessere Lesbarkeit langer technischer Werte */
.fd-facts--technical{column-gap:34px}
.fd-facts--technical .fd-fact dd{
    max-width:40ch;
    font-size:.94rem;
    line-height:1.48;
    font-weight:600;
    text-wrap:pretty;
    overflow-wrap:break-word;
    hyphens:auto;
}
.fd-facts--technical .fd-answer{
    font-size:.78rem;
    font-weight:750;
}
@media(max-width:900px){
    .fd-facts--technical{grid-template-columns:1fr}
    .fd-facts--technical .fd-fact dd{max-width:68ch}
    .fd-facts--technical .fd-fact:nth-last-child(-n+2){border-bottom:1px solid #edf1f0}
    .fd-facts--technical .fd-fact:last-child{border-bottom-color:transparent}
}
