.wz-page{-webkit-font-smoothing:antialiased;background:#edf2f4;flex-direction:column;width:100%;min-height:100vh;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex;position:relative;overflow:hidden}.wz-page__watermark{opacity:.08;pointer-events:none;z-index:0;width:480px;height:auto;position:fixed;top:50%;right:-60px;transform:translateY(-50%)}.wz-page__logo-link{z-index:10;padding:40px 64px 0;display:inline-block;position:relative}.wz-page__logo{object-fit:contain;width:auto;height:54px}.wz-page__content{z-index:10;max-width:720px;padding:24px 64px 64px;animation:.45s cubic-bezier(.16,1,.3,1) both wzFadeInUp;position:relative}@keyframes wzFadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translate(0,0)}}.wz-page__content--center{flex-direction:column;align-items:center;max-width:900px;margin:0 auto;display:flex}.wz-page__title{color:#33376f;letter-spacing:-1.28px;margin:0 0 16px;font-size:clamp(28px,4vw,42px);font-weight:700;line-height:1.15}.wz-page__intro-desc{color:#606062;max-width:560px;margin:0 0 24px;font-size:18px;font-weight:600;line-height:1.5}.wz-page__divider{background:#62abb2;border-radius:2px;width:180px;height:3px;margin:24px 0}.wz-page__section-title{color:#606062;letter-spacing:-.6px;margin:0 0 8px;font-size:22px;font-weight:700}.wz-page__section-desc{color:#606062;max-width:560px;margin:0 0 32px;font-size:16px;font-weight:600;line-height:1.45}.wz-page__note{color:#62abb2;margin:0;font-size:15px;font-weight:600;line-height:1.5}.wz-page__form{flex-direction:column;gap:20px;max-width:560px;display:flex}.wz-page__field{flex-direction:column;gap:8px;display:flex}.wz-page__field label{color:#606062;letter-spacing:-.3px;font-size:15px;font-weight:600}.wz-page__field input{color:#33376f;box-sizing:border-box;background:#fff;border:1px solid silver;border-radius:12px;width:100%;min-height:56px;padding:0 18px;font-family:inherit;font-size:16px;transition:border-color .2s,box-shadow .2s}.wz-page__field input:focus{border-color:#62abb2;outline:none;box-shadow:0 0 0 3px #62abb22e}.wz-page__field input::placeholder{color:#b0b0b0}.wz-page__btn{color:#fff;letter-spacing:.3px;cursor:pointer;background:#62abb2;border:none;border-radius:30px;justify-content:center;align-items:center;gap:10px;min-height:56px;margin-top:12px;padding:0 36px;font-family:inherit;font-size:17px;font-weight:700;text-decoration:none;transition:background .2s,transform .2s,box-shadow .2s;display:inline-flex}.wz-page__btn:hover{background:#5399a0;box-shadow:0 4px 16px #62abb24d}.wz-page__btn:active{transform:scale(.98)}.wz-page__btn:disabled{cursor:not-allowed}.wz-page__btn--center{align-self:center;width:100%;max-width:400px}.wz-page__btn-link{color:#62abb2;cursor:pointer;text-underline-offset:4px;background:0 0;border:none;margin-top:8px;padding:12px;font-family:inherit;font-size:16px;font-weight:700;text-decoration:underline}.wz-page__btn-link:hover{color:#33376f}.wz-page__success{z-index:10;text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:20px;padding:48px 32px;animation:.5s cubic-bezier(.16,1,.3,1) both wzFadeInUp;display:flex;position:relative}.wz-page__success-icon{background:#62abb2;border-radius:50%;justify-content:center;align-items:center;width:88px;height:88px;display:flex}.wz-page__success-title{color:#33376f;letter-spacing:-.6px;margin:0;font-size:clamp(24px,3vw,34px);font-weight:700}.wz-page__success-desc{color:#606062;max-width:480px;margin:0;font-size:17px;font-weight:500;line-height:1.5}.wz-quiz-intro{background:linear-gradient(135deg,#62abb2 0%,#33376f 100%);border-radius:20px;max-width:900px;min-height:360px;margin:32px 0;display:flex;position:relative;overflow:hidden}.wz-quiz-intro__image{align-items:flex-end;width:45%;min-width:200px;display:flex;position:relative}.wz-quiz-intro__image img{object-fit:contain;object-position:bottom;width:100%;height:auto;display:block}.wz-quiz-intro__text{color:#fff;flex-direction:column;flex:1;justify-content:center;padding:40px 48px 40px 24px;display:flex}.wz-quiz-intro__text p{text-align:center;margin:0 0 16px;font-size:18px;line-height:1.6}.wz-quiz-intro__text strong{font-weight:700}.wz-quiz-questions{flex-direction:column;gap:28px;max-width:560px;margin-top:8px;display:flex}.wz-quiz-q{flex-direction:column;gap:10px;display:flex}.wz-quiz-q__label{color:#33376f;letter-spacing:-.3px;margin:0;font-size:16px;font-weight:700}.wz-quiz-q__number{color:#62abb2;font-weight:800}.wz-quiz-q__options{flex-direction:column;gap:8px;display:flex}.wz-quiz-q__option{cursor:pointer;color:#33376f;text-align:left;background:#fff;border:2px solid #d8d8d8;border-radius:14px;align-items:center;gap:14px;width:100%;padding:14px 18px;font-family:inherit;font-size:15px;font-weight:500;transition:border-color .2s,background .2s,box-shadow .2s;display:flex}.wz-quiz-q__option:hover{background:#f6fbfb;border-color:#62abb2}.wz-quiz-q__option.is-selected{background:#dce8ea;border-color:#62abb2;box-shadow:0 0 0 3px #62abb22e}.wz-quiz-q__radio{border:2px solid silver;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;transition:border-color .2s;display:flex}.wz-quiz-q__option.is-selected .wz-quiz-q__radio{border-color:#62abb2}.wz-quiz-q__option.is-selected .wz-quiz-q__radio:after{content:"";background:#62abb2;border-radius:50%;width:12px;height:12px}.wz-quiz-result{color:#fff;text-align:center;background:linear-gradient(135deg,#62abb2 0%,#33376f 100%);border-radius:24px;flex-direction:column;align-items:center;width:100%;max-width:700px;min-height:320px;margin:24px auto 0;padding:48px 32px;display:flex;position:relative;overflow:hidden}.wz-quiz-result__badge{margin-bottom:16px}.wz-quiz-result__heading{letter-spacing:-.6px;color:#fff;margin:0 0 16px;font-size:clamp(22px,3vw,30px);font-weight:700}.wz-quiz-result__plan-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);letter-spacing:-.5px;background:#ffffff2e;border-radius:14px;margin-bottom:16px;padding:12px 48px;font-size:24px;font-weight:800}.wz-quiz-result__desc{opacity:.9;max-width:400px;margin:0;font-size:16px;font-weight:500;line-height:1.5}.wz-quiz-result__assistant{object-fit:contain;object-position:bottom right;pointer-events:none;z-index:1;height:90%;max-height:380px;position:absolute;bottom:0;right:-20px}@media (max-width:768px){.wz-page__logo-link{padding:24px 24px 0}.wz-page__content{padding:20px 24px 48px}.wz-page__watermark{width:280px;right:-40px}.wz-quiz-intro{flex-direction:column;min-height:auto}.wz-quiz-intro__image{width:100%;max-height:280px;overflow:hidden}.wz-quiz-intro__text{padding:24px 20px}.wz-quiz-intro__text p{font-size:16px}.wz-quiz-result__assistant{display:none}.wz-quiz-result{padding:32px 20px}}@media (max-width:480px){.wz-page__title{font-size:26px}.wz-page__logo-link{padding:20px 16px 0}.wz-page__content{padding:16px 16px 40px}.wz-page__field input{min-height:50px;font-size:15px}.wz-page__btn{min-height:50px;padding:0 24px;font-size:16px}.wz-page__watermark{width:200px;right:-30px}}@media (prefers-reduced-motion:reduce){.wz-page__btn,.wz-page__field input,.wz-quiz-q__option{transition:none}}.wz-root{color:#33376f;-webkit-font-smoothing:antialiased;background:#fff;flex-direction:column;width:100%;min-height:100vh;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex;overflow-x:hidden}
