.ArticlesPage_container__9OJwO{max-width:1200px;margin:0 auto;padding:2rem;position:relative;font-family:var(--font-inter),sans-serif}.ArticlesPage_header__V4pfG{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:3rem;gap:2rem;position:relative;margin-top:2rem}.ArticlesPage_headerContent__rDKuq{flex:1 1;max-width:100%;display:flex;flex-direction:column;gap:2.5rem}.ArticlesPage_headerImage__KYGnD{position:relative;width:40%;height:400px;z-index:1;background:transparent}.ArticlesPage_title__Np6_v{font-family:var(--font-family);font-size:3rem;color:#1a1a1a;margin-bottom:1.5rem;font-weight:600;line-height:1.2}.ArticlesPage_subtitle__6gz3Q{font-family:Inter,sans-serif;font-size:1.1rem;color:#666;margin-bottom:1.5rem;line-height:1.6}.ArticlesPage_searchContainer__V6_s8{position:relative;max-width:none;width:160%;margin:1rem 0;z-index:2;display:flex;justify-content:flex-end;align-items:center}.ArticlesPage_searchIcon__kxud9{position:absolute;left:1.5rem;top:50%;transform:translateY(-50%);width:1.25rem;height:1.25rem;color:#6b7280;z-index:3}.ArticlesPage_searchInput__TRZi1{width:100%;padding:1rem 7rem 1rem 3.5rem;border:2px solid white;border-radius:30px;font-size:.875rem;font-family:Inter,sans-serif;background:white;transition:all .2s ease;box-shadow:0 4px 12px rgba(0,0,0,.08);position:relative;z-index:2}.ArticlesPage_searchInput__TRZi1:focus{outline:none;border-color:#e8f5f1;background:white;box-shadow:0 6px 16px rgba(0,0,0,.12)}.ArticlesPage_searchInput__TRZi1::placeholder{color:#4b5563;font-family:Inter,sans-serif}.ArticlesPage_searchButton__tNU1u{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background-color:#27ae60;color:white;border:none;border-radius:25px;padding:.75rem 1.5rem;font-family:Inter,sans-serif;font-weight:500;cursor:pointer;transition:all .2s ease;z-index:3}.ArticlesPage_searchButton__tNU1u:hover{background-color:#219653}.ArticlesPage_tags__s_wHu{display:flex;align-items:center;justify-content:flex-start;gap:1rem;margin:2rem 0 3rem;flex-wrap:wrap;max-width:500px}.ArticlesPage_popularTags__UD9oV{font-family:Inter,sans-serif;font-weight:500;color:#4b5563;margin-right:.5rem}.ArticlesPage_tag__3uTc4{font-family:Inter,sans-serif;padding:.5rem 1.2rem;border-radius:20px;background:#e8f6ef;border:none;color:#27ae60;font-size:.875rem;cursor:pointer;transition:all .2s ease}.ArticlesPage_tag__3uTc4:hover{background:#d1ebe4}.ArticlesPage_tagSelected__Gjqnk{background:#27ae60;color:white}.ArticlesPage_tagSelected__Gjqnk:hover{background:#219653}.ArticlesPage_grid__eUbof{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;margin-bottom:3rem}@media (max-width:1024px){.ArticlesPage_grid__eUbof{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.ArticlesPage_grid__eUbof{grid-template-columns:1fr}}.ArticlesPage_noResults__NANVm{font-family:Inter,sans-serif;text-align:center;color:#6b7280;padding:3rem 0;font-size:1.1rem}.ArticlesPage_pagination__rPKSe{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:3rem;margin-bottom:2rem}.ArticlesPage_paginationButton__UxEEk{display:inline-flex;align-items:center;padding:8px 20px;border:2px solid #16a34a;background:#fff;color:#16a34a;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s,color .2s,border-color .2s;outline:none;gap:8px}.ArticlesPage_paginationButton__UxEEk:focus,.ArticlesPage_paginationButton__UxEEk:hover{background:#16a34a;color:#fff;border-color:#16a34a}.ArticlesPage_paginationButtonDisabled__tfNpE{background-color:#e0e0e0;color:#9e9e9e;cursor:not-allowed;transform:none}.ArticlesPage_pageInfo__Kvp0d{font-size:1rem;color:#4a4a4a;font-weight:500}@media (max-width:768px){.ArticlesPage_pagination__rPKSe{gap:.75rem;margin-top:2rem;margin-bottom:1.5rem}.ArticlesPage_paginationButton__UxEEk{padding:.6rem 1.2rem;font-size:.9rem}.ArticlesPage_pageInfo__Kvp0d{font-size:.9rem}}@media (max-width:480px){.ArticlesPage_pagination__rPKSe{gap:.5rem;margin-top:1.5rem;margin-bottom:1rem}.ArticlesPage_paginationButton__UxEEk{padding:.5rem 1rem;font-size:.85rem}.ArticlesPage_pageInfo__Kvp0d{font-size:.85rem}}.Footer_footer__778dS{font-family:Inter,sans-serif;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#34495e;padding:clamp(.75rem,2vw,1rem);text-align:center;color:#fff;width:100%;box-sizing:border-box;margin-top:0}.Footer_footer__778dS p{font-family:Inter,sans-serif;margin:.25rem 0;font-size:clamp(.9rem,2vw,1rem)}.Footer_footer__778dS a{color:#27ae60;text-decoration:none;transition:color .2s ease}.Footer_footer__778dS a:hover{color:#219653}.Footer_socialIcons__armGt{display:flex;gap:clamp(.75rem,2vw,1rem);margin:.5rem 0;flex-wrap:wrap;justify-content:center}.Footer_tooltip__19bN8{position:relative;display:inline-block}.Footer_tooltip__19bN8:before{content:attr(data-tooltip);visibility:hidden;opacity:0;background-color:rgba(0,0,0,.8);color:#fff;text-align:center;padding:6px 10px;border-radius:6px;position:absolute;bottom:130%;left:50%;transform:translateX(-50%);white-space:nowrap;font-size:clamp(.75rem,1.5vw,.85rem);transition:opacity .3s ease-in-out,visibility .3s ease-in-out;z-index:10}.Footer_tooltip__19bN8:hover:before{visibility:visible;opacity:1}.Footer_socialIcons__armGt a{color:inherit;text-decoration:none;transition:transform .2s ease-in-out,color .2s ease-in-out;position:relative}.Footer_socialIcons__armGt a:hover{transform:scale(1.1);color:#27ae60}.Footer_footerLinks__yyoUN{display:flex;justify-content:center;gap:clamp(15px,4vw,25px);margin-top:.5rem;flex-wrap:wrap}.Footer_footerLink__vvK8A{font-family:Inter,sans-serif;color:#fff;text-decoration:none;font-size:clamp(.85rem,2vw,1rem);transition:color .3s ease}.Footer_footerLink__vvK8A:hover{color:#ccc;text-decoration:underline}@media (max-width:768px){.Footer_footer__778dS{padding:.75rem}.Footer_socialIcons__armGt{gap:.75rem;margin:.5rem 0}.Footer_footerLinks__yyoUN{flex-direction:column;gap:8px;margin-top:.5rem}}@media (max-width:480px){.Footer_footer__778dS{padding:.5rem .25rem}.Footer_socialIcons__armGt{gap:.5rem;margin:.25rem 0}.Footer_footerLinks__yyoUN{gap:6px;margin-top:.25rem}}.HeroSection_heroSection__KW_Ep{font-family:Inter,sans-serif;background-color:#ffffff;padding:clamp(2rem,5vw,4rem) clamp(.5rem,3vw,1.5rem) clamp(6rem,10vw,8rem);overflow:hidden;position:relative;width:100%;box-sizing:border-box;margin:0;min-height:calc(100vh - 4rem);display:flex;flex-direction:column;justify-content:flex-start}.HeroSection_heroContainer__0K9NR{max-width:1200px;margin:0 auto;position:relative;z-index:1;width:100%;box-sizing:border-box}.HeroSection_contentWrap__9gfmc{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:clamp(1rem,3vw,2rem) 0;gap:clamp(1rem,3vw,2rem);width:100%;flex-wrap:wrap}.HeroSection_textContent__sv0AH{flex:1 1;max-width:600px;position:relative;min-width:280px;display:flex;flex-direction:column;align-items:flex-start}.HeroSection_titleWrapper__DYTeb{font-family:Inter,sans-serif;font-size:clamp(2rem,7vw,4.5rem);font-weight:800;line-height:1.1;color:#000000;letter-spacing:-.02em;margin-bottom:clamp(1rem,2vw,1.5rem)}.HeroSection_titleLine__QBIGt{display:flex;align-items:center;gap:1rem}.HeroSection_moneyIcon__swsKE{width:clamp(50px,8vw,80px);height:clamp(50px,8vw,80px);flex-shrink:0;margin-right:clamp(.5rem,2vw,1rem);margin-left:0;order:-1}.HeroSection_mainTitle__6qJEK{font-family:Inter,sans-serif;font-size:clamp(2rem,6vw,4.5rem);font-weight:800;line-height:1.1;color:#000000;letter-spacing:-.02em;margin:0}.HeroSection_subTitle__9u7Un{font-size:clamp(1rem,2.5vw,1.4rem);color:#4a4a4a;line-height:1.5;margin-bottom:clamp(1rem,3vw,2rem);font-weight:400;max-width:90%}.HeroSection_buttonGroup__F1plJ{display:flex;gap:clamp(.5rem,2vw,1rem);flex-wrap:wrap;justify-content:flex-start;width:100%}.HeroSection_primaryButton___S4HF{background-color:#27ae60;color:white;border:none;border-radius:2rem;padding:clamp(.8rem,2vw,1rem) clamp(1.5rem,3vw,2rem);font-weight:600;font-size:clamp(.85rem,2vw,1rem);cursor:pointer;transition:all .2s ease;min-width:200px;text-align:center}.HeroSection_primaryButton___S4HF:hover{background-color:#219653;transform:scale(1.04)}.HeroSection_secondaryButton__4_wz_{background-color:white;color:#27ae60;border:1px solid #27ae60;border-radius:2rem;padding:.8rem 1.5rem;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease;width:246px;text-align:center;height:82px;display:flex;align-items:center;justify-content:center}.HeroSection_secondaryButton__4_wz_:hover{background-color:#27ae60;color:white;transform:scale(1.04)}.HeroSection_appStoreButton__SpWqP{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:transform .2s ease;width:246px}.HeroSection_appStoreButton__SpWqP img{width:246px;height:82px;object-fit:contain}.HeroSection_appStoreBadge__b8c9K{height:auto;width:clamp(100px,20vw,120px)}.HeroSection_appStoreGreenButton__iqRWs{background-color:#27ae60;color:#fff;border:none;border-radius:2rem;display:inline-flex;align-items:center;gap:.7em;padding:.8rem 1.5rem;font-weight:600;font-size:1rem;cursor:pointer;transition:background .2s,transform .2s;text-decoration:none;min-width:160px;box-shadow:0 2px 8px rgba(30,168,110,.08)}.HeroSection_appStoreGreenButton__iqRWs:hover{background-color:#219653;transform:scale(1.04)}.HeroSection_appleLogo__ZvsQN{display:flex;align-items:center;height:22px}.HeroSection_appStoreText__BbCsp{display:flex;flex-direction:column;align-items:flex-start;font-size:.95em;line-height:1.1}.HeroSection_appStoreText__BbCsp strong{font-size:1.1em;font-weight:700}.HeroSection_illustrationWrap__zc393{flex:1 1;display:flex;justify-content:center;align-items:center;position:relative;min-width:clamp(250px,40vw,300px);max-width:100%}.HeroSection_birdImageContainer__GLG8P{position:relative;width:100%;max-width:clamp(250px,50vw,450px);margin:0 auto;display:flex;justify-content:center}.HeroSection_birdImage__FvWph{width:100%;height:auto;max-width:clamp(180px,45vw,300px);transform:scale(1.1);z-index:2;position:relative}.HeroSection_featureIconsWrap__s_PE3{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:clamp(3rem,5vw,4rem);margin-bottom:clamp(4rem,8vw,6rem);position:relative;padding:0 1rem;width:100%;box-sizing:border-box}.HeroSection_featureIconsWrap__s_PE3:before{content:"";position:absolute;top:28px;left:10%;right:10%;height:2px;background:linear-gradient(90deg,rgba(30,168,110,.1),rgba(30,168,110,.2) 50%,rgba(30,168,110,.1));z-index:0}.HeroSection_featureItem__1iqqS{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.8rem;position:relative;z-index:1;padding-bottom:1rem}.HeroSection_featureIcon__lmJwq{width:56px;height:56px;background-color:#f0f9f4;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;z-index:2;box-shadow:0 0 0 6px rgba(30,168,110,.1);padding:8px;overflow:hidden}.HeroSection_featureIcon__lmJwq>div{width:100%!important;height:100%!important;display:flex;align-items:center;justify-content:center}@keyframes HeroSection_iconPulse__mywSA{0%{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}to{transform:scale(1);opacity:1}}.HeroSection_featureItem__1iqqS p{font-family:Inter,sans-serif;font-size:clamp(.9rem,2vw,1.1rem);font-weight:600;color:#000000;margin:0;line-height:1.4;text-align:center}.HeroSection_decorElements__aeiou{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:1}.HeroSection_starElement1__9Vbec{width:clamp(30px,5vw,45px);height:clamp(30px,5vw,45px);top:8%;left:15%;animation:HeroSection_twinkle__VkLnW 3s infinite}.HeroSection_starElement1__9Vbec,.HeroSection_starElement2___FbMC{position:absolute;background:#ffd700;-webkit-clip-path:polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);clip-path:polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);z-index:3;filter:drop-shadow(0 2px 4px rgba(255,215,0,.3))}.HeroSection_starElement2___FbMC{width:clamp(25px,4vw,40px);height:clamp(25px,4vw,40px);bottom:10%;right:20%;animation:HeroSection_twinkle__VkLnW 3s .5s infinite}.HeroSection_cloudElement__LTA_n{position:absolute;width:clamp(60px,15vw,100px);height:clamp(30px,7vw,50px);bottom:-10%;left:20%;background:#34495e;border-radius:25px;animation:HeroSection_float__wbxNe 4s ease-in-out infinite;z-index:3;filter:drop-shadow(0 4px 8px rgba(52,73,94,.3))}.HeroSection_cloudElement__LTA_n:after,.HeroSection_cloudElement__LTA_n:before{content:"";position:absolute;background:#34495e;border-radius:50%}.HeroSection_cloudElement__LTA_n:before{width:clamp(25px,6vw,45px);height:clamp(25px,6vw,45px);top:-15px;left:15px}.HeroSection_cloudElement__LTA_n:after{width:clamp(20px,5vw,35px);height:clamp(20px,5vw,35px);top:-10px;left:45px}.HeroSection_pinkElement1__A7odi{top:35%;left:33%;transform:rotate(-45deg);animation:HeroSection_flex__ZhNTu 3s ease-in-out infinite}.HeroSection_pinkElement1__A7odi,.HeroSection_pinkElement2__yTk9p{position:absolute;width:clamp(20px,5vw,35px);height:6px;background:#ff9ec6;border-radius:4px;z-index:3}.HeroSection_pinkElement2__yTk9p{top:55%;right:20%;transform:rotate(45deg);animation:HeroSection_flex__ZhNTu 3s ease-in-out 1.5s infinite}.HeroSection_pinkElement3__AqBTz{position:absolute;width:clamp(20px,5vw,35px);height:6px;bottom:-5%;top:80%;left:20%;background:#ff9ec6;border-radius:4px;transform:rotate(-15deg);z-index:3;animation:HeroSection_flex__ZhNTu 3s ease-in-out infinite}.HeroSection_wavesRight__Onwkv{position:absolute;bottom:-30%;right:-20%;width:100%;height:180%;z-index:0;overflow:visible;transform:rotate(-10deg)}.HeroSection_wavesRight__Onwkv .HeroSection_wave__rChJo{position:absolute;bottom:0;right:0;width:100%;height:100%;background:linear-gradient(90deg,rgba(30,168,110,0),rgba(30,168,110,.35));transform-origin:bottom right;animation:HeroSection_waveFloatRight__y4_vx 12s ease-in-out infinite;border-radius:40% 60% 0 0/60% 60% 0 0}.HeroSection_wavesRight__Onwkv .HeroSection_wave__rChJo:first-child{opacity:.45;animation-delay:-2s;transform:scale(1)}.HeroSection_wavesRight__Onwkv .HeroSection_wave__rChJo:nth-child(2){opacity:.4;animation-delay:-6s;right:8%;transform:scale(1.1)}.HeroSection_wavesRight__Onwkv .HeroSection_wave__rChJo:nth-child(3){opacity:.35;animation-delay:-10s;right:15%;transform:scale(1.2)}@keyframes HeroSection_waveFloatRight__y4_vx{0%,to{transform:translateX(0) translateY(0) scaleY(1) rotate(0deg)}50%{transform:translateX(-25px) translateY(-20px) scaleY(1.08) rotate(-3deg)}}.HeroSection_wave__rChJo{position:absolute;bottom:0;width:100%;height:100%;transform-origin:bottom;animation:HeroSection_waveFloat__1kvfe 12s ease-in-out infinite;border-radius:30% 70% 0 0/60% 40% 0 0}@keyframes HeroSection_waveFloat__1kvfe{0%,to{transform:translateX(0) scale(1)}50%{transform:translateX(30px) scale(1.1)}}@keyframes HeroSection_twinkle__VkLnW{0%,to{opacity:1;transform:scale(1) rotate(0deg)}50%{opacity:.7;transform:scale(1.1) rotate(15deg)}}@keyframes HeroSection_float__wbxNe{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-15px) scale(1.05)}}@keyframes HeroSection_flex__ZhNTu{0%,to{transform:scaleX(1) rotate(var(--rotation,-45deg))}50%{transform:scaleX(1.3) rotate(calc(var(--rotation, -45deg) + 5deg))}}.HeroSection_firstLine__ENmkU{display:flex;align-items:center;justify-content:flex-start;white-space:nowrap;gap:clamp(.5rem,2vw,1rem);flex-direction:row}.HeroSection_secondLine__f0iLL{text-align:left;margin-right:clamp(50px,8vw,80px)}.HeroSection_earnieSection__cChm8{padding:4rem 2rem;margin:4rem 0 2rem;position:relative;background:linear-gradient(180deg,rgba(16,185,129,.05),rgba(16,185,129,.02));border-radius:2rem;overflow:hidden}.HeroSection_earnieSection__cChm8:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 50%,rgba(16,185,129,.1) 0,transparent 70%);animation:HeroSection_pulseBackground__Mop8q 8s ease-in-out infinite}.HeroSection_earnieContent__GCjI5{max-width:1200px;margin:0 auto;padding:3.5rem;display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center;position:relative;background:rgba(16,185,129,.05);border-radius:1.5rem;box-shadow:0 20px 40px rgba(16,185,129,.2);border:1px solid rgba(16,185,129,.1);transition:transform .3s ease}.HeroSection_earnieContent__GCjI5:hover{transform:translateY(-5px)}.HeroSection_earnieText__SGEDj{display:flex;flex-direction:column;gap:2rem}.HeroSection_earnieTitle__UerqA{font-size:3.5rem;font-weight:700;color:#1e293b;line-height:1.1;margin:0}.HeroSection_earnieHighlight__Uehfe{background:linear-gradient(135deg,#10b981,#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.HeroSection_earnieSubtitle__gwTHP{font-size:1.5rem;color:#64748b;margin:0;font-weight:500}.HeroSection_earnieDescription__EJV0j{font-size:1.125rem;color:#475569;line-height:1.6}.HeroSection_earnieButtonContainer__oB7lB{display:flex;justify-content:center;margin-top:2rem}.HeroSection_earnieStats__FIaKV{display:flex;gap:3rem;margin:1rem 0}.HeroSection_statItem__Ttf4k{text-align:center}.HeroSection_statNumber__ZebCT{font-size:2.5rem;font-weight:700;color:#10b981;line-height:1}.HeroSection_statLabel__GU6uP{font-size:.875rem;color:#64748b;margin-top:.5rem}.HeroSection_startEarningButton__itoR3{background:linear-gradient(135deg,#f97316,#ea580c);color:white;border:none;padding:1rem 2rem;border-radius:.75rem;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease;align-self:flex-start;box-shadow:0 4px 14px 0 rgba(249,115,22,.3)}.HeroSection_startEarningButton__itoR3:hover{transform:translateY(-2px);box-shadow:0 6px 20px 0 rgba(249,115,22,.4)}.HeroSection_earnieImageWrapper__N9BjT{display:flex;align-items:center;justify-content:center;position:relative}.HeroSection_earnieImage__m8P94{max-width:350%;height:auto;animation:HeroSection_floatVertical__LO_YT 6s ease-in-out infinite;transform:scale(4)}@media (max-width:768px){.HeroSection_earnieSection__cChm8{padding:4rem 0}.HeroSection_earnieContent__GCjI5{grid-template-columns:1fr;gap:3rem;text-align:center;padding:2rem}.HeroSection_earnieTitle__UerqA{font-size:2.5rem}.HeroSection_earnieSubtitle__gwTHP{font-size:1.25rem}.HeroSection_earnieImageWrapper__N9BjT{margin-top:2rem}.HeroSection_earnieImage__m8P94{max-width:300%;width:300%;transform:scale(2.8)}.HeroSection_earnieStats__FIaKV{justify-content:center;gap:2rem}.HeroSection_featureItem__1iqqS{padding:1rem;gap:1rem}.HeroSection_featureIcon__lmJwq{width:2.5rem;height:2.5rem}.HeroSection_featureContent__UyS4c h4,.HeroSection_iconNumber__TIKaa{font-size:1.1rem}.HeroSection_featureContent__UyS4c p{font-size:.9rem}.HeroSection_startEarningButton__itoR3{align-self:center}}@media (max-width:480px){.HeroSection_earnieTitle__UerqA{font-size:2rem}.HeroSection_earnieImage__m8P94{max-width:300%;width:300%;transform:scale(2.8)}.HeroSection_earnieStats__FIaKV{flex-direction:column;gap:1rem}}.HeroSection_videoModal__ZfPck{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.85);display:flex;justify-content:center;align-items:center;z-index:1000;animation:HeroSection_fadeIn__Hhq6_ .3s ease-out}.HeroSection_videoContainer__CQJRM{position:relative;max-width:clamp(500px,70vw,800px);width:70%;transform:scale(.95);animation:HeroSection_scaleIn__Ym_O3 .3s ease-out forwards}@keyframes HeroSection_scaleIn__Ym_O3{to{transform:scale(1)}}@keyframes HeroSection_floatVertical__LO_YT{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes HeroSection_floatVerticalReverse__5dAEn{0%,to{transform:translateY(-20px)}50%{transform:translateY(-35px)}}.HeroSection_video__8mfUY{width:100%;height:auto;max-height:80vh;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.3)}.HeroSection_closeButton__t80bj{position:absolute;top:-48px;right:0;background:#ffffff;border:none;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-family:Inter,sans-serif;font-size:24px;font-weight:600;color:#27ae60;box-shadow:0 2px 8px rgba(0,0,0,.15);transition:all .2s ease}.HeroSection_closeButton__t80bj:hover{background:#27ae60;transform:scale(1.15);box-shadow:0 4px 12px rgba(0,0,0,.2)}.HeroSection_closeButton__t80bj:active{transform:scale(.95)}.HeroSection_closeButton__t80bj span{line-height:1;display:block}@media (max-width:1200px){.HeroSection_contentWrap__9gfmc{gap:1.5rem}.HeroSection_heroContainer__0K9NR{padding:0 1rem}}@media (max-width:1024px){.HeroSection_contentWrap__9gfmc{flex-direction:column;align-items:center;text-align:center}.HeroSection_textContent__sv0AH{max-width:90%;align-items:center}.HeroSection_buttonGroup__F1plJ{justify-content:center}.HeroSection_firstLine__ENmkU{justify-content:center;flex-wrap:wrap}.HeroSection_secondLine__f0iLL{text-align:center;margin-right:0}.HeroSection_illustrationWrap__zc393{margin-top:1.5rem}.HeroSection_subTitle__9u7Un{max-width:100%}}@media (max-width:768px){.HeroSection_heroSection__KW_Ep{padding-bottom:clamp(5rem,8vw,6rem)}.HeroSection_featureIconsWrap__s_PE3{margin-top:clamp(2.5rem,4vw,3rem);margin-bottom:clamp(3rem,6vw,4rem)}.HeroSection_birdImageContainer__GLG8P{max-width:clamp(200px,50vw,350px)}.HeroSection_illustrationWrap__zc393{min-width:200px}.HeroSection_moneyIcon__swsKE{width:clamp(40px,10vw,60px);height:clamp(40px,10vw,60px)}.HeroSection_titleWrapper__DYTeb{font-size:clamp(1.8rem,6vw,3rem)}.HeroSection_subTitle__9u7Un{font-size:clamp(.9rem,2.5vw,1.2rem)}.HeroSection_buttonGroup__F1plJ{flex-direction:column;align-items:center;gap:.75rem}.HeroSection_appStoreButton__SpWqP,.HeroSection_primaryButton___S4HF,.HeroSection_secondaryButton__4_wz_{width:246px}.HeroSection_appStoreButton__SpWqP img{width:246px;height:82px}.HeroSection_decorElements__aeiou{transform:scale(.8)}.HeroSection_videoContainer__CQJRM{max-width:clamp(400px,80vw,600px);width:80%}.HeroSection_video__8mfUY{width:100%;max-height:70vh}.HeroSection_closeButton__t80bj{top:-40px;width:38px;height:38px;font-size:20px}.HeroSection_aiHowSection__0GzOY,.HeroSection_ctaSection__Tmlkm{padding:2rem 1rem;margin:1.5rem 0}.HeroSection_aiHowContent__7retv,.HeroSection_ctaContent__dafJq{padding:1.5rem}.HeroSection_aiHowContent__7retv{flex-direction:column;align-items:center;gap:2rem;text-align:center}.HeroSection_aiHowText__QLOE5{width:100%;max-width:100%}.HeroSection_aiHowImage__xBa0n{width:100%;display:flex;justify-content:center}.HeroSection_screensWrapper__F3Ehg{height:280px;min-width:280px}.HeroSection_debtScreen__7bWPH,.HeroSection_lifePieScreen__ZGabr{width:140px;height:280px}}@media (max-width:480px){.HeroSection_heroSection__KW_Ep{padding-bottom:clamp(4rem,6vw,5rem)}.HeroSection_contentWrap__9gfmc{padding:.5rem 0;gap:1rem}.HeroSection_buttonGroup__F1plJ{flex-direction:column;align-items:center}.HeroSection_featureIconsWrap__s_PE3{margin-top:clamp(2rem,3vw,2.5rem);margin-bottom:clamp(2.5rem,5vw,3rem)}.HeroSection_birdImageContainer__GLG8P{max-width:clamp(150px,45vw,250px)}.HeroSection_birdImage__FvWph{max-width:clamp(120px,40vw,200px)}.HeroSection_illustrationWrap__zc393{min-width:150px}.HeroSection_decorElements__aeiou{display:none}.HeroSection_textContent__sv0AH{max-width:95%;min-width:unset}.HeroSection_titleWrapper__DYTeb{font-size:clamp(1.5rem,5vw,2.5rem)}.HeroSection_moneyIcon__swsKE{width:clamp(35px,8vw,50px);height:clamp(35px,8vw,50px)}.HeroSection_subTitle__9u7Un{font-size:clamp(.8rem,2.5vw,1.1rem)}.HeroSection_firstLine__ENmkU{gap:.5rem}.HeroSection_videoContainer__CQJRM{max-width:clamp(350px,85vw,500px);width:85%}.HeroSection_video__8mfUY{width:100%;max-height:65vh}.HeroSection_closeButton__t80bj{top:-36px;right:-4px;width:34px;height:34px;font-size:18px}.HeroSection_appStoreButton__SpWqP,.HeroSection_primaryButton___S4HF,.HeroSection_secondaryButton__4_wz_{width:220px}.HeroSection_appStoreButton__SpWqP img{width:220px;height:74px}.HeroSection_secondaryButton__4_wz_{height:74px;font-size:.85rem}}.HeroSection_bankIntegrationSection__S_XFF{width:100%;margin:6rem 0 1.2rem;display:flex;flex-direction:column;align-items:center;animation:HeroSection_fadeInRight__qlt4b 1.2s cubic-bezier(.23,1,.32,1);position:relative}.HeroSection_bankIntegrationTitle__CzlEZ{font-size:1.6rem;font-weight:600;margin-bottom:1.2rem;letter-spacing:-.01em;text-align:center;z-index:1;color:#4a4a4a;line-height:1.15;text-shadow:0 2px 12px rgba(39,174,96,.08);border-radius:.5rem;padding:.2em .5em}.HeroSection_bankLogosRow__9p_30{display:flex;align-items:center;justify-content:center;gap:1.2rem;margin-top:.5rem;overflow:hidden;position:relative;width:100%;padding:.2rem 0;max-height:110px;flex-wrap:nowrap}.HeroSection_bankLogoItem__ppAZC{flex:0 0 auto;display:flex;align-items:center;justify-content:center;padding:.2rem .5rem;transition:transform .3s ease;animation:HeroSection_bankScroll__H5YU0 30s linear infinite}@keyframes HeroSection_bankScroll__H5YU0{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}.HeroSection_bankLogoItem__ppAZC img{max-width:80%;max-height:80%;height:auto;filter:grayscale(100%) brightness(.7);opacity:.7;transition:all .3s ease}.HeroSection_bankLogoItem__ppAZC:hover img{filter:grayscale(0);opacity:1}@keyframes HeroSection_titlePulse__z42sM{0%,to{transform:scale(1);text-shadow:0 2px 12px rgba(39,174,96,.08)}50%{transform:scale(1.02);text-shadow:0 4px 20px rgba(39,174,96,.15)}}.HeroSection_aiHowSection__0GzOY{padding:4rem 2rem;margin:4rem 0 2rem;position:relative;background:linear-gradient(180deg,rgba(39,174,96,.05),rgba(39,174,96,.02));border-radius:2rem;overflow:hidden}.HeroSection_aiHowSection__0GzOY:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 50%,rgba(39,174,96,.1) 0,transparent 70%);animation:HeroSection_pulseBackground__Mop8q 8s ease-in-out infinite}.HeroSection_aiHowContent__7retv{max-width:1200px;margin:0 auto;padding:3.5rem;background:rgba(39,174,96,.05);border-radius:1.5rem;box-shadow:0 20px 40px rgba(39,174,96,.2);border:1px solid rgba(39,174,96,.1);position:relative;overflow:hidden;transition:transform .3s ease;display:flex;flex-direction:row;align-items:flex-start;gap:4rem}.HeroSection_aiHowText__QLOE5{flex:1 1;max-width:600px;display:flex;flex-direction:column;gap:2rem}.HeroSection_screensWrapper__F3Ehg{position:relative;display:flex;align-items:center;justify-content:center;gap:2rem;height:380px;width:100%;margin-top:2rem}.HeroSection_lifePieScreen__ZGabr{z-index:2;box-shadow:0 8px 32px rgba(30,168,110,.18),0 1.5px 8px rgba(0,0,0,.08);transform:rotate(-10deg) scale(1.04);animation:HeroSection_floatLeft__C__np 5s ease-in-out infinite}.HeroSection_lifePieScreen__ZGabr,.HeroSection_messagingScreen__rtu5N{position:relative;border-radius:2.2rem;background:transparent;width:180px;height:360px;object-fit:cover}.HeroSection_messagingScreen__rtu5N{z-index:1;box-shadow:0 8px 32px rgba(52,73,94,.13),0 1.5px 8px rgba(0,0,0,.08);transform:rotate(8deg) scale(.98);animation:HeroSection_floatRight__QQ2Du 5s ease-in-out infinite}@keyframes HeroSection_floatLeft__C__np{0%,to{transform:rotate(-10deg) scale(1.04) translateY(0)}50%{transform:rotate(-10deg) scale(1.07) translateY(-12px)}}@keyframes HeroSection_floatRight__QQ2Du{0%,to{transform:rotate(8deg) scale(.98) translateY(0)}50%{transform:rotate(8deg) scale(1.01) translateY(-8px)}}.HeroSection_verificationCirclesTitle__5aElT{font-size:1.4rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem;text-align:center;width:100%}.HeroSection_verificationCircles__jDpm7{flex:0 0 auto;width:300px;margin-right:2rem;position:-webkit-sticky;position:sticky;top:2rem;display:flex;flex-direction:column;align-items:center}.HeroSection_advisorRow__t9esT{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:0;position:relative;width:100%;margin-bottom:1.5rem}.HeroSection_verificationCircle__ky1aZ{width:110px;height:110px;border-radius:50%;overflow:hidden;border:2px solid transparent;background:white;box-shadow:0 2px 8px rgba(39,174,96,.08);margin-left:-8px;margin-right:-8px;transition:all .3s ease;position:relative;z-index:1}.HeroSection_verificationCircle__ky1aZ:hover{border:3px solid #27ae60;box-shadow:0 0 0 6px rgba(39,174,96,.12);z-index:2;transform:scale(1.05)}.HeroSection_verificationCircle__ky1aZ:first-child{margin-left:0}.HeroSection_verificationCircle__ky1aZ:last-child{margin-right:0}.HeroSection_gailCenter__5BU__{width:110px!important;height:110px!important;z-index:2;margin-left:-18px!important;margin-right:-18px!important;box-shadow:0 4px 16px rgba(39,174,96,.15)}.HeroSection_aiHowTitle__2fhRy{font-size:clamp(1.6rem,4vw,2.2rem);font-weight:700;color:#1a1a1a;margin-bottom:1.5rem;position:relative;line-height:1.2;animation:HeroSection_slideInLeft__S_nIY 1s ease-out}@keyframes HeroSection_slideInLeft__S_nIY{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}.HeroSection_descriptionLine__ONCwb{display:flex;align-items:flex-start;gap:1rem;text-align:left;margin-bottom:1rem}.HeroSection_descriptionIcon__Ive8k{font-size:1.5rem;color:#27ae60;transition:transform .3s ease;flex-shrink:0;margin-top:.2rem}.HeroSection_descriptionIcon__Ive8k svg{stroke:#27ae60;stroke-width:1.5;fill:none}.HeroSection_descriptionIcon__Ive8k:hover{transform:scale(1.1)}.HeroSection_aiHowDescription__DuGuQ{font-size:clamp(1.1rem,2vw,1.2rem);color:#4a4a4a;line-height:1.6;margin-bottom:2rem;animation:HeroSection_fadeIn__Hhq6_ 1s ease-out .3s both;display:flex;flex-direction:column;gap:1rem}@keyframes HeroSection_fadeIn__Hhq6_{0%{opacity:0}to{opacity:1}}@media (max-width:900px){.HeroSection_aiHowContent__7retv{flex-direction:column;align-items:center;gap:2rem;padding:2rem}.HeroSection_verificationCircles__jDpm7{width:100%;max-width:300px;margin-right:0;position:relative;top:0;padding:1rem}.HeroSection_verificationCircle__ky1aZ{width:90px;height:90px}.HeroSection_gailCenter__5BU__{width:100px!important;height:100px!important;margin-left:-12px!important;margin-right:-12px!important}.HeroSection_verificationCirclesTitle__5aElT{font-size:1.2rem;margin-bottom:1rem}.HeroSection_aiHowText__QLOE5{text-align:center;padding:0 1rem}.HeroSection_screensWrapper__F3Ehg{height:280px;gap:1rem}.HeroSection_lifePieScreen__ZGabr,.HeroSection_messagingScreen__rtu5N{width:140px;height:280px}}@media (max-width:480px){.HeroSection_verificationCircles__jDpm7{max-width:280px;padding:.5rem}.HeroSection_verificationCircle__ky1aZ{width:80px;height:80px}.HeroSection_gailCenter__5BU__{width:90px!important;height:90px!important;margin-left:-10px!important;margin-right:-10px!important}.HeroSection_verificationCirclesTitle__5aElT{font-size:1.1rem;margin-bottom:.8rem}.HeroSection_flowStep__OzGou{width:100%;padding:1rem;margin:.3rem 0}.HeroSection_flowLabel__xnUIq{font-size:.9rem}.HeroSection_flowIcon__lvyko{width:45px;height:45px}.HeroSection_verticalLine__P1zH_{height:15px}}.HeroSection_verticalFlow__8q1Q1{display:flex;flex-direction:column;align-items:center;position:relative;padding:1rem 0;width:100%;max-width:280px;margin:0 auto}.HeroSection_verticalLine__P1zH_{position:relative;width:2px;background:linear-gradient(180deg,rgba(39,174,96,.5),rgba(39,174,96,.15));height:20px}.HeroSection_flowStep__OzGou{display:flex;flex-direction:column;align-items:center;position:relative;z-index:2;background:linear-gradient(135deg,#f0f9f4,#e8f5e9);padding:1.2rem;margin:.5rem 0;border-radius:16px;box-shadow:0 8px 16px rgba(39,174,96,.08),0 2px 4px rgba(39,174,96,.12),inset 0 1px 0 rgba(255,255,255,.9);width:220px;border:1px solid rgba(39,174,96,.15);transition:all .3s cubic-bezier(.4,0,.2,1);opacity:0;transform:translateX(-50px)}.HeroSection_flowStep__OzGou:hover{background:linear-gradient(135deg,#e8f5e9,#e0f2e9);box-shadow:0 12px 24px rgba(39,174,96,.12),0 4px 8px rgba(39,174,96,.15),inset 0 1px 0 rgba(255,255,255,.95);border-color:rgba(39,174,96,.2);transform:translateY(-2px)}.HeroSection_flowLabel__xnUIq{font-size:.95rem;font-weight:500;color:#1a365d;margin-bottom:.5rem;text-align:center;line-height:1.4;letter-spacing:-.01em;transition:color .3s ease}.HeroSection_flowIcon__lvyko{width:52px;height:52px;background:linear-gradient(135deg,#f0f9f4,#e8f5e9);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#27ae60;margin:.5rem 0;position:relative;z-index:2;box-shadow:0 0 0 4px #ffffff,0 4px 8px rgba(39,174,96,.08),inset 0 1px 0 rgba(255,255,255,.9);transition:all .3s cubic-bezier(.4,0,.2,1);opacity:0;transform:translateX(50px)}.HeroSection_flowIcon__lvyko:hover{background:linear-gradient(135deg,#27ae60,#2ecc71);color:white;box-shadow:0 0 0 4px #ffffff,0 6px 12px rgba(39,174,96,.12),inset 0 1px 0 rgba(255,255,255,.95);transform:translateY(-1px)}.HeroSection_animateFromLeft__7lgpw{animation:HeroSection_slideInFromLeft__WMm5p .6s cubic-bezier(.4,0,.2,1) forwards}.HeroSection_animateFromRight__Ojsp3{animation:HeroSection_slideInFromRight__KHOYh .6s cubic-bezier(.4,0,.2,1) forwards}@keyframes HeroSection_slideInFromLeft__WMm5p{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes HeroSection_slideInFromRight__KHOYh{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.HeroSection_flowIcon__lvyko.HeroSection_visible__HvAlm,.HeroSection_flowStep__OzGou.HeroSection_visible__HvAlm{opacity:1;transform:translateX(0);transition:all .4s cubic-bezier(.4,0,.2,1)}@media (max-width:900px){.HeroSection_verticalFlow__8q1Q1{max-width:220px;padding:.5rem 0}.HeroSection_flowStep__OzGou{width:180px;padding:.8rem;margin:.3rem 0}.HeroSection_flowLabel__xnUIq{font-size:.85rem}.HeroSection_flowIcon__lvyko{width:40px;height:40px}.HeroSection_verticalLine__P1zH_{height:12px}}@media (max-width:480px){.HeroSection_verticalFlow__8q1Q1{max-width:180px;padding:.3rem 0}.HeroSection_flowStep__OzGou{width:150px;padding:.6rem;margin:.2rem 0;border-radius:10px}.HeroSection_flowLabel__xnUIq{font-size:.75rem;line-height:1.2;margin-bottom:.3rem}.HeroSection_flowIcon__lvyko{width:32px;height:32px;margin:.2rem 0}.HeroSection_verticalLine__P1zH_{height:8px}}.HeroSection_ctaSection__Tmlkm{padding:4rem 2rem;margin:4rem 0 2rem;position:relative;background:linear-gradient(180deg,rgba(39,174,96,.05),rgba(39,174,96,.02));border-radius:2rem;overflow:hidden}.HeroSection_ctaSection__Tmlkm:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 50%,rgba(39,174,96,.1) 0,transparent 70%);animation:HeroSection_pulseBackground__Mop8q 8s ease-in-out infinite}.HeroSection_ctaContent__dafJq{max-width:800px;margin:0 auto;text-align:center;padding:3.5rem;background:rgba(39,174,96,.05);border-radius:1.5rem;box-shadow:0 20px 40px rgba(39,174,96,.2);border:1px solid rgba(39,174,96,.1);position:relative;overflow:hidden;transition:transform .3s ease}.HeroSection_ctaContent__dafJq:hover{transform:translateY(-5px)}.HeroSection_ctaTitle__HRO0a{font-size:clamp(1.8rem,4vw,2.2rem);font-weight:700;color:#1a1a1a;margin-bottom:1.2rem;animation:HeroSection_slideInUp__2_STD 1s ease-out}.HeroSection_ctaSubtitle__4KPiN{font-size:clamp(1.2rem,2vw,1.3rem);color:#4a4a4a;margin-bottom:2.5rem;animation:HeroSection_fadeIn__Hhq6_ 1s ease-out .3s both}.HeroSection_ctaButton__EaSpS{display:inline-block;padding:1.2rem 3rem;background:#27ae60;color:white;text-decoration:none;border-radius:2rem;font-weight:600;font-size:1.2rem;transition:all .3s ease;box-shadow:0 8px 20px rgba(39,174,96,.3);border:1px solid rgba(39,174,96,.2);position:relative;overflow:hidden}.HeroSection_ctaButton__EaSpS:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:.5s}.HeroSection_ctaButton__EaSpS:hover:before{left:100%}.HeroSection_ctaButton__EaSpS:hover{transform:translateY(-3px);box-shadow:0 12px 25px rgba(39,174,96,.4);background:#219653}@keyframes HeroSection_pulseBackground__Mop8q{0%,to{opacity:.5}50%{opacity:.8}}@keyframes HeroSection_slideInUp__2_STD{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.HeroSection_verificationCircle__ky1aZ img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.HeroSection_verificationCircle__ky1aZ:hover img{transform:scale(1.08);box-shadow:0 6px 24px rgba(39,174,96,.18);z-index:3}@media (max-width:480px){.HeroSection_verificationCircle__ky1aZ img{transform:scale(1.02)}.HeroSection_verificationCircle__ky1aZ:hover img{transform:scale(1.05)}}.HeroSection_chatPreviewSection__ZflG8{padding:4rem 2rem;margin:4rem 0 2rem;position:relative;background:linear-gradient(180deg,rgba(39,174,96,.05),rgba(39,174,96,.02));border-radius:2rem;overflow:hidden}.HeroSection_chatPreviewSection__ZflG8:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 50%,rgba(39,174,96,.1) 0,transparent 70%);animation:HeroSection_pulseBackground__Mop8q 8s ease-in-out infinite}.HeroSection_chatPreviewContent__F_TWL{max-width:800px;margin:0 auto;position:relative;z-index:1;text-align:center}.HeroSection_chatPreviewTitle__E6c9a{font-size:clamp(1.8rem,4vw,2.2rem);font-weight:700;color:#1a1a1a;margin-bottom:1.2rem;animation:HeroSection_slideInUp__2_STD 1s ease-out}.HeroSection_chatPreviewSubtitle__znQpd{font-size:clamp(1.2rem,2vw,1.3rem);color:#4a4a4a;margin-bottom:2.5rem;animation:HeroSection_fadeIn__Hhq6_ 1s ease-out .3s both}.HeroSection_advisorSelection__bXXa3{display:flex;justify-content:center;gap:2rem;margin-bottom:3rem;animation:HeroSection_slideInUp__2_STD 1s ease-out .6s both}.HeroSection_advisorButton__QTspL{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;border:2px solid rgba(39,174,96,.2);border-radius:1rem;background:white;cursor:pointer;transition:all .3s ease;min-width:140px;box-shadow:0 4px 12px rgba(39,174,96,.08)}.HeroSection_advisorButton__QTspL:hover{border-color:#27ae60;transform:translateY(-4px);box-shadow:0 8px 24px rgba(39,174,96,.15)}.HeroSection_advisorButton__QTspL.HeroSection_active__UAwVE{border-color:#27ae60;background:linear-gradient(135deg,#f0f9f4,#e8f5e8);box-shadow:0 8px 24px rgba(39,174,96,.2);transform:translateY(-2px)}.HeroSection_advisorAvatar__PA5zl{border-radius:50%;object-fit:cover;border:3px solid rgba(39,174,96,.1);transition:all .3s ease}.HeroSection_advisorButton__QTspL:hover .HeroSection_advisorAvatar__PA5zl{border-color:#27ae60;transform:scale(1.05)}.HeroSection_advisorButton__QTspL span{font-weight:600;color:#1a1a1a;font-size:1rem}.HeroSection_chatContainer__CTemV{background:white;border-radius:1.5rem;padding:2rem;margin:0 auto;max-width:600px;box-shadow:0 10px 30px rgba(0,0,0,.1);border:1px solid rgba(39,174,96,.1);animation:HeroSection_slideInUp__2_STD 1s ease-out .9s both}.HeroSection_chatMessages__Hxv3Q{background:#f8f9fa;border-radius:1rem;padding:1.5rem;margin-bottom:1.5rem;max-height:350px;overflow-y:auto;border:1px solid rgba(39,174,96,.1)}.HeroSection_messageBubble__f4PeL{margin-bottom:1rem;padding:1rem 1.2rem;border-radius:1rem;position:relative;max-width:85%;animation:HeroSection_slideInFromRight__KHOYh .3s ease-out}.HeroSection_userMessage__4nVxZ{background:linear-gradient(135deg,#27ae60,#219653);color:white;margin-left:auto;border-bottom-right-radius:.5rem;box-shadow:0 2px 8px rgba(39,174,96,.2)}.HeroSection_advisorMessage__15JkZ{background:white;color:#1a1a1a;border:1px solid rgba(39,174,96,.1);border-bottom-left-radius:.5rem;box-shadow:0 2px 8px rgba(0,0,0,.05)}.HeroSection_messageBubble__f4PeL p{margin:0 0 .5rem;line-height:1.5;font-size:.95rem}.HeroSection_emptyChat__ufpjH{text-align:center;padding:2rem;color:#6c757d;font-style:italic}.HeroSection_emptyChat__ufpjH p{margin:0;font-size:.95rem}.HeroSection_messageMeta__Yabq6{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem}.HeroSection_advisorName__2a7_l{font-size:.75rem;opacity:.8;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.HeroSection_messageTime__JlVhk{font-size:.7rem;opacity:.6;font-weight:400}.HeroSection_typingIndicator__7ujBR{opacity:.8}.HeroSection_typingDots__Cy57K{display:flex;gap:4px;margin-bottom:.5rem}.HeroSection_typingDots__Cy57K span{width:8px;height:8px;border-radius:50%;background-color:#6c757d;animation:HeroSection_typingAnimation__8qiAD 1.4s ease-in-out infinite}.HeroSection_typingDots__Cy57K span:first-child{animation-delay:-.32s}.HeroSection_typingDots__Cy57K span:nth-child(2){animation-delay:-.16s}@keyframes HeroSection_typingAnimation__8qiAD{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}.HeroSection_chatInput__zcCBQ{display:flex;gap:.8rem;align-items:center;background:#f8f9fa;border-radius:2rem;padding:.5rem;border:1px solid rgba(39,174,96,.1)}.HeroSection_chatInput__zcCBQ input{flex:1 1;padding:1rem 1.5rem;border:none;border-radius:1.5rem;font-size:.95rem;outline:none;background:white;transition:all .3s ease}.HeroSection_chatInput__zcCBQ input:focus{box-shadow:0 0 0 3px rgba(39,174,96,.1)}.HeroSection_chatInput__zcCBQ input::placeholder{color:#6c757d;font-style:italic}.HeroSection_chatInput__zcCBQ button{background:linear-gradient(135deg,#27ae60,#219653);color:white;border:none;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px rgba(39,174,96,.2)}.HeroSection_chatInput__zcCBQ button:hover{background:linear-gradient(135deg,#219653,#1e8449);transform:scale(1.05);box-shadow:0 4px 12px rgba(39,174,96,.3)}.HeroSection_previewLimitCTA__iH1yP{background:linear-gradient(135deg,#27ae60,#219653);border-radius:1.5rem;padding:2rem;text-align:center;color:white;box-shadow:0 8px 32px rgba(39,174,96,.3);border:1px solid rgba(255,255,255,.1)}.HeroSection_ctaMessage__RbwkT h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:white}.HeroSection_ctaMessage__RbwkT p{font-size:1rem;line-height:1.6;margin-bottom:1.5rem;color:rgba(255,255,255,.9)}.HeroSection_startButton__4k4wp{background:white;color:#27ae60;border:none;border-radius:2rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.1)}.HeroSection_startButton__4k4wp:hover{background:#f8f9fa;transform:scale(1.05);box-shadow:0 6px 16px rgba(0,0,0,.15)}@media (max-width:768px){.HeroSection_chatPreviewSection__ZflG8{padding:2rem 1rem;margin:2rem 0}.HeroSection_advisorSelection__bXXa3{flex-direction:column;align-items:center;gap:1rem}.HeroSection_advisorButton__QTspL{min-width:120px;padding:1rem}.HeroSection_messageBubble__f4PeL{max-width:90%}.HeroSection_chatMessages__Hxv3Q{max-height:280px}.HeroSection_chatContainer__CTemV{padding:1.5rem}}.about_aboutBackground__mMwI4{font-family:Inter,sans-serif;min-height:100vh;width:100%;background:linear-gradient(180deg,rgba(39,174,96,.05),rgba(39,174,96,.02));display:flex;flex-direction:column;align-items:center;position:relative;overflow:hidden;padding:clamp(2rem,5vw,4rem) clamp(.5rem,3vw,1.5rem) clamp(6rem,10vw,8rem);box-sizing:border-box;margin:0}.about_aboutWave__XTHn0{position:absolute;top:0;left:0;width:100%;z-index:0;pointer-events:none}.about_aboutBackground__mMwI4:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 50%,rgba(39,174,96,.1) 0,transparent 70%);animation:about_pulseBackground__nJ_XK 8s ease-in-out infinite}.about_aboutContainer__gkv71{max-width:1200px;margin:0 auto;position:relative;z-index:1;width:100%;box-sizing:border-box;text-align:center;background:transparent}.about_aboutHeader__2iAEp{margin-bottom:4rem;position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:1rem}.about_aboutTitleRow__4PJMr{gap:1rem}.about_aboutIcon__6T0UJ,.about_aboutTitleRow__4PJMr{display:flex;align-items:center;justify-content:center}.about_aboutIcon__6T0UJ{width:2.5rem;height:2.5rem;color:#27ae60}.about_aboutTitle__uQOnP{font-size:clamp(1.6rem,5vw,2.7rem);font-weight:900;line-height:1.1;color:#14532d;letter-spacing:-.02em;margin-bottom:.5rem;animation:about_fadeInUp__OdM4E .7s cubic-bezier(.4,0,.2,1) forwards;text-shadow:0 2px 12px rgba(39,174,96,.08)}.about_aboutSubtitle__P7yrL{font-size:clamp(1rem,2vw,1.15rem);color:#205c3b;line-height:1.6;margin-bottom:2.5rem;font-weight:500;max-width:800px;margin-left:auto;margin-right:auto;animation:about_fadeInUp__OdM4E .7s cubic-bezier(.4,0,.2,1) .2s forwards;position:relative;z-index:2}.about_teamGrid__FoA2A{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2.5rem 2rem;gap:2.5rem 2rem;max-width:1200px;margin:0 auto;padding:2rem 0;position:relative;z-index:2}.about_teamGrid__FoA2A>div:nth-last-child(-n+3){grid-column:span 1}.about_teamGrid__FoA2A>div:nth-last-child(-n+3):first-child{grid-column:1;margin-left:2rem}.about_teamGrid__FoA2A>div:nth-last-child(-n+3):nth-child(2){grid-column:2}.about_teamGrid__FoA2A>div:nth-last-child(-n+3):nth-child(3){grid-column:3}.about_fadeIn__1j1VR{opacity:0;transform:translateY(30px);animation:about_fadeInUp__OdM4E .7s cubic-bezier(.4,0,.2,1) forwards;width:100%}.about_fadeIn__1j1VR,.about_teamMember__r1_0d{display:flex;flex-direction:column;align-items:center}.about_teamMember__r1_0d{text-align:center;padding:0;background:transparent;box-shadow:none;animation:about_fadeInUp__OdM4E .9s cubic-bezier(.4,0,.2,1) both;animation-delay:var(--delay,0s);transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1)}.about_teamMember__r1_0d:hover{transform:translateY(-8px) scale(1.04);box-shadow:0 8px 32px rgba(39,174,96,.1)}.about_profileCircle__1D1FR{width:164px;height:164px;border-radius:50%;background:#e6f4ea;box-shadow:0 8px 32px rgba(39,174,96,.18),0 2px 8px rgba(39,174,96,.1);display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:1.2rem;border:none;position:relative}.about_profileCircle__1D1FR:after{content:"";position:absolute;inset:0;border-radius:50%;background:linear-gradient(120deg,rgba(39,174,96,.1),rgba(255,255,255,.1));pointer-events:none}.about_teamMember__r1_0d:nth-child(3) .about_profileCircle__1D1FR img{object-fit:cover;object-position:center 60%;filter:contrast(1.02)}.about_memberName__TmnpO{font-size:1.25rem;font-weight:800;color:#14532d;margin:.5rem 0 .2rem;letter-spacing:-.01em;text-shadow:0 1px 8px rgba(39,174,96,.08)}.about_memberTitle__yaDhg{font-size:1.05rem;color:#7b8a97;font-weight:500;margin:0 0 .5rem;letter-spacing:.01em;opacity:.85}@keyframes about_fadeInUp__OdM4E{0%{opacity:0;transform:translateY(30px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes about_pulseBackground__nJ_XK{0%,to{opacity:.5}50%{opacity:.8}}@media (max-width:1200px){.about_teamGrid__FoA2A{grid-template-columns:repeat(3,1fr);padding:1.5rem}.about_teamGrid__FoA2A>div:nth-last-child(-n+3):first-child{margin-left:0}}@media (max-width:900px){.about_teamGrid__FoA2A{grid-template-columns:repeat(2,1fr);gap:1.5rem}.about_teamGrid__FoA2A>div:nth-last-child(-n+3):first-child{grid-column:1}.about_teamGrid__FoA2A>div:nth-last-child(-n+3):nth-child(2){grid-column:2}.about_teamGrid__FoA2A>div:nth-last-child(-n+3):nth-child(3){grid-column:1}.about_profileCircle__1D1FR{width:120px;height:120px}}@media (max-width:768px){.about_aboutBackground__mMwI4{padding-bottom:clamp(4rem,6vw,5rem)}.about_profileCircle__1D1FR{width:110px;height:110px}.about_aboutTitle__uQOnP{font-size:clamp(1.8rem,6vw,3rem)}.about_aboutSubtitle__P7yrL{font-size:clamp(1rem,2.5vw,1.2rem)}}@media (max-width:480px){.about_aboutBackground__mMwI4{padding-bottom:clamp(3rem,5vw,4rem)}.about_teamGrid__FoA2A{grid-template-columns:1fr;gap:2rem}.about_teamGrid__FoA2A>div:nth-last-child(-n+3):first-child,.about_teamGrid__FoA2A>div:nth-last-child(-n+3):nth-child(2),.about_teamGrid__FoA2A>div:nth-last-child(-n+3):nth-child(3){grid-column:1}.about_profileCircle__1D1FR{width:90px;height:90px}.about_aboutTitle__uQOnP{font-size:clamp(1.5rem,5vw,2.5rem)}.about_aboutSubtitle__P7yrL{font-size:clamp(.9rem,2.5vw,1.1rem)}.about_memberName__TmnpO{font-size:1.05rem}.about_memberTitle__yaDhg{font-size:.95rem}}.about_advisorsGrid__8xd7c{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2.5rem 2rem;gap:2.5rem 2rem;max-width:900px;margin:2rem auto 0;padding:2rem 0;position:relative;z-index:2}@media (max-width:900px){.about_advisorsGrid__8xd7c{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width:480px){.about_advisorsGrid__8xd7c{grid-template-columns:1fr;gap:2rem}}@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");.ArticleCard_card__0GJsm{display:flex;flex-direction:column;background:white;border-radius:12px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;text-decoration:none;color:inherit;height:100%;border:1px solid #e5e7eb;font-family:Inter,sans-serif}.ArticleCard_card__0GJsm:hover{transform:translateY(-4px);box-shadow:0 12px 24px -10px rgba(0,0,0,.1)}.ArticleCard_topSection__JMtQP{background:#ff6b6b;padding:1rem}.ArticleCard_imageContainer__mdV5_{position:relative;width:100%;padding-top:56.25%;background:#ff6b6b}.ArticleCard_image___v1bD{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.ArticleCard_content__IcifF{padding:1.5rem;flex:1 1;display:flex;flex-direction:column;background:white}.ArticleCard_title__Ui0xc{font-family:var(--font-family);font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:.75rem;line-height:1.4;-webkit-line-clamp:2}.ArticleCard_description__4WaUw,.ArticleCard_title__Ui0xc{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.ArticleCard_description__4WaUw{font-family:Inter,sans-serif;color:#4b5563;font-size:1rem;line-height:1.6;margin-bottom:1.5rem;flex-grow:1;-webkit-line-clamp:3}.ArticleCard_meta__aQdfi{justify-content:space-between;font-size:.875rem;color:#6b7280}.ArticleCard_author__7FVF5,.ArticleCard_meta__aQdfi{display:flex;align-items:center;font-family:Inter,sans-serif}.ArticleCard_author__7FVF5{gap:.75rem}.ArticleCard_authorAvatar__E6X65{width:32px;height:32px;border-radius:50%;background:#ff6b6b;color:white;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:500;font-family:Inter,sans-serif}.ArticleCard_date__Ibb96{color:#6b7280;font-family:Inter,sans-serif}.Layout_layoutContainer__zAorH{display:flex;flex-direction:column;min-height:100vh}.Layout_mainContainer__nOHB7{padding:0 var(--page-hpadding);align-items:center;justify-content:center;max-width:var(--page-width);margin:0 auto;flex:1 1}.Layout_mainContent__0zirW{flex:1 1;display:flex;flex-direction:column}.Layout_footer__mv1Fr{margin-top:0;padding:clamp(.5rem,2vw,1rem);min-height:60px}.Layout_dualGrid__lquvo{display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.Layout_gridItem1__pJGIy,.Layout_gridItem2__yHMvp{flex:1 1 50%;max-width:50%;padding:0 1rem}.Layout_gridItem1__pJGIy img,.Layout_gridItem2__yHMvp img{width:100%;height:auto;display:block}.Layout_title1__Ok5XV{font-size:2vw;font-weight:200}.Layout_title1__Ok5XV,.Layout_title2__fbQXV{font-family:var(--font-family);text-transform:uppercase;letter-spacing:5px}.Layout_title2__fbQXV{font-size:6vw;font-weight:400}@media (max-width:1024px){.Layout_mainContainer__nOHB7{padding:0 2rem}.Layout_dualGrid__lquvo{flex-direction:column}.Layout_gridItem1__pJGIy,.Layout_gridItem2__yHMvp{flex:1 1 100%;max-width:100%;padding:1rem 0;text-align:center}.Layout_title1__Ok5XV{font-size:3.5vw;font-weight:200}.Layout_title1__Ok5XV,.Layout_title2__fbQXV{font-family:var(--font-family);text-transform:uppercase;letter-spacing:5px}.Layout_title2__fbQXV{font-size:8.5vw;font-weight:400}.Layout_footer__mv1Fr{padding:.5rem;min-height:50px}}@media (max-width:768px){.Layout_mainContainer__nOHB7{padding:0}.Layout_title1__Ok5XV{font-size:5vw;font-weight:200}.Layout_title1__Ok5XV,.Layout_title2__fbQXV{font-family:var(--font-family);text-transform:uppercase;letter-spacing:5px}.Layout_title2__fbQXV{font-size:4.5vw;font-weight:400}.Layout_ctaSection__NT7jL{padding:2rem}.Layout_footer__mv1Fr{padding:.5rem;min-height:40px}}@media (max-width:480px){.Layout_mainContainer__nOHB7{padding:0 5vw}.Layout_title1__Ok5XV{font-size:4.5vw;font-weight:200}.Layout_title1__Ok5XV,.Layout_title2__fbQXV{font-family:var(--font-family);text-transform:uppercase;letter-spacing:5px}.Layout_title2__fbQXV{font-size:11vw;font-weight:400}.Layout_ctaSection__NT7jL{padding:1.5rem}.Layout_ctaSection__NT7jL button{width:100%;font-size:1.2rem;padding:1rem}.Layout_footer__mv1Fr{padding:.25rem;min-height:30px}}