/* Desktop-only guided filter for Grafik. Existing schedule/filter mechanics stay authoritative. */
.desktop-schedule-preview-body .header-row-top {
    align-items: center !important;
    gap: 8px !important;
    flex-wrap: wrap;
}

.desktop-schedule-preview-body .compact-search {
    flex: 1 1 320px !important;
    min-width: 260px;
}

.desktop-schedule-preview-body .desktop-schedule-guided-trigger,
.desktop-schedule-preview-body .desktop-schedule-all-filters,
.desktop-schedule-preview-body .desktop-schedule-clear-filters {
    min-height: 38px;
    border-radius: 10px;
    font-family: inherit;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.desktop-schedule-preview-body .desktop-schedule-guided-trigger {
    height: 40px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid var(--ui-brand-action, #d7181c);
    background: var(--ui-brand-action, #d7181c);
    color: #fff;
    box-shadow: 0 5px 14px rgba(215, 24, 28, .14);
}

.desktop-schedule-preview-body .desktop-schedule-all-filters {
    position: relative !important;
    width: auto !important;
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    background: #fff !important;
    color: var(--ui-text, #333) !important;
    border: 1px solid #d7d7d7 !important;
    border-radius: 10px !important;
}

.desktop-schedule-preview-body .desktop-schedule-all-filters.is-active {
    border-color: var(--ui-brand-action, #d7181c) !important;
}

.desktop-schedule-preview-body .desktop-schedule-filter-count {
    position: static !important;
    min-width: 19px;
    height: 19px !important;
    padding: 0 5px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 999px !important;
    background: var(--ui-brand-action, #d7181c) !important;
    color: #fff;
    font-size: 9px;
    font-weight: 800;
}

.desktop-schedule-preview-body .desktop-schedule-filter-count.hidden,
.desktop-schedule-preview-body .desktop-schedule-clear-filters.hidden {
    display: none !important;
}

.desktop-schedule-preview-body .desktop-schedule-clear-filters {
    padding: 0 10px;
    border: 0;
    background: transparent;
    color: var(--ui-text-muted, #636363);
}

.desktop-schedule-preview-body #filters-container {
    padding-top: 2px !important;
}

.desktop-schedule-preview-body #applied-filters {
    gap: 7px !important;
}

.desktop-schedule-preview-body #desktop-guided-filter-sheet {
    position: fixed !important;
    z-index: 90 !important;
    top: 50% !important;
    right: auto !important;
    bottom: auto !important;
    left: 50% !important;
    width: min(680px, calc(100vw - 300px)) !important;
    height: auto !important;
    max-height: min(620px, calc(100vh - 90px)) !important;
    overflow: hidden !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 24px 64px rgba(0, 0, 0, .16) !important;
    opacity: 0;
    transform: translate(-50%, -48%) scale(.985) !important;
    transition: opacity .16s ease, transform .18s ease !important;
}

.desktop-schedule-preview-body #desktop-guided-filter-sheet.active,
.desktop-schedule-preview-body #desktop-guided-filter-sheet.open {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1) !important;
}

.desktop-schedule-preview-body #desktop-guided-filter-sheet .bottom-sheet-header {
    min-height: 40px;
    padding: 0 !important;
    border-bottom: 0;
    background: #fff;
}

.desktop-schedule-preview-body #desktop-guided-filter-sheet .bottom-sheet-header > div:last-child {
    min-height: 40px;
    padding: 0 12px !important;
    align-items: center !important;
    justify-content: flex-end !important;
}

.desktop-schedule-preview-body #desktop-guided-filter-sheet .bottom-sheet-header h2 {
    display: none !important;
}

.desktop-schedule-preview-body #desktop-guided-filter-sheet .bottom-sheet-content {
    max-height: calc(100vh - 130px);
    padding: 0 !important;
    overflow-y: auto !important;
}

.desktop-schedule-preview-body .desktop-guided-dialog {
    min-height: 390px;
    display: flex;
    flex-direction: column;
}

.desktop-schedule-preview-body .desktop-guided-progress-row {
    height: 42px;
    padding: 12px 24px 0;
}

.desktop-schedule-preview-body .desktop-guided-progress {
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.desktop-schedule-preview-body .desktop-guided-progress--hidden {
    visibility: hidden;
}

.desktop-schedule-preview-body .desktop-guided-progress__track {
    width: 108px;
    height: 5px;
    overflow: hidden;
    border-radius: 999px;
    background: #e5e5e5;
}

.desktop-schedule-preview-body .desktop-guided-progress__track > span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: var(--ui-brand-action, #d7181c);
    transition: width .2s ease;
}

.desktop-schedule-preview-body .desktop-guided-progress__count {
    min-width: 24px;
    color: #8a8a8a;
    font-size: 10px;
    font-weight: 800;
}

.desktop-schedule-preview-body .desktop-guided-title {
    box-sizing: border-box;
    min-height: 44px;
    margin: 0 24px 24px !important;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    color: #222;
    font-size: 24px !important;
    line-height: 1.12 !important;
    font-weight: 800 !important;
    text-align: center;
}

.desktop-schedule-preview-body .desktop-guided-stage {
    flex: 1;
    padding: 0 24px 18px;
    animation: desktop-guided-stage-in .16s ease both;
}

@keyframes desktop-guided-stage-in {
    from { opacity: .35; transform: translateY(3px); }
    to { opacity: 1; transform: none; }
}

.desktop-schedule-preview-body .desktop-guided-cards {
    width: 100%;
    margin: 0 auto;
    display: grid;
    justify-content: center;
    gap: 10px;
}

.desktop-schedule-preview-body .desktop-guided-cards--intro {
    max-width: 520px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.desktop-schedule-preview-body .desktop-guided-cards--images {
    max-width: 610px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.desktop-schedule-preview-body .desktop-guided-cards--details {
    max-width: 600px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

.desktop-schedule-preview-body .desktop-guided-cards--goals {
    max-width: 600px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.desktop-schedule-preview-body .desktop-guided-card {
    min-width: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    background: #fff;
    color: #222;
    cursor: pointer;
    font-family: inherit;
    text-align: center;
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.desktop-schedule-preview-body .desktop-guided-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, .07);
}

.desktop-schedule-preview-body .desktop-guided-card.selected {
    border: 2px solid var(--ui-brand-action, #d7181c);
    box-shadow: 0 0 0 3px rgba(215, 24, 28, .07);
}

.desktop-schedule-preview-body .desktop-guided-card--image img {
    width: 100%;
    aspect-ratio: 1/.78;
    display: block;
    object-fit: cover;
    background: #eee;
}

.desktop-schedule-preview-body .desktop-guided-card--image > span {
    min-height: 54px;
    padding: 11px 9px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1.18;
    font-weight: 800;
    text-align: center;
}

.desktop-schedule-preview-body .desktop-guided-card--text {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
}

.desktop-schedule-preview-body .desktop-guided-card--text > span {
    padding: 13px 11px;
    display: block;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 800;
    text-align: center;
}

.desktop-schedule-preview-body .desktop-guided-cards--intro .desktop-guided-card--text {
    min-height: 100px;
}

.desktop-schedule-preview-body .desktop-guided-cards--intro .desktop-guided-card--text > span {
    max-width: 220px;
    font-size: 17px;
}

.desktop-schedule-preview-body .desktop-guided-slider-box {
    max-width: 610px;
    margin: 0 auto;
    padding: 17px 18px 15px;
    border: 1px solid #ececec;
    border-radius: 14px;
    background: #fafafa;
}

.desktop-schedule-preview-body .desktop-guided-slider-current {
    min-height: 24px;
    margin-bottom: 16px;
    color: #222;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
}

.desktop-schedule-preview-body .desktop-guided-slider-wrap {
    --guided-progress: 0%;
    padding: 6px 7.5% 0;
}

.desktop-schedule-preview-body .desktop-guided-slider-wrap input[type="range"] {
    width: 100%;
    height: 7px;
    margin: 0;
    appearance: none;
    border-radius: 999px;
    outline: none;
    background: linear-gradient(to right, var(--ui-brand-action, #d7181c) 0 var(--guided-progress), #e5e5e5 var(--guided-progress) 100%);
    cursor: pointer;
}

.desktop-schedule-preview-body .desktop-guided-slider-wrap input[type="range"]::-webkit-slider-thumb {
    width: 24px;
    height: 24px;
    appearance: none;
    border: 3px solid var(--ui-brand-action, #d7181c);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .12);
}

.desktop-schedule-preview-body .desktop-guided-slider-wrap input[type="range"]::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border: 3px solid var(--ui-brand-action, #d7181c);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .12);
}

.desktop-schedule-preview-body .desktop-guided-slider-labels {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin-top: 12px;
}

.desktop-schedule-preview-body .desktop-guided-slider-labels button {
    padding: 5px 4px 0;
    border: 0;
    background: transparent;
    color: #777;
    font-family: inherit;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
}

.desktop-schedule-preview-body .desktop-guided-slider-labels button.active {
    color: #111;
}

.desktop-schedule-preview-body .desktop-guided-footer {
    min-height: 62px;
    padding: 12px 24px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ececec;
}

.desktop-schedule-preview-body .desktop-guided-back,
.desktop-schedule-preview-body .desktop-guided-next {
    min-width: 108px;
    height: 38px;
    padding: 0 15px;
    border-radius: 10px;
    font-family: inherit;
    font-size: 12px;
    font-weight: 800;
}

.desktop-schedule-preview-body .desktop-guided-back {
    border: 1px solid #d8d8d8;
    background: #fff;
    color: #444;
}

.desktop-schedule-preview-body .desktop-guided-next {
    margin-left: auto;
    border: 0;
    background: #d9d9d9;
    color: #fff;
    cursor: not-allowed;
}

.desktop-schedule-preview-body .desktop-guided-next.is-ready {
    background: var(--ui-brand-action, #d7181c);
    cursor: pointer;
}

@media (max-width: 1180px) {
    .desktop-schedule-preview-body #desktop-guided-filter-sheet {
        left: 50% !important;
        width: min(660px, calc(100vw - 150px)) !important;
    }
}

@media (max-width: 860px) {
    .desktop-schedule-preview-body #desktop-guided-filter-sheet {
        left: 50% !important;
        width: calc(100vw - 34px) !important;
    }

    .desktop-schedule-preview-body .desktop-guided-cards--details,
    .desktop-schedule-preview-body .desktop-guided-cards--goals {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


/* Mobile schedule: the same guided picker logic, rendered as a native bottom sheet. */
body:not(.desktop-schedule-preview-body) .mobile-schedule-guided-trigger {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 10px;
    background: var(--ui-brand-action, #d7181c);
    color: #fff;
    font-size: 0;
    box-shadow: 0 4px 12px rgba(215, 24, 28, .14);
}
body:not(.desktop-schedule-preview-body) .mobile-schedule-guided-trigger i { font-size: 13px; }
body:not(.desktop-schedule-preview-body) #mobile-guided-filter-sheet .bottom-sheet-header h2 { display: none !important; }
body:not(.desktop-schedule-preview-body) #mobile-guided-filter-sheet .bottom-sheet-content { padding: 0 !important; }
body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-dialog { min-height: min(610px, 78dvh); display:flex; flex-direction:column; }
body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-progress-row { height:38px; padding:10px 18px 0; }
body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-progress { height:14px; display:flex; align-items:center; justify-content:center; gap:8px; }
body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-progress--hidden { visibility:hidden; }
body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-progress__track { width:96px; height:4px; overflow:hidden; border-radius:999px; background:#e5e5e5; }
body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-progress__track > span { display:block; height:100%; border-radius:inherit; background:var(--ui-brand-action,#d7181c); }
body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-progress__count { min-width:24px; color:#8a8a8a; font-size:10px; font-weight:800; }
body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-title { min-height:42px; margin:0 18px 24px !important; display:flex; justify-content:center; color:#222; font-size:22px !important; line-height:1.15 !important; font-weight:800 !important; text-align:center; }
body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-stage { flex:1; padding:0 16px 16px; }
body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-cards { width:100%; margin:0 auto; display:grid; gap:10px; }
body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-cards--intro { grid-template-columns:1fr; }
body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-cards--images { grid-template-columns:repeat(3,minmax(0,1fr)); }
body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-cards--details,
body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-cards--goals { grid-template-columns:repeat(2,minmax(0,1fr)); }
body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-card { min-width:0; padding:0; overflow:hidden; border:1px solid #e5e5e5; border-radius:12px; background:#fff; color:#222; font-family:inherit; text-align:center; }
body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-card.selected { border:2px solid var(--ui-brand-action,#d7181c); box-shadow:0 0 0 2px rgba(215,24,28,.07); }
body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-card--image img { width:100%; aspect-ratio:1/.9; display:block; object-fit:cover; }
body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-card--image > span { min-height:50px; padding:9px 6px; display:flex; align-items:center; justify-content:center; font-size:11px; line-height:1.15; font-weight:800; }
body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-card--text { min-height:64px; display:flex; align-items:center; justify-content:center; background:#fafafa; }
body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-card--text > span { padding:11px 9px; font-size:13px; line-height:1.2; font-weight:800; }
body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-cards--intro .desktop-guided-card--text { min-height:76px; }
body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-slider-box { margin:0 auto; padding:16px 12px 14px; border:1px solid #ececec; border-radius:12px; background:#fafafa; }
body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-slider-current { min-height:24px; margin-bottom:16px; color:#222; font-size:16px; font-weight:800; text-align:center; }
body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-slider-wrap { --guided-progress:0%; padding:6px 7.5% 0; }
body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-slider-wrap input[type="range"] { width:100%; height:7px; margin:0; appearance:none; border-radius:999px; background:linear-gradient(to right,var(--ui-brand-action,#d7181c) 0 var(--guided-progress),#e5e5e5 var(--guided-progress) 100%); }
body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-slider-wrap input[type="range"]::-webkit-slider-thumb { width:24px; height:24px; appearance:none; border:3px solid var(--ui-brand-action,#d7181c); border-radius:50%; background:#fff; }
body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-slider-labels { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:6px 4px; margin-top:14px; }
body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-slider-labels button { padding:4px 2px; border:0; background:transparent; color:#777; font-family:inherit; font-size:10px; line-height:1.15; font-weight:700; }
body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-slider-labels button.active { color:#111; }
body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-footer { min-height:64px; padding:10px 16px max(14px,env(safe-area-inset-bottom)); display:flex; align-items:center; justify-content:space-between; border-top:1px solid #ececec; background:#fff; }
body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-back,
body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-next { min-width:104px; height:40px; padding:0 14px; border-radius:10px; font-family:inherit; font-size:12px; font-weight:800; }
body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-back { border:1px solid #d8d8d8; background:#fff; color:#444; }
body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-next { margin-left:auto; border:0; background:#d9d9d9; color:#fff; }
body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-next.is-ready { background:var(--ui-brand-action,#d7181c); }


/* Mobile guided picker refinement: compact trigger, branded header and vertical experience axis. */
body:not(.desktop-schedule-preview-body) .mobile-schedule-guided-trigger {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    border-radius: 8px;
    box-shadow: none;
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-sheet .bottom-sheet-header {
    background: var(--ui-brand-action, #d7181c) !important;
    color: #fff !important;
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-sheet .bottom-sheet-header > div:last-child {
    padding: 11px 16px !important;
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-sheet .bottom-sheet-header .flex.justify-between.items-start {
    align-items: center !important;
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-sheet .mobile-guided-filter-title {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-sheet .bottom-sheet-header h2 {
    display: block !important;
    margin: 0 !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-sheet .bottom-sheet-header .c-icon-button {
    color: #fff !important;
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-slider-box {
    padding: 12px 16px 10px;
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-slider-current {
    margin-bottom: 8px;
    font-size: 14px;
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-slider-wrap {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-slider-labels {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin: 0;
    padding: 2px 0 2px 30px;
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-slider-labels::before {
    content: '';
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 11px;
    width: 2px;
    border-radius: 999px;
    background: #e5e5e5;
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-slider-labels button {
    position: relative;
    min-height: 42px;
    padding: 8px 6px 8px 10px;
    border: 0;
    background: transparent;
    color: #777;
    font-family: inherit;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 700;
    text-align: left;
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-slider-labels button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -25px;
    z-index: 1;
    width: 12px;
    height: 12px;
    border: 2px solid #cfcfcf;
    border-radius: 50%;
    background: #fff;
    transform: translateY(-50%);
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-slider-labels button.active {
    color: #111;
    font-weight: 800;
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-slider-labels button.active::before {
    border-color: var(--ui-brand-action, #d7181c);
    background: var(--ui-brand-action, #d7181c);
    box-shadow: 0 0 0 3px rgba(215, 24, 28, .10);
}


/* Mobile guided picker polish: roomier header, lower content-driven sheet and centered vertical experience axis. */
body:not(.desktop-schedule-preview-body) #mobile-guided-filter-sheet .bottom-sheet-header {
    min-height: 52px;
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-sheet .bottom-sheet-header > div:last-child {
    min-height: 52px;
    padding: 0 8px 0 16px !important;
    display: flex;
    align-items: center;
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-sheet .bottom-sheet-header .flex.justify-between.items-start {
    width: 100%;
    min-height: 52px;
    align-items: center !important;
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-sheet .mobile-guided-filter-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-sheet .bottom-sheet-header .c-icon-button {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    padding: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    border: 0 !important;
    color: #fff !important;
    box-shadow: none !important;
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-sheet .bottom-sheet-header .c-icon-button .c-icon {
    width: 18px;
    height: 18px;
    stroke-width: 2;
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content {
    overflow: hidden;
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-dialog {
    min-height: min(540px, 65dvh);
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-slider-box {
    width: 100%;
    max-width: 286px;
    margin-right: auto;
    margin-left: auto;
    padding: 12px 14px 10px;
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-slider-labels {
    width: 240px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 34px;
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-slider-labels::before {
    left: 13px;
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-slider-labels button::before {
    left: -27px;
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .mobile-guided-motion-stage {
    position: relative;
    display: grid;
    min-height: min(540px, 65dvh);
    overflow: hidden;
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .mobile-guided-motion-stage > .desktop-guided-dialog {
    grid-area: 1 / 1;
    width: 100%;
    min-width: 100%;
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-dialog.is-guided-slide-transitioning {
    pointer-events: none;
    transition: transform 520ms cubic-bezier(0.22, 0.61, 0.36, 1), opacity 360ms ease;
    will-change: transform, opacity;
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-dialog.is-guided-slide-entering {
    z-index: 2;
    opacity: .98;
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-dialog.is-guided-slide-entering.is-guided-slide-forward {
    transform: translateX(calc(100% + 20px));
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-dialog.is-guided-slide-entering.is-guided-slide-backward {
    transform: translateX(calc(-100% - 20px));
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-dialog.is-guided-slide-entering.is-guided-slide-active {
    opacity: 1;
    transform: translateX(0);
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-dialog.is-guided-slide-leaving {
    z-index: 1;
    opacity: 1;
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-dialog.is-guided-slide-leaving.is-guided-slide-forward.is-guided-slide-active {
    opacity: .96;
    transform: translateX(calc(-100% - 20px));
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-dialog.is-guided-slide-leaving.is-guided-slide-backward.is-guided-slide-active {
    opacity: .96;
    transform: translateX(calc(100% + 20px));
}

@media (prefers-reduced-motion: reduce) {
    body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-dialog.is-guided-slide-transitioning {
        transition: none !important;
    }
}

/* Mobile guided picker: brand typography and genuinely content-driven geometry. */
body:not(.desktop-schedule-preview-body) #mobile-guided-filter-sheet,
body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content {
    font-family: var(--font-family-ui, 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif) !important;
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-sheet .mobile-guided-filter-title {
    font-family: var(--font-family-ui, 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif) !important;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.01em;
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-sheet .bottom-sheet-header .c-icon-button .c-icon {
    color: #fff !important;
    stroke: #fff !important;
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-dialog {
    min-height: 0;
    height: auto;
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-progress-row:has(.desktop-guided-progress--hidden) {
    display: none;
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-title {
    min-height: 0;
    margin: 0 18px 18px !important;
    padding-top: 28px;
    font-size: 20px !important;
    line-height: 1.18 !important;
    font-weight: 750 !important;
    letter-spacing: -0.025em;
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-stage {
    flex: 0 0 auto;
    padding: 0 16px 22px;
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-cards {
    gap: 9px;
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-card--text {
    min-height: 56px;
    border-color: #e1e1e1;
    border-radius: 11px;
    background: #fff;
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-card--text > span {
    padding: 10px 12px;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 700;
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-cards--intro .desktop-guided-card--text {
    min-height: 58px;
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-footer:not(:has(button)) {
    display: none;
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-footer {
    min-height: 58px;
    padding-top: 9px;
    padding-bottom: max(11px, env(safe-area-inset-bottom));
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .mobile-guided-motion-stage {
    min-height: 0;
    height: auto;
}


/* Mobile guided intro conversion: same value-first entry as desktop, mobile geometry only. */
body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-title:has(+ .desktop-guided-stage .mobile-guided-intro-conversion) {
    margin-bottom: 8px !important;
    padding-top: 24px;
    font-size: 22px !important;
    line-height: 1.12 !important;
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .desktop-guided-stage:has(.mobile-guided-intro-conversion) {
    padding: 0 20px 26px;
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .mobile-guided-intro-conversion {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    text-align: center;
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .mobile-guided-intro-conversion__lead {
    margin: 0 auto 10px;
    color: var(--ui-text-muted, #636363);
    font-size: 13px;
    line-height: 1.45;
    font-weight: 550;
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .mobile-guided-intro-conversion__meta {
    margin: 0 auto 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #8a8a8a;
    font-size: 10.5px;
    font-weight: 700;
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .mobile-guided-intro-conversion__actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .mobile-guided-intro-conversion__primary,
body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .mobile-guided-intro-conversion__secondary {
    width: 100%;
    border-radius: 11px;
    font-family: inherit;
    font-weight: 800;
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .mobile-guided-intro-conversion__primary {
    min-height: 52px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid var(--ui-brand-action, #d7181c);
    background: var(--ui-brand-action, #d7181c);
    color: #fff;
    box-shadow: 0 7px 18px rgba(215, 24, 28, .18);
    font-size: 14px;
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .mobile-guided-intro-conversion__secondary {
    min-height: 42px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 0;
    background: transparent;
    color: var(--ui-text, #333);
    font-size: 12px;
}

body:not(.desktop-schedule-preview-body) #mobile-guided-filter-content .mobile-guided-intro-conversion__secondary i {
    color: #9a9a9a;
    font-size: 10px;
}
