.checkout-main{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:4rem 2rem;background-color:#f7f9fc}.checkout-header{text-align:center;margin-bottom:2rem;margin-top:2rem}.checkout-heading{font-size:2.5rem;font-weight:800;margin-bottom:.5rem;color:#111}.checkout-subheading{font-size:1.1rem;color:#333}.checkout-form{width:100%;max-width:550px;background-color:#fff;border:1px solid #eaeaea;border-radius:20px;padding:2.5rem;box-shadow:0 10px 40px rgba(0,0,0,.05)}.form-group{margin-bottom:1.5rem;display:flex;flex-direction:column;text-align:right}.form-group label{color:#111;margin-bottom:.5rem;font-size:1rem;font-weight:600}.required-asterisk{color:#e53e3e}.form-group input[type=email],.form-group input[type=tel],.form-group input[type=text]{background-color:#fff;border:1px solid #111;border-radius:12px;padding:.85rem 1.25rem;color:#111;font-size:1rem;outline:none;transition:all .2s ease-in-out}.form-group input:focus{border-color:#30b9f6;box-shadow:0 0 0 3px rgba(48,185,246,.2)}.form-group input::placeholder{color:#888}.checkbox-group{margin-top:2rem}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:1rem;color:#111;font-weight:600}.checkbox-label input[type=checkbox]{width:20px;height:20px;accent-color:#30b9f6;cursor:pointer}.terms-link{color:#30b9f6;text-decoration:underline;margin-right:.3rem}.terms-link:hover{text-decoration:none;color:#0878b3}.error-text{color:#e53e3e;font-size:.85rem;margin-top:.4rem;font-weight:500}.submit-btn{width:100%;margin-top:1.5rem;cursor:pointer;display:flex!important;align-items:center;justify-content:center;gap:.5rem}.submit-btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important;box-shadow:none!important}.btn-spinner{border:3px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:spin 1s linear infinite}.fade-in{animation:fadeIn .4s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.iframe-container{position:relative;width:100%;max-width:800px;height:650px;background-color:#fff;border-radius:16px;overflow:hidden;border:1px solid #eaeaea;box-shadow:0 10px 40px rgba(0,0,0,.1)}.iframe-loader-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fff;z-index:10}.checkout-loader{border:4px solid rgba(48,185,246,.1);border-top-color:#30b9f6;border-radius:50%;width:48px;height:48px;animation:spin 1s linear infinite}.checkout-loader-text{margin-top:1rem;color:#333;font-size:1rem;font-weight:500}.checkout-iframe{width:100%;height:100%;border:none;transition:opacity .3s ease-in-out}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.trust-icons-checkout{display:flex;gap:2rem;margin-top:2rem;justify-content:center}.trust-icons-checkout .trust-item{display:flex;align-items:center;gap:.5rem;color:#333;font-size:.95rem;font-weight:600}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.75);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .2s ease-in-out}.modal-content{background-color:#fff;border-radius:20px;width:100%;max-width:800px;height:80vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,.5)}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #eaeaea;background-color:#fcfcfc}.modal-header h2{color:#111;margin:0;font-size:1.5rem}.close-modal{background:none;border:none;color:#888;font-size:2rem;line-height:1;cursor:pointer;transition:color .2s;padding:0;margin:0}.close-modal:hover{color:#111}.modal-body{flex:1 1;width:100%;height:100%;padding:0}.terms-iframe{width:100%;height:100%;border:none}