.EventsClient_eventsPage___tT42{min-height:100vh;background:var(--bg-section)}.EventsClient_hero__TFTGB{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#1f3c5a,#4f7cac 50%,#b8d4f0);padding:60px 0}html.dark .EventsClient_hero__TFTGB{background:linear-gradient(135deg,#0f172a,#1e293b 50%,#334155)!important}.EventsClient_heroContainer__yn_IH{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:1;text-align:center}.EventsClient_heroContent__wAUpO{color:var(--white)}.EventsClient_heroLabel___jXq5{font-size:.9rem;color:hsla(0,0%,100%,.9);font-weight:600;text-transform:uppercase;letter-spacing:2px;margin-bottom:20px;display:block}.EventsClient_heroTitle__l97fY{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.2;margin-bottom:25px;color:var(--white)}html.dark .EventsClient_heroTitle__l97fY{color:#fff!important}.EventsClient_heroSubtitle__H1rEh{font-size:clamp(1rem,2vw,1.3rem);line-height:1.8;color:hsla(0,0%,100%,.9);max-width:700px;margin:0 auto}.EventsClient_contentSection__aj3f5{padding:80px 0;background:var(--bg-section)}html.dark .EventsClient_contentSection__aj3f5{background:var(--bg-section)}.EventsClient_container__dP1nB{max-width:900px;margin:0 auto;padding:0 20px}.EventsClient_content__7bs_o{display:flex;flex-direction:column;gap:30px}.EventsClient_introText__tNrH_{font-size:clamp(1.3rem,2.5vw,1.8rem);font-weight:600;color:var(--text-dark);line-height:1.6;text-align:center}.EventsClient_bodyText__w_Awr{font-size:clamp(1rem,1.8vw,1.15rem);color:var(--text-light);line-height:1.8;text-align:center}.EventsClient_interestsSection__ehG1C{background:var(--bg-section-alt);padding:40px;border-radius:16px;margin:20px 0;box-shadow:0 4px 20px rgba(0,0,0,.05)}html.dark .EventsClient_interestsSection__ehG1C{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.EventsClient_interestsTitle__yjwRz{font-size:clamp(1.1rem,2vw,1.3rem);font-weight:600;color:var(--text-dark);margin-bottom:20px}.EventsClient_interestsList__Ln6DY{list-style:none;padding:0;margin:0 0 25px;display:flex;flex-direction:column;gap:15px}.EventsClient_interestsList__Ln6DY li{font-size:clamp(1rem,1.8vw,1.1rem);color:var(--text-light);line-height:1.6;padding-left:30px;position:relative}.EventsClient_interestsList__Ln6DY li:before{content:"✓";position:absolute;left:0;color:var(--primary-purple);font-weight:700;font-size:1.2rem}html.dark .EventsClient_interestsList__Ln6DY li:before{color:var(--primary-purple)}.EventsClient_ctaText__TMKT2{font-size:clamp(1rem,1.8vw,1.1rem);color:var(--text-light);line-height:1.8}.EventsClient_ctaLink__1wPu_{color:var(--primary-purple);text-decoration:underline;font-weight:600;transition:color .3s ease}.EventsClient_ctaLink__1wPu_:hover{color:var(--primary-pink)}html.dark .EventsClient_ctaLink__1wPu_{color:var(--primary-purple)}html.dark .EventsClient_ctaLink__1wPu_:hover{color:var(--primary-pink)}.EventsClient_buttonContainer__8coGV{display:flex;justify-content:center;margin-top:20px}.EventsClient_ctaButton__s9KEB{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,var(--primary-purple) 0,var(--primary-pink) 100%);color:var(--white);text-decoration:none;border-radius:30px;font-weight:600;font-size:clamp(.95rem,1.5vw,1.1rem);text-transform:uppercase;letter-spacing:.5px;transition:all .3s ease;box-shadow:0 5px 15px rgba(123,44,191,.3);text-align:center}.EventsClient_ctaButton__s9KEB:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(123,44,191,.5)}@media (max-width:768px){.EventsClient_hero__TFTGB{min-height:40vh;padding:40px 0}.EventsClient_contentSection__aj3f5{padding:50px 0}.EventsClient_interestsSection__ehG1C{padding:30px 20px}.EventsClient_ctaButton__s9KEB{padding:14px 32px;font-size:.9rem}}.Header_header__KwdYD{background-color:var(--white);padding:12px 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px var(--shadow-color);border-bottom:1px solid var(--border-color)}.Header_container__vrI8C{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;position:relative}.Header_logo____uDV{display:flex;align-items:center;justify-content:center}.Header_logo____uDV a{text-decoration:none}.Header_nav__tNWGY{display:flex;align-items:center;gap:25px;position:absolute;left:50%;transform:translateX(-50%)}.Header_nav__tNWGY .Header_themeToggle__n7epd{margin-left:10px}.Header_navLink__Rvw2c{color:var(--text-dark);text-decoration:none;font-weight:600;font-size:.9rem;transition:color .3s ease;white-space:nowrap}.Header_navLink__Rvw2c:hover{color:var(--primary-purple)}.Header_themeToggle__n7epd{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:8px;cursor:pointer;color:var(--text-dark);transition:background-color .2s ease;padding:0;flex-shrink:0}.Header_themeToggle__n7epd:hover{background-color:#f0f0f0}html.Header_dark__bUZpZ .Header_themeToggle__n7epd{color:var(--text-dark)}html.Header_dark__bUZpZ .Header_themeToggle__n7epd:hover{background-color:#3a3a3a}.Header_themeToggle__n7epd svg{width:20px;height:20px}.Header_dropdown__4_v0S{position:relative}.Header_dropdownButton__Y_s4e{background:none;border:none;color:var(--primary-purple);font-weight:600;font-size:1rem;cursor:pointer;display:flex;align-items:center;gap:8px;padding:5px 0;transition:color .3s ease}.Header_dropdownButton__Y_s4e:hover{color:var(--primary-pink)}.Header_dropdownArrow__eoAJF{font-size:.7rem;transition:transform .3s ease}.Header_dropdownMenu__6ZF9n{position:absolute;top:100%;left:0;margin-top:10px;background:var(--white);border-radius:10px;box-shadow:0 10px 40px rgba(0,0,0,.15);min-width:400px;padding:10px 0;z-index:1000}.Header_dropdownItem__wO3vR{display:block;padding:15px 20px;color:var(--text-dark);text-decoration:none;font-weight:600;font-size:.95rem;transition:all .3s ease;border-bottom:1px solid #f0f0f0}.Header_dropdownItem__wO3vR:last-child{border-bottom:none}.Header_dropdownItem__wO3vR:hover{background:var(--bg-light);color:var(--primary-purple);padding-left:25px}.Header_mobileControls__LmB46{display:none;align-items:center;gap:15px}.Header_mobileThemeToggleButton__uvX7E{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:8px;cursor:pointer;color:var(--text-dark);transition:background-color .2s ease;padding:0;flex-shrink:0}.Header_mobileThemeToggleButton__uvX7E:hover{background-color:#f0f0f0}html.Header_dark__bUZpZ .Header_mobileThemeToggleButton__uvX7E{color:var(--text-dark)}html.Header_dark__bUZpZ .Header_mobileThemeToggleButton__uvX7E:hover{background-color:#3a3a3a}.Header_mobileThemeToggleButton__uvX7E svg{width:20px;height:20px}.Header_hamburger__zEELl{display:none;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001;position:relative}.Header_hamburgerLine__fcf4q{width:100%;height:3px;background-color:var(--text-dark);border-radius:3px;transition:all .3s ease}.Header_hamburger__zEELl:hover .Header_hamburgerLine__fcf4q{background-color:var(--primary-purple)}.Header_mobileMenuOverlay__a4lE9{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:999;animation:Header_fadeIn__5jqN_ .3s ease}@keyframes Header_fadeIn__5jqN_{0%{opacity:0}to{opacity:1}}.Header_mobileMenu__YC5Nj{position:fixed;top:0;right:-100%;width:100%;max-width:300px;height:100vh;background:var(--white);box-shadow:-2px 0 10px rgba(0,0,0,.1);transition:right .3s ease;z-index:1000;overflow-y:auto}.Header_mobileMenuOpen__r21de{right:0}.Header_mobileMenuContent__5kwM2{position:relative;padding:80px 30px 30px;height:100%}.Header_mobileMenuClose__oTVpP{position:absolute;top:20px;right:20px;width:30px;height:30px;background:transparent;border:none;cursor:pointer;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:1001}.Header_mobileMenuClose__oTVpP span{position:absolute;width:25px;height:3px;background-color:var(--text-dark);border-radius:3px;transition:all .3s ease}.Header_mobileMenuClose__oTVpP span:first-child{transform:rotate(45deg)}.Header_mobileMenuClose__oTVpP span:last-child{transform:rotate(-45deg)}.Header_mobileMenuClose__oTVpP:hover span{background-color:var(--primary-purple)}.Header_mobileNav__FuzZI{display:flex;flex-direction:column;gap:0}.Header_mobileNavLink__Ai4_9{display:block;padding:20px 0;color:var(--text-dark);text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;border-bottom:1px solid #f0f0f0}.Header_mobileNavLink__Ai4_9:last-child{border-bottom:none}.Header_mobileNavLink__Ai4_9:hover{color:var(--primary-purple);padding-left:10px}.Header_mobileThemeToggle___JFex{display:flex;align-items:center;gap:12px;padding:20px 0;background:transparent;border:1px solid #f0f0f0;border-right:none;border-left:none;color:var(--text-dark);text-decoration:none;font-weight:600;font-size:1rem;cursor:pointer;width:100%;transition:all .3s ease;margin-top:10px}html.Header_dark__bUZpZ .Header_mobileThemeToggle___JFex{border-top-color:#3a3a3a;border-bottom-color:#3a3a3a}.Header_mobileThemeToggle___JFex:hover{color:var(--primary-purple);padding-left:10px}.Header_mobileThemeToggle___JFex svg{width:20px;height:20px;flex-shrink:0}@media (max-width:968px){.Header_container__vrI8C{flex-direction:row;justify-content:space-between;align-items:center}.Header_nav__tNWGY{display:none}.Header_hamburger__zEELl,.Header_mobileControls__LmB46{display:flex}.Header_header__KwdYD{padding:10px 0}}@media (max-width:768px){.Header_mobileMenu__YC5Nj{max-width:280px}.Header_mobileMenuContent__5kwM2{padding:70px 20px 20px}.Header_mobileNavLink__Ai4_9{font-size:.95rem;padding:18px 0}.Header_logoImage__NjB6a{max-height:45px;max-width:150px}}.Header_logoImage__NjB6a{height:auto;width:auto;max-height:60px;max-width:200px;object-fit:contain;display:block;transition:all .3s ease;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.Header_logoImage__NjB6a:hover{transform:scale(1.05);filter:drop-shadow(0 4px 8px rgba(0,0,0,.15))}.Hero_hero__bqvNd{position:relative;min-height:60vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#1f3c5a,#4f7cac 50%,#b8d4f0);padding:50px 0}html.dark .Hero_hero__bqvNd{background:linear-gradient(135deg,#0f172a,#1e293b 50%,#334155)!important}html.dark .Hero_gradientOrb1__Rwwe0{background:radial-gradient(circle,rgba(15,23,42,.4) 0,rgba(30,41,59,.3) 30%,rgba(51,65,85,.2) 50%,rgba(15,23,42,0) 70%)}html.dark .Hero_gradientOrb2__8G9Oj{background:radial-gradient(circle,rgba(30,41,59,.35) 0,rgba(51,65,85,.25) 30%,rgba(71,85,105,.15) 50%,rgba(30,41,59,0) 70%)}html.dark .Hero_gradientOrb3__3YQp4{background:radial-gradient(circle,rgba(51,65,85,.3) 0,rgba(71,85,105,.2) 30%,rgba(100,116,139,.1) 50%,rgba(51,65,85,0) 70%)}html.dark .Hero_gradientOrb4__PslaJ{background:radial-gradient(circle,rgba(123,44,191,.15) 0,rgba(155,76,217,.1) 30%,rgba(123,44,191,.05) 50%,rgba(123,44,191,0) 70%)}.Hero_heroBackground__smb__{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;z-index:0}.Hero_gradientOrb1__Rwwe0{width:1000px;height:1000px;background:radial-gradient(circle,rgba(31,60,90,.4) 0,rgba(79,124,172,.3) 30%,rgba(184,212,240,.2) 50%,rgba(31,60,90,0) 70%);top:-400px;left:-400px;animation:Hero_float__XKsXp 25s ease-in-out infinite}.Hero_gradientOrb1__Rwwe0,.Hero_gradientOrb2__8G9Oj{position:absolute;border-radius:50%;filter:blur(100px)}.Hero_gradientOrb2__8G9Oj{width:900px;height:900px;background:radial-gradient(circle,rgba(79,124,172,.35) 0,rgba(184,212,240,.25) 30%,rgba(184,212,240,.15) 50%,rgba(79,124,172,0) 70%);bottom:-300px;right:-300px;animation:Hero_float__XKsXp 20s ease-in-out infinite reverse}.Hero_gradientOrb3__3YQp4{position:absolute;width:800px;height:800px;border-radius:50%;background:radial-gradient(circle,rgba(184,212,240,.3) 0,rgba(184,212,240,.2) 30%,rgba(184,212,240,.1) 50%,rgba(184,212,240,0) 70%);top:50%;left:50%;animation:Hero_floatCenter__zcWrR 30s ease-in-out infinite;filter:blur(120px)}.Hero_gradientOrb4__PslaJ{position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(255,45,141,.25) 0,rgba(236,72,153,.15) 30%,rgba(255,45,141,.1) 50%,rgba(255,45,141,0) 70%);top:20%;right:10%;animation:Hero_float__XKsXp 18s ease-in-out infinite;filter:blur(90px)}@keyframes Hero_float__XKsXp{0%,to{transform:translate(0) scale(1);opacity:.7}33%{transform:translate(50px,-50px) scale(1.2);opacity:.9}66%{transform:translate(-40px,40px) scale(.9);opacity:.6}}@keyframes Hero_floatCenter__zcWrR{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.5}50%{transform:translate(-50%,-50%) scale(1.3);opacity:.7}}.Hero_container__uaTFp{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 20px;width:100%}.Hero_content__WDVga{text-align:center;max-width:750px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:20px}.Hero_mainTitle__u3BuI{font-size:clamp(2.5rem,7vw,5rem);font-weight:700;line-height:1.1;margin-bottom:25px;background:linear-gradient(135deg,gold,orange);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-2px}.Hero_titleLine1__zq3at{display:block}.Hero_titleLine2__PGpa5{display:block;font-size:.6em;margin-top:10px}.Hero_subtitle__WCdI_{margin-bottom:30px}.Hero_subtitleLine1__PCS7s,.Hero_subtitleLine2__8U7QU{font-size:clamp(1.1rem,2.2vw,1.6rem);color:var(--white);margin:10px 0;letter-spacing:1px;font-weight:300}.Hero_headline__wPoAT{font-size:clamp(1.8rem,4vw,3rem);font-weight:700;line-height:1.3;margin:0;letter-spacing:-.5px;display:flex;flex-wrap:wrap;justify-content:center;align-items:baseline;gap:10px;position:relative;z-index:3}.Hero_headlineLearning__5LY01,.Hero_headlinePart1__I_NkV{color:#fff;font-weight:600;display:inline-block}.Hero_headlineLearning__5LY01{margin-right:4px}.Hero_headlineAI__poNPP{position:relative;background:linear-gradient(135deg,gold,#ffc107 50%,#ffeb3b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800;display:inline-block;padding-bottom:8px;margin-left:4px}.Hero_headlineAI__poNPP:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,gold,#ffc107 50%,#ffeb3b);border-radius:2px}.Hero_headlinePart2__sO1z9{color:#fff;font-weight:600;display:inline-block}.Hero_supportingText__gEP1G{font-size:clamp(1rem,1.8vw,1.15rem);line-height:1.6;color:hsla(0,0%,100%,.9);margin:0;max-width:100%}.Hero_ctaButton__agKtA{display:inline-block;padding:14px 36px;background:linear-gradient(135deg,#8b5cf6,#ec4899);color:#fff;text-decoration:none;border-radius:50px;font-weight:600;font-size:.9rem;letter-spacing:.5px;transition:all .3s ease;box-shadow:0 8px 25px rgba(139,92,246,.4);margin-top:8px}.Hero_ctaButton__agKtA:hover{transform:translateY(-3px);box-shadow:0 15px 40px rgba(139,92,246,.6)}@media (max-width:768px){.Hero_hero__bqvNd{min-height:50vh;padding:35px 0}.Hero_content__WDVga{gap:18px;padding:0 20px}.Hero_headline__wPoAT{line-height:1.3;gap:6px;flex-direction:column;align-items:center}.Hero_headlineAI__poNPP{padding-bottom:6px}.Hero_headlineAI__poNPP:after{height:2px}.Hero_supportingText__gEP1G{line-height:1.6}}.WebinarRecordingsSection_section__VeAAh{padding:30px 0;background:var(--bg-section)}.WebinarRecordingsSection_container__ElWkJ{max-width:1200px;margin:0 auto;padding:0 20px}.WebinarRecordingsSection_content__53_Wk{display:grid;grid-template-columns:1fr 1fr;grid-gap:30px;gap:30px;align-items:center}.WebinarRecordingsSection_leftSide__qtpgy{position:relative}.WebinarRecordingsSection_imageContainer__y3Q98{width:100%;aspect-ratio:4/3;border-radius:20px;overflow:hidden;position:relative;box-shadow:0 20px 60px rgba(123,44,191,.15)}.WebinarRecordingsSection_webinarImage__GnpTn{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.WebinarRecordingsSection_rightSide__wUBLe{padding:20px 0}.WebinarRecordingsSection_title__IJOdU{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700;color:var(--white);margin-bottom:15px;background:linear-gradient(135deg,var(--primary-purple) 0,var(--primary-pink) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.WebinarRecordingsSection_description__H9lF1{font-size:.9rem;color:var(--text-light);line-height:1.6;margin-bottom:20px}.WebinarRecordingsSection_ctaButton__neiFa{display:inline-block;padding:12px 32px;background:linear-gradient(135deg,var(--primary-purple) 0,var(--primary-pink) 100%);color:var(--white);text-decoration:none;border-radius:50px;font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:1px;transition:all .3s ease;box-shadow:0 6px 20px rgba(123,44,191,.4)}.WebinarRecordingsSection_ctaButton__neiFa:hover{transform:translateY(-3px);box-shadow:0 15px 40px rgba(123,44,191,.6)}@media (max-width:968px){.WebinarRecordingsSection_content__53_Wk{grid-template-columns:1fr;gap:30px}.WebinarRecordingsSection_imageContainer__y3Q98{max-width:500px;margin:0 auto}.WebinarRecordingsSection_rightSide__wUBLe{text-align:center}}@media (max-width:768px){.WebinarRecordingsSection_section__VeAAh{padding:25px 0}}.ROISection_section__Yj_Gw{padding:35px 0;background:var(--bg-section-alt);position:relative}.ROISection_container__S_fzY{max-width:1200px;margin:0 auto;padding:0 20px}.ROISection_header__7b3WZ{text-align:center;margin-bottom:30px}.ROISection_title__fFYYt{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700;color:var(--text-dark);margin-bottom:12px;background:linear-gradient(135deg,var(--primary-purple) 0,var(--primary-pink) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.ROISection_subtitle__DT_Yq{font-size:.95rem;color:var(--text-light);line-height:1.6;max-width:700px;margin:0 auto}.ROISection_content__BHzKw{display:grid;grid-template-columns:1fr 1fr;grid-gap:30px;gap:30px;align-items:start}.ROISection_leftSide__U_pb1{position:relative}.ROISection_statsGrid__84XUj{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}.ROISection_statCard__q1hNl{background:var(--white);padding:18px;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.08);text-align:center;transition:all .3s ease;border:2px solid transparent}.ROISection_statCard__q1hNl:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(123,44,191,.2);border-color:var(--primary-purple)}.ROISection_statNumber__46QdC{font-size:2rem;font-weight:700;background:linear-gradient(135deg,var(--primary-purple) 0,var(--primary-pink) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:6px;line-height:1.2}.ROISection_statLabel__teXZy{font-size:.9rem;font-weight:600;color:var(--text-dark);margin-bottom:6px}.ROISection_statDescription__t71OJ{font-size:.8rem;color:var(--text-light);line-height:1.4}.ROISection_rightSide__vJm1G{display:flex;flex-direction:column;gap:0}.ROISection_benefitsList__TjeAO{background:var(--white);padding:22px;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.08)}.ROISection_benefitsTitle__nWZwk{font-size:1.2rem;font-weight:700;color:var(--text-dark);margin-bottom:18px}.ROISection_benefitItem__IMuLR{display:flex;gap:12px;margin-bottom:18px}.ROISection_benefitItem__IMuLR:last-child{margin-bottom:0}.ROISection_benefitIcon__MFxuF{font-size:1.6rem;flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(123,44,191,.1),rgba(236,72,153,.1));border-radius:10px}.ROISection_benefitContent__M85mi{flex:1 1}.ROISection_benefitHeading__TTA_5{font-size:1rem;font-weight:600;color:var(--text-dark);margin-bottom:6px}.ROISection_benefitText__enYuL{font-size:.85rem;color:var(--text-light);line-height:1.5}.ROISection_frameworkSection__pv08v{margin-top:35px;display:flex;flex-direction:column;align-items:center;gap:20px}.ROISection_framework__kpRJ_{background:linear-gradient(135deg,rgba(123,44,191,.05),rgba(236,72,153,.05));padding:25px 30px;border-radius:12px;border:2px solid rgba(123,44,191,.1);width:100%;max-width:900px;text-align:center}.ROISection_frameworkTitle__zbr3j{font-size:1.2rem;font-weight:700;color:var(--text-dark);margin-bottom:12px}.ROISection_frameworkDescription__IlzzJ{font-size:.9rem;color:var(--text-light);line-height:1.6;margin-bottom:18px;max-width:700px;margin-left:auto;margin-right:auto}.ROISection_frameworkPillars__z0C_k{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.ROISection_pillar__CwfHL{padding:10px 20px;background:linear-gradient(135deg,var(--primary-purple) 0,var(--primary-pink) 100%);color:var(--white);border-radius:25px;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.ROISection_ctaContainer__eaZ3u{display:flex;justify-content:center;width:100%}.ROISection_ctaButton__V_Bz9{display:inline-block;padding:12px 40px;background:linear-gradient(135deg,var(--primary-purple) 0,var(--primary-pink) 100%);color:var(--white);text-decoration:none;border-radius:50px;font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:1px;transition:all .3s ease;box-shadow:0 6px 20px rgba(123,44,191,.4);text-align:center}.ROISection_ctaButton__V_Bz9:hover{transform:translateY(-3px);box-shadow:0 15px 40px rgba(123,44,191,.6)}@media (max-width:968px){.ROISection_content__BHzKw{grid-template-columns:1fr;gap:40px}.ROISection_statsGrid__84XUj{grid-template-columns:1fr 1fr;gap:15px}.ROISection_statNumber__46QdC{font-size:2rem}}@media (max-width:768px){.ROISection_section__Yj_Gw{padding:25px 0}.ROISection_header__7b3WZ{margin-bottom:20px}.ROISection_statsGrid__84XUj{grid-template-columns:1fr;gap:15px}.ROISection_benefitItem__IMuLR{flex-direction:column;text-align:center}.ROISection_benefitIcon__MFxuF{margin:0 auto}.ROISection_frameworkSection__pv08v{margin-top:40px}.ROISection_framework__kpRJ_{padding:25px 20px}.ROISection_frameworkPillars__z0C_k{justify-content:center}}.BuildVsBuySection_section__WU64_{padding:40px 0;background:var(--bg-section);position:relative}.BuildVsBuySection_container___pI2i{max-width:1400px;margin:0 auto;padding:0 20px;position:relative;z-index:1}.BuildVsBuySection_header__yHEjo{text-align:center;margin-bottom:35px}.BuildVsBuySection_title__Qid__{font-size:clamp(1.5rem,3vw,2.5rem);font-weight:700;color:var(--text-dark);margin-bottom:15px;background:linear-gradient(135deg,var(--primary-purple) 0,var(--primary-pink) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-transform:uppercase;letter-spacing:1.5px}.BuildVsBuySection_subtitle__lPjX0{font-size:1rem;color:var(--text-light);line-height:1.6;max-width:800px;margin:0 auto}.BuildVsBuySection_comparisonGrid__QptLt{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;margin-bottom:35px}.BuildVsBuySection_optionCard__kjAII{background:var(--white);border:2px solid var(--border-color);border-radius:15px;padding:25px;position:relative;transition:all .3s ease;display:flex;flex-direction:column;box-shadow:0 4px 15px rgba(0,0,0,.08)}.BuildVsBuySection_optionCard__kjAII:hover{transform:translateY(-5px);border-color:var(--primary-purple);box-shadow:0 10px 30px rgba(123,44,191,.2);background:var(--white)}.BuildVsBuySection_hybridCard__uNEYf{border-color:var(--primary-pink);background:var(--white)}.BuildVsBuySection_hybridCard__uNEYf:hover{border-color:var(--primary-pink);box-shadow:0 10px 30px rgba(236,72,153,.2)}.BuildVsBuySection_recommendedBadge__DXA_d{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,var(--primary-pink) 0,#e91e63 100%);color:#fff;padding:6px 20px;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;box-shadow:0 4px 15px rgba(236,72,153,.5)}.BuildVsBuySection_cardHeader__mTB14{text-align:center;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid var(--border-color)}.BuildVsBuySection_cardIcon__jwKrj{font-size:2.5rem;margin-bottom:12px}.BuildVsBuySection_cardTitle__Qltr_{font-size:1.4rem;font-weight:700;color:var(--text-dark);text-transform:uppercase;letter-spacing:1px}.BuildVsBuySection_cardContent____c3P{flex:1 1;display:flex;flex-direction:column}.BuildVsBuySection_featuresList__5lAzT{list-style:none;padding:0;margin:0 0 25px;flex:1 1}.BuildVsBuySection_featureItem__XKdXz{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px;color:var(--text-dark);font-size:.85rem;line-height:1.5}.BuildVsBuySection_checkmark__wnqBd{color:#4ade80;font-weight:700;font-size:1.2rem;flex-shrink:0;margin-top:2px}.BuildVsBuySection_considerations__H3YRt{margin-top:auto;padding-top:20px;border-top:1px solid var(--border-color)}.BuildVsBuySection_considerationsTitle___6kry{font-size:.85rem;font-weight:600;color:var(--text-light);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.BuildVsBuySection_considerationsText__P4xWz{font-size:.85rem;color:var(--text-light);line-height:1.6;margin:0}.BuildVsBuySection_keyConcepts__lYd5H{margin-bottom:35px}.BuildVsBuySection_conceptsTitle__WjIGF{font-size:1.5rem;font-weight:700;color:var(--text-dark);text-align:center;margin-bottom:25px}.BuildVsBuySection_conceptsGrid__Uhv3X{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:18px;gap:18px}.BuildVsBuySection_conceptCard__SacU7{background:var(--white);border:1px solid var(--border-color);border-radius:12px;padding:18px;transition:all .3s ease;box-shadow:0 2px 10px rgba(0,0,0,.05)}.BuildVsBuySection_conceptCard__SacU7:hover{background:var(--white);border-color:var(--primary-purple);transform:translateY(-3px);box-shadow:0 5px 20px rgba(123,44,191,.15)}.BuildVsBuySection_conceptHeading__fLRvb{font-size:1rem;font-weight:600;color:var(--text-dark);margin-bottom:10px}.BuildVsBuySection_conceptText__bRL2c{font-size:.85rem;color:var(--text-light);line-height:1.5;margin:0}.BuildVsBuySection_securityNote__hKenZ{background:rgba(255,193,7,.1);border:2px solid rgba(255,193,7,.4);border-radius:12px;padding:18px 22px;display:flex;gap:15px;align-items:flex-start;margin-bottom:30px}.BuildVsBuySection_securityIcon__7MhnB{font-size:2.5rem;flex-shrink:0}.BuildVsBuySection_securityContent__ih1un{flex:1 1}.BuildVsBuySection_securityTitle__oD15n{font-size:1rem;font-weight:600;color:#ffc107;margin-bottom:8px}.BuildVsBuySection_securityText__0cLJw{font-size:.85rem;color:var(--text-dark);line-height:1.5;margin:0}.BuildVsBuySection_ctaContainer__LYlAd{display:flex;justify-content:center}.BuildVsBuySection_ctaButton__iUX9J{display:inline-block;padding:12px 40px;background:linear-gradient(135deg,var(--primary-purple) 0,var(--primary-pink) 100%);color:#fff;text-decoration:none;border-radius:50px;font-weight:700;font-size:.85rem;text-transform:uppercase;letter-spacing:1px;transition:all .3s ease;box-shadow:0 6px 20px rgba(123,44,191,.4);text-align:center}.BuildVsBuySection_ctaButton__iUX9J:hover{transform:translateY(-3px);box-shadow:0 15px 40px rgba(123,44,191,.6)}@media (max-width:1024px){.BuildVsBuySection_comparisonGrid__QptLt{grid-template-columns:1fr;gap:25px}.BuildVsBuySection_conceptsGrid__Uhv3X{grid-template-columns:1fr}}@media (max-width:768px){.BuildVsBuySection_section__WU64_{padding:30px 0}.BuildVsBuySection_header__yHEjo{margin-bottom:25px}.BuildVsBuySection_title__Qid__{font-size:1.8rem}.BuildVsBuySection_subtitle__lPjX0{font-size:1rem}.BuildVsBuySection_optionCard__kjAII{padding:25px}.BuildVsBuySection_cardIcon__jwKrj{font-size:2.5rem}.BuildVsBuySection_cardTitle__Qltr_{font-size:1.5rem}.BuildVsBuySection_securityNote__hKenZ{flex-direction:column;text-align:center}.BuildVsBuySection_securityIcon__7MhnB{margin:0 auto}}.WhatToExpect_section__ckZ4l{padding:30px 0;background:var(--bg-section)}.WhatToExpect_container__4HsEN{max-width:1200px;margin:0 auto;padding:0 20px}.WhatToExpect_content__qqM2T{display:grid;grid-template-columns:1fr 1fr;grid-gap:30px;gap:30px;align-items:center}.WhatToExpect_leftSide__AceLu{position:relative}.WhatToExpect_imageContainer__jppFL{width:100%;aspect-ratio:1;border-radius:50%;overflow:hidden;position:relative;box-shadow:0 20px 60px rgba(123,44,191,.2)}.WhatToExpect_expectImage__lEonS{width:100%;height:100%;object-fit:cover;object-position:center;display:block;border-radius:50%}.WhatToExpect_rightSide__JWP7B{padding:20px 0}.WhatToExpect_differentText__VYQnv{font-size:.9rem;color:var(--primary-pink);font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:10px;position:relative;display:inline-block}.WhatToExpect_differentText__VYQnv:after{content:"";position:absolute;bottom:-5px;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--primary-pink) 0,transparent 100%);border-radius:2px}.WhatToExpect_title__pyv61{margin-bottom:20px}.WhatToExpect_titleUnderline__YTnz6{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700;color:var(--text-dark);position:relative;display:inline-block}.WhatToExpect_titleUnderline__YTnz6:after{content:"";position:absolute;bottom:-10px;left:0;right:0;height:8px;background:linear-gradient(90deg,var(--primary-pink) 0,var(--primary-purple) 100%);border-radius:4px;opacity:.8}.WhatToExpect_description__3Mn1l{font-size:.9rem;color:var(--text-light);line-height:1.6;margin-bottom:18px}.WhatToExpect_featuresList__OlB0j{list-style:none;padding:0;margin:0 0 25px}.WhatToExpect_featuresList__OlB0j li{font-size:1rem;color:var(--text-dark);padding:8px 0 8px 25px;position:relative;font-weight:500}.WhatToExpect_featuresList__OlB0j li:before{content:"✓";position:absolute;left:0;color:var(--primary-purple);font-weight:700;font-size:1.2rem}.WhatToExpect_ctaButton__9h0TS{display:inline-block;padding:12px 32px;background:linear-gradient(135deg,var(--primary-purple) 0,var(--primary-pink) 100%);color:var(--white);text-decoration:none;border-radius:50px;font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:1px;transition:all .3s ease;box-shadow:0 6px 20px rgba(123,44,191,.4)}.WhatToExpect_ctaButton__9h0TS:hover{transform:translateY(-3px);box-shadow:0 15px 40px rgba(123,44,191,.6)}@media (max-width:968px){.WhatToExpect_content__qqM2T{grid-template-columns:1fr;gap:30px}.WhatToExpect_imageContainer__jppFL{max-width:400px;margin:0 auto}.WhatToExpect_rightSide__JWP7B{text-align:center}.WhatToExpect_featuresList__OlB0j{text-align:left;display:inline-block}}@media (max-width:768px){.WhatToExpect_section__ckZ4l{padding:25px 0}}.Sponsors_section__ezOrk{padding:30px 0;background:var(--bg-section-alt)}.Sponsors_container__WDfnv{max-width:1200px;margin:0 auto;padding:0 20px}.Sponsors_header__NWjWe{text-align:center;margin-bottom:20px}.Sponsors_thankYou__WGaEP{font-size:.8rem;color:var(--primary-pink);font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px}.Sponsors_title__s0EaX{margin:0}.Sponsors_titleUnderline__XJktd{font-size:clamp(1.3rem,2.5vw,1.9rem);font-weight:700;color:var(--text-dark);position:relative;display:inline-block}.Sponsors_titleUnderline__XJktd:after{content:"";position:absolute;bottom:-10px;left:0;right:0;height:8px;background:linear-gradient(90deg,var(--primary-pink) 0,var(--primary-purple) 100%);border-radius:4px;opacity:.8}.Sponsors_scrollWrapper__q_BN4{overflow:hidden;position:relative;width:100%;mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent)}.Sponsors_scrollTrack__0SULY{display:flex;gap:24px;animation:Sponsors_scroll__bbJEu 30s linear infinite;width:-moz-fit-content;width:fit-content}@keyframes Sponsors_scroll__bbJEu{0%{transform:translateX(0)}to{transform:translateX(calc(-50% - 12px))}}.Sponsors_scrollTrack__0SULY:hover{animation-play-state:paused}.Sponsors_sponsorCard__qAcQ_{background:var(--white);border:1px solid var(--border-color);border-radius:10px;padding:15px 12px;text-align:center;transition:all .3s ease;height:100px;width:180px;flex-shrink:0;display:flex;align-items:center;justify-content:center;text-decoration:none;color:inherit;cursor:pointer}html.dark .Sponsors_sponsorCard__qAcQ_{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.Sponsors_sponsorCard__qAcQ_:hover{border-color:var(--primary-purple);transform:translateY(-5px);box-shadow:0 10px 30px rgba(123,44,191,.1)}html.dark .Sponsors_sponsorCard__qAcQ_:hover{background:hsla(0,0%,100%,.06);box-shadow:0 10px 30px rgba(123,44,191,.2)}.Sponsors_sponsorLogo__MdkBt{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:transparent;border-radius:8px;padding:8px;transition:background .3s ease}html.dark .Sponsors_sponsorLogo__MdkBt.Sponsors_darkLogo__KWZqB{background:hsla(0,0%,100%,.12);border-radius:8px;padding:8px}html.dark .Sponsors_sponsorCard__qAcQ_:hover .Sponsors_sponsorLogo__MdkBt.Sponsors_darkLogo__KWZqB{background:hsla(0,0%,100%,.16)}.Sponsors_sponsorImage__Oi8un{width:100%;height:auto;max-width:130px;max-height:70px;object-fit:contain;object-position:center;transition:filter .3s ease}html.dark .Sponsors_sponsorImage__Oi8un{filter:brightness(1.1) contrast(1.1)}@media (max-width:768px){.Sponsors_section__ezOrk{padding:20px 0}.Sponsors_scrollTrack__0SULY{gap:20px}.Sponsors_sponsorCard__qAcQ_{padding:12px 8px;height:85px;width:150px}.Sponsors_sponsorImage__Oi8un{max-width:110px;max-height:60px}.Sponsors_sponsorLogo__MdkBt{font-size:.85rem}}@media (max-width:480px){.Sponsors_scrollTrack__0SULY{gap:16px}.Sponsors_sponsorCard__qAcQ_{width:140px}}.Footer_footer__pQtti{background:#f5e6d3!important;background-image:none!important;padding:12px 0;position:relative;overflow:hidden}html.dark .Footer_footer__pQtti{background:#000!important;background-image:none!important}.Footer_footer__pQtti:after,.Footer_footer__pQtti:before{content:none!important;display:none!important;background:none!important;background-image:none!important}.Footer_footer__pQtti *{background-image:none!important}.Footer_container__KpDnW,.Footer_footerContent__yAl3k,.Footer_footerSection__UvV_8{background:transparent!important}.Footer_container__KpDnW{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:1}.Footer_footerContent__yAl3k{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:0;flex-wrap:wrap}.Footer_footerSection__UvV_8,.Footer_logo__fUEOF{display:flex;flex-direction:column}.Footer_logo__fUEOF{align-items:flex-start;gap:5px}.Footer_logoImage__WD24i{height:auto;width:auto;max-height:50px;max-width:180px;object-fit:contain;display:block;transition:all .3s ease;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.Footer_logoImage__WD24i:hover{transform:scale(1.05);filter:drop-shadow(0 4px 8px rgba(0,0,0,.15))}.Footer_copyright__j4atB{font-size:.7rem;color:var(--text-dark);margin:0}.Footer_sectionTitle__ZVW8h{font-size:.9rem;font-weight:700;color:var(--text-dark);text-transform:uppercase;letter-spacing:1px;margin-bottom:20px}.Footer_links__cFiYr{list-style:none;padding:0;margin:0;display:flex;gap:20px;align-items:center}.Footer_links__cFiYr li{margin:0}.Footer_links__cFiYr a{color:var(--text-dark);text-decoration:none;font-size:.8rem;transition:color .3s ease}html.Footer_dark__otfV8 .Footer_links__cFiYr a{color:#e0e0e0}.Footer_links__cFiYr a:hover{color:#4f7cac}html.Footer_dark__otfV8 .Footer_links__cFiYr a:hover{color:#9b4cd9}.Footer_recordingsButton__oyoA0{display:inline-block;margin-top:20px;padding:12px 30px;background:linear-gradient(135deg,var(--primary-purple) 0,var(--primary-pink) 100%);color:var(--white);text-decoration:none;border-radius:30px;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;transition:all .3s ease;box-shadow:0 5px 15px rgba(123,44,191,.3);text-align:center}.Footer_recordingsButton__oyoA0:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(123,44,191,.5)}.Footer_socialMedia__P7XKV{display:flex;gap:10px;margin-bottom:0;flex-wrap:wrap}.Footer_socialIcon__fsVbM{width:28px;height:28px;border-radius:50%;background:var(--white);color:var(--text-dark);display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .25s ease;box-shadow:0 2px 8px rgba(0,0,0,.1)}.Footer_socialIcon__fsVbM svg{width:14px;height:14px;transition:color .25s ease,transform .25s ease}.Footer_socialIcon__fsVbM:hover{background:var(--white);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.Footer_socialIcon__fsVbM:hover svg{transform:scale(1.05)}.Footer_facebookIcon__1QN4m:hover svg{color:#1877f2}html.dark .Footer_facebookIcon__1QN4m:hover{background:#1877f2}html.dark .Footer_facebookIcon__1QN4m:hover svg{color:#fff}.Footer_twitterIcon__FEv1N:hover svg{color:#111}html.dark .Footer_twitterIcon__FEv1N:hover{background:#111827}html.dark .Footer_twitterIcon__FEv1N:hover svg{color:#fff}.Footer_youtubeIcon__g9aTS:hover svg{color:red}html.dark .Footer_youtubeIcon__g9aTS:hover{background:#e11d48}html.dark .Footer_youtubeIcon__g9aTS:hover svg{color:#fff}.Footer_tiktokIcon__htxAZ:hover svg{color:#010101}html.dark .Footer_tiktokIcon__htxAZ:hover{background:#14b8a6}html.dark .Footer_tiktokIcon__htxAZ:hover svg{color:#fff}.Footer_linkedinIcon__6GORn:hover svg{color:#0a66c2}html.dark .Footer_linkedinIcon__6GORn:hover{background:#0a66c2}html.dark .Footer_linkedinIcon__6GORn:hover svg{color:#fff}.Footer_urlBox__zSQhG{background:hsla(0,0%,100%,.7);padding:10px 15px;border-radius:8px;display:inline-block}.Footer_urlBox__zSQhG a{color:var(--text-dark);text-decoration:none;font-size:.85rem;font-weight:500}.Footer_urlBox__zSQhG a:hover{color:var(--primary-purple)}@media (max-width:768px){.Footer_footer__pQtti{padding:10px 0}.Footer_footerContent__yAl3k{flex-direction:column;gap:15px;text-align:center;margin-bottom:0}.Footer_logo__fUEOF{align-items:center;gap:5px}.Footer_logoImage__WD24i{max-height:40px;max-width:140px}.Footer_links__cFiYr{flex-direction:column;gap:10px}}.InsightArticleClient_articlePage__4mxnh{min-height:100vh;background:#fafbfc}html.dark .InsightArticleClient_articlePage__4mxnh{background:var(--bg-section)}.InsightArticleClient_hero__wCGAC{padding:100px 0 80px;background:#f8fafc;border-bottom:1px solid #e2e8f0}html.dark .InsightArticleClient_hero__wCGAC{background:var(--bg-section-alt);border-bottom-color:var(--border-color)}.InsightArticleClient_heroContainer__0UzaK{max-width:1120px;margin:0 auto;padding:0 20px}.InsightArticleClient_heroTitle__MsVah{font-size:clamp(2rem,4vw,3.5rem);font-weight:700;color:#0f172a;line-height:1.2;margin-bottom:24px;max-width:900px}html.dark .InsightArticleClient_heroTitle__MsVah{color:var(--text-dark)}.InsightArticleClient_metaRow__Sl1j_{display:flex;align-items:center;gap:12px;margin-bottom:24px;flex-wrap:wrap}.InsightArticleClient_topicLabel__GjbyP{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}html.dark .InsightArticleClient_topicLabel__GjbyP{color:var(--text-light)}.InsightArticleClient_metaSeparator__OTCCo{color:#cbd5e1;font-size:.9rem}.InsightArticleClient_metaText__eSSx9{font-size:.9rem;color:#64748b}html.dark .InsightArticleClient_metaText__eSSx9{color:var(--text-light)}.InsightArticleClient_intro__L7aZA{font-size:clamp(1.1rem,2vw,1.3rem);color:#475569;line-height:1.7;max-width:800px;margin-bottom:40px}html.dark .InsightArticleClient_intro__L7aZA{color:var(--text-light)}.InsightArticleClient_audioPlayer__5H_Jo{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:28px 32px;margin-top:40px;max-width:800px;box-shadow:0 1px 3px rgba(0,0,0,.05);transition:box-shadow .2s ease}.InsightArticleClient_audioPlayer__5H_Jo:hover{box-shadow:0 2px 8px rgba(0,0,0,.08)}html.dark .InsightArticleClient_audioPlayer__5H_Jo{background:hsla(0,0%,100%,.03);border-color:hsla(0,0%,100%,.1);box-shadow:0 1px 3px rgba(0,0,0,.3)}html.dark .InsightArticleClient_audioPlayer__5H_Jo:hover{box-shadow:0 2px 8px rgba(0,0,0,.4)}.InsightArticleClient_audioContent__Tl6EG{display:flex;align-items:center;gap:20px}.InsightArticleClient_audioInfo__tJFTN{flex:1 1;min-width:0}.InsightArticleClient_audioTitle__Uqes2{font-size:1.05rem;font-weight:600;color:#0f172a;margin:0 0 6px;letter-spacing:-.01em}html.dark .InsightArticleClient_audioTitle__Uqes2{color:#f8fafc}.InsightArticleClient_audioHelper__fVsHK{font-size:.875rem;color:#64748b;margin:0;line-height:1.5}html.dark .InsightArticleClient_audioHelper__fVsHK{color:#94a3b8}.InsightArticleClient_audioControls__Pa1GM,.InsightArticleClient_playButton__8q1US{display:flex;align-items:center;flex-shrink:0}.InsightArticleClient_playButton__8q1US{width:56px;height:56px;border-radius:50%;border:2px solid #e5e7eb;background:#fff;justify-content:center;cursor:pointer;transition:all .2s ease;color:#4f46e5;position:relative}.InsightArticleClient_playButton__8q1US:before{content:"";position:absolute;inset:-2px;border-radius:50%;padding:2px;background:linear-gradient(135deg,#4f46e5,#7c3aed);opacity:0;transition:opacity .2s ease;pointer-events:none}.InsightArticleClient_playButton__8q1US:hover:not(:disabled):before{opacity:1}.InsightArticleClient_playButton__8q1US:hover:not(:disabled){background:#f8fafc;border-color:#4f46e5;transform:scale(1.05)}.InsightArticleClient_playButton__8q1US:active:not(:disabled){transform:scale(.98)}.InsightArticleClient_playButton__8q1US:disabled{opacity:.5;cursor:not-allowed}.InsightArticleClient_playButton__8q1US svg{width:24px;height:24px;position:relative;z-index:1}html.dark .InsightArticleClient_playButton__8q1US{background:hsla(0,0%,100%,.05);border-color:hsla(0,0%,100%,.15);color:#818cf8}html.dark .InsightArticleClient_playButton__8q1US:hover:not(:disabled){background:hsla(0,0%,100%,.08);border-color:#818cf8}html.dark .InsightArticleClient_playButton__8q1US:before{background:linear-gradient(135deg,#818cf8,#a78bfa)}.InsightArticleClient_audioProgress__VYHlg{flex:1 1;min-width:200px;display:flex;flex-direction:column;gap:8px}.InsightArticleClient_progressBar__5F6zE{width:100%;height:4px;background:#e5e7eb;border-radius:2px;overflow:hidden}html.dark .InsightArticleClient_progressBar__5F6zE{background:hsla(0,0%,100%,.1)}.InsightArticleClient_progressFill__7Ya4s{height:100%;background:#4f46e5;transition:width .3s ease}html.dark .InsightArticleClient_progressFill__7Ya4s{background:var(--primary-purple)}.InsightArticleClient_audioTime__NxHow{display:flex;justify-content:space-between;font-size:.85rem;color:#64748b}html.dark .InsightArticleClient_audioTime__NxHow{color:var(--text-light)}.InsightArticleClient_mainContent__TC_1W{padding:60px 0;background:#fafbfc}html.dark .InsightArticleClient_mainContent__TC_1W{background:var(--bg-section)}.InsightArticleClient_contentGrid__ispce{max-width:1120px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 280px;grid-gap:60px;gap:60px;align-items:start}.InsightArticleClient_articleBody__NSaTl{max-width:760px}.InsightArticleClient_section__172WN{margin-bottom:80px;scroll-margin-top:100px}.InsightArticleClient_section__172WN:last-child{margin-bottom:0}.InsightArticleClient_sectionTitle__vb7T7{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:#0f172a;margin-bottom:32px;margin-top:0;line-height:1.3;letter-spacing:-.02em}html.dark .InsightArticleClient_sectionTitle__vb7T7{color:var(--text-dark)}.InsightArticleClient_paragraph__5sMpY{font-size:clamp(1rem,1.8vw,1.125rem);line-height:1.8;color:#475569;margin-bottom:24px;letter-spacing:-.01em}html.dark .InsightArticleClient_paragraph__5sMpY{color:var(--text-light)}.InsightArticleClient_list__FAAFB{margin:24px 0;padding-left:28px;list-style-type:disc}.InsightArticleClient_list__FAAFB li{font-size:clamp(1rem,1.8vw,1.125rem);line-height:1.75;color:#475569;margin-bottom:10px;padding-left:8px}.InsightArticleClient_list__FAAFB li::marker{color:#64748b}html.dark .InsightArticleClient_list__FAAFB li{color:var(--text-light)}html.dark .InsightArticleClient_list__FAAFB li::marker{color:var(--text-light)}.InsightArticleClient_numberedList__aTlPR{margin:24px 0;padding-left:0;list-style:none;counter-reset:item}.InsightArticleClient_numberedListItem__cEvVZ{counter-increment:item;margin-bottom:24px;position:relative;padding-left:40px}.InsightArticleClient_numberedListItem__cEvVZ:before{content:counter(item);position:absolute;left:0;top:0;font-weight:700;font-size:1.1rem;color:#4f46e5;line-height:1.6}html.dark .InsightArticleClient_numberedListItem__cEvVZ:before{color:var(--primary-purple)}.InsightArticleClient_numberedListText__U2_UT{font-size:clamp(1rem,1.8vw,1.125rem);font-weight:600;color:#0f172a;line-height:1.7;display:block;margin-bottom:12px}html.dark .InsightArticleClient_numberedListText__U2_UT{color:var(--text-dark)}.InsightArticleClient_subItems__YSeu9{margin-top:12px;padding-left:0}.InsightArticleClient_subItemLabel__5mpdI{font-size:clamp(.95rem,1.7vw,1.05rem);font-weight:600;color:#475569;margin-bottom:8px;line-height:1.6}html.dark .InsightArticleClient_subItemLabel__5mpdI{color:var(--text-light)}.InsightArticleClient_subItemText__bKso8{font-size:clamp(.95rem,1.7vw,1.05rem);color:#475569;line-height:1.7;margin-bottom:12px}html.dark .InsightArticleClient_subItemText__bKso8{color:var(--text-light)}.InsightArticleClient_subList__hJ3pU{margin:12px 0 16px 20px;padding-left:24px;list-style-type:disc}.InsightArticleClient_subList__hJ3pU li{font-size:clamp(.95rem,1.7vw,1.05rem);line-height:1.7;color:#475569;margin-bottom:8px;padding-left:4px}html.dark .InsightArticleClient_subList__hJ3pU li{color:var(--text-light)}.InsightArticleClient_quote__J70IG{font-size:clamp(1.1rem,2vw,1.25rem);line-height:1.7;color:#64748b;font-style:italic;border-left:3px solid #e5e7eb;padding-left:20px;margin:24px 0}html.dark .InsightArticleClient_quote__J70IG{color:var(--text-light);border-left-color:var(--border-color)}.InsightArticleClient_sidebar__RB61h{position:-webkit-sticky;position:sticky;top:100px;align-self:start}.InsightArticleClient_tocBlock__6zsvS{margin-bottom:40px}.InsightArticleClient_tocTitle__00aKu{font-size:.9rem;font-weight:600;color:#0f172a;text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px}html.dark .InsightArticleClient_tocTitle__00aKu{color:var(--text-dark)}.InsightArticleClient_tocNav__ezICn{border-top:1px solid #e5e7eb;padding-top:16px}html.dark .InsightArticleClient_tocNav__ezICn{border-top-color:var(--border-color)}.InsightArticleClient_tocList__pOCmJ{list-style:none;padding:0;margin:0}.InsightArticleClient_tocList__pOCmJ li{margin-bottom:12px}.InsightArticleClient_tocLink__MCrn8{display:block;font-size:.9rem;color:#64748b;text-decoration:none;line-height:1.5;transition:color .3s ease;padding:4px 0}.InsightArticleClient_tocLink__MCrn8:hover{color:#4f46e5}.InsightArticleClient_tocLink__MCrn8.InsightArticleClient_active__A_Rcy{color:#4f46e5;font-weight:600}html.dark .InsightArticleClient_tocLink__MCrn8{color:var(--text-light)}html.dark .InsightArticleClient_tocLink__MCrn8.InsightArticleClient_active__A_Rcy,html.dark .InsightArticleClient_tocLink__MCrn8:hover{color:var(--primary-purple)}.InsightArticleClient_shareBlock__LjBHp{border-top:1px solid #e5e7eb;padding-top:24px}html.dark .InsightArticleClient_shareBlock__LjBHp{border-top-color:var(--border-color)}.InsightArticleClient_shareTitle__thk1z{font-size:.9rem;font-weight:600;color:#0f172a;text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px}html.dark .InsightArticleClient_shareTitle__thk1z{color:var(--text-dark)}.InsightArticleClient_shareIcons__U5Ago{display:flex;gap:16px}.InsightArticleClient_shareButton__NRdMe{width:36px;height:36px;border:none;background:transparent;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .3s ease;padding:0}.InsightArticleClient_shareButton__NRdMe:hover{color:#4f46e5}html.dark .InsightArticleClient_shareButton__NRdMe{color:var(--text-light)}html.dark .InsightArticleClient_shareButton__NRdMe:hover{color:var(--primary-purple)}.InsightArticleClient_articleFooter__6_RPM{padding:60px 0 80px;background:#fafbfc}html.dark .InsightArticleClient_articleFooter__6_RPM{background:var(--bg-section)}.InsightArticleClient_footerContainer__p2VsV{max-width:760px;margin:0 auto;padding:0 20px}.InsightArticleClient_footerDivider__CXWg3{height:1px;background:#e5e7eb;margin-bottom:40px}html.dark .InsightArticleClient_footerDivider__CXWg3{background:var(--border-color)}.InsightArticleClient_backLink__asXA_{display:inline-block;font-size:1rem;color:#4f46e5;text-decoration:none;font-weight:600;margin-bottom:24px;transition:color .3s ease}.InsightArticleClient_backLink__asXA_:hover{color:#4338ca;text-decoration:underline}html.dark .InsightArticleClient_backLink__asXA_{color:var(--primary-purple)}html.dark .InsightArticleClient_backLink__asXA_:hover{color:var(--primary-pink)}.InsightArticleClient_footerNote__EXsZX{font-size:.9rem;color:#64748b;line-height:1.6}.InsightArticleClient_footerNote__EXsZX a{color:#4f46e5;text-decoration:none}.InsightArticleClient_footerNote__EXsZX a:hover{text-decoration:underline}html.dark .InsightArticleClient_footerNote__EXsZX{color:var(--text-light)}html.dark .InsightArticleClient_footerNote__EXsZX a{color:var(--primary-purple)}.InsightArticleClient_notFound__b7oCP{padding:100px 20px;text-align:center;max-width:600px;margin:0 auto}.InsightArticleClient_notFound__b7oCP h1{font-size:2rem;color:#0f172a;margin-bottom:24px}html.dark .InsightArticleClient_notFound__b7oCP h1{color:var(--text-dark)}.InsightArticleClient_notFound__b7oCP a{color:#4f46e5;text-decoration:none;font-weight:600}.InsightArticleClient_notFound__b7oCP a:hover{text-decoration:underline}html.dark .InsightArticleClient_notFound__b7oCP a{color:var(--primary-purple)}@media (max-width:968px){.InsightArticleClient_contentGrid__ispce{grid-template-columns:1fr;gap:40px}.InsightArticleClient_sidebar__RB61h{position:static;order:-1}.InsightArticleClient_tocBlock__6zsvS{margin-bottom:30px}.InsightArticleClient_tocNav__ezICn{max-height:0;overflow:hidden;transition:max-height .3s ease;border-top:none;padding-top:0}.InsightArticleClient_tocNavExpanded__8Yu8i{max-height:1000px;border-top:1px solid #e5e7eb;padding-top:16px}html.dark .InsightArticleClient_tocNavExpanded__8Yu8i{border-top-color:var(--border-color)}.InsightArticleClient_tocTitle__00aKu{cursor:pointer;position:relative;padding-right:24px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.InsightArticleClient_tocTitle__00aKu:after{content:"+";position:absolute;right:0;font-size:1.2rem;font-weight:300;transition:transform .3s ease;color:#64748b}.InsightArticleClient_tocTitle__00aKu.InsightArticleClient_expanded__JJ9nT:after{transform:rotate(45deg)}.InsightArticleClient_shareIcons__U5Ago{justify-content:flex-start}}@media (max-width:768px){.InsightArticleClient_hero__wCGAC{padding:60px 0 50px}.InsightArticleClient_audioPlayer__5H_Jo{padding:20px}.InsightArticleClient_audioControls__Pa1GM{flex-direction:column;align-items:stretch}.InsightArticleClient_audioProgress__VYHlg{min-width:100%}.InsightArticleClient_mainContent__TC_1W{padding:40px 0}.InsightArticleClient_section__172WN{margin-bottom:40px}.InsightArticleClient_articleFooter__6_RPM{padding:40px 0 60px}}