.checkout-header{display:flex;align-items:center;justify-content:center;padding-bottom:32px;margin-bottom:32px}.progress-bar{display:flex;align-items:flex-start;justify-content:center;gap:0;width:100%;max-width:560px}.progress-step{display:flex;flex-direction:column;align-items:center;gap:8px;position:relative}.step-circle{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#fff;color:#111;transition:all .3s;border:none;box-shadow:0 2px 10px #0000001f}.progress-step.active .step-circle{background-color:var(--color-purple);color:#111;box-shadow:0 2px 12px #d6bdfa80}.step-label{display:flex;flex-direction:column;align-items:center;gap:1px}.step-label-num{font-size:11px;font-weight:700;color:#333}.step-label-desc{font-size:11px;font-weight:400;color:#888;white-space:nowrap}.progress-line{flex:1;height:2px;background-color:#e0e0e0;min-width:48px;max-width:160px;margin-top:24px;transition:background-color .3s}.progress-line.completed{background-color:var(--color-blue)}@media(max-width:640px){.checkout-header{padding-bottom:24px;margin-bottom:24px}.progress-line{min-width:24px}.step-circle{width:40px;height:40px}.step-label-desc{display:none}}@media(max-width:380px){.progress-line{min-width:16px}.step-circle{width:34px;height:34px}}#checkout-root .office-combobox{position:relative;width:100%}#checkout-root .office-combobox-input-wrapper{position:relative;display:flex;align-items:center}#checkout-root .office-combobox-input{width:100%!important;padding:11px 44px 11px 16px!important;border:1.5px solid #d1d5db!important;border-radius:50px!important;font-size:14px!important;color:#333!important;background:#fff!important;outline:none!important;box-shadow:none!important;font-weight:500;height:auto!important;line-height:normal!important;margin:0!important}#checkout-root .office-combobox-input::placeholder{color:#9ca3af;font-weight:400}#checkout-root .office-combobox-input:focus{border-color:var(--color-blue)!important}#checkout-root .office-combobox-input.input-error{border-color:#e53e3e!important}#checkout-root .office-combobox-toggle{position:absolute;right:4px;top:50%;transform:translateY(-50%);width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:transparent!important;border:none!important;color:#555!important;cursor:pointer;padding:0!important;border-radius:50%;box-shadow:none!important}#checkout-root .office-combobox-toggle:hover{background:#f3f4f6!important}#checkout-root .office-combobox.is-open .office-combobox-toggle svg{transform:rotate(180deg);transition:transform .15s ease}#checkout-root .office-combobox-dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1.5px solid #e5e7eb;border-radius:16px;box-shadow:0 10px 24px #00000014;z-index:50;max-height:280px;overflow:hidden}#checkout-root .office-combobox-list{list-style:none;margin:0;padding:6px 0;max-height:280px;overflow-y:auto}#checkout-root .office-combobox-item{padding:10px 20px;font-size:14px;color:#1f2937;cursor:pointer;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#checkout-root .office-combobox-item.is-highlighted,#checkout-root .office-combobox-item:hover{background:#f3f4f6}#checkout-root .office-combobox-item.is-selected{color:var(--color-blue);font-weight:600}#checkout-root .office-combobox-empty{padding:16px 20px;font-size:14px;color:#6b7280;text-align:center}#checkout-root .office-combobox-list::-webkit-scrollbar{width:8px}#checkout-root .office-combobox-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}#checkout-root .office-combobox-list::-webkit-scrollbar-track{background:transparent}#checkout-root .step1-card{background:#fff;border-radius:16px;box-shadow:0 2px 16px #00000012;padding:48px 64px;max-width:1100px;width:100%;margin:0 auto;box-sizing:border-box}#checkout-root .step1-title-block{text-align:left;margin-bottom:24px}#checkout-root .step1-subtitle-plain{margin:0 0 4px;font-size:22px;font-weight:400;color:#555}#checkout-root .step1-title-main{margin:0;font-size:18px;font-weight:700;font-style:normal;color:#222;letter-spacing:0;line-height:1.3}#checkout-root .step1-trust-row{display:flex;gap:32px;align-items:center;justify-content:center;margin-bottom:32px}#checkout-root .step1-trust-item{display:flex;align-items:center;gap:6px;font-size:14px;color:#444}#checkout-root .step1-fields-row{display:grid;gap:24px;margin-bottom:32px;align-items:start}#checkout-root .step1-fields-row.one-col{grid-template-columns:1fr;max-width:420px;margin-left:auto;margin-right:auto}#checkout-root .step1-fields-row.two-cols{grid-template-columns:1fr 1fr}#checkout-root .step1-fields-row.three-cols{grid-template-columns:1fr 1fr auto}#checkout-root .step1-fields-row.three-cols .step1-field-spacer{visibility:hidden}#checkout-root .step1-field{display:flex;flex-direction:column;gap:8px;min-width:0}#checkout-root .step1-label{font-size:14px;font-weight:500;color:#333;min-height:21px;display:flex;align-items:center;white-space:nowrap}#checkout-root .required{color:#e53e3e}#checkout-root .step1-select-wrapper{position:relative}#checkout-root .step1-select{width:100%!important;padding:11px 36px 11px 16px!important;border:1.5px solid #d1d5db!important;border-radius:50px!important;font-size:14px!important;color:#333!important;background:#fff!important;appearance:none!important;-webkit-appearance:none!important;cursor:pointer;outline:none!important;box-shadow:none!important;font-weight:500;height:auto!important;line-height:normal!important}#checkout-root .step1-select:focus{border-color:var(--color-blue)!important;box-shadow:none!important}#checkout-root .step1-select-icon{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:#888;pointer-events:none;display:flex;align-items:center}#checkout-root .step1-matricula-row{display:flex;gap:8px;width:100%}#checkout-root .step1-input{padding:11px 14px!important;border:1.5px solid #d1d5db!important;border-radius:50px!important;font-size:14px!important;color:#333!important;outline:none!important;box-shadow:none!important;background:#fff!important;transition:border-color .2s;margin:0!important;height:auto!important;line-height:normal!important}#checkout-root .step1-input:focus{border-color:var(--color-blue)!important;box-shadow:none!important}#checkout-root .step1-input-code{width:72px!important;flex-shrink:0;text-align:center}#checkout-root .step1-input-code-readonly{background:#f0f1f3!important;color:#555!important;border-color:#d1d5db!important;cursor:not-allowed;font-weight:600}#checkout-root .step1-input-description{flex:1;min-width:0}#checkout-root .step1-qty-row{display:flex;align-items:center;gap:10px;white-space:nowrap}#checkout-root .step1-qty-btn{width:42px!important;height:42px!important;min-width:42px!important;border-radius:50%!important;border:1.5px solid #d1d5db!important;background:#fff!important;color:#333!important;font-size:20px!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer;padding:0!important;line-height:1!important;box-shadow:none!important;transition:border-color .2s,background .2s;flex-shrink:0}#checkout-root .step1-qty-btn:hover:not(:disabled){border-color:var(--color-blue)!important;background:#f0f4ff!important;color:var(--color-blue)!important}#checkout-root .step1-qty-btn:disabled{opacity:.45;cursor:not-allowed}#checkout-root .step1-qty-value{min-width:48px;text-align:center;padding:10px 12px;border:1.5px solid #d1d5db;border-radius:50px;font-size:15px;font-weight:600;color:#222;height:42px;box-sizing:border-box;display:flex;align-items:center;justify-content:center}#checkout-root .step1-total-block{display:flex;justify-content:center;margin-bottom:20px}#checkout-root .step1-total-pill{display:flex;flex-direction:column;align-items:center;border:1.5px solid #d1d5db;border-radius:50px;padding:10px 32px;min-width:180px}#checkout-root .step1-total-label{font-size:11px;font-weight:700;letter-spacing:.08em;color:#555;text-transform:uppercase}#checkout-root .step1-total-amount{font-size:20px;font-weight:700;color:#222}#checkout-root .step1-action-block{display:flex;justify-content:center;margin-bottom:28px}#checkout-root .step1-pay-btn{background:var(--color-blue)!important;color:#fff!important;border:none!important;border-radius:50px!important;padding:13px 56px!important;font-size:16px!important;font-weight:600!important;cursor:pointer;box-shadow:none!important;transition:background .2s;line-height:normal!important;height:auto!important}#checkout-root .step1-pay-btn:hover{background:#3558d0!important}#checkout-root .step1-logos-row{display:flex;align-items:center;justify-content:center;gap:32px;padding-top:24px;border-top:1px solid #f0f0f0;flex-wrap:wrap}#checkout-root .step1-logo-img{height:28px;width:auto;object-fit:contain;opacity:.9}#checkout-root .step1-error{font-size:12px;color:#e53e3e;margin-top:2px}#checkout-root .input-error{border-color:#e53e3e!important}@media(max-width:700px){#checkout-root .step1-card{padding:28px 20px}#checkout-root .step1-fields-row.one-col,#checkout-root .step1-fields-row.two-cols,#checkout-root .step1-fields-row.three-cols{grid-template-columns:1fr}#checkout-root .step1-fields-row.three-cols .step1-field-spacer{display:none}#checkout-root .step1-logos-row{gap:16px}#checkout-root .step1-trust-row{flex-direction:column;gap:10px}#checkout-root .step1-title-main{font-size:16px}}@media(max-width:480px){#checkout-root .step1-card{padding:24px 16px;border-radius:12px}#checkout-root .step1-subtitle-plain{font-size:18px}#checkout-root .step1-title-main{font-size:15px;line-height:1.35}#checkout-root .step1-trust-row{margin-bottom:24px}#checkout-root .step1-fields-row{gap:18px;margin-bottom:24px}#checkout-root .step1-input-code{width:60px!important}#checkout-root .step1-pay-btn{width:100%!important;padding:14px!important}#checkout-root .step1-action-block{margin-bottom:20px}#checkout-root .step1-total-pill{padding:8px 24px;min-width:0;width:100%;box-sizing:border-box}}#checkout-root .step2-wrapper{max-width:1100px;margin:0 auto;width:100%;box-sizing:border-box}#checkout-root .step2-title{text-align:center;font-size:22px;font-weight:700;color:#222;margin:0 0 24px}#checkout-root .step2-tabs{display:flex;justify-content:center;gap:12px;margin-bottom:32px}#checkout-root .step2-tab{padding:11px 36px!important;border-radius:50px!important;font-size:15px!important;font-weight:500!important;cursor:pointer;transition:all .2s;border:1.5px solid #d1d5db!important;background:#fff!important;color:#444!important;box-shadow:none!important}#checkout-root .step2-tab.active{background:var(--color-blue)!important;border-color:var(--color-blue)!important;color:#fff!important}#checkout-root .step2-tab:hover:not(.active){border-color:var(--color-blue)!important;color:var(--color-blue)!important}#checkout-root .step2-body{display:grid;grid-template-columns:1fr 360px;gap:32px;align-items:start}#checkout-root .step2-form{display:flex;flex-direction:column;gap:0}#checkout-root .s2-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px}#checkout-root .s2-field{display:flex;flex-direction:column;gap:6px}#checkout-root .s2-full{grid-column:1 / -1}#checkout-root .s2-label{font-size:13px;font-weight:500;color:#333}#checkout-root .s2-req{color:#e53e3e;margin-left:2px}#checkout-root .s2-input{padding:10px 14px!important;border:1.5px solid #d1d5db!important;border-radius:8px!important;font-size:14px!important;color:#333!important;background-color:#fff!important;outline:none!important;box-shadow:none!important;width:100%!important;box-sizing:border-box!important;height:auto!important;appearance:none!important;-webkit-appearance:none!important}#checkout-root .s2-input:focus{border-color:var(--color-blue)!important}#checkout-root .s2-input::placeholder{color:#aaa}#checkout-root select.s2-input{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%23666' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='5 8 10 13 15 8'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 10px center!important;background-size:12px!important;padding-right:30px!important;cursor:pointer}#checkout-root select.s2-input:disabled{cursor:not-allowed;opacity:.7}#checkout-root .s2-doc-row{display:flex;gap:8px}#checkout-root .s2-doc-type{width:92px!important;flex-shrink:0}#checkout-root .s2-doc-type-readonly{background:#f0f1f3!important;color:#555!important;font-weight:600;text-align:center;cursor:not-allowed}#checkout-root .s2-input.input-error{border-color:#e53e3e!important}#checkout-root .s2-field-error{font-size:12px;color:#e53e3e;margin-top:2px}#checkout-root .s2-pay-loading{display:inline-flex;align-items:center;justify-content:center;gap:10px}#checkout-root .s2-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:s2-spin .7s linear infinite}@keyframes s2-spin{to{transform:rotate(360deg)}}#checkout-root .s2-doc-num{flex:1}#checkout-root .s2-terms{display:flex;align-items:center;gap:10px;font-size:13px;color:#333;cursor:pointer;margin-bottom:20px}#checkout-root .s2-terms input[type=checkbox]{width:16px!important;height:16px!important;flex-shrink:0;cursor:pointer;accent-color:var(--color-blue)}#checkout-root .s2-link{color:var(--color-blue);text-decoration:underline}#checkout-root .s2-pay-btn{width:100%!important;padding:14px!important;border-radius:50px!important;border:none!important;background:var(--color-blue)!important;color:#fff!important;font-size:16px!important;font-weight:600!important;cursor:pointer;box-shadow:none!important;transition:background .2s;margin-bottom:12px}#checkout-root .s2-pay-btn:hover:not(:disabled){background:#3558d0!important}#checkout-root .s2-pay-btn:disabled,#checkout-root .s2-pay-btn.disabled{opacity:.4!important;cursor:not-allowed;pointer-events:none}#checkout-root .s2-back-btn{background:none!important;border:none!important;box-shadow:none!important;color:#888!important;font-size:14px!important;cursor:pointer;padding:4px 0!important;text-align:left}#checkout-root .s2-back-btn:hover{color:var(--color-blue)!important}#checkout-root .step2-summary{background:#fff;border-radius:16px;border:1px solid #ebebeb;padding:24px;display:flex;flex-direction:column;gap:12px;box-shadow:0 2px 12px #0000000f}#checkout-root .s2-summary-id{background:#f5f5f5;border-radius:50px;padding:10px 18px;font-size:14px;font-weight:500;color:#333;text-align:center;margin-bottom:4px}#checkout-root .s2-summary-row{display:flex;justify-content:space-between;align-items:center;font-size:14px}#checkout-root .s2-sum-label{color:#888}#checkout-root .s2-sum-value{color:#333}#checkout-root .s2-sum-header{font-weight:700;color:#222}#checkout-root .s2-divider{height:1px;background:#ebebeb;margin:4px 0}#checkout-root .s2-subtotal{font-weight:700;color:#222;font-size:14px}#checkout-root .s2-total{font-size:17px;font-weight:700;color:var(--color-blue)}@media(max-width:860px){#checkout-root .step2-body{grid-template-columns:1fr;gap:24px}}@media(max-width:600px){#checkout-root .s2-grid{grid-template-columns:1fr}#checkout-root .step2-tab{padding:10px 24px!important;font-size:14px!important}#checkout-root .step2-tabs{margin-bottom:24px}#checkout-root .step2-title{font-size:20px;margin-bottom:20px}#checkout-root .step2-summary{padding:20px 16px;border-radius:12px}}@media(max-width:480px){#checkout-root .s2-doc-type{width:84px!important}#checkout-root .s2-input{padding:10px 12px!important;font-size:14px!important}#checkout-root .step2-summary{padding:16px 14px}#checkout-root .s2-pay-btn{padding:13px!important;font-size:15px!important}#checkout-root .s2-terms{font-size:12px;align-items:flex-start}}#checkout-root .step3-card-col{display:flex;align-items:center;justify-content:center;padding:24px 0;width:100%}#checkout-root .step3-card{width:100%;max-width:560px;display:flex;flex-direction:column;align-items:center}#checkout-root .step3-icon{width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}#checkout-root .step3-icon--approved{background:#eef2ff;color:var(--color-blue)}#checkout-root .step3-icon--pending{background:#fff7ed;color:#f97316}#checkout-root .step3-icon--rejected,#checkout-root .step3-icon--failed{background:#fef2f2;color:#ef4444}#checkout-root .step3-title{font-size:22px;font-weight:700;color:#111;margin:0 0 12px;text-align:center}#checkout-root .step3-desc{font-size:14px;color:#555;text-align:center;line-height:1.6;margin:0 0 24px}#checkout-root .step3-details{width:100%;display:flex;flex-direction:column;gap:10px;margin-bottom:28px}#checkout-root .step3-row{display:flex;justify-content:space-between;align-items:center;font-size:14px}#checkout-root .step3-row-label{color:#888;font-weight:400}#checkout-root .step3-row-value{color:#111;font-weight:600;text-align:right}#checkout-root .step3-status--approved{color:#16a34a}#checkout-root .step3-status--pending{color:#f97316}#checkout-root .step3-status--rejected,#checkout-root .step3-status--failed{color:#ef4444}#checkout-root .step3-btn-return{width:100%!important;padding:14px!important;border-radius:50px!important;border:none!important;background:var(--color-blue)!important;color:#fff!important;font-size:15px!important;font-weight:600!important;cursor:pointer;box-shadow:none!important;transition:background .2s}#checkout-root .step3-btn-return:hover{background:#3558d0!important}@media(max-width:860px){#checkout-root .step3-card-col{padding:16px 0}#checkout-root .step3-desc{overflow-wrap:anywhere;word-break:break-word}#checkout-root .step3-row-value{overflow-wrap:anywhere;word-break:break-word;min-width:0}}@media(max-width:600px){#checkout-root .step3-card-col{padding:12px 0}#checkout-root .step3-icon{width:64px;height:64px;margin-bottom:16px}#checkout-root .step3-icon svg{width:60%;height:60%}#checkout-root .step3-title{font-size:19px}#checkout-root .step3-desc{font-size:13px;line-height:1.5;margin-bottom:20px}#checkout-root .step3-details{gap:12px;margin-bottom:22px}#checkout-root .step3-row{flex-direction:column;align-items:flex-start;gap:2px}#checkout-root .step3-row-label{font-size:11px;text-transform:uppercase;letter-spacing:.04em}#checkout-root .step3-row-value{text-align:left;width:100%;font-size:14px}#checkout-root .step3-btn-return{padding:13px!important;font-size:14px!important}}@media(max-width:380px){#checkout-root .step3-card-col{padding:8px 0}#checkout-root .step3-icon{width:56px;height:56px}#checkout-root .step3-title{font-size:17px}}.checkout-footer{background-color:var(--color-footer-bg);border-radius:16px 16px 0 0;padding:32px 40px;margin-top:48px;box-shadow:0 -4px 24px #496ffc1a,0 -1px 6px #0000000f}.footer-content{display:grid;grid-template-columns:auto 1fr 1fr 1fr;gap:32px;max-width:1100px;margin:0 auto;align-items:start}.footer-col-brand{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding-right:16px}.footer-smiley{display:flex;align-items:center}.footer-brand-text{margin:0;font-size:16px;font-weight:800;color:#111;line-height:1.3;text-transform:uppercase;white-space:nowrap}.footer-p{margin:0 0 5px;font-size:13px;color:#333;line-height:1.5}.footer-list{list-style:none;padding:0;margin:4px 0 0}.footer-list li{font-size:13px;color:#333;padding-left:14px;position:relative;margin-bottom:4px;line-height:1.5}.footer-list li:before{content:"•";position:absolute;left:0;color:#555}.footer-link{display:block;font-size:13px;color:#222;text-decoration:underline;margin-bottom:8px;transition:color .2s;line-height:1.5}.footer-link:hover{color:var(--color-blue)}@media(max-width:900px){.footer-content{grid-template-columns:1fr 1fr;gap:24px}}@media(max-width:560px){.footer-content{grid-template-columns:1fr}.checkout-footer{padding:24px 20px}.footer-brand-text{white-space:normal}}.loading-overlay{position:fixed;inset:0;background-color:#fffffff2;display:flex;justify-content:center;align-items:center;z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.loading-container{display:flex;flex-direction:column;align-items:center;gap:24px;padding:40px;background-color:var(--color-white);border-radius:16px;box-shadow:0 8px 32px #00000026;max-width:400px;width:90%}.loading-spinner{width:60px;height:60px;position:relative}.spinner-circle{width:100%;height:100%;border:4px solid var(--color-border-light, #e0e0e0);border-top-color:var(--color-blue);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-message{font-size:16px;font-weight:500;color:var(--color-text-primary);margin:0;text-align:center}@media(max-width:768px){.loading-container{padding:30px 20px;max-width:300px}.loading-spinner{width:50px;height:50px}.loading-message{font-size:14px}}:root{--color-black: #222222;--color-white: #F8F8F8;--color-gray: #E9E9E9;--color-purple: #D6BDFA;--color-blue: #496FFC;--color-footer-bg: #D6BDFA;--color-text-primary: var(--color-black);--color-text-secondary: #666666;--color-border-light: #e0e0e0;--color-border-gray: #dddddd;--color-bg-disabled: #f5f5f5;--color-bg-page: var(--color-gray);--color-accent: var(--color-blue)}#checkout-root{width:100%;max-width:1400px;margin:0 auto;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:transparent}.checkout-content{padding:20px 0}@media(max-width:768px){#checkout-root{padding:20px 16px}.checkout-content{padding:12px 0}}@media(max-width:480px){#checkout-root{padding:16px 12px}}
