/* Royal Kids - Reserva de Cumpleaños */
/* Responsive: Mobile First */

/* ===========================================
   BASE
   =========================================== */
p:not(.has-background):last-of-type {
    padding-bottom:0; 
    margin:25px 0;
}
   .rk-birthday-container {
    max-width: 1080px;
    margin: 0 auto;
    padding: 15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}

.rk-birthday-header {
    text-align: center;
    margin-bottom: 20px;
}

.rk-birthday-header h2 {
    color: #E31E24;
    font-size: 38px;
	font-weight: bold;
    margin: 0 0 10px 0;
    line-height: 1.3;
}

.rk-birthday-header p {
    color: #666;
    font-size: 14px;
    margin: 0;
}

/* ===========================================
   SECCIONES DEL FORMULARIO
   =========================================== */

.rk-form-section {
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    border: 2px solid transparent;
    transition: all 0.3s;
}

.rk-form-section:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
}

.rk-section-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.rk-section-active {
    border-color: #E31E24;
    opacity: 1;
    pointer-events: auto;
}

.rk-form-section h3,
.rk-section-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 15px 0;
    color: #333;
    font-size: 16px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}

.rk-step {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, #E31E24, #c41920);
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
    flex-shrink: 0;
}

/* ===========================================
   GRID DE PACKS - PRICING TABLE STYLE
   =========================================== */

.rk-packs-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 10px;
}

/* Card base */
.rk-pack-card {
    background: #fff;
    border: 2px solid #f0f0f0;
    border-radius: 16px;
    padding: 0;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.rk-pack-card:hover {
    border-color: #E31E24;
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(227, 30, 36, 0.12);
}

/* Pack destacado */
.rk-pack-card.rk-pack-featured {
    border-color: #E31E24;
    box-shadow: 0 8px 30px rgba(227, 30, 36, 0.15);
}

.rk-pack-card.selected {
    border-color: #E31E24;
    background: linear-gradient(180deg, #fffafa 0%, #fff 100%);
    box-shadow: 0 8px 30px rgba(227, 30, 36, 0.2);
}

/* Header del pack */
.rk-pack-header {
    text-align: center;
    padding: 0 25px;
}

/* Imagen del pack - Full width con bordes redondeados arriba */
.rk-pack-image {
    width: 100%;
    margin: 0;
    border-radius: 14px 14px 0 0;
    overflow: hidden;
}

.rk-pack-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.rk-pack-card:hover .rk-pack-image img {
    transform: scale(1.05);
}

.rk-pack-name {
    display:none;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    font-style: normal;
    font-size: 28px;
    font-weight: 700;
    color: #E31E24;
    margin: 25px 0 10px 0;
    line-height: 1.2;
}

.rk-pack-tagline {
	color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin:20px 0;
    min-height: 42px;
}

/* Pricing */
.rk-pack-pricing {
    text-align: center;
    margin-bottom: 20px;
    padding: 0 25px;
}

.rk-pack-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 2px;
    margin-bottom: 8px;
}

.rk-price-amount {
    font-size: 48px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1;
}

.rk-price-currency {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin-left: 2px;
}

.rk-price-period {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    margin-left: 4px;
}

.rk-pack-minimum {
    font-size: 13px;
    color: #888;
    margin: 5px 0 10px !important;
}

.rk-pack-minimum strong {
    color: #333;
}

/* Botón seleccionar */
.rk-pack-select {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: calc(100% - 50px);
    margin: 0 25px 25px;
    padding: 14px 24px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: transparent;
    border: 2px solid #E31E24;
    color: #E31E24;
    position: relative;
    overflow: hidden;
}

.rk-pack-select:hover {
    background: rgba(227, 30, 36, 0.08);
    transform: scale(1.02);
    box-shadow: 0 4px 15px rgba(227, 30, 36, 0.2);
}

/* Icono del botón con animación */
.rk-btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    position: relative;
}

.rk-btn-icon-arrow,
.rk-btn-icon-check {
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.rk-btn-icon-arrow {
    opacity: 1;
    transform: translateX(0);
}

.rk-btn-icon-check {
    position: absolute;
    opacity: 0;
    transform: scale(0.5);
}

/* Hover en botón no seleccionado - flecha se mueve */
.rk-pack-card:not(.selected) .rk-pack-select:hover .rk-btn-icon-arrow {
    transform: translateX(4px);
}

/* Estado seleccionado - Botón rojo sólido */
.rk-pack-card.selected .rk-pack-select {
    background: linear-gradient(135deg, #E31E24, #c41920);
    border-color: #E31E24;
    color: #fff;
    box-shadow: 0 4px 15px rgba(227, 30, 36, 0.3);
}

.rk-pack-card.selected .rk-pack-select:hover {
    background: linear-gradient(135deg, #c41920, #a5161b);
    transform: scale(1.02);
}

/* Icono cambia de flecha a check cuando está seleccionado */
.rk-pack-card.selected .rk-btn-icon-arrow {
    opacity: 0;
    transform: translateX(10px);
}

.rk-pack-card.selected .rk-btn-icon-check {
    opacity: 1;
    transform: scale(1);
}

/* Animación de pulso al seleccionar */
@keyframes rkSelectPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.rk-pack-card.selected .rk-pack-select {
    animation: rkSelectPulse 0.4s ease;
}

/* Botón destacado (mismo estilo outline) */
.rk-pack-card.rk-pack-featured .rk-pack-select {
    background: transparent;
    border-color: #E31E24;
    color: #E31E24;
}

.rk-pack-card.rk-pack-featured .rk-pack-select:hover {
    background: rgba(227, 30, 36, 0.08);
}

/* Lista de características */
.rk-pack-features {
    list-style: none;
    padding: 0 25px 20px;
    margin: 0;
    flex-grow: 1;
}

.rk-pack-features li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    font-size: 14px;
    color: #444;
    border-bottom: 1px solid #f0f0f0;
}

.rk-pack-features li:last-child {
    border-bottom: none;
}

.rk-pack-features li span:last-child {
    flex: 1;
    line-height: 1.4;
}

.rk-pack-features li strong {
    color: #1a1a1a;
}

/* Iconos de características */
.rk-feature-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 11px;
    font-weight: bold;
}

.rk-icon-check {
    background: transparent;
    color: #e31e24;
}

.rk-icon-check::before {
    content: '✓';
    font-size: 14px;
}



.rk-icon-duration::before {
    content: '🕓';
    font-size: 16px;
}

.rk-icon-cross {
    background: transparent;
    color: #dc3545;
}

.rk-icon-cross::before {
    content: '✗';
    font-size: 14px;
}

/* Feature destacado */
.rk-feature-highlight {
    background: #fff;
    margin: 0;
    padding: 12px 0 !important;
}

.rk-feature-highlight .rk-feature-icon {
    background: #fff;
}

/* Feature excluido */
.rk-feature-excluded {
    opacity: 0.6;
}

.rk-feature-excluded span:last-child {
    text-decoration: line-through;
    color: #999;
}

/* ===========================================
   LEYENDA DEL CALENDARIO
   =========================================== */

.rk-calendar-legend {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
    padding: 15px 20px;
	margin-bottom: 20px;
    background: #f9f9f9;
    border-top: 1px dashed #ddd;
}

.rk-calendar-legend .rk-legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #555;
}

.rk-calendar-legend .rk-legend-color {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    flex-shrink: 0;
}

.rk-calendar-legend .rk-legend-available,
.rk-calendar-legend .rk-legend-weekday {
    background: linear-gradient(135deg, #4CAF50, #45a049);
}

.rk-calendar-legend .rk-legend-limited,
.rk-calendar-legend .rk-legend-weekend {
    background: linear-gradient(135deg, #FF9800, #f57c00);
}

.rk-calendar-legend .rk-legend-holiday {
    background: linear-gradient(135deg, #FF9800, #f57c00);
}

.rk-calendar-legend .rk-legend-full,
.rk-calendar-legend .rk-legend-closed {
    background: linear-gradient(135deg, #9e9e9e, #757575);
}

/* Estilos para leyenda dot (generada por JS) */
.rk-legend-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
}

.rk-legend-dot.rk-legend-weekday {
    background: linear-gradient(135deg, #4CAF50, #45a049);
}

.rk-legend-dot.rk-legend-weekend {
    background: linear-gradient(135deg, #FF9800, #f57c00);
}

.rk-legend-dot.rk-legend-holiday {
    background: linear-gradient(135deg, #FF9800, #f57c00);
}

.rk-legend-dot.rk-legend-closed {
    background: linear-gradient(135deg, #9e9e9e, #757575);
}

/* ===========================================
   CALENDARIO Y HORARIOS
   =========================================== */

.rk-datetime-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.rk-birthday-calendar {
    background: #f9f9f9;
    border-radius: 10px;
    overflow: hidden;
}

.rk-calendar-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    background: linear-gradient(135deg, #E31E24, #c41920);
    color: #fff;
}

.rk-cal-nav {
    background: rgba(255,255,255,0.2);
    border: none;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rk-cal-nav:hover {
    background: rgba(255,255,255,0.3);
}

.rk-cal-nav:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.rk-cal-title {
    font-weight: bold;
    font-size: 14px;
}

.rk-cal-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    color: #666;
    padding: 8px 5px;
    background: #f0f0f0;
}

.rk-cal-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
    padding: 8px;
}

.rk-cal-day {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 6px;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
}

.rk-cal-day:hover:not(.rk-cal-disabled):not(.rk-cal-empty):not(.rk-cal-closed) {
    background: #ffebee;
}

.rk-cal-day.rk-cal-empty {
    background: transparent;
}

.rk-cal-day.rk-cal-disabled {
    color: #ccc;
    cursor: not-allowed;
    background: #f5f5f5;
}

.rk-cal-day.rk-cal-closed {
    background: linear-gradient(135deg, #9e9e9e, #757575);
    color: #fff;
    cursor: not-allowed;
    opacity: 0.7;
}

.rk-cal-day.rk-cal-closed:hover {
    background: linear-gradient(135deg, #9e9e9e, #757575);
    color: #fff;
    cursor: not-allowed;
    opacity: 0.7;
    transform: none;
    box-shadow: none;
}

.rk-cal-day.rk-cal-available {
    background: #e8f5e9;
    color: #2e7d32;
    font-weight: bold;
}

.rk-cal-day.rk-cal-weekday {
    background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
    color: #2e7d32;
    font-weight: bold;
}

.rk-cal-day.rk-cal-weekday:hover:not(.rk-cal-disabled):not(.rk-cal-closed) {
    background: linear-gradient(135deg, #c8e6c9, #a5d6a7);
}

.rk-cal-day.rk-cal-weekend {
    background: linear-gradient(135deg, #fff3e0, #ffe0b2);
    color: #e65100;
    font-weight: bold;
}

.rk-cal-day.rk-cal-weekend:hover:not(.rk-cal-disabled):not(.rk-cal-closed) {
    background: linear-gradient(135deg, #ffe0b2, #ffcc80);
}

.rk-cal-day.rk-cal-holiday {
    background: linear-gradient(135deg, #fff3e0, #ffe0b2);
    color: #e65100;
    font-weight: bold;
}

.rk-cal-day.rk-cal-holiday::after {
    content: '🎉';
    position: absolute;
    font-size: 7px;
    top: 1px;
    right: 1px;
}

.rk-cal-day.rk-cal-holiday:hover:not(.rk-cal-disabled):not(.rk-cal-closed) {
    background: linear-gradient(135deg, #ffe0b2, #ffcc80);
}

.rk-cal-day.rk-cal-limited {
    background: #fff3e0;
    color: #e65100;
}

.rk-cal-day.rk-cal-full {
    background: #ffebee;
    color: #c62828;
    text-decoration: line-through;
}

.rk-cal-day.rk-cal-selected {
    background: linear-gradient(135deg, #E31E24, #c41920) !important;
    color: #fff !important;
}

.rk-cal-day.rk-cal-supplement::before {
    content: '';
    position: absolute;
    font-size: 8px;
    font-weight: bold;
    bottom: 1px;
    left: 2px;
    color: inherit;
    opacity: 0.7;
}

/* ===========================================
   SLOTS DE HORARIOS
   =========================================== */

.rk-slots-wrapper h4 {
    margin: 15px 0;
    color: #333;
    font-size: 14px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}

.rk-slots-hint {
    color: #999;
    font-size: 13px;
}

.rk-slots-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.rk-slot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    background: #f9f9f9;
    border: 2px solid #eee;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
}

.rk-slot:hover:not(.rk-slot-full),
.rk-slot.rk-slot-selected {
    border-color: #E31E24;
    background: #E31E24;
    color: #fff;
}

.rk-slot.rk-slot-full {
    opacity: 0.5;
    cursor: not-allowed;
}

.rk-slot-time {
    font-weight: bold;
    font-size: 14px;
}

.rk-slot-status {
    font-size: 11px;
}

/* ===========================================
   FORMULARIO
   =========================================== */

.rk-form-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

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

.rk-form-full {
    grid-column: span 1;
}

.rk-form-group label {
    font-weight: bold;
    margin-bottom: 6px;
    color: #333;
    font-size: 13px;
}

.rk-form-group input,
.rk-form-group textarea,
.rk-form-group select {
    padding: 10px 12px;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.2s;
    width: 100%;
    box-sizing: border-box;
}

.rk-form-group input:focus,
.rk-form-group textarea:focus {
    border-color: #E31E24;
    outline: none;
}

.rk-field-hint {
    font-size: 11px;
    color: #999;
    margin-top: 4px;
}

/* ===========================================
   RESUMEN
   =========================================== */

.rk-summary-box {
    background: #ffffff;
    border: 2px solid #eee;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 15px;
}

.rk-summary-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 13px;
}

.rk-summary-row:last-child {
    border-bottom: none;
}

.rk-summary-row hr {
    width: 100%;
    border: none;
    border-top: 1px dashed #E31E24;
    margin: 8px 0;
}

.rk-summary-row.rk-summary-total {
    font-weight: bold;
    font-size: 16px;
    color: #E31E24;
    border-top: 2px solid #E31E24;
    padding-top: 10px;
    margin-top: 8px;
    border-bottom: none;
}

.rk-summary-row.rk-summary-total strong {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
}

.rk-price-detail {
    font-size: 12px;
    font-weight: normal;
    color: #666;
}

/* Nuevo desglose de precios mejorado */
.rk-summary-detail {
    text-align: right;
    font-size: 11px;
    color: #666;
    margin: -12px 0 5px 0;
}

.rk-summary-extras-detail {
    font-size: 12px;
    color: #666;
    padding-left: 15px;
    margin-bottom: 8px;
}

.rk-summary-extras-detail .rk-extras-detail-item {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    border-left: 2px solid #1863dc;
    padding-left: 10px;
    margin: 0;
    font-size: 12px;
}

.rk-summary-separator {
    border-top: 1px solid #ddd;
    margin: 8px 0;
}

.rk-separator-dashed {
    border-top-style: dashed;
}

.rk-summary-grand-total {
    font-weight: bold;
    font-size: 14px;
    margin: 5px -15px;
    padding: 10px 15px !important;
    border-radius: 6px;
    border-bottom: none !important;
}

.rk-summary-grand-total strong {
    font-size: 16px;
}

.rk-summary-extras-total {
    margin: 5px -15px;
    padding: 10px 15px !important;
    border-radius: 6px;
    border-bottom: none !important;
}

.rk-price-green {
    color: #2e7d32 !important;
}

.rk-price-red {
    color: #c62828 !important;
}

/* v3.9.56: Estilos para "A pagar ahora" con desglose */
.rk-summary-to-pay {
    background: #e8f5e9;
    margin: 8px -15px;
    padding: 10px 15px !important;
    border-radius: 6px 6px 0 0;
    border-bottom: none !important;
}

.rk-summary-to-pay strong {
    color: #2e7d32;
    font-size: 16px;
}

/* Desglose de "A pagar ahora" */
.rk-summary-to-pay-detail {
    background: #fff;
    margin: -8px -15px 8px -15px;
    padding: 8px 15px;
    border-radius: 0 0 6px 6px;
    border: 3px solid #e8f5e9;
}

.rk-to-pay-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0;
    font-size: 13px;
    color: #555;
    /* border-left: 3px solid #4caf50; */
    padding-left: 10px;
    margin-left: -3px;
}

.rk-to-pay-item:not(:last-child) {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 0;
    padding-bottom: 4px;
}

.rk-to-pay-item span:last-child {
    font-weight: 600;
    color: #0a0a0a;
}

/* Mantener compatibilidad con estilos antiguos */
.rk-summary-deposit {
    background: #e8f5e9;
    margin: 8px -15px;
    padding: 10px 15px !important;
    border-radius: 6px;
    border-bottom: none !important;
}

.rk-summary-deposit strong {
    color: #2e7d32;
    font-size: 16px;
}

.rk-summary-remaining {
    background: #ffebee;
    margin: 5px -15px;
    padding: 10px 15px !important;
    border-radius: 6px;
    border-bottom: none !important;
}

.rk-summary-remaining strong {
    color: #c62828;
    font-size: 16px;
}

#rk-summary-price {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

/* ===========================================
   TÉRMINOS Y BOTÓN
   =========================================== */

.rk-terms {
    margin: 10px 0 25px;
}

.rk-terms label {
    font-size: 14px;
    color: #666;
    cursor: pointer;
}

.rk-terms input {
    margin-top: 2px;
    flex-shrink: 0;
}

.rk-terms input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 24px;
    height: 24px;
    border: 2px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0px 6px 0 0;
    top: 6px;
}

.rk-terms input[type="checkbox"]::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.rk-terms input[type="checkbox"]:checked {
    background-color: #d71c23;
    border-color: #d71c23;
}

.rk-terms input[type="checkbox"]:checked::after {
    opacity: 1;
}

.rk-terms input[type="checkbox"]:focus {
    outline: 2px solid #d71c23;
    outline-offset: 2px;
}

.rk-terms a {
    color: #E31E24;
}

.rk-submit-btn {
    width: 100%;
    padding: 14px;
    background: linear-gradient(135deg, #E31E24, #c41920);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
}

.rk-submit-btn:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(227,30,36,0.4);
}

.rk-submit-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
}

/* ===========================================
   MENSAJES
   =========================================== */

.rk-birthday-message {
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 14px;
}

.rk-birthday-message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.rk-birthday-message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* ===========================================
   INFO BOX
   =========================================== */

.rk-birthday-info {
    background: #f9f9f9;
    border-left: 4px solid #E31E24;
    padding: 25px 20px;
    border-radius: 0 10px 10px 0;
    margin-top: 20px;
}

.rk-birthday-info h4 {
    margin: 0 0 12px 0;
    color: #333;
    font-size: 18px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}

.rk-birthday-info ul {
    margin: 0;
    padding-left: 0;
}

.rk-birthday-info li {
    margin: 6px 0;
    color: #666;
    font-size: 14px;
}

/* ===========================================
   ADVERTENCIA DE CONFIGURACIÓN
   =========================================== */

.rk-config-warning {
    background: #fff3cd;
    border: 2px solid #ffc107;
    border-radius: 10px;
    padding: 20px 15px;
    text-align: center;
    color: #856404;
    margin-bottom: 15px;
}

.rk-config-warning strong {
    color: #664d03;
}

.rk-config-warning p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

/* ===========================================
   AVISOS DE ESTADO DEL LOCAL
   =========================================== */

.rk-venue-status-notice {
    background: #fff;
    border-radius: 12px;
    padding: 25px 20px;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
}

.rk-venue-status-notice .rk-status-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 12px;
}

.rk-venue-status-notice .rk-status-icon {
    font-size: 28px;
}

.rk-venue-status-notice .rk-status-header strong {
    font-size: 18px;
    color: #333;
}

.rk-venue-status-notice .rk-status-message {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}

/* Estado: Cerrado temporalmente */
.rk-venue-status-notice.rk-status-closed_temp {
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
    border: 2px solid #f59e0b;
}

.rk-venue-status-notice.rk-status-closed_temp .rk-status-header strong {
    color: #b45309;
}

/* Estado: Cerrado */
.rk-venue-status-notice.rk-status-closed {
    background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
    border: 2px solid #ef4444;
}

.rk-venue-status-notice.rk-status-closed .rk-status-header strong {
    color: #dc2626;
}

/* Estado: En mantenimiento */
.rk-venue-status-notice.rk-status-maintenance {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    border: 2px solid #3b82f6;
}

.rk-venue-status-notice.rk-status-maintenance .rk-status-header strong {
    color: #2563eb;
}

/* ===========================================
   INFO DE FECHA SELECCIONADA
   =========================================== */

.rk-date-info {
    background: #fff8e1;
    border: 1px solid #ffecb3;
    border-radius: 6px;
    padding: 8px 12px;
    margin-bottom: 12px;
    font-size: 12px;
    color: #f57f17;
}

.rk-supplement-note {
    display: inline-block;
    font-size: 10px;
    color: #e65100;
    font-weight: normal;
}

/* ===========================================
   RESPONSIVE - TABLET (>= 576px)
   =========================================== */

@media (min-width: 576px) {
    .rk-birthday-container {
        padding: 20px;
    }
    
    .rk-birthday-header h2 {
        font-size: 34px;
    }
    
    .rk-birthday-header p {
        font-size: 15px;
    }
    
    .rk-form-section {
        padding: 20px;
        margin-bottom: 20px;
    }
    
    .rk-form-section h3,
    .rk-section-title {
        font-size: 18px;
        gap: 15px;
    }
    
    .rk-step {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
    
    .rk-packs-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        align-items: stretch;
    }
    
    /* En tablet, el tercer pack ocupa todo el ancho */
    .rk-pack-card:nth-child(3) {
        grid-column: 1 / -1;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .rk-pack-name {
        font-size: 26px;
    }
    
    .rk-pack-image img {
        height: 160px;
    }
    
    .rk-price-amount {
        font-size: 44px;
    }
    
    .rk-calendar-legend {
        gap: 20px;
        padding: 15px 20px;
    }
    
    .rk-calendar-legend .rk-legend-item {
        font-size: 13px;
    }
    
    .rk-calendar-legend .rk-legend-color {
        width: 18px;
        height: 18px;
    }
    
    .rk-cal-title {
        font-size: 16px;
    }
    
    .rk-cal-weekdays {
        font-size: 11px;
        padding: 10px 5px;
    }
    
    .rk-cal-day {
        font-size: 13px;
    }
    
    .rk-slot {
        padding: 15px;
    }
    
    .rk-slot-time {
        font-size: 16px;
    }
    
    .rk-form-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .rk-form-full {
        grid-column: span 2;
    }
    
    .rk-form-group label {
        font-size: 14px;
    }
    
    .rk-form-group input,
    .rk-form-group textarea,
    .rk-form-group select {
        padding: 12px 15px;
    }
    
    .rk-summary-box {
        padding: 20px;
    }
    
    .rk-summary-row {
        font-size: 14px;
    }
    
    .rk-summary-row.rk-summary-total {
        font-size: 18px;
    }
    
    .rk-submit-btn {
        padding: 16px;
        font-size: 17px;
    }
}

/* ===========================================
   RESPONSIVE - TABLET LANDSCAPE (>= 768px)
   =========================================== */

@media (min-width: 768px) {
    .rk-birthday-header h2 {
        font-size: 32px;
    }
    
    .rk-form-section {
        padding: 25px;
    }
    
    .rk-form-section h3,
    .rk-section-title {
        font-size: 20px;
    }
    
    /* Packs en 3 columnas */
    .rk-packs-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
        align-items: stretch;
    }
    
    /* Reset del hack de tablet */
    .rk-pack-card:nth-child(3) {
        grid-column: auto;
        max-width: none;
        margin: 0;
    }
    
    .rk-pack-name {
        font-size: 24px;
    }
    
    .rk-pack-image img {
        height: 180px;
    }
    
    .rk-pack-tagline {
        font-size: 13px;
        min-height: 54px;
    }
    
    .rk-price-amount {
        font-size: 42px;
    }
    
    .rk-pack-features li {
        font-size: 13px;
        padding: 10px 0;
    }
    
    .rk-feature-highlight {
        margin: 0;
        padding: 10px 0 !important;
    }
    
    .rk-datetime-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    
    .rk-cal-nav {
        width: 30px;
        height: 30px;
        font-size: 18px;
    }
    
    .rk-cal-weekdays {
        font-size: 12px;
    }
    
    .rk-cal-days {
        gap: 3px;
        padding: 10px;
    }
    
    .rk-cal-day {
        font-size: 14px;
    }
    
    .rk-cal-day.rk-cal-holiday::after {
        font-size: 8px;
        top: 2px;
        right: 2px;
    }
    
    .rk-slots-wrapper h4 {
        font-size: 16px;
    }
    
    .rk-summary-box {
        padding: 25px;
    }
    
    .rk-submit-btn {
        padding: 18px;
        font-size: 18px;
    }
}

/* ===========================================
   RESPONSIVE - DESKTOP (>= 992px)
   =========================================== */

@media (min-width: 992px) {
    .rk-birthday-container {
        max-width: 1080px;
    }
    
    .rk-packs-grid {
        gap: 30px;
    }
    
    .rk-pack-card:hover {
        transform: translateY(-6px);
    }
    
    .rk-pack-name {
        font-size: 28px;
    }
    
    .rk-pack-tagline {
        font-size: 14px;
        min-height: 48px;
    }
    
    .rk-pack-image img {
        height: 200px;
    }
    
    .rk-price-amount {
        font-size: 52px;
    }
    
    .rk-pack-features li {
        font-size: 14px;
        padding: 12px 0;
    }
    
    .rk-feature-highlight {
        margin: 0;
        padding: 12px 0 !important;
    }
    
    .rk-cal-day:hover:not(.rk-cal-disabled):not(.rk-cal-empty):not(.rk-cal-closed) {
        transform: scale(1.1);
    }
}

/* ===========================================
   RESPONSIVE - MOBILE PEQUEÑO (< 375px)
   =========================================== */

@media (max-width: 374px) {
    .rk-birthday-container {
        padding: 10px;
    }
    
    .rk-birthday-header h2 {
        font-size: 20px;
    }
    
    .rk-birthday-header p {
        font-size: 13px;
    }
    
    .rk-form-section {
        padding: 12px;
        margin-bottom: 12px;
    }
    
    .rk-form-section h3,
    .rk-section-title {
        font-size: 14px;
        gap: 10px;
    }
    
    .rk-step {
        width: 26px;
        height: 26px;
        font-size: 12px;
    }
    
    /* Packs en mobile pequeño */
    .rk-pack-header {
        padding: 0 15px;
    }
    
    .rk-pack-image img {
        height: 140px;
    }
    
    .rk-pack-name {
        font-size: 22px;
    }
    
    .rk-pack-tagline {
        font-size: 12px;
        min-height: auto;
    }
    
    .rk-price-amount {
        font-size: 36px;
    }
    
    .rk-price-currency {
        font-size: 16px;
    }
    
    .rk-price-period {
        font-size: 13px;
    }
    
    .rk-pack-pricing {
        padding: 0 15px;
    }
    
    .rk-pack-select {
        width: calc(100% - 30px);
        margin: 0 15px 20px;
        padding: 12px 20px;
        font-size: 14px;
    }
    
    .rk-pack-features {
        padding: 0 15px 15px;
    }
    
    .rk-pack-features li {
        font-size: 12px;
        padding: 10px 0;
        gap: 10px;
    }
    
    .rk-feature-highlight {
        margin: 0;
        padding: 10px 0 !important;
    }
    
    .rk-calendar-legend {
        padding: 12px 15px;
        gap: 15px;
    }
    
    .rk-calendar-legend .rk-legend-item {
        font-size: 12px;
    }
    
    .rk-calendar-legend .rk-legend-color {
        width: 16px;
        height: 16px;
    }
    
    .rk-calendar-nav {
        padding: 10px;
    }
    
    .rk-cal-nav {
        width: 24px;
        height: 24px;
        font-size: 14px;
    }
    
    .rk-cal-title {
        font-size: 12px;
    }
    
    .rk-cal-weekdays {
        font-size: 9px;
        padding: 6px 2px;
    }
    
    .rk-cal-days {
        padding: 6px;
        gap: 2px;
    }
    
    .rk-cal-day {
        font-size: 11px;
    }
    
    .rk-cal-day.rk-cal-holiday::after {
        display: none;
    }
    
    .rk-slots-wrapper h4 {
        font-size: 13px;
    }
    
    .rk-slot {
        padding: 10px;
    }
    
    .rk-slot-time {
        font-size: 13px;
    }
    
    .rk-slot-status {
        font-size: 10px;
    }
    
    .rk-form-group label {
        font-size: 12px;
    }
    
    .rk-form-group input,
    .rk-form-group textarea,
    .rk-form-group select {
        padding: 8px 10px;
        font-size: 13px;
    }
    
    .rk-summary-box {
        padding: 12px;
    }
    
    .rk-summary-row {
        font-size: 12px;
    }
    
    .rk-summary-row.rk-summary-total {
        font-size: 14px;
    }
    
    .rk-summary-deposit strong {
        font-size: 16px;
    }
    
    .rk-terms label {
        font-size: 12px;
    }
    
    .rk-submit-btn {
        padding: 12px;
        font-size: 14px;
    }
    
    .rk-birthday-info {
        padding: 12px;
    }
    
    .rk-birthday-info h4 {
        font-size: 13px;
    }
    
    .rk-birthday-info li {
        font-size: 11px;
    }
}

/* Animación para actualización del carrito */
@keyframes rk-cart-pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.3); background: #E31E24; color: #fff; }
    100% { transform: scale(1); }
}

.rk-cart-updated {
    animation: rk-cart-pulse 0.5s ease !important;
}

/* ===========================================
   MODAL RESPONSIVE
   =========================================== */

@media (max-width: 575px) {
    .rk-modal-overlay {
        padding: 15px;
        align-items: flex-end;
    }
    
    .rk-modal-box {
        border-radius: 20px 20px 0 0;
        max-height: 90vh;
        overflow-y: auto;
    }
    
    .rk-modal-header {
        padding: 25px 20px;
    }
    
    .rk-modal-icon {
        font-size: 40px;
    }
    
    .rk-modal-header h3 {
        font-size: 20px;
    }
    
    .rk-modal-body {
        padding: 20px;
    }
    
    .rk-modal-actions {
        flex-direction: column;
        padding: 0 20px 15px;
    }
    
    .rk-modal-btn {
        padding: 16px;
    }
    .rk-summary-row.rk-summary-remaining span {
        max-width: 200px;
    }
}

/* ===========================================
   RESPONSIVE - MEJORAS MÓVIL (320px - 480px)
   =========================================== */

@media (max-width: 480px) and (min-width: 375px) {
    .rk-birthday-container {
        padding: 12px;
    }
    
    /* Calendario más compacto */
    .rk-bday-calendar-grid {
        gap: 3px;
        padding: 6px;
    }
    
    .rk-bday-day {
        border-radius: 5px;
        min-height: 44px; /* Touch target */
    }
    
    .rk-bday-day-number {
        font-size: 13px;
    }
    
    .rk-bday-day-status {
        font-size: 7px;
    }
    
    /* Formulario más usable */
    .rk-form-row {
        flex-direction: column;
        gap: 0;
    }
    
    .rk-form-group {
        width: 100% !important;
    }
    
    /* Selector de packs */
    .rk-pack-selector {
        padding: 12px;
    }
    
    .rk-pack-option {
        padding: 12px;
    }
    
    .rk-pack-name {
        font-size: 15px;
    }
    
    .rk-pack-price {
        font-size: 16px;
    }
}

/* ===========================================
   MEJORAS GLOBALES MÓVIL CUMPLEAÑOS
   =========================================== */

@media (max-width: 575px) {
    /* Mejor espaciado táctil en calendario */
    .rk-bday-day {
        min-height: 42px;
    }
    
    /* Botones más grandes */
    .rk-bday-nav-btn {
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    /* Navegación calendario */
    .rk-bday-calendar-nav {
        padding: 10px;
        gap: 8px;
    }
    
    .rk-bday-calendar-title {
        font-size: 13px;
    }
    
    /* Selector de hora más usable */
    .rk-time-slot {
        min-height: 50px;
        font-size: 15px;
    }
    
    /* Contador de niños */
    .rk-qty-btn {
        min-width: 44px;
        min-height: 44px;
    }
    
    /* Campos del formulario */
    .rk-form-group input,
    .rk-form-group select,
    .rk-form-group textarea {
        min-height: 48px;
        font-size: 16px; /* Evita zoom en iOS */
    }
    
    /* Botón submit */
    .rk-submit-btn,
    .rk-btn-submit {
        min-height: 54px;
        font-size: 17px;
    }
    
    /* Resumen de precios fijo */
    .rk-price-summary {
        position: sticky;
        bottom: 0;
        margin: 15px -12px -12px;
        border-radius: 15px 15px 0 0;
        box-shadow: 0 -4px 20px rgba(0,0,0,0.1);
    }
    
    /* Sección de info importante */
    .rk-info-box {
        padding: 12px;
        font-size: 13px;
    }
    
    .rk-info-box li {
        padding: 6px 0;
    }
    
    /* Steps/Wizard */
    .rk-steps {
        padding: 10px;
    }
    
    .rk-step-number {
        width: 28px;
        height: 28px;
        font-size: 13px;
    }
    
    .rk-step-title {
        font-size: 11px;
    }
}

/* ===========================================
   LANDSCAPE MÓVIL
   =========================================== */

@media (max-height: 500px) and (orientation: landscape) {
    .rk-birthday-container {
        max-width: 100%;
    }
    
    .rk-bday-calendar-grid {
        gap: 2px;
    }
    
    .rk-bday-day {
        aspect-ratio: auto;
        min-height: 30px;
        padding: 3px;
    }
    
    .rk-bday-day-status {
        display: none;
    }
    
    /* Formulario en columnas en landscape */
    .rk-booking-form {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
}

/* ===========================================
   ANIMACIÓN DE ACTUALIZACIÓN DEL CARRITO
   =========================================== */

@keyframes rkCartPulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.3);
        background-color: #E31E24;
        color: white;
    }
    100% {
        transform: scale(1);
    }
}

.rk-cart-updated {
    animation: rkCartPulse 0.5s ease-in-out;
}

/* ===========================================
   MEJORAS DE ACCESIBILIDAD
   =========================================== */

@media (prefers-reduced-motion: reduce) {
    .rk-bday-day,
    .rk-bday-nav-btn,
    .rk-time-slot,
    .rk-pack-option,
    .rk-qty-btn {
        transition: none;
    }
    
    .rk-cart-updated {
        animation: none;
    }
}

/* Focus visible para teclado */
.rk-bday-day:focus-visible,
.rk-bday-nav-btn:focus-visible,
.rk-time-slot:focus-visible,
.rk-pack-option:focus-visible,
.rk-qty-btn:focus-visible,
.rk-submit-btn:focus-visible {
    outline: 3px solid #E31E24;
    outline-offset: 2px;
}

/* ===========================================
   TEMPLATE FULL-WIDTH OVERRIDES
   =========================================== */

.rk-fullwidth-page .rk-birthday-container {
    max-width: 700px;
}

@media (min-width: 768px) {
    .rk-fullwidth-page .rk-birthday-container {
        max-width: 800px;
    }
}

@media (min-width: 992px) {
    .rk-fullwidth-page .rk-birthday-container {
        max-width: 1080px;
    }
}