.checkoutUxMsg{display:none;margin-top:10px;padding:12px 14px;border-radius:14px;font-size:14px;line-height:1.45;border:1px solid #e5e7eb;background:#f8fafc;color:#0f172a}.checkoutUxMsg.is-show{display:block}.checkoutUxMsg.is-error{border-color:rgba(220,38,38,.18);background:rgba(254,242,242,.95);color:#991b1b}.checkoutUxMsg.is-ok{border-color:rgba(16,185,129,.18);background:rgba(236,253,245,.98);color:#065f46}.submit.is-loading,.sgBookBar__btn.is-loading,.btn.is-loading{opacity:.82;pointer-events:none;position:relative}.submit.is-loading::after,.btn.is-loading::after{content:"";display:inline-block;width:14px;height:14px;margin-left:8px;border-radius:50%;border:2px solid rgba(255,255,255,.55);border-top-color:#fff;vertical-align:-2px;animation:sgspin .8s linear infinite}.field input.is-invalid,.field select.is-invalid,.field textarea.is-invalid{border-color:#ef4444!important;box-shadow:0 0 0 3px rgba(239,68,68,.12)!important}.field input.is-valid,.field select.is-valid,.field textarea.is-valid{border-color:#10b981!important;box-shadow:0 0 0 3px rgba(16,185,129,.10)!important}
.sgCheckoutFloat{position:fixed;right:18px;bottom:20px;z-index:55;display:none;max-width:340px;background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 20px 40px rgba(2,8,23,.16);padding:14px 14px 12px}.sgCheckoutFloat.is-show{display:block}.sgCheckoutFloat__top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.sgCheckoutFloat__title{font-weight:900;font-size:14px}.sgCheckoutFloat__meta{font-size:12px;color:#64748b}.sgCheckoutFloat__total{font-weight:900;font-size:18px}.sgCheckoutFloat__cta{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:44px;border-radius:12px;background:#ff385c;color:#fff;text-decoration:none;font-weight:900;border:0;cursor:pointer}
.sgCheckoutProgress{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:12px 0 14px}.sgCheckoutStep{position:relative;padding:12px 12px 12px 14px;border-radius:16px;border:1px solid rgba(148,163,184,.24);background:rgba(255,255,255,.04);min-height:64px}.sgCheckoutStep.is-active{border-color:rgba(59,130,246,.45);box-shadow:0 0 0 3px rgba(59,130,246,.10)}.sgCheckoutStep.is-done{border-color:rgba(16,185,129,.35);background:rgba(16,185,129,.08)}.sgCheckoutStep__num{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:999px;background:rgba(255,255,255,.10);font-size:12px;font-weight:900;margin-bottom:8px}.sgCheckoutStep.is-active .sgCheckoutStep__num{background:#2563eb;color:#fff}.sgCheckoutStep.is-done .sgCheckoutStep__num{background:#10b981;color:#fff}.sgCheckoutStep__title{font-size:13px;font-weight:900;line-height:1.2}.sgCheckoutStep__meta{font-size:12px;color:#94a3b8;margin-top:4px;line-height:1.3}
.sgCheckoutShield{margin:10px 0 14px;padding:12px 14px;border-radius:16px;border:1px solid rgba(16,185,129,.20);background:rgba(16,185,129,.08);font-size:13px;line-height:1.45}.sgCheckoutShield b{display:block;margin-bottom:4px}
.sgCheckoutCommit{margin-top:12px;padding:12px 14px;border-radius:16px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.04)}.sgCheckoutCommit__title{font-weight:900;margin-bottom:8px}.sgCheckoutCommit ul{margin:0;padding-left:18px}.sgCheckoutCommit li{margin:4px 0;color:#cbd5e1}
.sgSuccessHero{display:flex;align-items:flex-start;gap:14px}.sgSuccessHero__icon{flex:0 0 54px;width:54px;height:54px;border-radius:999px;background:rgba(16,185,129,.12);display:flex;align-items:center;justify-content:center;font-size:26px}.sgSuccessHero__title{margin:0;font-size:24px;font-weight:900}.sgSuccessHero__meta{color:#64748b;line-height:1.5;margin-top:6px}.sgSuccessSteps{display:grid;gap:10px;margin-top:16px}.sgSuccessStep{padding:12px 14px;border:1px solid #e5e7eb;border-radius:14px;background:#f8fafc}.sgSuccessStep b{display:block;margin-bottom:4px}
@media (max-width:1023px){.sgCheckoutFloat{display:none!important}}
@media (max-width:767px){.sgCheckoutProgress{grid-template-columns:1fr}.sgCheckoutStep{min-height:auto}.sgSuccessHero{flex-direction:column}.sgSuccessHero__icon{width:48px;height:48px}}
@keyframes sgspin{to{transform:rotate(360deg)}}