/* hofmanns.digital -- Block 6 / Zielgruppen */
.hd-b6 { background: #DEE8E8; border-radius: 16px; padding: 3.5rem; position: relative; overflow: hidden; font-family: var(--wp--preset--font-family--figtree), sans-serif; }
.hd-b6__blob { position: absolute; width: 240px; height: 240px; bottom: -70px; left: -60px; border-radius: 42% 58% 55% 45% / 55% 42% 58% 45%; background: #175B5F; opacity: 0.07; z-index: 0; }
.hd-b6__content { position: relative; z-index: 1; }
.hd-b6__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-bottom: 2rem; }
.hd-b6__card { background: #F5ECD7; border-radius: 12px; padding: 1.5rem 1.25rem; transition: transform 0.25s ease; cursor: default; }
.hd-b6__card:hover { transform: translateY(-4px); }
.hd-b6__icon { font-size: 1.2rem; margin-bottom: 0.75rem; display: block; color: #C0392B; }
.hd-b6__title { font-size: 1rem; font-weight: 700; color: #1B4242; margin: 0 0 0.4rem; }
.hd-b6__text { font-size: 0.85rem; color: #175B5F; line-height: 1.6; margin: 0; opacity: 0.8; }
.hd-b6__summary { border-top: 1px solid rgba(23,91,95,0.15); padding-top: 1.5rem; }
.hd-b6__summary-text { font-size: 1rem; color: #1B4242; line-height: 1.75; margin: 0 0 0.75rem; }
.hd-badge-green { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.875rem; color: #3A6B2A; font-weight: 600; background: rgba(58,107,42,0.08); border-radius: 2rem; padding: 0.4rem 1rem; }
@media (max-width: 640px) { .hd-b6 { padding: 2rem 1.5rem; } .hd-b6__grid { grid-template-columns: 1fr; } }
