.Checkout-module__ye2Maq__checkoutPage{background-color:var(--color-bg-light);flex-direction:column;min-height:100vh;display:flex}.Checkout-module__ye2Maq__header{border-bottom:1px solid var(--color-border);box-shadow:var(--shadow-sm);background:#fff;padding:20px 0}.Checkout-module__ye2Maq__headerInner{max-width:var(--container);justify-content:space-between;align-items:center;margin:0 auto;padding:0 15px;display:flex}.Checkout-module__ye2Maq__logo img{width:auto;height:40px}.Checkout-module__ye2Maq__secureBadge{color:var(--color-heading);align-items:center;gap:6px;font-size:14px;font-weight:700;display:flex}.Checkout-module__ye2Maq__main{flex:1;padding:40px 0}.Checkout-module__ye2Maq__container{grid-template-columns:1.5fr 1fr;gap:30px;max-width:1000px;margin:0 auto;padding:0 15px;display:grid}.Checkout-module__ye2Maq__section{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#fff;margin-bottom:20px;padding:30px}.Checkout-module__ye2Maq__sectionTitle{color:var(--color-heading);font-size:18px;font-weight:700;font-family:var(--font-primary);align-items:center;gap:10px;margin-bottom:20px;display:flex}.Checkout-module__ye2Maq__stepNumber{background:var(--color-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;display:flex}.Checkout-module__ye2Maq__formGrid{grid-template-columns:1fr 1fr;gap:15px;display:grid}.Checkout-module__ye2Maq__formGrid.Checkout-module__ye2Maq__full{grid-template-columns:1fr}.Checkout-module__ye2Maq__inputGroup{flex-direction:column;gap:6px;display:flex}.Checkout-module__ye2Maq__inputGroup label{color:var(--color-text);font-size:13px;font-weight:600}.Checkout-module__ye2Maq__input,.Checkout-module__ye2Maq__select{border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:14px;font-family:var(--font-secondary);color:var(--color-heading);width:100%;transition:var(--transition);padding:12px 15px}.Checkout-module__ye2Maq__input:focus,.Checkout-module__ye2Maq__select:focus{border-color:var(--color-primary);box-shadow:0 0 0 2px var(--color-primary-light);outline:none}.Checkout-module__ye2Maq__paymentOptions{flex-direction:column;gap:10px;display:flex}.Checkout-module__ye2Maq__paymentOption{border:1px solid var(--color-border);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);align-items:center;gap:12px;padding:15px;display:flex}.Checkout-module__ye2Maq__paymentOption:hover,.Checkout-module__ye2Maq__paymentOption.Checkout-module__ye2Maq__active{border-color:var(--color-primary);background:var(--color-primary-light)}.Checkout-module__ye2Maq__paymentOption input[type=radio]{accent-color:var(--color-primary);width:16px;height:16px}.Checkout-module__ye2Maq__paymentInfo{flex-direction:column;display:flex}.Checkout-module__ye2Maq__paymentName{color:var(--color-heading);font-size:14px;font-weight:700}.Checkout-module__ye2Maq__paymentDesc{color:var(--color-text-light);font-size:12px}.Checkout-module__ye2Maq__summaryPanel{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#fff;height:fit-content;padding:30px;position:sticky;top:20px}.Checkout-module__ye2Maq__summaryTitle{color:var(--color-heading);font-size:18px;font-weight:700;font-family:var(--font-primary);border-bottom:1px solid var(--color-border);margin-bottom:20px;padding-bottom:15px}.Checkout-module__ye2Maq__itemList{border-bottom:1px solid var(--color-border);flex-direction:column;gap:15px;margin-bottom:20px;padding-bottom:20px;display:flex}.Checkout-module__ye2Maq__item{align-items:center;gap:15px;display:flex}.Checkout-module__ye2Maq__itemImage{border-radius:var(--radius-sm);border:1px solid var(--color-border);background:#f6f6f6;justify-content:center;align-items:center;width:60px;height:60px;font-size:24px;display:flex}.Checkout-module__ye2Maq__itemDetails{flex:1}.Checkout-module__ye2Maq__itemName{color:var(--color-heading);margin-bottom:4px;font-size:14px;font-weight:600}.Checkout-module__ye2Maq__itemQty{color:var(--color-text-light);font-size:12px}.Checkout-module__ye2Maq__itemPrice{color:var(--color-primary);font-size:14px;font-weight:700}.Checkout-module__ye2Maq__totals{flex-direction:column;gap:10px;margin-bottom:20px;display:flex}.Checkout-module__ye2Maq__totalRow{color:var(--color-text);justify-content:space-between;font-size:14px;display:flex}.Checkout-module__ye2Maq__totalRow.Checkout-module__ye2Maq__grandTotal{color:var(--color-heading);border-top:1px solid var(--color-border);margin-top:5px;padding-top:15px;font-size:18px;font-weight:700}.Checkout-module__ye2Maq__grandTotalAmount{color:var(--color-primary)}.Checkout-module__ye2Maq__submitBtn{background:var(--color-primary);color:#fff;border-radius:var(--radius-sm);justify-content:center;align-items:center;gap:10px;width:100%;padding:16px;font-size:16px;font-weight:700;display:flex}.Checkout-module__ye2Maq__submitBtn:hover{background:var(--color-primary-dark);box-shadow:var(--shadow-md);transform:translateY(-1px)}.Checkout-module__ye2Maq__footer{text-align:center;color:var(--color-text-light);border-top:1px solid var(--color-border);padding:20px;font-size:13px}@media (max-width:768px){.Checkout-module__ye2Maq__container{grid-template-columns:1fr}.Checkout-module__ye2Maq__summaryPanel{position:static}}
