.page_page__ZU32B{min-height:100vh;display:flex;flex-direction:column}.page_header__kVzhN{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:rgba(11,11,41,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:-webkit-sticky;position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(255,255,255,.1)}.page_logo__7fc9l{font-family:var(--font-secondary);font-size:1.5rem;font-weight:700;color:var(--text-white)}.page_nav__zpG_3{display:flex;gap:2rem}.page_nav__zpG_3 a{color:var(--text-white);font-weight:500;transition:color .3s ease}.page_nav__zpG_3 a:hover{color:var(--secondary-orange)}.page_main__GlU4n{flex:1 1;display:flex;flex-direction:column}.page_hero__SKW6o{display:flex;flex-direction:column;align-items:center;text-align:center;padding:5rem 2rem;background:linear-gradient(135deg,var(--bg-dark) 0,#151538 100%);min-height:80vh;justify-content:center}.page_heroContent__2lPR8 h1{font-size:3.5rem;margin-bottom:1.5rem;background:linear-gradient(90deg,#fff,#a0a0ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.page_heroContent__2lPR8 p{font-size:1.25rem;color:var(--text-gray-light);margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}.page_btnPrimary__2McYJ{background:var(--primary-blue);color:white;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:transform .2s,box-shadow .2s}.page_btnPrimary__2McYJ:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(27,82,200,.4)}.page_heroImage__Q6NCQ{margin-top:4rem;width:100%;max-width:800px;border-radius:12px;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,.5)}.page_footer__sHKi3{text-align:center;padding:2rem;border-top:1px solid rgba(255,255,255,.05);color:var(--text-gray-light)}@media (min-width:768px){.page_heroContent__2lPR8 h1{font-size:4.5rem}}.AudioSection_section__LYjFv{padding:7rem 0;position:relative;overflow:hidden;background:linear-gradient(160deg,rgba(11,11,41,.97),rgba(46,0,112,.92) 50%,rgba(68,0,165,.85)),url(/assets/header-bg.png);background-size:cover;background-position:center 70%}.AudioSection_section__LYjFv:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,132,40,.4),transparent);pointer-events:none}.AudioSection_section__LYjFv:after{content:"";position:absolute;bottom:-15%;left:-10%;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(68,0,165,.35) 0,transparent 70%);pointer-events:none;z-index:0}.AudioSection_container__2dASb{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1.1fr;grid-gap:5rem;gap:5rem;align-items:center}.AudioSection_audioColumn__60dSq,.AudioSection_playerCard__25XaQ{display:flex;flex-direction:column;align-items:center}.AudioSection_playerCard__25XaQ{background:rgba(255,255,255,.04);border-radius:28px;padding:3.5rem 3rem;text-align:center;border:1px solid rgba(255,255,255,.09);animation:AudioSection_btnFloat__sr4VV 3.5s ease-in-out infinite;animation-delay:1.5s;gap:2rem;width:100%;position:relative;box-shadow:0 20px 50px rgba(0,0,0,.4)}.AudioSection_waveVisual__ByQdz{display:flex;gap:7px;height:70px;align-items:center;padding:0 .5rem}.AudioSection_bar___kc8T{display:block;width:6px;background:#ff8428;border-radius:6px;animation:AudioSection_pulse__9gorJ 1s ease-in-out infinite;animation-play-state:paused;transform-origin:bottom center;will-change:transform}.AudioSection_playing__q10Zt .AudioSection_bar___kc8T{animation-play-state:running}@keyframes AudioSection_pulse__9gorJ{0%,to{transform:scaleY(1);opacity:.7}50%{transform:scaleY(2.8);opacity:1}}.AudioSection_bar___kc8T:first-child{height:18px;animation-duration:.7s;animation-delay:0s}.AudioSection_bar___kc8T:nth-child(2){height:36px;animation-duration:1s;animation-delay:.08s}.AudioSection_bar___kc8T:nth-child(3){height:58px;animation-duration:1.2s;animation-delay:.16s}.AudioSection_bar___kc8T:nth-child(4){height:44px;animation-duration:.9s;animation-delay:.24s}.AudioSection_bar___kc8T:nth-child(5){height:26px;animation-duration:1.1s;animation-delay:.32s}.AudioSection_bar___kc8T:nth-child(6){height:52px;animation-duration:.85s;animation-delay:.4s}.AudioSection_bar___kc8T:nth-child(7){height:66px;animation-duration:1.3s;animation-delay:.48s}.AudioSection_bar___kc8T:nth-child(8){height:40px;animation-duration:.95s;animation-delay:.56s}.AudioSection_bar___kc8T:nth-child(9){height:28px;animation-duration:1.05s;animation-delay:.64s}.AudioSection_bar___kc8T:nth-child(10){height:50px;animation-duration:.8s;animation-delay:.72s}.AudioSection_bar___kc8T:nth-child(11){height:34px;animation-duration:1.15s;animation-delay:.8s}.AudioSection_bar___kc8T:nth-child(12){height:20px;animation-duration:.75s;animation-delay:.88s}.AudioSection_playText__Ib2zX{font-family:var(--font-tertiary);font-size:1rem;font-weight:600;color:rgba(255,255,255,.6);letter-spacing:.08em;text-transform:uppercase}.AudioSection_playButton__If6XH{width:80px;height:80px;background:var(--secondary-orange);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:white;cursor:pointer;box-shadow:0 8px 24px rgba(255,132,40,.4);transition:transform .2s ease;will-change:transform;position:relative}.AudioSection_playButton__If6XH.AudioSection_playing__q10Zt:after{content:"";position:absolute;inset:-8px;border-radius:50%;border:2px solid rgba(255,132,40,.4);animation:AudioSection_ring-pulse__3KbF7 1.5s ease-out infinite}@keyframes AudioSection_ring-pulse__3KbF7{0%{transform:scale(1);opacity:1}to{transform:scale(1.5);opacity:0}}.AudioSection_playButton__If6XH:hover{transform:scale(1.1);box-shadow:0 10px 30px rgba(255,132,40,.5)}.AudioSection_playButton__If6XH:focus-visible{outline:3px solid rgba(255,132,40,.6);outline-offset:4px}.AudioSection_textColumn__aMWAS{display:flex;flex-direction:column;align-items:flex-start}.AudioSection_eyebrow__CoLnP{font-family:var(--font-tertiary);font-size:.78rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:var(--secondary-orange);margin-bottom:1.25rem;display:flex;align-items:center;gap:.6rem}.AudioSection_eyebrow__CoLnP:before{content:"";display:inline-block;width:26px;height:2px;background:var(--secondary-orange);border-radius:2px;flex-shrink:0}.AudioSection_title__xNAtW{font-family:var(--font-primary);font-size:clamp(2rem,3.5vw,2.8rem);font-weight:700;color:var(--text-white);margin-bottom:1.5rem;line-height:1.12;letter-spacing:-.02em}.AudioSection_highlight__I9_7h{color:var(--secondary-orange)}.AudioSection_description__lB2qL{font-family:var(--font-tertiary);font-size:1.05rem;color:rgba(224,224,224,.78);margin-bottom:2.5rem;max-width:480px;line-height:1.75}@keyframes AudioSection_btnFloat__sr4VV{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}.AudioSection_ctaBtn__raa78{background:transparent;color:var(--secondary-orange);border:2px solid var(--secondary-orange);padding:.9rem 2.25rem;font-family:var(--font-primary);font-weight:600;font-size:1rem;border-radius:50px;cursor:pointer;transition:background .3s ease,color .3s ease,box-shadow .3s ease;text-decoration:none;animation:none;display:inline-flex;align-items:center;letter-spacing:.01em}.AudioSection_ctaBtn__raa78:hover{background:var(--secondary-orange);color:white;box-shadow:0 8px 25px rgba(255,132,40,.4);animation-play-state:paused}.AudioSection_ctaBtn__raa78:focus-visible{outline:3px solid rgba(255,132,40,.6);outline-offset:3px}.AudioSection_ctaBtnMobile__vZ8KH{display:none}@media (prefers-reduced-motion:reduce){.AudioSection_bar___kc8T,.AudioSection_playButton__If6XH.AudioSection_playing__q10Zt:after{animation:none}}@media (max-width:900px){.AudioSection_section__LYjFv{padding:5rem 0}.AudioSection_container__2dASb{grid-template-columns:1fr;gap:3rem;text-align:center}.AudioSection_audioColumn__60dSq{order:2}.AudioSection_textColumn__aMWAS{order:1;align-items:center}.AudioSection_eyebrow__CoLnP{justify-content:center}.AudioSection_description__lB2qL{margin-left:auto;margin-right:auto}.AudioSection_ctaBtnDesktop__kYvqd{display:none}.AudioSection_ctaBtnMobile__vZ8KH{display:inline-flex;text-decoration:none;justify-self:center;order:3}.AudioSection_playerCard__25XaQ{max-width:400px}}@keyframes Features_bgZoom__BN8Ic{0%{background-size:100% auto}to{background-size:125% auto}}.Features_features__BKSD2{padding:6rem 0;position:relative;overflow:hidden;background:linear-gradient(rgba(11,11,41,.92),rgba(68,0,165,.82)),url(/assets/header-bg.png);background-size:100% auto;background-position:50%;animation:Features_bgZoom__BN8Ic 10s ease-in-out infinite alternate}.Features_features__BKSD2:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:60%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,132,40,.5),transparent);pointer-events:none}.Features_sectionHeader__UDqYO{text-align:center;margin-bottom:4rem}.Features_sectionEyebrow__d79C_{font-family:var(--font-tertiary);font-size:.78rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:var(--secondary-orange);margin-bottom:1rem;display:flex;align-items:center;justify-content:center;gap:.75rem}.Features_sectionEyebrow__d79C_:after,.Features_sectionEyebrow__d79C_:before{content:"";display:inline-block;width:32px;height:1px;background:rgba(255,132,40,.6)}.Features_sectionTitle__9V871{font-family:var(--font-primary);font-size:clamp(1.8rem,3vw,2.4rem);font-weight:700;color:var(--text-white);letter-spacing:-.02em}.Features_container__1lgDJ{max-width:1200px;margin:0 auto;padding:0 2rem}.Features_grid__1jM5e{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.Features_card__byPrq{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:2.25rem 2.25rem 2rem;transition:transform .12s ease-out,border-color .12s ease-out,box-shadow .12s ease-out;display:flex;flex-direction:column;align-items:flex-start;position:relative;overflow:hidden;transform-style:preserve-3d;will-change:transform}.Features_card__byPrq:before{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(circle at var(--mx,50%) var(--my,50%),rgba(255,255,255,.08) 0,transparent 65%);opacity:0;transition:opacity .2s ease;pointer-events:none;z-index:1}.Features_card__byPrq:hover:before{opacity:1}.Features_cardNumber___9eH0{font-family:var(--font-secondary);font-size:5rem;font-weight:700;color:rgba(255,255,255,.07);position:absolute;right:.5rem;bottom:-.75rem;line-height:1;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.Features_card__byPrq:hover{border-color:rgba(255,132,40,.45);box-shadow:0 20px 40px rgba(0,0,0,.35),0 0 20px rgba(255,132,40,.08)}.Features_iconWrapper__fvH59{width:58px;height:58px;background:var(--secondary-orange);border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:white;flex-shrink:0}.Features_iconSvg__QFEI_{width:30px;height:30px}.Features_title__Au9eS{font-family:var(--font-primary);color:var(--text-white);font-size:1.35rem;font-weight:600;margin-bottom:.85rem;letter-spacing:-.01em}.Features_description__rCyjj{color:rgba(224,224,224,.78);font-size:.95rem;line-height:1.7;font-family:var(--font-tertiary)}.Features_fromLeft__aVSVW.Features_reveal-item__o6Ak6{-webkit-clip-path:inset(0 100% 0 0 round 12px);clip-path:inset(0 100% 0 0 round 12px);transform:none}.Features_fromBottom__z_EWz.Features_reveal-item__o6Ak6{-webkit-clip-path:inset(0 0 100% 0 round 12px);clip-path:inset(0 0 100% 0 round 12px);transform:none}.Features_fromRight__p_BCF.Features_reveal-item__o6Ak6{-webkit-clip-path:inset(0 0 0 100% round 12px);clip-path:inset(0 0 0 100% round 12px);transform:none}.Features_revealed__FlkS7 .Features_fromBottom__z_EWz,.Features_revealed__FlkS7 .Features_fromLeft__aVSVW,.Features_revealed__FlkS7 .Features_fromRight__p_BCF{-webkit-clip-path:none;clip-path:none;transform:none!important}@media (prefers-reduced-motion:reduce){.Features_card__byPrq{transition:none}.Features_card__byPrq:hover{transform:none}.Features_fromBottom__z_EWz.Features_reveal-item__o6Ak6,.Features_fromLeft__aVSVW.Features_reveal-item__o6Ak6,.Features_fromRight__p_BCF.Features_reveal-item__o6Ak6{-webkit-clip-path:none;clip-path:none;transform:none}}@media (max-width:900px){.Features_grid__1jM5e{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.Features_grid__1jM5e{grid-template-columns:1fr}.Features_card__byPrq:first-child{grid-column:span 1}}.Footer_footer__UaG1g{background:linear-gradient(180deg,#4400a5,#2a0870 40%,#14052b);padding-top:5rem;border-top:none;scroll-margin-top:100px}.Footer_container__Z8cUU{max-width:1200px;margin:0 auto;padding:0 2rem}.Footer_topSection__GlfG1{display:grid;grid-template-columns:1.5fr 1fr 1fr;grid-gap:4rem;gap:4rem;padding-bottom:4rem}.Footer_logoWrapper__Ph27e{margin-bottom:1rem}.Footer_logoWrapper__Ph27e img{display:block}.Footer_brandColumn__nh9jZ{display:flex;flex-direction:column;align-items:center;text-align:center}.Footer_tagline__EtMBR{color:var(--text-gray-light);line-height:1.6;max-width:300px;font-size:1.25rem}.Footer_columnTitle__YcE5F{font-size:1.25rem;color:var(--text-white);margin-bottom:1.5rem;font-family:var(--font-secondary)}.Footer_contactList__4NX6j{list-style:none;display:flex;flex-direction:column;gap:1rem}.Footer_contactList__4NX6j li{display:flex;align-items:center;gap:.8rem;color:var(--text-gray-light);font-size:1.15rem}.Footer_icon__Tm5yK{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.Footer_socialLink__VOPU_{color:var(--text-white);background:var(--primary-blue);padding:.5rem 1.5rem;border-radius:50px;font-size:.9rem;transition:background .2s;display:flex;align-items:center;gap:.8rem;width:-moz-fit-content;width:fit-content}.Footer_socialLink__VOPU_:hover{background:var(--secondary-orange)}.Footer_socialColumn__2Qsxi,.Footer_socialLinks__QXggH{display:flex;flex-direction:column}.Footer_socialLinks__QXggH{gap:1rem}.Footer_bottomSection__VKhs6{border-top:1px solid rgba(255,255,255,.05);padding:2rem 0;text-align:center;color:rgba(255,255,255,.4);font-size:.9rem}.Footer_legalLinks__ABuv_{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1rem;flex-wrap:wrap}.Footer_legalLink__VU9ur{color:rgba(255,255,255,.7);font-size:.9rem;transition:color .2s}.Footer_legalLink__VU9ur:hover{color:var(--secondary-orange)}@media (max-width:768px){.Footer_topSection__GlfG1{grid-template-columns:1fr;gap:3rem;text-align:center}.Footer_contactList__4NX6j li{justify-content:center}.Footer_socialColumn__2Qsxi,.Footer_socialLinks__QXggH{align-items:center}}@keyframes Hero_bgZoom__oOY3c{0%{background-size:100% auto}to{background-size:125% auto}}.Hero_hero__T3Fr4{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,rgba(11,11,41,.96),rgba(68,0,165,.88) 60%,rgba(11,11,41,.95)),url(/assets/header-bg.png);background-size:100% auto;background-position:50%;animation:Hero_bgZoom__oOY3c 8s ease-in-out infinite alternate}.Hero_hero__T3Fr4:before{content:"";position:absolute;right:5%;top:50%;transform:translateY(-50%);width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(68,0,165,.45) 0,rgba(255,132,40,.08) 55%,transparent 75%);pointer-events:none;z-index:0}.Hero_container__jw8AP{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:7rem 2rem 6rem;display:grid;grid-template-columns:1.1fr .9fr;grid-gap:3rem;gap:3rem;align-items:center;width:100%}.Hero_content__9ypWn{display:flex;flex-direction:column;align-items:flex-start}.Hero_logoWrapper__H1keM{margin-bottom:2.5rem;display:flex;align-items:center;gap:.75rem}.Hero_eyebrow__0ZXf3{font-family:var(--font-tertiary);font-size:.8rem;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:var(--secondary-orange);opacity:.9;margin-bottom:1.25rem;display:flex;align-items:center;gap:.6rem}.Hero_eyebrow__0ZXf3:before{content:"";display:inline-block;width:28px;height:2px;background:var(--secondary-orange);border-radius:2px;flex-shrink:0}.Hero_title__Bn2TU{font-family:var(--font-primary);font-size:clamp(2.6rem,4.5vw,4rem);font-weight:700;line-height:1.08;margin-bottom:1.75rem;color:var(--text-white);letter-spacing:-.02em}.Hero_highlight___Cwgz{color:var(--secondary-orange);position:relative;display:inline-block}.Hero_subtitle__lkRtQ{font-family:var(--font-tertiary);font-size:1.15rem;font-weight:400;color:rgba(224,224,224,.8);margin-bottom:3rem;max-width:460px;line-height:1.7}.Hero_actions__LI5fP{display:flex;gap:1rem;align-items:center}@keyframes Hero_btnFloat__8iaaA{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}.Hero_primaryBtn__LhOSb{background-color:var(--secondary-orange);color:white;border:none;padding:1rem 2.25rem;font-family:var(--font-primary);font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 30px rgba(255,132,40,.45);text-decoration:none;display:inline-flex;align-items:center;letter-spacing:.01em;animation:Hero_btnFloat__8iaaA 3s ease-in-out infinite}.Hero_primaryBtn__LhOSb:hover{background-color:#e57624;box-shadow:0 10px 35px rgba(255,132,40,.6);animation-play-state:paused}.Hero_primaryBtn__LhOSb:focus-visible{outline:3px solid var(--secondary-orange);outline-offset:3px}.Hero_visual__zg0z0{position:relative;display:flex;align-items:center;justify-content:center}@keyframes Hero_orbitSpin__Z_lYb{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes Hero_orbitSpinReverse__VFK_h{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}.Hero_orbitRing__yws2D{position:absolute;border-radius:50%;pointer-events:none}.Hero_orbitRing__yws2D:first-child{width:420px;height:420px;border:1.5px solid rgba(68,0,165,.7);box-shadow:0 0 0 0 transparent;animation:Hero_orbitSpin__Z_lYb 12s linear infinite}.Hero_orbitRing__yws2D:first-child:after{content:"";position:absolute;top:-4px;left:50%;transform:translateX(-50%);width:8px;height:8px;border-radius:50%;background:var(--secondary-orange);box-shadow:0 0 10px 3px rgba(255,132,40,.7)}.Hero_orbitRing__yws2D:nth-child(2){width:530px;height:530px;border:1px dashed rgba(255,132,40,.3);animation:Hero_orbitSpinReverse__VFK_h 20s linear infinite}.Hero_orbitRing__yws2D:nth-child(2):after{content:"";position:absolute;bottom:-4px;left:50%;transform:translateX(-50%);width:6px;height:6px;border-radius:50%;background:rgba(68,0,165,.9);box-shadow:0 0 8px 2px rgba(68,0,165,.8)}.Hero_orbitRing__yws2D:nth-child(3){width:640px;height:640px;border:1px solid rgba(255,255,255,.06);animation:Hero_orbitSpin__Z_lYb 35s linear infinite}.Hero_imageWrapper__s2c7t{position:relative;width:390px;height:390px;z-index:1}.Hero_frame__AzqNN{position:absolute;top:20px;left:20px;width:100%;height:100%;border:2px solid var(--accent-purple);border-radius:20px;z-index:0;opacity:.5}.Hero_heroImage__hzgRk{position:absolute;inset:0;background-size:contain;background-position:50%;background-repeat:no-repeat;border-radius:20px;z-index:1}@media (max-width:1024px){.Hero_orbitRing__yws2D:nth-child(2){width:440px;height:440px}.Hero_orbitRing__yws2D:nth-child(3){width:540px;height:540px}}@media (max-width:968px){.Hero_hero__T3Fr4{min-height:auto}.Hero_container__jw8AP{grid-template-columns:1fr;text-align:center;padding:6rem 1.5rem 4rem;gap:3rem}.Hero_content__9ypWn{align-items:center}.Hero_eyebrow__0ZXf3{justify-content:center}.Hero_subtitle__lkRtQ{margin-left:auto;margin-right:auto}.Hero_actions__LI5fP,.Hero_visual__zg0z0{justify-content:center}.Hero_imageWrapper__s2c7t{width:280px;height:280px}.Hero_orbitRing__yws2D:first-child{width:300px;height:300px}.Hero_orbitRing__yws2D:nth-child(2){width:370px;height:370px}.Hero_orbitRing__yws2D:nth-child(3){display:none}}.Navbar_navbar__fk_p7{position:-webkit-sticky;position:sticky;top:0;z-index:1000;background-color:#ffffff;background-image:none;box-shadow:0 2px 10px rgba(0,0,0,.1);padding:1rem 0}.Navbar_container__R6vwY{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.Navbar_logo__UM0Ax{font-family:var(--font-secondary);font-size:1.5rem;font-weight:700;color:var(--text-white);cursor:pointer;letter-spacing:-.5px}.Navbar_links__lFeE5{display:flex;gap:2.5rem;align-items:center}.Navbar_link__9Nm3x{color:var(--accent-purple);font-family:var(--font-primary);font-weight:600;font-size:1rem;transition:color .2s ease;position:relative}.Navbar_link__9Nm3x:hover{color:var(--secondary-orange)}.Navbar_link__9Nm3x:after{content:"";position:absolute;width:0;height:2px;bottom:-4px;left:0;background-color:var(--secondary-orange);transition:width .3s ease}.Navbar_link__9Nm3x:hover:after{width:100%}.Navbar_mobileMenu__g3FB_{display:none}.Navbar_hamburger__b7KpD{font-size:1.5rem;cursor:pointer}.Navbar_loginButton__NLtgw{background:var(--accent-purple);color:white;padding:.5rem 1.25rem;border-radius:50px;font-size:.95rem;font-weight:600;transition:all .3s ease;text-decoration:none;border:1px solid transparent}.Navbar_loginButton__NLtgw:hover{background:transparent;color:var(--accent-purple);border:1px solid var(--accent-purple);transform:translateY(-2px)}@media (max-width:768px){.Navbar_links__lFeE5{display:none}.Navbar_mobileMenu__g3FB_{display:block}}.SectionDivider_divider__S_iVr{position:relative;width:100%;height:1px;overflow:visible;pointer-events:none;z-index:10}.SectionDivider_line__1pVh2{position:absolute;inset:0;background:linear-gradient(90deg,transparent 0,var(--div-color) 30%,var(--div-color) 70%,transparent 100%);opacity:.5}.SectionDivider_glow__UA60_{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:340px;height:60px;border-radius:50%;background:radial-gradient(ellipse,var(--div-glow) 0,transparent 70%);filter:blur(6px)}.SectionDivider_orange__Gq9vb{--div-color:rgba(255,132,40,0.55);--div-glow:rgba(255,132,40,0.22)}.SectionDivider_purple__3XsAc{--div-color:rgba(68,0,165,0.7);--div-glow:rgba(68,0,165,0.3)}.SectionDivider_blue__h_VMB{--div-color:rgba(27,82,200,0.6);--div-glow:rgba(27,82,200,0.25)}.UseCases_useCases__bPDBq{padding:6rem 0;background:linear-gradient(180deg,#3a1280,#4a18a0 30%,#5500c8 60%,#4400a5);border-top:none;overflow:hidden}.UseCases_header__mrpaW{text-align:center;margin-bottom:4rem;padding:0 2rem}.UseCases_sectionTitle__WVQEy{font-size:2.5rem;color:var(--text-white);margin-bottom:.5rem}.UseCases_sectionSubtitle__dRHbX{color:var(--secondary-orange);font-size:1.1rem;font-weight:500}.UseCases_carouselWrapper__nJjrR{overflow:hidden;width:100%;-webkit-mask-image:linear-gradient(90deg,transparent 0,black 6%,black 94%,transparent);mask-image:linear-gradient(90deg,transparent 0,black 6%,black 94%,transparent)}.UseCases_track__B974_{display:flex;width:-moz-fit-content;width:fit-content;animation:UseCases_scrollRight__qriel 28s linear infinite;will-change:transform}.UseCases_track__B974_:hover{animation-play-state:paused}@keyframes UseCases_scrollRight__qriel{0%{transform:translateX(-25%)}to{transform:translateX(0)}}.UseCases_card__SksPj{flex-shrink:0;width:380px;margin-right:2rem;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:3rem 2rem;transition:background .3s ease,transform .3s ease,border-top-color .3s ease;position:relative;overflow:hidden}.UseCases_card__SksPj:hover{background:rgba(255,255,255,.13);transform:translateY(-5px);border-top-color:var(--accent-purple)}.UseCases_cardHeader__RWY8R{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.UseCases_iconCircle__4FhJ3{flex-shrink:0;width:48px;height:48px;border-radius:50%;background:#ff8428;display:flex;align-items:center;justify-content:center}.UseCases_title__CFnbb{font-size:1.5rem;color:#ff8428}.UseCases_description__TJePh{color:var(--text-gray-light);font-size:1rem;line-height:1.7}@media (max-width:768px){.UseCases_sectionTitle__WVQEy{font-size:1.8rem}.UseCases_useCases__bPDBq{overflow:visible}.UseCases_carouselWrapper__nJjrR{overflow:visible;padding:0 1.5rem;-webkit-mask-image:none;mask-image:none}.UseCases_track__B974_{flex-direction:column;width:100%;animation:none;gap:1.5rem}.UseCases_track__B974_>.UseCases_card__SksPj:nth-child(n+4){display:none}.UseCases_card__SksPj{width:100%;margin-right:0;padding:2rem 1.5rem}}@media (prefers-reduced-motion:reduce){.UseCases_track__B974_{animation:none}}.WhatsAppButton_floatElement__zBtdP{position:fixed;width:60px;height:60px;bottom:40px;right:40px;background-color:#25d366;color:#FFF;border-radius:50px;text-align:center;font-size:30px;box-shadow:2px 2px 3px #999;z-index:1000;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.WhatsAppButton_floatElement__zBtdP:hover{background-color:#20b857;transform:scale(1.1)}.WhatsAppButton_iconWrapper__R4yoG{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.WhatsAppButton_icon__NqOCo{width:35px;height:35px;fill:white}@media (max-width:768px){.WhatsAppButton_floatElement__zBtdP{width:50px;height:50px;bottom:20px;right:20px}.WhatsAppButton_icon__NqOCo{width:28px;height:28px}}.WhatsAppSection_section__eDqwG{padding:5rem 0;position:relative;background:radial-gradient(ellipse 70% 70% at 75% 40%,rgba(100,20,220,.45) 0,transparent 65%),radial-gradient(ellipse 50% 50% at 15% 20%,rgba(27,82,200,.25) 0,transparent 55%),linear-gradient(180deg,#1a0545,#2e0e6e 35%,#2a0c65 65%,#3a1280);border-top:none;overflow:hidden}.WhatsAppSection_section__eDqwG:before{content:"";position:absolute;inset:0;background-image:url(/assets/header-bg.png);background-size:cover;background-position:center 30%;opacity:.07;mix-blend-mode:luminosity;pointer-events:none;mask-image:linear-gradient(180deg,transparent 0,black 18%,black 82%,transparent);-webkit-mask-image:linear-gradient(180deg,transparent 0,black 18%,black 82%,transparent)}.WhatsAppSection_section__eDqwG:after{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.055) 1px,transparent 0),repeating-linear-gradient(-45deg,transparent,transparent 28px,rgba(255,255,255,.018) 0,rgba(255,255,255,.018) 29px);background-size:28px 28px,40px 40px;pointer-events:none;mask-image:linear-gradient(180deg,transparent 0,black 15%,black 85%,transparent);-webkit-mask-image:linear-gradient(180deg,transparent 0,black 15%,black 85%,transparent)}.WhatsAppSection_bgOrb__MkmeQ{position:absolute;border-radius:50%;pointer-events:none;will-change:transform;filter:blur(1px)}.WhatsAppSection_bgOrbGreen__fiUUo{width:560px;height:560px;top:-140px;right:-120px;background:radial-gradient(circle,rgba(37,211,102,.16) 0,rgba(37,211,102,.05) 50%,transparent 70%);animation:WhatsAppSection_orbDrift1__pfkrh 18s ease-in-out infinite}.WhatsAppSection_bgOrbPurple__V7TAE{width:420px;height:420px;top:25%;left:-100px;background:radial-gradient(circle,rgba(140,50,255,.22) 0,rgba(100,20,220,.08) 55%,transparent 70%);animation:WhatsAppSection_orbDrift2__fmPH2 22s ease-in-out infinite}.WhatsAppSection_bgOrbBlue__9P7Mb{width:340px;height:340px;bottom:-80px;left:38%;background:radial-gradient(circle,rgba(255,132,40,.13) 0,rgba(27,82,200,.1) 50%,transparent 70%);animation:WhatsAppSection_orbDrift3__qpLP_ 15s ease-in-out infinite}@keyframes WhatsAppSection_orbDrift1__pfkrh{0%,to{transform:translate(0) scale(1)}33%{transform:translate(-30px,40px) scale(1.06)}66%{transform:translate(20px,-25px) scale(.96)}}@keyframes WhatsAppSection_orbDrift2__fmPH2{0%,to{transform:translate(0) scale(1)}40%{transform:translate(40px,-50px) scale(1.08)}70%{transform:translate(-20px,30px) scale(.94)}}@keyframes WhatsAppSection_orbDrift3__qpLP_{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-35px,-40px) scale(1.1)}}.WhatsAppSection_particle__zz3_A{position:absolute;border-radius:50%;pointer-events:none;opacity:0;animation:WhatsAppSection_particleFloat__CUsgc linear infinite}.WhatsAppSection_animating__Zb_6t .WhatsAppSection_particle__zz3_A{opacity:1}@keyframes WhatsAppSection_particleFloat__CUsgc{0%{transform:translateY(0) translateX(0) scale(1);opacity:0}10%{opacity:1}85%{opacity:.7}to{transform:translateY(-120px) translateX(var(--drift,20px)) scale(.5);opacity:0}}.WhatsAppSection_circuitLines__ZgAMZ{position:absolute;inset:0;pointer-events:none;overflow:hidden}.WhatsAppSection_circuitLines__ZgAMZ svg{position:absolute;width:100%;height:100%;opacity:.55}.WhatsAppSection_parallaxLayer__wfQEC{position:absolute;inset:0;pointer-events:none;overflow:hidden}.WhatsAppSection_scrollOrb1__hixhP{width:260px;height:260px;top:10%;right:12%;background:radial-gradient(circle,rgba(37,211,102,.15) 0,transparent 65%);transform:translateY(calc(var(--parallax-y, 0px) * -.4))}.WhatsAppSection_scrollOrb1__hixhP,.WhatsAppSection_scrollOrb2__gyVrV{position:absolute;border-radius:50%;transition:transform .1s linear;will-change:transform}.WhatsAppSection_scrollOrb2__gyVrV{width:180px;height:180px;bottom:15%;left:8%;background:radial-gradient(circle,rgba(255,132,40,.13) 0,transparent 65%);transform:translateY(calc(var(--parallax-y, 0px) * .25))}@keyframes WhatsAppSection_ringPulse__lQo6I{0%,to{opacity:.15;transform:scale(1)}50%{opacity:.35;transform:scale(1.04)}}.WhatsAppSection_phoneGlowRing__I16Mb{position:absolute;width:340px;height:540px;border-radius:42px;border:1px solid rgba(37,211,102,.25);box-shadow:0 0 30px rgba(37,211,102,.08),inset 0 0 20px rgba(37,211,102,.04);pointer-events:none;opacity:0;animation:none}.WhatsAppSection_animating__Zb_6t .WhatsAppSection_phoneGlowRing__I16Mb{animation:WhatsAppSection_ringPulse__lQo6I 3.5s ease-in-out infinite;animation-delay:1.2s}.WhatsAppSection_greenAccent__xEzVf{position:absolute;top:-120px;right:-120px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(37,211,102,.08) 0,transparent 60%);pointer-events:none}.WhatsAppSection_container__l5tAh{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center;position:relative;z-index:1}.WhatsAppSection_textBlock__PpUvU{display:flex;flex-direction:column;align-items:flex-start}.WhatsAppSection_eyebrow__O01MI{font-family:var(--font-tertiary);font-size:.78rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:var(--secondary-orange);margin-bottom:1.25rem;display:flex;align-items:center;gap:.6rem}.WhatsAppSection_eyebrow__O01MI:before{content:"";display:inline-block;width:26px;height:2px;background:var(--secondary-orange);border-radius:2px}.WhatsAppSection_headline__KJ9zN{font-family:var(--font-primary);font-size:3rem;line-height:1.18;color:var(--text-white);margin-bottom:.9rem;font-weight:700}.WhatsAppSection_highlight__l7_Ef{color:var(--secondary-orange);font-style:normal}.WhatsAppSection_sub__NKTi1{font-size:1.1rem;color:var(--text-gray-light);opacity:.85;line-height:1.65;margin-bottom:2rem}@keyframes WhatsAppSection_btnFloat__0zC6P{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}.WhatsAppSection_cta__QpCi_{display:inline-block;background:transparent;color:var(--secondary-orange);border:2px solid var(--secondary-orange);font-weight:600;font-size:1rem;padding:.9rem 2.2rem;border-radius:50px;cursor:pointer;transition:all .3s;text-decoration:none;animation:none}.WhatsAppSection_cta__QpCi_:hover{background:var(--secondary-orange);color:white;animation-play-state:paused}.WhatsAppSection_phoneWrap__7lzZM{display:flex;flex-direction:column;align-items:center;gap:1.5rem;justify-self:center}@keyframes WhatsAppSection_phoneEntrance__vdoBt{0%{opacity:0;transform:perspective(900px) rotateY(-25deg) rotateX(6deg) translateY(32px)}to{opacity:1;transform:perspective(900px) rotateY(-18deg) rotateX(4deg) translateY(0)}}@keyframes WhatsAppSection_phoneFloat__diM6l{0%,to{transform:perspective(900px) rotateY(-18deg) rotateX(4deg) translateY(0)}50%{transform:perspective(900px) rotateY(-18deg) rotateX(4deg) translateY(-14px)}}.WhatsAppSection_phone__Kmr3h{width:290px;background:#111;border-radius:32px;border:2px solid rgba(255,255,255,.09);overflow:hidden;display:flex;flex-direction:column;box-shadow:0 0 0 6px #160e2c,18px 32px 64px rgba(0,0,0,.75);opacity:0;transform:perspective(900px) rotateY(-20deg) rotateX(4deg)}.WhatsAppSection_animating__Zb_6t .WhatsAppSection_phone__Kmr3h{animation:WhatsAppSection_phoneEntrance__vdoBt 1.4s cubic-bezier(.22,1,.36,1) both,WhatsAppSection_phoneFloat__diM6l 3s ease-in-out 1.4s infinite}.WhatsAppSection_phoneNotch__vSZe_{width:70px;height:16px;background:#111;border-radius:0 0 12px 12px;margin:0 auto;flex-shrink:0}.WhatsAppSection_wahHeader__S3vdo{background:#075e54;padding:.45rem .75rem;display:flex;align-items:center;gap:.55rem}.WhatsAppSection_wahAvatar__tgFwy{width:30px;height:30px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;font-size:.55rem;font-weight:800;color:#fff;flex-shrink:0}.WhatsAppSection_wahInfo__enfct{flex:1 1;display:flex;flex-direction:column}.WhatsAppSection_wahName__18YpH{font-size:.88rem;font-weight:600;color:#fff;line-height:1.2}.WhatsAppSection_wahStatus__AxRoV{font-size:.72rem;color:rgba(255,255,255,.75)}.WhatsAppSection_wahDots__Mudkc{width:15px;color:rgba(255,255,255,.65);flex-shrink:0}.WhatsAppSection_chat__xob1l{background:#ece5dd;padding:1rem .7rem;display:flex;flex-direction:column;gap:.4rem}@keyframes WhatsAppSection_bubblePop__4AQQw{0%{opacity:0;transform:scale(.88) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.WhatsAppSection_bubble__oSdPk{max-width:94%;padding:.3rem .6rem;border-radius:8px;font-size:.75rem;line-height:1.45;color:#1a1a1a;display:flex;flex-direction:column;opacity:0}.WhatsAppSection_animating__Zb_6t .WhatsAppSection_bubble__oSdPk{animation:WhatsAppSection_bubblePop__4AQQw .38s cubic-bezier(.34,1.56,.64,1) forwards}.WhatsAppSection_bubbleUser__ye1JI{background:#d9fdd3;align-self:flex-end;border-radius:8px 2px 8px 8px}.WhatsAppSection_bubbleBot__2YxIx{background:#fff;align-self:flex-start;border-radius:2px 8px 8px 8px}.WhatsAppSection_animating__Zb_6t .WhatsAppSection_bub1__8I4qI{animation-delay:.8s}.WhatsAppSection_animating__Zb_6t .WhatsAppSection_bub2__Gm2EC{animation-delay:1.6s}.WhatsAppSection_animating__Zb_6t .WhatsAppSection_bub3__JnyxH{animation-delay:2.2s}.WhatsAppSection_animating__Zb_6t .WhatsAppSection_bub4__IZy_F{animation-delay:2.8s}.WhatsAppSection_animating__Zb_6t .WhatsAppSection_bub5__msmg_{animation-delay:3.4s}.WhatsAppSection_time__qXHBP{font-size:.6rem;color:rgba(0,0,0,.42);align-self:flex-end;margin-top:1px}.WhatsAppSection_inputBar__Di_IG{background:#f0f0f0;padding:.4rem .6rem;display:flex;align-items:center;gap:.4rem;flex-shrink:0}.WhatsAppSection_inputPlaceholder__jJIk5{flex:1 1;font-size:.72rem;color:#aaa}.WhatsAppSection_sendBtn__Z2egl{width:26px;height:26px;background:#25d366;border-radius:50%;border:none;cursor:default;display:flex;align-items:center;justify-content:center;flex-shrink:0}.WhatsAppSection_ctaMobile__hvszb{display:none}@media (max-width:768px){.WhatsAppSection_section__eDqwG{padding:4rem 0}.WhatsAppSection_container__l5tAh{grid-template-columns:1fr;gap:2.5rem}.WhatsAppSection_textBlock__PpUvU{align-items:center;text-align:center}.WhatsAppSection_headline__KJ9zN{font-size:3rem}.WhatsAppSection_ctaDesktop__GNXVi{display:none}.WhatsAppSection_ctaMobile__hvszb{display:inline-block;justify-self:center}.WhatsAppSection_bgOrbGreen__fiUUo{width:280px;height:280px;top:-60px;right:-60px}.WhatsAppSection_bgOrbPurple__V7TAE{width:200px;height:200px;left:-60px}.WhatsAppSection_bgOrbBlue__9P7Mb{width:180px;height:180px}.WhatsAppSection_scrollOrb1__hixhP,.WhatsAppSection_scrollOrb2__gyVrV{display:none}.WhatsAppSection_phoneGlowRing__I16Mb{width:270px;height:430px}}@media (prefers-reduced-motion:reduce){.WhatsAppSection_animating__Zb_6t .WhatsAppSection_bubble__oSdPk,.WhatsAppSection_animating__Zb_6t .WhatsAppSection_phone__Kmr3h{animation:none;opacity:1}}