.ck-narrow{max-width:560px;margin:0 auto;padding:40px 24px 80px}@media (max-width:640px){.ck-narrow{padding:24px 16px 64px}}.ck-page-back{color:var(--boh-muted);align-items:center;gap:8px;margin-bottom:20px;font-size:13px;text-decoration:none;transition:color .15s;display:inline-flex}.ck-page-back:hover{color:var(--boh-black)}.ck-page-back-arrow{font-size:13px;line-height:1;display:inline-block}.ck-page-title{font-family:var(--font-sans);letter-spacing:-.028em;color:var(--boh-black);margin:0 0 18px;font-size:clamp(32px,5vw,42px);font-weight:300;line-height:1.12}.ck-narrow .svc-hero-trust{margin-top:22px;margin-bottom:32px;padding-top:18px}.ck-summary{border:.5px solid var(--boh-border);background:#fff;border-radius:6px;margin:24px 0 28px;padding:22px}.ck-summary-head{border-bottom:.5px solid var(--boh-border);margin-bottom:16px;padding-bottom:14px}.ck-summary-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--boh-muted);margin-bottom:6px;font-size:11px;font-weight:500}.ck-summary-title{color:var(--boh-black);letter-spacing:-.005em;font-size:16px;font-weight:500;line-height:1.25}.ck-summary-details{flex-direction:column;gap:6px;margin:12px 0 0;padding:0;list-style:none;display:flex}.ck-summary-detail{color:var(--boh-muted);padding-left:16px;font-size:13px;line-height:1.5;position:relative}.ck-summary-detail:before{content:"";background:var(--boh-muted-weak);border-radius:50%;width:4px;height:4px;position:absolute;top:8px;left:2px}.ck-summary-prices{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.ck-summary-price-label{letter-spacing:.08em;text-transform:uppercase;color:var(--boh-muted);margin-bottom:4px;font-size:11px;font-weight:500}.ck-summary-price-total{letter-spacing:-.025em;color:var(--boh-black);font-variant-numeric:tabular-nums;font-size:32px;font-weight:300;line-height:1}.ck-summary-due{text-align:right}.ck-summary-price-deposit{letter-spacing:-.015em;color:var(--boh-primary-ink);font-variant-numeric:tabular-nums;font-size:20px;font-weight:400;line-height:1}@media (max-width:480px){.ck-summary-price-total{font-size:26px}.ck-summary-price-deposit{font-size:17px}}.ck-stepper{background:var(--boh-bg);border:.5px solid var(--boh-border);box-sizing:border-box;border-radius:999px;justify-content:space-between;align-items:center;gap:4px;width:100%;margin:0;padding:4px;display:flex}.ck-step{appearance:none;color:var(--boh-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:999px;flex:1 1 0;justify-content:center;align-items:center;gap:7px;min-width:0;padding:8px 16px;font-family:inherit;font-size:12.5px;font-weight:500;line-height:1;transition:background .15s,color .15s;display:inline-flex}.ck-step:hover:not(:disabled):not(.ck-step--active){color:var(--boh-black)}.ck-step:disabled,.ck-step[aria-disabled=true]{cursor:not-allowed;opacity:.55}.ck-step:disabled:hover,.ck-step[aria-disabled=true]:hover{color:var(--boh-muted)}.ck-step--complete{color:var(--boh-black)}.ck-step--active{background:var(--boh-black);color:#fff}.ck-step-num{width:17px;height:17px;color:var(--boh-muted);font-variant-numeric:tabular-nums;background:#0000000d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:10px;font-weight:600;display:inline-flex}.ck-step--complete .ck-step-num{background:var(--boh-black);color:#fff}.ck-step--active .ck-step-num{color:#fff;background:#ffffff2e}.ck-step--complete .ck-step-num svg,.ck-step--active .ck-step-num svg{width:9px;height:9px}.ck-step-label{letter-spacing:-.005em;white-space:nowrap;font-size:12.5px;font-weight:500}@media (max-width:540px){.ck-stepper{justify-content:space-between;width:100%;display:flex}.ck-step{flex:0 auto;padding:8px 10px}.ck-step-label{display:none}.ck-step--active{flex:auto;justify-content:center}.ck-step--active .ck-step-label{display:inline}}@media (max-width:420px){.ck-step{padding:7px 9px}.ck-step--active .ck-step-label{display:none}}.ck-step-section{margin-top:8px}.ck-field{flex-direction:column;gap:6px;display:flex}.ck-field-label{color:var(--boh-black);letter-spacing:-.005em;font-size:13px;font-weight:600}.ck-field-required{color:var(--boh-emergency);margin-left:2px}.ck-field-help{color:var(--boh-muted);font-size:11.5px;line-height:1.5}.ck-field-error{color:var(--boh-emergency);font-size:11.5px;line-height:1.5}.ck-input,.ck-select,.ck-textarea{border:.5px solid var(--boh-border);border-radius:var(--radius-xs);width:100%;font:400 14px/1.4 var(--font-sans);color:var(--boh-black);letter-spacing:-.005em;background:#fff;outline:none;padding:12px 14px;transition:border-color .15s,box-shadow .15s}.ck-input::placeholder,.ck-textarea::placeholder{color:var(--boh-muted-weak)}.ck-input:hover:not(:focus),.ck-select:hover:not(:focus),.ck-textarea:hover:not(:focus){border-color:var(--boh-muted)}.ck-input:focus,.ck-select:focus,.ck-textarea:focus{border-color:var(--boh-black);box-shadow:var(--shadow-ink-ring,0 0 0 3px #0000000f)}.ck-input--error,.ck-textarea--error,.ck-select--error{border-color:var(--boh-emergency)}.ck-input:disabled,.ck-textarea:disabled,.ck-select:disabled{background:var(--boh-bg);color:var(--boh-muted-strong);cursor:not-allowed}.ck-textarea{resize:vertical;min-height:80px}.ck-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='none' stroke='%23888' stroke-width='1.4' stroke-linecap='round' d='M1 1l4 4 4-4'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:36px}.ck-grid-2{grid-template-columns:1fr 1fr;gap:12px;display:grid}@media (max-width:480px){.ck-grid-2{grid-template-columns:1fr}}.ck-card{border:.5px solid var(--boh-border);border-radius:var(--radius-md);background:#fff;padding:20px 20px 22px}.ck-card+.ck-card{margin-top:14px}.ck-card-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:16px;display:flex}.ck-card-title{flex:auto;min-width:0}.ck-card-meta{flex:none}@media (max-width:540px){.ck-card-head{gap:4px}.ck-card-meta{flex-basis:100%;order:-1}}.ck-card-title{color:var(--boh-black);letter-spacing:-.005em;font-size:13.5px;font-weight:600}.ck-card-meta{color:var(--boh-muted);letter-spacing:.04em;text-transform:uppercase;font-size:11px}.ck-card-body{flex-direction:column;gap:14px;display:flex}.ck-check{color:var(--boh-black);cursor:pointer;align-items:center;gap:9px;font-size:13px;line-height:1.4;display:inline-flex}.ck-check input[type=checkbox]{accent-color:var(--boh-primary);flex-shrink:0;width:15px;height:15px}.ck-check--muted{color:var(--boh-muted)}.ck-check--start{align-items:flex-start}.ck-check--start input[type=checkbox]{margin-top:2px}.ck-reveal{background:var(--boh-bg);border-left:2px solid var(--boh-primary-mid);border-radius:0 var(--radius-xs)var(--radius-xs)0;flex-direction:column;gap:14px;margin-top:4px;padding:16px 18px;display:flex}.ck-urgency-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}@media (max-width:480px){.ck-urgency-grid{grid-template-columns:1fr}}.ck-urg{cursor:pointer;border:.5px solid var(--boh-border);border-radius:var(--radius-md);background:#fff;padding:12px 14px;transition:border-color .15s,background .15s,box-shadow .15s;display:block}.ck-urg:hover{border-color:var(--boh-muted)}.ck-urg input{opacity:0;width:0;height:0;position:absolute}.ck-urg-head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:4px;display:flex}.ck-urg-label{color:var(--boh-black);letter-spacing:-.005em;font-size:13.5px;font-weight:500}.ck-urg-dot{background:var(--boh-border);border-radius:50%;width:8px;height:8px}.ck-urg-desc{color:var(--boh-muted);font-size:12px;line-height:1.45}.ck-urg--selected{border-color:var(--boh-black);box-shadow:var(--shadow-ink-ring,0 0 0 1px var(--boh-black)inset)}.ck-urg--urgent .ck-urg-dot{background:var(--boh-emergency)}.ck-urg--high .ck-urg-dot{background:var(--boh-urgent)}.ck-urg--medium .ck-urg-dot{background:var(--boh-primary-dark)}.ck-urg--low .ck-urg-dot{background:var(--boh-success)}.ck-premium-banner{border-radius:var(--radius-xs);background:#fff8ee;border:.5px solid #f0e3cb;align-items:flex-start;gap:10px;margin-top:12px;padding:12px 14px;display:flex}.ck-premium-icon{color:var(--boh-urgent);flex-shrink:0;margin-top:1px}.ck-premium-body{color:#7a5a1f;font-size:12.5px;line-height:1.5}.ck-premium-body strong{color:var(--boh-urgent);font-weight:600}.ck-day-pills{flex-wrap:wrap;gap:6px;display:flex}.ck-day-pill{cursor:pointer;border:.5px solid var(--boh-border);border-radius:var(--radius-pill,999px);color:var(--boh-muted);background:#fff;padding:7px 14px;font-size:12px;font-weight:500;transition:border-color .15s,color .15s,background .15s}.ck-day-pill input{opacity:0;width:0;height:0;position:absolute}.ck-day-pill:hover{border-color:var(--boh-muted);color:var(--boh-black)}.ck-day-pill--selected{background:var(--boh-black);border-color:var(--boh-black);color:#fff}.ck-next{background:var(--boh-bg);border:.5px solid var(--boh-border);border-radius:var(--radius-md);margin-top:14px;padding:16px 18px}.ck-next-eyebrow{letter-spacing:.09em;text-transform:uppercase;color:var(--boh-muted);margin-bottom:10px;font-size:10px;font-weight:600}.ck-next-list{flex-direction:column;gap:10px;display:flex}.ck-next-row{align-items:flex-start;gap:10px;display:flex}.ck-next-num{background:var(--boh-primary);width:18px;height:18px;color:var(--boh-black);font-variant-numeric:tabular-nums;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;font-size:10.5px;font-weight:600;display:inline-flex}.ck-next-body{color:var(--boh-black);font-size:12.5px;line-height:1.5}.ck-next-body strong{color:var(--boh-black);font-weight:600}.ck-total{border:.5px solid var(--boh-border);border-radius:var(--radius-md);background:#fff;padding:14px 18px}.ck-total-row{justify-content:space-between;align-items:baseline;padding:4px 0;font-size:13px;display:flex}.ck-total-row span:first-child{color:var(--boh-muted)}.ck-total-row span:last-child{color:var(--boh-black);font-variant-numeric:tabular-nums}.ck-total-row--premium span{color:var(--boh-urgent)}.ck-total-divider{border-top:.5px solid var(--boh-border);margin:6px 0}.ck-total-row--total span:first-child,.ck-total-row--total span:last-child{color:var(--boh-black);font-size:14px;font-weight:600}.ck-total-row--due span:first-child{color:var(--boh-primary-ink);font-weight:500}.ck-total-row--due span:last-child{color:var(--boh-primary-ink);font-size:14px;font-weight:600}.ck-total-foot{color:var(--boh-muted);border-top:.5px solid var(--boh-border);margin-top:8px;padding-top:8px;font-size:11.5px;line-height:1.5}.ck-stripe-mock{border:.5px solid var(--boh-border);border-radius:var(--radius-md);background:#fff;padding:16px 18px}.ck-stripe-tabs{background:var(--boh-bg);border-radius:var(--radius-xs);gap:6px;margin-bottom:14px;padding:4px;display:flex}.ck-stripe-tab{text-align:center;color:var(--boh-muted);cursor:pointer;border-radius:4px;flex:1;padding:7px 10px;font-size:12px;font-weight:500;transition:background .15s,color .15s}.ck-stripe-tab--active{color:var(--boh-black);background:#fff;box-shadow:0 1px 2px #0000000f}.ck-stripe-card{border:.5px solid var(--boh-border);border-radius:var(--radius-xs);color:var(--boh-muted-weak);font-variant-numeric:tabular-nums;align-items:center;gap:10px;padding:11px 13px;font-size:13px;display:flex}.ck-stripe-card+.ck-stripe-card{margin-top:8px}.ck-stripe-card-mini{gap:8px;display:flex}.ck-stripe-card-mini .ck-stripe-card{flex:1}.ck-actions{gap:12px;margin-top:24px;display:flex}.ck-back-btn{border:.5px solid var(--boh-border);color:var(--boh-muted);border-radius:var(--radius-pill,999px);font:500 13px/1 var(--font-sans);letter-spacing:-.005em;cursor:pointer;background:#fff;flex:none;padding:12px 18px;transition:color .15s,border-color .15s}.ck-back-btn:hover{color:var(--boh-black);border-color:var(--boh-muted)}.ck-continue{flex:1;padding:14px 20px}.ck-divider{border-top:.5px solid var(--boh-border);margin:18px 0}@media (max-width:540px){.ck-card{padding:16px 14px 18px}}.badge-status--secure{background:var(--boh-primary-light);color:var(--boh-primary-ink)}.badge-secure-icon{display:block}.gt-sticky-col .widget{padding:22px}.ck-pill{color:var(--boh-muted);align-items:flex-start;gap:8px;font-size:12px;line-height:1.4;display:flex}.ck-pill svg{color:var(--boh-muted);flex-shrink:0;margin-top:2px}.ck-pill strong{color:var(--boh-black);font-weight:500}
