@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap);:root{--primary-green:#2ecc71;--primary-dark:#27ae60;--text-black:#1a1a1a;--text-gray:#666;--bg-light:#f8f9fa;--white:#fff;--border-color:#e5e5e5}*,:after,:before{box-sizing:border-box}[role=button],a,button,input,select,textarea{-webkit-tap-highlight-color:transparent;tap-highlight-color:#0000}html{scroll-behavior:smooth}body,html{max-width:100vw;overflow-x:hidden}body{background-color:#fff;background-color:var(--white);color:#1a1a1a;color:var(--text-black);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin:0}p{color:#666;color:var(--text-gray);line-height:1.6;margin:0}button{-webkit-tap-highlight-color:transparent;tap-highlight-color:#0000;cursor:pointer;font-family:inherit}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slideUpScale{0%{opacity:0;transform:translateY(40px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.animate-on-scroll{opacity:0;transition:opacity .8s cubic-bezier(.25,.46,.45,.94),transform .8s cubic-bezier(.25,.46,.45,.94)}.animate-on-scroll.visible{opacity:1}.fade-in-up{opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(.25,.46,.45,.94),transform .8s cubic-bezier(.25,.46,.45,.94)}.fade-in-up.visible{opacity:1;transform:translateY(0)}.fade-in-left{opacity:0;transform:translateX(-30px);transition:opacity .8s cubic-bezier(.25,.46,.45,.94),transform .8s cubic-bezier(.25,.46,.45,.94)}.fade-in-left.visible{opacity:1;transform:translateX(0)}.fade-in-right{opacity:0;transform:translateX(30px);transition:opacity .8s cubic-bezier(.25,.46,.45,.94),transform .8s cubic-bezier(.25,.46,.45,.94)}.fade-in-right.visible{opacity:1;transform:translateX(0)}.scale-in{opacity:0;transform:scale(.95);transition:opacity .8s cubic-bezier(.25,.46,.45,.94),transform .8s cubic-bezier(.25,.46,.45,.94)}.scale-in.visible{opacity:1;transform:scale(1)}.slide-up-scale{opacity:0;transform:translateY(40px) scale(.98);transition:opacity 1s cubic-bezier(.25,.46,.45,.94),transform 1s cubic-bezier(.25,.46,.45,.94)}.slide-up-scale.visible{opacity:1;transform:translateY(0) scale(1)}.stagger-item{opacity:0;transform:translateY(20px);transition:opacity .6s cubic-bezier(.25,.46,.45,.94),transform .6s cubic-bezier(.25,.46,.45,.94)}.stagger-item.visible{opacity:1;transform:translateY(0)}.parallax-slow{transition:transform .3s ease-out}.hero-entrance{animation:fadeInUp 1s cubic-bezier(.25,.46,.45,.94) forwards}@media (prefers-reduced-motion:reduce){.animate-on-scroll,.fade-in-left,.fade-in-right,.fade-in-up,.scale-in,.slide-up-scale,.stagger-item{animation:none!important;opacity:1!important;transform:none!important;transition:none!important}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;color:#212121;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.header{align-items:flex-start;background:#0000;font-size:1rem;justify-content:center;left:0;max-width:100vw;padding:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:999}.header,.header-container{display:flex;height:auto;min-height:80px;overflow-x:hidden;width:100%}.header-container{align-items:center;box-sizing:border-box;justify-content:space-between;max-width:1600px;padding:0 40px;position:relative;z-index:1}.header.scrolled .header-container:before{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#fffc;border-radius:20px;bottom:10px;box-shadow:0 2px 10px #0000000f;content:"";left:10px;position:absolute;right:10px;top:10px;z-index:-1}.logo-container{flex-shrink:1;justify-self:start;min-width:0;overflow:hidden}.navbar-logo{align-items:center;color:var(--text-black);cursor:pointer;display:flex;font-size:1.5rem;font-weight:800;max-width:100%;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.logo-icon-img{height:32px;margin-right:10px;width:32px}.nav-menu{align-items:center;text-align:center}.nav-links,.nav-menu{display:flex;list-style:none}.nav-links{gap:40px;margin:0;padding:0}.nav-link{color:var(--text-black);font-size:16px;font-weight:500;text-decoration:none;transition:color .2s ease}.nav-link:hover{color:var(--primary-green)}.menu-icon{background:none;border:none;cursor:pointer;display:none;padding:0}@media screen and (max-width:960px){.header{height:auto;left:0;min-height:80px;position:fixed;right:0;top:0;transition:min-height .3s ease;width:100%}.header-container{box-sizing:border-box;display:flex;flex-wrap:wrap;min-height:80px;overflow-x:hidden;padding:0 20px;position:relative;transition:min-height .3s ease,padding-bottom .3s ease}.header.menu-active{min-height:auto}.header.menu-active .header-container{min-height:auto;padding-bottom:10px}.header.menu-active .header-container:before{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#fffc;border-radius:20px;bottom:10px;box-shadow:0 3px 14px #00000014;content:"";left:10px;position:absolute;right:10px;top:10px;z-index:-1}.logo-container{flex-grow:0;flex-shrink:1;min-width:0;order:1;overflow:hidden}.logo-container,.menu-icon{align-items:center;display:flex;height:80px}.menu-icon{background:none;border:none;color:var(--text-black);cursor:pointer;flex-shrink:0;flex:0 0 auto;font-size:1.6rem;justify-content:center;margin-left:auto;order:2;padding:0 8px 0 0;transition:color .2s ease;z-index:10}.navbar-logo{font-size:1.25rem;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.logo-icon-img{height:28px;margin-right:8px;width:28px}.nav-menu{align-items:center;background:#0000;display:flex;flex-basis:100%;flex-direction:column;justify-content:center;margin:0;max-height:0;opacity:0;order:3;overflow:hidden;padding:0;position:relative;width:100%;z-index:1}.nav-menu,.nav-menu.active{transition:max-height .3s ease,opacity .3s ease,padding .3s ease}.nav-menu.active{max-height:500px;opacity:1;overflow:visible;padding:0 0 30px}.nav-links{flex-direction:column;gap:0;list-style:none;margin:0;padding:0}.nav-item,.nav-links{align-items:center;display:flex;justify-content:center;width:100%}.nav-link{color:var(--text-black);display:block;font-size:1.5rem;padding:16px 24px;position:relative;text-align:center;width:100%;z-index:2}.menu-icon:hover{color:var(--primary-green)}.menu-icon:focus{outline:none}.menu-icon:focus-visible{border-radius:4px;outline:2px solid var(--primary-green);outline-offset:4px}.header.scrolled.menu-active .header-container:before{bottom:10px;box-shadow:0 3px 14px #00000014;transition:border-radius .3s ease,bottom .3s ease}}@media screen and (max-width:480px){.header{left:0;position:fixed;right:0;top:0;width:100%}.header-container{box-sizing:border-box;overflow-x:hidden;padding:0 16px}.navbar-logo{font-size:1.1rem;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.logo-icon-img{height:24px;margin-right:6px;width:24px}.menu-icon{background:none;border:none;font-size:1.4rem;padding-right:8px}.nav-link{font-size:1.25rem}}.hero-section{background-color:var(--bg-light);min-height:100vh;overflow:hidden;padding:160px 0 80px}.hero-container,.hero-section{align-items:center;display:flex}.hero-container{gap:60px;margin:0 auto;max-width:1600px;padding:0 40px;width:100%}@media screen and (max-width:768px){.hero-section{min-height:auto;padding:140px 0 60px}.hero-container{gap:40px;padding:0 20px}}@media screen and (max-width:480px){.hero-section{padding:120px 0 40px}.hero-container{gap:30px;padding:0 16px}}.hero-content{align-items:flex-start;display:flex;flex:1 1 50%;flex-direction:column;min-width:0;text-align:left;z-index:1}.hero-headline{color:var(--text-black);font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:24px}.hero-description{color:var(--text-gray);font-size:1.25rem;margin-bottom:40px}@media screen and (max-width:768px){.hero-headline{font-size:2.25rem;line-height:1.15;margin-bottom:20px}.hero-description{font-size:1rem;line-height:1.5;margin-bottom:32px}}@media screen and (max-width:480px){.hero-content .hero-headline,.hero-headline{font-size:2rem;margin-bottom:16px}.hero-description{font-size:1rem;margin-bottom:24px}}.hero-badges{display:flex;flex-wrap:wrap;gap:12px}.hero-badges .store-badge{align-items:center;border:none;border-radius:10px;box-shadow:0 2px 8px #00000026;color:#fff;cursor:pointer;display:flex;font-weight:500;padding:12px 24px;text-decoration:none;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.hero-badges .app-store-badge{background-color:var(--text-black);border:1px solid #ffffff1a}.hero-badges .app-store-badge:hover{background-color:#2a2a2a;box-shadow:0 4px 12px #00000040}.hero-badges .google-play-badge{background-color:var(--primary-green);border:1px solid #ffffff1a}.hero-badges .google-play-badge:hover{background-color:var(--primary-dark);box-shadow:0 4px 12px #2ecc7159}.hero-badges .store-icon{font-size:2rem;margin-right:10px}.hero-badges .store-text{align-items:flex-start;display:flex;flex-direction:column;line-height:1.1}.hero-badges .store-text span:first-child{font-size:.7rem}.hero-badges .store-name{font-size:1.1rem;font-weight:600}@media screen and (max-width:768px){.hero-badges .store-icon{font-size:1.5rem;margin-right:8px}.hero-badges .store-text span:first-child{font-size:.65rem}.hero-badges .store-name{font-size:.95rem}.hero-badges .store-badge{padding:10px 18px}}@media screen and (max-width:480px){.hero-badges .store-icon{font-size:1.25rem;margin-right:8px}.hero-badges .store-text span:first-child{font-size:.6rem}.hero-badges .store-name{font-size:.85rem}.hero-badges .store-badge{padding:8px 16px}}.hero-image-wrapper{align-items:center;display:flex;flex:1 1 50%;justify-content:center;min-width:0;position:relative}.hero-bg-circle{background-color:var(--primary-green);border-radius:50%;height:500px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:500px;z-index:0}@media screen and (max-width:768px){.hero-bg-circle{height:350px;width:350px}}@media screen and (max-width:480px){.hero-bg-circle{height:280px;width:280px}}.hero-image-animation-wrapper{opacity:0;position:relative;transform:scale(.95);transition:opacity 1s cubic-bezier(.25,.46,.45,.94),transform 1s cubic-bezier(.25,.46,.45,.94);z-index:1}.hero-image-animation-wrapper.visible{opacity:1;transform:scale(1)}.hero-img-frame{filter:drop-shadow(0 20px 40px rgba(0,0,0,.15));max-width:320px;width:100%}@media screen and (max-width:768px){.hero-img-frame{max-width:280px}}@media screen and (max-width:480px){.hero-img-frame{max-width:240px}}@media screen and (max-width:960px){.hero-container,.hero-content{flex-direction:column}.hero-content{align-items:center;display:flex;margin-bottom:40px;max-width:100%;padding:0;text-align:center;width:100%}.hero-badges{flex-direction:row;gap:12px;justify-content:center;width:100%}.hero-badges .store-badge{flex:1 1;justify-content:center;max-width:200px}}@media screen and (max-width:480px){.hero-content{margin-bottom:30px}.hero-badges{flex-direction:row;gap:10px;justify-content:center;width:100%}.hero-badges .store-badge{flex:1 1;max-width:48%;width:auto}}.hero-text{margin-right:50px;max-width:500px;text-align:left}.highlight-text{color:#388e3c}.hero-buttons .app-store-button,.hero-buttons .google-play-button{align-items:center;border:2px solid #0000;border-radius:8px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;margin-right:10px;padding:14px 28px;transition:all .3s ease}.hero-buttons .app-store-button.disabled,.hero-buttons .google-play-button.disabled{cursor:not-allowed;opacity:.6;pointer-events:none}.hero-buttons .app-store-button:hover,.hero-buttons .google-play-button:hover{transform:translateY(-2px)}.hero-buttons .app-store-button{background-color:#000;color:#fff}.hero-buttons .google-play-button{background-color:initial;border-color:#ccc;color:#333}.hero-buttons .google-play-button:hover{background-color:#f5f5f5;border-color:#bbb}.button-icon{font-size:1.2rem;margin-right:8px}.hero-image{flex-shrink:0}.hero-image img{border-radius:20px;box-shadow:0 10px 30px #0000001a;max-width:100%}.phone-frame-container{display:inline-block;height:auto;max-width:300px;position:relative;width:100%}@media screen and (max-width:768px){.phone-frame-container{max-width:280px}}@media screen and (max-width:480px){.phone-frame-container{max-width:240px}}.feature-image-tracking .phone-frame-container,.phone-frame{position:relative}.phone-frame{display:block;height:auto;pointer-events:none;width:100%;z-index:10}.feature-image-tracking .phone-frame{height:100%;max-height:100%;max-width:100%;object-fit:contain;width:auto}@media screen and (max-width:1024px){.feature-image-tracking .phone-frame-container{display:inline-block;height:auto;max-width:300px;position:relative;width:100%}.feature-image-tracking .phone-frame{height:auto;max-height:none;max-width:100%;object-fit:contain;width:100%}}@media screen and (max-width:768px){.feature-image-tracking .phone-frame-container{max-width:280px}}@media screen and (max-width:480px){.feature-image-tracking .phone-frame-container{max-width:240px}}.phone-screenshot{border-radius:32px;height:99%;left:3.5%;object-fit:contain;position:absolute;top:.4%;width:92.8%;z-index:1}@media screen and (max-width:768px){.phone-screenshot{border-radius:24px}}@media screen and (max-width:480px){.phone-screenshot{border-radius:20px}}.feature-image-tracking .phone-screenshot{border-radius:40px}@media screen and (max-width:768px){.feature-image-tracking .phone-screenshot{border-radius:32px}}@media screen and (max-width:480px){.feature-image-tracking .phone-screenshot{border-radius:28px}}.feature-image-community .phone-frame-container{align-self:flex-end;overflow:hidden!important;position:relative}.feature-image-community .phone-frame,.feature-image-community .phone-frame-container{height:400px!important;max-height:400px!important;max-width:250px!important;min-width:250px!important;width:250px!important}.feature-image-community .phone-frame{display:block;object-fit:cover;object-position:top}.feature-image-community .phone-screenshot{border-radius:32px 32px 0 0!important;height:100%!important;max-height:100%!important;object-fit:cover;object-position:top;top:2.5%!important}.features-section{display:flex;flex-direction:column}.feature-block{background-color:var(--white);padding:100px 0}@media screen and (max-width:768px){.feature-block{padding:60px 0}}@media screen and (max-width:480px){.feature-block{padding:40px 0}}.feature-block.bg-light{background-color:var(--white)}.feature-container{align-items:stretch;display:flex;gap:60px;justify-content:space-between;margin:0 auto;max-width:1600px;padding:0 40px}@media screen and (max-width:768px){.feature-container{gap:40px;padding:0 20px}}@media screen and (max-width:480px){.feature-container{gap:30px;padding:0 16px}}.feature-container.reverse{flex-direction:row}.feature-content{display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:0 60px}.feature-container:has(.feature-carousel-wrapper) .feature-content,.feature-container:has(.feature-carousel-wrapper) .feature-image-wrapper{flex:1 1 50%}@media screen and (max-width:768px){.feature-content{padding:0 20px}}@media screen and (max-width:480px){.feature-content{padding:0}}.feature-content-bg.feature-content-tracking{background-color:var(--bg-light);border-radius:12px;box-shadow:none!important;display:flex;flex:1 1;flex-direction:column;justify-content:center;max-width:none;min-height:auto!important;overflow-y:auto;padding:40px 60px}@media screen and (max-width:768px){.feature-content-bg.feature-content-tracking{max-height:none;padding:30px 20px}}@media screen and (max-width:480px){.feature-content-bg.feature-content-tracking{padding:24px 16px}}.feature-content-bg{background-color:var(--bg-light);border-radius:12px;display:flex;flex:1 1;flex-direction:column;justify-content:center;min-height:500px;padding:40px 60px}@media screen and (max-width:768px){.feature-content-bg{min-height:auto;padding:30px 20px}}@media screen and (max-width:480px){.feature-content-bg{padding:24px 16px}}.feature-image-wrapper{align-items:stretch;max-width:100%;min-width:0;overflow:hidden;position:relative}.feature-image-bg,.feature-image-wrapper{display:flex;flex:1 1;justify-content:center}.feature-image-bg{align-items:center;background-color:var(--white);border-radius:12px;min-height:500px;padding:40px;width:100%}@media screen and (max-width:768px){.feature-image-bg{min-height:auto;padding:30px 20px}}@media screen and (max-width:480px){.feature-image-bg{padding:20px 16px}}.feature-image-tracking{align-items:center;background-color:#e8f5e9;display:flex;justify-content:center;max-height:600px;min-height:auto;overflow:hidden;width:100%}.feature-image-tracking .phone-frame-container{display:block;height:100%;max-height:100%;max-width:100%;width:auto}@media screen and (max-width:1024px){.feature-image-tracking{background-color:initial;max-height:none;padding:0}.feature-image-tracking .phone-frame-container{height:auto;max-height:none;max-width:300px;width:100%}}@media screen and (max-width:768px){.feature-image-tracking{background-color:initial;max-height:none;padding:0}.feature-image-tracking .phone-frame-container{height:auto;max-height:none;max-width:280px;width:100%}}@media screen and (max-width:480px){.feature-image-tracking{background-color:initial;max-height:none;padding:0}.feature-image-tracking .phone-frame-container{height:auto;max-height:none;max-width:240px;width:100%}}.feature-image-community{align-items:flex-end;background-color:#e8f5e9;border-radius:12px;display:flex;flex:1 1;height:100%;justify-content:center;min-height:400px;overflow:hidden;padding:40px 40px 0}.feature-image-bg .phone-frame-container{background-color:initial}.feature-headline{color:var(--text-black);font-size:2.5rem;font-weight:700;margin-bottom:24px}.feature-description{color:var(--text-gray);font-size:1.125rem;line-height:1.6;margin-bottom:24px}.feature-demo-video-row{display:flex;justify-content:center;margin:60px auto 0;max-width:1600px;padding:0 40px;width:100%}@media screen and (max-width:768px){.feature-demo-video-row{margin-top:40px;padding:0 20px}}@media screen and (max-width:480px){.feature-demo-video-row{margin-top:32px;padding:0 16px}}.feature-swiper{height:100%;position:relative;width:100%}.feature-carousel-button{align-items:center;background-color:initial;border:2px solid #8b6f47;border-radius:50%;color:#8b6f47;cursor:pointer;display:flex;height:44px;justify-content:center;padding:0;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:44px;z-index:10}.feature-carousel-button:disabled{cursor:not-allowed;opacity:.35;pointer-events:none}.feature-carousel-button svg{font-size:16px;font-weight:700}.feature-carousel-button-next{right:20px}.feature-carousel-button-prev{left:20px}@media screen and (max-width:768px){.feature-carousel-button{height:36px;width:36px}.feature-carousel-button svg{font-size:12px}.feature-carousel-button-next{right:16px}.feature-carousel-button-prev{left:16px}.feature-carousel-wrapper .swiper-slide .phone-frame-container{max-height:350px;max-width:280px}}@media screen and (max-width:480px){.feature-carousel-button{height:32px;width:32px}.feature-carousel-button svg{font-size:10px}.feature-carousel-button-next{right:12px}.feature-carousel-button-prev{left:12px}.feature-carousel-wrapper .swiper-slide .phone-frame-container{max-height:300px;max-width:240px}}.feature-carousel-wrapper{background-color:#fff9f5;border-radius:16px;justify-content:center;max-height:600px;min-height:auto;padding:40px}.feature-carousel-wrapper,.feature-carousel-wrapper .feature-swiper,.feature-carousel-wrapper .swiper-slide{align-items:center;display:flex;height:100%;width:100%}.feature-carousel-wrapper .swiper-slide{background-color:initial;justify-content:center;max-height:600px;min-height:auto;overflow:hidden}.feature-carousel-wrapper .swiper-slide .phone-frame-container{display:block;height:100%;max-height:100%;max-width:100%;position:relative;width:auto}.feature-carousel-wrapper .swiper-slide .phone-frame{display:block;height:100%;max-height:100%;max-width:100%;object-fit:contain;width:auto}.feature-carousel-wrapper .swiper-slide .phone-screenshot{object-fit:contain}.feature-video-wrapper{border-radius:16px;flex-shrink:0;overflow:hidden;position:relative}.feature-image-wrapper .feature-video-wrapper,.feature-video-wrapper{align-items:center;display:flex;height:100%;justify-content:center;max-height:100%;max-width:100%;width:100%}@media screen and (max-width:1024px) and (min-width:769px){.feature-video-wrapper{border-radius:14px;max-height:500px;min-height:400px}.feature-carousel-wrapper{border-radius:14px;max-height:500px;min-height:500px;padding:40px 30px}.feature-carousel-wrapper .feature-swiper,.feature-carousel-wrapper .swiper-slide{height:420px;min-height:420px}.feature-carousel-wrapper .swiper-slide .phone-frame-container{height:420px;max-height:420px;max-width:350px}.feature-carousel-wrapper .swiper-slide .phone-frame{height:420px;max-height:420px}.feature-carousel-button{height:40px;width:40px}.feature-carousel-button svg{font-size:14px}.feature-carousel-button-next{right:18px}.feature-carousel-button-prev{left:18px}.feature-image-wrapper:has(.feature-carousel-wrapper){min-height:500px}}@media screen and (max-width:768px){.feature-video-wrapper{border-radius:12px;max-height:350px;min-height:280px}.feature-carousel-wrapper{border-radius:12px;max-height:350px;min-height:350px;padding:30px 20px}.feature-carousel-wrapper .feature-swiper,.feature-carousel-wrapper .swiper-slide{height:290px;min-height:290px}.feature-carousel-wrapper .swiper-slide .phone-frame-container{height:290px;max-height:290px;max-width:280px}.feature-carousel-wrapper .swiper-slide .phone-frame{height:290px;max-height:290px}}@media screen and (max-width:480px){.feature-video-wrapper{border-radius:10px;max-height:300px;min-height:240px}.feature-carousel-wrapper{border-radius:10px;max-height:300px;min-height:300px;padding:20px 16px}.feature-carousel-wrapper .feature-swiper,.feature-carousel-wrapper .swiper-slide{height:260px;min-height:260px}.feature-carousel-wrapper .swiper-slide .phone-frame-container{height:260px;max-height:260px;max-width:240px}.feature-carousel-wrapper .swiper-slide .phone-frame{height:260px;max-height:260px}}.feature-video-player{display:block;height:100%;max-height:100%;max-width:100%;min-height:0;object-fit:contain;width:100%}.feature-video-player::-webkit-media-controls-panel{background-color:#000000b3}@media screen and (max-width:768px){.feature-headline{font-size:2rem;margin-bottom:20px}.feature-description{font-size:1rem;margin-bottom:20px}}@media screen and (max-width:480px){.feature-headline{font-size:1.75rem;margin-bottom:16px}.feature-description{font-size:.95rem;margin-bottom:16px}}.activity-icons{display:flex;gap:20px;justify-content:center;margin-top:24px}.activity-icon{align-items:center;display:flex;flex-direction:column;gap:8px;width:80px}.activity-icon>svg{background-color:initial;border:2px solid var(--text-gray);border-radius:12px;box-shadow:none;color:var(--text-gray);height:60px;padding:12px;width:60px}.icon-label{color:var(--text-gray);font-size:.875rem;font-weight:500;margin-top:4px;text-align:center}.food-bowls-container{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.food-bowl-item{align-items:center;display:flex;flex-direction:column}.food-bowl-image{border-radius:12px;box-shadow:0 4px 12px #0000001a;height:200px;margin-bottom:12px;object-fit:cover;width:200px}.food-bowl-calories{color:var(--text-black);font-size:1rem;font-weight:600;margin:0}.diary-grid-image{border-radius:12px;height:auto;max-width:100%;object-fit:contain;width:100%}.dual-phones-container{align-items:center;display:flex;gap:20px;justify-content:center}.dual-phone{flex:0 0 auto;max-width:200px}.feature-image-community .dual-phones-container{align-items:flex-end;align-self:flex-end;gap:20px}.feature-image-community .dual-phone{flex:0 0 250px!important;max-width:250px!important;min-width:250px!important;width:250px!important}@media screen and (max-width:960px){.feature-container{gap:40px;text-align:center}.feature-container,.feature-container.reverse{flex-direction:column}.feature-image-wrapper{order:1;width:100%}.feature-image-wrapper:has(.feature-carousel-wrapper){min-height:350px}}@media screen and (max-width:960px){.feature-content{order:2}.activity-icons{flex-wrap:wrap;justify-content:center}.activity-icon{width:70px}.activity-icon>svg{border:2px solid var(--text-gray);height:50px;padding:10px;width:50px}.icon-label{font-size:.75rem}.food-bowls-container{gap:30px;grid-template-columns:1fr}.food-bowl-image{height:150px;width:150px}.dual-phones-container{flex-direction:column;gap:30px}.dual-phone{max-width:180px}.feature-image-community{height:auto;max-height:none;padding:20px}.feature-image-community .dual-phone{flex:0 0 200px!important;max-width:200px!important;min-width:200px!important;width:200px!important}.feature-image-community .phone-frame,.feature-image-community .phone-frame-container{height:350px!important;max-height:350px!important;max-width:200px!important;min-width:200px!important;width:200px!important}}@media screen and (max-width:480px){.feature-image-wrapper:has(.feature-carousel-wrapper){min-height:300px}.activity-icon{width:60px}.activity-icon>svg{height:45px;padding:8px;width:45px}.icon-label{font-size:.7rem}.food-bowl-image{height:120px;width:120px}.dual-phone{max-width:160px}.feature-image-community{padding:16px}.feature-image-community .dual-phone{flex:0 0 160px!important;max-width:160px!important;min-width:160px!important;width:160px!important}.feature-image-community .phone-frame,.feature-image-community .phone-frame-container{height:280px!important;max-height:280px!important;max-width:160px!important;min-width:160px!important;width:160px!important}}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.download-cta-section{background-color:var(--white);padding:100px 0}.download-cta-container{margin:0 auto;max-width:1600px;padding:0 40px}@media screen and (max-width:768px){.download-cta-section{padding:60px 0}.download-cta-container{padding:0 20px}}@media screen and (max-width:480px){.download-cta-section{padding:40px 0}.download-cta-container{padding:0 16px}}.download-cta-content{background-color:var(--text-black);border-radius:12px;box-shadow:0 4px 12px #00000014;padding:80px 40px;text-align:center;width:100%}.download-cta-headline{color:var(--white);font-size:2.5rem;font-weight:700;margin-bottom:24px}.download-cta-description{color:var(--white);font-size:1.25rem;line-height:1.6;margin-bottom:40px;margin-left:auto;margin-right:auto;max-width:700px;opacity:.9}.download-cta-badges{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.download-cta-badges .store-badge{align-items:center;border:none;border-radius:10px;box-shadow:0 2px 8px #00000026;color:#fff;cursor:pointer;display:flex;font-weight:500;padding:12px 24px;text-decoration:none;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.download-cta-badges .app-store-badge{background-color:#ffffff1a;border:1px solid #fff3}.download-cta-badges .app-store-badge:hover{background-color:#ffffff26;box-shadow:0 4px 12px #00000040;transform:translateY(-2px)}.download-cta-badges .google-play-badge{background-color:var(--primary-green);border:1px solid #ffffff1a}.download-cta-badges .google-play-badge:hover{background-color:var(--primary-dark);box-shadow:0 4px 12px #2ecc7159;transform:translateY(-2px)}.download-cta-badges .store-icon{font-size:2rem;margin-right:10px}.download-cta-badges .store-text{align-items:flex-start;display:flex;flex-direction:column;line-height:1.1}.download-cta-badges .store-text span:first-child{font-size:.7rem}.download-cta-badges .store-name{font-size:1.1rem;font-weight:600}@media screen and (max-width:768px){.download-cta-content{padding:60px 30px}.download-cta-headline{font-size:2rem;margin-bottom:20px}.download-cta-description{font-size:1.1rem;margin-bottom:32px}.download-cta-badges .store-icon{font-size:1.5rem;margin-right:8px}.download-cta-badges .store-text span:first-child{font-size:.65rem}.download-cta-badges .store-name{font-size:.95rem}.download-cta-badges .store-badge{padding:10px 18px}}@media screen and (max-width:480px){.download-cta-content{padding:40px 20px}.download-cta-headline{font-size:1.75rem;margin-bottom:16px}.download-cta-description{font-size:1rem;margin-bottom:24px}.download-cta-badges{flex-direction:column;margin:0 auto;max-width:280px;width:100%}.download-cta-badges .store-badge{justify-content:center;padding:12px 20px;width:100%}.download-cta-badges .store-icon{font-size:1.25rem;margin-right:8px}.download-cta-badges .store-text span:first-child{font-size:.6rem}.download-cta-badges .store-name{font-size:.85rem}}.footer-container{align-items:center;background-color:var(--bg-light);display:flex;flex-direction:column;padding:40px 0 20px}@media screen and (max-width:768px){.footer-container{padding:30px 0 16px}}@media screen and (max-width:480px){.footer-container{padding:24px 0 12px}}.footer-content{align-items:center;display:flex;justify-content:space-between;margin-bottom:40px;max-width:1600px;padding:0 40px;width:100%}@media screen and (max-width:768px){.footer-content{margin-bottom:30px;padding:0 20px}}@media screen and (max-width:480px){.footer-content{margin-bottom:24px;padding:0 16px}}.footer-logo{align-items:center;color:var(--text-black);display:flex;font-size:1.25rem;font-weight:800;gap:8px}.footer-links{display:flex;gap:30px}.footer-links a{color:var(--text-gray);font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s ease}.footer-links a:hover{color:var(--primary-green)}.footer-badges,.footer-social{display:flex;gap:12px}.footer-social{align-items:center}.footer-social-link{color:var(--text-gray);text-decoration:none;transition:color .2s ease,transform .2s ease}.footer-social-icon{font-size:1.5rem}.footer-social-link:hover{color:#5865f2;transform:translateY(-1px)}.store-badge{align-items:center;border:none;border-radius:8px;box-shadow:0 2px 8px #00000026;color:#fff;cursor:pointer;display:flex;font-weight:500;padding:8px 16px;text-decoration:none;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.app-store-badge{background-color:var(--text-black);border:1px solid #ffffff1a}.app-store-badge:hover{background-color:#2a2a2a;box-shadow:0 4px 12px #00000040}.google-play-badge{background-color:var(--primary-green);border:1px solid #ffffff1a}.google-play-badge:hover{background-color:var(--primary-dark);box-shadow:0 4px 12px #2ecc7159}.store-icon{font-size:1.5rem;margin-right:8px}.store-text{align-items:flex-start;display:flex;flex-direction:column;line-height:1.1}.store-text span:first-child{font-size:.6rem}.store-name{font-size:.9rem;font-weight:600}.footer-bottom{align-items:center;border-top:1px solid var(--border-color);display:flex;justify-content:space-between;max-width:1600px;padding:20px 40px 0;width:100%}@media screen and (max-width:768px){.footer-bottom{align-items:center;flex-direction:column;gap:8px;padding:16px 20px 0}}@media screen and (max-width:480px){.footer-bottom{padding:12px 16px 0}}.footer-year{color:var(--text-gray);font-size:.8rem;margin:0}.footer-bottom-content{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.footer-bottom p{color:var(--text-gray);font-size:.8rem;margin:0}.footer-legal-links{display:flex;gap:24px}.footer-legal-links a{color:var(--text-gray);font-size:.8rem;font-weight:500;text-decoration:none;transition:color .2s ease}.footer-legal-links a:hover{color:var(--primary-green)}@media screen and (max-width:768px){.footer-content{flex-direction:column;gap:30px}.footer-logo{font-size:1.1rem}.footer-links{align-items:center;flex-direction:column;gap:16px}.footer-badges{flex-direction:row;flex-wrap:wrap;gap:10px;justify-content:center;width:auto}.footer-badges .store-badge{justify-content:center;max-width:none;width:auto}.footer-bottom-content{align-items:center;flex-direction:column;text-align:center}.footer-legal-links{flex-direction:column;gap:12px}}@media screen and (max-width:480px){.footer-content{gap:24px}.footer-logo{font-size:1rem}.footer-links{gap:12px}.footer-links a{font-size:.85rem}.footer-badges .store-badge{max-width:none;width:auto}.footer-legal-links a,.footer-year{font-size:.75rem}}.terms-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;margin:0 auto;max-width:800px;padding:2rem}.terms-content{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:2rem}.terms-content h1{color:#333;font-size:2.5rem;margin-bottom:1rem;text-align:center}.last-updated{color:#666;font-style:italic;text-align:center}.last-updated,.terms-content section{margin-bottom:2rem}.terms-content h2{color:#444;font-size:1.5rem;margin-bottom:1rem}.terms-content p{color:#555;line-height:1.6;margin-bottom:1rem}@media (max-width:768px){.terms-container{padding:1rem}.terms-content{padding:1.5rem}.terms-content h1{font-size:2rem}}@media screen and (max-width:480px){.terms-container{padding:.75rem}.terms-content{padding:1.25rem}.terms-content h1{font-size:1.75rem}.terms-content h2{font-size:1.25rem}.terms-content p{font-size:.95rem}}.privacy-policy-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;margin:0 auto;max-width:800px;padding:2rem;text-align:left}@media screen and (max-width:768px){.privacy-policy-container{padding:1.5rem}}@media screen and (max-width:480px){.privacy-policy-container{padding:1rem}}.contact-page{background-color:var(--bg-light);min-height:85vh;padding:100px 0}.contact-container{margin:0 auto;max-width:1600px;padding:0 40px}.contact-page h1{color:var(--text-black);font-size:3rem;font-weight:800;line-height:1.1;margin-bottom:24px;text-align:center}.contact-content{background:var(--white);border-radius:12px;box-shadow:0 4px 12px #0000000d;margin:0 auto;max-width:800px;padding:60px}.contact-content>p{color:var(--text-gray);font-size:1.125rem;line-height:1.6;margin-bottom:40px;text-align:center}.contact-methods{grid-gap:2rem;display:grid;gap:2rem;margin-top:2rem}.contact-method{background-color:initial;border:none;border-radius:0;padding:0}.contact-method h3{color:var(--text-black);font-size:1.5rem;font-weight:700;margin-bottom:1rem}.contact-method p{color:var(--text-gray);line-height:1.6;margin-bottom:.5rem}.contact-method a{color:var(--primary-green);font-weight:500;text-decoration:none;transition:color .2s ease}.contact-method a:hover{color:var(--primary-dark);text-decoration:underline}.email-button{background-color:var(--primary-green);border:2px solid var(--primary-green);border-radius:8px;color:var(--white);cursor:pointer;display:inline-block;font-family:inherit;font-size:1rem;font-weight:600;margin:1rem 0;padding:14px 28px;transition:all .3s ease;width:100%}.email-button:hover{background-color:var(--primary-dark);border-color:var(--primary-dark);box-shadow:0 4px 12px #2ecc714d;transform:translateY(-2px)}.email-button:active{box-shadow:0 2px 6px #2ecc714d;transform:translateY(0)}.contact-form{margin-bottom:1.5rem}.message-label{display:block;font-weight:600;margin-bottom:.5rem}.message-label,.message-textarea{color:var(--text-black);font-size:1rem}.message-textarea{border:2px solid var(--border-color);border-radius:8px;font-family:inherit;margin-bottom:1rem;min-height:120px;padding:12px;resize:vertical;transition:border-color .3s ease;width:100%}.message-textarea:focus{border-color:var(--primary-green);box-shadow:0 0 0 3px #2ecc711a;outline:none}.message-textarea::placeholder{color:var(--text-gray);opacity:.6}.contact-note,.support-note{color:var(--text-gray);font-size:.9rem;font-style:italic;opacity:.8}.support-note{margin-top:.5rem}.contact-method ul{margin:1rem 0;padding-left:1.5rem}.contact-method li{color:var(--text-gray);line-height:1.5;margin-bottom:.5rem}@media (max-width:960px){.contact-page{padding:120px 0 80px}.contact-container{padding:0 20px}.contact-page h1{font-size:2.5rem}.contact-content{padding:40px 30px}.contact-methods{gap:1.5rem}.contact-method{padding:0}}@media screen and (max-width:480px){.contact-page{padding:120px 0 60px}.contact-container{padding:0 16px}.contact-page h1{font-size:2rem;margin-bottom:20px}.contact-content{padding:30px 20px}.contact-content>p{font-size:1rem;margin-bottom:30px}.contact-methods{gap:1.25rem}.contact-method h3{font-size:1.25rem}.contact-method p,.email-button{font-size:.95rem}.email-button{padding:12px 24px}}
/*# sourceMappingURL=main.2da423ae.css.map*/