/* Slim hero — desktop: taller so it flush-meets the trust bar
   (no white strip between them) */
html body .hf-homepage .hf-hero{
    height: clamp(420px, 38vw, 560px) !important;
    min-height: 420px !important;
    max-height: 560px !important;
}
@media (max-width: 1024px) and (min-width: 901px){
    html body .hf-homepage .hf-hero{
        height: clamp(380px, 42vw, 480px) !important;
        min-height: 380px !important;
        max-height: 480px !important;
    }
}

/* Anchor content card slightly above the bottom so the Regler can sit
   underneath with a small visible gap (NOT overlapping). */
html body .hf-homepage .hf-hero .hf-hero__shell{
    padding: 0 0 96px !important;
    align-items: flex-end !important;
    display: flex !important;
}

/* DARK NAVY CONTENT CARD with WHITE text — SQUARE edges (no rounded corners) */
html body .hf-homepage .hf-hero .hf-hero__content{
    position: relative !important;
    margin: 0 0 0 clamp(20px, 4vw, 56px) !important;
    width: auto !important;
    max-width: 640px !important;
    min-height: auto !important;
    padding: 26px 30px 24px !important;
    border-radius: var(--hf-hero-radius, 22px) !important;
    background: linear-gradient(180deg, rgba(10,31,58,.92) 0%, rgba(6,20,38,.96) 100%) !important;
    border: 1px solid rgba(115,195,126,.32) !important;
    box-shadow: 0 24px 60px rgba(0,0,0,.32) !important;
    backdrop-filter: blur(12px) saturate(1.05) !important;
    -webkit-backdrop-filter: blur(12px) saturate(1.05) !important;
    color: #fff !important;
}

/* Kicker (HOMES & FLOORS-style eyebrow tag) — green accent */
html body .hf-homepage .hf-hero .hf-hero__meta{
    margin: 0 0 12px !important;
    gap: 10px !important;
    display: flex !important;
    align-items: center !important;
}
html body .hf-homepage .hf-hero .hf-hero__tag{
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    color: #73c37e !important;
    -webkit-text-fill-color: #73c37e !important;
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    font: 800 11px/1 "Poppins", system-ui, sans-serif !important;
    letter-spacing: .22em !important;
    text-transform: uppercase !important;
}
html body .hf-homepage .hf-hero .hf-hero__tag::before{
    content: "" !important;
    display: inline-block !important;
    width: 30px !important;
    height: 1px !important;
    background: #73c37e !important;
}
html body .hf-homepage .hf-hero .hf-hero__count{
    color: rgba(255,255,255,.55) !important;
    -webkit-text-fill-color: rgba(255,255,255,.55) !important;
    font: 700 11px/1 "Poppins", system-ui, sans-serif !important;
    letter-spacing: .14em !important;
}

/* Title — white, compact */
html body .hf-homepage .hf-hero .hf-hero__title{
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-family: "Poppins", system-ui, sans-serif !important;
    font-size: clamp(22px, 2vw, 30px) !important;
    line-height: 1.08 !important;
    letter-spacing: -.02em !important;
    font-weight: 800 !important;
    margin: 0 0 8px !important;
    text-wrap: balance !important;
    text-shadow: none !important;
    background: transparent !important;
    background-image: none !important;
}

/* Body text — soft white */
html body .hf-homepage .hf-hero .hf-hero__text{
    color: rgba(255,255,255,.86) !important;
    -webkit-text-fill-color: rgba(255,255,255,.86) !important;
    font-size: clamp(12.5px, 0.9vw, 14px) !important;
    line-height: 1.5 !important;
    max-width: 540px !important;
    margin: 0 0 14px !important;
}

/* Actions — compact buttons */
html body .hf-homepage .hf-hero .hf-hero__actions{
    margin: 0 0 0 !important;
    gap: 10px !important;
    display: flex !important;
    flex-wrap: wrap !important;
}
html body .hf-homepage .hf-hero .hf-hero__btn,
html body .hf-homepage .hf-hero .hf-btn-primary,
html body .hf-homepage .hf-hero .hf-btn-ghost{
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 42px !important;
    padding: 0 22px !important;
    border-radius: 12px !important;
    font: 700 11px/1 "Poppins", system-ui, sans-serif !important;
    letter-spacing: .10em !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
}
/* Primary — green gradient like Trade/Guides */
html body .hf-homepage .hf-hero .hf-hero__actions a:first-child,
html body .hf-homepage .hf-hero .hf-btn-primary{
    background: linear-gradient(180deg,#96d69e 0%,#73c37e 60%,#67b471 100%) !important;
    color: #0a1f3a !important;
    -webkit-text-fill-color: #0a1f3a !important;
    border: 0 !important;
    box-shadow: 0 12px 28px rgba(115,195,126,.32), inset 0 1px 0 rgba(255,255,255,.30) !important;
}
/* Secondary — ghost with green border */
html body .hf-homepage .hf-hero .hf-hero__actions a:nth-child(2),
html body .hf-homepage .hf-hero .hf-btn-ghost{
    background: transparent !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    border: 1px solid rgba(115,195,126,.55) !important;
}

/* ────────────────────────────────────────────────────────────
   HERO IMAGE — make sure it FILLS the whole slim banner
   ──────────────────────────────────────────────────────────── */
html body .hf-homepage .hf-hero .hf-hero__visual,
html body .hf-homepage .hf-hero .hf-hero__slide{
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
}
html body .hf-homepage .hf-hero .hf-hero__visual img{
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
    transform: none !important;
    max-height: none !important;
}

/* ────────────────────────────────────────────────────────────
   CAROUSEL CONTROLS (the "Regler") — dark navy + green to match
   the content card above. Sits INSIDE the slim hero at the
   bottom-right so it floats on top of the image.
   ──────────────────────────────────────────────────────────── */
html body .hf-homepage .hf-hero__controls-shell{
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 24px !important;
    /* Override .hf-shell base (max-width 1240 + 24px padding) so the
       controls-shell spans the FULL viewport width — same as .hf-hero__shell.
       That's why the Regler was offset to the right of the content card:
       the controls-shell was constrained to a centered 1240px frame. */
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 6 !important;
    pointer-events: none !important;
}
html body .hf-homepage .hf-hero__nav{
    pointer-events: auto !important;
    /* Now that the controls-shell spans full viewport (above), this
       margin-left aligns with the content card's left edge exactly. */
    margin-left: clamp(20px, 4vw, 56px) !important;
    margin-right: auto !important;
    width: fit-content !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 8px 12px !important;
    background: linear-gradient(180deg, rgba(10,31,58,.92) 0%, rgba(6,20,38,.96) 100%) !important;
    border: 1px solid rgba(115,195,126,.32) !important;
    border-radius: 999px !important;
    box-shadow: 0 14px 32px rgba(0,0,0,.28) !important;
    backdrop-filter: blur(10px) saturate(1.05) !important;
    -webkit-backdrop-filter: blur(10px) saturate(1.05) !important;
}
/* Counter text — light grey */
html body .hf-homepage .hf-hero__counter{
    color: rgba(255,255,255,.72) !important;
    -webkit-text-fill-color: rgba(255,255,255,.72) !important;
    min-width: 50px !important;
    font-size: 10.5px !important;
    letter-spacing: .18em !important;
}
/* Play & arrow buttons — green primary, ghost on dark */
html body .hf-homepage .hf-hero__play,
html body .hf-homepage .hf-hero__play:hover,
html body .hf-homepage .hf-hero__play:focus,
html body .hf-homepage .hf-hero__play:focus-visible,
html body .hf-homepage .hf-hero__play:active{
    background: linear-gradient(180deg,#96d69e 0%,#73c37e 60%,#67b471 100%) !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 999px !important;
    box-shadow: 0 6px 14px rgba(115,195,126,.32), inset 0 1px 0 rgba(255,255,255,.30) !important;
    opacity: 1 !important;
    outline: none !important;
}
html body .hf-homepage .hf-hero__play:hover{
    background: linear-gradient(180deg,#a8e0b0 0%,#82d18d 60%,#73c37e 100%) !important;
    box-shadow: 0 8px 18px rgba(115,195,126,.45), inset 0 1px 0 rgba(255,255,255,.40) !important;
    transform: translateY(-1px) !important;
}
html body .hf-homepage .hf-hero__play svg{
    fill: #0a1f3a !important;
    stroke: #0a1f3a !important;
}
html body .hf-homepage .hf-hero__arrow{
    background: rgba(255,255,255,.08) !important;
    border: 1px solid rgba(115,195,126,.30) !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 999px !important;
}
html body .hf-homepage .hf-hero__arrow svg{
    stroke: #ffffff !important;
    fill: none !important;
    stroke-width: 1.8 !important;
    width: 11px !important;
    height: 11px !important;
}
html body .hf-homepage .hf-hero__arrow:hover{
    background: rgba(115,195,126,.18) !important;
    border-color: rgba(115,195,126,.55) !important;
}
/* Dots — inactive light, active green */
html body .hf-homepage .hf-hero__dots{
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 0 4px !important;
}
html body .hf-homepage .hf-hero__dot{
    width: 14px !important;
    height: 3px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.28) !important;
    transition: background .18s ease, width .18s ease !important;
    padding: 0 !important;
}
html body .hf-homepage .hf-hero__dot:hover{
    background: rgba(255,255,255,.55) !important;
}
html body .hf-homepage .hf-hero__dot.hf-active,
html body .hf-homepage .hf-hero__dot.is-active{
    width: 22px !important;
    background: linear-gradient(90deg,#96d69e,#67b471) !important;
}

/* ────────────────────────────────────────────────────────────
   TRUST BAR — flush against the hero (no white strip between),
   square edges, narrower container
   ──────────────────────────────────────────────────────────── */
html body .hf-homepage .hf-heroTrust,
html body section.hf-homepage-section.hf-heroTrust,
html body section.hf-heroTrust{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 18px clamp(20px, 4vw, 48px) !important;
    border-top: 0 !important;
}
html body .hf-homepage .hf-heroTrust .hf-heroTrust__container{
    max-width: 1180px !important;
    margin: 0 auto !important;
}
html body .hf-homepage .hf-heroTrust .hf-heroTrust__grid{
    gap: 18px !important;
}
html body .hf-homepage .hf-heroTrust .hf-heroTrust__card{
    padding: 14px 18px !important;
    border-radius: 14px !important;
}

/* ────────────────────────────────────────────────────────────
   Mobile fallback — slim hero stacks correctly, trust bar 1-col
   ──────────────────────────────────────────────────────────── */
@media (max-width: 1180px){
    /* === MOBILE + TABLET HERO V3 — ID-based selectors for maximum specificity
       Breakpoint extended to 1180px so iPad-class tablets (768–1024px)
       get the same mobile-optimized layout instead of the broken
       desktop-squashed version.
       Layout target:
         1. Image FULL viewport width, portrait crop (3/4 ratio, tall)
         2. Content card overlaps image with -200px margin (sits HIGH)
         3. Regler centered under card, touch-sized
         4. Trust bar flush below, 3 cards stacked
       ============================================================ */

    /* Section: FULL viewport, no breakout math — use width:100vw direct */
    html body #hfHero,
    html body section#hfHero,
    html body section#hfHero.hf-hero.hf-breakout{
        position: relative !important;
        display: block !important;
        width: 100vw !important;
        max-width: 100vw !important;
        left: 0 !important;
        right: 0 !important;
        margin-left: calc(50% - 50vw) !important;
        margin-right: calc(50% - 50vw) !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        overflow: visible !important;
        background: #0a1f3a !important;
        padding: 0 !important;
        isolation: auto !important;
    }

    /* Slide: relative, block, full width — beats the absolute legacy rule */
    html body #hfHero .hf-hero__slide,
    html body section#hfHero article.hf-hero__slide{
        position: relative !important;
        inset: auto !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        transition: none !important;
    }
    html body #hfHero .hf-hero__slide:not(.hf-active):not(.is-active){
        display: none !important;
    }

    /* Visual: relative, FULL viewport width, portrait crop 3:4 */
    html body #hfHero .hf-hero__visual,
    html body section#hfHero .hf-hero__slide .hf-hero__visual{
        position: relative !important;
        inset: auto !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        aspect-ratio: 3 / 4 !important;
        min-height: 420px !important;
        max-height: 620px !important;
        height: auto !important;
        display: block !important;
        z-index: 1 !important;
        overflow: hidden !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    html body #hfHero .hf-hero__visual img,
    html body section#hfHero .hf-hero__visual img{
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        max-height: none !important;
        object-fit: cover !important;
        object-position: center center !important;
        display: block !important;
        transform: none !important;
    }

    /* Shell: block under image (NOT absolute, NOT flex) */
    html body #hfHero .hf-hero__shell,
    html body section#hfHero .hf-hero__slide .hf-hero__shell{
        position: relative !important;
        inset: auto !important;
        top: auto !important;
        left: auto !important;
        bottom: auto !important;
        right: auto !important;
        height: auto !important;
        min-height: 0 !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
        align-items: initial !important;
        background: transparent !important;
        pointer-events: auto !important;
    }

    /* Content card: EXTREME overlap (-200px) — card sits HIGH up inside
       the image area, NO navy spacer between image and card. */
    html body #hfHero .hf-hero__content,
    html body section#hfHero .hf-hero__content{
        position: relative !important;
        margin: -200px 12px 0 !important;
        max-width: none !important;
        width: auto !important;
        padding: 24px 22px 26px !important;
        box-sizing: border-box !important;
        border-radius: var(--hf-hero-radius, 22px) !important;
        z-index: 4 !important;
    }
    html body #hfHero .hf-hero__title{
        font-size: clamp(24px, 7vw, 32px) !important;
    }
    html body #hfHero .hf-hero__text{
        font-size: 14px !important;
        line-height: 1.55 !important;
    }
    html body #hfHero .hf-hero__actions{
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        gap: 10px !important;
    }
    html body #hfHero .hf-hero__btn,
    html body #hfHero .hf-btn-primary,
    html body #hfHero .hf-btn-ghost{
        width: 100% !important;
        min-height: 46px !important;
    }

    /* Regler (controls-shell): centered RIGHT below content card, no gap */
    html body #hfHero .hf-hero__controls-shell,
    html body section#hfHero .hf-hero__controls-shell{
        position: relative !important;
        bottom: auto !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 6px 0 0 !important;
        padding: 0 12px 14px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: transparent !important;
        pointer-events: none !important;
    }
    html body #hfHeroNav,
    html body #hfHero .hf-hero__nav{
        margin: 0 auto !important;
        padding: 10px 16px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 14px !important;
        flex-wrap: nowrap !important;
        width: auto !important;
        max-width: calc(100vw - 28px) !important;
        grid-template-columns: none !important;
        pointer-events: auto !important;
    }
    /* FORCE the play / arrows / counter to BE VISIBLE on mobile.
       Multiple legacy rules (lines 6493, 11042, 12017, 13921) explicitly
       hide them with display:none !important — override with ID.
       SIZED UP for better visibility/touch on small screens. */
    html body #hfHeroPlay,
    html body section#hfHero #hfHeroPlay,
    html body #hfHero .hf-hero__play,
    html body #hfHero button.hf-hero__play{
        display: inline-grid !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 42px !important;
        height: 42px !important;
        min-width: 42px !important;
        flex-shrink: 0 !important;
    }
    html body #hfHero .hf-hero__arrow,
    html body section#hfHero .hf-hero__arrow{
        display: inline-grid !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        flex-shrink: 0 !important;
        background: rgba(255,255,255,.08) !important;
        border: 1.5px solid rgba(115,195,126,.45) !important;
        border-radius: 999px !important;
    }
    html body #hfHero .hf-hero__arrow svg,
    html body section#hfHero .hf-hero__arrow svg{
        width: 16px !important;
        height: 16px !important;
        stroke: #ffffff !important;
        stroke-width: 2.2 !important;
    }
    html body #hfHero .hf-hero__arrow:hover,
    html body section#hfHero .hf-hero__arrow:hover{
        background: rgba(115,195,126,.22) !important;
        border-color: rgba(115,195,126,.75) !important;
    }
    html body #hfHero .hf-hero__counter,
    html body section#hfHero .hf-hero__counter{
        display: inline-flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        font-size: 13px !important;
        font-weight: 800 !important;
        letter-spacing: .18em !important;
        color: #ffffff !important;
        -webkit-text-fill-color: #ffffff !important;
        min-width: 56px !important;
        gap: 4px !important;
    }
    html body #hfHeroDots,
    html body #hfHero .hf-hero__dots{
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
        padding: 0 4px !important;
        grid-template-columns: none !important;
    }
    html body #hfHero .hf-hero__dot{
        width: 24px !important;
        height: 5px !important;
        min-width: 24px !important;
        flex: 0 0 auto !important;
        border-radius: 999px !important;
        background: rgba(255,255,255,.30) !important;
        border: 0 !important;
        cursor: pointer !important;
        transition: width .2s ease, background .2s ease !important;
    }
    html body #hfHero .hf-hero__dot:hover{
        background: rgba(255,255,255,.55) !important;
    }
    html body #hfHero .hf-hero__dot.hf-active,
    html body #hfHero .hf-hero__dot.is-active{
        width: 36px !important;
        min-width: 36px !important;
        height: 5px !important;
        background: linear-gradient(90deg,#96d69e 0%,#67b471 100%) !important;
        box-shadow: 0 2px 8px rgba(115,195,126,.45) !important;
    }

    /* === TRUST SECTION HOMEPAGE — IDENTISCH zu Product System (clean) === */
    html body .hf-homepage .hf-heroTrust,
    html body section.hf-heroTrust,
    html body section.hf-heroTrust.hf-breakout{
        position: relative !important;
        left: 0 !important;
        right: 0 !important;
        top: auto !important;
        bottom: auto !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        margin-left: calc(50% - 50vw) !important;
        margin-right: calc(50% - 50vw) !important;
        width: 100vw !important;
        max-width: 100vw !important;
        padding: 14px !important;
        background: #0a1f3a !important;
        background-image: none !important;
        border: 0 !important;
        border-top: 0 !important;
        border-bottom: 0 !important;
        box-shadow: none !important;
        box-sizing: border-box !important;
    }
    html body .hf-homepage .hf-heroTrust .hf-heroTrust__container{
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 auto !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }
    /* GRID: 2 Spalten nebeneinander (NICHT mehr stacked) */
    html body .hf-homepage .hf-heroTrust .hf-heroTrust__grid{
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 10px !important;
        width: 100% !important;
        max-width: 100% !important;
        align-items: stretch !important;
    }
    /* 3. Card (Trusted UK Supplier) WEG auf Mobile */
    html body .hf-homepage .hf-heroTrust .hf-heroTrust__grid > :nth-child(3),
    html body .hf-homepage .hf-heroTrust .hf-heroTrust__card:nth-child(3){
        display: none !important;
    }
    /* CARD: clean horizontal Layout (Logo + Text auf einer Zeile) */
    html body .hf-homepage .hf-heroTrust .hf-heroTrust__card{
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 10px !important;
        min-width: 0 !important;
        max-width: 100% !important;
        width: auto !important;
        padding: 10px 12px !important;
        background: rgba(255,255,255,.04) !important;
        background-image: none !important;
        border: 1px solid rgba(115,195,126,.22) !important;
        border-radius: 14px !important;
        box-shadow: 0 6px 16px rgba(0,0,0,.20) !important;
        color: #fff !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
        grid-template-columns: none !important;
        column-gap: 0 !important;
    }
    /* DIVIDER weg — kein 3-column grid mehr */
    html body .hf-homepage .hf-heroTrust .hf-heroTrust__divider{
        display: none !important;
        width: 0 !important;
    }
    /* LOGO: kompakt + zentriert */
    html body .hf-homepage .hf-heroTrust .hf-heroTrust__mark{
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
        flex: 0 0 36px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: rgba(115,195,126,.12) !important;
        border-radius: 999px !important;
        border: 1px solid rgba(115,195,126,.26) !important;
    }
    html body .hf-homepage .hf-heroTrust .hf-heroTrust__mark svg{
        width: 18px !important;
        height: 18px !important;
        color: #73c37e !important;
    }
    html body .hf-homepage .hf-heroTrust .hf-heroTrust__mark--google svg,
    html body .hf-homepage .hf-heroTrust .hf-heroTrust__mark--shield svg{
        width: 22px !important;
        height: 22px !important;
    }
    /* COPY: ohne forced linebreaks */
    html body .hf-homepage .hf-heroTrust .hf-heroTrust__copy{
        min-width: 0 !important;
        overflow: hidden !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 2px !important;
        flex: 1 1 auto !important;
    }
    html body .hf-homepage .hf-heroTrust .hf-heroTrust__copy strong{
        display: block !important;
        margin: 0 !important;
        color: #ffffff !important;
        -webkit-text-fill-color: #ffffff !important;
        font: 800 13.5px/1.2 'Poppins', sans-serif !important;
        letter-spacing: 0 !important;
        white-space: normal !important;
        word-break: keep-all !important;
        overflow-wrap: normal !important;
    }
    html body .hf-homepage .hf-heroTrust .hf-heroTrust__copy small{
        display: block !important;
        margin: 0 !important;
        color: rgba(255,255,255,.7) !important;
        -webkit-text-fill-color: rgba(255,255,255,.7) !important;
        font: 500 11.5px/1.35 'Poppins', sans-serif !important;
        letter-spacing: 0 !important;
        white-space: normal !important;
        word-break: keep-all !important;
        overflow-wrap: normal !important;
    }
}
/* === Auch ≤480px → bleibt 2 Spalten (Product System Pattern) === */
@media (max-width: 480px){
    html body .hf-homepage .hf-heroTrust .hf-heroTrust__grid{
        grid-template-columns: 1fr 1fr !important;
        gap: 8px !important;
    }
    html body .hf-homepage .hf-heroTrust .hf-heroTrust__card{
        padding: 8px 10px !important;
        gap: 8px !important;
    }
    html body .hf-homepage .hf-heroTrust .hf-heroTrust__mark{
        width: 30px !important;
        height: 30px !important;
        min-width: 30px !important;
        flex: 0 0 30px !important;
    }
    html body .hf-homepage .hf-heroTrust .hf-heroTrust__mark svg{
        width: 16px !important;
        height: 16px !important;
    }
    html body .hf-homepage .hf-heroTrust .hf-heroTrust__copy strong{
        font-size: 12px !important;
    }
    html body .hf-homepage .hf-heroTrust .hf-heroTrust__copy small{
        font-size: 10.5px !important;
    }
}
@media (max-width: 480px){
    html body #hfHero .hf-hero__visual,
    html body section#hfHero .hf-hero__visual{
        aspect-ratio: 2 / 3 !important;
        min-height: 380px !important;
        max-height: 540px !important;
    }
    html body #hfHero .hf-hero__content,
    html body section#hfHero .hf-hero__content{
        margin: -180px 10px 0 !important;
        padding: 22px 20px 24px !important;
    }
}