body{background:#f7faff;font-family:Segoe UI,sans-serif;margin:0;padding:0}.container{background:#fff;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.1);margin:2rem auto;max-width:1080px;padding:2rem}.form-summary-wrapper{align-items:flex-start;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between}.form-section{flex:1;min-width:500px}.grid-two-col{display:grid;gap:1.25rem 2rem;grid-template-columns:repeat(2,1fr);margin-bottom:1.5rem}.col label{color:#003a8c;display:block;font-weight:600;margin-bottom:.25rem}.col input{border:1px solid #003a8c;border-radius:4px;font-size:1rem;padding:.6rem;width:100%}.error-message{color:#e74c3c;display:none;font-size:.875rem;margin-top:.25rem}.field-error-highlight{background-color:#fff5f5;border:2px solid #e74c3c!important}.accordion-header{background-color:#081d45;border-radius:4px;color:#fff;cursor:pointer;font-weight:700;margin-bottom:4px;padding:.75rem 1rem}.accordion-body{background-color:#fff;border:1px solid #003a8c;border-radius:6px;margin-bottom:1rem;padding:1rem 1.25rem}.hidden-field{display:none!important}.hosted-field{border:1px solid #003a8c;border-radius:4px;margin-bottom:1rem;margin-top:.25rem;min-height:2.5rem;padding:.5rem}.sidebar-summary{background:#ffecec;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.06);flex:0 0 320px;height:fit-content;padding:1.5rem}.sidebar-summary h2,.sidebar-summary h3{color:#003a8c;margin-top:0}.total-amount{color:#ff0725;font-size:1.25rem;font-weight:700;margin-top:1rem}#signature-preview{border:1px solid #003a8c;border-radius:6px;margin-top:.75rem;max-width:100%;width:100%}.submit-wrapper{margin-top:2rem}#pay-btn{background:#003a8c;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem}@media (max-width:768px){.form-summary-wrapper{flex-direction:column}.sidebar-summary{margin-top:2rem;max-width:100%}}