.checkout-selection{flex-direction:column;gap:16px;padding:4px 0 8px;display:flex}.checkout-step-label{letter-spacing:.12em;text-transform:uppercase;color:var(--primary,#e63946);margin-bottom:-8px;font-size:.7rem;font-weight:800}.checkout-selection-title{color:var(--secondary,#1a1a1a);letter-spacing:-.02em;margin:0;font-size:1.6rem;font-weight:900}.cs-card{background:#f8fafc;border:1.5px solid #edf2f7;border-radius:14px;padding:16px 18px}.cs-card-label{text-transform:uppercase;letter-spacing:.1em;color:#94a3b8;margin:0 0 10px;font-size:.72rem;font-weight:800}.cs-price-summary{background:#fff;border:1.5px solid #edf2f7;border-radius:14px;flex-direction:column;gap:6px;padding:16px 18px;display:flex}.cs-price-row{color:#64748b;justify-content:space-between;align-items:center;font-size:.95rem;font-weight:500;display:flex}.cs-discount-row{color:#16a34a;font-weight:700}.cs-total-row{color:#1a1a1a;font-size:1.05rem;font-weight:700}.cs-price-total{color:var(--primary,#e63946);font-size:1.25rem;font-weight:900}.cs-price-original{color:#cbd5e0;font-weight:400;text-decoration:line-through}.cs-price-divider{border:none;border-top:1.5px dashed #e2e8f0;margin:4px 0}.cs-country-select{color:#1a1a1a;appearance:none;cursor:pointer;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") right 12px center no-repeat;border:1.5px solid #e2e8f0;border-radius:10px;width:100%;padding:10px 12px;font-size:.95rem;transition:border-color .2s}.cs-country-select:focus{border-color:var(--primary,#e63946);outline:none}.cs-payment-options{flex-direction:column;gap:12px;display:flex}.cs-payment-card{cursor:pointer;text-align:left;background:#fff;border:2px solid #e2e8f0;border-radius:16px;align-items:center;gap:16px;width:100%;padding:18px 20px;transition:all .2s;display:flex}.cs-payment-card:hover{border-color:var(--primary,#e63946);transform:translateY(-2px);box-shadow:0 4px 16px #e639461a}.cs-payment-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.stripe-icon{color:#4f46e5;background:#f0f4ff}.lemon-icon{color:#ca8a04;background:#fefce8}.fastspring-icon{color:#2563eb;background:#eff6ff}.cs-payment-info{flex-direction:column;flex:1;gap:3px;display:flex}.cs-payment-name{color:#1a1a1a;font-size:1rem;font-weight:700}.cs-payment-sub{color:#94a3b8;font-size:.82rem;font-weight:500}.cs-payment-arrow{color:#cbd5e0;flex-shrink:0;transition:all .2s}.cs-payment-card:hover .cs-payment-arrow{color:var(--primary,#e63946);transform:translate(3px)}.cs-back-btn{color:#94a3b8;cursor:pointer;text-align:center;background:0 0;border:none;align-self:center;padding:8px 0;font-size:.9rem;font-weight:600;transition:color .2s}.cs-back-btn:hover{color:#1a1a1a}@media (max-width:480px){.checkout-selection-title{font-size:1.3rem}.cs-payment-card{gap:12px;padding:14px 16px}.cs-payment-icon{border-radius:10px;width:40px;height:40px}.cs-payment-name{font-size:.95rem}}
