        html,
        body {
            width: 100%;
            overflow-x: hidden;
        }

        .material-symbols-outlined {
            font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
        }

        .site-logo {
            filter: brightness(0) saturate(100%) invert(95%) sepia(17%) saturate(196%) hue-rotate(326deg) brightness(101%) contrast(92%);
        }

        :root {
            --cta-orange: #d4833f;
            --cta-orange-hover: #bf6f2d;
            --price-accent: #d4833f;
        }

        a.bg-primary,
        button.bg-primary,
        .language-gate__enter,
        .floating-book-btn,
        .hero-cta-primary {
            background: var(--cta-orange) !important;
            border-color: var(--cta-orange) !important;
            color: #ffffff !important;
        }

        a.bg-primary:hover,
        button.bg-primary:hover,
        .language-gate__enter:hover,
        .floating-book-btn:hover,
        .hero-cta-primary:hover {
            background: var(--cta-orange-hover) !important;
            border-color: var(--cta-orange-hover) !important;
        }

        .text-accent-sale {
            color: var(--price-accent) !important;
        }

        .language-switch-btn {
            box-shadow: 0 10px 22px rgba(45, 40, 35, 0.18);
            background: #2d2823 !important;
            border-color: #d4833f !important;
            color: #f4b076 !important;
        }

        .language-switch-btn:hover {
            background: #3a2f25 !important;
            border-color: #f4b076 !important;
            color: #ffd5a8 !important;
        }

        [data-mobile-menu-toggle] {
            box-shadow: 0 10px 22px rgba(45, 40, 35, 0.16);
            background: #2d2823 !important;
            border-color: #d4833f !important;
            color: #f4b076 !important;
        }

        [data-mobile-menu-toggle]:hover {
            background: #3a2f25 !important;
            border-color: #f4b076 !important;
            color: #ffd5a8 !important;
        }

        .hero-section {
            background-image: url('./../images/source-hero.webp');
            background-size: cover;
            background-position: center;
        }

        #ergebnisse,
        #vorteile,
        #behandlung,
        #video-prozess,
        #aerzte,
        #lizenzen,
        #preise,
        #buchen {
            content-visibility: auto;
            contain-intrinsic-size: 900px;
        }

        #buchen {
            scroll-margin-top: 110px;
        }

        .language-gate {
            position: fixed;
            inset: 0;
            z-index: 120;
            display: grid;
            place-items: center;
            padding: clamp(1rem, 3vw, 2rem);
            opacity: 1;
            visibility: visible;
            transition: opacity 0.35s ease, visibility 0.35s ease;
        }

        .language-gate.is-hidden {
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
        }

        .language-gate__backdrop {
            position: absolute;
            inset: 0;
            background: linear-gradient(145deg, rgba(45, 40, 35, 0.94) 0%, rgba(80, 72, 64, 0.88) 100%);
            backdrop-filter: blur(3px);
        }

        .language-gate__panel {
            position: relative;
            width: min(860px, 100%);
            max-height: min(92dvh, 860px);
            overflow: hidden;
            display: flex;
            flex-direction: column;
            background: rgba(42, 34, 28, 0.96);
            border: 1px solid rgba(117, 96, 79, 0.75);
            border-radius: 1rem;
            box-shadow: 0 26px 54px rgba(15, 12, 10, 0.33);
            padding: clamp(1.2rem, 4vw, 2.2rem);
            transform: translateY(0) scale(1);
            opacity: 1;
            transition: transform 0.35s ease, opacity 0.35s ease;
        }

        .language-gate.is-hidden .language-gate__panel {
            transform: translateY(12px) scale(0.985);
            opacity: 0;
        }

        .language-gate__eyebrow {
            margin: 0 0 0.5rem;
            font-size: 0.74rem;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            color: #d8c8b8;
            font-weight: 700;
        }

        .language-gate__title {
            margin: 0 0 0.45rem;
            font-size: clamp(1.45rem, 3vw, 2.2rem);
            line-height: 1.1;
            color: #f2e8de;
        }

        .language-gate__subtitle {
            margin: 0 0 1.2rem;
            color: #d8c8b8;
            font-size: clamp(0.95rem, 2vw, 1.05rem);
        }

        .language-gate__grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 0.7rem;
            overflow-y: auto;
            padding-right: 0.2rem;
            padding-bottom: 0.35rem;
            min-height: 0;
        }

        .language-option {
            border: 1px solid #6b5849;
            background: #352b23;
            color: #f2e8de;
            min-height: 3rem;
            border-radius: 0.65rem;
            font-weight: 700;
            letter-spacing: 0.02em;
            transition: all 0.25s ease;
        }

        .language-option:hover {
            background: #413429;
            transform: translateY(-1px);
        }

        .language-option.is-selected {
            background: #d4833f;
            color: #ffffff;
            border-color: #d4833f;
            box-shadow: 0 10px 20px rgba(212, 131, 63, 0.24);
        }

        .language-gate__enter {
            margin-top: 1rem;
            width: 100%;
            min-height: 3.2rem;
            border: 0;
            border-radius: 0.7rem;
            background: #2d2823;
            color: #ffffff;
            font-weight: 800;
            letter-spacing: 0.11em;
            text-transform: uppercase;
            transition: opacity 0.25s ease, transform 0.25s ease;
            position: sticky;
            bottom: 0;
            z-index: 3;
        }

        .language-gate__enter:hover {
            opacity: 0.92;
            transform: translateY(-1px);
        }

        .hero-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(49, 42, 36, 0.72) 0%, rgba(49, 42, 36, 0.62) 100%);
        }

        .hero-content-panel {
            background: rgba(40, 32, 26, 0.93);
            border: 1px solid rgba(107, 88, 73, 0.7);
            border-radius: 0.5rem;
            padding: clamp(1.2rem, 3vw, 2.2rem);
            box-shadow: 0 16px 40px rgba(26, 23, 20, 0.16);
        }

        .hero-price-row {
            background: linear-gradient(90deg, rgba(212, 131, 63, 0.16), rgba(212, 131, 63, 0.06));
            border: 1px solid rgba(212, 131, 63, 0.44);
            border-radius: 0.55rem;
            padding-inline: 0.85rem;
        }

        .hero-content-panel .mt-3 p:nth-child(1)::after,
        .hero-content-panel .mt-3 p:nth-child(2)::after {
            content: " 🔥";
        }

        .hero-cta-primary {
            box-shadow: 0 14px 26px rgba(45, 40, 35, 0.26);
            animation: heroCtaPulse 2.2s ease-in-out infinite;
        }

        @keyframes heroCtaPulse {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-2px); }
        }

        .hero-slider .results-slider-header {
            margin-bottom: 0.8rem;
            justify-content: flex-end;
        }

        .hero-slider-track {
            padding-bottom: 0.2rem;
        }

        .clinic-story-section {
            background: linear-gradient(180deg, #342f2a 0%, #2d2823 100%);
        }

        .clinic-story-panel {
            border: 1px solid rgba(212, 131, 63, 0.22);
            background: rgba(0, 0, 0, 0.16);
            padding: clamp(1rem, 2.2vw, 1.5rem);
        }

        .clinic-story-text {
            margin: 0 0 1rem;
            color: #f0e7de;
            font-size: clamp(1rem, 2.5vw, 1.55rem);
            line-height: 1.35;
            max-width: 52rem;
        }

        .clinic-story-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 0.45rem;
        }

        .clinic-story-card {
            margin: 0;
            aspect-ratio: 1 / 1;
            overflow: hidden;
            border: 1px solid rgba(255, 255, 255, 0.08);
            background: rgba(255, 255, 255, 0.02);
        }

        .clinic-story-card img {
            transition: transform 0.35s ease;
        }

        .clinic-story-card:hover img {
            transform: scale(1.035);
        }

        .hero-slide {
            flex: 0 0 clamp(220px, 82vw, 340px);
        }

        .video-process-section {
            background: linear-gradient(180deg, rgba(45, 40, 35, 0.88) 0%, rgba(31, 26, 22, 0.92) 100%);
            border-top: 1px solid rgba(212, 131, 63, 0.18);
            border-bottom: 1px solid rgba(212, 131, 63, 0.18);
        }

        .video-process-slider-header {
            margin-bottom: 1rem;
        }

        .video-process-track {
            display: flex;
            gap: 1.25rem;
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            padding-bottom: 0.4rem;
            scrollbar-width: thin;
        }

        .video-process-slide {
            flex: 0 0 clamp(280px, 30vw, 360px);
            scroll-snap-align: start;
        }

        .video-process-card {
            background: rgba(43, 35, 29, 0.9);
            border: 1px solid rgba(212, 131, 63, 0.26);
            border-radius: 0.75rem;
            overflow: hidden;
            box-shadow: 0 14px 28px rgba(18, 14, 11, 0.25);
        }

        .video-process-media {
            width: 100%;
            aspect-ratio: 9 / 16;
            object-fit: cover;
            background: #1f1a16;
            display: block;
        }

        .video-process-caption {
            padding: 0.95rem 1rem 1.1rem;
        }

        .video-process-caption h3 {
            font-size: 1.05rem;
            font-weight: 700;
            color: #f2e8de;
            margin: 0 0 0.35rem;
        }

        .video-process-caption p {
            margin: 0;
            color: #d8c8b8;
            font-size: 0.95rem;
            line-height: 1.45;
        }

        .hero-slide > div {
            background: rgba(31, 26, 22, 0.58);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .hero-slide > div > img {
            width: 100%;
            height: 100%;
            object-fit: contain !important;
            object-position: center;
            background: rgba(31, 26, 22, 0.18);
        }

        .before-after-slider {
            position: relative;
            overflow: hidden;
            user-select: none;
        }
        .slider-handle {
            position: absolute;
            top: 0;
            bottom: 0;
            width: 2px;
            background: white;
            cursor: ew-resize;
            z-index: 10;
        }
        .slider-handle::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 40px;
            height: 40px;
            border: 2px solid white;
            border-radius: 50%;
            background: rgba(0,0,0,0.1);
            backdrop-filter: blur(4px);
        }

        .results-slider {
            width: 100%;
            overflow: hidden;
        }

        .results-slider-header {
            display: flex;
            justify-content: flex-end;
            gap: 0.75rem;
            margin-bottom: 1rem;
        }

        .results-slider-btn {
            width: 2.75rem;
            height: 2.75rem;
            border: 1px solid #d4833f;
            border-radius: 9999px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: #2d2823;
            color: #f4b076;
            box-shadow: 0 10px 20px rgba(45, 40, 35, 0.16);
            transition: all 0.2s ease;
            flex-shrink: 0;
        }

        .results-slider-btn:hover {
            background: #d4833f;
            color: #1f1a16;
            border-color: #d4833f;
        }

        .results-slider-btn:focus-visible,
        .language-switch-btn:focus-visible,
        [data-mobile-menu-toggle]:focus-visible {
            outline: 2px solid #ffd5a8;
            outline-offset: 2px;
        }

        #vorteile .material-symbols-outlined {
            color: var(--cta-orange) !important;
        }

        .results-slider-track {
            display: flex;
            gap: 1rem;
            overflow-x: auto;
            overscroll-behavior-x: contain;
            scroll-snap-type: x mandatory;
            scroll-behavior: smooth;
            padding-bottom: 0.5rem;
            -webkit-overflow-scrolling: touch;
        }

        .results-slider-track::-webkit-scrollbar {
            height: 8px;
        }

        .results-slider-track::-webkit-scrollbar-thumb {
            background: #c4c7c7;
            border-radius: 9999px;
        }

        .results-slide {
            flex: 0 0 clamp(240px, 84vw, 370px);
            scroll-snap-align: start;
            display: flex;
            flex-direction: column;
            gap: 0.75rem;
        }

        .youtube-reviews-track {
            gap: 1.1rem;
        }

        .yt-review-slide {
            flex: 0 0 clamp(240px, 84vw, 330px);
            gap: 0;
        }

        .yt-review-frame-wrap {
            aspect-ratio: 9 / 16;
            border-radius: 0.75rem;
            overflow: hidden;
            border: 1px solid rgba(212, 131, 63, 0.42);
            background: #221c17;
            box-shadow: 0 20px 36px rgba(0, 0, 0, 0.25);
        }

        .yt-review-frame-wrap iframe {
            width: 100%;
            height: 100%;
            border: 0;
            display: block;
        }

        .mobile-menu-backdrop {
            position: fixed;
            inset: 0;
            top: 5rem;
            background: rgba(26, 28, 27, 0.35);
            backdrop-filter: blur(2px);
            z-index: 45;
        }

        .mobile-menu-panel {
            position: fixed;
            inset: auto 0 0 0;
            top: 5rem;
            z-index: 46;
        }

        .floating-book-btn {
            position: fixed;
            right: 1rem;
            bottom: 1rem;
            z-index: 60;
            border-radius: 0.5rem;
            box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
        }

        .floating-book-btn.is-hidden {
            opacity: 0;
            pointer-events: none;
            transform: translateY(18px);
        }

        .floating-whatsapp-btn {
            position: fixed;
            left: 1rem;
            bottom: 1rem;
            z-index: 62;
            display: inline-flex;
            align-items: center;
            gap: 0.6rem;
            padding: 0.62rem 0.86rem 0.62rem 0.56rem;
            border-radius: 9999px;
            border: 1px solid rgba(255, 186, 120, 0.65);
            background: linear-gradient(135deg, #2d2823 0%, #3b2f25 60%, #d4833f 160%);
            color: #fff4e8;
            box-shadow: 0 12px 28px rgba(212, 131, 63, 0.32), 0 4px 10px rgba(18, 14, 11, 0.26);
            overflow: hidden;
            transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
            animation: waSellPulse 1.8s ease-in-out infinite;
        }

        .floating-whatsapp-btn:hover {
            transform: translateY(-2px) scale(1.02);
            box-shadow: 0 18px 36px rgba(212, 131, 63, 0.42), 0 6px 14px rgba(18, 14, 11, 0.32);
            border-color: rgba(255, 210, 164, 0.92);
        }

        .floating-whatsapp-btn__glow {
            position: absolute;
            inset: -40%;
            background: radial-gradient(circle at 24% 50%, rgba(255, 210, 160, 0.34), transparent 55%);
            pointer-events: none;
            animation: waGlowSweep 2.2s linear infinite;
        }

        .floating-whatsapp-btn__icon {
            position: relative;
            width: 2.15rem;
            height: 2.15rem;
            min-width: 2.15rem;
            border-radius: 9999px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #fff6ec;
            background: linear-gradient(160deg, #d4833f 0%, #bf6f2d 100%);
            box-shadow: 0 0 0 0 rgba(212, 131, 63, 0.62);
            animation: waIconRing 1.8s ease-out infinite;
        }

        .floating-whatsapp-btn__icon svg {
            width: 1.15rem;
            height: 1.15rem;
            display: block;
        }

        .floating-whatsapp-btn__text {
            position: relative;
            display: flex;
            flex-direction: column;
            line-height: 1.03;
        }

        .floating-whatsapp-btn__text strong {
            font-size: 0.86rem;
            letter-spacing: 0.03em;
            text-transform: uppercase;
        }

        .floating-whatsapp-btn__text small {
            font-size: 0.7rem;
            color: #ffd8b0;
            letter-spacing: 0.045em;
            text-transform: uppercase;
        }

        @keyframes waSellPulse {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-2px); }
        }

        @keyframes waGlowSweep {
            0% { transform: translateX(-16%); opacity: 0.7; }
            50% { opacity: 1; }
            100% { transform: translateX(16%); opacity: 0.7; }
        }

        @keyframes waIconRing {
            0% { box-shadow: 0 0 0 0 rgba(212, 131, 63, 0.65); }
            70% { box-shadow: 0 0 0 14px rgba(212, 131, 63, 0); }
            100% { box-shadow: 0 0 0 0 rgba(212, 131, 63, 0); }
        }

        .footer-social-link {
            color: var(--cta-orange) !important;
            border-color: var(--cta-orange) !important;
            background: rgba(212, 131, 63, 0.08);
        }

        .footer-social-link:hover {
            color: #ffffff !important;
            background: var(--cta-orange);
            border-color: var(--cta-orange) !important;
        }

        footer a {
            color: var(--cta-orange);
        }

        footer a:hover {
            color: #f4b076;
        }

        body.mobile-menu-open {
            overflow: hidden;
        }

        @media (min-width: 640px) {
            .results-slide {
                flex-basis: clamp(280px, 48vw, 420px);
            }

            .hero-slide {
                flex-basis: clamp(280px, 46vw, 390px);
            }

            .yt-review-slide {
                flex-basis: clamp(260px, 46vw, 360px);
            }
        }

        @media (min-width: 1024px) {
            .results-slider-track {
                gap: 1.5rem;
            }

            .results-slide {
                flex-basis: clamp(300px, 31vw, 380px);
            }

            .hero-slide {
                flex-basis: clamp(260px, 26vw, 320px);
            }

            .yt-review-slide {
                flex-basis: clamp(260px, 24vw, 320px);
            }

            .floating-book-btn {
                right: 1.5rem;
                bottom: 1.5rem;
            }

            .floating-whatsapp-btn {
                left: 1.5rem;
                bottom: 1.5rem;
            }
        }

        @media (min-width: 768px) {
            .floating-book-btn {
                display: none;
            }
        }

        @media (max-width: 639px) {
            .language-gate {
                padding: 0.75rem 0.75rem calc(0.75rem + env(safe-area-inset-bottom, 0px));
                align-items: flex-start;
            }

            .language-gate__panel {
                max-height: calc(100dvh - env(safe-area-inset-bottom, 0px) - 1.5rem);
                margin-top: max(0.25rem, env(safe-area-inset-top, 0px));
                padding: 0.82rem 0.82rem calc(0.72rem + env(safe-area-inset-bottom, 0px));
            }

            .language-gate__eyebrow {
                margin-bottom: 0.35rem;
                font-size: 0.68rem;
                letter-spacing: 0.12em;
            }

            .language-gate__title {
                font-size: clamp(1.85rem, 7.2vw, 2.25rem);
                margin-bottom: 0.28rem;
                line-height: 1.05;
            }

            .language-gate__subtitle {
                margin-bottom: 0.55rem;
                font-size: 0.9rem;
                line-height: 1.28;
            }

            #ergebnisse {
                padding-top: 3.25rem !important;
                padding-bottom: 4rem !important;
            }

            #ergebnisse .text-center {
                margin-bottom: 2.5rem !important;
            }

            .video-process-track {
                gap: 0.95rem;
            }

            .video-process-slide {
                flex: 0 0 min(100%, 330px);
            }

            .video-process-media {
                aspect-ratio: 4 / 5;
            }

            .language-gate__grid {
                grid-template-columns: 1fr;
                gap: 0.5rem;
                max-height: min(48dvh, 340px);
                padding-bottom: 0.2rem;
            }

            .language-option {
                min-height: 2.55rem;
                border-radius: 0.58rem;
                font-size: 0.92rem;
            }

            .language-gate__enter {
                margin-top: 0.62rem;
                min-height: 2.85rem;
                border-radius: 0.62rem;
                font-size: 0.8rem;
                letter-spacing: 0.09em;
            }

            .hero-section {
                padding-top: 5.7rem;
                padding-bottom: 2.2rem;
            }

            .hero-content-panel {
                padding: 1rem 0.95rem;
                border-radius: 0.9rem;
                background: rgba(40, 32, 26, 0.95);
                position: relative;
            }

            .hero-content-panel h1 {
                font-size: clamp(2.18rem, 12vw, 3.2rem);
                line-height: 1.02;
                letter-spacing: -0.01em;
            }

            .hero-content-panel .font-body-lg {
                font-size: 1rem;
                line-height: 1.42;
                max-width: none;
                margin-right: 0;
            }


            .hero-content-panel .inline-block {
                display: inline-flex;
                width: 100%;
                justify-content: center;
                text-align: center;
                padding: 0.42rem 0.7rem;
                font-size: 0.72rem;
                letter-spacing: 0.09em;
            }

            .hero-price-row {
                gap: 0.65rem;
                padding: 0.72rem 0.78rem;
                flex-wrap: wrap;
            }

            .hero-price-row > span:nth-child(1) {
                font-size: clamp(2.25rem, 10vw, 2.9rem);
                line-height: 0.95;
            }

            .hero-price-row > span:nth-child(2) {
                font-size: 2rem;
            }

            .hero-price-row > span:nth-child(3) {
                font-size: 0.86rem;
                margin-left: auto;
            }

            .clinic-story-text {
                font-size: 1.08rem;
            }

            .hero-slide > div {
                aspect-ratio: auto;
                height: auto;
                background: rgba(31, 28, 25, 0.22);
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 0.35rem;
            }

            .hero-slide > div > img {
                width: 100%;
                height: auto !important;
                max-height: 58vh;
                object-fit: contain !important;
                object-position: center;
            }

            .hero-slide {
                flex-basis: clamp(220px, 76vw, 300px);
            }

            .hero-slider {
                display: none;
            }

            .results-slider-track .results-slide > div:first-child {
                aspect-ratio: auto;
                height: auto;
                background: rgba(31, 28, 25, 0.14);
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 0.35rem;
            }

            .results-slider-track .results-slide > div:first-child > img {
                width: 100%;
                height: auto !important;
                max-height: 52vh;
                object-fit: contain !important;
                object-position: center;
            }

            .hero-content-panel .mt-3 p {
                font-size: 1.03rem;
                line-height: 1.4;
            }

            .hero-content-panel a[href="#buchen"],
            .hero-content-panel a[href="#kontakt"] {
                min-height: 3.05rem;
                padding-inline: 1rem;
                font-size: 0.77rem;
                letter-spacing: 0.08em;
            }

            .pricing-card {
                padding: 1rem 0.95rem 1.15rem !important;
            }

            .pricing-badge {
                top: -0.65rem !important;
                width: calc(100% - 2.4rem);
                text-align: center;
                padding: 0.34rem 0.45rem !important;
                font-size: 0.66rem !important;
                letter-spacing: 0.08em !important;
            }

            .pricing-title {
                font-size: clamp(2.1rem, 11vw, 3rem) !important;
                line-height: 1.04 !important;
                margin-top: 0.8rem;
            }

            .pricing-row {
                justify-content: flex-start !important;
                gap: 0.85rem !important;
                padding-top: 0.45rem !important;
                padding-bottom: 0.4rem !important;
            }

            .pricing-row > span:first-child {
                font-size: clamp(2.7rem, 14.2vw, 3.5rem) !important;
                line-height: 0.9 !important;
                white-space: nowrap;
            }

            .pricing-compare {
                min-width: 0;
            }

            .pricing-compare span:first-child {
                font-size: 2rem !important;
                line-height: 1;
            }

            .pricing-compare span:last-child {
                display: block;
                margin-top: 0.15rem;
                font-size: 0.86rem;
                line-height: 1.2;
            }

            #preise ul {
                padding-top: 1.1rem !important;
                padding-bottom: 1.1rem !important;
                gap: 0.8rem !important;
            }

            #preise ul li {
                align-items: flex-start;
            }

            #preise ul li span:last-child {
                font-size: 1.02rem;
                line-height: 1.36;
            }

            .pricing-cta {
                min-height: 3.2rem;
                font-size: 0.77rem !important;
                letter-spacing: 0.07em !important;
                text-align: center;
            }

            #behandlung .sticky {
                position: static;
                top: auto;
            }

            #behandlung .group {
                gap: 0.75rem;
                align-items: flex-start;
            }

            #behandlung .group > div:first-child {
                font-size: clamp(2rem, 9vw, 2.75rem);
                line-height: 1;
                flex: 0 0 auto;
                min-width: 2.4ch;
            }

            #behandlung .group > div:last-child {
                min-width: 0;
            }

            #behandlung h4 {
                font-size: 1rem;
                line-height: 1.35;
                word-break: normal;
            }

            #behandlung p {
                font-size: 0.95rem;
                line-height: 1.5;
            }
        }

        @media (max-width: 390px) {
            .header-book-btn {
                display: none;
            }

            .floating-book-btn {
                right: 0.6rem;
                bottom: 0.72rem;
                padding: 0.78rem 1rem !important;
                font-size: 0.7rem !important;
                letter-spacing: 0.07em !important;
                border-radius: 0.75rem;
            }

            .floating-whatsapp-btn {
                left: 0.56rem;
                bottom: 0.72rem;
                padding: 0.52rem 0.66rem 0.52rem 0.5rem;
                gap: 0.45rem;
            }

            .floating-whatsapp-btn__icon {
                width: 1.9rem;
                height: 1.9rem;
                min-width: 1.9rem;
            }

            .floating-whatsapp-btn__text strong {
                font-size: 0.77rem;
            }

            .floating-whatsapp-btn__text small {
                font-size: 0.62rem;
            }
        }

        @media (prefers-reduced-motion: reduce) {
            .floating-whatsapp-btn,
            .floating-whatsapp-btn__glow,
            .floating-whatsapp-btn__icon {
                animation: none !important;
            }
        }
