/* Checkout do Método Aliança — design do checkout Treinos da Karine com as cores do app */
.ck-page { min-height: 100vh; background: #f7eee5; font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; padding: 16px 12px 48px; color: #3d2927; }
.ck-shell { max-width: 460px; margin: 0 auto; }
.ck-banner { display: block; width: 100%; height: auto; border-radius: 14px; margin-bottom: 14px; box-shadow: 0 8px 24px rgba(75,38,28,0.12); border: 1px solid #e8ddd3; }
.ck-timer { background: linear-gradient(135deg, #FF0000, #CC0000); border-radius: 12px; padding: 12px 16px; display: flex; align-items: center; justify-content: center; gap: 14px; color: #FFFFFF; font-weight: 700; box-shadow: 0 8px 24px rgba(255,0,0,0.25); margin-bottom: 14px; }
.ck-timer .dot { width: 10px; height: 10px; background: #fff; border-radius: 50%; box-shadow: 0 0 0 4px rgba(255,255,255,0.25); }
.ck-timer .lbl { font-size: 14px; }
.ck-timer .time { font-size: 20px; font-variant-numeric: tabular-nums; letter-spacing: 0.5px; }
.ck-card { background: #FFFFFF; border: 1px solid #e8ddd3; border-radius: 14px; padding: 18px; margin-bottom: 14px; box-shadow: 0 4px 18px rgba(75,38,28,0.06); }
.ck-card h3 { font-family: 'Poppins', Georgia, serif; font-size: 17px; font-weight: 700; color: #3d2927; display: flex; align-items: center; gap: 10px; margin: 0 0 14px; }
.ck-card h3 .ic { color: #933d43; }
.ck-card h2 { font-family: 'Poppins', Georgia, serif; font-size: 22px; color: #3d2927; margin: 0 0 6px; }
.ck-summary { display: flex; gap: 14px; align-items: center; }
.ck-summary img { width: 78px; height: 78px; border-radius: 10px; object-fit: cover; border: 1px solid #e8ddd3; flex-shrink: 0; }
.ck-summary .info { flex: 1; min-width: 0; }
.ck-summary .name { color: #3d2927; font-size: 16px; font-weight: 700; margin-bottom: 4px; }
.ck-summary .pr { color: #933d43; font-size: 24px; font-weight: 800; line-height: 1.1; }
.ck-summary .meta { color: #8a7770; font-size: 12px; margin-top: 3px; }
.ck-input-wrap { position: relative; margin-bottom: 10px; }
.ck-input-wrap input { width: 100%; background: #fbf6f1; border: 1px solid #e8ddd3; border-radius: 10px; color: #3d2927; padding: 14px; font-size: 15px; font-family: inherit; transition: border-color .15s, box-shadow .15s; box-sizing: border-box; }
.ck-input-wrap input:focus { outline: none; border-color: #933d43; background: #fff; box-shadow: 0 0 0 3px rgba(147,61,67,0.15); }
.ck-input-wrap input::placeholder { color: #b4a39c; }
.ck-phone { display: flex; gap: 8px; }
.ck-phone .ddi { display: inline-flex; align-items: center; padding: 0 12px; background: #fbf6f1; border: 1px solid #e8ddd3; border-radius: 10px; color: #5a4643; font-weight: 700; font-size: 14px; }
.ck-phone .ck-input-wrap { flex: 1; margin-bottom: 0; }
.ck-pay-tab { display: flex; align-items: center; justify-content: center; gap: 10px; border: 2px solid #933d43; background: rgba(147,61,67,0.08); border-radius: 10px; padding: 12px; color: #7a2f36; font-weight: 700; font-size: 14px; margin-bottom: 14px; }
.ck-pay-tab .badge { width: 30px; height: 30px; background: #933d43; border-radius: 6px; display: inline-flex; align-items: center; justify-content: center; color: #fff; font-weight: 800; }
.ck-pay-info { background: #fbf6f1; border: 1px dashed #e3d3c8; border-radius: 10px; padding: 14px; color: #5a4643; font-size: 13px; line-height: 1.55; }
.ck-pay-info b { color: #3d2927; display: block; margin-bottom: 6px; font-size: 14px; }
.ck-pay-info hr { border: none; border-top: 1px solid #e8ddd3; margin: 10px 0; }
.ck-pay-info .total-line { color: #5a4643; font-size: 13px; }
.ck-pay-info .total-line b { display: inline; color: #933d43; font-size: 16px; margin-left: 6px; }
.ck-btn-finish { display: flex; width: 100%; box-sizing: border-box; max-width: 100%; text-align: center; padding: 16px; background: linear-gradient(135deg,#933d43,#6e252b); border: none; border-radius: 12px; color: #fff; font-size: 15px; font-weight: 800; cursor: pointer; text-transform: uppercase; letter-spacing: 0.5px; margin-top: 14px; align-items: center; justify-content: center; gap: 10px; box-shadow: 0 10px 24px rgba(110,37,43,0.35); font-family: inherit; transition: transform .1s, box-shadow .15s; }
.ck-btn-finish:hover:not(:disabled) { box-shadow: 0 14px 28px rgba(110,37,43,0.45); }
.ck-btn-finish:active { transform: translateY(1px); }
.ck-btn-finish:disabled { opacity: 0.7; cursor: not-allowed; }
/* Botão "Finalizar compra" em verde (padrão de pagamento aprovado) */
#finishBtn { background: linear-gradient(135deg,#22a45d,#15803d); box-shadow: 0 10px 24px rgba(21,128,61,0.35); }
#finishBtn:hover:not(:disabled) { box-shadow: 0 14px 28px rgba(21,128,61,0.45); }
.ck-btn-finish .ic { width: 26px; height: 26px; background: rgba(0,0,0,0.18); border-radius: 6px; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; }
.ck-error { background: rgba(180,30,30,0.08); border: 1px solid #d97070; color: #8b1d1d; padding: 10px 12px; border-radius: 8px; font-size: 13px; margin-top: 10px; }
.ck-footer { text-align: center; padding: 22px 0 4px; border-top: 1px solid #e8ddd3; margin-top: 18px; }
.ck-footer .copy { color: #8a7770; font-size: 12px; margin-bottom: 10px; }
.ck-footer .copy b { color: #933d43; }
.ck-footer .badges { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; }
.ck-footer .badges span { color: #8a7770; font-size: 12px; }
.ck-support { text-align: center; }
.ck-support h3 { justify-content: center; margin-bottom: 8px; }
.ck-support p { color: #5a4643; font-size: 13px; line-height: 1.5; margin: 0 0 14px; }
.ck-support-btn { display: inline-flex; align-items: center; gap: 8px; background: #25D366; color: #fff; text-decoration: none; font-weight: 700; padding: 12px 22px; border-radius: 10px; font-size: 14px; box-shadow: 0 6px 16px rgba(37,211,102,.3); transition: transform .1s, box-shadow .15s; }
.ck-support-btn:hover { box-shadow: 0 8px 20px rgba(37,211,102,.4); }
.ck-support-btn:active { transform: translateY(1px); }
.ck-pay-legal { color: #5a4643; font-size: 12px; text-align: center; }
.ck-pay-legal b { color: #3d2927; }
.pix-legal { color: #5a4643; font-size: 12px; text-align: center; margin-top: 14px; }
.pix-legal b { color: #3d2927; }
.pix-code-box { width: 100%; margin-top: 10px; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11.5px; line-height: 1.45; color: #3d2927; background: #fffaf6; border: 1px solid #e6d6c8; border-radius: 10px; padding: 10px; resize: none; word-break: break-all; box-sizing: border-box; }
.pix-copy-warn { margin-top: 8px; background: #FFF4E5; border: 1px solid #F3D6A6; color: #7A5A12; border-radius: 10px; padding: 10px 12px; font-size: 12.5px; line-height: 1.5; text-align: left; }
.pix-expired { margin-top: 14px; background: #FDECEC; border: 1px solid #F3C2C2; border-radius: 12px; padding: 14px; }
.pix-expired p { color: #9B2C2C; font-size: 13px; line-height: 1.5; margin: 0 0 10px; }
.pix-phase { text-align: center; }
.pix-instr { font-size: 14px; color: #5a4643; margin: 4px 0 16px; line-height: 1.5; }
.pix-qr { display: block; width: 220px; height: 220px; margin: 0 auto 14px; background: #fff; border-radius: 8px; padding: 8px; border: 1px solid #e8ddd3; }
.ck-btn-outline { display: block; width: 100%; padding: 12px; background: transparent; border: 1.5px solid #933d43; border-radius: 8px; color: #7a2f36; font-size: 13px; font-weight: 700; cursor: pointer; text-transform: uppercase; letter-spacing: 0.5px; margin-top: 10px; font-family: inherit; }
.ck-btn-outline:hover { background: rgba(147,61,67,0.08); }
.pix-howto { text-align: left; margin-top: 18px; }
.pix-howto h4 { font-family: 'Poppins', Georgia, serif; font-size: 16px; color: #3d2927; margin: 0 0 8px; }
.pix-howto ol { padding-left: 20px; margin: 0; color: #5a4643; font-size: 14px; line-height: 1.7; }
.pix-howto ol li { margin-bottom: 2px; }
.ck-steps { display: flex; align-items: center; justify-content: center; gap: 6px; margin: 4px 0 18px; padding-bottom: 16px; border-bottom: 1px solid #e8ddd3; }
.ck-steps .step { display: flex; flex-direction: column; align-items: center; gap: 6px; min-width: 56px; }
.ck-steps .circle { width: 32px; height: 32px; border-radius: 50%; background: #e8ddd3; color: #8a7770; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; font-size: 14px; }
.ck-steps .lbl { font-size: 12px; color: #8a7770; font-weight: 700; }
.ck-steps .step.active .circle { background: #933d43; color: #fff; box-shadow: 0 0 0 4px rgba(147,61,67,0.18); }
.ck-steps .step.active .lbl { color: #933d43; }
.ck-steps .step.done .circle { background: #933d43; color: #fff; }
.ck-steps .step.done .lbl { color: #7a2f36; }
.ck-steps .bar { flex: 1; max-width: 60px; height: 3px; background: #e8ddd3; border-radius: 2px; margin-bottom: 22px; }
.ck-steps .bar.done { background: #933d43; }
.pix-timer { text-align: center; font-size: 18px; color: #933d43; font-weight: 800; margin: 14px 0 6px; font-variant-numeric: tabular-nums; }
.pix-timer.danger { color: #b91c1c; }
.pix-status { text-align: center; font-size: 13px; color: #5a4643; margin-top: 8px; display: flex; align-items: center; justify-content: center; gap: 8px; }
.pix-spinner { width: 12px; height: 12px; border: 2px solid #e8ddd3; border-top-color: #933d43; border-radius: 50%; animation: pix-spin .8s linear infinite; display: inline-block; }
@keyframes pix-spin { to { transform: rotate(360deg); } }
.pix-success { text-align: center; padding: 10px 4px; }
.pix-success .icon { font-size: 56px; margin-bottom: 6px; }
.pix-success h3 { font-family: 'Poppins', Georgia, serif; font-size: 22px; color: #8b363d; margin-bottom: 8px; }
.pix-success p { font-size: 14px; color: #5a4643; margin-bottom: 14px; line-height: 1.5; }
.pix-success .email-info { background: rgba(147,61,67,0.08); border: 1px solid #e6cbbd; border-radius: 10px; padding: 12px; color: #5a4643; font-size: 13px; line-height: 1.5; margin-bottom: 16px; text-align: left; }
.pix-success .email-info strong { color: #7a2f36; display: block; margin-bottom: 4px; font-size: 14px; }
.app-access-note { font-size: 12.5px; color: #8a7770; text-align: center; margin-top: 12px; line-height: 1.5; }
.app-access-note b { color: #3d2927; }
.app-install { text-align: left; background: #fbf6f1; border: 1px dashed #e3d3c8; border-radius: 12px; padding: 16px; margin-top: 18px; }
.app-install h4 { font-family: 'Poppins', Georgia, serif; font-size: 15px; color: #3d2927; margin: 0 0 8px; }
.app-install p { font-size: 13px; color: #5a4643; line-height: 1.5; margin: 0 0 8px; }
.app-install ol { padding-left: 20px; margin: 0 0 8px; color: #5a4643; font-size: 13px; line-height: 1.6; }
.app-install ol li { margin-bottom: 4px; }
.app-install .app-install-tv { margin: 8px 0 0; font-size: 13px; color: #5a4643; }
.pix-receive { text-align: left; }
.pix-receive .receive-list { list-style: none; padding: 0; margin: 0; }
.pix-receive .receive-list li { display: flex; align-items: flex-start; gap: 10px; padding: 10px 0; border-bottom: 1px solid #e8ddd3; color: #5a4643; font-size: 14px; line-height: 1.45; }
.pix-receive .receive-list li:last-child { border-bottom: none; }
.pix-receive .receive-check { flex-shrink: 0; width: 20px; height: 20px; background: #8b363d; color: #fff; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 900; margin-top: 1px; }
.pix-receive .receive-footer { background: #fbf6f1; border: 1px dashed #e3d3c8; border-radius: 10px; padding: 12px; color: #5a4643; font-size: 13px; line-height: 1.5; margin-top: 14px; text-align: center; }
.pix-receive .receive-footer b { color: #3d2927; }

.ck-bumps { background: linear-gradient(180deg, #fbf1ea, #FFFFFF); border: 2px dashed #933d43; border-radius: 14px; padding: 14px; margin-bottom: 14px; box-shadow: 0 4px 18px rgba(147,61,67,0.10); }
.ck-bumps-head { text-align: center; margin-bottom: 12px; }
.ck-bumps-head .tag { display: inline-block; background: #933d43; color: #fff; font-size: 11px; font-weight: 800; letter-spacing: 0.5px; padding: 4px 10px; border-radius: 999px; margin-bottom: 6px; }
.ck-bumps-head h4 { font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 800; color: #3d2927; margin: 0 0 2px; }
.ck-bumps-head p { font-size: 12px; color: #8a7770; margin: 0; }
.ck-bump { display: flex; align-items: stretch; gap: 10px; background: #fff; border: 1.5px solid #e8ddd3; border-radius: 12px; padding: 10px; margin-bottom: 8px; cursor: pointer; position: relative; transition: border-color .15s, box-shadow .15s, background .15s; }
.ck-bump:last-child { margin-bottom: 0; }
.ck-bump input { position: absolute; opacity: 0; pointer-events: none; }
.ck-bump .check { flex-shrink: 0; width: 22px; height: 22px; border-radius: 6px; border: 2px solid #933d43; background: #fff; align-self: center; display: inline-flex; align-items: center; justify-content: center; }
.ck-bump .check .mark { color: #fff; font-size: 14px; font-weight: 900; line-height: 1; opacity: 0; }
.ck-bump img { width: 64px; height: 64px; border-radius: 10px; object-fit: cover; flex-shrink: 0; background: #fbf6f1; border: 1px solid #e8ddd3; align-self: center; }
.ck-bump .body { flex: 1; min-width: 0; }
.ck-bump .title { font-size: 14px; font-weight: 800; color: #3d2927; line-height: 1.25; margin-bottom: 3px; }
.ck-bump .desc { font-size: 12px; color: #5a4643; line-height: 1.45; margin-bottom: 6px; }
.ck-bump .price-row { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.ck-bump .add { font-size: 11px; font-weight: 700; color: #8a7770; text-transform: uppercase; letter-spacing: 0.3px; }
.ck-bump .pr { font-size: 15px; font-weight: 800; color: #933d43; }
.ck-bump.active { border-color: #8b363d; background: #fbf0ec; box-shadow: 0 4px 14px rgba(110,37,43,0.18); }
.ck-bump.active .check { background: #8b363d; border-color: #8b363d; }
.ck-bump.active .check .mark { opacity: 1; }
.ck-bump.active .add { color: #8b363d; }
.ck-bump.active .pr { color: #8b363d; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

/* Garantia (substitui a imagem da Karine) */
.ck-banner { display:block; width:100%; height:auto; border-radius:14px; margin-bottom:14px; box-shadow:0 8px 24px rgba(60,46,36,0.12); border:1px solid #EDE0D4; }
.ck-guarantee { display:flex; gap:14px; align-items:center; background:#fff; border:1px solid #e8ddd3; border-radius:14px; padding:16px; margin-bottom:14px; box-shadow:0 4px 18px rgba(75,38,28,0.06); }
.ck-guarantee .seal { flex-shrink:0; width:64px; height:64px; border-radius:50%; background:linear-gradient(135deg,#933d43,#6e252b); color:#fff; display:flex; flex-direction:column; align-items:center; justify-content:center; font-weight:800; line-height:1; box-shadow:0 0 0 4px #f5e4ce; }
.ck-guarantee .seal b { font-size:24px; }
.ck-guarantee .seal span { font-size:9px; letter-spacing:.5px; margin-top:2px; }
.ck-guarantee h4 { margin:0 0 4px; font-size:15px; color:#3d2927; }
.ck-guarantee p { margin:0; font-size:12.5px; color:#5a4643; line-height:1.5; }
.ck-brand { display:block; width:190px; height:auto; margin:6px auto 14px; }
.pix-success h3 { justify-content: center; text-align: center; }
