/* FixlyClean Buchungsseite – ausgelagerte Styles, Version 3.0 */

/* Abschnitt 1 */
        .bg-primary-gradient{
            background: linear-gradient(135deg, #005bb2 0%, #2e74cf 100%);
        }

        body{
            background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
            background-attachment: fixed;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .fc-hidden{
            display:none !important;
        }

        .emoji-badge{
            font-size:1.15rem;
            line-height:1;
            display:inline-flex;
            align-items:center;
            justify-content:center;
        }

        .booking-brand{
            display:flex;
            align-items:center;
            gap:12px;
            text-decoration:none;
            min-width:240px;
        }

        .booking-brand-logo{
            width:42px;
            height:42px;
            object-fit:contain;
            display:block;
            flex-shrink:0;
            filter: drop-shadow(0 8px 18px rgba(0, 91, 178, 0.16));
        }

        .booking-brand-copy{
            display:flex;
            flex-direction:column;
            justify-content:center;
            min-width:0;
        }

        .booking-brand-wordmark{
            position:relative;
            display:inline-flex;
            align-items:flex-end;
            line-height:1;
            font-family:"Plus Jakarta Sans", sans-serif;
            font-size:30px;
            font-weight:900;
            letter-spacing:-0.055em;
            text-rendering:geometricPrecision;
        }

        .booking-brand-fix{
            background: linear-gradient(180deg, #2369cf 0%, #1b5dbd 58%, #5d8fda 100%);
            -webkit-background-clip:text;
            -webkit-text-fill-color:transparent;
            background-clip:text;
            color:transparent;
        }

        .booking-brand-clean{
            background: linear-gradient(180deg, #ffb14c 0%, #ff9630 56%, #ffc778 100%);
            -webkit-background-clip:text;
            -webkit-text-fill-color:transparent;
            background-clip:text;
            color:transparent;
            margin-left:1px;
        }

        .booking-brand-wordmark::after{
            content:"";
            position:absolute;
            left:0;
            right:0;
            bottom:-2px;
            height:8px;
            background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.22) 100%);
            pointer-events:none;
            mix-blend-mode:screen;
        }

        .booking-brand-dot{
            display:none;
        }

        .booking-brand-sub{
            margin-top:2px;
            font-size:11px;
            line-height:1.2;
            font-weight:600;
            color:#64748b;
            letter-spacing:-0.01em;
            white-space:nowrap;
        }

        .fc-wordbreak{
            word-break: normal;
            overflow-wrap: break-word;
            hyphens: auto;
            -webkit-hyphens: auto;
            -ms-hyphens: auto;
        }

        .service-card,
        .addon-card{
            position: relative;
            overflow: hidden;
        }

        .service-card-info,
        .addon-card-info{
            position:absolute;
            top:10px;
            right:10px;
            z-index:4;
            width:28px;
            height:28px;
            display:inline-flex;
            align-items:center;
            justify-content:center;
            background:transparent;
            border:none;
            border-radius:0;
            box-shadow:none;
            transition:.18s ease;
        }

        .service-card-info:hover,
        .addon-card-info:hover{
            transform:translateY(-1px);
            box-shadow:none;
        }

        .service-card-info img,
        .addon-card-info img{
            width:18px;
            height:18px;
            object-fit:contain;
            display:block;
        }

        .service-card-bg,
        .addon-card-bg{
            position:absolute;
            left:50%;
            top:50%;
            transform:translate(-50%, -50%);
            width:112px;
            height:112px;
            object-fit:contain;
            opacity:.22;
            pointer-events:none;
            z-index:0;
            filter:saturate(1.02);
        }

        .service-card-content,
        .addon-card-content{
            position: relative;
            z-index: 1;
        }

        .service-card-title,
        .addon-card-title{
            font-size: 1rem;
            line-height: 1.08;
            max-width: calc(100% - 24px);
        }

        .service-card-price,
        .addon-card-price{
            font-size: 1.1rem;
            line-height: 1;
        }

        .service-card-chip,
        .addon-card-chip{
            font-size: 9px;
            letter-spacing: .12em;
        }

        .addon-card-controls{
            margin-top: auto;
        }

        #dateGrid .fc-calendar-day{
            position: relative;
        }

        .fc-calendar-discount-badge{
            position: absolute;
            left: 8px;
            right: 8px;
            bottom: 6px;
            min-height: 18px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 2px 6px;
            border-radius: 999px;
            background: linear-gradient(135deg, #16a34a 0%, #059669 100%);
            color: #ffffff;
            font-size: 10px;
            line-height: 1;
            font-weight: 800;
            letter-spacing: 0;
            white-space: nowrap;
            box-shadow: 0 8px 16px rgba(5, 150, 105, 0.20);
            z-index: 2;
        }

        @media (max-width: 900px){
            .booking-brand{
                min-width:auto;
                gap:10px;
            }

            .booking-brand-wordmark{
                font-size:26px;
            }

            .booking-brand-sub{
                display:none;
            }
        }

        @media (max-width: 640px){
            .booking-brand-logo{
                width:34px;
                height:34px;
            }

            .booking-brand-wordmark{
                font-size:21px;
            }

            .service-card-info,
            .addon-card-info{
                top:8px;
                right:8px;
                width:26px;
                height:26px;
            }

            .service-card-info img,
            .addon-card-info img{
                width:16px;
                height:16px;
            }

            .service-card,
            .addon-card{
                min-height:190px;
                padding:12px !important;
                border-radius:20px;
            }

            .service-card-mini-icon,
            .addon-card-mini-icon{
                display:none !important;
            }

            .service-card-copy,
            .addon-card-copy{
                margin-top:18px;
                padding-right:22px;
            }

            .service-card-title,
            .addon-card-title{
                font-size:0.82rem;
                line-height:1.14;
                letter-spacing:-0.01em;
                max-width:100%;
            }

            .service-card-price,
            .addon-card-price{
                font-size:0.95rem;
            }

            .service-card-bg,
            .addon-card-bg{
                width:100px;
                height:100px;
                opacity:.22;
            }

            .service-card-chip,
            .addon-card-chip{
                display:flex !important;
                justify-content:center !important;
                align-items:center !important;
                width:100%;
                margin-top:20px !important;
                margin-left:auto;
                margin-right:auto;
                padding:6px 20px !important;
                font-size:6px !important;
                letter-spacing:.10em;
                text-align:center;
                background:rgba(214,227,255,0.41) !important;
                border:1px solid rgba(255,255,255,0.22);
                backdrop-filter:blur(4px);
                -webkit-backdrop-filter:blur(4px);
            }
        }

        @media (max-width: 767px){
            #serviceGrid,
            #addonGrid{
                grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
                gap: 8px !important;
            }

            #serviceGrid .service-card,
            #addonGrid .addon-card{
                padding: 12px !important;
                border-radius: 22px;
            }

            #serviceGrid .service-card-title,
            #addonGrid .addon-card-title{
                font-size: 14px;
                line-height: 1.08;
                min-height: 46px;
            }

            #serviceGrid .service-card-price,
            #addonGrid .addon-card-price{
                font-size: 18px;
                line-height: 1;
            }

            #serviceGrid .service-card-chip,
            #addonGrid .addon-card-chip{
                font-size: 9px;
                padding: 6px 10px;
                max-width: 100%;
            }

            #addonGrid .addon-card-controls{
                gap: 8px;
            }

            #addonGrid .addon-card-controls button{
                width: 36px;
                height: 36px;
                flex-shrink: 0;
            }

            #addonGrid .addon-card-controls div{
                min-width: 18px;
                font-size: 16px;
            }

            #calendarMonthLabel{
                font-size: 34px !important;
                line-height: 1.08 !important;
                text-align: center;
            }

            #mobileDateGrid{
                display:grid;
                grid-template-columns:repeat(7, minmax(0, 1fr));
                gap:6px;
            }

            .fc-mobile-calendar-day{
                position: relative;
                height: 48px;
                border-radius: 8px;
                border: 1px solid transparent;
                background: rgba(255,255,255,0.96);
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 6px 4px 24px;
                overflow: hidden;
                transition: .18s ease;
            }

            .fc-mobile-calendar-day.fc-mobile-disabled{
                background: rgba(241,245,249,0.68);
                color: #cbd5e1;
                opacity: .55;
                cursor: not-allowed;
            }

            .fc-mobile-calendar-day.fc-mobile-active{
                border-color: #005bb2;
                background: linear-gradient(180deg, #eaf3ff 0%, #dcecff 100%);
                box-shadow: 0 0 0 2px rgba(0,91,178,.08);
            }

            .fc-mobile-calendar-day.fc-mobile-discount{
                background: linear-gradient(180deg, #eefbf4 0%, #def4e7 100%);
                border-color: rgba(22,163,74,.20);
            }

            .fc-mobile-calendar-day.fc-mobile-active.fc-mobile-discount{
                border-color: #005bb2;
                background: linear-gradient(180deg, #e5f2ff 0%, #d6eaff 100%);
            }

            .fc-mobile-calendar-number{
                font-family: "Plus Jakarta Sans", sans-serif;
                font-size: 16px;
                line-height: 1;
                font-weight: 700;
                letter-spacing: -0.02em;
                color: #111827;
            }

            .fc-mobile-calendar-day.fc-mobile-active .fc-mobile-calendar-number{
                color: #005bb2;
            }

            .fc-mobile-discount-badge{
                position: absolute;
                left: 4px;
                right: 4px;
                bottom: 4px;
                min-height: 16px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                border-radius: 999px;
                padding: 2px 4px;
                font-size: 9px;
                line-height: 1;
                font-weight: 800;
                background: #16a34a;
                color: #ffffff;
                box-shadow: 0 8px 16px rgba(22,163,74,.20);
            }

            #mobileCalendarMonthLabel{
                font-size: 30px;
                line-height: 1.05;
            }

            #mobileDateDiscountHint{
                font-size: 13px;
                line-height: 1.2;
            }
        }

        @media (max-width: 1023px){
            main{
                padding-bottom: 13rem !important;
            }
        }

        .fc-hint-toast{
            position:fixed;
            top:88px;
            left:50%;
            transform:translateX(-50%);
            width:min(92vw, 460px);
            z-index:9999;
            pointer-events:none;
        }

        .fc-hint-toast.fc-hidden{
            display:none !important;
        }

        .fc-hint-toast-inner{
            position:relative;
            pointer-events:auto;
            border:1px solid rgba(239, 68, 68, 0.18);
            background:rgba(255, 255, 255, 0.96);
            backdrop-filter:blur(14px);
            -webkit-backdrop-filter:blur(14px);
            border-radius:22px;
            box-shadow:0 18px 40px rgba(15, 23, 42, 0.16);
            padding:16px 48px 16px 18px;
        }

        .fc-hint-toast-title{
            font-family:"Plus Jakarta Sans", sans-serif;
            font-size:13px;
            line-height:1;
            font-weight:800;
            letter-spacing:0.08em;
            text-transform:uppercase;
            color:#dc2626;
            margin-bottom:8px;
        }

        .fc-hint-toast-text{
            font-size:15px;
            line-height:1.45;
            font-weight:600;
            color:#1f2937;
        }

        .fc-hint-toast-close{
            position:absolute;
            top:10px;
            right:10px;
            width:30px;
            height:30px;
            border:none;
            background:#f3f4f6;
            color:#111827;
            border-radius:999px;
            font-size:18px;
            line-height:1;
            cursor:pointer;
        }

        @media (max-width: 767px){
            .fc-hint-toast{
                top: auto;
                bottom: calc(env(safe-area-inset-bottom, 0px) + 118px);
                left: 12px;
                right: 12px;
                width: auto;
                transform: none;
            }

            .fc-hint-toast-inner{
                border-radius: 18px;
                padding: 14px 44px 14px 16px;
            }

            .fc-hint-toast-title{
                font-size: 12px;
            }

            .fc-hint-toast-text{
                font-size: 14px;
                line-height: 1.4;
            }
        }


        :root {
            --fc-blue: #0050b0;
            --fc-blue-2: #1976d2;
            --fc-blue-soft: rgba(0, 80, 176, 0.13);
            --fc-green: #70b300;
            --fc-green-2: #4f9c2f;
            --fc-green-soft: rgba(112, 179, 0, 0.16);
            --fc-text: #111827;
            --fc-muted: #64748b;
            --fc-line: rgba(226, 232, 240, 0.76);
            --fc-shadow: 0 22px 60px rgba(15, 23, 42, 0.10);
            --fc-shadow-soft: 0 14px 34px rgba(15, 23, 42, 0.07);
            --fc-page-bg: url('/pic/Fixlyclean_window.webp');
        }

        html {
            background: #07111f;
            scroll-behavior: smooth;
        }

        body.font-body {
            position: relative;
            isolation: isolate;
            min-height: 100vh;
            overflow-x: hidden;
            background: #07111f !important;
            color: var(--fc-text);
        }

        body.font-body::before {
            content: "";
            position: fixed;
            inset: -40px;
            z-index: 0;
            background-image: var(--fc-page-bg);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            filter: brightness(1.3) blur(8px);
            transform: scale(1.06);
            pointer-events: none;
        }

        body.font-body::after {
            content: "";
            position: fixed;
            inset: 0;
            z-index: 1;
            background:
                linear-gradient(180deg, rgba(2, 8, 23, 0.30), rgba(2, 8, 23, 0.58)),
                radial-gradient(circle at 22% 18%, rgba(0, 80, 176, 0.24), transparent 34%),
                radial-gradient(circle at 78% 78%, rgba(112, 179, 0, 0.20), transparent 36%);
            pointer-events: none;
        }

        body > header,
        body > .site-header,
        body > .fc-site-header,
        main,
        footer,
        #hintToast,
        .fc-bottom-price-bar {
            position: relative;
            z-index: 2;
        }

        main#booking-top {
            padding-top: 2.1rem !important;
            padding-bottom: 12.8rem !important;
        }

        #bookingForm > header {
            position: relative;
            overflow: hidden;
            border-radius: 40px;
            padding: 38px 28px;
            margin-bottom: 2.2rem !important;
            border: 1px solid rgba(255, 255, 255, 0.72);
            background: rgba(255, 255, 255, 0.23);
            box-shadow: 0 26px 70px rgba(15, 23, 42, 0.14);
            backdrop-filter: blur(18px) saturate(1.12);
            -webkit-backdrop-filter: blur(18px) saturate(1.12);
        }

        #bookingForm > header::before {
            content: "";
            position: absolute;
            inset: -36px;
            background-image: url('/pic/Fixlyclean_window.webp');
            background-size: cover;
            background-position: center;
            filter: brightness(0.82) blur(12px);
            transform: scale(1.08);
            opacity: 0.42;
            z-index: 0;
        }

        #bookingForm > header::after {
            content: "";
            position: absolute;
            inset: 0;
            background:
                radial-gradient(circle at 16% 10%, rgba(255, 255, 255, 0.36), transparent 30%),
                radial-gradient(circle at 88% 82%, rgba(112, 179, 0, 0.16), transparent 34%),
                linear-gradient(135deg, rgba(255,255,255,0.78), rgba(255,255,255,0.54));
            z-index: 1;
        }

        #bookingForm > header > * {
            position: relative;
            z-index: 2;
        }

        #bookingForm > header h1 {
            max-width: 880px;
            margin-left: auto;
            margin-right: auto;
            color: #101827;
            letter-spacing: -0.055em;
            line-height: 1.06;
        }

        #bookingForm > header p {
            color: #526070;
        }

        .booking-progress-grid {
            display: none !important;
        }

        .step-panel {
            display: grid !important;
            gap: 2rem;
        }

        .step-panel.fc-hidden {
            display: grid !important;
        }

        .step-panel + .step-panel {
            margin-top: 2rem;
        }

        #bookingForm .step-panel > section,
        #bookingForm .booking-glass-card {
            position: relative;
            overflow: hidden;
            border-radius: 34px !important;
            padding: 30px !important;
            border: 1px solid rgba(255,255,255,0.78) !important;
            background: rgba(255,255,255,0.58) !important;
            box-shadow: 0 22px 56px rgba(15, 23, 42, 0.09) !important;
            backdrop-filter: blur(18px) saturate(1.12) !important;
            -webkit-backdrop-filter: blur(18px) saturate(1.12) !important;
        }

        #bookingForm .step-panel > section::before {
            content: "";
            position: absolute;
            inset: -28px;
            background-image: url('/pic/Fixlyclean_window.webp');
            background-size: cover;
            background-position: center;
            filter: brightness(0.88) blur(14px);
            transform: scale(1.10);
            opacity: 0.16;
            z-index: 0;
        }

        #bookingForm .step-panel > section::after {
            content: "";
            position: absolute;
            inset: 0;
            background:
                radial-gradient(circle at 88% 14%, rgba(112,179,0,0.12), transparent 34%),
                radial-gradient(circle at 12% 8%, rgba(0,80,176,0.10), transparent 32%),
                linear-gradient(135deg, rgba(255,255,255,0.78), rgba(255,255,255,0.54));
            z-index: 1;
        }

        #bookingForm .step-panel > section > * {
            position: relative;
            z-index: 2;
        }

        #bookingForm .step-panel h2 {
            letter-spacing: -0.035em;
            color: #0f172a;
        }

        #bookingForm input,
        #bookingForm select,
        #bookingForm textarea {
            border-radius: 16px !important;
            border-color: rgba(203,213,225,0.98) !important;
            background: rgba(255,255,255,0.86) !important;
            box-shadow: none !important;
        }

        #bookingForm input:focus,
        #bookingForm select:focus,
        #bookingForm textarea:focus {
            border-color: rgba(0, 80, 176, 0.62) !important;
            box-shadow: 0 0 0 4px rgba(0, 80, 176, 0.12) !important;
        }

        .service-card,
        .addon-card,
        .payment-option,
        #planGrid > button,
        #campaignGrid > button,
        .fc-calendar-day,
        .fc-mobile-calendar-day {
            border-color: rgba(255,255,255,0.78) !important;
            background: rgba(255,255,255,0.72) !important;
            backdrop-filter: blur(14px) saturate(1.08);
            -webkit-backdrop-filter: blur(14px) saturate(1.08);
        }

        .service-card,
        .addon-card {
            border-radius: 26px !important;
        }

        .bg-primary-gradient,
        #promoApplyButton,
        #desktopNextButton,
        #mobileNextButton {
            background:
                radial-gradient(circle at 18% 0%, rgba(255,255,255,0.54), transparent 32%),
                linear-gradient(135deg, rgba(0,80,176,0.96), rgba(25,118,210,0.84) 54%, rgba(112,179,0,0.82)) !important;
        }

        #desktopBackButton,
        #mobileBackButton {
            display: none !important;
        }

        .fc-bottom-price-bar {
            position: fixed !important;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 50;
            padding: 0 14px calc(14px + env(safe-area-inset-bottom, 0px));
            pointer-events: none;
        }

        .fc-bottom-price-card {
            pointer-events: auto;
            width: min(1180px, 100%);
            margin: 0 auto;
            border-radius: 28px;
            border: 1px solid rgba(255,255,255,0.70);
            background: rgba(255,255,255,0.88);
            box-shadow: 0 18px 42px rgba(15,23,42,0.16);
            backdrop-filter: blur(20px) saturate(1.15);
            -webkit-backdrop-filter: blur(20px) saturate(1.15);
            padding: 16px;
        }

        .fc-bottom-price-grid {
            display: grid;
            grid-template-columns: 1.2fr 1fr auto;
            gap: 18px;
            align-items: center;
        }

        .fc-price-kicker {
            font-size: 11px;
            line-height: 1;
            font-weight: 900;
            letter-spacing: 0.18em;
            text-transform: uppercase;
            color: #64748b;
        }

        .fc-price-main {
            margin-top: 6px;
            font-family: "Plus Jakarta Sans", sans-serif;
            font-size: clamp(26px, 3vw, 38px);
            font-weight: 900;
            letter-spacing: -0.045em;
            color: #0f172a;
        }

        .fc-price-sub,
        .fc-price-mini {
            margin-top: 4px;
            font-size: 13px;
            font-weight: 700;
            color: #64748b;
        }

        .fc-discount-chip {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            min-height: 36px;
            border-radius: 999px;
            padding: 0 14px;
            background: rgba(112, 179, 0, 0.14);
            border: 1px solid rgba(112, 179, 0, 0.20);
            color: #2f6b13;
            font-size: 13px;
            font-weight: 900;
            white-space: nowrap;
        }

        .fc-discount-chip.is-zero {
            background: rgba(226,232,240,0.72);
            border-color: rgba(203,213,225,0.9);
            color: #64748b;
        }

        .fc-bottom-action {
            display: grid;
            grid-template-columns: 1fr;
            gap: 8px;
            min-width: 210px;
        }

        #desktopSummaryLines {
            margin-top: 8px;
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }

        #desktopSummaryLines .summary-pill,
        #mobileSummaryLines .summary-pill {
            display: inline-flex;
            align-items: center;
            min-height: 28px;
            border-radius: 999px;
            padding: 0 10px;
            background: rgba(255,255,255,0.70);
            border: 1px solid rgba(226,232,240,0.80);
            color: #475569;
            font-size: 12px;
            font-weight: 800;
        }

        .fc-hint-toast {
            z-index: 9999 !important;
        }

        @media (max-width: 1023px) {
            /* Die Desktop-Aktionsleiste darf mobil nicht zusätzlich zum
               eigens vorgesehenen Mobil-Button eingeblendet werden. */
            .fc-bottom-action.hidden {
                display: none !important;
            }

            main#booking-top {
                padding-bottom: 14rem !important;
            }

            .fc-bottom-price-grid {
                grid-template-columns: 1fr auto;
                gap: 12px;
            }

            .fc-bottom-price-card {
                border-radius: 24px;
                padding: 14px;
            }

            .fc-price-main {
                font-size: 25px;
            }

            .fc-bottom-action {
                min-width: 140px;
            }

            #mobileSummaryLines {
                grid-column: 1 / -1;
                display: flex;
                flex-wrap: wrap;
                gap: 6px;
            }
        }

        @media (max-width: 767px) {
            main#booking-top {
                padding-left: 14px !important;
                padding-right: 14px !important;
            }

            #bookingForm > header {
                border-radius: 30px;
                padding: 28px 18px;
            }

            #bookingForm .step-panel > section {
                border-radius: 28px !important;
                padding: 22px 16px !important;
            }

            .fc-bottom-price-card {
                border-radius: 24px;
            }

            .fc-discount-chip {
                min-height: 30px;
                padding: 0 10px;
                font-size: 12px;
            }
        }


        .fc-selected-card,
        .service-card.fc-selected-card,
        .addon-card.fc-selected-card,
        #planGrid > button.fc-selected-card,
        #campaignGrid > button.fc-selected-card,
        .payment-option.fc-selected-card {
            background:
                radial-gradient(circle at 16% 0%, rgba(255,255,255,0.68), transparent 38%),
                linear-gradient(135deg, rgba(214,227,255,0.82), rgba(255,255,255,0.80) 54%, rgba(112,179,0,0.18)) !important;
            border-color: rgba(0, 91, 178, 0.58) !important;
            box-shadow: 0 16px 34px rgba(0, 91, 178, 0.13), inset 0 1px 0 rgba(255,255,255,0.92) !important;
        }

        .fc-selected-card .service-card-mini-icon,
        .fc-selected-card .addon-card-mini-icon,
        .payment-option.fc-selected-card > div:first-child {
            background: rgba(255,255,255,0.78) !important;
            box-shadow: inset 0 0 0 1px rgba(0,91,178,0.10), 0 8px 18px rgba(0,91,178,0.10) !important;
        }

        .fc-selected-card .service-card-price,
        .fc-selected-card .addon-card-price {
            color: #005bb2 !important;
        }

        .fc-calendar-day.fc-active-day,
        .fc-mobile-calendar-day.fc-mobile-active {
            background: linear-gradient(135deg, rgba(214,227,255,0.92), rgba(255,255,255,0.78) 58%, rgba(112,179,0,0.16)) !important;
            border-color: rgba(0,91,178,0.58) !important;
            box-shadow: 0 10px 22px rgba(0,91,178,0.10) !important;
        }

/* Abschnitt 2 */


#bookingForm .step-panel.space-y-8 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 0 !important;
}

main#booking-top {
    padding-top: 1.15rem !important;
    padding-bottom: 11rem !important;
}

#bookingForm > header {
    margin-bottom: 1.35rem !important;
}

@media (min-width: 1024px) {
    #bookingForm > header {
        max-width: 920px;
        margin-left: auto;
        margin-right: auto;
        padding: 24px 28px !important;
        border-radius: 34px !important;
    }

    #bookingForm > header h1 {
        font-size: clamp(2.15rem, 3vw, 3.45rem) !important;
        margin-bottom: 0.7rem !important;
        max-width: 760px;
    }

    #bookingForm > header p {
        font-size: 0.95rem !important;
        line-height: 1.65 !important;
        margin-top: 0.25rem !important;
    }

    #bookingForm .step-panel {
        display: grid !important;
        gap: 1.15rem !important;
    }

    #bookingForm .step-panel + .step-panel {
        margin-top: 1.15rem !important;
    }

    #bookingForm .step-panel > section {
        padding: 22px !important;
        border-radius: 28px !important;
    }

    #bookingForm .step-panel h2 {
        font-size: 1.05rem !important;
    }

    #bookingForm [data-step="1"] {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }

    #bookingForm [data-step="1"] > section:nth-of-type(1),
    #bookingForm [data-step="1"] > section:nth-of-type(4),
    #bookingForm [data-step="1"] > section:nth-of-type(5) {
        grid-column: 1 / -1;
    }

    #roomCard,
    #bathCard {
        grid-column: span 6;
    }

    #bookingForm [data-step="2"] {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }

    #bookingForm [data-step="2"] > section {
        grid-column: span 6;
    }

    #bookingForm [data-step="3"] {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }

    #subscriptionSection {
        order: 1;
        grid-column: span 6;
    }

    #promoSection,
    .fc-promo-section {
        order: 2;
        grid-column: span 6;
    }

    #campaignSection {
        order: 3;
        grid-column: 1 / -1;
    }

    #bookingForm [data-step="3"] > section:not(#subscriptionSection):not(#promoSection):not(#campaignSection):not(.fc-promo-section) {
        order: 4;
        grid-column: 1 / -1;
    }

    #serviceGrid {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }

    #serviceGrid .service-card {
        min-height: 124px !important;
        padding: 13px !important;
        border-radius: 22px !important;
    }

    #serviceGrid .service-card-bg,
    #serviceGrid .service-card-chip {
        display: none !important;
    }

    #serviceGrid .service-card-title {
        font-size: 0.88rem !important;
        line-height: 1.12 !important;
        min-height: auto !important;
    }

    #serviceGrid .service-card-price {
        font-size: 1rem !important;
        margin-top: 0 !important;
    }

    #serviceGrid .service-card-copy {
        padding-right: 20px !important;
    }

    #serviceGrid .service-card-mini-icon {
        width: 38px !important;
        height: 38px !important;
        border-radius: 14px !important;
    }

    #serviceGrid .service-card-mini-icon img {
        width: 22px !important;
        height: 22px !important;
    }

    #roomCard,
    #bathCard {
        min-height: auto !important;
    }

    #roomCard .rounded-\[22px\],
    #bathCard .rounded-\[22px\] {
        padding: 16px !important;
    }

    #roomCountValue,
    #bathCountValue {
        font-size: 1.45rem !important;
    }

    #dateGrid {
        gap: 7px !important;
    }

    #dateGrid .fc-calendar-day {
        height: 68px !important;
        padding-top: 8px !important;
        padding-bottom: 18px !important;
        border-radius: 14px !important;
    }

    .fc-calendar-day-number {
        font-size: 21px !important;
    }

    .fc-calendar-discount-badge {
        left: 5px !important;
        right: 5px !important;
        bottom: 4px !important;
        font-size: 8px !important;
        min-height: 14px !important;
    }

    #timeGrid {
        max-width: 640px !important;
        grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }

    #timeGrid button {
        padding: 9px 10px !important;
        border-radius: 13px !important;
        font-size: 0.86rem !important;
    }

    #addonGrid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }

    #addonGrid .addon-card {
        min-height: 145px !important;
        padding: 14px !important;
    }
}

@media (max-width: 767px) {
    main#booking-top {
        padding-bottom: 9.2rem !important;
    }

    #bookingForm > header {
        padding: 22px 16px !important;
        border-radius: 26px !important;
        margin-bottom: 1rem !important;
    }

    #bookingForm > header h1 {
        font-size: 2rem !important;
        line-height: 1.05 !important;
        margin-bottom: 0.75rem !important;
    }

    #bookingForm > header p {
        font-size: 0.92rem !important;
        line-height: 1.55 !important;
    }

    #serviceGrid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }

    #serviceGrid .service-card {
        min-height: 126px !important;
        padding: 11px !important;
        border-radius: 20px !important;
    }

    #serviceGrid .service-card-bg,
    #serviceGrid .service-card-chip {
        display: none !important;
    }

    #serviceGrid .service-card-mini-icon {
        display: flex !important;
        width: 34px !important;
        height: 34px !important;
        border-radius: 13px !important;
    }

    #serviceGrid .service-card-mini-icon img {
        width: 21px !important;
        height: 21px !important;
    }

    #serviceGrid .service-card-copy {
        margin-top: 0 !important;
        padding-right: 18px !important;
    }

    #serviceGrid .service-card-title {
        font-size: 0.76rem !important;
        line-height: 1.13 !important;
        min-height: 35px !important;
    }

    #serviceGrid .service-card-price {
        font-size: 0.92rem !important;
        margin-top: 0 !important;
    }

    .fc-bottom-price-card {
        padding: 10px !important;
        border-radius: 20px !important;
    }

    .fc-bottom-price-grid {
        gap: 7px !important;
    }

    .fc-price-kicker {
        font-size: 8px !important;
        letter-spacing: 0.16em !important;
    }

    .fc-price-main {
        font-size: 22px !important;
        line-height: 1.02 !important;
        margin-top: 3px !important;
    }

    .fc-price-mini {
        font-size: 11px !important;
        margin-top: 2px !important;
    }

    .fc-discount-chip {
        min-height: 26px !important;
        padding: 0 9px !important;
        font-size: 11px !important;
    }

    #mobileSummaryLines {
        display: none !important;
    }

    #mobileNextButton {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        border-radius: 16px !important;
    }
}

.fc-bottom-price-bar {
    transition: bottom 0.18s ease;
}

.fc-bottom-price-card {
    cursor: pointer;
    width: min(1320px, calc(100% - 20px)) !important;
}

.fc-bottom-price-card:hover {
    box-shadow: 0 22px 54px rgba(15,23,42,0.20);
}

.fc-bottom-action button,
.fc-bottom-price-card button,
.fc-bottom-price-card a {
    cursor: pointer;
}


.fc-booking-summary-overlay {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.fc-booking-summary-overlay.is-open {
    display: flex;
}

.fc-booking-summary-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(2, 8, 23, 0.52);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.fc-booking-summary-modal {
    position: relative;
    z-index: 1;
    width: min(760px, 100%);
    max-height: min(82vh, 760px);
    overflow: auto;
    border-radius: 32px;
    border: 1px solid rgba(255,255,255,0.72);
    background:
        radial-gradient(circle at 12% 0%, rgba(214,227,255,0.58), transparent 34%),
        radial-gradient(circle at 90% 90%, rgba(112,179,0,0.18), transparent 34%),
        rgba(255,255,255,0.94);
    box-shadow: 0 34px 90px rgba(0,0,0,0.34);
    backdrop-filter: blur(22px) saturate(1.15);
    -webkit-backdrop-filter: blur(22px) saturate(1.15);
    padding: 24px;
}

.fc-booking-summary-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 999px;
    background: rgba(241,245,249,0.95);
    color: #0f172a;
    font-size: 25px;
    line-height: 1;
    font-weight: 800;
}

.fc-booking-summary-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding-right: 42px;
    margin-bottom: 22px;
}

.fc-booking-summary-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    border-radius: 999px;
    background: rgba(214,227,255,0.9);
    padding: 0 12px;
    color: #005bb2;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.fc-booking-summary-head h2 {
    margin-top: 10px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(26px, 4vw, 38px);
    line-height: 1.04;
    font-weight: 900;
    letter-spacing: -0.055em;
    color: #0f172a;
}

.fc-booking-summary-icon {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.72);
    box-shadow: 0 12px 28px rgba(15,23,42,0.08);
    font-size: 24px;
    flex-shrink: 0;
}

.fc-booking-summary-body {
    display: grid;
    gap: 14px;
}

.fc-summary-section {
    border-radius: 22px;
    border: 1px solid rgba(226,232,240,0.86);
    background: rgba(255,255,255,0.78);
    padding: 14px;
}

.fc-summary-section-title {
    margin-bottom: 8px;
    font-size: 11px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #64748b;
}

.fc-summary-total {
    border-radius: 24px;
    background:
        radial-gradient(circle at 15% 0%, rgba(255,255,255,0.55), transparent 38%),
        linear-gradient(135deg, rgba(0,80,176,0.96), rgba(25,118,210,0.86) 54%, rgba(112,179,0,0.86));
    color: #fff;
    padding: 18px;
    box-shadow: 0 18px 40px rgba(0,91,178,0.24);
}

.fc-summary-total .flex,
.fc-summary-total span {
    color: #fff !important;
}

body.fc-summary-open {
    overflow: hidden;
}

@media (max-width: 767px) {
    .fc-booking-summary-modal {
        border-radius: 26px;
        padding: 18px;
        max-height: 84vh;
    }

    .fc-booking-summary-head {
        padding-right: 38px;
        margin-bottom: 16px;
    }

    .fc-booking-summary-icon {
        display: none;
    }

    .fc-summary-section {
        padding: 12px;
        border-radius: 18px;
    }
}
body.fc-info-modal-open {
    overflow: hidden;
}

.fc-info-modal {
    position: fixed;
    inset: 0;
    z-index: 9998;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.fc-info-modal.fc-hidden {
    display: none;
}

.fc-info-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(2, 8, 23, 0.42);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.fc-info-modal-card {
    position: relative;
    width: min(620px, 100%);
    max-height: min(760px, calc(100svh - 36px));
    overflow: auto;
    border-radius: 32px;
    border: 1px solid rgba(255,255,255,0.76);
    background:
        radial-gradient(circle at 16% 0%, rgba(255,255,255,0.76), transparent 34%),
        linear-gradient(135deg, rgba(255,255,255,0.94), rgba(241,247,255,0.86));
    box-shadow: 0 30px 90px rgba(15,23,42,0.28);
    backdrop-filter: blur(22px) saturate(1.16);
    -webkit-backdrop-filter: blur(22px) saturate(1.16);
    padding: 26px;
}

.fc-info-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,0.82);
    color: #0f172a;
    font-size: 24px;
    line-height: 1;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(15,23,42,0.08);
}

.fc-info-modal-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    border-radius: 999px;
    padding: 7px 12px;
    background: rgba(214, 232, 255, 0.92);
    color: #00468c;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.fc-info-modal-title {
    margin: 16px 48px 0 0;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(26px, 4vw, 38px);
    line-height: 1.06;
    letter-spacing: -0.055em;
    font-weight: 900;
    color: #101827;
}

.fc-info-modal-short {
    margin: 12px 0 0;
    color: #526070;
    font-size: 15px;
    line-height: 1.65;
    font-weight: 600;
}

.fc-info-modal-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 20px;
}

.fc-info-meta-box {
    border-radius: 20px;
    padding: 14px;
    background: rgba(255,255,255,0.76);
    border: 1px solid rgba(226,232,240,0.78);
}

.fc-info-meta-label {
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #64748b;
}

.fc-info-meta-value {
    margin-top: 5px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 900;
    color: #0f172a;
}

.fc-info-meta-value.fc-blue {
    color: #005bb2;
}

.fc-info-modal-description {
    margin-top: 20px;
    border-radius: 22px;
    padding: 18px;
    background: rgba(255,255,255,0.62);
    border: 1px solid rgba(226,232,240,0.70);
    color: #475569;
    font-size: 15px;
    line-height: 1.75;
    white-space: pre-line;
}

.fc-info-modal-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.fc-info-modal-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border-radius: 999px;
    padding: 0 18px;
    font-size: 13px;
    font-weight: 900;
    background:
        radial-gradient(circle at 18% 0%, rgba(255,255,255,0.54), transparent 32%),
        linear-gradient(135deg, rgba(0,80,176,0.96), rgba(25,118,210,0.84) 54%, rgba(112,179,0,0.82));
    color: #ffffff;
    box-shadow: 0 12px 26px rgba(0,80,176,0.18);
}

.fc-info-modal-secondary {
    background: rgba(255,255,255,0.82);
    color: #17324d;
    border: 1px solid rgba(226,232,240,0.82);
    box-shadow: 0 10px 22px rgba(15,23,42,0.06);
}

.fc-info-modal-loading {
    color: #64748b;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
}

@media (max-width: 640px) {
    .fc-info-modal {
        align-items: flex-end;
        padding: 12px;
    }

    .fc-info-modal-card {
        border-radius: 28px;
        max-height: calc(100svh - 24px);
        padding: 22px;
    }

    .fc-info-modal-meta {
        grid-template-columns: 1fr;
    }

    .fc-info-modal-actions {
        flex-direction: column;
    }

    .fc-info-modal-link {
        width: 100%;
    }
}

/* Abschnitt 3 */

.fc-bottom-price-bar {
    z-index: 9000 !important;
    will-change: bottom;
}

#addonGrid .addon-card-bg,
#addonGrid .addon-card-chip {
    display: none !important;
}

#addonGrid .addon-card {
    display: flex !important;
}

#addonGrid .addon-card-content,
#addonGrid .addon-card-content > .flex {
    width: 100% !important;
    min-height: 100% !important;
}

#addonGrid .addon-card-mini-icon {
    display: flex !important;
}

#addonGrid .addon-card-copy {
    margin-top: 0 !important;
    padding-right: 20px !important;
}

#addonGrid .addon-card-title {
    min-height: auto !important;
}

#addonGrid .addon-card-bottom {
    margin-top: 12px !important;
}

#addonGrid .addon-card-controls button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

@media (min-width: 1024px) {
    #addonGrid {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }

    #addonGrid .addon-card {
        min-height: 124px !important;
        padding: 13px !important;
        border-radius: 22px !important;
    }

    #addonGrid .addon-card-title {
        font-size: 0.88rem !important;
        line-height: 1.12 !important;
    }

    #addonGrid .addon-card-price {
        font-size: 1rem !important;
        line-height: 1 !important;
    }

    #addonGrid .addon-card-mini-icon {
        width: 38px !important;
        height: 38px !important;
        border-radius: 14px !important;
    }

    #addonGrid .addon-card-mini-icon img {
        width: 22px !important;
        height: 22px !important;
    }

    #addonGrid .addon-card-controls {
        gap: 6px !important;
    }

    #addonGrid .addon-card-controls button {
        width: 30px !important;
        height: 30px !important;
        font-size: 16px !important;
    }
}

@media (max-width: 767px) {
    #addonGrid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }

    #addonGrid .addon-card {
        min-height: 138px !important;
        padding: 11px !important;
        border-radius: 20px !important;
    }

    #addonGrid .addon-card-mini-icon {
        display: flex !important;
        width: 34px !important;
        height: 34px !important;
        border-radius: 13px !important;
    }

    #addonGrid .addon-card-mini-icon img {
        width: 21px !important;
        height: 21px !important;
    }

    #addonGrid .addon-card-copy {
        margin-top: 0 !important;
        padding-right: 18px !important;
    }

    #addonGrid .addon-card-title {
        font-size: 0.76rem !important;
        line-height: 1.13 !important;
    }

    #addonGrid .addon-card-copy .text-\[11px\] {
        font-size: 10px !important;
    }

    #addonGrid .addon-card-price {
        font-size: 0.92rem !important;
        line-height: 1 !important;
    }

    #addonGrid .addon-card-bottom {
        margin-top: 10px !important;
        padding-top: 9px !important;
    }

    #addonGrid .addon-card-controls {
        gap: 5px !important;
    }

    #addonGrid .addon-card-controls button {
        width: 28px !important;
        height: 28px !important;
        font-size: 15px !important;
    }

    #addonGrid .addon-card-controls div {
        min-width: 14px !important;
        font-size: 13px !important;
    }
}
