*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary: #1a1a1a;--bg-secondary: #161616;--bg-card: #222227;--bg-elevated: #2a2a2a;--border: #2e2e2e;--border-light: #252525;--white: #ffffff;--text-primary: #ffffff;--text-secondary: #cccccc;--text-muted: #aaaaaa;--text-faint: #aaaaaa;--accent-green: #3DAA6E;--accent-green-dark: #2d8a56;--font: "Montserrat", sans-serif;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--max-width: 1100px;--side-pad: clamp(20px, 5vw, 64px)}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg-primary);color:var(--text-primary);font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font)}.container{max-width:var(--max-width);margin:0 auto;padding:0 var(--side-pad)}.tag-label{font-size:10px;letter-spacing:4px;text-transform:uppercase;font-weight:700;color:var(--accent-green);display:block;margin-bottom:12px}.section-title{font-size:clamp(22px,3vw,32px);font-weight:700;color:var(--text-primary);line-height:1.15}.section-sub{font-size:14px;color:var(--text-muted);line-height:1.7}.btn{display:inline-block;font-family:var(--font);font-size:13px;font-weight:700;padding:14px 28px;border-radius:var(--radius-md);border:none;transition:opacity .2s,transform .15s;letter-spacing:.3px}.btn:active{transform:scale(.98)}.btn-white{background:var(--white);color:#111}.btn-white:hover{opacity:.9}.btn-outline{background:transparent;color:var(--text-primary);border:1px solid var(--border)}.btn-outline:hover{border-color:#555}.btn-green{background:var(--accent-green);color:#111}.btn-green:hover{background:var(--accent-green-dark)}.btn-full{width:100%;text-align:center;display:block}.site-header{background:var(--bg-secondary);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.header-inner{display:flex;align-items:center;justify-content:space-between;height:64px}.header-logo{font-size:20px;font-weight:700;letter-spacing:2px;color:var(--white)}.header-nav{display:flex;gap:32px;list-style:none}.header-nav a{font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--text-muted);transition:color .2s}.header-nav a:hover{color:var(--white)}.header-actions{display:flex;align-items:center;gap:12px}.header-cart{position:relative;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-sm);padding:8px 14px;font-size:12px;font-weight:700;color:var(--text-primary);display:flex;align-items:center;gap:8px;transition:border-color .2s}.header-cart:hover{border-color:#555}.cart-count{background:var(--accent-green);color:#fff;font-size:10px;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}@media(max-width:480px){.header-actions .btn{font-size:11px;padding:7px 12px}}.hamburger{display:none;background:none;border:none;padding:6px;flex-direction:column;gap:5px}.hamburger span{display:block;width:22px;height:2px;background:var(--white);border-radius:2px;transition:all .3s}.hero{background:var(--bg-primary);padding:clamp(60px,8vw,100px) 0}.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;padding:0 var(--side-pad)}.hero-content{max-width:540px}.hero-h1{font-size:clamp(32px,5vw,52px);font-weight:700;color:var(--white);line-height:1.1;margin-bottom:14px}.hero-h1 em{font-family:Georgia,serif;font-style:italic;font-weight:400;color:var(--text-muted)}.hero-sub{font-size:16px;color:var(--text-muted);line-height:1.7;margin-bottom:32px;max-width:440px}.hero-stats{display:flex;gap:clamp(12px,3vw,32px);margin-bottom:36px;padding-bottom:32px;border-bottom:1px solid var(--border);flex-wrap:nowrap}.hero-stat-val{font-size:clamp(16px,2.5vw,28px);font-weight:700;color:var(--white);display:block;line-height:1.2;margin-bottom:4px;white-space:nowrap}.hero-stat-lbl{font-size:clamp(8px,1vw,10px);letter-spacing:1px;text-transform:uppercase;color:var(--text-faint);white-space:nowrap}.hero-btns{display:flex;gap:12px;flex-wrap:wrap}.hero-image-wrap{position:relative}.hero-image-wrap img{width:100%;height:520px;object-fit:cover;border-radius:var(--radius-lg)}.hero-image-placeholder{width:100%;height:520px;background:var(--bg-card);border-radius:var(--radius-lg);border:1px dashed var(--border);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;color:var(--text-faint);font-size:12px;letter-spacing:2px;text-transform:uppercase}.hero-press-badge{position:absolute;bottom:20px;left:20px;background:#161616f2;border:1px solid var(--border);border-radius:var(--radius-md);padding:12px 16px;display:flex;align-items:center;gap:10px}.press-logo{font-size:13px;font-weight:700;color:var(--white);letter-spacing:1px}.press-quote{font-size:11px;color:var(--text-muted);font-style:italic;max-width:180px;line-height:1.4}.products-section{background:var(--bg-secondary);padding:clamp(60px,8vw,100px) 0}.products-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:36px}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.product-card{background:var(--bg-card);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);transition:border-color .2s,transform .2s}.product-card:hover{border-color:#444;transform:translateY(-2px)}.product-card-img{width:100%;height:240px;object-fit:cover}.product-card-img-placeholder{width:100%;height:240px;background:var(--bg-elevated);display:flex;align-items:center;justify-content:center;font-size:11px;color:var(--text-faint);letter-spacing:2px;text-transform:uppercase}.product-card-body{padding:24px}.product-card-type{font-size:9px;letter-spacing:3px;text-transform:uppercase;color:var(--text-faint);font-weight:700;margin-bottom:6px}.product-card-title{font-size:18px;font-weight:700;color:var(--white);margin-bottom:8px;line-height:1.3}.product-card-desc{font-size:13px;color:var(--text-muted);margin-bottom:18px;line-height:1.6}.product-card-includes{list-style:none;margin-bottom:22px}.product-card-includes li{font-size:12px;color:var(--text-muted);padding:5px 0;border-bottom:1px solid var(--border-light);display:flex;align-items:center;gap:8px}.product-card-includes li:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--accent-green);flex-shrink:0}.product-card-includes li:last-child{border-bottom:none}.product-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:18px;border-top:1px solid var(--border)}.product-card-price{font-size:22px;font-weight:700;color:var(--white)}.product-card-price span{font-size:12px;color:var(--text-faint);font-weight:400}.about-section{background:var(--bg-primary);padding:clamp(60px,8vw,100px) 0}.about-inner{display:grid;grid-template-columns:1fr 1.2fr;gap:80px;align-items:center}.about-image-wrap img,.about-image-placeholder{width:100%;height:500px;object-fit:cover;border-radius:var(--radius-lg)}.about-image-placeholder{background:var(--bg-card);border:1px dashed var(--border);display:flex;align-items:center;justify-content:center;font-size:11px;color:var(--text-faint);letter-spacing:2px;text-transform:uppercase}.about-milestones{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:28px 0}.milestone{background:var(--bg-card);border-radius:var(--radius-md);padding:16px;border:1px solid var(--border)}.milestone-val{font-size:22px;font-weight:700;color:var(--white);display:block;margin-bottom:2px}.milestone-lbl{font-size:11px;color:var(--text-faint);text-transform:uppercase;letter-spacing:1px}.about-body{font-size:14px;color:var(--text-muted);line-height:1.8;margin-bottom:16px}.testimonials-section{background:var(--bg-secondary);padding:clamp(60px,8vw,100px) 0}.testimonials-header{text-align:center;margin-bottom:48px}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.testimonial-card{background:var(--bg-card);border-radius:var(--radius-lg);padding:24px;border:1px solid var(--border);display:flex;flex-direction:column}.testimonial-stars{color:#d2a542;font-size:13px;letter-spacing:2px;margin-bottom:14px}.testimonial-quote{font-size:14px;color:var(--text-secondary);line-height:1.7;font-style:italic;flex:1;margin-bottom:20px}.testimonial-author{display:flex;align-items:center;gap:10px;padding-top:16px;border-top:1px solid var(--border)}.testimonial-avatar{width:36px;height:36px;border-radius:50%;background:var(--bg-elevated);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:var(--text-muted);flex-shrink:0}.testimonial-name{font-size:13px;font-weight:700;color:var(--text-primary)}.testimonial-tag{font-size:11px;color:var(--text-faint)}.app-section{background:var(--bg-primary);padding:clamp(60px,8vw,100px) 0;border-top:1px solid var(--border)}.app-inner{display:grid;grid-template-columns:1.2fr 1fr;gap:80px;align-items:center}.app-phone-mockup{background:var(--bg-card);border:1px solid var(--border);border-radius:44px;padding:12px;max-width:260px;margin:0 auto}.app-phone-inner{background:var(--bg-secondary);border-radius:34px;overflow:visible;padding:20px 16px;min-height:460px}.app-phone-topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.app-phone-logo{font-size:14px;font-weight:700;color:var(--white);letter-spacing:1px}.app-screen-content{font-size:11px;color:var(--text-faint)}.app-greeting{font-size:18px;font-weight:700;color:var(--white);line-height:1.3;margin-bottom:4px}.app-greeting em{font-family:Georgia,serif;font-style:italic;font-weight:400}.app-sub-text{font-size:11px;color:var(--text-faint);margin-bottom:16px}.app-macro-bars{margin-bottom:16px}.app-macro-bar{display:flex;align-items:center;gap:8px;margin-bottom:6px}.app-bar-track{flex:1;height:4px;background:var(--border);border-radius:2px;overflow:hidden}.app-bar-fill{height:100%;border-radius:2px}.app-bar-lbl{font-size:9px;color:var(--text-faint);min-width:14px}.app-features{display:flex;flex-direction:column;gap:10px;margin-bottom:32px}.app-feature{display:flex;align-items:flex-start;gap:14px}.app-feature-icon{width:36px;height:36px;background:var(--bg-card);border-radius:var(--radius-sm);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;flex-shrink:0}.app-feature-title{font-size:14px;font-weight:700;color:var(--white);margin-bottom:2px}.app-feature-desc{font-size:12px;color:var(--text-muted);line-height:1.5}.app-early-badge{display:inline-flex;align-items:center;gap:6px;background:var(--bg-card);border:1px solid var(--border);border-radius:20px;padding:6px 14px;font-size:11px;color:var(--accent-green);font-weight:700;margin-bottom:16px}.app-early-dot{width:6px;height:6px;border-radius:50%;background:var(--accent-green);animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}.app-email-form{display:flex;gap:8px;margin-top:20px}.app-email-input{flex:1;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);padding:13px 16px;font-size:13px;color:var(--white);font-family:var(--font);outline:none;transition:border-color .2s}.app-email-input:focus{border-color:#555}.app-email-input::placeholder{color:var(--text-faint)}.faq-section{background:var(--bg-secondary);padding:clamp(60px,8vw,100px) 0}.faq-inner{max-width:720px;margin:0 auto}.faq-header{text-align:center;margin-bottom:48px}.faq-item{border-bottom:1px solid var(--border)}.faq-question{width:100%;background:none;border:none;display:flex;justify-content:space-between;align-items:center;padding:20px 0;font-size:15px;font-weight:700;color:var(--text-primary);text-align:left;gap:16px;transition:color .2s}.faq-question:hover{color:var(--text-secondary)}.faq-icon{width:22px;height:22px;border:1px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .3s,border-color .2s}.faq-icon svg{width:10px;height:10px;transition:transform .3s}.faq-item.open .faq-icon{border-color:#555}.faq-item.open .faq-icon svg{transform:rotate(45deg)}.faq-answer{overflow:hidden;max-height:0;transition:max-height .4s ease,padding .3s}.faq-answer-inner{font-size:14px;color:var(--text-muted);line-height:1.8;padding-bottom:20px}.email-section{background:var(--bg-primary);padding:clamp(60px,8vw,80px) 0;border-top:1px solid var(--border);text-align:center}.email-inner{max-width:520px;margin:0 auto}.email-section .section-title{margin-bottom:8px}.email-section .section-sub{margin-bottom:28px}.email-form-wrap{display:flex;gap:8px;max-width:440px;margin:0 auto}.email-input{flex:1;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);padding:14px 18px;font-size:14px;color:var(--white);font-family:var(--font);outline:none;transition:border-color .2s}.email-input:focus{border-color:#555}.email-input::placeholder{color:var(--text-faint)}.email-disclaimer{font-size:11px;color:var(--text-faint);margin-top:12px}.site-footer{background:var(--bg-secondary);border-top:1px solid var(--border);padding:48px 0 32px}.footer-top{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:48px;margin-bottom:40px}.footer-logo{font-size:18px;font-weight:700;letter-spacing:2px;color:var(--white);margin-bottom:12px}.footer-tagline{font-size:13px;color:var(--text-faint);line-height:1.6;max-width:260px}.footer-col-title{font-size:10px;letter-spacing:3px;text-transform:uppercase;font-weight:700;color:var(--text-faint);margin-bottom:16px}.footer-links{list-style:none}.footer-links li{margin-bottom:10px}.footer-links a{font-size:13px;color:var(--text-muted);transition:color .2s}.footer-links a:hover{color:var(--white)}.footer-social-links{display:flex;gap:10px;flex-wrap:wrap}.footer-social-link{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-sm);padding:8px 14px;font-size:12px;font-weight:700;color:var(--text-muted);transition:color .2s,border-color .2s}.footer-social-link:hover{color:var(--white);border-color:#555}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:24px;border-top:1px solid var(--border);flex-wrap:wrap;gap:12px}.footer-copyright{font-size:12px;color:var(--text-faint)}.footer-legal{display:flex;gap:20px;list-style:none}.footer-legal a{font-size:12px;color:var(--text-faint);transition:color .2s}.footer-legal a:hover{color:var(--text-muted)}.product-page{padding:clamp(40px,6vw,80px) 0}.product-page-inner{display:grid;grid-template-columns:1fr 1.2fr;gap:40px;align-items:start}.product-page-gallery{position:sticky;top:80px}.product-page-gallery img{width:100%;border-radius:var(--radius-lg);margin-bottom:10px}.product-page-thumbnails{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.product-page-thumbnail{border-radius:var(--radius-sm);overflow:hidden;border:1px solid transparent;cursor:pointer;transition:border-color .2s}.product-page-thumbnail.active{border-color:var(--white)}.product-page-thumbnail img{width:100%;height:70px;object-fit:cover;margin:0}.product-page-info{padding-top:8px}.product-page-type{font-size:9px;letter-spacing:3px;text-transform:uppercase;color:var(--text-faint);font-weight:700;margin-bottom:8px}.product-page-title{font-size:clamp(22px,3vw,30px);font-weight:700;color:var(--white);line-height:1.2;margin-bottom:16px}.product-page-price{font-size:30px;font-weight:700;color:var(--white);margin-bottom:24px}.product-page-desc{font-size:14px;color:var(--text-muted);line-height:1.8;margin-bottom:24px}.product-includes-title{font-size:10px;letter-spacing:3px;text-transform:uppercase;color:var(--text-faint);font-weight:700;margin-bottom:14px}.product-includes-list{list-style:none;margin-bottom:28px}.product-includes-list li{display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid var(--border-light);font-size:14px;color:var(--text-muted)}.product-includes-list li:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--accent-green);flex-shrink:0;margin-top:7px}.product-includes-list li:last-child{border-bottom:none}.product-buy-block{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px;margin-top:8px}.product-buy-note{font-size:12px;color:var(--text-faint);text-align:center;margin-top:10px}.cart-page{padding:clamp(40px,6vw,80px) 0;max-width:640px}.cart-title{font-size:28px;font-weight:700;color:var(--white);margin-bottom:32px}.cart-item{display:flex;gap:16px;padding:20px 0;border-bottom:1px solid var(--border);align-items:center}.cart-item-img{width:72px;height:72px;border-radius:var(--radius-sm);object-fit:cover;flex-shrink:0}.cart-item-info{flex:1}.cart-item-name{font-size:14px;font-weight:700;color:var(--white);margin-bottom:4px}.cart-item-price{font-size:16px;font-weight:700;color:var(--white);white-space:nowrap}.cart-total{display:flex;justify-content:space-between;align-items:center;padding:24px 0;border-top:1px solid var(--border);margin-top:8px}.cart-total-label{font-size:14px;font-weight:700;color:var(--text-primary)}.cart-total-price{font-size:24px;font-weight:700;color:var(--white)}@media(max-width:768px){.header-nav{display:none}.hamburger{display:flex}.account-btn-text{display:none}.header-nav.open{display:flex;flex-direction:column;position:absolute;top:64px;left:0;right:0;background:var(--bg-secondary);border-bottom:1px solid var(--border);padding:20px var(--side-pad);gap:20px;z-index:99}.hero-inner{grid-template-columns:1fr;gap:40px}.hero-image-wrap{order:-1}.hero-image-wrap img,.hero-image-placeholder{height:300px}.hero-stats{gap:20px}.hero-stat-val{font-size:22px}.about-inner{grid-template-columns:1fr;gap:40px}.about-milestones{grid-template-columns:repeat(2,1fr)}.app-inner{grid-template-columns:1fr;gap:40px}.app-phone-mockup{order:-1}.footer-top{grid-template-columns:1fr;gap:32px}.footer-bottom{flex-direction:column;align-items:flex-start}.product-page-inner{grid-template-columns:1fr}.product-page-gallery{position:static}.email-form-wrap,.app-email-form{flex-direction:column}.testimonials-grid{grid-template-columns:1fr}}@media(max-width:480px){.hero-btns{flex-direction:column}.btn{text-align:center}.products-header{flex-direction:column;align-items:flex-start;gap:8px}}.footer-payment{display:flex;gap:8px;align-items:center;justify-content:center;padding-top:20px;flex-wrap:wrap;opacity:.5}.payment-icon{height:24px;width:auto;border-radius:4px}.footer-app-blocks{padding:24px 0;border-top:1px solid var(--border);display:flex;gap:12px;flex-wrap:wrap;align-items:center;justify-content:center}.footer-payment{display:flex;gap:12px;align-items:center;flex-wrap:wrap;padding:24px 0;border-top:1px solid var(--border);opacity:.8}.product-page-desc p{margin-bottom:12px}.product-page-desc p:last-child{margin-bottom:0}.shopify-policy__container{padding-top:clamp(40px,6vw,80px);padding-bottom:clamp(40px,6vw,80px);max-width:720px;margin:0 auto}.shopify-policy__title{margin-bottom:32px}.shopify-policy__body h2{margin-top:32px;margin-bottom:12px}.shopify-policy__body p{color:var(--text-muted);line-height:1.8;margin-bottom:16px}.shopify-policy__body ul{padding-left:24px;margin-bottom:16px}.shopify-policy__body ul li{margin-bottom:8px;color:var(--text-primary);line-height:1.7}:focus-visible{outline:2px solid #3DAA6E!important;outline-offset:3px;border-radius:4px}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid #3DAA6E!important;outline-offset:3px}*:focus-visible,*:focus-visible *{outline:2px solid #3DAA6E!important;outline-offset:3px!important}.skip-link{position:fixed;top:0;left:16px;background:#3daa6e;color:#111;padding:12px 20px;font-size:14px;font-weight:700;z-index:9999;border-radius:var(--radius-md);transform:translateY(-150%);transition:transform .2s}.skip-link:focus{transform:translateY(16px)}
/*# sourceMappingURL=/cdn/shop/t/20/assets/motevo.css.map */
