.cr-bk-page-title{font-size:28px;font-weight:700;margin:0 0 24px;color:#111;}.cr-bk-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(280px,1fr));gap:20px;}.cr-bk-card{display:flex;flex-direction:column;border-radius:14px;border:1.5px solid #eee;overflow:hidden;text-decoration:none;background:#fff;transition:box-shadow .15s, transform .15s;color:inherit;}.cr-bk-card:hover{box-shadow:0 6px 24px rgba(0,0,0,.1);transform:translateY(-2px);}.cr-bk-card-img{width:100%;height:180px;object-fit:cover;display:block;}.cr-bk-card-img-ph{display:flex;align-items:center;justify-content:center;background:#f8fafc;font-size:40px;}.cr-bk-card-body{padding:16px;flex:1;display:flex;flex-direction:column;gap:6px;}.cr-bk-card-badge{font-size:11px;color:#888;font-weight:600;text-transform:uppercase;letter-spacing:.05em;}.cr-bk-card-name{font-size:17px;font-weight:700;color:#111;margin:0;}.cr-bk-card-desc{font-size:13px;color:#666;line-height:1.4;flex:1;margin:0;}.cr-bk-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:8px;}.cr-bk-card-price{font-size:16px;font-weight:700;color:var(--brand-accent,#333);}.cr-bk-card-cta{font-size:13px;font-weight:600;color:var(--brand-accent,#333);}.cr-bk-wrap{display:grid;grid-template-columns:1fr 320px;gap:32px;align-items:start;}@media (max-width:860px){.cr-bk-wrap{grid-template-columns:1fr;}}.cr-bk-back{font-size:13px;color:#888;text-decoration:none;display:block;margin-bottom:12px;}.cr-bk-back:hover{color:#333;}.cr-bk-title{font-size:26px;font-weight:800;color:#111;margin:0 0 8px;}.cr-bk-desc{font-size:14px;color:#666;line-height:1.6;margin:0;}.cr-bk-stay-meta{display:flex;gap:20px;flex-wrap:wrap;font-size:13px;color:#666;margin-bottom:20px;padding:12px 16px;background:#f8fafc;border-radius:10px;}.cr-bk-section{margin-bottom:28px;}.cr-bk-section-title{font-size:15px;font-weight:700;color:#111;margin:0 0 12px;padding-bottom:8px;border-bottom:2px solid var(--brand-accent,#333);display:inline-block;}.cr-bk-cal{max-width:340px;}.cr-bk-cal-nav{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;}.cr-bk-cal-nav-btn{background:none;border:1.5px solid #ddd;border-radius:8px;width:34px;height:34px;cursor:pointer;font-size:14px;transition:background .15s;color:#555;}.cr-bk-cal-nav-btn:hover{background:#f0f0f0;}.cr-bk-cal-month{font-weight:700;font-size:15px;color:#111;}.cr-bk-cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:3px;}.cr-bk-cal-dh{text-align:center;font-size:11px;font-weight:600;color:#aaa;padding:4px 0;text-transform:uppercase;}.cr-bk-cal-blank{}.cr-bk-cal-day{aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:8px;font-size:13px;font-weight:500;position:relative;cursor:default;transition:background .1s;}.cr-bk-day-past{color:#ccc;}.cr-bk-day-loading{background:#f5f5f5;color:#ccc;animation:bk-pulse 1s infinite;}.cr-bk-day-full{color:#ccc;}.cr-bk-day-avail{background:#e8f5ee;color:#16a34a;font-weight:700;cursor:pointer;}.cr-bk-day-avail:hover{background:#d1f0de;}.cr-bk-day-sel{background:var(--brand-accent,#16a34a);color:#fff;font-weight:700;cursor:pointer;position:relative;z-index:1;}.cr-bk-day-range{background:#c8e8d4;color:#16a34a;font-weight:600;border-radius:0;}@keyframes bk-pulse{0%,100%{opacity:.4}50%{opacity:.8}}.cr-bk-cal-legend{display:flex;gap:14px;font-size:11px;color:#888;margin-top:10px;align-items:center;}.cr-bk-cal-leg{width:14px;height:14px;border-radius:4px;display:inline-block;flex-shrink:0;}.cr-bk-day-avail.cr-bk-cal-leg{cursor:default;}.cr-bk-day-sel.cr-bk-cal-leg{cursor:default;}.cr-bk-day-full.cr-bk-cal-leg{background:#f0f0f0;cursor:default;}.cr-bk-slots{display:flex;flex-wrap:wrap;gap:8px;}.cr-bk-slot{padding:8px 16px;border-radius:8px;border:1.5px solid #ddd;font-size:13px;font-weight:600;cursor:default;background:#fff;font-family:inherit;transition:all .15s;position:relative;}.cr-bk-slot-avail{border-color:#16a34a;color:#16a34a;cursor:pointer;}.cr-bk-slot-avail:hover{background:#e8f5ee;}.cr-bk-slot-sel{background:var(--brand-accent,#16a34a);border-color:var(--brand-accent,#16a34a);color:#fff;cursor:pointer;}.cr-bk-slot-full{color:#ccc;border-color:#eee;}.cr-bk-slot-rem{font-size:10px;display:block;font-weight:400;opacity:.8;}.cr-bk-qty-ctrl{display:flex;align-items:center;gap:12px;}.cr-bk-qty-btn{width:36px;height:36px;border-radius:50%;border:1.5px solid #ddd;background:#fff;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s;font-family:inherit;}.cr-bk-qty-btn:hover{background:#f0f0f0;border-color:#aaa;}.cr-bk-qty-val{font-size:17px;font-weight:700;color:#111;min-width:60px;text-align:center;}.cr-bk-extras{display:flex;flex-direction:column;gap:10px;}.cr-bk-extra-row{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border:1.5px solid #eee;border-radius:10px;cursor:pointer;transition:border-color .15s;gap:10px;}.cr-bk-extra-row:has(input:checked){border-color:var(--brand-accent,#333);background:#f8fdf9;}.cr-bk-extra-qty-row{cursor:default;}.cr-bk-extra-name{font-size:14px;font-weight:500;color:#111;flex:1;}.cr-bk-extra-price{font-size:13px;color:#888;white-space:nowrap;}.cr-bk-extra-row input[type=checkbox]{width:18px;height:18px;accent-color:var(--brand-accent,#333);}.cr-bk-contact{display:flex;flex-direction:column;gap:12px;}.cr-bk-field{display:flex;flex-direction:column;gap:4px;}.cr-bk-field label{font-size:12px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.04em;}.cr-bk-input{padding:10px 12px;border:1.5px solid #e0e0e0;border-radius:8px;font-size:14px;font-family:inherit;color:#111;transition:border-color .15s;width:100%;box-sizing:border-box;}.cr-bk-input:focus{outline:none;border-color:var(--brand-accent,#333);}.cr-bk-summary{position:sticky;top:24px;}.cr-bk-summary-inner{background:#fff;border:1.5px solid #eee;border-radius:16px;padding:20px;box-shadow:0 4px 20px rgba(0,0,0,.06);}.cr-bk-summary-lines{margin-bottom:16px;}.cr-bk-sum-line{display:flex;justify-content:space-between;align-items:center;padding:6px 0;border-bottom:1px solid #f5f5f5;font-size:13px;color:#555;}.cr-bk-sum-line span:last-child{font-weight:600;color:#111;}.cr-bk-summary-total{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-top:2px solid #eee;margin-top:4px;font-size:16px;font-weight:700;color:#111;}.cr-bk-confirm-btn{width:100%;padding:14px;border:none;background:var(--brand-accent,#333);color:#fff;border-radius:10px;font-size:15px;font-weight:700;cursor:pointer;margin-top:12px;font-family:inherit;transition:filter .15s;}.cr-bk-confirm-btn:hover:not(:disabled){filter:brightness(.9);}.cr-bk-confirm-btn:disabled{opacity:.65;cursor:default;}.cr-bk-loading{font-size:13px;color:#aaa;padding:16px 0;}.cr-bk-confirm-wrap{text-align:center;padding:60px 24px;max-width:500px;margin:0 auto;}.cr-bk-confirm-icon{width:64px;height:64px;border-radius:50%;background:#16a34a;color:#fff;font-size:28px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;}.cr-bk-step{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #f0f0f0;}.cr-bk-step:last-of-type{border-bottom:none;}.cr-bk-step-done{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#f8fdf9;border:1.5px solid #c8e6d0;border-radius:10px;gap:12px;}.cr-bk-step-summary{display:flex;align-items:center;gap:8px;min-width:0;}.cr-bk-step-icon{width:22px;height:22px;border-radius:50%;background:var(--brand-accent, #16a34a);color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;}.cr-bk-step-val{font-size:14px;font-weight:600;color:#111;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.cr-bk-change-btn{font-size:12px;font-weight:600;color:var(--brand-accent, #333);background:none;border:none;cursor:pointer;white-space:nowrap;padding:0;font-family:inherit;text-decoration:underline;}.cr-bk-booker-row{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#f8fdf9;border:1.5px solid #c8e6d0;border-radius:10px;gap:12px;}.cr-bk-saved-card-display{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:#f8fdf9;border:1.5px solid #c8e6d0;border-radius:10px;}