.styles_container__IPY3k{width:100%;margin:0 auto;overflow:hidden;min-height:100vh;display:flex;flex-direction:column}.styles_header__h0chS{padding:1rem;position:-webkit-sticky;position:sticky;top:0;z-index:100;background:rgba(15,23,42,.9);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.styles_navbar__kcTig{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.styles_logoContainer__zpcMM{display:flex;align-items:center;gap:8px}.styles_logoImage__DU705{border-radius:50%;object-fit:cover}.styles_logoHighlight__kgCGM{font-weight:700;color:white;font-size:1.1rem}.styles_mobileMenuToggle__bJkDo{display:flex;cursor:pointer;color:white;z-index:101}.styles_desktopNav__uyG1n{display:none}.styles_navLinks__048Bq{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.styles_navLinks__048Bq a{color:var(--color-text);font-weight:500;font-size:1rem;transition:.2s ease;text-decoration:none;padding:.5rem 0}.styles_navLinks__048Bq a:hover{color:var(--color-primary)}.styles_mobileMenu__e3ehj{position:fixed;top:76px;left:0;width:100%;background:rgba(15,23,42,.95);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:100;transition:all .3s ease;max-height:0;overflow:hidden;opacity:0;visibility:hidden}.styles_mobileMenu__e3ehj.styles_active__ufTcZ{max-height:400px;padding:1rem 0;opacity:1;visibility:visible}.styles_mobileNavLinks__ugoHD{list-style:none;margin:0;display:flex;flex-direction:column;gap:1rem;padding:1rem 2rem}.styles_mobileNavLinks__ugoHD a{color:var(--color-text);text-decoration:none;padding:.75rem 0;font-size:1rem;transition:color .2s ease}.styles_mobileNavLinks__ugoHD a:hover{color:var(--color-primary)}.styles_desktop-only-button__xK7CW{display:none}.styles_hero__k9Uwd{padding:2rem 1rem;background:linear-gradient(180deg,rgb(15,23,42),rgb(1,22,44));position:relative;overflow:hidden}.styles_hero__k9Uwd:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 30%,var(--color-primary-transparent),transparent 60%),radial-gradient(circle at 80% 70%,var(--color-secondary-transparent),transparent 60%);opacity:.6;z-index:-1}.styles_heroWrapper__HJeZZ{max-width:1200px;width:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;gap:2rem}.styles_heroContent__Ll_Xq{width:100%;animation:styles_fadeInUp__DwJ49 .8s ease-out}@keyframes styles_fadeInUp__DwJ49{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.styles_hero__k9Uwd h1{font-size:2.2rem;font-weight:800;line-height:1.1;margin-bottom:1rem;background:linear-gradient(to right,var(--color-primary),var(--color-secondary));-webkit-background-clip:text;background-clip:text;color:transparent}.styles_heroSubtitle__QM_ls{font-size:1.1rem;color:var(--color-text-secondary);margin-bottom:2rem;line-height:1.5}.styles_heroButtons__BG5fK{display:flex;flex-direction:column;gap:1rem;width:100%}.styles_primary-button__KJmgg,.styles_secondary-button__mwJEq{padding:1rem 1.5rem;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease;width:100%;text-align:center;min-height:48px}.styles_primary-button__KJmgg{background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));color:white;border:none}.styles_secondary-button__mwJEq{background:rgba(31,41,55,.8);color:var(--color-text);border:1px solid var(--color-border)}.styles_primary-button__KJmgg:hover{transform:translateY(-2px);box-shadow:0 8px 25px -5px rgba(59,130,246,.4)}.styles_secondary-button__mwJEq:hover{background:rgba(31,41,55,1);border-color:var(--color-primary-transparent)}.styles_heroImage__EKZkO{width:100%;display:flex;justify-content:center;animation:styles_floatIn__8p_0r 1s ease-out}@keyframes styles_floatIn__8p_0r{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.styles_messageEmoji__lkCiW{width:100%;max-width:280px;height:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:transform .3s ease}.styles_messageBubble__3Isnh{width:100%;background:linear-gradient(145deg,#2a3042,#1c2433);border-radius:16px;padding:1.25rem;box-shadow:0 10px 25px -5px rgba(0,0,0,.3),0 4px 6px -2px rgba(0,0,0,.1);position:relative;overflow:hidden}.styles_messageBubble__3Isnh:before{content:"";position:absolute;width:16px;height:16px;background:linear-gradient(145deg,#2a3042,#1c2433);bottom:-8px;left:24px;transform:rotate(45deg);z-index:-1}.styles_messageHeader__SfvB6{padding-bottom:8px;margin-bottom:8px;border-bottom:1px solid rgba(255,255,255,.1);font-weight:600;color:var(--color-primary);text-align:center;font-size:.9rem}.styles_messageContent__Lzzg5{padding:8px 0;color:var(--color-text);font-size:.9rem;line-height:1.4}.styles_messageTime__Mbrgr{color:var(--color-text-secondary);font-size:.75rem;text-align:right;margin-top:6px}.styles_messageFooter___g1W_{margin-top:12px;padding-top:12px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:center;font-size:.8rem}.styles_anonymous__Hrcy_{color:var(--color-success);display:flex;align-items:center;gap:4px}.styles_anonymous__Hrcy_:before{content:"";display:inline-block;width:6px;height:6px;background:var(--color-success);border-radius:50%}.styles_decorationDots__px9n9{display:flex;gap:8px;margin:1rem 0;justify-content:center}.styles_dot___ZiUg{width:6px;height:6px;background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));border-radius:50%;opacity:.7}.styles_linkPreview__UODXs{background:rgba(31,41,55,.5);border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:10px 12px;display:flex;align-items:center;gap:8px;width:100%;max-width:240px}.styles_linkIcon__Ug_gV{background:linear-gradient(135deg,var(--color-primary-transparent),var(--color-secondary-transparent));width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--color-primary);flex-shrink:0}.styles_linkText__zaNU_{font-size:.8rem;color:var(--color-text);font-weight:500}.styles_features__AeS4B{padding:3rem 1rem;background:linear-gradient(180deg,rgb(1,22,44),rgb(2,12,32))}.styles_sectionHeader__HH7_Z{text-align:center;margin-bottom:2rem}.styles_sectionHeader__HH7_Z h2{font-size:2rem;margin-bottom:1rem;background:linear-gradient(to right,var(--color-primary-light),var(--color-primary));-webkit-background-clip:text;background-clip:text;color:white}.styles_sectionDivider__thsC0{width:60px;height:3px;background:linear-gradient(to right,var(--color-primary),var(--color-secondary));margin:0 auto;border-radius:2px}.styles_featuresGrid__1kgzV{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem;max-width:600px;margin:0 auto}.styles_featureCard__cqwzC{background:rgba(31,41,55,.5);border-radius:12px;padding:1.5rem;border:1px solid var(--color-border);transition:all .3s ease}.styles_featureCard__cqwzC:hover{transform:translateY(-2px);box-shadow:0 10px 25px -5px rgba(0,0,0,.2);border-color:var(--color-primary-transparent)}.styles_featureIcon__RZZLZ{width:48px;height:48px;background:linear-gradient(135deg,var(--color-primary-transparent),var(--color-secondary-transparent));border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:var(--color-primary)}.styles_featureCard__cqwzC h3{font-size:1.1rem;margin-bottom:.75rem;font-weight:600}.styles_featureCard__cqwzC p{color:var(--color-text-secondary);line-height:1.5;font-size:.9rem}.styles_faq__q7PKz{padding:3rem 1rem;background:#0f192d}.styles_faqList__881ix{max-width:600px;margin:0 auto}.styles_faqItem__WhknS{background:rgba(31,41,55,.3);border:1px solid var(--color-border);border-radius:8px;margin-bottom:1rem;overflow:hidden;transition:all .3s ease}.styles_faqItem__WhknS:hover{border-color:var(--color-primary-transparent)}.styles_faqQuestion__2r9R1{padding:1.25rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem}.styles_faqQuestion__2r9R1 h3{font-size:1rem;font-weight:500;margin:0;line-height:1.4}.styles_faqIcon__n45to{transition:transform .3s ease;color:var(--color-primary);flex-shrink:0}.styles_faqItem__WhknS.styles_active__ufTcZ .styles_faqIcon__n45to{transform:rotate(180deg)}.styles_faqAnswer__Kfa_k{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.styles_faqItem__WhknS.styles_active__ufTcZ .styles_faqAnswer__Kfa_k{max-height:200px;padding:0 1.25rem 1.25rem}.styles_faqAnswer__Kfa_k p{color:var(--color-text-secondary);line-height:1.5;margin:0;font-size:.9rem}.styles_otherbotssect__aI1WP{padding:3rem 1rem;background:linear-gradient(180deg,rgb(11,19,39),rgb(1,15,31))}.styles_cta__7BJw1{padding:3rem 1rem;position:relative;text-align:center;overflow:hidden}.styles_ctaOverlay__hhpgl{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,var(--color-primary-darker),var(--color-secondary));z-index:1}.styles_ctaContent__Vmkwx{position:relative;z-index:2;max-width:500px;margin:0 auto}.styles_cta__7BJw1 h2{font-size:1.8rem;margin-bottom:1rem;color:white;line-height:1.2}.styles_cta__7BJw1 p{font-size:1rem;color:var(--color-text-secondary);margin-bottom:2rem;line-height:1.5}@media screen and (min-width:768px){.styles_logoHighlight__kgCGM{font-size:1.4rem}.styles_logoContainer__zpcMM{gap:10px}.styles_mobileMenuToggle__bJkDo{display:none}.styles_desktopNav__uyG1n{display:flex}.styles_desktop-only-button__xK7CW{display:inline-flex}.styles_header__h0chS{padding:1.25rem 2rem}.styles_hero__k9Uwd{padding:4rem 2rem}.styles_heroWrapper__HJeZZ{flex-direction:row;text-align:left;gap:3rem}.styles_heroContent__Ll_Xq{flex:1 1;max-width:600px}.styles_hero__k9Uwd h1{font-size:3.5rem;margin-bottom:1.5rem}.styles_heroSubtitle__QM_ls{font-size:1.5rem;margin-bottom:2.5rem}.styles_heroButtons__BG5fK{flex-direction:row;gap:1.5rem;width:auto}.styles_primary-button__KJmgg,.styles_secondary-button__mwJEq{width:auto;padding:.75rem 1.5rem;min-height:auto}.styles_heroImage__EKZkO{flex:1 1;justify-content:flex-end}.styles_messageEmoji__lkCiW{width:340px;height:400px;transform:perspective(1000px) rotateY(-5deg) rotateX(5deg);transition:transform .6s ease}.styles_messageEmoji__lkCiW:hover{transform:perspective(1000px) rotateY(0deg) rotateX(0deg)}.styles_messageBubble__3Isnh{width:280px;padding:20px}.styles_features__AeS4B{padding:5rem 2rem}.styles_featuresGrid__1kgzV{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px}.styles_featureCard__cqwzC{padding:2rem}.styles_featureIcon__RZZLZ{width:60px;height:60px;margin-bottom:1.5rem}.styles_featureCard__cqwzC h3{font-size:1.25rem;margin-bottom:1rem}.styles_featureCard__cqwzC p{font-size:1rem}.styles_faq__q7PKz{padding:4rem 2rem}.styles_faqList__881ix{max-width:800px}.styles_faqQuestion__2r9R1{padding:1.5rem}.styles_faqQuestion__2r9R1 h3{font-size:1.1rem}.styles_faqAnswer__Kfa_k p{font-size:1rem}.styles_otherbotssect__aI1WP{padding:4rem 2rem}}@media screen and (max-width:767px){.styles_desktopButton__9R7GJ,.styles_navLinks__048Bq{display:none!important}}.styles_mobileMenuButton__WtCqh{width:100%!important;text-align:center!important;justify-content:center!important;margin-top:1rem;padding:1rem 1.5rem!important;min-height:48px!important}.styles_heroMainButton__q9GGL{min-width:280px!important;padding:.8rem 2rem!important;font-size:1.1rem!important;font-weight:600!important;text-align:center!important;justify-content:center!important}@media screen and (min-width:768px){.styles_navLinks__048Bq{display:flex!important}.styles_desktopButton__9R7GJ{display:inline-flex!important}.styles_mobileMenuToggle__bJkDo{display:none!important}.styles_heroMainButton__q9GGL{min-width:auto!important;width:auto!important}}