/**
 * Studio Bundles - Exact Preview Design Match
 */

/* Reset & Base */
.studio-bundles-app * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.studio-bundles-app {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background: #000000;
    min-height: 100vh;
    color: #ffffff;
}

/* Header - Exact Match */
.sb-header {
    background: #1e293b;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sb-logo {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
}

.sb-logo img {
    height: 40px;
    width: auto;
}

.sb-cms-demo {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.sb-cms-demo:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
}

/* Progress Steps - Exact Match */
.sb-progress {
    background: #000000;
    padding: 40px;
    display: flex;
    justify-content: center;
    gap: 80px;
}

.sb-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.sb-step-number {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #374151;
    color: #9ca3af;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.sb-step.active .sb-step-number {
    background: #7c3aed;
    color: #ffffff;
}

.sb-step.completed .sb-step-number {
    background: #10b981;
    color: #ffffff;
}

.sb-step-label {
    font-size: 14px;
    color: #9ca3af;
    text-align: center;
    white-space: nowrap;
}

.sb-step.active .sb-step-label {
    color: #ffffff;
}

/* Main Content */
.sb-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
}

.sb-step-content {
    display: none;
}

.sb-step-content.active {
    display: block;
}

/* Card Container - Exact Match */
.sb-card {
    background: rgba(26, 26, 46, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 40px;
    backdrop-filter: blur(10px);
}

.sb-title {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
    text-align: center;
}

.sb-subtitle {
    font-size: 16px;
    color: #9ca3af;
    text-align: center;
    margin-bottom: 40px;
}

/* Controls Row - Two Column Layout */
.sb-controls-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 30px;
}

/* Duration Control - Exact Match */
.sb-duration-control {
    display: flex;
    flex-direction: column;
}

.sb-duration-control label {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 400;
}

.sb-icon {
    width: 20px;
    height: 20px;
    color: rgba(255, 255, 255, 0.5);
}

.sb-duration-selector {
    display: flex;
    align-items: center;
    gap: 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 5px;
    width: fit-content;
}

.sb-duration-btn {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    border: none;
    color: rgba(255, 255, 255, 0.6);
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sb-duration-btn:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.sb-duration-value {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    min-width: 60px;
    text-align: center;
}

/* Calendar - Exact Match */
.sb-calendar {
    background: #0f0f1a;
    border: 1px solid #2d2d44;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 30px;
}

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

.sb-cal-prev, .sb-cal-next {
    background: transparent;
    border: none;
    color: #9ca3af;
    font-size: 24px;
    cursor: pointer;
    padding: 5px 10px;
    transition: color 0.3s ease;
}

.sb-cal-prev:hover, .sb-cal-next:hover {
    color: #ffffff;
}

.sb-cal-month {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}

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

.sb-cal-day-header {
    text-align: center;
    font-size: 12px;
    color: #6b7280;
    padding: 8px;
    font-weight: 600;
}

.sb-cal-day {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #e5e7eb;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.3s ease;
    background: transparent;
    border: 1px solid transparent;
}

.sb-cal-day:hover:not(.disabled):not(.selected) {
    background: #2d2d44;
}

.sb-cal-day.selected {
    background: #7c3aed;
    color: #ffffff;
    font-weight: 600;
}

.sb-cal-day.disabled {
    color: #4b5563;
    cursor: not-allowed;
}

.sb-cal-day.other-month {
    color: #374151;
}

/* Time Slots */
.sb-time-slots {
    background: #0f0f1a;
    border: 1px solid #2d2d44;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 30px;
}

.sb-time-slots h3 {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 15px;
}

.sb-time-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 10px;
}

.sb-time-slot {
    padding: 12px;
    background: #1a1a2e;
    border: 1px solid #2d2d44;
    border-radius: 8px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.sb-time-slot:hover {
    border-color: #7c3aed;
}

.sb-time-slot.selected {
    background: #7c3aed;
    border-color: #7c3aed;
}

/* People Selector */
.sb-people-control {
    display: flex;
    flex-direction: column;
}

.sb-people-control label {
    display: block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 400;
}

.sb-people-selector {
    display: flex;
    gap: 10px;
}

.sb-people-btn {
    flex: 1;
    padding: 12px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 15px;
    font-weight: 500;
}

.sb-people-btn:hover {
    border-color: rgba(124, 58, 237, 0.5);
    background: rgba(124, 58, 237, 0.1);
    color: #ffffff;
}

.sb-people-btn.active {
    background: #7c3aed;
    border-color: #7c3aed;
    color: #ffffff;
}

/* Navigation Buttons */
.sb-btn-next, .sb-btn-back, .sb-btn-complete, .sb-btn-close {
    padding: 14px 32px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

.sb-btn-next, .sb-btn-complete {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.sb-btn-next:hover:not(:disabled), .sb-btn-complete:hover {
    background: linear-gradient(135deg, #764ba2 0%, #8b5cf6 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(124, 58, 237, 0.4);
}

.sb-btn-next:disabled {
    background: #374151;
    cursor: not-allowed;
    opacity: 0.5;
    transform: none;
}

.sb-btn-back {
    background: transparent;
    border: 1px solid #2d2d44;
    color: #ffffff;
}

.sb-btn-back:hover {
    background: #1a1a2e;
}

.sb-nav-buttons {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

/* Session Types Grid */
.sb-session-types {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.sb-session-card {
    background: #0f0f1a;
    border: 2px solid #2d2d44;
    border-radius: 12px;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.sb-session-card:hover {
    border-color: #7c3aed;
}

.sb-session-card.selected {
    border-color: #7c3aed;
    background: rgba(124, 58, 237, 0.1);
}

.sb-session-card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 0;
    margin-bottom: 0;
    display: block;
}

.sb-card-inner {
    padding: 16px 20px 20px;
}

.sb-card-top-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

/* Offer / Bundle type badge */
.sb-offer-badge {
    display: inline-block;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 20px;
    border: 1px solid;
}
.sb-badge-offer {
    background: rgba(14, 165, 233, 0.15);
    color: #38bdf8;
    border-color: rgba(14, 165, 233, 0.3);
}
.sb-badge-bundle {
    background: rgba(124, 58, 237, 0.15);
    color: #a78bfa;
    border-color: rgba(124, 58, 237, 0.3);
}

/* Best Deal ribbon */
.sb-best-deal-ribbon {
    position: absolute;
    top: 12px;
    right: -2px;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.5px;
    padding: 4px 12px 4px 10px;
    border-radius: 4px 0 0 4px;
    box-shadow: 0 2px 8px rgba(245, 158, 11, 0.4);
    z-index: 2;
}

.sb-session-card h3 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 8px;
}

.sb-session-desc {
    font-size: 14px;
    color: #9ca3af;
    margin-bottom: 15px;
    line-height: 1.5;
}
.sb-session-desc p { margin: 0 0 6px; }
.sb-session-desc ul { margin: 0 0 6px; padding-left: 18px; }

.sb-session-price {
    font-size: 20px;
    font-weight: 700;
    color: #7c3aed;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.sb-price-unit {
    font-size: 13px;
    font-weight: 400;
    color: #6b7280;
}
.sb-original-price {
    font-size: 14px;
    font-weight: 400;
    color: #6b7280;
    text-decoration: line-through;
}
.sb-discount-badge {
    font-size: 11px;
    font-weight: 800;
    background: linear-gradient(135deg, #16a34a, #15803d);
    color: #fff;
    padding: 3px 8px;
    border-radius: 20px;
    letter-spacing: 0.3px;
}

/* Studios Grid */
.sb-studios {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 24px;
    margin-bottom: 30px;
}

.sb-studio-card {
    background: rgba(26, 26, 46, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}

.sb-studio-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}

.sb-studio-card.selected {
    border-color: #7c3aed;
    box-shadow: 0 0 0 2px rgba(124, 58, 237, 0.3);
}

/* Studio Carousel */
.sb-studio-carousel {
    position: relative;
    width: 100%;
    height: 240px;
    background: #1a1a2e;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}

.sb-carousel-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.sb-carousel-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.sb-carousel-item.active {
    opacity: 1;
}

.sb-carousel-item img,
.sb-studio-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Carousel Navigation */
.sb-carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 2;
}

.sb-carousel-nav:hover {
    background: rgba(124, 58, 237, 0.8);
    border-color: #7c3aed;
}

.sb-carousel-nav.prev {
    left: 12px;
}

.sb-carousel-nav.next {
    right: 12px;
}

.sb-carousel-nav svg {
    width: 20px;
    height: 20px;
    color: #ffffff;
}

/* Carousel Dots */
.sb-carousel-dots {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
    z-index: 2;
}

.sb-carousel-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.sb-carousel-dot.active {
    background: #ffffff;
    width: 24px;
    border-radius: 4px;
}

/* Studio Info */
.sb-studio-info {
    padding: 20px;
}

.sb-studio-card h3 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 12px;
}

.sb-studio-card p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    margin-bottom: 16px;
}

.sb-studio-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

.sb-studio-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.sb-studio-meta svg {
    width: 16px;
    height: 16px;
}

.sb-studio-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.sb-studio-feature {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
}

/* Select Button */
.sb-studio-select-btn {
    width: 100%;
    padding: 12px;
    margin-top: 16px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.sb-studio-select-btn:hover {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    border-color: rgba(124, 58, 237, 0.5);
    transform: translateY(-1px);
}

.sb-studio-card.selected .sb-studio-select-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-color: transparent;
    box-shadow: 0 4px 15px rgba(124, 58, 237, 0.3);
}

/* Add-on Video Wrapper */
.sb-addon-video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    background: #0a0a0f;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

.sb-addon-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Add-ons Grid */
.sb-addons {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
    margin-bottom: 30px;
}

.sb-addon-card {
    background: rgba(26, 26, 46, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.sb-addon-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}

.sb-addon-card.selected {
    border-color: #7c3aed;
    box-shadow: 0 0 0 2px rgba(124, 58, 237, 0.3);
}

/* Media Grid Layout */
.sb-addon-media-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 120px 120px;
    gap: 2px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}

.sb-addon-media-item {
    position: relative;
    overflow: hidden;
    background: #1a1a2e;
}

.sb-addon-media-item.main {
    grid-row: span 2;
}

.sb-addon-media-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.sb-addon-media-item:hover img {
    transform: scale(1.05);
}

.sb-play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.sb-play-overlay.small {
    width: 32px;
    height: 32px;
}

.sb-play-overlay svg {
    width: 20px;
    height: 20px;
    color: #ffffff;
    margin-left: 2px;
}

.sb-play-overlay.small svg {
    width: 14px;
    height: 14px;
}

.sb-addon-media-item:hover .sb-play-overlay {
    background: rgba(124, 58, 237, 0.9);
}

.sb-addon-media-placeholder {
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1a1a2e 0%, #2d2d44 100%);
    font-size: 48px;
}

/* Add-on Details */
.sb-addon-details {
    padding: 20px;
}

.sb-addon-title {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 8px;
}

.sb-addon-description {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    margin-bottom: 16px;
    min-height: 42px;
}

.sb-addon-price {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 16px;
}

.sb-addon-price .price-amount {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}

.sb-addon-price .price-unit {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}

.sb-addon-btn {
    width: 100%;
    padding: 12px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.sb-addon-btn:hover {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    border-color: rgba(124, 58, 237, 0.5);
    transform: translateY(-1px);
}

.sb-addon-btn.selected {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-color: transparent;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(124, 58, 237, 0.3);
}

.sb-addon-btn.selected:hover {
    background: linear-gradient(135deg, #764ba2 0%, #8b5cf6 100%);
    border-color: transparent;
}

.sb-addon-icon {
    width: 40px;
    height: 40px;
    background: #2d2d44;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7c3aed;
    flex-shrink: 0;
}

.sb-addon-content {
    flex: 1;
}

.sb-addon-card h4 {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 5px;
}

.sb-addon-card p {
    font-size: 13px;
    color: #9ca3af;
    line-height: 1.4;
    margin-bottom: 8px;
}

.sb-addon-price {
    font-size: 16px;
    font-weight: 600;
    color: #7c3aed;
}

/* Contact Form */
.sb-contact-form {
    background: #0f0f1a;
    border: 1px solid #2d2d44;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 30px;
}

.sb-contact-form h3 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 20px;
}

.sb-form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.sb-form-group {
    display: flex;
    flex-direction: column;
}

.sb-form-group.full-width {
    grid-column: span 2;
}

.sb-form-group label {
    color: #e5e7eb;
    font-size: 14px;
    margin-bottom: 8px;
}

.sb-form-group input,
.sb-form-group textarea {
    background: #1a1a2e;
    border: 1px solid #2d2d44;
    border-radius: 8px;
    padding: 12px;
    color: #ffffff;
    font-size: 15px;
    transition: all 0.3s ease;
}

.sb-form-group input:focus,
.sb-form-group textarea:focus {
    outline: none;
    border-color: #7c3aed;
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.1);
}

/* Booking Summary */
.sb-booking-summary {
    background: #0f0f1a;
    border: 1px solid #2d2d44;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 30px;
}

.sb-booking-summary h3 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 20px;
}

.sb-summary-items {
    border-bottom: 1px solid #2d2d44;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.sb-summary-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.sb-summary-item span:first-child {
    color: #e5e7eb;
    font-size: 14px;
}

.sb-summary-item span:last-child {
    color: #ffffff;
    font-weight: 600;
}

/* Removable summary items */
.sb-removable-item {
    position: relative;
    padding-right: 40px;
}

.sb-summary-item-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
}

.sb-remove-day {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    border-radius: 6px;
    padding: 6px;
    color: #ef4444;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sb-remove-day:hover {
    background: rgba(239, 68, 68, 0.2);
    border-color: rgba(239, 68, 68, 0.5);
    color: #ffffff;
}

.sb-remove-day svg {
    width: 12px;
    height: 12px;
}

.sb-addon-price-remove {
    display: flex;
    align-items: center;
    gap: 12px;
}

.sb-remove-addon {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #ef4444;
}

.sb-remove-addon:hover {
    background: rgba(239, 68, 68, 0.2);
    border-color: #ef4444;
    transform: scale(1.1);
}

.sb-summary-total {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 700;
}

.sb-summary-total span:first-child {
    color: #ffffff;
}

.sb-summary-total span:last-child {
    color: #7c3aed;
}

/* Payment Section */
.sb-payment-section {
    background: rgba(15, 15, 26, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 30px;
}

.sb-payment-section h3 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 20px;
}

.sb-payment-form {
    max-width: 500px;
}

.sb-card-element-wrapper {
    position: relative;
    margin-bottom: 15px;
}

#card-element {
    background: rgba(26, 26, 46, 0.8);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 15px;
    transition: all 0.3s ease;
}

#card-element:focus-within {
    border-color: #7c3aed;
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.1);
}

#card-element.StripeElement--focus {
    border-color: #7c3aed;
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.1);
}

#card-element.StripeElement--invalid {
    border-color: #ef4444;
}

.sb-card-brands {
    display: flex;
    gap: 8px;
    margin-top: 12px;
    align-items: center;
}

.card-brand {
    opacity: 0.6;
    transition: opacity 0.2s ease;
}

.card-brand:hover {
    opacity: 1;
}

#card-errors {
    color: #ef4444;
    margin-top: 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

#card-errors:not(:empty) {
    padding: 10px;
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    border-radius: 6px;
}

.sb-secure-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    margin-top: 12px;
}

.sb-secure-badge svg {
    color: #10b981;
}

.sb-payment-notice {
    padding: 20px;
    background: rgba(251, 191, 36, 0.1);
    border: 1px solid rgba(251, 191, 36, 0.3);
    border-radius: 8px;
}

.sb-payment-notice p {
    color: #fbbf24;
    margin: 0;
}

/* Success Modal */
.sb-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.sb-modal.active {
    display: flex;
}

.sb-modal-content {
    background: #1a1a2e;
    border: 1px solid #2d2d44;
    border-radius: 16px;
    padding: 40px;
    max-width: 500px;
    width: 90%;
    text-align: center;
}

.sb-success-icon {
    width: 80px;
    height: 80px;
    background: #10b981;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #ffffff;
    margin: 0 auto 20px;
}

.sb-modal-content h2 {
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 10px;
}

.sb-modal-content p {
    color: #9ca3af;
    margin-bottom: 20px;
}

.sb-booking-ref {
    background: #0f0f1a;
    border: 1px solid #2d2d44;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
}

.sb-booking-ref label {
    display: block;
    color: #9ca3af;
    font-size: 12px;
    margin-bottom: 5px;
}

.sb-booking-ref div {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

.sb-confirmation-msg {
    color: #e5e7eb;
    margin-bottom: 20px;
}

/* Loading Spinner */
.spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #ffffff;
    animation: spin 0.8s linear infinite;
}

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

/* Error Toast */
.sb-error-toast {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #ef4444;
    color: #ffffff;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 10000;
    animation: slideIn 0.3s ease;
}

@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Payment Processing States */
.sb-btn-complete:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.sb-btn-complete svg {
    vertical-align: middle;
    margin-right: 8px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .sb-header {
        padding: 15px 20px;
    }
    
    .sb-progress {
        padding: 20px;
        gap: 30px;
        overflow-x: auto;
    }
    
    .sb-step-label {
        font-size: 12px;
    }
    
    .sb-card {
        padding: 25px;
    }
    
    .sb-title {
        font-size: 24px;
    }
    
    .sb-controls-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .sb-form-grid {
        grid-template-columns: 1fr;
    }
    
    .sb-form-group.full-width {
        grid-column: span 1;
    }
    
    .sb-session-types,
    .sb-studios,
    .sb-addons {
        grid-template-columns: 1fr;
    }
    
    .sb-nav-buttons {
        flex-direction: column;
    }
    
    .sb-people-selector {
        flex-wrap: wrap;
    }
}
/* ── Ziina Modal (waiting overlay) ─────────────────────────────────────── */
.sb-ziina-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 99999;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
}
.sb-ziina-modal.active {
    display: flex;
}
body.sb-modal-open {
    overflow: hidden;
}

.sb-ziina-modal-box {
    background: #0f0f1a;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px;
    width: 90%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0,0,0,0.6);
}

.sb-ziina-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.sb-ziina-close {
    background: rgba(255,255,255,0.08);
    border: none;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}
.sb-ziina-close:hover { background: rgba(255,255,255,0.18); }

.sb-ziina-waiting {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 32px;
    gap: 16px;
    text-align: center;
}

.sb-waiting-title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.sb-waiting-sub {
    margin: 0;
    font-size: 14px;
    color: #9ca3af;
    line-height: 1.6;
}

.sb-waiting-dots {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}
.sb-waiting-dots span {
    width: 8px;
    height: 8px;
    background: #7c3aed;
    border-radius: 50%;
    animation: sb-dot-bounce 1.2s ease-in-out infinite;
}
.sb-waiting-dots span:nth-child(2) { animation-delay: 0.2s; }
.sb-waiting-dots span:nth-child(3) { animation-delay: 0.4s; }
@keyframes sb-dot-bounce {
    0%, 80%, 100% { transform: scale(0.6); opacity: 0.4; }
    40%           { transform: scale(1);   opacity: 1;   }
}

.sb-spinner-ring {
    width: 44px;
    height: 44px;
    border: 3px solid rgba(124, 58, 237, 0.2);
    border-top-color: #7c3aed;
    border-radius: 50%;
    animation: sb-spin 0.8s linear infinite;
}
@keyframes sb-spin { to { transform: rotate(360deg); } }

.sb-ziina-modal-footer {
    padding: 12px 20px;
    border-top: 1px solid rgba(255,255,255,0.06);
    font-size: 11px;
    color: #4b5563;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

/* Ziina info badge in step 3 */
.sb-ziina-info { margin: 8px 0 16px; }
.sb-secure-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #6b7280;
    padding: 10px 14px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 8px;
}

/* Payment not configured notice */
.sb-payment-notice {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: rgba(220, 38, 38, 0.08);
    border: 1px solid rgba(220, 38, 38, 0.25);
    border-radius: 10px;
    padding: 14px 16px;
    font-size: 14px;
    color: #fca5a5;
    line-height: 1.5;
}
.sb-payment-notice svg {
    flex-shrink: 0;
    margin-top: 1px;
    stroke: #f87171;
}

/* ── Success Modal ─────────────────────────────────────────────────────────── */
.sb-success-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.65);
    backdrop-filter: blur(4px);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.sb-success-modal.active {
    opacity: 1;
    pointer-events: all;
}
.sb-success-modal-box {
    background: #1e293b;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    padding: 48px 40px;
    max-width: 420px;
    width: 90%;
    text-align: center;
    box-shadow: 0 25px 60px rgba(0,0,0,0.5);
}
.sb-success-icon {
    width: 80px;
    height: 80px;
    background: rgba(34,197,94,0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}
.sb-success-icon svg {
    stroke: #22c55e;
    width: 40px;
    height: 40px;
}
.sb-success-title {
    font-size: 24px;
    font-weight: 700;
    color: #f1f5f9;
    margin: 0 0 12px;
}
.sb-success-sub {
    font-size: 14px;
    color: #94a3b8;
    line-height: 1.6;
    margin: 0 0 28px;
}
.sb-success-ref-wrap {
    background: rgba(255,255,255,0.05);
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 28px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.sb-success-ref-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #64748b;
}
.sb-success-ref {
    font-family: monospace;
    font-size: 22px;
    font-weight: 700;
    color: #22c55e;
    letter-spacing: 0.1em;
}

/* ── Promo Code ────────────────────────────────────────────────────────────── */
.sb-promo-section {
    margin-bottom: 24px;
}
.sb-promo-section h3 {
    font-size: 14px;
    font-weight: 600;
    color: #94a3b8;
    margin: 0 0 10px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.sb-promo-row {
    display: flex;
    gap: 10px;
}
.sb-promo-input {
    flex: 1;
    background: #0f172a;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    padding: 11px 16px;
    color: #f1f5f9;
    font-size: 14px;
    font-family: monospace;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    outline: none;
    transition: border-color .2s;
}
.sb-promo-input:focus {
    border-color: #3b82f6;
}
.sb-btn-promo {
    background: rgba(59,130,246,0.15);
    color: #60a5fa;
    border: 1px solid rgba(59,130,246,0.3);
    border-radius: 10px;
    padding: 11px 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: .2s;
    white-space: nowrap;
}
.sb-btn-promo:hover {
    background: rgba(59,130,246,0.25);
    color: #93c5fd;
}
.sb-btn-promo:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.sb-promo-feedback {
    margin-top: 8px;
    font-size: 13px;
    padding: 8px 12px;
    border-radius: 8px;
}
.sb-promo-success {
    background: rgba(34,197,94,0.1);
    color: #4ade80;
    border: 1px solid rgba(34,197,94,0.2);
}
.sb-promo-error {
    background: rgba(220,38,38,0.1);
    color: #f87171;
    border: 1px solid rgba(220,38,38,0.2);
}
.sb-summary-discount {
    color: #4ade80 !important;
}
.sb-summary-discount span:last-child {
    color: #4ade80;
    font-weight: 600;
}

/* ── Pick Offer Button ─────────────────────────────────────────────────────── */
.sb-pick-btn {
    display: block;
    width: 100%;
    margin-top: 16px;
    padding: 12px;
    background: rgba(59,130,246,0.12);
    color: #60a5fa;
    border: 1px solid rgba(59,130,246,0.25);
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: .2s;
    text-align: center;
}
.sb-pick-btn:hover,
.sb-session-card.selected .sb-pick-btn {
    background: #3b82f6;
    color: #fff;
    border-color: #3b82f6;
}

/* ── Share Button ──────────────────────────────────────────────────────────── */
.sb-card-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sb-share-btn {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 8px;
    padding: 5px 7px;
    cursor: pointer;
    color: #64748b;
    display: flex;
    align-items: center;
    transition: .2s;
    line-height: 1;
}
.sb-share-btn:hover {
    background: rgba(255,255,255,0.12);
    color: #94a3b8;
    border-color: rgba(255,255,255,0.15);
}

/* ── Share Toast ───────────────────────────────────────────────────────────── */
.sb-share-toast {
    position: fixed;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background: #1e293b;
    border: 1px solid rgba(255,255,255,0.1);
    color: #f1f5f9;
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.4);
    opacity: 0;
    transition: opacity .25s, transform .25s;
    z-index: 99999;
    max-width: 280px;
    text-align: center;
    word-break: break-all;
}
.sb-share-toast.show {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}
