.rcs-form-page{max-width:720px;margin:0 auto;padding:2rem}.rcs-form-success{background:var(--rcs-purple-light);color:var(--rcs-purple-dark);padding:.75rem 1rem;border-radius:var(--rcs-radius);margin-bottom:1.5rem}.rcs-form-error{background:#fee;color:#c00;padding:.75rem 1rem;border-radius:var(--rcs-radius);margin-bottom:1.5rem}.rcs-form-page-title{font-size:1.75rem;color:var(--rcs-text);margin:0 0 .5rem}.rcs-form-page-intro{color:var(--rcs-grey-text);margin:0 0 2rem;font-size:.95rem}.rcs-form-section{margin-bottom:2rem}.rcs-form-section h2{font-size:1.1rem;margin:0 0 1rem;color:var(--rcs-purple-dark)}.rcs-form-note{font-weight:400;color:var(--rcs-grey-text);font-size:.9rem}.rcs-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem 1.5rem}@media(max-width:600px){.rcs-form-grid{grid-template-columns:1fr}}.rcs-form-group{display:flex;flex-direction:column;gap:.35rem}.rcs-form-group label{font-weight:600;font-size:.95rem;color:var(--rcs-text)}.rcs-required{color:#c00}.rcs-form-group input,.rcs-form-group select{padding:.6rem .75rem;border:1px solid #ccc;border-radius:var(--rcs-radius);font-family:var(--rcs-font);font-size:1rem}.rcs-form-group input::placeholder{color:#999}.rcs-form-group input:focus,.rcs-form-group select:focus{outline:none;border-color:var(--rcs-purple);box-shadow:0 0 0 2px var(--rcs-purple-light)}.rcs-hint{font-size:.85rem;color:var(--rcs-grey-text)}.rcs-form-actions{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--rcs-purple-light)}.rcs-form-actions .rcs-btn-outline{order:1}.rcs-form-actions .rcs-btn-primary{order:2}.rcs-form-check{display:inline-flex;align-items:center;gap:.5rem;font-weight:400;cursor:pointer}.rcs-form-check input[type=checkbox]{width:1.1rem;height:1.1rem}.rcs-confirm{max-width:800px;margin:0 auto;padding:2rem;background:var(--rcs-grey-bg);min-height:50vh}.rcs-confirm-banner{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;background:var(--rcs-purple);color:var(--rcs-white);padding:.75rem 1.25rem;border-radius:var(--rcs-radius);margin-bottom:2rem}.rcs-confirm-banner-text{margin:0;font-size:.95rem;flex:1;min-width:200px}.rcs-confirm-banner-btn{flex-shrink:0;padding:.4rem .9rem;background:var(--rcs-white);color:var(--rcs-purple);border-radius:var(--rcs-radius);font-weight:600;text-decoration:none}.rcs-confirm-banner-btn:hover{background:var(--rcs-purple-light);color:var(--rcs-purple-dark);text-decoration:none}.rcs-confirm-stepper{display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:2.5rem;flex-wrap:wrap}.rcs-confirm-step{display:flex;align-items:center;gap:.5rem}.rcs-confirm-step-icon{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:var(--rcs-purple-light);color:var(--rcs-purple-dark);font-size:.9rem;font-weight:600}.rcs-confirm-step-done .rcs-confirm-step-icon,.rcs-confirm-step-current .rcs-confirm-step-icon{background:var(--rcs-purple);color:var(--rcs-white)}.rcs-confirm-step-current .rcs-confirm-step-label{text-decoration:underline;text-underline-offset:.2em;color:var(--rcs-purple)}.rcs-confirm-step-label{font-size:.9rem;color:var(--rcs-text)}.rcs-confirm-step-line{width:2rem;height:2px;background:var(--rcs-purple-light);margin:0 .25rem}.rcs-confirm-step-line-done{background:var(--rcs-purple)}.rcs-confirm-message{background:var(--rcs-white);padding:2rem;border-radius:var(--rcs-radius);box-shadow:0 1px 3px #00000014}.rcs-confirm-paragraph{font-size:1.1rem;font-weight:600;color:var(--rcs-text);margin:0 0 1rem;line-height:1.5}.rcs-confirm-paragraph:last-child{margin-bottom:0}
