/* ============================================================
   Premium dark theme with blue accents - v1.2.5
   ============================================================ */

:root {
    --bc8-bg: #0a0d14;
    --bc8-surface: #111620;
    --bc8-surface-2: #161d2a;
    --bc8-surface-3: #1c2535;
    --bc8-border: #1e2a3e;
    --bc8-border-light: #2a3a52;
    --bc8-text: #e0e4ec;
    --bc8-text-dim: #8a96aa;
    --bc8-text-muted: #5a6678;
    --bc8-accent: #60a5fa;
    --bc8-accent-dim: #3b82f6;
    --bc8-accent-glow: rgba(96, 165, 250, 0.15);
    --bc8-amber: #fbbf24;
    --bc8-amber-glow: rgba(251, 191, 36, 0.15);
    --bc8-red: #f87171;
    --bc8-red-glow: rgba(248, 113, 113, 0.15);
    --bc8-radius: 12px;
    --bc8-radius-sm: 8px;
    --bc8-transition: 0.2s ease;
    --bc8-font: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    --bc8-font-display: 'Outfit', var(--bc8-font);
}

/* Light theme overrides */
.bc8-theme-light {
    --bc8-bg: #ffffff;
    --bc8-surface: #f8fafc;
    --bc8-surface-2: #f1f5f9;
    --bc8-surface-3: #e2e8f0;
    --bc8-border: #e2e8f0;
    --bc8-border-light: #cbd5e1;
    --bc8-text: #1e293b;
    --bc8-text-dim: #64748b;
    --bc8-text-muted: #94a3b8;
    --bc8-accent: #2563eb;
    --bc8-accent-dim: #3b82f6;
    --bc8-accent-glow: rgba(37, 99, 235, 0.1);
    --bc8-amber: #d97706;
    --bc8-amber-glow: rgba(217, 119, 6, 0.1);
    --bc8-red: #dc2626;
    --bc8-red-glow: rgba(220, 38, 38, 0.1);
    background: #ffffff !important;
    color: #1e293b !important;
}

/* Force all text colors in light theme to override Elementor */
.bc8-theme-light h1,
.bc8-theme-light h2,
.bc8-theme-light h3,
.bc8-theme-light h4,
.bc8-theme-light h5,
.bc8-theme-light h6,
.bc8-theme-light p,
.bc8-theme-light span,
.bc8-theme-light label,
.bc8-theme-light div {
    color: #1e293b !important;
}

.bc8-theme-light .bc8-pricing-heading {
    color: #1e293b !important;
}

.bc8-theme-light .bc8-subtitle,
.bc8-theme-light .bc8-text-dim,
.bc8-theme-light .bc8-step-label,
.bc8-theme-light .bc8-pricing-period,
.bc8-theme-light .bc8-pricing-currency,
.bc8-theme-light .bc8-info-label,
.bc8-theme-light .bc8-pricing-hours-row span,
.bc8-theme-light .bc8-form-label .bc8-optional {
    color: #64748b !important;
}

.bc8-theme-light .bc8-pricing-amount,
.bc8-theme-light .bc8-accent {
    color: #2563eb !important;
}

.bc8-theme-light .bc8-info-value {
    color: #1e293b !important;
}

.bc8-theme-light .bc8-form-input {
    background: #f1f5f9 !important;
    border-color: #e2e8f0 !important;
    color: #1e293b !important;
}

.bc8-theme-light .bc8-form-input::placeholder {
    color: #94a3b8 !important;
}

.bc8-theme-light .bc8-cal-day-header {
    color: #64748b !important;
}

.bc8-theme-light .bc8-btn-primary {
    background: #2563eb !important;
    color: #ffffff !important;
}

.bc8-theme-light .bc8-back-btn {
    color: #2563eb !important;
}

/* Light theme: header */
.bc8-theme-light .bc8-header {
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%) !important;
    border-bottom: 1px solid #e2e8f0 !important;
}

.bc8-theme-light .bc8-title {
    color: #1e293b !important;
}

.bc8-theme-light .bc8-subtitle {
    color: #64748b !important;
}

.bc8-theme-light .bc8-hours-badge .bc8-hours-label {
    background: none !important;
    color: #475569 !important;
}

/* Light theme: steps */
.bc8-theme-light .bc8-step-num {
    background: #e2e8f0 !important;
    color: #64748b !important;
}

.bc8-theme-light .bc8-step.active .bc8-step-num {
    background: #2563eb !important;
    color: #ffffff !important;
}

.bc8-theme-light .bc8-step.completed .bc8-step-num {
    background: #3b82f6 !important;
    color: #ffffff !important;
}

.bc8-theme-light .bc8-step-label {
    color: #64748b !important;
}

.bc8-theme-light .bc8-step-line {
    background: #e2e8f0 !important;
}

/* Light theme: panels */
.bc8-theme-light .bc8-panel-title {
    color: #1e293b !important;
}

.bc8-theme-light .bc8-panel-title svg {
    color: #2563eb !important;
    stroke: #2563eb !important;
}

/* Light theme: info card */
.bc8-theme-light .bc8-info-card {
    background: #f1f5f9 !important;
    border: 1px solid #e2e8f0 !important;
}

.bc8-theme-light .bc8-info-row {
    border-bottom-color: #e2e8f0 !important;
}

.bc8-theme-light .bc8-info-price .bc8-info-value {
    color: #2563eb !important;
}

/* Light theme: calendar */
.bc8-theme-light .bc8-cal-day {
    color: #1e293b !important;
}

.bc8-theme-light .bc8-cal-day.disabled {
    color: #cbd5e1 !important;
}

.bc8-theme-light .bc8-cal-day.selected {
    background: #2563eb !important;
    color: #ffffff !important;
}

.bc8-theme-light .bc8-cal-day:hover:not(.disabled):not(.selected) {
    background: #f1f5f9 !important;
}

.bc8-theme-light .bc8-cal-nav {
    color: #1e293b !important;
}

.bc8-theme-light .bc8-cal-month {
    color: #1e293b !important;
}

/* Light theme: quick dates */
.bc8-theme-light .bc8-quick-date {
    background: #f1f5f9 !important;
    border: 1px solid #e2e8f0 !important;
    color: #1e293b !important;
}

.bc8-theme-light .bc8-quick-date.selected {
    background: #2563eb !important;
    border-color: #2563eb !important;
    color: #ffffff !important;
}

/* Light theme: confirm card */
.bc8-theme-light .bc8-confirm-card {
    background: #f1f5f9 !important;
    border: 1px solid #e2e8f0 !important;
}

.bc8-theme-light .bc8-confirm-title {
    color: #1e293b !important;
}

.bc8-theme-light .bc8-confirm-row-label {
    color: #64748b !important;
}

.bc8-theme-light .bc8-confirm-row-value {
    color: #1e293b !important;
}

/* Light theme: selection summary */
.bc8-theme-light .bc8-selection-summary {
    background: #f1f5f9 !important;
    border: 1px solid #e2e8f0 !important;
}

.bc8-theme-light .bc8-summary-label {
    color: #64748b !important;
}

.bc8-theme-light .bc8-summary-value {
    color: #1e293b !important;
}

/* Light theme: timeslots */
.bc8-theme-light .bc8-slot {
    background: #f1f5f9 !important;
    border: 1px solid #e2e8f0 !important;
    color: #1e293b !important;
}

.bc8-theme-light .bc8-slot.selected {
    background: #2563eb !important;
    border-color: #2563eb !important;
    color: #ffffff !important;
}

.bc8-theme-light .bc8-slot.selected span,
.bc8-theme-light .bc8-slot.selected .bc8-slot-time,
.bc8-theme-light .bc8-slot.selected .bc8-slot-price {
    color: #ffffff !important;
}

.bc8-theme-light .bc8-slot.booked {
    background: #f1f5f9 !important;
    color: #cbd5e1 !important;
}

/* Light theme: ALL blue-bg active states must have white text */
.bc8-theme-light .bc8-cal-day.active,
.bc8-theme-light .bc8-cal-day.active span,
.bc8-theme-light .bc8-cal-day.selected,
.bc8-theme-light .bc8-cal-day.selected span,
.bc8-theme-light .bc8-quick-date.selected,
.bc8-theme-light .bc8-quick-date.selected span,
.bc8-theme-light .bc8-step.active .bc8-step-num,
.bc8-theme-light .bc8-step.completed .bc8-step-num,
.bc8-theme-light .bc8-btn-primary,
.bc8-theme-light .bc8-btn-confirm,
.bc8-theme-light .bc8-btn-submit {
    color: #ffffff !important;
}

/* Light theme: submit */
.bc8-theme-light .bc8-btn-confirm,
.bc8-theme-light .bc8-btn-confirm span,
.bc8-theme-light .bc8-btn-confirm .bc8-btn-text,
.bc8-theme-light .bc8-btn-confirm svg,
.bc8-theme-light .bc8-btn-submit,
.bc8-theme-light .bc8-btn-submit span,
.bc8-theme-light .bc8-btn-submit .bc8-btn-text,
.bc8-theme-light .bc8-btn-primary,
.bc8-theme-light .bc8-btn-primary span {
    background: #2563eb !important;
    color: #ffffff !important;
}

.bc8-theme-light .bc8-btn-confirm svg,
.bc8-theme-light .bc8-btn-submit svg {
    stroke: #ffffff !important;
    color: #ffffff !important;
}

/* Light theme: success */
.bc8-theme-light .bc8-success-title {
    color: #1e293b !important;
}

.bc8-theme-light .bc8-success-message {
    color: #64748b !important;
}

.bc8-theme-light .bc8-btn-outline {
    border-color: #2563eb !important;
    color: #2563eb !important;
}

/* Light theme: legend */
.bc8-theme-light .bc8-legend-item span {
    color: #64748b !important;
}

/* Light theme: hours badge */
.bc8-theme-light .bc8-hours-badge {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    color: #475569 !important;
}

.bc8-theme-light .bc8-hours-badge .bc8-status-dot {
    background: #22c55e !important;
}

.bc8-theme-light .bc8-hours-badge .bc8-status-dot.closed {
    background: #ef4444 !important;
}

/* Light theme: disabled calendar days */
.bc8-theme-light .bc8-cal-day.disabled {
    opacity: 1 !important;
    color: #d1d5db !important;
    cursor: not-allowed !important;
}

/* Light theme: active (selected) day */
.bc8-theme-light .bc8-cal-day.active {
    background: #2563eb !important;
    color: #ffffff !important;
}

/* Light theme: today indicator */
.bc8-theme-light .bc8-cal-day.today {
    border: 2px solid #2563eb !important;
    color: #2563eb !important;
}

/* Light theme: day hover */
.bc8-theme-light .bc8-cal-day:hover:not(.disabled):not(.empty) {
    background: #eff6ff !important;
    color: #2563eb !important;
}

/* Light theme: pricing card backgrounds */
.bc8-theme-light .bc8-pricing-card {
    background: #f8fafc !important;
    border-color: #e2e8f0 !important;
}

.bc8-theme-light .bc8-pricing-inner {
    background: transparent !important;
}

/* Light theme: pricing card text */
.bc8-theme-light .bc8-pricing-heading {
    color: #1e293b !important;
}

.bc8-theme-light .bc8-pricing-amount {
    color: #2563eb !important;
}

.bc8-theme-light .bc8-pricing-currency,
.bc8-theme-light .bc8-pricing-period {
    color: #64748b !important;
}

.bc8-theme-light .bc8-pricing-features li {
    color: #475569 !important;
}

.bc8-theme-light .bc8-pricing-hours-row {
    color: #94a3b8 !important;
}

.bc8-theme-light .bc8-pricing-hours-row span {
    color: #94a3b8 !important;
}

.bc8-theme-light .bc8-pricing-btn {
    background: #2563eb !important;
    color: #ffffff !important;
}

/* Reset within widget — kill inherited Elementor transitions */
.bc8-widget,
.bc8-widget *,
.bc8-pricing-grid,
.bc8-pricing-grid * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    transition: none !important;
}

.bc8-widget {
    font-family: var(--bc8-font);
    color: var(--bc8-text);
    background: var(--bc8-bg);
    border-radius: 16px;
    overflow: hidden;
    max-width: 1160px;
    margin: 0 auto;
    border: 1px solid var(--bc8-border);
}

.bc8-widget button {
    font-family: var(--bc8-font);
    cursor: pointer;
    border: none;
    background: none;
    color: var(--bc8-text);
}

.bc8-widget input,
.bc8-widget textarea,
.bc8-widget select {
    font-family: var(--bc8-font);
}

.hidden,
.bc8-pricing-grid.hidden,
#bc8-pricing-vertical.hidden {
    display: none !important;
}

/* Header */
.bc8-header {
    background: linear-gradient(135deg, #0d1420 0%, #1a2a4a 100%);
    padding: 20px 20px 0;
    border-bottom: 1px solid var(--bc8-border);
}

.bc8-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.bc8-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bc8-logo-icon {
    font-size: 28px;
}

.bc8-title {
    font-family: var(--bc8-font-display);
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}

.bc8-subtitle {
    font-size: 12px;
    color: var(--bc8-accent);
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.bc8-hours-badge {
    background: var(--bc8-surface);
    border: 1px solid var(--bc8-border-light);
    border-radius: 20px;
    padding: 6px 12px;
    font-size: 12px;
    color: var(--bc8-text-dim);
    display: flex;
    align-items: center;
}

.bc8-hours-label {
    display: flex;
    align-items: center;
    gap: 6px;
}

.bc8-status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--bc8-accent);
    display: inline-block;
    flex-shrink: 0;
    animation: bc8-pulse-blue 2s infinite;
}

.bc8-status-dot.closed {
    background: var(--bc8-red);
    animation: bc8-pulse-red 2s infinite;
}

@keyframes bc8-pulse-blue {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(96, 165, 250, 0.6);
    }

    50% {
        box-shadow: 0 0 0 4px rgba(96, 165, 250, 0);
    }
}

@keyframes bc8-pulse-red {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(248, 113, 113, 0.6);
    }

    50% {
        box-shadow: 0 0 0 4px rgba(248, 113, 113, 0);
    }
}

/* Steps */
.bc8-steps {
    display: flex;
    align-items: center;
    padding: 14px 0;
    gap: 0;
}

.bc8-step {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 0;
    opacity: 0.4;
    transition: var(--bc8-transition);
    flex-shrink: 0;
}

.bc8-step.active {
    opacity: 1;
}

.bc8-step.completed {
    opacity: 0.7;
}

.bc8-step-num {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--bc8-surface-3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    transition: var(--bc8-transition);
}

.bc8-step.active .bc8-step-num {
    background: var(--bc8-accent);
    color: #000;
}

.bc8-step.completed .bc8-step-num {
    background: var(--bc8-accent-dim);
    color: #000;
}

.bc8-step-label {
    font-size: 12px;
    font-weight: 500;
}

.bc8-step-line {
    flex: 1;
    height: 1px;
    background: var(--bc8-border-light);
    margin: 0 8px;
    min-width: 16px;
}

/* Panels */
.bc8-panel {
    animation: bc8-fadeIn 0.3s ease;
}

.bc8-panel-inner {
    padding: 20px;
}

.bc8-panel-title {
    font-family: var(--bc8-font-display);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.bc8-icon {
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0;
}

.bc8-btn .bc8-icon {
    vertical-align: -2px;
    margin-right: 2px;
}

@keyframes bc8-fadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Quick Dates */
.bc8-quick-dates {
    display: flex;
    gap: 8px;
    margin-bottom: 14px;
    flex-wrap: wrap;
}

.bc8-quick-date {
    padding: 8px 14px;
    border-radius: var(--bc8-radius-sm);
    background: var(--bc8-surface-2);
    border: 1px solid var(--bc8-border);
    font-size: 13px;
    font-weight: 500;
    transition: var(--bc8-transition);
}

.bc8-quick-date:hover {
    border-color: var(--bc8-accent);
    background: var(--bc8-accent-glow);
}

.bc8-quick-date.active {
    background: var(--bc8-accent);
    color: #000;
    border-color: var(--bc8-accent);
    font-weight: 600;
}

/* Calendar */
.bc8-calendar {
    background: var(--bc8-surface);
    border: 1px solid var(--bc8-border);
    border-radius: var(--bc8-radius);
    padding: 14px;
    margin-bottom: 14px;
}

.bc8-calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.bc8-cal-month {
    font-family: var(--bc8-font-display);
    font-size: 14px;
    font-weight: 600;
}

.bc8-cal-nav {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: var(--bc8-transition);
    background: var(--bc8-surface-2);
}

.bc8-cal-nav:hover {
    background: var(--bc8-surface-3);
}

.bc8-calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
}

.bc8-cal-day-header {
    text-align: center;
    font-size: 11px;
    color: var(--bc8-text-muted);
    font-weight: 500;
    padding: 4px;
}

.bc8-cal-day {
    text-align: center;
    padding: 7px 4px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: var(--bc8-transition);
}

.bc8-cal-day:hover:not(.disabled):not(.empty) {
    background: var(--bc8-accent-glow);
    color: var(--bc8-accent);
}

.bc8-cal-day.active {
    background: var(--bc8-accent);
    color: #000;
    font-weight: 700;
}

.bc8-cal-day.today {
    border: 1px solid var(--bc8-accent-dim);
}

.bc8-cal-day.disabled {
    opacity: 0.25;
    cursor: not-allowed;
}

.bc8-cal-day.empty {
    cursor: default;
}

/* Info Card */
.bc8-info-card {
    background: var(--bc8-surface);
    border: 1px solid var(--bc8-border);
    border-radius: var(--bc8-radius);
    padding: 12px 14px;
}

.bc8-info-row {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    font-size: 13px;
}

.bc8-info-row:not(:last-child) {
    border-bottom: 1px solid var(--bc8-border);
}

.bc8-info-label {
    color: var(--bc8-text-dim);
}

.bc8-info-value {
    font-weight: 600;
    text-align: right;
}

.bc8-info-price .bc8-info-value {
    color: var(--bc8-accent);
}

/* Back Button */
.bc8-step2-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.bc8-back-btn {
    font-size: 13px;
    color: var(--bc8-text-dim);
    padding: 6px 10px;
    border-radius: 6px;
    transition: var(--bc8-transition);
}

.bc8-back-btn:hover {
    color: var(--bc8-text);
    background: var(--bc8-surface-2);
}

.bc8-selected-date-display,
.bc8-selected-date {
    font-size: 13px;
    font-weight: 600;
    color: var(--bc8-accent);
}

/* ============================================================
   FLOOR PLAN — SVG-based, no padding-bottom hack needed
   ============================================================ */
.bc8-floorplan-wrapper {
    margin-bottom: 16px;
}

.bc8-floorplan {
    border-radius: var(--bc8-radius);
    overflow: hidden;
}

.bc8-floorplan svg {
    display: block;
    width: 100%;
    height: auto;
}

/* Legend */
.bc8-legend {
    display: flex;
    gap: 14px;
    justify-content: center;
    margin-top: 10px;
    flex-wrap: wrap;
}

.bc8-legend-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    color: var(--bc8-text-dim);
}

.bc8-legend-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.bc8-legend-dot.available {
    background: #4ade80;
}

.bc8-legend-dot.partial {
    background: var(--bc8-amber);
}

.bc8-legend-dot.booked {
    background: var(--bc8-red);
}

/* ============================================================
   TIME SLOTS
   ============================================================ */
.bc8-timeslots-wrapper {
    animation: bc8-fadeIn 0.3s ease;
}

.bc8-timeslots {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 6px;
    margin-bottom: 14px;
}

.bc8-slot {
    padding: 10px 8px;
    border-radius: var(--bc8-radius-sm);
    background: var(--bc8-surface);
    border: 1px solid var(--bc8-border);
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    transition: var(--bc8-transition);
    cursor: pointer;
}

.bc8-slot:hover:not(.booked):not(.past) {
    border-color: var(--bc8-accent);
    background: var(--bc8-accent-glow);
}

.bc8-slot.selected {
    background: var(--bc8-accent);
    color: #000;
    border-color: var(--bc8-accent);
    font-weight: 700;
}

.bc8-slot.booked {
    opacity: 0.3;
    cursor: not-allowed;
    text-decoration: line-through;
}

.bc8-slot.past {
    opacity: 0.2;
    cursor: not-allowed;
}

.bc8-slot-time {
    display: block;
    font-size: 13px;
    font-weight: 600;
}

.bc8-slot-price {
    display: block;
    font-size: 10px;
    color: var(--bc8-text-muted);
    margin-top: 2px;
}

.bc8-slot.selected .bc8-slot-price {
    color: rgba(0, 0, 0, 0.6);
}

/* Selection Summary */
.bc8-selection-summary {
    background: var(--bc8-surface);
    border: 1px solid var(--bc8-border);
    border-radius: var(--bc8-radius);
    padding: 14px;
    animation: bc8-fadeIn 0.3s ease;
}

.bc8-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    font-size: 13px;
}

.bc8-summary-label {
    color: var(--bc8-text-dim);
    min-width: 60px;
    flex-shrink: 0;
    background: none !important;
}

.bc8-summary-value {
    font-weight: 600;
    text-align: right;
    flex: 1;
    background: none !important;
}

.bc8-sum-price {
    color: var(--bc8-accent);
    font-size: 15px;
}

/* ============================================================
   VERTICAL PRICING — [bc8_pricing] shortcode
   ============================================================ */

.bc8-pricing-vertical {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    max-width: 100% !important;
    width: 100% !important;
    font-family: var(--bc8-font) !important;
}

.bc8-pricing-vertical *,
.bc8-pricing-vertical *::before,
.bc8-pricing-vertical *::after {
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
    transition: none !important;
    list-style: none !important;
}

.bc8-pricing-card-h {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto auto !important;
    background: var(--bc8-surface) !important;
    border: 1px solid var(--bc8-border) !important;
    border-radius: var(--bc8-radius) !important;
    padding: 16px 20px !important;
    gap: 8px !important;
}

.bc8-pricing-card-h:hover {
    border-color: var(--bc8-accent) !important;
}

/* Row 1: icon+name + price */
.bc8-pricing-card-h-left {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
}

.bc8-pricing-card-h-left .bc8-pricing-header {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 8px !important;
}

.bc8-pricing-card-h-left .bc8-pricing-icon {
    font-size: 22px !important;
    line-height: 1 !important;
}

.bc8-pricing-card-h-left .bc8-pricing-heading {
    font-family: var(--bc8-font-display) !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    color: var(--bc8-text) !important;
    line-height: 1.2 !important;
}

.bc8-pricing-card-h-left .bc8-pricing-price {
    display: flex !important;
    flex-direction: row !important;
    align-items: baseline !important;
    gap: 3px !important;
}

.bc8-pricing-card-h-left .bc8-pricing-amount {
    font-family: var(--bc8-font-display) !important;
    font-size: 26px !important;
    font-weight: 800 !important;
    color: var(--bc8-accent) !important;
    line-height: 1 !important;
}

.bc8-pricing-card-h-left .bc8-pricing-meta {
    display: flex !important;
    flex-direction: column !important;
    font-size: 10px !important;
    color: var(--bc8-text-dim) !important;
    line-height: 1.2 !important;
}

/* Row 2: features inline */
.bc8-pricing-card-h-center {
    width: 100% !important;
}

.bc8-pricing-card-h-center .bc8-pricing-features {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 2px 12px !important;
    width: 100% !important;
}

.bc8-pricing-card-h-center .bc8-pricing-features li {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 4px !important;
    font-size: 11px !important;
    color: var(--bc8-text-dim) !important;
    line-height: 1.3 !important;
}

.bc8-pricing-card-h-center .bc8-pricing-features li svg {
    flex-shrink: 0 !important;
    width: 12px !important;
    height: 12px !important;
}

/* Row 3: hours + button */
.bc8-pricing-card-h-right {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    width: 100% !important;
    padding-top: 8px !important;
    border-top: 1px solid var(--bc8-border) !important;
}

.bc8-pricing-card-h-right .bc8-pricing-hours {
    flex: 1 1 auto !important;
    display: block !important;
}

.bc8-pricing-card-h-right .bc8-pricing-hours-row {
    display: flex !important;
    flex-direction: row !important;
    gap: 6px !important;
    font-size: 11px !important;
    color: var(--bc8-text-dim) !important;
    line-height: 1.4 !important;
}

.bc8-pricing-card-h-right .bc8-pricing-btn {
    flex-shrink: 0 !important;
    text-align: center !important;
    text-decoration: none !important;
    padding: 8px 16px !important;
    font-size: 13px !important;
    white-space: nowrap !important;
}

/* ============================================================
   FORM
   ============================================================ */
.bc8-form-group {
    margin-bottom: 14px;
}

.bc8-form-label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
    color: var(--bc8-text-dim);
}

.bc8-required {
    color: var(--bc8-red);
}

.bc8-optional {
    color: var(--bc8-text-muted);
    font-weight: 400;
    font-size: 11px;
}

.bc8-form-input {
    width: 100%;
    padding: 10px 12px;
    background: var(--bc8-surface);
    border: 1px solid var(--bc8-border);
    border-radius: var(--bc8-radius-sm);
    color: var(--bc8-text);
    font-size: 14px;
    transition: var(--bc8-transition);
    outline: none;
}

.bc8-form-input::placeholder {
    color: var(--bc8-text-muted);
}

.bc8-form-input:focus {
    border-color: var(--bc8-accent);
    box-shadow: 0 0 0 2px var(--bc8-accent-glow);
}

.bc8-form-input.error {
    border-color: var(--bc8-red);
}

.bc8-form-textarea {
    resize: vertical;
    min-height: 50px;
}

.bc8-form-error {
    font-size: 11px;
    color: var(--bc8-red);
    margin-top: 3px;
    display: block;
    min-height: 14px;
}

/* Confirm Card */
.bc8-confirm-card {
    background: var(--bc8-surface-2) !important;
    border: 1px solid var(--bc8-border) !important;
    border-radius: var(--bc8-radius) !important;
    padding: 14px !important;
    margin-bottom: 16px !important;
    text-align: left !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.bc8-confirm-title {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: var(--bc8-accent) !important;
    margin-bottom: 8px !important;
    text-align: left !important;
}

.bc8-confirm-details {
    font-size: 13px !important;
    width: 100% !important;
}

.bc8-confirm-row {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    padding: 4px 0 !important;
    gap: 12px !important;
}

.bc8-confirm-row-label {
    color: var(--bc8-text-dim) !important;
    text-align: left !important;
    flex-shrink: 0 !important;
    min-width: 50px !important;
}

.bc8-confirm-row-value {
    font-weight: 600 !important;
    text-align: right !important;
    flex: 1 !important;
    min-width: 0 !important;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.bc8-btn {
    padding: 12px 20px;
    border-radius: var(--bc8-radius-sm);
    font-size: 14px;
    font-weight: 600;
    transition: var(--bc8-transition);
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.bc8-btn-primary {
    background: #60a5fa !important;
    color: #000 !important;
}

.bc8-btn-primary:hover {
    background: #3b82f6 !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(96, 165, 250, 0.3);
}

.bc8-btn-primary:active {
    transform: translateY(0);
}

.bc8-btn-primary:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.bc8-btn-confirm {
    background: #3b82f6 !important;
    color: #fff !important;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.bc8-btn-confirm:hover {
    background: #2563eb !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.4);
}

.bc8-btn-confirm:active {
    transform: translateY(0);
}

.bc8-btn-confirm:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.bc8-btn-outline {
    background: transparent;
    border: 1px solid var(--bc8-border-light);
    color: var(--bc8-text);
}

.bc8-btn-outline:hover {
    border-color: var(--bc8-accent);
    color: var(--bc8-accent);
}

/* Spinner */
.bc8-spinner {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: bc8-spin 0.6s linear infinite;
    vertical-align: middle;
}

@keyframes bc8-spin {
    to {
        transform: rotate(360deg);
    }
}

/* Success */
.bc8-success-panel {
    text-align: center;
    padding: 40px 20px;
}

.bc8-success-icon {
    margin-bottom: 12px;
}

.bc8-success-title {
    font-family: var(--bc8-font-display);
    font-size: 20px;
    font-weight: 700;
    color: var(--bc8-accent);
    margin-bottom: 8px;
}

.bc8-success-message {
    font-size: 14px;
    color: var(--bc8-text-dim);
    margin-bottom: 20px;
}

.bc8-success-details {
    background: var(--bc8-surface) !important;
    border: 1px solid var(--bc8-border) !important;
    border-radius: var(--bc8-radius) !important;
    padding: 14px !important;
    margin-bottom: 20px !important;
    text-align: left !important;
    font-size: 13px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

/* Toast */
.bc8-toast {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #2a1010;
    border: 1px solid #4a2020;
    border-radius: var(--bc8-radius-sm);
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    z-index: 9999;
    max-width: 400px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    animation: bc8-slideUp 0.3s ease;
}

.bc8-toast-icon {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.bc8-toast-close {
    font-size: 16px;
    opacity: 0.6;
    padding: 0 4px;
}

@keyframes bc8-slideUp {
    from {
        transform: translateX(-50%) translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateX(-50%) translateY(0);
        opacity: 1;
    }
}

/* ============================================================
   PRICING CARD
   ============================================================ */
.bc8-pricing-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 16px;
    max-width: 700px;
    width: 100% !important;
    margin: 0 auto 20px;
    font-family: var(--bc8-font);
    align-items: stretch;
}

.bc8-pricing-grid,
.bc8-pricing-grid * {
    box-sizing: border-box;
}

.bc8-pricing-card {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    max-width: none !important;
    width: auto !important;
}

.bc8-pricing-inner {
    background: var(--bc8-bg);
    border: 1px solid var(--bc8-border);
    border-radius: 16px;
    overflow: hidden;
    text-align: center;
    padding: 32px 24px;
    color: var(--bc8-text);
}

.bc8-pricing-header {
    margin-bottom: 20px;
}

.bc8-pricing-icon {
    font-size: 40px;
    display: block;
    margin-bottom: 8px;
}

.bc8-pricing-heading {
    font-family: var(--bc8-font-display);
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.bc8-pricing-price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-bottom: 24px;
    padding: 16px 0;
    border-top: 1px solid var(--bc8-border);
    border-bottom: 1px solid var(--bc8-border);
}

.bc8-pricing-amount {
    font-family: var(--bc8-font-display);
    font-size: 52px;
    font-weight: 800;
    color: var(--bc8-accent);
    line-height: 1;
}

.bc8-pricing-meta {
    text-align: left;
}

.bc8-pricing-currency {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: var(--bc8-accent);
    line-height: 1.1;
}

.bc8-pricing-period {
    display: block;
    font-size: 13px;
    color: var(--bc8-text-dim);
    font-weight: 500;
}

.bc8-pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    text-align: left;
}

.bc8-pricing-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    font-size: 14px;
    color: var(--bc8-text);
    border-bottom: 1px solid var(--bc8-border);
}

.bc8-pricing-features li:last-child {
    border-bottom: none;
}

.bc8-pricing-features svg {
    flex-shrink: 0;
}

.bc8-pricing-hours {
    background: var(--bc8-surface);
    border: 1px solid var(--bc8-border);
    border-radius: var(--bc8-radius);
    padding: 10px 14px;
    margin-bottom: 20px;
}

.bc8-pricing-hours-row {
    display: flex;
    justify-content: space-between;
    padding: 4px 0;
    font-size: 13px;
    color: var(--bc8-text-dim);
}

.bc8-pricing-hours-row span:last-child {
    font-weight: 600;
    color: var(--bc8-text);
}

.bc8-pricing-btn {
    font-size: 16px !important;
    padding: 14px 20px !important;
    letter-spacing: 0.5px;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 600px) {
    .bc8-pricing-grid {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        max-width: 400px;
    }

    .bc8-pricing-card {
        flex: none !important;
        width: 100% !important;
        min-width: 100% !important;
    }

    .bc8-pricing-card .bc8-pricing-inner {
        border-radius: 12px;
        padding: 24px 16px;
    }

    .bc8-header-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .bc8-steps {
        gap: 0;
    }

    .bc8-step-label {
        font-size: 10px;
    }

    .bc8-timeslots {
        grid-template-columns: repeat(3, 1fr);
    }

    .bc8-legend {
        gap: 8px;
    }

    .bc8-legend-item {
        font-size: 10px;
    }
}