.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{font-size:var(--text-xl);font-weight:var(--font-weight-bold);letter-spacing:-.02em}.navbar__logo-text span{font-weight:var(--font-weight-regular)}.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__actions{display:flex;align-items:center;gap:var(--space-6)}.navbar__icon-btn{background:none;border:none;color:var(--color-white);cursor:pointer;width:22px;height:22px;padding:0;display:flex;align-items:center;justify-content:center;transition:color var(--transition-fast)}.navbar__icon-btn:hover{color:var(--color-cyan)}.navbar__icon-btn svg{width:22px;height:22px}.navbar__cta{padding:var(--space-2) var(--space-8);background:linear-gradient(135deg,#7c3aed,#6d28d9,#4f46e5);border:1px solid rgba(139,92,246,.4);border-radius:20px;font-size:var(--text-sm);font-weight:var(--font-weight-medium);letter-spacing:.05em;text-transform:uppercase;transition:opacity var(--transition-fast)}.navbar__cta:hover{opacity:.85}.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;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{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(24px,3.5vw,45px);font-weight:var(--font-weight-bold);color:transparent;white-space:nowrap;letter-spacing:.15em;text-transform:uppercase;pointer-events:none;z-index:0;line-height:1}.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(24px,3.5vw,45px);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%);font-size:clamp(19px,2.5vw,32px);font-weight:var(--font-weight-medium);letter-spacing:.2em;text-transform:uppercase;color:var(--color-white);opacity:0;white-space:nowrap}.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(64px,11vw,176px);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:66%;margin-left:-4%}.cta-section__row--bottom{align-items:center;width:92%;margin-left:0}.cta-section__word{font-size:clamp(64px,11vw,176px);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:10px;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:3%;right:22%}.cta-section__tag--attention{position:absolute;top:20.5%;left:22%}.cta-section__tag--routine{position:absolute;top:62%;left:19%}.cta-section__tag--pattern{position:absolute;top:69%;right:18%}.cta-section__box{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:800px}.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-xl);color:var(--color-white-70);line-height:1.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:-5%;left:18%;width:340px;transform:rotate(-15deg)}.products__item--right{top:20%;right:5%;width:360px;transform:rotate(5deg)}.products__item--bottom{bottom:2%;left:5%;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:var(--color-navy);text-align:center}.three-tools__label{font-size:var(--text-sm);font-weight:var(--font-weight-medium);letter-spacing:.2em;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:#a855f7}.three-tools__card--cyan{background-color:#22d3ee}.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-color:var(--color-navy)}.footer__pricing{padding:100px var(--container-padding) 60px}.footer__pricing-content{max-width:900px;margin:0 auto;display:flex;justify-content:center}.footer__pricing-render{width:100%;max-width:700px;height:auto;display:block}.footer__content{display:flex;align-items:center;justify-content:center;gap:var(--space-8);padding:var(--space-10) var(--container-padding)}.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__bottom{display:flex;height:48px}.footer__accent{width:48px;height:48px;flex-shrink:0}.footer__accent--left{background-color:var(--color-purple)}.footer__accent--right{background-color:var(--color-cyan)}.footer__checker{flex:1;background-color:#11224d;background-image:repeating-conic-gradient(var(--color-white) 0% 25%,#11224D 0% 50%);background-size:48px 48px}.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__mobile-cta{margin-top:var(--space-6);padding:var(--space-4) var(--space-12);background:var(--gradient-cyan-purple);border-radius:12px;font-size:var(--text-lg);font-weight:var(--font-weight-bold);letter-spacing:.05em;text-transform:uppercase}.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(64px,9vw,144px)}.cta-section__box{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,.navbar__actions{display:none}.navbar__hamburger{display:flex}.hero__letter,.hero__target{font-size:clamp(19px,3vw,35px)}.hero__scroll-line{right:40px;height:60px}.hero__phrase{font-size:clamp(16px,2.2vw,26px)}.cta-section__line,.cta-section__word{font-size:clamp(48px,9vw,128px)}.cta-section__box{width:clamp(140px,22vw,260px)}.cta-section__tag{font-size:8px}.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}.products__item--bottom{width:300px}.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:80px var(--container-padding) 32px}}@media(max-width:768px){:root{--container-padding: 24px}.hero__letter,.hero__target{font-size:clamp(16px,2.5vw,29px)}.hero__scroll-line{right:24px;height:50px}.hero__scroll-indicator{bottom:40px}.hero__phrase{font-size:clamp(14px,2vw,21px);white-space:normal;padding:0 var(--space-4)}.cta-section{min-height:80vh}.cta-section__line,.cta-section__word{font-size:clamp(32px,7vw,80px)}.cta-section__row{width:80%;margin-left:0}.cta-section__row--bottom{width:100%}.cta-section__box{width:clamp(140px,30vw,220px);top:38%;left:56%}.cta-section__tag{display:none}.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:60px var(--container-padding) 24px}.footer__content{flex-direction:column;text-align:center;gap:var(--space-6);padding:var(--space-10) var(--container-padding)}.footer__text{max-width:100%}.footer__bottom{height:36px}.footer__accent{width:36px;height:36px}.footer__checker{background-size:36px 36px}}@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{font-size:var(--text-base)}.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(14px,5vw,22px)}.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{font-size:clamp(11px,3.5vw,16px)}.cta-section{min-height:60vh}.cta-section__compose{width:96%}.cta-section__line,.cta-section__word{font-size:clamp(29px,10vw,56px);line-height:.95}.cta-section__row{width:90%}.cta-section__box{width:clamp(110px,35vw,170px);top:36%;left:58%}.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) 16px}.footer__content{padding:var(--space-8) var(--container-padding);gap:var(--space-4)}.footer__social-link svg{width:22px;height:22px}.footer__text{font-size:var(--text-xs)}.footer__bottom{height:28px}.footer__accent{width:28px;height:28px}.footer__checker{background-size:28px 28px}}@media(max-width:375px){.cta-section__line,.cta-section__word{font-size:clamp(24px,9vw,45px)}.cta-section__box{width:100px}.hero__letter,.hero__target{font-size:clamp(11px,4.5vw,18px)}.products__item{width:170px!important}.three-tools__card{height:200px}.navbar__logo-text{font-size:var(--text-sm)}}@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/3/assets/mindpixels-styles.css.map */
