.bb-booking-form-wrapper {
    max-width: 720px;
    margin: 0 auto;
    font-family: 'Manrope', system-ui, sans-serif;
}

.bb-booking-form-header {
    text-align: center;
    margin-bottom: 2rem;
}

.bb-form-icon {
    font-size: 2.5rem;
    color: #003a43;
    margin-bottom: 0.5rem;
    display: block;
}

.bb-form-title {
    font-family: 'Literata', Georgia, serif;
    font-size: 2rem;
    font-weight: 600;
    color: #003a43;
    margin: 0 0 0.5rem;
}

.bb-form-subtitle {
    color: #3f484a;
    font-size: 1rem;
    margin: 0;
}

.bb-booking-form {
    background: #fff;
    border: 1px solid rgba(191, 200, 202, 0.4);
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 4px 24px rgba(0, 58, 67, 0.08);
}

.bb-form-section {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e6e9ea;
}

.bb-form-section:last-of-type {
    border-bottom: none;
    margin-bottom: 1rem;
    padding-bottom: 0;
}

.bb-section-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Manrope', system-ui, sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #003a43;
    margin: 0 0 1.25rem;
}

.bb-section-title .material-symbols-outlined {
    font-size: 1.25rem;
    color: #7d5700;
}

.bb-form-row {
    display: grid;
    gap: 1rem;
    margin-bottom: 1rem;
}

.bb-form-row:last-child {
    margin-bottom: 0;
}

.bb-form-row--2col {
    grid-template-columns: 1fr 1fr;
}

.bb-form-row--3col {
    grid-template-columns: 1fr 1fr 1fr;
}

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

.bb-form-group--full {
    grid-column: 1 / -1;
}

.bb-form-group label {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #003a43;
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
}

.bb-form-group:focus-within label {
    color: #7d5700;
}

.bb-form-group input[type="text"],
.bb-form-group input[type="email"],
.bb-form-group input[type="tel"],
.bb-form-group input[type="date"],
.bb-form-group input[type="number"],
.bb-form-group select,
.bb-form-group textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    font-family: 'Manrope', system-ui, sans-serif;
    font-size: 1rem;
    color: #181c1d;
    background: #fff;
    border: 1px solid rgba(112, 121, 123, 0.3);
    border-radius: 0.5rem;
    transition: border-color 0.3s, box-shadow 0.3s;
    box-sizing: border-box;
}

.bb-form-group input:focus,
.bb-form-group select:focus,
.bb-form-group textarea:focus {
    outline: none;
    border-color: #7d5700;
    box-shadow: 0 0 0 3px rgba(125, 87, 0, 0.12);
}

.bb-form-group textarea {
    resize: vertical;
    min-height: 80px;
}

.bb-form-group select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2370797b' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 2.5rem;
    cursor: pointer;
}

.bb-field-hint {
    font-size: 0.75rem;
    color: #70797b;
    margin-top: 0.25rem;
}

.bb-qty-control {
    display: flex;
    align-items: center;
    border: 1px solid rgba(112, 121, 123, 0.3);
    border-radius: 0.5rem;
    overflow: hidden;
    background: #fff;
}

.bb-qty-btn {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f4f5;
    border: none;
    cursor: pointer;
    font-size: 1.25rem;
    font-weight: 700;
    color: #003a43;
    transition: background 0.2s;
    flex-shrink: 0;
}

.bb-qty-btn:hover {
    background: #e6e9ea;
}

.bb-qty-control input[type="number"] {
    border: none;
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
    padding: 0.5rem;
    -moz-appearance: textfield;
    border-radius: 0;
    box-shadow: none;
}

.bb-qty-control input[type="number"]::-webkit-outer-spin-button,
.bb-qty-control input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.bb-qty-control input:focus {
    box-shadow: none;
}

.bb-pickup-info {
    margin-top: 0.5rem;
    padding: 0.75rem 1rem;
    background: #f1f4f5;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    color: #3f484a;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.bb-pickup-info .material-symbols-outlined {
    font-size: 1.125rem;
    color: #7d5700;
}

.bb-form-summary {
    background: #f7fafb;
    border-radius: 0.75rem;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.bb-summary-row {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    font-size: 0.9375rem;
    color: #3f484a;
}

.bb-summary-row.bb-summary-total {
    border-top: 2px solid #003a43;
    margin-top: 0.5rem;
    padding-top: 0.75rem;
    font-weight: 700;
    font-size: 1.125rem;
    color: #003a43;
}

.bb-form-message {
    padding: 1rem 1.25rem;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.bb-form-message.bb-message-success {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #a5d6a7;
}

.bb-form-message.bb-message-error {
    background: #fce4ec;
    color: #c62828;
    border: 1px solid #ef9a9a;
}

.bb-form-message.bb-message-loading {
    background: #e3f2fd;
    color: #1565c0;
    border: 1px solid #90caf9;
}

.bb-submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 1rem 2rem;
    font-family: 'Manrope', system-ui, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #271900;
    background: #fec660;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}

.bb-submit-btn:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 16px rgba(254, 198, 96, 0.4);
    background: #f5bd59;
}

.bb-submit-btn:active {
    transform: scale(0.98);
}

.bb-submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.bb-submit-btn .material-symbols-outlined {
    font-size: 1.25rem;
}

.bb-hidden {
    display: none !important;
}

@media (max-width: 640px) {
    .bb-booking-form {
        padding: 1.25rem;
    }

    .bb-form-row--2col,
    .bb-form-row--3col {
        grid-template-columns: 1fr;
    }

    .bb-form-title {
        font-size: 1.5rem;
    }
}

#bb-booking-modal .bb-booking-form-wrapper {
    max-width: 100%;
}

#bb-booking-modal .bb-booking-form-wrapper {
    max-width: 100%;
}

#bb-booking-modal .bb-booking-form {
    border: none;
    box-shadow: none;
    padding: 0;
    background: transparent;
}

#bb-booking-modal .bb-form-title {
    font-size: 1.5rem;
}

#bb-booking-modal .bb-form-icon {
    font-size: 2rem;
}
