/* ============================================================
   /coach — Programa de acompañamiento con Xavier
   Port de mock-up-FD/xavier-coach.html · prefijo cs- · scope .cs-root
   ============================================================ */
.cs-root { max-width: 900px; margin: 0 auto; font-family: 'Sora', system-ui, sans-serif; color: #0F172A; }
.cs-root *, .cs-root *::before, .cs-root *::after { box-sizing: border-box; }

.cs-card { width: 100%; background: #fff; border-radius: 20px; overflow: hidden; box-shadow: 0 4px 40px rgba(30,58,138,0.10); border: 1px solid #E2E8F0; }

/* ── HERO ── */
.cs-hero { background: #1E3A8A; display: grid; grid-template-columns: 1fr 1.1fr; min-height: 300px; position: relative; overflow: hidden; }
.cs-hero::before { content: ''; position: absolute; top: -80px; right: 200px; width: 280px; height: 280px; border-radius: 50%; background: rgba(124,58,237,0.15); pointer-events: none; }
.cs-hero::after { content: ''; position: absolute; bottom: -40px; left: -40px; width: 180px; height: 180px; border-radius: 50%; background: rgba(37,99,235,0.2); pointer-events: none; }
.cs-hero-left { padding: 40px 36px 40px 44px; display: flex; flex-direction: column; justify-content: center; gap: 16px; position: relative; z-index: 1; }
.cs-hero-eyebrow { display: inline-flex; align-items: center; gap: 7px; background: rgba(124,58,237,0.25); border: 1px solid rgba(167,139,250,0.3); padding: 5px 14px; border-radius: 20px; font-size: 10px; font-weight: 700; letter-spacing: .12em; color: #C4B5FD; text-transform: uppercase; width: fit-content; }
.cs-dot-purple { width: 7px; height: 7px; border-radius: 50%; background: #A78BFA; box-shadow: 0 0 0 3px rgba(167,139,250,0.25); animation: cs-blink 2s infinite; }
@keyframes cs-blink { 0%,100%{opacity:1} 50%{opacity:.4} }
.cs-hero-title { font-size: 27px; font-weight: 800; color: #fff; line-height: 1.25; letter-spacing: -0.02em; }
.cs-hero-title em { font-style: normal; color: #A78BFA; }
.cs-hero-sub { font-size: 13px; color: #93C5FD; line-height: 1.65; max-width: 330px; }
.cs-hero-right { position: relative; overflow: hidden; background: #1E3A8A; }
.cs-hero-right img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
.cs-hero-right::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, #1E3A8A 0%, transparent 30%); z-index: 1; pointer-events: none; }

/* ── PROCESS TIMELINE ── */
.cs-process-strip { margin: 28px 44px 0; background: #fff; border: 1px solid #E2E8F0; border-radius: 16px; padding: 18px 20px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 12px; box-shadow: 0 8px 24px rgba(30,58,138,0.06); }
.cs-process-item { display: flex; align-items: center; gap: 10px; min-width: 0; }
.cs-process-icon { width: 36px; height: 36px; border-radius: 12px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 17px; }
.cs-process-icon.p1 { background: #F5F3FF; }
.cs-process-icon.p2 { background: #EFF6FF; }
.cs-process-icon.p3 { background: #F0FDFA; }
.cs-process-copy { min-width: 0; }
.cs-process-step { font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: #94A3B8; margin-bottom: 2px; }
.cs-process-title { font-size: 12px; font-weight: 800; color: #1E3A8A; line-height: 1.25; }
.cs-process-arrow { color: #CBD5E1; font-size: 18px; text-align: center; }

/* ── WALLET BAR ── */
.cs-wallet-bar { margin: 28px 44px 0; background: linear-gradient(135deg, #F0FDFA 0%, #ECFDF5 100%); border: 1px solid #99F6E4; border-radius: 16px; padding: 16px 20px; display: flex; align-items: center; gap: 16px; }
.cs-wallet-icon { width: 42px; height: 42px; border-radius: 12px; flex-shrink: 0; background: #0D9488; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 18px; }
.cs-wallet-info { flex: 1; min-width: 0; }
.cs-wallet-title { font-size: 12px; font-weight: 700; color: #0F766E; letter-spacing: .02em; }
.cs-wallet-sub { font-size: 13px; color: #134E4A; margin-top: 2px; font-weight: 600; }
.cs-wallet-breakdown { font-size: 11px; color: #0D9488; margin-top: 3px; display: flex; gap: 10px; flex-wrap: wrap; }
.cs-btn-buy { padding: 11px 18px; background: #0D9488; color: #fff; border: none; border-radius: 10px; font-size: 13px; font-weight: 700; font-family: 'Sora', sans-serif; cursor: pointer; display: flex; align-items: center; gap: 7px; white-space: nowrap; flex-shrink: 0; transition: background .15s; }
.cs-btn-buy:hover { background: #0F766E; }

/* ── SESIONES ── */
.cs-sesiones { padding: 24px 44px 32px; display: flex; flex-direction: column; gap: 20px; }
.cs-sesiones-title { font-size: 11px; font-weight: 700; color: #94A3B8; letter-spacing: .09em; text-transform: uppercase; margin-bottom: 4px; }
.cs-sesion-card { border: 1px solid #E2E8F0; border-radius: 16px; overflow: hidden; background: #fff; }
.cs-sesion-head { padding: 18px 22px; display: flex; align-items: center; gap: 14px; border-bottom: 1px solid #F1F5F9; }
.cs-sesion-num { width: 36px; height: 36px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 800; flex-shrink: 0; }
.cs-sesion-num.s1 { background: #F5F3FF; color: #7C3AED; }
.cs-sesion-num.s2 { background: #EFF6FF; color: #2563EB; }
.cs-sesion-num.s3 { background: #F0FDFA; color: #0D9488; }
.cs-sesion-num.locked-num { background: #F1F5F9; color: #CBD5E1; }
.cs-sesion-head-info { flex: 1; }
.cs-sesion-type { font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; margin-bottom: 3px; }
.cs-sesion-type.s1 { color: #7C3AED; }
.cs-sesion-type.s2 { color: #2563EB; }
.cs-sesion-type.s3 { color: #0D9488; }
.cs-sesion-name { font-size: 15px; font-weight: 800; color: #1E3A8A; line-height: 1.2; }
.cs-sesion-duration { display: flex; align-items: center; gap: 5px; font-size: 11px; color: #94A3B8; margin-top: 3px; }
.cs-lock-badge { display: flex; align-items: center; gap: 5px; background: #F1F5F9; border: 1px solid #E2E8F0; border-radius: 20px; padding: 5px 12px; font-size: 11px; font-weight: 600; color: #94A3B8; flex-shrink: 0; white-space: nowrap; }
.cs-lock-badge.unlocked { background: #DCFCE7; border-color: #BBF7D0; color: #166534; }
.cs-sesion-body { padding: 18px 22px; display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; }
.cs-sesion-body.full { grid-template-columns: 1fr; }
.cs-sesion-desc { font-size: 13px; color: #64748B; line-height: 1.7; }
.cs-sesion-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.cs-stag { display: inline-flex; align-items: center; gap: 5px; font-size: 11px; font-weight: 600; padding: 4px 10px; border-radius: 20px; }
.cs-stag.v { background: #F5F3FF; color: #7C3AED; }
.cs-stag.b { background: #EFF6FF; color: #2563EB; }
.cs-stag.t { background: #F0FDFA; color: #0D9488; }
.cs-btn-agenda { padding: 12px 20px; border: none; border-radius: 10px; font-size: 13px; font-weight: 700; font-family: 'Sora', sans-serif; cursor: pointer; display: flex; align-items: center; gap: 7px; transition: background .15s; white-space: nowrap; flex-shrink: 0; }
.cs-btn-agenda.s1 { background: #7C3AED; color: #fff; }
.cs-btn-agenda.s1:hover { background: #6D28D9; }
.cs-btn-agenda.s2 { background: #2563EB; color: #fff; }
.cs-btn-agenda.s2:hover { background: #1E3A8A; }
.cs-btn-agenda.disabled { background: #F1F5F9; color: #CBD5E1; cursor: not-allowed; }

/* booked strip */
.cs-booked-strip { margin: 0 22px 18px; background: linear-gradient(135deg, #1E3A8A 0%, #312E81 100%); border-radius: 12px; padding: 14px 18px; align-items: center; gap: 12px; display: flex; }
.cs-booked-strip.s2 { background: linear-gradient(135deg, #1E3A8A 0%, #1d4ed8 100%); }
.cs-booked-strip-icon { font-size: 20px; color: #A78BFA; flex-shrink: 0; }
.cs-booked-strip-info { flex: 1; min-width: 0; }
.cs-booked-strip-label { font-size: 10px; font-weight: 700; color: #A78BFA; letter-spacing: .07em; text-transform: uppercase; margin-bottom: 3px; }
.cs-booked-strip-date { font-size: 14px; font-weight: 800; color: #fff; }
.cs-booked-strip-sub { font-size: 11px; color: #93C5FD; margin-top: 2px; }
.cs-booked-actions { display: flex; flex-direction: column; gap: 6px; align-items: stretch; flex-shrink: 0; }
.cs-booked-join { padding: 8px 14px; background: #7C3AED; color: #fff; border: none; border-radius: 8px; font-size: 12px; font-weight: 700; font-family: 'Sora', sans-serif; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 5px; text-decoration: none; transition: background .15s; }
.cs-booked-join:hover { background: #6D28D9; }
.cs-booked-cancel { background: none; border: none; color: rgba(255,255,255,0.7); font-size: 11px; font-family: 'Sora', sans-serif; cursor: pointer; text-decoration: underline; }
.cs-booked-cancel:hover { color: #fff; }

/* ── CREDIT ROWS ── */
.cs-credits-empty { display: flex; align-items: center; gap: 12px; padding: 16px; border-radius: 12px; background: #F8FAFC; border: 1px dashed #E2E8F0; margin-top: 10px; }
.cs-credits-empty-text { font-size: 12px; color: #94A3B8; flex: 1; }
.cs-credit-list { display: flex; flex-direction: column; gap: 8px; margin-top: 12px; }
.cs-credit-row { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border-radius: 12px; background: #F8FAFC; border: 1px solid #E2E8F0; }
.cs-credit-row.locked { opacity: .55; }
.cs-credit-icon { width: 30px; height: 30px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 13px; flex-shrink: 0; background: #F1F5F9; color: #94A3B8; }
.cs-credit-icon.disponible { background: #F0FDFA; color: #0D9488; }
.cs-credit-icon.agendada { background: #EFF6FF; color: #2563EB; }
.cs-credit-icon.usada { background: #F0FDF4; color: #16A34A; }
.cs-credit-info { flex: 1; min-width: 0; }
.cs-credit-name { font-size: 12.5px; font-weight: 700; color: #1F2937; display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.cs-credit-src-tag { font-size: 9px; font-weight: 700; padding: 2px 7px; border-radius: 10px; letter-spacing: .03em; text-transform: uppercase; }
.cs-credit-src-tag.plan { background: #F5F3FF; color: #7C3AED; }
.cs-credit-src-tag.extra { background: #FFF7ED; color: #C2410C; }
.cs-credit-status { font-size: 11px; color: #94A3B8; margin-top: 2px; }
.cs-credit-status.st-agendada { color: #2563EB; font-weight: 600; }
.cs-credit-status.st-usada { color: #16A34A; font-weight: 600; }
.cs-credit-actions { flex-shrink: 0; display: flex; gap: 6px; align-items: center; }
.cs-mini-btn { padding: 7px 12px; border: none; border-radius: 8px; font-size: 11px; font-weight: 700; font-family: 'Sora', sans-serif; cursor: pointer; display: flex; align-items: center; gap: 5px; white-space: nowrap; text-decoration: none; }
.cs-mini-btn.schedule { background: #0D9488; color: #fff; }
.cs-mini-btn.schedule:hover { background: #0F766E; }
.cs-mini-btn.join { background: #EFF6FF; color: #2563EB; }
.cs-mini-btn.join:hover { background: #DBEAFE; }
.cs-mini-btn.locked-mini { background: #F1F5F9; color: #CBD5E1; cursor: not-allowed; }
.cs-credit-done { font-size: 11px; color: #16A34A; font-weight: 700; display: flex; align-items: center; gap: 4px; }

/* ── EMPTY (no publicado) ── */
.cs-empty { padding: 48px 32px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.cs-empty-circle { width: 64px; height: 64px; border-radius: 50%; background: #EFF6FF; display: flex; align-items: center; justify-content: center; font-size: 30px; }
.cs-empty-title { font-size: 16px; font-weight: 800; color: #1E3A8A; }
.cs-empty-sub { font-size: 13px; color: #64748B; line-height: 1.6; max-width: 380px; }

/* ── MODAL AGENDAR ── */
.cs-modal-overlay { position: fixed; inset: 0; background: rgba(15,23,42,0.6); backdrop-filter: blur(3px); z-index: 1400; display: flex; align-items: center; justify-content: center; padding: 24px; }
.cs-modal { background: #F8FAFC; border-radius: 20px; width: 100%; max-width: 520px; box-shadow: 0 20px 60px rgba(15,23,42,0.3); overflow: hidden; animation: cs-slideUp .22s ease; max-height: 92vh; display: flex; flex-direction: column; }
@keyframes cs-slideUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
.cs-modal-head { padding: 18px 22px; display: flex; align-items: center; justify-content: space-between; }
.cs-modal-head.s1 { background: linear-gradient(135deg, #4C1D95 0%, #7C3AED 100%); }
.cs-modal-head.s2 { background: linear-gradient(135deg, #1E3A8A 0%, #2563EB 100%); }
.cs-modal-head.s3 { background: linear-gradient(135deg, #065F46 0%, #0D9488 100%); }
.cs-modal-head-left { display: flex; align-items: center; gap: 10px; }
.cs-modal-avatar { width: 34px; height: 34px; border-radius: 50%; overflow: hidden; border: 2px solid rgba(255,255,255,0.3); flex-shrink: 0; background: #1E3A8A; }
.cs-modal-avatar img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
.cs-modal-head-name { font-size: 14px; font-weight: 800; color: #fff; }
.cs-modal-head-sub { font-size: 11px; color: rgba(255,255,255,0.65); }
.cs-modal-close { width: 28px; height: 28px; border-radius: 50%; background: rgba(255,255,255,0.15); border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 14px; transition: background .15s; }
.cs-modal-close:hover { background: rgba(255,255,255,0.25); }
.cs-modal-body { padding: 20px; display: flex; flex-direction: column; gap: 16px; overflow-y: auto; }
.cs-m-msg { background: #fff; border: 1px solid #DDD6FE; border-radius: 12px; padding: 12px 14px; display: flex; gap: 10px; align-items: flex-start; }
.cs-m-av { width: 28px; height: 28px; border-radius: 50%; background: #7C3AED; display: flex; align-items: center; justify-content: center; font-size: 9px; font-weight: 800; color: #fff; flex-shrink: 0; margin-top: 1px; }
.cs-m-bubble { background: #F5F3FF; border: 1px solid #DDD6FE; border-radius: 0 10px 10px 10px; padding: 9px 13px; font-size: 12.5px; color: #4C1D95; line-height: 1.65; }
.cs-m-slots-wrap { background: #fff; border: 1px solid #E2E8F0; border-radius: 12px; padding: 14px; }
.cs-m-slots-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.cs-m-slots-title { font-size: 12px; font-weight: 700; color: #1E3A8A; }
.cs-meet-badge { display: flex; align-items: center; gap: 5px; background: #F0FDF4; border: 1px solid #BBF7D0; border-radius: 20px; padding: 3px 9px; font-size: 10px; font-weight: 700; color: #16A34A; }
.cs-m-empty { font-size: 12px; color: #94A3B8; text-align: center; padding: 16px 0; }
.cs-m-day-group { margin-bottom: 10px; }
.cs-m-day-group:last-child { margin-bottom: 0; }
.cs-m-day-label { font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; margin-bottom: 6px; display: flex; align-items: center; gap: 7px; }
.cs-m-day-label.s1 { color: #7C3AED; } .cs-m-day-label.s1::after { content: ''; flex: 1; height: 1px; background: #EDE9FE; }
.cs-m-day-label.s2 { color: #2563EB; } .cs-m-day-label.s2::after { content: ''; flex: 1; height: 1px; background: #DBEAFE; }
.cs-m-day-label.s3 { color: #0D9488; } .cs-m-day-label.s3::after { content: ''; flex: 1; height: 1px; background: #CCFBF1; }
.cs-m-slots-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; }
.cs-m-slot { padding: 8px 10px; border: 1.5px solid #E2E8F0; border-radius: 8px; background: #F8FAFC; cursor: pointer; font-family: 'Sora', sans-serif; text-align: center; transition: all .12s; }
.cs-m-slot-time { font-size: 12px; font-weight: 700; color: #1F2937; display: block; }
.cs-m-slot-dur { font-size: 9px; color: #94A3B8; display: block; margin-top: 1px; }
.cs-modal-overlay[data-tone="1"] .cs-m-slot:hover { border-color: #C4B5FD; background: #F5F3FF; }
.cs-modal-overlay[data-tone="1"] .cs-m-slot.sel { border-color: #7C3AED; background: #F5F3FF; box-shadow: 0 0 0 3px rgba(124,58,237,0.1); }
.cs-modal-overlay[data-tone="1"] .cs-m-slot.sel .cs-m-slot-time { color: #4C1D95; }
.cs-modal-overlay[data-tone="2"] .cs-m-slot:hover { border-color: #93C5FD; background: #EFF6FF; }
.cs-modal-overlay[data-tone="2"] .cs-m-slot.sel { border-color: #2563EB; background: #EFF6FF; box-shadow: 0 0 0 3px rgba(37,99,235,0.1); }
.cs-modal-overlay[data-tone="2"] .cs-m-slot.sel .cs-m-slot-time { color: #1E3A8A; }
.cs-modal-overlay[data-tone="3"] .cs-m-slot:hover { border-color: #5EEAD4; background: #F0FDFA; }
.cs-modal-overlay[data-tone="3"] .cs-m-slot.sel { border-color: #0D9488; background: #F0FDFA; box-shadow: 0 0 0 3px rgba(13,148,136,0.1); }
.cs-modal-overlay[data-tone="3"] .cs-m-slot.sel .cs-m-slot-time { color: #065F46; }
.cs-m-confirm { border-radius: 12px; padding: 14px 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.cs-m-confirm.s1 { background: linear-gradient(135deg, #4C1D95 0%, #6D28D9 100%); }
.cs-m-confirm.s2 { background: linear-gradient(135deg, #1E3A8A 0%, #1d4ed8 100%); }
.cs-m-confirm.s3 { background: linear-gradient(135deg, #065F46 0%, #0D9488 100%); }
.cs-m-conf-label { font-size: 10px; font-weight: 700; color: #C4B5FD; letter-spacing: .07em; text-transform: uppercase; margin-bottom: 3px; }
.cs-m-conf-date { font-size: 14px; font-weight: 800; color: #fff; }
.cs-m-conf-note { font-size: 10px; color: rgba(255,255,255,0.6); margin-top: 2px; }
.cs-m-conf-btn { padding: 10px 18px; border: none; border-radius: 9px; font-size: 13px; font-weight: 700; font-family: 'Sora', sans-serif; cursor: pointer; flex-shrink: 0; display: flex; align-items: center; gap: 6px; transition: opacity .15s; background: #fff; }
.cs-m-confirm.s1 .cs-m-conf-btn { color: #4C1D95; } .cs-m-confirm.s2 .cs-m-conf-btn { color: #1E3A8A; } .cs-m-confirm.s3 .cs-m-conf-btn { color: #065F46; }
.cs-m-conf-btn:hover { opacity: .88; } .cs-m-conf-btn:disabled { opacity: .5; cursor: default; }

/* ── MODAL COMPRA ── */
.cs-pmodal { background: #F8FAFC; border-radius: 20px; width: 100%; max-width: 560px; box-shadow: 0 20px 60px rgba(15,23,42,0.3); overflow: hidden; animation: cs-slideUp .22s ease; }
.cs-pmodal-head { padding: 18px 22px; background: linear-gradient(135deg, #065F46 0%, #0D9488 100%); display: flex; align-items: center; justify-content: space-between; }
.cs-pmodal-head-name { font-size: 14px; font-weight: 800; color: #fff; }
.cs-pmodal-head-sub { font-size: 11px; color: rgba(255,255,255,0.7); margin-top: 2px; }
.cs-pmodal-body { padding: 20px; display: flex; flex-direction: column; gap: 12px; }
.cs-pkg-note { font-size: 11px; color: #94A3B8; background: #F1F5F9; border-radius: 8px; padding: 8px 12px; }
.cs-pkg { border: 1.5px solid #E2E8F0; border-radius: 14px; padding: 16px; display: flex; align-items: center; gap: 14px; background: #fff; transition: border-color .15s; }
.cs-pkg:hover { border-color: #99F6E4; }
.cs-pkg-badge { width: 44px; height: 44px; border-radius: 12px; background: #F0FDFA; color: #0D9488; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 800; flex-shrink: 0; }
.cs-pkg-info { flex: 1; }
.cs-pkg-name { font-size: 14px; font-weight: 800; color: #1E3A8A; }
.cs-pkg-detail { font-size: 11.5px; color: #64748B; margin-top: 2px; line-height: 1.5; }
.cs-pkg-col { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; flex-shrink: 0; }
.cs-pkg-price { font-size: 16px; font-weight: 800; color: #0D9488; text-align: right; }
.cs-pkg-price span { display: block; font-size: 9px; font-weight: 600; color: #94A3B8; margin-top: 1px; }
.cs-pkg-buy { padding: 9px 16px; background: #0D9488; color: #fff; border: none; border-radius: 8px; font-size: 12px; font-weight: 700; font-family: 'Sora', sans-serif; cursor: pointer; }
.cs-pkg-buy:hover { background: #0F766E; } .cs-pkg-buy:disabled { opacity: .55; cursor: default; }

.cs-center { display: flex; justify-content: center; padding: 60px 0; }

@media (max-width: 760px) {
  .cs-hero { grid-template-columns: 1fr; }
  .cs-hero-left { padding: 34px 28px; }
  .cs-hero-title { font-size: 24px; }
  .cs-hero-right { min-height: 220px; }
  .cs-hero-right::before { background: linear-gradient(to bottom, #1E3A8A 0%, transparent 35%); }
  .cs-process-strip { grid-template-columns: 1fr; margin: 22px 20px 0; gap: 10px; }
  .cs-process-arrow { display: none; }
  .cs-wallet-bar { margin: 22px 20px 0; align-items: flex-start; flex-direction: column; }
  .cs-btn-buy { width: 100%; justify-content: center; }
  .cs-sesiones { padding: 22px 20px 28px; }
  .cs-sesion-head, .cs-sesion-body { padding: 16px; }
  .cs-sesion-body { grid-template-columns: 1fr; }
  .cs-btn-agenda { width: 100%; justify-content: center; }
  .cs-lock-badge { display: none; }
  .cs-credit-row { align-items: flex-start; flex-direction: column; }
  .cs-credit-actions, .cs-mini-btn { width: 100%; justify-content: center; }
  .cs-m-slots-grid { grid-template-columns: 1fr 1fr; }
  .cs-m-confirm { flex-direction: column; align-items: stretch; }
  .cs-m-conf-btn { justify-content: center; }
  .cs-pkg { align-items: flex-start; flex-direction: column; }
  .cs-pkg-col { width: 100%; flex-direction: row; justify-content: space-between; align-items: center; }
}
