.navbar{position:fixed;top:0;left:0;width:100%;z-index:var(--z-navbar);padding:var(--space-6) var(--container-padding);display:flex;align-items:center;justify-content:space-between;transition:background-color var(--transition-base)}.navbar__logo{display:flex;align-items:center;gap:var(--space-3)}.navbar__logo-icon{width:40px;height:40px}.navbar__logo-text-img{height:20px;width:auto}.navbar__nav{display:flex;align-items:center;gap:var(--space-10)}.navbar__link{font-size:var(--text-sm);font-weight:var(--font-weight-medium);letter-spacing:.05em;text-transform:uppercase;transition:color var(--transition-fast);position:relative}.navbar__link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--gradient-cyan-purple);transition:width var(--transition-base)}.navbar__link:hover:after{width:100%}.navbar__link:hover{color:var(--color-cyan)}.navbar__hamburger{display:none;flex-direction:column;gap:6px;width:28px}.navbar__hamburger span{display:block;height:2px;width:100%;background-color:var(--color-white);transition:transform var(--transition-base),opacity var(--transition-base)}.preloader{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:var(--z-preloader);display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:var(--color-white);transition:background-color .8s ease}.preloader.phase-logo{background-color:var(--color-navy)}.preloader__text{font-size:var(--text-4xl);font-weight:var(--font-weight-bold);color:var(--color-navy);letter-spacing:.05em;opacity:0;position:absolute}.preloader__text.active{opacity:1}.preloader__logo{width:120px;height:auto;opacity:0;position:absolute}.preloader__percentage{position:absolute;bottom:35%;font-size:var(--text-lg);font-weight:var(--font-weight-bold);color:var(--color-navy);letter-spacing:.15em}.hero{position:relative;z-index:3;width:100%;height:100vh;background-color:var(--color-navy);overflow:hidden;display:flex;align-items:center;justify-content:center}.hero__bg{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;z-index:0}.hero__bg-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.hero__bg-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#060b274d,#060b2799)}.hero__target{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:clamp(20px,3vw,38px);font-weight:var(--font-weight-bold);color:transparent;white-space:normal;text-align:center;width:80%;max-width:900px;letter-spacing:.12em;text-transform:uppercase;pointer-events:none;z-index:0;line-height:1.15}.hero__target span{display:inline-block}.hero__letters{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero__letter{position:absolute;font-size:clamp(25px,3.675vw,47px);font-weight:var(--font-weight-bold);color:var(--color-white);line-height:1;will-change:transform,opacity,left,top;-webkit-user-select:none;user-select:none}.hero__letter--dim{opacity:.3}.hero__pixels{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.hero__pixel{position:absolute;width:16px;height:16px;will-change:transform}.hero__pixel--cyan{background-color:var(--color-cyan)}.hero__pixel--purple{background-color:var(--color-purple)}.hero__pixel--magenta{background-color:var(--color-magenta)}.hero__pixel--small{width:8px;height:8px}.hero__pixel--diamond{transform:rotate(45deg)}.hero__scroll-indicator{position:absolute;bottom:60px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:var(--space-2);opacity:.6;z-index:2}.hero__mouse{width:24px;height:38px;border:2px solid var(--color-white);border-radius:12px;position:relative}.hero__mouse-wheel{width:4px;height:8px;background-color:var(--color-white);border-radius:2px;position:absolute;top:6px;left:50%;transform:translate(-50%);animation:mouseScroll 1.5s ease-in-out infinite}@keyframes mouseScroll{0%,to{opacity:1;transform:translate(-50%) translateY(0)}50%{opacity:.3;transform:translate(-50%) translateY(10px)}}.hero__phrases{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;text-align:center;width:90%;pointer-events:none}.hero__phrase{position:absolute;top:0;left:0;width:100%;transform:translateY(-50%);color:var(--color-white);opacity:0;text-align:center}.hero__phrase-title{font-size:clamp(2.2rem,4.2vw,3.78rem);font-weight:var(--font-weight-bold);letter-spacing:.15em;text-transform:uppercase;margin-bottom:10px;color:#fff}.hero__phrase-desc{font-size:clamp(1.1rem,1.98vw,1.76rem);font-weight:var(--font-weight-regular);letter-spacing:.12em;text-transform:uppercase;color:var(--color-white-70)}.hero__scroll-line{position:absolute;right:80px;top:50%;transform:translateY(-50%);width:2px;height:80px;background-color:var(--color-white-20);z-index:2;--line-top: 0%}.hero__scroll-line:after{content:"";position:absolute;top:var(--line-top);left:0;width:100%;height:40%;background-color:var(--color-white)}.cta-section{position:relative;padding:0;background-color:#11224d;overflow:hidden;min-height:100vh;display:flex;align-items:center;justify-content:center}.cta-section__compose{position:relative;display:flex;flex-direction:column;align-items:center;width:92%}.cta-section__line{font-size:clamp(4rem,11vw,11rem);font-weight:var(--font-weight-bold);line-height:.9;text-transform:uppercase;color:var(--color-white);position:relative}.cta-section__line--center{text-align:center;width:100%}.cta-section__line--front{z-index:3}.cta-section__line--back{z-index:1;width:100%;text-align:center}.cta-section__line .highlight{color:#00b4ff}.cta-section__row{position:relative;display:flex;justify-content:space-between;align-items:flex-start;width:58%;margin-left:-2%}.cta-section__row--bottom{align-items:center;width:92%;margin-left:0}.cta-section__word{font-size:clamp(4rem,11vw,11rem);font-weight:var(--font-weight-bold);line-height:.9;text-transform:uppercase;color:var(--color-white);position:relative}.cta-section__word--caring{align-self:flex-end;z-index:1}.cta-section__word--for{align-self:flex-start;z-index:3;margin-right:4%}.cta-section__tag{font-size:.85rem;font-weight:var(--font-weight-medium);letter-spacing:.15em;color:var(--color-white-50);text-transform:uppercase;white-space:nowrap;z-index:4;align-self:center}.cta-section__tag--memory{position:absolute;top:8%;right:6%}.cta-section__tag--attention{position:absolute;top:22%;left:6%}.cta-section__tag--routine{position:absolute;top:58%;left:5%}.cta-section__tag--pattern{position:absolute;top:65%;right:5%}.cta-section__box{--box-start-y: -250;--box-end-y: -10;--box-scrub: 4;position:absolute;top:40%;left:54%;transform:translate(-45%,-50%) rotate(-5deg);width:clamp(280px,34vw,500px);z-index:2;filter:drop-shadow(0 20px 40px rgba(0,0,0,.5))}.products{padding:var(--space-32) var(--container-padding);background-color:var(--color-navy);overflow:hidden}.products__compose{position:relative;max-width:1300px;margin:0 auto;min-height:900px}.products__header{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;z-index:2;pointer-events:none}.products__title{font-size:var(--text-5xl);font-weight:var(--font-weight-regular);margin-bottom:var(--space-3);white-space:nowrap}.products__title strong{font-weight:var(--font-weight-bold)}.products__title .gradient-text{background:var(--gradient-purple-cyan);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.products__subtitle{font-size:var(--text-base);color:var(--color-white-70);line-height:1.7;max-width:460px;margin:0 auto var(--space-4)}.products__subtitle+.products__subtitle{margin-top:var(--space-6)}.products__item{position:absolute;z-index:1;will-change:transform}.products__item img{width:100%;display:block;filter:drop-shadow(0 20px 50px rgba(0,0,0,.3))}.products__item--left{top:-8%;left:-2%;width:340px;transform:rotate(-15deg)}.products__item--right{top:15%;right:-4%;width:360px;transform:rotate(5deg)}.products__item--bottom{bottom:-2%;left:-2%;width:380px;transform:rotate(-5deg);z-index:3}.products__pixel{position:absolute;background-color:var(--color-purple);transform:rotate(45deg);z-index:4;pointer-events:none}.products__pixel--1{top:8%;left:42%;width:12px;height:12px;background-color:var(--color-magenta)}.products__pixel--2{top:22%;right:32%;width:8px;height:8px}.products__pixel--3{bottom:18%;left:28%;width:14px;height:14px;background-color:var(--color-magenta)}.products__pixel--4{top:5%;right:22%;width:6px;height:6px}.products__pixel--5{bottom:30%;right:28%;width:10px;height:10px;background-color:var(--color-magenta)}.products__pixel--6{top:55%;left:32%;width:8px;height:8px}.three-tools{padding:var(--space-32) var(--container-padding);background-color:#18254f;text-align:center}.three-tools__label{font-size:var(--text-sm);font-weight:var(--font-weight-medium);letter-spacing:20px;text-transform:uppercase;color:var(--color-white-70);margin-bottom:var(--space-2)}.three-tools__title{font-size:var(--text-4xl);font-weight:var(--font-weight-bold);margin-bottom:var(--space-16)}.three-tools__cards{display:flex;gap:var(--space-6);max-width:1100px;margin:0 auto;height:480px}.three-tools__card{flex:1;min-width:0;border-radius:24px;overflow:hidden;perspective:1000px;transition:flex .6s cubic-bezier(.4,0,.2,1);box-shadow:0 0 30px #00d4ff1a}.three-tools__cards:has(.three-tools__card:hover) .three-tools__card:not(:hover){flex:.5}.three-tools__card:hover{flex:2}.three-tools__card--purple{background-color:#b725ff}.three-tools__card--cyan{background-color:#14b0ff}.three-tools__card-inner{position:relative;width:100%;height:100%;transition:transform .7s cubic-bezier(.4,0,.2,1);transform-style:preserve-3d}.three-tools__card:hover .three-tools__card-inner{transform:rotateY(180deg)}.three-tools__card-front,.three-tools__card-back{position:absolute;top:0;left:0;width:100%;height:100%;backface-visibility:hidden;display:flex;align-items:center;justify-content:center;padding:var(--space-6)}.three-tools__card-back{transform:rotateY(180deg)}.three-tools__card-front img,.three-tools__card-back img{max-height:85%;max-width:85%;object-fit:contain;filter:drop-shadow(0 15px 35px rgba(0,0,0,.4))}.footer{background:url(footer-gradient-bg.png) center/cover no-repeat;overflow:hidden}.footer__pricing{padding:80px var(--container-padding) 40px;display:flex;justify-content:center}.footer__pricing-link{display:block;max-width:900px;transition:transform .3s ease}.footer__pricing-link:hover{transform:scale(1.02)}.footer__pricing-render{width:100%;height:auto;display:block}.footer__carousel{overflow:hidden;width:100%;padding:20px 0}.footer__carousel-track{display:flex;width:max-content;animation:footerCarousel 30s linear infinite}.footer__carousel-img{height:60px;width:auto;flex-shrink:0}@keyframes footerCarousel{0%{transform:translate(0)}to{transform:translate(-50%)}}.footer__content{display:flex;align-items:center;justify-content:center;gap:var(--space-8);padding:var(--space-10) var(--container-padding) var(--space-12)}.footer__social{display:flex;align-items:center;gap:var(--space-4)}.footer__social-link{display:flex;align-items:center;justify-content:center;transition:color var(--transition-fast)}.footer__social-link:hover{color:var(--color-cyan)}.footer__social-link svg{width:28px;height:28px;fill:currentColor}.footer__text{font-size:var(--text-sm);color:var(--color-white-70);max-width:400px;line-height:1.6}.footer__disclaimer{display:flex;align-items:center;gap:60px;padding:50px 80px!important;background-color:#000e39;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.footer__disclaimer-label{font-family:Manrope,sans-serif;font-size:18px;font-weight:var(--font-weight-bold);letter-spacing:.2em;text-transform:uppercase;color:#fff;flex-shrink:0;line-height:1.5;white-space:normal;max-width:240px}.footer__disclaimer-text{font-family:Manrope,sans-serif;font-size:16px;color:#fff;line-height:1.7}.navbar__mobile-menu{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;height:100dvh;background-color:#060b27f7;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:calc(var(--z-navbar) - 1);flex-direction:column;align-items:center;justify-content:center;gap:var(--space-10);opacity:0;pointer-events:none;transition:opacity var(--transition-base)}.navbar__mobile-menu.is-open{display:flex;opacity:1;pointer-events:all}.navbar__mobile-link{font-size:var(--text-3xl);font-weight:var(--font-weight-bold);letter-spacing:.05em;text-transform:uppercase;color:var(--color-white);transition:color var(--transition-fast)}.navbar__mobile-link:hover{color:var(--color-cyan)}.navbar__hamburger.is-open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.navbar__hamburger.is-open span:nth-child(2){opacity:0}.navbar__hamburger.is-open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media(max-width:1400px){:root{--container-padding: 60px}.cta-section__line,.cta-section__word{font-size:clamp(4rem,9vw,9rem)}.cta-section__box{--box-start-y: -220;--box-end-y: -30;width:clamp(220px,28vw,400px)}.products__item--left{width:340px}.products__item--right{width:300px}.products__item--bottom{width:370px}}@media(max-width:1024px){:root{--container-padding: 40px}.navbar__nav{display:none}.navbar__hamburger{display:flex}.hero__letter,.hero__target{font-size:clamp(1.2rem,3vw,2.2rem)}.hero__scroll-line{right:40px;height:60px}.hero__phrase-title{font-size:clamp(1.4rem,3vw,2.2rem)}.hero__phrase-desc{font-size:clamp(.75rem,1.3vw,1rem)}.cta-section__line,.cta-section__word{font-size:clamp(3rem,9vw,8rem)}.cta-section__box{--box-start-y: -180;--box-end-y: -25;width:clamp(140px,22vw,260px)}.cta-section__tag{font-size:.7rem}.products{padding:var(--space-20) var(--container-padding)}.products__compose{min-height:550px}.products__item--left{width:260px;left:-3%}.products__item--right{width:240px;right:-3%}.products__item--bottom{width:300px;left:-3%}.products__title{font-size:var(--text-3xl)}.products__subtitle{font-size:var(--text-base)}.three-tools__cards{height:380px;gap:var(--space-4)}.three-tools__title{font-size:var(--text-3xl)}.footer__pricing{padding:60px var(--container-padding) 24px}.footer__carousel-img{height:48px}}@media(max-width:768px){:root{--container-padding: 24px}.hero__letter,.hero__target{font-size:clamp(1rem,2.5vw,1.8rem)}.hero__scroll-line{right:24px;height:50px}.hero__scroll-indicator{bottom:40px}.hero__phrase{white-space:normal;padding:0 var(--space-4)}.hero__phrase-title{font-size:clamp(1.2rem,4vw,1.8rem)}.hero__phrase-desc{font-size:clamp(.7rem,2vw,.9rem)}.cta-section{min-height:80vh;overflow:visible}.cta-section__line,.cta-section__word{font-size:clamp(2rem,7vw,5rem)}.cta-section__row{width:64%;margin-left:0;justify-content:center;gap:.5em}.cta-section__row--bottom{width:100%}.cta-section__box{--box-start-y: -350;--box-end-y: -15;width:clamp(140px,30vw,220px);top:38%;left:56%}.cta-section__tag{font-size:.5rem;opacity:.35}.cta-section__tag--memory{top:2%;right:5%;left:auto}.cta-section__tag--attention{top:2%;left:5%}.cta-section__tag--routine{top:auto;bottom:8%;left:5%}.cta-section__tag--pattern{top:auto;bottom:8%;right:5%}.products{padding:var(--space-16) var(--container-padding)}.products__compose{min-height:auto;display:flex;flex-direction:column;align-items:center;gap:var(--space-8)}.products__header{position:relative;top:auto;left:auto;transform:none;margin-bottom:var(--space-4)}.products__title{font-size:var(--text-2xl);white-space:normal}.products__subtitle{font-size:var(--text-sm)}.products__item{position:relative;top:auto!important;left:auto!important;right:auto!important;bottom:auto!important;width:240px!important}.products__item--left{transform:rotate(-5deg)}.products__item--right{transform:rotate(3deg)}.products__item--bottom{transform:rotate(-3deg)}.products__pixel{display:none}.three-tools{padding:var(--space-16) var(--container-padding)}.three-tools__title{font-size:var(--text-2xl);margin-bottom:var(--space-10)}.three-tools__cards{flex-direction:column;height:auto;max-width:320px;margin:0 auto}.three-tools__card{height:280px;flex:none!important}.three-tools__cards:has(.three-tools__card:hover) .three-tools__card:not(:hover){flex:none!important}.three-tools__card:hover{flex:none!important}.footer__pricing{padding:48px var(--container-padding) 20px}.footer__carousel-img{height:40px}.footer__disclaimer{flex-direction:column;gap:16px;padding:32px var(--container-padding)!important;text-align:center}.footer__disclaimer-label{max-width:none}.footer__disclaimer-text{font-size:14px}.footer__content{flex-direction:column;text-align:center;gap:var(--space-6);padding:var(--space-8) var(--container-padding) var(--space-10)}.footer__text{max-width:100%}}@media(max-width:480px){:root{--container-padding: 16px}.navbar{padding:var(--space-4) var(--container-padding)}.navbar__logo-icon{width:32px;height:32px}.navbar__logo-text-img{height:16px}.preloader__text{font-size:var(--text-2xl)}.preloader__logo{width:80px}.preloader__percentage{font-size:var(--text-base);bottom:30%}.hero__letter,.hero__target{font-size:clamp(.85rem,5vw,1.4rem)}.hero__pixel{width:10px;height:10px}.hero__pixel--small{width:6px;height:6px}.hero__scroll-indicator{bottom:30px}.hero__mouse{width:20px;height:32px}.hero__scroll-line{right:16px;height:40px}.hero__phrase-title{font-size:clamp(1rem,5vw,1.4rem)}.hero__phrase-desc{font-size:clamp(.6rem,3vw,.8rem)}.cta-section{min-height:60vh;overflow:visible}.cta-section__compose{width:96%}.cta-section__line,.cta-section__word{font-size:clamp(1.8rem,10vw,3.5rem);line-height:.95}.cta-section__row{width:70%;justify-content:center;gap:.4em}.cta-section__box{--box-start-y: -400;--box-end-y: -10;width:clamp(110px,35vw,170px);top:36%;left:58%}.cta-section__tag{font-size:.45rem}.products{padding:var(--space-12) var(--container-padding)}.products__compose{gap:var(--space-6)}.products__title{font-size:var(--text-xl)}.products__item{width:200px!important}.three-tools{padding:var(--space-12) var(--container-padding)}.three-tools__cards{max-width:280px}.three-tools__card{height:240px}.footer__pricing{padding:32px var(--container-padding) 12px}.footer__carousel-img{height:32px}.footer__content{padding:var(--space-6) var(--container-padding) var(--space-8);gap:var(--space-4)}.footer__social-link svg{width:22px;height:22px}.footer__text{font-size:var(--text-xs)}}@media(max-width:375px){.cta-section__line,.cta-section__word{font-size:clamp(1.5rem,9vw,2.8rem)}.cta-section__row{width:74%}.cta-section__box{width:100px}.cta-section__tag{font-size:.4rem}.hero__letter,.hero__target{font-size:clamp(.7rem,4.5vw,1.1rem)}.products__item{width:170px!important}.three-tools__card{height:200px}.navbar__logo-text-img{height:14px}}@media(hover:none)and (pointer:coarse){.three-tools__card:hover{flex:1}.three-tools__cards:has(.three-tools__card:hover) .three-tools__card:not(:hover){flex:1}.three-tools__card:hover .three-tools__card-inner{transform:none}.three-tools__card.is-flipped .three-tools__card-inner{transform:rotateY(180deg)}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/mindpixels-styles.css.map */
