.checkout-layout{min-height:100vh;display:flex;flex-direction:column;--un-bg-opacity:1;background-color:rgb(249 250 251 / var(--un-bg-opacity))}.dark .checkout-layout{--un-bg-opacity:1;background-color:rgb(17 24 39 / var(--un-bg-opacity))}.checkout-progress-container{position:sticky;top:0;z-index:10;border-top-width:1px;border-bottom-width:1px;--un-border-opacity:1;border-color:rgb(229 231 235 / var(--un-border-opacity));--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));box-shadow:0 1px 3px #0000000d}.dark .checkout-progress-container{--un-border-opacity:1;border-color:rgb(31 41 55 / var(--un-border-opacity));--un-bg-opacity:1;background-color:rgb(31 41 55 / var(--un-bg-opacity))}.steps-container{display:flex;align-items:center;justify-content:space-between}.step{position:relative;display:flex;flex-direction:column;align-items:center;width:70px}.step-icon{width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;border-width:2px;border-radius:9999px;font-size:1.125rem;line-height:1.75rem;--un-border-opacity:1;border-color:rgb(209 213 219 / var(--un-border-opacity));--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(107 114 128 / var(--un-text-opacity))}.dark .step-icon{--un-border-opacity:1;border-color:rgb(75 85 99 / var(--un-border-opacity));--un-bg-opacity:1;background-color:rgb(31 41 55 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(156 163 175 / var(--un-text-opacity))}.step.active .step-icon{--un-border-opacity:1;border-color:rgb(59 130 246 / var(--un-border-opacity));--un-text-opacity:1;color:rgb(59 130 246 / var(--un-text-opacity))}.dark .step.active .step-icon{--un-border-opacity:1;border-color:rgb(96 165 250 / var(--un-border-opacity));--un-text-opacity:1;color:rgb(96 165 250 / var(--un-text-opacity))}.step.completed .step-icon{--un-border-opacity:1;border-color:rgb(59 130 246 / var(--un-border-opacity));--un-bg-opacity:1;background-color:rgb(59 130 246 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.dark .step.completed .step-icon{--un-border-opacity:1;border-color:rgb(96 165 250 / var(--un-border-opacity));--un-bg-opacity:1;background-color:rgb(59 130 246 / var(--un-bg-opacity))}.step-label{margin-top:.25rem;font-size:.75rem;line-height:1rem;font-weight:500;--un-text-opacity:1;color:rgb(107 114 128 / var(--un-text-opacity))}.dark .step-label{--un-text-opacity:1;color:rgb(156 163 175 / var(--un-text-opacity))}.step.active .step-label{--un-text-opacity:1;color:rgb(37 99 235 / var(--un-text-opacity))}.dark .step.active .step-label{--un-text-opacity:1;color:rgb(96 165 250 / var(--un-text-opacity))}.step.completed .step-label{--un-text-opacity:1;color:rgb(37 99 235 / var(--un-text-opacity))}.dark .step.completed .step-label{--un-text-opacity:1;color:rgb(96 165 250 / var(--un-text-opacity))}.step-connector{margin-left:.25rem;margin-right:.25rem;height:.125rem;flex-grow:1;--un-bg-opacity:1;background-color:rgb(209 213 219 / var(--un-bg-opacity))}.dark .step-connector{--un-bg-opacity:1;background-color:rgb(75 85 99 / var(--un-bg-opacity))}.step.completed+.step-connector{--un-bg-opacity:1;background-color:rgb(59 130 246 / var(--un-bg-opacity))}.dark .step.completed+.step-connector{--un-bg-opacity:1;background-color:rgb(96 165 250 / var(--un-bg-opacity))}.b2b-checkout-footer{margin-top:auto;border-top-width:1px;--un-border-opacity:1;border-color:rgb(229 231 235 / var(--un-border-opacity));--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));padding-top:2.5rem;padding-bottom:1rem}.dark .b2b-checkout-footer{--un-border-opacity:1;border-color:rgb(55 65 81 / var(--un-border-opacity));--un-bg-opacity:1;background-color:rgb(31 41 55 / var(--un-bg-opacity))}.footer-content{display:flex;flex-direction:column;gap:2rem}@media(min-width:768px){.footer-content{flex-direction:row;justify-content:space-between}}.trust-badges{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}@media(min-width:768px){.trust-badges{grid-template-columns:repeat(4,minmax(0,1fr))}}.trust-badge{display:flex;flex-direction:column;align-items:center;text-align:center}.trust-badge div{margin-bottom:.5rem;font-size:1.5rem;line-height:2rem;--un-text-opacity:1;color:rgb(37 99 235 / var(--un-text-opacity))}.dark .trust-badge div{--un-text-opacity:1;color:rgb(96 165 250 / var(--un-text-opacity))}.trust-badge span{font-size:.75rem;line-height:1rem;--un-text-opacity:1;color:rgb(75 85 99 / var(--un-text-opacity))}.dark .trust-badge span{--un-text-opacity:1;color:rgb(209 213 219 / var(--un-text-opacity))}.footer-links{display:flex;gap:2.5rem}.link-group{display:flex;flex-direction:column;gap:.25rem}.link-group h4{margin-bottom:.5rem;font-size:.875rem;line-height:1.25rem;--un-text-opacity:1;color:rgb(55 65 81 / var(--un-text-opacity));font-weight:600}.dark .link-group h4{--un-text-opacity:1;color:rgb(229 231 235 / var(--un-text-opacity))}.link-group a{font-size:.75rem;line-height:1rem;--un-text-opacity:1;color:rgb(107 114 128 / var(--un-text-opacity))}.link-group a:hover{--un-text-opacity:1;color:rgb(37 99 235 / var(--un-text-opacity))}.dark .link-group a{--un-text-opacity:1;color:rgb(156 163 175 / var(--un-text-opacity))}.dark .link-group a:hover{--un-text-opacity:1;color:rgb(96 165 250 / var(--un-text-opacity))}.copyright{margin-top:2rem;text-align:center;font-size:.75rem;line-height:1rem;--un-text-opacity:1;color:rgb(107 114 128 / var(--un-text-opacity))}.dark .copyright{--un-text-opacity:1;color:rgb(156 163 175 / var(--un-text-opacity))}
