.QuizResults_container__MbYe1{max-width:600px;margin:2rem auto;padding:0 1rem}.QuizResults_card__NiQFd{background:white;border-radius:20px;padding:2rem;box-shadow:0 10px 25px rgba(0,0,0,.1);text-align:center}.QuizResults_icon__C0ATk{width:100px;height:100px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center}.QuizResults_iconSvg__dM6e1{width:100%;height:100%}.QuizResults_icon__C0ATk.QuizResults_passed__NDe_9{color:#10b981}.QuizResults_icon__C0ATk.QuizResults_failed__sWKFf{color:#ef4444}.QuizResults_title__xCmJ9{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:.75rem}.QuizResults_message__vrPHL{font-size:1.125rem;color:#6b7280;margin-bottom:2rem;line-height:1.6}.QuizResults_scoreDisplay__Lbtle{margin:2rem 0}.QuizResults_scoreCircle__FZlye{width:160px;height:160px;margin:0 auto;position:relative}.QuizResults_scoreRing__rLfPK{width:100%;height:100%}.QuizResults_scoreRingBg__BbOZv{stroke:#e5e7eb}.QuizResults_scoreRingFill__2H78I{stroke:url(#scoreGradient);stroke-linecap:round;transition:stroke-dasharray 1s ease}.QuizResults_scoreText__OQ1un{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.QuizResults_scoreNumber__ATjrK{display:block;font-size:2.25rem;font-weight:700;color:#0284c7}.QuizResults_scoreLabel__Qys5B{display:block;font-size:.875rem;color:#6b7280;margin-top:.25rem}.QuizResults_breakdown__EnBNv{margin:2rem 0;padding:1.5rem;background:#f9fafb;border-radius:12px}.QuizResults_breakdownTitle__3wvv4{font-size:1.125rem;font-weight:600;color:#374151;margin-bottom:1rem}.QuizResults_answerList__G0MOv{display:flex;flex-direction:column;gap:.5rem}.QuizResults_answerItem__aVY27{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:white;border-radius:8px}.QuizResults_questionNumber__4W2Pq{font-weight:600;color:#6b7280}.QuizResults_answerStatus__1siTY{font-size:.875rem;font-weight:500}.QuizResults_answerStatus__1siTY.QuizResults_correct__OFBf3{color:#10b981}.QuizResults_answerStatus__1siTY.QuizResults_incorrect__m_SkV{color:#ef4444}.QuizResults_actions__wPqE_{margin-top:2rem;display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.QuizResults_continueButton__K9GIl,.QuizResults_retryButton__6mIDa,.QuizResults_reviewButton__Nu6RT{display:inline-flex;align-items:center;padding:.875rem 1.75rem;border-radius:10px;font-weight:600;font-size:1rem;border:none;cursor:pointer;transition:all .2s}.QuizResults_retryButton__6mIDa{background:linear-gradient(135deg,#f59e0b,#d97706);color:white}.QuizResults_retryButton__6mIDa:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(245,158,11,.3)}.QuizResults_reviewButton__Nu6RT{background:#f3f4f6;color:#374151}.QuizResults_reviewButton__Nu6RT:hover{background:#e5e7eb}.QuizResults_continueButton__K9GIl{background:linear-gradient(135deg,#0284c7,#0ea5e9);color:white}.QuizResults_continueButton__K9GIl:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(2,132,199,.3)}.QuizResults_buttonIcon___N_z_{width:20px;height:20px;margin-right:8px}.QuizResults_continueButton__K9GIl .QuizResults_buttonIcon___N_z_{margin-right:0;margin-left:8px}@media (max-width:640px){.QuizResults_card__NiQFd{padding:1.5rem}.QuizResults_title__xCmJ9{font-size:1.5rem}.QuizResults_scoreCircle__FZlye{width:140px;height:140px}.QuizResults_scoreNumber__ATjrK{font-size:2rem}.QuizResults_actions__wPqE_{flex-direction:column}.QuizResults_continueButton__K9GIl,.QuizResults_retryButton__6mIDa,.QuizResults_reviewButton__Nu6RT{width:100%;justify-content:center}}.QuizQuestion_card__MakvV{background:white;border-radius:16px;padding:2rem;box-shadow:0 4px 6px rgba(0,0,0,.05);margin-bottom:2rem;transition:all .3s ease}.QuizQuestion_card__MakvV.QuizQuestion_animateIn___QhOr{opacity:1;transform:translateX(0)}.QuizQuestion_card__MakvV.QuizQuestion_animateOut__3JdHe{opacity:0;transform:translateX(-20px)}.QuizQuestion_badge__GPzoB{display:inline-block;background:linear-gradient(135deg,#0284c7,#0ea5e9);color:white;padding:.375rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;margin-bottom:1rem}.QuizQuestion_questionText__4weGZ{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem;line-height:1.6}.QuizQuestion_options__otYTY{display:grid;gap:.75rem}.QuizQuestion_option__rGpQk{display:flex;align-items:center;padding:1rem;border:2px solid #e5e7eb;border-radius:12px;background:white;transition:all .2s;cursor:pointer;position:relative;text-align:left}.QuizQuestion_option__rGpQk:hover:not(:disabled){border-color:#0284c7;background:#f9fafb;transform:translateX(4px)}.QuizQuestion_option__rGpQk:disabled{cursor:not-allowed}.QuizQuestion_option__rGpQk.QuizQuestion_correct__RzZZW{border-color:#10b981;background:#d1fae5}.QuizQuestion_option__rGpQk.QuizQuestion_incorrect__iDCzQ{border-color:#ef4444;background:#fee2e2}.QuizQuestion_optionLetter__fN8de{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#f3f4f6;font-weight:600;margin-right:1rem;flex-shrink:0}.QuizQuestion_option__rGpQk.QuizQuestion_correct__RzZZW .QuizQuestion_optionLetter__fN8de{background:#10b981;color:white}.QuizQuestion_option__rGpQk.QuizQuestion_incorrect__iDCzQ .QuizQuestion_optionLetter__fN8de{background:#ef4444;color:white}.QuizQuestion_optionText__ahs50{flex:1;color:#374151}.QuizQuestion_correctIcon__1e79f,.QuizQuestion_incorrectIcon__Jovf1{width:24px;height:24px;margin-left:auto;flex-shrink:0}.QuizQuestion_correctIcon__1e79f{color:#10b981}.QuizQuestion_incorrectIcon__Jovf1{color:#ef4444}.QuizQuestion_explanation__mCldW{margin-top:1.5rem;padding:1rem;background:#f0f9ff;border-left:4px solid #3b82f6;border-radius:8px}.QuizQuestion_explanationHeader__EE8Oq{display:flex;align-items:center;font-weight:600;color:#1e40af;margin-bottom:.5rem}.QuizQuestion_infoIcon__qpWG2{width:20px;height:20px;margin-right:.5rem}.QuizQuestion_explanationText__gr6zn{color:#1f2937;line-height:1.6}@media (max-width:640px){.QuizQuestion_card__MakvV{padding:1.5rem}.QuizQuestion_questionText__4weGZ{font-size:1.125rem}.QuizQuestion_option__rGpQk{padding:.875rem}.QuizQuestion_optionLetter__fN8de{width:28px;height:28px;font-size:.875rem}}.QuizNavigation_navigation__h_08W{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;margin-top:2rem}.QuizNavigation_button__Tzox6{display:flex;align-items:center;padding:.75rem 1.5rem;border-radius:10px;font-weight:600;font-size:1rem;transition:all .2s;border:none;cursor:pointer;gap:.5rem}.QuizNavigation_button__Tzox6:disabled{opacity:.5;cursor:not-allowed}.QuizNavigation_previous__1EGEL{background:#f3f4f6;color:#374151}.QuizNavigation_previous__1EGEL:hover:not(:disabled){background:#e5e7eb}.QuizNavigation_next__exGC8{background:linear-gradient(135deg,#0284c7,#0ea5e9);color:white}.QuizNavigation_next__exGC8:hover:not(:disabled){transform:translateX(4px);box-shadow:0 4px 12px rgba(2,132,199,.3)}.QuizNavigation_icon__aa4J5{width:20px;height:20px}.QuizNavigation_dots__60Lol{display:flex;gap:.5rem;align-items:center}.QuizNavigation_dot__WA76W{width:8px;height:8px;border-radius:50%;background:#e5e7eb;transition:all .2s}.QuizNavigation_dot__WA76W.QuizNavigation_active__gTdSy{background:#0284c7;transform:scale(1.3)}.QuizNavigation_dot__WA76W.QuizNavigation_answered__hvEEN{background:#10b981}@media (max-width:640px){.QuizNavigation_navigation__h_08W{flex-wrap:wrap;gap:1rem}.QuizNavigation_dots__60Lol{order:-1;width:100%;justify-content:center;margin-bottom:.5rem}.QuizNavigation_button__Tzox6{flex:1;justify-content:center;padding:.75rem 1rem;font-size:.875rem}.QuizNavigation_icon__aa4J5{width:18px;height:18px}}.QuizProgress_header__4ToOy{margin-bottom:2rem}.QuizProgress_title__leJyQ{font-size:1.75rem;font-weight:700;color:#1f2937;margin-bottom:.75rem}.QuizProgress_progress__ISpEK{margin-top:1rem}.QuizProgress_progressText__px6An{font-size:.875rem;color:#6b7280;display:block;margin-bottom:.5rem}.QuizProgress_progressBar__6QnDl{height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.QuizProgress_progressFill__N_vCq{height:100%;background:linear-gradient(90deg,#0284c7,#0ea5e9);transition:width .3s ease}@media (max-width:640px){.QuizProgress_title__leJyQ{font-size:1.5rem}.QuizProgress_progressText__px6An{font-size:.8125rem}}.ModuleQuiz_container__Dd1Yp{max-width:800px;margin:0 auto;padding:2rem 1rem;min-height:auto}@media (max-width:640px){.ModuleQuiz_container__Dd1Yp{padding:1.5rem 1rem}}:root{--rh-teal:#00bfa6;--rh-navy:#0a1e3f;--rh-white:#ffffff;--rh-gold:#ffcc00;--rh-mint:#e6fff7;--rh-gray:#d9e1e8;--rh-gradient:linear-gradient(135deg,#00bfa6,#0a1e3f);--rh-gradient-light:linear-gradient(135deg,#e6fff7,#d9e1e8);--primary:#0284c7;--secondary:#0ea5e9}*{box-sizing:border-box}html{scroll-behavior:smooth}body{overflow-x:hidden}.rewardshealth-container{min-height:100vh;background-color:var(--rh-white);font-family:source-sans-pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.rewardshealth-main{width:100%}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes float{0%,to{transform:translateY(0) translateX(0) scale(1)}33%{transform:translateY(-30px) translateX(10px) scale(1.05)}66%{transform:translateY(-10px) translateX(-10px) scale(.95)}}.rh-fade-in-up{animation:fadeInUp .8s ease-out forwards}.rh-fade-in-down{animation:fadeInDown .8s ease-out forwards}.rh-fade-in-left{animation:fadeInLeft .8s ease-out forwards}.rh-fade-in-right{animation:fadeInRight .8s ease-out forwards}.rh-scale-in{animation:scaleIn .8s ease-out forwards}.rh-pulse{animation:pulse 2s ease-in-out infinite}.rh-float{animation:float 3s ease-in-out infinite}.rh-section{padding:80px 0;position:relative}.rh-section-dark{background-color:var(--rh-navy);color:var(--rh-white)}.rh-section-light{background-color:var(--rh-mint);color:var(--rh-navy)}.rh-section-gradient{background:var(--rh-gradient);color:var(--rh-white)}.rh-container{max-width:1200px;margin:0 auto;padding:0 20px}.rh-heading-1{font-size:3.5rem;line-height:1.2;margin-bottom:24px;background:linear-gradient(135deg,var(--rh-teal),var(--rh-navy));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.rh-heading-1,.rh-heading-2{font-family:fieldwork,sans-serif;font-weight:700;font-style:normal}.rh-heading-2{font-size:2.5rem;line-height:1.3;margin-bottom:20px}.rh-heading-3{font-family:fieldwork,sans-serif;font-size:1.8rem;font-weight:700;font-style:normal;line-height:1.4;margin-bottom:16px}.rh-paragraph{font-weight:400;line-height:1.8;margin-bottom:20px;opacity:.9}.rh-button,.rh-paragraph{font-family:source-sans-pro,sans-serif;font-size:1.1rem;font-style:normal}.rh-button{display:inline-block;padding:16px 32px;font-weight:700;text-decoration:none;border-radius:50px;transition:all .3s ease;cursor:pointer;border:none}.rh-button,.rh-button-primary{position:relative;overflow:hidden}.rh-button-primary{background:linear-gradient(135deg,var(--rh-teal),#00a693);color:var(--rh-white);box-shadow:0 4px 15px rgba(0,191,166,.2)}.rh-button-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.rh-button-primary:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 15px 30px rgba(0,191,166,.4)}.rh-button-primary:hover:before{left:100%}.rh-button-secondary{background:rgba(255,255,255,.9);color:var(--rh-navy);border:2px solid var(--rh-teal);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.rh-button-secondary:hover{background:rgba(255,255,255,.2);border-color:var(--rh-teal);color:var(--rh-teal);transform:translateY(-3px) scale(1.02);box-shadow:0 15px 30px rgba(0,191,166,.3)}.rh-button-gold{background:var(--rh-gold);color:var(--rh-navy)}.rh-button-gold:hover{background:#e6b800;transform:translateY(-2px);box-shadow:0 10px 20px rgba(255,204,0,.4)}.rh-card{background:var(--rh-white);border-radius:20px;padding:40px;box-shadow:0 10px 30px rgba(10,30,63,.1);transition:all .3s ease}.rh-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(10,30,63,.15)}.rh-grid{display:grid;gap:30px}.rh-grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.rh-grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.rh-grid-4{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}@media (max-width:768px){.rh-heading-1{font-size:2.5rem}.rh-heading-2{font-size:2rem}.rh-heading-3{font-size:1.5rem}.rh-section{padding:60px 0}.rh-button{padding:14px 28px;font-size:1rem}}.rh-hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden}.rh-hero-background{position:absolute;inset:0;z-index:0}.rh-hero-gradient{position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,30,63,.4),rgba(10,30,63,.6) 50%,rgba(10,30,63,.8));z-index:2}.rh-hero-video-container{position:absolute;inset:0;z-index:1;overflow:hidden}.rh-hero-video{opacity:.8;filter:brightness(.7) saturate(1.1) contrast(1.1);position:absolute;top:0;left:0}.rh-hero-image,.rh-hero-video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.rh-hero-image{opacity:.3}.rh-hero-shapes{position:absolute;inset:0;z-index:3}.rh-shape{position:absolute;border-radius:50%;filter:blur(80px);opacity:.3;animation:float 20s ease-in-out infinite}.rh-shape-1{width:600px;height:600px;background:radial-gradient(circle,rgba(0,255,224,.3) 0,transparent 70%);top:-200px;left:-200px;animation-delay:0s;animation-duration:25s}.rh-shape-2{width:400px;height:400px;background:radial-gradient(circle,rgba(0,191,166,.3) 0,transparent 70%);top:50%;right:-150px;animation-delay:7s;animation-duration:20s}.rh-shape-3{width:300px;height:300px;background:radial-gradient(circle,rgba(255,215,0,.2) 0,transparent 70%);bottom:-100px;left:30%;animation-delay:14s;animation-duration:30s}.rh-hero-content{text-align:center;max-width:900px;margin:0 auto;position:relative;z-index:10}.rh-hero-title{font-family:fieldwork,sans-serif;font-size:4.5rem;font-weight:700;font-style:normal;line-height:1.1;margin-bottom:30px;color:var(--rh-white);opacity:0;text-shadow:2px 4px 8px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.2);letter-spacing:-.02em}.rh-text-gradient{background:linear-gradient(135deg,#00ffe0,#00bfa6,#ffd700);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 2px 4px rgba(0,191,166,.3))}.rh-hero-subtitle{font-size:1.6rem;font-weight:600;color:var(--rh-teal);margin-bottom:20px;opacity:0;text-shadow:1px 2px 4px rgba(0,0,0,.3);letter-spacing:-.01em}.rh-hero-description{font-size:1.25rem;line-height:1.8;color:rgba(255,255,255,.9);margin-bottom:40px;opacity:0;text-shadow:1px 2px 3px rgba(0,0,0,.2);max-width:800px;margin-left:auto;margin-right:auto}.rh-hero-actions{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;margin-bottom:60px;opacity:0}.rh-button-large{padding:20px 40px;font-size:1.2rem;position:relative}.rh-button-icon{display:inline-block;margin-left:10px;transition:transform .3s ease}.rh-button:hover .rh-button-icon{transform:translateX(5px)}.rh-button-text{display:inline-block;color:inherit;font-weight:inherit;font-size:inherit;z-index:2;position:relative}.rh-hero-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:40px;opacity:0;background:rgba(255,255,255,.05);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:20px;padding:30px;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px rgba(0,0,0,.1)}.rh-stat{text-align:center}.rh-stat-number{font-family:fieldwork,sans-serif;font-size:3.5rem;background:linear-gradient(135deg,#00ffe0,var(--rh-teal));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:10px;filter:drop-shadow(0 2px 4px rgba(0,191,166,.3))}.rh-stat-label,.rh-stat-number{font-weight:700;font-style:normal}.rh-stat-label{font-size:1.1rem;color:rgba(255,255,255,.8);text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}.rh-stat-description,.rh-stat-label{font-family:source-sans-pro,sans-serif}.rh-stat-description{font-size:.95rem;font-weight:400;font-style:normal;color:rgba(255,255,255,.7);line-height:1.5;max-width:280px;margin:0 auto;letter-spacing:.02em}.rh-hero-scroll-indicator{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);text-align:center;animation:fadeInUp 1s ease-out 2s forwards;opacity:0}.rh-scroll-mouse{width:30px;height:50px;border:2px solid var(--rh-teal);border-radius:25px;margin:0 auto 10px;position:relative}.rh-scroll-wheel{width:4px;height:10px;background:var(--rh-teal);border-radius:2px;position:absolute;top:10px;left:50%;transform:translateX(-50%);animation:scrollWheel 2s ease-in-out infinite}.rh-scroll-text{font-size:.9rem;color:var(--rh-navy);opacity:.6}@keyframes scrollWheel{0%,to{transform:translateX(-50%) translateY(0);opacity:1}50%{transform:translateX(-50%) translateY(15px);opacity:.5}}.rh-delay-1{animation-delay:.2s}.rh-delay-2{animation-delay:.4s}.rh-delay-3{animation-delay:.6s}.rh-delay-4{animation-delay:.8s}@media (max-width:768px){.rh-hero{margin-top:0}.rh-hero-title{font-size:2.8rem}.rh-hero-subtitle{font-size:1.3rem}.rh-hero-description{font-size:1.1rem;padding:0 20px}.rh-hero-actions{flex-direction:column;align-items:center}.rh-button-large{width:100%;max-width:300px}.rh-hero-stats{gap:20px;padding:20px}.rh-stat-number{font-size:2.5rem}.rh-stat-label{font-size:.9rem}}.rh-lifestyle-img,.rh-monterrey-hero-img{max-width:100%;height:auto;display:block}@media (max-width:768px){.rh-lifestyle-img,.rh-monterrey-hero-img{width:100%!important;height:auto!important;-o-object-fit:cover!important;object-fit:cover!important}}.rh-shimmer{background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);background-size:200% 100%;animation:shimmer 1.5s linear infinite}