.checkout-container{display:flex;flex-direction:column;align-items:center;min-height:100vh;width:100%;height:auto;justify-content:center;padding:0 2rem}.checkout-title{font-size:2rem;margin-bottom:2rem;margin-left:4rem;color:#00688d}.checkout-header{display:flex;gap:1rem;justify-content:flex-start;align-items:center;max-width:1400px;width:100%;margin-bottom:2rem}.checkout-subtitle{font-size:1.1rem;margin-bottom:2rem;color:#444}.checkout-button{background-color:#00688d;color:white;padding:12px 24px;font-size:1rem;border-radius:8px;text-decoration:none;transition:background-color .3s ease;width:100%}.checkout-button:hover{background-color:#004e6c}.checkout-info{font-size:.9rem;color:#888;margin-top:2rem}.checkout-grid{display:flex;flex-direction:row;gap:40px;align-items:flex-start;justify-content:center;flex-wrap:wrap;width:100%;max-width:1400px}.checkout-form{flex:1 1;min-width:300px;max-width:800px;background-color:#f7f7f7;padding:2rem;border-radius:10px;color:#333}.checkout-form h2,.form-group{margin-bottom:1rem}.form-group{display:flex;flex-direction:column}.form-group label{margin-bottom:5px;font-weight:500}.form-group input{padding:10px;border-radius:6px;border:1px solid #ccc;background:white;color:#333}.checkout-summary{flex:0.8 1;min-width:250px;max-width:600px;background-color:#e9f4f7;padding:2rem;border-radius:10px}.checkout-summary h2{margin-bottom:1rem;color:#333}.checkout-summary ul{list-style:none;padding:0;margin:0}.checkout-summary li{display:flex;justify-content:space-between;margin-bottom:10px;color:#333}.checkout-summary li span{font-size:14px}.checkout-summary li span:nth-child(2){font-size:16px;font-weight:700}.summary-total{display:flex;justify-content:space-between;margin-top:1rem;font-size:1.2rem;color:#333;margin-bottom:1rem}.payment-logos,.payment-methods{display:flex;gap:10px}.payment-methods{flex-direction:column;color:#222;margin-bottom:1rem;border-top:1px solid #ccc;padding-top:1rem}.payment-methods p{font-size:14px}.payment-methods h3,.payment-methods label,.payment-methods p{color:#222}.payment-logos svg{color:#222!important;width:32px;height:32px}