.checkout-content{z-index:1;flex-direction:column;gap:24px;width:100%;max-width:1200px;padding:40px 20px;display:flex;position:relative}.checkout-steps{justify-content:center;gap:8px;margin-bottom:20px;display:flex}.checkout-step{border-radius:20px;align-items:center;gap:8px;padding:8px 16px;font-size:14px;transition:all .3s;display:flex}.checkout-step.active{color:#0f8;background:#00ff881a}.checkout-step.completed{color:#0f8}.checkout-step.inactive{color:#fff6}.checkout-step-number{border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:600;display:flex}.checkout-step.active .checkout-step-number,.checkout-step.completed .checkout-step-number{color:#0a0a0f;background:#0f8}.checkout-step.inactive .checkout-step-number{color:#fff6;background:#ffffff1a}.checkout-step-connector{background:#ffffff1a;width:40px;height:2px}.checkout-step-connector.active{background:#0f8}.checkout-main{grid-template-columns:1fr 380px;align-items:start;gap:24px;display:grid}@media (max-width:1024px){.checkout-main{grid-template-columns:1fr}}.checkout-card{-webkit-backdrop-filter:blur(20px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:24px;overflow:hidden;box-shadow:0 25px 50px -12px #00000080,inset 0 1px #ffffff1a}.checkout-card-header{border-bottom:1px solid #ffffff1a;padding:24px 32px}.checkout-card-title{color:#fff;margin:0;font-size:1.5rem;font-weight:600}.checkout-card-subtitle{color:#fff9;margin-top:4px;font-size:.875rem}.checkout-card-body{padding:32px}.pricing-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}@media (max-width:900px){.pricing-grid{grid-template-columns:1fr}}.trial-toggle{cursor:pointer;background:#00ff880d;border:1px solid #0f83;border-radius:12px;align-items:center;gap:12px;padding:16px 20px;transition:all .3s;display:flex}.trial-toggle:hover{background:#00ff881a}.trial-toggle-checkbox{border:2px solid #ffffff4d;border-radius:6px;justify-content:center;align-items:center;width:20px;height:20px;transition:all .2s;display:flex}.trial-toggle-checkbox.checked{background:#0f8;border-color:#0f8}.trial-toggle-text{flex:1}.trial-toggle-title{color:#fff;font-weight:500}.trial-toggle-description{color:#fff9;font-size:.875rem}.form-section{margin-bottom:32px}.form-section-title{color:#fff;margin-bottom:16px;font-size:1.125rem;font-weight:600}.checkbox-group{flex-direction:column;gap:12px;display:flex}.checkbox-item{cursor:pointer;align-items:flex-start;gap:12px;display:flex}.checkbox-box{border:2px solid #ffffff4d;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:2px;transition:all .2s;display:flex}.checkbox-box.checked{background:#0f8;border-color:#0f8}.checkbox-label{color:#fffc;font-size:.875rem;line-height:1.5}.checkbox-label a{color:#0f8;text-decoration:none}.checkbox-label a:hover{text-decoration:underline}.checkout-error{color:#f87171;background:#ef44441a;border:1px solid #ef44444d;border-radius:12px;align-items:center;gap:12px;padding:16px;font-size:.875rem;display:flex}.checkout-success{color:#0f8;background:#00ff881a;border:1px solid #00ff884d;border-radius:12px;align-items:center;gap:12px;padding:16px;font-size:.875rem;display:flex}.checkout-spinner{border:2px solid #ffffff4d;border-top-color:#0f8;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.3s ease-out fadeIn}
