.UserMenu_userMenu__IiwZN{position:relative;display:flex;align-items:center;gap:1rem;z-index:50}.UserMenu_loadingAvatar__g1eSQ{width:40px;height:40px;border-radius:50%;background:#e5e7eb;position:relative;overflow:hidden}.UserMenu_loadingAvatar__g1eSQ:after{content:"";position:absolute;top:0;left:-100%;width:300%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:UserMenu_loading___Sl_v 1.5s infinite}@keyframes UserMenu_loading___Sl_v{0%{left:-100%}to{left:100%}}.UserMenu_avatarButton__mZM3I{background:rgba(0,0,0,0);border:none;padding:0;cursor:pointer;width:40px;height:40px;border-radius:50%;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.UserMenu_avatarButton__mZM3I:hover{transform:scale(1.05);box-shadow:0 2px 8px rgba(0,0,0,.1)}.UserMenu_avatarButton__mZM3I:focus{outline:none;box-shadow:0 0 0 2px #4f46e5}.UserMenu_avatarButton__mZM3I.UserMenu_premium__8yDG3{border:2px solid #f97316;box-shadow:0 0 0 2px rgba(249,115,22,.2)}.UserMenu_dashboardButton__o5b9w{display:flex;align-items:center;gap:.5rem;background-color:rgba(79,70,229,.1);color:#4f46e5;border-radius:8px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s ease;text-decoration:none}.UserMenu_dashboardButton__o5b9w svg{font-size:1rem}.UserMenu_dashboardButton__o5b9w:hover{background-color:rgba(79,70,229,.2);transform:translateY(-1px)}@media(max-width:768px){.UserMenu_dashboardButton__o5b9w{display:none}}.UserMenu_avatar__w0k8Z{width:100%;height:100%;position:relative;border-radius:50%;overflow:hidden}.UserMenu_defaultAvatar__gaZLJ{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#4f46e5;color:#fff;border-radius:50%;font-size:1.2rem}.UserMenu_dropdown__lhALf{position:absolute;top:calc(100% + 8px);right:0;width:280px;background-color:#fff;border-radius:12px;box-shadow:0 10px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);overflow:hidden;padding:1rem;transform-origin:top right}.UserMenu_userInfo__1tfVH{display:flex;align-items:center;padding-bottom:.75rem;position:relative}.UserMenu_premiumBadge__oDZPU{position:absolute;top:-12px;right:-8px;display:flex;align-items:center;gap:.25rem;background:linear-gradient(90deg,#4F46E5,#F97316);color:#fff;font-size:.7rem;font-weight:600;padding:.25rem .5rem;border-radius:20px;box-shadow:0 3px 8px rgba(249,115,22,.3)}.UserMenu_premiumBadge__oDZPU svg{font-size:.75rem}.UserMenu_userImage__fExHJ{width:56px;height:56px;border-radius:50%;overflow:hidden;margin-right:1rem}.UserMenu_imageWrapper__x4zHk{position:relative;width:100%;height:100%}.UserMenu_defaultAvatarLarge__fBuN4{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#4f46e5;color:#fff;border-radius:50%;font-size:1.5rem}.UserMenu_userDetails__pE8y_{flex-grow:1}.UserMenu_userDetails__pE8y_ h3{margin:0 0 .25rem;font-weight:600;font-size:1rem;color:#111827}.UserMenu_userDetails__pE8y_ p{margin:0;font-size:.875rem;color:#6b7280;word-break:break-all}.UserMenu_divider__z_mVL{height:1px;background-color:#e5e7eb;margin:.5rem 0}.UserMenu_menuButton__02v8w{display:flex;align-items:center;gap:.5rem;width:100%;background:rgba(0,0,0,0);border:none;padding:.75rem;border-radius:8px;color:#4f46e5;font-weight:500;cursor:pointer;transition:background-color .3s ease;text-decoration:none}.UserMenu_menuButton__02v8w svg{font-size:1.1rem}.UserMenu_menuButton__02v8w:hover{background-color:rgba(79,70,229,.1)}.UserMenu_signOutButton__4HiKM{display:flex;align-items:center;gap:.5rem;width:100%;background:rgba(0,0,0,0);border:none;padding:.75rem;border-radius:8px;color:#ef4444;font-weight:500;cursor:pointer;transition:background-color .3s ease}.UserMenu_signOutButton__4HiKM svg{font-size:1.1rem}.UserMenu_signOutButton__4HiKM:hover{background-color:#fef2f2}.UserMenu_signInButton__rSKjG{display:flex;align-items:center;justify-content:center;background-color:#4f46e5;color:#fff;border:none;border-radius:8px;padding:.5rem 1.25rem;font-weight:500;cursor:pointer;transition:all .3s ease}.UserMenu_signInButton__rSKjG:hover{background-color:#4338ca;box-shadow:0 4px 12px rgba(79,70,229,.2)}.UserMenu_signInButton__rSKjG:focus{outline:none;box-shadow:0 0 0 3px rgba(79,70,229,.4)}.Navbar_navbar__5nENQ{position:fixed;top:0;left:0;right:0;z-index:100;padding:1rem 0;transition:all .3s ease-in-out}.Navbar_navbar__5nENQ.Navbar_scrolled__T8Aqf{background-color:var(--card-surface);box-shadow:0 4px 12px rgba(0,0,0,.05);padding:.75rem 0}.Navbar_navbar__5nENQ .Navbar_container__K8HTn{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.Navbar_navbar__5nENQ .Navbar_logo__6pLX6 a{display:flex;align-items:center}.Navbar_navbar__5nENQ .Navbar_logo__6pLX6 .Navbar_logoText___DGrN{font-size:1.5rem;font-weight:700;color:var(--primary-color);margin-left:.5rem}.Navbar_navbar__5nENQ .Navbar_desktopNav__VKVcy{display:flex;align-items:center}.Navbar_navbar__5nENQ .Navbar_desktopNav__VKVcy ul{display:flex;list-style-type:none;margin-right:2rem}.Navbar_navbar__5nENQ .Navbar_desktopNav__VKVcy ul li{margin:0 1rem}.Navbar_navbar__5nENQ .Navbar_desktopNav__VKVcy ul li a{font-weight:500;position:relative;transition:color .3s ease}.Navbar_navbar__5nENQ .Navbar_desktopNav__VKVcy ul li a:after{content:"";position:absolute;left:0;bottom:-4px;width:0;height:2px;background-color:var(--primary-color);transition:width .3s ease}.Navbar_navbar__5nENQ .Navbar_desktopNav__VKVcy ul li a:hover{color:var(--primary-color)}.Navbar_navbar__5nENQ .Navbar_desktopNav__VKVcy ul li a:hover:after{width:100%}.Navbar_navbar__5nENQ .Navbar_mobileNavToggle__YI8ak{display:none}.Navbar_navbar__5nENQ .Navbar_mobileNavToggle__YI8ak button{background:rgba(0,0,0,0);border:none;color:var(--text-primary);font-size:1.5rem;cursor:pointer}.Navbar_navbar__5nENQ .Navbar_mobileMenu__cOl73{display:none;overflow:hidden;background-color:var(--card-surface);width:100%}@media(max-width:768px){.Navbar_navbar__5nENQ .Navbar_desktopNav__VKVcy{display:none}.Navbar_navbar__5nENQ .Navbar_mobileNavToggle__YI8ak{display:block}.Navbar_navbar__5nENQ .Navbar_mobileMenu__cOl73{display:block;padding:1rem 1.5rem;border-top:1px solid var(--border-divider);margin-top:.5rem}.Navbar_navbar__5nENQ .Navbar_mobileMenu__cOl73 ul{list-style-type:none}.Navbar_navbar__5nENQ .Navbar_mobileMenu__cOl73 ul li{margin:1rem 0}.Navbar_navbar__5nENQ .Navbar_mobileMenu__cOl73 ul li a{font-weight:500;font-size:1.1rem}.Navbar_navbar__5nENQ .Navbar_mobileMenu__cOl73 ul .Navbar_mobileAuthButton__a82RI{margin-top:1.5rem}}.Hero_hero__xroSb{padding:8rem 0 6rem;position:relative;overflow:hidden;background:linear-gradient(to bottom right,rgb(249,250,251),rgba(229,231,235,.5))}.Hero_hero__xroSb .Hero_container__q1L0d{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 1.5rem}@media(max-width:1024px){.Hero_hero__xroSb .Hero_container__q1L0d{flex-direction:column;text-align:center}}.Hero_hero__xroSb .Hero_content__wVF2C{flex:1 1;max-width:560px;margin-right:3rem}@media(max-width:1024px){.Hero_hero__xroSb .Hero_content__wVF2C{margin-right:0;margin-bottom:3rem;max-width:100%}}.Hero_hero__xroSb .Hero_title__LcP8Y{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;background:linear-gradient(to right,var(--primary-color),var(--accent-color));-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}@media(max-width:768px){.Hero_hero__xroSb .Hero_title__LcP8Y{font-size:2.5rem}}.Hero_hero__xroSb .Hero_subtitle__2AQ5d{font-size:1.125rem;line-height:1.6;color:var(--text-secondary);margin-bottom:2rem;max-width:90%}@media(max-width:1024px){.Hero_hero__xroSb .Hero_subtitle__2AQ5d{max-width:100%}}.Hero_hero__xroSb .Hero_buttons__jiJyH{display:flex;margin-bottom:2rem}.Hero_hero__xroSb .Hero_buttons__jiJyH button{padding:1rem 1.75rem;margin-right:1rem;font-size:1rem;font-weight:600;border-radius:12px}.Hero_hero__xroSb .Hero_buttons__jiJyH button:first-child{font-size:1.05rem}@media(max-width:768px){.Hero_hero__xroSb .Hero_buttons__jiJyH button{padding:.875rem 1.5rem}.Hero_hero__xroSb .Hero_buttons__jiJyH{justify-content:center;flex-wrap:wrap}.Hero_hero__xroSb .Hero_buttons__jiJyH button{margin-bottom:1rem}}.Hero_hero__xroSb .Hero_free__rgHaW{font-size:.9rem;font-weight:500;opacity:.9}.Hero_hero__xroSb .Hero_features__Ale0Y{display:flex;flex-wrap:wrap;gap:1.5rem}@media(max-width:1024px){.Hero_hero__xroSb .Hero_features__Ale0Y{justify-content:center}}.Hero_hero__xroSb .Hero_feature__As9zl{display:flex;align-items:center;font-size:.95rem;color:var(--text-secondary)}.Hero_hero__xroSb .Hero_feature__As9zl svg{margin-right:.5rem;color:var(--primary-color)}.Hero_hero__xroSb .Hero_imageContainer__SHUdc{flex:1 1;position:relative}.Hero_hero__xroSb .Hero_imageContainer__SHUdc:before{content:"";position:absolute;top:-10%;right:-10%;width:200px;height:200px;border-radius:50%;background:radial-gradient(rgba(79,70,229,.2),transparent 70%);z-index:-1}.Hero_hero__xroSb .Hero_imageContainer__SHUdc:after{content:"";position:absolute;bottom:-5%;left:5%;width:150px;height:150px;border-radius:50%;background:radial-gradient(rgba(249,115,22,.15),transparent 70%);z-index:-1}.Hero_hero__xroSb .Hero_browser__oKOlY{border-radius:16px;overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,.15);transform:perspective(1000px) rotateY(-5deg) rotateX(5deg);transition:all .5s ease;border:1px solid rgba(0,0,0,.1);width:100%;max-width:600px;margin:0 auto;background:#fff}.Hero_hero__xroSb .Hero_browser__oKOlY:hover{transform:perspective(1000px) rotateY(-2deg) rotateX(2deg) translateY(-5px)}.Hero_hero__xroSb .Hero_browserHeader__s72C2{background-color:#f5f5f7;padding:.75rem 1rem;display:flex;align-items:center;border-bottom:1px solid rgba(0,0,0,.1)}.Hero_hero__xroSb .Hero_browserButtons__47X8Z{display:flex;align-items:center;margin-right:1rem}.Hero_hero__xroSb .Hero_browserButtons__47X8Z span{width:12px;height:12px;border-radius:50%;margin-right:8px}.Hero_hero__xroSb .Hero_browserButtons__47X8Z span:first-child{background-color:#ff5f57}.Hero_hero__xroSb .Hero_browserButtons__47X8Z span:nth-child(2){background-color:#ffbd2e}.Hero_hero__xroSb .Hero_browserButtons__47X8Z span:nth-child(3){background-color:#28c940}.Hero_hero__xroSb .Hero_browserAddress__Q_hwt{flex:1 1}.Hero_hero__xroSb .Hero_addressBar__r__H2{background-color:#fff;border-radius:50px;padding:.5rem 1rem;font-size:.875rem;color:var(--text-secondary);width:100%;text-align:center;border:1px solid rgba(0,0,0,.1);font-family:var(--font-mono)}.Hero_hero__xroSb .Hero_browserContent__tJxJb{padding:1.5rem;height:350px;overflow:hidden;background:#fff}.Hero_hero__xroSb .Hero_emailInterface__4lM0H{height:100%;display:flex;flex-direction:column}.Hero_hero__xroSb .Hero_emailHeader__ev40f{margin-bottom:1.5rem}.Hero_hero__xroSb .Hero_emailHeader__ev40f .Hero_recipient__ksZuU,.Hero_hero__xroSb .Hero_emailHeader__ev40f .Hero_subject__tz5iM{border-bottom:1px solid rgba(0,0,0,.1);padding:.75rem 0;color:var(--text-primary);font-size:.95rem}.Hero_hero__xroSb .Hero_emailBody__cyWHQ{position:relative;flex:1 1}.Hero_hero__xroSb .Hero_textContent___YrKT{background-color:#f9fafb;padding:1rem;border-radius:12px;margin-bottom:1.5rem;color:var(--text-primary);font-size:.95rem}.Hero_hero__xroSb .Hero_aiPopup__cgf2v{background-color:#fff;border-radius:12px;box-shadow:0 10px 25px -5px rgba(0,0,0,.1);border:1px solid rgba(0,0,0,.1);overflow:hidden;position:relative;z-index:10;animation:Hero_pulseGlow__9eM2P 3s infinite alternate}.Hero_hero__xroSb .Hero_aiHeader__s_bjl{padding:1rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(0,0,0,.05)}.Hero_hero__xroSb .Hero_aiLogo__KEoA0{font-weight:700;color:var(--primary-color)}.Hero_hero__xroSb .Hero_aiOptions__JqikM{display:flex}.Hero_hero__xroSb .Hero_aiOptions__JqikM button{background:none;border:none;font-size:.875rem;color:var(--text-secondary);padding:.25rem .75rem;margin-left:.5rem;border-radius:50px}.Hero_hero__xroSb .Hero_aiOptions__JqikM button.Hero_active__WViav{background-color:var(--primary-color);color:#fff}.Hero_hero__xroSb .Hero_aiSuggestion___fOP4{padding:1rem;font-size:.95rem;color:var(--text-primary);line-height:1.6;position:relative}.Hero_hero__xroSb .Hero_aiSuggestion___fOP4:before{content:"";position:absolute;left:0;top:0;width:3px;height:100%;background-color:var(--primary-color)}.Hero_hero__xroSb .Hero_aiActions__9CiUo{padding:.75rem 1rem;display:flex;justify-content:flex-end;background-color:#f9fafb}.Hero_hero__xroSb .Hero_aiActions__9CiUo button{background:none;border:1px solid var(--border-divider);padding:.5rem 1rem;font-size:.875rem;border-radius:50px;margin-left:.75rem;color:var(--text-secondary)}.Hero_hero__xroSb .Hero_aiActions__9CiUo button.Hero_applyButton__YNSDa{background-color:var(--primary-color);color:#fff;border:none}.Hero_hero__xroSb .Hero_glowEffect__mGJgk{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120%;height:120%;background:radial-gradient(circle at center,rgba(79,70,229,.1) 0,rgba(79,70,229,.05) 25%,transparent 70%);z-index:-1;border-radius:50%;pointer-events:none}@keyframes Hero_pulseGlow__9eM2P{0%,to{box-shadow:0 0 10px rgba(79,70,229,.2)}50%{box-shadow:0 0 25px rgba(79,70,229,.4)}}.Features_features__jJELN{padding:6rem 0;background-color:var(--background-light);position:relative;overflow:hidden}.Features_features__jJELN:before{content:"";position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(rgba(79,70,229,.05),transparent 70%);top:0;left:-200px;z-index:0}.Features_features__jJELN:after{content:"";position:absolute;width:300px;height:300px;border-radius:50%;background:radial-gradient(rgba(249,115,22,.05),transparent 70%);bottom:0;right:-150px;z-index:0}.Features_features__jJELN .Features_header__EzIli{text-align:center;margin-bottom:4rem;position:relative;z-index:1}.Features_features__jJELN .Features_header__EzIli h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(to right,var(--primary-color),var(--accent-color));-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;display:inline-block}@media(max-width:768px){.Features_features__jJELN .Features_header__EzIli h2{font-size:2rem}}.Features_features__jJELN .Features_header__EzIli p{font-size:1.125rem;max-width:600px;margin:0 auto;color:var(--text-secondary)}.Features_features__jJELN .Features_featureGrid__WHkD7{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:5rem;position:relative;z-index:1}.Features_features__jJELN .Features_featureCard__8roUh{background-color:var(--card-surface);border-radius:16px;padding:2rem;box-shadow:0 10px 25px -5px rgba(0,0,0,.05);transition:all .3s ease-in-out;border:1px solid var(--border-divider);position:relative;z-index:1;overflow:hidden}.Features_features__jJELN .Features_featureCard__8roUh:hover{transform:translateY(-5px);box-shadow:0 20px 30px -10px rgba(0,0,0,.1)}.Features_features__jJELN .Features_featureCard__8roUh:hover .Features_iconWrapper__3qeAi{background-color:var(--primary-color);color:#fff}.Features_features__jJELN .Features_featureCard__8roUh:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(to right,var(--primary-color),var(--accent-color));border-top-left-radius:16px;border-top-right-radius:16px}.Features_features__jJELN .Features_featureCard__8roUh h3{margin-top:1.5rem;font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:var(--text-primary)}.Features_features__jJELN .Features_featureCard__8roUh p{color:var(--text-secondary);line-height:1.6}.Features_features__jJELN .Features_iconWrapper__3qeAi{width:50px;height:50px;border-radius:12px;background-color:rgba(79,70,229,.1);display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--primary-color);transition:all .3s ease-in-out}.Features_features__jJELN .Features_showcase__90FFz{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:center;position:relative;z-index:1}@media(max-width:1024px){.Features_features__jJELN .Features_showcase__90FFz{grid-template-columns:1fr}}.Features_features__jJELN .Features_showcaseContent__rb_Wp h3{font-size:2rem;font-weight:800;margin-bottom:1.5rem;color:var(--text-primary)}.Features_features__jJELN .Features_showcaseContent__rb_Wp h3 span{display:block;color:var(--primary-color)}@media(max-width:768px){.Features_features__jJELN .Features_showcaseContent__rb_Wp h3{font-size:1.75rem}}.Features_features__jJELN .Features_showcaseContent__rb_Wp p{font-size:1.125rem;line-height:1.6;color:var(--text-secondary);margin-bottom:2rem}.Features_features__jJELN .Features_integrations__aMniC{display:flex;flex-wrap:wrap;gap:1.5rem}.Features_features__jJELN .Features_integration__A1vfK{display:flex;flex-direction:column;align-items:center}.Features_features__jJELN .Features_integration__A1vfK .Features_integrationIcon__cJ_Zh{width:48px;height:48px;border-radius:12px;background-color:#fff;box-shadow:0 4px 12px rgba(0,0,0,.05);display:flex;align-items:center;justify-content:center;margin-bottom:.5rem;border:1px solid var(--border-divider)}.Features_features__jJELN .Features_integration__A1vfK .Features_integrationIcon__cJ_Zh img{width:24px;height:24px}.Features_features__jJELN .Features_integration__A1vfK .Features_integrationIcon__cJ_Zh span{font-size:1.5rem;font-weight:700;color:var(--text-secondary)}.Features_features__jJELN .Features_integration__A1vfK span{font-size:.875rem;color:var(--text-secondary)}.Features_features__jJELN .Features_showcaseImage__fhHM_{position:relative}.Features_features__jJELN .Features_floatingBox__hwIti{background-color:#fff;border-radius:16px;box-shadow:0 25px 50px -12px rgba(0,0,0,.1);border:1px solid rgba(0,0,0,.1);overflow:hidden;width:100%}.Features_features__jJELN .Features_floatingBox__hwIti .Features_floatingBoxHeader__Uc_kT{background-color:var(--primary-color);padding:.75rem 1rem;display:flex;align-items:center;justify-content:space-between}.Features_features__jJELN .Features_floatingBox__hwIti .Features_floatingBoxIcon__2aQ4j span{color:#fff;font-weight:700;font-size:1rem}.Features_features__jJELN .Features_floatingBox__hwIti .Features_floatingBoxActions__VUcEA button{background:none;border:none;width:24px;height:24px;position:relative}.Features_features__jJELN .Features_floatingBox__hwIti .Features_floatingBoxActions__VUcEA button span{width:12px;height:2px;background-color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Features_features__jJELN .Features_floatingBox__hwIti .Features_floatingBoxContent__d11wV{padding:1.5rem}.Features_features__jJELN .Features_floatingBox__hwIti .Features_tabButtons__ROae6{display:flex;margin-bottom:1.5rem;border-bottom:1px solid var(--border-divider);padding-bottom:1rem}.Features_features__jJELN .Features_floatingBox__hwIti .Features_tabButtons__ROae6 button{background:none;border:none;padding:.5rem 1rem;font-size:.95rem;color:var(--text-secondary);font-weight:500;position:relative}.Features_features__jJELN .Features_floatingBox__hwIti .Features_tabButtons__ROae6 button.Features_active__4ypIB{color:var(--primary-color);font-weight:600}.Features_features__jJELN .Features_floatingBox__hwIti .Features_tabButtons__ROae6 button.Features_active__4ypIB:after{content:"";position:absolute;bottom:-1rem;left:0;width:100%;height:2px;background-color:var(--primary-color)}.Features_features__jJELN .Features_floatingBox__hwIti .Features_inputArea__wohdv{background-color:#f9fafb;border-radius:12px;padding:1.5rem}.Features_features__jJELN .Features_floatingBox__hwIti .Features_inputText__I4lTH{margin-bottom:1.5rem;color:var(--text-primary);font-size:1rem;position:relative;padding-left:1rem}.Features_features__jJELN .Features_floatingBox__hwIti .Features_inputText__I4lTH:before{content:"";position:absolute;left:0;top:0;width:2px;height:100%;background-color:var(--primary-color)}.Features_features__jJELN .Features_floatingBox__hwIti .Features_promptButtons___2HOP{display:flex;flex-wrap:wrap;gap:.75rem}.Features_features__jJELN .Features_floatingBox__hwIti .Features_promptButtons___2HOP button{background-color:#fff;border:1px solid var(--border-divider);border-radius:50px;padding:.5rem 1rem;font-size:.875rem;color:var(--text-secondary);transition:all .3s ease}.Features_features__jJELN .Features_floatingBox__hwIti .Features_promptButtons___2HOP button:hover{background-color:var(--primary-color);color:#fff;border-color:var(--primary-color)}.HowItWorks_howItWorks__L8p04{padding:6rem 0;background-color:var(--background-light);position:relative}.HowItWorks_howItWorks__L8p04:before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background-image:linear-gradient(to right,transparent,var(--border-divider),transparent)}.HowItWorks_howItWorks__L8p04 .HowItWorks_header__v98kz{text-align:center;margin-bottom:4rem}.HowItWorks_howItWorks__L8p04 .HowItWorks_header__v98kz h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(to right,var(--primary-color),var(--accent-color));-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;display:inline-block}@media(max-width:768px){.HowItWorks_howItWorks__L8p04 .HowItWorks_header__v98kz h2{font-size:2rem}}.HowItWorks_howItWorks__L8p04 .HowItWorks_header__v98kz p{font-size:1.125rem;max-width:600px;margin:0 auto;color:var(--text-secondary)}.HowItWorks_howItWorks__L8p04 .HowItWorks_stepsContainer__0FXD8{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:center}@media(max-width:1024px){.HowItWorks_howItWorks__L8p04 .HowItWorks_stepsContainer__0FXD8{grid-template-columns:1fr}}.HowItWorks_howItWorks__L8p04 .HowItWorks_stepsNav__EwXAC{display:flex;flex-direction:column;gap:1.5rem}.HowItWorks_howItWorks__L8p04 .HowItWorks_stepButton__DSugo{display:flex;align-items:center;padding:1.5rem;border-radius:16px;border:1px solid var(--border-divider);background-color:var(--card-surface);text-align:left;transition:all .3s ease;position:relative;overflow:hidden;cursor:pointer}.HowItWorks_howItWorks__L8p04 .HowItWorks_stepButton__DSugo:hover{border-color:var(--primary-color);transform:translateY(-2px)}.HowItWorks_howItWorks__L8p04 .HowItWorks_stepButton__DSugo.HowItWorks_active___M1QU{border-color:var(--primary-color);box-shadow:0 12px 24px -8px rgba(79,70,229,.2);transform:translateY(-2px)}.HowItWorks_howItWorks__L8p04 .HowItWorks_stepButton__DSugo.HowItWorks_active___M1QU .HowItWorks_stepNumber__mP_Gr{background-color:var(--primary-color);color:#fff}.HowItWorks_howItWorks__L8p04 .HowItWorks_stepButton__DSugo.HowItWorks_active___M1QU h3{color:var(--primary-color)}.HowItWorks_howItWorks__L8p04 .HowItWorks_stepButton__DSugo.HowItWorks_active___M1QU .HowItWorks_stepIcon__W9jr7{opacity:1;transform:translateX(0)}.HowItWorks_howItWorks__L8p04 .HowItWorks_stepButton__DSugo.HowItWorks_active___M1QU:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background-color:var(--primary-color)}.HowItWorks_howItWorks__L8p04 .HowItWorks_stepNumber__mP_Gr{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:rgba(79,70,229,.1);color:var(--primary-color);font-weight:700;margin-right:1rem;flex-shrink:0;transition:all .3s ease}.HowItWorks_howItWorks__L8p04 .HowItWorks_stepContent__E8K7U{flex:1 1}.HowItWorks_howItWorks__L8p04 .HowItWorks_stepContent__E8K7U h3{font-weight:700;margin-bottom:.5rem;color:var(--text-primary);transition:all .3s ease}.HowItWorks_howItWorks__L8p04 .HowItWorks_stepContent__E8K7U p{font-size:.95rem;color:var(--text-secondary);line-height:1.5}.HowItWorks_howItWorks__L8p04 .HowItWorks_stepIcon__W9jr7{font-size:1.25rem;color:var(--primary-color);opacity:0;transform:translateX(-10px);transition:all .3s ease}.HowItWorks_howItWorks__L8p04 .HowItWorks_stepVisual__xAmzo{display:flex;justify-content:center;align-items:center;position:relative}@media(max-width:1024px){.HowItWorks_howItWorks__L8p04 .HowItWorks_stepVisual__xAmzo{margin-top:2rem}}.HowItWorks_howItWorks__L8p04 .HowItWorks_stepImageContainer__KbIGF{width:100%;max-width:500px;position:relative}.HowItWorks_howItWorks__L8p04 .HowItWorks_stepImagePlaceholder__03Cl9{width:100%;position:relative}.HowItWorks_howItWorks__L8p04 .HowItWorks_mockupBrowser__NGok2{width:100%;border-radius:16px;overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,.15);border:1px solid rgba(0,0,0,.1);background-color:#fff}.HowItWorks_howItWorks__L8p04 .HowItWorks_mockupHeader__KRgU6{background-color:#f5f5f7;padding:.75rem 1rem;display:flex;align-items:center;border-bottom:1px solid rgba(0,0,0,.1)}.HowItWorks_howItWorks__L8p04 .HowItWorks_mockupControls__r__Qx{display:flex;align-items:center;margin-right:1rem}.HowItWorks_howItWorks__L8p04 .HowItWorks_mockupControls__r__Qx span{width:12px;height:12px;border-radius:50%;margin-right:8px}.HowItWorks_howItWorks__L8p04 .HowItWorks_mockupControls__r__Qx span:first-child{background-color:#ff5f57}.HowItWorks_howItWorks__L8p04 .HowItWorks_mockupControls__r__Qx span:nth-child(2){background-color:#ffbd2e}.HowItWorks_howItWorks__L8p04 .HowItWorks_mockupControls__r__Qx span:nth-child(3){background-color:#28c940}.HowItWorks_howItWorks__L8p04 .HowItWorks_mockupAddress__tdFjS{flex:1 1;background-color:#fff;border-radius:50px;padding:.5rem 1rem;font-size:.875rem;color:var(--text-secondary);text-align:center;border:1px solid rgba(0,0,0,.1)}.HowItWorks_howItWorks__L8p04 .HowItWorks_mockupContent__SI9Tf{padding:2rem;min-height:350px;position:relative}.HowItWorks_howItWorks__L8p04 .HowItWorks_extensionCard__RFxgT{display:flex;padding:1.5rem;border:1px solid var(--border-divider);border-radius:12px;align-items:center;margin-bottom:2rem}.HowItWorks_howItWorks__L8p04 .HowItWorks_extensionIcon__6iHiA{width:48px;height:48px;background:linear-gradient(to right bottom,var(--primary-color),var(--accent-color));border-radius:8px;margin-right:1rem;position:relative}.HowItWorks_howItWorks__L8p04 .HowItWorks_extensionIcon__6iHiA:after{content:"ChromeX";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:.6rem;color:#fff;font-weight:700}.HowItWorks_howItWorks__L8p04 .HowItWorks_extensionInfo__4QwSv{flex:1 1;margin-right:1rem}.HowItWorks_howItWorks__L8p04 .HowItWorks_extensionTitle__Je__u{font-weight:600;margin-bottom:.25rem;font-size:1rem;color:var(--text-primary)}.HowItWorks_howItWorks__L8p04 .HowItWorks_extensionRating__we0J1{display:flex;align-items:center;font-size:.875rem}.HowItWorks_howItWorks__L8p04 .HowItWorks_extensionRating__we0J1 .HowItWorks_stars__dFe8d{color:#ffbd2e;margin-right:.5rem}.HowItWorks_howItWorks__L8p04 .HowItWorks_extensionRating__we0J1 span{color:var(--text-secondary)}.HowItWorks_howItWorks__L8p04 .HowItWorks_installBtn__KX66B{padding:.5rem 1rem;background-color:var(--primary-color);color:#fff;border-radius:50px;font-size:.875rem;font-weight:500}.HowItWorks_howItWorks__L8p04 .HowItWorks_textFieldHighlight__4JXa3{margin-top:2rem;height:100px;border:2px dashed var(--primary-color);border-radius:8px;background-color:rgba(79,70,229,.05);animation:HowItWorks_pulse__ib5ym 1.5s infinite alternate;position:relative}.HowItWorks_howItWorks__L8p04 .HowItWorks_textFieldHighlight__4JXa3:after{content:"Click here to write";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:var(--text-secondary);font-style:italic;font-size:.95rem}.HowItWorks_howItWorks__L8p04 .HowItWorks_aiAssistant__WnvuQ{position:absolute;bottom:20px;right:20px;width:250px;height:150px;background-color:#fff;border-radius:12px;box-shadow:0 15px 30px rgba(0,0,0,.15);border:1px solid var(--border-divider);animation:HowItWorks_slideUp__OME6v .5s ease-in-out forwards}.HowItWorks_howItWorks__L8p04 .HowItWorks_aiAssistant__WnvuQ:before{content:"";position:absolute;top:0;left:0;right:0;height:30px;background-color:var(--primary-color);border-top-left-radius:12px;border-top-right-radius:12px}.HowItWorks_howItWorks__L8p04 .HowItWorks_aiAssistant__WnvuQ:after{content:"ChromeX is writing...";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:var(--text-secondary);font-size:.95rem}.HowItWorks_howItWorks__L8p04 .HowItWorks_noteSaved__Yx_Rg{position:absolute;bottom:20px;right:20px;width:200px;padding:.75rem;background-color:var(--success-color);color:#fff;border-radius:8px;font-size:.875rem;animation:HowItWorks_fadeIn__qsTv8 .5s ease-in-out forwards}.HowItWorks_howItWorks__L8p04 .HowItWorks_noteSaved__Yx_Rg:before{content:"✓ Note saved successfully!";display:block;font-weight:600}@keyframes HowItWorks_pulse__ib5ym{0%,to{opacity:.8}50%{opacity:.5}}.Testimonials_testimonials__D_ZLt{padding:6rem 0;background-color:var(--background-light);position:relative}.Testimonials_testimonials__D_ZLt:before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background-image:linear-gradient(to right,transparent,var(--border-divider),transparent)}.Testimonials_testimonials__D_ZLt .Testimonials_header___fkcX{text-align:center;margin-bottom:4rem}.Testimonials_testimonials__D_ZLt .Testimonials_header___fkcX h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(to right,var(--primary-color),var(--accent-color));-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;display:inline-block}@media(max-width:768px){.Testimonials_testimonials__D_ZLt .Testimonials_header___fkcX h2{font-size:2rem}}.Testimonials_testimonials__D_ZLt .Testimonials_header___fkcX p{font-size:1.125rem;max-width:600px;margin:0 auto;color:var(--text-secondary)}.Testimonials_testimonials__D_ZLt .Testimonials_testimonialGrid__HCzLM{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:4rem}@media(max-width:768px){.Testimonials_testimonials__D_ZLt .Testimonials_testimonialGrid__HCzLM{grid-template-columns:1fr}}.Testimonials_testimonials__D_ZLt .Testimonials_testimonialCard__2VbaO{background:#fff;border-radius:16px;overflow:hidden;border:1px solid var(--border-divider);box-shadow:0 10px 25px -5px rgba(0,0,0,.05);transition:all .3s ease-in-out}.Testimonials_testimonials__D_ZLt .Testimonials_testimonialCard__2VbaO:hover{transform:translateY(-5px);box-shadow:0 20px 30px -10px rgba(0,0,0,.1)}.Testimonials_testimonials__D_ZLt .Testimonials_testimonialContent__MLsyu{padding:2rem;position:relative}.Testimonials_testimonials__D_ZLt .Testimonials_testimonialContent__MLsyu:before{content:"“";position:absolute;top:10px;left:15px;font-size:5rem;color:rgba(79,70,229,.1);font-family:Georgia,serif;line-height:1}.Testimonials_testimonials__D_ZLt .Testimonials_testimonialContent__MLsyu p{position:relative;font-size:1rem;line-height:1.6;color:var(--text-secondary)}.Testimonials_testimonials__D_ZLt .Testimonials_testimonialFooter__pfvy7{padding:1.5rem 2rem;border-top:1px solid var(--border-divider);display:flex;align-items:center;justify-content:space-between}.Testimonials_testimonials__D_ZLt .Testimonials_testimonialUser__On9o5{display:flex;align-items:center}.Testimonials_testimonials__D_ZLt .Testimonials_userAvatar__3Smr8{width:40px;height:40px;border-radius:50%;background:linear-gradient(to right bottom,var(--primary-color),var(--accent-color));display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;margin-right:1rem;font-size:1.125rem}.Testimonials_testimonials__D_ZLt .Testimonials_userInfo__jTqQk h4{font-weight:600;font-size:1rem;margin-bottom:.25rem;color:var(--text-primary)}.Testimonials_testimonials__D_ZLt .Testimonials_userInfo__jTqQk span{font-size:.875rem;color:var(--text-secondary)}.Testimonials_testimonials__D_ZLt .Testimonials_testimonialRating__VO8ve{display:flex;align-items:center}.Testimonials_testimonials__D_ZLt .Testimonials_testimonialRating__VO8ve svg{color:#d1d5db;font-size:1.125rem;margin-left:.25rem}.Testimonials_testimonials__D_ZLt .Testimonials_testimonialRating__VO8ve svg.Testimonials_active__ptzeJ{color:#ffbd2e;fill:#ffbd2e}.Testimonials_testimonials__D_ZLt .Testimonials_stats__gpA3L{display:flex;justify-content:space-around;flex-wrap:wrap;margin-top:3rem;padding:2rem;background-color:#fff;border-radius:16px;box-shadow:0 10px 25px -5px rgba(0,0,0,.05);border:1px solid var(--border-divider)}.Testimonials_testimonials__D_ZLt .Testimonials_stat__Q8f7Z{display:flex;flex-direction:column;align-items:center;padding:1rem 2rem}@media(max-width:768px){.Testimonials_testimonials__D_ZLt .Testimonials_stat__Q8f7Z{margin-bottom:1.5rem;width:100%}}.Testimonials_testimonials__D_ZLt .Testimonials_statNumber__Ouq3Z{font-size:2.5rem;font-weight:800;color:var(--primary-color);margin-bottom:.5rem;background:linear-gradient(to right,var(--primary-color),var(--accent-color));-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.Testimonials_testimonials__D_ZLt .Testimonials_statLabel__nJyTN{font-size:1rem;color:var(--text-secondary)}.Pricing_pricing__IAZsR{padding:6rem 0;background-color:var(--background-light);position:relative}.Pricing_pricing__IAZsR:before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background-image:linear-gradient(to right,transparent,var(--border-divider),transparent)}.Pricing_pricing__IAZsR .Pricing_header__SAarW{text-align:center;margin-bottom:4rem}.Pricing_pricing__IAZsR .Pricing_header__SAarW h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(to right,var(--primary-color),var(--accent-color));-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;display:inline-block}@media(max-width:768px){.Pricing_pricing__IAZsR .Pricing_header__SAarW h2{font-size:2rem}}.Pricing_pricing__IAZsR .Pricing_header__SAarW p{font-size:1.125rem;max-width:600px;margin:0 auto 2rem;color:var(--text-secondary)}.Pricing_pricing__IAZsR .Pricing_toggle__LqzA2{display:flex;align-items:center;justify-content:center;margin:0 auto 2rem}.Pricing_pricing__IAZsR .Pricing_toggle__LqzA2 span{font-size:1rem;color:var(--text-secondary);transition:all .3s ease}.Pricing_pricing__IAZsR .Pricing_toggle__LqzA2 span.Pricing_active__C38_2{color:var(--text-primary);font-weight:600}.Pricing_pricing__IAZsR .Pricing_toggle__LqzA2 .Pricing_discount__0y7UW{font-size:.75rem;color:var(--accent-color);background-color:rgba(249,115,22,.1);padding:.25rem .5rem;border-radius:50px;margin-left:.5rem;font-weight:700}.Pricing_pricing__IAZsR .Pricing_toggleButton__uxoUn{position:relative;width:56px;height:30px;border-radius:50px;background-color:rgba(79,70,229,.1);margin:0 1rem;padding:0;border:none;cursor:pointer;transition:all .3s ease}.Pricing_pricing__IAZsR .Pricing_toggleButton__uxoUn:hover{background-color:rgba(79,70,229,.2)}.Pricing_pricing__IAZsR .Pricing_toggleKnob__vdNlJ{position:absolute;top:3px;left:3px;width:24px;height:24px;border-radius:50%;background-color:var(--primary-color);transition:all .3s ease}.Pricing_pricing__IAZsR .Pricing_toggleKnob__vdNlJ.Pricing_active__C38_2{left:calc(100% - 27px)}.Pricing_pricing__IAZsR .Pricing_planGrid__KAvKW{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:3rem}@media(max-width:1024px){.Pricing_pricing__IAZsR .Pricing_planGrid__KAvKW{gap:2rem}}@media(max-width:768px){.Pricing_pricing__IAZsR .Pricing_planGrid__KAvKW{grid-template-columns:1fr}}.Pricing_pricing__IAZsR .Pricing_planCard__kVI_z{background-color:#fff;border-radius:16px;padding:2.5rem 2rem;box-shadow:0 10px 25px -5px rgba(0,0,0,.05);border:1px solid var(--border-divider);transition:all .3s ease-in-out;position:relative;overflow:hidden}.Pricing_pricing__IAZsR .Pricing_planCard__kVI_z:hover{transform:translateY(-5px);box-shadow:0 20px 30px -10px rgba(0,0,0,.1);z-index:1}.Pricing_pricing__IAZsR .Pricing_planCard__kVI_z.Pricing_featured__FtHtU{border-color:var(--primary-color);box-shadow:0 20px 30px -10px rgba(79,70,229,.2)}.Pricing_pricing__IAZsR .Pricing_planCard__kVI_z.Pricing_featured__FtHtU:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(to right,var(--primary-color),var(--accent-color))}.Pricing_pricing__IAZsR .Pricing_bestValue__Q5_vW{position:absolute;top:12px;right:-35px;padding:.5rem 2.5rem;background-color:var(--accent-color);color:#fff;font-size:.75rem;font-weight:700;transform:rotate(45deg)}.Pricing_pricing__IAZsR .Pricing_planHeader__VX7SR{text-align:center;margin-bottom:2rem}.Pricing_pricing__IAZsR .Pricing_planHeader__VX7SR h3{font-size:1.5rem;font-weight:800;margin-bottom:.5rem;color:var(--text-primary)}.Pricing_pricing__IAZsR .Pricing_planHeader__VX7SR p{font-size:.95rem;color:var(--text-secondary);line-height:1.5}.Pricing_pricing__IAZsR .Pricing_planPrice__c_V01{text-align:center;margin-bottom:2rem}.Pricing_pricing__IAZsR .Pricing_planPrice__c_V01 .Pricing_currency__XQGZ3{font-size:1.5rem;font-weight:700;vertical-align:top;margin-right:.25rem;color:var(--text-primary)}.Pricing_pricing__IAZsR .Pricing_planPrice__c_V01 .Pricing_amount__T_4cw{font-size:3.5rem;font-weight:800;color:var(--text-primary);line-height:1}.Pricing_pricing__IAZsR .Pricing_planPrice__c_V01 .Pricing_period__21l7P{font-size:1rem;color:var(--text-secondary);margin-left:.25rem}.Pricing_pricing__IAZsR .Pricing_planFeatures__Wqjl8{list-style-type:none;padding:0;margin-bottom:2.5rem}.Pricing_pricing__IAZsR .Pricing_planFeatures__Wqjl8 li{display:flex;align-items:center;margin-bottom:1rem;color:var(--text-secondary);font-size:.95rem}.Pricing_pricing__IAZsR .Pricing_planFeatures__Wqjl8 li svg{color:var(--success-color);margin-right:.75rem;flex-shrink:0}.Pricing_pricing__IAZsR .Pricing_planFeatures__Wqjl8 li span{line-height:1.4}.Pricing_pricing__IAZsR .Pricing_planAction__UramW{text-align:center}.Pricing_pricing__IAZsR .Pricing_planAction__UramW button{width:100%;padding:.75rem;font-size:1rem}.Pricing_pricing__IAZsR .Pricing_planAction__UramW .Pricing_creditActions__rWD8C{display:flex;flex-direction:column;gap:1rem}.Pricing_pricing__IAZsR .Pricing_planAction__UramW .Pricing_creditCounter__d2YZQ{display:flex;align-items:center;justify-content:space-between;background-color:rgba(79,70,229,.05);border-radius:8px;padding:.5rem}.Pricing_pricing__IAZsR .Pricing_planAction__UramW .Pricing_creditCounter__d2YZQ span{font-size:.9rem;font-weight:600;color:var(--text-primary)}.Pricing_pricing__IAZsR .Pricing_planAction__UramW .Pricing_creditCounter__d2YZQ .Pricing_counterBtn__HYIv1{width:32px;height:32px;border-radius:50%;background-color:#fff;border:1px solid var(--border-divider);display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .2s ease}.Pricing_pricing__IAZsR .Pricing_planAction__UramW .Pricing_creditCounter__d2YZQ .Pricing_counterBtn__HYIv1:hover{background-color:var(--primary-color);color:#fff;border-color:var(--primary-color)}.Pricing_pricing__IAZsR .Pricing_planAction__UramW .Pricing_spinner__2eg0V{animation:Pricing_spin__rWt8P 1s linear infinite;display:inline-block}@keyframes Pricing_spin__rWt8P{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Pricing_pricing__IAZsR .Pricing_guarantee__18hn6{display:flex;align-items:center;justify-content:center;max-width:600px;margin:0 auto;background-color:#fff;border-radius:16px;padding:1.5rem 2rem;box-shadow:0 10px 25px -5px rgba(0,0,0,.05);border:1px solid var(--border-divider)}@media(max-width:640px){.Pricing_pricing__IAZsR .Pricing_guarantee__18hn6{flex-direction:column;text-align:center}}.Pricing_pricing__IAZsR .Pricing_guaranteeIcon__S8cT1{margin-right:1.5rem;color:var(--success-color)}.Pricing_pricing__IAZsR .Pricing_guaranteeIcon__S8cT1 svg{width:48px;height:48px}@media(max-width:640px){.Pricing_pricing__IAZsR .Pricing_guaranteeIcon__S8cT1{margin-right:0;margin-bottom:1rem}}.Pricing_pricing__IAZsR .Pricing_guaranteeText__qstef h4{font-size:1.125rem;font-weight:700;margin-bottom:.5rem;color:var(--text-primary)}.Pricing_pricing__IAZsR .Pricing_guaranteeText__qstef p{font-size:.95rem;color:var(--text-secondary);line-height:1.5}.FAQ_faq__GIB1e{padding:6rem 0;background-color:var(--background-light);position:relative}.FAQ_faq__GIB1e:before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background-image:linear-gradient(to right,transparent,var(--border-divider),transparent)}.FAQ_faq__GIB1e .FAQ_header__zi6pa{text-align:center;margin-bottom:4rem}.FAQ_faq__GIB1e .FAQ_header__zi6pa h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(to right,var(--primary-color),var(--accent-color));-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;display:inline-block}@media(max-width:768px){.FAQ_faq__GIB1e .FAQ_header__zi6pa h2{font-size:2rem}}.FAQ_faq__GIB1e .FAQ_header__zi6pa p{font-size:1.125rem;max-width:600px;margin:0 auto;color:var(--text-secondary)}.FAQ_faq__GIB1e .FAQ_faqContainer__Oa_iH{max-width:800px;margin:0 auto}.FAQ_faq__GIB1e .FAQ_faqItem___ApAa{background-color:#fff;border-radius:12px;margin-bottom:1rem;box-shadow:0 4px 12px rgba(0,0,0,.05);border:1px solid var(--border-divider);overflow:hidden;transition:all .3s ease}.FAQ_faq__GIB1e .FAQ_faqItem___ApAa.FAQ_active__Pz6j3{box-shadow:0 10px 25px -5px rgba(0,0,0,.1);border-color:var(--primary-color)}.FAQ_faq__GIB1e .FAQ_faqItem___ApAa.FAQ_active__Pz6j3 .FAQ_faqQuestion__4NDul{color:var(--primary-color)}.FAQ_faq__GIB1e .FAQ_faqQuestion__4NDul{width:100%;border:none;background:none;padding:1.5rem;text-align:left;display:flex;justify-content:space-between;align-items:center;font-size:1.125rem;font-weight:600;color:var(--text-primary);cursor:pointer;transition:all .3s ease}.FAQ_faq__GIB1e .FAQ_faqQuestion__4NDul:hover{color:var(--primary-color)}.FAQ_faq__GIB1e .FAQ_faqQuestion__4NDul svg{font-size:1.25rem;transition:all .3s ease}.FAQ_faq__GIB1e .FAQ_faqAnswer__9P3Jb{padding:0 1.5rem;transition:all .4s ease;overflow:hidden}.FAQ_faq__GIB1e .FAQ_faqAnswer__9P3Jb p{padding-bottom:1.5rem;color:var(--text-secondary);line-height:1.6}.FAQ_faq__GIB1e .FAQ_supportLink__hBkor{text-align:center;margin-top:3rem}.FAQ_faq__GIB1e .FAQ_supportLink__hBkor p{color:var(--text-secondary);font-size:1.125rem}.FAQ_faq__GIB1e .FAQ_supportLink__hBkor p a{color:var(--primary-color);font-weight:600;text-decoration:underline;text-underline-offset:3px;transition:all .2s ease}.FAQ_faq__GIB1e .FAQ_supportLink__hBkor p a:hover{color:var(--accent-color)}.CTA_cta__2qAws{padding:6rem 0;background-color:var(--background-light);position:relative}.CTA_cta__2qAws:before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background-image:linear-gradient(to right,transparent,var(--border-divider),transparent)}.CTA_cta__2qAws .CTA_ctaWrapper__FPt8P{position:relative;background:linear-gradient(135deg,rgba(79,70,229,.08),rgba(249,115,22,.08));border-radius:24px;padding:4rem 2rem;display:flex;align-items:center;overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,.1)}@media(max-width:1024px){.CTA_cta__2qAws .CTA_ctaWrapper__FPt8P{flex-direction:column;text-align:center}}.CTA_cta__2qAws .CTA_ctaWrapper__FPt8P:before{content:"";position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(rgba(79,70,229,.2),transparent 70%);top:-200px;left:-200px;z-index:0}.CTA_cta__2qAws .CTA_ctaWrapper__FPt8P:after{content:"";position:absolute;width:300px;height:300px;border-radius:50%;background:radial-gradient(rgba(249,115,22,.15),transparent 70%);bottom:-150px;right:-150px;z-index:0}.CTA_cta__2qAws .CTA_content__vNhRj{flex:1 1;z-index:1;margin-right:2rem}@media(max-width:1024px){.CTA_cta__2qAws .CTA_content__vNhRj{margin-right:0;margin-bottom:3rem}}.CTA_cta__2qAws .CTA_content__vNhRj h2{font-size:2.5rem;font-weight:800;margin-bottom:1.5rem;color:var(--text-primary)}@media(max-width:768px){.CTA_cta__2qAws .CTA_content__vNhRj h2{font-size:2rem}}.CTA_cta__2qAws .CTA_content__vNhRj p{font-size:1.125rem;color:var(--text-secondary);margin-bottom:2rem;max-width:80%}@media(max-width:1024px){.CTA_cta__2qAws .CTA_content__vNhRj p{max-width:100%}}.CTA_cta__2qAws .CTA_ctaButtons__GHhpw{display:flex}@media(max-width:1024px){.CTA_cta__2qAws .CTA_ctaButtons__GHhpw{justify-content:center}}@media(max-width:640px){.CTA_cta__2qAws .CTA_ctaButtons__GHhpw{flex-direction:column;align-items:center}}.CTA_cta__2qAws .CTA_ctaButtons__GHhpw button{padding:1rem 1.75rem;font-size:1rem;margin-right:1rem}.CTA_cta__2qAws .CTA_ctaButtons__GHhpw button:first-child{padding:1rem 2rem}@media(max-width:640px){.CTA_cta__2qAws .CTA_ctaButtons__GHhpw button{width:100%;max-width:280px;margin-right:0;margin-bottom:1rem}}.CTA_cta__2qAws .CTA_visual__Ge_1J{flex:1 1;display:flex;justify-content:center;align-items:center;position:relative;min-height:300px}.CTA_cta__2qAws .CTA_floatingElements__wbqTo{position:absolute;width:100%;height:100%;z-index:0}.CTA_cta__2qAws .CTA_element__Ltmug{position:absolute;border-radius:10px;animation-duration:4s;animation-iteration-count:infinite;animation-timing-function:ease-in-out}.CTA_cta__2qAws .CTA_element__Ltmug.CTA_element1__GGQu_{width:60px;height:60px;background-color:rgba(79,70,229,.2);top:0;left:20%;animation-name:CTA_float1__aliaQ}.CTA_cta__2qAws .CTA_element__Ltmug.CTA_element2__PQHDF{width:40px;height:40px;background-color:rgba(249,115,22,.2);bottom:20%;left:10%;animation-name:CTA_float2__TunOc}.CTA_cta__2qAws .CTA_element__Ltmug.CTA_element3__i_Peg{width:50px;height:50px;background-color:rgba(79,70,229,.15);top:20%;right:15%;animation-name:CTA_float3__1TKmI}.CTA_cta__2qAws .CTA_element__Ltmug.CTA_element4__2CS68{width:35px;height:35px;background-color:rgba(249,115,22,.15);bottom:0;right:25%;animation-name:CTA_float4__wnlJZ}.CTA_cta__2qAws .CTA_chromeIcon__oGevW{position:relative;z-index:1;width:140px;height:140px;display:flex;flex-direction:column;align-items:center}.CTA_cta__2qAws .CTA_chromeIcon__oGevW svg{width:100%;height:100%;filter:drop-shadow(0 10px 15px rgba(0,0,0,.1));animation:CTA_pulse__xm2kO 3s infinite alternate}.CTA_cta__2qAws .CTA_chromeIcon__oGevW .CTA_iconText___g82y{margin-top:1rem;font-weight:700;font-size:1.25rem;color:var(--primary-color)}@keyframes CTA_float1__aliaQ{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-15px) rotate(5deg)}}@keyframes CTA_float2__TunOc{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(15px) rotate(-5deg)}}@keyframes CTA_float3__1TKmI{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(-3deg)}}@keyframes CTA_float4__wnlJZ{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(10px) rotate(5deg)}}@keyframes CTA_pulse__xm2kO{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.Footer_footer__HJugw{background-color:var(--background-dark);color:#fff;padding:4rem 0 2rem}.Footer_footer__HJugw a{transition:color .3s ease}.Footer_footer__HJugw a:hover{color:var(--accent-color)}.Footer_footer__HJugw .Footer_footerTop__d_g4p{display:flex;flex-wrap:wrap;margin-bottom:3rem}@media(max-width:768px){.Footer_footer__HJugw .Footer_footerTop__d_g4p{flex-direction:column}}.Footer_footer__HJugw .Footer_footerBrand__iowzp{flex:0 0 25%;margin-right:2rem;margin-bottom:2rem}@media(max-width:1024px){.Footer_footer__HJugw .Footer_footerBrand__iowzp{flex:0 0 100%;margin-right:0;margin-bottom:3rem}}.Footer_footer__HJugw .Footer_footerLogo__h5oDE{display:inline-block;margin-bottom:1rem}.Footer_footer__HJugw .Footer_footerLogo__h5oDE span{font-size:1.75rem;font-weight:800;color:#fff;background:linear-gradient(to right,white,var(--accent-color));-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.Footer_footer__HJugw .Footer_footerTagline__lkGBz{font-size:1rem;color:hsla(0,0%,100%,.7);margin-bottom:1.5rem;max-width:90%}.Footer_footer__HJugw .Footer_socialLinks__ei13n{display:flex;gap:1rem}.Footer_footer__HJugw .Footer_socialLinks__ei13n a{width:36px;height:36px;border-radius:50%;background-color:hsla(0,0%,100%,.1);display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease}.Footer_footer__HJugw .Footer_socialLinks__ei13n a svg{font-size:1.125rem}.Footer_footer__HJugw .Footer_socialLinks__ei13n a:hover{background-color:var(--primary-color);transform:translateY(-2px)}.Footer_footer__HJugw .Footer_footerNav__X5V8h{flex:1 1;display:flex;flex-wrap:wrap;justify-content:space-between}@media(max-width:768px){.Footer_footer__HJugw .Footer_footerNav__X5V8h{flex-direction:column}}.Footer_footer__HJugw .Footer_footerNavCol__BU3Ax{flex:0 0 auto;margin-bottom:2rem;min-width:150px}.Footer_footer__HJugw .Footer_footerNavCol__BU3Ax h3{font-size:1.125rem;font-weight:700;margin-bottom:1.25rem;color:#fff}.Footer_footer__HJugw .Footer_footerNavCol__BU3Ax ul{list-style-type:none;padding:0}.Footer_footer__HJugw .Footer_footerNavCol__BU3Ax ul li{margin-bottom:.75rem}.Footer_footer__HJugw .Footer_footerNavCol__BU3Ax ul li a{color:hsla(0,0%,100%,.7);font-size:.95rem}.Footer_footer__HJugw .Footer_footerBottom__J5FiC{padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.1);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}@media(max-width:640px){.Footer_footer__HJugw .Footer_footerBottom__J5FiC{flex-direction:column;gap:1rem;text-align:center}}.Footer_footer__HJugw .Footer_copyright__i1G6G{font-size:.95rem;color:hsla(0,0%,100%,.5)}.Footer_footer__HJugw .Footer_madeWith__a_AFa{font-size:.95rem;color:hsla(0,0%,100%,.5);display:flex;align-items:center;gap:.25rem}.Footer_footer__HJugw .Footer_madeWith__a_AFa .Footer_heart__jJm3Q{margin:0 .25rem;animation:Footer_heartBeat__YfXeD 1.5s infinite}@media(max-width:640px){.Footer_footer__HJugw .Footer_madeWith__a_AFa{margin:0 auto}}@keyframes Footer_heartBeat__YfXeD{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.LandingPage_landingPage__1uDxa{min-height:100vh;position:relative;overflow:hidden}.LandingPage_landingPage__1uDxa main{position:relative;z-index:1}