    /* Reset & Zero-Scroll Container */
    html, body {
        overflow: hidden;
        height: 100%;
        margin: 0;
        padding: 0;
        background: #f8fafc;
        font-family: 'Inter', sans-serif;
    }
    .ambient-bg {
        display: none !important;
    }

    .booking-app-shell {
        display: flex;
        flex-direction: column;
        height: 100vh;
        width: 100vw;
        overflow: hidden;
        color: #0f172a;
    }

    /* Premium Header */
    .booking-header {
        height: 70px;
        background: #ffffff;
        border-bottom: 1px solid rgba(15, 23, 42, 0.06);
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 24px;
        flex-shrink: 0;
        z-index: 100;
        box-shadow: 0 1px 3px rgba(0,0,0,0.01);
    }

    /* Split Container Layout */
    .booking-split-container {
        flex: 1;
        display: flex;
        overflow: hidden;
        position: relative;
        min-height: 0;
    }

    /* Vitrin: sol profil + orta sahne */
    @media (min-width: 992px) {
        .booking-vitrin-layout {
            display: grid;
            grid-template-columns: minmax(260px, 300px) minmax(0, 1fr);
            gap: 0;
        }
        .vitrin-profile-rail {
            overflow-y: auto;
            padding: 20px 16px;
            background: #ffffff;
            border-right: 1px solid rgba(15, 23, 42, 0.06);
            flex-shrink: 0;
        }
        .vitrin-profile-card {
            display: flex;
            flex-direction: column;
            gap: 10px;
            position: sticky;
            top: 0;
        }
        .vitrin-profile-name {
            margin: 0;
            font-family: 'Outfit', sans-serif;
            font-size: 1.2rem;
            font-weight: 800;
            color: #0f172a;
            line-height: 1.25;
        }
        .vitrin-profile-sector {
            margin: 0;
            font-size: 0.82rem;
            color: #64748b;
            font-weight: 600;
        }
        .vitrin-profile-badges {
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
        }
        .vitrin-badge {
            font-size: 0.72rem;
            font-weight: 700;
            padding: 4px 10px;
            border-radius: 20px;
            background: rgba(245, 158, 11, 0.1);
            color: #b45309;
            display: inline-flex;
            align-items: center;
            gap: 5px;
        }
        .vitrin-badge-muted {
            background: rgba(99, 102, 241, 0.08);
            color: #4f46e5;
        }
        .vitrin-profile-location {
            margin: 0;
            font-size: 0.78rem;
            color: #475569;
            line-height: 1.4;
        }
        .vitrin-profile-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
        }
        .vitrin-profile-btn {
            flex: 1 1 auto;
            min-width: calc(50% - 4px);
            padding: 8px 10px;
            font-size: 0.75rem;
            font-weight: 700;
            border-radius: 10px;
            border: 1.5px solid var(--purple-400);
            background: #fff;
            color: var(--purple-700);
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 5px;
            text-decoration: none;
        }
        .vitrin-profile-btn.is-active { background: var(--purple-50); }
        .vitrin-profile-btn-muted {
            border-color: #e2e8f0;
            color: #475569;
        }
        .vitrin-profile-social {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            padding: 8px 0;
            border-top: 1px dashed #e2e8f0;
            border-bottom: 1px dashed #e2e8f0;
        }
        .vitrin-profile-social a {
            width: 34px;
            height: 34px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #f8fafc;
            border: 1px solid #e2e8f0;
            color: var(--purple-600);
            text-decoration: none;
        }
        .vitrin-profile-bio {
            font-size: 0.8rem;
            color: #475569;
            line-height: 1.45;
            background: #fafafa;
            padding: 10px 12px;
            border-radius: 10px;
            border-left: 3px solid var(--purple-500);
        }
        .vitrin-profile-start {
            width: 100%;
            justify-content: center;
            margin-top: 4px;
        }
        .vitrin-center-stage {
            display: flex;
            flex-direction: column;
            min-width: 0;
            min-height: 0;
            overflow: hidden;
            background: #f8fafc;
        }
        .booking-timer-strip {
            flex-shrink: 0;
            background: linear-gradient(135deg, #7c3aed, #6d28d9);
            color: #fff;
            padding: 10px 18px;
            box-shadow: 0 2px 10px rgba(124, 58, 237, 0.2);
        }
        .booking-timer-strip-inner {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 0.82rem;
            font-weight: 600;
            flex-wrap: wrap;
        }
        .booking-timer-strip-inner strong {
            font-family: monospace;
            font-size: 1.05rem;
            background: rgba(255,255,255,0.2);
            padding: 2px 10px;
            border-radius: 6px;
        }
        .booking-timer-hint {
            margin-left: auto;
            font-size: 0.72rem;
            opacity: 0.9;
        }
        .vitrin-stage-toolbar {
            flex-shrink: 0;
            padding: 12px 18px 0;
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .vitrin-back-catalog {
            border: 1.5px solid #e2e8f0;
            background: #fff;
            color: #475569;
            padding: 8px 14px;
            border-radius: 10px;
            font-size: 0.8rem;
            font-weight: 700;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            flex-shrink: 0;
        }
        .vitrin-toolbar-catalog {
            flex: 1;
            display: flex;
            align-items: center;
            gap: 12px;
            min-width: 0;
        }
        .vitrin-toolbar-title {
            font-weight: 800;
            font-size: 0.95rem;
            color: #0f172a;
            white-space: nowrap;
            display: flex;
            align-items: center;
            gap: 6px;
        }
        .vitrin-toolbar-search {
            flex: 1;
            position: relative;
            min-width: 120px;
        }
        .vitrin-toolbar-search i {
            position: absolute;
            left: 12px;
            top: 50%;
            transform: translateY(-50%);
            color: #94a3b8;
            font-size: 0.85rem;
        }
        .vitrin-toolbar-search input {
            width: 100%;
            padding: 9px 12px 9px 36px;
            border-radius: 10px;
            border: 1.5px solid #e2e8f0;
            font-size: 0.85rem;
            font-weight: 500;
            outline: none;
            box-sizing: border-box;
        }
        .vitrin-toolbar-search input:focus {
            border-color: var(--purple-500);
            box-shadow: 0 0 0 3px rgba(124,58,237,0.1);
        }
        .vitrin-toolbar-actions {
            display: flex;
            gap: 4px;
            flex-shrink: 0;
        }
        .vitrin-view-btn {
            width: 36px;
            height: 36px;
            border-radius: 10px;
            border: 1.5px solid #e2e8f0;
            background: #fff;
            color: #64748b;
            cursor: pointer;
        }
        .vitrin-view-btn.active {
            border-color: var(--purple-500);
            background: var(--purple-50);
            color: var(--purple-700);
        }
        .booking-guided-nav {
            flex-shrink: 0;
            padding: 14px 18px 12px;
            background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
            border-bottom: 1px solid rgba(15, 23, 42, 0.06);
        }
        .booking-steps-premium {
            display: flex;
            align-items: center;
            gap: 0;
            width: 100%;
            margin-bottom: 12px;
        }
        .booking-steps-premium .step-indicator {
            flex: 1;
            flex-direction: column;
            align-items: center;
            text-align: center;
            gap: 6px;
            font-size: 0.72rem;
            padding: 4px 2px;
        }
        .booking-steps-premium .step-badge {
            width: 32px;
            height: 32px;
            margin-right: 0;
            font-size: 0.82rem;
        }
        .step-connector {
            flex: 0 0 28px;
            height: 3px;
            background: #e2e8f0;
            border-radius: 4px;
            margin-top: -18px;
        }
        .step-connector.done {
            background: linear-gradient(90deg, #10b981, var(--purple-500));
        }
        .booking-step-guidance {
            background: #fff;
            border: 1px solid rgba(124, 58, 237, 0.12);
            border-radius: 14px;
            padding: 14px 16px;
            box-shadow: 0 4px 16px rgba(124, 58, 237, 0.06);
        }
        .guided-step-title {
            margin: 0 0 6px;
            font-family: 'Outfit', sans-serif;
            font-size: 1.05rem;
            font-weight: 800;
            color: #0f172a;
        }
        .guided-step-desc {
            margin: 0;
            font-size: 0.82rem;
            color: #64748b;
            line-height: 1.45;
        }
        .wizard-panel-card {
            background: #fff;
            border: 1px solid rgba(15, 23, 42, 0.06);
            border-radius: 16px;
            padding: 18px;
            box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
            flex: 1;
            min-height: 0;
            display: flex;
            flex-direction: column;
        }
        .slots-live-banner {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 0.78rem;
            font-weight: 600;
            color: #047857;
            background: rgba(16, 185, 129, 0.08);
            border: 1px solid rgba(16, 185, 129, 0.2);
            border-radius: 10px;
            padding: 8px 12px;
            margin-bottom: 12px;
        }
        .slots-live-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #10b981;
            animation: slotLivePulse 1.4s ease-in-out infinite;
        }
        @keyframes slotLivePulse {
            0%, 100% { opacity: 1; transform: scale(1); }
            50% { opacity: 0.5; transform: scale(0.85); }
        }
        .service-scheduling-list {
            flex: 1;
            overflow-y: auto;
            display: flex;
            flex-direction: column;
            gap: 16px;
            padding-right: 4px;
        }
        .vitrin-stage-scroll {
            flex: 1;
            min-height: 0;
            overflow: hidden;
            display: flex;
            flex-direction: column;
        }
        .vitrin-catalog-pane,
        .vitrin-cart-pane {
            flex: 1;
            min-height: 0;
            overflow-y: auto;
            padding: 12px 18px 18px;
            display: flex;
            flex-direction: column;
        }
        .vitrin-cart-pane {
            display: none;
            background: #fff;
        }
        body.vitrin-cart-stage .vitrin-catalog-pane {
            display: none;
        }
        body.vitrin-cart-stage .vitrin-cart-pane {
            display: flex;
        }
        body:not(.vitrin-cart-stage) .vitrin-cart-pane {
            display: none;
        }
        body.vitrin-cart-stage .vitrin-toolbar-catalog {
            display: none !important;
        }
        body.vitrin-cart-stage .vitrin-back-catalog {
            display: inline-flex !important;
        }
        .vitrin-primary-footer {
            flex-shrink: 0;
            padding: 12px 18px 16px;
            background: #fff;
            border-top: 1px solid rgba(15, 23, 42, 0.06);
        }
        .vitrin-primary-cta {
            width: 100%;
            padding: 14px 20px;
            border: none;
            border-radius: 14px;
            background: linear-gradient(135deg, var(--purple-500), var(--purple-600));
            color: #fff;
            font-size: 0.92rem;
            font-weight: 700;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            box-shadow: 0 6px 18px rgba(249, 115, 22, 0.28);
            transition: transform 0.2s, opacity 0.2s;
        }
        .vitrin-primary-cta:disabled {
            opacity: 0.45;
            cursor: not-allowed;
            box-shadow: none;
        }
        .vitrin-primary-cta:not(:disabled):hover {
            transform: translateY(-1px);
        }
        .vitrin-items-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
            gap: 14px;
        }
        .vitrin-catalog-pane.catalog-view-list .vitrin-items-grid {
            grid-template-columns: 1fr;
            gap: 10px;
        }
        .vitrin-catalog-pane.catalog-view-list .service-card,
        .vitrin-catalog-pane.catalog-view-list .product-card {
            flex-direction: row !important;
            align-items: center;
            gap: 12px;
            padding: 12px;
        }
        .vitrin-catalog-pane.catalog-view-list .service-card > img,
        .vitrin-catalog-pane.catalog-view-list .service-card > div:first-of-type,
        .vitrin-catalog-pane.catalog-view-list .product-card > img,
        .vitrin-catalog-pane.catalog-view-list .product-card > div:first-of-type {
            width: 72px !important;
            height: 72px !important;
            margin-bottom: 0 !important;
            flex-shrink: 0;
        }
        .vitrin-cart-title {
            margin: 0 0 12px;
            color: var(--purple-700);
            font-size: 1.1rem;
            font-weight: 800;
            border-bottom: 1.5px solid var(--purple-100);
            padding-bottom: 10px;
        }
        .vitrin-cart-title-main {
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .vitrin-cart-count-badge {
            font-size: 0.78rem;
            background: var(--purple-50);
            color: var(--purple-700);
            border-radius: 30px;
            padding: 2px 8px;
            font-weight: 700;
        }
        body.vitrin-intro .btn-proceed-step1,
        body.vitrin-intro #wstep-1 > div:last-child {
            display: none !important;
        }
        body.vitrin-intro.vitrin-cart-stage .vitrin-primary-footer,
        body.booking-step-2 .vitrin-primary-footer,
        body.booking-step-3 .vitrin-primary-footer,
        body.booking-step-4 .vitrin-primary-footer,
        body.booking-step-5 .vitrin-primary-footer,
        body.booking-step-6 .vitrin-primary-footer {
            display: none;
        }
        body.booking-step-2 .vitrin-stage-toolbar,
        body.booking-step-3 .vitrin-stage-toolbar,
        body.booking-step-4 .vitrin-stage-toolbar,
        body.booking-step-5 .vitrin-stage-toolbar,
        body.booking-step-6 .vitrin-stage-toolbar {
            display: none;
        }
        .tenant-showcase-hero#tenant-showcase-hero:not(.vitrin-profile-card) {
            display: none !important;
        }
    }
    @media (max-width: 991px) {
        .vitrin-profile-rail,
        .vitrin-primary-footer,
        .vitrin-stage-toolbar {
            display: none !important;
        }
        body.booking-mode-active #booking-guided-nav {
            display: block !important;
        }
        .booking-guided-nav {
            padding: 12px 14px 10px;
        }
        .vitrin-center-stage {
            display: contents;
        }
        .vitrin-stage-scroll,
        .vitrin-catalog-pane {
            position: static;
            overflow: visible;
        }
        .vitrin-cart-pane {
            display: none !important;
        }
    }

    /* Left Side: Wizard container */
    .booking-wizard-content {
        flex: 1;
        min-height: 0;
        overflow-y: auto;
        padding: 24px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        background: transparent;
    }
    @media (min-width: 992px) {
        .vitrin-catalog-pane .booking-wizard-content {
            overflow-y: visible;
            padding: 0;
            gap: 14px;
        }
        .vitrin-catalog-pane #step-1-scroll-wrapper {
            overflow-y: visible !important;
        }
    }

    /* Desktop cart pane (orta alan) */
    .booking-wizard-cart {
        background: #ffffff;
        padding: 20px;
        display: flex;
        flex-direction: column;
        flex-shrink: 0;
        overflow-y: auto;
    }
    .cart-sidebar-close {
        border: none;
        background: #f1f5f9;
        color: #64748b;
        width: 32px;
        height: 32px;
        border-radius: 8px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        transition: background 0.2s, color 0.2s;
    }
    .cart-sidebar-close:hover {
        background: #e2e8f0;
        color: #0f172a;
    }
    .desktop-cart-fab {
        display: none;
        position: fixed;
        bottom: 28px;
        right: 28px;
        z-index: 200;
        align-items: center;
        gap: 10px;
        padding: 14px 20px;
        border-radius: 999px;
        border: none;
        background: linear-gradient(135deg, var(--purple-500), var(--purple-600));
        color: #fff;
        font-weight: 700;
        font-size: 0.9rem;
        cursor: pointer;
        box-shadow: 0 8px 24px rgba(249, 115, 22, 0.35);
        transition: transform 0.2s, box-shadow 0.2s;
    }
    .desktop-cart-fab:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 28px rgba(249, 115, 22, 0.4);
    }
    .desktop-cart-fab .fab-badge {
        background: #fff;
        color: var(--purple-700);
        min-width: 22px;
        height: 22px;
        border-radius: 999px;
        font-size: 0.75rem;
        font-weight: 800;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 6px;
    }

    @media (max-width: 991px) {
        .booking-wizard-cart,
        body.cart-open .booking-wizard-cart {
            display: none !important;
        }
        .desktop-cart-fab {
            display: none !important;
        }
        .booking-wizard-content {
            padding: 16px;
            padding-bottom: 80px; /* Space for mobile sticky bottom bar */
        }
    }

    /* Steps Indicators */
    .step-indicator {
        font-weight: 700;
        color: #94a3b8;
        display: flex;
        align-items: center;
        font-size: 0.9rem;
        transition: all 0.3s ease;
    }
    .step-indicator.active {
        color: var(--purple-600);
    }
    .step-indicator.success {
        color: #10b981;
    }
    .step-badge {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 8px;
        font-size: 0.75rem;
        font-weight: 800;
        background: #cbd5e1;
        color: #475569;
        transition: all 0.3s ease;
    }
    .step-indicator.active .step-badge {
        background: var(--purple-600);
        color: #ffffff;
        box-shadow: 0 4px 10px rgba(124, 58, 237, 0.2);
    }
    .step-indicator.success .step-badge {
        background: #10b981;
        color: #ffffff;
    }

    /* Selection Tabs */
    .folder-tab {
        padding: 8px 16px;
        border-radius: 20px;
        font-size: 0.8rem;
        font-weight: 600;
        border: 1.5px solid #e2e8f0;
        background: #ffffff;
        color: #64748b;
        cursor: pointer;
        transition: all 0.2s ease;
    }
    .folder-tab.active, .folder-tab:hover {
        border-color: var(--purple-500);
        color: var(--purple-700);
        background: var(--purple-50);
    }

    /* Custom Calendar CSS */
    .cal-day-btn {
        transition: all 0.15s;
    }
    .cal-day-btn:not(:disabled):not(.selected):hover {
        background: var(--purple-100) !important;
    }

    /* Service & Product Cards */
    .service-card, .product-card {
        background: #ffffff;
        border: 1px solid rgba(15, 23, 42, 0.05);
        border-radius: 16px;
        padding: 18px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: 0 4px 10px rgba(0,0,0,0.01);
    }
    .service-card:hover, .product-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(124, 58, 237, 0.06);
        border-color: var(--purple-200);
    }

    /* Time Slots Styling */
    .slots-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(85px, 1fr));
        gap: 8px;
        margin-top: 10px;
    }
    .slot-btn {
        padding: 8px;
        border: 1.5px solid #e2e8f0;
        border-radius: 8px;
        background: #ffffff;
        color: #0f172a;
        font-weight: 600;
        font-size: 0.82rem;
        cursor: pointer;
        transition: all 0.2s ease;
        text-align: center;
    }
    .slot-btn:hover:not(.selected) {
        border-color: var(--purple-400);
        color: var(--purple-700);
        background: var(--purple-50);
        transform: scale(1.03);
    }
    .slot-btn.selected {
        background: var(--purple-600) !important;
        color: #ffffff !important;
        border-color: var(--purple-600) !important;
        box-shadow: 0 4px 12px rgba(124, 58, 237, 0.25);
    }

    /* Cart Items */
    .cart-item {
        animation: slideIn 0.25s ease-out;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px;
        background: #f8fafc;
        border-radius: 12px;
        border: 1px solid #e2e8f0;
        margin-bottom: 8px;
    }
    @keyframes slideIn {
        from { opacity: 0; transform: translateX(12px); }
        to { opacity: 1; transform: translateX(0); }
    }

    /* Stories Section */
    .stories-container {
        display: flex;
        gap: 16px;
        overflow-x: auto;
        padding: 4px 0;
        scrollbar-width: none;
    }
    .stories-container::-webkit-scrollbar {
        display: none;
    }
    .story-circle {
        display: flex;
        flex-direction: column;
        align-items: center;
        cursor: pointer;
        width: 68px;
        flex-shrink: 0;
    }
    .story-avatar-wrapper {
        position: relative;
        width: 56px;
        height: 56px;
        border-radius: 50%;
        padding: 2px;
        background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        transition: all 0.2s ease;
    }
    .story-avatar-wrapper:not(.read) {
        animation: pulseGlow 2s infinite alternate;
    }
    .story-avatar-wrapper.read {
        background: #cbd5e1;
    }
    .story-avatar {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #ffffff;
        overflow: hidden;
    }
    @keyframes pulseGlow {
        0% { box-shadow: 0 0 2px rgba(220, 39, 67, 0.4); transform: scale(1); }
        100% { box-shadow: 0 0 10px rgba(220, 39, 67, 0.7); transform: scale(1.03); }
    }

    /* Modal Styling */
    .story-modal {
        position: fixed;
        inset: 0;
        z-index: 101000;
        background: rgba(15, 23, 42, 0.95);
        display: none;
        align-items: center;
        justify-content: center;
        padding: 24px;
    }
    .story-modal-content {
        background: #0f172a;
        color: #ffffff;
        width: 100%;
        max-width: 400px;
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
        border: 1px solid rgba(255,255,255,0.08);
    }
    .story-progress-bar {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: rgba(255, 255, 255, 0.2);
    }
    .story-progress-fill {
        width: 0%;
        height: 100%;
        background: linear-gradient(90deg, #818cf8, #c084fc);
    }

    /* Slide Up Animation for Mobile Cart */
    @keyframes fadeIn {
        from { opacity: 0; }
        to { opacity: 1; }
    }
    @keyframes slideUp {
        from { transform: translateY(100%); }
        to { transform: translateY(0); }
    }

    .booking-steps-bar { display: flex; gap: 12px; align-items: center; flex-shrink: 0; padding: 4px 0; }
    .tenant-showcase-hero {
        background: linear-gradient(135deg, #ffffff 0%, #f8fafc 55%, color-mix(in srgb, var(--purple-500) 6%, white) 100%);
        border: 1px solid rgba(15, 23, 42, 0.06); border-radius: 20px; padding: 28px 32px;
        display: flex; gap: 28px; align-items: flex-start; flex-shrink: 0;
        box-shadow: 0 8px 30px rgba(124, 58, 237, 0.06);
        position: relative;
        overflow: hidden;
    }
    .tenant-showcase-hero::before {
        content: '';
        position: absolute;
        top: -40%;
        right: -10%;
        width: 280px;
        height: 280px;
        background: radial-gradient(circle, color-mix(in srgb, var(--purple-500) 12%, transparent) 0%, transparent 70%);
        pointer-events: none;
    }
    #tenant-showcase-hero .story-profile-avatar-wrapper {
        width: 112px !important;
        height: 112px !important;
        border-radius: 22px !important;
    }
    #tenant-showcase-hero .story-profile-avatar-inner img {
        border-radius: 18px;
    }
    .vitrin-hero-cta {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 14px;
        padding-top: 14px;
        border-top: 1px dashed #e2e8f0;
    }
    .vitrin-cta-primary {
        padding: 11px 22px;
        font-size: 0.88rem;
        font-weight: 700;
        border-radius: 12px;
        border: none;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: linear-gradient(135deg, var(--purple-500), var(--purple-600));
        color: #fff;
        box-shadow: 0 4px 14px rgba(249, 115, 22, 0.25);
        transition: transform 0.2s;
    }
    .vitrin-cta-primary:hover { transform: translateY(-1px); }
    .vitrin-catalog-anchor {
        scroll-margin-top: 16px;
        height: 0;
        overflow: hidden;
    }
    @media (min-width: 992px) {
        body.vitrin-intro:not(.booking-flow-started) #booking-guided-nav,
        body.vitrin-intro:not(.booking-flow-started) #master-countdown-banner,
        body.vitrin-intro:not(.booking-flow-started) #wstep-1 {
            display: none !important;
        }
        body.vitrin-intro.booking-flow-started #booking-guided-nav {
            display: block !important;
        }
        body.vitrin-intro #master-countdown-banner {
            display: none !important;
        }
    }
    .slots-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
        gap: 8px;
    }
    .slot-btn {
        padding: 10px 8px;
        border-radius: 10px;
        border: 1.5px solid #e2e8f0;
        background: #fff;
        font-weight: 700;
        font-size: 0.82rem;
        cursor: pointer;
        transition: all 0.15s;
    }
    .slot-btn:hover:not(:disabled) {
        border-color: var(--purple-400);
        background: var(--purple-50);
    }
    .slot-btn.selected {
        background: var(--purple-600) !important;
        color: #fff !important;
        border-color: var(--purple-600) !important;
    }
    .slot-btn.slot-held {
        background: #fef3c7;
        color: #b45309;
        border-color: #fcd34d;
        cursor: not-allowed;
        opacity: 0.95;
    }
    .slot-btn.slot-booked {
        background: #f1f5f9;
        color: #94a3b8;
        border-color: #e2e8f0;
        cursor: not-allowed;
        text-decoration: line-through;
    }
    .slot-btn.slot-past {
        opacity: 0.35;
        cursor: not-allowed;
    }
    .slot-legend {
        grid-column: 1 / -1;
        display: flex;
        flex-wrap: wrap;
        gap: 10px 16px;
        margin-top: 8px;
        font-size: 0.72rem;
        color: #64748b;
    }
    .slot-legend span {
        display: inline-flex;
        align-items: center;
        gap: 5px;
    }
    .slot-legend i {
        width: 10px;
        height: 10px;
        border-radius: 3px;
        display: inline-block;
    }
    .booking-cal-popup {
        max-width: 268px !important;
        min-width: 248px !important;
        padding: 10px !important;
        border-radius: 14px !important;
    }
    .booking-cal-popup .cal-day-btn {
        font-size: 0.72rem !important;
        border-radius: 6px !important;
    }
    #service-scheduling-list .scheduling-block-card {
        background: #fff;
        border: 1px solid rgba(15, 23, 42, 0.06);
        border-radius: 14px;
        padding: 16px;
    }
    .tenant-showcase-avatar {
        width: 88px; height: 88px; border-radius: 20px; overflow: hidden; flex-shrink: 0;
        border: 3px solid rgba(124, 58, 237, 0.12); background: var(--purple-50);
        display: flex; align-items: center; justify-content: center;
    }
    .tenant-rating-pill {
        display: inline-flex; align-items: center; gap: 6px;
        background: rgba(245, 158, 11, 0.1); color: #b45309;
        padding: 4px 10px; border-radius: 20px; font-size: 0.78rem; font-weight: 700;
    }
    .showcase-section-card {
        background: #ffffff; border: 1px solid rgba(15, 23, 42, 0.06);
        border-radius: 16px; padding: 20px; margin-top: 16px;
    }
    .showcase-section-title {
        font-family: 'Outfit', sans-serif; font-size: 1rem; font-weight: 800; color: #0f172a;
        margin: 0 0 14px 0; display: flex; align-items: center; gap: 8px;
    }
    .contact-info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; }
    .contact-info-item { display: flex; align-items: flex-start; gap: 10px; font-size: 0.85rem; color: #475569; }
    .social-links-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 12px; }
    .social-links-row a {
        width: 38px; height: 38px; border-radius: 10px; display: flex; align-items: center; justify-content: center;
        font-size: 1.1rem; background: #f8fafc; border: 1px solid #e2e8f0;
    }
    .map-embed-wrap { border-radius: 14px; overflow: hidden; border: 1px solid #e2e8f0; background: #f1f5f9; }
    .map-embed-wrap iframe { width: 100%; height: 260px; border: 0; display: block; }
    .qa-history-item { border: 1px solid #e2e8f0; border-radius: 12px; padding: 14px; margin-bottom: 10px; background: #fafafa; }
    .cart-toast {
        position: fixed; bottom: 90px; right: 24px; z-index: 100001;
        background: #0f172a; color: #fff; padding: 14px 18px; border-radius: 14px;
        font-size: 0.85rem; font-weight: 600; box-shadow: 0 12px 30px rgba(0,0,0,0.2);
        display: none; align-items: center; gap: 10px;
    }
    .btn-proceed-step1:disabled { opacity: 0.45; cursor: not-allowed; }
    .phone-header-btn .phone-text { display: inline; }
    
    /* Desktop showcase page layout overrides */
    .desktop-section-title {
        display: none;
    }
    @media (min-width: 992px) {
        .tabs-header {
            display: none !important;
        }
        #selection-testimonials-container,
        #selection-contact-container {
            display: block !important;
            margin-bottom: 30px;
        }
        /* Hizmet/ürün görünürlüğü: booking-store.css body.catalog-showing-* */
        #step-1-scroll-wrapper {
            overflow-y: visible !important;
        }
        .desktop-section-title {
            display: flex;
            align-items: center;
            gap: 10px;
            font-family: 'Outfit', sans-serif;
            font-size: 1.35rem;
            font-weight: 800;
            color: #0f172a;
            margin: 32px 0 16px 0;
            border-bottom: 1.5px solid rgba(15, 23, 42, 0.05);
            padding-bottom: 10px;
        }
        #selection-services-container .desktop-section-title {
            margin-top: 0;
        }
    }

    @media (max-width: 991px) {
        .tenant-showcase-hero, .desktop-showcase-only { display: none !important; }
        .booking-steps-bar .step-indicator .step-label-text { display: none; }
        .booking-steps-bar .step-indicator.active .step-label-text { display: inline; }
        .booking-steps-bar .step-indicator:not(.active) .step-badge { margin-right: 0; }
        .phone-header-btn { padding: 8px !important; min-width: 36px; }
        .phone-header-btn .phone-text { display: none; }
        .cart-toast { bottom: 100px; right: 16px; left: 16px; }
        
        /* Hide social links in header on mobile to prevent overflow */
        .booking-header a[title="Facebook"],
        .booking-header a[title="TikTok"],
        .booking-header a[title="Instagram"],
        .booking-header a[title="WhatsApp"] {
            display: none !important;
        }
        
        /* Hide desktop-text class on mobile */
        .desktop-text {
            display: none !important;
        }
        
        /* Service card text adjustments on mobile */
        .service-card-title {
            font-size: 0.92rem !important;
        }
        .service-card-category {
            font-size: 0.68rem !important;
        }
    }
    @media (min-width: 992px) {
        .mobile-contact-only { display: none !important; }
        .tenant-showcase-hero:not(.vitrin-profile-card) { display: none !important; }
    }
    body.booking-mode-active #booking-showcase-chrome { display: none !important; }

    /* Mobile Booking Showcase & Stepper Toggles */
    .mobile-showcase-profile {
        display: none !important;
    }
    
    @media (max-width: 991px) {
        body:not(.booking-mode-active) .mobile-showcase-profile {
            display: flex !important;
        }
        
        body:not(.booking-mode-active) .booking-steps-bar,
        body:not(.booking-mode-active) .wizard-step-panel,
        body:not(.booking-mode-active) #master-countdown-banner,
        body:not(.booking-mode-active) #booking-showcase-chrome {
            display: none !important;
        }
        
        /* Sepet çubuğunu sadece Step 2/3'te gizle; Step 1 ve showcase'de JS yönetiyor */
        body.booking-step-2 #mobile-cart-sticky-bar,
        body.booking-step-3 #mobile-cart-sticky-bar,
        body.booking-step-4 #mobile-cart-sticky-bar,
        body.booking-step-5 #mobile-cart-sticky-bar,
        body.booking-step-6 #mobile-cart-sticky-bar {
            display: none !important;
        }
        
        body.booking-mode-active .mobile-back-to-profile-btn {
            display: inline-flex !important;
        }
        
        body.booking-mode-active .mobile-showcase-profile {
            display: none !important;
        }
    }
    
    /* Sticky Bottom Navigation (Mobile) */
    .mobile-bottom-nav {
        display: none;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 70px;
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border-top: 1px solid rgba(15, 23, 42, 0.06);
        justify-content: space-around;
        align-items: center;
        z-index: 100;
        box-shadow: 0 -4px 20px rgba(0,0,0,0.03);
    }
    
    .mobile-nav-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        color: #94a3b8;
        background: transparent;
        border: none;
        cursor: pointer;
        font-size: 0.75rem;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.2s ease;
    }
    
    .mobile-nav-item i {
        font-size: 1.25rem;
    }
    
    .mobile-nav-item:hover, .mobile-nav-item:focus {
        color: var(--purple-600);
    }

    @media (max-width: 991px) {
        body:not(.booking-mode-active) .mobile-bottom-nav {
            display: flex !important;
        }
        body:not(.booking-mode-active) {
            padding-bottom: 70px !important; /* Make room for bottom nav */
        }
        .mobile-bottom-nav {
            padding: 0 4px;
        }
        .mobile-nav-item {
            flex: 1;
            min-width: 0;
            font-size: 0.62rem;
            padding: 4px 2px;
        }
        .mobile-nav-item i {
            font-size: 1.05rem;
        }
        .mobile-nav-item span {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
    }

    /* Consistent Tighter / Smaller Typography overrides (to match customer dashboard) */
    .desktop-section-title {
        font-size: 1.05rem !important;
        font-weight: 800 !important;
        padding-bottom: 8px !important;
        margin-bottom: 12px !important;
    }
    .service-card-title, .product-card-title {
        font-size: 0.88rem !important;
        font-weight: 700 !important;
        line-height: 1.3 !important;
    }
    .service-card-category, .product-card-category {
        font-size: 0.68rem !important;
        font-weight: 700 !important;
    }
    .service-card, .product-card {
        padding: 12px 14px !important;
        border-radius: 12px !important;
    }
    .service-card img, .product-card img,
    .service-card div[style*="height: 120px"], .product-card div[style*="height: 120px"] {
        height: 100px !important;
    }
    .btn, button, a.btn {
        font-size: 0.78rem !important;
    }
    .tenant-showcase-hero h2 {
        font-size: 1.25rem !important;
    }
    .tenant-showcase-hero p {
        font-size: 0.78rem !important;
    }
    .mobile-profile-hero h2 {
        font-size: 1.15rem !important;
    }
    .mobile-profile-hero p {
        font-size: 0.75rem !important;
    }

    /* Circular avatar with Instagram-style story border */
    .story-profile-avatar-wrapper {
        position: relative;
        border-radius: 50% !important;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 3px; /* Space for the ring */
        background: #ffffff;
        box-sizing: border-box;
        cursor: pointer;
        width: 100%;
        height: 100%;
    }

    .story-profile-avatar-wrapper.has-stories {
        background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        animation: storyRingPulse 2s infinite ease-in-out;
    }

    .story-profile-avatar-inner {
        border-radius: 50% !important;
        overflow: hidden;
        width: 100%;
        height: 100%;
        background: #f8fafc;
        border: 2.5px solid #ffffff; /* Separation between photo and story ring */
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
    }

    .story-profile-avatar-inner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50% !important;
    }

    /* Spin/pulse animation for the story ring to catch user's attention */
    @keyframes storyRingPulse {
        0% {
            box-shadow: 0 0 0 0px rgba(220, 39, 67, 0.4);
            transform: scale(1);
        }
        50% {
            box-shadow: 0 0 0 8px rgba(220, 39, 67, 0);
            transform: scale(1.03);
        }
        100% {
            box-shadow: 0 0 0 0px rgba(220, 39, 67, 0);
            transform: scale(1);
        }
    }
