*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}:root{--green:#064F3B;--green-light:#0B7A5E;--green-dark:#032E23;--teal:#10B981;--teal-light:#34D399;--gold:#F59E0B;--gold-light:#FBBF24;--red:#EF4444;--orange:#F97316;--bg:#F7FAF8;--text:#111827;--text-secondary:#4B5563;--text-muted:#9CA3AF;--border:#E5E7EB;--shadow-sm:0 1px 3px rgba(0,0,0,0.06);--shadow:0 4px 20px rgba(0,0,0,0.06);--shadow-lg:0 8px 40px rgba(0,0,0,0.08);--radius:16px;--radius-sm:12px}html{-webkit-text-size-adjust:100%}body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:var(--bg);color:var(--text);min-height:100dvh;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,p,span,div{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;letter-spacing:0;text-transform:inherit}.top-bar{background:var(--green);color:rgba(255,255,255,0.9);text-align:center;padding:11px 16px;font-size:12px;font-weight:500;letter-spacing:0.4px;line-height:1.4}.top-bar strong{color:var(--gold-light);font-weight:700;text-transform:uppercase;letter-spacing:0.8px}.progress-wrap{background:white;padding:14px 20px 12px;position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(0,0,0,0.04)}.progress-bar-bg{height:5px;background:#F3F4F6;border-radius:99px;overflow:hidden}.progress-bar-fill{height:100%;background:linear-gradient(90deg,var(--teal),var(--green));border-radius:99px;transition:width 0.6s cubic-bezier(0.25,1,0.5,1);width:0%}.progress-text{display:flex;justify-content:space-between;font-size:11px;font-weight:500;color:var(--text-muted);margin-top:6px;letter-spacing:0.2px}.quiz-container{max-width:440px;margin:0 auto;padding:0 20px 60px}.screen{display:none;animation:fadeIn 0.35s ease}.screen.active{display:block}@keyframes fadeIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.03)}}@keyframes fillBar{from{width:0}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes countPulse{0%{transform:scale(1)}50%{transform:scale(1.15)}100%{transform:scale(1)}}.hero{text-align:center;padding:32px 0 20px;background-color:transparent}.hero-badge{display:inline-block;background:var(--green);color:rgba(255,255,255,0.9);padding:6px 14px;border-radius:99px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:18px}.hero h1{font-size:26px;font-weight:800;line-height:1.2;margin-bottom:12px;color:var(--text);letter-spacing:-0.5px}.hero h1 em{font-style:normal;background:linear-gradient(135deg,var(--teal),var(--green-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero p{font-size:15px;color:var(--text-secondary);line-height:1.6;margin-bottom:24px}.hero-stats{display:flex;justify-content:center;gap:32px;margin-bottom:24px}.hero-stat{text-align:center}.hero-stat .num{font-size:24px;font-weight:800;color:var(--green);letter-spacing:-0.5px}.hero-stat .label{font-size:10px;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-weight:600;margin-top:2px}.hero-live{display:inline-flex;align-items:center;gap:6px;background:#FEF3C7;color:#92400E;padding:6px 12px;border-radius:99px;font-size:12px;font-weight:600;margin-bottom:20px}.hero-live .dot{width:6px;height:6px;background:#EF4444;border-radius:50%;animation:countPulse 1.5s infinite}.hero-fine{font-size:12px;color:var(--text-muted);margin-top:14px}.hero-fine span{margin:0 6px;opacity:0.4}.trust-row{display:flex;justify-content:center;gap:16px;margin-top:20px;padding-top:20px;border-top:1px solid var(--border);flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:4px;font-size:11px;font-weight:500;color:var(--text-muted)}.btn{display:block;width:100%;padding:16px 24px;border:none;border-radius:var(--radius-sm);font-family:'Inter',sans-serif;font-size:15px;font-weight:700;cursor:pointer;text-transform:inherit;transition:all 0.2s ease;letter-spacing:-0.1px;-webkit-tap-highlight-color:transparent}.btn-primary{background:var(--green);color:white;box-shadow:0 2px 12px rgba(6,79,59,0.2)}.btn-primary:active{transform:scale(0.985);box-shadow:0 1px 6px rgba(6,79,59,0.15)}.btn-cta{background:linear-gradient(135deg,#F59E0B,#EA580C);color:white;font-size:16px;box-shadow:0 4px 20px rgba(245,158,11,0.3);animation:pulse 2.5s infinite ease-in-out}.btn::after{content:unset}.btn-cta:active{transform:scale(0.985)}.q-header{text-align:center;padding:32px 0 22px}.q-emoji{font-size:36px;margin-bottom:12px}.q-header h2{font-size:20px;font-weight:700;line-height:1.3;color:var(--text);letter-spacing:-0.3px}.q-header p{font-size:13px;color:var(--text-muted);margin-top:6px;font-weight:500}.q-header .q-hint{font-size:12px;color:var(--text-muted);font-weight:400;font-style:italic;margin-top:4px}.options{display:flex;flex-direction:column;gap:8px}.option-card{display:flex;align-items:center;gap:14px;padding:15px 16px;background:white;border:1.5px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;transition:all 0.15s ease;-webkit-tap-highlight-color:transparent;user-select:none}.option-card:active{transform:scale(0.985)}.option-card.selected{border-color:var(--green);background:#F0FDF4;box-shadow:0 0 0 3px rgba(6,79,59,0.08)}.option-card .icon{font-size:22px;flex-shrink:0;width:32px;text-align:center}.option-card .text{text-align:left;font-size:14px;font-weight:500;line-height:1.35;flex:1}.option-card .text small{display:block;font-size:12px;color:var(--text-muted);font-weight:400;margin-top:1px}.option-card .check{width:22px;height:22px;border:1.5px solid #D1D5DB;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:all 0.15s}.option-card.selected .check{background:var(--green);border-color:var(--green)}.option-card.selected .check::after{content:'';width:8px;height:5px;border-left:2px solid white;border-bottom:2px solid white;transform:rotate(-45deg) translateY(-1px)}.options.multi .option-card .check,.options.multi .option-card.selected .check{border-radius:6px}.multi-next{margin-top:14px;opacity:0.3;pointer-events:none;transition:all 0.25s}.multi-next.enabled{opacity:1;pointer-events:auto}.dyk-screen{text-align:center;padding:32px 0}.dyk-badge{display:inline-flex;align-items:center;gap:5px;background:#FFFBEB;color:#92400E;padding:6px 12px;border-radius:99px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:18px}.dyk-screen h2{font-size:22px;font-weight:800;line-height:1.2;color:var(--text);margin-bottom:18px;letter-spacing:-0.4px}.dyk-card{background:white;border-radius:var(--radius);padding:22px 18px;box-shadow:var(--shadow);text-align:left;margin-bottom:22px}.dyk-card p{font-size:14px;line-height:1.7;color:var(--text-secondary);margin-bottom:14px}.dyk-card p:last-child{margin-bottom:0}.dyk-card strong{color:var(--text)}.dyk-highlight{background:#F0FDF4;border-left:3px solid var(--teal);padding:14px 16px;border-radius:0 var(--radius-sm) var(--radius-sm) 0;margin:16px 0;font-size:14px;font-weight:500;color:var(--green-dark);line-height:1.6}.dyk-big-stat{font-size:36px;font-weight:800;color:var(--green);margin-bottom:4px;letter-spacing:-1px}.dyk-big-label{font-size:13px;color:var(--text-secondary);margin-bottom:18px}.stat-row{display:flex;align-items:flex-start;gap:12px;padding:11px 0;border-bottom:1px solid #F3F4F6}.stat-row:last-child{border-bottom:none}.stat-icon{font-size:18px;flex-shrink:0;margin-top:1px}.stat-text{font-size:13px;line-height:1.5;color:var(--text-secondary)}.stat-text strong{color:var(--green);font-weight:600}.dyk-punchline{font-size:16px;font-weight:700;color:var(--green-dark);margin-top:16px;padding-top:14px;border-top:1px solid #F3F4F6}.cycle-wrap{margin:20px -8px;padding:16px 12px 20px;background:#FEF7F7;border-radius:var(--radius);overflow:hidden}.cycle-wrap .cw-title{text-align:center;font-size:11px;font-weight:700;color:#991B1B;text-transform:uppercase;letter-spacing:1px;margin-bottom:12px}.cycle-ring{position:relative;width:220px;height:220px;margin:30px auto 40px}.cycle-ring svg{position:absolute;top:0;left:0;width:100%;height:100%;overflow:visible;z-index:0;opacity:0.35}.cycle-node{position:absolute;display:flex;flex-direction:column;align-items:center;text-align:center;width:62px;margin-left:-31px;margin-top:-20px;z-index:1}.cycle-node .cn-icon{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;margin-bottom:2px;background:white;box-shadow:0 1px 4px rgba(0,0,0,0.06);border:1.5px solid #FEE2E2}.cycle-node .cn-label{font-size:9px;font-weight:600;color:#7F1D1D;line-height:1.2}.cn-p1{top:-6%;left:50%}.cn-p2{top:22%;left:95%}.cn-p3{top:68%;left:95%}.cn-p4{top:92%;left:50%}.cn-p5{top:68%;left:5%}.cn-p6{top:22%;left:5%}.dyk-transition{font-size:14px;font-weight:500;color:var(--green);text-align:center;margin-bottom:16px;line-height:1.5}.loading-screen{text-align:center;padding:56px 0}.spinner{width:48px;height:48px;border:3px solid #F3F4F6;border-top-color:var(--green);border-radius:50%;animation:spin 0.7s linear infinite;margin:0 auto 24px}.loading-screen h2{font-size:18px;font-weight:700;color:var(--text);margin-bottom:6px;letter-spacing:-0.2px}.loading-screen>p{font-size:13px;color:var(--text-muted)}.loading-steps{max-width:280px;margin:28px auto 0;text-align:left}.loading-step{display:flex !important;align-items:center;gap:10px;padding:7px 0;font-size:13px;color:var(--text-muted);opacity:0;transition:all 0.4s ease}.loading-step.show{opacity:1}.loading-step.done{color:var(--green);font-weight:500}.step-check{width:20px;height:20px;border-radius:50%;border:1.5px solid #D1D5DB;display:flex;align-items:center;justify-content:center;font-size:10px;flex-shrink:0;transition:all 0.3s}.loading-step.done .step-check{background:var(--green);border-color:var(--green);color:white}.qualify-screen{text-align:center;padding:32px 0}.qualify-icon{width:72px;height:72px;background:linear-gradient(135deg,#ECFDF5,#D1FAE5);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:34px;margin:0 auto 20px}.qualify-screen h2{font-size:24px;font-weight:800;color:var(--text);margin-bottom:10px;letter-spacing:-0.4px}.qualify-screen h2 em{font-style:normal;background:linear-gradient(135deg,var(--teal),var(--green-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.qualify-screen .subtitle{font-size:14px;color:var(--text-secondary);margin-bottom:24px;line-height:1.6}.qualify-personalized{background:#FFFBEB;border-radius:var(--radius-sm);padding:14px 16px;margin-bottom:18px;font-size:13px;color:#92400E;font-weight:500;line-height:1.5;text-align:left}.qualify-card{background:white;border-radius:var(--radius);padding:20px 18px;box-shadow:var(--shadow);margin-bottom:22px;text-align:left}.qualify-card h3{font-size:10px;font-weight:700;color:var(--green);text-transform:uppercase;letter-spacing:1.2px;margin-bottom:16px}.factor-row{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid #F3F4F6;font-size:13px;font-weight:500;color:var(--text)}.factor-row:last-child{border-bottom:none}.factor-icon{font-size:16px}.factor-bar{flex-shrink:0;width:80px;height:5px;background:#F3F4F6;border-radius:99px;overflow:hidden;margin-left:auto}.factor-fill{height:100%;border-radius:99px;width:0;transition:width 0.8s ease}.factor-fill.high{background:var(--red)}.factor-fill.med{background:var(--orange)}.factor-fill.low{background:var(--teal)}.factor-pct{font-size:11px;font-weight:700;width:32px;text-align:right;flex-shrink:0}.factor-pct.high{color:var(--red)}.factor-pct.med{color:var(--orange)}.factor-pct.low{color:var(--teal)}.sticky-cta{display:none;position:fixed;bottom:0;left:0;right:0;z-index:200;background:white;padding:14px 16px 16px;box-shadow:0 -4px 24px rgba(0,0,0,0.12);border-top:1px solid var(--border)}.sticky-cta.show{display:block}.sticky-cta .sticky-inner{max-width:440px;margin:0 auto;display:flex;flex-direction:column;gap:10px}.sticky-cta .sticky-row{text-align:center;display:flex;justify-content:center}.sticky-cta .sticky-text{text-align:center}.sticky-cta .sticky-title{font-size:14px;font-weight:700;color:var(--green);text-align:center}.sticky-cta .sticky-sub{font-size:11px;color:var(--text-muted);margin-top:1px;text-align:center}.sticky-cta .btn{width:100%;padding:14px 20px;font-size:15px}.results-screen{padding:28px 0 80px}.results-header{text-align:center;margin-bottom:24px}.results-header h2{font-size:22px;font-weight:800;color:var(--text);margin-bottom:6px;letter-spacing:-0.4px}.results-header p{font-size:13px;color:var(--text-muted)}.card{background:white;border-radius:var(--radius);padding:20px 18px;box-shadow:var(--shadow);margin-bottom:14px}.card-title{font-size:14px;font-weight:700;text-align:center;color:var(--text);margin-bottom:16px;letter-spacing:-0.2px}.chart-legend{display:flex;justify-content:center;gap:18px;margin-bottom:6px;font-size:11px;font-weight:500;color:var(--text-secondary)}.legend-item{display:flex;align-items:center;gap:6px}.legend-line{width:16px;height:3px;border-radius:2px}.legend-line.green{background:var(--green)}.legend-line.gray{background:#D1D5DB}.line-chart-wrap{position:relative;width:100%;padding-top:8px}.line-chart-wrap svg{width:100%;display:block;overflow:visible}.line-chart-wrap .lc-line{fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.line-chart-wrap .lc-line.resilia{stroke:var(--green)}.line-chart-wrap .lc-line.normal{stroke:#F87171;stroke-width:2;stroke-dasharray:4 3}.lc-area{opacity:0.08}.lc-dot{transition:r 0.3s}.lc-label{font-family:'Inter',sans-serif;font-weight:700;font-size:9px}.lc-label.green{fill:var(--green)}.lc-label.gray{fill:#9CA3AF}.lc-grid{stroke:#F3F4F6;stroke-width:1}.lc-axis-label{font-family:'Inter',sans-serif;font-size:9px;fill:#9CA3AF;font-weight:500}@keyframes drawLine{from{stroke-dashoffset:var(--line-length)}to{stroke-dashoffset:0}}.lc-line.animate{stroke-dasharray:var(--line-length);stroke-dashoffset:var(--line-length);animation:drawLine 1.5s ease forwards}.lc-line.normal.animate{animation-delay:0.3s;animation-duration:1.2s}.timeline-item{display:flex;gap:14px;padding:14px 0;border-bottom:1px solid #F3F4F6}.timeline-item:last-child{border-bottom:none}.timeline-dot{width:34px;height:34px;border-radius:50%;background:#F0FDF4;display:flex;align-items:center;justify-content:center;font-size:15px;flex-shrink:0}.timeline-content h4{font-size:13px;font-weight:700;color:var(--green);margin-bottom:2px}.timeline-content .timeline-date{font-size:11px;color:var(--orange);font-weight:600;margin-bottom:3px}.timeline-content p{font-size:12px;color:var(--text-secondary);line-height:1.5}.testimonial-card{background:white;border-radius:var(--radius-sm);padding:16px;box-shadow:var(--shadow-sm);margin-bottom:8px}.stars{color:var(--gold);font-size:12px;margin-bottom:6px;letter-spacing:1px}.testimonial-card p{font-size:13px;line-height:1.55;color:var(--text-secondary);margin-bottom:8px;font-style:italic}.testimonial-card .author{font-size:12px;font-weight:600;color:var(--green)}.testimonial-card .author span{font-weight:400;color:var(--text-muted)}.ingredients-card{text-align:left}.ingredients-card h3{font-size:14px;font-weight:700;text-align:center;margin-bottom:14px}.ingredient-row{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid #F3F4F6}.ingredient-row:last-child{border-bottom:none}.ingredient-row .ing-icon{font-size:20px;flex-shrink:0}.ingredient-row h4{font-size:13px;font-weight:700;color:var(--green);margin-bottom:1px}.ingredient-row p{font-size:12px;color:var(--text-secondary);line-height:1.4}.product-cta{background:white;border-radius:var(--radius);padding:24px 20px;box-shadow:var(--shadow-lg);text-align:center;border:2px solid var(--green);margin-top:6px}.cta-match-badge{display:inline-block;background:var(--green);color:white;padding:4px 10px;border-radius:6px;font-size:10px;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:14px}.product-img{width:120px;height:120px;border-radius:16px;object-fit:contain;margin:0 auto 14px;display:block;background:#F0FDF4;padding:8px;display:none}.product-cta h3{font-size:19px;font-weight:800;color:var(--text);letter-spacing:-0.3px;margin-bottom:4px}.product-cta .product-sub{font-size:12px;color:var(--text-muted);margin-bottom:16px}.cta-benefits{text-align:left;margin-bottom:20px;list-style:none}.cta-benefits li{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;padding:5px 0;color:var(--text)}.cta-benefits li::before{content:'✓';color:var(--teal);font-weight:800;font-size:14px;flex-shrink:0}.guarantee{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:14px;font-size:12px;color:var(--text-muted)}.bundle-note{text-align:center;margin-top:16px;font-size:12px;color:var(--text-secondary);line-height:1.5}.bundle-note strong{color:var(--text)}.bundle-note a{color:var(--green);font-weight:600;text-decoration:none}.faq-section{margin-top:14px}.faq-section h3{font-size:16px;font-weight:700;text-align:center;margin-bottom:12px}.faq-item{background:white;border-radius:var(--radius-sm);margin-bottom:6px;box-shadow:var(--shadow-sm);overflow:hidden}.faq-q{padding:14px 16px;font-size:14px;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;width:100%;-webkit-tap-highlight-color:transparent}.faq-q .faq-arrow{font-size:12px;color:var(--text-muted);transition:transform 0.2s}.faq-item.open .faq-arrow{transform:rotate(180deg)}.faq-a{padding:0 16px 14px;font-size:13px;color:var(--text-secondary);line-height:1.6;display:none}.faq-item.open .faq-a{display:block}.quiz-footer{text-align:center;padding:24px 20px 16px;font-size:11px;color:var(--text-muted);line-height:1.5}@media (min-width:640px){.quiz-container{max-width:480px;padding:0 24px 60px}.hero h1{font-size:32px}.hero p{font-size:16px}.q-header h2{font-size:22px}.dyk-screen h2{font-size:24px}.option-card{padding:17px 20px}.option-card .text{font-size:15px}.btn{padding:18px 24px;font-size:16px}.results-header h2{font-size:26px}.card{padding:24px}.product-cta{padding:28px 24px}.btn-primary:hover{background:var(--green-light);box-shadow:0 4px 20px rgba(6,79,59,0.25);transform:translateY(-1px)}.option-card:hover{border-color:var(--teal);background:#FAFFFE}}#health-quiz .hq-note,.hq-note{font-size:11px;line-height:1.5;color:var(--text-muted);margin-top:10px;text-align:left}.factor-fill{transition:width .8s cubic-bezier(.4,0,.2,1)}