:root{font-family:Inter,SF Pro Display,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background-color:#f4f6fb;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background-color:#f4f6fb}#root{min-height:100vh}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}*{box-sizing:border-box}.app-shell{max-width:960px;margin:0 auto;padding:48px 24px 80px}.app-header{text-align:left;margin-bottom:40px;padding-bottom:32px;border-bottom:2px solid #e2e8f0;position:relative}.header-logo-section{display:flex;align-items:center;gap:16px;margin-bottom:24px}.app-logo{height:80px;display:block;cursor:pointer;transition:opacity .2s}.app-logo:hover{opacity:.8}.header-badge{display:inline-block;padding:6px 14px;background:linear-gradient(135deg,#eef2ff,#e0e7ff);border:1px solid #c7d2fe;border-radius:999px;font-size:.85rem;font-weight:600;color:#4338ca;letter-spacing:.3px}.app-header h1{font-size:2.5rem;margin:0;color:#0f172a;line-height:1.2}.app-header p{margin-top:12px;color:#64748b;max-width:680px;font-size:1.05rem;line-height:1.6}.stepper{display:flex;gap:12px;margin-bottom:24px;flex-wrap:wrap}.step-chip{padding:8px 16px;border-radius:999px;border:1px solid #e2e8f0;background-color:#fff;color:#475569;font-size:.9rem;display:flex;align-items:center;gap:8px}.step-chip.active{border-color:#4338ca;color:#312e81;background-color:#eef2ff;font-weight:600}.step-index{width:24px;height:24px;border-radius:50%;background-color:#e2e8f0;color:#0f172a;display:inline-flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:600}.step-chip.active .step-index{background-color:#4338ca;color:#fff}.card{background:#fff;border-radius:24px;padding:32px;box-shadow:0 25px 45px #0f172a14;border:1px solid #e2e8f0}.card h2{margin-top:0;margin-bottom:8px;font-size:1.5rem;color:#0f172a}.card p.subtitle{margin-top:0;margin-bottom:24px;color:#475569}.form-grid{display:grid;gap:16px}@media(min-width:768px){.form-grid.two-column{grid-template-columns:repeat(2,minmax(0,1fr))}}.form-field{display:flex;flex-direction:column;gap:6px}.form-field label{font-weight:600;color:#1e293b}.form-field input,.form-field textarea{border-radius:12px;border:1px solid #cbd5f5;padding:12px 14px;font-size:1rem;transition:border-color .2s,box-shadow .2s}.form-field textarea{min-height:96px;resize:vertical}.form-field input:focus,.form-field textarea:focus{outline:none;border-color:#4338ca;box-shadow:0 0 0 3px #4338ca26}.error-text{color:#dc2626;font-size:.85rem}.actions{margin-top:32px;display:flex;justify-content:flex-end;gap:12px}.actions.between{justify-content:space-between;align-items:center}.button{border:none;border-radius:999px;padding:14px 28px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.button:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.button.primary{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;box-shadow:0 15px 30px #4f46e54d}.button.primary:hover:not(:disabled){transform:translateY(-2px)}.plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.plan-card{border:1px solid #e2e8f0;border-radius:20px;padding:20px;cursor:pointer;position:relative;transition:border-color .2s,box-shadow .2s,transform .2s;background:#fff}.plan-card input{position:absolute;opacity:0;pointer-events:none}.plan-card h3{margin:0;font-size:1.2rem;color:#111827}.plan-card p{margin:8px 0 16px;color:#475569;min-height:48px}.plan-badge{position:absolute;top:16px;right:16px;background:#fbbf24;color:#92400e;font-size:.75rem;font-weight:700;padding:4px 10px;border-radius:999px;z-index:1;white-space:nowrap}.plan-pricing{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}.plan-price-block{flex:1;min-width:120px}.plan-price-block small{display:block;color:#94a3b8;text-transform:uppercase;font-size:.75rem;letter-spacing:.05em}.plan-price-block strong{display:block;font-size:1.2rem;color:#111827}.plan-card.selected{border-color:#4338ca;box-shadow:0 15px 30px #4f46e526}.billing-grid{display:flex;gap:16px;flex-wrap:wrap;margin-top:24px}.billing-option{flex:1;min-width:200px;border:1px solid #e2e8f0;border-radius:16px;padding:16px;display:flex;align-items:center;gap:12px;cursor:pointer;transition:border-color .2s,box-shadow .2s}.billing-option input{width:20px;height:20px}.billing-option.selected{border-color:#4338ca;box-shadow:0 10px 24px #4f46e51f}.practitioner-input{margin-top:32px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.quantity-control{display:flex;align-items:center;border:1px solid #cbd5f5;border-radius:999px;overflow:hidden}.quantity-control button{border:none;background:transparent;padding:10px 14px;cursor:pointer;font-size:1.2rem}.quantity-control span{min-width:48px;text-align:center;font-weight:600}.quantity-control button:disabled{opacity:.4;cursor:not-allowed}.price-summary{margin-top:24px;background:#f8fafc;border-radius:16px;padding:20px;border:1px solid #e2e8f0;color:#0f172a;font-weight:600}.cgv-box{max-height:200px;overflow-y:auto;padding:20px;border-radius:16px;border:1px solid #e2e8f0;background:#f8fafc;margin-bottom:20px;line-height:1.6;color:#475569}.cgv-box h1{font-size:1.5rem;color:#0f172a;margin:1.5rem 0 .75rem;font-weight:700;border-bottom:2px solid #4338ca;padding-bottom:.5rem}.cgv-box h2{font-size:1.2rem;color:#1e293b;margin:1.25rem 0 .5rem;font-weight:600}.cgv-box h3{font-size:1rem;color:#334155;margin:1rem 0 .5rem;font-weight:600}.cgv-box p{margin:.5rem 0;color:#475569}.cgv-box strong{color:#0f172a;font-weight:600}.cgv-box hr{border:none;border-top:1px solid #cbd5e1;margin:1rem 0}.cgv-box ul,.cgv-box ol{margin:.5rem 0;padding-left:1.5rem}.cgv-box li{margin:.25rem 0}.checkbox{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px;color:#1e293b}.checkbox input{margin-top:3px}.amount-highlight{margin-top:24px;padding:16px;border-radius:16px;background:#eef2ff;color:#312e81;font-weight:600;display:flex;flex-direction:column;gap:4px}.error-banner{margin-top:16px;padding:12px 16px;border-radius:12px;background:#fee2e2;color:#991b1b}.confirmation{text-align:left}.confirmation h2{font-size:2rem}.recap-list{list-style:none;padding:0;margin:32px 0;display:grid;gap:12px}.recap-item{display:flex;justify-content:space-between;gap:16px;padding-bottom:12px;border-bottom:1px solid #e2e8f0}.recap-item span:first-child{color:#64748b;font-weight:600}.recap-actions{display:flex;gap:12px;flex-wrap:wrap}.button.secondary{border:1px solid #cbd5f5;background:#fff;color:#4338ca}.signature-modal-overlay{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.signature-modal{background:#fff;border-radius:24px;padding:48px 40px;max-width:520px;width:90%;box-shadow:0 25px 50px #0000004d;text-align:center;animation:slideUp .4s ease-out}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.signature-modal-icon{margin:0 auto 24px;color:#4f46e5;display:flex;align-items:center;justify-content:center}.icon-pen-static{animation:gentlePulse 2s ease-in-out infinite}.icon-check-bounce{animation:checkSuccess .6s ease-out;color:#10b981}@keyframes gentlePulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}@keyframes checkSuccess{0%{transform:scale(0) rotate(-45deg)}50%{transform:scale(1.2) rotate(10deg)}to{transform:scale(1) rotate(0)}}.signature-modal-title{font-size:1.75rem;color:#0f172a;margin:0 0 16px;font-weight:700}.signature-modal-signer{font-size:1.05rem;color:#475569;margin:0 0 28px}.signature-modal-signer strong{color:#0f172a;font-weight:600}.signature-modal-instruction{font-size:.95rem;color:#64748b;margin:0 0 24px;font-weight:500}.slide-to-sign-container{width:100%;margin:24px 0 0;-webkit-user-select:none;user-select:none}.slide-to-sign-track{position:relative;width:100%;height:64px;background:linear-gradient(135deg,#eef2ff,#e0e7ff);border-radius:32px;border:2px solid #c7d2fe;overflow:hidden;box-shadow:inset 0 2px 8px #00000014}.slide-to-sign-text{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:600;color:#6366f1;pointer-events:none;letter-spacing:.5px}.slide-to-sign-button{position:absolute;left:4px;top:4px;width:56px;height:56px;background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:50%;cursor:grab;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 12px #4f46e566;transition:box-shadow .2s ease,transform .1s ease;z-index:10}.slide-to-sign-button:hover{box-shadow:0 6px 16px #4f46e580}.slide-to-sign-button.dragging{cursor:grabbing;box-shadow:0 8px 20px #4f46e599;transform:scale(1.05)}.slide-to-sign-button svg{width:28px;height:28px}.signing-loader{margin-top:32px;display:flex;flex-direction:column;align-items:center;gap:16px}.signing-spinner{width:48px;height:48px;border:4px solid #e0e7ff;border-top-color:#4f46e5;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.signing-loader p{font-size:.95rem;color:#64748b;margin:0;font-style:italic}
