.health-test-module__fal0eq__testHeader{z-index:100;background:#2d3436;justify-content:space-between;align-items:center;padding:16px 24px;display:flex;position:sticky;top:0}.health-test-module__fal0eq__testHeaderLeft{flex-direction:column;gap:2px;display:flex}.health-test-module__fal0eq__testBrand{color:#fff;letter-spacing:-.01em;font-size:1.4rem;font-weight:800}.health-test-module__fal0eq__testSubtitle{color:var(--accent-border);font-size:.75rem;font-weight:600}.health-test-module__fal0eq__testExit{color:#ffffffb3;cursor:pointer;transition:color var(--transition-fast);background:0 0;border:none;border-radius:6px;align-items:center;gap:4px;padding:8px 12px;font-size:.85rem;font-weight:600;text-decoration:none;display:flex}.health-test-module__fal0eq__testExit:hover{color:#fff;background:#ffffff14}.health-test-module__fal0eq__tabsContainer{background:var(--bg-primary);border-bottom:1px solid var(--border-color);padding:24px 24px 0}.health-test-module__fal0eq__tabsInner{max-width:700px;margin:0 auto}.health-test-module__fal0eq__tabsRow{grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:16px;display:grid}.health-test-module__fal0eq__tab{text-align:left;cursor:default;transition:all var(--transition-fast);border:1.5px solid var(--border-color);background:var(--bg-secondary);color:var(--text-secondary);border-radius:8px;flex-direction:column;gap:2px;padding:12px 16px;font-size:.85rem;font-weight:600;display:flex}.health-test-module__fal0eq__tabActive{background:var(--accent-primary);color:var(--white);border-color:var(--accent-primary);box-shadow:0 4px 12px #3b8e3033}.health-test-module__fal0eq__tabCompleted{background:var(--accent-light);color:var(--accent-primary);border-color:var(--accent-border)}.health-test-module__fal0eq__tabNumber{text-transform:uppercase;letter-spacing:.08em;opacity:.7;font-size:.7rem;font-weight:700}.health-test-module__fal0eq__progressWrap{max-width:700px;margin:0 auto;padding-bottom:16px}.health-test-module__fal0eq__progressBarOuter{background:var(--border-color);border-radius:9999px;height:6px;position:relative;overflow:hidden}.health-test-module__fal0eq__progressBarInner{background:linear-gradient(90deg, var(--accent-primary), #66bb6a);border-radius:9999px;height:100%;transition:width .4s cubic-bezier(.4,0,.2,1)}.health-test-module__fal0eq__progressText{text-align:right;color:var(--text-light);margin-top:6px;font-size:.75rem;font-weight:600}.health-test-module__fal0eq__questionArea{flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:400px;padding:50px 24px;display:flex}.health-test-module__fal0eq__questionCard{text-align:center;width:100%;max-width:560px;animation:.35s cubic-bezier(.16,1,.3,1) forwards health-test-module__fal0eq__fadeSlideIn}@keyframes health-test-module__fal0eq__fadeSlideIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.health-test-module__fal0eq__questionTitle{color:var(--text-primary);margin-bottom:36px;font-size:1.35rem;font-weight:700;line-height:1.4}.health-test-module__fal0eq__inputField{border:none;border-bottom:2.5px solid var(--accent-primary);text-align:center;width:100%;max-width:380px;color:var(--text-primary);font-size:1.1rem;font-family:var(--font-primary);transition:border-color var(--transition-fast);background:0 0;outline:none;margin:0 auto;padding:14px 0;font-weight:500}.health-test-module__fal0eq__inputField::placeholder{color:var(--text-light);font-weight:400}.health-test-module__fal0eq__inputField:focus{border-bottom-color:var(--accent-hover)}.health-test-module__fal0eq__optionsGrid{grid-template-columns:1fr 1fr;gap:12px;max-width:480px;margin:0 auto;display:grid}.health-test-module__fal0eq__optionsGridSingle{grid-template-columns:1fr}.health-test-module__fal0eq__optionBtn{border:1.5px solid var(--border-color);background:var(--white);cursor:pointer;text-align:left;color:var(--text-primary);transition:all var(--transition-fast);border-radius:12px;align-items:center;gap:10px;padding:16px 20px;font-size:.95rem;font-weight:600;display:flex}.health-test-module__fal0eq__optionBtn:hover{border-color:var(--accent-border);background:var(--accent-light);transform:translateY(-1px)}.health-test-module__fal0eq__optionBtnActive{border-color:var(--accent-primary);background:var(--accent-light);color:var(--accent-primary);box-shadow:0 2px 8px #3b8e301f}.health-test-module__fal0eq__optionIcon{background:var(--bg-secondary);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.1rem;display:flex}.health-test-module__fal0eq__optionBtnActive .health-test-module__fal0eq__optionIcon{background:var(--accent-primary);color:#fff}.health-test-module__fal0eq__toggleRow{flex-wrap:wrap;justify-content:center;gap:12px;max-width:400px;margin:0 auto;display:flex}.health-test-module__fal0eq__toggleBtn{border:1.5px solid var(--border-color);background:var(--white);cursor:pointer;color:var(--text-primary);transition:all var(--transition-fast);border-radius:12px;min-width:100px;padding:14px 32px;font-size:.95rem;font-weight:700}.health-test-module__fal0eq__toggleBtn:hover{border-color:var(--accent-border);background:var(--accent-light)}.health-test-module__fal0eq__toggleBtnActive{border-color:var(--accent-primary);background:var(--accent-primary);color:var(--white)}.health-test-module__fal0eq__nextBtnWrap{margin-top:40px}.health-test-module__fal0eq__nextBtn{background:var(--accent-primary);color:var(--white);text-transform:uppercase;letter-spacing:.06em;cursor:pointer;transition:all var(--transition-fast);border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:14px 48px;font-size:.95rem;font-weight:800;display:inline-flex;box-shadow:0 4px 12px #3b8e3033}.health-test-module__fal0eq__nextBtn:hover:not(:disabled){background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 6px 16px #3b8e304d}.health-test-module__fal0eq__nextBtn:disabled{opacity:.4;cursor:not-allowed}.health-test-module__fal0eq__privacyFooter{text-align:center;color:var(--text-light);padding:16px 24px 24px;font-size:.75rem;line-height:1.6}.health-test-module__fal0eq__privacyFooter a{color:var(--accent-primary);text-decoration:underline}.health-test-module__fal0eq__prevResultsPage{text-align:center;background:var(--bg-secondary);flex-direction:column;flex:1;justify-content:center;align-items:center;padding:40px 24px;display:flex}.health-test-module__fal0eq__prevResultsCard{background:var(--white);border:1.5px solid var(--border-color);width:100%;max-width:560px;box-shadow:var(--shadow-lg);border-radius:20px;overflow:hidden}.health-test-module__fal0eq__prevResultsHeader{background:linear-gradient(135deg, var(--accent-primary), var(--accent-hover));color:var(--white);padding:30px 28px}.health-test-module__fal0eq__prevResultsHeader h2{color:var(--white);margin-bottom:4px;font-size:1.4rem;font-weight:800}.health-test-module__fal0eq__prevResultsHeader p{color:#fffc;font-size:.85rem}.health-test-module__fal0eq__prevResultsBody{flex-direction:column;gap:16px;padding:28px;display:flex}.health-test-module__fal0eq__prevStatRow{grid-template-columns:1fr 1fr;gap:12px;display:grid}.health-test-module__fal0eq__prevStatItem{background:var(--bg-secondary);text-align:left;border-radius:12px;padding:16px}.health-test-module__fal0eq__prevStatLabel{color:var(--text-light);text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;font-size:.75rem;font-weight:600}.health-test-module__fal0eq__prevStatValue{color:var(--text-primary);font-size:1.3rem;font-weight:800}.health-test-module__fal0eq__prevResultsActions{gap:12px;padding:0 28px 28px;display:flex}.health-test-module__fal0eq__prevResultsActions button,.health-test-module__fal0eq__prevResultsActions a{flex:1}.health-test-module__fal0eq__resultsPage{background:var(--bg-secondary);flex:1;padding:0 0 60px}.health-test-module__fal0eq__resultsHero{text-align:center;color:var(--white);background:linear-gradient(135deg,#2d3436,#3d3d3d);padding:40px 24px}.health-test-module__fal0eq__resultsHero h1{color:var(--white);word-break:break-word;margin-bottom:8px;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800}.health-test-module__fal0eq__resultsHero p{color:#ffffffb3;max-width:500px;margin:0 auto;font-size:.95rem}.health-test-module__fal0eq__resultsContainerResponsive{z-index:2;flex-direction:column;align-items:start;gap:32px;width:100%;max-width:1200px;margin:32px auto 0;padding:0 20px;display:flex;position:relative}.health-test-module__fal0eq__resultsLeftResponsive,.health-test-module__fal0eq__resultsRightResponsive{flex-direction:column;gap:20px;width:100%;display:flex}@media (min-width:1025px){.health-test-module__fal0eq__resultsRightResponsive{position:sticky;top:90px}}.health-test-module__fal0eq__metricsGrid{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:30px;display:grid}.health-test-module__fal0eq__metricCard{background:var(--white);text-align:center;border:1.5px solid var(--border-color);box-shadow:var(--shadow-sm);transition:all var(--transition-fast);border-radius:16px;padding:24px 20px}.health-test-module__fal0eq__metricCard:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.health-test-module__fal0eq__metricValue{color:var(--accent-primary);font-size:2rem;font-weight:800;line-height:1.2}.health-test-module__fal0eq__metricLabel{color:var(--text-secondary);margin-top:4px;font-size:.8rem;font-weight:600}.health-test-module__fal0eq__metricStatus{text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;margin-top:8px;padding:3px 10px;font-size:.7rem;font-weight:700;display:inline-block}.health-test-module__fal0eq__statusGood{color:#155724;background:#d4edda}.health-test-module__fal0eq__statusWarning{color:#856404;background:#fff3cd}.health-test-module__fal0eq__statusDanger{color:#721c24;background:#f8d7da}.health-test-module__fal0eq__analysisSection{background:var(--white);border:1.5px solid var(--border-color);box-shadow:var(--shadow-sm);border-radius:16px;margin-bottom:20px;padding:28px}.health-test-module__fal0eq__analysisSectionTitle{color:var(--text-primary);align-items:center;gap:8px;margin-bottom:16px;font-size:1.1rem;font-weight:800;display:flex}.health-test-module__fal0eq__analysisList{flex-direction:column;gap:10px;display:flex}.health-test-module__fal0eq__analysisItem{background:var(--bg-secondary);border-radius:10px;align-items:center;gap:12px;padding:12px 16px;font-size:.9rem;font-weight:500;display:flex}.health-test-module__fal0eq__analysisItemIcon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.8rem;font-weight:700;display:flex}.health-test-module__fal0eq__analysisItemGood{color:#155724;background:#d4edda}.health-test-module__fal0eq__analysisItemWarn{color:#856404;background:#fff3cd}.health-test-module__fal0eq__analysisItemBad{color:#721c24;background:#f8d7da}.health-test-module__fal0eq__scoreGauge{align-items:center;gap:16px;margin-bottom:16px;display:flex}.health-test-module__fal0eq__gaugeCircle{border:4px solid;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;font-size:1.6rem;font-weight:800;display:flex}.health-test-module__fal0eq__gaugeLabel{flex-direction:column;gap:2px;display:flex}.health-test-module__fal0eq__gaugeLabelTitle{color:var(--text-primary);font-size:1rem;font-weight:700}.health-test-module__fal0eq__gaugeLabelDesc{color:var(--text-secondary);font-size:.85rem;line-height:1.4}.health-test-module__fal0eq__recoSection{background:var(--white);border:2px solid var(--accent-primary);border-radius:16px;margin-bottom:20px;padding:28px;box-shadow:0 4px 15px #3b8e301a}.health-test-module__fal0eq__recoTitle{color:var(--accent-primary);margin-bottom:6px;font-size:1.2rem;font-weight:800}.health-test-module__fal0eq__recoDesc{color:var(--text-secondary);margin-bottom:20px;font-size:.9rem}.health-test-module__fal0eq__recoGrid{flex-direction:column;gap:12px;margin-bottom:20px;display:flex}.health-test-module__fal0eq__recoItem{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;align-items:center;gap:14px;padding:14px;display:flex}.health-test-module__fal0eq__recoItemImg{background:var(--white);border:1px solid var(--border-color);border-radius:10px;flex-shrink:0;width:56px;height:56px;overflow:hidden}.health-test-module__fal0eq__recoItemImg img{object-fit:cover;width:100%;height:100%}.health-test-module__fal0eq__recoItemInfo{flex:1}.health-test-module__fal0eq__recoItemName{color:var(--text-primary);font-size:.95rem;font-weight:700}.health-test-module__fal0eq__recoItemTagline{color:var(--text-secondary);font-size:.8rem}.health-test-module__fal0eq__recoItemPrice{color:var(--accent-primary);flex-shrink:0;font-size:1.05rem;font-weight:800}.health-test-module__fal0eq__recoActions{flex-wrap:wrap;gap:12px;display:flex}.health-test-module__fal0eq__recoActions button,.health-test-module__fal0eq__recoActions a{flex:1;min-width:120px}@media (max-width:768px){.health-test-module__fal0eq__metricsGrid,.health-test-module__fal0eq__tabsRow{grid-template-columns:1fr 1fr}.health-test-module__fal0eq__optionsGrid,.health-test-module__fal0eq__prevStatRow{grid-template-columns:1fr}.health-test-module__fal0eq__recoActions{flex-direction:column}}@media (max-width:480px){.health-test-module__fal0eq__metricsGrid{grid-template-columns:1fr}.health-test-module__fal0eq__tabsRow{grid-template-columns:1fr 1fr;gap:6px}.health-test-module__fal0eq__tab{padding:10px 12px;font-size:.78rem}.health-test-module__fal0eq__questionArea{min-height:320px;padding:30px 16px}.health-test-module__fal0eq__questionTitle{font-size:1.15rem}.health-test-module__fal0eq__resultsHero{padding:36px 16px}.health-test-module__fal0eq__analysisSection,.health-test-module__fal0eq__recoSection{padding:20px 16px}.health-test-module__fal0eq__prevResultsActions{flex-direction:column}}.health-test-module__fal0eq__heroContainerLight{background:radial-gradient(circle at 100% 0,#7c3aed0d,#0000 40%),radial-gradient(circle at 0 100%,#10b9810d,#0000 40%);justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:40px 20px 20px;display:flex}.health-test-module__fal0eq__heroTextCol{flex:1;max-width:600px}.health-test-module__fal0eq__heroPreTitle{color:#10b981;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;font-size:.85rem;font-weight:800}.health-test-module__fal0eq__heroTitle{color:#0f172a;margin-bottom:12px;font-size:2.2rem;font-weight:900;line-height:1.1}.health-test-module__fal0eq__heroName{color:#10b981}.health-test-module__fal0eq__heroDesc{color:#475569;margin-bottom:16px;font-size:.95rem;line-height:1.5}.health-test-module__fal0eq__dateBadgeLight{color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;align-items:center;padding:6px 16px;font-size:.85rem;font-weight:500;display:inline-flex}.health-test-module__fal0eq__heroImgCol{flex:1;justify-content:flex-end;display:flex}.health-test-module__fal0eq__heroIllustration{object-fit:contain;width:100%;max-width:320px;height:auto}@media (max-width:768px){.health-test-module__fal0eq__heroContainerLight{text-align:center;flex-direction:column;padding-top:40px}.health-test-module__fal0eq__heroImgCol{justify-content:center;margin-top:32px}.health-test-module__fal0eq__heroIllustration{max-width:220px}}.health-test-module__fal0eq__overviewCardWrapper{width:100%;padding-bottom:24px}.health-test-module__fal0eq__overviewCard{color:#fff;background:#0f172a;border:1px solid #ffffff1a;border-radius:16px;padding:24px;box-shadow:0 10px 25px #0003}.health-test-module__fal0eq__overviewHeader{border-bottom:1px solid #ffffff0d;margin-bottom:20px;padding-bottom:12px;font-size:1.1rem;font-weight:700}.health-test-module__fal0eq__overviewContent{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;display:flex}.health-test-module__fal0eq__ohiSection{align-items:center;gap:16px;display:flex}.health-test-module__fal0eq__ohiCircle{background:#ffffff0d;border:4px solid #10b981;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:80px;height:80px;display:flex}.health-test-module__fal0eq__ohiValue{font-size:2rem;font-weight:800;line-height:1}.health-test-module__fal0eq__ohiMax{color:#94a3b8;font-size:.75rem}.health-test-module__fal0eq__ohiDetails{flex-direction:column;align-items:flex-start;gap:4px;display:flex}.health-test-module__fal0eq__ohiTitle{color:#cbd5e1;font-size:.95rem;font-weight:600}.health-test-module__fal0eq__ohiBadge{color:#fff;border-radius:4px;padding:2px 8px;font-size:.75rem;font-weight:700}.health-test-module__fal0eq__ohiMessage{color:#94a3b8;font-size:.8rem}.health-test-module__fal0eq__overviewMetricsRow{flex:1;justify-content:center;gap:24px;display:flex}.health-test-module__fal0eq__overviewMetricItem{text-align:center;flex-direction:column;align-items:center;display:flex}.health-test-module__fal0eq__omIconWrap{border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;margin-bottom:8px;display:flex}.health-test-module__fal0eq__omValue{font-size:1.4rem;font-weight:800;line-height:1.2}.health-test-module__fal0eq__omLabel{color:#94a3b8;margin-bottom:4px;font-size:.75rem}.health-test-module__fal0eq__sparklineWrapper{width:150px;height:60px}.health-test-module__fal0eq__resultsMainGrid{grid-template-columns:2.2fr 1fr;align-items:start;gap:32px;width:100%;display:grid}@media (max-width:1024px){.health-test-module__fal0eq__resultsMainGrid{grid-template-columns:1fr}.health-test-module__fal0eq__overviewContent{flex-direction:column;align-items:center}}.health-test-module__fal0eq__resultsLeftCol{flex-direction:column;gap:20px;display:flex}.health-test-module__fal0eq__resultsRightCol{position:sticky;top:90px}.health-test-module__fal0eq__newSectionCard{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;box-shadow:0 4px 6px #00000005}.health-test-module__fal0eq__newSectionHeader{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.health-test-module__fal0eq__nshLeft{align-items:center;gap:8px;display:flex}.health-test-module__fal0eq__nshLeft h3{color:#1e293b;margin:0;font-size:1.1rem;font-weight:700}.health-test-module__fal0eq__viewDetailsBtn{color:#64748b;cursor:pointer;background:0 0;border:none;font-size:.85rem}.health-test-module__fal0eq__riskItemRow{color:#7f1d1d;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;align-items:center;gap:12px;margin-bottom:8px;padding:12px 16px;font-size:.9rem;display:flex}.health-test-module__fal0eq__scoresList{flex-direction:column;gap:12px;display:flex}.health-test-module__fal0eq__scoreRow{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:16px;padding:16px;display:flex}.health-test-module__fal0eq__scoreRowCircle{background:#fff;border:3px solid;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.4rem;font-weight:800;display:flex}.health-test-module__fal0eq__scoreRowText{flex:1}.health-test-module__fal0eq__scoreRowText h4{color:#1e293b;margin:0 0 4px;font-size:1rem;font-weight:700}.health-test-module__fal0eq__scoreRowText p{color:#64748b;margin:0;font-size:.85rem}.health-test-module__fal0eq__scoreRowIcon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.health-test-module__fal0eq__glanceDesc{color:#64748b;margin-bottom:20px;font-size:.9rem}.health-test-module__fal0eq__glanceGrid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.health-test-module__fal0eq__glanceItem{text-align:center;flex-direction:column;align-items:center;display:flex}.health-test-module__fal0eq__giIconWrapper{border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:12px;display:flex}.health-test-module__fal0eq__giTitle{color:#475569;margin-bottom:4px;font-size:.8rem;font-weight:600}.health-test-module__fal0eq__giValue{color:#0f172a;margin-bottom:4px;font-size:1rem;font-weight:800}.health-test-module__fal0eq__giUnit{color:#64748b;font-size:.75rem;font-weight:500}.health-test-module__fal0eq__giStatusWarning{color:#ea580c;font-size:.7rem;font-weight:600}.health-test-module__fal0eq__giStatusGood{color:#16a34a;font-size:.7rem;font-weight:600}.health-test-module__fal0eq__nextStepsWrapper{gap:20px;display:flex}.health-test-module__fal0eq__nextStepsLeft{color:#fff;background:#0f172a;border:1px solid #1e293b;border-radius:12px;flex:1;padding:20px}.health-test-module__fal0eq__nextStepsLeft h3{color:#fff;margin:0 0 16px;font-size:1rem;font-weight:700}.health-test-module__fal0eq__nextStepsList{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.health-test-module__fal0eq__nextStepsList li{color:#f1f5f9;align-items:center;gap:8px;font-size:.85rem;font-weight:500;display:flex}.health-test-module__fal0eq__nextStepsList li svg{color:#10b981}.health-test-module__fal0eq__nextStepsRight{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:1px solid #bbf7d0;border-radius:12px;flex:1.2;padding:24px;position:relative;overflow:hidden}.health-test-module__fal0eq__nsrContent{z-index:2;max-width:60%;position:relative}.health-test-module__fal0eq__nsrContent h4{color:#14532d;margin:0 0 8px;font-size:1.1rem;font-weight:800}.health-test-module__fal0eq__nsrContent p{color:#166534;margin:0 0 16px;font-size:.85rem}.health-test-module__fal0eq__btnBook{color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:6px;padding:10px 16px;font-size:.85rem;font-weight:600}.health-test-module__fal0eq__newRecoCard{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a}.health-test-module__fal0eq__nrcHeader{color:#fff;background:#10b981;align-items:center;gap:8px;padding:16px 20px;font-weight:700;display:flex}.health-test-module__fal0eq__nrcBody{padding:20px}.health-test-module__fal0eq__nrcSubtitle{color:#1e293b;margin:0 0 8px;font-size:1rem;font-weight:800}.health-test-module__fal0eq__nrcDesc{color:#64748b;margin:0 0 20px;font-size:.85rem}.health-test-module__fal0eq__nrcProducts{flex-direction:column;gap:12px;margin-bottom:20px;display:flex}.health-test-module__fal0eq__nrcItem{background:#f8fafc;border:1px solid #f1f5f9;border-radius:8px;align-items:center;gap:12px;padding:12px;display:flex}.health-test-module__fal0eq__nrcCheckbox{accent-color:#10b981;cursor:pointer;width:16px;height:16px}.health-test-module__fal0eq__nrcImg{object-fit:contain;width:32px;height:32px}.health-test-module__fal0eq__nrcItemName{color:#334155;font-size:.85rem;font-weight:600}.health-test-module__fal0eq__nrcCoachPass{background:#fff;border:1px dashed #6ee7b7}.health-test-module__fal0eq__nrcCheckIcon{color:#fff;background:#10b981;border-radius:4px;justify-content:center;align-items:center;width:16px;height:16px;font-size:10px;display:flex}.health-test-module__fal0eq__nrcItemNameActive{color:#059669;align-items:center;gap:6px;font-size:.85rem;font-weight:700;display:flex}.health-test-module__fal0eq__nrcOldPrice{color:#94a3b8;font-weight:400;text-decoration:line-through}.health-test-module__fal0eq__nrcFreeBadge{color:#fff;background:#10b981;border-radius:4px;padding:2px 6px;font-size:.7rem}.health-test-module__fal0eq__nrcCoachPassDisabled{opacity:.6;border:1px dashed #cbd5e1}.health-test-module__fal0eq__nrcEmptyIcon{border:1px solid #94a3b8;border-radius:4px;width:16px;height:16px}.health-test-module__fal0eq__nrcGreyscale{filter:grayscale()}.health-test-module__fal0eq__nrcItemNameDisabled{color:#64748b;font-size:.85rem;font-weight:600}.health-test-module__fal0eq__nrcPriceRow{border-top:1px dashed #e2e8f0;justify-content:space-between;margin-bottom:20px;padding:16px 0;display:flex}.health-test-module__fal0eq__nrcMarket{color:#94a3b8;flex-direction:column;font-size:.75rem;display:flex}.health-test-module__fal0eq__nrcMarket span{font-size:1rem;font-weight:600;text-decoration:line-through}.health-test-module__fal0eq__nrcCombo{text-align:right;color:#10b981;flex-direction:column;font-size:.75rem;font-weight:700;display:flex}.health-test-module__fal0eq__nrcCombo span{font-size:1.4rem;font-weight:800}.health-test-module__fal0eq__nrcActions{flex-direction:column;gap:10px;display:flex}.health-test-module__fal0eq__btnPurple{color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:8px;padding:14px;font-size:1rem;font-weight:700;transition:transform .2s}.health-test-module__fal0eq__btnPurple:hover{transform:translateY(-2px)}.health-test-module__fal0eq__btnOutline{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:12px;font-size:.9rem;font-weight:600;display:flex}.health-test-module__fal0eq__btnOutlineGreen{color:#10b981;cursor:pointer;background:#fff;border:1px solid #10b981;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:12px;font-size:.9rem;font-weight:600;display:flex}.health-test-module__fal0eq__secureCheckout{text-align:center;color:#64748b;justify-content:center;align-items:center;gap:4px;margin-top:8px;font-size:.75rem;display:flex}@media (max-width:768px){.health-test-module__fal0eq__glanceGrid{grid-template-columns:1fr 1fr}.health-test-module__fal0eq__nextStepsWrapper{flex-direction:column}.health-test-module__fal0eq__nsrContent{max-width:100%}}
