@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";
.MobileBibleViewer-module__vadcLG__mobileBibleViewer{color:#fff;background-color:#000;flex-direction:column;height:100%;display:flex;overflow:hidden}.MobileBibleViewer-module__vadcLG__mobileHeader{background-color:#000;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0;padding:12px 16px}.MobileBibleViewer-module__vadcLG__mainHeaderRow{justify-content:space-between;align-items:center;margin-bottom:0;display:flex}.MobileBibleViewer-module__vadcLG__bookTitle h2{color:#fff;margin:0;font-size:18px;font-weight:600;line-height:1.2}.MobileBibleViewer-module__vadcLG__verseCount{color:#4caf50;font-size:12px;font-weight:500}.MobileBibleViewer-module__vadcLG__expandToggle{color:#fff;cursor:pointer;background-color:#333;border:1px solid #555;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:700;transition:all .2s;display:flex}.MobileBibleViewer-module__vadcLG__expandToggle:hover{background-color:#444;border-color:#666}.MobileBibleViewer-module__vadcLG__expandedContent{margin-top:12px;animation:.3s ease-out MobileBibleViewer-module__vadcLG__slideDown}.MobileBibleViewer-module__vadcLG__modeRow{justify-content:center;gap:8px;margin-bottom:12px;display:flex}.MobileBibleViewer-module__vadcLG__modeButton{color:#fff;cursor:pointer;background-color:#222;border:1px solid #444;border-radius:6px;flex:1;padding:8px 12px;font-size:14px;font-weight:500;transition:all .2s}.MobileBibleViewer-module__vadcLG__modeButton:hover{background-color:#333;border-color:#666}.MobileBibleViewer-module__vadcLG__modeButton.MobileBibleViewer-module__vadcLG__active{color:#fff;background-color:#4caf50;border-color:#4caf50}.MobileBibleViewer-module__vadcLG__navigationButtons{align-items:flex-end;gap:6px;display:flex}.MobileBibleViewer-module__vadcLG__navButton{color:#fff;cursor:pointer;background-color:#222;border:1px solid #444;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;font-weight:700;transition:all .2s;display:flex}.MobileBibleViewer-module__vadcLG__navButton:hover:not(:disabled){background-color:#333;border-color:#666}.MobileBibleViewer-module__vadcLG__navButton:disabled{opacity:.3;cursor:not-allowed}.MobileBibleViewer-module__vadcLG__controlsRow{align-items:flex-end;gap:8px;margin-bottom:12px;display:flex}.MobileBibleViewer-module__vadcLG__chapterSelect,.MobileBibleViewer-module__vadcLG__verseSelect{flex-direction:column;flex:1;gap:4px;display:flex}.MobileBibleViewer-module__vadcLG__chapterSelect label,.MobileBibleViewer-module__vadcLG__verseSelect label{color:#ccc;font-size:11px;font-weight:500}.MobileBibleViewer-module__vadcLG__chapterSelect select,.MobileBibleViewer-module__vadcLG__verseSelect select{color:#fff;background-color:#222;border:1px solid #444;border-radius:4px;padding:6px 8px;font-size:13px}.MobileBibleViewer-module__vadcLG__searchRow{gap:8px;display:flex}.MobileBibleViewer-module__vadcLG__searchInput{color:#fff;background-color:#222;border:1px solid #444;border-radius:6px;flex:1;padding:8px 12px;font-size:14px}.MobileBibleViewer-module__vadcLG__searchInput::placeholder{color:#888}.MobileBibleViewer-module__vadcLG__searchButton{color:#fff;cursor:pointer;background-color:#4caf50;border:none;border-radius:6px;padding:8px 12px;font-size:14px;transition:all .2s}.MobileBibleViewer-module__vadcLG__searchButton:hover{background-color:#45a049}@keyframes MobileBibleViewer-module__vadcLG__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.MobileBibleViewer-module__vadcLG__versesContainer{flex:1;padding:0;overflow-y:auto}.MobileBibleViewer-module__vadcLG__loading{color:#fff;flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:60px 20px;display:flex}.MobileBibleViewer-module__vadcLG__loadingSpinner{border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;width:40px;height:40px;animation:1s linear infinite MobileBibleViewer-module__vadcLG__spin}@keyframes MobileBibleViewer-module__vadcLG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.MobileBibleViewer-module__vadcLG__error{color:#ff6b6b;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:60px 20px;display:flex}.MobileBibleViewer-module__vadcLG__errorIcon{font-size:48px}.MobileBibleViewer-module__vadcLG__noChapterSelected{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:60px 20px;display:flex}.MobileBibleViewer-module__vadcLG__noChapterIcon{opacity:.7;font-size:64px}.MobileBibleViewer-module__vadcLG__noChapterTitle{color:#fff;margin:0;font-size:24px;font-weight:600}.MobileBibleViewer-module__vadcLG__noChapterText{color:#ccc;margin:0;font-size:16px;line-height:1.5}.MobileBibleViewer-module__vadcLG__noChapterText strong{color:#fff;font-weight:600}.MobileBibleViewer-module__vadcLG__versesContainer::-webkit-scrollbar{width:6px}.MobileBibleViewer-module__vadcLG__versesContainer::-webkit-scrollbar-track{background:#000}.MobileBibleViewer-module__vadcLG__versesContainer::-webkit-scrollbar-thumb{background:#fff;border-radius:3px}.MobileBibleViewer-module__vadcLG__versesContainer::-webkit-scrollbar-thumb:hover{background:#ccc}@media (max-width:480px){.MobileBibleViewer-module__vadcLG__modeControls,.MobileBibleViewer-module__vadcLG__chapterNavigation{padding:10px 12px}.MobileBibleViewer-module__vadcLG__loading,.MobileBibleViewer-module__vadcLG__error,.MobileBibleViewer-module__vadcLG__noChapterSelected{padding:40px 16px}.MobileBibleViewer-module__vadcLG__noChapterIcon{font-size:48px}.MobileBibleViewer-module__vadcLG__noChapterTitle{font-size:20px}.MobileBibleViewer-module__vadcLG__noChapterText{font-size:14px}.MobileBibleViewer-module__vadcLG__loadingSpinner{width:32px;height:32px}.MobileBibleViewer-module__vadcLG__errorIcon{font-size:40px}}@media (max-width:360px){.MobileBibleViewer-module__vadcLG__modeControls,.MobileBibleViewer-module__vadcLG__chapterNavigation{padding:8px 10px}.MobileBibleViewer-module__vadcLG__loading,.MobileBibleViewer-module__vadcLG__error,.MobileBibleViewer-module__vadcLG__noChapterSelected{padding:30px 12px}.MobileBibleViewer-module__vadcLG__noChapterIcon{font-size:40px}.MobileBibleViewer-module__vadcLG__noChapterTitle{font-size:18px}.MobileBibleViewer-module__vadcLG__noChapterText{font-size:13px}}
.MobileFooter-module__-z-6IG__mobileFooter{color:#fff;background:#000;border-top:1px solid #fff;margin-top:auto;padding:16px 12px}.MobileFooter-module__-z-6IG__footerContent{text-align:center;flex-direction:column;align-items:center;gap:12px;display:flex}.MobileFooter-module__-z-6IG__logoContainer{justify-content:center;align-items:center;display:flex}.MobileFooter-module__-z-6IG__copyright{color:#fff;font-size:12px;font-weight:500}.MobileFooter-module__-z-6IG__links{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;display:flex}.MobileFooter-module__-z-6IG__link{color:#fff;white-space:nowrap;border-radius:4px;padding:4px 8px;font-size:11px;text-decoration:none;transition:background-color .2s}.MobileFooter-module__-z-6IG__link:hover{background-color:#333;text-decoration:none}.MobileFooter-module__-z-6IG__emailContainer{justify-content:center;align-items:center;display:flex}.MobileFooter-module__-z-6IG__email{color:#fff;word-break:break-all;border-radius:4px;padding:4px 8px;font-size:11px;text-decoration:none;transition:all .2s}.MobileFooter-module__-z-6IG__email:hover{background-color:#333;text-decoration:none}.MobileFooter-module__-z-6IG__whatsapp{color:#25d366;white-space:nowrap;border-radius:4px;padding:4px 8px;font-size:11px;font-weight:500;text-decoration:none;transition:all .2s}.MobileFooter-module__-z-6IG__whatsapp:hover{color:#fff;background-color:#1a9f4a;text-decoration:none}@media (max-width:480px){.MobileFooter-module__-z-6IG__mobileFooter{padding:12px 8px}.MobileFooter-module__-z-6IG__footerContent{gap:10px}.MobileFooter-module__-z-6IG__copyright{font-size:11px}.MobileFooter-module__-z-6IG__link,.MobileFooter-module__-z-6IG__email,.MobileFooter-module__-z-6IG__whatsapp{padding:3px 6px;font-size:10px}.MobileFooter-module__-z-6IG__links{gap:12px}}
.MobileLayout-module__EdtAja__mobileLayout{color:#fff;background-color:#000;flex-direction:column;height:100vh;display:flex;overflow:hidden}.MobileLayout-module__EdtAja__mainContent{background-color:#000;flex:1;margin-top:60px;margin-bottom:0;padding:0;overflow-y:auto}.MobileLayout-module__EdtAja__overlay{z-index:999;opacity:0;background-color:rgba(0,0,0,.5);animation:.3s forwards MobileLayout-module__EdtAja__fadeIn;position:fixed;top:0;bottom:0;left:0;right:0}@keyframes MobileLayout-module__EdtAja__fadeIn{0%{opacity:0}to{opacity:1}}.MobileLayout-module__EdtAja__mainContent::-webkit-scrollbar{width:6px}.MobileLayout-module__EdtAja__mainContent::-webkit-scrollbar-track{background:#000}.MobileLayout-module__EdtAja__mainContent::-webkit-scrollbar-thumb{background:#fff;border-radius:3px}.MobileLayout-module__EdtAja__mainContent::-webkit-scrollbar-thumb:hover{background:#ccc}@media (max-width:480px){.MobileLayout-module__EdtAja__mainContent{margin-top:60px}}
.DeviceLoadingScreen-module__gniE_G__loadingContainer{z-index:10000;background:linear-gradient(135deg,#000 0%,#111 100%);justify-content:center;align-items:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.DeviceLoadingScreen-module__gniE_G__loadingContent{text-align:center;flex-direction:column;align-items:center;width:90%;max-width:400px;padding:40px 20px;display:flex}.DeviceLoadingScreen-module__gniE_G__logoContainer{margin-bottom:60px}.DeviceLoadingScreen-module__gniE_G__logo{color:#fff;text-shadow:0 0 20px rgba(255,255,255,.3);margin:0 0 20px;font-family:Times New Roman,serif;font-size:80px;animation:2s ease-in-out infinite alternate DeviceLoadingScreen-module__gniE_G__logoGlow}@keyframes DeviceLoadingScreen-module__gniE_G__logoGlow{0%{text-shadow:0 0 20px rgba(255,255,255,.3)}to{text-shadow:0 0 30px rgba(255,255,255,.6)}}.DeviceLoadingScreen-module__gniE_G__title{color:#fff;letter-spacing:-.5px;margin:0 0 10px;font-size:32px;font-weight:700}.DeviceLoadingScreen-module__gniE_G__subtitle{color:#ccc;opacity:.8;margin:0;font-size:16px}.DeviceLoadingScreen-module__gniE_G__progressContainer{width:100%;margin-bottom:40px}.DeviceLoadingScreen-module__gniE_G__progressBar{background-color:rgba(255,255,255,.2);border-radius:3px;width:100%;height:6px;margin-bottom:16px;overflow:hidden}.DeviceLoadingScreen-module__gniE_G__progressFill{background:linear-gradient(90deg,#fff 0%,#ccc 100%);border-radius:3px;height:100%;transition:width .8s;box-shadow:0 0 10px rgba(255,255,255,.3)}.DeviceLoadingScreen-module__gniE_G__progressText{color:#fff;margin-bottom:8px;font-size:14px;font-weight:500;transition:all .5s}.DeviceLoadingScreen-module__gniE_G__welcomeText{animation:1s ease-in-out infinite alternate DeviceLoadingScreen-module__gniE_G__welcomeGlow;color:#fff!important;text-shadow:0 0 10px rgba(255,255,255,.5)!important;font-size:16px!important;font-weight:600!important}.DeviceLoadingScreen-module__gniE_G__studyText{animation:1s ease-in-out infinite alternate DeviceLoadingScreen-module__gniE_G__studyFade;color:#ccc!important;font-size:15px!important;font-style:italic!important;font-weight:500!important}@keyframes DeviceLoadingScreen-module__gniE_G__welcomeGlow{0%{text-shadow:0 0 10px rgba(255,255,255,.5)}to{text-shadow:0 0 15px rgba(255,255,255,.8)}}@keyframes DeviceLoadingScreen-module__gniE_G__studyFade{0%{opacity:.8}to{opacity:1}}.DeviceLoadingScreen-module__gniE_G__progressPercent{color:#ccc;font-family:monospace;font-size:12px}.DeviceLoadingScreen-module__gniE_G__loadingAnimation{align-items:center;gap:8px;display:flex}.DeviceLoadingScreen-module__gniE_G__loadingDot{background-color:#fff;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite both DeviceLoadingScreen-module__gniE_G__loadingBounce}.DeviceLoadingScreen-module__gniE_G__loadingDot:first-child{animation-delay:-.32s}.DeviceLoadingScreen-module__gniE_G__loadingDot:nth-child(2){animation-delay:-.16s}.DeviceLoadingScreen-module__gniE_G__loadingDot:nth-child(3){animation-delay:0s}@keyframes DeviceLoadingScreen-module__gniE_G__loadingBounce{0%,80%,to{opacity:.5;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}@media (max-width:480px){.DeviceLoadingScreen-module__gniE_G__loadingContent{padding:30px 15px}.DeviceLoadingScreen-module__gniE_G__logo{margin-bottom:15px;font-size:60px}.DeviceLoadingScreen-module__gniE_G__title{font-size:24px}.DeviceLoadingScreen-module__gniE_G__subtitle{font-size:14px}.DeviceLoadingScreen-module__gniE_G__logoContainer{margin-bottom:40px}.DeviceLoadingScreen-module__gniE_G__progressContainer{margin-bottom:30px}}
.landingpage-module__uE56gG__container{z-index:9999;background:#000;width:100vw;height:100vh;position:fixed;top:0;left:0;overflow-x:hidden;overflow-y:auto}.landingpage-module__uE56gG__container::-webkit-scrollbar{width:8px}.landingpage-module__uE56gG__container::-webkit-scrollbar-track{background:rgba(255,255,255,.05)}.landingpage-module__uE56gG__container::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:4px}.landingpage-module__uE56gG__container::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.3)}
.Header-module__ooWXBW__header{-webkit-backdrop-filter:blur(10px);z-index:10000;background:rgba(0,0,0,.8);width:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:background .3s,box-shadow .3s;position:fixed;top:0;left:0}.Header-module__ooWXBW__header.Header-module__ooWXBW__scrolled{background:rgba(0,0,0,.95);box-shadow:0 4px 20px rgba(0,0,0,.3)}.Header-module__ooWXBW__header:after{content:"";background:linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.2) 50%,rgba(255,255,255,0) 100%);width:100%;height:1px;position:absolute;bottom:0;left:0}.Header-module__ooWXBW__container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:1.25rem 2rem;display:flex}.Header-module__ooWXBW__logo{cursor:pointer;align-items:center;gap:.75rem;transition:opacity .3s;display:flex}.Header-module__ooWXBW__logo:hover{opacity:.8}.Header-module__ooWXBW__logoImage{border-radius:8px;display:block}.Header-module__ooWXBW__logoText{color:#fff;letter-spacing:-.02em;margin-top:2px;font-size:1.25rem;font-weight:600;line-height:1}.Header-module__ooWXBW__nav{align-items:center;gap:2.5rem;display:flex}.Header-module__ooWXBW__navLink{color:#fff;cursor:pointer;opacity:.8;background:0 0;border:none;padding:0;font-size:1rem;font-weight:500;transition:all .3s}.Header-module__ooWXBW__navLink:hover{opacity:1}.Header-module__ooWXBW__downloadBtn{color:#000;cursor:pointer;background:#fff;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s}.Header-module__ooWXBW__downloadBtn:hover{background:#f0f0f0;transform:scale(1.05)}.Header-module__ooWXBW__hamburger{cursor:pointer;z-index:10002;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.Header-module__ooWXBW__hamburgerLine{background:#fff;border-radius:2px;width:25px;height:2px;transition:all .3s}.Header-module__ooWXBW__hamburgerOpen .Header-module__ooWXBW__hamburgerLine:first-child{transform:rotate(45deg)translateY(7px)}.Header-module__ooWXBW__hamburgerOpen .Header-module__ooWXBW__hamburgerLine:nth-child(2){opacity:0}.Header-module__ooWXBW__hamburgerOpen .Header-module__ooWXBW__hamburgerLine:nth-child(3){transform:rotate(-45deg)translateY(-7px)}.Header-module__ooWXBW__mobileMenu{z-index:10001;background:#000;border-left:1px solid rgba(255,255,255,.1);width:280px;height:calc(100vh - 70px);transition:right .4s;position:fixed;top:70px;right:-100%}.Header-module__ooWXBW__mobileMenuOpen{right:0}.Header-module__ooWXBW__mobileNav{flex-direction:column;gap:.5rem;padding:2rem 1.5rem;display:flex}.Header-module__ooWXBW__mobileNavLink{color:#fff;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:1rem;font-size:1.125rem;font-weight:500;transition:all .3s}.Header-module__ooWXBW__mobileNavLink:hover{color:#fff;background:rgba(255,255,255,.05)}.Header-module__ooWXBW__mobileDownloadBtn{color:#000;cursor:pointer;background:#fff;border:none;border-radius:8px;margin-top:1rem;padding:1rem;font-size:1.125rem;font-weight:600;transition:all .3s}.Header-module__ooWXBW__mobileDownloadBtn:hover{background:#f0f0f0;transform:scale(1.02)}.Header-module__ooWXBW__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;background:rgba(0,0,0,.5);width:100%;height:calc(100vh - 70px);animation:.3s Header-module__ooWXBW__fadeIn;position:fixed;top:70px;left:0}@keyframes Header-module__ooWXBW__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.Header-module__ooWXBW__container{padding:1rem 1.5rem}.Header-module__ooWXBW__nav{display:none}.Header-module__ooWXBW__hamburger{display:flex}.Header-module__ooWXBW__logoText{font-size:1.125rem}}
.HeroSection-module__rfs7Pa__section{background:#000;min-height:100vh;padding-top:70px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;position:relative;overflow:hidden}.HeroSection-module__rfs7Pa__background{pointer-events:none;z-index:1;opacity:.5;width:100%;height:100%;position:absolute;top:0;left:0}.HeroSection-module__rfs7Pa__gradient1,.HeroSection-module__rfs7Pa__gradient2,.HeroSection-module__rfs7Pa__gradient3{filter:blur(100px);border-radius:50%;position:absolute}.HeroSection-module__rfs7Pa__gradient1{background:radial-gradient(68.54% 68.72% at 55.02% 31.46%,rgba(217,217,217,.08) 0,rgba(140,140,140,.02) 50%,rgba(115,115,115,0) 80%);width:560px;height:1280px;top:0;left:0;transform:rotate(-45deg)translateY(-87.5%)}.HeroSection-module__rfs7Pa__gradient2{background:radial-gradient(50% 50%,rgba(217,217,217,.06) 0,rgba(115,115,115,.02) 80%,transparent 100%);width:224px;height:1280px;top:0;left:0;transform:rotate(-45deg)translate(5%,-50%)}.HeroSection-module__rfs7Pa__gradient3{background:radial-gradient(50% 50%,rgba(217,217,217,.04) 0,rgba(115,115,115,.02) 80%,transparent 100%);width:224px;height:1280px;top:0;left:0;transform:rotate(-45deg)translateY(-87.5%)}.HeroSection-module__rfs7Pa__container{z-index:10;max-width:1280px;margin:0 auto;padding:4rem 1.5rem;position:relative}.HeroSection-module__rfs7Pa__content{z-index:10;text-align:center;max-width:800px;margin:0 auto;position:relative}.HeroSection-module__rfs7Pa__title{color:#fff;letter-spacing:-.02em;margin-bottom:2rem;font-size:max(2.5rem,min(5vw,3.75rem));font-weight:600;line-height:1.1;animation:.8s ease-out HeroSection-module__rfs7Pa__fadeInUp}.HeroSection-module__rfs7Pa__subtitle{color:rgba(255,255,255,.7);max-width:720px;margin:0 auto 2.5rem;font-size:max(1rem,min(2vw,1.125rem));line-height:1.7;animation:.8s ease-out .2s backwards HeroSection-module__rfs7Pa__fadeInUp}.HeroSection-module__rfs7Pa__buttons{flex-wrap:wrap;justify-content:center;gap:1rem;animation:.8s ease-out .4s backwards HeroSection-module__rfs7Pa__fadeInUp;display:flex}.HeroSection-module__rfs7Pa__btnPrimary,.HeroSection-module__rfs7Pa__btnSecondary{cursor:pointer;color:#000;background:#fff;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.95rem;font-weight:500;transition:all .2s;display:flex;position:relative}.HeroSection-module__rfs7Pa__btnPrimary:hover,.HeroSection-module__rfs7Pa__btnSecondary:hover{background:#f0f0f0;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.HeroSection-module__rfs7Pa__btnDisabled{color:rgba(0,0,0,.4);cursor:not-allowed;opacity:.6;background:rgba(255,255,255,.3);border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.95rem;font-weight:500;display:flex;position:relative}.HeroSection-module__rfs7Pa__btnIcons{flex-shrink:0;align-items:center;gap:.25rem;display:flex}.HeroSection-module__rfs7Pa__btnIcon{flex-shrink:0;width:18px;height:18px}.HeroSection-module__rfs7Pa__btnLabel{z-index:1;white-space:nowrap;position:relative}.HeroSection-module__rfs7Pa__preview{margin-top:4rem;animation:.8s ease-out .6s backwards HeroSection-module__rfs7Pa__fadeInUp}.HeroSection-module__rfs7Pa__previewWrapper{perspective:1200px;margin-right:-4rem;padding-left:4rem;-webkit-mask-image:linear-gradient(90deg,#000 50%,transparent 100%);mask-image:linear-gradient(90deg,#000 50%,transparent 100%)}.HeroSection-module__rfs7Pa__previewMock{transform:rotateX(20deg)}.HeroSection-module__rfs7Pa__mockWindow{background:#0a0a0a;border:1px solid rgba(255,255,255,.1);border-radius:12px;max-width:100%;position:relative;overflow:hidden;transform:skew(20.6265deg)}.HeroSection-module__rfs7Pa__mockHeader{background:#0a0a0a;border-bottom:1px solid rgba(255,255,255,.1);padding:1rem}.HeroSection-module__rfs7Pa__mockDots{gap:.5rem;display:flex}.HeroSection-module__rfs7Pa__mockDots span{background:rgba(255,255,255,.2);border-radius:50%;width:12px;height:12px}.HeroSection-module__rfs7Pa__mockContent{background:#000;justify-content:center;align-items:center;min-height:400px;display:flex;overflow:hidden}.HeroSection-module__rfs7Pa__screenshot{object-fit:cover;width:100%;height:auto;display:block}@keyframes HeroSection-module__rfs7Pa__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.HeroSection-module__rfs7Pa__previewWrapper{margin-right:-2rem;padding-left:2rem}}@media (max-width:768px){.HeroSection-module__rfs7Pa__container{padding:5rem 1.5rem 3rem}.HeroSection-module__rfs7Pa__buttons{flex-direction:column;gap:.75rem;width:100%}.HeroSection-module__rfs7Pa__btnPrimary,.HeroSection-module__rfs7Pa__btnSecondary,.HeroSection-module__rfs7Pa__btnDisabled{justify-content:center;width:100%;padding:1rem 1.5rem;font-size:1rem}.HeroSection-module__rfs7Pa__preview{display:none}}
.HowItWorks-module__M7yrIW__section{background:#000;padding:6rem 0;position:relative}.HowItWorks-module__M7yrIW__container{max-width:1400px;margin:0 auto;padding:0 1.5rem}.HowItWorks-module__M7yrIW__header{text-align:center;margin-bottom:4rem}.HowItWorks-module__M7yrIW__label{letter-spacing:.1em;color:rgba(255,255,255,.6);text-transform:uppercase;margin-bottom:1rem;font-size:.875rem;font-weight:600;display:inline-block}.HowItWorks-module__M7yrIW__title{color:#fff;letter-spacing:-.02em;max-width:800px;margin:0 auto;font-size:max(2rem,min(4vw,2.5rem));font-weight:600;line-height:1.2}.HowItWorks-module__M7yrIW__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.HowItWorks-module__M7yrIW__card{cursor:pointer;background:#0a0a0a;border:1px solid rgba(255,255,255,.1);border-radius:12px;flex-direction:column;min-height:320px;transition:all .3s;display:flex;position:relative;overflow:hidden}.HowItWorks-module__M7yrIW__card:hover{border-color:rgba(255,255,255,.3);transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.4)}.HowItWorks-module__M7yrIW__cardImage{opacity:.9;background-position:top;background-repeat:no-repeat;background-size:contain;width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.HowItWorks-module__M7yrIW__card:hover .HowItWorks-module__M7yrIW__cardImage{opacity:.7}.HowItWorks-module__M7yrIW__cardContent{z-index:10;background:linear-gradient(transparent,rgba(10,10,10,.8) 5%,rgba(10,10,10,.98) 15%,#0a0a0a 50%);margin-top:auto;padding:1.5rem 1.5rem 1.75rem;position:relative}.HowItWorks-module__M7yrIW__cardTitle{color:#fff;margin:0 0 .5rem;font-size:1.125rem;font-weight:600;line-height:1.3}.HowItWorks-module__M7yrIW__cardDescription{color:rgba(255,255,255,.8);margin:0;font-size:.875rem;line-height:1.5}@media (max-width:1024px){.HowItWorks-module__M7yrIW__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width:768px){.HowItWorks-module__M7yrIW__section{padding:4rem 0}.HowItWorks-module__M7yrIW__header{margin-bottom:3rem}.HowItWorks-module__M7yrIW__grid{grid-template-columns:1fr;gap:1.5rem}.HowItWorks-module__M7yrIW__card{min-height:280px}}
.ForWho-module__ZKMDOq__section{background:#000;padding:6rem 0;position:relative}.ForWho-module__ZKMDOq__container{max-width:1400px;margin:0 auto;padding:0 1.5rem}.ForWho-module__ZKMDOq__header{text-align:center;margin-bottom:4rem}.ForWho-module__ZKMDOq__label{letter-spacing:.1em;color:rgba(255,255,255,.6);text-transform:uppercase;margin-bottom:1rem;font-size:.875rem;font-weight:600;display:inline-block}.ForWho-module__ZKMDOq__title{color:#fff;letter-spacing:-.02em;max-width:800px;margin:0 auto;font-size:max(2rem,min(4vw,2.5rem));font-weight:600;line-height:1.2}.ForWho-module__ZKMDOq__grid{flex-wrap:wrap;justify-content:center;gap:1.25rem;max-width:1200px;margin:0 auto;display:flex}.ForWho-module__ZKMDOq__card{cursor:pointer;text-align:center;background:#000;border:1px solid rgba(255,255,255,.1);border-radius:12px;flex-direction:column;flex:0 0 calc(25% - 1rem);align-items:center;min-width:200px;padding:1.5rem 1.25rem;transition:all .3s;display:flex;position:relative}.ForWho-module__ZKMDOq__card:hover{background:#000;border-color:rgba(255,255,255,.3);transform:translateY(-4px);box-shadow:0 10px 30px rgba(0,0,0,.4)}.ForWho-module__ZKMDOq__cardIcon{color:#fff;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1rem;transition:all .3s;display:flex}.ForWho-module__ZKMDOq__cardIcon svg{width:32px;height:32px}.ForWho-module__ZKMDOq__card:hover .ForWho-module__ZKMDOq__cardIcon{transform:scale(1.15)}.ForWho-module__ZKMDOq__cardContent{flex:1}.ForWho-module__ZKMDOq__cardTitle{color:#fff;margin:0 0 .5rem;font-size:1rem;font-weight:600;line-height:1.3}.ForWho-module__ZKMDOq__cardDescription{color:rgba(255,255,255,.7);margin:0;font-size:.85rem;line-height:1.5}@media (max-width:1024px){.ForWho-module__ZKMDOq__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width:768px){.ForWho-module__ZKMDOq__section{padding:4rem 0}.ForWho-module__ZKMDOq__header{margin-bottom:3rem}.ForWho-module__ZKMDOq__grid{flex-direction:column;gap:1.5rem}.ForWho-module__ZKMDOq__card{flex:100%;min-width:100%;padding:2rem 1.5rem}.ForWho-module__ZKMDOq__cardIcon{width:56px;height:56px}.ForWho-module__ZKMDOq__cardIcon svg{width:36px;height:36px}.ForWho-module__ZKMDOq__cardTitle{font-size:1.125rem}.ForWho-module__ZKMDOq__cardDescription{font-size:.95rem}}
.FeaturesCarousel-module__XedNsa__section{background:#000;padding:6rem 0;position:relative;overflow:hidden}.FeaturesCarousel-module__XedNsa__container{max-width:1400px;margin:0 auto;padding:0 1.5rem}.FeaturesCarousel-module__XedNsa__header{text-align:center;margin-bottom:4rem}.FeaturesCarousel-module__XedNsa__title{color:#fff;letter-spacing:-.02em;margin-bottom:1rem;font-size:max(2rem,min(4vw,2.5rem));font-weight:600}.FeaturesCarousel-module__XedNsa__subtitle{color:rgba(255,255,255,.7);max-width:600px;margin:0 auto;font-size:max(1rem,min(2vw,1.125rem));line-height:1.6}.FeaturesCarousel-module__XedNsa__carousel{width:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 10%,#000 90%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0%,#000 10%,#000 90%,transparent 100%)}.FeaturesCarousel-module__XedNsa__track{will-change:transform;gap:1.5rem;display:flex}.FeaturesCarousel-module__XedNsa__mockup{object-fit:contain;flex-shrink:0;width:auto;height:500px;transition:transform .3s}.FeaturesCarousel-module__XedNsa__mockup:hover{transform:scale(1.05)}@media (max-width:768px){.FeaturesCarousel-module__XedNsa__section{padding:4rem 0}.FeaturesCarousel-module__XedNsa__header{margin-bottom:3rem}.FeaturesCarousel-module__XedNsa__mockup{height:400px}}
.Faq-module__b7GRra__section{background:#000;padding:6rem 0;position:relative}.Faq-module__b7GRra__container{max-width:800px;margin:0 auto;padding:0 1.5rem}.Faq-module__b7GRra__header{text-align:center;margin-bottom:3rem}.Faq-module__b7GRra__label{letter-spacing:.1em;color:rgba(255,255,255,.6);text-transform:uppercase;margin-bottom:1rem;font-size:.875rem;font-weight:600;display:inline-block}.Faq-module__b7GRra__title{color:#fff;letter-spacing:-.02em;margin:0 0 1.5rem;font-size:max(2rem,min(4vw,2.5rem));font-weight:600;line-height:1.2}.Faq-module__b7GRra__contact{color:rgba(255,255,255,.7);margin:0;font-size:1rem;line-height:1.6}.Faq-module__b7GRra__email{color:#fff;border-bottom:1px solid rgba(255,255,255,.3);text-decoration:none;transition:border-color .3s}.Faq-module__b7GRra__email:hover{border-color:#fff}.Faq-module__b7GRra__faqList{flex-direction:column;gap:1rem;display:flex}.Faq-module__b7GRra__faqItem{background:#0a0a0a;border:1px solid rgba(255,255,255,.1);border-radius:12px;transition:all .3s;overflow:hidden}.Faq-module__b7GRra__faqItem:hover{border-color:rgba(255,255,255,.2)}.Faq-module__b7GRra__faqItemOpen{border-color:rgba(255,255,255,.3)}.Faq-module__b7GRra__faqQuestion{color:#fff;text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:1.5rem;font-size:1rem;font-weight:500;transition:all .3s;display:flex}.Faq-module__b7GRra__faqQuestion:hover{color:rgba(255,255,255,.8)}.Faq-module__b7GRra__faqIcon{color:rgba(255,255,255,.6);flex-shrink:0;transition:transform .3s}.Faq-module__b7GRra__faqItemOpen .Faq-module__b7GRra__faqIcon{color:#fff;transform:rotate(180deg)}.Faq-module__b7GRra__faqAnswer{padding:0 1.5rem 1.5rem;animation:.3s Faq-module__b7GRra__slideDown}.Faq-module__b7GRra__faqAnswer p{color:rgba(255,255,255,.7);margin:0;font-size:.95rem;line-height:1.7}@keyframes Faq-module__b7GRra__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.Faq-module__b7GRra__section{padding:4rem 0 6rem}.Faq-module__b7GRra__header{margin-bottom:2.5rem}.Faq-module__b7GRra__faqQuestion{padding:1.25rem;font-size:.95rem}.Faq-module__b7GRra__faqAnswer{padding:0 1.25rem 1.25rem}.Faq-module__b7GRra__faqAnswer p{font-size:.9rem}}
.Download-module__nWXdIW__section{background:#000;padding:6rem 0;position:relative}.Download-module__nWXdIW__container{max-width:1400px;margin:0 auto;padding:0 1.5rem}.Download-module__nWXdIW__header{text-align:center;margin-bottom:3rem}.Download-module__nWXdIW__label{letter-spacing:.1em;color:rgba(255,255,255,.6);text-transform:uppercase;margin-bottom:1rem;font-size:.875rem;font-weight:600;display:inline-block}.Download-module__nWXdIW__sectionTitle{color:#fff;letter-spacing:-.02em;margin:0;font-size:max(2rem,min(4vw,2.5rem));font-weight:600;line-height:1.2}.Download-module__nWXdIW__downloadCard{text-align:center;background:linear-gradient(135deg,#0a0a0a 0%,#141414 50%,#0a0a0a 100%);border:1px solid rgba(255,255,255,.15);border-radius:16px;width:100%;max-width:900px;margin:0 auto;padding:3rem 2.5rem;box-shadow:0 20px 60px rgba(0,0,0,.5)}.Download-module__nWXdIW__title{color:#fff;letter-spacing:-.02em;margin:0 0 1.5rem;font-size:max(1.75rem,min(3vw,2.25rem));font-weight:600;line-height:1.2}.Download-module__nWXdIW__subtitle{color:rgba(255,255,255,.7);margin:0 0 2.5rem;font-size:max(1rem,min(2vw,1.125rem));line-height:1.6}.Download-module__nWXdIW__buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.Download-module__nWXdIW__btnDownload,.Download-module__nWXdIW__btnDisabled{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;min-width:240px;padding:1rem 2rem;font-size:1rem;font-weight:500;transition:all .3s;display:flex}.Download-module__nWXdIW__btnDownload{color:#000;background:#fff}.Download-module__nWXdIW__btnDownload:hover{background:#f0f0f0;transform:translateY(-4px);box-shadow:0 8px 20px rgba(255,255,255,.2)}.Download-module__nWXdIW__btnDisabled{color:rgba(0,0,0,.5);cursor:not-allowed;opacity:.5;background:rgba(255,255,255,.2)}.Download-module__nWXdIW__btnIcon{flex-shrink:0}@media (max-width:768px){.Download-module__nWXdIW__section{padding:4rem 0 6rem}.Download-module__nWXdIW__downloadCard{padding:2.5rem 1.5rem}.Download-module__nWXdIW__buttons{flex-direction:column;width:100%}.Download-module__nWXdIW__btnDownload,.Download-module__nWXdIW__btnDisabled{width:100%;min-width:auto}}
.Footer-module__5NUuGq__footer{background:#000;padding:4rem 0 2rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;position:relative}.Footer-module__5NUuGq__footer:before{content:"";background:linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.2) 50%,rgba(255,255,255,0) 100%);width:100%;height:1px;position:absolute;top:0;left:0}.Footer-module__5NUuGq__container{grid-template-columns:1fr 1fr;gap:4rem;max-width:1400px;margin:0 auto;padding:0 2rem;display:grid}.Footer-module__5NUuGq__logo{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.Footer-module__5NUuGq__logoImage{border-radius:8px}.Footer-module__5NUuGq__logoText{color:#fff;letter-spacing:-.02em;font-size:1.25rem;font-weight:600}.Footer-module__5NUuGq__description{color:rgba(255,255,255,.6);max-width:500px;margin:0 0 1.5rem;font-size:.95rem;line-height:1.6}.Footer-module__5NUuGq__copyright{color:rgba(255,255,255,.5);margin:0;font-size:.875rem}.Footer-module__5NUuGq__linksGrid{grid-template-columns:1fr 1fr;gap:1.5rem 3rem;display:grid}.Footer-module__5NUuGq__link{color:#fff;opacity:.8;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s}.Footer-module__5NUuGq__link:hover{opacity:1;color:#fff}@media (max-width:768px){.Footer-module__5NUuGq__footer{padding:3rem 0 1.5rem}.Footer-module__5NUuGq__container{grid-template-columns:1fr;gap:2.5rem;padding:0 1.5rem}.Footer-module__5NUuGq__description{max-width:100%}.Footer-module__5NUuGq__linksGrid{grid-template-columns:1fr;gap:1rem}.Footer-module__5NUuGq__link{font-size:.875rem}}
.ResizeHandle{touch-action:none;background:#fff;justify-content:center;align-items:center;width:1px;transition:background-color .2s;display:flex}[data-theme=light] .ResizeHandle{background:#000!important}[data-theme=blue] .ResizeHandle{background:#60a5fa!important}[data-theme=green] .ResizeHandle{background:#10b981!important}[data-theme=purple] .ResizeHandle{background:#a855f7!important}.ResizeHandle:hover{width:2px}.ResizeHandle:active,.ResizeHandle:hover{-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (hover:none) and (pointer:coarse){.ResizeHandle{cursor:col-resize;background:#fff;width:8px}.ResizeHandle:hover{background:#fff;width:10px}[data-theme=light] .ResizeHandle,[data-theme=light] .ResizeHandle:hover{background:#000!important}[data-theme=blue] .ResizeHandle,[data-theme=green] .ResizeHandle,[data-theme=purple] .ResizeHandle{background:#fff!important}}
