.checkout-page{min-height:80vh;padding:36px 20px 90px;background:#f7f5fc;color:#211d2b}.checkout-container{width:min(1160px,100%);margin:0 auto}.checkout-back{display:inline-flex;align-items:center;gap:6px;color:#5f3dc4;font-size:13px;font-weight:800;text-decoration:none}.checkout-heading{margin:28px 0 36px}.checkout-heading span{color:#6554e8;font-size:11px;font-weight:900;letter-spacing:1px}.checkout-heading h1{margin:8px 0 6px;font-size:clamp(32px,5vw,46px)}.checkout-heading p{margin:0;color:#777181}.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:28px;align-items:start}.checkout-form-column{display:grid;gap:18px}.checkout-panel,.order-summary{border:1px solid #e7e2f0;border-radius:13px;background:#fff;box-shadow:0 12px 30px rgba(57,43,91,.06)}.checkout-panel{padding:24px}.checkout-panel-title{display:flex;align-items:flex-start;gap:12px;margin-bottom:22px}.checkout-panel-title>span{width:28px;height:28px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:#eee9ff;color:#5f3dc4;font-size:12px;font-weight:900}.checkout-panel-title h2{margin:0 0 3px;font-size:18px}.checkout-panel-title p{margin:0;color:#89838f;font-size:12px}.checkout-fields{display:grid;gap:15px}.checkout-fields.two-col{grid-template-columns:1fr 1fr}.checkout-fields .full{grid-column:1/-1}.checkout-fields label{display:grid;gap:7px;color:#514b58;font-size:12px;font-weight:800}.checkout-fields input{width:100%;min-height:45px;padding:10px 12px;border:1px solid #dcd7e5;border-radius:7px;outline:0}.checkout-fields input:focus{border-color:#6554e8;box-shadow:0 0 0 3px #eee9ff}.payment-options{display:grid;grid-template-columns:1fr;gap:12px}.payment-options label{display:flex;align-items:center;gap:11px;padding:15px;border:1px solid #ddd7e7;border-radius:8px;cursor:pointer}.payment-options label.selected{border-color:#6554e8;background:#f7f4ff}.payment-options input{accent-color:#6554e8}.payment-options svg{color:#6554e8}.payment-options span{display:grid}.payment-options strong{font-size:13px}.payment-options small{margin-top:2px;color:#89838f;font-size:10px}.order-summary{position:sticky;top:20px;padding:24px}.order-summary h2{margin:0 0 20px;font-size:19px}.checkout-book{display:grid;grid-template-columns:92px 1fr;gap:15px;padding-bottom:20px;border-bottom:1px solid #ece8f1}.checkout-cover{height:128px;display:flex;flex-direction:column;justify-content:center;padding:10px;border-radius:3px 7px 7px 3px;color:#fff;text-align:center}.checkout-cover.magenta{background:linear-gradient(145deg,#b51e70,#731650)}.checkout-cover.blue{background:linear-gradient(145deg,#087aa8,#07557c)}.checkout-cover.green{background:linear-gradient(145deg,#78a82d,#3d761f)}.checkout-cover.orange{background:linear-gradient(145deg,#bd7021,#8f421c)}.checkout-cover small{font-size:6px}.checkout-cover strong{margin:12px 0;font-size:14px}.checkout-cover span{font-size:10px;font-weight:900}.checkout-book h3{margin:0 0 7px;font-size:13px;line-height:1.4}.checkout-book p{margin:0 0 12px;color:#777181;font-size:11px}.checkout-book>div>strong{font-size:15px}.checkout-cover-image{width:92px;height:128px;object-fit:cover;border-radius:3px 7px 7px 3px;box-shadow:0 8px 17px rgba(30,20,45,.12)}.summary-lines{padding:17px 0}.summary-lines p{display:flex;justify-content:space-between;margin:0;padding:7px 0;color:#777181;font-size:12px}.summary-lines p strong{color:#312b37}.summary-lines .summary-total{margin-top:8px;padding-top:15px;border-top:1px solid #ece8f1;color:#211d2b;font-size:17px;font-weight:900}.order-summary>button{width:100%;min-height:50px;border:0;border-radius:8px;background:#5f3dc4;color:#fff;font-weight:900;cursor:pointer}.checkout-trust{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin-top:15px}.checkout-trust p{display:flex;align-items:center;gap:4px;margin:0;color:#777181;font-size:10px}.checkout-trust svg{color:#5f3dc4}.checkout-empty,.checkout-success{min-height:70vh;display:grid;place-content:center;justify-items:center;padding:30px;text-align:center}.checkout-success svg{color:#27a461}.checkout-empty h1,.checkout-success h1{margin:18px 0 8px}.checkout-success p{max-width:520px;color:#777181}.checkout-empty a,.checkout-success a{margin-top:14px;padding:12px 24px;border-radius:7px;background:#5f3dc4;color:#fff;font-weight:800;text-decoration:none}@media(max-width:900px){.checkout-layout{grid-template-columns:1fr}.order-summary{position:static;grid-row:1}.payment-options{grid-template-columns:1fr}}@media(max-width:560px){.checkout-page{padding-inline:14px}.checkout-fields.two-col{grid-template-columns:1fr}.checkout-fields .full{grid-column:auto}.checkout-panel,.order-summary{padding:18px}.checkout-book{grid-template-columns:78px 1fr}.checkout-cover,.checkout-cover-image{height:108px}}