.wizard{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 12px #0000000a;padding:24px}.steps{display:flex;gap:8px;margin-bottom:24px;font-size:12px;color:#6b7280}.steps .step{flex:1;padding:8px 12px;background:#f3f4f6;border-radius:6px;text-align:center;border:0;font:inherit;color:inherit;cursor:default}.steps .step.active{background:#2c5cdc;color:#fff;font-weight:600}.steps .step.done{background:#d1fae5;color:#065f46}.steps .step.clickable{cursor:pointer;transition:background .15s,transform .05s}.steps .step.clickable:hover{background:#a7f3d0}.steps .step.clickable:active{transform:translateY(1px)}.steps .step.clickable:focus-visible{outline:2px solid #2c5cdc;outline-offset:2px}.steps .step:disabled{cursor:default}.steps-mobile{display:none;margin-bottom:20px}.steps-mobile-label{font-size:14px;font-weight:600;color:#374151;margin-bottom:8px}.steps-progress{height:6px;background:#f3f4f6;border-radius:999px;overflow:hidden}.steps-progress-fill{height:100%;background:#2c5cdc;border-radius:999px;transition:width .25s ease}h2{margin:0 0 4px;font-size:20px}.sub{color:#6b7280;margin:0 0 20px;font-size:14px}label{display:block;font-size:13px;font-weight:500;margin-bottom:4px;color:#374151}input[type=text],input[type=email],input[type=tel],select{width:100%;padding:8px 10px;font-size:14px;border:1px solid #d1d5db;border-radius:6px;box-sizing:border-box;font-family:inherit}input:focus,select:focus{outline:2px solid #2c5cdc;outline-offset:-1px;border-color:#2c5cdc}.row{margin-bottom:14px}.cols{display:grid;grid-template-columns:1fr 1fr;gap:12px}.cols-3{display:grid;grid-template-columns:2fr 1fr 1fr;gap:12px}.actions{display:flex;justify-content:space-between;margin-top:24px;gap:12px}button{background:#2c5cdc;color:#fff;border:0;padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer}button:disabled{background:#9ca3af;cursor:not-allowed}button.secondary{background:#fff;color:#374151;border:1px solid #d1d5db}.plan-grid{display:grid;grid-template-columns:1fr;grid-template-rows:repeat(4,auto);gap:12px}@media(min-width:640px){.plan-grid{grid-template-columns:1fr 1fr}}@media(min-width:1180px){.plan-grid{grid-template-columns:1fr 1fr 1fr}}.plan-step-grid{display:grid;grid-template-columns:1fr;gap:20px}@media(min-width:880px){.plan-step-grid{grid-template-columns:1fr 300px;align-items:start}.plan-side{position:sticky;top:16px}}.plan-summary-card{background:#f0f4ff;border:1px solid #d8e1ff;border-radius:8px;padding:16px;font-size:14px}.plan-summary-card h3{margin:0 0 12px;font-size:14px;font-weight:600;color:#374151}.plan-summary-card .rail-section{margin-top:14px}.plan-summary-card .rail-section:first-of-type{margin-top:0}.plan-summary-card .rail-section .rail-section-label{font-weight:600;font-size:13px;color:#374151;display:block}.plan-summary-card .rail-section .rail-section-help{font-size:12px;color:#6b7280;margin-top:2px}.plan-summary-card .rail-section .addon-row{display:flex;align-items:flex-start;gap:8px;padding:6px 0;cursor:pointer;font-size:13px}.plan-summary-card .rail-summary{margin-top:14px;padding-top:14px;border-top:1px solid #d8e1ff}.plan-summary-card .summary-row{display:flex;justify-content:space-between;margin-top:4px}.plan-summary-card .summary-row:first-of-type{margin-top:0}.plan-summary-card .summary-total{display:flex;justify-content:space-between;margin-top:10px;padding-top:10px;border-top:1px solid #d8e1ff;font-weight:600}.plan-summary-card button[type=submit]{width:100%;margin-top:14px}.plan-card{border:2px solid #e5e7eb;border-radius:10px;padding:14px;cursor:pointer;transition:all .15s}.plan-card.selected{border-color:#2c5cdc;background:#f0f4ff}button.plan-card-btn{width:100%;text-align:left;font:inherit;color:inherit;background:#fff;display:grid;grid-template-rows:subgrid;grid-row:span 4}button.plan-card-btn:focus-visible{outline:2px solid #2c5cdc;outline-offset:2px}.plan-card h3{margin:0 0 4px;font-size:16px}.plan-card .price{font-size:22px;font-weight:600;color:#2c5cdc}.plan-card .desc{color:#6b7280;font-size:13px;margin-top:4px}.callout{background:#f9fafb;border-left:3px solid #2c5cdc;padding:10px 14px;margin:12px 0;font-size:13px;color:#4b5563;border-radius:4px}.callout.success{background:#ecfdf5;border-left-color:#10b981;color:#065f46}.callout.error{background:#fef2f2;border-left-color:#ef4444;color:#991b1b}.form-iframe{width:100%;height:540px;border:1px solid #e5e7eb;border-radius:8px}.signed-badge{display:inline-block;background:#d1fae5;color:#065f46;font-size:12px;font-weight:600;padding:4px 10px;border-radius:12px;margin-left:8px}.kbd{font-family:ui-monospace,monospace;background:#f3f4f6;padding:1px 6px;border-radius:4px;font-size:12px}.confirmation{text-align:center;padding:24px 0}.confirmation .check{width:64px;height:64px;background:#10b981;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;margin:0 auto 16px}.muted{color:#6b7280;font-size:13px}.payment-method{display:flex;gap:8px;margin-bottom:16px}.payment-method button{flex:1;background:#fff;color:#374151;border:2px solid #e5e7eb}.payment-method button.active{border-color:#2c5cdc;background:#f0f4ff;color:#2c5cdc}@media(max-width:639px){.wizard{padding:16px}.steps{display:none}.steps-mobile,.cols,.cols-3{display:block}input[type=text],input[type=email],input[type=tel],select{font-size:16px}}
