.PredictiveRx_journeyContainer__2kMBO{overflow:hidden}.PredictiveRx_patientSelector__1IRgZ{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:3rem}.PredictiveRx_patientBtn__v5mNN{display:flex;align-items:center;justify-content:center;gap:0;flex-direction:column;padding:1rem 1.5rem;font-size:.9rem;position:relative;overflow:hidden}.PredictiveRx_patientBtn__v5mNN:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(8,145,178,.3),transparent);transition:left .6s ease}.PredictiveRx_patientBtn__v5mNN:hover:before{left:100%}.PredictiveRx_patientBtn__v5mNN:hover{box-shadow:0 10px 30px rgba(8,145,178,.2)}.PredictiveRx_patientBtn__v5mNN.PredictiveRx_active__w_HuD{box-shadow:0 0 30px rgba(8,145,178,.4)}.PredictiveRx_patientInfo__gERhx{display:flex;flex-direction:column;align-items:center;gap:.2rem}.PredictiveRx_patientName__MEXUB{font-weight:600;font-size:1rem}.PredictiveRx_patientCondition__3qt3w{font-size:.8rem;color:var(--text-dim)}.PredictiveRx_journeyTimeline__kAwaY{position:relative;padding:2rem 0;margin-bottom:2rem}.PredictiveRx_timelineTrack__ceey6{height:4px;background:rgba(255,255,255,.1);border-radius:2px;position:relative;margin:0 40px}.PredictiveRx_timelineProgress__c7a_b{height:100%;background:linear-gradient(90deg,var(--pr-teal),var(--pr-emerald));border-radius:2px;transition:width .8s cubic-bezier(.4,0,.2,1);box-shadow:0 0 20px rgba(8,145,178,.5)}.PredictiveRx_timelineSteps__v3QKz{display:flex;justify-content:space-between;margin-top:-32px;position:relative}.PredictiveRx_timelineStep__yX65A{display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:transform .3s ease;flex:1;max-width:120px}.PredictiveRx_timelineStep__yX65A:hover{transform:translateY(-5px)}.PredictiveRx_stepDot__u7Xu1{width:24px;height:24px;border-radius:50%;background:var(--pr-darker);border:3px solid rgba(255,255,255,.2);transition:all .3s ease;position:relative;margin-bottom:1rem}.PredictiveRx_stepDot__u7Xu1:after{content:"";position:absolute;top:50%;left:50%;width:40px;height:40px;border-radius:50%;background:radial-gradient(circle,rgba(8,145,178,.3),transparent);transform:translate(-50%,-50%) scale(0);transition:transform .3s ease}.PredictiveRx_timelineStep__yX65A.PredictiveRx_active__w_HuD .PredictiveRx_stepDot__u7Xu1{background:var(--pr-teal);border-color:var(--pr-teal);box-shadow:0 0 20px rgba(8,145,178,.8)}.PredictiveRx_timelineStep__yX65A.PredictiveRx_active__w_HuD .PredictiveRx_stepDot__u7Xu1:after{transform:translate(-50%,-50%) scale(1);animation:PredictiveRx_pulseDot__D3FOA 2s ease-in-out infinite}.PredictiveRx_timelineStep__yX65A.PredictiveRx_completed__GSO9_ .PredictiveRx_stepDot__u7Xu1{background:var(--pr-emerald);border-color:var(--pr-emerald)}.PredictiveRx_stepLabel__gD3Ay{font-size:.75rem;color:var(--text-dim);text-align:center;max-width:80px}.PredictiveRx_timelineStep__yX65A.PredictiveRx_active__w_HuD .PredictiveRx_stepLabel__gD3Ay,.PredictiveRx_timelineStep__yX65A.PredictiveRx_completed__GSO9_ .PredictiveRx_stepLabel__gD3Ay{color:var(--text-light)}.PredictiveRx_journeyNarrative__4wT9n{border-radius:20px;padding:2rem;margin-top:2rem;border:1px solid rgba(8,145,178,.3);min-height:120px;display:flex;align-items:center;position:relative;overflow:hidden}.PredictiveRx_journeyNarrative__4wT9n:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(8,145,178,.1),transparent);animation:PredictiveRx_rotate__b_kqx 20s linear infinite}.PredictiveRx_narrativeContent__7VEw_{position:relative;z-index:1;width:100%}.PredictiveRx_narrativeStep__vfVJR{font-size:.9rem;color:var(--pr-teal);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}.PredictiveRx_narrativeText__yMfDB{font-size:1.1rem;line-height:1.6;color:var(--text-light)}.PredictiveRx_riskIndicator__a6NpD{display:flex;align-items:center;gap:1rem;margin-top:1rem}.PredictiveRx_riskBar__kdMPk{flex:1;height:6px;background:rgba(255,255,255,.1);border-radius:3px;overflow:hidden}.PredictiveRx_riskFill__DLKNT{height:100%;transition:all .8s cubic-bezier(.4,0,.2,1);border-radius:3px}.PredictiveRx_riskLabel__v6OpS{font-size:.9rem;color:var(--text-dim);min-width:80px}.PredictiveRx_riskValue__wWx50{font-size:.9rem;color:var(--text-light);min-width:40px;text-align:right}.PredictiveRx_journeyControls__y4DD_{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.PredictiveRx_controlBtn__Hkbqf{padding:.6rem 1.5rem;background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:50px;color:var(--text-light);cursor:pointer;transition:all .3s ease;font-size:.9rem;display:flex;align-items:center;gap:.5rem}.PredictiveRx_controlBtn__Hkbqf:hover:not(:disabled){background:rgba(8,145,178,.2);border-color:var(--pr-teal);transform:translateY(-2px)}.PredictiveRx_controlBtn__Hkbqf:disabled{opacity:.5;cursor:not-allowed}.PredictiveRx_playBtn__0d59t{background:rgba(8,145,178,.2);border-color:var(--pr-teal)}@media (max-width:768px){.PredictiveRx_journeyContainer__2kMBO{padding:1rem}.PredictiveRx_patientSelector__1IRgZ{grid-template-columns:1fr;gap:.8rem}.PredictiveRx_patientBtn__v5mNN{padding:.8rem 1.2rem}.PredictiveRx_timelineSteps__v3QKz{display:none}.PredictiveRx_timelineTrack__ceey6{margin:0}.PredictiveRx_journeyTimeline__kAwaY{padding:1rem 0}.PredictiveRx_journeyNarrative__4wT9n{padding:1.5rem}.PredictiveRx_narrativeText__yMfDB{font-size:1rem}.PredictiveRx_journeyControls__y4DD_{flex-wrap:wrap}.PredictiveRx_controlBtn__Hkbqf{padding:.5rem 1rem;font-size:.85rem}}#PredictiveRx_pr-cursor__OkGac{width:20px;height:20px;border:2px solid var(--pr-teal);border-radius:50%;position:fixed;pointer-events:none;transition:all .1s ease;z-index:9999;mix-blend-mode:difference}#PredictiveRx_pr-cursor-dot__XUyk2{width:4px;height:4px;background:var(--pr-teal);border-radius:50%;position:fixed;pointer-events:none;z-index:9999}.PredictiveRx_prNav__4AUHo{position:fixed;top:0;width:100%;padding:1rem 2rem;background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid var(--glass-border);transition:all .3s ease}.PredictiveRx_prNav__4AUHo a{color:var(--text-light);text-decoration:none;margin:0 1rem;transition:color .3s ease;font-size:.9rem}.PredictiveRx_prNav__4AUHo a:hover{color:var(--pr-teal-light)}.PredictiveRx_hero__qykHR{min-height:100vh;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,var(--pr-dark) 0,var(--pr-darker) 100%)}.PredictiveRx_patientCanvas__0RsAN{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.PredictiveRx_heroContent__Uyjra{text-align:center;z-index:10;max-width:1000px;padding:2rem;position:relative}.PredictiveRx_heroContent__Uyjra h1{font-size:clamp(3rem,7vw,6rem);font-weight:300;letter-spacing:-.02em;margin-bottom:1rem;background:linear-gradient(135deg,var(--pr-teal),var(--pr-emerald));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:PredictiveRx_pulse__qTgyd 3s ease-in-out infinite}@keyframes PredictiveRx_pulse__qTgyd{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.02)}}.PredictiveRx_subtitle__NVjSp{font-size:1.8rem;color:var(--text-dim);margin-bottom:2rem;font-weight:300;opacity:0;animation:PredictiveRx_fadeInUp__rGtCC 1s ease .5s forwards}.PredictiveRx_heroStatement__g_QD5{font-size:1.2rem;line-height:1.8;max-width:800px;margin:0 auto 3rem;color:var(--text-light);opacity:0;animation:PredictiveRx_fadeInUp__rGtCC 1s ease .7s forwards}@keyframes PredictiveRx_fadeInUp__rGtCC{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.PredictiveRx_heroStats__uERrq{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;max-width:600px;margin:0 auto;opacity:0;animation:PredictiveRx_fadeInUp__rGtCC 1s ease 1s forwards}.PredictiveRx_stat__6mdWm{text-align:center;cursor:pointer;transition:transform .3s ease}.PredictiveRx_stat__6mdWm:hover{transform:translateY(-5px)}.PredictiveRx_statNumber__Br6fV{font-size:3rem;font-weight:700;background:linear-gradient(135deg,var(--pr-teal),var(--pr-emerald));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.PredictiveRx_statLabel__ba_XJ{color:var(--text-dim);font-size:.9rem;text-transform:uppercase;letter-spacing:.1em;margin-top:.5rem}.PredictiveRx_journeyLegend__NVMfT{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;gap:2rem;z-index:10;background:var(--glass-bg);padding:1rem 2rem;border-radius:50px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.PredictiveRx_legendItem__V3Zmf{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--text-dim)}.PredictiveRx_legendDot__HmiPy{width:12px;height:12px;border-radius:50%}.PredictiveRx_section__Jtt7x{padding:5rem 2rem;position:relative;z-index:10}.PredictiveRx_section__Jtt7x:nth-child(2n){background:var(--pr-darker)}.PredictiveRx_sectionTitle__d9eB0{font-size:3rem;font-weight:300;text-align:center;margin-bottom:1rem;color:var(--text-light);opacity:0;transform:translateY(30px);transition:all 1s ease}.PredictiveRx_sectionTitle__d9eB0.PredictiveRx_visible__03825{opacity:1;transform:translateY(0)}.PredictiveRx_sectionSubtitle__pqtA5{font-size:1.3rem;color:var(--text-dim);text-align:center;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.PredictiveRx_platformGrid__gWflF{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.PredictiveRx_platformCard__w2r4V{background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--glass-border);border-radius:20px;padding:2.5rem;position:relative;overflow:hidden;cursor:pointer;transition:all .3s ease;opacity:0;transform:translateY(30px)}.PredictiveRx_platformCard__w2r4V.PredictiveRx_visible__03825{opacity:1;transform:translateY(0)}.PredictiveRx_platformCard__w2r4V:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,var(--pr-teal),transparent);opacity:0;transition:opacity .3s ease;pointer-events:none}.PredictiveRx_platformCard__w2r4V:hover:before{opacity:.1}.PredictiveRx_platformCard__w2r4V:hover{transform:translateY(-10px) scale(1.02);border-color:var(--pr-teal);box-shadow:0 20px 40px rgba(8,145,178,.3)}.PredictiveRx_platformCard__w2r4V h3{font-size:1.5rem;margin-bottom:1rem;color:var(--pr-teal-light);font-weight:400}.PredictiveRx_platformCard__w2r4V p{color:var(--text-dim);line-height:1.8;margin-bottom:1.5rem}.PredictiveRx_cardMetric__wO2IT{text-align:center;padding-top:1rem;border-top:1px solid var(--glass-border)}.PredictiveRx_metricValue__A02p2{font-size:2rem;font-weight:700;background:linear-gradient(135deg,var(--pr-emerald),var(--pr-gold));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.PredictiveRx_metricLabel__JbZv1{color:var(--text-dim);font-size:.9rem}.PredictiveRx_journeyContainer__2kMBO{position:relative;max-width:1200px;margin:0 auto;background:var(--glass-bg);border-radius:30px;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--glass-border)}.PredictiveRx_patientSelector__1IRgZ{display:flex;gap:.8rem;margin-bottom:1.5rem;justify-content:center;flex-wrap:wrap}.PredictiveRx_patientBtn__v5mNN{padding:.6rem 1.2rem;background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:50px;color:var(--text-light);cursor:pointer;transition:all .3s ease;font-size:.85rem}.PredictiveRx_patientBtn__v5mNN:hover{background:rgba(8,145,178,.2);border-color:var(--pr-teal);transform:translateY(-2px)}.PredictiveRx_patientBtn__v5mNN.PredictiveRx_active__w_HuD{background:rgba(8,145,178,.3);border-color:var(--pr-teal);color:var(--pr-teal-light)}.PredictiveRx_journeyCanvas__MSMrs{width:100%;height:250px;margin:1rem 0}.PredictiveRx_journeyNarrative__4wT9n{text-align:center;color:var(--text-light);font-size:1rem;line-height:1.6;min-height:50px;padding:.8rem;background:rgba(8,145,178,.1);border-radius:15px;margin-top:1rem}.PredictiveRx_modulesContainer__c9X4e{max-width:1200px;margin:0 auto;position:relative}.PredictiveRx_moduleCard__PWNSm{background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--glass-border);border-radius:20px;padding:2rem;margin-bottom:2rem;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.PredictiveRx_moduleCard__PWNSm:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(16,185,129,.3),transparent);transition:left .6s ease}.PredictiveRx_moduleCard__PWNSm:hover:after{left:100%}.PredictiveRx_moduleCard__PWNSm:hover{transform:translateX(10px);border-color:var(--pr-emerald);background:rgba(16,185,129,.05)}.PredictiveRx_moduleHeader__tALjD{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.PredictiveRx_moduleHeader__tALjD h3{font-size:1.5rem;color:var(--pr-teal-light)}.PredictiveRx_moduleImpact__rEJTC{font-size:1.2rem;color:var(--pr-emerald);font-weight:700}.PredictiveRx_moduleValue__oU20w{color:var(--pr-gold);opacity:.8;margin-top:1rem}.PredictiveRx_calculatorWrapper__5sWny{max-width:1200px;margin:0 auto}.PredictiveRx_calculatorIntro__jamfN{text-align:center;max-width:800px;margin:0 auto 3rem;padding:2rem;background:rgba(8,145,178,.1);border-radius:20px}.PredictiveRx_calculatorIntro__jamfN h3{color:var(--pr-teal-light);margin-bottom:1rem;font-size:1.5rem}.PredictiveRx_calculatorContainer___XfmQ{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:30px;padding:3rem;position:relative;overflow:hidden}.PredictiveRx_calculatorGlow__RezZ9{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,var(--pr-emerald),transparent);opacity:.05;animation:PredictiveRx_rotate__b_kqx 20s linear infinite}@keyframes PredictiveRx_rotate__b_kqx{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.PredictiveRx_calculatorInputs__MI4Af{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem;position:relative;z-index:1;max-width:1000px;margin-left:auto;margin-right:auto}@media (max-width:900px){.PredictiveRx_calculatorInputs__MI4Af{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.PredictiveRx_calculatorInputs__MI4Af{grid-template-columns:1fr}}.PredictiveRx_inputGroup__iFpOD{position:relative}.PredictiveRx_inputGroup__iFpOD label{display:block;color:var(--text-light);margin-bottom:1rem;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em}.PredictiveRx_inputTooltip__MnXeh{position:absolute;top:0;right:0;width:20px;height:20px;background:var(--pr-teal);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:help;font-size:.8rem}.PredictiveRx_inputTooltip__MnXeh:hover:after{content:attr(data-tooltip);position:absolute;bottom:25px;right:0;background:var(--pr-darker);color:white;padding:.5rem 1rem;border-radius:8px;white-space:nowrap;font-size:.8rem;box-shadow:0 5px 15px rgba(0,0,0,.3)}.PredictiveRx_inputGroup__iFpOD input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:6px;border-radius:3px;background:var(--glass-border);outline:none;cursor:pointer}.PredictiveRx_inputGroup__iFpOD input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:var(--pr-teal);cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;box-shadow:0 0 10px rgba(8,145,178,.5)}.PredictiveRx_inputGroup__iFpOD input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.2);box-shadow:0 0 20px rgba(8,145,178,.8)}.PredictiveRx_sliderValue__JFiil{font-size:1.5rem;font-weight:700;color:var(--pr-teal-light);text-align:center;margin-top:.5rem}.PredictiveRx_benchmarkIndicator__5RG3R{font-size:.8rem;color:var(--text-dim);text-align:center;margin-top:.5rem}.PredictiveRx_calculatorResults____GPz{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;position:relative;z-index:1;max-width:1000px;margin:0 auto}@media (min-width:768px){.PredictiveRx_calculatorResults____GPz{grid-template-columns:repeat(3,1fr);max-width:1000px;margin:0 auto}}@media (min-width:480px) and (max-width:767px){.PredictiveRx_calculatorResults____GPz{grid-template-columns:repeat(2,1fr)}}@media (max-width:479px){.PredictiveRx_calculatorResults____GPz{grid-template-columns:1fr}}.PredictiveRx_resultCard__eQD56{background:rgba(255,255,255,.03);border-radius:15px;padding:1.5rem;text-align:center;transition:transform .3s ease;min-height:140px;display:flex;flex-direction:column;justify-content:center;align-items:center}.PredictiveRx_resultCard__eQD56:hover{transform:scale(1.05)}.PredictiveRx_resultNumber__59Hid{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;background:linear-gradient(135deg,var(--pr-emerald),var(--pr-gold));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem;transition:all .3s ease;line-height:1.1;word-break:break-word;max-width:100%}@media (min-width:1200px){.PredictiveRx_resultNumber__59Hid{font-size:2.75rem}}.PredictiveRx_resultCard__eQD56:first-child .PredictiveRx_resultNumber__59Hid{font-size:clamp(1.5rem,3.5vw,2.25rem)}.PredictiveRx_resultLabel__wC2ue{color:var(--text-dim);font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;margin-top:.25rem}.PredictiveRx_totalImpact__yLhZi{margin-top:3rem;text-align:center;padding:2rem;background:linear-gradient(135deg,rgba(16,185,129,.1),rgba(251,191,36,.1));border-radius:20px}.PredictiveRx_totalImpact__yLhZi h3{color:var(--pr-emerald);margin-bottom:1rem}.PredictiveRx_totalValue__NR0o6{font-size:3rem;font-weight:700;color:var(--pr-gold)}.PredictiveRx_timelineContainer__Bxac4{max-width:1200px;margin:0 auto;position:relative}.PredictiveRx_timelineLine__Xwxgp{position:absolute;left:50%;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,var(--pr-teal),var(--pr-emerald));transform:translateX(-50%)}.PredictiveRx_implementationCard__lU_ca{background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--glass-border);border-radius:20px;padding:2rem;margin-bottom:2rem;position:relative;width:45%;opacity:0;transform:translateX(-50px);transition:all .8s ease}.PredictiveRx_implementationCard__lU_ca.PredictiveRx_visible__03825{opacity:1;transform:translateX(0)}.PredictiveRx_implementationCard__lU_ca:nth-child(odd){margin-left:0}.PredictiveRx_implementationCard__lU_ca:nth-child(2n){margin-left:55%}.PredictiveRx_implementationCard__lU_ca.PredictiveRx_recommended__udimC{border-color:var(--pr-emerald);background:rgba(16,185,129,.1);transform:scale(1.05)}.PredictiveRx_recommendedBadge__q1Nm1{position:absolute;top:-10px;right:20px;background:var(--pr-emerald);color:white;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:700}.PredictiveRx_timelineDot__dPZeA{position:absolute;width:20px;height:20px;background:var(--pr-emerald);border-radius:50%;top:50%;transform:translateY(-50%);box-shadow:0 0 20px rgba(16,185,129,.5);animation:PredictiveRx_pulseDot__D3FOA 2s ease-in-out infinite}@keyframes PredictiveRx_pulseDot__D3FOA{0%,to{box-shadow:0 0 20px rgba(16,185,129,.5)}50%{box-shadow:0 0 30px rgba(16,185,129,.8)}}.PredictiveRx_implementationCard__lU_ca:nth-child(odd) .PredictiveRx_timelineDot__dPZeA{right:-60px}.PredictiveRx_implementationCard__lU_ca:nth-child(2n) .PredictiveRx_timelineDot__dPZeA{left:-60px}.PredictiveRx_timelineTime__jm0DA{color:var(--pr-teal-light);font-size:1.2rem;margin-bottom:1rem}.PredictiveRx_timelineList__TvJmt{list-style:none;color:var(--text-dim);margin-top:1rem}.PredictiveRx_ctaSection__kxyb4{padding:6rem 2rem;text-align:center;background:linear-gradient(180deg,transparent 0,var(--pr-darker) 100%)}.PredictiveRx_ctaSection__kxyb4 h2{font-size:3rem;font-weight:300;margin-bottom:1rem;color:var(--text-light)}.PredictiveRx_ctaSection__kxyb4 p{font-size:1.2rem;color:var(--text-dim);margin-bottom:3rem}.PredictiveRx_ctaButtons__pVVI5{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap;margin-top:3rem}.PredictiveRx_primaryButton__SEGKc,.PredictiveRx_secondaryButton__8Duk4{padding:1rem 2.5rem;font-size:1.1rem;border-radius:50px;cursor:pointer;transition:all .3s ease;font-weight:500;letter-spacing:.02em;border:none;position:relative;overflow:hidden}.PredictiveRx_primaryButton__SEGKc{background:linear-gradient(135deg,var(--pr-teal),var(--pr-emerald));color:white;box-shadow:0 5px 20px rgba(8,145,178,.3)}.PredictiveRx_primaryButton__SEGKc:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(8,145,178,.4)}.PredictiveRx_secondaryButton__8Duk4{background:transparent;color:var(--pr-teal-light);border:2px solid var(--pr-teal-light)}.PredictiveRx_secondaryButton__8Duk4:hover{background:var(--pr-teal-light);color:var(--pr-dark)}@media (max-width:768px){.PredictiveRx_heroStats__uERrq{grid-template-columns:1fr;gap:2rem;margin-bottom:5rem}.PredictiveRx_calculatorResults____GPz{grid-template-columns:1fr}.PredictiveRx_implementationCard__lU_ca{width:100%;margin-left:0!important}.PredictiveRx_timelineLine__Xwxgp{left:20px}.PredictiveRx_timelineDot__dPZeA{left:10px!important;right:auto!important}.PredictiveRx_journeyLegend__NVMfT{flex-wrap:wrap;gap:.5rem;padding:.5rem 1rem}.PredictiveRx_legendItem__V3Zmf{font-size:.8rem}}.PredictiveRx_modalOverlay___rLF_{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:PredictiveRx_fadeIn__q1hXH .3s ease}@keyframes PredictiveRx_fadeIn__q1hXH{0%{opacity:0}to{opacity:1}}.PredictiveRx_modalContent__e1GGW{background:var(--pr-darker);border:1px solid var(--glass-border);border-radius:20px;padding:3rem;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;position:relative;animation:PredictiveRx_slideUp__4446h .3s ease}@keyframes PredictiveRx_slideUp__4446h{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.PredictiveRx_closeButton__MUW_U{position:absolute;top:1rem;right:1rem;background:none;border:none;color:var(--text-dim);font-size:2rem;cursor:pointer;transition:color .3s ease;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%}.PredictiveRx_closeButton__MUW_U:hover{color:var(--pr-teal-light);background:rgba(8,145,178,.1)}.PredictiveRx_modalContent__e1GGW h3{color:var(--pr-teal-light);font-size:1.8rem;margin-bottom:.5rem}.PredictiveRx_modalContent__e1GGW>p{color:var(--text-dim);margin-bottom:2rem}.PredictiveRx_demoForm__0qTgP{display:flex;flex-direction:column;gap:1.5rem}.PredictiveRx_formGroup__aGcxk{display:flex;flex-direction:column;gap:.5rem}.PredictiveRx_formGroup__aGcxk label{color:var(--text-light);font-size:.9rem;text-transform:uppercase;letter-spacing:.05em}.PredictiveRx_formGroup__aGcxk input,.PredictiveRx_formGroup__aGcxk select,.PredictiveRx_formGroup__aGcxk textarea{background:rgba(255,255,255,.05);border:1px solid var(--glass-border);border-radius:8px;padding:.75rem 1rem;color:white;font-size:1rem;transition:all .3s ease}.PredictiveRx_formGroup__aGcxk input::-moz-placeholder,.PredictiveRx_formGroup__aGcxk textarea::-moz-placeholder{color:var(--text-dim);opacity:.7}.PredictiveRx_formGroup__aGcxk input::placeholder,.PredictiveRx_formGroup__aGcxk textarea::placeholder{color:var(--text-dim);opacity:.7}.PredictiveRx_formGroup__aGcxk input:focus,.PredictiveRx_formGroup__aGcxk select:focus,.PredictiveRx_formGroup__aGcxk textarea:focus{outline:none;border-color:var(--pr-teal);background:rgba(8,145,178,.1)}.PredictiveRx_submitButton__rjhQ2{background:linear-gradient(135deg,var(--pr-teal),var(--pr-emerald));color:white;padding:1rem 2rem;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem}.PredictiveRx_submitButton__rjhQ2:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(8,145,178,.4)}.PredictiveRx_secondaryButton__8Duk4{position:relative;overflow:hidden}.PredictiveRx_secondaryButton__8Duk4:after{content:"";position:absolute;top:0;right:0;background:var(--pr-gold);color:var(--pr-darker);padding:.2rem .5rem;font-size:.7rem;transform:rotate(45deg) translate(25%,-50%)}