@import url("https://fonts.googleapis.com/css2?family=Arimo:wght@400;700&family=Open+Sans&display=swap");.landing-page{--lp-bg-body:#f8f9fa;--lp-bg-white:#fff;--lp-bg-light:#f8f9fa;--lp-bg-card:#fff;--lp-bg-navbar-sticky:#fffffff2;--lp-bg-preloader:#fff;--lp-text-dark:#162447;--lp-text-primary:#566a7f;--lp-text-secondary:#697a8d;--lp-text-muted:#a1acb8;--lp-border:#00000014;--lp-border-light:#0000000d;--lp-shadow-sm:0 2px 6px #0000000a;--lp-shadow-md:0 4px 12px #0000001a;--lp-shadow-lg:0 8px 30px #0000001f;--lp-shadow-navbar:0 2px 10px #0000001a;--lp-primary:#696cff;--lp-success:#71dd37;--lp-warning:#ffab00;--lp-gradient:linear-gradient(135deg,#667de9,#6c69cd 50%,#7258b5);--lp-gradient-start:#667de9;--lp-gradient-mid:#6c69cd;--lp-gradient-end:#7258b5;--lp-wave-fill:#6d67cb;--lp-wave-gradient-start:#667de9;--lp-wave-gradient-mid:#6b6dd3;--lp-wave-gradient-end:#6e63c5;--lp-card-icon-bg:linear-gradient(135deg,#667de91a,#7258b51a);--lp-card-icon-color:#667de9;--lp-scrollbar-track:#f8f9fa;--lp-scrollbar-thumb:#a1acb8;background:var(--lp-bg-body);color:var(--lp-text-primary);min-height:100vh;font-family:Arimo,sans-serif;font-weight:400;overflow-x:hidden}.landing-page[data-theme=dark]{--lp-bg-body:#1e1e32;--lp-bg-white:#232340;--lp-bg-light:#1e1e32;--lp-bg-card:#232340;--lp-bg-navbar-sticky:#232340f2;--lp-bg-preloader:#1e1e32;--lp-text-dark:#e4e6eb;--lp-text-primary:#c5c7cd;--lp-text-secondary:#a1a4ab;--lp-text-muted:#787c85;--lp-border:#ffffff1a;--lp-border-light:#ffffff0d;--lp-shadow-sm:0 2px 6px #0000004d;--lp-shadow-md:0 4px 12px #0006;--lp-shadow-lg:0 8px 30px #00000080;--lp-shadow-navbar:0 2px 10px #0006;--lp-gradient:linear-gradient(135deg,#2a2a3e,#252538 50%,#1f1f30);--lp-gradient-start:#2a2a3e;--lp-gradient-mid:#252538;--lp-gradient-end:#1f1f30;--lp-wave-fill:#202031;--lp-wave-gradient-start:#2a2a3e;--lp-wave-gradient-mid:#252538;--lp-wave-gradient-end:#1f1f30;--lp-card-icon-bg:linear-gradient(135deg,#696cff26,#7258b526);--lp-card-icon-color:#8b8eff;--lp-scrollbar-track:#1e1e32;--lp-scrollbar-thumb:#4a4a6a}.landing-page[data-theme=pink]{--lp-bg-body:#fef0f5;--lp-bg-white:#fff;--lp-bg-light:#fef0f5;--lp-bg-card:#fff;--lp-bg-navbar-sticky:#fffffff2;--lp-bg-preloader:#fff;--lp-text-dark:#162447;--lp-text-primary:#566a7f;--lp-text-secondary:#697a8d;--lp-text-muted:#a1acb8;--lp-border:#ec489926;--lp-border-light:#ec489914;--lp-shadow-sm:0 2px 6px #ec489914;--lp-shadow-md:0 4px 12px #ec48991f;--lp-shadow-lg:0 8px 30px #ec489926;--lp-shadow-navbar:0 2px 10px #ec48991a;--lp-primary:#ec4899;--lp-success:#71dd37;--lp-warning:#ffab00;--lp-gradient:linear-gradient(135deg,#ea4495,#dc2878 50%,#be185d);--lp-gradient-start:#ea4495;--lp-gradient-mid:#dc2878;--lp-gradient-end:#be185d;--lp-wave-fill:#c51c63;--lp-wave-gradient-start:#ea4495;--lp-wave-gradient-mid:#dc2878;--lp-wave-gradient-end:#be185d;--lp-card-icon-bg:linear-gradient(135deg,#ec48991a,#be185d1a);--lp-card-icon-color:#ec4899;--lp-scrollbar-track:#fef0f5;--lp-scrollbar-thumb:#f9a8d4}.landing-page *,.landing-page :after,.landing-page :before{box-sizing:border-box}.landing-page ::-webkit-scrollbar{width:8px;height:8px}.landing-page ::-webkit-scrollbar-track{background:var(--lp-scrollbar-track)}.landing-page ::-webkit-scrollbar-thumb{background:var(--lp-scrollbar-thumb);border-radius:.5rem}.landing-page ::-webkit-scrollbar-thumb:hover{background:var(--lp-primary)}.landing-page .preloader{position:fixed;top:0;left:0;display:table;height:100%;width:100%;background:var(--lp-bg-preloader);z-index:9999}.landing-page .preloader .loader{display:table-cell;vertical-align:middle;text-align:center}.landing-page .preloader .spinner{position:relative;width:64px;height:64px;margin:0 auto}.landing-page .navbar-area{position:absolute;top:0;left:0;width:100%;z-index:1000;transition:all .3s ease;padding:.75rem 0;background:#0000}.landing-page .navbar-area .navbar{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:90px}.landing-page .navbar-area.sticky{position:fixed;background-color:var(--lp-bg-navbar-sticky);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--lp-shadow-navbar);padding:.25rem 0}.landing-page .navbar-area.sticky .navbar{min-height:70px}.landing-page .navbar-area.sticky .navbar-brand{margin-top:-5px}.landing-page .navbar-area.sticky .navbar-brand img{max-height:78px!important}.landing-page .navbar-area.sticky .navbar-nav .nav-item a{color:var(--lp-text-dark)!important}.landing-page .navbar-area.sticky .btn-outline-light{color:var(--lp-primary)!important;border-color:var(--lp-primary)!important;background:#0000!important}.landing-page .navbar-area.sticky .btn-outline-light:hover{background:#696cff1a!important;color:var(--lp-primary)!important}.landing-page[data-theme=pink] .navbar-area.sticky .btn-outline-light{color:#ec4899!important;border-color:#ec4899!important}.landing-page[data-theme=pink] .navbar-area.sticky .btn-outline-light:hover{background:#ec48991a!important;color:#ec4899!important}.landing-page .navbar-area.sticky .navbar-toggler .toggler-icon{background-color:var(--lp-text-dark)}.landing-page .navbar-toggler{padding:0;border:none;display:none;background:#0000}.landing-page .navbar-toggler:focus{outline:none;box-shadow:none}.landing-page .navbar-toggler .toggler-icon{width:30px;height:2px;background-color:#fff;display:block;margin:5px 0;position:relative;transition:all .3s ease-out}.landing-page .navbar-toggler.active .toggler-icon:first-of-type{transform:rotate(45deg);top:7px}.landing-page .navbar-toggler.active .toggler-icon:nth-of-type(2){opacity:0}.landing-page .navbar-toggler.active .toggler-icon:nth-of-type(3){transform:rotate(-45deg);top:-7px}.landing-page .navbar-brand{order:0;display:flex;align-items:center;margin-top:-10px}.landing-page .navbar-brand img{max-height:85px!important;max-width:100%;transition:all .3s ease}@media (min-width:1024px){.landing-page .navbar-brand img{max-height:100px!important}}.landing-page .navbar-nav{display:flex;flex-direction:row;align-items:center;list-style:none;margin:0;padding:0}.landing-page .navbar-nav .nav-item{position:relative;margin-left:1.5rem}.landing-page .navbar-nav .nav-item a{font-size:1rem;font-weight:400;color:#fff!important;transition:all .3s ease;padding:.25rem 0;position:relative;text-decoration:none!important;display:inline-block}.landing-page .navbar-nav .nav-item a:before{content:"";position:absolute;height:3px;width:0;border-radius:2px;background:#ffab00;bottom:0;left:0;z-index:-1;transition:all .3s ease}.landing-page .navbar-nav .nav-item a.active:before,.landing-page .navbar-nav .nav-item a:hover:before{width:100%}.landing-page .navbar-collapse{display:flex;margin-top:-15px;align-items:center;justify-content:flex-end;flex:1 1}.landing-page .nav-buttons .btn{padding:.5rem 1.25rem;font-size:.875rem;border-radius:.25rem}.landing-page .nav-buttons .dark-mode-toggle{background:#fff3;border:1px solid #ffffff4d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.landing-page .nav-buttons .dark-mode-toggle:hover{background:#ffffff4d}.landing-page .nav-buttons .dark-mode-toggle .toggle-icon{color:#fff}.landing-page .navbar-area.sticky .nav-buttons .dark-mode-toggle{background:#696cff1a;border-color:#696cff4d}.landing-page .navbar-area.sticky .nav-buttons .dark-mode-toggle:hover{background:#696cff33}.landing-page .navbar-area.sticky .nav-buttons .dark-mode-toggle .toggle-icon{color:var(--lp-primary)}.landing-page[data-theme=pink] .navbar-area.sticky .nav-buttons .dark-mode-toggle{background:#ec48991a;border-color:#ec48994d}.landing-page[data-theme=pink] .navbar-area.sticky .nav-buttons .dark-mode-toggle .toggle-icon{color:#ec4899}.landing-page .navbar .container{display:flex;align-items:center}.landing-page .hero-section{position:relative;padding:140px 0 0;background:var(--lp-gradient);color:#fff;overflow:visible}.landing-page .hero-section .hero-content{margin-bottom:3rem;padding-top:1.5rem}.landing-page .hero-section .hero-content h1{font-size:clamp(1.5rem,4vw,3rem);line-height:1.25;font-weight:700;margin-bottom:2rem;color:#fff}.landing-page .hero-section .hero-content p{font-size:clamp(.875rem,1.5vw,1.125rem);line-height:1.6;margin-bottom:2.5rem;color:#ffffffe6}.landing-page .hero-section .hero-img img{border-radius:1.25rem;box-shadow:0 20px 40px #0003}.landing-page .hero-wave{position:absolute;bottom:-79px;left:0;width:100%;overflow:hidden;line-height:0;z-index:10}.landing-page .hero-wave .wave-svg{position:relative;display:block;width:calc(100% + 1.3px);height:80px;transform:scaleY(-1)}.landing-page .hero-wave-stop-1{stop-color:#6972d9;stop-opacity:1}.landing-page .hero-wave-stop-2{stop-color:#6d65c8;stop-opacity:1}.landing-page .hero-wave-stop-3{stop-color:#7258b5;stop-opacity:1}.landing-page[data-theme=dark] .hero-wave-stop-1{stop-color:#27273b}.landing-page[data-theme=dark] .hero-wave-stop-2{stop-color:#242437}.landing-page[data-theme=dark] .hero-wave-stop-3{stop-color:#1f1f30}.landing-page[data-theme=pink] .hero-wave-stop-1{stop-color:#e23485}.landing-page[data-theme=pink] .hero-wave-stop-2{stop-color:#d52472}.landing-page[data-theme=pink] .hero-wave-stop-3{stop-color:#be185d}.landing-page .feature-section{padding:5rem 0;background:var(--lp-bg-light);margin-bottom:0}.landing-page .feature-section h2{color:var(--lp-text-dark)}.landing-page .feature-section .text-muted{color:var(--lp-text-muted)!important}.landing-page .feature-section .section-title{margin-bottom:3rem}.landing-page .feature-section .single-feature{padding:2rem 1.5rem;border-radius:1.25rem;background:var(--lp-bg-card);transition:all .3s ease;margin-bottom:1.5rem;box-shadow:var(--lp-shadow-sm);border:1px solid var(--lp-border)}.landing-page .feature-section .single-feature:hover{transform:translateY(-8px);box-shadow:var(--lp-shadow-lg);border-color:var(--lp-primary)}.landing-page .feature-section .single-feature .icon{width:80px;height:80px;border-radius:1rem;background:var(--lp-card-icon-bg);color:var(--lp-card-icon-color);margin:0 auto 1.5rem;display:flex;justify-content:center;align-items:center;transition:all .3s ease}.landing-page .feature-section .single-feature:hover .icon{background:var(--lp-gradient);color:#fff;transform:scale(1.05)}.landing-page .feature-section .single-feature h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:var(--lp-text-dark)}.landing-page .feature-section .single-feature p{font-size:.875rem;line-height:1.7;color:var(--lp-text-secondary);margin-bottom:0}.landing-page .about-section{background:var(--lp-gradient);position:relative;color:#fff;margin-top:0}.landing-page .about-wave-bottom,.landing-page .about-wave-top{position:relative;line-height:0;margin:0;padding:0}.landing-page .about-wave-bottom svg,.landing-page .about-wave-top svg{display:block;width:100%;height:80px;vertical-align:bottom}.landing-page .about-wave-top{margin-bottom:0;transform:translateY(-1px)}.landing-page .about-wave-bottom{margin-top:0;transform:translateY(1px)}.landing-page .about-content-wrapper{padding:3rem 0}.landing-page .about-section .about-img img{border-radius:1.25rem;box-shadow:0 20px 40px #0003}.landing-page .about-section .about-content .lead,.landing-page .about-section .about-content h2{color:#fff}.landing-page .about-section .about-content ul li{color:#ffffffe6}.landing-page .about-section .about-content a.btn-primary{background:#fff;color:var(--lp-primary)}.landing-page .about-section .about-content a.btn-primary:hover{background:#ffffffe6}.landing-page .about-section .about-content ul li i,.landing-page .about-section .about-content ul li svg{color:#fff}.landing-page .about-section .about-content ul li.about-item-highlight{background:#fbbf242e;border:1px solid #fbbf2466;border-radius:10px;padding:.6rem .9rem;margin-left:-.9rem;color:#fff}.landing-page .about-section .about-content ul li.about-item-highlight svg{color:#fff;flex-shrink:0}.landing-page .subscribe-section{padding:5rem 0 4rem;background:var(--lp-bg-light)}.landing-page .subscribe-wrapper{background:var(--lp-gradient);padding:3rem 2.5rem 2.5rem;border-radius:1.5rem;box-shadow:0 20px 40px #666cff40}.landing-page[data-theme=pink] .subscribe-wrapper{box-shadow:0 20px 40px #ec489940}.landing-page[data-theme=dark] .subscribe-wrapper{box-shadow:0 20px 40px #0006}.landing-page .subscribe-wrapper h2{font-size:2.5rem;font-weight:700;color:#fff}.landing-page .subscribe-wrapper p{color:#ffffffe6}.landing-page .wave-top{position:relative;width:100%;height:80px;overflow:hidden;line-height:0;margin-top:4rem}.landing-page .wave-top svg{position:relative;display:block;width:calc(100% + 1.3px);height:80px}.landing-page .wave-gradient-stop-1{stop-color:#667de9;stop-opacity:1}.landing-page .wave-gradient-stop-2{stop-color:#6b6dd3;stop-opacity:1}.landing-page .wave-gradient-stop-3{stop-color:#6e63c5;stop-opacity:1}.landing-page[data-theme=dark] .wave-gradient-stop-1{stop-color:#2a2a3e}.landing-page[data-theme=dark] .wave-gradient-stop-2{stop-color:#252538}.landing-page[data-theme=dark] .wave-gradient-stop-3{stop-color:#222234}.landing-page[data-theme=pink] .wave-gradient-stop-1{stop-color:#ea4495}.landing-page[data-theme=pink] .wave-gradient-stop-2{stop-color:#df2d7d}.landing-page[data-theme=pink] .wave-gradient-stop-3{stop-color:#ce216c}.landing-page .showcase-section{position:relative;background:var(--lp-gradient)}.landing-page .showcase-wave-bottom,.landing-page .showcase-wave-top{position:relative;line-height:0;margin:0;padding:0}.landing-page .showcase-wave-bottom svg,.landing-page .showcase-wave-top svg{display:block;width:100%;height:80px;vertical-align:bottom}.landing-page .showcase-wave-top{margin-bottom:0;transform:translateY(-1px)}.landing-page .showcase-wave-bottom{margin-top:0;transform:translateY(1px)}.landing-page .showcase-content{padding:2rem 0 3rem}.landing-page .showcase-section h2{font-size:2.25rem;font-weight:700;color:#fff}.landing-page .showcase-section .text-white-70{color:#ffffffb3;font-size:1.125rem}.landing-page .showcase-carousel{position:relative;max-width:700px;margin:0 auto;padding:0 2rem}.landing-page .showcase-carousel-track{display:flex;gap:1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:1rem 0}.landing-page .showcase-carousel-track::-webkit-scrollbar{display:none}.landing-page .showcase-slide{flex:0 0 100%;scroll-snap-align:center;position:relative;border-radius:1rem;overflow:hidden;box-shadow:0 20px 40px #00000040;background:var(--lp-bg-card)}.landing-page .showcase-slide img{width:100%;height:auto;display:block}.landing-page .showcase-label{position:absolute;bottom:0;left:0;right:0;padding:1rem 1.25rem;background:linear-gradient(0deg,#000000b3 0,#0000);color:#fff;font-weight:600;font-size:.95rem;text-align:center}.landing-page .showcase-carousel-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}.landing-page .showcase-carousel-dot{width:10px;height:10px;border-radius:50%;background:#fff6;border:none;cursor:pointer;transition:all .3s ease}.landing-page .showcase-carousel-dot.active,.landing-page .showcase-carousel-dot:hover{background:#ffffffe6;transform:scale(1.2)}.landing-page .showcase-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #fff3;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:10;opacity:.7}.landing-page .showcase-arrow:hover{background:#ffffff40;opacity:1;transform:translateY(-50%) scale(1.1)}.landing-page .showcase-arrow-left{left:-10px}.landing-page .showcase-arrow-right{right:-10px}.landing-page .showcase-progress-bar{position:absolute;bottom:-45px;left:50%;transform:translateX(-50%);width:120px;height:3px;background:#fff3;border-radius:3px;overflow:hidden;z-index:20}.landing-page .showcase-progress-fill{height:100%;background:#ffffffe6;border-radius:3px;transition:width .1s linear}.landing-page .showcase-counter{position:absolute;bottom:-50px;right:2rem;font-size:.8rem;color:#ffffff80;font-weight:500}.landing-page .showcase-zoom-hint{position:absolute;top:1rem;right:1rem;width:36px;height:36px;border-radius:50%;background:#00000080;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;color:#fff;opacity:0;transform:scale(.8);transition:all .3s cubic-bezier(.4,0,.2,1)}.landing-page .showcase-slide{cursor:pointer;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s ease}.landing-page .showcase-slide:hover{transform:scale(1.02);box-shadow:0 25px 50px #00000059}.landing-page .showcase-slide:hover .showcase-zoom-hint{opacity:1;transform:scale(1)}.landing-page .showcase-zoom-overlay{position:fixed;top:0;left:0;right:0;bottom:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .3s ease}.landing-page .showcase-zoom-overlay *{background-color:initial;box-shadow:none}.landing-page .showcase-zoom-content,.landing-page[data-theme=dark] .showcase-zoom-content,.landing-page[data-theme=pink] .showcase-zoom-content{position:relative;display:inline-flex;flex-direction:column;align-items:center;max-width:90vw;max-height:90vh;animation:zoomIn .3s cubic-bezier(.4,0,.2,1);background:#0000!important;background-color:initial!important;background-image:none!important;box-shadow:none!important;border:none!important;padding:0!important;margin:0!important;border-radius:0!important}.landing-page .showcase-zoom-content img,.landing-page[data-theme=dark] .showcase-zoom-content img,.landing-page[data-theme=pink] .showcase-zoom-content img{max-width:100%;max-height:85vh;width:auto;height:auto;border-radius:.75rem;display:block;object-fit:contain;background:#0000!important;background-color:initial!important;background-image:none!important;box-shadow:none!important;border:none!important;padding:0!important;margin:0!important}.landing-page .showcase-zoom-close{position:absolute;top:-50px;right:0;width:40px;height:40px;border-radius:50%;background:#ffffff1a;border:1px solid #fff3;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.landing-page .showcase-zoom-close:hover{background:#fff3;transform:rotate(90deg)}.landing-page .showcase-zoom-label{text-align:center;color:#fff;font-size:1.25rem;font-weight:600;margin-top:1.5rem;background:#0000!important;box-shadow:none!important}@keyframes zoomIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.landing-page .showcase-carousel{margin:0 -1rem;padding:0 1rem}.landing-page .showcase-section h2{font-size:1.75rem}.landing-page .showcase-arrow{width:36px;height:36px}.landing-page .showcase-arrow-left{left:.5rem}.landing-page .showcase-arrow-right{right:.5rem}.landing-page .showcase-progress-bar{bottom:-40px;width:100px}.landing-page .showcase-counter{right:1rem;bottom:-45px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.landing-page .animate-on-scroll{opacity:0;transform:translateY(40px);transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1)}.landing-page .animate-on-scroll.is-visible{opacity:1;transform:translateY(0)}.landing-page .animate-on-scroll.is-visible .single-feature:first-child{transition-delay:.1s}.landing-page .animate-on-scroll.is-visible .single-feature:nth-child(2){transition-delay:.2s}.landing-page .animate-on-scroll.is-visible .single-feature:nth-child(3){transition-delay:.3s}.landing-page .animate-on-scroll.is-visible .single-feature:nth-child(4){transition-delay:.4s}.landing-page .animate-on-scroll.is-visible .single-feature:nth-child(5){transition-delay:.5s}.landing-page .animate-on-scroll.is-visible .single-feature:nth-child(6){transition-delay:.6s}.landing-page .fade-in-element{opacity:0;transform:translateY(30px);transition:opacity .5s ease,transform .5s ease}.landing-page .fade-in-element.is-visible{opacity:1;transform:translateY(0)}.landing-page .feature-section .single-feature{position:relative;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}.landing-page .feature-section .single-feature:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:1.25rem;padding:2px;background:var(--lp-gradient);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .4s ease}.landing-page .feature-section .single-feature:hover:before{opacity:1}.landing-page .feature-section .single-feature:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,#0000 30%,#ffffff1a 50%,#0000 70%);transform:translateX(-100%) rotate(45deg);transition:transform .6s ease}.landing-page .feature-section .single-feature:hover:after{transform:translateX(100%) rotate(45deg)}.landing-page .feature-section .single-feature:hover .icon{animation:iconPulse .5s ease}@keyframes iconPulse{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1.05)}}.landing-page .btn{position:relative;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.landing-page .btn:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:#ffffff4d;border-radius:50%;transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease,opacity .6s ease;opacity:0}.landing-page .btn:active:after{width:300px;height:300px;opacity:0;transition:width 0s,height 0s,opacity .6s ease}.landing-page .btn-primary:hover{box-shadow:0 8px 25px #696cff66;transform:translateY(-3px)}.landing-page .btn-success:hover{box-shadow:0 8px 25px #71dd3766;transform:translateY(-3px)}.landing-page .btn-light:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-3px)}.landing-page .btn-outline-light:hover{box-shadow:0 8px 25px #fff3;transform:translateY(-3px)}.landing-page[data-theme=pink] .btn-primary:hover{box-shadow:0 8px 25px #ec489966}.landing-page a{transition:all .3s cubic-bezier(.4,0,.2,1)}.landing-page img{transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .3s ease,box-shadow .3s ease}.landing-page .showcase-zoom-content img,.landing-page .showcase-zoom-overlay img{transition:none;box-shadow:none!important;background:#0000!important}.landing-page .hero-img img{animation:heroFloat 6s ease-in-out infinite}@keyframes heroFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.landing-page .about-img img{transition:transform .5s cubic-bezier(.4,0,.2,1)}.landing-page .about-img:hover img{transform:scale(1.03)}.landing-page .subscribe-wrapper{transition:box-shadow .4s ease,transform .4s ease}.landing-page .subscribe-wrapper:hover{transform:translateY(-5px);box-shadow:0 25px 50px #666cff59}.landing-page[data-theme=pink] .subscribe-wrapper:hover{box-shadow:0 25px 50px #ec489959}.landing-page[data-theme=dark] .subscribe-wrapper:hover{box-shadow:0 25px 50px #00000080}.landing-page .navbar-area{transition:all .4s cubic-bezier(.4,0,.2,1)}.landing-page .scroll-top{transition:all .3s cubic-bezier(.4,0,.2,1)}.landing-page .scroll-top:hover{transform:translateY(-5px) scale(1.1);box-shadow:0 10px 30px #696cff66}.landing-page .footer{padding-top:0;margin-top:-1px;background:var(--lp-gradient);color:#fff}.landing-page .footer *{background-color:initial!important;background:#0000!important}.landing-page .footer .socials li a{background:#fff!important}.landing-page .footer .logo img{max-width:250px}.landing-page .footer .widget-wrapper{padding:2rem 0;background:#0000!important;box-shadow:none!important}.landing-page .footer .logo.mb-30{margin-bottom:1rem!important;padding-bottom:.5rem!important}.landing-page .footer .footer-widget{margin-bottom:1.5rem}.landing-page .footer .footer-widget h3{color:#fff;font-size:1.125rem;font-weight:600;margin-bottom:1rem}.landing-page .footer .footer-widget .links{list-style:none;padding-left:0;margin:0}.landing-page .footer .footer-widget .links li{margin-bottom:.5rem;font-size:.875rem;list-style:none}.landing-page .footer .footer-widget .links li a{color:#fffc;text-decoration:none;transition:all .3s ease}.landing-page .footer .footer-widget .links li a:hover{color:#fff;padding-left:.5rem}.landing-page .footer .desc.mb-30{margin-bottom:1rem!important}.landing-page .footer .socials{display:flex;gap:1rem}.landing-page .footer .socials li a{width:40px;height:40px;border-radius:50%;background:#fff;color:var(--lp-primary);display:flex;justify-content:center;align-items:center;font-size:1.25rem;transition:all .3s ease}.landing-page .footer .socials li a:hover{background:#ffffffe6!important;transform:translateY(-3px)}.landing-page .scroll-top{width:45px;height:45px;background:var(--lp-primary);display:none;justify-content:center;align-items:center;font-size:1.125rem;color:#fff;border-radius:.25rem;position:fixed;bottom:1.5rem;right:1.5rem;z-index:1020;cursor:pointer;transition:all .3s ease;border:none}.landing-page .scroll-top:hover{background:var(--lp-gradient-start);transform:translateY(-3px)}.landing-page .btn{padding:.75rem 1.5rem;font-weight:500;border-radius:.25rem;transition:all .3s ease}.landing-page .btn-lg{padding:1rem 2.5rem;font-size:1.125rem}.landing-page .btn-primary{background:var(--lp-primary);border:none;color:#fff}.landing-page .btn-primary:hover{background:var(--lp-gradient-start);transform:translateY(-2px)}.landing-page .btn-success{background:#71dd37;border:none;color:#fff}.landing-page .btn-success:hover{background:#5cb85c;transform:translateY(-2px)}.landing-page .btn-outline-light{color:#fff;border-color:#fff;background:#0000}.landing-page .btn-outline-light:hover{background:#fff3;color:#fff;border-color:#fff}.landing-page .btn-light{background:#fff;color:#162447;border:none}.landing-page .btn-light:hover{background:#f8f9fa;transform:translateY(-2px)}@media (max-width:1023px){.landing-page .navbar-toggler{display:block}.landing-page .navbar-collapse{position:absolute;top:100%;left:0;width:100%;max-height:calc(100vh - 80px);overflow-y:auto;background:var(--lp-bg-white);padding:1.5rem;border-radius:0 0 .75rem .75rem;box-shadow:var(--lp-shadow-md);flex-direction:column;z-index:999}.landing-page .navbar-collapse:not(.show){display:none}.landing-page .navbar-nav{flex-direction:column;width:100%}.landing-page .navbar-nav .nav-item{margin-left:0;margin-bottom:.5rem}.landing-page .navbar-nav .nav-item a{color:var(--lp-text-dark)!important}.landing-page .nav-buttons{margin-top:1rem;width:100%;justify-content:center;flex-direction:row}.landing-page .navbar-collapse .nav-buttons .dark-mode-toggle{background:#696cff1a;border-color:#696cff4d}.landing-page .navbar-collapse .nav-buttons .dark-mode-toggle .toggle-icon{color:var(--lp-primary)}.landing-page[data-theme=pink] .navbar-collapse .nav-buttons .dark-mode-toggle{background:#ec48991a;border-color:#ec48994d}.landing-page[data-theme=pink] .navbar-collapse .nav-buttons .dark-mode-toggle .toggle-icon{color:#ec4899}.landing-page .hero-section .hero-content{margin-bottom:3rem;text-align:center}.landing-page .about-section .about-content{padding-left:0;margin-top:3rem}.landing-page .subscribe-wrapper{padding:2rem 1.5rem;text-align:center}.landing-page .subscribe-wrapper .cta-buttons{margin-top:1.5rem;text-align:center}.landing-page .footer{padding-top:.5rem}.landing-page .footer .row{text-align:center}.landing-page .footer .footer-widget .links{list-style:none;padding-left:0;display:flex;flex-direction:column;align-items:center}.landing-page .footer .footer-widget{text-align:center}.landing-page .footer .socials{justify-content:center}}@media (max-width:768px){.landing-page .navbar-area{padding:.5rem 0}.landing-page .navbar-brand img{max-height:70px!important}.landing-page .hero-section{padding:110px 0 0}.landing-page .hero-section .hero-content{padding-bottom:2rem}.landing-page .hero-wave{bottom:-69px}.landing-page .hero-wave .wave-svg{height:70px}.landing-page .feature-section .single-feature{padding:1.5rem 1.25rem}.landing-page .about-section .about-content h2,.landing-page .subscribe-wrapper h2{font-size:2rem}.landing-page .footer{padding-top:.5rem}.landing-page .wave-top{height:60px;margin-top:2rem}.landing-page .wave-top svg{height:60px}}@media (max-width:480px){.landing-page .cta-buttons{flex-direction:column;gap:.75rem}.landing-page .cta-buttons .btn{width:100%;padding:.5rem 1rem;font-size:.75rem}.landing-page .feature-section{padding:3rem 0}.landing-page .subscribe-section{padding:3rem 0 2rem}.landing-page .navbar-brand img{max-height:55px!important}.landing-page .hero-content h1{font-size:1.25rem!important;line-height:1.375}.landing-page .hero-content p{font-size:.75rem!important}.landing-page .hero-section{padding:60px 1rem 0}.landing-page .feature-section .single-feature{padding:1.25rem 1rem}.landing-page .feature-section .single-feature h3{font-size:1rem}.landing-page .feature-section .single-feature p{font-size:.75rem}.landing-page .subscribe-wrapper{padding:1.5rem 1rem}.landing-page .subscribe-wrapper h2{font-size:1.25rem}}.landing-page .text-dark{color:var(--lp-text-dark)!important}.landing-page .text-white{color:#fff!important}.landing-page .text-muted{color:var(--lp-text-muted)!important}.landing-page .lead{color:inherit}.landing-page .bg-white{background-color:var(--lp-bg-white)!important}.landing-page .bg-light{background-color:var(--lp-bg-light)!important}.landing-page .card{background:var(--lp-bg-card);border-color:var(--lp-border);color:var(--lp-text-dark)}.landing-page input,.landing-page select,.landing-page textarea{background:var(--lp-bg-white);color:var(--lp-text-dark);border-color:var(--lp-border)}.landing-page input::placeholder,.landing-page textarea::placeholder{color:var(--lp-text-muted)}.landing-page a,.landing-page a:hover{color:inherit}.landing-page{background:radial-gradient(circle at 15% 50%,#696cff0d,#0000 35%),radial-gradient(circle at 85% 30%,#71dd370a,#0000 35%),var(--lp-bg-body)!important}.landing-page[data-theme=dark]{background:radial-gradient(circle at 15% 50%,#8b8eff14,#0000 40%),radial-gradient(circle at 85% 30%,#ffab000d,#0000 40%),var(--lp-bg-body)!important}.landing-page[data-theme=pink]{background:radial-gradient(circle at 15% 50%,#ec489914,#0000 40%),radial-gradient(circle at 85% 30%,#ffab000d,#0000 40%),var(--lp-bg-body)!important}.text-gradient-primary{background:var(--lp-gradient)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:#0000!important;background-clip:text!important;color:#0000!important;display:inline-block;text-shadow:0 4px 20px #696cff33}.landing-page[data-theme=dark] .text-gradient-primary{background:linear-gradient(135deg,#a4a6ff,#d4d6ff 50%,#e4e6eb)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:#0000!important;text-shadow:0 4px 25px #8b8eff66}.landing-page[data-theme=pink] .text-gradient-primary{text-shadow:0 4px 20px #ec489966}@keyframes float-modern{0%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-30px) rotate(5deg)}to{transform:translateY(0) rotate(0deg)}}.floating-element{animation:float-modern 5s ease-in-out infinite;display:inline-block}.floating-element.delay-1{animation-delay:1.2s}.floating-element.delay-2{animation-delay:2.5s}.landing-page .feature-section .single-feature{background:#ffffff73!important;backdrop-filter:blur(24px)!important;-webkit-backdrop-filter:blur(24px)!important;border:1px solid #ffffffe6!important;box-shadow:0 12px 40px #696cff14!important}.landing-page[data-theme=dark] .feature-section .single-feature{background:#23234066!important;backdrop-filter:blur(24px)!important;-webkit-backdrop-filter:blur(24px)!important;border:1px solid #ffffff1a!important;box-shadow:0 12px 40px #0006!important}.landing-page[data-theme=pink] .feature-section .single-feature{background:#ffffff80!important;backdrop-filter:blur(24px)!important;-webkit-backdrop-filter:blur(24px)!important;border:1px solid #ec489933!important;box-shadow:0 12px 40px #ec48991a!important}.btn-modern-glow{position:relative;overflow:hidden;box-shadow:0 6px 20px #696cff80!important;transition:all .3s cubic-bezier(.25,.8,.25,1)!important}.landing-page[data-theme=dark] .btn-modern-glow{box-shadow:0 6px 20px #8b8eff66!important}.landing-page[data-theme=pink] .btn-modern-glow{box-shadow:0 6px 20px #ec489966!important}.btn-modern-glow:before{content:"";position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(90deg,#0000,#fff9,#0000);transition:all .6s ease;z-index:1;pointer-events:none}.btn-modern-glow:hover:before{left:150%}.btn-modern-glow:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 12px 30px #696cff99!important}.landing-page[data-theme=dark] .btn-modern-glow:hover{box-shadow:0 12px 30px #8b8eff80!important}.landing-page[data-theme=pink] .btn-modern-glow:hover{box-shadow:0 12px 30px #ec489980!important}.bg-blob-1,.bg-blob-2{position:absolute;border-radius:50%;filter:blur(100px);z-index:-1;opacity:.6;pointer-events:none}.bg-blob-1{width:500px;height:500px;background:#696cff33;top:-150px;right:-150px}.bg-blob-2{width:400px;height:400px;background:#71dd3733;bottom:-100px;left:-150px}.landing-page[data-theme=dark] .bg-blob-1{background:#8b8eff26}.landing-page[data-theme=dark] .bg-blob-2{background:#ffab001a}.landing-page[data-theme=pink] .bg-blob-1{background:#ec489926}.landing-page[data-theme=pink] .bg-blob-2{background:#ffab001a}.lp-section-badge{display:inline-block;background:var(--lp-primary-light,#696cff1f);color:var(--lp-primary,#696cff);font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.3rem .85rem;border-radius:20px;margin-bottom:1rem}.lp-badge-light{background:#ffffff26;color:#fff}.lp-section-title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;line-height:1.2;color:var(--lp-heading,#1e293b);margin-bottom:1rem}.lp-section-lead{font-size:1.05rem;color:var(--lp-text-muted,#64748b);line-height:1.7;margin-bottom:1.5rem}.lp-check-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.lp-check-list li{display:flex;align-items:center;gap:.6rem;font-size:.97rem;color:var(--lp-text,#334155)}.lp-check-list li svg{color:var(--lp-primary,#696cff);flex-shrink:0}.lp-btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:var(--lp-primary,#696cff);color:#fff;font-weight:600;font-size:.95rem;padding:.75rem 1.5rem;border-radius:10px;text-decoration:none;transition:background .2s,transform .15s}.lp-btn-primary:hover{background:var(--lp-primary-dark,#5558e3);color:#fff;transform:translateY(-2px)}.lp-resumos-section{padding:6rem 0;background:var(--lp-bg-body)}.lp-resumos-img-wrapper{border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #696cff26}.lp-import-callout{display:flex;align-items:center;gap:1.25rem;margin-top:3rem;padding:1.25rem 1.75rem;background:#696cff0f;border:1px solid #696cff2e;border-radius:14px;max-width:680px;margin-left:auto;margin-right:auto}.lp-import-callout-icon{flex-shrink:0;width:52px;height:52px;background:#696cff1a;border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--lp-primary,#696cff)}.lp-import-callout-text{display:flex;flex-direction:column;gap:.2rem}.lp-import-callout-text strong{font-size:1rem;color:var(--lp-heading,#1e293b)}.lp-import-callout-text span{font-size:.9rem;color:var(--lp-text-muted,#64748b);line-height:1.5}.landing-page[data-theme=dark] .lp-import-callout{background:#696cff14;border-color:#696cff40}.landing-page[data-theme=dark] .lp-import-callout-text strong{color:#f1f5f9}.landing-page[data-theme=dark] .lp-import-callout-text span{color:#94a3b8}.landing-page[data-theme=pink] .lp-import-callout{background:#ec48990f;border-color:#ec489933}.landing-page[data-theme=pink] .lp-import-callout-icon{background:#ec48991a;color:#ec4899}@media (max-width:576px){.lp-import-callout{flex-direction:column;text-align:center;gap:.75rem}}.lp-cross-section{position:relative;background:linear-gradient(135deg,#667de9,#6b6dd3 50%,#6e63c5);padding:0}.lp-cross-wave-bottom,.lp-cross-wave-top{line-height:0}.lp-cross-wave-bottom svg,.lp-cross-wave-top svg{display:block;width:100%}.lp-cross-section .container{padding-top:4rem;padding-bottom:4rem}.lp-cross-card{background:#ffffff1f;border:1px solid #fff3;border-radius:16px;padding:2rem 1.5rem;text-align:center;color:#fff;height:100%;transition:transform .2s,background .2s}.lp-cross-card:hover{background:#ffffff2e;transform:translateY(-4px)}.lp-cross-icon{width:64px;height:64px;background:#ffffff26;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;color:#fff}.lp-cross-card h4{font-size:1.1rem;font-weight:700;margin-bottom:.75rem;color:#fff}.lp-cross-card p{font-size:.92rem;color:#fffc;line-height:1.6;margin:0}.lp-gamificacao-section{padding:6rem 0;background:var(--lp-bg-section,#f8f9ff)}.lp-gamificacao-img-wrapper{position:relative;border-radius:16px;overflow:visible}.lp-gamificacao-img-wrapper>.img-fluid{border-radius:16px;box-shadow:0 20px 60px #696cff2e}.lp-gamificacao-badge-float{position:absolute;bottom:-24px;left:-24px;width:180px;background:var(--lp-bg-body);border-radius:16px;padding:.75rem;box-shadow:0 8px 32px #00000026;border:1px solid #696cff1f}.lp-badge-gamificacao{background:#fbbf241f;color:#d97706}.landing-page[data-theme=dark] .lp-gamificacao-section{background:var(--lp-bg-body)}.landing-page[data-theme=dark] .lp-gamificacao-img-wrapper>.img-fluid{box-shadow:0 20px 60px #0006}.landing-page[data-theme=dark] .lp-gamificacao-badge-float{background:var(--lp-bg-card,#1e293b);border-color:#ffffff14;box-shadow:0 8px 32px #0006}.landing-page[data-theme=dark] .lp-badge-gamificacao{background:#fbbf2426;color:#fbbf24}.landing-page[data-theme=pink] .lp-gamificacao-section{background:#fdf2f8}.landing-page[data-theme=pink] .lp-gamificacao-img-wrapper>.img-fluid{box-shadow:0 20px 60px #ec489926}.landing-page[data-theme=pink] .lp-badge-gamificacao{background:#ec48991f;color:#ec4899}.landing-page[data-theme=pink] .lp-gamificacao-badge-float{border-color:#ec489926;box-shadow:0 8px 32px #ec48991f}.lp-comunidade-section{position:relative;background:linear-gradient(135deg,#667de9,#6b6dd3 50%,#6e63c5);padding:0}.lp-comunidade-wave-bottom,.lp-comunidade-wave-top{line-height:0}.lp-comunidade-wave-bottom svg,.lp-comunidade-wave-top svg{display:block;width:100%}.lp-comunidade-inner{padding-top:4rem;padding-bottom:4rem}.lp-comunidade-section .lp-section-title{color:#fff}.lp-comunidade-section .lp-section-lead{color:#fffc}.lp-comunidade-section .lp-section-badge{background:#ffffff26;color:#fff}.lp-comunidade-section .lp-check-list li{color:#ffffffe6}.lp-comunidade-section .lp-check-list li svg{color:#fff}.lp-comunidade-section .lp-btn-primary{background:#fff3;border:1px solid #fff6;color:#fff}.lp-comunidade-section .lp-btn-primary:hover{background:#ffffff4d;color:#fff}.lp-comunidade-img-wrapper{border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #00000040}@media (max-width:991px){.lp-comunidade-section,.lp-gamificacao-section,.lp-resumos-section{padding:4rem 0}.lp-comunidade-img-wrapper,.lp-resumos-img-wrapper{margin-top:2rem}.lp-comunidade-section .col-lg-6:last-child{order:-1}.lp-gamificacao-section .order-lg-2{order:-1;margin-bottom:2rem}.lp-gamificacao-badge-float{width:140px;bottom:-16px;left:-12px}}.landing-page[data-theme=dark] .lp-comunidade-section,.landing-page[data-theme=dark] .lp-cross-section{background:linear-gradient(135deg,#1a1a3e,#1e1b4b 50%,#2d2a6e)}.landing-page[data-theme=dark] .lp-comunidade-section .lp-section-title{color:#f1f5f9}.landing-page[data-theme=dark] .lp-comunidade-section .lp-section-lead{color:#ffffffb8}.landing-page[data-theme=dark] .lp-comunidade-section .lp-check-list li{color:#ffffffd9}.landing-page[data-theme=dark] .lp-comunidade-section .lp-check-list li svg{color:#a5b4fc}.landing-page[data-theme=dark] .lp-comunidade-section .lp-section-badge{background:#ffffff1f;color:#c7d2fe}.landing-page[data-theme=dark] .lp-comunidade-img-wrapper{box-shadow:0 20px 60px #0006}.landing-page[data-theme=pink] .lp-comunidade-section,.landing-page[data-theme=pink] .lp-cross-section{background:linear-gradient(135deg,#9d174d,#be185d 50%,#db2777)}.landing-page[data-theme=dark] .lp-section-title{color:var(--lp-heading-dark,#f1f5f9)}.landing-page[data-theme=dark] .lp-section-lead{color:var(--lp-text-muted-dark,#94a3b8)}.landing-page[data-theme=dark] .lp-check-list li{color:#cbd5e1}.landing-page[data-theme=dark] .lp-section-badge{background:#696cff33;color:#a5b4fc}.landing-page[data-theme=pink] .lp-section-badge{background:#ec48991f;color:#ec4899}.landing-page[data-theme=pink] .lp-check-list li svg{color:#ec4899}.landing-page[data-theme=pink] .lp-btn-primary{background:#ec4899;color:#fff}.landing-page[data-theme=pink] .lp-btn-primary:hover{background:#db2777;color:#fff}.landing-page[data-theme=pink] .lp-app-section .lp-section-badge,.landing-page[data-theme=pink] .lp-comunidade-section .lp-section-badge,.landing-page[data-theme=pink] .lp-cross-section .lp-section-badge{background:#fff3;color:#fff}.landing-page[data-theme=pink] .lp-app-section .lp-check-list li,.landing-page[data-theme=pink] .lp-comunidade-section .lp-check-list li{color:#ffffffe6}.landing-page[data-theme=pink] .lp-app-section .lp-check-list li svg,.landing-page[data-theme=pink] .lp-comunidade-section .lp-check-list li svg{color:#fff}.landing-page[data-theme=pink] .lp-cross-section .lp-cross-card h4,.landing-page[data-theme=pink] .lp-cross-section .lp-cross-card p{color:#ffffffe6}.landing-page[data-theme=pink] .lp-cross-section .lp-cross-icon{background:#ffffff26;color:#fff}.landing-page[data-theme=pink] .lp-app-section .lp-btn-primary,.landing-page[data-theme=pink] .lp-comunidade-section .lp-btn-primary{background:#ffffff40;border:1px solid #ffffff80;color:#fff}.landing-page[data-theme=pink] .lp-app-section .lp-btn-primary:hover,.landing-page[data-theme=pink] .lp-comunidade-section .lp-btn-primary:hover{background:#ffffff59;color:#fff}.landing-page[data-theme=pink] .lp-comunidade-img-wrapper,.landing-page[data-theme=pink] .lp-resumos-img-wrapper{box-shadow:0 20px 60px #ec489926}.lp-gamificacao-section .lp-btn-primary,.lp-gamificacao-section .lp-btn-primary:hover,.lp-resumos-section .lp-btn-primary,.lp-resumos-section .lp-btn-primary:hover{color:#fff}.lp-app-section{position:relative;background:linear-gradient(135deg,#667de9,#6b6dd3 50%,#6e63c5);padding:0}.lp-app-wave-bottom,.lp-app-wave-top{line-height:0}.lp-app-wave-bottom svg,.lp-app-wave-top svg{display:block;width:100%}.lp-app-inner{padding-top:4rem;padding-bottom:4rem}.lp-badge-app{background:#ffffff1f;color:#c7d2fe}.lp-check-list-white li{color:#ffffffd9!important}.lp-check-list-white li svg{color:#a5b4fc!important}.lp-app-badges{display:flex;gap:.75rem;flex-wrap:wrap}.lp-app-badge-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.25rem;background:#ffffff26;border:1px solid #ffffff59;border-radius:10px;color:#fff!important;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s,border-color .2s}.lp-app-badge-btn:hover{background:#ffffff2e;border-color:#fff6;color:#fff;text-decoration:none}.lp-app-phone{position:relative;width:240px;background:#0f172a;border-radius:36px;border:3px solid #ffffff26;padding:12px;box-shadow:0 32px 80px #00000080,inset 0 0 0 1px #ffffff0d}.lp-app-phone:before{content:"";display:block;width:60px;height:6px;background:#fff3;border-radius:3px;margin:0 auto 10px}.lp-app-phone-screen{border-radius:26px;overflow:hidden;background:#1e293b}.landing-page[data-theme=pink] .lp-app-section{background:linear-gradient(135deg,#9d174d,#be185d 50%,#db2777)}.landing-page[data-theme=pink] .lp-app-badge-btn:hover{background:#ec489933;border-color:#ec489980}@media (max-width:991px){.lp-app-phone{width:190px}.lp-app-inner{padding-top:3rem;padding-bottom:3rem}}