.pp-cart-steps{display:flex;align-items:flex-start;justify-content:center;gap:0;margin-bottom:24px;padding:24px 16px 20px;background:linear-gradient(135deg,#0F1728 0%,#1C2B45 100%);border-radius:12px}.pp-step{display:flex;flex-direction:column;align-items:center;gap:8px;min-width:85px}.pp-step-circle{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;background:#243352;color:#556;border:2px solid #334;transition:all .3s ease}.pp-step.done .pp-step-circle{background:#C8971F;color:#fff;border-color:#C8971F}.pp-step.current .pp-step-circle{background:transparent;color:#C8971F;border-color:#C8971F;box-shadow:0 0 0 4px rgba(200,151,31,.25)}.pp-step-text{font-size:11px;color:#667;text-align:center;line-height:1.3}.pp-step.done .pp-step-text,.pp-step.current .pp-step-text{color:#E8B535;font-weight:600}.pp-step-line{flex:1;height:2px;background:#334;min-width:24px;margin:18px 6px 0}.pp-step-line.done{background:#C8971F}.pp-step-line.active{background:linear-gradient(to right,#C8971F,#334)}.pp-cart-trust{display:flex;justify-content:center;gap:28px;margin-bottom:20px;flex-wrap:wrap}.pp-trust-badge{display:flex;align-items:center;gap:6px;font-size:13px;color:#555;font-weight:500}.pp-cart-next{background:#f8f6f0;border-left:4px solid #C8971F;padding:16px 20px;border-radius:0 8px 8px 0;margin-bottom:24px}.pp-cart-next>strong{font-size:15px;font-weight:700;color:#0F1728;display:block;margin-bottom:4px}.pp-cart-next p{font-size:14px;color:#444;margin:0;line-height:1.55}@media(max-width:600px){.pp-cart-steps{padding:16px 8px 14px}.pp-step{min-width:60px}.pp-step-circle{width:30px;height:30px;font-size:12px}.pp-step-text{font-size:9px}.pp-step-line{min-width:12px;margin:15px 3px 0}.pp-cart-trust{gap:12px}.pp-trust-badge{font-size:11px}}