.Navbar_navbar__2D84i{background:rgba(11,20,38,.95);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.1);color:var(--text-primary);padding:0 20px;position:sticky;top:0;z-index:1000;height:80px;display:flex;align-items:center}.Navbar_container__W2XK3{max-width:1200px;width:100%;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.Navbar_logo__mcPUC{height:100%;display:flex;align-items:center;cursor:pointer}.Navbar_logoImage__SZyJX{max-height:60px;width:auto}.Navbar_menuIcon__1vtsL{display:none;font-size:1.5rem;cursor:pointer;color:var(--electric-blue)}.Navbar_menu__cl_JS{display:flex;gap:20px}.Navbar_menu__cl_JS a{color:var(--text-secondary);text-decoration:none;font-size:1rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative}.Navbar_menu__cl_JS a:hover{color:var(--electric-blue)}.Navbar_menu__cl_JS a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--electric-blue);transition:width .3s ease}.Navbar_menu__cl_JS a:hover:after{width:100%}@media (max-width:768px){.Navbar_menuIcon__1vtsL{display:block}.Navbar_menu__cl_JS{display:none;flex-direction:column;position:fixed;top:0;left:0;width:100%;height:100vh;background:linear-gradient(135deg,var(--deep-navy) 0,var(--dark-gray) 100%);backdrop-filter:blur(20px);justify-content:center;align-items:center;z-index:999}.Navbar_menu__cl_JS.Navbar_active__fULQv{display:flex}.Navbar_menu__cl_JS a{font-size:1.5rem;margin:10px 0}}.Navbar_languageSwitcherContainer__GEHpI{margin-left:20px;display:flex;align-items:center}.LanguageSwitcher_languageSwitcher__ySpU3{position:relative;display:inline-block}.LanguageSwitcher_switcherButton__0VUEy{display:flex;align-items:center;gap:8px;padding:8px 12px;background:transparent;border:none;cursor:pointer;color:#333;font-size:1rem;transition:all .3s ease}.LanguageSwitcher_switcherButton__0VUEy:hover{color:#007bff}.LanguageSwitcher_currentLang__f07aw,.LanguageSwitcher_globeIcon___e6ca{font-size:1.2rem}.LanguageSwitcher_dropdown__8RQHo{position:absolute;top:100%;right:0;background:white;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1);padding:8px 0;min-width:150px;z-index:1000;margin-top:8px}.LanguageSwitcher_langOption__GA6Ri{display:flex;align-items:center;gap:8px;padding:8px 16px;width:100%;border:none;background:transparent;cursor:pointer;text-align:left;transition:background-color .2s ease}.LanguageSwitcher_langOption__GA6Ri:hover{background-color:#f5f5f5}.LanguageSwitcher_langOption__GA6Ri.LanguageSwitcher_active__623Ae{background-color:#e9ecef;color:#007bff}.LanguageSwitcher_flag__YWNQN{font-size:1.2rem}.LanguageSwitcher_langName__ysLlx{font-size:.9rem}.HeroSection_heroSection__v2Lxh{position:relative;width:100%;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,var(--deep-navy) 0,var(--dark-gray) 100%);padding:16px}.HeroSection_backgroundVideo__phyp0{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;filter:blur(8px);opacity:.3;z-index:-1}.HeroSection_content__Z5zax{display:flex;flex-direction:column;align-items:center;z-index:1;color:var(--text-primary);width:100%;max-width:1200px;padding:32px 24px;background:rgba(255,255,255,.05);backdrop-filter:blur(20px);border-radius:24px;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px rgba(11,20,38,.8)}@media (min-width:768px){.HeroSection_content__Z5zax{flex-direction:row;padding:48px}}.HeroSection_logoContainer__XjPO6{margin-bottom:24px;display:flex;justify-content:center}@media (min-width:768px){.HeroSection_logoContainer__XjPO6{margin-right:48px;margin-bottom:0;justify-content:flex-start}}.HeroSection_logo__nOvbI{width:120px;height:auto;transition:transform .3s ease}.HeroSection_logo__nOvbI:hover{transform:scale(1.05)}@media (min-width:768px){.HeroSection_logo__nOvbI{width:150px}}.HeroSection_textContainer___hiC_{text-align:center;width:100%;max-width:600px}@media (min-width:768px){.HeroSection_textContainer___hiC_{text-align:right}}.HeroSection_title__KhsSj{font-size:2.5rem;margin-bottom:16px;font-weight:700;letter-spacing:-.02em;line-height:1.1;background:linear-gradient(135deg,var(--electric-blue) 0,var(--pure-white) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (min-width:768px){.HeroSection_title__KhsSj{font-size:3.5rem;margin-bottom:24px}}.HeroSection_description__6I3mv{font-size:1.125rem;margin-bottom:24px;color:var(--text-secondary);line-height:1.6;opacity:.9}@media (min-width:768px){.HeroSection_description__6I3mv{font-size:1.25rem;margin-bottom:32px}}.HeroSection_ctaButton__UKzAx{background:linear-gradient(135deg,var(--electric-blue) 0,var(--deep-navy) 100%);color:var(--pure-white);padding:16px 32px;font-size:1rem;border:none;border-radius:8px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-weight:600;outline:none;width:100%;max-width:280px;box-shadow:0 4px 12px rgba(0,212,255,.3)}.HeroSection_ctaButton__UKzAx:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,212,255,.4)}.HeroSection_ctaButton__UKzAx:active{transform:translateY(0);box-shadow:0 4px 12px rgba(0,212,255,.3)}@media (min-width:768px){.HeroSection_ctaButton__UKzAx{font-size:1.1rem;width:auto;max-width:none}}.AboutSection_aboutSection__Bve7O{background:var(--bg-level-1);color:var(--text-primary);padding:100px 20px;text-align:center}.AboutSection_title__OZcVO{font-size:2.5rem;margin-bottom:60px;font-weight:600;letter-spacing:-.01em;line-height:1.2;background:linear-gradient(135deg,var(--electric-blue) 0,var(--pure-white) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.AboutSection_columns__eiPAc{display:flex;justify-content:space-between;gap:40px;max-width:1200px;margin:0 auto}.AboutSection_column__JQMy1{flex:1;background:rgba(255,255,255,.03);padding:32px 24px;border-radius:16px;border:1px solid rgba(255,255,255,.08);text-align:center}.AboutSection_column__JQMy1 h3{font-size:1.25rem;margin-bottom:16px;font-weight:600;line-height:1.4;color:var(--electric-blue)}.AboutSection_column__JQMy1 p{font-size:1rem;color:var(--text-secondary);line-height:1.5}.FeaturesSection_featuresSection__NEo3Y{position:relative;width:100%;min-height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--bg-level-0)}.FeaturesSection_backgroundImage__Os8LY{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/old-features-bg.png);background-size:cover;background-position:50%;opacity:.1;z-index:-1}.FeaturesSection_content__jIKDQ{position:relative;z-index:1;text-align:center;padding:100px 20px;width:100%}.FeaturesSection_title__5g18v{font-size:2.5rem;margin-bottom:60px;font-weight:600;letter-spacing:-.01em;line-height:1.2;background:linear-gradient(135deg,var(--electric-blue) 0,var(--pure-white) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.FeaturesSection_grid__d35pG{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;max-width:1200px;margin:0 auto}.FeaturesSection_card__eoVuP{position:relative;background-size:cover;background-position:50%;border-radius:16px;overflow:hidden;padding:32px 24px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;min-height:300px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(255,255,255,.1)}.FeaturesSection_overlay__hFWLK{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(30,41,59,.9);backdrop-filter:blur(10px);z-index:1}.FeaturesSection_cardTitle__DtkBL{font-size:1.25rem;font-weight:600;line-height:1.4;color:var(--electric-blue);z-index:2;margin-bottom:12px}.FeaturesSection_cardSubtitle__fmibk{font-size:1rem;color:var(--text-secondary);z-index:2;line-height:1.5}.AnimatedCounters_section__q8zLE{background:var(--bg-level-1);color:var(--text-primary);padding:80px 20px;text-align:center}.AnimatedCounters_container__COCOF{max-width:1200px;margin:0 auto;display:flex;justify-content:space-around;flex-wrap:wrap;gap:48px;padding:48px 24px}.AnimatedCounters_heading__dcSCg{font-size:2.5rem;font-weight:600;margin-bottom:48px;letter-spacing:-.01em;line-height:1.2;background:linear-gradient(135deg,var(--electric-blue) 0,var(--pure-white) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.AnimatedCounters_counter__arn6c{display:flex;flex-direction:column;align-items:center;opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:32px 24px;min-width:200px}.AnimatedCounters_counter__arn6c.AnimatedCounters_animate__wOCzQ{opacity:1;transform:translateY(0)}.AnimatedCounters_number__zPqT_{font-size:3.5rem;font-weight:700;color:var(--emerald-green);font-family:JetBrains Mono,Monaco,Courier New,monospace;margin-bottom:12px;text-shadow:0 0 20px rgba(16,185,129,.5)}.AnimatedCounters_label__2JUap{font-size:1rem;color:var(--text-secondary);text-align:center;max-width:200px;font-weight:500}@media (max-width:768px){.AnimatedCounters_container__COCOF{gap:30px;padding:20px}.AnimatedCounters_number__zPqT_{font-size:2.5rem}.AnimatedCounters_label__2JUap{font-size:1rem}}.ShuffleHero_section__pv4RT{width:100%;padding:80px 20px;display:grid;grid-template-columns:1fr;gap:48px;max-width:1200px;margin:0 auto;background:var(--bg-level-0)}@media (min-width:768px){.ShuffleHero_section__pv4RT{grid-template-columns:1fr 1fr}}.ShuffleHero_content__n0wpV{text-align:left}.ShuffleHero_subtitle__RgsGs{display:block;margin-bottom:16px;font-size:.875rem;font-weight:600;color:var(--electric-blue);text-transform:uppercase;letter-spacing:.1em}.ShuffleHero_title__gMIOL{font-size:2.5rem;font-weight:600;letter-spacing:-.01em;line-height:1.2;background:linear-gradient(135deg,var(--electric-blue) 0,var(--pure-white) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:20px}@media (min-width:768px){.ShuffleHero_title__gMIOL{font-size:3rem}}.ShuffleHero_description__S2jzb{font-size:1.125rem;color:var(--text-secondary);margin-bottom:32px;line-height:1.6}.ShuffleHero_button__UwPer{background:linear-gradient(135deg,var(--electric-blue) 0,var(--deep-navy) 100%);color:var(--pure-white);font-weight:600;padding:16px 32px;border:none;border-radius:8px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px rgba(0,212,255,.3)}.ShuffleHero_button__UwPer:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,212,255,.4)}.ShuffleHero_button__UwPer:active{transform:translateY(0);box-shadow:0 4px 12px rgba(0,212,255,.3)}.ShuffleHero_grid__0ZoRP{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(4,1fr);gap:8px;height:450px}.ShuffleHero_square__Bftrz{width:100%;height:100%;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.1);transition:all .3s cubic-bezier(.4,0,.2,1)}.ShuffleHero_square__Bftrz:hover{transform:scale(1.02);border-color:var(--electric-blue);box-shadow:0 4px 12px rgba(0,212,255,.2)}.TextParallaxContent_container__Savww{background:var(--bg-level-0);color:var(--text-primary)}.TextParallaxContent_parallaxContainer__Io42d{position:relative;height:150vh}.TextParallaxContent_stickyImage__KhrRR{position:sticky;z-index:0;overflow:hidden;border-radius:24px;border:1px solid rgba(255,255,255,.1)}.TextParallaxContent_imageOverlay__H9p3d{position:absolute;inset:0;background:linear-gradient(135deg,rgba(11,20,38,.8),rgba(30,41,59,.6));backdrop-filter:blur(2px)}.TextParallaxContent_overlayCopy__Dhr1q{position:absolute;left:0;top:0;width:100%;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--text-primary)}.TextParallaxContent_subheading__Snpho{font-size:1.125rem;margin-bottom:1rem;color:var(--electric-blue);font-weight:600;text-transform:uppercase;letter-spacing:.1em}.TextParallaxContent_heading__BSYtY{font-size:2.5rem;font-weight:600;letter-spacing:-.01em;line-height:1.2;background:linear-gradient(135deg,var(--electric-blue) 0,var(--pure-white) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.TextParallaxContent_exampleContent__MEC0P{max-width:1200px;margin:0 auto;padding:48px 16px;display:grid;grid-template-columns:1fr;gap:32px}@media (min-width:768px){.TextParallaxContent_exampleContent__MEC0P{grid-template-columns:repeat(12,1fr)}}.TextParallaxContent_contentHeading__PaSOD{font-size:1.75rem;font-weight:600;line-height:1.3;color:var(--electric-blue)}@media (min-width:768px){.TextParallaxContent_contentHeading__PaSOD{grid-column:span 4}}.TextParallaxContent_contentText__qioSa{font-size:1.125rem;color:var(--text-secondary)}@media (min-width:768px){.TextParallaxContent_contentText__qioSa{grid-column:span 8}}.TextParallaxContent_paragraph__xcDA7{margin-bottom:1.5rem;line-height:1.6}.TextParallaxContent_learnMoreButton__6C9ai{background:transparent;color:var(--electric-blue);border:2px solid var(--electric-blue);font-weight:600;padding:14px 30px;border-radius:8px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.TextParallaxContent_learnMoreButton__6C9ai:hover{background:var(--electric-blue);color:var(--pure-white);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,212,255,.3)}.TextParallaxContent_learnMoreButton__6C9ai:active{transform:translateY(0)}.Footer_footer__o4_Ec{background:var(--charcoal);border-top:1px solid rgba(255,255,255,.1);color:var(--text-primary);padding:48px 20px;text-align:center}.Footer_container__Mn8SS{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:24px}.Footer_socialIcons__0DtsI{display:flex;gap:24px}.Footer_icon__LpgAQ{font-size:24px;color:var(--text-secondary);transition:all .3s cubic-bezier(.4,0,.2,1)}.Footer_icon__LpgAQ:hover{color:var(--electric-blue);transform:translateY(-2px)}.Footer_links__xHnvg{display:flex;gap:24px;flex-wrap:wrap;justify-content:center}.Footer_link__wHCdx{color:var(--text-secondary);text-decoration:none;font-size:1rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.Footer_link__wHCdx:hover{color:var(--electric-blue)}.Footer_link__wHCdx:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--electric-blue);transition:width .3s ease}.Footer_link__wHCdx:hover:after{width:100%}.Footer_copyright__sqw0C{font-size:.875rem;color:var(--text-tertiary);margin-top:24px}