:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}html{scroll-behavior:smooth}html,body,#root{width:100%;margin:0;padding:0;overflow-x:hidden}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:var(--text-color)}a{text-decoration:none;color:inherit}ul{list-style-type:none}.header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 5%;background-color:#fff;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;left:0;right:0;z-index:100}.nav ul{display:flex;gap:2rem}.nav a{font-weight:500;transition:color .3s}.nav a:hover{color:var(--primary-color)}.hamburger{display:none;flex-direction:column;justify-content:space-around;width:2rem;height:2rem;background:transparent;border:none;cursor:pointer;padding:0;z-index:101}.hamburger span{width:2rem;height:.25rem;background-color:var(--dark-color);border-radius:10px;transition:all .3s linear;position:relative;transform-origin:1px}.hamburger span:first-child.active{transform:rotate(45deg)}.hamburger span:nth-child(2).active{opacity:0;transform:translate(20px)}.hamburger span:nth-child(3).active{transform:rotate(-45deg)}.menu-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:99;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 768px){.menu-overlay{display:block}}.cta-button,.primary-button,.submit-button{display:inline-block;background-color:var(--primary-color);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;font-weight:600;cursor:pointer;text-decoration:none;transition:background-color .3s}.cta-button:hover,.primary-button:hover,.submit-button:hover{background-color:#4338ca;text-decoration:none}.hero-section{display:flex;align-items:center;padding:5rem 5%;padding-top:80px;background-color:var(--light-color)}.hero-section-reverse .hero-content{order:2}.hero-section-reverse .hero-image{order:1}.hero-content{flex:1;padding-right:2rem;padding-left:2rem}.hero-content h1{font-size:3rem;margin-bottom:1.5rem;color:var(--dark-color)}.hero-content p{font-size:1.2rem;margin-bottom:2rem;color:var(--text-color);max-width:600px}.hero-image{flex:1;display:flex;justify-content:center;align-items:center}.hero-img{width:100%;height:100%;object-fit:cover;border-radius:8px}.placeholder-image{width:100%;height:400px;background-color:var(--gray-color);display:flex;justify-content:center;align-items:center;border-radius:8px;color:var(--dark-color);font-weight:700}.features-section{padding:5rem 5%;text-align:center}.features-section h2{font-size:2.5rem;margin-bottom:3rem;color:var(--dark-color)}.features-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{padding:2rem;border-radius:8px;box-shadow:0 4px 15px #0000001a;transition:transform .3s;background-color:#fff}.feature-card:hover{transform:translateY(-10px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{margin-bottom:1rem;color:var(--dark-color)}.testimonials-section{padding:5rem 5%;background-color:var(--light-color);text-align:center}.testimonials-section h2{font-size:2.5rem;margin-bottom:3rem;color:var(--dark-color)}.testimonials-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial-card{padding:2rem;border-radius:8px;box-shadow:0 4px 15px #0000001a;background-color:#fff}.testimonial-avatar{font-size:3rem;margin-bottom:1rem}.testimonial-text{font-style:italic;margin-bottom:1.5rem}.testimonial-author{font-weight:700;margin-bottom:.5rem}.testimonial-company{color:var(--dark-color);opacity:.8}.overlay-image-container{position:relative;width:100%;height:0;margin:-200px 0;z-index:10;display:flex;justify-content:center;pointer-events:none}.overlay-image{width:400px;height:400px;object-fit:contain;position:relative;z-index:11;pointer-events:none}.contact-section{position:relative;z-index:2;padding:5rem 5% 12rem;text-align:center;background-color:#f0f2ff}.contact-section h2{font-size:2.5rem;margin-bottom:3rem;color:var(--dark-color)}.contact-container{display:flex;flex-direction:column;gap:2rem;max-width:1200px;margin:0 auto}.contact-form{text-align:left;padding:2rem;border-radius:8px;box-shadow:0 4px 15px #0000001a;background-color:#fff}.contact-form h3{margin-bottom:1.5rem;color:var(--dark-color)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid var(--gray-color);border-radius:4px;font-family:inherit;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #4f46e51a}.form-group textarea{resize:vertical;min-height:120px}.checkbox-group{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.checkbox-item{display:flex;align-items:center;gap:.5rem}.checkbox-item input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:var(--primary-color)}.checkbox-item label{cursor:pointer;margin:0;font-weight:400;-webkit-user-select:none;user-select:none}.form-status{padding:1rem;border-radius:4px;margin-bottom:1rem;text-align:center;font-weight:500}.form-status.success{background-color:#d1fae5;color:#065f46;border:1px solid #6ee7b7}.form-status.error{background-color:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.form-status.info{background-color:#dbeafe;color:#1e40af;border:1px solid #93c5fd}.contact-info{text-align:left;padding:2rem;border-radius:8px;box-shadow:0 4px 15px #0000001a;background-color:#fff}.contact-info h3{margin-bottom:1.5rem;color:var(--dark-color)}.contact-info p{margin-bottom:1rem}.footer{position:relative;z-index:1;background-color:var(--dark-color);color:#fff;padding-top:12rem;padding-bottom:3rem;padding-left:5%;padding-right:5%;margin-top:-200px}.footer-content{display:flex;justify-content:space-between;flex-wrap:wrap;margin-bottom:2rem;position:relative;z-index:2;opacity:1;width:100%;padding-top:250px}.footer-logo{flex:0 0 200px;margin-bottom:2rem}.footer-links{display:flex;gap:1.5rem;flex-wrap:wrap;flex:1;justify-content:flex-end;margin-right:2rem}.footer-column{position:relative;z-index:2;min-width:120px}.footer-column h4{margin-bottom:1rem;color:var(--gray-color)}.footer-column ul li{margin-bottom:.5rem}.footer-column a{color:var(--light-color);opacity:.7;transition:opacity .3s}.footer-column a:hover{opacity:1}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);position:relative;z-index:2;margin-top:2rem;width:100%}.footer-bottom p{color:#acb3be;font-size:.875rem}.social-icons{display:flex;gap:1rem}.social-icons a{display:inline-block;width:2rem;height:2rem;background-color:#ffffff1a;display:flex;justify-content:center;align-items:center;border-radius:50%;transition:background-color .3s}.social-icons a:hover{background-color:var(--primary-color)}@media (max-width: 768px){.header{flex-direction:row;justify-content:space-between;padding:1rem 5%}.hamburger{display:flex}.nav{position:fixed;top:0;right:-100%;height:100vh;width:70%;max-width:300px;background-color:#fff;box-shadow:-2px 0 10px #0000001a;transition:right .3s ease-in-out;padding-top:5rem;z-index:100}.nav.nav-open{right:0}.nav ul{flex-direction:column;gap:0;padding:0 2rem}.nav ul li{border-bottom:1px solid var(--gray-color)}.nav ul li a{display:block;padding:1.25rem 0;font-size:1.1rem}.hero-section{flex-direction:column;text-align:center;padding:3rem 1rem}.hero-image{order:1!important}.hero-content{order:2!important;padding-right:0;margin-bottom:2rem}.hero-content h1{font-size:2.5rem}.features-container,.testimonials-container{grid-template-columns:1fr}.footer-content{flex-direction:column;gap:2rem;align-items:flex-start;padding-top:180px}.footer-logo{flex:0 0 auto;width:100%;margin-bottom:1rem;margin-top:0}.footer-logo img{max-width:200px}.overlay-image-container{margin:-120px 0}.footer-links{flex-direction:column;gap:2rem;width:100%;align-items:flex-start;justify-content:flex-start;margin-right:0}.footer-column{width:100%;min-width:auto}.footer-column h4{margin-bottom:.75rem}.footer-bottom{flex-direction:column;gap:1.5rem;text-align:center;align-items:center}.footer-bottom p{margin:0}.social-icons{justify-content:center}.arquivai-logo-topo{width:clamp(120px,25vw,180px);height:auto}.overlay-image{width:250px;height:250px}}@media (max-width: 480px){.nav{width:80%;max-width:280px}.arquivai-logo-topo{width:clamp(100px,30vw,150px);height:auto}.hero-content h1{font-size:2rem}.hero-content p{font-size:1rem}.primary-button{padding:.6rem 1rem;font-size:.9rem}.footer-content{padding-top:120px}.footer-logo{margin-top:0}.footer-logo img{max-width:180px}.overlay-image-container{margin:-80px 0}.footer{padding-left:3%;padding-right:3%}.overlay-image{width:200px;height:200px}.contact-section{padding:4rem 3% 10rem}}@media (min-width: 769px) and (max-width: 1024px){.header{padding:1.5rem 3%}.hero-section{padding:4rem 3%}.hero-content h1{font-size:2.7rem}}.whatsapp-icon{width:16px;height:16px;vertical-align:middle;margin-left:4px}.arquivai-logo-assinatura{width:300px;height:165px;vertical-align:middle;margin-left:1px}.ximker-logo-assinatura{width:clamp(150px,15vw,200px);height:auto;vertical-align:middle;margin-left:1px}.arquivai-logo-topo{width:clamp(150px,20vw,250px);height:auto;vertical-align:middle;margin-left:0}.pilha-topo{width:110px;height:110px;vertical-align:middle;margin-left:60px}.privacy-policy-page{min-height:100vh;display:flex;flex-direction:column;background-color:#f9fafb}.privacy-header{background-color:#fff;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:100;padding:1.5rem 5%}.privacy-header-content{max-width:1200px;margin:0 auto}.privacy-logo{width:clamp(150px,20vw,200px);height:auto;transition:opacity .3s}.privacy-logo:hover{opacity:.8}.privacy-content{flex:1;max-width:900px;margin:0 auto;padding:3rem 5%;width:100%}.privacy-content h1{font-size:2.5rem;color:#1e293b;margin-bottom:.5rem;text-align:center}.last-updated{text-align:center;color:#64748b;font-size:.9rem;margin-bottom:3rem}.privacy-content section{margin-bottom:2.5rem;background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000000d}.privacy-content h2{font-size:1.75rem;color:#1e293b;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #4f46e5}.privacy-content h3{font-size:1.25rem;color:#334155;margin-top:1.5rem;margin-bottom:.75rem}.privacy-content p{line-height:1.8;color:#475569;margin-bottom:1rem}.privacy-content ul{list-style-type:disc;margin-left:2rem;margin-bottom:1rem}.privacy-content ul li{line-height:1.8;color:#475569;margin-bottom:.5rem}.privacy-content a:not(.primary-button){color:#4f46e5;text-decoration:none;transition:color .3s}.privacy-content a:not(.primary-button):hover{color:#6366f1;text-decoration:underline}.privacy-content .primary-button,.privacy-content .primary-button:hover{color:#fff;text-decoration:none}.contact-details{background-color:#f1f5f9;padding:1.5rem;border-radius:8px;margin-top:1rem}.contact-details p{margin-bottom:.5rem}.back-button{display:inline-block;background-color:var(--primary-color);color:#fff;padding:.75rem 1.5rem;border-radius:4px;border:none;font-weight:600;cursor:pointer;text-decoration:none;transition:background-color .3s}.back-button:hover{background-color:var(--secondary-color);text-decoration:none}.privacy-footer{background-color:#1e293b;color:#fff;text-align:center;padding:2rem 5%;margin-top:auto}.privacy-footer p{color:#acb3be;font-size:.875rem;margin:0}@media (max-width: 768px){.privacy-logo{width:clamp(120px,25vw,150px)}.privacy-content{padding:2rem 5%}.privacy-content h1{font-size:2rem}.privacy-content h2{font-size:1.5rem}.privacy-content h3{font-size:1.1rem}.privacy-content section{padding:1.5rem}.privacy-content ul{margin-left:1.5rem}}@media (max-width: 480px){.privacy-logo{width:clamp(100px,30vw,120px)}.privacy-content{padding:1.5rem 3%}.privacy-content h1{font-size:1.75rem}.privacy-content section{padding:1.25rem}.back-button{padding:.75rem 1.5rem;font-size:.9rem}}:root{--primary-color: #4f46e5;--secondary-color: #818cf8;--dark-color: #1e293b;--light-color: #f9fafb;--gray-color: #e2e8f0;--text-color: #334155}.about-page{min-height:100vh;display:flex;flex-direction:column;background-color:#f9fafb}.about-header{background-color:#fff;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:100;padding:1.5rem 5%}.about-header-content{max-width:1200px;margin:0 auto}.about-logo{width:clamp(150px,20vw,200px);height:auto;transition:opacity .3s}.about-logo:hover{opacity:.8}.about-content{flex:1;max-width:1000px;margin:0 auto;padding:3rem 5%;width:100%}.about-content h1{font-size:2.5rem;color:#1e293b;margin-bottom:.5rem;text-align:center}.subtitle{text-align:center;color:#4f46e5;font-size:1.3rem;font-weight:600;margin-bottom:3rem}.intro-section{background-color:#fff;padding:2.5rem;border-radius:8px;box-shadow:0 2px 8px #0000000d;margin-bottom:3rem}.intro-section p{font-size:1.1rem;line-height:1.8;color:#475569;margin-bottom:1rem}.intro-section p:last-child{margin-bottom:0}.about-content section{margin-bottom:2.5rem}.about-content h2{font-size:2rem;color:#1e293b;margin-bottom:2rem;padding-bottom:.75rem;border-bottom:3px solid #4f46e5;text-align:center}.solution-card{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000000d;margin-bottom:1.5rem;border-left:4px solid #4f46e5;transition:transform .3s,box-shadow .3s}.solution-card:hover{transform:translateY(-5px);box-shadow:0 4px 15px #4f46e526}.solution-card h3{font-size:1.4rem;color:#4f46e5;margin-bottom:1rem;font-weight:600}.solution-card p{line-height:1.8;color:#475569;font-size:1rem}.mission-section{background:linear-gradient(135deg,#4f46e5,#818cf8);padding:3rem;border-radius:12px;box-shadow:0 4px 20px #4f46e533;margin-bottom:3rem}.mission-text{color:#fff;font-size:1.2rem;line-height:1.8;text-align:center;margin:0}.mission-text strong{font-weight:700;text-decoration:underline}.back-to-home{text-align:center;margin:3rem 0}.about-content .primary-button,.about-content .primary-button:hover{color:#fff;text-decoration:none}.about-footer{background-color:#1e293b;color:#fff;text-align:center;padding:2rem 5%;margin-top:auto}.about-footer p{color:#acb3be;font-size:.875rem;margin:0}@media (max-width: 768px){.about-logo{width:clamp(120px,25vw,150px)}.about-content{padding:2rem 5%}.about-content h1{font-size:2rem}.subtitle{font-size:1.1rem}.about-content h2{font-size:1.6rem}.intro-section{padding:1.5rem}.intro-section p{font-size:1rem}.solution-card{padding:1.5rem}.solution-card h3{font-size:1.2rem}.mission-section{padding:2rem}.mission-text{font-size:1rem}}@media (max-width: 480px){.about-logo{width:clamp(100px,30vw,120px)}.about-content{padding:1.5rem 3%}.about-content h1{font-size:1.75rem}.subtitle{font-size:1rem}.intro-section,.solution-card{padding:1.25rem}.mission-section{padding:1.5rem}}
