.palux-hs {
    --palux-primary: #E30613;
    --palux-hover: #B9040F;
    --palux-button-text: #fff;
    --palux-bubble-bg: #fff;
    --palux-bubble-text: #242424;
    --palux-border: #E30613;
    --palux-modal-bg: #fff;
    --palux-input-border: #b6bbc3;
    --palux-search-button: #E30613;
    --palux-card-bg: #fff;
    --palux-link: #E30613;
    --palux-edge: 18px;
    --palux-vertical: 55%;
    --palux-button-width: 58px;
    --palux-button-height: 58px;
    --palux-button-rendered-width: 58px;
    --palux-edge-peek: 16px;
    --palux-font-size: 16px;
    --palux-font-weight: 600;
    --palux-padding: 14px;
    --palux-border-width: 0;
    --palux-radius: 999px;
    --palux-shadow: 0 10px 30px rgba(0, 0, 0, .22);
    --palux-z: 99990;
    color: #1f2328;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.5;
}

.palux-hs *,
.palux-hs *::before,
.palux-hs *::after {
    box-sizing: border-box;
}

/*
 * Floating/modal shortcodes must not create a visible box in the page flow.
 * Some themes apply backgrounds, padding or a minimum height to shortcode
 * containers. The launcher and dialog are fixed-position elements, so the
 * shortcode root can safely be reduced to a zero-sized, transparent anchor.
 */
.palux-hs--flowless {
    display: contents !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.palux-hs-shortcode-host--flowless {
    display: block !important;
    width: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
    font-size: 0 !important;
    line-height: 0 !important;
}

/* Sofortige Neutralisierung in Browsern mit :has()-Unterstützung. */
@supports selector(:has(*)) {
    .wp-block-shortcode:has(.palux-hs--flowless),
    .elementor-widget-shortcode:has(.palux-hs--flowless),
    .elementor-widget-shortcode .elementor-widget-container:has(.palux-hs--flowless),
    .wpb_content_element:has(.palux-hs--flowless),
    .wpb_wrapper:has(> .palux-hs--flowless),
    .et_pb_code:has(.palux-hs--flowless),
    .et_pb_code_inner:has(> .palux-hs--flowless),
    .fl-module:has(.palux-hs--flowless),
    .fl-module-content:has(> .palux-hs--flowless) {
    display: block !important;
    width: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
    font-size: 0 !important;
    line-height: 0 !important;
    }
}

.palux-hs-shortcode-host--flowless::before,
.palux-hs-shortcode-host--flowless::after {
    display: none !important;
    content: none !important;
}

.palux-hs [hidden] {
    display: none !important;
}

.palux-hs__edge-hitbox {
    position: fixed;
    top: var(--palux-vertical);
    z-index: calc(var(--palux-z) - 1);
    width: calc(var(--palux-edge) + max(var(--palux-edge-peek), 28px));
    height: calc(max(var(--palux-button-height), 48px) + 24px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50%);
}

.palux-hs--visible.palux-hs--edge-rested .palux-hs__edge-hitbox {
    pointer-events: auto;
}

.palux-hs--left .palux-hs__edge-hitbox {
    left: 0;
}

.palux-hs--right .palux-hs__edge-hitbox {
    right: 0;
}

.palux-hs__launcher {
    position: fixed;
    top: var(--palux-vertical);
    z-index: var(--palux-z);
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: min(440px, calc(100vw - 24px));
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50%) scale(.96);
    transition: opacity .32s ease, transform .46s cubic-bezier(.2, .82, .2, 1), gap .35s ease;
}

.palux-hs--visible .palux-hs__launcher {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(-50%) scale(1);
}

.palux-hs--left .palux-hs__launcher {
    left: var(--palux-edge);
    flex-direction: row-reverse;
}

.palux-hs--right .palux-hs__launcher {
    right: var(--palux-edge);
}

.palux-hs--edge-collapsed .palux-hs__launcher {
    gap: 0;
    animation: none !important;
}

.palux-hs--edge-collapsed.palux-hs--left .palux-hs__launcher {
    transform: translateY(-50%) translateX(calc(-1 * (var(--palux-edge) + var(--palux-button-rendered-width) - var(--palux-edge-peek)))) scale(.96);
}

.palux-hs--edge-collapsed.palux-hs--right .palux-hs__launcher {
    transform: translateY(-50%) translateX(calc(var(--palux-edge) + var(--palux-button-rendered-width) - var(--palux-edge-peek))) scale(.96);
}

.palux-hs--edge-collapsed .palux-hs__bubble {
    max-width: 0;
    padding-left: 0;
    padding-right: 0;
    border-width: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: scale(.85);
}

.palux-hs--edge-collapsed .palux-hs__button {
    box-shadow: 0 6px 18px color-mix(in srgb, var(--palux-primary) 26%, transparent);
}

.palux-hs__button,
.palux-hs__bubble,
.palux-hs__submit,
.palux-hs__close {
    font: inherit;
}

.palux-hs__button {
    position: relative;
    isolation: isolate;
    width: var(--palux-button-width);
    height: var(--palux-button-height);
    min-width: 48px;
    min-height: 48px;
    overflow: hidden;
    border: var(--palux-border-width) solid var(--palux-border);
    border-radius: var(--palux-radius);
    padding: var(--palux-padding);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, color-mix(in srgb, var(--palux-primary) 82%, #fff), var(--palux-primary));
    color: var(--palux-button-text);
    font-size: var(--palux-font-size);
    font-weight: var(--palux-font-weight);
    box-shadow: var(--palux-shadow), inset 0 1px 0 rgba(255, 255, 255, .25);
    cursor: pointer;
    transition: transform .25s cubic-bezier(.2, .8, .2, 1), background-color .25s ease, box-shadow .25s ease;
}

.palux-hs__button::before {
    content: "";
    position: absolute;
    inset: -70% auto -70% -55%;
    z-index: -1;
    width: 42%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .55), transparent);
    transform: rotate(18deg) translateX(-160%);
    transition: transform .65s ease;
}

.palux-hs__button:hover {
    background: linear-gradient(135deg, color-mix(in srgb, var(--palux-hover) 78%, #fff), var(--palux-hover));
    box-shadow: 0 16px 34px color-mix(in srgb, var(--palux-primary) 32%, transparent), inset 0 1px 0 rgba(255, 255, 255, .25);
    transform: translateY(-3px) scale(1.025);
}

.palux-hs__button:hover::before {
    transform: rotate(18deg) translateX(430%);
}

.palux-hs__button:active {
    transform: translateY(0) scale(.97);
}

.palux-hs__button-glow {
    position: absolute;
    inset: -8px;
    z-index: -2;
    border: 2px solid color-mix(in srgb, var(--palux-primary) 48%, transparent);
    border-radius: inherit;
    opacity: 0;
    animation: paluxHsGlow 2.8s ease-out infinite;
}

.palux-hs__button:focus-visible,
.palux-hs__bubble:focus-visible,
.palux-hs__submit:focus-visible,
.palux-hs__close:focus-visible,
.palux-hs__contact-link:focus-visible,
.palux-hs input:focus-visible {
    outline: 3px solid #1d5fd1;
    outline-offset: 3px;
}

.palux-hs__icon {
    display: inline-flex;
    width: 27px;
    height: 27px;
    transition: transform .28s ease;
}

.palux-hs__button:hover .palux-hs__icon {
    transform: translateY(-1px) scale(1.08);
}

.palux-hs__icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.palux-hs__button-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.palux-hs--show-button-label .palux-hs__button-label {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.palux-hs--show-button-label .palux-hs__button {
    width: max(var(--palux-button-width), 130px);
    border-radius: min(var(--palux-radius), 18px);
}

.palux-hs__bubble {
    position: relative;
    max-width: 290px;
    border: 1px solid color-mix(in srgb, var(--palux-border) 30%, #d8dbe0);
    border-radius: 16px;
    padding: 13px 17px;
    background: color-mix(in srgb, var(--palux-bubble-bg) 94%, transparent);
    color: var(--palux-bubble-text);
    box-shadow: 0 14px 40px rgba(18, 24, 32, .17);
    font-weight: 650;
    text-align: left;
    cursor: pointer;
    backdrop-filter: blur(10px);
    transition: max-width .38s ease, padding .38s ease, border-width .28s ease, opacity .25s ease, visibility .25s ease, transform .3s ease, box-shadow .25s ease, border-color .25s ease;
    animation: paluxHsBubbleFloat 4s ease-in-out infinite;
}

.palux-hs__bubble:hover {
    border-color: color-mix(in srgb, var(--palux-primary) 65%, #fff);
    box-shadow: 0 18px 45px rgba(18, 24, 32, .23);
    transform: translateY(-3px);
}

.palux-hs--left .palux-hs__bubble::after,
.palux-hs--right .palux-hs__bubble::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 13px;
    height: 13px;
    background: var(--palux-bubble-bg);
    transform: translateY(-50%) rotate(45deg);
}

.palux-hs--left .palux-hs__bubble::after {
    left: -7px;
    border-left: 1px solid color-mix(in srgb, var(--palux-border) 30%, #d8dbe0);
    border-bottom: 1px solid color-mix(in srgb, var(--palux-border) 30%, #d8dbe0);
}

.palux-hs--right .palux-hs__bubble::after {
    right: -7px;
    border-right: 1px solid color-mix(in srgb, var(--palux-border) 30%, #d8dbe0);
    border-top: 1px solid color-mix(in srgb, var(--palux-border) 30%, #d8dbe0);
}

.palux-hs__dialog {
    position: fixed;
    inset: 0;
    z-index: calc(var(--palux-z) + 1);
    display: grid;
    place-items: center;
    padding: 24px;
}

.palux-hs__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(17, 21, 27, .72);
    opacity: 0;
    backdrop-filter: blur(0);
    transition: opacity .24s ease, backdrop-filter .32s ease;
}

.palux-hs--open .palux-hs__backdrop {
    opacity: 1;
    backdrop-filter: blur(7px);
}

.palux-hs__panel {
    position: relative;
    width: min(780px, 100%);
    max-height: min(90vh, 900px);
    overflow: auto;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 24px;
    padding: clamp(28px, 4vw, 46px);
    background: var(--palux-modal-bg);
    box-shadow: 0 30px 100px rgba(0, 0, 0, .42);
    opacity: 0;
    transform: translateY(24px) scale(.965);
    transition: opacity .26s ease, transform .34s cubic-bezier(.18, .88, .26, 1.12);
}

.palux-hs--open .palux-hs__panel {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.palux-hs__panel::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    border-radius: 24px 24px 0 0;
    background: linear-gradient(90deg, var(--palux-primary), color-mix(in srgb, var(--palux-primary) 45%, #ff8a92));
}

.palux-hs__close {
    position: absolute;
    right: 16px;
    top: 14px;
    min-height: 38px;
    border: 1px solid color-mix(in srgb, var(--palux-primary) 28%, #d7dbe0);
    border-radius: 999px;
    padding: 8px 14px;
    background: #f5f6f7;
    color: #242424;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.palux-hs__close:hover {
    border-color: var(--palux-primary);
    background: var(--palux-primary);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 7px 18px color-mix(in srgb, var(--palux-primary) 22%, transparent);
}

.palux-hs__close:active {
    transform: translateY(0);
}

.palux-hs__eyebrow {
    margin: 0 150px 8px 0;
    color: var(--palux-primary);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.palux-hs__title {
    margin: 0 150px 10px 0;
    font-size: clamp(26px, 4vw, 38px);
    line-height: 1.14;
    letter-spacing: -.025em;
}

.palux-hs__description {
    max-width: 650px;
    margin: 0 0 24px;
    color: #59616b;
}

.palux-hs__fields {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) auto;
    gap: 11px;
    align-items: stretch;
}

.palux-hs__field {
    display: block;
}

.palux-hs input {
    width: 100%;
    height: 52px;
    border: 1px solid var(--palux-input-border);
    border-radius: 12px;
    background: #fff;
    color: #1f2328;
    padding: 0 16px;
    font: inherit;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.palux-hs input:hover {
    border-color: color-mix(in srgb, var(--palux-primary) 45%, var(--palux-input-border));
}

.palux-hs input:focus {
    border-color: var(--palux-primary);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--palux-primary) 13%, transparent);
    transform: translateY(-1px);
}

.palux-hs__submit {
    position: relative;
    min-width: 150px;
    min-height: 52px;
    overflow: hidden;
    border: 0;
    border-radius: 12px;
    padding: 0 24px;
    background: linear-gradient(135deg, color-mix(in srgb, var(--palux-search-button) 80%, #fff), var(--palux-search-button));
    color: #fff;
    font-weight: 750;
    cursor: pointer;
    box-shadow: 0 9px 22px color-mix(in srgb, var(--palux-search-button) 24%, transparent);
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.palux-hs__submit:hover {
    filter: brightness(.92);
    box-shadow: 0 13px 28px color-mix(in srgb, var(--palux-search-button) 34%, transparent);
    transform: translateY(-2px);
}

.palux-hs__submit:active {
    transform: translateY(0) scale(.98);
}

.palux-hs__submit:disabled {
    opacity: .75;
    cursor: wait;
}

.palux-hs__submit--loading span {
    opacity: .35;
}

.palux-hs__submit--loading::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 19px;
    height: 19px;
    margin: -10px 0 0 -10px;
    border: 2px solid rgba(255, 255, 255, .42);
    border-top-color: #fff;
    border-radius: 50%;
    animation: paluxHsSpin .7s linear infinite;
}

.palux-hs__status {
    min-height: 25px;
    margin: 11px 0 0;
    font-weight: 650;
}

.palux-hs__status--error {
    color: #b42318;
}

.palux-hs__results {
    display: grid;
    gap: 15px;
    margin-top: 20px;
}

.palux-hs__map {
    position: relative;
    min-height: 220px;
    overflow: hidden;
    border: 1px solid #d8dce2;
    border-radius: 16px;
    background: linear-gradient(135deg, #f3f5f7, #e4e8ec);
}

.palux-hs__map::before,
.palux-hs__map::after {
    content: "";
    position: absolute;
    inset: 20% -10%;
    border: 1px solid rgba(70, 90, 110, .18);
    border-radius: 50%;
    transform: rotate(-12deg);
}

.palux-hs__map::after {
    inset: -20% 25%;
    transform: rotate(28deg);
}

.palux-hs__map-marker {
    position: absolute;
    z-index: 1;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    display: grid;
    place-items: center;
    background: var(--palux-primary);
    color: #fff;
    font-weight: 800;
    box-shadow: 0 5px 14px rgba(0, 0, 0, .28);
}

.palux-hs__card {
    position: relative;
    overflow: hidden;
    border: 1px solid #e0e3e7;
    border-radius: 17px;
    padding: 20px;
    background: var(--palux-card-bg);
    box-shadow: 0 5px 18px rgba(21, 28, 38, .07);
    opacity: 1;
    transform: translateY(0);
    animation: paluxHsCardIn .42s cubic-bezier(.2, .8, .2, 1);
    animation-delay: calc(var(--palux-card-index, 0) * 70ms);
    transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.palux-hs__card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: linear-gradient(180deg, var(--palux-primary), color-mix(in srgb, var(--palux-primary) 35%, #fff));
}

.palux-hs__card:hover {
    border-color: color-mix(in srgb, var(--palux-primary) 25%, #e0e3e7);
    box-shadow: 0 13px 34px rgba(21, 28, 38, .12);
    transform: translateY(-2px);
}

.palux-hs__card-layout {
    min-width: 0;
}

.palux-hs__card-layout--with-image {
    display: grid;
    grid-template-columns: clamp(92px, 24vw, 132px) minmax(0, 1fr);
    gap: clamp(15px, 3vw, 22px);
    align-items: center;
}

.palux-hs__sales-manager-media {
    align-self: stretch;
    min-height: 145px;
    overflow: hidden;
    border-radius: 13px;
    background: #f2f3f5;
}

.palux-hs__sales-manager-image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 145px;
    object-fit: cover;
    object-position: center top;
}

.palux-hs__sales-manager-content {
    min-width: 0;
}

.palux-hs__sales-manager-name {
    margin: 0 0 8px;
    font-size: 21px;
    line-height: 1.25;
}

.palux-hs__detail,
.palux-hs__address,
.palux-hs__job-title {
    margin: 3px 0;
}

.palux-hs__job-title {
    color: #4d5660;
    font-weight: 650;
}


.palux-hs__contact-list {
    display: grid;
    gap: 7px;
    margin-top: 14px;
    padding-top: 13px;
    border-top: 1px solid #eceef1;
}

.palux-hs__contact-row {
    display: grid;
    grid-template-columns: minmax(82px, auto) minmax(0, 1fr);
    gap: 9px;
    margin: 0;
}

.palux-hs__contact-label {
    color: #59616b;
    font-weight: 700;
}

.palux-hs__contact-link {
    min-width: 0;
    overflow-wrap: anywhere;
    color: var(--palux-link);
    font-weight: 650;
    text-decoration: underline;
    text-decoration-color: color-mix(in srgb, var(--palux-link) 35%, transparent);
    text-underline-offset: 3px;
    transition: color .2s ease, text-decoration-color .2s ease;
}

.palux-hs__contact-link:hover {
    color: color-mix(in srgb, var(--palux-link) 75%, #000);
    text-decoration-color: currentColor;
}


.palux-hs__privacy {
    margin: 20px 0 0;
    color: #666;
    font-size: 13px;
}

.palux-hs--display-panel .palux-hs__dialog {
    place-items: stretch end;
    padding: 0;
}

.palux-hs--display-panel.palux-hs--left .palux-hs__dialog {
    place-items: stretch start;
}

.palux-hs--display-panel .palux-hs__panel {
    height: 100%;
    max-height: none;
    width: min(540px, 100%);
    border-radius: 0;
    padding-top: 58px;
    transform: translateX(34px);
}

.palux-hs--display-panel.palux-hs--left .palux-hs__panel {
    transform: translateX(-34px);
}

.palux-hs--display-panel.palux-hs--open .palux-hs__panel {
    transform: translateX(0);
}

.palux-hs--display-inline {
    position: relative;
    display: block;
}

.palux-hs--display-inline .palux-hs__dialog {
    position: relative;
    inset: auto;
    display: block;
    padding: 0;
    z-index: auto;
}

.palux-hs--display-inline .palux-hs__backdrop {
    display: none;
}

.palux-hs--display-inline .palux-hs__panel {
    width: 100%;
    max-height: none;
    border: 1px solid #e0e3e7;
    box-shadow: 0 14px 45px rgba(21, 28, 38, .1);
    opacity: 1;
    transform: none;
}

.palux-hs-lock {
    overflow: hidden;
}

.palux-hs--animation-fade.palux-hs--visible .palux-hs__launcher {
    animation: paluxHsFade .4s ease both;
}

.palux-hs--animation-slide.palux-hs--left.palux-hs--visible .palux-hs__launcher {
    animation: paluxHsSlideLeft .52s cubic-bezier(.18, .9, .24, 1.16) both;
}

.palux-hs--animation-slide.palux-hs--right.palux-hs--visible .palux-hs__launcher {
    animation: paluxHsSlideRight .52s cubic-bezier(.18, .9, .24, 1.16) both;
}

.palux-hs--animation-pulse.palux-hs--visible .palux-hs__button {
    animation: paluxHsPulse 1.9s ease-in-out 2;
}

.palux-hs--no-animation *,
.palux-hs--no-animation *::before,
.palux-hs--no-animation *::after {
    animation: none !important;
    transition: none !important;
}

@keyframes paluxHsFade {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes paluxHsSlideLeft {
    from { opacity: 0; transform: translateY(-50%) translateX(-38px) scale(.94); }
    to { opacity: 1; transform: translateY(-50%) translateX(0) scale(1); }
}

@keyframes paluxHsSlideRight {
    from { opacity: 0; transform: translateY(-50%) translateX(38px) scale(.94); }
    to { opacity: 1; transform: translateY(-50%) translateX(0) scale(1); }
}

@keyframes paluxHsPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.08); }
}

@keyframes paluxHsGlow {
    0%, 45% { opacity: 0; transform: scale(.88); }
    60% { opacity: .75; }
    100% { opacity: 0; transform: scale(1.25); }
}

@keyframes paluxHsBubbleFloat {
    0%, 100% { translate: 0 0; }
    50% { translate: 0 -3px; }
}

@keyframes paluxHsSpin {
    to { transform: rotate(360deg); }
}

@keyframes paluxHsCardIn {
    from { opacity: 0; transform: translateY(14px); }
    to { opacity: 1; transform: translateY(0); }
}

.screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

@media (min-width: 783px) and (max-width: 1024px) {
    .palux-hs--hide-tablet { display: none !important; }
}

@media (min-width: 1025px) {
    .palux-hs--hide-desktop { display: none !important; }
}

@media (hover: none), (pointer: coarse) {
    .palux-hs__edge-hitbox {
        display: none !important;
    }
}

@media (max-width: 782px) {
    .palux-hs__edge-hitbox {
        display: none !important;
    }

    .palux-hs--mobile-left .palux-hs__launcher { right: auto !important; left: 12px !important; }
    .palux-hs--mobile-right .palux-hs__launcher { left: auto !important; right: 12px !important; }
    .palux-hs--mobile-bottom .palux-hs__launcher { left: 12px !important; right: 12px !important; }
    .palux-hs--hide-mobile { display: none !important; }

    .palux-hs__launcher {
        top: auto;
        bottom: max(16px, env(safe-area-inset-bottom));
        left: 12px !important;
        right: 12px !important;
        max-width: none;
        justify-content: flex-start;
        align-items: flex-end;
        transform: translateY(18px) scale(.96);
    }

    .palux-hs--visible .palux-hs__launcher {
        transform: translateY(0) scale(1);
    }

    .palux-hs--right .palux-hs__launcher { justify-content: flex-end; }

    .palux-hs--edge-collapsed.palux-hs--mobile-left .palux-hs__launcher {
        transform: translateY(0) translateX(calc(-1 * (12px + var(--palux-button-rendered-width) - var(--palux-edge-peek)))) scale(.96);
    }

    .palux-hs--edge-collapsed.palux-hs--mobile-right .palux-hs__launcher {
        transform: translateY(0) translateX(calc(12px + var(--palux-button-rendered-width) - var(--palux-edge-peek))) scale(.96);
    }

    .palux-hs--edge-collapsed.palux-hs--mobile-bottom .palux-hs__launcher {
        transform: translateY(calc(max(16px, env(safe-area-inset-bottom)) + var(--palux-button-height) - var(--palux-edge-peek))) scale(.96);
    }

    .palux-hs__bubble { max-width: min(270px, calc(100vw - 92px)); font-size: 14px; }
    .palux-hs__dialog { padding: 0; place-items: stretch; }

    .palux-hs__close {
        right: 12px;
        top: 11px;
        min-height: 36px;
        padding: 7px 12px;
        font-size: 13px;
    }

    .palux-hs__eyebrow,
    .palux-hs__title {
        margin-right: 0;
        padding-right: 0;
    }

    .palux-hs__eyebrow {
        margin-top: 28px;
    }

    .palux-hs__panel {
        width: 100%;
        height: 100%;
        max-height: none;
        border-radius: 0;
        padding: 58px 18px 26px;
        transform: translateY(32px);
    }

    .palux-hs__panel::before { border-radius: 0; }
    .palux-hs--open .palux-hs__panel { transform: translateY(0); }
    .palux-hs__fields { grid-template-columns: 1fr; }
    .palux-hs__submit { width: 100%; min-height: 54px; }
    .palux-hs input { height: 54px; }
    .palux-hs__contact-row { grid-template-columns: 1fr; gap: 1px; }

    .palux-hs--display-inline .palux-hs__panel {
        height: auto;
        border-radius: 16px;
        padding: 25px 17px;
    }

    .palux-hs--display-inline .palux-hs__title { font-size: 27px; }

    .palux-hs--animation-slide.palux-hs--left.palux-hs--visible .palux-hs__launcher,
    .palux-hs--animation-slide.palux-hs--right.palux-hs--visible .palux-hs__launcher {
        animation: paluxHsMobileIn .45s cubic-bezier(.18, .9, .24, 1.12) both;
    }
}

@keyframes paluxHsMobileIn {
    from { opacity: 0; transform: translateY(28px) scale(.94); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (prefers-reduced-motion: reduce) {
    .palux-hs *,
    .palux-hs *::before,
    .palux-hs *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important;
    }
}
