.chk-page{min-height:100vh;background:#0a0a0f;padding:clamp(5rem,10vw,8rem) clamp(1rem,4vw,2.5rem) 4rem}.chk-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.chk-title{font-size:clamp(1.6rem,4vw,2.25rem);font-weight:700;color:#fff;margin-bottom:1.5rem}.chk-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:1.75rem;margin-bottom:1.5rem}.chk-section-title{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.45);margin-bottom:1.25rem}.chk-items{flex-direction:column;margin-bottom:1.25rem}.chk-item,.chk-items{display:flex;gap:.75rem}.chk-item{align-items:center}.chk-item-icon{font-size:1.5rem;flex-shrink:0}.chk-item-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.chk-item-name{font-size:.9rem;color:#fff;font-weight:600}.chk-item-qty-controls{display:flex;align-items:center;gap:.5rem}.chk-qty-btn{width:24px;height:24px;border-radius:6px;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.06);color:#fff;font-size:1rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.chk-qty-btn:hover{background:rgba(255,255,255,.12)}.chk-qty-val{font-size:.85rem;color:rgba(255,255,255,.7);min-width:20px;text-align:center}.chk-item-right{display:flex;flex-direction:column;align-items:flex-end;gap:.3rem}.chk-item-price{font-size:.95rem;font-weight:700;color:#a29bfe;white-space:nowrap}.chk-remove-btn{background:none;border:none;color:rgba(255,80,80,.6);cursor:pointer;font-size:.75rem;padding:2px 4px;border-radius:4px;transition:color .2s}.chk-remove-btn:hover{color:#ff5050}.chk-totals{border-top:1px solid rgba(255,255,255,.07);padding-top:1rem;display:flex;flex-direction:column;gap:.5rem}.chk-total-row{display:flex;justify-content:space-between;font-size:.88rem;color:rgba(255,255,255,.55)}.chk-total-row--grand{font-size:1.1rem;font-weight:700;color:#fff;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.1);margin-top:.25rem}.chk-total-row--grand span:last-child{color:#a29bfe}.chk-pg-list{display:flex;flex-direction:column;gap:.75rem}.chk-pg-opt{display:flex;align-items:center;gap:.85rem;padding:.9rem 1.1rem;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);cursor:pointer;transition:all .18s}.chk-pg-opt:hover{border-color:rgba(108,92,231,.3)}.chk-pg-opt--active{border-color:rgba(108,92,231,.55);background:rgba(108,92,231,.1)}.chk-pg-radio{display:none}.chk-pg-logo{font-size:1.4rem;flex-shrink:0}.chk-pg-label{display:block;font-size:.9rem;font-weight:700;color:#fff}.chk-pg-desc{font-size:.75rem;color:rgba(255,255,255,.4)}.chk-form .chk-field{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.chk-form .chk-field label{font-size:.78rem;color:rgba(255,255,255,.45);text-transform:uppercase;letter-spacing:.07em}.chk-form .chk-field input,.chk-form .chk-field select{padding:.65rem .9rem;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.05);color:#fff;font-size:.9rem;outline:none;transition:border-color .18s;width:100%;box-sizing:border-box}.chk-form .chk-field input::placeholder{color:rgba(255,255,255,.25)}.chk-form .chk-field input:focus,.chk-form .chk-field select:focus{border-color:rgba(108,92,231,.5)}.chk-form .chk-field select option{background:#1a1a2e}.chk-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.chk-gstin-note{font-size:.72rem;color:rgba(255,255,255,.3);background:rgba(255,255,255,.03);border-radius:8px;padding:.5rem .75rem;margin-bottom:1.25rem}.chk-pay-btn{width:100%;padding:.9rem 1rem;border-radius:12px;border:none;background:linear-gradient(135deg,#6c5ce7,#a29bfe);color:#fff;font-size:1rem;font-weight:700;cursor:pointer;transition:opacity .18s;margin-bottom:.75rem}.chk-pay-btn:hover:not(:disabled){opacity:.88}.chk-pay-btn:disabled{opacity:.5;cursor:not-allowed}.chk-secure-note{text-align:center;font-size:.76rem;color:rgba(255,255,255,.3)}.chk-back-wrap{margin-top:.5rem}.chk-back{font-size:.85rem;color:rgba(255,255,255,.4);text-decoration:none;transition:color .18s}.chk-back:hover{color:#fff}.chk-empty{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;text-align:center;padding:2rem;background:#0a0a0f}.chk-empty-icon{font-size:3.5rem}.chk-empty h2{font-size:1.5rem;color:#fff}.chk-empty p{color:rgba(255,255,255,.45);font-size:.95rem}.chk-empty-btn{padding:.75rem 2rem;background:linear-gradient(135deg,#6c5ce7,#a29bfe);color:#fff;border-radius:10px;text-decoration:none;font-weight:700;margin-top:.5rem}@media (max-width:768px){.chk-inner,.chk-row{grid-template-columns:1fr}}