.go-flow_shell__W1xd2{--brand:#2563eb;--brand-dark:#1d4ed8;--brand-soft:#eff6ff;--ink:#18181b;--dim:#52525b;--canvas:#fafafa;--surface:#ffffff;--line:#e4e4e7;--line-strong:#d4d4d8;--font-body:var(--go-font-inter),Inter,ui-sans-serif,-apple-system,"Segoe UI",sans-serif;--font-display:var(--go-font-rubik),Rubik,var(--font-body);--ease-out:cubic-bezier(0.23,1,0.32,1);--ease-in-out:cubic-bezier(0.77,0,0.175,1);--radius-sm:6px;--radius-md:8px;--radius-lg:10px;--radius-xl:14px;--radius-2xl:18px;position:relative;isolation:isolate;min-height:100svh;color:var(--ink);background:var(--canvas);font-family:var(--font-body);-webkit-font-smoothing:antialiased}.go-flow_shell__W1xd2:before{content:"";position:fixed;inset:0;z-index:0;pointer-events:none;background:radial-gradient(640px circle at 88% -10%,color-mix(in srgb,var(--brand) 16%,transparent),transparent 62%),radial-gradient(520px circle at -10% 98%,color-mix(in srgb,var(--brand) 10%,transparent),transparent 58%)}.go-flow_progressTrack__MRxnZ{position:relative;z-index:25;width:100%;height:3px;background:var(--line);overflow:hidden}.go-flow_progressFill__QncUB{position:absolute;inset:0;width:100%;height:100%;transform:scaleX(0);transform-origin:left center;background:var(--brand);transition:transform .22s var(--ease-out);will-change:transform}.go-flow_stage__YTLyJ{position:relative;z-index:1;min-height:calc(100svh - 3px);display:flex;align-items:center;justify-content:center;padding:48px 24px calc(48px + env(safe-area-inset-bottom))}.go-flow_stageInner__t6koQ{width:100%;max-width:600px}.go-flow_wordmark__NUEyy{display:flex;justify-content:center;margin-bottom:28px;color:var(--ink);text-decoration:none;opacity:.85}.go-flow_copyStage__6feMF{text-align:center}.go-flow_questionCopy__yaW4C{max-width:100%;margin:0 auto}.go-flow_kicker__xFy6z{margin:0 0 14px;color:var(--brand);font-size:.72rem;font-weight:650;line-height:1.3;letter-spacing:.075em;text-transform:lowercase}.go-flow_questionCopy__yaW4C h1{max-width:20ch;margin:0 auto;font-family:var(--font-display);font-size:clamp(2.1rem,4.2vw,3.2rem);font-weight:620;line-height:1.08;letter-spacing:-.02em;text-wrap:balance}.go-flow_lead__Y_hUh{max-width:46ch;margin:18px auto 0;color:var(--dim);font-size:1rem;line-height:1.6;letter-spacing:-.008em;text-wrap:pretty}.go-flow_controlStage__xRhwT{width:100%;max-width:460px;margin:32px auto 0}.go-flow_questionGroupStack__sHRGf{display:grid;gap:26px}.go-flow_fieldLabel__BkevS{margin:0 0 10px;color:var(--dim);font-size:.74rem;font-weight:600;text-align:center}.go-flow_detailInput__rnbYL{width:100%;max-width:460px;margin:0 auto;padding:13px 15px;display:block;resize:vertical;border:1px solid var(--line);border-radius:var(--radius-xl);color:var(--ink);background:var(--surface);font-family:inherit;font-size:.86rem;line-height:1.5;box-shadow:0 1px 0 rgba(24,24,27,.02);transition:border-color .16s var(--ease-out)}.go-flow_detailInput__rnbYL::-moz-placeholder{color:var(--line-strong)}.go-flow_detailInput__rnbYL::placeholder{color:var(--line-strong)}.go-flow_detailInput__rnbYL:focus{outline:none;border-color:color-mix(in srgb,var(--brand) 55%,var(--line))}.go-flow_error__SkVA_{max-width:460px;margin:0 auto;padding:9px 12px;border:1px solid #e8caca;border-radius:var(--radius-lg);color:#8d2424;background:#fff8f8;font-size:.74rem;text-align:center}.go-flow_spinner__UYeNk{animation:go-flow_spin___glDQ .8s linear infinite}@keyframes go-flow_spin___glDQ{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.go-flow_spinner__UYeNk{animation-duration:1.6s}}.go-flow_backRow__4mbko{margin-top:18px;display:flex;align-items:center;justify-content:center;gap:18px}.go-flow_backLink__MQp6i{padding:6px 4px;display:inline-flex;align-items:center;gap:5px;border:none;background:none;color:var(--dim);font-size:.8rem;font-weight:550;cursor:pointer;transition:color .15s var(--ease-out)}.go-flow_backLinkIcon__PR1uz{width:13px;height:13px}.go-flow_languageToggle__K7vqF{position:absolute;top:14px;right:16px;z-index:30;display:inline-flex;gap:2px;padding:2px;border:1px solid var(--line);border-radius:999px;background:var(--surface)}.go-flow_languageToggle__K7vqF button{padding:4px 10px;border:none;border-radius:999px;background:none;color:var(--dim);font-size:.66rem;font-weight:650;letter-spacing:.03em;cursor:pointer;transition:background .15s var(--ease-out),color .15s var(--ease-out)}.go-flow_languageToggle__K7vqF button[data-active=true]{background:var(--brand-soft);color:var(--brand)}.go-flow_choiceGrid__Imlx3{max-width:460px;margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.go-flow_choice__vUJUO{min-height:56px;padding:13px 15px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--line);border-radius:var(--radius-xl);color:var(--ink);background:var(--surface);font-size:.9rem;font-weight:550;line-height:1.2;text-align:left;cursor:pointer;box-shadow:0 1px 0 rgba(24,24,27,.02);transition:border-color .16s var(--ease-out),background .16s var(--ease-out),transform .12s var(--ease-out),box-shadow .16s var(--ease-out)}.go-flow_choice__vUJUO svg{width:17px;height:17px;padding:3px;flex:none;border-radius:50%;color:transparent;background:var(--canvas);transition:color .16s var(--ease-out),background .16s var(--ease-out)}.go-flow_choice__vUJUO[data-selected=true]{border-color:color-mix(in srgb,var(--brand) 40%,var(--line));background:var(--brand-soft)}.go-flow_choice__vUJUO[data-selected=true] svg,.go-flow_rankBadge__w_J0g{color:#ffffff;background:var(--brand)}.go-flow_rankBadge__w_J0g{width:17px;height:17px;flex:none;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:.7rem;font-weight:700;line-height:1}.go-flow_actionStack__NmBjN{display:grid;gap:11px}.go-flow_checkoutAction__UwoOj,.go-flow_primaryAction__DeoWY{width:100%;min-height:56px;padding:14px 17px;display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid var(--brand);border-radius:var(--radius-xl);color:#ffffff;background:var(--brand);font-size:.92rem;font-weight:620;line-height:1.2;text-align:left;text-decoration:none;cursor:pointer;box-shadow:0 10px 24px rgba(37,99,235,.18);transition:transform .13s var(--ease-out),box-shadow .18s var(--ease-out),background .18s var(--ease-out)}.go-flow_primaryAction__DeoWY[data-accent=false]{border-color:var(--ink);background:var(--ink);box-shadow:0 8px 20px rgba(24,24,27,.1)}.go-flow_primaryAction__DeoWY:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.go-flow_choice__vUJUO:disabled{opacity:.45;cursor:not-allowed}.go-flow_checkoutAction__UwoOj svg,.go-flow_primaryAction__DeoWY svg{width:18px;height:18px;flex:none;stroke-width:1.8;transition:transform .18s var(--ease-out)}.go-flow_microcopy__XfV5a,.go-flow_paymentNote__9xBt1{margin:0;color:var(--dim);font-size:.76rem;line-height:1.45;text-align:center}.go-flow_inlineContent__blVuP{width:100%;margin:28px 0 0;text-align:left}.go-flow_brief__TzYth{width:100%;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-2xl);background:var(--surface);box-shadow:0 22px 70px rgba(24,24,27,.07),0 2px 8px rgba(24,24,27,.025)}.go-flow_briefHeader__GIiNp{min-height:66px;padding:14px 17px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid var(--line)}.go-flow_briefHeader__GIiNp>div:first-child{min-width:0;display:flex;align-items:center;gap:11px}.go-flow_productMark__ZX6TE{width:34px;height:34px;flex:none;border-radius:var(--radius-md);-o-object-fit:cover;object-fit:cover}.go-flow_briefHeader__GIiNp p,.go-flow_briefHeader__GIiNp span{margin:0}.go-flow_briefHeader__GIiNp p{color:var(--ink);font-size:.78rem;font-weight:640;line-height:1.2}.go-flow_briefHeader__GIiNp>div:first-child>div>span{display:block;margin-top:3px;color:var(--dim);font-size:.63rem;line-height:1.2}.go-flow_liveStatus__IMntp{padding:6px 8px;display:inline-flex;align-items:center;gap:6px;flex:none;border:1px solid var(--line);border-radius:999px;color:var(--dim);background:var(--canvas);font-size:.6rem;font-weight:580;line-height:1}.go-flow_liveStatus__IMntp i{width:5px;height:5px;border-radius:50%;background:#a1a1aa}.go-flow_liveStatus__IMntp[data-ready=true] i{background:var(--brand);box-shadow:0 0 0 3px var(--brand-soft);animation:go-flow_live-dot-pulse__xQkC7 2s ease-in-out infinite}@keyframes go-flow_live-dot-pulse__xQkC7{0%,to{opacity:1}50%{opacity:.4}}@media (prefers-reduced-motion:reduce){.go-flow_liveStatus__IMntp[data-ready=true] i{animation:none}}.go-flow_contextGrid__OxdwQ{margin:0;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-bottom:1px solid var(--line)}.go-flow_contextGrid__OxdwQ>div{min-width:0;min-height:70px;padding:13px 12px;border-right:1px solid var(--line)}.go-flow_contextGrid__OxdwQ>div:last-child{border-right:0}.go-flow_contextGrid__OxdwQ dt{margin:0 0 7px;color:var(--dim);font-size:.55rem;font-weight:540;line-height:1.2}.go-flow_contextGrid__OxdwQ dd{margin:0;overflow:hidden;color:var(--ink);font-size:.67rem;font-weight:610;line-height:1.25;text-overflow:ellipsis}.go-flow_tabularNum__IWM05{font-variant-numeric:tabular-nums}.go-flow_briefBody__AbxOV{padding:19px;display:grid;gap:13px}.go-flow_unknownBlock__10XyE{padding:16px;border:1px solid var(--line);border-radius:var(--radius-xl);background:var(--canvas)}.go-flow_sectionLabel__Ig940{margin-bottom:13px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--dim);font-size:.57rem;font-weight:610;line-height:1.2;letter-spacing:.035em}.go-flow_unknownBlock__10XyE h3{max-width:34ch;margin:0;font-family:var(--font-display);color:var(--ink);font-size:clamp(1rem,2vw,1.18rem);font-weight:600;line-height:1.25;letter-spacing:-.01em;text-wrap:balance}.go-flow_unknownBlock__10XyE p{max-width:54ch;margin:9px 0 0;color:var(--dim);font-size:.72rem;line-height:1.55}.go-flow_typeCursor__rB_hQ{display:inline-block;width:2px;height:.95em;margin-left:2px;background:currentColor;opacity:.7;vertical-align:text-bottom;animation:go-flow_type-cursor-blink__hUd55 .9s step-end infinite}@keyframes go-flow_type-cursor-blink__hUd55{0%,to{opacity:.7}50%{opacity:0}}@media (prefers-reduced-motion:reduce){.go-flow_typeCursor__rB_hQ{display:none}}.go-flow_systemPath__ZGEHE{display:grid;grid-template-columns:minmax(0,1.22fr) minmax(155px,.78fr);gap:11px}.go-flow_actionPrescription__Ug2A_{position:relative;min-height:154px;padding:17px;overflow:hidden;border-radius:var(--radius-xl);color:#ffffff;background:var(--brand)}.go-flow_actionTopline__tGlHu{position:relative;z-index:2;margin-bottom:13px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:rgba(255,255,255,.62);font-size:.57rem;font-weight:610;letter-spacing:.035em}.go-flow_actionPrescription__Ug2A_>strong{position:relative;z-index:2;display:block;max-width:24ch;font-family:var(--font-display);font-size:1.08rem;font-weight:600;line-height:1.2;letter-spacing:-.01em}.go-flow_actionPrescription__Ug2A_>p{position:relative;z-index:2;max-width:34ch;margin:8px 0 0;color:rgba(255,255,255,.72);font-size:.7rem;line-height:1.45}.go-flow_weekCadence__tNlAe{position:relative;z-index:2;margin-top:14px;display:flex;gap:5px}.go-flow_weekCadenceCell__B0eYV{flex:1;height:20px;border-radius:5px;background:rgba(255,255,255,.15);transition:background .2s var(--ease-out)}.go-flow_weekCadenceCell__B0eYV[data-active=true]{background:#ffffff}.go-flow_weekCadenceLabels__Y6gK4{position:relative;z-index:2;margin-top:5px;display:flex;gap:5px}.go-flow_weekCadenceLabels__Y6gK4 span{flex:1;text-align:center;color:rgba(255,255,255,.5);font-size:.5rem;line-height:1.2}.go-flow_feedbackPath__r94NP{padding:13px 12px;display:grid;align-content:center;gap:6px;border:1px solid var(--line);border-radius:var(--radius-xl);background:var(--canvas)}.go-flow_feedbackPath__r94NP>div{display:flex;align-items:flex-start;gap:9px}.go-flow_pathIcon__sDf9O{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;flex:none;border:1px solid var(--line);border-radius:var(--radius-sm);color:var(--brand);background:#ffffff}.go-flow_pathIcon__sDf9O svg{width:12px;height:12px;stroke-width:1.8}.go-flow_pathArrow__EGXyx{width:12px;height:12px;margin-left:6px;color:#b5b5ba;stroke-width:1.5}.go-flow_feedbackPath__r94NP p{min-width:0;margin:1px 0 0;display:grid;gap:3px}.go-flow_feedbackPath__r94NP strong{color:var(--ink);font-size:.62rem;font-weight:620}.go-flow_feedbackPath__r94NP p span{color:var(--dim);font-size:.54rem;line-height:1.35}.go-flow_briefFooter__WR1KO{min-height:37px;padding:9px 17px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--line);color:var(--dim);background:var(--canvas);font-size:.56rem;line-height:1.3}.go-flow_previewNote__YrUdp{margin:0 0 18px;padding:10px 14px;border:1px dashed var(--line-strong);border-radius:var(--radius-lg);color:var(--dim);font-size:.76rem;line-height:1.45}.go-flow_patternBars__dxa2m{display:grid;gap:14px}.go-flow_patternBar__GJCeV{display:grid;gap:7px}.go-flow_patternBarLabel___fqcQ{display:flex;align-items:baseline;justify-content:space-between;font-size:.82rem;font-weight:560}.go-flow_patternBarLabel___fqcQ span:last-child{color:var(--dim);font-size:.78rem;font-weight:620}.go-flow_patternBarTrack__bhdPu{height:9px;border-radius:999px;background:var(--line);overflow:hidden}.go-flow_patternBarFill__atkdS{height:100%;border-radius:999px;background:var(--brand)}.go-flow_patternBarFill__atkdS[data-emphasis=low]{background:var(--line-strong)}.go-flow_mentorGrid__Z30ie{display:grid;gap:14px}.go-flow_mentorCard__Itkee{padding:18px;display:grid;grid-template-columns:56px 1fr;gap:14px;border:1px solid var(--line);border-radius:var(--radius-2xl);background:var(--surface)}.go-flow_mentorPhoto__pDM18{width:56px;height:56px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:1px solid var(--line)}.go-flow_mentorHeader__yQVXa{display:flex;align-items:center;gap:8px}.go-flow_mentorHeader__yQVXa a{color:var(--dim);display:inline-flex}.go-flow_mentorName__MpgbP{margin:0;font-family:var(--font-display);font-size:.95rem;font-weight:600;color:var(--ink)}.go-flow_mentorMeta__SjQd_{margin:3px 0 0;display:flex;flex-wrap:wrap;align-items:center;gap:6px;font-size:.72rem}.go-flow_companyBadge___9nWz{padding:2px 8px;border-radius:999px;color:#ffffff;font-weight:620;font-size:.66rem}.go-flow_mentorLocation__tLeYs{color:var(--dim)}.go-flow_exBadge__3oE_X{padding:2px 7px;border:1px solid var(--line);border-radius:999px;color:var(--dim);font-size:.62rem}.go-flow_mentorBio__MV6KP{margin:9px 0 0;color:var(--dim);font-size:.78rem;line-height:1.55}.go-flow_testimonialHero__B5zJj{padding:18px;margin-bottom:14px;border-radius:var(--radius-2xl);background:var(--ink);color:#ffffff}.go-flow_testimonialHeroBadge__qjalL{display:inline-block;margin-bottom:10px;padding:4px 10px;border-radius:999px;background:rgba(255,255,255,.12);color:#ffffff;font-size:.64rem;font-weight:620}.go-flow_testimonialHero__B5zJj p{margin:0;font-size:.9rem;line-height:1.55}.go-flow_testimonialHeroMeta__SA7_r{margin-top:12px;display:flex;align-items:center;gap:8px;color:rgba(255,255,255,.68);font-size:.74rem}.go-flow_testimonialList__hth3_{display:grid;gap:10px}.go-flow_testimonialCard__grf8t{padding:15px 16px;border:1px solid var(--line);border-radius:var(--radius-xl);background:var(--surface)}.go-flow_testimonialAvatar__9_Qjk{width:30px;height:30px;flex:none;display:inline-block;border-radius:50%;background:var(--brand-soft);-o-object-fit:cover;object-fit:cover}.go-flow_testimonialTop__RzavR{display:flex;align-items:center;gap:10px;margin-bottom:8px}.go-flow_testimonialTop__RzavR strong{font-size:.82rem;color:var(--ink)}.go-flow_testimonialTop__RzavR span{display:block;color:var(--dim);font-size:.68rem}.go-flow_testimonialCard__grf8t p{margin:0;color:var(--ink);font-size:.78rem;line-height:1.55}.go-flow_testimonialLangNote__iIxdR{margin:12px 0 0;color:var(--dim);font-size:.66rem;line-height:1.4;text-align:center}.go-flow_roiCard__sfdbi{border:1px solid var(--line);border-radius:var(--radius-2xl);background:var(--surface);overflow:hidden}.go-flow_roiSpendNote__KTVY8{margin:0;padding:12px 18px;background:color-mix(in srgb,var(--brand) 6%,var(--surface));border-bottom:1px solid var(--line);color:var(--dim);font-size:.74rem;line-height:1.5}.go-flow_roiRow__aoUGT{padding:15px 18px;display:flex;align-items:baseline;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line)}.go-flow_roiRow__aoUGT span:first-child{color:var(--dim);font-size:.82rem}.go-flow_roiRow__aoUGT strong{font-family:var(--font-display);font-size:1.15rem;color:var(--ink)}.go-flow_roiIncrease__uxDmN strong{color:#16a34a}.go-flow_roiUpside__rpgoh{padding:18px;background:var(--ink);color:#ffffff}.go-flow_roiUpsideLabel__E42cl{display:flex;align-items:center;gap:8px;color:rgba(255,255,255,.68);font-size:.8rem}.go-flow_roiUpsideValue__PBd9C{margin-top:6px;font-family:var(--font-display);font-size:clamp(1.9rem,4vw,2.6rem);font-weight:650;letter-spacing:-.02em}.go-flow_roiDisclaimer__fFQ01{margin:12px 0 0;color:rgba(255,255,255,.62);font-size:.68rem;line-height:1.5}.go-flow_proofStats__5r4XC{margin-bottom:14px;padding:14px 16px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--brand-soft)}.go-flow_proofStatsHeadline__eh3zw{display:flex;align-items:center;gap:8px;color:var(--ink);font-size:.86rem}.go-flow_proofStatsHeadline__eh3zw svg{flex:none;color:var(--brand)}.go-flow_proofStatsHeadline__eh3zw strong{font-family:var(--font-display)}.go-flow_proofStatsDetail__aZshX{margin:8px 0 0;color:var(--dim);font-size:.76rem;line-height:1.5}.go-flow_proofStatsDetail__aZshX strong{color:var(--ink)}.go-flow_recapList__dLxKD{margin:0;padding:0;list-style:none;display:grid;gap:10px}.go-flow_recapList__dLxKD li{padding:13px 15px;display:flex;align-items:flex-start;gap:10px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);font-size:.86rem;line-height:1.4}.go-flow_recapList__dLxKD svg{flex:none;width:17px;height:17px;margin-top:1px;color:var(--brand)}.go-flow_paywallControls__VMx2H{display:grid;gap:13px}.go-flow_planSelector__NhKzv{min-width:0;margin:0;padding:0;display:grid;gap:8px;border:0}.go-flow_planLegend__ugwaq{width:100%;margin-bottom:6px;display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--dim);font-size:.68rem;font-weight:570}.go-flow_currencyPills__teYiu{display:inline-flex;gap:2px;padding:2px;border:1px solid var(--line);border-radius:999px;background:var(--surface)}.go-flow_currencyPills__teYiu button{min-width:30px;padding:3px 9px;border:none;border-radius:999px;background:none;color:var(--dim);font-size:.66rem;font-weight:650;cursor:pointer;transition:background .15s var(--ease-out),color .15s var(--ease-out)}.go-flow_currencyPills__teYiu button[data-active=true]{background:var(--brand-soft);color:var(--brand)}.go-flow_planOption__W__oC{min-height:64px;padding:10px 12px;display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:10px;border:1px solid var(--line);border-radius:var(--radius-xl);background:#ffffff;cursor:pointer;transition:border-color .16s var(--ease-out),background .16s var(--ease-out),transform .12s var(--ease-out)}.go-flow_planOption__W__oC[data-selected=true]{border-color:color-mix(in srgb,var(--brand) 45%,var(--line));background:var(--brand-soft)}.go-flow_planOption__W__oC[data-recommended=true]:not([data-selected=true]){border-color:var(--line-strong)}.go-flow_planRecommendedTag__teerN{grid-column:1/-1;margin:-2px 0 2px 28px;color:var(--brand);font-size:.6rem;font-weight:650}.go-flow_planOption__W__oC input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.go-flow_radioMark__2O3JA{width:17px;height:17px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line-strong);border-radius:50%;background:#ffffff}.go-flow_radioMark__2O3JA i{width:7px;height:7px;border-radius:50%;background:transparent}.go-flow_planOption__W__oC[data-selected=true] .go-flow_radioMark__2O3JA{border-color:var(--brand)}.go-flow_planOption__W__oC[data-selected=true] .go-flow_radioMark__2O3JA i{background:var(--brand)}.go-flow_planName__TESEw,.go-flow_planValue__g_4aU{display:grid;gap:4px}.go-flow_planName__TESEw strong,.go-flow_planValue__g_4aU strong{color:var(--ink);font-size:.76rem;font-weight:630;line-height:1.2}.go-flow_planName__TESEw small,.go-flow_planValue__g_4aU small{color:var(--dim);font-size:.6rem;line-height:1.2}.go-flow_planValue__g_4aU{justify-items:end;text-align:right}.go-flow_planValue__g_4aU strong{font-size:.94rem;font-weight:700}.go-flow_planValue__g_4aU small.go-flow_planMonthlyEquivalent__Hm6f_{color:var(--ink);opacity:.55}.go-flow_planValue__g_4aU small.go-flow_planSaving__pIS1O{margin-top:2px;padding:2px 7px;border-radius:999px;background:color-mix(in srgb,#16a34a 16%,transparent);color:#16a34a;font-size:.62rem;font-weight:700;line-height:1.5}.go-flow_planValue__g_4aU em{color:var(--brand);font-size:.55rem;font-style:normal;font-weight:650;line-height:1}.go-flow_planOption__W__oC:focus-within{outline:2px solid color-mix(in srgb,var(--brand) 55%,transparent);outline-offset:2px}.go-flow_guaranteeBadge__7anmQ{padding:12px 14px;display:flex;align-items:flex-start;gap:10px;border:1px solid var(--line);border-radius:var(--radius-xl);background:var(--brand-soft)}.go-flow_guaranteeBadge__7anmQ svg{flex:none;margin-top:1px;color:var(--brand)}.go-flow_guaranteeBadge__7anmQ p{margin:0;color:var(--dim);font-size:.72rem;line-height:1.5}.go-flow_guaranteeBadge__7anmQ strong{color:var(--ink)}.go-flow_guaranteeBadge__7anmQ a{color:var(--brand);text-decoration:underline;text-underline-offset:2px}@media (hover:hover) and (pointer:fine){.go-flow_backLink__MQp6i:hover{color:var(--ink)}.go-flow_choice__vUJUO:hover,.go-flow_mentorCard__Itkee:hover,.go-flow_planOption__W__oC:hover{border-color:var(--line-strong);box-shadow:0 6px 18px rgba(24,24,27,.045)}.go-flow_checkoutAction__UwoOj:hover,.go-flow_primaryAction__DeoWY:hover{box-shadow:0 13px 30px rgba(37,99,235,.24);transform:translateY(-1px)}.go-flow_checkoutAction__UwoOj:hover svg,.go-flow_primaryAction__DeoWY:hover svg{transform:translateX(2px)}}.go-flow_checkoutAction__UwoOj:active,.go-flow_choice__vUJUO:active,.go-flow_planOption__W__oC:active,.go-flow_primaryAction__DeoWY:active{transform:scale(.97)}.go-flow_backLink__MQp6i:focus-visible,.go-flow_checkoutAction__UwoOj:focus-visible,.go-flow_choice__vUJUO:focus-visible,.go-flow_primaryAction__DeoWY:focus-visible{outline:2px solid color-mix(in srgb,var(--brand) 58%,transparent);outline-offset:3px}@media (max-width:640px){.go-flow_stage__YTLyJ{padding:32px 20px calc(32px + env(safe-area-inset-bottom))}.go-flow_wordmark__NUEyy{margin-bottom:22px}.go-flow_questionCopy__yaW4C h1{max-width:20ch;font-size:clamp(1.9rem,8vw,2.6rem);line-height:1.1}.go-flow_kicker__xFy6z{margin-bottom:12px;font-size:.66rem}.go-flow_lead__Y_hUh{max-width:32ch;margin-top:14px;font-size:.9rem;line-height:1.5}.go-flow_brief__TzYth{border-radius:var(--radius-xl);box-shadow:0 14px 45px rgba(24,24,27,.06)}.go-flow_contextGrid__OxdwQ{grid-template-columns:repeat(2,minmax(0,1fr))}.go-flow_contextGrid__OxdwQ>div{min-height:59px;padding:10px 12px}.go-flow_contextGrid__OxdwQ>div:nth-child(2){border-right:0}.go-flow_contextGrid__OxdwQ>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.go-flow_briefBody__AbxOV{padding:13px;gap:10px}.go-flow_unknownBlock__10XyE{padding:14px}.go-flow_systemPath__ZGEHE{grid-template-columns:1fr;gap:9px}.go-flow_actionPrescription__Ug2A_{min-height:138px;padding:15px}.go-flow_feedbackPath__r94NP{grid-template-columns:1fr 14px 1fr;align-items:start;gap:7px}.go-flow_pathArrow__EGXyx{margin:7px 0 0;transform:rotate(-90deg)}.go-flow_mentorCard__Itkee{grid-template-columns:48px 1fr;padding:15px}.go-flow_mentorPhoto__pDM18{width:48px;height:48px}}@media (max-width:420px){.go-flow_questionCopy__yaW4C h1{font-size:clamp(1.75rem,8.5vw,2.3rem)}.go-flow_lead__Y_hUh{font-size:.86rem}.go-flow_briefHeader__GIiNp{min-height:59px;padding:11px 12px}.go-flow_productMark__ZX6TE{width:31px;height:31px;border-radius:var(--radius-sm)}.go-flow_briefHeader__GIiNp>div:first-child>div>span{display:none}.go-flow_contextGrid__OxdwQ dd{font-size:.64rem}.go-flow_unknownBlock__10XyE h3{font-size:.96rem}.go-flow_choiceGrid__Imlx3{gap:8px}.go-flow_choice__vUJUO{min-height:53px;padding:11px 12px;font-size:.8rem}.go-flow_mentorCard__Itkee{grid-template-columns:1fr}.go-flow_mentorPhoto__pDM18{width:44px;height:44px}}@media (prefers-reduced-motion:reduce){.go-flow_weekCadenceCell__B0eYV{transition:none}.go-flow_backLink__MQp6i,.go-flow_checkoutAction__UwoOj,.go-flow_checkoutAction__UwoOj svg,.go-flow_choice__vUJUO,.go-flow_planOption__W__oC,.go-flow_primaryAction__DeoWY,.go-flow_primaryAction__DeoWY svg,.go-flow_progressFill__QncUB{transition-duration:.1s}.go-flow_checkoutAction__UwoOj:active,.go-flow_choice__vUJUO:active,.go-flow_planOption__W__oC:active,.go-flow_primaryAction__DeoWY:active{transform:none}}