.page-module-scss-module__P-1RZG__page{box-sizing:border-box;min-height:100vh;font-family:var(--font-family);background:radial-gradient(circle at top,#aeeedf66 0%,#7dccba66 72%),#fff;flex-direction:column;justify-content:center;align-items:center;padding:50px 28px 64px;display:flex}.page-module-scss-module__P-1RZG__cardShell{background:#fbfbfb66;border-radius:36px;padding:18px;box-shadow:0 18px 50px #0000001f}.page-module-scss-module__P-1RZG__card{background:0 0;border-radius:28px;min-height:520px;position:relative;overflow:hidden}.page-module-scss-module__P-1RZG__illustration{object-fit:cover;object-position:right center;border-radius:36px}.page-module-scss-module__P-1RZG__leftSide{z-index:1;background:linear-gradient(150deg,#07cfa333 0%,#fff0 28%),#fbfbfb;border-radius:32px;flex-direction:column;width:min(760px,100%);margin:0 auto;padding:18px 28px 22px;display:flex;position:relative}.page-module-scss-module__P-1RZG__logoArea{margin-bottom:14px}.page-module-scss-module__P-1RZG__logoArea .page-module-scss-module__P-1RZG__logoImage{width:100%;max-width:150px;height:auto}.page-module-scss-module__P-1RZG__heading{margin-bottom:14px}.page-module-scss-module__P-1RZG__heading h1{color:var(--heading-main);margin:0 0 8px;font-size:26px;font-weight:700;line-height:1.35}.page-module-scss-module__P-1RZG__heading p{color:var(--body-text);margin:0;font-size:15px;font-weight:500}.page-module-scss-module__P-1RZG__footer{color:var(--body-text);text-align:center;align-items:baseline;gap:6px;margin-top:18px;font-size:14px;display:flex}.page-module-scss-module__P-1RZG__footer span{opacity:.65}.page-module-scss-module__P-1RZG__loginLink{color:var(--link-text);text-underline-offset:2px;font-weight:700;text-decoration:underline}.page-module-scss-module__P-1RZG__loginLink:hover{color:var(--link-text-hover)}@media (max-width:960px){.page-module-scss-module__P-1RZG__cardShell{width:min(740px,100%)}.page-module-scss-module__P-1RZG__card{min-height:0}.page-module-scss-module__P-1RZG__leftSide{background:linear-gradient(#07cfa32e 0%,#fff0 35%),#fbfbfb;border-radius:26px;width:100%;padding:22px 18px 18px}.page-module-scss-module__P-1RZG__heading h1{font-size:23px}}@media (max-width:540px){.page-module-scss-module__P-1RZG__page{padding:22px 14px 30px}.page-module-scss-module__P-1RZG__cardShell{border-radius:26px;width:100%;max-width:420px;padding:14px}.page-module-scss-module__P-1RZG__leftSide{border-radius:22px;padding:18px 14px 14px}}
.ProgressSteps-module-scss-module__Z6lOQG__wrap{--steps-cols:4;--progress:0}.ProgressSteps-module-scss-module__Z6lOQG__stageWrap{--dot:40px;--rail:2px;--top-gap:10px;--rail-x:max(10px,calc((100%/var(--steps-cols))/2 - 60px));--rail-pos:calc(var(--top-gap) + (var(--dot)/2) + 10px);padding:14px 6px 0;position:relative}.ProgressSteps-module-scss-module__Z6lOQG__rail{left:var(--rail-x);right:var(--rail-x);top:var(--rail-pos);height:var(--rail);z-index:0;background:#eceff5;border-radius:999px;position:absolute}.ProgressSteps-module-scss-module__Z6lOQG__railFill{left:var(--rail-x);right:var(--rail-x);top:var(--rail-pos);height:var(--rail);background:var(--primary-dark);z-index:1;transform-origin:0;transform:scaleX(var(--progress));border-radius:999px;transition:transform .35s;position:absolute}.ProgressSteps-module-scss-module__Z6lOQG__stageList{grid-template-columns:repeat(var(--steps-cols),1fr);z-index:2;gap:10px;margin:0;padding:0;list-style:none;display:grid;position:relative}.ProgressSteps-module-scss-module__Z6lOQG__stageItem{text-align:center;color:#4b5563;justify-items:center;row-gap:12px;min-width:0;font-weight:600;display:grid}.ProgressSteps-module-scss-module__Z6lOQG__stageLabel{white-space:pre-line;max-width:120px;margin-top:2px;font-size:.86rem;line-height:1.15}.ProgressSteps-module-scss-module__Z6lOQG__dot{width:var(--dot);height:var(--dot);transform:translateY(var(--top-gap));background:#fff;border:2px solid #e5e7eb;border-radius:999px;place-items:center;margin-top:0;transition:border-color .12s,background-color .12s,box-shadow .12s,transform .12s;display:grid;box-shadow:0 2px 7px #0f172a0f}.ProgressSteps-module-scss-module__Z6lOQG__dotIcon{filter:grayscale()brightness(.7);width:18px;height:18px}.ProgressSteps-module-scss-module__Z6lOQG__current .ProgressSteps-module-scss-module__Z6lOQG__dot{background:#04745b;border-color:#04745b;box-shadow:0 8px 18px #04745b52}.ProgressSteps-module-scss-module__Z6lOQG__current .ProgressSteps-module-scss-module__Z6lOQG__dotIcon{filter:brightness(0)invert()}.ProgressSteps-module-scss-module__Z6lOQG__done .ProgressSteps-module-scss-module__Z6lOQG__dot{background:#04745b;border-color:#04745b}.ProgressSteps-module-scss-module__Z6lOQG__done .ProgressSteps-module-scss-module__Z6lOQG__dotIcon{filter:brightness(0)invert()}.ProgressSteps-module-scss-module__Z6lOQG__todo .ProgressSteps-module-scss-module__Z6lOQG__dot{border-color:#e5e7eb}.ProgressSteps-module-scss-module__Z6lOQG__todo .ProgressSteps-module-scss-module__Z6lOQG__dot:hover{border-color:#d1d5db}.ProgressSteps-module-scss-module__Z6lOQG__stepMeta{text-align:center;font-family:var(--font-family);color:#9ca3af;margin:12px 0 2px;font-size:.86rem;font-weight:500}@media (max-width:640px){.ProgressSteps-module-scss-module__Z6lOQG__stageWrap{--dot:34px;--top-gap:8px;--rail-x:10px;--rail-pos:calc(var(--top-gap) + (var(--dot)/2) + 1px);padding:10px 2px 0}.ProgressSteps-module-scss-module__Z6lOQG__stageItem{row-gap:10px}.ProgressSteps-module-scss-module__Z6lOQG__stageLabel{max-width:96px;margin-top:2px;font-size:.78rem}}
.RenewWizard-module-scss-module__-LvUmq__formWrap{font-family:var(--font-family);gap:14px;display:grid}.RenewWizard-module-scss-module__-LvUmq__planBar{justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.RenewWizard-module-scss-module__-LvUmq__planLeft{gap:2px;min-width:0;display:grid}.RenewWizard-module-scss-module__-LvUmq__planName{color:#0f172a;font-size:.98rem;font-weight:900}.RenewWizard-module-scss-module__-LvUmq__planMeta{color:#64748b;font-size:.85rem;font-weight:700}.RenewWizard-module-scss-module__-LvUmq__planPrice{color:#065f46;white-space:nowrap;font-weight:900}.RenewWizard-module-scss-module__-LvUmq__card{background:#ffffff80;border:1px solid #94a3b859;border-radius:16px;padding:16px}.RenewWizard-module-scss-module__-LvUmq__cardTitle{color:#0f172a;margin:0 0 10px;font-size:1.05rem;font-weight:900}.RenewWizard-module-scss-module__-LvUmq__muted{color:#64748b;margin:-6px 0 12px;font-size:.92rem}.RenewWizard-module-scss-module__-LvUmq__divider{background:#94a3b859;height:1px;margin:14px 0}.RenewWizard-module-scss-module__-LvUmq__grid2{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.RenewWizard-module-scss-module__-LvUmq__grid3{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.RenewWizard-module-scss-module__-LvUmq__field{gap:6px;display:grid}.RenewWizard-module-scss-module__-LvUmq__field label{color:#0f172a;font-size:.9rem;font-weight:800}.RenewWizard-module-scss-module__-LvUmq__field input:not([type=checkbox]):not([type=radio]),.RenewWizard-module-scss-module__-LvUmq__field select,.RenewWizard-module-scss-module__-LvUmq__field textarea{background:#e8f3f1;border:1px solid #94a3b88c;border-radius:9999px;outline:none;width:100%;height:44px;padding:0 14px;font-family:inherit}.RenewWizard-module-scss-module__-LvUmq__field input:not([type=checkbox]):not([type=radio]):focus,.RenewWizard-module-scss-module__-LvUmq__field select:focus,.RenewWizard-module-scss-module__-LvUmq__field textarea:focus{border-color:#01765473;box-shadow:0 0 0 3px #0176541f}.RenewWizard-module-scss-module__-LvUmq__field button{cursor:pointer;border:0;border-radius:9999px;height:44px;font-family:inherit;font-weight:900}.RenewWizard-module-scss-module__-LvUmq__checkField{align-items:center;display:flex}.RenewWizard-module-scss-module__-LvUmq__checkRow{-webkit-user-select:none;user-select:none;color:#0f172a;align-items:center;gap:10px;padding-top:25px;font-weight:800;display:inline-flex}.RenewWizard-module-scss-module__-LvUmq__checkRow input{accent-color:#007a53;border-radius:4px;width:18px;height:18px}.RenewWizard-module-scss-module__-LvUmq__checkRow span{font-size:.92rem;font-weight:800}.RenewWizard-module-scss-module__-LvUmq__payBox{background:#f8fafcb3;border:1px solid #94a3b859;border-radius:14px;gap:12px;padding:14px;display:grid}.RenewWizard-module-scss-module__-LvUmq__payRow{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.RenewWizard-module-scss-module__-LvUmq__payRow span{color:#334155;font-weight:800}.RenewWizard-module-scss-module__-LvUmq__payRow strong{color:#065f46;font-weight:900}.RenewWizard-module-scss-module__-LvUmq__terms{color:#64748b;margin:0;font-size:.88rem;font-weight:700}.RenewWizard-module-scss-module__-LvUmq__actions{flex-wrap:wrap;justify-content:space-between;gap:10px;margin-top:20px;display:flex}.RenewWizard-module-scss-module__-LvUmq__primaryBtn,.RenewWizard-module-scss-module__-LvUmq__secondaryBtn{cursor:pointer;white-space:nowrap;border:0;border-radius:9999px;justify-content:center;align-items:center;min-width:160px;padding:11px 18px;font-weight:900;line-height:1;text-decoration:none;transition:transform 80ms,box-shadow .12s,opacity .12s;display:inline-flex}.RenewWizard-module-scss-module__-LvUmq__primaryBtn{color:#fff;background:#007a53;box-shadow:0 12px 24px #007a532e}.RenewWizard-module-scss-module__-LvUmq__primaryBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 18px 28px #007a5338}.RenewWizard-module-scss-module__-LvUmq__primaryBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}.RenewWizard-module-scss-module__-LvUmq__secondaryBtn{color:#0f172a;background:#e2e8f0}.RenewWizard-module-scss-module__-LvUmq__secondaryBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 16px 26px #0f172a1f}.RenewWizard-module-scss-module__-LvUmq__secondaryBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}.RenewWizard-module-scss-module__-LvUmq__notice{color:#334155;background:#f8fafcb3;border:1px solid #94a3b859;border-radius:12px;padding:12px;font-weight:800}.RenewWizard-module-scss-module__-LvUmq__successBox{background:#10b98114;border:1px solid #10b98159;border-radius:12px;padding:14px}.RenewWizard-module-scss-module__-LvUmq__successTitle{color:#065f46;margin:0 0 8px;font-weight:900}.RenewWizard-module-scss-module__-LvUmq__successText{color:#065f46;margin:0}.RenewWizard-module-scss-module__-LvUmq__successText code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.92em}.RenewWizard-module-scss-module__-LvUmq__errorBox{background:#ef444414;border:1px solid #ef444459;border-radius:12px;padding:14px}.RenewWizard-module-scss-module__-LvUmq__errorTitle{color:#991b1b;margin:0 0 8px;font-weight:900}.RenewWizard-module-scss-module__-LvUmq__errorText{color:#7f1d1d;margin:0}.RenewWizard-module-scss-module__-LvUmq__rqeAlertWrapper{margin-top:10px}.RenewWizard-module-scss-module__-LvUmq__rqeAlert{border:1px solid #00000014;border-radius:14px;align-items:flex-start;gap:10px;padding:10px 12px;display:flex}.RenewWizard-module-scss-module__-LvUmq__rqeDot{border-radius:999px;flex:none;width:10px;height:10px;margin-top:4px}.RenewWizard-module-scss-module__-LvUmq__rqeAlertBody{flex-direction:column;gap:2px;display:flex}.RenewWizard-module-scss-module__-LvUmq__rqeAlertTitle{font-size:13px;font-weight:700;line-height:1.2}.RenewWizard-module-scss-module__-LvUmq__rqeAlertText{opacity:.9;font-size:13px;line-height:1.25}.RenewWizard-module-scss-module__-LvUmq__rqeAlertOk{background:#10b9811f;border-color:#10b98159}.RenewWizard-module-scss-module__-LvUmq__rqeAlertOk .RenewWizard-module-scss-module__-LvUmq__rqeDot{background:#10b981}.RenewWizard-module-scss-module__-LvUmq__rqeAlertError{background:#ef44441a;border-color:#ef444459}.RenewWizard-module-scss-module__-LvUmq__rqeAlertError .RenewWizard-module-scss-module__-LvUmq__rqeDot{background:#c70a0a}.RenewWizard-module-scss-module__-LvUmq__rqeAlertLoading{background:#3b82f61a;border-color:#3b82f64d}.RenewWizard-module-scss-module__-LvUmq__rqeAlertLoading .RenewWizard-module-scss-module__-LvUmq__rqeDot{background:#3b82f6}.RenewWizard-module-scss-module__-LvUmq__paymentRow{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.RenewWizard-module-scss-module__-LvUmq__paymentLabel{color:#334155;font-weight:800}.RenewWizard-module-scss-module__-LvUmq__paymentValue{color:#065f46;font-weight:900}.RenewWizard-module-scss-module__-LvUmq__pixBox,.RenewWizard-module-scss-module__-LvUmq__cardBox{gap:12px;margin-top:10px;display:grid}.RenewWizard-module-scss-module__-LvUmq__pixHint{color:#64748b;padding-left:4px;font-size:.88rem;font-weight:700}.RenewWizard-module-scss-module__-LvUmq__pixCopyBox{background:#f8fafcb3;border:1px solid #94a3b859;border-radius:14px;padding:10px}.RenewWizard-module-scss-module__-LvUmq__pixCopyTextarea{resize:vertical;background:#fff;border:1px solid #94a3b88c;border-radius:14px;outline:none;width:100%;min-height:100px;padding:12px 14px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.92rem;line-height:1.25}.RenewWizard-module-scss-module__-LvUmq__pixCopyTextarea:focus{border-color:#01765473;box-shadow:0 0 0 3px #0176541f}.RenewWizard-module-scss-module__-LvUmq__serviceAreas{gap:10px;display:grid}.RenewWizard-module-scss-module__-LvUmq__serviceRow{grid-template-columns:110px 1fr 44px;align-items:center;gap:10px;display:grid}.RenewWizard-module-scss-module__-LvUmq__serviceCityWrap{align-content:start;gap:6px;min-width:0;display:grid}.RenewWizard-module-scss-module__-LvUmq__serviceUF,.RenewWizard-module-scss-module__-LvUmq__serviceCity{width:100%}.RenewWizard-module-scss-module__-LvUmq__serviceRemoveBtn{color:#991b1b;cursor:pointer;background:#ef44441a;border:1px solid #ef444459;border-radius:9999px;place-self:center;place-items:center;width:44px;height:44px;padding:0;font-weight:900;line-height:1;transition:transform 80ms,box-shadow .12s,opacity .12s;display:grid}.RenewWizard-module-scss-module__-LvUmq__serviceRemoveBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 20px #ef44442e}.RenewWizard-module-scss-module__-LvUmq__serviceRemoveBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}.RenewWizard-module-scss-module__-LvUmq__serviceAddBtn{color:#0f172a;cursor:pointer;border:1px dashed #94a3b8bf;border-radius:9999px;justify-content:center;justify-self:center;align-items:center;width:min(320px,100%);height:44px;padding:0 14px;font-weight:900;transition:transform 80ms,box-shadow .12s,opacity .12s;display:inline-flex}.RenewWizard-module-scss-module__-LvUmq__serviceAddBtn:hover:not(:disabled){transform:translateY(-1px)}.RenewWizard-module-scss-module__-LvUmq__serviceAddBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}.RenewWizard-module-scss-module__-LvUmq__inlineHintError{color:#991b1b;padding-left:12px;font-size:12px;font-weight:800}.RenewWizard-module-scss-module__-LvUmq__paymentActions{gap:10px;margin-top:10px;display:grid}.RenewWizard-module-scss-module__-LvUmq__paymentActions .RenewWizard-module-scss-module__-LvUmq__actions{margin-top:0}.RenewWizard-module-scss-module__-LvUmq__telefone :hover{text-decoration:underline}.RenewWizard-module-scss-module__-LvUmq__blocked .RenewWizard-module-scss-module__-LvUmq__stepsWrap,.RenewWizard-module-scss-module__-LvUmq__blocked .RenewWizard-module-scss-module__-LvUmq__card{display:none}.RenewWizard-module-scss-module__-LvUmq__blocked .RenewWizard-module-scss-module__-LvUmq__notice{margin-top:6px}@media (max-width:900px){.RenewWizard-module-scss-module__-LvUmq__grid3{grid-template-columns:1fr}.RenewWizard-module-scss-module__-LvUmq__checkRow{gap:10px;padding-top:0;display:inline-flex}}@media (max-width:720px){.RenewWizard-module-scss-module__-LvUmq__grid2{grid-template-columns:1fr}.RenewWizard-module-scss-module__-LvUmq__primaryBtn,.RenewWizard-module-scss-module__-LvUmq__secondaryBtn{width:100%}.RenewWizard-module-scss-module__-LvUmq__actions{flex-direction:column-reverse}.RenewWizard-module-scss-module__-LvUmq__serviceRow{grid-template-columns:1fr 44px;grid-template-areas:"uf rm""city rm";align-items:start}.RenewWizard-module-scss-module__-LvUmq__serviceUF{grid-area:uf}.RenewWizard-module-scss-module__-LvUmq__serviceCityWrap{grid-area:city}.RenewWizard-module-scss-module__-LvUmq__serviceRemoveBtn{grid-area:rm;align-self:center}}
.AssocieSeWizard-module-scss-module__CaqXYG__formWrap{font-family:var(--font-family);gap:14px;display:grid}.AssocieSeWizard-module-scss-module__CaqXYG__planBar{justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.AssocieSeWizard-module-scss-module__CaqXYG__planLeft{gap:2px;min-width:0;display:grid}.AssocieSeWizard-module-scss-module__CaqXYG__planName{color:#0f172a;font-size:.98rem;font-weight:900}.AssocieSeWizard-module-scss-module__CaqXYG__planMeta{color:#64748b;font-size:.85rem;font-weight:700}.AssocieSeWizard-module-scss-module__CaqXYG__planPrice{color:#065f46;white-space:nowrap;font-weight:900}.AssocieSeWizard-module-scss-module__CaqXYG__card{background:#ffffff80;border:1px solid #94a3b859;border-radius:16px;padding:16px}.AssocieSeWizard-module-scss-module__CaqXYG__cardTitle{color:#0f172a;margin:0 0 10px;font-size:1.05rem;font-weight:900}.AssocieSeWizard-module-scss-module__CaqXYG__muted{color:#64748b;margin:-6px 0 12px;font-size:.92rem}.AssocieSeWizard-module-scss-module__CaqXYG__divider{background:#94a3b859;height:1px;margin:14px 0}.AssocieSeWizard-module-scss-module__CaqXYG__grid2{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.AssocieSeWizard-module-scss-module__CaqXYG__grid3{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.AssocieSeWizard-module-scss-module__CaqXYG__field{gap:6px;display:grid}.AssocieSeWizard-module-scss-module__CaqXYG__field label{color:#0f172a;font-size:.9rem;font-weight:800}.AssocieSeWizard-module-scss-module__CaqXYG__field input:not([type=checkbox]):not([type=radio]),.AssocieSeWizard-module-scss-module__CaqXYG__field select,.AssocieSeWizard-module-scss-module__CaqXYG__field textarea{background:#e8f3f1;border:1px solid #94a3b88c;border-radius:9999px;outline:none;width:100%;height:44px;padding:0 14px;font-family:inherit}.AssocieSeWizard-module-scss-module__CaqXYG__field input:not([type=checkbox]):not([type=radio]):focus,.AssocieSeWizard-module-scss-module__CaqXYG__field select:focus,.AssocieSeWizard-module-scss-module__CaqXYG__field textarea:focus{border-color:#01765473;box-shadow:0 0 0 3px #0176541f}.AssocieSeWizard-module-scss-module__CaqXYG__field button{cursor:pointer;border:0;border-radius:9999px;height:44px;font-family:inherit;font-weight:900}.AssocieSeWizard-module-scss-module__CaqXYG__checkField{align-items:center;display:flex}.AssocieSeWizard-module-scss-module__CaqXYG__checkRow{-webkit-user-select:none;user-select:none;color:#0f172a;align-items:center;gap:10px;padding-top:25px;font-weight:800;display:inline-flex}.AssocieSeWizard-module-scss-module__CaqXYG__checkRow input{accent-color:#007a53;border-radius:4px;width:18px;height:18px}.AssocieSeWizard-module-scss-module__CaqXYG__checkRow span{font-size:.92rem;font-weight:800}.AssocieSeWizard-module-scss-module__CaqXYG__payBox{background:#f8fafcb3;border:1px solid #94a3b859;border-radius:14px;gap:12px;padding:14px;display:grid}.AssocieSeWizard-module-scss-module__CaqXYG__payRow{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.AssocieSeWizard-module-scss-module__CaqXYG__payRow span{color:#334155;font-weight:800}.AssocieSeWizard-module-scss-module__CaqXYG__payRow strong{color:#065f46;font-weight:900}.AssocieSeWizard-module-scss-module__CaqXYG__terms{color:#64748b;margin:0;font-size:.88rem;font-weight:700}.AssocieSeWizard-module-scss-module__CaqXYG__actions{flex-wrap:wrap;justify-content:space-between;gap:10px;margin-top:20px;display:flex}.AssocieSeWizard-module-scss-module__CaqXYG__primaryBtn,.AssocieSeWizard-module-scss-module__CaqXYG__secondaryBtn{cursor:pointer;white-space:nowrap;border:0;border-radius:9999px;justify-content:center;align-items:center;min-width:160px;padding:11px 18px;font-weight:900;line-height:1;text-decoration:none;transition:transform 80ms,box-shadow .12s,opacity .12s;display:inline-flex}.AssocieSeWizard-module-scss-module__CaqXYG__primaryBtn{color:#fff;background:#007a53;box-shadow:0 12px 24px #007a532e}.AssocieSeWizard-module-scss-module__CaqXYG__primaryBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 18px 28px #007a5338}.AssocieSeWizard-module-scss-module__CaqXYG__primaryBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}.AssocieSeWizard-module-scss-module__CaqXYG__secondaryBtn{color:#0f172a;background:#e2e8f0}.AssocieSeWizard-module-scss-module__CaqXYG__secondaryBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 16px 26px #0f172a1f}.AssocieSeWizard-module-scss-module__CaqXYG__secondaryBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}.AssocieSeWizard-module-scss-module__CaqXYG__notice{color:#334155;background:#f8fafcb3;border:1px solid #94a3b859;border-radius:12px;padding:12px;font-weight:800}.AssocieSeWizard-module-scss-module__CaqXYG__successBox{background:#10b98114;border:1px solid #10b98159;border-radius:12px;padding:14px}.AssocieSeWizard-module-scss-module__CaqXYG__successTitle{color:#065f46;margin:0 0 8px;font-weight:900}.AssocieSeWizard-module-scss-module__CaqXYG__successText{color:#065f46;margin:0}.AssocieSeWizard-module-scss-module__CaqXYG__successText code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.92em}.AssocieSeWizard-module-scss-module__CaqXYG__errorBox{background:#ef444414;border:1px solid #ef444459;border-radius:12px;padding:14px}.AssocieSeWizard-module-scss-module__CaqXYG__errorTitle{color:#991b1b;margin:0 0 8px;font-weight:900}.AssocieSeWizard-module-scss-module__CaqXYG__errorText{color:#7f1d1d;margin:0}.AssocieSeWizard-module-scss-module__CaqXYG__rqeAlertWrapper{margin-top:10px}.AssocieSeWizard-module-scss-module__CaqXYG__rqeAlert{border:1px solid #00000014;border-radius:14px;align-items:flex-start;gap:10px;padding:10px 12px;display:flex}.AssocieSeWizard-module-scss-module__CaqXYG__rqeDot{border-radius:999px;flex:none;width:10px;height:10px;margin-top:4px}.AssocieSeWizard-module-scss-module__CaqXYG__rqeAlertBody{flex-direction:column;gap:2px;display:flex}.AssocieSeWizard-module-scss-module__CaqXYG__rqeAlertTitle{font-size:13px;font-weight:700;line-height:1.2}.AssocieSeWizard-module-scss-module__CaqXYG__rqeAlertText{opacity:.9;font-size:13px;line-height:1.25}.AssocieSeWizard-module-scss-module__CaqXYG__rqeAlertOk{background:#10b9811f;border-color:#10b98159}.AssocieSeWizard-module-scss-module__CaqXYG__rqeAlertOk .AssocieSeWizard-module-scss-module__CaqXYG__rqeDot{background:#10b981}.AssocieSeWizard-module-scss-module__CaqXYG__rqeAlertError{background:#ef44441a;border-color:#ef444459}.AssocieSeWizard-module-scss-module__CaqXYG__rqeAlertError .AssocieSeWizard-module-scss-module__CaqXYG__rqeDot{background:#c70a0a}.AssocieSeWizard-module-scss-module__CaqXYG__rqeAlertLoading{background:#3b82f61a;border-color:#3b82f64d}.AssocieSeWizard-module-scss-module__CaqXYG__rqeAlertLoading .AssocieSeWizard-module-scss-module__CaqXYG__rqeDot{background:#3b82f6}.AssocieSeWizard-module-scss-module__CaqXYG__paymentRow{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.AssocieSeWizard-module-scss-module__CaqXYG__paymentLabel{color:#334155;font-weight:800}.AssocieSeWizard-module-scss-module__CaqXYG__paymentValue{color:#065f46;font-weight:900}.AssocieSeWizard-module-scss-module__CaqXYG__pixBox,.AssocieSeWizard-module-scss-module__CaqXYG__cardBox{gap:12px;margin-top:10px;display:grid}.AssocieSeWizard-module-scss-module__CaqXYG__pixHint{color:#64748b;padding-left:4px;font-size:.88rem;font-weight:700}.AssocieSeWizard-module-scss-module__CaqXYG__pixCopyBox{background:#f8fafcb3;border:1px solid #94a3b859;border-radius:14px;padding:10px}.AssocieSeWizard-module-scss-module__CaqXYG__pixCopyTextarea{resize:vertical;background:#fff;border:1px solid #94a3b88c;border-radius:14px;outline:none;width:100%;min-height:100px;padding:12px 14px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.92rem;line-height:1.25}.AssocieSeWizard-module-scss-module__CaqXYG__pixCopyTextarea:focus{border-color:#01765473;box-shadow:0 0 0 3px #0176541f}.AssocieSeWizard-module-scss-module__CaqXYG__serviceAreas{gap:10px;display:grid}.AssocieSeWizard-module-scss-module__CaqXYG__serviceRow{grid-template-columns:110px 1fr 44px;align-items:center;gap:10px;display:grid}.AssocieSeWizard-module-scss-module__CaqXYG__serviceCityWrap{align-content:start;gap:6px;min-width:0;display:grid}.AssocieSeWizard-module-scss-module__CaqXYG__serviceUF,.AssocieSeWizard-module-scss-module__CaqXYG__serviceCity{width:100%}.AssocieSeWizard-module-scss-module__CaqXYG__serviceRemoveBtn{color:#991b1b;cursor:pointer;background:#ef44441a;border:1px solid #ef444459;border-radius:9999px;place-self:center;place-items:center;width:44px;height:44px;padding:0;font-weight:900;line-height:1;transition:transform 80ms,box-shadow .12s,opacity .12s;display:grid}.AssocieSeWizard-module-scss-module__CaqXYG__serviceRemoveBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 20px #ef44442e}.AssocieSeWizard-module-scss-module__CaqXYG__serviceRemoveBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}.AssocieSeWizard-module-scss-module__CaqXYG__serviceAddBtn{color:#0f172a;cursor:pointer;border:1px dashed #94a3b8bf;border-radius:9999px;justify-content:center;justify-self:center;align-items:center;width:min(320px,100%);height:44px;padding:0 14px;font-weight:900;transition:transform 80ms,box-shadow .12s,opacity .12s;display:inline-flex}.AssocieSeWizard-module-scss-module__CaqXYG__serviceAddBtn:hover:not(:disabled){transform:translateY(-1px)}.AssocieSeWizard-module-scss-module__CaqXYG__serviceAddBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}.AssocieSeWizard-module-scss-module__CaqXYG__inlineHintError{color:#991b1b;padding-left:12px;font-size:12px;font-weight:800}.AssocieSeWizard-module-scss-module__CaqXYG__paymentActions{gap:10px;margin-top:10px;display:grid}.AssocieSeWizard-module-scss-module__CaqXYG__paymentActions .AssocieSeWizard-module-scss-module__CaqXYG__actions{margin-top:0}.AssocieSeWizard-module-scss-module__CaqXYG__telefone :hover{text-decoration:underline}@media (max-width:900px){.AssocieSeWizard-module-scss-module__CaqXYG__grid3{grid-template-columns:1fr}.AssocieSeWizard-module-scss-module__CaqXYG__checkRow{gap:10px;padding-top:0;display:inline-flex}}@media (max-width:720px){.AssocieSeWizard-module-scss-module__CaqXYG__grid2{grid-template-columns:1fr}.AssocieSeWizard-module-scss-module__CaqXYG__primaryBtn,.AssocieSeWizard-module-scss-module__CaqXYG__secondaryBtn{width:100%}.AssocieSeWizard-module-scss-module__CaqXYG__actions{flex-direction:column-reverse}.AssocieSeWizard-module-scss-module__CaqXYG__serviceRow{grid-template-columns:1fr 44px;grid-template-areas:"uf rm""city rm";align-items:start}.AssocieSeWizard-module-scss-module__CaqXYG__serviceUF{grid-area:uf}.AssocieSeWizard-module-scss-module__CaqXYG__serviceCityWrap{grid-area:city}.AssocieSeWizard-module-scss-module__CaqXYG__serviceRemoveBtn{grid-area:rm;align-self:center}}
