.dnd-section:has(.hza-deduc){padding-bottom:0!important;padding-top:0!important}.hza-deduc{color:var(--m-text,#6f6f6f);width:100%}.hza-deduc *{box-sizing:border-box}.hza-deduc__inner{margin:0 auto;max-width:var(--m-max-width,1100px);padding:56px 24px}.hza-deduc__heading{color:var(--m-heading,#654a3d);font-family:Signika Negative,sans-serif;font-size:clamp(24px,3.4vw,32px);font-weight:700;line-height:1.2;margin:0 0 40px;text-align:center}.hza-deduc__grid{display:grid;gap:var(--m-gap,20px);grid-template-columns:repeat(var(--m-cols,3),1fr)}.hza-deduc__card{background:var(--m-card-bg,#f0f0f0);border-radius:var(--m-card-radius,16px);display:flex;flex-direction:column;min-height:260px;padding:32px 28px;position:relative}.hza-deduc__tag{background:transparent;border:1px solid var(--m-accent,#666);border-radius:6px;color:var(--m-accent,#666);font-family:Signika Negative,sans-serif;font-size:12px;font-weight:600;padding:4px 12px;position:absolute;right:24px;top:24px}.hza-deduc__percent{color:var(--m-num,#654a3d);font-size:clamp(38px,5vw,48px);line-height:1;margin-bottom:12px}.hza-deduc__percent,.hza-deduc__title{font-family:Signika Negative,sans-serif;font-weight:700}.hza-deduc__title{color:var(--m-heading,#654a3d);font-size:18px;margin:0 0 8px}.hza-deduc__text{color:var(--m-text,#4a4a4a);font-size:14px;line-height:1.5;margin:0}.hza-deduc__note,.hza-deduc__text{font-family:Signika Negative,sans-serif}.hza-deduc__note{background:var(--m-note-bg,#f0f0f0);border-radius:10px;color:var(--m-note-text,#666);font-size:13px;font-weight:600;line-height:1.4;margin-top:auto;padding:12px 16px}.hza-deduc__text+.hza-deduc__note{margin-top:24px}.hza-deduc__card.is-featured{background:var(--m-featured-bg,#666)}.hza-deduc__card.is-featured .hza-deduc__percent,.hza-deduc__card.is-featured .hza-deduc__text,.hza-deduc__card.is-featured .hza-deduc__title{color:#fff}.hza-deduc__card.is-featured .hza-deduc__tag{border-color:hsla(0,0%,100%,.7);color:#fff}.hza-deduc__card.is-featured .hza-deduc__note{background:hsla(0,0%,100%,.22);color:#fff}.hza-deduc__card--image{background:transparent;min-height:260px;overflow:hidden;padding:0;position:relative}.hza-deduc__img-wrap{background:#ebebeb;border-radius:var(--m-card-radius,16px);inset:0;overflow:hidden;position:absolute}.hza-deduc__img-wrap:after{animation:hza-deduc-shimmer 1.5s ease-in-out infinite;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.6) 50%,transparent);content:"";inset:0;position:absolute;transform:translateX(-100%);will-change:transform}.hza-deduc__img-wrap[data-loaded]{background:none}.hza-deduc__img-wrap[data-loaded]:after{display:none}.hza-deduc__image{display:block;height:100%;object-fit:cover;opacity:0;transition:opacity .4s ease;width:100%}.hza-deduc__img-wrap[data-loaded] .hza-deduc__image{opacity:1}@keyframes hza-deduc-shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@media (max-width:991px){.hza-deduc__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.hza-deduc__inner{padding:40px 20px}.hza-deduc__grid{grid-template-columns:1fr}.hza-deduc__card{min-height:0}.hza-deduc__card--image,.hza-deduc__img-wrap{min-height:220px}}