.santificaivos-subscription-app *,.santificaivos-subscription-app *:before,.santificaivos-subscription-app *:after{box-sizing:border-box}body{display:block!important;place-items:unset!important}.santificaivos-subscription-app{max-width:700px;margin:2rem auto;background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000000d,0 10px 40px #00000008;border:1px solid #e2e8f0;overflow:hidden;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color-scheme:light;color:#1e293b}.app-header{background:#fff;padding:2.5rem 2rem 1.5rem;text-align:center;border-bottom:1px solid #e2e8f0}.app-header h1{font-family:Poppins,sans-serif;font-size:1.75rem;font-weight:600;margin-bottom:.75rem;color:#1e293b;line-height:1.3}.subtitle{font-size:1rem;color:#64748b;line-height:1.6;max-width:500px;margin:0 auto}.step-indicator-container{margin-top:2rem}.progress-bar{height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#2563eb);transition:width .4s ease;border-radius:4px}.step-text{font-size:.9375rem;margin-top:.75rem;color:#64748b;font-weight:500}.app-content{padding:3rem 2rem}.step-content{animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.question{font-family:Poppins,sans-serif;font-size:1.375rem;font-weight:600;color:#1e293b;margin-bottom:.5rem;text-align:center;line-height:1.4}.sub-question{text-align:center;color:#64748b;margin-bottom:2rem;font-size:1rem}.input-group{margin-bottom:2rem}.form-label,.input-label{display:block;margin-bottom:.75rem;font-weight:500;color:#334155;font-size:.9375rem}.radio-group{display:flex;flex-wrap:wrap;gap:.75rem}.radio-option{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.25rem;background:#f8fafc;border:1.5px solid #cbd5e1;border-radius:10px;cursor:pointer;transition:all .2s ease;flex:1;min-width:fit-content}.radio-option:hover{border-color:#3b82f6;background:#eff6ff}.radio-option:has(input:checked){border-color:#3b82f6;background:#eff6ff;box-shadow:0 0 0 3px #3b82f61a}.radio-option input[type=radio]{appearance:none;-webkit-appearance:none;width:20px;height:20px;border:2px solid #cbd5e1;border-radius:50%;cursor:pointer;transition:all .2s ease;position:relative;flex-shrink:0;margin:0}.radio-option input[type=radio]:checked{border-color:#3b82f6;background:#3b82f6}.radio-option input[type=radio]:checked:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background:#fff;border-radius:50%}.radio-option span{font-weight:500;color:#334155;font-size:.9375rem}.radio-option:has(input:checked) span{color:#1e40af}.blocking-message{color:#334155;background:#fff7ed;border:1.5px solid #fdba74;border-radius:10px;padding:1rem 1.25rem;font-size:.9375rem;line-height:1.5}.blocking-message p{margin:0 0 .75rem}.blocking-message p:last-child{margin-bottom:0}.blocking-message-cta{display:inline-block;margin-top:1rem;padding:.625rem 1.25rem;background:#ea580c;color:#fff;font-weight:600;font-size:.9375rem;border-radius:8px;text-decoration:none;transition:background .2s ease}.blocking-message-cta:hover{background:#c2410c;color:#fff;text-decoration:none}.input-wrapper{position:relative}.form-input{width:100%;padding:1rem 1.5rem;font-size:1.125rem;border:1.5px solid #cbd5e1;border-radius:10px;outline:none;transition:all .2s ease;font-family:Inter,sans-serif;background:#f8fafc;color:#1e293b;box-sizing:border-box}.form-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;background:#fff}.form-input.input-error{border-color:#ef4444;background:#fef2f2}.form-input.input-error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.field-error{color:#dc2626;font-size:.875rem;margin-top:.5rem;margin-bottom:0}.form-input::placeholder{color:#94a3b8}.char-count{position:absolute;right:1rem;top:50%;transform:translateY(-50%);font-size:.875rem;color:#94a3b8;pointer-events:none}.helper-text{font-size:.875rem;color:#64748b;margin-top:.5rem;text-align:center}.form-select{width:100%;padding:.875rem 2.5rem .875rem 1.25rem;font-size:1rem;border:1.5px solid #cbd5e1;border-radius:10px;outline:none;transition:all .2s ease;background:#f8fafc url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748b' d='M6 8L1 3h10z'/%3E%3C/svg%3E") no-repeat right 1rem center;background-size:12px;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.form-select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;background-color:#fff}.button-group{display:flex;justify-content:center;gap:1rem;margin-top:2.5rem}.btn{padding:.875rem 2.5rem;font-size:1rem;font-weight:600;border:none;border-radius:10px;cursor:pointer;transition:all .2s ease;font-family:Inter,sans-serif;text-decoration:none;display:inline-block}.btn-primary{background:#3b82f6;color:#fff;box-shadow:0 1px 3px #0000001a}.btn-primary:hover:not(:disabled){background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-primary:disabled{background:#cbd5e1;cursor:not-allowed;box-shadow:none}.btn-secondary{background:#fff;color:#64748b;border:1.5px solid #cbd5e1}.btn-secondary:hover{background:#f8fafc;border-color:#94a3b8}.loading-spinner{text-align:center;padding:1rem;color:#64748b}.error-message{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:.75rem 1rem;border-radius:8px;font-size:.875rem;margin-top:.5rem}.info-message{background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af;padding:.75rem 1rem;border-radius:8px;font-size:.875rem;margin-top:.5rem}.debug-info{border-top:2px dashed #e2e8f0;padding:1.5rem 2rem;background:#f8fafc;font-size:.75rem}.debug-info h4{margin-bottom:.5rem;color:#64748b}.debug-info pre{background:#fff;padding:1rem;border-radius:8px;overflow-x:auto;border:1px solid #e2e8f0}.input-row{display:flex;gap:1rem}.review-section{background:#f8fafc;padding:1.5rem;border-radius:12px;margin-bottom:1.5rem;border:1px solid #e2e8f0}.review-section-title{font-size:1.125rem;font-weight:600;color:#1e293b;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #e2e8f0}.review-item{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #e2e8f0}.review-item:last-child{border-bottom:none}.review-label{font-weight:500;color:#64748b}.review-value{font-weight:500;color:#1e293b;text-align:right}.terms-checkbox{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:#eff6ff;border:1.5px solid #3b82f6;border-radius:10px;cursor:pointer;margin-top:1rem}.terms-checkbox input[type=checkbox]{width:20px;height:20px;margin-top:2px;cursor:pointer}.terms-text{font-size:.9375rem;color:#334155;line-height:1.6}.terms-text a{color:#3b82f6;text-decoration:underline;font-weight:600}.terms-text a:hover{color:#2563eb}.error-text{color:#991b1b}.success-content{text-align:center}.success-icon{width:80px;height:80px;background:#22c55e;color:#fff;font-size:2.5rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.success-title{color:#22c55e;margin-bottom:1rem}.success-offline-note{color:#1e293b;font-weight:500;font-size:.9375rem;margin-bottom:1rem}.success-message{color:#64748b;font-size:1rem;line-height:1.6;margin-bottom:1rem}.success-contact{color:#64748b;font-size:.9375rem}.success-contact a{color:#3b82f6;text-decoration:none}.success-contact a:hover{text-decoration:underline}.success-course-info{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;padding:1rem 1.5rem;margin:1.5rem 0;text-align:left}.success-course-info .course-info-item{padding:.5rem 0;color:#1e293b;font-size:.9375rem}.success-course-info .course-info-item:not(:last-child){border-bottom:1px solid #dcfce7}.success-course-info .course-info-item strong{color:#166534;margin-right:.5rem}.course-cards{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.course-card{padding:1.25rem;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .2s ease;background:#fff}.course-card:hover{border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f626}.course-card.selected{border-color:#3b82f6;background:#eff6ff;box-shadow:0 0 0 3px #3b82f61a}.course-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.course-card-icon{font-size:1.5rem}.course-card-title{font-weight:600;color:#1e293b;font-size:1rem}.course-card-details{color:#64748b;font-size:.875rem;line-height:1.5;margin:0}.course-card-slots{margin-top:.5rem;font-size:.8125rem;color:#22c55e;font-weight:500}.course-card-slots.low{color:#f59e0b}.course-card-price{margin-top:.5rem;font-size:.9375rem;font-weight:600;color:#1e293b}@media(max-width:768px){.santificaivos-subscription-app{margin:1rem;border-radius:12px}.app-header h1{font-size:1.5rem}.app-header{padding:2rem 1.5rem 1.25rem}.app-content{padding:2rem 1.5rem}.question{font-size:1.25rem}.form-input{font-size:1rem;padding:.875rem 1.25rem}.btn{padding:.75rem 1.75rem;font-size:.9375rem}.button-group{flex-direction:column-reverse}.btn{width:100%}.input-row{flex-direction:column;gap:0}}
