.styles_container__P7fwP{min-height:100vh;background:var(--color-background);color:var(--color-text);overflow-x:hidden;position:relative}.styles_bgGradient__KJab_{position:absolute;inset:0;background:linear-gradient(135deg,var(--color-primary-transparent) 0,var(--color-secondary-transparent) 50%,var(--color-background) 100%);z-index:1}.styles_bgPattern__YIwle{position:absolute;inset:0;opacity:.05;z-index:2}.styles_floatingNote1__KeB_P,.styles_floatingNote2__zGvE1,.styles_floatingNote3__V0znG,.styles_floatingNote4__D9muE{position:absolute;font-size:2rem;color:var(--color-primary);animation:styles_float__D_UsG 6s ease-in-out infinite}.styles_floatingNote1__KeB_P{top:20%;left:10%;animation-delay:0s}.styles_floatingNote2__zGvE1{top:60%;right:15%;animation-delay:2s}.styles_floatingNote3__V0znG{bottom:30%;left:20%;animation-delay:4s}.styles_floatingNote4__D9muE{top:40%;right:30%;animation-delay:1s}.styles_header__mPnmL{position:relative;z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:rgba(0,0,0,.2);border-bottom:1px solid var(--color-border)}.styles_headerContainer__6iUIn{max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.styles_logo__aRXPD{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700}.styles_logoIcon__zF0Qi{width:1.5rem;height:1.5rem;color:var(--color-primary)}.styles_nav__nxRRS{display:none;align-items:center;gap:2rem}@media (min-width:768px){.styles_nav__nxRRS{display:flex}}.styles_navLink__yhJj_{color:var(--color-text-secondary);text-decoration:none;transition:all .3s ease;position:relative}.styles_navLink__yhJj_:hover{color:var(--color-text);transform:scale(1.05)}.styles_mobileMenuBtn__z9xuT{display:flex;flex-direction:column;gap:3px;background:none;border:none;cursor:pointer;padding:8px;z-index:60;position:relative}@media (min-width:768px){.styles_mobileMenuBtn__z9xuT{display:none}}.styles_mobileMenuBtn__z9xuT span{width:20px;height:2px;background:var(--color-text);transition:all .3s ease;transform-origin:center}.styles_mobileMenuBtn__z9xuT.styles_active__oDCpR span:first-child{transform:rotate(45deg) translateY(8px)}.styles_mobileMenuBtn__z9xuT.styles_active__oDCpR span:nth-child(2){opacity:0;transform:scale(0)}.styles_mobileMenuBtn__z9xuT.styles_active__oDCpR span:nth-child(3){transform:rotate(-45deg) translate(-1px,-7px)}.styles_mobileNav__sBt_f{position:fixed;top:0;right:-100%;width:250px;height:100vh;background:rgba(0,0,0,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:55;display:flex;flex-direction:column;padding-top:80px;transition:right .3s ease}.styles_mobileNav__sBt_f.styles_open__FZ_A0{right:0}.styles_mobileNavLink___MVpx{color:var(--color-text);text-decoration:none;padding:1rem 2rem;border-bottom:1px solid rgba(255,255,255,.1);transition:all .3s ease;font-size:1.1rem}.styles_mobileNavLink___MVpx:hover{background:rgba(255,255,255,.1);color:var(--color-primary)}.styles_mobileOverlay__bnfGP{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.5);z-index:50;opacity:0;visibility:hidden;transition:all .3s ease}.styles_mobileOverlay__bnfGP.styles_show__TG6P0{opacity:1;visibility:visible}@media (min-width:768px){.styles_mobileNav__sBt_f,.styles_mobileOverlay__bnfGP{display:none}}.styles_hero__WDelu{position:relative;z-index:10;padding-top:5rem;padding-left:1.5rem;padding-right:1.5rem;text-align:center;max-width:1200px;margin:0 auto}.styles_heroContent__Ntb0E{opacity:0;transform:translateY(50px);transition:all 1s ease}.styles_fadeInUp__gxeFc{opacity:1;transform:translateY(0)}.styles_musicVisualization___IepT{display:flex;justify-content:center;align-items:flex-end;gap:4px;margin-bottom:2rem;height:60px}.styles_waveBar__bu2aY{width:6px;background:linear-gradient(to top,var(--color-primary),var(--color-secondary));border-radius:var(--border-radius-sm);animation:styles_wave__VHweK 1.5s ease-in-out infinite}.styles_waveBar__bu2aY:first-child{animation-delay:0s}.styles_waveBar__bu2aY:nth-child(2){animation-delay:.2s}.styles_waveBar__bu2aY:nth-child(3){animation-delay:.4s}.styles_waveBar__bu2aY:nth-child(4){animation-delay:.6s}.styles_waveBar__bu2aY:nth-child(5){animation-delay:.8s}.styles_heroTitle__okrPf{font-size:3rem;font-weight:700;margin-bottom:1.5rem;line-height:1.1}@media (min-width:768px){.styles_heroTitle__okrPf{font-size:4.5rem}}.styles_gradientText__gSilb{background:linear-gradient(to right,var(--color-primary-light),var(--color-secondary));-webkit-background-clip:text;background-clip:text;color:transparent;animation:styles_pulse__SueSz 2s ease-in-out infinite}.styles_heroSubtitle__DRZlQ{font-size:1.25rem;color:var(--color-text-secondary);margin-bottom:2rem;max-width:48rem;margin-left:auto;margin-right:auto;line-height:1.6}@media (min-width:768px){.styles_heroSubtitle__DRZlQ{font-size:1.5rem}}.styles_ctaButtons__S_Nj4{display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center;margin-bottom:4rem}@media (min-width:640px){.styles_ctaButtons__S_Nj4{flex-direction:row}}.styles_primaryBtn__ZtU3r{display:flex;align-items:center;gap:.75rem;background:linear-gradient(to right,var(--color-primary),var(--color-secondary));padding:1rem 2rem;border-radius:var(--border-radius-full);font-weight:600;font-size:1.125rem;border:none;color:var(--color-text);cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.styles_primaryBtn__ZtU3r:hover{transform:scale(1.05);box-shadow:0 20px 25px -5px rgba(59,130,246,.25)}.styles_secondaryBtn__DOyzL{display:flex;align-items:center;gap:.75rem;border:2px solid var(--color-border);background:transparent;padding:1rem 2rem;border-radius:var(--border-radius-full);font-weight:600;font-size:1.125rem;color:var(--color-text);cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.styles_secondaryBtn__DOyzL:hover{border-color:var(--color-text-secondary);transform:scale(1.05);background:rgba(255,255,255,.05)}.styles_arrowIcon__OKUUD,.styles_btnIcon__P2lKM{width:1.25rem;height:1.25rem}.styles_arrowIcon__OKUUD{transition:transform .3s ease}.styles_primaryBtn__ZtU3r:hover .styles_arrowIcon__OKUUD{transform:translateX(4px)}.styles_stats__rFt5b{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem;margin-bottom:4rem}@media (min-width:768px){.styles_stats__rFt5b{grid-template-columns:repeat(4,1fr)}}.styles_statCard__sC1wI{text-align:center;padding:1.5rem;background:var(--color-background-secondary);border-radius:var(--border-radius-lg);border:1px solid var(--color-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .3s ease}.styles_statCard__sC1wI:hover{transform:translateY(-5px);border-color:var(--color-primary);box-shadow:0 10px 25px -5px rgba(59,130,246,.1)}.styles_statNumber__A8ac3{font-size:1.6rem;font-weight:700;color:var(--color-primary);margin-bottom:.5rem}.styles_statLabel__FnIBq{color:var(--color-text-secondary);font-size:.875rem}.styles_features__9EmPd{background:var(--color-background-secondary)}.styles_features__9EmPd,.styles_section__bBMFk{position:relative;z-index:10;padding:5rem 1.5rem}.styles_section__bBMFk{background:#111926}.styles_section__bBMFk:nth-child(odd){background:var(--color-background-secondary)}.styles_sectionContainer__BwTqW{max-width:1200px;margin:0 auto}.styles_sectionHeader__a_0GF{text-align:center;margin-bottom:3rem}.styles_sectionTitle__m3vD2{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem}.styles_sectionSubtitle__XR02q{font-size:1.25rem;color:var(--color-text-secondary);max-width:650px;margin:0 auto;line-height:1.6}@media (min-width:768px){.styles_sectionTitle__m3vD2{font-size:2.5rem}}.styles_featuresGrid__jYimj{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media (min-width:640px){.styles_featuresGrid__jYimj{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.styles_featuresGrid__jYimj{grid-template-columns:repeat(4,1fr)}}.styles_featureCard__X1r_P{text-align:center;padding:2rem;background:var(--color-background-tertiary);border-radius:var(--border-radius-lg);border:1px solid var(--color-border);transition:all .3s ease;position:relative;overflow:hidden}.styles_featureCard__X1r_P:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:2px;background:linear-gradient(to right,var(--color-primary),var(--color-secondary));transition:left .5s ease}.styles_featureCard__X1r_P:hover:before{left:0}.styles_featureCard__X1r_P:hover{transform:translateY(-2px);border-color:var(--color-primary);box-shadow:0 20px 25px -5px rgba(59,130,246,.1)}.styles_featureIconContainer__CVqiM{display:flex;justify-content:center;align-items:center;width:4rem;height:4rem;background:var(--color-primary-transparent);border-radius:var(--border-radius-full);margin:0 auto 1.5rem}.styles_featureIcon__IY_qr{width:2rem;height:2rem;color:var(--color-primary)}.styles_featureTitle__oC2cS{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:var(--color-text)}.styles_featureDescription__zAUsw{color:var(--color-text-secondary);line-height:1.6}.styles_botsGrid__xkaIK{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media (min-width:640px){.styles_botsGrid__xkaIK{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.styles_botsGrid__xkaIK{grid-template-columns:repeat(4,1fr)}}.styles_botCard__RZYlA{text-align:center;padding:2rem;background:var(--color-background-tertiary);border-radius:var(--border-radius-lg);border:1px solid var(--color-border);transition:all .3s ease;position:relative;overflow:hidden}.styles_hoverGlow__HtJrp:hover{border-color:var(--color-primary);box-shadow:0 20px 25px -5px rgba(59,130,246,.1)}.styles_botIconWrapper__y7xT_{display:flex;justify-content:center;margin-bottom:1.5rem}.styles_botIcon__zT1IE{width:5rem;height:5rem;border-radius:50%;transition:transform .3s ease}.styles_botCard__RZYlA:hover .styles_botIcon__zT1IE{transform:scale(1.1)}.styles_botTitle__QHYPV{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:var(--color-text)}.styles_botDescription__1zkEp{color:var(--color-text-secondary);line-height:1.6;margin-bottom:1.5rem}.styles_botButton__gtcbp{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(to right,var(--color-primary),var(--color-secondary));color:var(--color-text);padding:.75rem 1.5rem;border-radius:var(--border-radius-full);font-weight:500;text-decoration:none;transition:all .3s ease}.styles_botButton__gtcbp:hover{transform:scale(1.05);box-shadow:0 10px 20px -5px rgba(59,130,246,.25)}.styles_faqContainer__Ci71H{max-width:800px;margin:0 auto}.styles_faqItem___eMJZ{border:1px solid var(--color-border);border-radius:var(--border-radius-lg);margin-bottom:1rem;background:var(--color-background-tertiary);overflow:hidden;transition:all .3s ease}.styles_faqItem___eMJZ:hover{border-color:var(--color-primary);box-shadow:0 4px 12px rgba(59,130,246,.1)}.styles_faqQuestion__acV9r{width:100%;padding:1.5rem 2rem;background:none;border:none;text-align:left;color:var(--color-text);font-size:1.125rem;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease;position:relative}.styles_faqQuestion__acV9r:hover{color:var(--color-primary)}.styles_faqIcon__v5AfZ{font-size:1.5rem;font-weight:300;transition:all .4s cubic-bezier(.4,0,.2,1);color:var(--color-text-secondary);min-width:24px;display:flex;align-items:center;justify-content:center}.styles_faqQuestionActive__bUY16 .styles_faqIcon__v5AfZ{transform:rotate(45deg)}.styles_faqAnswer__uht3L{opacity:0;max-height:0;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);transform:translateY(-10px)}.styles_faqAnswerShow__dAUtF{opacity:1;max-height:300px;padding:0 2rem 1.5rem;transform:translateY(0)}.styles_faqAnswer__uht3L p{color:var(--color-text-secondary);line-height:1.6;margin:0;font-size:1rem}.styles_faqItem___eMJZ.styles_opening__0pVxZ .styles_faqAnswer__uht3L{transition:all .5s cubic-bezier(.25,.46,.45,.94)}.styles_faqItem___eMJZ.styles_closing__PKN9h .styles_faqAnswer__uht3L{transition:all .3s cubic-bezier(.55,.055,.675,.19)}@media (max-width:640px){.styles_faqQuestion__acV9r{padding:1.25rem 1.5rem;font-size:1rem}.styles_faqAnswerShow__dAUtF{padding:0 1.5rem 1.25rem}.styles_faqAnswer__uht3L p{font-size:.95rem}}.styles_footer__yn14H{background:#161e28;border-top:1px solid #374151;padding:3rem 1.5rem 1rem;position:relative;z-index:10}.styles_footerContent__wPcpC{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media (min-width:640px){.styles_footerContent__wPcpC{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.styles_footerContent__wPcpC{grid-template-columns:repeat(4,1fr)}}.styles_footerSection__ZorL3{text-align:left}.styles_footerHeading__ymNz8{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:#ffffff}.styles_footerText__FN4T0{color:#bbc1cc;line-height:1.6;margin-bottom:1rem}.styles_footerLink__wQWnA{display:block;color:#bbc1cc;text-decoration:none;margin-bottom:.5rem;transition:all .3s ease;cursor:pointer}.styles_footerLink__wQWnA:hover{color:#60a5fa}.styles_footerBottom__S08Qe{max-width:1200px;padding-top:2rem;margin:2rem auto 0;border-top:1px solid #374151;text-align:center;color:#9ca3af;font-size:.875rem}@keyframes styles_float__D_UsG{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(180deg)}}@keyframes styles_wave__VHweK{0%,to{height:20px}50%{height:60px}}@keyframes styles_pulse__SueSz{0%,to{opacity:1}50%{opacity:.8}}@media (max-width:640px){.styles_hero__WDelu{padding-top:3rem;padding-left:1rem;padding-right:1rem}.styles_heroTitle__okrPf{font-size:2.5rem}.styles_heroSubtitle__DRZlQ{font-size:1.125rem}.styles_features__9EmPd,.styles_section__bBMFk{padding:3rem 1rem}.styles_sectionTitle__m3vD2{font-size:2rem}.styles_footer__yn14H{padding:2rem 1rem 1rem}}.styles_sr-only__Hnqsq{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.styles_footerHead__FndNJ{display:flex;align-items:center;justify-content:flex-start;gap:.75rem;margin-bottom:6px}.styles_footerHead__FndNJ .styles_footerHeading__ymNz8{margin-bottom:0}