.block-hero {
    margin-bottom: 3rem;
}
.block-hero:has(.key-figures) {
    border-bottom: 2.5rem solid var(--wp--preset--color--color-1);
}

.block-hero .content {
    overflow: hidden;
    padding: 1.5rem 1.5rem 0;
    background: white;
    border-radius: 2rem;
}
@media (min-width: 768px) {
    .block-hero .content {
        padding: 3rem 2rem 0;
        border-radius: 3rem;
    }
}
.block-hero:has(.key-figures) .content {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.block-hero .page-title {
    font-size: var(--wp--preset--font-size--medium-large);
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -9%;
}

.block-hero h1 {
    margin-bottom: 0.25em;
    font-size: var(--wp--preset--font-size--xx-large);
    line-height: 0.9;
}

.block-hero h1 span {
    display: inline-block;
    padding: 0 1rem 1rem 0;
    background: linear-gradient(90deg, #FFE7B9 0%, #FCB936 32.69%, #FBAE17 100%);
    background-clip: text;
    -webkit-background-clip: text;
    font-weight: bold;
    -webkit-text-fill-color: transparent;
}

.block-hero .tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    margin-bottom: 1.5em;
    padding: 0;
    gap: 0.75rem 1rem;
}
@media (min-width: 1400px) {
    .block-hero .tags {
        gap: 1rem 1.5rem;
    }
}
@media (min-width: 1640px) {
    .block-hero .tags {
        gap: 1.5rem 2rem;
    }
}
.block-hero:has(.key-figures) .tags {
    max-width: 900px;
}

.block-hero .tags .tag {
    padding: 0.15em 0.6em;
    border: 1px solid var(--wp--preset--color--color-1);
    border-radius: 5rem;
    color: var(--wp--preset--color--color-1);
    font-size: clamp(1.25rem, 0.8131rem + 1.2136vw, 1.875rem);
    font-weight: 800;
}

.block-hero .description {
    margin-bottom: 2rem;
    font-size: var(--wp--preset--font-size--medium-large);
    line-height: 1.2;
    letter-spacing: -9%;
}

.block-hero .key-figures {
    padding: 2rem 2rem 0;
    background-color: var(--wp--preset--color--color-1);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    border-radius: 3rem 3rem 0 0;
    color: white;
    font-weight: bold;
}
@media (min-width: 1400px) {
    .block-hero .key-figures {
        margin-right: 1.5rem;
    }
}
@media (min-width: 1600px) {
    .block-hero .key-figures {
        margin-right: 2.5rem;
    }
}

.block-hero .key-figures .value {
    margin-top: 0.75rem;
    font-size: clamp(3rem, 2.3883rem + 1.699vw, 3.875rem);
    line-height: 1;
    letter-spacing: -9%;
}
.block-hero .key-figures .label {
    font-size: clamp(1.5rem, 1.2379rem + .7282vw, 1.875rem);
}