/* hofmanns.digital -- Block 4 / Ansatz */
.hd-b4 { background: #1B4242; border-radius: 16px; padding: 3.5rem; position: relative; overflow: hidden; font-family: var(--wp--preset--font-family--figtree), sans-serif; }
.hd-b4__blob-1 { position: absolute; width: 280px; height: 280px; bottom: -80px; right: -60px; border-radius: 55% 45% 38% 62% / 48% 60% 40% 52%; background: #F0C767; opacity: 0.07; z-index: 0; }
.hd-b4__blob-2 { position: absolute; width: 160px; height: 160px; top: -40px; left: 30%; border-radius: 42% 58% 36% 64% / 60% 44% 56% 40%; background: #175B5F; opacity: 0.4; z-index: 0; }
.hd-b4__content { position: relative; z-index: 1; }
.hd-heading__text--light { color: #DEE8E8; }
.hd-gold { color: #F0C767; }
.hd-b4__divider { width: 3rem; height: 3px; background: #C0392B; border-radius: 2px; margin-bottom: 1.5rem; }
.hd-b4__body { font-size: 1.05rem; color: #DEE8E8; opacity: 0.78; line-height: 1.85; margin: 0 0 0.5rem; max-width: 520px; }
.hd-b4__body--gold { color: #F0C767; font-weight: 600; opacity: 1; }
.hd-b4__body--dim { opacity: 0.4; font-style: italic; }
@media (max-width: 640px) { .hd-b4 { padding: 2rem 1.5rem; } }
