.app-main[data-v-f7f84568]{min-height:100vh;display:flex;flex-direction:column}.app-navbar[data-v-f7f84568]{padding:.25rem 1rem;display:flex;align-items:center;justify-content:space-between;position:relative}.app-logo[data-v-f7f84568]{flex-shrink:0}.app-logo-img[data-v-f7f84568]{height:32px;width:auto}.mobile-menu-toggle[data-v-f7f84568]{display:flex;flex-direction:column;justify-content:space-around;width:24px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;z-index:10}.hamburger-line[data-v-f7f84568]{width:24px;height:2px;background:#334155;border-radius:1px;transition:all .3s ease;transform-origin:1px}.mobile-menu-toggle.active .hamburger-line[data-v-f7f84568]:nth-child(1){transform:rotate(45deg)}.mobile-menu-toggle.active .hamburger-line[data-v-f7f84568]:nth-child(2){opacity:0}.mobile-menu-toggle.active .hamburger-line[data-v-f7f84568]:nth-child(3){transform:rotate(-45deg)}.nav-links[data-v-f7f84568]{position:absolute;top:100%;left:0;right:0;background:inherit;display:flex;flex-direction:column;padding:0;max-height:0;overflow:hidden;transition:all .3s ease;box-shadow:0 4px 8px #0000001a;border-radius:0 0 .5rem .5rem}.nav-links.mobile-open[data-v-f7f84568]{max-height:250px;padding:.375rem 0}.app-nav-link[data-v-f7f84568]{text-decoration:none;padding:.25rem 1rem;font-weight:700;transition:all .3s ease;display:block;border-bottom:1px solid rgba(51,65,85,.1)}.app-nav-link[data-v-f7f84568]:last-child{border-bottom:none}@media (min-width: 768px){.app-navbar[data-v-f7f84568]{padding:.375rem 2rem}.app-logo-img[data-v-f7f84568]{height:36px}.mobile-menu-toggle[data-v-f7f84568]{display:none}.nav-links[data-v-f7f84568]{position:static;flex-direction:row;background:transparent;max-height:none;overflow:visible;padding:0;gap:.75rem;box-shadow:none;border-radius:0}.app-nav-link[data-v-f7f84568]{padding:.1875rem .75rem;border:none;border-radius:.5rem;white-space:nowrap;font-weight:700}}@media (min-width: 1024px){.app-navbar[data-v-f7f84568]{padding:.375rem 3rem}.app-logo-img[data-v-f7f84568]{height:40px}.nav-links[data-v-f7f84568]{gap:1rem}.app-nav-link[data-v-f7f84568]{padding:.25rem 1rem;font-size:1rem;font-weight:800}}@media (min-width: 1200px){.app-navbar[data-v-f7f84568]{max-width:1200px;margin:0 auto;padding:.375rem 2rem}.app-nav-link[data-v-f7f84568]{font-weight:800}}.fade-enter-active[data-v-f7f84568],.fade-leave-active[data-v-f7f84568]{transition:opacity .4s ease}.fade-enter-from[data-v-f7f84568],.fade-leave-to[data-v-f7f84568]{opacity:0}.app-main>div[data-v-f7f84568]{flex:1}@media (prefers-reduced-motion: reduce){.mobile-menu-toggle[data-v-f7f84568],.hamburger-line[data-v-f7f84568],.nav-links[data-v-f7f84568],.app-nav-link[data-v-f7f84568],.fade-enter-active[data-v-f7f84568],.fade-leave-active[data-v-f7f84568]{transition:none}}.mobile-menu-toggle[data-v-f7f84568]:focus,.app-nav-link[data-v-f7f84568]:focus{outline:2px solid #60a5fa;outline-offset:2px}*{box-sizing:border-box}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.app-main{min-height:100vh;display:flex;flex-direction:column}.app-navbar{background:#f8fafc;padding:.25rem 1rem;display:flex;align-items:center;justify-content:space-between;position:relative}.app-logo{flex-shrink:0}.app-logo-img{height:32px;width:auto}.mobile-menu-toggle{display:flex;flex-direction:column;justify-content:space-around;width:24px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;z-index:10}.hamburger-line{width:24px;height:2px;background:#334155;border-radius:1px;transition:all .3s ease;transform-origin:1px}.mobile-menu-toggle.active .hamburger-line:nth-child(1){transform:rotate(45deg)}.mobile-menu-toggle.active .hamburger-line:nth-child(2){opacity:0}.mobile-menu-toggle.active .hamburger-line:nth-child(3){transform:rotate(-45deg)}.nav-links{position:absolute;top:100%;left:0;right:0;background:#f8fafc;display:flex;flex-direction:column;padding:0;max-height:0;overflow:hidden;transition:all .3s ease;box-shadow:0 4px 8px #0000001a;border-radius:0 0 .5rem .5rem;z-index:999}.nav-links.mobile-open{max-height:300px;padding:.375rem 0}.app-nav-link{text-decoration:none;padding:.25rem 1rem;font-weight:700;transition:all .3s ease;display:block;border-bottom:1px solid rgba(51,65,85,.1);color:#334155;background:#f8fafc}.app-nav-link:hover,.app-nav-link.router-link-active{background:#e2e8f0;color:#1e293b}.app-nav-link:last-child{border-bottom:none}.fade-enter-active,.fade-leave-active{transition:opacity .4s ease}.fade-enter-from,.fade-leave-to{opacity:0}.redshoes-main{padding:.25rem;max-width:100%}.redshoes-header{text-align:center;padding:0 1rem 1rem}.redshoes-title{font-size:2rem;line-height:1.2;margin-bottom:1rem}.redshoes-subtitle{font-size:1rem;margin-bottom:1.5rem}.redshoes-section{display:flex;flex-direction:column;gap:1.5rem;padding:1rem 1rem 0;max-width:100%}.redshoes-tile{padding:1.5rem;margin-bottom:1rem;border-radius:.5rem;background:#fff;box-shadow:0 2px 8px #0000001a}.redshoes-tile-title{font-size:1.5rem;margin-bottom:1rem;color:#1e293b}.redshoes-tile-desc{font-size:1rem;line-height:1.6;color:#334155;margin-bottom:.5rem}.redshoes-input{width:100%;padding:.75rem;border-radius:.5rem;border:1px solid #cbd5e1;font-size:1rem;margin-bottom:.5rem}.redshoes-btn-primary{width:100%;padding:.875rem 1.5rem;font-size:1rem;border-radius:.5rem;border:none;background:#2563eb;color:#fff;cursor:pointer;font-weight:600;transition:background-color .3s ease}.redshoes-btn-primary:hover{background:#1d4ed8}.redshoes-footer{text-align:center;padding:3rem 1rem;background:#f8fafc;margin-top:3rem}.redshoes-footer-title{font-size:2rem;margin-bottom:2rem;color:#1e293b}.popup-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#1e293b80;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem}.popup-content{background:#fff;color:#1e293b;padding:1.5rem;border-radius:1rem;box-shadow:0 8px 32px #1e293b26;max-width:400px;width:100%;position:relative}.popup-close{position:absolute;top:1rem;right:1.5rem;background:none;border:none;font-size:2rem;color:#334155;cursor:pointer}.popup-text{font-size:1.2rem}.popup-text.success{color:green}.popup-text.error{color:#b91c1c}.contact-section{display:flex;flex-direction:column;gap:2rem;max-width:1024px;margin:0 auto}.contact-form-tile{width:100%}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-column{display:flex;flex-direction:column;gap:1rem}.submit-btn{margin-top:1rem;align-self:flex-start}.business-info-tile{width:100%}.contact-info{margin-bottom:.5rem}.linkedin-icon{width:40px;height:40px}.case-studies-section{display:flex;flex-direction:column;gap:2rem;max-width:100%;margin:0 auto;background:#f1f5f9;border-radius:1rem;padding:1rem}.case-study-row{display:flex;flex-direction:column;gap:1rem}.case-study-tile{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.case-study-image-container{margin-top:1rem;background:#e5e7eb;border-radius:1rem;height:200px;width:100%;overflow:hidden}.case-study-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:1rem}.case-study-content{background:#e5e7eb;border-radius:1rem;padding:1.5rem;cursor:pointer;transition:background-color .3s ease;min-height:120px;display:flex;align-items:center;justify-content:center}.case-study-content:hover{background:#cbd5e1}.case-study-content p{text-align:center;margin:0}.popup-title{margin:0 2rem 0 0;color:#1e293b;font-size:1.25rem;line-height:1.3}.overview-section{display:flex;flex-direction:column;gap:1.5rem;padding:1rem}.overview-image-container{width:100%;height:200px;display:flex;align-items:center;justify-content:center;background:#f8fafc;border-radius:.5rem;margin-top:1rem;padding:1rem}.overview-image{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.detailed-section{display:flex;flex-direction:column;gap:2rem;max-width:100%;margin:0 auto;background:#f1f5f9;border-radius:1rem;padding:1rem}.detail-row{display:flex;flex-direction:column;gap:1.5rem}.detail-content{background:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 2px 8px #0000001a}.detail-image-container{display:flex;align-items:center;justify-content:center;background:#e5e7eb;border-radius:1rem;height:250px;padding:1rem}.analytics-image-fit{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;border-radius:.5rem}@media (min-width: 768px){.app-navbar{padding:.375rem 2rem}.app-logo-img{height:36px}.mobile-menu-toggle{display:none}.nav-links{position:static;flex-direction:row;background:transparent;max-height:none;overflow:visible;padding:0;gap:.75rem;box-shadow:none;border-radius:0;z-index:auto}.app-nav-link{padding:.1875rem .75rem;border:none;border-radius:.5rem;white-space:nowrap;font-weight:700;background:transparent}.redshoes-main{padding:.5rem}.redshoes-title{font-size:2.5rem}.redshoes-subtitle{font-size:1.125rem}.redshoes-section{flex-direction:row;flex-wrap:wrap;gap:2rem;padding:.5rem 2rem}.redshoes-tile{flex:1;min-width:300px}.redshoes-btn-primary{width:auto;padding:1rem 2rem}.popup-content{padding:2rem}.popup-title{font-size:1.5rem}.popup-text{font-size:1rem}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.case-studies-section{max-width:1024px;padding:2rem;gap:2.5rem}.case-study-row{flex-direction:row;gap:2.5rem}.case-study-tile{flex:1;padding:2rem}.case-study-content{flex:2;min-height:300px;padding:2rem}.case-study-image-container{height:200px}.overview-section{flex-direction:row;gap:2rem;padding:2rem}.overview-section .redshoes-tile{flex:1}.overview-image-container{height:150px}.detailed-section{max-width:900px;padding:2rem;gap:2.5rem}.detail-row{flex-direction:row;gap:2rem}.detail-content{flex:1;padding:2rem}.detail-image-container{flex:2;height:300px}}@media (min-width: 1024px){.app-navbar{padding:.375rem 3rem}.app-logo-img{height:40px}.nav-links{gap:1rem}.app-nav-link{padding:.25rem 1rem;font-size:1rem;font-weight:800}.redshoes-main{max-width:1200px;margin:0 auto;padding:1rem}.redshoes-title{font-size:3rem}.redshoes-section{gap:2.5rem}.redshoes-tile{padding:1rem}.popup-content{max-width:700px;padding:3rem}.popup-title{font-size:1.75rem}.case-studies-section{padding:3rem}.case-study-tile,.case-study-content{padding:2.5rem}.case-study-image-container{height:250px}.overview-section{padding:3rem;gap:2.5rem}.overview-image-container{height:180px}.detailed-section{max-width:1024px;padding:3rem}.detail-row{gap:2.5rem}.detail-content{padding:2.5rem}.detail-image-container{height:300px}}@media (min-width: 1200px){.app-navbar{max-width:1200px;margin:0 auto;padding:.375rem 2rem}.app-nav-link{font-weight:800}.detailed-section,.case-studies-section{max-width:1200px}}@media (max-width: 480px){.redshoes-title{font-size:1.75rem;line-height:1.2}.redshoes-subtitle{font-size:1rem}.redshoes-tile-title{font-size:1.25rem}.redshoes-tile-desc{font-size:.95rem;line-height:1.5}.redshoes-footer{padding:2rem 1rem;text-align:center}.redshoes-footer-title{font-size:1.5rem;margin-bottom:1.5rem}.redshoes-btn-primary{width:100%;max-width:300px}}@media (prefers-reduced-motion: reduce){.mobile-menu-toggle,.hamburger-line,.nav-links,.app-nav-link,.fade-enter-active,.fade-leave-active,*{transition:none!important;animation:none!important}}.mobile-menu-toggle:focus,.app-nav-link:focus,.redshoes-btn-primary:focus,.redshoes-input:focus,.popup-close:focus{outline:2px solid #60a5fa;outline-offset:2px}.app-main>div{flex:1}
