/* Booking Manager Scoped Styles */
/*NO BORRAR*/
.bkf-svc-card.active {
        border-color: #52b77c!important;
        background: rgb(17 192 18 / 5%)!important;
    }
}
img.bkf-svc-img {
        width: 50px!;
        border-radius: 50px!;
        height: 50px!;
    }
	
	.bkf-svc-card.active .bkf-svc-check svg {
        width: 30px !important;
        height: 30px !important;
        color: #7ad468!important;
    }
.bkf-svc-card.active .bkf-svc-check::before {display:none!important;}

.booking-form-1 input,
.booking-form-1 select,
.booking-form-1 textarea {
    background-color: #f1f1f1 !important;
    color: #222222 !important;
}

.booking-form-1 input:focus,
.booking-form-1 select:focus,
.booking-form-1 textarea:focus,
.booking-form-1 input:active,
.booking-form-1 select:active,
.booking-form-1 textarea:active,
.booking-form-1 input:hover,
.booking-form-1 select:hover,
.booking-form-1 textarea:hover {
    background-color: #f1f1f1 !important;
    color: #222222 !important;
    outline: none !important;
}

.booking-form-1 input::placeholder,
.booking-form-1 textarea::placeholder {
    color: #222222 !important;
    opacity: 1 !important;
}

.booking-form-1 input:-webkit-autofill,
.booking-form-1 input:-webkit-autofill:hover, 
.booking-form-1 input:-webkit-autofill:focus, 
.booking-form-1 input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #f1f1f1 inset !important;
    -webkit-text-fill-color: #222222 !important;
}

/*FIN */

.booking-form-1 {
    color: var(--C-TEXT); background: var(--C-BG); font-family: inherit;
    box-sizing: border-box; line-height: 1.5; position: relative;
    border-radius: 12px; overflow: hidden; max-width: 100%;
    margin: 0 auto; border: 1px solid var(--C-BORD);
    min-height: 85vh; min-height: 85dvh; display: flex; flex-direction: column;
}
.booking-form-1 *, .booking-form-1 *:before, .booking-form-1 *:after { box-sizing: border-box; }
.booking-form-1 .material-symbols-outlined { font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24; display: inline-flex; align-items: center; justify-content: center; }

.bkf-bar { display: flex; height: 4px; background: var(--C-SURF); }
.bkf-seg { flex: 1; transition: background 0.3s ease; }
.bkf-seg.act { background: var(--C-MAIN); }

.bkf-main { padding: 0; flex: 1; display: flex; flex-direction: column; }
.bkf-step { animation: bkfFadeIn 0.3s ease; flex: 1; display: flex; flex-direction: column; height: 100%; }
@keyframes bkfFadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

.bkf-grid { display: flex; flex-direction: column; height: 100%; flex: 1; }
@media(min-width: 768px) { .bkf-grid { flex-direction: row; } }
.bkf-col-left { background: var(--C-SURF-LOW); padding: 48px 32px; border: none; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid rgba(255,255,255,0.05); z-index: 10; }
@media(min-width: 768px) { .bkf-col-left { width: 35%; flex-shrink: 0; } }
@media(min-width: 1024px) { .bkf-col-left { padding: 64px; } }
.bkf-col-right { flex: 1; padding: 48px 32px; background: var(--C-BG); overflow-y: auto; position: relative; display: flex; flex-direction: column; width: 100%; }
@media(min-width: 1024px) { .bkf-col-right { padding: 64px; } }
.bkf-col-center { display: flex; flex-direction: column; justify-content: center; width: 100%; }

/* Dashboard Tracking */
.bkf-mini-card { background: var(--C-CARD); border: 1px dashed var(--C-BORD); padding: 15px; border-radius: 8px; margin-top: 20px; font-size: 13px; color: var(--C-TEXT); }
.bkf-mini-card h4 { margin: 0 0 8px 0; font-size: 14px; font-weight: 600; color: var(--C-TEXT); }
.bkf-tracker { list-style: none; padding: 0; margin: 30px 0 0 0; }
.bkf-tracker li { color: var(--C-MUTE); font-size: 13px; margin-bottom: 15px; display: flex; align-items: center; gap: 10px; }
.bkf-tracker li span { display: inline-flex; width: 20px; height: 20px; border-radius: 50%; align-items: center; justify-content: center; border: 1px solid var(--C-MUTE); font-size: 10px; }
.bkf-tracker li.act { color: var(--C-TEXT); font-weight: 600; }
.bkf-tracker li.act span { background: var(--C-MAIN); border-color: var(--C-MAIN); color: #fff; }
.bkf-tracker li.done { color: var(--C-TEXT); }
.bkf-tracker li.done span { background: var(--C-SUCC); border-color: var(--C-SUCC); color: white; border: none; }

/* Step 1 Exact Layout */
.bkf-s1-layout { display: flex; flex-direction: column; width: 100%; min-height: 80vh; max-height: 900px; overflow-y: auto; background: #131313; align-items: stretch; }
@media(min-width: 768px) { .bkf-s1-layout { flex-direction: row; overflow: hidden; } }

.bkf-s1-aside { position: relative; width: 100%; min-height: 400px; display: flex; flex-direction: column; padding: 32px; overflow: hidden; flex-shrink: 0; box-sizing: border-box; }
@media(min-width: 640px) { .bkf-s1-aside { padding: 48px; } }
@media(min-width: 768px) { .bkf-s1-aside { width: 40%; height: auto; } }
@media(min-width: 1024px) { .bkf-s1-aside { padding: 64px; } }

.bkf-s1-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; }
.bkf-s1-bg::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); }

.bkf-s1-aside-content { position: relative; z-index: 10; display: flex; flex-direction: column; height: 100%; }
.bkf-s1-badge-step { display: inline-block; padding: 4px 12px; background: rgba(255,255,255,0.1); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.2); border-radius: 4px; font-size: 0.65rem; font-weight: 900; text-transform: uppercase; letter-spacing: 0.2em; color: #fff; margin-bottom: 24px; align-self: flex-start; }
.bkf-s1-title-big { font-size: 2rem; font-weight: 900; color: #fff; line-height: 1.1; margin: 24px 0 0 0; }
@media(min-width: 640px) { .bkf-s1-title-big { font-size: 2.25rem; } }
@media(min-width: 1024px) { .bkf-s1-title-big { font-size: 3rem; } }
.bkf-s1-sub-big { color: #f0f0f0; font-size: 0.875rem; margin: 24px 0 0 0; line-height: 1.6; max-width: 28rem; }
@media(min-width: 640px) { .bkf-s1-sub-big { font-size: 1rem; } }

.bkf-s1-nav { display: none; flex-direction: column; gap: 4px; margin-top: auto; padding-top: 40px; }
@media(min-width: 768px) { .bkf-s1-nav { display: flex; } }
.bkf-s1-nitem { display: flex; align-items: center; gap: 20px; padding: 16px 0 16px 28px; opacity: 0.5; transition: opacity 0.3s; }
.bkf-s1-nitem.active { opacity: 1; border-left: 4px solid var(--C-MAIN); padding-left: 24px; background: rgba(255,255,255,0.05); backdrop-filter: blur(4px); }
.bkf-s1-nnum { font-size: 0.75rem; font-weight: 900; color: rgba(240,240,240,0.6); }
.bkf-s1-nitem.active .bkf-s1-nnum { color: var(--C-MAIN); }
.bkf-s1-ntext { font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em; color: rgba(240,240,240,0.6); }
.bkf-s1-nitem.active .bkf-s1-ntext { color: #fff; }

.bkf-s1-section { width: 100%; background: #131313; display: flex; flex-direction: column; padding: 32px; flex: 1; box-sizing: border-box; }
@media(min-width: 640px) { .bkf-s1-section { padding: 48px; } }
@media(min-width: 768px) { .bkf-s1-section { width: 60%; height: auto; overflow-y: auto; } }
@media(min-width: 1024px) { .bkf-s1-section { padding: 80px; } }

.bkf-s1-content-max { max-width: 42rem; margin: 0; }
.bkf-s1-head-text { font-size: 1.25rem; font-weight: 700; letter-spacing: -0.025em; color: #fff; margin: 0 0 40px 0; }
@media(min-width: 640px) { .bkf-s1-head-text { font-size: 1.5rem; margin-bottom: 48px; } }

.bkf-s1-benefits-grid { display: flex; flex-direction: column; gap: 32px; }
@media(min-width: 768px) { .bkf-s1-benefits-grid { gap: 40px; } }
.bkf-s1-bblock { display: flex; flex-direction: column; gap: 16px; align-items: center; text-align: center; }
@media(min-width: 640px) { .bkf-s1-bblock { flex-direction: row; align-items: flex-start; text-align: left; gap: 24px; } }
.bkf-s1-bnum { flex-shrink: 0; width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.1); background: rgba(255,255,255,0.05); display: flex; align-items: center; justify-content: center; font-size: 0.875rem; font-weight: 700; color: rgba(255,255,255,0.8); }
.bkf-s1-btitle { font-size: 0.875rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: #fff; margin: 0; }
@media(min-width: 640px) { .bkf-s1-btitle { font-size: 1rem; } }
.bkf-s1-bdesc { font-size: 0.875rem; color: #f0f0f0; margin: 8px 0 0 0; line-height: 1.6; }

.bkf-s1-foot { margin-top: 48px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,0.05); }
@media(min-width: 768px) { .bkf-s1-foot { margin-top: 64px; padding-top: 48px; } }

.bkf-s1-trust-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-bottom: 40px; }
@media(min-width: 768px) { .bkf-s1-trust-row { justify-content: flex-start; gap: 16px; margin-bottom: 48px; } }
.bkf-s1-trust-pill { display: flex; align-items: center; gap: 8px; padding: 8px 12px; background: #201f1f; border-radius: 8px; border: 1px solid rgba(92,64,60,0.1); }
.bkf-s1-trust-icon { font-size: 16px; font-family: 'Material Symbols Outlined'; color: rgba(255,255,255,0.4); }
@media(min-width: 640px) { .bkf-s1-trust-icon { font-size: 18px; } }
.bkf-s1-trust-text { font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: rgba(255,255,255,0.6); margin: 0; }
@media(min-width: 640px) { .bkf-s1-trust-text { font-size: 0.7rem; } }

.bkf-s1-action-wrap { display: flex; justify-content: center; padding-bottom: 32px; }
@media(min-width: 768px) { .bkf-s1-action-wrap { justify-content: flex-start; padding-bottom: 0; } }

.bkf-btn-mega { width: 100%; background: var(--C-MAIN); color: #fff; padding: 16px 32px; border-radius: 0.5rem; font-family: inherit; font-weight: 900; font-size: 0.875rem; text-transform: uppercase; letter-spacing: 0.1em; display: flex; align-items: center; justify-content: center; gap: 12px; border: none; cursor: pointer; transition: all 0.3s; box-shadow: 0 20px 40px rgba(192,17,17,0.3); }
@media(min-width: 640px) { .bkf-btn-mega { width: auto; padding: 16px 48px; } }
.bkf-btn-mega:hover { filter: brightness(110%); box-shadow: 0 25px 50px rgba(192,17,17,0.4); transform: translateY(-2px); }
.bkf-btn-mega:active { transform: scale(0.95); }
.bkf-btn-mega .material-symbols-outlined { font-size: 20px; }

.bkf-page-title { font-size: 28px; font-weight: 700; margin: 0 0 10px 0; color: var(--C-TEXT); }
.bkf-page-sub { font-size: 16px; color: var(--C-MUTE); margin: 0 0 30px 0; }

.bkf-benefits { display: flex; flex-direction: column; gap: 15px; margin-bottom: 30px; }
.bkf-b-block { display: flex; gap: 15px; background: var(--C-CARD); padding: 20px; border-radius: 8px; border: 1px solid var(--C-BORD); }
.bkf-b-icon { color: var(--C-MAIN); flex-shrink: 0; }
.bkf-b-block h4 { font-size: 16px; font-weight: 600; margin: 0 0 5px 0; color: var(--C-TEXT); }
.bkf-b-block p { font-size: 14px; color: var(--C-MUTE); margin: 0; }

.bkf-trust { font-size: 12px; color: var(--C-MUTE); text-align: center; margin-bottom: 30px; }
.bkf-action-row { text-align: left; margin-top: auto; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,0.05); padding-top: 24px; }
.bkf-btn-next {
    background: var(--C-MAIN);
    color: #f0f0f0;
    border: none;
    padding: 12px 40px;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 900;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-family: inherit;
}
.bkf-btn-next:hover { 
    background: #930005; /* Fallback for hover state */
    transform: scale(0.98);
}
.bkf-btn-next-bar {
    width: 32px;
    height: 1px;
    background: rgba(240,240,240,0.3);
    transition: width 0.3s;
}
.bkf-btn-next:hover .bkf-btn-next-bar {
    width: 48px;
}

.bkf-btn-back {
    background: transparent;
    color: rgba(240,240,240,0.6);
    border: 1px solid rgba(240,240,240,0.25);
    padding: 10px 20px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: inherit;
}
.bkf-btn-back:hover {
    color: #fff;
    border-color: rgba(240,240,240,0.6);
    background: rgba(240,240,240,0.05);
}

/* Base Booking Summary (Step 2 Style) */
.bkf-summary-card {
    background: var(--C-CARD);
    border-radius: 14px;
    padding: 24px;
    margin-top: auto; /* Pushes it to bottom if space is available */
    margin-bottom: 24px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}
.bkf-summary-card h4 {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--C-TEXT);
    margin: 0 0 16px 0;
    letter-spacing: -0.01em;
}
.bkf-summary-item {
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
    color: var(--C-MUTE);
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--C-BORD);
}
.bkf-summary-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.bkf-summary-val { color: var(--C-TEXT); font-weight: 500; text-align: right; max-width: 60%; }
.bkf-section p { font-size: 14px; margin: 0 0 20px 0; color: var(--C-MUTE); }

.bkf-label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 8px; color: var(--C-TEXT); }
.bkf-req { color: var(--C-MAIN); }
.bkf-input-wrap { position: relative; display: flex; align-items: center; }
.bkf-input-icon { position: absolute; left: 15px; width: 18px; color: var(--C-MUTE); pointer-events: none; }
.bkf-input { width: 100%; background: #1e1e1e !important; border: 1px solid #2e2e2e !important; color: var(--C-TEXT) !important; padding: 12px 15px; border-radius: 8px; font-size: 15px; font-family: inherit; transition: border-color 0.2s, box-shadow 0.2s; outline: none; }
.bkf-input.has-icon { padding-left: 45px; }
.bkf-input:focus { border-color: var(--C-MAIN) !important; box-shadow: 0 0 0 2px rgba(192,17,17,0.2) !important; }
.bkf-input::placeholder { color: #666; }
.bkf-micro { font-size: 12px; color: var(--C-MUTE); margin: 6px 0 0 0; }
.bkf-mt { margin-top: 25px; }
.bkf-mb { margin-bottom: 25px; }

.bkf-btn-dash { background: transparent; border: 1px dashed var(--C-BORD); color: var(--C-TEXT); width: 100%; padding: 12px; border-radius: 8px; font-weight: 500; cursor: pointer; transition: border-color 0.2s; }
.bkf-btn-dash:hover { border-color: var(--C-MUTE); }

.bkf-map-img { width: 100%; height: auto; border-radius: 8px; margin-bottom: 20px; border: 1px solid var(--C-BORD); box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
.bkf-map-placeholder { width: 100%; height: 150px; background: var(--C-SURF); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: var(--C-MUTE); margin-bottom: 20px; border: 1px solid var(--C-BORD); font-size: 13px; }
#bkf-zones-wrap { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; gap: 8px; width: 100%; }
.bkf-pill { background: var(--C-CARD); border: 1px solid var(--C-BORD); color: var(--C-TEXT); padding: 8px 16px; border-radius: 20px; font-size: 13px; font-weight: 500; cursor: pointer; transition: all 0.2s; user-select: none; display: flex; flex-direction: row; flex-wrap: nowrap; align-content: center; justify-content: flex-start; align-items: center; }
.bkf-pill:hover, .bkf-pill.active { background: var(--C-MAIN); border-color: var(--C-MAIN); color: #fff; }
.bkf-preds { background: var(--C-CARD); border: 1px solid var(--C-BORD); border-top: none; border-radius: 0 0 8px 8px; margin-top: -5px; max-height: 200px; overflow-y: auto; position: absolute; width: 100%; z-index: 10; padding-top: 5px; box-shadow: 0 10px 15px rgba(0,0,0,0.2); }
.bkf-pred-item { padding: 12px 15px; cursor: pointer; font-size: 14px; border-bottom: 1px solid var(--C-BORD); color: var(--C-TEXT); }
.bkf-pred-item:last-child { border-bottom: none; }
.bkf-pred-item:hover { background: var(--C-SURF); }
.bkf-alert-info { background: rgba(33, 150, 243, 0.1); border-left: 3px solid #2196F3; padding: 12px 15px; border-radius: 0 8px 8px 0; color: #90caf9; font-size: 14px; }
.bkf-alert-dark { background: var(--C-SURF); border-left: 3px solid var(--C-MAIN); padding: 12px 15px; border-radius: 0 8px 8px 0; font-size: 14px; color: var(--C-TEXT); }

.bkf-hidden { display: none !important; }

span.bkf-valid-mark {
    position: absolute;
    transform: translateY(55%) !important;
    right: 15px;
    height: fit-content;
    top: 0px;
    transform-origin: center !important;
    width: 25px;
    background: #ffffff2e;
    text-align: center;
    border-radius: 50px;
}

.bkf-search-row { display: flex; flex-direction: column; gap: 16px; align-items: center; margin-bottom: 24px; width: 100%; }
@media(min-width: 640px) { .bkf-search-row { flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; } }
#bkf-search { padding-left: 40px !important; }
.bkf-services-grid { display: grid; grid-template-columns: 1fr; gap: 15px; max-height: 400px; overflow-y: auto; padding-right: 5px; }
.bkf-services-grid::-webkit-scrollbar { width: 6px; }
.bkf-services-grid::-webkit-scrollbar-track { background: var(--C-SURF); border-radius: 3px; }
.bkf-services-grid::-webkit-scrollbar-thumb { background: var(--C-BORD); border-radius: 3px; }
@media(min-width: 600px) { .bkf-services-grid { grid-template-columns: repeat(2, 1fr); max-height: 500px; } }
.bkf-svc-card { background: var(--C-CARD); border: 1px solid var(--C-BORD); padding: 12px; border-radius: 8px; cursor: pointer; transition: border-color 0.2s, background 0.2s; display: flex; gap: 12px; align-items: flex-start; }
.bkf-svc-card:hover { border-color: #444; }
.bkf-svc-card.active { border-color: var(--C-MAIN); background: rgba(192,17,17,0.05); }
.bkf-svc-check { width: 22px; height: 22px; border: 2px solid var(--C-MUTE); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all 0.2s; position: relative; }
.bkf-svc-card.active .bkf-svc-check { background: transparent; border-color: transparent; }
.bkf-svc-check svg { display: none; }
.bkf-svc-card.active .bkf-svc-check svg { display: block; color: var(--C-MAIN); width: 24px; height: 24px; }
.bkf-svc-check:after { display: none; }
.bkf-svc-info { display: flex; flex-direction: column; justify-content: center; }
.bkf-svc-info h4 { margin: 0 0 5px 0; font-size: 15px; font-weight: 600; color: var(--C-TEXT); }
@media(min-width: 640px) { .bkf-svc-info h4 { font-size: 15px; font-weight: 600; } }
.bkf-svc-info p { display: none !important; }
.bkf-svc-img { width: 100%; max-width: 60px; max-height: 60px; height: 60px; object-fit: cover; border-radius: 50px; border: 1px solid var(--C-BORD); flex-shrink: 0; }
.bkf-svc-time { display: inline-flex; align-items: center; font-size: 11px; font-weight: 500; color: var(--C-MUTE); background: rgba(0,0,0,0.2); padding: 4px 8px; border-radius: 12px; margin-top: 0px; border: 1px solid var(--C-BORD); }
.bkf-selected-svcs { margin-top: 20px; padding: 15px; background: rgba(0,0,0,0.2); border-radius: 8px; border: 1px dashed var(--C-BORD); font-size: 13px; color: var(--C-TEXT); }

.bkf-dropzone { border: 2px dashed var(--C-BORD); border-radius: 8px; padding: 30px; text-align: center; cursor: pointer; transition: border-color 0.2s; background: var(--C-CARD); }
.bkf-dropzone.dragover { border-color: var(--C-MAIN); background: rgba(192,17,17,0.05); }
.bkf-dropzone:hover { border-color: var(--C-MAIN); }
.bkf-dropzone svg { color: var(--C-MAIN); margin-bottom: 10px; }
.bkf-dropzone p { margin: 0 0 5px 0; font-weight: 600; color: var(--C-TEXT); }
.bkf-photo-preview { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 15px; }
.bkf-photo-item { width: 80px; height: 80px; border-radius: 8px; overflow: hidden; position: relative; border: 1px solid var(--C-BORD); }
.bkf-photo-item img { width: 100%; height: 100%; object-fit: cover; }
.bkf-photo-del { position: absolute; top: 5px; right: 5px; background: rgba(0,0,0,0.8); color: #fff; border: 1px solid #333; width: 22px; height: 22px; border-radius: 50%; font-size: 12px; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.bkf-photo-del:hover { background: var(--C-MAIN); border-color: var(--C-MAIN); }

.bkf-cal-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.bkf-btn-icon { background: var(--C-CARD); border: 1px solid var(--C-BORD); color: var(--C-TEXT); width: 40px; height: 40px; border-radius: 8px; font-size: 22px; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background 0.2s, border-color 0.2s; }
.bkf-btn-icon:hover { background: var(--C-SURF); border-color: var(--C-MUTE); }
.bkf-cal-month-title { margin: 0; font-size: 18px; font-weight: 700; color: var(--C-TEXT); }
.bkf-cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 5px; text-align: center; margin-bottom: 10px; }
.bkf-cal-dow { font-size: 13px; font-weight: 600; color: var(--C-MUTE); text-transform: uppercase; }
.bkf-cal-days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 5px; }
.bkf-cal-day { aspect-ratio: 1; display: flex; align-items: center; justify-content: center; background: var(--C-CARD); border: 1px solid var(--C-BORD); border-radius: 8px; font-size: 15px; font-weight: 600; cursor: pointer; transition: all 0.2s; color: var(--C-TEXT); }
.bkf-cal-day:hover:not(.disabled) { border-color: var(--C-MAIN); background: rgba(192,17,17,0.05); }
.bkf-cal-day.disabled { opacity: 0.2; cursor: not-allowed; background: transparent; }
.bkf-cal-day.today { border-bottom: 3px solid var(--C-MAIN); }
.bkf-cal-day.active { background: var(--C-MAIN); border-color: var(--C-MAIN); color: #fff; }

.bkf-slots-wrap h4 { margin: 25px 0 15px 0; font-size: 16px; font-weight: 600; color: var(--C-TEXT); }
.bkf-slots-grid { display: grid; grid-template-columns: 1fr; gap: 15px; }
@media(min-width: 600px) { .bkf-slots-grid { grid-template-columns: repeat(2, 1fr); } }
.bkf-slot-card { background: var(--C-CARD); border: 1px solid var(--C-BORD); border-radius: 8px; padding: 20px 15px; cursor: pointer; transition: all 0.2s; text-align: center; display: flex; flex-direction: column; justify-content: center; }
.bkf-slot-card:hover { border-color: #444; }
.bkf-slot-card.active { border-color: var(--C-MAIN); background: rgba(192,17,17,0.05); box-shadow: 0 0 0 1px var(--C-MAIN); }
.bkf-slot-time { font-size: 18px; font-weight: 700; display: block; margin-bottom: 5px; color: var(--C-TEXT); }
.bkf-slot-desc { font-size: 13px; color: var(--C-MUTE); }

.bkf-row-2 { display: flex; gap: 20px; flex-wrap: wrap; }
.bkf-row-2 .bkf-input-group { flex: 1; min-width: 200px; }
.bkf-input-group { margin-bottom: 20px; width: 100%; }
.bkf-chk-label { display: flex; align-items: flex-start; gap: 12px; cursor: pointer; font-size: 14px; color: var(--C-TEXT); margin-bottom: 15px; }
.bkf-chk-label input[type="checkbox"] { width: 18px; height: 18px; accent-color: var(--C-MAIN); margin-top: 2px; cursor: pointer; }
.bkf-chk-label a { color: var(--C-MAIN); text-decoration: underline; }
.bkf-btn-link { background: none; border: none; color: var(--C-MAIN); cursor: pointer; font-size: inherit; padding: 0; text-decoration: underline; font-weight: 600; }

.bkf-login-prompt { background: rgba(192,17,17,0.1); border: 1px solid rgba(192,17,17,0.2); border-radius: 8px; padding: 15px; display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.bkf-login-prompt span { font-size: 14px; font-weight: 500; color: #ff8a8a; }

.bkf-payment-options { display: flex; flex-direction: column; gap: 15px; }
.bkf-radio-card { display: flex; gap: 15px; background: var(--C-CARD); border: 1px solid var(--C-BORD); border-radius: 8px; padding: 20px; cursor: pointer; transition: all 0.2s; position: relative; align-items: flex-start; }
.bkf-radio-card input[type="radio"] { position: absolute; opacity: 0; width: 0; height: 0; }
.bkf-radio-card:hover { border-color: #444; }
.bkf-radio-card.active { border-color: var(--C-MAIN); background: rgba(192,17,17,0.05); }
.bkf-radio-card:before { content: ''; flex-shrink: 0; width: 24px; height: 24px; border-radius: 50%; border: 2px solid var(--C-MUTE); box-sizing: border-box; transition: all 0.2s; margin-top: 2px; background: var(--C-BG); }
.bkf-radio-card.active:before { border-color: var(--C-MAIN); border-width: 7px; }
.bkf-rc-content { flex: 1; }
.bkf-rc-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.bkf-rc-title { font-weight: 700; font-size: 16px; color: var(--C-TEXT); }
.bkf-rc-badge { font-size: 11px; padding: 4px 10px; background: var(--C-SURF); border-radius: 12px; color: var(--C-MUTE); font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; }
.bkf-rc-badge.highlight { background: var(--C-MAIN); color: #fff; }
.bkf-rc-body { font-size: 14px; color: var(--C-MUTE); margin: 0 0 12px 0; line-height: 1.5; }

.bkf-price-breakdown { background: rgba(0,0,0,0.2); border-radius: 8px; padding: 15px; margin-top: 15px; border: 1px solid var(--C-SURF); }
.bkf-pb-row { display: flex; justify-content: space-between; font-size: 14px; margin-bottom: 10px; color: var(--C-MUTE); }
.bkf-pb-total { font-size: 18px; font-weight: 700; color: var(--C-TEXT); border-top: 1px dashed var(--C-BORD); margin-top: 10px; padding-top: 10px; }

.bkf-contact-form { width: 100% !important; display: flex; flex-direction: column; }

/* ── Footer: inside right column on desktop, fixed+smart on mobile ── */
.bkf-foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    padding-bottom: calc(16px + env(safe-area-inset-bottom, 0px));
    background: rgba(13, 13, 13, 0.95);
    backdrop-filter: blur(20px);
    border-top: 1px solid rgba(255,255,255,0.08);
    z-index: 100;
    /* Mobile: fixed, shown only when form is visible via JS class */
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.bkf-foot.bkf-foot--hidden {
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
}
/* Desktop: absolute inside the right column area */
@media (min-width: 768px) {
    .bkf-foot {
        position: absolute;
        bottom: 0;
        right: 0;
        left: auto;
        width: 65%;
        padding: 20px 40px;
        background: transparent;
        backdrop-filter: none;
        border-top: none;
        z-index: 10;
        transform: none !important;
        opacity: 1 !important;
        pointer-events: auto;
        justify-content: flex-end;
        gap: 16px;
    }
}
.bkf-foot > * { pointer-events: auto; }

/* ── Back button ── */
#bkf-prev, .bkf-btn-ghost {
    border-radius: 0.5rem;
    background: none;
    border: solid 1px #c5c5c570;
    padding: 12px 15px;
    line-height: 1em;
    color: #c5c5c5;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.25s;
    font-family: inherit;
}
#bkf-prev:hover, .bkf-btn-ghost:hover {
    background: rgba(197,197,197,0.08);
    border-color: #c5c5c5;
    color: #fff;
}

/* ── Next / action button ── */
#bkf-next, .bkf-btn-red {
    background: var(--C-MAIN);
    color: #f0f0f0;
    border: none;
    padding: 12px 24px;
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 0.5rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: all 0.25s;
    font-family: inherit;
    line-height: 1em;
}
@media (min-width: 768px) {
    #bkf-next { min-width: 180px; }
}
#bkf-next:hover, .bkf-btn-red:hover { background: var(--C-HOVER, #9b0e0e); transform: scale(0.98); }
.bkf-btn-red-bar { width: 28px; height: 1px; background: rgba(240,240,240,0.3); transition: width 0.3s; }
.bkf-btn-red:hover .bkf-btn-red-bar { width: 44px; }

/* ── "Back to form" floating button — mobile only, shown when form is out of view ── */
.bkf-back-to-form {
    display: none;
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%) translateY(16px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 200;
    background: var(--C-MAIN);
    color: #fff;
    border: none;
    border-radius: 99px;
    padding: 12px 24px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    cursor: pointer;
    align-items: center;
    gap: 8px;
    font-family: inherit;
    box-shadow: 0 8px 24px rgba(192,17,17,0.4);
}
.bkf-back-to-form.visible {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
}
@media (max-width: 767px) {
    .bkf-back-to-form { display: inline-flex; }
}


.bkf-success-wrap { text-align: center; padding: 60px 20px; }
.bkf-success-wrap * { color: var(--C-TEXT); }
.bkf-success-icon { display: flex; justify-content: center; margin-bottom: 25px; }
.bkf-ok-title { font-size: 32px; font-weight: 700; margin: 0 0 10px 0; color: #fff; }
.bkf-ok-msg { font-size: 16px; color: var(--C-TEXT); margin: 0 0 30px 0; max-width: 600px; margin-left: auto; margin-right: auto; }
.bkf-ok-card { background: var(--C-CARD); border: 1px solid var(--C-BORD); border-radius: 8px; padding: 30px; max-width: 450px; margin: 0 auto; line-height: 1.6; }
.bkf-spinner { width: 40px; height: 40px; border: 3px solid rgba(255,255,255,0.1); border-top-color: var(--C-MAIN); border-radius: 50%; animation: bkf-spin 1s linear infinite; margin: 20px auto 0; }
@keyframes bkf-spin { to { transform: rotate(360deg); } }

.bkf-wa-fast { max-width: 450px; margin: 20px auto 0; text-align: center; }
.bkf-wa-fast-text { font-size: 0.9rem; color: var(--C-MUTE); margin: 0 0 12px 0; line-height: 1.5; }
.bkf-wa-fast-btn { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; max-width: 400px; margin: 0 auto; padding: 14px 20px; background: #25D366; color: #fff !important; border-radius: 10px; font-weight: 700; font-size: 1rem; text-decoration: none; transition: background 0.2s; box-sizing: border-box; }
.bkf-wa-fast-btn:hover { background: #1ebe5b; color: #fff !important; }

.bkf-modal-wrap { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; padding: 20px; }
.bkf-modal-bg { position: absolute; inset: 0; background: rgba(0,0,0,0.8); backdrop-filter: blur(4px); }
.bkf-modal-box { position: relative; background: var(--C-BG); border: 1px solid var(--C-BORD); border-radius: 12px; width: 100%; max-width: 600px; max-height: 90vh; display: flex; flex-direction: column; box-shadow: 0 20px 40px rgba(0,0,0,0.5); }
.bkf-modal-head { display: flex; justify-content: space-between; align-items: center; padding: 20px; border-bottom: 1px solid var(--C-BORD); font-weight: 700; font-size: 18px; color: var(--C-TEXT); }
.bkf-modal-x { background: transparent; border: none; color: var(--C-MUTE); font-size: 20px; cursor: pointer; padding: 5px; line-height: 1; }
.bkf-modal-x:hover { color: var(--C-MAIN); }
.bkf-modal-body { padding: 25px; overflow-y: auto; color: var(--C-TEXT); font-size: 14px; line-height: 1.6; }
.bkf-modal-body h4 { margin: 25px 0 10px 0; font-size: 16px; color: #fff; font-weight: 600; }
.bkf-modal-body h4:first-child { margin-top: 0; }
.bkf-modal-foot { padding: 20px; border-top: 1px solid var(--C-BORD); display: flex; justify-content: flex-end; gap: 15px; background: var(--C-SURF); border-radius: 0 0 12px 12px; }

/* Global loader overlay for UI blocking */
.bkf-global-loader { position: absolute; top:0; left:0; right:0; bottom:0; background: rgba(0,0,0,0.6); backdrop-filter: blur(2px); z-index: 50; display: flex; align-items: center; justify-content: center; border-radius: 12px; }
.bkf-global-loader .bkf-spinner { width: 50px; height: 50px; border-width: 4px; border-top-color: var(--C-MAIN); }

.bkf-address-sec .bkf-input-wrap {
    display: flex;
    gap: 8px;
    align-items: center;
    width: 100%;
}

.bkf-address-sec .bkf-input-wrap > div:first-child {
    flex: 1;
    min-width: 0;
    position: relative;
}

.bkf-address-sec #bkf-address {
    width: 100%;
    box-sizing: border-box;
}

.bkf-input-geo {
    flex-shrink: 0;
    height: 44px;
    width: 44px;
    padding: 0 !important;
}

#bkf-address-preds {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 100;
    background: var(--C-CARD, #1a1a1a);
    border: 1px solid var(--C-BORDER, #2a2a2a);
    border-radius: 8px;
    margin-top: 4px;
    overflow: hidden;
}

.bkf-pred-item {
    padding: 10px 14px;
    font-size: 13px;
    cursor: pointer;
    color: var(--C-TEXT, #f0f0f0);
    border-bottom: 1px solid var(--C-BORDER, #2a2a2a);
}

.bkf-pred-item:last-child { border-bottom: none; }
.bkf-pred-item:hover { background: var(--C-SURFACE, #212121); }

/* --- STEP 1 NAV MENU --- */
.bkf-nav-menu { display: flex; flex-direction: column; gap: 20px; font-weight: 500; font-size: 0.8rem; letter-spacing: 0.05em; margin-top: 50px; }
.bkf-nav-item { color: rgba(255,255,255,0.4); display: flex; align-items: center; gap: 12px; }
.bkf-nav-item.active { color: var(--C-TEXT); font-weight: 700; }
.bkf-nav-num { font-size: 0.7rem; }
.bkf-nav-item.active .bkf-nav-num { color: var(--C-MAIN); font-weight: 800; }

/* --- STEP 2 MAP & LOCATION --- */
.bkf-map-wrapper { position: relative; width: 100%; aspect-ratio: 21/6; border-radius: 12px; overflow: hidden; background: #111; margin-bottom: 30px; }
.bkf-map-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.4); z-index: 10; transition: background 0.5s; pointer-events: none; }
.bkf-map-wrapper:hover .bkf-map-overlay { background: rgba(0,0,0,0.2); }
.bkf-map-img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) opacity(0.6) contrast(1.25); display: block; }
.bkf-map-marker { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 20; display: flex; align-items: center; justify-content: center; }
.bkf-marker-pulse { position: absolute; width: 64px; height: 64px; background: rgba(192, 17, 17, 0.2); border-radius: 50%; animation: bkfPulse 2s infinite; }
@keyframes bkfPulse { 0% { transform: scale(0.5); opacity: 1; } 100% { transform: scale(1.5); opacity: 0; } }
.bkf-map-badge { position: absolute; bottom: 16px; right: 16px; z-index: 20; background: rgba(26,26,26,0.8); backdrop-filter: blur(8px); padding: 4px 12px; border-radius: 8px; font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 700; border: 1px solid rgba(255,255,255,0.05); }

.bkf-label-mini { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; color: var(--C-MUTE); display: block; margin-bottom: 12px; }

.bkf-zones-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 8px; margin-bottom: 20px; }
.bkf-zone-pill { background: transparent; padding: 12px; border-radius: 8px; text-align: center; border: 1px solid rgba(255,255,255,0.1); color: var(--C-TEXT); cursor: pointer; transition: all 0.2s; font-size: 13px; font-weight: 500; }
.bkf-zone-pill:hover { border-color: rgba(255,255,255,0.3); background: rgba(255,255,255,0.02); }
.bkf-zone-pill.active { border-color: var(--C-MAIN); background: rgba(192, 17, 17, 0.1); color: var(--C-TEXT); }
.bkf-zone-price { display: block; font-size: 11px; color: var(--C-MUTE); margin-top: 4px; }
.bkf-zone-pill.active .bkf-zone-price { color: var(--C-MAIN); opacity: 0.8; }

button#bkf-nozone-btn { width: auto; background: #313131; border-radius: 0.5rem; border: solid 1px #6b6b6b; padding: 12px 20px; font-size: 13px; font-weight: 700; color: #f0f0f0; cursor: pointer; text-transform: uppercase; letter-spacing: 0.1em; transition: all 0.2s; text-align: center; font-family: inherit; }
button#bkf-nozone-btn:hover { background: #444; border-color: rgba(255,255,255,0.3); }

.bkf-addr-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.bkf-addr-head .bkf-label-mini { margin-bottom: 0; }
.bkf-geo-btn { background: transparent; border: none; color: var(--C-MAIN); font-size: 12px; font-weight: 600; display: flex; align-items: center; gap: 6px; cursor: pointer; padding: 0; outline: none; }
.bkf-geo-btn:hover { filter: brightness(1.2); }

.bkf-input-wrapper { position: relative; margin-bottom: 8px; }
.bkf-input-wrapper .bkf-input-icon { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); color: var(--C-MUTE); pointer-events: none; }
.bkf-input-dark { width: 100%; box-sizing: border-box; background: #1e1e1e !important; border: 1px solid transparent !important; padding: 16px 16px 16px 48px; border-radius: 12px; font-size: 15px; color: var(--C-TEXT) !important; transition: all 0.3s; font-family: inherit; }
input#bkf-address { padding-left: 45px !important; }
.bkf-input-dark:focus { background: var(--C-SURF) !important; outline: none; }

.bkf-micro-desc { font-size: 12px; color: var(--C-MUTE); margin: 0 0 16px 0; }
.bkf-alert-dark { background: rgba(0,0,0,0.2); border: 1px solid rgba(255,255,255,0.05); border-radius: 8px; padding: 16px; font-size: 13px; color: var(--C-TEXT); }

/* --- STEP 3 SERVICES MULTI --- */
.bkf-mb-lg { margin-bottom: 40px; }
.bkf-mt-lg { margin-top: 40px; }
.bkf-mt-sm { margin-top: 8px; }
.bkf-shrink-0 { flex-shrink: 0; }
.bkf-page-title-mega { font-size: 2.25rem; font-weight: 800; color: #f0f0f0; letter-spacing: -0.025em; line-height: 1.2; margin: 0 0 16px 0; }
@media(min-width: 768px) { .bkf-page-title-mega { font-size: 3rem; } }
.bkf-text-primary { color: var(--C-MAIN); }
.bkf-page-sub-mega { font-size: 1rem; color: var(--C-MUTE); opacity: 0.8; max-width: 42rem; margin: 0; }

.bkf-search-row { display: flex; flex-direction: column; gap: 16px; align-items: center; margin-bottom: 24px; width: 100%; }
@media(min-width: 640px) { .bkf-search-row { flex-direction: row; } }
.bkf-flex-grow { flex-grow: 1; width: 100%; }

.bkf-select-wrapper { position: relative; width: 100%; }
@media(min-width: 640px) { .bkf-select-wrapper { width: 16rem; } }
.bkf-select { padding-right: 40px !important; cursor: pointer; appearance: none; -webkit-appearance: none; }
select#bkf-cat-select.bkf-input-dark { padding: 16px 40px 16px 16px !important; }
.bkf-select-arrow { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); color: var(--C-MUTE); pointer-events: none; }

.bkf-services-grid { display: grid; grid-template-columns: 1fr; gap: 16px; margin-bottom: 40px; }
@media(min-width: 768px) { .bkf-services-grid { grid-template-columns: 1fr 1fr; } }
.bkf-svc-card { display: flex; align-items: center; gap: 16px; padding: 16px; background: #1c1c1c; border: 1px solid rgba(255,255,255,0.05); border-radius: 16px; cursor: pointer; transition: all 0.3s; position: relative; }
.bkf-svc-card:hover { border-color: rgba(192, 17, 17, 0.4); }
.bkf-svc-card.active { border-color: var(--C-MAIN); background: rgba(192, 17, 17, 0.05); }
.bkf-svc-img { width: 80px; height: 80px; border-radius: 12px; object-fit: cover; flex-shrink: 0; }
.bkf-svc-info { display: flex; flex-direction: column; flex-wrap: nowrap; align-content: flex-start; align-items: flex-start; justify-content: space-between; width: 100%; min-width: 0; }
.bkf-svc-info h4 { font-weight: 700; font-size: 16px; color: var(--C-TEXT); margin: 0 0 4px 0; }
.bkf-svc-info p { margin: 0 0 4px 0; font-size: 12px; color: var(--C-MUTE); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 90%; }
.bkf-svc-time { display: inline-flex; align-items: center; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--C-MUTE); opacity: 0.8; }

.bkf-svc-check { position: absolute; right: 16px; width: 24px; height: 24px; pointer-events: none; display: flex; align-items: center; justify-content: center; }
.bkf-svc-check::before { content: ""; display: block; width: 24px; height: 24px; background-color: var(--C-MUTE); opacity: 0.4; transition: all 0.3s; -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="10"/><line x1="12" y1="8" x2="12" y2="16"/><line x1="8" y1="12" x2="16" y2="12"/></svg>') center/cover no-repeat; mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="10"/><line x1="12" y1="8" x2="12" y2="16"/><line x1="8" y1="12" x2="16" y2="12"/></svg>') center/cover no-repeat; }
.bkf-svc-card:hover .bkf-svc-check::before { background-color: var(--C-MAIN); opacity: 1; }
.bkf-svc-card.active .bkf-svc-check::before { background-color: var(--C-MAIN); opacity: 1; -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="10"/><path d="M8 12.5l3 3 5-6"/></svg>') center/cover no-repeat; mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="10"/><path d="M8 12.5l3 3 5-6"/></svg>') center/cover no-repeat; }

.bkf-project-details { display: flex; flex-direction: column; gap: 32px; padding-bottom: 40px; }
@media(min-width: 1024px) { .bkf-project-details { flex-direction: row; } }
.bkf-label-mega { display: block; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.15em; font-weight: 900; color: var(--C-MUTE); margin-bottom: 16px; }
.bkf-textarea-mega { height: 140px; resize: none; padding: 16px 24px; }
.bkf-upload-col { display: flex; flex-direction: column; width: 100%; flex-shrink: 0; }
@media(min-width: 1024px) { .bkf-upload-col { width: 320px; } }
.bkf-dropzone-mega { height: 140px; border: 2px dashed rgba(255,255,255,0.1); border-radius: 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 16px; background: transparent; cursor: pointer; transition: all 0.3s; position: relative; }
.bkf-dropzone-mega:hover { border-color: rgba(192,17,17,0.3); background: rgba(255,255,255,0.02); }
.bkf-dropzone-mega svg { color: var(--C-MUTE); transition: color 0.3s; margin-bottom: 8px; }
.bkf-dropzone-mega:hover svg { color: var(--C-MAIN); }
.bkf-dropzone-mega h4 { font-size: 12px; font-weight: 700; color: #f0f0f0; margin: 0 0 4px 0; }
.bkf-micro-mega { font-size: 0.6rem; color: var(--C-MUTE); text-transform: uppercase; letter-spacing: -0.025em; opacity: 0.6; }

/* --- STEP 4 DATETIME --- */
.bkf-uppercase { text-transform: uppercase; }
.bkf-cal-container { background: #1a1a1a; border-radius: 12px; padding: 32px; border: 1px solid rgba(255,255,255,0.05); box-shadow: 0 25px 50px -12px rgba(0,0,0,0.5); margin-bottom: 24px; }
.bkf-cal-header-panel { display: flex; justify-content: space-between; align-items: center; margin-bottom: 32px; padding: 0 8px; }
.bkf-cal-month-title { font-size: 1.25rem; font-weight: 700; text-transform: uppercase; letter-spacing: -0.025em; margin: 0; color: #f0f0f0; }
.bkf-cal-nav { display: flex; gap: 16px; }
.bkf-btn-icon-soft { width: 40px; height: 40px; border: none; background: transparent; border-radius: 8px; color: var(--C-TEXT); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.2s; }
.bkf-btn-icon-soft:hover { background: var(--C-SURF); }

.bkf-cal-grid-head { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; text-align: center; margin-bottom: 8px; }
.bkf-cal-dow { font-size: 10px; font-weight: 700; color: var(--C-MUTE); text-transform: uppercase; letter-spacing: 0.1em; padding: 8px 0; }

.bkf-cal-days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; text-align: center; }
.bkf-cal-day { padding: 16px 0; font-size: 14px; border-radius: 8px; cursor: pointer; transition: all 0.2s; color: var(--C-TEXT); }
.bkf-cal-day:not(.disabled):hover { background: var(--C-SURF); }
.bkf-cal-day.disabled { opacity: 0.3; cursor: default; }
.bkf-cal-day.today { font-weight: 700; color: var(--C-TEXT); }
.bkf-cal-day.active { background: var(--C-MAIN) !important; color: #fff; font-weight: 700; box-shadow: 0 10px 15px -3px rgba(192,17,17,0.2); }

.bkf-slots-wrap { margin-bottom: 32px; }
.bkf-slots-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
@media(min-width: 768px) { .bkf-slots-grid { grid-template-columns: 1fr 1fr; } }
.bkf-slot-card { background: #1a1a1a; padding: 24px; border-radius: 12px; border: 1px solid rgba(255,255,255,0.05); cursor: pointer; transition: all 0.3s; }
.bkf-slot-card:hover { border-color: rgba(255,255,255,0.2); }
.bkf-slot-card.active { border-color: var(--C-MAIN); box-shadow: 0 25px 50px -12px rgba(192,17,17,0.1); }
.bkf-slot-time { display: block; font-size: 1.125rem; font-weight: 700; color: var(--C-TEXT); margin-bottom: 8px; }
.bkf-slot-desc { display: block; font-size: 0.75rem; font-weight: 500; color: var(--C-MUTE); }
.bkf-slot-card.active .bkf-slot-desc { color: var(--C-MAIN); font-weight: 900; text-transform: uppercase; letter-spacing: -0.05em; }

/* --- STEP 5 CONFIRMATION --- */
.bkf-subhead-red { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--C-MAIN); margin-bottom: 24px; }
.bkf-input-group-dark { display: flex; flex-direction: column; gap: 8px; }
.bkf-input-group-dark label { font-size: 10px; font-weight: 700; text-transform: uppercase; color: var(--C-MUTE); margin-left: 4px; }
.bkf-input-dark { width: 100%; background: #1e1e1e !important; border: none !important; border-radius: 8px !important; padding: 16px !important; color: #f0f0f0 !important; font-size: 1rem; transition: all 0.3s !important; }
.bkf-input-dark:focus { background: #2a2a2a !important; box-shadow: none !important; outline: none; }

.bkf-chk-group { display: flex; flex-direction: column; gap: 16px; }
.bkf-chk-dark { display: flex; align-items: flex-start; gap: 16px; cursor: pointer; }
.bkf-chk-dark input[type="checkbox"] { flex-shrink: 0; width: 24px; height: 24px; border-radius: 4px; background: #1e1e1e; border: none; color: var(--C-MAIN); margin-top: 2px; }
.bkf-chk-dark span { font-size: 1rem; color: var(--C-TEXT); transition: color 0.2s; line-height: 1.4; }
.bkf-chk-dark:hover span { color: #f0f0f0; }

.bkf-radio-box-group { display: flex; flex-direction: column; gap: 24px; }
.bkf-radio-box { display: block; position: relative; cursor: pointer; }
.bkf-radio-box input[type="radio"] { position: absolute; opacity: 0; pointer-events: none; }
.bkf-rb-content { background: var(--C-SURF); border: 1px solid rgba(255,255,255,0.15); border-radius: 12px; padding: 24px; display: flex; gap: 16px; transition: all 0.3s; }
.bkf-radio-box:hover .bkf-rb-content { background: #2a2a2a; }
.bkf-radio-box input[type="radio"]:checked + .bkf-rb-content { background: #2a2a2a; border: 2px solid var(--C-MAIN); padding: 23px; box-shadow: 0 0 20px rgba(192,17,17,0.15); }

.bkf-rb-indicator { width: 24px; height: 24px; border-radius: 50%; border: 2px solid var(--C-BORD); flex-shrink: 0; margin-top: 4px; position: relative; transition: all 0.3s; }
.bkf-radio-box input[type="radio"]:checked + .bkf-rb-content .bkf-rb-indicator { border-color: var(--C-MAIN); background: var(--C-MAIN); }
.bkf-radio-box input[type="radio"]:checked + .bkf-rb-content .bkf-rb-indicator::after { content: ''; position: absolute; width: 8px; height: 8px; background: #f0f0f0; border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%, -50%); }

.bkf-rb-body { flex-grow: 1; }
.bkf-rb-body h4 { font-size: 1.125rem; font-weight: 700; color: #f0f0f0; margin: 0 0 8px 0; display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; }
.bkf-rb-body p { font-size: 0.875rem; color: var(--C-MUTE); line-height: 1.6; margin: 0; }

.bkf-badge-pending { font-size: 10px; padding: 4px 12px; background: rgba(255,255,255,0.05); color: var(--C-MUTE); border-radius: 99px; text-transform: uppercase; letter-spacing: 0.05em; font-weight: 900; white-space: nowrap; }
.bkf-badge-rec { font-size: 10px; padding: 4px 12px; background: rgba(192,17,17,0.1); color: var(--C-MAIN); border-radius: 99px; text-transform: uppercase; letter-spacing: -0.05em; font-weight: 900; line-height: 1.2; white-space: nowrap; }

.bkf-price-table { margin-top: 24px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.1); display: flex; flex-direction: column; gap: 12px; }
.bkf-pt-row { display: flex; justify-content: space-between; font-size: 0.875rem; color: var(--C-MUTE); }
.bkf-pt-row span:last-child { color: #f0f0f0; }
.bkf-pt-total { margin-top: 8px; padding-top: 8px; font-weight: 700; font-size: 1.125rem; color: var(--C-MAIN); }
.bkf-pt-total span:last-child { color: var(--C-MAIN); }

.bkf-btn-link-red { background: none; border: none; color: var(--C-MAIN); font-size: 0.875rem; font-weight: 500; cursor: pointer; padding: 0; margin-top: 12px; transition: color 0.3s; }
.bkf-btn-link-red:hover { text-decoration: underline; color: #ffb4a9; }
.bkf-link-red { color: var(--C-MAIN); text-decoration: none; transition: color 0.2s; }
.bkf-link-red:hover { text-decoration: underline; color: #ffb4a9; }

.bkf-terms-container { background: var(--C-SURF); padding: 24px; border-radius: 12px; border: 1px solid rgba(255,255,255,0.05); }

/* ── Left Sidebar: shared classes for steps 2–5 ── */
.bkf-sidebar-header { margin-bottom: 40px; }
.bkf-sidebar-step-label { display: block; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em; color: rgba(240,240,240,0.5); margin-bottom: 12px; }
.bkf-sidebar-title { font-size: 1.75rem; font-weight: 900; color: var(--C-TEXT); letter-spacing: -0.04em; margin: 0 0 8px 0; line-height: 1.15; max-width: 600px; }
.bkf-sidebar-desc { font-size: 0.78rem; color: rgba(240,240,240,0.45); margin: 0; line-height: 1.55; }

.bkf-sidebar-nav { display: flex; flex-direction: column; gap: 28px; }
.bkf-sidebar-nav-item { display: flex; align-items: center; gap: 16px; color: rgba(240,240,240,0.25); }
.bkf-sidebar-nav-item.done { color: rgba(240,240,240,0.35); }
.bkf-sidebar-nav-item.active { color: var(--C-MAIN); border-left: 3px solid var(--C-MAIN); margin-left: -20px; padding-left: 17px; }
.bkf-sidebar-nav-num { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.1em; }
.bkf-sidebar-nav-text { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; }

.bkf-sidebar-bottom { margin-top: 48px; display: flex; flex-direction: column; gap: 40px; }
.bkf-sidebar-summary-title { font-size: 0.65rem; font-weight: 900; text-transform: uppercase; letter-spacing: 0.2em; color: rgba(240,240,240,0.5); margin: 0 0 12px 0; }
.bkf-sidebar-summary-list { display: flex; flex-direction: column; gap: 10px; }
.bkf-sidebar-summary-item { background: rgba(30,30,30,0.5); padding: 14px 16px; border-radius: 10px; border: 1px solid rgba(255,255,255,0.05); display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.bkf-sidebar-summary-item.pending { background: rgba(30,30,30,0.25); border: 1px dashed rgba(255,255,255,0.08); }
.bkf-sidebar-step-tag { font-size: 0.55rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--C-MAIN); margin: 0 0 4px 0; }
.bkf-sidebar-step-tag.muted { color: rgba(240,240,240,0.35); }
.bkf-sidebar-step-name { font-size: 0.8rem; font-weight: 600; color: #f0f0f0; margin: 0; }
.bkf-sidebar-step-name.muted { color: rgba(240,240,240,0.35); }
.bkf-sidebar-check { color: var(--C-SUCC, #87d982); font-variation-settings: 'FILL' 1; flex-shrink: 0; }

.bkf-sidebar-footer { padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.05); }
.bkf-sidebar-footer-inner { display: flex; align-items: center; justify-content: space-between; }
.bkf-sidebar-footer-label { font-size: 0.65rem; color: rgba(240,240,240,0.5); font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; margin: 0; }
.bkf-sidebar-social { display: flex; align-items: center; gap: 20px; color: rgba(240,240,240,0.4); }
.bkf-sidebar-social .material-symbols-outlined { cursor: pointer; font-size: 20px; transition: color 0.2s; }
.bkf-sidebar-social .material-symbols-outlined:hover { color: rgba(240,240,240,0.8); }
.bkf-sidebar-social a { color: rgba(240,240,240,0.4); display: flex; align-items: center; text-decoration: none; transition: color 0.2s; }
.bkf-sidebar-social a:hover { color: rgba(240,240,240,0.9); }

/* ── Field validation ── */
.bkf-field-error { display: none; font-size: 0.72rem; color: #f87171; margin-top: 6px; font-weight: 500; align-items: center; gap: 6px; }
.bkf-field-error.visible { display: flex; }
.bkf-input-dark.invalid { border-color: #f87171 !important; box-shadow: 0 0 0 2px rgba(248,113,113,0.15) !important; }

/* ── Geo-locate button ── */
button.bkf-geo-btn {
    padding: 5px 8px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 0.8rem;
    background: #181818;
    border: solid 1px #333333;
    color: #c5c5c5 !important;
}

/* ── Form labels ── */
.booking-form-1 label, .booking-form-1 .bkf-label {
    font-size: 1rem;
    color: #e1e1e1;
}
@media (max-width: 1023px) {
    .booking-form-1 label, .booking-form-1 .bkf-label { font-size: 0.9rem; }
}

/* ── Services grid: scrollable on desktop ── */
@media (min-width: 768px) {
    .bkf-services-grid { max-height: 340px; overflow-y: auto; }
}

/* ── Project details section separator ── */
.bkf-project-details.bkf-mt-lg {
    margin-top: 0;
    padding-top: 30px;
    border-top: solid 1px #444444;
}

/* ── Step header: full width ── */
header.bkf-mb-lg.bkf-shrink-0 { width: 100% !important; }

/* ── Mobile topbar ── */
.bkf-mobile-topbar {
    display: none;
    align-items: center;
    gap: 12px;
    padding: 10px 20px;
    background: var(--C-SURF);
    border-bottom: 1px solid rgba(255,255,255,0.07);
    position: sticky;
    top: 0;
    z-index: 50;
}
.bkf-mobile-topbar.bkf-hidden { display: none !important; }
.bkf-mtp-left { flex-shrink: 0; }
.bkf-mtp-step {
    font-size: 0.6rem;
    font-weight: 900;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--C-MAIN);
}
.bkf-mtp-sep {
    width: 1px;
    height: 16px;
    background: rgba(255,255,255,0.15);
    flex-shrink: 0;
}
.bkf-mtp-title {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--C-TEXT);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* ── Mobile: allow the page to scroll naturally instead of clipping inside the widget ── */
@media (max-width: 767px) {
    .booking-form-1 { overflow: visible; min-height: 0; }
    .bkf-main { flex: none; }
    .bkf-step { height: auto; flex: none; }
    .bkf-grid { display: block; height: auto; flex: none; }
    .bkf-col-left  { display: none !important; }
    .bkf-col-right { display: block; overflow-y: visible; padding: 24px 20px 20px !important; width: 100% !important; min-height: 60vh; }
    .bkf-mobile-topbar { display: flex; }
    .bkf-s1-layout { min-height: 0; max-height: none; overflow: visible; }
    .bkf-s1-section { overflow-y: visible; padding: 28px 20px; }
    .bkf-s1-aside { padding: 28px 20px; min-height: 280px; }
    .bkf-success-wrap { padding: 40px 16px; }

    /* ── Step content tweaks ── */
    .bkf-pill { font-size: 0.8rem; line-height: 1.1em; padding: 8px 10px; }
    .bkf-svc-check:before { display: none; }
    button#bkf-nozone-btn { padding: 12px !important; line-height: 1.2em; margin-top: 0 !important; font-size: 0.8rem; }
    h2.bkf-page-title-mega { font-size: 1.8rem; font-weight: 600; margin-bottom: 0 !important; }
    select#bkf-cat-select.bkf-input-dark { height: 50px !important; padding: 0 0 0 10px !important; }
    input#bkf-search { height: 50px; }
    .bkf-svc-info h4 { font-size: 1rem !important; font-weight: 600 !important; letter-spacing: 0.03em; line-height: 1.4em !important; }
    .bkf-svc-card.active .bkf-svc-check svg { width: 30px !important; height: 30px !important; color: #7ad468; }
    img.bkf-svc-img { width: 50px; border-radius: 50px; height: 50px; }
    .bkf-svc-card.active { border-color: #52b77c; background: rgb(17 192 18 / 5%); }
    .bkf-svc-card { padding: 12px !important; }
    .bkf-cal-day { padding: 2px 0; }
    section.bkf-cal-container { padding: 10px; }
    button#bkf-cal-prev, button#bkf-cal-next { background: none; border: none; }
    .bkf-slots-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
    .bkf-slot-card { padding: 8px; text-align: left; }
    span.bkf-slot-time { font-size: 0.9rem; }
    h3.bkf-subhead-red { margin-bottom: 8px !important; font-size: 1rem; }
    button#bkf-read-more { padding: 0; font-size: 0.8rem; text-align: left; background: none; border-radius: 0; border: none; text-decoration: underline; }
    .bkf-pt-row.bkf-pt-total * { color: #f9f9f9 !important; }
    .bkf-rb-content { padding: 10px !important; }
}
