.wa-pill {
    position: fixed;
    bottom: 29px;
    right: 29px;
    z-index: 9999;

    display: flex;
    align-items: center;

    height: 46px;
    padding: 0 14px;

    border-radius: 999px;
    background: #25D366;
    color: #fff;
    text-decoration: none;

    overflow: hidden;

    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: all 0.3s ease;

    font-family: system-ui, -apple-system, sans-serif;
}

.has-hero-image {
    overflow: hidden;
    background-image: none !important;
}

.page-hero-picture,
.page-hero-picture img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.page-hero-picture img,
.blog-hero-image,
.package-card-image {
    object-fit: cover;
}

.page-hero-picture {
    z-index: 0;
}

.has-hero-image .opacity-light {
    z-index: 1;
}

.has-hero-image .container {
    position: relative;
    z-index: 2;
}

.package-card-image {
    aspect-ratio: 1 / 1;
    height: auto;
}

.blog-hero-image {
    aspect-ratio: 16 / 9;
}

.blog-list-card-image {
    display: block;
    width: 100%;
    height: auto;
}

.home-feature-icon-svg {
    display: flex;
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.home-revolution-hero {
    position: relative;
    z-index: 1;
    min-height: 700px;
    overflow: hidden;
}

.home-hero-poster {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(20px);
    transform: translateY(100px) scale(2);
    transform-origin: center center;
}

.home-revolution-hero .content {
    position: relative;
    z-index: 1;
}

.home-brush-divider-section {
    z-index: 30;
}

.home-brush-divider {
    z-index: 31;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 70px;
}

@media (min-width: 992px) {
    .home-revolution-hero,
    #travel-agency_wrapper,
    #travel-agency-slider {
        min-height: 100vh;
    }
}

@media (max-width: 991px) and (min-width: 800px) and (orientation: landscape) {
    .home-revolution-hero {
        min-height: 500px;
    }
}

.page-title-button-style + .position-relative {
    z-index: 3;
}

.page-title-button-style + .position-relative > .top-minus-70px {
    z-index: 4;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 70px;
}

.wa-pill i {
    font-size: 22px;
    flex-shrink: 0;
    color: #fff;
}

.wa-pill .label {
    max-width: 0;
    opacity: 0;
    margin-left: 0;
    overflow: hidden;
    white-space: nowrap;

    transition:
            max-width 0.3s ease,
            opacity 0.2s ease,
            margin-left 0.3s ease;

    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

/* Desktop Hover */
@media (hover: hover) {
    .wa-pill:hover .label {
        max-width: 200px;
        opacity: 1;
        margin-left: 9px;
        color: #fff;
    }

    .wa-pill:hover {
        color: #fff;
    }
}

/* Mobile: Text immer sichtbar */
@media (max-width: 768px) {
    .wa-pill .label {
        max-width: 200px;
        opacity: 1;
        margin-left: 9px;
        color: #fff;
    }

    .wa-pill {
        bottom: 80px;
        right: 14px;
    }
}
