.wy-hero-section { display: block; width: 100%; }
.wy-hero-section .wp-block-cover { min-height: 92vh; aspect-ratio: unset; }
.wy-hero-section .wp-block-cover__background { background-color: var(--wy-color-forest); }
.wy-hero-section .wp-block-cover__inner-container { padding: 0; }
.wy-hero-section .wp-block-cover.alignfull {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
}
.wy-hero-section .wp-block-cover__inner-container {
    padding: 0;
    height: 100%;
    display: flex;
    align-items: stretch;
}
.wy-hero-inner {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 92vh;
}
/* Pille: etwas höher */
.wy-hero-inner .wy-overline {
    position: absolute;
    top: 12%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
/* H1: etwas höher als Mitte */
.wy-hero-inner h1.wp-block-heading {
    position: absolute;
    top: 44%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: 0;
}
/* Buttons: 3/4 von oben */
.wy-hero-inner .wp-block-buttons {
    position: absolute;
    top: 75%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.wy-hero-section .wy-overline { color: rgba(255,255,255,0.75); }
.wy-hero-section .wy-overline > span {
    display: inline-block;
    padding: 6px 18px;
    border-radius: 999px;
    background: rgba(0,0,0,0.30);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.25);
}
.wy-hero-section h1.wp-block-heading {
    font-size: clamp(2.4rem, 6vw, 4rem);
    line-height: 1.2;
    letter-spacing: 2px;
    color: var(--wy-color-white);
}
.wy-hero-section p.has-text-align-center {
    color: rgba(255,255,255,0.75);
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
}
.wy-hero-section p.has-text-align-center > span {
    display: inline-block;
    padding: 16px 28px;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.15);
}
