.ProgressBar-module__e8eY-q__progressBar{justify-content:center;align-items:center;gap:0;width:100%;margin-bottom:24px;display:flex}.ProgressBar-module__e8eY-q__stepItem{align-items:center;display:flex}.ProgressBar-module__e8eY-q__stepCircle{color:#666;background:#e0e0e0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;font-weight:600;transition:background-color .3s,color .3s;display:flex}.ProgressBar-module__e8eY-q__activeCircle{color:#fff;background:#cdb4e2}.ProgressBar-module__e8eY-q__completedCircle{color:#fff;background:#1d3752}.ProgressBar-module__e8eY-q__stepLabel{color:#999;white-space:nowrap;margin-left:6px;font-size:.8rem;transition:color .3s}.ProgressBar-module__e8eY-q__activeLabel{color:#1d3752;font-weight:600}.ProgressBar-module__e8eY-q__completedLabel{color:#1d3752}.ProgressBar-module__e8eY-q__connector{background:#e0e0e0;flex-shrink:0;width:40px;height:2px;margin:0 8px;transition:background-color .3s}.ProgressBar-module__e8eY-q__completedConnector{background:#1d3752}@media (max-width:600px){.ProgressBar-module__e8eY-q__stepItem{flex-direction:column;align-items:center}.ProgressBar-module__e8eY-q__stepLabel{margin-top:4px;margin-left:0;font-size:.7rem}.ProgressBar-module__e8eY-q__stepCircle{width:28px;height:28px;font-size:.8rem}.ProgressBar-module__e8eY-q__connector{align-self:flex-start;width:24px;margin-top:14px}}
.PlanSelection-module__jd8Asq__planGrid{flex-direction:column;gap:12px;width:100%;display:flex}.PlanSelection-module__jd8Asq__planCard{cursor:pointer;background:#fff;border:2px solid #e0e0e0;border-radius:12px;justify-content:space-between;align-items:center;padding:16px 20px;transition:border-color .2s,box-shadow .2s;display:flex;position:relative}.PlanSelection-module__jd8Asq__planCard:hover{border-color:#cdb4e2}.PlanSelection-module__jd8Asq__selectedCard{background:#faf5ff;border-color:#cdb4e2;box-shadow:0 0 0 1px #cdb4e2}.PlanSelection-module__jd8Asq__planInfo{flex-direction:column;gap:2px;display:flex}.PlanSelection-module__jd8Asq__planName{color:#1d3752;font-size:1.1rem;font-weight:600}.PlanSelection-module__jd8Asq__planPrice{color:#666;font-size:.9rem}.PlanSelection-module__jd8Asq__planRight{align-items:center;gap:12px;display:flex}.PlanSelection-module__jd8Asq__bestValue{color:#7c3aed;white-space:nowrap;background:#ede9fe;border-radius:12px;padding:2px 8px;font-size:.75rem;font-weight:600}.PlanSelection-module__jd8Asq__radioIndicator{border:2px solid #ccc;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;transition:border-color .2s;display:flex}.PlanSelection-module__jd8Asq__radioSelected{border-color:#7c3aed}.PlanSelection-module__jd8Asq__radioInner{background:#7c3aed;border-radius:50%;width:10px;height:10px}@media (max-width:600px){.PlanSelection-module__jd8Asq__planCard{min-height:48px;padding:14px 16px}.PlanSelection-module__jd8Asq__planName{font-size:1rem}.PlanSelection-module__jd8Asq__bestValue{padding:2px 6px;font-size:.7rem}}
.AccountCreation-module__TGrDmG__accountForm{width:100%}.AccountCreation-module__TGrDmG__planSummary{background-color:#f7f4fa;border:1px solid #e8ddf0;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:24px;padding:12px 16px;display:flex}.AccountCreation-module__TGrDmG__planLabel{color:#666;font-size:.9rem}.AccountCreation-module__TGrDmG__planValue{color:#1d3752;font-size:.95rem;font-weight:600}.AccountCreation-module__TGrDmG__fieldGroup{margin-bottom:16px}.AccountCreation-module__TGrDmG__label{color:#1d3752;margin-bottom:6px;font-size:1rem;font-weight:600;display:block}.AccountCreation-module__TGrDmG__input{box-sizing:border-box;border:1px solid #ccc;border-radius:8px;width:100%;padding:.75rem;font-size:16px;transition:border-color .2s}.AccountCreation-module__TGrDmG__input:focus{border-color:#1d3752;outline:none}.AccountCreation-module__TGrDmG__fieldError{color:#d9534f;margin-top:4px;font-size:.9rem}.AccountCreation-module__TGrDmG__loginLink{color:#1d3752;font-weight:600;text-decoration:underline}.AccountCreation-module__TGrDmG__passwordRules{color:#666;background-color:#f5f5f5;border-radius:8px;margin-bottom:16px;padding:12px 16px;font-size:.85rem}.AccountCreation-module__TGrDmG__passwordRules p{margin:0 0 6px;font-weight:600}.AccountCreation-module__TGrDmG__passwordRules ul{margin:0;padding-left:1.25rem;list-style:none}.AccountCreation-module__TGrDmG__passwordRules li{margin-bottom:2px}.AccountCreation-module__TGrDmG__formError{color:#d9534f;text-align:center;background-color:#fdf2f2;border:1px solid #f5c6cb;border-radius:8px;margin-bottom:12px;padding:8px 12px;font-size:.9rem}.AccountCreation-module__TGrDmG__actions{justify-content:space-between;align-items:center;gap:12px;margin-top:8px;display:flex}.AccountCreation-module__TGrDmG__backButton{color:#666;cursor:pointer;background:0 0;border:1px solid #ccc;border-radius:10px;padding:.7rem 1.5rem;font-size:1rem;transition:background-color .2s,color .2s}.AccountCreation-module__TGrDmG__backButton:hover:not(:disabled){color:#333;background:#f5f5f5}.AccountCreation-module__TGrDmG__backButton:disabled{opacity:.5;cursor:not-allowed}.AccountCreation-module__TGrDmG__submitButton{color:#fff;cursor:pointer;background-color:#1d3752;border:none;border-radius:10px;min-width:160px;padding:.7rem 1.5rem;font-size:1rem;transition:background-color .3s}.AccountCreation-module__TGrDmG__submitButton:disabled{cursor:not-allowed;background-color:#ccc}.AccountCreation-module__TGrDmG__submitButton:hover:not(:disabled){background-color:#cdb4e2}@media (max-width:600px){.AccountCreation-module__TGrDmG__actions{flex-direction:column-reverse;gap:8px}.AccountCreation-module__TGrDmG__backButton,.AccountCreation-module__TGrDmG__submitButton{text-align:center;width:100%;min-height:44px}}
.StripeCheckout-module__NJ3zwW__checkoutContainer{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:48px 20px;display:flex}.StripeCheckout-module__NJ3zwW__spinner{border:3px solid #e0e0e0;border-top-color:#1d3752;border-radius:50%;width:40px;height:40px;margin-bottom:20px;animation:.8s linear infinite StripeCheckout-module__NJ3zwW__spin}@keyframes StripeCheckout-module__NJ3zwW__spin{to{transform:rotate(360deg)}}.StripeCheckout-module__NJ3zwW__loadingMessage{color:#555;font-size:1.05rem}.StripeCheckout-module__NJ3zwW__errorMessage{color:#c0392b;margin-bottom:24px;font-size:1rem;line-height:1.5}.StripeCheckout-module__NJ3zwW__actions{justify-content:center;gap:12px;display:flex}.StripeCheckout-module__NJ3zwW__backButton{color:#666;cursor:pointer;background:0 0;border:1px solid #ccc;border-radius:10px;padding:.7rem 1.5rem;font-size:1rem;transition:background-color .2s,color .2s}.StripeCheckout-module__NJ3zwW__backButton:hover{color:#333;background:#f5f5f5}.StripeCheckout-module__NJ3zwW__retryButton{color:#fff;cursor:pointer;background-color:#1d3752;border:none;border-radius:10px;min-width:120px;padding:.7rem 1.5rem;font-size:1rem;transition:background-color .3s}.StripeCheckout-module__NJ3zwW__retryButton:hover{background-color:#cdb4e2}@media (max-width:600px){.StripeCheckout-module__NJ3zwW__checkoutContainer{padding:32px 16px}.StripeCheckout-module__NJ3zwW__backButton,.StripeCheckout-module__NJ3zwW__retryButton{min-height:44px;padding:.6rem 1rem;font-size:.95rem}}
.JoinWizard-module__FFDuda__wizardContainer{box-sizing:border-box;width:100%;padding:0 1rem}.JoinWizard-module__FFDuda__stepHeading{color:#1d3752;text-align:center;margin-bottom:8px;font-size:1.4rem;font-weight:600}.JoinWizard-module__FFDuda__stepSubtext{color:#666;text-align:center;margin-bottom:24px;font-size:.95rem}.JoinWizard-module__FFDuda__stepContent{margin-bottom:24px}.JoinWizard-module__FFDuda__placeholderStep{text-align:center;color:#999;padding:40px 20px;font-size:1rem}.JoinWizard-module__FFDuda__navigation{justify-content:space-between;align-items:center;gap:12px;display:flex}.JoinWizard-module__FFDuda__navigationSingle{justify-content:flex-end}.JoinWizard-module__FFDuda__backButton{color:#666;cursor:pointer;background:0 0;border:1px solid #ccc;border-radius:10px;padding:.7rem 1.5rem;font-size:1rem;transition:background-color .2s,color .2s}.JoinWizard-module__FFDuda__backButton:hover{color:#333;background:#f5f5f5}.JoinWizard-module__FFDuda__nextButton{color:#fff;cursor:pointer;background-color:#1d3752;border:none;border-radius:10px;min-width:120px;padding:.7rem 1.5rem;font-size:1rem;transition:background-color .3s}.JoinWizard-module__FFDuda__nextButton:disabled{cursor:not-allowed;background-color:#ccc}.JoinWizard-module__FFDuda__nextButton:hover:not(:disabled){background-color:#cdb4e2}@media (max-width:600px){.JoinWizard-module__FFDuda__wizardContainer{padding:0}.JoinWizard-module__FFDuda__stepHeading{font-size:1.2rem}.JoinWizard-module__FFDuda__nextButton,.JoinWizard-module__FFDuda__backButton{min-height:44px;padding:.6rem 1rem;font-size:.95rem}}
