.ahp-packages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.25rem;
}

.ahp-package-card {
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
    display: flex;
    flex-direction: column;
}

.ahp-package-single {
    max-width: 860px;
    margin: 1.5rem auto;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 1rem;
    box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
}

.ahp-confirmation-screen {
    border: 1px solid #bbf7d0;
    background: linear-gradient(180deg, #f0fdf4 0%, #ffffff 100%);
}

.ahp-confirmation-head {
    margin-bottom: 1rem;
}

.ahp-confirmation-badge {
    display: inline-block;
    background: #dcfce7;
    color: #166534;
    border-radius: 999px;
    padding: 0.3rem 0.65rem;
    font-size: 0.78rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.ahp-confirmation-subtitle {
    color: #334155;
    margin: 0.35rem 0 0;
}

.ahp-confirmation-folio {
    margin: 0.55rem 0 0;
    color: #0f172a;
    font-size: 0.95rem;
    background: #ecfeff;
    border: 1px dashed #67e8f9;
    border-radius: 8px;
    padding: 0.4rem 0.55rem;
    display: inline-block;
}

.ahp-confirmation-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
    margin-top: 0.9rem;
}

.ahp-confirmation-card {
    border: 1px solid #d1d5db;
    border-radius: 12px;
    background: #fff;
    padding: 0.9rem;
}

.ahp-confirmation-card h3 {
    margin: 0 0 0.65rem;
    color: #0f172a;
}

.ahp-confirmation-card p {
    margin: 0.35rem 0;
    color: #334155;
}

.ahp-confirmation-note {
    margin-top: 0.7rem !important;
    color: #0f766e !important;
    font-weight: 600;
}

.ahp-confirmation-actions {
    margin-top: 1rem;
    display: flex;
    gap: 0.7rem;
    flex-wrap: wrap;
}

.ahp-print-btn {
    background: #1d4ed8;
}

.ahp-print-btn:hover {
    background: #1e40af;
}

.ahp-package-thumb img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    display: block;
}

.ahp-package-content {
    padding: 1rem;
}

.ahp-package-title {
    font-size: 1.2rem;
    margin: 0 0 0.4rem;
}

.ahp-package-price {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
}

.ahp-package-duration {
    margin: 0.35rem 0 0.75rem;
    color: #4b5563;
}

.ahp-package-description {
    margin-bottom: 0.8rem;
}

.ahp-meta-group h4 {
    margin: 0.8rem 0 0.35rem;
    font-size: 0.95rem;
}

.ahp-builder-layout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.ahp-builder-column {
    border: 1px solid #dbe1e8;
    border-radius: 10px;
    padding: 0.65rem;
    background: #f9fafb;
}

.ahp-builder-title {
    margin: 0 0 0.5rem;
    font-weight: 700;
    color: #1f2937;
}

.ahp-builder-list {
    min-height: 110px;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.ahp-builder-item {
    border: 1px solid #cfd8e3;
    border-radius: 10px;
    background: #ffffff;
    padding: 0.45rem 0.55rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
    cursor: grab;
}

.ahp-builder-item.is-dragging {
    opacity: 0.65;
}

.ahp-builder-item-name {
    color: #111827;
    font-size: 0.92rem;
    font-weight: 600;
}

.ahp-builder-action {
    border: none;
    border-radius: 8px;
    padding: 0.35rem 0.55rem;
    font-size: 0.8rem;
    font-weight: 700;
    cursor: pointer;
}

.ahp-add-btn {
    background: #d1fae5;
    color: #065f46;
}

.ahp-remove-btn {
    background: #fee2e2;
    color: #991b1b;
}

.ahp-builder-empty {
    margin: 0.45rem 0 0;
    font-size: 0.85rem;
    color: #6b7280;
}

.ahp-meta-group ul {
    margin: 0;
    padding-left: 1.1rem;
}

.ahp-meta-group li {
    margin-bottom: 0.25rem;
}

.ahp-detail-toggle,
.ahp-booking-form button[type="submit"] {
    margin-top: 0.9rem;
    border: none;
    border-radius: 10px;
    background: #0f766e;
    color: #fff;
    padding: 0.7rem 0.95rem;
    font-weight: 600;
    cursor: pointer;
}

.ahp-detail-toggle {
    display: inline-block;
    text-decoration: none;
}

.ahp-detail-toggle:hover,
.ahp-booking-form button[type="submit"]:hover {
    background: #115e59;
}

.ahp-package-detail {
    margin-top: 0.9rem;
    border-top: 1px solid #e5e7eb;
    padding-top: 0.9rem;
}

.ahp-options-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 0.5rem;
}

.ahp-option-item {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.92rem;
    color: #374151;
}

.ahp-meta-empty {
    color: #6b7280;
    margin: 0;
}

.ahp-booking-form {
    margin-top: 0.9rem;
    border-top: 1px solid #e5e7eb;
    padding-top: 0.9rem;
}

.ahp-selection-summary {
    margin-top: 1rem;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    padding: 0.75rem;
    background: #f8fafc;
}

.ahp-selection-summary-title {
    margin: 0 0 0.45rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: #0f172a;
}

.ahp-selection-summary-line {
    margin: 0 0 0.2rem;
    font-size: 0.9rem;
    color: #334155;
}

.ahp-selection-summary-empty {
    margin: 0.4rem 0 0;
    font-size: 0.85rem;
    color: #64748b;
}

.ahp-selection-summary.is-empty .ahp-summary-lists {
    display: none;
}

.ahp-summary-lists p {
    margin: 0.35rem 0 0;
    font-size: 0.86rem;
    color: #1e293b;
}

.ahp-section-title {
    margin: 1rem 0 0.5rem;
    font-size: 1.05rem;
    color: #1f2937;
}

.ahp-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.ahp-form-grid .ahp-full-width {
    grid-column: 1 / -1;
}

.ahp-booking-form label {
    display: block;
    margin-bottom: 0.6rem;
    font-size: 0.9rem;
    color: #374151;
}

.ahp-booking-form input,
.ahp-booking-form select,
.ahp-booking-form textarea {
    width: 100%;
    margin-top: 0.25rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 0.5rem 0.6rem;
}

.ahp-booking-form select {
    padding-right: 2.2rem;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b7280' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 12px;
    cursor: pointer;
    text-overflow: ellipsis;
}

.ahp-booking-form textarea {
    resize: vertical;
    font-family: inherit;
}

.ahp-submit-booking {
    width: 100%;
}

.ahp-booking-message {
    margin: 0.65rem 0 0;
    font-size: 0.9rem;
    min-height: 1.2rem;
}

.ahp-booking-message.is-success {
    color: #065f46;
}

.ahp-booking-message.is-error {
    color: #b91c1c;
}

.ahp-booking-message.is-muted {
    color: #6b7280;
}

.ahp-empty {
    color: #374151;
}

.ahp-ajax-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.35);
    z-index: 9998;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.ahp-ajax-overlay-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.22);
    padding: 1rem 1.25rem;
    min-width: 260px;
    text-align: center;
}

.ahp-ajax-overlay-text {
    margin: 0.6rem 0 0;
    color: #1f2937;
    font-weight: 600;
}

.ahp-spinner {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    border: 4px solid #d1fae5;
    border-top-color: #0f766e;
    display: inline-block;
    animation: ahp-spin 0.8s linear infinite;
}

.ahp-feedback-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    padding: 1rem;
}

.ahp-feedback-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
}

.ahp-feedback-modal-dialog {
    position: relative;
    width: 100%;
    max-width: 430px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    box-shadow: 0 20px 38px rgba(15, 23, 42, 0.28);
    padding: 1.2rem;
    text-align: center;
}

.ahp-feedback-modal-icon {
    width: 46px;
    height: 46px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    margin: 0 auto 0.65rem;
    font-size: 1.2rem;
    font-weight: 700;
}

.ahp-feedback-modal-title {
    margin: 0;
    font-size: 1.15rem;
    color: #111827;
}

.ahp-feedback-modal-message {
    margin: 0.55rem 0 0;
    color: #374151;
    line-height: 1.4;
}

.ahp-feedback-modal-btn {
    margin-top: 0.9rem;
    border: none;
    border-radius: 10px;
    background: #0f766e;
    color: #fff;
    padding: 0.6rem 1rem;
    font-weight: 700;
    cursor: pointer;
}

.ahp-feedback-modal.is-success .ahp-feedback-modal-icon {
    background: #d1fae5;
    color: #065f46;
}

.ahp-feedback-modal.is-error .ahp-feedback-modal-icon {
    background: #fee2e2;
    color: #991b1b;
}

.ahp-feedback-modal.is-info .ahp-feedback-modal-icon {
    background: #dbeafe;
    color: #1d4ed8;
}

@keyframes ahp-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Estilos del calendario Flatpickr */
.flatpickr-calendar {
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.18);
    border: 1px solid #e5e7eb;
}

.flatpickr-months {
    border-radius: 12px 12px 0 0;
}

.flatpickr-current-month {
    font-size: 1.05rem;
    font-weight: 600;
}

.flatpickr-day {
    border-radius: 8px;
    position: relative;
}

.flatpickr-day:hover {
    background: #f0fdfa;
    border-color: #99f6e4;
}

.flatpickr-day.selected {
    background: #0f766e;
    border-color: #0f766e;
}

.flatpickr-day.selected:hover {
    background: #115e59;
    border-color: #115e59;
}

/* Indicadores de disponibilidad */
.flatpickr-day.ahp-date-available::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: 5px;
    height: 5px;
    background: #10b981;
    border-radius: 50%;
}

.flatpickr-day.ahp-date-partial::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: 5px;
    height: 5px;
    background: #f59e0b;
    border-radius: 50%;
}

/* ============================================
   PAYMENT MODAL STYLES
   ============================================ */

/* Payment modal */
.ahp-payment-modal {
    border: none;
    padding: 0;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    max-width: 480px;
    width: calc(100vw - 2rem);
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.ahp-payment-modal.ahp-payment-modal-visible {
    opacity: 1;
    transform: scale(1);
}

.ahp-payment-modal.ahp-payment-modal-closing {
    opacity: 0;
    transform: scale(0.95);
}

.ahp-payment-modal::backdrop {
    background: rgba(15, 23, 42, 0.5);
    backdrop-filter: blur(4px);
}

/* Fallback backdrop for browsers that don't support ::backdrop on dialog */
.ahp-payment-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.5);
    backdrop-filter: blur(4px);
    z-index: 99998;
}

.ahp-payment-modal-content {
    padding: 2rem;
    text-align: center;
}

.ahp-payment-modal-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.ahp-payment-modal-icon svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.ahp-payment-modal-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    margin: 0 0 0.5rem;
}

.ahp-payment-modal-desc {
    font-size: 0.95rem;
    color: #6b7280;
    margin: 0 0 1.5rem;
}

.ahp-payment-details {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.25rem;
    margin-bottom: 1.5rem;
}

.ahp-payment-detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
}

.ahp-payment-detail-row.ahp-payment-total {
    border-top: 2px solid #e5e7eb;
    margin-top: 0.5rem;
    padding-top: 1rem;
    font-size: 1.1rem;
    font-weight: 700;
}

.ahp-payment-label {
    color: #6b7280;
    font-size: 0.9rem;
}

.ahp-payment-total .ahp-payment-label {
    color: #111827;
    font-size: 1.05rem;
}

.ahp-payment-value {
    color: #111827;
    font-weight: 600;
}

.ahp-payment-total .ahp-payment-value {
    color: #3b82f6;
    font-size: 1.25rem;
}

.ahp-payment-modal-actions {
    display: flex;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.ahp-payment-modal-actions .ahp-btn {
    flex: 1;
    margin: 0;
    justify-content: center;
    align-items: center;
    display: flex;
}

.ahp-btn-primary {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: #fff;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.ahp-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(59, 130, 246, 0.3);
}

.ahp-btn-secondary {
    background: #fff;
    color: #6b7280;
    border: 1px solid #d1d5db;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.ahp-btn-secondary:hover {
    background: #f9fafb;
    border-color: #9ca3af;
}

@media (max-width: 640px) {
    .ahp-payment-modal-content {
        padding: 1.5rem;
    }
    
    .ahp-payment-modal-title {
        font-size: 1.25rem;
    }
    
    .ahp-payment-modal-actions {
        flex-direction: column-reverse;
    }
    
    .ahp-payment-modal-actions .ahp-btn {
        width: 100%;
    }
}

.flatpickr-day.ahp-date-full {
    background: #fee2e2;
    color: #991b1b;
    cursor: not-allowed;
    opacity: 0.6;
}

.flatpickr-day.ahp-date-full::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: 5px;
    height: 5px;
    background: #dc2626;
    border-radius: 50%;
}

.flatpickr-day.ahp-date-full:hover {
    background: #fee2e2;
    border-color: #fecaca;
}

/* Leyenda de disponibilidad */
.ahp-calendar-legend {
    margin-top: 0.5rem;
    padding: 0.6rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.8rem;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.ahp-calendar-legend-item {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.ahp-calendar-legend-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.ahp-calendar-legend-dot.available {
    background: #10b981;
}

.ahp-calendar-legend-dot.partial {
    background: #f59e0b;
}

.ahp-calendar-legend-dot.full {
    background: #dc2626;
}

.ahp-confirmation-custom {
    grid-column: 1 / -1;
}

@media (max-width: 768px) {
    .ahp-builder-layout {
        grid-template-columns: 1fr;
    }

    .ahp-form-grid {
        grid-template-columns: 1fr;
    }

    .ahp-confirmation-grid {
        grid-template-columns: 1fr;
    }
}

/* =============================================================
   WIZARD DE RESERVA MULTI-PASO
   ============================================================= */

.ahp-wizard-wrapper {
    position: relative;
}

/* Progress bar */
.ahp-wizard-progress {
    display: flex;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 2rem;
    overflow-x: auto;
    padding-bottom: 4px;
}

.ahp-wizard-step-indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    min-width: 60px;
    text-align: center;
    position: relative;
    opacity: 0.5;
    transition: opacity 0.25s;
}

.ahp-wizard-step-indicator.active,
.ahp-wizard-step-indicator.completed {
    opacity: 1;
}

.ahp-wizard-step-number {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #e5e7eb;
    color: #6b7280;
    font-weight: 700;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.25s, color 0.25s;
    position: relative;
    z-index: 1;
}

.ahp-wizard-step-indicator.active .ahp-wizard-step-number {
    background: #6366f1;
    color: #ffffff;
    box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.2);
}

.ahp-wizard-step-indicator.completed .ahp-wizard-step-number {
    background: #10b981;
    color: #ffffff;
}

.ahp-wizard-step-label {
    font-size: 0.72rem;
    margin-top: 4px;
    color: #6b7280;
    line-height: 1.2;
    max-width: 70px;
    word-break: break-word;
}

.ahp-wizard-step-indicator.active .ahp-wizard-step-label {
    color: #4f46e5;
    font-weight: 600;
}

.ahp-wizard-step-connector {
    flex: 1;
    height: 2px;
    background: #e5e7eb;
    margin-top: 15px;
    min-width: 16px;
}

/* Panels */
.ahp-wizard-panel {
    display: none;
}

.ahp-wizard-panel.active {
    display: block;
    animation: ahpFadeIn 0.2s ease;
}

@keyframes ahpFadeIn {
    from { opacity: 0; transform: translateY(6px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Navigation */
.ahp-wizard-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #f3f4f6;
}

/* Loading spinners */
.ahp-catering-loading,
.ahp-experience-loading {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #6b7280;
    padding: 1.5rem 0;
    font-size: 0.9rem;
}

/* Fieldsets */
.ahp-wizard-fieldset {
    border: none;
    padding: 0;
    margin: 0 0 1.5rem;
}

.ahp-wizard-fieldset legend {
    font-weight: 600;
    color: #374151;
    font-size: 0.95rem;
    margin-bottom: 0.75rem;
    padding: 0;
}

/* Tier cards */
.ahp-catering-tiers {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.ahp-catering-tier-option {
    flex: 1;
    min-width: 120px;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    padding: 0.85rem 1rem;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
    background: #fafafa;
    text-align: center;
}

.ahp-catering-tier-option:hover {
    border-color: #a5b4fc;
    background: #f5f3ff;
}

.ahp-catering-tier-option.selected {
    border-color: #6366f1;
    background: #eef2ff;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.15);
}

.ahp-tier-name {
    font-weight: 700;
    font-size: 0.95rem;
    color: #1f2937;
}

.ahp-tier-desc {
    font-size: 0.8rem;
    color: #6b7280;
    margin-top: 4px;
}

/* Catering items */
.ahp-catering-items {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.ahp-catering-item label {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.6rem 0.75rem;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.15s;
    font-size: 0.9rem;
}

.ahp-catering-item label:hover {
    background: #f9fafb;
}

.ahp-catering-item.is-mandatory label {
    background: #f0fdf4;
    border-color: #bbf7d0;
    cursor: default;
}

.ahp-item-badge {
    font-size: 0.7rem;
    background: #10b981;
    color: white;
    border-radius: 4px;
    padding: 1px 6px;
    margin-left: auto;
}

/* Setup type cards */
.ahp-setup-types {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.ahp-setup-type-option {
    flex: 1;
    min-width: 130px;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    padding: 0.85rem 1rem;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
    background: #fafafa;
    text-align: center;
}

.ahp-setup-type-option:hover {
    border-color: #a5b4fc;
    background: #f5f3ff;
}

.ahp-setup-type-option.selected {
    border-color: #6366f1;
    background: #eef2ff;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.15);
}

.ahp-setup-name {
    font-weight: 700;
    font-size: 0.95rem;
    color: #1f2937;
}

.ahp-setup-capacity {
    font-size: 0.78rem;
    color: #6b7280;
    margin-top: 4px;
}

/* Add-on yes/no questions */
.ahp-addon-questions {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.ahp-addon-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.65rem 0.75rem;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 0.9rem;
    flex-wrap: wrap;
}

.ahp-question-text {
    color: #374151;
    flex: 1;
}

.ahp-yn-toggle {
    display: flex;
    gap: 0;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    overflow: hidden;
}

.ahp-yn-btn {
    padding: 5px 14px;
    border: none;
    background: #f9fafb;
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: 500;
    color: #6b7280;
    transition: background 0.15s, color 0.15s;
}

.ahp-yn-btn + .ahp-yn-btn {
    border-left: 1px solid #d1d5db;
}

.ahp-yn-btn.active.ahp-yn-yes {
    background: #10b981;
    color: #ffffff;
}

.ahp-yn-btn.active.ahp-yn-no {
    background: #ef4444;
    color: #ffffff;
}

.ahp-setup-disclaimer {
    font-size: 0.8rem;
    color: #6b7280;
    border-left: 3px solid #e5e7eb;
    padding-left: 0.75rem;
    margin-top: 1rem;
    font-style: italic;
}

/* Step intro */
.ahp-step-intro {
    color: #6b7280;
    font-size: 0.9rem;
    margin-bottom: 1.25rem;
}

/* Summary */
.ahp-booking-summary {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.ahp-summary-section {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 1rem;
}

.ahp-summary-section h4 {
    margin: 0 0 0.6rem;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6b7280;
}

.ahp-summary-dl {
    margin: 0;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2px 8px;
    font-size: 0.88rem;
}

.ahp-summary-dl dt {
    color: #6b7280;
    font-weight: 600;
}

.ahp-summary-dl dd {
    margin: 0;
    color: #1f2937;
    word-break: break-word;
}

@media (max-width: 600px) {
    .ahp-catering-tiers,
    .ahp-setup-types {
        flex-direction: column;
    }
    .ahp-addon-question {
        flex-direction: column;
        align-items: flex-start;
    }
    .ahp-booking-summary {
        grid-template-columns: 1fr;
    }
}


@media print {
    .no-print,
    header,
    footer,
    .site-header,
    .site-footer {
        display: none !important;
    }

    .ahp-package-single,
    .ahp-confirmation-screen {
        box-shadow: none !important;
        border: none !important;
        margin: 0 !important;
        padding: 0 !important;
        background: #fff !important;
    }

    body {
        background: #fff !important;
    }
}