:root{--bg-primary: #09090b;--bg-secondary: #111113;--bg-tertiary: #1a1a1f;--bg-card-hover: #1c1c22;--text-primary: #ffffff;--text-secondary: #b8b8c4;--text-tertiary: #85858f;--accent: #25D366;--accent-dim: rgba(37,211,102,.12);--border: rgba(255,255,255,.06);--border-accent: rgba(37,211,102,.2);--radius: 12px;--radius-lg: 20px;--font-display: "Inter", system-ui, sans-serif;--font-body: "DM Sans", system-ui, sans-serif;--font-mono: "JetBrains Mono", monospace}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;background:#09090b}body{font-family:var(--font-body);background:#09090b;color:var(--text-primary);line-height:1.7;overflow-x:hidden;-webkit-font-smoothing:antialiased}.skip-link{position:absolute;left:-9999px;z-index:9999;padding:.75rem 1.25rem;background:var(--accent);color:#fff;font-weight:600;border-radius:var(--radius);text-decoration:none;font-size:.9rem;transition:left .2s}.skip-link:focus{position:fixed;left:1rem;top:1rem}.ico{display:flex;align-items:center;justify-content:center;flex-shrink:0;line-height:0}.ico svg{display:block;stroke:currentColor;fill:none;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:0 2rem;height:76px;line-height:1;display:flex;align-items:center;justify-content:space-between;background:#09090bd9;backdrop-filter:blur(24px);border-bottom:1px solid var(--border);transition:height .4s}nav.scrolled{height:64px}.nav-logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0;height:36px}.nav-logo svg{height:36px;width:163.6px;display:block}.nav-links{display:flex;align-items:center;gap:2.5rem;list-style:none}.nav-links a{color:#b8b8c4;text-decoration:none;font-size:.875rem;transition:color .3s}.nav-links a.btn-primary{color:#fff!important}.nav-links a:hover{color:#fff}.btn{display:inline-flex;align-items:center;gap:.45rem;padding:.75rem 1.75rem;border-radius:50px;font-family:var(--font-body);font-size:.9rem;font-weight:500;text-decoration:none;transition:all .35s cubic-bezier(.4,0,.2,1);cursor:pointer;border:none;letter-spacing:-.01em}.btn-primary{background:var(--accent);color:#fff;font-weight:600}.btn-primary:hover{background:#2ee574;transform:translateY(-2px);box-shadow:0 8px 30px #25d36640}.btn-secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.2)}.btn-secondary:hover{border-color:#fff6;background:#ffffff0f}.btn-nav{padding:.5rem 1.35rem;font-size:.85rem;line-height:1.2;white-space:nowrap}.btn-wa{gap:.55rem}.btn-wa-icon{display:block;fill:currentColor;flex-shrink:0}.hero{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:8rem 2rem 6rem;overflow:hidden}.hero:before{content:"";position:absolute;top:-30%;left:50%;transform:translate(-50%);width:800px;height:800px;background:radial-gradient(circle,rgba(37,211,102,.06) 0%,transparent 70%);pointer-events:none;z-index:0}.hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:200px;background:linear-gradient(to top,#09090b,transparent);pointer-events:none;z-index:0}.hero>*{position:relative;z-index:1}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem .4rem .75rem;background:var(--accent-dim);border:1px solid var(--border-accent);border-radius:50px;font-size:.8rem;line-height:1;font-weight:500;color:var(--accent);margin-bottom:2.5rem;animation:fadeInDown .8s ease both}.badge-dot{width:7px;height:7px;background:var(--accent);border-radius:50%;animation:pulse-dot 2s ease infinite;flex-shrink:0}.badge-meta-icon{flex-shrink:0;display:block;overflow:visible}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.hero h1{font-family:var(--font-display);font-size:clamp(2rem,4.5vw,3.75rem);font-weight:600;line-height:1.15;letter-spacing:-.03em;max-width:900px;margin-bottom:1.5rem;animation:fadeInUp .8s ease .1s both}.hero h1 em{font-style:normal;color:var(--accent)}.hero-sub{font-size:1.15rem;color:#d0d0d8;max-width:640px;line-height:1.7;margin-bottom:2.5rem;animation:fadeInUp .8s ease .2s both}.hero-ctas{display:flex;gap:1rem;align-items:center;animation:fadeInUp .8s ease .3s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}.metrics{position:relative;padding:0 2rem 6rem;margin-top:-2rem;z-index:2}.metrics-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--border);border-radius:var(--radius-lg);overflow:hidden}.metric-card{background:#111113;padding:2.5rem 2rem;text-align:center;transition:background .3s}.metric-card:hover{background:#1a1a1f}.metric-icon{display:flex;justify-content:center;margin-bottom:.75rem;color:var(--accent);opacity:.7}.metric-value{font-family:var(--font-display);font-size:2.8rem;font-weight:400;line-height:1.1;margin-bottom:.5rem}.metric-value span{color:var(--accent)}.metric-label{font-size:.85rem;color:var(--text-tertiary);line-height:1.5}.product-shot{padding:6rem 2rem;background:#0c0c0e;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.product-shot .container{max-width:1240px;margin:0 auto;text-align:center}.product-shot .section-label{justify-content:center}.product-shot .section-title{margin-left:auto;margin-right:auto}.product-shot .section-desc{margin-left:auto;margin-right:auto;margin-bottom:3rem}.shot-frame{position:relative;max-width:1240px;margin:0 auto;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;background:var(--bg-secondary);box-shadow:0 30px 80px #25d3660f,0 0 0 1px #25d3660a}.shot-frame:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(37,211,102,.5),transparent);z-index:1}.shot-frame img{display:block;width:100%;height:auto}.shot-highlights{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1040px;margin:2.5rem auto 0;list-style:none;padding:0}.shot-highlights li{display:flex;align-items:flex-start;gap:.65rem;font-size:.88rem;color:var(--text-secondary);text-align:left;line-height:1.5}.shot-highlights li:before{content:"";width:18px;height:18px;flex-shrink:0;background:var(--accent-dim);border:1px solid var(--border-accent);border-radius:50%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2325D366' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;background-size:11px;margin-top:1px}.shot-split,.container.shot-split{display:grid;grid-template-columns:minmax(280px,360px) 1fr;gap:3.5rem;align-items:center;text-align:left;max-width:1240px}.shot-split .section-label{justify-content:flex-start}.shot-split .section-title{margin-left:0;margin-right:0;margin-bottom:1.25rem;text-align:left;max-width:none}.shot-split .section-desc{margin-left:0;margin-right:0;margin-bottom:1.75rem;max-width:none;text-align:left}.flow-section .shot-split .section-desc{font-size:1.15rem;line-height:1.65;color:var(--text-secondary)}.shot-bullets{list-style:none;padding:0;display:flex;flex-direction:column;gap:.75rem;text-align:left}.shot-bullets li{display:flex;align-items:flex-start;gap:.65rem;font-size:.92rem;color:var(--text-secondary);line-height:1.55;text-align:left}.shot-bullets li:before{content:"";width:18px;height:18px;flex-shrink:0;background:var(--accent-dim);border:1px solid var(--border-accent);border-radius:50%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2325D366' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;background-size:11px;margin-top:2px}section{padding:7rem 2rem;background:#09090b}.container{max-width:1100px;margin:0 auto}.section-label{display:inline-flex;align-items:center;gap:.75rem;font-family:var(--font-mono);font-size:.75rem;font-weight:500;color:var(--accent);text-transform:uppercase;letter-spacing:.12em;margin-bottom:1.5rem}.section-label:before{content:"";width:24px;height:1px;background:var(--accent)}.section-title{font-family:var(--font-display);font-size:clamp(1.8rem,3.5vw,2.9rem);font-weight:800;line-height:1.1;letter-spacing:-.03em;margin-bottom:1.25rem;max-width:680px}.section-title em{font-style:normal;color:var(--accent)}.section-desc{font-size:1.05rem;color:var(--text-secondary);max-width:560px;line-height:1.7;margin-bottom:3.5rem}.diferencial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1px;background:var(--border);border-radius:var(--radius-lg);overflow:hidden}.dif-card{background:var(--bg-secondary);padding:2.25rem;transition:background .35s;position:relative}.dif-card:hover{background:var(--bg-card-hover)}.dif-card:before{content:"";position:absolute;top:0;left:2rem;right:2rem;height:1px;background:transparent;transition:background .35s}.dif-card:hover:before{background:var(--accent)}.dif-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--accent-dim);border-radius:10px;margin-bottom:1.25rem;color:var(--accent)}.dif-card h3{font-size:1rem;font-weight:600;margin-bottom:.5rem;letter-spacing:-.01em}.dif-card p{font-size:.9rem;color:var(--text-secondary);line-height:1.65}.steps-list{display:flex;flex-direction:column;max-width:720px}.step{display:flex;gap:2rem;padding:2rem 0;border-bottom:1px solid var(--border);align-items:flex-start;opacity:0;transform:translateY(20px);transition:all .5s ease}.step.visible{opacity:1;transform:translateY(0)}.step-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--accent-dim);border:1px solid var(--border-accent);border-radius:10px;color:var(--accent);flex-shrink:0;margin-top:.1rem}.step h3{font-size:1.05rem;font-weight:600;margin-bottom:.35rem;letter-spacing:-.01em}.step p{font-size:.9rem;color:var(--text-secondary);line-height:1.6}.flow-section{background:#111113;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.flow-visual{max-width:820px;margin:0 auto;background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-lg);padding:3rem 2.5rem;position:relative;overflow:hidden}.flow-visual:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--accent),transparent);opacity:.4}.flow-row{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.5rem}.flow-node{padding:.75rem 1.35rem;border-radius:var(--radius);font-size:.85rem;font-weight:500;display:inline-flex;align-items:center;gap:.5rem;white-space:nowrap}.flow-node.start{background:var(--accent-dim);border:1px solid var(--border-accent);color:var(--accent)}.flow-node.process{background:var(--bg-tertiary);border:1px solid var(--border);color:var(--text-primary)}.flow-node.decision{background:var(--bg-tertiary);border:1px solid rgba(255,200,50,.25);color:#ffc832}.flow-node.end{background:#25d36614;border:1px solid rgba(37,211,102,.25);color:var(--accent)}.flow-arrow-down{display:flex;justify-content:center;color:var(--text-tertiary);margin:.35rem 0}.flow-branch{display:grid;grid-template-columns:1fr auto 1fr;gap:1.5rem;align-items:start;margin-top:.5rem}.flow-branch-path{display:flex;flex-direction:column;align-items:center;gap:.65rem}.flow-branch-label{font-family:var(--font-mono);font-size:.7rem;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.1em}.flow-branch-divider{display:flex;flex-direction:column;align-items:center;padding-top:1rem;color:var(--text-tertiary);font-size:.75rem;font-family:var(--font-mono)}.flow-sub-branch{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:.75rem;width:100%}.flow-sub-col{display:flex;flex-direction:column;align-items:center;gap:.4rem}.tags-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--border);border-radius:var(--radius-lg);overflow:hidden}.tag-card{background:var(--bg-secondary);padding:2.25rem 2rem;transition:background .3s}.tag-card:hover{background:var(--bg-card-hover)}.tag-card-icon{width:40px;height:40px;background:var(--accent-dim);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:var(--accent)}.tag-card h3{font-size:.95rem;font-weight:600;margin-bottom:.5rem}.tag-card p{font-size:.85rem;color:var(--text-secondary);line-height:1.6}.tag-examples{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.75rem}.tag-pill{padding:.2rem .65rem;background:var(--bg-tertiary);border:1px solid var(--border);border-radius:50px;font-size:.72rem;font-family:var(--font-mono);color:var(--text-secondary)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.pdf-viewer{display:flex;flex-direction:column;height:100vh;height:100dvh;margin:0;padding:0;background:var(--bg-primary)}.pdf-frame{flex:1;min-height:0;width:100%;display:block;border:none;background:var(--bg-primary)}.pdf-fallback{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;height:100%;padding:2rem;text-align:center;color:var(--text-secondary)}.story-section{background:#111113;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.story-time{font-family:var(--font-mono);font-size:3.5rem;font-weight:400;margin-bottom:.75rem;letter-spacing:-.02em}.story-time span{color:var(--accent)}.story-context{font-family:var(--font-display);font-style:italic;font-size:1.35rem;color:var(--text-secondary);margin-bottom:2rem}.story-steps{display:flex;flex-direction:column;gap:.85rem}.story-step{display:flex;gap:.85rem;align-items:flex-start}.story-step-icon{width:26px;height:26px;background:var(--accent-dim);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.15rem;color:var(--accent)}.story-step p{font-size:.95rem;color:var(--text-secondary);line-height:1.6}.story-result{margin-top:2rem;padding:1.5rem;background:var(--accent-dim);border:1px solid var(--border-accent);border-radius:var(--radius)}.story-result p{font-size:.95rem;color:var(--accent);font-weight:500}.comparison-table{width:100%;border-collapse:collapse;border-radius:var(--radius-lg);overflow:hidden}.comparison-table thead th{background:var(--bg-tertiary);padding:1.25rem 1.5rem;text-align:left;font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary);border-bottom:1px solid var(--border)}.comparison-table thead th:nth-child(3){color:var(--accent)}.comparison-table tbody td{padding:1.1rem 1.5rem;font-size:.9rem;color:var(--text-secondary);border-bottom:1px solid var(--border);background:var(--bg-secondary)}.comparison-table tbody td:first-child{font-weight:600;color:var(--text-primary);font-size:.85rem;white-space:nowrap;background:var(--bg-tertiary)}.comparison-table tbody td:last-child{color:var(--text-primary)}.comparison-table tbody tr:hover td{background:var(--bg-card-hover)}.comparison-table tbody tr:hover td:first-child{background:#25d3660a}.comparison-wrap{overflow-x:auto;border-radius:var(--radius-lg)}.verticals-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border);border-radius:var(--radius-lg);overflow:hidden}.vertical-card{background:var(--bg-secondary);padding:2.25rem;transition:background .35s;display:flex;flex-direction:column}.vertical-card:hover{background:var(--bg-card-hover)}.vertical-card--featured{background:linear-gradient(180deg,rgba(37,211,102,.06) 0%,var(--bg-secondary) 100%)}.vertical-card--featured:hover{background:linear-gradient(180deg,rgba(37,211,102,.1) 0%,var(--bg-card-hover) 100%)}.vertical-card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;gap:.75rem}.vertical-icon{width:44px;height:44px;background:var(--accent-dim);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--accent);flex-shrink:0}.vertical-card--featured .vertical-icon{border:1px solid var(--border-accent)}.vertical-badge{font-family:var(--font-mono);font-size:.68rem;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);background:var(--accent-dim);border:1px solid var(--border-accent);padding:.3rem .7rem;border-radius:50px;white-space:nowrap}.vertical-card h3{font-family:var(--font-display);font-size:1.35rem;font-weight:500;margin-bottom:.55rem;letter-spacing:-.01em}.vertical-card p{font-size:.9rem;color:var(--text-secondary);line-height:1.6;margin-bottom:1.25rem}.vertical-usecases{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:auto}.vertical-usecase{padding:.3rem .8rem;background:var(--bg-tertiary);border:1px solid var(--border);border-radius:50px;font-size:.78rem;color:var(--text-secondary)}.vertical-card--featured .vertical-usecase{background:var(--accent-dim);border-color:var(--border-accent);color:var(--accent)}.vertical-others{margin-top:1.5rem;padding:1.1rem 1.75rem;background:var(--bg-secondary);border:1px dashed var(--border);border-radius:var(--radius);text-align:center}.vertical-others-label{font-family:var(--font-mono);font-size:.78rem;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.08em;margin:0}.vertical-others-label strong{color:var(--text-secondary);font-weight:500}.compliance-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.compliance-item{display:flex;gap:1rem;align-items:flex-start;padding:1.5rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius);transition:all .3s}.compliance-item:hover{border-color:var(--border-accent);background:var(--bg-card-hover)}.compliance-icon{width:36px;height:36px;background:var(--accent-dim);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--accent)}.compliance-item h3{font-size:.95rem;font-weight:600;margin-bottom:.3rem}.compliance-item p{font-size:.85rem;color:var(--text-secondary);line-height:1.55}.pricing-section{background:#111113;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.pricing-section .container{max-width:1240px}.pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--border);border-radius:var(--radius-lg);overflow:hidden;margin-bottom:2rem}.pricing-card{background:var(--bg-primary);padding:2.25rem 2rem;transition:background .3s}.pricing-card:hover{background:var(--bg-tertiary)}.pricing-card-icon{color:var(--accent);margin-bottom:1rem}.pricing-card h3{font-size:.95rem;font-weight:600;margin-bottom:.35rem}.pricing-how{font-family:var(--font-mono);font-size:.75rem;color:var(--accent);margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.04em}.pricing-card p{font-size:.85rem;color:var(--text-secondary);line-height:1.6}.pricing-note{text-align:center;font-size:.9rem;color:var(--text-tertiary)}.pricing-note strong{color:var(--text-secondary)}.cta-section{padding:8rem 2rem;text-align:center;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;bottom:-20%;left:50%;transform:translate(-50%);width:900px;height:600px;background:radial-gradient(ellipse,rgba(37,211,102,.06) 0%,transparent 70%);pointer-events:none}.cta-section .section-title{max-width:600px;margin-left:auto;margin-right:auto}.cta-section .section-desc{max-width:500px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:1rem;justify-content:center}footer{padding:3rem 2rem;border-top:1px solid var(--border);text-align:center}footer .footer-copy{font-size:.85rem;color:var(--text-tertiary);margin-bottom:.35rem}footer .footer-cnpj{font-size:.8rem;color:var(--text-tertiary);margin-bottom:1.25rem}footer .footer-links{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem}footer .footer-links a{font-size:.8rem;color:var(--text-tertiary);text-decoration:none;transition:color .3s}footer .footer-links a:hover{color:var(--text-secondary)}footer .footer-links .footer-credit{font-size:.8rem;color:var(--text-tertiary)}footer .footer-links .footer-credit a{color:#4aacdc;text-decoration:none;transition:color .3s}footer .footer-links .footer-credit a:hover{color:#6dc5ed}.reveal{opacity:0;transform:translateY(30px);transition:all .7s cubic-bezier(.4,0,.2,1)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.print-only{display:none}.wa-fab{position:fixed;right:1.5rem;bottom:1.5rem;z-index:90;display:inline-flex;align-items:center;gap:.6rem;height:60px;padding:0 1.25rem 0 .85rem;background:var(--accent);color:#fff;border-radius:50px;text-decoration:none;font-family:var(--font-body);font-size:.9rem;font-weight:600;box-shadow:0 12px 30px #25d36659,0 0 0 1px #ffffff0a inset;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s,background .3s,opacity .35s ease}.wa-fab:hover{background:#2ee574;transform:translateY(-3px);box-shadow:0 18px 38px #25d36673}.wa-fab:focus-visible{outline:2px solid #fff;outline-offset:3px}.wa-fab--hidden{opacity:0;transform:translateY(20px) scale(.85);pointer-events:none}.wa-fab-icon{position:relative;width:42px;height:42px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.wa-fab-icon svg{width:28px;height:28px;display:block;fill:#fff}.wa-fab-pulse{position:absolute;inset:0;border-radius:50%;background:#ffffff4d;animation:wa-pulse 2.4s ease-out infinite;pointer-events:none}@keyframes wa-pulse{0%{transform:scale(.6);opacity:.6}80%,to{transform:scale(1.6);opacity:0}}.wa-fab-label{white-space:nowrap;letter-spacing:-.01em}.nav-links a.is-current{color:var(--accent);cursor:default}.nav-links a.is-current:hover{color:var(--accent)}#cenarios>.container,#economia>.container,#explore>.container{text-align:center}#cenarios .section-title,#economia .section-title,#explore .section-title,#cenarios .section-desc,#economia .section-desc,#explore .section-desc{margin-left:auto;margin-right:auto}.hub-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--border);border-radius:var(--radius-lg);overflow:hidden;text-align:left;max-width:960px;margin:2.5rem auto 0}.hub-card{display:flex;flex-direction:column;background:var(--bg-secondary);padding:2rem 1.9rem;text-decoration:none;color:inherit;transition:background .3s}.hub-card:hover{background:var(--bg-card-hover)}.hub-icon{width:40px;height:40px;background:var(--accent-dim);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--accent);margin-bottom:1rem}.hub-card h3{font-size:1.05rem;font-weight:600;margin-bottom:.4rem;letter-spacing:-.01em}.hub-card p{font-size:.9rem;color:var(--text-secondary);line-height:1.6;margin-bottom:1.25rem}.hub-arrow{margin-top:auto;color:var(--accent);display:inline-flex;align-items:center;gap:.4rem;font-family:var(--font-mono);font-weight:500;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;transition:transform .25s}.hub-card:hover .hub-arrow{transform:translate(4px)}.hero-trust{display:inline-flex;align-items:center;gap:.55rem;font-family:var(--font-mono);font-size:.82rem;letter-spacing:.03em;color:var(--text-secondary);margin:-.75rem 0 2rem;animation:fadeInUp .8s ease .25s both}.hero-trust strong{color:var(--accent);font-weight:600}.learn-more{display:inline-flex;align-items:center;gap:.5rem;margin-top:2.5rem;padding:.85rem 1.6rem;border:1px solid var(--border-accent);border-radius:50px;background:var(--accent-dim);color:var(--accent);font-weight:600;font-size:.92rem;text-decoration:none;transition:background .25s,border-color .25s}.learn-more:hover{background:#25d3662e;border-color:var(--accent)}.learn-more .ico{transition:transform .25s}.learn-more:hover .ico{transform:translate(3px)}.section-foot{text-align:center}.scenario-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;text-align:left}.scenario-card{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2.25rem;display:flex;flex-direction:column}.scenario-card.is-auto{background:linear-gradient(180deg,rgba(37,211,102,.06) 0%,var(--bg-secondary) 100%);border-color:var(--border-accent)}.scenario-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:.35rem}.scenario-time{font-family:var(--font-mono);font-size:1.6rem;letter-spacing:-.02em}.scenario-time span{color:var(--accent)}.scenario-chip{font-family:var(--font-mono);font-size:.7rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;padding:.3rem .7rem;border-radius:50px;white-space:nowrap;background:var(--bg-tertiary);border:1px solid var(--border);color:var(--text-secondary)}.scenario-card.is-auto .scenario-chip{background:var(--accent-dim);border-color:var(--border-accent);color:var(--accent)}.scenario-quote{font-family:var(--font-display);font-style:italic;font-size:1.05rem;color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.5}.scenario-steps{display:flex;flex-direction:column;gap:.7rem;margin-bottom:1.5rem}.scenario-step{display:flex;gap:.7rem;align-items:flex-start;font-size:.9rem;color:var(--text-secondary);line-height:1.5}.scenario-step .ico{color:var(--accent);margin-top:.1rem}.scenario-result{margin-top:auto;padding:1rem 1.15rem;background:var(--bg-tertiary);border-radius:var(--radius);font-size:.9rem;color:var(--text-primary);line-height:1.5}.scenario-result strong{color:var(--accent);font-weight:600}.split-note{text-align:center;font-size:1.02rem;color:var(--text-secondary);margin-top:2rem;max-width:720px;margin-left:auto;margin-right:auto}.split-note strong{color:var(--text-primary);font-weight:600}.autoflow-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1px;background:var(--border);border-radius:var(--radius-lg);overflow:hidden;text-align:left}.autoflow-card{background:var(--bg-secondary);padding:1.9rem 1.75rem;transition:background .3s}.autoflow-card:hover{background:var(--bg-card-hover)}.autoflow-icon{width:38px;height:38px;background:var(--accent-dim);border-radius:9px;display:flex;align-items:center;justify-content:center;color:var(--accent);margin-bottom:1rem}.autoflow-card h3{font-size:.98rem;font-weight:600;margin-bottom:.35rem;letter-spacing:-.01em}.autoflow-card p{font-size:.87rem;color:var(--text-secondary);line-height:1.6}.group-label{font-family:var(--font-mono);font-size:.75rem;font-weight:500;color:var(--accent);text-transform:uppercase;letter-spacing:.12em;text-align:left;margin:3rem 0 1.25rem}.group-label:first-of-type{margin-top:0}.econ-compare{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;text-align:left;max-width:960px;margin:0 auto}.econ-card{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2.25rem}.econ-card.is-gain{background:linear-gradient(180deg,rgba(37,211,102,.07) 0%,var(--bg-secondary) 100%);border-color:var(--border-accent)}.econ-tag{font-family:var(--font-mono);font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-tertiary);margin-bottom:1rem}.econ-card.is-gain .econ-tag{color:var(--accent)}.econ-headline{font-family:var(--font-display);font-size:1.5rem;font-weight:700;line-height:1.2;letter-spacing:-.02em;margin-bottom:1rem}.econ-card p{font-size:.92rem;color:var(--text-secondary);line-height:1.6}.econ-badge{display:inline-block;margin-bottom:1rem;font-family:var(--font-display);font-size:2.6rem;font-weight:800;color:var(--accent);letter-spacing:-.03em;line-height:1}.econ-foot{text-align:center;font-size:.85rem;color:var(--text-tertiary);margin-top:1.5rem}.cases-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;text-align:left}.case-card{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius);padding:1.6rem 1.5rem;display:flex;flex-direction:column;gap:.6rem}.case-src{font-family:var(--font-mono);font-size:.72rem;color:var(--text-tertiary);letter-spacing:.04em}.case-card h3{font-size:.95rem;font-weight:600;line-height:1.45;color:var(--text-primary)}.case-tag{margin-top:auto;align-self:flex-start;font-family:var(--font-mono);font-size:.66rem;text-transform:uppercase;letter-spacing:.08em;padding:.28rem .65rem;border-radius:50px;background:#f05a5a1a;border:1px solid rgba(240,90,90,.25);color:#f0776b}.bvb-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border);border-radius:var(--radius-lg);overflow:hidden;text-align:left}.bvb-col{background:var(--bg-secondary);padding:2rem 1.75rem}.bvb-col.is-solution{background:linear-gradient(180deg,rgba(37,211,102,.06) 0%,var(--bg-secondary) 100%)}.bvb-col h3{font-size:1rem;font-weight:600;margin-bottom:1.25rem;letter-spacing:-.01em}.bvb-list{list-style:none;display:flex;flex-direction:column;gap:.7rem}.bvb-list li{display:flex;gap:.6rem;align-items:flex-start;font-size:.88rem;color:var(--text-secondary);line-height:1.5}.bvb-list li .ico{margin-top:.1rem;flex-shrink:0}.bvb-col.is-solution .bvb-list li .ico{color:var(--accent)}.bvb-col .bvb-list li .ico{color:var(--text-tertiary)}.impl-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--border);border-radius:var(--radius-lg);overflow:hidden;text-align:left}.impl-step{background:var(--bg-secondary);padding:2rem 1.6rem;transition:background .3s}.impl-step:hover{background:var(--bg-card-hover)}.impl-num{width:34px;height:34px;border-radius:50%;background:var(--accent-dim);border:1px solid var(--border-accent);color:var(--accent);font-family:var(--font-mono);font-weight:500;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.impl-step h3{font-size:.98rem;font-weight:600;margin-bottom:.4rem;letter-spacing:-.01em}.impl-step p{font-size:.86rem;color:var(--text-secondary);line-height:1.55}.page-hero{position:relative;padding:9.5rem 2rem 3.5rem;text-align:center;overflow:hidden;background:#09090b}.page-hero:before{content:"";position:absolute;top:-40%;left:50%;transform:translate(-50%);width:700px;height:700px;background:radial-gradient(circle,rgba(37,211,102,.06) 0%,transparent 70%);pointer-events:none}.page-hero>*{position:relative;z-index:1}.page-hero h1{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.15;letter-spacing:-.03em;max-width:760px;margin:0 auto 1.25rem}.page-hero h1 em{font-style:normal;color:var(--accent)}.page-hero .lead{font-size:1.15rem;color:var(--text-secondary);max-width:620px;margin:0 auto;line-height:1.65}.back-link{display:inline-flex;align-items:center;gap:.45rem;font-family:var(--font-mono);font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-tertiary);text-decoration:none;margin-bottom:1.75rem;transition:color .2s}.back-link:hover{color:var(--accent)}.page-note{max-width:760px;margin:2.5rem auto 0;padding:1.1rem 1.5rem;background:var(--bg-secondary);border:1px dashed var(--border);border-radius:var(--radius);text-align:center;font-size:.9rem;color:var(--text-secondary);line-height:1.6}.page-note strong{color:var(--text-primary);font-weight:600}@media(prefers-reduced-motion:reduce){.wa-fab-pulse{animation:none}}@media print{@page{size:A4;margin:0;background-color:#09090b}html,body{margin:0!important;padding:0!important;width:100%!important;min-height:100%!important;background-color:#09090b!important;background:#09090b!important;color:#fff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}*,*:before,*:after{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;animation:none!important;transition:none!important}nav,.skip-link,.wa-fab{display:none!important}.print-only{display:block!important}.web-only,.hero-ctas,.cta-buttons,#footer-container{display:none!important}.reveal,.step{opacity:1!important;transform:none!important}.hero{padding:1.4cm!important;margin:0!important;min-height:100vh!important;height:100vh!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;page-break-after:always!important;break-after:page!important;background:#09090b!important;position:relative!important;overflow:hidden!important}.hero:before,.hero:after,.cta-section:before{display:none!important}.hero-badge{margin-bottom:1.5rem!important}.hero h1{font-size:2.6rem!important;line-height:1.12!important;max-width:100%!important;margin-bottom:1.25rem!important}.hero-sub{font-size:1.05rem!important;line-height:1.6!important;max-width:16cm!important;margin:0 auto!important}.print-cover-top{margin-bottom:auto!important;width:100%;display:flex!important;flex-direction:column;align-items:center;gap:.85rem;padding-bottom:1.25rem}.print-cover-logo{width:200px!important;height:auto!important;display:block}.print-cover-eyebrow{font-family:var(--font-mono);font-size:.7rem;text-transform:uppercase;letter-spacing:.32em;color:#85858f}.print-cover-eyebrow span{color:var(--accent)}.print-cover-bottom{margin-top:auto!important;width:100%;display:flex!important;flex-direction:column;align-items:center;gap:1.25rem;padding-top:1.5rem}.print-cover-card{display:flex!important;flex-direction:row;align-items:center;gap:1.25rem;padding:1.1rem 1.35rem;background:#25d3660f;border:1px solid rgba(37,211,102,.28);border-radius:18px}.print-cover-card-qr{background:#fff!important;padding:6px!important;border-radius:10px!important;line-height:0!important;flex-shrink:0}.print-cover-card-qr img{width:115px!important;height:115px!important;display:block!important;filter:invert(1)!important}.print-cover-card-text{display:flex;flex-direction:column;align-items:flex-start;gap:.45rem;text-align:left}.print-cover-card-label{font-family:var(--font-mono);font-size:.7rem;text-transform:uppercase;letter-spacing:.18em;color:#85858f}.print-cover-card-phone{font-family:var(--font-display);font-size:1.15rem;font-weight:700;color:#fff;letter-spacing:-.01em}.print-cover-card-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.92rem;font-weight:700;color:#fff!important;background:#25d366!important;padding:.55rem 1.25rem;border-radius:999px;text-decoration:none;letter-spacing:-.01em}.print-cover-footer{display:flex!important;flex-wrap:wrap;justify-content:center;align-items:center;gap:.85rem;font-family:var(--font-mono);font-size:.65rem;color:#85858f;text-transform:uppercase;letter-spacing:.2em;border-top:1px solid rgba(255,255,255,.08);padding-top:1rem;width:100%}.print-cover-footer strong{color:#b8b8c4;font-weight:500}.print-cover-footer-divider{opacity:.4;letter-spacing:0}section,.product-shot,.metrics{padding:1.75rem 1.25cm!important}.container,.metrics-grid,.flow-visual,.shot-frame,.shot-split{max-width:100%!important}.section-title{font-size:1.6rem!important;margin-bottom:.85rem!important}.section-desc{font-size:.95rem!important;margin-bottom:1.5rem!important}.metrics{padding-top:5rem!important}.metrics-grid{grid-template-columns:repeat(4,1fr)!important}.metric-card{padding:1.5rem .85rem!important}.diferencial-grid{grid-template-columns:repeat(2,1fr)!important}.dif-card{padding:1.5rem 1.35rem!important}.steps-list{padding:6rem 0!important}.steps-list .step:last-child{border-bottom:none!important}#produto .section-label,#diferencial .section-label,#verticais .section-label,#compliance .section-label{padding-top:1rem!important}.flow-visual{margin:5rem 0 3.5rem!important;padding:5rem 3.5rem 5rem 1.5rem!important}.flow-branch{grid-template-columns:1fr auto 1fr!important;gap:1.5rem!important}#painel .shot-frame{margin-top:4.5rem!important;margin-bottom:3rem!important}#tags .tags-grid,#pricing .pricing-grid{grid-template-columns:repeat(2,1fr)!important;column-gap:0!important;row-gap:0!important;background:transparent!important;border-radius:0!important;overflow:visible!important;margin-bottom:1.5rem!important}#tags .tag-card,#pricing .pricing-card{border:1px solid var(--border)!important;border-radius:0!important;margin:0!important}#tags .tag-card:nth-child(odd),#pricing .pricing-card:nth-child(odd){border-top-left-radius:var(--radius-lg)!important;border-bottom-left-radius:var(--radius-lg)!important;border-right:0!important}#tags .tag-card:nth-child(2n),#pricing .pricing-card:nth-child(2n){border-top-right-radius:var(--radius-lg)!important;border-bottom-right-radius:var(--radius-lg)!important}#tags .tag-card:nth-child(n+3),#pricing .pricing-card:nth-child(n+3){margin-top:3rem!important}#pricing .pricing-note{padding-top:.5rem!important}#compliance .compliance-grid{grid-template-columns:repeat(3,1fr)!important;gap:1rem!important;padding-bottom:3.5rem!important}#compliance .compliance-item{padding:1.25rem 1.1rem!important}.story-section .story-grid{grid-template-columns:1fr!important;gap:1.5rem!important;text-align:center!important}.story-section .story-grid .section-label{justify-content:center!important}.story-section .story-grid .section-desc{margin-left:auto!important;margin-right:auto!important}.story-section .story-grid .story-steps{align-items:center!important}.story-section .story-grid .story-step{justify-content:center!important}.metric-value{font-size:1.85rem!important}.metric-label{font-size:.78rem!important;line-height:1.4!important}.vertical-card--featured{background:var(--bg-secondary)!important}.shot-split,.container.shot-split{grid-template-columns:1fr!important;gap:1.5rem!important;text-align:left!important}.shot-split .section-label{justify-content:flex-start!important}.shot-split .section-title,.shot-split .section-desc{text-align:left!important;margin-left:0!important;margin-right:0!important}.product-shot .section-desc{margin-bottom:1.5rem!important}.metric-card,.dif-card,.tag-card,.vertical-card,.vertical-others,.pricing-card,.compliance-item,.step,.story-step,.shot-frame,.flow-visual,.print-final-cta{break-inside:avoid!important;page-break-inside:avoid!important}.comparison-table,.story-grid,.cta-section,.container,section{break-inside:auto!important;page-break-inside:auto!important}h2,h3,.section-label,.section-title{break-after:avoid!important;page-break-after:avoid!important}.comparison-wrap{overflow-x:visible!important;border-radius:var(--radius-lg)!important;margin-bottom:5rem!important;padding-top:6.5rem}.comparison-table{display:table!important;width:100%!important;border-radius:var(--radius-lg)!important;overflow:hidden!important}.comparison-table thead{display:table-header-group!important}.comparison-table tbody{display:table-row-group!important;gap:0!important}.comparison-table tbody tr{display:table-row!important;border:0!important;border-radius:0!important;background:transparent!important}.comparison-table tbody td{display:table-cell!important;padding:.9rem 1rem!important;font-size:.85rem!important;border-bottom:1px solid var(--border)!important;background:var(--bg-secondary)!important}.comparison-table tbody td:first-child{padding:.9rem 1rem!important;font-size:.8rem!important;white-space:nowrap!important;background:var(--bg-tertiary)!important;border-top:0!important}.comparison-table tbody td:last-child{border-top:0!important;background:var(--bg-secondary)!important;color:var(--text-primary)!important}.comparison-table tbody td:not(:first-child):before{content:none!important;display:none!important}.comparison-table tr{break-inside:avoid!important;page-break-inside:avoid!important}img{max-width:100%!important;height:auto!important}.shot-frame img{width:100%!important}.print-final-cta{display:flex!important;flex-direction:column;align-items:center;gap:1.25rem;width:100%}.cta-section{box-sizing:border-box!important;padding:2rem 1.25cm!important;display:flex!important;flex-direction:column!important}.cta-section .container{width:100%!important;max-width:100%!important;margin:0!important}.cta-section .section-label{padding-top:7.5rem!important}.cta-section .print-final-cta{padding-top:8.25rem!important}.cta-section .print-cover-card{margin-left:auto!important;margin-right:auto!important}.cta-section .print-cover-footer{max-width:18cm;margin-left:auto!important;margin-right:auto!important}}@media(max-width:1180px){.product-shot{padding:5rem 1.5rem}.shot-split,.container.shot-split{grid-template-columns:1fr;gap:2.5rem;max-width:760px;margin-left:auto;margin-right:auto}.shot-split .section-title,.shot-split .section-desc,.shot-split .shot-bullets{text-align:left}.flow-section .shot-split{text-align:center}.flow-section .shot-split .section-label{justify-content:center}.flow-section .shot-split .section-title,.flow-section .shot-split .section-desc{text-align:center;margin-left:auto;margin-right:auto}.flow-section .shot-split .section-desc{max-width:600px}.shot-frame{border-radius:14px;box-shadow:0 20px 50px #25d3660d,0 0 0 1px #25d3660a}}@media(max-width:1024px){.metrics-grid,.tags-grid{grid-template-columns:repeat(2,1fr)}.verticals-grid,.pricing-grid{grid-template-columns:1fr}.story-grid{grid-template-columns:1fr;gap:3rem;text-align:center}.story-grid .section-label{justify-content:center}.story-grid .story-steps{align-items:center}.story-grid .story-step{justify-content:center}.shot-highlights{grid-template-columns:repeat(2,1fr);max-width:560px}}@media(max-width:768px){nav{padding:0 1.25rem;height:68px}nav.scrolled{height:60px}.nav-links{display:none}section{padding:4.5rem 1.25rem}.hero{padding:7rem 1.25rem 4rem;min-height:auto}.hero h1{font-size:2.5rem}.hero-ctas{flex-direction:column;width:100%}.hero-ctas .btn{width:100%;justify-content:center}.metrics-grid{grid-template-columns:1fr 1fr}.diferencial-grid,.tags-grid{grid-template-columns:1fr}.flow-visual{padding:2rem 1.25rem}.flow-branch{grid-template-columns:1fr;gap:1rem}.cta-buttons{flex-direction:column;align-items:center}.product-shot{padding:3.5rem 1rem}.shot-frame{border-radius:10px;box-shadow:0 12px 30px #25d3660d}.shot-highlights{grid-template-columns:1fr;max-width:none}.vertical-card{padding:1.75rem 1.5rem}.vertical-others{padding:1rem 1.25rem}.comparison-wrap{overflow-x:visible;border-radius:0}.comparison-table{display:block;border-radius:0;overflow:visible}.comparison-table thead{display:none}.comparison-table tbody{display:grid;gap:1rem}.comparison-table tbody tr{display:block;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--bg-secondary)}.comparison-table tbody td{display:block;padding:0;border-bottom:0;background:transparent}.comparison-table tbody td:first-child{padding:.9rem 1rem;border-bottom:1px solid var(--border);font-size:.9rem;white-space:normal;background:var(--bg-tertiary)}.comparison-table tbody td:not(:first-child){padding:1rem}.comparison-table tbody td:not(:first-child):before{content:attr(data-label);display:block;margin-bottom:.35rem;font-family:var(--font-mono);font-size:.68rem;line-height:1.2;text-transform:uppercase;letter-spacing:.08em;color:var(--text-tertiary)}.comparison-table tbody td:last-child{border-top:1px solid var(--border-accent);background:#25d3660f}.comparison-table tbody td:last-child:before{color:var(--accent)}.comparison-table tbody tr:hover td{background:transparent}.comparison-table tbody tr:hover td:first-child{background:var(--bg-tertiary)}.comparison-table tbody tr:hover td:last-child{background:#25d3660f}.wa-fab{right:1rem;bottom:1rem;width:56px;height:56px;padding:0;gap:0;justify-content:center}.wa-fab-label{display:none}}@media(max-width:900px){.bvb-grid{grid-template-columns:1fr}.impl-steps{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.scenario-grid,.econ-compare,.impl-steps,.hub-grid{grid-template-columns:1fr}.page-hero{padding:8rem 1.25rem 2.5rem}}
